mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -42,9 +42,7 @@ SECTIONS
|
|||
|
||||
. = ALIGN(4);
|
||||
.alternative : {
|
||||
__alt_start = .;
|
||||
*(.alternative)
|
||||
__alt_end = .;
|
||||
}
|
||||
|
||||
.data : {
|
||||
|
|
Loading…
Add table
Reference in a new issue