From ca9b46645f690c66889877380576648dc4c72be8 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 5 Dec 2014 23:53:55 -0700 Subject: [PATCH] smp: share: cmpauxmd.o --- README.txt | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.txt b/README.txt index fdde548f8..713d72dc9 100644 --- a/README.txt +++ b/README.txt @@ -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: -- 2.25.1