blob: 4ea6d498888b62ea4aaa72c0b78bbbaeae3c7aa5 [file] [log] [blame]
Mark Wielaard1ccdfb62015-09-22 22:27:01 +020012015-09-22 Mark Wielaard <mjw@redhat.com>
2
3 * *.c: Remove old-style function definitions.
4
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -070052015-09-09 Chih-Hung Hsieh <chh@google.com>
6
7 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
8 on parameters declared with __nonnull_attribute__.
9 * eblinitreg.c (ebl_frame_nregs): Likewise.
10 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
11 * eblunwind.c (ebl_unwind): Likewise.
12
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700132015-09-04 Chih-Hung Hsieh <chh@google.com>
14
15 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
16 definition with ansi-C definitions.
17 * eblstother.c (ebl_check_st_other_bits): Likewise.
18
Mark Wielaard65dc8002015-06-12 12:50:14 +0200192015-06-12 Mark Wielaard <mjw@redhat.com>
20
21 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
22 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
23
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200242015-05-17 Mark Wielaard <mjw@redhat.com>
25
Mark Wielaard390dd3d2015-05-17 20:07:56 +020026 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
27 allocate it with malloc.
28
292015-05-17 Mark Wielaard <mjw@redhat.com>
30
Mark Wielaarddf1708a2015-05-17 18:49:10 +020031 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
32 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
33
Mark Wielaard858dc652015-01-27 13:07:17 +0100342015-01-27 Mark Wielaard <mjw@redhat.com>
35
36 * libebl.h: Add comment from README that this is completely
37 UNSUPPORTED.
38
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100392014-11-22 Mark Wielaard <mjw@redhat.com>
40
41 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
42 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
43 * eblopenbackend.c (default_bss_plt_p): Likewise.
44 * libebl.h (ebl_bss_plt_p): Likewise.
45
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100462014-11-17 Mark Wielaard <mjw@redhat.com>
47
48 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
49
Mark Wielaardc1c1c062014-06-14 17:15:37 +0200502014-06-17 Mark Wielaard <mjw@redhat.com>
51
52 * eblinitreg.c (ebl_func_addr_mask): New function.
53 * libebl.h (ebl_func_addr_mask): Define.
54 * libeblP.h (struct ebl): Add func_addr_mask.
55
Mark Wielaard028d0ab2014-05-19 16:52:56 +0200562014-05-19 Mark Wielaard <mjw@redhat.com>
57
58 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
59 * eblcheckreloctargettype.c: New file.
60 * ebl-hooks.h (check_reloc_target_type): New hook.
61 * eblopenbackend.c (default_check_reloc_target_type): New function.
62 (fill_defaults): Assign default_check_reloc_target_type to
63 check_reloc_target_type.
64 * libebl.h (ebl_check_reloc_target_type): New function definition.
65
Mark Wielaard159ac522013-12-18 11:05:54 +0100662013-12-18 Mark Wielaard <mjw@redhat.com>
67
68 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
69 * ebl-hooks.h (resolve_sym_value): New entry.
70 * eblresolvesym.c: New file.
71 * libebl.h (ebl_resolve_sym_value): New definition.
72 * libeblP.h (fd_addr): New field.
73 (fd_data): Likewise.
74
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100752013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 unwinder: s390 and s390x
78 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
79 * ebl-hooks.h (normalize_pc, unwind): New.
80 * eblnormalizepc.c: New file.
81 * eblunwind.c: New file.
82 * libebl.h (Ebl_Register_Location): Add field pc_register.
83 (ebl_normalize_pc): New declaration.
84 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
85 (ebl_unwind): New declaration.
86
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +0100872013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
88
89 unwinder: ppc and ppc64
90 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
91 * ebl-hooks.h (dwarf_to_regno): New.
92 * ebldwarftoregno.c: New file.
93 * libebl.h (Ebl_Core_Item): New field pc_register.
94 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
95 (ebl_dwarf_to_regno): New.
96
Petr Machata98c8a732013-11-26 03:10:31 +0100972013-11-25 Petr Machata <pmachata@redhat.com>
98
99 * eblopenbackend.c (machines): Add entry for AArch64.
100
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001012013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 Code cleanup: Remove const in prototype
104 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
105
Jan Kratochvil0b867462013-05-30 14:37:38 +02001062013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
107 Mark Wielaard <mjw@redhat.com>
108
109 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
110 * ebl-hooks.h (set_initial_registers_tid): New entry.
111 * eblinitreg.c: New file.
112 * libebl.h (ebl_tid_registers_t): New definition.
113 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
114 * libeblP.h (struct ebl): New entry frame_nregs.
115
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001162013-10-06 Mark Wielaard <mjw@redhat.com>
117
118 * libebl.h (ebl_abi_cfi): Document restrictions using register
119 rules.
120
Petr Machatab43bcfe2013-09-26 00:38:37 +02001212013-09-26 Petr Machata <pmachata@redhat.com>
122
123 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
124 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
125
Mark Wielaard2cfec292013-09-25 13:02:53 +02001262013-09-25 Mark Wielaard <mjw@redhat.com>
127
128 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
129
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001302013-04-24 Mark Wielaard <mjw@redhat.com>
131
132 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
133
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001342012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
137 * eblopenbackend.c (default_abi_cfi): Return -1.
138 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
139
Petr Machata96896012012-08-30 16:01:02 +02001402012-08-30 Petr Machata <pmachata@redhat.com>
141
142 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
143 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
144 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
145
Jeff Kenton257dcf42012-08-22 09:00:03 -04001462012-08-22 Jeff Kenton <jkenton@tilera.com>
147
148 * eblopenbackend.c (machines): Add tilegx.
149
Mark Wielaarda0172d72012-06-25 17:18:53 +02001502011-06-26 Mark Wielaard <mjw@redhat.com>
151
152 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
153
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02001542011-04-26 Mark Wielaard <mjw@redhat.com>
155
156 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
157 * eblhooks.h (object_note_type_name): Likewise.
158 * eblopenbackend.c (default_object_note_type_name): Likewise.
159 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
160 And print version if name is "stapsdt".
161 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
162
Marek Polacekcde0b272011-03-21 23:46:56 +01001632011-03-21 Marek Polacek <mpolacek@redhat.com>
164
165 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
166
Mark Wielaarda062b6b2011-03-10 13:02:32 +01001672011-03-10 Mark Wielaard <mjw@redhat.com>
168
169 * Makefile.am (gen_SOURCES): Add eblstother.c.
170 * eblstother.c: New file.
171 * ebl-hooks.h: Add check_st_other_bits hook.
172 * eblopenbackend.c (default_check_st_other_bits): New function.
173 (fill_defaults): Hook default_check_st_other_bits.
174 * libebl.h (ebl_check_st_other_bits): New prototype.
175
Roland McGrath804e9ca2010-07-07 16:06:12 -07001762010-07-07 Roland McGrath <roland@redhat.com>
177
178 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
179
Roland McGrath22359e22010-02-15 15:57:03 -08001802010-02-15 Roland McGrath <roland@redhat.com>
181
182 * Makefile.am: Use config/eu.am for common stuff.
183
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08001842010-01-04 Roland McGrath <roland@redhat.com>
185
186 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
187 pointer instead of only n_type and n_descsz.
188 * libebl.h: Update declaration.
189 * ebl-hooks.h: Update core_note hook signature.
190 * eblopenbackend.c (default_core_note): Likewise.
191
Roland McGrathf80c9072009-10-14 12:35:47 -07001922009-10-14 Roland McGrath <roland@redhat.com>
193
194 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
195
Roland McGratha14b4eb2009-10-05 11:32:26 -07001962009-10-05 Roland McGrath <roland@redhat.com>
197
198 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
199 .debug_types too.
200
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002012009-09-02 Petr Machata <pmachata@redhat.com>
202
203 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
204 pagesize.
205
Petr Machata077a7082009-08-06 18:45:08 +02002062009-08-06 Petr Machata <pmachata@redhat.com>
207
208 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
209 if we have any strings to copy.
210
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002112009-07-26 Mark Wielaard <mjw@redhat.com>
212
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700213 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
214
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700215 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
216 NT_GNU_GOLD_VERSION.
217
Roland McGrath3c84db32009-06-24 17:41:40 -07002182009-07-08 Roland McGrath <roland@redhat.com>
219
220 * ebl-hooks.h: Add abi_cfi hook.
221 * eblopenbackend.c (default_abi_cfi): New function.
222 (fill_defaults): Add initializer.
223 * eblabicfi.c: New file.
224 * Makefile.am (gen_SOURCES): Add it.
225 * libebl.h: Declare ebl_abi_cfi.
226
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002272009-07-08 Ulrich Drepper <drepper@redhat.com>
228
229 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
230 STB_GNU_UNIQUE.
231
232 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
233 if the binary is marked as being for Linux.
234
Roland McGrathd5ff6672009-04-01 18:28:41 -07002352009-04-01 Roland McGrath <roland@redhat.com>
236
237 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
238
239 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
240
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002412009-02-01 Ulrich Drepper <drepper@redhat.com>
242
243 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
244 instead of "???" for invalid relocations.
245
Roland McGratha845f682008-12-03 03:41:58 +00002462008-08-01 Roland McGrath <roland@redhat.com>
247
248 * eblcorenotetypename.c: Handle NT_386_IOPERM.
249
Roland McGrath1d8bb252008-08-07 08:39:41 +00002502008-07-28 Roland McGrath <roland@redhat.com>
251
252 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
253
254 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
255 table.
256
2572008-07-04 Roland McGrath <roland@redhat.com>
258
259 * libebl.h: Declare ebl_syscall_abi.
260 * ebl_syscall_abi.c: New file.
261 * Makefile.am (gen_SOURCES): Add it.
262 * ebl-hooks.h: New hook syscall_abi.
263 * eblopenbackend.c (default_syscall_abi): New function.
264 (fill_defaults): Use it.
265
Roland McGrath13b69602008-04-01 02:30:05 +00002662008-03-31 Roland McGrath <roland@redhat.com>
267
268 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
269
270 * ebl-hooks.h: Add check_special_section hook.
271 * eblopenbackend.c (fill_defaults): Set new hook to ...
272 (default_check_special_section): ... this, new function.
273 * ebl_check_special_section.c: New file.
274 * Makefile.am (gen_SOURCES): Add it.
275 * libebl.h: Declare it.
276
Roland McGrath059c83e2008-02-21 06:19:39 +00002772008-02-20 Roland McGrath <roland@redhat.com>
278
279 * libebl.h: Declare ebl_check_object_attribute.
280 * eblcheckobjattr.c: New file.
281 * Makefile.am (gen_SOURCES): Add it.
282 * ebl-hooks.h: Add check_object_attribute hook.
283 * eblopenbackend.c (default_check_object_attribute): New function.
284 (fill_defaults): Initialize pointer to it.
285
2862008-02-19 Roland McGrath <roland@redhat.com>
287
288 * eblsectiontypename.c (ebl_section_type_name):
289 Handle SHT_GNU_ATTRIBUTES.
290
2912008-02-08 Roland McGrath <roland@redhat.com>
292
293 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
294
2952008-01-30 Roland McGrath <roland@redhat.com>
296
297 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
298
Roland McGrathe4c22ea2007-10-23 13:07:39 +00002992007-10-18 Roland McGrath <roland@redhat.com>
300
301 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
302
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003032007-10-11 Roland McGrath <roland@redhat.com>
304
305 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
306 for NT_GNU_ABI_TAG contents.
307
Roland McGrathcb6d8652007-08-23 08:10:54 +00003082007-08-22 Roland McGrath <roland@redhat.com>
309
310 * libebl.h (Ebl_Core_Item): New member `group'.
311
3122007-08-19 Roland McGrath <roland@redhat.com>
313
314 * ebl-hooks.h: Add new hook auxv_info.
315 * eblopenbackend.c (default_auxv_info): New function.
316 (fill_defaults): Initialize auxv_info hook.
317 * eblauxvinfo.c : New file.
318 * Makefile.am (gen_SOURCES): Add it.
319 * libebl.h: Declare ebl_auxv_info.
320
321 * eblcorenote.c: Rewritten with new signature.
322 * Makefile.am (gen_SOURCES): Add it.
323 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
324 (ebl_core_note_info): Completely revamp signature.
325 * ebl-hooks.h: Update decl.
326 * eblopenbackend.c (default_core_note): Update signature.
327
Roland McGrath87d47802007-07-16 22:23:37 +00003282007-07-09 Roland McGrath <roland@redhat.com>
329
330 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
331 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
332
333 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
334
Roland McGrath4be15242007-04-25 03:09:33 +00003352007-04-22 Roland McGrath <roland@redhat.com>
336
337 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
338
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003392007-03-10 Roland McGrath <roland@redhat.com>
340
341 * eblcorenote.c (ebl_core_note): For normally-zero types,
342 print in hex if not zero.
343
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003442007-01-11 Roland McGrath <roland@redhat.com>
345
346 * ebl-hooks.h (machine_section_flag_check): New hook.
347 * libebl.h: Declare ebl_machine_section_flag_check.
348 * eblmachinesectionflagcheck.c: New file.
349 * Makefile.am (gen_SOURCES): Add it.
350 * eblopenbackend.c (default_machine_section_flag_check): New function.
351 (fill_defaults): Use it.
352
Roland McGrathc373d852006-10-10 00:25:21 +00003532006-09-04 Roland McGrath <roland@redhat.com>
354
355 * ebl-hooks.h: Replace register_name hook with register_info.
356 Also yield natural bit width and base type encoding.
357 * eblopenbackend.c (default_register_name): Renamed
358 default_register_info, new args added.
359 (fill_defaults): Update initialization.
360 * eblregname.c: File renamed ...
361 * eblreginfo.c: ... to this.
362 (ebl_register_name): Renamed to ebl_register_info, new args added.
363 * libebl.h: Update decl.
364
365 * Makefile.am (gen_SOURCES): Update list.
366
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003672006-07-06 Ulrich Drepper <drepper@redhat.com>
368
369 * ebldynamictagname.c: Add support for DT_GNU_HASH.
370 * ebldynamictagcheck.c: Likewise.
371 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
372
3732006-07-05 Ulrich Drepper <drepper@redhat.com>
374
375 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
376 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
377 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
378
379 * eblopenbackend.c (openbackend): If possible, fill machine, class,
380 and data values in from the ELF file.
381
3822006-07-04 Ulrich Drepper <drepper@redhat.com>
383
384 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
385 * eblrelativerelocp.c: New file.
386 * ebl-hooks.c: Add relative_reloc_p.
387 * eblopenbackend.c (default_relative_reloc_p): New function.
388 (fill_defaults): Hook it up.
389 * libebl.h: Declare ebl_relative_reloc_p.
390
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003912006-06-12 Ulrich Drepper <drepper@redhat.com>
392
393 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
394 * eblnonerelocp.c: New file.
395 * ebl-hooks.c: Add none_reloc_p.
396 * eblopenbackend.c (default_none_reloc_p): New function.
397 (fill_defaults): Hook it up.
398 * libebl.h: Declare ebl_none_reloc_p.
399
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004002006-05-27 Ulrich Drepper <drepper@redhat.com>
401
402 * libebl.h: Add extern "C".
403
Roland McGrath994b4892005-12-05 22:46:21 +00004042005-11-25 Roland McGrath <roland@redhat.com>
405
406 * eblregname.c: New file.
407 * Makefile.am (gen_SOURCES): Add it.
408 * ebl-hooks.h: Declare register_name hook.
409 * libebl.h: Declare ebl_register_name.
410 * eblopenbackend.c (default_register_name): New function.
411 (fill_defaults): Use it.
412
Roland McGrath215c6322005-11-16 22:46:04 +00004132005-11-16 Roland McGrath <roland@redhat.com>
414
415 * libebl.h: Use "" for elf-knowledge.h, not <>.
416
Roland McGrathe47ab762005-11-17 03:16:00 +00004172005-11-15 Roland McGrath <roland@redhat.com>
418
419 * Makefile.am: Removed everything for building libebl_*.so modules,
420 now in ../backends/Makefile.am instead.
421 * alpha_init.c: Moved to ../backends.
422 * alpha_reloc.def: Likewise.
423 * alpha_retval.c: Likewise.
424 * alpha_symbol.c: Likewise.
425 * arm_init.c: Likewise.
426 * arm_reloc.def: Likewise.
427 * arm_symbol.c: Likewise.
428 * common-reloc.c: Likewise.
429 * i386_corenote.c: Likewise.
430 * i386_init.c: Likewise.
431 * i386_reloc.def: Likewise.
432 * i386_retval.c: Likewise.
433 * i386_symbol.c: Likewise.
434 * ia64_init.c: Likewise.
435 * ia64_reloc.def: Likewise.
436 * ia64_symbol.c: Likewise.
437 * libebl_CPU.h: Likewise.
438 * ppc64_init.c: Likewise.
439 * ppc64_reloc.def: Likewise.
440 * ppc64_retval.c: Likewise.
441 * ppc64_symbol.c: Likewise.
442 * ppc_init.c: Likewise.
443 * ppc_reloc.def: Likewise.
444 * ppc_retval.c: Likewise.
445 * ppc_symbol.c: Likewise.
446 * s390_init.c: Likewise.
447 * s390_reloc.def: Likewise.
448 * s390_symbol.c: Likewise.
449 * sh_init.c: Likewise.
450 * sh_reloc.def: Likewise.
451 * sh_symbol.c: Likewise.
452 * sparc_init.c: Likewise.
453 * sparc_reloc.def: Likewise.
454 * sparc_symbol.c: Likewise.
455 * x86_64_corenote.c: Likewise.
456 * x86_64_init.c: Likewise.
457 * x86_64_reloc.def: Likewise.
458 * x86_64_retval.c: Likewise.
459 * x86_64_symbol.c: Likewise.
460
461 * libebl.h: Comment fixes.
462
463 * alpha_retval.c: New file.
464 * Makefile.am (alpha_SRCS): Add it.
465 * alpha_init.c (alpha_init): Initialize return_value_location hook.
466
467 * ppc64_retval.c: New file.
468 * Makefile.am (ppc64_SRCS): Add it.
469 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
470
471 * ppc_retval.c: New file.
472 * Makefile.am (ppc_SRCS): Add it.
473 * ppc_init.c (ppc_init): Initialize return_value_location hook.
474
Roland McGrathcd60ea82005-11-16 01:57:40 +00004752005-11-14 Roland McGrath <roland@redhat.com>
476
477 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
478 * sh_init.c (sh_init): Likewise.
479 * x86_64_init.c (x86_64_init): Likewise.
480
481 * sparc_symbol.c (sparc_reloc_simple_type): New function.
482 * sparc_init.c (sparc_init): Use it.
483
484 * arm_symbol.c (arm_reloc_simple_type): New function.
485 * arm_init.c (arm_init): Use it.
486
487 * alpha_symbol.c (alpha_reloc_simple_type): New function.
488 * alpha_init.c (alpha_init): Use it.
489
490 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
491
492 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
493
494 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
495
Roland McGrathe47ab762005-11-17 03:16:00 +00004962005-11-13 Roland McGrath <roland@redhat.com>
497
498 * x86_64_retval.c: New file.
499 * Makefile.am (x86_64_SRCS): Add it.
500 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
501
502 * i386_retval.c: New file.
503 * Makefile.am (i386_SRCS): Add it.
504 (libdw): New variable.
505 (libebl_%.so): Use $(libdw) in link; use --as-needed.
506 * i386_init.c (i386_init): Use i386_return_value_location.
507
508 * eblretval.c: New file.
509 * Makefile.am (gen_SOURCES): Add it.
510 (INCLUDES): Search in libdw.
511 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
512 * ebl-hooks.h: Declare return_value_location hook.
513 * eblopenbackend.c (default_return_value_location): New function.
514 (fill_defaults): Use it.
515
Roland McGrathcd60ea82005-11-16 01:57:40 +00005162005-11-10 Roland McGrath <roland@redhat.com>
517
518 * s390_init.c: New file.
519 * s390_reloc.def: New file.
520 * s390_symbol.c: New file.
521 * Makefile.am (modules, libebl_pic): Add s390.
522 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
523 (am_libebl_s390_pic_a_OBJECTS): New variable.
524
525 * ppc64_init.c: Use common-reloc.c.
526 * ppc64_symbol.c (ppc64_backend_name): Removed.
527 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
528 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
529
530 * ppc_init.c: Use common-reloc.c.
531 * ppc_symbol.c (ppc_backend_name): Removed.
532 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
533 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
534
535 * sparc_init.c: Use common-reloc.c.
536 * sparc_symbol.c (sparc_backend_name): Removed.
537 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
538 (sparc_copy_reloc_p): Likewise.
539
540 * arm_init.c: Use common-reloc.c.
541 * arm_symbol.c (arm_backend_name): Removed.
542 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
543
544 * alpha_init.c: Use common-reloc.c.
545 * alpha_symbol.c (alpha_backend_name): Removed.
546 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
547 (alpha_copy_reloc_p): Likewise.
548
549 * ia64_symbol.c (ia64_backend_name): Removed.
550 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
551 (ia64_copy_reloc_p): Likewise.
552
553 * x86_64_init.c: Use common-reloc.c.
554 * x86_64_symbol.c (x86_64_backend_name): Removed.
555 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
556 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
557
558 * sh_init.c: Use common-reloc.c.
559 * sh_symbol.c: All functions removed.
560 (sh_reloc_simple_type): New function.
561 (sh_gotpc_reloc_check): New function.
562
563 * common-reloc.c: New file.
564 * Makefile.am (noinst_HEADERS): Add it.
565 * i386_init.c: Include it.
566
567 * sh_reloc.def: New file.
568 * i386_reloc.def: New file.
569 * alpha_reloc.def: New file.
570 * arm_reloc.def: New file.
571 * i386_reloc.def: New file.
572 * ia64_reloc.def: New file.
573 * ppc64_reloc.def: New file.
574 * ppc_reloc.def: New file.
575 * sh_reloc.def: New file.
576 * sparc_reloc.def: New file.
577 * x86_64_reloc.def: New file.
578 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
579
580 * libebl_alpha.map: Removed.
581 * libebl_ia64.map: Removed.
582 * libebl_ppc.map: Removed.
583 * libebl_sparc.map: Removed.
584 * libebl_arm.map: Removed.
585 * libebl_i386.map: Removed.
586 * libebl_ppc64.map: Removed.
587 * libebl_sh.map: Removed.
588 * libebl_x86_64.map: Removed.
589 * Makefile.am (EXTRA_DIST): Remove them.
590 (libebl_%.map, libebl_%.so): New pattern rules.
591
592 * libebl_alpha.h: Removed.
593 * libebl_ia64.h: Removed.
594 * libebl_ppc.h: Removed.
595 * libebl_sparc.h: Removed.
596 * libebl_arm.h: Removed.
597 * libebl_i386.h: Removed.
598 * libebl_ppc64.h: Removed.
599 * libebl_sh.h: Removed.
600 * libebl_x86_64.h: Removed.
601 * Makefile.am (noinst_HEADERS): Remove them.
602
603 * x86_64_corenote.c: Use libebl_CPU.h instead.
604 * x86_64_symbol.c: Likewise.
605 * i386_corenote.c: Likewise.
606
6072005-11-09 Roland McGrath <roland@redhat.com>
608
609 * ia64_symbol.c (ia64_reloc_simple_type): New function.
610
611 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
612 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
613 * eblopenbackend.c (default_reloc_simple_type): Update signature.
614 * i386_symbol.c (i386_reloc_simple_type): Likewise.
615 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
616 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
617 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
618
619 * i386_symbol.c (i386_backend_name): Removed.
620 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
621 (i386_reloc_valid_use): Removed.
622 (i386_copy_reloc_p): Removed.
623
624 * alpha_destr.c: Removed.
625 * arm_destr.c: Removed.
626 * i386_destr.c: Removed.
627 * ia64_destr.c: Removed.
628 * ppc64_destr.c: Removed.
629 * ppc_destr.c: Removed.
630 * sh_destr.c: Removed.
631 * sparc_destr.c: Removed.
632 * x86_64_destr.c: Removed.
633
634 * ebl-hooks.h: New file, broken out of ...
635 * libeblP.h (struct ebl): ... here. #include that for hook
636 declarations, after defining EBLHOOK macro.
637 * libebl_CPU.h: New file.
638 * Makefile.am (noinst_HEADERS): Add them.
639
640 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
641 and uint_fast8_t for class and data.
642
6432005-08-14 Roland McGrath <roland@redhat.com>
644
645 * ia64_symbol.c (ia64_section_type_name): New function.
646 (ia64_dynamic_tag_check): New function.
647 (ia64_reloc_valid_use): New function.
648 * libebl_ia64.h: Declare them.
649 * ia64_init.c (ia64_init): Use them.
650 * Makefile.am (libebl_ia64.so): Link with libelf.
651
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006522005-08-28 Ulrich Drepper <drepper@redhat.com>
653
654 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
655
Roland McGrathe53d04a2005-08-13 20:56:07 +00006562005-08-13 Roland McGrath <roland@redhat.com>
657
658 * ia64_symbol.c (ia64_machine_flag_check): New function.
659 * libebl_ia64.h: Declare it.
660 * ia64_init.c (ia64_init): Use it.
661
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00006622005-08-13 Ulrich Drepper <drepper@redhat.com>
663
664 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
665 ebl_check_special_symbol.
666 * libeblP.h (struct ebl): Adjust callback functions.
667 * eblopenbackend.c: Adjust dummy functions.
668 * ebl_check_special_symbol.c: Add parameter and pass it on.
669 * eblbsspltp.c: Likewise.
670 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
671 the dynamic section entry.
672 (ppc_check_special_symbol): Add ehdr parameter.
673 (ppc_bss_plt_p): Likewise.
674 * libebl_ppc.h: Adjust prototypes.
675 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
676 (ppc_bss_plt_p): Likewise.
677 * libebl_ppc64.h: Adjust prototypes.
678
Roland McGrath653d3762005-08-13 01:59:10 +00006792005-08-12 Roland McGrath <roland@redhat.com>
680
Roland McGrathf8873cb2005-08-13 03:26:06 +0000681 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
682 (ppc_bss_plt_p): ... here. Call that.
683 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
684 against _GLOBAL_OFFSET_TABLE_.
685
Roland McGrath653d3762005-08-13 01:59:10 +0000686 * libeblP.h (struct ebl): Add bss_plt_p hook.
687 * eblopenbackend.c (default_bss_plt_p): New function.
688 (fill_defaults): Use it.
689 * eblbsspltp.c: New file.
690 * Makefile.am (gen_SOURCES): Add it.
691 * libebl.h: Declare ebl_bss_plt_p.
692 * ppc_symbol.c (ppc_bss_plt_p): New function.
693 * libebl_ppc.h: Declare it.
694 * ppc_init.c (ppc_init): Use it.
695 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
696 * libebl_ppc64.h: Declare it.
697 * ppc64_init.c (ppc64_init): Use it.
698
699 * ebl_check_special_symbol.c: New file.
700 * Makefile.am (gen_SOURCES): Add it.
701 * libebl.h: Declare ebl_check_special_symbol.
702 * libeblP.h (struct ebl): Add check_special_symbol hook.
703 * eblopenbackend.c (default_check_special_symbol): New function.
704 (fill_defaults): Use it.
705 * ppc_symbol.c (ppc_check_special_symbol): New function.
706 * libebl_ppc.h: Add prototype.
707 * ppc_init.c (ppc_init): Use it.
708 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
709 * libebl_ppc64.h: Add prototype.
710 * ppc64_init.c (ppc64_init): Use it.
711
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007122005-08-07 Ulrich Drepper <drepper@redhat.com>
713
714 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
715 * ppc_symbol.c: Likewise.
716 * libebl_ppc.h: Likewise.
717 * ppc64_init.c: There is now also a dynamic_tag_check functions
718 * ppc64_symbol.c: Add dynamic_tag_check.
719 * libebl_ppc64.h: Add prototype.
720 * alpha_init.c: Add support for new DT_ALPHA_* value.
721 * alpha_symbol.c: Likewise.
722 * libebl_alpha.h: Likewise.
723
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007242005-08-03 Ulrich Drepper <drepper@redhat.com>
725
726 * libebl_alpha.map: Remove unnecessary exports.
727 * libebl_arm.map: Likewise.
728 * libebl_i386.map: Likewise.
729 * libebl_ia64.map: Likewise.
730 * libebl_ppc.map: Likewise.
731 * libebl_ppc64.map: Likewise.
732 * libebl_sh.map: Likewise.
733 * libebl_sparc.map: Likewise.
734 * libebl_x86_64.map: Likewise.
735
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007362005-08-02 Ulrich Drepper <drepper@redhat.com>
737
738 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
739 and eblelfmachine.c.
740 * elbopenbackend.c (machines): Add class and data fields. Initialize
741 them.
742 (ebl_openbackend): Initialize machine, class, data fields in result.
743 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
744 * libeblP.h (Ebl): Add machine, class, data fields.
745
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007462005-07-23 Ulrich Drepper <drepper@redhat.com>
747
748 * eblsectionstripp.c: New file.
749 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
750 * i386_init.c (i386_init): Install specific debugscn_p callback.
751 * i386_symbol.c (i386_debugscn_p): New function.
752 * libebl.h: Declare ebl_section_strip_p.
753 * libebl_i386.h: Declare i386_debugscn_p.
754
755 * libebl.h: Move Ebl definition to...
756 * libeblP.h: ...here.
757
7582005-07-21 Roland McGrath <roland@redhat.com>
759
760 * Makefile.am (install-ebl-modules): New target, commands from ...
761 (install): ... here. Make this depend on it.
762 (LIBEBL_SUBDIR): New variable, substituted by configure.
763 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
764 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
765
7662005-07-21 Ulrich Drepper <drepper@redhat.com>
767
768 * eblcopyrelocp.c: New file.
769 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
770 * libebl.h: Declare ebl_copy_reloc_p.
771 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
772 (default_copy_reloc_p): New function.
773 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
774 * alpha_symbol.c: Likewise.
775 * arm_init.c: Likewise.
776 * arm_symbol.c: Likewise.
777 * i386_init.c: Likewise.
778 * i386_symbol.c: Likewise.
779 * ia64_init.c: Likewise.
780 * ia64_symbol.c: Likewise.
781 * ppc64_init.c: Likewise.
782 * ppc64_symbol.c: Likewise.
783 * ppc_init.c: Likewise.
784 * ppc_symbol.c: Likewise.
785 * sh_init.c: Likewise.
786 * sh_symbol.c: Likewise.
787 * sparc_init.c: Likewise.
788 * sparc_symbol.c: Likewise.
789 * x86_64_init.c: Likewise.
790 * x86_64_symbol.c: Likewise.
791 * libebl_alpha.h: Declare the copy_reloc_p function.
792 * libebl_arm.h: Likewise.
793 * libebl_i386.h: Likewise.
794 * libebl_ia64.h: Likewise.
795 * libebl_ppc.h: Likewise.
796 * libebl_ppc64.h: Likewise.
797 * libebl_sh.h: Likewise.
798 * libebl_sparc.h: Likewise.
799 * libebl_x86_64.h: Likewise.
800
8012005-05-31 Roland McGrath <roland@redhat.com>
802
803 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
804 tracking works right.
805
8062005-05-21 Ulrich Drepper <drepper@redhat.com>
807
808 * libebl_x86_64.map: Add x86_64_core_note.
809
8102005-05-19 Roland McGrath <roland@redhat.com>
811
812 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
813 * libebl_ppc.map: Add ppc_reloc_simple_type.
814 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
815 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
816
8172005-05-11 Ulrich Drepper <drepper@redhat.com>
818
819 * eblcorenote.c: Handle new AT_* values and files with different
820 endianess.
821 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
822 * x86-64_corenote.c: New file.
823 * x86_64_init.c: Hook in x86_64_corenote.
824 * i386_corenote.c: Make file usable on 64-bit platforms.
825
826 * eblopenbackend.c: If modules version comparison fails, reinitialize
827 hooks.
828
8292005-05-10 Ulrich Drepper <drepper@redhat.com>
830
831 * eblopenbackend.c: Require the init function to return a string.
832 Compare it with MODVERSION from config.h.
833 * alpha_init.c: Change return type. Return MODVERSION or NULL.
834 * arm_init.c: Likewise.
835 * eblopenbackend.c: Likewise.
836 * i386_init.c: Likewise.
837 * ia64_init.c: Likewise.
838 * ppc64_init.c: Likewise.
839 * ppc_init.c: Likewise.
840 * sh_init.c: Likewise.
841 * sparc_init.c: Likewise.
842 * x86_64_init.c: Likewise.
843 * libeblP.h: Adjust ebl_bhinit_t.
844 * libebl_alpha.h: Adjust init function prototype.
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
854 * mips_destr.c: Removed.
855 * mips_init.c: Removed.
856 * mips_symbol.c: Removed.
857 * libebl_mips.h: Removed.
858 * libebl_mips.map: Removed.
859
8602005-05-03 Roland McGrath <roland@redhat.com>
861
862 * libebl.h (Ebl): Add `reloc_simple_type' member.
863 * eblopenbackend.c (default_reloc_simple_type): New function.
864 (openbackend): Use that as default reloc_simple_type callback.
865 * eblrelocsimpletype.c: New file.
866 * Makefile.am (gen_SOURCES): Add it.
867 * i386_symbol.c (i386_reloc_simple_type): New function.
868 * libebl_i386.h: Declare it.
869 * i386_init.c (i386_init): Use it.
870 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
871 * libebl_x86_64.h: Declare it.
872 * x86_64_init.c (x86_64_init): Use it.
873 * ppc_symbol.c (ppc_reloc_simple_type): New function.
874 * libebl_ppc.h: Declare it.
875 * ppc_init.c (ppc_init): Use it.
876 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
877 * libebl_ppc64.h: Declare it.
878 * ppc64_init.c (ppc64_init): Use it.
879
8802005-03-17 Ulrich Drepper <drepper@redhat.com>
881
882 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
883
8842005-02-15 Ulrich Drepper <drepper@redhat.com>
885
886 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
887
8882005-02-14 Ulrich Drepper <drepper@redhat.com>
889
890 * alpha_destr.c: Add __attribute__((unused)) where needed.
891 * alpha_init.c: Likewise.
892 * alpha_symbol.c: Likewise.
893 * arm_destr.c: Likewise.
894 * arm_init.c: Likewise.
895 * arm_symbol.c: Likewise.
896 * i386_corenote.c: Likewise.
897 * i386_destr.c: Likewise.
898 * i386_init.c: Likewise.
899 * i386_symbol.c: Likewise.
900 * ia64_destr.c: Likewise.
901 * ia64_init.c: Likewise.
902 * ia64_symbol.c: Likewise.
903 * mips_destr.c: Likewise.
904 * mips_init.c: Likewise.
905 * mips_symbol.c: Likewise.
906 * ppc64_destr.c: Likewise.
907 * ppc64_init.c: Likewise.
908 * ppc64_symbol.c: Likewise.
909 * ppc_destr.c: Likewise.
910 * ppc_init.c: Likewise.
911 * ppc_symbol.c: Likewise.
912 * sh_destr.c: Likewise.
913 * sh_init.c: Likewise.
914 * sh_symbol.c: Likewise.
915 * sparc_destr.c: Likewise.
916 * sparc_init.c: Likewise.
917 * sparc_symbol.c: Likewise.
918 * x86_64_destr.c: Likewise.
919 * x86_64_init.c: Likewise.
920 * x86_64_symbol.c: Likewise.
921
922 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
923 and R_X86_64_32..
924
9252005-02-06 Ulrich Drepper <drepper@redhat.com>
926
927 * eblstrtab.c: A few cleanups.
928
929 * eblopenbackend.c: Mark unused parameters.
930
931 * eblgstrtab.c: Cleanups a few printf format strings.
932
933 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
934
9352005-02-05 Ulrich Drepper <drepper@redhat.com>
936
937 * Makefile.am: Check for text relocations in constructed DSOs.
938
939 * eblstrtab.c: Minor cleanups.
940
941 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
942
9432004-08-16 Ulrich Drepper <drepper@redhat.com>
944
945 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
946 the lib directory.
947 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
948 lib in path to ebl modules.
949
9502004-04-01 Ulrich Drepper <drepper@redhat.com>
951
952 * Makefile.am: Add rules for ppc and ppc64 ebl module.
953 * ppc_init..c: New file.
954 * ppc_destr.c: New file.
955 * ppc_symbol.c: New file.
956 * libebl_ppc.h: New file.
957 * libebl_ppc.map: New file.
958 * ppc64_init..c: New file.
959 * ppc64_destr.c: New file.
960 * ppc64_symbol.c: New file.
961 * libebl_ppc64.h: New file.
962 * libebl_ppc64.map: New file.
963
9642004-01-20 Ulrich Drepper <drepper@redhat.com>
965
966 * Makefile.am: Support building with mudflap.
967
9682004-01-18 Ulrich Drepper <drepper@redhat.com>
969
970 * libeblP.h (_): Use elfutils domain.
971
9722004-01-16 Ulrich Drepper <drepper@redhat.com>
973
974 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
975
9762004-01-13 Ulrich Drepper <drepper@redhat.com>
977
978 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
979 PT_GNU_RELRO.
980
9812004-01-08 Ulrich Drepper <drepper@redhat.com>
982
983 * libebl.h: Remove last traces of libtool.
984
9852004-01-05 Ulrich Drepper <drepper@redhat.com>
986
987 * elf-knowledge.h: Move to libelf subdir.
988
989 * Makefile.am (EXTRA_DIST): Remove libebl.map.
990 * libebl.map: Removed.
991
9922003-12-08 Ulrich Drepper <drepper@redhat.com>
993
994 * eblsectiontypename.c (ebl_section_type_name): Add support for
995 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
996
9972003-11-19 Ulrich Drepper <drepper@redhat.com>
998
999 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1000 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1001 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1002
10032003-09-24 Ulrich Drepper <drepper@redhat.com>
1004
1005 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1006 * ia64_symbol.c (ia64_segment_type_name): Define.
1007 * libebl_ia64.h (ia64_segment_type_name): Declare.
1008
10092003-09-22 Ulrich Drepper <drepper@redhat.com>
1010
1011 * Makefile.am (AM_CFLAGS): Add -fpic.
1012
10132003-08-14 Ulrich Drepper <drepper@redhat.com>
1014
1015 * Makefile.am (install): Remove dependency on libebl.so.
1016
10172003-08-13 Ulrich Drepper <drepper@redhat.com>
1018
1019 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1020 assuming the code ends up in the application. Add second dlopen()
1021 try without any path, just the filename.
1022 * Makefile.in: Remove rules to build and install libebl.so.
1023
10242003-08-11 Ulrich Drepper <drepper@redhat.com>
1025
1026 * Moved to CVS archive.