// Linker definitions for 16bit code // // Copyright (C) 2008,2009 Kevin O'Connor // // This file may be distributed under the terms of the GNU LGPLv3 license. OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH("i386") SECTIONS { .text16 code16_start : { *(.text16) } /DISCARD/ : { *(.discard*) } }