diff options
Diffstat (limited to 'scripts/kallsyms.c')
-rw-r--r-- | scripts/kallsyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index f359b730c2c5..8b809b264d18 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c | |||
@@ -265,7 +265,7 @@ static void write_src(void) | |||
265 | printf("#define ALGN .align 4\n"); | 265 | printf("#define ALGN .align 4\n"); |
266 | printf("#endif\n"); | 266 | printf("#endif\n"); |
267 | 267 | ||
268 | printf(".data\n"); | 268 | printf("\t.section .rodata, \"a\"\n"); |
269 | 269 | ||
270 | /* Provide proper symbols relocatability by their '_text' | 270 | /* Provide proper symbols relocatability by their '_text' |
271 | * relativeness. The symbol names cannot be used to construct | 271 | * relativeness. The symbol names cannot be used to construct |