From: Julian Seward Date: Thu, 28 Dec 2006 06:50:50 +0000 (+0000) Subject: Avoid name clash on ppc64-linux. X-Git-Tag: svn/VALGRIND_3_3_0~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a52f5272f5e6ed1d32f8ff59aa3661646a71fc;p=thirdparty%2Fvalgrind.git Avoid name clash on ppc64-linux. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6452 --- diff --git a/perf/tinycc.c b/perf/tinycc.c index 3de78c7abc..7ba4601220 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -1572,7 +1572,7 @@ typedef Elf32_Addr Elf32_Conflict; #define R_PPC_SECTOFF_HI 35 #define R_PPC_SECTOFF_HA 36 /* Keep this the last entry. */ -#define R_PPC_NUM 37 +#define R_PPC_NUMm 37 /* The remaining relocs are from the Embedded ELF ABI, and are not in the SVR4 ELF ABI. */