diff options
author | Phil Blundell <philb@gnu.org> | 2000-11-27 12:45:17 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-11-27 12:45:17 +0000 |
commit | d71f672e69df99902fc4b76c2d6c4dd75640e22d (patch) | |
tree | 66e980865705b4f165d9bb7bc9b3b7407c97e533 /bfd/ChangeLog | |
parent | bc7a577dc7781416ff8a6e8ea295c7999e1673a9 (diff) | |
download | gdb-d71f672e69df99902fc4b76c2d6c4dd75640e22d.zip gdb-d71f672e69df99902fc4b76c2d6c4dd75640e22d.tar.gz gdb-d71f672e69df99902fc4b76c2d6c4dd75640e22d.tar.bz2 |
2000-11-27 Philip Blundell <pb@futuretv.com>
* libcoff-in.h (coff_tdata): Add `strings_written' flag.
(obj_coff_strings_written): New accessor macro for above.
* libcoff.h: Regenerate.
* cofflink.c (_bfd_coff_final_link): Say that we wrote the
strings.
* coffcode.h (coff_write_object_contents): No need to write out
the string table if it's already been done.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 99de567..9c7572c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2000-11-27 Philip Blundell <pb@futuretv.com> + + * libcoff-in.h (coff_tdata): Add `strings_written' flag. + (obj_coff_strings_written): New accessor macro for above. + * libcoff.h: Regenerate. + * cofflink.c (_bfd_coff_final_link): Say that we wrote the + strings. + * coffcode.h (coff_write_object_contents): No need to write out + the string table if it's already been done. + 2000-11-22 Philip Blundell <pb@futuretv.com> * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to |