blob: f9046adc952b672feac06f306d742a9acb8b8a82 [file] [log] [blame]
// Linker definitions for 16bit code
//
// Copyright (C) 2008,2009 Kevin O'Connor <kevin@koconnor.net>
//
// 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)
}
}