diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 74d41e7..9c40002 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1259,6 +1259,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define WORD_REGISTER_OPERATIONS 0 #endif +#ifndef LOAD_EXTEND_OP +#define LOAD_EXTEND_OP(M) UNKNOWN +#endif + #ifndef CONSTANT_ALIGNMENT #define CONSTANT_ALIGNMENT(EXP, ALIGN) ALIGN #endif |