mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Post-relocation functions use the generic table mechanism.
This commit is contained in:
@@ -157,9 +157,6 @@ SECTIONS {
|
||||
type_drivers = .;
|
||||
*(.drivers.type)
|
||||
type_drivers_end = .;
|
||||
post_reloc_fns = .;
|
||||
*(SORT(.post_reloc_fns.*))
|
||||
post_reloc_fns_end = .;
|
||||
|
||||
_progbits_end = .;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user