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() { } -