diff options
author | Doug Kwan <dougkwan@google.com> | 2015-07-06 15:02:40 -0700 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2015-07-06 15:02:40 -0700 |
commit | 15162befa3ac493c781c126ad49cb20eac053618 (patch) | |
tree | 771db781635cf2650951b37b5e2baea7c5f21a16 /gold/testsuite/arm_unaligned_reloc.s | |
parent | 6008fc5fcd34e3f1cde89c86e3b62bcc7ad7ea7c (diff) | |
download | binutils-15162befa3ac493c781c126ad49cb20eac053618.zip binutils-15162befa3ac493c781c126ad49cb20eac053618.tar.gz binutils-15162befa3ac493c781c126ad49cb20eac053618.tar.bz2 |
Align text section ends so that stub tables appears at expected addresses.
Diffstat (limited to 'gold/testsuite/arm_unaligned_reloc.s')
-rw-r--r-- | gold/testsuite/arm_unaligned_reloc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/arm_unaligned_reloc.s b/gold/testsuite/arm_unaligned_reloc.s index 7677bff..f85297c 100644 --- a/gold/testsuite/arm_unaligned_reloc.s +++ b/gold/testsuite/arm_unaligned_reloc.s @@ -15,7 +15,7 @@ x: .word 1 .section .data.1,"aw",%progbits - .align 2 + .align 12 # This causes following relocations to be unaligned. .global padding |