diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2005-06-09 14:40:50 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2005-06-09 14:40:50 +0000 |
commit | 3b137b9a0883b4de28eeba1fa318bb1d4e49edc9 (patch) | |
tree | 1bfc769f5d9ae707b58b17d34dcab11161299408 /bfd/ChangeLog | |
parent | 6bd00c5db5d6f508c7b60a487934fecbb01247e6 (diff) | |
download | gdb-3b137b9a0883b4de28eeba1fa318bb1d4e49edc9.zip gdb-3b137b9a0883b4de28eeba1fa318bb1d4e49edc9.tar.gz gdb-3b137b9a0883b4de28eeba1fa318bb1d4e49edc9.tar.bz2 |
* coffcode.h (sec_to_styp_flags): Remove read/write flags from noload section
header. Do not add STYP_NOLOAD since it does not appear to be a valid PE flag.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 54edc73..45627cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-06-09 Christopher Faylor <cgf@timesys.com> + + * coffcode.h (sec_to_styp_flags): Remove read/write flags from noload + section header. Do not add STYP_NOLOAD since it does not appear to be + a valid PE flag. + 2005-06-09 H.J. Lu <hongjiu.lu@intel.com> PR 1000 |