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] mc68060 code generation in libgcc


On Tue, Dec 30, 2003 at 02:15:11AM +0100, Bernardo Innocenti wrote:
> Richard Zidlicky wrote:
> 
> >>So I think testing for the ANSI versions of the
> >>symbols only would suffice.
> >
> >I would thinks so, but didnt want to break some target
> >I dont even know about
> 
> That could happen in pre-3.4 GCC's, but now all supported
> m68k targets share the same set of cpp predefines in
> config/m68k/m68k.h, so there can't possibly be any difference.

.. and there is already another place in longlong.h
where only the "__" variant is tested for m68k..


> Not needed for me.  If your patch gets approved along
> with my suggestion to remove the unprefixed defines from
> longlong.h, I'll commit both changes at the same time.
> 
> This change appears to be safe enough not to require
> extensive testing.  I'll rebuild GCC before committing
> just to make sure.

thanks

Btw any opinion about
 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02173.html


Richard


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