删除.eh_frame段

This commit is contained in:
fslongjin 2022-02-22 21:45:20 +08:00
parent fa273198b3
commit ea4981df4d

View File

@ -41,10 +41,6 @@ SECTIONS
_ebss = .; _ebss = .;
} }
.eh_frame :
{
*(.eh_frame)
}
_end = .; _end = .;
} }