Merge branch 'master' of https://github.com/AuroraWright/Luma3DS
This commit is contained in:
commit
2ff4fc3cdd
@ -10,9 +10,7 @@ SECTIONS
|
|||||||
.rodata : ALIGN(4) { *(.rodata*); . = ALIGN(4); }
|
.rodata : ALIGN(4) { *(.rodata*); . = ALIGN(4); }
|
||||||
.data : ALIGN(4) { *(.data*); . = ALIGN(4); }
|
.data : ALIGN(4) { *(.data*); . = ALIGN(4); }
|
||||||
|
|
||||||
__bss_start = .;
|
.bss : ALIGN(8) { __bss_start = .; *(.bss* COMMON); . = ALIGN(8); __bss_end = .; }
|
||||||
.bss : ALIGN(8) { *(.bss* COMMON); . = ALIGN(8); }
|
|
||||||
__bss_end = .;
|
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user