summaryrefslogtreecommitdiffstats
path: root/bfd/section.c
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-11-13 10:01:13 +0000
committerPhil Blundell <philb@gnu.org>2000-11-13 10:01:13 +0000
commit90460d9725184ed8d93f6670df0c14ed761d8af9 (patch)
treee9fc64b620b38dbf58927bddbde9c75900a4ff2a /bfd/section.c
parent1da00eb45da1abe86cd36b4f3963fac329afa729 (diff)
downloadppe42-binutils-90460d9725184ed8d93f6670df0c14ed761d8af9.tar.gz
ppe42-binutils-90460d9725184ed8d93f6670df0c14ed761d8af9.zip
2000-11-09 Philip Blundell <pb@futuretv.com>
* section.c (STD_SECTION): Set gc_mark flag.
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 38683fccc3..13e259e9b3 100644
--- 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, \
OpenPOWER on IntegriCloud