aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-07-05 17:58:44 +0000
committerJason Molenda <jmolenda@apple.com>1999-07-05 17:58:44 +0000
commit43ff13b4182f3853e19e9100c84313a6e9302b70 (patch)
treea546b011131cdb9e4d6200dd1f2b9432ffa01539 /gdb/target.c
parentAbort if input format is ARM and output format is not (diff)
downloadbinutils-gdb-43ff13b4182f3853e19e9100c84313a6e9302b70.tar.gz
binutils-gdb-43ff13b4182f3853e19e9100c84313a6e9302b70.tar.bz2
binutils-gdb-43ff13b4182f3853e19e9100c84313a6e9302b70.zip
import gdb-1999-07-05 snapshot
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c1
1 files changed, 1 insertions, 0 deletions
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);