summaryrefslogtreecommitdiff
path: root/sysdeps/hppa
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-01 19:42:32 +0000
committerRoland McGrath <roland@gnu.org>2002-10-01 19:42:32 +0000
commit45c6c3e22b0790cf2ea87e813418daf5acc6c5da (patch)
tree966684aa4dbe163a249b2444eb7486c80a5118ee /sysdeps/hppa
parentc737bdee1731ae0b781482e279083dcc0fa9e7dd (diff)
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
[__USE_GNU] (F_SETLEASE, F_GETLEASE, F_NOTIFY): New macros. [__USE_GNU] (DN_ACCESS, DN_MODIFY, DN_CREATE, DN_DELETE, DN_RENAME, DN_ATTRIB, DN_MULTISHOT): New macros. 2002-02-08 Randolph Chung <tausq@debian.org> * sysdeps/hppa/elf/start.S: Define __data_start.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/elf/start.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/hppa/elf/start.S b/sysdeps/hppa/elf/start.S
index a5c3e521dd..b2f0bd2ad1 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