diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 75d6894a977..972339c6605 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -5133,7 +5133,7 @@ init_one_libfunc (const char *name) /* Zap the nonsensical SYMBOL_REF_DECL for this. What we're left with are the flags assigned by targetm.encode_section_info. */ - SYMBOL_REF_DECL (symbol) = 0; + SYMBOL_REF_DATA (symbol) = 0; return symbol; } |