mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
* objcopy.1: Fix typo in --remove-leading-char docs. * objdump.1: Fix formatting in --stabs docs.
This commit is contained in:
parent
bd08d5e0b5
commit
dc6c45d7cb
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user