From 87336caeb5e5169575b8cba510cdbb71287c0514 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 18 Aug 2015 21:52:22 +0000 Subject: Fix MIPS -Wundef warnings for __mips_isa_rev. This patch fixes -Wundef warnings relating to __mips_isa_rev being undefined. Tested for mips64 (all three ABIs) that there is a clean build and testsuite run with -Wno-error=undef removed (and my other -Wundef patches applied). * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6]. * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b893a07cb..0daf15eeb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-08-18 Joseph Myers + + * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change + conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6]. + * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise. + 2015-08-18 Carlos Eduardo Seo * sysdeps/powerpc/dl-procinfo.c: -- cgit 1.4.1