blob: 334bf224a201c6090646d3d3293275df0d6837aa [file] [log] [blame]
Gustavo Romero55a471f2017-07-20 17:49:02 -040012017-07-19 Gustavo Romero <gromero@linux.vnet.ibm.com>
2
3 * eblcorenotetypename.c: Add ppc64 HTM SPRs note as known type.
4
Mark Wielaard55cb7df2017-07-20 22:34:29 +020052017-07-20 Mark Wielaard <mark@klomp.org>
6
7 * Makefile.am (gen_SOURCES): Add ebl_data_marker_symbol.c.
8 * ebl-hooks.h (data_marker_symbol): New hook.
9 * ebl_data_marker_symbol.c: New file.
10 * eblopenbackend.c (default_data_marker_symbol): New function.
11 (fill_defaults): Add default_data_marker_symbol.
12 * libebl.h (ebl_data_marker_symbol): New function.
13
Ulf Hermannc73a00d2017-04-20 15:55:47 +0200142017-04-20 Ulf Hermann <ulf.hermann@qt.io>
15
16 * libebl.h: Use __pure_attribute__.
17
Ulf Hermannb3248e62017-02-16 10:10:30 +0100182017-02-15 Ulf Hermann <ulf.hermann@qt.io>
19
20 * eblmachineflagname.c: Include system.h.
21 * eblopenbackend.c: Likewise.
22
Mark Wielaarddd906c12016-07-08 14:08:22 +0200232016-07-08 Mark Wielaard <mjw@redhat.com>
24
25 * Makefile.am (gen_SOURCES): Remove eblstrtab.c.
26 * eblstrtab.c: Removed.
27 * libebl.h (Ebl_Strtab): Removed.
28 (Ebl_Strent): Removed.
29 (ebl_strtabinit): Removed.
30 (ebl_strtabfree): Removed.
31 (ebl_strtabadd): Removed.
32 (ebl_strtabfinalize): Removed.
33 (ebl_strtaboffset): Removed.
34 (ebl_string): Removed.
35
Mark Wielaarde6ca75d2016-07-06 18:27:54 +0200362016-07-06 Mark Wielaard <mjw@redhat.com>
37
38 * Makefile.am (gen_SOURCES): Remove eblobjecttypename.c,
39 eblshflagscombine.c, eblwstrtab.c and eblgstrtab.c.
40 * ebl-hooks.h (object_type_name): Removed.
41 (sh_flags_combine): Likewise.
42 * eblgstrtab.c: Removed.
43 * eblobjecttypename.c: Removed.
44 * eblopenbackend.c (default_object_type_name): Removed.
45 (default_sh_flags_combine): Likewise.
46 (fill_defaults): Removed object_type_name and sh_flags_combine.
47 * eblshflagscombine.c: Removed.
48 * eblwstrtab.c: Removed.
49 * libebl.h (ebl_object_type_name): Removed.
50 (ebl_sh_flags_combine): Likewise.
51 (ebl_wstrtab*): Removed.
52 (ebl_gstrtab*): Likewise.
53
Richard Henderson9a36c922016-06-21 15:10:10 -0700542016-06-28 Richard Henderson <rth@redhat.com>
55
56 * ebl-hooks.h (EBLHOOK(disasm)): Add ebl parameter.
57 * eblopenbackend.c (machines): Add EM_BPF entry.
58
Andreas Schwab37bb3fc2016-05-20 19:37:29 +0200592016-05-20 Andreas Schwab <schwab@linux-m68k.org>
60
61 * eblopenbackend.c (machines) [EM_68K]: Set class and data.
62
Mark Wielaard6e723c72016-02-12 15:04:00 +0100632016-02-12 Mark Wielaard <mjw@redhat.com>
64
65 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is
66 "Go" and use new goknowntypes then. Otherwise check name is not
67 "GNU" and return "unknown".
68
Mark Wielaardc5da7c92016-01-09 22:09:48 +0100692016-01-09 Mark Wielaard <mjw@redhat.com>
70
71 * eblobjnote.c (ebl_object_note): Add brackets around if statement
72 body.
73
Mark Wielaardd22cb042015-12-30 14:39:18 +0100742015-12-18 Mark Wielaard <mjw@redhat.com>
75
76 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections.
77
Jose E. Marchesi42f0df12015-12-08 19:10:40 +0100782015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
79
80 * libebl.h: Prototype for ebl_ra_offset.
81 * eblabicfi.c (ebl_ra_offset): New function.
82 * libeblP.h (struct ebl): new field ra_offset;
83
Jose E. Marchesi133509f2015-10-05 17:36:30 +0200842015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
85
86 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid
87 relocation overflows in some platforms.
88
Mark Wielaard1ccdfb62015-09-22 22:27:01 +0200892015-09-22 Mark Wielaard <mjw@redhat.com>
90
91 * *.c: Remove old-style function definitions.
92
Chih-Hung Hsieh2d982862015-09-09 12:32:07 -0700932015-09-09 Chih-Hung Hsieh <chh@google.com>
94
95 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests
96 on parameters declared with __nonnull_attribute__.
97 * eblinitreg.c (ebl_frame_nregs): Likewise.
98 * eblnormalizepc.c (ebl_normalize_pc): Likewise.
99 * eblunwind.c (ebl_unwind): Likewise.
100
Chih-Hung Hsiehaa1c2ca2015-09-04 12:04:11 -07001012015-09-04 Chih-Hung Hsieh <chh@google.com>
102
103 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function
104 definition with ansi-C definitions.
105 * eblstother.c (ebl_check_st_other_bits): Likewise.
106
Mark Wielaard65dc8002015-06-12 12:50:14 +02001072015-06-12 Mark Wielaard <mjw@redhat.com>
108
109 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow
110 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
111
Mark Wielaarddf1708a2015-05-17 18:49:10 +02001122015-05-17 Mark Wielaard <mjw@redhat.com>
113
Mark Wielaard390dd3d2015-05-17 20:07:56 +0200114 * eblobjnote.c (ebl_object_note): If allocation buf is large, then
115 allocate it with malloc.
116
1172015-05-17 Mark Wielaard <mjw@redhat.com>
118
Mark Wielaarddf1708a2015-05-17 18:49:10 +0200119 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16).
120 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN.
121
Mark Wielaard858dc652015-01-27 13:07:17 +01001222015-01-27 Mark Wielaard <mjw@redhat.com>
123
124 * libebl.h: Add comment from README that this is completely
125 UNSUPPORTED.
126
Mark Wielaard712c8fa2014-11-22 23:08:48 +01001272014-11-22 Mark Wielaard <mjw@redhat.com>
128
129 * ebl-hooks.h (bss_plt_p): Remove ehdr argument.
130 * eblbsspltp.c (ebl_bss_plt_p): Likewise.
131 * eblopenbackend.c (default_bss_plt_p): Likewise.
132 * libebl.h (ebl_bss_plt_p): Likewise.
133
Mark Wielaard5c1a45c2014-11-17 23:15:45 +01001342014-11-17 Mark Wielaard <mjw@redhat.com>
135
136 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL.
137
Mark Wielaardc1c1c062014-06-14 17:15:37 +02001382014-06-17 Mark Wielaard <mjw@redhat.com>
139
140 * eblinitreg.c (ebl_func_addr_mask): New function.
141 * libebl.h (ebl_func_addr_mask): Define.
142 * libeblP.h (struct ebl): Add func_addr_mask.
143
Mark Wielaard028d0ab2014-05-19 16:52:56 +02001442014-05-19 Mark Wielaard <mjw@redhat.com>
145
146 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.
147 * eblcheckreloctargettype.c: New file.
148 * ebl-hooks.h (check_reloc_target_type): New hook.
149 * eblopenbackend.c (default_check_reloc_target_type): New function.
150 (fill_defaults): Assign default_check_reloc_target_type to
151 check_reloc_target_type.
152 * libebl.h (ebl_check_reloc_target_type): New function definition.
153
Mark Wielaard159ac522013-12-18 11:05:54 +01001542013-12-18 Mark Wielaard <mjw@redhat.com>
155
156 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.
157 * ebl-hooks.h (resolve_sym_value): New entry.
158 * eblresolvesym.c: New file.
159 * libebl.h (ebl_resolve_sym_value): New definition.
160 * libeblP.h (fd_addr): New field.
161 (fd_data): Likewise.
162
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001632013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
164
165 unwinder: s390 and s390x
166 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c.
167 * ebl-hooks.h (normalize_pc, unwind): New.
168 * eblnormalizepc.c: New file.
169 * eblunwind.c: New file.
170 * libebl.h (Ebl_Register_Location): Add field pc_register.
171 (ebl_normalize_pc): New declaration.
172 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions.
173 (ebl_unwind): New declaration.
174
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001752013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 unwinder: ppc and ppc64
178 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c.
179 * ebl-hooks.h (dwarf_to_regno): New.
180 * ebldwarftoregno.c: New file.
181 * libebl.h (Ebl_Core_Item): New field pc_register.
182 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment.
183 (ebl_dwarf_to_regno): New.
184
Petr Machata98c8a732013-11-26 03:10:31 +01001852013-11-25 Petr Machata <pmachata@redhat.com>
186
187 * eblopenbackend.c (machines): Add entry for AArch64.
188
Jan Kratochvil1c1a53b2013-11-14 20:55:41 +01001892013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 Code cleanup: Remove const in prototype
192 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
193
Jan Kratochvil0b867462013-05-30 14:37:38 +02001942013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
195 Mark Wielaard <mjw@redhat.com>
196
197 * Makefile.am (gen_SOURCES): Add eblinitreg.c.
198 * ebl-hooks.h (set_initial_registers_tid): New entry.
199 * eblinitreg.c: New file.
200 * libebl.h (ebl_tid_registers_t): New definition.
201 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations.
202 * libeblP.h (struct ebl): New entry frame_nregs.
203
Mark Wielaard3dec3e12013-10-06 17:04:07 +02002042013-10-06 Mark Wielaard <mjw@redhat.com>
205
206 * libebl.h (ebl_abi_cfi): Document restrictions using register
207 rules.
208
Petr Machatab43bcfe2013-09-26 00:38:37 +02002092013-09-26 Petr Machata <pmachata@redhat.com>
210
211 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
212 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
213
Mark Wielaard2cfec292013-09-25 13:02:53 +02002142013-09-25 Mark Wielaard <mjw@redhat.com>
215
216 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
217
Mark Wielaardcdaaf212013-04-25 16:50:11 -04002182013-04-24 Mark Wielaard <mjw@redhat.com>
219
220 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
221
Jan Kratochvil0631d1f2012-10-12 20:43:21 +02002222012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * ebl-hooks.h (abi_cfi): Extend its comment for return value.
225 * eblopenbackend.c (default_abi_cfi): Return -1.
226 * libebl.h (ebl_abi_cfi): Extend its comment for return value.
227
Petr Machata96896012012-08-30 16:01:02 +02002282012-08-30 Petr Machata <pmachata@redhat.com>
229
230 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE,
231 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS,
232 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP.
233
Jeff Kenton257dcf42012-08-22 09:00:03 -04002342012-08-22 Jeff Kenton <jkenton@tilera.com>
235
236 * eblopenbackend.c (machines): Add tilegx.
237
Mark Wielaarda0172d72012-06-25 17:18:53 +02002382011-06-26 Mark Wielaard <mjw@redhat.com>
239
240 * eblopenbackend.c (default_debugscn_p): Add .debug_macro.
241
Mark Wielaardbb9d1b42011-04-24 17:53:38 +02002422011-04-26 Mark Wielaard <mjw@redhat.com>
243
244 * libebl.h (ebl_object_note_type_name): Add const char *name arg.
245 * eblhooks.h (object_note_type_name): Likewise.
246 * eblopenbackend.c (default_object_note_type_name): Likewise.
247 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise.
248 And print version if name is "stapsdt".
249 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes.
250
Marek Polacekcde0b272011-03-21 23:46:56 +01002512011-03-21 Marek Polacek <mpolacek@redhat.com>
252
253 * ebldynamictagname.c: Fix typo in TLSDESC_GOT.
254
Mark Wielaarda062b6b2011-03-10 13:02:32 +01002552011-03-10 Mark Wielaard <mjw@redhat.com>
256
257 * Makefile.am (gen_SOURCES): Add eblstother.c.
258 * eblstother.c: New file.
259 * ebl-hooks.h: Add check_st_other_bits hook.
260 * eblopenbackend.c (default_check_st_other_bits): New function.
261 (fill_defaults): Hook default_check_st_other_bits.
262 * libebl.h (ebl_check_st_other_bits): New prototype.
263
Roland McGrath804e9ca2010-07-07 16:06:12 -07002642010-07-07 Roland McGrath <roland@redhat.com>
265
266 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
267
Roland McGrath22359e22010-02-15 15:57:03 -08002682010-02-15 Roland McGrath <roland@redhat.com>
269
270 * Makefile.am: Use config/eu.am for common stuff.
271
Roland McGrath0ccbbcd2010-01-04 21:59:07 -08002722010-01-04 Roland McGrath <roland@redhat.com>
273
274 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data
275 pointer instead of only n_type and n_descsz.
276 * libebl.h: Update declaration.
277 * ebl-hooks.h: Update core_note hook signature.
278 * eblopenbackend.c (default_core_note): Likewise.
279
Roland McGrathf80c9072009-10-14 12:35:47 -07002802009-10-14 Roland McGrath <roland@redhat.com>
281
282 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
283
Roland McGratha14b4eb2009-10-05 11:32:26 -07002842009-10-05 Roland McGrath <roland@redhat.com>
285
286 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
287 .debug_types too.
288
Petr Machatad3a8b2d2009-09-02 20:46:08 +02002892009-09-02 Petr Machata <pmachata@redhat.com>
290
291 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
292 pagesize.
293
Petr Machata077a7082009-08-06 18:45:08 +02002942009-08-06 Petr Machata <pmachata@redhat.com>
295
296 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
297 if we have any strings to copy.
298
Mark Wielaardbc1b92e2009-07-26 08:33:18 -07002992009-07-26 Mark Wielaard <mjw@redhat.com>
300
Mark Wielaard2f5b79e2009-07-26 14:49:26 -0700301 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
302
Mark Wielaardbc1b92e2009-07-26 08:33:18 -0700303 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize
304 NT_GNU_GOLD_VERSION.
305
Roland McGrath3c84db32009-06-24 17:41:40 -07003062009-07-08 Roland McGrath <roland@redhat.com>
307
308 * ebl-hooks.h: Add abi_cfi hook.
309 * eblopenbackend.c (default_abi_cfi): New function.
310 (fill_defaults): Add initializer.
311 * eblabicfi.c: New file.
312 * Makefile.am (gen_SOURCES): Add it.
313 * libebl.h: Declare ebl_abi_cfi.
314
Ulrich Drepper70c442c2009-07-08 00:53:24 -07003152009-07-08 Ulrich Drepper <drepper@redhat.com>
316
317 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle
318 STB_GNU_UNIQUE.
319
320 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
321 if the binary is marked as being for Linux.
322
Roland McGrathd5ff6672009-04-01 18:28:41 -07003232009-04-01 Roland McGrath <roland@redhat.com>
324
325 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
326
327 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM.
328
Ulrich Drepper95fa15e2009-02-01 19:06:10 -08003292009-02-01 Ulrich Drepper <drepper@redhat.com>
330
331 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>"
332 instead of "???" for invalid relocations.
333
Roland McGratha845f682008-12-03 03:41:58 +00003342008-08-01 Roland McGrath <roland@redhat.com>
335
336 * eblcorenotetypename.c: Handle NT_386_IOPERM.
337
Roland McGrath1d8bb252008-08-07 08:39:41 +00003382008-07-28 Roland McGrath <roland@redhat.com>
339
340 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN.
341
342 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard
343 table.
344
3452008-07-04 Roland McGrath <roland@redhat.com>
346
347 * libebl.h: Declare ebl_syscall_abi.
348 * ebl_syscall_abi.c: New file.
349 * Makefile.am (gen_SOURCES): Add it.
350 * ebl-hooks.h: New hook syscall_abi.
351 * eblopenbackend.c (default_syscall_abi): New function.
352 (fill_defaults): Use it.
353
Roland McGrath13b69602008-04-01 02:30:05 +00003542008-03-31 Roland McGrath <roland@redhat.com>
355
356 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
357
358 * ebl-hooks.h: Add check_special_section hook.
359 * eblopenbackend.c (fill_defaults): Set new hook to ...
360 (default_check_special_section): ... this, new function.
361 * ebl_check_special_section.c: New file.
362 * Makefile.am (gen_SOURCES): Add it.
363 * libebl.h: Declare it.
364
Roland McGrath059c83e2008-02-21 06:19:39 +00003652008-02-20 Roland McGrath <roland@redhat.com>
366
367 * libebl.h: Declare ebl_check_object_attribute.
368 * eblcheckobjattr.c: New file.
369 * Makefile.am (gen_SOURCES): Add it.
370 * ebl-hooks.h: Add check_object_attribute hook.
371 * eblopenbackend.c (default_check_object_attribute): New function.
372 (fill_defaults): Initialize pointer to it.
373
3742008-02-19 Roland McGrath <roland@redhat.com>
375
376 * eblsectiontypename.c (ebl_section_type_name):
377 Handle SHT_GNU_ATTRIBUTES.
378
3792008-02-08 Roland McGrath <roland@redhat.com>
380
381 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE.
382
3832008-01-30 Roland McGrath <roland@redhat.com>
384
385 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS.
386
Roland McGrathe4c22ea2007-10-23 13:07:39 +00003872007-10-18 Roland McGrath <roland@redhat.com>
388
389 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
390
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00003912007-10-11 Roland McGrath <roland@redhat.com>
392
393 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
394 for NT_GNU_ABI_TAG contents.
395
Roland McGrathcb6d8652007-08-23 08:10:54 +00003962007-08-22 Roland McGrath <roland@redhat.com>
397
398 * libebl.h (Ebl_Core_Item): New member `group'.
399
4002007-08-19 Roland McGrath <roland@redhat.com>
401
402 * ebl-hooks.h: Add new hook auxv_info.
403 * eblopenbackend.c (default_auxv_info): New function.
404 (fill_defaults): Initialize auxv_info hook.
405 * eblauxvinfo.c : New file.
406 * Makefile.am (gen_SOURCES): Add it.
407 * libebl.h: Declare ebl_auxv_info.
408
409 * eblcorenote.c: Rewritten with new signature.
410 * Makefile.am (gen_SOURCES): Add it.
411 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
412 (ebl_core_note_info): Completely revamp signature.
413 * ebl-hooks.h: Update decl.
414 * eblopenbackend.c (default_core_note): Update signature.
415
Roland McGrath87d47802007-07-16 22:23:37 +00004162007-07-09 Roland McGrath <roland@redhat.com>
417
418 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
419 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
420
421 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
422
Roland McGrath4be15242007-04-25 03:09:33 +00004232007-04-22 Roland McGrath <roland@redhat.com>
424
425 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
426
Ulrich Drepperc07fbb32007-03-30 19:14:59 +00004272007-03-10 Roland McGrath <roland@redhat.com>
428
429 * eblcorenote.c (ebl_core_note): For normally-zero types,
430 print in hex if not zero.
431
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00004322007-01-11 Roland McGrath <roland@redhat.com>
433
434 * ebl-hooks.h (machine_section_flag_check): New hook.
435 * libebl.h: Declare ebl_machine_section_flag_check.
436 * eblmachinesectionflagcheck.c: New file.
437 * Makefile.am (gen_SOURCES): Add it.
438 * eblopenbackend.c (default_machine_section_flag_check): New function.
439 (fill_defaults): Use it.
440
Roland McGrathc373d852006-10-10 00:25:21 +00004412006-09-04 Roland McGrath <roland@redhat.com>
442
443 * ebl-hooks.h: Replace register_name hook with register_info.
444 Also yield natural bit width and base type encoding.
445 * eblopenbackend.c (default_register_name): Renamed
446 default_register_info, new args added.
447 (fill_defaults): Update initialization.
448 * eblregname.c: File renamed ...
449 * eblreginfo.c: ... to this.
450 (ebl_register_name): Renamed to ebl_register_info, new args added.
451 * libebl.h: Update decl.
452
453 * Makefile.am (gen_SOURCES): Update list.
454
Ulrich Drepper28ed8952006-07-07 03:43:47 +00004552006-07-06 Ulrich Drepper <drepper@redhat.com>
456
457 * ebldynamictagname.c: Add support for DT_GNU_HASH.
458 * ebldynamictagcheck.c: Likewise.
459 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
460
4612006-07-05 Ulrich Drepper <drepper@redhat.com>
462
463 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
464 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
465 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
466
467 * eblopenbackend.c (openbackend): If possible, fill machine, class,
468 and data values in from the ELF file.
469
4702006-07-04 Ulrich Drepper <drepper@redhat.com>
471
472 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
473 * eblrelativerelocp.c: New file.
474 * ebl-hooks.c: Add relative_reloc_p.
475 * eblopenbackend.c (default_relative_reloc_p): New function.
476 (fill_defaults): Hook it up.
477 * libebl.h: Declare ebl_relative_reloc_p.
478
Ulrich Drepper6ca46002006-06-12 22:40:23 +00004792006-06-12 Ulrich Drepper <drepper@redhat.com>
480
481 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
482 * eblnonerelocp.c: New file.
483 * ebl-hooks.c: Add none_reloc_p.
484 * eblopenbackend.c (default_none_reloc_p): New function.
485 (fill_defaults): Hook it up.
486 * libebl.h: Declare ebl_none_reloc_p.
487
Ulrich Drepper41cbd762006-05-27 18:19:23 +00004882006-05-27 Ulrich Drepper <drepper@redhat.com>
489
490 * libebl.h: Add extern "C".
491
Roland McGrath994b4892005-12-05 22:46:21 +00004922005-11-25 Roland McGrath <roland@redhat.com>
493
494 * eblregname.c: New file.
495 * Makefile.am (gen_SOURCES): Add it.
496 * ebl-hooks.h: Declare register_name hook.
497 * libebl.h: Declare ebl_register_name.
498 * eblopenbackend.c (default_register_name): New function.
499 (fill_defaults): Use it.
500
Roland McGrath215c6322005-11-16 22:46:04 +00005012005-11-16 Roland McGrath <roland@redhat.com>
502
503 * libebl.h: Use "" for elf-knowledge.h, not <>.
504
Roland McGrathe47ab762005-11-17 03:16:00 +00005052005-11-15 Roland McGrath <roland@redhat.com>
506
507 * Makefile.am: Removed everything for building libebl_*.so modules,
508 now in ../backends/Makefile.am instead.
509 * alpha_init.c: Moved to ../backends.
510 * alpha_reloc.def: Likewise.
511 * alpha_retval.c: Likewise.
512 * alpha_symbol.c: Likewise.
513 * arm_init.c: Likewise.
514 * arm_reloc.def: Likewise.
515 * arm_symbol.c: Likewise.
516 * common-reloc.c: Likewise.
517 * i386_corenote.c: Likewise.
518 * i386_init.c: Likewise.
519 * i386_reloc.def: Likewise.
520 * i386_retval.c: Likewise.
521 * i386_symbol.c: Likewise.
522 * ia64_init.c: Likewise.
523 * ia64_reloc.def: Likewise.
524 * ia64_symbol.c: Likewise.
525 * libebl_CPU.h: Likewise.
526 * ppc64_init.c: Likewise.
527 * ppc64_reloc.def: Likewise.
528 * ppc64_retval.c: Likewise.
529 * ppc64_symbol.c: Likewise.
530 * ppc_init.c: Likewise.
531 * ppc_reloc.def: Likewise.
532 * ppc_retval.c: Likewise.
533 * ppc_symbol.c: Likewise.
534 * s390_init.c: Likewise.
535 * s390_reloc.def: Likewise.
536 * s390_symbol.c: Likewise.
537 * sh_init.c: Likewise.
538 * sh_reloc.def: Likewise.
539 * sh_symbol.c: Likewise.
540 * sparc_init.c: Likewise.
541 * sparc_reloc.def: Likewise.
542 * sparc_symbol.c: Likewise.
543 * x86_64_corenote.c: Likewise.
544 * x86_64_init.c: Likewise.
545 * x86_64_reloc.def: Likewise.
546 * x86_64_retval.c: Likewise.
547 * x86_64_symbol.c: Likewise.
548
549 * libebl.h: Comment fixes.
550
551 * alpha_retval.c: New file.
552 * Makefile.am (alpha_SRCS): Add it.
553 * alpha_init.c (alpha_init): Initialize return_value_location hook.
554
555 * ppc64_retval.c: New file.
556 * Makefile.am (ppc64_SRCS): Add it.
557 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
558
559 * ppc_retval.c: New file.
560 * Makefile.am (ppc_SRCS): Add it.
561 * ppc_init.c (ppc_init): Initialize return_value_location hook.
562
Roland McGrathcd60ea82005-11-16 01:57:40 +00005632005-11-14 Roland McGrath <roland@redhat.com>
564
565 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
566 * sh_init.c (sh_init): Likewise.
567 * x86_64_init.c (x86_64_init): Likewise.
568
569 * sparc_symbol.c (sparc_reloc_simple_type): New function.
570 * sparc_init.c (sparc_init): Use it.
571
572 * arm_symbol.c (arm_reloc_simple_type): New function.
573 * arm_init.c (arm_init): Use it.
574
575 * alpha_symbol.c (alpha_reloc_simple_type): New function.
576 * alpha_init.c (alpha_init): Use it.
577
578 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
579
580 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
581
582 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
583
Roland McGrathe47ab762005-11-17 03:16:00 +00005842005-11-13 Roland McGrath <roland@redhat.com>
585
586 * x86_64_retval.c: New file.
587 * Makefile.am (x86_64_SRCS): Add it.
588 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
589
590 * i386_retval.c: New file.
591 * Makefile.am (i386_SRCS): Add it.
592 (libdw): New variable.
593 (libebl_%.so): Use $(libdw) in link; use --as-needed.
594 * i386_init.c (i386_init): Use i386_return_value_location.
595
596 * eblretval.c: New file.
597 * Makefile.am (gen_SOURCES): Add it.
598 (INCLUDES): Search in libdw.
599 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
600 * ebl-hooks.h: Declare return_value_location hook.
601 * eblopenbackend.c (default_return_value_location): New function.
602 (fill_defaults): Use it.
603
Roland McGrathcd60ea82005-11-16 01:57:40 +00006042005-11-10 Roland McGrath <roland@redhat.com>
605
606 * s390_init.c: New file.
607 * s390_reloc.def: New file.
608 * s390_symbol.c: New file.
609 * Makefile.am (modules, libebl_pic): Add s390.
610 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
611 (am_libebl_s390_pic_a_OBJECTS): New variable.
612
613 * ppc64_init.c: Use common-reloc.c.
614 * ppc64_symbol.c (ppc64_backend_name): Removed.
615 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
616 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
617
618 * ppc_init.c: Use common-reloc.c.
619 * ppc_symbol.c (ppc_backend_name): Removed.
620 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
621 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
622
623 * sparc_init.c: Use common-reloc.c.
624 * sparc_symbol.c (sparc_backend_name): Removed.
625 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
626 (sparc_copy_reloc_p): Likewise.
627
628 * arm_init.c: Use common-reloc.c.
629 * arm_symbol.c (arm_backend_name): Removed.
630 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
631
632 * alpha_init.c: Use common-reloc.c.
633 * alpha_symbol.c (alpha_backend_name): Removed.
634 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
635 (alpha_copy_reloc_p): Likewise.
636
637 * ia64_symbol.c (ia64_backend_name): Removed.
638 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
639 (ia64_copy_reloc_p): Likewise.
640
641 * x86_64_init.c: Use common-reloc.c.
642 * x86_64_symbol.c (x86_64_backend_name): Removed.
643 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
644 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
645
646 * sh_init.c: Use common-reloc.c.
647 * sh_symbol.c: All functions removed.
648 (sh_reloc_simple_type): New function.
649 (sh_gotpc_reloc_check): New function.
650
651 * common-reloc.c: New file.
652 * Makefile.am (noinst_HEADERS): Add it.
653 * i386_init.c: Include it.
654
655 * sh_reloc.def: New file.
656 * i386_reloc.def: New file.
657 * alpha_reloc.def: New file.
658 * arm_reloc.def: New file.
659 * i386_reloc.def: New file.
660 * ia64_reloc.def: New file.
661 * ppc64_reloc.def: New file.
662 * ppc_reloc.def: New file.
663 * sh_reloc.def: New file.
664 * sparc_reloc.def: New file.
665 * x86_64_reloc.def: New file.
666 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
667
668 * libebl_alpha.map: Removed.
669 * libebl_ia64.map: Removed.
670 * libebl_ppc.map: Removed.
671 * libebl_sparc.map: Removed.
672 * libebl_arm.map: Removed.
673 * libebl_i386.map: Removed.
674 * libebl_ppc64.map: Removed.
675 * libebl_sh.map: Removed.
676 * libebl_x86_64.map: Removed.
677 * Makefile.am (EXTRA_DIST): Remove them.
678 (libebl_%.map, libebl_%.so): New pattern rules.
679
680 * libebl_alpha.h: Removed.
681 * libebl_ia64.h: Removed.
682 * libebl_ppc.h: Removed.
683 * libebl_sparc.h: Removed.
684 * libebl_arm.h: Removed.
685 * libebl_i386.h: Removed.
686 * libebl_ppc64.h: Removed.
687 * libebl_sh.h: Removed.
688 * libebl_x86_64.h: Removed.
689 * Makefile.am (noinst_HEADERS): Remove them.
690
691 * x86_64_corenote.c: Use libebl_CPU.h instead.
692 * x86_64_symbol.c: Likewise.
693 * i386_corenote.c: Likewise.
694
6952005-11-09 Roland McGrath <roland@redhat.com>
696
697 * ia64_symbol.c (ia64_reloc_simple_type): New function.
698
699 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
700 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
701 * eblopenbackend.c (default_reloc_simple_type): Update signature.
702 * i386_symbol.c (i386_reloc_simple_type): Likewise.
703 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
704 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
705 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
706
707 * i386_symbol.c (i386_backend_name): Removed.
708 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
709 (i386_reloc_valid_use): Removed.
710 (i386_copy_reloc_p): Removed.
711
712 * alpha_destr.c: Removed.
713 * arm_destr.c: Removed.
714 * i386_destr.c: Removed.
715 * ia64_destr.c: Removed.
716 * ppc64_destr.c: Removed.
717 * ppc_destr.c: Removed.
718 * sh_destr.c: Removed.
719 * sparc_destr.c: Removed.
720 * x86_64_destr.c: Removed.
721
722 * ebl-hooks.h: New file, broken out of ...
723 * libeblP.h (struct ebl): ... here. #include that for hook
724 declarations, after defining EBLHOOK macro.
725 * libebl_CPU.h: New file.
726 * Makefile.am (noinst_HEADERS): Add them.
727
728 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
729 and uint_fast8_t for class and data.
730
7312005-08-14 Roland McGrath <roland@redhat.com>
732
733 * ia64_symbol.c (ia64_section_type_name): New function.
734 (ia64_dynamic_tag_check): New function.
735 (ia64_reloc_valid_use): New function.
736 * libebl_ia64.h: Declare them.
737 * ia64_init.c (ia64_init): Use them.
738 * Makefile.am (libebl_ia64.so): Link with libelf.
739
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00007402005-08-28 Ulrich Drepper <drepper@redhat.com>
741
742 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
743
Roland McGrathe53d04a2005-08-13 20:56:07 +00007442005-08-13 Roland McGrath <roland@redhat.com>
745
746 * ia64_symbol.c (ia64_machine_flag_check): New function.
747 * libebl_ia64.h: Declare it.
748 * ia64_init.c (ia64_init): Use it.
749
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00007502005-08-13 Ulrich Drepper <drepper@redhat.com>
751
752 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
753 ebl_check_special_symbol.
754 * libeblP.h (struct ebl): Adjust callback functions.
755 * eblopenbackend.c: Adjust dummy functions.
756 * ebl_check_special_symbol.c: Add parameter and pass it on.
757 * eblbsspltp.c: Likewise.
758 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
759 the dynamic section entry.
760 (ppc_check_special_symbol): Add ehdr parameter.
761 (ppc_bss_plt_p): Likewise.
762 * libebl_ppc.h: Adjust prototypes.
763 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
764 (ppc_bss_plt_p): Likewise.
765 * libebl_ppc64.h: Adjust prototypes.
766
Roland McGrath653d3762005-08-13 01:59:10 +00007672005-08-12 Roland McGrath <roland@redhat.com>
768
Roland McGrathf8873cb2005-08-13 03:26:06 +0000769 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
770 (ppc_bss_plt_p): ... here. Call that.
771 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
772 against _GLOBAL_OFFSET_TABLE_.
773
Roland McGrath653d3762005-08-13 01:59:10 +0000774 * libeblP.h (struct ebl): Add bss_plt_p hook.
775 * eblopenbackend.c (default_bss_plt_p): New function.
776 (fill_defaults): Use it.
777 * eblbsspltp.c: New file.
778 * Makefile.am (gen_SOURCES): Add it.
779 * libebl.h: Declare ebl_bss_plt_p.
780 * ppc_symbol.c (ppc_bss_plt_p): New function.
781 * libebl_ppc.h: Declare it.
782 * ppc_init.c (ppc_init): Use it.
783 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
784 * libebl_ppc64.h: Declare it.
785 * ppc64_init.c (ppc64_init): Use it.
786
787 * ebl_check_special_symbol.c: New file.
788 * Makefile.am (gen_SOURCES): Add it.
789 * libebl.h: Declare ebl_check_special_symbol.
790 * libeblP.h (struct ebl): Add check_special_symbol hook.
791 * eblopenbackend.c (default_check_special_symbol): New function.
792 (fill_defaults): Use it.
793 * ppc_symbol.c (ppc_check_special_symbol): New function.
794 * libebl_ppc.h: Add prototype.
795 * ppc_init.c (ppc_init): Use it.
796 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
797 * libebl_ppc64.h: Add prototype.
798 * ppc64_init.c (ppc64_init): Use it.
799
Ulrich Drepperb03b0572005-08-07 08:12:22 +00008002005-08-07 Ulrich Drepper <drepper@redhat.com>
801
802 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
803 * ppc_symbol.c: Likewise.
804 * libebl_ppc.h: Likewise.
805 * ppc64_init.c: There is now also a dynamic_tag_check functions
806 * ppc64_symbol.c: Add dynamic_tag_check.
807 * libebl_ppc64.h: Add prototype.
808 * alpha_init.c: Add support for new DT_ALPHA_* value.
809 * alpha_symbol.c: Likewise.
810 * libebl_alpha.h: Likewise.
811
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00008122005-08-03 Ulrich Drepper <drepper@redhat.com>
813
814 * libebl_alpha.map: Remove unnecessary exports.
815 * libebl_arm.map: Likewise.
816 * libebl_i386.map: Likewise.
817 * libebl_ia64.map: Likewise.
818 * libebl_ppc.map: Likewise.
819 * libebl_ppc64.map: Likewise.
820 * libebl_sh.map: Likewise.
821 * libebl_sparc.map: Likewise.
822 * libebl_x86_64.map: Likewise.
823
Ulrich Dreppera38998e2005-08-03 02:05:39 +00008242005-08-02 Ulrich Drepper <drepper@redhat.com>
825
826 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
827 and eblelfmachine.c.
828 * elbopenbackend.c (machines): Add class and data fields. Initialize
829 them.
830 (ebl_openbackend): Initialize machine, class, data fields in result.
831 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
832 * libeblP.h (Ebl): Add machine, class, data fields.
833
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00008342005-07-23 Ulrich Drepper <drepper@redhat.com>
835
836 * eblsectionstripp.c: New file.
837 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
838 * i386_init.c (i386_init): Install specific debugscn_p callback.
839 * i386_symbol.c (i386_debugscn_p): New function.
840 * libebl.h: Declare ebl_section_strip_p.
841 * libebl_i386.h: Declare i386_debugscn_p.
842
843 * libebl.h: Move Ebl definition to...
844 * libeblP.h: ...here.
845
8462005-07-21 Roland McGrath <roland@redhat.com>
847
848 * Makefile.am (install-ebl-modules): New target, commands from ...
849 (install): ... here. Make this depend on it.
850 (LIBEBL_SUBDIR): New variable, substituted by configure.
851 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
852 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
853
8542005-07-21 Ulrich Drepper <drepper@redhat.com>
855
856 * eblcopyrelocp.c: New file.
857 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
858 * libebl.h: Declare ebl_copy_reloc_p.
859 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
860 (default_copy_reloc_p): New function.
861 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
862 * alpha_symbol.c: Likewise.
863 * arm_init.c: Likewise.
864 * arm_symbol.c: Likewise.
865 * i386_init.c: Likewise.
866 * i386_symbol.c: Likewise.
867 * ia64_init.c: Likewise.
868 * ia64_symbol.c: Likewise.
869 * ppc64_init.c: Likewise.
870 * ppc64_symbol.c: Likewise.
871 * ppc_init.c: Likewise.
872 * ppc_symbol.c: Likewise.
873 * sh_init.c: Likewise.
874 * sh_symbol.c: Likewise.
875 * sparc_init.c: Likewise.
876 * sparc_symbol.c: Likewise.
877 * x86_64_init.c: Likewise.
878 * x86_64_symbol.c: Likewise.
879 * libebl_alpha.h: Declare the copy_reloc_p function.
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
8892005-05-31 Roland McGrath <roland@redhat.com>
890
891 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
892 tracking works right.
893
8942005-05-21 Ulrich Drepper <drepper@redhat.com>
895
896 * libebl_x86_64.map: Add x86_64_core_note.
897
8982005-05-19 Roland McGrath <roland@redhat.com>
899
900 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
901 * libebl_ppc.map: Add ppc_reloc_simple_type.
902 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
903 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
904
9052005-05-11 Ulrich Drepper <drepper@redhat.com>
906
907 * eblcorenote.c: Handle new AT_* values and files with different
908 endianess.
909 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
910 * x86-64_corenote.c: New file.
911 * x86_64_init.c: Hook in x86_64_corenote.
912 * i386_corenote.c: Make file usable on 64-bit platforms.
913
914 * eblopenbackend.c: If modules version comparison fails, reinitialize
915 hooks.
916
9172005-05-10 Ulrich Drepper <drepper@redhat.com>
918
919 * eblopenbackend.c: Require the init function to return a string.
920 Compare it with MODVERSION from config.h.
921 * alpha_init.c: Change return type. Return MODVERSION or NULL.
922 * arm_init.c: Likewise.
923 * eblopenbackend.c: Likewise.
924 * i386_init.c: Likewise.
925 * ia64_init.c: Likewise.
926 * ppc64_init.c: Likewise.
927 * ppc_init.c: Likewise.
928 * sh_init.c: Likewise.
929 * sparc_init.c: Likewise.
930 * x86_64_init.c: Likewise.
931 * libeblP.h: Adjust ebl_bhinit_t.
932 * libebl_alpha.h: Adjust init function prototype.
933 * libebl_arm.h: Likewise.
934 * libebl_i386.h: Likewise.
935 * libebl_ia64.h: Likewise.
936 * libebl_ppc.h: Likewise.
937 * libebl_ppc64.h: Likewise.
938 * libebl_sh.h: Likewise.
939 * libebl_sparc.h: Likewise.
940 * libebl_x86_64.h: Likewise.
941
942 * mips_destr.c: Removed.
943 * mips_init.c: Removed.
944 * mips_symbol.c: Removed.
945 * libebl_mips.h: Removed.
946 * libebl_mips.map: Removed.
947
9482005-05-03 Roland McGrath <roland@redhat.com>
949
950 * libebl.h (Ebl): Add `reloc_simple_type' member.
951 * eblopenbackend.c (default_reloc_simple_type): New function.
952 (openbackend): Use that as default reloc_simple_type callback.
953 * eblrelocsimpletype.c: New file.
954 * Makefile.am (gen_SOURCES): Add it.
955 * i386_symbol.c (i386_reloc_simple_type): New function.
956 * libebl_i386.h: Declare it.
957 * i386_init.c (i386_init): Use it.
958 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
959 * libebl_x86_64.h: Declare it.
960 * x86_64_init.c (x86_64_init): Use it.
961 * ppc_symbol.c (ppc_reloc_simple_type): New function.
962 * libebl_ppc.h: Declare it.
963 * ppc_init.c (ppc_init): Use it.
964 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
965 * libebl_ppc64.h: Declare it.
966 * ppc64_init.c (ppc64_init): Use it.
967
9682005-03-17 Ulrich Drepper <drepper@redhat.com>
969
970 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
971
9722005-02-15 Ulrich Drepper <drepper@redhat.com>
973
974 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
975
9762005-02-14 Ulrich Drepper <drepper@redhat.com>
977
978 * alpha_destr.c: Add __attribute__((unused)) where needed.
979 * alpha_init.c: Likewise.
980 * alpha_symbol.c: Likewise.
981 * arm_destr.c: Likewise.
982 * arm_init.c: Likewise.
983 * arm_symbol.c: Likewise.
984 * i386_corenote.c: Likewise.
985 * i386_destr.c: Likewise.
986 * i386_init.c: Likewise.
987 * i386_symbol.c: Likewise.
988 * ia64_destr.c: Likewise.
989 * ia64_init.c: Likewise.
990 * ia64_symbol.c: Likewise.
991 * mips_destr.c: Likewise.
992 * mips_init.c: Likewise.
993 * mips_symbol.c: Likewise.
994 * ppc64_destr.c: Likewise.
995 * ppc64_init.c: Likewise.
996 * ppc64_symbol.c: Likewise.
997 * ppc_destr.c: Likewise.
998 * ppc_init.c: Likewise.
999 * ppc_symbol.c: Likewise.
1000 * sh_destr.c: Likewise.
1001 * sh_init.c: Likewise.
1002 * sh_symbol.c: Likewise.
1003 * sparc_destr.c: Likewise.
1004 * sparc_init.c: Likewise.
1005 * sparc_symbol.c: Likewise.
1006 * x86_64_destr.c: Likewise.
1007 * x86_64_init.c: Likewise.
1008 * x86_64_symbol.c: Likewise.
1009
1010 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
1011 and R_X86_64_32..
1012
10132005-02-06 Ulrich Drepper <drepper@redhat.com>
1014
1015 * eblstrtab.c: A few cleanups.
1016
1017 * eblopenbackend.c: Mark unused parameters.
1018
1019 * eblgstrtab.c: Cleanups a few printf format strings.
1020
1021 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
1022
10232005-02-05 Ulrich Drepper <drepper@redhat.com>
1024
1025 * Makefile.am: Check for text relocations in constructed DSOs.
1026
1027 * eblstrtab.c: Minor cleanups.
1028
1029 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
1030
10312004-08-16 Ulrich Drepper <drepper@redhat.com>
1032
1033 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
1034 the lib directory.
1035 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
1036 lib in path to ebl modules.
1037
10382004-04-01 Ulrich Drepper <drepper@redhat.com>
1039
1040 * Makefile.am: Add rules for ppc and ppc64 ebl module.
1041 * ppc_init..c: New file.
1042 * ppc_destr.c: New file.
1043 * ppc_symbol.c: New file.
1044 * libebl_ppc.h: New file.
1045 * libebl_ppc.map: New file.
1046 * ppc64_init..c: New file.
1047 * ppc64_destr.c: New file.
1048 * ppc64_symbol.c: New file.
1049 * libebl_ppc64.h: New file.
1050 * libebl_ppc64.map: New file.
1051
10522004-01-20 Ulrich Drepper <drepper@redhat.com>
1053
1054 * Makefile.am: Support building with mudflap.
1055
10562004-01-18 Ulrich Drepper <drepper@redhat.com>
1057
1058 * libeblP.h (_): Use elfutils domain.
1059
10602004-01-16 Ulrich Drepper <drepper@redhat.com>
1061
1062 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
1063
10642004-01-13 Ulrich Drepper <drepper@redhat.com>
1065
1066 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
1067 PT_GNU_RELRO.
1068
10692004-01-08 Ulrich Drepper <drepper@redhat.com>
1070
1071 * libebl.h: Remove last traces of libtool.
1072
10732004-01-05 Ulrich Drepper <drepper@redhat.com>
1074
1075 * elf-knowledge.h: Move to libelf subdir.
1076
1077 * Makefile.am (EXTRA_DIST): Remove libebl.map.
1078 * libebl.map: Removed.
1079
10802003-12-08 Ulrich Drepper <drepper@redhat.com>
1081
1082 * eblsectiontypename.c (ebl_section_type_name): Add support for
1083 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
1084
10852003-11-19 Ulrich Drepper <drepper@redhat.com>
1086
1087 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
1088 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
1089 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
1090
10912003-09-24 Ulrich Drepper <drepper@redhat.com>
1092
1093 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
1094 * ia64_symbol.c (ia64_segment_type_name): Define.
1095 * libebl_ia64.h (ia64_segment_type_name): Declare.
1096
10972003-09-22 Ulrich Drepper <drepper@redhat.com>
1098
1099 * Makefile.am (AM_CFLAGS): Add -fpic.
1100
11012003-08-14 Ulrich Drepper <drepper@redhat.com>
1102
1103 * Makefile.am (install): Remove dependency on libebl.so.
1104
11052003-08-13 Ulrich Drepper <drepper@redhat.com>
1106
1107 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
1108 assuming the code ends up in the application. Add second dlopen()
1109 try without any path, just the filename.
1110 * Makefile.in: Remove rules to build and install libebl.so.
1111
11122003-08-11 Ulrich Drepper <drepper@redhat.com>
1113
1114 * Moved to CVS archive.