From: David MacKenzie Date: Fri, 21 Jan 1994 23:56:44 +0000 (+0000) Subject: Restore Jim's last change entry header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f40d101e6fd26d3cbf241984af46a30682cd536;p=binutils-gdb.git Restore Jim's last change entry header. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d02a4f2d691..af8b90872a4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,8 @@ Fri Jan 21 14:11:16 1994 Sean Fagan (sef@cygnus.com) way to write exports, so add a write_export field to the backend data (and set it to NULL for everything but the sparc). +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 *.