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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 401243002: Non-SFI NaCl: Do not create unwind tables for libc_free.c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop -funwind-tables Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index a201a0511f85fcb07da09ce5900a2e64effe04bb..eecde31f26dbfe2798bc5e5f05ccc49e5e591a32 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1154,6 +1154,9 @@
'-fprofile-generate',
'-finstrument-functions',
'-O2',
+ # ARM GCC emits symbols like __aeabi_unwind_cpp_pr0 in
+ # .exidx sections with this flag.
+ '-funwind-tables',
],
'ldflags': [
'-nostdlib',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698