diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/note-2-32.s')
-rw-r--r-- | binutils/testsuite/binutils-all/note-2-32.s | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/binutils/testsuite/binutils-all/note-2-32.s b/binutils/testsuite/binutils-all/note-2-32.s index 9aed3df..7b025ae 100644 --- a/binutils/testsuite/binutils-all/note-2-32.s +++ b/binutils/testsuite/binutils-all/note-2-32.s @@ -2,7 +2,7 @@ .org 0x100 .global note1.s note1.s: - .word 0 + .dc.l 0 .pushsection .gnu.build.attributes, "0x100000", %note .balign 4 @@ -10,7 +10,7 @@ note1.s: .dc.l 4 .dc.l 0x100 .asciz "$1" - .dc.l note1.s + .dc.l 0x100 .dc.l 12 .dc.l 0 @@ -39,14 +39,14 @@ note1.s: note2.s: .type func1, STT_FUNC func1: - .word 0x100 + .dc.l 0x100 .pushsection .gnu.build.attributes, "0x100000", %note .dc.l 4 .dc.l 4 .dc.l 0x100 .asciz "$1" - .dc.l note2.s + .dc.l 0x104 .dc.l 12 .dc.l 0 @@ -60,26 +60,28 @@ func1: .dc.b 0 .dc.l 4 - .dc.l 0 + .dc.l 4 .dc.l 0x101 .dc.b 0x2a, 0x7, 1, 0 - + .dc.l 0x104 + .dc.l 4 .dc.l 0 .dc.l 0x100 .dc.b 0x2a, 0x6, 0, 0 .popsection + .global note3.s note3.s: - .word 0x100 + .dc.l 0x100 .pushsection .gnu.build.attributes, "0x100000", %note .dc.l 4 .dc.l 4 .dc.l 0x100 .asciz "$1" - .dc.l note3.s + .dc.l 0x108 .dc.l 12 .dc.l 0 |