Support for gcc to generate 16-bit i386 code. (.code16gcc)

This commit is contained in:
Alan Modra
1999-08-04 10:07:41 +00:00
parent 59350e7176
commit 0274eb115d
2 changed files with 40 additions and 25 deletions

View File

@ -1,3 +1,9 @@
1999-08-04 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386.h (i386_optab): Add DefaultSize modifier to all insns
that implicitly modify %esp. #undef d_Suf, x_suf, sld_suf,
sldx_suf, bwld_Suf, d_FP, x_FP, sld_FP, sldx_FP at end of table.
Wed Jul 28 02:04:24 1999 Jerry Quinn <jquinn@nortelnetworks.com>
Jeff Law <law@cygnus.com>