blob: f8e16eba61638608fc0c99afee8e09b29fc0888e [file] [log] [blame]
Roland McGrathcd60ea82005-11-16 01:57:40 +000012005-11-14 Roland McGrath <roland@redhat.com>
2
3 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
4 * sh_init.c (sh_init): Likewise.
5 * x86_64_init.c (x86_64_init): Likewise.
6
7 * sparc_symbol.c (sparc_reloc_simple_type): New function.
8 * sparc_init.c (sparc_init): Use it.
9
10 * arm_symbol.c (arm_reloc_simple_type): New function.
11 * arm_init.c (arm_init): Use it.
12
13 * alpha_symbol.c (alpha_reloc_simple_type): New function.
14 * alpha_init.c (alpha_init): Use it.
15
16 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>.
17
18 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>.
19
20 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>.
21
222005-11-10 Roland McGrath <roland@redhat.com>
23
24 * s390_init.c: New file.
25 * s390_reloc.def: New file.
26 * s390_symbol.c: New file.
27 * Makefile.am (modules, libebl_pic): Add s390.
28 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables.
29 (am_libebl_s390_pic_a_OBJECTS): New variable.
30
31 * ppc64_init.c: Use common-reloc.c.
32 * ppc64_symbol.c (ppc64_backend_name): Removed.
33 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise.
34 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise.
35
36 * ppc_init.c: Use common-reloc.c.
37 * ppc_symbol.c (ppc_backend_name): Removed.
38 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise.
39 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise.
40
41 * sparc_init.c: Use common-reloc.c.
42 * sparc_symbol.c (sparc_backend_name): Removed.
43 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise.
44 (sparc_copy_reloc_p): Likewise.
45
46 * arm_init.c: Use common-reloc.c.
47 * arm_symbol.c (arm_backend_name): Removed.
48 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
49
50 * alpha_init.c: Use common-reloc.c.
51 * alpha_symbol.c (alpha_backend_name): Removed.
52 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise.
53 (alpha_copy_reloc_p): Likewise.
54
55 * ia64_symbol.c (ia64_backend_name): Removed.
56 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise.
57 (ia64_copy_reloc_p): Likewise.
58
59 * x86_64_init.c: Use common-reloc.c.
60 * x86_64_symbol.c (x86_64_backend_name): Removed.
61 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise.
62 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise.
63
64 * sh_init.c: Use common-reloc.c.
65 * sh_symbol.c: All functions removed.
66 (sh_reloc_simple_type): New function.
67 (sh_gotpc_reloc_check): New function.
68
69 * common-reloc.c: New file.
70 * Makefile.am (noinst_HEADERS): Add it.
71 * i386_init.c: Include it.
72
73 * sh_reloc.def: New file.
74 * i386_reloc.def: New file.
75 * alpha_reloc.def: New file.
76 * arm_reloc.def: New file.
77 * i386_reloc.def: New file.
78 * ia64_reloc.def: New file.
79 * ppc64_reloc.def: New file.
80 * ppc_reloc.def: New file.
81 * sh_reloc.def: New file.
82 * sparc_reloc.def: New file.
83 * x86_64_reloc.def: New file.
84 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def).
85
86 * libebl_alpha.map: Removed.
87 * libebl_ia64.map: Removed.
88 * libebl_ppc.map: Removed.
89 * libebl_sparc.map: Removed.
90 * libebl_arm.map: Removed.
91 * libebl_i386.map: Removed.
92 * libebl_ppc64.map: Removed.
93 * libebl_sh.map: Removed.
94 * libebl_x86_64.map: Removed.
95 * Makefile.am (EXTRA_DIST): Remove them.
96 (libebl_%.map, libebl_%.so): New pattern rules.
97
98 * libebl_alpha.h: Removed.
99 * libebl_ia64.h: Removed.
100 * libebl_ppc.h: Removed.
101 * libebl_sparc.h: Removed.
102 * libebl_arm.h: Removed.
103 * libebl_i386.h: Removed.
104 * libebl_ppc64.h: Removed.
105 * libebl_sh.h: Removed.
106 * libebl_x86_64.h: Removed.
107 * Makefile.am (noinst_HEADERS): Remove them.
108
109 * x86_64_corenote.c: Use libebl_CPU.h instead.
110 * x86_64_symbol.c: Likewise.
111 * i386_corenote.c: Likewise.
112
1132005-11-09 Roland McGrath <roland@redhat.com>
114
115 * ia64_symbol.c (ia64_reloc_simple_type): New function.
116
117 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle.
118 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller.
119 * eblopenbackend.c (default_reloc_simple_type): Update signature.
120 * i386_symbol.c (i386_reloc_simple_type): Likewise.
121 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
122 * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
123 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
124
125 * i386_symbol.c (i386_backend_name): Removed.
126 (i386_reloc_type_name, i386_reloc_type_check): Likewise.
127 (i386_reloc_valid_use): Removed.
128 (i386_copy_reloc_p): Removed.
129
130 * alpha_destr.c: Removed.
131 * arm_destr.c: Removed.
132 * i386_destr.c: Removed.
133 * ia64_destr.c: Removed.
134 * ppc64_destr.c: Removed.
135 * ppc_destr.c: Removed.
136 * sh_destr.c: Removed.
137 * sparc_destr.c: Removed.
138 * x86_64_destr.c: Removed.
139
140 * ebl-hooks.h: New file, broken out of ...
141 * libeblP.h (struct ebl): ... here. #include that for hook
142 declarations, after defining EBLHOOK macro.
143 * libebl_CPU.h: New file.
144 * Makefile.am (noinst_HEADERS): Add them.
145
146 * libeblP.h (struct ebl): Use uint_fast16_t for machine,
147 and uint_fast8_t for class and data.
148
1492005-08-14 Roland McGrath <roland@redhat.com>
150
151 * ia64_symbol.c (ia64_section_type_name): New function.
152 (ia64_dynamic_tag_check): New function.
153 (ia64_reloc_valid_use): New function.
154 * libebl_ia64.h: Declare them.
155 * ia64_init.c (ia64_init): Use them.
156 * Makefile.am (libebl_ia64.so): Link with libelf.
157
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00001582005-08-28 Ulrich Drepper <drepper@redhat.com>
159
160 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs.
161
Roland McGrathe53d04a2005-08-13 20:56:07 +00001622005-08-13 Roland McGrath <roland@redhat.com>
163
164 * ia64_symbol.c (ia64_machine_flag_check): New function.
165 * libebl_ia64.h: Declare it.
166 * ia64_init.c (ia64_init): Use it.
167
Ulrich Drepperc5c33a62005-08-13 17:50:47 +00001682005-08-13 Ulrich Drepper <drepper@redhat.com>
169
170 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
171 ebl_check_special_symbol.
172 * libeblP.h (struct ebl): Adjust callback functions.
173 * eblopenbackend.c: Adjust dummy functions.
174 * ebl_check_special_symbol.c: Add parameter and pass it on.
175 * eblbsspltp.c: Likewise.
176 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
177 the dynamic section entry.
178 (ppc_check_special_symbol): Add ehdr parameter.
179 (ppc_bss_plt_p): Likewise.
180 * libebl_ppc.h: Adjust prototypes.
181 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
182 (ppc_bss_plt_p): Likewise.
183 * libebl_ppc64.h: Adjust prototypes.
184
Roland McGrath653d3762005-08-13 01:59:10 +00001852005-08-12 Roland McGrath <roland@redhat.com>
186
Roland McGrathf8873cb2005-08-13 03:26:06 +0000187 * ppc_symbol.c (find_dyn_got): New function, broken out of ...
188 (ppc_bss_plt_p): ... here. Call that.
189 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
190 against _GLOBAL_OFFSET_TABLE_.
191
Roland McGrath653d3762005-08-13 01:59:10 +0000192 * libeblP.h (struct ebl): Add bss_plt_p hook.
193 * eblopenbackend.c (default_bss_plt_p): New function.
194 (fill_defaults): Use it.
195 * eblbsspltp.c: New file.
196 * Makefile.am (gen_SOURCES): Add it.
197 * libebl.h: Declare ebl_bss_plt_p.
198 * ppc_symbol.c (ppc_bss_plt_p): New function.
199 * libebl_ppc.h: Declare it.
200 * ppc_init.c (ppc_init): Use it.
201 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
202 * libebl_ppc64.h: Declare it.
203 * ppc64_init.c (ppc64_init): Use it.
204
205 * ebl_check_special_symbol.c: New file.
206 * Makefile.am (gen_SOURCES): Add it.
207 * libebl.h: Declare ebl_check_special_symbol.
208 * libeblP.h (struct ebl): Add check_special_symbol hook.
209 * eblopenbackend.c (default_check_special_symbol): New function.
210 (fill_defaults): Use it.
211 * ppc_symbol.c (ppc_check_special_symbol): New function.
212 * libebl_ppc.h: Add prototype.
213 * ppc_init.c (ppc_init): Use it.
214 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
215 * libebl_ppc64.h: Add prototype.
216 * ppc64_init.c (ppc64_init): Use it.
217
Ulrich Drepperb03b0572005-08-07 08:12:22 +00002182005-08-07 Ulrich Drepper <drepper@redhat.com>
219
220 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
221 * ppc_symbol.c: Likewise.
222 * libebl_ppc.h: Likewise.
223 * ppc64_init.c: There is now also a dynamic_tag_check functions
224 * ppc64_symbol.c: Add dynamic_tag_check.
225 * libebl_ppc64.h: Add prototype.
226 * alpha_init.c: Add support for new DT_ALPHA_* value.
227 * alpha_symbol.c: Likewise.
228 * libebl_alpha.h: Likewise.
229
Ulrich Drepper6fcb3832005-08-03 21:10:49 +00002302005-08-03 Ulrich Drepper <drepper@redhat.com>
231
232 * libebl_alpha.map: Remove unnecessary exports.
233 * libebl_arm.map: Likewise.
234 * libebl_i386.map: Likewise.
235 * libebl_ia64.map: Likewise.
236 * libebl_ppc.map: Likewise.
237 * libebl_ppc64.map: Likewise.
238 * libebl_sh.map: Likewise.
239 * libebl_sparc.map: Likewise.
240 * libebl_x86_64.map: Likewise.
241
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002422005-08-02 Ulrich Drepper <drepper@redhat.com>
243
244 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
245 and eblelfmachine.c.
246 * elbopenbackend.c (machines): Add class and data fields. Initialize
247 them.
248 (ebl_openbackend): Initialize machine, class, data fields in result.
249 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
250 * libeblP.h (Ebl): Add machine, class, data fields.
251
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002522005-07-23 Ulrich Drepper <drepper@redhat.com>
253
254 * eblsectionstripp.c: New file.
255 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
256 * i386_init.c (i386_init): Install specific debugscn_p callback.
257 * i386_symbol.c (i386_debugscn_p): New function.
258 * libebl.h: Declare ebl_section_strip_p.
259 * libebl_i386.h: Declare i386_debugscn_p.
260
261 * libebl.h: Move Ebl definition to...
262 * libeblP.h: ...here.
263
2642005-07-21 Roland McGrath <roland@redhat.com>
265
266 * Makefile.am (install-ebl-modules): New target, commands from ...
267 (install): ... here. Make this depend on it.
268 (LIBEBL_SUBDIR): New variable, substituted by configure.
269 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
270 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
271
2722005-07-21 Ulrich Drepper <drepper@redhat.com>
273
274 * eblcopyrelocp.c: New file.
275 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
276 * libebl.h: Declare ebl_copy_reloc_p.
277 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
278 (default_copy_reloc_p): New function.
279 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
280 * alpha_symbol.c: Likewise.
281 * arm_init.c: Likewise.
282 * arm_symbol.c: Likewise.
283 * i386_init.c: Likewise.
284 * i386_symbol.c: Likewise.
285 * ia64_init.c: Likewise.
286 * ia64_symbol.c: Likewise.
287 * ppc64_init.c: Likewise.
288 * ppc64_symbol.c: Likewise.
289 * ppc_init.c: Likewise.
290 * ppc_symbol.c: Likewise.
291 * sh_init.c: Likewise.
292 * sh_symbol.c: Likewise.
293 * sparc_init.c: Likewise.
294 * sparc_symbol.c: Likewise.
295 * x86_64_init.c: Likewise.
296 * x86_64_symbol.c: Likewise.
297 * libebl_alpha.h: Declare the copy_reloc_p function.
298 * libebl_arm.h: Likewise.
299 * libebl_i386.h: Likewise.
300 * libebl_ia64.h: Likewise.
301 * libebl_ppc.h: Likewise.
302 * libebl_ppc64.h: Likewise.
303 * libebl_sh.h: Likewise.
304 * libebl_sparc.h: Likewise.
305 * libebl_x86_64.h: Likewise.
306
3072005-05-31 Roland McGrath <roland@redhat.com>
308
309 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
310 tracking works right.
311
3122005-05-21 Ulrich Drepper <drepper@redhat.com>
313
314 * libebl_x86_64.map: Add x86_64_core_note.
315
3162005-05-19 Roland McGrath <roland@redhat.com>
317
318 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
319 * libebl_ppc.map: Add ppc_reloc_simple_type.
320 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
321 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
322
3232005-05-11 Ulrich Drepper <drepper@redhat.com>
324
325 * eblcorenote.c: Handle new AT_* values and files with different
326 endianess.
327 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
328 * x86-64_corenote.c: New file.
329 * x86_64_init.c: Hook in x86_64_corenote.
330 * i386_corenote.c: Make file usable on 64-bit platforms.
331
332 * eblopenbackend.c: If modules version comparison fails, reinitialize
333 hooks.
334
3352005-05-10 Ulrich Drepper <drepper@redhat.com>
336
337 * eblopenbackend.c: Require the init function to return a string.
338 Compare it with MODVERSION from config.h.
339 * alpha_init.c: Change return type. Return MODVERSION or NULL.
340 * arm_init.c: Likewise.
341 * eblopenbackend.c: Likewise.
342 * i386_init.c: Likewise.
343 * ia64_init.c: Likewise.
344 * ppc64_init.c: Likewise.
345 * ppc_init.c: Likewise.
346 * sh_init.c: Likewise.
347 * sparc_init.c: Likewise.
348 * x86_64_init.c: Likewise.
349 * libeblP.h: Adjust ebl_bhinit_t.
350 * libebl_alpha.h: Adjust init function prototype.
351 * libebl_arm.h: Likewise.
352 * libebl_i386.h: Likewise.
353 * libebl_ia64.h: Likewise.
354 * libebl_ppc.h: Likewise.
355 * libebl_ppc64.h: Likewise.
356 * libebl_sh.h: Likewise.
357 * libebl_sparc.h: Likewise.
358 * libebl_x86_64.h: Likewise.
359
360 * mips_destr.c: Removed.
361 * mips_init.c: Removed.
362 * mips_symbol.c: Removed.
363 * libebl_mips.h: Removed.
364 * libebl_mips.map: Removed.
365
3662005-05-03 Roland McGrath <roland@redhat.com>
367
368 * libebl.h (Ebl): Add `reloc_simple_type' member.
369 * eblopenbackend.c (default_reloc_simple_type): New function.
370 (openbackend): Use that as default reloc_simple_type callback.
371 * eblrelocsimpletype.c: New file.
372 * Makefile.am (gen_SOURCES): Add it.
373 * i386_symbol.c (i386_reloc_simple_type): New function.
374 * libebl_i386.h: Declare it.
375 * i386_init.c (i386_init): Use it.
376 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
377 * libebl_x86_64.h: Declare it.
378 * x86_64_init.c (x86_64_init): Use it.
379 * ppc_symbol.c (ppc_reloc_simple_type): New function.
380 * libebl_ppc.h: Declare it.
381 * ppc_init.c (ppc_init): Use it.
382 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
383 * libebl_ppc64.h: Declare it.
384 * ppc64_init.c (ppc64_init): Use it.
385
3862005-03-17 Ulrich Drepper <drepper@redhat.com>
387
388 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
389
3902005-02-15 Ulrich Drepper <drepper@redhat.com>
391
392 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
393
3942005-02-14 Ulrich Drepper <drepper@redhat.com>
395
396 * alpha_destr.c: Add __attribute__((unused)) where needed.
397 * alpha_init.c: Likewise.
398 * alpha_symbol.c: Likewise.
399 * arm_destr.c: Likewise.
400 * arm_init.c: Likewise.
401 * arm_symbol.c: Likewise.
402 * i386_corenote.c: Likewise.
403 * i386_destr.c: Likewise.
404 * i386_init.c: Likewise.
405 * i386_symbol.c: Likewise.
406 * ia64_destr.c: Likewise.
407 * ia64_init.c: Likewise.
408 * ia64_symbol.c: Likewise.
409 * mips_destr.c: Likewise.
410 * mips_init.c: Likewise.
411 * mips_symbol.c: Likewise.
412 * ppc64_destr.c: Likewise.
413 * ppc64_init.c: Likewise.
414 * ppc64_symbol.c: Likewise.
415 * ppc_destr.c: Likewise.
416 * ppc_init.c: Likewise.
417 * ppc_symbol.c: Likewise.
418 * sh_destr.c: Likewise.
419 * sh_init.c: Likewise.
420 * sh_symbol.c: Likewise.
421 * sparc_destr.c: Likewise.
422 * sparc_init.c: Likewise.
423 * sparc_symbol.c: Likewise.
424 * x86_64_destr.c: Likewise.
425 * x86_64_init.c: Likewise.
426 * x86_64_symbol.c: Likewise.
427
428 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
429 and R_X86_64_32..
430
4312005-02-06 Ulrich Drepper <drepper@redhat.com>
432
433 * eblstrtab.c: A few cleanups.
434
435 * eblopenbackend.c: Mark unused parameters.
436
437 * eblgstrtab.c: Cleanups a few printf format strings.
438
439 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
440
4412005-02-05 Ulrich Drepper <drepper@redhat.com>
442
443 * Makefile.am: Check for text relocations in constructed DSOs.
444
445 * eblstrtab.c: Minor cleanups.
446
447 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
448
4492004-08-16 Ulrich Drepper <drepper@redhat.com>
450
451 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
452 the lib directory.
453 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
454 lib in path to ebl modules.
455
4562004-04-01 Ulrich Drepper <drepper@redhat.com>
457
458 * Makefile.am: Add rules for ppc and ppc64 ebl module.
459 * ppc_init..c: New file.
460 * ppc_destr.c: New file.
461 * ppc_symbol.c: New file.
462 * libebl_ppc.h: New file.
463 * libebl_ppc.map: New file.
464 * ppc64_init..c: New file.
465 * ppc64_destr.c: New file.
466 * ppc64_symbol.c: New file.
467 * libebl_ppc64.h: New file.
468 * libebl_ppc64.map: New file.
469
4702004-01-20 Ulrich Drepper <drepper@redhat.com>
471
472 * Makefile.am: Support building with mudflap.
473
4742004-01-18 Ulrich Drepper <drepper@redhat.com>
475
476 * libeblP.h (_): Use elfutils domain.
477
4782004-01-16 Ulrich Drepper <drepper@redhat.com>
479
480 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
481
4822004-01-13 Ulrich Drepper <drepper@redhat.com>
483
484 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
485 PT_GNU_RELRO.
486
4872004-01-08 Ulrich Drepper <drepper@redhat.com>
488
489 * libebl.h: Remove last traces of libtool.
490
4912004-01-05 Ulrich Drepper <drepper@redhat.com>
492
493 * elf-knowledge.h: Move to libelf subdir.
494
495 * Makefile.am (EXTRA_DIST): Remove libebl.map.
496 * libebl.map: Removed.
497
4982003-12-08 Ulrich Drepper <drepper@redhat.com>
499
500 * eblsectiontypename.c (ebl_section_type_name): Add support for
501 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
502
5032003-11-19 Ulrich Drepper <drepper@redhat.com>
504
505 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
506 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
507 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
508
5092003-09-24 Ulrich Drepper <drepper@redhat.com>
510
511 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
512 * ia64_symbol.c (ia64_segment_type_name): Define.
513 * libebl_ia64.h (ia64_segment_type_name): Declare.
514
5152003-09-22 Ulrich Drepper <drepper@redhat.com>
516
517 * Makefile.am (AM_CFLAGS): Add -fpic.
518
5192003-08-14 Ulrich Drepper <drepper@redhat.com>
520
521 * Makefile.am (install): Remove dependency on libebl.so.
522
5232003-08-13 Ulrich Drepper <drepper@redhat.com>
524
525 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
526 assuming the code ends up in the application. Add second dlopen()
527 try without any path, just the filename.
528 * Makefile.in: Remove rules to build and install libebl.so.
529
5302003-08-11 Ulrich Drepper <drepper@redhat.com>
531
532 * Moved to CVS archive.