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