diff options
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c index 38683fc..13e259e 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, \ |