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-i370.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-i370.h')
-rw-r--r-- | gas/config/tc-i370.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gas/config/tc-i370.h b/gas/config/tc-i370.h index 81007ac..24c83b6 100644 --- a/gas/config/tc-i370.h +++ b/gas/config/tc-i370.h @@ -1,5 +1,5 @@ /* tc-i370.h -- Header file for tc-i370.c. - Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002 + Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. @@ -37,9 +37,9 @@ struct fix; /* The target BFD architecture. */ #define TARGET_ARCH (i370_arch ()) -extern enum bfd_architecture i370_arch PARAMS ((void)); +extern enum bfd_architecture i370_arch (void); -/* Whether or not the target is big endian */ +/* Whether or not the target is big endian. */ extern int target_big_endian; /* The target BFD format. */ @@ -51,7 +51,8 @@ extern int target_big_endian; /* $ is used to refer to the current location. */ /* #define DOLLAR_DOT */ -#define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */ +/* foo-. gets turned into PC relative relocs. */ +#define DIFF_EXPR_OK /* Values passed to md_apply_fix3 don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 @@ -60,8 +61,8 @@ extern int target_big_endian; #define WORKING_DOT_WORD /* Call md_pcrel_from_section, not md_pcrel_from. */ -#define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) -extern long md_pcrel_from_section PARAMS ((struct fix *, segT)); +#define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) +extern long md_pcrel_from_section (struct fix *, segT); #define md_operand(x) |