diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2000-03-16 23:50:18 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2000-03-16 23:50:18 +0000 |
commit | a37c8f88430e4afb9f8279e70b07e17c79cd8cce (patch) | |
tree | 61761794b9d43c5a786e1853a309f9c365bc6eed /gas/ChangeLog | |
parent | 7f869e41c6d6c0e1f0fe5e5146b62f366849993e (diff) | |
download | gdb-a37c8f88430e4afb9f8279e70b07e17c79cd8cce.zip gdb-a37c8f88430e4afb9f8279e70b07e17c79cd8cce.tar.gz gdb-a37c8f88430e4afb9f8279e70b07e17c79cd8cce.tar.bz2 |
* config/tc-sh.c (md_begin): When encountering insn that are
not supported by the current arch, only change the name if
its contents are the same as prev_name.
(get_specific): If the the architecture doesn't match, fail.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4916098..2b7a433 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 16 23:45:16 2000 J"orn Rennecke <amylaar@cygnus.co.uk> + + * config/tc-sh.c (md_begin): When encountering insn that are + not supported by the current arch, only change the name if + its contents are the same as prev_name. + (get_specific): If the the architecture doesn't match, fail. + Thu Mar 16 21:18:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk> * config/tc-sh.c (IDENT_CHAR): Define. |