Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/riscv64/_link.ld.in

    rae8d7b0 r8b6aa39  
    1 #include <arch/arch.h>
    2 
    31ENTRY(start)
    42
    53SECTIONS {
    6         . = PHYSMEM_START;
    7        
    84        .text : {
    95                *(BOOTSTRAP);
    106                *(.text);
    117        }
    12        
    13         . = ALIGN(0x1000);
    14         .htif : {
    15                 htif_page = .;
    16                 *(.htif)
    17         }
    18         . = ALIGN(0x1000);
    19        
    20         . = ALIGN(0x1000);
    21         .pt : {
    22                 pt_page = .;
    23                 *(.pt)
    24         }
    25         . = ALIGN(0x1000);
    268       
    279        .data : {
     
    3517                *(.bss);        /* uninitialized static variables */
    3618                *(COMMON);      /* global variables */
    37                 *(.components);
     19[[COMPONENTS]]
    3820        }
    3921       
Note: See TracChangeset for help on using the changeset viewer.