* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra

parenthesis.
This commit is contained in:
Kaz Kojima 2003-10-11 21:51:13 +00:00
parent 9367a73cbc
commit 224186bcdc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
parenthesis.
2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/tc-sh.c: Convert to ISO C90. Remove unnecessary

View File

@ -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 */