* binutils-all/objdump.exp (cpus_expected): Add arc.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
24ccf6b7
DE
1Thu Aug 28 09:57:27 1997 Doug Evans <dje@canuck.cygnus.com>
2
3 * binutils-all/objdump.exp (cpus_expected): Add arc.
4
5Tue Aug 5 00:03:20 1997 Ian Lance Taylor <ian@cygnus.com>
6
7 * config/default.exp: Look for nm-new and strip-new.
8
fd4addaf
BM
9Tue Jun 3 17:12:54 1997 Bob Manson <manson@charmed.cygnus.com>
10
24ccf6b7
DE
11 * config/default.exp: Remove expect_before statement.
12
fd4addaf
BM
13 * binutils-all/objcopy.exp: Don't use global exec_output variable;
14 the output is returned from remote_load instead.
15
16Mon May 12 22:14:20 1997 Bob Manson <manson@charmed.cygnus.com>
17
18 * binutils-all/objcopy.exp(strip_test): Tests that
19 fail to compile are untested, not unresolved.
20 (copy_setup): Ditto.
21
22 * lib/utils-lib.exp(default_binutils_assemble): Call
23 target_assemble instead of target_compile.
24
25Wed Apr 30 20:37:51 1997 Bob Manson <manson@charmed.cygnus.com>
26
27 Changes to support multilib and remote hosted testing, along with
28 general cleanups and simplifications.
29
30 * lib/utils-lib.exp(binutil_version): Use remote_exec.
31 (default_binutils_run): Ditto.
32 (default_binutils_assemble): Remove first argument; call
33 target_compile to actually do the assembly.
34 (default_binutils_compile,default_binutils_remove,prune_warnings):
35 Delete.
36
37 * config/default.exp: Remove AS and ASFLAGS.
38 (binutils_compile,binutils_remove): Delete.
39 (binutils_assemble): Remove first argument.
40
41 * binutils-all/ar.exp: See if we're running the tests on
42 a remote host, and download/upload files as appropriate.
43 Replace calls to binutils_remove with remote_file. Replace
44 calls to binutils_compile with target_compile. Remove initial
45 argument to binutils_assemble. Use remote_load to execute
46 programs on the target.
47 * binutils-all/nm.exp: Ditto.
48 * binutils-all/objcopy.exp: Ditto.
49 * binutils-all/objdump.exp: Ditto.
50 * binutils-all/size.exp: Ditto.
51
52Mon Apr 14 12:36:41 1997 Ian Lance Taylor <ian@cygnus.com>
53
54 * binutils-all/ar.exp (long_filenames): Check for a file system
55 with a 14 character file name length limit.
56
57Tue Apr 1 09:52:15 1997 Jeffrey A Law (law@cygnus.com)
58
59 * binutils-all/objdump.exp: Handle d10v.
60
61Fri Feb 7 16:45:34 1997 Bob Manson <manson@charmed.cygnus.com>
62
63 * binutils-all/ar.exp: Use prune_warnings instead of
64 prune_system_crud.
65 * binutils-all/objcopy.exp: Ditto.
66
67Wed Jan 29 00:16:43 1997 Bob Manson <manson@charmed.cygnus.com>
68
69 * binutils-all/nm.exp: Use / between $srcdir and $subdir.
70 * binutils-all/objcopy.exp: Ditto.
71 * binutils-all/objdump.exp: Ditto.
72 * binutils-all/size.exp: Ditto.
73 * binutils-all/hppa/objdump.exp: Ditto.
74
75
76Wed Oct 16 22:57:59 1996 Jeffrey A Law (law@cygnus.com)
77
78 * binutils-all/objdump.exp: Add mn10200 and mn10300 to expected
79 cpus list.
80
01b1f5eb
ILT
81Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
82
83 * lib/utils-lib.exp (binutil_version): Fix for current version
84 printing.
85
86Sun Aug 4 22:25:40 1996 Ian Lance Taylor <ian@cygnus.com>
87
88 * binutils-all/objcopy.exp: Fix end of line matching in srec tests
89 to work with TCL 7.5.
90
91Sat Jun 29 12:51:30 1996 Ian Lance Taylor <ian@cygnus.com>
92
93 * binutils-all/objcopy.exp: Simple copy test works for i960 b.out
94 targets.
95
96Mon Jun 24 14:33:04 1996 Ian Lance Taylor <ian@cygnus.com>
97
98 * binutils-all/objcopy.exp: On OSF/1, the simple copy test will
99 succeed with gas, and fail with /bin/as, so mark it as an expected
100 failure only if it fails.
101
102Tue Mar 26 16:55:08 1996 Jeffrey A Law (law@cygnus.com)
103
104 * binutils-all/objcopy.exp: No longer expect adjust-section-vma
105 test to fail for hppa*-*-proelf*.
106
107Mon Mar 11 08:25:14 1996 Jeffrey A Law (law@cygnus.com)
108
109 * binutils-all/objdump.exp: Look for "$CODE$", not just "CODE".
110
111Wed Jan 31 11:55:13 1996 Jeffrey A Law (law@cygnus.com)
112
113 * binutils-all/objcopy.exp: Expect adjust-section-vma tests to
114 fail for hppa*-*-proelf* targets.
115
116Thu Jan 25 13:53:04 1996 Ian Lance Taylor <ian@cygnus.com>
117
118 * binutils-all/objdump.exp: Update for objdump -h format change.
119 * binutils-all/objcopy.exp: Likewise.
120
854efa68
ILT
121Mon Jan 15 18:14:14 1996 Ian Lance Taylor <ian@cygnus.com>
122
123 * binutils-all/objcopy.exp: Use the lma, not the vma, when testing
124 address adjustments.
125
126Fri Dec 15 16:31:55 1995 Ian Lance Taylor <ian@cygnus.com>
127
128 * binutils-all/objdump.exp: Update objdump -i test for current
129 objdump output.
130
585d15cd
ILT
131Mon Nov 27 15:15:09 1995 Ian Lance Taylor <ian@cygnus.com>
132
133 * binutils-all/objcopy.exp: Correct fail calls to always use the
134 same string as the pass call.
135
49c43d02
ILT
136Wed Nov 22 13:18:58 1995 Ian Lance Taylor <ian@cygnus.com>
137
138 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warnings
139 from native compilers on OSF/1 and SunOS.
140
141Fri Nov 17 10:36:09 1995 Ian Lance Taylor <ian@cygnus.com>
142
143 * lib/utils-lib.exp (default_binutils_compiler: Change error
144 message to say compilation rather than assembly.
145
146Wed Nov 15 18:34:42 1995 Ken Raeburn <raeburn@cygnus.com>
147
148 * binutils-all/objcopy.exp: Simple copy test does appear to work
149 on i*86-svr4.
150
febc1fc3
ILT
151Wed Nov 15 12:19:28 1995 Ian Lance Taylor <ian@cygnus.com>
152
153 * binutils-all/objcopy.exp: If assembly fails, call unresolved.
154 Test running objcopy and strip on a final executable.
155 * binutils-all/testprog.c: New file.
156 * config/default.exp (STRIP, STRIPFLAGS): Define.
157 (binutils_compile): New procedure.
158 * lib/utils-lib.exp (default_binutils_compile): New procedure.
159
160Fri Nov 3 13:22:33 1995 Ian Lance Taylor <ian@cygnus.com>
161
162 * lib/utils-lib.exp (default_binutils_run): Don't use verbose
163 -log, reverting part of Oct 2 change.
164
e75c301b
ILT
165Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
166
167 * binutils-all/objcopy.exp: Add setup_xfails for
e3e8b854 168 m68*-motorola-sysv* and m88*-motorola-sysv*.
e75c301b
ILT
169
170Wed Oct 4 14:38:31 1995 Ian Lance Taylor <ian@cygnus.com>
171
172 * binutils-all/nm.exp: Add setup_xfails for XCOFF.
173
a6eed1d2
ILT
174Mon Oct 2 12:41:48 1995 Ian Lance Taylor <ian@cygnus.com>
175
0efc2218
ILT
176 * binutils-all/ar.exp: New file.
177 * binutils-all/bintest.s: Make text_symbol and data_symbol global.
178 Add new static symbols static_text_symbol and static_data_symbol.
179 * binutils-all/nm.exp: Adjust accordingly.
180 * config/default.exp (AR): Set if not set.
181 (binutils_remove): New procedure.
182 * lib/utils-lib.exp (default_binutils_run): Call
183 prune_system_crud on program output. Use verbose -log instead of
184 both verbose and send_log.
185 (default_binutils_remove): New procedure.
186
a6eed1d2
ILT
187 * lib/utils-lib.exp (default_binutils_assemble): Call
188 prune_system_crud on assembler output.
189
190Tue Sep 26 14:07:05 1995 Ian Lance Taylor <ian@cygnus.com>
191
192 * binutils-all/objcopy.exp: Add setup_xfails for simple copy test
193 for i386 COFF targets.
194
faa53df9
ILT
195Wed Sep 13 13:20:21 1995 Ian Lance Taylor <ian@cygnus.com>
196
197 * lib/utils-lib.exp (prune_system_crud): Define if not defined.
198 * binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
199
200Sat Aug 19 17:38:06 1995 Ian Lance Taylor <ian@cygnus.com>
201
202 * binutils-all/objcopy.exp: Add xfail for i*86-*-aout* for simple
203 copy test.
204
df0d80db
ILT
205Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com>
206
a77024ef
ILT
207 * binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* for
208 tests which fail on ECOFF targets.
209
df0d80db
ILT
210 * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
211 copy test to check for i*86-*-linuxaout* instead.
212
28796982
ILT
213Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com>
214
215 * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
216 for simple copy test.
217
218Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com>
219
220 * binutils-all/objcopy.exp: Change setup_xfail for simple copy
221 test from i960-*-vxworks5.1 to i960-*-vxworks*.
222
223Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com>
224
225 * binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for
226 simple copy test.
227 * binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002.
228
229Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu)
230
231 * binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets
232 too.
233 * binutils-all/objcopy.exp (simple copy): Don't expect PA ELF
234 targets to fail.
235
236Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu)
237
238 * binutils-all/hppa: Renamed from binutils-hppa.
239
240Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
241
242 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
243 for h8500-*-hms and h8500-*-coff.
244
2e246dbd
ILT
245Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
246
247 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
248 for m68*-ericsson-ose and m88*-*-coff.
249
8b550686
ILT
250Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
251
2e246dbd 252 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
8b550686
ILT
253 for m68*-*-vxworks*.
254
fe58e496
ILT
255Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
256
257 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.
258
973f38b6
JL
259Tue Mar 21 10:48:45 1995 Jeff Law (law@snake.cs.utah.edu)
260
261 * binutils-hppa/addendbug.s: New testcase.
262 * binutils-hppa/objdump.exp: Run it.
263
a07fe450
ILT
264Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
265
266 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
267 in progargs before passing it to exec.
268
269Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
270
271 * config/hppa.sed: Sed script to transform bintest.s into proper
272 PA assembly code.
273 * binutils-all/nm.exp: Enable these tests on the PA.
274 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
275 simple copy to fail.
276 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
277 "CODE" as a section name.
278 * binutils-all/size.exp: Enable these tests on the PA.
279 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
280 run the assembly through a sed script before passing it to the
281 assembler.
282
283Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
284
285 * binutils-all/objdump.exp: Force section sizes to be interpreted
286 in hex. Change objdump -h failure mode to always use the same
287 string.
288
289Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
290
291 * binutils-all/nm.exp: Just check for irix4*, rather than
292 irix\[0-4\]*, to avoid DejaGnu bug.
293
294Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
295
296 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
297 for various other targets for which gas doesn't use bfd: sh-hms,
298 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
299 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
300
6273f92d
KR
301Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
302
303 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
304 since it (correctly) generates syntax errors on that platform.
305 * binutils-all/objdump.exp: Ditto.
306 * binutils-all/nm.exp: Ditto.
307 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
308 sh-coff to branch where objcopy execution produced no error
09d7f0a6 309 messages. Expect failure for hp300 also.
6273f92d 310
ef1ad8ab
KR
311Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
312
313 * binutils-all/objdump.exp (cpus_expected): New variable, taken
7e1e1f4d 314 from objdump -i test, added ns32k and powerpc, sorted.
ef1ad8ab
KR
315 (objdump -i, -f tests): Use $cpus_expected.
316
317 * binutils-all/objcopy.exp: For simple-copy test, expect failure
318 for sh-coff.
319
320Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
321
322 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
323 new S-record section handling.
324
09250cfe
ILT
325Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
326
327 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
328 as expected on ECOFF targets; add calls to setup_xfail.
329
330 * binutils-all/objcopy.exp: New file.
331 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
332
333Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
334
335 Rewrite testsuite.
336 * configure.in, Makefile.in: Remove.
337 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
338 * binutils-all/bintest.c: Remove.
339 * binutils-all/bintest.s: New file.
340 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
341 * binutils-all/size.exp: Rewrite.
342 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
343 Don't go up one directory from $base_dir. Create tmpdir.
344 (binutils_run, binutils-assemble): New procedures.
345 * config/unix.exp: Remove.
346 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
347 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
348 * config/mt-mips-ecoff, config/mt-slite: Remove.
349 * config/mt-sparc-aout, config/mt-vxworks: Remove.
350 * lib/utils-lib.exp (binutil_version): Don't redirect standard
351 input when getting version. Don't unset errorInfo.
352 (default_binutils_run): New procedure.
353 (default_binutils_assemble): New procedure.
354
7f23bcab
ILT
355Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
356
09250cfe
ILT
357 * VMS does not permit `.' in directory names: renamed binutils.all
358 to binutils-all.
359 * configure.in (configdirs): Change binutils.all to binutils-all.
7f23bcab 360
98e9482a
ILT
361Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
362
363 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
364 not for m68k-*-*.
365
366Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
367
368 * binutils.all/objdump.exp: Added ARM to list of CPU types.
369
370Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
371
372 * binutils.all/objdump.exp: Update for new usage message.
373 * binutils.all/size.exp: Use a double backslash in the string to
374 get a single backslash to the regexp matcher. Accept $TEXT$,
375 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
376
9b6cf6b6
ILT
377Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
378
379 * config/unix.exp: If nm.new does not exist, use [transform nm].
380 * config/default.exp: Likewise.
381
c7309784
ILT
382Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
383
384 * configure.in, binutils.all/configure.in: Change i386 to
385 i[345]86.
386
387Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
388
389 * config/mt-mips-ecoff: Add -Tidp.ld option.
390
391Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
392
393 * config/default.exp: Use nm.new, not nm, from newly built tree.
394
087188e0
BC
395Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
396
397 * config/default.exp, config/unix.exp: Replace error
398 proc calls with perror.
399
39a20ec6
SS
400Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
401
402 * configure.in (sparclite): Match on sparclite*-*-*.
403
404Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
405
406 * config/unix.exp: Use nm.new, not nm, from newly built tree.
407
408 * binutils.all/objdump.exp: Add more wildcards to list of
409 single-letter options in pattern for usage message.
410
411 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
412 works for a.out/stabs systems. Fixed regexps to make underscores
413 optional, since some C compilers don't prepend them. Deleted
414 check for foo.o symbol, since again some systems don't generate
415 it.
416
099c286e
BC
417Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
418
419 * Makefile.in (check): Set TCL_LIBRARY for runtest.
420
421Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
422
423 * Makefile.in: Use new config features of DejaGnu in site.exp
424 file. "Make check" should now work for all crosses.
425
426Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
427
428 * binutils.all/objdump.exp: In usage message, accept
429 "section-name" as well as "section_name".
430
446918c8
KR
431Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
432
433 * binutils.all/objdump.exp: Trim list of format names expected,
434 and accept any known CPU type.
435
436Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
437
438 * Makefile.in: Remove some stuff from the site.exp file.
439 * config/unix.exp: Add global before seeing if the variables for
440 nm, objdump, and size exist.
441
442Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
443
444 * config/udi.exp,unix.exp: Transform tool name.
445 * binutils.all/*.exp: Clear errorInfo after exec.
446
447Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
448
449 * binutils.all/*.exp: Use -- for long arguments rather than +.
450
451Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
452
453 * configure.in: change srctrigger to Makefile.in
454
455Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
456
457 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
458
459Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
460
461 * binutils.all/objdump.exp: Update for new usage message.
462
463Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
464
465 * binutils.all/*.exp: Use the new util_test proc.
466 * Makefile.in: Create a local site.exp file with config info.
467
468Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
469
470 * nm.all/configure.in (srcname): Delete extra quote.
471
472Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
473
474 * binutils/testsuite: made modifications to testcases, etc., to allow
475 them to work properly given the reorganization of deja-gnu and the
476 relocation of the testcases from deja-gnu to a "tool" subdirectory.
477
699bfeae
JG
478Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
479
480 * binutils/testsuite: Initial creation of binutils/testsuite.
481 Migrated dejagnu testcases and support files for testing nm to
482 binutils/testsuite from deja-gnu. These files were moved "as is"
483 with no modifications. This migration is part of a major overhaul
484 of dejagnu. The modifications to these testcases, etc., which
485 will allow them to work with the new version of dejagnu will be
486 made in a future update.
487
This page took 0.189369 seconds and 4 git commands to generate.