blob: 821d7e548343fea54cbebc83897d7e973d19a671 [file] [log] [blame]
Roland McGrath71e15a02005-08-27 10:33:26 +000012005-08-27 Roland McGrath <roland@redhat.com>
2
3 * run-funcscopes.sh: New file.
4 * testfile25.bz2: New data file.
5 * Makefile.am (TESTS, EXTRA_DIST): Add them.
6
72005-08-26 Roland McGrath <roland@redhat.com>
8
9 * addrscopes.c (dwarf_diename_integrate): Removed.
10 (print_vars, handle_address): Use plain dwarf_diename.
11
122005-08-25 Roland McGrath <roland@redhat.com>
13
14 * funcscopes.c: New file.
15 * Makefile.am (noinst_PROGRAMS): Add it.
16 (funcscopes_LDADD): New variable.
17
18 * run-addrscopes.sh: Add another case.
19 * testfile24.bz2: New data file.
20 * Makefile.am (EXTRA_DIST): Add it.
21
22 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
23 pass it to dwarf_getscopes.
24 (main): Pass it, true when '=' follows an address.
25
Roland McGrath4c305da2005-08-25 01:49:35 +0000262005-08-24 Roland McGrath <roland@redhat.com>
Ulrich Drepper8a520952005-08-28 08:56:34 +000027
Roland McGrath4c305da2005-08-25 01:49:35 +000028 * line2addr.c (print_address): Omit () for DSOs.
Ulrich Drepper8a520952005-08-28 08:56:34 +000029
Ulrich Drepper2eb660f2005-08-24 19:47:57 +0000302005-08-24 Ulrich Drepper <drepper@redhat.com>
31
Ulrich Drepper958bf132005-08-24 21:40:55 +000032 * run-line2addr.sh: Remove testfile23 in the end.
33
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000034 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
Ulrich Drepperf81343a2005-08-24 20:55:31 +000035 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
Ulrich Drepper2eb660f2005-08-24 19:47:57 +000036
Roland McGrathd17fac72005-08-23 08:20:21 +0000372005-08-22 Roland McGrath <roland@redhat.com>
38
39 * run-line2addr.sh: Add a case.
40 * testfile23.bz2: New data file.
41 * Makefile.am (EXTRA_DIST): Add it.
42
Roland McGrath9a1f3652005-08-18 20:57:04 +0000432005-08-18 Roland McGrath <roland@redhat.com>
44
Roland McGrathf5fda7d2005-08-18 22:01:57 +000045 * run-addrscopes.sh: New file.
46 * testfile22.bz2: New data file.
47 * Makefile.am (TESTS, EXTRA_DIST): Add them.
48
Roland McGrath9a1f3652005-08-18 20:57:04 +000049 * addrscopes.c: New file.
50 * Makefile.am (noinst_PROGRAMS): Add it.
51 (addrscopes_LDADD): New variable.
52
Ulrich Drepper837b5222005-08-16 05:12:01 +0000532005-08-15 Ulrich Drepper <drepper@redhat.com>
54
55 * run-elflint-self.sh: Don't run test if the file doesn't exist.
56
Roland McGrath1ecb6062005-08-15 09:53:04 +0000572005-08-15 Roland McGrath <roland@redhat.com>
58
59 * dwflmodtest.c (print_instance, print_inline): New functions.
60 (print_func): Call print_inline.
61 (options, parse_opt): Grok -i/--inlines.
62
Roland McGrath8d18c292005-08-07 21:42:07 +0000632005-08-07 Roland McGrath <roland@redhat.com>
64
65 * dwflmodtest.c: Print function details only if -f flag is given.
66
Ulrich Drepper47be7952005-08-07 04:41:39 +0000672005-08-06 Ulrich Drepper <drepper@redhat.com>
68
Ulrich Drepper637963b2005-08-07 05:33:07 +000069 * run-elflint-self.sh: New file.
70 * Makefile.am (TESTS): Add run-elflint-self.sh.
71 (EXTRA_DIST): Likewise.
72
Ulrich Drepper47be7952005-08-07 04:41:39 +000073 * Makefile.am: Link with statis libs if BUILD_STATIC.
74 (dwflmodtest_LDADD): Also link with -ldl.
75
Ulrich Drepper41de4882005-08-03 00:02:56 +0000762005-08-02 Ulrich Drepper <drepper@redhat.com>
77
Ulrich Dreppera38998e2005-08-03 02:05:39 +000078 * Makefile.am: Add -ldl to asm_tst[1-9]_LDASS.
79 * asm-tst1.c: Adjust for new asm_begin interface. Open backend
80 library first.
81 * asm-tst2.c: Likewise.
82 * asm-tst3.c: Likewise.
83 * asm-tst4.c: Likewise.
84 * asm-tst5.c: Likewise.
85 * asm-tst6.c: Likewise.
86 * asm-tst7.c: Likewise.
87 * asm-tst8.c: Likewise.
88 * asm-tst9.c: Likewise.
89
Ulrich Drepper41de4882005-08-03 00:02:56 +000090 * msg_tst.c: Add new error message.
91
Ulrich Drepper18618fd2005-07-28 21:29:22 +0000922005-07-28 Ulrich Drepper <drepper@redhat.com>
93
94 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
95
Roland McGrathd17fac72005-08-23 08:20:21 +0000962005-06-01 Roland McGrath <roland@redhat.com>
97
98 * line2addr.c: Rewritten using libdwfl.
99 * run-line2addr.sh: Update test for changed arguments.
100 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
101 (libdwfl): New variable.
102 (line2addr_LDADD): Use it.
103
Roland McGrath18385902005-07-28 07:12:38 +00001042005-07-28 Roland McGrath <roland@redhat.com>
105
106 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
107 * Makefile.am (noinst_PROGRAMS): Add dwflmodtest.
108 (dwflmodtest_LDADD): New variable.
109 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
110
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001112005-07-21 Ulrich Drepper <drepper@redhat.com>
112
113 * testfile18.bz2: New file.
114 * run-elflint-test.sh: New file.
115 * Makefile.am (TESTS): Add run-elflint-test.sh.
116 (EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
117
1182005-05-24 Ulrich Drepper <drepper@redhat.com>
119
120 * get-files.c (main): Use correct format specifier.
121
1222005-05-21 Ulrich Drepper <drepper@redhat.com>
123
124 * Makefile.am: Add -Wextra to CFLAGS.
125 * get-files.c: Remove warning this produced.
126 * get-pubnames.c: Likewise.
127 * newfile.c: Likewise.
128 * newscn.c: Likewise.
129 * scnnames.c: Likewise.
130 * showptable.c: Likewise.
131 * test-nlist.c: Likewise.
132 * update1.c: Likewise.
133 * update2.c: Likewise.
134 * update3.c: Likewise.
135 * update4.c: Likewise.
136
1372005-05-08 Ulrich Drepper <drepper@redhat.com>
138
139 * run-line2addr.sh: Remove testfile14 at the end.
140
Ulrich Drepper282bf322005-07-28 21:49:05 +0000141 * run-strip-test.sh: Remove debuginfo test input file as well.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000142
143 * Makefile.am (EXTRA_DIST): Newly added files incorrectly used
144 .bz, not .bz2.
145
1462005-05-03 Roland McGrath <roland@redhat.com>
147
148 * run-strip-test.sh: Use variables for test file names.
149 Optionally produce separate debug file and check it.
150 * run-strip-test2.sh: Use run-strip-test.sh via ., no duplication.
151 * run-strip-test3.sh: Likewise.
152 * run-strip-test4.sh: New file.
153 * run-strip-test5.sh: New file.
154 * run-strip-test6.sh: New file.
155 * testfile15.bz: New file.
156 * testfile15.debug.bz: New file.
157 * testfile16.bz: New file.
158 * testfile16.debug.bz: New file.
159 * testfile17.bz: New file.
160 * testfile17.debug.bz: New file.
161 * Makefile.am (TESTS, EXTRA_DIST): Add them.
162
1632005-04-25 Ulrich Drepper <drepper@redhat.com>
164
165 * run-line2addr.sh: Also use testfile14. Adjust for correct
166 return of multiple matches.
167 * testfile14.bz2: New file.
168 * Makefile.am (EXTRA_DIST): Add testfile14.bz2.
169
170 * show-abbrev.c (main): Adjust for dwarf_getabbrev interface change.
171
1722005-04-04 Roland McGrath <roland@frob.com>
173
174 * line2addr.c (main): Initialize LINES and NLINES before calling
175 dwarf_getsrc_file, and free LINES afterwards.
176
177 * allfcts.c (main): Use size_t for CUHL.
178
1792005-04-04 Ulrich Drepper <drepper@redhat.com>
180
181 * line2addr.c: New file.
182 * run-line2addr.sh: New file.
183 * Makefile.am: Add rules to build, run, and distribute new code.
184
1852005-04-02 Ulrich Drepper <drepper@redhat.com>
186
187 * allfcts.c: New file.
188 * run-allfcts.sh: New file.
189 * Makefile.am: Add rules to build, run, and distribute new code.
190
1912005-02-05 Ulrich Drepper <drepper@redhat.com>
192
193 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fmudflap. Link all test
194 programs with -lmudflap.
195
1962004-09-25 Ulrich Drepper <drepper@redhat.com>
197
198 * asm-tst4.c (main): Add LD_LIBRARY_PATH to elflint invocation.
199 * asm-tst5.c (main): Likewise.
200 * asm-tst6.c (main): Likewise.
201
2022004-01-17 Ulrich Drepper <drepper@redhat.com>
203
204 * Makefile.am: Support building with mudflap.
205
2062004-01-12 Ulrich Drepper <drepper@redhat.com>
207
208 * get-aranges.c: Rewrite to use libdw.
209 * Makefile.am: Reenable get-aranges test.
210
2112004-01-11 Ulrich Drepper <drepper@redhat.com>
212
213 * get-lines.c: New file.
214 * get-files.c: Adjust for libdw.
215 * run-get-files.sh: Adjust expected result.
216 * run-get-lines.sh: Likewise.
217 * Makefile.am: Run get-lines test. Don't run get-aranges and
218 get-ciefde test for now.
219
220 * show-abbrev.c: Adjust call to dwarf_getabbrevattr after interface
221 change. Print attribute offset information.
222 * run-show-abbrev.sh: Adjust expected output.
223
2242004-01-09 Ulrich Drepper <drepper@redhat.com>
225
226 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
227 * show-die-info.c: Likewise.
228 * run-show-die-info.sh: Adjust expected output.
229
2302003-08-13 Ulrich Drepper <drepper@redhat.com>
231
232 * Makefile.in: Depend on libebl.a, not libebl.so.
233
2342003-08-11 Ulrich Drepper <drepper@redhat.com>
235
236 * Moved to CVS archive.