]> gcc.gnu.org Git - gcc.git/commit
(TARGET_FRW): Add note saying this option is deprecated.
authorDoug Evans <dje@gnu.org>
Sat, 7 May 1994 00:31:51 +0000 (00:31 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 7 May 1994 00:31:51 +0000 (00:31 +0000)
commit5c56efde0ffb3d25d744211d20984020f2a75e33
tree41d6fe9d3799792f2e8c2da7eea8a4523130c82a
parentc6aa9ce1220d7ee06053af57cd923d080701d20b
(TARGET_FRW): Add note saying this option is deprecated.

(TARGET_FLAT): Renamed from TARGET_FRW_COMPAT.
(TARGET_SWITCHES): Delete references to -mfrw, -mfrw-compat.  Add -mflat.
(CONDITIONAL_REGISTER_USAGE): If -mflat, fix %i7, rename "%fp"
to "%i7", and make %g7 a global_reg.
(FRAME_POINTER_REQUIRED): Handle -mflat.
(INITIAL_FRAME_POINTER_OFFSET): Likewise.
(ARG_POINTER_REGNUM): Explicitly say it's the frame pointer.
(LEAF_REGISTERS): Make %g7 not a leaf register.
(leaf_reg_backmap): Delete.
(LEAF_REG_BACKMAP): Likewise.
(FUNCTION_PROLOGUE): Handle -mflat.
(FUNCTION_EPILOGUE): Likewise.
(DELAY_SLOTS_FOR_EPILOGUE): Likewise.
(ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.

From-SVN: r7259
gcc/config/sparc/sparc.h
This page took 2.297804 seconds and 5 git commands to generate.