aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-06-18 10:23:16 +0100
committerNick Clifton <nickc@redhat.com>2015-06-18 10:23:16 +0100
commitc12d2c9d48cf18d818f79b89bffda934c354fdac (patch)
treeff33a5f7012f0b0999a2710342a4d96d224d8457 /gas/ChangeLog
parent75c11999673ba32027eb17f6df9c37904622ed24 (diff)
downloadgdb-c12d2c9d48cf18d818f79b89bffda934c354fdac.zip
gdb-c12d2c9d48cf18d818f79b89bffda934c354fdac.tar.gz
gdb-c12d2c9d48cf18d818f79b89bffda934c354fdac.tar.bz2
Add support for using the ADR alias in Thumb mode against nearby symbols.
PR gas/18541 gas * config/tc-arm.c (md_apply_fix): Add support for ADR in thumb mode against a nearby symbol. tests * gas/arm/thumb.s: Add test of ADR against a nearby symbol. * gas/arm/thumb.d: Update expected output. * gas/arm/thumb-eabi.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 00305e9..0a1326e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2015-06-18 Nick Clifton <nickc@redhat.com>
+ PR gas/18541
+ * config/tc-arm.c (md_apply_fix): Add support for ADR in thumb
+ mode against a nearby symbol.
+
+2015-06-18 Nick Clifton <nickc@redhat.com>
+
PR gas/18481
* config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
in the same case as BFD_RELOC_ARM_TLS_IS32.