aboutsummaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
Diffstat (limited to 'libssp')
-rw-r--r--libssp/ChangeLog7
-rwxr-xr-xlibssp/configure4
2 files changed, 9 insertions, 2 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index f1ccde4..9e3e6a6 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,10 @@
+2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR libstdc++/79193
+ PR libstdc++/88999
+
+ * configure: Regenerated.
+
2020-01-24 Maciej W. Rozycki <macro@wdc.com>
* configure.ac: Handle `--with-toolexeclibdir='.
diff --git a/libssp/configure b/libssp/configure
index 5541cf9..dd3b41d 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -3402,11 +3402,11 @@ done
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-
+#include <stdio.h>
int
main ()
{
-
+printf ("hello world\n");
;
return 0;
}