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: [Patch] Fix MIPS build failure caused by -Werror=undef


On Tue, 17 Feb 2015, Steve Ellcey wrote:

> You are right.  Apparently, this header is not actually used in the
> glibc build since it didn't cause a build failure but we should fix it

There are both sysdeps/mips/bits/endian.h (not used by any current 
configuration) and sysdeps/unix/sysv/linux/mips/bits/endian.h - clearly 
not both needed since one bits/endian.h file could be generic.  They 
should be unified.  (I'd say prefer sysdeps/mips/bits/endian.h as 
symmetric between the endiannesses, but with the comment corrected as 
"This file is for a machine using big-endian mode." is simply wrong.)

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