From: Roland McGrath Date: Tue, 1 Oct 2002 19:42:02 +0000 (+0000) Subject: 2002-02-08 Randolph Chung X-Git-Tag: upstream/2.30~10627^2~1574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=692e7ab8e19521c4e3fa43b09c6cc0adcc646b49;p=external%2Fglibc.git 2002-02-08 Randolph Chung * sysdeps/hppa/elf/start.S: Define __data_start. --- diff --git a/sysdeps/hppa/elf/start.S b/sysdeps/hppa/elf/start.S index a5c3e52..b2f0bd2 100644 --- a/sysdeps/hppa/elf/start.S +++ b/sysdeps/hppa/elf/start.S @@ -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