emulparams/armelf.sh: New file.

configure.tgt:  Recognize thumb-elf and arm-elf.
Makefile.am (earmelf.o): New.
Makefile.in: Rebuild.
This commit is contained in:
Catherine Moore 1998-07-31 21:14:19 +00:00
parent c2867a6c70
commit 6e723af99a
2 changed files with 31 additions and 0 deletions

View File

@ -1,5 +1,19 @@
start-sanitize-armelf
Fri Jul 31 15:56:16 1998 Catherine Moore <clm@cygnus.com>
* emulparams/armelf.sh: New file.
* configure.tgt: Recognize thumb-elf and arm-elf.
* Makefile.am (earmelf.o): New.
* Makefile.in: Rebuild.
end-sanitize-armelf
Fri Jul 24 12:00:57 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (install-exec-local): Don't remove the file before
checking whether $(bindir) == $(tooldir)/bin. From Maciej
W. Rozycki <macro@ds2.pg.gda.pl>.
* Makefile.in: Rebuild.
* configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
Thu Jul 23 11:15:12 1998 Ian Lance Taylor <ian@cygnus.com>

17
ld/emulparams/armelf.sh Normal file
View File

@ -0,0 +1,17 @@
# start-sanitize-armelf
MACHINE=
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-littlearm"
BIG_OUTPUT_FORMAT="elf32-bigarm"
LITTLE_OUTPUT_FORMAT="elf32-littlearm"
TEXT_START_ADDR=0x0
ARCH=arm
MACHINE=
MAXPAGESIZE=256
ENTRY=_start
EMBEDDED=yes
# Hmmm, there's got to be a better way. This sets the stack to the
# top of the simulator memory (2^19 bytes).
OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
# end-sanitize-armelf