aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/z8k
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/z8k
parent869cbaae873b38772da3e0c4b9ee2d246e12de10 (diff)
downloadfsf-binutils-gdb-114221b5a49275ce45609a03218c2c666fcd0b03.zip
fsf-binutils-gdb-114221b5a49275ce45609a03218c2c666fcd0b03.tar.gz
fsf-binutils-gdb-114221b5a49275ce45609a03218c2c666fcd0b03.tar.bz2
* 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/z8k')
-rw-r--r--gdb/config/z8k/tm-z8k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/z8k/tm-z8k.h b/gdb/config/z8k/tm-z8k.h
index 1599ea4..5412c04 100644
--- a/gdb/config/z8k/tm-z8k.h
+++ b/gdb/config/z8k/tm-z8k.h
@@ -291,7 +291,6 @@ extern void z8k_pop_frame PARAMS ((void));
#define SP_ARG0 (1 * 4)
#define ADDR_BITS_REMOVE(x) addr_bits_remove(x)
-#define ADDR_BITS_SET(x) addr_bits_set(x)
int z8001_mode;
#define BIG (z8001_mode)