From: Matt Birkholz Date: Sat, 6 Dec 2014 06:53:55 +0000 (-0700) Subject: smp: share: cmpauxmd.o X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ca9b46645f690c66889877380576648dc4c72be8;p=mit-scheme.git smp: share: cmpauxmd.o --- 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: