We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88049 commit c690db4Copy full SHA for c690db4
compiler/rustc_target/src/spec/aarch64_nintendo_switch_linker_script.ld
@@ -30,13 +30,8 @@ SECTIONS
30
. = ALIGN(0x1000);
31
32
.module_name : { *(.module_name) } :rodata
33
-
+
34
.rodata : { *(.rodata .rodata.*) } :rodata
35
- .mod0 : {
36
- KEEP(crt0.nso.o(.data.mod0))
37
- KEEP(crt0.nro.o(.data.mod0))
38
- KEEP(crt0.lib.nro.o(.data.mod0))
39
- }
40
.hash : { *(.hash) }
41
.dynsym : { *(.dynsym .dynsym.*) }
42
.dynstr : { *(.dynstr .dynstr.*) }
0 commit comments