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-h8500.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-h8500.h')
-rw-r--r-- | gas/config/tc-h8500.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 5902524..e305bd6 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -1,5 +1,6 @@ /* This file is tc-h8500.h - Copyright 1993, 1995, 1997, 1998, 2000, 2003 Free Software Foundation, Inc. + Copyright 1993, 1995, 1997, 1998, 2000, 2003, 2005 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -29,27 +30,27 @@ struct internal_reloc; #define WORKING_DOT_WORD /* This macro translates between an internal fix and a coff reloc type. */ -#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP) +#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype (fixP) #define BFD_ARCH bfd_arch_h8500 #define COFF_MAGIC 0x8500 -#define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) +#define TC_COUNT_RELOC(x) ((x)->fx_addsy || (x)->fx_subsy) #define IGNORE_NONSTANDARD_ESCAPES -#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c) +#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)); + (struct fix *, struct internal_reloc *, bfd_vma); #define DO_NOT_STRIP 0 #define LISTING_HEADER "Renesas H8/500 GAS " #define NEED_FX_R_TYPE 1 #define RELOC_32 1234 -#define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr)) -int start_label PARAMS ((char *)); +#define TC_START_LABEL(ch, ptr) (ch == ':' && start_label (ptr)) +int start_label (char *); -#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag) -int tc_coff_sizemachdep PARAMS ((struct frag *)); +#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag) +int tc_coff_sizemachdep (struct frag *); #define md_operand(x) |