From: Stu Grossman Date: Thu, 8 Aug 1996 15:23:01 +0000 (+0000) Subject: * archive.c (bsd_write_armap): Ifdef around calls to getuid and X-Git-Tag: gdb-4_18-branchpoint~8023 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=320a5c6b1805c06780ca25f44c82bbfef69ec1cf;p=thirdparty%2Fbinutils-gdb.git * archive.c (bsd_write_armap): Ifdef around calls to getuid and getgid if _WIN32 is defined. * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 34b593b0cda..e1e49abdc1c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 8 08:17:32 1996 Stu Grossman (grossman@critters.cygnus.com) + + * archive.c (bsd_write_armap): Ifdef around calls to getuid and + getgid if _WIN32 is defined. + * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef. + Wed Aug 7 23:19:00 1996 Stu Grossman (grossman@critters.cygnus.com) * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c: