about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-04-24 18:17:16 +0000
committerRoland McGrath <roland@gnu.org>2002-04-24 18:17:16 +0000
commit39bbac1e95d6d1c4004ac4c34525c891307b651b (patch)
tree57dff8e09f22b0e5d3ff60986f60ce0833ef3492 /ChangeLog
parent5edf59cf936359225f9ccef8c64382e4ba38a994 (diff)
downloadglibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.tar.gz
glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.tar.xz
glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.zip
* sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
	use END macro instead of our own .end directive.
	Use `callsys' insn mnemonic instead of `call_pal'.

	* sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.

	* sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
	macro; we need this for Hurd.

	Log entry was missing for 2002/03/24 commit of rev 1.8,
	goes with 2002-03-17 changes.
	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
	(sysdep_routines): Append ioperm here.
	(sysdep_headers): Append sys/io.h here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa5687c3f1..39c756bceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-04-24  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
+	use END macro instead of our own .end directive.
+	Use `callsys' insn mnemonic instead of `call_pal'.
+
+	* sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
+
+	* sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
+	macro; we need this for Hurd.
+
+	Log entry was missing for 2002/03/24 commit of rev 1.8,
+	goes with 2002-03-17 changes.
+	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
+	(sysdep_routines): Append ioperm here.
+	(sysdep_headers): Append sys/io.h here.
+
 2002-04-23  Roland McGrath  <roland@frob.com>
 
 	* sysdeps/mach/hurd/send.c: int -> size_t for WROTE.