mirror of git://sourceware.org/git/glibc.git
2002-02-08 Randolph Chung <tausq@debian.org>
* sysdeps/hppa/elf/start.S: Define __data_start.
This commit is contained in:
parent
700494fc4b
commit
692e7ab8e1
|
@ -56,3 +56,10 @@ _start:
|
||||||
|
|
||||||
.procend
|
.procend
|
||||||
|
|
||||||
|
/* Define a symbol for the first piece of initialized data. */
|
||||||
|
.data
|
||||||
|
.globl __data_start
|
||||||
|
__data_start:
|
||||||
|
.long 0
|
||||||
|
.weak data_start
|
||||||
|
data_start = __data_start
|
||||||
|
|
Loading…
Reference in New Issue