diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-06 00:42:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-06 00:42:17 +0000 |
commit | 237dcb538fb06d94108754e4812e49b5b25d4926 (patch) | |
tree | 635519cf1d144b20a25e6fe76a290fc1605cf491 /binutils/doc | |
parent | 08bc6426e4a1031561327c312c7c32be60dc0004 (diff) | |
download | gdb-237dcb538fb06d94108754e4812e49b5b25d4926.zip gdb-237dcb538fb06d94108754e4812e49b5b25d4926.tar.gz gdb-237dcb538fb06d94108754e4812e49b5b25d4926.tar.bz2 |
binutils/
* objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
(setup_section): Don't zero vma and lma when extract_symbol.
(copy_section): Discard relocations when extract_symbol.
* doc/binutils.texi: Update --extract-symbol description.
ld/testsuite/
* ld-elf/extract-symbol-1sec.d: Update.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 2ebf354..db09d8a 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1540,7 +1540,6 @@ Keep the file's section flags and symbols but remove all section data. Specifically, the option: @itemize -@item sets the virtual and load addresses of every section to zero; @item removes the contents of all sections; @item sets the size of every section to zero; and @item sets the file's start address to zero. |