blob: 09cd4e3a641cf6025fcebb653471d498c5fcec31 [file] [log] [blame]
Mark Wielaardc689d902015-08-14 15:50:12 +020012015-08-14 Mark Wielaard <mjw@redhat.com>
2
3 * run-addr2line-alt-debugpath.sh: New test.
4 * Makefile.am (TESTS): Add run-addr2line-alt-debugpath.sh
5 (EXTRA_DIST): Likewise.
6
Mark Wielaardf9fc50c2015-07-29 17:51:27 +020072015-07-29 Mark Wielaard <mjw@redhat.com>
8
9 * run-unstrip-test3.sh: New test.
10 * testfile-info-link.bz2: New file.
11 * testfile-info-link.debuginfo.bz2: Likewise.
12 * testfile-info-link.stripped.bz2: Likewise.
13 * Makefile.am (TESTS): Add run-unstrip-test3.sh.
14 (EXTRA_DIST): Add run-unstrip-test3.sh, testfile-info-link.bz2,
15 testfile-info-link.debuginfo.bz2, testfile-info-link.stripped.bz2.
16
Pino Toscano349d1cd2015-06-27 18:33:37 +0200172015-06-27 Pino Toscano <toscano.pino@tiscali.it>
18
Pino Toscano26d5a632015-06-27 19:23:01 +020019 * tests/run-deleted.sh: Skip when detecting a not implemented
20 dwfl_linux_proc_attach.
21
222015-06-27 Pino Toscano <toscano.pino@tiscali.it>
23
Pino Toscano349d1cd2015-06-27 18:33:37 +020024 * tests/dwfl-bug-fd-leak.c (elfutils_open): Check for null results of
25 dwfl_addrmodule.
26
Pino Toscano65251492015-06-26 20:36:01 +0200272015-06-26 Pino Toscano <toscano.pino@tiscali.it>
28
Pino Toscano204e36e2015-06-26 20:38:31 +020029 * tests/vdsosyms.c [!__linux__] (main): Mark argv as unused.
30
312015-06-26 Pino Toscano <toscano.pino@tiscali.it>
32
Pino Toscano65251492015-06-26 20:36:01 +020033 * tests/backtrace-data.c: Reduce scope of some includes to match their
34 usage.
35 * tests/backtrace.c: Likewise.
36 * tests/deleted.c: Likewise.
37
Mark Wielaard0d011652015-06-16 14:05:35 +0200382015-06-16 Mark Wielaard <mjw@redhat.com>
39
40 * run-strip-test.sh: Add strip-in-place (eu-strip without -o) test
41 for non-ET_REL files.
42
Mark Wielaard7ec8d272015-05-30 23:00:40 +0200432015-05-30 Mark Wielaard <mjw@redhat.com>
44
45 * backtrace-subr.sh (check_native_core): Notice core file couldn't be
46 generated before skipping.
47 * run-addr2line-i-demangle-test.sh: Notice demangler is unsupported
48 before skipping.
49 * run-backtrace-demangle.sh: Likewise.
50 * run-stack-demangled-test.sh: Likewise.
51 * run-backtrace-native-biarch.sh: Notice biarch testing is disabled
52 before skipping.
53 * run-backtrace-native-core-biarch.sh: Likewise.
54 * test-subr.sh (testfiles): Notice how bunzip2 fails before skipping.
55
Mark Wielaardd76d73f2015-05-19 23:08:00 +0200562015-05-20 Mark Wielaard <mjw@redhat.com>
57
Mark Wielaardb23a5b22015-05-20 14:09:46 +020058 * run-addr2line-i-test.sh: Add pretty test.
59 * run-addr2line-test.sh: Likewise.
60
612015-05-20 Mark Wielaard <mjw@redhat.com>
62
Mark Wielaardcd2da6c2015-05-20 11:52:27 +020063 * run-addr2line-i-demangle-test.sh: New test.
64 * Makefile.am (TESTS): Add run-addr2line-i-demangle-test.sh.
65 (EXTRA_DIST): Likewise.
66
672015-05-20 Mark Wielaard <mjw@redhat.com>
68
Mark Wielaard70a504d2015-05-19 16:21:27 +020069 * run-addr2line-test.sh: Add -a test variants.
70 * run-addr2line-i-test.sh: Likewise.
71
722015-05-20 Mark Wielaard <mjw@redhat.com>
73
Mark Wielaardd76d73f2015-05-19 23:08:00 +020074 * run-addrname-test.sh: Make sure all input addresses are hex.
75
Max Filippovc801acf2015-05-04 20:17:52 +0300762015-05-04 Max Filippov <jcmvbkbc@gmail.com>
77
78 * backtrace-child.c (stdarg, main): Replace assert_perror with assert.
79 * backtrace-data.c (memory_read, maps_lookup, set_initial_registers)
80 (main): Likewise.
81 * backtrace-dwarf.c (main): Likewise.
82 * backtrace.c (prepare_thread, exec_dump): Likewise.
83
Anthony G. Basile1ab3c2b2015-05-04 02:25:39 +0300842015-05-04 Anthony G. Basile <blueness@gentoo.org>
85
86 * Makefile.am (line2addr_LDADD, addrscopes_LDADD, funcscopes_LDADD)
87 (funcretval_LDADD, allregs_LDADD, find_prologues_LDADD)
88 (dwflmodtest_LDADD, dwfl_addr_sect_LDADD, addrcfi_LDADD)
89 (low_high_pc_LDADD, dwflsyms_LDADD, dwfllines_LDADD, varlocs_LDADD)
90 (backtrace_LDADD, aggregate_size_LDADD): Append $(argp_LDADD).
91
Mark Wielaarde6e80da2015-05-01 10:31:36 +0200922015-05-01 Mark Wielaard <mjw@redhat.com>
93
94 * run-stack-d-test.sh: Use --raw and mangled output.
95 * run-stack-i-test.sh: Likewise.
96 * run-stack-demangled-test.sh: New test.
97 * Makefile.am (EXTRA_DIST): Add run-stack-demangled-test.sh.
98 (TESTS): Likewise.
99
H.J. Lu5bbf0392015-03-25 05:44:57 -07001002015-04-01 H.J. Lu <hjl.tools@gmail.com>
101
H.J. Lu224e2e62015-03-25 09:19:08 -0700102 * Makefile.am (TESTS): Add run-strip-test10.sh.
103 (EXTRA_DIST): Likewise. Add testfile-x32-d.bz2.
104 Add testfile-x32-debug.bz2.
105 * run-strip-test10.sh: New file.
106 * testfile-x32-d.bz2: Likewise.
107 * testfile-x32-debug.bz2: Likewise.
108
1092015-04-01 H.J. Lu <hjl.tools@gmail.com>
110
H.J. Luf1bde8d2015-03-25 08:16:56 -0700111 * Makefile.am (TESTS): Add run-strip-test9.sh.
112 (EXTRA_DIST): Likewise. Add testfile-x32-s.bz2.
113 * run-strip-test9.sh: New file.
114 * testfile-x32-s.bz2: Likewise.
115
1162015-04-01 H.J. Lu <hjl.tools@gmail.com>
117
H.J. Lu6de72762015-03-25 07:22:43 -0700118 * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
119 (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
120 Add backtrace.x32.exec.bz2.
121 * backtrace.x32.core.bz2 : New file.
122 * backtrace.x32.exec.bz2: Likewise.
123 * run-backtrace-core-x32.sh: Likewise.
124
1252015-04-01 H.J. Lu <hjl.tools@gmail.com>
126
H.J. Luaa19e592015-03-25 06:44:09 -0700127 * run-addrcfi.sh: Add a test for testfile-x32.
128 * testfile-x32.bz2: New file.
129 * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2.
130
1312015-04-01 H.J. Lu <hjl.tools@gmail.com>
132
H.J. Lu8c78ff02015-03-25 05:57:09 -0700133 * run-allregs.sh: Add a test for testfile-x32-core.
134
1352015-04-01 H.J. Lu <hjl.tools@gmail.com>
136
H.J. Lu5bbf0392015-03-25 05:44:57 -0700137 * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core.
138 * testfile-x32-core.bz2: New file.
139 * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2.
140
Petr Machata06457da2015-03-18 19:35:16 +01001412015-03-18 Petr Machata <pmachata@redhat.com>
142
Petr Machata7f617342015-03-18 19:42:02 +0100143 * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match
144 the API changes.
145 * allregs.c (dwarf_encoding_string): Likewise.
146 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
147 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.
148
1492015-03-18 Petr Machata <pmachata@redhat.com>
150
Petr Machata06457da2015-03-18 19:35:16 +0100151 * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
152 debug-ranges-no-lowpc.o.bz2.
153
Mark Wielaard0a35e3a2015-03-13 23:51:40 +01001542015-03-13 Mark Wielaard <mjw@redhat.com>
155
156 * backtrace-dwarf.c: Add explicit includes.
157 (cleanup_13_abort): Remove unused static declaration.
158 (thread_callback): Add explicit return.
159
H.J. Lube7ea702015-03-12 12:14:43 -07001602015-03-13 H.J. Lu <hjl.tools@gmail.com>
161
162 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
163 instead of PTRACE_POKEUSER.
164 (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for
165 is_x86_64_native.
166
Mark Wielaard2e096352015-02-19 00:43:59 +01001672015-02-18 Mark Wielaard <mjw@redhat.com>
168
169 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
170
Josh Stone3d114102015-02-11 14:25:37 -08001712015-02-11 Josh Stone <jistone@redhat.com>
172
173 * backtrace.c (exec_dump): Initialize jmp.
174
Petr Machatab4da85d2015-02-11 22:11:46 +01001752015-02-11 Petr Machata <pmachata@redhat.com>
176
177 * run-dwarf-ranges.sh: New test.
178 * dwarf-ranges.c: New file.
179 * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case.
180
Mark Wielaard710ca872015-01-21 23:56:43 +01001812015-01-21 Mark Wielaard <mjw@redhat.com>
182
183 * Makefile.am (check_PROGRAMS): Add elfstrtab.
184 (TESTS): Likewise.
185 (elfstrtab_LDADD): New variable.
186 * elfstrtab.c: New test.
187
Mark Wielaard058ae7b2015-01-20 14:52:41 +01001882015-01-20 Mark Wielaard <mjw@redhat.com>
189
Mark Wielaardb543cdd2015-01-20 21:55:55 +0100190 * Makefile.am (check_PROGRAMS): Add newdata.
191 (TESTS): Likewise.
192 (newdata_LDADD): new variable.
193 * newdata.c: New test.
194
1952015-01-20 Mark Wielaard <mjw@redhat.com>
196
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100197 * strptr.c: New file.
198 * run-strptr.sh: New test.
199 * Makefile.am (check_PROGRAMS): Add strptr.
200 (TESTS): Add run-strptr.sh.
201 (EXTRA_DIST): Likewise.
202 (strptr_LDADD): New variable.
203
Mark Wielaardcc74c212015-01-15 13:39:06 +01002042015-01-15 Mark Wielaard <mjw@redhat.com>
205
206 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
207 * vdsosyms.c (main): Use getpid () instead of getppid ().
208
Mark Wielaardf8198f22014-12-27 16:16:29 +01002092014-12-27 Mark Wielaard <mjw@redhat.com>
210
211 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
212 * funcscopes.c (handle_function): Likewise.
213 * run-addrscopes.sh: Adjust last address in scope.
214 * run-funcscopes.sh: Likewise.
215
Mark Wielaardb4b2de92015-01-07 23:39:28 +01002162015-01-07 Mark Wielaard <mjw@redhat.com>
217
218 * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search.
219
Mark Wielaard47efc3b2015-01-14 21:38:16 +01002202015-01-14 Mark Wielaard <mjw@redhat.com>
221
222 * testfile-debug-types.bz2: New testfile.
223 * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2.
224 * typeiter2.c (main): Print both name and offset of found form DIE.
225 * run-typeiter.s: Adjust output and add testfile-debug-types.
226
Mark Wielaard8fb260f2014-12-26 16:20:39 +01002272014-12-26 Mark Wielaard <mjw@redhat.com>
228
229 * run-test-archive64.sh: Add nm test.
230
Mark Wielaardcdfc8532014-12-19 18:33:52 +01002312014-12-19 Mark Wielaard <mjw@redhat.com>
232
Mark Wielaard3943a382014-12-19 20:53:22 +0100233 * run-deleted.sh: Don't check libfunc on ppc64.
234
2352014-12-19 Mark Wielaard <mjw@redhat.com>
236
Mark Wielaard7152afa2014-12-19 18:54:04 +0100237 * vdsosyms.c (vdso_seen): Removed.
238 (vdso_syms): New global.
239 (module_callback): Set and check vdso_syms.
240 (main): Return value depends on vdso_syms.
241
2422014-12-19 Mark Wielaard <mjw@redhat.com>
243
Mark Wielaardcdfc8532014-12-19 18:33:52 +0100244 * backtrace-subr.sh (check_native_unsupported): Relax special ARM
245 grep a little.
246 * run-deleted.sh: Call check_native_unsupported.
247
Mark Wielaarde80d3242014-12-18 23:07:12 +01002482014-12-18 Mark Wielaard <mjw@redhat.com>
249
250 * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2.
251
Mark Wielaardf3111d52014-12-12 21:51:27 +01002522014-12-12 Mark Wielaard <mjw@redhat.com>
253
254 * Makefile.am (deleted_lib_so_CFLAGS): Add
255 -fasynchronous-unwind-tables.
256
Josh Stone080fa4e2014-12-11 17:19:23 -08002572014-12-11 Josh Stone <jistone@redhat.com>
258
259 * run-addr2line-i-lex-test.sh: New test.
260 * testfile-lex-inlines.bz2: New testfile.
261 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and
262 testfile-lex-inlines.bz2.
263 (TESTS): Add run-addr2line-i-lex-test.sh.
264
Josh Stone2098b3d2014-12-10 11:14:40 -08002652014-12-10 Josh Stone <jistone@redhat.com>
266
267 * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is
268 preferred over the plain die name.
269
Petr Machataedb079a2014-12-02 21:22:14 +01002702014-12-02 Petr Machata <pmachata@redhat.com>
271
272 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
273 DW_MACRO_GNU_undef_indirect opcodes. Add a default branch.
274 (main): Initialize off to DWARF_GETMACROS_START when an extra
275 command line argument is passed.
276 * testfile-macros-0xff.bz2: New test case.
277 * testfile-macros-0xff.s: New file (source for the above).
278 * run-dwarf-getmacros.sh: Add two tests.
279
Mark Wielaard44662162014-11-27 23:19:47 +01002802014-11-27 Mark Wielaard <mjw@redhat.com>
281
282 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
283
Mark Wielaard9644aaf2014-11-21 23:26:35 +01002842014-11-21 Mark Wielaard <mjw@redhat.com>
285
286 * run-readelf-A.sh: New test.
287 * testfileppc32attrs.o.bz2: New test file.
288 * Makefile.am (TESTS): Add run-readelf-A.sh.
289 (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2.
290
Mark Wielaard5691f862014-11-10 14:49:20 +01002912014-11-10 Mark Wielaard <mjw@redhat.com>
292
293 * vdsosyms.c: New test.
294 * Makefile.am (check_PROGRAMS): Add vdsosyms.
295 (TESTS): Likewise.
296 (vdsosyms_LDADD): New variable.
297
Petr Machata0a1e81b2014-10-17 02:47:15 +02002982014-09-10 Petr Machata <pmachata@redhat.com>
299
300 * dwarf-getmacros.c: Update to use the new macro iteration
301 interfaces.
302 * run-dwarf-getmacros.sh: Adjust, add a test that uses
303 testfile-macros.
304
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02003052014-10-06 Mark Wielaard <mjw@redhat.com>
306
307 * run-aggregate-size.sh: Add testfile-sizes3.o test case.
308 * testfile-sizes3.o.bz2: New test file.
309 * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2.
310
Mark Wielaardb50014f2014-10-02 14:00:47 +02003112014-10-02 Mark Wielaard <mjw@redhat.com>
312
Mark Wielaard281ebd72014-10-02 22:53:44 +0200313 * run-deleted.sh: Unset VALGRIND_CMD before running deleted.
314
3152014-10-02 Mark Wielaard <mjw@redhat.com>
316
Mark Wielaardb50014f2014-10-02 14:00:47 +0200317 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
318 (TESTS): Add run-aggregate-size.sh.
319 (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2
320 and testfile-sizes2.o.bz2.
321 (aggregate_size_LDADD): New variable.
322 * aggregate_size.c: New file.
323 * run-aggregate-size.sh: New test.
324 * testfile-sizes1.o.bz2: New test file.
325 * testfile-sizes2.o.bz2: Likewise.
326
Jan Kratochvil6d48bbf2014-09-26 22:42:19 +02003272014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 Support NT_FILE for locating files.
330 * Makefile.am (TESTS): Add run-linkmap-cut.sh.
331 (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2,
332 linkmap-cut.bz2 and linkmap-cut.core.bz2 .
333 * linkmap-cut-lib.so.bz2: New file.
334 * linkmap-cut.bz2: New file.
335 * linkmap-cut.core.bz2: New file.
336 * run-linkmap-cut.sh: New file.
337 * run-unstrip-n.sh: Update its expected output.
338
Jan Kratochvil03750562014-08-17 18:49:36 +02003392014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
340
341 * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so.
342 (TESTS, EXTRA_DIST): Add run-deleted.sh.
343 (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New.
344 * deleted-lib.c: New file.
345 * deleted.c: New file.
346 * run-deleted.sh: New file.
347
Mark Wielaard41362da2014-06-15 11:35:50 +02003482014-06-15 Mark Wielaard <mjw@redhat.com>
349
350 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
351
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +02003522014-06-13 Mark Wielaard <mjw@redhat.com>
353
Mark Wielaard1986c172014-06-14 01:09:17 +0200354 * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
355 frame symname.
356
3572014-06-13 Mark Wielaard <mjw@redhat.com>
358
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +0200359 * backtrace-subr.sh (check_native_unsupported): New function.
360 (check_native): Call it.
361 (check_native_core): Likewise.
362 * run-backtrace-dwarf.sh: Likewise.
363
Mark Wielaard14beac32014-06-11 15:14:23 +02003642014-06-11 Mark Wielaard <mjw@redhat.com>
365
366 * backtrace.c (main): Check that Dwfl was attached by calling
367 dwfl_pid and printing the error when it is not.
368
Mark Wielaard85482fc2014-05-18 22:41:19 +02003692014-05-18 Mark Wielaard <mjw@redhat.com>
370
371 * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
372 (f): Likewise.
373 * testfile-backtrace-demangle.bz2: Regenerate.
374 * testfile-backtrace-demangle.core.bz2: Likewise.
375
Mark Wielaardbb096d02014-05-03 00:23:06 +02003762014-05-02 Mark Wielaard <mjw@redhat.com>
377
378 * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
379 run-allfcts-multi.sh are now added unconditionally.
380
Mark Wielaarddf85bf92014-05-01 14:48:27 +02003812014-05-01 Mark Wielaard <mjw@redhat.com>
382
383 * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
384 subdir.
385
Mark Wielaardd81d32d2014-04-30 23:00:40 +02003862014-04-30 Mark Wielaard <mjw@redhat.com>
387
388 * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
389 * Makefile.am (check_PROGRAMS): Add buildid.
390 (TESTS): Add run-buildid.sh.
391 (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
392 (buildid_LDADD): New variable.
393
Florian Weimer4813dbb2014-04-24 14:06:43 +02003942014-04-24 Florian Weimer <fweimer@redhat.com>
395
Florian Weimer22481652014-04-15 16:58:39 +0200396 * allfcts.c (setup_alt): New function.
397 (main): Call it. Implementation additional error checking and
398 reporting.
399
4002014-04-24 Florian Weimer <fweimer@redhat.com>
401
Florian Weimer4813dbb2014-04-24 14:06:43 +0200402 * debugaltlink.c, run-debugaltlink.sh: New files.
403 * Makefile.am (check_PROGRAMS): Add debugaltlink.
404 (TESTS): Add run-debugaltlink.sh.
405 (debugaltlink_LDADD): New variable.
406
Mark Wielaard93802972014-04-11 23:52:47 +02004072014-04-11 Mark Wielaard <mjw@redhat.com>
408
409 * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
410 (check_PROGRAMS): Add debuglink.
411 (TESTS): Add run-debuglink.sh
412 (EXTRA_DIST): Likewise.
413 (debuglink_LDADD): New.
414 * debuglink.c: New file.
415 * run-debuglink.sh: Likewise.
416
Mark Wielaardfe4b5fd2014-04-23 09:54:30 +02004172014-03-23 Mark Wielaard <mjw@redhat.com>
418
419 * run-nm-self.sh: Use test = not == for string comparisons.
420
Kurt Roeckx02cefda2014-04-22 21:46:22 +02004212014-04-22 Kurt Roeckx <kurt@roeckx.be>
422
423 * backtrace.c: Make Linux only.
424 * backtrace-child.c: Make Linux only.
425 * backtrace-data.c: Make Linux only.
426 * backtrace-dwarf.c: Make Linux only.
427 * backtrace-subr.sh: Skip core file unwinding tests when not supported.
428
Mark Wielaard32324792014-04-13 17:39:57 +02004292014-03-14 Mark Wielaard <mjw@redhat.com>
430
431 * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
432 LDADD lines.
433 * configure.ac: Remove MUDFLAP conditional.
434
Mark Wielaardf7cdc742014-04-09 22:38:07 +02004352014-04-09 Mark Wielaard <mjw@redhat.com>
436
437 * run-readelf-zdebug.sh: New test.
438 * testfile-debug.bz2: New testfile.
439 * testfile-zdebug.bz2: New testfile.
440 * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
441 (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
442 testfile-zdebug.bz2.
443
Mark Wielaard110c2732014-04-10 15:02:53 +02004442014-04-10 Mark Wielaard <mjw@redhat.com>
445
446 * testfile_i686_core.bz2: New test file.
447 * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
448 * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
449
Mark Wielaard66637fa2014-04-09 11:48:23 +02004502014-04-09 Mark Wielaard <mjw@redhat.com>
451
452 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
453 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
454 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
455 * run-backtrace-core-aarch64.sh: New test.
456
Josh Stone51fff302014-03-11 18:13:55 -07004572014-03-11 Josh Stone <jistone@redhat.com>
458
459 * testfilebaxmin.bz2: New testfile.
460 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
461 * run-readelf-s.sh: Test testfilebaxmin.
462 * run-dwflsyms.sh: Likewise.
463
Mark Wielaard225dddf2014-01-26 20:16:48 +01004642014-01-26 Mark Wielaard <mjw@redhat.com>
465
466 * backtrace-subr.sh (check_unsupported): Special case arm*.
467
Mark Wielaarda02d90a2014-01-25 14:32:42 +01004682014-01-25 Mark Wielaard <mjw@redhat.com>
469
470 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
471 location expression: call_frame_cfa stack_value.
472
Mark Wielaardf48eb6b2014-01-23 00:56:41 +01004732014-01-22 Mark Wielaard <mjw@redhat.com>
474
475 * Makefile.am (line2addr_no_Wformat): Removed.
476
Mark Wielaard13968d92014-01-21 16:13:49 +01004772014-01-21 Mark Wielaard <mjw@redhat.com>
478
479 * Makefile.am (TESTS): Add run-stack-i-test.sh.
480 (EXTRA_DIST): Likewise.
481 * run-stack-i-test.sh: New test.
482
Mark Wielaard531a30a2014-01-20 23:09:26 +01004832014-01-20 Mark Wielaard <mjw@redhat.com>
484
485 * Makefile.am (TESTS): Add run-stack-d-test.sh.
486 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
487 testfiledwarfinlines.core.bz2.
488 * run-stack-d-test.sh: New test.
489 * testfiledwarfinlines.bz2: New test file.
490 * testfiledwarfinlines.core.bz2: Likewise.
491
Mark Wielaardd7cffa72014-01-16 09:45:51 +01004922014-01-16 Mark Wielaard <mjw@redhat.com>
493
Mark Wielaardc80375d2014-01-16 13:48:24 +0100494 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
495 on one ET_REL, one ET_EXEC and one ET_DYN file.
496 * test-subr.sh (self_test_files): Add two ET_REL files, only add
497 two libebl ET_DYN backend files.
498
4992014-01-16 Mark Wielaard <mjw@redhat.com>
500
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100501 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
502
Jan Kratochvil435808a2014-01-18 21:56:13 +01005032014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
504
505 Fix false FAILs on testsuite with ulimit -c unlimited.
506 * backtrace-child.c (sigusr2): Call pthread_exit.
507 (main): Return, do not call abort.
508
Jan Kratochvil7c6e7852014-01-15 21:16:57 +01005092014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
510
511 Fix corruption of non-C++ symbols by the demangler.
512 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
513 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
514 (EXTRA_DIST): Add run-backtrace-demangle.sh,
515 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
516 testfile-backtrace-demangle.core.bz2.
517 * backtrace-demangle.cc: New file.
518 * run-backtrace-demangle.sh: New file.
519 * testfile-backtrace-demangle.bz2: New file.
520 * testfile-backtrace-demangle.cc: New file.
521 * testfile-backtrace-demangle.core.bz2: New file.
522
Matthias Klosee922ec42014-01-07 10:25:29 +01005232014-01-07 Matthias Klose <doko@ubuntu.com>
524
525 * backtrace-subr.sh (check_native_core): Check to see if core file
526 was created without ".PID" extension, if so mv core to core.PID.
527 Skip test if no core file was created or could be found.
528
Mark Wielaard4f1c96d2014-01-04 14:24:58 +01005292014-01-04 Mark Wielaard <mjw@redhat.com>
530
Mark Wielaard70c3a532014-01-04 23:28:33 +0100531 * backtrace-data.c (main): Don't assert if raise returns.
532 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
533 assume_ptrace_attached true.
534 (ptrace_detach_stopped): Removed function.
535 (main): Don't call ptrace_detach_stopped.
536 * backtrace.c (ptrace_detach_stopped): Removed function.
537 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
538 true.
539 (exec_dump): Don't call ptrace_detach_stopped.
540
5412014-01-04 Mark Wielaard <mjw@redhat.com>
542
Mark Wielaard1051a0c2014-01-04 15:41:04 +0100543 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
544 if we cannot adjust core ulimit.
545
5462014-01-04 Mark Wielaard <mjw@redhat.com>
547
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100548 * cleanup-13.c (force_unwind_stop): Removed.
549 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
550 don't call _Unwind_ForcedUnwind.
551
Mark Wielaardb92af192014-01-03 18:15:02 +01005522014-01-03 Mark Wielaard <mjw@redhat.com>
553
554 * run-addrcfi.sh: Add case for EM_AARCH64.
555 * testfileaarch64.bz2: New testfile.
556 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
557
Mark Wielaard19108012013-12-30 22:00:57 +01005582013-12-30 Mark Wielaard <mjw@redhat.com>
559
560 * backtrace-dwarf.c (report_pid): Explicitly call
561 dwfl_linux_proc_attach and check for errors.
562 * backtrace.c (report_pid): Likewise.
563
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01005642013-12-21 Mark Wielaard <mjw@redhat.com>
565
566 * backtrace.c (callback_verify): Only assert that case 5 is the last
567 instruction of backtracegen on x86_64 native.
568
Jan Kratochvilc6a41482013-12-17 18:49:54 +01005692013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100570 Mark Wielaard <mjw@redhat.com>
571
572 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
573 and testfilebaz*ppc64*.bz2 files.
574 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
575 error on dwfl_module_getsymtab error.
576 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
577 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
578 Also print section of actual value if different from sym.
579 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
580 Test addr2line -x by showing different sections for address and
581 found name in testfile66.
582 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
583 testfilebaz*ppc64): New tests.
584 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
585 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
586 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
587 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
588 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
589 testfilebaztabppc64.bz2: New test files.
590
5912013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100592
593 unwinder: s390 and s390x
594 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
595 run-backtrace-core-s390.sh.
596 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
597 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
598 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
599 * backtrace.s390.core.bz2: New file.
600 * backtrace.s390.exec.bz2: New file.
601 * backtrace.s390x.core.bz2: New file.
602 * backtrace.s390x.exec.bz2: New file.
603 * run-backtrace-core-s390.sh: New file.
604 * run-backtrace-core-s390x.sh: New file.
605
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01006062013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
609 code.
610
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01006112013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 unwinder: ppc
614 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
615 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
616 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
617 * backtrace.ppc.core.bz2: New file.
618 * backtrace.ppc.exec.bz2: New file.
619 * run-backtrace-core-ppc.sh: New file.
620
Mark Wielaard7fc49292013-12-13 22:42:46 +01006212013-12-10 Mark Wielaard <mjw@redhat.com>
622
Mark Wielaard63572f42013-12-13 23:12:18 +0100623 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
624
6252013-12-10 Mark Wielaard <mjw@redhat.com>
626
Mark Wielaard7fc49292013-12-13 22:42:46 +0100627 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
628 * backtrace-subr.sh (check_native_core): Disable valgrind while
629 dumping core.
630 * run-backtrace-data.sh: Disable valgrind.
631 * run-backtrace-dwarf.sh: Likewise.
632
Mark Wielaard3951f2e2013-12-09 16:33:26 +01006332013-12-09 Mark Wielaard <mjw@redhat.com>
634
635 * varlocs.c (print_expr): Update comment to explain empty location
636 associated with DW_OP_GNU_implicit_pointer.
637
Jan Kratochvilf88863f2013-12-05 16:16:14 +01006382013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 Fix test FAIL with -O2.
641 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
642
Mark Wielaard813aae02013-12-05 15:26:51 +01006432013-12-05 Mark Wielaard <mjw@redhat.com>
644
645 * backtrace-data.c (main): If unsupported also print to stderr.
646 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
647
Mark Wielaard1bfab192013-12-04 20:55:23 +01006482013-12-04 Mark Wielaard <mjw@redhat.com>
649
650 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
651
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01006522013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
655 backtrace-data and backtrace-dwarf.
656 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
657 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
658 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
659 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
660 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
661 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
662 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
663 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
664 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
665 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
666 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
667 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
668 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
669 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
670 New.
671 * backtrace-child.c: New file.
672 * backtrace-data.c: New file.
673 * backtrace-dwarf.c: New file.
674 * backtrace-subr.sh: New file.
675 * backtrace.c: New file.
676 * cleanup-13.c: New file.
677 * backtrace.i386.core.bz2: New file.
678 * backtrace.i386.exec.bz2: New file.
679 * backtrace.x86_64.core.bz2: New file.
680 * backtrace.x86_64.exec.bz2: New file.
681 * run-backtrace-core-i386.sh: New file.
682 * run-backtrace-core-x86_64.sh: New file.
683 * run-backtrace-native-biarch.sh: New file.
684 * run-backtrace-native-core-biarch.sh: New file.
685 * run-backtrace-native-core.sh: New file.
686 * run-backtrace-native.sh: New file.
687 * run-backtrace-data.sh: New file.
688 * run-backtrace-dwarf.sh: New file.
689
Mark Wielaard819c3492013-11-27 16:45:44 +01006902013-11-27 Mark Wielaard <mjw@redhat.com>
691
692 * dwflsyms.c (gelf_bind_order): New function.
693 (elf_section_name): Likewise.
694 (addr_in_section): Likewise.
695 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
696 Refine assert using gelf_bind_order. Print elf_section_name. Check
697 bias with addr_in_section.
698 * run-dwflsyms.sh: Add section names to expected output.
699
Mark Wielaard0d5a8672013-11-26 10:44:18 +01007002013-11-26 Mark Wielaard <mjw@redhat.com>
701
702 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
703
Petr Machata98c8a732013-11-26 03:10:31 +01007042013-11-25 Petr Machata <pmachata@redhat.com>
705
706 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
707 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
708 * Makefile.am (EXTRA_DIST): Add these.
709 (TESTS): Add run-funcretval.sh.
710 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
711 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
712 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
713 * run-funcretval.sh: New file.
714
Josh Stonedb35c872013-11-18 14:29:35 -08007152013-11-18 Josh Stone <jistone@redhat.com>
716
717 * testfilebazdbg_plr.bz2: New testfile.
718 * testfilebazmin_plr.bz2: Likewise.
719 * Makefile.am (EXTRA_DIST): Add the above files.
720 * run-dwflsyms.sh: Add prelink -r tests.
721
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01007222013-11-15 Mark Wielaard <mjw@redhat.com>
723
724 * testfilebazmdb.bz2: Regenerated.
725 * testfilebazmin.bz2: Likewise.
726 * testfilebazdbg_pl.bz2: New testfile.
727 * testfilebazmin_pl.bz2: Likewise.
728 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
729 testfilebazmin_pl.bz2.
730 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
731 print relative address of function symbols.
732 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
733
Michael Forneya45c8042013-11-01 00:51:04 -07007342013-11-01 Michael Forney <mforney@mforney.org>
735
736 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
737 * run-arsymtest.sh: Use NM.
738
Mark Wielaardd8c75df2013-11-05 11:27:19 +01007392013-11-05 Mark Wielaard <mjw@redhat.com>
740
741 * allfcts.c (main): Correct dwarf_getfuncs return value check.
742
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02007432013-10-10 Mark Wielaard <mjw@redhat.com>
744 Josh Stone <jistone@redhat.com>
745
746 * run-allfcts-multi.sh: New test.
747 * test-offset-loop.bz2: New testfile.
748 * test-offset-loop.alt.bz2: New testfile.
749 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
750 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
751 test-offset-loop.alt.bz2.
752
Mark Wielaardd1829742013-10-15 23:53:32 +02007532013-10-15 Mark Wielaard <mjw@redhat.com>
754
755 * run-unstrip-M.sh: New test.
756 * Makefile.am (TESTS): Add run-unstrip-M.sh.
757 (EXTRA_DIST): Likewise.
758
Mark Wielaard3dec3e12013-10-06 17:04:07 +02007592013-10-06 Mark Wielaard <mjw@redhat.com>
760
761 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
762 location expression.
763
Josh Stone5dbbc5e2013-10-03 12:38:25 -07007642013-10-03 Josh Stone <jistone@redhat.com>
765
766 * typeiter2.c: New file, reversing typeiter.c.
767 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200768 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700769 (typeiter2_LDADD): New variable.
770
Petr Machataab224102013-09-26 00:39:34 +02007712013-09-26 Petr Machata <pmachata@redhat.com>
772
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200773 * run-readelf-mixed-corenote.sh: Update output of testfile71
774 dump--readelf can newly decode the NT_FILE note.
775
7762013-09-26 Petr Machata <pmachata@redhat.com>
777
Petr Machataab224102013-09-26 00:39:34 +0200778 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
779 * run-readelf-mixed-corenote.sh: New test for this file.
780 * testfile71.bz2: New file.
781
Mark Wielaard1b734df2013-09-20 09:50:42 -04007822013-09-20 Mark Wielaard <mjw@redhat.com>
783
784 * allfcts.c (cb): Return DWARF_CB_ABORT.
785 (main): Iterate over all offsets returned by dwarf_getfuncs.
786 * run-allfcts.sh: Add nested_funcs and class_func testcases.
787 * testfile_nested_funcs.bz2: New test file.
788 * testfile_class_func.bz2: Likewise.
789 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
790 testfile_nested_funcs.bz2.
791
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02007922013-08-30 Mark Wielaard <mjw@redhat.com>
793
794 * Makefile.am (check_PROGRAMS): Add varlocs.
795 (TESTS): Add run-varlocs.sh.
796 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
797 testfile_const_type.bz2, testfile_implicit_pointer.c,
798 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
799 testfile_entry_value.c, testfile_entry_value.bz2,
800 testfile_implicit_value.c and testfile_implicit_value.bz2.
801 (varlocs_LDADD): New.
802 * run-varlocs: New test.
803 * testfile_const_type.c: New test source file.
804 * testfile_entry_value.c: Likewise.
805 * testfile_implicit_pointer.c: Likewise.
806 * testfile_implicit_value.c: Likewise.
807 * testfile_parameter_ref.c: Likewise.
808 * testfile_const_type.bz2: New test file.
809 * testfile_entry_value.bz2: Likewise.
810 * testfile_implicit_pointer.bz2: Likewise.
811 * testfile_implicit_value.bz2: Likewise.
812 * testfile_parameter_ref.bz2: Likewise.
813 * varlocs.c: New test source.
814
Mark Wielaard92e47d62013-09-02 16:46:50 +02008152013-08-29 Mark Wielaard <mjw@redhat.com>
816
817 * run-addrcfi.sh: Add case for EM_ARM.
818 * testfilearm.bz2: New testfile.
819 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
820
Mark Wielaardd3f16452013-08-28 18:10:44 +02008212013-08-28 Mark Wielaard <mjw@redhat.com>
822
Mark Wielaard79b91812013-08-28 21:54:58 +0200823 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
824 completely missing.
825 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
826 * testfiles390.bz2: New testfile.
827 * testfiles390x.bz2: Likewise.
828 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
829 testfiles390x.bz2.
830
8312013-08-28 Mark Wielaard <mjw@redhat.com>
832
Mark Wielaardd3f16452013-08-28 18:10:44 +0200833 * addrcfi.c (handle_cfi): Use printf not error.
834 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
835 * testfileppc32.bz2: New testfile.
836 * testfileppc64.bz2: Likewise.
837 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
838 testfileppc64.bz2.
839
Mark Wielaard292b1782013-08-27 15:40:56 +02008402013-08-27 Mark Wielaard <mjw@redhat.com>
841
842 * run-addrcfi.sh: New test.
843 * Makefile.am (TESTS): Add run-addrcfi.sh.
844 (EXTRA_DIST): Likewise.
845 * addrcfi.c (op_name): New function.
846 (print_detail): Call and print op_name. Check ops, not result
847 to check if this is "same value" or "undefined".
848 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
849
Mark Wielaard4b9e6392013-08-13 11:40:21 +02008502013-08-13 Mark Wielaard <mjw@redhat.com>
851
852 * run-addr2line-i-test.sh: New test.
853 * testfile-inlines.bz2: New testfile.
854 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
855 testfile-inlines.bz2.
856 (TESTS): Add run-addr2line-i-test.sh.
857
Mark Wielaardd0f85012013-08-12 14:21:31 +02008582013-08-12 Mark Wielaard <mjw@redhat.com>
859
860 * run-addr2line-test.sh: New test.
861 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
862 (TESTS): Likewise.
863
Jan Kratochvil596d4302013-07-23 16:30:01 +02008642013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
865
866 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
867 the entries.
868
Mark Wielaard263d7ee2013-07-02 16:16:58 +02008692013-07-02 Mark Wielaard <mjw@redhat.com>
870
871 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
872 testfilenolines.bz2.
873
Jan Kratochvil8ff86292013-05-30 13:21:20 +02008742013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
877 test-core.core.bz2 and test-core.exec.bz2.
878 * run-addrname-test.sh: New test for these files.
879 * run-unstrip-n.sh: Update expected output. New test for these files.
880 * test-core-lib.so.bz2: New file.
881 * test-core.core.bz2: New file.
882 * test-core.exec.bz2: New file.
883
Mark Wielaard9affad32013-05-03 11:28:49 +02008842013-05-03 Mark Wielaard <mjw@redhat.com>
885
886 * testfilenolines.bz2: New test file.
887 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
888 * run-get-lines.sh: Run testrun_compare on testfilenolines.
889
Jan Kratochvil904aec22013-04-30 14:27:16 +02008902013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
893
Mark Wielaard807ea312013-04-29 20:48:36 +02008942013-04-29 Mark Wielaard <mjw@redhat.com>
895
896 * test-subr.sh: Don't use pushd, just cd into test-dir.
897 (exit_cleanup): Don't use popd, just cd .. to get out.
898
Mark Wielaarda6098312013-04-26 21:21:56 +02008992013-04-27 Mark Wielaard <mjw@redhat.com>
900
Mark Wielaard527e21e2013-04-27 23:15:44 +0200901 * test-subr.sh (exit_cleanup): New function.
902 (trap): Use exit_cleanup as argument.
903 * run-native-test.sh (native_exit): New function.
904 (trap): For EXIT (0) use native_exit as argument.
905
9062013-04-27 Mark Wielaard <mjw@redhat.com>
907
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200908 * update1.c (main): Use unique tempfile name and unlink file.
909 * update2.c (main): Likewise.
910 * update3.c (main): Likewise.
911 * update4.c (main): Use unique tempfile name.
912
9132013-04-27 Mark Wielaard <mjw@redhat.com>
914
Mark Wielaarda6098312013-04-26 21:21:56 +0200915 * run-alldts.sh: Add testfile-alldts to tempfiles.
916 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
917 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
918 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
919 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
920
Mark Wielaard86be7922013-04-26 23:44:25 +02009212013-04-26 Mark Wielaard <mjw@redhat.com>
922
923 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
924 remove wrapper.
925 (TESTS_ENVIRONMENT): Likewise.
926 (installed_LOG_COMPILER): New variable defining wrapper.
927 (LOG_COMPILER): Likewise.
928 * run-*.sh: Fixup location of input and output files.
929 * test-subr.sh: Create test_dir, pushd to execute test in.
930 (trap): Remove test_dir.
931 (testfiles): Use abs_srcdir.
932 (installed_testrun): Match on abs_builddir or abs_top_builddir.
933 (self_test_files): Adjust path.
934
Mark Wielaardcdaaf212013-04-25 16:50:11 -04009352013-04-24 Mark Wielaard <mjw@redhat.com>
936
937 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
938
Mark Wielaarda8c7f052013-03-25 21:11:53 +01009392013-03-25 Mark Wielaard <mjw@redhat.com>
940
Mark Wielaardb79788c2013-03-25 11:45:22 +0100941 * run-readelf-aranges.sh: New test.
942 * testfilefoobarbaz.bz2: New test file.
943 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
944 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
945
9462013-03-25 Mark Wielaard <mjw@redhat.com>
947
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100948 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
949
Jan Kratochvila1d44822013-03-19 13:40:13 +01009502013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
951
952 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
953 (TESTS): Add run-dwfl-report-elf-align.sh.
954 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
955 testfile-dwfl-report-elf-align-shlib.so.bz2 .
956 (dwfl_report_elf_align_LDADD): New.
957 * dwfl-report-elf-align.c: New file.
958 * run-dwfl-report-elf-align.sh: New file.
959 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
960
Mark Wielaardf1b06b52013-03-12 12:02:51 +01009612013-03-12 Mark Wielaard <mjw@redhat.com>
962
963 * run-dwfllines.sh: New test.
964 * dwfllines.c: New test program.
965 * Makefile.am (TESTS): Add run-dwfllines.sh.
966 (EXTRA_DIST): Likewise.
967 (dwfllines_LDADD): New variable.
968
Mark Wielaardf6185a72013-02-22 23:42:59 +01009692013-02-22 Mark Wielaard <mjw@redhat.com>
970
971 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
972 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
973
Mark Wielaard443304e2013-02-15 22:45:22 +01009742013-02-15 Mark Wielaard <mjw@redhat.com>
975
976 * testfile-dwzstr.bz2: New testfile.
977 * testfile-dwzstr.multi.bz2: Likewise.
978 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
979 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
980 testfile-dwzstr.multi.bz2.
981
Mark Wielaard6c4b2072013-01-30 11:04:38 +01009822013-01-30 Mark Wielaard <mjw@redhat.com>
983
984 * testfileloc.bz2: New testfile.
985 * run-readelf-loc.sh: New test.
986 * Makefile.am (TESTS): Add run-readelf-loc.sh.
987 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
988
Jan Kratochvilcc84d792012-10-10 19:32:05 +02009892013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
992 and s390x core notes.
993 * testfile67.bz2: New file.
994 * testfile68.bz2: New file.
995 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
996
Mark Wielaard697bdca2013-01-23 17:39:19 +01009972013-01-23 Mark Wielaard <mjw@redhat.com>
998
999 * testfilebasmin.bz2: New testfile.
1000 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
1001 * run-readelf-s.sh: Test testfilebasmin.
1002 * run-dwflsyms.sh: Likewise.
1003
Mark Wielaard9a91fb22013-01-16 15:19:40 +010010042013-01-16 Mark Wielaard <mjw@redhat.com>
1005
1006 * Makefile.am (check_PROGRAMS): Add dwflsyms.
1007 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
1008 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
1009 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
1010 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
1011 (dwflsyms_LDADD): New variable.
1012
Roland McGrath3f9256d2013-01-07 15:13:46 -080010132013-01-07 Roland McGrath <roland@hack.frob.com>
1014
1015 * run-prelink-addr-test.sh: Use ln -snf.
1016
Mark Wielaard1d6a4352012-12-03 17:01:09 +010010172012-12-03 Mark Wielaard <mjw@redhat.com>
1018
1019 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
1020
Jan Kratochvild5784af2012-10-18 00:11:30 +020010212012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 * run-addrname-test.sh: New test for PIE relocation.
1024 * testfile70.core.bz2: New file.
1025 * testfile70.exec.bz2: New file.
1026 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
1027 testfile70.exec.bz2 .
1028
Jan Kratochvild7ed0252012-10-27 21:31:58 +020010292012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
1032 testfile69.core.bz2 and testfile69.so.bz2 .
1033
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +020010342012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 * run-addrname-test.sh: New test for DSO with build-id bias.
1037 * testfile69.core.bz2: New file.
1038 * testfile69.so.bz2: New file.
1039
Jan Kratochvil78dec222012-10-10 08:04:01 +020010402012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
Jan Kratochvil387654d2012-10-10 08:08:44 +02001042 * run-addrname-test.sh: New test for core vDSO bias.
1043 * testfile65.bz2: New file.
1044
10452012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
Jan Kratochvil78dec222012-10-10 08:04:01 +02001047 * run-addrname-test.sh: New test for symbol preferences.
1048 * testfile64.bz2: New file.
1049
Mark Wielaarde3e3ee22012-10-01 16:14:12 +020010502012-10-01 Mark Wielaard <mjw@redhat.com>
1051
1052 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
1053 * test-wrapper.sh: Export VALGRIND_CMD if available.
1054 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
1055 (installed_testrun): Likewise.
1056
Petr Machataae7c5e72012-09-24 16:16:27 +020010572012-09-24 Petr Machata <pmachata@redhat.com>
1058
Petr Machata522a73f2012-09-24 16:46:52 +02001059 * testfile63.bz2: New testfile.
1060 * run-readelf-mixed-corenote.sh: New test.
1061 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
1062 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
1063
10642012-09-24 Petr Machata <pmachata@redhat.com>
1065
Petr Machataae7c5e72012-09-24 16:16:27 +02001066 * testfile62.bz2: New testfile.
1067 * run-readelf-vmcoreinfo.sh: New test.
1068 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
1069 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
1070
Petr Machata3662ad12012-09-18 21:35:19 +020010712012-09-18 Petr Machata <pmachata@redhat.com>
1072
1073 * testfile61.bz2: New testfile.
1074 * run-allregs.sh: Run reg_test testfile61.
1075 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
1076
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +020010772012-08-24 Mark Wielaard <mjw@redhat.com>
1078
1079 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
1080
Jeff Kenton257dcf42012-08-22 09:00:03 -040010812012-08-22 Jeff Kenton <jkenton@tilera.com>
1082
1083 * testfile60.bz2: New testfile.
1084 * run-allregs.sh: Run reg_test testfile60.
1085
Mark Wielaardf5519fc2012-08-24 13:54:52 +020010862012-08-24 Mark Wielaard <mjw@redhat.com>
1087
1088 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
1089 ENABLE_DWZ.
1090
Mark Wielaardf31c4412012-08-17 00:35:03 +020010912012-08-16 Mark Wielaard <mjw@redhat.com>
1092
1093 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
1094 macros.
1095 * show-die-info.c (tagnames): Removed.
1096 (attrs): Removed.
1097 (dwarf_tag_string): New function using known-dwarf macros.
1098 (dwarf_attr_string): Likewise.
1099 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
1100 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
1101
Mark Wielaard775375e2012-06-22 12:02:45 +020011022012-06-27 Mark Wielaard <mjw@redhat.com>
1103
1104 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
1105 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
1106 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
1107 testfile_multi_main.bz2.
1108 * run-readelf-dwz-multi.sh: New test.
1109 * libtestfile_multi_shared.so.bz2: New testfile.
1110 * testfile_multi.dwz.bz2: New testifle.
1111 * testfile_multi_main.bz2: New testifle.
1112
Petr Machata30a941c2012-08-01 21:41:36 +020011132012-08-01 Petr Machata <pmachata@redhat.com>
1114
1115 * run-test-archive64.sh: New test.
1116 * testarchive64.a.bz2: New testfile.
1117 * Makefile.am (TESTS): Add run-test-archive64.sh.
1118 (EXTRA_DIST): Likewise.
1119
Mark Wielaard94e387f2012-08-01 15:31:12 +020011202012-08-01 Mark Wielaard <mjw@redhat.com>
1121
Mark Wielaardbf707b52012-08-01 15:39:11 +02001122 * run-nm-self.sh: New test.
1123 * run-readelf-self.sh: Likewise.
1124 * test-subr.sh (testrun_on_self_quiet): New function.
1125 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
1126 (EXTRA_DIST): Likewise.
1127
11282012-08-01 Mark Wielaard <mjw@redhat.com>
1129
Mark Wielaard94e387f2012-08-01 15:31:12 +02001130 * test-subr.sh (self_test_files): New list of files.
1131 (testrun_on_self): New function.
1132 * run-elflint-self.sh: Use testrun_on_self.
1133
Mark Wielaard714ea0e2012-07-19 13:07:39 +020011342012-07-19 Mark Wielaard <mjw@redhat.com>
1135
Mark Wielaard030f6262012-07-18 13:14:30 +02001136 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
1137 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
1138 (EXTRA_DIST): Likewise.
1139 (test_elf_cntl_gelf_getshdr_LDADD): New.
1140 test-elf_cntl_gelf_getshdr.c: New test program.
1141 run-elf_cntl_gelf_getshdr.sh: New test script.
1142
11432012-07-19 Mark Wielaard <mjw@redhat.com>
1144
Mark Wielaardadcd1dd2012-07-19 22:59:18 +02001145 * run-elflint-self.sh: runtests on ../backends/*so files.
1146
11472012-07-19 Mark Wielaard <mjw@redhat.com>
1148
Mark Wielaard714ea0e2012-07-19 13:07:39 +02001149 * run-unstrip-n.sh: test_cleanup.
1150 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
1151
Mark Wielaarde9b23882012-06-29 22:30:15 +020011522012-07-11 Mark Wielaard <mjw@redhat.com>
1153
1154 * run-readelf-macro.sh: New test.
1155 * testfilemacro.bz2: New testfile.
1156 * Makefile.am (TESTS): Add run-readelf-macro.sh.
1157 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
1158
Mark Wielaard84a1e0b2012-06-29 23:38:09 +020011592012-06-27 Mark Wielaard <mjw@redhat.com>
1160
1161 * run-readelf-gdb-index.sh: New test.
1162 * testfilegdbindex5.bz2: New testfile.
1163 * testfilegdbindex7.bz2: Likewise.
1164 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
1165 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
1166 testfilegdbindex7.bz2.
1167
Mark Wielaard97212fe2012-07-17 21:12:39 +020011682012-07-17 Mark Wielaard <mjw@redhat.com>
1169
1170 * testcore-rtlib-ppc.bz2: New testfile.
1171 * run-unstrip-n.sh: Check new ppc core testfile.
1172
Mike Frysingerc09c5f32012-06-26 12:07:44 -040011732012-06-26 Mike Frysinger <vapier@gentoo.org>
1174
1175 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
1176
Mark Wielaarda0172d72012-06-25 17:18:53 +020011772012-06-26 Mark Wielaard <mjw@redhat.com>
1178
1179 * run-macro-test.sh: New test.
1180 * testfile-macinfo.bz2: New testfile.
1181 * testfile-macros.bz2: Likewise.
1182
Mark Wielaard547049b2012-06-22 18:19:02 +020011832012-05-07 Mark Wielaard <mjw@redhat.com>
1184
1185 * low_high_pc.c: Use proper inttypes in printf formats.
1186
Mark Wielaarddbbc67a2012-05-11 12:57:57 +020011872012-05-11 Mark Wielaard <mjw@redhat.com>
1188
1189 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
1190
Mark Wielaardd9bc75f2012-05-07 13:29:52 +020011912012-05-07 Mark Wielaard <mjw@redhat.com>
1192
1193 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
1194
Mark Wielaard54797252012-04-27 13:00:50 +020011952012-04-27 Mark Wielaard <mjw@redhat.com>
1196
1197 * Makefile.am (TESTS): Add run-low_high_pc.sh
1198 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
1199 (noinst_PROGRAMS): Add low_high_pc.
1200 (low_high_pc_LDADD): New variable.
1201 * low_high_pc.c: New test.
1202
Mark Wielaardbdad8e32012-04-26 12:24:33 +020012032012-04-26 Mark Wielaard <mjw@redhat.com>
1204
1205 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
1206 * run-show-ciefde.sh: Removed old libdwarf test.
1207 * show-ciefde.c: Likewise.
1208
Mark Wielaard191d1f02012-04-02 17:11:25 +020012092012-04-02 Mark Wielaard <mjw@redhat.com>
1210
Mark Wielaard96a52132012-04-03 00:21:50 +02001211 * Makefile.am (TESTS): Add run-unstrip-n.sh.
1212 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
1213 * run-unstrip-n.sh: New test.
1214 * testcore-rtlib.bz2: New testfile.
1215
12162012-04-02 Mark Wielaard <mjw@redhat.com>
1217
Mark Wielaard191d1f02012-04-02 17:11:25 +02001218 * Makefile.am (TESTS): Add run-readelf-d.sh.
1219 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
1220 * run-readelf-d.sh: New test.
1221 * run-elflint-test.sh: Check new testfile.
1222
Tom Tromey581c3f62012-03-21 08:54:32 -060012232012-03-21 Tom Tromey <tromey@redhat.com>
1224
1225 * typeiter.c: New file.
1226 * run-typeiter.sh: New file.
1227 * testfile59.bz2: New file.
1228 * Makefile.am (noinst_PROGRAMS): Add typeiter.
1229 (TESTS): Add run-typeiter.sh.
1230 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
1231 (typeiter_LDADD): New variable.
1232
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +010012332012-02-21 Kurt Roeckx <kurt@roeckx.be>
1234
1235 * run-alldts.sh: testrun ./alldts.
1236
Roland McGrathe3b15682012-02-21 11:12:46 -080012372012-02-21 Roland McGrath <roland@hack.frob.com>
1238
1239 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -08001240 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -08001241
Roland McGrathb8ff18e2012-01-18 13:57:08 -080012422012-01-18 Roland McGrath <roland@hack.frob.com>
1243
1244 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
1245 it will have been inherited correctly from the test harness.
1246 * asm-tst5.c (main): Likewise.
1247 * asm-tst6.c (main): Likewise.
1248 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
1249
Roland McGrath32899ac2011-07-09 03:17:24 -070012502011-07-09 Roland McGrath <roland@hack.frob.com>
1251
1252 * sha1-tst.c: File removed.
1253 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
1254 (sha1_tst_LDADD): Variable removed.
1255
1256 * md5-sha1-test.c: New file.
1257 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
1258 (md5_sha1_test_LDADD): New variable.
1259
Mark Wielaard3f2290b2011-05-30 15:46:32 +020012602011-05-30 Mark Wielaard <mjw@redhat.com>
1261
1262 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
1263 run-rerequest_tag.sh
1264
Mark Wielaard20a217d2011-05-24 14:30:40 +020012652011-05-24 Mark Wielaard <mjw@redhat.com>
1266
1267 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
1268 * run-strip-reloc.sh: Add hello_s390.ko testcase.
1269 * hello_s390.ko.bz2: New test file.
1270
Mark Wielaard1662bc32011-05-16 11:33:11 +020012712011-05-23 Mark Wielaard <mjw@redhat.com>
1272
1273 * Makefile.am (TESTS): Add run-strip-reloc.sh.
1274 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
1275 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
1276 * run-strip-reloc.sh: New test.
1277 * hello_i386.ko.bz2: New test file.
1278 * hello_x86_64.ko.bz2: Likewise.
1279 * hello_ppc64.ko.bz2: Likewise.
1280
Mark Wielaard7a125b92011-05-17 12:20:01 +020012812011-05-18 Mark Wielaard <mjw@redhat.com>
1282
1283 * run-strip-groups.sh: New test.
1284 * testfile58.bz2: New test file.
1285 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
1286 (TESTS): Add run-strip-groups.sh.
1287 (EXTRA_DIST): Likewise.
1288
Marek Polacek494275c2011-03-28 16:00:38 +020012892011-03-28 Marek Polacek <mpolacek@redhat.com>
1290
1291 * alldts.c: New file.
1292 * run-alldts.sh: Use it.
1293 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1294 (alldts_LDADD): New variable.
1295
12962011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -08001297
1298 * dwarf-getstring.c: New test.
1299 * run-dwarf-getstring.sh: And its wrapper.
1300 * Makefile.am (EXTRA_DIST): Add and update all.
1301
Jan Kratochvilfec39992011-02-27 12:01:25 -080013022011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
1305 * run-readelf-twofiles.sh: New file.
1306
Mark Wielaard58cfa1c2011-02-25 20:17:52 +010013072011-02-25 Mark Wielaard <mjw@redhat.com>
1308
1309 * Makefile.am (BUILD_RPATH): Be consistent in naming.
1310
Josh Stonedc34eda2011-02-02 16:30:01 -080013112011-02-02 Josh Stone <jistone@redhat.com>
1312
1313 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
1314 * testfile55-64.bz2, testfile55-64.debug.bz2,
1315 testfile55-64.prelink.bz2, testfile55-32.bz2,
1316 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
1317 * Makefile.am (EXTRA_DIST): Add and update all.
1318
Roland McGrath32520bd2011-01-12 10:43:32 -080013192011-01-12 Roland McGrath <roland@redhat.com>
1320
1321 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -08001322 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -08001323
Josh Stoned41d9a62011-01-11 19:16:57 -080013242011-01-11 Josh Stone <jistone@redhat.com>
1325
Josh Stoneccbccef2011-01-11 19:16:59 -08001326 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
1327 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
1328 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
1329 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
1330 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
1331 * Makefile.am (EXTRA_DIST): Add and update all.
1332
Josh Stonecf514712011-01-11 19:16:58 -08001333 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
1334 * testfile53.bz2, testfile53.debug.bz2,
1335 testfile53.prelink.bz2: Deleted, so...
1336 * testfile53-64.bz2, testfile53-64.debug.bz2,
1337 testfile53-64.prelink.bz2: Recreated with 64-bit names.
1338 * testfile53-32.bz2, testfile53-32.debug.bz2,
1339 testfile53-32.prelink.bz2: New in 32-bit.
1340 * Makefile.am (EXTRA_DIST): Add and update all.
1341
Josh Stoned41d9a62011-01-11 19:16:57 -08001342 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
1343 * testfile52.so.bz2, testfile52.so.debug.bz2,
1344 testfile52.prelink.so.bz2: Deleted, so...
1345 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
1346 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
1347 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
1348 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -08001349 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -08001350 * Makefile.am (EXTRA_DIST): Add and update all.
1351
Josh Stoneffa02002011-01-10 21:28:46 -080013522011-01-10 Josh Stone <jistone@redhat.com>
1353
1354 * run-prelink-addr-test.sh: New test for prelinked addrs.
1355 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1356 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
1357 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
1358 * testfile53.bz2, testfile53.debug.bz2: New data files.
1359 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
1360 * Makefile.am (EXTRA_DIST): Add them.
1361
Roland McGrathec86e5f2010-06-14 17:44:38 -070013622010-06-04 Roland McGrath <roland@redhat.com>
1363
1364 * run-unstrip-test.sh: Also test modifying the file in place.
1365
Roland McGrath3c6ee4b2010-04-22 22:38:58 -070013662010-04-22 Roland McGrath <roland@redhat.com>
1367
1368 * addrcfi.c (handle_cfi): Fix function name in error message.
1369 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
1370
Roland McGrath26618d82010-04-14 13:10:47 -070013712010-04-14 Roland McGrath <roland@redhat.com>
1372
1373 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
1374
Ulrich Drepperc2d1e482010-04-10 18:23:47 -070013752010-04-10 Ulrich Drepper <drepper@redhat.com>
1376
1377 * msg_tst.c: Adjust expected error message.
1378
Petr Machata77961b52010-04-06 14:16:58 +020013792010-04-01 Petr Machata <pmachata@redhat.com>
1380
1381 * test-flag-nobits.c: New test.
1382 * run-test-flag-nobits.sh: And its wrapper.
1383 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
1384 (test_flag_nobits_LDADD): New variable.
1385
Roland McGrathe9ca7382010-02-15 15:15:50 -080013862010-02-15 Roland McGrath <roland@redhat.com>
1387
Roland McGrath22359e22010-02-15 15:57:03 -08001388 * Makefile.am: Use config/eu.am for common stuff.
1389
Roland McGrathe9ca7382010-02-15 15:15:50 -08001390 * asm-tst9.c (main): Rename local to avoid shadowing another local.
1391
Roland McGrathaf800142009-07-22 13:55:50 -070013922009-07-22 Roland McGrath <roland@redhat.com>
1393
1394 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
1395
Roland McGrath3c84db32009-06-24 17:41:40 -070013962009-07-08 Roland McGrath <roland@redhat.com>
1397
1398 * addrcfi.c: New file.
1399 * Makefile.am (noinst_PROGRAMS): Add it.
1400 (addrcfi_LDADD): New variable.
1401
Petr Machatad24c7bf2009-05-07 20:58:19 +020014022009-05-07 Petr Machata <pmachata@redhat.com>
1403
1404 * testfile51.bz2: New data file.
1405 * dwarf-getmacros.c: New test core.
1406 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -07001407 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1408 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +02001409
Ulrich Drepperf9545c42009-04-23 07:59:02 -070014102009-04-23 Ulrich Drepper <drepper@redhat.com>
1411
1412 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
1413 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -07001414
Roland McGrath19a8e4d2009-04-21 15:44:07 -070014152009-04-21 Roland McGrath <roland@redhat.com>
1416
1417 * testfile50.bz2: New data file.
1418 * Makefile.am (EXTRA_DIST): Add it.
1419 * run-dwfl-addr-sect.sh: Add a case using it.
1420
Ulrich Drepper5bd44442008-12-31 09:02:54 -080014212008-12-31 Ulrich Drepper <drepper@redhat.com>
1422
Ulrich Drepper3bf57592009-01-01 18:52:05 -08001423 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
1424 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
1425 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
1426 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
1427 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
1428 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
1429 roundss, roundps, roundpd, and roundsd.
1430 * testfile45.S.bz2: Likewise.
1431 * testfile44.expect.bz2: Adjust accordingly.
1432 * testfile45.expect.bz2: Likewise.
1433
Ulrich Drepper5bd44442008-12-31 09:02:54 -08001434 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
1435 * testfile45.S.bz2: Likewise.
1436 * testfile44.expect.bz2: Adjust accordingly.
1437 * testfile45.expect.bz2: Likewise.
1438
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -080014392008-12-30 Ulrich Drepper <drepper@redhat.com>
1440
Ulrich Drepperec32ff92008-12-30 23:24:09 -08001441 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08001442 * testfile45.S.bz2: Likewise.
1443 * testfile44.expect.bz2: Adjust accordingly.
1444 * testfile45.expect.bz2: Likewise.
1445
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -080014462008-12-19 Ulrich Drepper <drepper@redhat.com>
1447
1448 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1449 * testfile45.S.bz2: Likewise.
1450 * testfile44.expect.bz2: Adjust accordingly.
1451 * testfile45.expect.bz2: Likewise.
1452
Roland McGratha845f682008-12-03 03:41:58 +000014532008-11-26 Roland McGrath <roland@redhat.com>
1454
1455 * dwfl-bug-getmodules.c: New file.
1456 * Makefile.am (noinst_PROGRAMS): Add it.
1457 (dwfl_bug_getmodules_LDADD): New variable.
1458
14592008-09-10 Roland McGrath <roland@redhat.com>
1460
1461 * test-subr.sh (LC_ALL): Export it set to "C".
1462 * run-dwfl-addr-sect.sh: Don't do it here.
1463 * run-strings-test.sh: Likewise.
1464
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000014652008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1466
1467 * run-addrname-test.sh: Add a new case.
1468 * testfile49.bz2: New data file.
1469 * Makefile.am (EXTRA_DIST): Add it.
1470
Roland McGrath521c47d2008-04-11 07:01:58 +000014712008-04-10 Roland McGrath <roland@redhat.com>
1472
1473 * testfile48.bz2, testfile48.bz2.debug: New data files.
1474 * Makefile.am (EXTRA_DIST): Add them.
1475 * run-strip-test8.sh: Use them.
1476
1477 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1478
1479 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1480 * run-strip-test8.sh: New file.
1481 * testfile47.bz2: New data file.
1482 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1483
Roland McGrath13b69602008-04-01 02:30:05 +000014842008-03-31 Roland McGrath <roland@redhat.com>
1485
1486 * run-early-offscn.sh: New file.
1487 * early-offscn.c: New file.
1488 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1489 (early_offscn_LDADD): New variable.
1490
Roland McGrathd11f9cb2008-03-26 20:51:59 +000014912008-03-19 Roland McGrath <roland@redhat.com>
1492
1493 * run-addrname-test.sh: Add a new case.
1494
Roland McGrath658094a2008-02-22 08:14:07 +000014952008-02-22 Roland McGrath <roland@redhat.com>
1496
1497 * run-elflint-test.sh: Typo fix.
1498
14992008-02-21 Roland McGrath <roland@redhat.com>
1500
1501 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1502 for the build down to minimum.
1503 * run-disasm-x86-64.sh: Likewise.
1504
Roland McGrath059c83e2008-02-21 06:19:39 +000015052008-02-20 Roland McGrath <roland@redhat.com>
1506
1507 * testfile46.bz2: New data file.
1508 * Makefile.am (EXTRA_DIST): Add it.
1509 * run-elflint-test.sh: Test on it.
1510
Ulrich Drepperc54785a2008-02-01 18:05:21 +000015112008-02-01 Ulrich Drepper <drepper@redhat.com>
1512
1513 * Makefile.am: Hook up sha1-tst.c.
1514 * sha1-tst.c: New file.
1515
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000015162008-01-21 Roland McGrath <roland@redhat.com>
1517
1518 * testfile45.S.bz2: Add tests for cltq, cqto.
1519 * testfile45.expect.bz2: Adjust.
1520
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000015212008-01-14 Ulrich Drepper <drepper@redhat.com>
1522
1523 * testfile45.S.bz2: Add more tests.
1524 * testfile45.expect.bz2: Adjust.
1525
Ulrich Drepperfd479892008-01-12 03:06:47 +000015262008-01-11 Ulrich Drepper <drepper@redhat.com>
1527
1528 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1529 address mode.
1530
Ulrich Drepper96a73992008-01-11 06:17:06 +000015312008-01-10 Ulrich Drepper <drepper@redhat.com>
1532
1533 * testfile45.S.bz2: Add more tests.
1534 * testfile45.expect.bz2: Adjust.
1535
Ulrich Drepperff993222008-01-09 05:39:28 +000015362008-01-08 Ulrich Drepper <drepper@redhat.com>
1537
1538 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1539 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1540 run-disasm-x86-64.sh.
1541 * run-disasm-x86-64.sh: New file.
1542 * testfile45.S.bz2: New file.
1543 * testfile45.expect.bz2: New file.
1544 * testfile44.S.bz2: New tests.
1545 * testfile44.expect.bz2: Adjust.
1546
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000015472008-01-04 Ulrich Drepper <drepper@redhat.com>
1548
1549 * testfile44.S.bz2: New tests.
1550 * testfile44.expect.bz2: Adjust.
1551
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000015522008-01-04 Roland McGrath <roland@redhat.com>
1553
1554 * dwfl-bug-fd-leak.c (main): Add a cast.
1555
Ulrich Drepperee67b642008-01-03 08:45:10 +000015562008-01-03 Ulrich Drepper <drepper@redhat.com>
1557
1558 * testfile44.S.bz2: New tests.
1559 * testfile44.expect.bz2: Adjust.
1560
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000015612008-01-01 Ulrich Drepper <drepper@redhat.com>
1562
Ulrich Drepperf231e272008-01-02 18:07:17 +00001563 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1564
15652008-01-01 Ulrich Drepper <drepper@redhat.com>
1566
Ulrich Drepperee67b642008-01-03 08:45:10 +00001567 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001568 * testfile44.expect.bz2: Adjust.
1569
15702007-12-31 Ulrich Drepper <drepper@redhat.com>
1571
Ulrich Drepperee67b642008-01-03 08:45:10 +00001572 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001573 * testfile44.expect.bz2: Adjust.
1574
15752007-12-30 Ulrich Drepper <drepper@redhat.com>
1576
Ulrich Drepperee67b642008-01-03 08:45:10 +00001577 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001578 * testfile44.expect.bz2: Adjust.
1579
15802007-12-29 Ulrich Drepper <drepper@redhat.com>
1581
Ulrich Drepperee67b642008-01-03 08:45:10 +00001582 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001583 * testfile44.expect.bz2: Adjust.
1584
15852007-12-28 Ulrich Drepper <drepper@redhat.com>
1586
1587 * testfile44.S.bz2: New tests.
1588 * testfile44.expect.bz2: Adjust.
1589
15902007-12-27 Ulrich Drepper <drepper@redhat.com>
1591
1592 * testfile44.S.bz2: New tests.
1593 * testfile44.expect.bz2: Adjust.
1594
15952007-12-26 Ulrich Drepper <drepper@redhat.com>
1596
1597 * testfile44.S.bz2: New tests.
1598 * testfile44.expect.bz2: Adjust
1599
16002007-12-21 Ulrich Drepper <drepper@redhat.com>
1601
1602 * testfile44.S.bz2: More tests.
1603 * testfile44.expect.bz2: Adjust appropriately.
1604
16052007-12-19 Ulrich Drepper <drepper@redhat.com>
1606
1607 * Makefile.am (TESTS): Add run-disasm.sh.
1608 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1609 testfile44.expect.bz2.
1610 * run-disasm.sh: New file.
1611 * testfile44.S.bz2: New file.
1612 * testfile44.expect.bz2: New file.
1613
Roland McGrath1a2e8f42007-12-15 23:39:34 +000016142007-12-15 Roland McGrath <roland@redhat.com>
1615
1616 * run-allregs.sh: Change expected output for powerpc spefscr.
1617
Roland McGrathe4c22ea2007-10-23 13:07:39 +000016182007-10-20 Roland McGrath <roland@redhat.com>
1619
1620 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1621
16222007-10-19 Roland McGrath <roland@redhat.com>
1623
1624 * dwfl-addr-sect.c (handle_address): Return int.
1625 Don't exit on error, just return nonzero.
1626 (main): Collect results.
1627 * run-dwfl-addr-sect.sh: New file.
1628 * testfile43.bz2: New data file.
1629 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1630
16312007-10-18 Roland McGrath <roland@redhat.com>
1632
1633 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1634
16352007-10-16 Roland McGrath <roland@redhat.com>
1636
1637 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1638
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000016392007-10-09 Roland McGrath <roland@redhat.com>
1640
1641 * dwflmodtest.c (print_module): Don't use %p in output.
1642 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1643
16442007-10-08 Roland McGrath <roland@redhat.com>
1645
1646 * testfile42.bz2: New data file.
1647 * Makefile.am (EXTRA_DIST): Add it.
1648 * run-elflint-test.sh: New test on that file.
1649
Roland McGrath59ea7f32007-10-04 08:50:09 +000016502007-10-04 Roland McGrath <roland@redhat.com>
1651
1652 * run-readelf-test4.sh: New file.
1653 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1654
16552007-10-03 Roland McGrath <roland@redhat.com>
1656
1657 * run-readelf-test3.sh: New file.
1658 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1659
Roland McGrathf6b92282007-10-02 02:34:11 +000016602007-10-01 Roland McGrath <roland@redhat.com>
1661
1662 * run-readelf-test2.sh: New file.
1663 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1664
Roland McGrathc76f0b02007-09-27 07:31:33 +000016652007-09-11 Roland McGrath <roland@redhat.com>
1666
1667 * run-addrname-test.sh: Add a new case.
1668 * testfile41.bz2: New data file.
1669 * Makefile.am (EXTRA_DIST): Add it.
1670
Roland McGrathcb6d8652007-08-23 08:10:54 +000016712007-08-23 Roland McGrath <roland@redhat.com>
1672
1673 * run-allregs.sh: Update expected x86-64 output for %rflags.
1674
Roland McGrath099dd522007-08-13 22:58:36 +000016752007-08-12 Roland McGrath <roland@redhat.com>
1676
1677 * run-strip-test7.sh: New file.
1678 * testfile39.bz2: New data file.
1679 * testfile40.bz2: New data file.
1680 * testfile40.debug.bz2: New data file.
1681 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1682
Roland McGrath42f68682007-08-09 07:54:22 +000016832007-08-09 Roland McGrath <roland@redhat.com>
1684
1685 * dwfl-bug-report.c: Fix header inclusion.
1686
16872007-08-08 Roland McGrath <roland@redhat.com>
1688
1689 * run-addrname-test.sh: Add a new case using addr2line -S.
1690 * testfile38.bz2: New data file.
1691 * Makefile.am (EXTRA_DIST): Add it.
1692
Roland McGrath87d47802007-07-16 22:23:37 +000016932007-07-16 Roland McGrath <roland@redhat.com>
1694
1695 * dwfl-bug-report.c: New file.
1696 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1697 (dwfl_bug_report_LDADD): New variable.
1698
16992007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001700
1701 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1702
Ulrich Drepperb0243862007-06-06 00:09:36 +000017032007-06-05 Ulrich Drepper <drepper@redhat.com>
1704
1705 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1706 testfile37.bz and testfile37.debug.bz2.
1707
Roland McGrath53bce222007-05-23 19:15:04 +000017082007-05-23 Roland McGrath <roland@redhat.com>
1709
1710 * run-allregs.sh: Update expected Alpha results.
1711
Roland McGrath9aa8ef72007-05-18 08:59:43 +000017122007-05-18 Roland McGrath <roland@redhat.com>
1713
1714 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1715 * testfile37.bz2: New data file.
1716 * testfile37.debug.bz2: New data file.
1717 * run-unstrip-test2.sh: New file.
1718 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1719
17202007-05-10 Roland McGrath <roland@redhat.com>
1721
1722 * run-dwfl-bug-offline-rel.sh: New file.
1723 * testfile36.bz2: New data file.
1724 * testfile36.debug.bz2: New data file.
1725 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1726
17272007-04-28 Roland McGrath <roland@redhat.com>
1728
1729 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1730 * testfile35.bz2: New data file.
1731 * testfile35.debug.bz2: New data file.
1732 * run-unstrip-test.sh: New file.
1733 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1734
1735 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1736
Roland McGrath2be02912007-04-27 04:07:41 +000017372007-04-26 Roland McGrath <roland@redhat.com>
1738
1739 * run-elflint-self.sh: Run all tests even if one fails.
1740
1741 * run-allregs.sh: Add expected output for alpha.
1742
Roland McGrath4be15242007-04-25 03:09:33 +000017432007-04-24 Roland McGrath <roland@redhat.com>
1744
1745 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1746
17472007-04-22 Roland McGrath <roland@redhat.com>
1748
1749 * run-allregs.sh: Update expected register info.
1750
Roland McGrath43da9892007-04-16 23:13:37 +000017512007-04-16 Roland McGrath <roland@redhat.com>
1752
1753 * dwfl-addr-sect.c: New file.
1754 * Makefile.am (noinst_PROGRAMS): Add it.
1755 (dwfl_addr_sect_LDADD): New variable.
1756
17572007-04-05 Roland McGrath <roland@redhat.com>
1758
1759 * get-files.c: Test dwarf_getsrcdirs.
1760 * run-get-files.sh: Update expected output.
1761
Roland McGrath5f6a41a2007-04-01 23:11:40 +000017622007-04-01 Roland McGrath <roland@redhat.com>
1763
1764 * run-allregs.sh: Updated expected output for x86_64.
1765
Ulrich Drepper6258e742007-03-13 06:22:40 +000017662007-03-04 Roland McGrath <roland@redhat.com>
1767
1768 * dwfl-bug-fd-leak.c: New file.
1769 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1770 (dwfl_bug_fd_leak_LDADD): New variable.
1771
1772 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1773 show what files have been located.
1774
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000017752007-02-02 Roland McGrath <roland@redhat.com>
1776
1777 * run-addrname-test.sh: New file.
1778 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1779 * testfile34.bz2: New data file.
1780 * Makefile.am (EXTRA_DIST): Add it.
1781
17822007-01-20 Roland McGrath <roland@redhat.com>
1783
1784 * testfile33.bz2: New data file.
1785 * Makefile.am (EXTRA_DIST): Add it.
1786 * run-elflint-test.sh: Test on it too.
1787
17882007-01-18 Roland McGrath <roland@redhat.com>
1789
1790 * Makefile.am (CFLAGS): Don't molest it.
1791
17922007-01-11 Roland McGrath <roland@redhat.com>
1793
1794 * testfile32.bz2: New data file.
1795 * Makefile.am (EXTRA_DIST): Add it.
1796 * run-elflint-test.sh: Test on it too.
1797
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000017982007-02-04 Ulrich Drepper <drepper@redhat.com>
1799
1800 * arls.c: New file.
1801 * Makefile (noinst_PROGRAMS): Add arls.
1802
1803 * run-ranlib-test2.sh: Fix type in comment.
1804
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000018052007-01-10 Ulrich Drepper <drepper@redhat.com>
1806
1807 * run-elflint-self.sh (runtest): Show which file has the problem.
1808
Roland McGrathba949b32007-01-10 20:44:29 +000018092007-01-10 Roland McGrath <roland@redhat.com>
1810
1811 * dwfl-bug-addr-overflow.c: New file.
1812 * Makefile.am (TESTS): Add it.
1813 (dwfl_bug_addr_overflow_LDADD): New variable.
1814
Roland McGrath8190db62006-12-17 23:56:51 +000018152006-12-17 Roland McGrath <roland@redhat.com>
1816
1817 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1818
Roland McGrathc373d852006-10-10 00:25:21 +000018192006-09-05 Roland McGrath <roland@redhat.com>
1820
1821 * run-strings-test.sh: Export LC_ALL=C for the test.
1822
18232006-08-29 Roland McGrath <roland@redhat.com>
1824
1825 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1826 * run-arsymtest.sh: Likewise.
1827
1828 * run-native-test.sh (native.c compilation): Add some braces.
1829
18302006-08-22 Roland McGrath <roland@redhat.com>
1831
1832 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1833 (struct reginfo): New members bits, type.
1834 (one_register, match_register): Update to take new args,
1835 record and display new info.
1836 (main): Display new info.
1837 * run-allregs.sh: Update expected results.
1838
Roland McGrath19db8592006-08-03 08:52:46 +000018392006-08-03 Roland McGrath <roland@redhat.com>
1840
1841 * run-allregs.sh: Add sparc cases.
1842 * testfile30.bz2: New data file.
1843 * testfile31.bz2: New data file.
1844 * Makefile.am (EXTRA_DIST): Add them.
1845
Roland McGrath95024622006-07-21 10:06:31 +000018462006-07-21 Roland McGrath <roland@redhat.com>
1847
1848 * allregs.c (struct reginfo): Increase size of name.
1849 (one_register): Assert that it's big enough.
1850
Roland McGrathb4379722006-04-05 01:35:26 +000018512006-04-04 Roland McGrath <roland@redhat.com>
1852
1853 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1854 * testfile29.bz2: New file.
1855 * testfile29.rdwr.bz2: New file.
1856 * Makefile.am (EXTRA_DIST): Add them.
1857
Ulrich Drepperba718b12006-04-04 21:31:16 +000018582006-04-04 Ulrich Drepper <drepper@redhat.com>
1859
1860 * Makefile.am: Add rules to run run-bug1-test.sh.
1861 * rdwrmmap.c: New file.
1862 * run-bug1-test.sh: New file.
1863 * testfile28.bz2: New file.
1864 * testfile28.rdwr.bz2: New file.
1865
Roland McGrathdd7e22b2006-03-09 23:05:47 +000018662006-03-09 Roland McGrath <roland@redhat.com>
1867
1868 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1869
Roland McGrath060fa052006-03-02 07:51:50 +000018702006-03-01 Roland McGrath <roland@redhat.com>
1871
1872 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1873 changes matching 3.0 spec.
1874
Roland McGrathc40f58a2006-01-13 20:13:21 +000018752006-01-13 Roland McGrath <roland@redhat.com>
1876
1877 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1878 bash 3.1 whines when it's done in the trap 0 handler.
1879
Roland McGrath4b248ce2006-01-12 03:34:38 +000018802006-01-11 Roland McGrath <roland@redhat.com>
1881
1882 * testfile26.bz2: New data file.
1883 * testfile27.bz2: New data file.
1884 * Makefile.am (EXTRA_DIST): Add them.
1885 * run-allregs.sh: Test s390 data.
1886
Roland McGrath124a7982005-12-15 02:37:09 +000018872005-12-14 Roland McGrath <roland@redhat.com>
1888
1889 * run-native-test.sh: Redirect output from native test process.
1890
Roland McGrath94d26ad2005-12-13 23:24:37 +000018912005-12-13 Roland McGrath <roland@redhat.com>
1892
1893 * allregs.c (main): Fail if we find no registers.
1894
1895 * run-native-test.sh: New file.
1896 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1897
Roland McGrathba72ab12005-12-12 00:04:33 +000018982005-12-10 Ulrich Drepper <drepper@redhat.com
1899
1900 * run-readelf-test1.sh: New file.
1901 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1902 (EXTRA_DIST): Likewise.
1903
Roland McGrathd804e722005-12-08 01:35:42 +000019042005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001905
Roland McGrathd804e722005-12-08 01:35:42 +00001906 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001907
Roland McGrath994b4892005-12-05 22:46:21 +000019082005-11-25 Roland McGrath <roland@redhat.com>
1909
1910 * coverage.sh: Given -v argument, print names of unused files.
1911
1912 * addrscopes.c (main): Use dwfl_end before return.
1913 * allregs.c (main): Likewise.
1914 * find-prologues.c (main): Likewise.
1915 * funcretval.c (main): Likewise.
1916 * funcscopes.c (main): Likewise.
1917 * line2addr.c (main): Likewise.
1918
1919 * run-allregs.sh: New file.
1920 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1921
1922 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1923 * Makefile.am (allregs_LDADD): Updated.
1924
1925 * allregs.c: New file.
1926 * Makefile.am (noinst_PROGRAMS): Add it.
1927 (allregs_LDADD): New variable.
1928
Roland McGrath9365d2c2005-11-18 23:55:47 +000019292005-11-18 Roland McGrath <roland@redhat.com>
1930
1931 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1932 * test-wrapper.sh: Likewise.
1933
Roland McGrath575dd392005-11-18 01:41:52 +000019342005-11-17 Roland McGrath <roland@redhat.com>
1935
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001936 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1937 environment for test-wrapper.sh.
1938 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1939 * test-subr.sh (installed_testrun): Likewise.
1940 Use explicit path in ${bindir}.
1941
Roland McGrath575dd392005-11-18 01:41:52 +00001942 * Makefile.am (installcheck-local): Fix typo in last change.
1943
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000019442005-11-16 Roland McGrath <roland@redhat.com>
1945
1946 * configure.ac: New file, for standalone build/dist of test suite.
1947 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1948 (asm_TESTS): New variable, broken out of ...
1949 (TESTS): ... here. Also remove msg_tst.
1950 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1951 (installed_TESTS_ENVIRONMENT): New variable.
1952 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1953 [!STANDALONE] (installcheck-local): Likewise.
1954 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1955 * addrscopes.c: Include <config.h>.
1956 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1957 * allfcts.c: Likewise.
1958 * asm-tst1.c: Likewise.
1959 * asm-tst2.c: Likewise.
1960 * asm-tst3.c: Likewise.
1961 * asm-tst4.c: Likewise.
1962 * asm-tst5.c: Likewise.
1963 * asm-tst6.c: Likewise.
1964 * asm-tst7.c: Likewise.
1965 * asm-tst8.c: Likewise.
1966 * asm-tst9.c: Likewise.
1967 * dwflmodtest.c: Likewise.
1968 * find-prologues.c: Likewise.
1969 * funcscopes.c: Likewise.
1970 * get-aranges.c: Likewise.
1971 * get-files.c: Likewise.
1972 * get-lines.c: Likewise.
1973 * get-pubnames.c: Likewise.
1974 * line2addr.c: Likewise.
1975 * newscn.c: Likewise.
1976 * show-abbrev.c: Likewise.
1977 * show-die-info.c: Likewise.
1978 * update3.c: Likewise.
1979 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001980 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001981
1982 * dwflmodtest.c (print_instance): Don't use INTUSE.
1983 (options): Don't use N_ macro.
1984
Roland McGrath1b8b4462005-11-16 01:33:38 +000019852005-11-15 Roland McGrath <roland@redhat.com>
1986
Roland McGrathe47ab762005-11-17 03:16:00 +00001987 * coverage.sh: Look in backends.
1988 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1989 (TESTS_ENVIRONMENT): Likewise.
1990
1991 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1992 pass FUNCDIE direclty to dwfl_module_return_value_location.
1993
Roland McGrath1b8b4462005-11-16 01:33:38 +00001994 * Makefile.am (BUILD_RPATH): New variable.
1995 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1996 (tests_rpath): New variable.
1997 (installcheck-local): Pass it to test-wrapper.sh.
1998 * test-wrapper.sh: In "installed" format, take yes/no value
1999 for elfutils_tests_rpath, which export. When running a test
2000 binary for installcheck, exit 77.
2001 * test-subr.sh (installed_testrun): When running a test binary
2002 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
2003
20042005-11-14 Roland McGrath <roland@redhat.com>
2005
2006 * test-subr.sh: New file.
2007 * test-wrapper.sh: New file.
2008 * Makefile.am (EXTRA_DIST): Add them.
2009 (AM_LDFLAGS): Variable removed.
2010 (TESTS_ENVIRONMENT): New variable.
2011 (installcheck-local): New target.
2012 * run-addrscopes.sh: Use test-subr.sh.
2013 * run-allfcts.sh: Likewise.
2014 * run-ecp-test.sh: Likewise.
2015 * run-ecp-test2.sh: Likewise.
2016 * run-elflint-self.sh: Likewise.
2017 * run-elflint-test.sh: Likewise.
2018 * run-find-prologues.sh: Likewise.
2019 * run-funcscopes.sh: Likewise.
2020 * run-get-aranges.sh: Likewise.
2021 * run-get-files.sh: Likewise.
2022 * run-get-lines.sh: Likewise.
2023 * run-get-pubnames.sh: Likewise.
2024 * run-line2addr.sh: Likewise.
2025 * run-ranlib-test.sh: Likewise.
2026 * run-ranlib-test2.sh: Likewise.
2027 * run-show-abbrev.sh: Likewise.
2028 * run-show-ciefde.sh: Likewise.
2029 * run-show-die-info.sh: Likewise.
2030 * run-strings-test.sh: Likewise.
2031 * run-strip-test.sh: Likewise.
2032
Roland McGrathe47ab762005-11-17 03:16:00 +000020332005-11-13 Roland McGrath <roland@redhat.com>
2034
2035 * funcretval.c: New file.
2036 * Makefile.am (noinst_PROGRAMS): Add it.
2037 (funcretval_LDADD): New variable.
2038
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000020392005-11-09 Ulrich Drepper <drepper@redhat.com>
2040
2041 * line2addr.c (handle_module): Add missing parameter to printf.
2042
Roland McGrath07d4f2f2005-10-28 06:56:24 +000020432005-10-27 Roland McGrath <roland@redhat.com>
2044
Roland McGrath6724c902005-10-28 07:07:19 +00002045 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
2046 * funcscopes.c (handle_function): Likewise.
2047 * dwflmodtest.c (print_inline, print_func): Likewise.
2048 * find-prologues.c (handle_function): Likewise.
2049
20502005-10-27 Roland McGrath <roland@redhat.com>
2051
Roland McGrath07d4f2f2005-10-28 06:56:24 +00002052 * run-find-prologues.sh: New file.
2053 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2054
2055 * find-prologues.c (handle_function): Skip inlines.
2056
20572005-10-25 Roland McGrath <roland@redhat.com>
2058
2059 * find-prologues.c: New file.
2060 * Makefile.am (noinst_PROGRAMS): Add it.
2061 (find_prologues_LDADD): New variable.
2062
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000020632005-09-02 Ulrich Drepper <drepper@redhat.com>
2064
2065 * run-strings-test.sh: Remove strings.out in the end.
2066
Ulrich Drepper7d65d012005-08-31 15:14:26 +000020672005-08-31 Ulrich Drepper <drepper@redhat.com>
2068
2069 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
2070 * run-allfcts.sh: Likewise.
2071 * run-ecp-test.sh: Likewise.
2072 * run-ecp-test2.sh: Likewise.
2073 * run-elflint-test.sh: Likewise.
2074 * run-funcscopes.sh: Likewise.
2075 * run-get-aranges.sh: Likewise.
2076 * run-get-files.sh: Likewise.
2077 * run-get-lines.sh: Likewise.
2078 * run-get-pubnames.sh: Likewise.
2079 * run-line2addr.sh: Likewise.
2080 * run-ranlib-test2.sh: Likewise.
2081 * run-show-abbrev.sh: Likewise.
2082 * run-show-ciefde.sh: Likewise.
2083 * run-show-die-info.sh: Likewise.
2084 * run-strings-test.sh: Likewise.
2085 * run-strip-test.sh: Likewise.
2086
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000020872005-08-30 Ulrich Drepper <drepper@redhat.com>
2088
2089 * coverage.sh: Handle case where there is no .gcno file at all.
2090
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000020912005-08-29 Ulrich Drepper <drepper@redhat.com>
2092
2093 * Makefile.am (EXTRA_DIST): Add coverage.
2094 [GCOV]: Generate coverage summary after the tests ran
2095 * coverage.sh: New file.
2096
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000020972005-08-28 Ulrich Drepper <drepper@redhat.com>
2098
2099 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
2100 (CLEANFILES): Add *.gcno *.gcda *.gconv.
2101
21022005-08-28 Ulrich Drepper <drepper@redhat.com>
2103
2104 * run-strings-test.sh: New file.
2105 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2106
Roland McGrath71e15a02005-08-27 10:33:26 +000021072005-08-27 Roland McGrath <roland@redhat.com>
2108
Roland McGrathb0bc2782005-08-27 21:07:16 +00002109 * addrscopes.c (handle_address): Apply bias to PC addresses.
2110
Roland McGrath71e15a02005-08-27 10:33:26 +00002111 * run-funcscopes.sh: New file.
2112 * testfile25.bz2: New data file.
2113 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2114
21152005-08-26 Roland McGrath <roland@redhat.com>
2116
2117 * addrscopes.c (dwarf_diename_integrate): Removed.
2118 (print_vars, handle_address): Use plain dwarf_diename.
2119
21202005-08-25 Roland McGrath <roland@redhat.com>
2121
2122 * funcscopes.c: New file.
2123 * Makefile.am (noinst_PROGRAMS): Add it.
2124 (funcscopes_LDADD): New variable.
2125
2126 * run-addrscopes.sh: Add another case.
2127 * testfile24.bz2: New data file.
2128 * Makefile.am (EXTRA_DIST): Add it.
2129
2130 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
2131 pass it to dwarf_getscopes.
2132 (main): Pass it, true when '=' follows an address.
2133
Roland McGrath4c305da2005-08-25 01:49:35 +000021342005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00002135
Roland McGrath4c305da2005-08-25 01:49:35 +00002136 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00002137
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000021382005-08-24 Ulrich Drepper <drepper@redhat.com>
2139
Ulrich Drepper958bf132005-08-24 21:40:55 +00002140 * run-line2addr.sh: Remove testfile23 in the end.
2141
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002142 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00002143 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002144
Roland McGrathd17fac72005-08-23 08:20:21 +000021452005-08-22 Roland McGrath <roland@redhat.com>
2146
2147 * run-line2addr.sh: Add a case.
2148 * testfile23.bz2: New data file.
2149 * Makefile.am (EXTRA_DIST): Add it.
2150
Roland McGrath9a1f3652005-08-18 20:57:04 +000021512005-08-18 Roland McGrath <roland@redhat.com>
2152
Roland McGrathf5fda7d2005-08-18 22:01:57 +00002153 * run-addrscopes.sh: New file.
2154 * testfile22.bz2: New data file.
2155 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2156
Roland McGrath9a1f3652005-08-18 20:57:04 +00002157 * addrscopes.c: New file.
2158 * Makefile.am (noinst_PROGRAMS): Add it.
2159 (addrscopes_LDADD): New variable.
2160
Ulrich Drepper837b5222005-08-16 05:12:01 +000021612005-08-15 Ulrich Drepper <drepper@redhat.com>
2162
2163 * run-elflint-self.sh: Don't run test if the file doesn't exist.
2164
Roland McGrath1ecb6062005-08-15 09:53:04 +000021652005-08-15 Roland McGrath <roland@redhat.com>
2166
2167 * dwflmodtest.c (print_instance, print_inline): New functions.
2168 (print_func): Call print_inline.
2169 (options, parse_opt): Grok -i/--inlines.
2170
Roland McGrath8d18c292005-08-07 21:42:07 +000021712005-08-07 Roland McGrath <roland@redhat.com>
2172
2173 * dwflmodtest.c: Print function details only if -f flag is given.
2174
Ulrich Drepper47be7952005-08-07 04:41:39 +000021752005-08-06 Ulrich Drepper <drepper@redhat.com>
2176
Ulrich Drepper637963b2005-08-07 05:33:07 +00002177 * run-elflint-self.sh: New file.
2178 * Makefile.am (TESTS): Add run-elflint-self.sh.
2179 (EXTRA_DIST): Likewise.
2180
Ulrich Drepper47be7952005-08-07 04:41:39 +00002181 * Makefile.am: Link with statis libs if BUILD_STATIC.
2182 (dwflmodtest_LDADD): Also link with -ldl.
2183
Ulrich Drepper41de4882005-08-03 00:02:56 +000021842005-08-02 Ulrich Drepper <drepper@redhat.com>
2185
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002186 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
2187 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
2188 library first.
2189 * asm-tst2.c: Likewise.
2190 * asm-tst3.c: Likewise.
2191 * asm-tst4.c: Likewise.
2192 * asm-tst5.c: Likewise.
2193 * asm-tst6.c: Likewise.
2194 * asm-tst7.c: Likewise.
2195 * asm-tst8.c: Likewise.
2196 * asm-tst9.c: Likewise.
2197
Ulrich Drepper41de4882005-08-03 00:02:56 +00002198 * msg_tst.c: Add new error message.
2199
Ulrich Drepper18618fd2005-07-28 21:29:22 +000022002005-07-28 Ulrich Drepper <drepper@redhat.com>
2201
2202 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
2203
Roland McGrathd17fac72005-08-23 08:20:21 +000022042005-06-01 Roland McGrath <roland@redhat.com>
2205
2206 * line2addr.c: Rewritten using libdwfl.
2207 * run-line2addr.sh: Update test for changed arguments.
2208 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
2209 (libdwfl): New variable.
2210 (line2addr_LDADD): Use it.
2211
Roland McGrath18385902005-07-28 07:12:38 +000022122005-07-28 Roland McGrath <roland@redhat.com>
2213
2214 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
2215 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
2216 (dwflmodtest_LDADD): New variable.
2217 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
2218
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000022192005-07-21 Ulrich Drepper <drepper@redhat.com>
2220
2221 * testfile18.bz2: New file.
2222 * run-elflint-test.sh: New file.
2223 * Makefile.am (TESTS): Add run-elflint-test.sh.
2224 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
2225
22262005-05-24 Ulrich Drepper <drepper@redhat.com>
2227
2228 * get-files.c (main): Use correct format specifier.
2229
22302005-05-21 Ulrich Drepper <drepper@redhat.com>
2231
2232 * Makefile.am: Add -Wextra to CFLAGS.
2233 * get-files.c: Remove warning this produced.
2234 * get-pubnames.c: Likewise.
2235 * newfile.c: Likewise.
2236 * newscn.c: Likewise.
2237 * scnnames.c: Likewise.
2238 * showptable.c: Likewise.
2239 * test-nlist.c: Likewise.
2240 * update1.c: Likewise.
2241 * update2.c: Likewise.
2242 * update3.c: Likewise.
2243 * update4.c: Likewise.
2244
22452005-05-08 Ulrich Drepper <drepper@redhat.com>
2246
2247 * run-line2addr.sh: Remove testfile14 at the end.
2248
Ulrich Drepper282bf322005-07-28 21:49:05 +00002249 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002250
2251 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
2252 .bz, not .bz2.
2253
22542005-05-03 Roland McGrath <roland@redhat.com>
2255
2256 * run-strip-test.sh: Use variables for test file names.
2257 Optionally produce separate debug file and check it.
2258 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
2259 * run-strip-test3.sh: Likewise.
2260 * run-strip-test4.sh: New file.
2261 * run-strip-test5.sh: New file.
2262 * run-strip-test6.sh: New file.
2263 * testfile15.bz: New file.
2264 * testfile15.debug.bz: New file.
2265 * testfile16.bz: New file.
2266 * testfile16.debug.bz: New file.
2267 * testfile17.bz: New file.
2268 * testfile17.debug.bz: New file.
2269 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2270
22712005-04-25 Ulrich Drepper <drepper@redhat.com>
2272
2273 * run-line2addr.sh: Also use testfile14. Adjust for correct
2274 return of multiple matches.
2275 * testfile14.bz2: New file.
2276 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
2277
2278 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
2279
Roland McGrath87d47802007-07-16 22:23:37 +000022802005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002281
2282 * line2addr.c (main): Initialize LINES and NLINES before calling
2283 dwarf_getsrc_file, and free LINES afterwards.
2284
2285 * allfcts.c (main): Use size_t for CUHL.
2286
22872005-04-04 Ulrich Drepper <drepper@redhat.com>
2288
2289 * line2addr.c: New file.
2290 * run-line2addr.sh: New file.
2291 * Makefile.am: Add rules to build, run, and distribute new code.
2292
22932005-04-02 Ulrich Drepper <drepper@redhat.com>
2294
2295 * allfcts.c: New file.
2296 * run-allfcts.sh: New file.
2297 * Makefile.am: Add rules to build, run, and distribute new code.
2298
22992005-02-05 Ulrich Drepper <drepper@redhat.com>
2300
2301 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
2302 programs with -lmudflap.
2303
23042004-09-25 Ulrich Drepper <drepper@redhat.com>
2305
2306 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
2307 * asm-tst5.c (main): Likewise.
2308 * asm-tst6.c (main): Likewise.
2309
23102004-01-17 Ulrich Drepper <drepper@redhat.com>
2311
2312 * Makefile.am: Support building with mudflap.
2313
23142004-01-12 Ulrich Drepper <drepper@redhat.com>
2315
2316 * get-aranges.c: Rewrite to use libdw.
2317 * Makefile.am: Reenable get-aranges test.
2318
23192004-01-11 Ulrich Drepper <drepper@redhat.com>
2320
2321 * get-lines.c: New file.
2322 * get-files.c: Adjust for libdw.
2323 * run-get-files.sh: Adjust expected result.
2324 * run-get-lines.sh: Likewise.
2325 * Makefile.am: Run get-lines test. Don't run get-aranges and
2326 get-ciefde test for now.
2327
2328 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
2329 change. Print attribute offset information.
2330 * run-show-abbrev.sh: Adjust expected output.
2331
23322004-01-09 Ulrich Drepper <drepper@redhat.com>
2333
2334 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
2335 * show-die-info.c: Likewise.
2336 * run-show-die-info.sh: Adjust expected output.
2337
23382003-08-13 Ulrich Drepper <drepper@redhat.com>
2339
2340 * Makefile.in: Depend on libebl.a, not libebl.so.
2341
23422003-08-11 Ulrich Drepper <drepper@redhat.com>
2343
2344 * Moved to CVS archive.