diff --git a/ld/ChangeLog b/ld/ChangeLog index 6ec3260765..8638f7a10e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-11-23 Martin Storsjo + + * pe-dll.c (autofilter_liblist): Add libmsvcrt, libmsvcrt-os and + libucrtbase. + 2017-11-23 Jan Beulich PR gas/22441 diff --git a/ld/pe-dll.c b/ld/pe-dll.c index aee7b9dacb..d916766ea0 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -344,6 +344,9 @@ static const autofilter_entry_type autofilter_liblist[] = { STRING_COMMA_LEN ("libsupc++") }, { STRING_COMMA_LEN ("libobjc") }, { STRING_COMMA_LEN ("libgcj") }, + { STRING_COMMA_LEN ("libmsvcrt") }, + { STRING_COMMA_LEN ("libmsvcrt-os") }, + { STRING_COMMA_LEN ("libucrtbase") }, { NULL, 0 } };