This commit is contained in:
2026-04-12 19:31:01 +08:00
parent 138c685de1
commit aa8c0bd8d1
13 changed files with 2188 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ ENTRY(_start)
PHDRS {
text PT_LOAD FLAGS(5);
rodata PT_LOAD FLAGS(4);
data PT_LOAD FLAGS(6);
data PT_LOAD FLAGS(7);
}
SECTIONS {
@@ -39,4 +39,4 @@ SECTIONS {
*(.eh_frame)
*(.note .note.*)
}
}
}