summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-07-20 16:39:51 +0000
committerAndreas Jaeger <aj@suse.de>2004-07-20 16:39:51 +0000
commit918f187fcf2a559a0fc284b085560442e16f6c75 (patch)
treee2ec6a0c731c52e608af49316e2295741b6227f2 /ChangeLog
parent1346854bae1694e0bd9e2c61f52764f3f97cfc40 (diff)
downloadglibc-918f187fcf2a559a0fc284b085560442e16f6c75.tar.gz
UPdate.
* sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): Sort by syscalls. Make sure we get headers such as sgidefs.h from the build tree before just-installed ones. * sysdeps/mips/atomicity.h, sysdeps/mips/dl-machine.h, sysdeps/mips/machine-gmon.h, sysdeps/mips/bits/setjmp.h, sysdeps/mips/fpu/bits/mathdef.h, sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c, sysdeps/unix/sysv/linux/mips/kernel_stat.h, sysdeps/unix/sysv/linux/mips/pread.c, sysdeps/unix/sysv/linux/mips/pread64.c, sysdeps/unix/sysv/linux/mips/ptrace.c, sysdeps/unix/sysv/linux/mips/pwrite.c, sysdeps/unix/sysv/linux/mips/pwrite64.c, sysdeps/unix/sysv/linux/mips/sigaction.c, sysdeps/unix/sysv/linux/mips/sigcontextinfo.h, sysdeps/unix/sysv/linux/mips/bits/fcntl.h, sysdeps/unix/sysv/linux/mips/bits/sigcontext.h, sysdeps/unix/sysv/linux/mips/bits/stat.h, sysdeps/unix/sysv/linux/mips/sys/procfs.h, sysdeps/unix/sysv/linux/mips/sys/ptrace.h, sysdeps/unix/sysv/linux/mips/sys/tas.h, sysdeps/unix/sysv/linux/mips/sys/ucontext.h, sysdeps/unix/sysv/linux/mips/sys/user.h: Use standard names for ABI macros, include sgidefs.h where appropriate. sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): Likewise. sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Likewise. sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e24b84b955..6ce6a741b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
2004-07-20 Alexandre Oliva <aoliva@redhat.com>
+ * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
+ Sort by syscalls. Make sure we get headers such as sgidefs.h from
+ the build tree before just-installed ones.
+
+ * sysdeps/mips/atomicity.h, sysdeps/mips/dl-machine.h,
+ sysdeps/mips/machine-gmon.h, sysdeps/mips/bits/setjmp.h,
+ sysdeps/mips/fpu/bits/mathdef.h,
+ sysdeps/mips/mips64/__longjmp.c,
+ sysdeps/mips/mips64/setjmp_aux.c,
+ sysdeps/unix/sysv/linux/mips/kernel_stat.h,
+ sysdeps/unix/sysv/linux/mips/pread.c,
+ sysdeps/unix/sysv/linux/mips/pread64.c,
+ sysdeps/unix/sysv/linux/mips/ptrace.c,
+ sysdeps/unix/sysv/linux/mips/pwrite.c,
+ sysdeps/unix/sysv/linux/mips/pwrite64.c,
+ sysdeps/unix/sysv/linux/mips/sigaction.c,
+ sysdeps/unix/sysv/linux/mips/sigcontextinfo.h,
+ sysdeps/unix/sysv/linux/mips/bits/fcntl.h,
+ sysdeps/unix/sysv/linux/mips/bits/sigcontext.h,
+ sysdeps/unix/sysv/linux/mips/bits/stat.h,
+ sysdeps/unix/sysv/linux/mips/sys/procfs.h,
+ sysdeps/unix/sysv/linux/mips/sys/ptrace.h,
+ sysdeps/unix/sysv/linux/mips/sys/tas.h,
+ sysdeps/unix/sysv/linux/mips/sys/ucontext.h,
+ sysdeps/unix/sysv/linux/mips/sys/user.h: Use standard names
+ for ABI macros, include sgidefs.h where appropriate.
+ sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
+ Likewise.
+ sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
+ Likewise.
+ sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
+
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
_dl_lookup_symbol_x.
(elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.