diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:48:34 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:48:34 +0000 |
| commit | 421f0c9dce256cd9ccad496e33c940187f80bea3 (patch) | |
| tree | fbc2aa7f415d10ff0556067fd46ab01e6323a2a1 | |
| parent | 4ec29cb0b29d28607c00f17771a44982f7191a08 (diff) | |
| download | glibc-421f0c9dce256cd9ccad496e33c940187f80bea3.tar.xz glibc-421f0c9dce256cd9ccad496e33c940187f80bea3.zip | |
(distribute): Add firstobj.c.
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | elf/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This directory contains the version 2.2.1 release of the GNU C Library. +This directory contains the version 2.2.2 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. diff --git a/elf/Makefile b/elf/Makefile index 9d4bcdfe0e..82800cbef5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -55,7 +55,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \ nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \ neededobj1.c neededobj2.c neededobj3.c neededobj4.c \ - neededobj5.c neededobj6.c \ + neededobj5.c neededobj6.c firstobj.c \ unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c \ testobj.h vismod.h |
