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
This commit is contained in:
parent
e195f6e0de
commit
efa5800664
3 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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,
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
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"
|
||||
tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
|
||||
case ${target} in
|
||||
|
@ -1833,7 +1833,7 @@ mips64*-*-linux* | mipsisa64*-*-linux*)
|
|||
test x$with_llsc != x || with_llsc=yes
|
||||
;;
|
||||
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"
|
||||
case ${target} in
|
||||
mipsisa32r2*)
|
||||
|
@ -1961,7 +1961,7 @@ mips*-*-rtems*)
|
|||
tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
|
||||
;;
|
||||
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"
|
||||
;;
|
||||
mipstx39-*-elf* | mipstx39el-*-elf*)
|
||||
|
|
|
@ -80,3 +80,5 @@ VXWORKS_LINK_SPEC
|
|||
|
||||
#undef SUBTARGET_OVERRIDE_OPTIONS
|
||||
#define SUBTARGET_OVERRIDE_OPTIONS VXWORKS_OVERRIDE_OPTIONS
|
||||
|
||||
#undef DBX_REGISTER_NUMBER
|
||||
|
|
Loading…
Add table
Reference in a new issue