* gas/hppa/unsorted/common.s: New test.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
a07fe450
ILT
1Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
4 in progargs before passing it to exec.
5
6Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
7
8 * config/hppa.sed: Sed script to transform bintest.s into proper
9 PA assembly code.
10 * binutils-all/nm.exp: Enable these tests on the PA.
11 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
12 simple copy to fail.
13 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
14 "CODE" as a section name.
15 * binutils-all/size.exp: Enable these tests on the PA.
16 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
17 run the assembly through a sed script before passing it to the
18 assembler.
19
20Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
21
22 * binutils-all/objdump.exp: Force section sizes to be interpreted
23 in hex. Change objdump -h failure mode to always use the same
24 string.
25
26Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
27
28 * binutils-all/nm.exp: Just check for irix4*, rather than
29 irix\[0-4\]*, to avoid DejaGnu bug.
30
31Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
32
33 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
34 for various other targets for which gas doesn't use bfd: sh-hms,
35 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
36 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
37
6273f92d
KR
38Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
39
40 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
41 since it (correctly) generates syntax errors on that platform.
42 * binutils-all/objdump.exp: Ditto.
43 * binutils-all/nm.exp: Ditto.
44 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
45 sh-coff to branch where objcopy execution produced no error
09d7f0a6 46 messages. Expect failure for hp300 also.
6273f92d 47
ef1ad8ab
KR
48Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
49
50 * binutils-all/objdump.exp (cpus_expected): New variable, taken
7e1e1f4d 51 from objdump -i test, added ns32k and powerpc, sorted.
ef1ad8ab
KR
52 (objdump -i, -f tests): Use $cpus_expected.
53
54 * binutils-all/objcopy.exp: For simple-copy test, expect failure
55 for sh-coff.
56
57Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
58
59 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
60 new S-record section handling.
61
09250cfe
ILT
62Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
63
64 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
65 as expected on ECOFF targets; add calls to setup_xfail.
66
67 * binutils-all/objcopy.exp: New file.
68 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
69
70Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
71
72 Rewrite testsuite.
73 * configure.in, Makefile.in: Remove.
74 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
75 * binutils-all/bintest.c: Remove.
76 * binutils-all/bintest.s: New file.
77 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
78 * binutils-all/size.exp: Rewrite.
79 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
80 Don't go up one directory from $base_dir. Create tmpdir.
81 (binutils_run, binutils-assemble): New procedures.
82 * config/unix.exp: Remove.
83 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
84 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
85 * config/mt-mips-ecoff, config/mt-slite: Remove.
86 * config/mt-sparc-aout, config/mt-vxworks: Remove.
87 * lib/utils-lib.exp (binutil_version): Don't redirect standard
88 input when getting version. Don't unset errorInfo.
89 (default_binutils_run): New procedure.
90 (default_binutils_assemble): New procedure.
91
7f23bcab
ILT
92Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
93
09250cfe
ILT
94 * VMS does not permit `.' in directory names: renamed binutils.all
95 to binutils-all.
96 * configure.in (configdirs): Change binutils.all to binutils-all.
7f23bcab 97
98e9482a
ILT
98Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
99
100 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
101 not for m68k-*-*.
102
103Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
104
105 * binutils.all/objdump.exp: Added ARM to list of CPU types.
106
107Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
108
109 * binutils.all/objdump.exp: Update for new usage message.
110 * binutils.all/size.exp: Use a double backslash in the string to
111 get a single backslash to the regexp matcher. Accept $TEXT$,
112 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
113
9b6cf6b6
ILT
114Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
115
116 * config/unix.exp: If nm.new does not exist, use [transform nm].
117 * config/default.exp: Likewise.
118
c7309784
ILT
119Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
120
121 * configure.in, binutils.all/configure.in: Change i386 to
122 i[345]86.
123
124Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
125
126 * config/mt-mips-ecoff: Add -Tidp.ld option.
127
128Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
129
130 * config/default.exp: Use nm.new, not nm, from newly built tree.
131
087188e0
BC
132Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
133
134 * config/default.exp, config/unix.exp: Replace error
135 proc calls with perror.
136
39a20ec6
SS
137Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
138
139 * configure.in (sparclite): Match on sparclite*-*-*.
140
141Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
142
143 * config/unix.exp: Use nm.new, not nm, from newly built tree.
144
145 * binutils.all/objdump.exp: Add more wildcards to list of
146 single-letter options in pattern for usage message.
147
148 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
149 works for a.out/stabs systems. Fixed regexps to make underscores
150 optional, since some C compilers don't prepend them. Deleted
151 check for foo.o symbol, since again some systems don't generate
152 it.
153
099c286e
BC
154Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
155
156 * Makefile.in (check): Set TCL_LIBRARY for runtest.
157
158Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
159
160 * Makefile.in: Use new config features of DejaGnu in site.exp
161 file. "Make check" should now work for all crosses.
162
163Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
164
165 * binutils.all/objdump.exp: In usage message, accept
166 "section-name" as well as "section_name".
167
446918c8
KR
168Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
169
170 * binutils.all/objdump.exp: Trim list of format names expected,
171 and accept any known CPU type.
172
173Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
174
175 * Makefile.in: Remove some stuff from the site.exp file.
176 * config/unix.exp: Add global before seeing if the variables for
177 nm, objdump, and size exist.
178
179Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
180
181 * config/udi.exp,unix.exp: Transform tool name.
182 * binutils.all/*.exp: Clear errorInfo after exec.
183
184Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
185
186 * binutils.all/*.exp: Use -- for long arguments rather than +.
187
188Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
189
190 * configure.in: change srctrigger to Makefile.in
191
192Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
193
194 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
195
196Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
197
198 * binutils.all/objdump.exp: Update for new usage message.
199
200Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
201
202 * binutils.all/*.exp: Use the new util_test proc.
203 * Makefile.in: Create a local site.exp file with config info.
204
205Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
206
207 * nm.all/configure.in (srcname): Delete extra quote.
208
209Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
210
211 * binutils/testsuite: made modifications to testcases, etc., to allow
212 them to work properly given the reorganization of deja-gnu and the
213 relocation of the testcases from deja-gnu to a "tool" subdirectory.
214
699bfeae
JG
215Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
216
217 * binutils/testsuite: Initial creation of binutils/testsuite.
218 Migrated dejagnu testcases and support files for testing nm to
219 binutils/testsuite from deja-gnu. These files were moved "as is"
220 with no modifications. This migration is part of a major overhaul
221 of dejagnu. The modifications to these testcases, etc., which
222 will allow them to work with the new version of dejagnu will be
223 made in a future update.
224
This page took 0.097426 seconds and 4 git commands to generate.