aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 22:38:25 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 22:38:25 +0000
commit9cd598aa72d6ea43a953037ad51ed6cbab1b068a (patch)
treeb6f44e1d6a1979d8ec68a6af123fdc5f92493813 /gcc
parente7bb35110192782ad72e98e252b2df13f902137a (diff)
downloadgcc-9cd598aa72d6ea43a953037ad51ed6cbab1b068a.zip
gcc-9cd598aa72d6ea43a953037ad51ed6cbab1b068a.tar.gz
gcc-9cd598aa72d6ea43a953037ad51ed6cbab1b068a.tar.bz2
config.gcc: Explicitly mention elfos.h in ip2k entry.
* config.gcc: Explicitly mention elfos.h in ip2k entry. * config/ip2k/ip2k.h: Don't #include it here. From-SVN: r68045
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc1
-rw-r--r--gcc/config/ip2k/ip2k.h5
3 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index debc696..9157b8a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config.gcc: Explicitly mention elfos.h in ip2k entry.
+ * config/ip2k/ip2k.h: Don't #include it here.
+
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 21a3a8f..e7e5313 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1273,6 +1273,7 @@ ia64*-*-hpux*)
cxx_target_objs="ia64-c.o"
;;
ip2k-*-elf)
+ tm_file="elfos.h ${tm_file}"
;;
m32r-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h
index 937cf4b..a03a2cb 100644
--- a/gcc/config/ip2k/ip2k.h
+++ b/gcc/config/ip2k/ip2k.h
@@ -22,10 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Set up System V.4 (aka ELF) defaults. */
-
-#include "elfos.h"
-#undef ASM_SPEC /* But we have a GAS assembler. */
+#undef ASM_SPEC /* We have a GAS assembler. */
#define TARGET_CPU_CPP_BUILTINS() \
do \