diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-17 15:47:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-17 15:47:49 +0000 |
commit | 602d6c6fd45b796f28e72dc179ed6651b0bcbe77 (patch) | |
tree | b8a8ace35c69dadcb71ec634131dd51ecfa0a035 /ld/pe-dll.c | |
parent | 93e49a47a2ced92ea83f21300fd50a21e0aa6ac9 (diff) | |
download | gdb-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.zip gdb-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.tar.gz gdb-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.tar.bz2 |
Add libcygwin to the lib autofiler list
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |