binutils-gdb/gas/config
Ian Lance Taylor 0351b70c21 Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.c: REPNE renamed to REPNE_PREFIX_OPCODE, and
	likewise for REPE.

	* config/tc-i386.c (reloc): Add braces.

	* config/tc-i386.c (struct _i386_insn): Rename bi to sib to be
	consistent with Intel naming.
	* config/tc-i386.h (base_index_byte): Rename to sib_byte.  Don't
	use bitfields in sib_byte.
	(modrm_byte): Don't use bitfields here either.

	* config/tc-i386.c (current_templates): Add const.
	(parse_register): Add const to return, param, and char *s.
	(i386_operand): Add const to reg_entry *r.
	* config/tc-i386.h (templates): Add const to start, end.

	Inspired by code for 16 bit gas support from Martynas Kunigelis
	<martynas@nm3.ktu.lt>:
	* config/tc-i386.c (md_assemble): Add full support for 16 bit
	modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
	(uses_mem_addrmode): Remove.
	(md_estimate_size_before_relax): Add support here too.
	(md_relax_table): Rewrite interface to md_relax for 16 bit
	support.
	(BYTE, WORD, DWORD, UNKNOWN_SIZE): Remove.
	(opcode_suffix_to_type): Remove.
	(CODE16, SMALL, SMALL16, BIG, BIG16): Define.
	(SIZE_FROM_RELAX_STATE): Modify to suit above.
	(md_convert_frag): Likewise.
	(i386_operand): Add support for 16 bit base/index regs,
	immediates, and displacements.  Remove some unnecessary casts, and
	localise end_of_operand_string, displacement_string_start,
	displacement_string_end variables.  Add GCC_ASM_O_HACK.
	* config/tc-i386.h (NO_BASE_REGISTER_16): Define.

	* config/tc-i386.c (prefix_hash): Remove.
	(md_begin): Rewrite without obstacks.  Remove prefix hash table
	handling.  Rewrite lexical table handling.
	(i386_print_statistics): Don't print prefix statistics.
	(md_assemble): Rewrite instruction parser so that line is not
	converted to lower case.  Don't do a hash_find for prefixes,
	instead recognise them via opcode modifier.
	(expecting_operand, paren_not_balanced): Localise variables.
	* config/tc-i386.h (IsPrefix): Define.
	(prefix_entry): Remove.

	* config/tc-i386.h (PREFIX_SEPERATOR): Don't define.
	* config/tc-i386.c (PREFIX_SEPARATOR): Define here instead, using
	'\\' in case where comment_chars contains '/'.

	* config/tc-i386.c (MATCH): Ensure given operand and template
	match for JumpAbsolute.  Makes e.g. `ljmp table(%ebx)' invalid;
	you must write `ljmp *table(%ebx)'.

	From H.J. Lu <hjl@gnu.org>:
	* config/tc-i386.c (BFD_RELOC_16, BFD_RELOC_16_PCREL): Define
	as 0 ifndef BFD_ASSEMBLER.
	(md_assemble): Allow immediate operands without suffix or
	other reg operand to default in size to the current code size.
1998-06-08 17:06:00 +00:00
..
.Sanitize fix sanitization for gettext changes 1998-04-22 16:18:07 +00:00
aout_gnu.h
atof-ieee.c
atof-tahoe.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
atof-vax.c
e-i386coff.c Based on patches from Robert Lipe <robertl@dgii.com>: 1997-02-26 04:33:08 +00:00
e-i386elf.c Based on patches from Robert Lipe <robertl@dgii.com>: 1997-02-26 04:33:08 +00:00
e-mipsecoff.c
e-mipself.c
go32.cfg
itbl-mips.h * itbl-ops.c: New file. Add support for dynamically read 1997-02-11 02:07:57 +00:00
m68k-parse.h
m68k-parse.y
m88k-opcode.h
obj-aout.c
obj-aout.h * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to 1998-01-28 19:55:40 +00:00
obj-bout.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
obj-bout.h * as.c (parse_args): Add --keep-locals alias for -L. 1998-01-27 13:33:54 +00:00
obj-coff.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
obj-coff.h * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define. 1998-01-28 18:49:01 +00:00
obj-ecoff.c
obj-ecoff.h
obj-elf.c * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>. 1998-03-01 01:08:03 +00:00
obj-elf.h From Eric Youngdale <eric@andante.jic.com>: 1997-03-10 04:53:55 +00:00
obj-evax.c Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de> 1996-08-08 16:42:41 +00:00
obj-evax.h Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de> 1996-08-08 16:42:41 +00:00
obj-generic.c
obj-generic.h
obj-hp300.c
obj-hp300.h
obj-ieee.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
obj-ieee.h
obj-multi.c
obj-multi.h
obj-som.c
obj-som.h
obj-vms.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
obj-vms.h * symbols.c (colon): Call obj_frob_label if it is defined. 1997-03-21 23:06:08 +00:00
tc-a29k.c * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-a29k.h * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-alpha.c Tue Jun 2 13:32:22 1998 Klaus Kaempf <kkaempf@progis.de> 1998-06-02 17:33:07 +00:00
tc-alpha.h Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu> 1996-07-22 17:04:04 +00:00
tc-arc.c
tc-arc.h
tc-arm.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-arm.h Merged in the changes from the armT-970328-branch. 1997-06-03 23:25:43 +00:00
tc-d10v.c opcodes: 1998-02-12 03:56:57 +00:00
tc-d10v.h * read.c (do_align): Add max parameter. Change all callers. 1997-02-14 22:49:25 +00:00
tc-d30v.c Another fix for PR16116 1998-06-06 07:03:45 +00:00
tc-d30v.h Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com> 1997-02-19 02:47:03 +00:00
tc-dvp.c * config/tc-dvp.c (md_begin): Change alignment of .DVP.ovlytab to 4. 1998-06-03 17:27:56 +00:00
tc-dvp.h * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Delete .vuoverlay_table. 1998-05-31 22:46:56 +00:00
tc-generic.c
tc-generic.h
tc-h8300.c
tc-h8300.h
tc-h8500.c * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-h8500.h * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-hppa.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-hppa.h * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!', 1997-04-04 22:49:21 +00:00
tc-i386.c Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au> 1998-06-08 17:06:00 +00:00
tc-i386.h Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au> 1998-06-08 17:06:00 +00:00
tc-i860.c
tc-i860.h
tc-i960.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-i960.h
tc-m32r.c Changed command line switch from --m32rx-enable-special to --hidden 1998-05-18 17:34:24 +00:00
tc-m68k.c * config/tc-m68k.c (mri_assemble): New static function. 1998-05-29 17:48:03 +00:00
tc-m68k.h * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is 1997-01-03 22:41:26 +00:00
tc-m88k.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-m88k.h * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-m68851.h
tc-mips.c * config/tc-mips.c (macro): For div and udiv, close the 1998-06-02 20:54:35 +00:00
tc-mips.h * itbl-ops.c: Add test for itbl_have_entries. 1997-02-23 23:46:12 +00:00
tc-mn10200.c * config/tc-mn10200.c (md_estimate_size_before_relax): Treat 1997-02-07 03:09:52 +00:00
tc-mn10200.h * config/tc-mn10200.c (md_relax_table): Define. 1997-01-29 16:46:31 +00:00
tc-mn10300.c * as.h (bfd_alloc_by_size_t): Don't declare. 1997-03-17 16:29:29 +00:00
tc-ns32k.c
tc-ns32k.h * write.c (print_fixup): Use TC_FIX_DATA_PRINT (if defined) to 1997-11-05 00:45:23 +00:00
tc-ppc.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-ppc.h Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au> 1998-02-02 17:44:57 +00:00
tc-sh.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-sh.h
tc-sparc.c sparclite 86x big endian instruction / little endian data support. 1998-05-27 01:06:20 +00:00
tc-sparc.h * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-tahoe.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-tahoe.h
tc-tic30.c Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU> 1998-02-03 00:17:20 +00:00
tc-tic30.h Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU> 1998-02-03 00:17:20 +00:00
tc-tic80.c * Many files: Added gettext invocations around user-visible 1998-04-22 06:10:03 +00:00
tc-tic80.h * doc/internals.texi (CPU backend): Fix typo in md_section_align 1997-02-23 04:01:39 +00:00
tc-v850.c Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com> 1998-06-08 14:36:19 +00:00
tc-v850.h Brought up to date with respect to the branch 1997-12-03 01:13:08 +00:00
tc-vax.c Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu> 1998-05-29 20:08:25 +00:00
tc-vax.h
tc-w65.c * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-w65.h * config/tc-a29k.h (WORKING_DOT_WORD): Define. 1998-05-29 22:25:56 +00:00
tc-z8k.c
tc-z8k.h
te-aux.h
te-delt88.h
te-delta.h Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be> 1997-03-20 17:50:41 +00:00
te-dpx2.h
te-dynix.h Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target 1997-02-14 23:40:49 +00:00
te-generic.h
te-go32.h
te-hp300.h
te-hppa.h
te-i386aix.h
te-ic960.h * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER. 1997-02-28 20:04:39 +00:00
te-lnews.h * configure.in (mips*-*-lnews*): New target, also make empty 1997-02-27 02:40:44 +00:00
te-lynx.h
te-mach.h
te-macos.h
te-multi.h
te-nbsd532.h
te-nbsd.h
te-pc532mach.h
te-pe.h
te-ppcnw.h
te-psos.h
te-riscix.h
te-sparcaout.h * configure.in (sparc-*-aout): Set `em'. 1996-09-06 23:05:12 +00:00
te-sun3.h
te-svr4.h * configure.in: Set em=svr4 for m68k-*-sysv4*. 1997-02-21 17:00:45 +00:00
te-sysv32.h
vax-inst.h
vms-a-conf.h Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de> 1996-08-08 16:42:41 +00:00
vms-conf.h * config/vms-conf.h: Don't undef VERSION. 1998-01-30 16:48:57 +00:00