1 /* stage1.ld - AsbestOS stage1 linker script
3 Copyright (C) 2010-2011 Hector Martin "marcan" <hector@marcansoft.com>
5 This code is licensed to you under the terms of the GNU GPL, version 2;
6 see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
9 OUTPUT_FORMAT("elf64-powerpc")
10 OUTPUT_ARCH(powerpc:common64)
12 __base = 0x80000000007ff000;
14 __stage2 = 0x8000000000700000;
19 stage1 PT_LOAD FLAGS(7);
26 .start : { *(.start) } :stage1 = 0
66 __lv2toc = 0x800000000033e720;
68 _usbRegisterDriver = 0x80000000000d22d8;
69 _usbGetDescriptor = 0x80000000000d2998;
70 _usbOpenEndpoint = 0x80000000000d29c4;
71 _usbControlTransfer = 0x80000000000d292c;
72 _printf = 0x800000000028a654;