# | Line 5 | Line 5 | ENTRY(_start) | |
---|---|---|
5 | SECTIONS | |
6 | { | |
7 | /* Read-only sections, merged into text segment: */ | |
8 | < | . = 0x70400000 + SIZEOF_HEADERS; |
8 | > | . = 0x78048000 + SIZEOF_HEADERS; |
9 | .interp : { *(.interp) } | |
10 | .hash : { *(.hash) } | |
11 | .dynsym : { *(.dynsym) } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |