xref: /illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/exclude.s (revision 20a7641f9918de8574b8b3b47dbe35c4bfc78df1)
1	.section .test,"e",@progbits
2	.align 8
3	.globl foo
4	.type foo,@object
5foo:
6	.quad 0xfeed
7	.size foo, 8
8