blob: 26a4f941b98769e55608a06e52826382d0ffbd91 [file] [log] [blame]
Mark Wielaard6e723c72016-02-12 15:04:00 +010012016-02-12 Mark Wielaard <mjw@redhat.com>
2
3 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is
4 "Go" and use new goknowntypes then. Otherwise check name is not
5 "GNU" and return "unknown".
6
Mark Wielaardc5da7c92016-01-09 22:09:48 +010072016-01-09 Mark Wielaard <mjw@redhat.com>
8
9 * eblobjnote.c (ebl_object_note): Add brackets around if statement
10 body.
11
Mark Wielaardd22cb042015-12-30 14:39:18 +0100122015-12-18 Mark Wielaard <mjw@redhat.com>
13
14 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
15
Jose E. Marchesi42f0df12015-12-08 19:10:40 +0100162015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
17
18 * libebl.h: Prototype for ebl_ra_offset.
19 * eblabicfi.c (ebl_ra_offset): New function.
20 * libeblP.h (struct ebl): new field ra_offset;
21
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200222015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
23
24 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
25 relocation overflows in some platforms.
26
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200272015-09-22 Mark Wielaard <mjw@redhat.com>
28
29 * *.c: Remove old-style function definitions.
30
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700312015-09-09 Chih-Hung Hsieh <chh@google.com>
32
33 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
34 on parameters declared with __nonnull_attribute__.
35 * eblinitreg.c (ebl_frame_nregs): Likewise.
36 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
37 * eblunwind.c (ebl_unwind): Likewise.
38
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700392015-09-04 Chih-Hung Hsieh <chh@google.com>
40
41 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
42 definition with ansi-C definitions.
43 * eblstother.c (ebl_check_st_other_bits): Likewise.
44
Mark Wielaard65dc8002015-06-12 12:50:14 +0200452015-06-12 Mark Wielaard <mjw@redhat.com>
46
47 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
48 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
49
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200502015-05-17 Mark Wielaard <mjw@redhat.com>
51
Mark Wielaard390dd3d2015-05-17 20:07:56 +020052 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
53 allocate it with malloc.
54
552015-05-17 Mark Wielaard <mjw@redhat.com>
56
Mark Wielaarddf1708a2015-05-17 18:49:10 +020057 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
58 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
59
Mark Wielaard858dc652015-01-27 13:07:17 +0100602015-01-27 Mark Wielaard <mjw@redhat.com>
61
62 * libebl.h: Add comment from README that this is completely
63 UNSUPPORTED.
64
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100652014-11-22 Mark Wielaard <mjw@redhat.com>
66
67 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
68 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
69 * eblopenbackend.c (default_bss_plt_p): Likewise.
70 * libebl.h (ebl_bss_plt_p): Likewise.
71
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100722014-11-17 Mark Wielaard <mjw@redhat.com>
73
74 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
75
Mark Wielaardc1c1c062014-06-14 17:15:37 +0200762014-06-17 Mark Wielaard <mjw@redhat.com>
77
78 * eblinitreg.c (ebl_func_addr_mask): New function.
79 * libebl.h (ebl_func_addr_mask): Define.
80 * libeblP.h (struct ebl): Add func_addr_mask.
81
Mark Wielaard028d0ab2014-05-19 16:52:56 +0200822014-05-19 Mark Wielaard <mjw@redhat.com>
83
84 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
85 * eblcheckreloctargettype.c: New file.
86 * ebl-hooks.h (check_reloc_target_type): New hook.
87 * eblopenbackend.c (default_check_reloc_target_type): New function.
88 (fill_defaults): Assign default_check_reloc_target_type to
89 check_reloc_target_type.
90 * libebl.h (ebl_check_reloc_target_type): New function definition.
91
Mark Wielaard159ac522013-12-18 11:05:54 +0100922013-12-18 Mark Wielaard <mjw@redhat.com>
93
94 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
95 * ebl-hooks.h (resolve_sym_value): New entry.
96 * eblresolvesym.c: New file.
97 * libebl.h (ebl_resolve_sym_value): New definition.
98 * libeblP.h (fd_addr): New field.
99 (fd_data): Likewise.
100
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001012013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 unwinder: s390 and s390x
104 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
105 * ebl-hooks.h (normalize_pc, unwind): New.
106 * eblnormalizepc.c: New file.
107 * eblunwind.c: New file.
108 * libebl.h (Ebl_Register_Location): Add field pc_register.
109 (ebl_normalize_pc): New declaration.
110 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
111 (ebl_unwind): New declaration.
112
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001132013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 unwinder: ppc and ppc64
116 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
117 * ebl-hooks.h (dwarf_to_regno): New.
118 * ebldwarftoregno.c: New file.
119 * libebl.h (Ebl_Core_Item): New field pc_register.
120 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
121 (ebl_dwarf_to_regno): New.
122
Petr Machata98c8a732013-11-26 03:10:31 +01001232013-11-25 Petr Machata <pmachata@redhat.com>
124
125 * eblopenbackend.c (machines): Add entry for AArch64.
126
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001272013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 Code cleanup: Remove const in prototype
130 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
131
Jan Kratochvil0b867462013-05-30 14:37:38 +02001322013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
133 Mark Wielaard <mjw@redhat.com>
134
135 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
136 * ebl-hooks.h (set_initial_registers_tid): New entry.
137 * eblinitreg.c: New file.
138 * libebl.h (ebl_tid_registers_t): New definition.
139 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
140 * libeblP.h (struct ebl): New entry frame_nregs.
141
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001422013-10-06 Mark Wielaard <mjw@redhat.com>
143
144 * libebl.h (ebl_abi_cfi): Document restrictions using register
145 rules.
146
Petr Machatab43bcfe2013-09-26 00:38:37 +02001472013-09-26 Petr Machata <pmachata@redhat.com>
148
149 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
150 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
151
Mark Wielaard2cfec292013-09-25 13:02:53 +02001522013-09-25 Mark Wielaard <mjw@redhat.com>
153
154 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
155
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001562013-04-24 Mark Wielaard <mjw@redhat.com>
157
158 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
159
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001602012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
163 * eblopenbackend.c (default_abi_cfi): Return -1.
164 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
165
Petr Machata96896012012-08-30 16:01:02 +02001662012-08-30 Petr Machata <pmachata@redhat.com>
167
168 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
169 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
170 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
171
Jeff Kenton257dcf42012-08-22 09:00:03 -04001722012-08-22 Jeff Kenton <jkenton@tilera.com>
173
174 * eblopenbackend.c (machines): Add tilegx.
175
Mark Wielaarda0172d72012-06-25 17:18:53 +02001762011-06-26 Mark Wielaard <mjw@redhat.com>
177
178 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
179
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02001802011-04-26 Mark Wielaard <mjw@redhat.com>
181
182 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
183 * eblhooks.h (object_note_type_name): Likewise.
184 * eblopenbackend.c (default_object_note_type_name): Likewise.
185 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
186 And print version if name is "stapsdt".
187 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
188
Marek Polacekcde0b272011-03-21 23:46:56 +01001892011-03-21 Marek Polacek <mpolacek@redhat.com>
190
191 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
192
Mark Wielaarda062b6b2011-03-10 13:02:32 +01001932011-03-10 Mark Wielaard <mjw@redhat.com>
194
195 * Makefile.am (gen_SOURCES): Add eblstother.c.
196 * eblstother.c: New file.
197 * ebl-hooks.h: Add check_st_other_bits hook.
198 * eblopenbackend.c (default_check_st_other_bits): New function.
199 (fill_defaults): Hook default_check_st_other_bits.
200 * libebl.h (ebl_check_st_other_bits): New prototype.
201
Roland McGrath804e9ca2010-07-07 16:06:12 -07002022010-07-07 Roland McGrath <roland@redhat.com>
203
204 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
205
Roland McGrath22359e22010-02-15 15:57:03 -08002062010-02-15 Roland McGrath <roland@redhat.com>
207
208 * Makefile.am: Use config/eu.am for common stuff.
209
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08002102010-01-04 Roland McGrath <roland@redhat.com>
211
212 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
213 pointer instead of only n_type and n_descsz.
214 * libebl.h: Update declaration.
215 * ebl-hooks.h: Update core_note hook signature.
216 * eblopenbackend.c (default_core_note): Likewise.
217
Roland McGrathf80c9072009-10-14 12:35:47 -07002182009-10-14 Roland McGrath <roland@redhat.com>
219
220 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
221
Roland McGratha14b4eb2009-10-05 11:32:26 -07002222009-10-05 Roland McGrath <roland@redhat.com>
223
224 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
225 .debug_types too.
226
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002272009-09-02 Petr Machata <pmachata@redhat.com>
228
229 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
230 pagesize.
231
Petr Machata077a7082009-08-06 18:45:08 +02002322009-08-06 Petr Machata <pmachata@redhat.com>
233
234 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
235 if we have any strings to copy.
236
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002372009-07-26 Mark Wielaard <mjw@redhat.com>
238
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700239 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
240
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700241 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
242 NT_GNU_GOLD_VERSION.
243
Roland McGrath3c84db32009-06-24 17:41:40 -07002442009-07-08 Roland McGrath <roland@redhat.com>
245
246 * ebl-hooks.h: Add abi_cfi hook.
247 * eblopenbackend.c (default_abi_cfi): New function.
248 (fill_defaults): Add initializer.
249 * eblabicfi.c: New file.
250 * Makefile.am (gen_SOURCES): Add it.
251 * libebl.h: Declare ebl_abi_cfi.
252
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002532009-07-08 Ulrich Drepper <drepper@redhat.com>
254
255 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
256 STB_GNU_UNIQUE.
257
258 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
259 if the binary is marked as being for Linux.
260
Roland McGrathd5ff6672009-04-01 18:28:41 -07002612009-04-01 Roland McGrath <roland@redhat.com>
262
263 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
264
265 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
266
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002672009-02-01 Ulrich Drepper <drepper@redhat.com>
268
269 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
270 instead of "???" for invalid relocations.
271
Roland McGratha845f682008-12-03 03:41:58 +00002722008-08-01 Roland McGrath <roland@redhat.com>
273
274 * eblcorenotetypename.c: Handle NT_386_IOPERM.
275
Roland McGrath1d8bb252008-08-07 08:39:41 +00002762008-07-28 Roland McGrath <roland@redhat.com>
277
278 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
279
280 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
281 table.
282
2832008-07-04 Roland McGrath <roland@redhat.com>
284
285 * libebl.h: Declare ebl_syscall_abi.
286 * ebl_syscall_abi.c: New file.
287 * Makefile.am (gen_SOURCES): Add it.
288 * ebl-hooks.h: New hook syscall_abi.
289 * eblopenbackend.c (default_syscall_abi): New function.
290 (fill_defaults): Use it.
291
Roland McGrath13b69602008-04-01 02:30:05 +00002922008-03-31 Roland McGrath <roland@redhat.com>
293
294 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
295
296 * ebl-hooks.h: Add check_special_section hook.
297 * eblopenbackend.c (fill_defaults): Set new hook to ...
298 (default_check_special_section): ... this, new function.
299 * ebl_check_special_section.c: New file.
300 * Makefile.am (gen_SOURCES): Add it.
301 * libebl.h: Declare it.
302
Roland McGrath059c83e2008-02-21 06:19:39 +00003032008-02-20 Roland McGrath <roland@redhat.com>
304
305 * libebl.h: Declare ebl_check_object_attribute.
306 * eblcheckobjattr.c: New file.
307 * Makefile.am (gen_SOURCES): Add it.
308 * ebl-hooks.h: Add check_object_attribute hook.
309 * eblopenbackend.c (default_check_object_attribute): New function.
310 (fill_defaults): Initialize pointer to it.
311
3122008-02-19 Roland McGrath <roland@redhat.com>
313
314 * eblsectiontypename.c (ebl_section_type_name):
315 Handle SHT_GNU_ATTRIBUTES.
316
3172008-02-08 Roland McGrath <roland@redhat.com>
318
319 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
320
3212008-01-30 Roland McGrath <roland@redhat.com>
322
323 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
324
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003252007-10-18 Roland McGrath <roland@redhat.com>
326
327 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
328
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003292007-10-11 Roland McGrath <roland@redhat.com>
330
331 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
332 for NT_GNU_ABI_TAG contents.
333
Roland McGrathcb6d8652007-08-23 08:10:54 +00003342007-08-22 Roland McGrath <roland@redhat.com>
335
336 * libebl.h (Ebl_Core_Item): New member `group'.
337
3382007-08-19 Roland McGrath <roland@redhat.com>
339
340 * ebl-hooks.h: Add new hook auxv_info.
341 * eblopenbackend.c (default_auxv_info): New function.
342 (fill_defaults): Initialize auxv_info hook.
343 * eblauxvinfo.c : New file.
344 * Makefile.am (gen_SOURCES): Add it.
345 * libebl.h: Declare ebl_auxv_info.
346
347 * eblcorenote.c: Rewritten with new signature.
348 * Makefile.am (gen_SOURCES): Add it.
349 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
350 (ebl_core_note_info): Completely revamp signature.
351 * ebl-hooks.h: Update decl.
352 * eblopenbackend.c (default_core_note): Update signature.
353
Roland McGrath87d47802007-07-16 22:23:37 +00003542007-07-09 Roland McGrath <roland@redhat.com>
355
356 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
357 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
358
359 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
360
Roland McGrath4be15242007-04-25 03:09:33 +00003612007-04-22 Roland McGrath <roland@redhat.com>
362
363 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
364
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003652007-03-10 Roland McGrath <roland@redhat.com>
366
367 * eblcorenote.c (ebl_core_note): For normally-zero types,
368 print in hex if not zero.
369
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003702007-01-11 Roland McGrath <roland@redhat.com>
371
372 * ebl-hooks.h (machine_section_flag_check): New hook.
373 * libebl.h: Declare ebl_machine_section_flag_check.
374 * eblmachinesectionflagcheck.c: New file.
375 * Makefile.am (gen_SOURCES): Add it.
376 * eblopenbackend.c (default_machine_section_flag_check): New function.
377 (fill_defaults): Use it.
378
Roland McGrathc373d852006-10-10 00:25:21 +00003792006-09-04 Roland McGrath <roland@redhat.com>
380
381 * ebl-hooks.h: Replace register_name hook with register_info.
382 Also yield natural bit width and base type encoding.
383 * eblopenbackend.c (default_register_name): Renamed
384 default_register_info, new args added.
385 (fill_defaults): Update initialization.
386 * eblregname.c: File renamed ...
387 * eblreginfo.c: ... to this.
388 (ebl_register_name): Renamed to ebl_register_info, new args added.
389 * libebl.h: Update decl.
390
391 * Makefile.am (gen_SOURCES): Update list.
392
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003932006-07-06 Ulrich Drepper <drepper@redhat.com>
394
395 * ebldynamictagname.c: Add support for DT_GNU_HASH.
396 * ebldynamictagcheck.c: Likewise.
397 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
398
3992006-07-05 Ulrich Drepper <drepper@redhat.com>
400
401 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
402 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
403 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
404
405 * eblopenbackend.c (openbackend): If possible, fill machine, class,
406 and data values in from the ELF file.
407
4082006-07-04 Ulrich Drepper <drepper@redhat.com>
409
410 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
411 * eblrelativerelocp.c: New file.
412 * ebl-hooks.c: Add relative_reloc_p.
413 * eblopenbackend.c (default_relative_reloc_p): New function.
414 (fill_defaults): Hook it up.
415 * libebl.h: Declare ebl_relative_reloc_p.
416
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004172006-06-12 Ulrich Drepper <drepper@redhat.com>
418
419 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
420 * eblnonerelocp.c: New file.
421 * ebl-hooks.c: Add none_reloc_p.
422 * eblopenbackend.c (default_none_reloc_p): New function.
423 (fill_defaults): Hook it up.
424 * libebl.h: Declare ebl_none_reloc_p.
425
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004262006-05-27 Ulrich Drepper <drepper@redhat.com>
427
428 * libebl.h: Add extern "C".
429
Roland McGrath994b4892005-12-05 22:46:21 +00004302005-11-25 Roland McGrath <roland@redhat.com>
431
432 * eblregname.c: New file.
433 * Makefile.am (gen_SOURCES): Add it.
434 * ebl-hooks.h: Declare register_name hook.
435 * libebl.h: Declare ebl_register_name.
436 * eblopenbackend.c (default_register_name): New function.
437 (fill_defaults): Use it.
438
Roland McGrath215c6322005-11-16 22:46:04 +00004392005-11-16 Roland McGrath <roland@redhat.com>
440
441 * libebl.h: Use "" for elf-knowledge.h, not <>.
442
Roland McGrathe47ab762005-11-17 03:16:00 +00004432005-11-15 Roland McGrath <roland@redhat.com>
444
445 * Makefile.am: Removed everything for building libebl_*.so modules,
446 now in ../backends/Makefile.am instead.
447 * alpha_init.c: Moved to ../backends.
448 * alpha_reloc.def: Likewise.
449 * alpha_retval.c: Likewise.
450 * alpha_symbol.c: Likewise.
451 * arm_init.c: Likewise.
452 * arm_reloc.def: Likewise.
453 * arm_symbol.c: Likewise.
454 * common-reloc.c: Likewise.
455 * i386_corenote.c: Likewise.
456 * i386_init.c: Likewise.
457 * i386_reloc.def: Likewise.
458 * i386_retval.c: Likewise.
459 * i386_symbol.c: Likewise.
460 * ia64_init.c: Likewise.
461 * ia64_reloc.def: Likewise.
462 * ia64_symbol.c: Likewise.
463 * libebl_CPU.h: Likewise.
464 * ppc64_init.c: Likewise.
465 * ppc64_reloc.def: Likewise.
466 * ppc64_retval.c: Likewise.
467 * ppc64_symbol.c: Likewise.
468 * ppc_init.c: Likewise.
469 * ppc_reloc.def: Likewise.
470 * ppc_retval.c: Likewise.
471 * ppc_symbol.c: Likewise.
472 * s390_init.c: Likewise.
473 * s390_reloc.def: Likewise.
474 * s390_symbol.c: Likewise.
475 * sh_init.c: Likewise.
476 * sh_reloc.def: Likewise.
477 * sh_symbol.c: Likewise.
478 * sparc_init.c: Likewise.
479 * sparc_reloc.def: Likewise.
480 * sparc_symbol.c: Likewise.
481 * x86_64_corenote.c: Likewise.
482 * x86_64_init.c: Likewise.
483 * x86_64_reloc.def: Likewise.
484 * x86_64_retval.c: Likewise.
485 * x86_64_symbol.c: Likewise.
486
487 * libebl.h: Comment fixes.
488
489 * alpha_retval.c: New file.
490 * Makefile.am (alpha_SRCS): Add it.
491 * alpha_init.c (alpha_init): Initialize return_value_location hook.
492
493 * ppc64_retval.c: New file.
494 * Makefile.am (ppc64_SRCS): Add it.
495 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
496
497 * ppc_retval.c: New file.
498 * Makefile.am (ppc_SRCS): Add it.
499 * ppc_init.c (ppc_init): Initialize return_value_location hook.
500
Roland McGrathcd60ea82005-11-16 01:57:40 +00005012005-11-14 Roland McGrath <roland@redhat.com>
502
503 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
504 * sh_init.c (sh_init): Likewise.
505 * x86_64_init.c (x86_64_init): Likewise.
506
507 * sparc_symbol.c (sparc_reloc_simple_type): New function.
508 * sparc_init.c (sparc_init): Use it.
509
510 * arm_symbol.c (arm_reloc_simple_type): New function.
511 * arm_init.c (arm_init): Use it.
512
513 * alpha_symbol.c (alpha_reloc_simple_type): New function.
514 * alpha_init.c (alpha_init): Use it.
515
516 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
517
518 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
519
520 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
521
Roland McGrathe47ab762005-11-17 03:16:00 +00005222005-11-13 Roland McGrath <roland@redhat.com>
523
524 * x86_64_retval.c: New file.
525 * Makefile.am (x86_64_SRCS): Add it.
526 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
527
528 * i386_retval.c: New file.
529 * Makefile.am (i386_SRCS): Add it.
530 (libdw): New variable.
531 (libebl_%.so): Use $(libdw) in link; use --as-needed.
532 * i386_init.c (i386_init): Use i386_return_value_location.
533
534 * eblretval.c: New file.
535 * Makefile.am (gen_SOURCES): Add it.
536 (INCLUDES): Search in libdw.
537 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
538 * ebl-hooks.h: Declare return_value_location hook.
539 * eblopenbackend.c (default_return_value_location): New function.
540 (fill_defaults): Use it.
541
Roland McGrathcd60ea82005-11-16 01:57:40 +00005422005-11-10 Roland McGrath <roland@redhat.com>
543
544 * s390_init.c: New file.
545 * s390_reloc.def: New file.
546 * s390_symbol.c: New file.
547 * Makefile.am (modules, libebl_pic): Add s390.
548 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
549 (am_libebl_s390_pic_a_OBJECTS): New variable.
550
551 * ppc64_init.c: Use common-reloc.c.
552 * ppc64_symbol.c (ppc64_backend_name): Removed.
553 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
554 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
555
556 * ppc_init.c: Use common-reloc.c.
557 * ppc_symbol.c (ppc_backend_name): Removed.
558 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
559 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
560
561 * sparc_init.c: Use common-reloc.c.
562 * sparc_symbol.c (sparc_backend_name): Removed.
563 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
564 (sparc_copy_reloc_p): Likewise.
565
566 * arm_init.c: Use common-reloc.c.
567 * arm_symbol.c (arm_backend_name): Removed.
568 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
569
570 * alpha_init.c: Use common-reloc.c.
571 * alpha_symbol.c (alpha_backend_name): Removed.
572 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
573 (alpha_copy_reloc_p): Likewise.
574
575 * ia64_symbol.c (ia64_backend_name): Removed.
576 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
577 (ia64_copy_reloc_p): Likewise.
578
579 * x86_64_init.c: Use common-reloc.c.
580 * x86_64_symbol.c (x86_64_backend_name): Removed.
581 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
582 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
583
584 * sh_init.c: Use common-reloc.c.
585 * sh_symbol.c: All functions removed.
586 (sh_reloc_simple_type): New function.
587 (sh_gotpc_reloc_check): New function.
588
589 * common-reloc.c: New file.
590 * Makefile.am (noinst_HEADERS): Add it.
591 * i386_init.c: Include it.
592
593 * sh_reloc.def: New file.
594 * i386_reloc.def: New file.
595 * alpha_reloc.def: New file.
596 * arm_reloc.def: New file.
597 * i386_reloc.def: New file.
598 * ia64_reloc.def: New file.
599 * ppc64_reloc.def: New file.
600 * ppc_reloc.def: New file.
601 * sh_reloc.def: New file.
602 * sparc_reloc.def: New file.
603 * x86_64_reloc.def: New file.
604 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
605
606 * libebl_alpha.map: Removed.
607 * libebl_ia64.map: Removed.
608 * libebl_ppc.map: Removed.
609 * libebl_sparc.map: Removed.
610 * libebl_arm.map: Removed.
611 * libebl_i386.map: Removed.
612 * libebl_ppc64.map: Removed.
613 * libebl_sh.map: Removed.
614 * libebl_x86_64.map: Removed.
615 * Makefile.am (EXTRA_DIST): Remove them.
616 (libebl_%.map, libebl_%.so): New pattern rules.
617
618 * libebl_alpha.h: Removed.
619 * libebl_ia64.h: Removed.
620 * libebl_ppc.h: Removed.
621 * libebl_sparc.h: Removed.
622 * libebl_arm.h: Removed.
623 * libebl_i386.h: Removed.
624 * libebl_ppc64.h: Removed.
625 * libebl_sh.h: Removed.
626 * libebl_x86_64.h: Removed.
627 * Makefile.am (noinst_HEADERS): Remove them.
628
629 * x86_64_corenote.c: Use libebl_CPU.h instead.
630 * x86_64_symbol.c: Likewise.
631 * i386_corenote.c: Likewise.
632
6332005-11-09 Roland McGrath <roland@redhat.com>
634
635 * ia64_symbol.c (ia64_reloc_simple_type): New function.
636
637 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
638 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
639 * eblopenbackend.c (default_reloc_simple_type): Update signature.
640 * i386_symbol.c (i386_reloc_simple_type): Likewise.
641 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
642 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
643 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
644
645 * i386_symbol.c (i386_backend_name): Removed.
646 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
647 (i386_reloc_valid_use): Removed.
648 (i386_copy_reloc_p): Removed.
649
650 * alpha_destr.c: Removed.
651 * arm_destr.c: Removed.
652 * i386_destr.c: Removed.
653 * ia64_destr.c: Removed.
654 * ppc64_destr.c: Removed.
655 * ppc_destr.c: Removed.
656 * sh_destr.c: Removed.
657 * sparc_destr.c: Removed.
658 * x86_64_destr.c: Removed.
659
660 * ebl-hooks.h: New file, broken out of ...
661 * libeblP.h (struct ebl): ... here. #include that for hook
662 declarations, after defining EBLHOOK macro.
663 * libebl_CPU.h: New file.
664 * Makefile.am (noinst_HEADERS): Add them.
665
666 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
667 and uint_fast8_t for class and data.
668
6692005-08-14 Roland McGrath <roland@redhat.com>
670
671 * ia64_symbol.c (ia64_section_type_name): New function.
672 (ia64_dynamic_tag_check): New function.
673 (ia64_reloc_valid_use): New function.
674 * libebl_ia64.h: Declare them.
675 * ia64_init.c (ia64_init): Use them.
676 * Makefile.am (libebl_ia64.so): Link with libelf.
677
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006782005-08-28 Ulrich Drepper <drepper@redhat.com>
679
680 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
681
Roland McGrathe53d04a2005-08-13 20:56:07 +00006822005-08-13 Roland McGrath <roland@redhat.com>
683
684 * ia64_symbol.c (ia64_machine_flag_check): New function.
685 * libebl_ia64.h: Declare it.
686 * ia64_init.c (ia64_init): Use it.
687
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00006882005-08-13 Ulrich Drepper <drepper@redhat.com>
689
690 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
691 ebl_check_special_symbol.
692 * libeblP.h (struct ebl): Adjust callback functions.
693 * eblopenbackend.c: Adjust dummy functions.
694 * ebl_check_special_symbol.c: Add parameter and pass it on.
695 * eblbsspltp.c: Likewise.
696 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
697 the dynamic section entry.
698 (ppc_check_special_symbol): Add ehdr parameter.
699 (ppc_bss_plt_p): Likewise.
700 * libebl_ppc.h: Adjust prototypes.
701 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
702 (ppc_bss_plt_p): Likewise.
703 * libebl_ppc64.h: Adjust prototypes.
704
Roland McGrath653d3762005-08-13 01:59:10 +00007052005-08-12 Roland McGrath <roland@redhat.com>
706
Roland McGrathf8873cb2005-08-13 03:26:06 +0000707 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
708 (ppc_bss_plt_p): ... here. Call that.
709 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
710 against _GLOBAL_OFFSET_TABLE_.
711
Roland McGrath653d3762005-08-13 01:59:10 +0000712 * libeblP.h (struct ebl): Add bss_plt_p hook.
713 * eblopenbackend.c (default_bss_plt_p): New function.
714 (fill_defaults): Use it.
715 * eblbsspltp.c: New file.
716 * Makefile.am (gen_SOURCES): Add it.
717 * libebl.h: Declare ebl_bss_plt_p.
718 * ppc_symbol.c (ppc_bss_plt_p): New function.
719 * libebl_ppc.h: Declare it.
720 * ppc_init.c (ppc_init): Use it.
721 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
722 * libebl_ppc64.h: Declare it.
723 * ppc64_init.c (ppc64_init): Use it.
724
725 * ebl_check_special_symbol.c: New file.
726 * Makefile.am (gen_SOURCES): Add it.
727 * libebl.h: Declare ebl_check_special_symbol.
728 * libeblP.h (struct ebl): Add check_special_symbol hook.
729 * eblopenbackend.c (default_check_special_symbol): New function.
730 (fill_defaults): Use it.
731 * ppc_symbol.c (ppc_check_special_symbol): New function.
732 * libebl_ppc.h: Add prototype.
733 * ppc_init.c (ppc_init): Use it.
734 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
735 * libebl_ppc64.h: Add prototype.
736 * ppc64_init.c (ppc64_init): Use it.
737
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007382005-08-07 Ulrich Drepper <drepper@redhat.com>
739
740 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
741 * ppc_symbol.c: Likewise.
742 * libebl_ppc.h: Likewise.
743 * ppc64_init.c: There is now also a dynamic_tag_check functions
744 * ppc64_symbol.c: Add dynamic_tag_check.
745 * libebl_ppc64.h: Add prototype.
746 * alpha_init.c: Add support for new DT_ALPHA_* value.
747 * alpha_symbol.c: Likewise.
748 * libebl_alpha.h: Likewise.
749
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007502005-08-03 Ulrich Drepper <drepper@redhat.com>
751
752 * libebl_alpha.map: Remove unnecessary exports.
753 * libebl_arm.map: Likewise.
754 * libebl_i386.map: Likewise.
755 * libebl_ia64.map: Likewise.
756 * libebl_ppc.map: Likewise.
757 * libebl_ppc64.map: Likewise.
758 * libebl_sh.map: Likewise.
759 * libebl_sparc.map: Likewise.
760 * libebl_x86_64.map: Likewise.
761
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007622005-08-02 Ulrich Drepper <drepper@redhat.com>
763
764 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
765 and eblelfmachine.c.
766 * elbopenbackend.c (machines): Add class and data fields. Initialize
767 them.
768 (ebl_openbackend): Initialize machine, class, data fields in result.
769 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
770 * libeblP.h (Ebl): Add machine, class, data fields.
771
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007722005-07-23 Ulrich Drepper <drepper@redhat.com>
773
774 * eblsectionstripp.c: New file.
775 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
776 * i386_init.c (i386_init): Install specific debugscn_p callback.
777 * i386_symbol.c (i386_debugscn_p): New function.
778 * libebl.h: Declare ebl_section_strip_p.
779 * libebl_i386.h: Declare i386_debugscn_p.
780
781 * libebl.h: Move Ebl definition to...
782 * libeblP.h: ...here.
783
7842005-07-21 Roland McGrath <roland@redhat.com>
785
786 * Makefile.am (install-ebl-modules): New target, commands from ...
787 (install): ... here. Make this depend on it.
788 (LIBEBL_SUBDIR): New variable, substituted by configure.
789 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
790 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
791
7922005-07-21 Ulrich Drepper <drepper@redhat.com>
793
794 * eblcopyrelocp.c: New file.
795 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
796 * libebl.h: Declare ebl_copy_reloc_p.
797 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
798 (default_copy_reloc_p): New function.
799 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
800 * alpha_symbol.c: Likewise.
801 * arm_init.c: Likewise.
802 * arm_symbol.c: Likewise.
803 * i386_init.c: Likewise.
804 * i386_symbol.c: Likewise.
805 * ia64_init.c: Likewise.
806 * ia64_symbol.c: Likewise.
807 * ppc64_init.c: Likewise.
808 * ppc64_symbol.c: Likewise.
809 * ppc_init.c: Likewise.
810 * ppc_symbol.c: Likewise.
811 * sh_init.c: Likewise.
812 * sh_symbol.c: Likewise.
813 * sparc_init.c: Likewise.
814 * sparc_symbol.c: Likewise.
815 * x86_64_init.c: Likewise.
816 * x86_64_symbol.c: Likewise.
817 * libebl_alpha.h: Declare the copy_reloc_p function.
818 * libebl_arm.h: Likewise.
819 * libebl_i386.h: Likewise.
820 * libebl_ia64.h: Likewise.
821 * libebl_ppc.h: Likewise.
822 * libebl_ppc64.h: Likewise.
823 * libebl_sh.h: Likewise.
824 * libebl_sparc.h: Likewise.
825 * libebl_x86_64.h: Likewise.
826
8272005-05-31 Roland McGrath <roland@redhat.com>
828
829 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
830 tracking works right.
831
8322005-05-21 Ulrich Drepper <drepper@redhat.com>
833
834 * libebl_x86_64.map: Add x86_64_core_note.
835
8362005-05-19 Roland McGrath <roland@redhat.com>
837
838 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
839 * libebl_ppc.map: Add ppc_reloc_simple_type.
840 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
841 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
842
8432005-05-11 Ulrich Drepper <drepper@redhat.com>
844
845 * eblcorenote.c: Handle new AT_* values and files with different
846 endianess.
847 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
848 * x86-64_corenote.c: New file.
849 * x86_64_init.c: Hook in x86_64_corenote.
850 * i386_corenote.c: Make file usable on 64-bit platforms.
851
852 * eblopenbackend.c: If modules version comparison fails, reinitialize
853 hooks.
854
8552005-05-10 Ulrich Drepper <drepper@redhat.com>
856
857 * eblopenbackend.c: Require the init function to return a string.
858 Compare it with MODVERSION from config.h.
859 * alpha_init.c: Change return type. Return MODVERSION or NULL.
860 * arm_init.c: Likewise.
861 * eblopenbackend.c: Likewise.
862 * i386_init.c: Likewise.
863 * ia64_init.c: Likewise.
864 * ppc64_init.c: Likewise.
865 * ppc_init.c: Likewise.
866 * sh_init.c: Likewise.
867 * sparc_init.c: Likewise.
868 * x86_64_init.c: Likewise.
869 * libeblP.h: Adjust ebl_bhinit_t.
870 * libebl_alpha.h: Adjust init function prototype.
871 * libebl_arm.h: Likewise.
872 * libebl_i386.h: Likewise.
873 * libebl_ia64.h: Likewise.
874 * libebl_ppc.h: Likewise.
875 * libebl_ppc64.h: Likewise.
876 * libebl_sh.h: Likewise.
877 * libebl_sparc.h: Likewise.
878 * libebl_x86_64.h: Likewise.
879
880 * mips_destr.c: Removed.
881 * mips_init.c: Removed.
882 * mips_symbol.c: Removed.
883 * libebl_mips.h: Removed.
884 * libebl_mips.map: Removed.
885
8862005-05-03 Roland McGrath <roland@redhat.com>
887
888 * libebl.h (Ebl): Add `reloc_simple_type' member.
889 * eblopenbackend.c (default_reloc_simple_type): New function.
890 (openbackend): Use that as default reloc_simple_type callback.
891 * eblrelocsimpletype.c: New file.
892 * Makefile.am (gen_SOURCES): Add it.
893 * i386_symbol.c (i386_reloc_simple_type): New function.
894 * libebl_i386.h: Declare it.
895 * i386_init.c (i386_init): Use it.
896 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
897 * libebl_x86_64.h: Declare it.
898 * x86_64_init.c (x86_64_init): Use it.
899 * ppc_symbol.c (ppc_reloc_simple_type): New function.
900 * libebl_ppc.h: Declare it.
901 * ppc_init.c (ppc_init): Use it.
902 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
903 * libebl_ppc64.h: Declare it.
904 * ppc64_init.c (ppc64_init): Use it.
905
9062005-03-17 Ulrich Drepper <drepper@redhat.com>
907
908 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
909
9102005-02-15 Ulrich Drepper <drepper@redhat.com>
911
912 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
913
9142005-02-14 Ulrich Drepper <drepper@redhat.com>
915
916 * alpha_destr.c: Add __attribute__((unused)) where needed.
917 * alpha_init.c: Likewise.
918 * alpha_symbol.c: Likewise.
919 * arm_destr.c: Likewise.
920 * arm_init.c: Likewise.
921 * arm_symbol.c: Likewise.
922 * i386_corenote.c: Likewise.
923 * i386_destr.c: Likewise.
924 * i386_init.c: Likewise.
925 * i386_symbol.c: Likewise.
926 * ia64_destr.c: Likewise.
927 * ia64_init.c: Likewise.
928 * ia64_symbol.c: Likewise.
929 * mips_destr.c: Likewise.
930 * mips_init.c: Likewise.
931 * mips_symbol.c: Likewise.
932 * ppc64_destr.c: Likewise.
933 * ppc64_init.c: Likewise.
934 * ppc64_symbol.c: Likewise.
935 * ppc_destr.c: Likewise.
936 * ppc_init.c: Likewise.
937 * ppc_symbol.c: Likewise.
938 * sh_destr.c: Likewise.
939 * sh_init.c: Likewise.
940 * sh_symbol.c: Likewise.
941 * sparc_destr.c: Likewise.
942 * sparc_init.c: Likewise.
943 * sparc_symbol.c: Likewise.
944 * x86_64_destr.c: Likewise.
945 * x86_64_init.c: Likewise.
946 * x86_64_symbol.c: Likewise.
947
948 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
949 and R_X86_64_32..
950
9512005-02-06 Ulrich Drepper <drepper@redhat.com>
952
953 * eblstrtab.c: A few cleanups.
954
955 * eblopenbackend.c: Mark unused parameters.
956
957 * eblgstrtab.c: Cleanups a few printf format strings.
958
959 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
960
9612005-02-05 Ulrich Drepper <drepper@redhat.com>
962
963 * Makefile.am: Check for text relocations in constructed DSOs.
964
965 * eblstrtab.c: Minor cleanups.
966
967 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
968
9692004-08-16 Ulrich Drepper <drepper@redhat.com>
970
971 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
972 the lib directory.
973 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
974 lib in path to ebl modules.
975
9762004-04-01 Ulrich Drepper <drepper@redhat.com>
977
978 * Makefile.am: Add rules for ppc and ppc64 ebl module.
979 * ppc_init..c: New file.
980 * ppc_destr.c: New file.
981 * ppc_symbol.c: New file.
982 * libebl_ppc.h: New file.
983 * libebl_ppc.map: New file.
984 * ppc64_init..c: New file.
985 * ppc64_destr.c: New file.
986 * ppc64_symbol.c: New file.
987 * libebl_ppc64.h: New file.
988 * libebl_ppc64.map: New file.
989
9902004-01-20 Ulrich Drepper <drepper@redhat.com>
991
992 * Makefile.am: Support building with mudflap.
993
9942004-01-18 Ulrich Drepper <drepper@redhat.com>
995
996 * libeblP.h (_): Use elfutils domain.
997
9982004-01-16 Ulrich Drepper <drepper@redhat.com>
999
1000 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
1001
10022004-01-13 Ulrich Drepper <drepper@redhat.com>
1003
1004 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
1005 PT_GNU_RELRO.
1006
10072004-01-08 Ulrich Drepper <drepper@redhat.com>
1008
1009 * libebl.h: Remove last traces of libtool.
1010
10112004-01-05 Ulrich Drepper <drepper@redhat.com>
1012
1013 * elf-knowledge.h: Move to libelf subdir.
1014
1015 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1016 * libebl.map: Removed.
1017
10182003-12-08 Ulrich Drepper <drepper@redhat.com>
1019
1020 * eblsectiontypename.c (ebl_section_type_name): Add support for
1021 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1022
10232003-11-19 Ulrich Drepper <drepper@redhat.com>
1024
1025 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1026 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1027 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1028
10292003-09-24 Ulrich Drepper <drepper@redhat.com>
1030
1031 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1032 * ia64_symbol.c (ia64_segment_type_name): Define.
1033 * libebl_ia64.h (ia64_segment_type_name): Declare.
1034
10352003-09-22 Ulrich Drepper <drepper@redhat.com>
1036
1037 * Makefile.am (AM_CFLAGS): Add -fpic.
1038
10392003-08-14 Ulrich Drepper <drepper@redhat.com>
1040
1041 * Makefile.am (install): Remove dependency on libebl.so.
1042
10432003-08-13 Ulrich Drepper <drepper@redhat.com>
1044
1045 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1046 assuming the code ends up in the application. Add second dlopen()
1047 try without any path, just the filename.
1048 * Makefile.in: Remove rules to build and install libebl.so.
1049
10502003-08-11 Ulrich Drepper <drepper@redhat.com>
1051
1052 * Moved to CVS archive.