diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2016-02-18 22:01:44 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2016-02-18 22:02:04 +0100 |
commit | 24f75eadabc519563ed119932c77874a016a799a (patch) | |
tree | 3eece978f2a8ba441c0dd68e14ada510b7dc6f9c /gdb/testsuite/ChangeLog | |
parent | fbb7bcbeaad3aebab8935cb4ee5706017b3b9e71 (diff) | |
download | gdb-24f75eadabc519563ed119932c77874a016a799a.zip gdb-24f75eadabc519563ed119932c77874a016a799a.tar.gz gdb-24f75eadabc519563ed119932c77874a016a799a.tar.bz2 |
Add D support to gdb_default_target_compile.
gdb/testsuite/ChangeLog:
* lib/future.exp: Add D support.
(gdb_find_gdc): New proc.
(gdb_default_target_compile): Add D support.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 31f8d38..5676cac 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org> + + * lib/future.exp: Add D support. + (gdb_find_gdc): New proc. + (gdb_default_target_compile): Add D support. + 2016-02-18 Wei-cheng Wang <cole945@gmail.com> * gdb.trace/tspeed.c (myclock): Return wallclock instead of |