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