diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3135,7 +3135,7 @@ s_struct (int ignore ATTRIBUTE_UNUSED) #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) /* The ELF backend needs to know that we are changing sections, so that .previous works correctly. */ - if (OUTPUT_FLAVOR == bfd_target_elf_flavour) + if (IS_ELF) obj_elf_section_change_hook (); #endif subseg_set (absolute_section, 0); |