diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | elf/Makefile | 8 | ||||
-rw-r--r-- | sysdeps/unix/bsd/bsd4.4/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/aix/Dist | 2 |
5 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 4a48ecafbd..37ef97ecab 100644 --- a/ChangeLog +++ b/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 diff --git a/Makefile b/Makefile index 8d839d9aff..9f707f8d88 100644 --- a/Makefile +++ b/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 diff --git a/elf/Makefile b/elf/Makefile index c249c41b69..bdfb06459d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 diff --git a/sysdeps/unix/bsd/bsd4.4/Dist b/sysdeps/unix/bsd/bsd4.4/Dist new file mode 100644 index 0000000000..2562aac1b6 --- /dev/null +++ b/sysdeps/unix/bsd/bsd4.4/Dist @@ -0,0 +1 @@ +cmsg_nxthdr.c diff --git a/sysdeps/unix/sysv/aix/Dist b/sysdeps/unix/sysv/aix/Dist index 2698761f19..609fd778e9 100644 --- a/sysdeps/unix/sysv/aix/Dist +++ b/sysdeps/unix/sysv/aix/Dist @@ -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 |