aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2016-11-18 14:15:12 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2016-11-28 22:30:17 +0000
commit268ebe95201d2ebdcf68cad9dc67ff6d1e25be9e (patch)
treea643a453254f0062979d99336d143362e3033a07 /ld
parent157686a88644b111658c661fc225881e75f3b0db (diff)
downloadgdb-268ebe95201d2ebdcf68cad9dc67ff6d1e25be9e.zip
gdb-268ebe95201d2ebdcf68cad9dc67ff6d1e25be9e.tar.gz
gdb-268ebe95201d2ebdcf68cad9dc67ff6d1e25be9e.tar.bz2
arc/ld: Remove duplicate TEMPLATE_NAME from emulparam file
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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emulparams/arclinux_prof.sh1
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f291257..9484e74 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * emulparams/arclinux_prof.sh: Remove duplicate TEMPLATE_NAME.
+
2016-11-28 Nick Clifton <nickc@redhat.com>
PR 20815
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