blob: 51ae60f2bbe08774706ab92feb2d5b1dd8baf470 [file] [log] [blame]
Mark Wielaarddf1708a2015-05-17 18:49:10 +020012015-05-17 Mark Wielaard <mjw@redhat.com>
2
Mark Wielaard390dd3d2015-05-17 20:07:56 +02003 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
4 allocate it with malloc.
5
62015-05-17 Mark Wielaard <mjw@redhat.com>
7
Mark Wielaarddf1708a2015-05-17 18:49:10 +02008 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
9 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
10
Mark Wielaard858dc652015-01-27 13:07:17 +0100112015-01-27 Mark Wielaard <mjw@redhat.com>
12
13 * libebl.h: Add comment from README that this is completely
14 UNSUPPORTED.
15
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100162014-11-22 Mark Wielaard <mjw@redhat.com>
17
18 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
19 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
20 * eblopenbackend.c (default_bss_plt_p): Likewise.
21 * libebl.h (ebl_bss_plt_p): Likewise.
22
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100232014-11-17 Mark Wielaard <mjw@redhat.com>
24
25 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
26
Mark Wielaardc1c1c062014-06-14 17:15:37 +0200272014-06-17 Mark Wielaard <mjw@redhat.com>
28
29 * eblinitreg.c (ebl_func_addr_mask): New function.
30 * libebl.h (ebl_func_addr_mask): Define.
31 * libeblP.h (struct ebl): Add func_addr_mask.
32
Mark Wielaard028d0ab2014-05-19 16:52:56 +0200332014-05-19 Mark Wielaard <mjw@redhat.com>
34
35 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
36 * eblcheckreloctargettype.c: New file.
37 * ebl-hooks.h (check_reloc_target_type): New hook.
38 * eblopenbackend.c (default_check_reloc_target_type): New function.
39 (fill_defaults): Assign default_check_reloc_target_type to
40 check_reloc_target_type.
41 * libebl.h (ebl_check_reloc_target_type): New function definition.
42
Mark Wielaard159ac522013-12-18 11:05:54 +0100432013-12-18 Mark Wielaard <mjw@redhat.com>
44
45 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
46 * ebl-hooks.h (resolve_sym_value): New entry.
47 * eblresolvesym.c: New file.
48 * libebl.h (ebl_resolve_sym_value): New definition.
49 * libeblP.h (fd_addr): New field.
50 (fd_data): Likewise.
51
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100522013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 unwinder: s390 and s390x
55 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
56 * ebl-hooks.h (normalize_pc, unwind): New.
57 * eblnormalizepc.c: New file.
58 * eblunwind.c: New file.
59 * libebl.h (Ebl_Register_Location): Add field pc_register.
60 (ebl_normalize_pc): New declaration.
61 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
62 (ebl_unwind): New declaration.
63
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +0100642013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 unwinder: ppc and ppc64
67 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
68 * ebl-hooks.h (dwarf_to_regno): New.
69 * ebldwarftoregno.c: New file.
70 * libebl.h (Ebl_Core_Item): New field pc_register.
71 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
72 (ebl_dwarf_to_regno): New.
73
Petr Machata98c8a732013-11-26 03:10:31 +0100742013-11-25 Petr Machata <pmachata@redhat.com>
75
76 * eblopenbackend.c (machines): Add entry for AArch64.
77
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +0100782013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 Code cleanup: Remove const in prototype
81 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
82
Jan Kratochvil0b867462013-05-30 14:37:38 +0200832013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
84 Mark Wielaard <mjw@redhat.com>
85
86 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
87 * ebl-hooks.h (set_initial_registers_tid): New entry.
88 * eblinitreg.c: New file.
89 * libebl.h (ebl_tid_registers_t): New definition.
90 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
91 * libeblP.h (struct ebl): New entry frame_nregs.
92
Mark Wielaard3dec3e12013-10-06 17:04:07 +0200932013-10-06 Mark Wielaard <mjw@redhat.com>
94
95 * libebl.h (ebl_abi_cfi): Document restrictions using register
96 rules.
97
Petr Machatab43bcfe2013-09-26 00:38:37 +0200982013-09-26 Petr Machata <pmachata@redhat.com>
99
100 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
101 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
102
Mark Wielaard2cfec292013-09-25 13:02:53 +02001032013-09-25 Mark Wielaard <mjw@redhat.com>
104
105 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
106
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001072013-04-24 Mark Wielaard <mjw@redhat.com>
108
109 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
110
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001112012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
114 * eblopenbackend.c (default_abi_cfi): Return -1.
115 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
116
Petr Machata96896012012-08-30 16:01:02 +02001172012-08-30 Petr Machata <pmachata@redhat.com>
118
119 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
120 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
121 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
122
Jeff Kenton257dcf42012-08-22 09:00:03 -04001232012-08-22 Jeff Kenton <jkenton@tilera.com>
124
125 * eblopenbackend.c (machines): Add tilegx.
126
Mark Wielaarda0172d72012-06-25 17:18:53 +02001272011-06-26 Mark Wielaard <mjw@redhat.com>
128
129 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
130
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02001312011-04-26 Mark Wielaard <mjw@redhat.com>
132
133 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
134 * eblhooks.h (object_note_type_name): Likewise.
135 * eblopenbackend.c (default_object_note_type_name): Likewise.
136 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
137 And print version if name is "stapsdt".
138 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
139
Marek Polacekcde0b272011-03-21 23:46:56 +01001402011-03-21 Marek Polacek <mpolacek@redhat.com>
141
142 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
143
Mark Wielaarda062b6b2011-03-10 13:02:32 +01001442011-03-10 Mark Wielaard <mjw@redhat.com>
145
146 * Makefile.am (gen_SOURCES): Add eblstother.c.
147 * eblstother.c: New file.
148 * ebl-hooks.h: Add check_st_other_bits hook.
149 * eblopenbackend.c (default_check_st_other_bits): New function.
150 (fill_defaults): Hook default_check_st_other_bits.
151 * libebl.h (ebl_check_st_other_bits): New prototype.
152
Roland McGrath804e9ca2010-07-07 16:06:12 -07001532010-07-07 Roland McGrath <roland@redhat.com>
154
155 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
156
Roland McGrath22359e22010-02-15 15:57:03 -08001572010-02-15 Roland McGrath <roland@redhat.com>
158
159 * Makefile.am: Use config/eu.am for common stuff.
160
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08001612010-01-04 Roland McGrath <roland@redhat.com>
162
163 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
164 pointer instead of only n_type and n_descsz.
165 * libebl.h: Update declaration.
166 * ebl-hooks.h: Update core_note hook signature.
167 * eblopenbackend.c (default_core_note): Likewise.
168
Roland McGrathf80c9072009-10-14 12:35:47 -07001692009-10-14 Roland McGrath <roland@redhat.com>
170
171 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
172
Roland McGratha14b4eb2009-10-05 11:32:26 -07001732009-10-05 Roland McGrath <roland@redhat.com>
174
175 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
176 .debug_types too.
177
Petr Machatad3a8b2d2009-09-02 20:46:08 +02001782009-09-02 Petr Machata <pmachata@redhat.com>
179
180 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
181 pagesize.
182
Petr Machata077a7082009-08-06 18:45:08 +02001832009-08-06 Petr Machata <pmachata@redhat.com>
184
185 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
186 if we have any strings to copy.
187
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07001882009-07-26 Mark Wielaard <mjw@redhat.com>
189
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700190 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
191
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700192 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
193 NT_GNU_GOLD_VERSION.
194
Roland McGrath3c84db32009-06-24 17:41:40 -07001952009-07-08 Roland McGrath <roland@redhat.com>
196
197 * ebl-hooks.h: Add abi_cfi hook.
198 * eblopenbackend.c (default_abi_cfi): New function.
199 (fill_defaults): Add initializer.
200 * eblabicfi.c: New file.
201 * Makefile.am (gen_SOURCES): Add it.
202 * libebl.h: Declare ebl_abi_cfi.
203
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002042009-07-08 Ulrich Drepper <drepper@redhat.com>
205
206 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
207 STB_GNU_UNIQUE.
208
209 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
210 if the binary is marked as being for Linux.
211
Roland McGrathd5ff6672009-04-01 18:28:41 -07002122009-04-01 Roland McGrath <roland@redhat.com>
213
214 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
215
216 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
217
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002182009-02-01 Ulrich Drepper <drepper@redhat.com>
219
220 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
221 instead of "???" for invalid relocations.
222
Roland McGratha845f682008-12-03 03:41:58 +00002232008-08-01 Roland McGrath <roland@redhat.com>
224
225 * eblcorenotetypename.c: Handle NT_386_IOPERM.
226
Roland McGrath1d8bb252008-08-07 08:39:41 +00002272008-07-28 Roland McGrath <roland@redhat.com>
228
229 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
230
231 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
232 table.
233
2342008-07-04 Roland McGrath <roland@redhat.com>
235
236 * libebl.h: Declare ebl_syscall_abi.
237 * ebl_syscall_abi.c: New file.
238 * Makefile.am (gen_SOURCES): Add it.
239 * ebl-hooks.h: New hook syscall_abi.
240 * eblopenbackend.c (default_syscall_abi): New function.
241 (fill_defaults): Use it.
242
Roland McGrath13b69602008-04-01 02:30:05 +00002432008-03-31 Roland McGrath <roland@redhat.com>
244
245 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
246
247 * ebl-hooks.h: Add check_special_section hook.
248 * eblopenbackend.c (fill_defaults): Set new hook to ...
249 (default_check_special_section): ... this, new function.
250 * ebl_check_special_section.c: New file.
251 * Makefile.am (gen_SOURCES): Add it.
252 * libebl.h: Declare it.
253
Roland McGrath059c83e2008-02-21 06:19:39 +00002542008-02-20 Roland McGrath <roland@redhat.com>
255
256 * libebl.h: Declare ebl_check_object_attribute.
257 * eblcheckobjattr.c: New file.
258 * Makefile.am (gen_SOURCES): Add it.
259 * ebl-hooks.h: Add check_object_attribute hook.
260 * eblopenbackend.c (default_check_object_attribute): New function.
261 (fill_defaults): Initialize pointer to it.
262
2632008-02-19 Roland McGrath <roland@redhat.com>
264
265 * eblsectiontypename.c (ebl_section_type_name):
266 Handle SHT_GNU_ATTRIBUTES.
267
2682008-02-08 Roland McGrath <roland@redhat.com>
269
270 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
271
2722008-01-30 Roland McGrath <roland@redhat.com>
273
274 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
275
Roland McGrathe4c22ea2007-10-23 13:07:39 +00002762007-10-18 Roland McGrath <roland@redhat.com>
277
278 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
279
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00002802007-10-11 Roland McGrath <roland@redhat.com>
281
282 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
283 for NT_GNU_ABI_TAG contents.
284
Roland McGrathcb6d8652007-08-23 08:10:54 +00002852007-08-22 Roland McGrath <roland@redhat.com>
286
287 * libebl.h (Ebl_Core_Item): New member `group'.
288
2892007-08-19 Roland McGrath <roland@redhat.com>
290
291 * ebl-hooks.h: Add new hook auxv_info.
292 * eblopenbackend.c (default_auxv_info): New function.
293 (fill_defaults): Initialize auxv_info hook.
294 * eblauxvinfo.c : New file.
295 * Makefile.am (gen_SOURCES): Add it.
296 * libebl.h: Declare ebl_auxv_info.
297
298 * eblcorenote.c: Rewritten with new signature.
299 * Makefile.am (gen_SOURCES): Add it.
300 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
301 (ebl_core_note_info): Completely revamp signature.
302 * ebl-hooks.h: Update decl.
303 * eblopenbackend.c (default_core_note): Update signature.
304
Roland McGrath87d47802007-07-16 22:23:37 +00003052007-07-09 Roland McGrath <roland@redhat.com>
306
307 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
308 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
309
310 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
311
Roland McGrath4be15242007-04-25 03:09:33 +00003122007-04-22 Roland McGrath <roland@redhat.com>
313
314 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
315
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003162007-03-10 Roland McGrath <roland@redhat.com>
317
318 * eblcorenote.c (ebl_core_note): For normally-zero types,
319 print in hex if not zero.
320
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003212007-01-11 Roland McGrath <roland@redhat.com>
322
323 * ebl-hooks.h (machine_section_flag_check): New hook.
324 * libebl.h: Declare ebl_machine_section_flag_check.
325 * eblmachinesectionflagcheck.c: New file.
326 * Makefile.am (gen_SOURCES): Add it.
327 * eblopenbackend.c (default_machine_section_flag_check): New function.
328 (fill_defaults): Use it.
329
Roland McGrathc373d852006-10-10 00:25:21 +00003302006-09-04 Roland McGrath <roland@redhat.com>
331
332 * ebl-hooks.h: Replace register_name hook with register_info.
333 Also yield natural bit width and base type encoding.
334 * eblopenbackend.c (default_register_name): Renamed
335 default_register_info, new args added.
336 (fill_defaults): Update initialization.
337 * eblregname.c: File renamed ...
338 * eblreginfo.c: ... to this.
339 (ebl_register_name): Renamed to ebl_register_info, new args added.
340 * libebl.h: Update decl.
341
342 * Makefile.am (gen_SOURCES): Update list.
343
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003442006-07-06 Ulrich Drepper <drepper@redhat.com>
345
346 * ebldynamictagname.c: Add support for DT_GNU_HASH.
347 * ebldynamictagcheck.c: Likewise.
348 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
349
3502006-07-05 Ulrich Drepper <drepper@redhat.com>
351
352 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
353 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
354 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
355
356 * eblopenbackend.c (openbackend): If possible, fill machine, class,
357 and data values in from the ELF file.
358
3592006-07-04 Ulrich Drepper <drepper@redhat.com>
360
361 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
362 * eblrelativerelocp.c: New file.
363 * ebl-hooks.c: Add relative_reloc_p.
364 * eblopenbackend.c (default_relative_reloc_p): New function.
365 (fill_defaults): Hook it up.
366 * libebl.h: Declare ebl_relative_reloc_p.
367
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003682006-06-12 Ulrich Drepper <drepper@redhat.com>
369
370 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
371 * eblnonerelocp.c: New file.
372 * ebl-hooks.c: Add none_reloc_p.
373 * eblopenbackend.c (default_none_reloc_p): New function.
374 (fill_defaults): Hook it up.
375 * libebl.h: Declare ebl_none_reloc_p.
376
Ulrich Drepper41cbd762006-05-27 18:19:23 +00003772006-05-27 Ulrich Drepper <drepper@redhat.com>
378
379 * libebl.h: Add extern "C".
380
Roland McGrath994b4892005-12-05 22:46:21 +00003812005-11-25 Roland McGrath <roland@redhat.com>
382
383 * eblregname.c: New file.
384 * Makefile.am (gen_SOURCES): Add it.
385 * ebl-hooks.h: Declare register_name hook.
386 * libebl.h: Declare ebl_register_name.
387 * eblopenbackend.c (default_register_name): New function.
388 (fill_defaults): Use it.
389
Roland McGrath215c6322005-11-16 22:46:04 +00003902005-11-16 Roland McGrath <roland@redhat.com>
391
392 * libebl.h: Use "" for elf-knowledge.h, not <>.
393
Roland McGrathe47ab762005-11-17 03:16:00 +00003942005-11-15 Roland McGrath <roland@redhat.com>
395
396 * Makefile.am: Removed everything for building libebl_*.so modules,
397 now in ../backends/Makefile.am instead.
398 * alpha_init.c: Moved to ../backends.
399 * alpha_reloc.def: Likewise.
400 * alpha_retval.c: Likewise.
401 * alpha_symbol.c: Likewise.
402 * arm_init.c: Likewise.
403 * arm_reloc.def: Likewise.
404 * arm_symbol.c: Likewise.
405 * common-reloc.c: Likewise.
406 * i386_corenote.c: Likewise.
407 * i386_init.c: Likewise.
408 * i386_reloc.def: Likewise.
409 * i386_retval.c: Likewise.
410 * i386_symbol.c: Likewise.
411 * ia64_init.c: Likewise.
412 * ia64_reloc.def: Likewise.
413 * ia64_symbol.c: Likewise.
414 * libebl_CPU.h: Likewise.
415 * ppc64_init.c: Likewise.
416 * ppc64_reloc.def: Likewise.
417 * ppc64_retval.c: Likewise.
418 * ppc64_symbol.c: Likewise.
419 * ppc_init.c: Likewise.
420 * ppc_reloc.def: Likewise.
421 * ppc_retval.c: Likewise.
422 * ppc_symbol.c: Likewise.
423 * s390_init.c: Likewise.
424 * s390_reloc.def: Likewise.
425 * s390_symbol.c: Likewise.
426 * sh_init.c: Likewise.
427 * sh_reloc.def: Likewise.
428 * sh_symbol.c: Likewise.
429 * sparc_init.c: Likewise.
430 * sparc_reloc.def: Likewise.
431 * sparc_symbol.c: Likewise.
432 * x86_64_corenote.c: Likewise.
433 * x86_64_init.c: Likewise.
434 * x86_64_reloc.def: Likewise.
435 * x86_64_retval.c: Likewise.
436 * x86_64_symbol.c: Likewise.
437
438 * libebl.h: Comment fixes.
439
440 * alpha_retval.c: New file.
441 * Makefile.am (alpha_SRCS): Add it.
442 * alpha_init.c (alpha_init): Initialize return_value_location hook.
443
444 * ppc64_retval.c: New file.
445 * Makefile.am (ppc64_SRCS): Add it.
446 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
447
448 * ppc_retval.c: New file.
449 * Makefile.am (ppc_SRCS): Add it.
450 * ppc_init.c (ppc_init): Initialize return_value_location hook.
451
Roland McGrathcd60ea82005-11-16 01:57:40 +00004522005-11-14 Roland McGrath <roland@redhat.com>
453
454 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
455 * sh_init.c (sh_init): Likewise.
456 * x86_64_init.c (x86_64_init): Likewise.
457
458 * sparc_symbol.c (sparc_reloc_simple_type): New function.
459 * sparc_init.c (sparc_init): Use it.
460
461 * arm_symbol.c (arm_reloc_simple_type): New function.
462 * arm_init.c (arm_init): Use it.
463
464 * alpha_symbol.c (alpha_reloc_simple_type): New function.
465 * alpha_init.c (alpha_init): Use it.
466
467 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
468
469 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
470
471 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
472
Roland McGrathe47ab762005-11-17 03:16:00 +00004732005-11-13 Roland McGrath <roland@redhat.com>
474
475 * x86_64_retval.c: New file.
476 * Makefile.am (x86_64_SRCS): Add it.
477 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
478
479 * i386_retval.c: New file.
480 * Makefile.am (i386_SRCS): Add it.
481 (libdw): New variable.
482 (libebl_%.so): Use $(libdw) in link; use --as-needed.
483 * i386_init.c (i386_init): Use i386_return_value_location.
484
485 * eblretval.c: New file.
486 * Makefile.am (gen_SOURCES): Add it.
487 (INCLUDES): Search in libdw.
488 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
489 * ebl-hooks.h: Declare return_value_location hook.
490 * eblopenbackend.c (default_return_value_location): New function.
491 (fill_defaults): Use it.
492
Roland McGrathcd60ea82005-11-16 01:57:40 +00004932005-11-10 Roland McGrath <roland@redhat.com>
494
495 * s390_init.c: New file.
496 * s390_reloc.def: New file.
497 * s390_symbol.c: New file.
498 * Makefile.am (modules, libebl_pic): Add s390.
499 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
500 (am_libebl_s390_pic_a_OBJECTS): New variable.
501
502 * ppc64_init.c: Use common-reloc.c.
503 * ppc64_symbol.c (ppc64_backend_name): Removed.
504 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
505 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
506
507 * ppc_init.c: Use common-reloc.c.
508 * ppc_symbol.c (ppc_backend_name): Removed.
509 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
510 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
511
512 * sparc_init.c: Use common-reloc.c.
513 * sparc_symbol.c (sparc_backend_name): Removed.
514 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
515 (sparc_copy_reloc_p): Likewise.
516
517 * arm_init.c: Use common-reloc.c.
518 * arm_symbol.c (arm_backend_name): Removed.
519 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
520
521 * alpha_init.c: Use common-reloc.c.
522 * alpha_symbol.c (alpha_backend_name): Removed.
523 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
524 (alpha_copy_reloc_p): Likewise.
525
526 * ia64_symbol.c (ia64_backend_name): Removed.
527 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
528 (ia64_copy_reloc_p): Likewise.
529
530 * x86_64_init.c: Use common-reloc.c.
531 * x86_64_symbol.c (x86_64_backend_name): Removed.
532 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
533 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
534
535 * sh_init.c: Use common-reloc.c.
536 * sh_symbol.c: All functions removed.
537 (sh_reloc_simple_type): New function.
538 (sh_gotpc_reloc_check): New function.
539
540 * common-reloc.c: New file.
541 * Makefile.am (noinst_HEADERS): Add it.
542 * i386_init.c: Include it.
543
544 * sh_reloc.def: New file.
545 * i386_reloc.def: New file.
546 * alpha_reloc.def: New file.
547 * arm_reloc.def: New file.
548 * i386_reloc.def: New file.
549 * ia64_reloc.def: New file.
550 * ppc64_reloc.def: New file.
551 * ppc_reloc.def: New file.
552 * sh_reloc.def: New file.
553 * sparc_reloc.def: New file.
554 * x86_64_reloc.def: New file.
555 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
556
557 * libebl_alpha.map: Removed.
558 * libebl_ia64.map: Removed.
559 * libebl_ppc.map: Removed.
560 * libebl_sparc.map: Removed.
561 * libebl_arm.map: Removed.
562 * libebl_i386.map: Removed.
563 * libebl_ppc64.map: Removed.
564 * libebl_sh.map: Removed.
565 * libebl_x86_64.map: Removed.
566 * Makefile.am (EXTRA_DIST): Remove them.
567 (libebl_%.map, libebl_%.so): New pattern rules.
568
569 * libebl_alpha.h: Removed.
570 * libebl_ia64.h: Removed.
571 * libebl_ppc.h: Removed.
572 * libebl_sparc.h: Removed.
573 * libebl_arm.h: Removed.
574 * libebl_i386.h: Removed.
575 * libebl_ppc64.h: Removed.
576 * libebl_sh.h: Removed.
577 * libebl_x86_64.h: Removed.
578 * Makefile.am (noinst_HEADERS): Remove them.
579
580 * x86_64_corenote.c: Use libebl_CPU.h instead.
581 * x86_64_symbol.c: Likewise.
582 * i386_corenote.c: Likewise.
583
5842005-11-09 Roland McGrath <roland@redhat.com>
585
586 * ia64_symbol.c (ia64_reloc_simple_type): New function.
587
588 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
589 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
590 * eblopenbackend.c (default_reloc_simple_type): Update signature.
591 * i386_symbol.c (i386_reloc_simple_type): Likewise.
592 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
593 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
594 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
595
596 * i386_symbol.c (i386_backend_name): Removed.
597 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
598 (i386_reloc_valid_use): Removed.
599 (i386_copy_reloc_p): Removed.
600
601 * alpha_destr.c: Removed.
602 * arm_destr.c: Removed.
603 * i386_destr.c: Removed.
604 * ia64_destr.c: Removed.
605 * ppc64_destr.c: Removed.
606 * ppc_destr.c: Removed.
607 * sh_destr.c: Removed.
608 * sparc_destr.c: Removed.
609 * x86_64_destr.c: Removed.
610
611 * ebl-hooks.h: New file, broken out of ...
612 * libeblP.h (struct ebl): ... here. #include that for hook
613 declarations, after defining EBLHOOK macro.
614 * libebl_CPU.h: New file.
615 * Makefile.am (noinst_HEADERS): Add them.
616
617 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
618 and uint_fast8_t for class and data.
619
6202005-08-14 Roland McGrath <roland@redhat.com>
621
622 * ia64_symbol.c (ia64_section_type_name): New function.
623 (ia64_dynamic_tag_check): New function.
624 (ia64_reloc_valid_use): New function.
625 * libebl_ia64.h: Declare them.
626 * ia64_init.c (ia64_init): Use them.
627 * Makefile.am (libebl_ia64.so): Link with libelf.
628
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006292005-08-28 Ulrich Drepper <drepper@redhat.com>
630
631 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
632
Roland McGrathe53d04a2005-08-13 20:56:07 +00006332005-08-13 Roland McGrath <roland@redhat.com>
634
635 * ia64_symbol.c (ia64_machine_flag_check): New function.
636 * libebl_ia64.h: Declare it.
637 * ia64_init.c (ia64_init): Use it.
638
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00006392005-08-13 Ulrich Drepper <drepper@redhat.com>
640
641 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
642 ebl_check_special_symbol.
643 * libeblP.h (struct ebl): Adjust callback functions.
644 * eblopenbackend.c: Adjust dummy functions.
645 * ebl_check_special_symbol.c: Add parameter and pass it on.
646 * eblbsspltp.c: Likewise.
647 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
648 the dynamic section entry.
649 (ppc_check_special_symbol): Add ehdr parameter.
650 (ppc_bss_plt_p): Likewise.
651 * libebl_ppc.h: Adjust prototypes.
652 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
653 (ppc_bss_plt_p): Likewise.
654 * libebl_ppc64.h: Adjust prototypes.
655
Roland McGrath653d3762005-08-13 01:59:10 +00006562005-08-12 Roland McGrath <roland@redhat.com>
657
Roland McGrathf8873cb2005-08-13 03:26:06 +0000658 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
659 (ppc_bss_plt_p): ... here. Call that.
660 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
661 against _GLOBAL_OFFSET_TABLE_.
662
Roland McGrath653d3762005-08-13 01:59:10 +0000663 * libeblP.h (struct ebl): Add bss_plt_p hook.
664 * eblopenbackend.c (default_bss_plt_p): New function.
665 (fill_defaults): Use it.
666 * eblbsspltp.c: New file.
667 * Makefile.am (gen_SOURCES): Add it.
668 * libebl.h: Declare ebl_bss_plt_p.
669 * ppc_symbol.c (ppc_bss_plt_p): New function.
670 * libebl_ppc.h: Declare it.
671 * ppc_init.c (ppc_init): Use it.
672 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
673 * libebl_ppc64.h: Declare it.
674 * ppc64_init.c (ppc64_init): Use it.
675
676 * ebl_check_special_symbol.c: New file.
677 * Makefile.am (gen_SOURCES): Add it.
678 * libebl.h: Declare ebl_check_special_symbol.
679 * libeblP.h (struct ebl): Add check_special_symbol hook.
680 * eblopenbackend.c (default_check_special_symbol): New function.
681 (fill_defaults): Use it.
682 * ppc_symbol.c (ppc_check_special_symbol): New function.
683 * libebl_ppc.h: Add prototype.
684 * ppc_init.c (ppc_init): Use it.
685 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
686 * libebl_ppc64.h: Add prototype.
687 * ppc64_init.c (ppc64_init): Use it.
688
Ulrich Drepperb03b0572005-08-07 08:12:22 +00006892005-08-07 Ulrich Drepper <drepper@redhat.com>
690
691 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
692 * ppc_symbol.c: Likewise.
693 * libebl_ppc.h: Likewise.
694 * ppc64_init.c: There is now also a dynamic_tag_check functions
695 * ppc64_symbol.c: Add dynamic_tag_check.
696 * libebl_ppc64.h: Add prototype.
697 * alpha_init.c: Add support for new DT_ALPHA_* value.
698 * alpha_symbol.c: Likewise.
699 * libebl_alpha.h: Likewise.
700
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007012005-08-03 Ulrich Drepper <drepper@redhat.com>
702
703 * libebl_alpha.map: Remove unnecessary exports.
704 * libebl_arm.map: Likewise.
705 * libebl_i386.map: Likewise.
706 * libebl_ia64.map: Likewise.
707 * libebl_ppc.map: Likewise.
708 * libebl_ppc64.map: Likewise.
709 * libebl_sh.map: Likewise.
710 * libebl_sparc.map: Likewise.
711 * libebl_x86_64.map: Likewise.
712
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007132005-08-02 Ulrich Drepper <drepper@redhat.com>
714
715 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
716 and eblelfmachine.c.
717 * elbopenbackend.c (machines): Add class and data fields. Initialize
718 them.
719 (ebl_openbackend): Initialize machine, class, data fields in result.
720 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
721 * libeblP.h (Ebl): Add machine, class, data fields.
722
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007232005-07-23 Ulrich Drepper <drepper@redhat.com>
724
725 * eblsectionstripp.c: New file.
726 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
727 * i386_init.c (i386_init): Install specific debugscn_p callback.
728 * i386_symbol.c (i386_debugscn_p): New function.
729 * libebl.h: Declare ebl_section_strip_p.
730 * libebl_i386.h: Declare i386_debugscn_p.
731
732 * libebl.h: Move Ebl definition to...
733 * libeblP.h: ...here.
734
7352005-07-21 Roland McGrath <roland@redhat.com>
736
737 * Makefile.am (install-ebl-modules): New target, commands from ...
738 (install): ... here. Make this depend on it.
739 (LIBEBL_SUBDIR): New variable, substituted by configure.
740 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
741 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
742
7432005-07-21 Ulrich Drepper <drepper@redhat.com>
744
745 * eblcopyrelocp.c: New file.
746 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
747 * libebl.h: Declare ebl_copy_reloc_p.
748 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
749 (default_copy_reloc_p): New function.
750 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
751 * alpha_symbol.c: Likewise.
752 * arm_init.c: Likewise.
753 * arm_symbol.c: Likewise.
754 * i386_init.c: Likewise.
755 * i386_symbol.c: Likewise.
756 * ia64_init.c: Likewise.
757 * ia64_symbol.c: Likewise.
758 * ppc64_init.c: Likewise.
759 * ppc64_symbol.c: Likewise.
760 * ppc_init.c: Likewise.
761 * ppc_symbol.c: Likewise.
762 * sh_init.c: Likewise.
763 * sh_symbol.c: Likewise.
764 * sparc_init.c: Likewise.
765 * sparc_symbol.c: Likewise.
766 * x86_64_init.c: Likewise.
767 * x86_64_symbol.c: Likewise.
768 * libebl_alpha.h: Declare the copy_reloc_p function.
769 * libebl_arm.h: Likewise.
770 * libebl_i386.h: Likewise.
771 * libebl_ia64.h: Likewise.
772 * libebl_ppc.h: Likewise.
773 * libebl_ppc64.h: Likewise.
774 * libebl_sh.h: Likewise.
775 * libebl_sparc.h: Likewise.
776 * libebl_x86_64.h: Likewise.
777
7782005-05-31 Roland McGrath <roland@redhat.com>
779
780 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
781 tracking works right.
782
7832005-05-21 Ulrich Drepper <drepper@redhat.com>
784
785 * libebl_x86_64.map: Add x86_64_core_note.
786
7872005-05-19 Roland McGrath <roland@redhat.com>
788
789 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
790 * libebl_ppc.map: Add ppc_reloc_simple_type.
791 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
792 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
793
7942005-05-11 Ulrich Drepper <drepper@redhat.com>
795
796 * eblcorenote.c: Handle new AT_* values and files with different
797 endianess.
798 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
799 * x86-64_corenote.c: New file.
800 * x86_64_init.c: Hook in x86_64_corenote.
801 * i386_corenote.c: Make file usable on 64-bit platforms.
802
803 * eblopenbackend.c: If modules version comparison fails, reinitialize
804 hooks.
805
8062005-05-10 Ulrich Drepper <drepper@redhat.com>
807
808 * eblopenbackend.c: Require the init function to return a string.
809 Compare it with MODVERSION from config.h.
810 * alpha_init.c: Change return type. Return MODVERSION or NULL.
811 * arm_init.c: Likewise.
812 * eblopenbackend.c: Likewise.
813 * i386_init.c: Likewise.
814 * ia64_init.c: Likewise.
815 * ppc64_init.c: Likewise.
816 * ppc_init.c: Likewise.
817 * sh_init.c: Likewise.
818 * sparc_init.c: Likewise.
819 * x86_64_init.c: Likewise.
820 * libeblP.h: Adjust ebl_bhinit_t.
821 * libebl_alpha.h: Adjust init function prototype.
822 * libebl_arm.h: Likewise.
823 * libebl_i386.h: Likewise.
824 * libebl_ia64.h: Likewise.
825 * libebl_ppc.h: Likewise.
826 * libebl_ppc64.h: Likewise.
827 * libebl_sh.h: Likewise.
828 * libebl_sparc.h: Likewise.
829 * libebl_x86_64.h: Likewise.
830
831 * mips_destr.c: Removed.
832 * mips_init.c: Removed.
833 * mips_symbol.c: Removed.
834 * libebl_mips.h: Removed.
835 * libebl_mips.map: Removed.
836
8372005-05-03 Roland McGrath <roland@redhat.com>
838
839 * libebl.h (Ebl): Add `reloc_simple_type' member.
840 * eblopenbackend.c (default_reloc_simple_type): New function.
841 (openbackend): Use that as default reloc_simple_type callback.
842 * eblrelocsimpletype.c: New file.
843 * Makefile.am (gen_SOURCES): Add it.
844 * i386_symbol.c (i386_reloc_simple_type): New function.
845 * libebl_i386.h: Declare it.
846 * i386_init.c (i386_init): Use it.
847 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
848 * libebl_x86_64.h: Declare it.
849 * x86_64_init.c (x86_64_init): Use it.
850 * ppc_symbol.c (ppc_reloc_simple_type): New function.
851 * libebl_ppc.h: Declare it.
852 * ppc_init.c (ppc_init): Use it.
853 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
854 * libebl_ppc64.h: Declare it.
855 * ppc64_init.c (ppc64_init): Use it.
856
8572005-03-17 Ulrich Drepper <drepper@redhat.com>
858
859 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
860
8612005-02-15 Ulrich Drepper <drepper@redhat.com>
862
863 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
864
8652005-02-14 Ulrich Drepper <drepper@redhat.com>
866
867 * alpha_destr.c: Add __attribute__((unused)) where needed.
868 * alpha_init.c: Likewise.
869 * alpha_symbol.c: Likewise.
870 * arm_destr.c: Likewise.
871 * arm_init.c: Likewise.
872 * arm_symbol.c: Likewise.
873 * i386_corenote.c: Likewise.
874 * i386_destr.c: Likewise.
875 * i386_init.c: Likewise.
876 * i386_symbol.c: Likewise.
877 * ia64_destr.c: Likewise.
878 * ia64_init.c: Likewise.
879 * ia64_symbol.c: Likewise.
880 * mips_destr.c: Likewise.
881 * mips_init.c: Likewise.
882 * mips_symbol.c: Likewise.
883 * ppc64_destr.c: Likewise.
884 * ppc64_init.c: Likewise.
885 * ppc64_symbol.c: Likewise.
886 * ppc_destr.c: Likewise.
887 * ppc_init.c: Likewise.
888 * ppc_symbol.c: Likewise.
889 * sh_destr.c: Likewise.
890 * sh_init.c: Likewise.
891 * sh_symbol.c: Likewise.
892 * sparc_destr.c: Likewise.
893 * sparc_init.c: Likewise.
894 * sparc_symbol.c: Likewise.
895 * x86_64_destr.c: Likewise.
896 * x86_64_init.c: Likewise.
897 * x86_64_symbol.c: Likewise.
898
899 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
900 and R_X86_64_32..
901
9022005-02-06 Ulrich Drepper <drepper@redhat.com>
903
904 * eblstrtab.c: A few cleanups.
905
906 * eblopenbackend.c: Mark unused parameters.
907
908 * eblgstrtab.c: Cleanups a few printf format strings.
909
910 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
911
9122005-02-05 Ulrich Drepper <drepper@redhat.com>
913
914 * Makefile.am: Check for text relocations in constructed DSOs.
915
916 * eblstrtab.c: Minor cleanups.
917
918 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
919
9202004-08-16 Ulrich Drepper <drepper@redhat.com>
921
922 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
923 the lib directory.
924 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
925 lib in path to ebl modules.
926
9272004-04-01 Ulrich Drepper <drepper@redhat.com>
928
929 * Makefile.am: Add rules for ppc and ppc64 ebl module.
930 * ppc_init..c: New file.
931 * ppc_destr.c: New file.
932 * ppc_symbol.c: New file.
933 * libebl_ppc.h: New file.
934 * libebl_ppc.map: New file.
935 * ppc64_init..c: New file.
936 * ppc64_destr.c: New file.
937 * ppc64_symbol.c: New file.
938 * libebl_ppc64.h: New file.
939 * libebl_ppc64.map: New file.
940
9412004-01-20 Ulrich Drepper <drepper@redhat.com>
942
943 * Makefile.am: Support building with mudflap.
944
9452004-01-18 Ulrich Drepper <drepper@redhat.com>
946
947 * libeblP.h (_): Use elfutils domain.
948
9492004-01-16 Ulrich Drepper <drepper@redhat.com>
950
951 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
952
9532004-01-13 Ulrich Drepper <drepper@redhat.com>
954
955 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
956 PT_GNU_RELRO.
957
9582004-01-08 Ulrich Drepper <drepper@redhat.com>
959
960 * libebl.h: Remove last traces of libtool.
961
9622004-01-05 Ulrich Drepper <drepper@redhat.com>
963
964 * elf-knowledge.h: Move to libelf subdir.
965
966 * Makefile.am (EXTRA_DIST): Remove libebl.map.
967 * libebl.map: Removed.
968
9692003-12-08 Ulrich Drepper <drepper@redhat.com>
970
971 * eblsectiontypename.c (ebl_section_type_name): Add support for
972 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
973
9742003-11-19 Ulrich Drepper <drepper@redhat.com>
975
976 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
977 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
978 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
979
9802003-09-24 Ulrich Drepper <drepper@redhat.com>
981
982 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
983 * ia64_symbol.c (ia64_segment_type_name): Define.
984 * libebl_ia64.h (ia64_segment_type_name): Declare.
985
9862003-09-22 Ulrich Drepper <drepper@redhat.com>
987
988 * Makefile.am (AM_CFLAGS): Add -fpic.
989
9902003-08-14 Ulrich Drepper <drepper@redhat.com>
991
992 * Makefile.am (install): Remove dependency on libebl.so.
993
9942003-08-13 Ulrich Drepper <drepper@redhat.com>
995
996 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
997 assuming the code ends up in the application. Add second dlopen()
998 try without any path, just the filename.
999 * Makefile.in: Remove rules to build and install libebl.so.
1000
10012003-08-11 Ulrich Drepper <drepper@redhat.com>
1002
1003 * Moved to CVS archive.