Ignore:
Timestamp:
Jul 14, 2020, 7:49:28 PM (4 years ago)
Author:
coas-nagasima
Message:

prototoolにelfファイルヘッダーを付けてntshellで必要な情報を読み取れるよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/prototool/src/linker_scriptDebug.ld

    r441 r443  
    2222        } > BOOT_LOADER
    2323
     24        .proginf : {
     25                KEEP(*(.proginf))
     26        } > ROM
     27
    2428        .text : {
    2529                __start_text = .;
    26                 KEEP(*(.vector))
    2730                *(.text*)
    2831                *(.glue_7t)
     
    3033                KEEP(*(.init))
    3134                KEEP(*(.fini))
    32                 __end_kernel = .;
     35                __end_text = .;
    3336        } > ROM
    3437        _etext = .;
     
    4043                __end_rodata = .;
    4144        } > ROM
     45
    4246        .preinit_array ALIGN(4) : {
    4347                PROVIDE_HIDDEN (__preinit_array_start = .);
Note: See TracChangeset for help on using the changeset viewer.