Post-relocation functions use the generic table mechanism.

This commit is contained in:
Michael Brown
2005-04-27 12:10:24 +00:00
parent d2d4978f4f
commit b9e72856b6
3 changed files with 8 additions and 10 deletions

View File

@@ -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 = .;
}