smp: share: uxtop.o
authorMatt Birkholz <puck@birchwood-abbey.net>
Sat, 6 Dec 2014 06:03:40 +0000 (23:03 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 21 Dec 2014 19:19:11 +0000 (12:19 -0700)
README.txt
src/microcode/uxtop.c

index 184d86a0bf84614e462c0fd28b73f01d3e0f8601..0f0db4ce6fc6b58ea4f48572b4416d153c376546 100644 (file)
@@ -808,9 +808,11 @@ command line.  The remaining 12 belong to the 7 microcode modules and
        unscrupulous use of strcpy and static buffers.
 
   uxtop.o:
-  00000000 b interactive
-  00000000 d syscall_names_table
-  00000120 d syserr_names_table
+  00000000 b interactive               read-only, initialized by OS_initialize
+  00000000 d syscall_names_table       read-only
+  00000120 d syserr_names_table                read-only
+
+       OK.
 
   uxtrap.o:
   00000010 b saved_info
index e073582cb66b523cdf4ab371c183c1d2e19c8114..710e591f3220f29da91e1310aaaf7361f2473b28 100644 (file)
@@ -24,16 +24,13 @@ USA.
 
 */
 
+#include "scheme.h"
+#include "option.h"
 #include "ux.h"
 #include "uxtop.h"
+#include "uxutil.h"
 #include "osctty.h"
 #include "osenv.h"
-#include "uxutil.h"
-#include "errors.h"
-#include "option.h"
-#include "config.h"
-#include "object.h"
-#include "extern.h"
 
 #ifdef __APPLE__
 #  include <CoreServices/CoreServices.h>