mirror of git://sourceware.org/git/glibc.git
(_fp_hw): Actually define label.
This commit is contained in:
parent
ab5dd2d9b4
commit
25d0dd6338
|
|
@ -85,7 +85,7 @@ _start:
|
||||||
meaningless since we don't support machines < 80386. */
|
meaningless since we don't support machines < 80386. */
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.globl _fp_hw
|
.globl _fp_hw
|
||||||
.long 3
|
_fp_hw: .long 3
|
||||||
.size _fp_hw, 4
|
.size _fp_hw, 4
|
||||||
|
|
||||||
/* Define a symbol for the first piece of initialized data. */
|
/* Define a symbol for the first piece of initialized data. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue