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