* Remove unused STACK_END_ADDR in the following files (in other

files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
	tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
	tm-hp300hpux.h, tm-isi.h.
This commit is contained in:
Jim Kingdon
1993-07-02 18:48:44 +00:00
parent 56f413cd8f
commit 75fa3e0fd2
10 changed files with 19 additions and 50 deletions

View File

@ -59,10 +59,6 @@ i386_skip_prologue PARAMS ((int));
#define SAVED_PC_AFTER_CALL(frame) \
(read_memory_integer (read_register (SP_REGNUM), 4))
/* Address of end of stack space. */
#define STACK_END_ADDR 0x80000000
/* Stack grows downward. */
#define INNER_THAN <