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 |
Bernhard Reutner-Fischer
|
5b542bd0aa
- spelling fix
|
18 years ago |
Denis Vlasenko
|
430586dbc6
Fix author name and copyright notice in __uc_malloc.c
|
18 years ago |
Denis Vlasenko
|
452f9f6951
fix assembler error. libc_hidden_data_def cannot work on COMMONs,
|
18 years ago |
Denis Vlasenko
|
76bdc95e64
add libc_hidden_xxxx for __uc_malloc
|
18 years ago |
Mike Frysinger
|
02c55909c6
from Blue Swirl: fixup sparc a bit more
|
18 years ago |
Mike Frysinger
|
847b02fda5
pull from Blackfin repo: optimized byteswap funcs!
|
18 years ago |
Mike Frysinger
|
7efe92d0ca
pull from Blackfin repo: cleanup string funcs
|
18 years ago |
Mike Frysinger
|
953e7478a3
forgot to add this with previous sparc commit ...
|
18 years ago |
Mike Frysinger
|
783107dbed
use gcc input constraints to avoid often duplicated reloads when making syscalls
|
18 years ago |
Mike Frysinger
|
f032afc5fd
if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6
|
18 years ago |
Mike Frysinger
|
f5582f19d9
also fix bug 1012 by moschny in 64bit version of readdir
|
18 years ago |
Mike Frysinger
|
4644758947
bug 1310: drop hidden aliases to data since some arches crap with this due to copy relocs
|
18 years ago |
Mike Frysinger
|
c1d804bf48
not sure how this obvious one liner got lost from glibc, but merge it
|
18 years ago |
Mike Frysinger
|
2592413394
add one more testcase from Natanael Copa
|
18 years ago |
Mike Frysinger
|
b5a7ad5920
switch to a smaller/more robust implementation by Andrey Simonenko and as suggested by Natanael Copa
|
18 years ago |
Mike Frysinger
|
b9a82d5b22
add more tests as suggested by Natanael Copa and as harvested from:
|
18 years ago |