| 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 \
|
|
|