This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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 roland/arm-atomic] ARM: split generic and Linux-specific bits/atomic.h


On Tue, 14 Aug 2012, Roland McGrath wrote:

> The branch has two commits.  The second is this trivial renaming,
> because there is nothing in the file that is at all specific to
> anything about the nptl add-on:
> 
> ports/ChangeLog.arm
> 	* sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h: Renamed to ...
> 	* sysdeps/unix/sysv/linux/arm/bits/atomic.h: ... this.
> 
> diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h b/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
> similarity index 100%
> rename from ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h
> rename to ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
> 
> 
> The first commit is as follows, separating the pure ARM-specific bits from
> the Linux-specific bits that are only needed if you don't have GCC support
> for __sync_* builtins.
> 
> I did only the basic compile test on arm-linux-gnueabi.
> 
> Ok?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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