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