Bernd Schmidt
|
c5b7f28ab5
Add Blackfin specific mmap implementation using sys_mmap2.
|
18 years ago |
Bernd Schmidt
|
1a98c1f87e
sys/procfs.h defines a typedef for floating point registers that references an
|
18 years ago |
Bernd Schmidt
|
640cb909d1
Certain configure scripts test for presence of dlfcn.h. Don't install it
|
18 years ago |
Bernd Schmidt
|
acadc5664e
Add hidden symbols for a number of pthread functions, and use them to ensure
|
18 years ago |
Peter Kjellerstedt
|
90f1927f14
Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32.
|
18 years ago |
Carmelo Amoroso
|
b0f709e6c8
ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h from
|
18 years ago |
Carmelo Amoroso
|
a6eef2edb3
If uClibc's ld.so encounters text relocations in a shared library - one
|
18 years ago |
Carmelo Amoroso
|
e130b681c4
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
|
18 years ago |
Ricard Wanderlof
|
c08b07bc9b
CRIS/CRISv32 architecture specific memcpy, memmove and memset.
|
18 years ago |
Khem Raj
|
2379240ee7
Do not return error when fprintf returns 0 in addmntent().
|
18 years ago |
Carmelo Amoroso
|
693245823c
Fix build system to generate locale data instead of using pregenerated ones
|
18 years ago |
Carmelo Amoroso
|
b4db201962
Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter Mazinger
|
18 years ago |
Bernhard Reutner-Fischer
|
bc186d1e9a
- fix whitespace
|
18 years ago |
Carmelo Amoroso
|
6630516b0a
Added support for GNU hash style into dynamic linker
|
18 years ago |
Bernhard Reutner-Fischer
|
15e6cdf87a
- fix order of link-flags
|
18 years ago |
Joakim Tjernlund
|
7340d67f42
Poll with zero timeout
|
18 years ago |
Joakim Tjernlund
|
77b4b9f9b6
Handle STT_COMMON symbols too. Following binutils release
|
18 years ago |
Bernhard Reutner-Fischer
|
34dce38bac
- commentary typo fix
|
18 years ago |
Bernhard Reutner-Fischer
|
a96829dab3
- move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGS
|
18 years ago |
Bernhard Reutner-Fischer
|
51ce75b5b0
- use the compiler-driver instead of the linker
|
18 years ago |
Bernhard Reutner-Fischer
|
3936de030a
- allow for passing in UCLIBC_EXTRA_LDFLAGS
|
18 years ago |
Mike Frysinger
|
f8713e7a0f
Do string comparisos as late as possible during symbol lookup.
|
18 years ago |
Bernhard Reutner-Fischer
|
ce0018f15d
- Fix compilation for mips ABI64 with no LFS.
|
18 years ago |
Bernhard Reutner-Fischer
|
cfb053f612
- Fix compilation for mips ABI64 with no LFS.
|
18 years ago |
Mike Frysinger
|
9734a5f15a
This patch will fix a problem when the same host is defined with both IPv4 and
|
18 years ago |
Mike Frysinger
|
9e5250dae0
do not check the pointer before freeing it since free(NULL) works just fine
|
18 years ago |
Mike Frysinger
|
283dc2c2d0
cleanup code style
|
18 years ago |
Mike Frysinger
|
eb0847057d
Make sure that the DSO has an hash table into its elf, otherwise skip
|
18 years ago |
Mike Frysinger
|
2435be015f
Jie Zhang writes:
|
18 years ago |
Mike Frysinger
|
0e51d28d06
drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in general
|
18 years ago |