2002-02-08 Randolph Chung <tausq@debian.org>

* sysdeps/hppa/elf/start.S: Define __data_start.
This commit is contained in:
Roland McGrath 2002-10-01 19:42:02 +00:00
parent 700494fc4b
commit 692e7ab8e1
1 changed files with 7 additions and 0 deletions

View File

@ -56,3 +56,10 @@ _start:
.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