diff options
author | Nick Clifton <nickc@redhat.com> | 1998-10-01 17:35:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-10-01 17:35:17 +0000 |
commit | 6d48238de972421cb8422d5a41415bc5e5ab2776 (patch) | |
tree | 0eefa86908015ac0f028c8bf8dc7b758818c5767 /gas | |
parent | 6ee2da947e78c9634a4eca2000ea9a1f93b83ded (diff) | |
download | gdb-6d48238de972421cb8422d5a41415bc5e5ab2776.zip gdb-6d48238de972421cb8422d5a41415bc5e5ab2776.tar.gz gdb-6d48238de972421cb8422d5a41415bc5e5ab2776.tar.bz2 |
Enhanced fix for PR 14826 - cope with the case where a symbol name matches
a register name
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dff9698..f2d5f34 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 1 10:33:53 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-d10v.c (find_symbol_matching_register): New function. + (find_opcode): Cope with the case where a register name matches + a symbol name. + Wed Sep 30 10:52:32 1998 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (md_pcrel_from): Rename to |