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

Unified Diff: gcc/gcc/config/i386/nacl.h

Issue 2805058: [gcc] Allow GCC insert .cfi_startproc and .cfi_endproc. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: Created 10 years, 6 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: gcc/gcc/config/i386/nacl.h
diff --git a/gcc/gcc/config/i386/nacl.h b/gcc/gcc/config/i386/nacl.h
index 2a8bb97c45aeaa4486e988ac3badccf3dc6a9881..4b3d734834e5118c4d4bdf73e287c38dea6a3034 100644
--- a/gcc/gcc/config/i386/nacl.h
+++ b/gcc/gcc/config/i386/nacl.h
@@ -240,6 +240,11 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_AS_GOTOFF_IN_DATA
#define HAVE_AS_GOTOFF_IN_DATA 1
+/* Configure script incorrectly detects HAVE_GAS_CFI_DIRECTIVE when readelf is
+ * not found in PATH. */
+#undef HAVE_GAS_CFI_DIRECTIVE
+#define HAVE_GAS_CFI_DIRECTIVE 1
+
/* NaCl reserves R15 and makes RBP special in x86-64 mode */
#undef FIXED_REGISTERS
#define FIXED_REGISTERS \
« 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