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