diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1999-02-02 14:10:15 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1999-02-02 14:10:15 -0500 |
commit | ee0d2cf3227a2bddf6a1ff20971284e8e6823d78 (patch) | |
tree | 684df401245fe868402a5fc7fbdc19a8dec00624 /gcc | |
parent | 47f59fd4d5e519288bb76e02f4a2a0f7d2d62572 (diff) | |
download | gcc-ee0d2cf3227a2bddf6a1ff20971284e8e6823d78.zip gcc-ee0d2cf3227a2bddf6a1ff20971284e8e6823d78.tar.gz gcc-ee0d2cf3227a2bddf6a1ff20971284e8e6823d78.tar.bz2 |
linux.h (LINK_START_DEFAULT_SPEC): Delete, unused.
* rs6000/linux.h (LINK_START_DEFAULT_SPEC): Delete, unused.
(LINK_OS_DEFAULT_SPEC): Delete, unused.
From-SVN: r24981
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/config/rs6000/linux.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4382b7c..9c35572 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index cdc4dc0..7b3571f 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -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)"); |