diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 7 | ||||
-rwxr-xr-x | libgcc/configure | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 917d0e7..7b46ccb 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2020-02-12 Sandra Loosemore <sandra@codesourcery.com> + + PR libstdc++/79193 + PR libstdc++/88999 + + * configure: Regenerated. + 2020-02-10 Jeff Law <law@redhat.com> * config/frv/frvbegin.c: Use right flags for .ctors and .dtors diff --git a/libgcc/configure b/libgcc/configure index ab8d471..093036a 100755 --- a/libgcc/configure +++ b/libgcc/configure @@ -3553,11 +3553,11 @@ done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +#include <stdio.h> int main () { - +printf ("hello world\n"); ; return 0; } |