about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-08 07:09:07 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-08 07:09:07 +0000
commitbcd5f356674dc28b77044d087da00d197386e0e1 (patch)
tree18a0b14644a6d2364aa1e30260516b4b7b207d19 /ChangeLog
parent7726edc27354afe163f492c0e6a8d4354fddb494 (diff)
downloadglibc-bcd5f356674dc28b77044d087da00d197386e0e1.tar.gz
glibc-bcd5f356674dc28b77044d087da00d197386e0e1.tar.xz
glibc-bcd5f356674dc28b77044d087da00d197386e0e1.zip
Update.
2003-06-08  Ulrich Drepper  <drepper@redhat.com>

	* config.h.in: Add have-forced-unwind.
	* configure.in: Add AC_SUBST(libc_cv_forced_unwind).

	* sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace.
	* sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
	* sysdeps/alpha/elf/start.S: Likewise.  Remove pointless allocation.
	* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use standard ldgp
	entry sequence and explicit relocs.  Add unwind info for sigreturn
	and rt_sigreturn.
	* configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New.
	Annotate some parameters.
	* sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
	* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
	* include/libc-symbols.h (symbol_set_declare): Use arrays
	of unspecified size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 18 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a1dcd19b..706e0943a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-08  Ulrich Drepper  <drepper@redhat.com>
+
+	* config.h.in: Add have-forced-unwind.
+	* configure.in: Add AC_SUBST(libc_cv_forced_unwind).
+
 2003-06-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* test-skeleton.c (main): If EXPECTED_STATUS is defined check that
@@ -15,23 +20,22 @@
 
 2003-06-04  Richard Henderson  <rth@redhat.com>
 
-        * sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace.
-        * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
-        * sysdeps/alpha/elf/start.S: Likewise.  Remove pointless allocation.
-        * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use standard ldgp
-        entry sequence and explicit relocs.  Add unwind info for sigreturn
-        and rt_sigreturn.
-        * configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state.
-        * configure: Regenerate.
+	* sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace.
+	* sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
+	* sysdeps/alpha/elf/start.S: Likewise.  Remove pointless allocation.
+	* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use standard ldgp
+	entry sequence and explicit relocs.  Add unwind info for sigreturn
+	and rt_sigreturn.
+	* configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state.
 
-        * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New.
-        Annotate some parameters.
-        * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
+	* sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New.
+	Annotate some parameters.
+	* sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
 
-        * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
+	* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
 
-        * include/libc-symbols.h (symbol_set_declare): Use arrays
-        of unspecified size.
+	* include/libc-symbols.h (symbol_set_declare): Use arrays
+	of unspecified size.
 
 2003-06-04  Jakub Jelinek  <jakub@redhat.com>