Mark Wielaard | 292b178 | 2013-08-27 15:40:56 +0200 | [diff] [blame] | 1 | 2013-08-27 Mark Wielaard <mjw@redhat.com> |
| 2 | |
| 3 | * run-addrcfi.sh: New test. |
| 4 | * Makefile.am (TESTS): Add run-addrcfi.sh. |
| 5 | (EXTRA_DIST): Likewise. |
| 6 | * addrcfi.c (op_name): New function. |
| 7 | (print_detail): Call and print op_name. Check ops, not result |
| 8 | to check if this is "same value" or "undefined". |
| 9 | (handle_cfi): Make sure cfa_ops doesn't point to NULL. |
| 10 | |
Mark Wielaard | 4b9e639 | 2013-08-13 11:40:21 +0200 | [diff] [blame] | 11 | 2013-08-13 Mark Wielaard <mjw@redhat.com> |
| 12 | |
| 13 | * run-addr2line-i-test.sh: New test. |
| 14 | * testfile-inlines.bz2: New testfile. |
| 15 | * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and |
| 16 | testfile-inlines.bz2. |
| 17 | (TESTS): Add run-addr2line-i-test.sh. |
| 18 | |
Mark Wielaard | d0f8501 | 2013-08-12 14:21:31 +0200 | [diff] [blame] | 19 | 2013-08-12 Mark Wielaard <mjw@redhat.com> |
| 20 | |
| 21 | * run-addr2line-test.sh: New test. |
| 22 | * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh. |
| 23 | (TESTS): Likewise. |
| 24 | |
Jan Kratochvil | 596d430 | 2013-07-23 16:30:01 +0200 | [diff] [blame] | 25 | 2013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 26 | |
| 27 | * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of |
| 28 | the entries. |
| 29 | |
Mark Wielaard | 263d7ee | 2013-07-02 16:16:58 +0200 | [diff] [blame] | 30 | 2013-07-02 Mark Wielaard <mjw@redhat.com> |
| 31 | |
| 32 | * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in |
| 33 | testfilenolines.bz2. |
| 34 | |
Jan Kratochvil | 8ff8629 | 2013-05-30 13:21:20 +0200 | [diff] [blame] | 35 | 2013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 36 | |
| 37 | * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2, |
| 38 | test-core.core.bz2 and test-core.exec.bz2. |
| 39 | * run-addrname-test.sh: New test for these files. |
| 40 | * run-unstrip-n.sh: Update expected output. New test for these files. |
| 41 | * test-core-lib.so.bz2: New file. |
| 42 | * test-core.core.bz2: New file. |
| 43 | * test-core.exec.bz2: New file. |
| 44 | |
Mark Wielaard | 9affad3 | 2013-05-03 11:28:49 +0200 | [diff] [blame] | 45 | 2013-05-03 Mark Wielaard <mjw@redhat.com> |
| 46 | |
| 47 | * testfilenolines.bz2: New test file. |
| 48 | * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2. |
| 49 | * run-get-lines.sh: Run testrun_compare on testfilenolines. |
| 50 | |
Jan Kratochvil | 904aec2 | 2013-04-30 14:27:16 +0200 | [diff] [blame] | 51 | 2013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 52 | |
| 53 | * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf. |
| 54 | |
Mark Wielaard | 807ea31 | 2013-04-29 20:48:36 +0200 | [diff] [blame] | 55 | 2013-04-29 Mark Wielaard <mjw@redhat.com> |
| 56 | |
| 57 | * test-subr.sh: Don't use pushd, just cd into test-dir. |
| 58 | (exit_cleanup): Don't use popd, just cd .. to get out. |
| 59 | |
Mark Wielaard | a609831 | 2013-04-26 21:21:56 +0200 | [diff] [blame] | 60 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 61 | |
Mark Wielaard | 527e21e | 2013-04-27 23:15:44 +0200 | [diff] [blame] | 62 | * test-subr.sh (exit_cleanup): New function. |
| 63 | (trap): Use exit_cleanup as argument. |
| 64 | * run-native-test.sh (native_exit): New function. |
| 65 | (trap): For EXIT (0) use native_exit as argument. |
| 66 | |
| 67 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 68 | |
Mark Wielaard | b0f202e | 2013-04-28 00:54:17 +0200 | [diff] [blame] | 69 | * update1.c (main): Use unique tempfile name and unlink file. |
| 70 | * update2.c (main): Likewise. |
| 71 | * update3.c (main): Likewise. |
| 72 | * update4.c (main): Use unique tempfile name. |
| 73 | |
| 74 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 75 | |
Mark Wielaard | a609831 | 2013-04-26 21:21:56 +0200 | [diff] [blame] | 76 | * run-alldts.sh: Add testfile-alldts to tempfiles. |
| 77 | * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles. |
| 78 | * run-macro-test.sh: Add readelf.macros.out to tempfiles. |
| 79 | * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2 |
| 80 | and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles. |
| 81 | |
Mark Wielaard | 86be792 | 2013-04-26 23:44:25 +0200 | [diff] [blame] | 82 | 2013-04-26 Mark Wielaard <mjw@redhat.com> |
| 83 | |
| 84 | * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment, |
| 85 | remove wrapper. |
| 86 | (TESTS_ENVIRONMENT): Likewise. |
| 87 | (installed_LOG_COMPILER): New variable defining wrapper. |
| 88 | (LOG_COMPILER): Likewise. |
| 89 | * run-*.sh: Fixup location of input and output files. |
| 90 | * test-subr.sh: Create test_dir, pushd to execute test in. |
| 91 | (trap): Remove test_dir. |
| 92 | (testfiles): Use abs_srcdir. |
| 93 | (installed_testrun): Match on abs_builddir or abs_top_builddir. |
| 94 | (self_test_files): Adjust path. |
| 95 | |
Mark Wielaard | cdaaf21 | 2013-04-25 16:50:11 -0400 | [diff] [blame] | 96 | 2013-04-24 Mark Wielaard <mjw@redhat.com> |
| 97 | |
| 98 | * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. |
| 99 | |
Mark Wielaard | a8c7f05 | 2013-03-25 21:11:53 +0100 | [diff] [blame] | 100 | 2013-03-25 Mark Wielaard <mjw@redhat.com> |
| 101 | |
Mark Wielaard | b79788c | 2013-03-25 11:45:22 +0100 | [diff] [blame] | 102 | * run-readelf-aranges.sh: New test. |
| 103 | * testfilefoobarbaz.bz2: New test file. |
| 104 | * Makefile.am (TESTS): Add run-readelf-aranges.sh. |
| 105 | (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2. |
| 106 | |
| 107 | 2013-03-25 Mark Wielaard <mjw@redhat.com> |
| 108 | |
Mark Wielaard | a8c7f05 | 2013-03-25 21:11:53 +0100 | [diff] [blame] | 109 | * run-readelf-dwz-multi.sh: Expect high_pc also as address. |
| 110 | |
Jan Kratochvil | a1d4482 | 2013-03-19 13:40:13 +0100 | [diff] [blame] | 111 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 112 | |
| 113 | * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align. |
| 114 | (TESTS): Add run-dwfl-report-elf-align.sh. |
| 115 | (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and |
| 116 | testfile-dwfl-report-elf-align-shlib.so.bz2 . |
| 117 | (dwfl_report_elf_align_LDADD): New. |
| 118 | * dwfl-report-elf-align.c: New file. |
| 119 | * run-dwfl-report-elf-align.sh: New file. |
| 120 | * testfile-dwfl-report-elf-align-shlib.so.bz2: New file. |
| 121 | |
Mark Wielaard | f1b06b5 | 2013-03-12 12:02:51 +0100 | [diff] [blame] | 122 | 2013-03-12 Mark Wielaard <mjw@redhat.com> |
| 123 | |
| 124 | * run-dwfllines.sh: New test. |
| 125 | * dwfllines.c: New test program. |
| 126 | * Makefile.am (TESTS): Add run-dwfllines.sh. |
| 127 | (EXTRA_DIST): Likewise. |
| 128 | (dwfllines_LDADD): New variable. |
| 129 | |
Mark Wielaard | f6185a7 | 2013-02-22 23:42:59 +0100 | [diff] [blame] | 130 | 2013-02-22 Mark Wielaard <mjw@redhat.com> |
| 131 | |
| 132 | * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh. |
| 133 | (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS. |
| 134 | |
Mark Wielaard | 443304e | 2013-02-15 22:45:22 +0100 | [diff] [blame] | 135 | 2013-02-15 Mark Wielaard <mjw@redhat.com> |
| 136 | |
| 137 | * testfile-dwzstr.bz2: New testfile. |
| 138 | * testfile-dwzstr.multi.bz2: Likewise. |
| 139 | * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test. |
| 140 | * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and |
| 141 | testfile-dwzstr.multi.bz2. |
| 142 | |
Mark Wielaard | 6c4b207 | 2013-01-30 11:04:38 +0100 | [diff] [blame] | 143 | 2013-01-30 Mark Wielaard <mjw@redhat.com> |
| 144 | |
| 145 | * testfileloc.bz2: New testfile. |
| 146 | * run-readelf-loc.sh: New test. |
| 147 | * Makefile.am (TESTS): Add run-readelf-loc.sh. |
| 148 | (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2. |
| 149 | |
Jan Kratochvil | cc84d79 | 2012-10-10 19:32:05 +0200 | [diff] [blame] | 150 | 2013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 151 | |
| 152 | * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390 |
| 153 | and s390x core notes. |
| 154 | * testfile67.bz2: New file. |
| 155 | * testfile68.bz2: New file. |
| 156 | * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 . |
| 157 | |
Mark Wielaard | 697bdca | 2013-01-23 17:39:19 +0100 | [diff] [blame] | 158 | 2013-01-23 Mark Wielaard <mjw@redhat.com> |
| 159 | |
| 160 | * testfilebasmin.bz2: New testfile. |
| 161 | * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2. |
| 162 | * run-readelf-s.sh: Test testfilebasmin. |
| 163 | * run-dwflsyms.sh: Likewise. |
| 164 | |
Mark Wielaard | 9a91fb2 | 2013-01-16 15:19:40 +0100 | [diff] [blame] | 165 | 2013-01-16 Mark Wielaard <mjw@redhat.com> |
| 166 | |
| 167 | * Makefile.am (check_PROGRAMS): Add dwflsyms. |
| 168 | (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh. |
| 169 | (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2, |
| 170 | testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2, |
| 171 | testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh. |
| 172 | (dwflsyms_LDADD): New variable. |
| 173 | |
Roland McGrath | 3f9256d | 2013-01-07 15:13:46 -0800 | [diff] [blame] | 174 | 2013-01-07 Roland McGrath <roland@hack.frob.com> |
| 175 | |
| 176 | * run-prelink-addr-test.sh: Use ln -snf. |
| 177 | |
Mark Wielaard | 1d6a435 | 2012-12-03 17:01:09 +0100 | [diff] [blame] | 178 | 2012-12-03 Mark Wielaard <mjw@redhat.com> |
| 179 | |
| 180 | * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no. |
| 181 | |
Jan Kratochvil | d5784af | 2012-10-18 00:11:30 +0200 | [diff] [blame] | 182 | 2012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 183 | |
| 184 | * run-addrname-test.sh: New test for PIE relocation. |
| 185 | * testfile70.core.bz2: New file. |
| 186 | * testfile70.exec.bz2: New file. |
| 187 | * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and |
| 188 | testfile70.exec.bz2 . |
| 189 | |
Jan Kratochvil | d7ed025 | 2012-10-27 21:31:58 +0200 | [diff] [blame] | 190 | 2012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 191 | |
| 192 | * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2, |
| 193 | testfile69.core.bz2 and testfile69.so.bz2 . |
| 194 | |
Jan Kratochvil | 3fdcdcb | 2012-10-17 21:49:10 +0200 | [diff] [blame] | 195 | 2012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 196 | |
| 197 | * run-addrname-test.sh: New test for DSO with build-id bias. |
| 198 | * testfile69.core.bz2: New file. |
| 199 | * testfile69.so.bz2: New file. |
| 200 | |
Jan Kratochvil | 78dec22 | 2012-10-10 08:04:01 +0200 | [diff] [blame] | 201 | 2012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 202 | |
Jan Kratochvil | 387654d | 2012-10-10 08:08:44 +0200 | [diff] [blame] | 203 | * run-addrname-test.sh: New test for core vDSO bias. |
| 204 | * testfile65.bz2: New file. |
| 205 | |
| 206 | 2012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 207 | |
Jan Kratochvil | 78dec22 | 2012-10-10 08:04:01 +0200 | [diff] [blame] | 208 | * run-addrname-test.sh: New test for symbol preferences. |
| 209 | * testfile64.bz2: New file. |
| 210 | |
Mark Wielaard | e3e3ee2 | 2012-10-01 16:14:12 +0200 | [diff] [blame] | 211 | 2012-10-01 Mark Wielaard <mjw@redhat.com> |
| 212 | |
| 213 | * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND. |
| 214 | * test-wrapper.sh: Export VALGRIND_CMD if available. |
| 215 | * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog. |
| 216 | (installed_testrun): Likewise. |
| 217 | |
Petr Machata | ae7c5e7 | 2012-09-24 16:16:27 +0200 | [diff] [blame] | 218 | 2012-09-24 Petr Machata <pmachata@redhat.com> |
| 219 | |
Petr Machata | 522a73f | 2012-09-24 16:46:52 +0200 | [diff] [blame] | 220 | * testfile63.bz2: New testfile. |
| 221 | * run-readelf-mixed-corenote.sh: New test. |
| 222 | * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh. |
| 223 | (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh. |
| 224 | |
| 225 | 2012-09-24 Petr Machata <pmachata@redhat.com> |
| 226 | |
Petr Machata | ae7c5e7 | 2012-09-24 16:16:27 +0200 | [diff] [blame] | 227 | * testfile62.bz2: New testfile. |
| 228 | * run-readelf-vmcoreinfo.sh: New test. |
| 229 | * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh. |
| 230 | (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh. |
| 231 | |
Petr Machata | 3662ad1 | 2012-09-18 21:35:19 +0200 | [diff] [blame] | 232 | 2012-09-18 Petr Machata <pmachata@redhat.com> |
| 233 | |
| 234 | * testfile61.bz2: New testfile. |
| 235 | * run-allregs.sh: Run reg_test testfile61. |
| 236 | * Makefile.am (EXTRA_DIST): Add testfile61.bz2. |
| 237 | |
Mark Wielaard | e0ebc5a | 2012-08-24 14:51:37 +0200 | [diff] [blame] | 238 | 2012-08-24 Mark Wielaard <mjw@redhat.com> |
| 239 | |
| 240 | * Makefile.am (EXTRA_DIST): Add testfile60.bz2. |
| 241 | |
Jeff Kenton | 257dcf4 | 2012-08-22 09:00:03 -0400 | [diff] [blame] | 242 | 2012-08-22 Jeff Kenton <jkenton@tilera.com> |
| 243 | |
| 244 | * testfile60.bz2: New testfile. |
| 245 | * run-allregs.sh: Run reg_test testfile60. |
| 246 | |
Mark Wielaard | f5519fc | 2012-08-24 13:54:52 +0200 | [diff] [blame] | 247 | 2012-08-24 Mark Wielaard <mjw@redhat.com> |
| 248 | |
| 249 | * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if |
| 250 | ENABLE_DWZ. |
| 251 | |
Mark Wielaard | f31c441 | 2012-08-17 00:35:03 +0200 | [diff] [blame] | 252 | 2012-08-16 Mark Wielaard <mjw@redhat.com> |
| 253 | |
| 254 | * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf |
| 255 | macros. |
| 256 | * show-die-info.c (tagnames): Removed. |
| 257 | (attrs): Removed. |
| 258 | (dwarf_tag_string): New function using known-dwarf macros. |
| 259 | (dwarf_attr_string): Likewise. |
| 260 | (handle): Call dwarf_tag_string and dwarf_attr_string instead. |
| 261 | * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89. |
| 262 | |
Mark Wielaard | 775375e | 2012-06-22 12:02:45 +0200 | [diff] [blame] | 263 | 2012-06-27 Mark Wielaard <mjw@redhat.com> |
| 264 | |
| 265 | * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh. |
| 266 | (EXTRA_DIST): Add run-readelf-dwz-multi.sh, |
| 267 | libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and |
| 268 | testfile_multi_main.bz2. |
| 269 | * run-readelf-dwz-multi.sh: New test. |
| 270 | * libtestfile_multi_shared.so.bz2: New testfile. |
| 271 | * testfile_multi.dwz.bz2: New testifle. |
| 272 | * testfile_multi_main.bz2: New testifle. |
| 273 | |
Petr Machata | 30a941c | 2012-08-01 21:41:36 +0200 | [diff] [blame] | 274 | 2012-08-01 Petr Machata <pmachata@redhat.com> |
| 275 | |
| 276 | * run-test-archive64.sh: New test. |
| 277 | * testarchive64.a.bz2: New testfile. |
| 278 | * Makefile.am (TESTS): Add run-test-archive64.sh. |
| 279 | (EXTRA_DIST): Likewise. |
| 280 | |
Mark Wielaard | 94e387f | 2012-08-01 15:31:12 +0200 | [diff] [blame] | 281 | 2012-08-01 Mark Wielaard <mjw@redhat.com> |
| 282 | |
Mark Wielaard | bf707b5 | 2012-08-01 15:39:11 +0200 | [diff] [blame] | 283 | * run-nm-self.sh: New test. |
| 284 | * run-readelf-self.sh: Likewise. |
| 285 | * test-subr.sh (testrun_on_self_quiet): New function. |
| 286 | * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh. |
| 287 | (EXTRA_DIST): Likewise. |
| 288 | |
| 289 | 2012-08-01 Mark Wielaard <mjw@redhat.com> |
| 290 | |
Mark Wielaard | 94e387f | 2012-08-01 15:31:12 +0200 | [diff] [blame] | 291 | * test-subr.sh (self_test_files): New list of files. |
| 292 | (testrun_on_self): New function. |
| 293 | * run-elflint-self.sh: Use testrun_on_self. |
| 294 | |
Mark Wielaard | 714ea0e | 2012-07-19 13:07:39 +0200 | [diff] [blame] | 295 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 296 | |
Mark Wielaard | 030f626 | 2012-07-18 13:14:30 +0200 | [diff] [blame] | 297 | * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr. |
| 298 | (TESTS): Add run-elf_cntl_gelf_getshdr.sh. |
| 299 | (EXTRA_DIST): Likewise. |
| 300 | (test_elf_cntl_gelf_getshdr_LDADD): New. |
| 301 | test-elf_cntl_gelf_getshdr.c: New test program. |
| 302 | run-elf_cntl_gelf_getshdr.sh: New test script. |
| 303 | |
| 304 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 305 | |
Mark Wielaard | adcd1dd | 2012-07-19 22:59:18 +0200 | [diff] [blame] | 306 | * run-elflint-self.sh: runtests on ../backends/*so files. |
| 307 | |
| 308 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 309 | |
Mark Wielaard | 714ea0e | 2012-07-19 13:07:39 +0200 | [diff] [blame] | 310 | * run-unstrip-n.sh: test_cleanup. |
| 311 | * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2. |
| 312 | |
Mark Wielaard | e9b2388 | 2012-06-29 22:30:15 +0200 | [diff] [blame] | 313 | 2012-07-11 Mark Wielaard <mjw@redhat.com> |
| 314 | |
| 315 | * run-readelf-macro.sh: New test. |
| 316 | * testfilemacro.bz2: New testfile. |
| 317 | * Makefile.am (TESTS): Add run-readelf-macro.sh. |
| 318 | (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2. |
| 319 | |
Mark Wielaard | 84a1e0b | 2012-06-29 23:38:09 +0200 | [diff] [blame] | 320 | 2012-06-27 Mark Wielaard <mjw@redhat.com> |
| 321 | |
| 322 | * run-readelf-gdb-index.sh: New test. |
| 323 | * testfilegdbindex5.bz2: New testfile. |
| 324 | * testfilegdbindex7.bz2: Likewise. |
| 325 | * Makefile.am (TESTS): Add run-readelf-gdb-index.sh. |
| 326 | (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and |
| 327 | testfilegdbindex7.bz2. |
| 328 | |
Mark Wielaard | 97212fe | 2012-07-17 21:12:39 +0200 | [diff] [blame] | 329 | 2012-07-17 Mark Wielaard <mjw@redhat.com> |
| 330 | |
| 331 | * testcore-rtlib-ppc.bz2: New testfile. |
| 332 | * run-unstrip-n.sh: Check new ppc core testfile. |
| 333 | |
Mike Frysinger | c09c5f3 | 2012-06-26 12:07:44 -0400 | [diff] [blame] | 334 | 2012-06-26 Mike Frysinger <vapier@gentoo.org> |
| 335 | |
| 336 | * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS. |
| 337 | |
Mark Wielaard | a0172d7 | 2012-06-25 17:18:53 +0200 | [diff] [blame] | 338 | 2012-06-26 Mark Wielaard <mjw@redhat.com> |
| 339 | |
| 340 | * run-macro-test.sh: New test. |
| 341 | * testfile-macinfo.bz2: New testfile. |
| 342 | * testfile-macros.bz2: Likewise. |
| 343 | |
Mark Wielaard | 547049b | 2012-06-22 18:19:02 +0200 | [diff] [blame] | 344 | 2012-05-07 Mark Wielaard <mjw@redhat.com> |
| 345 | |
| 346 | * low_high_pc.c: Use proper inttypes in printf formats. |
| 347 | |
Mark Wielaard | dbbc67a | 2012-05-11 12:57:57 +0200 | [diff] [blame] | 348 | 2012-05-11 Mark Wielaard <mjw@redhat.com> |
| 349 | |
| 350 | * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C. |
| 351 | |
Mark Wielaard | d9bc75f | 2012-05-07 13:29:52 +0200 | [diff] [blame] | 352 | 2012-05-07 Mark Wielaard <mjw@redhat.com> |
| 353 | |
| 354 | * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC. |
| 355 | |
Mark Wielaard | 5479725 | 2012-04-27 13:00:50 +0200 | [diff] [blame] | 356 | 2012-04-27 Mark Wielaard <mjw@redhat.com> |
| 357 | |
| 358 | * Makefile.am (TESTS): Add run-low_high_pc.sh |
| 359 | (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2 |
| 360 | (noinst_PROGRAMS): Add low_high_pc. |
| 361 | (low_high_pc_LDADD): New variable. |
| 362 | * low_high_pc.c: New test. |
| 363 | |
Mark Wielaard | bdad8e3 | 2012-04-26 12:24:33 +0200 | [diff] [blame] | 364 | 2012-04-26 Mark Wielaard <mjw@redhat.com> |
| 365 | |
| 366 | * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh. |
| 367 | * run-show-ciefde.sh: Removed old libdwarf test. |
| 368 | * show-ciefde.c: Likewise. |
| 369 | |
Mark Wielaard | 191d1f0 | 2012-04-02 17:11:25 +0200 | [diff] [blame] | 370 | 2012-04-02 Mark Wielaard <mjw@redhat.com> |
| 371 | |
Mark Wielaard | 96a5213 | 2012-04-03 00:21:50 +0200 | [diff] [blame] | 372 | * Makefile.am (TESTS): Add run-unstrip-n.sh. |
| 373 | (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh. |
| 374 | * run-unstrip-n.sh: New test. |
| 375 | * testcore-rtlib.bz2: New testfile. |
| 376 | |
| 377 | 2012-04-02 Mark Wielaard <mjw@redhat.com> |
| 378 | |
Mark Wielaard | 191d1f0 | 2012-04-02 17:11:25 +0200 | [diff] [blame] | 379 | * Makefile.am (TESTS): Add run-readelf-d.sh. |
| 380 | (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh. |
| 381 | * run-readelf-d.sh: New test. |
| 382 | * run-elflint-test.sh: Check new testfile. |
| 383 | |
Tom Tromey | 581c3f6 | 2012-03-21 08:54:32 -0600 | [diff] [blame] | 384 | 2012-03-21 Tom Tromey <tromey@redhat.com> |
| 385 | |
| 386 | * typeiter.c: New file. |
| 387 | * run-typeiter.sh: New file. |
| 388 | * testfile59.bz2: New file. |
| 389 | * Makefile.am (noinst_PROGRAMS): Add typeiter. |
| 390 | (TESTS): Add run-typeiter.sh. |
| 391 | (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2. |
| 392 | (typeiter_LDADD): New variable. |
| 393 | |
Kurt Roeckx | 5a8e39a | 2012-02-24 23:40:32 +0100 | [diff] [blame] | 394 | 2012-02-21 Kurt Roeckx <kurt@roeckx.be> |
| 395 | |
| 396 | * run-alldts.sh: testrun ./alldts. |
| 397 | |
Roland McGrath | e3b1568 | 2012-02-21 11:12:46 -0800 | [diff] [blame] | 398 | 2012-02-21 Roland McGrath <roland@hack.frob.com> |
| 399 | |
| 400 | * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. |
Roland McGrath | c1c6a9d | 2012-02-21 12:51:36 -0800 | [diff] [blame] | 401 | * test-subr.sh (installed_testrun): Likewise. |
Roland McGrath | e3b1568 | 2012-02-21 11:12:46 -0800 | [diff] [blame] | 402 | |
Roland McGrath | b8ff18e | 2012-01-18 13:57:08 -0800 | [diff] [blame] | 403 | 2012-01-18 Roland McGrath <roland@hack.frob.com> |
| 404 | |
| 405 | * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation; |
| 406 | it will have been inherited correctly from the test harness. |
| 407 | * asm-tst5.c (main): Likewise. |
| 408 | * asm-tst6.c (main): Likewise. |
| 409 | Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>. |
| 410 | |
Roland McGrath | 32899ac | 2011-07-09 03:17:24 -0700 | [diff] [blame] | 411 | 2011-07-09 Roland McGrath <roland@hack.frob.com> |
| 412 | |
| 413 | * sha1-tst.c: File removed. |
| 414 | * Makefile.am (noinst_PROGRAMS, TESTS): Remove it. |
| 415 | (sha1_tst_LDADD): Variable removed. |
| 416 | |
| 417 | * md5-sha1-test.c: New file. |
| 418 | * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it. |
| 419 | (md5_sha1_test_LDADD): New variable. |
| 420 | |
Mark Wielaard | 3f2290b | 2011-05-30 15:46:32 +0200 | [diff] [blame] | 421 | 2011-05-30 Mark Wielaard <mjw@redhat.com> |
| 422 | |
| 423 | * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and |
| 424 | run-rerequest_tag.sh |
| 425 | |
Mark Wielaard | 20a217d | 2011-05-24 14:30:40 +0200 | [diff] [blame] | 426 | 2011-05-24 Mark Wielaard <mjw@redhat.com> |
| 427 | |
| 428 | * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2. |
| 429 | * run-strip-reloc.sh: Add hello_s390.ko testcase. |
| 430 | * hello_s390.ko.bz2: New test file. |
| 431 | |
Mark Wielaard | 1662bc3 | 2011-05-16 11:33:11 +0200 | [diff] [blame] | 432 | 2011-05-23 Mark Wielaard <mjw@redhat.com> |
| 433 | |
| 434 | * Makefile.am (TESTS): Add run-strip-reloc.sh. |
| 435 | (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2 |
| 436 | hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2 |
| 437 | * run-strip-reloc.sh: New test. |
| 438 | * hello_i386.ko.bz2: New test file. |
| 439 | * hello_x86_64.ko.bz2: Likewise. |
| 440 | * hello_ppc64.ko.bz2: Likewise. |
| 441 | |
Mark Wielaard | 7a125b9 | 2011-05-17 12:20:01 +0200 | [diff] [blame] | 442 | 2011-05-18 Mark Wielaard <mjw@redhat.com> |
| 443 | |
| 444 | * run-strip-groups.sh: New test. |
| 445 | * testfile58.bz2: New test file. |
| 446 | * Makefile.am (EXTRA_DIST): Add testfile58.bz2. |
| 447 | (TESTS): Add run-strip-groups.sh. |
| 448 | (EXTRA_DIST): Likewise. |
| 449 | |
Marek Polacek | 494275c | 2011-03-28 16:00:38 +0200 | [diff] [blame] | 450 | 2011-03-28 Marek Polacek <mpolacek@redhat.com> |
| 451 | |
| 452 | * alldts.c: New file. |
| 453 | * run-alldts.sh: Use it. |
| 454 | * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them. |
| 455 | (alldts_LDADD): New variable. |
| 456 | |
| 457 | 2011-03-02 Marek Polacek <mpolacek@redhat.com> |
Marek Polacek | 4894221 | 2011-03-07 11:16:50 -0800 | [diff] [blame] | 458 | |
| 459 | * dwarf-getstring.c: New test. |
| 460 | * run-dwarf-getstring.sh: And its wrapper. |
| 461 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 462 | |
Jan Kratochvil | fec3999 | 2011-02-27 12:01:25 -0800 | [diff] [blame] | 463 | 2011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 464 | |
| 465 | * Makefile.am (TESTS): Add run-readelf-twofiles.sh. |
| 466 | * run-readelf-twofiles.sh: New file. |
| 467 | |
Mark Wielaard | 58cfa1c | 2011-02-25 20:17:52 +0100 | [diff] [blame] | 468 | 2011-02-25 Mark Wielaard <mjw@redhat.com> |
| 469 | |
| 470 | * Makefile.am (BUILD_RPATH): Be consistent in naming. |
| 471 | |
Josh Stone | dc34eda | 2011-02-02 16:30:01 -0800 | [diff] [blame] | 472 | 2011-02-02 Josh Stone <jistone@redhat.com> |
| 473 | |
| 474 | * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit. |
| 475 | * testfile55-64.bz2, testfile55-64.debug.bz2, |
| 476 | testfile55-64.prelink.bz2, testfile55-32.bz2, |
| 477 | testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New. |
| 478 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 479 | |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 480 | 2011-01-12 Roland McGrath <roland@redhat.com> |
| 481 | |
| 482 | * run-prelink-addr-test.sh: Make symlinks to find .debug files |
Roland McGrath | 4f6d4e1 | 2011-01-12 10:49:40 -0800 | [diff] [blame] | 483 | corresponding to .noshdrs files. |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 484 | |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 485 | 2011-01-11 Josh Stone <jistone@redhat.com> |
| 486 | |
Josh Stone | ccbccef | 2011-01-11 19:16:59 -0800 | [diff] [blame] | 487 | * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit. |
| 488 | * testfile54-32.so.bz2, testfile54-32.so.debug.bz2, |
| 489 | testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2, |
| 490 | testfile54-64.so.bz2, testfile54-64.so.debug.bz2, |
| 491 | testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New. |
| 492 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 493 | |
Josh Stone | cf51471 | 2011-01-11 19:16:58 -0800 | [diff] [blame] | 494 | * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests. |
| 495 | * testfile53.bz2, testfile53.debug.bz2, |
| 496 | testfile53.prelink.bz2: Deleted, so... |
| 497 | * testfile53-64.bz2, testfile53-64.debug.bz2, |
| 498 | testfile53-64.prelink.bz2: Recreated with 64-bit names. |
| 499 | * testfile53-32.bz2, testfile53-32.debug.bz2, |
| 500 | testfile53-32.prelink.bz2: New in 32-bit. |
| 501 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 502 | |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 503 | * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests. |
| 504 | * testfile52.so.bz2, testfile52.so.debug.bz2, |
| 505 | testfile52.prelink.so.bz2: Deleted, so... |
| 506 | * testfile52-32.so.bz2, testfile52-32.so.debug.bz2, |
| 507 | testfile52-32.prelink.so.bz2: Recreated with 32-bit names. |
| 508 | * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers. |
| 509 | * testfile52-64.so.bz2, testfile52-64.so.debug.bz2, |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 510 | testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files. |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 511 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 512 | |
Josh Stone | ffa0200 | 2011-01-10 21:28:46 -0800 | [diff] [blame] | 513 | 2011-01-10 Josh Stone <jistone@redhat.com> |
| 514 | |
| 515 | * run-prelink-addr-test.sh: New test for prelinked addrs. |
| 516 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 517 | * testfile52.so.bz2, testfile52.so.debug.bz2: New data files. |
| 518 | * testfile52.prelink.so.bz2: New data file, shows REL->RELA. |
| 519 | * testfile53.bz2, testfile53.debug.bz2: New data files. |
| 520 | * testfile53.prelink.bz2: New data file, shows ET_EXEC remap. |
| 521 | * Makefile.am (EXTRA_DIST): Add them. |
| 522 | |
Roland McGrath | ec86e5f | 2010-06-14 17:44:38 -0700 | [diff] [blame] | 523 | 2010-06-04 Roland McGrath <roland@redhat.com> |
| 524 | |
| 525 | * run-unstrip-test.sh: Also test modifying the file in place. |
| 526 | |
Roland McGrath | 3c6ee4b | 2010-04-22 22:38:58 -0700 | [diff] [blame] | 527 | 2010-04-22 Roland McGrath <roland@redhat.com> |
| 528 | |
| 529 | * addrcfi.c (handle_cfi): Fix function name in error message. |
| 530 | Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe. |
| 531 | |
Roland McGrath | 26618d8 | 2010-04-14 13:10:47 -0700 | [diff] [blame] | 532 | 2010-04-14 Roland McGrath <roland@redhat.com> |
| 533 | |
| 534 | * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too. |
| 535 | |
Ulrich Drepper | c2d1e48 | 2010-04-10 18:23:47 -0700 | [diff] [blame] | 536 | 2010-04-10 Ulrich Drepper <drepper@redhat.com> |
| 537 | |
| 538 | * msg_tst.c: Adjust expected error message. |
| 539 | |
Petr Machata | 77961b5 | 2010-04-06 14:16:58 +0200 | [diff] [blame] | 540 | 2010-04-01 Petr Machata <pmachata@redhat.com> |
| 541 | |
| 542 | * test-flag-nobits.c: New test. |
| 543 | * run-test-flag-nobits.sh: And its wrapper. |
| 544 | * Makefile.am (noinst_PROGRAMS, TESTS): Add them. |
| 545 | (test_flag_nobits_LDADD): New variable. |
| 546 | |
Roland McGrath | e9ca738 | 2010-02-15 15:15:50 -0800 | [diff] [blame] | 547 | 2010-02-15 Roland McGrath <roland@redhat.com> |
| 548 | |
Roland McGrath | 22359e2 | 2010-02-15 15:57:03 -0800 | [diff] [blame] | 549 | * Makefile.am: Use config/eu.am for common stuff. |
| 550 | |
Roland McGrath | e9ca738 | 2010-02-15 15:15:50 -0800 | [diff] [blame] | 551 | * asm-tst9.c (main): Rename local to avoid shadowing another local. |
| 552 | |
Roland McGrath | af80014 | 2009-07-22 13:55:50 -0700 | [diff] [blame] | 553 | 2009-07-22 Roland McGrath <roland@redhat.com> |
| 554 | |
| 555 | * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention. |
| 556 | |
Roland McGrath | 3c84db3 | 2009-06-24 17:41:40 -0700 | [diff] [blame] | 557 | 2009-07-08 Roland McGrath <roland@redhat.com> |
| 558 | |
| 559 | * addrcfi.c: New file. |
| 560 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 561 | (addrcfi_LDADD): New variable. |
| 562 | |
Petr Machata | d24c7bf | 2009-05-07 20:58:19 +0200 | [diff] [blame] | 563 | 2009-05-07 Petr Machata <pmachata@redhat.com> |
| 564 | |
| 565 | * testfile51.bz2: New data file. |
| 566 | * dwarf-getmacros.c: New test core. |
| 567 | * run-dwarf-getmacros.sh: New test wrapper. |
Roland McGrath | 0c735a9 | 2009-05-07 18:19:16 -0700 | [diff] [blame] | 568 | * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them. |
| 569 | (dwarf_getmacros_LDADD): New variable. |
Petr Machata | d24c7bf | 2009-05-07 20:58:19 +0200 | [diff] [blame] | 570 | |
Ulrich Drepper | f9545c4 | 2009-04-23 07:59:02 -0700 | [diff] [blame] | 571 | 2009-04-23 Ulrich Drepper <drepper@redhat.com> |
| 572 | |
| 573 | * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS). |
| 574 | (rdwrmmap_LDADD): Add $(libmudflap). |
Roland McGrath | 0c735a9 | 2009-05-07 18:19:16 -0700 | [diff] [blame] | 575 | |
Roland McGrath | 19a8e4d | 2009-04-21 15:44:07 -0700 | [diff] [blame] | 576 | 2009-04-21 Roland McGrath <roland@redhat.com> |
| 577 | |
| 578 | * testfile50.bz2: New data file. |
| 579 | * Makefile.am (EXTRA_DIST): Add it. |
| 580 | * run-dwfl-addr-sect.sh: Add a case using it. |
| 581 | |
Ulrich Drepper | 5bd4444 | 2008-12-31 09:02:54 -0800 | [diff] [blame] | 582 | 2008-12-31 Ulrich Drepper <drepper@redhat.com> |
| 583 | |
Ulrich Drepper | 3bf5759 | 2009-01-01 18:52:05 -0800 | [diff] [blame] | 584 | * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa, |
| 585 | mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm, |
| 586 | pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb, |
| 587 | pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw, |
| 588 | pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd, |
| 589 | pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest, |
| 590 | roundss, roundps, roundpd, and roundsd. |
| 591 | * testfile45.S.bz2: Likewise. |
| 592 | * testfile44.expect.bz2: Adjust accordingly. |
| 593 | * testfile45.expect.bz2: Likewise. |
| 594 | |
Ulrich Drepper | 5bd4444 | 2008-12-31 09:02:54 -0800 | [diff] [blame] | 595 | * testfile44.S.bz2: Add tests for blendvpd and blendvps. |
| 596 | * testfile45.S.bz2: Likewise. |
| 597 | * testfile44.expect.bz2: Adjust accordingly. |
| 598 | * testfile45.expect.bz2: Likewise. |
| 599 | |
Ulrich Drepper | 26d3c6f | 2008-12-30 23:12:16 -0800 | [diff] [blame] | 600 | 2008-12-30 Ulrich Drepper <drepper@redhat.com> |
| 601 | |
Ulrich Drepper | ec32ff9 | 2008-12-30 23:24:09 -0800 | [diff] [blame] | 602 | * testfile44.S.bz2: Add tests for blendpd and blendps. |
Ulrich Drepper | 26d3c6f | 2008-12-30 23:12:16 -0800 | [diff] [blame] | 603 | * testfile45.S.bz2: Likewise. |
| 604 | * testfile44.expect.bz2: Adjust accordingly. |
| 605 | * testfile45.expect.bz2: Likewise. |
| 606 | |
Ulrich Drepper | 5a04b9f | 2008-12-19 01:14:12 -0800 | [diff] [blame] | 607 | 2008-12-19 Ulrich Drepper <drepper@redhat.com> |
| 608 | |
| 609 | * testfile44.S.bz2: Add tests for AMD 3DNOW. |
| 610 | * testfile45.S.bz2: Likewise. |
| 611 | * testfile44.expect.bz2: Adjust accordingly. |
| 612 | * testfile45.expect.bz2: Likewise. |
| 613 | |
Roland McGrath | a845f68 | 2008-12-03 03:41:58 +0000 | [diff] [blame] | 614 | 2008-11-26 Roland McGrath <roland@redhat.com> |
| 615 | |
| 616 | * dwfl-bug-getmodules.c: New file. |
| 617 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 618 | (dwfl_bug_getmodules_LDADD): New variable. |
| 619 | |
| 620 | 2008-09-10 Roland McGrath <roland@redhat.com> |
| 621 | |
| 622 | * test-subr.sh (LC_ALL): Export it set to "C". |
| 623 | * run-dwfl-addr-sect.sh: Don't do it here. |
| 624 | * run-strings-test.sh: Likewise. |
| 625 | |
Roland McGrath | b4d6f0f | 2008-08-25 22:55:17 +0000 | [diff] [blame] | 626 | 2008-08-21 Denys Vlasenko <dvlasenk@redhat.com> |
| 627 | |
| 628 | * run-addrname-test.sh: Add a new case. |
| 629 | * testfile49.bz2: New data file. |
| 630 | * Makefile.am (EXTRA_DIST): Add it. |
| 631 | |
Roland McGrath | 521c47d | 2008-04-11 07:01:58 +0000 | [diff] [blame] | 632 | 2008-04-10 Roland McGrath <roland@redhat.com> |
| 633 | |
| 634 | * testfile48.bz2, testfile48.bz2.debug: New data files. |
| 635 | * Makefile.am (EXTRA_DIST): Add them. |
| 636 | * run-strip-test8.sh: Use them. |
| 637 | |
| 638 | * testfile16.bz2, testfile16.debug.bz2: Replace data files. |
| 639 | |
| 640 | * run-strip-test.sh: Fail if stripped output has ".debug_*" sections. |
| 641 | * run-strip-test8.sh: New file. |
| 642 | * testfile47.bz2: New data file. |
| 643 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 644 | |
Roland McGrath | 13b6960 | 2008-04-01 02:30:05 +0000 | [diff] [blame] | 645 | 2008-03-31 Roland McGrath <roland@redhat.com> |
| 646 | |
| 647 | * run-early-offscn.sh: New file. |
| 648 | * early-offscn.c: New file. |
| 649 | * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them. |
| 650 | (early_offscn_LDADD): New variable. |
| 651 | |
Roland McGrath | d11f9cb | 2008-03-26 20:51:59 +0000 | [diff] [blame] | 652 | 2008-03-19 Roland McGrath <roland@redhat.com> |
| 653 | |
| 654 | * run-addrname-test.sh: Add a new case. |
| 655 | |
Roland McGrath | 658094a | 2008-02-22 08:14:07 +0000 | [diff] [blame] | 656 | 2008-02-22 Roland McGrath <roland@redhat.com> |
| 657 | |
| 658 | * run-elflint-test.sh: Typo fix. |
| 659 | |
| 660 | 2008-02-21 Roland McGrath <roland@redhat.com> |
| 661 | |
| 662 | * run-disasm-x86.sh: Use uname instead of arch, keep tools required |
| 663 | for the build down to minimum. |
| 664 | * run-disasm-x86-64.sh: Likewise. |
| 665 | |
Roland McGrath | 059c83e | 2008-02-21 06:19:39 +0000 | [diff] [blame] | 666 | 2008-02-20 Roland McGrath <roland@redhat.com> |
| 667 | |
| 668 | * testfile46.bz2: New data file. |
| 669 | * Makefile.am (EXTRA_DIST): Add it. |
| 670 | * run-elflint-test.sh: Test on it. |
| 671 | |
Ulrich Drepper | c54785a | 2008-02-01 18:05:21 +0000 | [diff] [blame] | 672 | 2008-02-01 Ulrich Drepper <drepper@redhat.com> |
| 673 | |
| 674 | * Makefile.am: Hook up sha1-tst.c. |
| 675 | * sha1-tst.c: New file. |
| 676 | |
Ulrich Drepper | 4d8bc81 | 2008-01-22 06:02:31 +0000 | [diff] [blame] | 677 | 2008-01-21 Roland McGrath <roland@redhat.com> |
| 678 | |
| 679 | * testfile45.S.bz2: Add tests for cltq, cqto. |
| 680 | * testfile45.expect.bz2: Adjust. |
| 681 | |
Ulrich Drepper | 35f2fe6 | 2008-01-14 19:17:36 +0000 | [diff] [blame] | 682 | 2008-01-14 Ulrich Drepper <drepper@redhat.com> |
| 683 | |
| 684 | * testfile45.S.bz2: Add more tests. |
| 685 | * testfile45.expect.bz2: Adjust. |
| 686 | |
Ulrich Drepper | fd47989 | 2008-01-12 03:06:47 +0000 | [diff] [blame] | 687 | 2008-01-11 Ulrich Drepper <drepper@redhat.com> |
| 688 | |
| 689 | * testfile45.expect.bz2: Adjust for adding of address for %rip based |
| 690 | address mode. |
| 691 | |
Ulrich Drepper | 96a7399 | 2008-01-11 06:17:06 +0000 | [diff] [blame] | 692 | 2008-01-10 Ulrich Drepper <drepper@redhat.com> |
| 693 | |
| 694 | * testfile45.S.bz2: Add more tests. |
| 695 | * testfile45.expect.bz2: Adjust. |
| 696 | |
Ulrich Drepper | ff99322 | 2008-01-09 05:39:28 +0000 | [diff] [blame] | 697 | 2008-01-08 Ulrich Drepper <drepper@redhat.com> |
| 698 | |
| 699 | * Makefile.am (TESTS): Add run-disasm-x86-64.sh. |
| 700 | (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2, |
| 701 | run-disasm-x86-64.sh. |
| 702 | * run-disasm-x86-64.sh: New file. |
| 703 | * testfile45.S.bz2: New file. |
| 704 | * testfile45.expect.bz2: New file. |
| 705 | * testfile44.S.bz2: New tests. |
| 706 | * testfile44.expect.bz2: Adjust. |
| 707 | |
Ulrich Drepper | 9e6925d | 2008-01-04 21:42:14 +0000 | [diff] [blame] | 708 | 2008-01-04 Ulrich Drepper <drepper@redhat.com> |
| 709 | |
| 710 | * testfile44.S.bz2: New tests. |
| 711 | * testfile44.expect.bz2: Adjust. |
| 712 | |
Ulrich Drepper | e219f1c | 2008-01-09 05:49:49 +0000 | [diff] [blame] | 713 | 2008-01-04 Roland McGrath <roland@redhat.com> |
| 714 | |
| 715 | * dwfl-bug-fd-leak.c (main): Add a cast. |
| 716 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 717 | 2008-01-03 Ulrich Drepper <drepper@redhat.com> |
| 718 | |
| 719 | * testfile44.S.bz2: New tests. |
| 720 | * testfile44.expect.bz2: Adjust. |
| 721 | |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 722 | 2008-01-01 Ulrich Drepper <drepper@redhat.com> |
| 723 | |
Ulrich Drepper | f231e27 | 2008-01-02 18:07:17 +0000 | [diff] [blame] | 724 | * line2addr.c: Use %m modifier instead of %a to appease gcc. |
| 725 | |
| 726 | 2008-01-01 Ulrich Drepper <drepper@redhat.com> |
| 727 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 728 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 729 | * testfile44.expect.bz2: Adjust. |
| 730 | |
| 731 | 2007-12-31 Ulrich Drepper <drepper@redhat.com> |
| 732 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 733 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 734 | * testfile44.expect.bz2: Adjust. |
| 735 | |
| 736 | 2007-12-30 Ulrich Drepper <drepper@redhat.com> |
| 737 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 738 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 739 | * testfile44.expect.bz2: Adjust. |
| 740 | |
| 741 | 2007-12-29 Ulrich Drepper <drepper@redhat.com> |
| 742 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 743 | * testfile44.s.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 744 | * testfile44.expect.bz2: Adjust. |
| 745 | |
| 746 | 2007-12-28 Ulrich Drepper <drepper@redhat.com> |
| 747 | |
| 748 | * testfile44.S.bz2: New tests. |
| 749 | * testfile44.expect.bz2: Adjust. |
| 750 | |
| 751 | 2007-12-27 Ulrich Drepper <drepper@redhat.com> |
| 752 | |
| 753 | * testfile44.S.bz2: New tests. |
| 754 | * testfile44.expect.bz2: Adjust. |
| 755 | |
| 756 | 2007-12-26 Ulrich Drepper <drepper@redhat.com> |
| 757 | |
| 758 | * testfile44.S.bz2: New tests. |
| 759 | * testfile44.expect.bz2: Adjust |
| 760 | |
| 761 | 2007-12-21 Ulrich Drepper <drepper@redhat.com> |
| 762 | |
| 763 | * testfile44.S.bz2: More tests. |
| 764 | * testfile44.expect.bz2: Adjust appropriately. |
| 765 | |
| 766 | 2007-12-19 Ulrich Drepper <drepper@redhat.com> |
| 767 | |
| 768 | * Makefile.am (TESTS): Add run-disasm.sh. |
| 769 | (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and |
| 770 | testfile44.expect.bz2. |
| 771 | * run-disasm.sh: New file. |
| 772 | * testfile44.S.bz2: New file. |
| 773 | * testfile44.expect.bz2: New file. |
| 774 | |
Roland McGrath | 1a2e8f4 | 2007-12-15 23:39:34 +0000 | [diff] [blame] | 775 | 2007-12-15 Roland McGrath <roland@redhat.com> |
| 776 | |
| 777 | * run-allregs.sh: Change expected output for powerpc spefscr. |
| 778 | |
Roland McGrath | e4c22ea | 2007-10-23 13:07:39 +0000 | [diff] [blame] | 779 | 2007-10-20 Roland McGrath <roland@redhat.com> |
| 780 | |
| 781 | * run-dwfl-addr-sect.sh: Change expected output, no errors. |
| 782 | |
| 783 | 2007-10-19 Roland McGrath <roland@redhat.com> |
| 784 | |
| 785 | * dwfl-addr-sect.c (handle_address): Return int. |
| 786 | Don't exit on error, just return nonzero. |
| 787 | (main): Collect results. |
| 788 | * run-dwfl-addr-sect.sh: New file. |
| 789 | * testfile43.bz2: New data file. |
| 790 | * Makefile.am (EXTRA_DIST, TESTS): Add them. |
| 791 | |
| 792 | 2007-10-18 Roland McGrath <roland@redhat.com> |
| 793 | |
| 794 | * run-allregs.sh: Update expected ppc output for vrsave/vscr. |
| 795 | |
| 796 | 2007-10-16 Roland McGrath <roland@redhat.com> |
| 797 | |
| 798 | * test-subr.sh (remove_files): Don't pass -Bb to diff. |
| 799 | |
Ulrich Drepper | b597dfa | 2007-10-16 05:21:27 +0000 | [diff] [blame] | 800 | 2007-10-09 Roland McGrath <roland@redhat.com> |
| 801 | |
| 802 | * dwflmodtest.c (print_module): Don't use %p in output. |
| 803 | * run-dwfl-bug-offline-rel.sh: Updated expected output. |
| 804 | |
| 805 | 2007-10-08 Roland McGrath <roland@redhat.com> |
| 806 | |
| 807 | * testfile42.bz2: New data file. |
| 808 | * Makefile.am (EXTRA_DIST): Add it. |
| 809 | * run-elflint-test.sh: New test on that file. |
| 810 | |
Roland McGrath | 59ea7f3 | 2007-10-04 08:50:09 +0000 | [diff] [blame] | 811 | 2007-10-04 Roland McGrath <roland@redhat.com> |
| 812 | |
| 813 | * run-readelf-test4.sh: New file. |
| 814 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 815 | |
| 816 | 2007-10-03 Roland McGrath <roland@redhat.com> |
| 817 | |
| 818 | * run-readelf-test3.sh: New file. |
| 819 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 820 | |
Roland McGrath | f6b9228 | 2007-10-02 02:34:11 +0000 | [diff] [blame] | 821 | 2007-10-01 Roland McGrath <roland@redhat.com> |
| 822 | |
| 823 | * run-readelf-test2.sh: New file. |
| 824 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 825 | |
Roland McGrath | c76f0b0 | 2007-09-27 07:31:33 +0000 | [diff] [blame] | 826 | 2007-09-11 Roland McGrath <roland@redhat.com> |
| 827 | |
| 828 | * run-addrname-test.sh: Add a new case. |
| 829 | * testfile41.bz2: New data file. |
| 830 | * Makefile.am (EXTRA_DIST): Add it. |
| 831 | |
Roland McGrath | cb6d865 | 2007-08-23 08:10:54 +0000 | [diff] [blame] | 832 | 2007-08-23 Roland McGrath <roland@redhat.com> |
| 833 | |
| 834 | * run-allregs.sh: Update expected x86-64 output for %rflags. |
| 835 | |
Roland McGrath | 099dd52 | 2007-08-13 22:58:36 +0000 | [diff] [blame] | 836 | 2007-08-12 Roland McGrath <roland@redhat.com> |
| 837 | |
| 838 | * run-strip-test7.sh: New file. |
| 839 | * testfile39.bz2: New data file. |
| 840 | * testfile40.bz2: New data file. |
| 841 | * testfile40.debug.bz2: New data file. |
| 842 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 843 | |
Roland McGrath | 42f6868 | 2007-08-09 07:54:22 +0000 | [diff] [blame] | 844 | 2007-08-09 Roland McGrath <roland@redhat.com> |
| 845 | |
| 846 | * dwfl-bug-report.c: Fix header inclusion. |
| 847 | |
| 848 | 2007-08-08 Roland McGrath <roland@redhat.com> |
| 849 | |
| 850 | * run-addrname-test.sh: Add a new case using addr2line -S. |
| 851 | * testfile38.bz2: New data file. |
| 852 | * Makefile.am (EXTRA_DIST): Add it. |
| 853 | |
Roland McGrath | 87d4780 | 2007-07-16 22:23:37 +0000 | [diff] [blame] | 854 | 2007-07-16 Roland McGrath <roland@redhat.com> |
| 855 | |
| 856 | * dwfl-bug-report.c: New file. |
| 857 | * Makefile.am (noinst_PROGRAMS, TESTS): Add it. |
| 858 | (dwfl_bug_report_LDADD): New variable. |
| 859 | |
| 860 | 2007-06-06 Roland McGrath <roland@redhat.com> |
Roland McGrath | 0bc057c | 2007-06-06 08:42:42 +0000 | [diff] [blame] | 861 | |
| 862 | * run-unstrip-test.sh: Declare testfile.unstrip for removal. |
| 863 | |
Ulrich Drepper | b024386 | 2007-06-06 00:09:36 +0000 | [diff] [blame] | 864 | 2007-06-05 Ulrich Drepper <drepper@redhat.com> |
| 865 | |
| 866 | * Makefile.am (EXTRA_DIST): Add missing line continuation and |
| 867 | testfile37.bz and testfile37.debug.bz2. |
| 868 | |
Roland McGrath | 53bce22 | 2007-05-23 19:15:04 +0000 | [diff] [blame] | 869 | 2007-05-23 Roland McGrath <roland@redhat.com> |
| 870 | |
| 871 | * run-allregs.sh: Update expected Alpha results. |
| 872 | |
Roland McGrath | 9aa8ef7 | 2007-05-18 08:59:43 +0000 | [diff] [blame] | 873 | 2007-05-18 Roland McGrath <roland@redhat.com> |
| 874 | |
| 875 | * run-strip-test4.sh (stripped, debugfile): Use new reference files. |
| 876 | * testfile37.bz2: New data file. |
| 877 | * testfile37.debug.bz2: New data file. |
| 878 | * run-unstrip-test2.sh: New file. |
| 879 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 880 | |
| 881 | 2007-05-10 Roland McGrath <roland@redhat.com> |
| 882 | |
| 883 | * run-dwfl-bug-offline-rel.sh: New file. |
| 884 | * testfile36.bz2: New data file. |
| 885 | * testfile36.debug.bz2: New data file. |
| 886 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 887 | |
| 888 | 2007-04-28 Roland McGrath <roland@redhat.com> |
| 889 | |
| 890 | * run-strip-test6.sh (stripped, debugfile): Use new reference files. |
| 891 | * testfile35.bz2: New data file. |
| 892 | * testfile35.debug.bz2: New data file. |
| 893 | * run-unstrip-test.sh: New file. |
| 894 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 895 | |
| 896 | * run-strip-test.sh: Do all elflint and cmp runs even when some fail. |
| 897 | |
Roland McGrath | 2be0291 | 2007-04-27 04:07:41 +0000 | [diff] [blame] | 898 | 2007-04-26 Roland McGrath <roland@redhat.com> |
| 899 | |
| 900 | * run-elflint-self.sh: Run all tests even if one fails. |
| 901 | |
| 902 | * run-allregs.sh: Add expected output for alpha. |
| 903 | |
Roland McGrath | 4be1524 | 2007-04-25 03:09:33 +0000 | [diff] [blame] | 904 | 2007-04-24 Roland McGrath <roland@redhat.com> |
| 905 | |
| 906 | * run-strip-test.sh: When we saved the debug info, test unstrip too. |
| 907 | |
| 908 | 2007-04-22 Roland McGrath <roland@redhat.com> |
| 909 | |
| 910 | * run-allregs.sh: Update expected register info. |
| 911 | |
Roland McGrath | 43da989 | 2007-04-16 23:13:37 +0000 | [diff] [blame] | 912 | 2007-04-16 Roland McGrath <roland@redhat.com> |
| 913 | |
| 914 | * dwfl-addr-sect.c: New file. |
| 915 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 916 | (dwfl_addr_sect_LDADD): New variable. |
| 917 | |
| 918 | 2007-04-05 Roland McGrath <roland@redhat.com> |
| 919 | |
| 920 | * get-files.c: Test dwarf_getsrcdirs. |
| 921 | * run-get-files.sh: Update expected output. |
| 922 | |
Roland McGrath | 5f6a41a | 2007-04-01 23:11:40 +0000 | [diff] [blame] | 923 | 2007-04-01 Roland McGrath <roland@redhat.com> |
| 924 | |
| 925 | * run-allregs.sh: Updated expected output for x86_64. |
| 926 | |
Ulrich Drepper | 6258e74 | 2007-03-13 06:22:40 +0000 | [diff] [blame] | 927 | 2007-03-04 Roland McGrath <roland@redhat.com> |
| 928 | |
| 929 | * dwfl-bug-fd-leak.c: New file. |
| 930 | * Makefile.am (noinst_PROGRAMS, TESTS): Add it. |
| 931 | (dwfl_bug_fd_leak_LDADD): New variable. |
| 932 | |
| 933 | * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf, |
| 934 | show what files have been located. |
| 935 | |
Ulrich Drepper | aa915fd | 2007-02-05 07:25:33 +0000 | [diff] [blame] | 936 | 2007-02-02 Roland McGrath <roland@redhat.com> |
| 937 | |
| 938 | * run-addrname-test.sh: New file. |
| 939 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 940 | * testfile34.bz2: New data file. |
| 941 | * Makefile.am (EXTRA_DIST): Add it. |
| 942 | |
| 943 | 2007-01-20 Roland McGrath <roland@redhat.com> |
| 944 | |
| 945 | * testfile33.bz2: New data file. |
| 946 | * Makefile.am (EXTRA_DIST): Add it. |
| 947 | * run-elflint-test.sh: Test on it too. |
| 948 | |
| 949 | 2007-01-18 Roland McGrath <roland@redhat.com> |
| 950 | |
| 951 | * Makefile.am (CFLAGS): Don't molest it. |
| 952 | |
| 953 | 2007-01-11 Roland McGrath <roland@redhat.com> |
| 954 | |
| 955 | * testfile32.bz2: New data file. |
| 956 | * Makefile.am (EXTRA_DIST): Add it. |
| 957 | * run-elflint-test.sh: Test on it too. |
| 958 | |
Ulrich Drepper | ce0bdb6 | 2007-02-05 07:13:52 +0000 | [diff] [blame] | 959 | 2007-02-04 Ulrich Drepper <drepper@redhat.com> |
| 960 | |
| 961 | * arls.c: New file. |
| 962 | * Makefile (noinst_PROGRAMS): Add arls. |
| 963 | |
| 964 | * run-ranlib-test2.sh: Fix type in comment. |
| 965 | |
Ulrich Drepper | cd4992c | 2007-01-10 20:58:17 +0000 | [diff] [blame] | 966 | 2007-01-10 Ulrich Drepper <drepper@redhat.com> |
| 967 | |
| 968 | * run-elflint-self.sh (runtest): Show which file has the problem. |
| 969 | |
Roland McGrath | ba949b3 | 2007-01-10 20:44:29 +0000 | [diff] [blame] | 970 | 2007-01-10 Roland McGrath <roland@redhat.com> |
| 971 | |
| 972 | * dwfl-bug-addr-overflow.c: New file. |
| 973 | * Makefile.am (TESTS): Add it. |
| 974 | (dwfl_bug_addr_overflow_LDADD): New variable. |
| 975 | |
Roland McGrath | 8190db6 | 2006-12-17 23:56:51 +0000 | [diff] [blame] | 976 | 2006-12-17 Roland McGrath <roland@redhat.com> |
| 977 | |
| 978 | * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg. |
| 979 | |
Roland McGrath | c373d85 | 2006-10-10 00:25:21 +0000 | [diff] [blame] | 980 | 2006-09-05 Roland McGrath <roland@redhat.com> |
| 981 | |
| 982 | * run-strings-test.sh: Export LC_ALL=C for the test. |
| 983 | |
| 984 | 2006-08-29 Roland McGrath <roland@redhat.com> |
| 985 | |
| 986 | * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh. |
| 987 | * run-arsymtest.sh: Likewise. |
| 988 | |
| 989 | * run-native-test.sh (native.c compilation): Add some braces. |
| 990 | |
| 991 | 2006-08-22 Roland McGrath <roland@redhat.com> |
| 992 | |
| 993 | * allregs.c (dwarf_encoding_string): New function, swiped from readelf. |
| 994 | (struct reginfo): New members bits, type. |
| 995 | (one_register, match_register): Update to take new args, |
| 996 | record and display new info. |
| 997 | (main): Display new info. |
| 998 | * run-allregs.sh: Update expected results. |
| 999 | |
Roland McGrath | 19db859 | 2006-08-03 08:52:46 +0000 | [diff] [blame] | 1000 | 2006-08-03 Roland McGrath <roland@redhat.com> |
| 1001 | |
| 1002 | * run-allregs.sh: Add sparc cases. |
| 1003 | * testfile30.bz2: New data file. |
| 1004 | * testfile31.bz2: New data file. |
| 1005 | * Makefile.am (EXTRA_DIST): Add them. |
| 1006 | |
Roland McGrath | 9502462 | 2006-07-21 10:06:31 +0000 | [diff] [blame] | 1007 | 2006-07-21 Roland McGrath <roland@redhat.com> |
| 1008 | |
| 1009 | * allregs.c (struct reginfo): Increase size of name. |
| 1010 | (one_register): Assert that it's big enough. |
| 1011 | |
Roland McGrath | b437972 | 2006-04-05 01:35:26 +0000 | [diff] [blame] | 1012 | 2006-04-04 Roland McGrath <roland@redhat.com> |
| 1013 | |
| 1014 | * run-bug1-test.sh: Test a second case, to cover both byte orders. |
| 1015 | * testfile29.bz2: New file. |
| 1016 | * testfile29.rdwr.bz2: New file. |
| 1017 | * Makefile.am (EXTRA_DIST): Add them. |
| 1018 | |
Ulrich Drepper | ba718b1 | 2006-04-04 21:31:16 +0000 | [diff] [blame] | 1019 | 2006-04-04 Ulrich Drepper <drepper@redhat.com> |
| 1020 | |
| 1021 | * Makefile.am: Add rules to run run-bug1-test.sh. |
| 1022 | * rdwrmmap.c: New file. |
| 1023 | * run-bug1-test.sh: New file. |
| 1024 | * testfile28.bz2: New file. |
| 1025 | * testfile28.rdwr.bz2: New file. |
| 1026 | |
Roland McGrath | dd7e22b | 2006-03-09 23:05:47 +0000 | [diff] [blame] | 1027 | 2006-03-09 Roland McGrath <roland@redhat.com> |
| 1028 | |
| 1029 | * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link. |
| 1030 | |
Roland McGrath | 060fa05 | 2006-03-02 07:51:50 +0000 | [diff] [blame] | 1031 | 2006-03-01 Roland McGrath <roland@redhat.com> |
| 1032 | |
| 1033 | * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h |
| 1034 | changes matching 3.0 spec. |
| 1035 | |
Roland McGrath | c40f58a | 2006-01-13 20:13:21 +0000 | [diff] [blame] | 1036 | 2006-01-13 Roland McGrath <roland@redhat.com> |
| 1037 | |
| 1038 | * run-native-test.sh: Do kill -9 and reap explicitly at end, since |
| 1039 | bash 3.1 whines when it's done in the trap 0 handler. |
| 1040 | |
Roland McGrath | 4b248ce | 2006-01-12 03:34:38 +0000 | [diff] [blame] | 1041 | 2006-01-11 Roland McGrath <roland@redhat.com> |
| 1042 | |
| 1043 | * testfile26.bz2: New data file. |
| 1044 | * testfile27.bz2: New data file. |
| 1045 | * Makefile.am (EXTRA_DIST): Add them. |
| 1046 | * run-allregs.sh: Test s390 data. |
| 1047 | |
Roland McGrath | 124a798 | 2005-12-15 02:37:09 +0000 | [diff] [blame] | 1048 | 2005-12-14 Roland McGrath <roland@redhat.com> |
| 1049 | |
| 1050 | * run-native-test.sh: Redirect output from native test process. |
| 1051 | |
Roland McGrath | 94d26ad | 2005-12-13 23:24:37 +0000 | [diff] [blame] | 1052 | 2005-12-13 Roland McGrath <roland@redhat.com> |
| 1053 | |
| 1054 | * allregs.c (main): Fail if we find no registers. |
| 1055 | |
| 1056 | * run-native-test.sh: New file. |
| 1057 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1058 | |
Roland McGrath | ba72ab1 | 2005-12-12 00:04:33 +0000 | [diff] [blame] | 1059 | 2005-12-10 Ulrich Drepper <drepper@redhat.com |
| 1060 | |
| 1061 | * run-readelf-test1.sh: New file. |
| 1062 | * Makefile.am (TESTS): Add run-readelf-test1.sh. |
| 1063 | (EXTRA_DIST): Likewise. |
| 1064 | |
Roland McGrath | d804e72 | 2005-12-08 01:35:42 +0000 | [diff] [blame] | 1065 | 2005-12-07 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | f7e1bd9 | 2005-12-10 17:32:38 +0000 | [diff] [blame] | 1066 | |
Roland McGrath | d804e72 | 2005-12-08 01:35:42 +0000 | [diff] [blame] | 1067 | * ecp.c (main): Use elf_end to clean up. |
Ulrich Drepper | f7e1bd9 | 2005-12-10 17:32:38 +0000 | [diff] [blame] | 1068 | |
Roland McGrath | 994b489 | 2005-12-05 22:46:21 +0000 | [diff] [blame] | 1069 | 2005-11-25 Roland McGrath <roland@redhat.com> |
| 1070 | |
| 1071 | * coverage.sh: Given -v argument, print names of unused files. |
| 1072 | |
| 1073 | * addrscopes.c (main): Use dwfl_end before return. |
| 1074 | * allregs.c (main): Likewise. |
| 1075 | * find-prologues.c (main): Likewise. |
| 1076 | * funcretval.c (main): Likewise. |
| 1077 | * funcscopes.c (main): Likewise. |
| 1078 | * line2addr.c (main): Likewise. |
| 1079 | |
| 1080 | * run-allregs.sh: New file. |
| 1081 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1082 | |
| 1083 | * allregs.c: Use libdwfl wrapper instead of direct libebl calls. |
| 1084 | * Makefile.am (allregs_LDADD): Updated. |
| 1085 | |
| 1086 | * allregs.c: New file. |
| 1087 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1088 | (allregs_LDADD): New variable. |
| 1089 | |
Roland McGrath | 9365d2c | 2005-11-18 23:55:47 +0000 | [diff] [blame] | 1090 | 2005-11-18 Roland McGrath <roland@redhat.com> |
| 1091 | |
| 1092 | * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib. |
| 1093 | * test-wrapper.sh: Likewise. |
| 1094 | |
Roland McGrath | 575dd39 | 2005-11-18 01:41:52 +0000 | [diff] [blame] | 1095 | 2005-11-17 Roland McGrath <roland@redhat.com> |
| 1096 | |
Roland McGrath | af74f5c | 2005-11-18 02:25:14 +0000 | [diff] [blame] | 1097 | * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in |
| 1098 | environment for test-wrapper.sh. |
| 1099 | * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib. |
| 1100 | * test-subr.sh (installed_testrun): Likewise. |
| 1101 | Use explicit path in ${bindir}. |
| 1102 | |
Roland McGrath | 575dd39 | 2005-11-18 01:41:52 +0000 | [diff] [blame] | 1103 | * Makefile.am (installcheck-local): Fix typo in last change. |
| 1104 | |
Roland McGrath | d7f8d0c | 2005-11-17 02:32:03 +0000 | [diff] [blame] | 1105 | 2005-11-16 Roland McGrath <roland@redhat.com> |
| 1106 | |
| 1107 | * configure.ac: New file, for standalone build/dist of test suite. |
| 1108 | * Makefile.am [!STANDALONE] (INCLUDES): Don't define it. |
| 1109 | (asm_TESTS): New variable, broken out of ... |
| 1110 | (TESTS): ... here. Also remove msg_tst. |
| 1111 | [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst. |
| 1112 | (installed_TESTS_ENVIRONMENT): New variable. |
| 1113 | [STANDALONE] (TESTS_ENVIRONMENT): Use that. |
| 1114 | [!STANDALONE] (installcheck-local): Likewise. |
| 1115 | [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo. |
| 1116 | * addrscopes.c: Include <config.h>. |
| 1117 | Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers. |
| 1118 | * allfcts.c: Likewise. |
| 1119 | * asm-tst1.c: Likewise. |
| 1120 | * asm-tst2.c: Likewise. |
| 1121 | * asm-tst3.c: Likewise. |
| 1122 | * asm-tst4.c: Likewise. |
| 1123 | * asm-tst5.c: Likewise. |
| 1124 | * asm-tst6.c: Likewise. |
| 1125 | * asm-tst7.c: Likewise. |
| 1126 | * asm-tst8.c: Likewise. |
| 1127 | * asm-tst9.c: Likewise. |
| 1128 | * dwflmodtest.c: Likewise. |
| 1129 | * find-prologues.c: Likewise. |
| 1130 | * funcscopes.c: Likewise. |
| 1131 | * get-aranges.c: Likewise. |
| 1132 | * get-files.c: Likewise. |
| 1133 | * get-lines.c: Likewise. |
| 1134 | * get-pubnames.c: Likewise. |
| 1135 | * line2addr.c: Likewise. |
| 1136 | * newscn.c: Likewise. |
| 1137 | * show-abbrev.c: Likewise. |
| 1138 | * show-die-info.c: Likewise. |
| 1139 | * update3.c: Likewise. |
| 1140 | * update4.c: Likewise. |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1141 | * funcretval.c: Likewise. |
Roland McGrath | d7f8d0c | 2005-11-17 02:32:03 +0000 | [diff] [blame] | 1142 | |
| 1143 | * dwflmodtest.c (print_instance): Don't use INTUSE. |
| 1144 | (options): Don't use N_ macro. |
| 1145 | |
Roland McGrath | 1b8b446 | 2005-11-16 01:33:38 +0000 | [diff] [blame] | 1146 | 2005-11-15 Roland McGrath <roland@redhat.com> |
| 1147 | |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1148 | * coverage.sh: Look in backends. |
| 1149 | * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl. |
| 1150 | (TESTS_ENVIRONMENT): Likewise. |
| 1151 | |
| 1152 | * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE, |
| 1153 | pass FUNCDIE direclty to dwfl_module_return_value_location. |
| 1154 | |
Roland McGrath | 1b8b446 | 2005-11-16 01:33:38 +0000 | [diff] [blame] | 1155 | * Makefile.am (BUILD_RPATH): New variable. |
| 1156 | [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value. |
| 1157 | (tests_rpath): New variable. |
| 1158 | (installcheck-local): Pass it to test-wrapper.sh. |
| 1159 | * test-wrapper.sh: In "installed" format, take yes/no value |
| 1160 | for elfutils_tests_rpath, which export. When running a test |
| 1161 | binary for installcheck, exit 77. |
| 1162 | * test-subr.sh (installed_testrun): When running a test binary |
| 1163 | for installcheck, exit 77 if $elfutils_tests_rpath = yes. |
| 1164 | |
| 1165 | 2005-11-14 Roland McGrath <roland@redhat.com> |
| 1166 | |
| 1167 | * test-subr.sh: New file. |
| 1168 | * test-wrapper.sh: New file. |
| 1169 | * Makefile.am (EXTRA_DIST): Add them. |
| 1170 | (AM_LDFLAGS): Variable removed. |
| 1171 | (TESTS_ENVIRONMENT): New variable. |
| 1172 | (installcheck-local): New target. |
| 1173 | * run-addrscopes.sh: Use test-subr.sh. |
| 1174 | * run-allfcts.sh: Likewise. |
| 1175 | * run-ecp-test.sh: Likewise. |
| 1176 | * run-ecp-test2.sh: Likewise. |
| 1177 | * run-elflint-self.sh: Likewise. |
| 1178 | * run-elflint-test.sh: Likewise. |
| 1179 | * run-find-prologues.sh: Likewise. |
| 1180 | * run-funcscopes.sh: Likewise. |
| 1181 | * run-get-aranges.sh: Likewise. |
| 1182 | * run-get-files.sh: Likewise. |
| 1183 | * run-get-lines.sh: Likewise. |
| 1184 | * run-get-pubnames.sh: Likewise. |
| 1185 | * run-line2addr.sh: Likewise. |
| 1186 | * run-ranlib-test.sh: Likewise. |
| 1187 | * run-ranlib-test2.sh: Likewise. |
| 1188 | * run-show-abbrev.sh: Likewise. |
| 1189 | * run-show-ciefde.sh: Likewise. |
| 1190 | * run-show-die-info.sh: Likewise. |
| 1191 | * run-strings-test.sh: Likewise. |
| 1192 | * run-strip-test.sh: Likewise. |
| 1193 | |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1194 | 2005-11-13 Roland McGrath <roland@redhat.com> |
| 1195 | |
| 1196 | * funcretval.c: New file. |
| 1197 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1198 | (funcretval_LDADD): New variable. |
| 1199 | |
Ulrich Drepper | 3840c1c | 2005-11-09 16:13:48 +0000 | [diff] [blame] | 1200 | 2005-11-09 Ulrich Drepper <drepper@redhat.com> |
| 1201 | |
| 1202 | * line2addr.c (handle_module): Add missing parameter to printf. |
| 1203 | |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 1204 | 2005-10-27 Roland McGrath <roland@redhat.com> |
| 1205 | |
Roland McGrath | 6724c90 | 2005-10-28 07:07:19 +0000 | [diff] [blame] | 1206 | * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes. |
| 1207 | * funcscopes.c (handle_function): Likewise. |
| 1208 | * dwflmodtest.c (print_inline, print_func): Likewise. |
| 1209 | * find-prologues.c (handle_function): Likewise. |
| 1210 | |
| 1211 | 2005-10-27 Roland McGrath <roland@redhat.com> |
| 1212 | |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 1213 | * run-find-prologues.sh: New file. |
| 1214 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1215 | |
| 1216 | * find-prologues.c (handle_function): Skip inlines. |
| 1217 | |
| 1218 | 2005-10-25 Roland McGrath <roland@redhat.com> |
| 1219 | |
| 1220 | * find-prologues.c: New file. |
| 1221 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1222 | (find_prologues_LDADD): New variable. |
| 1223 | |
Ulrich Drepper | 3bbc950 | 2005-09-02 20:29:56 +0000 | [diff] [blame] | 1224 | 2005-09-02 Ulrich Drepper <drepper@redhat.com> |
| 1225 | |
| 1226 | * run-strings-test.sh: Remove strings.out in the end. |
| 1227 | |
Ulrich Drepper | 7d65d01 | 2005-08-31 15:14:26 +0000 | [diff] [blame] | 1228 | 2005-08-31 Ulrich Drepper <drepper@redhat.com> |
| 1229 | |
| 1230 | * run-addrscopes.sh: Use correct exit code if test cannot be performed. |
| 1231 | * run-allfcts.sh: Likewise. |
| 1232 | * run-ecp-test.sh: Likewise. |
| 1233 | * run-ecp-test2.sh: Likewise. |
| 1234 | * run-elflint-test.sh: Likewise. |
| 1235 | * run-funcscopes.sh: Likewise. |
| 1236 | * run-get-aranges.sh: Likewise. |
| 1237 | * run-get-files.sh: Likewise. |
| 1238 | * run-get-lines.sh: Likewise. |
| 1239 | * run-get-pubnames.sh: Likewise. |
| 1240 | * run-line2addr.sh: Likewise. |
| 1241 | * run-ranlib-test2.sh: Likewise. |
| 1242 | * run-show-abbrev.sh: Likewise. |
| 1243 | * run-show-ciefde.sh: Likewise. |
| 1244 | * run-show-die-info.sh: Likewise. |
| 1245 | * run-strings-test.sh: Likewise. |
| 1246 | * run-strip-test.sh: Likewise. |
| 1247 | |
Ulrich Drepper | 5a6f8d1 | 2005-08-30 17:56:53 +0000 | [diff] [blame] | 1248 | 2005-08-30 Ulrich Drepper <drepper@redhat.com> |
| 1249 | |
| 1250 | * coverage.sh: Handle case where there is no .gcno file at all. |
| 1251 | |
Ulrich Drepper | 39cec7a | 2005-08-30 01:22:01 +0000 | [diff] [blame] | 1252 | 2005-08-29 Ulrich Drepper <drepper@redhat.com> |
| 1253 | |
| 1254 | * Makefile.am (EXTRA_DIST): Add coverage. |
| 1255 | [GCOV]: Generate coverage summary after the tests ran |
| 1256 | * coverage.sh: New file. |
| 1257 | |
Ulrich Drepper | fbe998a | 2005-08-29 16:27:10 +0000 | [diff] [blame] | 1258 | 2005-08-28 Ulrich Drepper <drepper@redhat.com> |
| 1259 | |
| 1260 | * Makefile.an [BUILD_STATIC] (libdw): Add -ldl. |
| 1261 | (CLEANFILES): Add *.gcno *.gcda *.gconv. |
| 1262 | |
| 1263 | 2005-08-28 Ulrich Drepper <drepper@redhat.com> |
| 1264 | |
| 1265 | * run-strings-test.sh: New file. |
| 1266 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1267 | |
Roland McGrath | 71e15a0 | 2005-08-27 10:33:26 +0000 | [diff] [blame] | 1268 | 2005-08-27 Roland McGrath <roland@redhat.com> |
| 1269 | |
Roland McGrath | b0bc278 | 2005-08-27 21:07:16 +0000 | [diff] [blame] | 1270 | * addrscopes.c (handle_address): Apply bias to PC addresses. |
| 1271 | |
Roland McGrath | 71e15a0 | 2005-08-27 10:33:26 +0000 | [diff] [blame] | 1272 | * run-funcscopes.sh: New file. |
| 1273 | * testfile25.bz2: New data file. |
| 1274 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1275 | |
| 1276 | 2005-08-26 Roland McGrath <roland@redhat.com> |
| 1277 | |
| 1278 | * addrscopes.c (dwarf_diename_integrate): Removed. |
| 1279 | (print_vars, handle_address): Use plain dwarf_diename. |
| 1280 | |
| 1281 | 2005-08-25 Roland McGrath <roland@redhat.com> |
| 1282 | |
| 1283 | * funcscopes.c: New file. |
| 1284 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1285 | (funcscopes_LDADD): New variable. |
| 1286 | |
| 1287 | * run-addrscopes.sh: Add another case. |
| 1288 | * testfile24.bz2: New data file. |
| 1289 | * Makefile.am (EXTRA_DIST): Add it. |
| 1290 | |
| 1291 | * addrscopes.c (handle_address): Take new argument IGNORE_INLINES, |
| 1292 | pass it to dwarf_getscopes. |
| 1293 | (main): Pass it, true when '=' follows an address. |
| 1294 | |
Roland McGrath | 4c305da | 2005-08-25 01:49:35 +0000 | [diff] [blame] | 1295 | 2005-08-24 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | 8a52095 | 2005-08-28 08:56:34 +0000 | [diff] [blame] | 1296 | |
Roland McGrath | 4c305da | 2005-08-25 01:49:35 +0000 | [diff] [blame] | 1297 | * line2addr.c (print_address): Omit () for DSOs. |
Ulrich Drepper | 8a52095 | 2005-08-28 08:56:34 +0000 | [diff] [blame] | 1298 | |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 1299 | 2005-08-24 Ulrich Drepper <drepper@redhat.com> |
| 1300 | |
Ulrich Drepper | 958bf13 | 2005-08-24 21:40:55 +0000 | [diff] [blame] | 1301 | * run-line2addr.sh: Remove testfile23 in the end. |
| 1302 | |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 1303 | * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl). |
Ulrich Drepper | f81343a | 2005-08-24 20:55:31 +0000 | [diff] [blame] | 1304 | [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules. |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 1305 | |
Roland McGrath | d17fac7 | 2005-08-23 08:20:21 +0000 | [diff] [blame] | 1306 | 2005-08-22 Roland McGrath <roland@redhat.com> |
| 1307 | |
| 1308 | * run-line2addr.sh: Add a case. |
| 1309 | * testfile23.bz2: New data file. |
| 1310 | * Makefile.am (EXTRA_DIST): Add it. |
| 1311 | |
Roland McGrath | 9a1f365 | 2005-08-18 20:57:04 +0000 | [diff] [blame] | 1312 | 2005-08-18 Roland McGrath <roland@redhat.com> |
| 1313 | |
Roland McGrath | f5fda7d | 2005-08-18 22:01:57 +0000 | [diff] [blame] | 1314 | * run-addrscopes.sh: New file. |
| 1315 | * testfile22.bz2: New data file. |
| 1316 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1317 | |
Roland McGrath | 9a1f365 | 2005-08-18 20:57:04 +0000 | [diff] [blame] | 1318 | * addrscopes.c: New file. |
| 1319 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1320 | (addrscopes_LDADD): New variable. |
| 1321 | |
Ulrich Drepper | 837b522 | 2005-08-16 05:12:01 +0000 | [diff] [blame] | 1322 | 2005-08-15 Ulrich Drepper <drepper@redhat.com> |
| 1323 | |
| 1324 | * run-elflint-self.sh: Don't run test if the file doesn't exist. |
| 1325 | |
Roland McGrath | 1ecb606 | 2005-08-15 09:53:04 +0000 | [diff] [blame] | 1326 | 2005-08-15 Roland McGrath <roland@redhat.com> |
| 1327 | |
| 1328 | * dwflmodtest.c (print_instance, print_inline): New functions. |
| 1329 | (print_func): Call print_inline. |
| 1330 | (options, parse_opt): Grok -i/--inlines. |
| 1331 | |
Roland McGrath | 8d18c29 | 2005-08-07 21:42:07 +0000 | [diff] [blame] | 1332 | 2005-08-07 Roland McGrath <roland@redhat.com> |
| 1333 | |
| 1334 | * dwflmodtest.c: Print function details only if -f flag is given. |
| 1335 | |
Ulrich Drepper | 47be795 | 2005-08-07 04:41:39 +0000 | [diff] [blame] | 1336 | 2005-08-06 Ulrich Drepper <drepper@redhat.com> |
| 1337 | |
Ulrich Drepper | 637963b | 2005-08-07 05:33:07 +0000 | [diff] [blame] | 1338 | * run-elflint-self.sh: New file. |
| 1339 | * Makefile.am (TESTS): Add run-elflint-self.sh. |
| 1340 | (EXTRA_DIST): Likewise. |
| 1341 | |
Ulrich Drepper | 47be795 | 2005-08-07 04:41:39 +0000 | [diff] [blame] | 1342 | * Makefile.am: Link with statis libs if BUILD_STATIC. |
| 1343 | (dwflmodtest_LDADD): Also link with -ldl. |
| 1344 | |
Ulrich Drepper | 41de488 | 2005-08-03 00:02:56 +0000 | [diff] [blame] | 1345 | 2005-08-02 Ulrich Drepper <drepper@redhat.com> |
| 1346 | |
Ulrich Drepper | a38998e | 2005-08-03 02:05:39 +0000 | [diff] [blame] | 1347 | * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS. |
| 1348 | * asm-tst1.c: Adjust for new asm_begin interface. Open backend |
| 1349 | library first. |
| 1350 | * asm-tst2.c: Likewise. |
| 1351 | * asm-tst3.c: Likewise. |
| 1352 | * asm-tst4.c: Likewise. |
| 1353 | * asm-tst5.c: Likewise. |
| 1354 | * asm-tst6.c: Likewise. |
| 1355 | * asm-tst7.c: Likewise. |
| 1356 | * asm-tst8.c: Likewise. |
| 1357 | * asm-tst9.c: Likewise. |
| 1358 | |
Ulrich Drepper | 41de488 | 2005-08-03 00:02:56 +0000 | [diff] [blame] | 1359 | * msg_tst.c: Add new error message. |
| 1360 | |
Ulrich Drepper | 18618fd | 2005-07-28 21:29:22 +0000 | [diff] [blame] | 1361 | 2005-07-28 Ulrich Drepper <drepper@redhat.com> |
| 1362 | |
| 1363 | * Makefile.am (dwflmodtest_LDADD): Add $(libebl). |
| 1364 | |
Roland McGrath | d17fac7 | 2005-08-23 08:20:21 +0000 | [diff] [blame] | 1365 | 2005-06-01 Roland McGrath <roland@redhat.com> |
| 1366 | |
| 1367 | * line2addr.c: Rewritten using libdwfl. |
| 1368 | * run-line2addr.sh: Update test for changed arguments. |
| 1369 | * Makefile.am (INCLUDES): Add libdwfl source directory to path. |
| 1370 | (libdwfl): New variable. |
| 1371 | (line2addr_LDADD): Use it. |
| 1372 | |
Roland McGrath | 1838590 | 2005-07-28 07:12:38 +0000 | [diff] [blame] | 1373 | 2005-07-28 Roland McGrath <roland@redhat.com> |
| 1374 | |
| 1375 | * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here. |
| 1376 | * Makefile.am (noinst_PROGRAMS): Add dwflmodtest. |
| 1377 | (dwflmodtest_LDADD): New variable. |
| 1378 | (INCLUDES): Add -I$(top_srcdir)/libdwfl here. |
| 1379 | |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 1380 | 2005-07-21 Ulrich Drepper <drepper@redhat.com> |
| 1381 | |
| 1382 | * testfile18.bz2: New file. |
| 1383 | * run-elflint-test.sh: New file. |
| 1384 | * Makefile.am (TESTS): Add run-elflint-test.sh. |
| 1385 | (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2. |
| 1386 | |
| 1387 | 2005-05-24 Ulrich Drepper <drepper@redhat.com> |
| 1388 | |
| 1389 | * get-files.c (main): Use correct format specifier. |
| 1390 | |
| 1391 | 2005-05-21 Ulrich Drepper <drepper@redhat.com> |
| 1392 | |
| 1393 | * Makefile.am: Add -Wextra to CFLAGS. |
| 1394 | * get-files.c: Remove warning this produced. |
| 1395 | * get-pubnames.c: Likewise. |
| 1396 | * newfile.c: Likewise. |
| 1397 | * newscn.c: Likewise. |
| 1398 | * scnnames.c: Likewise. |
| 1399 | * showptable.c: Likewise. |
| 1400 | * test-nlist.c: Likewise. |
| 1401 | * update1.c: Likewise. |
| 1402 | * update2.c: Likewise. |
| 1403 | * update3.c: Likewise. |
| 1404 | * update4.c: Likewise. |
| 1405 | |
| 1406 | 2005-05-08 Ulrich Drepper <drepper@redhat.com> |
| 1407 | |
| 1408 | * run-line2addr.sh: Remove testfile14 at the end. |
| 1409 | |
Ulrich Drepper | 282bf32 | 2005-07-28 21:49:05 +0000 | [diff] [blame] | 1410 | * run-strip-test.sh: Remove debuginfo test input file as well. |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 1411 | |
| 1412 | * Makefile.am (EXTRA_DIST): Newly added files incorrectly used |
| 1413 | .bz, not .bz2. |
| 1414 | |
| 1415 | 2005-05-03 Roland McGrath <roland@redhat.com> |
| 1416 | |
| 1417 | * run-strip-test.sh: Use variables for test file names. |
| 1418 | Optionally produce separate debug file and check it. |
| 1419 | * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication. |
| 1420 | * run-strip-test3.sh: Likewise. |
| 1421 | * run-strip-test4.sh: New file. |
| 1422 | * run-strip-test5.sh: New file. |
| 1423 | * run-strip-test6.sh: New file. |
| 1424 | * testfile15.bz: New file. |
| 1425 | * testfile15.debug.bz: New file. |
| 1426 | * testfile16.bz: New file. |
| 1427 | * testfile16.debug.bz: New file. |
| 1428 | * testfile17.bz: New file. |
| 1429 | * testfile17.debug.bz: New file. |
| 1430 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1431 | |
| 1432 | 2005-04-25 Ulrich Drepper <drepper@redhat.com> |
| 1433 | |
| 1434 | * run-line2addr.sh: Also use testfile14. Adjust for correct |
| 1435 | return of multiple matches. |
| 1436 | * testfile14.bz2: New file. |
| 1437 | * Makefile.am (EXTRA_DIST): Add testfile14.bz2. |
| 1438 | |
| 1439 | * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change. |
| 1440 | |
Roland McGrath | 87d4780 | 2007-07-16 22:23:37 +0000 | [diff] [blame] | 1441 | 2005-04-04 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 1442 | |
| 1443 | * line2addr.c (main): Initialize LINES and NLINES before calling |
| 1444 | dwarf_getsrc_file, and free LINES afterwards. |
| 1445 | |
| 1446 | * allfcts.c (main): Use size_t for CUHL. |
| 1447 | |
| 1448 | 2005-04-04 Ulrich Drepper <drepper@redhat.com> |
| 1449 | |
| 1450 | * line2addr.c: New file. |
| 1451 | * run-line2addr.sh: New file. |
| 1452 | * Makefile.am: Add rules to build, run, and distribute new code. |
| 1453 | |
| 1454 | 2005-04-02 Ulrich Drepper <drepper@redhat.com> |
| 1455 | |
| 1456 | * allfcts.c: New file. |
| 1457 | * run-allfcts.sh: New file. |
| 1458 | * Makefile.am: Add rules to build, run, and distribute new code. |
| 1459 | |
| 1460 | 2005-02-05 Ulrich Drepper <drepper@redhat.com> |
| 1461 | |
| 1462 | * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test |
| 1463 | programs with -lmudflap. |
| 1464 | |
| 1465 | 2004-09-25 Ulrich Drepper <drepper@redhat.com> |
| 1466 | |
| 1467 | * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation. |
| 1468 | * asm-tst5.c (main): Likewise. |
| 1469 | * asm-tst6.c (main): Likewise. |
| 1470 | |
| 1471 | 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| 1472 | |
| 1473 | * Makefile.am: Support building with mudflap. |
| 1474 | |
| 1475 | 2004-01-12 Ulrich Drepper <drepper@redhat.com> |
| 1476 | |
| 1477 | * get-aranges.c: Rewrite to use libdw. |
| 1478 | * Makefile.am: Reenable get-aranges test. |
| 1479 | |
| 1480 | 2004-01-11 Ulrich Drepper <drepper@redhat.com> |
| 1481 | |
| 1482 | * get-lines.c: New file. |
| 1483 | * get-files.c: Adjust for libdw. |
| 1484 | * run-get-files.sh: Adjust expected result. |
| 1485 | * run-get-lines.sh: Likewise. |
| 1486 | * Makefile.am: Run get-lines test. Don't run get-aranges and |
| 1487 | get-ciefde test for now. |
| 1488 | |
| 1489 | * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface |
| 1490 | change. Print attribute offset information. |
| 1491 | * run-show-abbrev.sh: Adjust expected output. |
| 1492 | |
| 1493 | 2004-01-09 Ulrich Drepper <drepper@redhat.com> |
| 1494 | |
| 1495 | * show-abbrev.c: Adjust call to dwarf_nextcu after interface change. |
| 1496 | * show-die-info.c: Likewise. |
| 1497 | * run-show-die-info.sh: Adjust expected output. |
| 1498 | |
| 1499 | 2003-08-13 Ulrich Drepper <drepper@redhat.com> |
| 1500 | |
| 1501 | * Makefile.in: Depend on libebl.a, not libebl.so. |
| 1502 | |
| 1503 | 2003-08-11 Ulrich Drepper <drepper@redhat.com> |
| 1504 | |
| 1505 | * Moved to CVS archive. |