diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/note-2-32.s')
-rw-r--r-- | binutils/testsuite/binutils-all/note-2-32.s | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/binutils/testsuite/binutils-all/note-2-32.s b/binutils/testsuite/binutils-all/note-2-32.s index da3b085..9aed3df 100644 --- a/binutils/testsuite/binutils-all/note-2-32.s +++ b/binutils/testsuite/binutils-all/note-2-32.s @@ -17,23 +17,21 @@ note1.s: .dc.l 0x100 .asciz "$gcc 7.0.1" - .dc.l 2 + .dc.l 3 .dc.l 0 .dc.l 0x100 - .dc.b 0x2b, 0x2 - .dc.b 0, 0 + .dc.b 0x2b, 0x2, 0 + .dc.b 0 - .dc.l 3 + .dc.l 4 .dc.l 0 .dc.l 0x100 - .dc.b 0x2a, 0x7, 0 - .dc.b 0 + .dc.b 0x2a, 0x7, 0, 0 - .dc.l 3 + .dc.l 4 .dc.l 0 .dc.l 0x100 - .dc.b 0x2a, 0x6, 0 - .dc.b 0 + .dc.b 0x2a, 0x6, 0, 0 .popsection @@ -55,23 +53,21 @@ func1: .dc.l 0x100 .asciz "$gcc 7.0.1" - .dc.l 2 + .dc.l 3 .dc.l 0 .dc.l 0x100 - .dc.b 0x21, 0x2 - .dc.b 0, 0 + .dc.b 0x21, 0x2, 0 + .dc.b 0 - .dc.l 3 + .dc.l 4 .dc.l 0 .dc.l 0x101 - .dc.b 0x2a, 0x7, 1 - .dc.b 0 + .dc.b 0x2a, 0x7, 1, 0 - .dc.l 3 + .dc.l 4 .dc.l 0 .dc.l 0x100 - .dc.b 0x2a, 0x6, 0 - .dc.b 0 + .dc.b 0x2a, 0x6, 0, 0 .popsection .global note3.s |