diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-22 21:42:31 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-22 21:42:31 +0000 |
commit | 9110f70b261451db4c7dc5a9697e0210deb9651b (patch) | |
tree | 79250efdf89c98dc6e3936ef0429a48106e3dc45 | |
parent | fdebd6296a7bcca200a84963954de468126f3776 (diff) | |
download | gdb-9110f70b261451db4c7dc5a9697e0210deb9651b.zip gdb-9110f70b261451db4c7dc5a9697e0210deb9651b.tar.gz gdb-9110f70b261451db4c7dc5a9697e0210deb9651b.tar.bz2 |
elfcode.h:bfd_section_from_shdr change
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 594b855..a76ed52 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 22 14:35:20 1993 Ken Raeburn (raeburn@poseidon.cygnus.com) + + * elfcode.h (bfd_section_from_shdr, case SHT_PROGBITS): Even if + section already exists, use its pointer to fill in rawdata slot. + Tue Jun 22 16:36:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * hosts/std-host.h: Return value of puts and fputs is int not void. |