diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-30 12:48:57 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-30 12:48:57 +0000 |
| commit | 9f2e780030e2101d5f7f01f42df805db9a5fa809 (patch) | |
| tree | bfbcc9ce1c0a4235f15988a03274a14879e5bf73 /arch/x86_64/scripts | |
| parent | 3e597ede8079883b3b9d48faf94b8a7bec2a2118 (diff) | |
| download | teachos-9f2e780030e2101d5f7f01f42df805db9a5fa809.tar.xz teachos-9f2e780030e2101d5f7f01f42df805db9a5fa809.zip | |
Clean up files
Diffstat (limited to 'arch/x86_64/scripts')
| -rw-r--r-- | arch/x86_64/scripts/kernel.ld | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/scripts/kernel.ld b/arch/x86_64/scripts/kernel.ld index df9d7e7..3d9a7ae 100644 --- a/arch/x86_64/scripts/kernel.ld +++ b/arch/x86_64/scripts/kernel.ld @@ -89,12 +89,6 @@ SECTIONS { *(.stl_text .stl_text*) KEEP(*libstdc++.a:*(.text .text.*)) - KEEP(*libubsan.a:*(.text .text.*)) /* TODO: Include atomic_base into stl_text / Print where code lies: objdump -t build/bin/Debug/_kernel >> test.txt */ - KEEP(*liblsan.a:*(.text .text.*)) - KEEP(*libtsan.a:*(.text .text.*)) - KEEP(*libasan.a:*(.text .text.*)) - KEEP(*libgcc.a:*(.text .text.*)) - KEEP(*libatomic.a:*(.text .text.*)) } .text ALIGN(4K) : AT(ADDR (.text)) |
