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