From d4fdd1fa4b8a0b0e6fe4bc6517ac69cf00935706 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 12 Nov 2010 13:28:23 +0000 Subject: [PATCH] [CMAKE] - Fix build. svn path=/branches/cmake-bringup/; revision=49570 --- include/asm/genincdata.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/asm/genincdata.c b/include/asm/genincdata.c index 680143856b3..ab02f4987fc 100644 --- a/include/asm/genincdata.c +++ b/include/asm/genincdata.c @@ -38,7 +38,7 @@ typedef struct #pragma section(".asmdef") __declspec(allocate(".asmdef")) #elif defined(__GNUC__) -__attribute__ ((section (x))) ASMGENDATA Table[] = +__attribute__ ((section(".asmdef"))) #else #error Your compiler is not supported. #endif @@ -1582,4 +1582,3 @@ void DummyEntry() { } - -- 2.17.1