diff options
author | Nick Clifton <nickc@redhat.com> | 2002-06-07 10:30:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-06-07 10:30:56 +0000 |
commit | 1634475f71a906cfbf0d1b182319869b42c16300 (patch) | |
tree | 7413958f3dfde44768b98296984eacd633026d85 /ld/testsuite/ld-scripts/phdrs2.s | |
parent | dbb4348d4ac828d47e267f077b3ac1c5ad36affb (diff) | |
download | gdb-1634475f71a906cfbf0d1b182319869b42c16300.zip gdb-1634475f71a906cfbf0d1b182319869b42c16300.tar.gz gdb-1634475f71a906cfbf0d1b182319869b42c16300.tar.bz2 |
Fix phdrs2 test
Diffstat (limited to 'ld/testsuite/ld-scripts/phdrs2.s')
-rw-r--r-- | ld/testsuite/ld-scripts/phdrs2.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-scripts/phdrs2.s b/ld/testsuite/ld-scripts/phdrs2.s index 8092c18..1e29ddc 100644 --- a/ld/testsuite/ld-scripts/phdrs2.s +++ b/ld/testsuite/ld-scripts/phdrs2.s @@ -1,7 +1,7 @@ - .text - .align 4 + .section .foo, "ax" + .p2align 2 .long 1 - .data - .align 4 + .section .bar, "aw" + .p2align 2 .long 2 |