|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug gold/17498] gold includes far more symbols in symtab than bfd ld |
Date: | Fri, 05 Jun 2015 03:59:21 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17498 --- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Cary Coutant <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cd3c333f43f03d6e41668a82a68a99c14000a681 commit cd3c333f43f03d6e41668a82a68a99c14000a681 Author: Cary Coutant <address@hidden> Date: Thu Jun 4 20:58:08 2015 -0700 Change default to discard temporary local symbols in merge sections. Add --discard-none to keep all local symbols. gold/ PR gold/17498 * object.cc (Sized_relobj_file::do_count_local_symbols): Discard temporary locals in merge sections. * options.cc (General_options::parse_discard_all): New method. (General_options::parse_discard_locals): New method. (General_options::parse_discard_none): New method. (General_options::General_options): Initialize discard_locals_. * options.h (--discard-all): Convert to special option. (--discard-locals): Likewise. (--discard-none): New option. (General_options::discard_all): New method. (General_options::discard_locals): New method. (General_options::discard_sec_merge): New method. (General_options::Discard_locals): New enum. (General_options::discard_locals_): New data member. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |