blob: 63b7bed736693ffaf94aeaf1807f9211d07a7088 [file] [log] [blame]
Mark Wielaard4f1c96d2014-01-04 14:24:58 +010012014-01-04 Mark Wielaard <mjw@redhat.com>
2
Mark Wielaard70c3a532014-01-04 23:28:33 +01003 * backtrace-data.c (main): Don't assert if raise returns.
4 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
5 assume_ptrace_attached true.
6 (ptrace_detach_stopped): Removed function.
7 (main): Don't call ptrace_detach_stopped.
8 * backtrace.c (ptrace_detach_stopped): Removed function.
9 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
10 true.
11 (exec_dump): Don't call ptrace_detach_stopped.
12
132014-01-04 Mark Wielaard <mjw@redhat.com>
14
Mark Wielaard1051a0c2014-01-04 15:41:04 +010015 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
16 if we cannot adjust core ulimit.
17
182014-01-04 Mark Wielaard <mjw@redhat.com>
19
Mark Wielaard4f1c96d2014-01-04 14:24:58 +010020 * cleanup-13.c (force_unwind_stop): Removed.
21 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
22 don't call _Unwind_ForcedUnwind.
23
Mark Wielaardb92af192014-01-03 18:15:02 +0100242014-01-03 Mark Wielaard <mjw@redhat.com>
25
26 * run-addrcfi.sh: Add case for EM_AARCH64.
27 * testfileaarch64.bz2: New testfile.
28 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
29
Mark Wielaard19108012013-12-30 22:00:57 +0100302013-12-30 Mark Wielaard <mjw@redhat.com>
31
32 * backtrace-dwarf.c (report_pid): Explicitly call
33 dwfl_linux_proc_attach and check for errors.
34 * backtrace.c (report_pid): Likewise.
35
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +0100362013-12-21 Mark Wielaard <mjw@redhat.com>
37
38 * backtrace.c (callback_verify): Only assert that case 5 is the last
39 instruction of backtracegen on x86_64 native.
40
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100412013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +010042 Mark Wielaard <mjw@redhat.com>
43
44 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
45 and testfilebaz*ppc64*.bz2 files.
46 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
47 error on dwfl_module_getsymtab error.
48 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
49 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
50 Also print section of actual value if different from sym.
51 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
52 Test addr2line -x by showing different sections for address and
53 found name in testfile66.
54 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
55 testfilebaz*ppc64): New tests.
56 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
57 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
58 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
59 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
60 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
61 testfilebaztabppc64.bz2: New test files.
62
632013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +010064
65 unwinder: s390 and s390x
66 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
67 run-backtrace-core-s390.sh.
68 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
69 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
70 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
71 * backtrace.s390.core.bz2: New file.
72 * backtrace.s390.exec.bz2: New file.
73 * backtrace.s390x.core.bz2: New file.
74 * backtrace.s390x.exec.bz2: New file.
75 * run-backtrace-core-s390.sh: New file.
76 * run-backtrace-core-s390x.sh: New file.
77
Jan Kratochvilb3c810f2013-12-17 21:11:48 +0100782013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
81 code.
82
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +0100832013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 unwinder: ppc
86 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
87 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
88 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
89 * backtrace.ppc.core.bz2: New file.
90 * backtrace.ppc.exec.bz2: New file.
91 * run-backtrace-core-ppc.sh: New file.
92
Mark Wielaard7fc49292013-12-13 22:42:46 +0100932013-12-10 Mark Wielaard <mjw@redhat.com>
94
Mark Wielaard63572f42013-12-13 23:12:18 +010095 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
96
972013-12-10 Mark Wielaard <mjw@redhat.com>
98
Mark Wielaard7fc49292013-12-13 22:42:46 +010099 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
100 * backtrace-subr.sh (check_native_core): Disable valgrind while
101 dumping core.
102 * run-backtrace-data.sh: Disable valgrind.
103 * run-backtrace-dwarf.sh: Likewise.
104
Mark Wielaard3951f2e2013-12-09 16:33:26 +01001052013-12-09 Mark Wielaard <mjw@redhat.com>
106
107 * varlocs.c (print_expr): Update comment to explain empty location
108 associated with DW_OP_GNU_implicit_pointer.
109
Jan Kratochvilf88863f2013-12-05 16:16:14 +01001102013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 Fix test FAIL with -O2.
113 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
114
Mark Wielaard813aae02013-12-05 15:26:51 +01001152013-12-05 Mark Wielaard <mjw@redhat.com>
116
117 * backtrace-data.c (main): If unsupported also print to stderr.
118 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
119
Mark Wielaard1bfab192013-12-04 20:55:23 +01001202013-12-04 Mark Wielaard <mjw@redhat.com>
121
122 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
123
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01001242013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
127 backtrace-data and backtrace-dwarf.
128 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
129 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
130 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
131 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
132 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
133 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
134 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
135 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
136 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
137 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
138 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
139 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
140 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
141 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
142 New.
143 * backtrace-child.c: New file.
144 * backtrace-data.c: New file.
145 * backtrace-dwarf.c: New file.
146 * backtrace-subr.sh: New file.
147 * backtrace.c: New file.
148 * cleanup-13.c: New file.
149 * backtrace.i386.core.bz2: New file.
150 * backtrace.i386.exec.bz2: New file.
151 * backtrace.x86_64.core.bz2: New file.
152 * backtrace.x86_64.exec.bz2: New file.
153 * run-backtrace-core-i386.sh: New file.
154 * run-backtrace-core-x86_64.sh: New file.
155 * run-backtrace-native-biarch.sh: New file.
156 * run-backtrace-native-core-biarch.sh: New file.
157 * run-backtrace-native-core.sh: New file.
158 * run-backtrace-native.sh: New file.
159 * run-backtrace-data.sh: New file.
160 * run-backtrace-dwarf.sh: New file.
161
Mark Wielaard819c3492013-11-27 16:45:44 +01001622013-11-27 Mark Wielaard <mjw@redhat.com>
163
164 * dwflsyms.c (gelf_bind_order): New function.
165 (elf_section_name): Likewise.
166 (addr_in_section): Likewise.
167 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
168 Refine assert using gelf_bind_order. Print elf_section_name. Check
169 bias with addr_in_section.
170 * run-dwflsyms.sh: Add section names to expected output.
171
Mark Wielaard0d5a8672013-11-26 10:44:18 +01001722013-11-26 Mark Wielaard <mjw@redhat.com>
173
174 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
175
Petr Machata98c8a732013-11-26 03:10:31 +01001762013-11-25 Petr Machata <pmachata@redhat.com>
177
178 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
179 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
180 * Makefile.am (EXTRA_DIST): Add these.
181 (TESTS): Add run-funcretval.sh.
182 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
183 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
184 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
185 * run-funcretval.sh: New file.
186
Josh Stonedb35c872013-11-18 14:29:35 -08001872013-11-18 Josh Stone <jistone@redhat.com>
188
189 * testfilebazdbg_plr.bz2: New testfile.
190 * testfilebazmin_plr.bz2: Likewise.
191 * Makefile.am (EXTRA_DIST): Add the above files.
192 * run-dwflsyms.sh: Add prelink -r tests.
193
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01001942013-11-15 Mark Wielaard <mjw@redhat.com>
195
196 * testfilebazmdb.bz2: Regenerated.
197 * testfilebazmin.bz2: Likewise.
198 * testfilebazdbg_pl.bz2: New testfile.
199 * testfilebazmin_pl.bz2: Likewise.
200 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
201 testfilebazmin_pl.bz2.
202 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
203 print relative address of function symbols.
204 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
205
Michael Forneya45c8042013-11-01 00:51:04 -07002062013-11-01 Michael Forney <mforney@mforney.org>
207
208 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
209 * run-arsymtest.sh: Use NM.
210
Mark Wielaardd8c75df2013-11-05 11:27:19 +01002112013-11-05 Mark Wielaard <mjw@redhat.com>
212
213 * allfcts.c (main): Correct dwarf_getfuncs return value check.
214
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02002152013-10-10 Mark Wielaard <mjw@redhat.com>
216 Josh Stone <jistone@redhat.com>
217
218 * run-allfcts-multi.sh: New test.
219 * test-offset-loop.bz2: New testfile.
220 * test-offset-loop.alt.bz2: New testfile.
221 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
222 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
223 test-offset-loop.alt.bz2.
224
Mark Wielaardd1829742013-10-15 23:53:32 +02002252013-10-15 Mark Wielaard <mjw@redhat.com>
226
227 * run-unstrip-M.sh: New test.
228 * Makefile.am (TESTS): Add run-unstrip-M.sh.
229 (EXTRA_DIST): Likewise.
230
Mark Wielaard3dec3e12013-10-06 17:04:07 +02002312013-10-06 Mark Wielaard <mjw@redhat.com>
232
233 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
234 location expression.
235
Josh Stone5dbbc5e2013-10-03 12:38:25 -07002362013-10-03 Josh Stone <jistone@redhat.com>
237
238 * typeiter2.c: New file, reversing typeiter.c.
239 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200240 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700241 (typeiter2_LDADD): New variable.
242
Petr Machataab224102013-09-26 00:39:34 +02002432013-09-26 Petr Machata <pmachata@redhat.com>
244
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200245 * run-readelf-mixed-corenote.sh: Update output of testfile71
246 dump--readelf can newly decode the NT_FILE note.
247
2482013-09-26 Petr Machata <pmachata@redhat.com>
249
Petr Machataab224102013-09-26 00:39:34 +0200250 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
251 * run-readelf-mixed-corenote.sh: New test for this file.
252 * testfile71.bz2: New file.
253
Mark Wielaard1b734df2013-09-20 09:50:42 -04002542013-09-20 Mark Wielaard <mjw@redhat.com>
255
256 * allfcts.c (cb): Return DWARF_CB_ABORT.
257 (main): Iterate over all offsets returned by dwarf_getfuncs.
258 * run-allfcts.sh: Add nested_funcs and class_func testcases.
259 * testfile_nested_funcs.bz2: New test file.
260 * testfile_class_func.bz2: Likewise.
261 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
262 testfile_nested_funcs.bz2.
263
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02002642013-08-30 Mark Wielaard <mjw@redhat.com>
265
266 * Makefile.am (check_PROGRAMS): Add varlocs.
267 (TESTS): Add run-varlocs.sh.
268 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
269 testfile_const_type.bz2, testfile_implicit_pointer.c,
270 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
271 testfile_entry_value.c, testfile_entry_value.bz2,
272 testfile_implicit_value.c and testfile_implicit_value.bz2.
273 (varlocs_LDADD): New.
274 * run-varlocs: New test.
275 * testfile_const_type.c: New test source file.
276 * testfile_entry_value.c: Likewise.
277 * testfile_implicit_pointer.c: Likewise.
278 * testfile_implicit_value.c: Likewise.
279 * testfile_parameter_ref.c: Likewise.
280 * testfile_const_type.bz2: New test file.
281 * testfile_entry_value.bz2: Likewise.
282 * testfile_implicit_pointer.bz2: Likewise.
283 * testfile_implicit_value.bz2: Likewise.
284 * testfile_parameter_ref.bz2: Likewise.
285 * varlocs.c: New test source.
286
Mark Wielaard92e47d62013-09-02 16:46:50 +02002872013-08-29 Mark Wielaard <mjw@redhat.com>
288
289 * run-addrcfi.sh: Add case for EM_ARM.
290 * testfilearm.bz2: New testfile.
291 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
292
Mark Wielaardd3f16452013-08-28 18:10:44 +02002932013-08-28 Mark Wielaard <mjw@redhat.com>
294
Mark Wielaard79b91812013-08-28 21:54:58 +0200295 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
296 completely missing.
297 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
298 * testfiles390.bz2: New testfile.
299 * testfiles390x.bz2: Likewise.
300 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
301 testfiles390x.bz2.
302
3032013-08-28 Mark Wielaard <mjw@redhat.com>
304
Mark Wielaardd3f16452013-08-28 18:10:44 +0200305 * addrcfi.c (handle_cfi): Use printf not error.
306 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
307 * testfileppc32.bz2: New testfile.
308 * testfileppc64.bz2: Likewise.
309 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
310 testfileppc64.bz2.
311
Mark Wielaard292b1782013-08-27 15:40:56 +02003122013-08-27 Mark Wielaard <mjw@redhat.com>
313
314 * run-addrcfi.sh: New test.
315 * Makefile.am (TESTS): Add run-addrcfi.sh.
316 (EXTRA_DIST): Likewise.
317 * addrcfi.c (op_name): New function.
318 (print_detail): Call and print op_name. Check ops, not result
319 to check if this is "same value" or "undefined".
320 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
321
Mark Wielaard4b9e6392013-08-13 11:40:21 +02003222013-08-13 Mark Wielaard <mjw@redhat.com>
323
324 * run-addr2line-i-test.sh: New test.
325 * testfile-inlines.bz2: New testfile.
326 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
327 testfile-inlines.bz2.
328 (TESTS): Add run-addr2line-i-test.sh.
329
Mark Wielaardd0f85012013-08-12 14:21:31 +02003302013-08-12 Mark Wielaard <mjw@redhat.com>
331
332 * run-addr2line-test.sh: New test.
333 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
334 (TESTS): Likewise.
335
Jan Kratochvil596d4302013-07-23 16:30:01 +02003362013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
339 the entries.
340
Mark Wielaard263d7ee2013-07-02 16:16:58 +02003412013-07-02 Mark Wielaard <mjw@redhat.com>
342
343 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
344 testfilenolines.bz2.
345
Jan Kratochvil8ff86292013-05-30 13:21:20 +02003462013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
349 test-core.core.bz2 and test-core.exec.bz2.
350 * run-addrname-test.sh: New test for these files.
351 * run-unstrip-n.sh: Update expected output. New test for these files.
352 * test-core-lib.so.bz2: New file.
353 * test-core.core.bz2: New file.
354 * test-core.exec.bz2: New file.
355
Mark Wielaard9affad32013-05-03 11:28:49 +02003562013-05-03 Mark Wielaard <mjw@redhat.com>
357
358 * testfilenolines.bz2: New test file.
359 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
360 * run-get-lines.sh: Run testrun_compare on testfilenolines.
361
Jan Kratochvil904aec22013-04-30 14:27:16 +02003622013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
363
364 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
365
Mark Wielaard807ea312013-04-29 20:48:36 +02003662013-04-29 Mark Wielaard <mjw@redhat.com>
367
368 * test-subr.sh: Don't use pushd, just cd into test-dir.
369 (exit_cleanup): Don't use popd, just cd .. to get out.
370
Mark Wielaarda6098312013-04-26 21:21:56 +02003712013-04-27 Mark Wielaard <mjw@redhat.com>
372
Mark Wielaard527e21e2013-04-27 23:15:44 +0200373 * test-subr.sh (exit_cleanup): New function.
374 (trap): Use exit_cleanup as argument.
375 * run-native-test.sh (native_exit): New function.
376 (trap): For EXIT (0) use native_exit as argument.
377
3782013-04-27 Mark Wielaard <mjw@redhat.com>
379
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200380 * update1.c (main): Use unique tempfile name and unlink file.
381 * update2.c (main): Likewise.
382 * update3.c (main): Likewise.
383 * update4.c (main): Use unique tempfile name.
384
3852013-04-27 Mark Wielaard <mjw@redhat.com>
386
Mark Wielaarda6098312013-04-26 21:21:56 +0200387 * run-alldts.sh: Add testfile-alldts to tempfiles.
388 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
389 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
390 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
391 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
392
Mark Wielaard86be7922013-04-26 23:44:25 +02003932013-04-26 Mark Wielaard <mjw@redhat.com>
394
395 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
396 remove wrapper.
397 (TESTS_ENVIRONMENT): Likewise.
398 (installed_LOG_COMPILER): New variable defining wrapper.
399 (LOG_COMPILER): Likewise.
400 * run-*.sh: Fixup location of input and output files.
401 * test-subr.sh: Create test_dir, pushd to execute test in.
402 (trap): Remove test_dir.
403 (testfiles): Use abs_srcdir.
404 (installed_testrun): Match on abs_builddir or abs_top_builddir.
405 (self_test_files): Adjust path.
406
Mark Wielaardcdaaf212013-04-25 16:50:11 -04004072013-04-24 Mark Wielaard <mjw@redhat.com>
408
409 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
410
Mark Wielaarda8c7f052013-03-25 21:11:53 +01004112013-03-25 Mark Wielaard <mjw@redhat.com>
412
Mark Wielaardb79788c2013-03-25 11:45:22 +0100413 * run-readelf-aranges.sh: New test.
414 * testfilefoobarbaz.bz2: New test file.
415 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
416 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
417
4182013-03-25 Mark Wielaard <mjw@redhat.com>
419
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100420 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
421
Jan Kratochvila1d44822013-03-19 13:40:13 +01004222013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
425 (TESTS): Add run-dwfl-report-elf-align.sh.
426 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
427 testfile-dwfl-report-elf-align-shlib.so.bz2 .
428 (dwfl_report_elf_align_LDADD): New.
429 * dwfl-report-elf-align.c: New file.
430 * run-dwfl-report-elf-align.sh: New file.
431 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
432
Mark Wielaardf1b06b52013-03-12 12:02:51 +01004332013-03-12 Mark Wielaard <mjw@redhat.com>
434
435 * run-dwfllines.sh: New test.
436 * dwfllines.c: New test program.
437 * Makefile.am (TESTS): Add run-dwfllines.sh.
438 (EXTRA_DIST): Likewise.
439 (dwfllines_LDADD): New variable.
440
Mark Wielaardf6185a72013-02-22 23:42:59 +01004412013-02-22 Mark Wielaard <mjw@redhat.com>
442
443 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
444 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
445
Mark Wielaard443304e2013-02-15 22:45:22 +01004462013-02-15 Mark Wielaard <mjw@redhat.com>
447
448 * testfile-dwzstr.bz2: New testfile.
449 * testfile-dwzstr.multi.bz2: Likewise.
450 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
451 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
452 testfile-dwzstr.multi.bz2.
453
Mark Wielaard6c4b2072013-01-30 11:04:38 +01004542013-01-30 Mark Wielaard <mjw@redhat.com>
455
456 * testfileloc.bz2: New testfile.
457 * run-readelf-loc.sh: New test.
458 * Makefile.am (TESTS): Add run-readelf-loc.sh.
459 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
460
Jan Kratochvilcc84d792012-10-10 19:32:05 +02004612013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
464 and s390x core notes.
465 * testfile67.bz2: New file.
466 * testfile68.bz2: New file.
467 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
468
Mark Wielaard697bdca2013-01-23 17:39:19 +01004692013-01-23 Mark Wielaard <mjw@redhat.com>
470
471 * testfilebasmin.bz2: New testfile.
472 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
473 * run-readelf-s.sh: Test testfilebasmin.
474 * run-dwflsyms.sh: Likewise.
475
Mark Wielaard9a91fb22013-01-16 15:19:40 +01004762013-01-16 Mark Wielaard <mjw@redhat.com>
477
478 * Makefile.am (check_PROGRAMS): Add dwflsyms.
479 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
480 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
481 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
482 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
483 (dwflsyms_LDADD): New variable.
484
Roland McGrath3f9256d2013-01-07 15:13:46 -08004852013-01-07 Roland McGrath <roland@hack.frob.com>
486
487 * run-prelink-addr-test.sh: Use ln -snf.
488
Mark Wielaard1d6a4352012-12-03 17:01:09 +01004892012-12-03 Mark Wielaard <mjw@redhat.com>
490
491 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
492
Jan Kratochvild5784af2012-10-18 00:11:30 +02004932012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
494
495 * run-addrname-test.sh: New test for PIE relocation.
496 * testfile70.core.bz2: New file.
497 * testfile70.exec.bz2: New file.
498 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
499 testfile70.exec.bz2 .
500
Jan Kratochvild7ed0252012-10-27 21:31:58 +02005012012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
504 testfile69.core.bz2 and testfile69.so.bz2 .
505
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +02005062012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * run-addrname-test.sh: New test for DSO with build-id bias.
509 * testfile69.core.bz2: New file.
510 * testfile69.so.bz2: New file.
511
Jan Kratochvil78dec222012-10-10 08:04:01 +02005122012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
513
Jan Kratochvil387654d2012-10-10 08:08:44 +0200514 * run-addrname-test.sh: New test for core vDSO bias.
515 * testfile65.bz2: New file.
516
5172012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
518
Jan Kratochvil78dec222012-10-10 08:04:01 +0200519 * run-addrname-test.sh: New test for symbol preferences.
520 * testfile64.bz2: New file.
521
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02005222012-10-01 Mark Wielaard <mjw@redhat.com>
523
524 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
525 * test-wrapper.sh: Export VALGRIND_CMD if available.
526 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
527 (installed_testrun): Likewise.
528
Petr Machataae7c5e72012-09-24 16:16:27 +02005292012-09-24 Petr Machata <pmachata@redhat.com>
530
Petr Machata522a73f2012-09-24 16:46:52 +0200531 * testfile63.bz2: New testfile.
532 * run-readelf-mixed-corenote.sh: New test.
533 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
534 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
535
5362012-09-24 Petr Machata <pmachata@redhat.com>
537
Petr Machataae7c5e72012-09-24 16:16:27 +0200538 * testfile62.bz2: New testfile.
539 * run-readelf-vmcoreinfo.sh: New test.
540 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
541 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
542
Petr Machata3662ad12012-09-18 21:35:19 +02005432012-09-18 Petr Machata <pmachata@redhat.com>
544
545 * testfile61.bz2: New testfile.
546 * run-allregs.sh: Run reg_test testfile61.
547 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
548
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +02005492012-08-24 Mark Wielaard <mjw@redhat.com>
550
551 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
552
Jeff Kenton257dcf42012-08-22 09:00:03 -04005532012-08-22 Jeff Kenton <jkenton@tilera.com>
554
555 * testfile60.bz2: New testfile.
556 * run-allregs.sh: Run reg_test testfile60.
557
Mark Wielaardf5519fc2012-08-24 13:54:52 +02005582012-08-24 Mark Wielaard <mjw@redhat.com>
559
560 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
561 ENABLE_DWZ.
562
Mark Wielaardf31c4412012-08-17 00:35:03 +02005632012-08-16 Mark Wielaard <mjw@redhat.com>
564
565 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
566 macros.
567 * show-die-info.c (tagnames): Removed.
568 (attrs): Removed.
569 (dwarf_tag_string): New function using known-dwarf macros.
570 (dwarf_attr_string): Likewise.
571 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
572 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
573
Mark Wielaard775375e2012-06-22 12:02:45 +02005742012-06-27 Mark Wielaard <mjw@redhat.com>
575
576 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
577 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
578 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
579 testfile_multi_main.bz2.
580 * run-readelf-dwz-multi.sh: New test.
581 * libtestfile_multi_shared.so.bz2: New testfile.
582 * testfile_multi.dwz.bz2: New testifle.
583 * testfile_multi_main.bz2: New testifle.
584
Petr Machata30a941c2012-08-01 21:41:36 +02005852012-08-01 Petr Machata <pmachata@redhat.com>
586
587 * run-test-archive64.sh: New test.
588 * testarchive64.a.bz2: New testfile.
589 * Makefile.am (TESTS): Add run-test-archive64.sh.
590 (EXTRA_DIST): Likewise.
591
Mark Wielaard94e387f2012-08-01 15:31:12 +02005922012-08-01 Mark Wielaard <mjw@redhat.com>
593
Mark Wielaardbf707b52012-08-01 15:39:11 +0200594 * run-nm-self.sh: New test.
595 * run-readelf-self.sh: Likewise.
596 * test-subr.sh (testrun_on_self_quiet): New function.
597 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
598 (EXTRA_DIST): Likewise.
599
6002012-08-01 Mark Wielaard <mjw@redhat.com>
601
Mark Wielaard94e387f2012-08-01 15:31:12 +0200602 * test-subr.sh (self_test_files): New list of files.
603 (testrun_on_self): New function.
604 * run-elflint-self.sh: Use testrun_on_self.
605
Mark Wielaard714ea0e2012-07-19 13:07:39 +02006062012-07-19 Mark Wielaard <mjw@redhat.com>
607
Mark Wielaard030f6262012-07-18 13:14:30 +0200608 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
609 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
610 (EXTRA_DIST): Likewise.
611 (test_elf_cntl_gelf_getshdr_LDADD): New.
612 test-elf_cntl_gelf_getshdr.c: New test program.
613 run-elf_cntl_gelf_getshdr.sh: New test script.
614
6152012-07-19 Mark Wielaard <mjw@redhat.com>
616
Mark Wielaardadcd1dd2012-07-19 22:59:18 +0200617 * run-elflint-self.sh: runtests on ../backends/*so files.
618
6192012-07-19 Mark Wielaard <mjw@redhat.com>
620
Mark Wielaard714ea0e2012-07-19 13:07:39 +0200621 * run-unstrip-n.sh: test_cleanup.
622 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
623
Mark Wielaarde9b23882012-06-29 22:30:15 +02006242012-07-11 Mark Wielaard <mjw@redhat.com>
625
626 * run-readelf-macro.sh: New test.
627 * testfilemacro.bz2: New testfile.
628 * Makefile.am (TESTS): Add run-readelf-macro.sh.
629 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
630
Mark Wielaard84a1e0b2012-06-29 23:38:09 +02006312012-06-27 Mark Wielaard <mjw@redhat.com>
632
633 * run-readelf-gdb-index.sh: New test.
634 * testfilegdbindex5.bz2: New testfile.
635 * testfilegdbindex7.bz2: Likewise.
636 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
637 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
638 testfilegdbindex7.bz2.
639
Mark Wielaard97212fe2012-07-17 21:12:39 +02006402012-07-17 Mark Wielaard <mjw@redhat.com>
641
642 * testcore-rtlib-ppc.bz2: New testfile.
643 * run-unstrip-n.sh: Check new ppc core testfile.
644
Mike Frysingerc09c5f32012-06-26 12:07:44 -04006452012-06-26 Mike Frysinger <vapier@gentoo.org>
646
647 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
648
Mark Wielaarda0172d72012-06-25 17:18:53 +02006492012-06-26 Mark Wielaard <mjw@redhat.com>
650
651 * run-macro-test.sh: New test.
652 * testfile-macinfo.bz2: New testfile.
653 * testfile-macros.bz2: Likewise.
654
Mark Wielaard547049b2012-06-22 18:19:02 +02006552012-05-07 Mark Wielaard <mjw@redhat.com>
656
657 * low_high_pc.c: Use proper inttypes in printf formats.
658
Mark Wielaarddbbc67a2012-05-11 12:57:57 +02006592012-05-11 Mark Wielaard <mjw@redhat.com>
660
661 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
662
Mark Wielaardd9bc75f2012-05-07 13:29:52 +02006632012-05-07 Mark Wielaard <mjw@redhat.com>
664
665 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
666
Mark Wielaard54797252012-04-27 13:00:50 +02006672012-04-27 Mark Wielaard <mjw@redhat.com>
668
669 * Makefile.am (TESTS): Add run-low_high_pc.sh
670 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
671 (noinst_PROGRAMS): Add low_high_pc.
672 (low_high_pc_LDADD): New variable.
673 * low_high_pc.c: New test.
674
Mark Wielaardbdad8e32012-04-26 12:24:33 +02006752012-04-26 Mark Wielaard <mjw@redhat.com>
676
677 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
678 * run-show-ciefde.sh: Removed old libdwarf test.
679 * show-ciefde.c: Likewise.
680
Mark Wielaard191d1f02012-04-02 17:11:25 +02006812012-04-02 Mark Wielaard <mjw@redhat.com>
682
Mark Wielaard96a52132012-04-03 00:21:50 +0200683 * Makefile.am (TESTS): Add run-unstrip-n.sh.
684 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
685 * run-unstrip-n.sh: New test.
686 * testcore-rtlib.bz2: New testfile.
687
6882012-04-02 Mark Wielaard <mjw@redhat.com>
689
Mark Wielaard191d1f02012-04-02 17:11:25 +0200690 * Makefile.am (TESTS): Add run-readelf-d.sh.
691 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
692 * run-readelf-d.sh: New test.
693 * run-elflint-test.sh: Check new testfile.
694
Tom Tromey581c3f62012-03-21 08:54:32 -06006952012-03-21 Tom Tromey <tromey@redhat.com>
696
697 * typeiter.c: New file.
698 * run-typeiter.sh: New file.
699 * testfile59.bz2: New file.
700 * Makefile.am (noinst_PROGRAMS): Add typeiter.
701 (TESTS): Add run-typeiter.sh.
702 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
703 (typeiter_LDADD): New variable.
704
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +01007052012-02-21 Kurt Roeckx <kurt@roeckx.be>
706
707 * run-alldts.sh: testrun ./alldts.
708
Roland McGrathe3b15682012-02-21 11:12:46 -08007092012-02-21 Roland McGrath <roland@hack.frob.com>
710
711 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -0800712 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -0800713
Roland McGrathb8ff18e2012-01-18 13:57:08 -08007142012-01-18 Roland McGrath <roland@hack.frob.com>
715
716 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
717 it will have been inherited correctly from the test harness.
718 * asm-tst5.c (main): Likewise.
719 * asm-tst6.c (main): Likewise.
720 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
721
Roland McGrath32899ac2011-07-09 03:17:24 -07007222011-07-09 Roland McGrath <roland@hack.frob.com>
723
724 * sha1-tst.c: File removed.
725 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
726 (sha1_tst_LDADD): Variable removed.
727
728 * md5-sha1-test.c: New file.
729 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
730 (md5_sha1_test_LDADD): New variable.
731
Mark Wielaard3f2290b2011-05-30 15:46:32 +02007322011-05-30 Mark Wielaard <mjw@redhat.com>
733
734 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
735 run-rerequest_tag.sh
736
Mark Wielaard20a217d2011-05-24 14:30:40 +02007372011-05-24 Mark Wielaard <mjw@redhat.com>
738
739 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
740 * run-strip-reloc.sh: Add hello_s390.ko testcase.
741 * hello_s390.ko.bz2: New test file.
742
Mark Wielaard1662bc32011-05-16 11:33:11 +02007432011-05-23 Mark Wielaard <mjw@redhat.com>
744
745 * Makefile.am (TESTS): Add run-strip-reloc.sh.
746 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
747 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
748 * run-strip-reloc.sh: New test.
749 * hello_i386.ko.bz2: New test file.
750 * hello_x86_64.ko.bz2: Likewise.
751 * hello_ppc64.ko.bz2: Likewise.
752
Mark Wielaard7a125b92011-05-17 12:20:01 +02007532011-05-18 Mark Wielaard <mjw@redhat.com>
754
755 * run-strip-groups.sh: New test.
756 * testfile58.bz2: New test file.
757 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
758 (TESTS): Add run-strip-groups.sh.
759 (EXTRA_DIST): Likewise.
760
Marek Polacek494275c2011-03-28 16:00:38 +02007612011-03-28 Marek Polacek <mpolacek@redhat.com>
762
763 * alldts.c: New file.
764 * run-alldts.sh: Use it.
765 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
766 (alldts_LDADD): New variable.
767
7682011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -0800769
770 * dwarf-getstring.c: New test.
771 * run-dwarf-getstring.sh: And its wrapper.
772 * Makefile.am (EXTRA_DIST): Add and update all.
773
Jan Kratochvilfec39992011-02-27 12:01:25 -08007742011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
775
776 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
777 * run-readelf-twofiles.sh: New file.
778
Mark Wielaard58cfa1c2011-02-25 20:17:52 +01007792011-02-25 Mark Wielaard <mjw@redhat.com>
780
781 * Makefile.am (BUILD_RPATH): Be consistent in naming.
782
Josh Stonedc34eda2011-02-02 16:30:01 -08007832011-02-02 Josh Stone <jistone@redhat.com>
784
785 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
786 * testfile55-64.bz2, testfile55-64.debug.bz2,
787 testfile55-64.prelink.bz2, testfile55-32.bz2,
788 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
789 * Makefile.am (EXTRA_DIST): Add and update all.
790
Roland McGrath32520bd2011-01-12 10:43:32 -08007912011-01-12 Roland McGrath <roland@redhat.com>
792
793 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -0800794 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -0800795
Josh Stoned41d9a62011-01-11 19:16:57 -08007962011-01-11 Josh Stone <jistone@redhat.com>
797
Josh Stoneccbccef2011-01-11 19:16:59 -0800798 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
799 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
800 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
801 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
802 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
803 * Makefile.am (EXTRA_DIST): Add and update all.
804
Josh Stonecf514712011-01-11 19:16:58 -0800805 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
806 * testfile53.bz2, testfile53.debug.bz2,
807 testfile53.prelink.bz2: Deleted, so...
808 * testfile53-64.bz2, testfile53-64.debug.bz2,
809 testfile53-64.prelink.bz2: Recreated with 64-bit names.
810 * testfile53-32.bz2, testfile53-32.debug.bz2,
811 testfile53-32.prelink.bz2: New in 32-bit.
812 * Makefile.am (EXTRA_DIST): Add and update all.
813
Josh Stoned41d9a62011-01-11 19:16:57 -0800814 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
815 * testfile52.so.bz2, testfile52.so.debug.bz2,
816 testfile52.prelink.so.bz2: Deleted, so...
817 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
818 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
819 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
820 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -0800821 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -0800822 * Makefile.am (EXTRA_DIST): Add and update all.
823
Josh Stoneffa02002011-01-10 21:28:46 -08008242011-01-10 Josh Stone <jistone@redhat.com>
825
826 * run-prelink-addr-test.sh: New test for prelinked addrs.
827 * Makefile.am (TESTS, EXTRA_DIST): Add it.
828 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
829 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
830 * testfile53.bz2, testfile53.debug.bz2: New data files.
831 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
832 * Makefile.am (EXTRA_DIST): Add them.
833
Roland McGrathec86e5f2010-06-14 17:44:38 -07008342010-06-04 Roland McGrath <roland@redhat.com>
835
836 * run-unstrip-test.sh: Also test modifying the file in place.
837
Roland McGrath3c6ee4b2010-04-22 22:38:58 -07008382010-04-22 Roland McGrath <roland@redhat.com>
839
840 * addrcfi.c (handle_cfi): Fix function name in error message.
841 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
842
Roland McGrath26618d82010-04-14 13:10:47 -07008432010-04-14 Roland McGrath <roland@redhat.com>
844
845 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
846
Ulrich Drepperc2d1e482010-04-10 18:23:47 -07008472010-04-10 Ulrich Drepper <drepper@redhat.com>
848
849 * msg_tst.c: Adjust expected error message.
850
Petr Machata77961b52010-04-06 14:16:58 +02008512010-04-01 Petr Machata <pmachata@redhat.com>
852
853 * test-flag-nobits.c: New test.
854 * run-test-flag-nobits.sh: And its wrapper.
855 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
856 (test_flag_nobits_LDADD): New variable.
857
Roland McGrathe9ca7382010-02-15 15:15:50 -08008582010-02-15 Roland McGrath <roland@redhat.com>
859
Roland McGrath22359e22010-02-15 15:57:03 -0800860 * Makefile.am: Use config/eu.am for common stuff.
861
Roland McGrathe9ca7382010-02-15 15:15:50 -0800862 * asm-tst9.c (main): Rename local to avoid shadowing another local.
863
Roland McGrathaf800142009-07-22 13:55:50 -07008642009-07-22 Roland McGrath <roland@redhat.com>
865
866 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
867
Roland McGrath3c84db32009-06-24 17:41:40 -07008682009-07-08 Roland McGrath <roland@redhat.com>
869
870 * addrcfi.c: New file.
871 * Makefile.am (noinst_PROGRAMS): Add it.
872 (addrcfi_LDADD): New variable.
873
Petr Machatad24c7bf2009-05-07 20:58:19 +02008742009-05-07 Petr Machata <pmachata@redhat.com>
875
876 * testfile51.bz2: New data file.
877 * dwarf-getmacros.c: New test core.
878 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -0700879 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
880 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +0200881
Ulrich Drepperf9545c42009-04-23 07:59:02 -07008822009-04-23 Ulrich Drepper <drepper@redhat.com>
883
884 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
885 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -0700886
Roland McGrath19a8e4d2009-04-21 15:44:07 -07008872009-04-21 Roland McGrath <roland@redhat.com>
888
889 * testfile50.bz2: New data file.
890 * Makefile.am (EXTRA_DIST): Add it.
891 * run-dwfl-addr-sect.sh: Add a case using it.
892
Ulrich Drepper5bd44442008-12-31 09:02:54 -08008932008-12-31 Ulrich Drepper <drepper@redhat.com>
894
Ulrich Drepper3bf57592009-01-01 18:52:05 -0800895 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
896 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
897 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
898 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
899 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
900 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
901 roundss, roundps, roundpd, and roundsd.
902 * testfile45.S.bz2: Likewise.
903 * testfile44.expect.bz2: Adjust accordingly.
904 * testfile45.expect.bz2: Likewise.
905
Ulrich Drepper5bd44442008-12-31 09:02:54 -0800906 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
907 * testfile45.S.bz2: Likewise.
908 * testfile44.expect.bz2: Adjust accordingly.
909 * testfile45.expect.bz2: Likewise.
910
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08009112008-12-30 Ulrich Drepper <drepper@redhat.com>
912
Ulrich Drepperec32ff92008-12-30 23:24:09 -0800913 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -0800914 * testfile45.S.bz2: Likewise.
915 * testfile44.expect.bz2: Adjust accordingly.
916 * testfile45.expect.bz2: Likewise.
917
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -08009182008-12-19 Ulrich Drepper <drepper@redhat.com>
919
920 * testfile44.S.bz2: Add tests for AMD 3DNOW.
921 * testfile45.S.bz2: Likewise.
922 * testfile44.expect.bz2: Adjust accordingly.
923 * testfile45.expect.bz2: Likewise.
924
Roland McGratha845f682008-12-03 03:41:58 +00009252008-11-26 Roland McGrath <roland@redhat.com>
926
927 * dwfl-bug-getmodules.c: New file.
928 * Makefile.am (noinst_PROGRAMS): Add it.
929 (dwfl_bug_getmodules_LDADD): New variable.
930
9312008-09-10 Roland McGrath <roland@redhat.com>
932
933 * test-subr.sh (LC_ALL): Export it set to "C".
934 * run-dwfl-addr-sect.sh: Don't do it here.
935 * run-strings-test.sh: Likewise.
936
Roland McGrathb4d6f0f2008-08-25 22:55:17 +00009372008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
938
939 * run-addrname-test.sh: Add a new case.
940 * testfile49.bz2: New data file.
941 * Makefile.am (EXTRA_DIST): Add it.
942
Roland McGrath521c47d2008-04-11 07:01:58 +00009432008-04-10 Roland McGrath <roland@redhat.com>
944
945 * testfile48.bz2, testfile48.bz2.debug: New data files.
946 * Makefile.am (EXTRA_DIST): Add them.
947 * run-strip-test8.sh: Use them.
948
949 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
950
951 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
952 * run-strip-test8.sh: New file.
953 * testfile47.bz2: New data file.
954 * Makefile.am (TESTS, EXTRA_DIST): Add them.
955
Roland McGrath13b69602008-04-01 02:30:05 +00009562008-03-31 Roland McGrath <roland@redhat.com>
957
958 * run-early-offscn.sh: New file.
959 * early-offscn.c: New file.
960 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
961 (early_offscn_LDADD): New variable.
962
Roland McGrathd11f9cb2008-03-26 20:51:59 +00009632008-03-19 Roland McGrath <roland@redhat.com>
964
965 * run-addrname-test.sh: Add a new case.
966
Roland McGrath658094a2008-02-22 08:14:07 +00009672008-02-22 Roland McGrath <roland@redhat.com>
968
969 * run-elflint-test.sh: Typo fix.
970
9712008-02-21 Roland McGrath <roland@redhat.com>
972
973 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
974 for the build down to minimum.
975 * run-disasm-x86-64.sh: Likewise.
976
Roland McGrath059c83e2008-02-21 06:19:39 +00009772008-02-20 Roland McGrath <roland@redhat.com>
978
979 * testfile46.bz2: New data file.
980 * Makefile.am (EXTRA_DIST): Add it.
981 * run-elflint-test.sh: Test on it.
982
Ulrich Drepperc54785a2008-02-01 18:05:21 +00009832008-02-01 Ulrich Drepper <drepper@redhat.com>
984
985 * Makefile.am: Hook up sha1-tst.c.
986 * sha1-tst.c: New file.
987
Ulrich Drepper4d8bc812008-01-22 06:02:31 +00009882008-01-21 Roland McGrath <roland@redhat.com>
989
990 * testfile45.S.bz2: Add tests for cltq, cqto.
991 * testfile45.expect.bz2: Adjust.
992
Ulrich Drepper35f2fe62008-01-14 19:17:36 +00009932008-01-14 Ulrich Drepper <drepper@redhat.com>
994
995 * testfile45.S.bz2: Add more tests.
996 * testfile45.expect.bz2: Adjust.
997
Ulrich Drepperfd479892008-01-12 03:06:47 +00009982008-01-11 Ulrich Drepper <drepper@redhat.com>
999
1000 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1001 address mode.
1002
Ulrich Drepper96a73992008-01-11 06:17:06 +000010032008-01-10 Ulrich Drepper <drepper@redhat.com>
1004
1005 * testfile45.S.bz2: Add more tests.
1006 * testfile45.expect.bz2: Adjust.
1007
Ulrich Drepperff993222008-01-09 05:39:28 +000010082008-01-08 Ulrich Drepper <drepper@redhat.com>
1009
1010 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1011 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1012 run-disasm-x86-64.sh.
1013 * run-disasm-x86-64.sh: New file.
1014 * testfile45.S.bz2: New file.
1015 * testfile45.expect.bz2: New file.
1016 * testfile44.S.bz2: New tests.
1017 * testfile44.expect.bz2: Adjust.
1018
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000010192008-01-04 Ulrich Drepper <drepper@redhat.com>
1020
1021 * testfile44.S.bz2: New tests.
1022 * testfile44.expect.bz2: Adjust.
1023
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000010242008-01-04 Roland McGrath <roland@redhat.com>
1025
1026 * dwfl-bug-fd-leak.c (main): Add a cast.
1027
Ulrich Drepperee67b642008-01-03 08:45:10 +000010282008-01-03 Ulrich Drepper <drepper@redhat.com>
1029
1030 * testfile44.S.bz2: New tests.
1031 * testfile44.expect.bz2: Adjust.
1032
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000010332008-01-01 Ulrich Drepper <drepper@redhat.com>
1034
Ulrich Drepperf231e272008-01-02 18:07:17 +00001035 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1036
10372008-01-01 Ulrich Drepper <drepper@redhat.com>
1038
Ulrich Drepperee67b642008-01-03 08:45:10 +00001039 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001040 * testfile44.expect.bz2: Adjust.
1041
10422007-12-31 Ulrich Drepper <drepper@redhat.com>
1043
Ulrich Drepperee67b642008-01-03 08:45:10 +00001044 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001045 * testfile44.expect.bz2: Adjust.
1046
10472007-12-30 Ulrich Drepper <drepper@redhat.com>
1048
Ulrich Drepperee67b642008-01-03 08:45:10 +00001049 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001050 * testfile44.expect.bz2: Adjust.
1051
10522007-12-29 Ulrich Drepper <drepper@redhat.com>
1053
Ulrich Drepperee67b642008-01-03 08:45:10 +00001054 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001055 * testfile44.expect.bz2: Adjust.
1056
10572007-12-28 Ulrich Drepper <drepper@redhat.com>
1058
1059 * testfile44.S.bz2: New tests.
1060 * testfile44.expect.bz2: Adjust.
1061
10622007-12-27 Ulrich Drepper <drepper@redhat.com>
1063
1064 * testfile44.S.bz2: New tests.
1065 * testfile44.expect.bz2: Adjust.
1066
10672007-12-26 Ulrich Drepper <drepper@redhat.com>
1068
1069 * testfile44.S.bz2: New tests.
1070 * testfile44.expect.bz2: Adjust
1071
10722007-12-21 Ulrich Drepper <drepper@redhat.com>
1073
1074 * testfile44.S.bz2: More tests.
1075 * testfile44.expect.bz2: Adjust appropriately.
1076
10772007-12-19 Ulrich Drepper <drepper@redhat.com>
1078
1079 * Makefile.am (TESTS): Add run-disasm.sh.
1080 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1081 testfile44.expect.bz2.
1082 * run-disasm.sh: New file.
1083 * testfile44.S.bz2: New file.
1084 * testfile44.expect.bz2: New file.
1085
Roland McGrath1a2e8f42007-12-15 23:39:34 +000010862007-12-15 Roland McGrath <roland@redhat.com>
1087
1088 * run-allregs.sh: Change expected output for powerpc spefscr.
1089
Roland McGrathe4c22ea2007-10-23 13:07:39 +000010902007-10-20 Roland McGrath <roland@redhat.com>
1091
1092 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1093
10942007-10-19 Roland McGrath <roland@redhat.com>
1095
1096 * dwfl-addr-sect.c (handle_address): Return int.
1097 Don't exit on error, just return nonzero.
1098 (main): Collect results.
1099 * run-dwfl-addr-sect.sh: New file.
1100 * testfile43.bz2: New data file.
1101 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1102
11032007-10-18 Roland McGrath <roland@redhat.com>
1104
1105 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1106
11072007-10-16 Roland McGrath <roland@redhat.com>
1108
1109 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1110
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000011112007-10-09 Roland McGrath <roland@redhat.com>
1112
1113 * dwflmodtest.c (print_module): Don't use %p in output.
1114 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1115
11162007-10-08 Roland McGrath <roland@redhat.com>
1117
1118 * testfile42.bz2: New data file.
1119 * Makefile.am (EXTRA_DIST): Add it.
1120 * run-elflint-test.sh: New test on that file.
1121
Roland McGrath59ea7f32007-10-04 08:50:09 +000011222007-10-04 Roland McGrath <roland@redhat.com>
1123
1124 * run-readelf-test4.sh: New file.
1125 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1126
11272007-10-03 Roland McGrath <roland@redhat.com>
1128
1129 * run-readelf-test3.sh: New file.
1130 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1131
Roland McGrathf6b92282007-10-02 02:34:11 +000011322007-10-01 Roland McGrath <roland@redhat.com>
1133
1134 * run-readelf-test2.sh: New file.
1135 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1136
Roland McGrathc76f0b02007-09-27 07:31:33 +000011372007-09-11 Roland McGrath <roland@redhat.com>
1138
1139 * run-addrname-test.sh: Add a new case.
1140 * testfile41.bz2: New data file.
1141 * Makefile.am (EXTRA_DIST): Add it.
1142
Roland McGrathcb6d8652007-08-23 08:10:54 +000011432007-08-23 Roland McGrath <roland@redhat.com>
1144
1145 * run-allregs.sh: Update expected x86-64 output for %rflags.
1146
Roland McGrath099dd522007-08-13 22:58:36 +000011472007-08-12 Roland McGrath <roland@redhat.com>
1148
1149 * run-strip-test7.sh: New file.
1150 * testfile39.bz2: New data file.
1151 * testfile40.bz2: New data file.
1152 * testfile40.debug.bz2: New data file.
1153 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1154
Roland McGrath42f68682007-08-09 07:54:22 +000011552007-08-09 Roland McGrath <roland@redhat.com>
1156
1157 * dwfl-bug-report.c: Fix header inclusion.
1158
11592007-08-08 Roland McGrath <roland@redhat.com>
1160
1161 * run-addrname-test.sh: Add a new case using addr2line -S.
1162 * testfile38.bz2: New data file.
1163 * Makefile.am (EXTRA_DIST): Add it.
1164
Roland McGrath87d47802007-07-16 22:23:37 +000011652007-07-16 Roland McGrath <roland@redhat.com>
1166
1167 * dwfl-bug-report.c: New file.
1168 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1169 (dwfl_bug_report_LDADD): New variable.
1170
11712007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001172
1173 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1174
Ulrich Drepperb0243862007-06-06 00:09:36 +000011752007-06-05 Ulrich Drepper <drepper@redhat.com>
1176
1177 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1178 testfile37.bz and testfile37.debug.bz2.
1179
Roland McGrath53bce222007-05-23 19:15:04 +000011802007-05-23 Roland McGrath <roland@redhat.com>
1181
1182 * run-allregs.sh: Update expected Alpha results.
1183
Roland McGrath9aa8ef72007-05-18 08:59:43 +000011842007-05-18 Roland McGrath <roland@redhat.com>
1185
1186 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1187 * testfile37.bz2: New data file.
1188 * testfile37.debug.bz2: New data file.
1189 * run-unstrip-test2.sh: New file.
1190 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1191
11922007-05-10 Roland McGrath <roland@redhat.com>
1193
1194 * run-dwfl-bug-offline-rel.sh: New file.
1195 * testfile36.bz2: New data file.
1196 * testfile36.debug.bz2: New data file.
1197 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1198
11992007-04-28 Roland McGrath <roland@redhat.com>
1200
1201 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1202 * testfile35.bz2: New data file.
1203 * testfile35.debug.bz2: New data file.
1204 * run-unstrip-test.sh: New file.
1205 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1206
1207 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1208
Roland McGrath2be02912007-04-27 04:07:41 +000012092007-04-26 Roland McGrath <roland@redhat.com>
1210
1211 * run-elflint-self.sh: Run all tests even if one fails.
1212
1213 * run-allregs.sh: Add expected output for alpha.
1214
Roland McGrath4be15242007-04-25 03:09:33 +000012152007-04-24 Roland McGrath <roland@redhat.com>
1216
1217 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1218
12192007-04-22 Roland McGrath <roland@redhat.com>
1220
1221 * run-allregs.sh: Update expected register info.
1222
Roland McGrath43da9892007-04-16 23:13:37 +000012232007-04-16 Roland McGrath <roland@redhat.com>
1224
1225 * dwfl-addr-sect.c: New file.
1226 * Makefile.am (noinst_PROGRAMS): Add it.
1227 (dwfl_addr_sect_LDADD): New variable.
1228
12292007-04-05 Roland McGrath <roland@redhat.com>
1230
1231 * get-files.c: Test dwarf_getsrcdirs.
1232 * run-get-files.sh: Update expected output.
1233
Roland McGrath5f6a41a2007-04-01 23:11:40 +000012342007-04-01 Roland McGrath <roland@redhat.com>
1235
1236 * run-allregs.sh: Updated expected output for x86_64.
1237
Ulrich Drepper6258e742007-03-13 06:22:40 +000012382007-03-04 Roland McGrath <roland@redhat.com>
1239
1240 * dwfl-bug-fd-leak.c: New file.
1241 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1242 (dwfl_bug_fd_leak_LDADD): New variable.
1243
1244 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1245 show what files have been located.
1246
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000012472007-02-02 Roland McGrath <roland@redhat.com>
1248
1249 * run-addrname-test.sh: New file.
1250 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1251 * testfile34.bz2: New data file.
1252 * Makefile.am (EXTRA_DIST): Add it.
1253
12542007-01-20 Roland McGrath <roland@redhat.com>
1255
1256 * testfile33.bz2: New data file.
1257 * Makefile.am (EXTRA_DIST): Add it.
1258 * run-elflint-test.sh: Test on it too.
1259
12602007-01-18 Roland McGrath <roland@redhat.com>
1261
1262 * Makefile.am (CFLAGS): Don't molest it.
1263
12642007-01-11 Roland McGrath <roland@redhat.com>
1265
1266 * testfile32.bz2: New data file.
1267 * Makefile.am (EXTRA_DIST): Add it.
1268 * run-elflint-test.sh: Test on it too.
1269
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000012702007-02-04 Ulrich Drepper <drepper@redhat.com>
1271
1272 * arls.c: New file.
1273 * Makefile (noinst_PROGRAMS): Add arls.
1274
1275 * run-ranlib-test2.sh: Fix type in comment.
1276
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000012772007-01-10 Ulrich Drepper <drepper@redhat.com>
1278
1279 * run-elflint-self.sh (runtest): Show which file has the problem.
1280
Roland McGrathba949b32007-01-10 20:44:29 +000012812007-01-10 Roland McGrath <roland@redhat.com>
1282
1283 * dwfl-bug-addr-overflow.c: New file.
1284 * Makefile.am (TESTS): Add it.
1285 (dwfl_bug_addr_overflow_LDADD): New variable.
1286
Roland McGrath8190db62006-12-17 23:56:51 +000012872006-12-17 Roland McGrath <roland@redhat.com>
1288
1289 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1290
Roland McGrathc373d852006-10-10 00:25:21 +000012912006-09-05 Roland McGrath <roland@redhat.com>
1292
1293 * run-strings-test.sh: Export LC_ALL=C for the test.
1294
12952006-08-29 Roland McGrath <roland@redhat.com>
1296
1297 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1298 * run-arsymtest.sh: Likewise.
1299
1300 * run-native-test.sh (native.c compilation): Add some braces.
1301
13022006-08-22 Roland McGrath <roland@redhat.com>
1303
1304 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1305 (struct reginfo): New members bits, type.
1306 (one_register, match_register): Update to take new args,
1307 record and display new info.
1308 (main): Display new info.
1309 * run-allregs.sh: Update expected results.
1310
Roland McGrath19db8592006-08-03 08:52:46 +000013112006-08-03 Roland McGrath <roland@redhat.com>
1312
1313 * run-allregs.sh: Add sparc cases.
1314 * testfile30.bz2: New data file.
1315 * testfile31.bz2: New data file.
1316 * Makefile.am (EXTRA_DIST): Add them.
1317
Roland McGrath95024622006-07-21 10:06:31 +000013182006-07-21 Roland McGrath <roland@redhat.com>
1319
1320 * allregs.c (struct reginfo): Increase size of name.
1321 (one_register): Assert that it's big enough.
1322
Roland McGrathb4379722006-04-05 01:35:26 +000013232006-04-04 Roland McGrath <roland@redhat.com>
1324
1325 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1326 * testfile29.bz2: New file.
1327 * testfile29.rdwr.bz2: New file.
1328 * Makefile.am (EXTRA_DIST): Add them.
1329
Ulrich Drepperba718b12006-04-04 21:31:16 +000013302006-04-04 Ulrich Drepper <drepper@redhat.com>
1331
1332 * Makefile.am: Add rules to run run-bug1-test.sh.
1333 * rdwrmmap.c: New file.
1334 * run-bug1-test.sh: New file.
1335 * testfile28.bz2: New file.
1336 * testfile28.rdwr.bz2: New file.
1337
Roland McGrathdd7e22b2006-03-09 23:05:47 +000013382006-03-09 Roland McGrath <roland@redhat.com>
1339
1340 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1341
Roland McGrath060fa052006-03-02 07:51:50 +000013422006-03-01 Roland McGrath <roland@redhat.com>
1343
1344 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1345 changes matching 3.0 spec.
1346
Roland McGrathc40f58a2006-01-13 20:13:21 +000013472006-01-13 Roland McGrath <roland@redhat.com>
1348
1349 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1350 bash 3.1 whines when it's done in the trap 0 handler.
1351
Roland McGrath4b248ce2006-01-12 03:34:38 +000013522006-01-11 Roland McGrath <roland@redhat.com>
1353
1354 * testfile26.bz2: New data file.
1355 * testfile27.bz2: New data file.
1356 * Makefile.am (EXTRA_DIST): Add them.
1357 * run-allregs.sh: Test s390 data.
1358
Roland McGrath124a7982005-12-15 02:37:09 +000013592005-12-14 Roland McGrath <roland@redhat.com>
1360
1361 * run-native-test.sh: Redirect output from native test process.
1362
Roland McGrath94d26ad2005-12-13 23:24:37 +000013632005-12-13 Roland McGrath <roland@redhat.com>
1364
1365 * allregs.c (main): Fail if we find no registers.
1366
1367 * run-native-test.sh: New file.
1368 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1369
Roland McGrathba72ab12005-12-12 00:04:33 +000013702005-12-10 Ulrich Drepper <drepper@redhat.com
1371
1372 * run-readelf-test1.sh: New file.
1373 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1374 (EXTRA_DIST): Likewise.
1375
Roland McGrathd804e722005-12-08 01:35:42 +000013762005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001377
Roland McGrathd804e722005-12-08 01:35:42 +00001378 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001379
Roland McGrath994b4892005-12-05 22:46:21 +000013802005-11-25 Roland McGrath <roland@redhat.com>
1381
1382 * coverage.sh: Given -v argument, print names of unused files.
1383
1384 * addrscopes.c (main): Use dwfl_end before return.
1385 * allregs.c (main): Likewise.
1386 * find-prologues.c (main): Likewise.
1387 * funcretval.c (main): Likewise.
1388 * funcscopes.c (main): Likewise.
1389 * line2addr.c (main): Likewise.
1390
1391 * run-allregs.sh: New file.
1392 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1393
1394 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1395 * Makefile.am (allregs_LDADD): Updated.
1396
1397 * allregs.c: New file.
1398 * Makefile.am (noinst_PROGRAMS): Add it.
1399 (allregs_LDADD): New variable.
1400
Roland McGrath9365d2c2005-11-18 23:55:47 +000014012005-11-18 Roland McGrath <roland@redhat.com>
1402
1403 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1404 * test-wrapper.sh: Likewise.
1405
Roland McGrath575dd392005-11-18 01:41:52 +000014062005-11-17 Roland McGrath <roland@redhat.com>
1407
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001408 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1409 environment for test-wrapper.sh.
1410 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1411 * test-subr.sh (installed_testrun): Likewise.
1412 Use explicit path in ${bindir}.
1413
Roland McGrath575dd392005-11-18 01:41:52 +00001414 * Makefile.am (installcheck-local): Fix typo in last change.
1415
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000014162005-11-16 Roland McGrath <roland@redhat.com>
1417
1418 * configure.ac: New file, for standalone build/dist of test suite.
1419 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1420 (asm_TESTS): New variable, broken out of ...
1421 (TESTS): ... here. Also remove msg_tst.
1422 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1423 (installed_TESTS_ENVIRONMENT): New variable.
1424 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1425 [!STANDALONE] (installcheck-local): Likewise.
1426 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1427 * addrscopes.c: Include <config.h>.
1428 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1429 * allfcts.c: Likewise.
1430 * asm-tst1.c: Likewise.
1431 * asm-tst2.c: Likewise.
1432 * asm-tst3.c: Likewise.
1433 * asm-tst4.c: Likewise.
1434 * asm-tst5.c: Likewise.
1435 * asm-tst6.c: Likewise.
1436 * asm-tst7.c: Likewise.
1437 * asm-tst8.c: Likewise.
1438 * asm-tst9.c: Likewise.
1439 * dwflmodtest.c: Likewise.
1440 * find-prologues.c: Likewise.
1441 * funcscopes.c: Likewise.
1442 * get-aranges.c: Likewise.
1443 * get-files.c: Likewise.
1444 * get-lines.c: Likewise.
1445 * get-pubnames.c: Likewise.
1446 * line2addr.c: Likewise.
1447 * newscn.c: Likewise.
1448 * show-abbrev.c: Likewise.
1449 * show-die-info.c: Likewise.
1450 * update3.c: Likewise.
1451 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001452 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001453
1454 * dwflmodtest.c (print_instance): Don't use INTUSE.
1455 (options): Don't use N_ macro.
1456
Roland McGrath1b8b4462005-11-16 01:33:38 +000014572005-11-15 Roland McGrath <roland@redhat.com>
1458
Roland McGrathe47ab762005-11-17 03:16:00 +00001459 * coverage.sh: Look in backends.
1460 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1461 (TESTS_ENVIRONMENT): Likewise.
1462
1463 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1464 pass FUNCDIE direclty to dwfl_module_return_value_location.
1465
Roland McGrath1b8b4462005-11-16 01:33:38 +00001466 * Makefile.am (BUILD_RPATH): New variable.
1467 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1468 (tests_rpath): New variable.
1469 (installcheck-local): Pass it to test-wrapper.sh.
1470 * test-wrapper.sh: In "installed" format, take yes/no value
1471 for elfutils_tests_rpath, which export. When running a test
1472 binary for installcheck, exit 77.
1473 * test-subr.sh (installed_testrun): When running a test binary
1474 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1475
14762005-11-14 Roland McGrath <roland@redhat.com>
1477
1478 * test-subr.sh: New file.
1479 * test-wrapper.sh: New file.
1480 * Makefile.am (EXTRA_DIST): Add them.
1481 (AM_LDFLAGS): Variable removed.
1482 (TESTS_ENVIRONMENT): New variable.
1483 (installcheck-local): New target.
1484 * run-addrscopes.sh: Use test-subr.sh.
1485 * run-allfcts.sh: Likewise.
1486 * run-ecp-test.sh: Likewise.
1487 * run-ecp-test2.sh: Likewise.
1488 * run-elflint-self.sh: Likewise.
1489 * run-elflint-test.sh: Likewise.
1490 * run-find-prologues.sh: Likewise.
1491 * run-funcscopes.sh: Likewise.
1492 * run-get-aranges.sh: Likewise.
1493 * run-get-files.sh: Likewise.
1494 * run-get-lines.sh: Likewise.
1495 * run-get-pubnames.sh: Likewise.
1496 * run-line2addr.sh: Likewise.
1497 * run-ranlib-test.sh: Likewise.
1498 * run-ranlib-test2.sh: Likewise.
1499 * run-show-abbrev.sh: Likewise.
1500 * run-show-ciefde.sh: Likewise.
1501 * run-show-die-info.sh: Likewise.
1502 * run-strings-test.sh: Likewise.
1503 * run-strip-test.sh: Likewise.
1504
Roland McGrathe47ab762005-11-17 03:16:00 +000015052005-11-13 Roland McGrath <roland@redhat.com>
1506
1507 * funcretval.c: New file.
1508 * Makefile.am (noinst_PROGRAMS): Add it.
1509 (funcretval_LDADD): New variable.
1510
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000015112005-11-09 Ulrich Drepper <drepper@redhat.com>
1512
1513 * line2addr.c (handle_module): Add missing parameter to printf.
1514
Roland McGrath07d4f2f2005-10-28 06:56:24 +000015152005-10-27 Roland McGrath <roland@redhat.com>
1516
Roland McGrath6724c902005-10-28 07:07:19 +00001517 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1518 * funcscopes.c (handle_function): Likewise.
1519 * dwflmodtest.c (print_inline, print_func): Likewise.
1520 * find-prologues.c (handle_function): Likewise.
1521
15222005-10-27 Roland McGrath <roland@redhat.com>
1523
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001524 * run-find-prologues.sh: New file.
1525 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1526
1527 * find-prologues.c (handle_function): Skip inlines.
1528
15292005-10-25 Roland McGrath <roland@redhat.com>
1530
1531 * find-prologues.c: New file.
1532 * Makefile.am (noinst_PROGRAMS): Add it.
1533 (find_prologues_LDADD): New variable.
1534
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000015352005-09-02 Ulrich Drepper <drepper@redhat.com>
1536
1537 * run-strings-test.sh: Remove strings.out in the end.
1538
Ulrich Drepper7d65d012005-08-31 15:14:26 +000015392005-08-31 Ulrich Drepper <drepper@redhat.com>
1540
1541 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1542 * run-allfcts.sh: Likewise.
1543 * run-ecp-test.sh: Likewise.
1544 * run-ecp-test2.sh: Likewise.
1545 * run-elflint-test.sh: Likewise.
1546 * run-funcscopes.sh: Likewise.
1547 * run-get-aranges.sh: Likewise.
1548 * run-get-files.sh: Likewise.
1549 * run-get-lines.sh: Likewise.
1550 * run-get-pubnames.sh: Likewise.
1551 * run-line2addr.sh: Likewise.
1552 * run-ranlib-test2.sh: Likewise.
1553 * run-show-abbrev.sh: Likewise.
1554 * run-show-ciefde.sh: Likewise.
1555 * run-show-die-info.sh: Likewise.
1556 * run-strings-test.sh: Likewise.
1557 * run-strip-test.sh: Likewise.
1558
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000015592005-08-30 Ulrich Drepper <drepper@redhat.com>
1560
1561 * coverage.sh: Handle case where there is no .gcno file at all.
1562
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000015632005-08-29 Ulrich Drepper <drepper@redhat.com>
1564
1565 * Makefile.am (EXTRA_DIST): Add coverage.
1566 [GCOV]: Generate coverage summary after the tests ran
1567 * coverage.sh: New file.
1568
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000015692005-08-28 Ulrich Drepper <drepper@redhat.com>
1570
1571 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
1572 (CLEANFILES): Add *.gcno *.gcda *.gconv.
1573
15742005-08-28 Ulrich Drepper <drepper@redhat.com>
1575
1576 * run-strings-test.sh: New file.
1577 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1578
Roland McGrath71e15a02005-08-27 10:33:26 +000015792005-08-27 Roland McGrath <roland@redhat.com>
1580
Roland McGrathb0bc2782005-08-27 21:07:16 +00001581 * addrscopes.c (handle_address): Apply bias to PC addresses.
1582
Roland McGrath71e15a02005-08-27 10:33:26 +00001583 * run-funcscopes.sh: New file.
1584 * testfile25.bz2: New data file.
1585 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1586
15872005-08-26 Roland McGrath <roland@redhat.com>
1588
1589 * addrscopes.c (dwarf_diename_integrate): Removed.
1590 (print_vars, handle_address): Use plain dwarf_diename.
1591
15922005-08-25 Roland McGrath <roland@redhat.com>
1593
1594 * funcscopes.c: New file.
1595 * Makefile.am (noinst_PROGRAMS): Add it.
1596 (funcscopes_LDADD): New variable.
1597
1598 * run-addrscopes.sh: Add another case.
1599 * testfile24.bz2: New data file.
1600 * Makefile.am (EXTRA_DIST): Add it.
1601
1602 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
1603 pass it to dwarf_getscopes.
1604 (main): Pass it, true when '=' follows an address.
1605
Roland McGrath4c305da2005-08-25 01:49:35 +000016062005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00001607
Roland McGrath4c305da2005-08-25 01:49:35 +00001608 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00001609
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000016102005-08-24 Ulrich Drepper <drepper@redhat.com>
1611
Ulrich Drepper958bf132005-08-24 21:40:55 +00001612 * run-line2addr.sh: Remove testfile23 in the end.
1613
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001614 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00001615 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001616
Roland McGrathd17fac72005-08-23 08:20:21 +000016172005-08-22 Roland McGrath <roland@redhat.com>
1618
1619 * run-line2addr.sh: Add a case.
1620 * testfile23.bz2: New data file.
1621 * Makefile.am (EXTRA_DIST): Add it.
1622
Roland McGrath9a1f3652005-08-18 20:57:04 +000016232005-08-18 Roland McGrath <roland@redhat.com>
1624
Roland McGrathf5fda7d2005-08-18 22:01:57 +00001625 * run-addrscopes.sh: New file.
1626 * testfile22.bz2: New data file.
1627 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1628
Roland McGrath9a1f3652005-08-18 20:57:04 +00001629 * addrscopes.c: New file.
1630 * Makefile.am (noinst_PROGRAMS): Add it.
1631 (addrscopes_LDADD): New variable.
1632
Ulrich Drepper837b5222005-08-16 05:12:01 +000016332005-08-15 Ulrich Drepper <drepper@redhat.com>
1634
1635 * run-elflint-self.sh: Don't run test if the file doesn't exist.
1636
Roland McGrath1ecb6062005-08-15 09:53:04 +000016372005-08-15 Roland McGrath <roland@redhat.com>
1638
1639 * dwflmodtest.c (print_instance, print_inline): New functions.
1640 (print_func): Call print_inline.
1641 (options, parse_opt): Grok -i/--inlines.
1642
Roland McGrath8d18c292005-08-07 21:42:07 +000016432005-08-07 Roland McGrath <roland@redhat.com>
1644
1645 * dwflmodtest.c: Print function details only if -f flag is given.
1646
Ulrich Drepper47be7952005-08-07 04:41:39 +000016472005-08-06 Ulrich Drepper <drepper@redhat.com>
1648
Ulrich Drepper637963b2005-08-07 05:33:07 +00001649 * run-elflint-self.sh: New file.
1650 * Makefile.am (TESTS): Add run-elflint-self.sh.
1651 (EXTRA_DIST): Likewise.
1652
Ulrich Drepper47be7952005-08-07 04:41:39 +00001653 * Makefile.am: Link with statis libs if BUILD_STATIC.
1654 (dwflmodtest_LDADD): Also link with -ldl.
1655
Ulrich Drepper41de4882005-08-03 00:02:56 +000016562005-08-02 Ulrich Drepper <drepper@redhat.com>
1657
Ulrich Dreppera38998e2005-08-03 02:05:39 +00001658 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
1659 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
1660 library first.
1661 * asm-tst2.c: Likewise.
1662 * asm-tst3.c: Likewise.
1663 * asm-tst4.c: Likewise.
1664 * asm-tst5.c: Likewise.
1665 * asm-tst6.c: Likewise.
1666 * asm-tst7.c: Likewise.
1667 * asm-tst8.c: Likewise.
1668 * asm-tst9.c: Likewise.
1669
Ulrich Drepper41de4882005-08-03 00:02:56 +00001670 * msg_tst.c: Add new error message.
1671
Ulrich Drepper18618fd2005-07-28 21:29:22 +000016722005-07-28 Ulrich Drepper <drepper@redhat.com>
1673
1674 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
1675
Roland McGrathd17fac72005-08-23 08:20:21 +000016762005-06-01 Roland McGrath <roland@redhat.com>
1677
1678 * line2addr.c: Rewritten using libdwfl.
1679 * run-line2addr.sh: Update test for changed arguments.
1680 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
1681 (libdwfl): New variable.
1682 (line2addr_LDADD): Use it.
1683
Roland McGrath18385902005-07-28 07:12:38 +000016842005-07-28 Roland McGrath <roland@redhat.com>
1685
1686 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
1687 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
1688 (dwflmodtest_LDADD): New variable.
1689 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
1690
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000016912005-07-21 Ulrich Drepper <drepper@redhat.com>
1692
1693 * testfile18.bz2: New file.
1694 * run-elflint-test.sh: New file.
1695 * Makefile.am (TESTS): Add run-elflint-test.sh.
1696 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
1697
16982005-05-24 Ulrich Drepper <drepper@redhat.com>
1699
1700 * get-files.c (main): Use correct format specifier.
1701
17022005-05-21 Ulrich Drepper <drepper@redhat.com>
1703
1704 * Makefile.am: Add -Wextra to CFLAGS.
1705 * get-files.c: Remove warning this produced.
1706 * get-pubnames.c: Likewise.
1707 * newfile.c: Likewise.
1708 * newscn.c: Likewise.
1709 * scnnames.c: Likewise.
1710 * showptable.c: Likewise.
1711 * test-nlist.c: Likewise.
1712 * update1.c: Likewise.
1713 * update2.c: Likewise.
1714 * update3.c: Likewise.
1715 * update4.c: Likewise.
1716
17172005-05-08 Ulrich Drepper <drepper@redhat.com>
1718
1719 * run-line2addr.sh: Remove testfile14 at the end.
1720
Ulrich Drepper282bf322005-07-28 21:49:05 +00001721 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001722
1723 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
1724 .bz, not .bz2.
1725
17262005-05-03 Roland McGrath <roland@redhat.com>
1727
1728 * run-strip-test.sh: Use variables for test file names.
1729 Optionally produce separate debug file and check it.
1730 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
1731 * run-strip-test3.sh: Likewise.
1732 * run-strip-test4.sh: New file.
1733 * run-strip-test5.sh: New file.
1734 * run-strip-test6.sh: New file.
1735 * testfile15.bz: New file.
1736 * testfile15.debug.bz: New file.
1737 * testfile16.bz: New file.
1738 * testfile16.debug.bz: New file.
1739 * testfile17.bz: New file.
1740 * testfile17.debug.bz: New file.
1741 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1742
17432005-04-25 Ulrich Drepper <drepper@redhat.com>
1744
1745 * run-line2addr.sh: Also use testfile14. Adjust for correct
1746 return of multiple matches.
1747 * testfile14.bz2: New file.
1748 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
1749
1750 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
1751
Roland McGrath87d47802007-07-16 22:23:37 +000017522005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001753
1754 * line2addr.c (main): Initialize LINES and NLINES before calling
1755 dwarf_getsrc_file, and free LINES afterwards.
1756
1757 * allfcts.c (main): Use size_t for CUHL.
1758
17592005-04-04 Ulrich Drepper <drepper@redhat.com>
1760
1761 * line2addr.c: New file.
1762 * run-line2addr.sh: New file.
1763 * Makefile.am: Add rules to build, run, and distribute new code.
1764
17652005-04-02 Ulrich Drepper <drepper@redhat.com>
1766
1767 * allfcts.c: New file.
1768 * run-allfcts.sh: New file.
1769 * Makefile.am: Add rules to build, run, and distribute new code.
1770
17712005-02-05 Ulrich Drepper <drepper@redhat.com>
1772
1773 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
1774 programs with -lmudflap.
1775
17762004-09-25 Ulrich Drepper <drepper@redhat.com>
1777
1778 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
1779 * asm-tst5.c (main): Likewise.
1780 * asm-tst6.c (main): Likewise.
1781
17822004-01-17 Ulrich Drepper <drepper@redhat.com>
1783
1784 * Makefile.am: Support building with mudflap.
1785
17862004-01-12 Ulrich Drepper <drepper@redhat.com>
1787
1788 * get-aranges.c: Rewrite to use libdw.
1789 * Makefile.am: Reenable get-aranges test.
1790
17912004-01-11 Ulrich Drepper <drepper@redhat.com>
1792
1793 * get-lines.c: New file.
1794 * get-files.c: Adjust for libdw.
1795 * run-get-files.sh: Adjust expected result.
1796 * run-get-lines.sh: Likewise.
1797 * Makefile.am: Run get-lines test. Don't run get-aranges and
1798 get-ciefde test for now.
1799
1800 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
1801 change. Print attribute offset information.
1802 * run-show-abbrev.sh: Adjust expected output.
1803
18042004-01-09 Ulrich Drepper <drepper@redhat.com>
1805
1806 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
1807 * show-die-info.c: Likewise.
1808 * run-show-die-info.sh: Adjust expected output.
1809
18102003-08-13 Ulrich Drepper <drepper@redhat.com>
1811
1812 * Makefile.in: Depend on libebl.a, not libebl.so.
1813
18142003-08-11 Ulrich Drepper <drepper@redhat.com>
1815
1816 * Moved to CVS archive.