diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-12 18:29:55 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-12 18:29:55 +0000 |
commit | e67f03db5baec45164b177cc6396b367fa6b15ff (patch) | |
tree | 0fe10ec7efbf9acd17768652f1bb14b39e4cf5da /bfd/ChangeLog | |
parent | 7f7888218f38ff55bb5a4879e2cc4bd3bdaf7f51 (diff) | |
download | gdb-e67f03db5baec45164b177cc6396b367fa6b15ff.zip gdb-e67f03db5baec45164b177cc6396b367fa6b15ff.tar.gz gdb-e67f03db5baec45164b177cc6396b367fa6b15ff.tar.bz2 |
* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
out a structure that is BFD_IN_MEMORY.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ec8caa5..073556f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-07-12 Charles Wilson <cwilson@ece.gatech.edu> + + * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing + out a structure that is BFD_IN_MEMORY. + 2000-07-11 Alan Modra <alan@linuxcare.com.au> * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of |