blob: cbb4ac7e21d50d11ac391f7acd7235b646fc967f [file] [log] [blame]
Roland McGrathb4379722006-04-05 01:35:26 +000012006-04-04 Roland McGrath <roland@redhat.com>
2
3 * run-bug1-test.sh: Test a second case, to cover both byte orders.
4 * testfile29.bz2: New file.
5 * testfile29.rdwr.bz2: New file.
6 * Makefile.am (EXTRA_DIST): Add them.
7
Ulrich Drepperba718b12006-04-04 21:31:16 +000082006-04-04 Ulrich Drepper <drepper@redhat.com>
9
10 * Makefile.am: Add rules to run run-bug1-test.sh.
11 * rdwrmmap.c: New file.
12 * run-bug1-test.sh: New file.
13 * testfile28.bz2: New file.
14 * testfile28.rdwr.bz2: New file.
15
Roland McGrathdd7e22b2006-03-09 23:05:47 +0000162006-03-09 Roland McGrath <roland@redhat.com>
17
18 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
19
Roland McGrath060fa052006-03-02 07:51:50 +0000202006-03-01 Roland McGrath <roland@redhat.com>
21
22 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
23 changes matching 3.0 spec.
24
Roland McGrathc40f58a2006-01-13 20:13:21 +0000252006-01-13 Roland McGrath <roland@redhat.com>
26
27 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
28 bash 3.1 whines when it's done in the trap 0 handler.
29
Roland McGrath4b248ce2006-01-12 03:34:38 +0000302006-01-11 Roland McGrath <roland@redhat.com>
31
32 * testfile26.bz2: New data file.
33 * testfile27.bz2: New data file.
34 * Makefile.am (EXTRA_DIST): Add them.
35 * run-allregs.sh: Test s390 data.
36
Roland McGrath124a7982005-12-15 02:37:09 +0000372005-12-14 Roland McGrath <roland@redhat.com>
38
39 * run-native-test.sh: Redirect output from native test process.
40
Roland McGrath94d26ad2005-12-13 23:24:37 +0000412005-12-13 Roland McGrath <roland@redhat.com>
42
43 * allregs.c (main): Fail if we find no registers.
44
45 * run-native-test.sh: New file.
46 * Makefile.am (TESTS, EXTRA_DIST): Add it.
47
Roland McGrathba72ab12005-12-12 00:04:33 +0000482005-12-10 Ulrich Drepper <drepper@redhat.com
49
50 * run-readelf-test1.sh: New file.
51 * Makefile.am (TESTS): Add run-readelf-test1.sh.
52 (EXTRA_DIST): Likewise.
53
Roland McGrathd804e722005-12-08 01:35:42 +0000542005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +000055
Roland McGrathd804e722005-12-08 01:35:42 +000056 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +000057
Roland McGrath994b4892005-12-05 22:46:21 +0000582005-11-25 Roland McGrath <roland@redhat.com>
59
60 * coverage.sh: Given -v argument, print names of unused files.
61
62 * addrscopes.c (main): Use dwfl_end before return.
63 * allregs.c (main): Likewise.
64 * find-prologues.c (main): Likewise.
65 * funcretval.c (main): Likewise.
66 * funcscopes.c (main): Likewise.
67 * line2addr.c (main): Likewise.
68
69 * run-allregs.sh: New file.
70 * Makefile.am (TESTS, EXTRA_DIST): Add it.
71
72 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
73 * Makefile.am (allregs_LDADD): Updated.
74
75 * allregs.c: New file.
76 * Makefile.am (noinst_PROGRAMS): Add it.
77 (allregs_LDADD): New variable.
78
Roland McGrath9365d2c2005-11-18 23:55:47 +0000792005-11-18 Roland McGrath <roland@redhat.com>
80
81 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
82 * test-wrapper.sh: Likewise.
83
Roland McGrath575dd392005-11-18 01:41:52 +0000842005-11-17 Roland McGrath <roland@redhat.com>
85
Roland McGrathaf74f5c2005-11-18 02:25:14 +000086 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
87 environment for test-wrapper.sh.
88 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
89 * test-subr.sh (installed_testrun): Likewise.
90 Use explicit path in ${bindir}.
91
Roland McGrath575dd392005-11-18 01:41:52 +000092 * Makefile.am (installcheck-local): Fix typo in last change.
93
Roland McGrathd7f8d0c2005-11-17 02:32:03 +0000942005-11-16 Roland McGrath <roland@redhat.com>
95
96 * configure.ac: New file, for standalone build/dist of test suite.
97 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
98 (asm_TESTS): New variable, broken out of ...
99 (TESTS): ... here. Also remove msg_tst.
100 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
101 (installed_TESTS_ENVIRONMENT): New variable.
102 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
103 [!STANDALONE] (installcheck-local): Likewise.
104 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
105 * addrscopes.c: Include <config.h>.
106 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
107 * allfcts.c: Likewise.
108 * asm-tst1.c: Likewise.
109 * asm-tst2.c: Likewise.
110 * asm-tst3.c: Likewise.
111 * asm-tst4.c: Likewise.
112 * asm-tst5.c: Likewise.
113 * asm-tst6.c: Likewise.
114 * asm-tst7.c: Likewise.
115 * asm-tst8.c: Likewise.
116 * asm-tst9.c: Likewise.
117 * dwflmodtest.c: Likewise.
118 * find-prologues.c: Likewise.
119 * funcscopes.c: Likewise.
120 * get-aranges.c: Likewise.
121 * get-files.c: Likewise.
122 * get-lines.c: Likewise.
123 * get-pubnames.c: Likewise.
124 * line2addr.c: Likewise.
125 * newscn.c: Likewise.
126 * show-abbrev.c: Likewise.
127 * show-die-info.c: Likewise.
128 * update3.c: Likewise.
129 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +0000130 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +0000131
132 * dwflmodtest.c (print_instance): Don't use INTUSE.
133 (options): Don't use N_ macro.
134
Roland McGrath1b8b4462005-11-16 01:33:38 +00001352005-11-15 Roland McGrath <roland@redhat.com>
136
Roland McGrathe47ab762005-11-17 03:16:00 +0000137 * coverage.sh: Look in backends.
138 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
139 (TESTS_ENVIRONMENT): Likewise.
140
141 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
142 pass FUNCDIE direclty to dwfl_module_return_value_location.
143
Roland McGrath1b8b4462005-11-16 01:33:38 +0000144 * Makefile.am (BUILD_RPATH): New variable.
145 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
146 (tests_rpath): New variable.
147 (installcheck-local): Pass it to test-wrapper.sh.
148 * test-wrapper.sh: In "installed" format, take yes/no value
149 for elfutils_tests_rpath, which export. When running a test
150 binary for installcheck, exit 77.
151 * test-subr.sh (installed_testrun): When running a test binary
152 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
153
1542005-11-14 Roland McGrath <roland@redhat.com>
155
156 * test-subr.sh: New file.
157 * test-wrapper.sh: New file.
158 * Makefile.am (EXTRA_DIST): Add them.
159 (AM_LDFLAGS): Variable removed.
160 (TESTS_ENVIRONMENT): New variable.
161 (installcheck-local): New target.
162 * run-addrscopes.sh: Use test-subr.sh.
163 * run-allfcts.sh: Likewise.
164 * run-ecp-test.sh: Likewise.
165 * run-ecp-test2.sh: Likewise.
166 * run-elflint-self.sh: Likewise.
167 * run-elflint-test.sh: Likewise.
168 * run-find-prologues.sh: Likewise.
169 * run-funcscopes.sh: Likewise.
170 * run-get-aranges.sh: Likewise.
171 * run-get-files.sh: Likewise.
172 * run-get-lines.sh: Likewise.
173 * run-get-pubnames.sh: Likewise.
174 * run-line2addr.sh: Likewise.
175 * run-ranlib-test.sh: Likewise.
176 * run-ranlib-test2.sh: Likewise.
177 * run-show-abbrev.sh: Likewise.
178 * run-show-ciefde.sh: Likewise.
179 * run-show-die-info.sh: Likewise.
180 * run-strings-test.sh: Likewise.
181 * run-strip-test.sh: Likewise.
182
Roland McGrathe47ab762005-11-17 03:16:00 +00001832005-11-13 Roland McGrath <roland@redhat.com>
184
185 * funcretval.c: New file.
186 * Makefile.am (noinst_PROGRAMS): Add it.
187 (funcretval_LDADD): New variable.
188
Ulrich Drepper3840c1c2005-11-09 16:13:48 +00001892005-11-09 Ulrich Drepper <drepper@redhat.com>
190
191 * line2addr.c (handle_module): Add missing parameter to printf.
192
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001932005-10-27 Roland McGrath <roland@redhat.com>
194
Roland McGrath6724c902005-10-28 07:07:19 +0000195 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
196 * funcscopes.c (handle_function): Likewise.
197 * dwflmodtest.c (print_inline, print_func): Likewise.
198 * find-prologues.c (handle_function): Likewise.
199
2002005-10-27 Roland McGrath <roland@redhat.com>
201
Roland McGrath07d4f2f2005-10-28 06:56:24 +0000202 * run-find-prologues.sh: New file.
203 * Makefile.am (TESTS, EXTRA_DIST): Add it.
204
205 * find-prologues.c (handle_function): Skip inlines.
206
2072005-10-25 Roland McGrath <roland@redhat.com>
208
209 * find-prologues.c: New file.
210 * Makefile.am (noinst_PROGRAMS): Add it.
211 (find_prologues_LDADD): New variable.
212
Ulrich Drepper3bbc9502005-09-02 20:29:56 +00002132005-09-02 Ulrich Drepper <drepper@redhat.com>
214
215 * run-strings-test.sh: Remove strings.out in the end.
216
Ulrich Drepper7d65d012005-08-31 15:14:26 +00002172005-08-31 Ulrich Drepper <drepper@redhat.com>
218
219 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
220 * run-allfcts.sh: Likewise.
221 * run-ecp-test.sh: Likewise.
222 * run-ecp-test2.sh: Likewise.
223 * run-elflint-test.sh: Likewise.
224 * run-funcscopes.sh: Likewise.
225 * run-get-aranges.sh: Likewise.
226 * run-get-files.sh: Likewise.
227 * run-get-lines.sh: Likewise.
228 * run-get-pubnames.sh: Likewise.
229 * run-line2addr.sh: Likewise.
230 * run-ranlib-test2.sh: Likewise.
231 * run-show-abbrev.sh: Likewise.
232 * run-show-ciefde.sh: Likewise.
233 * run-show-die-info.sh: Likewise.
234 * run-strings-test.sh: Likewise.
235 * run-strip-test.sh: Likewise.
236
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +00002372005-08-30 Ulrich Drepper <drepper@redhat.com>
238
239 * coverage.sh: Handle case where there is no .gcno file at all.
240
Ulrich Drepper39cec7a2005-08-30 01:22:01 +00002412005-08-29 Ulrich Drepper <drepper@redhat.com>
242
243 * Makefile.am (EXTRA_DIST): Add coverage.
244 [GCOV]: Generate coverage summary after the tests ran
245 * coverage.sh: New file.
246
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00002472005-08-28 Ulrich Drepper <drepper@redhat.com>
248
249 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
250 (CLEANFILES): Add *.gcno *.gcda *.gconv.
251
2522005-08-28 Ulrich Drepper <drepper@redhat.com>
253
254 * run-strings-test.sh: New file.
255 * Makefile.am (TESTS, EXTRA_DIST): Add it.
256
Roland McGrath71e15a02005-08-27 10:33:26 +00002572005-08-27 Roland McGrath <roland@redhat.com>
258
Roland McGrathb0bc2782005-08-27 21:07:16 +0000259 * addrscopes.c (handle_address): Apply bias to PC addresses.
260
Roland McGrath71e15a02005-08-27 10:33:26 +0000261 * run-funcscopes.sh: New file.
262 * testfile25.bz2: New data file.
263 * Makefile.am (TESTS, EXTRA_DIST): Add them.
264
2652005-08-26 Roland McGrath <roland@redhat.com>
266
267 * addrscopes.c (dwarf_diename_integrate): Removed.
268 (print_vars, handle_address): Use plain dwarf_diename.
269
2702005-08-25 Roland McGrath <roland@redhat.com>
271
272 * funcscopes.c: New file.
273 * Makefile.am (noinst_PROGRAMS): Add it.
274 (funcscopes_LDADD): New variable.
275
276 * run-addrscopes.sh: Add another case.
277 * testfile24.bz2: New data file.
278 * Makefile.am (EXTRA_DIST): Add it.
279
280 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
281 pass it to dwarf_getscopes.
282 (main): Pass it, true when '=' follows an address.
283
Roland McGrath4c305da2005-08-25 01:49:35 +00002842005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +0000285
Roland McGrath4c305da2005-08-25 01:49:35 +0000286 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +0000287
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002882005-08-24 Ulrich Drepper <drepper@redhat.com>
289
Ulrich Drepper958bf132005-08-24 21:40:55 +0000290 * run-line2addr.sh: Remove testfile23 in the end.
291
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000292 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +0000293 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000294
Roland McGrathd17fac72005-08-23 08:20:21 +00002952005-08-22 Roland McGrath <roland@redhat.com>
296
297 * run-line2addr.sh: Add a case.
298 * testfile23.bz2: New data file.
299 * Makefile.am (EXTRA_DIST): Add it.
300
Roland McGrath9a1f3652005-08-18 20:57:04 +00003012005-08-18 Roland McGrath <roland@redhat.com>
302
Roland McGrathf5fda7d2005-08-18 22:01:57 +0000303 * run-addrscopes.sh: New file.
304 * testfile22.bz2: New data file.
305 * Makefile.am (TESTS, EXTRA_DIST): Add them.
306
Roland McGrath9a1f3652005-08-18 20:57:04 +0000307 * addrscopes.c: New file.
308 * Makefile.am (noinst_PROGRAMS): Add it.
309 (addrscopes_LDADD): New variable.
310
Ulrich Drepper837b5222005-08-16 05:12:01 +00003112005-08-15 Ulrich Drepper <drepper@redhat.com>
312
313 * run-elflint-self.sh: Don't run test if the file doesn't exist.
314
Roland McGrath1ecb6062005-08-15 09:53:04 +00003152005-08-15 Roland McGrath <roland@redhat.com>
316
317 * dwflmodtest.c (print_instance, print_inline): New functions.
318 (print_func): Call print_inline.
319 (options, parse_opt): Grok -i/--inlines.
320
Roland McGrath8d18c292005-08-07 21:42:07 +00003212005-08-07 Roland McGrath <roland@redhat.com>
322
323 * dwflmodtest.c: Print function details only if -f flag is given.
324
Ulrich Drepper47be7952005-08-07 04:41:39 +00003252005-08-06 Ulrich Drepper <drepper@redhat.com>
326
Ulrich Drepper637963b2005-08-07 05:33:07 +0000327 * run-elflint-self.sh: New file.
328 * Makefile.am (TESTS): Add run-elflint-self.sh.
329 (EXTRA_DIST): Likewise.
330
Ulrich Drepper47be7952005-08-07 04:41:39 +0000331 * Makefile.am: Link with statis libs if BUILD_STATIC.
332 (dwflmodtest_LDADD): Also link with -ldl.
333
Ulrich Drepper41de4882005-08-03 00:02:56 +00003342005-08-02 Ulrich Drepper <drepper@redhat.com>
335
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000336 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
337 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
338 library first.
339 * asm-tst2.c: Likewise.
340 * asm-tst3.c: Likewise.
341 * asm-tst4.c: Likewise.
342 * asm-tst5.c: Likewise.
343 * asm-tst6.c: Likewise.
344 * asm-tst7.c: Likewise.
345 * asm-tst8.c: Likewise.
346 * asm-tst9.c: Likewise.
347
Ulrich Drepper41de4882005-08-03 00:02:56 +0000348 * msg_tst.c: Add new error message.
349
Ulrich Drepper18618fd2005-07-28 21:29:22 +00003502005-07-28 Ulrich Drepper <drepper@redhat.com>
351
352 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
353
Roland McGrathd17fac72005-08-23 08:20:21 +00003542005-06-01 Roland McGrath <roland@redhat.com>
355
356 * line2addr.c: Rewritten using libdwfl.
357 * run-line2addr.sh: Update test for changed arguments.
358 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
359 (libdwfl): New variable.
360 (line2addr_LDADD): Use it.
361
Roland McGrath18385902005-07-28 07:12:38 +00003622005-07-28 Roland McGrath <roland@redhat.com>
363
364 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
365 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
366 (dwflmodtest_LDADD): New variable.
367 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
368
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00003692005-07-21 Ulrich Drepper <drepper@redhat.com>
370
371 * testfile18.bz2: New file.
372 * run-elflint-test.sh: New file.
373 * Makefile.am (TESTS): Add run-elflint-test.sh.
374 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
375
3762005-05-24 Ulrich Drepper <drepper@redhat.com>
377
378 * get-files.c (main): Use correct format specifier.
379
3802005-05-21 Ulrich Drepper <drepper@redhat.com>
381
382 * Makefile.am: Add -Wextra to CFLAGS.
383 * get-files.c: Remove warning this produced.
384 * get-pubnames.c: Likewise.
385 * newfile.c: Likewise.
386 * newscn.c: Likewise.
387 * scnnames.c: Likewise.
388 * showptable.c: Likewise.
389 * test-nlist.c: Likewise.
390 * update1.c: Likewise.
391 * update2.c: Likewise.
392 * update3.c: Likewise.
393 * update4.c: Likewise.
394
3952005-05-08 Ulrich Drepper <drepper@redhat.com>
396
397 * run-line2addr.sh: Remove testfile14 at the end.
398
Ulrich Drepper282bf322005-07-28 21:49:05 +0000399 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000400
401 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
402 .bz, not .bz2.
403
4042005-05-03 Roland McGrath <roland@redhat.com>
405
406 * run-strip-test.sh: Use variables for test file names.
407 Optionally produce separate debug file and check it.
408 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
409 * run-strip-test3.sh: Likewise.
410 * run-strip-test4.sh: New file.
411 * run-strip-test5.sh: New file.
412 * run-strip-test6.sh: New file.
413 * testfile15.bz: New file.
414 * testfile15.debug.bz: New file.
415 * testfile16.bz: New file.
416 * testfile16.debug.bz: New file.
417 * testfile17.bz: New file.
418 * testfile17.debug.bz: New file.
419 * Makefile.am (TESTS, EXTRA_DIST): Add them.
420
4212005-04-25 Ulrich Drepper <drepper@redhat.com>
422
423 * run-line2addr.sh: Also use testfile14. Adjust for correct
424 return of multiple matches.
425 * testfile14.bz2: New file.
426 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
427
428 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
429
4302005-04-04 Roland McGrath <roland@frob.com>
431
432 * line2addr.c (main): Initialize LINES and NLINES before calling
433 dwarf_getsrc_file, and free LINES afterwards.
434
435 * allfcts.c (main): Use size_t for CUHL.
436
4372005-04-04 Ulrich Drepper <drepper@redhat.com>
438
439 * line2addr.c: New file.
440 * run-line2addr.sh: New file.
441 * Makefile.am: Add rules to build, run, and distribute new code.
442
4432005-04-02 Ulrich Drepper <drepper@redhat.com>
444
445 * allfcts.c: New file.
446 * run-allfcts.sh: New file.
447 * Makefile.am: Add rules to build, run, and distribute new code.
448
4492005-02-05 Ulrich Drepper <drepper@redhat.com>
450
451 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
452 programs with -lmudflap.
453
4542004-09-25 Ulrich Drepper <drepper@redhat.com>
455
456 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
457 * asm-tst5.c (main): Likewise.
458 * asm-tst6.c (main): Likewise.
459
4602004-01-17 Ulrich Drepper <drepper@redhat.com>
461
462 * Makefile.am: Support building with mudflap.
463
4642004-01-12 Ulrich Drepper <drepper@redhat.com>
465
466 * get-aranges.c: Rewrite to use libdw.
467 * Makefile.am: Reenable get-aranges test.
468
4692004-01-11 Ulrich Drepper <drepper@redhat.com>
470
471 * get-lines.c: New file.
472 * get-files.c: Adjust for libdw.
473 * run-get-files.sh: Adjust expected result.
474 * run-get-lines.sh: Likewise.
475 * Makefile.am: Run get-lines test. Don't run get-aranges and
476 get-ciefde test for now.
477
478 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
479 change. Print attribute offset information.
480 * run-show-abbrev.sh: Adjust expected output.
481
4822004-01-09 Ulrich Drepper <drepper@redhat.com>
483
484 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
485 * show-die-info.c: Likewise.
486 * run-show-die-info.sh: Adjust expected output.
487
4882003-08-13 Ulrich Drepper <drepper@redhat.com>
489
490 * Makefile.in: Depend on libebl.a, not libebl.so.
491
4922003-08-11 Ulrich Drepper <drepper@redhat.com>
493
494 * Moved to CVS archive.