aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-ppc.c')
-rw-r--r--bfd/coff-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-ppc.c b/bfd/coff-ppc.c
index a991fe6..99c3d28 100644
--- a/bfd/coff-ppc.c
+++ b/bfd/coff-ppc.c
@@ -2762,7 +2762,7 @@ ppc_bfd_coff_final_link (abfd, info)
link. This will normally be every section. We need
to do this so that we can identify any sections which
the linker has decided to not include. */
- sec->flags |= SEC_LINKER_MARK;
+ sec->linker_mark = true;
if (info->strip == strip_none
|| info->strip == strip_some)