aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.h
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2003-10-11 21:51:13 +0000
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2003-10-11 21:51:13 +0000
commit224186bcdc407792dfee35dd27bf85a20300cd44 (patch)
treed1a53a751fa44252dc699f0791bde4033bfdf892 /gas/config/tc-sh.h
parent9367a73cbca922667b188ff015efd0b2c3f1d991 (diff)
downloadfsf-binutils-gdb-224186bcdc407792dfee35dd27bf85a20300cd44.zip
fsf-binutils-gdb-224186bcdc407792dfee35dd27bf85a20300cd44.tar.gz
fsf-binutils-gdb-224186bcdc407792dfee35dd27bf85a20300cd44.tar.bz2
* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
parenthesis.
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r--gas/config/tc-sh.h2
1 files changed, 1 insertions, 1 deletions
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 */