ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'
[deliverable/binutils-gdb.git] / ld / scripttempl / z80.sc
index 8c004da83c57fa80f137914a8bcbfbb1b85d06d8..f08a295f0e4c0c421ec6eeef0ca8d90c5954216e 100644 (file)
@@ -1,13 +1,25 @@
+# Copyright (C) 2014-2019 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.
+
 if [ x${LD_FLAG} = x ]
 then
 cat << EOF
+/* Copyright (C) 2014-2019 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.  */
+
 /* Create a cp/m executable; load and execute at 0x100.  */
 OUTPUT_FORMAT("binary")
 . = 0x100;
 __Ltext = .;
 ENTRY (__Ltext)
 EOF
-else 
+else
     echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")"
 fi
 cat <<EOF
This page took 0.030254 seconds and 4 git commands to generate.