diff options
author | Rahul Chaudhry <rahulchaudhry@google.com> | 2016-11-15 20:21:38 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-15 20:21:38 +0000 |
commit | fc509c90be69651fbc0a7fff56341eb4cc51b16d (patch) | |
tree | 0ec9cd10d3b529c84a90baf3589842f6ad519426 | |
parent | 77490142d3e80b3f936b4619cc1a40d5069be358 (diff) | |
parent | 8c0201683174d92c3fe2abd28c59073cc8bac735 (diff) | |
download | toolchain_binutils-fc509c90be69651fbc0a7fff56341eb4cc51b16d.zip toolchain_binutils-fc509c90be69651fbc0a7fff56341eb4cc51b16d.tar.gz toolchain_binutils-fc509c90be69651fbc0a7fff56341eb4cc51b16d.tar.bz2 |
gold: enable new dtags by default. am: 082ed0f10c am: 249bab53c3
am: 8c02016831
Change-Id: Id3c1dfcc0aa0b09d820e45407e384d15ac0ed1e6
-rw-r--r-- | binutils-2.25/gold/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/gold/options.h b/binutils-2.25/gold/options.h index 0fa26f1..4bfb2de 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")); |