mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Commented out unnecessary text segment in test.ld that causes RWX in LOAD segment warning
This commit is contained in:
parent
67a089104c
commit
cd7816ff32
@ -28,8 +28,8 @@ SECTIONS
|
|||||||
. = ALIGN(0x1000);
|
. = ALIGN(0x1000);
|
||||||
.tohost : { *(.tohost) }
|
.tohost : { *(.tohost) }
|
||||||
|
|
||||||
. = ALIGN(0x1000);
|
/* . = ALIGN(0x1000);
|
||||||
.text : { *(.text) }
|
.text : { *(.text) } */
|
||||||
|
|
||||||
/* data segment */
|
/* data segment */
|
||||||
.data : { *(.data) }
|
.data : { *(.data) }
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user