diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-02 21:00:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-02 21:00:39 +0000 |
commit | 773033d2d2369f6a73ffd8dadd36ce687bfdb890 (patch) | |
tree | b90843730033ef091aa1720133553ceb0a8a471b /bfd/ChangeLog | |
parent | c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148 (diff) | |
download | gdb-773033d2d2369f6a73ffd8dadd36ce687bfdb890.zip gdb-773033d2d2369f6a73ffd8dadd36ce687bfdb890.tar.gz gdb-773033d2d2369f6a73ffd8dadd36ce687bfdb890.tar.bz2 |
* aoutx.h (NAME(aout,set_section_contents)): Double check that the
caller is writing to a valid section.
PR 5996 cleanup.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e90566..944da98 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 2 15:58:24 1995 Ian Lance Taylor <ian@cygnus.com> + + * aoutx.h (NAME(aout,set_section_contents)): Double check that the + caller is writing to a valid section. + Thu Mar 2 14:37:57 1995 Bryan Ford <baford@cs.utah.edu> * binary.c: Add support for reading binary files. Loads the raw |