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