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] Another MIPS fix for -Werror=undef


On Tue, 17 Feb 2015, Steve Ellcey  wrote:

> I ran into another MIPS build problem related to -Werror=undef.  This one
> only affects R6 builds (__mips_isa_rev > 5).  In that case memcpy and memset
> will check if 'PREFETCH_STORE_HINT == PREFETCH_HINT_PREPAREFORSTORE' before
> PREFETCH_HINT_PREPAREFORSTORE is defined.
> 
> This patch fixes the build by moving the check down later in the file after
> PREFETCH_HINT_PREPAREFORSTORE is set.
> 
> Tested with mips-img-linux-gnu.  OK to checkin?

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]