blob: 86c917814bae4ffe38365433571165a279673050 [file] [log] [blame]
Roland McGrathe4c22ea2007-10-23 13:07:39 +000012007-10-18 Roland McGrath <roland@redhat.com>
2
3 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX.
4
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000052007-10-11 Roland McGrath <roland@redhat.com>
6
7 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap)
8 for NT_GNU_ABI_TAG contents.
9
Roland McGrathcb6d8652007-08-23 08:10:54 +0000102007-08-22 Roland McGrath <roland@redhat.com>
11
12 * libebl.h (Ebl_Core_Item): New member `group'.
13
142007-08-19 Roland McGrath <roland@redhat.com>
15
16 * ebl-hooks.h: Add new hook auxv_info.
17 * eblopenbackend.c (default_auxv_info): New function.
18 (fill_defaults): Initialize auxv_info hook.
19 * eblauxvinfo.c : New file.
20 * Makefile.am (gen_SOURCES): Add it.
21 * libebl.h: Declare ebl_auxv_info.
22
23 * eblcorenote.c: Rewritten with new signature.
24 * Makefile.am (gen_SOURCES): Add it.
25 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
26 (ebl_core_note_info): Completely revamp signature.
27 * ebl-hooks.h: Update decl.
28 * eblopenbackend.c (default_core_note): Update signature.
29
Roland McGrath87d47802007-07-16 22:23:37 +0000302007-07-09 Roland McGrath <roland@redhat.com>
31
32 * eblobjnotetypename.c (ebl_object_note_type_name): Handle
33 NT_GNU_HWCAP, NT_GNU_BUILD_ID.
34
35 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
36
Roland McGrath4be15242007-04-25 03:09:33 +0000372007-04-22 Roland McGrath <roland@redhat.com>
38
39 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.
40
Ulrich Drepperc07fbb32007-03-30 19:14:59 +0000412007-03-10 Roland McGrath <roland@redhat.com>
42
43 * eblcorenote.c (ebl_core_note): For normally-zero types,
44 print in hex if not zero.
45
Ulrich Drepperaa915fd2007-02-05 07:25:33 +0000462007-01-11 Roland McGrath <roland@redhat.com>
47
48 * ebl-hooks.h (machine_section_flag_check): New hook.
49 * libebl.h: Declare ebl_machine_section_flag_check.
50 * eblmachinesectionflagcheck.c: New file.
51 * Makefile.am (gen_SOURCES): Add it.
52 * eblopenbackend.c (default_machine_section_flag_check): New function.
53 (fill_defaults): Use it.
54
Roland McGrathc373d852006-10-10 00:25:21 +0000552006-09-04 Roland McGrath <roland@redhat.com>
56
57 * ebl-hooks.h: Replace register_name hook with register_info.
58 Also yield natural bit width and base type encoding.
59 * eblopenbackend.c (default_register_name): Renamed
60 default_register_info, new args added.
61 (fill_defaults): Update initialization.
62 * eblregname.c: File renamed ...
63 * eblreginfo.c: ... to this.
64 (ebl_register_name): Renamed to ebl_register_info, new args added.
65 * libebl.h: Update decl.
66
67 * Makefile.am (gen_SOURCES): Update list.
68
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000692006-07-06 Ulrich Drepper <drepper@redhat.com>
70
71 * ebldynamictagname.c: Add support for DT_GNU_HASH.
72 * ebldynamictagcheck.c: Likewise.
73 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
74
752006-07-05 Ulrich Drepper <drepper@redhat.com>
76
77 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c.
78 * libeblP.h (struct ebl): Add sysvhash_entrysize element.
79 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize.
80
81 * eblopenbackend.c (openbackend): If possible, fill machine, class,
82 and data values in from the ELF file.
83
842006-07-04 Ulrich Drepper <drepper@redhat.com>
85
86 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c.
87 * eblrelativerelocp.c: New file.
88 * ebl-hooks.c: Add relative_reloc_p.
89 * eblopenbackend.c (default_relative_reloc_p): New function.
90 (fill_defaults): Hook it up.
91 * libebl.h: Declare ebl_relative_reloc_p.
92
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000932006-06-12 Ulrich Drepper <drepper@redhat.com>
94
95 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c.
96 * eblnonerelocp.c: New file.
97 * ebl-hooks.c: Add none_reloc_p.
98 * eblopenbackend.c (default_none_reloc_p): New function.
99 (fill_defaults): Hook it up.
100 * libebl.h: Declare ebl_none_reloc_p.
101
Ulrich Drepper41cbd762006-05-27 18:19:23 +00001022006-05-27 Ulrich Drepper <drepper@redhat.com>
103
104 * libebl.h: Add extern "C".
105
Roland McGrath994b4892005-12-05 22:46:21 +00001062005-11-25 Roland McGrath <roland@redhat.com>
107
108 * eblregname.c: New file.
109 * Makefile.am (gen_SOURCES): Add it.
110 * ebl-hooks.h: Declare register_name hook.
111 * libebl.h: Declare ebl_register_name.
112 * eblopenbackend.c (default_register_name): New function.
113 (fill_defaults): Use it.
114
Roland McGrath215c6322005-11-16 22:46:04 +00001152005-11-16 Roland McGrath <roland@redhat.com>
116
117 * libebl.h: Use "" for elf-knowledge.h, not <>.
118
Roland McGrathe47ab762005-11-17 03:16:00 +00001192005-11-15 Roland McGrath <roland@redhat.com>
120
121 * Makefile.am: Removed everything for building libebl_*.so modules,
122 now in ../backends/Makefile.am instead.
123 * alpha_init.c: Moved to ../backends.
124 * alpha_reloc.def: Likewise.
125 * alpha_retval.c: Likewise.
126 * alpha_symbol.c: Likewise.
127 * arm_init.c: Likewise.
128 * arm_reloc.def: Likewise.
129 * arm_symbol.c: Likewise.
130 * common-reloc.c: Likewise.
131 * i386_corenote.c: Likewise.
132 * i386_init.c: Likewise.
133 * i386_reloc.def: Likewise.
134 * i386_retval.c: Likewise.
135 * i386_symbol.c: Likewise.
136 * ia64_init.c: Likewise.
137 * ia64_reloc.def: Likewise.
138 * ia64_symbol.c: Likewise.
139 * libebl_CPU.h: Likewise.
140 * ppc64_init.c: Likewise.
141 * ppc64_reloc.def: Likewise.
142 * ppc64_retval.c: Likewise.
143 * ppc64_symbol.c: Likewise.
144 * ppc_init.c: Likewise.
145 * ppc_reloc.def: Likewise.
146 * ppc_retval.c: Likewise.
147 * ppc_symbol.c: Likewise.
148 * s390_init.c: Likewise.
149 * s390_reloc.def: Likewise.
150 * s390_symbol.c: Likewise.
151 * sh_init.c: Likewise.
152 * sh_reloc.def: Likewise.
153 * sh_symbol.c: Likewise.
154 * sparc_init.c: Likewise.
155 * sparc_reloc.def: Likewise.
156 * sparc_symbol.c: Likewise.
157 * x86_64_corenote.c: Likewise.
158 * x86_64_init.c: Likewise.
159 * x86_64_reloc.def: Likewise.
160 * x86_64_retval.c: Likewise.
161 * x86_64_symbol.c: Likewise.
162
163 * libebl.h: Comment fixes.
164
165 * alpha_retval.c: New file.
166 * Makefile.am (alpha_SRCS): Add it.
167 * alpha_init.c (alpha_init): Initialize return_value_location hook.
168
169 * ppc64_retval.c: New file.
170 * Makefile.am (ppc64_SRCS): Add it.
171 * ppc64_init.c (ppc64_init): Initialize return_value_location hook.
172
173 * ppc_retval.c: New file.
174 * Makefile.am (ppc_SRCS): Add it.
175 * ppc_init.c (ppc_init): Initialize return_value_location hook.
176
Roland McGrathcd60ea82005-11-16 01:57:40 +00001772005-11-14 Roland McGrath <roland@redhat.com>
178
179 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
180 * sh_init.c (sh_init): Likewise.
181 * x86_64_init.c (x86_64_init): Likewise.
182
183 * sparc_symbol.c (sparc_reloc_simple_type): New function.
184 * sparc_init.c (sparc_init): Use it.
185
186 * arm_symbol.c (arm_reloc_simple_type): New function.
187 * arm_init.c (arm_init): Use it.
188
189 * alpha_symbol.c (alpha_reloc_simple_type): New function.
190 * alpha_init.c (alpha_init): Use it.
191
192 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
193
194 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
195
196 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
197
Roland McGrathe47ab762005-11-17 03:16:00 +00001982005-11-13 Roland McGrath <roland@redhat.com>
199
200 * x86_64_retval.c: New file.
201 * Makefile.am (x86_64_SRCS): Add it.
202 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
203
204 * i386_retval.c: New file.
205 * Makefile.am (i386_SRCS): Add it.
206 (libdw): New variable.
207 (libebl_%.so): Use $(libdw) in link; use --as-needed.
208 * i386_init.c (i386_init): Use i386_return_value_location.
209
210 * eblretval.c: New file.
211 * Makefile.am (gen_SOURCES): Add it.
212 (INCLUDES): Search in libdw.
213 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location.
214 * ebl-hooks.h: Declare return_value_location hook.
215 * eblopenbackend.c (default_return_value_location): New function.
216 (fill_defaults): Use it.
217
Roland McGrathcd60ea82005-11-16 01:57:40 +00002182005-11-10 Roland McGrath <roland@redhat.com>
219
220 * s390_init.c: New file.
221 * s390_reloc.def: New file.
222 * s390_symbol.c: New file.
223 * Makefile.am (modules, libebl_pic): Add s390.
224 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
225 (am_libebl_s390_pic_a_OBJECTS): New variable.
226
227 * ppc64_init.c: Use common-reloc.c.
228 * ppc64_symbol.c (ppc64_backend_name): Removed.
229 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
230 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
231
232 * ppc_init.c: Use common-reloc.c.
233 * ppc_symbol.c (ppc_backend_name): Removed.
234 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
235 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
236
237 * sparc_init.c: Use common-reloc.c.
238 * sparc_symbol.c (sparc_backend_name): Removed.
239 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
240 (sparc_copy_reloc_p): Likewise.
241
242 * arm_init.c: Use common-reloc.c.
243 * arm_symbol.c (arm_backend_name): Removed.
244 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
245
246 * alpha_init.c: Use common-reloc.c.
247 * alpha_symbol.c (alpha_backend_name): Removed.
248 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
249 (alpha_copy_reloc_p): Likewise.
250
251 * ia64_symbol.c (ia64_backend_name): Removed.
252 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
253 (ia64_copy_reloc_p): Likewise.
254
255 * x86_64_init.c: Use common-reloc.c.
256 * x86_64_symbol.c (x86_64_backend_name): Removed.
257 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
258 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
259
260 * sh_init.c: Use common-reloc.c.
261 * sh_symbol.c: All functions removed.
262 (sh_reloc_simple_type): New function.
263 (sh_gotpc_reloc_check): New function.
264
265 * common-reloc.c: New file.
266 * Makefile.am (noinst_HEADERS): Add it.
267 * i386_init.c: Include it.
268
269 * sh_reloc.def: New file.
270 * i386_reloc.def: New file.
271 * alpha_reloc.def: New file.
272 * arm_reloc.def: New file.
273 * i386_reloc.def: New file.
274 * ia64_reloc.def: New file.
275 * ppc64_reloc.def: New file.
276 * ppc_reloc.def: New file.
277 * sh_reloc.def: New file.
278 * sparc_reloc.def: New file.
279 * x86_64_reloc.def: New file.
280 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
281
282 * libebl_alpha.map: Removed.
283 * libebl_ia64.map: Removed.
284 * libebl_ppc.map: Removed.
285 * libebl_sparc.map: Removed.
286 * libebl_arm.map: Removed.
287 * libebl_i386.map: Removed.
288 * libebl_ppc64.map: Removed.
289 * libebl_sh.map: Removed.
290 * libebl_x86_64.map: Removed.
291 * Makefile.am (EXTRA_DIST): Remove them.
292 (libebl_%.map, libebl_%.so): New pattern rules.
293
294 * libebl_alpha.h: Removed.
295 * libebl_ia64.h: Removed.
296 * libebl_ppc.h: Removed.
297 * libebl_sparc.h: Removed.
298 * libebl_arm.h: Removed.
299 * libebl_i386.h: Removed.
300 * libebl_ppc64.h: Removed.
301 * libebl_sh.h: Removed.
302 * libebl_x86_64.h: Removed.
303 * Makefile.am (noinst_HEADERS): Remove them.
304
305 * x86_64_corenote.c: Use libebl_CPU.h instead.
306 * x86_64_symbol.c: Likewise.
307 * i386_corenote.c: Likewise.
308
3092005-11-09 Roland McGrath <roland@redhat.com>
310
311 * ia64_symbol.c (ia64_reloc_simple_type): New function.
312
313 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
314 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
315 * eblopenbackend.c (default_reloc_simple_type): Update signature.
316 * i386_symbol.c (i386_reloc_simple_type): Likewise.
317 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
318 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
319 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
320
321 * i386_symbol.c (i386_backend_name): Removed.
322 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
323 (i386_reloc_valid_use): Removed.
324 (i386_copy_reloc_p): Removed.
325
326 * alpha_destr.c: Removed.
327 * arm_destr.c: Removed.
328 * i386_destr.c: Removed.
329 * ia64_destr.c: Removed.
330 * ppc64_destr.c: Removed.
331 * ppc_destr.c: Removed.
332 * sh_destr.c: Removed.
333 * sparc_destr.c: Removed.
334 * x86_64_destr.c: Removed.
335
336 * ebl-hooks.h: New file, broken out of ...
337 * libeblP.h (struct ebl): ... here. #include that for hook
338 declarations, after defining EBLHOOK macro.
339 * libebl_CPU.h: New file.
340 * Makefile.am (noinst_HEADERS): Add them.
341
342 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
343 and uint_fast8_t for class and data.
344
3452005-08-14 Roland McGrath <roland@redhat.com>
346
347 * ia64_symbol.c (ia64_section_type_name): New function.
348 (ia64_dynamic_tag_check): New function.
349 (ia64_reloc_valid_use): New function.
350 * libebl_ia64.h: Declare them.
351 * ia64_init.c (ia64_init): Use them.
352 * Makefile.am (libebl_ia64.so): Link with libelf.
353
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00003542005-08-28 Ulrich Drepper <drepper@redhat.com>
355
356 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
357
Roland McGrathe53d04a2005-08-13 20:56:07 +00003582005-08-13 Roland McGrath <roland@redhat.com>
359
360 * ia64_symbol.c (ia64_machine_flag_check): New function.
361 * libebl_ia64.h: Declare it.
362 * ia64_init.c (ia64_init): Use it.
363
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00003642005-08-13 Ulrich Drepper <drepper@redhat.com>
365
366 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
367 ebl_check_special_symbol.
368 * libeblP.h (struct ebl): Adjust callback functions.
369 * eblopenbackend.c: Adjust dummy functions.
370 * ebl_check_special_symbol.c: Add parameter and pass it on.
371 * eblbsspltp.c: Likewise.
372 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
373 the dynamic section entry.
374 (ppc_check_special_symbol): Add ehdr parameter.
375 (ppc_bss_plt_p): Likewise.
376 * libebl_ppc.h: Adjust prototypes.
377 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
378 (ppc_bss_plt_p): Likewise.
379 * libebl_ppc64.h: Adjust prototypes.
380
Roland McGrath653d3762005-08-13 01:59:10 +00003812005-08-12 Roland McGrath <roland@redhat.com>
382
Roland McGrathf8873cb2005-08-13 03:26:06 +0000383 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
384 (ppc_bss_plt_p): ... here. Call that.
385 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
386 against _GLOBAL_OFFSET_TABLE_.
387
Roland McGrath653d3762005-08-13 01:59:10 +0000388 * libeblP.h (struct ebl): Add bss_plt_p hook.
389 * eblopenbackend.c (default_bss_plt_p): New function.
390 (fill_defaults): Use it.
391 * eblbsspltp.c: New file.
392 * Makefile.am (gen_SOURCES): Add it.
393 * libebl.h: Declare ebl_bss_plt_p.
394 * ppc_symbol.c (ppc_bss_plt_p): New function.
395 * libebl_ppc.h: Declare it.
396 * ppc_init.c (ppc_init): Use it.
397 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
398 * libebl_ppc64.h: Declare it.
399 * ppc64_init.c (ppc64_init): Use it.
400
401 * ebl_check_special_symbol.c: New file.
402 * Makefile.am (gen_SOURCES): Add it.
403 * libebl.h: Declare ebl_check_special_symbol.
404 * libeblP.h (struct ebl): Add check_special_symbol hook.
405 * eblopenbackend.c (default_check_special_symbol): New function.
406 (fill_defaults): Use it.
407 * ppc_symbol.c (ppc_check_special_symbol): New function.
408 * libebl_ppc.h: Add prototype.
409 * ppc_init.c (ppc_init): Use it.
410 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
411 * libebl_ppc64.h: Add prototype.
412 * ppc64_init.c (ppc64_init): Use it.
413
Ulrich Drepperb03b0572005-08-07 08:12:22 +00004142005-08-07 Ulrich Drepper <drepper@redhat.com>
415
416 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
417 * ppc_symbol.c: Likewise.
418 * libebl_ppc.h: Likewise.
419 * ppc64_init.c: There is now also a dynamic_tag_check functions
420 * ppc64_symbol.c: Add dynamic_tag_check.
421 * libebl_ppc64.h: Add prototype.
422 * alpha_init.c: Add support for new DT_ALPHA_* value.
423 * alpha_symbol.c: Likewise.
424 * libebl_alpha.h: Likewise.
425
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00004262005-08-03 Ulrich Drepper <drepper@redhat.com>
427
428 * libebl_alpha.map: Remove unnecessary exports.
429 * libebl_arm.map: Likewise.
430 * libebl_i386.map: Likewise.
431 * libebl_ia64.map: Likewise.
432 * libebl_ppc.map: Likewise.
433 * libebl_ppc64.map: Likewise.
434 * libebl_sh.map: Likewise.
435 * libebl_sparc.map: Likewise.
436 * libebl_x86_64.map: Likewise.
437
Ulrich Dreppera38998e2005-08-03 02:05:39 +00004382005-08-02 Ulrich Drepper <drepper@redhat.com>
439
440 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
441 and eblelfmachine.c.
442 * elbopenbackend.c (machines): Add class and data fields. Initialize
443 them.
444 (ebl_openbackend): Initialize machine, class, data fields in result.
445 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
446 * libeblP.h (Ebl): Add machine, class, data fields.
447
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00004482005-07-23 Ulrich Drepper <drepper@redhat.com>
449
450 * eblsectionstripp.c: New file.
451 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
452 * i386_init.c (i386_init): Install specific debugscn_p callback.
453 * i386_symbol.c (i386_debugscn_p): New function.
454 * libebl.h: Declare ebl_section_strip_p.
455 * libebl_i386.h: Declare i386_debugscn_p.
456
457 * libebl.h: Move Ebl definition to...
458 * libeblP.h: ...here.
459
4602005-07-21 Roland McGrath <roland@redhat.com>
461
462 * Makefile.am (install-ebl-modules): New target, commands from ...
463 (install): ... here. Make this depend on it.
464 (LIBEBL_SUBDIR): New variable, substituted by configure.
465 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
466 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
467
4682005-07-21 Ulrich Drepper <drepper@redhat.com>
469
470 * eblcopyrelocp.c: New file.
471 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
472 * libebl.h: Declare ebl_copy_reloc_p.
473 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
474 (default_copy_reloc_p): New function.
475 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
476 * alpha_symbol.c: Likewise.
477 * arm_init.c: Likewise.
478 * arm_symbol.c: Likewise.
479 * i386_init.c: Likewise.
480 * i386_symbol.c: Likewise.
481 * ia64_init.c: Likewise.
482 * ia64_symbol.c: Likewise.
483 * ppc64_init.c: Likewise.
484 * ppc64_symbol.c: Likewise.
485 * ppc_init.c: Likewise.
486 * ppc_symbol.c: Likewise.
487 * sh_init.c: Likewise.
488 * sh_symbol.c: Likewise.
489 * sparc_init.c: Likewise.
490 * sparc_symbol.c: Likewise.
491 * x86_64_init.c: Likewise.
492 * x86_64_symbol.c: Likewise.
493 * libebl_alpha.h: Declare the copy_reloc_p function.
494 * libebl_arm.h: Likewise.
495 * libebl_i386.h: Likewise.
496 * libebl_ia64.h: Likewise.
497 * libebl_ppc.h: Likewise.
498 * libebl_ppc64.h: Likewise.
499 * libebl_sh.h: Likewise.
500 * libebl_sparc.h: Likewise.
501 * libebl_x86_64.h: Likewise.
502
5032005-05-31 Roland McGrath <roland@redhat.com>
504
505 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
506 tracking works right.
507
5082005-05-21 Ulrich Drepper <drepper@redhat.com>
509
510 * libebl_x86_64.map: Add x86_64_core_note.
511
5122005-05-19 Roland McGrath <roland@redhat.com>
513
514 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
515 * libebl_ppc.map: Add ppc_reloc_simple_type.
516 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
517 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
518
5192005-05-11 Ulrich Drepper <drepper@redhat.com>
520
521 * eblcorenote.c: Handle new AT_* values and files with different
522 endianess.
523 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
524 * x86-64_corenote.c: New file.
525 * x86_64_init.c: Hook in x86_64_corenote.
526 * i386_corenote.c: Make file usable on 64-bit platforms.
527
528 * eblopenbackend.c: If modules version comparison fails, reinitialize
529 hooks.
530
5312005-05-10 Ulrich Drepper <drepper@redhat.com>
532
533 * eblopenbackend.c: Require the init function to return a string.
534 Compare it with MODVERSION from config.h.
535 * alpha_init.c: Change return type. Return MODVERSION or NULL.
536 * arm_init.c: Likewise.
537 * eblopenbackend.c: Likewise.
538 * i386_init.c: Likewise.
539 * ia64_init.c: Likewise.
540 * ppc64_init.c: Likewise.
541 * ppc_init.c: Likewise.
542 * sh_init.c: Likewise.
543 * sparc_init.c: Likewise.
544 * x86_64_init.c: Likewise.
545 * libeblP.h: Adjust ebl_bhinit_t.
546 * libebl_alpha.h: Adjust init function prototype.
547 * libebl_arm.h: Likewise.
548 * libebl_i386.h: Likewise.
549 * libebl_ia64.h: Likewise.
550 * libebl_ppc.h: Likewise.
551 * libebl_ppc64.h: Likewise.
552 * libebl_sh.h: Likewise.
553 * libebl_sparc.h: Likewise.
554 * libebl_x86_64.h: Likewise.
555
556 * mips_destr.c: Removed.
557 * mips_init.c: Removed.
558 * mips_symbol.c: Removed.
559 * libebl_mips.h: Removed.
560 * libebl_mips.map: Removed.
561
5622005-05-03 Roland McGrath <roland@redhat.com>
563
564 * libebl.h (Ebl): Add `reloc_simple_type' member.
565 * eblopenbackend.c (default_reloc_simple_type): New function.
566 (openbackend): Use that as default reloc_simple_type callback.
567 * eblrelocsimpletype.c: New file.
568 * Makefile.am (gen_SOURCES): Add it.
569 * i386_symbol.c (i386_reloc_simple_type): New function.
570 * libebl_i386.h: Declare it.
571 * i386_init.c (i386_init): Use it.
572 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
573 * libebl_x86_64.h: Declare it.
574 * x86_64_init.c (x86_64_init): Use it.
575 * ppc_symbol.c (ppc_reloc_simple_type): New function.
576 * libebl_ppc.h: Declare it.
577 * ppc_init.c (ppc_init): Use it.
578 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
579 * libebl_ppc64.h: Declare it.
580 * ppc64_init.c (ppc64_init): Use it.
581
5822005-03-17 Ulrich Drepper <drepper@redhat.com>
583
584 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
585
5862005-02-15 Ulrich Drepper <drepper@redhat.com>
587
588 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
589
5902005-02-14 Ulrich Drepper <drepper@redhat.com>
591
592 * alpha_destr.c: Add __attribute__((unused)) where needed.
593 * alpha_init.c: Likewise.
594 * alpha_symbol.c: Likewise.
595 * arm_destr.c: Likewise.
596 * arm_init.c: Likewise.
597 * arm_symbol.c: Likewise.
598 * i386_corenote.c: Likewise.
599 * i386_destr.c: Likewise.
600 * i386_init.c: Likewise.
601 * i386_symbol.c: Likewise.
602 * ia64_destr.c: Likewise.
603 * ia64_init.c: Likewise.
604 * ia64_symbol.c: Likewise.
605 * mips_destr.c: Likewise.
606 * mips_init.c: Likewise.
607 * mips_symbol.c: Likewise.
608 * ppc64_destr.c: Likewise.
609 * ppc64_init.c: Likewise.
610 * ppc64_symbol.c: Likewise.
611 * ppc_destr.c: Likewise.
612 * ppc_init.c: Likewise.
613 * ppc_symbol.c: Likewise.
614 * sh_destr.c: Likewise.
615 * sh_init.c: Likewise.
616 * sh_symbol.c: Likewise.
617 * sparc_destr.c: Likewise.
618 * sparc_init.c: Likewise.
619 * sparc_symbol.c: Likewise.
620 * x86_64_destr.c: Likewise.
621 * x86_64_init.c: Likewise.
622 * x86_64_symbol.c: Likewise.
623
624 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
625 and R_X86_64_32..
626
6272005-02-06 Ulrich Drepper <drepper@redhat.com>
628
629 * eblstrtab.c: A few cleanups.
630
631 * eblopenbackend.c: Mark unused parameters.
632
633 * eblgstrtab.c: Cleanups a few printf format strings.
634
635 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
636
6372005-02-05 Ulrich Drepper <drepper@redhat.com>
638
639 * Makefile.am: Check for text relocations in constructed DSOs.
640
641 * eblstrtab.c: Minor cleanups.
642
643 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
644
6452004-08-16 Ulrich Drepper <drepper@redhat.com>
646
647 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
648 the lib directory.
649 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
650 lib in path to ebl modules.
651
6522004-04-01 Ulrich Drepper <drepper@redhat.com>
653
654 * Makefile.am: Add rules for ppc and ppc64 ebl module.
655 * ppc_init..c: New file.
656 * ppc_destr.c: New file.
657 * ppc_symbol.c: New file.
658 * libebl_ppc.h: New file.
659 * libebl_ppc.map: New file.
660 * ppc64_init..c: New file.
661 * ppc64_destr.c: New file.
662 * ppc64_symbol.c: New file.
663 * libebl_ppc64.h: New file.
664 * libebl_ppc64.map: New file.
665
6662004-01-20 Ulrich Drepper <drepper@redhat.com>
667
668 * Makefile.am: Support building with mudflap.
669
6702004-01-18 Ulrich Drepper <drepper@redhat.com>
671
672 * libeblP.h (_): Use elfutils domain.
673
6742004-01-16 Ulrich Drepper <drepper@redhat.com>
675
676 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
677
6782004-01-13 Ulrich Drepper <drepper@redhat.com>
679
680 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
681 PT_GNU_RELRO.
682
6832004-01-08 Ulrich Drepper <drepper@redhat.com>
684
685 * libebl.h: Remove last traces of libtool.
686
6872004-01-05 Ulrich Drepper <drepper@redhat.com>
688
689 * elf-knowledge.h: Move to libelf subdir.
690
691 * Makefile.am (EXTRA_DIST): Remove libebl.map.
692 * libebl.map: Removed.
693
6942003-12-08 Ulrich Drepper <drepper@redhat.com>
695
696 * eblsectiontypename.c (ebl_section_type_name): Add support for
697 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
698
6992003-11-19 Ulrich Drepper <drepper@redhat.com>
700
701 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
702 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
703 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
704
7052003-09-24 Ulrich Drepper <drepper@redhat.com>
706
707 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
708 * ia64_symbol.c (ia64_segment_type_name): Define.
709 * libebl_ia64.h (ia64_segment_type_name): Declare.
710
7112003-09-22 Ulrich Drepper <drepper@redhat.com>
712
713 * Makefile.am (AM_CFLAGS): Add -fpic.
714
7152003-08-14 Ulrich Drepper <drepper@redhat.com>
716
717 * Makefile.am (install): Remove dependency on libebl.so.
718
7192003-08-13 Ulrich Drepper <drepper@redhat.com>
720
721 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
722 assuming the code ends up in the application. Add second dlopen()
723 try without any path, just the filename.
724 * Makefile.in: Remove rules to build and install libebl.so.
725
7262003-08-11 Ulrich Drepper <drepper@redhat.com>
727
728 * Moved to CVS archive.