mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
(ei386nw.c, eppcnw.c): New targets.
* config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
scripttmpl/nw.sc: New files, for i386 and powerpc netware.
* configure.in: Changed netware ld_target name to be {i386,ppc}-nw
instead of {i386,ppc}-elf.
* configure.in (sparc*-*-netware): Removed. There is no such
thing anymore.
8 lines
160 B
Bash
8 lines
160 B
Bash
SCRIPT_NAME=nw
|
|
OUTPUT_FORMAT="elf32-powerpc"
|
|
TEXT_START_ADDR=0x0400000
|
|
DATA_ADDR=0x10000000
|
|
MAXPAGESIZE=0x40000
|
|
NONPAGED_TEXT_START_ADDR=0x0400000
|
|
ARCH=powerpc
|