binutils-gdb/gas/config
Hans-Peter Nilsson ae57792d90 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
DEFAULT_CRIS_ARCH.  Handle crisv32-*-linux-gnu* like
	cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
	* configure: Regenerate.
	* config/tc-cris.c (enum cris_archs): New.
	(cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
	(cris_insn_ver_valid_for_arch): New functions.
	(DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
	(cris_arch): New variable.
	(md_pseudo_table): New pseudo .arch.
	(err_for_dangerous_mul_placement): Initialize according to
	DEFAULT_CRIS_ARCH.
	(STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
	All users changed.
	(STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
	(STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
	(BRANCH_WF_V32, BRANCH_WB_V32): New.
	(BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
	use in md_cris_relax_table.
	(md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
	STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
	Update and improve head comment.
	(OPTION_PIC): Define in terms of previous option, OPTION_US.
	(OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
	(OPTION_ARCH): New.
	(md_longopts): New option --march=...
	(cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
	macros.
	(md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
	(HANDLE_RELAXABLE): New macro.
	(md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
	cases.  Check for weak symbols and assume not relaxable.  Handle
	STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
	STATE_ABS_BRANCH_V32, STATE_LAPC.  Use new variable symbolP, not
	fragP->fr_symbol.
	(md_convert_frag): Handle STATE_COND_BRANCH_V32,
	STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
	(cris_create_short_jump): Adjust for CRISv32.
	(md_create_long_jump): Ditto.  Emit error for common_v10_v32.
	(md_begin): Define symbols "..asm.arch.cris.v32",
	"..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
	"..asm.arch.cris.any_v0_v10".  Use cris_insn_ver_valid_for_arch
	when entering opcode table entry points.
	(md_assemble): Adjust branch handling for CRISv32.  Handle LAPC
	relaxation.  In fix_new_exp call for main insn, pass 1 for pcrel
	parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
	(cris_process_instruction): Initialize out_insnp->insn_type to
	CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
	<case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
	cases.
	<case 'm'>: Check that modified_char == '.'.
	<invalid operands>: Consume the rest of the line.
	When operands don't match, skip over subsequent insns with
	non-matching version specifier but same mnemonic.
	<immediate constant, case SIZE_SPEC_REG>: Immediate operands for
	special registers in CRISv32 are always 32 bit long.
	<immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
	New cases.
	(get_gen_reg): Only recognize "PC" when followed by "+]" for v32
	and compatible.  Recognize "ACR" for v32, unless followed by "+".
	(get_spec_reg): Consider cris_arch when looking up register.
	(get_autoinc_prefix_or_indir_op): Don't recognize assignment for
	v32 or compatible.
	(get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
	(cris_get_expression): Restore input_line_pointer if failing "early".
	(get_flags): Consider cris_arch and recognize flags accordingly.
	(branch_disp): Adjust for CRISv32.
	(gen_cond_branch_32): Similar.  Emit error for common_v10_v32.
	(cris_number_to_imm): Use as_bad_where, not as_bad.  Remove
	related FIXME.  Don't insist on BFD_RELOC_32_PCREL fixup to be
	resolved.  Don't enter zeros in object file for
	BFD_RELOC_32_PCREL.
	<case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
	<case BFD_RELOC_CRIS_SIGNED_8>: New case.
	(md_parse_option): Break out "return 1".
	<OPTION_ARCH> New case.
	(tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
	<case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
	<case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
	<case BFD_RELOC_32_PCREL>: New cases.
	Addends for non-zero fx_pcrel are too in fx_offset.
	(md_show_usage): Show --march=<arch>.
	(md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
	(md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
	(s_syntax) <struct syntaxes>: Properly constify member operand.
	* config/tc-cris.h (TARGET_MACH): Define.
	(cris_mach): Declare.
	* doc/as.texinfo (Overview) <CRIS>: Add --march=...
	* doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
	(CRIS-Opts): Document --march=...
	(CRIS-Pseudos): Document .arch.
2004-11-04 15:00:37 +00:00
..
aout_gnu.h
atof-ieee.c
atof-tahoe.c * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
atof-vax.c
e-crisaout.c * write.c (write_object_file): Fix signed/unsigned warning. 2002-12-12 22:46:47 +00:00
e-criself.c * config/e-criself.c: Fix typo in last change. 2002-12-12 23:12:34 +00:00
e-i386aout.c
e-i386coff.c
e-i386elf.c
e-mipsecoff.c
e-mipself.c
itbl-mips.h
m68k-parse.h m68k-parse.h (enum m68k_register): New control register, MBAR2 (for MCF5249) 2004-10-08 08:45:54 +00:00
m68k-parse.y Reorganise m68k instruction decoding and improve handling of MAC/EMAC 2004-05-24 14:33:22 +00:00
m88k-opcode.h
obj-aout.c * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code. 2004-03-27 11:36:09 +00:00
obj-aout.h * config/obj-aout.h: Fix comment typos. 2003-11-20 00:01:55 +00:00
obj-bout.c * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
obj-bout.h * config/obj-aout.h: Fix comment typos. 2003-11-20 00:01:55 +00:00
obj-coff.c Add CRX insns: pushx, popx 2004-07-27 11:37:12 +00:00
obj-coff.h * config/obj-aout.h: Fix comment typos. 2003-11-20 00:01:55 +00:00
obj-ecoff.c * write.c (write_object_file): Fix signed/unsigned warning. 2002-12-12 22:46:47 +00:00
obj-ecoff.h
obj-elf.c * config/obj-elf.c (obj_elf_section_type): Handle init_array, 2004-09-08 20:52:49 +00:00
obj-elf.h * config/obj-elf.c: Convert to C90, remove unneeded prototypes and 2003-12-13 12:57:40 +00:00
obj-evax.c
obj-evax.h
obj-hp300.c
obj-hp300.h
obj-ieee.c * config/obj-ieee.c: Remove duplicate prototypes. 2003-11-20 04:12:19 +00:00
obj-ieee.h * symbols.c (S_FORCE_RELOC): Add "strict" param. 2003-01-23 12:51:05 +00:00
obj-multi.c
obj-multi.h
obj-som.c * config/obj-som.c (adjust_stab_sections): Add prototype. 2004-07-20 03:07:08 +00:00
obj-som.h * config/obj-som.c (adjust_stab_sections): Add prototype. 2004-07-20 03:07:08 +00:00
obj-vms.c Remove redundant returns in void functions. 2003-12-10 06:41:08 +00:00
obj-vms.h * config/obj-aout.h: Fix comment typos. 2003-11-20 00:01:55 +00:00
tc-a29k.c * config/tc-a29k.c (insert_sreg): Prototype. 2002-12-12 22:43:45 +00:00
tc-a29k.h * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-alpha.c Remove duplicate code and provide a function for generating internally consistent 'value out of range' messages 2004-05-06 11:01:48 +00:00
tc-alpha.h * read.c: Remove unneeded prototypes. 2003-12-13 08:23:05 +00:00
tc-arc.c * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an 2004-10-01 08:08:54 +00:00
tc-arc.h
tc-arm.c Add ARM CFI support 2004-10-25 12:26:04 +00:00
tc-arm.h Add ARM CFI support 2004-10-25 12:26:04 +00:00
tc-avr.c * gas/config/tc-avr.c: Add support for 2004-09-11 13:15:05 +00:00
tc-avr.h
tc-cris.c * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED 2004-11-04 15:00:37 +00:00
tc-cris.h * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED 2004-11-04 15:00:37 +00:00
tc-crx.c 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com> 2004-10-28 10:14:46 +00:00
tc-crx.h Add CRX insns: pushx, popx 2004-07-27 11:37:12 +00:00
tc-d10v.c * config/tc-a29k.h: Fix comment typos. 2003-11-21 00:24:40 +00:00
tc-d10v.h Update copyright date 2003-01-24 01:12:30 +00:00
tc-d30v.c Remove redundant returns in void functions. 2003-12-10 06:41:08 +00:00
tc-d30v.h
tc-dlx.c Correctly emit lo16 relocs for elf-dlx target, fixing bogus range checking bug. 2004-04-01 08:22:47 +00:00
tc-dlx.h * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-fr30.c opcodes: 2003-06-10 22:08:45 +00:00
tc-fr30.h Update copyright date 2003-01-24 01:12:30 +00:00
tc-frv.c * configure.in: Set em=linux for frv-*-*linux*. 2004-05-06 02:46:45 +00:00
tc-frv.h * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New. 2004-05-07 06:28:04 +00:00
tc-generic.c gas/ 2004-04-15 01:49:22 +00:00
tc-generic.h
tc-h8300.c Add support for relaxation of bit manipulation instructions. 2004-01-12 15:02:22 +00:00
tc-h8300.h * config/tc-h8300.c: Convert to ISO-C. 2003-11-20 03:31:36 +00:00
tc-h8500.c Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
tc-h8500.h Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
tc-hppa.c * config/obj-som.c (adjust_stab_sections): Add prototype. 2004-07-20 03:07:08 +00:00
tc-hppa.h bfd: 2004-07-27 22:30:25 +00:00
tc-i370.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-i370.h
tc-i386.c gas/ 2004-11-04 09:16:09 +00:00
tc-i386.h gas/ 2004-11-04 09:16:09 +00:00
tc-i860.c * config/tc-i860.c (md_pcrel_from): Fix typo in comment. 2003-10-31 21:33:59 +00:00
tc-i860.h 2003-08-07 Jason Eckhardt <jle@rice.edu> 2003-08-07 19:20:45 +00:00
tc-i960.c * config/tc-hppa.c: Fix comment typos. 2003-11-21 14:38:06 +00:00
tc-i960.h Update copyright date 2003-01-24 01:12:30 +00:00
tc-ia64.c 2004-10-25 David Mosberger-Tang <davidm@hpl.hp.com> 2004-10-25 15:47:52 +00:00
tc-ia64.h Emit error for unaligned instructions. 2004-07-04 00:29:21 +00:00
tc-ip2k.c * config/tc-arc.c: Remove a local prototype of atof_ieee. 2003-11-20 01:36:49 +00:00
tc-ip2k.h
tc-iq2000.c Patch reviewed and approved by nickc@redhat.com. 2004-02-26 14:12:26 +00:00
tc-iq2000.h * config/tc-hppa.c: Fix comment typos. 2003-11-21 14:38:06 +00:00
tc-m32r.c Add support for M32R GOT relocs 2004-06-25 16:11:09 +00:00
tc-m32r.h Add support for M32R GOT relocs 2004-06-25 16:11:09 +00:00
tc-m68hc11.c Stop indexed move byte instructions from being relaxed. 2004-01-21 11:17:53 +00:00
tc-m68hc11.h * config/tc-m68hc11.c: Convert to ISO C90. 2003-10-27 09:57:59 +00:00
tc-m68k.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially, like m68k-elf. 2004-01-26 18:09:30 +00:00
tc-m88k.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-m88k.h
tc-m68851.h
tc-mcore.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-mcore.h * config/tc-mcore.h: Remove prototypes already in tc.h. 2003-11-20 03:11:18 +00:00
tc-mips.c * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp 2004-10-07 22:29:19 +00:00
tc-mips.h [ bfd/ChangeLog ] 2004-04-29 05:14:22 +00:00
tc-mmix.c * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif. 2004-09-14 20:00:26 +00:00
tc-mmix.h Generate BFD_RELOC_MMIX_PUSHJ_STUBBABLE for PUSHJ when possible. 2003-10-18 15:53:40 +00:00
tc-mn10200.c Remove duplicate code and provide a function for generating internally consistent 'value out of range' messages 2004-05-06 11:01:48 +00:00
tc-mn10200.h
tc-mn10300.c * config/tc-mn10300.h (tc_fix_adjustable): Define. 2004-05-28 21:33:07 +00:00
tc-mn10300.h * config/tc-mn10300.h (tc_fix_adjustable): Define. 2004-05-28 21:33:07 +00:00
tc-msp430.c Apply Dmitry Diky's patches to add relaxation to msp430. 2004-08-25 12:54:15 +00:00
tc-msp430.h Apply Dmitry Diky's patches to add relaxation to msp430. 2004-08-25 12:54:15 +00:00
tc-ns32k.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-ns32k.h
tc-openrisc.c opcodes: 2003-06-10 22:08:45 +00:00
tc-openrisc.h * symbols.c (S_FORCE_RELOC): Add "strict" param. 2003-01-23 12:51:05 +00:00
tc-or32.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-or32.h * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-pdp11.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-pdp11.h
tc-pj.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-pj.h * symbols.c (S_FORCE_RELOC): Add "strict" param. 2003-01-23 12:51:05 +00:00
tc-ppc.c 2004-10-01 H.J. Lu <hongjiu.lu@intel.com> 2004-10-02 00:18:31 +00:00
tc-ppc.h * frags.h (struct frag): Add has_code and insn_addr fields. 2004-07-02 06:40:19 +00:00
tc-s390.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-s390.h * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove. 2004-05-05 13:06:18 +00:00
tc-sh64.c * config/tc-a29k.h: Fix comment typos. 2003-11-22 02:35:31 +00:00
tc-sh64.h * config/tc-sh.c: Convert to ISO C90. Remove unnecessary 2003-10-11 13:40:21 +00:00
tc-sh.c include/elf/ChangeLog: 2004-07-29 05:17:41 +00:00
tc-sh.h Add support for sh-symbian-elf target 2004-07-06 16:58:43 +00:00
tc-sparc.c 2004-10-01 H.J. Lu <hongjiu.lu@intel.com> 2004-10-02 00:18:31 +00:00
tc-sparc.h * dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save. 2003-08-29 20:20:18 +00:00
tc-tahoe.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-tahoe.h
tc-tic4x.c * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
tc-tic4x.h * config/tc-tic4x.c (md_assemble): Added support for one-line parallel insns. 2003-05-18 22:23:15 +00:00
tc-tic30.c * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
tc-tic30.h * config/tc-tic30.c: #include stdarg.h or varargs.h. 2002-12-12 21:34:53 +00:00
tc-tic54x.c * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
tc-tic54x.h
tc-tic80.c * config/tc-tic30.c: #include stdarg.h or varargs.h. 2002-12-12 21:34:53 +00:00
tc-tic80.h * ChangeLog-9295: Fix a typo. 2002-12-17 01:13:56 +00:00
tc-v850.c Add support for a -g switch to GAS 2004-08-17 12:19:58 +00:00
tc-v850.h bfd/ 2003-07-25 14:35:56 +00:00
tc-vax.c * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare 2004-11-03 01:54:25 +00:00
tc-vax.h
tc-w65.c
tc-w65.h * ChangeLog-9295: Fix a typo. 2002-12-17 01:13:56 +00:00
tc-xstormy16.c Accept and ignore @fptr() directives for 4-byte fixups. 2004-10-18 08:02:25 +00:00
tc-xstormy16.h
tc-xtensa.c bfd ChangeLog 2004-10-12 23:05:32 +00:00
tc-xtensa.h bfd ChangeLog 2004-10-12 23:05:32 +00:00
tc-z8k.c * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere. 2003-12-15 22:02:42 +00:00
tc-z8k.h * config/tc-z8k.c: Convert to ISO-C. 2003-11-28 20:10:18 +00:00
te-386bsd.h
te-aix5.h
te-aux.h
te-delt88.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-delta.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-dpx2.h
te-dynix.h
te-epoc-pe.h
te-freebsd.h
te-generic.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-go32.h
te-hp300.h
te-hppa64.h
te-hppa.h
te-hppalinux64.h
te-hpux.h
te-i386aix.h
te-ia64aix.h
te-ic960.h
te-interix.h
te-irix.h * configure.in (em): Set to irix on all Irix systems. 2003-01-27 22:45:58 +00:00
te-linux.h
te-lnews.h
te-lynx.h
te-mach.h
te-macos.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-nbsd532.h
te-nbsd.h
te-netware.h * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT. 2004-06-18 14:55:49 +00:00
te-pc532mach.h
te-pe.h
te-psos.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-riscix.h
te-sparcaout.h
te-sun3.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-svr4.h
te-symbian.h * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
te-sysv32.h
te-tmips.h * config/atof-tahoe.c: Fix comment typos. 2003-11-22 15:32:28 +00:00
te-wince-pe.h
vax-inst.h
vms-a-conf.h
vms-conf.h
xtensa-istack.h bfd ChangeLog 2004-10-12 18:33:17 +00:00
xtensa-relax.c bfd ChangeLog 2004-10-12 18:33:17 +00:00
xtensa-relax.h bfd ChangeLog 2004-10-12 18:33:17 +00:00