mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Linker no longer provides start and end symbols for each table; these
markers are now static labels within the objects that refer to them.
This commit is contained in:
parent
241f426a85
commit
69f09ebdd8
@ -21,11 +21,7 @@ while ( ( my $symbol, my $info ) = each %$symbols ) {
|
||||
}
|
||||
$symbols->{$_}->{provides}->{LINKER} = 1
|
||||
foreach qw ( _prefix _eprefix _decompress _edecompress _text
|
||||
_etext _data _edata _bss _ebss _end device_drivers
|
||||
device_drivers_end bus_drivers bus_drivers_end
|
||||
type_drivers type_drivers_end console_drivers
|
||||
console_drivers_end post_reloc_fns post_reloc_fns_end
|
||||
init_fns init_fns_end );
|
||||
_etext _data _edata _bss _ebss _end );
|
||||
|
||||
# Check for multiply defined, never-defined and unused symbols
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user