blob: 5a9d5372afba8b301e481a00257e59afd15f7169 [file] [log] [blame]
Mark Wielaarda3cc8182016-11-02 13:29:26 +010012016-11-02 Mark Wielaard <mjw@redhat.com>
2
3 * backtrace-data.c (thread_callback): Add explicit break after error.
4 * backtrace.c (callback_verify): Change PASSTHRU to FALLTHRU.
5
Kevin Cernekee33ca0e12016-10-23 10:25:56 -070062016-10-22 Kevin Cernekee <cernekee@chromium.org>
7
8 * Makefile.am (TESTS): Add run-unstrip-test4.sh.
9 (EXTRA_DIST): Add run-unstrip-test4.sh, testfile-strtab.bz2,
10 testfile-strtab.stripped.bz2, testfile-strtab.debuginfo.bz2.
11 (run-unstrip-test4.sh): New file.
12 (testfile-strtab.bz2): New file.
13 (testfile-strtab.stripped.bz2): New file.
14 (testfile-strtab.debuginfo.bz2): New file.
15
162016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Akihiko Odaki60b2bf12016-10-11 23:06:48 +090017
18 * arextract.c: Remove sys/param.h include, add system.h include.
19
Mark Wielaard16bf45f2016-08-30 13:42:31 +0200202016-08-30 Mark Wielaard <mjw@redhat.com>
21
22 * Makefile.am (asm_tst?_LDADD): Add libdw.
23
Mark Wielaard90084992016-08-25 17:17:23 +0200242016-08-25 Mark Wielaard <mjw@redhat.com>
25
26 * backtrace-child.c: Disable and add documentation about why we disable
27 RAISE_JMP_PATCHING even on x86_64.
28 * backtrace.c (is_x86_64_native): Rename to...
29 (use_raise_jmp_patching): ... this.
30 (callback_verify): Use use_raise_jmp_patching instead of
31 is_x86_64_native.
32 (see_exec_module): Return DWARF_CB_ABORT after finding the correct exe
33 path.
34 (prepare_thread): Use RAISE_JMP_PATCHING instead of __x86_64__
35 conditional.
36 (exec_dump): Only assert on data.mod != NULL. Drop ptrdiff. Use
37 RAISE_JMP_PATCHING instead of __x86_64__ conditional. Use
38 use_raise_jmp_patching instead of is_x86_64_native.
39
Mark Wielaardf21d5c32016-08-24 17:55:53 +0200402016-08-24 Mark Wielaard <mjw@redhat.com>
41
42 * Makefile.am (EXTRA_DIST): Add testfilesparc64attrs.o.bz2.
43
Jose E. Marchesib944b652016-08-24 06:47:57 -0700442016-08-09 Jose E. Marchesi <jose.marchesi@oracle.com>
45
46 * testfilesparc64attrs.o.bz2: New file.
47 * run-readelf-A.sh: Check attributes in a sparc object.
48
Mark Wielaard6ff6c212016-08-06 15:13:19 +0200492016-08-06 Mark Wielaard <mjw@redhat.com>
50
51 * run-strip-reloc.sh: Add explicit compressed and uncompressed
52 test cases.
53
Richard Hendersona8b25292016-08-10 12:41:21 +0530542016-08-10 Richard Henderson <rth@redhat.com>
55
56 * file-bpf-dis1.expect.bz2: Fix expected mod and endian operations
57 output.
58
Mark Wielaarddd906c12016-07-08 14:08:22 +0200592016-07-08 Mark Wielaard <mjw@redhat.com>
60
61 * update3_LDADD: Use libdw instead of libebl.
62 * update4_LDADD: Likewise.
63 * alldts_LDADD: Likewise.
64 * elfstrmerge_LDADD: Likewise.
65 * alldts.c (main): Use dwelf_strtab instead of ebl_strtab.
66 * elfstrmerge.c (release): Likewise.
67 (main): Likewise.
68 * update3.c (main): Likewise.
69 * update4.c (main): Likewise.
70
Andreas Schwab56dce922016-07-10 17:36:38 +0200712016-07-10 Andreas Schwab <schwab@linux-m68k.org>
72
73 * Makefile.am (TESTS): Add run-strip-test11.sh.
74 (EXTRA_DIST): Add run-strip-test11.sh, hello_m68k.ko.bz2,
75 testfile-m86k-core.bz2, testfile-m68k.bz2, testfile-m68k-s.bz2.
76 (run-strip-test11.sh): New file.
77 (hello_m68k.ko.bz2): New file.
78 (testfile-m68k-core.bz2): New file.
79 (testfile-m68k.bz2): New file.
80 (testfile-m68k-s.bz2): New file.
81 * run-allregs.sh: Add test for testfile-m68k-core.
82 * run-readelf-mixed-corenote.sh: Likewise.
83 * run-strip-reloc.sh: Add test for hello_m68k.ko.
84
Mark Wielaard8b5f0172016-07-06 15:27:56 +0200852016-07-06 Mark Wielaard <mjw@redhat.com>
86
87 * Makefile.am (check_PROGRAMS): Add vendorelf.
88 (TESTS): Likewise.
89 (vendorelf_LDADD): New variable.
90 * vendorelf.c: New test.
91 * elfshphehdr.c (test): Check elf_getphdrnum succeeds.
92
John Ogness96e140f2016-06-23 16:03:58 +0200932016-06-24 Mark Wielaard <mjw@redhat.com>
94
95 * Makefile.am (check_PROGRAMS): Add emptyfile.
96 (TESTS): Likewise.
97 (emptyfile_LDADD): New variable.
98 * emptyfile.c: New test.
99
Richard Hendersona8b25292016-08-10 12:41:21 +05301002016-06-28 Richard Henderson <rth@redhat.com>
Richard Henderson9a36c922016-06-21 15:10:10 -0700101
102 * Makefile.am (TESTS): Add run-disasm-bpf.sh, conditionally.
103 (EXTRA_DIST): Add run-disasm-bpf.sh, testfile-bpf-dis1.expect.bz2,
104 testfile-bpf-dis1.o.bz2
105 (run-disasm-bpf.sh): New file.
106 (testfile-bpf-dis1.expect.bz2): New file.
107 (testfile-bpf-dis1.o.bz2): New file.
108
Mark Wielaardf4dc7642016-02-09 14:18:49 +01001092016-02-09 Mark Wielaard <mjw@redhat.com>
110
111 * testfile-s390x-hash-both.bz2: New testfile.
112 * Makefile.am (EXTRA_DIST): Add testfile-s390x-hash-both.bz2.
113 * run-elflint-test.sh: Add elflint testfile-s390x-hash-both test.
114
Mark Wielaard22035602016-02-04 09:53:41 +01001152016-02-04 Mark Wielaard <mjw@redhat.com>
116
117 * run-strip-nobitsalign.sh: New test.
118 * testfile-nobitsalign.bz2: New testfile.
119 * testfile-nobitsalign.strip.bz2: Likewise.
120 * Makefile.am (TESTS): Add run-strip-nobitsalign.sh.
121 (EXTRA_DIST): Add run-strip-nobitsalign.sh, testfile-nobitsalign.bz2
122 and testfile-nobitsalign.strip.bz2.
123 * run-strip-test.sh: Add --gnu to elflint calls.
124
Mark Wielaard344ca072016-01-13 17:16:48 +01001252016-01-13 Mark Wielaard <mjw@redhat.com>
126
Mark Wielaard0cd02dc2016-01-13 23:06:33 +0100127 * dwfl-bug-fd-leak.c: Skip test unless on __linux__.
128
1292016-01-13 Mark Wielaard <mjw@redhat.com>
130
Mark Wielaardd4607732016-01-13 22:49:02 +0100131 * dwfl-proc-attach.c: Guard linux specific header.
132
1332016-01-13 Mark Wielaard <mjw@redhat.com>
134
Mark Wielaard344ca072016-01-13 17:16:48 +0100135 * system-elf-libelf-test.c: New test.
136 * Makefile.am (TESTS): Add system-elf-libelf-test, if !STANDALONE.
137 (check_PROGRAMS): Likewise.
138 (system_elf_libelf_test_CPPFLAGS): New variable.
139 (system_elf_libelf_test_LDADD): Likewise.
140
Mark Wielaarddd131162016-01-08 13:35:33 +01001412016-01-08 Mark Wielaard <mjw@redhat.com>
142
Mark Wielaard53e44712016-01-08 21:55:58 +0100143 * elfputzdata.c (main): Fix parentheses in strncmp test.
144
1452016-01-08 Mark Wielaard <mjw@redhat.com>
146
Mark Wielaard3a5fc512016-01-08 16:45:12 +0100147 * elfputzdata.c (main): Use PRId64 to print 64 bit value.
148
1492016-01-08 Mark Wielaard <mjw@redhat.com>
150
Mark Wielaarddd131162016-01-08 13:35:33 +0100151 * Makefile.am (TESTS): Always unconditionally add
152 run-readelf-zdebug.sh and run-readelf-zdebug-rel.sh.
153
Mark Wielaard92acb572015-12-01 14:55:07 +01001542015-12-16 Mark Wielaard <mjw@redhat.com>
155
156 * run-compress-test.sh: New test.
157 * Makefile.am (TESTS): Add run-compress-test.sh.
158 (EXTRA_DISTS): Likewise.
159
Mark Wielaard519c13c2015-12-30 01:39:29 +01001602015-11-26 Mark Wielaard <mjw@redhat.com>
161
162 * zstrptr.c: New file.
163 * run-zstrptr.sh: New test.
164 * elfputzdata.c (main): (re)compress .shstrtab.
165 * run-elfputzdata.sh: Expect .shstrtab compression.
166 * Makefile.am (check_PROGRAMS): Add zstrptr.
167 (TESTS): Add run-zstrptr.sh.
168 (EXTRA_DIST): Likewise.
169 (zstrptr_LDADD): New variable.
170
Mark Wielaardf5013e82015-10-21 01:30:44 +02001712015-10-20 Mark Wielaard <mjw@redhat.com>
172
173 * run-readelf-zx.sh: New test.
174 * run-readelf-zp.sh: Likewise.
175 * Makefile.am (TESTS): Add run-readelf-zx.sh and run-readelf-zp.sh.
176 (EXTRA_DIST): Likewise.
177
Mark Wielaard272018b2015-12-19 01:29:54 +01001782015-10-21 Mark Wielaard <mjw@redhat.com>
179
180 * Makefile.am (check_PROGRAMS): Add elfgetzdata and elfputzdata.
181 (TESTS): Add run-elfgetzdata.sh and run-elfputzdata.sh.
182 (EXTRA_DIST: Likewise.
183 (elfgetzdata_LDADD): New variable.
184 (elfputzdata_LDADD): Likewise.
185 * elfgetzdata.c: New file.
186 * elfputzdata.c: Likewise.
187 * msg_tst.c: Handle ELF_E_ALREADY_COMPRESSED,
188 ELF_E_UNKNOWN_COMPRESSION_TYPE, ELF_E_COMPRESS_ERROR and
189 ELF_E_DECOMPRESS_ERROR.
190 * run-elfgetzdata.sh: New test.
191 * run-elfputzdata.sh: Likewise.
192
Mark Wielaard0c32b6f2015-11-17 23:52:39 +01001932015-10-28 Mark Wielaard <mjw@redhat.com>
194
Mark Wielaardb7105b42015-10-16 22:21:23 +0200195 * run-readelf-z.sh: New test.
196 * Makefile.am (TESTS): Add run-readelf-z.sh.
197 (EXTRA_DIST): Likewise.
198
1992015-10-28 Mark Wielaard <mjw@redhat.com>
200
Mark Wielaard5ddb50a2015-11-20 00:12:37 +0100201 * elfgetchdr.c: New file.
202 * run-elfgetchdr.sh: New test.
203 * testfile-zgabi32.bz2: New testfile.
204 * testfile-zgabi32be.bz2: Likewise.
205 * testfile-zgabi64.bz2: Likewise.
206 * testfile-zgabi64be.bz2: Likewise.
207 * Makefile.am (check_PROGRAMS): Add elfgetchdr.
208 (TESTS): Add run-elfgetchdr.sh.
209 (EXTRA_DIST): Add run-elfgetchdr.sh, testfile-zgabi32.bz2,
210 testfile-zgabi32be.bz2, testfile-zgabi64.bz2, testfile-zgabi64be.bz2.
211 (welfgetchdr_LDADD): New variable.
212 * msg_tst.c: Add ELF_E_NOT_COMPRESSED, ELF_E_INVALID_SECTION_TYPE
213 and ELF_E_INVALID_SECTION_FLAGS,
214
215
2162015-10-28 Mark Wielaard <mjw@redhat.com>
217
Mark Wielaard0c32b6f2015-11-17 23:52:39 +0100218 * dwelfgnucompressed.c: New file.
219 * run-dwelfgnucompressed.sh: New test.
220 * testfile-zgnu32.bz2: New testfile.
221 * testfile-zgnu64.bz2: Likewise.
222 * Makefile.am (check_PROGRAMS): Add dwelfgnucompressed.
223 (TESTS): Add run-dwelfgnucompressed.sh.
224 (EXTRA_DIST): Add run-dwelfgnucompressed.sh, testfile-zgnu32.bz2,
225 testfile-zgnu64.bz2, testfile-zgnu32be.bz2, testfile-zgnu64be.bz2.
226 (dwelfgnucompressed_LDADD): New variable.
227
Mark Wielaard29ee5122015-12-31 23:03:20 +01002282015-12-31 Mark Wielaard <mjw@redhat.com>
229
230 * elfstrmerge.c (main): Warn about STT_SECTION symbol for shstrhndx.
231 * run-elfstrmerge-test.sh: New test.
232 * Makefile.am (TESTS): Add run-elfstrmerge-test.sh
233 (EXTRA_DIST): Likewise.
234
Jose E. Marchesia8a22a32015-12-08 19:10:42 +01002352015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com>
236
237 * run-backtrace-core-sparc.sh: New file.
238 * backtrace.sparc.core.bz2: New file.
239 * backtrace.sparc.exec.bz2: New file.
240 * Makefile.am (EXTRA_DIST): ... and added all here.
241 (TESTS): Added run-backtrace-core-sparc.sh.
242
Mark Wielaarda5a354b2015-12-02 17:27:18 +01002432015-12-02 Mark Wielaard <mjw@redhat.com>
244
245 * Makefile.am (valgrind_cmd): Use --leak-check=full.
246 * run-backtrace-demangle.sh: Disable valgrind.
247 * run-stack-demangled-test.sh: Likewise.
248 * run-stack-d-test.sh: Likewise.
249 * run-stack-i-test.sh: Likewise.
250
Mark Wielaarda1372e02015-12-01 15:55:08 +01002512015-12-01 Mark Wielaard <mjw@redhat.com>
252
253 * test-flag-nobits.c (main): Call elf_end.
254 * rerequest_tag.c (main): Call dwarf_end.
255 * funcscopes.c (handle_function): Free scopes.
256 * dwarf-getstring.c (main): Call dwarf_end.
257 * allregs.c (main): Free state.info.
258 * alldts.c (main): Free dyn.
259 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi
260 calls.
261 * addrscopes.c (handle_address): Free scopes.
262
Mark Wielaard9bcd3cb2015-10-16 12:06:34 +02002632015-10-16 Mark Wielaard <mjw@redhat.com>
264
Mark Wielaard528cb452015-10-16 23:07:12 +0200265 * Makefile.am [BUILD_STATIC] (libdw): Add -lz.
266 [BUILD_STATIC] (libelf): Likewise.
267
2682015-10-16 Mark Wielaard <mjw@redhat.com>
269
Mark Wielaard9bcd3cb2015-10-16 12:06:34 +0200270 * Makefile.am (dwfl_proc_attach_LDFLAGS): Add AM_LDFLAGS.
271
Josh Stone34254542015-10-09 10:10:37 -07002722015-10-09 Josh Stone <jistone@redhat.com>
273
274 * lfs-symbols: New list of LFS-related symbols from lintian.
275 * testfile-nolfs.bz2: New test binary for sanity checking.
276 * run-lfs-symbols.sh: New test.
277 * Makefile.am (TESTS): Add run-lfs-symbols.sh.
278 (EXTRA_DIST): Add lfs-symbols, testfile-nolfs.bz2, and
279 run-lfs-symbols.sh.
280 * alldts.c (main): Replace open64 with open.
281 * dwarf-getstring.c (main): Likewise.
282 * arls.c: Include config.h.
283 * ecp.c: Likewise.
284 * rdwrmmap.c: Likewise.
285 * test-elf_cntl_gelf_getshdr.c: Likewise.
286 * test-flag-nobits.c: Include config.h.
287 (main): Replace open64 with open.
288
Mark Wielaardc53857b2015-10-09 12:07:27 +02002892015-10-09 Mark Wielaard <mjw@redhat.com>
290
291 * elfshphehdr.c (check): Rename argument from check to statement.
292 (check_elf): Likewise.
293
Josh Stonedaee4712015-10-05 11:04:15 -07002942015-10-05 Josh Stone <jistone@redhat.com>
295
296 * Makefile.am (backtrace-child-biarch): Add AM_V_CC silencer.
297
Mark Wielaarddf7dfab2015-08-11 21:38:38 +02002982015-10-02 Mark Wielaard <mjw@redhat.com>
299
300 * elfstrmerge.c: New check program.
301 * run-strip-strmerge.sh: New test.
302 * Makefile.am (check_PROGRAMS): Add elfstrmerge.
303 (EXTRA_DIST): Add run-strip-strmerge.sh
304 (elfstrmerge_LDADD): New variable.
305
Mark Wielaard3adda3c2015-09-29 17:04:11 +02003062015-09-29 Mark Wielaard <mjw@redhat.com>
307
308 * elfshphehdr.c: New test.
309 * Makefile.am (check_PROGRAMS): Add elfshphehdr.
310 (TESTS): Likewise.
311 (elfshphehdr_LDADD): New variable.
312
Mark Wielaard87985092015-09-07 12:52:12 +02003132015-09-08 Mark Wielaard <mjw@redhat.com>
314
315 * dwfl-proc-attach.c: New test.
316 * Makefile.am (check_PROGRAMS): Add dwfl-proc-attach.
317 (TESTS): Likewise.
318 (dwfl_proc_attach_LDADD): New variable.
319 (dwfl_proc_attach_LDFLAGS): Likewise.
320
Chih-Hung Hsieh2ec95732015-09-04 10:13:02 -07003212015-09-04 Chih-Hung Hsieh <chh@google.com>
322
Chih-Hung Hsiehb85f80a2015-09-04 12:04:11 -0700323 * varlocs.c (print_base_type): Initialize enctype.
324
3252015-09-04 Chih-Hung Hsieh <chh@google.com>
326
Chih-Hung Hsieh4cb8f612015-09-04 12:04:11 -0700327 * md5-sha1-test.c (md5_expected): Removed.
328 (sha1_expected): Likewise.
329
3302015-09-04 Chih-Hung Hsieh <chh@google.com>
331
Chih-Hung Hsieh2ec95732015-09-04 10:13:02 -0700332 * asm-tst1.c (main): Replace %Z length modifier with %z.
333 * asm-tst2.c (main): Likewise.
334 * asm-tst3.c (main): Likewise.
335 * asm-tst4.c (main): Likewise.
336 * asm-tst5.c (main): Likewise.
337 * asm-tst6.c (main): Likewise.
338 * asm-tst7.c (main): Likewise.
339 * asm-tst8.c (main): Likewise.
340 * asm-tst9.c (main): Likewise.
341 * sectiondump.c (print_bytes): Likewise.
342
Mark Wielaardc689d902015-08-14 15:50:12 +02003432015-08-14 Mark Wielaard <mjw@redhat.com>
344
345 * run-addr2line-alt-debugpath.sh: New test.
346 * Makefile.am (TESTS): Add run-addr2line-alt-debugpath.sh
347 (EXTRA_DIST): Likewise.
348
Mark Wielaardf9fc50c2015-07-29 17:51:27 +02003492015-07-29 Mark Wielaard <mjw@redhat.com>
350
351 * run-unstrip-test3.sh: New test.
352 * testfile-info-link.bz2: New file.
353 * testfile-info-link.debuginfo.bz2: Likewise.
354 * testfile-info-link.stripped.bz2: Likewise.
355 * Makefile.am (TESTS): Add run-unstrip-test3.sh.
356 (EXTRA_DIST): Add run-unstrip-test3.sh, testfile-info-link.bz2,
357 testfile-info-link.debuginfo.bz2, testfile-info-link.stripped.bz2.
358
Pino Toscano349d1cd2015-06-27 18:33:37 +02003592015-06-27 Pino Toscano <toscano.pino@tiscali.it>
360
Pino Toscano26d5a632015-06-27 19:23:01 +0200361 * tests/run-deleted.sh: Skip when detecting a not implemented
362 dwfl_linux_proc_attach.
363
3642015-06-27 Pino Toscano <toscano.pino@tiscali.it>
365
Pino Toscano349d1cd2015-06-27 18:33:37 +0200366 * tests/dwfl-bug-fd-leak.c (elfutils_open): Check for null results of
367 dwfl_addrmodule.
368
Pino Toscano65251492015-06-26 20:36:01 +02003692015-06-26 Pino Toscano <toscano.pino@tiscali.it>
370
Pino Toscano204e36e2015-06-26 20:38:31 +0200371 * tests/vdsosyms.c [!__linux__] (main): Mark argv as unused.
372
3732015-06-26 Pino Toscano <toscano.pino@tiscali.it>
374
Pino Toscano65251492015-06-26 20:36:01 +0200375 * tests/backtrace-data.c: Reduce scope of some includes to match their
376 usage.
377 * tests/backtrace.c: Likewise.
378 * tests/deleted.c: Likewise.
379
Mark Wielaard0d011652015-06-16 14:05:35 +02003802015-06-16 Mark Wielaard <mjw@redhat.com>
381
382 * run-strip-test.sh: Add strip-in-place (eu-strip without -o) test
383 for non-ET_REL files.
384
Mark Wielaard7ec8d272015-05-30 23:00:40 +02003852015-05-30 Mark Wielaard <mjw@redhat.com>
386
387 * backtrace-subr.sh (check_native_core): Notice core file couldn't be
388 generated before skipping.
389 * run-addr2line-i-demangle-test.sh: Notice demangler is unsupported
390 before skipping.
391 * run-backtrace-demangle.sh: Likewise.
392 * run-stack-demangled-test.sh: Likewise.
393 * run-backtrace-native-biarch.sh: Notice biarch testing is disabled
394 before skipping.
395 * run-backtrace-native-core-biarch.sh: Likewise.
396 * test-subr.sh (testfiles): Notice how bunzip2 fails before skipping.
397
Mark Wielaardd76d73f2015-05-19 23:08:00 +02003982015-05-20 Mark Wielaard <mjw@redhat.com>
399
Mark Wielaardb23a5b22015-05-20 14:09:46 +0200400 * run-addr2line-i-test.sh: Add pretty test.
401 * run-addr2line-test.sh: Likewise.
402
4032015-05-20 Mark Wielaard <mjw@redhat.com>
404
Mark Wielaardcd2da6c2015-05-20 11:52:27 +0200405 * run-addr2line-i-demangle-test.sh: New test.
406 * Makefile.am (TESTS): Add run-addr2line-i-demangle-test.sh.
407 (EXTRA_DIST): Likewise.
408
4092015-05-20 Mark Wielaard <mjw@redhat.com>
410
Mark Wielaard70a504d2015-05-19 16:21:27 +0200411 * run-addr2line-test.sh: Add -a test variants.
412 * run-addr2line-i-test.sh: Likewise.
413
4142015-05-20 Mark Wielaard <mjw@redhat.com>
415
Mark Wielaardd76d73f2015-05-19 23:08:00 +0200416 * run-addrname-test.sh: Make sure all input addresses are hex.
417
Max Filippovc801acf2015-05-04 20:17:52 +03004182015-05-04 Max Filippov <jcmvbkbc@gmail.com>
419
420 * backtrace-child.c (stdarg, main): Replace assert_perror with assert.
421 * backtrace-data.c (memory_read, maps_lookup, set_initial_registers)
422 (main): Likewise.
423 * backtrace-dwarf.c (main): Likewise.
424 * backtrace.c (prepare_thread, exec_dump): Likewise.
425
Anthony G. Basile1ab3c2b2015-05-04 02:25:39 +03004262015-05-04 Anthony G. Basile <blueness@gentoo.org>
427
428 * Makefile.am (line2addr_LDADD, addrscopes_LDADD, funcscopes_LDADD)
429 (funcretval_LDADD, allregs_LDADD, find_prologues_LDADD)
430 (dwflmodtest_LDADD, dwfl_addr_sect_LDADD, addrcfi_LDADD)
431 (low_high_pc_LDADD, dwflsyms_LDADD, dwfllines_LDADD, varlocs_LDADD)
432 (backtrace_LDADD, aggregate_size_LDADD): Append $(argp_LDADD).
433
Mark Wielaarde6e80da2015-05-01 10:31:36 +02004342015-05-01 Mark Wielaard <mjw@redhat.com>
435
436 * run-stack-d-test.sh: Use --raw and mangled output.
437 * run-stack-i-test.sh: Likewise.
438 * run-stack-demangled-test.sh: New test.
439 * Makefile.am (EXTRA_DIST): Add run-stack-demangled-test.sh.
440 (TESTS): Likewise.
441
H.J. Lu5bbf0392015-03-25 05:44:57 -07004422015-04-01 H.J. Lu <hjl.tools@gmail.com>
443
H.J. Lu224e2e62015-03-25 09:19:08 -0700444 * Makefile.am (TESTS): Add run-strip-test10.sh.
445 (EXTRA_DIST): Likewise. Add testfile-x32-d.bz2.
446 Add testfile-x32-debug.bz2.
447 * run-strip-test10.sh: New file.
448 * testfile-x32-d.bz2: Likewise.
449 * testfile-x32-debug.bz2: Likewise.
450
4512015-04-01 H.J. Lu <hjl.tools@gmail.com>
452
H.J. Luf1bde8d2015-03-25 08:16:56 -0700453 * Makefile.am (TESTS): Add run-strip-test9.sh.
454 (EXTRA_DIST): Likewise. Add testfile-x32-s.bz2.
455 * run-strip-test9.sh: New file.
456 * testfile-x32-s.bz2: Likewise.
457
4582015-04-01 H.J. Lu <hjl.tools@gmail.com>
459
H.J. Lu6de72762015-03-25 07:22:43 -0700460 * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
461 (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
462 Add backtrace.x32.exec.bz2.
463 * backtrace.x32.core.bz2 : New file.
464 * backtrace.x32.exec.bz2: Likewise.
465 * run-backtrace-core-x32.sh: Likewise.
466
4672015-04-01 H.J. Lu <hjl.tools@gmail.com>
468
H.J. Luaa19e592015-03-25 06:44:09 -0700469 * run-addrcfi.sh: Add a test for testfile-x32.
470 * testfile-x32.bz2: New file.
471 * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2.
472
4732015-04-01 H.J. Lu <hjl.tools@gmail.com>
474
H.J. Lu8c78ff02015-03-25 05:57:09 -0700475 * run-allregs.sh: Add a test for testfile-x32-core.
476
4772015-04-01 H.J. Lu <hjl.tools@gmail.com>
478
H.J. Lu5bbf0392015-03-25 05:44:57 -0700479 * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core.
480 * testfile-x32-core.bz2: New file.
481 * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2.
482
Petr Machata06457da2015-03-18 19:35:16 +01004832015-03-18 Petr Machata <pmachata@redhat.com>
484
Petr Machata7f617342015-03-18 19:42:02 +0100485 * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match
486 the API changes.
487 * allregs.c (dwarf_encoding_string): Likewise.
488 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
489 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.
490
4912015-03-18 Petr Machata <pmachata@redhat.com>
492
Petr Machata06457da2015-03-18 19:35:16 +0100493 * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
494 debug-ranges-no-lowpc.o.bz2.
495
Mark Wielaard0a35e3a2015-03-13 23:51:40 +01004962015-03-13 Mark Wielaard <mjw@redhat.com>
497
498 * backtrace-dwarf.c: Add explicit includes.
499 (cleanup_13_abort): Remove unused static declaration.
500 (thread_callback): Add explicit return.
501
H.J. Lube7ea702015-03-12 12:14:43 -07005022015-03-13 H.J. Lu <hjl.tools@gmail.com>
503
504 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
505 instead of PTRACE_POKEUSER.
506 (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for
507 is_x86_64_native.
508
Mark Wielaard2e096352015-02-19 00:43:59 +01005092015-02-18 Mark Wielaard <mjw@redhat.com>
510
511 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
512
Josh Stone3d114102015-02-11 14:25:37 -08005132015-02-11 Josh Stone <jistone@redhat.com>
514
515 * backtrace.c (exec_dump): Initialize jmp.
516
Petr Machatab4da85d2015-02-11 22:11:46 +01005172015-02-11 Petr Machata <pmachata@redhat.com>
518
519 * run-dwarf-ranges.sh: New test.
520 * dwarf-ranges.c: New file.
521 * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case.
522
Mark Wielaard710ca872015-01-21 23:56:43 +01005232015-01-21 Mark Wielaard <mjw@redhat.com>
524
525 * Makefile.am (check_PROGRAMS): Add elfstrtab.
526 (TESTS): Likewise.
527 (elfstrtab_LDADD): New variable.
528 * elfstrtab.c: New test.
529
Mark Wielaard058ae7b2015-01-20 14:52:41 +01005302015-01-20 Mark Wielaard <mjw@redhat.com>
531
Mark Wielaardb543cdd2015-01-20 21:55:55 +0100532 * Makefile.am (check_PROGRAMS): Add newdata.
533 (TESTS): Likewise.
534 (newdata_LDADD): new variable.
535 * newdata.c: New test.
536
5372015-01-20 Mark Wielaard <mjw@redhat.com>
538
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100539 * strptr.c: New file.
540 * run-strptr.sh: New test.
541 * Makefile.am (check_PROGRAMS): Add strptr.
542 (TESTS): Add run-strptr.sh.
543 (EXTRA_DIST): Likewise.
544 (strptr_LDADD): New variable.
545
Mark Wielaardcc74c212015-01-15 13:39:06 +01005462015-01-15 Mark Wielaard <mjw@redhat.com>
547
548 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
549 * vdsosyms.c (main): Use getpid () instead of getppid ().
550
Mark Wielaardf8198f22014-12-27 16:16:29 +01005512014-12-27 Mark Wielaard <mjw@redhat.com>
552
553 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
554 * funcscopes.c (handle_function): Likewise.
555 * run-addrscopes.sh: Adjust last address in scope.
556 * run-funcscopes.sh: Likewise.
557
Mark Wielaardb4b2de92015-01-07 23:39:28 +01005582015-01-07 Mark Wielaard <mjw@redhat.com>
559
560 * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search.
561
Mark Wielaard47efc3b2015-01-14 21:38:16 +01005622015-01-14 Mark Wielaard <mjw@redhat.com>
563
564 * testfile-debug-types.bz2: New testfile.
565 * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2.
566 * typeiter2.c (main): Print both name and offset of found form DIE.
567 * run-typeiter.s: Adjust output and add testfile-debug-types.
568
Mark Wielaard8fb260f2014-12-26 16:20:39 +01005692014-12-26 Mark Wielaard <mjw@redhat.com>
570
571 * run-test-archive64.sh: Add nm test.
572
Mark Wielaardcdfc8532014-12-19 18:33:52 +01005732014-12-19 Mark Wielaard <mjw@redhat.com>
574
Mark Wielaard3943a382014-12-19 20:53:22 +0100575 * run-deleted.sh: Don't check libfunc on ppc64.
576
5772014-12-19 Mark Wielaard <mjw@redhat.com>
578
Mark Wielaard7152afa2014-12-19 18:54:04 +0100579 * vdsosyms.c (vdso_seen): Removed.
580 (vdso_syms): New global.
581 (module_callback): Set and check vdso_syms.
582 (main): Return value depends on vdso_syms.
583
5842014-12-19 Mark Wielaard <mjw@redhat.com>
585
Mark Wielaardcdfc8532014-12-19 18:33:52 +0100586 * backtrace-subr.sh (check_native_unsupported): Relax special ARM
587 grep a little.
588 * run-deleted.sh: Call check_native_unsupported.
589
Mark Wielaarde80d3242014-12-18 23:07:12 +01005902014-12-18 Mark Wielaard <mjw@redhat.com>
591
592 * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2.
593
Mark Wielaardf3111d52014-12-12 21:51:27 +01005942014-12-12 Mark Wielaard <mjw@redhat.com>
595
596 * Makefile.am (deleted_lib_so_CFLAGS): Add
597 -fasynchronous-unwind-tables.
598
Josh Stone080fa4e2014-12-11 17:19:23 -08005992014-12-11 Josh Stone <jistone@redhat.com>
600
601 * run-addr2line-i-lex-test.sh: New test.
602 * testfile-lex-inlines.bz2: New testfile.
603 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and
604 testfile-lex-inlines.bz2.
605 (TESTS): Add run-addr2line-i-lex-test.sh.
606
Josh Stone2098b3d2014-12-10 11:14:40 -08006072014-12-10 Josh Stone <jistone@redhat.com>
608
609 * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is
610 preferred over the plain die name.
611
Petr Machataedb079a2014-12-02 21:22:14 +01006122014-12-02 Petr Machata <pmachata@redhat.com>
613
614 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
615 DW_MACRO_GNU_undef_indirect opcodes. Add a default branch.
616 (main): Initialize off to DWARF_GETMACROS_START when an extra
617 command line argument is passed.
618 * testfile-macros-0xff.bz2: New test case.
619 * testfile-macros-0xff.s: New file (source for the above).
620 * run-dwarf-getmacros.sh: Add two tests.
621
Mark Wielaard44662162014-11-27 23:19:47 +01006222014-11-27 Mark Wielaard <mjw@redhat.com>
623
624 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
625
Mark Wielaard9644aaf2014-11-21 23:26:35 +01006262014-11-21 Mark Wielaard <mjw@redhat.com>
627
628 * run-readelf-A.sh: New test.
629 * testfileppc32attrs.o.bz2: New test file.
630 * Makefile.am (TESTS): Add run-readelf-A.sh.
631 (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2.
632
Mark Wielaard5691f862014-11-10 14:49:20 +01006332014-11-10 Mark Wielaard <mjw@redhat.com>
634
635 * vdsosyms.c: New test.
636 * Makefile.am (check_PROGRAMS): Add vdsosyms.
637 (TESTS): Likewise.
638 (vdsosyms_LDADD): New variable.
639
Petr Machata0a1e81b2014-10-17 02:47:15 +02006402014-09-10 Petr Machata <pmachata@redhat.com>
641
642 * dwarf-getmacros.c: Update to use the new macro iteration
643 interfaces.
644 * run-dwarf-getmacros.sh: Adjust, add a test that uses
645 testfile-macros.
646
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02006472014-10-06 Mark Wielaard <mjw@redhat.com>
648
649 * run-aggregate-size.sh: Add testfile-sizes3.o test case.
650 * testfile-sizes3.o.bz2: New test file.
651 * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2.
652
Mark Wielaardb50014f2014-10-02 14:00:47 +02006532014-10-02 Mark Wielaard <mjw@redhat.com>
654
Mark Wielaard281ebd72014-10-02 22:53:44 +0200655 * run-deleted.sh: Unset VALGRIND_CMD before running deleted.
656
6572014-10-02 Mark Wielaard <mjw@redhat.com>
658
Mark Wielaardb50014f2014-10-02 14:00:47 +0200659 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
660 (TESTS): Add run-aggregate-size.sh.
661 (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2
662 and testfile-sizes2.o.bz2.
663 (aggregate_size_LDADD): New variable.
664 * aggregate_size.c: New file.
665 * run-aggregate-size.sh: New test.
666 * testfile-sizes1.o.bz2: New test file.
667 * testfile-sizes2.o.bz2: Likewise.
668
Jan Kratochvil6d48bbf2014-09-26 22:42:19 +02006692014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 Support NT_FILE for locating files.
672 * Makefile.am (TESTS): Add run-linkmap-cut.sh.
673 (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2,
674 linkmap-cut.bz2 and linkmap-cut.core.bz2 .
675 * linkmap-cut-lib.so.bz2: New file.
676 * linkmap-cut.bz2: New file.
677 * linkmap-cut.core.bz2: New file.
678 * run-linkmap-cut.sh: New file.
679 * run-unstrip-n.sh: Update its expected output.
680
Jan Kratochvil03750562014-08-17 18:49:36 +02006812014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so.
684 (TESTS, EXTRA_DIST): Add run-deleted.sh.
685 (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New.
686 * deleted-lib.c: New file.
687 * deleted.c: New file.
688 * run-deleted.sh: New file.
689
Mark Wielaard41362da2014-06-15 11:35:50 +02006902014-06-15 Mark Wielaard <mjw@redhat.com>
691
692 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
693
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +02006942014-06-13 Mark Wielaard <mjw@redhat.com>
695
Mark Wielaard1986c172014-06-14 01:09:17 +0200696 * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
697 frame symname.
698
6992014-06-13 Mark Wielaard <mjw@redhat.com>
700
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +0200701 * backtrace-subr.sh (check_native_unsupported): New function.
702 (check_native): Call it.
703 (check_native_core): Likewise.
704 * run-backtrace-dwarf.sh: Likewise.
705
Mark Wielaard14beac32014-06-11 15:14:23 +02007062014-06-11 Mark Wielaard <mjw@redhat.com>
707
708 * backtrace.c (main): Check that Dwfl was attached by calling
709 dwfl_pid and printing the error when it is not.
710
Mark Wielaard85482fc2014-05-18 22:41:19 +02007112014-05-18 Mark Wielaard <mjw@redhat.com>
712
713 * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
714 (f): Likewise.
715 * testfile-backtrace-demangle.bz2: Regenerate.
716 * testfile-backtrace-demangle.core.bz2: Likewise.
717
Mark Wielaardbb096d02014-05-03 00:23:06 +02007182014-05-02 Mark Wielaard <mjw@redhat.com>
719
720 * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
721 run-allfcts-multi.sh are now added unconditionally.
722
Mark Wielaarddf85bf92014-05-01 14:48:27 +02007232014-05-01 Mark Wielaard <mjw@redhat.com>
724
725 * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
726 subdir.
727
Mark Wielaardd81d32d2014-04-30 23:00:40 +02007282014-04-30 Mark Wielaard <mjw@redhat.com>
729
730 * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
731 * Makefile.am (check_PROGRAMS): Add buildid.
732 (TESTS): Add run-buildid.sh.
733 (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
734 (buildid_LDADD): New variable.
735
Florian Weimer4813dbb2014-04-24 14:06:43 +02007362014-04-24 Florian Weimer <fweimer@redhat.com>
737
Florian Weimer22481652014-04-15 16:58:39 +0200738 * allfcts.c (setup_alt): New function.
739 (main): Call it. Implementation additional error checking and
740 reporting.
741
7422014-04-24 Florian Weimer <fweimer@redhat.com>
743
Florian Weimer4813dbb2014-04-24 14:06:43 +0200744 * debugaltlink.c, run-debugaltlink.sh: New files.
745 * Makefile.am (check_PROGRAMS): Add debugaltlink.
746 (TESTS): Add run-debugaltlink.sh.
747 (debugaltlink_LDADD): New variable.
748
Mark Wielaard93802972014-04-11 23:52:47 +02007492014-04-11 Mark Wielaard <mjw@redhat.com>
750
751 * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
752 (check_PROGRAMS): Add debuglink.
753 (TESTS): Add run-debuglink.sh
754 (EXTRA_DIST): Likewise.
755 (debuglink_LDADD): New.
756 * debuglink.c: New file.
757 * run-debuglink.sh: Likewise.
758
Mark Wielaardfe4b5fd2014-04-23 09:54:30 +02007592014-03-23 Mark Wielaard <mjw@redhat.com>
760
761 * run-nm-self.sh: Use test = not == for string comparisons.
762
Kurt Roeckx02cefda2014-04-22 21:46:22 +02007632014-04-22 Kurt Roeckx <kurt@roeckx.be>
764
765 * backtrace.c: Make Linux only.
766 * backtrace-child.c: Make Linux only.
767 * backtrace-data.c: Make Linux only.
768 * backtrace-dwarf.c: Make Linux only.
769 * backtrace-subr.sh: Skip core file unwinding tests when not supported.
770
Mark Wielaard32324792014-04-13 17:39:57 +02007712014-03-14 Mark Wielaard <mjw@redhat.com>
772
773 * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
774 LDADD lines.
775 * configure.ac: Remove MUDFLAP conditional.
776
Mark Wielaardf7cdc742014-04-09 22:38:07 +02007772014-04-09 Mark Wielaard <mjw@redhat.com>
778
779 * run-readelf-zdebug.sh: New test.
780 * testfile-debug.bz2: New testfile.
781 * testfile-zdebug.bz2: New testfile.
782 * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
783 (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
784 testfile-zdebug.bz2.
785
Mark Wielaard110c2732014-04-10 15:02:53 +02007862014-04-10 Mark Wielaard <mjw@redhat.com>
787
788 * testfile_i686_core.bz2: New test file.
789 * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
790 * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
791
Mark Wielaard66637fa2014-04-09 11:48:23 +02007922014-04-09 Mark Wielaard <mjw@redhat.com>
793
794 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
795 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
796 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
797 * run-backtrace-core-aarch64.sh: New test.
798
Josh Stone51fff302014-03-11 18:13:55 -07007992014-03-11 Josh Stone <jistone@redhat.com>
800
801 * testfilebaxmin.bz2: New testfile.
802 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
803 * run-readelf-s.sh: Test testfilebaxmin.
804 * run-dwflsyms.sh: Likewise.
805
Mark Wielaard225dddf2014-01-26 20:16:48 +01008062014-01-26 Mark Wielaard <mjw@redhat.com>
807
808 * backtrace-subr.sh (check_unsupported): Special case arm*.
809
Mark Wielaarda02d90a2014-01-25 14:32:42 +01008102014-01-25 Mark Wielaard <mjw@redhat.com>
811
812 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
813 location expression: call_frame_cfa stack_value.
814
Mark Wielaardf48eb6b2014-01-23 00:56:41 +01008152014-01-22 Mark Wielaard <mjw@redhat.com>
816
817 * Makefile.am (line2addr_no_Wformat): Removed.
818
Mark Wielaard13968d92014-01-21 16:13:49 +01008192014-01-21 Mark Wielaard <mjw@redhat.com>
820
821 * Makefile.am (TESTS): Add run-stack-i-test.sh.
822 (EXTRA_DIST): Likewise.
823 * run-stack-i-test.sh: New test.
824
Mark Wielaard531a30a2014-01-20 23:09:26 +01008252014-01-20 Mark Wielaard <mjw@redhat.com>
826
827 * Makefile.am (TESTS): Add run-stack-d-test.sh.
828 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
829 testfiledwarfinlines.core.bz2.
830 * run-stack-d-test.sh: New test.
831 * testfiledwarfinlines.bz2: New test file.
832 * testfiledwarfinlines.core.bz2: Likewise.
833
Mark Wielaardd7cffa72014-01-16 09:45:51 +01008342014-01-16 Mark Wielaard <mjw@redhat.com>
835
Mark Wielaardc80375d2014-01-16 13:48:24 +0100836 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
837 on one ET_REL, one ET_EXEC and one ET_DYN file.
838 * test-subr.sh (self_test_files): Add two ET_REL files, only add
839 two libebl ET_DYN backend files.
840
8412014-01-16 Mark Wielaard <mjw@redhat.com>
842
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100843 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
844
Jan Kratochvil435808a2014-01-18 21:56:13 +01008452014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 Fix false FAILs on testsuite with ulimit -c unlimited.
848 * backtrace-child.c (sigusr2): Call pthread_exit.
849 (main): Return, do not call abort.
850
Jan Kratochvil7c6e7852014-01-15 21:16:57 +01008512014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
852
853 Fix corruption of non-C++ symbols by the demangler.
854 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
855 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
856 (EXTRA_DIST): Add run-backtrace-demangle.sh,
857 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
858 testfile-backtrace-demangle.core.bz2.
859 * backtrace-demangle.cc: New file.
860 * run-backtrace-demangle.sh: New file.
861 * testfile-backtrace-demangle.bz2: New file.
862 * testfile-backtrace-demangle.cc: New file.
863 * testfile-backtrace-demangle.core.bz2: New file.
864
Matthias Klosee922ec42014-01-07 10:25:29 +01008652014-01-07 Matthias Klose <doko@ubuntu.com>
866
867 * backtrace-subr.sh (check_native_core): Check to see if core file
868 was created without ".PID" extension, if so mv core to core.PID.
869 Skip test if no core file was created or could be found.
870
Mark Wielaard4f1c96d2014-01-04 14:24:58 +01008712014-01-04 Mark Wielaard <mjw@redhat.com>
872
Mark Wielaard70c3a532014-01-04 23:28:33 +0100873 * backtrace-data.c (main): Don't assert if raise returns.
874 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
875 assume_ptrace_attached true.
876 (ptrace_detach_stopped): Removed function.
877 (main): Don't call ptrace_detach_stopped.
878 * backtrace.c (ptrace_detach_stopped): Removed function.
879 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
880 true.
881 (exec_dump): Don't call ptrace_detach_stopped.
882
8832014-01-04 Mark Wielaard <mjw@redhat.com>
884
Mark Wielaard1051a0c2014-01-04 15:41:04 +0100885 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
886 if we cannot adjust core ulimit.
887
8882014-01-04 Mark Wielaard <mjw@redhat.com>
889
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100890 * cleanup-13.c (force_unwind_stop): Removed.
891 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
892 don't call _Unwind_ForcedUnwind.
893
Mark Wielaardb92af192014-01-03 18:15:02 +01008942014-01-03 Mark Wielaard <mjw@redhat.com>
895
896 * run-addrcfi.sh: Add case for EM_AARCH64.
897 * testfileaarch64.bz2: New testfile.
898 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
899
Mark Wielaard19108012013-12-30 22:00:57 +01009002013-12-30 Mark Wielaard <mjw@redhat.com>
901
902 * backtrace-dwarf.c (report_pid): Explicitly call
903 dwfl_linux_proc_attach and check for errors.
904 * backtrace.c (report_pid): Likewise.
905
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01009062013-12-21 Mark Wielaard <mjw@redhat.com>
907
908 * backtrace.c (callback_verify): Only assert that case 5 is the last
909 instruction of backtracegen on x86_64 native.
910
Jan Kratochvilc6a41482013-12-17 18:49:54 +01009112013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100912 Mark Wielaard <mjw@redhat.com>
913
914 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
915 and testfilebaz*ppc64*.bz2 files.
916 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
917 error on dwfl_module_getsymtab error.
918 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
919 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
920 Also print section of actual value if different from sym.
921 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
922 Test addr2line -x by showing different sections for address and
923 found name in testfile66.
924 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
925 testfilebaz*ppc64): New tests.
926 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
927 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
928 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
929 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
930 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
931 testfilebaztabppc64.bz2: New test files.
932
9332013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100934
935 unwinder: s390 and s390x
936 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
937 run-backtrace-core-s390.sh.
938 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
939 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
940 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
941 * backtrace.s390.core.bz2: New file.
942 * backtrace.s390.exec.bz2: New file.
943 * backtrace.s390x.core.bz2: New file.
944 * backtrace.s390x.exec.bz2: New file.
945 * run-backtrace-core-s390.sh: New file.
946 * run-backtrace-core-s390x.sh: New file.
947
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01009482013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
949
950 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
951 code.
952
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01009532013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 unwinder: ppc
956 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
957 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
958 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
959 * backtrace.ppc.core.bz2: New file.
960 * backtrace.ppc.exec.bz2: New file.
961 * run-backtrace-core-ppc.sh: New file.
962
Mark Wielaard7fc49292013-12-13 22:42:46 +01009632013-12-10 Mark Wielaard <mjw@redhat.com>
964
Mark Wielaard63572f42013-12-13 23:12:18 +0100965 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
966
9672013-12-10 Mark Wielaard <mjw@redhat.com>
968
Mark Wielaard7fc49292013-12-13 22:42:46 +0100969 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
970 * backtrace-subr.sh (check_native_core): Disable valgrind while
971 dumping core.
972 * run-backtrace-data.sh: Disable valgrind.
973 * run-backtrace-dwarf.sh: Likewise.
974
Mark Wielaard3951f2e2013-12-09 16:33:26 +01009752013-12-09 Mark Wielaard <mjw@redhat.com>
976
977 * varlocs.c (print_expr): Update comment to explain empty location
978 associated with DW_OP_GNU_implicit_pointer.
979
Jan Kratochvilf88863f2013-12-05 16:16:14 +01009802013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 Fix test FAIL with -O2.
983 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
984
Mark Wielaard813aae02013-12-05 15:26:51 +01009852013-12-05 Mark Wielaard <mjw@redhat.com>
986
987 * backtrace-data.c (main): If unsupported also print to stderr.
988 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
989
Mark Wielaard1bfab192013-12-04 20:55:23 +01009902013-12-04 Mark Wielaard <mjw@redhat.com>
991
992 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
993
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01009942013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
997 backtrace-data and backtrace-dwarf.
998 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
999 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
1000 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
1001 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
1002 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
1003 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
1004 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
1005 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
1006 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
1007 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
1008 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
1009 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
1010 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
1011 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
1012 New.
1013 * backtrace-child.c: New file.
1014 * backtrace-data.c: New file.
1015 * backtrace-dwarf.c: New file.
1016 * backtrace-subr.sh: New file.
1017 * backtrace.c: New file.
1018 * cleanup-13.c: New file.
1019 * backtrace.i386.core.bz2: New file.
1020 * backtrace.i386.exec.bz2: New file.
1021 * backtrace.x86_64.core.bz2: New file.
1022 * backtrace.x86_64.exec.bz2: New file.
1023 * run-backtrace-core-i386.sh: New file.
1024 * run-backtrace-core-x86_64.sh: New file.
1025 * run-backtrace-native-biarch.sh: New file.
1026 * run-backtrace-native-core-biarch.sh: New file.
1027 * run-backtrace-native-core.sh: New file.
1028 * run-backtrace-native.sh: New file.
1029 * run-backtrace-data.sh: New file.
1030 * run-backtrace-dwarf.sh: New file.
1031
Mark Wielaard819c3492013-11-27 16:45:44 +010010322013-11-27 Mark Wielaard <mjw@redhat.com>
1033
1034 * dwflsyms.c (gelf_bind_order): New function.
1035 (elf_section_name): Likewise.
1036 (addr_in_section): Likewise.
1037 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
1038 Refine assert using gelf_bind_order. Print elf_section_name. Check
1039 bias with addr_in_section.
1040 * run-dwflsyms.sh: Add section names to expected output.
1041
Mark Wielaard0d5a8672013-11-26 10:44:18 +010010422013-11-26 Mark Wielaard <mjw@redhat.com>
1043
1044 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
1045
Petr Machata98c8a732013-11-26 03:10:31 +010010462013-11-25 Petr Machata <pmachata@redhat.com>
1047
1048 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
1049 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
1050 * Makefile.am (EXTRA_DIST): Add these.
1051 (TESTS): Add run-funcretval.sh.
1052 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
1053 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
1054 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
1055 * run-funcretval.sh: New file.
1056
Josh Stonedb35c872013-11-18 14:29:35 -080010572013-11-18 Josh Stone <jistone@redhat.com>
1058
1059 * testfilebazdbg_plr.bz2: New testfile.
1060 * testfilebazmin_plr.bz2: Likewise.
1061 * Makefile.am (EXTRA_DIST): Add the above files.
1062 * run-dwflsyms.sh: Add prelink -r tests.
1063
Mark Wielaard68ce4fc2013-11-16 00:11:38 +010010642013-11-15 Mark Wielaard <mjw@redhat.com>
1065
1066 * testfilebazmdb.bz2: Regenerated.
1067 * testfilebazmin.bz2: Likewise.
1068 * testfilebazdbg_pl.bz2: New testfile.
1069 * testfilebazmin_pl.bz2: Likewise.
1070 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
1071 testfilebazmin_pl.bz2.
1072 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
1073 print relative address of function symbols.
1074 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
1075
Michael Forneya45c8042013-11-01 00:51:04 -070010762013-11-01 Michael Forney <mforney@mforney.org>
1077
1078 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
1079 * run-arsymtest.sh: Use NM.
1080
Mark Wielaardd8c75df2013-11-05 11:27:19 +010010812013-11-05 Mark Wielaard <mjw@redhat.com>
1082
1083 * allfcts.c (main): Correct dwarf_getfuncs return value check.
1084
Mark Wielaarde6a9bb82013-10-10 11:40:12 +020010852013-10-10 Mark Wielaard <mjw@redhat.com>
1086 Josh Stone <jistone@redhat.com>
1087
1088 * run-allfcts-multi.sh: New test.
1089 * test-offset-loop.bz2: New testfile.
1090 * test-offset-loop.alt.bz2: New testfile.
1091 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
1092 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
1093 test-offset-loop.alt.bz2.
1094
Mark Wielaardd1829742013-10-15 23:53:32 +020010952013-10-15 Mark Wielaard <mjw@redhat.com>
1096
1097 * run-unstrip-M.sh: New test.
1098 * Makefile.am (TESTS): Add run-unstrip-M.sh.
1099 (EXTRA_DIST): Likewise.
1100
Mark Wielaard3dec3e12013-10-06 17:04:07 +020011012013-10-06 Mark Wielaard <mjw@redhat.com>
1102
1103 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
1104 location expression.
1105
Josh Stone5dbbc5e2013-10-03 12:38:25 -070011062013-10-03 Josh Stone <jistone@redhat.com>
1107
1108 * typeiter2.c: New file, reversing typeiter.c.
1109 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +02001110 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -07001111 (typeiter2_LDADD): New variable.
1112
Petr Machataab224102013-09-26 00:39:34 +020011132013-09-26 Petr Machata <pmachata@redhat.com>
1114
Petr Machata0c9ae0c2013-09-26 21:02:22 +02001115 * run-readelf-mixed-corenote.sh: Update output of testfile71
1116 dump--readelf can newly decode the NT_FILE note.
1117
11182013-09-26 Petr Machata <pmachata@redhat.com>
1119
Petr Machataab224102013-09-26 00:39:34 +02001120 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
1121 * run-readelf-mixed-corenote.sh: New test for this file.
1122 * testfile71.bz2: New file.
1123
Mark Wielaard1b734df2013-09-20 09:50:42 -040011242013-09-20 Mark Wielaard <mjw@redhat.com>
1125
1126 * allfcts.c (cb): Return DWARF_CB_ABORT.
1127 (main): Iterate over all offsets returned by dwarf_getfuncs.
1128 * run-allfcts.sh: Add nested_funcs and class_func testcases.
1129 * testfile_nested_funcs.bz2: New test file.
1130 * testfile_class_func.bz2: Likewise.
1131 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
1132 testfile_nested_funcs.bz2.
1133
Mark Wielaard6e6e54e2013-08-31 00:52:12 +020011342013-08-30 Mark Wielaard <mjw@redhat.com>
1135
1136 * Makefile.am (check_PROGRAMS): Add varlocs.
1137 (TESTS): Add run-varlocs.sh.
1138 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
1139 testfile_const_type.bz2, testfile_implicit_pointer.c,
1140 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
1141 testfile_entry_value.c, testfile_entry_value.bz2,
1142 testfile_implicit_value.c and testfile_implicit_value.bz2.
1143 (varlocs_LDADD): New.
1144 * run-varlocs: New test.
1145 * testfile_const_type.c: New test source file.
1146 * testfile_entry_value.c: Likewise.
1147 * testfile_implicit_pointer.c: Likewise.
1148 * testfile_implicit_value.c: Likewise.
1149 * testfile_parameter_ref.c: Likewise.
1150 * testfile_const_type.bz2: New test file.
1151 * testfile_entry_value.bz2: Likewise.
1152 * testfile_implicit_pointer.bz2: Likewise.
1153 * testfile_implicit_value.bz2: Likewise.
1154 * testfile_parameter_ref.bz2: Likewise.
1155 * varlocs.c: New test source.
1156
Mark Wielaard92e47d62013-09-02 16:46:50 +020011572013-08-29 Mark Wielaard <mjw@redhat.com>
1158
1159 * run-addrcfi.sh: Add case for EM_ARM.
1160 * testfilearm.bz2: New testfile.
1161 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
1162
Mark Wielaardd3f16452013-08-28 18:10:44 +020011632013-08-28 Mark Wielaard <mjw@redhat.com>
1164
Mark Wielaard79b91812013-08-28 21:54:58 +02001165 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
1166 completely missing.
1167 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
1168 * testfiles390.bz2: New testfile.
1169 * testfiles390x.bz2: Likewise.
1170 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
1171 testfiles390x.bz2.
1172
11732013-08-28 Mark Wielaard <mjw@redhat.com>
1174
Mark Wielaardd3f16452013-08-28 18:10:44 +02001175 * addrcfi.c (handle_cfi): Use printf not error.
1176 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
1177 * testfileppc32.bz2: New testfile.
1178 * testfileppc64.bz2: Likewise.
1179 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
1180 testfileppc64.bz2.
1181
Mark Wielaard292b1782013-08-27 15:40:56 +020011822013-08-27 Mark Wielaard <mjw@redhat.com>
1183
1184 * run-addrcfi.sh: New test.
1185 * Makefile.am (TESTS): Add run-addrcfi.sh.
1186 (EXTRA_DIST): Likewise.
1187 * addrcfi.c (op_name): New function.
1188 (print_detail): Call and print op_name. Check ops, not result
1189 to check if this is "same value" or "undefined".
1190 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
1191
Mark Wielaard4b9e6392013-08-13 11:40:21 +020011922013-08-13 Mark Wielaard <mjw@redhat.com>
1193
1194 * run-addr2line-i-test.sh: New test.
1195 * testfile-inlines.bz2: New testfile.
1196 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
1197 testfile-inlines.bz2.
1198 (TESTS): Add run-addr2line-i-test.sh.
1199
Mark Wielaardd0f85012013-08-12 14:21:31 +020012002013-08-12 Mark Wielaard <mjw@redhat.com>
1201
1202 * run-addr2line-test.sh: New test.
1203 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
1204 (TESTS): Likewise.
1205
Jan Kratochvil596d4302013-07-23 16:30:01 +020012062013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
1209 the entries.
1210
Mark Wielaard263d7ee2013-07-02 16:16:58 +020012112013-07-02 Mark Wielaard <mjw@redhat.com>
1212
1213 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
1214 testfilenolines.bz2.
1215
Jan Kratochvil8ff86292013-05-30 13:21:20 +020012162013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
1219 test-core.core.bz2 and test-core.exec.bz2.
1220 * run-addrname-test.sh: New test for these files.
1221 * run-unstrip-n.sh: Update expected output. New test for these files.
1222 * test-core-lib.so.bz2: New file.
1223 * test-core.core.bz2: New file.
1224 * test-core.exec.bz2: New file.
1225
Mark Wielaard9affad32013-05-03 11:28:49 +020012262013-05-03 Mark Wielaard <mjw@redhat.com>
1227
1228 * testfilenolines.bz2: New test file.
1229 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
1230 * run-get-lines.sh: Run testrun_compare on testfilenolines.
1231
Jan Kratochvil904aec22013-04-30 14:27:16 +020012322013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
1235
Mark Wielaard807ea312013-04-29 20:48:36 +020012362013-04-29 Mark Wielaard <mjw@redhat.com>
1237
1238 * test-subr.sh: Don't use pushd, just cd into test-dir.
1239 (exit_cleanup): Don't use popd, just cd .. to get out.
1240
Mark Wielaarda6098312013-04-26 21:21:56 +020012412013-04-27 Mark Wielaard <mjw@redhat.com>
1242
Mark Wielaard527e21e2013-04-27 23:15:44 +02001243 * test-subr.sh (exit_cleanup): New function.
1244 (trap): Use exit_cleanup as argument.
1245 * run-native-test.sh (native_exit): New function.
1246 (trap): For EXIT (0) use native_exit as argument.
1247
12482013-04-27 Mark Wielaard <mjw@redhat.com>
1249
Mark Wielaardb0f202e2013-04-28 00:54:17 +02001250 * update1.c (main): Use unique tempfile name and unlink file.
1251 * update2.c (main): Likewise.
1252 * update3.c (main): Likewise.
1253 * update4.c (main): Use unique tempfile name.
1254
12552013-04-27 Mark Wielaard <mjw@redhat.com>
1256
Mark Wielaarda6098312013-04-26 21:21:56 +02001257 * run-alldts.sh: Add testfile-alldts to tempfiles.
1258 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
1259 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
1260 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
1261 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
1262
Mark Wielaard86be7922013-04-26 23:44:25 +020012632013-04-26 Mark Wielaard <mjw@redhat.com>
1264
1265 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
1266 remove wrapper.
1267 (TESTS_ENVIRONMENT): Likewise.
1268 (installed_LOG_COMPILER): New variable defining wrapper.
1269 (LOG_COMPILER): Likewise.
1270 * run-*.sh: Fixup location of input and output files.
1271 * test-subr.sh: Create test_dir, pushd to execute test in.
1272 (trap): Remove test_dir.
1273 (testfiles): Use abs_srcdir.
1274 (installed_testrun): Match on abs_builddir or abs_top_builddir.
1275 (self_test_files): Adjust path.
1276
Mark Wielaardcdaaf212013-04-25 16:50:11 -040012772013-04-24 Mark Wielaard <mjw@redhat.com>
1278
1279 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
1280
Mark Wielaarda8c7f052013-03-25 21:11:53 +010012812013-03-25 Mark Wielaard <mjw@redhat.com>
1282
Mark Wielaardb79788c2013-03-25 11:45:22 +01001283 * run-readelf-aranges.sh: New test.
1284 * testfilefoobarbaz.bz2: New test file.
1285 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
1286 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
1287
12882013-03-25 Mark Wielaard <mjw@redhat.com>
1289
Mark Wielaarda8c7f052013-03-25 21:11:53 +01001290 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
1291
Jan Kratochvila1d44822013-03-19 13:40:13 +010012922013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1293
1294 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
1295 (TESTS): Add run-dwfl-report-elf-align.sh.
1296 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
1297 testfile-dwfl-report-elf-align-shlib.so.bz2 .
1298 (dwfl_report_elf_align_LDADD): New.
1299 * dwfl-report-elf-align.c: New file.
1300 * run-dwfl-report-elf-align.sh: New file.
1301 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
1302
Mark Wielaardf1b06b52013-03-12 12:02:51 +010013032013-03-12 Mark Wielaard <mjw@redhat.com>
1304
1305 * run-dwfllines.sh: New test.
1306 * dwfllines.c: New test program.
1307 * Makefile.am (TESTS): Add run-dwfllines.sh.
1308 (EXTRA_DIST): Likewise.
1309 (dwfllines_LDADD): New variable.
1310
Mark Wielaardf6185a72013-02-22 23:42:59 +010013112013-02-22 Mark Wielaard <mjw@redhat.com>
1312
1313 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
1314 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
1315
Mark Wielaard443304e2013-02-15 22:45:22 +010013162013-02-15 Mark Wielaard <mjw@redhat.com>
1317
1318 * testfile-dwzstr.bz2: New testfile.
1319 * testfile-dwzstr.multi.bz2: Likewise.
1320 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
1321 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
1322 testfile-dwzstr.multi.bz2.
1323
Mark Wielaard6c4b2072013-01-30 11:04:38 +010013242013-01-30 Mark Wielaard <mjw@redhat.com>
1325
1326 * testfileloc.bz2: New testfile.
1327 * run-readelf-loc.sh: New test.
1328 * Makefile.am (TESTS): Add run-readelf-loc.sh.
1329 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
1330
Jan Kratochvilcc84d792012-10-10 19:32:05 +020013312013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1332
1333 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
1334 and s390x core notes.
1335 * testfile67.bz2: New file.
1336 * testfile68.bz2: New file.
1337 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
1338
Mark Wielaard697bdca2013-01-23 17:39:19 +010013392013-01-23 Mark Wielaard <mjw@redhat.com>
1340
1341 * testfilebasmin.bz2: New testfile.
1342 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
1343 * run-readelf-s.sh: Test testfilebasmin.
1344 * run-dwflsyms.sh: Likewise.
1345
Mark Wielaard9a91fb22013-01-16 15:19:40 +010013462013-01-16 Mark Wielaard <mjw@redhat.com>
1347
1348 * Makefile.am (check_PROGRAMS): Add dwflsyms.
1349 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
1350 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
1351 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
1352 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
1353 (dwflsyms_LDADD): New variable.
1354
Roland McGrath3f9256d2013-01-07 15:13:46 -080013552013-01-07 Roland McGrath <roland@hack.frob.com>
1356
1357 * run-prelink-addr-test.sh: Use ln -snf.
1358
Mark Wielaard1d6a4352012-12-03 17:01:09 +010013592012-12-03 Mark Wielaard <mjw@redhat.com>
1360
1361 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
1362
Jan Kratochvild5784af2012-10-18 00:11:30 +020013632012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 * run-addrname-test.sh: New test for PIE relocation.
1366 * testfile70.core.bz2: New file.
1367 * testfile70.exec.bz2: New file.
1368 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
1369 testfile70.exec.bz2 .
1370
Jan Kratochvild7ed0252012-10-27 21:31:58 +020013712012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1372
1373 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
1374 testfile69.core.bz2 and testfile69.so.bz2 .
1375
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +020013762012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1377
1378 * run-addrname-test.sh: New test for DSO with build-id bias.
1379 * testfile69.core.bz2: New file.
1380 * testfile69.so.bz2: New file.
1381
Jan Kratochvil78dec222012-10-10 08:04:01 +020013822012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
Jan Kratochvil387654d2012-10-10 08:08:44 +02001384 * run-addrname-test.sh: New test for core vDSO bias.
1385 * testfile65.bz2: New file.
1386
13872012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1388
Jan Kratochvil78dec222012-10-10 08:04:01 +02001389 * run-addrname-test.sh: New test for symbol preferences.
1390 * testfile64.bz2: New file.
1391
Mark Wielaarde3e3ee22012-10-01 16:14:12 +020013922012-10-01 Mark Wielaard <mjw@redhat.com>
1393
1394 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
1395 * test-wrapper.sh: Export VALGRIND_CMD if available.
1396 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
1397 (installed_testrun): Likewise.
1398
Petr Machataae7c5e72012-09-24 16:16:27 +020013992012-09-24 Petr Machata <pmachata@redhat.com>
1400
Petr Machata522a73f2012-09-24 16:46:52 +02001401 * testfile63.bz2: New testfile.
1402 * run-readelf-mixed-corenote.sh: New test.
1403 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
1404 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
1405
14062012-09-24 Petr Machata <pmachata@redhat.com>
1407
Petr Machataae7c5e72012-09-24 16:16:27 +02001408 * testfile62.bz2: New testfile.
1409 * run-readelf-vmcoreinfo.sh: New test.
1410 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
1411 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
1412
Petr Machata3662ad12012-09-18 21:35:19 +020014132012-09-18 Petr Machata <pmachata@redhat.com>
1414
1415 * testfile61.bz2: New testfile.
1416 * run-allregs.sh: Run reg_test testfile61.
1417 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
1418
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +020014192012-08-24 Mark Wielaard <mjw@redhat.com>
1420
1421 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
1422
Jeff Kenton257dcf42012-08-22 09:00:03 -040014232012-08-22 Jeff Kenton <jkenton@tilera.com>
1424
1425 * testfile60.bz2: New testfile.
1426 * run-allregs.sh: Run reg_test testfile60.
1427
Mark Wielaardf5519fc2012-08-24 13:54:52 +020014282012-08-24 Mark Wielaard <mjw@redhat.com>
1429
1430 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
1431 ENABLE_DWZ.
1432
Mark Wielaardf31c4412012-08-17 00:35:03 +020014332012-08-16 Mark Wielaard <mjw@redhat.com>
1434
1435 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
1436 macros.
1437 * show-die-info.c (tagnames): Removed.
1438 (attrs): Removed.
1439 (dwarf_tag_string): New function using known-dwarf macros.
1440 (dwarf_attr_string): Likewise.
1441 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
1442 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
1443
Mark Wielaard775375e2012-06-22 12:02:45 +020014442012-06-27 Mark Wielaard <mjw@redhat.com>
1445
1446 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
1447 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
1448 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
1449 testfile_multi_main.bz2.
1450 * run-readelf-dwz-multi.sh: New test.
1451 * libtestfile_multi_shared.so.bz2: New testfile.
1452 * testfile_multi.dwz.bz2: New testifle.
1453 * testfile_multi_main.bz2: New testifle.
1454
Petr Machata30a941c2012-08-01 21:41:36 +020014552012-08-01 Petr Machata <pmachata@redhat.com>
1456
1457 * run-test-archive64.sh: New test.
1458 * testarchive64.a.bz2: New testfile.
1459 * Makefile.am (TESTS): Add run-test-archive64.sh.
1460 (EXTRA_DIST): Likewise.
1461
Mark Wielaard94e387f2012-08-01 15:31:12 +020014622012-08-01 Mark Wielaard <mjw@redhat.com>
1463
Mark Wielaardbf707b52012-08-01 15:39:11 +02001464 * run-nm-self.sh: New test.
1465 * run-readelf-self.sh: Likewise.
1466 * test-subr.sh (testrun_on_self_quiet): New function.
1467 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
1468 (EXTRA_DIST): Likewise.
1469
14702012-08-01 Mark Wielaard <mjw@redhat.com>
1471
Mark Wielaard94e387f2012-08-01 15:31:12 +02001472 * test-subr.sh (self_test_files): New list of files.
1473 (testrun_on_self): New function.
1474 * run-elflint-self.sh: Use testrun_on_self.
1475
Mark Wielaard714ea0e2012-07-19 13:07:39 +020014762012-07-19 Mark Wielaard <mjw@redhat.com>
1477
Mark Wielaard030f6262012-07-18 13:14:30 +02001478 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
1479 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
1480 (EXTRA_DIST): Likewise.
1481 (test_elf_cntl_gelf_getshdr_LDADD): New.
1482 test-elf_cntl_gelf_getshdr.c: New test program.
1483 run-elf_cntl_gelf_getshdr.sh: New test script.
1484
14852012-07-19 Mark Wielaard <mjw@redhat.com>
1486
Mark Wielaardadcd1dd2012-07-19 22:59:18 +02001487 * run-elflint-self.sh: runtests on ../backends/*so files.
1488
14892012-07-19 Mark Wielaard <mjw@redhat.com>
1490
Mark Wielaard714ea0e2012-07-19 13:07:39 +02001491 * run-unstrip-n.sh: test_cleanup.
1492 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
1493
Mark Wielaarde9b23882012-06-29 22:30:15 +020014942012-07-11 Mark Wielaard <mjw@redhat.com>
1495
1496 * run-readelf-macro.sh: New test.
1497 * testfilemacro.bz2: New testfile.
1498 * Makefile.am (TESTS): Add run-readelf-macro.sh.
1499 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
1500
Mark Wielaard84a1e0b2012-06-29 23:38:09 +020015012012-06-27 Mark Wielaard <mjw@redhat.com>
1502
1503 * run-readelf-gdb-index.sh: New test.
1504 * testfilegdbindex5.bz2: New testfile.
1505 * testfilegdbindex7.bz2: Likewise.
1506 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
1507 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
1508 testfilegdbindex7.bz2.
1509
Mark Wielaard97212fe2012-07-17 21:12:39 +020015102012-07-17 Mark Wielaard <mjw@redhat.com>
1511
1512 * testcore-rtlib-ppc.bz2: New testfile.
1513 * run-unstrip-n.sh: Check new ppc core testfile.
1514
Mike Frysingerc09c5f32012-06-26 12:07:44 -040015152012-06-26 Mike Frysinger <vapier@gentoo.org>
1516
1517 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
1518
Mark Wielaarda0172d72012-06-25 17:18:53 +020015192012-06-26 Mark Wielaard <mjw@redhat.com>
1520
1521 * run-macro-test.sh: New test.
1522 * testfile-macinfo.bz2: New testfile.
1523 * testfile-macros.bz2: Likewise.
1524
Mark Wielaard547049b2012-06-22 18:19:02 +020015252012-05-07 Mark Wielaard <mjw@redhat.com>
1526
1527 * low_high_pc.c: Use proper inttypes in printf formats.
1528
Mark Wielaarddbbc67a2012-05-11 12:57:57 +020015292012-05-11 Mark Wielaard <mjw@redhat.com>
1530
1531 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
1532
Mark Wielaardd9bc75f2012-05-07 13:29:52 +020015332012-05-07 Mark Wielaard <mjw@redhat.com>
1534
1535 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
1536
Mark Wielaard54797252012-04-27 13:00:50 +020015372012-04-27 Mark Wielaard <mjw@redhat.com>
1538
1539 * Makefile.am (TESTS): Add run-low_high_pc.sh
1540 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
1541 (noinst_PROGRAMS): Add low_high_pc.
1542 (low_high_pc_LDADD): New variable.
1543 * low_high_pc.c: New test.
1544
Mark Wielaardbdad8e32012-04-26 12:24:33 +020015452012-04-26 Mark Wielaard <mjw@redhat.com>
1546
1547 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
1548 * run-show-ciefde.sh: Removed old libdwarf test.
1549 * show-ciefde.c: Likewise.
1550
Mark Wielaard191d1f02012-04-02 17:11:25 +020015512012-04-02 Mark Wielaard <mjw@redhat.com>
1552
Mark Wielaard96a52132012-04-03 00:21:50 +02001553 * Makefile.am (TESTS): Add run-unstrip-n.sh.
1554 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
1555 * run-unstrip-n.sh: New test.
1556 * testcore-rtlib.bz2: New testfile.
1557
15582012-04-02 Mark Wielaard <mjw@redhat.com>
1559
Mark Wielaard191d1f02012-04-02 17:11:25 +02001560 * Makefile.am (TESTS): Add run-readelf-d.sh.
1561 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
1562 * run-readelf-d.sh: New test.
1563 * run-elflint-test.sh: Check new testfile.
1564
Tom Tromey581c3f62012-03-21 08:54:32 -060015652012-03-21 Tom Tromey <tromey@redhat.com>
1566
1567 * typeiter.c: New file.
1568 * run-typeiter.sh: New file.
1569 * testfile59.bz2: New file.
1570 * Makefile.am (noinst_PROGRAMS): Add typeiter.
1571 (TESTS): Add run-typeiter.sh.
1572 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
1573 (typeiter_LDADD): New variable.
1574
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +010015752012-02-21 Kurt Roeckx <kurt@roeckx.be>
1576
1577 * run-alldts.sh: testrun ./alldts.
1578
Roland McGrathe3b15682012-02-21 11:12:46 -080015792012-02-21 Roland McGrath <roland@hack.frob.com>
1580
1581 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -08001582 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -08001583
Roland McGrathb8ff18e2012-01-18 13:57:08 -080015842012-01-18 Roland McGrath <roland@hack.frob.com>
1585
1586 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
1587 it will have been inherited correctly from the test harness.
1588 * asm-tst5.c (main): Likewise.
1589 * asm-tst6.c (main): Likewise.
1590 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
1591
Roland McGrath32899ac2011-07-09 03:17:24 -070015922011-07-09 Roland McGrath <roland@hack.frob.com>
1593
1594 * sha1-tst.c: File removed.
1595 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
1596 (sha1_tst_LDADD): Variable removed.
1597
1598 * md5-sha1-test.c: New file.
1599 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
1600 (md5_sha1_test_LDADD): New variable.
1601
Mark Wielaard3f2290b2011-05-30 15:46:32 +020016022011-05-30 Mark Wielaard <mjw@redhat.com>
1603
1604 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
1605 run-rerequest_tag.sh
1606
Mark Wielaard20a217d2011-05-24 14:30:40 +020016072011-05-24 Mark Wielaard <mjw@redhat.com>
1608
1609 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
1610 * run-strip-reloc.sh: Add hello_s390.ko testcase.
1611 * hello_s390.ko.bz2: New test file.
1612
Mark Wielaard1662bc32011-05-16 11:33:11 +020016132011-05-23 Mark Wielaard <mjw@redhat.com>
1614
1615 * Makefile.am (TESTS): Add run-strip-reloc.sh.
1616 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
1617 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
1618 * run-strip-reloc.sh: New test.
1619 * hello_i386.ko.bz2: New test file.
1620 * hello_x86_64.ko.bz2: Likewise.
1621 * hello_ppc64.ko.bz2: Likewise.
1622
Mark Wielaard7a125b92011-05-17 12:20:01 +020016232011-05-18 Mark Wielaard <mjw@redhat.com>
1624
1625 * run-strip-groups.sh: New test.
1626 * testfile58.bz2: New test file.
1627 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
1628 (TESTS): Add run-strip-groups.sh.
1629 (EXTRA_DIST): Likewise.
1630
Marek Polacek494275c2011-03-28 16:00:38 +020016312011-03-28 Marek Polacek <mpolacek@redhat.com>
1632
1633 * alldts.c: New file.
1634 * run-alldts.sh: Use it.
1635 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1636 (alldts_LDADD): New variable.
1637
16382011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -08001639
1640 * dwarf-getstring.c: New test.
1641 * run-dwarf-getstring.sh: And its wrapper.
1642 * Makefile.am (EXTRA_DIST): Add and update all.
1643
Jan Kratochvilfec39992011-02-27 12:01:25 -080016442011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
1647 * run-readelf-twofiles.sh: New file.
1648
Mark Wielaard58cfa1c2011-02-25 20:17:52 +010016492011-02-25 Mark Wielaard <mjw@redhat.com>
1650
1651 * Makefile.am (BUILD_RPATH): Be consistent in naming.
1652
Josh Stonedc34eda2011-02-02 16:30:01 -080016532011-02-02 Josh Stone <jistone@redhat.com>
1654
1655 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
1656 * testfile55-64.bz2, testfile55-64.debug.bz2,
1657 testfile55-64.prelink.bz2, testfile55-32.bz2,
1658 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
1659 * Makefile.am (EXTRA_DIST): Add and update all.
1660
Roland McGrath32520bd2011-01-12 10:43:32 -080016612011-01-12 Roland McGrath <roland@redhat.com>
1662
1663 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -08001664 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -08001665
Josh Stoned41d9a62011-01-11 19:16:57 -080016662011-01-11 Josh Stone <jistone@redhat.com>
1667
Josh Stoneccbccef2011-01-11 19:16:59 -08001668 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
1669 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
1670 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
1671 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
1672 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
1673 * Makefile.am (EXTRA_DIST): Add and update all.
1674
Josh Stonecf514712011-01-11 19:16:58 -08001675 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
1676 * testfile53.bz2, testfile53.debug.bz2,
1677 testfile53.prelink.bz2: Deleted, so...
1678 * testfile53-64.bz2, testfile53-64.debug.bz2,
1679 testfile53-64.prelink.bz2: Recreated with 64-bit names.
1680 * testfile53-32.bz2, testfile53-32.debug.bz2,
1681 testfile53-32.prelink.bz2: New in 32-bit.
1682 * Makefile.am (EXTRA_DIST): Add and update all.
1683
Josh Stoned41d9a62011-01-11 19:16:57 -08001684 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
1685 * testfile52.so.bz2, testfile52.so.debug.bz2,
1686 testfile52.prelink.so.bz2: Deleted, so...
1687 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
1688 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
1689 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
1690 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -08001691 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -08001692 * Makefile.am (EXTRA_DIST): Add and update all.
1693
Josh Stoneffa02002011-01-10 21:28:46 -080016942011-01-10 Josh Stone <jistone@redhat.com>
1695
1696 * run-prelink-addr-test.sh: New test for prelinked addrs.
1697 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1698 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
1699 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
1700 * testfile53.bz2, testfile53.debug.bz2: New data files.
1701 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
1702 * Makefile.am (EXTRA_DIST): Add them.
1703
Roland McGrathec86e5f2010-06-14 17:44:38 -070017042010-06-04 Roland McGrath <roland@redhat.com>
1705
1706 * run-unstrip-test.sh: Also test modifying the file in place.
1707
Roland McGrath3c6ee4b2010-04-22 22:38:58 -070017082010-04-22 Roland McGrath <roland@redhat.com>
1709
1710 * addrcfi.c (handle_cfi): Fix function name in error message.
1711 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
1712
Roland McGrath26618d82010-04-14 13:10:47 -070017132010-04-14 Roland McGrath <roland@redhat.com>
1714
1715 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
1716
Ulrich Drepperc2d1e482010-04-10 18:23:47 -070017172010-04-10 Ulrich Drepper <drepper@redhat.com>
1718
1719 * msg_tst.c: Adjust expected error message.
1720
Petr Machata77961b52010-04-06 14:16:58 +020017212010-04-01 Petr Machata <pmachata@redhat.com>
1722
1723 * test-flag-nobits.c: New test.
1724 * run-test-flag-nobits.sh: And its wrapper.
1725 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
1726 (test_flag_nobits_LDADD): New variable.
1727
Roland McGrathe9ca7382010-02-15 15:15:50 -080017282010-02-15 Roland McGrath <roland@redhat.com>
1729
Roland McGrath22359e22010-02-15 15:57:03 -08001730 * Makefile.am: Use config/eu.am for common stuff.
1731
Roland McGrathe9ca7382010-02-15 15:15:50 -08001732 * asm-tst9.c (main): Rename local to avoid shadowing another local.
1733
Roland McGrathaf800142009-07-22 13:55:50 -070017342009-07-22 Roland McGrath <roland@redhat.com>
1735
1736 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
1737
Roland McGrath3c84db32009-06-24 17:41:40 -070017382009-07-08 Roland McGrath <roland@redhat.com>
1739
1740 * addrcfi.c: New file.
1741 * Makefile.am (noinst_PROGRAMS): Add it.
1742 (addrcfi_LDADD): New variable.
1743
Petr Machatad24c7bf2009-05-07 20:58:19 +020017442009-05-07 Petr Machata <pmachata@redhat.com>
1745
1746 * testfile51.bz2: New data file.
1747 * dwarf-getmacros.c: New test core.
1748 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -07001749 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1750 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +02001751
Ulrich Drepperf9545c42009-04-23 07:59:02 -070017522009-04-23 Ulrich Drepper <drepper@redhat.com>
1753
1754 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
1755 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -07001756
Roland McGrath19a8e4d2009-04-21 15:44:07 -070017572009-04-21 Roland McGrath <roland@redhat.com>
1758
1759 * testfile50.bz2: New data file.
1760 * Makefile.am (EXTRA_DIST): Add it.
1761 * run-dwfl-addr-sect.sh: Add a case using it.
1762
Ulrich Drepper5bd44442008-12-31 09:02:54 -080017632008-12-31 Ulrich Drepper <drepper@redhat.com>
1764
Ulrich Drepper3bf57592009-01-01 18:52:05 -08001765 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
1766 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
1767 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
1768 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
1769 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
1770 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
1771 roundss, roundps, roundpd, and roundsd.
1772 * testfile45.S.bz2: Likewise.
1773 * testfile44.expect.bz2: Adjust accordingly.
1774 * testfile45.expect.bz2: Likewise.
1775
Ulrich Drepper5bd44442008-12-31 09:02:54 -08001776 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
1777 * testfile45.S.bz2: Likewise.
1778 * testfile44.expect.bz2: Adjust accordingly.
1779 * testfile45.expect.bz2: Likewise.
1780
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -080017812008-12-30 Ulrich Drepper <drepper@redhat.com>
1782
Ulrich Drepperec32ff92008-12-30 23:24:09 -08001783 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08001784 * testfile45.S.bz2: Likewise.
1785 * testfile44.expect.bz2: Adjust accordingly.
1786 * testfile45.expect.bz2: Likewise.
1787
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -080017882008-12-19 Ulrich Drepper <drepper@redhat.com>
1789
1790 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1791 * testfile45.S.bz2: Likewise.
1792 * testfile44.expect.bz2: Adjust accordingly.
1793 * testfile45.expect.bz2: Likewise.
1794
Roland McGratha845f682008-12-03 03:41:58 +000017952008-11-26 Roland McGrath <roland@redhat.com>
1796
1797 * dwfl-bug-getmodules.c: New file.
1798 * Makefile.am (noinst_PROGRAMS): Add it.
1799 (dwfl_bug_getmodules_LDADD): New variable.
1800
18012008-09-10 Roland McGrath <roland@redhat.com>
1802
1803 * test-subr.sh (LC_ALL): Export it set to "C".
1804 * run-dwfl-addr-sect.sh: Don't do it here.
1805 * run-strings-test.sh: Likewise.
1806
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000018072008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1808
1809 * run-addrname-test.sh: Add a new case.
1810 * testfile49.bz2: New data file.
1811 * Makefile.am (EXTRA_DIST): Add it.
1812
Roland McGrath521c47d2008-04-11 07:01:58 +000018132008-04-10 Roland McGrath <roland@redhat.com>
1814
1815 * testfile48.bz2, testfile48.bz2.debug: New data files.
1816 * Makefile.am (EXTRA_DIST): Add them.
1817 * run-strip-test8.sh: Use them.
1818
1819 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1820
1821 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1822 * run-strip-test8.sh: New file.
1823 * testfile47.bz2: New data file.
1824 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1825
Roland McGrath13b69602008-04-01 02:30:05 +000018262008-03-31 Roland McGrath <roland@redhat.com>
1827
1828 * run-early-offscn.sh: New file.
1829 * early-offscn.c: New file.
1830 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1831 (early_offscn_LDADD): New variable.
1832
Roland McGrathd11f9cb2008-03-26 20:51:59 +000018332008-03-19 Roland McGrath <roland@redhat.com>
1834
1835 * run-addrname-test.sh: Add a new case.
1836
Roland McGrath658094a2008-02-22 08:14:07 +000018372008-02-22 Roland McGrath <roland@redhat.com>
1838
1839 * run-elflint-test.sh: Typo fix.
1840
18412008-02-21 Roland McGrath <roland@redhat.com>
1842
1843 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1844 for the build down to minimum.
1845 * run-disasm-x86-64.sh: Likewise.
1846
Roland McGrath059c83e2008-02-21 06:19:39 +000018472008-02-20 Roland McGrath <roland@redhat.com>
1848
1849 * testfile46.bz2: New data file.
1850 * Makefile.am (EXTRA_DIST): Add it.
1851 * run-elflint-test.sh: Test on it.
1852
Ulrich Drepperc54785a2008-02-01 18:05:21 +000018532008-02-01 Ulrich Drepper <drepper@redhat.com>
1854
1855 * Makefile.am: Hook up sha1-tst.c.
1856 * sha1-tst.c: New file.
1857
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000018582008-01-21 Roland McGrath <roland@redhat.com>
1859
1860 * testfile45.S.bz2: Add tests for cltq, cqto.
1861 * testfile45.expect.bz2: Adjust.
1862
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000018632008-01-14 Ulrich Drepper <drepper@redhat.com>
1864
1865 * testfile45.S.bz2: Add more tests.
1866 * testfile45.expect.bz2: Adjust.
1867
Ulrich Drepperfd479892008-01-12 03:06:47 +000018682008-01-11 Ulrich Drepper <drepper@redhat.com>
1869
1870 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1871 address mode.
1872
Ulrich Drepper96a73992008-01-11 06:17:06 +000018732008-01-10 Ulrich Drepper <drepper@redhat.com>
1874
1875 * testfile45.S.bz2: Add more tests.
1876 * testfile45.expect.bz2: Adjust.
1877
Ulrich Drepperff993222008-01-09 05:39:28 +000018782008-01-08 Ulrich Drepper <drepper@redhat.com>
1879
1880 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1881 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1882 run-disasm-x86-64.sh.
1883 * run-disasm-x86-64.sh: New file.
1884 * testfile45.S.bz2: New file.
1885 * testfile45.expect.bz2: New file.
1886 * testfile44.S.bz2: New tests.
1887 * testfile44.expect.bz2: Adjust.
1888
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000018892008-01-04 Ulrich Drepper <drepper@redhat.com>
1890
1891 * testfile44.S.bz2: New tests.
1892 * testfile44.expect.bz2: Adjust.
1893
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000018942008-01-04 Roland McGrath <roland@redhat.com>
1895
1896 * dwfl-bug-fd-leak.c (main): Add a cast.
1897
Ulrich Drepperee67b642008-01-03 08:45:10 +000018982008-01-03 Ulrich Drepper <drepper@redhat.com>
1899
1900 * testfile44.S.bz2: New tests.
1901 * testfile44.expect.bz2: Adjust.
1902
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000019032008-01-01 Ulrich Drepper <drepper@redhat.com>
1904
Ulrich Drepperf231e272008-01-02 18:07:17 +00001905 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1906
19072008-01-01 Ulrich Drepper <drepper@redhat.com>
1908
Ulrich Drepperee67b642008-01-03 08:45:10 +00001909 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001910 * testfile44.expect.bz2: Adjust.
1911
19122007-12-31 Ulrich Drepper <drepper@redhat.com>
1913
Ulrich Drepperee67b642008-01-03 08:45:10 +00001914 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001915 * testfile44.expect.bz2: Adjust.
1916
19172007-12-30 Ulrich Drepper <drepper@redhat.com>
1918
Ulrich Drepperee67b642008-01-03 08:45:10 +00001919 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001920 * testfile44.expect.bz2: Adjust.
1921
19222007-12-29 Ulrich Drepper <drepper@redhat.com>
1923
Ulrich Drepperee67b642008-01-03 08:45:10 +00001924 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001925 * testfile44.expect.bz2: Adjust.
1926
19272007-12-28 Ulrich Drepper <drepper@redhat.com>
1928
1929 * testfile44.S.bz2: New tests.
1930 * testfile44.expect.bz2: Adjust.
1931
19322007-12-27 Ulrich Drepper <drepper@redhat.com>
1933
1934 * testfile44.S.bz2: New tests.
1935 * testfile44.expect.bz2: Adjust.
1936
19372007-12-26 Ulrich Drepper <drepper@redhat.com>
1938
1939 * testfile44.S.bz2: New tests.
1940 * testfile44.expect.bz2: Adjust
1941
19422007-12-21 Ulrich Drepper <drepper@redhat.com>
1943
1944 * testfile44.S.bz2: More tests.
1945 * testfile44.expect.bz2: Adjust appropriately.
1946
19472007-12-19 Ulrich Drepper <drepper@redhat.com>
1948
1949 * Makefile.am (TESTS): Add run-disasm.sh.
1950 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1951 testfile44.expect.bz2.
1952 * run-disasm.sh: New file.
1953 * testfile44.S.bz2: New file.
1954 * testfile44.expect.bz2: New file.
1955
Roland McGrath1a2e8f42007-12-15 23:39:34 +000019562007-12-15 Roland McGrath <roland@redhat.com>
1957
1958 * run-allregs.sh: Change expected output for powerpc spefscr.
1959
Roland McGrathe4c22ea2007-10-23 13:07:39 +000019602007-10-20 Roland McGrath <roland@redhat.com>
1961
1962 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1963
19642007-10-19 Roland McGrath <roland@redhat.com>
1965
1966 * dwfl-addr-sect.c (handle_address): Return int.
1967 Don't exit on error, just return nonzero.
1968 (main): Collect results.
1969 * run-dwfl-addr-sect.sh: New file.
1970 * testfile43.bz2: New data file.
1971 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1972
19732007-10-18 Roland McGrath <roland@redhat.com>
1974
1975 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1976
19772007-10-16 Roland McGrath <roland@redhat.com>
1978
1979 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1980
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000019812007-10-09 Roland McGrath <roland@redhat.com>
1982
1983 * dwflmodtest.c (print_module): Don't use %p in output.
1984 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1985
19862007-10-08 Roland McGrath <roland@redhat.com>
1987
1988 * testfile42.bz2: New data file.
1989 * Makefile.am (EXTRA_DIST): Add it.
1990 * run-elflint-test.sh: New test on that file.
1991
Roland McGrath59ea7f32007-10-04 08:50:09 +000019922007-10-04 Roland McGrath <roland@redhat.com>
1993
1994 * run-readelf-test4.sh: New file.
1995 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1996
19972007-10-03 Roland McGrath <roland@redhat.com>
1998
1999 * run-readelf-test3.sh: New file.
2000 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2001
Roland McGrathf6b92282007-10-02 02:34:11 +000020022007-10-01 Roland McGrath <roland@redhat.com>
2003
2004 * run-readelf-test2.sh: New file.
2005 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2006
Roland McGrathc76f0b02007-09-27 07:31:33 +000020072007-09-11 Roland McGrath <roland@redhat.com>
2008
2009 * run-addrname-test.sh: Add a new case.
2010 * testfile41.bz2: New data file.
2011 * Makefile.am (EXTRA_DIST): Add it.
2012
Roland McGrathcb6d8652007-08-23 08:10:54 +000020132007-08-23 Roland McGrath <roland@redhat.com>
2014
2015 * run-allregs.sh: Update expected x86-64 output for %rflags.
2016
Roland McGrath099dd522007-08-13 22:58:36 +000020172007-08-12 Roland McGrath <roland@redhat.com>
2018
2019 * run-strip-test7.sh: New file.
2020 * testfile39.bz2: New data file.
2021 * testfile40.bz2: New data file.
2022 * testfile40.debug.bz2: New data file.
2023 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2024
Roland McGrath42f68682007-08-09 07:54:22 +000020252007-08-09 Roland McGrath <roland@redhat.com>
2026
2027 * dwfl-bug-report.c: Fix header inclusion.
2028
20292007-08-08 Roland McGrath <roland@redhat.com>
2030
2031 * run-addrname-test.sh: Add a new case using addr2line -S.
2032 * testfile38.bz2: New data file.
2033 * Makefile.am (EXTRA_DIST): Add it.
2034
Roland McGrath87d47802007-07-16 22:23:37 +000020352007-07-16 Roland McGrath <roland@redhat.com>
2036
2037 * dwfl-bug-report.c: New file.
2038 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
2039 (dwfl_bug_report_LDADD): New variable.
2040
20412007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00002042
2043 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
2044
Ulrich Drepperb0243862007-06-06 00:09:36 +000020452007-06-05 Ulrich Drepper <drepper@redhat.com>
2046
2047 * Makefile.am (EXTRA_DIST): Add missing line continuation and
2048 testfile37.bz and testfile37.debug.bz2.
2049
Roland McGrath53bce222007-05-23 19:15:04 +000020502007-05-23 Roland McGrath <roland@redhat.com>
2051
2052 * run-allregs.sh: Update expected Alpha results.
2053
Roland McGrath9aa8ef72007-05-18 08:59:43 +000020542007-05-18 Roland McGrath <roland@redhat.com>
2055
2056 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
2057 * testfile37.bz2: New data file.
2058 * testfile37.debug.bz2: New data file.
2059 * run-unstrip-test2.sh: New file.
2060 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2061
20622007-05-10 Roland McGrath <roland@redhat.com>
2063
2064 * run-dwfl-bug-offline-rel.sh: New file.
2065 * testfile36.bz2: New data file.
2066 * testfile36.debug.bz2: New data file.
2067 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2068
20692007-04-28 Roland McGrath <roland@redhat.com>
2070
2071 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
2072 * testfile35.bz2: New data file.
2073 * testfile35.debug.bz2: New data file.
2074 * run-unstrip-test.sh: New file.
2075 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2076
2077 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
2078
Roland McGrath2be02912007-04-27 04:07:41 +000020792007-04-26 Roland McGrath <roland@redhat.com>
2080
2081 * run-elflint-self.sh: Run all tests even if one fails.
2082
2083 * run-allregs.sh: Add expected output for alpha.
2084
Roland McGrath4be15242007-04-25 03:09:33 +000020852007-04-24 Roland McGrath <roland@redhat.com>
2086
2087 * run-strip-test.sh: When we saved the debug info, test unstrip too.
2088
20892007-04-22 Roland McGrath <roland@redhat.com>
2090
2091 * run-allregs.sh: Update expected register info.
2092
Roland McGrath43da9892007-04-16 23:13:37 +000020932007-04-16 Roland McGrath <roland@redhat.com>
2094
2095 * dwfl-addr-sect.c: New file.
2096 * Makefile.am (noinst_PROGRAMS): Add it.
2097 (dwfl_addr_sect_LDADD): New variable.
2098
20992007-04-05 Roland McGrath <roland@redhat.com>
2100
2101 * get-files.c: Test dwarf_getsrcdirs.
2102 * run-get-files.sh: Update expected output.
2103
Roland McGrath5f6a41a2007-04-01 23:11:40 +000021042007-04-01 Roland McGrath <roland@redhat.com>
2105
2106 * run-allregs.sh: Updated expected output for x86_64.
2107
Ulrich Drepper6258e742007-03-13 06:22:40 +000021082007-03-04 Roland McGrath <roland@redhat.com>
2109
2110 * dwfl-bug-fd-leak.c: New file.
2111 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
2112 (dwfl_bug_fd_leak_LDADD): New variable.
2113
2114 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
2115 show what files have been located.
2116
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000021172007-02-02 Roland McGrath <roland@redhat.com>
2118
2119 * run-addrname-test.sh: New file.
2120 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2121 * testfile34.bz2: New data file.
2122 * Makefile.am (EXTRA_DIST): Add it.
2123
21242007-01-20 Roland McGrath <roland@redhat.com>
2125
2126 * testfile33.bz2: New data file.
2127 * Makefile.am (EXTRA_DIST): Add it.
2128 * run-elflint-test.sh: Test on it too.
2129
21302007-01-18 Roland McGrath <roland@redhat.com>
2131
2132 * Makefile.am (CFLAGS): Don't molest it.
2133
21342007-01-11 Roland McGrath <roland@redhat.com>
2135
2136 * testfile32.bz2: New data file.
2137 * Makefile.am (EXTRA_DIST): Add it.
2138 * run-elflint-test.sh: Test on it too.
2139
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000021402007-02-04 Ulrich Drepper <drepper@redhat.com>
2141
2142 * arls.c: New file.
2143 * Makefile (noinst_PROGRAMS): Add arls.
2144
2145 * run-ranlib-test2.sh: Fix type in comment.
2146
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000021472007-01-10 Ulrich Drepper <drepper@redhat.com>
2148
2149 * run-elflint-self.sh (runtest): Show which file has the problem.
2150
Roland McGrathba949b32007-01-10 20:44:29 +000021512007-01-10 Roland McGrath <roland@redhat.com>
2152
2153 * dwfl-bug-addr-overflow.c: New file.
2154 * Makefile.am (TESTS): Add it.
2155 (dwfl_bug_addr_overflow_LDADD): New variable.
2156
Roland McGrath8190db62006-12-17 23:56:51 +000021572006-12-17 Roland McGrath <roland@redhat.com>
2158
2159 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
2160
Roland McGrathc373d852006-10-10 00:25:21 +000021612006-09-05 Roland McGrath <roland@redhat.com>
2162
2163 * run-strings-test.sh: Export LC_ALL=C for the test.
2164
21652006-08-29 Roland McGrath <roland@redhat.com>
2166
2167 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
2168 * run-arsymtest.sh: Likewise.
2169
2170 * run-native-test.sh (native.c compilation): Add some braces.
2171
21722006-08-22 Roland McGrath <roland@redhat.com>
2173
2174 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
2175 (struct reginfo): New members bits, type.
2176 (one_register, match_register): Update to take new args,
2177 record and display new info.
2178 (main): Display new info.
2179 * run-allregs.sh: Update expected results.
2180
Roland McGrath19db8592006-08-03 08:52:46 +000021812006-08-03 Roland McGrath <roland@redhat.com>
2182
2183 * run-allregs.sh: Add sparc cases.
2184 * testfile30.bz2: New data file.
2185 * testfile31.bz2: New data file.
2186 * Makefile.am (EXTRA_DIST): Add them.
2187
Roland McGrath95024622006-07-21 10:06:31 +000021882006-07-21 Roland McGrath <roland@redhat.com>
2189
2190 * allregs.c (struct reginfo): Increase size of name.
2191 (one_register): Assert that it's big enough.
2192
Roland McGrathb4379722006-04-05 01:35:26 +000021932006-04-04 Roland McGrath <roland@redhat.com>
2194
2195 * run-bug1-test.sh: Test a second case, to cover both byte orders.
2196 * testfile29.bz2: New file.
2197 * testfile29.rdwr.bz2: New file.
2198 * Makefile.am (EXTRA_DIST): Add them.
2199
Ulrich Drepperba718b12006-04-04 21:31:16 +000022002006-04-04 Ulrich Drepper <drepper@redhat.com>
2201
2202 * Makefile.am: Add rules to run run-bug1-test.sh.
2203 * rdwrmmap.c: New file.
2204 * run-bug1-test.sh: New file.
2205 * testfile28.bz2: New file.
2206 * testfile28.rdwr.bz2: New file.
2207
Roland McGrathdd7e22b2006-03-09 23:05:47 +000022082006-03-09 Roland McGrath <roland@redhat.com>
2209
2210 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
2211
Roland McGrath060fa052006-03-02 07:51:50 +000022122006-03-01 Roland McGrath <roland@redhat.com>
2213
2214 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
2215 changes matching 3.0 spec.
2216
Roland McGrathc40f58a2006-01-13 20:13:21 +000022172006-01-13 Roland McGrath <roland@redhat.com>
2218
2219 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
2220 bash 3.1 whines when it's done in the trap 0 handler.
2221
Roland McGrath4b248ce2006-01-12 03:34:38 +000022222006-01-11 Roland McGrath <roland@redhat.com>
2223
2224 * testfile26.bz2: New data file.
2225 * testfile27.bz2: New data file.
2226 * Makefile.am (EXTRA_DIST): Add them.
2227 * run-allregs.sh: Test s390 data.
2228
Roland McGrath124a7982005-12-15 02:37:09 +000022292005-12-14 Roland McGrath <roland@redhat.com>
2230
2231 * run-native-test.sh: Redirect output from native test process.
2232
Roland McGrath94d26ad2005-12-13 23:24:37 +000022332005-12-13 Roland McGrath <roland@redhat.com>
2234
2235 * allregs.c (main): Fail if we find no registers.
2236
2237 * run-native-test.sh: New file.
2238 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2239
Roland McGrathba72ab12005-12-12 00:04:33 +000022402005-12-10 Ulrich Drepper <drepper@redhat.com
2241
2242 * run-readelf-test1.sh: New file.
2243 * Makefile.am (TESTS): Add run-readelf-test1.sh.
2244 (EXTRA_DIST): Likewise.
2245
Roland McGrathd804e722005-12-08 01:35:42 +000022462005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00002247
Roland McGrathd804e722005-12-08 01:35:42 +00002248 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00002249
Roland McGrath994b4892005-12-05 22:46:21 +000022502005-11-25 Roland McGrath <roland@redhat.com>
2251
2252 * coverage.sh: Given -v argument, print names of unused files.
2253
2254 * addrscopes.c (main): Use dwfl_end before return.
2255 * allregs.c (main): Likewise.
2256 * find-prologues.c (main): Likewise.
2257 * funcretval.c (main): Likewise.
2258 * funcscopes.c (main): Likewise.
2259 * line2addr.c (main): Likewise.
2260
2261 * run-allregs.sh: New file.
2262 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2263
2264 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
2265 * Makefile.am (allregs_LDADD): Updated.
2266
2267 * allregs.c: New file.
2268 * Makefile.am (noinst_PROGRAMS): Add it.
2269 (allregs_LDADD): New variable.
2270
Roland McGrath9365d2c2005-11-18 23:55:47 +000022712005-11-18 Roland McGrath <roland@redhat.com>
2272
2273 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
2274 * test-wrapper.sh: Likewise.
2275
Roland McGrath575dd392005-11-18 01:41:52 +000022762005-11-17 Roland McGrath <roland@redhat.com>
2277
Roland McGrathaf74f5c2005-11-18 02:25:14 +00002278 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
2279 environment for test-wrapper.sh.
2280 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
2281 * test-subr.sh (installed_testrun): Likewise.
2282 Use explicit path in ${bindir}.
2283
Roland McGrath575dd392005-11-18 01:41:52 +00002284 * Makefile.am (installcheck-local): Fix typo in last change.
2285
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000022862005-11-16 Roland McGrath <roland@redhat.com>
2287
2288 * configure.ac: New file, for standalone build/dist of test suite.
2289 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
2290 (asm_TESTS): New variable, broken out of ...
2291 (TESTS): ... here. Also remove msg_tst.
2292 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
2293 (installed_TESTS_ENVIRONMENT): New variable.
2294 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
2295 [!STANDALONE] (installcheck-local): Likewise.
2296 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
2297 * addrscopes.c: Include <config.h>.
2298 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
2299 * allfcts.c: Likewise.
2300 * asm-tst1.c: Likewise.
2301 * asm-tst2.c: Likewise.
2302 * asm-tst3.c: Likewise.
2303 * asm-tst4.c: Likewise.
2304 * asm-tst5.c: Likewise.
2305 * asm-tst6.c: Likewise.
2306 * asm-tst7.c: Likewise.
2307 * asm-tst8.c: Likewise.
2308 * asm-tst9.c: Likewise.
2309 * dwflmodtest.c: Likewise.
2310 * find-prologues.c: Likewise.
2311 * funcscopes.c: Likewise.
2312 * get-aranges.c: Likewise.
2313 * get-files.c: Likewise.
2314 * get-lines.c: Likewise.
2315 * get-pubnames.c: Likewise.
2316 * line2addr.c: Likewise.
2317 * newscn.c: Likewise.
2318 * show-abbrev.c: Likewise.
2319 * show-die-info.c: Likewise.
2320 * update3.c: Likewise.
2321 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00002322 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00002323
2324 * dwflmodtest.c (print_instance): Don't use INTUSE.
2325 (options): Don't use N_ macro.
2326
Roland McGrath1b8b4462005-11-16 01:33:38 +000023272005-11-15 Roland McGrath <roland@redhat.com>
2328
Roland McGrathe47ab762005-11-17 03:16:00 +00002329 * coverage.sh: Look in backends.
2330 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
2331 (TESTS_ENVIRONMENT): Likewise.
2332
2333 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
2334 pass FUNCDIE direclty to dwfl_module_return_value_location.
2335
Roland McGrath1b8b4462005-11-16 01:33:38 +00002336 * Makefile.am (BUILD_RPATH): New variable.
2337 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
2338 (tests_rpath): New variable.
2339 (installcheck-local): Pass it to test-wrapper.sh.
2340 * test-wrapper.sh: In "installed" format, take yes/no value
2341 for elfutils_tests_rpath, which export. When running a test
2342 binary for installcheck, exit 77.
2343 * test-subr.sh (installed_testrun): When running a test binary
2344 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
2345
23462005-11-14 Roland McGrath <roland@redhat.com>
2347
2348 * test-subr.sh: New file.
2349 * test-wrapper.sh: New file.
2350 * Makefile.am (EXTRA_DIST): Add them.
2351 (AM_LDFLAGS): Variable removed.
2352 (TESTS_ENVIRONMENT): New variable.
2353 (installcheck-local): New target.
2354 * run-addrscopes.sh: Use test-subr.sh.
2355 * run-allfcts.sh: Likewise.
2356 * run-ecp-test.sh: Likewise.
2357 * run-ecp-test2.sh: Likewise.
2358 * run-elflint-self.sh: Likewise.
2359 * run-elflint-test.sh: Likewise.
2360 * run-find-prologues.sh: Likewise.
2361 * run-funcscopes.sh: Likewise.
2362 * run-get-aranges.sh: Likewise.
2363 * run-get-files.sh: Likewise.
2364 * run-get-lines.sh: Likewise.
2365 * run-get-pubnames.sh: Likewise.
2366 * run-line2addr.sh: Likewise.
2367 * run-ranlib-test.sh: Likewise.
2368 * run-ranlib-test2.sh: Likewise.
2369 * run-show-abbrev.sh: Likewise.
2370 * run-show-ciefde.sh: Likewise.
2371 * run-show-die-info.sh: Likewise.
2372 * run-strings-test.sh: Likewise.
2373 * run-strip-test.sh: Likewise.
2374
Roland McGrathe47ab762005-11-17 03:16:00 +000023752005-11-13 Roland McGrath <roland@redhat.com>
2376
2377 * funcretval.c: New file.
2378 * Makefile.am (noinst_PROGRAMS): Add it.
2379 (funcretval_LDADD): New variable.
2380
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000023812005-11-09 Ulrich Drepper <drepper@redhat.com>
2382
2383 * line2addr.c (handle_module): Add missing parameter to printf.
2384
Roland McGrath07d4f2f2005-10-28 06:56:24 +000023852005-10-27 Roland McGrath <roland@redhat.com>
2386
Roland McGrath6724c902005-10-28 07:07:19 +00002387 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
2388 * funcscopes.c (handle_function): Likewise.
2389 * dwflmodtest.c (print_inline, print_func): Likewise.
2390 * find-prologues.c (handle_function): Likewise.
2391
23922005-10-27 Roland McGrath <roland@redhat.com>
2393
Roland McGrath07d4f2f2005-10-28 06:56:24 +00002394 * run-find-prologues.sh: New file.
2395 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2396
2397 * find-prologues.c (handle_function): Skip inlines.
2398
23992005-10-25 Roland McGrath <roland@redhat.com>
2400
2401 * find-prologues.c: New file.
2402 * Makefile.am (noinst_PROGRAMS): Add it.
2403 (find_prologues_LDADD): New variable.
2404
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000024052005-09-02 Ulrich Drepper <drepper@redhat.com>
2406
2407 * run-strings-test.sh: Remove strings.out in the end.
2408
Ulrich Drepper7d65d012005-08-31 15:14:26 +000024092005-08-31 Ulrich Drepper <drepper@redhat.com>
2410
2411 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
2412 * run-allfcts.sh: Likewise.
2413 * run-ecp-test.sh: Likewise.
2414 * run-ecp-test2.sh: Likewise.
2415 * run-elflint-test.sh: Likewise.
2416 * run-funcscopes.sh: Likewise.
2417 * run-get-aranges.sh: Likewise.
2418 * run-get-files.sh: Likewise.
2419 * run-get-lines.sh: Likewise.
2420 * run-get-pubnames.sh: Likewise.
2421 * run-line2addr.sh: Likewise.
2422 * run-ranlib-test2.sh: Likewise.
2423 * run-show-abbrev.sh: Likewise.
2424 * run-show-ciefde.sh: Likewise.
2425 * run-show-die-info.sh: Likewise.
2426 * run-strings-test.sh: Likewise.
2427 * run-strip-test.sh: Likewise.
2428
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000024292005-08-30 Ulrich Drepper <drepper@redhat.com>
2430
2431 * coverage.sh: Handle case where there is no .gcno file at all.
2432
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000024332005-08-29 Ulrich Drepper <drepper@redhat.com>
2434
2435 * Makefile.am (EXTRA_DIST): Add coverage.
2436 [GCOV]: Generate coverage summary after the tests ran
2437 * coverage.sh: New file.
2438
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000024392005-08-28 Ulrich Drepper <drepper@redhat.com>
2440
2441 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
2442 (CLEANFILES): Add *.gcno *.gcda *.gconv.
2443
24442005-08-28 Ulrich Drepper <drepper@redhat.com>
2445
2446 * run-strings-test.sh: New file.
2447 * Makefile.am (TESTS, EXTRA_DIST): Add it.
2448
Roland McGrath71e15a02005-08-27 10:33:26 +000024492005-08-27 Roland McGrath <roland@redhat.com>
2450
Roland McGrathb0bc2782005-08-27 21:07:16 +00002451 * addrscopes.c (handle_address): Apply bias to PC addresses.
2452
Roland McGrath71e15a02005-08-27 10:33:26 +00002453 * run-funcscopes.sh: New file.
2454 * testfile25.bz2: New data file.
2455 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2456
24572005-08-26 Roland McGrath <roland@redhat.com>
2458
2459 * addrscopes.c (dwarf_diename_integrate): Removed.
2460 (print_vars, handle_address): Use plain dwarf_diename.
2461
24622005-08-25 Roland McGrath <roland@redhat.com>
2463
2464 * funcscopes.c: New file.
2465 * Makefile.am (noinst_PROGRAMS): Add it.
2466 (funcscopes_LDADD): New variable.
2467
2468 * run-addrscopes.sh: Add another case.
2469 * testfile24.bz2: New data file.
2470 * Makefile.am (EXTRA_DIST): Add it.
2471
2472 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
2473 pass it to dwarf_getscopes.
2474 (main): Pass it, true when '=' follows an address.
2475
Roland McGrath4c305da2005-08-25 01:49:35 +000024762005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00002477
Roland McGrath4c305da2005-08-25 01:49:35 +00002478 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00002479
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000024802005-08-24 Ulrich Drepper <drepper@redhat.com>
2481
Ulrich Drepper958bf132005-08-24 21:40:55 +00002482 * run-line2addr.sh: Remove testfile23 in the end.
2483
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002484 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00002485 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002486
Roland McGrathd17fac72005-08-23 08:20:21 +000024872005-08-22 Roland McGrath <roland@redhat.com>
2488
2489 * run-line2addr.sh: Add a case.
2490 * testfile23.bz2: New data file.
2491 * Makefile.am (EXTRA_DIST): Add it.
2492
Roland McGrath9a1f3652005-08-18 20:57:04 +000024932005-08-18 Roland McGrath <roland@redhat.com>
2494
Roland McGrathf5fda7d2005-08-18 22:01:57 +00002495 * run-addrscopes.sh: New file.
2496 * testfile22.bz2: New data file.
2497 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2498
Roland McGrath9a1f3652005-08-18 20:57:04 +00002499 * addrscopes.c: New file.
2500 * Makefile.am (noinst_PROGRAMS): Add it.
2501 (addrscopes_LDADD): New variable.
2502
Ulrich Drepper837b5222005-08-16 05:12:01 +000025032005-08-15 Ulrich Drepper <drepper@redhat.com>
2504
2505 * run-elflint-self.sh: Don't run test if the file doesn't exist.
2506
Roland McGrath1ecb6062005-08-15 09:53:04 +000025072005-08-15 Roland McGrath <roland@redhat.com>
2508
2509 * dwflmodtest.c (print_instance, print_inline): New functions.
2510 (print_func): Call print_inline.
2511 (options, parse_opt): Grok -i/--inlines.
2512
Roland McGrath8d18c292005-08-07 21:42:07 +000025132005-08-07 Roland McGrath <roland@redhat.com>
2514
2515 * dwflmodtest.c: Print function details only if -f flag is given.
2516
Ulrich Drepper47be7952005-08-07 04:41:39 +000025172005-08-06 Ulrich Drepper <drepper@redhat.com>
2518
Ulrich Drepper637963b2005-08-07 05:33:07 +00002519 * run-elflint-self.sh: New file.
2520 * Makefile.am (TESTS): Add run-elflint-self.sh.
2521 (EXTRA_DIST): Likewise.
2522
Ulrich Drepper47be7952005-08-07 04:41:39 +00002523 * Makefile.am: Link with statis libs if BUILD_STATIC.
2524 (dwflmodtest_LDADD): Also link with -ldl.
2525
Ulrich Drepper41de4882005-08-03 00:02:56 +000025262005-08-02 Ulrich Drepper <drepper@redhat.com>
2527
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002528 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
2529 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
2530 library first.
2531 * asm-tst2.c: Likewise.
2532 * asm-tst3.c: Likewise.
2533 * asm-tst4.c: Likewise.
2534 * asm-tst5.c: Likewise.
2535 * asm-tst6.c: Likewise.
2536 * asm-tst7.c: Likewise.
2537 * asm-tst8.c: Likewise.
2538 * asm-tst9.c: Likewise.
2539
Ulrich Drepper41de4882005-08-03 00:02:56 +00002540 * msg_tst.c: Add new error message.
2541
Ulrich Drepper18618fd2005-07-28 21:29:22 +000025422005-07-28 Ulrich Drepper <drepper@redhat.com>
2543
2544 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
2545
Roland McGrathd17fac72005-08-23 08:20:21 +000025462005-06-01 Roland McGrath <roland@redhat.com>
2547
2548 * line2addr.c: Rewritten using libdwfl.
2549 * run-line2addr.sh: Update test for changed arguments.
2550 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
2551 (libdwfl): New variable.
2552 (line2addr_LDADD): Use it.
2553
Roland McGrath18385902005-07-28 07:12:38 +000025542005-07-28 Roland McGrath <roland@redhat.com>
2555
2556 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
2557 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
2558 (dwflmodtest_LDADD): New variable.
2559 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
2560
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000025612005-07-21 Ulrich Drepper <drepper@redhat.com>
2562
2563 * testfile18.bz2: New file.
2564 * run-elflint-test.sh: New file.
2565 * Makefile.am (TESTS): Add run-elflint-test.sh.
2566 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
2567
25682005-05-24 Ulrich Drepper <drepper@redhat.com>
2569
2570 * get-files.c (main): Use correct format specifier.
2571
25722005-05-21 Ulrich Drepper <drepper@redhat.com>
2573
2574 * Makefile.am: Add -Wextra to CFLAGS.
2575 * get-files.c: Remove warning this produced.
2576 * get-pubnames.c: Likewise.
2577 * newfile.c: Likewise.
2578 * newscn.c: Likewise.
2579 * scnnames.c: Likewise.
2580 * showptable.c: Likewise.
2581 * test-nlist.c: Likewise.
2582 * update1.c: Likewise.
2583 * update2.c: Likewise.
2584 * update3.c: Likewise.
2585 * update4.c: Likewise.
2586
25872005-05-08 Ulrich Drepper <drepper@redhat.com>
2588
2589 * run-line2addr.sh: Remove testfile14 at the end.
2590
Ulrich Drepper282bf322005-07-28 21:49:05 +00002591 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002592
2593 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
2594 .bz, not .bz2.
2595
25962005-05-03 Roland McGrath <roland@redhat.com>
2597
2598 * run-strip-test.sh: Use variables for test file names.
2599 Optionally produce separate debug file and check it.
2600 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
2601 * run-strip-test3.sh: Likewise.
2602 * run-strip-test4.sh: New file.
2603 * run-strip-test5.sh: New file.
2604 * run-strip-test6.sh: New file.
2605 * testfile15.bz: New file.
2606 * testfile15.debug.bz: New file.
2607 * testfile16.bz: New file.
2608 * testfile16.debug.bz: New file.
2609 * testfile17.bz: New file.
2610 * testfile17.debug.bz: New file.
2611 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2612
26132005-04-25 Ulrich Drepper <drepper@redhat.com>
2614
2615 * run-line2addr.sh: Also use testfile14. Adjust for correct
2616 return of multiple matches.
2617 * testfile14.bz2: New file.
2618 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
2619
2620 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
2621
Roland McGrath87d47802007-07-16 22:23:37 +000026222005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002623
2624 * line2addr.c (main): Initialize LINES and NLINES before calling
2625 dwarf_getsrc_file, and free LINES afterwards.
2626
2627 * allfcts.c (main): Use size_t for CUHL.
2628
26292005-04-04 Ulrich Drepper <drepper@redhat.com>
2630
2631 * line2addr.c: New file.
2632 * run-line2addr.sh: New file.
2633 * Makefile.am: Add rules to build, run, and distribute new code.
2634
26352005-04-02 Ulrich Drepper <drepper@redhat.com>
2636
2637 * allfcts.c: New file.
2638 * run-allfcts.sh: New file.
2639 * Makefile.am: Add rules to build, run, and distribute new code.
2640
26412005-02-05 Ulrich Drepper <drepper@redhat.com>
2642
2643 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
2644 programs with -lmudflap.
2645
26462004-09-25 Ulrich Drepper <drepper@redhat.com>
2647
2648 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
2649 * asm-tst5.c (main): Likewise.
2650 * asm-tst6.c (main): Likewise.
2651
26522004-01-17 Ulrich Drepper <drepper@redhat.com>
2653
2654 * Makefile.am: Support building with mudflap.
2655
26562004-01-12 Ulrich Drepper <drepper@redhat.com>
2657
2658 * get-aranges.c: Rewrite to use libdw.
2659 * Makefile.am: Reenable get-aranges test.
2660
26612004-01-11 Ulrich Drepper <drepper@redhat.com>
2662
2663 * get-lines.c: New file.
2664 * get-files.c: Adjust for libdw.
2665 * run-get-files.sh: Adjust expected result.
2666 * run-get-lines.sh: Likewise.
2667 * Makefile.am: Run get-lines test. Don't run get-aranges and
2668 get-ciefde test for now.
2669
2670 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
2671 change. Print attribute offset information.
2672 * run-show-abbrev.sh: Adjust expected output.
2673
26742004-01-09 Ulrich Drepper <drepper@redhat.com>
2675
2676 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
2677 * show-die-info.c: Likewise.
2678 * run-show-die-info.sh: Adjust expected output.
2679
26802003-08-13 Ulrich Drepper <drepper@redhat.com>
2681
2682 * Makefile.in: Depend on libebl.a, not libebl.so.
2683
26842003-08-11 Ulrich Drepper <drepper@redhat.com>
2685
2686 * Moved to CVS archive.