gcc/libgcc
Nick Clifton dbdbd982df lib1funcs.S: Add support for e3v5 architecture variant.
* config/v850/lib1funcs.S: Add support for e3v5 architecture
	variant.

	* config/v850/constraints.md (Q): Define as a memory constraint.
	* config/v850/predicates.md (label_ref_operand): New predicate.
	(e3v5_shift_operand): New predicate.
	(ior_operator): New predicate.
	* config/v850/t-v850: Add e3v5 multilib.
	* config/v850/v850-protos.h (v850_adjust_insn_length): Prototype.
	(v850_gen_movdi): Prototype.
	* config/v850/v850.c: Add support for e3v5 architecture.
	Rename all uses of TARGET_V850E || TARGET_V850E2_ALL to
	TARGET_V850E_UP.
	(construct_save_jarl): Add e3v5 long JARL support.
	(v850_adjust_insn_length): New function.  Adjust length of call
	insns when using e3v5 instructions.
	(v850_gen_movdi): New function: Generate instructions to move a
	DImode value.
	* config/v850/v850.h (TARGET_CPU_v850e3v5): Define.
	(CPP_SPEC): Define __v850e3v5__ as appropriate.
	(TARGET_USE_FPU): Enable for e3v5.
	(CONST_OK_FOR_W): New macro.
	(ADJUST_INSN_LENGTH): Define.
	* config/v850/v850.md (UNSPEC_LOOP): Define.
	(attr cpu): Add v850e3v5.
	Rename all uses of TARGET_V850E2 to TARGET_V850E2V3_UP.
	(movdi): New pattern.
	(movdi_internal): New pattern.
	(cbranchsf4): Conditionalize on TARGET_USE_FPU.
	(cbranchdf4): Conditionalize on TARGET_USE_FPU.
	(cstoresf4): Likewise.
	(cstoredf4): Likewise.
	(insv): New pattern.
	(rotlso3_a): New pattern.
	(rotlsi3_b): New pattern
	(rotlsi3_v850e3v5): New pattern.
	(doloop_begin): New pattern.
	(fix_loop_counter): New pattern.
	(doloop_end): New pattern.
	(branch_normal): Add e3v5 long branch support.
	(branch_invert): Likewise.
	(branch_z_normal): Likewise.
	(branch_z_invert): Likewise.
	(branch_nz_normal): Likewise.
	(branch_nz_invert): Likewise.
	(call_internal_short): Add e3v5 register-indirect JARL support.
	(call_internal_long): Likewise.
	(call_value_internal_short): Likewise.
	(call_value_internal_long): Likewise.
	* config/v850/v850.opt (mv850e3v5, mv850e2v4): New options.
	(mloop): New option.
	* config.gcc: Add support for configuring v840e3v5 target.
	* doc/invoke.texi: Document new v850 specific command line
	options.

From-SVN: r195623
2013-01-31 18:36:02 +00:00
..
config lib1funcs.S: Add support for e3v5 architecture variant. 2013-01-31 18:36:02 +00:00
soft-fp soft-fp updated from GLIBC upstream. 2012-11-15 18:39:47 +00:00
ChangeLog lib1funcs.S: Add support for e3v5 architecture variant. 2013-01-31 18:36:02 +00:00
Makefile.in re PR bootstrap/55571 (PR48076 fix broke bootstrap on armv5tel-linux-gnueabi) 2012-12-04 11:08:18 -08:00
config.host gcc: PR target/54663 2013-01-26 16:53:45 +00:00
config.in
configure bid_functions.h: Check for __GLIBC__ additionally to LINUX when defining format specifiers. 2012-11-05 00:08:42 +01:00
configure.ac gthr.m4: New. 2012-10-15 13:10:30 +00:00
crtstuff.c crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc even if inhibit_libc. 2012-08-19 16:11:40 +01:00
dfp-bit.c
dfp-bit.h
divmod.c
empty.mk
emutls.c re PR libgcc/48076 (Unsafe double checked locking in __emutls_get_address) 2012-11-28 13:01:26 -08:00
enable-execute-stack-empty.c
enable-execute-stack-mprotect.c
fixed-bit.c fixed-bit.c (SATFRACT): Only declare / set min_low, min_high if TO_MODE_UNSIGNED == 0. 2013-01-14 10:19:00 +00:00
fixed-bit.h
fixed-obj.mk Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out LIB2FUNCS_EXCLUDE before adding them to libgcc-objects, libgcc-s-objects. 2012-08-23 15:41:03 +00:00
floatunsidf.c
floatunsisf.c
floatunsitf.c
floatunsixf.c
fp-bit.c
fp-bit.h
gbl-ctors.h
gen-fixed.sh
generic-morestack-thread.c Reverted last patch. 2013-01-14 19:38:07 +00:00
generic-morestack.c generic-morestack.c (__generic_morestack): Align the returned stack pointer to a 32 byte boundary. 2012-11-06 23:04:28 +00:00
generic-morestack.h
gstdint.h
gthr-posix.h gthr.h (__gthread_cond_timedwait_recursive): Do not require. 2012-12-20 22:19:57 +00:00
gthr-single.h re PR other/53889 (Gthreads doesn't support destroying recursive mutexes) 2012-10-02 21:22:32 +01:00
gthr.h gthr.h (__gthread_cond_timedwait_recursive): Do not require. 2012-12-20 22:19:57 +00:00
libgcc-std.ver.in re PR bootstrap/55370 (Bad libgcc.map) 2012-11-20 09:36:31 +01:00
libgcc2.c
libgcc2.h
libgcov.c This patch addresses the bogus "Invocation mismatch" messages seen in parallel profiledbootstrap builds of gcc. 2012-11-19 05:20:59 +00:00
longlong.h longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling. 2012-08-16 03:49:57 +02:00
memcmp.c
memcpy.c
memmove.c
memset.c
mkheader.sh
mkmap-flat.awk
mkmap-symver.awk
shared-object.mk
siditi-object.mk
static-object.mk Makefile.in (vis_hide, [...]): Do not make definitions depend on --enable-shared. 2012-08-22 09:36:23 +01:00
sync.c
udivmod.c
udivmodsi4.c
unwind-arm-common.inc
unwind-c.c re PR target/55445 (Always defined __SEH__ when build from trunk) 2012-11-29 10:36:41 +01:00
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-dip.c config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file. 2012-10-05 23:35:55 +00:00
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-generic.h re PR target/55445 (Always defined __SEH__ when build from trunk) 2012-11-29 10:36:41 +01:00
unwind-pe.h
unwind-seh.c re PR target/55445 (Always defined __SEH__ when build from trunk) 2012-11-29 10:36:41 +01:00
unwind-sjlj.c
unwind.inc