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-ns32k.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-ns32k.h')
-rw-r--r-- | gas/config/tc-ns32k.h | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h index e547bf5..9325e22 100644 --- a/gas/config/tc-ns32k.h +++ b/gas/config/tc-ns32k.h @@ -1,5 +1,5 @@ /* tc-ns32k.h -- Opcode table for National Semi 32k processor - Copyright 1987, 1992, 1993, 1994, 1995, 1997, 2000, 2002 + Copyright 1987, 1992, 1993, 1994, 1995, 1997, 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -24,14 +24,14 @@ #define TARGET_BYTES_BIG_ENDIAN 0 #define TC_PCREL_ADJUST(F) md_pcrel_adjust(F) -extern int md_pcrel_adjust PARAMS((fragS *fragP)); +extern int md_pcrel_adjust (fragS *); #ifdef BFD_ASSEMBLER #define NO_RELOC BFD_RELOC_NONE #define TARGET_ARCH bfd_arch_ns32k -#ifndef TARGET_FORMAT /* Maybe defined in te-*.h */ +#ifndef TARGET_FORMAT /* Maybe defined in te-*.h. */ #define TARGET_FORMAT "a.out-pc532-mach" #endif #else @@ -63,15 +63,7 @@ extern int md_pcrel_adjust PARAMS((fragS *fragP)); #define ARG_LEN 50 #define TC_CONS_FIX_NEW cons_fix_new_ns32k -extern void fix_new_ns32k_exp PARAMS ((fragS *, int, int, expressionS *, - int, int, bit_fixS *, int, fragS *, - unsigned int)); - -extern void fix_new_ns32k PARAMS ((fragS *, int, int, symbolS *, long, - int, int, bit_fixS *, int, fragS *, - unsigned int)); - -extern void cons_fix_new_ns32k PARAMS ((fragS *, int, int, expressionS *)); +extern void cons_fix_new_ns32k (fragS *, int, int, expressionS *); /* The NS32x32 has a non 0 nop instruction which should be used in aligns. */ #define NOP_OPCODE 0xa2 |