diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
commit | 07726851730d309acac31c6576c05a80554ccc3a (patch) | |
tree | 6d8247b855f9b12b68b53f123c7ed49c209e87e2 /gas/config/tc-i386.h | |
parent | 44f2a95d954b07d967045b7079e3f935abf85288 (diff) | |
download | gdb-07726851730d309acac31c6576c05a80554ccc3a.zip gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.gz gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.bz2 |
* config/tc-alpha.h: Fix formatting.
* config/tc-arc.c: Likewise.
* config/tc-d10v.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.h: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ia64.h: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-pdp11.c: Likewise.
* config/tc-pj.h: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic80.c: Likewise.
* config/tc-w65.h: Likewise.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 71e0c88..cea225b 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -121,7 +121,7 @@ extern const char *i386_target_format PARAMS ((void)); #define TC_COUNT_RELOC(x) ((x)->fx_addsy || (x)->fx_r_type==7) #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP) extern short tc_coff_fix2rtype PARAMS ((struct fix *)); -#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag) +#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag) extern int tc_coff_sizemachdep PARAMS ((fragS *frag)); #ifdef TE_GO32 |