This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Make __ASSUME_UTIMES hppa-specific


On Wed 25 Jun 2014 13:19:48 Joseph S. Myers wrote:
> This patch makes __ASSUME_UTIMES hppa-specific, removing mentions of
> the macro from architecture-independent code and code for other
> architectures.  (All other architectures either have the utimes
> syscall in all relevant kernel versions, or use the asm-generic
> interface so only have utimensat and won't get the utimes syscall.)  A
> similar approach is used to that used for futimesat for MicroBlaze: if
> the kernel is recent enough that the utimes syscall can be assumed to
> be present, use the implementation in terms of the utimes syscall, and
> otherwise use the linux/generic implementation in terms of utimensat.
> 
> Tested x86_64 that the disassembly of installed shared libraries is
> unchanged by the patch.  Not tested for hppa.

looks sane to me, but i'm guessing you're looking for Carlos to sign off
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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