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