mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
Update.
* sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to... * sysdeps/powerpc/powerpc32/fpu/Dist: ...here. New file. * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here. * sysdeps/i386/Makefile: Remove obsolete db2 rules. * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S. * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
This commit is contained in:
parent
9f153ad1e5
commit
dfc89273f7
13
ChangeLog
13
ChangeLog
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
* version.h (VERSION): Bump to 2.2.94.
|
* version.h (VERSION): Bump to 2.2.94.
|
||||||
|
|
||||||
|
* sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
|
||||||
|
* sysdeps/powerpc/powerpc32/fpu/Dist: ...here. New file.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
|
||||||
|
|
||||||
|
* sysdeps/i386/Makefile: Remove obsolete db2 rules.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
|
||||||
|
|
||||||
2002-09-18 Roland McGrath <roland@redhat.com>
|
2002-09-18 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
|
* locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
|
||||||
|
9
FAQ
9
FAQ
@ -47,6 +47,7 @@ please let me know.
|
|||||||
1.19. `make' complains about a missing dlfcn/libdl.so when building
|
1.19. `make' complains about a missing dlfcn/libdl.so when building
|
||||||
malloc/libmemprof.so. How can I fix this?
|
malloc/libmemprof.so. How can I fix this?
|
||||||
1.20. Which tools should I use for MIPS?
|
1.20. Which tools should I use for MIPS?
|
||||||
|
1.21. Which compiler should I use for powerpc64?
|
||||||
|
|
||||||
2. Installation and configuration issues
|
2. Installation and configuration issues
|
||||||
|
|
||||||
@ -208,6 +209,7 @@ in the future, are:
|
|||||||
m68k-*-linux-gnu Linux-2.x on Motorola 680x0
|
m68k-*-linux-gnu Linux-2.x on Motorola 680x0
|
||||||
alpha*-*-linux-gnu Linux-2.x on DEC Alpha
|
alpha*-*-linux-gnu Linux-2.x on DEC Alpha
|
||||||
powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems
|
powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems
|
||||||
|
powerpc64-*-linux-gnu Linux-2.4+ on 64-bit PowerPC systems
|
||||||
sparc-*-linux-gnu Linux-2.x on SPARC
|
sparc-*-linux-gnu Linux-2.x on SPARC
|
||||||
sparc64-*-linux-gnu Linux-2.x on UltraSPARC
|
sparc64-*-linux-gnu Linux-2.x on UltraSPARC
|
||||||
arm-*-none ARM standalone systems
|
arm-*-none ARM standalone systems
|
||||||
@ -575,6 +577,12 @@ doesn't handle all cases and needs help from the kernel).
|
|||||||
|
|
||||||
For details check also my page <http://www.suse.de/~aj/glibc-mips.html>.
|
For details check also my page <http://www.suse.de/~aj/glibc-mips.html>.
|
||||||
|
|
||||||
|
|
||||||
|
1.21. Which compiler should I use for powerpc64?
|
||||||
|
|
||||||
|
{SM} You want to use at least gcc 3.2 (together with the right versions
|
||||||
|
of all the other tools, of course).
|
||||||
|
|
||||||
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||||
|
|
||||||
@ -1932,6 +1940,7 @@ Answers were given by:
|
|||||||
{CG} Cristian Gafton, <gafton@redhat.com>
|
{CG} Cristian Gafton, <gafton@redhat.com>
|
||||||
{AO} Alexandre Oliva, <aoliva@redhat.com>
|
{AO} Alexandre Oliva, <aoliva@redhat.com>
|
||||||
{BH} Bruno Haible, <haible@clisp.cons.org>
|
{BH} Bruno Haible, <haible@clisp.cons.org>
|
||||||
|
{SM} Steven Munroe, <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode:outline
|
mode:outline
|
||||||
|
@ -17,10 +17,6 @@ shared-only-routines += divdi3
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),db2)
|
|
||||||
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
sysdep_routines += i386-mcount
|
sysdep_routines += i386-mcount
|
||||||
endif
|
endif
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
fe_nomask.c
|
fe_nomask.c
|
||||||
fprrest.S
|
|
||||||
fprsave.S
|
|
||||||
fenv_const.c
|
fenv_const.c
|
||||||
fenv_libc.h
|
fenv_libc.h
|
||||||
t_sqrt.c
|
t_sqrt.c
|
||||||
|
2
sysdeps/powerpc/powerpc32/fpu/Dist
Normal file
2
sysdeps/powerpc/powerpc32/fpu/Dist
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
fprrest.S
|
||||||
|
fprsave.S
|
@ -3,6 +3,7 @@ bits/pthreadtypes.h
|
|||||||
cmsg_nxthdr.c
|
cmsg_nxthdr.c
|
||||||
dl-brk.c
|
dl-brk.c
|
||||||
dl-sbrk.c
|
dl-sbrk.c
|
||||||
|
exit-thread.S
|
||||||
getdirentries.c
|
getdirentries.c
|
||||||
getdirentries64.c
|
getdirentries64.c
|
||||||
ipc_priv.h
|
ipc_priv.h
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
dl-brk.S
|
dl-brk.S
|
||||||
fe_nomask.c
|
fe_nomask.c
|
||||||
ipc_priv.h
|
ipc_priv.h
|
||||||
kernel_stat.h
|
|
||||||
kernel_termios.h
|
kernel_termios.h
|
||||||
|
ldd-rewrite.sed
|
||||||
oldgetrlimit64.c
|
oldgetrlimit64.c
|
||||||
sys/procfs.h
|
sys/procfs.h
|
||||||
sys/ptrace.h
|
sys/ptrace.h
|
||||||
|
@ -1 +1,2 @@
|
|||||||
clone.S
|
clone.S
|
||||||
|
kernel_stat.h
|
||||||
|
1
sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist
Normal file
1
sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist
Normal file
@ -0,0 +1 @@
|
|||||||
|
clone.S
|
Loading…
Reference in New Issue
Block a user