blob: 8ff401062e1d0d10b7a4c8fa320f7e6d651f6d56 [file] [log] [blame]
Richard Henderson9a36c922016-06-21 15:10:10 -070012016-06-28 Richard Henderson <rth@redhat.com>
2
3 * ebl-hooks.h (EBLHOOK(disasm)): Add ebl parameter.
4 * eblopenbackend.c (machines): Add EM_BPF entry.
5
Andreas Schwab37bb3fc2016-05-20 19:37:29 +020062016-05-20 Andreas Schwab <schwab@linux-m68k.org>
7
8 * eblopenbackend.c (machines) [EM_68K]: Set class and data.
9
Mark Wielaard6e723c72016-02-12 15:04:00 +0100102016-02-12 Mark Wielaard <mjw@redhat.com>
11
12 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is
13 "Go" and use new goknowntypes then. Otherwise check name is not
14 "GNU" and return "unknown".
15
Mark Wielaardc5da7c92016-01-09 22:09:48 +0100162016-01-09 Mark Wielaard <mjw@redhat.com>
17
18 * eblobjnote.c (ebl_object_note): Add brackets around if statement
19 body.
20
Mark Wielaardd22cb042015-12-30 14:39:18 +0100212015-12-18 Mark Wielaard <mjw@redhat.com>
22
23 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
24
Jose E. Marchesi42f0df12015-12-08 19:10:40 +0100252015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
26
27 * libebl.h: Prototype for ebl_ra_offset.
28 * eblabicfi.c (ebl_ra_offset): New function.
29 * libeblP.h (struct ebl): new field ra_offset;
30
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200312015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
32
33 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
34 relocation overflows in some platforms.
35
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200362015-09-22 Mark Wielaard <mjw@redhat.com>
37
38 * *.c: Remove old-style function definitions.
39
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700402015-09-09 Chih-Hung Hsieh <chh@google.com>
41
42 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
43 on parameters declared with __nonnull_attribute__.
44 * eblinitreg.c (ebl_frame_nregs): Likewise.
45 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
46 * eblunwind.c (ebl_unwind): Likewise.
47
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -0700482015-09-04 Chih-Hung Hsieh <chh@google.com>
49
50 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
51 definition with ansi-C definitions.
52 * eblstother.c (ebl_check_st_other_bits): Likewise.
53
Mark Wielaard65dc8002015-06-12 12:50:14 +0200542015-06-12 Mark Wielaard <mjw@redhat.com>
55
56 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
57 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
58
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200592015-05-17 Mark Wielaard <mjw@redhat.com>
60
Mark Wielaard390dd3d2015-05-17 20:07:56 +020061 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
62 allocate it with malloc.
63
642015-05-17 Mark Wielaard <mjw@redhat.com>
65
Mark Wielaarddf1708a2015-05-17 18:49:10 +020066 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
67 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
68
Mark Wielaard858dc652015-01-27 13:07:17 +0100692015-01-27 Mark Wielaard <mjw@redhat.com>
70
71 * libebl.h: Add comment from README that this is completely
72 UNSUPPORTED.
73
Mark Wielaard712c8fa2014-11-22 23:08:48 +0100742014-11-22 Mark Wielaard <mjw@redhat.com>
75
76 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
77 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
78 * eblopenbackend.c (default_bss_plt_p): Likewise.
79 * libebl.h (ebl_bss_plt_p): Likewise.
80
Mark Wielaard5c1a45c2014-11-17 23:15:45 +0100812014-11-17 Mark Wielaard <mjw@redhat.com>
82
83 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
84
Mark Wielaardc1c1c062014-06-14 17:15:37 +0200852014-06-17 Mark Wielaard <mjw@redhat.com>
86
87 * eblinitreg.c (ebl_func_addr_mask): New function.
88 * libebl.h (ebl_func_addr_mask): Define.
89 * libeblP.h (struct ebl): Add func_addr_mask.
90
Mark Wielaard028d0ab2014-05-19 16:52:56 +0200912014-05-19 Mark Wielaard <mjw@redhat.com>
92
93 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
94 * eblcheckreloctargettype.c: New file.
95 * ebl-hooks.h (check_reloc_target_type): New hook.
96 * eblopenbackend.c (default_check_reloc_target_type): New function.
97 (fill_defaults): Assign default_check_reloc_target_type to
98 check_reloc_target_type.
99 * libebl.h (ebl_check_reloc_target_type): New function definition.
100
Mark Wielaard159ac522013-12-18 11:05:54 +01001012013-12-18 Mark Wielaard <mjw@redhat.com>
102
103 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
104 * ebl-hooks.h (resolve_sym_value): New entry.
105 * eblresolvesym.c: New file.
106 * libebl.h (ebl_resolve_sym_value): New definition.
107 * libeblP.h (fd_addr): New field.
108 (fd_data): Likewise.
109
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001102013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 unwinder: s390 and s390x
113 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
114 * ebl-hooks.h (normalize_pc, unwind): New.
115 * eblnormalizepc.c: New file.
116 * eblunwind.c: New file.
117 * libebl.h (Ebl_Register_Location): Add field pc_register.
118 (ebl_normalize_pc): New declaration.
119 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
120 (ebl_unwind): New declaration.
121
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001222013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 unwinder: ppc and ppc64
125 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
126 * ebl-hooks.h (dwarf_to_regno): New.
127 * ebldwarftoregno.c: New file.
128 * libebl.h (Ebl_Core_Item): New field pc_register.
129 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
130 (ebl_dwarf_to_regno): New.
131
Petr Machata98c8a732013-11-26 03:10:31 +01001322013-11-25 Petr Machata <pmachata@redhat.com>
133
134 * eblopenbackend.c (machines): Add entry for AArch64.
135
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001362013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 Code cleanup: Remove const in prototype
139 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
140
Jan Kratochvil0b867462013-05-30 14:37:38 +02001412013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
142 Mark Wielaard <mjw@redhat.com>
143
144 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
145 * ebl-hooks.h (set_initial_registers_tid): New entry.
146 * eblinitreg.c: New file.
147 * libebl.h (ebl_tid_registers_t): New definition.
148 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
149 * libeblP.h (struct ebl): New entry frame_nregs.
150
Mark Wielaard3dec3e12013-10-06 17:04:07 +02001512013-10-06 Mark Wielaard <mjw@redhat.com>
152
153 * libebl.h (ebl_abi_cfi): Document restrictions using register
154 rules.
155
Petr Machatab43bcfe2013-09-26 00:38:37 +02001562013-09-26 Petr Machata <pmachata@redhat.com>
157
158 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
159 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
160
Mark Wielaard2cfec292013-09-25 13:02:53 +02001612013-09-25 Mark Wielaard <mjw@redhat.com>
162
163 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
164
Mark Wielaardcdaaf212013-04-25 16:50:11 -04001652013-04-24 Mark Wielaard <mjw@redhat.com>
166
167 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
168
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02001692012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
172 * eblopenbackend.c (default_abi_cfi): Return -1.
173 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
174
Petr Machata96896012012-08-30 16:01:02 +02001752012-08-30 Petr Machata <pmachata@redhat.com>
176
177 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
178 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
179 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
180
Jeff Kenton257dcf42012-08-22 09:00:03 -04001812012-08-22 Jeff Kenton <jkenton@tilera.com>
182
183 * eblopenbackend.c (machines): Add tilegx.
184
Mark Wielaarda0172d72012-06-25 17:18:53 +02001852011-06-26 Mark Wielaard <mjw@redhat.com>
186
187 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
188
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02001892011-04-26 Mark Wielaard <mjw@redhat.com>
190
191 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
192 * eblhooks.h (object_note_type_name): Likewise.
193 * eblopenbackend.c (default_object_note_type_name): Likewise.
194 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
195 And print version if name is "stapsdt".
196 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
197
Marek Polacekcde0b272011-03-21 23:46:56 +01001982011-03-21 Marek Polacek <mpolacek@redhat.com>
199
200 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
201
Mark Wielaarda062b6b2011-03-10 13:02:32 +01002022011-03-10 Mark Wielaard <mjw@redhat.com>
203
204 * Makefile.am (gen_SOURCES): Add eblstother.c.
205 * eblstother.c: New file.
206 * ebl-hooks.h: Add check_st_other_bits hook.
207 * eblopenbackend.c (default_check_st_other_bits): New function.
208 (fill_defaults): Hook default_check_st_other_bits.
209 * libebl.h (ebl_check_st_other_bits): New prototype.
210
Roland McGrath804e9ca2010-07-07 16:06:12 -07002112010-07-07 Roland McGrath <roland@redhat.com>
212
213 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
214
Roland McGrath22359e22010-02-15 15:57:03 -08002152010-02-15 Roland McGrath <roland@redhat.com>
216
217 * Makefile.am: Use config/eu.am for common stuff.
218
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08002192010-01-04 Roland McGrath <roland@redhat.com>
220
221 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
222 pointer instead of only n_type and n_descsz.
223 * libebl.h: Update declaration.
224 * ebl-hooks.h: Update core_note hook signature.
225 * eblopenbackend.c (default_core_note): Likewise.
226
Roland McGrathf80c9072009-10-14 12:35:47 -07002272009-10-14 Roland McGrath <roland@redhat.com>
228
229 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
230
Roland McGratha14b4eb2009-10-05 11:32:26 -07002312009-10-05 Roland McGrath <roland@redhat.com>
232
233 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
234 .debug_types too.
235
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002362009-09-02 Petr Machata <pmachata@redhat.com>
237
238 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
239 pagesize.
240
Petr Machata077a7082009-08-06 18:45:08 +02002412009-08-06 Petr Machata <pmachata@redhat.com>
242
243 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
244 if we have any strings to copy.
245
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002462009-07-26 Mark Wielaard <mjw@redhat.com>
247
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700248 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
249
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700250 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
251 NT_GNU_GOLD_VERSION.
252
Roland McGrath3c84db32009-06-24 17:41:40 -07002532009-07-08 Roland McGrath <roland@redhat.com>
254
255 * ebl-hooks.h: Add abi_cfi hook.
256 * eblopenbackend.c (default_abi_cfi): New function.
257 (fill_defaults): Add initializer.
258 * eblabicfi.c: New file.
259 * Makefile.am (gen_SOURCES): Add it.
260 * libebl.h: Declare ebl_abi_cfi.
261
Ulrich Drepper70c442c2009-07-08 00:53:24 -07002622009-07-08 Ulrich Drepper <drepper@redhat.com>
263
264 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
265 STB_GNU_UNIQUE.
266
267 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
268 if the binary is marked as being for Linux.
269
Roland McGrathd5ff6672009-04-01 18:28:41 -07002702009-04-01 Roland McGrath <roland@redhat.com>
271
272 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
273
274 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
275
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08002762009-02-01 Ulrich Drepper <drepper@redhat.com>
277
278 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
279 instead of "???" for invalid relocations.
280
Roland McGratha845f682008-12-03 03:41:58 +00002812008-08-01 Roland McGrath <roland@redhat.com>
282
283 * eblcorenotetypename.c: Handle NT_386_IOPERM.
284
Roland McGrath1d8bb252008-08-07 08:39:41 +00002852008-07-28 Roland McGrath <roland@redhat.com>
286
287 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
288
289 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
290 table.
291
2922008-07-04 Roland McGrath <roland@redhat.com>
293
294 * libebl.h: Declare ebl_syscall_abi.
295 * ebl_syscall_abi.c: New file.
296 * Makefile.am (gen_SOURCES): Add it.
297 * ebl-hooks.h: New hook syscall_abi.
298 * eblopenbackend.c (default_syscall_abi): New function.
299 (fill_defaults): Use it.
300
Roland McGrath13b69602008-04-01 02:30:05 +00003012008-03-31 Roland McGrath <roland@redhat.com>
302
303 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
304
305 * ebl-hooks.h: Add check_special_section hook.
306 * eblopenbackend.c (fill_defaults): Set new hook to ...
307 (default_check_special_section): ... this, new function.
308 * ebl_check_special_section.c: New file.
309 * Makefile.am (gen_SOURCES): Add it.
310 * libebl.h: Declare it.
311
Roland McGrath059c83e2008-02-21 06:19:39 +00003122008-02-20 Roland McGrath <roland@redhat.com>
313
314 * libebl.h: Declare ebl_check_object_attribute.
315 * eblcheckobjattr.c: New file.
316 * Makefile.am (gen_SOURCES): Add it.
317 * ebl-hooks.h: Add check_object_attribute hook.
318 * eblopenbackend.c (default_check_object_attribute): New function.
319 (fill_defaults): Initialize pointer to it.
320
3212008-02-19 Roland McGrath <roland@redhat.com>
322
323 * eblsectiontypename.c (ebl_section_type_name):
324 Handle SHT_GNU_ATTRIBUTES.
325
3262008-02-08 Roland McGrath <roland@redhat.com>
327
328 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
329
3302008-01-30 Roland McGrath <roland@redhat.com>
331
332 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
333
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003342007-10-18 Roland McGrath <roland@redhat.com>
335
336 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
337
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003382007-10-11 Roland McGrath <roland@redhat.com>
339
340 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
341 for NT_GNU_ABI_TAG contents.
342
Roland McGrathcb6d8652007-08-23 08:10:54 +00003432007-08-22 Roland McGrath <roland@redhat.com>
344
345 * libebl.h (Ebl_Core_Item): New member `group'.
346
3472007-08-19 Roland McGrath <roland@redhat.com>
348
349 * ebl-hooks.h: Add new hook auxv_info.
350 * eblopenbackend.c (default_auxv_info): New function.
351 (fill_defaults): Initialize auxv_info hook.
352 * eblauxvinfo.c : New file.
353 * Makefile.am (gen_SOURCES): Add it.
354 * libebl.h: Declare ebl_auxv_info.
355
356 * eblcorenote.c: Rewritten with new signature.
357 * Makefile.am (gen_SOURCES): Add it.
358 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
359 (ebl_core_note_info): Completely revamp signature.
360 * ebl-hooks.h: Update decl.
361 * eblopenbackend.c (default_core_note): Update signature.
362
Roland McGrath87d47802007-07-16 22:23:37 +00003632007-07-09 Roland McGrath <roland@redhat.com>
364
365 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
366 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
367
368 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
369
Roland McGrath4be15242007-04-25 03:09:33 +00003702007-04-22 Roland McGrath <roland@redhat.com>
371
372 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
373
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00003742007-03-10 Roland McGrath <roland@redhat.com>
375
376 * eblcorenote.c (ebl_core_note): For normally-zero types,
377 print in hex if not zero.
378
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00003792007-01-11 Roland McGrath <roland@redhat.com>
380
381 * ebl-hooks.h (machine_section_flag_check): New hook.
382 * libebl.h: Declare ebl_machine_section_flag_check.
383 * eblmachinesectionflagcheck.c: New file.
384 * Makefile.am (gen_SOURCES): Add it.
385 * eblopenbackend.c (default_machine_section_flag_check): New function.
386 (fill_defaults): Use it.
387
Roland McGrathc373d852006-10-10 00:25:21 +00003882006-09-04 Roland McGrath <roland@redhat.com>
389
390 * ebl-hooks.h: Replace register_name hook with register_info.
391 Also yield natural bit width and base type encoding.
392 * eblopenbackend.c (default_register_name): Renamed
393 default_register_info, new args added.
394 (fill_defaults): Update initialization.
395 * eblregname.c: File renamed ...
396 * eblreginfo.c: ... to this.
397 (ebl_register_name): Renamed to ebl_register_info, new args added.
398 * libebl.h: Update decl.
399
400 * Makefile.am (gen_SOURCES): Update list.
401
Ulrich Drepper28ed8952006-07-07 03:43:47 +00004022006-07-06 Ulrich Drepper <drepper@redhat.com>
403
404 * ebldynamictagname.c: Add support for DT_GNU_HASH.
405 * ebldynamictagcheck.c: Likewise.
406 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
407
4082006-07-05 Ulrich Drepper <drepper@redhat.com>
409
410 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
411 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
412 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
413
414 * eblopenbackend.c (openbackend): If possible, fill machine, class,
415 and data values in from the ELF file.
416
4172006-07-04 Ulrich Drepper <drepper@redhat.com>
418
419 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
420 * eblrelativerelocp.c: New file.
421 * ebl-hooks.c: Add relative_reloc_p.
422 * eblopenbackend.c (default_relative_reloc_p): New function.
423 (fill_defaults): Hook it up.
424 * libebl.h: Declare ebl_relative_reloc_p.
425
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004262006-06-12 Ulrich Drepper <drepper@redhat.com>
427
428 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
429 * eblnonerelocp.c: New file.
430 * ebl-hooks.c: Add none_reloc_p.
431 * eblopenbackend.c (default_none_reloc_p): New function.
432 (fill_defaults): Hook it up.
433 * libebl.h: Declare ebl_none_reloc_p.
434
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004352006-05-27 Ulrich Drepper <drepper@redhat.com>
436
437 * libebl.h: Add extern "C".
438
Roland McGrath994b4892005-12-05 22:46:21 +00004392005-11-25 Roland McGrath <roland@redhat.com>
440
441 * eblregname.c: New file.
442 * Makefile.am (gen_SOURCES): Add it.
443 * ebl-hooks.h: Declare register_name hook.
444 * libebl.h: Declare ebl_register_name.
445 * eblopenbackend.c (default_register_name): New function.
446 (fill_defaults): Use it.
447
Roland McGrath215c6322005-11-16 22:46:04 +00004482005-11-16 Roland McGrath <roland@redhat.com>
449
450 * libebl.h: Use "" for elf-knowledge.h, not <>.
451
Roland McGrathe47ab762005-11-17 03:16:00 +00004522005-11-15 Roland McGrath <roland@redhat.com>
453
454 * Makefile.am: Removed everything for building libebl_*.so modules,
455 now in ../backends/Makefile.am instead.
456 * alpha_init.c: Moved to ../backends.
457 * alpha_reloc.def: Likewise.
458 * alpha_retval.c: Likewise.
459 * alpha_symbol.c: Likewise.
460 * arm_init.c: Likewise.
461 * arm_reloc.def: Likewise.
462 * arm_symbol.c: Likewise.
463 * common-reloc.c: Likewise.
464 * i386_corenote.c: Likewise.
465 * i386_init.c: Likewise.
466 * i386_reloc.def: Likewise.
467 * i386_retval.c: Likewise.
468 * i386_symbol.c: Likewise.
469 * ia64_init.c: Likewise.
470 * ia64_reloc.def: Likewise.
471 * ia64_symbol.c: Likewise.
472 * libebl_CPU.h: Likewise.
473 * ppc64_init.c: Likewise.
474 * ppc64_reloc.def: Likewise.
475 * ppc64_retval.c: Likewise.
476 * ppc64_symbol.c: Likewise.
477 * ppc_init.c: Likewise.
478 * ppc_reloc.def: Likewise.
479 * ppc_retval.c: Likewise.
480 * ppc_symbol.c: Likewise.
481 * s390_init.c: Likewise.
482 * s390_reloc.def: Likewise.
483 * s390_symbol.c: Likewise.
484 * sh_init.c: Likewise.
485 * sh_reloc.def: Likewise.
486 * sh_symbol.c: Likewise.
487 * sparc_init.c: Likewise.
488 * sparc_reloc.def: Likewise.
489 * sparc_symbol.c: Likewise.
490 * x86_64_corenote.c: Likewise.
491 * x86_64_init.c: Likewise.
492 * x86_64_reloc.def: Likewise.
493 * x86_64_retval.c: Likewise.
494 * x86_64_symbol.c: Likewise.
495
496 * libebl.h: Comment fixes.
497
498 * alpha_retval.c: New file.
499 * Makefile.am (alpha_SRCS): Add it.
500 * alpha_init.c (alpha_init): Initialize return_value_location hook.
501
502 * ppc64_retval.c: New file.
503 * Makefile.am (ppc64_SRCS): Add it.
504 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
505
506 * ppc_retval.c: New file.
507 * Makefile.am (ppc_SRCS): Add it.
508 * ppc_init.c (ppc_init): Initialize return_value_location hook.
509
Roland McGrathcd60ea82005-11-16 01:57:40 +00005102005-11-14 Roland McGrath <roland@redhat.com>
511
512 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
513 * sh_init.c (sh_init): Likewise.
514 * x86_64_init.c (x86_64_init): Likewise.
515
516 * sparc_symbol.c (sparc_reloc_simple_type): New function.
517 * sparc_init.c (sparc_init): Use it.
518
519 * arm_symbol.c (arm_reloc_simple_type): New function.
520 * arm_init.c (arm_init): Use it.
521
522 * alpha_symbol.c (alpha_reloc_simple_type): New function.
523 * alpha_init.c (alpha_init): Use it.
524
525 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
526
527 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
528
529 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
530
Roland McGrathe47ab762005-11-17 03:16:00 +00005312005-11-13 Roland McGrath <roland@redhat.com>
532
533 * x86_64_retval.c: New file.
534 * Makefile.am (x86_64_SRCS): Add it.
535 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
536
537 * i386_retval.c: New file.
538 * Makefile.am (i386_SRCS): Add it.
539 (libdw): New variable.
540 (libebl_%.so): Use $(libdw) in link; use --as-needed.
541 * i386_init.c (i386_init): Use i386_return_value_location.
542
543 * eblretval.c: New file.
544 * Makefile.am (gen_SOURCES): Add it.
545 (INCLUDES): Search in libdw.
546 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
547 * ebl-hooks.h: Declare return_value_location hook.
548 * eblopenbackend.c (default_return_value_location): New function.
549 (fill_defaults): Use it.
550
Roland McGrathcd60ea82005-11-16 01:57:40 +00005512005-11-10 Roland McGrath <roland@redhat.com>
552
553 * s390_init.c: New file.
554 * s390_reloc.def: New file.
555 * s390_symbol.c: New file.
556 * Makefile.am (modules, libebl_pic): Add s390.
557 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
558 (am_libebl_s390_pic_a_OBJECTS): New variable.
559
560 * ppc64_init.c: Use common-reloc.c.
561 * ppc64_symbol.c (ppc64_backend_name): Removed.
562 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
563 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
564
565 * ppc_init.c: Use common-reloc.c.
566 * ppc_symbol.c (ppc_backend_name): Removed.
567 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
568 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
569
570 * sparc_init.c: Use common-reloc.c.
571 * sparc_symbol.c (sparc_backend_name): Removed.
572 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
573 (sparc_copy_reloc_p): Likewise.
574
575 * arm_init.c: Use common-reloc.c.
576 * arm_symbol.c (arm_backend_name): Removed.
577 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
578
579 * alpha_init.c: Use common-reloc.c.
580 * alpha_symbol.c (alpha_backend_name): Removed.
581 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
582 (alpha_copy_reloc_p): Likewise.
583
584 * ia64_symbol.c (ia64_backend_name): Removed.
585 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
586 (ia64_copy_reloc_p): Likewise.
587
588 * x86_64_init.c: Use common-reloc.c.
589 * x86_64_symbol.c (x86_64_backend_name): Removed.
590 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
591 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
592
593 * sh_init.c: Use common-reloc.c.
594 * sh_symbol.c: All functions removed.
595 (sh_reloc_simple_type): New function.
596 (sh_gotpc_reloc_check): New function.
597
598 * common-reloc.c: New file.
599 * Makefile.am (noinst_HEADERS): Add it.
600 * i386_init.c: Include it.
601
602 * sh_reloc.def: New file.
603 * i386_reloc.def: New file.
604 * alpha_reloc.def: New file.
605 * arm_reloc.def: New file.
606 * i386_reloc.def: New file.
607 * ia64_reloc.def: New file.
608 * ppc64_reloc.def: New file.
609 * ppc_reloc.def: New file.
610 * sh_reloc.def: New file.
611 * sparc_reloc.def: New file.
612 * x86_64_reloc.def: New file.
613 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
614
615 * libebl_alpha.map: Removed.
616 * libebl_ia64.map: Removed.
617 * libebl_ppc.map: Removed.
618 * libebl_sparc.map: Removed.
619 * libebl_arm.map: Removed.
620 * libebl_i386.map: Removed.
621 * libebl_ppc64.map: Removed.
622 * libebl_sh.map: Removed.
623 * libebl_x86_64.map: Removed.
624 * Makefile.am (EXTRA_DIST): Remove them.
625 (libebl_%.map, libebl_%.so): New pattern rules.
626
627 * libebl_alpha.h: Removed.
628 * libebl_ia64.h: Removed.
629 * libebl_ppc.h: Removed.
630 * libebl_sparc.h: Removed.
631 * libebl_arm.h: Removed.
632 * libebl_i386.h: Removed.
633 * libebl_ppc64.h: Removed.
634 * libebl_sh.h: Removed.
635 * libebl_x86_64.h: Removed.
636 * Makefile.am (noinst_HEADERS): Remove them.
637
638 * x86_64_corenote.c: Use libebl_CPU.h instead.
639 * x86_64_symbol.c: Likewise.
640 * i386_corenote.c: Likewise.
641
6422005-11-09 Roland McGrath <roland@redhat.com>
643
644 * ia64_symbol.c (ia64_reloc_simple_type): New function.
645
646 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
647 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
648 * eblopenbackend.c (default_reloc_simple_type): Update signature.
649 * i386_symbol.c (i386_reloc_simple_type): Likewise.
650 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
651 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
652 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
653
654 * i386_symbol.c (i386_backend_name): Removed.
655 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
656 (i386_reloc_valid_use): Removed.
657 (i386_copy_reloc_p): Removed.
658
659 * alpha_destr.c: Removed.
660 * arm_destr.c: Removed.
661 * i386_destr.c: Removed.
662 * ia64_destr.c: Removed.
663 * ppc64_destr.c: Removed.
664 * ppc_destr.c: Removed.
665 * sh_destr.c: Removed.
666 * sparc_destr.c: Removed.
667 * x86_64_destr.c: Removed.
668
669 * ebl-hooks.h: New file, broken out of ...
670 * libeblP.h (struct ebl): ... here. #include that for hook
671 declarations, after defining EBLHOOK macro.
672 * libebl_CPU.h: New file.
673 * Makefile.am (noinst_HEADERS): Add them.
674
675 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
676 and uint_fast8_t for class and data.
677
6782005-08-14 Roland McGrath <roland@redhat.com>
679
680 * ia64_symbol.c (ia64_section_type_name): New function.
681 (ia64_dynamic_tag_check): New function.
682 (ia64_reloc_valid_use): New function.
683 * libebl_ia64.h: Declare them.
684 * ia64_init.c (ia64_init): Use them.
685 * Makefile.am (libebl_ia64.so): Link with libelf.
686
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006872005-08-28 Ulrich Drepper <drepper@redhat.com>
688
689 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
690
Roland McGrathe53d04a2005-08-13 20:56:07 +00006912005-08-13 Roland McGrath <roland@redhat.com>
692
693 * ia64_symbol.c (ia64_machine_flag_check): New function.
694 * libebl_ia64.h: Declare it.
695 * ia64_init.c (ia64_init): Use it.
696
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00006972005-08-13 Ulrich Drepper <drepper@redhat.com>
698
699 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
700 ebl_check_special_symbol.
701 * libeblP.h (struct ebl): Adjust callback functions.
702 * eblopenbackend.c: Adjust dummy functions.
703 * ebl_check_special_symbol.c: Add parameter and pass it on.
704 * eblbsspltp.c: Likewise.
705 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
706 the dynamic section entry.
707 (ppc_check_special_symbol): Add ehdr parameter.
708 (ppc_bss_plt_p): Likewise.
709 * libebl_ppc.h: Adjust prototypes.
710 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
711 (ppc_bss_plt_p): Likewise.
712 * libebl_ppc64.h: Adjust prototypes.
713
Roland McGrath653d3762005-08-13 01:59:10 +00007142005-08-12 Roland McGrath <roland@redhat.com>
715
Roland McGrathf8873cb2005-08-13 03:26:06 +0000716 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
717 (ppc_bss_plt_p): ... here. Call that.
718 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
719 against _GLOBAL_OFFSET_TABLE_.
720
Roland McGrath653d3762005-08-13 01:59:10 +0000721 * libeblP.h (struct ebl): Add bss_plt_p hook.
722 * eblopenbackend.c (default_bss_plt_p): New function.
723 (fill_defaults): Use it.
724 * eblbsspltp.c: New file.
725 * Makefile.am (gen_SOURCES): Add it.
726 * libebl.h: Declare ebl_bss_plt_p.
727 * ppc_symbol.c (ppc_bss_plt_p): New function.
728 * libebl_ppc.h: Declare it.
729 * ppc_init.c (ppc_init): Use it.
730 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
731 * libebl_ppc64.h: Declare it.
732 * ppc64_init.c (ppc64_init): Use it.
733
734 * ebl_check_special_symbol.c: New file.
735 * Makefile.am (gen_SOURCES): Add it.
736 * libebl.h: Declare ebl_check_special_symbol.
737 * libeblP.h (struct ebl): Add check_special_symbol hook.
738 * eblopenbackend.c (default_check_special_symbol): New function.
739 (fill_defaults): Use it.
740 * ppc_symbol.c (ppc_check_special_symbol): New function.
741 * libebl_ppc.h: Add prototype.
742 * ppc_init.c (ppc_init): Use it.
743 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
744 * libebl_ppc64.h: Add prototype.
745 * ppc64_init.c (ppc64_init): Use it.
746
Ulrich Drepperb03b0572005-08-07 08:12:22 +00007472005-08-07 Ulrich Drepper <drepper@redhat.com>
748
749 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
750 * ppc_symbol.c: Likewise.
751 * libebl_ppc.h: Likewise.
752 * ppc64_init.c: There is now also a dynamic_tag_check functions
753 * ppc64_symbol.c: Add dynamic_tag_check.
754 * libebl_ppc64.h: Add prototype.
755 * alpha_init.c: Add support for new DT_ALPHA_* value.
756 * alpha_symbol.c: Likewise.
757 * libebl_alpha.h: Likewise.
758
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00007592005-08-03 Ulrich Drepper <drepper@redhat.com>
760
761 * libebl_alpha.map: Remove unnecessary exports.
762 * libebl_arm.map: Likewise.
763 * libebl_i386.map: Likewise.
764 * libebl_ia64.map: Likewise.
765 * libebl_ppc.map: Likewise.
766 * libebl_ppc64.map: Likewise.
767 * libebl_sh.map: Likewise.
768 * libebl_sparc.map: Likewise.
769 * libebl_x86_64.map: Likewise.
770
Ulrich Dreppera38998e2005-08-03 02:05:39 +00007712005-08-02 Ulrich Drepper <drepper@redhat.com>
772
773 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
774 and eblelfmachine.c.
775 * elbopenbackend.c (machines): Add class and data fields. Initialize
776 them.
777 (ebl_openbackend): Initialize machine, class, data fields in result.
778 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
779 * libeblP.h (Ebl): Add machine, class, data fields.
780
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007812005-07-23 Ulrich Drepper <drepper@redhat.com>
782
783 * eblsectionstripp.c: New file.
784 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
785 * i386_init.c (i386_init): Install specific debugscn_p callback.
786 * i386_symbol.c (i386_debugscn_p): New function.
787 * libebl.h: Declare ebl_section_strip_p.
788 * libebl_i386.h: Declare i386_debugscn_p.
789
790 * libebl.h: Move Ebl definition to...
791 * libeblP.h: ...here.
792
7932005-07-21 Roland McGrath <roland@redhat.com>
794
795 * Makefile.am (install-ebl-modules): New target, commands from ...
796 (install): ... here. Make this depend on it.
797 (LIBEBL_SUBDIR): New variable, substituted by configure.
798 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
799 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
800
8012005-07-21 Ulrich Drepper <drepper@redhat.com>
802
803 * eblcopyrelocp.c: New file.
804 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
805 * libebl.h: Declare ebl_copy_reloc_p.
806 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
807 (default_copy_reloc_p): New function.
808 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
809 * alpha_symbol.c: Likewise.
810 * arm_init.c: Likewise.
811 * arm_symbol.c: Likewise.
812 * i386_init.c: Likewise.
813 * i386_symbol.c: Likewise.
814 * ia64_init.c: Likewise.
815 * ia64_symbol.c: Likewise.
816 * ppc64_init.c: Likewise.
817 * ppc64_symbol.c: Likewise.
818 * ppc_init.c: Likewise.
819 * ppc_symbol.c: Likewise.
820 * sh_init.c: Likewise.
821 * sh_symbol.c: Likewise.
822 * sparc_init.c: Likewise.
823 * sparc_symbol.c: Likewise.
824 * x86_64_init.c: Likewise.
825 * x86_64_symbol.c: Likewise.
826 * libebl_alpha.h: Declare the copy_reloc_p function.
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
8362005-05-31 Roland McGrath <roland@redhat.com>
837
838 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
839 tracking works right.
840
8412005-05-21 Ulrich Drepper <drepper@redhat.com>
842
843 * libebl_x86_64.map: Add x86_64_core_note.
844
8452005-05-19 Roland McGrath <roland@redhat.com>
846
847 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
848 * libebl_ppc.map: Add ppc_reloc_simple_type.
849 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
850 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
851
8522005-05-11 Ulrich Drepper <drepper@redhat.com>
853
854 * eblcorenote.c: Handle new AT_* values and files with different
855 endianess.
856 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
857 * x86-64_corenote.c: New file.
858 * x86_64_init.c: Hook in x86_64_corenote.
859 * i386_corenote.c: Make file usable on 64-bit platforms.
860
861 * eblopenbackend.c: If modules version comparison fails, reinitialize
862 hooks.
863
8642005-05-10 Ulrich Drepper <drepper@redhat.com>
865
866 * eblopenbackend.c: Require the init function to return a string.
867 Compare it with MODVERSION from config.h.
868 * alpha_init.c: Change return type. Return MODVERSION or NULL.
869 * arm_init.c: Likewise.
870 * eblopenbackend.c: Likewise.
871 * i386_init.c: Likewise.
872 * ia64_init.c: Likewise.
873 * ppc64_init.c: Likewise.
874 * ppc_init.c: Likewise.
875 * sh_init.c: Likewise.
876 * sparc_init.c: Likewise.
877 * x86_64_init.c: Likewise.
878 * libeblP.h: Adjust ebl_bhinit_t.
879 * libebl_alpha.h: Adjust init function prototype.
880 * libebl_arm.h: Likewise.
881 * libebl_i386.h: Likewise.
882 * libebl_ia64.h: Likewise.
883 * libebl_ppc.h: Likewise.
884 * libebl_ppc64.h: Likewise.
885 * libebl_sh.h: Likewise.
886 * libebl_sparc.h: Likewise.
887 * libebl_x86_64.h: Likewise.
888
889 * mips_destr.c: Removed.
890 * mips_init.c: Removed.
891 * mips_symbol.c: Removed.
892 * libebl_mips.h: Removed.
893 * libebl_mips.map: Removed.
894
8952005-05-03 Roland McGrath <roland@redhat.com>
896
897 * libebl.h (Ebl): Add `reloc_simple_type' member.
898 * eblopenbackend.c (default_reloc_simple_type): New function.
899 (openbackend): Use that as default reloc_simple_type callback.
900 * eblrelocsimpletype.c: New file.
901 * Makefile.am (gen_SOURCES): Add it.
902 * i386_symbol.c (i386_reloc_simple_type): New function.
903 * libebl_i386.h: Declare it.
904 * i386_init.c (i386_init): Use it.
905 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
906 * libebl_x86_64.h: Declare it.
907 * x86_64_init.c (x86_64_init): Use it.
908 * ppc_symbol.c (ppc_reloc_simple_type): New function.
909 * libebl_ppc.h: Declare it.
910 * ppc_init.c (ppc_init): Use it.
911 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
912 * libebl_ppc64.h: Declare it.
913 * ppc64_init.c (ppc64_init): Use it.
914
9152005-03-17 Ulrich Drepper <drepper@redhat.com>
916
917 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
918
9192005-02-15 Ulrich Drepper <drepper@redhat.com>
920
921 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
922
9232005-02-14 Ulrich Drepper <drepper@redhat.com>
924
925 * alpha_destr.c: Add __attribute__((unused)) where needed.
926 * alpha_init.c: Likewise.
927 * alpha_symbol.c: Likewise.
928 * arm_destr.c: Likewise.
929 * arm_init.c: Likewise.
930 * arm_symbol.c: Likewise.
931 * i386_corenote.c: Likewise.
932 * i386_destr.c: Likewise.
933 * i386_init.c: Likewise.
934 * i386_symbol.c: Likewise.
935 * ia64_destr.c: Likewise.
936 * ia64_init.c: Likewise.
937 * ia64_symbol.c: Likewise.
938 * mips_destr.c: Likewise.
939 * mips_init.c: Likewise.
940 * mips_symbol.c: Likewise.
941 * ppc64_destr.c: Likewise.
942 * ppc64_init.c: Likewise.
943 * ppc64_symbol.c: Likewise.
944 * ppc_destr.c: Likewise.
945 * ppc_init.c: Likewise.
946 * ppc_symbol.c: Likewise.
947 * sh_destr.c: Likewise.
948 * sh_init.c: Likewise.
949 * sh_symbol.c: Likewise.
950 * sparc_destr.c: Likewise.
951 * sparc_init.c: Likewise.
952 * sparc_symbol.c: Likewise.
953 * x86_64_destr.c: Likewise.
954 * x86_64_init.c: Likewise.
955 * x86_64_symbol.c: Likewise.
956
957 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
958 and R_X86_64_32..
959
9602005-02-06 Ulrich Drepper <drepper@redhat.com>
961
962 * eblstrtab.c: A few cleanups.
963
964 * eblopenbackend.c: Mark unused parameters.
965
966 * eblgstrtab.c: Cleanups a few printf format strings.
967
968 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
969
9702005-02-05 Ulrich Drepper <drepper@redhat.com>
971
972 * Makefile.am: Check for text relocations in constructed DSOs.
973
974 * eblstrtab.c: Minor cleanups.
975
976 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
977
9782004-08-16 Ulrich Drepper <drepper@redhat.com>
979
980 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
981 the lib directory.
982 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
983 lib in path to ebl modules.
984
9852004-04-01 Ulrich Drepper <drepper@redhat.com>
986
987 * Makefile.am: Add rules for ppc and ppc64 ebl module.
988 * ppc_init..c: New file.
989 * ppc_destr.c: New file.
990 * ppc_symbol.c: New file.
991 * libebl_ppc.h: New file.
992 * libebl_ppc.map: New file.
993 * ppc64_init..c: New file.
994 * ppc64_destr.c: New file.
995 * ppc64_symbol.c: New file.
996 * libebl_ppc64.h: New file.
997 * libebl_ppc64.map: New file.
998
9992004-01-20 Ulrich Drepper <drepper@redhat.com>
1000
1001 * Makefile.am: Support building with mudflap.
1002
10032004-01-18 Ulrich Drepper <drepper@redhat.com>
1004
1005 * libeblP.h (_): Use elfutils domain.
1006
10072004-01-16 Ulrich Drepper <drepper@redhat.com>
1008
1009 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
1010
10112004-01-13 Ulrich Drepper <drepper@redhat.com>
1012
1013 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
1014 PT_GNU_RELRO.
1015
10162004-01-08 Ulrich Drepper <drepper@redhat.com>
1017
1018 * libebl.h: Remove last traces of libtool.
1019
10202004-01-05 Ulrich Drepper <drepper@redhat.com>
1021
1022 * elf-knowledge.h: Move to libelf subdir.
1023
1024 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1025 * libebl.map: Removed.
1026
10272003-12-08 Ulrich Drepper <drepper@redhat.com>
1028
1029 * eblsectiontypename.c (ebl_section_type_name): Add support for
1030 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1031
10322003-11-19 Ulrich Drepper <drepper@redhat.com>
1033
1034 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1035 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1036 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1037
10382003-09-24 Ulrich Drepper <drepper@redhat.com>
1039
1040 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1041 * ia64_symbol.c (ia64_segment_type_name): Define.
1042 * libebl_ia64.h (ia64_segment_type_name): Declare.
1043
10442003-09-22 Ulrich Drepper <drepper@redhat.com>
1045
1046 * Makefile.am (AM_CFLAGS): Add -fpic.
1047
10482003-08-14 Ulrich Drepper <drepper@redhat.com>
1049
1050 * Makefile.am (install): Remove dependency on libebl.so.
1051
10522003-08-13 Ulrich Drepper <drepper@redhat.com>
1053
1054 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1055 assuming the code ends up in the application. Add second dlopen()
1056 try without any path, just the filename.
1057 * Makefile.in: Remove rules to build and install libebl.so.
1058
10592003-08-11 Ulrich Drepper <drepper@redhat.com>
1060
1061 * Moved to CVS archive.