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