summaryrefslogtreecommitdiffstats
path: root/gdb/config/h8500
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-23 17:16:35 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-23 17:16:35 +0000
commit114221b5a49275ce45609a03218c2c666fcd0b03 (patch)
treeb00abf02c0c796a8a82462f2e6d9bd3f8aeb9976 /gdb/config/h8500
parent869cbaae873b38772da3e0c4b9ee2d246e12de10 (diff)
downloadppe42-binutils-114221b5a49275ce45609a03218c2c666fcd0b03.tar.gz
ppe42-binutils-114221b5a49275ce45609a03218c2c666fcd0b03.zip
* infcmd.c (step_1), infrun.c (wait_for_inferior): Add comments
about SHIFT_INST_REGS. * exec.c (exec_file_command): Set text_end based on all code readonly sections, not just ".text". * defs.h, infcmd.c, config/z8k/tm-z8k.h, config/m88k/tm-m88k.h, config/sh/tm-sh.h, config/h8300/tm-h8300.h, config/h8500/tm-h8500.h, z8k-tdep.c: Remove all references to ADDR_BITS_SET. * config/m88k/tm-m88k.h: Define TARGET_WRITE_PC. * config/m88k/tm-m88k.h: Add definitions for calling functions.
Diffstat (limited to 'gdb/config/h8500')
-rw-r--r--gdb/config/h8500/tm-h8500.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h
index 75e377a1b1..c908bf8c37 100644
--- a/gdb/config/h8500/tm-h8500.h
+++ b/gdb/config/h8500/tm-h8500.h
@@ -277,7 +277,6 @@ CORE_ADDR h8500_frame_chain (/* FRAME thisframe */);
typedef unsigned short INSN_WORD;
#define ADDR_BITS_REMOVE(addr) ((addr) & 0xffffff)
-#define ADDR_BITS_SET(addr) (((addr)))
#define read_memory_short(x) (read_memory_integer(x,2) & 0xffff)
#define DONT_USE_REMOTE
OpenPOWER on IntegriCloud