From: Ian Lance Taylor Date: Mon, 5 Oct 1998 00:37:21 +0000 (+0000) Subject: From Nokubi Hirotaka : X-Git-Tag: gdb-4_18~1087 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc6c45d7cb8bd0939469054f15c29d1a742c228e;p=external%2Fbinutils.git From Nokubi Hirotaka : * objcopy.1: Fix typo in --remove-leading-char docs. * objdump.1: Fix formatting in --stabs docs. --- 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 + + From Nokubi Hirotaka : + * 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 + + * rcparse.y (memflags_move): Correct recursion. + +1998-09-10 Ulrich Drepper + + * 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 * readelf.c (process_section_contents): Do not try to dump empty - sections. + sections. Sat Sep 5 19:17:10 1998 Mumit Khan 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"