diff options
author | Stu Grossman <grossman@cygnus> | 1996-08-08 15:23:01 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-08-08 15:23:01 +0000 |
commit | 320a5c6b1805c06780ca25f44c82bbfef69ec1cf (patch) | |
tree | f4d8f69ff5f3a08725d59a1269c00b5f01720001 | |
parent | 2055bf857dee9a60960c6d649283c4c1ee3665e3 (diff) | |
download | fsf-binutils-gdb-320a5c6b1805c06780ca25f44c82bbfef69ec1cf.zip fsf-binutils-gdb-320a5c6b1805c06780ca25f44c82bbfef69ec1cf.tar.gz fsf-binutils-gdb-320a5c6b1805c06780ca25f44c82bbfef69ec1cf.tar.bz2 |
* archive.c (bsd_write_armap): Ifdef around calls to getuid and
getgid if _WIN32 is defined.
* opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 34b593b..e1e49ab 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: |