blob: fc3cf3b8c6c3c686d1c38bfe616e366012e57f52 [file] [log] [blame]
Mark Wielaarde6ca75d2016-07-06 18:27:54 +020012016-07-06 Mark Wielaard <mjw@redhat.com>
2
3 * Makefile.am (gen_SOURCES): Remove eblobjecttypename.c,
4 eblshflagscombine.c, eblwstrtab.c and eblgstrtab.c.
5 * ebl-hooks.h (object_type_name): Removed.
6 (sh_flags_combine): Likewise.
7 * eblgstrtab.c: Removed.
8 * eblobjecttypename.c: Removed.
9 * eblopenbackend.c (default_object_type_name): Removed.
10 (default_sh_flags_combine): Likewise.
11 (fill_defaults): Removed object_type_name and sh_flags_combine.
12 * eblshflagscombine.c: Removed.
13 * eblwstrtab.c: Removed.
14 * libebl.h (ebl_object_type_name): Removed.
15 (ebl_sh_flags_combine): Likewise.
16 (ebl_wstrtab*): Removed.
17 (ebl_gstrtab*): Likewise.
18
Richard Henderson9a36c922016-06-21 15:10:10 -0700192016-06-28 Richard Henderson <rth@redhat.com>
20
21 * ebl-hooks.h (EBLHOOK(disasm)): Add ebl parameter.
22 * eblopenbackend.c (machines): Add EM_BPF entry.
23
Andreas Schwab37bb3fc2016-05-20 19:37:29 +0200242016-05-20 Andreas Schwab <schwab@linux-m68k.org>
25
26 * eblopenbackend.c (machines) [EM_68K]: Set class and data.
27
Mark Wielaard6e723c72016-02-12 15:04:00 +0100282016-02-12 Mark Wielaard <mjw@redhat.com>
29
30 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is
31 "Go" and use new goknowntypes then. Otherwise check name is not
32 "GNU" and return "unknown".
33
Mark Wielaardc5da7c92016-01-09 22:09:48 +0100342016-01-09 Mark Wielaard <mjw@redhat.com>
35
36 * eblobjnote.c (ebl_object_note): Add brackets around if statement
37 body.
38
Mark Wielaardd22cb042015-12-30 14:39:18 +0100392015-12-18 Mark Wielaard <mjw@redhat.com>
40
41 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
42
Jose E. Marchesi42f0df12015-12-08 19:10:40 +0100432015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
44
45 * libebl.h: Prototype for ebl_ra_offset.
46 * eblabicfi.c (ebl_ra_offset): New function.
47 * libeblP.h (struct ebl): new field ra_offset;
48
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200492015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
50
51 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
52 relocation overflows in some platforms.
53
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200542015-09-22 Mark Wielaard <mjw@redhat.com>
55
56 * *.c: Remove old-style function definitions.
57
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700582015-09-09 Chih-Hung Hsieh <chh@google.com>
59
60 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
61 on parameters declared with __nonnull_attribute__.
62 * eblinitreg.c (ebl_frame_nregs): Likewise.
63 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
64 * eblunwind.c (ebl_unwind): Likewise.
65
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700662015-09-04 Chih-Hung Hsieh <chh@google.com>
67
68 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
69 definition with ansi-C definitions.
70 * eblstother.c (ebl_check_st_other_bits): Likewise.
71
Mark Wielaard65dc8002015-06-12 12:50:14 +0200722015-06-12 Mark Wielaard <mjw@redhat.com>
73
74 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
75 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
76
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200772015-05-17 Mark Wielaard <mjw@redhat.com>
78
Mark Wielaard390dd3d2015-05-17 20:07:56 +020079 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
80 allocate it with malloc.
81
822015-05-17 Mark Wielaard <mjw@redhat.com>
83
Mark Wielaarddf1708a2015-05-17 18:49:10 +020084 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
85 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
86
Mark Wielaard858dc652015-01-27 13:07:17 +0100872015-01-27 Mark Wielaard <mjw@redhat.com>
88
89 * libebl.h: Add comment from README that this is completely
90 UNSUPPORTED.
91
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100922014-11-22 Mark Wielaard <mjw@redhat.com>
93
94 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
95 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
96 * eblopenbackend.c (default_bss_plt_p): Likewise.
97 * libebl.h (ebl_bss_plt_p): Likewise.
98
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100992014-11-17 Mark Wielaard <mjw@redhat.com>
100
101 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
102
Mark Wielaardc1c1c062014-06-14 17:15:37 +02001032014-06-17 Mark Wielaard <mjw@redhat.com>
104
105 * eblinitreg.c (ebl_func_addr_mask): New function.
106 * libebl.h (ebl_func_addr_mask): Define.
107 * libeblP.h (struct ebl): Add func_addr_mask.
108
Mark Wielaard028d0ab2014-05-19 16:52:56 +02001092014-05-19 Mark Wielaard <mjw@redhat.com>
110
111 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
112 * eblcheckreloctargettype.c: New file.
113 * ebl-hooks.h (check_reloc_target_type): New hook.
114 * eblopenbackend.c (default_check_reloc_target_type): New function.
115 (fill_defaults): Assign default_check_reloc_target_type to
116 check_reloc_target_type.
117 * libebl.h (ebl_check_reloc_target_type): New function definition.
118
Mark Wielaard159ac522013-12-18 11:05:54 +01001192013-12-18 Mark Wielaard <mjw@redhat.com>
120
121 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
122 * ebl-hooks.h (resolve_sym_value): New entry.
123 * eblresolvesym.c: New file.
124 * libebl.h (ebl_resolve_sym_value): New definition.
125 * libeblP.h (fd_addr): New field.
126 (fd_data): Likewise.
127
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001282013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 unwinder: s390 and s390x
131 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
132 * ebl-hooks.h (normalize_pc, unwind): New.
133 * eblnormalizepc.c: New file.
134 * eblunwind.c: New file.
135 * libebl.h (Ebl_Register_Location): Add field pc_register.
136 (ebl_normalize_pc): New declaration.
137 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
138 (ebl_unwind): New declaration.
139
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001402013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 unwinder: ppc and ppc64
143 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
144 * ebl-hooks.h (dwarf_to_regno): New.
145 * ebldwarftoregno.c: New file.
146 * libebl.h (Ebl_Core_Item): New field pc_register.
147 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
148 (ebl_dwarf_to_regno): New.
149
Petr Machata98c8a732013-11-26 03:10:31 +01001502013-11-25 Petr Machata <pmachata@redhat.com>
151
152 * eblopenbackend.c (machines): Add entry for AArch64.
153
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001542013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 Code cleanup: Remove const in prototype
157 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
158
Jan Kratochvil0b867462013-05-30 14:37:38 +02001592013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
160 Mark Wielaard <mjw@redhat.com>
161
162 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
163 * ebl-hooks.h (set_initial_registers_tid): New entry.
164 * eblinitreg.c: New file.
165 * libebl.h (ebl_tid_registers_t): New definition.
166 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
167 * libeblP.h (struct ebl): New entry frame_nregs.
168
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001692013-10-06 Mark Wielaard <mjw@redhat.com>
170
171 * libebl.h (ebl_abi_cfi): Document restrictions using register
172 rules.
173
Petr Machatab43bcfe2013-09-26 00:38:37 +02001742013-09-26 Petr Machata <pmachata@redhat.com>
175
176 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
177 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
178
Mark Wielaard2cfec292013-09-25 13:02:53 +02001792013-09-25 Mark Wielaard <mjw@redhat.com>
180
181 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
182
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001832013-04-24 Mark Wielaard <mjw@redhat.com>
184
185 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
186
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001872012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
188
189 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
190 * eblopenbackend.c (default_abi_cfi): Return -1.
191 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
192
Petr Machata96896012012-08-30 16:01:02 +02001932012-08-30 Petr Machata <pmachata@redhat.com>
194
195 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
196 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
197 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
198
Jeff Kenton257dcf42012-08-22 09:00:03 -04001992012-08-22 Jeff Kenton <jkenton@tilera.com>
200
201 * eblopenbackend.c (machines): Add tilegx.
202
Mark Wielaarda0172d72012-06-25 17:18:53 +02002032011-06-26 Mark Wielaard <mjw@redhat.com>
204
205 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
206
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02002072011-04-26 Mark Wielaard <mjw@redhat.com>
208
209 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
210 * eblhooks.h (object_note_type_name): Likewise.
211 * eblopenbackend.c (default_object_note_type_name): Likewise.
212 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
213 And print version if name is "stapsdt".
214 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
215
Marek Polacekcde0b272011-03-21 23:46:56 +01002162011-03-21 Marek Polacek <mpolacek@redhat.com>
217
218 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
219
Mark Wielaarda062b6b2011-03-10 13:02:32 +01002202011-03-10 Mark Wielaard <mjw@redhat.com>
221
222 * Makefile.am (gen_SOURCES): Add eblstother.c.
223 * eblstother.c: New file.
224 * ebl-hooks.h: Add check_st_other_bits hook.
225 * eblopenbackend.c (default_check_st_other_bits): New function.
226 (fill_defaults): Hook default_check_st_other_bits.
227 * libebl.h (ebl_check_st_other_bits): New prototype.
228
Roland McGrath804e9ca2010-07-07 16:06:12 -07002292010-07-07 Roland McGrath <roland@redhat.com>
230
231 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
232
Roland McGrath22359e22010-02-15 15:57:03 -08002332010-02-15 Roland McGrath <roland@redhat.com>
234
235 * Makefile.am: Use config/eu.am for common stuff.
236
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08002372010-01-04 Roland McGrath <roland@redhat.com>
238
239 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
240 pointer instead of only n_type and n_descsz.
241 * libebl.h: Update declaration.
242 * ebl-hooks.h: Update core_note hook signature.
243 * eblopenbackend.c (default_core_note): Likewise.
244
Roland McGrathf80c9072009-10-14 12:35:47 -07002452009-10-14 Roland McGrath <roland@redhat.com>
246
247 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
248
Roland McGratha14b4eb2009-10-05 11:32:26 -07002492009-10-05 Roland McGrath <roland@redhat.com>
250
251 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
252 .debug_types too.
253
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002542009-09-02 Petr Machata <pmachata@redhat.com>
255
256 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
257 pagesize.
258
Petr Machata077a7082009-08-06 18:45:08 +02002592009-08-06 Petr Machata <pmachata@redhat.com>
260
261 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
262 if we have any strings to copy.
263
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002642009-07-26 Mark Wielaard <mjw@redhat.com>
265
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700266 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
267
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700268 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
269 NT_GNU_GOLD_VERSION.
270
Roland McGrath3c84db32009-06-24 17:41:40 -07002712009-07-08 Roland McGrath <roland@redhat.com>
272
273 * ebl-hooks.h: Add abi_cfi hook.
274 * eblopenbackend.c (default_abi_cfi): New function.
275 (fill_defaults): Add initializer.
276 * eblabicfi.c: New file.
277 * Makefile.am (gen_SOURCES): Add it.
278 * libebl.h: Declare ebl_abi_cfi.
279
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002802009-07-08 Ulrich Drepper <drepper@redhat.com>
281
282 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
283 STB_GNU_UNIQUE.
284
285 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
286 if the binary is marked as being for Linux.
287
Roland McGrathd5ff6672009-04-01 18:28:41 -07002882009-04-01 Roland McGrath <roland@redhat.com>
289
290 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
291
292 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
293
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002942009-02-01 Ulrich Drepper <drepper@redhat.com>
295
296 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
297 instead of "???" for invalid relocations.
298
Roland McGratha845f682008-12-03 03:41:58 +00002992008-08-01 Roland McGrath <roland@redhat.com>
300
301 * eblcorenotetypename.c: Handle NT_386_IOPERM.
302
Roland McGrath1d8bb252008-08-07 08:39:41 +00003032008-07-28 Roland McGrath <roland@redhat.com>
304
305 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
306
307 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
308 table.
309
3102008-07-04 Roland McGrath <roland@redhat.com>
311
312 * libebl.h: Declare ebl_syscall_abi.
313 * ebl_syscall_abi.c: New file.
314 * Makefile.am (gen_SOURCES): Add it.
315 * ebl-hooks.h: New hook syscall_abi.
316 * eblopenbackend.c (default_syscall_abi): New function.
317 (fill_defaults): Use it.
318
Roland McGrath13b69602008-04-01 02:30:05 +00003192008-03-31 Roland McGrath <roland@redhat.com>
320
321 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
322
323 * ebl-hooks.h: Add check_special_section hook.
324 * eblopenbackend.c (fill_defaults): Set new hook to ...
325 (default_check_special_section): ... this, new function.
326 * ebl_check_special_section.c: New file.
327 * Makefile.am (gen_SOURCES): Add it.
328 * libebl.h: Declare it.
329
Roland McGrath059c83e2008-02-21 06:19:39 +00003302008-02-20 Roland McGrath <roland@redhat.com>
331
332 * libebl.h: Declare ebl_check_object_attribute.
333 * eblcheckobjattr.c: New file.
334 * Makefile.am (gen_SOURCES): Add it.
335 * ebl-hooks.h: Add check_object_attribute hook.
336 * eblopenbackend.c (default_check_object_attribute): New function.
337 (fill_defaults): Initialize pointer to it.
338
3392008-02-19 Roland McGrath <roland@redhat.com>
340
341 * eblsectiontypename.c (ebl_section_type_name):
342 Handle SHT_GNU_ATTRIBUTES.
343
3442008-02-08 Roland McGrath <roland@redhat.com>
345
346 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
347
3482008-01-30 Roland McGrath <roland@redhat.com>
349
350 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
351
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003522007-10-18 Roland McGrath <roland@redhat.com>
353
354 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
355
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003562007-10-11 Roland McGrath <roland@redhat.com>
357
358 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
359 for NT_GNU_ABI_TAG contents.
360
Roland McGrathcb6d8652007-08-23 08:10:54 +00003612007-08-22 Roland McGrath <roland@redhat.com>
362
363 * libebl.h (Ebl_Core_Item): New member `group'.
364
3652007-08-19 Roland McGrath <roland@redhat.com>
366
367 * ebl-hooks.h: Add new hook auxv_info.
368 * eblopenbackend.c (default_auxv_info): New function.
369 (fill_defaults): Initialize auxv_info hook.
370 * eblauxvinfo.c : New file.
371 * Makefile.am (gen_SOURCES): Add it.
372 * libebl.h: Declare ebl_auxv_info.
373
374 * eblcorenote.c: Rewritten with new signature.
375 * Makefile.am (gen_SOURCES): Add it.
376 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
377 (ebl_core_note_info): Completely revamp signature.
378 * ebl-hooks.h: Update decl.
379 * eblopenbackend.c (default_core_note): Update signature.
380
Roland McGrath87d47802007-07-16 22:23:37 +00003812007-07-09 Roland McGrath <roland@redhat.com>
382
383 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
384 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
385
386 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
387
Roland McGrath4be15242007-04-25 03:09:33 +00003882007-04-22 Roland McGrath <roland@redhat.com>
389
390 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
391
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003922007-03-10 Roland McGrath <roland@redhat.com>
393
394 * eblcorenote.c (ebl_core_note): For normally-zero types,
395 print in hex if not zero.
396
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003972007-01-11 Roland McGrath <roland@redhat.com>
398
399 * ebl-hooks.h (machine_section_flag_check): New hook.
400 * libebl.h: Declare ebl_machine_section_flag_check.
401 * eblmachinesectionflagcheck.c: New file.
402 * Makefile.am (gen_SOURCES): Add it.
403 * eblopenbackend.c (default_machine_section_flag_check): New function.
404 (fill_defaults): Use it.
405
Roland McGrathc373d852006-10-10 00:25:21 +00004062006-09-04 Roland McGrath <roland@redhat.com>
407
408 * ebl-hooks.h: Replace register_name hook with register_info.
409 Also yield natural bit width and base type encoding.
410 * eblopenbackend.c (default_register_name): Renamed
411 default_register_info, new args added.
412 (fill_defaults): Update initialization.
413 * eblregname.c: File renamed ...
414 * eblreginfo.c: ... to this.
415 (ebl_register_name): Renamed to ebl_register_info, new args added.
416 * libebl.h: Update decl.
417
418 * Makefile.am (gen_SOURCES): Update list.
419
Ulrich Drepper28ed8952006-07-07 03:43:47 +00004202006-07-06 Ulrich Drepper <drepper@redhat.com>
421
422 * ebldynamictagname.c: Add support for DT_GNU_HASH.
423 * ebldynamictagcheck.c: Likewise.
424 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
425
4262006-07-05 Ulrich Drepper <drepper@redhat.com>
427
428 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
429 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
430 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
431
432 * eblopenbackend.c (openbackend): If possible, fill machine, class,
433 and data values in from the ELF file.
434
4352006-07-04 Ulrich Drepper <drepper@redhat.com>
436
437 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
438 * eblrelativerelocp.c: New file.
439 * ebl-hooks.c: Add relative_reloc_p.
440 * eblopenbackend.c (default_relative_reloc_p): New function.
441 (fill_defaults): Hook it up.
442 * libebl.h: Declare ebl_relative_reloc_p.
443
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004442006-06-12 Ulrich Drepper <drepper@redhat.com>
445
446 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
447 * eblnonerelocp.c: New file.
448 * ebl-hooks.c: Add none_reloc_p.
449 * eblopenbackend.c (default_none_reloc_p): New function.
450 (fill_defaults): Hook it up.
451 * libebl.h: Declare ebl_none_reloc_p.
452
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004532006-05-27 Ulrich Drepper <drepper@redhat.com>
454
455 * libebl.h: Add extern "C".
456
Roland McGrath994b4892005-12-05 22:46:21 +00004572005-11-25 Roland McGrath <roland@redhat.com>
458
459 * eblregname.c: New file.
460 * Makefile.am (gen_SOURCES): Add it.
461 * ebl-hooks.h: Declare register_name hook.
462 * libebl.h: Declare ebl_register_name.
463 * eblopenbackend.c (default_register_name): New function.
464 (fill_defaults): Use it.
465
Roland McGrath215c6322005-11-16 22:46:04 +00004662005-11-16 Roland McGrath <roland@redhat.com>
467
468 * libebl.h: Use "" for elf-knowledge.h, not <>.
469
Roland McGrathe47ab762005-11-17 03:16:00 +00004702005-11-15 Roland McGrath <roland@redhat.com>
471
472 * Makefile.am: Removed everything for building libebl_*.so modules,
473 now in ../backends/Makefile.am instead.
474 * alpha_init.c: Moved to ../backends.
475 * alpha_reloc.def: Likewise.
476 * alpha_retval.c: Likewise.
477 * alpha_symbol.c: Likewise.
478 * arm_init.c: Likewise.
479 * arm_reloc.def: Likewise.
480 * arm_symbol.c: Likewise.
481 * common-reloc.c: Likewise.
482 * i386_corenote.c: Likewise.
483 * i386_init.c: Likewise.
484 * i386_reloc.def: Likewise.
485 * i386_retval.c: Likewise.
486 * i386_symbol.c: Likewise.
487 * ia64_init.c: Likewise.
488 * ia64_reloc.def: Likewise.
489 * ia64_symbol.c: Likewise.
490 * libebl_CPU.h: Likewise.
491 * ppc64_init.c: Likewise.
492 * ppc64_reloc.def: Likewise.
493 * ppc64_retval.c: Likewise.
494 * ppc64_symbol.c: Likewise.
495 * ppc_init.c: Likewise.
496 * ppc_reloc.def: Likewise.
497 * ppc_retval.c: Likewise.
498 * ppc_symbol.c: Likewise.
499 * s390_init.c: Likewise.
500 * s390_reloc.def: Likewise.
501 * s390_symbol.c: Likewise.
502 * sh_init.c: Likewise.
503 * sh_reloc.def: Likewise.
504 * sh_symbol.c: Likewise.
505 * sparc_init.c: Likewise.
506 * sparc_reloc.def: Likewise.
507 * sparc_symbol.c: Likewise.
508 * x86_64_corenote.c: Likewise.
509 * x86_64_init.c: Likewise.
510 * x86_64_reloc.def: Likewise.
511 * x86_64_retval.c: Likewise.
512 * x86_64_symbol.c: Likewise.
513
514 * libebl.h: Comment fixes.
515
516 * alpha_retval.c: New file.
517 * Makefile.am (alpha_SRCS): Add it.
518 * alpha_init.c (alpha_init): Initialize return_value_location hook.
519
520 * ppc64_retval.c: New file.
521 * Makefile.am (ppc64_SRCS): Add it.
522 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
523
524 * ppc_retval.c: New file.
525 * Makefile.am (ppc_SRCS): Add it.
526 * ppc_init.c (ppc_init): Initialize return_value_location hook.
527
Roland McGrathcd60ea82005-11-16 01:57:40 +00005282005-11-14 Roland McGrath <roland@redhat.com>
529
530 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
531 * sh_init.c (sh_init): Likewise.
532 * x86_64_init.c (x86_64_init): Likewise.
533
534 * sparc_symbol.c (sparc_reloc_simple_type): New function.
535 * sparc_init.c (sparc_init): Use it.
536
537 * arm_symbol.c (arm_reloc_simple_type): New function.
538 * arm_init.c (arm_init): Use it.
539
540 * alpha_symbol.c (alpha_reloc_simple_type): New function.
541 * alpha_init.c (alpha_init): Use it.
542
543 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
544
545 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
546
547 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
548
Roland McGrathe47ab762005-11-17 03:16:00 +00005492005-11-13 Roland McGrath <roland@redhat.com>
550
551 * x86_64_retval.c: New file.
552 * Makefile.am (x86_64_SRCS): Add it.
553 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
554
555 * i386_retval.c: New file.
556 * Makefile.am (i386_SRCS): Add it.
557 (libdw): New variable.
558 (libebl_%.so): Use $(libdw) in link; use --as-needed.
559 * i386_init.c (i386_init): Use i386_return_value_location.
560
561 * eblretval.c: New file.
562 * Makefile.am (gen_SOURCES): Add it.
563 (INCLUDES): Search in libdw.
564 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
565 * ebl-hooks.h: Declare return_value_location hook.
566 * eblopenbackend.c (default_return_value_location): New function.
567 (fill_defaults): Use it.
568
Roland McGrathcd60ea82005-11-16 01:57:40 +00005692005-11-10 Roland McGrath <roland@redhat.com>
570
571 * s390_init.c: New file.
572 * s390_reloc.def: New file.
573 * s390_symbol.c: New file.
574 * Makefile.am (modules, libebl_pic): Add s390.
575 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
576 (am_libebl_s390_pic_a_OBJECTS): New variable.
577
578 * ppc64_init.c: Use common-reloc.c.
579 * ppc64_symbol.c (ppc64_backend_name): Removed.
580 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
581 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
582
583 * ppc_init.c: Use common-reloc.c.
584 * ppc_symbol.c (ppc_backend_name): Removed.
585 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
586 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
587
588 * sparc_init.c: Use common-reloc.c.
589 * sparc_symbol.c (sparc_backend_name): Removed.
590 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
591 (sparc_copy_reloc_p): Likewise.
592
593 * arm_init.c: Use common-reloc.c.
594 * arm_symbol.c (arm_backend_name): Removed.
595 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
596
597 * alpha_init.c: Use common-reloc.c.
598 * alpha_symbol.c (alpha_backend_name): Removed.
599 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
600 (alpha_copy_reloc_p): Likewise.
601
602 * ia64_symbol.c (ia64_backend_name): Removed.
603 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
604 (ia64_copy_reloc_p): Likewise.
605
606 * x86_64_init.c: Use common-reloc.c.
607 * x86_64_symbol.c (x86_64_backend_name): Removed.
608 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
609 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
610
611 * sh_init.c: Use common-reloc.c.
612 * sh_symbol.c: All functions removed.
613 (sh_reloc_simple_type): New function.
614 (sh_gotpc_reloc_check): New function.
615
616 * common-reloc.c: New file.
617 * Makefile.am (noinst_HEADERS): Add it.
618 * i386_init.c: Include it.
619
620 * sh_reloc.def: New file.
621 * i386_reloc.def: New file.
622 * alpha_reloc.def: New file.
623 * arm_reloc.def: New file.
624 * i386_reloc.def: New file.
625 * ia64_reloc.def: New file.
626 * ppc64_reloc.def: New file.
627 * ppc_reloc.def: New file.
628 * sh_reloc.def: New file.
629 * sparc_reloc.def: New file.
630 * x86_64_reloc.def: New file.
631 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
632
633 * libebl_alpha.map: Removed.
634 * libebl_ia64.map: Removed.
635 * libebl_ppc.map: Removed.
636 * libebl_sparc.map: Removed.
637 * libebl_arm.map: Removed.
638 * libebl_i386.map: Removed.
639 * libebl_ppc64.map: Removed.
640 * libebl_sh.map: Removed.
641 * libebl_x86_64.map: Removed.
642 * Makefile.am (EXTRA_DIST): Remove them.
643 (libebl_%.map, libebl_%.so): New pattern rules.
644
645 * libebl_alpha.h: Removed.
646 * libebl_ia64.h: Removed.
647 * libebl_ppc.h: Removed.
648 * libebl_sparc.h: Removed.
649 * libebl_arm.h: Removed.
650 * libebl_i386.h: Removed.
651 * libebl_ppc64.h: Removed.
652 * libebl_sh.h: Removed.
653 * libebl_x86_64.h: Removed.
654 * Makefile.am (noinst_HEADERS): Remove them.
655
656 * x86_64_corenote.c: Use libebl_CPU.h instead.
657 * x86_64_symbol.c: Likewise.
658 * i386_corenote.c: Likewise.
659
6602005-11-09 Roland McGrath <roland@redhat.com>
661
662 * ia64_symbol.c (ia64_reloc_simple_type): New function.
663
664 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
665 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
666 * eblopenbackend.c (default_reloc_simple_type): Update signature.
667 * i386_symbol.c (i386_reloc_simple_type): Likewise.
668 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
669 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
670 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
671
672 * i386_symbol.c (i386_backend_name): Removed.
673 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
674 (i386_reloc_valid_use): Removed.
675 (i386_copy_reloc_p): Removed.
676
677 * alpha_destr.c: Removed.
678 * arm_destr.c: Removed.
679 * i386_destr.c: Removed.
680 * ia64_destr.c: Removed.
681 * ppc64_destr.c: Removed.
682 * ppc_destr.c: Removed.
683 * sh_destr.c: Removed.
684 * sparc_destr.c: Removed.
685 * x86_64_destr.c: Removed.
686
687 * ebl-hooks.h: New file, broken out of ...
688 * libeblP.h (struct ebl): ... here. #include that for hook
689 declarations, after defining EBLHOOK macro.
690 * libebl_CPU.h: New file.
691 * Makefile.am (noinst_HEADERS): Add them.
692
693 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
694 and uint_fast8_t for class and data.
695
6962005-08-14 Roland McGrath <roland@redhat.com>
697
698 * ia64_symbol.c (ia64_section_type_name): New function.
699 (ia64_dynamic_tag_check): New function.
700 (ia64_reloc_valid_use): New function.
701 * libebl_ia64.h: Declare them.
702 * ia64_init.c (ia64_init): Use them.
703 * Makefile.am (libebl_ia64.so): Link with libelf.
704
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00007052005-08-28 Ulrich Drepper <drepper@redhat.com>
706
707 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
708
Roland McGrathe53d04a2005-08-13 20:56:07 +00007092005-08-13 Roland McGrath <roland@redhat.com>
710
711 * ia64_symbol.c (ia64_machine_flag_check): New function.
712 * libebl_ia64.h: Declare it.
713 * ia64_init.c (ia64_init): Use it.
714
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00007152005-08-13 Ulrich Drepper <drepper@redhat.com>
716
717 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
718 ebl_check_special_symbol.
719 * libeblP.h (struct ebl): Adjust callback functions.
720 * eblopenbackend.c: Adjust dummy functions.
721 * ebl_check_special_symbol.c: Add parameter and pass it on.
722 * eblbsspltp.c: Likewise.
723 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
724 the dynamic section entry.
725 (ppc_check_special_symbol): Add ehdr parameter.
726 (ppc_bss_plt_p): Likewise.
727 * libebl_ppc.h: Adjust prototypes.
728 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
729 (ppc_bss_plt_p): Likewise.
730 * libebl_ppc64.h: Adjust prototypes.
731
Roland McGrath653d3762005-08-13 01:59:10 +00007322005-08-12 Roland McGrath <roland@redhat.com>
733
Roland McGrathf8873cb2005-08-13 03:26:06 +0000734 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
735 (ppc_bss_plt_p): ... here. Call that.
736 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
737 against _GLOBAL_OFFSET_TABLE_.
738
Roland McGrath653d3762005-08-13 01:59:10 +0000739 * libeblP.h (struct ebl): Add bss_plt_p hook.
740 * eblopenbackend.c (default_bss_plt_p): New function.
741 (fill_defaults): Use it.
742 * eblbsspltp.c: New file.
743 * Makefile.am (gen_SOURCES): Add it.
744 * libebl.h: Declare ebl_bss_plt_p.
745 * ppc_symbol.c (ppc_bss_plt_p): New function.
746 * libebl_ppc.h: Declare it.
747 * ppc_init.c (ppc_init): Use it.
748 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
749 * libebl_ppc64.h: Declare it.
750 * ppc64_init.c (ppc64_init): Use it.
751
752 * ebl_check_special_symbol.c: New file.
753 * Makefile.am (gen_SOURCES): Add it.
754 * libebl.h: Declare ebl_check_special_symbol.
755 * libeblP.h (struct ebl): Add check_special_symbol hook.
756 * eblopenbackend.c (default_check_special_symbol): New function.
757 (fill_defaults): Use it.
758 * ppc_symbol.c (ppc_check_special_symbol): New function.
759 * libebl_ppc.h: Add prototype.
760 * ppc_init.c (ppc_init): Use it.
761 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
762 * libebl_ppc64.h: Add prototype.
763 * ppc64_init.c (ppc64_init): Use it.
764
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007652005-08-07 Ulrich Drepper <drepper@redhat.com>
766
767 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
768 * ppc_symbol.c: Likewise.
769 * libebl_ppc.h: Likewise.
770 * ppc64_init.c: There is now also a dynamic_tag_check functions
771 * ppc64_symbol.c: Add dynamic_tag_check.
772 * libebl_ppc64.h: Add prototype.
773 * alpha_init.c: Add support for new DT_ALPHA_* value.
774 * alpha_symbol.c: Likewise.
775 * libebl_alpha.h: Likewise.
776
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007772005-08-03 Ulrich Drepper <drepper@redhat.com>
778
779 * libebl_alpha.map: Remove unnecessary exports.
780 * libebl_arm.map: Likewise.
781 * libebl_i386.map: Likewise.
782 * libebl_ia64.map: Likewise.
783 * libebl_ppc.map: Likewise.
784 * libebl_ppc64.map: Likewise.
785 * libebl_sh.map: Likewise.
786 * libebl_sparc.map: Likewise.
787 * libebl_x86_64.map: Likewise.
788
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007892005-08-02 Ulrich Drepper <drepper@redhat.com>
790
791 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
792 and eblelfmachine.c.
793 * elbopenbackend.c (machines): Add class and data fields. Initialize
794 them.
795 (ebl_openbackend): Initialize machine, class, data fields in result.
796 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
797 * libeblP.h (Ebl): Add machine, class, data fields.
798
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007992005-07-23 Ulrich Drepper <drepper@redhat.com>
800
801 * eblsectionstripp.c: New file.
802 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
803 * i386_init.c (i386_init): Install specific debugscn_p callback.
804 * i386_symbol.c (i386_debugscn_p): New function.
805 * libebl.h: Declare ebl_section_strip_p.
806 * libebl_i386.h: Declare i386_debugscn_p.
807
808 * libebl.h: Move Ebl definition to...
809 * libeblP.h: ...here.
810
8112005-07-21 Roland McGrath <roland@redhat.com>
812
813 * Makefile.am (install-ebl-modules): New target, commands from ...
814 (install): ... here. Make this depend on it.
815 (LIBEBL_SUBDIR): New variable, substituted by configure.
816 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
817 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
818
8192005-07-21 Ulrich Drepper <drepper@redhat.com>
820
821 * eblcopyrelocp.c: New file.
822 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
823 * libebl.h: Declare ebl_copy_reloc_p.
824 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
825 (default_copy_reloc_p): New function.
826 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
827 * alpha_symbol.c: Likewise.
828 * arm_init.c: Likewise.
829 * arm_symbol.c: Likewise.
830 * i386_init.c: Likewise.
831 * i386_symbol.c: Likewise.
832 * ia64_init.c: Likewise.
833 * ia64_symbol.c: Likewise.
834 * ppc64_init.c: Likewise.
835 * ppc64_symbol.c: Likewise.
836 * ppc_init.c: Likewise.
837 * ppc_symbol.c: Likewise.
838 * sh_init.c: Likewise.
839 * sh_symbol.c: Likewise.
840 * sparc_init.c: Likewise.
841 * sparc_symbol.c: Likewise.
842 * x86_64_init.c: Likewise.
843 * x86_64_symbol.c: Likewise.
844 * libebl_alpha.h: Declare the copy_reloc_p function.
845 * libebl_arm.h: Likewise.
846 * libebl_i386.h: Likewise.
847 * libebl_ia64.h: Likewise.
848 * libebl_ppc.h: Likewise.
849 * libebl_ppc64.h: Likewise.
850 * libebl_sh.h: Likewise.
851 * libebl_sparc.h: Likewise.
852 * libebl_x86_64.h: Likewise.
853
8542005-05-31 Roland McGrath <roland@redhat.com>
855
856 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
857 tracking works right.
858
8592005-05-21 Ulrich Drepper <drepper@redhat.com>
860
861 * libebl_x86_64.map: Add x86_64_core_note.
862
8632005-05-19 Roland McGrath <roland@redhat.com>
864
865 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
866 * libebl_ppc.map: Add ppc_reloc_simple_type.
867 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
868 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
869
8702005-05-11 Ulrich Drepper <drepper@redhat.com>
871
872 * eblcorenote.c: Handle new AT_* values and files with different
873 endianess.
874 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
875 * x86-64_corenote.c: New file.
876 * x86_64_init.c: Hook in x86_64_corenote.
877 * i386_corenote.c: Make file usable on 64-bit platforms.
878
879 * eblopenbackend.c: If modules version comparison fails, reinitialize
880 hooks.
881
8822005-05-10 Ulrich Drepper <drepper@redhat.com>
883
884 * eblopenbackend.c: Require the init function to return a string.
885 Compare it with MODVERSION from config.h.
886 * alpha_init.c: Change return type. Return MODVERSION or NULL.
887 * arm_init.c: Likewise.
888 * eblopenbackend.c: Likewise.
889 * i386_init.c: Likewise.
890 * ia64_init.c: Likewise.
891 * ppc64_init.c: Likewise.
892 * ppc_init.c: Likewise.
893 * sh_init.c: Likewise.
894 * sparc_init.c: Likewise.
895 * x86_64_init.c: Likewise.
896 * libeblP.h: Adjust ebl_bhinit_t.
897 * libebl_alpha.h: Adjust init function prototype.
898 * libebl_arm.h: Likewise.
899 * libebl_i386.h: Likewise.
900 * libebl_ia64.h: Likewise.
901 * libebl_ppc.h: Likewise.
902 * libebl_ppc64.h: Likewise.
903 * libebl_sh.h: Likewise.
904 * libebl_sparc.h: Likewise.
905 * libebl_x86_64.h: Likewise.
906
907 * mips_destr.c: Removed.
908 * mips_init.c: Removed.
909 * mips_symbol.c: Removed.
910 * libebl_mips.h: Removed.
911 * libebl_mips.map: Removed.
912
9132005-05-03 Roland McGrath <roland@redhat.com>
914
915 * libebl.h (Ebl): Add `reloc_simple_type' member.
916 * eblopenbackend.c (default_reloc_simple_type): New function.
917 (openbackend): Use that as default reloc_simple_type callback.
918 * eblrelocsimpletype.c: New file.
919 * Makefile.am (gen_SOURCES): Add it.
920 * i386_symbol.c (i386_reloc_simple_type): New function.
921 * libebl_i386.h: Declare it.
922 * i386_init.c (i386_init): Use it.
923 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
924 * libebl_x86_64.h: Declare it.
925 * x86_64_init.c (x86_64_init): Use it.
926 * ppc_symbol.c (ppc_reloc_simple_type): New function.
927 * libebl_ppc.h: Declare it.
928 * ppc_init.c (ppc_init): Use it.
929 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
930 * libebl_ppc64.h: Declare it.
931 * ppc64_init.c (ppc64_init): Use it.
932
9332005-03-17 Ulrich Drepper <drepper@redhat.com>
934
935 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
936
9372005-02-15 Ulrich Drepper <drepper@redhat.com>
938
939 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
940
9412005-02-14 Ulrich Drepper <drepper@redhat.com>
942
943 * alpha_destr.c: Add __attribute__((unused)) where needed.
944 * alpha_init.c: Likewise.
945 * alpha_symbol.c: Likewise.
946 * arm_destr.c: Likewise.
947 * arm_init.c: Likewise.
948 * arm_symbol.c: Likewise.
949 * i386_corenote.c: Likewise.
950 * i386_destr.c: Likewise.
951 * i386_init.c: Likewise.
952 * i386_symbol.c: Likewise.
953 * ia64_destr.c: Likewise.
954 * ia64_init.c: Likewise.
955 * ia64_symbol.c: Likewise.
956 * mips_destr.c: Likewise.
957 * mips_init.c: Likewise.
958 * mips_symbol.c: Likewise.
959 * ppc64_destr.c: Likewise.
960 * ppc64_init.c: Likewise.
961 * ppc64_symbol.c: Likewise.
962 * ppc_destr.c: Likewise.
963 * ppc_init.c: Likewise.
964 * ppc_symbol.c: Likewise.
965 * sh_destr.c: Likewise.
966 * sh_init.c: Likewise.
967 * sh_symbol.c: Likewise.
968 * sparc_destr.c: Likewise.
969 * sparc_init.c: Likewise.
970 * sparc_symbol.c: Likewise.
971 * x86_64_destr.c: Likewise.
972 * x86_64_init.c: Likewise.
973 * x86_64_symbol.c: Likewise.
974
975 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
976 and R_X86_64_32..
977
9782005-02-06 Ulrich Drepper <drepper@redhat.com>
979
980 * eblstrtab.c: A few cleanups.
981
982 * eblopenbackend.c: Mark unused parameters.
983
984 * eblgstrtab.c: Cleanups a few printf format strings.
985
986 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
987
9882005-02-05 Ulrich Drepper <drepper@redhat.com>
989
990 * Makefile.am: Check for text relocations in constructed DSOs.
991
992 * eblstrtab.c: Minor cleanups.
993
994 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
995
9962004-08-16 Ulrich Drepper <drepper@redhat.com>
997
998 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
999 the lib directory.
1000 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
1001 lib in path to ebl modules.
1002
10032004-04-01 Ulrich Drepper <drepper@redhat.com>
1004
1005 * Makefile.am: Add rules for ppc and ppc64 ebl module.
1006 * ppc_init..c: New file.
1007 * ppc_destr.c: New file.
1008 * ppc_symbol.c: New file.
1009 * libebl_ppc.h: New file.
1010 * libebl_ppc.map: New file.
1011 * ppc64_init..c: New file.
1012 * ppc64_destr.c: New file.
1013 * ppc64_symbol.c: New file.
1014 * libebl_ppc64.h: New file.
1015 * libebl_ppc64.map: New file.
1016
10172004-01-20 Ulrich Drepper <drepper@redhat.com>
1018
1019 * Makefile.am: Support building with mudflap.
1020
10212004-01-18 Ulrich Drepper <drepper@redhat.com>
1022
1023 * libeblP.h (_): Use elfutils domain.
1024
10252004-01-16 Ulrich Drepper <drepper@redhat.com>
1026
1027 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
1028
10292004-01-13 Ulrich Drepper <drepper@redhat.com>
1030
1031 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
1032 PT_GNU_RELRO.
1033
10342004-01-08 Ulrich Drepper <drepper@redhat.com>
1035
1036 * libebl.h: Remove last traces of libtool.
1037
10382004-01-05 Ulrich Drepper <drepper@redhat.com>
1039
1040 * elf-knowledge.h: Move to libelf subdir.
1041
1042 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1043 * libebl.map: Removed.
1044
10452003-12-08 Ulrich Drepper <drepper@redhat.com>
1046
1047 * eblsectiontypename.c (ebl_section_type_name): Add support for
1048 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1049
10502003-11-19 Ulrich Drepper <drepper@redhat.com>
1051
1052 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1053 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1054 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1055
10562003-09-24 Ulrich Drepper <drepper@redhat.com>
1057
1058 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1059 * ia64_symbol.c (ia64_segment_type_name): Define.
1060 * libebl_ia64.h (ia64_segment_type_name): Declare.
1061
10622003-09-22 Ulrich Drepper <drepper@redhat.com>
1063
1064 * Makefile.am (AM_CFLAGS): Add -fpic.
1065
10662003-08-14 Ulrich Drepper <drepper@redhat.com>
1067
1068 * Makefile.am (install): Remove dependency on libebl.so.
1069
10702003-08-13 Ulrich Drepper <drepper@redhat.com>
1071
1072 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1073 assuming the code ends up in the application. Add second dlopen()
1074 try without any path, just the filename.
1075 * Makefile.in: Remove rules to build and install libebl.so.
1076
10772003-08-11 Ulrich Drepper <drepper@redhat.com>
1078
1079 * Moved to CVS archive.