Commit a2ceb8c4 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Palmer Dabbelt

riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

These are no longer necessary now that we have a more standard extable
mechanism.
Signed-off-by: default avatarJisheng Zhang <jszhang@kernel.org>
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent 20802d8d
...@@ -45,7 +45,6 @@ SECTIONS ...@@ -45,7 +45,6 @@ SECTIONS
ENTRY_TEXT ENTRY_TEXT
IRQENTRY_TEXT IRQENTRY_TEXT
SOFTIRQENTRY_TEXT SOFTIRQENTRY_TEXT
*(.fixup)
_etext = .; _etext = .;
} }
RO_DATA(L1_CACHE_BYTES) RO_DATA(L1_CACHE_BYTES)
......
...@@ -48,7 +48,6 @@ SECTIONS ...@@ -48,7 +48,6 @@ SECTIONS
ENTRY_TEXT ENTRY_TEXT
IRQENTRY_TEXT IRQENTRY_TEXT
SOFTIRQENTRY_TEXT SOFTIRQENTRY_TEXT
*(.fixup)
_etext = .; _etext = .;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment