+2017-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+
+ Backport from master.
+
+ 2015-03-13 Jiong Wang <jiong.wang@arm.com>
+
+ * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
+
2016-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
Backport from 2.25.
+2017-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+
+ Backport from master.
+
+ 2015-03-13 Jiong Wang <jiong.wang@arm.com>
+
+ * gas/aarch64/tail_padding.s: New testcase.
+ * gas/aarch64/tail_padding.d: New expectation file.
+
2016-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
Backport from 2.25
--- /dev/null
+#readelf: -S
+#name: AArch64 section tail padding
+
+There are .* section headers, starting at offset .*:
+
+Section Headers:
+ \[Nr\] Name Type Address Offset
+ Size EntSize Flags Link Info Align
+ \[ 0\] NULL 0000000000000000 00000000
+ 0000000000000000 0000000000000000 0 0 0
+ \[ 1\] \.text PROGBITS 0000000000000000 00000040
+ 0000000000000000 0000000000000000 AX 0 0 1
+ \[ 2\] \.data PROGBITS 0000000000000000 00000040
+ 0000000000000008 0000000000000000 WA 0 0 64
+ \[ 3\] \.bss NOBITS 0000000000000000 00000080
+ 000000000000000c 0000000000000000 WA 0 0 64
+#...