diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:27:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:27:58 +0000 |
commit | 0561a208f868f3f94e3760e0d68106c1abbd3dc8 (patch) | |
tree | bb7252a874b0255efae250117551b889c48b332f /gas/config/tc-i386.h | |
parent | 0723899b7ed86dd3f4b08610dc53ac6ade6abac5 (diff) | |
download | gdb-0561a208f868f3f94e3760e0d68106c1abbd3dc8.zip gdb-0561a208f868f3f94e3760e0d68106c1abbd3dc8.tar.gz gdb-0561a208f868f3f94e3760e0d68106c1abbd3dc8.tar.bz2 |
1999-09-11 Donn Terry <donn@interix.com>
* expr.c (expr): Change first parameter to int.
* config/obj-coff.c: Add declarations for static functions.
(coff_frob_symbol): Use SYM_AUXENT.
* config/tc-i386.h (flag_16bit_code): Don't declare.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index b263b28..641ace9 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -445,9 +445,6 @@ void i386_validate_fix PARAMS ((struct fix *)); extern const struct relax_type md_relax_table[]; #define TC_GENERIC_RELAX_TABLE md_relax_table - -extern int flag_16bit_code; - #define md_do_align(n, fill, len, max, around) \ if ((n) && !need_pass_2 \ && (!(fill) || ((char)*(fill) == (char)0x90 && (len) == 1)) \ |