linux.h (LINK_START_DEFAULT_SPEC): Delete, unused.
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 2 Feb 1999 19:10:15 +0000 (14:10 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 2 Feb 1999 19:10:15 +0000 (14:10 -0500)
        * rs6000/linux.h (LINK_START_DEFAULT_SPEC): Delete, unused.
        (LINK_OS_DEFAULT_SPEC): Delete, unused.

From-SVN: r24981

gcc/ChangeLog
gcc/config/rs6000/linux.h

index 4382b7cde96100df958692bfd7a9ffd41854ee0a..9c35572ad7a7039d36cc70071ea7878a0ce64e1a 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb  2 22:03:26 1999  David Edelsohn  <edelsohn@mhpcc.edu>
+
+       * rs6000/linux.h (LINK_START_DEFAULT_SPEC): Delete, unused.
+       (LINK_OS_DEFAULT_SPEC): Delete, unused.
+
 Tue Feb  2 20:29:34 1999  Catherine Moore  <clm@cygnus.com>
  
         * configure.in (arm-*-oabi):  Support.
@@ -14,7 +19,8 @@ Tue Feb  2 19:43:59 1999  Jeffrey A Law  (law@cygnus.com)
 
 Tue Feb  2 18:21:23 1999  Stan Cox  <scox@cygnus.com>
 
-       * sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.
+       * sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x
+       synonym.
 
 Tue Feb  2 20:24:11 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
 
index cdc4dc05a2dfc613e60571693107e54b38c1e931..7b3571f75611718b5a30dab73001e7d4af295800 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 running AIX version 3.1.
-   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GNU CC.
@@ -46,12 +46,6 @@ Boston, MA 02111-1307, USA.  */
 #undef ENDFILE_DEFAULT_SPEC
 #define ENDFILE_DEFAULT_SPEC "%(endfile_linux)"
 
-#undef LINK_START_DEFAULT_SPEC
-#define LINK_START_DEFAULT_SPEC "%(link_start_linux)"
-
-#undef LINK_OS_DEFAULT_SPEC
-#define LINK_OS_DEFAULT_SPEC "%(link_os_linux)"
-
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (PowerPC GNU/Linux)");