diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-03-19 01:24:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-03-19 01:24:19 +0000 |
commit | 634233a31b3d1f7bb9f787392cee65cfafbb85c4 (patch) | |
tree | d92ad0cdcd971f3b97283ef623b9594b2fda4637 /gas/ChangeLog | |
parent | 9dd16b889aa1ab9a0bddf19546cdd2c72688ae7b (diff) | |
download | gdb-634233a31b3d1f7bb9f787392cee65cfafbb85c4.zip gdb-634233a31b3d1f7bb9f787392cee65cfafbb85c4.tar.gz gdb-634233a31b3d1f7bb9f787392cee65cfafbb85c4.tar.bz2 |
* configure.in: Eliminated all targets using obj-coff but not defining
BFD_ASSEMBLER; I think all such targets that are supported will be matched by
real CPU-OS combinations earlier in the case statement.
(targets *-*-coff*, *-sysv*, *-*-sco*, *-*-sysv32): Deleted. Made some
comments about the dpx2 configuration, but left it disabled, since it couldn't
be reached before.
(target a29k-amd-ebmonold): Deleted.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 91c5937..6c3aa6c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Fri Mar 18 20:09:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * configure.in: Eliminated all targets using obj-coff but not + defining BFD_ASSEMBLER; I think all such targets that are + supported will be matched by real CPU-OS combinations earlier in + the case statement. + (targets *-*-coff*, *-sysv*, *-*-sco*, *-*-sysv32): Deleted. Made + some comments about the dpx2 configuration, but left it disabled, + since it couldn't be reached before. + (target a29k-amd-ebmonold): Deleted. + Thu Mar 17 13:36:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * config/tc-hppa.c (pa_import): Correctly handle importing of an |