aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-04-04 10:07:06 +0100
committerWill Newton <will.newton@linaro.org>2014-04-23 13:54:59 +0100
commit47fc6e36e3863545a6225034d97f64760fffae05 (patch)
treed1b2248945150582dcd7693a58e789e305eee366 /gas/testsuite/ChangeLog
parent7d64c587c15f290d228ca550bb288d53f0eb2ac4 (diff)
downloadgdb-47fc6e36e3863545a6225034d97f64760fffae05.zip
gdb-47fc6e36e3863545a6225034d97f64760fffae05.tar.gz
gdb-47fc6e36e3863545a6225034d97f64760fffae05.tar.bz2
gas/arm: Force output of a data mapping symbol for literal pools
If there is a a trailing align statement in a code section we may output data padding with a data mapping followed by a code alignment with a code mapping. The literal pool may then be output with a code mapping symbol which will cause it to be endian swapped in a big-endian configuration. When outputting a literal pool make sure that a data mapping symbol is output in all cases. gas/ChangeLog: 2014-04-23 Will Newton <will.newton@linaro.org> * config/tc-arm.c (s_ltorg): Call make_mapping_symbol directly instead of mapping_state. gas/testsuite/ChangeLog: 2014-04-23 Will Newton <will.newton@linaro.org> * gas/arm/mapmisc.d: Check literal pool mapping with a trailing .align statement. * gas/arm/mapmisc.s: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 492450b..8f53daa 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-23 Will Newton <will.newton@linaro.org>
+
+ * gas/arm/mapmisc.d: Check literal pool mapping with
+ a trailing .align statement.
+ * gas/arm/mapmisc.s: Likewise.
+
2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
* gas/mips/mips.exp: Add xpa tests.