diff options
author | Marcus Shawcroft <marcus.shawcroft@gmail.com> | 2015-03-22 07:48:07 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-03-25 15:15:40 +0000 |
commit | d9ced15d6ea875aadd3e7395990eb37319454d71 (patch) | |
tree | a5c7f0dbcd450b105cb01e684fcf5e801caf652f /ld/testsuite/ld-aarch64 | |
parent | 357d1523b2e5b0427fe4133cc90658026a7fac2c (diff) | |
download | gdb-d9ced15d6ea875aadd3e7395990eb37319454d71.zip gdb-d9ced15d6ea875aadd3e7395990eb37319454d71.tar.gz gdb-d9ced15d6ea875aadd3e7395990eb37319454d71.tar.bz2 |
[AArch64] Remove padding before stub sections.
Lower stub alignment from 8 to 4 bytes thus removing padding between
input section content and stub section content.
Diffstat (limited to 'ld/testsuite/ld-aarch64')
-rw-r--r-- | ld/testsuite/ld-aarch64/erratum835769.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/testsuite/ld-aarch64/erratum835769.d b/ld/testsuite/ld-aarch64/erratum835769.d index a040236..1ff8d057 100644 --- a/ld/testsuite/ld-aarch64/erratum835769.d +++ b/ld/testsuite/ld-aarch64/erratum835769.d @@ -32,7 +32,6 @@ Disassembly of section .text: [ \t0-9a-f]+:[ \t0-9a-z]+[ \t]+b[ \t]+[0-9a-f]+ <__erratum_835769_veneer_2> [ \t0-9a-f]+:[ \t]+aa0503e0[ \t]+mov[ \t]+x0, x5 [ \t0-9a-f]+:[ \t]+d65f03c0[ \t]+ret -[ \t0-9a-f]+:[ \t]+00000000[ \t]+.inst[ \t]+0x00000000 ; undefined [0-9a-f]+ <__erratum_835769_veneer_2>: [ \t0-9a-f]+:[ \t]+9b031885[ \t]+madd[ \t]+x5, x4, x3, x6 |