]> Git Repo - binutils.git/blob - ld/testsuite/ld-elf/note-2.t
Adds support for generating notes in V850 binaries.
[binutils.git] / ld / testsuite / ld-elf / note-2.t
1 ENTRY(_entry)
2 PHDRS
3 {
4   data PT_LOAD;
5   note PT_NOTE;
6 }
7 SECTIONS
8 {
9   .text : { *(.text) } :data
10   .foo : { *(.foo) } :data
11   .note : { *(.note) } :note
12   /DISCARD/ : { *(*) }
13 }
This page took 0.026658 seconds and 4 git commands to generate.