Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sparc: Fix piggyback with newer binutils.
Newer versions of binutils mark '_end' as 'B' instead of 'A' for whatever reason. To be honest, the piggyback code doesn't actually care what kind of symbol _start and _end are, it just wants to find them and record the address. So remove the type from the match strings. Reported-by: Aaro Koskinen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information