[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/15033] option capable of stripping LTO (all sections begin
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug binutils/15033] option capable of stripping LTO (all sections beginning with .gnu.lto_) |
Date: |
Fri, 15 Feb 2013 09:32:35 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15033
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> 2013-02-15 09:32:35 UTC ---
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2013-02-15 09:32:32
Modified files:
binutils : ChangeLog objcopy.c NEWS
binutils/doc : binutils.texi
Log message:
PR binutils/15033
* objcopy.c (enum change_action): Delete.
(struct section_list): Delete remove, copy, change_vma, change_lma
and set_flags fields. Add context field.
(find_section_list): Add a context parameter. Add support for
wildcard characters in section names.
(is_strip_section): Check for sections being both copied and
removed.
(copy_object): Pass context to find_section_list.
(setup_section): Likewise.
(copy_section): Likewise.
(copy_main): Likewise.
* doc/binutils: Document the new behaviour.
* NEWS: Mention the new feature
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1988&r2=1.1989
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.163&r2=1.164
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/NEWS.diff?cvsroot=src&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.196&r2=1.197
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug binutils/15033] option capable of stripping LTO (all sections beginning with .gnu.lto_),
cvs-commit at gcc dot gnu.org <=