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