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]

Re: PREFERRED_STACK_BOUNDARY



  In message <Pine.GSO.4.02A.9811092128480.13340-100000@jennifer.informatik.rwt
h-aachen.de>you write:
  > 	* expr.c (STACK_BYTES): Delete unused macro.
  > 	* calls.c: Provide default for PREFERRED_STACK_BOUNDARY.
  > 	(STACK_BYTES): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
  > 	(expand_call): Likewise.
  > 	(emit_library_call): Likewise.
  > 	(emit_library_call_value): Likewise.
  > 	* function.c: Provide default for PREFERRED_STACK_BOUNDARY.
  > 	(STACK_BYTES): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
  > 	* explow.c: Provide default for PREFERRED_STACK_BOUNDARY.
  > 	(round_push): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
  > 	(allocate_dynamic_stack_space): Likewise.
  > 	* tm.texi (PREFERRED_STACK_BOUNDARY): Document new macro.
  > 	(STACK_BOUNDARY): Update description to reflect the new situation.
Thanks!  Installed.

jeff


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