tile: improve detection for missing -mcmodel=large support
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 24 May 2013 18:02:31 +0000 (14:02 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 24 May 2013 18:02:31 +0000 (14:02 -0400)
commit86bd05fbc8b3a635148f6a7d8b4fb89c9a524e58
tree27f5694a5169d2e4bbb9437f3f70b90debbf0600
parente8bdba36c5fdfdb7e85af2b7ed80ea9013794180
tile: improve detection for missing -mcmodel=large support

The existing test avoided passing -mcmodel=large if the compiler didn't
support it.  However, we need to test not just the compiler support, but
also the toolchain (as and ld) support, so make the test more complete.
In addition, we have to avoid using the hwN_plt() assembly operators if
that support is missing, so guard the uses with #ifdef NO_PLT_PCREL.

This allows us to properly build glibc with the current community
binutils, which doesn't yet have the PC-relative PLT operator support.
The -mcmodel=large support is in gcc 4.8, but the toolchain support
won't be present in the community until binutils 2.24.
ports/ChangeLog.tile
ports/sysdeps/tile/crti.S
ports/sysdeps/tile/start.S
ports/sysdeps/tile/tilegx/Makefile