Rob Landley
|
15c32ee116
No configs actually set LIBGCC_CFLAGS to anything, and it's not even
|
18 years ago |
Mike Frysinger
|
524fcc49dd
more ifdef tweaks from holin (#1247) for retarded hosts (like OS X)
|
18 years ago |
Mike Frysinger
|
d8a1759c47
dont include asm/user.h
|
18 years ago |
Rob Landley
|
69c54f8038
Be consistent about spelling. LGPL says "License" not "Licence", so go
|
18 years ago |
Joakim Tjernlund
|
11b4fd555c
Carmelo Amoroso writes:
|
18 years ago |
Joakim Tjernlund
|
56450d6b99
Carmelo Amoroso writes:
|
18 years ago |
Khem Raj
|
85635c1432
Using local variable 'result' caused problems with lseek64 syscall failing with gcc 4.2. Renaming to make it a bit uncommon name.
|
18 years ago |
Mike Frysinger
|
55b69ac7be
make sure undefine references in dlopen()-ed libs are handled graciously
|
18 years ago |
Mike Frysinger
|
458e37f68e
make sure dlsym() properly returns NULL with undefined symbols
|
18 years ago |
Mike Frysinger
|
3c744cd178
fix from upstream blackfin repo for sigsetjmp
|
18 years ago |
Rob Landley
|
4bb5454cbd
Patch from Al Stone to fix ia64:
|
18 years ago |
Khem Raj
|
8e3683e96a
Sync kernel_stat64 with kernel. Thanks to Daniel Jacobowitz for hints.
|
18 years ago |
Rob Landley
|
f95dae5414
Patch from Khem Raj that fixes running gcc on arm for me. (Otherwise it
|
18 years ago |
Khem Raj
|
449af02b4c
Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then -DNDEBUG is added
|
18 years ago |
Rob Landley
|
78a11bc191
svn 17941/17943 broke the build. 18032 made the threaded case compile
|
18 years ago |
Rob Landley
|
5a551453e6
Fix a build break due to errno and h_errno being unresolved symbols.
|
18 years ago |
Paul Mundt
|
90307023f8
Sync sh's procfs.h with glibc, fixes gdbserver.
|
18 years ago |
Paul Mundt
|
499e2c9e41
Fix PLTJMP() token pasting build error, patch from
|
18 years ago |
Khem Raj
|
237cb9a392
I always miss svn add.
|
18 years ago |
Rob Landley
|
ea489dee06
Remove debian directory at the request of Simon Richter. (The debian
|
18 years ago |
Khem Raj
|
80422cdc59
Add posix_fadvise posix_fadvise64 for arm.
|
18 years ago |
Khem Raj
|
d81e53c5fa
New test targets 'compile' and 'run'
|
18 years ago |
Khem Raj
|
530155cb27
include stddef.h to get NULL definition.
|
18 years ago |
Khem Raj
|
e587dc38e3
Fix compiler warning about shadowed declaration.
|
18 years ago |
Khem Raj
|
75ab33eae1
Should be __sigset_t instead of sigset_t.
|
18 years ago |
Mike Frysinger
|
148c1f7749
add support for ppoll() and emulate poll() with it when __NR_poll does not exist
|
18 years ago |
Eric Andersen
|
0306ff3482
mention the uClibc 0.9.28.3 release
|
18 years ago |
Eric Andersen
|
6ea43a32a3
Add a hack for compiling a 32 bit user space with a 64 bit kernel on x86_64
|
18 years ago |
Mike Frysinger
|
913c52ce79
ifdef out RTLD defines we dont actually support nor are in POSIX
|
18 years ago |
Mike Frysinger
|
b0973711aa
sync with glibc
|
18 years ago |