H.J. Lu | 5bbf039 | 2015-03-25 05:44:57 -0700 | [diff] [blame] | 1 | 2015-04-01 H.J. Lu <hjl.tools@gmail.com> |
| 2 | |
H.J. Lu | 6de7276 | 2015-03-25 07:22:43 -0700 | [diff] [blame^] | 3 | * Makefile.am (TESTS): Add run-backtrace-core-x32.sh. |
| 4 | (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2. |
| 5 | Add backtrace.x32.exec.bz2. |
| 6 | * backtrace.x32.core.bz2 : New file. |
| 7 | * backtrace.x32.exec.bz2: Likewise. |
| 8 | * run-backtrace-core-x32.sh: Likewise. |
| 9 | |
| 10 | 2015-04-01 H.J. Lu <hjl.tools@gmail.com> |
| 11 | |
H.J. Lu | aa19e59 | 2015-03-25 06:44:09 -0700 | [diff] [blame] | 12 | * run-addrcfi.sh: Add a test for testfile-x32. |
| 13 | * testfile-x32.bz2: New file. |
| 14 | * Makefile.am (EXTRA_DIST): Add testfile-x32.bz2. |
| 15 | |
| 16 | 2015-04-01 H.J. Lu <hjl.tools@gmail.com> |
| 17 | |
H.J. Lu | 8c78ff0 | 2015-03-25 05:57:09 -0700 | [diff] [blame] | 18 | * run-allregs.sh: Add a test for testfile-x32-core. |
| 19 | |
| 20 | 2015-04-01 H.J. Lu <hjl.tools@gmail.com> |
| 21 | |
H.J. Lu | 5bbf039 | 2015-03-25 05:44:57 -0700 | [diff] [blame] | 22 | * run-readelf-mixed-corenote.sh: Add a test for testfile-x32-core. |
| 23 | * testfile-x32-core.bz2: New file. |
| 24 | * Makefile.am (EXTRA_DIST): Add testfile-x32-core.bz2. |
| 25 | |
Petr Machata | 06457da | 2015-03-18 19:35:16 +0100 | [diff] [blame] | 26 | 2015-03-18 Petr Machata <pmachata@redhat.com> |
| 27 | |
Petr Machata | 7f61734 | 2015-03-18 19:42:02 +0100 | [diff] [blame] | 28 | * addrcfi.c (op_name): Adjust uses of know-dwarf.h macros to match |
| 29 | the API changes. |
| 30 | * allregs.c (dwarf_encoding_string): Likewise. |
| 31 | * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise. |
| 32 | * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise. |
| 33 | |
| 34 | 2015-03-18 Petr Machata <pmachata@redhat.com> |
| 35 | |
Petr Machata | 06457da | 2015-03-18 19:35:16 +0100 | [diff] [blame] | 36 | * Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh, |
| 37 | debug-ranges-no-lowpc.o.bz2. |
| 38 | |
Mark Wielaard | 0a35e3a | 2015-03-13 23:51:40 +0100 | [diff] [blame] | 39 | 2015-03-13 Mark Wielaard <mjw@redhat.com> |
| 40 | |
| 41 | * backtrace-dwarf.c: Add explicit includes. |
| 42 | (cleanup_13_abort): Remove unused static declaration. |
| 43 | (thread_callback): Add explicit return. |
| 44 | |
H.J. Lu | be7ea70 | 2015-03-12 12:14:43 -0700 | [diff] [blame] | 45 | 2015-03-13 H.J. Lu <hjl.tools@gmail.com> |
| 46 | |
| 47 | * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS |
| 48 | instead of PTRACE_POKEUSER. |
| 49 | (exec_dump): Check EM_X86_64 instead of ELFCLASS64 for |
| 50 | is_x86_64_native. |
| 51 | |
Mark Wielaard | 2e09635 | 2015-02-19 00:43:59 +0100 | [diff] [blame] | 52 | 2015-02-18 Mark Wielaard <mjw@redhat.com> |
| 53 | |
| 54 | * newdata.c (check_section_data): Use PRId64 for printing loff_t. |
| 55 | |
Josh Stone | 3d11410 | 2015-02-11 14:25:37 -0800 | [diff] [blame] | 56 | 2015-02-11 Josh Stone <jistone@redhat.com> |
| 57 | |
| 58 | * backtrace.c (exec_dump): Initialize jmp. |
| 59 | |
Petr Machata | b4da85d | 2015-02-11 22:11:46 +0100 | [diff] [blame] | 60 | 2015-02-11 Petr Machata <pmachata@redhat.com> |
| 61 | |
| 62 | * run-dwarf-ranges.sh: New test. |
| 63 | * dwarf-ranges.c: New file. |
| 64 | * debug-ranges-no-lowpc.s, debug-ranges-no-lowpc.o.bz2: New test case. |
| 65 | |
Mark Wielaard | 710ca87 | 2015-01-21 23:56:43 +0100 | [diff] [blame] | 66 | 2015-01-21 Mark Wielaard <mjw@redhat.com> |
| 67 | |
| 68 | * Makefile.am (check_PROGRAMS): Add elfstrtab. |
| 69 | (TESTS): Likewise. |
| 70 | (elfstrtab_LDADD): New variable. |
| 71 | * elfstrtab.c: New test. |
| 72 | |
Mark Wielaard | 058ae7b | 2015-01-20 14:52:41 +0100 | [diff] [blame] | 73 | 2015-01-20 Mark Wielaard <mjw@redhat.com> |
| 74 | |
Mark Wielaard | b543cdd | 2015-01-20 21:55:55 +0100 | [diff] [blame] | 75 | * Makefile.am (check_PROGRAMS): Add newdata. |
| 76 | (TESTS): Likewise. |
| 77 | (newdata_LDADD): new variable. |
| 78 | * newdata.c: New test. |
| 79 | |
| 80 | 2015-01-20 Mark Wielaard <mjw@redhat.com> |
| 81 | |
Mark Wielaard | 058ae7b | 2015-01-20 14:52:41 +0100 | [diff] [blame] | 82 | * strptr.c: New file. |
| 83 | * run-strptr.sh: New test. |
| 84 | * Makefile.am (check_PROGRAMS): Add strptr. |
| 85 | (TESTS): Add run-strptr.sh. |
| 86 | (EXTRA_DIST): Likewise. |
| 87 | (strptr_LDADD): New variable. |
| 88 | |
Mark Wielaard | cc74c21 | 2015-01-15 13:39:06 +0100 | [diff] [blame] | 89 | 2015-01-15 Mark Wielaard <mjw@redhat.com> |
| 90 | |
| 91 | * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY). |
| 92 | * vdsosyms.c (main): Use getpid () instead of getppid (). |
| 93 | |
Mark Wielaard | f8198f2 | 2014-12-27 16:16:29 +0100 | [diff] [blame] | 94 | 2014-12-27 Mark Wielaard <mjw@redhat.com> |
| 95 | |
| 96 | * addrscopes.c (handle_address): Last address in scope is highpc - 1. |
| 97 | * funcscopes.c (handle_function): Likewise. |
| 98 | * run-addrscopes.sh: Adjust last address in scope. |
| 99 | * run-funcscopes.sh: Likewise. |
| 100 | |
Mark Wielaard | b4b2de9 | 2015-01-07 23:39:28 +0100 | [diff] [blame] | 101 | 2015-01-07 Mark Wielaard <mjw@redhat.com> |
| 102 | |
| 103 | * run-addrcfi.sh: Add test for ppc32 eh_frame_hdr address search. |
| 104 | |
Mark Wielaard | 47efc3b | 2015-01-14 21:38:16 +0100 | [diff] [blame] | 105 | 2015-01-14 Mark Wielaard <mjw@redhat.com> |
| 106 | |
| 107 | * testfile-debug-types.bz2: New testfile. |
| 108 | * Makefile.am (EXTRA_DIST): Add testfile-debug-types.bz2. |
| 109 | * typeiter2.c (main): Print both name and offset of found form DIE. |
| 110 | * run-typeiter.s: Adjust output and add testfile-debug-types. |
| 111 | |
Mark Wielaard | 8fb260f | 2014-12-26 16:20:39 +0100 | [diff] [blame] | 112 | 2014-12-26 Mark Wielaard <mjw@redhat.com> |
| 113 | |
| 114 | * run-test-archive64.sh: Add nm test. |
| 115 | |
Mark Wielaard | cdfc853 | 2014-12-19 18:33:52 +0100 | [diff] [blame] | 116 | 2014-12-19 Mark Wielaard <mjw@redhat.com> |
| 117 | |
Mark Wielaard | 3943a38 | 2014-12-19 20:53:22 +0100 | [diff] [blame] | 118 | * run-deleted.sh: Don't check libfunc on ppc64. |
| 119 | |
| 120 | 2014-12-19 Mark Wielaard <mjw@redhat.com> |
| 121 | |
Mark Wielaard | 7152afa | 2014-12-19 18:54:04 +0100 | [diff] [blame] | 122 | * vdsosyms.c (vdso_seen): Removed. |
| 123 | (vdso_syms): New global. |
| 124 | (module_callback): Set and check vdso_syms. |
| 125 | (main): Return value depends on vdso_syms. |
| 126 | |
| 127 | 2014-12-19 Mark Wielaard <mjw@redhat.com> |
| 128 | |
Mark Wielaard | cdfc853 | 2014-12-19 18:33:52 +0100 | [diff] [blame] | 129 | * backtrace-subr.sh (check_native_unsupported): Relax special ARM |
| 130 | grep a little. |
| 131 | * run-deleted.sh: Call check_native_unsupported. |
| 132 | |
Mark Wielaard | e80d324 | 2014-12-18 23:07:12 +0100 | [diff] [blame] | 133 | 2014-12-18 Mark Wielaard <mjw@redhat.com> |
| 134 | |
| 135 | * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2. |
| 136 | |
Mark Wielaard | f3111d5 | 2014-12-12 21:51:27 +0100 | [diff] [blame] | 137 | 2014-12-12 Mark Wielaard <mjw@redhat.com> |
| 138 | |
| 139 | * Makefile.am (deleted_lib_so_CFLAGS): Add |
| 140 | -fasynchronous-unwind-tables. |
| 141 | |
Josh Stone | 080fa4e | 2014-12-11 17:19:23 -0800 | [diff] [blame] | 142 | 2014-12-11 Josh Stone <jistone@redhat.com> |
| 143 | |
| 144 | * run-addr2line-i-lex-test.sh: New test. |
| 145 | * testfile-lex-inlines.bz2: New testfile. |
| 146 | * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and |
| 147 | testfile-lex-inlines.bz2. |
| 148 | (TESTS): Add run-addr2line-i-lex-test.sh. |
| 149 | |
Josh Stone | 2098b3d | 2014-12-10 11:14:40 -0800 | [diff] [blame] | 150 | 2014-12-10 Josh Stone <jistone@redhat.com> |
| 151 | |
| 152 | * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is |
| 153 | preferred over the plain die name. |
| 154 | |
Petr Machata | edb079a | 2014-12-02 21:22:14 +0100 | [diff] [blame] | 155 | 2014-12-02 Petr Machata <pmachata@redhat.com> |
| 156 | |
| 157 | * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef, |
| 158 | DW_MACRO_GNU_undef_indirect opcodes. Add a default branch. |
| 159 | (main): Initialize off to DWARF_GETMACROS_START when an extra |
| 160 | command line argument is passed. |
| 161 | * testfile-macros-0xff.bz2: New test case. |
| 162 | * testfile-macros-0xff.s: New file (source for the above). |
| 163 | * run-dwarf-getmacros.sh: Add two tests. |
| 164 | |
Mark Wielaard | 4466216 | 2014-11-27 23:19:47 +0100 | [diff] [blame] | 165 | 2014-11-27 Mark Wielaard <mjw@redhat.com> |
| 166 | |
| 167 | * vdsosyms.c (main): Call dwfl_linux_proc_attach. |
| 168 | |
Mark Wielaard | 9644aaf | 2014-11-21 23:26:35 +0100 | [diff] [blame] | 169 | 2014-11-21 Mark Wielaard <mjw@redhat.com> |
| 170 | |
| 171 | * run-readelf-A.sh: New test. |
| 172 | * testfileppc32attrs.o.bz2: New test file. |
| 173 | * Makefile.am (TESTS): Add run-readelf-A.sh. |
| 174 | (EXTRA_DIST): Add run-readelf-A.sh and testfileppc32attrs.o.bz2. |
| 175 | |
Mark Wielaard | 5691f86 | 2014-11-10 14:49:20 +0100 | [diff] [blame] | 176 | 2014-11-10 Mark Wielaard <mjw@redhat.com> |
| 177 | |
| 178 | * vdsosyms.c: New test. |
| 179 | * Makefile.am (check_PROGRAMS): Add vdsosyms. |
| 180 | (TESTS): Likewise. |
| 181 | (vdsosyms_LDADD): New variable. |
| 182 | |
Petr Machata | 0a1e81b | 2014-10-17 02:47:15 +0200 | [diff] [blame] | 183 | 2014-09-10 Petr Machata <pmachata@redhat.com> |
| 184 | |
| 185 | * dwarf-getmacros.c: Update to use the new macro iteration |
| 186 | interfaces. |
| 187 | * run-dwarf-getmacros.sh: Adjust, add a test that uses |
| 188 | testfile-macros. |
| 189 | |
Mark Wielaard | 3a36e8a | 2014-10-06 22:00:16 +0200 | [diff] [blame] | 190 | 2014-10-06 Mark Wielaard <mjw@redhat.com> |
| 191 | |
| 192 | * run-aggregate-size.sh: Add testfile-sizes3.o test case. |
| 193 | * testfile-sizes3.o.bz2: New test file. |
| 194 | * Makefile.am (EXTRA_DIST): Add testfile-sizes3.o.bz2. |
| 195 | |
Mark Wielaard | b50014f | 2014-10-02 14:00:47 +0200 | [diff] [blame] | 196 | 2014-10-02 Mark Wielaard <mjw@redhat.com> |
| 197 | |
Mark Wielaard | 281ebd7 | 2014-10-02 22:53:44 +0200 | [diff] [blame] | 198 | * run-deleted.sh: Unset VALGRIND_CMD before running deleted. |
| 199 | |
| 200 | 2014-10-02 Mark Wielaard <mjw@redhat.com> |
| 201 | |
Mark Wielaard | b50014f | 2014-10-02 14:00:47 +0200 | [diff] [blame] | 202 | * Makefile.am (check_PROGRAMS): Add aggregate_size.c. |
| 203 | (TESTS): Add run-aggregate-size.sh. |
| 204 | (EXTRA_DIST): Add run-aggregate-size.sh, testfile-sizes1.o.bz2 |
| 205 | and testfile-sizes2.o.bz2. |
| 206 | (aggregate_size_LDADD): New variable. |
| 207 | * aggregate_size.c: New file. |
| 208 | * run-aggregate-size.sh: New test. |
| 209 | * testfile-sizes1.o.bz2: New test file. |
| 210 | * testfile-sizes2.o.bz2: Likewise. |
| 211 | |
Jan Kratochvil | 6d48bbf | 2014-09-26 22:42:19 +0200 | [diff] [blame] | 212 | 2014-09-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 213 | |
| 214 | Support NT_FILE for locating files. |
| 215 | * Makefile.am (TESTS): Add run-linkmap-cut.sh. |
| 216 | (EXTRA_DIST): Add run-linkmap-cut.sh, linkmap-cut-lib.so.bz2, |
| 217 | linkmap-cut.bz2 and linkmap-cut.core.bz2 . |
| 218 | * linkmap-cut-lib.so.bz2: New file. |
| 219 | * linkmap-cut.bz2: New file. |
| 220 | * linkmap-cut.core.bz2: New file. |
| 221 | * run-linkmap-cut.sh: New file. |
| 222 | * run-unstrip-n.sh: Update its expected output. |
| 223 | |
Jan Kratochvil | 0375056 | 2014-08-17 18:49:36 +0200 | [diff] [blame] | 224 | 2014-08-28 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 225 | |
| 226 | * Makefile.am (check_PROGRAMS): Add deleted and deleted-lib.so. |
| 227 | (TESTS, EXTRA_DIST): Add run-deleted.sh. |
| 228 | (deleted_LDADD, deleted_lib_so_LDFLAGS, deleted_lib_so_CFLAGS): New. |
| 229 | * deleted-lib.c: New file. |
| 230 | * deleted.c: New file. |
| 231 | * run-deleted.sh: New file. |
| 232 | |
Mark Wielaard | 41362da | 2014-06-15 11:35:50 +0200 | [diff] [blame] | 233 | 2014-06-15 Mark Wielaard <mjw@redhat.com> |
| 234 | |
| 235 | * backtrace.c (frame_callback): Error on seeing more than 16 frames. |
| 236 | |
Mark Wielaard | cb5ac6e | 2014-06-14 01:01:58 +0200 | [diff] [blame] | 237 | 2014-06-13 Mark Wielaard <mjw@redhat.com> |
| 238 | |
Mark Wielaard | 1986c17 | 2014-06-14 01:09:17 +0200 | [diff] [blame] | 239 | * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first |
| 240 | frame symname. |
| 241 | |
| 242 | 2014-06-13 Mark Wielaard <mjw@redhat.com> |
| 243 | |
Mark Wielaard | cb5ac6e | 2014-06-14 01:01:58 +0200 | [diff] [blame] | 244 | * backtrace-subr.sh (check_native_unsupported): New function. |
| 245 | (check_native): Call it. |
| 246 | (check_native_core): Likewise. |
| 247 | * run-backtrace-dwarf.sh: Likewise. |
| 248 | |
Mark Wielaard | 14beac3 | 2014-06-11 15:14:23 +0200 | [diff] [blame] | 249 | 2014-06-11 Mark Wielaard <mjw@redhat.com> |
| 250 | |
| 251 | * backtrace.c (main): Check that Dwfl was attached by calling |
| 252 | dwfl_pid and printing the error when it is not. |
| 253 | |
Mark Wielaard | 85482fc | 2014-05-18 22:41:19 +0200 | [diff] [blame] | 254 | 2014-05-18 Mark Wielaard <mjw@redhat.com> |
| 255 | |
| 256 | * testfile-backtrace-demangle.cc (cxxfunc): Make non-static. |
| 257 | (f): Likewise. |
| 258 | * testfile-backtrace-demangle.bz2: Regenerate. |
| 259 | * testfile-backtrace-demangle.core.bz2: Likewise. |
| 260 | |
Mark Wielaard | bb096d0 | 2014-05-03 00:23:06 +0200 | [diff] [blame] | 261 | 2014-05-02 Mark Wielaard <mjw@redhat.com> |
| 262 | |
| 263 | * Makefile.am (TESTS): run-readelf-dwz-multi.sh and |
| 264 | run-allfcts-multi.sh are now added unconditionally. |
| 265 | |
Mark Wielaard | df85bf9 | 2014-05-01 14:48:27 +0200 | [diff] [blame] | 266 | 2014-05-01 Mark Wielaard <mjw@redhat.com> |
| 267 | |
| 268 | * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz |
| 269 | subdir. |
| 270 | |
Mark Wielaard | d81d32d | 2014-04-30 23:00:40 +0200 | [diff] [blame] | 271 | 2014-04-30 Mark Wielaard <mjw@redhat.com> |
| 272 | |
| 273 | * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files. |
| 274 | * Makefile.am (check_PROGRAMS): Add buildid. |
| 275 | (TESTS): Add run-buildid.sh. |
| 276 | (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2. |
| 277 | (buildid_LDADD): New variable. |
| 278 | |
Florian Weimer | 4813dbb | 2014-04-24 14:06:43 +0200 | [diff] [blame] | 279 | 2014-04-24 Florian Weimer <fweimer@redhat.com> |
| 280 | |
Florian Weimer | 2248165 | 2014-04-15 16:58:39 +0200 | [diff] [blame] | 281 | * allfcts.c (setup_alt): New function. |
| 282 | (main): Call it. Implementation additional error checking and |
| 283 | reporting. |
| 284 | |
| 285 | 2014-04-24 Florian Weimer <fweimer@redhat.com> |
| 286 | |
Florian Weimer | 4813dbb | 2014-04-24 14:06:43 +0200 | [diff] [blame] | 287 | * debugaltlink.c, run-debugaltlink.sh: New files. |
| 288 | * Makefile.am (check_PROGRAMS): Add debugaltlink. |
| 289 | (TESTS): Add run-debugaltlink.sh. |
| 290 | (debugaltlink_LDADD): New variable. |
| 291 | |
Mark Wielaard | 9380297 | 2014-04-11 23:52:47 +0200 | [diff] [blame] | 292 | 2014-04-11 Mark Wielaard <mjw@redhat.com> |
| 293 | |
| 294 | * Makefile.am (AM_CPPFLAGS): Add -I libdwelf. |
| 295 | (check_PROGRAMS): Add debuglink. |
| 296 | (TESTS): Add run-debuglink.sh |
| 297 | (EXTRA_DIST): Likewise. |
| 298 | (debuglink_LDADD): New. |
| 299 | * debuglink.c: New file. |
| 300 | * run-debuglink.sh: Likewise. |
| 301 | |
Mark Wielaard | fe4b5fd | 2014-04-23 09:54:30 +0200 | [diff] [blame] | 302 | 2014-03-23 Mark Wielaard <mjw@redhat.com> |
| 303 | |
| 304 | * run-nm-self.sh: Use test = not == for string comparisons. |
| 305 | |
Kurt Roeckx | 02cefda | 2014-04-22 21:46:22 +0200 | [diff] [blame] | 306 | 2014-04-22 Kurt Roeckx <kurt@roeckx.be> |
| 307 | |
| 308 | * backtrace.c: Make Linux only. |
| 309 | * backtrace-child.c: Make Linux only. |
| 310 | * backtrace-data.c: Make Linux only. |
| 311 | * backtrace-dwarf.c: Make Linux only. |
| 312 | * backtrace-subr.sh: Skip core file unwinding tests when not supported. |
| 313 | |
Mark Wielaard | 3232479 | 2014-04-13 17:39:57 +0200 | [diff] [blame] | 314 | 2014-03-14 Mark Wielaard <mjw@redhat.com> |
| 315 | |
| 316 | * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all |
| 317 | LDADD lines. |
| 318 | * configure.ac: Remove MUDFLAP conditional. |
| 319 | |
Mark Wielaard | f7cdc74 | 2014-04-09 22:38:07 +0200 | [diff] [blame] | 320 | 2014-04-09 Mark Wielaard <mjw@redhat.com> |
| 321 | |
| 322 | * run-readelf-zdebug.sh: New test. |
| 323 | * testfile-debug.bz2: New testfile. |
| 324 | * testfile-zdebug.bz2: New testfile. |
| 325 | * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB. |
| 326 | (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and |
| 327 | testfile-zdebug.bz2. |
| 328 | |
Mark Wielaard | 110c273 | 2014-04-10 15:02:53 +0200 | [diff] [blame] | 329 | 2014-04-10 Mark Wielaard <mjw@redhat.com> |
| 330 | |
| 331 | * testfile_i686_core.bz2: New test file. |
| 332 | * run-readelf-mixed-corenote.sh: Add testfile_i686_core test. |
| 333 | * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2 |
| 334 | |
Mark Wielaard | 66637fa | 2014-04-09 11:48:23 +0200 | [diff] [blame] | 335 | 2014-04-09 Mark Wielaard <mjw@redhat.com> |
| 336 | |
| 337 | * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh. |
| 338 | (EXTRA_DIST): Add run-backtrace-core-aarch64.sh, |
| 339 | backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2. |
| 340 | * run-backtrace-core-aarch64.sh: New test. |
| 341 | |
Josh Stone | 51fff30 | 2014-03-11 18:13:55 -0700 | [diff] [blame] | 342 | 2014-03-11 Josh Stone <jistone@redhat.com> |
| 343 | |
| 344 | * testfilebaxmin.bz2: New testfile. |
| 345 | * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2. |
| 346 | * run-readelf-s.sh: Test testfilebaxmin. |
| 347 | * run-dwflsyms.sh: Likewise. |
| 348 | |
Mark Wielaard | 225dddf | 2014-01-26 20:16:48 +0100 | [diff] [blame] | 349 | 2014-01-26 Mark Wielaard <mjw@redhat.com> |
| 350 | |
| 351 | * backtrace-subr.sh (check_unsupported): Special case arm*. |
| 352 | |
Mark Wielaard | a02d90a | 2014-01-25 14:32:42 +0100 | [diff] [blame] | 353 | 2014-01-25 Mark Wielaard <mjw@redhat.com> |
| 354 | |
| 355 | * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to |
| 356 | location expression: call_frame_cfa stack_value. |
| 357 | |
Mark Wielaard | f48eb6b | 2014-01-23 00:56:41 +0100 | [diff] [blame] | 358 | 2014-01-22 Mark Wielaard <mjw@redhat.com> |
| 359 | |
| 360 | * Makefile.am (line2addr_no_Wformat): Removed. |
| 361 | |
Mark Wielaard | 13968d9 | 2014-01-21 16:13:49 +0100 | [diff] [blame] | 362 | 2014-01-21 Mark Wielaard <mjw@redhat.com> |
| 363 | |
| 364 | * Makefile.am (TESTS): Add run-stack-i-test.sh. |
| 365 | (EXTRA_DIST): Likewise. |
| 366 | * run-stack-i-test.sh: New test. |
| 367 | |
Mark Wielaard | 531a30a | 2014-01-20 23:09:26 +0100 | [diff] [blame] | 368 | 2014-01-20 Mark Wielaard <mjw@redhat.com> |
| 369 | |
| 370 | * Makefile.am (TESTS): Add run-stack-d-test.sh. |
| 371 | (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2 |
| 372 | testfiledwarfinlines.core.bz2. |
| 373 | * run-stack-d-test.sh: New test. |
| 374 | * testfiledwarfinlines.bz2: New test file. |
| 375 | * testfiledwarfinlines.core.bz2: Likewise. |
| 376 | |
Mark Wielaard | d7cffa7 | 2014-01-16 09:45:51 +0100 | [diff] [blame] | 377 | 2014-01-16 Mark Wielaard <mjw@redhat.com> |
| 378 | |
Mark Wielaard | c80375d | 2014-01-16 13:48:24 +0100 | [diff] [blame] | 379 | * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun |
| 380 | on one ET_REL, one ET_EXEC and one ET_DYN file. |
| 381 | * test-subr.sh (self_test_files): Add two ET_REL files, only add |
| 382 | two libebl ET_DYN backend files. |
| 383 | |
| 384 | 2014-01-16 Mark Wielaard <mjw@redhat.com> |
| 385 | |
Mark Wielaard | d7cffa7 | 2014-01-16 09:45:51 +0100 | [diff] [blame] | 386 | * run-backtrace-demangle.sh: Check exitcode and max number of frames. |
| 387 | |
Jan Kratochvil | 435808a | 2014-01-18 21:56:13 +0100 | [diff] [blame] | 388 | 2014-01-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 389 | |
| 390 | Fix false FAILs on testsuite with ulimit -c unlimited. |
| 391 | * backtrace-child.c (sigusr2): Call pthread_exit. |
| 392 | (main): Return, do not call abort. |
| 393 | |
Jan Kratochvil | 7c6e785 | 2014-01-15 21:16:57 +0100 | [diff] [blame] | 394 | 2014-01-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 395 | |
| 396 | Fix corruption of non-C++ symbols by the demangler. |
| 397 | * Makefile.am (TESTS): Add run-backtrace-demangle.sh. |
| 398 | <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export. |
| 399 | (EXTRA_DIST): Add run-backtrace-demangle.sh, |
| 400 | testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc, |
| 401 | testfile-backtrace-demangle.core.bz2. |
| 402 | * backtrace-demangle.cc: New file. |
| 403 | * run-backtrace-demangle.sh: New file. |
| 404 | * testfile-backtrace-demangle.bz2: New file. |
| 405 | * testfile-backtrace-demangle.cc: New file. |
| 406 | * testfile-backtrace-demangle.core.bz2: New file. |
| 407 | |
Matthias Klose | e922ec4 | 2014-01-07 10:25:29 +0100 | [diff] [blame] | 408 | 2014-01-07 Matthias Klose <doko@ubuntu.com> |
| 409 | |
| 410 | * backtrace-subr.sh (check_native_core): Check to see if core file |
| 411 | was created without ".PID" extension, if so mv core to core.PID. |
| 412 | Skip test if no core file was created or could be found. |
| 413 | |
Mark Wielaard | 4f1c96d | 2014-01-04 14:24:58 +0100 | [diff] [blame] | 414 | 2014-01-04 Mark Wielaard <mjw@redhat.com> |
| 415 | |
Mark Wielaard | 70c3a53 | 2014-01-04 23:28:33 +0100 | [diff] [blame] | 416 | * backtrace-data.c (main): Don't assert if raise returns. |
| 417 | * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with |
| 418 | assume_ptrace_attached true. |
| 419 | (ptrace_detach_stopped): Removed function. |
| 420 | (main): Don't call ptrace_detach_stopped. |
| 421 | * backtrace.c (ptrace_detach_stopped): Removed function. |
| 422 | (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached |
| 423 | true. |
| 424 | (exec_dump): Don't call ptrace_detach_stopped. |
| 425 | |
| 426 | 2014-01-04 Mark Wielaard <mjw@redhat.com> |
| 427 | |
Mark Wielaard | 1051a0c | 2014-01-04 15:41:04 +0100 | [diff] [blame] | 428 | * backtrace-subr.sh (check_native_core): Skip, exit 77, the test |
| 429 | if we cannot adjust core ulimit. |
| 430 | |
| 431 | 2014-01-04 Mark Wielaard <mjw@redhat.com> |
| 432 | |
Mark Wielaard | 4f1c96d | 2014-01-04 14:24:58 +0100 | [diff] [blame] | 433 | * cleanup-13.c (force_unwind_stop): Removed. |
| 434 | (force_unwind): Just call abort. Don't setup _Unwind_Exception and |
| 435 | don't call _Unwind_ForcedUnwind. |
| 436 | |
Mark Wielaard | b92af19 | 2014-01-03 18:15:02 +0100 | [diff] [blame] | 437 | 2014-01-03 Mark Wielaard <mjw@redhat.com> |
| 438 | |
| 439 | * run-addrcfi.sh: Add case for EM_AARCH64. |
| 440 | * testfileaarch64.bz2: New testfile. |
| 441 | * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2. |
| 442 | |
Mark Wielaard | 1910801 | 2013-12-30 22:00:57 +0100 | [diff] [blame] | 443 | 2013-12-30 Mark Wielaard <mjw@redhat.com> |
| 444 | |
| 445 | * backtrace-dwarf.c (report_pid): Explicitly call |
| 446 | dwfl_linux_proc_attach and check for errors. |
| 447 | * backtrace.c (report_pid): Likewise. |
| 448 | |
Mark Wielaard | b6ef1ce | 2013-12-21 19:39:19 +0100 | [diff] [blame] | 449 | 2013-12-21 Mark Wielaard <mjw@redhat.com> |
| 450 | |
| 451 | * backtrace.c (callback_verify): Only assert that case 5 is the last |
| 452 | instruction of backtracegen on x86_64 native. |
| 453 | |
Jan Kratochvil | c6a4148 | 2013-12-17 18:49:54 +0100 | [diff] [blame] | 454 | 2013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
Mark Wielaard | 159ac52 | 2013-12-18 11:05:54 +0100 | [diff] [blame] | 455 | Mark Wielaard <mjw@redhat.com> |
| 456 | |
| 457 | * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2 |
| 458 | and testfilebaz*ppc64*.bz2 files. |
| 459 | * dwflsyms.c (list_syms): Remove unused from parameter mod_name. Print |
| 460 | error on dwfl_module_getsymtab error. |
| 461 | (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info. |
| 462 | Compare values for non-ET_REL. Use dwfl_module_addrinfo. |
| 463 | Also print section of actual value if different from sym. |
| 464 | * run-addrname-test.sh (testfile66, testfile66.core): New tests. |
| 465 | Test addr2line -x by showing different sections for address and |
| 466 | found name in testfile66. |
| 467 | * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko, |
| 468 | testfilebaz*ppc64): New tests. |
| 469 | * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2, |
| 470 | testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2, |
| 471 | testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2, |
| 472 | testfilebazmdbppc64.bz2, testfilebazminppc64.bz2, |
| 473 | testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2, |
| 474 | testfilebaztabppc64.bz2: New test files. |
| 475 | |
| 476 | 2013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
Jan Kratochvil | c6a4148 | 2013-12-17 18:49:54 +0100 | [diff] [blame] | 477 | |
| 478 | unwinder: s390 and s390x |
| 479 | * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and |
| 480 | run-backtrace-core-s390.sh. |
| 481 | (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2, |
| 482 | backtrace.s390.core.bz2, backtrace.s390.exec.bz2, |
| 483 | run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh. |
| 484 | * backtrace.s390.core.bz2: New file. |
| 485 | * backtrace.s390.exec.bz2: New file. |
| 486 | * backtrace.s390x.core.bz2: New file. |
| 487 | * backtrace.s390x.exec.bz2: New file. |
| 488 | * run-backtrace-core-s390.sh: New file. |
| 489 | * run-backtrace-core-s390x.sh: New file. |
| 490 | |
Jan Kratochvil | b3c810f | 2013-12-17 21:11:48 +0100 | [diff] [blame] | 491 | 2013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 492 | |
| 493 | * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused |
| 494 | code. |
| 495 | |
Jan Kratochvil | 5cbf42a | 2013-12-15 18:56:17 +0100 | [diff] [blame] | 496 | 2013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 497 | |
| 498 | unwinder: ppc |
| 499 | * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh. |
| 500 | (EXTRA_DIST): Add backtrace.ppc.core.bz2, |
| 501 | backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh. |
| 502 | * backtrace.ppc.core.bz2: New file. |
| 503 | * backtrace.ppc.exec.bz2: New file. |
| 504 | * run-backtrace-core-ppc.sh: New file. |
| 505 | |
Mark Wielaard | 7fc4929 | 2013-12-13 22:42:46 +0100 | [diff] [blame] | 506 | 2013-12-10 Mark Wielaard <mjw@redhat.com> |
| 507 | |
Mark Wielaard | 63572f4 | 2013-12-13 23:12:18 +0100 | [diff] [blame] | 508 | * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c. |
| 509 | |
| 510 | 2013-12-10 Mark Wielaard <mjw@redhat.com> |
| 511 | |
Mark Wielaard | 7fc4929 | 2013-12-13 22:42:46 +0100 | [diff] [blame] | 512 | * Makefile.am (valgrind_cmd): Remove --trace-children=yes. |
| 513 | * backtrace-subr.sh (check_native_core): Disable valgrind while |
| 514 | dumping core. |
| 515 | * run-backtrace-data.sh: Disable valgrind. |
| 516 | * run-backtrace-dwarf.sh: Likewise. |
| 517 | |
Mark Wielaard | 3951f2e | 2013-12-09 16:33:26 +0100 | [diff] [blame] | 518 | 2013-12-09 Mark Wielaard <mjw@redhat.com> |
| 519 | |
| 520 | * varlocs.c (print_expr): Update comment to explain empty location |
| 521 | associated with DW_OP_GNU_implicit_pointer. |
| 522 | |
Jan Kratochvil | f88863f | 2013-12-05 16:16:14 +0100 | [diff] [blame] | 523 | 2013-12-05 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 524 | |
| 525 | Fix test FAIL with -O2. |
| 526 | * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub. |
| 527 | |
Mark Wielaard | 813aae0 | 2013-12-05 15:26:51 +0100 | [diff] [blame] | 528 | 2013-12-05 Mark Wielaard <mjw@redhat.com> |
| 529 | |
| 530 | * backtrace-data.c (main): If unsupported also print to stderr. |
| 531 | * run-backtrace-dwarf.sh: Add check_unsupported and check_main. |
| 532 | |
Mark Wielaard | 1bfab19 | 2013-12-04 20:55:23 +0100 | [diff] [blame] | 533 | 2013-12-04 Mark Wielaard <mjw@redhat.com> |
| 534 | |
| 535 | * Makefile.am (backtrace-child-biarch): Add $(EXEEXT). |
| 536 | |
Jan Kratochvil | 8ae9bc9 | 2013-12-02 20:54:28 +0100 | [diff] [blame] | 537 | 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 538 | |
| 539 | * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child, |
| 540 | backtrace-data and backtrace-dwarf. |
| 541 | (BUILT_SOURCES, clean-local, backtrace-child-biarch): New. |
| 542 | (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh, |
| 543 | run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh, |
| 544 | run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh, |
| 545 | run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh. |
| 546 | <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH. |
| 547 | (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh, |
| 548 | cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh, |
| 549 | run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh, |
| 550 | run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh, |
| 551 | backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2, |
| 552 | backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2. |
| 553 | (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS) |
| 554 | (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD): |
| 555 | New. |
| 556 | * backtrace-child.c: New file. |
| 557 | * backtrace-data.c: New file. |
| 558 | * backtrace-dwarf.c: New file. |
| 559 | * backtrace-subr.sh: New file. |
| 560 | * backtrace.c: New file. |
| 561 | * cleanup-13.c: New file. |
| 562 | * backtrace.i386.core.bz2: New file. |
| 563 | * backtrace.i386.exec.bz2: New file. |
| 564 | * backtrace.x86_64.core.bz2: New file. |
| 565 | * backtrace.x86_64.exec.bz2: New file. |
| 566 | * run-backtrace-core-i386.sh: New file. |
| 567 | * run-backtrace-core-x86_64.sh: New file. |
| 568 | * run-backtrace-native-biarch.sh: New file. |
| 569 | * run-backtrace-native-core-biarch.sh: New file. |
| 570 | * run-backtrace-native-core.sh: New file. |
| 571 | * run-backtrace-native.sh: New file. |
| 572 | * run-backtrace-data.sh: New file. |
| 573 | * run-backtrace-dwarf.sh: New file. |
| 574 | |
Mark Wielaard | 819c349 | 2013-11-27 16:45:44 +0100 | [diff] [blame] | 575 | 2013-11-27 Mark Wielaard <mjw@redhat.com> |
| 576 | |
| 577 | * dwflsyms.c (gelf_bind_order): New function. |
| 578 | (elf_section_name): Likewise. |
| 579 | (addr_in_section): Likewise. |
| 580 | (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf. |
| 581 | Refine assert using gelf_bind_order. Print elf_section_name. Check |
| 582 | bias with addr_in_section. |
| 583 | * run-dwflsyms.sh: Add section names to expected output. |
| 584 | |
Mark Wielaard | 0d5a867 | 2013-11-26 10:44:18 +0100 | [diff] [blame] | 585 | 2013-11-26 Mark Wielaard <mjw@redhat.com> |
| 586 | |
| 587 | * Makefile.am (EXTRA_DIST): Add run-funcretval.sh. |
| 588 | |
Petr Machata | 98c8a73 | 2013-11-26 03:10:31 +0100 | [diff] [blame] | 589 | 2013-11-25 Petr Machata <pmachata@redhat.com> |
| 590 | |
| 591 | * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files. |
| 592 | * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise. |
| 593 | * Makefile.am (EXTRA_DIST): Add these. |
| 594 | (TESTS): Add run-funcretval.sh. |
| 595 | * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test. |
| 596 | * run-readelf-mixed-corenote.sh: ... and for a readelf -n test. |
| 597 | * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2. |
| 598 | * run-funcretval.sh: New file. |
| 599 | |
Josh Stone | db35c87 | 2013-11-18 14:29:35 -0800 | [diff] [blame] | 600 | 2013-11-18 Josh Stone <jistone@redhat.com> |
| 601 | |
| 602 | * testfilebazdbg_plr.bz2: New testfile. |
| 603 | * testfilebazmin_plr.bz2: Likewise. |
| 604 | * Makefile.am (EXTRA_DIST): Add the above files. |
| 605 | * run-dwflsyms.sh: Add prelink -r tests. |
| 606 | |
Mark Wielaard | 68ce4fc | 2013-11-16 00:11:38 +0100 | [diff] [blame] | 607 | 2013-11-15 Mark Wielaard <mjw@redhat.com> |
| 608 | |
| 609 | * testfilebazmdb.bz2: Regenerated. |
| 610 | * testfilebazmin.bz2: Likewise. |
| 611 | * testfilebazdbg_pl.bz2: New testfile. |
| 612 | * testfilebazmin_pl.bz2: Likewise. |
| 613 | * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and |
| 614 | testfilebazmin_pl.bz2. |
| 615 | * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and |
| 616 | print relative address of function symbols. |
| 617 | * run-dwflsyms.sh: Add prelink tests and adjust expected output. |
| 618 | |
Michael Forney | a45c804 | 2013-11-01 00:51:04 -0700 | [diff] [blame] | 619 | 2013-11-01 Michael Forney <mforney@mforney.org> |
| 620 | |
| 621 | * Makefile.am (TESTS_ENVIRONMENT): Use and export NM. |
| 622 | * run-arsymtest.sh: Use NM. |
| 623 | |
Mark Wielaard | d8c75df | 2013-11-05 11:27:19 +0100 | [diff] [blame] | 624 | 2013-11-05 Mark Wielaard <mjw@redhat.com> |
| 625 | |
| 626 | * allfcts.c (main): Correct dwarf_getfuncs return value check. |
| 627 | |
Mark Wielaard | e6a9bb8 | 2013-10-10 11:40:12 +0200 | [diff] [blame] | 628 | 2013-10-10 Mark Wielaard <mjw@redhat.com> |
| 629 | Josh Stone <jistone@redhat.com> |
| 630 | |
| 631 | * run-allfcts-multi.sh: New test. |
| 632 | * test-offset-loop.bz2: New testfile. |
| 633 | * test-offset-loop.alt.bz2: New testfile. |
| 634 | * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ. |
| 635 | (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and |
| 636 | test-offset-loop.alt.bz2. |
| 637 | |
Mark Wielaard | d182974 | 2013-10-15 23:53:32 +0200 | [diff] [blame] | 638 | 2013-10-15 Mark Wielaard <mjw@redhat.com> |
| 639 | |
| 640 | * run-unstrip-M.sh: New test. |
| 641 | * Makefile.am (TESTS): Add run-unstrip-M.sh. |
| 642 | (EXTRA_DIST): Likewise. |
| 643 | |
Mark Wielaard | 3dec3e1 | 2013-10-06 17:04:07 +0200 | [diff] [blame] | 644 | 2013-10-06 Mark Wielaard <mjw@redhat.com> |
| 645 | |
| 646 | * run-addrcfi.sh: Remove nop from expected ppc and ppc64 |
| 647 | location expression. |
| 648 | |
Josh Stone | 5dbbc5e | 2013-10-03 12:38:25 -0700 | [diff] [blame] | 649 | 2013-10-03 Josh Stone <jistone@redhat.com> |
| 650 | |
| 651 | * typeiter2.c: New file, reversing typeiter.c. |
| 652 | * run-typeiter.sh: Also run typeiter2. |
Mark Wielaard | d182974 | 2013-10-15 23:53:32 +0200 | [diff] [blame] | 653 | * Makefile.am (check_PROGRAMS): Add typeiter2. |
Josh Stone | 5dbbc5e | 2013-10-03 12:38:25 -0700 | [diff] [blame] | 654 | (typeiter2_LDADD): New variable. |
| 655 | |
Petr Machata | ab22410 | 2013-09-26 00:39:34 +0200 | [diff] [blame] | 656 | 2013-09-26 Petr Machata <pmachata@redhat.com> |
| 657 | |
Petr Machata | 0c9ae0c | 2013-09-26 21:02:22 +0200 | [diff] [blame] | 658 | * run-readelf-mixed-corenote.sh: Update output of testfile71 |
| 659 | dump--readelf can newly decode the NT_FILE note. |
| 660 | |
| 661 | 2013-09-26 Petr Machata <pmachata@redhat.com> |
| 662 | |
Petr Machata | ab22410 | 2013-09-26 00:39:34 +0200 | [diff] [blame] | 663 | * Makefile.am (EXTRA_DIST): Add testfile71.bz2. |
| 664 | * run-readelf-mixed-corenote.sh: New test for this file. |
| 665 | * testfile71.bz2: New file. |
| 666 | |
Mark Wielaard | 1b734df | 2013-09-20 09:50:42 -0400 | [diff] [blame] | 667 | 2013-09-20 Mark Wielaard <mjw@redhat.com> |
| 668 | |
| 669 | * allfcts.c (cb): Return DWARF_CB_ABORT. |
| 670 | (main): Iterate over all offsets returned by dwarf_getfuncs. |
| 671 | * run-allfcts.sh: Add nested_funcs and class_func testcases. |
| 672 | * testfile_nested_funcs.bz2: New test file. |
| 673 | * testfile_class_func.bz2: Likewise. |
| 674 | * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and |
| 675 | testfile_nested_funcs.bz2. |
| 676 | |
Mark Wielaard | 6e6e54e | 2013-08-31 00:52:12 +0200 | [diff] [blame] | 677 | 2013-08-30 Mark Wielaard <mjw@redhat.com> |
| 678 | |
| 679 | * Makefile.am (check_PROGRAMS): Add varlocs. |
| 680 | (TESTS): Add run-varlocs.sh. |
| 681 | (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c, |
| 682 | testfile_const_type.bz2, testfile_implicit_pointer.c, |
| 683 | testfile_implicit_pointer.bz2, testfile_parameter_ref.c, |
| 684 | testfile_entry_value.c, testfile_entry_value.bz2, |
| 685 | testfile_implicit_value.c and testfile_implicit_value.bz2. |
| 686 | (varlocs_LDADD): New. |
| 687 | * run-varlocs: New test. |
| 688 | * testfile_const_type.c: New test source file. |
| 689 | * testfile_entry_value.c: Likewise. |
| 690 | * testfile_implicit_pointer.c: Likewise. |
| 691 | * testfile_implicit_value.c: Likewise. |
| 692 | * testfile_parameter_ref.c: Likewise. |
| 693 | * testfile_const_type.bz2: New test file. |
| 694 | * testfile_entry_value.bz2: Likewise. |
| 695 | * testfile_implicit_pointer.bz2: Likewise. |
| 696 | * testfile_implicit_value.bz2: Likewise. |
| 697 | * testfile_parameter_ref.bz2: Likewise. |
| 698 | * varlocs.c: New test source. |
| 699 | |
Mark Wielaard | 92e47d6 | 2013-09-02 16:46:50 +0200 | [diff] [blame] | 700 | 2013-08-29 Mark Wielaard <mjw@redhat.com> |
| 701 | |
| 702 | * run-addrcfi.sh: Add case for EM_ARM. |
| 703 | * testfilearm.bz2: New testfile. |
| 704 | * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2. |
| 705 | |
Mark Wielaard | d3f1645 | 2013-08-28 18:10:44 +0200 | [diff] [blame] | 706 | 2013-08-28 Mark Wielaard <mjw@redhat.com> |
| 707 | |
Mark Wielaard | 79b9181 | 2013-08-28 21:54:58 +0200 | [diff] [blame] | 708 | * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame |
| 709 | completely missing. |
| 710 | * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64. |
| 711 | * testfiles390.bz2: New testfile. |
| 712 | * testfiles390x.bz2: Likewise. |
| 713 | * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and |
| 714 | testfiles390x.bz2. |
| 715 | |
| 716 | 2013-08-28 Mark Wielaard <mjw@redhat.com> |
| 717 | |
Mark Wielaard | d3f1645 | 2013-08-28 18:10:44 +0200 | [diff] [blame] | 718 | * addrcfi.c (handle_cfi): Use printf not error. |
| 719 | * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64. |
| 720 | * testfileppc32.bz2: New testfile. |
| 721 | * testfileppc64.bz2: Likewise. |
| 722 | * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and |
| 723 | testfileppc64.bz2. |
| 724 | |
Mark Wielaard | 292b178 | 2013-08-27 15:40:56 +0200 | [diff] [blame] | 725 | 2013-08-27 Mark Wielaard <mjw@redhat.com> |
| 726 | |
| 727 | * run-addrcfi.sh: New test. |
| 728 | * Makefile.am (TESTS): Add run-addrcfi.sh. |
| 729 | (EXTRA_DIST): Likewise. |
| 730 | * addrcfi.c (op_name): New function. |
| 731 | (print_detail): Call and print op_name. Check ops, not result |
| 732 | to check if this is "same value" or "undefined". |
| 733 | (handle_cfi): Make sure cfa_ops doesn't point to NULL. |
| 734 | |
Mark Wielaard | 4b9e639 | 2013-08-13 11:40:21 +0200 | [diff] [blame] | 735 | 2013-08-13 Mark Wielaard <mjw@redhat.com> |
| 736 | |
| 737 | * run-addr2line-i-test.sh: New test. |
| 738 | * testfile-inlines.bz2: New testfile. |
| 739 | * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and |
| 740 | testfile-inlines.bz2. |
| 741 | (TESTS): Add run-addr2line-i-test.sh. |
| 742 | |
Mark Wielaard | d0f8501 | 2013-08-12 14:21:31 +0200 | [diff] [blame] | 743 | 2013-08-12 Mark Wielaard <mjw@redhat.com> |
| 744 | |
| 745 | * run-addr2line-test.sh: New test. |
| 746 | * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh. |
| 747 | (TESTS): Likewise. |
| 748 | |
Jan Kratochvil | 596d430 | 2013-07-23 16:30:01 +0200 | [diff] [blame] | 749 | 2013-07-23 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 750 | |
| 751 | * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of |
| 752 | the entries. |
| 753 | |
Mark Wielaard | 263d7ee | 2013-07-02 16:16:58 +0200 | [diff] [blame] | 754 | 2013-07-02 Mark Wielaard <mjw@redhat.com> |
| 755 | |
| 756 | * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in |
| 757 | testfilenolines.bz2. |
| 758 | |
Jan Kratochvil | 8ff8629 | 2013-05-30 13:21:20 +0200 | [diff] [blame] | 759 | 2013-05-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 760 | |
| 761 | * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2, |
| 762 | test-core.core.bz2 and test-core.exec.bz2. |
| 763 | * run-addrname-test.sh: New test for these files. |
| 764 | * run-unstrip-n.sh: Update expected output. New test for these files. |
| 765 | * test-core-lib.so.bz2: New file. |
| 766 | * test-core.core.bz2: New file. |
| 767 | * test-core.exec.bz2: New file. |
| 768 | |
Mark Wielaard | 9affad3 | 2013-05-03 11:28:49 +0200 | [diff] [blame] | 769 | 2013-05-03 Mark Wielaard <mjw@redhat.com> |
| 770 | |
| 771 | * testfilenolines.bz2: New test file. |
| 772 | * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2. |
| 773 | * run-get-lines.sh: Run testrun_compare on testfilenolines. |
| 774 | |
Jan Kratochvil | 904aec2 | 2013-04-30 14:27:16 +0200 | [diff] [blame] | 775 | 2013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 776 | |
| 777 | * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf. |
| 778 | |
Mark Wielaard | 807ea31 | 2013-04-29 20:48:36 +0200 | [diff] [blame] | 779 | 2013-04-29 Mark Wielaard <mjw@redhat.com> |
| 780 | |
| 781 | * test-subr.sh: Don't use pushd, just cd into test-dir. |
| 782 | (exit_cleanup): Don't use popd, just cd .. to get out. |
| 783 | |
Mark Wielaard | a609831 | 2013-04-26 21:21:56 +0200 | [diff] [blame] | 784 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 785 | |
Mark Wielaard | 527e21e | 2013-04-27 23:15:44 +0200 | [diff] [blame] | 786 | * test-subr.sh (exit_cleanup): New function. |
| 787 | (trap): Use exit_cleanup as argument. |
| 788 | * run-native-test.sh (native_exit): New function. |
| 789 | (trap): For EXIT (0) use native_exit as argument. |
| 790 | |
| 791 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 792 | |
Mark Wielaard | b0f202e | 2013-04-28 00:54:17 +0200 | [diff] [blame] | 793 | * update1.c (main): Use unique tempfile name and unlink file. |
| 794 | * update2.c (main): Likewise. |
| 795 | * update3.c (main): Likewise. |
| 796 | * update4.c (main): Use unique tempfile name. |
| 797 | |
| 798 | 2013-04-27 Mark Wielaard <mjw@redhat.com> |
| 799 | |
Mark Wielaard | a609831 | 2013-04-26 21:21:56 +0200 | [diff] [blame] | 800 | * run-alldts.sh: Add testfile-alldts to tempfiles. |
| 801 | * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles. |
| 802 | * run-macro-test.sh: Add readelf.macros.out to tempfiles. |
| 803 | * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2 |
| 804 | and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles. |
| 805 | |
Mark Wielaard | 86be792 | 2013-04-26 23:44:25 +0200 | [diff] [blame] | 806 | 2013-04-26 Mark Wielaard <mjw@redhat.com> |
| 807 | |
| 808 | * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment, |
| 809 | remove wrapper. |
| 810 | (TESTS_ENVIRONMENT): Likewise. |
| 811 | (installed_LOG_COMPILER): New variable defining wrapper. |
| 812 | (LOG_COMPILER): Likewise. |
| 813 | * run-*.sh: Fixup location of input and output files. |
| 814 | * test-subr.sh: Create test_dir, pushd to execute test in. |
| 815 | (trap): Remove test_dir. |
| 816 | (testfiles): Use abs_srcdir. |
| 817 | (installed_testrun): Match on abs_builddir or abs_top_builddir. |
| 818 | (self_test_files): Adjust path. |
| 819 | |
Mark Wielaard | cdaaf21 | 2013-04-25 16:50:11 -0400 | [diff] [blame] | 820 | 2013-04-24 Mark Wielaard <mjw@redhat.com> |
| 821 | |
| 822 | * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. |
| 823 | |
Mark Wielaard | a8c7f05 | 2013-03-25 21:11:53 +0100 | [diff] [blame] | 824 | 2013-03-25 Mark Wielaard <mjw@redhat.com> |
| 825 | |
Mark Wielaard | b79788c | 2013-03-25 11:45:22 +0100 | [diff] [blame] | 826 | * run-readelf-aranges.sh: New test. |
| 827 | * testfilefoobarbaz.bz2: New test file. |
| 828 | * Makefile.am (TESTS): Add run-readelf-aranges.sh. |
| 829 | (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2. |
| 830 | |
| 831 | 2013-03-25 Mark Wielaard <mjw@redhat.com> |
| 832 | |
Mark Wielaard | a8c7f05 | 2013-03-25 21:11:53 +0100 | [diff] [blame] | 833 | * run-readelf-dwz-multi.sh: Expect high_pc also as address. |
| 834 | |
Jan Kratochvil | a1d4482 | 2013-03-19 13:40:13 +0100 | [diff] [blame] | 835 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 836 | |
| 837 | * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align. |
| 838 | (TESTS): Add run-dwfl-report-elf-align.sh. |
| 839 | (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and |
| 840 | testfile-dwfl-report-elf-align-shlib.so.bz2 . |
| 841 | (dwfl_report_elf_align_LDADD): New. |
| 842 | * dwfl-report-elf-align.c: New file. |
| 843 | * run-dwfl-report-elf-align.sh: New file. |
| 844 | * testfile-dwfl-report-elf-align-shlib.so.bz2: New file. |
| 845 | |
Mark Wielaard | f1b06b5 | 2013-03-12 12:02:51 +0100 | [diff] [blame] | 846 | 2013-03-12 Mark Wielaard <mjw@redhat.com> |
| 847 | |
| 848 | * run-dwfllines.sh: New test. |
| 849 | * dwfllines.c: New test program. |
| 850 | * Makefile.am (TESTS): Add run-dwfllines.sh. |
| 851 | (EXTRA_DIST): Likewise. |
| 852 | (dwfllines_LDADD): New variable. |
| 853 | |
Mark Wielaard | f6185a7 | 2013-02-22 23:42:59 +0100 | [diff] [blame] | 854 | 2013-02-22 Mark Wielaard <mjw@redhat.com> |
| 855 | |
| 856 | * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh. |
| 857 | (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS. |
| 858 | |
Mark Wielaard | 443304e | 2013-02-15 22:45:22 +0100 | [diff] [blame] | 859 | 2013-02-15 Mark Wielaard <mjw@redhat.com> |
| 860 | |
| 861 | * testfile-dwzstr.bz2: New testfile. |
| 862 | * testfile-dwzstr.multi.bz2: Likewise. |
| 863 | * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test. |
| 864 | * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and |
| 865 | testfile-dwzstr.multi.bz2. |
| 866 | |
Mark Wielaard | 6c4b207 | 2013-01-30 11:04:38 +0100 | [diff] [blame] | 867 | 2013-01-30 Mark Wielaard <mjw@redhat.com> |
| 868 | |
| 869 | * testfileloc.bz2: New testfile. |
| 870 | * run-readelf-loc.sh: New test. |
| 871 | * Makefile.am (TESTS): Add run-readelf-loc.sh. |
| 872 | (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2. |
| 873 | |
Jan Kratochvil | cc84d79 | 2012-10-10 19:32:05 +0200 | [diff] [blame] | 874 | 2013-01-29 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 875 | |
| 876 | * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390 |
| 877 | and s390x core notes. |
| 878 | * testfile67.bz2: New file. |
| 879 | * testfile68.bz2: New file. |
| 880 | * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 . |
| 881 | |
Mark Wielaard | 697bdca | 2013-01-23 17:39:19 +0100 | [diff] [blame] | 882 | 2013-01-23 Mark Wielaard <mjw@redhat.com> |
| 883 | |
| 884 | * testfilebasmin.bz2: New testfile. |
| 885 | * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2. |
| 886 | * run-readelf-s.sh: Test testfilebasmin. |
| 887 | * run-dwflsyms.sh: Likewise. |
| 888 | |
Mark Wielaard | 9a91fb2 | 2013-01-16 15:19:40 +0100 | [diff] [blame] | 889 | 2013-01-16 Mark Wielaard <mjw@redhat.com> |
| 890 | |
| 891 | * Makefile.am (check_PROGRAMS): Add dwflsyms. |
| 892 | (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh. |
| 893 | (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2, |
| 894 | testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2, |
| 895 | testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh. |
| 896 | (dwflsyms_LDADD): New variable. |
| 897 | |
Roland McGrath | 3f9256d | 2013-01-07 15:13:46 -0800 | [diff] [blame] | 898 | 2013-01-07 Roland McGrath <roland@hack.frob.com> |
| 899 | |
| 900 | * run-prelink-addr-test.sh: Use ln -snf. |
| 901 | |
Mark Wielaard | 1d6a435 | 2012-12-03 17:01:09 +0100 | [diff] [blame] | 902 | 2012-12-03 Mark Wielaard <mjw@redhat.com> |
| 903 | |
| 904 | * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no. |
| 905 | |
Jan Kratochvil | d5784af | 2012-10-18 00:11:30 +0200 | [diff] [blame] | 906 | 2012-11-29 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 907 | |
| 908 | * run-addrname-test.sh: New test for PIE relocation. |
| 909 | * testfile70.core.bz2: New file. |
| 910 | * testfile70.exec.bz2: New file. |
| 911 | * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and |
| 912 | testfile70.exec.bz2 . |
| 913 | |
Jan Kratochvil | d7ed025 | 2012-10-27 21:31:58 +0200 | [diff] [blame] | 914 | 2012-10-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 915 | |
| 916 | * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2, |
| 917 | testfile69.core.bz2 and testfile69.so.bz2 . |
| 918 | |
Jan Kratochvil | 3fdcdcb | 2012-10-17 21:49:10 +0200 | [diff] [blame] | 919 | 2012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 920 | |
| 921 | * run-addrname-test.sh: New test for DSO with build-id bias. |
| 922 | * testfile69.core.bz2: New file. |
| 923 | * testfile69.so.bz2: New file. |
| 924 | |
Jan Kratochvil | 78dec22 | 2012-10-10 08:04:01 +0200 | [diff] [blame] | 925 | 2012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 926 | |
Jan Kratochvil | 387654d | 2012-10-10 08:08:44 +0200 | [diff] [blame] | 927 | * run-addrname-test.sh: New test for core vDSO bias. |
| 928 | * testfile65.bz2: New file. |
| 929 | |
| 930 | 2012-10-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 931 | |
Jan Kratochvil | 78dec22 | 2012-10-10 08:04:01 +0200 | [diff] [blame] | 932 | * run-addrname-test.sh: New test for symbol preferences. |
| 933 | * testfile64.bz2: New file. |
| 934 | |
Mark Wielaard | e3e3ee2 | 2012-10-01 16:14:12 +0200 | [diff] [blame] | 935 | 2012-10-01 Mark Wielaard <mjw@redhat.com> |
| 936 | |
| 937 | * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND. |
| 938 | * test-wrapper.sh: Export VALGRIND_CMD if available. |
| 939 | * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog. |
| 940 | (installed_testrun): Likewise. |
| 941 | |
Petr Machata | ae7c5e7 | 2012-09-24 16:16:27 +0200 | [diff] [blame] | 942 | 2012-09-24 Petr Machata <pmachata@redhat.com> |
| 943 | |
Petr Machata | 522a73f | 2012-09-24 16:46:52 +0200 | [diff] [blame] | 944 | * testfile63.bz2: New testfile. |
| 945 | * run-readelf-mixed-corenote.sh: New test. |
| 946 | * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh. |
| 947 | (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh. |
| 948 | |
| 949 | 2012-09-24 Petr Machata <pmachata@redhat.com> |
| 950 | |
Petr Machata | ae7c5e7 | 2012-09-24 16:16:27 +0200 | [diff] [blame] | 951 | * testfile62.bz2: New testfile. |
| 952 | * run-readelf-vmcoreinfo.sh: New test. |
| 953 | * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh. |
| 954 | (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh. |
| 955 | |
Petr Machata | 3662ad1 | 2012-09-18 21:35:19 +0200 | [diff] [blame] | 956 | 2012-09-18 Petr Machata <pmachata@redhat.com> |
| 957 | |
| 958 | * testfile61.bz2: New testfile. |
| 959 | * run-allregs.sh: Run reg_test testfile61. |
| 960 | * Makefile.am (EXTRA_DIST): Add testfile61.bz2. |
| 961 | |
Mark Wielaard | e0ebc5a | 2012-08-24 14:51:37 +0200 | [diff] [blame] | 962 | 2012-08-24 Mark Wielaard <mjw@redhat.com> |
| 963 | |
| 964 | * Makefile.am (EXTRA_DIST): Add testfile60.bz2. |
| 965 | |
Jeff Kenton | 257dcf4 | 2012-08-22 09:00:03 -0400 | [diff] [blame] | 966 | 2012-08-22 Jeff Kenton <jkenton@tilera.com> |
| 967 | |
| 968 | * testfile60.bz2: New testfile. |
| 969 | * run-allregs.sh: Run reg_test testfile60. |
| 970 | |
Mark Wielaard | f5519fc | 2012-08-24 13:54:52 +0200 | [diff] [blame] | 971 | 2012-08-24 Mark Wielaard <mjw@redhat.com> |
| 972 | |
| 973 | * Makefile.am (TESTS): Only add run-readelf-dwz-multi.sh if |
| 974 | ENABLE_DWZ. |
| 975 | |
Mark Wielaard | f31c441 | 2012-08-17 00:35:03 +0200 | [diff] [blame] | 976 | 2012-08-16 Mark Wielaard <mjw@redhat.com> |
| 977 | |
| 978 | * allregs.c (dwarf_encoding_string): Rewritten using known-dwarf |
| 979 | macros. |
| 980 | * show-die-info.c (tagnames): Removed. |
| 981 | (attrs): Removed. |
| 982 | (dwarf_tag_string): New function using known-dwarf macros. |
| 983 | (dwarf_attr_string): Likewise. |
| 984 | (handle): Call dwarf_tag_string and dwarf_attr_string instead. |
| 985 | * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89. |
| 986 | |
Mark Wielaard | 775375e | 2012-06-22 12:02:45 +0200 | [diff] [blame] | 987 | 2012-06-27 Mark Wielaard <mjw@redhat.com> |
| 988 | |
| 989 | * Makefile.am (TESTS): Add run-readelf-dwz-multi.sh. |
| 990 | (EXTRA_DIST): Add run-readelf-dwz-multi.sh, |
| 991 | libtestfile_multi_shared.so.bz2, testfile_multi.dwz.bz2 and |
| 992 | testfile_multi_main.bz2. |
| 993 | * run-readelf-dwz-multi.sh: New test. |
| 994 | * libtestfile_multi_shared.so.bz2: New testfile. |
| 995 | * testfile_multi.dwz.bz2: New testifle. |
| 996 | * testfile_multi_main.bz2: New testifle. |
| 997 | |
Petr Machata | 30a941c | 2012-08-01 21:41:36 +0200 | [diff] [blame] | 998 | 2012-08-01 Petr Machata <pmachata@redhat.com> |
| 999 | |
| 1000 | * run-test-archive64.sh: New test. |
| 1001 | * testarchive64.a.bz2: New testfile. |
| 1002 | * Makefile.am (TESTS): Add run-test-archive64.sh. |
| 1003 | (EXTRA_DIST): Likewise. |
| 1004 | |
Mark Wielaard | 94e387f | 2012-08-01 15:31:12 +0200 | [diff] [blame] | 1005 | 2012-08-01 Mark Wielaard <mjw@redhat.com> |
| 1006 | |
Mark Wielaard | bf707b5 | 2012-08-01 15:39:11 +0200 | [diff] [blame] | 1007 | * run-nm-self.sh: New test. |
| 1008 | * run-readelf-self.sh: Likewise. |
| 1009 | * test-subr.sh (testrun_on_self_quiet): New function. |
| 1010 | * Makefile.am (TESTS): Add run-nm-self.sh and run-readelf-self.sh. |
| 1011 | (EXTRA_DIST): Likewise. |
| 1012 | |
| 1013 | 2012-08-01 Mark Wielaard <mjw@redhat.com> |
| 1014 | |
Mark Wielaard | 94e387f | 2012-08-01 15:31:12 +0200 | [diff] [blame] | 1015 | * test-subr.sh (self_test_files): New list of files. |
| 1016 | (testrun_on_self): New function. |
| 1017 | * run-elflint-self.sh: Use testrun_on_self. |
| 1018 | |
Mark Wielaard | 714ea0e | 2012-07-19 13:07:39 +0200 | [diff] [blame] | 1019 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 1020 | |
Mark Wielaard | 030f626 | 2012-07-18 13:14:30 +0200 | [diff] [blame] | 1021 | * Makefile.am (check_PROGRAMS): Add test-elf_cntl_gelf_getshdr. |
| 1022 | (TESTS): Add run-elf_cntl_gelf_getshdr.sh. |
| 1023 | (EXTRA_DIST): Likewise. |
| 1024 | (test_elf_cntl_gelf_getshdr_LDADD): New. |
| 1025 | test-elf_cntl_gelf_getshdr.c: New test program. |
| 1026 | run-elf_cntl_gelf_getshdr.sh: New test script. |
| 1027 | |
| 1028 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 1029 | |
Mark Wielaard | adcd1dd | 2012-07-19 22:59:18 +0200 | [diff] [blame] | 1030 | * run-elflint-self.sh: runtests on ../backends/*so files. |
| 1031 | |
| 1032 | 2012-07-19 Mark Wielaard <mjw@redhat.com> |
| 1033 | |
Mark Wielaard | 714ea0e | 2012-07-19 13:07:39 +0200 | [diff] [blame] | 1034 | * run-unstrip-n.sh: test_cleanup. |
| 1035 | * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2. |
| 1036 | |
Mark Wielaard | e9b2388 | 2012-06-29 22:30:15 +0200 | [diff] [blame] | 1037 | 2012-07-11 Mark Wielaard <mjw@redhat.com> |
| 1038 | |
| 1039 | * run-readelf-macro.sh: New test. |
| 1040 | * testfilemacro.bz2: New testfile. |
| 1041 | * Makefile.am (TESTS): Add run-readelf-macro.sh. |
| 1042 | (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2. |
| 1043 | |
Mark Wielaard | 84a1e0b | 2012-06-29 23:38:09 +0200 | [diff] [blame] | 1044 | 2012-06-27 Mark Wielaard <mjw@redhat.com> |
| 1045 | |
| 1046 | * run-readelf-gdb-index.sh: New test. |
| 1047 | * testfilegdbindex5.bz2: New testfile. |
| 1048 | * testfilegdbindex7.bz2: Likewise. |
| 1049 | * Makefile.am (TESTS): Add run-readelf-gdb-index.sh. |
| 1050 | (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and |
| 1051 | testfilegdbindex7.bz2. |
| 1052 | |
Mark Wielaard | 97212fe | 2012-07-17 21:12:39 +0200 | [diff] [blame] | 1053 | 2012-07-17 Mark Wielaard <mjw@redhat.com> |
| 1054 | |
| 1055 | * testcore-rtlib-ppc.bz2: New testfile. |
| 1056 | * run-unstrip-n.sh: Check new ppc core testfile. |
| 1057 | |
Mike Frysinger | c09c5f3 | 2012-06-26 12:07:44 -0400 | [diff] [blame] | 1058 | 2012-06-26 Mike Frysinger <vapier@gentoo.org> |
| 1059 | |
| 1060 | * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS. |
| 1061 | |
Mark Wielaard | a0172d7 | 2012-06-25 17:18:53 +0200 | [diff] [blame] | 1062 | 2012-06-26 Mark Wielaard <mjw@redhat.com> |
| 1063 | |
| 1064 | * run-macro-test.sh: New test. |
| 1065 | * testfile-macinfo.bz2: New testfile. |
| 1066 | * testfile-macros.bz2: Likewise. |
| 1067 | |
Mark Wielaard | 547049b | 2012-06-22 18:19:02 +0200 | [diff] [blame] | 1068 | 2012-05-07 Mark Wielaard <mjw@redhat.com> |
| 1069 | |
| 1070 | * low_high_pc.c: Use proper inttypes in printf formats. |
| 1071 | |
Mark Wielaard | dbbc67a | 2012-05-11 12:57:57 +0200 | [diff] [blame] | 1072 | 2012-05-11 Mark Wielaard <mjw@redhat.com> |
| 1073 | |
| 1074 | * Makefile.am (TESTS_ENVIRONMENT): Set LC_ALL and LANG to C. |
| 1075 | |
Mark Wielaard | d9bc75f | 2012-05-07 13:29:52 +0200 | [diff] [blame] | 1076 | 2012-05-07 Mark Wielaard <mjw@redhat.com> |
| 1077 | |
| 1078 | * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC. |
| 1079 | |
Mark Wielaard | 5479725 | 2012-04-27 13:00:50 +0200 | [diff] [blame] | 1080 | 2012-04-27 Mark Wielaard <mjw@redhat.com> |
| 1081 | |
| 1082 | * Makefile.am (TESTS): Add run-low_high_pc.sh |
| 1083 | (EXTRA_DIST): Add run-low_high_pc.sh and testfile_low_high_pc.bz2 |
| 1084 | (noinst_PROGRAMS): Add low_high_pc. |
| 1085 | (low_high_pc_LDADD): New variable. |
| 1086 | * low_high_pc.c: New test. |
| 1087 | |
Mark Wielaard | bdad8e3 | 2012-04-26 12:24:33 +0200 | [diff] [blame] | 1088 | 2012-04-26 Mark Wielaard <mjw@redhat.com> |
| 1089 | |
| 1090 | * Makefile.am (EXTRA_DIST): Remove run-show-ciefde.sh. |
| 1091 | * run-show-ciefde.sh: Removed old libdwarf test. |
| 1092 | * show-ciefde.c: Likewise. |
| 1093 | |
Mark Wielaard | 191d1f0 | 2012-04-02 17:11:25 +0200 | [diff] [blame] | 1094 | 2012-04-02 Mark Wielaard <mjw@redhat.com> |
| 1095 | |
Mark Wielaard | 96a5213 | 2012-04-03 00:21:50 +0200 | [diff] [blame] | 1096 | * Makefile.am (TESTS): Add run-unstrip-n.sh. |
| 1097 | (EXTRA_DIST): Add testcore-rtlib.bz2 and run-unstrip-n.sh. |
| 1098 | * run-unstrip-n.sh: New test. |
| 1099 | * testcore-rtlib.bz2: New testfile. |
| 1100 | |
| 1101 | 2012-04-02 Mark Wielaard <mjw@redhat.com> |
| 1102 | |
Mark Wielaard | 191d1f0 | 2012-04-02 17:11:25 +0200 | [diff] [blame] | 1103 | * Makefile.am (TESTS): Add run-readelf-d.sh. |
| 1104 | (EXTRA_DIST): Add testlib_dynseg.so.bz2 and run-readelf-d.sh. |
| 1105 | * run-readelf-d.sh: New test. |
| 1106 | * run-elflint-test.sh: Check new testfile. |
| 1107 | |
Tom Tromey | 581c3f6 | 2012-03-21 08:54:32 -0600 | [diff] [blame] | 1108 | 2012-03-21 Tom Tromey <tromey@redhat.com> |
| 1109 | |
| 1110 | * typeiter.c: New file. |
| 1111 | * run-typeiter.sh: New file. |
| 1112 | * testfile59.bz2: New file. |
| 1113 | * Makefile.am (noinst_PROGRAMS): Add typeiter. |
| 1114 | (TESTS): Add run-typeiter.sh. |
| 1115 | (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2. |
| 1116 | (typeiter_LDADD): New variable. |
| 1117 | |
Kurt Roeckx | 5a8e39a | 2012-02-24 23:40:32 +0100 | [diff] [blame] | 1118 | 2012-02-21 Kurt Roeckx <kurt@roeckx.be> |
| 1119 | |
| 1120 | * run-alldts.sh: testrun ./alldts. |
| 1121 | |
Roland McGrath | e3b1568 | 2012-02-21 11:12:46 -0800 | [diff] [blame] | 1122 | 2012-02-21 Roland McGrath <roland@hack.frob.com> |
| 1123 | |
| 1124 | * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. |
Roland McGrath | c1c6a9d | 2012-02-21 12:51:36 -0800 | [diff] [blame] | 1125 | * test-subr.sh (installed_testrun): Likewise. |
Roland McGrath | e3b1568 | 2012-02-21 11:12:46 -0800 | [diff] [blame] | 1126 | |
Roland McGrath | b8ff18e | 2012-01-18 13:57:08 -0800 | [diff] [blame] | 1127 | 2012-01-18 Roland McGrath <roland@hack.frob.com> |
| 1128 | |
| 1129 | * asm-tst4.c (main): Don't set LD_LIBRARY_PATH in system invocation; |
| 1130 | it will have been inherited correctly from the test harness. |
| 1131 | * asm-tst5.c (main): Likewise. |
| 1132 | * asm-tst6.c (main): Likewise. |
| 1133 | Reported by Serge Pavlov <serge.pavlov.at.gnu@gmail.com>. |
| 1134 | |
Roland McGrath | 32899ac | 2011-07-09 03:17:24 -0700 | [diff] [blame] | 1135 | 2011-07-09 Roland McGrath <roland@hack.frob.com> |
| 1136 | |
| 1137 | * sha1-tst.c: File removed. |
| 1138 | * Makefile.am (noinst_PROGRAMS, TESTS): Remove it. |
| 1139 | (sha1_tst_LDADD): Variable removed. |
| 1140 | |
| 1141 | * md5-sha1-test.c: New file. |
| 1142 | * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it. |
| 1143 | (md5_sha1_test_LDADD): New variable. |
| 1144 | |
Mark Wielaard | 3f2290b | 2011-05-30 15:46:32 +0200 | [diff] [blame] | 1145 | 2011-05-30 Mark Wielaard <mjw@redhat.com> |
| 1146 | |
| 1147 | * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and |
| 1148 | run-rerequest_tag.sh |
| 1149 | |
Mark Wielaard | 20a217d | 2011-05-24 14:30:40 +0200 | [diff] [blame] | 1150 | 2011-05-24 Mark Wielaard <mjw@redhat.com> |
| 1151 | |
| 1152 | * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2. |
| 1153 | * run-strip-reloc.sh: Add hello_s390.ko testcase. |
| 1154 | * hello_s390.ko.bz2: New test file. |
| 1155 | |
Mark Wielaard | 1662bc3 | 2011-05-16 11:33:11 +0200 | [diff] [blame] | 1156 | 2011-05-23 Mark Wielaard <mjw@redhat.com> |
| 1157 | |
| 1158 | * Makefile.am (TESTS): Add run-strip-reloc.sh. |
| 1159 | (EXTRA_DIST): Add run-strip-reloc.sh, hello_i386.ko.bz2 |
| 1160 | hello_x86_64.ko.bz2 and hello_ppc64.ko.bz2 |
| 1161 | * run-strip-reloc.sh: New test. |
| 1162 | * hello_i386.ko.bz2: New test file. |
| 1163 | * hello_x86_64.ko.bz2: Likewise. |
| 1164 | * hello_ppc64.ko.bz2: Likewise. |
| 1165 | |
Mark Wielaard | 7a125b9 | 2011-05-17 12:20:01 +0200 | [diff] [blame] | 1166 | 2011-05-18 Mark Wielaard <mjw@redhat.com> |
| 1167 | |
| 1168 | * run-strip-groups.sh: New test. |
| 1169 | * testfile58.bz2: New test file. |
| 1170 | * Makefile.am (EXTRA_DIST): Add testfile58.bz2. |
| 1171 | (TESTS): Add run-strip-groups.sh. |
| 1172 | (EXTRA_DIST): Likewise. |
| 1173 | |
Marek Polacek | 494275c | 2011-03-28 16:00:38 +0200 | [diff] [blame] | 1174 | 2011-03-28 Marek Polacek <mpolacek@redhat.com> |
| 1175 | |
| 1176 | * alldts.c: New file. |
| 1177 | * run-alldts.sh: Use it. |
| 1178 | * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them. |
| 1179 | (alldts_LDADD): New variable. |
| 1180 | |
| 1181 | 2011-03-02 Marek Polacek <mpolacek@redhat.com> |
Marek Polacek | 4894221 | 2011-03-07 11:16:50 -0800 | [diff] [blame] | 1182 | |
| 1183 | * dwarf-getstring.c: New test. |
| 1184 | * run-dwarf-getstring.sh: And its wrapper. |
| 1185 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 1186 | |
Jan Kratochvil | fec3999 | 2011-02-27 12:01:25 -0800 | [diff] [blame] | 1187 | 2011-02-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 1188 | |
| 1189 | * Makefile.am (TESTS): Add run-readelf-twofiles.sh. |
| 1190 | * run-readelf-twofiles.sh: New file. |
| 1191 | |
Mark Wielaard | 58cfa1c | 2011-02-25 20:17:52 +0100 | [diff] [blame] | 1192 | 2011-02-25 Mark Wielaard <mjw@redhat.com> |
| 1193 | |
| 1194 | * Makefile.am (BUILD_RPATH): Be consistent in naming. |
| 1195 | |
Josh Stone | dc34eda | 2011-02-02 16:30:01 -0800 | [diff] [blame] | 1196 | 2011-02-02 Josh Stone <jistone@redhat.com> |
| 1197 | |
| 1198 | * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit. |
| 1199 | * testfile55-64.bz2, testfile55-64.debug.bz2, |
| 1200 | testfile55-64.prelink.bz2, testfile55-32.bz2, |
| 1201 | testfile55-32.debug.bz2, testfile55-32.prelink.bz2: New. |
| 1202 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 1203 | |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 1204 | 2011-01-12 Roland McGrath <roland@redhat.com> |
| 1205 | |
| 1206 | * run-prelink-addr-test.sh: Make symlinks to find .debug files |
Roland McGrath | 4f6d4e1 | 2011-01-12 10:49:40 -0800 | [diff] [blame] | 1207 | corresponding to .noshdrs files. |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 1208 | |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 1209 | 2011-01-11 Josh Stone <jistone@redhat.com> |
| 1210 | |
Josh Stone | ccbccef | 2011-01-11 19:16:59 -0800 | [diff] [blame] | 1211 | * run-prelink-addr-test.sh: Add testfile54, 32 and 64-bit. |
| 1212 | * testfile54-32.so.bz2, testfile54-32.so.debug.bz2, |
| 1213 | testfile54-32.prelink.so.bz2, testfile54-32.noshdrs.so.bz2, |
| 1214 | testfile54-64.so.bz2, testfile54-64.so.debug.bz2, |
| 1215 | testfile54-64.prelink.so.bz2, testfile54-64.noshdrs.so.bz2: New. |
| 1216 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 1217 | |
Josh Stone | cf51471 | 2011-01-11 19:16:58 -0800 | [diff] [blame] | 1218 | * run-prelink-addr-test.sh: Run 32 and 64-bit testfile53 tests. |
| 1219 | * testfile53.bz2, testfile53.debug.bz2, |
| 1220 | testfile53.prelink.bz2: Deleted, so... |
| 1221 | * testfile53-64.bz2, testfile53-64.debug.bz2, |
| 1222 | testfile53-64.prelink.bz2: Recreated with 64-bit names. |
| 1223 | * testfile53-32.bz2, testfile53-32.debug.bz2, |
| 1224 | testfile53-32.prelink.bz2: New in 32-bit. |
| 1225 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 1226 | |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 1227 | * run-prelink-addr-test.sh: Run 32 and 64-bit testfile52 tests. |
| 1228 | * testfile52.so.bz2, testfile52.so.debug.bz2, |
| 1229 | testfile52.prelink.so.bz2: Deleted, so... |
| 1230 | * testfile52-32.so.bz2, testfile52-32.so.debug.bz2, |
| 1231 | testfile52-32.prelink.so.bz2: Recreated with 32-bit names. |
| 1232 | * testfile52-32.noshdrs.so.bz2: New data file, stripped of headers. |
| 1233 | * testfile52-64.so.bz2, testfile52-64.so.debug.bz2, |
Roland McGrath | 32520bd | 2011-01-12 10:43:32 -0800 | [diff] [blame] | 1234 | testfile52-64.prelink.so.bz2, testfile52-64.noshdrs.so.bz2: New files. |
Josh Stone | d41d9a6 | 2011-01-11 19:16:57 -0800 | [diff] [blame] | 1235 | * Makefile.am (EXTRA_DIST): Add and update all. |
| 1236 | |
Josh Stone | ffa0200 | 2011-01-10 21:28:46 -0800 | [diff] [blame] | 1237 | 2011-01-10 Josh Stone <jistone@redhat.com> |
| 1238 | |
| 1239 | * run-prelink-addr-test.sh: New test for prelinked addrs. |
| 1240 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1241 | * testfile52.so.bz2, testfile52.so.debug.bz2: New data files. |
| 1242 | * testfile52.prelink.so.bz2: New data file, shows REL->RELA. |
| 1243 | * testfile53.bz2, testfile53.debug.bz2: New data files. |
| 1244 | * testfile53.prelink.bz2: New data file, shows ET_EXEC remap. |
| 1245 | * Makefile.am (EXTRA_DIST): Add them. |
| 1246 | |
Roland McGrath | ec86e5f | 2010-06-14 17:44:38 -0700 | [diff] [blame] | 1247 | 2010-06-04 Roland McGrath <roland@redhat.com> |
| 1248 | |
| 1249 | * run-unstrip-test.sh: Also test modifying the file in place. |
| 1250 | |
Roland McGrath | 3c6ee4b | 2010-04-22 22:38:58 -0700 | [diff] [blame] | 1251 | 2010-04-22 Roland McGrath <roland@redhat.com> |
| 1252 | |
| 1253 | * addrcfi.c (handle_cfi): Fix function name in error message. |
| 1254 | Use dwarf_errmsg, not dwfl_errmsg, after dwarf_cfi_addrframe. |
| 1255 | |
Roland McGrath | 26618d8 | 2010-04-14 13:10:47 -0700 | [diff] [blame] | 1256 | 2010-04-14 Roland McGrath <roland@redhat.com> |
| 1257 | |
| 1258 | * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too. |
| 1259 | |
Ulrich Drepper | c2d1e48 | 2010-04-10 18:23:47 -0700 | [diff] [blame] | 1260 | 2010-04-10 Ulrich Drepper <drepper@redhat.com> |
| 1261 | |
| 1262 | * msg_tst.c: Adjust expected error message. |
| 1263 | |
Petr Machata | 77961b5 | 2010-04-06 14:16:58 +0200 | [diff] [blame] | 1264 | 2010-04-01 Petr Machata <pmachata@redhat.com> |
| 1265 | |
| 1266 | * test-flag-nobits.c: New test. |
| 1267 | * run-test-flag-nobits.sh: And its wrapper. |
| 1268 | * Makefile.am (noinst_PROGRAMS, TESTS): Add them. |
| 1269 | (test_flag_nobits_LDADD): New variable. |
| 1270 | |
Roland McGrath | e9ca738 | 2010-02-15 15:15:50 -0800 | [diff] [blame] | 1271 | 2010-02-15 Roland McGrath <roland@redhat.com> |
| 1272 | |
Roland McGrath | 22359e2 | 2010-02-15 15:57:03 -0800 | [diff] [blame] | 1273 | * Makefile.am: Use config/eu.am for common stuff. |
| 1274 | |
Roland McGrath | e9ca738 | 2010-02-15 15:15:50 -0800 | [diff] [blame] | 1275 | * asm-tst9.c (main): Rename local to avoid shadowing another local. |
| 1276 | |
Roland McGrath | af80014 | 2009-07-22 13:55:50 -0700 | [diff] [blame] | 1277 | 2009-07-22 Roland McGrath <roland@redhat.com> |
| 1278 | |
| 1279 | * addrcfi.c: Update dwarf_frame_{cfa,register} calling convention. |
| 1280 | |
Roland McGrath | 3c84db3 | 2009-06-24 17:41:40 -0700 | [diff] [blame] | 1281 | 2009-07-08 Roland McGrath <roland@redhat.com> |
| 1282 | |
| 1283 | * addrcfi.c: New file. |
| 1284 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1285 | (addrcfi_LDADD): New variable. |
| 1286 | |
Petr Machata | d24c7bf | 2009-05-07 20:58:19 +0200 | [diff] [blame] | 1287 | 2009-05-07 Petr Machata <pmachata@redhat.com> |
| 1288 | |
| 1289 | * testfile51.bz2: New data file. |
| 1290 | * dwarf-getmacros.c: New test core. |
| 1291 | * run-dwarf-getmacros.sh: New test wrapper. |
Roland McGrath | 0c735a9 | 2009-05-07 18:19:16 -0700 | [diff] [blame] | 1292 | * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them. |
| 1293 | (dwarf_getmacros_LDADD): New variable. |
Petr Machata | d24c7bf | 2009-05-07 20:58:19 +0200 | [diff] [blame] | 1294 | |
Ulrich Drepper | f9545c4 | 2009-04-23 07:59:02 -0700 | [diff] [blame] | 1295 | 2009-04-23 Ulrich Drepper <drepper@redhat.com> |
| 1296 | |
| 1297 | * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS). |
| 1298 | (rdwrmmap_LDADD): Add $(libmudflap). |
Roland McGrath | 0c735a9 | 2009-05-07 18:19:16 -0700 | [diff] [blame] | 1299 | |
Roland McGrath | 19a8e4d | 2009-04-21 15:44:07 -0700 | [diff] [blame] | 1300 | 2009-04-21 Roland McGrath <roland@redhat.com> |
| 1301 | |
| 1302 | * testfile50.bz2: New data file. |
| 1303 | * Makefile.am (EXTRA_DIST): Add it. |
| 1304 | * run-dwfl-addr-sect.sh: Add a case using it. |
| 1305 | |
Ulrich Drepper | 5bd4444 | 2008-12-31 09:02:54 -0800 | [diff] [blame] | 1306 | 2008-12-31 Ulrich Drepper <drepper@redhat.com> |
| 1307 | |
Ulrich Drepper | 3bf5759 | 2009-01-01 18:52:05 -0800 | [diff] [blame] | 1308 | * testfile44.S.bz2: Add tests for dppd, dpps, insertps, movntdqa, |
| 1309 | mpsadbw, packusdw, pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm, |
| 1310 | pcmpistri, pcmpistrm, pcmpgtq, phminposuw, pinsrb, pinsrd, pmaxsb, |
| 1311 | pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw, pmovsxbw, |
| 1312 | pmovsxbd, pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmovsxbw, pmovsxbd, |
| 1313 | pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest, |
| 1314 | roundss, roundps, roundpd, and roundsd. |
| 1315 | * testfile45.S.bz2: Likewise. |
| 1316 | * testfile44.expect.bz2: Adjust accordingly. |
| 1317 | * testfile45.expect.bz2: Likewise. |
| 1318 | |
Ulrich Drepper | 5bd4444 | 2008-12-31 09:02:54 -0800 | [diff] [blame] | 1319 | * testfile44.S.bz2: Add tests for blendvpd and blendvps. |
| 1320 | * testfile45.S.bz2: Likewise. |
| 1321 | * testfile44.expect.bz2: Adjust accordingly. |
| 1322 | * testfile45.expect.bz2: Likewise. |
| 1323 | |
Ulrich Drepper | 26d3c6f | 2008-12-30 23:12:16 -0800 | [diff] [blame] | 1324 | 2008-12-30 Ulrich Drepper <drepper@redhat.com> |
| 1325 | |
Ulrich Drepper | ec32ff9 | 2008-12-30 23:24:09 -0800 | [diff] [blame] | 1326 | * testfile44.S.bz2: Add tests for blendpd and blendps. |
Ulrich Drepper | 26d3c6f | 2008-12-30 23:12:16 -0800 | [diff] [blame] | 1327 | * testfile45.S.bz2: Likewise. |
| 1328 | * testfile44.expect.bz2: Adjust accordingly. |
| 1329 | * testfile45.expect.bz2: Likewise. |
| 1330 | |
Ulrich Drepper | 5a04b9f | 2008-12-19 01:14:12 -0800 | [diff] [blame] | 1331 | 2008-12-19 Ulrich Drepper <drepper@redhat.com> |
| 1332 | |
| 1333 | * testfile44.S.bz2: Add tests for AMD 3DNOW. |
| 1334 | * testfile45.S.bz2: Likewise. |
| 1335 | * testfile44.expect.bz2: Adjust accordingly. |
| 1336 | * testfile45.expect.bz2: Likewise. |
| 1337 | |
Roland McGrath | a845f68 | 2008-12-03 03:41:58 +0000 | [diff] [blame] | 1338 | 2008-11-26 Roland McGrath <roland@redhat.com> |
| 1339 | |
| 1340 | * dwfl-bug-getmodules.c: New file. |
| 1341 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1342 | (dwfl_bug_getmodules_LDADD): New variable. |
| 1343 | |
| 1344 | 2008-09-10 Roland McGrath <roland@redhat.com> |
| 1345 | |
| 1346 | * test-subr.sh (LC_ALL): Export it set to "C". |
| 1347 | * run-dwfl-addr-sect.sh: Don't do it here. |
| 1348 | * run-strings-test.sh: Likewise. |
| 1349 | |
Roland McGrath | b4d6f0f | 2008-08-25 22:55:17 +0000 | [diff] [blame] | 1350 | 2008-08-21 Denys Vlasenko <dvlasenk@redhat.com> |
| 1351 | |
| 1352 | * run-addrname-test.sh: Add a new case. |
| 1353 | * testfile49.bz2: New data file. |
| 1354 | * Makefile.am (EXTRA_DIST): Add it. |
| 1355 | |
Roland McGrath | 521c47d | 2008-04-11 07:01:58 +0000 | [diff] [blame] | 1356 | 2008-04-10 Roland McGrath <roland@redhat.com> |
| 1357 | |
| 1358 | * testfile48.bz2, testfile48.bz2.debug: New data files. |
| 1359 | * Makefile.am (EXTRA_DIST): Add them. |
| 1360 | * run-strip-test8.sh: Use them. |
| 1361 | |
| 1362 | * testfile16.bz2, testfile16.debug.bz2: Replace data files. |
| 1363 | |
| 1364 | * run-strip-test.sh: Fail if stripped output has ".debug_*" sections. |
| 1365 | * run-strip-test8.sh: New file. |
| 1366 | * testfile47.bz2: New data file. |
| 1367 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1368 | |
Roland McGrath | 13b6960 | 2008-04-01 02:30:05 +0000 | [diff] [blame] | 1369 | 2008-03-31 Roland McGrath <roland@redhat.com> |
| 1370 | |
| 1371 | * run-early-offscn.sh: New file. |
| 1372 | * early-offscn.c: New file. |
| 1373 | * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them. |
| 1374 | (early_offscn_LDADD): New variable. |
| 1375 | |
Roland McGrath | d11f9cb | 2008-03-26 20:51:59 +0000 | [diff] [blame] | 1376 | 2008-03-19 Roland McGrath <roland@redhat.com> |
| 1377 | |
| 1378 | * run-addrname-test.sh: Add a new case. |
| 1379 | |
Roland McGrath | 658094a | 2008-02-22 08:14:07 +0000 | [diff] [blame] | 1380 | 2008-02-22 Roland McGrath <roland@redhat.com> |
| 1381 | |
| 1382 | * run-elflint-test.sh: Typo fix. |
| 1383 | |
| 1384 | 2008-02-21 Roland McGrath <roland@redhat.com> |
| 1385 | |
| 1386 | * run-disasm-x86.sh: Use uname instead of arch, keep tools required |
| 1387 | for the build down to minimum. |
| 1388 | * run-disasm-x86-64.sh: Likewise. |
| 1389 | |
Roland McGrath | 059c83e | 2008-02-21 06:19:39 +0000 | [diff] [blame] | 1390 | 2008-02-20 Roland McGrath <roland@redhat.com> |
| 1391 | |
| 1392 | * testfile46.bz2: New data file. |
| 1393 | * Makefile.am (EXTRA_DIST): Add it. |
| 1394 | * run-elflint-test.sh: Test on it. |
| 1395 | |
Ulrich Drepper | c54785a | 2008-02-01 18:05:21 +0000 | [diff] [blame] | 1396 | 2008-02-01 Ulrich Drepper <drepper@redhat.com> |
| 1397 | |
| 1398 | * Makefile.am: Hook up sha1-tst.c. |
| 1399 | * sha1-tst.c: New file. |
| 1400 | |
Ulrich Drepper | 4d8bc81 | 2008-01-22 06:02:31 +0000 | [diff] [blame] | 1401 | 2008-01-21 Roland McGrath <roland@redhat.com> |
| 1402 | |
| 1403 | * testfile45.S.bz2: Add tests for cltq, cqto. |
| 1404 | * testfile45.expect.bz2: Adjust. |
| 1405 | |
Ulrich Drepper | 35f2fe6 | 2008-01-14 19:17:36 +0000 | [diff] [blame] | 1406 | 2008-01-14 Ulrich Drepper <drepper@redhat.com> |
| 1407 | |
| 1408 | * testfile45.S.bz2: Add more tests. |
| 1409 | * testfile45.expect.bz2: Adjust. |
| 1410 | |
Ulrich Drepper | fd47989 | 2008-01-12 03:06:47 +0000 | [diff] [blame] | 1411 | 2008-01-11 Ulrich Drepper <drepper@redhat.com> |
| 1412 | |
| 1413 | * testfile45.expect.bz2: Adjust for adding of address for %rip based |
| 1414 | address mode. |
| 1415 | |
Ulrich Drepper | 96a7399 | 2008-01-11 06:17:06 +0000 | [diff] [blame] | 1416 | 2008-01-10 Ulrich Drepper <drepper@redhat.com> |
| 1417 | |
| 1418 | * testfile45.S.bz2: Add more tests. |
| 1419 | * testfile45.expect.bz2: Adjust. |
| 1420 | |
Ulrich Drepper | ff99322 | 2008-01-09 05:39:28 +0000 | [diff] [blame] | 1421 | 2008-01-08 Ulrich Drepper <drepper@redhat.com> |
| 1422 | |
| 1423 | * Makefile.am (TESTS): Add run-disasm-x86-64.sh. |
| 1424 | (EXTRA): Add testfile45.S.bz2, testfile45.expect.bz2, |
| 1425 | run-disasm-x86-64.sh. |
| 1426 | * run-disasm-x86-64.sh: New file. |
| 1427 | * testfile45.S.bz2: New file. |
| 1428 | * testfile45.expect.bz2: New file. |
| 1429 | * testfile44.S.bz2: New tests. |
| 1430 | * testfile44.expect.bz2: Adjust. |
| 1431 | |
Ulrich Drepper | 9e6925d | 2008-01-04 21:42:14 +0000 | [diff] [blame] | 1432 | 2008-01-04 Ulrich Drepper <drepper@redhat.com> |
| 1433 | |
| 1434 | * testfile44.S.bz2: New tests. |
| 1435 | * testfile44.expect.bz2: Adjust. |
| 1436 | |
Ulrich Drepper | e219f1c | 2008-01-09 05:49:49 +0000 | [diff] [blame] | 1437 | 2008-01-04 Roland McGrath <roland@redhat.com> |
| 1438 | |
| 1439 | * dwfl-bug-fd-leak.c (main): Add a cast. |
| 1440 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 1441 | 2008-01-03 Ulrich Drepper <drepper@redhat.com> |
| 1442 | |
| 1443 | * testfile44.S.bz2: New tests. |
| 1444 | * testfile44.expect.bz2: Adjust. |
| 1445 | |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 1446 | 2008-01-01 Ulrich Drepper <drepper@redhat.com> |
| 1447 | |
Ulrich Drepper | f231e27 | 2008-01-02 18:07:17 +0000 | [diff] [blame] | 1448 | * line2addr.c: Use %m modifier instead of %a to appease gcc. |
| 1449 | |
| 1450 | 2008-01-01 Ulrich Drepper <drepper@redhat.com> |
| 1451 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 1452 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 1453 | * testfile44.expect.bz2: Adjust. |
| 1454 | |
| 1455 | 2007-12-31 Ulrich Drepper <drepper@redhat.com> |
| 1456 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 1457 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 1458 | * testfile44.expect.bz2: Adjust. |
| 1459 | |
| 1460 | 2007-12-30 Ulrich Drepper <drepper@redhat.com> |
| 1461 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 1462 | * testfile44.S.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 1463 | * testfile44.expect.bz2: Adjust. |
| 1464 | |
| 1465 | 2007-12-29 Ulrich Drepper <drepper@redhat.com> |
| 1466 | |
Ulrich Drepper | ee67b64 | 2008-01-03 08:45:10 +0000 | [diff] [blame] | 1467 | * testfile44.s.bz2: New tests. |
Ulrich Drepper | 3cbdd38 | 2008-01-02 17:44:39 +0000 | [diff] [blame] | 1468 | * testfile44.expect.bz2: Adjust. |
| 1469 | |
| 1470 | 2007-12-28 Ulrich Drepper <drepper@redhat.com> |
| 1471 | |
| 1472 | * testfile44.S.bz2: New tests. |
| 1473 | * testfile44.expect.bz2: Adjust. |
| 1474 | |
| 1475 | 2007-12-27 Ulrich Drepper <drepper@redhat.com> |
| 1476 | |
| 1477 | * testfile44.S.bz2: New tests. |
| 1478 | * testfile44.expect.bz2: Adjust. |
| 1479 | |
| 1480 | 2007-12-26 Ulrich Drepper <drepper@redhat.com> |
| 1481 | |
| 1482 | * testfile44.S.bz2: New tests. |
| 1483 | * testfile44.expect.bz2: Adjust |
| 1484 | |
| 1485 | 2007-12-21 Ulrich Drepper <drepper@redhat.com> |
| 1486 | |
| 1487 | * testfile44.S.bz2: More tests. |
| 1488 | * testfile44.expect.bz2: Adjust appropriately. |
| 1489 | |
| 1490 | 2007-12-19 Ulrich Drepper <drepper@redhat.com> |
| 1491 | |
| 1492 | * Makefile.am (TESTS): Add run-disasm.sh. |
| 1493 | (EXTRA_DIST): Add run-disasm.sh, testfile44.S.bz2, and |
| 1494 | testfile44.expect.bz2. |
| 1495 | * run-disasm.sh: New file. |
| 1496 | * testfile44.S.bz2: New file. |
| 1497 | * testfile44.expect.bz2: New file. |
| 1498 | |
Roland McGrath | 1a2e8f4 | 2007-12-15 23:39:34 +0000 | [diff] [blame] | 1499 | 2007-12-15 Roland McGrath <roland@redhat.com> |
| 1500 | |
| 1501 | * run-allregs.sh: Change expected output for powerpc spefscr. |
| 1502 | |
Roland McGrath | e4c22ea | 2007-10-23 13:07:39 +0000 | [diff] [blame] | 1503 | 2007-10-20 Roland McGrath <roland@redhat.com> |
| 1504 | |
| 1505 | * run-dwfl-addr-sect.sh: Change expected output, no errors. |
| 1506 | |
| 1507 | 2007-10-19 Roland McGrath <roland@redhat.com> |
| 1508 | |
| 1509 | * dwfl-addr-sect.c (handle_address): Return int. |
| 1510 | Don't exit on error, just return nonzero. |
| 1511 | (main): Collect results. |
| 1512 | * run-dwfl-addr-sect.sh: New file. |
| 1513 | * testfile43.bz2: New data file. |
| 1514 | * Makefile.am (EXTRA_DIST, TESTS): Add them. |
| 1515 | |
| 1516 | 2007-10-18 Roland McGrath <roland@redhat.com> |
| 1517 | |
| 1518 | * run-allregs.sh: Update expected ppc output for vrsave/vscr. |
| 1519 | |
| 1520 | 2007-10-16 Roland McGrath <roland@redhat.com> |
| 1521 | |
| 1522 | * test-subr.sh (remove_files): Don't pass -Bb to diff. |
| 1523 | |
Ulrich Drepper | b597dfa | 2007-10-16 05:21:27 +0000 | [diff] [blame] | 1524 | 2007-10-09 Roland McGrath <roland@redhat.com> |
| 1525 | |
| 1526 | * dwflmodtest.c (print_module): Don't use %p in output. |
| 1527 | * run-dwfl-bug-offline-rel.sh: Updated expected output. |
| 1528 | |
| 1529 | 2007-10-08 Roland McGrath <roland@redhat.com> |
| 1530 | |
| 1531 | * testfile42.bz2: New data file. |
| 1532 | * Makefile.am (EXTRA_DIST): Add it. |
| 1533 | * run-elflint-test.sh: New test on that file. |
| 1534 | |
Roland McGrath | 59ea7f3 | 2007-10-04 08:50:09 +0000 | [diff] [blame] | 1535 | 2007-10-04 Roland McGrath <roland@redhat.com> |
| 1536 | |
| 1537 | * run-readelf-test4.sh: New file. |
| 1538 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1539 | |
| 1540 | 2007-10-03 Roland McGrath <roland@redhat.com> |
| 1541 | |
| 1542 | * run-readelf-test3.sh: New file. |
| 1543 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1544 | |
Roland McGrath | f6b9228 | 2007-10-02 02:34:11 +0000 | [diff] [blame] | 1545 | 2007-10-01 Roland McGrath <roland@redhat.com> |
| 1546 | |
| 1547 | * run-readelf-test2.sh: New file. |
| 1548 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1549 | |
Roland McGrath | c76f0b0 | 2007-09-27 07:31:33 +0000 | [diff] [blame] | 1550 | 2007-09-11 Roland McGrath <roland@redhat.com> |
| 1551 | |
| 1552 | * run-addrname-test.sh: Add a new case. |
| 1553 | * testfile41.bz2: New data file. |
| 1554 | * Makefile.am (EXTRA_DIST): Add it. |
| 1555 | |
Roland McGrath | cb6d865 | 2007-08-23 08:10:54 +0000 | [diff] [blame] | 1556 | 2007-08-23 Roland McGrath <roland@redhat.com> |
| 1557 | |
| 1558 | * run-allregs.sh: Update expected x86-64 output for %rflags. |
| 1559 | |
Roland McGrath | 099dd52 | 2007-08-13 22:58:36 +0000 | [diff] [blame] | 1560 | 2007-08-12 Roland McGrath <roland@redhat.com> |
| 1561 | |
| 1562 | * run-strip-test7.sh: New file. |
| 1563 | * testfile39.bz2: New data file. |
| 1564 | * testfile40.bz2: New data file. |
| 1565 | * testfile40.debug.bz2: New data file. |
| 1566 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1567 | |
Roland McGrath | 42f6868 | 2007-08-09 07:54:22 +0000 | [diff] [blame] | 1568 | 2007-08-09 Roland McGrath <roland@redhat.com> |
| 1569 | |
| 1570 | * dwfl-bug-report.c: Fix header inclusion. |
| 1571 | |
| 1572 | 2007-08-08 Roland McGrath <roland@redhat.com> |
| 1573 | |
| 1574 | * run-addrname-test.sh: Add a new case using addr2line -S. |
| 1575 | * testfile38.bz2: New data file. |
| 1576 | * Makefile.am (EXTRA_DIST): Add it. |
| 1577 | |
Roland McGrath | 87d4780 | 2007-07-16 22:23:37 +0000 | [diff] [blame] | 1578 | 2007-07-16 Roland McGrath <roland@redhat.com> |
| 1579 | |
| 1580 | * dwfl-bug-report.c: New file. |
| 1581 | * Makefile.am (noinst_PROGRAMS, TESTS): Add it. |
| 1582 | (dwfl_bug_report_LDADD): New variable. |
| 1583 | |
| 1584 | 2007-06-06 Roland McGrath <roland@redhat.com> |
Roland McGrath | 0bc057c | 2007-06-06 08:42:42 +0000 | [diff] [blame] | 1585 | |
| 1586 | * run-unstrip-test.sh: Declare testfile.unstrip for removal. |
| 1587 | |
Ulrich Drepper | b024386 | 2007-06-06 00:09:36 +0000 | [diff] [blame] | 1588 | 2007-06-05 Ulrich Drepper <drepper@redhat.com> |
| 1589 | |
| 1590 | * Makefile.am (EXTRA_DIST): Add missing line continuation and |
| 1591 | testfile37.bz and testfile37.debug.bz2. |
| 1592 | |
Roland McGrath | 53bce22 | 2007-05-23 19:15:04 +0000 | [diff] [blame] | 1593 | 2007-05-23 Roland McGrath <roland@redhat.com> |
| 1594 | |
| 1595 | * run-allregs.sh: Update expected Alpha results. |
| 1596 | |
Roland McGrath | 9aa8ef7 | 2007-05-18 08:59:43 +0000 | [diff] [blame] | 1597 | 2007-05-18 Roland McGrath <roland@redhat.com> |
| 1598 | |
| 1599 | * run-strip-test4.sh (stripped, debugfile): Use new reference files. |
| 1600 | * testfile37.bz2: New data file. |
| 1601 | * testfile37.debug.bz2: New data file. |
| 1602 | * run-unstrip-test2.sh: New file. |
| 1603 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1604 | |
| 1605 | 2007-05-10 Roland McGrath <roland@redhat.com> |
| 1606 | |
| 1607 | * run-dwfl-bug-offline-rel.sh: New file. |
| 1608 | * testfile36.bz2: New data file. |
| 1609 | * testfile36.debug.bz2: New data file. |
| 1610 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1611 | |
| 1612 | 2007-04-28 Roland McGrath <roland@redhat.com> |
| 1613 | |
| 1614 | * run-strip-test6.sh (stripped, debugfile): Use new reference files. |
| 1615 | * testfile35.bz2: New data file. |
| 1616 | * testfile35.debug.bz2: New data file. |
| 1617 | * run-unstrip-test.sh: New file. |
| 1618 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1619 | |
| 1620 | * run-strip-test.sh: Do all elflint and cmp runs even when some fail. |
| 1621 | |
Roland McGrath | 2be0291 | 2007-04-27 04:07:41 +0000 | [diff] [blame] | 1622 | 2007-04-26 Roland McGrath <roland@redhat.com> |
| 1623 | |
| 1624 | * run-elflint-self.sh: Run all tests even if one fails. |
| 1625 | |
| 1626 | * run-allregs.sh: Add expected output for alpha. |
| 1627 | |
Roland McGrath | 4be1524 | 2007-04-25 03:09:33 +0000 | [diff] [blame] | 1628 | 2007-04-24 Roland McGrath <roland@redhat.com> |
| 1629 | |
| 1630 | * run-strip-test.sh: When we saved the debug info, test unstrip too. |
| 1631 | |
| 1632 | 2007-04-22 Roland McGrath <roland@redhat.com> |
| 1633 | |
| 1634 | * run-allregs.sh: Update expected register info. |
| 1635 | |
Roland McGrath | 43da989 | 2007-04-16 23:13:37 +0000 | [diff] [blame] | 1636 | 2007-04-16 Roland McGrath <roland@redhat.com> |
| 1637 | |
| 1638 | * dwfl-addr-sect.c: New file. |
| 1639 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1640 | (dwfl_addr_sect_LDADD): New variable. |
| 1641 | |
| 1642 | 2007-04-05 Roland McGrath <roland@redhat.com> |
| 1643 | |
| 1644 | * get-files.c: Test dwarf_getsrcdirs. |
| 1645 | * run-get-files.sh: Update expected output. |
| 1646 | |
Roland McGrath | 5f6a41a | 2007-04-01 23:11:40 +0000 | [diff] [blame] | 1647 | 2007-04-01 Roland McGrath <roland@redhat.com> |
| 1648 | |
| 1649 | * run-allregs.sh: Updated expected output for x86_64. |
| 1650 | |
Ulrich Drepper | 6258e74 | 2007-03-13 06:22:40 +0000 | [diff] [blame] | 1651 | 2007-03-04 Roland McGrath <roland@redhat.com> |
| 1652 | |
| 1653 | * dwfl-bug-fd-leak.c: New file. |
| 1654 | * Makefile.am (noinst_PROGRAMS, TESTS): Add it. |
| 1655 | (dwfl_bug_fd_leak_LDADD): New variable. |
| 1656 | |
| 1657 | * dwflmodtest.c: Test dwfl_getmodules before and after getdwarf, |
| 1658 | show what files have been located. |
| 1659 | |
Ulrich Drepper | aa915fd | 2007-02-05 07:25:33 +0000 | [diff] [blame] | 1660 | 2007-02-02 Roland McGrath <roland@redhat.com> |
| 1661 | |
| 1662 | * run-addrname-test.sh: New file. |
| 1663 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1664 | * testfile34.bz2: New data file. |
| 1665 | * Makefile.am (EXTRA_DIST): Add it. |
| 1666 | |
| 1667 | 2007-01-20 Roland McGrath <roland@redhat.com> |
| 1668 | |
| 1669 | * testfile33.bz2: New data file. |
| 1670 | * Makefile.am (EXTRA_DIST): Add it. |
| 1671 | * run-elflint-test.sh: Test on it too. |
| 1672 | |
| 1673 | 2007-01-18 Roland McGrath <roland@redhat.com> |
| 1674 | |
| 1675 | * Makefile.am (CFLAGS): Don't molest it. |
| 1676 | |
| 1677 | 2007-01-11 Roland McGrath <roland@redhat.com> |
| 1678 | |
| 1679 | * testfile32.bz2: New data file. |
| 1680 | * Makefile.am (EXTRA_DIST): Add it. |
| 1681 | * run-elflint-test.sh: Test on it too. |
| 1682 | |
Ulrich Drepper | ce0bdb6 | 2007-02-05 07:13:52 +0000 | [diff] [blame] | 1683 | 2007-02-04 Ulrich Drepper <drepper@redhat.com> |
| 1684 | |
| 1685 | * arls.c: New file. |
| 1686 | * Makefile (noinst_PROGRAMS): Add arls. |
| 1687 | |
| 1688 | * run-ranlib-test2.sh: Fix type in comment. |
| 1689 | |
Ulrich Drepper | cd4992c | 2007-01-10 20:58:17 +0000 | [diff] [blame] | 1690 | 2007-01-10 Ulrich Drepper <drepper@redhat.com> |
| 1691 | |
| 1692 | * run-elflint-self.sh (runtest): Show which file has the problem. |
| 1693 | |
Roland McGrath | ba949b3 | 2007-01-10 20:44:29 +0000 | [diff] [blame] | 1694 | 2007-01-10 Roland McGrath <roland@redhat.com> |
| 1695 | |
| 1696 | * dwfl-bug-addr-overflow.c: New file. |
| 1697 | * Makefile.am (TESTS): Add it. |
| 1698 | (dwfl_bug_addr_overflow_LDADD): New variable. |
| 1699 | |
Roland McGrath | 8190db6 | 2006-12-17 23:56:51 +0000 | [diff] [blame] | 1700 | 2006-12-17 Roland McGrath <roland@redhat.com> |
| 1701 | |
| 1702 | * msg_tst.c (libelf_msgs): Fix ELF_E_INVALID_PHDR msg. |
| 1703 | |
Roland McGrath | c373d85 | 2006-10-10 00:25:21 +0000 | [diff] [blame] | 1704 | 2006-09-05 Roland McGrath <roland@redhat.com> |
| 1705 | |
| 1706 | * run-strings-test.sh: Export LC_ALL=C for the test. |
| 1707 | |
| 1708 | 2006-08-29 Roland McGrath <roland@redhat.com> |
| 1709 | |
| 1710 | * run-arextract.sh: Use testrun, tempfiles functions from test-subr.sh. |
| 1711 | * run-arsymtest.sh: Likewise. |
| 1712 | |
| 1713 | * run-native-test.sh (native.c compilation): Add some braces. |
| 1714 | |
| 1715 | 2006-08-22 Roland McGrath <roland@redhat.com> |
| 1716 | |
| 1717 | * allregs.c (dwarf_encoding_string): New function, swiped from readelf. |
| 1718 | (struct reginfo): New members bits, type. |
| 1719 | (one_register, match_register): Update to take new args, |
| 1720 | record and display new info. |
| 1721 | (main): Display new info. |
| 1722 | * run-allregs.sh: Update expected results. |
| 1723 | |
Roland McGrath | 19db859 | 2006-08-03 08:52:46 +0000 | [diff] [blame] | 1724 | 2006-08-03 Roland McGrath <roland@redhat.com> |
| 1725 | |
| 1726 | * run-allregs.sh: Add sparc cases. |
| 1727 | * testfile30.bz2: New data file. |
| 1728 | * testfile31.bz2: New data file. |
| 1729 | * Makefile.am (EXTRA_DIST): Add them. |
| 1730 | |
Roland McGrath | 9502462 | 2006-07-21 10:06:31 +0000 | [diff] [blame] | 1731 | 2006-07-21 Roland McGrath <roland@redhat.com> |
| 1732 | |
| 1733 | * allregs.c (struct reginfo): Increase size of name. |
| 1734 | (one_register): Assert that it's big enough. |
| 1735 | |
Roland McGrath | b437972 | 2006-04-05 01:35:26 +0000 | [diff] [blame] | 1736 | 2006-04-04 Roland McGrath <roland@redhat.com> |
| 1737 | |
| 1738 | * run-bug1-test.sh: Test a second case, to cover both byte orders. |
| 1739 | * testfile29.bz2: New file. |
| 1740 | * testfile29.rdwr.bz2: New file. |
| 1741 | * Makefile.am (EXTRA_DIST): Add them. |
| 1742 | |
Ulrich Drepper | ba718b1 | 2006-04-04 21:31:16 +0000 | [diff] [blame] | 1743 | 2006-04-04 Ulrich Drepper <drepper@redhat.com> |
| 1744 | |
| 1745 | * Makefile.am: Add rules to run run-bug1-test.sh. |
| 1746 | * rdwrmmap.c: New file. |
| 1747 | * run-bug1-test.sh: New file. |
| 1748 | * testfile28.bz2: New file. |
| 1749 | * testfile28.rdwr.bz2: New file. |
| 1750 | |
Roland McGrath | dd7e22b | 2006-03-09 23:05:47 +0000 | [diff] [blame] | 1751 | 2006-03-09 Roland McGrath <roland@redhat.com> |
| 1752 | |
| 1753 | * Makefile.am (AM_LDFLAGS): Define to pass -rpath-link. |
| 1754 | |
Roland McGrath | 060fa05 | 2006-03-02 07:51:50 +0000 | [diff] [blame] | 1755 | 2006-03-01 Roland McGrath <roland@redhat.com> |
| 1756 | |
| 1757 | * show-die-info.c (tagnames, attrs): Update name tables for dwarf.h |
| 1758 | changes matching 3.0 spec. |
| 1759 | |
Roland McGrath | c40f58a | 2006-01-13 20:13:21 +0000 | [diff] [blame] | 1760 | 2006-01-13 Roland McGrath <roland@redhat.com> |
| 1761 | |
| 1762 | * run-native-test.sh: Do kill -9 and reap explicitly at end, since |
| 1763 | bash 3.1 whines when it's done in the trap 0 handler. |
| 1764 | |
Roland McGrath | 4b248ce | 2006-01-12 03:34:38 +0000 | [diff] [blame] | 1765 | 2006-01-11 Roland McGrath <roland@redhat.com> |
| 1766 | |
| 1767 | * testfile26.bz2: New data file. |
| 1768 | * testfile27.bz2: New data file. |
| 1769 | * Makefile.am (EXTRA_DIST): Add them. |
| 1770 | * run-allregs.sh: Test s390 data. |
| 1771 | |
Roland McGrath | 124a798 | 2005-12-15 02:37:09 +0000 | [diff] [blame] | 1772 | 2005-12-14 Roland McGrath <roland@redhat.com> |
| 1773 | |
| 1774 | * run-native-test.sh: Redirect output from native test process. |
| 1775 | |
Roland McGrath | 94d26ad | 2005-12-13 23:24:37 +0000 | [diff] [blame] | 1776 | 2005-12-13 Roland McGrath <roland@redhat.com> |
| 1777 | |
| 1778 | * allregs.c (main): Fail if we find no registers. |
| 1779 | |
| 1780 | * run-native-test.sh: New file. |
| 1781 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1782 | |
Roland McGrath | ba72ab1 | 2005-12-12 00:04:33 +0000 | [diff] [blame] | 1783 | 2005-12-10 Ulrich Drepper <drepper@redhat.com |
| 1784 | |
| 1785 | * run-readelf-test1.sh: New file. |
| 1786 | * Makefile.am (TESTS): Add run-readelf-test1.sh. |
| 1787 | (EXTRA_DIST): Likewise. |
| 1788 | |
Roland McGrath | d804e72 | 2005-12-08 01:35:42 +0000 | [diff] [blame] | 1789 | 2005-12-07 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | f7e1bd9 | 2005-12-10 17:32:38 +0000 | [diff] [blame] | 1790 | |
Roland McGrath | d804e72 | 2005-12-08 01:35:42 +0000 | [diff] [blame] | 1791 | * ecp.c (main): Use elf_end to clean up. |
Ulrich Drepper | f7e1bd9 | 2005-12-10 17:32:38 +0000 | [diff] [blame] | 1792 | |
Roland McGrath | 994b489 | 2005-12-05 22:46:21 +0000 | [diff] [blame] | 1793 | 2005-11-25 Roland McGrath <roland@redhat.com> |
| 1794 | |
| 1795 | * coverage.sh: Given -v argument, print names of unused files. |
| 1796 | |
| 1797 | * addrscopes.c (main): Use dwfl_end before return. |
| 1798 | * allregs.c (main): Likewise. |
| 1799 | * find-prologues.c (main): Likewise. |
| 1800 | * funcretval.c (main): Likewise. |
| 1801 | * funcscopes.c (main): Likewise. |
| 1802 | * line2addr.c (main): Likewise. |
| 1803 | |
| 1804 | * run-allregs.sh: New file. |
| 1805 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1806 | |
| 1807 | * allregs.c: Use libdwfl wrapper instead of direct libebl calls. |
| 1808 | * Makefile.am (allregs_LDADD): Updated. |
| 1809 | |
| 1810 | * allregs.c: New file. |
| 1811 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1812 | (allregs_LDADD): New variable. |
| 1813 | |
Roland McGrath | 9365d2c | 2005-11-18 23:55:47 +0000 | [diff] [blame] | 1814 | 2005-11-18 Roland McGrath <roland@redhat.com> |
| 1815 | |
| 1816 | * test-subr.sh (installed_testrun): Treat /usr/lib64 like /usr/lib. |
| 1817 | * test-wrapper.sh: Likewise. |
| 1818 | |
Roland McGrath | 575dd39 | 2005-11-18 01:41:52 +0000 | [diff] [blame] | 1819 | 2005-11-17 Roland McGrath <roland@redhat.com> |
| 1820 | |
Roland McGrath | af74f5c | 2005-11-18 02:25:14 +0000 | [diff] [blame] | 1821 | * Makefile.am (installed_TESTS_ENVIRONMENT): Set libdir, bindir in |
| 1822 | environment for test-wrapper.sh. |
| 1823 | * test-wrapper.sh: Set LD_LIBRARY_PATH from ${libdir} if not /usr/lib. |
| 1824 | * test-subr.sh (installed_testrun): Likewise. |
| 1825 | Use explicit path in ${bindir}. |
| 1826 | |
Roland McGrath | 575dd39 | 2005-11-18 01:41:52 +0000 | [diff] [blame] | 1827 | * Makefile.am (installcheck-local): Fix typo in last change. |
| 1828 | |
Roland McGrath | d7f8d0c | 2005-11-17 02:32:03 +0000 | [diff] [blame] | 1829 | 2005-11-16 Roland McGrath <roland@redhat.com> |
| 1830 | |
| 1831 | * configure.ac: New file, for standalone build/dist of test suite. |
| 1832 | * Makefile.am [!STANDALONE] (INCLUDES): Don't define it. |
| 1833 | (asm_TESTS): New variable, broken out of ... |
| 1834 | (TESTS): ... here. Also remove msg_tst. |
| 1835 | [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst. |
| 1836 | (installed_TESTS_ENVIRONMENT): New variable. |
| 1837 | [STANDALONE] (TESTS_ENVIRONMENT): Use that. |
| 1838 | [!STANDALONE] (installcheck-local): Likewise. |
| 1839 | [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo. |
| 1840 | * addrscopes.c: Include <config.h>. |
| 1841 | Use ELFUTILS_HEADER macro in #include of installed elfutils/ headers. |
| 1842 | * allfcts.c: Likewise. |
| 1843 | * asm-tst1.c: Likewise. |
| 1844 | * asm-tst2.c: Likewise. |
| 1845 | * asm-tst3.c: Likewise. |
| 1846 | * asm-tst4.c: Likewise. |
| 1847 | * asm-tst5.c: Likewise. |
| 1848 | * asm-tst6.c: Likewise. |
| 1849 | * asm-tst7.c: Likewise. |
| 1850 | * asm-tst8.c: Likewise. |
| 1851 | * asm-tst9.c: Likewise. |
| 1852 | * dwflmodtest.c: Likewise. |
| 1853 | * find-prologues.c: Likewise. |
| 1854 | * funcscopes.c: Likewise. |
| 1855 | * get-aranges.c: Likewise. |
| 1856 | * get-files.c: Likewise. |
| 1857 | * get-lines.c: Likewise. |
| 1858 | * get-pubnames.c: Likewise. |
| 1859 | * line2addr.c: Likewise. |
| 1860 | * newscn.c: Likewise. |
| 1861 | * show-abbrev.c: Likewise. |
| 1862 | * show-die-info.c: Likewise. |
| 1863 | * update3.c: Likewise. |
| 1864 | * update4.c: Likewise. |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1865 | * funcretval.c: Likewise. |
Roland McGrath | d7f8d0c | 2005-11-17 02:32:03 +0000 | [diff] [blame] | 1866 | |
| 1867 | * dwflmodtest.c (print_instance): Don't use INTUSE. |
| 1868 | (options): Don't use N_ macro. |
| 1869 | |
Roland McGrath | 1b8b446 | 2005-11-16 01:33:38 +0000 | [diff] [blame] | 1870 | 2005-11-15 Roland McGrath <roland@redhat.com> |
| 1871 | |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1872 | * coverage.sh: Look in backends. |
| 1873 | * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl. |
| 1874 | (TESTS_ENVIRONMENT): Likewise. |
| 1875 | |
| 1876 | * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE, |
| 1877 | pass FUNCDIE direclty to dwfl_module_return_value_location. |
| 1878 | |
Roland McGrath | 1b8b446 | 2005-11-16 01:33:38 +0000 | [diff] [blame] | 1879 | * Makefile.am (BUILD_RPATH): New variable. |
| 1880 | [TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value. |
| 1881 | (tests_rpath): New variable. |
| 1882 | (installcheck-local): Pass it to test-wrapper.sh. |
| 1883 | * test-wrapper.sh: In "installed" format, take yes/no value |
| 1884 | for elfutils_tests_rpath, which export. When running a test |
| 1885 | binary for installcheck, exit 77. |
| 1886 | * test-subr.sh (installed_testrun): When running a test binary |
| 1887 | for installcheck, exit 77 if $elfutils_tests_rpath = yes. |
| 1888 | |
| 1889 | 2005-11-14 Roland McGrath <roland@redhat.com> |
| 1890 | |
| 1891 | * test-subr.sh: New file. |
| 1892 | * test-wrapper.sh: New file. |
| 1893 | * Makefile.am (EXTRA_DIST): Add them. |
| 1894 | (AM_LDFLAGS): Variable removed. |
| 1895 | (TESTS_ENVIRONMENT): New variable. |
| 1896 | (installcheck-local): New target. |
| 1897 | * run-addrscopes.sh: Use test-subr.sh. |
| 1898 | * run-allfcts.sh: Likewise. |
| 1899 | * run-ecp-test.sh: Likewise. |
| 1900 | * run-ecp-test2.sh: Likewise. |
| 1901 | * run-elflint-self.sh: Likewise. |
| 1902 | * run-elflint-test.sh: Likewise. |
| 1903 | * run-find-prologues.sh: Likewise. |
| 1904 | * run-funcscopes.sh: Likewise. |
| 1905 | * run-get-aranges.sh: Likewise. |
| 1906 | * run-get-files.sh: Likewise. |
| 1907 | * run-get-lines.sh: Likewise. |
| 1908 | * run-get-pubnames.sh: Likewise. |
| 1909 | * run-line2addr.sh: Likewise. |
| 1910 | * run-ranlib-test.sh: Likewise. |
| 1911 | * run-ranlib-test2.sh: Likewise. |
| 1912 | * run-show-abbrev.sh: Likewise. |
| 1913 | * run-show-ciefde.sh: Likewise. |
| 1914 | * run-show-die-info.sh: Likewise. |
| 1915 | * run-strings-test.sh: Likewise. |
| 1916 | * run-strip-test.sh: Likewise. |
| 1917 | |
Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 1918 | 2005-11-13 Roland McGrath <roland@redhat.com> |
| 1919 | |
| 1920 | * funcretval.c: New file. |
| 1921 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1922 | (funcretval_LDADD): New variable. |
| 1923 | |
Ulrich Drepper | 3840c1c | 2005-11-09 16:13:48 +0000 | [diff] [blame] | 1924 | 2005-11-09 Ulrich Drepper <drepper@redhat.com> |
| 1925 | |
| 1926 | * line2addr.c (handle_module): Add missing parameter to printf. |
| 1927 | |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 1928 | 2005-10-27 Roland McGrath <roland@redhat.com> |
| 1929 | |
Roland McGrath | 6724c90 | 2005-10-28 07:07:19 +0000 | [diff] [blame] | 1930 | * allfcts.c (cb): Update for dwarf_func_* -> dwarf_decl_* changes. |
| 1931 | * funcscopes.c (handle_function): Likewise. |
| 1932 | * dwflmodtest.c (print_inline, print_func): Likewise. |
| 1933 | * find-prologues.c (handle_function): Likewise. |
| 1934 | |
| 1935 | 2005-10-27 Roland McGrath <roland@redhat.com> |
| 1936 | |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 1937 | * run-find-prologues.sh: New file. |
| 1938 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1939 | |
| 1940 | * find-prologues.c (handle_function): Skip inlines. |
| 1941 | |
| 1942 | 2005-10-25 Roland McGrath <roland@redhat.com> |
| 1943 | |
| 1944 | * find-prologues.c: New file. |
| 1945 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 1946 | (find_prologues_LDADD): New variable. |
| 1947 | |
Ulrich Drepper | 3bbc950 | 2005-09-02 20:29:56 +0000 | [diff] [blame] | 1948 | 2005-09-02 Ulrich Drepper <drepper@redhat.com> |
| 1949 | |
| 1950 | * run-strings-test.sh: Remove strings.out in the end. |
| 1951 | |
Ulrich Drepper | 7d65d01 | 2005-08-31 15:14:26 +0000 | [diff] [blame] | 1952 | 2005-08-31 Ulrich Drepper <drepper@redhat.com> |
| 1953 | |
| 1954 | * run-addrscopes.sh: Use correct exit code if test cannot be performed. |
| 1955 | * run-allfcts.sh: Likewise. |
| 1956 | * run-ecp-test.sh: Likewise. |
| 1957 | * run-ecp-test2.sh: Likewise. |
| 1958 | * run-elflint-test.sh: Likewise. |
| 1959 | * run-funcscopes.sh: Likewise. |
| 1960 | * run-get-aranges.sh: Likewise. |
| 1961 | * run-get-files.sh: Likewise. |
| 1962 | * run-get-lines.sh: Likewise. |
| 1963 | * run-get-pubnames.sh: Likewise. |
| 1964 | * run-line2addr.sh: Likewise. |
| 1965 | * run-ranlib-test2.sh: Likewise. |
| 1966 | * run-show-abbrev.sh: Likewise. |
| 1967 | * run-show-ciefde.sh: Likewise. |
| 1968 | * run-show-die-info.sh: Likewise. |
| 1969 | * run-strings-test.sh: Likewise. |
| 1970 | * run-strip-test.sh: Likewise. |
| 1971 | |
Ulrich Drepper | 5a6f8d1 | 2005-08-30 17:56:53 +0000 | [diff] [blame] | 1972 | 2005-08-30 Ulrich Drepper <drepper@redhat.com> |
| 1973 | |
| 1974 | * coverage.sh: Handle case where there is no .gcno file at all. |
| 1975 | |
Ulrich Drepper | 39cec7a | 2005-08-30 01:22:01 +0000 | [diff] [blame] | 1976 | 2005-08-29 Ulrich Drepper <drepper@redhat.com> |
| 1977 | |
| 1978 | * Makefile.am (EXTRA_DIST): Add coverage. |
| 1979 | [GCOV]: Generate coverage summary after the tests ran |
| 1980 | * coverage.sh: New file. |
| 1981 | |
Ulrich Drepper | fbe998a | 2005-08-29 16:27:10 +0000 | [diff] [blame] | 1982 | 2005-08-28 Ulrich Drepper <drepper@redhat.com> |
| 1983 | |
| 1984 | * Makefile.an [BUILD_STATIC] (libdw): Add -ldl. |
| 1985 | (CLEANFILES): Add *.gcno *.gcda *.gconv. |
| 1986 | |
| 1987 | 2005-08-28 Ulrich Drepper <drepper@redhat.com> |
| 1988 | |
| 1989 | * run-strings-test.sh: New file. |
| 1990 | * Makefile.am (TESTS, EXTRA_DIST): Add it. |
| 1991 | |
Roland McGrath | 71e15a0 | 2005-08-27 10:33:26 +0000 | [diff] [blame] | 1992 | 2005-08-27 Roland McGrath <roland@redhat.com> |
| 1993 | |
Roland McGrath | b0bc278 | 2005-08-27 21:07:16 +0000 | [diff] [blame] | 1994 | * addrscopes.c (handle_address): Apply bias to PC addresses. |
| 1995 | |
Roland McGrath | 71e15a0 | 2005-08-27 10:33:26 +0000 | [diff] [blame] | 1996 | * run-funcscopes.sh: New file. |
| 1997 | * testfile25.bz2: New data file. |
| 1998 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 1999 | |
| 2000 | 2005-08-26 Roland McGrath <roland@redhat.com> |
| 2001 | |
| 2002 | * addrscopes.c (dwarf_diename_integrate): Removed. |
| 2003 | (print_vars, handle_address): Use plain dwarf_diename. |
| 2004 | |
| 2005 | 2005-08-25 Roland McGrath <roland@redhat.com> |
| 2006 | |
| 2007 | * funcscopes.c: New file. |
| 2008 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 2009 | (funcscopes_LDADD): New variable. |
| 2010 | |
| 2011 | * run-addrscopes.sh: Add another case. |
| 2012 | * testfile24.bz2: New data file. |
| 2013 | * Makefile.am (EXTRA_DIST): Add it. |
| 2014 | |
| 2015 | * addrscopes.c (handle_address): Take new argument IGNORE_INLINES, |
| 2016 | pass it to dwarf_getscopes. |
| 2017 | (main): Pass it, true when '=' follows an address. |
| 2018 | |
Roland McGrath | 4c305da | 2005-08-25 01:49:35 +0000 | [diff] [blame] | 2019 | 2005-08-24 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | 8a52095 | 2005-08-28 08:56:34 +0000 | [diff] [blame] | 2020 | |
Roland McGrath | 4c305da | 2005-08-25 01:49:35 +0000 | [diff] [blame] | 2021 | * line2addr.c (print_address): Omit () for DSOs. |
Ulrich Drepper | 8a52095 | 2005-08-28 08:56:34 +0000 | [diff] [blame] | 2022 | |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 2023 | 2005-08-24 Ulrich Drepper <drepper@redhat.com> |
| 2024 | |
Ulrich Drepper | 958bf13 | 2005-08-24 21:40:55 +0000 | [diff] [blame] | 2025 | * run-line2addr.sh: Remove testfile23 in the end. |
| 2026 | |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 2027 | * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl). |
Ulrich Drepper | f81343a | 2005-08-24 20:55:31 +0000 | [diff] [blame] | 2028 | [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules. |
Ulrich Drepper | 2eb660f | 2005-08-24 19:47:57 +0000 | [diff] [blame] | 2029 | |
Roland McGrath | d17fac7 | 2005-08-23 08:20:21 +0000 | [diff] [blame] | 2030 | 2005-08-22 Roland McGrath <roland@redhat.com> |
| 2031 | |
| 2032 | * run-line2addr.sh: Add a case. |
| 2033 | * testfile23.bz2: New data file. |
| 2034 | * Makefile.am (EXTRA_DIST): Add it. |
| 2035 | |
Roland McGrath | 9a1f365 | 2005-08-18 20:57:04 +0000 | [diff] [blame] | 2036 | 2005-08-18 Roland McGrath <roland@redhat.com> |
| 2037 | |
Roland McGrath | f5fda7d | 2005-08-18 22:01:57 +0000 | [diff] [blame] | 2038 | * run-addrscopes.sh: New file. |
| 2039 | * testfile22.bz2: New data file. |
| 2040 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 2041 | |
Roland McGrath | 9a1f365 | 2005-08-18 20:57:04 +0000 | [diff] [blame] | 2042 | * addrscopes.c: New file. |
| 2043 | * Makefile.am (noinst_PROGRAMS): Add it. |
| 2044 | (addrscopes_LDADD): New variable. |
| 2045 | |
Ulrich Drepper | 837b522 | 2005-08-16 05:12:01 +0000 | [diff] [blame] | 2046 | 2005-08-15 Ulrich Drepper <drepper@redhat.com> |
| 2047 | |
| 2048 | * run-elflint-self.sh: Don't run test if the file doesn't exist. |
| 2049 | |
Roland McGrath | 1ecb606 | 2005-08-15 09:53:04 +0000 | [diff] [blame] | 2050 | 2005-08-15 Roland McGrath <roland@redhat.com> |
| 2051 | |
| 2052 | * dwflmodtest.c (print_instance, print_inline): New functions. |
| 2053 | (print_func): Call print_inline. |
| 2054 | (options, parse_opt): Grok -i/--inlines. |
| 2055 | |
Roland McGrath | 8d18c29 | 2005-08-07 21:42:07 +0000 | [diff] [blame] | 2056 | 2005-08-07 Roland McGrath <roland@redhat.com> |
| 2057 | |
| 2058 | * dwflmodtest.c: Print function details only if -f flag is given. |
| 2059 | |
Ulrich Drepper | 47be795 | 2005-08-07 04:41:39 +0000 | [diff] [blame] | 2060 | 2005-08-06 Ulrich Drepper <drepper@redhat.com> |
| 2061 | |
Ulrich Drepper | 637963b | 2005-08-07 05:33:07 +0000 | [diff] [blame] | 2062 | * run-elflint-self.sh: New file. |
| 2063 | * Makefile.am (TESTS): Add run-elflint-self.sh. |
| 2064 | (EXTRA_DIST): Likewise. |
| 2065 | |
Ulrich Drepper | 47be795 | 2005-08-07 04:41:39 +0000 | [diff] [blame] | 2066 | * Makefile.am: Link with statis libs if BUILD_STATIC. |
| 2067 | (dwflmodtest_LDADD): Also link with -ldl. |
| 2068 | |
Ulrich Drepper | 41de488 | 2005-08-03 00:02:56 +0000 | [diff] [blame] | 2069 | 2005-08-02 Ulrich Drepper <drepper@redhat.com> |
| 2070 | |
Ulrich Drepper | a38998e | 2005-08-03 02:05:39 +0000 | [diff] [blame] | 2071 | * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS. |
| 2072 | * asm-tst1.c: Adjust for new asm_begin interface. Open backend |
| 2073 | library first. |
| 2074 | * asm-tst2.c: Likewise. |
| 2075 | * asm-tst3.c: Likewise. |
| 2076 | * asm-tst4.c: Likewise. |
| 2077 | * asm-tst5.c: Likewise. |
| 2078 | * asm-tst6.c: Likewise. |
| 2079 | * asm-tst7.c: Likewise. |
| 2080 | * asm-tst8.c: Likewise. |
| 2081 | * asm-tst9.c: Likewise. |
| 2082 | |
Ulrich Drepper | 41de488 | 2005-08-03 00:02:56 +0000 | [diff] [blame] | 2083 | * msg_tst.c: Add new error message. |
| 2084 | |
Ulrich Drepper | 18618fd | 2005-07-28 21:29:22 +0000 | [diff] [blame] | 2085 | 2005-07-28 Ulrich Drepper <drepper@redhat.com> |
| 2086 | |
| 2087 | * Makefile.am (dwflmodtest_LDADD): Add $(libebl). |
| 2088 | |
Roland McGrath | d17fac7 | 2005-08-23 08:20:21 +0000 | [diff] [blame] | 2089 | 2005-06-01 Roland McGrath <roland@redhat.com> |
| 2090 | |
| 2091 | * line2addr.c: Rewritten using libdwfl. |
| 2092 | * run-line2addr.sh: Update test for changed arguments. |
| 2093 | * Makefile.am (INCLUDES): Add libdwfl source directory to path. |
| 2094 | (libdwfl): New variable. |
| 2095 | (line2addr_LDADD): Use it. |
| 2096 | |
Roland McGrath | 1838590 | 2005-07-28 07:12:38 +0000 | [diff] [blame] | 2097 | 2005-07-28 Roland McGrath <roland@redhat.com> |
| 2098 | |
| 2099 | * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here. |
| 2100 | * Makefile.am (noinst_PROGRAMS): Add dwflmodtest. |
| 2101 | (dwflmodtest_LDADD): New variable. |
| 2102 | (INCLUDES): Add -I$(top_srcdir)/libdwfl here. |
| 2103 | |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 2104 | 2005-07-21 Ulrich Drepper <drepper@redhat.com> |
| 2105 | |
| 2106 | * testfile18.bz2: New file. |
| 2107 | * run-elflint-test.sh: New file. |
| 2108 | * Makefile.am (TESTS): Add run-elflint-test.sh. |
| 2109 | (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2. |
| 2110 | |
| 2111 | 2005-05-24 Ulrich Drepper <drepper@redhat.com> |
| 2112 | |
| 2113 | * get-files.c (main): Use correct format specifier. |
| 2114 | |
| 2115 | 2005-05-21 Ulrich Drepper <drepper@redhat.com> |
| 2116 | |
| 2117 | * Makefile.am: Add -Wextra to CFLAGS. |
| 2118 | * get-files.c: Remove warning this produced. |
| 2119 | * get-pubnames.c: Likewise. |
| 2120 | * newfile.c: Likewise. |
| 2121 | * newscn.c: Likewise. |
| 2122 | * scnnames.c: Likewise. |
| 2123 | * showptable.c: Likewise. |
| 2124 | * test-nlist.c: Likewise. |
| 2125 | * update1.c: Likewise. |
| 2126 | * update2.c: Likewise. |
| 2127 | * update3.c: Likewise. |
| 2128 | * update4.c: Likewise. |
| 2129 | |
| 2130 | 2005-05-08 Ulrich Drepper <drepper@redhat.com> |
| 2131 | |
| 2132 | * run-line2addr.sh: Remove testfile14 at the end. |
| 2133 | |
Ulrich Drepper | 282bf32 | 2005-07-28 21:49:05 +0000 | [diff] [blame] | 2134 | * run-strip-test.sh: Remove debuginfo test input file as well. |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 2135 | |
| 2136 | * Makefile.am (EXTRA_DIST): Newly added files incorrectly used |
| 2137 | .bz, not .bz2. |
| 2138 | |
| 2139 | 2005-05-03 Roland McGrath <roland@redhat.com> |
| 2140 | |
| 2141 | * run-strip-test.sh: Use variables for test file names. |
| 2142 | Optionally produce separate debug file and check it. |
| 2143 | * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication. |
| 2144 | * run-strip-test3.sh: Likewise. |
| 2145 | * run-strip-test4.sh: New file. |
| 2146 | * run-strip-test5.sh: New file. |
| 2147 | * run-strip-test6.sh: New file. |
| 2148 | * testfile15.bz: New file. |
| 2149 | * testfile15.debug.bz: New file. |
| 2150 | * testfile16.bz: New file. |
| 2151 | * testfile16.debug.bz: New file. |
| 2152 | * testfile17.bz: New file. |
| 2153 | * testfile17.debug.bz: New file. |
| 2154 | * Makefile.am (TESTS, EXTRA_DIST): Add them. |
| 2155 | |
| 2156 | 2005-04-25 Ulrich Drepper <drepper@redhat.com> |
| 2157 | |
| 2158 | * run-line2addr.sh: Also use testfile14. Adjust for correct |
| 2159 | return of multiple matches. |
| 2160 | * testfile14.bz2: New file. |
| 2161 | * Makefile.am (EXTRA_DIST): Add testfile14.bz2. |
| 2162 | |
| 2163 | * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change. |
| 2164 | |
Roland McGrath | 87d4780 | 2007-07-16 22:23:37 +0000 | [diff] [blame] | 2165 | 2005-04-04 Roland McGrath <roland@redhat.com> |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 2166 | |
| 2167 | * line2addr.c (main): Initialize LINES and NLINES before calling |
| 2168 | dwarf_getsrc_file, and free LINES afterwards. |
| 2169 | |
| 2170 | * allfcts.c (main): Use size_t for CUHL. |
| 2171 | |
| 2172 | 2005-04-04 Ulrich Drepper <drepper@redhat.com> |
| 2173 | |
| 2174 | * line2addr.c: New file. |
| 2175 | * run-line2addr.sh: New file. |
| 2176 | * Makefile.am: Add rules to build, run, and distribute new code. |
| 2177 | |
| 2178 | 2005-04-02 Ulrich Drepper <drepper@redhat.com> |
| 2179 | |
| 2180 | * allfcts.c: New file. |
| 2181 | * run-allfcts.sh: New file. |
| 2182 | * Makefile.am: Add rules to build, run, and distribute new code. |
| 2183 | |
| 2184 | 2005-02-05 Ulrich Drepper <drepper@redhat.com> |
| 2185 | |
| 2186 | * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test |
| 2187 | programs with -lmudflap. |
| 2188 | |
| 2189 | 2004-09-25 Ulrich Drepper <drepper@redhat.com> |
| 2190 | |
| 2191 | * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation. |
| 2192 | * asm-tst5.c (main): Likewise. |
| 2193 | * asm-tst6.c (main): Likewise. |
| 2194 | |
| 2195 | 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| 2196 | |
| 2197 | * Makefile.am: Support building with mudflap. |
| 2198 | |
| 2199 | 2004-01-12 Ulrich Drepper <drepper@redhat.com> |
| 2200 | |
| 2201 | * get-aranges.c: Rewrite to use libdw. |
| 2202 | * Makefile.am: Reenable get-aranges test. |
| 2203 | |
| 2204 | 2004-01-11 Ulrich Drepper <drepper@redhat.com> |
| 2205 | |
| 2206 | * get-lines.c: New file. |
| 2207 | * get-files.c: Adjust for libdw. |
| 2208 | * run-get-files.sh: Adjust expected result. |
| 2209 | * run-get-lines.sh: Likewise. |
| 2210 | * Makefile.am: Run get-lines test. Don't run get-aranges and |
| 2211 | get-ciefde test for now. |
| 2212 | |
| 2213 | * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface |
| 2214 | change. Print attribute offset information. |
| 2215 | * run-show-abbrev.sh: Adjust expected output. |
| 2216 | |
| 2217 | 2004-01-09 Ulrich Drepper <drepper@redhat.com> |
| 2218 | |
| 2219 | * show-abbrev.c: Adjust call to dwarf_nextcu after interface change. |
| 2220 | * show-die-info.c: Likewise. |
| 2221 | * run-show-die-info.sh: Adjust expected output. |
| 2222 | |
| 2223 | 2003-08-13 Ulrich Drepper <drepper@redhat.com> |
| 2224 | |
| 2225 | * Makefile.in: Depend on libebl.a, not libebl.so. |
| 2226 | |
| 2227 | 2003-08-11 Ulrich Drepper <drepper@redhat.com> |
| 2228 | |
| 2229 | * Moved to CVS archive. |