[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] glibc 2.2.94 - hppa - data start



libc-alpha,

Defines __data_start for hppa.

c.

---

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

	* sysdeps/hppa/elf/start.S: Define __data_start.

diff -urN glibc-2.2.5/sysdeps/hppa/elf/start.S~ glibc-2.2.5/sysdeps/hppa/elf/start.S
--- glibc-2.2.5/sysdeps/hppa/elf/start.S~	Fri Feb  8 19:29:36 2002
+++ glibc-2.2.5/sysdeps/hppa/elf/start.S	Fri Feb  8 19:29:59 2002
@@ -56,3 +56,10 @@
 
 	.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



Reply to: