This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFC] ARM -- Implement ATPCS stack alignment rules


On Fri, Sep 06, 2002 at 03:40:10PM -0700, Jason R Thorpe wrote:

 > Anyway, to test, I'm going to enable TARGET_ATPCS in the arm-elf config
 > and run the testsuite with the arm-elf sim.

Well, I ran this test, and there were no regressions.  So, I guess I am
asking for approval for the patch, now.

 > 	* config/arm/arm-protos.h (arm_get_frame_size): New prototype.
 > 	* config/arm/arm.c (arm_get_frame_size): New function.
 > 	(use_return_insn, arm_output_epilogue, arm_output_function_epilogue)
 > 	(arm_compute_initial_elimination_offset, arm_expand_prologue)
 > 	(thumb_expand_prologue, thumb_expand_epilogue): Use arm_get_frame_size.
 > 	* config/arm/arm.h (PREFERRED_STACK_BOUNDARY): Define.
 > 	(THUMB_INITIAL_ELIMINATION_OFFSET): Use arm_get_frame_size.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]