binutils-all/objdump.exp: handle "powerpc" cpu
[binutils-gdb.git] / binutils / testsuite / ChangeLog
1 Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2
3 * binutils-all/objdump.exp (cpus_expected): New variable, taken
4 from objdump -i test, added ns32k and powerpc, sorted.
5 (objdump -i, -f tests): Use $cpus_expected.
6
7 * binutils-all/objcopy.exp: For simple-copy test, expect failure
8 for sh-coff.
9
10 Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11
12 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
13 new S-record section handling.
14
15 Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16
17 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
18 as expected on ECOFF targets; add calls to setup_xfail.
19
20 * binutils-all/objcopy.exp: New file.
21 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
22
23 Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
24
25 Rewrite testsuite.
26 * configure.in, Makefile.in: Remove.
27 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
28 * binutils-all/bintest.c: Remove.
29 * binutils-all/bintest.s: New file.
30 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
31 * binutils-all/size.exp: Rewrite.
32 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
33 Don't go up one directory from $base_dir. Create tmpdir.
34 (binutils_run, binutils-assemble): New procedures.
35 * config/unix.exp: Remove.
36 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
37 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
38 * config/mt-mips-ecoff, config/mt-slite: Remove.
39 * config/mt-sparc-aout, config/mt-vxworks: Remove.
40 * lib/utils-lib.exp (binutil_version): Don't redirect standard
41 input when getting version. Don't unset errorInfo.
42 (default_binutils_run): New procedure.
43 (default_binutils_assemble): New procedure.
44
45 Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
46
47 * VMS does not permit `.' in directory names: renamed binutils.all
48 to binutils-all.
49 * configure.in (configdirs): Change binutils.all to binutils-all.
50
51 Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
52
53 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
54 not for m68k-*-*.
55
56 Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
57
58 * binutils.all/objdump.exp: Added ARM to list of CPU types.
59
60 Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
61
62 * binutils.all/objdump.exp: Update for new usage message.
63 * binutils.all/size.exp: Use a double backslash in the string to
64 get a single backslash to the regexp matcher. Accept $TEXT$,
65 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
66
67 Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
68
69 * config/unix.exp: If nm.new does not exist, use [transform nm].
70 * config/default.exp: Likewise.
71
72 Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
73
74 * configure.in, binutils.all/configure.in: Change i386 to
75 i[345]86.
76
77 Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
78
79 * config/mt-mips-ecoff: Add -Tidp.ld option.
80
81 Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
82
83 * config/default.exp: Use nm.new, not nm, from newly built tree.
84
85 Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
86
87 * config/default.exp, config/unix.exp: Replace error
88 proc calls with perror.
89
90 Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
91
92 * configure.in (sparclite): Match on sparclite*-*-*.
93
94 Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
95
96 * config/unix.exp: Use nm.new, not nm, from newly built tree.
97
98 * binutils.all/objdump.exp: Add more wildcards to list of
99 single-letter options in pattern for usage message.
100
101 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
102 works for a.out/stabs systems. Fixed regexps to make underscores
103 optional, since some C compilers don't prepend them. Deleted
104 check for foo.o symbol, since again some systems don't generate
105 it.
106
107 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
108
109 * Makefile.in (check): Set TCL_LIBRARY for runtest.
110
111 Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
112
113 * Makefile.in: Use new config features of DejaGnu in site.exp
114 file. "Make check" should now work for all crosses.
115
116 Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
117
118 * binutils.all/objdump.exp: In usage message, accept
119 "section-name" as well as "section_name".
120
121 Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
122
123 * binutils.all/objdump.exp: Trim list of format names expected,
124 and accept any known CPU type.
125
126 Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
127
128 * Makefile.in: Remove some stuff from the site.exp file.
129 * config/unix.exp: Add global before seeing if the variables for
130 nm, objdump, and size exist.
131
132 Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
133
134 * config/udi.exp,unix.exp: Transform tool name.
135 * binutils.all/*.exp: Clear errorInfo after exec.
136
137 Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
138
139 * binutils.all/*.exp: Use -- for long arguments rather than +.
140
141 Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
142
143 * configure.in: change srctrigger to Makefile.in
144
145 Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
146
147 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
148
149 Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
150
151 * binutils.all/objdump.exp: Update for new usage message.
152
153 Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
154
155 * binutils.all/*.exp: Use the new util_test proc.
156 * Makefile.in: Create a local site.exp file with config info.
157
158 Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
159
160 * nm.all/configure.in (srcname): Delete extra quote.
161
162 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
163
164 * binutils/testsuite: made modifications to testcases, etc., to allow
165 them to work properly given the reorganization of deja-gnu and the
166 relocation of the testcases from deja-gnu to a "tool" subdirectory.
167
168 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
169
170 * binutils/testsuite: Initial creation of binutils/testsuite.
171 Migrated dejagnu testcases and support files for testing nm to
172 binutils/testsuite from deja-gnu. These files were moved "as is"
173 with no modifications. This migration is part of a major overhaul
174 of dejagnu. The modifications to these testcases, etc., which
175 will allow them to work with the new version of dejagnu will be
176 made in a future update.
177