diff options
author | Julian Brown <julian@codesourcery.com> | 2012-11-28 16:53:01 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2012-11-28 16:53:01 +0000 |
commit | d406f3e430b5a156b943895791f2d081e78c8194 (patch) | |
tree | edf2785b15c2370ff2b1d168e0cde28e2bbe6b73 /gas/ChangeLog | |
parent | 945bf7131824a5af68e72be4f29b04d20010b83b (diff) | |
download | gdb-d406f3e430b5a156b943895791f2d081e78c8194.zip gdb-d406f3e430b5a156b943895791f2d081e78c8194.tar.gz gdb-d406f3e430b5a156b943895791f2d081e78c8194.tar.bz2 |
gas/
* config/tc-arm.c (md_apply_fix): Fix conversion of BL to BLX for
local targets in Thumb mode.
gas/testsuite/
* gas/arm/bl-local-2.s: New test.
* gas/arm/bl-local-2.d: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a56c7d6..a419017 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-11-28 Julian Brown <julian@codesourcery.com> + + * config/tc-arm.c (md_apply_fix): Fix conversion of BL to BLX for + local targets in Thumb mode. + 2012-11-23 Alan Modra <amodra@gmail.com> * config/tc-ppc.c (sticky): New var. |