diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-16 19:02:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-16 19:02:00 +0000 |
commit | 8cb8bcbabb9d13b10a965bde4c72d38612e17464 (patch) | |
tree | 0f31c29b91bf030a2c651c68bca51a9c5712fd53 /gas/ChangeLog | |
parent | e52ef561b84afe0808fbbeb9486b4eb3ce18d097 (diff) | |
download | gdb-8cb8bcbabb9d13b10a965bde4c72d38612e17464.zip gdb-8cb8bcbabb9d13b10a965bde4c72d38612e17464.tar.gz gdb-8cb8bcbabb9d13b10a965bde4c72d38612e17464.tar.bz2 |
Tidy up decoding of shift based addressing modes.
Add extra tests for these addressing modes
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 49bce91..f494672 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +2000-08-16 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (struct asm_shift): Delete. + (shift[]): Delete. + (enum asm_shift_index): New. + (struct asm_shift_properties): New. + (struct asm_shift_name): New. + (shift_properties[]); New. + (shift_names[]); New. + + (decode_shift): Use new structures. + Issue a warning is "ROR #0" is used. + Issue a warning if "ASR #0" or "LSR #0" is used. + + (md_begin): Initialise arm_shift_hsh table from new + asm_shift_name array. + 2000-08-16 Jakub Jelinek <jakub@redhat.com> * config/tc-sparc.c: Kill all warnings. |