diff options
author | Doug Evans <dje@google.com> | 2014-05-16 12:34:05 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-05-16 12:34:05 -0700 |
commit | 0dbe70ceba9641d585de92136e20cc6f5e252647 (patch) | |
tree | 6a88cbf35c83ada6943507f288e348780ca9cdb9 /gdb/testsuite | |
parent | 8d551b0239b795065ecd2cb2bd3cae2e9ee2a7df (diff) | |
download | gdb-0dbe70ceba9641d585de92136e20cc6f5e252647.zip gdb-0dbe70ceba9641d585de92136e20cc6f5e252647.tar.gz gdb-0dbe70ceba9641d585de92136e20cc6f5e252647.tar.bz2 |
* gdb.base/Makefile.in (EXECUTABLES): Add completion.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 81e0eba..275aa99 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2014-05-16 Doug Evans <dje@google.com> + * gdb.base/Makefile.in (EXECUTABLES): Add completion. + +2014-05-16 Doug Evans <dje@google.com> + * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir): Update. (do_syscall_tests_without_xml): Update. diff --git a/gdb/testsuite/gdb.base/Makefile.in b/gdb/testsuite/gdb.base/Makefile.in index 828ec26..dda3169 100644 --- a/gdb/testsuite/gdb.base/Makefile.in +++ b/gdb/testsuite/gdb.base/Makefile.in @@ -8,7 +8,7 @@ EXECUTABLES = a2-run advance all-types annota1 annota1-watch_thread_num \ breakpoint-shadow break-on-linker-gcd-function \ call-ar-st call-rt-st call-sc-t* call-signals \ call-strs callexit callfuncs callfwmall charset checkpoint \ - chng-syms code_elim1 code_elim2 commands compiler complex \ + chng-syms code_elim1 code_elim2 commands compiler completion complex \ condbreak consecutive constvars coremaker cursal cvexpr \ dbx-test del disasm-end-cu display dprintf-pending dump dup-sect \ dup-sect.debug \ |