Peter S. Mazinger
|
fbf868b243
Provide __tolower and use it
|
před 19 roky |
Peter S. Mazinger
|
b325068963
Remove textrel
|
před 19 roky |
Peter S. Mazinger
|
ab1677f525
Revert a change until I find the textrel cause
|
před 19 roky |
Peter S. Mazinger
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
před 19 roky |
Peter S. Mazinger
|
fe68563b9a
Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used.
|
před 19 roky |
Peter S. Mazinger
|
8356ff4a52
Add more hidden prototypes
|
před 19 roky |
Peter S. Mazinger
|
8897795c2a
Add proper guard, so that we don't see the internal header in userspace
|
před 19 roky |
Mike Frysinger
|
c2bcc11c00
tweak what is likely() in the argv[0] parsing
|
před 19 roky |
Mike Frysinger
|
0e09af6c8e
add optional support for program_invocation_name/program_invocation_short_name
|
před 19 roky |
Mike Frysinger
|
b327d72589
we dont need to loop calling abort() because abort() already loops for us
|
před 19 roky |
Mike Frysinger
|
be06fd35cb
Joseph S. Myers writes:
|
před 19 roky |
Mike Frysinger
|
6f65ac296a
Joseph S. Myers writes:
|
před 19 roky |
Mike Frysinger
|
2fe4731b98
import a bunch of defines from gnu binutils including blackfin for Lie Zhang
|
před 19 roky |
Mike Frysinger
|
0d541951d9
import a bunch of EM defines from gnu binutils
|
před 19 roky |
Mike Frysinger
|
63a7517e86
touchup comments and define Blackfin for Jie Zhang
|
před 19 roky |
Mike Frysinger
|
f1cdc0b850
fix previous commit so that __uClibc_init() is run for non-mmu cases again as report by Thomas in Bug 618
|
před 19 roky |
Peter S. Mazinger
|
b7fbbd1835
Use attribute_noreturn
|
před 19 roky |
Peter S. Mazinger
|
4a9595f750
Remove -unhonoured- comment
|
před 19 roky |
Peter S. Mazinger
|
0a2458a93d
Remove fpu_control.h handling as well
|
před 19 roky |
Peter S. Mazinger
|
d38e11bd8d
TARGET_ARCH is already stripped, do not do it again for nios2
|
před 19 roky |
Peter S. Mazinger
|
8af2adc3af
fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it
|
před 19 roky |
Mike Frysinger
|
cc09494212
quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw
|
před 19 roky |
Mike Frysinger
|
b4f7d4229a
for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the mailing list
|
před 19 roky |
Mike Frysinger
|
5fb7df4427
previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed to shrink the pads as well to maintain ABI compat
|
před 19 roky |
Mike Frysinger
|
a72bfc77db
fix path to heap.h as point out by thomas_chou in Bug 617
|
před 19 roky |
Mike Frysinger
|
5ddfefa432
Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports
|
před 19 roky |
Mike Frysinger
|
ac1ff06aef
update to new build system
|
před 19 roky |
Mike Frysinger
|
480b36dbf3
Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style
|
před 19 roky |
Mike Frysinger
|
d2c24c51bd
tell people to ignore these two warnings unless someone can figure out how to make them go away ... the vfork() is safe due to the logic following it
|
před 19 roky |
Mike Frysinger
|
0e89137680
use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
|
před 19 roky |