summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout
Commit message (Collapse)AuthorAgeFilesLines
* David Greenman's latest changes to eliminate much stack-walking jazzjkh1993-12-091-94/+8
| | | | (no more sbrk_init()!).
* More changes to bring FreeBSD in sync with Paul K's latest.jkh1993-12-041-3/+3
|
* More changes to bring FreBSD in sync with Paul K's latest.jkh1993-12-041-27/+2
|
* Second attempt to integrate Paul K's changes.jkh1993-12-021-1/+56
|
* Remove hanging #else part (with second sbrk()) without #if & #endifache1993-12-011-55/+3
| | | | | | Add missing argument to findshlib, I am not shure, but it seems that it is 1. !!! Does anybody compile it before commit?
* Many recent fixes from Paul K, add support for chaining of shared lib deps.jkh1993-11-304-7/+92
|
* Added -lgcc_pic back again.jkh1993-11-251-2/+2
|
* Some of the latest changes from Paul K (taken from NetBSD-current).jkh1993-11-224-25/+80
|
* Incorporated fixes from Paul to make -Z option work. Emits old-stylepaul1993-11-151-2/+5
| | | | ZMAGIC magic numbers in a long.
* Added -lgcc_pic to Makefile -- Why do we need this and NetBSD don't ??paul1993-11-092-18/+13
| | | | | Incorporated patch by Guido (inspired by Davidg) that fixes stack problem. May not be final fix but it works more than the current method.
* Updated to newest ld from pk.paul1993-11-093-9/+11
| | | | | | | | | | | | lib.c: Pull in archives containing definitions needed by shared objects. warnings.c: Less spurious "undefined symbol" msgs for shared library defined symbols. ld.c: Do a better job of recognising data in text segments, eg. `const char []'. shlib.c,ld/rtld/{Makefile rtld.c} Use strsep() in stead of strtok() and restore colons in eg. env. vars.
* Added -lgcc_pic to LDFLAGS in rtld/Makefilepaul1993-11-071-2/+2
|
* Imported NetBSD's ld for shared libs.paul1993-11-038-0/+1958
OpenPOWER on IntegriCloud