From: Nick Clifton Date: Thu, 5 Feb 2004 11:41:51 +0000 (+0000) Subject: Fix typo in previous delta X-Git-Tag: gprof-pre-ansify-2004-05-26~1380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff71f4f7d04b434bbe5f0f0c2cc875e862ffca12;p=external%2Fbinutils.git Fix typo in previous delta --- diff --git a/ld/ChangeLog b/ld/ChangeLog index df0c6bb..8b132ac 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-02-05 Nick Clifton + + * emultempl/pe.em (_after_open): Fix typo in previous delta. + 2004-02-04 Danny Smith * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch. 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)