From: Matt Birkholz Date: Sat, 6 Dec 2014 06:07:28 +0000 (-0700) Subject: smp: share: uxtrap.o X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8219b919a0e37805cc1d8eec08d83687e46011fe;p=mit-scheme.git smp: share: uxtrap.o --- diff --git a/README.txt b/README.txt index 0f0db4ce6..f7523ff9e 100644 --- a/README.txt +++ b/README.txt @@ -815,14 +815,17 @@ command line. The remaining 12 belong to the 7 microcode modules and OK. uxtrap.o: - 00000010 b saved_info - 00000014 b saved_scp - 0000000c b saved_signo - 00000008 b saved_trap_state - 00000000 d trap_query_choices.9003 - 00000000 b trap_state - 00000004 b user_trap_state - 00000000 b ux_signal_codes + 00000010 b saved_info __thread + 00000014 b saved_scp __thread + 0000000c b saved_signo __thread + 00000008 b saved_trap_state __thread + 00000000 d trap_query_choices.9003 read-only + 00000000 b trap_state __thread + 00000004 b user_trap_state __thread + 00000000 b ux_signal_codes read-only, initialized in OS_initialize + + OK. Already made thread-local; the remaining ux_signal_codes + is read-only, initialized before the threads of fun are loosed. uxtty.o: 00000000 b input_channel