linux64.h: Remove.
authorSteve Ellcey <sellcey@mips.com>
Wed, 8 Oct 2014 16:14:11 +0000 (16:14 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 8 Oct 2014 16:14:11 +0000 (16:14 +0000)
commit9a7451a5a502f5a2714b06677ce61ecef23539d0
treeff27406ceb4b11ed5de307e18fda1ecc56be84e0
parent90c0d4c4f2ba6f1e224fa2c53e82b3fb0d781a74
linux64.h: Remove.

2014-10-08  Steve Ellcey  <sellcey@mips.com>

* config/mips/linux64.h: Remove.
* config/mips/gnu-user64.h: Remove.
* gcc.config (mips*-*-*): Remove references to linux64.h and
gnu-user64.h
* config/mips/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Replace
with modified version from gnu-user64.h.
(LINUX_DRIVER_SELF_SPECS): Update parts from gnu-user64.h.
(LOCAL_LABEL_PREFIX): Copy from gnu-user64.h.
* config/mips/linux.h (GNU_USER_LINK_EMULATION32): Copy from
linux64.h.
(GNU_USER_LINK_EMULATION64): Ditto.
(GNU_USER_LINK_EMULATIONN32): Ditto.
(GLIBC_DYNAMIC_LINKER32): Ditto.
(GLIBC_DYNAMIC_LINKER64): Ditto.
(GLIBC_DYNAMIC_LINKERN32): Ditto.
(UCLIBC_DYNAMIC_LINKER32): Ditto.
(UCLIBC_DYNAMIC_LINKER64): Ditto.
(UCLIBC_DYNAMIC_LINKERN32): Ditto.
(BIONIC_DYNAMIC_LINKERN32): Ditto.
(GNU_USER_DYNAMIC_LINKERN32): Ditto.
(GLIBC_DYNAMIC_LINKER): Delete.
(UCLIBC_DYNAMIC_LINKER): Delete.

From-SVN: r216008
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/gnu-user.h
gcc/config/mips/gnu-user64.h [deleted file]
gcc/config/mips/linux.h
gcc/config/mips/linux64.h [deleted file]