config.gcc: Explicitly mention elfos.h in ip2k entry.
authorNathanael Nerode <neroden@gcc.gnu.org>
Mon, 16 Jun 2003 22:38:25 +0000 (22:38 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Mon, 16 Jun 2003 22:38:25 +0000 (22:38 +0000)
* config.gcc: Explicitly mention elfos.h in ip2k entry.
* config/ip2k/ip2k.h: Don't #include it here.

From-SVN: r68045

gcc/ChangeLog
gcc/config.gcc
gcc/config/ip2k/ip2k.h

index debc696..9157b8a 100644 (file)
@@ -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,
index 21a3a8f..e7e5313 100644 (file)
@@ -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}"
index 937cf4b..a03a2cb 100644 (file)
@@ -22,10 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 \f
-/* 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                                           \