ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'
[deliverable/binutils-gdb.git] / ld / scripttempl / z80.sc
index 160585a97a4e398035b9f6a5fe9db00de29af49b..f08a295f0e4c0c421ec6eeef0ca8d90c5954216e 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2014-2015 Free Software Foundation, Inc.
-# 
+# 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.
@@ -7,7 +7,7 @@
 if [ x${LD_FLAG} = x ]
 then
 cat << EOF
-/* Copyright (C) 2014-2015 Free Software Foundation, Inc.
+/* 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
@@ -19,7 +19,7 @@ OUTPUT_FORMAT("binary")
 __Ltext = .;
 ENTRY (__Ltext)
 EOF
-else 
+else
     echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")"
 fi
 cat <<EOF
This page took 0.028023 seconds and 4 git commands to generate.