aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-sh.h2
2 files changed, 6 insertions, 1 deletions
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 <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
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 */