Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / arm / conf / kern.ldscript.head
blob20669df9fd26f52de3d6dda163691fae75eefcab
1 /*      $NetBSD: kern.ldscript.head,v 1.1.4.3 2004/09/22 20:27:03 skrll Exp $   */
3 OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
4               "elf32-littlearm")
5 OUTPUT_ARCH(arm)
6 SECTIONS
8   . = 0xf0000020;       /* 0x20 == sizeof(a.out header) */
10   /* Read-only sections, merged into text segment: */
11   .text :
12   {
13     *(.text)
14     *(.text.*)
15     *(.stub)
16     *(.glue_7t) *(.glue_7)
17     *(.rodata) *(.rodata.*)