* configure.in: Add support for x86_64 and x86_64-*-linux-gnu*

* NEWS: Add x86_64.

	* i386.h (i386_optab): Add "rex*" instructions;
	add swapgs; disable jmp/call far direct instructions for
	64bit mode; add syscall and sysret; disable registers for 0xc6
	template.  Add 'q' suffixes to extendable instructions, disable
	obsoletted instructions, add new sign/zero extension ones.
	(i386_regtab): Add extended registers.
	(*Suf): Add No_qSuf.
	(q_Suf, wlq_Suf, bwlq_Suf): New.
This commit is contained in:
Jan Hubicka
2000-12-30 18:05:10 +00:00
parent 087f563c28
commit c0d8940f87
5 changed files with 442 additions and 253 deletions

View File

@ -2,6 +2,8 @@
Changes in 2.11:
Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs.
Support for Motorola 68HC11 and 68HC12.
Support for Texas Instruments TMS320C54x (tic54x).