binutils-gdb/gas/config
Jan Hubicka 3e73aa7c95 * tc-i386.h (i386_target_format): Define even for ELFs.
(QWORD_MNEM_SUFFIX): New macro.
	(CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
	New macros
	(CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
	(IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
	ImmExt): Renumber.
	(Size64, No_qSuf, NoRex64, Rex64): New macros.
	(Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
	(Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
	InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
	SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem): Renumber.
	(Reg, WordReg): Add Reg64.
	(Imm): Add Imm32S and Imm64.
	(EncImm): New.
	(Disp): Add Disp64 and Disp32S.
	(AnyMem): Add Disp32S.
	(RegRex, RegRex64): New macros.
	(rex_byte): New type.
	* tc-i386.c (set_16bit_code_flag): Kill.
	(fits_in_unsigned_long, fits_in_signed_long): New functions.
	(reloc): New parameter "signed"; support x86_64.
	(set_code_flag): New.
	(DEFAULT_ARCH): New macro; default to "i386".
	(default_arch): New static variable.
	(struct _i386_insn): New fields Operand_PCrel; rex.
	(flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT";
	(flag_code): New enum and static variable.
	(use_rela_relocations): New static variable.
	(flag_code_names): New static variable.
	(cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
	(cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
	K6 and Athlon.
	(i386_align_code): Return plain "nop" for x86_64.
	(mode_from_disp_size): Support Disp32S.
	(smallest_imm_type): Support Imm32S and Imm64.
	(offset_in_range): Support size of 8.
	(set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
	(md_pseudo_table): Add "code64"; use set_code_flat.
	(md_begin): Emit sane error message on hash failure.
	(tc_i386_fix_adjustable): Support x86_64 relocations.
	(md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
	instructions supported on particular arch just partially,
	output of 64bit immediates, handling of Imm32S and Disp32S type.
	(i386_immedaite): Support x86_64 relocations; support 64bit constants.
	(i386_displacement): Likewise.
	(i386_index_check): Cleanup; support 64bit addresses.
	(md_apply_fix3): Support x86_64 relocation and rela.
	(md_longopts): Add "32" and "64".
	(md_parse_option): Add OPTION_32 and OPTION_64.
	(i386_target_format): Call even for ELFs; choose between
	elf64-x86-64 and elf32-i386.
	(i386_validate_fix): Refuse GOTOFF in 64bit mode.
	(tc_gen_reloc): Support rela relocations and x86_64.
	(intel_e09_1): Support QWORD.

	* i386.h (i386_optab): Replace "Imm" with "EncImm".
	(i386_regtab): Add flags field.
2000-12-20 13:24:13 +00:00
..
aout_gnu.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
atof-ieee.c 2000-08-05 Kazu Hirata <kazu@hxi.com> 2000-08-07 19:54:34 +00:00
atof-tahoe.c 2000-08-05 Kazu Hirata <kazu@hxi.com> 2000-08-07 19:54:34 +00:00
atof-vax.c 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
e-crisaout.c * configure.in: Add CRIS support. 2000-07-20 17:45:28 +00:00
e-criself.c * configure.in: Add CRIS support. 2000-07-20 17:45:28 +00:00
e-i386aout.c
e-i386coff.c
e-i386elf.c
e-mipsecoff.c
e-mipself.c
itbl-mips.h
m68k-parse.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
m68k-parse.y
m88k-opcode.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
obj-aout.c 2000-11-07 H.J. Lu <hjl@gnu.org> 2000-11-08 00:24:23 +00:00
obj-aout.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-bout.c * config/obj-bout.c (obj_crawl_symbol_chain): Don't take 2000-12-12 20:48:45 +00:00
obj-bout.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-coff.c 2000-11-30 Philip Blundell <pb@futuretv.com> 2000-12-01 17:11:57 +00:00
obj-coff.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-ecoff.c 2000-11-07 H.J. Lu <hjl@gnu.org> 2000-11-08 00:24:23 +00:00
obj-ecoff.h
obj-elf.c 2000-11-16 H.J. Lu <hjl@gnu.org> 2000-11-16 19:29:12 +00:00
obj-elf.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-evax.c
obj-evax.h 2000-09-13 Kazu Hirata <kazu@hxi.com> 2000-09-14 11:48:26 +00:00
obj-generic.c
obj-generic.h 2000-09-13 Kazu Hirata <kazu@hxi.com> 2000-09-14 11:48:26 +00:00
obj-hp300.c 2000-09-13 Kazu Hirata <kazu@hxi.com> 2000-09-14 11:48:26 +00:00
obj-hp300.h 2000-09-13 Kazu Hirata <kazu@hxi.com> 2000-09-14 11:48:26 +00:00
obj-ieee.c 2000-08-01 Kazu Hirata <kazu@hxi.com> 2000-08-01 19:02:49 +00:00
obj-ieee.h 2000-09-13 Kazu Hirata <kazu@hxi.com> 2000-09-14 11:48:26 +00:00
obj-multi.c
obj-multi.h 2000-11-07 H.J. Lu <hjl@gnu.org> 2000-11-08 00:24:23 +00:00
obj-som.c 2000-08-01 Kazu Hirata <kazu@hxi.com> 2000-08-01 19:02:49 +00:00
obj-som.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-vms.c 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
obj-vms.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
tc-a29k.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-a29k.h
tc-alpha.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-alpha.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-arc.c Apply patch from Peter Targett to fix building arc-elf32 target. 2000-11-08 00:06:34 +00:00
tc-arc.h Apply patch from Peter Targett to fix building arc-elf32 target. 2000-11-08 00:06:34 +00:00
tc-arm.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-arm.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-avr.c 2000-09-14 Kazu Hirata <kazu@hxi.com> 2000-09-15 01:06:52 +00:00
tc-avr.h 2000-09-14 Kazu Hirata <kazu@hxi.com> 2000-09-15 01:06:52 +00:00
tc-cris.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-cris.h * config/tc-cris.c: Include dwarf2dbg.h. 2000-11-28 15:39:15 +00:00
tc-d10v.c Add outputting_stabs_line_debug varaible and D10v code to use it 2000-12-05 00:56:09 +00:00
tc-d10v.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-d30v.c 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-d30v.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-fr30.c 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-fr30.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-generic.c
tc-generic.h
tc-h8300.c Fix comments. 2000-07-07 16:58:25 +00:00
tc-h8300.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
tc-h8500.c 2000-09-15 Kazu Hirata <kazu@hxi.com> 2000-09-16 00:56:47 +00:00
tc-h8500.h 2000-09-15 Kazu Hirata <kazu@hxi.com> 2000-09-16 00:56:47 +00:00
tc-hppa.c Rodney Brown's CHECK_FIELD typo fixes. 2000-12-13 06:23:56 +00:00
tc-hppa.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-i370.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-i370.h 2000-09-15 Kazu Hirata <kazu@hxi.com> 2000-09-16 00:56:47 +00:00
tc-i386.c * tc-i386.h (i386_target_format): Define even for ELFs. 2000-12-20 13:24:13 +00:00
tc-i386.h * tc-i386.h (i386_target_format): Define even for ELFs. 2000-12-20 13:24:13 +00:00
tc-i860.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-i860.h 2000-09-15 Kazu Hirata <kazu@hxi.com> 2000-09-16 00:56:47 +00:00
tc-i960.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-i960.h 2000-09-15 Kazu Hirata <kazu@hxi.com> 2000-09-16 00:56:47 +00:00
tc-ia64.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-ia64.h Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again. 2000-12-12 22:56:36 +00:00
tc-m32r.c 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 22:05:08 +00:00
tc-m32r.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 22:05:08 +00:00
tc-m68hc11.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-m68hc11.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-m68k.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-m68k.h RELAX_RELOC_*: New definitions for both BFD_ASSEMBLER and !BFD_ASSEMBLER. 2000-10-18 17:42:27 +00:00
tc-m88k.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-m88k.h
tc-m68851.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 22:05:08 +00:00
tc-mcore.c 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 21:12:43 +00:00
tc-mcore.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 21:12:43 +00:00
tc-mips.c Fix formatting 2000-12-12 19:29:24 +00:00
tc-mips.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 22:05:08 +00:00
tc-mn10200.c Fix formatting. 2000-07-17 21:06:14 +00:00
tc-mn10200.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 22:05:08 +00:00
tc-mn10300.c * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-mn10300.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-ns32k.c 2000-09-21 Kazu Hirata <kazu@hxi.com> 2000-09-21 20:26:34 +00:00
tc-ns32k.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
tc-pj.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-pj.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-ppc.c 2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2000-12-12 20:05:16 +00:00
tc-ppc.h 2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2000-12-12 20:05:16 +00:00
tc-sh.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-sh.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-sparc.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-sparc.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
tc-tahoe.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-tahoe.h 2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 13:14:47 +00:00
tc-tic30.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:59:49 +00:00
tc-tic30.h 2000-09-14 Kazu Hirata <kazu@hxi.com> 2000-09-15 01:06:52 +00:00
tc-tic54x.c 2000-09-14 Kazu Hirata <kazu@hxi.com> 2000-09-15 01:06:52 +00:00
tc-tic54x.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
tc-tic80.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:59:49 +00:00
tc-tic80.h 2000-09-14 Kazu Hirata <kazu@hxi.com> 2000-09-15 01:06:52 +00:00
tc-v850.c * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-v850.h * as.c (debug_type): Init to DEBUG_UNSPECIFIED. 2000-11-17 08:47:52 +00:00
tc-vax.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 06:49:23 +00:00
tc-vax.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-w65.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:59:49 +00:00
tc-w65.h 2000-09-25 Kazu Hirata <kazu@hxi.com> 2000-09-26 07:09:19 +00:00
tc-z8k.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:59:49 +00:00
tc-z8k.h 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:29:02 +00:00
te-386bsd.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-aux.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-delt88.h
te-delta.h
te-dpx2.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-dynix.h
te-epoc-pe.h
te-freebsd.h
te-generic.h
te-go32.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-hp300.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-hppa.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-hppa64.h Add linux-elf flavour to pseudos in tc-hppa.c and some tidying 2000-07-09 08:16:21 +00:00
te-hppalinux64.h Add linux-elf flavour to pseudos in tc-hppa.c and some tidying 2000-07-09 08:16:21 +00:00
te-hpux.h ia64-hpux patches from Steve Ellcey. 2000-11-07 01:21:10 +00:00
te-i386aix.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-ic960.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-interix.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-linux.h
te-lnews.h
te-lynx.h
te-mach.h
te-macos.h
te-nbsd.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-nbsd532.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-pc532mach.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-pe.h
te-ppcnw.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-psos.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-riscix.h
te-sparcaout.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-sun3.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-svr4.h
te-sysv32.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-tmips.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
te-wince-pe.h
vax-inst.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00
vms-a-conf.h
vms-conf.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00