Deleted Added
full compact
link.5 (15489) link.5 (18715)
1.\" Copyright (c) 1993 Paul Kranenburg
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" Copyright (c) 1993 Paul Kranenburg
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $Id: link.5,v 1.5 1996/04/08 04:18:14 mpp Exp $
29.\" $Id: link.5,v 1.6 1996/05/01 01:45:22 bde Exp $
30.\"
31.Dd October 23, 1993
32.Dt LINK 5
33.Os
34.Sh NAME
35.Nm link
36.Nd dynamic loader and link editor interface
37.Sh SYNOPSIS

--- 379 unchanged lines hidden (view full) ---

417.It Fa dd_version
418Version number of this interface.
419.It Fa dd_in_debugger
420Set by the debugger to indicate to the run-time linker that the program is
421run under control of a debugger.
422.It Fa dd_sym_loaded
423Set by the run-time linker whenever it adds symbols by loading shared objects.
424.It Fa dd_bpt_addr
30.\"
31.Dd October 23, 1993
32.Dt LINK 5
33.Os
34.Sh NAME
35.Nm link
36.Nd dynamic loader and link editor interface
37.Sh SYNOPSIS

--- 379 unchanged lines hidden (view full) ---

417.It Fa dd_version
418Version number of this interface.
419.It Fa dd_in_debugger
420Set by the debugger to indicate to the run-time linker that the program is
421run under control of a debugger.
422.It Fa dd_sym_loaded
423Set by the run-time linker whenever it adds symbols by loading shared objects.
424.It Fa dd_bpt_addr
425The address were a breakpoint will be set by the the run-time linker to
425The address were a breakpoint will be set by the run-time linker to
426divert control to the debugger. This address is determined by the start-up
427module,
428.Em crt0.o,
429to be some convenient place before the call to _main.<.It Fa dd_bpt_shadow
430Contains the original instruction that was at
431.Fa dd_bpt_addr.
432The debugger is expected to put this instruction back before continuing the
433program.

--- 145 unchanged lines hidden ---
426divert control to the debugger. This address is determined by the start-up
427module,
428.Em crt0.o,
429to be some convenient place before the call to _main.<.It Fa dd_bpt_shadow
430Contains the original instruction that was at
431.Fa dd_bpt_addr.
432The debugger is expected to put this instruction back before continuing the
433program.

--- 145 unchanged lines hidden ---