mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
(1) describe -relax
(2) push rev, copyright dates to present
This commit is contained in:
21
ld/gld.1
21
ld/gld.1
@ -1,7 +1,7 @@
|
|||||||
.\" Copyright (c) 1991 Free Software Foundation
|
.\" Copyright (c) 1991, 1992 Free Software Foundation
|
||||||
.\" See section COPYING for conditions for redistribution
|
.\" See section COPYING for conditions for redistribution
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH gld 1 "5 November 1991" "cygnus support" "GNU Development Tools"
|
.TH gld 1 "23 January 1992" "cygnus support" "GNU Development Tools"
|
||||||
.de BP
|
.de BP
|
||||||
.sp
|
.sp
|
||||||
.ti \-.2i
|
.ti \-.2i
|
||||||
@ -64,6 +64,7 @@ gld \- the GNU linker
|
|||||||
.RB "[\|" "\-R\ "\c
|
.RB "[\|" "\-R\ "\c
|
||||||
.I filename\c
|
.I filename\c
|
||||||
\&\|]
|
\&\|]
|
||||||
|
.RB "[\|" \-relax "\|]"
|
||||||
.RB "[\|" \-r | \-Ur "\|]"
|
.RB "[\|" \-r | \-Ur "\|]"
|
||||||
.RB "[\|" \-S "\|]"
|
.RB "[\|" \-S "\|]"
|
||||||
.RB "[\|" \-s "\|]"
|
.RB "[\|" \-s "\|]"
|
||||||
@ -552,6 +553,20 @@ relocate it or include it in the output. This allows your output file
|
|||||||
to refer symbolically to absolute locations of memory defined in other
|
to refer symbolically to absolute locations of memory defined in other
|
||||||
programs.
|
programs.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-relax
|
||||||
|
An option with machine dependent effects. Currently this option is only
|
||||||
|
supported on the H8/300.
|
||||||
|
|
||||||
|
On some platforms, use this option to perform global optimizations that
|
||||||
|
become possible when the linker resolves addressing in your program, such
|
||||||
|
as relaxing address modes and synthesizing new instructions in the
|
||||||
|
output object file.
|
||||||
|
|
||||||
|
On platforms where this is not supported, `\|\c
|
||||||
|
.B \-relax\c
|
||||||
|
\&\|' is accepted, but has no effect.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-r
|
.B \-r
|
||||||
Generates relocatable output\(em\&i.e., generate an output file that can in
|
Generates relocatable output\(em\&i.e., generate an output file that can in
|
||||||
@ -995,7 +1010,7 @@ The GNU Binary Utilities\c
|
|||||||
, Roland H. Pesch.
|
, Roland H. Pesch.
|
||||||
|
|
||||||
.SH COPYING
|
.SH COPYING
|
||||||
Copyright (c) 1991 Free Software Foundation, Inc.
|
Copyright (c) 1991, 1992 Free Software Foundation, Inc.
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
Reference in New Issue
Block a user