about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-18 01:09:45 +0000
committerRoland McGrath <roland@gnu.org>2001-06-18 01:09:45 +0000
commitc7414a8e3038b5406f4dff49ad2e99ea46f2789d (patch)
tree1fd25c7dda390c23f6fceccdf65b7031f760f69f /ChangeLog
parent9b17c7605f47e56accbd8e835d469aca77aecea5 (diff)
downloadglibc-c7414a8e3038b5406f4dff49ad2e99ea46f2789d.tar.gz
glibc-c7414a8e3038b5406f4dff49ad2e99ea46f2789d.tar.xz
glibc-c7414a8e3038b5406f4dff49ad2e99ea46f2789d.zip
* sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):
	Declare these without `static', to avoid warning that we haven't
	defined them.

	* Makerules (build-module-helper-objlist): New variable,
	broken out of build-module.  Insert --whole-archive/--no-whole-archive
	immediately each *_pic.a file in the link object list.
	(whole-archive): New variable, used by that.
	(build-module-objlist): New variable using build-module-helper-objlist.
	(build-module, build-module-helper): Use it.
	(build-shlib-objlist): New variable using build-module-helper-objlist.
	(build-shlib): Use that.
	* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 259f8cb2b9..9b8775ce10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2001-06-17  Roland McGrath  <roland@frob.com>
 
+	* sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):
+	Declare these without `static', to avoid warning that we haven't
+	defined them.
+
+	* Makerules (build-module-helper-objlist): New variable,
+	broken out of build-module.  Insert --whole-archive/--no-whole-archive
+	immediately each *_pic.a file in the link object list.
+	(whole-archive): New variable, used by that.
+	(build-module-objlist): New variable using build-module-helper-objlist.
+	(build-module, build-module-helper): Use it.
+	(build-shlib-objlist): New variable using build-module-helper-objlist.
+	(build-shlib): Use that.
+	* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Likewise.
+
 	* posix/spawni.c: Moved to ...
 	* sysdeps/posix/spawni.c: ... here.
 	* sysdeps/generic/spawni.c: New file.