From 45c6c3e22b0790cf2ea87e813418daf5acc6c5da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Oct 2002 19:42:32 +0000 Subject: [PATCH] * 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 * sysdeps/hppa/elf/start.S: Define __data_start. --- ChangeLog | 11 +++++++++++ sysdeps/hppa/elf/start.S | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7cf8087..677d60f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-10-01 Carlos O'Donell + + * 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 + + * sysdeps/hppa/elf/start.S: Define __data_start. + 2002-10-01 Isamu Hasegawa * posix/regex_internal.c (re_string_reconstruct): Reset the member 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 -- 2.7.4