libgcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Feb 2014 16:17:15 +0000 (16:17 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Feb 2014 16:17:15 +0000 (16:17 +0000)
commit9bcbf3528277e45518df32fc7ecd06ccb0f01f21
tree3b7c58c10699900c15fee4156f3368ce98a45a06
parent9e5d4a378021f1697422ff837567764f86ab03f7
libgcc/
* configure.ac: Check __mips64 when setting host_address.
* configure: Regenerate.
* config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
mips/t-mips64 and t-softfp.
(mips*-*-linux*): Don't add mips/t-tpbit.
* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
(DPBIT, DPBIT_CFLAGS): Delete.
* config/mips/sfp-machine.h: New file.
* config/mips/t-mips64: Likewise.
* config/mips/t-softfp-tf: Likewise.
* config/mips/t-tpbit: Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207403 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/config.host
libgcc/config/mips/sfp-machine.h [new file with mode: 0644]
libgcc/config/mips/t-mips
libgcc/config/mips/t-mips64 [new file with mode: 0644]
libgcc/config/mips/t-softfp-tf [new file with mode: 0644]
libgcc/config/mips/t-tpbit [deleted file]
libgcc/configure
libgcc/configure.ac