blob: 712dea2c8e51efa224b1840ff16e9196045b2fb9 [file] [log] [blame]
H.J. Lu5bbf0392015-03-25 05:44:57 -070012015-04-01 H.J. Lu <hjl.tools@gmail.com>
2
H.J. Lu6de72762015-03-25 07:22:43 -07003 * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
4 (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
5 Add backtrace.x32.exec.bz2.
6 * backtrace.x32.core.bz2 : New file.
7 * backtrace.x32.exec.bz2: Likewise.
8 * run-backtrace-core-x32.sh: Likewise.
9
102015-04-01 H.J. Lu <hjl.tools@gmail.com>
11
H.J. Luaa19e592015-03-25 06:44:09 -070012 * run-addrcfi.sh: Add a test for testfile-x32.
13 * testfile-x32.bz2: New file.
14 * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2.
15
162015-04-01 H.J. Lu <hjl.tools@gmail.com>
17
H.J. Lu8c78ff02015-03-25 05:57:09 -070018 * run-allregs.sh: Add a test for testfile-x32-core.
19
202015-04-01 H.J. Lu <hjl.tools@gmail.com>
21
H.J. Lu5bbf0392015-03-25 05:44:57 -070022 * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core.
23 * testfile-x32-core.bz2: New file.
24 * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2.
25
Petr Machata06457da2015-03-18 19:35:16 +0100262015-03-18 Petr Machata <pmachata@redhat.com>
27
Petr Machata7f617342015-03-18 19:42:02 +010028 * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match
29 the API changes.
30 * allregs.c (dwarf_encoding_string): Likewise.
31 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
32 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.
33
342015-03-18 Petr Machata <pmachata@redhat.com>
35
Petr Machata06457da2015-03-18 19:35:16 +010036 * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
37 debug-ranges-no-lowpc.o.bz2.
38
Mark Wielaard0a35e3a2015-03-13 23:51:40 +0100392015-03-13 Mark Wielaard <mjw@redhat.com>
40
41 * backtrace-dwarf.c: Add explicit includes.
42 (cleanup_13_abort): Remove unused static declaration.
43 (thread_callback): Add explicit return.
44
H.J. Lube7ea702015-03-12 12:14:43 -0700452015-03-13 H.J. Lu <hjl.tools@gmail.com>
46
47 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
48 instead of PTRACE_POKEUSER.
49 (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for
50 is_x86_64_native.
51
Mark Wielaard2e096352015-02-19 00:43:59 +0100522015-02-18 Mark Wielaard <mjw@redhat.com>
53
54 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
55
Josh Stone3d114102015-02-11 14:25:37 -0800562015-02-11 Josh Stone <jistone@redhat.com>
57
58 * backtrace.c (exec_dump): Initialize jmp.
59
Petr Machatab4da85d2015-02-11 22:11:46 +0100602015-02-11 Petr Machata <pmachata@redhat.com>
61
62 * run-dwarf-ranges.sh: New test.
63 * dwarf-ranges.c: New file.
64 * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case.
65
Mark Wielaard710ca872015-01-21 23:56:43 +0100662015-01-21 Mark Wielaard <mjw@redhat.com>
67
68 * Makefile.am (check_PROGRAMS): Add elfstrtab.
69 (TESTS): Likewise.
70 (elfstrtab_LDADD): New variable.
71 * elfstrtab.c: New test.
72
Mark Wielaard058ae7b2015-01-20 14:52:41 +0100732015-01-20 Mark Wielaard <mjw@redhat.com>
74
Mark Wielaardb543cdd2015-01-20 21:55:55 +010075 * Makefile.am (check_PROGRAMS): Add newdata.
76 (TESTS): Likewise.
77 (newdata_LDADD): new variable.
78 * newdata.c: New test.
79
802015-01-20 Mark Wielaard <mjw@redhat.com>
81
Mark Wielaard058ae7b2015-01-20 14:52:41 +010082 * strptr.c: New file.
83 * run-strptr.sh: New test.
84 * Makefile.am (check_PROGRAMS): Add strptr.
85 (TESTS): Add run-strptr.sh.
86 (EXTRA_DIST): Likewise.
87 (strptr_LDADD): New variable.
88
Mark Wielaardcc74c212015-01-15 13:39:06 +0100892015-01-15 Mark Wielaard <mjw@redhat.com>
90
91 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
92 * vdsosyms.c (main): Use getpid () instead of getppid ().
93
Mark Wielaardf8198f22014-12-27 16:16:29 +0100942014-12-27 Mark Wielaard <mjw@redhat.com>
95
96 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
97 * funcscopes.c (handle_function): Likewise.
98 * run-addrscopes.sh: Adjust last address in scope.
99 * run-funcscopes.sh: Likewise.
100
Mark Wielaardb4b2de92015-01-07 23:39:28 +01001012015-01-07 Mark Wielaard <mjw@redhat.com>
102
103 * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search.
104
Mark Wielaard47efc3b2015-01-14 21:38:16 +01001052015-01-14 Mark Wielaard <mjw@redhat.com>
106
107 * testfile-debug-types.bz2: New testfile.
108 * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2.
109 * typeiter2.c (main): Print both name and offset of found form DIE.
110 * run-typeiter.s: Adjust output and add testfile-debug-types.
111
Mark Wielaard8fb260f2014-12-26 16:20:39 +01001122014-12-26 Mark Wielaard <mjw@redhat.com>
113
114 * run-test-archive64.sh: Add nm test.
115
Mark Wielaardcdfc8532014-12-19 18:33:52 +01001162014-12-19 Mark Wielaard <mjw@redhat.com>
117
Mark Wielaard3943a382014-12-19 20:53:22 +0100118 * run-deleted.sh: Don't check libfunc on ppc64.
119
1202014-12-19 Mark Wielaard <mjw@redhat.com>
121
Mark Wielaard7152afa2014-12-19 18:54:04 +0100122 * vdsosyms.c (vdso_seen): Removed.
123 (vdso_syms): New global.
124 (module_callback): Set and check vdso_syms.
125 (main): Return value depends on vdso_syms.
126
1272014-12-19 Mark Wielaard <mjw@redhat.com>
128
Mark Wielaardcdfc8532014-12-19 18:33:52 +0100129 * backtrace-subr.sh (check_native_unsupported): Relax special ARM
130 grep a little.
131 * run-deleted.sh: Call check_native_unsupported.
132
Mark Wielaarde80d3242014-12-18 23:07:12 +01001332014-12-18 Mark Wielaard <mjw@redhat.com>
134
135 * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2.
136
Mark Wielaardf3111d52014-12-12 21:51:27 +01001372014-12-12 Mark Wielaard <mjw@redhat.com>
138
139 * Makefile.am (deleted_lib_so_CFLAGS): Add
140 -fasynchronous-unwind-tables.
141
Josh Stone080fa4e2014-12-11 17:19:23 -08001422014-12-11 Josh Stone <jistone@redhat.com>
143
144 * run-addr2line-i-lex-test.sh: New test.
145 * testfile-lex-inlines.bz2: New testfile.
146 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and
147 testfile-lex-inlines.bz2.
148 (TESTS): Add run-addr2line-i-lex-test.sh.
149
Josh Stone2098b3d2014-12-10 11:14:40 -08001502014-12-10 Josh Stone <jistone@redhat.com>
151
152 * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is
153 preferred over the plain die name.
154
Petr Machataedb079a2014-12-02 21:22:14 +01001552014-12-02 Petr Machata <pmachata@redhat.com>
156
157 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
158 DW_MACRO_GNU_undef_indirect opcodes. Add a default branch.
159 (main): Initialize off to DWARF_GETMACROS_START when an extra
160 command line argument is passed.
161 * testfile-macros-0xff.bz2: New test case.
162 * testfile-macros-0xff.s: New file (source for the above).
163 * run-dwarf-getmacros.sh: Add two tests.
164
Mark Wielaard44662162014-11-27 23:19:47 +01001652014-11-27 Mark Wielaard <mjw@redhat.com>
166
167 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
168
Mark Wielaard9644aaf2014-11-21 23:26:35 +01001692014-11-21 Mark Wielaard <mjw@redhat.com>
170
171 * run-readelf-A.sh: New test.
172 * testfileppc32attrs.o.bz2: New test file.
173 * Makefile.am (TESTS): Add run-readelf-A.sh.
174 (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2.
175
Mark Wielaard5691f862014-11-10 14:49:20 +01001762014-11-10 Mark Wielaard <mjw@redhat.com>
177
178 * vdsosyms.c: New test.
179 * Makefile.am (check_PROGRAMS): Add vdsosyms.
180 (TESTS): Likewise.
181 (vdsosyms_LDADD): New variable.
182
Petr Machata0a1e81b2014-10-17 02:47:15 +02001832014-09-10 Petr Machata <pmachata@redhat.com>
184
185 * dwarf-getmacros.c: Update to use the new macro iteration
186 interfaces.
187 * run-dwarf-getmacros.sh: Adjust, add a test that uses
188 testfile-macros.
189
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02001902014-10-06 Mark Wielaard <mjw@redhat.com>
191
192 * run-aggregate-size.sh: Add testfile-sizes3.o test case.
193 * testfile-sizes3.o.bz2: New test file.
194 * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2.
195
Mark Wielaardb50014f2014-10-02 14:00:47 +02001962014-10-02 Mark Wielaard <mjw@redhat.com>
197
Mark Wielaard281ebd72014-10-02 22:53:44 +0200198 * run-deleted.sh: Unset VALGRIND_CMD before running deleted.
199
2002014-10-02 Mark Wielaard <mjw@redhat.com>
201
Mark Wielaardb50014f2014-10-02 14:00:47 +0200202 * Makefile.am (check_PROGRAMS): Add aggregate_size.c.
203 (TESTS): Add run-aggregate-size.sh.
204 (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2
205 and testfile-sizes2.o.bz2.
206 (aggregate_size_LDADD): New variable.
207 * aggregate_size.c: New file.
208 * run-aggregate-size.sh: New test.
209 * testfile-sizes1.o.bz2: New test file.
210 * testfile-sizes2.o.bz2: Likewise.
211
Jan Kratochvil6d48bbf2014-09-26 22:42:19 +02002122014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Support NT_FILE for locating files.
215 * Makefile.am (TESTS): Add run-linkmap-cut.sh.
216 (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2,
217 linkmap-cut.bz2 and linkmap-cut.core.bz2 .
218 * linkmap-cut-lib.so.bz2: New file.
219 * linkmap-cut.bz2: New file.
220 * linkmap-cut.core.bz2: New file.
221 * run-linkmap-cut.sh: New file.
222 * run-unstrip-n.sh: Update its expected output.
223
Jan Kratochvil03750562014-08-17 18:49:36 +02002242014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so.
227 (TESTS, EXTRA_DIST): Add run-deleted.sh.
228 (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New.
229 * deleted-lib.c: New file.
230 * deleted.c: New file.
231 * run-deleted.sh: New file.
232
Mark Wielaard41362da2014-06-15 11:35:50 +02002332014-06-15 Mark Wielaard <mjw@redhat.com>
234
235 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
236
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +02002372014-06-13 Mark Wielaard <mjw@redhat.com>
238
Mark Wielaard1986c172014-06-14 01:09:17 +0200239 * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
240 frame symname.
241
2422014-06-13 Mark Wielaard <mjw@redhat.com>
243
Mark Wielaardcb5ac6e2014-06-14 01:01:58 +0200244 * backtrace-subr.sh (check_native_unsupported): New function.
245 (check_native): Call it.
246 (check_native_core): Likewise.
247 * run-backtrace-dwarf.sh: Likewise.
248
Mark Wielaard14beac32014-06-11 15:14:23 +02002492014-06-11 Mark Wielaard <mjw@redhat.com>
250
251 * backtrace.c (main): Check that Dwfl was attached by calling
252 dwfl_pid and printing the error when it is not.
253
Mark Wielaard85482fc2014-05-18 22:41:19 +02002542014-05-18 Mark Wielaard <mjw@redhat.com>
255
256 * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
257 (f): Likewise.
258 * testfile-backtrace-demangle.bz2: Regenerate.
259 * testfile-backtrace-demangle.core.bz2: Likewise.
260
Mark Wielaardbb096d02014-05-03 00:23:06 +02002612014-05-02 Mark Wielaard <mjw@redhat.com>
262
263 * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
264 run-allfcts-multi.sh are now added unconditionally.
265
Mark Wielaarddf85bf92014-05-01 14:48:27 +02002662014-05-01 Mark Wielaard <mjw@redhat.com>
267
268 * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
269 subdir.
270
Mark Wielaardd81d32d2014-04-30 23:00:40 +02002712014-04-30 Mark Wielaard <mjw@redhat.com>
272
273 * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
274 * Makefile.am (check_PROGRAMS): Add buildid.
275 (TESTS): Add run-buildid.sh.
276 (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
277 (buildid_LDADD): New variable.
278
Florian Weimer4813dbb2014-04-24 14:06:43 +02002792014-04-24 Florian Weimer <fweimer@redhat.com>
280
Florian Weimer22481652014-04-15 16:58:39 +0200281 * allfcts.c (setup_alt): New function.
282 (main): Call it. Implementation additional error checking and
283 reporting.
284
2852014-04-24 Florian Weimer <fweimer@redhat.com>
286
Florian Weimer4813dbb2014-04-24 14:06:43 +0200287 * debugaltlink.c, run-debugaltlink.sh: New files.
288 * Makefile.am (check_PROGRAMS): Add debugaltlink.
289 (TESTS): Add run-debugaltlink.sh.
290 (debugaltlink_LDADD): New variable.
291
Mark Wielaard93802972014-04-11 23:52:47 +02002922014-04-11 Mark Wielaard <mjw@redhat.com>
293
294 * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
295 (check_PROGRAMS): Add debuglink.
296 (TESTS): Add run-debuglink.sh
297 (EXTRA_DIST): Likewise.
298 (debuglink_LDADD): New.
299 * debuglink.c: New file.
300 * run-debuglink.sh: Likewise.
301
Mark Wielaardfe4b5fd2014-04-23 09:54:30 +02003022014-03-23 Mark Wielaard <mjw@redhat.com>
303
304 * run-nm-self.sh: Use test = not == for string comparisons.
305
Kurt Roeckx02cefda2014-04-22 21:46:22 +02003062014-04-22 Kurt Roeckx <kurt@roeckx.be>
307
308 * backtrace.c: Make Linux only.
309 * backtrace-child.c: Make Linux only.
310 * backtrace-data.c: Make Linux only.
311 * backtrace-dwarf.c: Make Linux only.
312 * backtrace-subr.sh: Skip core file unwinding tests when not supported.
313
Mark Wielaard32324792014-04-13 17:39:57 +02003142014-03-14 Mark Wielaard <mjw@redhat.com>
315
316 * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
317 LDADD lines.
318 * configure.ac: Remove MUDFLAP conditional.
319
Mark Wielaardf7cdc742014-04-09 22:38:07 +02003202014-04-09 Mark Wielaard <mjw@redhat.com>
321
322 * run-readelf-zdebug.sh: New test.
323 * testfile-debug.bz2: New testfile.
324 * testfile-zdebug.bz2: New testfile.
325 * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
326 (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
327 testfile-zdebug.bz2.
328
Mark Wielaard110c2732014-04-10 15:02:53 +02003292014-04-10 Mark Wielaard <mjw@redhat.com>
330
331 * testfile_i686_core.bz2: New test file.
332 * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
333 * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
334
Mark Wielaard66637fa2014-04-09 11:48:23 +02003352014-04-09 Mark Wielaard <mjw@redhat.com>
336
337 * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
338 (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
339 backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
340 * run-backtrace-core-aarch64.sh: New test.
341
Josh Stone51fff302014-03-11 18:13:55 -07003422014-03-11 Josh Stone <jistone@redhat.com>
343
344 * testfilebaxmin.bz2: New testfile.
345 * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
346 * run-readelf-s.sh: Test testfilebaxmin.
347 * run-dwflsyms.sh: Likewise.
348
Mark Wielaard225dddf2014-01-26 20:16:48 +01003492014-01-26 Mark Wielaard <mjw@redhat.com>
350
351 * backtrace-subr.sh (check_unsupported): Special case arm*.
352
Mark Wielaarda02d90a2014-01-25 14:32:42 +01003532014-01-25 Mark Wielaard <mjw@redhat.com>
354
355 * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
356 location expression: call_frame_cfa stack_value.
357
Mark Wielaardf48eb6b2014-01-23 00:56:41 +01003582014-01-22 Mark Wielaard <mjw@redhat.com>
359
360 * Makefile.am (line2addr_no_Wformat): Removed.
361
Mark Wielaard13968d92014-01-21 16:13:49 +01003622014-01-21 Mark Wielaard <mjw@redhat.com>
363
364 * Makefile.am (TESTS): Add run-stack-i-test.sh.
365 (EXTRA_DIST): Likewise.
366 * run-stack-i-test.sh: New test.
367
Mark Wielaard531a30a2014-01-20 23:09:26 +01003682014-01-20 Mark Wielaard <mjw@redhat.com>
369
370 * Makefile.am (TESTS): Add run-stack-d-test.sh.
371 (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
372 testfiledwarfinlines.core.bz2.
373 * run-stack-d-test.sh: New test.
374 * testfiledwarfinlines.bz2: New test file.
375 * testfiledwarfinlines.core.bz2: Likewise.
376
Mark Wielaardd7cffa72014-01-16 09:45:51 +01003772014-01-16 Mark Wielaard <mjw@redhat.com>
378
Mark Wielaardc80375d2014-01-16 13:48:24 +0100379 * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
380 on one ET_REL, one ET_EXEC and one ET_DYN file.
381 * test-subr.sh (self_test_files): Add two ET_REL files, only add
382 two libebl ET_DYN backend files.
383
3842014-01-16 Mark Wielaard <mjw@redhat.com>
385
Mark Wielaardd7cffa72014-01-16 09:45:51 +0100386 * run-backtrace-demangle.sh: Check exitcode and max number of frames.
387
Jan Kratochvil435808a2014-01-18 21:56:13 +01003882014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 Fix false FAILs on testsuite with ulimit -c unlimited.
391 * backtrace-child.c (sigusr2): Call pthread_exit.
392 (main): Return, do not call abort.
393
Jan Kratochvil7c6e7852014-01-15 21:16:57 +01003942014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 Fix corruption of non-C++ symbols by the demangler.
397 * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
398 <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
399 (EXTRA_DIST): Add run-backtrace-demangle.sh,
400 testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
401 testfile-backtrace-demangle.core.bz2.
402 * backtrace-demangle.cc: New file.
403 * run-backtrace-demangle.sh: New file.
404 * testfile-backtrace-demangle.bz2: New file.
405 * testfile-backtrace-demangle.cc: New file.
406 * testfile-backtrace-demangle.core.bz2: New file.
407
Matthias Klosee922ec42014-01-07 10:25:29 +01004082014-01-07 Matthias Klose <doko@ubuntu.com>
409
410 * backtrace-subr.sh (check_native_core): Check to see if core file
411 was created without ".PID" extension, if so mv core to core.PID.
412 Skip test if no core file was created or could be found.
413
Mark Wielaard4f1c96d2014-01-04 14:24:58 +01004142014-01-04 Mark Wielaard <mjw@redhat.com>
415
Mark Wielaard70c3a532014-01-04 23:28:33 +0100416 * backtrace-data.c (main): Don't assert if raise returns.
417 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
418 assume_ptrace_attached true.
419 (ptrace_detach_stopped): Removed function.
420 (main): Don't call ptrace_detach_stopped.
421 * backtrace.c (ptrace_detach_stopped): Removed function.
422 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
423 true.
424 (exec_dump): Don't call ptrace_detach_stopped.
425
4262014-01-04 Mark Wielaard <mjw@redhat.com>
427
Mark Wielaard1051a0c2014-01-04 15:41:04 +0100428 * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
429 if we cannot adjust core ulimit.
430
4312014-01-04 Mark Wielaard <mjw@redhat.com>
432
Mark Wielaard4f1c96d2014-01-04 14:24:58 +0100433 * cleanup-13.c (force_unwind_stop): Removed.
434 (force_unwind): Just call abort. Don't setup _Unwind_Exception and
435 don't call _Unwind_ForcedUnwind.
436
Mark Wielaardb92af192014-01-03 18:15:02 +01004372014-01-03 Mark Wielaard <mjw@redhat.com>
438
439 * run-addrcfi.sh: Add case for EM_AARCH64.
440 * testfileaarch64.bz2: New testfile.
441 * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
442
Mark Wielaard19108012013-12-30 22:00:57 +01004432013-12-30 Mark Wielaard <mjw@redhat.com>
444
445 * backtrace-dwarf.c (report_pid): Explicitly call
446 dwfl_linux_proc_attach and check for errors.
447 * backtrace.c (report_pid): Likewise.
448
Mark Wielaardb6ef1ce2013-12-21 19:39:19 +01004492013-12-21 Mark Wielaard <mjw@redhat.com>
450
451 * backtrace.c (callback_verify): Only assert that case 5 is the last
452 instruction of backtracegen on x86_64 native.
453
Jan Kratochvilc6a41482013-12-17 18:49:54 +01004542013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Mark Wielaard159ac522013-12-18 11:05:54 +0100455 Mark Wielaard <mjw@redhat.com>
456
457 * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
458 and testfilebaz*ppc64*.bz2 files.
459 * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print
460 error on dwfl_module_getsymtab error.
461 (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
462 Compare values for non-ET_REL. Use dwfl_module_addrinfo.
463 Also print section of actual value if different from sym.
464 * run-addrname-test.sh (testfile66, testfile66.core): New tests.
465 Test addr2line -x by showing different sections for address and
466 found name in testfile66.
467 * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
468 testfilebaz*ppc64): New tests.
469 * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
470 testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
471 testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
472 testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
473 testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
474 testfilebaztabppc64.bz2: New test files.
475
4762013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvilc6a41482013-12-17 18:49:54 +0100477
478 unwinder: s390 and s390x
479 * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
480 run-backtrace-core-s390.sh.
481 (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
482 backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
483 run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
484 * backtrace.s390.core.bz2: New file.
485 * backtrace.s390.exec.bz2: New file.
486 * backtrace.s390x.core.bz2: New file.
487 * backtrace.s390x.exec.bz2: New file.
488 * run-backtrace-core-s390.sh: New file.
489 * run-backtrace-core-s390x.sh: New file.
490
Jan Kratochvilb3c810f2013-12-17 21:11:48 +01004912013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
492
493 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
494 code.
495
Jan Kratochvil5cbf42a2013-12-15 18:56:17 +01004962013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
497
498 unwinder: ppc
499 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
500 (EXTRA_DIST): Add backtrace.ppc.core.bz2,
501 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
502 * backtrace.ppc.core.bz2: New file.
503 * backtrace.ppc.exec.bz2: New file.
504 * run-backtrace-core-ppc.sh: New file.
505
Mark Wielaard7fc49292013-12-13 22:42:46 +01005062013-12-10 Mark Wielaard <mjw@redhat.com>
507
Mark Wielaard63572f42013-12-13 23:12:18 +0100508 * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
509
5102013-12-10 Mark Wielaard <mjw@redhat.com>
511
Mark Wielaard7fc49292013-12-13 22:42:46 +0100512 * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
513 * backtrace-subr.sh (check_native_core): Disable valgrind while
514 dumping core.
515 * run-backtrace-data.sh: Disable valgrind.
516 * run-backtrace-dwarf.sh: Likewise.
517
Mark Wielaard3951f2e2013-12-09 16:33:26 +01005182013-12-09 Mark Wielaard <mjw@redhat.com>
519
520 * varlocs.c (print_expr): Update comment to explain empty location
521 associated with DW_OP_GNU_implicit_pointer.
522
Jan Kratochvilf88863f2013-12-05 16:16:14 +01005232013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 Fix test FAIL with -O2.
526 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
527
Mark Wielaard813aae02013-12-05 15:26:51 +01005282013-12-05 Mark Wielaard <mjw@redhat.com>
529
530 * backtrace-data.c (main): If unsupported also print to stderr.
531 * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
532
Mark Wielaard1bfab192013-12-04 20:55:23 +01005332013-12-04 Mark Wielaard <mjw@redhat.com>
534
535 * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
536
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01005372013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
540 backtrace-data and backtrace-dwarf.
541 (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
542 (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
543 run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
544 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
545 run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
546 <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
547 (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
548 cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
549 run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
550 run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
551 backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
552 backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
553 (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
554 (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
555 New.
556 * backtrace-child.c: New file.
557 * backtrace-data.c: New file.
558 * backtrace-dwarf.c: New file.
559 * backtrace-subr.sh: New file.
560 * backtrace.c: New file.
561 * cleanup-13.c: New file.
562 * backtrace.i386.core.bz2: New file.
563 * backtrace.i386.exec.bz2: New file.
564 * backtrace.x86_64.core.bz2: New file.
565 * backtrace.x86_64.exec.bz2: New file.
566 * run-backtrace-core-i386.sh: New file.
567 * run-backtrace-core-x86_64.sh: New file.
568 * run-backtrace-native-biarch.sh: New file.
569 * run-backtrace-native-core-biarch.sh: New file.
570 * run-backtrace-native-core.sh: New file.
571 * run-backtrace-native.sh: New file.
572 * run-backtrace-data.sh: New file.
573 * run-backtrace-dwarf.sh: New file.
574
Mark Wielaard819c3492013-11-27 16:45:44 +01005752013-11-27 Mark Wielaard <mjw@redhat.com>
576
577 * dwflsyms.c (gelf_bind_order): New function.
578 (elf_section_name): Likewise.
579 (addr_in_section): Likewise.
580 (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
581 Refine assert using gelf_bind_order. Print elf_section_name. Check
582 bias with addr_in_section.
583 * run-dwflsyms.sh: Add section names to expected output.
584
Mark Wielaard0d5a8672013-11-26 10:44:18 +01005852013-11-26 Mark Wielaard <mjw@redhat.com>
586
587 * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
588
Petr Machata98c8a732013-11-26 03:10:31 +01005892013-11-25 Petr Machata <pmachata@redhat.com>
590
591 * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
592 * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
593 * Makefile.am (EXTRA_DIST): Add these.
594 (TESTS): Add run-funcretval.sh.
595 * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
596 * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
597 * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
598 * run-funcretval.sh: New file.
599
Josh Stonedb35c872013-11-18 14:29:35 -08006002013-11-18 Josh Stone <jistone@redhat.com>
601
602 * testfilebazdbg_plr.bz2: New testfile.
603 * testfilebazmin_plr.bz2: Likewise.
604 * Makefile.am (EXTRA_DIST): Add the above files.
605 * run-dwflsyms.sh: Add prelink -r tests.
606
Mark Wielaard68ce4fc2013-11-16 00:11:38 +01006072013-11-15 Mark Wielaard <mjw@redhat.com>
608
609 * testfilebazmdb.bz2: Regenerated.
610 * testfilebazmin.bz2: Likewise.
611 * testfilebazdbg_pl.bz2: New testfile.
612 * testfilebazmin_pl.bz2: Likewise.
613 * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
614 testfilebazmin_pl.bz2.
615 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
616 print relative address of function symbols.
617 * run-dwflsyms.sh: Add prelink tests and adjust expected output.
618
Michael Forneya45c8042013-11-01 00:51:04 -07006192013-11-01 Michael Forney <mforney@mforney.org>
620
621 * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
622 * run-arsymtest.sh: Use NM.
623
Mark Wielaardd8c75df2013-11-05 11:27:19 +01006242013-11-05 Mark Wielaard <mjw@redhat.com>
625
626 * allfcts.c (main): Correct dwarf_getfuncs return value check.
627
Mark Wielaarde6a9bb82013-10-10 11:40:12 +02006282013-10-10 Mark Wielaard <mjw@redhat.com>
629 Josh Stone <jistone@redhat.com>
630
631 * run-allfcts-multi.sh: New test.
632 * test-offset-loop.bz2: New testfile.
633 * test-offset-loop.alt.bz2: New testfile.
634 * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
635 (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
636 test-offset-loop.alt.bz2.
637
Mark Wielaardd1829742013-10-15 23:53:32 +02006382013-10-15 Mark Wielaard <mjw@redhat.com>
639
640 * run-unstrip-M.sh: New test.
641 * Makefile.am (TESTS): Add run-unstrip-M.sh.
642 (EXTRA_DIST): Likewise.
643
Mark Wielaard3dec3e12013-10-06 17:04:07 +02006442013-10-06 Mark Wielaard <mjw@redhat.com>
645
646 * run-addrcfi.sh: Remove nop from expected ppc and ppc64
647 location expression.
648
Josh Stone5dbbc5e2013-10-03 12:38:25 -07006492013-10-03 Josh Stone <jistone@redhat.com>
650
651 * typeiter2.c: New file, reversing typeiter.c.
652 * run-typeiter.sh: Also run typeiter2.
Mark Wielaardd1829742013-10-15 23:53:32 +0200653 * Makefile.am (check_PROGRAMS): Add typeiter2.
Josh Stone5dbbc5e2013-10-03 12:38:25 -0700654 (typeiter2_LDADD): New variable.
655
Petr Machataab224102013-09-26 00:39:34 +02006562013-09-26 Petr Machata <pmachata@redhat.com>
657
Petr Machata0c9ae0c2013-09-26 21:02:22 +0200658 * run-readelf-mixed-corenote.sh: Update output of testfile71
659 dump--readelf can newly decode the NT_FILE note.
660
6612013-09-26 Petr Machata <pmachata@redhat.com>
662
Petr Machataab224102013-09-26 00:39:34 +0200663 * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
664 * run-readelf-mixed-corenote.sh: New test for this file.
665 * testfile71.bz2: New file.
666
Mark Wielaard1b734df2013-09-20 09:50:42 -04006672013-09-20 Mark Wielaard <mjw@redhat.com>
668
669 * allfcts.c (cb): Return DWARF_CB_ABORT.
670 (main): Iterate over all offsets returned by dwarf_getfuncs.
671 * run-allfcts.sh: Add nested_funcs and class_func testcases.
672 * testfile_nested_funcs.bz2: New test file.
673 * testfile_class_func.bz2: Likewise.
674 * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
675 testfile_nested_funcs.bz2.
676
Mark Wielaard6e6e54e2013-08-31 00:52:12 +02006772013-08-30 Mark Wielaard <mjw@redhat.com>
678
679 * Makefile.am (check_PROGRAMS): Add varlocs.
680 (TESTS): Add run-varlocs.sh.
681 (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
682 testfile_const_type.bz2, testfile_implicit_pointer.c,
683 testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
684 testfile_entry_value.c, testfile_entry_value.bz2,
685 testfile_implicit_value.c and testfile_implicit_value.bz2.
686 (varlocs_LDADD): New.
687 * run-varlocs: New test.
688 * testfile_const_type.c: New test source file.
689 * testfile_entry_value.c: Likewise.
690 * testfile_implicit_pointer.c: Likewise.
691 * testfile_implicit_value.c: Likewise.
692 * testfile_parameter_ref.c: Likewise.
693 * testfile_const_type.bz2: New test file.
694 * testfile_entry_value.bz2: Likewise.
695 * testfile_implicit_pointer.bz2: Likewise.
696 * testfile_implicit_value.bz2: Likewise.
697 * testfile_parameter_ref.bz2: Likewise.
698 * varlocs.c: New test source.
699
Mark Wielaard92e47d62013-09-02 16:46:50 +02007002013-08-29 Mark Wielaard <mjw@redhat.com>
701
702 * run-addrcfi.sh: Add case for EM_ARM.
703 * testfilearm.bz2: New testfile.
704 * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
705
Mark Wielaardd3f16452013-08-28 18:10:44 +02007062013-08-28 Mark Wielaard <mjw@redhat.com>
707
Mark Wielaard79b91812013-08-28 21:54:58 +0200708 * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
709 completely missing.
710 * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
711 * testfiles390.bz2: New testfile.
712 * testfiles390x.bz2: Likewise.
713 * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
714 testfiles390x.bz2.
715
7162013-08-28 Mark Wielaard <mjw@redhat.com>
717
Mark Wielaardd3f16452013-08-28 18:10:44 +0200718 * addrcfi.c (handle_cfi): Use printf not error.
719 * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
720 * testfileppc32.bz2: New testfile.
721 * testfileppc64.bz2: Likewise.
722 * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
723 testfileppc64.bz2.
724
Mark Wielaard292b1782013-08-27 15:40:56 +02007252013-08-27 Mark Wielaard <mjw@redhat.com>
726
727 * run-addrcfi.sh: New test.
728 * Makefile.am (TESTS): Add run-addrcfi.sh.
729 (EXTRA_DIST): Likewise.
730 * addrcfi.c (op_name): New function.
731 (print_detail): Call and print op_name. Check ops, not result
732 to check if this is "same value" or "undefined".
733 (handle_cfi): Make sure cfa_ops doesn't point to NULL.
734
Mark Wielaard4b9e6392013-08-13 11:40:21 +02007352013-08-13 Mark Wielaard <mjw@redhat.com>
736
737 * run-addr2line-i-test.sh: New test.
738 * testfile-inlines.bz2: New testfile.
739 * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
740 testfile-inlines.bz2.
741 (TESTS): Add run-addr2line-i-test.sh.
742
Mark Wielaardd0f85012013-08-12 14:21:31 +02007432013-08-12 Mark Wielaard <mjw@redhat.com>
744
745 * run-addr2line-test.sh: New test.
746 * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
747 (TESTS): Likewise.
748
Jan Kratochvil596d4302013-07-23 16:30:01 +02007492013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
752 the entries.
753
Mark Wielaard263d7ee2013-07-02 16:16:58 +02007542013-07-02 Mark Wielaard <mjw@redhat.com>
755
756 * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
757 testfilenolines.bz2.
758
Jan Kratochvil8ff86292013-05-30 13:21:20 +02007592013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
760
761 * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
762 test-core.core.bz2 and test-core.exec.bz2.
763 * run-addrname-test.sh: New test for these files.
764 * run-unstrip-n.sh: Update expected output. New test for these files.
765 * test-core-lib.so.bz2: New file.
766 * test-core.core.bz2: New file.
767 * test-core.exec.bz2: New file.
768
Mark Wielaard9affad32013-05-03 11:28:49 +02007692013-05-03 Mark Wielaard <mjw@redhat.com>
770
771 * testfilenolines.bz2: New test file.
772 * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
773 * run-get-lines.sh: Run testrun_compare on testfilenolines.
774
Jan Kratochvil904aec22013-04-30 14:27:16 +02007752013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com>
776
777 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
778
Mark Wielaard807ea312013-04-29 20:48:36 +02007792013-04-29 Mark Wielaard <mjw@redhat.com>
780
781 * test-subr.sh: Don't use pushd, just cd into test-dir.
782 (exit_cleanup): Don't use popd, just cd .. to get out.
783
Mark Wielaarda6098312013-04-26 21:21:56 +02007842013-04-27 Mark Wielaard <mjw@redhat.com>
785
Mark Wielaard527e21e2013-04-27 23:15:44 +0200786 * test-subr.sh (exit_cleanup): New function.
787 (trap): Use exit_cleanup as argument.
788 * run-native-test.sh (native_exit): New function.
789 (trap): For EXIT (0) use native_exit as argument.
790
7912013-04-27 Mark Wielaard <mjw@redhat.com>
792
Mark Wielaardb0f202e2013-04-28 00:54:17 +0200793 * update1.c (main): Use unique tempfile name and unlink file.
794 * update2.c (main): Likewise.
795 * update3.c (main): Likewise.
796 * update4.c (main): Use unique tempfile name.
797
7982013-04-27 Mark Wielaard <mjw@redhat.com>
799
Mark Wielaarda6098312013-04-26 21:21:56 +0200800 * run-alldts.sh: Add testfile-alldts to tempfiles.
801 * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
802 * run-macro-test.sh: Add readelf.macros.out to tempfiles.
803 * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
804 and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
805
Mark Wielaard86be7922013-04-26 23:44:25 +02008062013-04-26 Mark Wielaard <mjw@redhat.com>
807
808 * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
809 remove wrapper.
810 (TESTS_ENVIRONMENT): Likewise.
811 (installed_LOG_COMPILER): New variable defining wrapper.
812 (LOG_COMPILER): Likewise.
813 * run-*.sh: Fixup location of input and output files.
814 * test-subr.sh: Create test_dir, pushd to execute test in.
815 (trap): Remove test_dir.
816 (testfiles): Use abs_srcdir.
817 (installed_testrun): Match on abs_builddir or abs_top_builddir.
818 (self_test_files): Adjust path.
819
Mark Wielaardcdaaf212013-04-25 16:50:11 -04008202013-04-24 Mark Wielaard <mjw@redhat.com>
821
822 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
823
Mark Wielaarda8c7f052013-03-25 21:11:53 +01008242013-03-25 Mark Wielaard <mjw@redhat.com>
825
Mark Wielaardb79788c2013-03-25 11:45:22 +0100826 * run-readelf-aranges.sh: New test.
827 * testfilefoobarbaz.bz2: New test file.
828 * Makefile.am (TESTS): Add run-readelf-aranges.sh.
829 (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
830
8312013-03-25 Mark Wielaard <mjw@redhat.com>
832
Mark Wielaarda8c7f052013-03-25 21:11:53 +0100833 * run-readelf-dwz-multi.sh: Expect high_pc also as address.
834
Jan Kratochvila1d44822013-03-19 13:40:13 +01008352013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
838 (TESTS): Add run-dwfl-report-elf-align.sh.
839 (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
840 testfile-dwfl-report-elf-align-shlib.so.bz2 .
841 (dwfl_report_elf_align_LDADD): New.
842 * dwfl-report-elf-align.c: New file.
843 * run-dwfl-report-elf-align.sh: New file.
844 * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
845
Mark Wielaardf1b06b52013-03-12 12:02:51 +01008462013-03-12 Mark Wielaard <mjw@redhat.com>
847
848 * run-dwfllines.sh: New test.
849 * dwfllines.c: New test program.
850 * Makefile.am (TESTS): Add run-dwfllines.sh.
851 (EXTRA_DIST): Likewise.
852 (dwfllines_LDADD): New variable.
853
Mark Wielaardf6185a72013-02-22 23:42:59 +01008542013-02-22 Mark Wielaard <mjw@redhat.com>
855
856 * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
857 (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
858
Mark Wielaard443304e2013-02-15 22:45:22 +01008592013-02-15 Mark Wielaard <mjw@redhat.com>
860
861 * testfile-dwzstr.bz2: New testfile.
862 * testfile-dwzstr.multi.bz2: Likewise.
863 * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
864 * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
865 testfile-dwzstr.multi.bz2.
866
Mark Wielaard6c4b2072013-01-30 11:04:38 +01008672013-01-30 Mark Wielaard <mjw@redhat.com>
868
869 * testfileloc.bz2: New testfile.
870 * run-readelf-loc.sh: New test.
871 * Makefile.am (TESTS): Add run-readelf-loc.sh.
872 (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
873
Jan Kratochvilcc84d792012-10-10 19:32:05 +02008742013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
877 and s390x core notes.
878 * testfile67.bz2: New file.
879 * testfile68.bz2: New file.
880 * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
881
Mark Wielaard697bdca2013-01-23 17:39:19 +01008822013-01-23 Mark Wielaard <mjw@redhat.com>
883
884 * testfilebasmin.bz2: New testfile.
885 * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
886 * run-readelf-s.sh: Test testfilebasmin.
887 * run-dwflsyms.sh: Likewise.
888
Mark Wielaard9a91fb22013-01-16 15:19:40 +01008892013-01-16 Mark Wielaard <mjw@redhat.com>
890
891 * Makefile.am (check_PROGRAMS): Add dwflsyms.
892 (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
893 (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
894 testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
895 testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
896 (dwflsyms_LDADD): New variable.
897
Roland McGrath3f9256d2013-01-07 15:13:46 -08008982013-01-07 Roland McGrath <roland@hack.frob.com>
899
900 * run-prelink-addr-test.sh: Use ln -snf.
901
Mark Wielaard1d6a4352012-12-03 17:01:09 +01009022012-12-03 Mark Wielaard <mjw@redhat.com>
903
904 * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
905
Jan Kratochvild5784af2012-10-18 00:11:30 +02009062012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com>
907
908 * run-addrname-test.sh: New test for PIE relocation.
909 * testfile70.core.bz2: New file.
910 * testfile70.exec.bz2: New file.
911 * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
912 testfile70.exec.bz2 .
913
Jan Kratochvild7ed0252012-10-27 21:31:58 +02009142012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
917 testfile69.core.bz2 and testfile69.so.bz2 .
918
Jan Kratochvil3fdcdcb2012-10-17 21:49:10 +02009192012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * run-addrname-test.sh: New test for DSO with build-id bias.
922 * testfile69.core.bz2: New file.
923 * testfile69.so.bz2: New file.
924
Jan Kratochvil78dec222012-10-10 08:04:01 +02009252012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
926
Jan Kratochvil387654d2012-10-10 08:08:44 +0200927 * run-addrname-test.sh: New test for core vDSO bias.
928 * testfile65.bz2: New file.
929
9302012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
931
Jan Kratochvil78dec222012-10-10 08:04:01 +0200932 * run-addrname-test.sh: New test for symbol preferences.
933 * testfile64.bz2: New file.
934
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02009352012-10-01 Mark Wielaard <mjw@redhat.com>
936
937 * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
938 * test-wrapper.sh: Export VALGRIND_CMD if available.
939 * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
940 (installed_testrun): Likewise.
941
Petr Machataae7c5e72012-09-24 16:16:27 +02009422012-09-24 Petr Machata <pmachata@redhat.com>
943
Petr Machata522a73f2012-09-24 16:46:52 +0200944 * testfile63.bz2: New testfile.
945 * run-readelf-mixed-corenote.sh: New test.
946 * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
947 (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
948
9492012-09-24 Petr Machata <pmachata@redhat.com>
950
Petr Machataae7c5e72012-09-24 16:16:27 +0200951 * testfile62.bz2: New testfile.
952 * run-readelf-vmcoreinfo.sh: New test.
953 * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
954 (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
955
Petr Machata3662ad12012-09-18 21:35:19 +02009562012-09-18 Petr Machata <pmachata@redhat.com>
957
958 * testfile61.bz2: New testfile.
959 * run-allregs.sh: Run reg_test testfile61.
960 * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
961
Mark Wielaarde0ebc5a2012-08-24 14:51:37 +02009622012-08-24 Mark Wielaard <mjw@redhat.com>
963
964 * Makefile.am (EXTRA_DIST): Add testfile60.bz2.
965
Jeff Kenton257dcf42012-08-22 09:00:03 -04009662012-08-22 Jeff Kenton <jkenton@tilera.com>
967
968 * testfile60.bz2: New testfile.
969 * run-allregs.sh: Run reg_test testfile60.
970
Mark Wielaardf5519fc2012-08-24 13:54:52 +02009712012-08-24 Mark Wielaard <mjw@redhat.com>
972
973 * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if
974 ENABLE_DWZ.
975
Mark Wielaardf31c4412012-08-17 00:35:03 +02009762012-08-16 Mark Wielaard <mjw@redhat.com>
977
978 * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf
979 macros.
980 * show-die-info.c (tagnames): Removed.
981 (attrs): Removed.
982 (dwarf_tag_string): New function using known-dwarf macros.
983 (dwarf_attr_string): Likewise.
984 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
985 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
986
Mark Wielaard775375e2012-06-22 12:02:45 +02009872012-06-27 Mark Wielaard <mjw@redhat.com>
988
989 * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh.
990 (EXTRA_DIST): Add run-readelf-dwz-multi.sh,
991 libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and
992 testfile_multi_main.bz2.
993 * run-readelf-dwz-multi.sh: New test.
994 * libtestfile_multi_shared.so.bz2: New testfile.
995 * testfile_multi.dwz.bz2: New testifle.
996 * testfile_multi_main.bz2: New testifle.
997
Petr Machata30a941c2012-08-01 21:41:36 +02009982012-08-01 Petr Machata <pmachata@redhat.com>
999
1000 * run-test-archive64.sh: New test.
1001 * testarchive64.a.bz2: New testfile.
1002 * Makefile.am (TESTS): Add run-test-archive64.sh.
1003 (EXTRA_DIST): Likewise.
1004
Mark Wielaard94e387f2012-08-01 15:31:12 +020010052012-08-01 Mark Wielaard <mjw@redhat.com>
1006
Mark Wielaardbf707b52012-08-01 15:39:11 +02001007 * run-nm-self.sh: New test.
1008 * run-readelf-self.sh: Likewise.
1009 * test-subr.sh (testrun_on_self_quiet): New function.
1010 * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh.
1011 (EXTRA_DIST): Likewise.
1012
10132012-08-01 Mark Wielaard <mjw@redhat.com>
1014
Mark Wielaard94e387f2012-08-01 15:31:12 +02001015 * test-subr.sh (self_test_files): New list of files.
1016 (testrun_on_self): New function.
1017 * run-elflint-self.sh: Use testrun_on_self.
1018
Mark Wielaard714ea0e2012-07-19 13:07:39 +020010192012-07-19 Mark Wielaard <mjw@redhat.com>
1020
Mark Wielaard030f6262012-07-18 13:14:30 +02001021 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
1022 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
1023 (EXTRA_DIST): Likewise.
1024 (test_elf_cntl_gelf_getshdr_LDADD): New.
1025 test-elf_cntl_gelf_getshdr.c: New test program.
1026 run-elf_cntl_gelf_getshdr.sh: New test script.
1027
10282012-07-19 Mark Wielaard <mjw@redhat.com>
1029
Mark Wielaardadcd1dd2012-07-19 22:59:18 +02001030 * run-elflint-self.sh: runtests on ../backends/*so files.
1031
10322012-07-19 Mark Wielaard <mjw@redhat.com>
1033
Mark Wielaard714ea0e2012-07-19 13:07:39 +02001034 * run-unstrip-n.sh: test_cleanup.
1035 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
1036
Mark Wielaarde9b23882012-06-29 22:30:15 +020010372012-07-11 Mark Wielaard <mjw@redhat.com>
1038
1039 * run-readelf-macro.sh: New test.
1040 * testfilemacro.bz2: New testfile.
1041 * Makefile.am (TESTS): Add run-readelf-macro.sh.
1042 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
1043
Mark Wielaard84a1e0b2012-06-29 23:38:09 +020010442012-06-27 Mark Wielaard <mjw@redhat.com>
1045
1046 * run-readelf-gdb-index.sh: New test.
1047 * testfilegdbindex5.bz2: New testfile.
1048 * testfilegdbindex7.bz2: Likewise.
1049 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
1050 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
1051 testfilegdbindex7.bz2.
1052
Mark Wielaard97212fe2012-07-17 21:12:39 +020010532012-07-17 Mark Wielaard <mjw@redhat.com>
1054
1055 * testcore-rtlib-ppc.bz2: New testfile.
1056 * run-unstrip-n.sh: Check new ppc core testfile.
1057
Mike Frysingerc09c5f32012-06-26 12:07:44 -040010582012-06-26 Mike Frysinger <vapier@gentoo.org>
1059
1060 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
1061
Mark Wielaarda0172d72012-06-25 17:18:53 +020010622012-06-26 Mark Wielaard <mjw@redhat.com>
1063
1064 * run-macro-test.sh: New test.
1065 * testfile-macinfo.bz2: New testfile.
1066 * testfile-macros.bz2: Likewise.
1067
Mark Wielaard547049b2012-06-22 18:19:02 +020010682012-05-07 Mark Wielaard <mjw@redhat.com>
1069
1070 * low_high_pc.c: Use proper inttypes in printf formats.
1071
Mark Wielaarddbbc67a2012-05-11 12:57:57 +020010722012-05-11 Mark Wielaard <mjw@redhat.com>
1073
1074 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
1075
Mark Wielaardd9bc75f2012-05-07 13:29:52 +020010762012-05-07 Mark Wielaard <mjw@redhat.com>
1077
1078 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
1079
Mark Wielaard54797252012-04-27 13:00:50 +020010802012-04-27 Mark Wielaard <mjw@redhat.com>
1081
1082 * Makefile.am (TESTS): Add run-low_high_pc.sh
1083 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
1084 (noinst_PROGRAMS): Add low_high_pc.
1085 (low_high_pc_LDADD): New variable.
1086 * low_high_pc.c: New test.
1087
Mark Wielaardbdad8e32012-04-26 12:24:33 +020010882012-04-26 Mark Wielaard <mjw@redhat.com>
1089
1090 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
1091 * run-show-ciefde.sh: Removed old libdwarf test.
1092 * show-ciefde.c: Likewise.
1093
Mark Wielaard191d1f02012-04-02 17:11:25 +020010942012-04-02 Mark Wielaard <mjw@redhat.com>
1095
Mark Wielaard96a52132012-04-03 00:21:50 +02001096 * Makefile.am (TESTS): Add run-unstrip-n.sh.
1097 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
1098 * run-unstrip-n.sh: New test.
1099 * testcore-rtlib.bz2: New testfile.
1100
11012012-04-02 Mark Wielaard <mjw@redhat.com>
1102
Mark Wielaard191d1f02012-04-02 17:11:25 +02001103 * Makefile.am (TESTS): Add run-readelf-d.sh.
1104 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
1105 * run-readelf-d.sh: New test.
1106 * run-elflint-test.sh: Check new testfile.
1107
Tom Tromey581c3f62012-03-21 08:54:32 -060011082012-03-21 Tom Tromey <tromey@redhat.com>
1109
1110 * typeiter.c: New file.
1111 * run-typeiter.sh: New file.
1112 * testfile59.bz2: New file.
1113 * Makefile.am (noinst_PROGRAMS): Add typeiter.
1114 (TESTS): Add run-typeiter.sh.
1115 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
1116 (typeiter_LDADD): New variable.
1117
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +010011182012-02-21 Kurt Roeckx <kurt@roeckx.be>
1119
1120 * run-alldts.sh: testrun ./alldts.
1121
Roland McGrathe3b15682012-02-21 11:12:46 -080011222012-02-21 Roland McGrath <roland@hack.frob.com>
1123
1124 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -08001125 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -08001126
Roland McGrathb8ff18e2012-01-18 13:57:08 -080011272012-01-18 Roland McGrath <roland@hack.frob.com>
1128
1129 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
1130 it will have been inherited correctly from the test harness.
1131 * asm-tst5.c (main): Likewise.
1132 * asm-tst6.c (main): Likewise.
1133 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
1134
Roland McGrath32899ac2011-07-09 03:17:24 -070011352011-07-09 Roland McGrath <roland@hack.frob.com>
1136
1137 * sha1-tst.c: File removed.
1138 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
1139 (sha1_tst_LDADD): Variable removed.
1140
1141 * md5-sha1-test.c: New file.
1142 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
1143 (md5_sha1_test_LDADD): New variable.
1144
Mark Wielaard3f2290b2011-05-30 15:46:32 +020011452011-05-30 Mark Wielaard <mjw@redhat.com>
1146
1147 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
1148 run-rerequest_tag.sh
1149
Mark Wielaard20a217d2011-05-24 14:30:40 +020011502011-05-24 Mark Wielaard <mjw@redhat.com>
1151
1152 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
1153 * run-strip-reloc.sh: Add hello_s390.ko testcase.
1154 * hello_s390.ko.bz2: New test file.
1155
Mark Wielaard1662bc32011-05-16 11:33:11 +020011562011-05-23 Mark Wielaard <mjw@redhat.com>
1157
1158 * Makefile.am (TESTS): Add run-strip-reloc.sh.
1159 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
1160 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
1161 * run-strip-reloc.sh: New test.
1162 * hello_i386.ko.bz2: New test file.
1163 * hello_x86_64.ko.bz2: Likewise.
1164 * hello_ppc64.ko.bz2: Likewise.
1165
Mark Wielaard7a125b92011-05-17 12:20:01 +020011662011-05-18 Mark Wielaard <mjw@redhat.com>
1167
1168 * run-strip-groups.sh: New test.
1169 * testfile58.bz2: New test file.
1170 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
1171 (TESTS): Add run-strip-groups.sh.
1172 (EXTRA_DIST): Likewise.
1173
Marek Polacek494275c2011-03-28 16:00:38 +020011742011-03-28 Marek Polacek <mpolacek@redhat.com>
1175
1176 * alldts.c: New file.
1177 * run-alldts.sh: Use it.
1178 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1179 (alldts_LDADD): New variable.
1180
11812011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -08001182
1183 * dwarf-getstring.c: New test.
1184 * run-dwarf-getstring.sh: And its wrapper.
1185 * Makefile.am (EXTRA_DIST): Add and update all.
1186
Jan Kratochvilfec39992011-02-27 12:01:25 -080011872011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
1190 * run-readelf-twofiles.sh: New file.
1191
Mark Wielaard58cfa1c2011-02-25 20:17:52 +010011922011-02-25 Mark Wielaard <mjw@redhat.com>
1193
1194 * Makefile.am (BUILD_RPATH): Be consistent in naming.
1195
Josh Stonedc34eda2011-02-02 16:30:01 -080011962011-02-02 Josh Stone <jistone@redhat.com>
1197
1198 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
1199 * testfile55-64.bz2, testfile55-64.debug.bz2,
1200 testfile55-64.prelink.bz2, testfile55-32.bz2,
1201 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
1202 * Makefile.am (EXTRA_DIST): Add and update all.
1203
Roland McGrath32520bd2011-01-12 10:43:32 -080012042011-01-12 Roland McGrath <roland@redhat.com>
1205
1206 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -08001207 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -08001208
Josh Stoned41d9a62011-01-11 19:16:57 -080012092011-01-11 Josh Stone <jistone@redhat.com>
1210
Josh Stoneccbccef2011-01-11 19:16:59 -08001211 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
1212 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
1213 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
1214 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
1215 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
1216 * Makefile.am (EXTRA_DIST): Add and update all.
1217
Josh Stonecf514712011-01-11 19:16:58 -08001218 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
1219 * testfile53.bz2, testfile53.debug.bz2,
1220 testfile53.prelink.bz2: Deleted, so...
1221 * testfile53-64.bz2, testfile53-64.debug.bz2,
1222 testfile53-64.prelink.bz2: Recreated with 64-bit names.
1223 * testfile53-32.bz2, testfile53-32.debug.bz2,
1224 testfile53-32.prelink.bz2: New in 32-bit.
1225 * Makefile.am (EXTRA_DIST): Add and update all.
1226
Josh Stoned41d9a62011-01-11 19:16:57 -08001227 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
1228 * testfile52.so.bz2, testfile52.so.debug.bz2,
1229 testfile52.prelink.so.bz2: Deleted, so...
1230 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
1231 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
1232 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
1233 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -08001234 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -08001235 * Makefile.am (EXTRA_DIST): Add and update all.
1236
Josh Stoneffa02002011-01-10 21:28:46 -080012372011-01-10 Josh Stone <jistone@redhat.com>
1238
1239 * run-prelink-addr-test.sh: New test for prelinked addrs.
1240 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1241 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
1242 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
1243 * testfile53.bz2, testfile53.debug.bz2: New data files.
1244 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
1245 * Makefile.am (EXTRA_DIST): Add them.
1246
Roland McGrathec86e5f2010-06-14 17:44:38 -070012472010-06-04 Roland McGrath <roland@redhat.com>
1248
1249 * run-unstrip-test.sh: Also test modifying the file in place.
1250
Roland McGrath3c6ee4b2010-04-22 22:38:58 -070012512010-04-22 Roland McGrath <roland@redhat.com>
1252
1253 * addrcfi.c (handle_cfi): Fix function name in error message.
1254 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
1255
Roland McGrath26618d82010-04-14 13:10:47 -070012562010-04-14 Roland McGrath <roland@redhat.com>
1257
1258 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
1259
Ulrich Drepperc2d1e482010-04-10 18:23:47 -070012602010-04-10 Ulrich Drepper <drepper@redhat.com>
1261
1262 * msg_tst.c: Adjust expected error message.
1263
Petr Machata77961b52010-04-06 14:16:58 +020012642010-04-01 Petr Machata <pmachata@redhat.com>
1265
1266 * test-flag-nobits.c: New test.
1267 * run-test-flag-nobits.sh: And its wrapper.
1268 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
1269 (test_flag_nobits_LDADD): New variable.
1270
Roland McGrathe9ca7382010-02-15 15:15:50 -080012712010-02-15 Roland McGrath <roland@redhat.com>
1272
Roland McGrath22359e22010-02-15 15:57:03 -08001273 * Makefile.am: Use config/eu.am for common stuff.
1274
Roland McGrathe9ca7382010-02-15 15:15:50 -08001275 * asm-tst9.c (main): Rename local to avoid shadowing another local.
1276
Roland McGrathaf800142009-07-22 13:55:50 -070012772009-07-22 Roland McGrath <roland@redhat.com>
1278
1279 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
1280
Roland McGrath3c84db32009-06-24 17:41:40 -070012812009-07-08 Roland McGrath <roland@redhat.com>
1282
1283 * addrcfi.c: New file.
1284 * Makefile.am (noinst_PROGRAMS): Add it.
1285 (addrcfi_LDADD): New variable.
1286
Petr Machatad24c7bf2009-05-07 20:58:19 +020012872009-05-07 Petr Machata <pmachata@redhat.com>
1288
1289 * testfile51.bz2: New data file.
1290 * dwarf-getmacros.c: New test core.
1291 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -07001292 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
1293 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +02001294
Ulrich Drepperf9545c42009-04-23 07:59:02 -070012952009-04-23 Ulrich Drepper <drepper@redhat.com>
1296
1297 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
1298 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -07001299
Roland McGrath19a8e4d2009-04-21 15:44:07 -070013002009-04-21 Roland McGrath <roland@redhat.com>
1301
1302 * testfile50.bz2: New data file.
1303 * Makefile.am (EXTRA_DIST): Add it.
1304 * run-dwfl-addr-sect.sh: Add a case using it.
1305
Ulrich Drepper5bd44442008-12-31 09:02:54 -080013062008-12-31 Ulrich Drepper <drepper@redhat.com>
1307
Ulrich Drepper3bf57592009-01-01 18:52:05 -08001308 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
1309 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
1310 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
1311 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
1312 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
1313 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
1314 roundss, roundps, roundpd, and roundsd.
1315 * testfile45.S.bz2: Likewise.
1316 * testfile44.expect.bz2: Adjust accordingly.
1317 * testfile45.expect.bz2: Likewise.
1318
Ulrich Drepper5bd44442008-12-31 09:02:54 -08001319 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
1320 * testfile45.S.bz2: Likewise.
1321 * testfile44.expect.bz2: Adjust accordingly.
1322 * testfile45.expect.bz2: Likewise.
1323
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -080013242008-12-30 Ulrich Drepper <drepper@redhat.com>
1325
Ulrich Drepperec32ff92008-12-30 23:24:09 -08001326 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08001327 * testfile45.S.bz2: Likewise.
1328 * testfile44.expect.bz2: Adjust accordingly.
1329 * testfile45.expect.bz2: Likewise.
1330
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -080013312008-12-19 Ulrich Drepper <drepper@redhat.com>
1332
1333 * testfile44.S.bz2: Add tests for AMD 3DNOW.
1334 * testfile45.S.bz2: Likewise.
1335 * testfile44.expect.bz2: Adjust accordingly.
1336 * testfile45.expect.bz2: Likewise.
1337
Roland McGratha845f682008-12-03 03:41:58 +000013382008-11-26 Roland McGrath <roland@redhat.com>
1339
1340 * dwfl-bug-getmodules.c: New file.
1341 * Makefile.am (noinst_PROGRAMS): Add it.
1342 (dwfl_bug_getmodules_LDADD): New variable.
1343
13442008-09-10 Roland McGrath <roland@redhat.com>
1345
1346 * test-subr.sh (LC_ALL): Export it set to "C".
1347 * run-dwfl-addr-sect.sh: Don't do it here.
1348 * run-strings-test.sh: Likewise.
1349
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000013502008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
1351
1352 * run-addrname-test.sh: Add a new case.
1353 * testfile49.bz2: New data file.
1354 * Makefile.am (EXTRA_DIST): Add it.
1355
Roland McGrath521c47d2008-04-11 07:01:58 +000013562008-04-10 Roland McGrath <roland@redhat.com>
1357
1358 * testfile48.bz2, testfile48.bz2.debug: New data files.
1359 * Makefile.am (EXTRA_DIST): Add them.
1360 * run-strip-test8.sh: Use them.
1361
1362 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
1363
1364 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
1365 * run-strip-test8.sh: New file.
1366 * testfile47.bz2: New data file.
1367 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1368
Roland McGrath13b69602008-04-01 02:30:05 +000013692008-03-31 Roland McGrath <roland@redhat.com>
1370
1371 * run-early-offscn.sh: New file.
1372 * early-offscn.c: New file.
1373 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
1374 (early_offscn_LDADD): New variable.
1375
Roland McGrathd11f9cb2008-03-26 20:51:59 +000013762008-03-19 Roland McGrath <roland@redhat.com>
1377
1378 * run-addrname-test.sh: Add a new case.
1379
Roland McGrath658094a2008-02-22 08:14:07 +000013802008-02-22 Roland McGrath <roland@redhat.com>
1381
1382 * run-elflint-test.sh: Typo fix.
1383
13842008-02-21 Roland McGrath <roland@redhat.com>
1385
1386 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
1387 for the build down to minimum.
1388 * run-disasm-x86-64.sh: Likewise.
1389
Roland McGrath059c83e2008-02-21 06:19:39 +000013902008-02-20 Roland McGrath <roland@redhat.com>
1391
1392 * testfile46.bz2: New data file.
1393 * Makefile.am (EXTRA_DIST): Add it.
1394 * run-elflint-test.sh: Test on it.
1395
Ulrich Drepperc54785a2008-02-01 18:05:21 +000013962008-02-01 Ulrich Drepper <drepper@redhat.com>
1397
1398 * Makefile.am: Hook up sha1-tst.c.
1399 * sha1-tst.c: New file.
1400
Ulrich Drepper4d8bc812008-01-22 06:02:31 +000014012008-01-21 Roland McGrath <roland@redhat.com>
1402
1403 * testfile45.S.bz2: Add tests for cltq, cqto.
1404 * testfile45.expect.bz2: Adjust.
1405
Ulrich Drepper35f2fe62008-01-14 19:17:36 +000014062008-01-14 Ulrich Drepper <drepper@redhat.com>
1407
1408 * testfile45.S.bz2: Add more tests.
1409 * testfile45.expect.bz2: Adjust.
1410
Ulrich Drepperfd479892008-01-12 03:06:47 +000014112008-01-11 Ulrich Drepper <drepper@redhat.com>
1412
1413 * testfile45.expect.bz2: Adjust for adding of address for %rip based
1414 address mode.
1415
Ulrich Drepper96a73992008-01-11 06:17:06 +000014162008-01-10 Ulrich Drepper <drepper@redhat.com>
1417
1418 * testfile45.S.bz2: Add more tests.
1419 * testfile45.expect.bz2: Adjust.
1420
Ulrich Drepperff993222008-01-09 05:39:28 +000014212008-01-08 Ulrich Drepper <drepper@redhat.com>
1422
1423 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
1424 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
1425 run-disasm-x86-64.sh.
1426 * run-disasm-x86-64.sh: New file.
1427 * testfile45.S.bz2: New file.
1428 * testfile45.expect.bz2: New file.
1429 * testfile44.S.bz2: New tests.
1430 * testfile44.expect.bz2: Adjust.
1431
Ulrich Drepper9e6925d2008-01-04 21:42:14 +000014322008-01-04 Ulrich Drepper <drepper@redhat.com>
1433
1434 * testfile44.S.bz2: New tests.
1435 * testfile44.expect.bz2: Adjust.
1436
Ulrich Dreppere219f1c2008-01-09 05:49:49 +000014372008-01-04 Roland McGrath <roland@redhat.com>
1438
1439 * dwfl-bug-fd-leak.c (main): Add a cast.
1440
Ulrich Drepperee67b642008-01-03 08:45:10 +000014412008-01-03 Ulrich Drepper <drepper@redhat.com>
1442
1443 * testfile44.S.bz2: New tests.
1444 * testfile44.expect.bz2: Adjust.
1445
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000014462008-01-01 Ulrich Drepper <drepper@redhat.com>
1447
Ulrich Drepperf231e272008-01-02 18:07:17 +00001448 * line2addr.c: Use %m modifier instead of %a to appease gcc.
1449
14502008-01-01 Ulrich Drepper <drepper@redhat.com>
1451
Ulrich Drepperee67b642008-01-03 08:45:10 +00001452 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001453 * testfile44.expect.bz2: Adjust.
1454
14552007-12-31 Ulrich Drepper <drepper@redhat.com>
1456
Ulrich Drepperee67b642008-01-03 08:45:10 +00001457 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001458 * testfile44.expect.bz2: Adjust.
1459
14602007-12-30 Ulrich Drepper <drepper@redhat.com>
1461
Ulrich Drepperee67b642008-01-03 08:45:10 +00001462 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001463 * testfile44.expect.bz2: Adjust.
1464
14652007-12-29 Ulrich Drepper <drepper@redhat.com>
1466
Ulrich Drepperee67b642008-01-03 08:45:10 +00001467 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001468 * testfile44.expect.bz2: Adjust.
1469
14702007-12-28 Ulrich Drepper <drepper@redhat.com>
1471
1472 * testfile44.S.bz2: New tests.
1473 * testfile44.expect.bz2: Adjust.
1474
14752007-12-27 Ulrich Drepper <drepper@redhat.com>
1476
1477 * testfile44.S.bz2: New tests.
1478 * testfile44.expect.bz2: Adjust.
1479
14802007-12-26 Ulrich Drepper <drepper@redhat.com>
1481
1482 * testfile44.S.bz2: New tests.
1483 * testfile44.expect.bz2: Adjust
1484
14852007-12-21 Ulrich Drepper <drepper@redhat.com>
1486
1487 * testfile44.S.bz2: More tests.
1488 * testfile44.expect.bz2: Adjust appropriately.
1489
14902007-12-19 Ulrich Drepper <drepper@redhat.com>
1491
1492 * Makefile.am (TESTS): Add run-disasm.sh.
1493 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
1494 testfile44.expect.bz2.
1495 * run-disasm.sh: New file.
1496 * testfile44.S.bz2: New file.
1497 * testfile44.expect.bz2: New file.
1498
Roland McGrath1a2e8f42007-12-15 23:39:34 +000014992007-12-15 Roland McGrath <roland@redhat.com>
1500
1501 * run-allregs.sh: Change expected output for powerpc spefscr.
1502
Roland McGrathe4c22ea2007-10-23 13:07:39 +000015032007-10-20 Roland McGrath <roland@redhat.com>
1504
1505 * run-dwfl-addr-sect.sh: Change expected output, no errors.
1506
15072007-10-19 Roland McGrath <roland@redhat.com>
1508
1509 * dwfl-addr-sect.c (handle_address): Return int.
1510 Don't exit on error, just return nonzero.
1511 (main): Collect results.
1512 * run-dwfl-addr-sect.sh: New file.
1513 * testfile43.bz2: New data file.
1514 * Makefile.am (EXTRA_DIST, TESTS): Add them.
1515
15162007-10-18 Roland McGrath <roland@redhat.com>
1517
1518 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
1519
15202007-10-16 Roland McGrath <roland@redhat.com>
1521
1522 * test-subr.sh (remove_files): Don't pass -Bb to diff.
1523
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000015242007-10-09 Roland McGrath <roland@redhat.com>
1525
1526 * dwflmodtest.c (print_module): Don't use %p in output.
1527 * run-dwfl-bug-offline-rel.sh: Updated expected output.
1528
15292007-10-08 Roland McGrath <roland@redhat.com>
1530
1531 * testfile42.bz2: New data file.
1532 * Makefile.am (EXTRA_DIST): Add it.
1533 * run-elflint-test.sh: New test on that file.
1534
Roland McGrath59ea7f32007-10-04 08:50:09 +000015352007-10-04 Roland McGrath <roland@redhat.com>
1536
1537 * run-readelf-test4.sh: New file.
1538 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1539
15402007-10-03 Roland McGrath <roland@redhat.com>
1541
1542 * run-readelf-test3.sh: New file.
1543 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1544
Roland McGrathf6b92282007-10-02 02:34:11 +000015452007-10-01 Roland McGrath <roland@redhat.com>
1546
1547 * run-readelf-test2.sh: New file.
1548 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1549
Roland McGrathc76f0b02007-09-27 07:31:33 +000015502007-09-11 Roland McGrath <roland@redhat.com>
1551
1552 * run-addrname-test.sh: Add a new case.
1553 * testfile41.bz2: New data file.
1554 * Makefile.am (EXTRA_DIST): Add it.
1555
Roland McGrathcb6d8652007-08-23 08:10:54 +000015562007-08-23 Roland McGrath <roland@redhat.com>
1557
1558 * run-allregs.sh: Update expected x86-64 output for %rflags.
1559
Roland McGrath099dd522007-08-13 22:58:36 +000015602007-08-12 Roland McGrath <roland@redhat.com>
1561
1562 * run-strip-test7.sh: New file.
1563 * testfile39.bz2: New data file.
1564 * testfile40.bz2: New data file.
1565 * testfile40.debug.bz2: New data file.
1566 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1567
Roland McGrath42f68682007-08-09 07:54:22 +000015682007-08-09 Roland McGrath <roland@redhat.com>
1569
1570 * dwfl-bug-report.c: Fix header inclusion.
1571
15722007-08-08 Roland McGrath <roland@redhat.com>
1573
1574 * run-addrname-test.sh: Add a new case using addr2line -S.
1575 * testfile38.bz2: New data file.
1576 * Makefile.am (EXTRA_DIST): Add it.
1577
Roland McGrath87d47802007-07-16 22:23:37 +000015782007-07-16 Roland McGrath <roland@redhat.com>
1579
1580 * dwfl-bug-report.c: New file.
1581 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1582 (dwfl_bug_report_LDADD): New variable.
1583
15842007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +00001585
1586 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
1587
Ulrich Drepperb0243862007-06-06 00:09:36 +000015882007-06-05 Ulrich Drepper <drepper@redhat.com>
1589
1590 * Makefile.am (EXTRA_DIST): Add missing line continuation and
1591 testfile37.bz and testfile37.debug.bz2.
1592
Roland McGrath53bce222007-05-23 19:15:04 +000015932007-05-23 Roland McGrath <roland@redhat.com>
1594
1595 * run-allregs.sh: Update expected Alpha results.
1596
Roland McGrath9aa8ef72007-05-18 08:59:43 +000015972007-05-18 Roland McGrath <roland@redhat.com>
1598
1599 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
1600 * testfile37.bz2: New data file.
1601 * testfile37.debug.bz2: New data file.
1602 * run-unstrip-test2.sh: New file.
1603 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1604
16052007-05-10 Roland McGrath <roland@redhat.com>
1606
1607 * run-dwfl-bug-offline-rel.sh: New file.
1608 * testfile36.bz2: New data file.
1609 * testfile36.debug.bz2: New data file.
1610 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1611
16122007-04-28 Roland McGrath <roland@redhat.com>
1613
1614 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
1615 * testfile35.bz2: New data file.
1616 * testfile35.debug.bz2: New data file.
1617 * run-unstrip-test.sh: New file.
1618 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1619
1620 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
1621
Roland McGrath2be02912007-04-27 04:07:41 +000016222007-04-26 Roland McGrath <roland@redhat.com>
1623
1624 * run-elflint-self.sh: Run all tests even if one fails.
1625
1626 * run-allregs.sh: Add expected output for alpha.
1627
Roland McGrath4be15242007-04-25 03:09:33 +000016282007-04-24 Roland McGrath <roland@redhat.com>
1629
1630 * run-strip-test.sh: When we saved the debug info, test unstrip too.
1631
16322007-04-22 Roland McGrath <roland@redhat.com>
1633
1634 * run-allregs.sh: Update expected register info.
1635
Roland McGrath43da9892007-04-16 23:13:37 +000016362007-04-16 Roland McGrath <roland@redhat.com>
1637
1638 * dwfl-addr-sect.c: New file.
1639 * Makefile.am (noinst_PROGRAMS): Add it.
1640 (dwfl_addr_sect_LDADD): New variable.
1641
16422007-04-05 Roland McGrath <roland@redhat.com>
1643
1644 * get-files.c: Test dwarf_getsrcdirs.
1645 * run-get-files.sh: Update expected output.
1646
Roland McGrath5f6a41a2007-04-01 23:11:40 +000016472007-04-01 Roland McGrath <roland@redhat.com>
1648
1649 * run-allregs.sh: Updated expected output for x86_64.
1650
Ulrich Drepper6258e742007-03-13 06:22:40 +000016512007-03-04 Roland McGrath <roland@redhat.com>
1652
1653 * dwfl-bug-fd-leak.c: New file.
1654 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
1655 (dwfl_bug_fd_leak_LDADD): New variable.
1656
1657 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
1658 show what files have been located.
1659
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000016602007-02-02 Roland McGrath <roland@redhat.com>
1661
1662 * run-addrname-test.sh: New file.
1663 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1664 * testfile34.bz2: New data file.
1665 * Makefile.am (EXTRA_DIST): Add it.
1666
16672007-01-20 Roland McGrath <roland@redhat.com>
1668
1669 * testfile33.bz2: New data file.
1670 * Makefile.am (EXTRA_DIST): Add it.
1671 * run-elflint-test.sh: Test on it too.
1672
16732007-01-18 Roland McGrath <roland@redhat.com>
1674
1675 * Makefile.am (CFLAGS): Don't molest it.
1676
16772007-01-11 Roland McGrath <roland@redhat.com>
1678
1679 * testfile32.bz2: New data file.
1680 * Makefile.am (EXTRA_DIST): Add it.
1681 * run-elflint-test.sh: Test on it too.
1682
Ulrich Drepperce0bdb62007-02-05 07:13:52 +000016832007-02-04 Ulrich Drepper <drepper@redhat.com>
1684
1685 * arls.c: New file.
1686 * Makefile (noinst_PROGRAMS): Add arls.
1687
1688 * run-ranlib-test2.sh: Fix type in comment.
1689
Ulrich Dreppercd4992c2007-01-10 20:58:17 +000016902007-01-10 Ulrich Drepper <drepper@redhat.com>
1691
1692 * run-elflint-self.sh (runtest): Show which file has the problem.
1693
Roland McGrathba949b32007-01-10 20:44:29 +000016942007-01-10 Roland McGrath <roland@redhat.com>
1695
1696 * dwfl-bug-addr-overflow.c: New file.
1697 * Makefile.am (TESTS): Add it.
1698 (dwfl_bug_addr_overflow_LDADD): New variable.
1699
Roland McGrath8190db62006-12-17 23:56:51 +000017002006-12-17 Roland McGrath <roland@redhat.com>
1701
1702 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
1703
Roland McGrathc373d852006-10-10 00:25:21 +000017042006-09-05 Roland McGrath <roland@redhat.com>
1705
1706 * run-strings-test.sh: Export LC_ALL=C for the test.
1707
17082006-08-29 Roland McGrath <roland@redhat.com>
1709
1710 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
1711 * run-arsymtest.sh: Likewise.
1712
1713 * run-native-test.sh (native.c compilation): Add some braces.
1714
17152006-08-22 Roland McGrath <roland@redhat.com>
1716
1717 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
1718 (struct reginfo): New members bits, type.
1719 (one_register, match_register): Update to take new args,
1720 record and display new info.
1721 (main): Display new info.
1722 * run-allregs.sh: Update expected results.
1723
Roland McGrath19db8592006-08-03 08:52:46 +000017242006-08-03 Roland McGrath <roland@redhat.com>
1725
1726 * run-allregs.sh: Add sparc cases.
1727 * testfile30.bz2: New data file.
1728 * testfile31.bz2: New data file.
1729 * Makefile.am (EXTRA_DIST): Add them.
1730
Roland McGrath95024622006-07-21 10:06:31 +000017312006-07-21 Roland McGrath <roland@redhat.com>
1732
1733 * allregs.c (struct reginfo): Increase size of name.
1734 (one_register): Assert that it's big enough.
1735
Roland McGrathb4379722006-04-05 01:35:26 +000017362006-04-04 Roland McGrath <roland@redhat.com>
1737
1738 * run-bug1-test.sh: Test a second case, to cover both byte orders.
1739 * testfile29.bz2: New file.
1740 * testfile29.rdwr.bz2: New file.
1741 * Makefile.am (EXTRA_DIST): Add them.
1742
Ulrich Drepperba718b12006-04-04 21:31:16 +000017432006-04-04 Ulrich Drepper <drepper@redhat.com>
1744
1745 * Makefile.am: Add rules to run run-bug1-test.sh.
1746 * rdwrmmap.c: New file.
1747 * run-bug1-test.sh: New file.
1748 * testfile28.bz2: New file.
1749 * testfile28.rdwr.bz2: New file.
1750
Roland McGrathdd7e22b2006-03-09 23:05:47 +000017512006-03-09 Roland McGrath <roland@redhat.com>
1752
1753 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
1754
Roland McGrath060fa052006-03-02 07:51:50 +000017552006-03-01 Roland McGrath <roland@redhat.com>
1756
1757 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
1758 changes matching 3.0 spec.
1759
Roland McGrathc40f58a2006-01-13 20:13:21 +000017602006-01-13 Roland McGrath <roland@redhat.com>
1761
1762 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
1763 bash 3.1 whines when it's done in the trap 0 handler.
1764
Roland McGrath4b248ce2006-01-12 03:34:38 +000017652006-01-11 Roland McGrath <roland@redhat.com>
1766
1767 * testfile26.bz2: New data file.
1768 * testfile27.bz2: New data file.
1769 * Makefile.am (EXTRA_DIST): Add them.
1770 * run-allregs.sh: Test s390 data.
1771
Roland McGrath124a7982005-12-15 02:37:09 +000017722005-12-14 Roland McGrath <roland@redhat.com>
1773
1774 * run-native-test.sh: Redirect output from native test process.
1775
Roland McGrath94d26ad2005-12-13 23:24:37 +000017762005-12-13 Roland McGrath <roland@redhat.com>
1777
1778 * allregs.c (main): Fail if we find no registers.
1779
1780 * run-native-test.sh: New file.
1781 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1782
Roland McGrathba72ab12005-12-12 00:04:33 +000017832005-12-10 Ulrich Drepper <drepper@redhat.com
1784
1785 * run-readelf-test1.sh: New file.
1786 * Makefile.am (TESTS): Add run-readelf-test1.sh.
1787 (EXTRA_DIST): Likewise.
1788
Roland McGrathd804e722005-12-08 01:35:42 +000017892005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001790
Roland McGrathd804e722005-12-08 01:35:42 +00001791 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +00001792
Roland McGrath994b4892005-12-05 22:46:21 +000017932005-11-25 Roland McGrath <roland@redhat.com>
1794
1795 * coverage.sh: Given -v argument, print names of unused files.
1796
1797 * addrscopes.c (main): Use dwfl_end before return.
1798 * allregs.c (main): Likewise.
1799 * find-prologues.c (main): Likewise.
1800 * funcretval.c (main): Likewise.
1801 * funcscopes.c (main): Likewise.
1802 * line2addr.c (main): Likewise.
1803
1804 * run-allregs.sh: New file.
1805 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1806
1807 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
1808 * Makefile.am (allregs_LDADD): Updated.
1809
1810 * allregs.c: New file.
1811 * Makefile.am (noinst_PROGRAMS): Add it.
1812 (allregs_LDADD): New variable.
1813
Roland McGrath9365d2c2005-11-18 23:55:47 +000018142005-11-18 Roland McGrath <roland@redhat.com>
1815
1816 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
1817 * test-wrapper.sh: Likewise.
1818
Roland McGrath575dd392005-11-18 01:41:52 +000018192005-11-17 Roland McGrath <roland@redhat.com>
1820
Roland McGrathaf74f5c2005-11-18 02:25:14 +00001821 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
1822 environment for test-wrapper.sh.
1823 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
1824 * test-subr.sh (installed_testrun): Likewise.
1825 Use explicit path in ${bindir}.
1826
Roland McGrath575dd392005-11-18 01:41:52 +00001827 * Makefile.am (installcheck-local): Fix typo in last change.
1828
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000018292005-11-16 Roland McGrath <roland@redhat.com>
1830
1831 * configure.ac: New file, for standalone build/dist of test suite.
1832 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
1833 (asm_TESTS): New variable, broken out of ...
1834 (TESTS): ... here. Also remove msg_tst.
1835 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
1836 (installed_TESTS_ENVIRONMENT): New variable.
1837 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
1838 [!STANDALONE] (installcheck-local): Likewise.
1839 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
1840 * addrscopes.c: Include <config.h>.
1841 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
1842 * allfcts.c: Likewise.
1843 * asm-tst1.c: Likewise.
1844 * asm-tst2.c: Likewise.
1845 * asm-tst3.c: Likewise.
1846 * asm-tst4.c: Likewise.
1847 * asm-tst5.c: Likewise.
1848 * asm-tst6.c: Likewise.
1849 * asm-tst7.c: Likewise.
1850 * asm-tst8.c: Likewise.
1851 * asm-tst9.c: Likewise.
1852 * dwflmodtest.c: Likewise.
1853 * find-prologues.c: Likewise.
1854 * funcscopes.c: Likewise.
1855 * get-aranges.c: Likewise.
1856 * get-files.c: Likewise.
1857 * get-lines.c: Likewise.
1858 * get-pubnames.c: Likewise.
1859 * line2addr.c: Likewise.
1860 * newscn.c: Likewise.
1861 * show-abbrev.c: Likewise.
1862 * show-die-info.c: Likewise.
1863 * update3.c: Likewise.
1864 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +00001865 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00001866
1867 * dwflmodtest.c (print_instance): Don't use INTUSE.
1868 (options): Don't use N_ macro.
1869
Roland McGrath1b8b4462005-11-16 01:33:38 +000018702005-11-15 Roland McGrath <roland@redhat.com>
1871
Roland McGrathe47ab762005-11-17 03:16:00 +00001872 * coverage.sh: Look in backends.
1873 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
1874 (TESTS_ENVIRONMENT): Likewise.
1875
1876 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
1877 pass FUNCDIE direclty to dwfl_module_return_value_location.
1878
Roland McGrath1b8b4462005-11-16 01:33:38 +00001879 * Makefile.am (BUILD_RPATH): New variable.
1880 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
1881 (tests_rpath): New variable.
1882 (installcheck-local): Pass it to test-wrapper.sh.
1883 * test-wrapper.sh: In "installed" format, take yes/no value
1884 for elfutils_tests_rpath, which export. When running a test
1885 binary for installcheck, exit 77.
1886 * test-subr.sh (installed_testrun): When running a test binary
1887 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
1888
18892005-11-14 Roland McGrath <roland@redhat.com>
1890
1891 * test-subr.sh: New file.
1892 * test-wrapper.sh: New file.
1893 * Makefile.am (EXTRA_DIST): Add them.
1894 (AM_LDFLAGS): Variable removed.
1895 (TESTS_ENVIRONMENT): New variable.
1896 (installcheck-local): New target.
1897 * run-addrscopes.sh: Use test-subr.sh.
1898 * run-allfcts.sh: Likewise.
1899 * run-ecp-test.sh: Likewise.
1900 * run-ecp-test2.sh: Likewise.
1901 * run-elflint-self.sh: Likewise.
1902 * run-elflint-test.sh: Likewise.
1903 * run-find-prologues.sh: Likewise.
1904 * run-funcscopes.sh: Likewise.
1905 * run-get-aranges.sh: Likewise.
1906 * run-get-files.sh: Likewise.
1907 * run-get-lines.sh: Likewise.
1908 * run-get-pubnames.sh: Likewise.
1909 * run-line2addr.sh: Likewise.
1910 * run-ranlib-test.sh: Likewise.
1911 * run-ranlib-test2.sh: Likewise.
1912 * run-show-abbrev.sh: Likewise.
1913 * run-show-ciefde.sh: Likewise.
1914 * run-show-die-info.sh: Likewise.
1915 * run-strings-test.sh: Likewise.
1916 * run-strip-test.sh: Likewise.
1917
Roland McGrathe47ab762005-11-17 03:16:00 +000019182005-11-13 Roland McGrath <roland@redhat.com>
1919
1920 * funcretval.c: New file.
1921 * Makefile.am (noinst_PROGRAMS): Add it.
1922 (funcretval_LDADD): New variable.
1923
Ulrich Drepper3840c1c2005-11-09 16:13:48 +000019242005-11-09 Ulrich Drepper <drepper@redhat.com>
1925
1926 * line2addr.c (handle_module): Add missing parameter to printf.
1927
Roland McGrath07d4f2f2005-10-28 06:56:24 +000019282005-10-27 Roland McGrath <roland@redhat.com>
1929
Roland McGrath6724c902005-10-28 07:07:19 +00001930 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
1931 * funcscopes.c (handle_function): Likewise.
1932 * dwflmodtest.c (print_inline, print_func): Likewise.
1933 * find-prologues.c (handle_function): Likewise.
1934
19352005-10-27 Roland McGrath <roland@redhat.com>
1936
Roland McGrath07d4f2f2005-10-28 06:56:24 +00001937 * run-find-prologues.sh: New file.
1938 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1939
1940 * find-prologues.c (handle_function): Skip inlines.
1941
19422005-10-25 Roland McGrath <roland@redhat.com>
1943
1944 * find-prologues.c: New file.
1945 * Makefile.am (noinst_PROGRAMS): Add it.
1946 (find_prologues_LDADD): New variable.
1947
Ulrich Drepper3bbc9502005-09-02 20:29:56 +000019482005-09-02 Ulrich Drepper <drepper@redhat.com>
1949
1950 * run-strings-test.sh: Remove strings.out in the end.
1951
Ulrich Drepper7d65d012005-08-31 15:14:26 +000019522005-08-31 Ulrich Drepper <drepper@redhat.com>
1953
1954 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
1955 * run-allfcts.sh: Likewise.
1956 * run-ecp-test.sh: Likewise.
1957 * run-ecp-test2.sh: Likewise.
1958 * run-elflint-test.sh: Likewise.
1959 * run-funcscopes.sh: Likewise.
1960 * run-get-aranges.sh: Likewise.
1961 * run-get-files.sh: Likewise.
1962 * run-get-lines.sh: Likewise.
1963 * run-get-pubnames.sh: Likewise.
1964 * run-line2addr.sh: Likewise.
1965 * run-ranlib-test2.sh: Likewise.
1966 * run-show-abbrev.sh: Likewise.
1967 * run-show-ciefde.sh: Likewise.
1968 * run-show-die-info.sh: Likewise.
1969 * run-strings-test.sh: Likewise.
1970 * run-strip-test.sh: Likewise.
1971
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +000019722005-08-30 Ulrich Drepper <drepper@redhat.com>
1973
1974 * coverage.sh: Handle case where there is no .gcno file at all.
1975
Ulrich Drepper39cec7a2005-08-30 01:22:01 +000019762005-08-29 Ulrich Drepper <drepper@redhat.com>
1977
1978 * Makefile.am (EXTRA_DIST): Add coverage.
1979 [GCOV]: Generate coverage summary after the tests ran
1980 * coverage.sh: New file.
1981
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000019822005-08-28 Ulrich Drepper <drepper@redhat.com>
1983
1984 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
1985 (CLEANFILES): Add *.gcno *.gcda *.gconv.
1986
19872005-08-28 Ulrich Drepper <drepper@redhat.com>
1988
1989 * run-strings-test.sh: New file.
1990 * Makefile.am (TESTS, EXTRA_DIST): Add it.
1991
Roland McGrath71e15a02005-08-27 10:33:26 +000019922005-08-27 Roland McGrath <roland@redhat.com>
1993
Roland McGrathb0bc2782005-08-27 21:07:16 +00001994 * addrscopes.c (handle_address): Apply bias to PC addresses.
1995
Roland McGrath71e15a02005-08-27 10:33:26 +00001996 * run-funcscopes.sh: New file.
1997 * testfile25.bz2: New data file.
1998 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1999
20002005-08-26 Roland McGrath <roland@redhat.com>
2001
2002 * addrscopes.c (dwarf_diename_integrate): Removed.
2003 (print_vars, handle_address): Use plain dwarf_diename.
2004
20052005-08-25 Roland McGrath <roland@redhat.com>
2006
2007 * funcscopes.c: New file.
2008 * Makefile.am (noinst_PROGRAMS): Add it.
2009 (funcscopes_LDADD): New variable.
2010
2011 * run-addrscopes.sh: Add another case.
2012 * testfile24.bz2: New data file.
2013 * Makefile.am (EXTRA_DIST): Add it.
2014
2015 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
2016 pass it to dwarf_getscopes.
2017 (main): Pass it, true when '=' follows an address.
2018
Roland McGrath4c305da2005-08-25 01:49:35 +000020192005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00002020
Roland McGrath4c305da2005-08-25 01:49:35 +00002021 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00002022
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000020232005-08-24 Ulrich Drepper <drepper@redhat.com>
2024
Ulrich Drepper958bf132005-08-24 21:40:55 +00002025 * run-line2addr.sh: Remove testfile23 in the end.
2026
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002027 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00002028 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00002029
Roland McGrathd17fac72005-08-23 08:20:21 +000020302005-08-22 Roland McGrath <roland@redhat.com>
2031
2032 * run-line2addr.sh: Add a case.
2033 * testfile23.bz2: New data file.
2034 * Makefile.am (EXTRA_DIST): Add it.
2035
Roland McGrath9a1f3652005-08-18 20:57:04 +000020362005-08-18 Roland McGrath <roland@redhat.com>
2037
Roland McGrathf5fda7d2005-08-18 22:01:57 +00002038 * run-addrscopes.sh: New file.
2039 * testfile22.bz2: New data file.
2040 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2041
Roland McGrath9a1f3652005-08-18 20:57:04 +00002042 * addrscopes.c: New file.
2043 * Makefile.am (noinst_PROGRAMS): Add it.
2044 (addrscopes_LDADD): New variable.
2045
Ulrich Drepper837b5222005-08-16 05:12:01 +000020462005-08-15 Ulrich Drepper <drepper@redhat.com>
2047
2048 * run-elflint-self.sh: Don't run test if the file doesn't exist.
2049
Roland McGrath1ecb6062005-08-15 09:53:04 +000020502005-08-15 Roland McGrath <roland@redhat.com>
2051
2052 * dwflmodtest.c (print_instance, print_inline): New functions.
2053 (print_func): Call print_inline.
2054 (options, parse_opt): Grok -i/--inlines.
2055
Roland McGrath8d18c292005-08-07 21:42:07 +000020562005-08-07 Roland McGrath <roland@redhat.com>
2057
2058 * dwflmodtest.c: Print function details only if -f flag is given.
2059
Ulrich Drepper47be7952005-08-07 04:41:39 +000020602005-08-06 Ulrich Drepper <drepper@redhat.com>
2061
Ulrich Drepper637963b2005-08-07 05:33:07 +00002062 * run-elflint-self.sh: New file.
2063 * Makefile.am (TESTS): Add run-elflint-self.sh.
2064 (EXTRA_DIST): Likewise.
2065
Ulrich Drepper47be7952005-08-07 04:41:39 +00002066 * Makefile.am: Link with statis libs if BUILD_STATIC.
2067 (dwflmodtest_LDADD): Also link with -ldl.
2068
Ulrich Drepper41de4882005-08-03 00:02:56 +000020692005-08-02 Ulrich Drepper <drepper@redhat.com>
2070
Ulrich Dreppera38998e2005-08-03 02:05:39 +00002071 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
2072 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
2073 library first.
2074 * asm-tst2.c: Likewise.
2075 * asm-tst3.c: Likewise.
2076 * asm-tst4.c: Likewise.
2077 * asm-tst5.c: Likewise.
2078 * asm-tst6.c: Likewise.
2079 * asm-tst7.c: Likewise.
2080 * asm-tst8.c: Likewise.
2081 * asm-tst9.c: Likewise.
2082
Ulrich Drepper41de4882005-08-03 00:02:56 +00002083 * msg_tst.c: Add new error message.
2084
Ulrich Drepper18618fd2005-07-28 21:29:22 +000020852005-07-28 Ulrich Drepper <drepper@redhat.com>
2086
2087 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
2088
Roland McGrathd17fac72005-08-23 08:20:21 +000020892005-06-01 Roland McGrath <roland@redhat.com>
2090
2091 * line2addr.c: Rewritten using libdwfl.
2092 * run-line2addr.sh: Update test for changed arguments.
2093 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
2094 (libdwfl): New variable.
2095 (line2addr_LDADD): Use it.
2096
Roland McGrath18385902005-07-28 07:12:38 +000020972005-07-28 Roland McGrath <roland@redhat.com>
2098
2099 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
2100 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
2101 (dwflmodtest_LDADD): New variable.
2102 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
2103
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000021042005-07-21 Ulrich Drepper <drepper@redhat.com>
2105
2106 * testfile18.bz2: New file.
2107 * run-elflint-test.sh: New file.
2108 * Makefile.am (TESTS): Add run-elflint-test.sh.
2109 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
2110
21112005-05-24 Ulrich Drepper <drepper@redhat.com>
2112
2113 * get-files.c (main): Use correct format specifier.
2114
21152005-05-21 Ulrich Drepper <drepper@redhat.com>
2116
2117 * Makefile.am: Add -Wextra to CFLAGS.
2118 * get-files.c: Remove warning this produced.
2119 * get-pubnames.c: Likewise.
2120 * newfile.c: Likewise.
2121 * newscn.c: Likewise.
2122 * scnnames.c: Likewise.
2123 * showptable.c: Likewise.
2124 * test-nlist.c: Likewise.
2125 * update1.c: Likewise.
2126 * update2.c: Likewise.
2127 * update3.c: Likewise.
2128 * update4.c: Likewise.
2129
21302005-05-08 Ulrich Drepper <drepper@redhat.com>
2131
2132 * run-line2addr.sh: Remove testfile14 at the end.
2133
Ulrich Drepper282bf322005-07-28 21:49:05 +00002134 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002135
2136 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
2137 .bz, not .bz2.
2138
21392005-05-03 Roland McGrath <roland@redhat.com>
2140
2141 * run-strip-test.sh: Use variables for test file names.
2142 Optionally produce separate debug file and check it.
2143 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
2144 * run-strip-test3.sh: Likewise.
2145 * run-strip-test4.sh: New file.
2146 * run-strip-test5.sh: New file.
2147 * run-strip-test6.sh: New file.
2148 * testfile15.bz: New file.
2149 * testfile15.debug.bz: New file.
2150 * testfile16.bz: New file.
2151 * testfile16.debug.bz: New file.
2152 * testfile17.bz: New file.
2153 * testfile17.debug.bz: New file.
2154 * Makefile.am (TESTS, EXTRA_DIST): Add them.
2155
21562005-04-25 Ulrich Drepper <drepper@redhat.com>
2157
2158 * run-line2addr.sh: Also use testfile14. Adjust for correct
2159 return of multiple matches.
2160 * testfile14.bz2: New file.
2161 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
2162
2163 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
2164
Roland McGrath87d47802007-07-16 22:23:37 +000021652005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002166
2167 * line2addr.c (main): Initialize LINES and NLINES before calling
2168 dwarf_getsrc_file, and free LINES afterwards.
2169
2170 * allfcts.c (main): Use size_t for CUHL.
2171
21722005-04-04 Ulrich Drepper <drepper@redhat.com>
2173
2174 * line2addr.c: New file.
2175 * run-line2addr.sh: New file.
2176 * Makefile.am: Add rules to build, run, and distribute new code.
2177
21782005-04-02 Ulrich Drepper <drepper@redhat.com>
2179
2180 * allfcts.c: New file.
2181 * run-allfcts.sh: New file.
2182 * Makefile.am: Add rules to build, run, and distribute new code.
2183
21842005-02-05 Ulrich Drepper <drepper@redhat.com>
2185
2186 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
2187 programs with -lmudflap.
2188
21892004-09-25 Ulrich Drepper <drepper@redhat.com>
2190
2191 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
2192 * asm-tst5.c (main): Likewise.
2193 * asm-tst6.c (main): Likewise.
2194
21952004-01-17 Ulrich Drepper <drepper@redhat.com>
2196
2197 * Makefile.am: Support building with mudflap.
2198
21992004-01-12 Ulrich Drepper <drepper@redhat.com>
2200
2201 * get-aranges.c: Rewrite to use libdw.
2202 * Makefile.am: Reenable get-aranges test.
2203
22042004-01-11 Ulrich Drepper <drepper@redhat.com>
2205
2206 * get-lines.c: New file.
2207 * get-files.c: Adjust for libdw.
2208 * run-get-files.sh: Adjust expected result.
2209 * run-get-lines.sh: Likewise.
2210 * Makefile.am: Run get-lines test. Don't run get-aranges and
2211 get-ciefde test for now.
2212
2213 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
2214 change. Print attribute offset information.
2215 * run-show-abbrev.sh: Adjust expected output.
2216
22172004-01-09 Ulrich Drepper <drepper@redhat.com>
2218
2219 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
2220 * show-die-info.c: Likewise.
2221 * run-show-die-info.sh: Adjust expected output.
2222
22232003-08-13 Ulrich Drepper <drepper@redhat.com>
2224
2225 * Makefile.in: Depend on libebl.a, not libebl.so.
2226
22272003-08-11 Ulrich Drepper <drepper@redhat.com>
2228
2229 * Moved to CVS archive.