Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: ld/emulparams/elf_x86_64_nacl.sh

Issue 256623012: Cherry pick some binutils NaCl strip/objcopy fixes in pnacl 2.23 branch. (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-binutils.git@master
Patch Set: need to cherry pick nops change too Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ld/emulparams/elf_i386_nacl.sh ('k') | ld/testsuite/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ld/emulparams/elf_x86_64_nacl.sh
diff --git a/ld/emulparams/elf_x86_64_nacl.sh b/ld/emulparams/elf_x86_64_nacl.sh
index 7c79eee2c648e4075dc5683f4260e604f45d1ba1..a6966bdaf3b40bd0d90a44b7be7a7dc5a9a85375 100644
--- a/ld/emulparams/elf_x86_64_nacl.sh
+++ b/ld/emulparams/elf_x86_64_nacl.sh
@@ -1,3 +1,4 @@
. ${srcdir}/emulparams/elf_x86_64.sh
. ${srcdir}/emulparams/elf_nacl.sh
OUTPUT_FORMAT="elf64-x86-64-nacl"
+ARCH="i386:x86-64:nacl" # The :nacl just means one-byte nops for code fill.
« no previous file with comments | « ld/emulparams/elf_i386_nacl.sh ('k') | ld/testsuite/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698