Fw: PATCH: Redefining OUTGOING_REG_PARM_STACK_SPACE (sorry to fast sent :))

Kai Tietz Kai.Tietz@onevision.com
Thu Mar 1 14:07:00 GMT 2007


Hi,

This is my patch to change the use of the macro 
OUTGOING_REG_PARM_STACK_SPACE. It is changed to have an value and the use 
of it is moved to an if-clause as recommented by coding style. This patch 
is necessary for the x86_64-pc-mingw32 port, which needs a conditional 
treating of the OUTGOING_REG_PARM_STACK_SPACE macro.
Additionally, this patch remove some of the trailing whitespaces as 
recommented by GNAT.

Regards,
 i.A. Kai Tietz

ChangLog:
2007-03-01  Kai Tietz   <kai.tietz@onevision.com>

        * gcc/expr.c: (OUTGOING_REG_PARM_STACK_SPACE) Replace define MACRO 
in if(MACRO)
        * gcc/function.c: Likewise
        * gcc/calls.c: Likewise
        * gcc/config/iq2000/iq2000.h: Likewise
        * gcc/config/mips/mips.h: Likewise
        * gcc/config/mt/mt.h: Likewise
        * gcc/config/mn10300/mn10300.h: Likewise
        * gcc/config/pa/pa.h: Likewise
        * gcc/config/rs6000/rs6000.h: Likewise
        * gcc/config/score/score.h: Likewise
        * gcc/config/spu/spu.h: Likewise
        * gcc/config/v850/v850.h: Likewise

Patches:


----------------------------------------
  Kai Tietz - Software engineering
  OneVision Software Entwicklungs GmbH & Co KG
  Dr.-Leo-Ritter-Str. 9, 93049 Regensburg, Germany
  Phone: +49-941-78004-0
  FAX:   +49-941-78004-489
  WWW:   http://www.OneVision.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_function.c.diff
Type: application/octet-stream
Size: 1029 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_iq2000_iq2000.h.diff
Type: application/octet-stream
Size: 1466 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_mips_mips.h.diff
Type: application/octet-stream
Size: 537 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_mn10300_mn10300.h.diff
Type: application/octet-stream
Size: 2780 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_mt_mt.h.diff
Type: application/octet-stream
Size: 1326 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_pa_pa.h.diff
Type: application/octet-stream
Size: 5214 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0005.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_rs6000_rs6000.h.diff
Type: application/octet-stream
Size: 509 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0006.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_score_score.h.diff
Type: application/octet-stream
Size: 547 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0007.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_spu_spu.h.diff
Type: application/octet-stream
Size: 2357 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0008.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_config_v850_v850.h.diff
Type: application/octet-stream
Size: 5485 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0009.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_expr.c.diff
Type: application/octet-stream
Size: 1218 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0010.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc_calls.c.diff
Type: application/octet-stream
Size: 4554 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070301/05b1e559/attachment-0011.obj>


More information about the Gcc-patches mailing list