aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-15 00:16:34 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-15 00:16:34 +0000
commitb2698c21f2cdbe579bd0271cca8dc7fba7a3dc25 (patch)
tree16a377bca84070965c6a2acf63e66daaa77ff96c /libgcc/ChangeLog
parent28774a6015261a100c426d206154a98c0ca215ce (diff)
downloadgcc-b2698c21f2cdbe579bd0271cca8dc7fba7a3dc25.zip
gcc-b2698c21f2cdbe579bd0271cca8dc7fba7a3dc25.tar.gz
gcc-b2698c21f2cdbe579bd0271cca8dc7fba7a3dc25.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 83332b7..d96a68e 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,28 @@
+2020-10-14 Alexandre Oliva <oliva@adacore.com>
+
+ * config/gthr-vxworks-thread.c: Include stdlib.h.
+ (tls_delete_hook): Prototype it.
+ (__gthread_cond_signal): Return early if no waiters. Consume
+ signal in case the semaphore got full. Use semInfoGet instead
+ of kernel-mode-only semInfo.
+ (__gthread_cond_timedwait): Use semExchange. Always take the
+ mutex again before returning.
+ * config/gthr-vxworks-cond.c (__ghtread_cond_wait): Likewise.
+
+2020-10-14 Olivier Hainque <hainque@adacore.com>
+
+ * config/t-vxworks (LIBGCC2_INCLUDES): Append
+ $(MULTISUBDIR) to the -I path for fixed headers, as we
+ arrange to have different sets of such headers for different
+ multilibs when they are activated.
+ * config/t-vxworks7: Likewise.
+
+2020-10-14 Olivier Hainque <hainque@adacore.com>
+
+ * config/t-vxworks: Add include-fixed to include search
+ paths for libgcc on VxWorks.
+ * config/t-vxworks7: Likewise.
+
2020-10-09 H.J. Lu <hjl.tools@gmail.com>
PR target/97148