aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2005-12-13 09:31:41 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2005-12-13 09:31:41 +0100
commit78fdb6d2836ddc04ba4f89062e1e5196e2ee3cfd (patch)
treed03935a03d256c8dfc008b48734e9748d5f36881 /libgfortran
parentf767c88d725b529be8845ff1d69341798e09ee47 (diff)
downloadgcc-78fdb6d2836ddc04ba4f89062e1e5196e2ee3cfd.zip
gcc-78fdb6d2836ddc04ba4f89062e1e5196e2ee3cfd.tar.gz
gcc-78fdb6d2836ddc04ba4f89062e1e5196e2ee3cfd.tar.bz2
re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No such file or directory)
PR libfortran/24991 * acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to... (LIBGFOR_GTHREAD_WEAK): ... this. Define SUPPORTS_WEAK rather than HAVE_PRAGMA_WEAK. Define GTHREAD_USE_WEAK to 0 on hosts that shouldn't use weak in gthr.h. * configure.ac: Use LIBGFOR_GTHREAD_WEAK instead of LIBGFOR_CHECK_PRAGMA_WEAK. * config.h.in: Regenerated. * configure: Regenerated. * io/io.h (SUPPORTS_WEAK): Don't define here. * intrinsics/ftell.c (ftell, FTELL_SUB): Add unlock_unit call. * intrinsics/fget.c (fgetc, fputs): Likewise. * intrinsics/tty.c (ttynam): Likewise. From-SVN: r108471
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 5b89427..2e9914e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -85,6 +85,23 @@
* intrinsics/abort.c: Add external abort_ to allow linking when
invoking -std=f95 in testsuite.
+2005-11-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR libfortran/24991
+ * acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...
+ (LIBGFOR_GTHREAD_WEAK): ... this. Define SUPPORTS_WEAK rather
+ than HAVE_PRAGMA_WEAK. Define GTHREAD_USE_WEAK to 0 on hosts
+ that shouldn't use weak in gthr.h.
+ * configure.ac: Use LIBGFOR_GTHREAD_WEAK instead of
+ LIBGFOR_CHECK_PRAGMA_WEAK.
+ * config.h.in: Regenerated.
+ * configure: Regenerated.
+ * io/io.h (SUPPORTS_WEAK): Don't define here.
+
+ * intrinsics/ftell.c (ftell, FTELL_SUB): Add unlock_unit call.
+ * intrinsics/fget.c (fgetc, fputs): Likewise.
+ * intrinsics/tty.c (ttynam): Likewise.
+
2005-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/25109