Update RISCV tls assembly tests
This commit is contained in:
parent
afea39b2f2
commit
9e7510ab24
14
external/gpl3/gcc/dist/gcc/configure
vendored
14
external/gpl3/gcc/dist/gcc/configure
vendored
@ -23368,13 +23368,13 @@ x:
|
||||
.text
|
||||
la.tls.gd a0,x
|
||||
la.tls.ie a1,x
|
||||
lui v0,%tls_ie_hi(x)
|
||||
lw v0,%tls_ie_lo(x)(v0)
|
||||
add v0,v0,tp,%tls_ie_add(x)
|
||||
lw v0,%tls_ie_off(x)(v0)
|
||||
lui v0,%tprel_hi(x)
|
||||
add v0,v0,tp,%tprel_add(x)
|
||||
lw v0,%tprel_lo(x)(v0)'
|
||||
lui a0,%tls_ie_pcrel_hi(x)
|
||||
lw a0,%pcrel_lo(x)(a0)
|
||||
add a0,a0,tp
|
||||
lw a0,(a0)
|
||||
lui a0,%tprel_hi(x)
|
||||
add a0,a0,tp,%tprel_add(x)
|
||||
lw a0,%tprel_lo(x)(a0)'
|
||||
tls_first_major=2
|
||||
tls_first_minor=21
|
||||
tls_as_opt='-m32 --fatal-warnings'
|
||||
|
14
external/gpl3/gcc/dist/gcc/configure.ac
vendored
14
external/gpl3/gcc/dist/gcc/configure.ac
vendored
@ -3116,13 +3116,13 @@ x:
|
||||
.text
|
||||
la.tls.gd a0,x
|
||||
la.tls.ie a1,x
|
||||
lui v0,%tls_ie_hi(x)
|
||||
lw v0,%tls_ie_lo(x)(v0)
|
||||
add v0,v0,tp,%tls_ie_add(x)
|
||||
lw v0,%tls_ie_off(x)(v0)
|
||||
lui v0,%tprel_hi(x)
|
||||
add v0,v0,tp,%tprel_add(x)
|
||||
lw v0,%tprel_lo(x)(v0)'
|
||||
lui a0,%tls_ie_pcrel_hi(x)
|
||||
lw a0,%pcrel_lo(x)(a0)
|
||||
add a0,a0,tp
|
||||
lw a0,0(a0)
|
||||
lui a0,%tprel_hi(x)
|
||||
add a0,a0,tp,%tprel_add(x)
|
||||
lw a0,%tprel_lo(x)(a0)'
|
||||
tls_first_major=2
|
||||
tls_first_minor=21
|
||||
tls_as_opt='-m32 --fatal-warnings'
|
||||
|
Loading…
Reference in New Issue
Block a user