mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
isa.c uses the new table infrastructure.
This commit is contained in:
@@ -140,15 +140,7 @@ SECTIONS {
|
||||
__data = .;
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
|
||||
/* Various tables. See include/tables.h for an explanation. */
|
||||
*(SORT(.tbl.*))
|
||||
|
||||
|
||||
isa_drivers = . ;
|
||||
*(.drivers.isa)
|
||||
isa_drivers_end = .;
|
||||
|
||||
*(SORT(.tbl.*)) /* Various tables. See include/tables.h */
|
||||
_progbits_end = .;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user