blob: f57c6e10f4f4c52a6f187d6ab6b8250dbae21728 [file] [log] [blame]
Roland McGrath5f6a41a2007-04-01 23:11:40 +000012007-04-01 Roland McGrath <roland@redhat.com>
2
3 * run-allregs.sh: Updated expected output for x86_64.
4
Ulrich Drepper6258e742007-03-13 06:22:40 +000052007-03-04 Roland McGrath <roland@redhat.com>
6
7 * dwfl-bug-fd-leak.c: New file.
8 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
9 (dwfl_bug_fd_leak_LDADD): New variable.
10
11 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
12 show what files have been located.
13
Ulrich Drepperaa915fd2007-02-05 07:25:33 +0000142007-02-02 Roland McGrath <roland@redhat.com>
15
16 * run-addrname-test.sh: New file.
17 * Makefile.am (TESTS, EXTRA_DIST): Add it.
18 * testfile34.bz2: New data file.
19 * Makefile.am (EXTRA_DIST): Add it.
20
212007-01-20 Roland McGrath <roland@redhat.com>
22
23 * testfile33.bz2: New data file.
24 * Makefile.am (EXTRA_DIST): Add it.
25 * run-elflint-test.sh: Test on it too.
26
272007-01-18 Roland McGrath <roland@redhat.com>
28
29 * Makefile.am (CFLAGS): Don't molest it.
30
312007-01-11 Roland McGrath <roland@redhat.com>
32
33 * testfile32.bz2: New data file.
34 * Makefile.am (EXTRA_DIST): Add it.
35 * run-elflint-test.sh: Test on it too.
36
Ulrich Drepperce0bdb62007-02-05 07:13:52 +0000372007-02-04 Ulrich Drepper <drepper@redhat.com>
38
39 * arls.c: New file.
40 * Makefile (noinst_PROGRAMS): Add arls.
41
42 * run-ranlib-test2.sh: Fix type in comment.
43
Ulrich Dreppercd4992c2007-01-10 20:58:17 +0000442007-01-10 Ulrich Drepper <drepper@redhat.com>
45
46 * run-elflint-self.sh (runtest): Show which file has the problem.
47
Roland McGrathba949b32007-01-10 20:44:29 +0000482007-01-10 Roland McGrath <roland@redhat.com>
49
50 * dwfl-bug-addr-overflow.c: New file.
51 * Makefile.am (TESTS): Add it.
52 (dwfl_bug_addr_overflow_LDADD): New variable.
53
Roland McGrath8190db62006-12-17 23:56:51 +0000542006-12-17 Roland McGrath <roland@redhat.com>
55
56 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
57
Roland McGrathc373d852006-10-10 00:25:21 +0000582006-09-05 Roland McGrath <roland@redhat.com>
59
60 * run-strings-test.sh: Export LC_ALL=C for the test.
61
622006-08-29 Roland McGrath <roland@redhat.com>
63
64 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
65 * run-arsymtest.sh: Likewise.
66
67 * run-native-test.sh (native.c compilation): Add some braces.
68
692006-08-22 Roland McGrath <roland@redhat.com>
70
71 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
72 (struct reginfo): New members bits, type.
73 (one_register, match_register): Update to take new args,
74 record and display new info.
75 (main): Display new info.
76 * run-allregs.sh: Update expected results.
77
Roland McGrath19db8592006-08-03 08:52:46 +0000782006-08-03 Roland McGrath <roland@redhat.com>
79
80 * run-allregs.sh: Add sparc cases.
81 * testfile30.bz2: New data file.
82 * testfile31.bz2: New data file.
83 * Makefile.am (EXTRA_DIST): Add them.
84
Roland McGrath95024622006-07-21 10:06:31 +0000852006-07-21 Roland McGrath <roland@redhat.com>
86
87 * allregs.c (struct reginfo): Increase size of name.
88 (one_register): Assert that it's big enough.
89
Roland McGrathb4379722006-04-05 01:35:26 +0000902006-04-04 Roland McGrath <roland@redhat.com>
91
92 * run-bug1-test.sh: Test a second case, to cover both byte orders.
93 * testfile29.bz2: New file.
94 * testfile29.rdwr.bz2: New file.
95 * Makefile.am (EXTRA_DIST): Add them.
96
Ulrich Drepperba718b12006-04-04 21:31:16 +0000972006-04-04 Ulrich Drepper <drepper@redhat.com>
98
99 * Makefile.am: Add rules to run run-bug1-test.sh.
100 * rdwrmmap.c: New file.
101 * run-bug1-test.sh: New file.
102 * testfile28.bz2: New file.
103 * testfile28.rdwr.bz2: New file.
104
Roland McGrathdd7e22b2006-03-09 23:05:47 +00001052006-03-09 Roland McGrath <roland@redhat.com>
106
107 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
108
Roland McGrath060fa052006-03-02 07:51:50 +00001092006-03-01 Roland McGrath <roland@redhat.com>
110
111 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
112 changes matching 3.0 spec.
113
Roland McGrathc40f58a2006-01-13 20:13:21 +00001142006-01-13 Roland McGrath <roland@redhat.com>
115
116 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
117 bash 3.1 whines when it's done in the trap 0 handler.
118
Roland McGrath4b248ce2006-01-12 03:34:38 +00001192006-01-11 Roland McGrath <roland@redhat.com>
120
121 * testfile26.bz2: New data file.
122 * testfile27.bz2: New data file.
123 * Makefile.am (EXTRA_DIST): Add them.
124 * run-allregs.sh: Test s390 data.
125
Roland McGrath124a7982005-12-15 02:37:09 +00001262005-12-14 Roland McGrath <roland@redhat.com>
127
128 * run-native-test.sh: Redirect output from native test process.
129
Roland McGrath94d26ad2005-12-13 23:24:37 +00001302005-12-13 Roland McGrath <roland@redhat.com>
131
132 * allregs.c (main): Fail if we find no registers.
133
134 * run-native-test.sh: New file.
135 * Makefile.am (TESTS, EXTRA_DIST): Add it.
136
Roland McGrathba72ab12005-12-12 00:04:33 +00001372005-12-10 Ulrich Drepper <drepper@redhat.com
138
139 * run-readelf-test1.sh: New file.
140 * Makefile.am (TESTS): Add run-readelf-test1.sh.
141 (EXTRA_DIST): Likewise.
142
Roland McGrathd804e722005-12-08 01:35:42 +00001432005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +0000144
Roland McGrathd804e722005-12-08 01:35:42 +0000145 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +0000146
Roland McGrath994b4892005-12-05 22:46:21 +00001472005-11-25 Roland McGrath <roland@redhat.com>
148
149 * coverage.sh: Given -v argument, print names of unused files.
150
151 * addrscopes.c (main): Use dwfl_end before return.
152 * allregs.c (main): Likewise.
153 * find-prologues.c (main): Likewise.
154 * funcretval.c (main): Likewise.
155 * funcscopes.c (main): Likewise.
156 * line2addr.c (main): Likewise.
157
158 * run-allregs.sh: New file.
159 * Makefile.am (TESTS, EXTRA_DIST): Add it.
160
161 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
162 * Makefile.am (allregs_LDADD): Updated.
163
164 * allregs.c: New file.
165 * Makefile.am (noinst_PROGRAMS): Add it.
166 (allregs_LDADD): New variable.
167
Roland McGrath9365d2c2005-11-18 23:55:47 +00001682005-11-18 Roland McGrath <roland@redhat.com>
169
170 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
171 * test-wrapper.sh: Likewise.
172
Roland McGrath575dd392005-11-18 01:41:52 +00001732005-11-17 Roland McGrath <roland@redhat.com>
174
Roland McGrathaf74f5c2005-11-18 02:25:14 +0000175 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
176 environment for test-wrapper.sh.
177 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
178 * test-subr.sh (installed_testrun): Likewise.
179 Use explicit path in ${bindir}.
180
Roland McGrath575dd392005-11-18 01:41:52 +0000181 * Makefile.am (installcheck-local): Fix typo in last change.
182
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001832005-11-16 Roland McGrath <roland@redhat.com>
184
185 * configure.ac: New file, for standalone build/dist of test suite.
186 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
187 (asm_TESTS): New variable, broken out of ...
188 (TESTS): ... here. Also remove msg_tst.
189 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
190 (installed_TESTS_ENVIRONMENT): New variable.
191 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
192 [!STANDALONE] (installcheck-local): Likewise.
193 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
194 * addrscopes.c: Include <config.h>.
195 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
196 * allfcts.c: Likewise.
197 * asm-tst1.c: Likewise.
198 * asm-tst2.c: Likewise.
199 * asm-tst3.c: Likewise.
200 * asm-tst4.c: Likewise.
201 * asm-tst5.c: Likewise.
202 * asm-tst6.c: Likewise.
203 * asm-tst7.c: Likewise.
204 * asm-tst8.c: Likewise.
205 * asm-tst9.c: Likewise.
206 * dwflmodtest.c: Likewise.
207 * find-prologues.c: Likewise.
208 * funcscopes.c: Likewise.
209 * get-aranges.c: Likewise.
210 * get-files.c: Likewise.
211 * get-lines.c: Likewise.
212 * get-pubnames.c: Likewise.
213 * line2addr.c: Likewise.
214 * newscn.c: Likewise.
215 * show-abbrev.c: Likewise.
216 * show-die-info.c: Likewise.
217 * update3.c: Likewise.
218 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +0000219 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +0000220
221 * dwflmodtest.c (print_instance): Don't use INTUSE.
222 (options): Don't use N_ macro.
223
Roland McGrath1b8b4462005-11-16 01:33:38 +00002242005-11-15 Roland McGrath <roland@redhat.com>
225
Roland McGrathe47ab762005-11-17 03:16:00 +0000226 * coverage.sh: Look in backends.
227 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
228 (TESTS_ENVIRONMENT): Likewise.
229
230 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
231 pass FUNCDIE direclty to dwfl_module_return_value_location.
232
Roland McGrath1b8b4462005-11-16 01:33:38 +0000233 * Makefile.am (BUILD_RPATH): New variable.
234 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
235 (tests_rpath): New variable.
236 (installcheck-local): Pass it to test-wrapper.sh.
237 * test-wrapper.sh: In "installed" format, take yes/no value
238 for elfutils_tests_rpath, which export. When running a test
239 binary for installcheck, exit 77.
240 * test-subr.sh (installed_testrun): When running a test binary
241 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
242
2432005-11-14 Roland McGrath <roland@redhat.com>
244
245 * test-subr.sh: New file.
246 * test-wrapper.sh: New file.
247 * Makefile.am (EXTRA_DIST): Add them.
248 (AM_LDFLAGS): Variable removed.
249 (TESTS_ENVIRONMENT): New variable.
250 (installcheck-local): New target.
251 * run-addrscopes.sh: Use test-subr.sh.
252 * run-allfcts.sh: Likewise.
253 * run-ecp-test.sh: Likewise.
254 * run-ecp-test2.sh: Likewise.
255 * run-elflint-self.sh: Likewise.
256 * run-elflint-test.sh: Likewise.
257 * run-find-prologues.sh: Likewise.
258 * run-funcscopes.sh: Likewise.
259 * run-get-aranges.sh: Likewise.
260 * run-get-files.sh: Likewise.
261 * run-get-lines.sh: Likewise.
262 * run-get-pubnames.sh: Likewise.
263 * run-line2addr.sh: Likewise.
264 * run-ranlib-test.sh: Likewise.
265 * run-ranlib-test2.sh: Likewise.
266 * run-show-abbrev.sh: Likewise.
267 * run-show-ciefde.sh: Likewise.
268 * run-show-die-info.sh: Likewise.
269 * run-strings-test.sh: Likewise.
270 * run-strip-test.sh: Likewise.
271
Roland McGrathe47ab762005-11-17 03:16:00 +00002722005-11-13 Roland McGrath <roland@redhat.com>
273
274 * funcretval.c: New file.
275 * Makefile.am (noinst_PROGRAMS): Add it.
276 (funcretval_LDADD): New variable.
277
Ulrich Drepper3840c1c2005-11-09 16:13:48 +00002782005-11-09 Ulrich Drepper <drepper@redhat.com>
279
280 * line2addr.c (handle_module): Add missing parameter to printf.
281
Roland McGrath07d4f2f2005-10-28 06:56:24 +00002822005-10-27 Roland McGrath <roland@redhat.com>
283
Roland McGrath6724c902005-10-28 07:07:19 +0000284 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
285 * funcscopes.c (handle_function): Likewise.
286 * dwflmodtest.c (print_inline, print_func): Likewise.
287 * find-prologues.c (handle_function): Likewise.
288
2892005-10-27 Roland McGrath <roland@redhat.com>
290
Roland McGrath07d4f2f2005-10-28 06:56:24 +0000291 * run-find-prologues.sh: New file.
292 * Makefile.am (TESTS, EXTRA_DIST): Add it.
293
294 * find-prologues.c (handle_function): Skip inlines.
295
2962005-10-25 Roland McGrath <roland@redhat.com>
297
298 * find-prologues.c: New file.
299 * Makefile.am (noinst_PROGRAMS): Add it.
300 (find_prologues_LDADD): New variable.
301
Ulrich Drepper3bbc9502005-09-02 20:29:56 +00003022005-09-02 Ulrich Drepper <drepper@redhat.com>
303
304 * run-strings-test.sh: Remove strings.out in the end.
305
Ulrich Drepper7d65d012005-08-31 15:14:26 +00003062005-08-31 Ulrich Drepper <drepper@redhat.com>
307
308 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
309 * run-allfcts.sh: Likewise.
310 * run-ecp-test.sh: Likewise.
311 * run-ecp-test2.sh: Likewise.
312 * run-elflint-test.sh: Likewise.
313 * run-funcscopes.sh: Likewise.
314 * run-get-aranges.sh: Likewise.
315 * run-get-files.sh: Likewise.
316 * run-get-lines.sh: Likewise.
317 * run-get-pubnames.sh: Likewise.
318 * run-line2addr.sh: Likewise.
319 * run-ranlib-test2.sh: Likewise.
320 * run-show-abbrev.sh: Likewise.
321 * run-show-ciefde.sh: Likewise.
322 * run-show-die-info.sh: Likewise.
323 * run-strings-test.sh: Likewise.
324 * run-strip-test.sh: Likewise.
325
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +00003262005-08-30 Ulrich Drepper <drepper@redhat.com>
327
328 * coverage.sh: Handle case where there is no .gcno file at all.
329
Ulrich Drepper39cec7a2005-08-30 01:22:01 +00003302005-08-29 Ulrich Drepper <drepper@redhat.com>
331
332 * Makefile.am (EXTRA_DIST): Add coverage.
333 [GCOV]: Generate coverage summary after the tests ran
334 * coverage.sh: New file.
335
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00003362005-08-28 Ulrich Drepper <drepper@redhat.com>
337
338 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
339 (CLEANFILES): Add *.gcno *.gcda *.gconv.
340
3412005-08-28 Ulrich Drepper <drepper@redhat.com>
342
343 * run-strings-test.sh: New file.
344 * Makefile.am (TESTS, EXTRA_DIST): Add it.
345
Roland McGrath71e15a02005-08-27 10:33:26 +00003462005-08-27 Roland McGrath <roland@redhat.com>
347
Roland McGrathb0bc2782005-08-27 21:07:16 +0000348 * addrscopes.c (handle_address): Apply bias to PC addresses.
349
Roland McGrath71e15a02005-08-27 10:33:26 +0000350 * run-funcscopes.sh: New file.
351 * testfile25.bz2: New data file.
352 * Makefile.am (TESTS, EXTRA_DIST): Add them.
353
3542005-08-26 Roland McGrath <roland@redhat.com>
355
356 * addrscopes.c (dwarf_diename_integrate): Removed.
357 (print_vars, handle_address): Use plain dwarf_diename.
358
3592005-08-25 Roland McGrath <roland@redhat.com>
360
361 * funcscopes.c: New file.
362 * Makefile.am (noinst_PROGRAMS): Add it.
363 (funcscopes_LDADD): New variable.
364
365 * run-addrscopes.sh: Add another case.
366 * testfile24.bz2: New data file.
367 * Makefile.am (EXTRA_DIST): Add it.
368
369 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
370 pass it to dwarf_getscopes.
371 (main): Pass it, true when '=' follows an address.
372
Roland McGrath4c305da2005-08-25 01:49:35 +00003732005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +0000374
Roland McGrath4c305da2005-08-25 01:49:35 +0000375 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +0000376
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00003772005-08-24 Ulrich Drepper <drepper@redhat.com>
378
Ulrich Drepper958bf132005-08-24 21:40:55 +0000379 * run-line2addr.sh: Remove testfile23 in the end.
380
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000381 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +0000382 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000383
Roland McGrathd17fac72005-08-23 08:20:21 +00003842005-08-22 Roland McGrath <roland@redhat.com>
385
386 * run-line2addr.sh: Add a case.
387 * testfile23.bz2: New data file.
388 * Makefile.am (EXTRA_DIST): Add it.
389
Roland McGrath9a1f3652005-08-18 20:57:04 +00003902005-08-18 Roland McGrath <roland@redhat.com>
391
Roland McGrathf5fda7d2005-08-18 22:01:57 +0000392 * run-addrscopes.sh: New file.
393 * testfile22.bz2: New data file.
394 * Makefile.am (TESTS, EXTRA_DIST): Add them.
395
Roland McGrath9a1f3652005-08-18 20:57:04 +0000396 * addrscopes.c: New file.
397 * Makefile.am (noinst_PROGRAMS): Add it.
398 (addrscopes_LDADD): New variable.
399
Ulrich Drepper837b5222005-08-16 05:12:01 +00004002005-08-15 Ulrich Drepper <drepper@redhat.com>
401
402 * run-elflint-self.sh: Don't run test if the file doesn't exist.
403
Roland McGrath1ecb6062005-08-15 09:53:04 +00004042005-08-15 Roland McGrath <roland@redhat.com>
405
406 * dwflmodtest.c (print_instance, print_inline): New functions.
407 (print_func): Call print_inline.
408 (options, parse_opt): Grok -i/--inlines.
409
Roland McGrath8d18c292005-08-07 21:42:07 +00004102005-08-07 Roland McGrath <roland@redhat.com>
411
412 * dwflmodtest.c: Print function details only if -f flag is given.
413
Ulrich Drepper47be7952005-08-07 04:41:39 +00004142005-08-06 Ulrich Drepper <drepper@redhat.com>
415
Ulrich Drepper637963b2005-08-07 05:33:07 +0000416 * run-elflint-self.sh: New file.
417 * Makefile.am (TESTS): Add run-elflint-self.sh.
418 (EXTRA_DIST): Likewise.
419
Ulrich Drepper47be7952005-08-07 04:41:39 +0000420 * Makefile.am: Link with statis libs if BUILD_STATIC.
421 (dwflmodtest_LDADD): Also link with -ldl.
422
Ulrich Drepper41de4882005-08-03 00:02:56 +00004232005-08-02 Ulrich Drepper <drepper@redhat.com>
424
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000425 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
426 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
427 library first.
428 * asm-tst2.c: Likewise.
429 * asm-tst3.c: Likewise.
430 * asm-tst4.c: Likewise.
431 * asm-tst5.c: Likewise.
432 * asm-tst6.c: Likewise.
433 * asm-tst7.c: Likewise.
434 * asm-tst8.c: Likewise.
435 * asm-tst9.c: Likewise.
436
Ulrich Drepper41de4882005-08-03 00:02:56 +0000437 * msg_tst.c: Add new error message.
438
Ulrich Drepper18618fd2005-07-28 21:29:22 +00004392005-07-28 Ulrich Drepper <drepper@redhat.com>
440
441 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
442
Roland McGrathd17fac72005-08-23 08:20:21 +00004432005-06-01 Roland McGrath <roland@redhat.com>
444
445 * line2addr.c: Rewritten using libdwfl.
446 * run-line2addr.sh: Update test for changed arguments.
447 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
448 (libdwfl): New variable.
449 (line2addr_LDADD): Use it.
450
Roland McGrath18385902005-07-28 07:12:38 +00004512005-07-28 Roland McGrath <roland@redhat.com>
452
453 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
454 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
455 (dwflmodtest_LDADD): New variable.
456 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
457
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00004582005-07-21 Ulrich Drepper <drepper@redhat.com>
459
460 * testfile18.bz2: New file.
461 * run-elflint-test.sh: New file.
462 * Makefile.am (TESTS): Add run-elflint-test.sh.
463 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
464
4652005-05-24 Ulrich Drepper <drepper@redhat.com>
466
467 * get-files.c (main): Use correct format specifier.
468
4692005-05-21 Ulrich Drepper <drepper@redhat.com>
470
471 * Makefile.am: Add -Wextra to CFLAGS.
472 * get-files.c: Remove warning this produced.
473 * get-pubnames.c: Likewise.
474 * newfile.c: Likewise.
475 * newscn.c: Likewise.
476 * scnnames.c: Likewise.
477 * showptable.c: Likewise.
478 * test-nlist.c: Likewise.
479 * update1.c: Likewise.
480 * update2.c: Likewise.
481 * update3.c: Likewise.
482 * update4.c: Likewise.
483
4842005-05-08 Ulrich Drepper <drepper@redhat.com>
485
486 * run-line2addr.sh: Remove testfile14 at the end.
487
Ulrich Drepper282bf322005-07-28 21:49:05 +0000488 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000489
490 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
491 .bz, not .bz2.
492
4932005-05-03 Roland McGrath <roland@redhat.com>
494
495 * run-strip-test.sh: Use variables for test file names.
496 Optionally produce separate debug file and check it.
497 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
498 * run-strip-test3.sh: Likewise.
499 * run-strip-test4.sh: New file.
500 * run-strip-test5.sh: New file.
501 * run-strip-test6.sh: New file.
502 * testfile15.bz: New file.
503 * testfile15.debug.bz: New file.
504 * testfile16.bz: New file.
505 * testfile16.debug.bz: New file.
506 * testfile17.bz: New file.
507 * testfile17.debug.bz: New file.
508 * Makefile.am (TESTS, EXTRA_DIST): Add them.
509
5102005-04-25 Ulrich Drepper <drepper@redhat.com>
511
512 * run-line2addr.sh: Also use testfile14. Adjust for correct
513 return of multiple matches.
514 * testfile14.bz2: New file.
515 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
516
517 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
518
5192005-04-04 Roland McGrath <roland@frob.com>
520
521 * line2addr.c (main): Initialize LINES and NLINES before calling
522 dwarf_getsrc_file, and free LINES afterwards.
523
524 * allfcts.c (main): Use size_t for CUHL.
525
5262005-04-04 Ulrich Drepper <drepper@redhat.com>
527
528 * line2addr.c: New file.
529 * run-line2addr.sh: New file.
530 * Makefile.am: Add rules to build, run, and distribute new code.
531
5322005-04-02 Ulrich Drepper <drepper@redhat.com>
533
534 * allfcts.c: New file.
535 * run-allfcts.sh: New file.
536 * Makefile.am: Add rules to build, run, and distribute new code.
537
5382005-02-05 Ulrich Drepper <drepper@redhat.com>
539
540 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
541 programs with -lmudflap.
542
5432004-09-25 Ulrich Drepper <drepper@redhat.com>
544
545 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
546 * asm-tst5.c (main): Likewise.
547 * asm-tst6.c (main): Likewise.
548
5492004-01-17 Ulrich Drepper <drepper@redhat.com>
550
551 * Makefile.am: Support building with mudflap.
552
5532004-01-12 Ulrich Drepper <drepper@redhat.com>
554
555 * get-aranges.c: Rewrite to use libdw.
556 * Makefile.am: Reenable get-aranges test.
557
5582004-01-11 Ulrich Drepper <drepper@redhat.com>
559
560 * get-lines.c: New file.
561 * get-files.c: Adjust for libdw.
562 * run-get-files.sh: Adjust expected result.
563 * run-get-lines.sh: Likewise.
564 * Makefile.am: Run get-lines test. Don't run get-aranges and
565 get-ciefde test for now.
566
567 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
568 change. Print attribute offset information.
569 * run-show-abbrev.sh: Adjust expected output.
570
5712004-01-09 Ulrich Drepper <drepper@redhat.com>
572
573 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
574 * show-die-info.c: Likewise.
575 * run-show-die-info.sh: Adjust expected output.
576
5772003-08-13 Ulrich Drepper <drepper@redhat.com>
578
579 * Makefile.in: Depend on libebl.a, not libebl.so.
580
5812003-08-11 Ulrich Drepper <drepper@redhat.com>
582
583 * Moved to CVS archive.