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