Eric Andersen
|
eb813ecafa
bits/kernel_stat.h is for internal uClibc use only, fix a few other
|
18 years ago |
Mike Frysinger
|
dd3d4f119e
pulling in kernel config.h wont fly
|
18 years ago |
Mike Frysinger
|
f4ddfdf206
note test subdir problems with multilib
|
18 years ago |
Mike Frysinger
|
661d9feac8
make ABI into a list
|
18 years ago |
Mike Frysinger
|
bc4b165d47
list ABI first and tweak ISA defaults with suggestions from Jim Gifford
|
18 years ago |
Mike Frysinger
|
1e75cc4b92
revert previous change
|
18 years ago |
Rob Landley
|
02de5b16cd
Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips
|
18 years ago |
Mike Frysinger
|
69e5ae8458
second SUSV3 legacy check should be for macros as pointed out by psm
|
18 years ago |
Mike Frysinger
|
8baed407fb
fix building when susv3 legacy stuff is disabled
|
18 years ago |
Mike Frysinger
|
8429e95bfd
PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it lives in bits/uClibc_local_lim.h
|
18 years ago |
"Steven J. Hill"
|
2edab2e0d2
|
18 years ago |
"Steven J. Hill"
|
70600d4860
Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc code it is not defined.
|
18 years ago |
Eric Andersen
|
18c2b10552
remove redundant headers local to libpthread, causing header
|
18 years ago |
Bernhard Reutner-Fischer
|
589c9895a4
- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY
|
18 years ago |
Bernhard Reutner-Fischer
|
2c20597657
- honor __UCLIBC_HAS_LFS__
|
18 years ago |
Bernhard Reutner-Fischer
|
3d1312ae2a
- Cleanout the only occurance of the SUSv3 LEGACY function getwd() that was
|
18 years ago |
Bernhard Reutner-Fischer
|
17f7f3d6dd
- gcvt() is marked LEGACY in XSI and mandatory in BSD.
|
18 years ago |
Mike Frysinger
|
80cf5ec280
fix from cmetcalf to make sure we clear the auxvt table before using it
|
18 years ago |
Mike Frysinger
|
f88a9032ce
indent
|
18 years ago |
Bernhard Reutner-Fischer
|
09710a49d3
- fix typo
|
18 years ago |
Khem Raj
|
8c98b925c6
Correct -march cflag value for thumb capable ARM processors: Thanks Paul Brook
|
18 years ago |
Khem Raj
|
f032ccaa14
Use constant pool instead of and adr
|
18 years ago |
"Steven J. Hill"
|
4dd72a937a
Add CHECK_ONLY option to allow for running the tests on the target instead of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree.
|
18 years ago |
Mike Frysinger
|
0113e25233
fix from Paul Brook for ISO C violation in terms of handling of modifying automatic local variables between setjmp/longjmp
|
18 years ago |
Mike Frysinger
|
a86d1a42c8
Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1 functions
|
18 years ago |
Mike Frysinger
|
a9f3bfe7dd
Bernd Schmidt writes:
|
18 years ago |
Mike Frysinger
|
82334a1ba0
get rid of the notion of .E files as .i is the proper usage
|
18 years ago |
Mike Frysinger
|
1b04a82fba
revert PTHREAD_THREADS_MAX back to former size since the large majority of people out there will not need more than 1k threads (and people who do can change this themselves)
|
18 years ago |
Mike Frysinger
|
00de48283a
fix comment typos
|
18 years ago |
Mike Frysinger
|
09114e7b56
add a test for making sure vfork/signals are handled properly across different setjmp/longjmps
|
18 years ago |