diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 07:22:50 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 07:22:50 +0000 |
commit | 841c051c44d5423640f593615404820013750402 (patch) | |
tree | a8546ad4e6230281c17353116ec9f042c2ecd2f6 /gdb/tm-np1.h | |
parent | 7730bd5acd72be89de4d1d5a956d46e691c8b745 (diff) | |
download | gdb-841c051c44d5423640f593615404820013750402.zip gdb-841c051c44d5423640f593615404820013750402.tar.gz gdb-841c051c44d5423640f593615404820013750402.tar.bz2 |
* inferior.h: Eliminate CANNOT_EXECUTE_STACK in favor of
defining CALL_DUMMY_LOCATION as BEFORE_TEXT_END. This is
because machines that do this will also have to know to
set NEED_TEXT_START_END. Besides, it was a redundant way to
say the same thing.
* tm-29k.h, tm-convex.h, tm-np1.h: Eliminate
CANNOT_EXECUTE_STACK, define CALL_DUMMY_LOCATION and
NEED_TEXT_START_END.
Diffstat (limited to 'gdb/tm-np1.h')
-rw-r--r-- | gdb/tm-np1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tm-np1.h b/gdb/tm-np1.h index 39ff57d..78aebb0 100644 --- a/gdb/tm-np1.h +++ b/gdb/tm-np1.h @@ -387,7 +387,8 @@ extern struct type *builtin_type_np1_vector; /* Things needed for making the inferior call functions. */ -#define CANNOT_EXECUTE_STACK +#define CALL_DUMMY_LOCATION BEFORE_TEXT_END +#define NEED_TEXT_START_END /* Push an empty stack frame, to record the current PC, etc. */ |