* emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
This commit is contained in:
parent
53f32ea5c6
commit
5c368657dc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
|
||||
|
||||
2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
|
||||
|
|
|
@ -7,7 +7,7 @@ SCRIPT_NAME=elf
|
|||
OUTPUT_FORMAT="elf32-powerpc"
|
||||
TEXT_START_ADDR=0x01800000
|
||||
MAXPAGESIZE=0x10000
|
||||
ARCH=powerpc
|
||||
ARCH=powerpc:common
|
||||
MACHINE=
|
||||
BSS_PLT=
|
||||
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
|
||||
|
|
Loading…
Add table
Reference in a new issue