Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/_link.ld.in

    r9d58539 rf1380b7  
    1616                *(.bss);                        /* uninitialized static variables */
    1717                *(COMMON);                      /* global variables */
    18                
     18
    1919                *(.rodata*);
    2020                *(.sdata);
     
    2828                *(.scommon);
    2929        }
    30        
     30
    3131        kdata_end = .;
    32        
     32
    3333        /DISCARD/ : {
    3434                *(.mdebug*);
Note: See TracChangeset for help on using the changeset viewer.