summaryrefslogtreecommitdiff
path: root/gdbsupport/ChangeLog
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-03-17 15:01:55 +0100
committerKamil Rytarowski <n54@gmx.com>2020-03-18 02:29:21 +0100
commitd3e2a5e85df4c8454135503c1034b95fecd522ab (patch)
tree4af771c22c6814d975977baf06bebf15644ef73a /gdbsupport/ChangeLog
parent5ccd2fb722d1900adf799dd808fa2146cac85d0d (diff)
downloadbinutils-gdb-d3e2a5e85df4c8454135503c1034b95fecd522ab.tar.gz
Include <alloca.h> conditionally
Fixes build on NetBSD, where alloca() is defined in <stdlib.h>. gdbsupport: * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r--gdbsupport/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index c471726af5e..f62e440af7f 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-17 Kamil Rytarowski <n54@gmx.com>
+
+ * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
+
2020-03-12 Tom Tromey <tom@tromey.com>
* common-types.h: Remove GDBSERVER code.