This is the mail archive of the gcc-help@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: __sync_lock_test_and_set on ARM


David Daney writes:
 > 
 > My personal preference would be to use the GCC builtins when
 > possible.  If they are not generating proper code for your target,
 > file a bug report so they can be fixed.

Mine too, but pre-ARM v6 the builtins can't be done in userland, so
what should gcc generate?  Syscalls?

Andrew.


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