diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-28 18:48:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-28 18:48:07 +0000 |
commit | 087eb652914ac012857d041221a61f9ea2b84ead (patch) | |
tree | f453559ec58badce1273fc3e0478c0352f59fe7b | |
parent | 870f54b2c887f03258f78baf5e772cb055c69b06 (diff) | |
download | gdb-087eb652914ac012857d041221a61f9ea2b84ead.zip gdb-087eb652914ac012857d041221a61f9ea2b84ead.tar.gz gdb-087eb652914ac012857d041221a61f9ea2b84ead.tar.bz2 |
* coffcode.h (bfd_coff_relax_section): now static.
(bfd_coff_get_relocated_section_contents): various type lints.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f53aa5e..f1e4565 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 28 10:46:32 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * coffcode.h (bfd_coff_relax_section): now static. + (bfd_coff_get_relocated_section_contents): various type lints. + Mon Jan 27 19:44:08 1992 Steve Chamberlain (sac at rtl.cygnus.com) New entry point in the transfer vector - bfd_relax_section. |