mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user