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: Cosmetic improvements to rs6000.h


Stan,

Stan Shebs wrote:
> 
> I committed these couple of obvious cosmetic changes.
> 
> Stan
> 
> 2001-11-15  Stan Shebs  <shebs@apple.com>
> 
>         * config/rs6000/rs6000.h: Fix a comment typo.
>         (RTX_COSTS): Sort processor versions better.
> 
> RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.h,v
> retrieving revision 1.136
> diff -c -3 -p -r1.136 rs6000.h
> *** rs6000.h    2001/11/15 05:21:07     1.136
> --- rs6000.h    2001/11/15 21:04:13
> *************** do {
>              \
> *** 2069,2075 ****
> 
>   /* Define this macro if the register defined by
>      `PIC_OFFSET_TABLE_REGNUM' is clobbered by calls.  Do not define
> !    this macro if `PPIC_OFFSET_TABLE_REGNUM' is not defined.  */
> 
>   /* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */
> 
> --- 2069,2075 ----
> 
>   /* Define this macro if the register defined by
>      `PIC_OFFSET_TABLE_REGNUM' is clobbered by calls.  Do not define
> !    this macro if `PIC_OFFSET_TABLE_REGNUM' is not defined. */
> 

Minor nit there is supposed to be two spaces after the full stop at the
end of a sentence.

Grahan


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