From 43ff13b4182f3853e19e9100c84313a6e9302b70 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 5 Jul 1999 17:58:44 +0000 Subject: import gdb-1999-07-05 snapshot --- gdb/target.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/target.c') diff --git a/gdb/target.c b/gdb/target.c index d8899439660..a9217d887b2 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -535,6 +535,7 @@ update_current_target () INHERIT (to_has_registers, t); INHERIT (to_has_execution, t); INHERIT (to_has_thread_control, t); + INHERIT (to_has_async_exec, t); INHERIT (to_sections, t); INHERIT (to_sections_end, t); INHERIT (to_magic, t); -- cgit v1.2.3-65-gdbad