blob: 0f8d10ffecc16a29cd1e1507ebbae4ea953d167c [file] [log] [blame]
Mark Wielaard94e387f2012-08-01 15:31:12 +020012012-08-01 Mark Wielaard <mjw@redhat.com>
2
3 * test-subr.sh (self_test_files): New list of files.
4 (testrun_on_self): New function.
5 * run-elflint-self.sh: Use testrun_on_self.
6
Mark Wielaard714ea0e2012-07-19 13:07:39 +020072012-07-19 Mark Wielaard <mjw@redhat.com>
8
Mark Wielaard030f6262012-07-18 13:14:30 +02009 * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr.
10 (TESTS): Add run-elf_cntl_gelf_getshdr.sh.
11 (EXTRA_DIST): Likewise.
12 (test_elf_cntl_gelf_getshdr_LDADD): New.
13 test-elf_cntl_gelf_getshdr.c: New test program.
14 run-elf_cntl_gelf_getshdr.sh: New test script.
15
162012-07-19 Mark Wielaard <mjw@redhat.com>
17
Mark Wielaardadcd1dd2012-07-19 22:59:18 +020018 * run-elflint-self.sh: runtests on ../backends/*so files.
19
202012-07-19 Mark Wielaard <mjw@redhat.com>
21
Mark Wielaard714ea0e2012-07-19 13:07:39 +020022 * run-unstrip-n.sh: test_cleanup.
23 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2.
24
Mark Wielaarde9b23882012-06-29 22:30:15 +0200252012-07-11 Mark Wielaard <mjw@redhat.com>
26
27 * run-readelf-macro.sh: New test.
28 * testfilemacro.bz2: New testfile.
29 * Makefile.am (TESTS): Add run-readelf-macro.sh.
30 (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2.
31
Mark Wielaard84a1e0b2012-06-29 23:38:09 +0200322012-06-27 Mark Wielaard <mjw@redhat.com>
33
34 * run-readelf-gdb-index.sh: New test.
35 * testfilegdbindex5.bz2: New testfile.
36 * testfilegdbindex7.bz2: Likewise.
37 * Makefile.am (TESTS): Add run-readelf-gdb-index.sh.
38 (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and
39 testfilegdbindex7.bz2.
40
Mark Wielaard97212fe2012-07-17 21:12:39 +0200412012-07-17 Mark Wielaard <mjw@redhat.com>
42
43 * testcore-rtlib-ppc.bz2: New testfile.
44 * run-unstrip-n.sh: Check new ppc core testfile.
45
Mike Frysingerc09c5f32012-06-26 12:07:44 -0400462012-06-26 Mike Frysinger <vapier@gentoo.org>
47
48 * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS.
49
Mark Wielaarda0172d72012-06-25 17:18:53 +0200502012-06-26 Mark Wielaard <mjw@redhat.com>
51
52 * run-macro-test.sh: New test.
53 * testfile-macinfo.bz2: New testfile.
54 * testfile-macros.bz2: Likewise.
55
Mark Wielaard547049b2012-06-22 18:19:02 +0200562012-05-07 Mark Wielaard <mjw@redhat.com>
57
58 * low_high_pc.c: Use proper inttypes in printf formats.
59
Mark Wielaarddbbc67a2012-05-11 12:57:57 +0200602012-05-11 Mark Wielaard <mjw@redhat.com>
61
62 * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C.
63
Mark Wielaardd9bc75f2012-05-07 13:29:52 +0200642012-05-07 Mark Wielaard <mjw@redhat.com>
65
66 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
67
Mark Wielaard54797252012-04-27 13:00:50 +0200682012-04-27 Mark Wielaard <mjw@redhat.com>
69
70 * Makefile.am (TESTS): Add run-low_high_pc.sh
71 (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2
72 (noinst_PROGRAMS): Add low_high_pc.
73 (low_high_pc_LDADD): New variable.
74 * low_high_pc.c: New test.
75
Mark Wielaardbdad8e32012-04-26 12:24:33 +0200762012-04-26 Mark Wielaard <mjw@redhat.com>
77
78 * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh.
79 * run-show-ciefde.sh: Removed old libdwarf test.
80 * show-ciefde.c: Likewise.
81
Mark Wielaard191d1f02012-04-02 17:11:25 +0200822012-04-02 Mark Wielaard <mjw@redhat.com>
83
Mark Wielaard96a52132012-04-03 00:21:50 +020084 * Makefile.am (TESTS): Add run-unstrip-n.sh.
85 (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh.
86 * run-unstrip-n.sh: New test.
87 * testcore-rtlib.bz2: New testfile.
88
892012-04-02 Mark Wielaard <mjw@redhat.com>
90
Mark Wielaard191d1f02012-04-02 17:11:25 +020091 * Makefile.am (TESTS): Add run-readelf-d.sh.
92 (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh.
93 * run-readelf-d.sh: New test.
94 * run-elflint-test.sh: Check new testfile.
95
Tom Tromey581c3f62012-03-21 08:54:32 -0600962012-03-21 Tom Tromey <tromey@redhat.com>
97
98 * typeiter.c: New file.
99 * run-typeiter.sh: New file.
100 * testfile59.bz2: New file.
101 * Makefile.am (noinst_PROGRAMS): Add typeiter.
102 (TESTS): Add run-typeiter.sh.
103 (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2.
104 (typeiter_LDADD): New variable.
105
Kurt Roeckx5a8e39a2012-02-24 23:40:32 +01001062012-02-21 Kurt Roeckx <kurt@roeckx.be>
107
108 * run-alldts.sh: testrun ./alldts.
109
Roland McGrathe3b15682012-02-21 11:12:46 -08001102012-02-21 Roland McGrath <roland@hack.frob.com>
111
112 * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.
Roland McGrathc1c6a9d2012-02-21 12:51:36 -0800113 * test-subr.sh (installed_testrun): Likewise.
Roland McGrathe3b15682012-02-21 11:12:46 -0800114
Roland McGrathb8ff18e2012-01-18 13:57:08 -08001152012-01-18 Roland McGrath <roland@hack.frob.com>
116
117 * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation;
118 it will have been inherited correctly from the test harness.
119 * asm-tst5.c (main): Likewise.
120 * asm-tst6.c (main): Likewise.
121 Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>.
122
Roland McGrath32899ac2011-07-09 03:17:24 -07001232011-07-09 Roland McGrath <roland@hack.frob.com>
124
125 * sha1-tst.c: File removed.
126 * Makefile.am (noinst_PROGRAMS, TESTS): Remove it.
127 (sha1_tst_LDADD): Variable removed.
128
129 * md5-sha1-test.c: New file.
130 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it.
131 (md5_sha1_test_LDADD): New variable.
132
Mark Wielaard3f2290b2011-05-30 15:46:32 +02001332011-05-30 Mark Wielaard <mjw@redhat.com>
134
135 * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and
136 run-rerequest_tag.sh
137
Mark Wielaard20a217d2011-05-24 14:30:40 +02001382011-05-24 Mark Wielaard <mjw@redhat.com>
139
140 * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2.
141 * run-strip-reloc.sh: Add hello_s390.ko testcase.
142 * hello_s390.ko.bz2: New test file.
143
Mark Wielaard1662bc32011-05-16 11:33:11 +02001442011-05-23 Mark Wielaard <mjw@redhat.com>
145
146 * Makefile.am (TESTS): Add run-strip-reloc.sh.
147 (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2
148 hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2
149 * run-strip-reloc.sh: New test.
150 * hello_i386.ko.bz2: New test file.
151 * hello_x86_64.ko.bz2: Likewise.
152 * hello_ppc64.ko.bz2: Likewise.
153
Mark Wielaard7a125b92011-05-17 12:20:01 +02001542011-05-18 Mark Wielaard <mjw@redhat.com>
155
156 * run-strip-groups.sh: New test.
157 * testfile58.bz2: New test file.
158 * Makefile.am (EXTRA_DIST): Add testfile58.bz2.
159 (TESTS): Add run-strip-groups.sh.
160 (EXTRA_DIST): Likewise.
161
Marek Polacek494275c2011-03-28 16:00:38 +02001622011-03-28 Marek Polacek <mpolacek@redhat.com>
163
164 * alldts.c: New file.
165 * run-alldts.sh: Use it.
166 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
167 (alldts_LDADD): New variable.
168
1692011-03-02 Marek Polacek <mpolacek@redhat.com>
Marek Polacek48942212011-03-07 11:16:50 -0800170
171 * dwarf-getstring.c: New test.
172 * run-dwarf-getstring.sh: And its wrapper.
173 * Makefile.am (EXTRA_DIST): Add and update all.
174
Jan Kratochvilfec39992011-02-27 12:01:25 -08001752011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * Makefile.am (TESTS): Add run-readelf-twofiles.sh.
178 * run-readelf-twofiles.sh: New file.
179
Mark Wielaard58cfa1c2011-02-25 20:17:52 +01001802011-02-25 Mark Wielaard <mjw@redhat.com>
181
182 * Makefile.am (BUILD_RPATH): Be consistent in naming.
183
Josh Stonedc34eda2011-02-02 16:30:01 -08001842011-02-02 Josh Stone <jistone@redhat.com>
185
186 * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
187 * testfile55-64.bz2, testfile55-64.debug.bz2,
188 testfile55-64.prelink.bz2, testfile55-32.bz2,
189 testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New.
190 * Makefile.am (EXTRA_DIST): Add and update all.
191
Roland McGrath32520bd2011-01-12 10:43:32 -08001922011-01-12 Roland McGrath <roland@redhat.com>
193
194 * run-prelink-addr-test.sh: Make symlinks to find .debug files
Roland McGrath4f6d4e12011-01-12 10:49:40 -0800195 corresponding to .noshdrs files.
Roland McGrath32520bd2011-01-12 10:43:32 -0800196
Josh Stoned41d9a62011-01-11 19:16:57 -08001972011-01-11 Josh Stone <jistone@redhat.com>
198
Josh Stoneccbccef2011-01-11 19:16:59 -0800199 * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit.
200 * testfile54-32.so.bz2, testfile54-32.so.debug.bz2,
201 testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2,
202 testfile54-64.so.bz2, testfile54-64.so.debug.bz2,
203 testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New.
204 * Makefile.am (EXTRA_DIST): Add and update all.
205
Josh Stonecf514712011-01-11 19:16:58 -0800206 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests.
207 * testfile53.bz2, testfile53.debug.bz2,
208 testfile53.prelink.bz2: Deleted, so...
209 * testfile53-64.bz2, testfile53-64.debug.bz2,
210 testfile53-64.prelink.bz2: Recreated with 64-bit names.
211 * testfile53-32.bz2, testfile53-32.debug.bz2,
212 testfile53-32.prelink.bz2: New in 32-bit.
213 * Makefile.am (EXTRA_DIST): Add and update all.
214
Josh Stoned41d9a62011-01-11 19:16:57 -0800215 * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests.
216 * testfile52.so.bz2, testfile52.so.debug.bz2,
217 testfile52.prelink.so.bz2: Deleted, so...
218 * testfile52-32.so.bz2, testfile52-32.so.debug.bz2,
219 testfile52-32.prelink.so.bz2: Recreated with 32-bit names.
220 * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers.
221 * testfile52-64.so.bz2, testfile52-64.so.debug.bz2,
Roland McGrath32520bd2011-01-12 10:43:32 -0800222 testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files.
Josh Stoned41d9a62011-01-11 19:16:57 -0800223 * Makefile.am (EXTRA_DIST): Add and update all.
224
Josh Stoneffa02002011-01-10 21:28:46 -08002252011-01-10 Josh Stone <jistone@redhat.com>
226
227 * run-prelink-addr-test.sh: New test for prelinked addrs.
228 * Makefile.am (TESTS, EXTRA_DIST): Add it.
229 * testfile52.so.bz2, testfile52.so.debug.bz2: New data files.
230 * testfile52.prelink.so.bz2: New data file, shows REL->RELA.
231 * testfile53.bz2, testfile53.debug.bz2: New data files.
232 * testfile53.prelink.bz2: New data file, shows ET_EXEC remap.
233 * Makefile.am (EXTRA_DIST): Add them.
234
Roland McGrathec86e5f2010-06-14 17:44:38 -07002352010-06-04 Roland McGrath <roland@redhat.com>
236
237 * run-unstrip-test.sh: Also test modifying the file in place.
238
Roland McGrath3c6ee4b2010-04-22 22:38:58 -07002392010-04-22 Roland McGrath <roland@redhat.com>
240
241 * addrcfi.c (handle_cfi): Fix function name in error message.
242 Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe.
243
Roland McGrath26618d82010-04-14 13:10:47 -07002442010-04-14 Roland McGrath <roland@redhat.com>
245
246 * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too.
247
Ulrich Drepperc2d1e482010-04-10 18:23:47 -07002482010-04-10 Ulrich Drepper <drepper@redhat.com>
249
250 * msg_tst.c: Adjust expected error message.
251
Petr Machata77961b52010-04-06 14:16:58 +02002522010-04-01 Petr Machata <pmachata@redhat.com>
253
254 * test-flag-nobits.c: New test.
255 * run-test-flag-nobits.sh: And its wrapper.
256 * Makefile.am (noinst_PROGRAMS, TESTS): Add them.
257 (test_flag_nobits_LDADD): New variable.
258
Roland McGrathe9ca7382010-02-15 15:15:50 -08002592010-02-15 Roland McGrath <roland@redhat.com>
260
Roland McGrath22359e22010-02-15 15:57:03 -0800261 * Makefile.am: Use config/eu.am for common stuff.
262
Roland McGrathe9ca7382010-02-15 15:15:50 -0800263 * asm-tst9.c (main): Rename local to avoid shadowing another local.
264
Roland McGrathaf800142009-07-22 13:55:50 -07002652009-07-22 Roland McGrath <roland@redhat.com>
266
267 * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention.
268
Roland McGrath3c84db32009-06-24 17:41:40 -07002692009-07-08 Roland McGrath <roland@redhat.com>
270
271 * addrcfi.c: New file.
272 * Makefile.am (noinst_PROGRAMS): Add it.
273 (addrcfi_LDADD): New variable.
274
Petr Machatad24c7bf2009-05-07 20:58:19 +02002752009-05-07 Petr Machata <pmachata@redhat.com>
276
277 * testfile51.bz2: New data file.
278 * dwarf-getmacros.c: New test core.
279 * run-dwarf-getmacros.sh: New test wrapper.
Roland McGrath0c735a92009-05-07 18:19:16 -0700280 * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
281 (dwarf_getmacros_LDADD): New variable.
Petr Machatad24c7bf2009-05-07 20:58:19 +0200282
Ulrich Drepperf9545c42009-04-23 07:59:02 -07002832009-04-23 Ulrich Drepper <drepper@redhat.com>
284
285 * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
286 (rdwrmmap_LDADD): Add $(libmudflap).
Roland McGrath0c735a92009-05-07 18:19:16 -0700287
Roland McGrath19a8e4d2009-04-21 15:44:07 -07002882009-04-21 Roland McGrath <roland@redhat.com>
289
290 * testfile50.bz2: New data file.
291 * Makefile.am (EXTRA_DIST): Add it.
292 * run-dwfl-addr-sect.sh: Add a case using it.
293
Ulrich Drepper5bd44442008-12-31 09:02:54 -08002942008-12-31 Ulrich Drepper <drepper@redhat.com>
295
Ulrich Drepper3bf57592009-01-01 18:52:05 -0800296 * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa,
297 mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm,
298 pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb,
299 pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw,
300 pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd,
301 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
302 roundss, roundps, roundpd, and roundsd.
303 * testfile45.S.bz2: Likewise.
304 * testfile44.expect.bz2: Adjust accordingly.
305 * testfile45.expect.bz2: Likewise.
306
Ulrich Drepper5bd44442008-12-31 09:02:54 -0800307 * testfile44.S.bz2: Add tests for blendvpd and blendvps.
308 * testfile45.S.bz2: Likewise.
309 * testfile44.expect.bz2: Adjust accordingly.
310 * testfile45.expect.bz2: Likewise.
311
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -08003122008-12-30 Ulrich Drepper <drepper@redhat.com>
313
Ulrich Drepperec32ff92008-12-30 23:24:09 -0800314 * testfile44.S.bz2: Add tests for blendpd and blendps.
Ulrich Drepper26d3c6f2008-12-30 23:12:16 -0800315 * testfile45.S.bz2: Likewise.
316 * testfile44.expect.bz2: Adjust accordingly.
317 * testfile45.expect.bz2: Likewise.
318
Ulrich Drepper5a04b9f2008-12-19 01:14:12 -08003192008-12-19 Ulrich Drepper <drepper@redhat.com>
320
321 * testfile44.S.bz2: Add tests for AMD 3DNOW.
322 * testfile45.S.bz2: Likewise.
323 * testfile44.expect.bz2: Adjust accordingly.
324 * testfile45.expect.bz2: Likewise.
325
Roland McGratha845f682008-12-03 03:41:58 +00003262008-11-26 Roland McGrath <roland@redhat.com>
327
328 * dwfl-bug-getmodules.c: New file.
329 * Makefile.am (noinst_PROGRAMS): Add it.
330 (dwfl_bug_getmodules_LDADD): New variable.
331
3322008-09-10 Roland McGrath <roland@redhat.com>
333
334 * test-subr.sh (LC_ALL): Export it set to "C".
335 * run-dwfl-addr-sect.sh: Don't do it here.
336 * run-strings-test.sh: Likewise.
337
Roland McGrathb4d6f0f2008-08-25 22:55:17 +00003382008-08-21 Denys Vlasenko <dvlasenk@redhat.com>
339
340 * run-addrname-test.sh: Add a new case.
341 * testfile49.bz2: New data file.
342 * Makefile.am (EXTRA_DIST): Add it.
343
Roland McGrath521c47d2008-04-11 07:01:58 +00003442008-04-10 Roland McGrath <roland@redhat.com>
345
346 * testfile48.bz2, testfile48.bz2.debug: New data files.
347 * Makefile.am (EXTRA_DIST): Add them.
348 * run-strip-test8.sh: Use them.
349
350 * testfile16.bz2, testfile16.debug.bz2: Replace data files.
351
352 * run-strip-test.sh: Fail if stripped output has ".debug_*" sections.
353 * run-strip-test8.sh: New file.
354 * testfile47.bz2: New data file.
355 * Makefile.am (TESTS, EXTRA_DIST): Add them.
356
Roland McGrath13b69602008-04-01 02:30:05 +00003572008-03-31 Roland McGrath <roland@redhat.com>
358
359 * run-early-offscn.sh: New file.
360 * early-offscn.c: New file.
361 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
362 (early_offscn_LDADD): New variable.
363
Roland McGrathd11f9cb2008-03-26 20:51:59 +00003642008-03-19 Roland McGrath <roland@redhat.com>
365
366 * run-addrname-test.sh: Add a new case.
367
Roland McGrath658094a2008-02-22 08:14:07 +00003682008-02-22 Roland McGrath <roland@redhat.com>
369
370 * run-elflint-test.sh: Typo fix.
371
3722008-02-21 Roland McGrath <roland@redhat.com>
373
374 * run-disasm-x86.sh: Use uname instead of arch, keep tools required
375 for the build down to minimum.
376 * run-disasm-x86-64.sh: Likewise.
377
Roland McGrath059c83e2008-02-21 06:19:39 +00003782008-02-20 Roland McGrath <roland@redhat.com>
379
380 * testfile46.bz2: New data file.
381 * Makefile.am (EXTRA_DIST): Add it.
382 * run-elflint-test.sh: Test on it.
383
Ulrich Drepperc54785a2008-02-01 18:05:21 +00003842008-02-01 Ulrich Drepper <drepper@redhat.com>
385
386 * Makefile.am: Hook up sha1-tst.c.
387 * sha1-tst.c: New file.
388
Ulrich Drepper4d8bc812008-01-22 06:02:31 +00003892008-01-21 Roland McGrath <roland@redhat.com>
390
391 * testfile45.S.bz2: Add tests for cltq, cqto.
392 * testfile45.expect.bz2: Adjust.
393
Ulrich Drepper35f2fe62008-01-14 19:17:36 +00003942008-01-14 Ulrich Drepper <drepper@redhat.com>
395
396 * testfile45.S.bz2: Add more tests.
397 * testfile45.expect.bz2: Adjust.
398
Ulrich Drepperfd479892008-01-12 03:06:47 +00003992008-01-11 Ulrich Drepper <drepper@redhat.com>
400
401 * testfile45.expect.bz2: Adjust for adding of address for %rip based
402 address mode.
403
Ulrich Drepper96a73992008-01-11 06:17:06 +00004042008-01-10 Ulrich Drepper <drepper@redhat.com>
405
406 * testfile45.S.bz2: Add more tests.
407 * testfile45.expect.bz2: Adjust.
408
Ulrich Drepperff993222008-01-09 05:39:28 +00004092008-01-08 Ulrich Drepper <drepper@redhat.com>
410
411 * Makefile.am (TESTS): Add run-disasm-x86-64.sh.
412 (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2,
413 run-disasm-x86-64.sh.
414 * run-disasm-x86-64.sh: New file.
415 * testfile45.S.bz2: New file.
416 * testfile45.expect.bz2: New file.
417 * testfile44.S.bz2: New tests.
418 * testfile44.expect.bz2: Adjust.
419
Ulrich Drepper9e6925d2008-01-04 21:42:14 +00004202008-01-04 Ulrich Drepper <drepper@redhat.com>
421
422 * testfile44.S.bz2: New tests.
423 * testfile44.expect.bz2: Adjust.
424
Ulrich Dreppere219f1c2008-01-09 05:49:49 +00004252008-01-04 Roland McGrath <roland@redhat.com>
426
427 * dwfl-bug-fd-leak.c (main): Add a cast.
428
Ulrich Drepperee67b642008-01-03 08:45:10 +00004292008-01-03 Ulrich Drepper <drepper@redhat.com>
430
431 * testfile44.S.bz2: New tests.
432 * testfile44.expect.bz2: Adjust.
433
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00004342008-01-01 Ulrich Drepper <drepper@redhat.com>
435
Ulrich Drepperf231e272008-01-02 18:07:17 +0000436 * line2addr.c: Use %m modifier instead of %a to appease gcc.
437
4382008-01-01 Ulrich Drepper <drepper@redhat.com>
439
Ulrich Drepperee67b642008-01-03 08:45:10 +0000440 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000441 * testfile44.expect.bz2: Adjust.
442
4432007-12-31 Ulrich Drepper <drepper@redhat.com>
444
Ulrich Drepperee67b642008-01-03 08:45:10 +0000445 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000446 * testfile44.expect.bz2: Adjust.
447
4482007-12-30 Ulrich Drepper <drepper@redhat.com>
449
Ulrich Drepperee67b642008-01-03 08:45:10 +0000450 * testfile44.S.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000451 * testfile44.expect.bz2: Adjust.
452
4532007-12-29 Ulrich Drepper <drepper@redhat.com>
454
Ulrich Drepperee67b642008-01-03 08:45:10 +0000455 * testfile44.s.bz2: New tests.
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000456 * testfile44.expect.bz2: Adjust.
457
4582007-12-28 Ulrich Drepper <drepper@redhat.com>
459
460 * testfile44.S.bz2: New tests.
461 * testfile44.expect.bz2: Adjust.
462
4632007-12-27 Ulrich Drepper <drepper@redhat.com>
464
465 * testfile44.S.bz2: New tests.
466 * testfile44.expect.bz2: Adjust.
467
4682007-12-26 Ulrich Drepper <drepper@redhat.com>
469
470 * testfile44.S.bz2: New tests.
471 * testfile44.expect.bz2: Adjust
472
4732007-12-21 Ulrich Drepper <drepper@redhat.com>
474
475 * testfile44.S.bz2: More tests.
476 * testfile44.expect.bz2: Adjust appropriately.
477
4782007-12-19 Ulrich Drepper <drepper@redhat.com>
479
480 * Makefile.am (TESTS): Add run-disasm.sh.
481 (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and
482 testfile44.expect.bz2.
483 * run-disasm.sh: New file.
484 * testfile44.S.bz2: New file.
485 * testfile44.expect.bz2: New file.
486
Roland McGrath1a2e8f42007-12-15 23:39:34 +00004872007-12-15 Roland McGrath <roland@redhat.com>
488
489 * run-allregs.sh: Change expected output for powerpc spefscr.
490
Roland McGrathe4c22ea2007-10-23 13:07:39 +00004912007-10-20 Roland McGrath <roland@redhat.com>
492
493 * run-dwfl-addr-sect.sh: Change expected output, no errors.
494
4952007-10-19 Roland McGrath <roland@redhat.com>
496
497 * dwfl-addr-sect.c (handle_address): Return int.
498 Don't exit on error, just return nonzero.
499 (main): Collect results.
500 * run-dwfl-addr-sect.sh: New file.
501 * testfile43.bz2: New data file.
502 * Makefile.am (EXTRA_DIST, TESTS): Add them.
503
5042007-10-18 Roland McGrath <roland@redhat.com>
505
506 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
507
5082007-10-16 Roland McGrath <roland@redhat.com>
509
510 * test-subr.sh (remove_files): Don't pass -Bb to diff.
511
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00005122007-10-09 Roland McGrath <roland@redhat.com>
513
514 * dwflmodtest.c (print_module): Don't use %p in output.
515 * run-dwfl-bug-offline-rel.sh: Updated expected output.
516
5172007-10-08 Roland McGrath <roland@redhat.com>
518
519 * testfile42.bz2: New data file.
520 * Makefile.am (EXTRA_DIST): Add it.
521 * run-elflint-test.sh: New test on that file.
522
Roland McGrath59ea7f32007-10-04 08:50:09 +00005232007-10-04 Roland McGrath <roland@redhat.com>
524
525 * run-readelf-test4.sh: New file.
526 * Makefile.am (TESTS, EXTRA_DIST): Add it.
527
5282007-10-03 Roland McGrath <roland@redhat.com>
529
530 * run-readelf-test3.sh: New file.
531 * Makefile.am (TESTS, EXTRA_DIST): Add it.
532
Roland McGrathf6b92282007-10-02 02:34:11 +00005332007-10-01 Roland McGrath <roland@redhat.com>
534
535 * run-readelf-test2.sh: New file.
536 * Makefile.am (TESTS, EXTRA_DIST): Add it.
537
Roland McGrathc76f0b02007-09-27 07:31:33 +00005382007-09-11 Roland McGrath <roland@redhat.com>
539
540 * run-addrname-test.sh: Add a new case.
541 * testfile41.bz2: New data file.
542 * Makefile.am (EXTRA_DIST): Add it.
543
Roland McGrathcb6d8652007-08-23 08:10:54 +00005442007-08-23 Roland McGrath <roland@redhat.com>
545
546 * run-allregs.sh: Update expected x86-64 output for %rflags.
547
Roland McGrath099dd522007-08-13 22:58:36 +00005482007-08-12 Roland McGrath <roland@redhat.com>
549
550 * run-strip-test7.sh: New file.
551 * testfile39.bz2: New data file.
552 * testfile40.bz2: New data file.
553 * testfile40.debug.bz2: New data file.
554 * Makefile.am (TESTS, EXTRA_DIST): Add them.
555
Roland McGrath42f68682007-08-09 07:54:22 +00005562007-08-09 Roland McGrath <roland@redhat.com>
557
558 * dwfl-bug-report.c: Fix header inclusion.
559
5602007-08-08 Roland McGrath <roland@redhat.com>
561
562 * run-addrname-test.sh: Add a new case using addr2line -S.
563 * testfile38.bz2: New data file.
564 * Makefile.am (EXTRA_DIST): Add it.
565
Roland McGrath87d47802007-07-16 22:23:37 +00005662007-07-16 Roland McGrath <roland@redhat.com>
567
568 * dwfl-bug-report.c: New file.
569 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
570 (dwfl_bug_report_LDADD): New variable.
571
5722007-06-06 Roland McGrath <roland@redhat.com>
Roland McGrath0bc057c2007-06-06 08:42:42 +0000573
574 * run-unstrip-test.sh: Declare testfile.unstrip for removal.
575
Ulrich Drepperb0243862007-06-06 00:09:36 +00005762007-06-05 Ulrich Drepper <drepper@redhat.com>
577
578 * Makefile.am (EXTRA_DIST): Add missing line continuation and
579 testfile37.bz and testfile37.debug.bz2.
580
Roland McGrath53bce222007-05-23 19:15:04 +00005812007-05-23 Roland McGrath <roland@redhat.com>
582
583 * run-allregs.sh: Update expected Alpha results.
584
Roland McGrath9aa8ef72007-05-18 08:59:43 +00005852007-05-18 Roland McGrath <roland@redhat.com>
586
587 * run-strip-test4.sh (stripped, debugfile): Use new reference files.
588 * testfile37.bz2: New data file.
589 * testfile37.debug.bz2: New data file.
590 * run-unstrip-test2.sh: New file.
591 * Makefile.am (TESTS, EXTRA_DIST): Add them.
592
5932007-05-10 Roland McGrath <roland@redhat.com>
594
595 * run-dwfl-bug-offline-rel.sh: New file.
596 * testfile36.bz2: New data file.
597 * testfile36.debug.bz2: New data file.
598 * Makefile.am (TESTS, EXTRA_DIST): Add them.
599
6002007-04-28 Roland McGrath <roland@redhat.com>
601
602 * run-strip-test6.sh (stripped, debugfile): Use new reference files.
603 * testfile35.bz2: New data file.
604 * testfile35.debug.bz2: New data file.
605 * run-unstrip-test.sh: New file.
606 * Makefile.am (TESTS, EXTRA_DIST): Add them.
607
608 * run-strip-test.sh: Do all elflint and cmp runs even when some fail.
609
Roland McGrath2be02912007-04-27 04:07:41 +00006102007-04-26 Roland McGrath <roland@redhat.com>
611
612 * run-elflint-self.sh: Run all tests even if one fails.
613
614 * run-allregs.sh: Add expected output for alpha.
615
Roland McGrath4be15242007-04-25 03:09:33 +00006162007-04-24 Roland McGrath <roland@redhat.com>
617
618 * run-strip-test.sh: When we saved the debug info, test unstrip too.
619
6202007-04-22 Roland McGrath <roland@redhat.com>
621
622 * run-allregs.sh: Update expected register info.
623
Roland McGrath43da9892007-04-16 23:13:37 +00006242007-04-16 Roland McGrath <roland@redhat.com>
625
626 * dwfl-addr-sect.c: New file.
627 * Makefile.am (noinst_PROGRAMS): Add it.
628 (dwfl_addr_sect_LDADD): New variable.
629
6302007-04-05 Roland McGrath <roland@redhat.com>
631
632 * get-files.c: Test dwarf_getsrcdirs.
633 * run-get-files.sh: Update expected output.
634
Roland McGrath5f6a41a2007-04-01 23:11:40 +00006352007-04-01 Roland McGrath <roland@redhat.com>
636
637 * run-allregs.sh: Updated expected output for x86_64.
638
Ulrich Drepper6258e742007-03-13 06:22:40 +00006392007-03-04 Roland McGrath <roland@redhat.com>
640
641 * dwfl-bug-fd-leak.c: New file.
642 * Makefile.am (noinst_PROGRAMS, TESTS): Add it.
643 (dwfl_bug_fd_leak_LDADD): New variable.
644
645 * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf,
646 show what files have been located.
647
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00006482007-02-02 Roland McGrath <roland@redhat.com>
649
650 * run-addrname-test.sh: New file.
651 * Makefile.am (TESTS, EXTRA_DIST): Add it.
652 * testfile34.bz2: New data file.
653 * Makefile.am (EXTRA_DIST): Add it.
654
6552007-01-20 Roland McGrath <roland@redhat.com>
656
657 * testfile33.bz2: New data file.
658 * Makefile.am (EXTRA_DIST): Add it.
659 * run-elflint-test.sh: Test on it too.
660
6612007-01-18 Roland McGrath <roland@redhat.com>
662
663 * Makefile.am (CFLAGS): Don't molest it.
664
6652007-01-11 Roland McGrath <roland@redhat.com>
666
667 * testfile32.bz2: New data file.
668 * Makefile.am (EXTRA_DIST): Add it.
669 * run-elflint-test.sh: Test on it too.
670
Ulrich Drepperce0bdb62007-02-05 07:13:52 +00006712007-02-04 Ulrich Drepper <drepper@redhat.com>
672
673 * arls.c: New file.
674 * Makefile (noinst_PROGRAMS): Add arls.
675
676 * run-ranlib-test2.sh: Fix type in comment.
677
Ulrich Dreppercd4992c2007-01-10 20:58:17 +00006782007-01-10 Ulrich Drepper <drepper@redhat.com>
679
680 * run-elflint-self.sh (runtest): Show which file has the problem.
681
Roland McGrathba949b32007-01-10 20:44:29 +00006822007-01-10 Roland McGrath <roland@redhat.com>
683
684 * dwfl-bug-addr-overflow.c: New file.
685 * Makefile.am (TESTS): Add it.
686 (dwfl_bug_addr_overflow_LDADD): New variable.
687
Roland McGrath8190db62006-12-17 23:56:51 +00006882006-12-17 Roland McGrath <roland@redhat.com>
689
690 * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg.
691
Roland McGrathc373d852006-10-10 00:25:21 +00006922006-09-05 Roland McGrath <roland@redhat.com>
693
694 * run-strings-test.sh: Export LC_ALL=C for the test.
695
6962006-08-29 Roland McGrath <roland@redhat.com>
697
698 * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh.
699 * run-arsymtest.sh: Likewise.
700
701 * run-native-test.sh (native.c compilation): Add some braces.
702
7032006-08-22 Roland McGrath <roland@redhat.com>
704
705 * allregs.c (dwarf_encoding_string): New function, swiped from readelf.
706 (struct reginfo): New members bits, type.
707 (one_register, match_register): Update to take new args,
708 record and display new info.
709 (main): Display new info.
710 * run-allregs.sh: Update expected results.
711
Roland McGrath19db8592006-08-03 08:52:46 +00007122006-08-03 Roland McGrath <roland@redhat.com>
713
714 * run-allregs.sh: Add sparc cases.
715 * testfile30.bz2: New data file.
716 * testfile31.bz2: New data file.
717 * Makefile.am (EXTRA_DIST): Add them.
718
Roland McGrath95024622006-07-21 10:06:31 +00007192006-07-21 Roland McGrath <roland@redhat.com>
720
721 * allregs.c (struct reginfo): Increase size of name.
722 (one_register): Assert that it's big enough.
723
Roland McGrathb4379722006-04-05 01:35:26 +00007242006-04-04 Roland McGrath <roland@redhat.com>
725
726 * run-bug1-test.sh: Test a second case, to cover both byte orders.
727 * testfile29.bz2: New file.
728 * testfile29.rdwr.bz2: New file.
729 * Makefile.am (EXTRA_DIST): Add them.
730
Ulrich Drepperba718b12006-04-04 21:31:16 +00007312006-04-04 Ulrich Drepper <drepper@redhat.com>
732
733 * Makefile.am: Add rules to run run-bug1-test.sh.
734 * rdwrmmap.c: New file.
735 * run-bug1-test.sh: New file.
736 * testfile28.bz2: New file.
737 * testfile28.rdwr.bz2: New file.
738
Roland McGrathdd7e22b2006-03-09 23:05:47 +00007392006-03-09 Roland McGrath <roland@redhat.com>
740
741 * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link.
742
Roland McGrath060fa052006-03-02 07:51:50 +00007432006-03-01 Roland McGrath <roland@redhat.com>
744
745 * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h
746 changes matching 3.0 spec.
747
Roland McGrathc40f58a2006-01-13 20:13:21 +00007482006-01-13 Roland McGrath <roland@redhat.com>
749
750 * run-native-test.sh: Do kill -9 and reap explicitly at end, since
751 bash 3.1 whines when it's done in the trap 0 handler.
752
Roland McGrath4b248ce2006-01-12 03:34:38 +00007532006-01-11 Roland McGrath <roland@redhat.com>
754
755 * testfile26.bz2: New data file.
756 * testfile27.bz2: New data file.
757 * Makefile.am (EXTRA_DIST): Add them.
758 * run-allregs.sh: Test s390 data.
759
Roland McGrath124a7982005-12-15 02:37:09 +00007602005-12-14 Roland McGrath <roland@redhat.com>
761
762 * run-native-test.sh: Redirect output from native test process.
763
Roland McGrath94d26ad2005-12-13 23:24:37 +00007642005-12-13 Roland McGrath <roland@redhat.com>
765
766 * allregs.c (main): Fail if we find no registers.
767
768 * run-native-test.sh: New file.
769 * Makefile.am (TESTS, EXTRA_DIST): Add it.
770
Roland McGrathba72ab12005-12-12 00:04:33 +00007712005-12-10 Ulrich Drepper <drepper@redhat.com
772
773 * run-readelf-test1.sh: New file.
774 * Makefile.am (TESTS): Add run-readelf-test1.sh.
775 (EXTRA_DIST): Likewise.
776
Roland McGrathd804e722005-12-08 01:35:42 +00007772005-12-07 Roland McGrath <roland@redhat.com>
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +0000778
Roland McGrathd804e722005-12-08 01:35:42 +0000779 * ecp.c (main): Use elf_end to clean up.
Ulrich Drepperf7e1bd92005-12-10 17:32:38 +0000780
Roland McGrath994b4892005-12-05 22:46:21 +00007812005-11-25 Roland McGrath <roland@redhat.com>
782
783 * coverage.sh: Given -v argument, print names of unused files.
784
785 * addrscopes.c (main): Use dwfl_end before return.
786 * allregs.c (main): Likewise.
787 * find-prologues.c (main): Likewise.
788 * funcretval.c (main): Likewise.
789 * funcscopes.c (main): Likewise.
790 * line2addr.c (main): Likewise.
791
792 * run-allregs.sh: New file.
793 * Makefile.am (TESTS, EXTRA_DIST): Add it.
794
795 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
796 * Makefile.am (allregs_LDADD): Updated.
797
798 * allregs.c: New file.
799 * Makefile.am (noinst_PROGRAMS): Add it.
800 (allregs_LDADD): New variable.
801
Roland McGrath9365d2c2005-11-18 23:55:47 +00008022005-11-18 Roland McGrath <roland@redhat.com>
803
804 * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib.
805 * test-wrapper.sh: Likewise.
806
Roland McGrath575dd392005-11-18 01:41:52 +00008072005-11-17 Roland McGrath <roland@redhat.com>
808
Roland McGrathaf74f5c2005-11-18 02:25:14 +0000809 * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in
810 environment for test-wrapper.sh.
811 * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib.
812 * test-subr.sh (installed_testrun): Likewise.
813 Use explicit path in ${bindir}.
814
Roland McGrath575dd392005-11-18 01:41:52 +0000815 * Makefile.am (installcheck-local): Fix typo in last change.
816
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00008172005-11-16 Roland McGrath <roland@redhat.com>
818
819 * configure.ac: New file, for standalone build/dist of test suite.
820 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it.
821 (asm_TESTS): New variable, broken out of ...
822 (TESTS): ... here. Also remove msg_tst.
823 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst.
824 (installed_TESTS_ENVIRONMENT): New variable.
825 [STANDALONE] (TESTS_ENVIRONMENT): Use that.
826 [!STANDALONE] (installcheck-local): Likewise.
827 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
828 * addrscopes.c: Include <config.h>.
829 Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers.
830 * allfcts.c: Likewise.
831 * asm-tst1.c: Likewise.
832 * asm-tst2.c: Likewise.
833 * asm-tst3.c: Likewise.
834 * asm-tst4.c: Likewise.
835 * asm-tst5.c: Likewise.
836 * asm-tst6.c: Likewise.
837 * asm-tst7.c: Likewise.
838 * asm-tst8.c: Likewise.
839 * asm-tst9.c: Likewise.
840 * dwflmodtest.c: Likewise.
841 * find-prologues.c: Likewise.
842 * funcscopes.c: Likewise.
843 * get-aranges.c: Likewise.
844 * get-files.c: Likewise.
845 * get-lines.c: Likewise.
846 * get-pubnames.c: Likewise.
847 * line2addr.c: Likewise.
848 * newscn.c: Likewise.
849 * show-abbrev.c: Likewise.
850 * show-die-info.c: Likewise.
851 * update3.c: Likewise.
852 * update4.c: Likewise.
Roland McGrathe47ab762005-11-17 03:16:00 +0000853 * funcretval.c: Likewise.
Roland McGrathd7f8d0c2005-11-17 02:32:03 +0000854
855 * dwflmodtest.c (print_instance): Don't use INTUSE.
856 (options): Don't use N_ macro.
857
Roland McGrath1b8b4462005-11-16 01:33:38 +00008582005-11-15 Roland McGrath <roland@redhat.com>
859
Roland McGrathe47ab762005-11-17 03:16:00 +0000860 * coverage.sh: Look in backends.
861 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
862 (TESTS_ENVIRONMENT): Likewise.
863
864 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE,
865 pass FUNCDIE direclty to dwfl_module_return_value_location.
866
Roland McGrath1b8b4462005-11-16 01:33:38 +0000867 * Makefile.am (BUILD_RPATH): New variable.
868 [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
869 (tests_rpath): New variable.
870 (installcheck-local): Pass it to test-wrapper.sh.
871 * test-wrapper.sh: In "installed" format, take yes/no value
872 for elfutils_tests_rpath, which export. When running a test
873 binary for installcheck, exit 77.
874 * test-subr.sh (installed_testrun): When running a test binary
875 for installcheck, exit 77 if $elfutils_tests_rpath = yes.
876
8772005-11-14 Roland McGrath <roland@redhat.com>
878
879 * test-subr.sh: New file.
880 * test-wrapper.sh: New file.
881 * Makefile.am (EXTRA_DIST): Add them.
882 (AM_LDFLAGS): Variable removed.
883 (TESTS_ENVIRONMENT): New variable.
884 (installcheck-local): New target.
885 * run-addrscopes.sh: Use test-subr.sh.
886 * run-allfcts.sh: Likewise.
887 * run-ecp-test.sh: Likewise.
888 * run-ecp-test2.sh: Likewise.
889 * run-elflint-self.sh: Likewise.
890 * run-elflint-test.sh: Likewise.
891 * run-find-prologues.sh: Likewise.
892 * run-funcscopes.sh: Likewise.
893 * run-get-aranges.sh: Likewise.
894 * run-get-files.sh: Likewise.
895 * run-get-lines.sh: Likewise.
896 * run-get-pubnames.sh: Likewise.
897 * run-line2addr.sh: Likewise.
898 * run-ranlib-test.sh: Likewise.
899 * run-ranlib-test2.sh: Likewise.
900 * run-show-abbrev.sh: Likewise.
901 * run-show-ciefde.sh: Likewise.
902 * run-show-die-info.sh: Likewise.
903 * run-strings-test.sh: Likewise.
904 * run-strip-test.sh: Likewise.
905
Roland McGrathe47ab762005-11-17 03:16:00 +00009062005-11-13 Roland McGrath <roland@redhat.com>
907
908 * funcretval.c: New file.
909 * Makefile.am (noinst_PROGRAMS): Add it.
910 (funcretval_LDADD): New variable.
911
Ulrich Drepper3840c1c2005-11-09 16:13:48 +00009122005-11-09 Ulrich Drepper <drepper@redhat.com>
913
914 * line2addr.c (handle_module): Add missing parameter to printf.
915
Roland McGrath07d4f2f2005-10-28 06:56:24 +00009162005-10-27 Roland McGrath <roland@redhat.com>
917
Roland McGrath6724c902005-10-28 07:07:19 +0000918 * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes.
919 * funcscopes.c (handle_function): Likewise.
920 * dwflmodtest.c (print_inline, print_func): Likewise.
921 * find-prologues.c (handle_function): Likewise.
922
9232005-10-27 Roland McGrath <roland@redhat.com>
924
Roland McGrath07d4f2f2005-10-28 06:56:24 +0000925 * run-find-prologues.sh: New file.
926 * Makefile.am (TESTS, EXTRA_DIST): Add it.
927
928 * find-prologues.c (handle_function): Skip inlines.
929
9302005-10-25 Roland McGrath <roland@redhat.com>
931
932 * find-prologues.c: New file.
933 * Makefile.am (noinst_PROGRAMS): Add it.
934 (find_prologues_LDADD): New variable.
935
Ulrich Drepper3bbc9502005-09-02 20:29:56 +00009362005-09-02 Ulrich Drepper <drepper@redhat.com>
937
938 * run-strings-test.sh: Remove strings.out in the end.
939
Ulrich Drepper7d65d012005-08-31 15:14:26 +00009402005-08-31 Ulrich Drepper <drepper@redhat.com>
941
942 * run-addrscopes.sh: Use correct exit code if test cannot be performed.
943 * run-allfcts.sh: Likewise.
944 * run-ecp-test.sh: Likewise.
945 * run-ecp-test2.sh: Likewise.
946 * run-elflint-test.sh: Likewise.
947 * run-funcscopes.sh: Likewise.
948 * run-get-aranges.sh: Likewise.
949 * run-get-files.sh: Likewise.
950 * run-get-lines.sh: Likewise.
951 * run-get-pubnames.sh: Likewise.
952 * run-line2addr.sh: Likewise.
953 * run-ranlib-test2.sh: Likewise.
954 * run-show-abbrev.sh: Likewise.
955 * run-show-ciefde.sh: Likewise.
956 * run-show-die-info.sh: Likewise.
957 * run-strings-test.sh: Likewise.
958 * run-strip-test.sh: Likewise.
959
Ulrich Drepper5a6f8d12005-08-30 17:56:53 +00009602005-08-30 Ulrich Drepper <drepper@redhat.com>
961
962 * coverage.sh: Handle case where there is no .gcno file at all.
963
Ulrich Drepper39cec7a2005-08-30 01:22:01 +00009642005-08-29 Ulrich Drepper <drepper@redhat.com>
965
966 * Makefile.am (EXTRA_DIST): Add coverage.
967 [GCOV]: Generate coverage summary after the tests ran
968 * coverage.sh: New file.
969
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00009702005-08-28 Ulrich Drepper <drepper@redhat.com>
971
972 * Makefile.an [BUILD_STATIC] (libdw): Add -ldl.
973 (CLEANFILES): Add *.gcno *.gcda *.gconv.
974
9752005-08-28 Ulrich Drepper <drepper@redhat.com>
976
977 * run-strings-test.sh: New file.
978 * Makefile.am (TESTS, EXTRA_DIST): Add it.
979
Roland McGrath71e15a02005-08-27 10:33:26 +00009802005-08-27 Roland McGrath <roland@redhat.com>
981
Roland McGrathb0bc2782005-08-27 21:07:16 +0000982 * addrscopes.c (handle_address): Apply bias to PC addresses.
983
Roland McGrath71e15a02005-08-27 10:33:26 +0000984 * run-funcscopes.sh: New file.
985 * testfile25.bz2: New data file.
986 * Makefile.am (TESTS, EXTRA_DIST): Add them.
987
9882005-08-26 Roland McGrath <roland@redhat.com>
989
990 * addrscopes.c (dwarf_diename_integrate): Removed.
991 (print_vars, handle_address): Use plain dwarf_diename.
992
9932005-08-25 Roland McGrath <roland@redhat.com>
994
995 * funcscopes.c: New file.
996 * Makefile.am (noinst_PROGRAMS): Add it.
997 (funcscopes_LDADD): New variable.
998
999 * run-addrscopes.sh: Add another case.
1000 * testfile24.bz2: New data file.
1001 * Makefile.am (EXTRA_DIST): Add it.
1002
1003 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
1004 pass it to dwarf_getscopes.
1005 (main): Pass it, true when '=' follows an address.
1006
Roland McGrath4c305da2005-08-25 01:49:35 +000010072005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +00001008
Roland McGrath4c305da2005-08-25 01:49:35 +00001009 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +00001010
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000010112005-08-24 Ulrich Drepper <drepper@redhat.com>
1012
Ulrich Drepper958bf132005-08-24 21:40:55 +00001013 * run-line2addr.sh: Remove testfile23 in the end.
1014
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001015 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +00001016 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +00001017
Roland McGrathd17fac72005-08-23 08:20:21 +000010182005-08-22 Roland McGrath <roland@redhat.com>
1019
1020 * run-line2addr.sh: Add a case.
1021 * testfile23.bz2: New data file.
1022 * Makefile.am (EXTRA_DIST): Add it.
1023
Roland McGrath9a1f3652005-08-18 20:57:04 +000010242005-08-18 Roland McGrath <roland@redhat.com>
1025
Roland McGrathf5fda7d2005-08-18 22:01:57 +00001026 * run-addrscopes.sh: New file.
1027 * testfile22.bz2: New data file.
1028 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1029
Roland McGrath9a1f3652005-08-18 20:57:04 +00001030 * addrscopes.c: New file.
1031 * Makefile.am (noinst_PROGRAMS): Add it.
1032 (addrscopes_LDADD): New variable.
1033
Ulrich Drepper837b5222005-08-16 05:12:01 +000010342005-08-15 Ulrich Drepper <drepper@redhat.com>
1035
1036 * run-elflint-self.sh: Don't run test if the file doesn't exist.
1037
Roland McGrath1ecb6062005-08-15 09:53:04 +000010382005-08-15 Roland McGrath <roland@redhat.com>
1039
1040 * dwflmodtest.c (print_instance, print_inline): New functions.
1041 (print_func): Call print_inline.
1042 (options, parse_opt): Grok -i/--inlines.
1043
Roland McGrath8d18c292005-08-07 21:42:07 +000010442005-08-07 Roland McGrath <roland@redhat.com>
1045
1046 * dwflmodtest.c: Print function details only if -f flag is given.
1047
Ulrich Drepper47be7952005-08-07 04:41:39 +000010482005-08-06 Ulrich Drepper <drepper@redhat.com>
1049
Ulrich Drepper637963b2005-08-07 05:33:07 +00001050 * run-elflint-self.sh: New file.
1051 * Makefile.am (TESTS): Add run-elflint-self.sh.
1052 (EXTRA_DIST): Likewise.
1053
Ulrich Drepper47be7952005-08-07 04:41:39 +00001054 * Makefile.am: Link with statis libs if BUILD_STATIC.
1055 (dwflmodtest_LDADD): Also link with -ldl.
1056
Ulrich Drepper41de4882005-08-03 00:02:56 +000010572005-08-02 Ulrich Drepper <drepper@redhat.com>
1058
Ulrich Dreppera38998e2005-08-03 02:05:39 +00001059 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
1060 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
1061 library first.
1062 * asm-tst2.c: Likewise.
1063 * asm-tst3.c: Likewise.
1064 * asm-tst4.c: Likewise.
1065 * asm-tst5.c: Likewise.
1066 * asm-tst6.c: Likewise.
1067 * asm-tst7.c: Likewise.
1068 * asm-tst8.c: Likewise.
1069 * asm-tst9.c: Likewise.
1070
Ulrich Drepper41de4882005-08-03 00:02:56 +00001071 * msg_tst.c: Add new error message.
1072
Ulrich Drepper18618fd2005-07-28 21:29:22 +000010732005-07-28 Ulrich Drepper <drepper@redhat.com>
1074
1075 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
1076
Roland McGrathd17fac72005-08-23 08:20:21 +000010772005-06-01 Roland McGrath <roland@redhat.com>
1078
1079 * line2addr.c: Rewritten using libdwfl.
1080 * run-line2addr.sh: Update test for changed arguments.
1081 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
1082 (libdwfl): New variable.
1083 (line2addr_LDADD): Use it.
1084
Roland McGrath18385902005-07-28 07:12:38 +000010852005-07-28 Roland McGrath <roland@redhat.com>
1086
1087 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
1088 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
1089 (dwflmodtest_LDADD): New variable.
1090 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
1091
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000010922005-07-21 Ulrich Drepper <drepper@redhat.com>
1093
1094 * testfile18.bz2: New file.
1095 * run-elflint-test.sh: New file.
1096 * Makefile.am (TESTS): Add run-elflint-test.sh.
1097 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
1098
10992005-05-24 Ulrich Drepper <drepper@redhat.com>
1100
1101 * get-files.c (main): Use correct format specifier.
1102
11032005-05-21 Ulrich Drepper <drepper@redhat.com>
1104
1105 * Makefile.am: Add -Wextra to CFLAGS.
1106 * get-files.c: Remove warning this produced.
1107 * get-pubnames.c: Likewise.
1108 * newfile.c: Likewise.
1109 * newscn.c: Likewise.
1110 * scnnames.c: Likewise.
1111 * showptable.c: Likewise.
1112 * test-nlist.c: Likewise.
1113 * update1.c: Likewise.
1114 * update2.c: Likewise.
1115 * update3.c: Likewise.
1116 * update4.c: Likewise.
1117
11182005-05-08 Ulrich Drepper <drepper@redhat.com>
1119
1120 * run-line2addr.sh: Remove testfile14 at the end.
1121
Ulrich Drepper282bf322005-07-28 21:49:05 +00001122 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001123
1124 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
1125 .bz, not .bz2.
1126
11272005-05-03 Roland McGrath <roland@redhat.com>
1128
1129 * run-strip-test.sh: Use variables for test file names.
1130 Optionally produce separate debug file and check it.
1131 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
1132 * run-strip-test3.sh: Likewise.
1133 * run-strip-test4.sh: New file.
1134 * run-strip-test5.sh: New file.
1135 * run-strip-test6.sh: New file.
1136 * testfile15.bz: New file.
1137 * testfile15.debug.bz: New file.
1138 * testfile16.bz: New file.
1139 * testfile16.debug.bz: New file.
1140 * testfile17.bz: New file.
1141 * testfile17.debug.bz: New file.
1142 * Makefile.am (TESTS, EXTRA_DIST): Add them.
1143
11442005-04-25 Ulrich Drepper <drepper@redhat.com>
1145
1146 * run-line2addr.sh: Also use testfile14. Adjust for correct
1147 return of multiple matches.
1148 * testfile14.bz2: New file.
1149 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
1150
1151 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
1152
Roland McGrath87d47802007-07-16 22:23:37 +000011532005-04-04 Roland McGrath <roland@redhat.com>
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001154
1155 * line2addr.c (main): Initialize LINES and NLINES before calling
1156 dwarf_getsrc_file, and free LINES afterwards.
1157
1158 * allfcts.c (main): Use size_t for CUHL.
1159
11602005-04-04 Ulrich Drepper <drepper@redhat.com>
1161
1162 * line2addr.c: New file.
1163 * run-line2addr.sh: New file.
1164 * Makefile.am: Add rules to build, run, and distribute new code.
1165
11662005-04-02 Ulrich Drepper <drepper@redhat.com>
1167
1168 * allfcts.c: New file.
1169 * run-allfcts.sh: New file.
1170 * Makefile.am: Add rules to build, run, and distribute new code.
1171
11722005-02-05 Ulrich Drepper <drepper@redhat.com>
1173
1174 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
1175 programs with -lmudflap.
1176
11772004-09-25 Ulrich Drepper <drepper@redhat.com>
1178
1179 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
1180 * asm-tst5.c (main): Likewise.
1181 * asm-tst6.c (main): Likewise.
1182
11832004-01-17 Ulrich Drepper <drepper@redhat.com>
1184
1185 * Makefile.am: Support building with mudflap.
1186
11872004-01-12 Ulrich Drepper <drepper@redhat.com>
1188
1189 * get-aranges.c: Rewrite to use libdw.
1190 * Makefile.am: Reenable get-aranges test.
1191
11922004-01-11 Ulrich Drepper <drepper@redhat.com>
1193
1194 * get-lines.c: New file.
1195 * get-files.c: Adjust for libdw.
1196 * run-get-files.sh: Adjust expected result.
1197 * run-get-lines.sh: Likewise.
1198 * Makefile.am: Run get-lines test. Don't run get-aranges and
1199 get-ciefde test for now.
1200
1201 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
1202 change. Print attribute offset information.
1203 * run-show-abbrev.sh: Adjust expected output.
1204
12052004-01-09 Ulrich Drepper <drepper@redhat.com>
1206
1207 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
1208 * show-die-info.c: Likewise.
1209 * run-show-die-info.sh: Adjust expected output.
1210
12112003-08-13 Ulrich Drepper <drepper@redhat.com>
1212
1213 * Makefile.in: Depend on libebl.a, not libebl.so.
1214
12152003-08-11 Ulrich Drepper <drepper@redhat.com>
1216
1217 * Moved to CVS archive.