Eric Andersen
|
b8f5be70c4
some updates noting things that should be done
|
19 years ago |
Paul Mundt
|
0b508dd647
Merge SH-2 trapa fixups from Mark.
|
19 years ago |
Mike Frysinger
|
44b161a8c5
dont require DOPIC with FORCE_SHAREABLE_TEXT_SEGMENTS
|
19 years ago |
Eric Andersen
|
fe1d18ca76
Joseph S. Myers writes:
|
19 years ago |
Peter Kjellerstedt
|
c2c7d1a645
Make strdup() use memcpy() rather than strcpy() to duplicate the string.
|
19 years ago |
Khem Raj
|
6626da07e3
Make _dl_linux_resolve interworking safe. Thanks Paul Brook
|
19 years ago |
Khem Raj
|
fc5b21e5c3
Add the mmap.c missed out in the last commit.
|
19 years ago |
Khem Raj
|
6e7076f04d
Add config options to select ARM ARMv5 and Intel iwmmxt variants.
|
19 years ago |
Khem Raj
|
d0fa769212
Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSCALL macro which saves r7 before making the call and pops it back after return.
|
19 years ago |
Khem Raj
|
a6b914d56a
Sergey Lapin says the undefined syscall numbers from unistd.h do not get propogated into generated sysnum.h.
|
19 years ago |
Mike Frysinger
|
442bfab4b4
fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTR
|
19 years ago |
Mike Frysinger
|
cd5c2f7718
Bernd Schmidt writes:
|
19 years ago |
Khem Raj
|
2785c5d58d
Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses pseudo register for PIC base so load and relocate it.
|
19 years ago |
Mike Frysinger
|
b9950f0c0f
the makefile will include elf.h for us #778
|
19 years ago |
Mike Frysinger
|
8006438996
implement support for the rest of the 32bit uid syscalls
|
19 years ago |
Peter Kjellerstedt
|
0a24932ab1
Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined.
|
19 years ago |
Mike Frysinger
|
6eaed4179b
fix return casts for a bunch of functions
|
19 years ago |
Mike Frysinger
|
a8d3a36f81
grab s_lrint from glibc for C99
|
19 years ago |
Mike Frysinger
|
125208e9cd
only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by Miguel Ángel
|
19 years ago |
Peter Kjellerstedt
|
45223588d1
Added support for sysconf(_SC_MONOTONIC_CLOCK).
|
19 years ago |
Peter Kjellerstedt
|
980592d971
Remove code to define errno in this file. It is definitly not needed
|
19 years ago |
Mike Frysinger
|
3fb7e923b9
use proper #APP lines so that the assembler knows when it needs to handle parsing (see http://sources.redhat.com/ml/binutils/2004-04/msg00665.html)
|
19 years ago |
Peter Kjellerstedt
|
3f13b12507
Allow the res argument to clock_getres() to be NULL.
|
19 years ago |
Mike Frysinger
|
996be4d2f1
merge some more FDPIC related fixes from Bernd Schmidt
|
19 years ago |
Eric Andersen
|
7f9010b2d3
Atsushi Nemoto writes:
|
19 years ago |
Eric Andersen
|
a22508d835
The readahead syscall requires LFS/64 bit support
|
19 years ago |
Mike Frysinger
|
daf1c674ea
remove version checking code and add some more comments
|
19 years ago |
Mike Frysinger
|
cf11d72ade
make this stuff actually readable
|
19 years ago |
Mike Frysinger
|
70d14139d8
add some inline funcs for the mlock funcs on no-mmu
|
19 years ago |
Khem Raj
|
84211be088
Fix from Joseph Myers: Save and restore iWMMXt registers in ARM setjmp/longjmp
|
19 years ago |