blob: 776ea66fbe29f1abf22e28f03378a7f29206c8d4 [file] [log] [blame]
Mark Wielaard66637fa2014-04-09 11:48:23 +020012014-04-09 Mark Wielaard <mjw@redhat.com>
2
3 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
4 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
5 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
6 * run-backtrace-core-aarch64.sh: New test.
7
Josh Stone51fff302014-03-11 18:13:55 -070082014-03-11 Josh Stone <jistone@redhat.com>
9
10 * testfilebaxmin.bz2: New testfile.
11 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
12 * run-readelf-s.sh: Test testfilebaxmin.
13 * run-dwflsyms.sh: Likewise.
14
Mark Wielaard225dddf2014-01-26 20:16:48 +0100152014-01-26 Mark Wielaard <mjw@redhat.com>
16
17 * backtrace-subr.sh (check_unsupported): Special case arm*.
18
Mark Wielaarda02d90a2014-01-25 14:32:42 +0100192014-01-25 Mark Wielaard <mjw@redhat.com>
20
21 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
22 location expression: call_frame_cfa stack_value.
23
Mark Wielaardf48eb6b2014-01-23 00:56:41 +0100242014-01-22 Mark Wielaard <mjw@redhat.com>
25
26 * Makefile.am (line2addr_no_Wformat): Removed.
27
Mark Wielaard13968d92014-01-21 16:13:49 +0100282014-01-21 Mark Wielaard <mjw@redhat.com>
29
30 * Makefile.am (TESTS): Add run-stack-i-test.sh.
31 (EXTRA_DIST): Likewise.
32 * run-stack-i-test.sh: New test.
33
Mark Wielaard531a30a2014-01-20 23:09:26 +0100342014-01-20 Mark Wielaard <mjw@redhat.com>
35
36 * Makefile.am (TESTS): Add run-stack-d-test.sh.
37 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
38 testfiledwarfinlines.core.bz2.
39 * run-stack-d-test.sh: New test.
40 * testfiledwarfinlines.bz2: New test file.
41 * testfiledwarfinlines.core.bz2: Likewise.
42
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100432014-01-16 Mark Wielaard <mjw@redhat.com>
44
Mark Wielaardc80375d2014-01-16 13:48:24 +010045 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
46 on one ET_REL, one ET_EXEC and one ET_DYN file.
47 * test-subr.sh (self_test_files): Add two ET_REL files, only add
48 two libebl ET_DYN backend files.
49
502014-01-16 Mark Wielaard <mjw@redhat.com>
51
Mark Wielaardd7cffa72014-01-16 09:45:51 +010052 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
53
Jan Kratochvil435808a2014-01-18 21:56:13 +0100542014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 Fix false FAILs on testsuite with ulimit -c unlimited.
57 * backtrace-child.c (sigusr2): Call pthread_exit.
58 (main): Return, do not call abort.
59
Jan Kratochvil7c6e7852014-01-15 21:16:57 +0100602014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 Fix corruption of non-C++ symbols by the demangler.
63 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
64 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
65 (EXTRA_DIST): Add run-backtrace-demangle.sh,
66 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
67 testfile-backtrace-demangle.core.bz2.
68 * backtrace-demangle.cc: New file.
69 * run-backtrace-demangle.sh: New file.
70 * testfile-backtrace-demangle.bz2: New file.
71 * testfile-backtrace-demangle.cc: New file.
72 * testfile-backtrace-demangle.core.bz2: New file.
73
Matthias Klosee922ec42014-01-07 10:25:29 +0100742014-01-07 Matthias Klose <doko@ubuntu.com>
75
76 * backtrace-subr.sh (check_native_core): Check to see if core file
77 was created without ".PID" extension, if so mv core to core.PID.
78 Skip test if no core file was created or could be found.
79
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100802014-01-04 Mark Wielaard <mjw@redhat.com>
81
Mark Wielaard70c3a532014-01-04 23:28:33 +010082 * backtrace-data.c (main): Don't assert if raise returns.
83 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
84 assume_ptrace_attached true.
85 (ptrace_detach_stopped): Removed function.
86 (main): Don't call ptrace_detach_stopped.
87 * backtrace.c (ptrace_detach_stopped): Removed function.
88 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
89 true.
90 (exec_dump): Don't call ptrace_detach_stopped.
91
922014-01-04 Mark Wielaard <mjw@redhat.com>
93
Mark Wielaard1051a0c2014-01-04 15:41:04 +010094 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
95 if we cannot adjust core ulimit.
96
972014-01-04 Mark Wielaard <mjw@redhat.com>
98
Mark Wielaard4f1c96d2014-01-04 14:24:58 +010099 * cleanup-13.c (force_unwind_stop): Removed.
100 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
101 don't call _Unwind_ForcedUnwind.
102
Mark Wielaardb92af192014-01-03 18:15:02 +01001032014-01-03 Mark Wielaard <mjw@redhat.com>
104
105 * run-addrcfi.sh: Add case for EM_AARCH64.
106 * testfileaarch64.bz2: New testfile.
107 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
108
Mark Wielaard19108012013-12-30 22:00:57 +01001092013-12-30 Mark Wielaard <mjw@redhat.com>
110
111 * backtrace-dwarf.c (report_pid): Explicitly call
112 dwfl_linux_proc_attach and check for errors.
113 * backtrace.c (report_pid): Likewise.
114
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01001152013-12-21 Mark Wielaard <mjw@redhat.com>
116
117 * backtrace.c (callback_verify): Only assert that case 5 is the last
118 instruction of backtracegen on x86_64 native.
119
Jan Kratochvilc6a41482013-12-17 18:49:54 +01001202013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100121 Mark Wielaard <mjw@redhat.com>
122
123 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
124 and testfilebaz*ppc64*.bz2 files.
125 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
126 error on dwfl_module_getsymtab error.
127 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
128 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
129 Also print section of actual value if different from sym.
130 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
131 Test addr2line -x by showing different sections for address and
132 found name in testfile66.
133 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
134 testfilebaz*ppc64): New tests.
135 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
136 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
137 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
138 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
139 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
140 testfilebaztabppc64.bz2: New test files.
141
1422013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100143
144 unwinder: s390 and s390x
145 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
146 run-backtrace-core-s390.sh.
147 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
148 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
149 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
150 * backtrace.s390.core.bz2: New file.
151 * backtrace.s390.exec.bz2: New file.
152 * backtrace.s390x.core.bz2: New file.
153 * backtrace.s390x.exec.bz2: New file.
154 * run-backtrace-core-s390.sh: New file.
155 * run-backtrace-core-s390x.sh: New file.
156
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01001572013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
160 code.
161
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01001622013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 unwinder: ppc
165 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
166 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
167 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
168 * backtrace.ppc.core.bz2: New file.
169 * backtrace.ppc.exec.bz2: New file.
170 * run-backtrace-core-ppc.sh: New file.
171
Mark Wielaard7fc49292013-12-13 22:42:46 +01001722013-12-10 Mark Wielaard <mjw@redhat.com>
173
Mark Wielaard63572f42013-12-13 23:12:18 +0100174 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
175
1762013-12-10 Mark Wielaard <mjw@redhat.com>
177
Mark Wielaard7fc49292013-12-13 22:42:46 +0100178 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
179 * backtrace-subr.sh (check_native_core): Disable valgrind while
180 dumping core.
181 * run-backtrace-data.sh: Disable valgrind.
182 * run-backtrace-dwarf.sh: Likewise.
183
Mark Wielaard3951f2e2013-12-09 16:33:26 +01001842013-12-09 Mark Wielaard <mjw@redhat.com>
185
186 * varlocs.c (print_expr): Update comment to explain empty location
187 associated with DW_OP_GNU_implicit_pointer.
188
Jan Kratochvilf88863f2013-12-05 16:16:14 +01001892013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 Fix test FAIL with -O2.
192 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
193
Mark Wielaard813aae02013-12-05 15:26:51 +01001942013-12-05 Mark Wielaard <mjw@redhat.com>
195
196 * backtrace-data.c (main): If unsupported also print to stderr.
197 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
198
Mark Wielaard1bfab192013-12-04 20:55:23 +01001992013-12-04 Mark Wielaard <mjw@redhat.com>
200
201 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
202
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01002032013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
206 backtrace-data and backtrace-dwarf.
207 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
208 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
209 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
210 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
211 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
212 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
213 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
214 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
215 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
216 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
217 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
218 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
219 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
220 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
221 New.
222 * backtrace-child.c: New file.
223 * backtrace-data.c: New file.
224 * backtrace-dwarf.c: New file.
225 * backtrace-subr.sh: New file.
226 * backtrace.c: New file.
227 * cleanup-13.c: New file.
228 * backtrace.i386.core.bz2: New file.
229 * backtrace.i386.exec.bz2: New file.
230 * backtrace.x86_64.core.bz2: New file.
231 * backtrace.x86_64.exec.bz2: New file.
232 * run-backtrace-core-i386.sh: New file.
233 * run-backtrace-core-x86_64.sh: New file.
234 * run-backtrace-native-biarch.sh: New file.
235 * run-backtrace-native-core-biarch.sh: New file.
236 * run-backtrace-native-core.sh: New file.
237 * run-backtrace-native.sh: New file.
238 * run-backtrace-data.sh: New file.
239 * run-backtrace-dwarf.sh: New file.
240
Mark Wielaard819c3492013-11-27 16:45:44 +01002412013-11-27 Mark Wielaard <mjw@redhat.com>
242
243 * dwflsyms.c (gelf_bind_order): New function.
244 (elf_section_name): Likewise.
245 (addr_in_section): Likewise.
246 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
247 Refine assert using gelf_bind_order. Print elf_section_name. Check
248 bias with addr_in_section.
249 * run-dwflsyms.sh: Add section names to expected output.
250
Mark Wielaard0d5a8672013-11-26 10:44:18 +01002512013-11-26 Mark Wielaard <mjw@redhat.com>
252
253 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
254
Petr Machata98c8a732013-11-26 03:10:31 +01002552013-11-25 Petr Machata <pmachata@redhat.com>
256
257 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
258 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
259 * Makefile.am (EXTRA_DIST): Add these.
260 (TESTS): Add run-funcretval.sh.
261 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
262 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
263 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
264 * run-funcretval.sh: New file.
265
Josh Stonedb35c872013-11-18 14:29:35 -08002662013-11-18 Josh Stone <jistone@redhat.com>
267
268 * testfilebazdbg_plr.bz2: New testfile.
269 * testfilebazmin_plr.bz2: Likewise.
270 * Makefile.am (EXTRA_DIST): Add the above files.
271 * run-dwflsyms.sh: Add prelink -r tests.
272
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01002732013-11-15 Mark Wielaard <mjw@redhat.com>
274
275 * testfilebazmdb.bz2: Regenerated.
276 * testfilebazmin.bz2: Likewise.
277 * testfilebazdbg_pl.bz2: New testfile.
278 * testfilebazmin_pl.bz2: Likewise.
279 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
280 testfilebazmin_pl.bz2.
281 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
282 print relative address of function symbols.
283 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
284
Michael Forneya45c8042013-11-01 00:51:04 -07002852013-11-01 Michael Forney <mforney@mforney.org>
286
287 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
288 * run-arsymtest.sh: Use NM.
289
Mark Wielaardd8c75df2013-11-05 11:27:19 +01002902013-11-05 Mark Wielaard <mjw@redhat.com>
291
292 * allfcts.c (main): Correct dwarf_getfuncs return value check.
293
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02002942013-10-10 Mark Wielaard <mjw@redhat.com>
295 Josh Stone <jistone@redhat.com>
296
297 * run-allfcts-multi.sh: New test.
298 * test-offset-loop.bz2: New testfile.
299 * test-offset-loop.alt.bz2: New testfile.
300 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
301 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
302 test-offset-loop.alt.bz2.
303
Mark Wielaardd1829742013-10-15 23:53:32 +02003042013-10-15 Mark Wielaard <mjw@redhat.com>
305
306 * run-unstrip-M.sh: New test.
307 * Makefile.am (TESTS): Add run-unstrip-M.sh.
308 (EXTRA_DIST): Likewise.
309
Mark Wielaard3dec3e12013-10-06 17:04:07 +02003102013-10-06 Mark Wielaard <mjw@redhat.com>
311
312 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
313 location expression.
314
Josh Stone5dbbc5e2013-10-03 12:38:25 -07003152013-10-03 Josh Stone <jistone@redhat.com>
316
317 * typeiter2.c: New file, reversing typeiter.c.
318 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200319 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700320 (typeiter2_LDADD): New variable.
321
Petr Machataab224102013-09-26 00:39:34 +02003222013-09-26 Petr Machata <pmachata@redhat.com>
323
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200324 * run-readelf-mixed-corenote.sh: Update output of testfile71
325 dump--readelf can newly decode the NT_FILE note.
326
3272013-09-26 Petr Machata <pmachata@redhat.com>
328
Petr Machataab224102013-09-26 00:39:34 +0200329 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
330 * run-readelf-mixed-corenote.sh: New test for this file.
331 * testfile71.bz2: New file.
332
Mark Wielaard1b734df2013-09-20 09:50:42 -04003332013-09-20 Mark Wielaard <mjw@redhat.com>
334
335 * allfcts.c (cb): Return DWARF_CB_ABORT.
336 (main): Iterate over all offsets returned by dwarf_getfuncs.
337 * run-allfcts.sh: Add nested_funcs and class_func testcases.
338 * testfile_nested_funcs.bz2: New test file.
339 * testfile_class_func.bz2: Likewise.
340 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
341 testfile_nested_funcs.bz2.
342
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02003432013-08-30 Mark Wielaard <mjw@redhat.com>
344
345 * Makefile.am (check_PROGRAMS): Add varlocs.
346 (TESTS): Add run-varlocs.sh.
347 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
348 testfile_const_type.bz2, testfile_implicit_pointer.c,
349 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
350 testfile_entry_value.c, testfile_entry_value.bz2,
351 testfile_implicit_value.c and testfile_implicit_value.bz2.
352 (varlocs_LDADD): New.
353 * run-varlocs: New test.
354 * testfile_const_type.c: New test source file.
355 * testfile_entry_value.c: Likewise.
356 * testfile_implicit_pointer.c: Likewise.
357 * testfile_implicit_value.c: Likewise.
358 * testfile_parameter_ref.c: Likewise.
359 * testfile_const_type.bz2: New test file.
360 * testfile_entry_value.bz2: Likewise.
361 * testfile_implicit_pointer.bz2: Likewise.
362 * testfile_implicit_value.bz2: Likewise.
363 * testfile_parameter_ref.bz2: Likewise.
364 * varlocs.c: New test source.
365
Mark Wielaard92e47d62013-09-02 16:46:50 +02003662013-08-29 Mark Wielaard <mjw@redhat.com>
367
368 * run-addrcfi.sh: Add case for EM_ARM.
369 * testfilearm.bz2: New testfile.
370 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
371
Mark Wielaardd3f16452013-08-28 18:10:44 +02003722013-08-28 Mark Wielaard <mjw@redhat.com>
373
Mark Wielaard79b91812013-08-28 21:54:58 +0200374 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
375 completely missing.
376 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
377 * testfiles390.bz2: New testfile.
378 * testfiles390x.bz2: Likewise.
379 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
380 testfiles390x.bz2.
381
3822013-08-28 Mark Wielaard <mjw@redhat.com>
383
Mark Wielaardd3f16452013-08-28 18:10:44 +0200384 * addrcfi.c (handle_cfi): Use printf not error.
385 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
386 * testfileppc32.bz2: New testfile.
387 * testfileppc64.bz2: Likewise.
388 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
389 testfileppc64.bz2.
390
Mark Wielaard292b1782013-08-27 15:40:56 +02003912013-08-27 Mark Wielaard <mjw@redhat.com>
392
393 * run-addrcfi.sh: New test.
394 * Makefile.am (TESTS): Add run-addrcfi.sh.
395 (EXTRA_DIST): Likewise.
396 * addrcfi.c (op_name): New function.
397 (print_detail): Call and print op_name. Check ops, not result
398 to check if this is "same value" or "undefined".
399 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
400
Mark Wielaard4b9e6392013-08-13 11:40:21 +02004012013-08-13 Mark Wielaard <mjw@redhat.com>
402
403 * run-addr2line-i-test.sh: New test.
404 * testfile-inlines.bz2: New testfile.
405 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
406 testfile-inlines.bz2.
407 (TESTS): Add run-addr2line-i-test.sh.
408
Mark Wielaardd0f85012013-08-12 14:21:31 +02004092013-08-12 Mark Wielaard <mjw@redhat.com>
410
411 * run-addr2line-test.sh: New test.
412 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
413 (TESTS): Likewise.
414
Jan Kratochvil596d4302013-07-23 16:30:01 +02004152013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
418 the entries.
419
Mark Wielaard263d7ee2013-07-02 16:16:58 +02004202013-07-02 Mark Wielaard <mjw@redhat.com>
421
422 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
423 testfilenolines.bz2.
424
Jan Kratochvil8ff86292013-05-30 13:21:20 +02004252013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
428 test-core.core.bz2 and test-core.exec.bz2.
429 * run-addrname-test.sh: New test for these files.
430 * run-unstrip-n.sh: Update expected output. New test for these files.
431 * test-core-lib.so.bz2: New file.
432 * test-core.core.bz2: New file.
433 * test-core.exec.bz2: New file.
434
Mark Wielaard9affad32013-05-03 11:28:49 +02004352013-05-03 Mark Wielaard <mjw@redhat.com>
436
437 * testfilenolines.bz2: New test file.
438 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
439 * run-get-lines.sh: Run testrun_compare on testfilenolines.
440
Jan Kratochvil904aec22013-04-30 14:27:16 +02004412013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
442
443 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
444
Mark Wielaard807ea312013-04-29 20:48:36 +02004452013-04-29 Mark Wielaard <mjw@redhat.com>
446
447 * test-subr.sh: Don't use pushd, just cd into test-dir.
448 (exit_cleanup): Don't use popd, just cd .. to get out.
449
Mark Wielaarda6098312013-04-26 21:21:56 +02004502013-04-27 Mark Wielaard <mjw@redhat.com>
451
Mark Wielaard527e21e2013-04-27 23:15:44 +0200452 * test-subr.sh (exit_cleanup): New function.
453 (trap): Use exit_cleanup as argument.
454 * run-native-test.sh (native_exit): New function.
455 (trap): For EXIT (0) use native_exit as argument.
456
4572013-04-27 Mark Wielaard <mjw@redhat.com>
458
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200459 * update1.c (main): Use unique tempfile name and unlink file.
460 * update2.c (main): Likewise.
461 * update3.c (main): Likewise.
462 * update4.c (main): Use unique tempfile name.
463
4642013-04-27 Mark Wielaard <mjw@redhat.com>
465
Mark Wielaarda6098312013-04-26 21:21:56 +0200466 * run-alldts.sh: Add testfile-alldts to tempfiles.
467 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
468 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
469 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
470 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
471
Mark Wielaard86be7922013-04-26 23:44:25 +02004722013-04-26 Mark Wielaard <mjw@redhat.com>
473
474 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
475 remove wrapper.
476 (TESTS_ENVIRONMENT): Likewise.
477 (installed_LOG_COMPILER): New variable defining wrapper.
478 (LOG_COMPILER): Likewise.
479 * run-*.sh: Fixup location of input and output files.
480 * test-subr.sh: Create test_dir, pushd to execute test in.
481 (trap): Remove test_dir.
482 (testfiles): Use abs_srcdir.
483 (installed_testrun): Match on abs_builddir or abs_top_builddir.
484 (self_test_files): Adjust path.
485
Mark Wielaardcdaaf212013-04-25 16:50:11 -04004862013-04-24 Mark Wielaard <mjw@redhat.com>
487
488 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
489
Mark Wielaarda8c7f052013-03-25 21:11:53 +01004902013-03-25 Mark Wielaard <mjw@redhat.com>
491
Mark Wielaardb79788c2013-03-25 11:45:22 +0100492 * run-readelf-aranges.sh: New test.
493 * testfilefoobarbaz.bz2: New test file.
494 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
495 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
496
4972013-03-25 Mark Wielaard <mjw@redhat.com>
498
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100499 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
500
Jan Kratochvila1d44822013-03-19 13:40:13 +01005012013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
504 (TESTS): Add run-dwfl-report-elf-align.sh.
505 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
506 testfile-dwfl-report-elf-align-shlib.so.bz2 .
507 (dwfl_report_elf_align_LDADD): New.
508 * dwfl-report-elf-align.c: New file.
509 * run-dwfl-report-elf-align.sh: New file.
510 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
511
Mark Wielaardf1b06b52013-03-12 12:02:51 +01005122013-03-12 Mark Wielaard <mjw@redhat.com>
513
514 * run-dwfllines.sh: New test.
515 * dwfllines.c: New test program.
516 * Makefile.am (TESTS): Add run-dwfllines.sh.
517 (EXTRA_DIST): Likewise.
518 (dwfllines_LDADD): New variable.
519
Mark Wielaardf6185a72013-02-22 23:42:59 +01005202013-02-22 Mark Wielaard <mjw@redhat.com>
521
522 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
523 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
524
Mark Wielaard443304e2013-02-15 22:45:22 +01005252013-02-15 Mark Wielaard <mjw@redhat.com>
526
527 * testfile-dwzstr.bz2: New testfile.
528 * testfile-dwzstr.multi.bz2: Likewise.
529 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
530 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
531 testfile-dwzstr.multi.bz2.
532
Mark Wielaard6c4b2072013-01-30 11:04:38 +01005332013-01-30 Mark Wielaard <mjw@redhat.com>
534
535 * testfileloc.bz2: New testfile.
536 * run-readelf-loc.sh: New test.
537 * Makefile.am (TESTS): Add run-readelf-loc.sh.
538 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
539
Jan Kratochvilcc84d792012-10-10 19:32:05 +02005402013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
543 and s390x core notes.
544 * testfile67.bz2: New file.
545 * testfile68.bz2: New file.
546 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
547
Mark Wielaard697bdca2013-01-23 17:39:19 +01005482013-01-23 Mark Wielaard <mjw@redhat.com>
549
550 * testfilebasmin.bz2: New testfile.
551 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
552 * run-readelf-s.sh: Test testfilebasmin.
553 * run-dwflsyms.sh: Likewise.
554
Mark Wielaard9a91fb22013-01-16 15:19:40 +01005552013-01-16 Mark Wielaard <mjw@redhat.com>
556
557 * Makefile.am (check_PROGRAMS): Add dwflsyms.
558 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
559 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
560 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
561 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
562 (dwflsyms_LDADD): New variable.
563
Roland McGrath3f9256d2013-01-07 15:13:46 -08005642013-01-07 Roland McGrath <roland@hack.frob.com>
565
566 * run-prelink-addr-test.sh: Use ln -snf.
567
Mark Wielaard1d6a4352012-12-03 17:01:09 +01005682012-12-03 Mark Wielaard <mjw@redhat.com>
569
570 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
571
Jan Kratochvild5784af2012-10-18 00:11:30 +02005722012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * run-addrname-test.sh: New test for PIE relocation.
575 * testfile70.core.bz2: New file.
576 * testfile70.exec.bz2: New file.
577 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
578 testfile70.exec.bz2 .
579
Jan Kratochvild7ed0252012-10-27 21:31:58 +02005802012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
583 testfile69.core.bz2 and testfile69.so.bz2 .
584
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +02005852012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
586
587 * run-addrname-test.sh: New test for DSO with build-id bias.
588 * testfile69.core.bz2: New file.
589 * testfile69.so.bz2: New file.
590
Jan Kratochvil78dec222012-10-10 08:04:01 +02005912012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
592
Jan Kratochvil387654d2012-10-10 08:08:44 +0200593 * run-addrname-test.sh: New test for core vDSO bias.
594 * testfile65.bz2: New file.
595
5962012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
597
Jan Kratochvil78dec222012-10-10 08:04:01 +0200598 * run-addrname-test.sh: New test for symbol preferences.
599 * testfile64.bz2: New file.
600
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02006012012-10-01 Mark Wielaard <mjw@redhat.com>
602
603 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
604 * test-wrapper.sh: Export VALGRIND_CMD if available.
605 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
606 (installed_testrun): Likewise.
607
Petr Machataae7c5e72012-09-24 16:16:27 +02006082012-09-24 Petr Machata <pmachata@redhat.com>
609
Petr Machata522a73f2012-09-24 16:46:52 +0200610 * testfile63.bz2: New testfile.
611 * run-readelf-mixed-corenote.sh: New test.
612 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
613 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
614
6152012-09-24 Petr Machata <pmachata@redhat.com>
616
Petr Machataae7c5e72012-09-24 16:16:27 +0200617 * testfile62.bz2: New testfile.
618 * run-readelf-vmcoreinfo.sh: New test.
619 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
620 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
621
Petr Machata3662ad12012-09-18 21:35:19 +02006222012-09-18 Petr Machata <pmachata@redhat.com>
623
624 * testfile61.bz2: New testfile.
625 * run-allregs.sh: Run reg_test testfile61.
626 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
627
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +02006282012-08-24 Mark Wielaard <mjw@redhat.com>
629
630 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
631
Jeff Kenton257dcf42012-08-22 09:00:03 -04006322012-08-22 Jeff Kenton <jkenton@tilera.com>
633
634 * testfile60.bz2: New testfile.
635 * run-allregs.sh: Run reg_test testfile60.
636
Mark Wielaardf5519fc2012-08-24 13:54:52 +02006372012-08-24 Mark Wielaard <mjw@redhat.com>
638
639 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
640 ENABLE_DWZ.
641
Mark Wielaardf31c4412012-08-17 00:35:03 +02006422012-08-16 Mark Wielaard <mjw@redhat.com>
643
644 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
645 macros.
646 * show-die-info.c (tagnames): Removed.
647 (attrs): Removed.
648 (dwarf_tag_string): New function using known-dwarf macros.
649 (dwarf_attr_string): Likewise.
650 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
651 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
652
Mark Wielaard775375e2012-06-22 12:02:45 +02006532012-06-27 Mark Wielaard <mjw@redhat.com>
654
655 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
656 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
657 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
658 testfile_multi_main.bz2.
659 * run-readelf-dwz-multi.sh: New test.
660 * libtestfile_multi_shared.so.bz2: New testfile.
661 * testfile_multi.dwz.bz2: New testifle.
662 * testfile_multi_main.bz2: New testifle.
663
Petr Machata30a941c2012-08-01 21:41:36 +02006642012-08-01 Petr Machata <pmachata@redhat.com>
665
666 * run-test-archive64.sh: New test.
667 * testarchive64.a.bz2: New testfile.
668 * Makefile.am (TESTS): Add run-test-archive64.sh.
669 (EXTRA_DIST): Likewise.
670
Mark Wielaard94e387f2012-08-01 15:31:12 +02006712012-08-01 Mark Wielaard <mjw@redhat.com>
672
Mark Wielaardbf707b52012-08-01 15:39:11 +0200673 * run-nm-self.sh: New test.
674 * run-readelf-self.sh: Likewise.
675 * test-subr.sh (testrun_on_self_quiet): New function.
676 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
677 (EXTRA_DIST): Likewise.
678
6792012-08-01 Mark Wielaard <mjw@redhat.com>
680
Mark Wielaard94e387f2012-08-01 15:31:12 +0200681 * test-subr.sh (self_test_files): New list of files.
682 (testrun_on_self): New function.
683 * run-elflint-self.sh: Use testrun_on_self.
684
Mark Wielaard714ea0e2012-07-19 13:07:39 +02006852012-07-19 Mark Wielaard <mjw@redhat.com>
686
Mark Wielaard030f6262012-07-18 13:14:30 +0200687 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
688 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
689 (EXTRA_DIST): Likewise.
690 (test_elf_cntl_gelf_getshdr_LDADD): New.
691 test-elf_cntl_gelf_getshdr.c: New test program.
692 run-elf_cntl_gelf_getshdr.sh: New test script.
693
6942012-07-19 Mark Wielaard <mjw@redhat.com>
695
Mark Wielaardadcd1dd2012-07-19 22:59:18 +0200696 * run-elflint-self.sh: runtests on ../backends/*so files.
697
6982012-07-19 Mark Wielaard <mjw@redhat.com>
699
Mark Wielaard714ea0e2012-07-19 13:07:39 +0200700 * run-unstrip-n.sh: test_cleanup.
701 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
702
Mark Wielaarde9b23882012-06-29 22:30:15 +02007032012-07-11 Mark Wielaard <mjw@redhat.com>
704
705 * run-readelf-macro.sh: New test.
706 * testfilemacro.bz2: New testfile.
707 * Makefile.am (TESTS): Add run-readelf-macro.sh.
708 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
709
Mark Wielaard84a1e0b2012-06-29 23:38:09 +02007102012-06-27 Mark Wielaard <mjw@redhat.com>
711
712 * run-readelf-gdb-index.sh: New test.
713 * testfilegdbindex5.bz2: New testfile.
714 * testfilegdbindex7.bz2: Likewise.
715 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
716 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
717 testfilegdbindex7.bz2.
718
Mark Wielaard97212fe2012-07-17 21:12:39 +02007192012-07-17 Mark Wielaard <mjw@redhat.com>
720
721 * testcore-rtlib-ppc.bz2: New testfile.
722 * run-unstrip-n.sh: Check new ppc core testfile.
723
Mike Frysingerc09c5f32012-06-26 12:07:44 -04007242012-06-26 Mike Frysinger <vapier@gentoo.org>
725
726 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
727
Mark Wielaarda0172d72012-06-25 17:18:53 +02007282012-06-26 Mark Wielaard <mjw@redhat.com>
729
730 * run-macro-test.sh: New test.
731 * testfile-macinfo.bz2: New testfile.
732 * testfile-macros.bz2: Likewise.
733
Mark Wielaard547049b2012-06-22 18:19:02 +02007342012-05-07 Mark Wielaard <mjw@redhat.com>
735
736 * low_high_pc.c: Use proper inttypes in printf formats.
737
Mark Wielaarddbbc67a2012-05-11 12:57:57 +02007382012-05-11 Mark Wielaard <mjw@redhat.com>
739
740 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
741
Mark Wielaardd9bc75f2012-05-07 13:29:52 +02007422012-05-07 Mark Wielaard <mjw@redhat.com>
743
744 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
745
Mark Wielaard54797252012-04-27 13:00:50 +02007462012-04-27 Mark Wielaard <mjw@redhat.com>
747
748 * Makefile.am (TESTS): Add run-low_high_pc.sh
749 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
750 (noinst_PROGRAMS): Add low_high_pc.
751 (low_high_pc_LDADD): New variable.
752 * low_high_pc.c: New test.
753
Mark Wielaardbdad8e32012-04-26 12:24:33 +02007542012-04-26 Mark Wielaard <mjw@redhat.com>
755
756 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
757 * run-show-ciefde.sh: Removed old libdwarf test.
758 * show-ciefde.c: Likewise.
759
Mark Wielaard191d1f02012-04-02 17:11:25 +02007602012-04-02 Mark Wielaard <mjw@redhat.com>
761
Mark Wielaard96a52132012-04-03 00:21:50 +0200762 * Makefile.am (TESTS): Add run-unstrip-n.sh.
763 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
764 * run-unstrip-n.sh: New test.
765 * testcore-rtlib.bz2: New testfile.
766
7672012-04-02 Mark Wielaard <mjw@redhat.com>
768
Mark Wielaard191d1f02012-04-02 17:11:25 +0200769 * Makefile.am (TESTS): Add run-readelf-d.sh.
770 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
771 * run-readelf-d.sh: New test.
772 * run-elflint-test.sh: Check new testfile.
773
Tom Tromey581c3f62012-03-21 08:54:32 -06007742012-03-21 Tom Tromey <tromey@redhat.com>
775
776 * typeiter.c: New file.
777 * run-typeiter.sh: New file.
778 * testfile59.bz2: New file.
779 * Makefile.am (noinst_PROGRAMS): Add typeiter.
780 (TESTS): Add run-typeiter.sh.
781 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
782 (typeiter_LDADD): New variable.
783
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +01007842012-02-21 Kurt Roeckx <kurt@roeckx.be>
785
786 * run-alldts.sh: testrun ./alldts.
787
Roland McGrathe3b15682012-02-21 11:12:46 -08007882012-02-21 Roland McGrath <roland@hack.frob.com>
789
790 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -0800791 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -0800792
Roland McGrathb8ff18e2012-01-18 13:57:08 -08007932012-01-18 Roland McGrath <roland@hack.frob.com>
794
795 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
796 it will have been inherited correctly from the test harness.
797 * asm-tst5.c (main): Likewise.
798 * asm-tst6.c (main): Likewise.
799 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
800
Roland McGrath32899ac2011-07-09 03:17:24 -07008012011-07-09 Roland McGrath <roland@hack.frob.com>
802
803 * sha1-tst.c: File removed.
804 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
805 (sha1_tst_LDADD): Variable removed.
806
807 * md5-sha1-test.c: New file.
808 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
809 (md5_sha1_test_LDADD): New variable.
810
Mark Wielaard3f2290b2011-05-30 15:46:32 +02008112011-05-30 Mark Wielaard <mjw@redhat.com>
812
813 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
814 run-rerequest_tag.sh
815
Mark Wielaard20a217d2011-05-24 14:30:40 +02008162011-05-24 Mark Wielaard <mjw@redhat.com>
817
818 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
819 * run-strip-reloc.sh: Add hello_s390.ko testcase.
820 * hello_s390.ko.bz2: New test file.
821
Mark Wielaard1662bc32011-05-16 11:33:11 +02008222011-05-23 Mark Wielaard <mjw@redhat.com>
823
824 * Makefile.am (TESTS): Add run-strip-reloc.sh.
825 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
826 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
827 * run-strip-reloc.sh: New test.
828 * hello_i386.ko.bz2: New test file.
829 * hello_x86_64.ko.bz2: Likewise.
830 * hello_ppc64.ko.bz2: Likewise.
831
Mark Wielaard7a125b92011-05-17 12:20:01 +02008322011-05-18 Mark Wielaard <mjw@redhat.com>
833
834 * run-strip-groups.sh: New test.
835 * testfile58.bz2: New test file.
836 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
837 (TESTS): Add run-strip-groups.sh.
838 (EXTRA_DIST): Likewise.
839
Marek Polacek494275c2011-03-28 16:00:38 +02008402011-03-28 Marek Polacek <mpolacek@redhat.com>
841
842 * alldts.c: New file.
843 * run-alldts.sh: Use it.
844 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
845 (alldts_LDADD): New variable.
846
8472011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -0800848
849 * dwarf-getstring.c: New test.
850 * run-dwarf-getstring.sh: And its wrapper.
851 * Makefile.am (EXTRA_DIST): Add and update all.
852
Jan Kratochvilfec39992011-02-27 12:01:25 -08008532011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
856 * run-readelf-twofiles.sh: New file.
857
Mark Wielaard58cfa1c2011-02-25 20:17:52 +01008582011-02-25 Mark Wielaard <mjw@redhat.com>
859
860 * Makefile.am (BUILD_RPATH): Be consistent in naming.
861
Josh Stonedc34eda2011-02-02 16:30:01 -08008622011-02-02 Josh Stone <jistone@redhat.com>
863
864 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
865 * testfile55-64.bz2, testfile55-64.debug.bz2,
866 testfile55-64.prelink.bz2, testfile55-32.bz2,
867 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
868 * Makefile.am (EXTRA_DIST): Add and update all.
869
Roland McGrath32520bd2011-01-12 10:43:32 -08008702011-01-12 Roland McGrath <roland@redhat.com>
871
872 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -0800873 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -0800874
Josh Stoned41d9a62011-01-11 19:16:57 -08008752011-01-11 Josh Stone <jistone@redhat.com>
876
Josh Stoneccbccef2011-01-11 19:16:59 -0800877 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
878 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
879 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
880 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
881 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
882 * Makefile.am (EXTRA_DIST): Add and update all.
883
Josh Stonecf514712011-01-11 19:16:58 -0800884 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
885 * testfile53.bz2, testfile53.debug.bz2,
886 testfile53.prelink.bz2: Deleted, so...
887 * testfile53-64.bz2, testfile53-64.debug.bz2,
888 testfile53-64.prelink.bz2: Recreated with 64-bit names.
889 * testfile53-32.bz2, testfile53-32.debug.bz2,
890 testfile53-32.prelink.bz2: New in 32-bit.
891 * Makefile.am (EXTRA_DIST): Add and update all.
892
Josh Stoned41d9a62011-01-11 19:16:57 -0800893 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
894 * testfile52.so.bz2, testfile52.so.debug.bz2,
895 testfile52.prelink.so.bz2: Deleted, so...
896 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
897 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
898 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
899 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -0800900 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -0800901 * Makefile.am (EXTRA_DIST): Add and update all.
902
Josh Stoneffa02002011-01-10 21:28:46 -08009032011-01-10 Josh Stone <jistone@redhat.com>
904
905 * run-prelink-addr-test.sh: New test for prelinked addrs.
906 * Makefile.am (TESTS, EXTRA_DIST): Add it.
907 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
908 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
909 * testfile53.bz2, testfile53.debug.bz2: New data files.
910 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
911 * Makefile.am (EXTRA_DIST): Add them.
912
Roland McGrathec86e5f2010-06-14 17:44:38 -07009132010-06-04 Roland McGrath <roland@redhat.com>
914
915 * run-unstrip-test.sh: Also test modifying the file in place.
916
Roland McGrath3c6ee4b2010-04-22 22:38:58 -07009172010-04-22 Roland McGrath <roland@redhat.com>
918
919 * addrcfi.c (handle_cfi): Fix function name in error message.
920 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
921
Roland McGrath26618d82010-04-14 13:10:47 -07009222010-04-14 Roland McGrath <roland@redhat.com>
923
924 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
925
Ulrich Drepperc2d1e482010-04-10 18:23:47 -07009262010-04-10 Ulrich Drepper <drepper@redhat.com>
927
928 * msg_tst.c: Adjust expected error message.
929
Petr Machata77961b52010-04-06 14:16:58 +02009302010-04-01 Petr Machata <pmachata@redhat.com>
931
932 * test-flag-nobits.c: New test.
933 * run-test-flag-nobits.sh: And its wrapper.
934 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
935 (test_flag_nobits_LDADD): New variable.
936
Roland McGrathe9ca7382010-02-15 15:15:50 -08009372010-02-15 Roland McGrath <roland@redhat.com>
938
Roland McGrath22359e22010-02-15 15:57:03 -0800939 * Makefile.am: Use config/eu.am for common stuff.
940
Roland McGrathe9ca7382010-02-15 15:15:50 -0800941 * asm-tst9.c (main): Rename local to avoid shadowing another local.
942
Roland McGrathaf800142009-07-22 13:55:50 -07009432009-07-22 Roland McGrath <roland@redhat.com>
944
945 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
946
Roland McGrath3c84db32009-06-24 17:41:40 -07009472009-07-08 Roland McGrath <roland@redhat.com>
948
949 * addrcfi.c: New file.
950 * Makefile.am (noinst_PROGRAMS): Add it.
951 (addrcfi_LDADD): New variable.
952
Petr Machatad24c7bf2009-05-07 20:58:19 +02009532009-05-07 Petr Machata <pmachata@redhat.com>
954
955 * testfile51.bz2: New data file.
956 * dwarf-getmacros.c: New test core.
957 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -0700958 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
959 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +0200960
Ulrich Drepperf9545c42009-04-23 07:59:02 -07009612009-04-23 Ulrich Drepper <drepper@redhat.com>
962
963 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
964 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -0700965
Roland McGrath19a8e4d2009-04-21 15:44:07 -07009662009-04-21 Roland McGrath <roland@redhat.com>
967
968 * testfile50.bz2: New data file.
969 * Makefile.am (EXTRA_DIST): Add it.
970 * run-dwfl-addr-sect.sh: Add a case using it.
971
Ulrich Drepper5bd44442008-12-31 09:02:54 -08009722008-12-31 Ulrich Drepper <drepper@redhat.com>
973
Ulrich Drepper3bf57592009-01-01 18:52:05 -0800974 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
975 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
976 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
977 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
978 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
979 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
980 roundss, roundps, roundpd, and roundsd.
981 * testfile45.S.bz2: Likewise.
982 * testfile44.expect.bz2: Adjust accordingly.
983 * testfile45.expect.bz2: Likewise.
984
Ulrich Drepper5bd44442008-12-31 09:02:54 -0800985 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
986 * testfile45.S.bz2: Likewise.
987 * testfile44.expect.bz2: Adjust accordingly.
988 * testfile45.expect.bz2: Likewise.
989
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08009902008-12-30 Ulrich Drepper <drepper@redhat.com>
991
Ulrich Drepperec32ff92008-12-30 23:24:09 -0800992 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -0800993 * testfile45.S.bz2: Likewise.
994 * testfile44.expect.bz2: Adjust accordingly.
995 * testfile45.expect.bz2: Likewise.
996
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -08009972008-12-19 Ulrich Drepper <drepper@redhat.com>
998
999 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1000 * testfile45.S.bz2: Likewise.
1001 * testfile44.expect.bz2: Adjust accordingly.
1002 * testfile45.expect.bz2: Likewise.
1003
Roland McGratha845f682008-12-03 03:41:58 +000010042008-11-26 Roland McGrath <roland@redhat.com>
1005
1006 * dwfl-bug-getmodules.c: New file.
1007 * Makefile.am (noinst_PROGRAMS): Add it.
1008 (dwfl_bug_getmodules_LDADD): New variable.
1009
10102008-09-10 Roland McGrath <roland@redhat.com>
1011
1012 * test-subr.sh (LC_ALL): Export it set to "C".
1013 * run-dwfl-addr-sect.sh: Don't do it here.
1014 * run-strings-test.sh: Likewise.
1015
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000010162008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1017
1018 * run-addrname-test.sh: Add a new case.
1019 * testfile49.bz2: New data file.
1020 * Makefile.am (EXTRA_DIST): Add it.
1021
Roland McGrath521c47d2008-04-11 07:01:58 +000010222008-04-10 Roland McGrath <roland@redhat.com>
1023
1024 * testfile48.bz2, testfile48.bz2.debug: New data files.
1025 * Makefile.am (EXTRA_DIST): Add them.
1026 * run-strip-test8.sh: Use them.
1027
1028 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1029
1030 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1031 * run-strip-test8.sh: New file.
1032 * testfile47.bz2: New data file.
1033 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1034
Roland McGrath13b69602008-04-01 02:30:05 +000010352008-03-31 Roland McGrath <roland@redhat.com>
1036
1037 * run-early-offscn.sh: New file.
1038 * early-offscn.c: New file.
1039 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1040 (early_offscn_LDADD): New variable.
1041
Roland McGrathd11f9cb2008-03-26 20:51:59 +000010422008-03-19 Roland McGrath <roland@redhat.com>
1043
1044 * run-addrname-test.sh: Add a new case.
1045
Roland McGrath658094a2008-02-22 08:14:07 +000010462008-02-22 Roland McGrath <roland@redhat.com>
1047
1048 * run-elflint-test.sh: Typo fix.
1049
10502008-02-21 Roland McGrath <roland@redhat.com>
1051
1052 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1053 for the build down to minimum.
1054 * run-disasm-x86-64.sh: Likewise.
1055
Roland McGrath059c83e2008-02-21 06:19:39 +000010562008-02-20 Roland McGrath <roland@redhat.com>
1057
1058 * testfile46.bz2: New data file.
1059 * Makefile.am (EXTRA_DIST): Add it.
1060 * run-elflint-test.sh: Test on it.
1061
Ulrich Drepperc54785a2008-02-01 18:05:21 +000010622008-02-01 Ulrich Drepper <drepper@redhat.com>
1063
1064 * Makefile.am: Hook up sha1-tst.c.
1065 * sha1-tst.c: New file.
1066
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000010672008-01-21 Roland McGrath <roland@redhat.com>
1068
1069 * testfile45.S.bz2: Add tests for cltq, cqto.
1070 * testfile45.expect.bz2: Adjust.
1071
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000010722008-01-14 Ulrich Drepper <drepper@redhat.com>
1073
1074 * testfile45.S.bz2: Add more tests.
1075 * testfile45.expect.bz2: Adjust.
1076
Ulrich Drepperfd479892008-01-12 03:06:47 +000010772008-01-11 Ulrich Drepper <drepper@redhat.com>
1078
1079 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1080 address mode.
1081
Ulrich Drepper96a73992008-01-11 06:17:06 +000010822008-01-10 Ulrich Drepper <drepper@redhat.com>
1083
1084 * testfile45.S.bz2: Add more tests.
1085 * testfile45.expect.bz2: Adjust.
1086
Ulrich Drepperff993222008-01-09 05:39:28 +000010872008-01-08 Ulrich Drepper <drepper@redhat.com>
1088
1089 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1090 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1091 run-disasm-x86-64.sh.
1092 * run-disasm-x86-64.sh: New file.
1093 * testfile45.S.bz2: New file.
1094 * testfile45.expect.bz2: New file.
1095 * testfile44.S.bz2: New tests.
1096 * testfile44.expect.bz2: Adjust.
1097
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000010982008-01-04 Ulrich Drepper <drepper@redhat.com>
1099
1100 * testfile44.S.bz2: New tests.
1101 * testfile44.expect.bz2: Adjust.
1102
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000011032008-01-04 Roland McGrath <roland@redhat.com>
1104
1105 * dwfl-bug-fd-leak.c (main): Add a cast.
1106
Ulrich Drepperee67b642008-01-03 08:45:10 +000011072008-01-03 Ulrich Drepper <drepper@redhat.com>
1108
1109 * testfile44.S.bz2: New tests.
1110 * testfile44.expect.bz2: Adjust.
1111
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000011122008-01-01 Ulrich Drepper <drepper@redhat.com>
1113
Ulrich Drepperf231e272008-01-02 18:07:17 +00001114 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1115
11162008-01-01 Ulrich Drepper <drepper@redhat.com>
1117
Ulrich Drepperee67b642008-01-03 08:45:10 +00001118 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001119 * testfile44.expect.bz2: Adjust.
1120
11212007-12-31 Ulrich Drepper <drepper@redhat.com>
1122
Ulrich Drepperee67b642008-01-03 08:45:10 +00001123 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001124 * testfile44.expect.bz2: Adjust.
1125
11262007-12-30 Ulrich Drepper <drepper@redhat.com>
1127
Ulrich Drepperee67b642008-01-03 08:45:10 +00001128 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001129 * testfile44.expect.bz2: Adjust.
1130
11312007-12-29 Ulrich Drepper <drepper@redhat.com>
1132
Ulrich Drepperee67b642008-01-03 08:45:10 +00001133 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001134 * testfile44.expect.bz2: Adjust.
1135
11362007-12-28 Ulrich Drepper <drepper@redhat.com>
1137
1138 * testfile44.S.bz2: New tests.
1139 * testfile44.expect.bz2: Adjust.
1140
11412007-12-27 Ulrich Drepper <drepper@redhat.com>
1142
1143 * testfile44.S.bz2: New tests.
1144 * testfile44.expect.bz2: Adjust.
1145
11462007-12-26 Ulrich Drepper <drepper@redhat.com>
1147
1148 * testfile44.S.bz2: New tests.
1149 * testfile44.expect.bz2: Adjust
1150
11512007-12-21 Ulrich Drepper <drepper@redhat.com>
1152
1153 * testfile44.S.bz2: More tests.
1154 * testfile44.expect.bz2: Adjust appropriately.
1155
11562007-12-19 Ulrich Drepper <drepper@redhat.com>
1157
1158 * Makefile.am (TESTS): Add run-disasm.sh.
1159 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1160 testfile44.expect.bz2.
1161 * run-disasm.sh: New file.
1162 * testfile44.S.bz2: New file.
1163 * testfile44.expect.bz2: New file.
1164
Roland McGrath1a2e8f42007-12-15 23:39:34 +000011652007-12-15 Roland McGrath <roland@redhat.com>
1166
1167 * run-allregs.sh: Change expected output for powerpc spefscr.
1168
Roland McGrathe4c22ea2007-10-23 13:07:39 +000011692007-10-20 Roland McGrath <roland@redhat.com>
1170
1171 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1172
11732007-10-19 Roland McGrath <roland@redhat.com>
1174
1175 * dwfl-addr-sect.c (handle_address): Return int.
1176 Don't exit on error, just return nonzero.
1177 (main): Collect results.
1178 * run-dwfl-addr-sect.sh: New file.
1179 * testfile43.bz2: New data file.
1180 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1181
11822007-10-18 Roland McGrath <roland@redhat.com>
1183
1184 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1185
11862007-10-16 Roland McGrath <roland@redhat.com>
1187
1188 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1189
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000011902007-10-09 Roland McGrath <roland@redhat.com>
1191
1192 * dwflmodtest.c (print_module): Don't use %p in output.
1193 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1194
11952007-10-08 Roland McGrath <roland@redhat.com>
1196
1197 * testfile42.bz2: New data file.
1198 * Makefile.am (EXTRA_DIST): Add it.
1199 * run-elflint-test.sh: New test on that file.
1200
Roland McGrath59ea7f32007-10-04 08:50:09 +000012012007-10-04 Roland McGrath <roland@redhat.com>
1202
1203 * run-readelf-test4.sh: New file.
1204 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1205
12062007-10-03 Roland McGrath <roland@redhat.com>
1207
1208 * run-readelf-test3.sh: New file.
1209 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1210
Roland McGrathf6b92282007-10-02 02:34:11 +000012112007-10-01 Roland McGrath <roland@redhat.com>
1212
1213 * run-readelf-test2.sh: New file.
1214 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1215
Roland McGrathc76f0b02007-09-27 07:31:33 +000012162007-09-11 Roland McGrath <roland@redhat.com>
1217
1218 * run-addrname-test.sh: Add a new case.
1219 * testfile41.bz2: New data file.
1220 * Makefile.am (EXTRA_DIST): Add it.
1221
Roland McGrathcb6d8652007-08-23 08:10:54 +000012222007-08-23 Roland McGrath <roland@redhat.com>
1223
1224 * run-allregs.sh: Update expected x86-64 output for %rflags.
1225
Roland McGrath099dd522007-08-13 22:58:36 +000012262007-08-12 Roland McGrath <roland@redhat.com>
1227
1228 * run-strip-test7.sh: New file.
1229 * testfile39.bz2: New data file.
1230 * testfile40.bz2: New data file.
1231 * testfile40.debug.bz2: New data file.
1232 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1233
Roland McGrath42f68682007-08-09 07:54:22 +000012342007-08-09 Roland McGrath <roland@redhat.com>
1235
1236 * dwfl-bug-report.c: Fix header inclusion.
1237
12382007-08-08 Roland McGrath <roland@redhat.com>
1239
1240 * run-addrname-test.sh: Add a new case using addr2line -S.
1241 * testfile38.bz2: New data file.
1242 * Makefile.am (EXTRA_DIST): Add it.
1243
Roland McGrath87d47802007-07-16 22:23:37 +000012442007-07-16 Roland McGrath <roland@redhat.com>
1245
1246 * dwfl-bug-report.c: New file.
1247 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1248 (dwfl_bug_report_LDADD): New variable.
1249
12502007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001251
1252 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1253
Ulrich Drepperb0243862007-06-06 00:09:36 +000012542007-06-05 Ulrich Drepper <drepper@redhat.com>
1255
1256 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1257 testfile37.bz and testfile37.debug.bz2.
1258
Roland McGrath53bce222007-05-23 19:15:04 +000012592007-05-23 Roland McGrath <roland@redhat.com>
1260
1261 * run-allregs.sh: Update expected Alpha results.
1262
Roland McGrath9aa8ef72007-05-18 08:59:43 +000012632007-05-18 Roland McGrath <roland@redhat.com>
1264
1265 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1266 * testfile37.bz2: New data file.
1267 * testfile37.debug.bz2: New data file.
1268 * run-unstrip-test2.sh: New file.
1269 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1270
12712007-05-10 Roland McGrath <roland@redhat.com>
1272
1273 * run-dwfl-bug-offline-rel.sh: New file.
1274 * testfile36.bz2: New data file.
1275 * testfile36.debug.bz2: New data file.
1276 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1277
12782007-04-28 Roland McGrath <roland@redhat.com>
1279
1280 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1281 * testfile35.bz2: New data file.
1282 * testfile35.debug.bz2: New data file.
1283 * run-unstrip-test.sh: New file.
1284 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1285
1286 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1287
Roland McGrath2be02912007-04-27 04:07:41 +000012882007-04-26 Roland McGrath <roland@redhat.com>
1289
1290 * run-elflint-self.sh: Run all tests even if one fails.
1291
1292 * run-allregs.sh: Add expected output for alpha.
1293
Roland McGrath4be15242007-04-25 03:09:33 +000012942007-04-24 Roland McGrath <roland@redhat.com>
1295
1296 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1297
12982007-04-22 Roland McGrath <roland@redhat.com>
1299
1300 * run-allregs.sh: Update expected register info.
1301
Roland McGrath43da9892007-04-16 23:13:37 +000013022007-04-16 Roland McGrath <roland@redhat.com>
1303
1304 * dwfl-addr-sect.c: New file.
1305 * Makefile.am (noinst_PROGRAMS): Add it.
1306 (dwfl_addr_sect_LDADD): New variable.
1307
13082007-04-05 Roland McGrath <roland@redhat.com>
1309
1310 * get-files.c: Test dwarf_getsrcdirs.
1311 * run-get-files.sh: Update expected output.
1312
Roland McGrath5f6a41a2007-04-01 23:11:40 +000013132007-04-01 Roland McGrath <roland@redhat.com>
1314
1315 * run-allregs.sh: Updated expected output for x86_64.
1316
Ulrich Drepper6258e742007-03-13 06:22:40 +000013172007-03-04 Roland McGrath <roland@redhat.com>
1318
1319 * dwfl-bug-fd-leak.c: New file.
1320 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1321 (dwfl_bug_fd_leak_LDADD): New variable.
1322
1323 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1324 show what files have been located.
1325
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000013262007-02-02 Roland McGrath <roland@redhat.com>
1327
1328 * run-addrname-test.sh: New file.
1329 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1330 * testfile34.bz2: New data file.
1331 * Makefile.am (EXTRA_DIST): Add it.
1332
13332007-01-20 Roland McGrath <roland@redhat.com>
1334
1335 * testfile33.bz2: New data file.
1336 * Makefile.am (EXTRA_DIST): Add it.
1337 * run-elflint-test.sh: Test on it too.
1338
13392007-01-18 Roland McGrath <roland@redhat.com>
1340
1341 * Makefile.am (CFLAGS): Don't molest it.
1342
13432007-01-11 Roland McGrath <roland@redhat.com>
1344
1345 * testfile32.bz2: New data file.
1346 * Makefile.am (EXTRA_DIST): Add it.
1347 * run-elflint-test.sh: Test on it too.
1348
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000013492007-02-04 Ulrich Drepper <drepper@redhat.com>
1350
1351 * arls.c: New file.
1352 * Makefile (noinst_PROGRAMS): Add arls.
1353
1354 * run-ranlib-test2.sh: Fix type in comment.
1355
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000013562007-01-10 Ulrich Drepper <drepper@redhat.com>
1357
1358 * run-elflint-self.sh (runtest): Show which file has the problem.
1359
Roland McGrathba949b32007-01-10 20:44:29 +000013602007-01-10 Roland McGrath <roland@redhat.com>
1361
1362 * dwfl-bug-addr-overflow.c: New file.
1363 * Makefile.am (TESTS): Add it.
1364 (dwfl_bug_addr_overflow_LDADD): New variable.
1365
Roland McGrath8190db62006-12-17 23:56:51 +000013662006-12-17 Roland McGrath <roland@redhat.com>
1367
1368 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1369
Roland McGrathc373d852006-10-10 00:25:21 +000013702006-09-05 Roland McGrath <roland@redhat.com>
1371
1372 * run-strings-test.sh: Export LC_ALL=C for the test.
1373
13742006-08-29 Roland McGrath <roland@redhat.com>
1375
1376 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1377 * run-arsymtest.sh: Likewise.
1378
1379 * run-native-test.sh (native.c compilation): Add some braces.
1380
13812006-08-22 Roland McGrath <roland@redhat.com>
1382
1383 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1384 (struct reginfo): New members bits, type.
1385 (one_register, match_register): Update to take new args,
1386 record and display new info.
1387 (main): Display new info.
1388 * run-allregs.sh: Update expected results.
1389
Roland McGrath19db8592006-08-03 08:52:46 +000013902006-08-03 Roland McGrath <roland@redhat.com>
1391
1392 * run-allregs.sh: Add sparc cases.
1393 * testfile30.bz2: New data file.
1394 * testfile31.bz2: New data file.
1395 * Makefile.am (EXTRA_DIST): Add them.
1396
Roland McGrath95024622006-07-21 10:06:31 +000013972006-07-21 Roland McGrath <roland@redhat.com>
1398
1399 * allregs.c (struct reginfo): Increase size of name.
1400 (one_register): Assert that it's big enough.
1401
Roland McGrathb4379722006-04-05 01:35:26 +000014022006-04-04 Roland McGrath <roland@redhat.com>
1403
1404 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1405 * testfile29.bz2: New file.
1406 * testfile29.rdwr.bz2: New file.
1407 * Makefile.am (EXTRA_DIST): Add them.
1408
Ulrich Drepperba718b12006-04-04 21:31:16 +000014092006-04-04 Ulrich Drepper <drepper@redhat.com>
1410
1411 * Makefile.am: Add rules to run run-bug1-test.sh.
1412 * rdwrmmap.c: New file.
1413 * run-bug1-test.sh: New file.
1414 * testfile28.bz2: New file.
1415 * testfile28.rdwr.bz2: New file.
1416
Roland McGrathdd7e22b2006-03-09 23:05:47 +000014172006-03-09 Roland McGrath <roland@redhat.com>
1418
1419 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1420
Roland McGrath060fa052006-03-02 07:51:50 +000014212006-03-01 Roland McGrath <roland@redhat.com>
1422
1423 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1424 changes matching 3.0 spec.
1425
Roland McGrathc40f58a2006-01-13 20:13:21 +000014262006-01-13 Roland McGrath <roland@redhat.com>
1427
1428 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1429 bash 3.1 whines when it's done in the trap 0 handler.
1430
Roland McGrath4b248ce2006-01-12 03:34:38 +000014312006-01-11 Roland McGrath <roland@redhat.com>
1432
1433 * testfile26.bz2: New data file.
1434 * testfile27.bz2: New data file.
1435 * Makefile.am (EXTRA_DIST): Add them.
1436 * run-allregs.sh: Test s390 data.
1437
Roland McGrath124a7982005-12-15 02:37:09 +000014382005-12-14 Roland McGrath <roland@redhat.com>
1439
1440 * run-native-test.sh: Redirect output from native test process.
1441
Roland McGrath94d26ad2005-12-13 23:24:37 +000014422005-12-13 Roland McGrath <roland@redhat.com>
1443
1444 * allregs.c (main): Fail if we find no registers.
1445
1446 * run-native-test.sh: New file.
1447 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1448
Roland McGrathba72ab12005-12-12 00:04:33 +000014492005-12-10 Ulrich Drepper <drepper@redhat.com
1450
1451 * run-readelf-test1.sh: New file.
1452 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1453 (EXTRA_DIST): Likewise.
1454
Roland McGrathd804e722005-12-08 01:35:42 +000014552005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001456
Roland McGrathd804e722005-12-08 01:35:42 +00001457 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001458
Roland McGrath994b4892005-12-05 22:46:21 +000014592005-11-25 Roland McGrath <roland@redhat.com>
1460
1461 * coverage.sh: Given -v argument, print names of unused files.
1462
1463 * addrscopes.c (main): Use dwfl_end before return.
1464 * allregs.c (main): Likewise.
1465 * find-prologues.c (main): Likewise.
1466 * funcretval.c (main): Likewise.
1467 * funcscopes.c (main): Likewise.
1468 * line2addr.c (main): Likewise.
1469
1470 * run-allregs.sh: New file.
1471 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1472
1473 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1474 * Makefile.am (allregs_LDADD): Updated.
1475
1476 * allregs.c: New file.
1477 * Makefile.am (noinst_PROGRAMS): Add it.
1478 (allregs_LDADD): New variable.
1479
Roland McGrath9365d2c2005-11-18 23:55:47 +000014802005-11-18 Roland McGrath <roland@redhat.com>
1481
1482 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1483 * test-wrapper.sh: Likewise.
1484
Roland McGrath575dd392005-11-18 01:41:52 +000014852005-11-17 Roland McGrath <roland@redhat.com>
1486
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001487 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1488 environment for test-wrapper.sh.
1489 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1490 * test-subr.sh (installed_testrun): Likewise.
1491 Use explicit path in ${bindir}.
1492
Roland McGrath575dd392005-11-18 01:41:52 +00001493 * Makefile.am (installcheck-local): Fix typo in last change.
1494
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000014952005-11-16 Roland McGrath <roland@redhat.com>
1496
1497 * configure.ac: New file, for standalone build/dist of test suite.
1498 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1499 (asm_TESTS): New variable, broken out of ...
1500 (TESTS): ... here. Also remove msg_tst.
1501 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1502 (installed_TESTS_ENVIRONMENT): New variable.
1503 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1504 [!STANDALONE] (installcheck-local): Likewise.
1505 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1506 * addrscopes.c: Include <config.h>.
1507 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1508 * allfcts.c: Likewise.
1509 * asm-tst1.c: Likewise.
1510 * asm-tst2.c: Likewise.
1511 * asm-tst3.c: Likewise.
1512 * asm-tst4.c: Likewise.
1513 * asm-tst5.c: Likewise.
1514 * asm-tst6.c: Likewise.
1515 * asm-tst7.c: Likewise.
1516 * asm-tst8.c: Likewise.
1517 * asm-tst9.c: Likewise.
1518 * dwflmodtest.c: Likewise.
1519 * find-prologues.c: Likewise.
1520 * funcscopes.c: Likewise.
1521 * get-aranges.c: Likewise.
1522 * get-files.c: Likewise.
1523 * get-lines.c: Likewise.
1524 * get-pubnames.c: Likewise.
1525 * line2addr.c: Likewise.
1526 * newscn.c: Likewise.
1527 * show-abbrev.c: Likewise.
1528 * show-die-info.c: Likewise.
1529 * update3.c: Likewise.
1530 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001531 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001532
1533 * dwflmodtest.c (print_instance): Don't use INTUSE.
1534 (options): Don't use N_ macro.
1535
Roland McGrath1b8b4462005-11-16 01:33:38 +000015362005-11-15 Roland McGrath <roland@redhat.com>
1537
Roland McGrathe47ab762005-11-17 03:16:00 +00001538 * coverage.sh: Look in backends.
1539 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1540 (TESTS_ENVIRONMENT): Likewise.
1541
1542 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1543 pass FUNCDIE direclty to dwfl_module_return_value_location.
1544
Roland McGrath1b8b4462005-11-16 01:33:38 +00001545 * Makefile.am (BUILD_RPATH): New variable.
1546 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1547 (tests_rpath): New variable.
1548 (installcheck-local): Pass it to test-wrapper.sh.
1549 * test-wrapper.sh: In "installed" format, take yes/no value
1550 for elfutils_tests_rpath, which export. When running a test
1551 binary for installcheck, exit 77.
1552 * test-subr.sh (installed_testrun): When running a test binary
1553 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1554
15552005-11-14 Roland McGrath <roland@redhat.com>
1556
1557 * test-subr.sh: New file.
1558 * test-wrapper.sh: New file.
1559 * Makefile.am (EXTRA_DIST): Add them.
1560 (AM_LDFLAGS): Variable removed.
1561 (TESTS_ENVIRONMENT): New variable.
1562 (installcheck-local): New target.
1563 * run-addrscopes.sh: Use test-subr.sh.
1564 * run-allfcts.sh: Likewise.
1565 * run-ecp-test.sh: Likewise.
1566 * run-ecp-test2.sh: Likewise.
1567 * run-elflint-self.sh: Likewise.
1568 * run-elflint-test.sh: Likewise.
1569 * run-find-prologues.sh: Likewise.
1570 * run-funcscopes.sh: Likewise.
1571 * run-get-aranges.sh: Likewise.
1572 * run-get-files.sh: Likewise.
1573 * run-get-lines.sh: Likewise.
1574 * run-get-pubnames.sh: Likewise.
1575 * run-line2addr.sh: Likewise.
1576 * run-ranlib-test.sh: Likewise.
1577 * run-ranlib-test2.sh: Likewise.
1578 * run-show-abbrev.sh: Likewise.
1579 * run-show-ciefde.sh: Likewise.
1580 * run-show-die-info.sh: Likewise.
1581 * run-strings-test.sh: Likewise.
1582 * run-strip-test.sh: Likewise.
1583
Roland McGrathe47ab762005-11-17 03:16:00 +000015842005-11-13 Roland McGrath <roland@redhat.com>
1585
1586 * funcretval.c: New file.
1587 * Makefile.am (noinst_PROGRAMS): Add it.
1588 (funcretval_LDADD): New variable.
1589
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000015902005-11-09 Ulrich Drepper <drepper@redhat.com>
1591
1592 * line2addr.c (handle_module): Add missing parameter to printf.
1593
Roland McGrath07d4f2f2005-10-28 06:56:24 +000015942005-10-27 Roland McGrath <roland@redhat.com>
1595
Roland McGrath6724c902005-10-28 07:07:19 +00001596 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1597 * funcscopes.c (handle_function): Likewise.
1598 * dwflmodtest.c (print_inline, print_func): Likewise.
1599 * find-prologues.c (handle_function): Likewise.
1600
16012005-10-27 Roland McGrath <roland@redhat.com>
1602
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001603 * run-find-prologues.sh: New file.
1604 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1605
1606 * find-prologues.c (handle_function): Skip inlines.
1607
16082005-10-25 Roland McGrath <roland@redhat.com>
1609
1610 * find-prologues.c: New file.
1611 * Makefile.am (noinst_PROGRAMS): Add it.
1612 (find_prologues_LDADD): New variable.
1613
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000016142005-09-02 Ulrich Drepper <drepper@redhat.com>
1615
1616 * run-strings-test.sh: Remove strings.out in the end.
1617
Ulrich Drepper7d65d012005-08-31 15:14:26 +000016182005-08-31 Ulrich Drepper <drepper@redhat.com>
1619
1620 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1621 * run-allfcts.sh: Likewise.
1622 * run-ecp-test.sh: Likewise.
1623 * run-ecp-test2.sh: Likewise.
1624 * run-elflint-test.sh: Likewise.
1625 * run-funcscopes.sh: Likewise.
1626 * run-get-aranges.sh: Likewise.
1627 * run-get-files.sh: Likewise.
1628 * run-get-lines.sh: Likewise.
1629 * run-get-pubnames.sh: Likewise.
1630 * run-line2addr.sh: Likewise.
1631 * run-ranlib-test2.sh: Likewise.
1632 * run-show-abbrev.sh: Likewise.
1633 * run-show-ciefde.sh: Likewise.
1634 * run-show-die-info.sh: Likewise.
1635 * run-strings-test.sh: Likewise.
1636 * run-strip-test.sh: Likewise.
1637
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000016382005-08-30 Ulrich Drepper <drepper@redhat.com>
1639
1640 * coverage.sh: Handle case where there is no .gcno file at all.
1641
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000016422005-08-29 Ulrich Drepper <drepper@redhat.com>
1643
1644 * Makefile.am (EXTRA_DIST): Add coverage.
1645 [GCOV]: Generate coverage summary after the tests ran
1646 * coverage.sh: New file.
1647
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000016482005-08-28 Ulrich Drepper <drepper@redhat.com>
1649
1650 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
1651 (CLEANFILES): Add *.gcno *.gcda *.gconv.
1652
16532005-08-28 Ulrich Drepper <drepper@redhat.com>
1654
1655 * run-strings-test.sh: New file.
1656 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1657
Roland McGrath71e15a02005-08-27 10:33:26 +000016582005-08-27 Roland McGrath <roland@redhat.com>
1659
Roland McGrathb0bc2782005-08-27 21:07:16 +00001660 * addrscopes.c (handle_address): Apply bias to PC addresses.
1661
Roland McGrath71e15a02005-08-27 10:33:26 +00001662 * run-funcscopes.sh: New file.
1663 * testfile25.bz2: New data file.
1664 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1665
16662005-08-26 Roland McGrath <roland@redhat.com>
1667
1668 * addrscopes.c (dwarf_diename_integrate): Removed.
1669 (print_vars, handle_address): Use plain dwarf_diename.
1670
16712005-08-25 Roland McGrath <roland@redhat.com>
1672
1673 * funcscopes.c: New file.
1674 * Makefile.am (noinst_PROGRAMS): Add it.
1675 (funcscopes_LDADD): New variable.
1676
1677 * run-addrscopes.sh: Add another case.
1678 * testfile24.bz2: New data file.
1679 * Makefile.am (EXTRA_DIST): Add it.
1680
1681 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
1682 pass it to dwarf_getscopes.
1683 (main): Pass it, true when '=' follows an address.
1684
Roland McGrath4c305da2005-08-25 01:49:35 +000016852005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00001686
Roland McGrath4c305da2005-08-25 01:49:35 +00001687 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00001688
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000016892005-08-24 Ulrich Drepper <drepper@redhat.com>
1690
Ulrich Drepper958bf132005-08-24 21:40:55 +00001691 * run-line2addr.sh: Remove testfile23 in the end.
1692
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001693 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00001694 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001695
Roland McGrathd17fac72005-08-23 08:20:21 +000016962005-08-22 Roland McGrath <roland@redhat.com>
1697
1698 * run-line2addr.sh: Add a case.
1699 * testfile23.bz2: New data file.
1700 * Makefile.am (EXTRA_DIST): Add it.
1701
Roland McGrath9a1f3652005-08-18 20:57:04 +000017022005-08-18 Roland McGrath <roland@redhat.com>
1703
Roland McGrathf5fda7d2005-08-18 22:01:57 +00001704 * run-addrscopes.sh: New file.
1705 * testfile22.bz2: New data file.
1706 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1707
Roland McGrath9a1f3652005-08-18 20:57:04 +00001708 * addrscopes.c: New file.
1709 * Makefile.am (noinst_PROGRAMS): Add it.
1710 (addrscopes_LDADD): New variable.
1711
Ulrich Drepper837b5222005-08-16 05:12:01 +000017122005-08-15 Ulrich Drepper <drepper@redhat.com>
1713
1714 * run-elflint-self.sh: Don't run test if the file doesn't exist.
1715
Roland McGrath1ecb6062005-08-15 09:53:04 +000017162005-08-15 Roland McGrath <roland@redhat.com>
1717
1718 * dwflmodtest.c (print_instance, print_inline): New functions.
1719 (print_func): Call print_inline.
1720 (options, parse_opt): Grok -i/--inlines.
1721
Roland McGrath8d18c292005-08-07 21:42:07 +000017222005-08-07 Roland McGrath <roland@redhat.com>
1723
1724 * dwflmodtest.c: Print function details only if -f flag is given.
1725
Ulrich Drepper47be7952005-08-07 04:41:39 +000017262005-08-06 Ulrich Drepper <drepper@redhat.com>
1727
Ulrich Drepper637963b2005-08-07 05:33:07 +00001728 * run-elflint-self.sh: New file.
1729 * Makefile.am (TESTS): Add run-elflint-self.sh.
1730 (EXTRA_DIST): Likewise.
1731
Ulrich Drepper47be7952005-08-07 04:41:39 +00001732 * Makefile.am: Link with statis libs if BUILD_STATIC.
1733 (dwflmodtest_LDADD): Also link with -ldl.
1734
Ulrich Drepper41de4882005-08-03 00:02:56 +000017352005-08-02 Ulrich Drepper <drepper@redhat.com>
1736
Ulrich Dreppera38998e2005-08-03 02:05:39 +00001737 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
1738 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
1739 library first.
1740 * asm-tst2.c: Likewise.
1741 * asm-tst3.c: Likewise.
1742 * asm-tst4.c: Likewise.
1743 * asm-tst5.c: Likewise.
1744 * asm-tst6.c: Likewise.
1745 * asm-tst7.c: Likewise.
1746 * asm-tst8.c: Likewise.
1747 * asm-tst9.c: Likewise.
1748
Ulrich Drepper41de4882005-08-03 00:02:56 +00001749 * msg_tst.c: Add new error message.
1750
Ulrich Drepper18618fd2005-07-28 21:29:22 +000017512005-07-28 Ulrich Drepper <drepper@redhat.com>
1752
1753 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
1754
Roland McGrathd17fac72005-08-23 08:20:21 +000017552005-06-01 Roland McGrath <roland@redhat.com>
1756
1757 * line2addr.c: Rewritten using libdwfl.
1758 * run-line2addr.sh: Update test for changed arguments.
1759 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
1760 (libdwfl): New variable.
1761 (line2addr_LDADD): Use it.
1762
Roland McGrath18385902005-07-28 07:12:38 +000017632005-07-28 Roland McGrath <roland@redhat.com>
1764
1765 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
1766 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
1767 (dwflmodtest_LDADD): New variable.
1768 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
1769
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000017702005-07-21 Ulrich Drepper <drepper@redhat.com>
1771
1772 * testfile18.bz2: New file.
1773 * run-elflint-test.sh: New file.
1774 * Makefile.am (TESTS): Add run-elflint-test.sh.
1775 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
1776
17772005-05-24 Ulrich Drepper <drepper@redhat.com>
1778
1779 * get-files.c (main): Use correct format specifier.
1780
17812005-05-21 Ulrich Drepper <drepper@redhat.com>
1782
1783 * Makefile.am: Add -Wextra to CFLAGS.
1784 * get-files.c: Remove warning this produced.
1785 * get-pubnames.c: Likewise.
1786 * newfile.c: Likewise.
1787 * newscn.c: Likewise.
1788 * scnnames.c: Likewise.
1789 * showptable.c: Likewise.
1790 * test-nlist.c: Likewise.
1791 * update1.c: Likewise.
1792 * update2.c: Likewise.
1793 * update3.c: Likewise.
1794 * update4.c: Likewise.
1795
17962005-05-08 Ulrich Drepper <drepper@redhat.com>
1797
1798 * run-line2addr.sh: Remove testfile14 at the end.
1799
Ulrich Drepper282bf322005-07-28 21:49:05 +00001800 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001801
1802 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
1803 .bz, not .bz2.
1804
18052005-05-03 Roland McGrath <roland@redhat.com>
1806
1807 * run-strip-test.sh: Use variables for test file names.
1808 Optionally produce separate debug file and check it.
1809 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
1810 * run-strip-test3.sh: Likewise.
1811 * run-strip-test4.sh: New file.
1812 * run-strip-test5.sh: New file.
1813 * run-strip-test6.sh: New file.
1814 * testfile15.bz: New file.
1815 * testfile15.debug.bz: New file.
1816 * testfile16.bz: New file.
1817 * testfile16.debug.bz: New file.
1818 * testfile17.bz: New file.
1819 * testfile17.debug.bz: New file.
1820 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1821
18222005-04-25 Ulrich Drepper <drepper@redhat.com>
1823
1824 * run-line2addr.sh: Also use testfile14. Adjust for correct
1825 return of multiple matches.
1826 * testfile14.bz2: New file.
1827 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
1828
1829 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
1830
Roland McGrath87d47802007-07-16 22:23:37 +000018312005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001832
1833 * line2addr.c (main): Initialize LINES and NLINES before calling
1834 dwarf_getsrc_file, and free LINES afterwards.
1835
1836 * allfcts.c (main): Use size_t for CUHL.
1837
18382005-04-04 Ulrich Drepper <drepper@redhat.com>
1839
1840 * line2addr.c: New file.
1841 * run-line2addr.sh: New file.
1842 * Makefile.am: Add rules to build, run, and distribute new code.
1843
18442005-04-02 Ulrich Drepper <drepper@redhat.com>
1845
1846 * allfcts.c: New file.
1847 * run-allfcts.sh: New file.
1848 * Makefile.am: Add rules to build, run, and distribute new code.
1849
18502005-02-05 Ulrich Drepper <drepper@redhat.com>
1851
1852 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
1853 programs with -lmudflap.
1854
18552004-09-25 Ulrich Drepper <drepper@redhat.com>
1856
1857 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
1858 * asm-tst5.c (main): Likewise.
1859 * asm-tst6.c (main): Likewise.
1860
18612004-01-17 Ulrich Drepper <drepper@redhat.com>
1862
1863 * Makefile.am: Support building with mudflap.
1864
18652004-01-12 Ulrich Drepper <drepper@redhat.com>
1866
1867 * get-aranges.c: Rewrite to use libdw.
1868 * Makefile.am: Reenable get-aranges test.
1869
18702004-01-11 Ulrich Drepper <drepper@redhat.com>
1871
1872 * get-lines.c: New file.
1873 * get-files.c: Adjust for libdw.
1874 * run-get-files.sh: Adjust expected result.
1875 * run-get-lines.sh: Likewise.
1876 * Makefile.am: Run get-lines test. Don't run get-aranges and
1877 get-ciefde test for now.
1878
1879 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
1880 change. Print attribute offset information.
1881 * run-show-abbrev.sh: Adjust expected output.
1882
18832004-01-09 Ulrich Drepper <drepper@redhat.com>
1884
1885 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
1886 * show-die-info.c: Likewise.
1887 * run-show-die-info.sh: Adjust expected output.
1888
18892003-08-13 Ulrich Drepper <drepper@redhat.com>
1890
1891 * Makefile.in: Depend on libebl.a, not libebl.so.
1892
18932003-08-11 Ulrich Drepper <drepper@redhat.com>
1894
1895 * Moved to CVS archive.