david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added symbols that the DBG() macros will use.

This commit is contained in:
Michael Brown 2007-07-17 01:24:04 +01:00
parent f44969f7df
commit 62d92348fe
1 changed files with 12 additions and 0 deletions

View File

@ -70,6 +70,18 @@ foreach my $link_sym qw ( __prefix _prefix _prefix_load_offset
};
}
# Add symbols that we know will be used by the debug system
#
foreach my $debug_sym qw ( dbg_autocolourise dbg_decolourise
dbg_hex_dump_da ) {
$symtab->{DEBUG}->{$debug_sym} = {
global => 1,
section => undef,
value => 0,
size => 0,
};
}
# Build up requires, provides and shares symbol tables for global
# symbols
#