blob: 4ad7a5906f243cc6c314bcea07553ec977a7bc43 [file] [log] [blame]
Roland McGrath71e15a02005-08-27 10:33:26 +000012005-08-27 Roland McGrath <roland@redhat.com>
2
Roland McGrathb0bc2782005-08-27 21:07:16 +00003 * addrscopes.c (handle_address): Apply bias to PC addresses.
4
Roland McGrath71e15a02005-08-27 10:33:26 +00005 * run-funcscopes.sh: New file.
6 * testfile25.bz2: New data file.
7 * Makefile.am (TESTS, EXTRA_DIST): Add them.
8
92005-08-26 Roland McGrath <roland@redhat.com>
10
11 * addrscopes.c (dwarf_diename_integrate): Removed.
12 (print_vars, handle_address): Use plain dwarf_diename.
13
142005-08-25 Roland McGrath <roland@redhat.com>
15
16 * funcscopes.c: New file.
17 * Makefile.am (noinst_PROGRAMS): Add it.
18 (funcscopes_LDADD): New variable.
19
20 * run-addrscopes.sh: Add another case.
21 * testfile24.bz2: New data file.
22 * Makefile.am (EXTRA_DIST): Add it.
23
24 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
25 pass it to dwarf_getscopes.
26 (main): Pass it, true when '=' follows an address.
27
Roland McGrath4c305da2005-08-25 01:49:35 +0000282005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +000029
Roland McGrath4c305da2005-08-25 01:49:35 +000030 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +000031
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000322005-08-24 Ulrich Drepper <drepper@redhat.com>
33
Ulrich Drepper958bf132005-08-24 21:40:55 +000034 * run-line2addr.sh: Remove testfile23 in the end.
35
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000036 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +000037 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000038
Roland McGrathd17fac72005-08-23 08:20:21 +0000392005-08-22 Roland McGrath <roland@redhat.com>
40
41 * run-line2addr.sh: Add a case.
42 * testfile23.bz2: New data file.
43 * Makefile.am (EXTRA_DIST): Add it.
44
Roland McGrath9a1f3652005-08-18 20:57:04 +0000452005-08-18 Roland McGrath <roland@redhat.com>
46
Roland McGrathf5fda7d2005-08-18 22:01:57 +000047 * run-addrscopes.sh: New file.
48 * testfile22.bz2: New data file.
49 * Makefile.am (TESTS, EXTRA_DIST): Add them.
50
Roland McGrath9a1f3652005-08-18 20:57:04 +000051 * addrscopes.c: New file.
52 * Makefile.am (noinst_PROGRAMS): Add it.
53 (addrscopes_LDADD): New variable.
54
Ulrich Drepper837b5222005-08-16 05:12:01 +0000552005-08-15 Ulrich Drepper <drepper@redhat.com>
56
57 * run-elflint-self.sh: Don't run test if the file doesn't exist.
58
Roland McGrath1ecb6062005-08-15 09:53:04 +0000592005-08-15 Roland McGrath <roland@redhat.com>
60
61 * dwflmodtest.c (print_instance, print_inline): New functions.
62 (print_func): Call print_inline.
63 (options, parse_opt): Grok -i/--inlines.
64
Roland McGrath8d18c292005-08-07 21:42:07 +0000652005-08-07 Roland McGrath <roland@redhat.com>
66
67 * dwflmodtest.c: Print function details only if -f flag is given.
68
Ulrich Drepper47be7952005-08-07 04:41:39 +0000692005-08-06 Ulrich Drepper <drepper@redhat.com>
70
Ulrich Drepper637963b2005-08-07 05:33:07 +000071 * run-elflint-self.sh: New file.
72 * Makefile.am (TESTS): Add run-elflint-self.sh.
73 (EXTRA_DIST): Likewise.
74
Ulrich Drepper47be7952005-08-07 04:41:39 +000075 * Makefile.am: Link with statis libs if BUILD_STATIC.
76 (dwflmodtest_LDADD): Also link with -ldl.
77
Ulrich Drepper41de4882005-08-03 00:02:56 +0000782005-08-02 Ulrich Drepper <drepper@redhat.com>
79
Ulrich Dreppera38998e2005-08-03 02:05:39 +000080 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
81 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
82 library first.
83 * asm-tst2.c: Likewise.
84 * asm-tst3.c: Likewise.
85 * asm-tst4.c: Likewise.
86 * asm-tst5.c: Likewise.
87 * asm-tst6.c: Likewise.
88 * asm-tst7.c: Likewise.
89 * asm-tst8.c: Likewise.
90 * asm-tst9.c: Likewise.
91
Ulrich Drepper41de4882005-08-03 00:02:56 +000092 * msg_tst.c: Add new error message.
93
Ulrich Drepper18618fd2005-07-28 21:29:22 +0000942005-07-28 Ulrich Drepper <drepper@redhat.com>
95
96 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
97
Roland McGrathd17fac72005-08-23 08:20:21 +0000982005-06-01 Roland McGrath <roland@redhat.com>
99
100 * line2addr.c: Rewritten using libdwfl.
101 * run-line2addr.sh: Update test for changed arguments.
102 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
103 (libdwfl): New variable.
104 (line2addr_LDADD): Use it.
105
Roland McGrath18385902005-07-28 07:12:38 +00001062005-07-28 Roland McGrath <roland@redhat.com>
107
108 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
109 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
110 (dwflmodtest_LDADD): New variable.
111 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
112
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001132005-07-21 Ulrich Drepper <drepper@redhat.com>
114
115 * testfile18.bz2: New file.
116 * run-elflint-test.sh: New file.
117 * Makefile.am (TESTS): Add run-elflint-test.sh.
118 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
119
1202005-05-24 Ulrich Drepper <drepper@redhat.com>
121
122 * get-files.c (main): Use correct format specifier.
123
1242005-05-21 Ulrich Drepper <drepper@redhat.com>
125
126 * Makefile.am: Add -Wextra to CFLAGS.
127 * get-files.c: Remove warning this produced.
128 * get-pubnames.c: Likewise.
129 * newfile.c: Likewise.
130 * newscn.c: Likewise.
131 * scnnames.c: Likewise.
132 * showptable.c: Likewise.
133 * test-nlist.c: Likewise.
134 * update1.c: Likewise.
135 * update2.c: Likewise.
136 * update3.c: Likewise.
137 * update4.c: Likewise.
138
1392005-05-08 Ulrich Drepper <drepper@redhat.com>
140
141 * run-line2addr.sh: Remove testfile14 at the end.
142
Ulrich Drepper282bf322005-07-28 21:49:05 +0000143 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000144
145 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
146 .bz, not .bz2.
147
1482005-05-03 Roland McGrath <roland@redhat.com>
149
150 * run-strip-test.sh: Use variables for test file names.
151 Optionally produce separate debug file and check it.
152 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
153 * run-strip-test3.sh: Likewise.
154 * run-strip-test4.sh: New file.
155 * run-strip-test5.sh: New file.
156 * run-strip-test6.sh: New file.
157 * testfile15.bz: New file.
158 * testfile15.debug.bz: New file.
159 * testfile16.bz: New file.
160 * testfile16.debug.bz: New file.
161 * testfile17.bz: New file.
162 * testfile17.debug.bz: New file.
163 * Makefile.am (TESTS, EXTRA_DIST): Add them.
164
1652005-04-25 Ulrich Drepper <drepper@redhat.com>
166
167 * run-line2addr.sh: Also use testfile14. Adjust for correct
168 return of multiple matches.
169 * testfile14.bz2: New file.
170 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
171
172 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
173
1742005-04-04 Roland McGrath <roland@frob.com>
175
176 * line2addr.c (main): Initialize LINES and NLINES before calling
177 dwarf_getsrc_file, and free LINES afterwards.
178
179 * allfcts.c (main): Use size_t for CUHL.
180
1812005-04-04 Ulrich Drepper <drepper@redhat.com>
182
183 * line2addr.c: New file.
184 * run-line2addr.sh: New file.
185 * Makefile.am: Add rules to build, run, and distribute new code.
186
1872005-04-02 Ulrich Drepper <drepper@redhat.com>
188
189 * allfcts.c: New file.
190 * run-allfcts.sh: New file.
191 * Makefile.am: Add rules to build, run, and distribute new code.
192
1932005-02-05 Ulrich Drepper <drepper@redhat.com>
194
195 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
196 programs with -lmudflap.
197
1982004-09-25 Ulrich Drepper <drepper@redhat.com>
199
200 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
201 * asm-tst5.c (main): Likewise.
202 * asm-tst6.c (main): Likewise.
203
2042004-01-17 Ulrich Drepper <drepper@redhat.com>
205
206 * Makefile.am: Support building with mudflap.
207
2082004-01-12 Ulrich Drepper <drepper@redhat.com>
209
210 * get-aranges.c: Rewrite to use libdw.
211 * Makefile.am: Reenable get-aranges test.
212
2132004-01-11 Ulrich Drepper <drepper@redhat.com>
214
215 * get-lines.c: New file.
216 * get-files.c: Adjust for libdw.
217 * run-get-files.sh: Adjust expected result.
218 * run-get-lines.sh: Likewise.
219 * Makefile.am: Run get-lines test. Don't run get-aranges and
220 get-ciefde test for now.
221
222 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
223 change. Print attribute offset information.
224 * run-show-abbrev.sh: Adjust expected output.
225
2262004-01-09 Ulrich Drepper <drepper@redhat.com>
227
228 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
229 * show-die-info.c: Likewise.
230 * run-show-die-info.sh: Adjust expected output.
231
2322003-08-13 Ulrich Drepper <drepper@redhat.com>
233
234 * Makefile.in: Depend on libebl.a, not libebl.so.
235
2362003-08-11 Ulrich Drepper <drepper@redhat.com>
237
238 * Moved to CVS archive.