diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/note-4-64.s')
-rw-r--r-- | binutils/testsuite/binutils-all/note-4-64.s | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/note-4-64.s b/binutils/testsuite/binutils-all/note-4-64.s new file mode 100644 index 0000000..4f53298 --- /dev/null +++ b/binutils/testsuite/binutils-all/note-4-64.s @@ -0,0 +1,78 @@ + .text + .org 0x100 +note_4.s: + .dc.l 0 + .dc.l 0 + .dc.l 0 + .dc.l 0 + + .type bar, @function +bar: + .dc.l 0 + .dc.l 0 + .dc.l 0 +bar_end: + .dc.l 0 +note_4.s_end: + + .pushsection .gnu.build.attributes, "", %note + .balign 4 + + .dc.l 8 + .dc.l 16 + .dc.l 0x100 + .asciz "GA$3p3" + .8byte note_4.s + .8byte note_4.s_end + + .dc.l 23 + .dc.l 0 + .dc.l 0x100 + .asciz "GA$gcc 7.2.1 20170915" + .dc.b 0 + + .dc.l 10 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x2a, 0x47, 0x4f, 0x57, 0, 0, 0x7, 0 + .dc.b 0, 0 + + .dc.l 6 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x2a, 0x2, 0, 0 + .dc.b 0, 0 + + .dc.l 13 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x2a, 0x46, 0x4f, 0x52, 0x54, 0x49, 0x46, 0x59, 0, 0xff, 0 + .dc.b 0, 0, 0 + + .dc.l 6 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x2a, 0x7, 0x2, 0 + .dc.b 0, 0 + + .dc.l 5 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x21, 0x8, 0 + .dc.b 0, 0, 0 + + .dc.l 13 + .dc.l 0 + .dc.l 0x100 + .dc.b 0x47, 0x41, 0x2a, 0x6, 0xf2, 0x3, 0x38, 0xee, 0xce, 0xfa, 0x5e, 0x3c, 0 + .dc.b 0, 0, 0 + + .dc.l 6 + .dc.l 16 + .dc.l 0x101 + .dc.b 0x47, 0x41, 0x2a, 0x2, 0x3, 0 + .dc.b 0, 0 + .8byte bar + .8byte bar_end + + .popsection |