aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1997-09-25 00:41:02 +0000
committerDoug Evans <dje@gnu.org>1997-09-25 00:41:02 +0000
commit18b14bd81696222304a4dac90fe10e05266d6f2a (patch)
tree41cdc5b1a24d6fdb18aba07c9a305dcffe9ffb50 /gcc
parenta120a9eaa77cbb87a7818d5109d72c16353c8706 (diff)
downloadgcc-18b14bd81696222304a4dac90fe10e05266d6f2a.zip
gcc-18b14bd81696222304a4dac90fe10e05266d6f2a.tar.gz
gcc-18b14bd81696222304a4dac90fe10e05266d6f2a.tar.bz2
Sync with fsf version.
From-SVN: r15699
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/rtems.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/sparc/rtems.h b/gcc/config/sparc/rtems.h
index d21a071..6a9d92a 100644
--- a/gcc/config/sparc/rtems.h
+++ b/gcc/config/sparc/rtems.h
@@ -1,6 +1,5 @@
/* Definitions for rtems targetting a SPARC using a.out.
-
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Contributed by Joel Sherrill (joel@OARcorp.com).
This file is part of GNU CC.
@@ -27,5 +26,3 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \
-Asystem(rtems) -Acpu(sparc) -Amachine(sparc)"
-
-/* end of sparc/rtems.h */