aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout/rtld.c
Commit message (Collapse)AuthorAgeFilesLines
...
* More proper fix for for shared lib debugging support.Jordan K. Hubbard1994-01-141-2/+2
| | | | Notes: svn path=/head/; revision=973
* 1. Fix bug where duplicate symbol warnings were suppressed. This oftenJordan K. Hubbard1994-01-121-2/+2
| | | | | | | | | caued ld to `exit silently', to general confusion. 2. Add Gary Jennejohn's fix to support debugging of shared libraries. Notes: svn path=/head/; revision=972
* C++ support changes (+misc fixes) from Paul K.Jordan K. Hubbard1993-12-221-12/+43
| | | | Notes: svn path=/head/; revision=912
* Broke sbrk() out of rtld as part of general cleanup.Jordan K. Hubbard1993-12-111-42/+2
| | | | Notes: svn path=/head/; revision=846
* Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bitJordan K. Hubbard1993-12-111-3/+3
| | | | | | | different from NetBSD's here and it squeaked through the update. Notes: svn path=/head/; revision=844
* David Greenman's latest changes to eliminate much stack-walking jazzJordan K. Hubbard1993-12-091-94/+8
| | | | | | | (no more sbrk_init()!). Notes: svn path=/head/; revision=835
* More changes to bring FreeBSD in sync with Paul K's latest.Jordan K. Hubbard1993-12-041-3/+3
| | | | Notes: svn path=/head/; revision=829
* Second attempt to integrate Paul K's changes.Jordan K. Hubbard1993-12-021-1/+56
| | | | Notes: svn path=/head/; revision=822
* Remove hanging #else part (with second sbrk()) without #if & #endifAndrey A. Chernov1993-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? Notes: svn path=/head/; revision=815
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-301-1/+61
| | | | Notes: svn path=/head/; revision=811
* Some of the latest changes from Paul K (taken from NetBSD-current).Jordan K. Hubbard1993-11-221-20/+67
| | | | Notes: svn path=/head/; revision=792
* Added -lgcc_pic to Makefile -- Why do we need this and NetBSD don't ??Paul Richards1993-11-091-16/+11
| | | | | | | | Incorporated patch by Guido (inspired by Davidg) that fixes stack problem. May not be final fix but it works more than the current method. Notes: svn path=/head/; revision=742
* Updated to newest ld from pk.Paul Richards1993-11-091-3/+4
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=740
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-0/+1026
Notes: svn path=/head/; revision=696