diff options
Diffstat (limited to 'bfd/elf32-target.h')
-rw-r--r-- | bfd/elf32-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-target.h b/bfd/elf32-target.h index 7e4b8dc..47b5249 100644 --- a/bfd/elf32-target.h +++ b/bfd/elf32-target.h @@ -202,7 +202,7 @@ bfd_target TARGET_LITTLE_SYM = /* section_flags: mask of all section flags */ (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY | - SEC_DATA), + SEC_CODE | SEC_DATA), /* leading_symbol_char: is the first char of a user symbol predictable, and if so what is it */ |