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


One of the m68k maintainers should probably approve this patch, but there
are something I'll point out:


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 .......


> -#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.


-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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