smp: share: cmpauxmd.o
authorMatt Birkholz <puck@birchwood-abbey.net>
Sat, 6 Dec 2014 06:53:55 +0000 (23:53 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 21 Dec 2014 19:19:11 +0000 (12:19 -0700)
README.txt

index fdde548f8037511dee85c0c0a801833a6c52feba..713d72dc9557500925fa41524d722500071a09fb 100644 (file)
@@ -852,19 +852,21 @@ command line.  The remaining 12 belong to the 7 microcode modules and
        interactive_interrupt_handler (SIGQUIT).
 
   cmpauxmd.o:
-  0000001c B C_Frame_Pointer
-  00000018 B C_Stack_Pointer
-  00000000 B Free
-  000000a0 B Registers
-  00000004 B heap_alloc_limit
-  00000008 B heap_end
-  00000004 C i387_presence
-  00000004 C ia32_cpuid_needed
-  00000004 C ia32_cpuid_supported
-  00000004 C sse_presence
-  0000000c B stack_guard
-  00000010 B stack_pointer
-  00000014 B stack_start
+  0000001c B C_Frame_Pointer           __thread
+  00000018 B C_Stack_Pointer           __thread
+  00000000 B Free                      __thread
+  000000a0 B Registers                 __thread
+  00000004 B heap_alloc_limit          __thread
+  00000008 B heap_end                  __thread
+  00000004 C i387_presence             read-only, i386_interface_initialize
+  00000004 C ia32_cpuid_needed         read-only, i386_interface_initialize
+  00000004 C ia32_cpuid_supported      read-only, i386_interface_initialize
+  00000004 C sse_presence              read-only, i386_interface_initialize
+  0000000c B stack_guard               __thread
+  00000010 B stack_pointer             __thread
+  00000014 B stack_start               __thread
+
+       OK.
 
   terminfo.o: