| Index: gcc/config/i386/i386-protos.h
|
| diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h
|
| index a79d1afd7d7f655d7ce194b96dbd7d07d3590c2e..5fb532b3cad7f8d69efe27cbcb7caecc6e270962 100644
|
| --- a/gcc/config/i386/i386-protos.h
|
| +++ b/gcc/config/i386/i386-protos.h
|
| @@ -264,6 +264,7 @@ struct ix86_address
|
| extern int lea_match_address_operand (rtx, enum machine_mode);
|
| extern int ix86_decompose_address (rtx, struct ix86_address *);
|
| extern int ix86_lea_decompose_address (rtx, struct ix86_address *);
|
| +extern int nacl_address_uses_special_registers (rtx);
|
| extern int memory_address_length (rtx addr);
|
| extern void x86_output_aligned_bss (FILE *, tree, const char *,
|
| unsigned HOST_WIDE_INT, int);
|
|
|