about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-24 01:56:33 +0000
committerRoland McGrath <roland@gnu.org>2002-03-24 01:56:33 +0000
commit67a6c02f1a73303548b935839f282b5c9b9eabac (patch)
tree29b4565cf3a45a3f35436321ca5b242e27c38021
parent971174429db1b053f79074021a17b7c375adfd9e (diff)
downloadglibc-67a6c02f1a73303548b935839f282b5c9b9eabac.tar.gz
glibc-67a6c02f1a73303548b935839f282b5c9b9eabac.tar.xz
glibc-67a6c02f1a73303548b935839f282b5c9b9eabac.zip
* sysdeps/mach/hurd/i386/Makefile
	(sysdep_routines, shared-only-routines): Don't add framestate,
	reverting 2001-10-02 change.
	* sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
	* sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
	Do it here instead, only if [$(unwind-find-fde) = yes].
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 409446d944..1e6016eefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-03-23  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/mach/hurd/i386/Makefile
+	(sysdep_routines, shared-only-routines): Don't add framestate,
+	reverting 2001-10-02 change.
+	* sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
+	* sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
+	Do it here instead, only if [$(unwind-find-fde) = yes].
+
 2002-03-23  Andreas Jaeger  <aj@suse.de>
 
 	* signal/signal.h: Fix typo. Patch by Steve Kemp