diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-09-12 09:31:02 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-09-12 09:31:02 +0000 |
commit | f17be6588b46376868c0057ae7a1bb7ac49d4ddd (patch) | |
tree | 13cbba210ef755955ef1c731c8f9b7613ad158fc | |
parent | 8ae650ea0701d155648757cb8efdb571b69c2953 (diff) | |
download | gdb-f17be6588b46376868c0057ae7a1bb7ac49d4ddd.zip gdb-f17be6588b46376868c0057ae7a1bb7ac49d4ddd.tar.gz gdb-f17be6588b46376868c0057ae7a1bb7ac49d4ddd.tar.bz2 |
Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-arm.c (md_apply_fix3): Update two thumb instruction
slots when processing BL fixups.
* config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
on the first half of the instruction.
Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk>
* gas/arm/thumb.s (back): Check assembly of Thumb BL.
-rw-r--r-- | gas/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 37a64db..39623ed 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk> + + * config/tc-arm.c (md_apply_fix3): Update two thumb instruction + slots when processing BL fixups. + + * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked + on the first half of the instruction. + Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com> * ecoff.c (ecoff_stab): Create an expression symbol for a complex diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6a1964a..49b4d15 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk> + + * gas/arm/thumb.s (back): Check assembly of Thumb BL. + Mon Sep 9 14:37:00 1996 Ian Lance Taylor <ian@cygnus.com> * gas/mips/mips4.s, gas/mips/mips4.d: Use $fccN for condition code |