Module Name: src Committed By: rin Date: Mon Jul 1 05:12:11 UTC 2024
Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: gcc: netbsd-elf.h: Remove duplicate `SUBTARGET_EXTRA_SPECS` definition To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h:1.21 src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h:1.22 --- src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h:1.21 Sun Jul 30 05:51:22 2023 +++ src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h Mon Jul 1 05:12:11 2024 @@ -106,18 +106,6 @@ along with GCC; see the file COPYING3. #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS NETBSD_SUBTARGET_EXTRA_SPECS - -/* Provide the standard list of subtarget extra specs for NetBSD targets. */ -#define NETBSD_SUBTARGET_EXTRA_SPECS \ - { "netbsd_link_ld_elf_so", NETBSD_LINK_LD_ELF_SO_SPEC }, \ - { "netbsd_cpp_spec", NETBSD_CPP_SPEC }, \ - { "netbsd_link_spec", NETBSD_LINK_SPEC_ELF }, \ - { "netbsd_entry_point", NETBSD_ENTRY_POINT }, \ - { "netbsd_endfile_spec", NETBSD_ENDFILE_SPEC }, - -#undef SUBTARGET_EXTRA_SPECS -#define SUBTARGET_EXTRA_SPECS NETBSD_SUBTARGET_EXTRA_SPECS - /* Use --as-needed -lgcc_s for eh support. */ #ifdef HAVE_LD_AS_NEEDED #define USE_LD_AS_NEEDED 1