Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / hpcmips / stand / romboot / romboot.ldscript
blobd7197b2c185f774d5b864f88d56cd86a909fedea
1 /*      $NetBSD$        */
3 OUTPUT_ARCH(mips)
4 ENTRY(_start)
5 SECTIONS
7   .text      :
8   {
9     _ftext = . ;
10     *(.text)
11    _etext = .;
12   }