2007-07-05 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 * binutils-all/strip-3.d: Also strip .xtensa.info section.
4
5 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
6
7 * binutils-all/windres/version_cat.rc: New.
8 * binutils-all/windres/version_cat.rsd: New.
9
10 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
11
12 * binutils-all/windres/html.rc: New.
13 * binutils-all/windres/html.rsd: New.
14 * binutils-all/windres/html1.hm: New.
15 * binutils-all/windres/html2.hm: New.
16 * binutils-all/windres/messagetable.rc: New.
17 * binutils-all/windres/messagetable.rsd: New.
18 * binutils-all/windres/MSG00001.bin: New.
19 * binutils-all/windres/strtab2.rc: New.
20 * binutils-all/windres/strtab2.rsd: New.
21 * binutils-all/windres/version.rc: New.
22 * binutils-all/windres/version.rsd: New.
23 * binutils-all/windres/dialog.rsd: Fix expected results.
24
25 2007-05-17 Joseph Myers <joseph@codesourcery.com>
26
27 * binutils-all/strip-3.d: Strip .pdr section.
28
29 2007-05-15 Alan Modra <amodra@bigpond.net.au>
30
31 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
32
33 2007-05-11 Alan Modra <amodra@bigpond.net.au>
34
35 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
36
37 2007-05-08 Mark Shinwell <shinwell@codesourcery.com>
38
39 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
40 sections.
41
42 2007-05-02 Alan Modra <amodra@bigpond.net.au>
43
44 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
45 (copy_executable): Return early if test2 is blank.
46 Return unsupported rather than unresolved if we can't run
47 executables. Do test1 if we can compile.
48
49 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
50 Phil Edwards <phil@codesourcery.com>
51
52 * binutils-all/objcopy.exp: Add test for stripping a symbol
53 used in a relocation.
54 * binutils-all/needed-by-reloc.s: New file.
55
56 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
57 Phil Edwards <phil@codesourcery.com>
58 Thomas de Lellis <tdel@windriver.com>
59
60 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
61
62 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
63
64 * binutils-all/readelf.exp (regexp_diff): Delete.
65
66 2007-04-20 Richard Earnshaw <rearnsha@arm.com>
67
68 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
69 Rename the second test.
70
71 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
72
73 PR binutils/4348
74 * binutils-all/empty.s: New file.
75 * binutils-all/strip-3.d: Likewise.
76
77 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
78
79 2007-02-27 Nathan Sidwell <nathan@codesourcery.com>
80
81 * binutils-all/objcopy.exp: Skip for uclinux targets.
82
83 2007-02-14 Nick Clifton <nickc@redhat.com>
84
85 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
86 output failure message.
87
88 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
89
90 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
91 * dlltool.exp: Dito
92 * lang.rc: Dito
93 * strtab1.rc: Dito
94 * windres.exp: Dito
95
96 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
97
98 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
99 * binutils-all/dlltool.exp: Likewise.
100 * binutils-all/objcopy.exp: Likewise.
101 * binutils-all/windres/windres.exp: Likewise.
102 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
103 * binutils-all/windres/strtab1.rc: Likewise.
104 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
105
106 2006-09-14 H.J. Lu <hongjiu.lu@intel.com>
107
108 PR binutils/3181
109 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
110 targets.
111
112 * binutils-all/strip-1.d: New file.
113 * binutils-all/strip-2.d: Likewise.
114
115 * lib/utils-lib.exp (run_dump_test): Support strip.
116
117 2006-08-15 Thiemo Seufer <ths@mips.com>
118 Nigel Stephens <nigel@mips.com>
119 David Ung <davidu@mips.com>
120
121 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
122
123 2006-06-24 Richard Sandiford <richard@codesourcery.com>
124
125 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
126 of readelf.
127
128 2006-06-23 Richard Sandiford <richard@codesourcery.com>
129
130 * binutils-all/localize-hidden-1.s,
131 * binutils-all/localize-hidden-1.d,
132 * binutils-all/localize-hidden-2.s,
133 * binutils-all/localize-hidden-2.d: New tests.
134 * binutils-all/objcopy.exp: Run them.
135
136 2006-06-06 Paul Brook <paul@codesourcery.com>
137
138 * binutils-all/arm/objdump.exp: New file.
139 * binutils-all/arm/thumb2-cond.s: New test.
140
141 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
142
143 * binutils-all/copy-3.d: Fix a typo.
144
145 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
146
147 * binutils-all/copy-3.d: New.
148
149 * objcopy.exp: Run copy-3.
150
151 2006-05-02 Dave Korn <dave.korn@artimi.com>
152
153 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
154 * binutils-all/copy-1.d (name): Likewise.
155
156 2006-05-02 Nick Clifton <nickc@redhat.com>
157
158 * binutils-all/copy-2.d: Change the name of the section whose
159 flags are changed to "foo" so that the test will work with PE
160 based targets. Skip this test for AOUT based targeted.
161 * binutils-all/copytest.s: New file.
162
163 2006-05-01 H.J. Lu <hongjiu.lu@intel.com>
164
165 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
166
167 2006-05-01 Ben Elliston <bje@au.ibm.com>
168
169 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
170
171 2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR binutils/2593
174 * binutils-all/copy-1.d: New file.
175 * binutils-all/copy-1.s: Likewise.
176 * binutils-all/copy-2.d: Likewise.
177
178 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
179 run_dump_test "copy-2".
180
181 * lib/utils-lib.exp (run_dump_test): New.
182 (slurp_options): Likewise.
183 (regexp_diff): Likewise.
184 (file_contents): Likewise.
185 (verbose_eval): Likewise.
186
187 2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
188
189 PR binutils/2467
190 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
191 on archive.
192
193 2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
194
195 * lib/utils-lib.exp (default_binutils_run): Check exit status.
196
197 2005-12-24 Ben Elliston <bje@gnu.org>
198
199 * config/default.exp: Do not load the unneeded util-defs.exp.
200
201 2005-11-15 Jan Beulich <jbeulich@novell.com>
202
203 * config/default.exp (link_or_copy): New. Use it for setting
204 up assembler and linker for the compiler to use.
205
206 2005-10-20 H.J. Lu <hongjiu.lu@intel.com>
207
208 PR ld/251
209 * binutils-all/group.s: New file.
210
211 * binutils-all/objcopy.exp (objcopy_test_readelf): New
212 procedure.
213 Use it to test ELF group.
214
215 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
216
217 PR ld/1487
218 * binutils-all/objcopy.exp (objcopy_test): New procedure.
219 Use it to test simple copy, ia64 link order and ELF unknown
220 section type.
221
222 * binutils-all/unknown.s: New file.
223
224 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR binutils/1321
227 * binutils-all/link-order.s: New.
228
229 * binutils-all/objcopy.exp: Check ia64 link order.
230
231 2005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
232
233 * binutils-all/windres/escapex-2.rc: New file.
234 * binutils-all/windres/escapex-2.rsd: Generate.
235
236 2005-08-26 Christian Groessler <chris@groessler.org>
237
238 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
239
240 2005-08-18 Alan Modra <amodra@bigpond.net.au>
241
242 * binutils-all/objcopy.exp: Remove a29k support.
243 * binutils-all/objdump.exp: Likewise, alliant and convex too.
244
245 2005-05-07 Nick Clifton <nickc@redhat.com>
246
247 * Update the address and phone number of the FSF organization in
248 the GPL notices in the following files:
249 binutils-all/ar.exp, binutils-all/dlltool.exp,
250 binutils-all/nm.exp, binutils-all/objcopy.exp,
251 binutils-all/objdump.exp, binutils-all/readelf.exp,
252 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
253 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
254 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
255 config/default.exp, lib/utils-lib.exp
256
257 2005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
258
259 * binutils-all/vax/objdump.exp: Condense the two tests into one
260 and add a "-M entry:" for the second label.
261
262 2005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
263
264 * binutils-all/vax: New directory.
265 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
266 switch added to the VAX disassembler.
267 * binutils-all/vax/entrymask.s: New assembler source file.
268
269 2005-03-08 Ben Elliston <bje@au.ibm.com>
270
271 * config/default.exp: Remove send_user call for stray output.
272
273 2005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
274
275 * binutils-all/testprog.c: Add prototype for printf() and make
276 type of "string" array be "char" in order to avoid compile time
277 warnings.
278
279 2004-12-31 Alan Modra <amodra@bigpond.net.au>
280
281 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
282
283 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
284
285 * binutils-all/objdump.exp (cpus_expected): Append cris.
286
287 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
288
289 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
290
291 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
292
293 * binutils-all/alias.def: New file.
294 * binutils-all/dlltool.exp: Two new -p tests.
295 * config/default.exp (dlltool_gas_flag): New variable.
296 Copy gas and lds executables into tmpdir/gas directory rather than
297 making symlinks which might not be supported by the host OS.
298 Attempt to handle the case where the host OS does not use the .exe
299 extension but the target OS does.
300 * lib/utils-lib.exp (exe_ext): New procedure.
301
302 2004-07-12 Nick Clifton <nickc@redhat.com>
303
304 * binutils-all/dlltool.exp: Check that the -p switch is not
305 rejected.
306
307 2004-07-09 Andreas Schwab <schwab@suse.de>
308
309 * binutils-all/m68k/movem.s: New file.
310
311 * binutils-all/m68k/objdump.exp: New file.
312
313 2004-05-15 Nick Clifton <nickc@redhat.com>
314
315 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
316
317 2004-05-12 Ben Elliston <bje@au.ibm.com>
318
319 * binutils-all/ar.exp: Remove stray semicolons.
320 * binutils-all/dlltool.exp: Likewise.
321 * binutils-all/objcopy.exp: Likewise.
322 * binutils-all/readelf.exp: Likewise.
323 * binutils-all/windres/windres.exp: Likewise.
324 * lib/utils-lib.exp: Likewise.
325
326 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
327
328 * binutils-all/readelf.ss-mips: Allow named section symbols.
329
330 2004-03-30 Jakub Jelinek <jakub@redhat.com>
331
332 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
333
334 2004-02-27 Andreas Schwab <schwab@suse.de>
335
336 * binutils-all/ar.exp (argument_parsing): New test.
337
338 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
339
340 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
341 systems.
342
343 For older changes see ChangeLog-9303
344 \f
345 Local Variables:
346 mode: change-log
347 left-margin: 8
348 fill-column: 74
349 version-control: never
350 End:
This page took 0.038209 seconds and 5 git commands to generate.