about summary refs log tree commit diff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-02-18 01:50:52 +0000
committerRoland McGrath <roland@gnu.org>2002-02-18 01:50:52 +0000
commit9ce8b3c817156108b9f1a1cf12a3fa6eb4332f11 (patch)
tree42ddd752b714edca7487883fb1e04fc20bc2c6a4 /hurd/Versions
parent89c255f160cdc8a12b5babe1592ce43f0264360d (diff)
downloadglibc-9ce8b3c817156108b9f1a1cf12a3fa6eb4332f11.tar.gz
glibc-9ce8b3c817156108b9f1a1cf12a3fa6eb4332f11.tar.xz
glibc-9ce8b3c817156108b9f1a1cf12a3fa6eb4332f11.zip
* hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
	_S_catch_exception_raise_state_identity,
	_hurdsig_fault_catch_exception_raise_state,
	_hurdsig_fault_catch_exception_raise_state_identity.

	* mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".

	* sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
	__host_info with HOST_VM_INFO flavor instead of __vm_statistics.

	* sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
	`base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.

	* sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
	(fmh, unfmh): Define these functions only #if FMH.  Otherwise define
	them as no-op macros.
	[FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
	(__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.

	* sysdeps/powerpc/dl-machine.h
	(ELF_MACHINE_USER_ADDRESS_MASK): New macro.
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions7
1 files changed, 6 insertions, 1 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 9b20923f8a..34333b03ce 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -41,6 +41,8 @@ libc {
 
     # functions used in libmachuser and libhurduser
     _S_catch_exception_raise;
+    _S_catch_exception_raise_state;
+    _S_catch_exception_raise_state_identity;
     _S_msg_add_auth; _S_msg_del_auth;
     _S_msg_describe_ports;
     _S_msg_get_dtable; _S_msg_set_dtable;
@@ -53,7 +55,10 @@ libc {
     _S_msg_get_init_ports; _S_msg_set_init_ports;
     _S_msg_proc_newids; _S_msg_report_wait;
     _S_msg_sig_post; _S_msg_sig_post_untraced;
-    _hurd_intr_rpc_mach_msg; _hurdsig_fault_catch_exception_raise;
+    _hurd_intr_rpc_mach_msg;
+    _hurdsig_fault_catch_exception_raise;
+    _hurdsig_fault_catch_exception_raise_state;
+    _hurdsig_fault_catch_exception_raise_state_identity;
 
     # "quasi-internal" variables
     _hurd_device_master;