From: Kaz Kojima Date: Sat, 11 Oct 2003 21:51:13 +0000 (+0000) Subject: * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra X-Git-Tag: cagney_bigcore-20040122-branchpoint~1208 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=224186bcdc407792dfee35dd27bf85a20300cd44;p=external%2Fbinutils.git * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra parenthesis. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c345b51..096e5ef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2003-10-11 Kaz Kojima + * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra + parenthesis. + +2003-10-11 Kaz Kojima + * config/tc-sh.c: Convert to ISO C90. Remove unnecessary prototypes and casts. * config/tc-sh.h: Likewise. diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 748ba3c..f6fc053 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -154,7 +154,7 @@ extern void sh_frob_file (void); sh_coff_reloc_mangle ((seg), (fix), (int), (paddr)) extern void sh_coff_reloc_mangle (struct segment_info_struct *, struct fix *, - struct internal_reloc *, unsigned int)); + struct internal_reloc *, unsigned int); #define tc_coff_symbol_emit_hook(a) ; /* not used */