aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-14 01:40:26 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-14 01:40:26 +0000
commit308b1ffdedc0380e17d84260b0069593eb4f9336 (patch)
treed8d71e2b551f87f128d2fa6068e9482004609019 /ld
parenta53f781e5784a5de4a8bad116393f37bdceedbd8 (diff)
downloadfsf-binutils-gdb-308b1ffdedc0380e17d84260b0069593eb4f9336.zip
fsf-binutils-gdb-308b1ffdedc0380e17d84260b0069593eb4f9336.tar.gz
fsf-binutils-gdb-308b1ffdedc0380e17d84260b0069593eb4f9336.tar.bz2
Fix use of @item vs. @itemx.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index cbc6f9b..17ddf6d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 14 10:38:36 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * ld.texinfo: Fix use of @item vs. @itemx.
+
1999-06-13 Ian Lance Taylor <ian@zembu.com>
From Thomas Zenker <thz@lennartz-electronic.de>:
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 4366576..43e7e82 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -757,7 +757,7 @@ platforms which support shared libraries.
@kindex --check-sections
@kindex --no-check-sections
@item --check-sections
-@item --no-check-sections
+@itemx --no-check-sections
Asks the linker @emph{not} to check section addresses after they have
been assigned to see if there any overlaps. Normally the linker will
perform this check, and if it finds any overlaps it will produce
@@ -1118,7 +1118,7 @@ for compatibility with other linkers, you may omit the leading
@kindex --verbose
@cindex verbose
@item --dll-verbose
-@item --verbose
+@itemx --verbose
Display the version number for @code{ld} and list the linker emulations
supported. Display which input files can and cannot be opened. Display
the linker script if using a default builtin script.