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:
1da00eb
)
2000-11-09 Philip Blundell <pb@futuretv.com>
author
Phil Blundell
<philb@gnu.org>
Mon, 13 Nov 2000 10:01:13 +0000
(10:01 +0000)
committer
Phil Blundell
<philb@gnu.org>
Mon, 13 Nov 2000 10:01:13 +0000
(10:01 +0000)
* section.c (STD_SECTION): Set gc_mark flag.
bfd/ChangeLog
patch
|
blob
|
history
bfd/section.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 30754504bafba39225c4c12665fc26fa6f5e8f73..d6596a00a2f7bf3f47ab46a4f55b4f773e7bf932 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2000-11-09 Philip Blundell <pb@futuretv.com>
+
+ * section.c (STD_SECTION): Set gc_mark flag.
+
2000-11-11 Kazu Hirata <kazu@hxi.com>
* coff-i960.c: Likewise.
diff --git
a/bfd/section.c
b/bfd/section.c
index 38683fccc3912232eac97d33feea3e6da67d9985..13e259e9b3973975bbe0df1fde3ca79d8614552c 100644
(file)
--- a/
bfd/section.c
+++ b/
bfd/section.c
@@
-567,7
+567,7
@@
static const asymbol global_syms[] =
{ NAME, IDX, 0, NULL, FLAGS, 0, 0, \
\
/* linker_mark, gc_mark, segment_mark, vma, lma, _cooked_size, */ \
- 0,
0
, 0, 0, 0, 0, \
+ 0,
1
, 0, 0, 0, 0, \
\
/* _raw_size, output_offset, output_section, alignment_power, */ \
0, 0, (struct sec *) &SEC, 0, \