[AArch64] Adjust layout emultempl/aarch64elf.em.
[deliverable/binutils-gdb.git] / gold / options.h
index 804b82246a2c628042f10de46d4dfcb1c82f0576..956a7f49356d9e5f5bc48fea911ca2050321fbc4 100644 (file)
@@ -1,6 +1,6 @@
 // options.h -- handle command line options for gold  -*- C++ -*-
 
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -975,7 +975,8 @@ class General_options
              N_("Create a position independent executable"),
              N_("Do not create a position independent executable"));
   DEFINE_bool_alias(pic_executable, pie, options::TWO_DASHES, '\0',
-                   N_("Create a position independent executable"), NULL,
+                   N_("Create a position independent executable"),
+                   N_("Do not create a position independent executable"),
                    false);
 
   DEFINE_bool(pipeline_knowledge, options::ONE_DASH, '\0', false,
@@ -1271,6 +1272,9 @@ class General_options
              NULL);
   DEFINE_bool(execstack, options::DASH_Z, '\0', false,
              N_("Mark output as requiring executable stack"), NULL);
+  DEFINE_bool(global, options::DASH_Z, '\0', false,
+             N_("Make symbols in DSO available for subsequently loaded "
+                "objects"), NULL);
   DEFINE_bool(initfirst, options::DASH_Z, '\0', false,
              N_("Mark DSO to be initialized first at runtime"),
              NULL);
This page took 0.02333 seconds and 4 git commands to generate.