Files
clang-p2996/lld/test/elf/X86_64/Inputs/note.s
Shankar Easwaran b85f1857a1 [lld][ELF] Emit note sections
Emit note sections if the input contains a note section.

Also emit a note segment.

llvm-svn: 189896
2013-09-04 00:51:42 +00:00

12 lines
326 B
ArmAsm

.section ".note.ident", "a"
.p2align 2
.long 1f - 0f # name size (not including padding)
.long 3f - 2f # desc size (not including padding)
.long 0x01234567 # type
0: .asciz "NaMe" # name
1: .p2align 2
2: .long 0x76543210 # desc
.long 0x89abcdef
3: .p2align 2