diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-01-12 03:47:36 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-01-12 03:47:36 -0700 |
commit | 76875ef1b2b1527e6a7c9620b9da3f6b7c8d82cc (patch) | |
tree | 4e183d0233c2b146431f1624ab07d18d6aec6101 | |
parent | b746d31a1135d7ffca251f720931a3969fbb1aed (diff) | |
download | gcc-76875ef1b2b1527e6a7c9620b9da3f6b7c8d82cc.zip gcc-76875ef1b2b1527e6a7c9620b9da3f6b7c8d82cc.tar.gz gcc-76875ef1b2b1527e6a7c9620b9da3f6b7c8d82cc.tar.bz2 |
Add file missed during recent rtems changes.
From-SVN: r31350
-rw-r--r-- | gcc/config/rtems.h | 22 | ||||
-rw-r--r-- | gcc/po/POTFILES.in | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h new file mode 100644 index 0000000..a5ac8a7 --- /dev/null +++ b/gcc/config/rtems.h @@ -0,0 +1,22 @@ +/* Configuration common to all targets running RTEMS. + Copyright (C) 2000 Free Software Foundation, Inc. + +This file is part of GNU CC. + +GNU CC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU CC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU CC; see the file COPYING. If not, write to +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ + +/* The system headers under RTEMS are C++-aware. */ +#define NO_IMPLICIT_EXTERN_C diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in index 277cee9..939e8e7 100644 --- a/gcc/po/POTFILES.in +++ b/gcc/po/POTFILES.in @@ -474,6 +474,7 @@ config/rs6000/xm-lynx.h config/rs6000/xm-mach.h config/rs6000/xm-rs6000.h config/rs6000/xm-sysv4.h +config/rtems.h config/sh/elf.h config/sh/rtems.h config/sh/sh.c |