From 082ed0f10cf59b53381cefda2f90247e2a81015b Mon Sep 17 00:00:00 2001 From: Rahul Chaudhry Date: Thu, 3 Nov 2016 11:41:34 -0700 Subject: gold: enable new dtags by default. This is also the default upstream: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=50701cc170a7c10a72e5ec2c7c6ed31057a31d43 Bug: 31270843 --- binutils-2.25/gold/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils-2.25/gold/options.h b/binutils-2.25/gold/options.h index 0fa26f16..4bfb2de2 100644 --- a/binutils-2.25/gold/options.h +++ b/binutils-2.25/gold/options.h @@ -967,7 +967,7 @@ class General_options N_("Do not page align data, do not make text readonly"), N_("Page align data, make text readonly")); - DEFINE_enable(new_dtags, options::EXACTLY_TWO_DASHES, '\0', false, + DEFINE_enable(new_dtags, options::EXACTLY_TWO_DASHES, '\0', true, N_("Enable use of DT_RUNPATH"), N_("Disable use of DT_RUNPATH")); -- cgit v1.2.3