Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: binutils/gold/common.cc

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/gold/arm.cc ('k') | binutils/gold/copy-relocs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/gold/common.cc
diff --git a/binutils/gold/common.cc b/binutils/gold/common.cc
index f90ae40e1b56d826819629d6f84d163210fce20e..4bc6a51d6984a7a1474aa1219573ec60c16ca0c5 100644
--- a/binutils/gold/common.cc
+++ b/binutils/gold/common.cc
@@ -239,7 +239,7 @@ Symbol_table::do_allocate_commons_list(
Output_data_space *poc = new Output_data_space(addralign, ds_name);
Output_section *os = layout->add_output_section_data(name,
elfcpp::SHT_NOBITS,
- flags, poc);
+ flags, poc, false);
if (os != NULL)
{
if (commons_section_type == COMMONS_SMALL)
« no previous file with comments | « binutils/gold/arm.cc ('k') | binutils/gold/copy-relocs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698