diff options
Diffstat (limited to 'gas/testsuite/gas/i386/reloc.s')
-rw-r--r-- | gas/testsuite/gas/i386/reloc.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/testsuite/gas/i386/reloc.s b/gas/testsuite/gas/i386/reloc.s index 13ee930db72..2bf95b69a63 100644 --- a/gas/testsuite/gas/i386/reloc.s +++ b/gas/testsuite/gas/i386/reloc.s @@ -6,3 +6,6 @@ foo: mov $foo, %bl imul $foo, %edx lcall $0, $foo pushw $foo + +# Pad out to a good alignment + .byte 0x90,0x90,0x90,0x90,0x90 |