]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 debc696c52e25294a6589cc0de5651093b0f1107..9157b8ab7106568ba5816d92fd42084e593eb439 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 21a3a8fcfca77d180765075db72dabca5aa917d5..e7e5313e0e3fa94bb825458884bb2715aadbf0ec 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 937cf4bba691fc13b5b5d16c28f79a001231c308..a03a2cbc2e2468530c748068ead0bea8b31f07e8 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                                           \