diff options
author | Will Newton <will.newton@linaro.org> | 2014-04-04 11:52:59 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-04-23 13:55:20 +0100 |
commit | 4862acf1cf6f1e65bf38cd0f594e80e2ad8b5b28 (patch) | |
tree | bfd9cb172577e66747303e88f99cb6ae398d3f88 /gas/testsuite/ChangeLog | |
parent | 47fc6e36e3863545a6225034d97f64760fffae05 (diff) | |
download | gdb-4862acf1cf6f1e65bf38cd0f594e80e2ad8b5b28.zip gdb-4862acf1cf6f1e65bf38cd0f594e80e2ad8b5b28.tar.gz gdb-4862acf1cf6f1e65bf38cd0f594e80e2ad8b5b28.tar.bz2 |
gas/arm: Fix gas tests to run on armeb-linux-eabi
Fix various places where endianness needed to be taken into account
in the gas testsuite for ARM.
gas/testsuite/ChangeLog:
2014-04-23 Will Newton <will.newton@linaro.org>
* gas/arm/backslash-at.d: Fix dump output regexps for
armeb-linux-eabi configuration.
* gas/arm/got_prel.d: Likewise.
* gas/arm/inst-po.d: Likewise.
* gas/arm/unwind.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8f53daa..fac6a8b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2014-04-23 Will Newton <will.newton@linaro.org> + * gas/arm/backslash-at.d: Fix dump output regexps for + armeb-linux-eabi configuration. + * gas/arm/got_prel.d: Likewise. + * gas/arm/inst-po.d: Likewise. + * gas/arm/unwind.d: Likewise. + * gas/arm/mapmisc.d: Check literal pool mapping with a trailing .align statement. * gas/arm/mapmisc.s: Likewise. |