mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Mark .opd @progbits, thus avoiding a warning from asm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -210,7 +210,7 @@ asm(
|
|||||||
".text\n"
|
".text\n"
|
||||||
".align 2\n"
|
".align 2\n"
|
||||||
".globl PPC64CompilationCallback\n"
|
".globl PPC64CompilationCallback\n"
|
||||||
".section \".opd\",\"aw\"\n"
|
".section \".opd\",\"aw\",@progbits\n"
|
||||||
".align 3\n"
|
".align 3\n"
|
||||||
"PPC64CompilationCallback:\n"
|
"PPC64CompilationCallback:\n"
|
||||||
".quad .L.PPC64CompilationCallback,.TOC.@tocbase,0\n"
|
".quad .L.PPC64CompilationCallback,.TOC.@tocbase,0\n"
|
||||||
|
Reference in New Issue
Block a user