From ee0d2cf3227a2bddf6a1ff20971284e8e6823d78 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 2 Feb 1999 14:10:15 -0500 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 +++++++- gcc/config/rs6000/linux.h | 8 +------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4382b7cde96..9c35572ad7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 2 22:03:26 1999 David Edelsohn + + * rs6000/linux.h (LINK_START_DEFAULT_SPEC): Delete, unused. + (LINK_OS_DEFAULT_SPEC): Delete, unused. + Tue Feb 2 20:29:34 1999 Catherine Moore * 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 - * 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 diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index cdc4dc05a2d..7b3571f7561 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)"); -- 2.30.2