blob: a899947eb168762ff74475221a6aa47ac9c3897a [file] [log] [blame]
Max Filippovc801acf2015-05-04 20:17:52 +030012015-05-04 Max Filippov <jcmvbkbc@gmail.com>
2
3 * backtrace-child.c (stdarg, main): Replace assert_perror with assert.
4 * backtrace-data.c (memory_read, maps_lookup, set_initial_registers)
5 (main): Likewise.
6 * backtrace-dwarf.c (main): Likewise.
7 * backtrace.c (prepare_thread, exec_dump): Likewise.
8
Anthony G. Basile1ab3c2b2015-05-04 02:25:39 +030092015-05-04 Anthony G. Basile <blueness@gentoo.org>
10
11 * Makefile.am (line2addr_LDADD, addrscopes_LDADD, funcscopes_LDADD)
12 (funcretval_LDADD, allregs_LDADD, find_prologues_LDADD)
13 (dwflmodtest_LDADD, dwfl_addr_sect_LDADD, addrcfi_LDADD)
14 (low_high_pc_LDADD, dwflsyms_LDADD, dwfllines_LDADD, varlocs_LDADD)
15 (backtrace_LDADD, aggregate_size_LDADD): Append $(argp_LDADD).
16
Mark Wielaarde6e80da2015-05-01 10:31:36 +0200172015-05-01 Mark Wielaard <mjw@redhat.com>
18
19 * run-stack-d-test.sh: Use --raw and mangled output.
20 * run-stack-i-test.sh: Likewise.
21 * run-stack-demangled-test.sh: New test.
22 * Makefile.am (EXTRA_DIST): Add run-stack-demangled-test.sh.
23 (TESTS): Likewise.
24
H.J. Lu5bbf0392015-03-25 05:44:57 -0700252015-04-01 H.J. Lu <hjl.tools@gmail.com>
26
H.J. Lu224e2e62015-03-25 09:19:08 -070027 * Makefile.am (TESTS): Add run-strip-test10.sh.
28 (EXTRA_DIST): Likewise. Add testfile-x32-d.bz2.
29 Add testfile-x32-debug.bz2.
30 * run-strip-test10.sh: New file.
31 * testfile-x32-d.bz2: Likewise.
32 * testfile-x32-debug.bz2: Likewise.
33
342015-04-01 H.J. Lu <hjl.tools@gmail.com>
35
H.J. Luf1bde8d2015-03-25 08:16:56 -070036 * Makefile.am (TESTS): Add run-strip-test9.sh.
37 (EXTRA_DIST): Likewise. Add testfile-x32-s.bz2.
38 * run-strip-test9.sh: New file.
39 * testfile-x32-s.bz2: Likewise.
40
412015-04-01 H.J. Lu <hjl.tools@gmail.com>
42
H.J. Lu6de72762015-03-25 07:22:43 -070043 * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
44 (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
45 Add backtrace.x32.exec.bz2.
46 * backtrace.x32.core.bz2 : New file.
47 * backtrace.x32.exec.bz2: Likewise.
48 * run-backtrace-core-x32.sh: Likewise.
49
502015-04-01 H.J. Lu <hjl.tools@gmail.com>
51
H.J. Luaa19e592015-03-25 06:44:09 -070052 * run-addrcfi.sh: Add a test for testfile-x32.
53 * testfile-x32.bz2: New file.
54 * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2.
55
562015-04-01 H.J. Lu <hjl.tools@gmail.com>
57
H.J. Lu8c78ff02015-03-25 05:57:09 -070058 * run-allregs.sh: Add a test for testfile-x32-core.
59
602015-04-01 H.J. Lu <hjl.tools@gmail.com>
61
H.J. Lu5bbf0392015-03-25 05:44:57 -070062 * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core.
63 * testfile-x32-core.bz2: New file.
64 * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2.
65
Petr Machata06457da2015-03-18 19:35:16 +0100662015-03-18 Petr Machata <pmachata@redhat.com>
67
Petr Machata7f617342015-03-18 19:42:02 +010068 * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match
69 the API changes.
70 * allregs.c (dwarf_encoding_string): Likewise.
71 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
72 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.
73
742015-03-18 Petr Machata <pmachata@redhat.com>
75
Petr Machata06457da2015-03-18 19:35:16 +010076 * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
77 debug-ranges-no-lowpc.o.bz2.
78
Mark Wielaard0a35e3a2015-03-13 23:51:40 +0100792015-03-13 Mark Wielaard <mjw@redhat.com>
80
81 * backtrace-dwarf.c: Add explicit includes.
82 (cleanup_13_abort): Remove unused static declaration.
83 (thread_callback): Add explicit return.
84
H.J. Lube7ea702015-03-12 12:14:43 -0700852015-03-13 H.J. Lu <hjl.tools@gmail.com>
86
87 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
88 instead of PTRACE_POKEUSER.
89 (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for
90 is_x86_64_native.
91
Mark Wielaard2e096352015-02-19 00:43:59 +0100922015-02-18 Mark Wielaard <mjw@redhat.com>
93
94 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
95
Josh Stone3d114102015-02-11 14:25:37 -0800962015-02-11 Josh Stone <jistone@redhat.com>
97
98 * backtrace.c (exec_dump): Initialize jmp.
99
Petr Machatab4da85d2015-02-11 22:11:46 +01001002015-02-11 Petr Machata <pmachata@redhat.com>
101
102 * run-dwarf-ranges.sh: New test.
103 * dwarf-ranges.c: New file.
104 * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case.
105
Mark Wielaard710ca872015-01-21 23:56:43 +01001062015-01-21 Mark Wielaard <mjw@redhat.com>
107
108 * Makefile.am (check_PROGRAMS): Add elfstrtab.
109 (TESTS): Likewise.
110 (elfstrtab_LDADD): New variable.
111 * elfstrtab.c: New test.
112
Mark Wielaard058ae7b2015-01-20 14:52:41 +01001132015-01-20 Mark Wielaard <mjw@redhat.com>
114
Mark Wielaardb543cdd2015-01-20 21:55:55 +0100115 * Makefile.am (check_PROGRAMS): Add newdata.
116 (TESTS): Likewise.
117 (newdata_LDADD): new variable.
118 * newdata.c: New test.
119
1202015-01-20 Mark Wielaard <mjw@redhat.com>
121
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100122 * strptr.c: New file.
123 * run-strptr.sh: New test.
124 * Makefile.am (check_PROGRAMS): Add strptr.
125 (TESTS): Add run-strptr.sh.
126 (EXTRA_DIST): Likewise.
127 (strptr_LDADD): New variable.
128
Mark Wielaardcc74c212015-01-15 13:39:06 +01001292015-01-15 Mark Wielaard <mjw@redhat.com>
130
131 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
132 * vdsosyms.c (main): Use getpid () instead of getppid ().
133
Mark Wielaardf8198f22014-12-27 16:16:29 +01001342014-12-27 Mark Wielaard <mjw@redhat.com>
135
136 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
137 * funcscopes.c (handle_function): Likewise.
138 * run-addrscopes.sh: Adjust last address in scope.
139 * run-funcscopes.sh: Likewise.
140
Mark Wielaardb4b2de92015-01-07 23:39:28 +01001412015-01-07 Mark Wielaard <mjw@redhat.com>
142
143 * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search.
144
Mark Wielaard47efc3b2015-01-14 21:38:16 +01001452015-01-14 Mark Wielaard <mjw@redhat.com>
146
147 * testfile-debug-types.bz2: New testfile.
148 * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2.
149 * typeiter2.c (main): Print both name and offset of found form DIE.
150 * run-typeiter.s: Adjust output and add testfile-debug-types.
151
Mark Wielaard8fb260f2014-12-26 16:20:39 +01001522014-12-26 Mark Wielaard <mjw@redhat.com>
153
154 * run-test-archive64.sh: Add nm test.
155
Mark Wielaardcdfc8532014-12-19 18:33:52 +01001562014-12-19 Mark Wielaard <mjw@redhat.com>
157
Mark Wielaard3943a382014-12-19 20:53:22 +0100158 * run-deleted.sh: Don't check libfunc on ppc64.
159
1602014-12-19 Mark Wielaard <mjw@redhat.com>
161
Mark Wielaard7152afa2014-12-19 18:54:04 +0100162 * vdsosyms.c (vdso_seen): Removed.
163 (vdso_syms): New global.
164 (module_callback): Set and check vdso_syms.
165 (main): Return value depends on vdso_syms.
166
1672014-12-19 Mark Wielaard <mjw@redhat.com>
168
Mark Wielaardcdfc8532014-12-19 18:33:52 +0100169 * backtrace-subr.sh (check_native_unsupported): Relax special ARM
170 grep a little.
171 * run-deleted.sh: Call check_native_unsupported.
172
Mark Wielaarde80d3242014-12-18 23:07:12 +01001732014-12-18 Mark Wielaard <mjw@redhat.com>
174
175 * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2.
176
Mark Wielaardf3111d52014-12-12 21:51:27 +01001772014-12-12 Mark Wielaard <mjw@redhat.com>
178
179 * Makefile.am (deleted_lib_so_CFLAGS): Add
180 -fasynchronous-unwind-tables.
181
Josh Stone080fa4e2014-12-11 17:19:23 -08001822014-12-11 Josh Stone <jistone@redhat.com>
183
184 * run-addr2line-i-lex-test.sh: New test.
185 * testfile-lex-inlines.bz2: New testfile.
186 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and
187 testfile-lex-inlines.bz2.
188 (TESTS): Add run-addr2line-i-lex-test.sh.
189
Josh Stone2098b3d2014-12-10 11:14:40 -08001902014-12-10 Josh Stone <jistone@redhat.com>
191
192 * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is
193 preferred over the plain die name.
194
Petr Machataedb079a2014-12-02 21:22:14 +01001952014-12-02 Petr Machata <pmachata@redhat.com>
196
197 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
198 DW_MACRO_GNU_undef_indirect opcodes. Add a default branch.
199 (main): Initialize off to DWARF_GETMACROS_START when an extra
200 command line argument is passed.
201 * testfile-macros-0xff.bz2: New test case.
202 * testfile-macros-0xff.s: New file (source for the above).
203 * run-dwarf-getmacros.sh: Add two tests.
204
Mark Wielaard44662162014-11-27 23:19:47 +01002052014-11-27 Mark Wielaard <mjw@redhat.com>
206
207 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
208
Mark Wielaard9644aaf2014-11-21 23:26:35 +01002092014-11-21 Mark Wielaard <mjw@redhat.com>
210
211 * run-readelf-A.sh: New test.
212 * testfileppc32attrs.o.bz2: New test file.
213 * Makefile.am (TESTS): Add run-readelf-A.sh.
214 (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2.
215
Mark Wielaard5691f862014-11-10 14:49:20 +01002162014-11-10 Mark Wielaard <mjw@redhat.com>
217
218 * vdsosyms.c: New test.
219 * Makefile.am (check_PROGRAMS): Add vdsosyms.
220 (TESTS): Likewise.
221 (vdsosyms_LDADD): New variable.
222
Petr Machata0a1e81b2014-10-17 02:47:15 +02002232014-09-10 Petr Machata <pmachata@redhat.com>
224
225 * dwarf-getmacros.c: Update to use the new macro iteration
226 interfaces.
227 * run-dwarf-getmacros.sh: Adjust, add a test that uses
228 testfile-macros.
229
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02002302014-10-06 Mark Wielaard <mjw@redhat.com>
231
232 * run-aggregate-size.sh: Add testfile-sizes3.o test case.
233 * testfile-sizes3.o.bz2: New test file.
234 * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2.
235
Mark Wielaardb50014f2014-10-02 14:00:47 +02002362014-10-02 Mark Wielaard <mjw@redhat.com>
237
Mark Wielaard281ebd72014-10-02 22:53:44 +0200238 * run-deleted.sh: Unset VALGRIND_CMD before running deleted.
239
2402014-10-02 Mark Wielaard <mjw@redhat.com>
241
Mark Wielaardb50014f2014-10-02 14:00:47 +0200242 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
243 (TESTS): Add run-aggregate-size.sh.
244 (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2
245 and testfile-sizes2.o.bz2.
246 (aggregate_size_LDADD): New variable.
247 * aggregate_size.c: New file.
248 * run-aggregate-size.sh: New test.
249 * testfile-sizes1.o.bz2: New test file.
250 * testfile-sizes2.o.bz2: Likewise.
251
Jan Kratochvil6d48bbf2014-09-26 22:42:19 +02002522014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 Support NT_FILE for locating files.
255 * Makefile.am (TESTS): Add run-linkmap-cut.sh.
256 (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2,
257 linkmap-cut.bz2 and linkmap-cut.core.bz2 .
258 * linkmap-cut-lib.so.bz2: New file.
259 * linkmap-cut.bz2: New file.
260 * linkmap-cut.core.bz2: New file.
261 * run-linkmap-cut.sh: New file.
262 * run-unstrip-n.sh: Update its expected output.
263
Jan Kratochvil03750562014-08-17 18:49:36 +02002642014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so.
267 (TESTS, EXTRA_DIST): Add run-deleted.sh.
268 (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New.
269 * deleted-lib.c: New file.
270 * deleted.c: New file.
271 * run-deleted.sh: New file.
272
Mark Wielaard41362da2014-06-15 11:35:50 +02002732014-06-15 Mark Wielaard <mjw@redhat.com>
274
275 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
276
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +02002772014-06-13 Mark Wielaard <mjw@redhat.com>
278
Mark Wielaard1986c172014-06-14 01:09:17 +0200279 * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
280 frame symname.
281
2822014-06-13 Mark Wielaard <mjw@redhat.com>
283
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +0200284 * backtrace-subr.sh (check_native_unsupported): New function.
285 (check_native): Call it.
286 (check_native_core): Likewise.
287 * run-backtrace-dwarf.sh: Likewise.
288
Mark Wielaard14beac32014-06-11 15:14:23 +02002892014-06-11 Mark Wielaard <mjw@redhat.com>
290
291 * backtrace.c (main): Check that Dwfl was attached by calling
292 dwfl_pid and printing the error when it is not.
293
Mark Wielaard85482fc2014-05-18 22:41:19 +02002942014-05-18 Mark Wielaard <mjw@redhat.com>
295
296 * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
297 (f): Likewise.
298 * testfile-backtrace-demangle.bz2: Regenerate.
299 * testfile-backtrace-demangle.core.bz2: Likewise.
300
Mark Wielaardbb096d02014-05-03 00:23:06 +02003012014-05-02 Mark Wielaard <mjw@redhat.com>
302
303 * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
304 run-allfcts-multi.sh are now added unconditionally.
305
Mark Wielaarddf85bf92014-05-01 14:48:27 +02003062014-05-01 Mark Wielaard <mjw@redhat.com>
307
308 * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
309 subdir.
310
Mark Wielaardd81d32d2014-04-30 23:00:40 +02003112014-04-30 Mark Wielaard <mjw@redhat.com>
312
313 * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
314 * Makefile.am (check_PROGRAMS): Add buildid.
315 (TESTS): Add run-buildid.sh.
316 (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
317 (buildid_LDADD): New variable.
318
Florian Weimer4813dbb2014-04-24 14:06:43 +02003192014-04-24 Florian Weimer <fweimer@redhat.com>
320
Florian Weimer22481652014-04-15 16:58:39 +0200321 * allfcts.c (setup_alt): New function.
322 (main): Call it. Implementation additional error checking and
323 reporting.
324
3252014-04-24 Florian Weimer <fweimer@redhat.com>
326
Florian Weimer4813dbb2014-04-24 14:06:43 +0200327 * debugaltlink.c, run-debugaltlink.sh: New files.
328 * Makefile.am (check_PROGRAMS): Add debugaltlink.
329 (TESTS): Add run-debugaltlink.sh.
330 (debugaltlink_LDADD): New variable.
331
Mark Wielaard93802972014-04-11 23:52:47 +02003322014-04-11 Mark Wielaard <mjw@redhat.com>
333
334 * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
335 (check_PROGRAMS): Add debuglink.
336 (TESTS): Add run-debuglink.sh
337 (EXTRA_DIST): Likewise.
338 (debuglink_LDADD): New.
339 * debuglink.c: New file.
340 * run-debuglink.sh: Likewise.
341
Mark Wielaardfe4b5fd2014-04-23 09:54:30 +02003422014-03-23 Mark Wielaard <mjw@redhat.com>
343
344 * run-nm-self.sh: Use test = not == for string comparisons.
345
Kurt Roeckx02cefda2014-04-22 21:46:22 +02003462014-04-22 Kurt Roeckx <kurt@roeckx.be>
347
348 * backtrace.c: Make Linux only.
349 * backtrace-child.c: Make Linux only.
350 * backtrace-data.c: Make Linux only.
351 * backtrace-dwarf.c: Make Linux only.
352 * backtrace-subr.sh: Skip core file unwinding tests when not supported.
353
Mark Wielaard32324792014-04-13 17:39:57 +02003542014-03-14 Mark Wielaard <mjw@redhat.com>
355
356 * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
357 LDADD lines.
358 * configure.ac: Remove MUDFLAP conditional.
359
Mark Wielaardf7cdc742014-04-09 22:38:07 +02003602014-04-09 Mark Wielaard <mjw@redhat.com>
361
362 * run-readelf-zdebug.sh: New test.
363 * testfile-debug.bz2: New testfile.
364 * testfile-zdebug.bz2: New testfile.
365 * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
366 (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
367 testfile-zdebug.bz2.
368
Mark Wielaard110c2732014-04-10 15:02:53 +02003692014-04-10 Mark Wielaard <mjw@redhat.com>
370
371 * testfile_i686_core.bz2: New test file.
372 * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
373 * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
374
Mark Wielaard66637fa2014-04-09 11:48:23 +02003752014-04-09 Mark Wielaard <mjw@redhat.com>
376
377 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
378 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
379 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
380 * run-backtrace-core-aarch64.sh: New test.
381
Josh Stone51fff302014-03-11 18:13:55 -07003822014-03-11 Josh Stone <jistone@redhat.com>
383
384 * testfilebaxmin.bz2: New testfile.
385 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
386 * run-readelf-s.sh: Test testfilebaxmin.
387 * run-dwflsyms.sh: Likewise.
388
Mark Wielaard225dddf2014-01-26 20:16:48 +01003892014-01-26 Mark Wielaard <mjw@redhat.com>
390
391 * backtrace-subr.sh (check_unsupported): Special case arm*.
392
Mark Wielaarda02d90a2014-01-25 14:32:42 +01003932014-01-25 Mark Wielaard <mjw@redhat.com>
394
395 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
396 location expression: call_frame_cfa stack_value.
397
Mark Wielaardf48eb6b2014-01-23 00:56:41 +01003982014-01-22 Mark Wielaard <mjw@redhat.com>
399
400 * Makefile.am (line2addr_no_Wformat): Removed.
401
Mark Wielaard13968d92014-01-21 16:13:49 +01004022014-01-21 Mark Wielaard <mjw@redhat.com>
403
404 * Makefile.am (TESTS): Add run-stack-i-test.sh.
405 (EXTRA_DIST): Likewise.
406 * run-stack-i-test.sh: New test.
407
Mark Wielaard531a30a2014-01-20 23:09:26 +01004082014-01-20 Mark Wielaard <mjw@redhat.com>
409
410 * Makefile.am (TESTS): Add run-stack-d-test.sh.
411 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
412 testfiledwarfinlines.core.bz2.
413 * run-stack-d-test.sh: New test.
414 * testfiledwarfinlines.bz2: New test file.
415 * testfiledwarfinlines.core.bz2: Likewise.
416
Mark Wielaardd7cffa72014-01-16 09:45:51 +01004172014-01-16 Mark Wielaard <mjw@redhat.com>
418
Mark Wielaardc80375d2014-01-16 13:48:24 +0100419 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
420 on one ET_REL, one ET_EXEC and one ET_DYN file.
421 * test-subr.sh (self_test_files): Add two ET_REL files, only add
422 two libebl ET_DYN backend files.
423
4242014-01-16 Mark Wielaard <mjw@redhat.com>
425
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100426 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
427
Jan Kratochvil435808a2014-01-18 21:56:13 +01004282014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 Fix false FAILs on testsuite with ulimit -c unlimited.
431 * backtrace-child.c (sigusr2): Call pthread_exit.
432 (main): Return, do not call abort.
433
Jan Kratochvil7c6e7852014-01-15 21:16:57 +01004342014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 Fix corruption of non-C++ symbols by the demangler.
437 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
438 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
439 (EXTRA_DIST): Add run-backtrace-demangle.sh,
440 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
441 testfile-backtrace-demangle.core.bz2.
442 * backtrace-demangle.cc: New file.
443 * run-backtrace-demangle.sh: New file.
444 * testfile-backtrace-demangle.bz2: New file.
445 * testfile-backtrace-demangle.cc: New file.
446 * testfile-backtrace-demangle.core.bz2: New file.
447
Matthias Klosee922ec42014-01-07 10:25:29 +01004482014-01-07 Matthias Klose <doko@ubuntu.com>
449
450 * backtrace-subr.sh (check_native_core): Check to see if core file
451 was created without ".PID" extension, if so mv core to core.PID.
452 Skip test if no core file was created or could be found.
453
Mark Wielaard4f1c96d2014-01-04 14:24:58 +01004542014-01-04 Mark Wielaard <mjw@redhat.com>
455
Mark Wielaard70c3a532014-01-04 23:28:33 +0100456 * backtrace-data.c (main): Don't assert if raise returns.
457 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
458 assume_ptrace_attached true.
459 (ptrace_detach_stopped): Removed function.
460 (main): Don't call ptrace_detach_stopped.
461 * backtrace.c (ptrace_detach_stopped): Removed function.
462 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
463 true.
464 (exec_dump): Don't call ptrace_detach_stopped.
465
4662014-01-04 Mark Wielaard <mjw@redhat.com>
467
Mark Wielaard1051a0c2014-01-04 15:41:04 +0100468 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
469 if we cannot adjust core ulimit.
470
4712014-01-04 Mark Wielaard <mjw@redhat.com>
472
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100473 * cleanup-13.c (force_unwind_stop): Removed.
474 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
475 don't call _Unwind_ForcedUnwind.
476
Mark Wielaardb92af192014-01-03 18:15:02 +01004772014-01-03 Mark Wielaard <mjw@redhat.com>
478
479 * run-addrcfi.sh: Add case for EM_AARCH64.
480 * testfileaarch64.bz2: New testfile.
481 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
482
Mark Wielaard19108012013-12-30 22:00:57 +01004832013-12-30 Mark Wielaard <mjw@redhat.com>
484
485 * backtrace-dwarf.c (report_pid): Explicitly call
486 dwfl_linux_proc_attach and check for errors.
487 * backtrace.c (report_pid): Likewise.
488
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01004892013-12-21 Mark Wielaard <mjw@redhat.com>
490
491 * backtrace.c (callback_verify): Only assert that case 5 is the last
492 instruction of backtracegen on x86_64 native.
493
Jan Kratochvilc6a41482013-12-17 18:49:54 +01004942013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100495 Mark Wielaard <mjw@redhat.com>
496
497 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
498 and testfilebaz*ppc64*.bz2 files.
499 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
500 error on dwfl_module_getsymtab error.
501 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
502 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
503 Also print section of actual value if different from sym.
504 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
505 Test addr2line -x by showing different sections for address and
506 found name in testfile66.
507 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
508 testfilebaz*ppc64): New tests.
509 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
510 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
511 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
512 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
513 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
514 testfilebaztabppc64.bz2: New test files.
515
5162013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100517
518 unwinder: s390 and s390x
519 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
520 run-backtrace-core-s390.sh.
521 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
522 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
523 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
524 * backtrace.s390.core.bz2: New file.
525 * backtrace.s390.exec.bz2: New file.
526 * backtrace.s390x.core.bz2: New file.
527 * backtrace.s390x.exec.bz2: New file.
528 * run-backtrace-core-s390.sh: New file.
529 * run-backtrace-core-s390x.sh: New file.
530
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01005312013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
532
533 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
534 code.
535
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01005362013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
537
538 unwinder: ppc
539 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
540 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
541 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
542 * backtrace.ppc.core.bz2: New file.
543 * backtrace.ppc.exec.bz2: New file.
544 * run-backtrace-core-ppc.sh: New file.
545
Mark Wielaard7fc49292013-12-13 22:42:46 +01005462013-12-10 Mark Wielaard <mjw@redhat.com>
547
Mark Wielaard63572f42013-12-13 23:12:18 +0100548 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
549
5502013-12-10 Mark Wielaard <mjw@redhat.com>
551
Mark Wielaard7fc49292013-12-13 22:42:46 +0100552 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
553 * backtrace-subr.sh (check_native_core): Disable valgrind while
554 dumping core.
555 * run-backtrace-data.sh: Disable valgrind.
556 * run-backtrace-dwarf.sh: Likewise.
557
Mark Wielaard3951f2e2013-12-09 16:33:26 +01005582013-12-09 Mark Wielaard <mjw@redhat.com>
559
560 * varlocs.c (print_expr): Update comment to explain empty location
561 associated with DW_OP_GNU_implicit_pointer.
562
Jan Kratochvilf88863f2013-12-05 16:16:14 +01005632013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
564
565 Fix test FAIL with -O2.
566 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
567
Mark Wielaard813aae02013-12-05 15:26:51 +01005682013-12-05 Mark Wielaard <mjw@redhat.com>
569
570 * backtrace-data.c (main): If unsupported also print to stderr.
571 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
572
Mark Wielaard1bfab192013-12-04 20:55:23 +01005732013-12-04 Mark Wielaard <mjw@redhat.com>
574
575 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
576
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01005772013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
578
579 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
580 backtrace-data and backtrace-dwarf.
581 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
582 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
583 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
584 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
585 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
586 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
587 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
588 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
589 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
590 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
591 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
592 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
593 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
594 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
595 New.
596 * backtrace-child.c: New file.
597 * backtrace-data.c: New file.
598 * backtrace-dwarf.c: New file.
599 * backtrace-subr.sh: New file.
600 * backtrace.c: New file.
601 * cleanup-13.c: New file.
602 * backtrace.i386.core.bz2: New file.
603 * backtrace.i386.exec.bz2: New file.
604 * backtrace.x86_64.core.bz2: New file.
605 * backtrace.x86_64.exec.bz2: New file.
606 * run-backtrace-core-i386.sh: New file.
607 * run-backtrace-core-x86_64.sh: New file.
608 * run-backtrace-native-biarch.sh: New file.
609 * run-backtrace-native-core-biarch.sh: New file.
610 * run-backtrace-native-core.sh: New file.
611 * run-backtrace-native.sh: New file.
612 * run-backtrace-data.sh: New file.
613 * run-backtrace-dwarf.sh: New file.
614
Mark Wielaard819c3492013-11-27 16:45:44 +01006152013-11-27 Mark Wielaard <mjw@redhat.com>
616
617 * dwflsyms.c (gelf_bind_order): New function.
618 (elf_section_name): Likewise.
619 (addr_in_section): Likewise.
620 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
621 Refine assert using gelf_bind_order. Print elf_section_name. Check
622 bias with addr_in_section.
623 * run-dwflsyms.sh: Add section names to expected output.
624
Mark Wielaard0d5a8672013-11-26 10:44:18 +01006252013-11-26 Mark Wielaard <mjw@redhat.com>
626
627 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
628
Petr Machata98c8a732013-11-26 03:10:31 +01006292013-11-25 Petr Machata <pmachata@redhat.com>
630
631 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
632 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
633 * Makefile.am (EXTRA_DIST): Add these.
634 (TESTS): Add run-funcretval.sh.
635 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
636 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
637 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
638 * run-funcretval.sh: New file.
639
Josh Stonedb35c872013-11-18 14:29:35 -08006402013-11-18 Josh Stone <jistone@redhat.com>
641
642 * testfilebazdbg_plr.bz2: New testfile.
643 * testfilebazmin_plr.bz2: Likewise.
644 * Makefile.am (EXTRA_DIST): Add the above files.
645 * run-dwflsyms.sh: Add prelink -r tests.
646
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01006472013-11-15 Mark Wielaard <mjw@redhat.com>
648
649 * testfilebazmdb.bz2: Regenerated.
650 * testfilebazmin.bz2: Likewise.
651 * testfilebazdbg_pl.bz2: New testfile.
652 * testfilebazmin_pl.bz2: Likewise.
653 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
654 testfilebazmin_pl.bz2.
655 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
656 print relative address of function symbols.
657 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
658
Michael Forneya45c8042013-11-01 00:51:04 -07006592013-11-01 Michael Forney <mforney@mforney.org>
660
661 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
662 * run-arsymtest.sh: Use NM.
663
Mark Wielaardd8c75df2013-11-05 11:27:19 +01006642013-11-05 Mark Wielaard <mjw@redhat.com>
665
666 * allfcts.c (main): Correct dwarf_getfuncs return value check.
667
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02006682013-10-10 Mark Wielaard <mjw@redhat.com>
669 Josh Stone <jistone@redhat.com>
670
671 * run-allfcts-multi.sh: New test.
672 * test-offset-loop.bz2: New testfile.
673 * test-offset-loop.alt.bz2: New testfile.
674 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
675 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
676 test-offset-loop.alt.bz2.
677
Mark Wielaardd1829742013-10-15 23:53:32 +02006782013-10-15 Mark Wielaard <mjw@redhat.com>
679
680 * run-unstrip-M.sh: New test.
681 * Makefile.am (TESTS): Add run-unstrip-M.sh.
682 (EXTRA_DIST): Likewise.
683
Mark Wielaard3dec3e12013-10-06 17:04:07 +02006842013-10-06 Mark Wielaard <mjw@redhat.com>
685
686 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
687 location expression.
688
Josh Stone5dbbc5e2013-10-03 12:38:25 -07006892013-10-03 Josh Stone <jistone@redhat.com>
690
691 * typeiter2.c: New file, reversing typeiter.c.
692 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200693 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700694 (typeiter2_LDADD): New variable.
695
Petr Machataab224102013-09-26 00:39:34 +02006962013-09-26 Petr Machata <pmachata@redhat.com>
697
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200698 * run-readelf-mixed-corenote.sh: Update output of testfile71
699 dump--readelf can newly decode the NT_FILE note.
700
7012013-09-26 Petr Machata <pmachata@redhat.com>
702
Petr Machataab224102013-09-26 00:39:34 +0200703 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
704 * run-readelf-mixed-corenote.sh: New test for this file.
705 * testfile71.bz2: New file.
706
Mark Wielaard1b734df2013-09-20 09:50:42 -04007072013-09-20 Mark Wielaard <mjw@redhat.com>
708
709 * allfcts.c (cb): Return DWARF_CB_ABORT.
710 (main): Iterate over all offsets returned by dwarf_getfuncs.
711 * run-allfcts.sh: Add nested_funcs and class_func testcases.
712 * testfile_nested_funcs.bz2: New test file.
713 * testfile_class_func.bz2: Likewise.
714 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
715 testfile_nested_funcs.bz2.
716
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02007172013-08-30 Mark Wielaard <mjw@redhat.com>
718
719 * Makefile.am (check_PROGRAMS): Add varlocs.
720 (TESTS): Add run-varlocs.sh.
721 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
722 testfile_const_type.bz2, testfile_implicit_pointer.c,
723 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
724 testfile_entry_value.c, testfile_entry_value.bz2,
725 testfile_implicit_value.c and testfile_implicit_value.bz2.
726 (varlocs_LDADD): New.
727 * run-varlocs: New test.
728 * testfile_const_type.c: New test source file.
729 * testfile_entry_value.c: Likewise.
730 * testfile_implicit_pointer.c: Likewise.
731 * testfile_implicit_value.c: Likewise.
732 * testfile_parameter_ref.c: Likewise.
733 * testfile_const_type.bz2: New test file.
734 * testfile_entry_value.bz2: Likewise.
735 * testfile_implicit_pointer.bz2: Likewise.
736 * testfile_implicit_value.bz2: Likewise.
737 * testfile_parameter_ref.bz2: Likewise.
738 * varlocs.c: New test source.
739
Mark Wielaard92e47d62013-09-02 16:46:50 +02007402013-08-29 Mark Wielaard <mjw@redhat.com>
741
742 * run-addrcfi.sh: Add case for EM_ARM.
743 * testfilearm.bz2: New testfile.
744 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
745
Mark Wielaardd3f16452013-08-28 18:10:44 +02007462013-08-28 Mark Wielaard <mjw@redhat.com>
747
Mark Wielaard79b91812013-08-28 21:54:58 +0200748 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
749 completely missing.
750 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
751 * testfiles390.bz2: New testfile.
752 * testfiles390x.bz2: Likewise.
753 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
754 testfiles390x.bz2.
755
7562013-08-28 Mark Wielaard <mjw@redhat.com>
757
Mark Wielaardd3f16452013-08-28 18:10:44 +0200758 * addrcfi.c (handle_cfi): Use printf not error.
759 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
760 * testfileppc32.bz2: New testfile.
761 * testfileppc64.bz2: Likewise.
762 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
763 testfileppc64.bz2.
764
Mark Wielaard292b1782013-08-27 15:40:56 +02007652013-08-27 Mark Wielaard <mjw@redhat.com>
766
767 * run-addrcfi.sh: New test.
768 * Makefile.am (TESTS): Add run-addrcfi.sh.
769 (EXTRA_DIST): Likewise.
770 * addrcfi.c (op_name): New function.
771 (print_detail): Call and print op_name. Check ops, not result
772 to check if this is "same value" or "undefined".
773 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
774
Mark Wielaard4b9e6392013-08-13 11:40:21 +02007752013-08-13 Mark Wielaard <mjw@redhat.com>
776
777 * run-addr2line-i-test.sh: New test.
778 * testfile-inlines.bz2: New testfile.
779 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
780 testfile-inlines.bz2.
781 (TESTS): Add run-addr2line-i-test.sh.
782
Mark Wielaardd0f85012013-08-12 14:21:31 +02007832013-08-12 Mark Wielaard <mjw@redhat.com>
784
785 * run-addr2line-test.sh: New test.
786 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
787 (TESTS): Likewise.
788
Jan Kratochvil596d4302013-07-23 16:30:01 +02007892013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
792 the entries.
793
Mark Wielaard263d7ee2013-07-02 16:16:58 +02007942013-07-02 Mark Wielaard <mjw@redhat.com>
795
796 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
797 testfilenolines.bz2.
798
Jan Kratochvil8ff86292013-05-30 13:21:20 +02007992013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
802 test-core.core.bz2 and test-core.exec.bz2.
803 * run-addrname-test.sh: New test for these files.
804 * run-unstrip-n.sh: Update expected output. New test for these files.
805 * test-core-lib.so.bz2: New file.
806 * test-core.core.bz2: New file.
807 * test-core.exec.bz2: New file.
808
Mark Wielaard9affad32013-05-03 11:28:49 +02008092013-05-03 Mark Wielaard <mjw@redhat.com>
810
811 * testfilenolines.bz2: New test file.
812 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
813 * run-get-lines.sh: Run testrun_compare on testfilenolines.
814
Jan Kratochvil904aec22013-04-30 14:27:16 +02008152013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
818
Mark Wielaard807ea312013-04-29 20:48:36 +02008192013-04-29 Mark Wielaard <mjw@redhat.com>
820
821 * test-subr.sh: Don't use pushd, just cd into test-dir.
822 (exit_cleanup): Don't use popd, just cd .. to get out.
823
Mark Wielaarda6098312013-04-26 21:21:56 +02008242013-04-27 Mark Wielaard <mjw@redhat.com>
825
Mark Wielaard527e21e2013-04-27 23:15:44 +0200826 * test-subr.sh (exit_cleanup): New function.
827 (trap): Use exit_cleanup as argument.
828 * run-native-test.sh (native_exit): New function.
829 (trap): For EXIT (0) use native_exit as argument.
830
8312013-04-27 Mark Wielaard <mjw@redhat.com>
832
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200833 * update1.c (main): Use unique tempfile name and unlink file.
834 * update2.c (main): Likewise.
835 * update3.c (main): Likewise.
836 * update4.c (main): Use unique tempfile name.
837
8382013-04-27 Mark Wielaard <mjw@redhat.com>
839
Mark Wielaarda6098312013-04-26 21:21:56 +0200840 * run-alldts.sh: Add testfile-alldts to tempfiles.
841 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
842 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
843 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
844 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
845
Mark Wielaard86be7922013-04-26 23:44:25 +02008462013-04-26 Mark Wielaard <mjw@redhat.com>
847
848 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
849 remove wrapper.
850 (TESTS_ENVIRONMENT): Likewise.
851 (installed_LOG_COMPILER): New variable defining wrapper.
852 (LOG_COMPILER): Likewise.
853 * run-*.sh: Fixup location of input and output files.
854 * test-subr.sh: Create test_dir, pushd to execute test in.
855 (trap): Remove test_dir.
856 (testfiles): Use abs_srcdir.
857 (installed_testrun): Match on abs_builddir or abs_top_builddir.
858 (self_test_files): Adjust path.
859
Mark Wielaardcdaaf212013-04-25 16:50:11 -04008602013-04-24 Mark Wielaard <mjw@redhat.com>
861
862 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
863
Mark Wielaarda8c7f052013-03-25 21:11:53 +01008642013-03-25 Mark Wielaard <mjw@redhat.com>
865
Mark Wielaardb79788c2013-03-25 11:45:22 +0100866 * run-readelf-aranges.sh: New test.
867 * testfilefoobarbaz.bz2: New test file.
868 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
869 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
870
8712013-03-25 Mark Wielaard <mjw@redhat.com>
872
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100873 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
874
Jan Kratochvila1d44822013-03-19 13:40:13 +01008752013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
878 (TESTS): Add run-dwfl-report-elf-align.sh.
879 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
880 testfile-dwfl-report-elf-align-shlib.so.bz2 .
881 (dwfl_report_elf_align_LDADD): New.
882 * dwfl-report-elf-align.c: New file.
883 * run-dwfl-report-elf-align.sh: New file.
884 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
885
Mark Wielaardf1b06b52013-03-12 12:02:51 +01008862013-03-12 Mark Wielaard <mjw@redhat.com>
887
888 * run-dwfllines.sh: New test.
889 * dwfllines.c: New test program.
890 * Makefile.am (TESTS): Add run-dwfllines.sh.
891 (EXTRA_DIST): Likewise.
892 (dwfllines_LDADD): New variable.
893
Mark Wielaardf6185a72013-02-22 23:42:59 +01008942013-02-22 Mark Wielaard <mjw@redhat.com>
895
896 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
897 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
898
Mark Wielaard443304e2013-02-15 22:45:22 +01008992013-02-15 Mark Wielaard <mjw@redhat.com>
900
901 * testfile-dwzstr.bz2: New testfile.
902 * testfile-dwzstr.multi.bz2: Likewise.
903 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
904 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
905 testfile-dwzstr.multi.bz2.
906
Mark Wielaard6c4b2072013-01-30 11:04:38 +01009072013-01-30 Mark Wielaard <mjw@redhat.com>
908
909 * testfileloc.bz2: New testfile.
910 * run-readelf-loc.sh: New test.
911 * Makefile.am (TESTS): Add run-readelf-loc.sh.
912 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
913
Jan Kratochvilcc84d792012-10-10 19:32:05 +02009142013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
917 and s390x core notes.
918 * testfile67.bz2: New file.
919 * testfile68.bz2: New file.
920 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
921
Mark Wielaard697bdca2013-01-23 17:39:19 +01009222013-01-23 Mark Wielaard <mjw@redhat.com>
923
924 * testfilebasmin.bz2: New testfile.
925 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
926 * run-readelf-s.sh: Test testfilebasmin.
927 * run-dwflsyms.sh: Likewise.
928
Mark Wielaard9a91fb22013-01-16 15:19:40 +01009292013-01-16 Mark Wielaard <mjw@redhat.com>
930
931 * Makefile.am (check_PROGRAMS): Add dwflsyms.
932 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
933 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
934 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
935 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
936 (dwflsyms_LDADD): New variable.
937
Roland McGrath3f9256d2013-01-07 15:13:46 -08009382013-01-07 Roland McGrath <roland@hack.frob.com>
939
940 * run-prelink-addr-test.sh: Use ln -snf.
941
Mark Wielaard1d6a4352012-12-03 17:01:09 +01009422012-12-03 Mark Wielaard <mjw@redhat.com>
943
944 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
945
Jan Kratochvild5784af2012-10-18 00:11:30 +02009462012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * run-addrname-test.sh: New test for PIE relocation.
949 * testfile70.core.bz2: New file.
950 * testfile70.exec.bz2: New file.
951 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
952 testfile70.exec.bz2 .
953
Jan Kratochvild7ed0252012-10-27 21:31:58 +02009542012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
957 testfile69.core.bz2 and testfile69.so.bz2 .
958
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +02009592012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
960
961 * run-addrname-test.sh: New test for DSO with build-id bias.
962 * testfile69.core.bz2: New file.
963 * testfile69.so.bz2: New file.
964
Jan Kratochvil78dec222012-10-10 08:04:01 +02009652012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
966
Jan Kratochvil387654d2012-10-10 08:08:44 +0200967 * run-addrname-test.sh: New test for core vDSO bias.
968 * testfile65.bz2: New file.
969
9702012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
971
Jan Kratochvil78dec222012-10-10 08:04:01 +0200972 * run-addrname-test.sh: New test for symbol preferences.
973 * testfile64.bz2: New file.
974
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02009752012-10-01 Mark Wielaard <mjw@redhat.com>
976
977 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
978 * test-wrapper.sh: Export VALGRIND_CMD if available.
979 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
980 (installed_testrun): Likewise.
981
Petr Machataae7c5e72012-09-24 16:16:27 +02009822012-09-24 Petr Machata <pmachata@redhat.com>
983
Petr Machata522a73f2012-09-24 16:46:52 +0200984 * testfile63.bz2: New testfile.
985 * run-readelf-mixed-corenote.sh: New test.
986 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
987 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
988
9892012-09-24 Petr Machata <pmachata@redhat.com>
990
Petr Machataae7c5e72012-09-24 16:16:27 +0200991 * testfile62.bz2: New testfile.
992 * run-readelf-vmcoreinfo.sh: New test.
993 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
994 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
995
Petr Machata3662ad12012-09-18 21:35:19 +02009962012-09-18 Petr Machata <pmachata@redhat.com>
997
998 * testfile61.bz2: New testfile.
999 * run-allregs.sh: Run reg_test testfile61.
1000 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
1001
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +020010022012-08-24 Mark Wielaard <mjw@redhat.com>
1003
1004 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
1005
Jeff Kenton257dcf42012-08-22 09:00:03 -040010062012-08-22 Jeff Kenton <jkenton@tilera.com>
1007
1008 * testfile60.bz2: New testfile.
1009 * run-allregs.sh: Run reg_test testfile60.
1010
Mark Wielaardf5519fc2012-08-24 13:54:52 +020010112012-08-24 Mark Wielaard <mjw@redhat.com>
1012
1013 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
1014 ENABLE_DWZ.
1015
Mark Wielaardf31c4412012-08-17 00:35:03 +020010162012-08-16 Mark Wielaard <mjw@redhat.com>
1017
1018 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
1019 macros.
1020 * show-die-info.c (tagnames): Removed.
1021 (attrs): Removed.
1022 (dwarf_tag_string): New function using known-dwarf macros.
1023 (dwarf_attr_string): Likewise.
1024 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
1025 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
1026
Mark Wielaard775375e2012-06-22 12:02:45 +020010272012-06-27 Mark Wielaard <mjw@redhat.com>
1028
1029 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
1030 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
1031 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
1032 testfile_multi_main.bz2.
1033 * run-readelf-dwz-multi.sh: New test.
1034 * libtestfile_multi_shared.so.bz2: New testfile.
1035 * testfile_multi.dwz.bz2: New testifle.
1036 * testfile_multi_main.bz2: New testifle.
1037
Petr Machata30a941c2012-08-01 21:41:36 +020010382012-08-01 Petr Machata <pmachata@redhat.com>
1039
1040 * run-test-archive64.sh: New test.
1041 * testarchive64.a.bz2: New testfile.
1042 * Makefile.am (TESTS): Add run-test-archive64.sh.
1043 (EXTRA_DIST): Likewise.
1044
Mark Wielaard94e387f2012-08-01 15:31:12 +020010452012-08-01 Mark Wielaard <mjw@redhat.com>
1046
Mark Wielaardbf707b52012-08-01 15:39:11 +02001047 * run-nm-self.sh: New test.
1048 * run-readelf-self.sh: Likewise.
1049 * test-subr.sh (testrun_on_self_quiet): New function.
1050 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
1051 (EXTRA_DIST): Likewise.
1052
10532012-08-01 Mark Wielaard <mjw@redhat.com>
1054
Mark Wielaard94e387f2012-08-01 15:31:12 +02001055 * test-subr.sh (self_test_files): New list of files.
1056 (testrun_on_self): New function.
1057 * run-elflint-self.sh: Use testrun_on_self.
1058
Mark Wielaard714ea0e2012-07-19 13:07:39 +020010592012-07-19 Mark Wielaard <mjw@redhat.com>
1060
Mark Wielaard030f6262012-07-18 13:14:30 +02001061 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
1062 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
1063 (EXTRA_DIST): Likewise.
1064 (test_elf_cntl_gelf_getshdr_LDADD): New.
1065 test-elf_cntl_gelf_getshdr.c: New test program.
1066 run-elf_cntl_gelf_getshdr.sh: New test script.
1067
10682012-07-19 Mark Wielaard <mjw@redhat.com>
1069
Mark Wielaardadcd1dd2012-07-19 22:59:18 +02001070 * run-elflint-self.sh: runtests on ../backends/*so files.
1071
10722012-07-19 Mark Wielaard <mjw@redhat.com>
1073
Mark Wielaard714ea0e2012-07-19 13:07:39 +02001074 * run-unstrip-n.sh: test_cleanup.
1075 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
1076
Mark Wielaarde9b23882012-06-29 22:30:15 +020010772012-07-11 Mark Wielaard <mjw@redhat.com>
1078
1079 * run-readelf-macro.sh: New test.
1080 * testfilemacro.bz2: New testfile.
1081 * Makefile.am (TESTS): Add run-readelf-macro.sh.
1082 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
1083
Mark Wielaard84a1e0b2012-06-29 23:38:09 +020010842012-06-27 Mark Wielaard <mjw@redhat.com>
1085
1086 * run-readelf-gdb-index.sh: New test.
1087 * testfilegdbindex5.bz2: New testfile.
1088 * testfilegdbindex7.bz2: Likewise.
1089 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
1090 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
1091 testfilegdbindex7.bz2.
1092
Mark Wielaard97212fe2012-07-17 21:12:39 +020010932012-07-17 Mark Wielaard <mjw@redhat.com>
1094
1095 * testcore-rtlib-ppc.bz2: New testfile.
1096 * run-unstrip-n.sh: Check new ppc core testfile.
1097
Mike Frysingerc09c5f32012-06-26 12:07:44 -040010982012-06-26 Mike Frysinger <vapier@gentoo.org>
1099
1100 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
1101
Mark Wielaarda0172d72012-06-25 17:18:53 +020011022012-06-26 Mark Wielaard <mjw@redhat.com>
1103
1104 * run-macro-test.sh: New test.
1105 * testfile-macinfo.bz2: New testfile.
1106 * testfile-macros.bz2: Likewise.
1107
Mark Wielaard547049b2012-06-22 18:19:02 +020011082012-05-07 Mark Wielaard <mjw@redhat.com>
1109
1110 * low_high_pc.c: Use proper inttypes in printf formats.
1111
Mark Wielaarddbbc67a2012-05-11 12:57:57 +020011122012-05-11 Mark Wielaard <mjw@redhat.com>
1113
1114 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
1115
Mark Wielaardd9bc75f2012-05-07 13:29:52 +020011162012-05-07 Mark Wielaard <mjw@redhat.com>
1117
1118 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
1119
Mark Wielaard54797252012-04-27 13:00:50 +020011202012-04-27 Mark Wielaard <mjw@redhat.com>
1121
1122 * Makefile.am (TESTS): Add run-low_high_pc.sh
1123 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
1124 (noinst_PROGRAMS): Add low_high_pc.
1125 (low_high_pc_LDADD): New variable.
1126 * low_high_pc.c: New test.
1127
Mark Wielaardbdad8e32012-04-26 12:24:33 +020011282012-04-26 Mark Wielaard <mjw@redhat.com>
1129
1130 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
1131 * run-show-ciefde.sh: Removed old libdwarf test.
1132 * show-ciefde.c: Likewise.
1133
Mark Wielaard191d1f02012-04-02 17:11:25 +020011342012-04-02 Mark Wielaard <mjw@redhat.com>
1135
Mark Wielaard96a52132012-04-03 00:21:50 +02001136 * Makefile.am (TESTS): Add run-unstrip-n.sh.
1137 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
1138 * run-unstrip-n.sh: New test.
1139 * testcore-rtlib.bz2: New testfile.
1140
11412012-04-02 Mark Wielaard <mjw@redhat.com>
1142
Mark Wielaard191d1f02012-04-02 17:11:25 +02001143 * Makefile.am (TESTS): Add run-readelf-d.sh.
1144 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
1145 * run-readelf-d.sh: New test.
1146 * run-elflint-test.sh: Check new testfile.
1147
Tom Tromey581c3f62012-03-21 08:54:32 -060011482012-03-21 Tom Tromey <tromey@redhat.com>
1149
1150 * typeiter.c: New file.
1151 * run-typeiter.sh: New file.
1152 * testfile59.bz2: New file.
1153 * Makefile.am (noinst_PROGRAMS): Add typeiter.
1154 (TESTS): Add run-typeiter.sh.
1155 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
1156 (typeiter_LDADD): New variable.
1157
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +010011582012-02-21 Kurt Roeckx <kurt@roeckx.be>
1159
1160 * run-alldts.sh: testrun ./alldts.
1161
Roland McGrathe3b15682012-02-21 11:12:46 -080011622012-02-21 Roland McGrath <roland@hack.frob.com>
1163
1164 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -08001165 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -08001166
Roland McGrathb8ff18e2012-01-18 13:57:08 -080011672012-01-18 Roland McGrath <roland@hack.frob.com>
1168
1169 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
1170 it will have been inherited correctly from the test harness.
1171 * asm-tst5.c (main): Likewise.
1172 * asm-tst6.c (main): Likewise.
1173 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
1174
Roland McGrath32899ac2011-07-09 03:17:24 -070011752011-07-09 Roland McGrath <roland@hack.frob.com>
1176
1177 * sha1-tst.c: File removed.
1178 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
1179 (sha1_tst_LDADD): Variable removed.
1180
1181 * md5-sha1-test.c: New file.
1182 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
1183 (md5_sha1_test_LDADD): New variable.
1184
Mark Wielaard3f2290b2011-05-30 15:46:32 +020011852011-05-30 Mark Wielaard <mjw@redhat.com>
1186
1187 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
1188 run-rerequest_tag.sh
1189
Mark Wielaard20a217d2011-05-24 14:30:40 +020011902011-05-24 Mark Wielaard <mjw@redhat.com>
1191
1192 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
1193 * run-strip-reloc.sh: Add hello_s390.ko testcase.
1194 * hello_s390.ko.bz2: New test file.
1195
Mark Wielaard1662bc32011-05-16 11:33:11 +020011962011-05-23 Mark Wielaard <mjw@redhat.com>
1197
1198 * Makefile.am (TESTS): Add run-strip-reloc.sh.
1199 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
1200 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
1201 * run-strip-reloc.sh: New test.
1202 * hello_i386.ko.bz2: New test file.
1203 * hello_x86_64.ko.bz2: Likewise.
1204 * hello_ppc64.ko.bz2: Likewise.
1205
Mark Wielaard7a125b92011-05-17 12:20:01 +020012062011-05-18 Mark Wielaard <mjw@redhat.com>
1207
1208 * run-strip-groups.sh: New test.
1209 * testfile58.bz2: New test file.
1210 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
1211 (TESTS): Add run-strip-groups.sh.
1212 (EXTRA_DIST): Likewise.
1213
Marek Polacek494275c2011-03-28 16:00:38 +020012142011-03-28 Marek Polacek <mpolacek@redhat.com>
1215
1216 * alldts.c: New file.
1217 * run-alldts.sh: Use it.
1218 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1219 (alldts_LDADD): New variable.
1220
12212011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -08001222
1223 * dwarf-getstring.c: New test.
1224 * run-dwarf-getstring.sh: And its wrapper.
1225 * Makefile.am (EXTRA_DIST): Add and update all.
1226
Jan Kratochvilfec39992011-02-27 12:01:25 -080012272011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
1230 * run-readelf-twofiles.sh: New file.
1231
Mark Wielaard58cfa1c2011-02-25 20:17:52 +010012322011-02-25 Mark Wielaard <mjw@redhat.com>
1233
1234 * Makefile.am (BUILD_RPATH): Be consistent in naming.
1235
Josh Stonedc34eda2011-02-02 16:30:01 -080012362011-02-02 Josh Stone <jistone@redhat.com>
1237
1238 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
1239 * testfile55-64.bz2, testfile55-64.debug.bz2,
1240 testfile55-64.prelink.bz2, testfile55-32.bz2,
1241 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
1242 * Makefile.am (EXTRA_DIST): Add and update all.
1243
Roland McGrath32520bd2011-01-12 10:43:32 -080012442011-01-12 Roland McGrath <roland@redhat.com>
1245
1246 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -08001247 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -08001248
Josh Stoned41d9a62011-01-11 19:16:57 -080012492011-01-11 Josh Stone <jistone@redhat.com>
1250
Josh Stoneccbccef2011-01-11 19:16:59 -08001251 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
1252 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
1253 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
1254 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
1255 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
1256 * Makefile.am (EXTRA_DIST): Add and update all.
1257
Josh Stonecf514712011-01-11 19:16:58 -08001258 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
1259 * testfile53.bz2, testfile53.debug.bz2,
1260 testfile53.prelink.bz2: Deleted, so...
1261 * testfile53-64.bz2, testfile53-64.debug.bz2,
1262 testfile53-64.prelink.bz2: Recreated with 64-bit names.
1263 * testfile53-32.bz2, testfile53-32.debug.bz2,
1264 testfile53-32.prelink.bz2: New in 32-bit.
1265 * Makefile.am (EXTRA_DIST): Add and update all.
1266
Josh Stoned41d9a62011-01-11 19:16:57 -08001267 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
1268 * testfile52.so.bz2, testfile52.so.debug.bz2,
1269 testfile52.prelink.so.bz2: Deleted, so...
1270 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
1271 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
1272 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
1273 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -08001274 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -08001275 * Makefile.am (EXTRA_DIST): Add and update all.
1276
Josh Stoneffa02002011-01-10 21:28:46 -080012772011-01-10 Josh Stone <jistone@redhat.com>
1278
1279 * run-prelink-addr-test.sh: New test for prelinked addrs.
1280 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1281 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
1282 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
1283 * testfile53.bz2, testfile53.debug.bz2: New data files.
1284 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
1285 * Makefile.am (EXTRA_DIST): Add them.
1286
Roland McGrathec86e5f2010-06-14 17:44:38 -070012872010-06-04 Roland McGrath <roland@redhat.com>
1288
1289 * run-unstrip-test.sh: Also test modifying the file in place.
1290
Roland McGrath3c6ee4b2010-04-22 22:38:58 -070012912010-04-22 Roland McGrath <roland@redhat.com>
1292
1293 * addrcfi.c (handle_cfi): Fix function name in error message.
1294 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
1295
Roland McGrath26618d82010-04-14 13:10:47 -070012962010-04-14 Roland McGrath <roland@redhat.com>
1297
1298 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
1299
Ulrich Drepperc2d1e482010-04-10 18:23:47 -070013002010-04-10 Ulrich Drepper <drepper@redhat.com>
1301
1302 * msg_tst.c: Adjust expected error message.
1303
Petr Machata77961b52010-04-06 14:16:58 +020013042010-04-01 Petr Machata <pmachata@redhat.com>
1305
1306 * test-flag-nobits.c: New test.
1307 * run-test-flag-nobits.sh: And its wrapper.
1308 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
1309 (test_flag_nobits_LDADD): New variable.
1310
Roland McGrathe9ca7382010-02-15 15:15:50 -080013112010-02-15 Roland McGrath <roland@redhat.com>
1312
Roland McGrath22359e22010-02-15 15:57:03 -08001313 * Makefile.am: Use config/eu.am for common stuff.
1314
Roland McGrathe9ca7382010-02-15 15:15:50 -08001315 * asm-tst9.c (main): Rename local to avoid shadowing another local.
1316
Roland McGrathaf800142009-07-22 13:55:50 -070013172009-07-22 Roland McGrath <roland@redhat.com>
1318
1319 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
1320
Roland McGrath3c84db32009-06-24 17:41:40 -070013212009-07-08 Roland McGrath <roland@redhat.com>
1322
1323 * addrcfi.c: New file.
1324 * Makefile.am (noinst_PROGRAMS): Add it.
1325 (addrcfi_LDADD): New variable.
1326
Petr Machatad24c7bf2009-05-07 20:58:19 +020013272009-05-07 Petr Machata <pmachata@redhat.com>
1328
1329 * testfile51.bz2: New data file.
1330 * dwarf-getmacros.c: New test core.
1331 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -07001332 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1333 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +02001334
Ulrich Drepperf9545c42009-04-23 07:59:02 -070013352009-04-23 Ulrich Drepper <drepper@redhat.com>
1336
1337 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
1338 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -07001339
Roland McGrath19a8e4d2009-04-21 15:44:07 -070013402009-04-21 Roland McGrath <roland@redhat.com>
1341
1342 * testfile50.bz2: New data file.
1343 * Makefile.am (EXTRA_DIST): Add it.
1344 * run-dwfl-addr-sect.sh: Add a case using it.
1345
Ulrich Drepper5bd44442008-12-31 09:02:54 -080013462008-12-31 Ulrich Drepper <drepper@redhat.com>
1347
Ulrich Drepper3bf57592009-01-01 18:52:05 -08001348 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
1349 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
1350 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
1351 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
1352 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
1353 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
1354 roundss, roundps, roundpd, and roundsd.
1355 * testfile45.S.bz2: Likewise.
1356 * testfile44.expect.bz2: Adjust accordingly.
1357 * testfile45.expect.bz2: Likewise.
1358
Ulrich Drepper5bd44442008-12-31 09:02:54 -08001359 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
1360 * testfile45.S.bz2: Likewise.
1361 * testfile44.expect.bz2: Adjust accordingly.
1362 * testfile45.expect.bz2: Likewise.
1363
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -080013642008-12-30 Ulrich Drepper <drepper@redhat.com>
1365
Ulrich Drepperec32ff92008-12-30 23:24:09 -08001366 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08001367 * testfile45.S.bz2: Likewise.
1368 * testfile44.expect.bz2: Adjust accordingly.
1369 * testfile45.expect.bz2: Likewise.
1370
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -080013712008-12-19 Ulrich Drepper <drepper@redhat.com>
1372
1373 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1374 * testfile45.S.bz2: Likewise.
1375 * testfile44.expect.bz2: Adjust accordingly.
1376 * testfile45.expect.bz2: Likewise.
1377
Roland McGratha845f682008-12-03 03:41:58 +000013782008-11-26 Roland McGrath <roland@redhat.com>
1379
1380 * dwfl-bug-getmodules.c: New file.
1381 * Makefile.am (noinst_PROGRAMS): Add it.
1382 (dwfl_bug_getmodules_LDADD): New variable.
1383
13842008-09-10 Roland McGrath <roland@redhat.com>
1385
1386 * test-subr.sh (LC_ALL): Export it set to "C".
1387 * run-dwfl-addr-sect.sh: Don't do it here.
1388 * run-strings-test.sh: Likewise.
1389
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000013902008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1391
1392 * run-addrname-test.sh: Add a new case.
1393 * testfile49.bz2: New data file.
1394 * Makefile.am (EXTRA_DIST): Add it.
1395
Roland McGrath521c47d2008-04-11 07:01:58 +000013962008-04-10 Roland McGrath <roland@redhat.com>
1397
1398 * testfile48.bz2, testfile48.bz2.debug: New data files.
1399 * Makefile.am (EXTRA_DIST): Add them.
1400 * run-strip-test8.sh: Use them.
1401
1402 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1403
1404 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1405 * run-strip-test8.sh: New file.
1406 * testfile47.bz2: New data file.
1407 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1408
Roland McGrath13b69602008-04-01 02:30:05 +000014092008-03-31 Roland McGrath <roland@redhat.com>
1410
1411 * run-early-offscn.sh: New file.
1412 * early-offscn.c: New file.
1413 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1414 (early_offscn_LDADD): New variable.
1415
Roland McGrathd11f9cb2008-03-26 20:51:59 +000014162008-03-19 Roland McGrath <roland@redhat.com>
1417
1418 * run-addrname-test.sh: Add a new case.
1419
Roland McGrath658094a2008-02-22 08:14:07 +000014202008-02-22 Roland McGrath <roland@redhat.com>
1421
1422 * run-elflint-test.sh: Typo fix.
1423
14242008-02-21 Roland McGrath <roland@redhat.com>
1425
1426 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1427 for the build down to minimum.
1428 * run-disasm-x86-64.sh: Likewise.
1429
Roland McGrath059c83e2008-02-21 06:19:39 +000014302008-02-20 Roland McGrath <roland@redhat.com>
1431
1432 * testfile46.bz2: New data file.
1433 * Makefile.am (EXTRA_DIST): Add it.
1434 * run-elflint-test.sh: Test on it.
1435
Ulrich Drepperc54785a2008-02-01 18:05:21 +000014362008-02-01 Ulrich Drepper <drepper@redhat.com>
1437
1438 * Makefile.am: Hook up sha1-tst.c.
1439 * sha1-tst.c: New file.
1440
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000014412008-01-21 Roland McGrath <roland@redhat.com>
1442
1443 * testfile45.S.bz2: Add tests for cltq, cqto.
1444 * testfile45.expect.bz2: Adjust.
1445
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000014462008-01-14 Ulrich Drepper <drepper@redhat.com>
1447
1448 * testfile45.S.bz2: Add more tests.
1449 * testfile45.expect.bz2: Adjust.
1450
Ulrich Drepperfd479892008-01-12 03:06:47 +000014512008-01-11 Ulrich Drepper <drepper@redhat.com>
1452
1453 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1454 address mode.
1455
Ulrich Drepper96a73992008-01-11 06:17:06 +000014562008-01-10 Ulrich Drepper <drepper@redhat.com>
1457
1458 * testfile45.S.bz2: Add more tests.
1459 * testfile45.expect.bz2: Adjust.
1460
Ulrich Drepperff993222008-01-09 05:39:28 +000014612008-01-08 Ulrich Drepper <drepper@redhat.com>
1462
1463 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1464 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1465 run-disasm-x86-64.sh.
1466 * run-disasm-x86-64.sh: New file.
1467 * testfile45.S.bz2: New file.
1468 * testfile45.expect.bz2: New file.
1469 * testfile44.S.bz2: New tests.
1470 * testfile44.expect.bz2: Adjust.
1471
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000014722008-01-04 Ulrich Drepper <drepper@redhat.com>
1473
1474 * testfile44.S.bz2: New tests.
1475 * testfile44.expect.bz2: Adjust.
1476
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000014772008-01-04 Roland McGrath <roland@redhat.com>
1478
1479 * dwfl-bug-fd-leak.c (main): Add a cast.
1480
Ulrich Drepperee67b642008-01-03 08:45:10 +000014812008-01-03 Ulrich Drepper <drepper@redhat.com>
1482
1483 * testfile44.S.bz2: New tests.
1484 * testfile44.expect.bz2: Adjust.
1485
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000014862008-01-01 Ulrich Drepper <drepper@redhat.com>
1487
Ulrich Drepperf231e272008-01-02 18:07:17 +00001488 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1489
14902008-01-01 Ulrich Drepper <drepper@redhat.com>
1491
Ulrich Drepperee67b642008-01-03 08:45:10 +00001492 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001493 * testfile44.expect.bz2: Adjust.
1494
14952007-12-31 Ulrich Drepper <drepper@redhat.com>
1496
Ulrich Drepperee67b642008-01-03 08:45:10 +00001497 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001498 * testfile44.expect.bz2: Adjust.
1499
15002007-12-30 Ulrich Drepper <drepper@redhat.com>
1501
Ulrich Drepperee67b642008-01-03 08:45:10 +00001502 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001503 * testfile44.expect.bz2: Adjust.
1504
15052007-12-29 Ulrich Drepper <drepper@redhat.com>
1506
Ulrich Drepperee67b642008-01-03 08:45:10 +00001507 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001508 * testfile44.expect.bz2: Adjust.
1509
15102007-12-28 Ulrich Drepper <drepper@redhat.com>
1511
1512 * testfile44.S.bz2: New tests.
1513 * testfile44.expect.bz2: Adjust.
1514
15152007-12-27 Ulrich Drepper <drepper@redhat.com>
1516
1517 * testfile44.S.bz2: New tests.
1518 * testfile44.expect.bz2: Adjust.
1519
15202007-12-26 Ulrich Drepper <drepper@redhat.com>
1521
1522 * testfile44.S.bz2: New tests.
1523 * testfile44.expect.bz2: Adjust
1524
15252007-12-21 Ulrich Drepper <drepper@redhat.com>
1526
1527 * testfile44.S.bz2: More tests.
1528 * testfile44.expect.bz2: Adjust appropriately.
1529
15302007-12-19 Ulrich Drepper <drepper@redhat.com>
1531
1532 * Makefile.am (TESTS): Add run-disasm.sh.
1533 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1534 testfile44.expect.bz2.
1535 * run-disasm.sh: New file.
1536 * testfile44.S.bz2: New file.
1537 * testfile44.expect.bz2: New file.
1538
Roland McGrath1a2e8f42007-12-15 23:39:34 +000015392007-12-15 Roland McGrath <roland@redhat.com>
1540
1541 * run-allregs.sh: Change expected output for powerpc spefscr.
1542
Roland McGrathe4c22ea2007-10-23 13:07:39 +000015432007-10-20 Roland McGrath <roland@redhat.com>
1544
1545 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1546
15472007-10-19 Roland McGrath <roland@redhat.com>
1548
1549 * dwfl-addr-sect.c (handle_address): Return int.
1550 Don't exit on error, just return nonzero.
1551 (main): Collect results.
1552 * run-dwfl-addr-sect.sh: New file.
1553 * testfile43.bz2: New data file.
1554 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1555
15562007-10-18 Roland McGrath <roland@redhat.com>
1557
1558 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1559
15602007-10-16 Roland McGrath <roland@redhat.com>
1561
1562 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1563
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000015642007-10-09 Roland McGrath <roland@redhat.com>
1565
1566 * dwflmodtest.c (print_module): Don't use %p in output.
1567 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1568
15692007-10-08 Roland McGrath <roland@redhat.com>
1570
1571 * testfile42.bz2: New data file.
1572 * Makefile.am (EXTRA_DIST): Add it.
1573 * run-elflint-test.sh: New test on that file.
1574
Roland McGrath59ea7f32007-10-04 08:50:09 +000015752007-10-04 Roland McGrath <roland@redhat.com>
1576
1577 * run-readelf-test4.sh: New file.
1578 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1579
15802007-10-03 Roland McGrath <roland@redhat.com>
1581
1582 * run-readelf-test3.sh: New file.
1583 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1584
Roland McGrathf6b92282007-10-02 02:34:11 +000015852007-10-01 Roland McGrath <roland@redhat.com>
1586
1587 * run-readelf-test2.sh: New file.
1588 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1589
Roland McGrathc76f0b02007-09-27 07:31:33 +000015902007-09-11 Roland McGrath <roland@redhat.com>
1591
1592 * run-addrname-test.sh: Add a new case.
1593 * testfile41.bz2: New data file.
1594 * Makefile.am (EXTRA_DIST): Add it.
1595
Roland McGrathcb6d8652007-08-23 08:10:54 +000015962007-08-23 Roland McGrath <roland@redhat.com>
1597
1598 * run-allregs.sh: Update expected x86-64 output for %rflags.
1599
Roland McGrath099dd522007-08-13 22:58:36 +000016002007-08-12 Roland McGrath <roland@redhat.com>
1601
1602 * run-strip-test7.sh: New file.
1603 * testfile39.bz2: New data file.
1604 * testfile40.bz2: New data file.
1605 * testfile40.debug.bz2: New data file.
1606 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1607
Roland McGrath42f68682007-08-09 07:54:22 +000016082007-08-09 Roland McGrath <roland@redhat.com>
1609
1610 * dwfl-bug-report.c: Fix header inclusion.
1611
16122007-08-08 Roland McGrath <roland@redhat.com>
1613
1614 * run-addrname-test.sh: Add a new case using addr2line -S.
1615 * testfile38.bz2: New data file.
1616 * Makefile.am (EXTRA_DIST): Add it.
1617
Roland McGrath87d47802007-07-16 22:23:37 +000016182007-07-16 Roland McGrath <roland@redhat.com>
1619
1620 * dwfl-bug-report.c: New file.
1621 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1622 (dwfl_bug_report_LDADD): New variable.
1623
16242007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001625
1626 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1627
Ulrich Drepperb0243862007-06-06 00:09:36 +000016282007-06-05 Ulrich Drepper <drepper@redhat.com>
1629
1630 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1631 testfile37.bz and testfile37.debug.bz2.
1632
Roland McGrath53bce222007-05-23 19:15:04 +000016332007-05-23 Roland McGrath <roland@redhat.com>
1634
1635 * run-allregs.sh: Update expected Alpha results.
1636
Roland McGrath9aa8ef72007-05-18 08:59:43 +000016372007-05-18 Roland McGrath <roland@redhat.com>
1638
1639 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1640 * testfile37.bz2: New data file.
1641 * testfile37.debug.bz2: New data file.
1642 * run-unstrip-test2.sh: New file.
1643 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1644
16452007-05-10 Roland McGrath <roland@redhat.com>
1646
1647 * run-dwfl-bug-offline-rel.sh: New file.
1648 * testfile36.bz2: New data file.
1649 * testfile36.debug.bz2: New data file.
1650 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1651
16522007-04-28 Roland McGrath <roland@redhat.com>
1653
1654 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1655 * testfile35.bz2: New data file.
1656 * testfile35.debug.bz2: New data file.
1657 * run-unstrip-test.sh: New file.
1658 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1659
1660 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1661
Roland McGrath2be02912007-04-27 04:07:41 +000016622007-04-26 Roland McGrath <roland@redhat.com>
1663
1664 * run-elflint-self.sh: Run all tests even if one fails.
1665
1666 * run-allregs.sh: Add expected output for alpha.
1667
Roland McGrath4be15242007-04-25 03:09:33 +000016682007-04-24 Roland McGrath <roland@redhat.com>
1669
1670 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1671
16722007-04-22 Roland McGrath <roland@redhat.com>
1673
1674 * run-allregs.sh: Update expected register info.
1675
Roland McGrath43da9892007-04-16 23:13:37 +000016762007-04-16 Roland McGrath <roland@redhat.com>
1677
1678 * dwfl-addr-sect.c: New file.
1679 * Makefile.am (noinst_PROGRAMS): Add it.
1680 (dwfl_addr_sect_LDADD): New variable.
1681
16822007-04-05 Roland McGrath <roland@redhat.com>
1683
1684 * get-files.c: Test dwarf_getsrcdirs.
1685 * run-get-files.sh: Update expected output.
1686
Roland McGrath5f6a41a2007-04-01 23:11:40 +000016872007-04-01 Roland McGrath <roland@redhat.com>
1688
1689 * run-allregs.sh: Updated expected output for x86_64.
1690
Ulrich Drepper6258e742007-03-13 06:22:40 +000016912007-03-04 Roland McGrath <roland@redhat.com>
1692
1693 * dwfl-bug-fd-leak.c: New file.
1694 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1695 (dwfl_bug_fd_leak_LDADD): New variable.
1696
1697 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1698 show what files have been located.
1699
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000017002007-02-02 Roland McGrath <roland@redhat.com>
1701
1702 * run-addrname-test.sh: New file.
1703 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1704 * testfile34.bz2: New data file.
1705 * Makefile.am (EXTRA_DIST): Add it.
1706
17072007-01-20 Roland McGrath <roland@redhat.com>
1708
1709 * testfile33.bz2: New data file.
1710 * Makefile.am (EXTRA_DIST): Add it.
1711 * run-elflint-test.sh: Test on it too.
1712
17132007-01-18 Roland McGrath <roland@redhat.com>
1714
1715 * Makefile.am (CFLAGS): Don't molest it.
1716
17172007-01-11 Roland McGrath <roland@redhat.com>
1718
1719 * testfile32.bz2: New data file.
1720 * Makefile.am (EXTRA_DIST): Add it.
1721 * run-elflint-test.sh: Test on it too.
1722
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000017232007-02-04 Ulrich Drepper <drepper@redhat.com>
1724
1725 * arls.c: New file.
1726 * Makefile (noinst_PROGRAMS): Add arls.
1727
1728 * run-ranlib-test2.sh: Fix type in comment.
1729
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000017302007-01-10 Ulrich Drepper <drepper@redhat.com>
1731
1732 * run-elflint-self.sh (runtest): Show which file has the problem.
1733
Roland McGrathba949b32007-01-10 20:44:29 +000017342007-01-10 Roland McGrath <roland@redhat.com>
1735
1736 * dwfl-bug-addr-overflow.c: New file.
1737 * Makefile.am (TESTS): Add it.
1738 (dwfl_bug_addr_overflow_LDADD): New variable.
1739
Roland McGrath8190db62006-12-17 23:56:51 +000017402006-12-17 Roland McGrath <roland@redhat.com>
1741
1742 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1743
Roland McGrathc373d852006-10-10 00:25:21 +000017442006-09-05 Roland McGrath <roland@redhat.com>
1745
1746 * run-strings-test.sh: Export LC_ALL=C for the test.
1747
17482006-08-29 Roland McGrath <roland@redhat.com>
1749
1750 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1751 * run-arsymtest.sh: Likewise.
1752
1753 * run-native-test.sh (native.c compilation): Add some braces.
1754
17552006-08-22 Roland McGrath <roland@redhat.com>
1756
1757 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1758 (struct reginfo): New members bits, type.
1759 (one_register, match_register): Update to take new args,
1760 record and display new info.
1761 (main): Display new info.
1762 * run-allregs.sh: Update expected results.
1763
Roland McGrath19db8592006-08-03 08:52:46 +000017642006-08-03 Roland McGrath <roland@redhat.com>
1765
1766 * run-allregs.sh: Add sparc cases.
1767 * testfile30.bz2: New data file.
1768 * testfile31.bz2: New data file.
1769 * Makefile.am (EXTRA_DIST): Add them.
1770
Roland McGrath95024622006-07-21 10:06:31 +000017712006-07-21 Roland McGrath <roland@redhat.com>
1772
1773 * allregs.c (struct reginfo): Increase size of name.
1774 (one_register): Assert that it's big enough.
1775
Roland McGrathb4379722006-04-05 01:35:26 +000017762006-04-04 Roland McGrath <roland@redhat.com>
1777
1778 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1779 * testfile29.bz2: New file.
1780 * testfile29.rdwr.bz2: New file.
1781 * Makefile.am (EXTRA_DIST): Add them.
1782
Ulrich Drepperba718b12006-04-04 21:31:16 +000017832006-04-04 Ulrich Drepper <drepper@redhat.com>
1784
1785 * Makefile.am: Add rules to run run-bug1-test.sh.
1786 * rdwrmmap.c: New file.
1787 * run-bug1-test.sh: New file.
1788 * testfile28.bz2: New file.
1789 * testfile28.rdwr.bz2: New file.
1790
Roland McGrathdd7e22b2006-03-09 23:05:47 +000017912006-03-09 Roland McGrath <roland@redhat.com>
1792
1793 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1794
Roland McGrath060fa052006-03-02 07:51:50 +000017952006-03-01 Roland McGrath <roland@redhat.com>
1796
1797 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1798 changes matching 3.0 spec.
1799
Roland McGrathc40f58a2006-01-13 20:13:21 +000018002006-01-13 Roland McGrath <roland@redhat.com>
1801
1802 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1803 bash 3.1 whines when it's done in the trap 0 handler.
1804
Roland McGrath4b248ce2006-01-12 03:34:38 +000018052006-01-11 Roland McGrath <roland@redhat.com>
1806
1807 * testfile26.bz2: New data file.
1808 * testfile27.bz2: New data file.
1809 * Makefile.am (EXTRA_DIST): Add them.
1810 * run-allregs.sh: Test s390 data.
1811
Roland McGrath124a7982005-12-15 02:37:09 +000018122005-12-14 Roland McGrath <roland@redhat.com>
1813
1814 * run-native-test.sh: Redirect output from native test process.
1815
Roland McGrath94d26ad2005-12-13 23:24:37 +000018162005-12-13 Roland McGrath <roland@redhat.com>
1817
1818 * allregs.c (main): Fail if we find no registers.
1819
1820 * run-native-test.sh: New file.
1821 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1822
Roland McGrathba72ab12005-12-12 00:04:33 +000018232005-12-10 Ulrich Drepper <drepper@redhat.com
1824
1825 * run-readelf-test1.sh: New file.
1826 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1827 (EXTRA_DIST): Likewise.
1828
Roland McGrathd804e722005-12-08 01:35:42 +000018292005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001830
Roland McGrathd804e722005-12-08 01:35:42 +00001831 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001832
Roland McGrath994b4892005-12-05 22:46:21 +000018332005-11-25 Roland McGrath <roland@redhat.com>
1834
1835 * coverage.sh: Given -v argument, print names of unused files.
1836
1837 * addrscopes.c (main): Use dwfl_end before return.
1838 * allregs.c (main): Likewise.
1839 * find-prologues.c (main): Likewise.
1840 * funcretval.c (main): Likewise.
1841 * funcscopes.c (main): Likewise.
1842 * line2addr.c (main): Likewise.
1843
1844 * run-allregs.sh: New file.
1845 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1846
1847 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1848 * Makefile.am (allregs_LDADD): Updated.
1849
1850 * allregs.c: New file.
1851 * Makefile.am (noinst_PROGRAMS): Add it.
1852 (allregs_LDADD): New variable.
1853
Roland McGrath9365d2c2005-11-18 23:55:47 +000018542005-11-18 Roland McGrath <roland@redhat.com>
1855
1856 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1857 * test-wrapper.sh: Likewise.
1858
Roland McGrath575dd392005-11-18 01:41:52 +000018592005-11-17 Roland McGrath <roland@redhat.com>
1860
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001861 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1862 environment for test-wrapper.sh.
1863 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1864 * test-subr.sh (installed_testrun): Likewise.
1865 Use explicit path in ${bindir}.
1866
Roland McGrath575dd392005-11-18 01:41:52 +00001867 * Makefile.am (installcheck-local): Fix typo in last change.
1868
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000018692005-11-16 Roland McGrath <roland@redhat.com>
1870
1871 * configure.ac: New file, for standalone build/dist of test suite.
1872 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1873 (asm_TESTS): New variable, broken out of ...
1874 (TESTS): ... here. Also remove msg_tst.
1875 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1876 (installed_TESTS_ENVIRONMENT): New variable.
1877 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1878 [!STANDALONE] (installcheck-local): Likewise.
1879 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1880 * addrscopes.c: Include <config.h>.
1881 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1882 * allfcts.c: Likewise.
1883 * asm-tst1.c: Likewise.
1884 * asm-tst2.c: Likewise.
1885 * asm-tst3.c: Likewise.
1886 * asm-tst4.c: Likewise.
1887 * asm-tst5.c: Likewise.
1888 * asm-tst6.c: Likewise.
1889 * asm-tst7.c: Likewise.
1890 * asm-tst8.c: Likewise.
1891 * asm-tst9.c: Likewise.
1892 * dwflmodtest.c: Likewise.
1893 * find-prologues.c: Likewise.
1894 * funcscopes.c: Likewise.
1895 * get-aranges.c: Likewise.
1896 * get-files.c: Likewise.
1897 * get-lines.c: Likewise.
1898 * get-pubnames.c: Likewise.
1899 * line2addr.c: Likewise.
1900 * newscn.c: Likewise.
1901 * show-abbrev.c: Likewise.
1902 * show-die-info.c: Likewise.
1903 * update3.c: Likewise.
1904 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001905 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001906
1907 * dwflmodtest.c (print_instance): Don't use INTUSE.
1908 (options): Don't use N_ macro.
1909
Roland McGrath1b8b4462005-11-16 01:33:38 +000019102005-11-15 Roland McGrath <roland@redhat.com>
1911
Roland McGrathe47ab762005-11-17 03:16:00 +00001912 * coverage.sh: Look in backends.
1913 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1914 (TESTS_ENVIRONMENT): Likewise.
1915
1916 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1917 pass FUNCDIE direclty to dwfl_module_return_value_location.
1918
Roland McGrath1b8b4462005-11-16 01:33:38 +00001919 * Makefile.am (BUILD_RPATH): New variable.
1920 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1921 (tests_rpath): New variable.
1922 (installcheck-local): Pass it to test-wrapper.sh.
1923 * test-wrapper.sh: In "installed" format, take yes/no value
1924 for elfutils_tests_rpath, which export. When running a test
1925 binary for installcheck, exit 77.
1926 * test-subr.sh (installed_testrun): When running a test binary
1927 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1928
19292005-11-14 Roland McGrath <roland@redhat.com>
1930
1931 * test-subr.sh: New file.
1932 * test-wrapper.sh: New file.
1933 * Makefile.am (EXTRA_DIST): Add them.
1934 (AM_LDFLAGS): Variable removed.
1935 (TESTS_ENVIRONMENT): New variable.
1936 (installcheck-local): New target.
1937 * run-addrscopes.sh: Use test-subr.sh.
1938 * run-allfcts.sh: Likewise.
1939 * run-ecp-test.sh: Likewise.
1940 * run-ecp-test2.sh: Likewise.
1941 * run-elflint-self.sh: Likewise.
1942 * run-elflint-test.sh: Likewise.
1943 * run-find-prologues.sh: Likewise.
1944 * run-funcscopes.sh: Likewise.
1945 * run-get-aranges.sh: Likewise.
1946 * run-get-files.sh: Likewise.
1947 * run-get-lines.sh: Likewise.
1948 * run-get-pubnames.sh: Likewise.
1949 * run-line2addr.sh: Likewise.
1950 * run-ranlib-test.sh: Likewise.
1951 * run-ranlib-test2.sh: Likewise.
1952 * run-show-abbrev.sh: Likewise.
1953 * run-show-ciefde.sh: Likewise.
1954 * run-show-die-info.sh: Likewise.
1955 * run-strings-test.sh: Likewise.
1956 * run-strip-test.sh: Likewise.
1957
Roland McGrathe47ab762005-11-17 03:16:00 +000019582005-11-13 Roland McGrath <roland@redhat.com>
1959
1960 * funcretval.c: New file.
1961 * Makefile.am (noinst_PROGRAMS): Add it.
1962 (funcretval_LDADD): New variable.
1963
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000019642005-11-09 Ulrich Drepper <drepper@redhat.com>
1965
1966 * line2addr.c (handle_module): Add missing parameter to printf.
1967
Roland McGrath07d4f2f2005-10-28 06:56:24 +000019682005-10-27 Roland McGrath <roland@redhat.com>
1969
Roland McGrath6724c902005-10-28 07:07:19 +00001970 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1971 * funcscopes.c (handle_function): Likewise.
1972 * dwflmodtest.c (print_inline, print_func): Likewise.
1973 * find-prologues.c (handle_function): Likewise.
1974
19752005-10-27 Roland McGrath <roland@redhat.com>
1976
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001977 * run-find-prologues.sh: New file.
1978 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1979
1980 * find-prologues.c (handle_function): Skip inlines.
1981
19822005-10-25 Roland McGrath <roland@redhat.com>
1983
1984 * find-prologues.c: New file.
1985 * Makefile.am (noinst_PROGRAMS): Add it.
1986 (find_prologues_LDADD): New variable.
1987
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000019882005-09-02 Ulrich Drepper <drepper@redhat.com>
1989
1990 * run-strings-test.sh: Remove strings.out in the end.
1991
Ulrich Drepper7d65d012005-08-31 15:14:26 +000019922005-08-31 Ulrich Drepper <drepper@redhat.com>
1993
1994 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1995 * run-allfcts.sh: Likewise.
1996 * run-ecp-test.sh: Likewise.
1997 * run-ecp-test2.sh: Likewise.
1998 * run-elflint-test.sh: Likewise.
1999 * run-funcscopes.sh: Likewise.
2000 * run-get-aranges.sh: Likewise.
2001 * run-get-files.sh: Likewise.
2002 * run-get-lines.sh: Likewise.
2003 * run-get-pubnames.sh: Likewise.
2004 * run-line2addr.sh: Likewise.
2005 * run-ranlib-test2.sh: Likewise.
2006 * run-show-abbrev.sh: Likewise.
2007 * run-show-ciefde.sh: Likewise.
2008 * run-show-die-info.sh: Likewise.
2009 * run-strings-test.sh: Likewise.
2010 * run-strip-test.sh: Likewise.
2011
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000020122005-08-30 Ulrich Drepper <drepper@redhat.com>
2013
2014 * coverage.sh: Handle case where there is no .gcno file at all.
2015
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000020162005-08-29 Ulrich Drepper <drepper@redhat.com>
2017
2018 * Makefile.am (EXTRA_DIST): Add coverage.
2019 [GCOV]: Generate coverage summary after the tests ran
2020 * coverage.sh: New file.
2021
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000020222005-08-28 Ulrich Drepper <drepper@redhat.com>
2023
2024 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
2025 (CLEANFILES): Add *.gcno *.gcda *.gconv.
2026
20272005-08-28 Ulrich Drepper <drepper@redhat.com>
2028
2029 * run-strings-test.sh: New file.
2030 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2031
Roland McGrath71e15a02005-08-27 10:33:26 +000020322005-08-27 Roland McGrath <roland@redhat.com>
2033
Roland McGrathb0bc2782005-08-27 21:07:16 +00002034 * addrscopes.c (handle_address): Apply bias to PC addresses.
2035
Roland McGrath71e15a02005-08-27 10:33:26 +00002036 * run-funcscopes.sh: New file.
2037 * testfile25.bz2: New data file.
2038 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2039
20402005-08-26 Roland McGrath <roland@redhat.com>
2041
2042 * addrscopes.c (dwarf_diename_integrate): Removed.
2043 (print_vars, handle_address): Use plain dwarf_diename.
2044
20452005-08-25 Roland McGrath <roland@redhat.com>
2046
2047 * funcscopes.c: New file.
2048 * Makefile.am (noinst_PROGRAMS): Add it.
2049 (funcscopes_LDADD): New variable.
2050
2051 * run-addrscopes.sh: Add another case.
2052 * testfile24.bz2: New data file.
2053 * Makefile.am (EXTRA_DIST): Add it.
2054
2055 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
2056 pass it to dwarf_getscopes.
2057 (main): Pass it, true when '=' follows an address.
2058
Roland McGrath4c305da2005-08-25 01:49:35 +000020592005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00002060
Roland McGrath4c305da2005-08-25 01:49:35 +00002061 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00002062
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000020632005-08-24 Ulrich Drepper <drepper@redhat.com>
2064
Ulrich Drepper958bf132005-08-24 21:40:55 +00002065 * run-line2addr.sh: Remove testfile23 in the end.
2066
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002067 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00002068 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002069
Roland McGrathd17fac72005-08-23 08:20:21 +000020702005-08-22 Roland McGrath <roland@redhat.com>
2071
2072 * run-line2addr.sh: Add a case.
2073 * testfile23.bz2: New data file.
2074 * Makefile.am (EXTRA_DIST): Add it.
2075
Roland McGrath9a1f3652005-08-18 20:57:04 +000020762005-08-18 Roland McGrath <roland@redhat.com>
2077
Roland McGrathf5fda7d2005-08-18 22:01:57 +00002078 * run-addrscopes.sh: New file.
2079 * testfile22.bz2: New data file.
2080 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2081
Roland McGrath9a1f3652005-08-18 20:57:04 +00002082 * addrscopes.c: New file.
2083 * Makefile.am (noinst_PROGRAMS): Add it.
2084 (addrscopes_LDADD): New variable.
2085
Ulrich Drepper837b5222005-08-16 05:12:01 +000020862005-08-15 Ulrich Drepper <drepper@redhat.com>
2087
2088 * run-elflint-self.sh: Don't run test if the file doesn't exist.
2089
Roland McGrath1ecb6062005-08-15 09:53:04 +000020902005-08-15 Roland McGrath <roland@redhat.com>
2091
2092 * dwflmodtest.c (print_instance, print_inline): New functions.
2093 (print_func): Call print_inline.
2094 (options, parse_opt): Grok -i/--inlines.
2095
Roland McGrath8d18c292005-08-07 21:42:07 +000020962005-08-07 Roland McGrath <roland@redhat.com>
2097
2098 * dwflmodtest.c: Print function details only if -f flag is given.
2099
Ulrich Drepper47be7952005-08-07 04:41:39 +000021002005-08-06 Ulrich Drepper <drepper@redhat.com>
2101
Ulrich Drepper637963b2005-08-07 05:33:07 +00002102 * run-elflint-self.sh: New file.
2103 * Makefile.am (TESTS): Add run-elflint-self.sh.
2104 (EXTRA_DIST): Likewise.
2105
Ulrich Drepper47be7952005-08-07 04:41:39 +00002106 * Makefile.am: Link with statis libs if BUILD_STATIC.
2107 (dwflmodtest_LDADD): Also link with -ldl.
2108
Ulrich Drepper41de4882005-08-03 00:02:56 +000021092005-08-02 Ulrich Drepper <drepper@redhat.com>
2110
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002111 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
2112 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
2113 library first.
2114 * asm-tst2.c: Likewise.
2115 * asm-tst3.c: Likewise.
2116 * asm-tst4.c: Likewise.
2117 * asm-tst5.c: Likewise.
2118 * asm-tst6.c: Likewise.
2119 * asm-tst7.c: Likewise.
2120 * asm-tst8.c: Likewise.
2121 * asm-tst9.c: Likewise.
2122
Ulrich Drepper41de4882005-08-03 00:02:56 +00002123 * msg_tst.c: Add new error message.
2124
Ulrich Drepper18618fd2005-07-28 21:29:22 +000021252005-07-28 Ulrich Drepper <drepper@redhat.com>
2126
2127 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
2128
Roland McGrathd17fac72005-08-23 08:20:21 +000021292005-06-01 Roland McGrath <roland@redhat.com>
2130
2131 * line2addr.c: Rewritten using libdwfl.
2132 * run-line2addr.sh: Update test for changed arguments.
2133 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
2134 (libdwfl): New variable.
2135 (line2addr_LDADD): Use it.
2136
Roland McGrath18385902005-07-28 07:12:38 +000021372005-07-28 Roland McGrath <roland@redhat.com>
2138
2139 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
2140 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
2141 (dwflmodtest_LDADD): New variable.
2142 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
2143
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000021442005-07-21 Ulrich Drepper <drepper@redhat.com>
2145
2146 * testfile18.bz2: New file.
2147 * run-elflint-test.sh: New file.
2148 * Makefile.am (TESTS): Add run-elflint-test.sh.
2149 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
2150
21512005-05-24 Ulrich Drepper <drepper@redhat.com>
2152
2153 * get-files.c (main): Use correct format specifier.
2154
21552005-05-21 Ulrich Drepper <drepper@redhat.com>
2156
2157 * Makefile.am: Add -Wextra to CFLAGS.
2158 * get-files.c: Remove warning this produced.
2159 * get-pubnames.c: Likewise.
2160 * newfile.c: Likewise.
2161 * newscn.c: Likewise.
2162 * scnnames.c: Likewise.
2163 * showptable.c: Likewise.
2164 * test-nlist.c: Likewise.
2165 * update1.c: Likewise.
2166 * update2.c: Likewise.
2167 * update3.c: Likewise.
2168 * update4.c: Likewise.
2169
21702005-05-08 Ulrich Drepper <drepper@redhat.com>
2171
2172 * run-line2addr.sh: Remove testfile14 at the end.
2173
Ulrich Drepper282bf322005-07-28 21:49:05 +00002174 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002175
2176 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
2177 .bz, not .bz2.
2178
21792005-05-03 Roland McGrath <roland@redhat.com>
2180
2181 * run-strip-test.sh: Use variables for test file names.
2182 Optionally produce separate debug file and check it.
2183 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
2184 * run-strip-test3.sh: Likewise.
2185 * run-strip-test4.sh: New file.
2186 * run-strip-test5.sh: New file.
2187 * run-strip-test6.sh: New file.
2188 * testfile15.bz: New file.
2189 * testfile15.debug.bz: New file.
2190 * testfile16.bz: New file.
2191 * testfile16.debug.bz: New file.
2192 * testfile17.bz: New file.
2193 * testfile17.debug.bz: New file.
2194 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2195
21962005-04-25 Ulrich Drepper <drepper@redhat.com>
2197
2198 * run-line2addr.sh: Also use testfile14. Adjust for correct
2199 return of multiple matches.
2200 * testfile14.bz2: New file.
2201 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
2202
2203 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
2204
Roland McGrath87d47802007-07-16 22:23:37 +000022052005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002206
2207 * line2addr.c (main): Initialize LINES and NLINES before calling
2208 dwarf_getsrc_file, and free LINES afterwards.
2209
2210 * allfcts.c (main): Use size_t for CUHL.
2211
22122005-04-04 Ulrich Drepper <drepper@redhat.com>
2213
2214 * line2addr.c: New file.
2215 * run-line2addr.sh: New file.
2216 * Makefile.am: Add rules to build, run, and distribute new code.
2217
22182005-04-02 Ulrich Drepper <drepper@redhat.com>
2219
2220 * allfcts.c: New file.
2221 * run-allfcts.sh: New file.
2222 * Makefile.am: Add rules to build, run, and distribute new code.
2223
22242005-02-05 Ulrich Drepper <drepper@redhat.com>
2225
2226 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
2227 programs with -lmudflap.
2228
22292004-09-25 Ulrich Drepper <drepper@redhat.com>
2230
2231 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
2232 * asm-tst5.c (main): Likewise.
2233 * asm-tst6.c (main): Likewise.
2234
22352004-01-17 Ulrich Drepper <drepper@redhat.com>
2236
2237 * Makefile.am: Support building with mudflap.
2238
22392004-01-12 Ulrich Drepper <drepper@redhat.com>
2240
2241 * get-aranges.c: Rewrite to use libdw.
2242 * Makefile.am: Reenable get-aranges test.
2243
22442004-01-11 Ulrich Drepper <drepper@redhat.com>
2245
2246 * get-lines.c: New file.
2247 * get-files.c: Adjust for libdw.
2248 * run-get-files.sh: Adjust expected result.
2249 * run-get-lines.sh: Likewise.
2250 * Makefile.am: Run get-lines test. Don't run get-aranges and
2251 get-ciefde test for now.
2252
2253 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
2254 change. Print attribute offset information.
2255 * run-show-abbrev.sh: Adjust expected output.
2256
22572004-01-09 Ulrich Drepper <drepper@redhat.com>
2258
2259 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
2260 * show-die-info.c: Likewise.
2261 * run-show-die-info.sh: Adjust expected output.
2262
22632003-08-13 Ulrich Drepper <drepper@redhat.com>
2264
2265 * Makefile.in: Depend on libebl.a, not libebl.so.
2266
22672003-08-11 Ulrich Drepper <drepper@redhat.com>
2268
2269 * Moved to CVS archive.