dietlibc icon indicating copy to clipboard operation
dietlibc copied to clipboard

Inofficial git-cvs clone of :pserver:[email protected]:/cvs + some changes

Results 10 dietlibc issues
Sort by recently updated
recently updated
newest added

I'm getting the following build error: ``` bin-x86_64/diet gcc -D__dietlibc__ -Os -fstrict-aliasing -momit-leaf-frame-pointer -mfancy-math-387 -ffunction-sections -fdata-sections -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -Wshadow -o bin-x86_64/elftrunc contrib/elftrunc.c -Wl,--gc-sections...

Perhaps a better link for --http://www.inner.net/users/cmetz/program-like-a-klingon is https://web.archive.org/web/20080513043903/http://www.inner.net/users/cmetz/program-like-a-klingon as the original server is offline.

Function wcsstr return null if argument "haystack" ends with "needle". Ex: wchar_t *x = L"string"; wchar_t *f = L"ng"; wchar_t *r = wcsstr(x, f); // IS NULL

Please tag releases as done in CHANGELOG

Sorry, not sure if you guys will know the answer to this question at this point, but I was wondering if libdl (dlopen, dlsym support) is still maintained because I'm...

x86_64-pc-linux-gnu-gcc -I. -isystem include -march=core-avx2 -O2 -pipe -nostdinc -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -fno-strict-aliasing -fno-stack-protector -Wa,--noexecstack -fpie -fvisibility=hidden -c x86_64/memccpy.c -o bin-x86_64/memccpy.o -D__dietlibc__ x86_64/memccpy.c:5:23: fatal error:...

Hi, i'm not really interested in dietlibc's future anymore that much. But here are some of my patches i've made long time ago. Maybe you'll find them useful.

Hello, I could not compile with "make -j1 all dyn" strip -x -R .comment -R .note pic-x86_64/glob.o gcc -D__dietlibc__ -I. -isystem include -Os -fstrict-aliasing -momit-leaf-frame-pointer -mfancy-math-387 -W -Wall -Wextra -Wchar-subscripts...

A first attempt to compile with `make i386` gives `unrecognized option `--noexecstack'`. After commenting that lines from the Makefile, the next one says : ``` i386/start.S: Assembler messages: i386/start.S:66: Warning:...