]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/bfin/elf.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / bfin / elf.h
index 5d317cd8d7f8999c8721921a057bc431086e0d3d..57fd1ca1f78fe03c53a35fbb5131b581866d5748 100644 (file)
@@ -1,3 +1,26 @@
+/* Copyright (C) 2005-2024 Free Software Foundation, Inc.
+
+This file is part of GCC.
+
+GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 3, or (at your option) any later
+version.
+
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+
+Under Section 7 of GPL version 3, you are granted additional
+permissions described in the GCC Runtime Library Exception, version
+3.1, as published by the Free Software Foundation.
+
+You should have received a copy of the GNU General Public License and
+a copy of the GCC Runtime Library Exception along with this program;
+see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
+<http://www.gnu.org/licenses/>.  */
+
 #undef  STARTFILE_SPEC
 #define STARTFILE_SPEC "\
 %{msim:%{!shared:crt0%O%s}} \
@@ -12,6 +35,8 @@ crti%O%s crtbegin%O%s crtlibid%O%s"
 #undef  LIB_SPEC
 #define LIB_SPEC "--start-group -lc %{msim:-lsim}%{!msim:-lnosys} --end-group \
 %{!T*:%{!msim:%{!msdram: \
+             %{mcpu=bf512*:-T bf512.ld%s}%{mcpu=bf514*:-T bf514.ld%s} \
+             %{mcpu=bf516*:-T bf516.ld%s}%{mcpu=bf518*:-T bf518.ld%s} \
              %{mcpu=bf522*:-T bf522.ld%s}%{mcpu=bf523*:-T bf523.ld%s} \
              %{mcpu=bf524*:-T bf524.ld%s}%{mcpu=bf525*:-T bf525.ld%s} \
              %{mcpu=bf526*:-T bf526.ld%s}%{mcpu=bf527*:-T bf527.ld%s} \
@@ -26,6 +51,7 @@ crti%O%s crtbegin%O%s crtlibid%O%s"
                            %{mmulticore:%{mcorea:-T bf561a.ld%s}} \
                            %{mmulticore:%{mcoreb:-T bf561b.ld%s}} \
                            %{mmulticore:%{!mcorea:%{!mcoreb:-T bf561m.ld%s}}}} \
+             %{mcpu=bf592*:-T bf592.ld%s} \
              %{!mcpu=*:%eno processor type specified for linking} \
              %{!mcpu=bf561*:-T bfin-common-sc.ld%s} \
              %{mcpu=bf561*:%{!mmulticore:-T bfin-common-sc.ld%s} \
@@ -44,5 +70,3 @@ asm (TEXT_SECTION_ASM_OP);
 #undef SUBTARGET_DRIVER_SELF_SPECS
 #define SUBTARGET_DRIVER_SELF_SPECS \
      "%{mfdpic:-msim} %{mid-shared-library:-msim}"
-
-#define NO_IMPLICIT_EXTERN_C