diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-10-21 15:23:51 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-10-21 15:23:51 -0700 |
commit | d4fae0f5b9fb03654f0d5d6d7fe2d83350a2a8ff (patch) | |
tree | aa7cf476aed4509b9b9abf244bdd1aaa0761a4b0 /gcc | |
parent | 2335740444a591de70ced63044f5f401c7a30541 (diff) | |
download | gcc-d4fae0f5b9fb03654f0d5d6d7fe2d83350a2a8ff.zip gcc-d4fae0f5b9fb03654f0d5d6d7fe2d83350a2a8ff.tar.gz gcc-d4fae0f5b9fb03654f0d5d6d7fe2d83350a2a8ff.tar.bz2 |
(INITIAL_FRAME_POINTER_OFFSET): Delete.
From-SVN: r12989
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 8d2a614..bee3b6c 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1851,14 +1851,6 @@ struct mips_frame_info extern struct mips_frame_info current_frame_info; -/* Store in the variable DEPTH the initial difference between the - frame pointer reg contents and the stack pointer reg contents, - as of the start of the function body. This depends on the layout - of the fixed parts of the stack frame and on how registers are saved. */ - -/* #define INITIAL_FRAME_POINTER_OFFSET(VAR) \ - ((VAR) = compute_frame_size (get_frame_size ())) */ - /* If defined, this macro specifies a table of register pairs used to eliminate unneeded registers that point into the stack frame. If it is not defined, the only elimination attempted by the compiler |