diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-08 22:02:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-08 22:02:36 +0000 |
commit | efa77952c8f99a5a6e0233e935a24ef6bad495b9 (patch) | |
tree | 662827ce5c528f8bccf8dbaa8d27c0232c689614 /bfd/ChangeLog | |
parent | ed3b618d8d734349d34411ce58ed5dbc4d64f31c (diff) | |
download | gdb-efa77952c8f99a5a6e0233e935a24ef6bad495b9.zip gdb-efa77952c8f99a5a6e0233e935a24ef6bad495b9.tar.gz gdb-efa77952c8f99a5a6e0233e935a24ef6bad495b9.tar.bz2 |
* ieee.c (ieee_write_debug_part): Change return type to boolean.
If there is a SEC_DEBUGGING section, get the contents of the debug
information part from it.
(ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
section in memory.
(ieee_write_object_contents): Check ieee_write_debug_part return.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c7a7bd7..ea3016a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (ieee_write_debug_part): Change return type to boolean. + If there is a SEC_DEBUGGING section, get the contents of the debug + information part from it. + (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING + section in memory. + (ieee_write_object_contents): Check ieee_write_debug_part return. + Thu Jan 4 17:12:37 1996 Fred Fish <fnf@cygnus.com> * config.bfd (i[345]86-*-freebsd*): Add target. |