Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 23 | -40/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -117/+0 |
| | |||||
* | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko | 2009-02-08 | 1 | -0/+117 |
| | |||||
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 2 | -5/+2 |
| | | | | | | | | | | implement inline versions of some of them. Enable only those which result roughly in the same code size as using out-or-line versions. None of this affects users, installed headers won't have any trace of it. | ||||
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 2 | -130/+0 |
| | | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least. | ||||
* | string/generic/memcmp.c: remove some really paranoid guards | Denis Vlasenko | 2008-12-13 | 1 | -15/+2 |
| | | | | | for ancient compilers. none of other string/*.c files have them. | ||||
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -18/+9 |
| | | | | | | it is dead (not supported by gcc) for years. (more of it remains in multiple copies of sigaction.c) | ||||
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 7 | -7/+7 |
| | |||||
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -7/+7 |
| | | | | Closes issue #5194 | ||||
* | Fix compilation problem whit the following config options: | Carmelo Amoroso | 2008-10-01 | 2 | -3/+1 |
| | | | | | | | | | UCLIBC_HAS_STRING_GENERIC_OPT=y UCLIBC_HAS_STRING_ARCH_OPT is not set by making WORD_COPY_FWD macros visible. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - silence warning about possibly undefined preprocessor token | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -2/+2 |
| | |||||
* | Add optimized memcpy implementation for sh4 (from Stuart Menefy ↵ | Carmelo Amoroso | 2008-09-09 | 4 | -190/+201 |
| | | | | | | | | @STMicroelectronics). This implementation is based on 'backward copying'. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -10/+3 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 25 | -37/+37 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | mark a bunch of public mem/str functions as weak so that people who insist ↵ | Mike Frysinger | 2007-12-22 | 10 | -12/+12 |
| | | | | on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols | ||||
* | Qunying Pan writes: Make strncmp weak hidden to fix link failures in ↵ | Mike Frysinger | 2006-05-30 | 1 | -1/+1 |
| | | | | building gdb and binutils statically | ||||
* | fix signed warnings | Mike Frysinger | 2006-05-15 | 2 | -4/+4 |
| | |||||
* | Add new option for SuSv3 legacy functions and use it for ↵ | Peter S. Mazinger | 2006-03-23 | 3 | -0/+6 |
| | | | | bcopy/bzero/bcmp/index/rindex | ||||
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 1 | -1/+4 |
| | |||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 7 | -1/+19 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 2 | -32/+3 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 7 | -7/+0 |
| | | | | is a useless attempt | ||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 25 | -26/+34 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 25 | -95/+122 |
| | | | | missing headers, other jump relocs removed | ||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 25 | -89/+34 |
| | | | | where the non-hidden version was used. | ||||
* | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | 2005-12-08 | 1 | -2/+2 |
| | |||||
* | Correct syntax now... | Peter S. Mazinger | 2005-12-06 | 1 | -4/+1 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | No, '__mempcpy' is used by user-space applications, like coreutils for ↵ | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
| | | | | example and glibc still has '__mempcpy' as a global symbol. How about this, do a complete buildroot file system after hacking uClibc to make sure things work? There's a novel idea. | ||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 6 | -12/+9 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 3 | -0/+8 |
| | |||||
* | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger | 2005-11-26 | 1 | -2/+3 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger | 2005-11-15 | 8 | -26/+8 |
| | |||||
* | Move to use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 25 | -69/+83 |
| | |||||
* | Enable IMA on libc/string/generic | Peter S. Mazinger | 2005-11-03 | 1 | -7/+3 |
| | |||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -33/+8 |
| | |||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 |
| | | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | ||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+34 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -12/+6 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | 2005-09-22 | 1 | -4/+4 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -6/+4 |
| | |||||
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 29 | -0/+3377 |
Port the generic optimized string funcs from glibc, with some tweaks to cut their size a little. The main change is making memmove call memcpy for forward copying to trim redundant code. Make use of both the generic and arch-specific speed-optimized string funcs configurable. Arch-specific take precedence over generic, and generic takes precedence over basic size-optimized uClibc funcs. |