diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-03-02 06:05:01 -0800 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-03-02 06:05:01 -0800 |
commit | 00e474c2e96f9a56f128ee29fbdc36ac32d5e14a (patch) | |
tree | 2492e803467370dd1f597c6a88140e1ff0b2b1c3 /gdb/ChangeLog | |
parent | cc7039d31aefe14a31b5b6d8d3694e32bc22b486 (diff) | |
download | gdb-00e474c2e96f9a56f128ee29fbdc36ac32d5e14a.zip gdb-00e474c2e96f9a56f128ee29fbdc36ac32d5e14a.tar.gz gdb-00e474c2e96f9a56f128ee29fbdc36ac32d5e14a.tar.bz2 |
Revert "Remove true and false ARI checks now that we use stdbool.h."
As we cannot use type bool until conversion to C++ is official,
this patch re-instates the ARI checks for "true/false".
gdb/ChangeLog:
* contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56e7206..922b1d9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-03-02 Joel Brobecker <brobecker@adacore.com> + * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false". + +2015-03-02 Joel Brobecker <brobecker@adacore.com> + * utils.h: Remove <stdbool.h> #include. (producer_is_gcc): Change return type to "int". * utils.c (producer_is_gcc): Change return type to int. |