Mike Frysinger
|
f1cdc0b850
fix previous commit so that __uClibc_init() is run for non-mmu cases again as report by Thomas in Bug 618
|
20 سال پیش |
Peter S. Mazinger
|
b7fbbd1835
Use attribute_noreturn
|
20 سال پیش |
Peter S. Mazinger
|
4a9595f750
Remove -unhonoured- comment
|
20 سال پیش |
Peter S. Mazinger
|
0a2458a93d
Remove fpu_control.h handling as well
|
20 سال پیش |
Peter S. Mazinger
|
d38e11bd8d
TARGET_ARCH is already stripped, do not do it again for nios2
|
20 سال پیش |
Peter S. Mazinger
|
8af2adc3af
fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it
|
20 سال پیش |
Mike Frysinger
|
cc09494212
quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw
|
20 سال پیش |
Mike Frysinger
|
b4f7d4229a
for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the mailing list
|
20 سال پیش |
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
|
20 سال پیش |
Mike Frysinger
|
a72bfc77db
fix path to heap.h as point out by thomas_chou in Bug 617
|
20 سال پیش |
Mike Frysinger
|
5ddfefa432
Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports
|
20 سال پیش |
Mike Frysinger
|
ac1ff06aef
update to new build system
|
20 سال پیش |
Mike Frysinger
|
480b36dbf3
Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style
|
20 سال پیش |
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
|
20 سال پیش |
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
|
20 سال پیش |
Mike Frysinger
|
e564f18967
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
|
20 سال پیش |
Mike Frysinger
|
3321ce7506
beautify utility building
|
20 سال پیش |
Mike Frysinger
|
668f51ff6a
use errno.h not sys/errno.h as pointed out by sjhill
|
20 سال پیش |
Peter S. Mazinger
|
1c91f4a8fe
Sync ftw w/ glibc, splitting ftw and ftw64
|
20 سال پیش |
Mike Frysinger
|
1a407ee53f
fix signed/unsigned warnings
|
20 سال پیش |
Mike Frysinger
|
68b4b57e17
kill off some signedness/unused warnings
|
20 سال پیش |
Mike Frysinger
|
19d153101a
sync whitespace with glibc
|
20 سال پیش |
Mike Frysinger
|
68993a598d
touchup code a bit to prep for new weak system
|
20 سال پیش |
Mike Frysinger
|
f04a88d3f0
beautify
|
20 سال پیش |
Mike Frysinger
|
bb5b1d9867
hide the internal libc pthread_mutex funcs
|
20 سال پیش |
Mike Frysinger
|
b80872c917
pointless whitespace touchups
|
20 سال پیش |
Mike Frysinger
|
9133430793
hide some functions to cut down on relocations
|
20 سال پیش |
Mike Frysinger
|
0b01e4471f
make sure mq_timedsend() and mq_send() is always defined
|
20 سال پیش |
Mike Frysinger
|
e06ec388de
make sure mq_timedreceive() and mq_receive() is always defined
|
20 سال پیش |
Mike Frysinger
|
44987e6666
hide __kernel functions
|
20 سال پیش |