Correctly detect native TLS support with 64-bit gas on Solaris/x86 (PR target/60817)
commitcb648ea4e969ef1b113cb0e5fa307f6223e74e27
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Apr 2014 09:09:42 +0000 (16 09:09 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Apr 2014 09:09:42 +0000 (16 09:09 +0000)
treedc0baa8ac4a0959aadd7fd5f0c109663e6b2cb65
parentc76dc347e1c8db4a96e6a21095baba068abf64ca
Correctly detect native TLS support with 64-bit gas on Solaris/x86 (PR target/60817)

PR target/60817
* configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
x86_64-*-* cases.
Pass necessary as flags on 64-bit Solaris/x86.
Use lowercase relocs for x86_64-*-*.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209440 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/configure
gcc/configure.ac