diff options
author | David MacKenzie <djm@cygnus> | 1994-01-21 23:56:44 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-21 23:56:44 +0000 |
commit | 3f40d101e6fd26d3cbf241984af46a30682cd536 (patch) | |
tree | c42c2cd073e4632fd9c19fc179a6400086abefc2 /bfd | |
parent | 74788cf036586596297305f167949c40ba5598df (diff) | |
download | gdb-3f40d101e6fd26d3cbf241984af46a30682cd536.zip gdb-3f40d101e6fd26d3cbf241984af46a30682cd536.tar.gz gdb-3f40d101e6fd26d3cbf241984af46a30682cd536.tar.bz2 |
Restore Jim's last change entry header.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d02a4f2..af8b908 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 *. |