summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.1
Commit message (Collapse)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.obrien2002-09-171-295/+0
| | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time.
* can not -> cannot.ru2002-08-131-1/+1
|
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-131-1/+2
|
* mdoc(7) police:ru2001-08-071-2/+2
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-14/+11
|
* Prepare for mdoc(7)NG.ru2000-12-271-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-11/+11
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add Xref to ldd(1).jkoshy1998-07-261-1/+2
| | | | PR: 7397
* .Ar -l -> .Fl lsteve1997-08-231-2/+2
| | | | | PR: docs/3682 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Fix some old typos and misspellings.jdp1997-05-311-5/+5
|
* Document new -Bforcedynamic flag and -assert pure-text.dfr1997-05-291-3/+18
| | | | Reviewed by: jdp
* Add a new "-f" option to the linker, to print the resolved pathsjdp1997-03-221-2/+5
| | | | | | of all the files and libraries in the command line. Submitted by: bde (Bruce Evans)
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-3/+3
|
* Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also dealpeter1996-10-011-36/+83
| | | | | | | | | | with the -R option and store the path in the dynamic header when specified. The $LD_RUN_PATH environment variable is not checked yet. While here, split up the code a bit more to enable more selective replacing of GPL'ed components that are linked with ld.so with others. Obtained from: NetBSD (mostly, the breakup is my fault)
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-2/+6
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* Add an option -O <filename> to ld. From the manpage:phk1996-05-281-1/+8
| | | | | | | | -O filename Specifies the name of the output file. The file is created as filename.tmp and when output is complete renamed to filename. This allows us to: ld -O ${.TARGET} -x -r ${.TARGET}
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-231-5/+15
| | | | | | | | | | warning handling and allows for link-time warnings with a modified version of gas. Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now. Obtained from: NetBSD
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.ats1994-12-111-3/+3
|
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-1/+6
| | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* Document existance of -Zdg1994-03-091-1/+3
|
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-131-15/+18
| | | | | | | | | | late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries).
* Changed NetBSD -> FreeBSDnate1994-02-111-2/+2
|
* Updated man page to document new behaviour of -Z, -z and -Q flags.jkh1994-01-031-2/+7
|
* Imported NetBSD's ld for shared libs.paul1993-11-031-0/+192
OpenPOWER on IntegriCloud