X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Facess.ld_src%2Facess_armv7.ld.h;h=24c4af34ad39afaf9a445f48d99428f98410c470;hb=4e407e69bd660e9a32644281733192193ee6e8c8;hp=e652a5aa35406e36318a3be3160d0f92913ab572;hpb=dc8801cc0b5ed911a775cfc2ea853048f7a00db1;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h b/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h index e652a5aa..24c4af34 100644 --- a/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h +++ b/Usermode/Libraries/acess.ld_src/acess_armv7.ld.h @@ -2,13 +2,13 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) -ENTRY(_start) +ENTRY(start) SEARCH_DIR(__LIBDIR) INPUT(crt0.o) SECTIONS { /* Read-only sections, merged into text segment: */ - PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000); + PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000) + SIZEOF_HEADERS; .interp : { *(.interp) } .note.gnu.build-id : { *(.note.gnu.build-id) } .hash : { *(.hash) }