diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-17 22:12:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-17 22:12:08 +0000 |
commit | 43f0557653880cb719739df472b62a33cd173126 (patch) | |
tree | 0679a9cdffdfed1f50f3504b8c390d918c771dc2 /gas/ChangeLog | |
parent | 1cc26dd06aeda2ee10bfea1b4db511a101b5b545 (diff) | |
download | gdb-43f0557653880cb719739df472b62a33cd173126.zip gdb-43f0557653880cb719739df472b62a33cd173126.tar.gz gdb-43f0557653880cb719739df472b62a33cd173126.tar.bz2 |
Fix adr pseudo op for Thumb.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b10a7b..02bcb95 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-03-17 Thomas de Lellis <tdel@windriver.com> + + * config/tc-arm.c (do_t_adr): Flag "adr Rd,label" + instruction operand bad if Rd > 7 when generating + thumb instructions. Prevents for example, + "adr r12,label" from silently failing and generating + the wrong instruction. + 2000-03-17 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (md_apply_fix3): Handle same-section relocations |