mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix section attribute name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78f006acdf
commit
9b00685bb6
@ -36,7 +36,7 @@ static const struct {
|
|||||||
{ 0, /*FIXME??*/ "S_DTRACE_DOF" }, // 0x0F
|
{ 0, /*FIXME??*/ "S_DTRACE_DOF" }, // 0x0F
|
||||||
{ 0, /*FIXME??*/ "S_LAZY_DYLIB_SYMBOL_POINTERS" }, // 0x10
|
{ 0, /*FIXME??*/ "S_LAZY_DYLIB_SYMBOL_POINTERS" }, // 0x10
|
||||||
{ "thread_local_regular", "S_THREAD_LOCAL_REGULAR" }, // 0x11
|
{ "thread_local_regular", "S_THREAD_LOCAL_REGULAR" }, // 0x11
|
||||||
{ "thread_bss", "S_THREAD_LOCAL_ZEROFILL" }, // 0x12
|
{ "thread_local_zerofill", "S_THREAD_LOCAL_ZEROFILL" }, // 0x12
|
||||||
{ "thread_local_variables", "S_THREAD_LOCAL_VARIABLES" }, // 0x13
|
{ "thread_local_variables", "S_THREAD_LOCAL_VARIABLES" }, // 0x13
|
||||||
{ "thread_local_variable_pointers",
|
{ "thread_local_variable_pointers",
|
||||||
"S_THREAD_LOCAL_VARIABLE_POINTERS" }, // 0x14
|
"S_THREAD_LOCAL_VARIABLE_POINTERS" }, // 0x14
|
||||||
|
Loading…
Reference in New Issue
Block a user