Add some shell variables and shell code to elf32.em

to allow elf32.em to be used by ports that require
some minor variations or a few extra functions.
Implement for hppaelf and armelf.
Fix header file include order in m68kcoff.em
This commit is contained in:
Alan Modra
2000-07-28 01:33:14 +00:00
parent 04925e1e0b
commit 41392f033d
10 changed files with 279 additions and 1663 deletions

View File

@@ -6,5 +6,6 @@ MAXPAGESIZE=0x1000
ARCH=hppa
NOP=0x08000240
START="_start"
TEMPLATE_NAME=hppaelf
DATA_START_SYMBOLS='$global$ = .;'
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=hppaelf