diff options
Diffstat (limited to 'gcc/config/m88k/dgux.h')
-rw-r--r-- | gcc/config/m88k/dgux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index ab8e3710e1e..1d91168a5a4 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -294,7 +294,7 @@ func_ptr __DTOR_END__[1] = { (func_ptr) (-1) } /* Must use data section for relocatable constants when pic. */ #undef SELECT_RTX_SECTION -#define SELECT_RTX_SECTION(MODE,RTX) \ +#define SELECT_RTX_SECTION(MODE,RTX,ALIGN) \ { \ if (flag_pic && symbolic_operand (RTX)) \ data_section (); \ |