summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-7/+7
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-3/+3
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-4/+4
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-2/+2
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-032-7/+5
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - Fix powerpc pread/pwrite (Wade Berrier)Bernhard Reutner-Fischer2008-08-201-10/+11
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-236-48/+48
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-4/+4
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-232-24/+24
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-12/+27
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-242-6/+6
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* Remove the arch specific mmap impl. for Powerpc. The common one will do.Joakim Tjernlund2007-05-252-56/+1
* Update comment regarding passing dl_fini.Joakim Tjernlund2007-03-311-2/+5
* Revert last change until we figure out the correct fix.Rob Landley2007-03-291-1/+1
* Make the code match the comments. (I narrowed down the bug, Khem Raj Rob Landley2007-03-281-1/+1
* Joseph S. Myers writes:Joakim Tjernlund2007-03-191-0/+7
* Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund2007-02-134-19/+169
* Updates from glibc.Joakim Tjernlund2007-02-121-28/+183
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-1219-752/+545
* Removed a .align 2 by mistake in previous commit.Joakim Tjernlund2007-02-121-0/+2
* Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund2007-02-122-18/+2
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-0416-0/+572
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-055-15/+23
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-082-6/+1
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* fix from psm: just use common resource.hMike Frysinger2006-08-241-209/+0
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-3/+7
* sync with upstream via psmMike Frysinger2006-08-237-51/+228
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-1/+2
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-0/+2
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-212-136/+0
* sync with glibcMike Frysinger2006-03-291-1/+7
* Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger2006-03-201-4/+4
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-4/+3
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-101-5/+3
* fix build/segv issues as reported and fixed by Brent CookMike Frysinger2006-03-091-1/+13
* disable older rlimit support by defaultMike Frysinger2006-03-041-1/+2
* sync with glibcMike Frysinger2006-02-251-0/+54
* Move lseek64 into LFS guarded placePeter S. Mazinger2006-02-251-1/+2