summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fic gcc 4.0 compilation. Still no confimation that this works onJoakim Tjernlund2005-06-211-30/+42
* sync whitespace with glibcMike Frysinger2005-06-171-8/+8
* Jim Ramsay writes:Eric Andersen2005-06-161-1/+1
* change the old pads to the new nano sec fieldsMike Frysinger2005-06-111-6/+6
* touchup syntax for no real good reason ;)Mike Frysinger2005-06-118-33/+37
* Based on start.S from debian's glibc, this gets arm workingEric Andersen2005-06-101-138/+69
* Add missing file needed for arm to compileEric Andersen2005-06-101-0/+29
* Based in part on related code in glibc, this might even be correct.Eric Andersen2005-06-101-9/+42
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-1013-137/+102
* oops. I'd left some junk in thereEric Andersen2005-06-101-3/+0
* rework arm crt1 properly this time aroundEric Andersen2005-06-101-27/+23
* silly rabbitEric Andersen2005-06-101-1/+1
* Dunno yet if I got this right or not, but it now at leastEric Andersen2005-06-102-38/+57
* Finish updating mips for the new ABIEric Andersen2005-06-103-43/+89
* move tv def back with gettimeofday() funcMike Frysinger2005-06-071-4/+5
* Fix a broken linkEric Andersen2005-06-031-2/+2
* clean up syntax/whitespace and a few variables to minimize diffs between i386...Mike Frysinger2005-06-031-44/+38
* tweak whitespace to minimize diffs between i386/m68kMike Frysinger2005-06-031-4/+3
* Add debug printout of RTLD_GLOBAL and RTLD_NOW flag.Joakim Tjernlund2005-06-011-5/+6
* Initial support for both RUNPATH support.Joakim Tjernlund2005-06-013-16/+26
* Fix bug 60Joakim Tjernlund2005-05-311-21/+24
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-2811-29/+51
* Filter out any -z defs since this lib will have undefined symbols thatJoakim Tjernlund2005-05-281-1/+4
* fix warnings likeJoakim Tjernlund2005-05-281-4/+4
* gcc saysJoakim Tjernlund2005-05-281-1/+1
* I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund2005-05-281-0/+1
* Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund2005-05-286-44/+21
* Add back .size for __startJoakim Tjernlund2005-05-281-0/+1
* Add back .size for _start Joakim Tjernlund2005-05-281-0/+1
* touchup defines so that we can use same ssp.c in both glibc and uclibcMike Frysinger2005-05-271-16/+28
* - keep gcc-4.x happyNed Ludd2005-05-272-1/+6
* erik 0, stupid 1Eric Andersen2005-05-271-2/+2
* style updatesMike Frysinger2005-05-271-9/+9
* With a bit of luck, this might just get mips working againEric Andersen2005-05-273-72/+135
* minor tweak for correctnessEric Andersen2005-05-271-1/+1
* Pass the aligned stack ptr, not the unaligned.Joakim Tjernlund2005-05-261-4/+4
* Clean it up a little.Joakim Tjernlund2005-05-261-10/+6
* Adapt x86 to new __uClibc_start_main.Joakim Tjernlund2005-05-261-96/+106
* Fix PPC wrt new __uClibc_start_main.Joakim Tjernlund2005-05-261-12/+7
* This commit breaks the entire world (yet again). Calculate theEric Andersen2005-05-261-11/+13
* Add PIE support to ARM. From Peter MazingerJoakim Tjernlund2005-05-262-6/+14
* Removed -z defs as a more general solution is in the works.Joakim Tjernlund2005-05-261-1/+1
* Fix "off by one" bug.Joakim Tjernlund2005-05-261-6/+6
* Prepare for standalone execution of ldso.Joakim Tjernlund2005-05-251-0/+11
* Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund2005-05-253-32/+30
* Enable new FINI processing. ldso now passes a FINI functionJoakim Tjernlund2005-05-212-13/+0
* Update PowerPC to new ABI.Joakim Tjernlund2005-05-212-14/+102
* Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund2005-05-214-35/+136
* Fix debug macros.Joakim Tjernlund2005-05-201-5/+6
* Finish up reverting NPTLEric Andersen2005-05-206-15/+1178