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