From: Amine Khaldi Date: Fri, 12 Nov 2010 13:28:23 +0000 (+0000) Subject: [CMAKE] X-Git-Tag: backups/GSoC_2011/GSoC_Themes@51550~541 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d4fdd1fa4b8a0b0e6fe4bc6517ac69cf00935706;ds=sidebyside [CMAKE] - Fix build. svn path=/branches/cmake-bringup/; revision=49570 --- 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() { } -