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