diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-07 17:45:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-07 17:45:43 +0000 |
commit | ccd0e5e29df894a1aaa0eb3bac336194b60142f8 (patch) | |
tree | a17ff7bebc6367e54f3a8482535669ba86d9e45b /bfd/ChangeLog | |
parent | 7debe20cf7dfd2529bd4077d0d9a217bb00e8afa (diff) | |
download | gdb-ccd0e5e29df894a1aaa0eb3bac336194b60142f8.zip gdb-ccd0e5e29df894a1aaa0eb3bac336194b60142f8.tar.gz gdb-ccd0e5e29df894a1aaa0eb3bac336194b60142f8.tar.bz2 |
* coffcode.h (bfd_coff_backend_data): Change
_bfd_coff_compute_section_file_positions to return a boolean
value. Change all callers.
(coff_compute_section_file_positions): Change return type to
boolean. If the size of the last section changed, then output a
zero byte at the end of the file.
* libcoff.h: Rebuild.
PR 11806.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 28610e7..0e4e5cd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -4,6 +4,14 @@ Fri Mar 7 11:55:31 1997 H.J. Lu <hjl@gnu.ai.mit.edu> Fri Mar 7 10:37:30 1997 Ian Lance Taylor <ian@cygnus.com> + * coffcode.h (bfd_coff_backend_data): Change + _bfd_coff_compute_section_file_positions to return a boolean + value. Change all callers. + (coff_compute_section_file_positions): Change return type to + boolean. If the size of the last section changed, then output a + zero byte at the end of the file. + * libcoff.h: Rebuild. + * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space for at least 6 output symbols. (xcoff_write_global_symbol): When emitting TOC entry relocs, also |