fix ChangeLog entry

This commit is contained in:
Ian Lance Taylor 1997-10-20 14:56:55 +00:00
parent e232f1aaf3
commit 263378e763
1 changed files with 3 additions and 4 deletions

View File

@ -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)