This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New back end ia16: 16-bit Intel x86


Rask Ingemann Lambertsen writes:
> This is a patch set to add a new back end for 16-bit x86 CPUs. 

Umm... is "ia16" the best name for this target?  According to Intel,
processors like the 8086 and 80286 are part of the IA-32 architecture and
there is no IA-16.  I think a more accurate name would be something like
"i386-16" since the new target is really just a 16-bit variation of what
GCC calls the i386 architecture.

					Ross Ridge


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]