* config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Nov 2002 23:19:19 +0000 (23:19 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Nov 2002 23:19:19 +0000 (23:19 +0000)
NETBSD_CPP_SPEC directly.
(SUBTARGET_EXTRA_SPECS): Remove netbsd_cpp_spec.  Add
netbsd_endfile_spec.
(ENDFILE_SPEC): Use %(netbsd_endfile_spec).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59442 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/netbsd.h

index 8d313a4..71ae193 100644 (file)
@@ -1,5 +1,13 @@
 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
 
+       * config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
+       NETBSD_CPP_SPEC directly. 
+       (SUBTARGET_EXTRA_SPECS): Remove netbsd_cpp_spec.  Add
+       netbsd_endfile_spec.
+       (ENDFILE_SPEC): Use %(netbsd_endfile_spec).
+
+2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
+
        * config/netbsd-elf.h (STARTFILE_SPEC): Rename to
        NETBSD_STARTFILE_SPEC.
        (STARTFILE_SPEC): Redefine in terms of NETBSD_STARTFILE_SPEC.
index f56f780..e1da9cf 100644 (file)
@@ -43,13 +43,13 @@ Boston, MA 02111-1307, USA.  */
    this to pull in CPP specs that all NetBSD configurations need.  */
 
 #undef CPP_SUBTARGET_SPEC
-#define CPP_SUBTARGET_SPEC "%(netbsd_cpp_spec)"
+#define CPP_SUBTARGET_SPEC NETBSD_CPP_SPEC
 
 #undef SUBTARGET_EXTRA_SPECS
 #define SUBTARGET_EXTRA_SPECS                  \
-  { "netbsd_cpp_spec", NETBSD_CPP_SPEC },      \
   { "netbsd_link_spec", NETBSD_LINK_SPEC_ELF },        \
-  { "netbsd_entry_point", NETBSD_ENTRY_POINT },
+  { "netbsd_entry_point", NETBSD_ENTRY_POINT },        \
+  { "netbsd_endfile_spec", NETBSD_ENDFILE_SPEC },
 
 
 /* Provide a LINK_SPEC appropriate for a NetBSD/alpha ELF target.  */
@@ -72,8 +72,7 @@ Boston, MA 02111-1307, USA.  */
 #undef ENDFILE_SPEC
 #define ENDFILE_SPEC           \
   "%{ffast-math|funsafe-math-optimizations:crtfm%O%s} \
-   %{!shared:crtend%O%s} %{shared:crtendS%O%s} \
-   %:if-exists(crtn%O%s)"
+   %(netbsd_endfile_spec)"
 
 
 /* Attempt to enable execute permissions on the stack.  */