diff options
Diffstat (limited to 'bfd/peicode.h')
-rw-r--r-- | bfd/peicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/peicode.h b/bfd/peicode.h index cc5a54e..06642c3 100644 --- a/bfd/peicode.h +++ b/bfd/peicode.h @@ -1090,7 +1090,7 @@ pe_ILF_build_a_bfd (bfd * abfd, if (bfd_coff_mkobject_hook (abfd, (void *) & internal_f, NULL) == NULL) goto error_return; - coff_data (abfd)->pe = 1; + obj_pe (abfd) = true; #ifdef THUMBPEMAGIC if (vars.magic == THUMBPEMAGIC) /* Stop some linker warnings about thumb code not supporting interworking. */ |