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