diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 23:57:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 23:57:52 +0000 |
commit | bb552c64cf8be44a095294bdb839a10ddf17faa8 (patch) | |
tree | eb7f20f52e16b4bfaf4901a4e86d3d69f9f4ba5e /bfd/ChangeLog | |
parent | b2618fd85a3fe57806c46b9f08c068a289a39ee3 (diff) | |
download | gdb-bb552c64cf8be44a095294bdb839a10ddf17faa8.zip gdb-bb552c64cf8be44a095294bdb839a10ddf17faa8.tar.gz gdb-bb552c64cf8be44a095294bdb839a10ddf17faa8.tar.bz2 |
* Makefile.in (clean): Remove bfd.h and stmp-bfd.h.
(realclean): Remove generated headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 120a9d9..74aa8d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Fri Jul 2 18:27:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Makefile.in (clean): Remove bfd.h and stmp-bfd.h. + (realclean): Remove generated headers. + +Fri Jul 2 14:51:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * section.c (bfd_set_section_content): Deny if file is not opened with + the proper mode, set output_has_begun if file is openened for update. + * aoutx.h (aout_*_set_section_content): Remove checks that are now + done in bfd_set_section_content. + Fri Jul 2 09:25:20 1993 Ian Lance Taylor (ian@cygnus.com) * hosts/std-host.h: Removed declarations of printf, fprintf, |