summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-20 18:45:36 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-20 18:45:36 +0000
commitdfbad9c855e5aee39492fdc9fbe98eac5846f49c (patch)
treebacfee7faf9f5ce25185b712b01e4f4835e68651 /elf
parent03e4219e7783eaa6d5cf1b02a79e00b857185e55 (diff)
Update.
1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com> * hesiod/hesiod.c: Pretty print. Don't use __ protected names. * iconvdata/8bit-gap.c: Likewise. * iconvdata/8bit-generic.c: Likewise. * iconvdata/iso6937.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t61.c: Likewise. 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative feature tests by positive feature tests. 1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value. 1998-02-20 Ulrich Drepper <drepper@cygnus.com> * elf/dlvsym.c (dlvsym_doit): More corrections. Patch by Andreas Jaeger.
Diffstat (limited to 'elf')
-rw-r--r--elf/dlvsym.c1
-rw-r--r--elf/link.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/elf/dlvsym.c b/elf/dlvsym.c
index bdfb83da59..a332c590f2 100644
--- a/elf/dlvsym.c
+++ b/elf/dlvsym.c
@@ -74,6 +74,7 @@ RTLD_NEXT used in code not dynamically loaded"));
&args->ref,
mapscope,
NULL,
+ &args->version,
match);
}
}
diff --git a/elf/link.h b/elf/link.h
index 90cda5e810..9bf61508bf 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -455,7 +455,7 @@ extern void _dl_start_profile (struct link_map *map, const char *output_dir);
extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
-/* Show the members of the auxiliry aray passed up from the kernel. */
+/* Show the members of the auxiliary array passed up from the kernel. */
extern void _dl_show_auxv (void);
__END_DECLS