mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
These two symbols are not used, remove them. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Tested-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Link: https://lore.kernel.org/r/20230912072015.2424-2-jszhang@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
parent
0bb80ecc33
commit
ddcc7d9bf5
|
|
@ -42,9 +42,7 @@ SECTIONS
|
|||
|
||||
. = ALIGN(4);
|
||||
.alternative : {
|
||||
__alt_start = .;
|
||||
*(.alternative)
|
||||
__alt_end = .;
|
||||
}
|
||||
|
||||
.data : {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user