diff options
author | Rahul Chaudhry <rahulchaudhry@google.com> | 2016-11-15 20:06:39 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-15 20:06:39 +0000 |
commit | 249bab53c3518fccd432baf1447422b25d884732 (patch) | |
tree | 0ec9cd10d3b529c84a90baf3589842f6ad519426 | |
parent | 61e5c70588d6f8668ee606261d36dc939cdcba9e (diff) | |
parent | 082ed0f10cf59b53381cefda2f90247e2a81015b (diff) | |
download | toolchain_binutils-249bab53c3518fccd432baf1447422b25d884732.zip toolchain_binutils-249bab53c3518fccd432baf1447422b25d884732.tar.gz toolchain_binutils-249bab53c3518fccd432baf1447422b25d884732.tar.bz2 |
gold: enable new dtags by default.
am: 082ed0f10c
Change-Id: Ifbc4608738b8b7bc38f278117b82c50c0ce2b9cd
-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")); |