projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3373287
)
Remove incorrect comment about SEC_HAS_CONTENTS not getting set.
author
Fred Fish
<fnf@specifix.com>
Mon, 25 Oct 1993 14:38:38 +0000
(14:38 +0000)
committer
Fred Fish
<fnf@specifix.com>
Mon, 25 Oct 1993 14:38:38 +0000
(14:38 +0000)
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 480e6f97d2349c949fdce000155ba817d58b4440..2bdb6d04c281b7fa31211130b549c8a5dc1e357c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-11,8
+11,7
@@
Sun Oct 24 09:31:05 1993 Fred Fish (fnf@lisa.cygnus.com)
initialized and uninitialized data sections have the SEC_ALLOC
flag bit set, but only initialized sections have SEC_LOAD set.
SEC_DATA is ignored since it only gets set for initialized
- data. Likewise, SEC_HAS_CONTENTS is ignored now because it
- never gets set.
+ data.
Sat Oct 23 14:48:18 1993 Doug Evans (dje@canuck.cygnus.com)