Commented out unnecessary text segment in test.ld that causes RWX in LOAD segment warning

This commit is contained in:
David Harris 2023-05-14 03:58:08 -07:00
parent 67a089104c
commit cd7816ff32
4 changed files with 2 additions and 2 deletions

View File

@ -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.