Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
[deliverable/binutils-gdb.git] / ld / scripttempl / h8500b.sc
index fb6c0e86b6a3573450d88834ad84de4378dbb67d..84c86b2003104250c1002ba9b9784a83d3e1bf4f 100644 (file)
@@ -1,3 +1,9 @@
+# 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.
+
 TORS="
     ___ctors = . ;
     *(.ctors)
@@ -7,6 +13,12 @@ TORS="
     ___dtors_end = . ;"
 
 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})
 
This page took 0.023381 seconds and 4 git commands to generate.