diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-24 20:40:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-24 20:40:28 +0000 |
commit | ea1562b345338540cf9a3c8fa28fbcb6da78fd3e (patch) | |
tree | 365f693777e612e6f40b668d1ec2d43f6a0c32ac /gas/config/tc-or32.h | |
parent | 1acfb01b60e3f3e877aff2c05a29997719807696 (diff) | |
download | gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.zip gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.tar.gz gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.tar.bz2 |
Convert unmaintained files over to ISO-C90 and fix formatting.
Diffstat (limited to 'gas/config/tc-or32.h')
-rw-r--r-- | gas/config/tc-or32.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/config/tc-or32.h b/gas/config/tc-or32.h index 04287f2..456f3b5 100644 --- a/gas/config/tc-or32.h +++ b/gas/config/tc-or32.h @@ -1,5 +1,5 @@ /* tc-or32.h -- Assemble for the OpenRISC 1000. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003. 2005 Free Software Foundation, Inc. Contributed by Damjan Lampret <lampret@opencores.org>. Based upon a29k port. @@ -38,12 +38,12 @@ #define tc_unrecognized_line(c) or32_unrecognized_line (c) -extern int or32_unrecognized_line PARAMS ((int)); +extern int or32_unrecognized_line (int); -#define tc_headers_hook(a) ; /* not used */ -#define tc_headers_hook(a) ; /* not used */ -#define tc_crawl_symbol_chain(a) ; /* not used */ -#define tc_coff_symbol_emit_hook(a) ; /* not used */ +#define tc_headers_hook(a) ; /* Not used. */ +#define tc_headers_hook(a) ; /* Not used. */ +#define tc_crawl_symbol_chain(a) ; /* Not used. */ +#define tc_coff_symbol_emit_hook(a) ; /* Not used. */ #define AOUT_MACHTYPE 80 #define TC_COFF_FIX2RTYPE(fix_ptr) tc_coff_fix2rtype (fix_ptr) |