diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-08-18 19:39:52 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-08-18 19:39:52 +0000 |
commit | ffe51c8a82160ef337ab46d3aac2da15851704dd (patch) | |
tree | 3fad1f36ceee8f3fe3e658bf92368771b449f7a9 /gcc/config/sh/rtems.h | |
parent | 8845e874be1450fffd6001235dc03039c9599db5 (diff) | |
download | gcc-ffe51c8a82160ef337ab46d3aac2da15851704dd.zip gcc-ffe51c8a82160ef337ab46d3aac2da15851704dd.tar.gz gcc-ffe51c8a82160ef337ab46d3aac2da15851704dd.tar.bz2 |
elf.h: Do not include sh/sh.h.
* config/sh/elf.h: Do not include sh/sh.h.
* config/sh/rtems.h: Likewise.
* config/sh/rtemself.h: Do not include sh/elf.h.
* configure.in: Get them included with `tm_file's.
* configure: Rebuilt.
From-SVN: r35793
Diffstat (limited to 'gcc/config/sh/rtems.h')
-rw-r--r-- | gcc/config/sh/rtems.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sh/rtems.h b/gcc/config/sh/rtems.h index f990dd3..1507f12 100644 --- a/gcc/config/sh/rtems.h +++ b/gcc/config/sh/rtems.h @@ -19,8 +19,6 @@ 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. */ -#include "sh/sh.h" - /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES |