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