diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-08 00:37:19 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-08 00:37:19 +0000 |
commit | f1e7bafcec44c1c8d9a062127d11ba8906539b4d (patch) | |
tree | bbd60dec6627f3ca9a737cd31623e8edce430d8a /gdb/config | |
parent | 28655f000cc9e7f4d62686fe119e7cc27ef9b728 (diff) | |
download | binutils-gdb-f1e7bafcec44c1c8d9a062127d11ba8906539b4d.tar.gz |
* config/h8300/tm-h8300.h: Don't define sr_get_debug.
* remote-sim.c: Include remote-utils.h.
* target.h: Add comment about target_has_execution.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index 617d2b46b8e..16d5415ebe6 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -288,5 +288,3 @@ typedef unsigned short INSN_WORD; #define DONT_USE_REMOTE #define PRINT_REGISTER_HOOK(regno) print_register_hook(regno) - -#define sr_get_debug() 0 |