From 07e0fa47f369da3e4f4694ec9871850f8e8162b1 Mon Sep 17 00:00:00 2001 From: "bradchen@google.com" Date: Tue, 16 Aug 2011 22:21:10 +0000 Subject: 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 --- tools/ld_bfd/ld | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ld_bfd') 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)) -- cgit v1.1