blob: 312cf90def36890c6ca6a5e46ee4f8b9f4dbd7f4 [file] [log] [blame]
Mark Wielaardd22cb042015-12-30 14:39:18 +010012015-12-18 Mark Wielaard <mjw@redhat.com>
2
3 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
4
Jose E. Marchesi42f0df12015-12-08 19:10:40 +010052015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
6
7 * libebl.h: Prototype for ebl_ra_offset.
8 * eblabicfi.c (ebl_ra_offset): New function.
9 * libeblP.h (struct ebl): new field ra_offset;
10
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200112015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
12
13 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
14 relocation overflows in some platforms.
15
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200162015-09-22 Mark Wielaard <mjw@redhat.com>
17
18 * *.c: Remove old-style function definitions.
19
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700202015-09-09 Chih-Hung Hsieh <chh@google.com>
21
22 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
23 on parameters declared with __nonnull_attribute__.
24 * eblinitreg.c (ebl_frame_nregs): Likewise.
25 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
26 * eblunwind.c (ebl_unwind): Likewise.
27
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700282015-09-04 Chih-Hung Hsieh <chh@google.com>
29
30 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
31 definition with ansi-C definitions.
32 * eblstother.c (ebl_check_st_other_bits): Likewise.
33
Mark Wielaard65dc8002015-06-12 12:50:14 +0200342015-06-12 Mark Wielaard <mjw@redhat.com>
35
36 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
37 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
38
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200392015-05-17 Mark Wielaard <mjw@redhat.com>
40
Mark Wielaard390dd3d2015-05-17 20:07:56 +020041 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
42 allocate it with malloc.
43
442015-05-17 Mark Wielaard <mjw@redhat.com>
45
Mark Wielaarddf1708a2015-05-17 18:49:10 +020046 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
47 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
48
Mark Wielaard858dc652015-01-27 13:07:17 +0100492015-01-27 Mark Wielaard <mjw@redhat.com>
50
51 * libebl.h: Add comment from README that this is completely
52 UNSUPPORTED.
53
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100542014-11-22 Mark Wielaard <mjw@redhat.com>
55
56 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
57 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
58 * eblopenbackend.c (default_bss_plt_p): Likewise.
59 * libebl.h (ebl_bss_plt_p): Likewise.
60
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100612014-11-17 Mark Wielaard <mjw@redhat.com>
62
63 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
64
Mark Wielaardc1c1c062014-06-14 17:15:37 +0200652014-06-17 Mark Wielaard <mjw@redhat.com>
66
67 * eblinitreg.c (ebl_func_addr_mask): New function.
68 * libebl.h (ebl_func_addr_mask): Define.
69 * libeblP.h (struct ebl): Add func_addr_mask.
70
Mark Wielaard028d0ab2014-05-19 16:52:56 +0200712014-05-19 Mark Wielaard <mjw@redhat.com>
72
73 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
74 * eblcheckreloctargettype.c: New file.
75 * ebl-hooks.h (check_reloc_target_type): New hook.
76 * eblopenbackend.c (default_check_reloc_target_type): New function.
77 (fill_defaults): Assign default_check_reloc_target_type to
78 check_reloc_target_type.
79 * libebl.h (ebl_check_reloc_target_type): New function definition.
80
Mark Wielaard159ac522013-12-18 11:05:54 +0100812013-12-18 Mark Wielaard <mjw@redhat.com>
82
83 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
84 * ebl-hooks.h (resolve_sym_value): New entry.
85 * eblresolvesym.c: New file.
86 * libebl.h (ebl_resolve_sym_value): New definition.
87 * libeblP.h (fd_addr): New field.
88 (fd_data): Likewise.
89
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100902013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
91
92 unwinder: s390 and s390x
93 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
94 * ebl-hooks.h (normalize_pc, unwind): New.
95 * eblnormalizepc.c: New file.
96 * eblunwind.c: New file.
97 * libebl.h (Ebl_Register_Location): Add field pc_register.
98 (ebl_normalize_pc): New declaration.
99 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
100 (ebl_unwind): New declaration.
101
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001022013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 unwinder: ppc and ppc64
105 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
106 * ebl-hooks.h (dwarf_to_regno): New.
107 * ebldwarftoregno.c: New file.
108 * libebl.h (Ebl_Core_Item): New field pc_register.
109 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
110 (ebl_dwarf_to_regno): New.
111
Petr Machata98c8a732013-11-26 03:10:31 +01001122013-11-25 Petr Machata <pmachata@redhat.com>
113
114 * eblopenbackend.c (machines): Add entry for AArch64.
115
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001162013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
117
118 Code cleanup: Remove const in prototype
119 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
120
Jan Kratochvil0b867462013-05-30 14:37:38 +02001212013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
122 Mark Wielaard <mjw@redhat.com>
123
124 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
125 * ebl-hooks.h (set_initial_registers_tid): New entry.
126 * eblinitreg.c: New file.
127 * libebl.h (ebl_tid_registers_t): New definition.
128 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
129 * libeblP.h (struct ebl): New entry frame_nregs.
130
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001312013-10-06 Mark Wielaard <mjw@redhat.com>
132
133 * libebl.h (ebl_abi_cfi): Document restrictions using register
134 rules.
135
Petr Machatab43bcfe2013-09-26 00:38:37 +02001362013-09-26 Petr Machata <pmachata@redhat.com>
137
138 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
139 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
140
Mark Wielaard2cfec292013-09-25 13:02:53 +02001412013-09-25 Mark Wielaard <mjw@redhat.com>
142
143 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
144
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001452013-04-24 Mark Wielaard <mjw@redhat.com>
146
147 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
148
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001492012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
152 * eblopenbackend.c (default_abi_cfi): Return -1.
153 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
154
Petr Machata96896012012-08-30 16:01:02 +02001552012-08-30 Petr Machata <pmachata@redhat.com>
156
157 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
158 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
159 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
160
Jeff Kenton257dcf42012-08-22 09:00:03 -04001612012-08-22 Jeff Kenton <jkenton@tilera.com>
162
163 * eblopenbackend.c (machines): Add tilegx.
164
Mark Wielaarda0172d72012-06-25 17:18:53 +02001652011-06-26 Mark Wielaard <mjw@redhat.com>
166
167 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
168
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02001692011-04-26 Mark Wielaard <mjw@redhat.com>
170
171 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
172 * eblhooks.h (object_note_type_name): Likewise.
173 * eblopenbackend.c (default_object_note_type_name): Likewise.
174 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
175 And print version if name is "stapsdt".
176 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
177
Marek Polacekcde0b272011-03-21 23:46:56 +01001782011-03-21 Marek Polacek <mpolacek@redhat.com>
179
180 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
181
Mark Wielaarda062b6b2011-03-10 13:02:32 +01001822011-03-10 Mark Wielaard <mjw@redhat.com>
183
184 * Makefile.am (gen_SOURCES): Add eblstother.c.
185 * eblstother.c: New file.
186 * ebl-hooks.h: Add check_st_other_bits hook.
187 * eblopenbackend.c (default_check_st_other_bits): New function.
188 (fill_defaults): Hook default_check_st_other_bits.
189 * libebl.h (ebl_check_st_other_bits): New prototype.
190
Roland McGrath804e9ca2010-07-07 16:06:12 -07001912010-07-07 Roland McGrath <roland@redhat.com>
192
193 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
194
Roland McGrath22359e22010-02-15 15:57:03 -08001952010-02-15 Roland McGrath <roland@redhat.com>
196
197 * Makefile.am: Use config/eu.am for common stuff.
198
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08001992010-01-04 Roland McGrath <roland@redhat.com>
200
201 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
202 pointer instead of only n_type and n_descsz.
203 * libebl.h: Update declaration.
204 * ebl-hooks.h: Update core_note hook signature.
205 * eblopenbackend.c (default_core_note): Likewise.
206
Roland McGrathf80c9072009-10-14 12:35:47 -07002072009-10-14 Roland McGrath <roland@redhat.com>
208
209 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
210
Roland McGratha14b4eb2009-10-05 11:32:26 -07002112009-10-05 Roland McGrath <roland@redhat.com>
212
213 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
214 .debug_types too.
215
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002162009-09-02 Petr Machata <pmachata@redhat.com>
217
218 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
219 pagesize.
220
Petr Machata077a7082009-08-06 18:45:08 +02002212009-08-06 Petr Machata <pmachata@redhat.com>
222
223 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
224 if we have any strings to copy.
225
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002262009-07-26 Mark Wielaard <mjw@redhat.com>
227
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700228 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
229
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700230 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
231 NT_GNU_GOLD_VERSION.
232
Roland McGrath3c84db32009-06-24 17:41:40 -07002332009-07-08 Roland McGrath <roland@redhat.com>
234
235 * ebl-hooks.h: Add abi_cfi hook.
236 * eblopenbackend.c (default_abi_cfi): New function.
237 (fill_defaults): Add initializer.
238 * eblabicfi.c: New file.
239 * Makefile.am (gen_SOURCES): Add it.
240 * libebl.h: Declare ebl_abi_cfi.
241
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002422009-07-08 Ulrich Drepper <drepper@redhat.com>
243
244 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
245 STB_GNU_UNIQUE.
246
247 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
248 if the binary is marked as being for Linux.
249
Roland McGrathd5ff6672009-04-01 18:28:41 -07002502009-04-01 Roland McGrath <roland@redhat.com>
251
252 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
253
254 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
255
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002562009-02-01 Ulrich Drepper <drepper@redhat.com>
257
258 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
259 instead of "???" for invalid relocations.
260
Roland McGratha845f682008-12-03 03:41:58 +00002612008-08-01 Roland McGrath <roland@redhat.com>
262
263 * eblcorenotetypename.c: Handle NT_386_IOPERM.
264
Roland McGrath1d8bb252008-08-07 08:39:41 +00002652008-07-28 Roland McGrath <roland@redhat.com>
266
267 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
268
269 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
270 table.
271
2722008-07-04 Roland McGrath <roland@redhat.com>
273
274 * libebl.h: Declare ebl_syscall_abi.
275 * ebl_syscall_abi.c: New file.
276 * Makefile.am (gen_SOURCES): Add it.
277 * ebl-hooks.h: New hook syscall_abi.
278 * eblopenbackend.c (default_syscall_abi): New function.
279 (fill_defaults): Use it.
280
Roland McGrath13b69602008-04-01 02:30:05 +00002812008-03-31 Roland McGrath <roland@redhat.com>
282
283 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
284
285 * ebl-hooks.h: Add check_special_section hook.
286 * eblopenbackend.c (fill_defaults): Set new hook to ...
287 (default_check_special_section): ... this, new function.
288 * ebl_check_special_section.c: New file.
289 * Makefile.am (gen_SOURCES): Add it.
290 * libebl.h: Declare it.
291
Roland McGrath059c83e2008-02-21 06:19:39 +00002922008-02-20 Roland McGrath <roland@redhat.com>
293
294 * libebl.h: Declare ebl_check_object_attribute.
295 * eblcheckobjattr.c: New file.
296 * Makefile.am (gen_SOURCES): Add it.
297 * ebl-hooks.h: Add check_object_attribute hook.
298 * eblopenbackend.c (default_check_object_attribute): New function.
299 (fill_defaults): Initialize pointer to it.
300
3012008-02-19 Roland McGrath <roland@redhat.com>
302
303 * eblsectiontypename.c (ebl_section_type_name):
304 Handle SHT_GNU_ATTRIBUTES.
305
3062008-02-08 Roland McGrath <roland@redhat.com>
307
308 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
309
3102008-01-30 Roland McGrath <roland@redhat.com>
311
312 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
313
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003142007-10-18 Roland McGrath <roland@redhat.com>
315
316 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
317
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003182007-10-11 Roland McGrath <roland@redhat.com>
319
320 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
321 for NT_GNU_ABI_TAG contents.
322
Roland McGrathcb6d8652007-08-23 08:10:54 +00003232007-08-22 Roland McGrath <roland@redhat.com>
324
325 * libebl.h (Ebl_Core_Item): New member `group'.
326
3272007-08-19 Roland McGrath <roland@redhat.com>
328
329 * ebl-hooks.h: Add new hook auxv_info.
330 * eblopenbackend.c (default_auxv_info): New function.
331 (fill_defaults): Initialize auxv_info hook.
332 * eblauxvinfo.c : New file.
333 * Makefile.am (gen_SOURCES): Add it.
334 * libebl.h: Declare ebl_auxv_info.
335
336 * eblcorenote.c: Rewritten with new signature.
337 * Makefile.am (gen_SOURCES): Add it.
338 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
339 (ebl_core_note_info): Completely revamp signature.
340 * ebl-hooks.h: Update decl.
341 * eblopenbackend.c (default_core_note): Update signature.
342
Roland McGrath87d47802007-07-16 22:23:37 +00003432007-07-09 Roland McGrath <roland@redhat.com>
344
345 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
346 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
347
348 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
349
Roland McGrath4be15242007-04-25 03:09:33 +00003502007-04-22 Roland McGrath <roland@redhat.com>
351
352 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
353
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003542007-03-10 Roland McGrath <roland@redhat.com>
355
356 * eblcorenote.c (ebl_core_note): For normally-zero types,
357 print in hex if not zero.
358
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003592007-01-11 Roland McGrath <roland@redhat.com>
360
361 * ebl-hooks.h (machine_section_flag_check): New hook.
362 * libebl.h: Declare ebl_machine_section_flag_check.
363 * eblmachinesectionflagcheck.c: New file.
364 * Makefile.am (gen_SOURCES): Add it.
365 * eblopenbackend.c (default_machine_section_flag_check): New function.
366 (fill_defaults): Use it.
367
Roland McGrathc373d852006-10-10 00:25:21 +00003682006-09-04 Roland McGrath <roland@redhat.com>
369
370 * ebl-hooks.h: Replace register_name hook with register_info.
371 Also yield natural bit width and base type encoding.
372 * eblopenbackend.c (default_register_name): Renamed
373 default_register_info, new args added.
374 (fill_defaults): Update initialization.
375 * eblregname.c: File renamed ...
376 * eblreginfo.c: ... to this.
377 (ebl_register_name): Renamed to ebl_register_info, new args added.
378 * libebl.h: Update decl.
379
380 * Makefile.am (gen_SOURCES): Update list.
381
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003822006-07-06 Ulrich Drepper <drepper@redhat.com>
383
384 * ebldynamictagname.c: Add support for DT_GNU_HASH.
385 * ebldynamictagcheck.c: Likewise.
386 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
387
3882006-07-05 Ulrich Drepper <drepper@redhat.com>
389
390 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
391 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
392 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
393
394 * eblopenbackend.c (openbackend): If possible, fill machine, class,
395 and data values in from the ELF file.
396
3972006-07-04 Ulrich Drepper <drepper@redhat.com>
398
399 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
400 * eblrelativerelocp.c: New file.
401 * ebl-hooks.c: Add relative_reloc_p.
402 * eblopenbackend.c (default_relative_reloc_p): New function.
403 (fill_defaults): Hook it up.
404 * libebl.h: Declare ebl_relative_reloc_p.
405
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004062006-06-12 Ulrich Drepper <drepper@redhat.com>
407
408 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
409 * eblnonerelocp.c: New file.
410 * ebl-hooks.c: Add none_reloc_p.
411 * eblopenbackend.c (default_none_reloc_p): New function.
412 (fill_defaults): Hook it up.
413 * libebl.h: Declare ebl_none_reloc_p.
414
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004152006-05-27 Ulrich Drepper <drepper@redhat.com>
416
417 * libebl.h: Add extern "C".
418
Roland McGrath994b4892005-12-05 22:46:21 +00004192005-11-25 Roland McGrath <roland@redhat.com>
420
421 * eblregname.c: New file.
422 * Makefile.am (gen_SOURCES): Add it.
423 * ebl-hooks.h: Declare register_name hook.
424 * libebl.h: Declare ebl_register_name.
425 * eblopenbackend.c (default_register_name): New function.
426 (fill_defaults): Use it.
427
Roland McGrath215c6322005-11-16 22:46:04 +00004282005-11-16 Roland McGrath <roland@redhat.com>
429
430 * libebl.h: Use "" for elf-knowledge.h, not <>.
431
Roland McGrathe47ab762005-11-17 03:16:00 +00004322005-11-15 Roland McGrath <roland@redhat.com>
433
434 * Makefile.am: Removed everything for building libebl_*.so modules,
435 now in ../backends/Makefile.am instead.
436 * alpha_init.c: Moved to ../backends.
437 * alpha_reloc.def: Likewise.
438 * alpha_retval.c: Likewise.
439 * alpha_symbol.c: Likewise.
440 * arm_init.c: Likewise.
441 * arm_reloc.def: Likewise.
442 * arm_symbol.c: Likewise.
443 * common-reloc.c: Likewise.
444 * i386_corenote.c: Likewise.
445 * i386_init.c: Likewise.
446 * i386_reloc.def: Likewise.
447 * i386_retval.c: Likewise.
448 * i386_symbol.c: Likewise.
449 * ia64_init.c: Likewise.
450 * ia64_reloc.def: Likewise.
451 * ia64_symbol.c: Likewise.
452 * libebl_CPU.h: Likewise.
453 * ppc64_init.c: Likewise.
454 * ppc64_reloc.def: Likewise.
455 * ppc64_retval.c: Likewise.
456 * ppc64_symbol.c: Likewise.
457 * ppc_init.c: Likewise.
458 * ppc_reloc.def: Likewise.
459 * ppc_retval.c: Likewise.
460 * ppc_symbol.c: Likewise.
461 * s390_init.c: Likewise.
462 * s390_reloc.def: Likewise.
463 * s390_symbol.c: Likewise.
464 * sh_init.c: Likewise.
465 * sh_reloc.def: Likewise.
466 * sh_symbol.c: Likewise.
467 * sparc_init.c: Likewise.
468 * sparc_reloc.def: Likewise.
469 * sparc_symbol.c: Likewise.
470 * x86_64_corenote.c: Likewise.
471 * x86_64_init.c: Likewise.
472 * x86_64_reloc.def: Likewise.
473 * x86_64_retval.c: Likewise.
474 * x86_64_symbol.c: Likewise.
475
476 * libebl.h: Comment fixes.
477
478 * alpha_retval.c: New file.
479 * Makefile.am (alpha_SRCS): Add it.
480 * alpha_init.c (alpha_init): Initialize return_value_location hook.
481
482 * ppc64_retval.c: New file.
483 * Makefile.am (ppc64_SRCS): Add it.
484 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
485
486 * ppc_retval.c: New file.
487 * Makefile.am (ppc_SRCS): Add it.
488 * ppc_init.c (ppc_init): Initialize return_value_location hook.
489
Roland McGrathcd60ea82005-11-16 01:57:40 +00004902005-11-14 Roland McGrath <roland@redhat.com>
491
492 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
493 * sh_init.c (sh_init): Likewise.
494 * x86_64_init.c (x86_64_init): Likewise.
495
496 * sparc_symbol.c (sparc_reloc_simple_type): New function.
497 * sparc_init.c (sparc_init): Use it.
498
499 * arm_symbol.c (arm_reloc_simple_type): New function.
500 * arm_init.c (arm_init): Use it.
501
502 * alpha_symbol.c (alpha_reloc_simple_type): New function.
503 * alpha_init.c (alpha_init): Use it.
504
505 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
506
507 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
508
509 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
510
Roland McGrathe47ab762005-11-17 03:16:00 +00005112005-11-13 Roland McGrath <roland@redhat.com>
512
513 * x86_64_retval.c: New file.
514 * Makefile.am (x86_64_SRCS): Add it.
515 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
516
517 * i386_retval.c: New file.
518 * Makefile.am (i386_SRCS): Add it.
519 (libdw): New variable.
520 (libebl_%.so): Use $(libdw) in link; use --as-needed.
521 * i386_init.c (i386_init): Use i386_return_value_location.
522
523 * eblretval.c: New file.
524 * Makefile.am (gen_SOURCES): Add it.
525 (INCLUDES): Search in libdw.
526 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
527 * ebl-hooks.h: Declare return_value_location hook.
528 * eblopenbackend.c (default_return_value_location): New function.
529 (fill_defaults): Use it.
530
Roland McGrathcd60ea82005-11-16 01:57:40 +00005312005-11-10 Roland McGrath <roland@redhat.com>
532
533 * s390_init.c: New file.
534 * s390_reloc.def: New file.
535 * s390_symbol.c: New file.
536 * Makefile.am (modules, libebl_pic): Add s390.
537 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
538 (am_libebl_s390_pic_a_OBJECTS): New variable.
539
540 * ppc64_init.c: Use common-reloc.c.
541 * ppc64_symbol.c (ppc64_backend_name): Removed.
542 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
543 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
544
545 * ppc_init.c: Use common-reloc.c.
546 * ppc_symbol.c (ppc_backend_name): Removed.
547 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
548 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
549
550 * sparc_init.c: Use common-reloc.c.
551 * sparc_symbol.c (sparc_backend_name): Removed.
552 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
553 (sparc_copy_reloc_p): Likewise.
554
555 * arm_init.c: Use common-reloc.c.
556 * arm_symbol.c (arm_backend_name): Removed.
557 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
558
559 * alpha_init.c: Use common-reloc.c.
560 * alpha_symbol.c (alpha_backend_name): Removed.
561 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
562 (alpha_copy_reloc_p): Likewise.
563
564 * ia64_symbol.c (ia64_backend_name): Removed.
565 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
566 (ia64_copy_reloc_p): Likewise.
567
568 * x86_64_init.c: Use common-reloc.c.
569 * x86_64_symbol.c (x86_64_backend_name): Removed.
570 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
571 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
572
573 * sh_init.c: Use common-reloc.c.
574 * sh_symbol.c: All functions removed.
575 (sh_reloc_simple_type): New function.
576 (sh_gotpc_reloc_check): New function.
577
578 * common-reloc.c: New file.
579 * Makefile.am (noinst_HEADERS): Add it.
580 * i386_init.c: Include it.
581
582 * sh_reloc.def: New file.
583 * i386_reloc.def: New file.
584 * alpha_reloc.def: New file.
585 * arm_reloc.def: New file.
586 * i386_reloc.def: New file.
587 * ia64_reloc.def: New file.
588 * ppc64_reloc.def: New file.
589 * ppc_reloc.def: New file.
590 * sh_reloc.def: New file.
591 * sparc_reloc.def: New file.
592 * x86_64_reloc.def: New file.
593 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
594
595 * libebl_alpha.map: Removed.
596 * libebl_ia64.map: Removed.
597 * libebl_ppc.map: Removed.
598 * libebl_sparc.map: Removed.
599 * libebl_arm.map: Removed.
600 * libebl_i386.map: Removed.
601 * libebl_ppc64.map: Removed.
602 * libebl_sh.map: Removed.
603 * libebl_x86_64.map: Removed.
604 * Makefile.am (EXTRA_DIST): Remove them.
605 (libebl_%.map, libebl_%.so): New pattern rules.
606
607 * libebl_alpha.h: Removed.
608 * libebl_ia64.h: Removed.
609 * libebl_ppc.h: Removed.
610 * libebl_sparc.h: Removed.
611 * libebl_arm.h: Removed.
612 * libebl_i386.h: Removed.
613 * libebl_ppc64.h: Removed.
614 * libebl_sh.h: Removed.
615 * libebl_x86_64.h: Removed.
616 * Makefile.am (noinst_HEADERS): Remove them.
617
618 * x86_64_corenote.c: Use libebl_CPU.h instead.
619 * x86_64_symbol.c: Likewise.
620 * i386_corenote.c: Likewise.
621
6222005-11-09 Roland McGrath <roland@redhat.com>
623
624 * ia64_symbol.c (ia64_reloc_simple_type): New function.
625
626 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
627 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
628 * eblopenbackend.c (default_reloc_simple_type): Update signature.
629 * i386_symbol.c (i386_reloc_simple_type): Likewise.
630 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
631 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
632 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
633
634 * i386_symbol.c (i386_backend_name): Removed.
635 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
636 (i386_reloc_valid_use): Removed.
637 (i386_copy_reloc_p): Removed.
638
639 * alpha_destr.c: Removed.
640 * arm_destr.c: Removed.
641 * i386_destr.c: Removed.
642 * ia64_destr.c: Removed.
643 * ppc64_destr.c: Removed.
644 * ppc_destr.c: Removed.
645 * sh_destr.c: Removed.
646 * sparc_destr.c: Removed.
647 * x86_64_destr.c: Removed.
648
649 * ebl-hooks.h: New file, broken out of ...
650 * libeblP.h (struct ebl): ... here. #include that for hook
651 declarations, after defining EBLHOOK macro.
652 * libebl_CPU.h: New file.
653 * Makefile.am (noinst_HEADERS): Add them.
654
655 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
656 and uint_fast8_t for class and data.
657
6582005-08-14 Roland McGrath <roland@redhat.com>
659
660 * ia64_symbol.c (ia64_section_type_name): New function.
661 (ia64_dynamic_tag_check): New function.
662 (ia64_reloc_valid_use): New function.
663 * libebl_ia64.h: Declare them.
664 * ia64_init.c (ia64_init): Use them.
665 * Makefile.am (libebl_ia64.so): Link with libelf.
666
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006672005-08-28 Ulrich Drepper <drepper@redhat.com>
668
669 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
670
Roland McGrathe53d04a2005-08-13 20:56:07 +00006712005-08-13 Roland McGrath <roland@redhat.com>
672
673 * ia64_symbol.c (ia64_machine_flag_check): New function.
674 * libebl_ia64.h: Declare it.
675 * ia64_init.c (ia64_init): Use it.
676
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00006772005-08-13 Ulrich Drepper <drepper@redhat.com>
678
679 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
680 ebl_check_special_symbol.
681 * libeblP.h (struct ebl): Adjust callback functions.
682 * eblopenbackend.c: Adjust dummy functions.
683 * ebl_check_special_symbol.c: Add parameter and pass it on.
684 * eblbsspltp.c: Likewise.
685 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
686 the dynamic section entry.
687 (ppc_check_special_symbol): Add ehdr parameter.
688 (ppc_bss_plt_p): Likewise.
689 * libebl_ppc.h: Adjust prototypes.
690 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
691 (ppc_bss_plt_p): Likewise.
692 * libebl_ppc64.h: Adjust prototypes.
693
Roland McGrath653d3762005-08-13 01:59:10 +00006942005-08-12 Roland McGrath <roland@redhat.com>
695
Roland McGrathf8873cb2005-08-13 03:26:06 +0000696 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
697 (ppc_bss_plt_p): ... here. Call that.
698 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
699 against _GLOBAL_OFFSET_TABLE_.
700
Roland McGrath653d3762005-08-13 01:59:10 +0000701 * libeblP.h (struct ebl): Add bss_plt_p hook.
702 * eblopenbackend.c (default_bss_plt_p): New function.
703 (fill_defaults): Use it.
704 * eblbsspltp.c: New file.
705 * Makefile.am (gen_SOURCES): Add it.
706 * libebl.h: Declare ebl_bss_plt_p.
707 * ppc_symbol.c (ppc_bss_plt_p): New function.
708 * libebl_ppc.h: Declare it.
709 * ppc_init.c (ppc_init): Use it.
710 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
711 * libebl_ppc64.h: Declare it.
712 * ppc64_init.c (ppc64_init): Use it.
713
714 * ebl_check_special_symbol.c: New file.
715 * Makefile.am (gen_SOURCES): Add it.
716 * libebl.h: Declare ebl_check_special_symbol.
717 * libeblP.h (struct ebl): Add check_special_symbol hook.
718 * eblopenbackend.c (default_check_special_symbol): New function.
719 (fill_defaults): Use it.
720 * ppc_symbol.c (ppc_check_special_symbol): New function.
721 * libebl_ppc.h: Add prototype.
722 * ppc_init.c (ppc_init): Use it.
723 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
724 * libebl_ppc64.h: Add prototype.
725 * ppc64_init.c (ppc64_init): Use it.
726
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007272005-08-07 Ulrich Drepper <drepper@redhat.com>
728
729 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
730 * ppc_symbol.c: Likewise.
731 * libebl_ppc.h: Likewise.
732 * ppc64_init.c: There is now also a dynamic_tag_check functions
733 * ppc64_symbol.c: Add dynamic_tag_check.
734 * libebl_ppc64.h: Add prototype.
735 * alpha_init.c: Add support for new DT_ALPHA_* value.
736 * alpha_symbol.c: Likewise.
737 * libebl_alpha.h: Likewise.
738
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007392005-08-03 Ulrich Drepper <drepper@redhat.com>
740
741 * libebl_alpha.map: Remove unnecessary exports.
742 * libebl_arm.map: Likewise.
743 * libebl_i386.map: Likewise.
744 * libebl_ia64.map: Likewise.
745 * libebl_ppc.map: Likewise.
746 * libebl_ppc64.map: Likewise.
747 * libebl_sh.map: Likewise.
748 * libebl_sparc.map: Likewise.
749 * libebl_x86_64.map: Likewise.
750
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007512005-08-02 Ulrich Drepper <drepper@redhat.com>
752
753 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
754 and eblelfmachine.c.
755 * elbopenbackend.c (machines): Add class and data fields. Initialize
756 them.
757 (ebl_openbackend): Initialize machine, class, data fields in result.
758 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
759 * libeblP.h (Ebl): Add machine, class, data fields.
760
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007612005-07-23 Ulrich Drepper <drepper@redhat.com>
762
763 * eblsectionstripp.c: New file.
764 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
765 * i386_init.c (i386_init): Install specific debugscn_p callback.
766 * i386_symbol.c (i386_debugscn_p): New function.
767 * libebl.h: Declare ebl_section_strip_p.
768 * libebl_i386.h: Declare i386_debugscn_p.
769
770 * libebl.h: Move Ebl definition to...
771 * libeblP.h: ...here.
772
7732005-07-21 Roland McGrath <roland@redhat.com>
774
775 * Makefile.am (install-ebl-modules): New target, commands from ...
776 (install): ... here. Make this depend on it.
777 (LIBEBL_SUBDIR): New variable, substituted by configure.
778 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
779 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
780
7812005-07-21 Ulrich Drepper <drepper@redhat.com>
782
783 * eblcopyrelocp.c: New file.
784 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
785 * libebl.h: Declare ebl_copy_reloc_p.
786 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
787 (default_copy_reloc_p): New function.
788 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
789 * alpha_symbol.c: Likewise.
790 * arm_init.c: Likewise.
791 * arm_symbol.c: Likewise.
792 * i386_init.c: Likewise.
793 * i386_symbol.c: Likewise.
794 * ia64_init.c: Likewise.
795 * ia64_symbol.c: Likewise.
796 * ppc64_init.c: Likewise.
797 * ppc64_symbol.c: Likewise.
798 * ppc_init.c: Likewise.
799 * ppc_symbol.c: Likewise.
800 * sh_init.c: Likewise.
801 * sh_symbol.c: Likewise.
802 * sparc_init.c: Likewise.
803 * sparc_symbol.c: Likewise.
804 * x86_64_init.c: Likewise.
805 * x86_64_symbol.c: Likewise.
806 * libebl_alpha.h: Declare the copy_reloc_p function.
807 * libebl_arm.h: Likewise.
808 * libebl_i386.h: Likewise.
809 * libebl_ia64.h: Likewise.
810 * libebl_ppc.h: Likewise.
811 * libebl_ppc64.h: Likewise.
812 * libebl_sh.h: Likewise.
813 * libebl_sparc.h: Likewise.
814 * libebl_x86_64.h: Likewise.
815
8162005-05-31 Roland McGrath <roland@redhat.com>
817
818 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
819 tracking works right.
820
8212005-05-21 Ulrich Drepper <drepper@redhat.com>
822
823 * libebl_x86_64.map: Add x86_64_core_note.
824
8252005-05-19 Roland McGrath <roland@redhat.com>
826
827 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
828 * libebl_ppc.map: Add ppc_reloc_simple_type.
829 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
830 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
831
8322005-05-11 Ulrich Drepper <drepper@redhat.com>
833
834 * eblcorenote.c: Handle new AT_* values and files with different
835 endianess.
836 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
837 * x86-64_corenote.c: New file.
838 * x86_64_init.c: Hook in x86_64_corenote.
839 * i386_corenote.c: Make file usable on 64-bit platforms.
840
841 * eblopenbackend.c: If modules version comparison fails, reinitialize
842 hooks.
843
8442005-05-10 Ulrich Drepper <drepper@redhat.com>
845
846 * eblopenbackend.c: Require the init function to return a string.
847 Compare it with MODVERSION from config.h.
848 * alpha_init.c: Change return type. Return MODVERSION or NULL.
849 * arm_init.c: Likewise.
850 * eblopenbackend.c: Likewise.
851 * i386_init.c: Likewise.
852 * ia64_init.c: Likewise.
853 * ppc64_init.c: Likewise.
854 * ppc_init.c: Likewise.
855 * sh_init.c: Likewise.
856 * sparc_init.c: Likewise.
857 * x86_64_init.c: Likewise.
858 * libeblP.h: Adjust ebl_bhinit_t.
859 * libebl_alpha.h: Adjust init function prototype.
860 * libebl_arm.h: Likewise.
861 * libebl_i386.h: Likewise.
862 * libebl_ia64.h: Likewise.
863 * libebl_ppc.h: Likewise.
864 * libebl_ppc64.h: Likewise.
865 * libebl_sh.h: Likewise.
866 * libebl_sparc.h: Likewise.
867 * libebl_x86_64.h: Likewise.
868
869 * mips_destr.c: Removed.
870 * mips_init.c: Removed.
871 * mips_symbol.c: Removed.
872 * libebl_mips.h: Removed.
873 * libebl_mips.map: Removed.
874
8752005-05-03 Roland McGrath <roland@redhat.com>
876
877 * libebl.h (Ebl): Add `reloc_simple_type' member.
878 * eblopenbackend.c (default_reloc_simple_type): New function.
879 (openbackend): Use that as default reloc_simple_type callback.
880 * eblrelocsimpletype.c: New file.
881 * Makefile.am (gen_SOURCES): Add it.
882 * i386_symbol.c (i386_reloc_simple_type): New function.
883 * libebl_i386.h: Declare it.
884 * i386_init.c (i386_init): Use it.
885 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
886 * libebl_x86_64.h: Declare it.
887 * x86_64_init.c (x86_64_init): Use it.
888 * ppc_symbol.c (ppc_reloc_simple_type): New function.
889 * libebl_ppc.h: Declare it.
890 * ppc_init.c (ppc_init): Use it.
891 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
892 * libebl_ppc64.h: Declare it.
893 * ppc64_init.c (ppc64_init): Use it.
894
8952005-03-17 Ulrich Drepper <drepper@redhat.com>
896
897 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
898
8992005-02-15 Ulrich Drepper <drepper@redhat.com>
900
901 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
902
9032005-02-14 Ulrich Drepper <drepper@redhat.com>
904
905 * alpha_destr.c: Add __attribute__((unused)) where needed.
906 * alpha_init.c: Likewise.
907 * alpha_symbol.c: Likewise.
908 * arm_destr.c: Likewise.
909 * arm_init.c: Likewise.
910 * arm_symbol.c: Likewise.
911 * i386_corenote.c: Likewise.
912 * i386_destr.c: Likewise.
913 * i386_init.c: Likewise.
914 * i386_symbol.c: Likewise.
915 * ia64_destr.c: Likewise.
916 * ia64_init.c: Likewise.
917 * ia64_symbol.c: Likewise.
918 * mips_destr.c: Likewise.
919 * mips_init.c: Likewise.
920 * mips_symbol.c: Likewise.
921 * ppc64_destr.c: Likewise.
922 * ppc64_init.c: Likewise.
923 * ppc64_symbol.c: Likewise.
924 * ppc_destr.c: Likewise.
925 * ppc_init.c: Likewise.
926 * ppc_symbol.c: Likewise.
927 * sh_destr.c: Likewise.
928 * sh_init.c: Likewise.
929 * sh_symbol.c: Likewise.
930 * sparc_destr.c: Likewise.
931 * sparc_init.c: Likewise.
932 * sparc_symbol.c: Likewise.
933 * x86_64_destr.c: Likewise.
934 * x86_64_init.c: Likewise.
935 * x86_64_symbol.c: Likewise.
936
937 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
938 and R_X86_64_32..
939
9402005-02-06 Ulrich Drepper <drepper@redhat.com>
941
942 * eblstrtab.c: A few cleanups.
943
944 * eblopenbackend.c: Mark unused parameters.
945
946 * eblgstrtab.c: Cleanups a few printf format strings.
947
948 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
949
9502005-02-05 Ulrich Drepper <drepper@redhat.com>
951
952 * Makefile.am: Check for text relocations in constructed DSOs.
953
954 * eblstrtab.c: Minor cleanups.
955
956 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
957
9582004-08-16 Ulrich Drepper <drepper@redhat.com>
959
960 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
961 the lib directory.
962 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
963 lib in path to ebl modules.
964
9652004-04-01 Ulrich Drepper <drepper@redhat.com>
966
967 * Makefile.am: Add rules for ppc and ppc64 ebl module.
968 * ppc_init..c: New file.
969 * ppc_destr.c: New file.
970 * ppc_symbol.c: New file.
971 * libebl_ppc.h: New file.
972 * libebl_ppc.map: New file.
973 * ppc64_init..c: New file.
974 * ppc64_destr.c: New file.
975 * ppc64_symbol.c: New file.
976 * libebl_ppc64.h: New file.
977 * libebl_ppc64.map: New file.
978
9792004-01-20 Ulrich Drepper <drepper@redhat.com>
980
981 * Makefile.am: Support building with mudflap.
982
9832004-01-18 Ulrich Drepper <drepper@redhat.com>
984
985 * libeblP.h (_): Use elfutils domain.
986
9872004-01-16 Ulrich Drepper <drepper@redhat.com>
988
989 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
990
9912004-01-13 Ulrich Drepper <drepper@redhat.com>
992
993 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
994 PT_GNU_RELRO.
995
9962004-01-08 Ulrich Drepper <drepper@redhat.com>
997
998 * libebl.h: Remove last traces of libtool.
999
10002004-01-05 Ulrich Drepper <drepper@redhat.com>
1001
1002 * elf-knowledge.h: Move to libelf subdir.
1003
1004 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1005 * libebl.map: Removed.
1006
10072003-12-08 Ulrich Drepper <drepper@redhat.com>
1008
1009 * eblsectiontypename.c (ebl_section_type_name): Add support for
1010 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1011
10122003-11-19 Ulrich Drepper <drepper@redhat.com>
1013
1014 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1015 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1016 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1017
10182003-09-24 Ulrich Drepper <drepper@redhat.com>
1019
1020 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1021 * ia64_symbol.c (ia64_segment_type_name): Define.
1022 * libebl_ia64.h (ia64_segment_type_name): Declare.
1023
10242003-09-22 Ulrich Drepper <drepper@redhat.com>
1025
1026 * Makefile.am (AM_CFLAGS): Add -fpic.
1027
10282003-08-14 Ulrich Drepper <drepper@redhat.com>
1029
1030 * Makefile.am (install): Remove dependency on libebl.so.
1031
10322003-08-13 Ulrich Drepper <drepper@redhat.com>
1033
1034 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1035 assuming the code ends up in the application. Add second dlopen()
1036 try without any path, just the filename.
1037 * Makefile.in: Remove rules to build and install libebl.so.
1038
10392003-08-11 Ulrich Drepper <drepper@redhat.com>
1040
1041 * Moved to CVS archive.