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