aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-10-25 11:47:18 +0100
committerPedro Alves <palves@redhat.com>2016-10-25 11:47:18 +0100
commit28fe4f87e0b815f4c0d9b80e0a9f3e6a53c649b3 (patch)
tree02d756a8fec1541dde258372eecc32a2c95622ac /gdb/ChangeLog
parent3ef9d661f45abfaca5d0c0bb2ea9ab60470f1bb7 (diff)
downloadgdb-28fe4f87e0b815f4c0d9b80e0a9f3e6a53c649b3.zip
gdb-28fe4f87e0b815f4c0d9b80e0a9f3e6a53c649b3.tar.gz
gdb-28fe4f87e0b815f4c0d9b80e0a9f3e6a53c649b3.tar.bz2
Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.
Revert commit f6abaf7a4088 (gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS), with the tweak suggested in that commit's log: the macros are now defined before any system header is included. This should fix AIX: https://sourceware.org/ml/gdb-patches/2016-10/msg00682.html gdb/ChangeLog: 2016-10-25 Pedro Alves <palves@redhat.com> * common/common-defs.h (__STDC_CONSTANT_MACROS) (__STDC_LIMIT_MACROS): Define.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5541086..40fab9b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-25 Pedro Alves <palves@redhat.com>
+
+ * common/common-defs.h (__STDC_CONSTANT_MACROS)
+ (__STDC_LIMIT_MACROS): Define.
+
2016-10-25 Yao Qi <yao.qi@linaro.org>
PR gdb/20716