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][SH] fix atomic function names


SUGIOKA Toshinobu <sugioka@itonet.co.jp> wrote:
> It seems that some atomic functions defined in 'gcc/config/sh/linux-atomic.asm'
> have incorrect names. Patch follows.

This patch is OK.  Thanks!

Trunk fails to build for SH ATM.  I'll apply your patch
after fixing the build failure with a slightly modified
ChangeLog entry

2009-08-03  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>

	* config/sh/linux-atomic.asm (ATOMIC_COMPARE_AND_SWAP): Rename
	__sync_compare_and_swap_* to __sync_val_compare_and_swap_*.

because the original one has a few white space issues.

Regards,
	kaz


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