]> Git Repo - binutils.git/commitdiff
* sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL,
authorJim Kingdon <[email protected]>
Fri, 21 Jan 1994 19:14:33 +0000 (19:14 +0000)
committerJim Kingdon <[email protected]>
Fri, 21 Jan 1994 19:14:33 +0000 (19:14 +0000)
not (struct external_nlist *) NULL.  info->dynrel is a PTR, not
a struct external_nlist *.

bfd/ChangeLog

index e201c2f65900fca216b07ed730b31bd6699c8a01..dd6fc4217a0f3f86530e03b78fc4b461c1a73972 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jan 21 14:11:16 1994  Jim Kingdon  ([email protected])
+
+       * 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  ([email protected])
 
        * aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
This page took 0.048965 seconds and 4 git commands to generate.