stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.
[platform/upstream/elfutils.git] / tests / ChangeLog
1 2014-01-20  Mark Wielaard  <mjw@redhat.com>
2
3         * Makefile.am (TESTS): Add run-stack-d-test.sh.
4         (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
5         testfiledwarfinlines.core.bz2.
6         * run-stack-d-test.sh: New test.
7         * testfiledwarfinlines.bz2: New test file.
8         * testfiledwarfinlines.core.bz2: Likewise.
9
10 2014-01-16  Mark Wielaard  <mjw@redhat.com>
11
12         * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
13         on one ET_REL, one ET_EXEC and one ET_DYN file.
14         * test-subr.sh (self_test_files): Add two ET_REL files, only add
15         two libebl ET_DYN backend files.
16
17 2014-01-16  Mark Wielaard  <mjw@redhat.com>
18
19         * run-backtrace-demangle.sh: Check exitcode and max number of frames.
20
21 2014-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
22
23         Fix false FAILs on testsuite with ulimit -c unlimited.
24         * backtrace-child.c (sigusr2): Call pthread_exit.
25         (main): Return, do not call abort.
26
27 2014-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
28
29         Fix corruption of non-C++ symbols by the demangler.
30         * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
31         <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
32         (EXTRA_DIST): Add run-backtrace-demangle.sh,
33         testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
34         testfile-backtrace-demangle.core.bz2.
35         * backtrace-demangle.cc: New file.
36         * run-backtrace-demangle.sh: New file.
37         * testfile-backtrace-demangle.bz2: New file.
38         * testfile-backtrace-demangle.cc: New file.
39         * testfile-backtrace-demangle.core.bz2: New file.
40
41 2014-01-07  Matthias Klose <doko@ubuntu.com>
42
43         * backtrace-subr.sh (check_native_core): Check to see if core file
44         was created without ".PID" extension, if so mv core to core.PID.
45         Skip test if no core file was created or could be found.
46
47 2014-01-04  Mark Wielaard  <mjw@redhat.com>
48
49         * backtrace-data.c (main): Don't assert if raise returns.
50         * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
51         assume_ptrace_attached true.
52         (ptrace_detach_stopped): Removed function.
53         (main): Don't call ptrace_detach_stopped.
54         * backtrace.c (ptrace_detach_stopped): Removed function.
55         (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
56         true.
57         (exec_dump): Don't call ptrace_detach_stopped.
58
59 2014-01-04  Mark Wielaard  <mjw@redhat.com>
60
61         * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
62         if we cannot adjust core ulimit.
63
64 2014-01-04  Mark Wielaard  <mjw@redhat.com>
65
66         * cleanup-13.c (force_unwind_stop): Removed.
67         (force_unwind): Just call abort. Don't setup _Unwind_Exception and
68         don't call _Unwind_ForcedUnwind.
69
70 2014-01-03  Mark Wielaard  <mjw@redhat.com>
71
72         * run-addrcfi.sh: Add case for EM_AARCH64.
73         * testfileaarch64.bz2: New testfile.
74         * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
75
76 2013-12-30  Mark Wielaard  <mjw@redhat.com>
77
78         * backtrace-dwarf.c (report_pid): Explicitly call
79         dwfl_linux_proc_attach and check for errors.
80         * backtrace.c (report_pid): Likewise.
81
82 2013-12-21  Mark Wielaard  <mjw@redhat.com>
83
84         * backtrace.c (callback_verify): Only assert that case 5 is the last
85         instruction of backtracegen on x86_64 native.
86
87 2013-12-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
88             Mark Wielaard  <mjw@redhat.com>
89
90         * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
91         and testfilebaz*ppc64*.bz2 files.
92         * dwflsyms.c (list_syms): Remove unused from parameter mod_name.  Print
93         error on dwfl_module_getsymtab error.
94         (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
95         Compare values for non-ET_REL. Use dwfl_module_addrinfo.
96         Also print section of actual value if different from sym.
97         * run-addrname-test.sh (testfile66, testfile66.core): New tests.
98         Test addr2line -x by showing different sections for address and
99         found name in testfile66.
100         * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
101         testfilebaz*ppc64): New tests.
102         * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
103         testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
104         testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
105         testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
106         testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
107         testfilebaztabppc64.bz2: New test files.
108
109 2013-12-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
110
111         unwinder: s390 and s390x
112         * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
113         run-backtrace-core-s390.sh.
114         (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
115         backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
116         run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
117         * backtrace.s390.core.bz2: New file.
118         * backtrace.s390.exec.bz2: New file.
119         * backtrace.s390x.core.bz2: New file.
120         * backtrace.s390x.exec.bz2: New file.
121         * run-backtrace-core-s390.sh: New file.
122         * run-backtrace-core-s390x.sh: New file.
123
124 2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
125
126         * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
127         code.
128
129 2013-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
130
131         unwinder: ppc
132         * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
133         (EXTRA_DIST): Add backtrace.ppc.core.bz2,
134         backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
135         * backtrace.ppc.core.bz2: New file.
136         * backtrace.ppc.exec.bz2: New file.
137         * run-backtrace-core-ppc.sh: New file.
138
139 2013-12-10  Mark Wielaard  <mjw@redhat.com>
140
141         * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
142
143 2013-12-10  Mark Wielaard  <mjw@redhat.com>
144
145         * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
146         * backtrace-subr.sh (check_native_core): Disable valgrind while
147         dumping core.
148         * run-backtrace-data.sh: Disable valgrind.
149         * run-backtrace-dwarf.sh: Likewise.
150
151 2013-12-09  Mark Wielaard  <mjw@redhat.com>
152
153         * varlocs.c (print_expr): Update comment to explain empty location
154         associated with DW_OP_GNU_implicit_pointer.
155
156 2013-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
157
158         Fix test FAIL with -O2.
159         * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
160
161 2013-12-05  Mark Wielaard  <mjw@redhat.com>
162
163         * backtrace-data.c (main): If unsupported also print to stderr.
164         * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
165
166 2013-12-04  Mark Wielaard  <mjw@redhat.com>
167
168         * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
169
170 2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
171
172         * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
173         backtrace-data and backtrace-dwarf.
174         (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
175         (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
176         run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
177         run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
178         run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
179         <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
180         (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
181         cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
182         run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
183         run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
184         backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
185         backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
186         (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
187         (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
188         New.
189         * backtrace-child.c: New file.
190         * backtrace-data.c: New file.
191         * backtrace-dwarf.c: New file.
192         * backtrace-subr.sh: New file.
193         * backtrace.c: New file.
194         * cleanup-13.c: New file.
195         * backtrace.i386.core.bz2: New file.
196         * backtrace.i386.exec.bz2: New file.
197         * backtrace.x86_64.core.bz2: New file.
198         * backtrace.x86_64.exec.bz2: New file.
199         * run-backtrace-core-i386.sh: New file.
200         * run-backtrace-core-x86_64.sh: New file.
201         * run-backtrace-native-biarch.sh: New file.
202         * run-backtrace-native-core-biarch.sh: New file.
203         * run-backtrace-native-core.sh: New file.
204         * run-backtrace-native.sh: New file.
205         * run-backtrace-data.sh: New file.
206         * run-backtrace-dwarf.sh: New file.
207
208 2013-11-27  Mark Wielaard  <mjw@redhat.com>
209
210         * dwflsyms.c (gelf_bind_order): New function.
211         (elf_section_name): Likewise.
212         (addr_in_section): Likewise.
213         (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
214         Refine assert using gelf_bind_order. Print elf_section_name. Check
215         bias with addr_in_section.
216         * run-dwflsyms.sh: Add section names to expected output.
217
218 2013-11-26  Mark Wielaard  <mjw@redhat.com>
219
220         * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
221
222 2013-11-25  Petr Machata  <pmachata@redhat.com>
223
224         * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
225         * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
226         * Makefile.am (EXTRA_DIST): Add these.
227         (TESTS): Add run-funcretval.sh.
228         * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
229         * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
230         * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
231         * run-funcretval.sh: New file.
232
233 2013-11-18  Josh Stone  <jistone@redhat.com>
234
235         * testfilebazdbg_plr.bz2: New testfile.
236         * testfilebazmin_plr.bz2: Likewise.
237         * Makefile.am (EXTRA_DIST): Add the above files.
238         * run-dwflsyms.sh: Add prelink -r tests.
239
240 2013-11-15  Mark Wielaard  <mjw@redhat.com>
241
242         * testfilebazmdb.bz2: Regenerated.
243         * testfilebazmin.bz2: Likewise.
244         * testfilebazdbg_pl.bz2: New testfile.
245         * testfilebazmin_pl.bz2: Likewise.
246         * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
247         testfilebazmin_pl.bz2.
248         * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
249         print relative address of function symbols.
250         * run-dwflsyms.sh: Add prelink tests and adjust expected output.
251
252 2013-11-01  Michael Forney  <mforney@mforney.org>
253
254         * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
255         * run-arsymtest.sh: Use NM.
256
257 2013-11-05  Mark Wielaard  <mjw@redhat.com>
258
259         * allfcts.c (main): Correct dwarf_getfuncs return value check.
260
261 2013-10-10  Mark Wielaard  <mjw@redhat.com>
262             Josh Stone  <jistone@redhat.com>
263
264         * run-allfcts-multi.sh: New test.
265         * test-offset-loop.bz2: New testfile.
266         * test-offset-loop.alt.bz2: New testfile.
267         * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
268         (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
269         test-offset-loop.alt.bz2.
270
271 2013-10-15  Mark Wielaard  <mjw@redhat.com>
272
273         * run-unstrip-M.sh: New test.
274         * Makefile.am (TESTS): Add run-unstrip-M.sh.
275         (EXTRA_DIST): Likewise.
276
277 2013-10-06  Mark Wielaard  <mjw@redhat.com>
278
279         * run-addrcfi.sh: Remove nop from expected ppc and ppc64
280         location expression.
281
282 2013-10-03  Josh Stone  <jistone@redhat.com>
283
284         * typeiter2.c: New file, reversing typeiter.c.
285         * run-typeiter.sh: Also run typeiter2.
286         * Makefile.am (check_PROGRAMS): Add typeiter2.
287         (typeiter2_LDADD): New variable.
288
289 2013-09-26  Petr Machata  <pmachata@redhat.com>
290
291         * run-readelf-mixed-corenote.sh: Update output of testfile71
292         dump--readelf can newly decode the NT_FILE note.
293
294 2013-09-26  Petr Machata  <pmachata@redhat.com>
295
296         * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
297         * run-readelf-mixed-corenote.sh: New test for this file.
298         * testfile71.bz2: New file.
299
300 2013-09-20  Mark Wielaard  <mjw@redhat.com>
301
302         * allfcts.c (cb): Return DWARF_CB_ABORT.
303         (main): Iterate over all offsets returned by dwarf_getfuncs.
304         * run-allfcts.sh: Add nested_funcs and class_func testcases.
305         * testfile_nested_funcs.bz2: New test file.
306         * testfile_class_func.bz2: Likewise.
307         * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
308         testfile_nested_funcs.bz2.
309
310 2013-08-30  Mark Wielaard  <mjw@redhat.com>
311
312         * Makefile.am (check_PROGRAMS): Add varlocs.
313         (TESTS): Add run-varlocs.sh.
314         (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
315         testfile_const_type.bz2, testfile_implicit_pointer.c,
316         testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
317         testfile_entry_value.c, testfile_entry_value.bz2,
318         testfile_implicit_value.c and testfile_implicit_value.bz2.
319         (varlocs_LDADD): New.
320         * run-varlocs: New test.
321         * testfile_const_type.c: New test source file.
322         * testfile_entry_value.c: Likewise.
323         * testfile_implicit_pointer.c: Likewise.
324         * testfile_implicit_value.c: Likewise.
325         * testfile_parameter_ref.c: Likewise.
326         * testfile_const_type.bz2: New test file.
327         * testfile_entry_value.bz2: Likewise.
328         * testfile_implicit_pointer.bz2: Likewise.
329         * testfile_implicit_value.bz2: Likewise.
330         * testfile_parameter_ref.bz2: Likewise.
331         * varlocs.c: New test source.
332
333 2013-08-29  Mark Wielaard  <mjw@redhat.com>
334
335         * run-addrcfi.sh: Add case for EM_ARM.
336         * testfilearm.bz2: New testfile.
337         * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
338
339 2013-08-28  Mark Wielaard  <mjw@redhat.com>
340
341         * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
342         completely missing.
343         * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
344         * testfiles390.bz2: New testfile.
345         * testfiles390x.bz2: Likewise.
346         * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
347         testfiles390x.bz2.
348
349 2013-08-28  Mark Wielaard  <mjw@redhat.com>
350
351         * addrcfi.c (handle_cfi): Use printf not error.
352         * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
353         * testfileppc32.bz2: New testfile.
354         * testfileppc64.bz2: Likewise.
355         * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
356         testfileppc64.bz2.
357
358 2013-08-27  Mark Wielaard  <mjw@redhat.com>
359
360         * run-addrcfi.sh: New test.
361         * Makefile.am (TESTS): Add run-addrcfi.sh.
362         (EXTRA_DIST): Likewise.
363         * addrcfi.c (op_name): New function.
364         (print_detail): Call and print op_name. Check ops, not result
365         to check if this is "same value" or "undefined".
366         (handle_cfi): Make sure cfa_ops doesn't point to NULL.
367
368 2013-08-13  Mark Wielaard  <mjw@redhat.com>
369
370         * run-addr2line-i-test.sh: New test.
371         * testfile-inlines.bz2: New testfile.
372         * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
373         testfile-inlines.bz2.
374         (TESTS): Add run-addr2line-i-test.sh.
375
376 2013-08-12  Mark Wielaard  <mjw@redhat.com>
377
378         * run-addr2line-test.sh: New test.
379         * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
380         (TESTS): Likewise.
381
382 2013-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
383
384         * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
385         the entries.
386
387 2013-07-02  Mark Wielaard  <mjw@redhat.com>
388
389         * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
390         testfilenolines.bz2.
391
392 2013-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
393
394         * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
395         test-core.core.bz2 and test-core.exec.bz2.
396         * run-addrname-test.sh: New test for these files.
397         * run-unstrip-n.sh: Update expected output.  New test for these files.
398         * test-core-lib.so.bz2: New file.
399         * test-core.core.bz2: New file.
400         * test-core.exec.bz2: New file.
401
402 2013-05-03  Mark Wielaard  <mjw@redhat.com>
403
404         * testfilenolines.bz2: New test file.
405         * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
406         * run-get-lines.sh: Run testrun_compare on testfilenolines.
407
408 2013-04-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
409
410         * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
411
412 2013-04-29  Mark Wielaard  <mjw@redhat.com>
413
414         * test-subr.sh: Don't use pushd, just cd into test-dir.
415         (exit_cleanup): Don't use popd, just cd .. to get out.
416
417 2013-04-27  Mark Wielaard  <mjw@redhat.com>
418
419         * test-subr.sh (exit_cleanup): New function.
420         (trap): Use exit_cleanup as argument.
421         * run-native-test.sh (native_exit): New function.
422         (trap): For EXIT (0) use native_exit as argument.
423
424 2013-04-27  Mark Wielaard  <mjw@redhat.com>
425
426         * update1.c (main): Use unique tempfile name and unlink file.
427         * update2.c (main): Likewise.
428         * update3.c (main): Likewise.
429         * update4.c (main): Use unique tempfile name.
430
431 2013-04-27  Mark Wielaard  <mjw@redhat.com>
432
433         * run-alldts.sh: Add testfile-alldts to tempfiles.
434         * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
435         * run-macro-test.sh: Add readelf.macros.out to tempfiles.
436         * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
437         and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
438
439 2013-04-26  Mark Wielaard  <mjw@redhat.com>
440
441         * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
442         remove wrapper.
443         (TESTS_ENVIRONMENT): Likewise.
444         (installed_LOG_COMPILER): New variable defining wrapper.
445         (LOG_COMPILER): Likewise.
446         * run-*.sh: Fixup location of input and output files.
447         * test-subr.sh: Create test_dir, pushd to execute test in.
448         (trap): Remove test_dir.
449         (testfiles): Use abs_srcdir.
450         (installed_testrun): Match on abs_builddir or abs_top_builddir.
451         (self_test_files): Adjust path.
452
453 2013-04-24  Mark Wielaard  <mjw@redhat.com>
454
455         * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
456
457 2013-03-25  Mark Wielaard  <mjw@redhat.com>
458
459         * run-readelf-aranges.sh: New test.
460         * testfilefoobarbaz.bz2: New test file.
461         * Makefile.am (TESTS): Add run-readelf-aranges.sh.
462         (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
463
464 2013-03-25  Mark Wielaard  <mjw@redhat.com>
465
466         * run-readelf-dwz-multi.sh: Expect high_pc also as address.
467
468 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
469
470         * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
471         (TESTS): Add run-dwfl-report-elf-align.sh.
472         (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
473         testfile-dwfl-report-elf-align-shlib.so.bz2 .
474         (dwfl_report_elf_align_LDADD): New.
475         * dwfl-report-elf-align.c: New file.
476         * run-dwfl-report-elf-align.sh: New file.
477         * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
478
479 2013-03-12  Mark Wielaard  <mjw@redhat.com>
480
481         * run-dwfllines.sh: New test.
482         * dwfllines.c: New test program.
483         * Makefile.am (TESTS): Add run-dwfllines.sh.
484         (EXTRA_DIST): Likewise.
485         (dwfllines_LDADD): New variable.
486
487 2013-02-22  Mark Wielaard  <mjw@redhat.com>
488
489         * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
490         (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
491
492 2013-02-15  Mark Wielaard  <mjw@redhat.com>
493
494         * testfile-dwzstr.bz2: New testfile.
495         * testfile-dwzstr.multi.bz2: Likewise.
496         * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
497         * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
498         testfile-dwzstr.multi.bz2.
499
500 2013-01-30  Mark Wielaard  <mjw@redhat.com>
501
502         * testfileloc.bz2: New testfile.
503         * run-readelf-loc.sh: New test.
504         * Makefile.am (TESTS): Add run-readelf-loc.sh.
505         (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
506
507 2013-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
508
509         * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
510         and s390x core notes.
511         * testfile67.bz2: New file.
512         * testfile68.bz2: New file.
513         * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
514
515 2013-01-23  Mark Wielaard  <mjw@redhat.com>
516
517         * testfilebasmin.bz2: New testfile.
518         * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
519         * run-readelf-s.sh: Test testfilebasmin.
520         * run-dwflsyms.sh: Likewise.
521
522 2013-01-16  Mark Wielaard  <mjw@redhat.com>
523
524         * Makefile.am (check_PROGRAMS): Add dwflsyms.
525         (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
526         (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
527         testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
528         testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
529         (dwflsyms_LDADD): New variable.
530
531 2013-01-07  Roland McGrath  <roland@hack.frob.com>
532
533         * run-prelink-addr-test.sh: Use ln -snf.
534
535 2012-12-03  Mark Wielaard  <mjw@redhat.com>
536
537         * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
538
539 2012-11-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
540
541         * run-addrname-test.sh: New test for PIE relocation.
542         * testfile70.core.bz2: New file.
543         * testfile70.exec.bz2: New file.
544         * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
545         testfile70.exec.bz2 .
546
547 2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549         * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
550         testfile69.core.bz2 and testfile69.so.bz2 .
551
552 2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
553
554         * run-addrname-test.sh: New test for DSO with build-id bias.
555         * testfile69.core.bz2: New file.
556         * testfile69.so.bz2: New file.
557
558 2012-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
559
560         * run-addrname-test.sh: New test for core vDSO bias.
561         * testfile65.bz2: New file.
562
563 2012-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
564
565         * run-addrname-test.sh: New test for symbol preferences.
566         * testfile64.bz2: New file.
567
568 2012-10-01  Mark Wielaard  <mjw@redhat.com>
569
570         * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
571         * test-wrapper.sh: Export VALGRIND_CMD if available.
572         * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
573         (installed_testrun): Likewise.
574
575 2012-09-24  Petr Machata  <pmachata@redhat.com>
576
577         * testfile63.bz2: New testfile.
578         * run-readelf-mixed-corenote.sh: New test.
579         * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
580         (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
581
582 2012-09-24  Petr Machata  <pmachata@redhat.com>
583
584         * testfile62.bz2: New testfile.
585         * run-readelf-vmcoreinfo.sh: New test.
586         * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
587         (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
588
589 2012-09-18  Petr Machata  <pmachata@redhat.com>
590
591         * testfile61.bz2: New testfile.
592         * run-allregs.sh: Run reg_test testfile61.
593         * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
594
595 2012-08-24  Mark Wielaard  <mjw@redhat.com>
596
597         * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
598
599 2012-08-22  Jeff Kenton  <jkenton@tilera.com>
600
601         * testfile60.bz2: New testfile.
602         * run-allregs.sh: Run reg_test testfile60.
603
604 2012-08-24  Mark Wielaard  <mjw@redhat.com>
605
606         * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
607         ENABLE_DWZ.
608
609 2012-08-16  Mark Wielaard  <mjw@redhat.com>
610
611         * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
612         macros.
613         * show-die-info.c (tagnames): Removed.
614         (attrs): Removed.
615         (dwarf_tag_string): New function using known-dwarf macros.
616         (dwarf_attr_string): Likewise.
617         (handle): Call dwarf_tag_string and dwarf_attr_string instead.
618         * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
619
620 2012-06-27  Mark Wielaard  <mjw@redhat.com>
621
622         * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
623         (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
624         libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
625         testfile_multi_main.bz2.
626         * run-readelf-dwz-multi.sh: New test.
627         * libtestfile_multi_shared.so.bz2: New testfile.
628         * testfile_multi.dwz.bz2: New testifle.
629         * testfile_multi_main.bz2: New testifle.
630
631 2012-08-01  Petr Machata  <pmachata@redhat.com>
632
633         * run-test-archive64.sh: New test.
634         * testarchive64.a.bz2: New testfile.
635         * Makefile.am (TESTS): Add run-test-archive64.sh.
636         (EXTRA_DIST): Likewise.
637
638 2012-08-01  Mark Wielaard  <mjw@redhat.com>
639
640         * run-nm-self.sh: New test.
641         * run-readelf-self.sh: Likewise.
642         * test-subr.sh (testrun_on_self_quiet): New function.
643         * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
644         (EXTRA_DIST): Likewise.
645
646 2012-08-01  Mark Wielaard  <mjw@redhat.com>
647
648         * test-subr.sh (self_test_files): New list of files.
649         (testrun_on_self): New function.
650         * run-elflint-self.sh: Use testrun_on_self.
651
652 2012-07-19  Mark Wielaard  <mjw@redhat.com>
653
654         * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
655         (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
656         (EXTRA_DIST): Likewise.
657         (test_elf_cntl_gelf_getshdr_LDADD): New.
658         test-elf_cntl_gelf_getshdr.c: New test program.
659         run-elf_cntl_gelf_getshdr.sh: New test script.
660
661 2012-07-19  Mark Wielaard  <mjw@redhat.com>
662
663         * run-elflint-self.sh: runtests on ../backends/*so files.
664
665 2012-07-19  Mark Wielaard  <mjw@redhat.com>
666
667         * run-unstrip-n.sh: test_cleanup.
668         * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
669
670 2012-07-11  Mark Wielaard  <mjw@redhat.com>
671
672         * run-readelf-macro.sh: New test.
673         * testfilemacro.bz2: New testfile.
674         * Makefile.am (TESTS): Add run-readelf-macro.sh.
675         (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
676
677 2012-06-27  Mark Wielaard  <mjw@redhat.com>
678
679         * run-readelf-gdb-index.sh: New test.
680         * testfilegdbindex5.bz2: New testfile.
681         * testfilegdbindex7.bz2: Likewise.
682         * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
683         (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
684         testfilegdbindex7.bz2.
685
686 2012-07-17  Mark Wielaard  <mjw@redhat.com>
687
688         * testcore-rtlib-ppc.bz2: New testfile.
689         * run-unstrip-n.sh: Check new ppc core testfile.
690
691 2012-06-26  Mike Frysinger  <vapier@gentoo.org>
692
693         * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
694
695 2012-06-26  Mark Wielaard  <mjw@redhat.com>
696
697         * run-macro-test.sh: New test.
698         * testfile-macinfo.bz2: New testfile.
699         * testfile-macros.bz2: Likewise.
700
701 2012-05-07  Mark Wielaard  <mjw@redhat.com>
702
703         * low_high_pc.c: Use proper inttypes in printf formats.
704
705 2012-05-11  Mark Wielaard  <mjw@redhat.com>
706
707         * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
708
709 2012-05-07  Mark Wielaard  <mjw@redhat.com>
710
711         * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
712
713 2012-04-27  Mark Wielaard  <mjw@redhat.com>
714
715         * Makefile.am (TESTS): Add run-low_high_pc.sh
716         (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
717         (noinst_PROGRAMS): Add low_high_pc.
718         (low_high_pc_LDADD): New variable.
719         * low_high_pc.c: New test.
720
721 2012-04-26  Mark Wielaard  <mjw@redhat.com>
722
723         * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
724         * run-show-ciefde.sh: Removed old libdwarf test.
725         * show-ciefde.c: Likewise.
726
727 2012-04-02  Mark Wielaard  <mjw@redhat.com>
728
729         * Makefile.am (TESTS): Add run-unstrip-n.sh.
730         (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
731         * run-unstrip-n.sh: New test.
732         * testcore-rtlib.bz2: New testfile.
733
734 2012-04-02  Mark Wielaard  <mjw@redhat.com>
735
736         * Makefile.am (TESTS): Add run-readelf-d.sh.
737         (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
738         * run-readelf-d.sh: New test.
739         * run-elflint-test.sh: Check new testfile.
740
741 2012-03-21  Tom Tromey  <tromey@redhat.com>
742
743         * typeiter.c: New file.
744         * run-typeiter.sh: New file.
745         * testfile59.bz2: New file.
746         * Makefile.am (noinst_PROGRAMS): Add typeiter.
747         (TESTS): Add run-typeiter.sh.
748         (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
749         (typeiter_LDADD): New variable.
750
751 2012-02-21  Kurt Roeckx  <kurt@roeckx.be>
752
753         * run-alldts.sh: testrun ./alldts.
754
755 2012-02-21  Roland McGrath  <roland@hack.frob.com>
756
757         * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
758         * test-subr.sh (installed_testrun): Likewise.
759
760 2012-01-18  Roland McGrath  <roland@hack.frob.com>
761
762         * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
763         it will have been inherited correctly from the test harness.
764         * asm-tst5.c (main): Likewise.
765         * asm-tst6.c (main): Likewise.
766         Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
767
768 2011-07-09  Roland McGrath  <roland@hack.frob.com>
769
770         * sha1-tst.c: File removed.
771         * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
772         (sha1_tst_LDADD): Variable removed.
773
774         * md5-sha1-test.c: New file.
775         * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
776         (md5_sha1_test_LDADD): New variable.
777
778 2011-05-30  Mark Wielaard  <mjw@redhat.com>
779
780         * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
781         run-rerequest_tag.sh
782
783 2011-05-24  Mark Wielaard  <mjw@redhat.com>
784
785         * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
786         * run-strip-reloc.sh: Add hello_s390.ko testcase.
787         * hello_s390.ko.bz2: New test file.
788
789 2011-05-23  Mark Wielaard  <mjw@redhat.com>
790
791         * Makefile.am (TESTS): Add run-strip-reloc.sh.
792         (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
793         hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
794         * run-strip-reloc.sh: New test.
795         * hello_i386.ko.bz2: New test file.
796         * hello_x86_64.ko.bz2: Likewise.
797         * hello_ppc64.ko.bz2: Likewise.
798
799 2011-05-18  Mark Wielaard  <mjw@redhat.com>
800
801         * run-strip-groups.sh: New test.
802         * testfile58.bz2: New test file.
803         * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
804         (TESTS): Add run-strip-groups.sh.
805         (EXTRA_DIST): Likewise.
806
807 2011-03-28  Marek Polacek  <mpolacek@redhat.com>
808
809         * alldts.c: New file.
810         * run-alldts.sh: Use it.
811         * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
812         (alldts_LDADD): New variable.
813
814 2011-03-02  Marek Polacek  <mpolacek@redhat.com>
815
816         * dwarf-getstring.c: New test.
817         * run-dwarf-getstring.sh: And its wrapper.
818         * Makefile.am (EXTRA_DIST): Add and update all.
819
820 2011-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
821
822         * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
823         * run-readelf-twofiles.sh: New file.
824
825 2011-02-25  Mark Wielaard  <mjw@redhat.com>
826
827         * Makefile.am (BUILD_RPATH): Be consistent in naming.
828
829 2011-02-02  Josh Stone  <jistone@redhat.com>
830
831         * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
832         * testfile55-64.bz2, testfile55-64.debug.bz2,
833         testfile55-64.prelink.bz2, testfile55-32.bz2,
834         testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
835         * Makefile.am (EXTRA_DIST): Add and update all.
836
837 2011-01-12  Roland McGrath  <roland@redhat.com>
838
839         * run-prelink-addr-test.sh: Make symlinks to find .debug files
840         corresponding to .noshdrs files.
841
842 2011-01-11  Josh Stone  <jistone@redhat.com>
843
844         * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
845         * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
846         testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
847         testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
848         testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
849         * Makefile.am (EXTRA_DIST): Add and update all.
850
851         * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
852         * testfile53.bz2, testfile53.debug.bz2,
853         testfile53.prelink.bz2: Deleted, so...
854         * testfile53-64.bz2, testfile53-64.debug.bz2,
855         testfile53-64.prelink.bz2: Recreated with 64-bit names.
856         * testfile53-32.bz2, testfile53-32.debug.bz2,
857         testfile53-32.prelink.bz2: New in 32-bit.
858         * Makefile.am (EXTRA_DIST): Add and update all.
859
860         * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
861         * testfile52.so.bz2, testfile52.so.debug.bz2,
862         testfile52.prelink.so.bz2: Deleted, so...
863         * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
864         testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
865         * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
866         * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
867         testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
868         * Makefile.am (EXTRA_DIST): Add and update all.
869
870 2011-01-10  Josh Stone  <jistone@redhat.com>
871
872         * run-prelink-addr-test.sh: New test for prelinked addrs.
873         * Makefile.am (TESTS, EXTRA_DIST): Add it.
874         * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
875         * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
876         * testfile53.bz2, testfile53.debug.bz2: New data files.
877         * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
878         * Makefile.am (EXTRA_DIST): Add them.
879
880 2010-06-04  Roland McGrath  <roland@redhat.com>
881
882         * run-unstrip-test.sh: Also test modifying the file in place.
883
884 2010-04-22  Roland McGrath  <roland@redhat.com>
885
886         * addrcfi.c (handle_cfi): Fix function name in error message.
887         Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
888
889 2010-04-14  Roland McGrath  <roland@redhat.com>
890
891         * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
892
893 2010-04-10  Ulrich Drepper  <drepper@redhat.com>
894
895         * msg_tst.c: Adjust expected error message.
896
897 2010-04-01  Petr Machata  <pmachata@redhat.com>
898
899         * test-flag-nobits.c: New test.
900         * run-test-flag-nobits.sh: And its wrapper.
901         * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
902         (test_flag_nobits_LDADD): New variable.
903
904 2010-02-15  Roland McGrath  <roland@redhat.com>
905
906         * Makefile.am: Use config/eu.am for common stuff.
907
908         * asm-tst9.c (main): Rename local to avoid shadowing another local.
909
910 2009-07-22  Roland McGrath  <roland@redhat.com>
911
912         * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
913
914 2009-07-08  Roland McGrath  <roland@redhat.com>
915
916         * addrcfi.c: New file.
917         * Makefile.am (noinst_PROGRAMS): Add it.
918         (addrcfi_LDADD): New variable.
919
920 2009-05-07  Petr Machata  <pmachata@redhat.com>
921
922         * testfile51.bz2: New data file.
923         * dwarf-getmacros.c: New test core.
924         * run-dwarf-getmacros.sh: New test wrapper.
925         * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
926         (dwarf_getmacros_LDADD): New variable.
927
928 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
929
930         * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
931         (rdwrmmap_LDADD): Add $(libmudflap).
932
933 2009-04-21  Roland McGrath  <roland@redhat.com>
934
935         * testfile50.bz2: New data file.
936         * Makefile.am (EXTRA_DIST): Add it.
937         * run-dwfl-addr-sect.sh: Add a case using it.
938
939 2008-12-31  Ulrich Drepper  <drepper@redhat.com>
940
941         * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
942         mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
943         pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
944         pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
945         pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
946         pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
947         roundss, roundps, roundpd, and roundsd.
948         * testfile45.S.bz2: Likewise.
949         * testfile44.expect.bz2: Adjust accordingly.
950         * testfile45.expect.bz2: Likewise.
951
952         * testfile44.S.bz2: Add tests for blendvpd and blendvps.
953         * testfile45.S.bz2: Likewise.
954         * testfile44.expect.bz2: Adjust accordingly.
955         * testfile45.expect.bz2: Likewise.
956
957 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
958
959         * testfile44.S.bz2: Add tests for blendpd and blendps.
960         * testfile45.S.bz2: Likewise.
961         * testfile44.expect.bz2: Adjust accordingly.
962         * testfile45.expect.bz2: Likewise.
963
964 2008-12-19  Ulrich Drepper  <drepper@redhat.com>
965
966         * testfile44.S.bz2: Add tests for AMD 3DNOW.
967         * testfile45.S.bz2: Likewise.
968         * testfile44.expect.bz2: Adjust accordingly.
969         * testfile45.expect.bz2: Likewise.
970
971 2008-11-26  Roland McGrath  <roland@redhat.com>
972
973         * dwfl-bug-getmodules.c: New file.
974         * Makefile.am (noinst_PROGRAMS): Add it.
975         (dwfl_bug_getmodules_LDADD): New variable.
976
977 2008-09-10  Roland McGrath  <roland@redhat.com>
978
979         * test-subr.sh (LC_ALL): Export it set to "C".
980         * run-dwfl-addr-sect.sh: Don't do it here.
981         * run-strings-test.sh: Likewise.
982
983 2008-08-21  Denys Vlasenko  <dvlasenk@redhat.com>
984
985         * run-addrname-test.sh: Add a new case.
986         * testfile49.bz2: New data file.
987         * Makefile.am (EXTRA_DIST): Add it.
988
989 2008-04-10  Roland McGrath  <roland@redhat.com>
990
991         * testfile48.bz2, testfile48.bz2.debug: New data files.
992         * Makefile.am (EXTRA_DIST): Add them.
993         * run-strip-test8.sh: Use them.
994
995         * testfile16.bz2, testfile16.debug.bz2: Replace data files.
996
997         * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
998         * run-strip-test8.sh: New file.
999         * testfile47.bz2: New data file.
1000         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1001
1002 2008-03-31  Roland McGrath  <roland@redhat.com>
1003
1004         * run-early-offscn.sh: New file.
1005         * early-offscn.c: New file.
1006         * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1007         (early_offscn_LDADD): New variable.
1008
1009 2008-03-19  Roland McGrath  <roland@redhat.com>
1010
1011         * run-addrname-test.sh: Add a new case.
1012
1013 2008-02-22  Roland McGrath  <roland@redhat.com>
1014
1015         * run-elflint-test.sh: Typo fix.
1016
1017 2008-02-21  Roland McGrath  <roland@redhat.com>
1018
1019         * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1020         for the build down to minimum.
1021         * run-disasm-x86-64.sh: Likewise.
1022
1023 2008-02-20  Roland McGrath  <roland@redhat.com>
1024
1025         * testfile46.bz2: New data file.
1026         * Makefile.am (EXTRA_DIST): Add it.
1027         * run-elflint-test.sh: Test on it.
1028
1029 2008-02-01  Ulrich Drepper  <drepper@redhat.com>
1030
1031         * Makefile.am: Hook up sha1-tst.c.
1032         * sha1-tst.c: New file.
1033
1034 2008-01-21  Roland McGrath  <roland@redhat.com>
1035
1036         * testfile45.S.bz2: Add tests for cltq, cqto.
1037         * testfile45.expect.bz2: Adjust.
1038
1039 2008-01-14  Ulrich Drepper  <drepper@redhat.com>
1040
1041         * testfile45.S.bz2: Add more tests.
1042         * testfile45.expect.bz2: Adjust.
1043
1044 2008-01-11  Ulrich Drepper  <drepper@redhat.com>
1045
1046         * testfile45.expect.bz2: Adjust for adding of address for %rip based
1047         address mode.
1048
1049 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
1050
1051         * testfile45.S.bz2: Add more tests.
1052         * testfile45.expect.bz2: Adjust.
1053
1054 2008-01-08  Ulrich Drepper  <drepper@redhat.com>
1055
1056         * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1057         (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1058         run-disasm-x86-64.sh.
1059         * run-disasm-x86-64.sh: New file.
1060         * testfile45.S.bz2: New file.
1061         * testfile45.expect.bz2: New file.
1062         * testfile44.S.bz2: New tests.
1063         * testfile44.expect.bz2: Adjust.
1064
1065 2008-01-04  Ulrich Drepper  <drepper@redhat.com>
1066
1067         * testfile44.S.bz2: New tests.
1068         * testfile44.expect.bz2: Adjust.
1069
1070 2008-01-04  Roland McGrath  <roland@redhat.com>
1071
1072         * dwfl-bug-fd-leak.c (main): Add a cast.
1073
1074 2008-01-03  Ulrich Drepper  <drepper@redhat.com>
1075
1076         * testfile44.S.bz2: New tests.
1077         * testfile44.expect.bz2: Adjust.
1078
1079 2008-01-01  Ulrich Drepper  <drepper@redhat.com>
1080
1081         * line2addr.c: Use %m modifier instead of %a to appease gcc.
1082
1083 2008-01-01  Ulrich Drepper  <drepper@redhat.com>
1084
1085         * testfile44.S.bz2: New tests.
1086         * testfile44.expect.bz2: Adjust.
1087
1088 2007-12-31  Ulrich Drepper  <drepper@redhat.com>
1089
1090         * testfile44.S.bz2: New tests.
1091         * testfile44.expect.bz2: Adjust.
1092
1093 2007-12-30  Ulrich Drepper  <drepper@redhat.com>
1094
1095         * testfile44.S.bz2: New tests.
1096         * testfile44.expect.bz2: Adjust.
1097
1098 2007-12-29  Ulrich Drepper  <drepper@redhat.com>
1099
1100         * testfile44.s.bz2: New tests.
1101         * testfile44.expect.bz2: Adjust.
1102
1103 2007-12-28  Ulrich Drepper  <drepper@redhat.com>
1104
1105         * testfile44.S.bz2: New tests.
1106         * testfile44.expect.bz2: Adjust.
1107
1108 2007-12-27  Ulrich Drepper  <drepper@redhat.com>
1109
1110         * testfile44.S.bz2: New tests.
1111         * testfile44.expect.bz2: Adjust.
1112
1113 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
1114
1115         * testfile44.S.bz2: New tests.
1116         * testfile44.expect.bz2: Adjust
1117
1118 2007-12-21  Ulrich Drepper  <drepper@redhat.com>
1119
1120         * testfile44.S.bz2: More tests.
1121         * testfile44.expect.bz2: Adjust appropriately.
1122
1123 2007-12-19  Ulrich Drepper  <drepper@redhat.com>
1124
1125         * Makefile.am (TESTS): Add run-disasm.sh.
1126         (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1127         testfile44.expect.bz2.
1128         * run-disasm.sh: New file.
1129         * testfile44.S.bz2: New file.
1130         * testfile44.expect.bz2: New file.
1131
1132 2007-12-15  Roland McGrath  <roland@redhat.com>
1133
1134         * run-allregs.sh: Change expected output for powerpc spefscr.
1135
1136 2007-10-20  Roland McGrath  <roland@redhat.com>
1137
1138         * run-dwfl-addr-sect.sh: Change expected output, no errors.
1139
1140 2007-10-19  Roland McGrath  <roland@redhat.com>
1141
1142         * dwfl-addr-sect.c (handle_address): Return int.
1143         Don't exit on error, just return nonzero.
1144         (main): Collect results.
1145         * run-dwfl-addr-sect.sh: New file.
1146         * testfile43.bz2: New data file.
1147         * Makefile.am (EXTRA_DIST, TESTS): Add them.
1148
1149 2007-10-18  Roland McGrath  <roland@redhat.com>
1150
1151         * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1152
1153 2007-10-16  Roland McGrath  <roland@redhat.com>
1154
1155         * test-subr.sh (remove_files): Don't pass -Bb to diff.
1156
1157 2007-10-09  Roland McGrath  <roland@redhat.com>
1158
1159         * dwflmodtest.c (print_module): Don't use %p in output.
1160         * run-dwfl-bug-offline-rel.sh: Updated expected output.
1161
1162 2007-10-08  Roland McGrath  <roland@redhat.com>
1163
1164         * testfile42.bz2: New data file.
1165         * Makefile.am (EXTRA_DIST): Add it.
1166         * run-elflint-test.sh: New test on that file.
1167
1168 2007-10-04  Roland McGrath  <roland@redhat.com>
1169
1170         * run-readelf-test4.sh: New file.
1171         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1172
1173 2007-10-03  Roland McGrath  <roland@redhat.com>
1174
1175         * run-readelf-test3.sh: New file.
1176         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1177
1178 2007-10-01  Roland McGrath  <roland@redhat.com>
1179
1180         * run-readelf-test2.sh: New file.
1181         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1182
1183 2007-09-11  Roland McGrath  <roland@redhat.com>
1184
1185         * run-addrname-test.sh: Add a new case.
1186         * testfile41.bz2: New data file.
1187         * Makefile.am (EXTRA_DIST): Add it.
1188
1189 2007-08-23  Roland McGrath  <roland@redhat.com>
1190
1191         * run-allregs.sh: Update expected x86-64 output for %rflags.
1192
1193 2007-08-12  Roland McGrath  <roland@redhat.com>
1194
1195         * run-strip-test7.sh: New file.
1196         * testfile39.bz2: New data file.
1197         * testfile40.bz2: New data file.
1198         * testfile40.debug.bz2: New data file.
1199         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1200
1201 2007-08-09  Roland McGrath  <roland@redhat.com>
1202
1203         * dwfl-bug-report.c: Fix header inclusion.
1204
1205 2007-08-08  Roland McGrath  <roland@redhat.com>
1206
1207         * run-addrname-test.sh: Add a new case using addr2line -S.
1208         * testfile38.bz2: New data file.
1209         * Makefile.am (EXTRA_DIST): Add it.
1210
1211 2007-07-16  Roland McGrath  <roland@redhat.com>
1212
1213         * dwfl-bug-report.c: New file.
1214         * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1215         (dwfl_bug_report_LDADD): New variable.
1216
1217 2007-06-06  Roland McGrath  <roland@redhat.com>
1218
1219         * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1220
1221 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
1222
1223         * Makefile.am (EXTRA_DIST): Add missing line continuation and
1224         testfile37.bz and testfile37.debug.bz2.
1225
1226 2007-05-23  Roland McGrath  <roland@redhat.com>
1227
1228         * run-allregs.sh: Update expected Alpha results.
1229
1230 2007-05-18  Roland McGrath  <roland@redhat.com>
1231
1232         * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1233         * testfile37.bz2: New data file.
1234         * testfile37.debug.bz2: New data file.
1235         * run-unstrip-test2.sh: New file.
1236         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1237
1238 2007-05-10  Roland McGrath  <roland@redhat.com>
1239
1240         * run-dwfl-bug-offline-rel.sh: New file.
1241         * testfile36.bz2: New data file.
1242         * testfile36.debug.bz2: New data file.
1243         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1244
1245 2007-04-28  Roland McGrath  <roland@redhat.com>
1246
1247         * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1248         * testfile35.bz2: New data file.
1249         * testfile35.debug.bz2: New data file.
1250         * run-unstrip-test.sh: New file.
1251         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1252
1253         * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1254
1255 2007-04-26  Roland McGrath  <roland@redhat.com>
1256
1257         * run-elflint-self.sh: Run all tests even if one fails.
1258
1259         * run-allregs.sh: Add expected output for alpha.
1260
1261 2007-04-24  Roland McGrath  <roland@redhat.com>
1262
1263         * run-strip-test.sh: When we saved the debug info, test unstrip too.
1264
1265 2007-04-22  Roland McGrath  <roland@redhat.com>
1266
1267         * run-allregs.sh: Update expected register info.
1268
1269 2007-04-16  Roland McGrath  <roland@redhat.com>
1270
1271         * dwfl-addr-sect.c: New file.
1272         * Makefile.am (noinst_PROGRAMS): Add it.
1273         (dwfl_addr_sect_LDADD): New variable.
1274
1275 2007-04-05  Roland McGrath  <roland@redhat.com>
1276
1277         * get-files.c: Test dwarf_getsrcdirs.
1278         * run-get-files.sh: Update expected output.
1279
1280 2007-04-01  Roland McGrath  <roland@redhat.com>
1281
1282         * run-allregs.sh: Updated expected output for x86_64.
1283
1284 2007-03-04  Roland McGrath  <roland@redhat.com>
1285
1286         * dwfl-bug-fd-leak.c: New file.
1287         * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1288         (dwfl_bug_fd_leak_LDADD): New variable.
1289
1290         * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1291         show what files have been located.
1292
1293 2007-02-02  Roland McGrath  <roland@redhat.com>
1294
1295         * run-addrname-test.sh: New file.
1296         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1297         * testfile34.bz2: New data file.
1298         * Makefile.am (EXTRA_DIST): Add it.
1299
1300 2007-01-20  Roland McGrath  <roland@redhat.com>
1301
1302         * testfile33.bz2: New data file.
1303         * Makefile.am (EXTRA_DIST): Add it.
1304         * run-elflint-test.sh: Test on it too.
1305
1306 2007-01-18  Roland McGrath  <roland@redhat.com>
1307
1308         * Makefile.am (CFLAGS): Don't molest it.
1309
1310 2007-01-11  Roland McGrath  <roland@redhat.com>
1311
1312         * testfile32.bz2: New data file.
1313         * Makefile.am (EXTRA_DIST): Add it.
1314         * run-elflint-test.sh: Test on it too.
1315
1316 2007-02-04  Ulrich Drepper  <drepper@redhat.com>
1317
1318         * arls.c: New file.
1319         * Makefile (noinst_PROGRAMS): Add arls.
1320
1321         * run-ranlib-test2.sh: Fix type in comment.
1322
1323 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
1324
1325         * run-elflint-self.sh (runtest): Show which file has the problem.
1326
1327 2007-01-10  Roland McGrath  <roland@redhat.com>
1328
1329         * dwfl-bug-addr-overflow.c: New file.
1330         * Makefile.am (TESTS): Add it.
1331         (dwfl_bug_addr_overflow_LDADD): New variable.
1332
1333 2006-12-17  Roland McGrath  <roland@redhat.com>
1334
1335         * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1336
1337 2006-09-05  Roland McGrath  <roland@redhat.com>
1338
1339         * run-strings-test.sh: Export LC_ALL=C for the test.
1340
1341 2006-08-29  Roland McGrath  <roland@redhat.com>
1342
1343         * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1344         * run-arsymtest.sh: Likewise.
1345
1346         * run-native-test.sh (native.c compilation): Add some braces.
1347
1348 2006-08-22  Roland McGrath  <roland@redhat.com>
1349
1350         * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1351         (struct reginfo): New members bits, type.
1352         (one_register, match_register): Update to take new args,
1353         record and display new info.
1354         (main): Display new info.
1355         * run-allregs.sh: Update expected results.
1356
1357 2006-08-03  Roland McGrath  <roland@redhat.com>
1358
1359         * run-allregs.sh: Add sparc cases.
1360         * testfile30.bz2: New data file.
1361         * testfile31.bz2: New data file.
1362         * Makefile.am (EXTRA_DIST): Add them.
1363
1364 2006-07-21  Roland McGrath  <roland@redhat.com>
1365
1366         * allregs.c (struct reginfo): Increase size of name.
1367         (one_register): Assert that it's big enough.
1368
1369 2006-04-04  Roland McGrath  <roland@redhat.com>
1370
1371         * run-bug1-test.sh: Test a second case, to cover both byte orders.
1372         * testfile29.bz2: New file.
1373         * testfile29.rdwr.bz2: New file.
1374         * Makefile.am (EXTRA_DIST): Add them.
1375
1376 2006-04-04  Ulrich Drepper  <drepper@redhat.com>
1377
1378         * Makefile.am: Add rules to run run-bug1-test.sh.
1379         * rdwrmmap.c: New file.
1380         * run-bug1-test.sh: New file.
1381         * testfile28.bz2: New file.
1382         * testfile28.rdwr.bz2: New file.
1383
1384 2006-03-09  Roland McGrath  <roland@redhat.com>
1385
1386         * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1387
1388 2006-03-01  Roland McGrath  <roland@redhat.com>
1389
1390         * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1391         changes matching 3.0 spec.
1392
1393 2006-01-13  Roland McGrath  <roland@redhat.com>
1394
1395         * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1396         bash 3.1 whines when it's done in the trap 0 handler.
1397
1398 2006-01-11  Roland McGrath  <roland@redhat.com>
1399
1400         * testfile26.bz2: New data file.
1401         * testfile27.bz2: New data file.
1402         * Makefile.am (EXTRA_DIST): Add them.
1403         * run-allregs.sh: Test s390 data.
1404
1405 2005-12-14  Roland McGrath  <roland@redhat.com>
1406
1407         * run-native-test.sh: Redirect output from native test process.
1408
1409 2005-12-13  Roland McGrath  <roland@redhat.com>
1410
1411         * allregs.c (main): Fail if we find no registers.
1412
1413         * run-native-test.sh: New file.
1414         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1415
1416 2005-12-10  Ulrich Drepper  <drepper@redhat.com
1417
1418         * run-readelf-test1.sh: New file.
1419         * Makefile.am (TESTS): Add run-readelf-test1.sh.
1420         (EXTRA_DIST): Likewise.
1421
1422 2005-12-07  Roland McGrath  <roland@redhat.com>
1423
1424         * ecp.c (main): Use elf_end to clean up.
1425
1426 2005-11-25  Roland McGrath  <roland@redhat.com>
1427
1428         * coverage.sh: Given -v argument, print names of unused files.
1429
1430         * addrscopes.c (main): Use dwfl_end before return.
1431         * allregs.c (main): Likewise.
1432         * find-prologues.c (main): Likewise.
1433         * funcretval.c (main): Likewise.
1434         * funcscopes.c (main): Likewise.
1435         * line2addr.c (main): Likewise.
1436
1437         * run-allregs.sh: New file.
1438         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1439
1440         * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1441         * Makefile.am (allregs_LDADD): Updated.
1442
1443         * allregs.c: New file.
1444         * Makefile.am (noinst_PROGRAMS): Add it.
1445         (allregs_LDADD): New variable.
1446
1447 2005-11-18  Roland McGrath  <roland@redhat.com>
1448
1449         * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1450         * test-wrapper.sh: Likewise.
1451
1452 2005-11-17  Roland McGrath  <roland@redhat.com>
1453
1454         * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1455         environment for test-wrapper.sh.
1456         * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1457         * test-subr.sh (installed_testrun): Likewise.
1458         Use explicit path in ${bindir}.
1459
1460         * Makefile.am (installcheck-local): Fix typo in last change.
1461
1462 2005-11-16  Roland McGrath  <roland@redhat.com>
1463
1464         * configure.ac: New file, for standalone build/dist of test suite.
1465         * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1466         (asm_TESTS): New variable, broken out of ...
1467         (TESTS): ... here.  Also remove msg_tst.
1468         [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1469         (installed_TESTS_ENVIRONMENT): New variable.
1470         [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1471         [!STANDALONE] (installcheck-local): Likewise.
1472         [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1473         * addrscopes.c: Include <config.h>.
1474         Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1475         * allfcts.c: Likewise.
1476         * asm-tst1.c: Likewise.
1477         * asm-tst2.c: Likewise.
1478         * asm-tst3.c: Likewise.
1479         * asm-tst4.c: Likewise.
1480         * asm-tst5.c: Likewise.
1481         * asm-tst6.c: Likewise.
1482         * asm-tst7.c: Likewise.
1483         * asm-tst8.c: Likewise.
1484         * asm-tst9.c: Likewise.
1485         * dwflmodtest.c: Likewise.
1486         * find-prologues.c: Likewise.
1487         * funcscopes.c: Likewise.
1488         * get-aranges.c: Likewise.
1489         * get-files.c: Likewise.
1490         * get-lines.c: Likewise.
1491         * get-pubnames.c: Likewise.
1492         * line2addr.c: Likewise.
1493         * newscn.c: Likewise.
1494         * show-abbrev.c: Likewise.
1495         * show-die-info.c: Likewise.
1496         * update3.c: Likewise.
1497         * update4.c: Likewise.
1498         * funcretval.c: Likewise.
1499
1500         * dwflmodtest.c (print_instance): Don't use INTUSE.
1501         (options): Don't use N_ macro.
1502
1503 2005-11-15  Roland McGrath  <roland@redhat.com>
1504
1505         * coverage.sh: Look in backends.
1506         * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1507         (TESTS_ENVIRONMENT): Likewise.
1508
1509         * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1510         pass FUNCDIE direclty to dwfl_module_return_value_location.
1511
1512         * Makefile.am (BUILD_RPATH): New variable.
1513         [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1514         (tests_rpath): New variable.
1515         (installcheck-local): Pass it to test-wrapper.sh.
1516         * test-wrapper.sh: In "installed" format, take yes/no value
1517         for elfutils_tests_rpath, which export.  When running a test
1518         binary for installcheck, exit 77.
1519         * test-subr.sh (installed_testrun): When running a test binary
1520         for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1521
1522 2005-11-14  Roland McGrath  <roland@redhat.com>
1523
1524         * test-subr.sh: New file.
1525         * test-wrapper.sh: New file.
1526         * Makefile.am (EXTRA_DIST): Add them.
1527         (AM_LDFLAGS): Variable removed.
1528         (TESTS_ENVIRONMENT): New variable.
1529         (installcheck-local): New target.
1530         * run-addrscopes.sh: Use test-subr.sh.
1531         * run-allfcts.sh: Likewise.
1532         * run-ecp-test.sh: Likewise.
1533         * run-ecp-test2.sh: Likewise.
1534         * run-elflint-self.sh: Likewise.
1535         * run-elflint-test.sh: Likewise.
1536         * run-find-prologues.sh: Likewise.
1537         * run-funcscopes.sh: Likewise.
1538         * run-get-aranges.sh: Likewise.
1539         * run-get-files.sh: Likewise.
1540         * run-get-lines.sh: Likewise.
1541         * run-get-pubnames.sh: Likewise.
1542         * run-line2addr.sh: Likewise.
1543         * run-ranlib-test.sh: Likewise.
1544         * run-ranlib-test2.sh: Likewise.
1545         * run-show-abbrev.sh: Likewise.
1546         * run-show-ciefde.sh: Likewise.
1547         * run-show-die-info.sh: Likewise.
1548         * run-strings-test.sh: Likewise.
1549         * run-strip-test.sh: Likewise.
1550
1551 2005-11-13  Roland McGrath  <roland@redhat.com>
1552
1553         * funcretval.c: New file.
1554         * Makefile.am (noinst_PROGRAMS): Add it.
1555         (funcretval_LDADD): New variable.
1556
1557 2005-11-09  Ulrich Drepper  <drepper@redhat.com>
1558
1559         * line2addr.c (handle_module): Add missing parameter to printf.
1560
1561 2005-10-27  Roland McGrath  <roland@redhat.com>
1562
1563         * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1564         * funcscopes.c (handle_function): Likewise.
1565         * dwflmodtest.c (print_inline, print_func): Likewise.
1566         * find-prologues.c (handle_function): Likewise.
1567
1568 2005-10-27  Roland McGrath  <roland@redhat.com>
1569
1570         * run-find-prologues.sh: New file.
1571         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1572
1573         * find-prologues.c (handle_function): Skip inlines.
1574
1575 2005-10-25  Roland McGrath  <roland@redhat.com>
1576
1577         * find-prologues.c: New file.
1578         * Makefile.am (noinst_PROGRAMS): Add it.
1579         (find_prologues_LDADD): New variable.
1580
1581 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
1582
1583         * run-strings-test.sh: Remove strings.out in the end.
1584
1585 2005-08-31  Ulrich Drepper  <drepper@redhat.com>
1586
1587         * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1588         * run-allfcts.sh: Likewise.
1589         * run-ecp-test.sh: Likewise.
1590         * run-ecp-test2.sh: Likewise.
1591         * run-elflint-test.sh: Likewise.
1592         * run-funcscopes.sh: Likewise.
1593         * run-get-aranges.sh: Likewise.
1594         * run-get-files.sh: Likewise.
1595         * run-get-lines.sh: Likewise.
1596         * run-get-pubnames.sh: Likewise.
1597         * run-line2addr.sh: Likewise.
1598         * run-ranlib-test2.sh: Likewise.
1599         * run-show-abbrev.sh: Likewise.
1600         * run-show-ciefde.sh: Likewise.
1601         * run-show-die-info.sh: Likewise.
1602         * run-strings-test.sh: Likewise.
1603         * run-strip-test.sh: Likewise.
1604
1605 2005-08-30  Ulrich Drepper  <drepper@redhat.com>
1606
1607         * coverage.sh: Handle case where there is no .gcno file at all.
1608
1609 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
1610
1611         * Makefile.am (EXTRA_DIST): Add coverage.
1612         [GCOV]: Generate coverage summary after the tests ran
1613         * coverage.sh: New file.
1614
1615 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
1616
1617         * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
1618         (CLEANFILES): Add *.gcno *.gcda *.gconv.
1619
1620 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
1621
1622         * run-strings-test.sh: New file.
1623         * Makefile.am (TESTS, EXTRA_DIST): Add it.
1624
1625 2005-08-27  Roland McGrath  <roland@redhat.com>
1626
1627         * addrscopes.c (handle_address): Apply bias to PC addresses.
1628
1629         * run-funcscopes.sh: New file.
1630         * testfile25.bz2: New data file.
1631         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1632
1633 2005-08-26  Roland McGrath  <roland@redhat.com>
1634
1635         * addrscopes.c (dwarf_diename_integrate): Removed.
1636         (print_vars, handle_address): Use plain dwarf_diename.
1637
1638 2005-08-25  Roland McGrath  <roland@redhat.com>
1639
1640         * funcscopes.c: New file.
1641         * Makefile.am (noinst_PROGRAMS): Add it.
1642         (funcscopes_LDADD): New variable.
1643
1644         * run-addrscopes.sh: Add another case.
1645         * testfile24.bz2: New data file.
1646         * Makefile.am (EXTRA_DIST): Add it.
1647
1648         * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
1649         pass it to dwarf_getscopes.
1650         (main): Pass it, true when '=' follows an address.
1651
1652 2005-08-24  Roland McGrath  <roland@redhat.com>
1653
1654         * line2addr.c (print_address): Omit () for DSOs.
1655
1656 2005-08-24  Ulrich Drepper  <drepper@redhat.com>
1657
1658         * run-line2addr.sh: Remove testfile23 in the end.
1659
1660         * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
1661         [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
1662
1663 2005-08-22  Roland McGrath  <roland@redhat.com>
1664
1665         * run-line2addr.sh: Add a case.
1666         * testfile23.bz2: New data file.
1667         * Makefile.am (EXTRA_DIST): Add it.
1668
1669 2005-08-18  Roland McGrath  <roland@redhat.com>
1670
1671         * run-addrscopes.sh: New file.
1672         * testfile22.bz2: New data file.
1673         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1674
1675         * addrscopes.c: New file.
1676         * Makefile.am (noinst_PROGRAMS): Add it.
1677         (addrscopes_LDADD): New variable.
1678
1679 2005-08-15  Ulrich Drepper  <drepper@redhat.com>
1680
1681         * run-elflint-self.sh: Don't run test if the file doesn't exist.
1682
1683 2005-08-15  Roland McGrath  <roland@redhat.com>
1684
1685         * dwflmodtest.c (print_instance, print_inline): New functions.
1686         (print_func): Call print_inline.
1687         (options, parse_opt): Grok -i/--inlines.
1688
1689 2005-08-07  Roland McGrath  <roland@redhat.com>
1690
1691         * dwflmodtest.c: Print function details only if -f flag is given.
1692
1693 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
1694
1695         * run-elflint-self.sh: New file.
1696         * Makefile.am (TESTS): Add run-elflint-self.sh.
1697         (EXTRA_DIST): Likewise.
1698
1699         * Makefile.am: Link with statis libs if BUILD_STATIC.
1700         (dwflmodtest_LDADD): Also link with -ldl.
1701
1702 2005-08-02  Ulrich Drepper  <drepper@redhat.com>
1703
1704         * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
1705         * asm-tst1.c: Adjust for new asm_begin interface.  Open backend
1706         library first.
1707         * asm-tst2.c: Likewise.
1708         * asm-tst3.c: Likewise.
1709         * asm-tst4.c: Likewise.
1710         * asm-tst5.c: Likewise.
1711         * asm-tst6.c: Likewise.
1712         * asm-tst7.c: Likewise.
1713         * asm-tst8.c: Likewise.
1714         * asm-tst9.c: Likewise.
1715
1716         * msg_tst.c: Add new error message.
1717
1718 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
1719
1720         * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
1721
1722 2005-06-01  Roland McGrath  <roland@redhat.com>
1723
1724         * line2addr.c: Rewritten using libdwfl.
1725         * run-line2addr.sh: Update test for changed arguments.
1726         * Makefile.am (INCLUDES): Add libdwfl source directory to path.
1727         (libdwfl): New variable.
1728         (line2addr_LDADD): Use it.
1729
1730 2005-07-28  Roland McGrath  <roland@redhat.com>
1731
1732         * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
1733         * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
1734         (dwflmodtest_LDADD): New variable.
1735         (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
1736
1737 2005-07-21  Ulrich Drepper  <drepper@redhat.com>
1738
1739         * testfile18.bz2: New file.
1740         * run-elflint-test.sh: New file.
1741         * Makefile.am (TESTS): Add run-elflint-test.sh.
1742         (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
1743
1744 2005-05-24  Ulrich Drepper  <drepper@redhat.com>
1745
1746         * get-files.c (main): Use correct format specifier.
1747
1748 2005-05-21  Ulrich Drepper  <drepper@redhat.com>
1749
1750         * Makefile.am: Add -Wextra to CFLAGS.
1751         * get-files.c: Remove warning this produced.
1752         * get-pubnames.c: Likewise.
1753         * newfile.c: Likewise.
1754         * newscn.c: Likewise.
1755         * scnnames.c: Likewise.
1756         * showptable.c: Likewise.
1757         * test-nlist.c: Likewise.
1758         * update1.c: Likewise.
1759         * update2.c: Likewise.
1760         * update3.c: Likewise.
1761         * update4.c: Likewise.
1762
1763 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
1764
1765         * run-line2addr.sh: Remove testfile14 at the end.
1766
1767         * run-strip-test.sh: Remove debuginfo test input file as well.
1768
1769         * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
1770         .bz, not .bz2.
1771
1772 2005-05-03  Roland McGrath  <roland@redhat.com>
1773
1774         * run-strip-test.sh: Use variables for test file names.
1775         Optionally produce separate debug file and check it.
1776         * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
1777         * run-strip-test3.sh: Likewise.
1778         * run-strip-test4.sh: New file.
1779         * run-strip-test5.sh: New file.
1780         * run-strip-test6.sh: New file.
1781         * testfile15.bz: New file.
1782         * testfile15.debug.bz: New file.
1783         * testfile16.bz: New file.
1784         * testfile16.debug.bz: New file.
1785         * testfile17.bz: New file.
1786         * testfile17.debug.bz: New file.
1787         * Makefile.am (TESTS, EXTRA_DIST): Add them.
1788
1789 2005-04-25  Ulrich Drepper  <drepper@redhat.com>
1790
1791         * run-line2addr.sh: Also use testfile14.  Adjust for correct
1792         return of multiple matches.
1793         * testfile14.bz2: New file.
1794         * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
1795
1796         * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
1797
1798 2005-04-04  Roland McGrath  <roland@redhat.com>
1799
1800         * line2addr.c (main): Initialize LINES and NLINES before calling
1801         dwarf_getsrc_file, and free LINES afterwards.
1802
1803         * allfcts.c (main): Use size_t for CUHL.
1804
1805 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
1806
1807         * line2addr.c: New file.
1808         * run-line2addr.sh: New file.
1809         * Makefile.am: Add rules to build, run, and distribute new code.
1810
1811 2005-04-02  Ulrich Drepper  <drepper@redhat.com>
1812
1813         * allfcts.c: New file.
1814         * run-allfcts.sh: New file.
1815         * Makefile.am: Add rules to build, run, and distribute new code.
1816
1817 2005-02-05  Ulrich Drepper  <drepper@redhat.com>
1818
1819         * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap.  Link all test
1820         programs with -lmudflap.
1821
1822 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
1823
1824         * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
1825         * asm-tst5.c (main): Likewise.
1826         * asm-tst6.c (main): Likewise.
1827
1828 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
1829
1830         * Makefile.am: Support building with mudflap.
1831
1832 2004-01-12  Ulrich Drepper  <drepper@redhat.com>
1833
1834         * get-aranges.c: Rewrite to use libdw.
1835         * Makefile.am: Reenable get-aranges test.
1836
1837 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
1838
1839         * get-lines.c: New file.
1840         * get-files.c: Adjust for libdw.
1841         * run-get-files.sh: Adjust expected result.
1842         * run-get-lines.sh: Likewise.
1843         * Makefile.am: Run get-lines test.  Don't run get-aranges and
1844         get-ciefde test for now.
1845
1846         * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
1847         change.  Print attribute offset information.
1848         * run-show-abbrev.sh: Adjust expected output.
1849
1850 2004-01-09  Ulrich Drepper  <drepper@redhat.com>
1851
1852         * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
1853         * show-die-info.c: Likewise.
1854         * run-show-die-info.sh: Adjust expected output.
1855
1856 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
1857
1858         * Makefile.in: Depend on libebl.a, not libebl.so.
1859
1860 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
1861
1862         * Moved to CVS archive.