diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-29 03:46:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-29 03:46:37 +0000 |
commit | 5972c58b0e00ee7f27b41c06d843eb9ff873f3ea (patch) | |
tree | cc8ff1dd5000a084a9a682d19e8eba9762bafec7 /ChangeLog | |
parent | 8a3e01b9fb7b179be764d1c10cb0b33abd1e9f68 (diff) | |
download | glibc-5972c58b0e00ee7f27b41c06d843eb9ff873f3ea.tar glibc-5972c58b0e00ee7f27b41c06d843eb9ff873f3ea.tar.gz glibc-5972c58b0e00ee7f27b41c06d843eb9ff873f3ea.tar.bz2 glibc-5972c58b0e00ee7f27b41c06d843eb9ff873f3ea.zip |
* elf/vismod.h (getvarlocal1): Return const char **.
(getvarinmod1): Likewise.
(getvaritcpt1): Likewise.
(getvarlocal2): Likewise.
(getvarinmod2): Likewise.
(getvaritcpt2): Likewise.
(getvaritcpt3): Likewise.
* elf/vismain.c (do_test): Adjusted.
* elf/vismod1.c (getvarlocal1): Return address.
(getvarinmod1): Likewise.
(getvaritcpt1): Likewise.
* elf/vismod2.c (getvarlocal2): Likewise.
(getvarinmod2): Likewise.
(getvaritcpt2): Likewise.
* elf/vismod3.c (getvaritcpt3): Likewise.
* elf/vismain.c (do_test): Print both addresses when they don't match.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ +2003-03-26 H.J. Lu <hjl@gnu.org> + + * elf/vismod.h (getvarlocal1): Return const char **. + (getvarinmod1): Likewise. + (getvaritcpt1): Likewise. + (getvarlocal2): Likewise. + (getvarinmod2): Likewise. + (getvaritcpt2): Likewise. + (getvaritcpt3): Likewise. + * elf/vismain.c (do_test): Adjusted. + * elf/vismod1.c (getvarlocal1): Return address. + (getvarinmod1): Likewise. + (getvaritcpt1): Likewise. + * elf/vismod2.c (getvarlocal2): Likewise. + (getvarinmod2): Likewise. + (getvaritcpt2): Likewise. + * elf/vismod3.c (getvaritcpt3): Likewise. + 2003-03-28 Roland McGrath <roland@redhat.com> + * elf/vismain.c (do_test): Print both addresses when they don't match. + * scripts/abilist.awk: If given -v filename_regexp and/or -v libname_regexp when parsing names, then produce output only for those matching the given regexps. In combine mode, save all |