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
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/lib/libc/arch/abs32le/_link.ld.in

    r101d9f4 r81983e3  
    1919        .data : {
    2020                *(.data);
     21                *(.data.rel*);
    2122        } :data
    2223       
     
    3334        _tls_alignment = ALIGNOF(.tdata);
    3435       
     36        .sbss : {
     37                *(.scommon);
     38                *(.sbss);
     39        }
     40       
    3541        .bss : {
    3642                *(COMMON);
Note: See TracChangeset for help on using the changeset viewer.