aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2009-05-01 13:50:10 +0000
committerJulian Brown <julian@codesourcery.com>2009-05-01 13:50:10 +0000
commit00adf2d4698cba8b2829652c2bc38c23df3d0ac0 (patch)
tree5ebcec5ac55b8a7191c667f73acd5e83555ed8bf /gas/ChangeLog
parent49dff77b6e4a99a16583b1466e260e679661e0de (diff)
downloadgdb-00adf2d4698cba8b2829652c2bc38c23df3d0ac0.zip
gdb-00adf2d4698cba8b2829652c2bc38c23df3d0ac0.tar.gz
gdb-00adf2d4698cba8b2829652c2bc38c23df3d0ac0.tar.bz2
gas/
* config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX. (md_pcrel_from_section): Align address for BLX. (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2591b09..7ac1bf5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-01 Julian Brown <julian@codesourcery.com>
+
+ * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
+ (md_pcrel_from_section): Align address for BLX.
+ (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
+ BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
+
2009-04-29 DJ Delorie <dj@redhat.com>
* config/tc-mep.c (md_begin): Check coprocessor type.