mirror of git://sourceware.org/git/glibc.git
Fix entries.
* sysdeps/mips/atomicity.h: Use standard names for ABI macros, include sgidefs.h where appropriate. * sysdeps/mips/dl-machine.h: Likewise. * sysdeps/mips/machine-gmon.h: Likewise. * sysdeps/mips/bits/setjmp.h: Likewise. * sysdeps/mips/fpu/bits/mathdef.h: Likewise. * sysdeps/mips/mips64/__longjmp.c: Likewise. * sysdeps/mips/mips64/setjmp_aux.c: Likewise. * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise. * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/user.h: * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): * sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
This commit is contained in:
parent
918f187fcf
commit
16e6e8348a
52
ChangeLog
52
ChangeLog
|
@ -4,33 +4,35 @@
|
||||||
Sort by syscalls. Make sure we get headers such as sgidefs.h from
|
Sort by syscalls. Make sure we get headers such as sgidefs.h from
|
||||||
the build tree before just-installed ones.
|
the build tree before just-installed ones.
|
||||||
|
|
||||||
* sysdeps/mips/atomicity.h, sysdeps/mips/dl-machine.h,
|
* sysdeps/mips/atomicity.h: Use standard names for ABI macros,
|
||||||
sysdeps/mips/machine-gmon.h, sysdeps/mips/bits/setjmp.h,
|
include sgidefs.h where appropriate.
|
||||||
sysdeps/mips/fpu/bits/mathdef.h,
|
* sysdeps/mips/dl-machine.h: Likewise.
|
||||||
sysdeps/mips/mips64/__longjmp.c,
|
* sysdeps/mips/machine-gmon.h: Likewise.
|
||||||
sysdeps/mips/mips64/setjmp_aux.c,
|
* sysdeps/mips/bits/setjmp.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/kernel_stat.h,
|
* sysdeps/mips/fpu/bits/mathdef.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/pread.c,
|
* sysdeps/mips/mips64/__longjmp.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/pread64.c,
|
* sysdeps/mips/mips64/setjmp_aux.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/ptrace.c,
|
* sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/pwrite.c,
|
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/pwrite64.c,
|
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sigaction.c,
|
* sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h,
|
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/bits/fcntl.h,
|
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/bits/sigcontext.h,
|
* sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/bits/stat.h,
|
* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sys/procfs.h,
|
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sys/ptrace.h,
|
* sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sys/tas.h,
|
* sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sys/ucontext.h,
|
* sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/sys/user.h: Use standard names
|
* sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
|
||||||
for ABI macros, include sgidefs.h where appropriate.
|
* sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
|
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/mips/sys/user.h:
|
||||||
|
* sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
|
||||||
Likewise.
|
Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
|
* sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
|
||||||
Likewise.
|
Likewise.
|
||||||
sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
|
* sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
|
||||||
|
|
||||||
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
|
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
|
||||||
_dl_lookup_symbol_x.
|
_dl_lookup_symbol_x.
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
2004-07-20 Alexandre Oliva <aoliva@redhat.com>
|
2004-07-20 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* sysdeps/mips/atomicity.h, sysdeps/mips/pt-machine.h: Use
|
* sysdeps/mips/pt-machine.h: Use standard names for ABI macros,
|
||||||
standard names for ABI macros, include sgidefs.h where appropriate.
|
include sgidefs.h.
|
||||||
|
* sysdeps/mips/atomicity.h: Likewise.
|
||||||
|
|
||||||
2004-07-19 Alexandre Oliva <aoliva@redhat.com>
|
2004-07-19 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue