diff options
Diffstat (limited to 'gcc/config/arm/aof.h')
-rw-r--r-- | gcc/config/arm/aof.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/aof.h b/gcc/config/arm/aof.h index 2721b8b..55b8eef 100644 --- a/gcc/config/arm/aof.h +++ b/gcc/config/arm/aof.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ char *aof_text_section (); #define TEXT_SECTION_ASM_OP aof_text_section () -#define SELECT_RTX_SECTION(MODE,RTX) text_section (); +#define SELECT_RTX_SECTION(MODE,RTX,ALIGN) text_section (); char *aof_data_section (); #define DATA_SECTION_ASM_OP aof_data_section () |