diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-04 20:17:30 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-04 20:17:30 +0000 |
commit | 31909d40997d9be2ba32853510b3c8dc49be1258 (patch) | |
tree | 5961c43ce689fec520d7ce7eebe5173b63d69870 /gas | |
parent | 8208ab5a91a7e71dbf8f7e84660482b9b039ad42 (diff) | |
download | gdb-31909d40997d9be2ba32853510b3c8dc49be1258.zip gdb-31909d40997d9be2ba32853510b3c8dc49be1258.tar.gz gdb-31909d40997d9be2ba32853510b3c8dc49be1258.tar.bz2 |
configure.in: Alphabetize list of cpu type alternatives. Enable OS values of
"linux*elf*" and "linux*coff*" to select those formats, with linux emulation.
Don't bother checking for upper- or mixed-case versions of "ose".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f74f207..efbdc0f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -4,6 +4,11 @@ Mon Oct 4 15:37:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) have pc-relative fixup. (md_parse_option): Move "-k" case down near "-pic" case. + * configure.in: Alphabetize list of cpu type alternatives. Enable + OS values of "linux*elf*" and "linux*coff*" to select those + formats, with linux emulation. Don't bother checking for upper- + or mixed-case versions of "ose". + Thu Sep 30 11:05:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * config/z8k.c (md_pseudo_table): add "unseg". |