[PATCH] arc/ld: Remove duplicate TEMPLATE_NAME from emulparam file

Andrew Burgess andrew.burgess@embecosm.com
Sun Nov 27 22:09:00 GMT 2016


Remove duplicate definition of TEMPLATE_NAME, only the last of these
will have any effect, so this should result in no visible changes to the
user.

ld/ChangeLog:

	* emulparams/arclinux_prof.sh: Remove duplicate TEMPLATE_NAME.
---
 ld/ChangeLog                   | 4 ++++
 ld/emulparams/arclinux_prof.sh | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ld/emulparams/arclinux_prof.sh b/ld/emulparams/arclinux_prof.sh
index 495f628..ebcbd9b 100644
--- a/ld/emulparams/arclinux_prof.sh
+++ b/ld/emulparams/arclinux_prof.sh
@@ -14,7 +14,6 @@ NONPAGED_TEXT_START_ADDR=0x10000
 ARCH=arc
 MACHINE=
 ENTRY=__start
-TEMPLATE_NAME=arclinux
 TEMPLATE_NAME=elf32
 EXTRA_EM_FILE=arclinux
 GENERATE_SHLIB_SCRIPT=yes
-- 
2.6.4



More information about the Binutils mailing list