pull across these revisions from gcc 4.1:

configure:
revision 1.12
date: 2011/03/10 15:14:49;  author: skrll;  state: Exp;  lines: +1 -1
Look for TLS on hppa on netbsd.

configure.ac:
revision 1.11
date: 2011/03/10 15:14:49;  author: skrll;  state: Exp;  lines: +1 -1
Look for TLS on hppa on netbsd.
This commit is contained in:
mrg 2011-06-21 07:39:18 +00:00
parent 1c4baf8439
commit f90498bd01
2 changed files with 2 additions and 2 deletions

View File

@ -22048,7 +22048,7 @@ x: .long 25
tls_first_major=2
tls_first_minor=14
;;
hppa*-*-linux*)
hppa*-*-linux* | hppa*-*-netbsd*)
conftest_s='
t1: .reg %r20
t2: .reg %r21

View File

@ -2628,7 +2628,7 @@ x: .long 25
tls_first_major=2
tls_first_minor=14
;;
hppa*-*-linux*)
hppa*-*-linux* | hppa*-*-netbsd*)
conftest_s='
t1: .reg %r20
t2: .reg %r21