diff options
author | Roland McGrath <roland@gnu.org> | 2000-04-03 17:13:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-04-03 17:13:51 +0000 |
commit | c6d80202830057548b130381c214ddb383fccd5d (patch) | |
tree | 1b5cc503acb22f56e94fa86a9c415a32b914988b /resolv | |
parent | 9129b9874db71c9325ee0772810fee8a5e4a82f8 (diff) | |
download | glibc-c6d80202830057548b130381c214ddb383fccd5d.tar glibc-c6d80202830057548b130381c214ddb383fccd5d.tar.gz glibc-c6d80202830057548b130381c214ddb383fccd5d.tar.bz2 glibc-c6d80202830057548b130381c214ddb383fccd5d.zip |
* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
here, before we might move the stack.
(posixland_init): Set __libc_argc, __libc_argc, and __environ here.
(init1): And not here.
* sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
change, to restore argc value in call-clobbered register after
RTLD_START_SPECIAL_INIT, which will contain a call.
* elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
allocating and initializing L->l_initfini.
* resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index e471b3134c..260214b868 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -21,7 +21,9 @@ # subdir := resolv -headers := resolv.h netdb.h arpa/nameser.h arpa/nameser_compat.h \ +headers := resolv.h \ + netdb.h bits/netdb.h \ + arpa/nameser.h arpa/nameser_compat.h \ sys/bitypes.h distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \ Banner res_hconf.h res_debug.h |