* emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".

This commit is contained in:
Alan Modra 2002-08-30 08:30:41 +00:00
parent 53f32ea5c6
commit 5c368657dc
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);'