diff options
Diffstat (limited to 'ld/emultempl/pep.em')
-rw-r--r-- | ld/emultempl/pep.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em index ff49c15..5f539cb 100644 --- a/ld/emultempl/pep.em +++ b/ld/emultempl/pep.em @@ -1501,7 +1501,7 @@ gld_${EMULATION_NAME}_after_open (void) { if (strcmp (sec->name, ".idata\$2") == 0) idata2 = 1; - if (CONST_STRNEQ (sec->name, ".idata\$")) + if (startswith (sec->name, ".idata\$")) is_imp = 1; reloc_count += sec->reloc_count; } |