From: Doug Evans Date: Thu, 25 Sep 1997 00:41:02 +0000 (+0000) Subject: Sync with fsf version. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18b14bd81696222304a4dac90fe10e05266d6f2a;p=gcc.git Sync with fsf version. From-SVN: r15699 --- diff --git a/gcc/config/sparc/rtems.h b/gcc/config/sparc/rtems.h index d21a07117b4..6a9d92ae1da 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 */