summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12Use DL_RELOC_ADDR when dealing with DL_LOADADDR_TYPE types. Fixes gnu-hashBernd Schmidt
2008-02-11Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architectureChris Zankel
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-02-07Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso
2008-02-07Fix stack overflow in _ppfs_parsespecCarmelo Amoroso
2008-02-05Add myself as the maintainer for the Xtensa architecture.Chris Zankel
2008-01-26Filter out '-std=gnu99' when running the assembler. This causes an error "Steven J. Hill"
2008-01-23give execlp() its own cache on no-mmu to avoid recursive cache fightingMike Frysinger
2008-01-22- fix file permissionsBernhard Reutner-Fischer
2008-01-22Test case to exploit dladdr bugCarmelo Amoroso
2008-01-19- forgot to add include/fenv.hBernhard Reutner-Fischer
2008-01-19- wrap superlong linesBernhard Reutner-Fischer
2008-01-19- add C99 floating point environment, rounding and exception handling functionsBernhard Reutner-Fischer
2008-01-18L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt
2008-01-18Update dl-inlines.h from Blackfin repository.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-18A patch from our Blackfin repository, originally from Mike Frysinger.Bernd Schmidt
2008-01-18Another piece needed for FD-PIC. This compiles another startfile, crtreloc.o,Bernd Schmidt
2008-01-17- fix compilation:Bernhard Reutner-Fischer
2008-01-17- fix linking.Bernhard Reutner-Fischer
2008-01-17- use libm_DIR and libm_OUTBernhard Reutner-Fischer
2008-01-17- remove unused fileBernhard Reutner-Fischer
2008-01-17bits/sysnum.h needs a cross compiler to be built. Fortunately, thisBernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2008-01-16- check for -nostdlibBernhard Reutner-Fischer
2008-01-12Make sh4 build works again adding a temporary work-aroundCarmelo Amoroso
2008-01-12Make sh4 build works again adding a temporary work-aroundCarmelo Amoroso
2008-01-11cull useless headers and import a few updates from glibcMike Frysinger
2008-01-11Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt
2008-01-09- Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer
2008-01-09fetch queue.h from latest freebsd cvsMike Frysinger
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2008-01-09add workaround for gcc-3.4.6 with mipsMike Frysinger
2008-01-09no need to delete the binary upon failureMike Frysinger
2008-01-09Daniel Jacobowitz writes:Mike Frysinger
2008-01-08Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-08the _dl_errno extern already exists in common headers, so no need for a local...Mike Frysinger
2008-01-08Added Hans-Christian Egtvedt as maintainer for the AVR32 architectureHans-Christian Egtvedt
2008-01-08Update the TODO reflecting the sh64 changes.Paul Mundt
2008-01-08Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt
2008-01-08sh64 uses a 32-bit ABI, don't bother with lib64 silliness.Paul Mundt
2008-01-08Bring sh64 support back from the dead.Paul Mundt
2008-01-08test to make sure the buffers used by the gethost*_r functions handle misalig...Mike Frysinger
2008-01-08fix memory corruption on no-mmu from doing multiple execls where earlier exec...Mike Frysinger
2008-01-06use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger
2008-01-05this code does not actually rely on INTERNAL_SYSCALLMike Frysinger
2008-01-05add info for elf.h, ldd.c, readelf.c, and MAINTAINERSMike Frysinger
2008-01-05sync with glibc to get the extern inline directiveMike Frysinger
2008-01-05- fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer