1 /* $NetBSD: ld.script,v 1.10 2006/12/05 16:58:11 skrll Exp $ */
3 /* $OpenBSD: ld.script,v 1.7 1999/12/17 07:02:38 mickey Exp $ */
5 OUTPUT_FORMAT("elf32-hppa-netbsd")
18 /* .gnu.warning sections are handled specially by elf32.em. */
22 } = 0x08000240 /* nop filled */
24 __rodata_start = ABSOLUTE(.);
27 *(.rodata) *(.rodata.*) *(.rodata1)
31 .PARISC.unwind : { *(.PARISC.unwind) }
34 /* Place (orphaned) link_sets */
37 /* Align __rodata_end to page boundary */
39 __rodata_end = ABSOLUTE(.);
42 __data_start = ABSOLUTE(.);
52 .ctors : { *(.ctors) }
53 .dtors : { *(.dtors) }
55 __bss_start = ABSOLUTE(.);
56 /* .sbss : { *(.sbss) *(.scommon) } */
66 KEEP(*(.note.netbsd.ident));