X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-mn10300.h;h=d7162d497578426ed892c49efcdd4539c40bbc6a;hb=ea1562b345338540cf9a3c8fa28fbcb6da78fd3e;hp=1b88cf2d908d76073b13d896ed3abf2f7fc6464b;hpb=2ce28d43c4144c41b34872acf04c472568e65fd8;p=binutils-gdb.git diff --git a/gas/config/tc-mn10300.h b/gas/config/tc-mn10300.h index 1b88cf2d908..d7162d49757 100644 --- a/gas/config/tc-mn10300.h +++ b/gas/config/tc-mn10300.h @@ -1,5 +1,5 @@ /* tc-mn10300.h -- Header file for tc-mn10300.c. - Copyright 1996, 1997, 2000, 2001, 2002, 2003 + Copyright 1996, 1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -102,8 +102,8 @@ void mn10300_cons_fix_new PARAMS ((fragS *, int, int, expressionS *)); #define md_number_to_chars number_to_chars_littleendian /* Don't bother to adjust relocs. */ -#define tc_fix_adjustable(FIX) 0 -/* #define tc_fix_adjustable(FIX) mn10300_fix_adjustable (FIX) */ +/* #define tc_fix_adjustable(FIX) 0 */ +#define tc_fix_adjustable(FIX) mn10300_fix_adjustable (FIX) extern bfd_boolean mn10300_fix_adjustable PARAMS ((struct fix *)); /* We do relaxing in the assembler as well as the linker. */