long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on
authorDavid Chisnall <csdavec@swan.ac.uk>
Sat, 8 Dec 2012 09:06:08 +0000 (09:06 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Sat, 8 Dec 2012 09:06:08 +0000 (09:06 +0000)
commita87d85994bdb2aee352186a564a55ef5565c4595
tree9eff837f449defe12e964faf8e68a6a3682dbdeb
parent6b02d46daeab3d3d06205f2ecf89fcd0f70a8bc8
long double should be 64 bits on FreeBSD/MIPS64.  It possibly should be on
Linux too, as I think we inherited it from there.  The ABI spec says 128-bit,
although I think SGI's compiler on IRIX may be the only thing ever to support
this.

llvm-svn: 169674
clang/lib/Basic/Targets.cpp
clang/test/Driver/mips-long-double.c [new file with mode: 0644]