Commit | Line | Data |
---|---|---|
39a20ec6 SS |
1 | Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com) |
2 | ||
3 | * configure.in (sparclite): Match on sparclite*-*-*. | |
4 | ||
5 | Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
6 | ||
7 | * config/unix.exp: Use nm.new, not nm, from newly built tree. | |
8 | ||
9 | * binutils.all/objdump.exp: Add more wildcards to list of | |
10 | single-letter options in pattern for usage message. | |
11 | ||
12 | * binutils.all/nm.exp: Deleted debug-symbols test, since it only | |
13 | works for a.out/stabs systems. Fixed regexps to make underscores | |
14 | optional, since some C compilers don't prepend them. Deleted | |
15 | check for foo.o symbol, since again some systems don't generate | |
16 | it. | |
17 | ||
099c286e BC |
18 | Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com) |
19 | ||
20 | * Makefile.in (check): Set TCL_LIBRARY for runtest. | |
21 | ||
22 | Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
23 | ||
24 | * Makefile.in: Use new config features of DejaGnu in site.exp | |
25 | file. "Make check" should now work for all crosses. | |
26 | ||
27 | Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
28 | ||
29 | * binutils.all/objdump.exp: In usage message, accept | |
30 | "section-name" as well as "section_name". | |
31 | ||
446918c8 KR |
32 | Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
33 | ||
34 | * binutils.all/objdump.exp: Trim list of format names expected, | |
35 | and accept any known CPU type. | |
36 | ||
37 | Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
38 | ||
39 | * Makefile.in: Remove some stuff from the site.exp file. | |
40 | * config/unix.exp: Add global before seeing if the variables for | |
41 | nm, objdump, and size exist. | |
42 | ||
43 | Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
44 | ||
45 | * config/udi.exp,unix.exp: Transform tool name. | |
46 | * binutils.all/*.exp: Clear errorInfo after exec. | |
47 | ||
48 | Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com) | |
49 | ||
50 | * binutils.all/*.exp: Use -- for long arguments rather than +. | |
51 | ||
52 | Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
53 | ||
54 | * configure.in: change srctrigger to Makefile.in | |
55 | ||
56 | Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com) | |
57 | ||
58 | * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS. | |
59 | ||
60 | Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com) | |
61 | ||
62 | * binutils.all/objdump.exp: Update for new usage message. | |
63 | ||
64 | Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
65 | ||
66 | * binutils.all/*.exp: Use the new util_test proc. | |
67 | * Makefile.in: Create a local site.exp file with config info. | |
68 | ||
69 | Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
70 | ||
71 | * nm.all/configure.in (srcname): Delete extra quote. | |
72 | ||
73 | Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
74 | ||
75 | * binutils/testsuite: made modifications to testcases, etc., to allow | |
76 | them to work properly given the reorganization of deja-gnu and the | |
77 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
78 | ||
699bfeae JG |
79 | Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com) |
80 | ||
81 | * binutils/testsuite: Initial creation of binutils/testsuite. | |
82 | Migrated dejagnu testcases and support files for testing nm to | |
83 | binutils/testsuite from deja-gnu. These files were moved "as is" | |
84 | with no modifications. This migration is part of a major overhaul | |
85 | of dejagnu. The modifications to these testcases, etc., which | |
86 | will allow them to work with the new version of dejagnu will be | |
87 | made in a future update. | |
88 |