aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-02-05 11:41:51 +0000
committerNick Clifton <nickc@redhat.com>2004-02-05 11:41:51 +0000
commitff71f4f7d04b434bbe5f0f0c2cc875e862ffca12 (patch)
tree9c29c0a0a258ae1d227944e5711dbddf14738507 /ld/emultempl/pe.em
parent4d806929015fd76d2d90feb0d722c262fdcbe70d (diff)
downloadgdb-ff71f4f7d04b434bbe5f0f0c2cc875e862ffca12.zip
gdb-ff71f4f7d04b434bbe5f0f0c2cc875e862ffca12.tar.gz
gdb-ff71f4f7d04b434bbe5f0f0c2cc875e862ffca12.tar.bz2
Fix typo in previous delta
Diffstat (limited to 'ld/emultempl/pe.em')
-rw-r--r--ld/emultempl/pe.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em
index 8a7b20d..7d6c2e8 100644
--- a/ld/emultempl/pe.em
+++ b/ld/emultempl/pe.em
@@ -1140,7 +1140,7 @@ gld_${EMULATION_NAME}_after_open (void)
comparisons. */
pnt = strrchr (is3->the_bfd->filename, '.');
if (pnt != NULL && strcmp (pnt, ".dll") == 0)
- continue;
+ break;
}
if (is3 == NULL)