* 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 *.
This commit is contained in:
Jim Kingdon 1994-01-21 19:14:33 +00:00
parent 6545c6a085
commit e7cc9a2e9e
1 changed files with 6 additions and 0 deletions

View File

@ -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),