summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* Fixup multi-line stringEric Andersen2002-09-091-9/+8
* Fixed another address alignment where a pagesize of 4k were assumed.Tobias Anderberg2002-09-052-2/+2
* Use bits/kernel_stat.h, not asm/stat.hEric Andersen2002-08-241-2/+1
* missed const-ifying this one.Eric Andersen2002-08-192-2/+2
* some updates from Stefan Allius to make up the SuperH shared libEric Andersen2002-08-1910-58/+183
* Fix alignment, minor cosmetic changesEric Andersen2002-08-121-6/+10
* Ok, bad idea. didn't work.Eric Andersen2002-08-092-2/+56
* Link ldso vs libgcc.a and eliminate baggage caused byEric Andersen2002-08-0912-1421/+8
* Patch from Stefan Allius, avoid compiler warnings (unused variable)Eric Andersen2002-08-098-8/+8
* Patch from Stefan Allius to remove obsolete printfsEric Andersen2002-08-091-2/+0
* Disable this code for mips, which does things quite differently...Eric Andersen2002-08-092-2/+6
* Fix a stupid typo messing up powerpc supportEric Andersen2002-08-091-1/+1
* For some perverse reason we were not registering destructorsEric Andersen2002-08-082-0/+8
* Make powerpc compile once againEric Andersen2002-08-082-0/+2
* Move destructor attribute tagEric Andersen2002-08-082-6/+2
* Missed a spotEric Andersen2002-08-082-12/+12
* Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen2002-08-0835-737/+2065
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-084-10/+74
* Make some strings constEric Andersen2002-08-085-5/+5
* Cleanup to avoid some undefined behaviorEric Andersen2002-08-082-76/+74
* ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"2002-07-253-350/+16
* Kill cruft. Build ldd for the host system by default.Eric Andersen2002-07-251-4/+4
* Take advantage of the new syscall stuff on x86 and arm to killEric Andersen2002-07-254-568/+20
* Fixup where locals shadowed globalsEric Andersen2002-07-021-18/+16
* Don't try to compile the target utils unless told to do so.Eric Andersen2002-06-231-3/+0
* Fix support for 2.0.x linux kernels. Oops.Eric Andersen2002-06-211-2/+2
* Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"2002-06-055-41/+43
* If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"2002-06-041-6/+7
* Silly me. ldd.target is for the target system, so don'tEric Andersen2002-05-291-1/+1
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-282-4/+4
* Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen2002-05-2815-27/+85
* Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen2002-05-241-5/+11
* Fix ldd so it correctly handles search paths of just one entryEric Andersen2002-05-241-27/+29
* Pass the -s to the linkerEric Andersen2002-05-241-2/+2
* Added more debug code."Steven J. Hill"2002-05-201-0/+7
* Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"2002-05-208-103/+91
* Another mips patch from Steven J. Hill:Eric Andersen2002-05-098-88/+123
* Fix funky use of bracketsEric Andersen2002-05-092-4/+6
* No real need to make ldd.target and readelf.target be static...Eric Andersen2002-05-031-2/+2
* Patch from Tobias Anderberg <tobias.anderberg@axis.com> toEric Andersen2002-05-022-116/+54
* Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen2002-05-0222-282/+601
* Make ldd and readelf work even with byte swapped binariesEric Andersen2002-05-022-33/+105
* SEND_NUMBER_STDERR is supposed to be calling _dl_simple_ltoa(),Eric Andersen2002-04-101-1/+1
* Teach powerpc to whine loudly about using -fPIC when a R_PPC_REL24Eric Andersen2002-04-101-1/+4
* Removed handling for R_PPC_REL24, since it is deceptively useless.David Schleef2002-04-091-0/+2
* Remove unused variableEric Andersen2002-04-031-1/+0
* Steven's patch contained a spare SEND_NUMBER_STDERR call that wasEric Andersen2002-04-031-1/+1
* Steven J. Hill's latest mips dynamic loader updatesEric Andersen2002-04-0213-71/+341
* Doh! This is _still_ wrong. Fix potential buffer overflow.Eric Andersen2002-04-021-4/+4
* More mips support from sjhillEric Andersen2002-03-295-2/+84