Use target_terminal_ours_for_output in cp-support.c
[deliverable/binutils-gdb.git] / ld / scripttempl / tic4xcoff.sc
index 080ac67e87fb722eeee76084355529839c54c549..e74cb3141a83a91da78e086e171ae878927d26ea 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2016 Free Software Foundation, Inc.
+# 
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+
 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM,
 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0
 # on the external bus.  In MC mode, the on-chip ROM contains a bootloader program
@@ -31,8 +37,8 @@
 # This emulation assumes config 7.
 
 case $OUTPUT_ARCH in
-  c3x) OUTPUT_ARCHNAME="TMS320C3x" ;;
-  c4x) OUTPUT_ARCHNAME="TMS320C4x" ;;
+  tic3x) OUTPUT_ARCHNAME="TMS320C3x" ;;
+  tic4x) OUTPUT_ARCHNAME="TMS320C4x" ;;
 esac
 
 case $ONCHIP in
@@ -70,10 +76,16 @@ cat <<EOF
 ${RELOCATING+/* Linker script for $OUTPUT_ARCHNAME executable.  */}
 ${RELOCATING-/* Linker script for $OUTPUT_ARCHNAME object file (ld -r).  */}
 
+/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+
+   Copying and distribution of this script, with or without modification,
+   are permitted in any medium without royalty provided the copyright
+   notice and this notice are preserved.  */
+
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 OUTPUT_ARCH("${OUTPUT_ARCH}")
 ${LIB_SEARCH_DIRS}
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY (${ENTRY})}
 
 ${RELOCATING+ __HEAP_SIZE = DEFINED(__HEAP_SIZE) ? __HEAP_SIZE : ${HEAP_SIZE_DEFAULT};}
 ${RELOCATING+ __STACK_SIZE  = DEFINED(__STACK_SIZE)  ? __STACK_SIZE  : ${STACK_SIZE_DEFAULT};}
This page took 0.023265 seconds and 4 git commands to generate.