Denis Vlasenko
|
f797eda651
extra/scripts/relative_path.sh: fix it
|
16 years ago |
Denis Vlasenko
|
3456bcaecd
__global_locale must be visible to users, move it outside of #ifdef _LIBC
|
16 years ago |
Bernhard Reutner-Fischer
|
3392f8b6d6
- hide __dl_ldso__ (Peter S. Mazinger)
|
16 years ago |
Bernhard Reutner-Fischer
|
9324e66665
- make sure to pass the correct PIE flags to gcc (Peter S. Mazinger)
|
16 years ago |
Bernhard Reutner-Fischer
|
ff1aa7ce90
- make sure not to have relocs in Scrt1.o (Peter S. Mazinger)
|
16 years ago |
Carmelo Amoroso
|
d23c49221a
ldso: performs bootstrap relocations only if required by the arch.
|
16 years ago |
Carmelo Amoroso
|
cd3a494e99
libm_sh: fix libm build for sh
|
16 years ago |
Carmelo Amoroso
|
c617dd785d
libm_sh: Re-added sh specific files erroneously removed recently,
|
16 years ago |
Carmelo Amoroso
|
4c20772b62
ldso: do not comment out unused variables, just delete it.
|
16 years ago |
Bernhard Reutner-Fischer
|
56e1ba1b23
- fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 with linux >= 2.6.28)
|
16 years ago |
Bernhard Reutner-Fischer
|
4d624c6a94
- fix typo in r24594
|
16 years ago |
Denis Vlasenko
|
88fa5f3611
utils/Makefile.in: de-obfuscate it a bit
|
16 years ago |
Denis Vlasenko
|
c54be38040
replace yet another _dl_malloc + _dl_memset with _dl_zalloc
|
16 years ago |
Denis Vlasenko
|
27d501fdbf
simple optimizations and style fixes in dynamic loading
|
16 years ago |
Denis Vlasenko
|
1c778b7cfa
libc/signal/sigaction.c: s/!=/==/
|
16 years ago |
Carmelo Amoroso
|
ccd55d0940
Silent compiler warning regarding undefined macro
|
16 years ago |
Denis Vlasenko
|
350e4e14d8
ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.
|
16 years ago |
Denis Vlasenko
|
07fbe8979d
forgot to remove one #endif...
|
16 years ago |
Denis Vlasenko
|
d1c6913386
Get rid of the following annoying warnings on ppc:
|
16 years ago |
Denis Vlasenko
|
eb51bac1b3
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
|
16 years ago |
Denis Vlasenko
|
33836c9854
fix small goof in last commit: should use "long" function (scalbln)
|
16 years ago |
Denis Vlasenko
|
b994ff9e32
libm: remove scalbln implementation, it seems to be less correct than scalbn.
|
16 years ago |
Khem Raj
|
15a971616c
Merge some pre-work from branch, needed by NPTL.
|
16 years ago |
Denis Vlasenko
|
e422845f58
libm/e_lgamma_r.c: cosmetic whitespace fixes
|
16 years ago |
Denis Vlasenko
|
d4f94ef391
libm/*: delete many incarnations of logarithmic gamma function,
|
16 years ago |
Denis Vlasenko
|
da3fc969d3
libc/stdlib/_strtod.c: add parens around a | b
|
16 years ago |
Bernhard Reutner-Fischer
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 years ago |
Denis Vlasenko
|
90ca90c53d
libm/s_nearbyint.c: delete (forgot to do it in prev commit)
|
16 years ago |
Bernhard Reutner-Fischer
|
a55b1393bb
- ethers only make sense if we want to play with ethernet addresses
|
16 years ago |
Bernhard Reutner-Fischer
|
3a40407c06
- expand SUSv3_LEGACY
|
16 years ago |