|
From: <sv...@va...> - 2006-12-28 06:50:52
|
Author: sewardj
Date: 2006-12-28 06:50:50 +0000 (Thu, 28 Dec 2006)
New Revision: 6452
Log:
Avoid name clash on ppc64-linux.
Modified:
trunk/perf/tinycc.c
Modified: trunk/perf/tinycc.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/perf/tinycc.c 2006-12-28 02:07:52 UTC (rev 6451)
+++ trunk/perf/tinycc.c 2006-12-28 06:50:50 UTC (rev 6452)
@@ -1572,7 +1572,7 @@
#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
=20
/* The remaining relocs are from the Embedded ELF ABI, and are not
in the SVR4 ELF ABI. */
|