blob: 0556b1fa0e6f40570b60323e3780712ffc6bc723 [file] [log] [blame]
Mark Wielaarde6e80da2015-05-01 10:31:36 +020012015-05-01 Mark Wielaard <mjw@redhat.com>
2
3 * run-stack-d-test.sh: Use --raw and mangled output.
4 * run-stack-i-test.sh: Likewise.
5 * run-stack-demangled-test.sh: New test.
6 * Makefile.am (EXTRA_DIST): Add run-stack-demangled-test.sh.
7 (TESTS): Likewise.
8
H.J. Lu5bbf0392015-03-25 05:44:57 -070092015-04-01 H.J. Lu <hjl.tools@gmail.com>
10
H.J. Lu224e2e62015-03-25 09:19:08 -070011 * Makefile.am (TESTS): Add run-strip-test10.sh.
12 (EXTRA_DIST): Likewise. Add testfile-x32-d.bz2.
13 Add testfile-x32-debug.bz2.
14 * run-strip-test10.sh: New file.
15 * testfile-x32-d.bz2: Likewise.
16 * testfile-x32-debug.bz2: Likewise.
17
182015-04-01 H.J. Lu <hjl.tools@gmail.com>
19
H.J. Luf1bde8d2015-03-25 08:16:56 -070020 * Makefile.am (TESTS): Add run-strip-test9.sh.
21 (EXTRA_DIST): Likewise. Add testfile-x32-s.bz2.
22 * run-strip-test9.sh: New file.
23 * testfile-x32-s.bz2: Likewise.
24
252015-04-01 H.J. Lu <hjl.tools@gmail.com>
26
H.J. Lu6de72762015-03-25 07:22:43 -070027 * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
28 (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
29 Add backtrace.x32.exec.bz2.
30 * backtrace.x32.core.bz2 : New file.
31 * backtrace.x32.exec.bz2: Likewise.
32 * run-backtrace-core-x32.sh: Likewise.
33
342015-04-01 H.J. Lu <hjl.tools@gmail.com>
35
H.J. Luaa19e592015-03-25 06:44:09 -070036 * run-addrcfi.sh: Add a test for testfile-x32.
37 * testfile-x32.bz2: New file.
38 * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2.
39
402015-04-01 H.J. Lu <hjl.tools@gmail.com>
41
H.J. Lu8c78ff02015-03-25 05:57:09 -070042 * run-allregs.sh: Add a test for testfile-x32-core.
43
442015-04-01 H.J. Lu <hjl.tools@gmail.com>
45
H.J. Lu5bbf0392015-03-25 05:44:57 -070046 * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core.
47 * testfile-x32-core.bz2: New file.
48 * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2.
49
Petr Machata06457da2015-03-18 19:35:16 +0100502015-03-18 Petr Machata <pmachata@redhat.com>
51
Petr Machata7f617342015-03-18 19:42:02 +010052 * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match
53 the API changes.
54 * allregs.c (dwarf_encoding_string): Likewise.
55 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
56 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.
57
582015-03-18 Petr Machata <pmachata@redhat.com>
59
Petr Machata06457da2015-03-18 19:35:16 +010060 * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
61 debug-ranges-no-lowpc.o.bz2.
62
Mark Wielaard0a35e3a2015-03-13 23:51:40 +0100632015-03-13 Mark Wielaard <mjw@redhat.com>
64
65 * backtrace-dwarf.c: Add explicit includes.
66 (cleanup_13_abort): Remove unused static declaration.
67 (thread_callback): Add explicit return.
68
H.J. Lube7ea702015-03-12 12:14:43 -0700692015-03-13 H.J. Lu <hjl.tools@gmail.com>
70
71 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
72 instead of PTRACE_POKEUSER.
73 (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for
74 is_x86_64_native.
75
Mark Wielaard2e096352015-02-19 00:43:59 +0100762015-02-18 Mark Wielaard <mjw@redhat.com>
77
78 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
79
Josh Stone3d114102015-02-11 14:25:37 -0800802015-02-11 Josh Stone <jistone@redhat.com>
81
82 * backtrace.c (exec_dump): Initialize jmp.
83
Petr Machatab4da85d2015-02-11 22:11:46 +0100842015-02-11 Petr Machata <pmachata@redhat.com>
85
86 * run-dwarf-ranges.sh: New test.
87 * dwarf-ranges.c: New file.
88 * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case.
89
Mark Wielaard710ca872015-01-21 23:56:43 +0100902015-01-21 Mark Wielaard <mjw@redhat.com>
91
92 * Makefile.am (check_PROGRAMS): Add elfstrtab.
93 (TESTS): Likewise.
94 (elfstrtab_LDADD): New variable.
95 * elfstrtab.c: New test.
96
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100972015-01-20 Mark Wielaard <mjw@redhat.com>
98
Mark Wielaardb543cdd2015-01-20 21:55:55 +010099 * Makefile.am (check_PROGRAMS): Add newdata.
100 (TESTS): Likewise.
101 (newdata_LDADD): new variable.
102 * newdata.c: New test.
103
1042015-01-20 Mark Wielaard <mjw@redhat.com>
105
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100106 * strptr.c: New file.
107 * run-strptr.sh: New test.
108 * Makefile.am (check_PROGRAMS): Add strptr.
109 (TESTS): Add run-strptr.sh.
110 (EXTRA_DIST): Likewise.
111 (strptr_LDADD): New variable.
112
Mark Wielaardcc74c212015-01-15 13:39:06 +01001132015-01-15 Mark Wielaard <mjw@redhat.com>
114
115 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
116 * vdsosyms.c (main): Use getpid () instead of getppid ().
117
Mark Wielaardf8198f22014-12-27 16:16:29 +01001182014-12-27 Mark Wielaard <mjw@redhat.com>
119
120 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
121 * funcscopes.c (handle_function): Likewise.
122 * run-addrscopes.sh: Adjust last address in scope.
123 * run-funcscopes.sh: Likewise.
124
Mark Wielaardb4b2de92015-01-07 23:39:28 +01001252015-01-07 Mark Wielaard <mjw@redhat.com>
126
127 * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search.
128
Mark Wielaard47efc3b2015-01-14 21:38:16 +01001292015-01-14 Mark Wielaard <mjw@redhat.com>
130
131 * testfile-debug-types.bz2: New testfile.
132 * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2.
133 * typeiter2.c (main): Print both name and offset of found form DIE.
134 * run-typeiter.s: Adjust output and add testfile-debug-types.
135
Mark Wielaard8fb260f2014-12-26 16:20:39 +01001362014-12-26 Mark Wielaard <mjw@redhat.com>
137
138 * run-test-archive64.sh: Add nm test.
139
Mark Wielaardcdfc8532014-12-19 18:33:52 +01001402014-12-19 Mark Wielaard <mjw@redhat.com>
141
Mark Wielaard3943a382014-12-19 20:53:22 +0100142 * run-deleted.sh: Don't check libfunc on ppc64.
143
1442014-12-19 Mark Wielaard <mjw@redhat.com>
145
Mark Wielaard7152afa2014-12-19 18:54:04 +0100146 * vdsosyms.c (vdso_seen): Removed.
147 (vdso_syms): New global.
148 (module_callback): Set and check vdso_syms.
149 (main): Return value depends on vdso_syms.
150
1512014-12-19 Mark Wielaard <mjw@redhat.com>
152
Mark Wielaardcdfc8532014-12-19 18:33:52 +0100153 * backtrace-subr.sh (check_native_unsupported): Relax special ARM
154 grep a little.
155 * run-deleted.sh: Call check_native_unsupported.
156
Mark Wielaarde80d3242014-12-18 23:07:12 +01001572014-12-18 Mark Wielaard <mjw@redhat.com>
158
159 * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2.
160
Mark Wielaardf3111d52014-12-12 21:51:27 +01001612014-12-12 Mark Wielaard <mjw@redhat.com>
162
163 * Makefile.am (deleted_lib_so_CFLAGS): Add
164 -fasynchronous-unwind-tables.
165
Josh Stone080fa4e2014-12-11 17:19:23 -08001662014-12-11 Josh Stone <jistone@redhat.com>
167
168 * run-addr2line-i-lex-test.sh: New test.
169 * testfile-lex-inlines.bz2: New testfile.
170 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and
171 testfile-lex-inlines.bz2.
172 (TESTS): Add run-addr2line-i-lex-test.sh.
173
Josh Stone2098b3d2014-12-10 11:14:40 -08001742014-12-10 Josh Stone <jistone@redhat.com>
175
176 * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is
177 preferred over the plain die name.
178
Petr Machataedb079a2014-12-02 21:22:14 +01001792014-12-02 Petr Machata <pmachata@redhat.com>
180
181 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
182 DW_MACRO_GNU_undef_indirect opcodes. Add a default branch.
183 (main): Initialize off to DWARF_GETMACROS_START when an extra
184 command line argument is passed.
185 * testfile-macros-0xff.bz2: New test case.
186 * testfile-macros-0xff.s: New file (source for the above).
187 * run-dwarf-getmacros.sh: Add two tests.
188
Mark Wielaard44662162014-11-27 23:19:47 +01001892014-11-27 Mark Wielaard <mjw@redhat.com>
190
191 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
192
Mark Wielaard9644aaf2014-11-21 23:26:35 +01001932014-11-21 Mark Wielaard <mjw@redhat.com>
194
195 * run-readelf-A.sh: New test.
196 * testfileppc32attrs.o.bz2: New test file.
197 * Makefile.am (TESTS): Add run-readelf-A.sh.
198 (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2.
199
Mark Wielaard5691f862014-11-10 14:49:20 +01002002014-11-10 Mark Wielaard <mjw@redhat.com>
201
202 * vdsosyms.c: New test.
203 * Makefile.am (check_PROGRAMS): Add vdsosyms.
204 (TESTS): Likewise.
205 (vdsosyms_LDADD): New variable.
206
Petr Machata0a1e81b2014-10-17 02:47:15 +02002072014-09-10 Petr Machata <pmachata@redhat.com>
208
209 * dwarf-getmacros.c: Update to use the new macro iteration
210 interfaces.
211 * run-dwarf-getmacros.sh: Adjust, add a test that uses
212 testfile-macros.
213
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02002142014-10-06 Mark Wielaard <mjw@redhat.com>
215
216 * run-aggregate-size.sh: Add testfile-sizes3.o test case.
217 * testfile-sizes3.o.bz2: New test file.
218 * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2.
219
Mark Wielaardb50014f2014-10-02 14:00:47 +02002202014-10-02 Mark Wielaard <mjw@redhat.com>
221
Mark Wielaard281ebd72014-10-02 22:53:44 +0200222 * run-deleted.sh: Unset VALGRIND_CMD before running deleted.
223
2242014-10-02 Mark Wielaard <mjw@redhat.com>
225
Mark Wielaardb50014f2014-10-02 14:00:47 +0200226 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
227 (TESTS): Add run-aggregate-size.sh.
228 (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2
229 and testfile-sizes2.o.bz2.
230 (aggregate_size_LDADD): New variable.
231 * aggregate_size.c: New file.
232 * run-aggregate-size.sh: New test.
233 * testfile-sizes1.o.bz2: New test file.
234 * testfile-sizes2.o.bz2: Likewise.
235
Jan Kratochvil6d48bbf2014-09-26 22:42:19 +02002362014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 Support NT_FILE for locating files.
239 * Makefile.am (TESTS): Add run-linkmap-cut.sh.
240 (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2,
241 linkmap-cut.bz2 and linkmap-cut.core.bz2 .
242 * linkmap-cut-lib.so.bz2: New file.
243 * linkmap-cut.bz2: New file.
244 * linkmap-cut.core.bz2: New file.
245 * run-linkmap-cut.sh: New file.
246 * run-unstrip-n.sh: Update its expected output.
247
Jan Kratochvil03750562014-08-17 18:49:36 +02002482014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so.
251 (TESTS, EXTRA_DIST): Add run-deleted.sh.
252 (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New.
253 * deleted-lib.c: New file.
254 * deleted.c: New file.
255 * run-deleted.sh: New file.
256
Mark Wielaard41362da2014-06-15 11:35:50 +02002572014-06-15 Mark Wielaard <mjw@redhat.com>
258
259 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
260
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +02002612014-06-13 Mark Wielaard <mjw@redhat.com>
262
Mark Wielaard1986c172014-06-14 01:09:17 +0200263 * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
264 frame symname.
265
2662014-06-13 Mark Wielaard <mjw@redhat.com>
267
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +0200268 * backtrace-subr.sh (check_native_unsupported): New function.
269 (check_native): Call it.
270 (check_native_core): Likewise.
271 * run-backtrace-dwarf.sh: Likewise.
272
Mark Wielaard14beac32014-06-11 15:14:23 +02002732014-06-11 Mark Wielaard <mjw@redhat.com>
274
275 * backtrace.c (main): Check that Dwfl was attached by calling
276 dwfl_pid and printing the error when it is not.
277
Mark Wielaard85482fc2014-05-18 22:41:19 +02002782014-05-18 Mark Wielaard <mjw@redhat.com>
279
280 * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
281 (f): Likewise.
282 * testfile-backtrace-demangle.bz2: Regenerate.
283 * testfile-backtrace-demangle.core.bz2: Likewise.
284
Mark Wielaardbb096d02014-05-03 00:23:06 +02002852014-05-02 Mark Wielaard <mjw@redhat.com>
286
287 * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
288 run-allfcts-multi.sh are now added unconditionally.
289
Mark Wielaarddf85bf92014-05-01 14:48:27 +02002902014-05-01 Mark Wielaard <mjw@redhat.com>
291
292 * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
293 subdir.
294
Mark Wielaardd81d32d2014-04-30 23:00:40 +02002952014-04-30 Mark Wielaard <mjw@redhat.com>
296
297 * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
298 * Makefile.am (check_PROGRAMS): Add buildid.
299 (TESTS): Add run-buildid.sh.
300 (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
301 (buildid_LDADD): New variable.
302
Florian Weimer4813dbb2014-04-24 14:06:43 +02003032014-04-24 Florian Weimer <fweimer@redhat.com>
304
Florian Weimer22481652014-04-15 16:58:39 +0200305 * allfcts.c (setup_alt): New function.
306 (main): Call it. Implementation additional error checking and
307 reporting.
308
3092014-04-24 Florian Weimer <fweimer@redhat.com>
310
Florian Weimer4813dbb2014-04-24 14:06:43 +0200311 * debugaltlink.c, run-debugaltlink.sh: New files.
312 * Makefile.am (check_PROGRAMS): Add debugaltlink.
313 (TESTS): Add run-debugaltlink.sh.
314 (debugaltlink_LDADD): New variable.
315
Mark Wielaard93802972014-04-11 23:52:47 +02003162014-04-11 Mark Wielaard <mjw@redhat.com>
317
318 * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
319 (check_PROGRAMS): Add debuglink.
320 (TESTS): Add run-debuglink.sh
321 (EXTRA_DIST): Likewise.
322 (debuglink_LDADD): New.
323 * debuglink.c: New file.
324 * run-debuglink.sh: Likewise.
325
Mark Wielaardfe4b5fd2014-04-23 09:54:30 +02003262014-03-23 Mark Wielaard <mjw@redhat.com>
327
328 * run-nm-self.sh: Use test = not == for string comparisons.
329
Kurt Roeckx02cefda2014-04-22 21:46:22 +02003302014-04-22 Kurt Roeckx <kurt@roeckx.be>
331
332 * backtrace.c: Make Linux only.
333 * backtrace-child.c: Make Linux only.
334 * backtrace-data.c: Make Linux only.
335 * backtrace-dwarf.c: Make Linux only.
336 * backtrace-subr.sh: Skip core file unwinding tests when not supported.
337
Mark Wielaard32324792014-04-13 17:39:57 +02003382014-03-14 Mark Wielaard <mjw@redhat.com>
339
340 * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
341 LDADD lines.
342 * configure.ac: Remove MUDFLAP conditional.
343
Mark Wielaardf7cdc742014-04-09 22:38:07 +02003442014-04-09 Mark Wielaard <mjw@redhat.com>
345
346 * run-readelf-zdebug.sh: New test.
347 * testfile-debug.bz2: New testfile.
348 * testfile-zdebug.bz2: New testfile.
349 * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
350 (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
351 testfile-zdebug.bz2.
352
Mark Wielaard110c2732014-04-10 15:02:53 +02003532014-04-10 Mark Wielaard <mjw@redhat.com>
354
355 * testfile_i686_core.bz2: New test file.
356 * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
357 * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
358
Mark Wielaard66637fa2014-04-09 11:48:23 +02003592014-04-09 Mark Wielaard <mjw@redhat.com>
360
361 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
362 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
363 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
364 * run-backtrace-core-aarch64.sh: New test.
365
Josh Stone51fff302014-03-11 18:13:55 -07003662014-03-11 Josh Stone <jistone@redhat.com>
367
368 * testfilebaxmin.bz2: New testfile.
369 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
370 * run-readelf-s.sh: Test testfilebaxmin.
371 * run-dwflsyms.sh: Likewise.
372
Mark Wielaard225dddf2014-01-26 20:16:48 +01003732014-01-26 Mark Wielaard <mjw@redhat.com>
374
375 * backtrace-subr.sh (check_unsupported): Special case arm*.
376
Mark Wielaarda02d90a2014-01-25 14:32:42 +01003772014-01-25 Mark Wielaard <mjw@redhat.com>
378
379 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
380 location expression: call_frame_cfa stack_value.
381
Mark Wielaardf48eb6b2014-01-23 00:56:41 +01003822014-01-22 Mark Wielaard <mjw@redhat.com>
383
384 * Makefile.am (line2addr_no_Wformat): Removed.
385
Mark Wielaard13968d92014-01-21 16:13:49 +01003862014-01-21 Mark Wielaard <mjw@redhat.com>
387
388 * Makefile.am (TESTS): Add run-stack-i-test.sh.
389 (EXTRA_DIST): Likewise.
390 * run-stack-i-test.sh: New test.
391
Mark Wielaard531a30a2014-01-20 23:09:26 +01003922014-01-20 Mark Wielaard <mjw@redhat.com>
393
394 * Makefile.am (TESTS): Add run-stack-d-test.sh.
395 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
396 testfiledwarfinlines.core.bz2.
397 * run-stack-d-test.sh: New test.
398 * testfiledwarfinlines.bz2: New test file.
399 * testfiledwarfinlines.core.bz2: Likewise.
400
Mark Wielaardd7cffa72014-01-16 09:45:51 +01004012014-01-16 Mark Wielaard <mjw@redhat.com>
402
Mark Wielaardc80375d2014-01-16 13:48:24 +0100403 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
404 on one ET_REL, one ET_EXEC and one ET_DYN file.
405 * test-subr.sh (self_test_files): Add two ET_REL files, only add
406 two libebl ET_DYN backend files.
407
4082014-01-16 Mark Wielaard <mjw@redhat.com>
409
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100410 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
411
Jan Kratochvil435808a2014-01-18 21:56:13 +01004122014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 Fix false FAILs on testsuite with ulimit -c unlimited.
415 * backtrace-child.c (sigusr2): Call pthread_exit.
416 (main): Return, do not call abort.
417
Jan Kratochvil7c6e7852014-01-15 21:16:57 +01004182014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 Fix corruption of non-C++ symbols by the demangler.
421 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
422 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
423 (EXTRA_DIST): Add run-backtrace-demangle.sh,
424 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
425 testfile-backtrace-demangle.core.bz2.
426 * backtrace-demangle.cc: New file.
427 * run-backtrace-demangle.sh: New file.
428 * testfile-backtrace-demangle.bz2: New file.
429 * testfile-backtrace-demangle.cc: New file.
430 * testfile-backtrace-demangle.core.bz2: New file.
431
Matthias Klosee922ec42014-01-07 10:25:29 +01004322014-01-07 Matthias Klose <doko@ubuntu.com>
433
434 * backtrace-subr.sh (check_native_core): Check to see if core file
435 was created without ".PID" extension, if so mv core to core.PID.
436 Skip test if no core file was created or could be found.
437
Mark Wielaard4f1c96d2014-01-04 14:24:58 +01004382014-01-04 Mark Wielaard <mjw@redhat.com>
439
Mark Wielaard70c3a532014-01-04 23:28:33 +0100440 * backtrace-data.c (main): Don't assert if raise returns.
441 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
442 assume_ptrace_attached true.
443 (ptrace_detach_stopped): Removed function.
444 (main): Don't call ptrace_detach_stopped.
445 * backtrace.c (ptrace_detach_stopped): Removed function.
446 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
447 true.
448 (exec_dump): Don't call ptrace_detach_stopped.
449
4502014-01-04 Mark Wielaard <mjw@redhat.com>
451
Mark Wielaard1051a0c2014-01-04 15:41:04 +0100452 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
453 if we cannot adjust core ulimit.
454
4552014-01-04 Mark Wielaard <mjw@redhat.com>
456
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100457 * cleanup-13.c (force_unwind_stop): Removed.
458 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
459 don't call _Unwind_ForcedUnwind.
460
Mark Wielaardb92af192014-01-03 18:15:02 +01004612014-01-03 Mark Wielaard <mjw@redhat.com>
462
463 * run-addrcfi.sh: Add case for EM_AARCH64.
464 * testfileaarch64.bz2: New testfile.
465 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
466
Mark Wielaard19108012013-12-30 22:00:57 +01004672013-12-30 Mark Wielaard <mjw@redhat.com>
468
469 * backtrace-dwarf.c (report_pid): Explicitly call
470 dwfl_linux_proc_attach and check for errors.
471 * backtrace.c (report_pid): Likewise.
472
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01004732013-12-21 Mark Wielaard <mjw@redhat.com>
474
475 * backtrace.c (callback_verify): Only assert that case 5 is the last
476 instruction of backtracegen on x86_64 native.
477
Jan Kratochvilc6a41482013-12-17 18:49:54 +01004782013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100479 Mark Wielaard <mjw@redhat.com>
480
481 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
482 and testfilebaz*ppc64*.bz2 files.
483 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
484 error on dwfl_module_getsymtab error.
485 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
486 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
487 Also print section of actual value if different from sym.
488 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
489 Test addr2line -x by showing different sections for address and
490 found name in testfile66.
491 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
492 testfilebaz*ppc64): New tests.
493 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
494 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
495 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
496 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
497 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
498 testfilebaztabppc64.bz2: New test files.
499
5002013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100501
502 unwinder: s390 and s390x
503 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
504 run-backtrace-core-s390.sh.
505 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
506 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
507 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
508 * backtrace.s390.core.bz2: New file.
509 * backtrace.s390.exec.bz2: New file.
510 * backtrace.s390x.core.bz2: New file.
511 * backtrace.s390x.exec.bz2: New file.
512 * run-backtrace-core-s390.sh: New file.
513 * run-backtrace-core-s390x.sh: New file.
514
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01005152013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
518 code.
519
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01005202013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
521
522 unwinder: ppc
523 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
524 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
525 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
526 * backtrace.ppc.core.bz2: New file.
527 * backtrace.ppc.exec.bz2: New file.
528 * run-backtrace-core-ppc.sh: New file.
529
Mark Wielaard7fc49292013-12-13 22:42:46 +01005302013-12-10 Mark Wielaard <mjw@redhat.com>
531
Mark Wielaard63572f42013-12-13 23:12:18 +0100532 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
533
5342013-12-10 Mark Wielaard <mjw@redhat.com>
535
Mark Wielaard7fc49292013-12-13 22:42:46 +0100536 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
537 * backtrace-subr.sh (check_native_core): Disable valgrind while
538 dumping core.
539 * run-backtrace-data.sh: Disable valgrind.
540 * run-backtrace-dwarf.sh: Likewise.
541
Mark Wielaard3951f2e2013-12-09 16:33:26 +01005422013-12-09 Mark Wielaard <mjw@redhat.com>
543
544 * varlocs.c (print_expr): Update comment to explain empty location
545 associated with DW_OP_GNU_implicit_pointer.
546
Jan Kratochvilf88863f2013-12-05 16:16:14 +01005472013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 Fix test FAIL with -O2.
550 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
551
Mark Wielaard813aae02013-12-05 15:26:51 +01005522013-12-05 Mark Wielaard <mjw@redhat.com>
553
554 * backtrace-data.c (main): If unsupported also print to stderr.
555 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
556
Mark Wielaard1bfab192013-12-04 20:55:23 +01005572013-12-04 Mark Wielaard <mjw@redhat.com>
558
559 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
560
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01005612013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
564 backtrace-data and backtrace-dwarf.
565 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
566 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
567 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
568 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
569 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
570 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
571 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
572 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
573 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
574 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
575 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
576 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
577 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
578 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
579 New.
580 * backtrace-child.c: New file.
581 * backtrace-data.c: New file.
582 * backtrace-dwarf.c: New file.
583 * backtrace-subr.sh: New file.
584 * backtrace.c: New file.
585 * cleanup-13.c: New file.
586 * backtrace.i386.core.bz2: New file.
587 * backtrace.i386.exec.bz2: New file.
588 * backtrace.x86_64.core.bz2: New file.
589 * backtrace.x86_64.exec.bz2: New file.
590 * run-backtrace-core-i386.sh: New file.
591 * run-backtrace-core-x86_64.sh: New file.
592 * run-backtrace-native-biarch.sh: New file.
593 * run-backtrace-native-core-biarch.sh: New file.
594 * run-backtrace-native-core.sh: New file.
595 * run-backtrace-native.sh: New file.
596 * run-backtrace-data.sh: New file.
597 * run-backtrace-dwarf.sh: New file.
598
Mark Wielaard819c3492013-11-27 16:45:44 +01005992013-11-27 Mark Wielaard <mjw@redhat.com>
600
601 * dwflsyms.c (gelf_bind_order): New function.
602 (elf_section_name): Likewise.
603 (addr_in_section): Likewise.
604 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
605 Refine assert using gelf_bind_order. Print elf_section_name. Check
606 bias with addr_in_section.
607 * run-dwflsyms.sh: Add section names to expected output.
608
Mark Wielaard0d5a8672013-11-26 10:44:18 +01006092013-11-26 Mark Wielaard <mjw@redhat.com>
610
611 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
612
Petr Machata98c8a732013-11-26 03:10:31 +01006132013-11-25 Petr Machata <pmachata@redhat.com>
614
615 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
616 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
617 * Makefile.am (EXTRA_DIST): Add these.
618 (TESTS): Add run-funcretval.sh.
619 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
620 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
621 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
622 * run-funcretval.sh: New file.
623
Josh Stonedb35c872013-11-18 14:29:35 -08006242013-11-18 Josh Stone <jistone@redhat.com>
625
626 * testfilebazdbg_plr.bz2: New testfile.
627 * testfilebazmin_plr.bz2: Likewise.
628 * Makefile.am (EXTRA_DIST): Add the above files.
629 * run-dwflsyms.sh: Add prelink -r tests.
630
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01006312013-11-15 Mark Wielaard <mjw@redhat.com>
632
633 * testfilebazmdb.bz2: Regenerated.
634 * testfilebazmin.bz2: Likewise.
635 * testfilebazdbg_pl.bz2: New testfile.
636 * testfilebazmin_pl.bz2: Likewise.
637 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
638 testfilebazmin_pl.bz2.
639 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
640 print relative address of function symbols.
641 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
642
Michael Forneya45c8042013-11-01 00:51:04 -07006432013-11-01 Michael Forney <mforney@mforney.org>
644
645 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
646 * run-arsymtest.sh: Use NM.
647
Mark Wielaardd8c75df2013-11-05 11:27:19 +01006482013-11-05 Mark Wielaard <mjw@redhat.com>
649
650 * allfcts.c (main): Correct dwarf_getfuncs return value check.
651
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02006522013-10-10 Mark Wielaard <mjw@redhat.com>
653 Josh Stone <jistone@redhat.com>
654
655 * run-allfcts-multi.sh: New test.
656 * test-offset-loop.bz2: New testfile.
657 * test-offset-loop.alt.bz2: New testfile.
658 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
659 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
660 test-offset-loop.alt.bz2.
661
Mark Wielaardd1829742013-10-15 23:53:32 +02006622013-10-15 Mark Wielaard <mjw@redhat.com>
663
664 * run-unstrip-M.sh: New test.
665 * Makefile.am (TESTS): Add run-unstrip-M.sh.
666 (EXTRA_DIST): Likewise.
667
Mark Wielaard3dec3e12013-10-06 17:04:07 +02006682013-10-06 Mark Wielaard <mjw@redhat.com>
669
670 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
671 location expression.
672
Josh Stone5dbbc5e2013-10-03 12:38:25 -07006732013-10-03 Josh Stone <jistone@redhat.com>
674
675 * typeiter2.c: New file, reversing typeiter.c.
676 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200677 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700678 (typeiter2_LDADD): New variable.
679
Petr Machataab224102013-09-26 00:39:34 +02006802013-09-26 Petr Machata <pmachata@redhat.com>
681
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200682 * run-readelf-mixed-corenote.sh: Update output of testfile71
683 dump--readelf can newly decode the NT_FILE note.
684
6852013-09-26 Petr Machata <pmachata@redhat.com>
686
Petr Machataab224102013-09-26 00:39:34 +0200687 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
688 * run-readelf-mixed-corenote.sh: New test for this file.
689 * testfile71.bz2: New file.
690
Mark Wielaard1b734df2013-09-20 09:50:42 -04006912013-09-20 Mark Wielaard <mjw@redhat.com>
692
693 * allfcts.c (cb): Return DWARF_CB_ABORT.
694 (main): Iterate over all offsets returned by dwarf_getfuncs.
695 * run-allfcts.sh: Add nested_funcs and class_func testcases.
696 * testfile_nested_funcs.bz2: New test file.
697 * testfile_class_func.bz2: Likewise.
698 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
699 testfile_nested_funcs.bz2.
700
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02007012013-08-30 Mark Wielaard <mjw@redhat.com>
702
703 * Makefile.am (check_PROGRAMS): Add varlocs.
704 (TESTS): Add run-varlocs.sh.
705 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
706 testfile_const_type.bz2, testfile_implicit_pointer.c,
707 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
708 testfile_entry_value.c, testfile_entry_value.bz2,
709 testfile_implicit_value.c and testfile_implicit_value.bz2.
710 (varlocs_LDADD): New.
711 * run-varlocs: New test.
712 * testfile_const_type.c: New test source file.
713 * testfile_entry_value.c: Likewise.
714 * testfile_implicit_pointer.c: Likewise.
715 * testfile_implicit_value.c: Likewise.
716 * testfile_parameter_ref.c: Likewise.
717 * testfile_const_type.bz2: New test file.
718 * testfile_entry_value.bz2: Likewise.
719 * testfile_implicit_pointer.bz2: Likewise.
720 * testfile_implicit_value.bz2: Likewise.
721 * testfile_parameter_ref.bz2: Likewise.
722 * varlocs.c: New test source.
723
Mark Wielaard92e47d62013-09-02 16:46:50 +02007242013-08-29 Mark Wielaard <mjw@redhat.com>
725
726 * run-addrcfi.sh: Add case for EM_ARM.
727 * testfilearm.bz2: New testfile.
728 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
729
Mark Wielaardd3f16452013-08-28 18:10:44 +02007302013-08-28 Mark Wielaard <mjw@redhat.com>
731
Mark Wielaard79b91812013-08-28 21:54:58 +0200732 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
733 completely missing.
734 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
735 * testfiles390.bz2: New testfile.
736 * testfiles390x.bz2: Likewise.
737 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
738 testfiles390x.bz2.
739
7402013-08-28 Mark Wielaard <mjw@redhat.com>
741
Mark Wielaardd3f16452013-08-28 18:10:44 +0200742 * addrcfi.c (handle_cfi): Use printf not error.
743 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
744 * testfileppc32.bz2: New testfile.
745 * testfileppc64.bz2: Likewise.
746 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
747 testfileppc64.bz2.
748
Mark Wielaard292b1782013-08-27 15:40:56 +02007492013-08-27 Mark Wielaard <mjw@redhat.com>
750
751 * run-addrcfi.sh: New test.
752 * Makefile.am (TESTS): Add run-addrcfi.sh.
753 (EXTRA_DIST): Likewise.
754 * addrcfi.c (op_name): New function.
755 (print_detail): Call and print op_name. Check ops, not result
756 to check if this is "same value" or "undefined".
757 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
758
Mark Wielaard4b9e6392013-08-13 11:40:21 +02007592013-08-13 Mark Wielaard <mjw@redhat.com>
760
761 * run-addr2line-i-test.sh: New test.
762 * testfile-inlines.bz2: New testfile.
763 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
764 testfile-inlines.bz2.
765 (TESTS): Add run-addr2line-i-test.sh.
766
Mark Wielaardd0f85012013-08-12 14:21:31 +02007672013-08-12 Mark Wielaard <mjw@redhat.com>
768
769 * run-addr2line-test.sh: New test.
770 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
771 (TESTS): Likewise.
772
Jan Kratochvil596d4302013-07-23 16:30:01 +02007732013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
776 the entries.
777
Mark Wielaard263d7ee2013-07-02 16:16:58 +02007782013-07-02 Mark Wielaard <mjw@redhat.com>
779
780 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
781 testfilenolines.bz2.
782
Jan Kratochvil8ff86292013-05-30 13:21:20 +02007832013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
784
785 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
786 test-core.core.bz2 and test-core.exec.bz2.
787 * run-addrname-test.sh: New test for these files.
788 * run-unstrip-n.sh: Update expected output. New test for these files.
789 * test-core-lib.so.bz2: New file.
790 * test-core.core.bz2: New file.
791 * test-core.exec.bz2: New file.
792
Mark Wielaard9affad32013-05-03 11:28:49 +02007932013-05-03 Mark Wielaard <mjw@redhat.com>
794
795 * testfilenolines.bz2: New test file.
796 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
797 * run-get-lines.sh: Run testrun_compare on testfilenolines.
798
Jan Kratochvil904aec22013-04-30 14:27:16 +02007992013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
802
Mark Wielaard807ea312013-04-29 20:48:36 +02008032013-04-29 Mark Wielaard <mjw@redhat.com>
804
805 * test-subr.sh: Don't use pushd, just cd into test-dir.
806 (exit_cleanup): Don't use popd, just cd .. to get out.
807
Mark Wielaarda6098312013-04-26 21:21:56 +02008082013-04-27 Mark Wielaard <mjw@redhat.com>
809
Mark Wielaard527e21e2013-04-27 23:15:44 +0200810 * test-subr.sh (exit_cleanup): New function.
811 (trap): Use exit_cleanup as argument.
812 * run-native-test.sh (native_exit): New function.
813 (trap): For EXIT (0) use native_exit as argument.
814
8152013-04-27 Mark Wielaard <mjw@redhat.com>
816
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200817 * update1.c (main): Use unique tempfile name and unlink file.
818 * update2.c (main): Likewise.
819 * update3.c (main): Likewise.
820 * update4.c (main): Use unique tempfile name.
821
8222013-04-27 Mark Wielaard <mjw@redhat.com>
823
Mark Wielaarda6098312013-04-26 21:21:56 +0200824 * run-alldts.sh: Add testfile-alldts to tempfiles.
825 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
826 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
827 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
828 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
829
Mark Wielaard86be7922013-04-26 23:44:25 +02008302013-04-26 Mark Wielaard <mjw@redhat.com>
831
832 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
833 remove wrapper.
834 (TESTS_ENVIRONMENT): Likewise.
835 (installed_LOG_COMPILER): New variable defining wrapper.
836 (LOG_COMPILER): Likewise.
837 * run-*.sh: Fixup location of input and output files.
838 * test-subr.sh: Create test_dir, pushd to execute test in.
839 (trap): Remove test_dir.
840 (testfiles): Use abs_srcdir.
841 (installed_testrun): Match on abs_builddir or abs_top_builddir.
842 (self_test_files): Adjust path.
843
Mark Wielaardcdaaf212013-04-25 16:50:11 -04008442013-04-24 Mark Wielaard <mjw@redhat.com>
845
846 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
847
Mark Wielaarda8c7f052013-03-25 21:11:53 +01008482013-03-25 Mark Wielaard <mjw@redhat.com>
849
Mark Wielaardb79788c2013-03-25 11:45:22 +0100850 * run-readelf-aranges.sh: New test.
851 * testfilefoobarbaz.bz2: New test file.
852 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
853 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
854
8552013-03-25 Mark Wielaard <mjw@redhat.com>
856
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100857 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
858
Jan Kratochvila1d44822013-03-19 13:40:13 +01008592013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
862 (TESTS): Add run-dwfl-report-elf-align.sh.
863 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
864 testfile-dwfl-report-elf-align-shlib.so.bz2 .
865 (dwfl_report_elf_align_LDADD): New.
866 * dwfl-report-elf-align.c: New file.
867 * run-dwfl-report-elf-align.sh: New file.
868 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
869
Mark Wielaardf1b06b52013-03-12 12:02:51 +01008702013-03-12 Mark Wielaard <mjw@redhat.com>
871
872 * run-dwfllines.sh: New test.
873 * dwfllines.c: New test program.
874 * Makefile.am (TESTS): Add run-dwfllines.sh.
875 (EXTRA_DIST): Likewise.
876 (dwfllines_LDADD): New variable.
877
Mark Wielaardf6185a72013-02-22 23:42:59 +01008782013-02-22 Mark Wielaard <mjw@redhat.com>
879
880 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
881 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
882
Mark Wielaard443304e2013-02-15 22:45:22 +01008832013-02-15 Mark Wielaard <mjw@redhat.com>
884
885 * testfile-dwzstr.bz2: New testfile.
886 * testfile-dwzstr.multi.bz2: Likewise.
887 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
888 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
889 testfile-dwzstr.multi.bz2.
890
Mark Wielaard6c4b2072013-01-30 11:04:38 +01008912013-01-30 Mark Wielaard <mjw@redhat.com>
892
893 * testfileloc.bz2: New testfile.
894 * run-readelf-loc.sh: New test.
895 * Makefile.am (TESTS): Add run-readelf-loc.sh.
896 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
897
Jan Kratochvilcc84d792012-10-10 19:32:05 +02008982013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
899
900 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
901 and s390x core notes.
902 * testfile67.bz2: New file.
903 * testfile68.bz2: New file.
904 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
905
Mark Wielaard697bdca2013-01-23 17:39:19 +01009062013-01-23 Mark Wielaard <mjw@redhat.com>
907
908 * testfilebasmin.bz2: New testfile.
909 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
910 * run-readelf-s.sh: Test testfilebasmin.
911 * run-dwflsyms.sh: Likewise.
912
Mark Wielaard9a91fb22013-01-16 15:19:40 +01009132013-01-16 Mark Wielaard <mjw@redhat.com>
914
915 * Makefile.am (check_PROGRAMS): Add dwflsyms.
916 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
917 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
918 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
919 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
920 (dwflsyms_LDADD): New variable.
921
Roland McGrath3f9256d2013-01-07 15:13:46 -08009222013-01-07 Roland McGrath <roland@hack.frob.com>
923
924 * run-prelink-addr-test.sh: Use ln -snf.
925
Mark Wielaard1d6a4352012-12-03 17:01:09 +01009262012-12-03 Mark Wielaard <mjw@redhat.com>
927
928 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
929
Jan Kratochvild5784af2012-10-18 00:11:30 +02009302012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * run-addrname-test.sh: New test for PIE relocation.
933 * testfile70.core.bz2: New file.
934 * testfile70.exec.bz2: New file.
935 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
936 testfile70.exec.bz2 .
937
Jan Kratochvild7ed0252012-10-27 21:31:58 +02009382012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
941 testfile69.core.bz2 and testfile69.so.bz2 .
942
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +02009432012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 * run-addrname-test.sh: New test for DSO with build-id bias.
946 * testfile69.core.bz2: New file.
947 * testfile69.so.bz2: New file.
948
Jan Kratochvil78dec222012-10-10 08:04:01 +02009492012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
950
Jan Kratochvil387654d2012-10-10 08:08:44 +0200951 * run-addrname-test.sh: New test for core vDSO bias.
952 * testfile65.bz2: New file.
953
9542012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
955
Jan Kratochvil78dec222012-10-10 08:04:01 +0200956 * run-addrname-test.sh: New test for symbol preferences.
957 * testfile64.bz2: New file.
958
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02009592012-10-01 Mark Wielaard <mjw@redhat.com>
960
961 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
962 * test-wrapper.sh: Export VALGRIND_CMD if available.
963 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
964 (installed_testrun): Likewise.
965
Petr Machataae7c5e72012-09-24 16:16:27 +02009662012-09-24 Petr Machata <pmachata@redhat.com>
967
Petr Machata522a73f2012-09-24 16:46:52 +0200968 * testfile63.bz2: New testfile.
969 * run-readelf-mixed-corenote.sh: New test.
970 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
971 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
972
9732012-09-24 Petr Machata <pmachata@redhat.com>
974
Petr Machataae7c5e72012-09-24 16:16:27 +0200975 * testfile62.bz2: New testfile.
976 * run-readelf-vmcoreinfo.sh: New test.
977 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
978 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
979
Petr Machata3662ad12012-09-18 21:35:19 +02009802012-09-18 Petr Machata <pmachata@redhat.com>
981
982 * testfile61.bz2: New testfile.
983 * run-allregs.sh: Run reg_test testfile61.
984 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
985
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +02009862012-08-24 Mark Wielaard <mjw@redhat.com>
987
988 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
989
Jeff Kenton257dcf42012-08-22 09:00:03 -04009902012-08-22 Jeff Kenton <jkenton@tilera.com>
991
992 * testfile60.bz2: New testfile.
993 * run-allregs.sh: Run reg_test testfile60.
994
Mark Wielaardf5519fc2012-08-24 13:54:52 +02009952012-08-24 Mark Wielaard <mjw@redhat.com>
996
997 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
998 ENABLE_DWZ.
999
Mark Wielaardf31c4412012-08-17 00:35:03 +020010002012-08-16 Mark Wielaard <mjw@redhat.com>
1001
1002 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
1003 macros.
1004 * show-die-info.c (tagnames): Removed.
1005 (attrs): Removed.
1006 (dwarf_tag_string): New function using known-dwarf macros.
1007 (dwarf_attr_string): Likewise.
1008 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
1009 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
1010
Mark Wielaard775375e2012-06-22 12:02:45 +020010112012-06-27 Mark Wielaard <mjw@redhat.com>
1012
1013 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
1014 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
1015 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
1016 testfile_multi_main.bz2.
1017 * run-readelf-dwz-multi.sh: New test.
1018 * libtestfile_multi_shared.so.bz2: New testfile.
1019 * testfile_multi.dwz.bz2: New testifle.
1020 * testfile_multi_main.bz2: New testifle.
1021
Petr Machata30a941c2012-08-01 21:41:36 +020010222012-08-01 Petr Machata <pmachata@redhat.com>
1023
1024 * run-test-archive64.sh: New test.
1025 * testarchive64.a.bz2: New testfile.
1026 * Makefile.am (TESTS): Add run-test-archive64.sh.
1027 (EXTRA_DIST): Likewise.
1028
Mark Wielaard94e387f2012-08-01 15:31:12 +020010292012-08-01 Mark Wielaard <mjw@redhat.com>
1030
Mark Wielaardbf707b52012-08-01 15:39:11 +02001031 * run-nm-self.sh: New test.
1032 * run-readelf-self.sh: Likewise.
1033 * test-subr.sh (testrun_on_self_quiet): New function.
1034 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
1035 (EXTRA_DIST): Likewise.
1036
10372012-08-01 Mark Wielaard <mjw@redhat.com>
1038
Mark Wielaard94e387f2012-08-01 15:31:12 +02001039 * test-subr.sh (self_test_files): New list of files.
1040 (testrun_on_self): New function.
1041 * run-elflint-self.sh: Use testrun_on_self.
1042
Mark Wielaard714ea0e2012-07-19 13:07:39 +020010432012-07-19 Mark Wielaard <mjw@redhat.com>
1044
Mark Wielaard030f6262012-07-18 13:14:30 +02001045 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
1046 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
1047 (EXTRA_DIST): Likewise.
1048 (test_elf_cntl_gelf_getshdr_LDADD): New.
1049 test-elf_cntl_gelf_getshdr.c: New test program.
1050 run-elf_cntl_gelf_getshdr.sh: New test script.
1051
10522012-07-19 Mark Wielaard <mjw@redhat.com>
1053
Mark Wielaardadcd1dd2012-07-19 22:59:18 +02001054 * run-elflint-self.sh: runtests on ../backends/*so files.
1055
10562012-07-19 Mark Wielaard <mjw@redhat.com>
1057
Mark Wielaard714ea0e2012-07-19 13:07:39 +02001058 * run-unstrip-n.sh: test_cleanup.
1059 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
1060
Mark Wielaarde9b23882012-06-29 22:30:15 +020010612012-07-11 Mark Wielaard <mjw@redhat.com>
1062
1063 * run-readelf-macro.sh: New test.
1064 * testfilemacro.bz2: New testfile.
1065 * Makefile.am (TESTS): Add run-readelf-macro.sh.
1066 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
1067
Mark Wielaard84a1e0b2012-06-29 23:38:09 +020010682012-06-27 Mark Wielaard <mjw@redhat.com>
1069
1070 * run-readelf-gdb-index.sh: New test.
1071 * testfilegdbindex5.bz2: New testfile.
1072 * testfilegdbindex7.bz2: Likewise.
1073 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
1074 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
1075 testfilegdbindex7.bz2.
1076
Mark Wielaard97212fe2012-07-17 21:12:39 +020010772012-07-17 Mark Wielaard <mjw@redhat.com>
1078
1079 * testcore-rtlib-ppc.bz2: New testfile.
1080 * run-unstrip-n.sh: Check new ppc core testfile.
1081
Mike Frysingerc09c5f32012-06-26 12:07:44 -040010822012-06-26 Mike Frysinger <vapier@gentoo.org>
1083
1084 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
1085
Mark Wielaarda0172d72012-06-25 17:18:53 +020010862012-06-26 Mark Wielaard <mjw@redhat.com>
1087
1088 * run-macro-test.sh: New test.
1089 * testfile-macinfo.bz2: New testfile.
1090 * testfile-macros.bz2: Likewise.
1091
Mark Wielaard547049b2012-06-22 18:19:02 +020010922012-05-07 Mark Wielaard <mjw@redhat.com>
1093
1094 * low_high_pc.c: Use proper inttypes in printf formats.
1095
Mark Wielaarddbbc67a2012-05-11 12:57:57 +020010962012-05-11 Mark Wielaard <mjw@redhat.com>
1097
1098 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
1099
Mark Wielaardd9bc75f2012-05-07 13:29:52 +020011002012-05-07 Mark Wielaard <mjw@redhat.com>
1101
1102 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
1103
Mark Wielaard54797252012-04-27 13:00:50 +020011042012-04-27 Mark Wielaard <mjw@redhat.com>
1105
1106 * Makefile.am (TESTS): Add run-low_high_pc.sh
1107 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
1108 (noinst_PROGRAMS): Add low_high_pc.
1109 (low_high_pc_LDADD): New variable.
1110 * low_high_pc.c: New test.
1111
Mark Wielaardbdad8e32012-04-26 12:24:33 +020011122012-04-26 Mark Wielaard <mjw@redhat.com>
1113
1114 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
1115 * run-show-ciefde.sh: Removed old libdwarf test.
1116 * show-ciefde.c: Likewise.
1117
Mark Wielaard191d1f02012-04-02 17:11:25 +020011182012-04-02 Mark Wielaard <mjw@redhat.com>
1119
Mark Wielaard96a52132012-04-03 00:21:50 +02001120 * Makefile.am (TESTS): Add run-unstrip-n.sh.
1121 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
1122 * run-unstrip-n.sh: New test.
1123 * testcore-rtlib.bz2: New testfile.
1124
11252012-04-02 Mark Wielaard <mjw@redhat.com>
1126
Mark Wielaard191d1f02012-04-02 17:11:25 +02001127 * Makefile.am (TESTS): Add run-readelf-d.sh.
1128 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
1129 * run-readelf-d.sh: New test.
1130 * run-elflint-test.sh: Check new testfile.
1131
Tom Tromey581c3f62012-03-21 08:54:32 -060011322012-03-21 Tom Tromey <tromey@redhat.com>
1133
1134 * typeiter.c: New file.
1135 * run-typeiter.sh: New file.
1136 * testfile59.bz2: New file.
1137 * Makefile.am (noinst_PROGRAMS): Add typeiter.
1138 (TESTS): Add run-typeiter.sh.
1139 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
1140 (typeiter_LDADD): New variable.
1141
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +010011422012-02-21 Kurt Roeckx <kurt@roeckx.be>
1143
1144 * run-alldts.sh: testrun ./alldts.
1145
Roland McGrathe3b15682012-02-21 11:12:46 -080011462012-02-21 Roland McGrath <roland@hack.frob.com>
1147
1148 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -08001149 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -08001150
Roland McGrathb8ff18e2012-01-18 13:57:08 -080011512012-01-18 Roland McGrath <roland@hack.frob.com>
1152
1153 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
1154 it will have been inherited correctly from the test harness.
1155 * asm-tst5.c (main): Likewise.
1156 * asm-tst6.c (main): Likewise.
1157 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
1158
Roland McGrath32899ac2011-07-09 03:17:24 -070011592011-07-09 Roland McGrath <roland@hack.frob.com>
1160
1161 * sha1-tst.c: File removed.
1162 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
1163 (sha1_tst_LDADD): Variable removed.
1164
1165 * md5-sha1-test.c: New file.
1166 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
1167 (md5_sha1_test_LDADD): New variable.
1168
Mark Wielaard3f2290b2011-05-30 15:46:32 +020011692011-05-30 Mark Wielaard <mjw@redhat.com>
1170
1171 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
1172 run-rerequest_tag.sh
1173
Mark Wielaard20a217d2011-05-24 14:30:40 +020011742011-05-24 Mark Wielaard <mjw@redhat.com>
1175
1176 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
1177 * run-strip-reloc.sh: Add hello_s390.ko testcase.
1178 * hello_s390.ko.bz2: New test file.
1179
Mark Wielaard1662bc32011-05-16 11:33:11 +020011802011-05-23 Mark Wielaard <mjw@redhat.com>
1181
1182 * Makefile.am (TESTS): Add run-strip-reloc.sh.
1183 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
1184 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
1185 * run-strip-reloc.sh: New test.
1186 * hello_i386.ko.bz2: New test file.
1187 * hello_x86_64.ko.bz2: Likewise.
1188 * hello_ppc64.ko.bz2: Likewise.
1189
Mark Wielaard7a125b92011-05-17 12:20:01 +020011902011-05-18 Mark Wielaard <mjw@redhat.com>
1191
1192 * run-strip-groups.sh: New test.
1193 * testfile58.bz2: New test file.
1194 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
1195 (TESTS): Add run-strip-groups.sh.
1196 (EXTRA_DIST): Likewise.
1197
Marek Polacek494275c2011-03-28 16:00:38 +020011982011-03-28 Marek Polacek <mpolacek@redhat.com>
1199
1200 * alldts.c: New file.
1201 * run-alldts.sh: Use it.
1202 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1203 (alldts_LDADD): New variable.
1204
12052011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -08001206
1207 * dwarf-getstring.c: New test.
1208 * run-dwarf-getstring.sh: And its wrapper.
1209 * Makefile.am (EXTRA_DIST): Add and update all.
1210
Jan Kratochvilfec39992011-02-27 12:01:25 -080012112011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
1214 * run-readelf-twofiles.sh: New file.
1215
Mark Wielaard58cfa1c2011-02-25 20:17:52 +010012162011-02-25 Mark Wielaard <mjw@redhat.com>
1217
1218 * Makefile.am (BUILD_RPATH): Be consistent in naming.
1219
Josh Stonedc34eda2011-02-02 16:30:01 -080012202011-02-02 Josh Stone <jistone@redhat.com>
1221
1222 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
1223 * testfile55-64.bz2, testfile55-64.debug.bz2,
1224 testfile55-64.prelink.bz2, testfile55-32.bz2,
1225 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
1226 * Makefile.am (EXTRA_DIST): Add and update all.
1227
Roland McGrath32520bd2011-01-12 10:43:32 -080012282011-01-12 Roland McGrath <roland@redhat.com>
1229
1230 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -08001231 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -08001232
Josh Stoned41d9a62011-01-11 19:16:57 -080012332011-01-11 Josh Stone <jistone@redhat.com>
1234
Josh Stoneccbccef2011-01-11 19:16:59 -08001235 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
1236 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
1237 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
1238 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
1239 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
1240 * Makefile.am (EXTRA_DIST): Add and update all.
1241
Josh Stonecf514712011-01-11 19:16:58 -08001242 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
1243 * testfile53.bz2, testfile53.debug.bz2,
1244 testfile53.prelink.bz2: Deleted, so...
1245 * testfile53-64.bz2, testfile53-64.debug.bz2,
1246 testfile53-64.prelink.bz2: Recreated with 64-bit names.
1247 * testfile53-32.bz2, testfile53-32.debug.bz2,
1248 testfile53-32.prelink.bz2: New in 32-bit.
1249 * Makefile.am (EXTRA_DIST): Add and update all.
1250
Josh Stoned41d9a62011-01-11 19:16:57 -08001251 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
1252 * testfile52.so.bz2, testfile52.so.debug.bz2,
1253 testfile52.prelink.so.bz2: Deleted, so...
1254 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
1255 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
1256 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
1257 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -08001258 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -08001259 * Makefile.am (EXTRA_DIST): Add and update all.
1260
Josh Stoneffa02002011-01-10 21:28:46 -080012612011-01-10 Josh Stone <jistone@redhat.com>
1262
1263 * run-prelink-addr-test.sh: New test for prelinked addrs.
1264 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1265 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
1266 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
1267 * testfile53.bz2, testfile53.debug.bz2: New data files.
1268 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
1269 * Makefile.am (EXTRA_DIST): Add them.
1270
Roland McGrathec86e5f2010-06-14 17:44:38 -070012712010-06-04 Roland McGrath <roland@redhat.com>
1272
1273 * run-unstrip-test.sh: Also test modifying the file in place.
1274
Roland McGrath3c6ee4b2010-04-22 22:38:58 -070012752010-04-22 Roland McGrath <roland@redhat.com>
1276
1277 * addrcfi.c (handle_cfi): Fix function name in error message.
1278 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
1279
Roland McGrath26618d82010-04-14 13:10:47 -070012802010-04-14 Roland McGrath <roland@redhat.com>
1281
1282 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
1283
Ulrich Drepperc2d1e482010-04-10 18:23:47 -070012842010-04-10 Ulrich Drepper <drepper@redhat.com>
1285
1286 * msg_tst.c: Adjust expected error message.
1287
Petr Machata77961b52010-04-06 14:16:58 +020012882010-04-01 Petr Machata <pmachata@redhat.com>
1289
1290 * test-flag-nobits.c: New test.
1291 * run-test-flag-nobits.sh: And its wrapper.
1292 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
1293 (test_flag_nobits_LDADD): New variable.
1294
Roland McGrathe9ca7382010-02-15 15:15:50 -080012952010-02-15 Roland McGrath <roland@redhat.com>
1296
Roland McGrath22359e22010-02-15 15:57:03 -08001297 * Makefile.am: Use config/eu.am for common stuff.
1298
Roland McGrathe9ca7382010-02-15 15:15:50 -08001299 * asm-tst9.c (main): Rename local to avoid shadowing another local.
1300
Roland McGrathaf800142009-07-22 13:55:50 -070013012009-07-22 Roland McGrath <roland@redhat.com>
1302
1303 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
1304
Roland McGrath3c84db32009-06-24 17:41:40 -070013052009-07-08 Roland McGrath <roland@redhat.com>
1306
1307 * addrcfi.c: New file.
1308 * Makefile.am (noinst_PROGRAMS): Add it.
1309 (addrcfi_LDADD): New variable.
1310
Petr Machatad24c7bf2009-05-07 20:58:19 +020013112009-05-07 Petr Machata <pmachata@redhat.com>
1312
1313 * testfile51.bz2: New data file.
1314 * dwarf-getmacros.c: New test core.
1315 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -07001316 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1317 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +02001318
Ulrich Drepperf9545c42009-04-23 07:59:02 -070013192009-04-23 Ulrich Drepper <drepper@redhat.com>
1320
1321 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
1322 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -07001323
Roland McGrath19a8e4d2009-04-21 15:44:07 -070013242009-04-21 Roland McGrath <roland@redhat.com>
1325
1326 * testfile50.bz2: New data file.
1327 * Makefile.am (EXTRA_DIST): Add it.
1328 * run-dwfl-addr-sect.sh: Add a case using it.
1329
Ulrich Drepper5bd44442008-12-31 09:02:54 -080013302008-12-31 Ulrich Drepper <drepper@redhat.com>
1331
Ulrich Drepper3bf57592009-01-01 18:52:05 -08001332 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
1333 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
1334 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
1335 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
1336 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
1337 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
1338 roundss, roundps, roundpd, and roundsd.
1339 * testfile45.S.bz2: Likewise.
1340 * testfile44.expect.bz2: Adjust accordingly.
1341 * testfile45.expect.bz2: Likewise.
1342
Ulrich Drepper5bd44442008-12-31 09:02:54 -08001343 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
1344 * testfile45.S.bz2: Likewise.
1345 * testfile44.expect.bz2: Adjust accordingly.
1346 * testfile45.expect.bz2: Likewise.
1347
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -080013482008-12-30 Ulrich Drepper <drepper@redhat.com>
1349
Ulrich Drepperec32ff92008-12-30 23:24:09 -08001350 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08001351 * testfile45.S.bz2: Likewise.
1352 * testfile44.expect.bz2: Adjust accordingly.
1353 * testfile45.expect.bz2: Likewise.
1354
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -080013552008-12-19 Ulrich Drepper <drepper@redhat.com>
1356
1357 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1358 * testfile45.S.bz2: Likewise.
1359 * testfile44.expect.bz2: Adjust accordingly.
1360 * testfile45.expect.bz2: Likewise.
1361
Roland McGratha845f682008-12-03 03:41:58 +000013622008-11-26 Roland McGrath <roland@redhat.com>
1363
1364 * dwfl-bug-getmodules.c: New file.
1365 * Makefile.am (noinst_PROGRAMS): Add it.
1366 (dwfl_bug_getmodules_LDADD): New variable.
1367
13682008-09-10 Roland McGrath <roland@redhat.com>
1369
1370 * test-subr.sh (LC_ALL): Export it set to "C".
1371 * run-dwfl-addr-sect.sh: Don't do it here.
1372 * run-strings-test.sh: Likewise.
1373
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000013742008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1375
1376 * run-addrname-test.sh: Add a new case.
1377 * testfile49.bz2: New data file.
1378 * Makefile.am (EXTRA_DIST): Add it.
1379
Roland McGrath521c47d2008-04-11 07:01:58 +000013802008-04-10 Roland McGrath <roland@redhat.com>
1381
1382 * testfile48.bz2, testfile48.bz2.debug: New data files.
1383 * Makefile.am (EXTRA_DIST): Add them.
1384 * run-strip-test8.sh: Use them.
1385
1386 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1387
1388 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1389 * run-strip-test8.sh: New file.
1390 * testfile47.bz2: New data file.
1391 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1392
Roland McGrath13b69602008-04-01 02:30:05 +000013932008-03-31 Roland McGrath <roland@redhat.com>
1394
1395 * run-early-offscn.sh: New file.
1396 * early-offscn.c: New file.
1397 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1398 (early_offscn_LDADD): New variable.
1399
Roland McGrathd11f9cb2008-03-26 20:51:59 +000014002008-03-19 Roland McGrath <roland@redhat.com>
1401
1402 * run-addrname-test.sh: Add a new case.
1403
Roland McGrath658094a2008-02-22 08:14:07 +000014042008-02-22 Roland McGrath <roland@redhat.com>
1405
1406 * run-elflint-test.sh: Typo fix.
1407
14082008-02-21 Roland McGrath <roland@redhat.com>
1409
1410 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1411 for the build down to minimum.
1412 * run-disasm-x86-64.sh: Likewise.
1413
Roland McGrath059c83e2008-02-21 06:19:39 +000014142008-02-20 Roland McGrath <roland@redhat.com>
1415
1416 * testfile46.bz2: New data file.
1417 * Makefile.am (EXTRA_DIST): Add it.
1418 * run-elflint-test.sh: Test on it.
1419
Ulrich Drepperc54785a2008-02-01 18:05:21 +000014202008-02-01 Ulrich Drepper <drepper@redhat.com>
1421
1422 * Makefile.am: Hook up sha1-tst.c.
1423 * sha1-tst.c: New file.
1424
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000014252008-01-21 Roland McGrath <roland@redhat.com>
1426
1427 * testfile45.S.bz2: Add tests for cltq, cqto.
1428 * testfile45.expect.bz2: Adjust.
1429
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000014302008-01-14 Ulrich Drepper <drepper@redhat.com>
1431
1432 * testfile45.S.bz2: Add more tests.
1433 * testfile45.expect.bz2: Adjust.
1434
Ulrich Drepperfd479892008-01-12 03:06:47 +000014352008-01-11 Ulrich Drepper <drepper@redhat.com>
1436
1437 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1438 address mode.
1439
Ulrich Drepper96a73992008-01-11 06:17:06 +000014402008-01-10 Ulrich Drepper <drepper@redhat.com>
1441
1442 * testfile45.S.bz2: Add more tests.
1443 * testfile45.expect.bz2: Adjust.
1444
Ulrich Drepperff993222008-01-09 05:39:28 +000014452008-01-08 Ulrich Drepper <drepper@redhat.com>
1446
1447 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1448 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1449 run-disasm-x86-64.sh.
1450 * run-disasm-x86-64.sh: New file.
1451 * testfile45.S.bz2: New file.
1452 * testfile45.expect.bz2: New file.
1453 * testfile44.S.bz2: New tests.
1454 * testfile44.expect.bz2: Adjust.
1455
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000014562008-01-04 Ulrich Drepper <drepper@redhat.com>
1457
1458 * testfile44.S.bz2: New tests.
1459 * testfile44.expect.bz2: Adjust.
1460
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000014612008-01-04 Roland McGrath <roland@redhat.com>
1462
1463 * dwfl-bug-fd-leak.c (main): Add a cast.
1464
Ulrich Drepperee67b642008-01-03 08:45:10 +000014652008-01-03 Ulrich Drepper <drepper@redhat.com>
1466
1467 * testfile44.S.bz2: New tests.
1468 * testfile44.expect.bz2: Adjust.
1469
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000014702008-01-01 Ulrich Drepper <drepper@redhat.com>
1471
Ulrich Drepperf231e272008-01-02 18:07:17 +00001472 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1473
14742008-01-01 Ulrich Drepper <drepper@redhat.com>
1475
Ulrich Drepperee67b642008-01-03 08:45:10 +00001476 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001477 * testfile44.expect.bz2: Adjust.
1478
14792007-12-31 Ulrich Drepper <drepper@redhat.com>
1480
Ulrich Drepperee67b642008-01-03 08:45:10 +00001481 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001482 * testfile44.expect.bz2: Adjust.
1483
14842007-12-30 Ulrich Drepper <drepper@redhat.com>
1485
Ulrich Drepperee67b642008-01-03 08:45:10 +00001486 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001487 * testfile44.expect.bz2: Adjust.
1488
14892007-12-29 Ulrich Drepper <drepper@redhat.com>
1490
Ulrich Drepperee67b642008-01-03 08:45:10 +00001491 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001492 * testfile44.expect.bz2: Adjust.
1493
14942007-12-28 Ulrich Drepper <drepper@redhat.com>
1495
1496 * testfile44.S.bz2: New tests.
1497 * testfile44.expect.bz2: Adjust.
1498
14992007-12-27 Ulrich Drepper <drepper@redhat.com>
1500
1501 * testfile44.S.bz2: New tests.
1502 * testfile44.expect.bz2: Adjust.
1503
15042007-12-26 Ulrich Drepper <drepper@redhat.com>
1505
1506 * testfile44.S.bz2: New tests.
1507 * testfile44.expect.bz2: Adjust
1508
15092007-12-21 Ulrich Drepper <drepper@redhat.com>
1510
1511 * testfile44.S.bz2: More tests.
1512 * testfile44.expect.bz2: Adjust appropriately.
1513
15142007-12-19 Ulrich Drepper <drepper@redhat.com>
1515
1516 * Makefile.am (TESTS): Add run-disasm.sh.
1517 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1518 testfile44.expect.bz2.
1519 * run-disasm.sh: New file.
1520 * testfile44.S.bz2: New file.
1521 * testfile44.expect.bz2: New file.
1522
Roland McGrath1a2e8f42007-12-15 23:39:34 +000015232007-12-15 Roland McGrath <roland@redhat.com>
1524
1525 * run-allregs.sh: Change expected output for powerpc spefscr.
1526
Roland McGrathe4c22ea2007-10-23 13:07:39 +000015272007-10-20 Roland McGrath <roland@redhat.com>
1528
1529 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1530
15312007-10-19 Roland McGrath <roland@redhat.com>
1532
1533 * dwfl-addr-sect.c (handle_address): Return int.
1534 Don't exit on error, just return nonzero.
1535 (main): Collect results.
1536 * run-dwfl-addr-sect.sh: New file.
1537 * testfile43.bz2: New data file.
1538 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1539
15402007-10-18 Roland McGrath <roland@redhat.com>
1541
1542 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1543
15442007-10-16 Roland McGrath <roland@redhat.com>
1545
1546 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1547
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000015482007-10-09 Roland McGrath <roland@redhat.com>
1549
1550 * dwflmodtest.c (print_module): Don't use %p in output.
1551 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1552
15532007-10-08 Roland McGrath <roland@redhat.com>
1554
1555 * testfile42.bz2: New data file.
1556 * Makefile.am (EXTRA_DIST): Add it.
1557 * run-elflint-test.sh: New test on that file.
1558
Roland McGrath59ea7f32007-10-04 08:50:09 +000015592007-10-04 Roland McGrath <roland@redhat.com>
1560
1561 * run-readelf-test4.sh: New file.
1562 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1563
15642007-10-03 Roland McGrath <roland@redhat.com>
1565
1566 * run-readelf-test3.sh: New file.
1567 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1568
Roland McGrathf6b92282007-10-02 02:34:11 +000015692007-10-01 Roland McGrath <roland@redhat.com>
1570
1571 * run-readelf-test2.sh: New file.
1572 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1573
Roland McGrathc76f0b02007-09-27 07:31:33 +000015742007-09-11 Roland McGrath <roland@redhat.com>
1575
1576 * run-addrname-test.sh: Add a new case.
1577 * testfile41.bz2: New data file.
1578 * Makefile.am (EXTRA_DIST): Add it.
1579
Roland McGrathcb6d8652007-08-23 08:10:54 +000015802007-08-23 Roland McGrath <roland@redhat.com>
1581
1582 * run-allregs.sh: Update expected x86-64 output for %rflags.
1583
Roland McGrath099dd522007-08-13 22:58:36 +000015842007-08-12 Roland McGrath <roland@redhat.com>
1585
1586 * run-strip-test7.sh: New file.
1587 * testfile39.bz2: New data file.
1588 * testfile40.bz2: New data file.
1589 * testfile40.debug.bz2: New data file.
1590 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1591
Roland McGrath42f68682007-08-09 07:54:22 +000015922007-08-09 Roland McGrath <roland@redhat.com>
1593
1594 * dwfl-bug-report.c: Fix header inclusion.
1595
15962007-08-08 Roland McGrath <roland@redhat.com>
1597
1598 * run-addrname-test.sh: Add a new case using addr2line -S.
1599 * testfile38.bz2: New data file.
1600 * Makefile.am (EXTRA_DIST): Add it.
1601
Roland McGrath87d47802007-07-16 22:23:37 +000016022007-07-16 Roland McGrath <roland@redhat.com>
1603
1604 * dwfl-bug-report.c: New file.
1605 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1606 (dwfl_bug_report_LDADD): New variable.
1607
16082007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001609
1610 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1611
Ulrich Drepperb0243862007-06-06 00:09:36 +000016122007-06-05 Ulrich Drepper <drepper@redhat.com>
1613
1614 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1615 testfile37.bz and testfile37.debug.bz2.
1616
Roland McGrath53bce222007-05-23 19:15:04 +000016172007-05-23 Roland McGrath <roland@redhat.com>
1618
1619 * run-allregs.sh: Update expected Alpha results.
1620
Roland McGrath9aa8ef72007-05-18 08:59:43 +000016212007-05-18 Roland McGrath <roland@redhat.com>
1622
1623 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1624 * testfile37.bz2: New data file.
1625 * testfile37.debug.bz2: New data file.
1626 * run-unstrip-test2.sh: New file.
1627 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1628
16292007-05-10 Roland McGrath <roland@redhat.com>
1630
1631 * run-dwfl-bug-offline-rel.sh: New file.
1632 * testfile36.bz2: New data file.
1633 * testfile36.debug.bz2: New data file.
1634 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1635
16362007-04-28 Roland McGrath <roland@redhat.com>
1637
1638 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1639 * testfile35.bz2: New data file.
1640 * testfile35.debug.bz2: New data file.
1641 * run-unstrip-test.sh: New file.
1642 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1643
1644 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1645
Roland McGrath2be02912007-04-27 04:07:41 +000016462007-04-26 Roland McGrath <roland@redhat.com>
1647
1648 * run-elflint-self.sh: Run all tests even if one fails.
1649
1650 * run-allregs.sh: Add expected output for alpha.
1651
Roland McGrath4be15242007-04-25 03:09:33 +000016522007-04-24 Roland McGrath <roland@redhat.com>
1653
1654 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1655
16562007-04-22 Roland McGrath <roland@redhat.com>
1657
1658 * run-allregs.sh: Update expected register info.
1659
Roland McGrath43da9892007-04-16 23:13:37 +000016602007-04-16 Roland McGrath <roland@redhat.com>
1661
1662 * dwfl-addr-sect.c: New file.
1663 * Makefile.am (noinst_PROGRAMS): Add it.
1664 (dwfl_addr_sect_LDADD): New variable.
1665
16662007-04-05 Roland McGrath <roland@redhat.com>
1667
1668 * get-files.c: Test dwarf_getsrcdirs.
1669 * run-get-files.sh: Update expected output.
1670
Roland McGrath5f6a41a2007-04-01 23:11:40 +000016712007-04-01 Roland McGrath <roland@redhat.com>
1672
1673 * run-allregs.sh: Updated expected output for x86_64.
1674
Ulrich Drepper6258e742007-03-13 06:22:40 +000016752007-03-04 Roland McGrath <roland@redhat.com>
1676
1677 * dwfl-bug-fd-leak.c: New file.
1678 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1679 (dwfl_bug_fd_leak_LDADD): New variable.
1680
1681 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1682 show what files have been located.
1683
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000016842007-02-02 Roland McGrath <roland@redhat.com>
1685
1686 * run-addrname-test.sh: New file.
1687 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1688 * testfile34.bz2: New data file.
1689 * Makefile.am (EXTRA_DIST): Add it.
1690
16912007-01-20 Roland McGrath <roland@redhat.com>
1692
1693 * testfile33.bz2: New data file.
1694 * Makefile.am (EXTRA_DIST): Add it.
1695 * run-elflint-test.sh: Test on it too.
1696
16972007-01-18 Roland McGrath <roland@redhat.com>
1698
1699 * Makefile.am (CFLAGS): Don't molest it.
1700
17012007-01-11 Roland McGrath <roland@redhat.com>
1702
1703 * testfile32.bz2: New data file.
1704 * Makefile.am (EXTRA_DIST): Add it.
1705 * run-elflint-test.sh: Test on it too.
1706
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000017072007-02-04 Ulrich Drepper <drepper@redhat.com>
1708
1709 * arls.c: New file.
1710 * Makefile (noinst_PROGRAMS): Add arls.
1711
1712 * run-ranlib-test2.sh: Fix type in comment.
1713
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000017142007-01-10 Ulrich Drepper <drepper@redhat.com>
1715
1716 * run-elflint-self.sh (runtest): Show which file has the problem.
1717
Roland McGrathba949b32007-01-10 20:44:29 +000017182007-01-10 Roland McGrath <roland@redhat.com>
1719
1720 * dwfl-bug-addr-overflow.c: New file.
1721 * Makefile.am (TESTS): Add it.
1722 (dwfl_bug_addr_overflow_LDADD): New variable.
1723
Roland McGrath8190db62006-12-17 23:56:51 +000017242006-12-17 Roland McGrath <roland@redhat.com>
1725
1726 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1727
Roland McGrathc373d852006-10-10 00:25:21 +000017282006-09-05 Roland McGrath <roland@redhat.com>
1729
1730 * run-strings-test.sh: Export LC_ALL=C for the test.
1731
17322006-08-29 Roland McGrath <roland@redhat.com>
1733
1734 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1735 * run-arsymtest.sh: Likewise.
1736
1737 * run-native-test.sh (native.c compilation): Add some braces.
1738
17392006-08-22 Roland McGrath <roland@redhat.com>
1740
1741 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1742 (struct reginfo): New members bits, type.
1743 (one_register, match_register): Update to take new args,
1744 record and display new info.
1745 (main): Display new info.
1746 * run-allregs.sh: Update expected results.
1747
Roland McGrath19db8592006-08-03 08:52:46 +000017482006-08-03 Roland McGrath <roland@redhat.com>
1749
1750 * run-allregs.sh: Add sparc cases.
1751 * testfile30.bz2: New data file.
1752 * testfile31.bz2: New data file.
1753 * Makefile.am (EXTRA_DIST): Add them.
1754
Roland McGrath95024622006-07-21 10:06:31 +000017552006-07-21 Roland McGrath <roland@redhat.com>
1756
1757 * allregs.c (struct reginfo): Increase size of name.
1758 (one_register): Assert that it's big enough.
1759
Roland McGrathb4379722006-04-05 01:35:26 +000017602006-04-04 Roland McGrath <roland@redhat.com>
1761
1762 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1763 * testfile29.bz2: New file.
1764 * testfile29.rdwr.bz2: New file.
1765 * Makefile.am (EXTRA_DIST): Add them.
1766
Ulrich Drepperba718b12006-04-04 21:31:16 +000017672006-04-04 Ulrich Drepper <drepper@redhat.com>
1768
1769 * Makefile.am: Add rules to run run-bug1-test.sh.
1770 * rdwrmmap.c: New file.
1771 * run-bug1-test.sh: New file.
1772 * testfile28.bz2: New file.
1773 * testfile28.rdwr.bz2: New file.
1774
Roland McGrathdd7e22b2006-03-09 23:05:47 +000017752006-03-09 Roland McGrath <roland@redhat.com>
1776
1777 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1778
Roland McGrath060fa052006-03-02 07:51:50 +000017792006-03-01 Roland McGrath <roland@redhat.com>
1780
1781 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1782 changes matching 3.0 spec.
1783
Roland McGrathc40f58a2006-01-13 20:13:21 +000017842006-01-13 Roland McGrath <roland@redhat.com>
1785
1786 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1787 bash 3.1 whines when it's done in the trap 0 handler.
1788
Roland McGrath4b248ce2006-01-12 03:34:38 +000017892006-01-11 Roland McGrath <roland@redhat.com>
1790
1791 * testfile26.bz2: New data file.
1792 * testfile27.bz2: New data file.
1793 * Makefile.am (EXTRA_DIST): Add them.
1794 * run-allregs.sh: Test s390 data.
1795
Roland McGrath124a7982005-12-15 02:37:09 +000017962005-12-14 Roland McGrath <roland@redhat.com>
1797
1798 * run-native-test.sh: Redirect output from native test process.
1799
Roland McGrath94d26ad2005-12-13 23:24:37 +000018002005-12-13 Roland McGrath <roland@redhat.com>
1801
1802 * allregs.c (main): Fail if we find no registers.
1803
1804 * run-native-test.sh: New file.
1805 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1806
Roland McGrathba72ab12005-12-12 00:04:33 +000018072005-12-10 Ulrich Drepper <drepper@redhat.com
1808
1809 * run-readelf-test1.sh: New file.
1810 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1811 (EXTRA_DIST): Likewise.
1812
Roland McGrathd804e722005-12-08 01:35:42 +000018132005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001814
Roland McGrathd804e722005-12-08 01:35:42 +00001815 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001816
Roland McGrath994b4892005-12-05 22:46:21 +000018172005-11-25 Roland McGrath <roland@redhat.com>
1818
1819 * coverage.sh: Given -v argument, print names of unused files.
1820
1821 * addrscopes.c (main): Use dwfl_end before return.
1822 * allregs.c (main): Likewise.
1823 * find-prologues.c (main): Likewise.
1824 * funcretval.c (main): Likewise.
1825 * funcscopes.c (main): Likewise.
1826 * line2addr.c (main): Likewise.
1827
1828 * run-allregs.sh: New file.
1829 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1830
1831 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1832 * Makefile.am (allregs_LDADD): Updated.
1833
1834 * allregs.c: New file.
1835 * Makefile.am (noinst_PROGRAMS): Add it.
1836 (allregs_LDADD): New variable.
1837
Roland McGrath9365d2c2005-11-18 23:55:47 +000018382005-11-18 Roland McGrath <roland@redhat.com>
1839
1840 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1841 * test-wrapper.sh: Likewise.
1842
Roland McGrath575dd392005-11-18 01:41:52 +000018432005-11-17 Roland McGrath <roland@redhat.com>
1844
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001845 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1846 environment for test-wrapper.sh.
1847 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1848 * test-subr.sh (installed_testrun): Likewise.
1849 Use explicit path in ${bindir}.
1850
Roland McGrath575dd392005-11-18 01:41:52 +00001851 * Makefile.am (installcheck-local): Fix typo in last change.
1852
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000018532005-11-16 Roland McGrath <roland@redhat.com>
1854
1855 * configure.ac: New file, for standalone build/dist of test suite.
1856 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1857 (asm_TESTS): New variable, broken out of ...
1858 (TESTS): ... here. Also remove msg_tst.
1859 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1860 (installed_TESTS_ENVIRONMENT): New variable.
1861 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1862 [!STANDALONE] (installcheck-local): Likewise.
1863 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1864 * addrscopes.c: Include <config.h>.
1865 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1866 * allfcts.c: Likewise.
1867 * asm-tst1.c: Likewise.
1868 * asm-tst2.c: Likewise.
1869 * asm-tst3.c: Likewise.
1870 * asm-tst4.c: Likewise.
1871 * asm-tst5.c: Likewise.
1872 * asm-tst6.c: Likewise.
1873 * asm-tst7.c: Likewise.
1874 * asm-tst8.c: Likewise.
1875 * asm-tst9.c: Likewise.
1876 * dwflmodtest.c: Likewise.
1877 * find-prologues.c: Likewise.
1878 * funcscopes.c: Likewise.
1879 * get-aranges.c: Likewise.
1880 * get-files.c: Likewise.
1881 * get-lines.c: Likewise.
1882 * get-pubnames.c: Likewise.
1883 * line2addr.c: Likewise.
1884 * newscn.c: Likewise.
1885 * show-abbrev.c: Likewise.
1886 * show-die-info.c: Likewise.
1887 * update3.c: Likewise.
1888 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001889 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001890
1891 * dwflmodtest.c (print_instance): Don't use INTUSE.
1892 (options): Don't use N_ macro.
1893
Roland McGrath1b8b4462005-11-16 01:33:38 +000018942005-11-15 Roland McGrath <roland@redhat.com>
1895
Roland McGrathe47ab762005-11-17 03:16:00 +00001896 * coverage.sh: Look in backends.
1897 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1898 (TESTS_ENVIRONMENT): Likewise.
1899
1900 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1901 pass FUNCDIE direclty to dwfl_module_return_value_location.
1902
Roland McGrath1b8b4462005-11-16 01:33:38 +00001903 * Makefile.am (BUILD_RPATH): New variable.
1904 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1905 (tests_rpath): New variable.
1906 (installcheck-local): Pass it to test-wrapper.sh.
1907 * test-wrapper.sh: In "installed" format, take yes/no value
1908 for elfutils_tests_rpath, which export. When running a test
1909 binary for installcheck, exit 77.
1910 * test-subr.sh (installed_testrun): When running a test binary
1911 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1912
19132005-11-14 Roland McGrath <roland@redhat.com>
1914
1915 * test-subr.sh: New file.
1916 * test-wrapper.sh: New file.
1917 * Makefile.am (EXTRA_DIST): Add them.
1918 (AM_LDFLAGS): Variable removed.
1919 (TESTS_ENVIRONMENT): New variable.
1920 (installcheck-local): New target.
1921 * run-addrscopes.sh: Use test-subr.sh.
1922 * run-allfcts.sh: Likewise.
1923 * run-ecp-test.sh: Likewise.
1924 * run-ecp-test2.sh: Likewise.
1925 * run-elflint-self.sh: Likewise.
1926 * run-elflint-test.sh: Likewise.
1927 * run-find-prologues.sh: Likewise.
1928 * run-funcscopes.sh: Likewise.
1929 * run-get-aranges.sh: Likewise.
1930 * run-get-files.sh: Likewise.
1931 * run-get-lines.sh: Likewise.
1932 * run-get-pubnames.sh: Likewise.
1933 * run-line2addr.sh: Likewise.
1934 * run-ranlib-test.sh: Likewise.
1935 * run-ranlib-test2.sh: Likewise.
1936 * run-show-abbrev.sh: Likewise.
1937 * run-show-ciefde.sh: Likewise.
1938 * run-show-die-info.sh: Likewise.
1939 * run-strings-test.sh: Likewise.
1940 * run-strip-test.sh: Likewise.
1941
Roland McGrathe47ab762005-11-17 03:16:00 +000019422005-11-13 Roland McGrath <roland@redhat.com>
1943
1944 * funcretval.c: New file.
1945 * Makefile.am (noinst_PROGRAMS): Add it.
1946 (funcretval_LDADD): New variable.
1947
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000019482005-11-09 Ulrich Drepper <drepper@redhat.com>
1949
1950 * line2addr.c (handle_module): Add missing parameter to printf.
1951
Roland McGrath07d4f2f2005-10-28 06:56:24 +000019522005-10-27 Roland McGrath <roland@redhat.com>
1953
Roland McGrath6724c902005-10-28 07:07:19 +00001954 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1955 * funcscopes.c (handle_function): Likewise.
1956 * dwflmodtest.c (print_inline, print_func): Likewise.
1957 * find-prologues.c (handle_function): Likewise.
1958
19592005-10-27 Roland McGrath <roland@redhat.com>
1960
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001961 * run-find-prologues.sh: New file.
1962 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1963
1964 * find-prologues.c (handle_function): Skip inlines.
1965
19662005-10-25 Roland McGrath <roland@redhat.com>
1967
1968 * find-prologues.c: New file.
1969 * Makefile.am (noinst_PROGRAMS): Add it.
1970 (find_prologues_LDADD): New variable.
1971
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000019722005-09-02 Ulrich Drepper <drepper@redhat.com>
1973
1974 * run-strings-test.sh: Remove strings.out in the end.
1975
Ulrich Drepper7d65d012005-08-31 15:14:26 +000019762005-08-31 Ulrich Drepper <drepper@redhat.com>
1977
1978 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1979 * run-allfcts.sh: Likewise.
1980 * run-ecp-test.sh: Likewise.
1981 * run-ecp-test2.sh: Likewise.
1982 * run-elflint-test.sh: Likewise.
1983 * run-funcscopes.sh: Likewise.
1984 * run-get-aranges.sh: Likewise.
1985 * run-get-files.sh: Likewise.
1986 * run-get-lines.sh: Likewise.
1987 * run-get-pubnames.sh: Likewise.
1988 * run-line2addr.sh: Likewise.
1989 * run-ranlib-test2.sh: Likewise.
1990 * run-show-abbrev.sh: Likewise.
1991 * run-show-ciefde.sh: Likewise.
1992 * run-show-die-info.sh: Likewise.
1993 * run-strings-test.sh: Likewise.
1994 * run-strip-test.sh: Likewise.
1995
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000019962005-08-30 Ulrich Drepper <drepper@redhat.com>
1997
1998 * coverage.sh: Handle case where there is no .gcno file at all.
1999
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000020002005-08-29 Ulrich Drepper <drepper@redhat.com>
2001
2002 * Makefile.am (EXTRA_DIST): Add coverage.
2003 [GCOV]: Generate coverage summary after the tests ran
2004 * coverage.sh: New file.
2005
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000020062005-08-28 Ulrich Drepper <drepper@redhat.com>
2007
2008 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
2009 (CLEANFILES): Add *.gcno *.gcda *.gconv.
2010
20112005-08-28 Ulrich Drepper <drepper@redhat.com>
2012
2013 * run-strings-test.sh: New file.
2014 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2015
Roland McGrath71e15a02005-08-27 10:33:26 +000020162005-08-27 Roland McGrath <roland@redhat.com>
2017
Roland McGrathb0bc2782005-08-27 21:07:16 +00002018 * addrscopes.c (handle_address): Apply bias to PC addresses.
2019
Roland McGrath71e15a02005-08-27 10:33:26 +00002020 * run-funcscopes.sh: New file.
2021 * testfile25.bz2: New data file.
2022 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2023
20242005-08-26 Roland McGrath <roland@redhat.com>
2025
2026 * addrscopes.c (dwarf_diename_integrate): Removed.
2027 (print_vars, handle_address): Use plain dwarf_diename.
2028
20292005-08-25 Roland McGrath <roland@redhat.com>
2030
2031 * funcscopes.c: New file.
2032 * Makefile.am (noinst_PROGRAMS): Add it.
2033 (funcscopes_LDADD): New variable.
2034
2035 * run-addrscopes.sh: Add another case.
2036 * testfile24.bz2: New data file.
2037 * Makefile.am (EXTRA_DIST): Add it.
2038
2039 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
2040 pass it to dwarf_getscopes.
2041 (main): Pass it, true when '=' follows an address.
2042
Roland McGrath4c305da2005-08-25 01:49:35 +000020432005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00002044
Roland McGrath4c305da2005-08-25 01:49:35 +00002045 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00002046
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000020472005-08-24 Ulrich Drepper <drepper@redhat.com>
2048
Ulrich Drepper958bf132005-08-24 21:40:55 +00002049 * run-line2addr.sh: Remove testfile23 in the end.
2050
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002051 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00002052 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002053
Roland McGrathd17fac72005-08-23 08:20:21 +000020542005-08-22 Roland McGrath <roland@redhat.com>
2055
2056 * run-line2addr.sh: Add a case.
2057 * testfile23.bz2: New data file.
2058 * Makefile.am (EXTRA_DIST): Add it.
2059
Roland McGrath9a1f3652005-08-18 20:57:04 +000020602005-08-18 Roland McGrath <roland@redhat.com>
2061
Roland McGrathf5fda7d2005-08-18 22:01:57 +00002062 * run-addrscopes.sh: New file.
2063 * testfile22.bz2: New data file.
2064 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2065
Roland McGrath9a1f3652005-08-18 20:57:04 +00002066 * addrscopes.c: New file.
2067 * Makefile.am (noinst_PROGRAMS): Add it.
2068 (addrscopes_LDADD): New variable.
2069
Ulrich Drepper837b5222005-08-16 05:12:01 +000020702005-08-15 Ulrich Drepper <drepper@redhat.com>
2071
2072 * run-elflint-self.sh: Don't run test if the file doesn't exist.
2073
Roland McGrath1ecb6062005-08-15 09:53:04 +000020742005-08-15 Roland McGrath <roland@redhat.com>
2075
2076 * dwflmodtest.c (print_instance, print_inline): New functions.
2077 (print_func): Call print_inline.
2078 (options, parse_opt): Grok -i/--inlines.
2079
Roland McGrath8d18c292005-08-07 21:42:07 +000020802005-08-07 Roland McGrath <roland@redhat.com>
2081
2082 * dwflmodtest.c: Print function details only if -f flag is given.
2083
Ulrich Drepper47be7952005-08-07 04:41:39 +000020842005-08-06 Ulrich Drepper <drepper@redhat.com>
2085
Ulrich Drepper637963b2005-08-07 05:33:07 +00002086 * run-elflint-self.sh: New file.
2087 * Makefile.am (TESTS): Add run-elflint-self.sh.
2088 (EXTRA_DIST): Likewise.
2089
Ulrich Drepper47be7952005-08-07 04:41:39 +00002090 * Makefile.am: Link with statis libs if BUILD_STATIC.
2091 (dwflmodtest_LDADD): Also link with -ldl.
2092
Ulrich Drepper41de4882005-08-03 00:02:56 +000020932005-08-02 Ulrich Drepper <drepper@redhat.com>
2094
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002095 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
2096 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
2097 library first.
2098 * asm-tst2.c: Likewise.
2099 * asm-tst3.c: Likewise.
2100 * asm-tst4.c: Likewise.
2101 * asm-tst5.c: Likewise.
2102 * asm-tst6.c: Likewise.
2103 * asm-tst7.c: Likewise.
2104 * asm-tst8.c: Likewise.
2105 * asm-tst9.c: Likewise.
2106
Ulrich Drepper41de4882005-08-03 00:02:56 +00002107 * msg_tst.c: Add new error message.
2108
Ulrich Drepper18618fd2005-07-28 21:29:22 +000021092005-07-28 Ulrich Drepper <drepper@redhat.com>
2110
2111 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
2112
Roland McGrathd17fac72005-08-23 08:20:21 +000021132005-06-01 Roland McGrath <roland@redhat.com>
2114
2115 * line2addr.c: Rewritten using libdwfl.
2116 * run-line2addr.sh: Update test for changed arguments.
2117 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
2118 (libdwfl): New variable.
2119 (line2addr_LDADD): Use it.
2120
Roland McGrath18385902005-07-28 07:12:38 +000021212005-07-28 Roland McGrath <roland@redhat.com>
2122
2123 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
2124 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
2125 (dwflmodtest_LDADD): New variable.
2126 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
2127
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000021282005-07-21 Ulrich Drepper <drepper@redhat.com>
2129
2130 * testfile18.bz2: New file.
2131 * run-elflint-test.sh: New file.
2132 * Makefile.am (TESTS): Add run-elflint-test.sh.
2133 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
2134
21352005-05-24 Ulrich Drepper <drepper@redhat.com>
2136
2137 * get-files.c (main): Use correct format specifier.
2138
21392005-05-21 Ulrich Drepper <drepper@redhat.com>
2140
2141 * Makefile.am: Add -Wextra to CFLAGS.
2142 * get-files.c: Remove warning this produced.
2143 * get-pubnames.c: Likewise.
2144 * newfile.c: Likewise.
2145 * newscn.c: Likewise.
2146 * scnnames.c: Likewise.
2147 * showptable.c: Likewise.
2148 * test-nlist.c: Likewise.
2149 * update1.c: Likewise.
2150 * update2.c: Likewise.
2151 * update3.c: Likewise.
2152 * update4.c: Likewise.
2153
21542005-05-08 Ulrich Drepper <drepper@redhat.com>
2155
2156 * run-line2addr.sh: Remove testfile14 at the end.
2157
Ulrich Drepper282bf322005-07-28 21:49:05 +00002158 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002159
2160 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
2161 .bz, not .bz2.
2162
21632005-05-03 Roland McGrath <roland@redhat.com>
2164
2165 * run-strip-test.sh: Use variables for test file names.
2166 Optionally produce separate debug file and check it.
2167 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
2168 * run-strip-test3.sh: Likewise.
2169 * run-strip-test4.sh: New file.
2170 * run-strip-test5.sh: New file.
2171 * run-strip-test6.sh: New file.
2172 * testfile15.bz: New file.
2173 * testfile15.debug.bz: New file.
2174 * testfile16.bz: New file.
2175 * testfile16.debug.bz: New file.
2176 * testfile17.bz: New file.
2177 * testfile17.debug.bz: New file.
2178 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2179
21802005-04-25 Ulrich Drepper <drepper@redhat.com>
2181
2182 * run-line2addr.sh: Also use testfile14. Adjust for correct
2183 return of multiple matches.
2184 * testfile14.bz2: New file.
2185 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
2186
2187 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
2188
Roland McGrath87d47802007-07-16 22:23:37 +000021892005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002190
2191 * line2addr.c (main): Initialize LINES and NLINES before calling
2192 dwarf_getsrc_file, and free LINES afterwards.
2193
2194 * allfcts.c (main): Use size_t for CUHL.
2195
21962005-04-04 Ulrich Drepper <drepper@redhat.com>
2197
2198 * line2addr.c: New file.
2199 * run-line2addr.sh: New file.
2200 * Makefile.am: Add rules to build, run, and distribute new code.
2201
22022005-04-02 Ulrich Drepper <drepper@redhat.com>
2203
2204 * allfcts.c: New file.
2205 * run-allfcts.sh: New file.
2206 * Makefile.am: Add rules to build, run, and distribute new code.
2207
22082005-02-05 Ulrich Drepper <drepper@redhat.com>
2209
2210 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
2211 programs with -lmudflap.
2212
22132004-09-25 Ulrich Drepper <drepper@redhat.com>
2214
2215 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
2216 * asm-tst5.c (main): Likewise.
2217 * asm-tst6.c (main): Likewise.
2218
22192004-01-17 Ulrich Drepper <drepper@redhat.com>
2220
2221 * Makefile.am: Support building with mudflap.
2222
22232004-01-12 Ulrich Drepper <drepper@redhat.com>
2224
2225 * get-aranges.c: Rewrite to use libdw.
2226 * Makefile.am: Reenable get-aranges test.
2227
22282004-01-11 Ulrich Drepper <drepper@redhat.com>
2229
2230 * get-lines.c: New file.
2231 * get-files.c: Adjust for libdw.
2232 * run-get-files.sh: Adjust expected result.
2233 * run-get-lines.sh: Likewise.
2234 * Makefile.am: Run get-lines test. Don't run get-aranges and
2235 get-ciefde test for now.
2236
2237 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
2238 change. Print attribute offset information.
2239 * run-show-abbrev.sh: Adjust expected output.
2240
22412004-01-09 Ulrich Drepper <drepper@redhat.com>
2242
2243 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
2244 * show-die-info.c: Likewise.
2245 * run-show-die-info.sh: Adjust expected output.
2246
22472003-08-13 Ulrich Drepper <drepper@redhat.com>
2248
2249 * Makefile.in: Depend on libebl.a, not libebl.so.
2250
22512003-08-11 Ulrich Drepper <drepper@redhat.com>
2252
2253 * Moved to CVS archive.