diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-20 14:56:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-20 14:56:55 +0000 |
commit | 263378e763b0f2f437c39397535320eda25b7497 (patch) | |
tree | 743b973bcebb2105e84f4de3cc45d9e0fbf790bf /bfd | |
parent | e232f1aaf3395ed56c6d1cc99e302879533d7166 (diff) | |
download | gdb-263378e763b0f2f437c39397535320eda25b7497.zip gdb-263378e763b0f2f437c39397535320eda25b7497.tar.gz gdb-263378e763b0f2f437c39397535320eda25b7497.tar.bz2 |
fix ChangeLog entry
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fb00ac4..d61730d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,7 @@ -Mon Oct 20 10:55:01 1997 Ian Lance Taylor <ian@cygnus.com> +Sun Oct 19 23:36:21 1997 Jim Wilson <wilson@cygnus.com> - * peicode.h (coff_swap_scnhdr_out): Don't clobber other flag - settings when setting IMAGE_SCN_MEM_READ. From Jim Wilson - <wilson@cygnus.com>. + * peicode.h (coff_swap_scnhdr_out): Use |= not = to set + IMAGE_SCN_MEM_READ for an unrecognized section. Sun Oct 19 21:04:56 1997 Jeffrey A Law (law@cygnus.com) |