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] Fix PR11784 - atomic __exchange_and_add() broken for ColdFire targets


On Monday 04 August 2003 05:43, Phil Edwards wrote:

> On Mon, Aug 04, 2003 at 03:22:13AM +0200, Bernardo Innocenti wrote:
> > 2003-08-03  Bernardo Innocenti  <bernie@develer.com>
> >
> > 	PR 11784
> > 	* libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add): Replace
> > variants with new BSET-based version.
>
> The entry needs to be formatted like this:
>
>     PR libstdc++/11784
>     * config/cpu/m68k/atomicity.h .......

Sorry, I knew... One question: are there any prefixes other than
c++/ and libstdc++/? Where is the complete list of prefixes?


> > -#endif /* atomicity.h */
> > +#endif /* !_BITS_ATOMICITY_H */
>
> If you're going to use comments in the final endif, please make it use
> the same name at the top of the header.  In this case,
> _GLIBCXX_ATOMICITY_H.

Sorry, it used to be _BITS_ATOMICITY_H back in gcc 3.3.1.

Shall I send another patch or will the committer take care of this?

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html



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