Ticket #491: align.patch

File align.patch, 355 bytes (added by Jan Vesely, 12 years ago)

Drop explicit alignment from linker script

  • uspace/lib/c/arch/arm32/_link.ld.in

    === modified file 'uspace/lib/c/arch/arm32/_link.ld.in'
     
    2222        . = 0x1000 + SIZEOF_HEADERS;
    2323#endif
    2424       
    25         /* Make sure the code is aligned reasonably */
    26         . = ALIGN(., 8);
    27        
    2825        .init : {
    2926                *(.init);
    3027        } :text