diff options
Diffstat (limited to 'gas/config/tc-microblaze.h')
-rw-r--r-- | gas/config/tc-microblaze.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-microblaze.h b/gas/config/tc-microblaze.h index 0651040..340f533 100644 --- a/gas/config/tc-microblaze.h +++ b/gas/config/tc-microblaze.h @@ -1,6 +1,6 @@ /* tc-microblaze.h -- Header file for tc-microblaze.c. - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -37,7 +37,7 @@ of such expressions */ #define TC_CONS_FIX_NEW cons_fix_new_microblaze #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_microblaze (EXP, NBYTES) -extern void parse_cons_expression_microblaze PARAMS ((expressionS *, int)); +extern void parse_cons_expression_microblaze (expressionS *, int); #define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1 #define UNDEFINED_DIFFERENCE_OK 1 |