mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
e4492aa0d8
* deffilep.y: Remove trailing white spaces. * elf-hints-local.h: Likewise. * ldexp.c: Likewise. * ldlang.h: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * pe-dll.c: Likewise. * emulparams/criself.sh: Likewise. * emulparams/crislinux.sh: Likewise. * emulparams/elf32_tic6x_le.sh: Likewise. * emulparams/elf32bmipn32-defs.sh: Likewise. * emulparams/elf32mb_linux.sh: Likewise. * emulparams/elf32mep.sh: Likewise. * emulparams/elf32microblaze.sh: Likewise. * emulparams/elf32ppc.sh: Likewise. * emulparams/elf64_s390.sh: Likewise. * emulparams/elf64alpha.sh: Likewise. * emulparams/elf_s390.sh: Likewise. * emulparams/elf_x86_64.sh: Likewise. * emulparams/tic80coff.sh: Likewise. * emultempl/aix.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/cr16elf.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/tic6xdsbt.em: Likewise.
26 lines
638 B
Bash
26 lines
638 B
Bash
SCRIPT_NAME=elfmicroblaze
|
|
OUTPUT_FORMAT="elf32-microblaze"
|
|
BIG_OUTPUT_FORMAT="elf32-microblaze"
|
|
LITTLE_OUTPUT_FORMAT="elf32-microblazeel"
|
|
#TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x28
|
|
ALIGNMENT=4
|
|
MAXPAGESIZE=4
|
|
ARCH=microblaze
|
|
EMBEDDED=yes
|
|
|
|
NOP=0x80000000
|
|
|
|
# Hmmm, there's got to be a better way. This sets the stack to the
|
|
# top of the simulator memory (2^19 bytes).
|
|
#PAGE_SIZE=0x1000
|
|
#DATA_ADDR=0x10000
|
|
#OTHER_RELOCATING_SECTIONS='.stack 0x7000 : { _stack = .; *(.stack) }'
|
|
#$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
|
|
#OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = _end + 0x1000);'
|
|
|
|
TEMPLATE_NAME=elf32
|
|
#GENERATE_SHLIB_SCRIPT=yes
|
|
|
|
|