From 132dd910994fb8d04be5950304daf8dde6847075 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 28 Sep 1995 08:48:02 +0000 Subject: [PATCH] * Makefile.in (earmcoff.c): Build. * configure.tgt (arm-*-coff): New target * emulparms/armcoff.sh: New file. * scripttempl/armcoff.sc: New file. --- ld/ChangeLog | 7 +++++++ ld/emulparams/.Sanitize | 1 + ld/emulparams/armcoff.sh | 6 ++++++ ld/scripttempl/.Sanitize | 1 + ld/scripttempl/armcoff.sc | 37 +++++++++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 ld/emulparams/armcoff.sh create mode 100644 ld/scripttempl/armcoff.sc diff --git a/ld/ChangeLog b/ld/ChangeLog index 9e24c0bd55f..2356ca2ed7c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 28 01:40:37 1995 Doug Evans + + * Makefile.in (earmcoff.c): Build. + * configure.tgt (arm-*-coff): New target + * emulparms/armcoff.sh: New file. + * scripttempl/armcoff.sc: New file. + Tue Sep 26 10:59:32 1995 Ian Lance Taylor * scripttempl/i386coff.sc: Remove .data2; no longer needed. diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index dc0ec298c3c..19dcb23aa05 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -44,6 +44,7 @@ a29k.sh alpha.sh armaoutb.sh armaoutl.sh +armcoff.sh armpe.sh coff_sparc.sh ebmon29k.sh diff --git a/ld/emulparams/armcoff.sh b/ld/emulparams/armcoff.sh new file mode 100644 index 00000000000..9ef6ac44698 --- /dev/null +++ b/ld/emulparams/armcoff.sh @@ -0,0 +1,6 @@ +ARCH=arm +SCRIPT_NAME=armcoff +OUTPUT_FORMAT="coff-arm-little" +LITTLE_OUTPUT_FORMAT="coff-arm-little" +BIG_OUTPUT_FORMAT="coff-arm-big" +#TEMPLATE_NAME=armcoff diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index dfdada55fab..f6d360a82af 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -35,6 +35,7 @@ README a29k.sc alpha.sc armaout.sc +armcoff.sc aout.sc ebmon29k.sc elf.sc diff --git a/ld/scripttempl/armcoff.sc b/ld/scripttempl/armcoff.sc new file mode 100644 index 00000000000..8243716449c --- /dev/null +++ b/ld/scripttempl/armcoff.sc @@ -0,0 +1,37 @@ +# Linker script for ARM COFF. +# Based on i386coff.sc by Ian Taylor . +test -z "$ENTRY" && ENTRY=_start +cat <