Christophe Lyon
|
ae80d12e5f
Add runtime support needed for C++ exceptions
|
6 年之前 |
Waldemar Brodkorb
|
74ca8d6f5d
remove UCLIBC_HAS_LFS
|
8 年之前 |
Waldemar Brodkorb
|
29ff9055c8
use a single libc and deduplicate threading code
|
8 年之前 |
Khem Raj
|
bfb988452c
nptl/arm: Move aeabi_read_tp to uclibc_nonshared.a
|
12 年之前 |
Mike Frysinger
|
ee84b8b400
linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT
|
11 年之前 |
Markos Chandras
|
dcd8e7e8c9
libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled
|
11 年之前 |
Bernhard Reutner-Fischer
|
d0234b16d6
buildsys: use kbuild style
|
11 年之前 |
Florian Fainelli
|
a8dc90eaaa
libc: add {get,set,swap,make}context user context manipulation functions
|
11 年之前 |
Peter S. Mazinger
|
9e74047542
posix_fadvise: make posix_fadvise[64] similar on all archs
|
13 年之前 |
Peter S. Mazinger
|
2b836fc1d5
mmap.c: provide a common mmap.c that is good for most of archs
|
13 年之前 |
Peter S. Mazinger
|
ce69c1eab4
arm: consistency check OABI v. EABI
|
13 年之前 |
Khem Raj
|
3bab4144e8
arm: Do not use 'sed -r' to calculate IS_EABI
|
12 年之前 |
Bernhard Reutner-Fischer
|
83ce0cc4d5
buildsys: fixup sigaction handling
|
12 年之前 |
Carmelo Amoroso
|
b80b28ee6f
libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code
|
13 年之前 |
Yann E. MORIN
|
4151e14cc8
ARM: remove EABI/OABI selection
|
14 年之前 |
Bernhard Reutner-Fischer
|
9381d622e2
nptl: fix buildsys
|
14 年之前 |
Austin Foxley
|
e58798e107
arm specific bits needed for nptl
|
15 年之前 |
Bernhard Reutner-Fischer
|
374e9300e8
Fix building arm EABI
|
15 年之前 |
Khem Raj
|
3e151bdde5
Revert "syscall.c: Use common syscall.c for ARM"
|
15 年之前 |
Khem Raj
|
de60cf611b
Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.
|
15 年之前 |
Khem Raj
|
b1913a8760
syscall.c: Use common syscall.c for ARM
|
15 年之前 |
Carmelo Amoroso
|
47b61ca513
build: Include Makefile.commonarch from common Makefile.in
|
15 年之前 |
Khem Raj
|
80422cdc59
Add posix_fadvise posix_fadvise64 for arm.
|
17 年之前 |
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.
|
18 年之前 |
Mike Frysinger
|
2607bee419
Patch by Joseph S. Myers to add support for ARM EABI
|
19 年之前 |
Mike Frysinger
|
d9bdacaa96
rename common Makefile.arch to prevent include funkiness from occuring
|
19 年之前 |
Mike Frysinger
|
4ed896210a
unify common code thus making arch-specific Makefiles very simple :)
|
19 年之前 |
Peter S. Mazinger
|
ec2261ba97
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
|
19 年之前 |
Peter S. Mazinger
|
358043ffb9
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
|
19 年之前 |