]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 5 Feb 2004 11:41:51 +0000 (11:41 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Feb 2004 11:41:51 +0000 (11:41 +0000)
ld/ChangeLog
ld/emultempl/pe.em

index df0c6bb774abd8bc73e8f05d6ddd3e8eef544fa7..8b132ac30598333e13f3b790490dccf027c394b5 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-05  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/pe.em (_after_open): Fix typo in previous delta.
+
 2004-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
index 8a7b20da92fff1f80dcc00a964a25066ea52d9a2..7d6c2e8a6d1f7939fb5e62a3fd1ef5f7f3fa5564 100644 (file)
@@ -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)