92a285c1a7 
								
							 
						 
						
							
							
								
								Replace 8 spaces with a tabular in ChangeLog files.  
							
							... 
							
							
							
							From-SVN: r263886 
							
						 
						
							2018-08-27 14:04:23 +00:00  
				
					
						
							
							
								 
						
							
								7b47ecf2f7 
								
							 
						 
						
							
							
								
								Regenerate configure of target libraries  
							
							... 
							
							
							
							* configure: Regenerated.
From-SVN: r259610 
							
						 
						
							2018-04-24 09:45:26 -07:00  
				
					
						
							
							
								 
						
							
								a0e1df888d 
								
							 
						 
						
							
							
								
								cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=default with --enable-cet=auto.  
							
							... 
							
							
							
							* config/cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace
	--enable-cet=default with --enable-cet=auto.
	* doc/install.texi: Document --disable-cet being the default and
	--enable-cet=auto.
	* configure: Regenerated.
From-SVN: r259487 
							
						 
						
							2018-04-19 09:45:51 +02:00  
				
					
						
							
							
								 
						
							
								001ddaa852 
								
							 
						 
						
							
							
								
								re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)  
							
							... 
							
							
							
							PR jit/85384
	* acx.m4 (GCC_BASE_VER): Remove \$\$ from sed expression.
	* configure.ac (gcc-driver-name.h): Honor --with-gcc-major-version
	by using gcc_base_ver to generate a gcc_driver_version, and use
	it when generating GCC_DRIVER_NAME.
	* configure: Regenerate.
	* configure: Regenerate.
From-SVN: r259462 
							
						 
						
							2018-04-18 11:46:58 +02:00  
				
					
						
							
							
								 
						
							
								14e335edc8 
								
							 
						 
						
							
							
								
								CET shouldn't be enabled in 32-bit run-time libraries by defualt  
							
							... 
							
							
							
							ENDBR32 and RDSSPD are multi-byte NOPs on x86-64 processors and
newer x86 processors, starting Pentium Pro.  They are UD on older
32-bit processors. Detect this at configure time and adjust the
default value for enable_cet. GCC will enable CET in 32-bit run-time
libraries in any case if --enable-cet is used to configure GCC.
	PR target/84148
	* config/cet.m4: Check if target support multi-byte NOPS (SSE).
	* libatomic/configure: Regenerate.
	* libbacktrace/configure: Likewise.
	* libgcc/configure: Likewise.
	* libgfortran/configure: Likewise.
	* libgomp/configure: Likewise.
	* libitm/configure: Likewise.
	* libmpx/configure: Likewise.
	* libobjc/configure: Likewise.
	* libquadmath/configure: Likewise.
	* libsanitizer/configure: Likewise.
	* libssp/configure: Likewise.
	* libstdc++-v3/configure: Likewise.
	* libvtv/configure: Likewise.
From-SVN: r257809 
							
						 
						
							2018-02-19 17:25:49 +01:00  
				
					
						
							
							
								 
						
							
								85ec4feb11 
								
							 
						 
						
							
							
								
								Update copyright years.  
							
							... 
							
							
							
							From-SVN: r256169 
							
						 
						
							2018-01-03 11:03:58 +01:00  
				
					
						
							
							
								 
						
							
								7f339ecbd3 
								
							 
						 
						
							
							
								
								[libobjc] Wrap CLASS_TABLE_HASH in do {} while (0)  
							
							... 
							
							
							
							2017-11-23  Tom de Vries  <tom@codesourcery.com>
	* class.c (CLASS_TABLE_HASH): Wrap in "do {} while (0)".
From-SVN: r255099 
							
						 
						
							2017-11-23 15:03:29 +00:00  
				
					
						
							
							
								 
						
							
								7b7168cffe 
								
							 
						 
						
							
							
								
								Enable building libobjc with Intel CET  
							
							... 
							
							
							
							libobjc/
	* Makefile.in: Regenerate.
	* aclocal.m4: Likeiwse.
	* configure: Likewise.
	* configure.ac: Set CET_FLAGS. Update XCFLAGS.
From-SVN: r254904 
							
						 
						
							2017-11-17 23:48:36 +01:00  
				
					
						
							
							
								 
						
							
								4e10a5a74b 
								
							 
						 
						
							
							
								
								[2/77] Add an E_ prefix to case statements  
							
							... 
							
							
							
							All case statements need to be updated to use the prefixed names,
since the unprefixed names will eventually not be integer constant
expressions.  This patch does a mechanical substitution over the whole
codebase.
2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>
gcc/
	* config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
	Prefix mode names with E_ in case statements.
	* config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
	(aarch64_split_simd_move): Likewise.
	(aarch64_gen_storewb_pair): Likewise.
	(aarch64_gen_loadwb_pair): Likewise.
	(aarch64_gen_store_pair): Likewise.
	(aarch64_gen_load_pair): Likewise.
	(aarch64_get_condition_code_1): Likewise.
	(aarch64_constant_pool_reload_icode): Likewise.
	(get_rsqrte_type): Likewise.
	(get_rsqrts_type): Likewise.
	(get_recpe_type): Likewise.
	(get_recps_type): Likewise.
	(aarch64_gimplify_va_arg_expr): Likewise.
	(aarch64_simd_container_mode): Likewise.
	(aarch64_emit_load_exclusive): Likewise.
	(aarch64_emit_store_exclusive): Likewise.
	(aarch64_expand_compare_and_swap): Likewise.
	(aarch64_gen_atomic_cas): Likewise.
	(aarch64_emit_bic): Likewise.
	(aarch64_emit_atomic_swap): Likewise.
	(aarch64_emit_atomic_load_op): Likewise.
	(aarch64_evpc_trn): Likewise.
	(aarch64_evpc_uzp): Likewise.
	(aarch64_evpc_zip): Likewise.
	(aarch64_evpc_ext): Likewise.
	(aarch64_evpc_rev): Likewise.
	(aarch64_evpc_dup): Likewise.
	(aarch64_gen_ccmp_first): Likewise.
	(aarch64_gen_ccmp_next): Likewise.
	* config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
	(alpha_emit_xfloating_libcall): Likewise.
	(emit_insxl): Likewise.
	(alpha_arg_type): Likewise.
	* config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
	(arc_preferred_simd_mode): Likewise.
	(arc_secondary_reload): Likewise.
	(get_arc_condition_code): Likewise.
	(arc_print_operand): Likewise.
	(arc_legitimate_constant_p): Likewise.
	* config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/arc/arc.md (casesi_load): Likewise.
	(casesi_compact_jump): Likewise.
	* config/arc/predicates.md (proper_comparison_operator): Likewise.
	(cc_use_register): Likewise.
	* config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
	(arm_init_iwmmxt_builtins): Likewise.
	* config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
	(neon_expand_vector_init): Likewise.
	(arm_attr_length_move_neon): Likewise.
	(maybe_get_arm_condition_code): Likewise.
	(arm_emit_vector_const): Likewise.
	(arm_preferred_simd_mode): Likewise.
	(arm_output_iwmmxt_tinsr): Likewise.
	(thumb1_output_casesi): Likewise.
	(thumb2_output_casesi): Likewise.
	(arm_emit_load_exclusive): Likewise.
	(arm_emit_store_exclusive): Likewise.
	(arm_expand_compare_and_swap): Likewise.
	(arm_evpc_neon_vuzp): Likewise.
	(arm_evpc_neon_vzip): Likewise.
	(arm_evpc_neon_vrev): Likewise.
	(arm_evpc_neon_vtrn): Likewise.
	(arm_evpc_neon_vext): Likewise.
	(arm_validize_comparison): Likewise.
	* config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
	* config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
	* config/avr/avr.c (avr_rtx_costs_1): Likewise.
	* config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
	(c6x_preferred_simd_mode): Likewise.
	* config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
	(epiphany_rtx_costs): Likewise.
	* config/epiphany/predicates.md (proper_comparison_operator):
	Likewise.
	* config/frv/frv.c (condexec_memory_operand): Likewise.
	(frv_emit_move): Likewise.
	(output_move_single): Likewise.
	(output_condmove_single): Likewise.
	(frv_hard_regno_mode_ok): Likewise.
	(frv_matching_accg_mode): Likewise.
	* config/h8300/h8300.c (split_adds_subs): Likewise.
	(h8300_rtx_costs): Likewise.
	(h8300_print_operand): Likewise.
	(compute_mov_length): Likewise.
	(output_logical_op): Likewise.
	(compute_logical_op_length): Likewise.
	(compute_logical_op_cc): Likewise.
	(h8300_shift_needs_scratch_p): Likewise.
	(output_a_shift): Likewise.
	(compute_a_shift_length): Likewise.
	(compute_a_shift_cc): Likewise.
	(expand_a_rotate): Likewise.
	(output_a_rotate): Likewise.
	* config/i386/i386.c (classify_argument): Likewise.
	(function_arg_advance_32): Likewise.
	(function_arg_32): Likewise.
	(function_arg_64): Likewise.
	(function_value_64): Likewise.
	(ix86_gimplify_va_arg): Likewise.
	(ix86_legitimate_constant_p): Likewise.
	(put_condition_code): Likewise.
	(split_double_mode): Likewise.
	(ix86_avx256_split_vector_move_misalign): Likewise.
	(ix86_expand_vector_logical_operator): Likewise.
	(ix86_split_idivmod): Likewise.
	(ix86_expand_adjust_ufix_to_sfix_si): Likewise.
	(ix86_build_const_vector): Likewise.
	(ix86_build_signbit_mask): Likewise.
	(ix86_match_ccmode): Likewise.
	(ix86_cc_modes_compatible): Likewise.
	(ix86_expand_branch): Likewise.
	(ix86_expand_sse_cmp): Likewise.
	(ix86_expand_sse_movcc): Likewise.
	(ix86_expand_int_sse_cmp): Likewise.
	(ix86_expand_vec_perm_vpermi2): Likewise.
	(ix86_expand_vec_perm): Likewise.
	(ix86_expand_sse_unpack): Likewise.
	(ix86_expand_int_addcc): Likewise.
	(ix86_split_to_parts): Likewise.
	(ix86_vectorize_builtin_gather): Likewise.
	(ix86_vectorize_builtin_scatter): Likewise.
	(avx_vpermilp_parallel): Likewise.
	(inline_memory_move_cost): Likewise.
	(ix86_tieable_integer_mode_p): Likewise.
	(x86_maybe_negate_const_int): Likewise.
	(ix86_expand_vector_init_duplicate): Likewise.
	(ix86_expand_vector_init_one_nonzero): Likewise.
	(ix86_expand_vector_init_one_var): Likewise.
	(ix86_expand_vector_init_concat): Likewise.
	(ix86_expand_vector_init_interleave): Likewise.
	(ix86_expand_vector_init_general): Likewise.
	(ix86_expand_vector_set): Likewise.
	(ix86_expand_vector_extract): Likewise.
	(emit_reduc_half): Likewise.
	(ix86_emit_i387_round): Likewise.
	(ix86_mangle_type): Likewise.
	(ix86_expand_round_sse4): Likewise.
	(expand_vec_perm_blend): Likewise.
	(canonicalize_vector_int_perm): Likewise.
	(ix86_expand_vec_one_operand_perm_avx512): Likewise.
	(expand_vec_perm_1): Likewise.
	(expand_vec_perm_interleave3): Likewise.
	(expand_vec_perm_even_odd_pack): Likewise.
	(expand_vec_perm_even_odd_1): Likewise.
	(expand_vec_perm_broadcast_1): Likewise.
	(ix86_vectorize_vec_perm_const_ok): Likewise.
	(ix86_expand_vecop_qihi): Likewise.
	(ix86_expand_mul_widen_hilo): Likewise.
	(ix86_expand_sse2_abs): Likewise.
	(ix86_expand_pextr): Likewise.
	(ix86_expand_pinsr): Likewise.
	(ix86_preferred_simd_mode): Likewise.
	(ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
	* config/i386/sse.md (*andnot<mode>3): Likewise.
	(<mask_codefor><code><mode>3<mask_name>): Likewise.
	(*<code><mode>3): Likewise.
	* config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
	(ia64_expand_atomic_op): Likewise.
	(ia64_arg_type): Likewise.
	(ia64_mode_to_int): Likewise.
	(ia64_scalar_mode_supported_p): Likewise.
	(ia64_vector_mode_supported_p): Likewise.
	(expand_vec_perm_broadcast): Likewise.
	* config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
	(iq2000_function_arg_advance): Likewise.
	(iq2000_function_arg): Likewise.
	* config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
	* config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
	(m68k_libcall_value): Likewise.
	(m68k_function_value): Likewise.
	(sched_attr_op_type): Likewise.
	* config/mcore/mcore.c (mcore_output_move): Likewise.
	* config/microblaze/microblaze.c (microblaze_function_arg_advance):
	Likewise.
	(microblaze_function_arg): Likewise.
	* config/mips/mips.c (mips16_build_call_stub): Likewise.
	(mips_print_operand): Likewise.
	(mips_mode_ok_for_mov_fmt_p): Likewise.
	(mips_vector_mode_supported_p): Likewise.
	(mips_preferred_simd_mode): Likewise.
	(mips_expand_vpc_loongson_even_odd): Likewise.
	(mips_expand_vec_unpack): Likewise.
	(mips_expand_vi_broadcast): Likewise.
	(mips_expand_vector_init): Likewise.
	(mips_expand_vec_reduc): Likewise.
	(mips_expand_msa_cmp): Likewise.
	* config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
	* config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
	(cc_flags_for_mode): Likewise.
	* config/msp430/msp430.c (msp430_print_operand): Likewise.
	* config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
	(nds32_output_casesi_pc_relative): Likewise.
	* config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
	(nvptx_gen_unpack): Likewise.
	(nvptx_gen_pack): Likewise.
	(nvptx_gen_shuffle): Likewise.
	(nvptx_gen_wcast): Likewise.
	(nvptx_preferred_simd_mode): Likewise.
	* config/pa/pa.c (pa_secondary_reload): Likewise.
	* config/pa/predicates.md (base14_operand): Likewise.
	* config/powerpcspe/powerpcspe-c.c
	(altivec_resolve_overloaded_builtin): Likewise.
	* config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
	Likewise.
	(rs6000_preferred_simd_mode): Likewise.
	(output_vec_const_move): Likewise.
	(rs6000_expand_vector_extract): Likewise.
	(rs6000_split_vec_extract_var): Likewise.
	(reg_offset_addressing_ok_p): Likewise.
	(rs6000_legitimate_offset_address_p): Likewise.
	(rs6000_legitimize_address): Likewise.
	(rs6000_emit_set_const): Likewise.
	(rs6000_const_vec): Likewise.
	(rs6000_emit_move): Likewise.
	(spe_build_register_parallel): Likewise.
	(rs6000_darwin64_record_arg_recurse): Likewise.
	(swap_selector_for_mode): Likewise.
	(spe_init_builtins): Likewise.
	(paired_init_builtins): Likewise.
	(altivec_init_builtins): Likewise.
	(do_load_for_compare): Likewise.
	(rs6000_generate_compare): Likewise.
	(rs6000_expand_float128_convert): Likewise.
	(emit_load_locked): Likewise.
	(emit_store_conditional): Likewise.
	(rs6000_output_function_epilogue): Likewise.
	(rs6000_handle_altivec_attribute): Likewise.
	(rs6000_function_value): Likewise.
	(emit_fusion_gpr_load): Likewise.
	(emit_fusion_p9_load): Likewise.
	(emit_fusion_p9_store): Likewise.
	* config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
	(fusion_gpr_mem_load): Likewise.
	(fusion_addis_mem_combo_load): Likewise.
	(fusion_addis_mem_combo_store): Likewise.
	* config/rs6000/predicates.md (easy_fp_constant): Likewise.
	(fusion_gpr_mem_load): Likewise.
	(fusion_addis_mem_combo_load): Likewise.
	(fusion_addis_mem_combo_store): Likewise.
	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
	Likewise.
	* config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
	* config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
	(rs6000_preferred_simd_mode): Likewise.
	(output_vec_const_move): Likewise.
	(rs6000_expand_vector_extract): Likewise.
	(rs6000_split_vec_extract_var): Likewise.
	(reg_offset_addressing_ok_p): Likewise.
	(rs6000_legitimate_offset_address_p): Likewise.
	(rs6000_legitimize_address): Likewise.
	(rs6000_emit_set_const): Likewise.
	(rs6000_const_vec): Likewise.
	(rs6000_emit_move): Likewise.
	(rs6000_darwin64_record_arg_recurse): Likewise.
	(swap_selector_for_mode): Likewise.
	(paired_init_builtins): Likewise.
	(altivec_init_builtins): Likewise.
	(rs6000_expand_float128_convert): Likewise.
	(emit_load_locked): Likewise.
	(emit_store_conditional): Likewise.
	(rs6000_output_function_epilogue): Likewise.
	(rs6000_handle_altivec_attribute): Likewise.
	(rs6000_function_value): Likewise.
	(emit_fusion_gpr_load): Likewise.
	(emit_fusion_p9_load): Likewise.
	(emit_fusion_p9_store): Likewise.
	* config/rx/rx.c (rx_gen_move_template): Likewise.
	(flags_from_mode): Likewise.
	* config/s390/predicates.md (s390_alc_comparison): Likewise.
	(s390_slb_comparison): Likewise.
	* config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
	(s390_vector_mode_supported_p): Likewise.
	(s390_cc_modes_compatible): Likewise.
	(s390_match_ccmode_set): Likewise.
	(s390_canonicalize_comparison): Likewise.
	(s390_emit_compare_and_swap): Likewise.
	(s390_branch_condition_mask): Likewise.
	(s390_rtx_costs): Likewise.
	(s390_secondary_reload): Likewise.
	(__SECONDARY_RELOAD_CASE): Likewise.
	(s390_expand_cs): Likewise.
	(s390_preferred_simd_mode): Likewise.
	* config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
	* config/sh/sh.c (sh_print_operand): Likewise.
	(dump_table): Likewise.
	(sh_secondary_reload): Likewise.
	* config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/sh/sh.md (casesi_worker_1): Likewise.
	(casesi_worker_2): Likewise.
	* config/sparc/predicates.md (icc_comparison_operator): Likewise.
	(fcc_comparison_operator): Likewise.
	* config/sparc/sparc.c (sparc_expand_move): Likewise.
	(emit_soft_tfmode_cvt): Likewise.
	(sparc_preferred_simd_mode): Likewise.
	(output_cbranch): Likewise.
	(sparc_print_operand): Likewise.
	(sparc_expand_vec_perm_bmask): Likewise.
	(vector_init_bshuffle): Likewise.
	* config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
	(spu_vector_mode_supported_p): Likewise.
	(spu_expand_insv): Likewise.
	(spu_emit_branch_or_set): Likewise.
	(spu_handle_vector_attribute): Likewise.
	(spu_builtin_splats): Likewise.
	(spu_builtin_extract): Likewise.
	(spu_builtin_promote): Likewise.
	(spu_expand_sign_extend): Likewise.
	* config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
	(tilegx_simd_int): Likewise.
	* config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
	(tilepro_simd_int): Likewise.
	* config/v850/v850.c (const_double_split): Likewise.
	(v850_print_operand): Likewise.
	(ep_memory_offset): Likewise.
	* config/vax/vax.c (vax_rtx_costs): Likewise.
	(vax_output_int_move): Likewise.
	(vax_output_int_add): Likewise.
	(vax_output_int_subtract): Likewise.
	* config/visium/predicates.md (visium_branch_operator): Likewise.
	* config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
	(visium_print_operand_address): Likewise.
	* config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
	* config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
	(xtensa_expand_conditional_branch): Likewise.
	(xtensa_copy_incoming_a7): Likewise.
	(xtensa_output_literal): Likewise.
	* dfp.c (decimal_real_maxval): Likewise.
	* targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
gcc/c-family/
	* c-cppbuiltin.c (mode_has_fma): Prefix mode names with E_ in
	case statements.
gcc/objc/
	* objc-encoding.c (encode_gnu_bitfield): Prefix mode names with E_ in
	case statements.
libobjc/
	* encoding.c (_darwin_rs6000_special_round_type_align): Prefix mode
	names with E_ in case statements.
Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r251453 
							
						 
						
							2017-08-30 11:08:28 +00:00  
				
					
						
							
							
								 
						
							
								a4cf4b647c 
								
							 
						 
						
							
							
								
								re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)  
							
							... 
							
							
							
							2017-02-07  Richard Biener  <rguenther@suse.de>
	PR tree-optimization/79256
	PR middle-end/79278
	* builtins.c (get_object_alignment_2): Use min_align_of_type
	to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
	and ADJUST_FIELD_ALIGN.
	* doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
	type parameter.
	* doc/tm.texi: Regenerate.
	* stor-layout.c (layout_decl): Adjust.
	(update_alignment_for_field): Likewise.
	(place_field): Likewise.
	(min_align_of_type): Likewise.
	* config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
	* config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
	* config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/frv/frv.c (frv_adjust_field_align): Likewise.
	* config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/i386/i386.c (x86_field_alignment): Likewise.
	* config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
	 Likewise.
	go/
	* go-backend.c (go_field_alignment): Adjust.
	libobjc/
	* encoding.c (objc_layout_structure_next_member): Adjust
	ADJUST_FIELD_ALIGN usage.
	Revert
	2017-01-30  Richard Biener  <rguenther@suse.de>
	PR tree-optimization/79256
	* targhooks.c (default_builtin_vector_alignment_reachable): Honor
	BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
	alignment on TYPE.
From-SVN: r245245 
							
						 
						
							2017-02-07 11:29:06 +00:00  
				
					
						
							
							
								 
						
							
								8465132c9b 
								
							 
						 
						
							
							
								
								re PR libobjc/78697 (--with-target-bdw-gc-include shouldn't be required to be per multilib)  
							
							... 
							
							
							
							2017-01-18  Matthias Klose  <doko@ubuntu.com>
        PR libobjc/78697
        * configure.ac: Allow default for --with-target-bdw-gc-include.
        * configure: Regenerate.
        PR libobjc/78698
        * configure.ac: Use the libgc.la file when available.
        * configure: Regenerate.
2017-01-18  Matthias Klose  <doko@ubuntu.com>
       * doc/install.texi: Allow default for --with-target-bdw-gc-include.
From-SVN: r244579 
							
						 
						
							2017-01-18 15:48:54 +00:00  
				
					
						
							
							
								 
						
							
								3c36aa6ba2 
								
							 
						 
						
							
							
								
								re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)  
							
							... 
							
							
							
							PR other/79046
	* configure: Regenerated.
config/
	* acx.m4 (GCC_BASE_VER): New m4 function.
	(ACX_TOOL_DIRS): Require GCC_BASE_VER, for
	--with-gcc-major-version-only use just major number from BASE-VER.
gcc/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
	version from BASE-VER file.
	(CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
	(gcc.o): Depend on $(BASEVER).
	* common.opt (dumpfullversion): New option.
	* gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
	* doc/invoke.texi: Document -dumpfullversion.
	* doc/install.texi: Document --with-gcc-major-version-only.
	* configure: Regenerated.
libatomic/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* testsuite/Makefile.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libgomp/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* testsuite/Makefile.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libgcc/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
	version from BASE-VER file.
	* configure: Regenerated.
libssp/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
liboffloadmic/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* aclocal.m4: Include ../config/acx.m4.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libquadmath/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libmpx/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libada/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
	version from BASE-VER file.
	* configure: Regenerated.
lto-plugin/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libitm/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* testsuite/Makefile.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
fixincludes/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
libcilkrts/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* aclocal.m4: Include ../config/acx.m4.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libcc1/
	* configure.ac: Add GCC_BASE_VER.  For --with-gcc-major-version-only
	use just major number from BASE-VER.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libobjc/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.in (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
libstdc++-v3/
	* configure.ac: Add GCC_BASE_VER.
	* fragment.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* po/Makefile.in: Regenerated.
	* libsupc++/Makefile.in: Regenerated.
	* testsuite/Makefile.in: Regenerated.
	* src/Makefile.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* include/Makefile.in: Regenerated.
	* doc/Makefile.in: Regenerated.
	* python/Makefile.in: Regenerated.
	* src/c++11/Makefile.in: Regenerated.
	* src/c++98/Makefile.in: Regenerated.
	* src/filesystem/Makefile.in: Regenerated.
libvtv/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* testsuite/Makefile.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
libsanitizer/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* libbacktrace/Makefile.in: Regenerated.
	* interception/Makefile.in: Regenerated.
	* asan/Makefile.in: Regenerated.
	* ubsan/Makefile.in: Regenerated.
	* configure: Regenerated.
	* sanitizer_common/Makefile.in: Regenerated.
	* lsan/Makefile.in: Regenerated.
	* Makefile.in: Regenerated.
	* tsan/Makefile.in: Regenerated.
libgfortran/
	* configure.ac: Add GCC_BASE_VER.
	* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
	get version from BASE-VER file.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
From-SVN: r244521 
							
						 
						
							2017-01-17 10:38:48 +01:00  
				
					
						
							
							
								 
						
							
								cbe34bb5ed 
								
							 
						 
						
							
							
								
								Update copyright years.  
							
							... 
							
							
							
							From-SVN: r243994 
							
						 
						
							2017-01-01 13:07:43 +01:00  
				
					
						
							
							
								 
						
							
								825fba526c 
								
							 
						 
						
							
							
								
								configure.ac: Don't use pkg-config to check for bdw-gc.  
							
							... 
							
							
							
							<toplevel>
        * configure.ac: Don't use pkg-config to check for bdw-gc.
        * configure: Regenerate.
config/
        * pkg.m4: Remove.
libobjc/
        * configure.ac: Don't use pkg-config to check for bdw-gc.
        * configure: Regenerate.
gcc/
        * doc/install.texi: Don't use pkg-config to check for bdw-gc.
From-SVN: r243108 
							
						 
						
							2016-12-01 12:31:49 +00:00  
				
					
						
							
							
								 
						
							
								de683d58cf 
								
							 
						 
						
							
							
								
								configure.ac: Set BDW_GC_CFLAGS and BDW_GC_LIBS after checking for the existence of the...  
							
							... 
							
							
							
							2016-11-30  Matthias Klose  <doko@ubuntu.com>
        * configure.ac: Set BDW_GC_CFLAGS and BDW_GC_LIBS after checking
        for the existence of the pkg-config modules.
        * Regenerate.
From-SVN: r243037 
							
						 
						
							2016-11-30 16:39:30 +00:00  
				
					
						
							
							
								 
						
							
								ac02e9a821 
								
							 
						 
						
							
							
								
								configure.ac (--enable-objc-gc): If not given, default to enable_objc_gc=no.  
							
							... 
							
							
							
							* configure.ac (--enable-objc-gc): If not given, default to
	enable_objc_gc=no.
	* configure: Regenerated.
From-SVN: r243010 
							
						 
						
							2016-11-30 12:42:04 +01:00  
				
					
						
							
							
								 
						
							
								114bf3f172 
								
							 
						 
						
							
							
								
								Makefile.def: Remove reference to boehm-gc target module.  
							
							... 
							
							
							
							<toplevel>
2016-11-30  Matthias Klose  <doko@ubuntu.com>
        * Makefile.def: Remove reference to boehm-gc target module.
        * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
        options and for the bdw-gc pkg-config module.
        * configure: Regenerate.
        * Makefile.in: Regenerate.
gcc/
2016-11-30  Matthias Klose  <doko@ubuntu.com>
        * doc/install.texi: Document configure options --enable-objc-gc
        and --with-target-bdw-gc.
config/
2016-11-30  Matthias Klose  <doko@ubuntu.com>
        * pkg.m4: New file.
libobjc/
2016-11-30  Matthias Klose  <doko@ubuntu.com>
        * configure.ac (--enable-objc-gc): Allow to configure with a
        system provided boehm-gc.
        * configure: Regenerate.
        * Makefile.in (OBJC_BOEHM_GC_LIBS): Get value from configure.
        * gc.c: Include system bdw-gc headers.
        * memory.c: Likewise
        * objects.c: Likewise
boehm-gc/
2016-11-30  Matthias Klose  <doko@ubuntu.com>
        Remove
From-SVN: r242985 
							
						 
						
							2016-11-30 00:12:45 +00:00  
				
					
						
							
							
								 
						
							
								84c1b9d3d4 
								
							 
						 
						
							
							
								
								config-ml.in: Remove references to GCJ.  
							
							... 
							
							
							
							<toplevel>
2016-11-15  Matthias Klose  <doko@ubuntu.com>
	* config-ml.in: Remove references to GCJ.
	* configure.ac: Likewise.
	* configure: Regenerate.
config/
2016-11-15  Matthias Klose  <doko@ubuntu.com>
	multi.m4: Don't set GCJ.
gcc/
2016-11-15  Matthias Klose  <doko@ubuntu.com>
	* doc/install.texi: Remove references to gcj/libjava.
	* doc/invoke.texi: Likewise.
*/ (where necessary)
2016-11-15  Matthias Klose  <doko@ubuntu.com>
	* configure: Regenerate.
From-SVN: r242433 
							
						 
						
							2016-11-15 16:34:02 +00:00  
				
					
						
							
							
								 
						
							
								818ab71a41 
								
							 
						 
						
							
							
								
								Update copyright years.  
							
							... 
							
							
							
							From-SVN: r232055 
							
						 
						
							2016-01-04 15:30:50 +01:00  
				
					
						
							
							
								 
						
							
								a153644f75 
								
							 
						 
						
							
							
								
								replace BITS_PER_UNIT with __CHAR_BIT__ in target libs  
							
							... 
							
							
							
							libgcc/ChangeLog:
2015-11-07  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* config/visium/lib2funcs.c (__set_trampoline_parity): Use
	__CHAR_BIT__ instead of BITS_PER_UNIT.
	* fixed-bit.h: Likewise.
	* fp-bit.h: Likewise.
	* libgcc2.c (__popcountSI2): Likewise.
	(__popcountDI2): Likewise.
	* libgcc2.h: Likewise.
	* libgcov.h: Likewise.
libobjc/ChangeLog:
2015-11-07  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	PR libobjc/24775
	* encoding.c (_darwin_rs6000_special_round_type_align): Use
	__CHAR_BIT__ instead of BITS_PER_UNIT.
	(objc_sizeof_type): Likewise.
	(objc_layout_structure): Likewise.
	(objc_layout_structure_next_member): Likewise.
	(objc_layout_finish_structure): Likewise.
	(objc_layout_structure_get_info): Likewise.
From-SVN: r229936 
							
						 
						
							2015-11-07 19:36:26 +00:00  
				
					
						
							
							
								 
						
							
								4ee6515e83 
								
							 
						 
						
							
							
								
								remove usage of ROUND_TYPE_SIZE from encoding.c  
							
							... 
							
							
							
							gcc got rid of this target macro in 2003, so it seems safe to assume the
alternate path works fine on all targets.
libobjc/ChangeLog:
2015-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	PR libobjc/24775
	* encoding.c (objc_layout_finish_structure): Remove usage of
	ROUND_TYPE_SIZE.
From-SVN: r229727 
							
						 
						
							2015-11-03 22:43:22 +00:00  
				
					
						
							
							
								 
						
							
								df6c48ba0d 
								
							 
						 
						
							
							
								
								stop including tm.h in sendmsg.c  
							
							... 
							
							
							
							libobjc/ChangeLog:
2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	PR libobjc/24775
	* sendmsg.c (tm.h): Remove include.
From-SVN: r227712 
							
						 
						
							2015-09-12 22:19:11 +00:00  
				
					
						
							
							
								 
						
							
								5625cfc443 
								
							 
						 
						
							
							
								
								remove unused defines from sendmsg.c  
							
							... 
							
							
							
							libobjc/ChangeLog:
2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	PR libobjc/24775
	* sendmsg.c (gen_rtx): Remove macro.
	(gen_rtx_MEM): Likewise.
	(gen_rtx_REG): Likewise.
	(rtx): Likewise.
From-SVN: r227711 
							
						 
						
							2015-09-12 22:19:06 +00:00  
				
					
						
							
							
								 
						
							
								2f0c2a0cc4 
								
							 
						 
						
							
							
								
								remove STRUCT_VALUE macro  
							
							... 
							
							
							
							This macro was converted to the TARGET_STRUCT_VALUE_RTX hook many years
ago, however there are still some lingering definitions, and a use in
libobjc.  All the remaining definitions define the macro to 0, which
libobjc treats the same as undefined, so it won't break anything else to
have libobjc stop checking the macro.  However it may be that this part
of libobjc has been broken for a long time on targets that only define
the hook, but that is a separate issue.
gcc/ChangeLog:
2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* config/arc/arc.h: Remove define of STRUCT_VALUE.
	* config/lm32/lm32.h: Likewise.
	* config/mep/mep.h: Likewise.
	* config/visium/visium.h: Likewise.
	* system.h: Poison STRUCT_VALUE macro.
libobjc/ChangeLog:
2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	PR libobjc/24775
	* sendmsg.c: Remove check of STRUCT_VALUE macro.
From-SVN: r227710 
							
						 
						
							2015-09-12 22:19:00 +00:00  
				
					
						
							
							
								 
						
							
								6b1786aa65 
								
							 
						 
						
							
							
								
								re PR other/66259 (Combined gcc and binutils build from git-master fails, with gas/as-new not existing)  
							
							... 
							
							
							
							PR other/66259
	* config-ml.in: Reflects renaming of configure.in to configure.ac
	* configure: Likewise
	* configure.ac: Likewise
boehm-gc/
	PR other/66259
	* Makefile.direct: Reflects renaming of configure.in to configure.ac
	* Makefile.dist: Likewise
	* version.h: Likewise
	* doc/README: Likewise
config/
	PR other/66259
	* gettext.m4: Reflects renaming of configure.in to configure.ac
	* po.m4: Likewise
	* stdint.m4: Likewise
	* tcl.m4: Likewise
gcc/
	PR other/66259
	* acinclude.m4: Reflects renaming of configure.in to configure.ac
	* configure: Likewise
	* configure.ac: Likewise
	* doc/install.texi: Likewise
	* doc/tm.texi: Likewise
	* doc/tm.texi.in: Likewise
gcc/ada/
	PR other/66259
	* prj-nmsc.adb: Reflects renaming of configure.in to configure.ac
	* gcc-interface/Makefile.in: Likewise
intl/
	PR other/66259
	* configure: Reflects renaming of configure.in to configure.ac
libjava/
	PR other/66259
	* configure: Reflects renaming of configure.in to configure.ac
libjava/classpath
	PR other/66259
	* INSTALL: Reflects renaming of configure.in to configure.ac
	* ltconfig: Likewise
	* missing: Likewise
	* m4/ac_prog_javac.m4: Likewise
	* m4/ac_prog/javac_works.m4: Likewise
	* resource/META-INF/mimetypes.default: Likewise
libjava/libltdl
	PR other/66259
	* THREADS: Reflects renaming of configure.in to configure.ac
liboffloadmic/
	PR other/66259
	* configure: Reflects renaming of configure.in to configure.ac
From-SVN: r226183 
							
						 
						
							2015-07-24 12:20:44 -06:00  
				
					
						
							
							
								 
						
							
								9b92a9f3b6 
								
							 
						 
						
							
							
								
								sjlj.m4: New file.  
							
							... 
							
							
							
							config/
	* sjlj.m4: New file.
libgcc/
	* configure.ac: Include config/sjlj.m4.
	Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
	* config.in: Regenerate.
	* configure: Likewise.
	* config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
libjava/
	* configure.ac: Include config/sjlj.m4.
	Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
	* include/config.h.in: Regenerate.
	* configure: Likewise.
	* exception.cc: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__.
	* stacktrace.cc: Likewise.
	* include/default-signal.h: Likewise.
	* sysdep/i386/backtrace.h: Likewise.
libobjc/
	* configure.ac: Remove manual SJLJ check.
	* config.h.in: Regenerate.
	* configure: Likewise.
	* exception.c: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__.
libstdc++-v3/
	* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Delete.
	* configure.ac: Remove GLIBCXX_ENABLE_SJLJ_EXCEPTIONS.
	* config.h.in: Regenerate.
	* configure: Likewise.
	* libsupc++/eh_personality.cc: Replace _GLIBCXX_SJLJ_EXCEPTIONS by
	__USING_SJLJ_EXCEPTIONS__.
	* libsupc++/eh_throw.cc: Likewise.
	* libsupc++/eh_ptr.cc: Likewise.
	* doc/html/manual/appendix_porting.html: Remove
	GLIBCXX_ENABLE_SJLJ_EXCEPTIONS
	* doc/xml/manual/build_hacking.xml: Likewise.
	* doc/html/manual/configure.html: Remove --enable-sjlj-exceptions.
	* doc/xml/manual/configure.xml: Likewise.
From-SVN: r223181 
							
						 
						
							2015-05-13 21:15:31 +00:00  
				
					
						
							
							
								 
						
							
								2394528db3 
								
							 
						 
						
							
							
								
								libobjc: Bump to automake 1.11.6  
							
							... 
							
							
							
							2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
	* aclocal.m4: Regenerated with automake-1.11.6.
From-SVN: r223147 
							
						 
						
							2015-05-13 11:27:01 +00:00  
				
					
						
							
							
								 
						
							
								d6ed95fcb5 
								
							 
						 
						
							
							
								
								Improve the test in bitfields.m4  
							
							... 
							
							
							
							Using a named bitfield with a width more than 0 means we won't hit
weirdness caused by the bitfield not really needing to exist.  Changing
int to long long means we won't have trouble with some arch where size
of int is 1 or 2.
libobjc/ChangeLog:
2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* configure: Regenerate.
config/ChangeLog:
2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* bitfields.m4: Change int to long long, and use bitfields of
	width 1 instead of 0.
From-SVN: r222794 
							
						 
						
							2015-05-05 03:41:53 +00:00  
				
					
						
							
							
								 
						
							
								4afeb6fcf5 
								
							 
						 
						
							
							
								
								update ChangeLogs for previous commit  
							
							... 
							
							
							
							From-SVN: r222716 
							
						 
						
							2015-05-02 04:27:29 +00:00  
				
					
						
							
							
								 
						
							
								539280a8e8 
								
							 
						 
						
							
							
								
								fixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS  
							
							... 
							
							
							
							libobjc/ChangeLog:
2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* acinclude.m4: Include bitfields.m4.
	* config.h.in: Regenerate.
	* configure: Likewise.
	* configure.ac: Invoke gt_BITFIELD_TYPE_MATTERS.
	* encoding.c: Check HAVE_BITFIELD_TYPE_MATTERS.
config/ChangeLog:
2015-05-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
	* bitfields.m4: New file.
From-SVN: r222715 
							
						 
						
							2015-05-02 04:11:07 +00:00  
				
					
						
							
							
								 
						
							
								e022edafa0 
								
							 
						 
						
							
							
								
								fixup libobjc's usage of PCC_BITFIELD_TYPE_MATTERS  
							
							... 
							
							
							
							libobjc/ChangeLog:
	* encoding.c (objc_layout_structure_next_member): check value of
	PCC_BITFIELD_TYPE_MATTERS instead of if it is defined.
From-SVN: r222605 
							
						 
						
							2015-04-30 02:08:05 +00:00  
				
					
						
							
							
								 
						
							
								6c6e94b902 
								
							 
						 
						
							
							
								
								Fix failures on AIX (PR libobjc/63765)  
							
							... 
							
							
							
							PR libobjc/63765
	* thr.c (_XOPEN_SOURCE): Remove.
From-SVN: r220438 
							
						 
						
							2015-02-05 09:41:44 +00:00  
				
					
						
							
							
								 
						
							
								67caf5381c 
								
							 
						 
						
							
							
								
								sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.  
							
							... 
							
							
							
							2015-01-27  Matthias Klose  <doko@ubuntu.com>
        * sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.
From-SVN: r220175 
							
						 
						
							2015-01-27 16:28:35 +00:00  
				
					
						
							
							
								 
						
							
								a5dbcace37 
								
							 
						 
						
							
							
								
								Added PR libobjc/51891.  
							
							... 
							
							
							
							From-SVN: r219399 
							
						 
						
							2015-01-09 18:12:51 +00:00  
				
					
						
							
							
								 
						
							
								100bfe4a97 
								
							 
						 
						
							
							
								
								ivars.c: Add a check for classes without instance variables...  
							
							... 
							
							
							
							2015-01-09  Dimitris Papavasiliou  <dpapavas@gmail.com>
	* ivars.c: Add a check for classes without instance
	variables, which have a NULL ivar list pointer.
2015-01-09  Dimitris Papavasiliou  <dpapavas@gmail.com>
	* objc.dg/gnu-api-2-class.m: Add a test case
	for the above change.
From-SVN: r219396 
							
						 
						
							2015-01-09 17:55:57 +00:00  
				
					
						
							
							
								 
						
							
								5624e564d2 
								
							 
						 
						
							
							
								
								Update copyright years.  
							
							... 
							
							
							
							From-SVN: r219188 
							
						 
						
							2015-01-05 13:33:28 +01:00  
				
					
						
							
							
								 
						
							
								a699d67255 
								
							 
						 
						
							
							
								
								Always use PIC option with -shared in libtool  
							
							... 
							
							
							
							Libtool needs to pass PIC option -shared when creating shared object to
link regular object files with slim-lto archive.
	PR bootstrap/63784
	* libtool.m4: Add $pic_flag with -shared.
boehm-gc/
	PR bootstrap/63784
	* configure: Regenerated.
gcc/
	PR bootstrap/63784
	* configure: Regenerated.
libatomic/
	PR bootstrap/63784
	* configure: Regenerated.
libbacktrace/
	PR bootstrap/63784
	* configure: Regenerated.
libcc1/
	PR bootstrap/63784
	* configure: Regenerated.
libcilkrts/
	PR bootstrap/63784
	* configure: Regenerated.
libffi/
	PR bootstrap/63784
	* configure: Regenerated.
libgfortran/
	PR bootstrap/63784
	* configure: Regenerated.
libgomp/
	PR bootstrap/63784
	* configure: Regenerated.
libitm/
	PR bootstrap/63784
	* configure: Regenerated.
libjava/
	PR bootstrap/63784
	* configure: Regenerated.
libjava/classpath/
	PR bootstrap/63784
	* configure: Regenerated.
libobjc/
	PR bootstrap/63784
	* configure: Regenerated.
libquadmath/
	PR bootstrap/63784
	* configure: Regenerated.
libsanitizer/
	PR bootstrap/63784
	* configure: Regenerated.
libssp/
	PR bootstrap/63784
	* configure: Regenerated.
libstdc++-v3/
	PR bootstrap/63784
	* configure: Regenerated.
libvtv/
	PR bootstrap/63784
	* configure: Regenerated.
lto-plugin/
	PR bootstrap/63784
	* configure: Regenerated.
From-SVN: r217937 
							
						 
						
							2014-11-21 08:49:17 -08:00  
				
					
						
							
							
								 
						
							
								ebf6d33b73 
								
							 
						 
						
							
							
								
								re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))  
							
							... 
							
							
							
							toplevel:
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* libtool.m4: Fix globbing of darwin versions.
boehm-gc/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
gcc/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libatomic/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libbacktrace/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libcc1/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libcilkrts/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libffi/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libgfortran/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libgomp/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libitm/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libobjc/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libquadmath/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libsanitizer/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libssp/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libstdc++-v3/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libvtv/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
lto-plugin/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libjava/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
libjava/classpath/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
zlib/
2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	PR target/63610
	* configure: Regenerate.
From-SVN: r217366 
							
						 
						
							2014-11-11 20:25:18 +00:00  
				
					
						
							
							
								 
						
							
								8c7686294e 
								
							 
						 
						
							
							
								
								Fix gnu11 fallout on Solaris 10+  
							
							... 
							
							
							
							libobjc:
	* thr.c (_XOPEN_SOURCE): Define as 600.
	libiberty:
	* sigsetmask.c (_POSIX_SOURCE): Remove.
	libgomp:
	* config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
From-SVN: r217117 
							
						 
						
							2014-11-05 09:52:42 +00:00  
				
					
						
							
							
								 
						
							
								98b383e497 
								
							 
						 
						
							
							
								
								re PR libobjc/61920 (libobjc has undefined symbols on powerpc*-linux-gnu)  
							
							... 
							
							
							
							2014-07-27  Alan Modra  <amodra@gmail.com>
            Matthias Klose  <doko@ubuntu.com>
        PR libobjc/61920
        * encoding.c: Define rs6000_special_adjust_field_align_p.
Co-Authored-By: Matthias Klose <doko@ubuntu.com>
From-SVN: r213097 
							
						 
						
							2014-07-27 13:15:17 +00:00  
				
					
						
							
							
								 
						
							
								f82356d214 
								
							 
						 
						
							
							
								
								Update copyright years in libobjc/  
							
							... 
							
							
							
							From-SVN: r206299 
							
						 
						
							2014-01-02 22:26:09 +00:00  
				
					
						
							
							
								 
						
							
								3cbe17f7de 
								
							 
						 
						
							
							
								
								libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.  
							
							... 
							
							
							
							* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
	ppc host match.  Support little-endian powerpc linux hosts.
Regenerate configure throughout.
From-SVN: r202773 
							
						 
						
							2013-09-20 19:17:52 +09:30  
				
					
						
							
							
								 
						
							
								cad10e055f 
								
							 
						 
						
							
							
								
								class.c: Fix typos.  
							
							... 
							
							
							
							2013-07-21   OndÅej BÃlka  <neleai@seznam.cz>
	* class.c: Fix typos.
	* encoding.c: Likewise.
	* init.c: Likewise.
	* objc-private/runtime.h: Likewise.
	* objc/runtime.h: Likewise.
	* objc-sync.c: Likewise.
From-SVN: r201097 
							
						 
						
							2013-07-21 15:38:21 +00:00  
				
					
						
							
							
								 
						
							
								3e67692874 
								
							 
						 
						
							
							
								
								exception.c: Add check for SjLj to SEH blocks.  
							
							... 
							
							
							
							2013-07-04  Kai Tietz  <ktietz@redhat.com>
	* exception.c: Add check for SjLj to SEH blocks.
From-SVN: r200663 
							
						 
						
							2013-07-04 11:03:31 +02:00  
				
					
						
							
							
								 
						
							
								ad2466aee4 
								
							 
						 
						
							
							
								
								Update copyright years in libobjc.  
							
							... 
							
							
							
							From-SVN: r195693 
							
						 
						
							2013-02-03 11:16:21 +00:00  
				
					
						
							
							
								 
						
							
								90d04a445c 
								
							 
						 
						
							
							
								
								Update Copyright years for files modified in 2011 and/or 2012.  
							
							... 
							
							
							
							From-SVN: r194903 
							
						 
						
							2013-01-04 13:49:55 +01:00  
				
					
						
							
							
								 
						
							
								ad1a0853e6 
								
							 
						 
						
							
							
								
								rs6000-cpus.def (POWERPC_MASKS): Don't assume OPTION_MASK_STRICT_ALIGN is defined.  
							
							... 
							
							
							
							[gcc]
2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
	    Dominique Dhumieres  <dominiq@lps.ens.fr>
	* config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Don't assume
	OPTION_MASK_STRICT_ALIGN is defined.
	(MASK_STRICT_ALIGN): If OPTION_MASK_STRICT_ALIGN is not defined,
	define this to 0 for the 3 ports that use it.
	* config/rs6000/rs6000.c (OPTION_MASK_STRICT_ALIGN): Don't do
	check for ports not having -mstrict-align here, move test to
	rs6000-cpus.def.
	(MASK_STRICT_ALIGN): Likewise.
	(rs6000_debug_reg_global): Print out correct target flag words if
	-mdebug=reg.
[libobjc]
2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
	* encoding.c (TARGET_VSX): Provide definitions based on the
	current compilation options, and not based off the target options
	structure.
	(TARGET_ALTIVEC): Likewise.
	(TARGET_64BIT): Likewise.
Co-Authored-By: Dominique d'Humieres <dominiq@lps.ens.fr>
From-SVN: r192623 
							
						 
						
							2012-10-19 19:10:03 +00:00  
				
					
						
							
							
								 
						
							
								a3476c4888 
								
							 
						 
						
							
							
								
								* configure: Regenerated.  
							
							... 
							
							
							
							From-SVN: r191327 
							
						 
						
							2012-09-14 19:38:45 -04:00  
				
					
						
							
							
								 
						
							
								bf1431e359 
								
							 
						 
						
							
							
								
								eh_personality.cc (__gxx_personality_seh0): New function.  
							
							... 
							
							
							
							libstdc++-v3/
	* libsupc++/eh_personality.cc (__gxx_personality_seh0): New function.
	Adjust for SEH.
	* config/abi/pre/gnu.ver: Add __gxx_personality_seh0.
libobjc/
	* exception.c (__gnu_objc_personality_seh0): New function.
libjava/
	* libgcj.ver: Add __gcj_personality_seh0.
	* exception.cc (__gcj_personality_seh0): New function.
	Adjust for SEH.
libgcc/
	* unwind-seh.c: New file.
	* unwind-generic.h: Include windows.h for SEH.
	(_Unwind_Exception): Use 6 private fields for SEH.
	(_GCC_specific_handler): Declare.
	* unwind-c.c (__gcc_personality_seh0): New function.
	Adjust for SEH.
	* config/i386/libgcc-cygming.ver: New file.
	* config/i386/t-seh-eh: New file.
	* config.host (x86_64-*-mingw*): Default to seh.
gcc/
	* opts.c (finish_options): Handle UI_SEH.
	* expr.c (build_personality_function): Handle UI_SEH.
	* dwarf2out.c (dwarf2out_begin_prologue): Handle UI_SEH.
	* coretypes.h (unwind_info_type): Add UI_SEH.
	* config/i386/winnt.c (i386_pe_seh_emit_except_personality):
	New function.
	(i386_pe_seh_init_sections): Likewise.
	* config/i386/cygming.h (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): Define.
	(TARGET_ASM_INIT_SECTIONS): Define.
	* common/config/i386/i386-common.c (TARGET_EXCEPT_UNWIND_INFO): Define.
	(i386_except_unwind_info): New function.
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r189644 
							
						 
						
							2012-07-19 07:29:24 +00:00  
				
					
						
							
							
								 
						
							
								e6d5f8c9c4 
								
							 
						 
						
							
							
								
								Regenerate configure files for libtool.m4 change  
							
							... 
							
							
							
							boehm-gc/
	* configure: Regenerated.
gcc/
	* configure: Regenerated.
libatomic/
	* configure: Regenerated.
libffi/
	* configure: Regenerated.
libgfortran/
	* configure: Regenerated.
libgomp/
	* configure: Regenerated.
libitm/
	* configure: Regenerated.
libjava/classpath/
	* configure: Regenerated.
libjava/
	* configure: Regenerated.
libmudflap/
	* configure: Regenerated.
libobjc/
	* configure: Regenerated.
libquadmath/
	* configure: Regenerated.
libssp/
	* configure: Regenerated.
libstdc++-v3/
	* configure: Regenerated.
lto-plugin/
	* configure: Regenerated.
zlib/
	* configure: Regenerated.
From-SVN: r187616 
							
						 
						
							2012-05-16 15:11:18 -07:00