aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog.linaro
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-08-05 10:37:57 +0100
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-08-24 09:47:34 -0300
commitf7897e0c6bb3803f2603f5ebabeaffdd49b1ab77 (patch)
tree6b56b357b40f63e7c5b86d3f3fd47435a12774a0 /gas/ChangeLog.linaro
parentb031c3be16673c41531024f066bcb857be6641cc (diff)
downloadfsf-binutils-gdb-users/linaro/binutils-2_25-branch.zip
fsf-binutils-gdb-users/linaro/binutils-2_25-branch.tar.gz
fsf-binutils-gdb-users/linaro/binutils-2_25-branch.tar.bz2
Fix the generation of alignment frags in code sections for AArch64.users/linaro/binutils-2_25-branch
PR gas/20364 * config/tc-aarch64.c (s_ltorg): Change the mapping state after aligning the frag. (aarch64_init): Treat rs_align frags in code sections as containing code, not data. * testsuite/gas/aarch64/pr20364.s: New test. * testsuite/gas/aarch64/pr20364.d: New test driver. Cherry-pick of 7ea12e5c3ad54da440c08f32da09534e63e515ca Change-Id: I6bb37f33419cbf54e52c8d54ef0d1c18fdc85878
Diffstat (limited to 'gas/ChangeLog.linaro')
-rw-r--r--gas/ChangeLog.linaro10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog.linaro b/gas/ChangeLog.linaro
index c1ebb21..c475961 100644
--- a/gas/ChangeLog.linaro
+++ b/gas/ChangeLog.linaro
@@ -2,6 +2,16 @@
Backport from master.
+ 2016-08-05 Nick Clifton <nickc@redhat.com>
+
+ PR gas/20364
+ * config/tc-aarch64.c (s_ltorg): Change the mapping state after
+ aligning the frag.
+ (aarch64_init): Treat rs_align frags in code sections as
+ containing code, not data.
+ * testsuite/gas/aarch64/pr20364.s: New test.
+ * testsuite/gas/aarch64/pr20364.d: New test driver.
+
2015-03-13 Jiong Wang <jiong.wang@arm.com>
* config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.