Fix section attribute name.
authorEric Christopher <echristo@apple.com>
Fri, 21 May 2010 21:08:52 +0000 (21:08 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 21 May 2010 21:08:52 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCSectionMachO.cpp

index 4ad3a2fbc87f6d0b9c28c91fa0c9f8a7684a4fba..ded3b20eaf531973d81ad40ec3eac29d03d946c5 100644 (file)
@@ -36,7 +36,7 @@ static const struct {
   { 0, /*FIXME??*/              "S_DTRACE_DOF" },                 // 0x0F
   { 0, /*FIXME??*/              "S_LAZY_DYLIB_SYMBOL_POINTERS" }, // 0x10
   { "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_variable_pointers",
     "S_THREAD_LOCAL_VARIABLE_POINTERS" },                         // 0x14