aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-20 03:31:36 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-20 03:31:36 +0000
commitb54a33920b91f914a79857c28cf6577216b0714e (patch)
tree4bf37f09b614060336847cb5a2fd5e80e31ac415 /gas/config/tc-h8300.h
parentfe01a20a70947d1fc586eb0efd0b475a02bdbf26 (diff)
downloadgdb-b54a33920b91f914a79857c28cf6577216b0714e.zip
gdb-b54a33920b91f914a79857c28cf6577216b0714e.tar.gz
gdb-b54a33920b91f914a79857c28cf6577216b0714e.tar.bz2
* config/tc-h8300.c: Convert to ISO-C.
* config/tc-h8300.h: Likewise.
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r--gas/config/tc-h8300.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h
index 7bce0a3..89351cb 100644
--- a/gas/config/tc-h8300.h
+++ b/gas/config/tc-h8300.h
@@ -54,8 +54,7 @@ struct internal_reloc;
#define tc_coff_symbol_emit_hook(a) ; /* not used */
#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
-extern void tc_reloc_mangle
- PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
+extern void tc_reloc_mangle (struct fix *, struct internal_reloc *, bfd_vma);
/* No shared lib support, so we don't need to ensure externally
visible symbols can be overridden. */