* elflink.c (_bfd_elf_link_create_dynamic_sections): If the
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / note-3.s
1 .globl _entry
2 .text
3 _entry:
4 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
5 .global foo
6 foo:
7 .byte 9
8
9 .section .note,"",%note
10 .byte 0
This page took 0.039569 seconds and 5 git commands to generate.