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.
This commit is contained in:
Ian Lance Taylor
1999-09-12 02:27:58 +00:00
parent 0723899b7e
commit 0561a208f8
4 changed files with 39 additions and 15 deletions

View File

@@ -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)) \