Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
Browse files Browse the repository at this point in the history
	[__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.
  • Loading branch information
Roland McGrath committed Oct 1, 2002
1 parent c737bde commit 45c6c3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2002-10-01 Carlos O'Donell <carlos@baldric.uwo.ca>

* 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.

2002-10-01 Isamu Hasegawa <isamu@yamato.ibm.com>

* posix/regex_internal.c (re_string_reconstruct): Reset the member
Expand Down
7 changes: 7 additions & 0 deletions sysdeps/hppa/elf/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45c6c3e

Please sign in to comment.