mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04: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
4 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue