summaryrefslogtreecommitdiffstats
path: root/tools/ld_bfd
diff options
context:
space:
mode:
authorbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 22:21:10 +0000
committerbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 22:21:10 +0000
commit07e0fa47f369da3e4f4694ec9871850f8e8162b1 (patch)
tree5286b5033b88840aa1930c2c5ba08b6f556c518c /tools/ld_bfd
parent6979bf969c6a9fcc28186333c547af477ffe94ac (diff)
downloadchromium_src-07e0fa47f369da3e4f4694ec9871850f8e8162b1.zip
chromium_src-07e0fa47f369da3e4f4694ec9871850f8e8162b1.tar.gz
chromium_src-07e0fa47f369da3e4f4694ec9871850f8e8162b1.tar.bz2
Reserve 1GB at the base address of linux nacl_helper for Native Client.
Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/ld_bfd')
-rwxr-xr-xtools/ld_bfd/ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ld_bfd/ld b/tools/ld_bfd/ld
index 5a5d84e..124f202 100755
--- a/tools/ld_bfd/ld
+++ b/tools/ld_bfd/ld
@@ -34,6 +34,8 @@ def main():
continue
if arg == "-Wl,--thread-count=4" or arg == "--thread-count=4":
continue
+ if arg == "--icf=none":
+ continue
args.append(arg)
print("ld_bfd/ld: exec ", args)
sys.exit(subprocess.call(args))