summaryrefslogtreecommitdiffstats
path: root/libc/string/cris
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-185-6/+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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-172-420/+391
| | | | | Step 4 libc/string and asm implementation
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-314-10/+10
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch arch specific part of libc/string for ↵Carmelo Amoroso2008-06-195-8/+8
| | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-166-0/+810
Step 8: add xtensa, cris and avr32 architecture dependent files, as is. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>