mirror of git://sourceware.org/git/glibc.git
(_fp_hw): Define object type.
This commit is contained in:
parent
303f1335a3
commit
34912877b1
|
|
@ -88,6 +88,7 @@ _start:
|
||||||
.globl _fp_hw
|
.globl _fp_hw
|
||||||
_fp_hw: .long 3
|
_fp_hw: .long 3
|
||||||
.size _fp_hw, 4
|
.size _fp_hw, 4
|
||||||
|
.type _fp_hw,@object
|
||||||
|
|
||||||
/* Define a symbol for the first piece of initialized data. */
|
/* Define a symbol for the first piece of initialized data. */
|
||||||
.data
|
.data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue