Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ehdr_start-userdef.t
CommitLineData
c2763e27
RM
1SECTIONS
2{
3 . = 0x10000000;
4 .text : { *(.text) }
5
6 __ehdr_start = 0x12345678;
7
8 . = 0x20000000;
9 .rodata : { *(.rodata) }
10}
This page took 0.070536 seconds and 4 git commands to generate.