diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-21 22:52:45 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-21 22:52:45 +0000 |
commit | 4733517b4a27c32c783b7dddb5b8cda177b1198f (patch) | |
tree | 5761d5f4adb0e21ae100a6c9ea7039b756d25f08 /bfd | |
parent | a2608ea10e7d0448b95c62135c48589cc1301b59 (diff) | |
download | gdb-4733517b4a27c32c783b7dddb5b8cda177b1198f.zip gdb-4733517b4a27c32c783b7dddb5b8cda177b1198f.tar.gz gdb-4733517b4a27c32c783b7dddb5b8cda177b1198f.tar.bz2 |
Add ChangeLog entry for sef change.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dd6fc42..0d33b38 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,9 @@ -Fri Jan 21 14:11:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com) +Fri Jan 21 14:11:16 1994 Sean Fagan (sef@cygnus.com) + + * nlmcode.h, liblnm.h, nlm32-alpha.c nlm32-i386.c nlm32-sparc.c: + The sparc (and possibly other?) NLM format requires a different + way to write exports, so add a write_export field to the backend + data (and set it to NULL for everything but the sparc). * sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL, not (struct external_nlist *) NULL. info->dynrel is a PTR, not |