forked from pool/kernel-source
This commit is contained in:
committed by
Git OBS Bridge
parent
7ca723c9ca
commit
c0fcf0b3ed
@@ -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($_);
|
||||
}
|
||||
|
Reference in New Issue
Block a user