diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-02-19 10:43:01 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-02-19 10:43:01 +0000 |
commit | d8b42b96d174fc9e251c8ccc46e7830a8f171be8 (patch) | |
tree | fc29945ce216da2d3189dc796cf304eca809fc71 /gas/ChangeLog | |
parent | b62e64e9dab9b3d82759d911381a6382930e7ff3 (diff) | |
download | gdb-d8b42b96d174fc9e251c8ccc46e7830a8f171be8.zip gdb-d8b42b96d174fc9e251c8ccc46e7830a8f171be8.tar.gz gdb-d8b42b96d174fc9e251c8ccc46e7830a8f171be8.tar.bz2 |
* config/tc-sparc.c (max_architecture): Change to sparclite for
32 bit arch.
(default_compatible): Delete.
(sparc_ffs): New function.
(md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
(sparc_ip): Rewrite architecture match and bump logic.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 66a723a..9191079 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com> + + * config/tc-sparc.c (max_architecture): Change to sparclite for + 32 bit arch. + (default_compatible): Delete. + (sparc_ffs): New function. + (md_begin): Only call SPARC_OPCODE_CONFLICT_P once. + (sparc_ip): Rewrite architecture match and bump logic. + Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com> * configure.in: Check for 'do not mix' from native linker before |