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/lib/libc/arch/abs32le/src/tls.c

    r101d9f4 r81983e3  
    3232#include <tls.h>
    3333#include <sys/types.h>
     34#include <unistd.h>
    3435
    3536tcb_t * __alloc_tls(void **data, size_t size)
     
    4344}
    4445
     46uintptr_t __aeabi_read_tp(void)
     47{
     48        return NULL;
     49}
     50
    4551/** @}
    4652 */
Note: See TracChangeset for help on using the changeset viewer.