2002-02-08 Randolph Chung <tausq@debian.org>
authorRoland McGrath <roland@gnu.org>
Tue, 1 Oct 2002 19:42:02 +0000 (19:42 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 1 Oct 2002 19:42:02 +0000 (19:42 +0000)
* sysdeps/hppa/elf/start.S: Define __data_start.

sysdeps/hppa/elf/start.S

index a5c3e52..b2f0bd2 100644 (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