aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 19:14:33 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 19:14:33 +0000
commite7cc9a2e9ee0b76ee15ae63f21b859b205308bdd (patch)
treec63fdc6bb0eab2095410c57644214e532545e46f
parent6545c6a085d88cf4b42740ddc3a41840631b0e06 (diff)
downloadfsf-binutils-gdb-e7cc9a2e9ee0b76ee15ae63f21b859b205308bdd.zip
fsf-binutils-gdb-e7cc9a2e9ee0b76ee15ae63f21b859b205308bdd.tar.gz
fsf-binutils-gdb-e7cc9a2e9ee0b76ee15ae63f21b859b205308bdd.tar.bz2
* sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL,
not (struct external_nlist *) NULL. info->dynrel is a PTR, not a struct external_nlist *.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e201c2f..dd6fc42 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan 21 14:11:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL,
+ not (struct external_nlist *) NULL. info->dynrel is a PTR, not
+ a struct external_nlist *.
+
Fri Jan 21 09:29:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
* aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),