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: [fixed-point] Support constant folding


Filenames are changed as follows.  Thanks!

Regards,
Chao-ying

2006-11-29  Chao-ying Fu  <fu@mips.com>

        * tree-pretty-print.c (fixed-value.h): Change the included file from
        fixed_value.h to fixed-value.h.
        * tree.c (fixed-value.h): Likewise.
        * emit-rtl.c (fixed-value.h): Likewise.
        * rtl.h (fixed-value.h): Likewise.
        * Makefile.in: Change filenames from fixed_value.* to fixed-value.*.
        * fixed_value.h: Delete file.
        * fixed_value.c: Delete file.
        * fixed-value.h: New file.
        * fixed-value.c: New file.

----- Original Message ----- 
From: "Chao-ying Fu" <fu@mips.com>
To: "Eric Botcazou" <ebotcazou@libertysurf.fr>
Cc: <gcc-patches@gcc.gnu.org>; "Thekkath, Radhika" <radhika@mips.com>;
"Stephens, Nigel" <nigel@mips.com>
Sent: Wednesday, November 29, 2006 3:42 PM
Subject: Re: [fixed-point] Support constant folding


> Yes, I noticed this issue sometime ago.  I will
> change files to fixed-value.h and fixed-value.c .
> Thanks a lot!
>
> Regards,
> Chao-ying
>
> ----- Original Message ----- 
> From: "Eric Botcazou" <ebotcazou@libertysurf.fr>
> To: "Fu, Chao-Ying" <fu@mips.com>
> Cc: <gcc-patches@gcc.gnu.org>; "Thekkath, Radhika" <radhika@mips.com>;
> "Stephens, Nigel" <nigel@mips.com>
> Sent: Wednesday, November 29, 2006 3:40 PM
> Subject: Re: [fixed-point] Support constant folding
>
>
> > > * fixed_value.h (fconst0): Declare.
> > > (fixed_arithmetic, fixed_compare, fixed_arithmetic2): Declare.
> > > (FIXED_VALUE_NEGATE): Define.
> > > * fixed_value.c (do_fixed_add, do_fixed_multiply, do_fixed_divide,
> > > do_fixed_shift): Declare.
> > > (fixed_from_string): Sign or zero extend the value.
> > > (do_fixed_add, do_fixed_multiply, do_fixed_divide, do_fixed_shift,
> > > fixed_arithmetic, fixed_arithmetic2, fixed_compare): New functions.
> >
> > I don't think we want underscores in filenames, see the existing files.
> >
> > -- 
> > Eric Botcazou
> >
>
>

Attachment: gcc.diff
Description: Binary data


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