diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-26 04:37:04 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-26 04:37:04 +0000 |
commit | 6cbc4e35bd04f4688b7399a0b2bbfa0c73507196 (patch) | |
tree | 3479558465604e875e61e3b14bfdd9c554cdf9dd /gas | |
parent | f0a97077c8ab9cf198f1ffcc7a804b7ec086170f (diff) | |
download | gdb-6cbc4e35bd04f4688b7399a0b2bbfa0c73507196.zip gdb-6cbc4e35bd04f4688b7399a0b2bbfa0c73507196.tar.gz gdb-6cbc4e35bd04f4688b7399a0b2bbfa0c73507196.tar.bz2 |
* config/tc-sparc.c (default_compatible): New static local.
(md_begin): Initialize it. Rewrite warn_on_bump handling.
(sparc_ip): If no architecture or -bump specified, don't mark as
mismatched those in default_compatible.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a0b264b..51100b9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com> + + * config/tc-sparc.c (default_compatible): New static local. + (md_begin): Initialize it. Rewrite warn_on_bump handling. + (sparc_ip): If no architecture or -bump specified, don't mark as + mismatched those in default_compatible. + Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com> SCO ELF support from Robert Lipe <robertl@arnet.com>: |