OSDN Git Service

2004-09-07 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Sep 2004 21:52:52 +0000 (21:52 +0000)
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Sep 2004 21:52:52 +0000 (21:52 +0000)
commit9aab2b4bdaa601e2bf92d5f6c779c7757d481aa5
tree60266192b1071f716dc829f1db1f87f97112b81a
parent8e5b5d072d2cca4c1a72ee192e46605c33641341
2004-09-07  Frank Ch. Eigler  <fche@redhat.com>

* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87160 138bc75d-0d04-0410-961f-82ee72b054a4
libmudflap/ChangeLog
libmudflap/config.h.in
libmudflap/configure
libmudflap/configure.ac
libmudflap/mf-hooks2.c
libmudflap/mf-runtime.c
libmudflap/mf-runtime.h.in
libmudflap/testsuite/libmudflap.c/fail32-frag.c [new file with mode: 0644]
libmudflap/testsuite/libmudflap.c/pass48-frag.c [new file with mode: 0644]
libmudflap/testsuite/libmudflap.c/pass49-frag.c [new file with mode: 0644]