Removed simx64 comments

This commit is contained in:
Santosh Srivatsan
2022-02-01 13:25:26 -05:00
parent a73f656d06
commit 0ce51df108

View File

@@ -4,7 +4,6 @@
Copying and distribution of this script, with or without modification, Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */ notice and this notice are preserved. */
/* simx64 */
OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv") OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")
OUTPUT_ARCH(riscv) OUTPUT_ARCH(riscv)
ENTRY(_start) ENTRY(_start)
@@ -185,13 +184,10 @@ SECTIONS
.bss section disappears because there are no input sections. .bss section disappears because there are no input sections.
FIXME: Why do we need it? When there is no .bss section, we do not FIXME: Why do we need it? When there is no .bss section, we do not
pad the .data section. */ pad the .data section. */
/* simx64 */
. = ALIGN(. != 0 ? 64 / 8 : 1); . = ALIGN(. != 0 ? 64 / 8 : 1);
} }
/* simx64 */
. = ALIGN(64 / 8); . = ALIGN(64 / 8);
. = SEGMENT_START("ldata-segment", .); . = SEGMENT_START("ldata-segment", .);
/* simx64 */
. = ALIGN(64 / 8); . = ALIGN(64 / 8);
__BSS_END__ = .; __BSS_END__ = .;
__global_pointer = MIN(__SDATA_BEGIN__ + 0x800, __global_pointer = MIN(__SDATA_BEGIN__ + 0x800,