Ignore:
Timestamp:
2010-02-17T14:11:07Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8da2a3
Parents:
101d9f4
Message:

add the possibility to compile abs32le with any cross-compiler which generates
32bit little endian code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/arch/abs32le/_link.ld.in

    r101d9f4 r81983e3  
    2626        .data ALIGN(0x1000) : SUBALIGN(0x1000) {
    2727                *(.data);
     28                *(.data.rel*);
    2829        } :data
    2930       
     
    4344        _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
    4445       
     46        .sbss : {
     47                *(.scommon);
     48                *(.sbss);
     49        }
     50       
    4551        .bss : {
    4652                *(COMMON);
Note: See TracChangeset for help on using the changeset viewer.