mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -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);
|
||||
.tohost : { *(.tohost) }
|
||||
|
||||
. = ALIGN(0x1000);
|
||||
.text : { *(.text) }
|
||||
/* . = ALIGN(0x1000);
|
||||
.text : { *(.text) } */
|
||||
|
||||
/* data segment */
|
||||
.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