Factor out int printing code from c_val_print
[deliverable/binutils-gdb.git] / ld / scripttempl / hppaelf.sc
index 941ce08998c64c5fb2a828c9077ff550f4f4731d..50ceed2185206f8df69124725a787e48c9457296 100644 (file)
@@ -1,9 +1,22 @@
+# Copyright (C) 2014-2015 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.
+
 DATA_ADDR=0x40000000
 test "$LD_FLAG" = "N" && DATA_ADDR=.
+
 cat <<EOF
+/* Copyright (C) 2014-2015 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(${ARCH})
-ENTRY("\$START\$")
+${RELOCATING+ENTRY("\$START\$")}
 ${RELOCATING+${LIB_SEARCH_DIRS}}
 SECTIONS
 {
This page took 0.034712 seconds and 4 git commands to generate.