mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
2002-01-08 Ulrich Drepper <drepper@redhat.com> * Makefile (distribute): Add scripts/cpp. * elf/Makefile (distribute): Add reldep6mod[01234].c, unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h, unwind-dw2-fde.h, and dwarf2.h. * sysdeps/unix/bsd/bsd4.4/Dist: New file. * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c. * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed. * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
This commit is contained in:
parent
ee38cc5996
commit
ab92bebd3e
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2002-01-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makefile (distribute): Add scripts/cpp.
|
||||
* elf/Makefile (distribute): Add reldep6mod[01234].c,
|
||||
unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
|
||||
unwind-dw2-fde.h, and dwarf2.h.
|
||||
* sysdeps/unix/bsd/bsd4.4/Dist: New file.
|
||||
* sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
|
||||
* sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
|
||||
* sysdeps/unix/sysv/linux/s390/Dist: Likewise.
|
||||
|
||||
2002-01-07 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
|
||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -267,7 +267,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \
|
||||
mkinstalldirs move-if-change install-sh \
|
||||
test-installation.pl gen-FAQ.pl versions.awk\
|
||||
gen-sorted.awk abi-versions.awk \
|
||||
firstversions.awk documented.sh)
|
||||
firstversions.awk documented.sh cpp)
|
||||
|
||||
distribute := $(strip $(distribute))
|
||||
generated := $(generated) stubs.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -62,7 +62,11 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
|
||||
neededobj5.c neededobj6.c firstobj.c \
|
||||
unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c \
|
||||
testobj.h vismod.h globalmod1.c \
|
||||
dblloadmod1.c dblloadmod2.c dblloadmod3.c
|
||||
dblloadmod1.c dblloadmod2.c dblloadmod3.c \
|
||||
reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \
|
||||
reldep6mod0.c \
|
||||
unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \
|
||||
unwind-dw2-fde.h dwarf2.h
|
||||
|
||||
include ../Makeconfig
|
||||
|
||||
|
1
sysdeps/unix/bsd/bsd4.4/Dist
Normal file
1
sysdeps/unix/bsd/bsd4.4/Dist
Normal file
@ -0,0 +1 @@
|
||||
cmsg_nxthdr.c
|
@ -7,6 +7,8 @@ dl-close.c
|
||||
dl-libc.c
|
||||
dlldr.h
|
||||
kernel_proto.h
|
||||
start-libc.c
|
||||
sysv_termio.h
|
||||
bits/utmpx.h
|
||||
gnu/lib-names.h
|
||||
uitrunc.c
|
||||
|
Loading…
Reference in New Issue
Block a user