diff options
Diffstat (limited to 'gcc/config/m88k/m88k.h')
| -rw-r--r-- | gcc/config/m88k/m88k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 11d8e54..a6da552 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -2414,7 +2414,7 @@ sdata_section () \ rtl will be a `mem' whose address is a `symbol_ref'. For the m88k, determine if the item should go in the global pool. */ -#define ENCODE_SECTION_INFO(DECL) \ +#define ENCODE_SECTION_INFO(DECL, FIRST) \ do { \ if (m88k_gp_threshold > 0) \ { \ |
