diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-20 22:23:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-20 22:23:30 +0000 |
commit | a418e05d6d8afdcaa3329b0ccefce09cc77c15c4 (patch) | |
tree | d0a7561bfb33b2cc5e88a4bae9fa7cfc551f792d /bfd/ChangeLog | |
parent | d6c4a3fa8024468e35d97935427c40c999624857 (diff) | |
download | gdb-a418e05d6d8afdcaa3329b0ccefce09cc77c15c4.zip gdb-a418e05d6d8afdcaa3329b0ccefce09cc77c15c4.tar.gz gdb-a418e05d6d8afdcaa3329b0ccefce09cc77c15c4.tar.bz2 |
* coffcode.h (coff_compute_section_file_positions): If
RS6000COFF_C, set up the .debug section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 895d7ad..4651e7e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Mon Nov 20 14:54:09 1995 Ian Lance Taylor <ian@cygnus.com> + * coffcode.h (coff_compute_section_file_positions): If + RS6000COFF_C, set up the .debug section. + * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value if it is not large enough to accomodate the entire TOC area with signed 16 bit offsets. |