CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/07 06:56:54
Modified files:
sys/arch/arm64/conf: kern.ldscript
sys/arch/riscv64/conf: kern.ldscript
Log message:
.glue_7 is used for arm code calling thumb code, and .glue_7t is used for
thumb code calling arm code, no need to put these input sections at the text
output section.
ok jsg@ kettenis@
