From 12827782fa527ac00259794813951514208e1d8e Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 4 Dec 2014 17:19:42 -0700 Subject: [PATCH] smp: share: boot.o --- README.txt | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.txt b/README.txt index e4b1ed0a4..fc7f44121 100644 --- a/README.txt +++ b/README.txt @@ -200,17 +200,22 @@ command line. The remaining 12 belong to the 7 microcode modules and bitstr.o: boot.o: - 00000004 C OS_Name - 00000004 C OS_Variant - 00000050 B critical_section_hook - 0000004c B critical_section_hook_p - 00000048 B critical_section_name - 00000024 B ffi_obstack - 00000000 b initial_C_stack_pointer - 00000004 b reload_saved_string - 00000008 b reload_saved_string_length - 00000004 C scheme_program_name - 00000000 B scratch_obstack + 00000004 C OS_Name read-only, initialized by OS_initialize + 00000004 C OS_Variant read-only, initialized by OS_initialize + 00000050 B critical_section_hook __thread + 0000004c B critical_section_hook_p __thread + 00000048 B critical_section_name __thread + 00000024 B ffi_obstack __thread + 00000000 b initial_C_stack_pointer read-only, initialized by main + 00000004 b reload_saved_string written by Prim_reload_save_string + 00000008 b reload_saved_string_length written by Prim_reload_save_string + 00000004 C scheme_program_name read-only, initialized by main + 00000000 B scratch_obstack __thread + + OK. Localized (or not) already. The reload-save-string and + reload-retrieve-string primitives are only used in + save-console-input and reset-console, presumably not by + multiple threads at the same time. char.o: -- 2.25.1