aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-10-05 00:37:21 +0000
committerIan Lance Taylor <ian@airs.com>1998-10-05 00:37:21 +0000
commitdc6c45d7cb8bd0939469054f15c29d1a742c228e (patch)
tree7a4877c0cc9840cbf0ea080c9a7bbe65518a196c /binutils
parentbd08d5e0b5a7141f971fdcbe973d818f983c9e3a (diff)
downloadgdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.zip
gdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.tar.gz
gdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.tar.bz2
From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
* objcopy.1: Fix typo in --remove-leading-char docs. * objdump.1: Fix formatting in --stabs docs.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog17
-rw-r--r--binutils/objcopy.12
-rw-r--r--binutils/objdump.13
3 files changed, 19 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fa229f6..112149e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,7 +1,22 @@
+Sun Oct 4 20:34:42 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
+ * objcopy.1: Fix typo in --remove-leading-char docs.
+ * objdump.1: Fix formatting in --stabs docs.
+
+Sat Sep 19 23:33:56 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * rcparse.y (memflags_move): Correct recursion.
+
+1998-09-10 Ulrich Drepper <drepper@cygnus.com>
+
+ * readelf.c (process_symbol_table): Print in histogram how many
+ symbols are covered by the current chain length.
+
Sun Sep 6 16:15:47 1998 Nick Clifton <nickc@cygnus.com>
* readelf.c (process_section_contents): Do not try to dump empty
- sections.
+ sections.
Sat Sep 5 19:17:10 1998 Mumit Khan <khan@xraylith.wisc.edu>
diff --git a/binutils/objcopy.1 b/binutils/objcopy.1
index de723f3..fec9711 100644
--- a/binutils/objcopy.1
+++ b/binutils/objcopy.1
@@ -271,7 +271,7 @@ most common symbol leading character is underscore. This option will
remove a leading underscore from all global symbols. This can be
useful if you want to link together objects of different file formats
with different conventions for symbol names. This is different from
-@code{--change-leading-char} because it always changes the symbol name
+\fB\-\-change\-leading\-char\fP because it always changes the symbol name
when appropriate, regardless of the object file format of the output
.TP
.B \-\-weaken
diff --git a/binutils/objdump.1 b/binutils/objdump.1
index ed4a629..f88e942 100644
--- a/binutils/objdump.1
+++ b/binutils/objdump.1
@@ -317,7 +317,8 @@ sections from an ELF file. This is only useful on systems (such as
Solaris 2.0) in which .stab debugging symbol-table entries are carried
in an ELF section. In most other file formats, debugging symbol-table
entries are interleaved with linkage symbols, and are visible in the
-\-\-syms output.
+.B \-\-syms
+output.
.TP
.BI "\-\-start\-address=" "address"