blob: 719d08d0232ce3373cb4e4382318bbbbe5bd500b [file] [log] [blame]
Ulf Hermannb3248e62017-02-16 10:10:30 +010012017-02-15 Ulf Hermann <ulf.hermann@qt.io>
2
3 * eblmachineflagname.c: Include system.h.
4 * eblopenbackend.c: Likewise.
5
Mark Wielaarddd906c12016-07-08 14:08:22 +020062016-07-08 Mark Wielaard <mjw@redhat.com>
7
8 * Makefile.am (gen_SOURCES): Remove eblstrtab.c.
9 * eblstrtab.c: Removed.
10 * libebl.h (Ebl_Strtab): Removed.
11 (Ebl_Strent): Removed.
12 (ebl_strtabinit): Removed.
13 (ebl_strtabfree): Removed.
14 (ebl_strtabadd): Removed.
15 (ebl_strtabfinalize): Removed.
16 (ebl_strtaboffset): Removed.
17 (ebl_string): Removed.
18
Mark Wielaarde6ca75d2016-07-06 18:27:54 +0200192016-07-06 Mark Wielaard <mjw@redhat.com>
20
21 * Makefile.am (gen_SOURCES): Remove eblobjecttypename.c,
22 eblshflagscombine.c, eblwstrtab.c and eblgstrtab.c.
23 * ebl-hooks.h (object_type_name): Removed.
24 (sh_flags_combine): Likewise.
25 * eblgstrtab.c: Removed.
26 * eblobjecttypename.c: Removed.
27 * eblopenbackend.c (default_object_type_name): Removed.
28 (default_sh_flags_combine): Likewise.
29 (fill_defaults): Removed object_type_name and sh_flags_combine.
30 * eblshflagscombine.c: Removed.
31 * eblwstrtab.c: Removed.
32 * libebl.h (ebl_object_type_name): Removed.
33 (ebl_sh_flags_combine): Likewise.
34 (ebl_wstrtab*): Removed.
35 (ebl_gstrtab*): Likewise.
36
Richard Henderson9a36c922016-06-21 15:10:10 -0700372016-06-28 Richard Henderson <rth@redhat.com>
38
39 * ebl-hooks.h (EBLHOOK(disasm)): Add ebl parameter.
40 * eblopenbackend.c (machines): Add EM_BPF entry.
41
Andreas Schwab37bb3fc2016-05-20 19:37:29 +0200422016-05-20 Andreas Schwab <schwab@linux-m68k.org>
43
44 * eblopenbackend.c (machines) [EM_68K]: Set class and data.
45
Mark Wielaard6e723c72016-02-12 15:04:00 +0100462016-02-12 Mark Wielaard <mjw@redhat.com>
47
48 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is
49 "Go" and use new goknowntypes then. Otherwise check name is not
50 "GNU" and return "unknown".
51
Mark Wielaardc5da7c92016-01-09 22:09:48 +0100522016-01-09 Mark Wielaard <mjw@redhat.com>
53
54 * eblobjnote.c (ebl_object_note): Add brackets around if statement
55 body.
56
Mark Wielaardd22cb042015-12-30 14:39:18 +0100572015-12-18 Mark Wielaard <mjw@redhat.com>
58
59 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
60
Jose E. Marchesi42f0df12015-12-08 19:10:40 +0100612015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
62
63 * libebl.h: Prototype for ebl_ra_offset.
64 * eblabicfi.c (ebl_ra_offset): New function.
65 * libeblP.h (struct ebl): new field ra_offset;
66
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200672015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
68
69 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
70 relocation overflows in some platforms.
71
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200722015-09-22 Mark Wielaard <mjw@redhat.com>
73
74 * *.c: Remove old-style function definitions.
75
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700762015-09-09 Chih-Hung Hsieh <chh@google.com>
77
78 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
79 on parameters declared with __nonnull_attribute__.
80 * eblinitreg.c (ebl_frame_nregs): Likewise.
81 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
82 * eblunwind.c (ebl_unwind): Likewise.
83
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700842015-09-04 Chih-Hung Hsieh <chh@google.com>
85
86 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
87 definition with ansi-C definitions.
88 * eblstother.c (ebl_check_st_other_bits): Likewise.
89
Mark Wielaard65dc8002015-06-12 12:50:14 +0200902015-06-12 Mark Wielaard <mjw@redhat.com>
91
92 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
93 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
94
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200952015-05-17 Mark Wielaard <mjw@redhat.com>
96
Mark Wielaard390dd3d2015-05-17 20:07:56 +020097 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
98 allocate it with malloc.
99
1002015-05-17 Mark Wielaard <mjw@redhat.com>
101
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200102 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
103 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
104
Mark Wielaard858dc652015-01-27 13:07:17 +01001052015-01-27 Mark Wielaard <mjw@redhat.com>
106
107 * libebl.h: Add comment from README that this is completely
108 UNSUPPORTED.
109
Mark Wielaard712c8fa2014-11-22 23:08:48 +01001102014-11-22 Mark Wielaard <mjw@redhat.com>
111
112 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
113 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
114 * eblopenbackend.c (default_bss_plt_p): Likewise.
115 * libebl.h (ebl_bss_plt_p): Likewise.
116
Mark Wielaard5c1a45c2014-11-17 23:15:45 +01001172014-11-17 Mark Wielaard <mjw@redhat.com>
118
119 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
120
Mark Wielaardc1c1c062014-06-14 17:15:37 +02001212014-06-17 Mark Wielaard <mjw@redhat.com>
122
123 * eblinitreg.c (ebl_func_addr_mask): New function.
124 * libebl.h (ebl_func_addr_mask): Define.
125 * libeblP.h (struct ebl): Add func_addr_mask.
126
Mark Wielaard028d0ab2014-05-19 16:52:56 +02001272014-05-19 Mark Wielaard <mjw@redhat.com>
128
129 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
130 * eblcheckreloctargettype.c: New file.
131 * ebl-hooks.h (check_reloc_target_type): New hook.
132 * eblopenbackend.c (default_check_reloc_target_type): New function.
133 (fill_defaults): Assign default_check_reloc_target_type to
134 check_reloc_target_type.
135 * libebl.h (ebl_check_reloc_target_type): New function definition.
136
Mark Wielaard159ac522013-12-18 11:05:54 +01001372013-12-18 Mark Wielaard <mjw@redhat.com>
138
139 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
140 * ebl-hooks.h (resolve_sym_value): New entry.
141 * eblresolvesym.c: New file.
142 * libebl.h (ebl_resolve_sym_value): New definition.
143 * libeblP.h (fd_addr): New field.
144 (fd_data): Likewise.
145
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001462013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 unwinder: s390 and s390x
149 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
150 * ebl-hooks.h (normalize_pc, unwind): New.
151 * eblnormalizepc.c: New file.
152 * eblunwind.c: New file.
153 * libebl.h (Ebl_Register_Location): Add field pc_register.
154 (ebl_normalize_pc): New declaration.
155 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
156 (ebl_unwind): New declaration.
157
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001582013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
159
160 unwinder: ppc and ppc64
161 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
162 * ebl-hooks.h (dwarf_to_regno): New.
163 * ebldwarftoregno.c: New file.
164 * libebl.h (Ebl_Core_Item): New field pc_register.
165 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
166 (ebl_dwarf_to_regno): New.
167
Petr Machata98c8a732013-11-26 03:10:31 +01001682013-11-25 Petr Machata <pmachata@redhat.com>
169
170 * eblopenbackend.c (machines): Add entry for AArch64.
171
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001722013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 Code cleanup: Remove const in prototype
175 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
176
Jan Kratochvil0b867462013-05-30 14:37:38 +02001772013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
178 Mark Wielaard <mjw@redhat.com>
179
180 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
181 * ebl-hooks.h (set_initial_registers_tid): New entry.
182 * eblinitreg.c: New file.
183 * libebl.h (ebl_tid_registers_t): New definition.
184 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
185 * libeblP.h (struct ebl): New entry frame_nregs.
186
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001872013-10-06 Mark Wielaard <mjw@redhat.com>
188
189 * libebl.h (ebl_abi_cfi): Document restrictions using register
190 rules.
191
Petr Machatab43bcfe2013-09-26 00:38:37 +02001922013-09-26 Petr Machata <pmachata@redhat.com>
193
194 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
195 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
196
Mark Wielaard2cfec292013-09-25 13:02:53 +02001972013-09-25 Mark Wielaard <mjw@redhat.com>
198
199 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
200
Mark Wielaardcdaaf212013-04-25 16:50:11 -04002012013-04-24 Mark Wielaard <mjw@redhat.com>
202
203 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
204
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02002052012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
208 * eblopenbackend.c (default_abi_cfi): Return -1.
209 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
210
Petr Machata96896012012-08-30 16:01:02 +02002112012-08-30 Petr Machata <pmachata@redhat.com>
212
213 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
214 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
215 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
216
Jeff Kenton257dcf42012-08-22 09:00:03 -04002172012-08-22 Jeff Kenton <jkenton@tilera.com>
218
219 * eblopenbackend.c (machines): Add tilegx.
220
Mark Wielaarda0172d72012-06-25 17:18:53 +02002212011-06-26 Mark Wielaard <mjw@redhat.com>
222
223 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
224
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02002252011-04-26 Mark Wielaard <mjw@redhat.com>
226
227 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
228 * eblhooks.h (object_note_type_name): Likewise.
229 * eblopenbackend.c (default_object_note_type_name): Likewise.
230 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
231 And print version if name is "stapsdt".
232 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
233
Marek Polacekcde0b272011-03-21 23:46:56 +01002342011-03-21 Marek Polacek <mpolacek@redhat.com>
235
236 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
237
Mark Wielaarda062b6b2011-03-10 13:02:32 +01002382011-03-10 Mark Wielaard <mjw@redhat.com>
239
240 * Makefile.am (gen_SOURCES): Add eblstother.c.
241 * eblstother.c: New file.
242 * ebl-hooks.h: Add check_st_other_bits hook.
243 * eblopenbackend.c (default_check_st_other_bits): New function.
244 (fill_defaults): Hook default_check_st_other_bits.
245 * libebl.h (ebl_check_st_other_bits): New prototype.
246
Roland McGrath804e9ca2010-07-07 16:06:12 -07002472010-07-07 Roland McGrath <roland@redhat.com>
248
249 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
250
Roland McGrath22359e22010-02-15 15:57:03 -08002512010-02-15 Roland McGrath <roland@redhat.com>
252
253 * Makefile.am: Use config/eu.am for common stuff.
254
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08002552010-01-04 Roland McGrath <roland@redhat.com>
256
257 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
258 pointer instead of only n_type and n_descsz.
259 * libebl.h: Update declaration.
260 * ebl-hooks.h: Update core_note hook signature.
261 * eblopenbackend.c (default_core_note): Likewise.
262
Roland McGrathf80c9072009-10-14 12:35:47 -07002632009-10-14 Roland McGrath <roland@redhat.com>
264
265 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
266
Roland McGratha14b4eb2009-10-05 11:32:26 -07002672009-10-05 Roland McGrath <roland@redhat.com>
268
269 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
270 .debug_types too.
271
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002722009-09-02 Petr Machata <pmachata@redhat.com>
273
274 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
275 pagesize.
276
Petr Machata077a7082009-08-06 18:45:08 +02002772009-08-06 Petr Machata <pmachata@redhat.com>
278
279 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
280 if we have any strings to copy.
281
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002822009-07-26 Mark Wielaard <mjw@redhat.com>
283
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700284 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
285
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700286 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
287 NT_GNU_GOLD_VERSION.
288
Roland McGrath3c84db32009-06-24 17:41:40 -07002892009-07-08 Roland McGrath <roland@redhat.com>
290
291 * ebl-hooks.h: Add abi_cfi hook.
292 * eblopenbackend.c (default_abi_cfi): New function.
293 (fill_defaults): Add initializer.
294 * eblabicfi.c: New file.
295 * Makefile.am (gen_SOURCES): Add it.
296 * libebl.h: Declare ebl_abi_cfi.
297
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002982009-07-08 Ulrich Drepper <drepper@redhat.com>
299
300 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
301 STB_GNU_UNIQUE.
302
303 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
304 if the binary is marked as being for Linux.
305
Roland McGrathd5ff6672009-04-01 18:28:41 -07003062009-04-01 Roland McGrath <roland@redhat.com>
307
308 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
309
310 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
311
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08003122009-02-01 Ulrich Drepper <drepper@redhat.com>
313
314 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
315 instead of "???" for invalid relocations.
316
Roland McGratha845f682008-12-03 03:41:58 +00003172008-08-01 Roland McGrath <roland@redhat.com>
318
319 * eblcorenotetypename.c: Handle NT_386_IOPERM.
320
Roland McGrath1d8bb252008-08-07 08:39:41 +00003212008-07-28 Roland McGrath <roland@redhat.com>
322
323 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
324
325 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
326 table.
327
3282008-07-04 Roland McGrath <roland@redhat.com>
329
330 * libebl.h: Declare ebl_syscall_abi.
331 * ebl_syscall_abi.c: New file.
332 * Makefile.am (gen_SOURCES): Add it.
333 * ebl-hooks.h: New hook syscall_abi.
334 * eblopenbackend.c (default_syscall_abi): New function.
335 (fill_defaults): Use it.
336
Roland McGrath13b69602008-04-01 02:30:05 +00003372008-03-31 Roland McGrath <roland@redhat.com>
338
339 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
340
341 * ebl-hooks.h: Add check_special_section hook.
342 * eblopenbackend.c (fill_defaults): Set new hook to ...
343 (default_check_special_section): ... this, new function.
344 * ebl_check_special_section.c: New file.
345 * Makefile.am (gen_SOURCES): Add it.
346 * libebl.h: Declare it.
347
Roland McGrath059c83e2008-02-21 06:19:39 +00003482008-02-20 Roland McGrath <roland@redhat.com>
349
350 * libebl.h: Declare ebl_check_object_attribute.
351 * eblcheckobjattr.c: New file.
352 * Makefile.am (gen_SOURCES): Add it.
353 * ebl-hooks.h: Add check_object_attribute hook.
354 * eblopenbackend.c (default_check_object_attribute): New function.
355 (fill_defaults): Initialize pointer to it.
356
3572008-02-19 Roland McGrath <roland@redhat.com>
358
359 * eblsectiontypename.c (ebl_section_type_name):
360 Handle SHT_GNU_ATTRIBUTES.
361
3622008-02-08 Roland McGrath <roland@redhat.com>
363
364 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
365
3662008-01-30 Roland McGrath <roland@redhat.com>
367
368 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
369
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003702007-10-18 Roland McGrath <roland@redhat.com>
371
372 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
373
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003742007-10-11 Roland McGrath <roland@redhat.com>
375
376 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
377 for NT_GNU_ABI_TAG contents.
378
Roland McGrathcb6d8652007-08-23 08:10:54 +00003792007-08-22 Roland McGrath <roland@redhat.com>
380
381 * libebl.h (Ebl_Core_Item): New member `group'.
382
3832007-08-19 Roland McGrath <roland@redhat.com>
384
385 * ebl-hooks.h: Add new hook auxv_info.
386 * eblopenbackend.c (default_auxv_info): New function.
387 (fill_defaults): Initialize auxv_info hook.
388 * eblauxvinfo.c : New file.
389 * Makefile.am (gen_SOURCES): Add it.
390 * libebl.h: Declare ebl_auxv_info.
391
392 * eblcorenote.c: Rewritten with new signature.
393 * Makefile.am (gen_SOURCES): Add it.
394 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
395 (ebl_core_note_info): Completely revamp signature.
396 * ebl-hooks.h: Update decl.
397 * eblopenbackend.c (default_core_note): Update signature.
398
Roland McGrath87d47802007-07-16 22:23:37 +00003992007-07-09 Roland McGrath <roland@redhat.com>
400
401 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
402 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
403
404 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
405
Roland McGrath4be15242007-04-25 03:09:33 +00004062007-04-22 Roland McGrath <roland@redhat.com>
407
408 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
409
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00004102007-03-10 Roland McGrath <roland@redhat.com>
411
412 * eblcorenote.c (ebl_core_note): For normally-zero types,
413 print in hex if not zero.
414
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00004152007-01-11 Roland McGrath <roland@redhat.com>
416
417 * ebl-hooks.h (machine_section_flag_check): New hook.
418 * libebl.h: Declare ebl_machine_section_flag_check.
419 * eblmachinesectionflagcheck.c: New file.
420 * Makefile.am (gen_SOURCES): Add it.
421 * eblopenbackend.c (default_machine_section_flag_check): New function.
422 (fill_defaults): Use it.
423
Roland McGrathc373d852006-10-10 00:25:21 +00004242006-09-04 Roland McGrath <roland@redhat.com>
425
426 * ebl-hooks.h: Replace register_name hook with register_info.
427 Also yield natural bit width and base type encoding.
428 * eblopenbackend.c (default_register_name): Renamed
429 default_register_info, new args added.
430 (fill_defaults): Update initialization.
431 * eblregname.c: File renamed ...
432 * eblreginfo.c: ... to this.
433 (ebl_register_name): Renamed to ebl_register_info, new args added.
434 * libebl.h: Update decl.
435
436 * Makefile.am (gen_SOURCES): Update list.
437
Ulrich Drepper28ed8952006-07-07 03:43:47 +00004382006-07-06 Ulrich Drepper <drepper@redhat.com>
439
440 * ebldynamictagname.c: Add support for DT_GNU_HASH.
441 * ebldynamictagcheck.c: Likewise.
442 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
443
4442006-07-05 Ulrich Drepper <drepper@redhat.com>
445
446 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
447 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
448 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
449
450 * eblopenbackend.c (openbackend): If possible, fill machine, class,
451 and data values in from the ELF file.
452
4532006-07-04 Ulrich Drepper <drepper@redhat.com>
454
455 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
456 * eblrelativerelocp.c: New file.
457 * ebl-hooks.c: Add relative_reloc_p.
458 * eblopenbackend.c (default_relative_reloc_p): New function.
459 (fill_defaults): Hook it up.
460 * libebl.h: Declare ebl_relative_reloc_p.
461
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004622006-06-12 Ulrich Drepper <drepper@redhat.com>
463
464 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
465 * eblnonerelocp.c: New file.
466 * ebl-hooks.c: Add none_reloc_p.
467 * eblopenbackend.c (default_none_reloc_p): New function.
468 (fill_defaults): Hook it up.
469 * libebl.h: Declare ebl_none_reloc_p.
470
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004712006-05-27 Ulrich Drepper <drepper@redhat.com>
472
473 * libebl.h: Add extern "C".
474
Roland McGrath994b4892005-12-05 22:46:21 +00004752005-11-25 Roland McGrath <roland@redhat.com>
476
477 * eblregname.c: New file.
478 * Makefile.am (gen_SOURCES): Add it.
479 * ebl-hooks.h: Declare register_name hook.
480 * libebl.h: Declare ebl_register_name.
481 * eblopenbackend.c (default_register_name): New function.
482 (fill_defaults): Use it.
483
Roland McGrath215c6322005-11-16 22:46:04 +00004842005-11-16 Roland McGrath <roland@redhat.com>
485
486 * libebl.h: Use "" for elf-knowledge.h, not <>.
487
Roland McGrathe47ab762005-11-17 03:16:00 +00004882005-11-15 Roland McGrath <roland@redhat.com>
489
490 * Makefile.am: Removed everything for building libebl_*.so modules,
491 now in ../backends/Makefile.am instead.
492 * alpha_init.c: Moved to ../backends.
493 * alpha_reloc.def: Likewise.
494 * alpha_retval.c: Likewise.
495 * alpha_symbol.c: Likewise.
496 * arm_init.c: Likewise.
497 * arm_reloc.def: Likewise.
498 * arm_symbol.c: Likewise.
499 * common-reloc.c: Likewise.
500 * i386_corenote.c: Likewise.
501 * i386_init.c: Likewise.
502 * i386_reloc.def: Likewise.
503 * i386_retval.c: Likewise.
504 * i386_symbol.c: Likewise.
505 * ia64_init.c: Likewise.
506 * ia64_reloc.def: Likewise.
507 * ia64_symbol.c: Likewise.
508 * libebl_CPU.h: Likewise.
509 * ppc64_init.c: Likewise.
510 * ppc64_reloc.def: Likewise.
511 * ppc64_retval.c: Likewise.
512 * ppc64_symbol.c: Likewise.
513 * ppc_init.c: Likewise.
514 * ppc_reloc.def: Likewise.
515 * ppc_retval.c: Likewise.
516 * ppc_symbol.c: Likewise.
517 * s390_init.c: Likewise.
518 * s390_reloc.def: Likewise.
519 * s390_symbol.c: Likewise.
520 * sh_init.c: Likewise.
521 * sh_reloc.def: Likewise.
522 * sh_symbol.c: Likewise.
523 * sparc_init.c: Likewise.
524 * sparc_reloc.def: Likewise.
525 * sparc_symbol.c: Likewise.
526 * x86_64_corenote.c: Likewise.
527 * x86_64_init.c: Likewise.
528 * x86_64_reloc.def: Likewise.
529 * x86_64_retval.c: Likewise.
530 * x86_64_symbol.c: Likewise.
531
532 * libebl.h: Comment fixes.
533
534 * alpha_retval.c: New file.
535 * Makefile.am (alpha_SRCS): Add it.
536 * alpha_init.c (alpha_init): Initialize return_value_location hook.
537
538 * ppc64_retval.c: New file.
539 * Makefile.am (ppc64_SRCS): Add it.
540 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
541
542 * ppc_retval.c: New file.
543 * Makefile.am (ppc_SRCS): Add it.
544 * ppc_init.c (ppc_init): Initialize return_value_location hook.
545
Roland McGrathcd60ea82005-11-16 01:57:40 +00005462005-11-14 Roland McGrath <roland@redhat.com>
547
548 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
549 * sh_init.c (sh_init): Likewise.
550 * x86_64_init.c (x86_64_init): Likewise.
551
552 * sparc_symbol.c (sparc_reloc_simple_type): New function.
553 * sparc_init.c (sparc_init): Use it.
554
555 * arm_symbol.c (arm_reloc_simple_type): New function.
556 * arm_init.c (arm_init): Use it.
557
558 * alpha_symbol.c (alpha_reloc_simple_type): New function.
559 * alpha_init.c (alpha_init): Use it.
560
561 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
562
563 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
564
565 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
566
Roland McGrathe47ab762005-11-17 03:16:00 +00005672005-11-13 Roland McGrath <roland@redhat.com>
568
569 * x86_64_retval.c: New file.
570 * Makefile.am (x86_64_SRCS): Add it.
571 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
572
573 * i386_retval.c: New file.
574 * Makefile.am (i386_SRCS): Add it.
575 (libdw): New variable.
576 (libebl_%.so): Use $(libdw) in link; use --as-needed.
577 * i386_init.c (i386_init): Use i386_return_value_location.
578
579 * eblretval.c: New file.
580 * Makefile.am (gen_SOURCES): Add it.
581 (INCLUDES): Search in libdw.
582 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
583 * ebl-hooks.h: Declare return_value_location hook.
584 * eblopenbackend.c (default_return_value_location): New function.
585 (fill_defaults): Use it.
586
Roland McGrathcd60ea82005-11-16 01:57:40 +00005872005-11-10 Roland McGrath <roland@redhat.com>
588
589 * s390_init.c: New file.
590 * s390_reloc.def: New file.
591 * s390_symbol.c: New file.
592 * Makefile.am (modules, libebl_pic): Add s390.
593 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
594 (am_libebl_s390_pic_a_OBJECTS): New variable.
595
596 * ppc64_init.c: Use common-reloc.c.
597 * ppc64_symbol.c (ppc64_backend_name): Removed.
598 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
599 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
600
601 * ppc_init.c: Use common-reloc.c.
602 * ppc_symbol.c (ppc_backend_name): Removed.
603 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
604 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
605
606 * sparc_init.c: Use common-reloc.c.
607 * sparc_symbol.c (sparc_backend_name): Removed.
608 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
609 (sparc_copy_reloc_p): Likewise.
610
611 * arm_init.c: Use common-reloc.c.
612 * arm_symbol.c (arm_backend_name): Removed.
613 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
614
615 * alpha_init.c: Use common-reloc.c.
616 * alpha_symbol.c (alpha_backend_name): Removed.
617 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
618 (alpha_copy_reloc_p): Likewise.
619
620 * ia64_symbol.c (ia64_backend_name): Removed.
621 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
622 (ia64_copy_reloc_p): Likewise.
623
624 * x86_64_init.c: Use common-reloc.c.
625 * x86_64_symbol.c (x86_64_backend_name): Removed.
626 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
627 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
628
629 * sh_init.c: Use common-reloc.c.
630 * sh_symbol.c: All functions removed.
631 (sh_reloc_simple_type): New function.
632 (sh_gotpc_reloc_check): New function.
633
634 * common-reloc.c: New file.
635 * Makefile.am (noinst_HEADERS): Add it.
636 * i386_init.c: Include it.
637
638 * sh_reloc.def: New file.
639 * i386_reloc.def: New file.
640 * alpha_reloc.def: New file.
641 * arm_reloc.def: New file.
642 * i386_reloc.def: New file.
643 * ia64_reloc.def: New file.
644 * ppc64_reloc.def: New file.
645 * ppc_reloc.def: New file.
646 * sh_reloc.def: New file.
647 * sparc_reloc.def: New file.
648 * x86_64_reloc.def: New file.
649 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
650
651 * libebl_alpha.map: Removed.
652 * libebl_ia64.map: Removed.
653 * libebl_ppc.map: Removed.
654 * libebl_sparc.map: Removed.
655 * libebl_arm.map: Removed.
656 * libebl_i386.map: Removed.
657 * libebl_ppc64.map: Removed.
658 * libebl_sh.map: Removed.
659 * libebl_x86_64.map: Removed.
660 * Makefile.am (EXTRA_DIST): Remove them.
661 (libebl_%.map, libebl_%.so): New pattern rules.
662
663 * libebl_alpha.h: Removed.
664 * libebl_ia64.h: Removed.
665 * libebl_ppc.h: Removed.
666 * libebl_sparc.h: Removed.
667 * libebl_arm.h: Removed.
668 * libebl_i386.h: Removed.
669 * libebl_ppc64.h: Removed.
670 * libebl_sh.h: Removed.
671 * libebl_x86_64.h: Removed.
672 * Makefile.am (noinst_HEADERS): Remove them.
673
674 * x86_64_corenote.c: Use libebl_CPU.h instead.
675 * x86_64_symbol.c: Likewise.
676 * i386_corenote.c: Likewise.
677
6782005-11-09 Roland McGrath <roland@redhat.com>
679
680 * ia64_symbol.c (ia64_reloc_simple_type): New function.
681
682 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
683 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
684 * eblopenbackend.c (default_reloc_simple_type): Update signature.
685 * i386_symbol.c (i386_reloc_simple_type): Likewise.
686 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
687 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
688 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
689
690 * i386_symbol.c (i386_backend_name): Removed.
691 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
692 (i386_reloc_valid_use): Removed.
693 (i386_copy_reloc_p): Removed.
694
695 * alpha_destr.c: Removed.
696 * arm_destr.c: Removed.
697 * i386_destr.c: Removed.
698 * ia64_destr.c: Removed.
699 * ppc64_destr.c: Removed.
700 * ppc_destr.c: Removed.
701 * sh_destr.c: Removed.
702 * sparc_destr.c: Removed.
703 * x86_64_destr.c: Removed.
704
705 * ebl-hooks.h: New file, broken out of ...
706 * libeblP.h (struct ebl): ... here. #include that for hook
707 declarations, after defining EBLHOOK macro.
708 * libebl_CPU.h: New file.
709 * Makefile.am (noinst_HEADERS): Add them.
710
711 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
712 and uint_fast8_t for class and data.
713
7142005-08-14 Roland McGrath <roland@redhat.com>
715
716 * ia64_symbol.c (ia64_section_type_name): New function.
717 (ia64_dynamic_tag_check): New function.
718 (ia64_reloc_valid_use): New function.
719 * libebl_ia64.h: Declare them.
720 * ia64_init.c (ia64_init): Use them.
721 * Makefile.am (libebl_ia64.so): Link with libelf.
722
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00007232005-08-28 Ulrich Drepper <drepper@redhat.com>
724
725 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
726
Roland McGrathe53d04a2005-08-13 20:56:07 +00007272005-08-13 Roland McGrath <roland@redhat.com>
728
729 * ia64_symbol.c (ia64_machine_flag_check): New function.
730 * libebl_ia64.h: Declare it.
731 * ia64_init.c (ia64_init): Use it.
732
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00007332005-08-13 Ulrich Drepper <drepper@redhat.com>
734
735 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
736 ebl_check_special_symbol.
737 * libeblP.h (struct ebl): Adjust callback functions.
738 * eblopenbackend.c: Adjust dummy functions.
739 * ebl_check_special_symbol.c: Add parameter and pass it on.
740 * eblbsspltp.c: Likewise.
741 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
742 the dynamic section entry.
743 (ppc_check_special_symbol): Add ehdr parameter.
744 (ppc_bss_plt_p): Likewise.
745 * libebl_ppc.h: Adjust prototypes.
746 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
747 (ppc_bss_plt_p): Likewise.
748 * libebl_ppc64.h: Adjust prototypes.
749
Roland McGrath653d3762005-08-13 01:59:10 +00007502005-08-12 Roland McGrath <roland@redhat.com>
751
Roland McGrathf8873cb2005-08-13 03:26:06 +0000752 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
753 (ppc_bss_plt_p): ... here. Call that.
754 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
755 against _GLOBAL_OFFSET_TABLE_.
756
Roland McGrath653d3762005-08-13 01:59:10 +0000757 * libeblP.h (struct ebl): Add bss_plt_p hook.
758 * eblopenbackend.c (default_bss_plt_p): New function.
759 (fill_defaults): Use it.
760 * eblbsspltp.c: New file.
761 * Makefile.am (gen_SOURCES): Add it.
762 * libebl.h: Declare ebl_bss_plt_p.
763 * ppc_symbol.c (ppc_bss_plt_p): New function.
764 * libebl_ppc.h: Declare it.
765 * ppc_init.c (ppc_init): Use it.
766 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
767 * libebl_ppc64.h: Declare it.
768 * ppc64_init.c (ppc64_init): Use it.
769
770 * ebl_check_special_symbol.c: New file.
771 * Makefile.am (gen_SOURCES): Add it.
772 * libebl.h: Declare ebl_check_special_symbol.
773 * libeblP.h (struct ebl): Add check_special_symbol hook.
774 * eblopenbackend.c (default_check_special_symbol): New function.
775 (fill_defaults): Use it.
776 * ppc_symbol.c (ppc_check_special_symbol): New function.
777 * libebl_ppc.h: Add prototype.
778 * ppc_init.c (ppc_init): Use it.
779 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
780 * libebl_ppc64.h: Add prototype.
781 * ppc64_init.c (ppc64_init): Use it.
782
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007832005-08-07 Ulrich Drepper <drepper@redhat.com>
784
785 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
786 * ppc_symbol.c: Likewise.
787 * libebl_ppc.h: Likewise.
788 * ppc64_init.c: There is now also a dynamic_tag_check functions
789 * ppc64_symbol.c: Add dynamic_tag_check.
790 * libebl_ppc64.h: Add prototype.
791 * alpha_init.c: Add support for new DT_ALPHA_* value.
792 * alpha_symbol.c: Likewise.
793 * libebl_alpha.h: Likewise.
794
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007952005-08-03 Ulrich Drepper <drepper@redhat.com>
796
797 * libebl_alpha.map: Remove unnecessary exports.
798 * libebl_arm.map: Likewise.
799 * libebl_i386.map: Likewise.
800 * libebl_ia64.map: Likewise.
801 * libebl_ppc.map: Likewise.
802 * libebl_ppc64.map: Likewise.
803 * libebl_sh.map: Likewise.
804 * libebl_sparc.map: Likewise.
805 * libebl_x86_64.map: Likewise.
806
Ulrich Dreppera38998e2005-08-03 02:05:39 +00008072005-08-02 Ulrich Drepper <drepper@redhat.com>
808
809 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
810 and eblelfmachine.c.
811 * elbopenbackend.c (machines): Add class and data fields. Initialize
812 them.
813 (ebl_openbackend): Initialize machine, class, data fields in result.
814 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
815 * libeblP.h (Ebl): Add machine, class, data fields.
816
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00008172005-07-23 Ulrich Drepper <drepper@redhat.com>
818
819 * eblsectionstripp.c: New file.
820 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
821 * i386_init.c (i386_init): Install specific debugscn_p callback.
822 * i386_symbol.c (i386_debugscn_p): New function.
823 * libebl.h: Declare ebl_section_strip_p.
824 * libebl_i386.h: Declare i386_debugscn_p.
825
826 * libebl.h: Move Ebl definition to...
827 * libeblP.h: ...here.
828
8292005-07-21 Roland McGrath <roland@redhat.com>
830
831 * Makefile.am (install-ebl-modules): New target, commands from ...
832 (install): ... here. Make this depend on it.
833 (LIBEBL_SUBDIR): New variable, substituted by configure.
834 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
835 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
836
8372005-07-21 Ulrich Drepper <drepper@redhat.com>
838
839 * eblcopyrelocp.c: New file.
840 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
841 * libebl.h: Declare ebl_copy_reloc_p.
842 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
843 (default_copy_reloc_p): New function.
844 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
845 * alpha_symbol.c: Likewise.
846 * arm_init.c: Likewise.
847 * arm_symbol.c: Likewise.
848 * i386_init.c: Likewise.
849 * i386_symbol.c: Likewise.
850 * ia64_init.c: Likewise.
851 * ia64_symbol.c: Likewise.
852 * ppc64_init.c: Likewise.
853 * ppc64_symbol.c: Likewise.
854 * ppc_init.c: Likewise.
855 * ppc_symbol.c: Likewise.
856 * sh_init.c: Likewise.
857 * sh_symbol.c: Likewise.
858 * sparc_init.c: Likewise.
859 * sparc_symbol.c: Likewise.
860 * x86_64_init.c: Likewise.
861 * x86_64_symbol.c: Likewise.
862 * libebl_alpha.h: Declare the copy_reloc_p function.
863 * libebl_arm.h: Likewise.
864 * libebl_i386.h: Likewise.
865 * libebl_ia64.h: Likewise.
866 * libebl_ppc.h: Likewise.
867 * libebl_ppc64.h: Likewise.
868 * libebl_sh.h: Likewise.
869 * libebl_sparc.h: Likewise.
870 * libebl_x86_64.h: Likewise.
871
8722005-05-31 Roland McGrath <roland@redhat.com>
873
874 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
875 tracking works right.
876
8772005-05-21 Ulrich Drepper <drepper@redhat.com>
878
879 * libebl_x86_64.map: Add x86_64_core_note.
880
8812005-05-19 Roland McGrath <roland@redhat.com>
882
883 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
884 * libebl_ppc.map: Add ppc_reloc_simple_type.
885 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
886 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
887
8882005-05-11 Ulrich Drepper <drepper@redhat.com>
889
890 * eblcorenote.c: Handle new AT_* values and files with different
891 endianess.
892 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
893 * x86-64_corenote.c: New file.
894 * x86_64_init.c: Hook in x86_64_corenote.
895 * i386_corenote.c: Make file usable on 64-bit platforms.
896
897 * eblopenbackend.c: If modules version comparison fails, reinitialize
898 hooks.
899
9002005-05-10 Ulrich Drepper <drepper@redhat.com>
901
902 * eblopenbackend.c: Require the init function to return a string.
903 Compare it with MODVERSION from config.h.
904 * alpha_init.c: Change return type. Return MODVERSION or NULL.
905 * arm_init.c: Likewise.
906 * eblopenbackend.c: Likewise.
907 * i386_init.c: Likewise.
908 * ia64_init.c: Likewise.
909 * ppc64_init.c: Likewise.
910 * ppc_init.c: Likewise.
911 * sh_init.c: Likewise.
912 * sparc_init.c: Likewise.
913 * x86_64_init.c: Likewise.
914 * libeblP.h: Adjust ebl_bhinit_t.
915 * libebl_alpha.h: Adjust init function prototype.
916 * libebl_arm.h: Likewise.
917 * libebl_i386.h: Likewise.
918 * libebl_ia64.h: Likewise.
919 * libebl_ppc.h: Likewise.
920 * libebl_ppc64.h: Likewise.
921 * libebl_sh.h: Likewise.
922 * libebl_sparc.h: Likewise.
923 * libebl_x86_64.h: Likewise.
924
925 * mips_destr.c: Removed.
926 * mips_init.c: Removed.
927 * mips_symbol.c: Removed.
928 * libebl_mips.h: Removed.
929 * libebl_mips.map: Removed.
930
9312005-05-03 Roland McGrath <roland@redhat.com>
932
933 * libebl.h (Ebl): Add `reloc_simple_type' member.
934 * eblopenbackend.c (default_reloc_simple_type): New function.
935 (openbackend): Use that as default reloc_simple_type callback.
936 * eblrelocsimpletype.c: New file.
937 * Makefile.am (gen_SOURCES): Add it.
938 * i386_symbol.c (i386_reloc_simple_type): New function.
939 * libebl_i386.h: Declare it.
940 * i386_init.c (i386_init): Use it.
941 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
942 * libebl_x86_64.h: Declare it.
943 * x86_64_init.c (x86_64_init): Use it.
944 * ppc_symbol.c (ppc_reloc_simple_type): New function.
945 * libebl_ppc.h: Declare it.
946 * ppc_init.c (ppc_init): Use it.
947 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
948 * libebl_ppc64.h: Declare it.
949 * ppc64_init.c (ppc64_init): Use it.
950
9512005-03-17 Ulrich Drepper <drepper@redhat.com>
952
953 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
954
9552005-02-15 Ulrich Drepper <drepper@redhat.com>
956
957 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
958
9592005-02-14 Ulrich Drepper <drepper@redhat.com>
960
961 * alpha_destr.c: Add __attribute__((unused)) where needed.
962 * alpha_init.c: Likewise.
963 * alpha_symbol.c: Likewise.
964 * arm_destr.c: Likewise.
965 * arm_init.c: Likewise.
966 * arm_symbol.c: Likewise.
967 * i386_corenote.c: Likewise.
968 * i386_destr.c: Likewise.
969 * i386_init.c: Likewise.
970 * i386_symbol.c: Likewise.
971 * ia64_destr.c: Likewise.
972 * ia64_init.c: Likewise.
973 * ia64_symbol.c: Likewise.
974 * mips_destr.c: Likewise.
975 * mips_init.c: Likewise.
976 * mips_symbol.c: Likewise.
977 * ppc64_destr.c: Likewise.
978 * ppc64_init.c: Likewise.
979 * ppc64_symbol.c: Likewise.
980 * ppc_destr.c: Likewise.
981 * ppc_init.c: Likewise.
982 * ppc_symbol.c: Likewise.
983 * sh_destr.c: Likewise.
984 * sh_init.c: Likewise.
985 * sh_symbol.c: Likewise.
986 * sparc_destr.c: Likewise.
987 * sparc_init.c: Likewise.
988 * sparc_symbol.c: Likewise.
989 * x86_64_destr.c: Likewise.
990 * x86_64_init.c: Likewise.
991 * x86_64_symbol.c: Likewise.
992
993 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
994 and R_X86_64_32..
995
9962005-02-06 Ulrich Drepper <drepper@redhat.com>
997
998 * eblstrtab.c: A few cleanups.
999
1000 * eblopenbackend.c: Mark unused parameters.
1001
1002 * eblgstrtab.c: Cleanups a few printf format strings.
1003
1004 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
1005
10062005-02-05 Ulrich Drepper <drepper@redhat.com>
1007
1008 * Makefile.am: Check for text relocations in constructed DSOs.
1009
1010 * eblstrtab.c: Minor cleanups.
1011
1012 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
1013
10142004-08-16 Ulrich Drepper <drepper@redhat.com>
1015
1016 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
1017 the lib directory.
1018 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
1019 lib in path to ebl modules.
1020
10212004-04-01 Ulrich Drepper <drepper@redhat.com>
1022
1023 * Makefile.am: Add rules for ppc and ppc64 ebl module.
1024 * ppc_init..c: New file.
1025 * ppc_destr.c: New file.
1026 * ppc_symbol.c: New file.
1027 * libebl_ppc.h: New file.
1028 * libebl_ppc.map: New file.
1029 * ppc64_init..c: New file.
1030 * ppc64_destr.c: New file.
1031 * ppc64_symbol.c: New file.
1032 * libebl_ppc64.h: New file.
1033 * libebl_ppc64.map: New file.
1034
10352004-01-20 Ulrich Drepper <drepper@redhat.com>
1036
1037 * Makefile.am: Support building with mudflap.
1038
10392004-01-18 Ulrich Drepper <drepper@redhat.com>
1040
1041 * libeblP.h (_): Use elfutils domain.
1042
10432004-01-16 Ulrich Drepper <drepper@redhat.com>
1044
1045 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
1046
10472004-01-13 Ulrich Drepper <drepper@redhat.com>
1048
1049 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
1050 PT_GNU_RELRO.
1051
10522004-01-08 Ulrich Drepper <drepper@redhat.com>
1053
1054 * libebl.h: Remove last traces of libtool.
1055
10562004-01-05 Ulrich Drepper <drepper@redhat.com>
1057
1058 * elf-knowledge.h: Move to libelf subdir.
1059
1060 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1061 * libebl.map: Removed.
1062
10632003-12-08 Ulrich Drepper <drepper@redhat.com>
1064
1065 * eblsectiontypename.c (ebl_section_type_name): Add support for
1066 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1067
10682003-11-19 Ulrich Drepper <drepper@redhat.com>
1069
1070 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1071 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1072 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1073
10742003-09-24 Ulrich Drepper <drepper@redhat.com>
1075
1076 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1077 * ia64_symbol.c (ia64_segment_type_name): Define.
1078 * libebl_ia64.h (ia64_segment_type_name): Declare.
1079
10802003-09-22 Ulrich Drepper <drepper@redhat.com>
1081
1082 * Makefile.am (AM_CFLAGS): Add -fpic.
1083
10842003-08-14 Ulrich Drepper <drepper@redhat.com>
1085
1086 * Makefile.am (install): Remove dependency on libebl.so.
1087
10882003-08-13 Ulrich Drepper <drepper@redhat.com>
1089
1090 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1091 assuming the code ends up in the application. Add second dlopen()
1092 try without any path, just the filename.
1093 * Makefile.in: Remove rules to build and install libebl.so.
1094
10952003-08-11 Ulrich Drepper <drepper@redhat.com>
1096
1097 * Moved to CVS archive.