Commit efa58006 by Joseph Myers Committed by Joseph Myers

vxworks.h (DBX_REGISTER_NUMBER): Undefine.

	* config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
	* config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
	mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.

From-SVN: r167660
parent e195f6e0
2010-12-09 Joseph Myers <joseph@codesourcery.com> 2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
* config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config/mep/mep.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, * config/mep/mep.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Define. WCHAR_TYPE_SIZE): Define.
* config.gcc (mep-*-*): Don't use svr4.h. * config.gcc (mep-*-*): Don't use svr4.h.
...@@ -1811,7 +1811,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian. ...@@ -1811,7 +1811,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian.
tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h" tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
;; ;;
mips64*-*-linux* | mipsisa64*-*-linux*) mips64*-*-linux* | mipsisa64*-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h" tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h"
tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16" tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16"
tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32" tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
case ${target} in case ${target} in
...@@ -1833,7 +1833,7 @@ mips64*-*-linux* | mipsisa64*-*-linux*) ...@@ -1833,7 +1833,7 @@ mips64*-*-linux* | mipsisa64*-*-linux*)
test x$with_llsc != x || with_llsc=yes test x$with_llsc != x || with_llsc=yes
;; ;;
mips*-*-linux*) # Linux MIPS, either endian. mips*-*-linux*) # Linux MIPS, either endian.
tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} mips/linux.h" tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} mips/linux.h"
tmake_file="${tmake_file} mips/t-libgcc-mips16" tmake_file="${tmake_file} mips/t-libgcc-mips16"
case ${target} in case ${target} in
mipsisa32r2*) mipsisa32r2*)
...@@ -1961,7 +1961,7 @@ mips*-*-rtems*) ...@@ -1961,7 +1961,7 @@ mips*-*-rtems*)
tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems" tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
;; ;;
mips-wrs-vxworks) mips-wrs-vxworks)
tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h" tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
tmake_file="${tmake_file} mips/t-vxworks" tmake_file="${tmake_file} mips/t-vxworks"
;; ;;
mipstx39-*-elf* | mipstx39el-*-elf*) mipstx39-*-elf* | mipstx39el-*-elf*)
......
...@@ -80,3 +80,5 @@ VXWORKS_LINK_SPEC ...@@ -80,3 +80,5 @@ VXWORKS_LINK_SPEC
#undef SUBTARGET_OVERRIDE_OPTIONS #undef SUBTARGET_OVERRIDE_OPTIONS
#define SUBTARGET_OVERRIDE_OPTIONS VXWORKS_OVERRIDE_OPTIONS #define SUBTARGET_OVERRIDE_OPTIONS VXWORKS_OVERRIDE_OPTIONS
#undef DBX_REGISTER_NUMBER
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment