diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-03-08 05:42:15 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-03-08 05:42:15 +0000 |
commit | a65688ab43aea3e6b60880091e1845c6490a00c7 (patch) | |
tree | 069e42b364ca4ca62c34b3a266d390bb8326e7f3 /binutils | |
parent | 913b4d4b74b60d04ddb1966bb3e0aa8a32912231 (diff) | |
download | binutils-a65688ab43aea3e6b60880091e1845c6490a00c7.zip binutils-a65688ab43aea3e6b60880091e1845c6490a00c7.tar.gz binutils-a65688ab43aea3e6b60880091e1845c6490a00c7.tar.bz2 |
2002-03-07 Daniel Jacobowitz <drow@mvista.com>
* doc/binutils.texi (Target Selection): Fix LD crossreferences.
(Architecture Selection): Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4f24699..ae9f688 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Daniel Jacobowitz <drow@mvista.com> + + * doc/binutils.texi (Target Selection): Fix LD crossreferences. + (Architecture Selection): Likewise. + 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru> * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 6fb185b..807f43e 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3129,7 +3129,7 @@ command line option: @option{-b} or @option{--format} @item script command @code{TARGET} -(@pxref{Option Commands,,Option Commands,ld.info,Using LD}) +(@pxref{Format Commands,,Format Commands,ld.info,Using LD}) @item environment variable @code{GNUTARGET} @@ -3151,7 +3151,7 @@ command line option: @option{-oformat} @item script command @code{OUTPUT_FORMAT} -(@pxref{Option Commands,,Option Commands,ld.info,Using LD}) +(@pxref{Format Commands,,Format Commands,ld.info,Using LD}) @item the linker input target (see ``Linker Input Target'' above) @@ -3206,7 +3206,7 @@ Ways to specify: @enumerate @item script command @code{OUTPUT_ARCH} -(@pxref{Option Commands,,Option Commands,ld.info,Using LD}) +(@pxref{Miscellaneous Commands,,Miscellaneous Commands,ld.info,Using LD}) @item the default architecture from the linker output target |