Переглянути джерело

Added symbols that the DBG() macros will use.

tags/v0.9.3
Michael Brown 18 роки тому
джерело
коміт
62d92348fe
1 змінених файлів з 12 додано та 0 видалено
  1. 12
    0
      src/util/symcheck.pl

+ 12
- 0
src/util/symcheck.pl Переглянути файл

70
   };
70
   };
71
 }
71
 }
72
 
72
 
73
+# Add symbols that we know will be used by the debug system
74
+#
75
+foreach my $debug_sym qw ( dbg_autocolourise dbg_decolourise
76
+			   dbg_hex_dump_da ) {
77
+  $symtab->{DEBUG}->{$debug_sym} = {
78
+    global	=> 1,
79
+    section	=> undef,
80
+    value	=> 0,
81
+    size	=> 0,
82
+  };
83
+}
84
+
73
 # Build up requires, provides and shares symbol tables for global
85
 # Build up requires, provides and shares symbol tables for global
74
 # symbols
86
 # symbols
75
 #
87
 #

Завантаження…
Відмінити
Зберегти