aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog7
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)