* config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Sat, 11 Oct 2003 21:51:13 +0000 (21:51 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Sat, 11 Oct 2003 21:51:13 +0000 (21:51 +0000)
parenthesis.

gas/ChangeLog
gas/config/tc-sh.h

index c345b51d49290daab1ddcc00a15af4f63bb28258..096e5ef0ebe573681e1039af16c353bc72778eac 100644 (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
index 748ba3c4f03a9e4ea9f7263564e4eac697c13c4a..f6fc053b9f489ca72d0ec5e8ae1488585cd2071c 100644 (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 */