diff options
Diffstat (limited to 'bfd/elf32-lm32.c')
-rw-r--r-- | bfd/elf32-lm32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-lm32.c b/bfd/elf32-lm32.c index 23f6e5e..0805e3c 100644 --- a/bfd/elf32-lm32.c +++ b/bfd/elf32-lm32.c @@ -2141,7 +2141,7 @@ lm32_elf_size_dynamic_sections (bfd *output_bfd, if (htab->root.dynamic_sections_created) { /* Set the contents of the .interp section to the interpreter. */ - if (bfd_link_executable (info)) + if (bfd_link_executable (info) && !info->nointerp) { s = bfd_get_linker_section (dynobj, ".interp"); BFD_ASSERT (s != NULL); |