1
0
forked from pool/kernel-source
OBS User unknown
2009-07-21 10:14:09 +00:00
committed by Git OBS Bridge
parent 7ca723c9ca
commit c0fcf0b3ed
39 changed files with 53183 additions and 1043 deletions

View File

@@ -29,6 +29,7 @@ sub expand_types($) {
$locally_defined{$_} = 1;
if ($locally_unknown{$_}) {
print "override " if $override_locally{$_};
print "$_ $symbol_type_name{$1} $2 { UNKNOWN } \n";
} else {
if (!exists $definitions{$_}) {
@@ -137,6 +138,8 @@ sub unpack_dump($$) {
$override_locally{$sym} = $override;
}
next;
} elsif (/^([^# ]*)/) {
$override_locally{$1} = $override;
}
expand_types($_);
}