From 602d6c6fd45b796f28e72dc179ed6651b0bcbe77 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 17 Jul 2003 15:47:49 +0000 Subject: [PATCH] Add libcygwin to the lib autofiler list --- ld/ChangeLog | 4 ++++ ld/pe-dll.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index d38422e..34c8f30 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-07-17 Charles Wilson + + * ld/pe-dll.c: Add libcygwin to autofilter_liblist[] + 2003-07-17 Nick Clifton * po/es.po: New Spanish translation. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index d693e30..92cd64b 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -231,6 +231,7 @@ static autofilter_entry_type autofilter_symbollist[] = /* Do not specify library suffix explicitly, to allow for dllized versions. */ static autofilter_entry_type autofilter_liblist[] = { + { "libcygwin", 9 }, { "libgcc", 6 }, { "libstdc++", 9 }, { "libmingw32", 10 }, -- 2.7.4