Remove NULL PHDR from linker script
This commit is contained in:
parent
fb73d4df13
commit
c2376b388f
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ ENTRY(_start)
|
|||
/* MMU permissions */
|
||||
PHDRS
|
||||
{
|
||||
null PT_NULL FLAGS(0) ; /* Null segment */
|
||||
text PT_LOAD FLAGS((1 << 0) | (1 << 2)) ; /* Execute + Read */
|
||||
rodata PT_LOAD FLAGS((1 << 2)) ; /* Read only */
|
||||
data PT_LOAD FLAGS((1 << 1) | (1 << 2)) ; /* Write + Read */
|
||||
|
|
Loading…
Add table
Reference in a new issue