summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Collapse)AuthorAgeFilesLines
* ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di for ↵H.J. Lu2003-04-242-7/+10
| | | | | | | | | | | | | | | __sync_bool_compare_and_swap_di for int return type. 2003-04-24 H.J. Lu <hjl@gnu.org> * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di for __sync_bool_compare_and_swap_di for int return type. * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di): Change return type to int. (__sync_bool_compare_and_swap): Likewise. From-SVN: r66042
* re PR c/10308 ([x86] ICE with -O -fgcse or -O2)Jan Hubicka2003-04-243-199/+426
| | | | | | | | | | | | | | | | | | | | | * cfgbuild.c (make_edges): Do not use next_nonnote_insn when looking for fallthru edge. * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul): Fix. (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload, athlon-fvector): New. (athlon_*): Revisit to match new optimization guide. * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8 * i386.md (cvt??2?? patterns): Fix modes. (fistp patterns): Set modes. Accidentaly commited with my earlier reload patch: PR c/10308 * reload.c (find_reloads_address_1): Reload plus at the place of index register. From-SVN: r66037
* * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.Ulrich Weigand2003-04-231-1/+5
| | | | From-SVN: r66002
* * arm.h (TARGET_OPTIONS): Add value field.Richard Earnshaw2003-04-231-7/+7
| | | | From-SVN: r65999
* alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't set FRP on stack ↵Olivier Hainque2003-04-221-5/+25
| | | | | | | | | adjustment for outgoing args if frame_pointer_needed. * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't set FRP on stack adjustment for outgoing args if frame_pointer_needed. From-SVN: r65965
* gthr-gnat.h, [...]: new sources for implementation of --enable-threads=gnat.Vincent Celier2003-04-221-2/+2
| | | | | | | | | | | * gthr-gnat.h, gthr-gnat.c: new sources for implementation of --enable-threads=gnat. * Makefile.in: Add gthr-gnat.c to LIB2ADDEH. * configure.in: Add gnat to the list of thread packages * configure: Rebuild. * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP From-SVN: r65961
* fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT macro ↵David Edelsohn2003-04-221-0/+4
| | | | | | | | | | | | defaulting to original BRANCH_COST heuristic. * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT macro defaulting to original BRANCH_COST heuristic. * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document. * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define. From-SVN: r65942
* t-spe: Merge in t-fprules into file.Aldy Hernandez2003-04-221-0/+13
| | | | | | | | | | 2003-04-22 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/t-spe: Merge in t-fprules into file. * config.gcc: Add t-spe to powerpc-eabispe. From-SVN: r65938
* winnt.c (i386_pe_mark_dllimport): Revert previous changes.Mark Mitchell2003-04-211-7/+5
| | | | | | | * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous changes. From-SVN: r65920
* rs6000.c (rs6000_override_options): No SPE means 64-bit long doubles.Aldy Hernandez2003-04-211-0/+7
| | | | | | | | | 2003-04-21 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (rs6000_override_options): No SPE means 64-bit long doubles. From-SVN: r65911
* expmed.c (extract_bit_field): Reverse operands of && condition to prevent a ↵Olivier Hainque2003-04-211-0/+8
| | | | | | | | | | potential division by zero in the... * expmed.c (extract_bit_field): Reverse operands of && condition to prevent a potential division by zero in the previously first branch. * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero. From-SVN: r65907
* rs6000.md (*movsf_softfloat): Add "h" <- "0" case.Matt Kraai2003-04-211-5/+6
| | | | | | | | 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu> * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case. From-SVN: r65895
* winnt.c (i386_pe_mark_dllimport): Make the new RTL have the same form as the ↵Mark Mitchell2003-04-211-2/+6
| | | | | | | | | old RTL. * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL have the same form as the old RTL. From-SVN: r65885
* target.h (encode_section_info): Add new argument carrying the RTL to be ↵Zack Weinberg2003-04-2020-92/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified by the hook. * target.h (encode_section_info): Add new argument carrying the RTL to be modified by the hook. * varasm.c (make_decl_rtl, output_constant_def): Update calls to encode_section_info. (default_encode_section_info): Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL. * output.h: Update prototype of default_encode_section_info. * config/darwin.h (ASM_DECLARE_OBJECT_NAME) (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Update calls to encode_section_info. * config/darwin.c, config/arm/arm.c, config/arm/pe.c * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions): Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL, except for PE dllimport/dllexport. Update calls to default_encode_section_info. * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h: Update prototypes. * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update. From-SVN: r65859
* pa.md (movccfp): New expander.John David Anglin2003-04-201-5/+19
| | | | | | | | | PR/8705 * pa.md (movccfp): New expander. (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively. Reverse fcmp conditions. From-SVN: r65858
* avr.md (*cmpqi_sign_extend): Handle negative values of operand 1 correctly.Marek Michalkiewicz2003-04-201-2/+2
| | | | | | | * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values of operand 1 correctly. From-SVN: r65850
* Part 2 of the SCO port update. This is everything I have approval for.Kean Johnston2003-04-193-631/+135
| | | | | | There are two outstanding patches I await approval to check in. From-SVN: r65832
* alpha.c (SYMBOL_FLAG_NEAR, [...]): Remove.Richard Henderson2003-04-181-114/+46
| | | | | | | | | | | | * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove. (alpha_end_function): Don't set them. (decl_in_text_section): Remove. (alpha_encode_section_info): Remove. (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P. (direct_call_operand): Use SYMBOL_REF_DECL and compare actual sections, rather than decl_in_text_section results. From-SVN: r65785
* toplev.c (target_options): Add value field.DJ Delorie2003-04-1724-102/+102
| | | | | | | | | | | | | | | | | | | * toplev.c (target_options): Add value field. (set_target_switch): Handle target options with values. * doc/tm.texi: Document how fixed vs variable target options work. * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h, config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h, config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h, config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h, config/rs6000/rs6000.h, config/rs6000/sysv4.h, config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h: Add value initializer to target options. From-SVN: r65756
* * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.Richard Henderson2003-04-171-0/+4
| | | | From-SVN: r65747
* xtensa.c (xtensa_encode_section_info): Remove.Richard Henderson2003-04-172-19/+4
| | | | | | | | * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove. (call_insn_operand): Use SYMBOL_REF_LOCAL_P. * config/xtensa/xtensa.md (call, call_value): Likewise. From-SVN: r65739
* v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.Richard Henderson2003-04-172-103/+72
| | | | | | | | | | | | | | | | | | | | | * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA. (print_operand_address): Likewise. (ep_memory_operand): Likewise. (special_symbolref_operand): Likewise. (v850_encode_data_area): Use SYMBOL_REF_FLAGS. (v850_encode_section_info): Call default_encode_section_info. (v850_strip_name_encoding): Remove. * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA. (ASM_OUTPUT_LABELREF): Remove. (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove. (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove. (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove. (ENCODED_NAME_P): Remove. (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New. (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New. (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New. From-SVN: r65738
* stormy16.c (xstormy16_encode_section_info): Kill.Richard Henderson2003-04-172-15/+1
| | | | | | | * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill. * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P. From-SVN: r65737
* sparc.c (sparc_encode_section_info): Remove.Richard Henderson2003-04-171-19/+2
| | | | | | | | * config/sparc/sparc.c (sparc_encode_section_info): Remove. (data_segment_operand): Use SYMBOL_REF_FUNCTION_P. (text_segment_operand): Likewise. From-SVN: r65736
* sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.Richard Henderson2003-04-173-188/+17
| | | | | | | | | | | | | | | | * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING. (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL. (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P. (sh_encode_section_info): Remove. (sh_strip_name_encoding): Remove. * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove. (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove. (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove. (ASM_OUTPUT_LABELREF): Remove. (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P. * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P. From-SVN: r65735
* s390.c (SYMBOL_FLAG_ALIGN1): New.Richard Henderson2003-04-173-131/+30
| | | | | | | | | | | | | | | | | | | * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New. (tls_model_chars): Remove. (larl_operand): Use SYMBOL_REF_FLAGS. (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL. (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P. (s390_output_mi_thunk): Likewise. (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed. (s390_function_profiler): Likewise. (s390_encode_section_info): Use default_encode_section_info and SYMBOL_FLAG_ALIGN1. (s390_strip_name_encoding): Remove. * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove. * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P. (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed. From-SVN: r65734
* ns32k.c (ns32k_encode_section_info): Remove.Richard Henderson2003-04-172-33/+7
| | | | | | | | | | | | * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove. (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P. (print_operand_address): Likewise. * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument. * config/ns32k/ns32k.c (expand_block_move): Don't check flag_unroll_loops. From-SVN: r65733
* mcore.c (mcore_encode_section_info): Don't set SYMBOL_REF_FLAG.Richard Henderson2003-04-171-10/+0
| | | | | | | * config/mcore/mcore.c (mcore_encode_section_info): Don't set SYMBOL_REF_FLAG. From-SVN: r65732
* rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.Richard Henderson2003-04-172-279/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New. * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New. (SYMBOL_REF_MODEL): New. (LIT_NAME_P): Move from m32r.h. (m32r_select_section): Remove. (m32r_encode_section_info): Use SYMBOL_REF_FLAGS. (m32r_strip_name_encoding): Remove. (m32r_in_small_data_p): New. (small_data_operand): Use SYMBOL_REF_SMALL_P. (addr24_operand): Use SYMBOL_REF_MODEL. (call26_operand): Likewise. (addr32_operand): Tidy. (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX. * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove. (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove. (READONLY_DATA_SECTION_ASM_OP): Remove. (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove. (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove. (TARGET_ASM_SELECT_SECTION): Remove. (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove. (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove. (LARGE_NAME_P, ENCODED_NAME_P): Remove. (ASM_OUTPUT_LABELREF): Remove. From-SVN: r65731
* ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.Richard Henderson2003-04-172-19/+1
| | | | | | | | * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P. (encode_section_info): Remove. * config/ip2k/ip2k-protos.h: Update. From-SVN: r65730
* varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_EXTERNAL if ↵Richard Henderson2003-04-174-24/+10
| | | | | | | | | | | | | | | not TREE_PUBLIC. * varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC. * config/i370/i370.c (i370_encode_section_info): Remove. * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P. (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise. * config/i370/i370.md (movsi): Likewise. * config/i370/t-i370: Add missing backslash. From-SVN: r65728
* h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.Richard Henderson2003-04-172-45/+21
| | | | | | | | | | | | | | | * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New. (small_call_insn_operand): Use it. (SYMBOL_FLAG_EIGHTBIT_DATA): New. (h8300_eightbit_constant_address_p): Use it. (SYMBOL_FLAG_TINY_DATA): New. (h8300_tiny_constant_address_p): Use it. (h8300_encode_label, h8300_strip_name_encoding): Remove. (h8300_encode_section_info): Set SYMBOL_REF_FLAGS. * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove. (ASM_OUTPUT_LABELREF): Remove. From-SVN: r65726
* frv.c (symbol_ref_small_data_p): Remove.Richard Henderson2003-04-162-123/+46
| | | | | | | | | | | | | | | | | * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace all users with SYMBOL_REF_SMALL_P. (const_small_data_p): Use SYMBOL_REF_SMALL_P. (frv_encode_section_info): Remove. (frv_strip_name_encoding): Remove. (frv_in_small_data_p): Merge tests from encode_section_info. (frv_print_operand): Use '@' not SDATA_FLAG_CHAR. * config/frv/frv.h (SDATA_FLAG_CHAR): Remove. (SDATA_NAME_P): Remove. (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P. (ASM_OUTPUT_LABELREF): Remove. (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR. From-SVN: r65725
* frv.c (frv_asm_out_constructor): New.Richard Henderson2003-04-162-21/+31
| | | | | | | | | | | * config/frv/frv.c (frv_asm_out_constructor): New. (frv_asm_out_destructor): New. * config/frv/frv.h (CTORS_SECTION_ASM_OP): New. (DTORS_SECTION_ASM_OP): New. (ASM_OUTPUT_CONSTRUCTOR): Remove. (ASM_OUTPUT_DESTRUCTOR): Remove. From-SVN: r65724
* cris.c (cris_gotless_symbol, [...]): Use SYMBOL_REF_LOCAL_P; abort if not pic.Richard Henderson2003-04-161-26/+14
| | | | | | | | * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use SYMBOL_REF_LOCAL_P; abort if not pic. (cris_encode_section_info): Remove. From-SVN: r65721
* c4x.c (c4x_encode_section_info): Remove.Richard Henderson2003-04-161-18/+1
| | | | | | | * config/c4x/c4x.c (c4x_encode_section_info): Remove. (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P. From-SVN: r65720
* c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees.Richard Henderson2003-04-161-0/+2
| | | | | | | * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees. From-SVN: r65719
* avr.c (avr_encode_section_info): Remove.Richard Henderson2003-04-161-19/+21
| | | | | | | | | * config/avr/avr.c (avr_encode_section_info): Remove. (avr_insert_attributes): New. (print_operand_address): Use SYMBOL_REF_FUNCTION_P. (avr_assemble_integer): Likewise. From-SVN: r65718
* arc.c (arc_encode_section_info): Remove.Richard Henderson2003-04-162-21/+4
| | | | | | | | | * arc.c (arc_encode_section_info): Remove. (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P. (arc_print_operand, arc_print_operand_address): Likewise. * arc.h (EXTRA_CONSTRAINT): Likewise. From-SVN: r65716
* ia64.c (sdata_symbolic_operand): Use SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.Richard Henderson2003-04-163-122/+7
| | | | | | | | | | | | | | | * config/ia64/ia64.c (sdata_symbolic_operand): Use SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P. (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL. (function_operand): Use SYMBOL_REF_FUNCTION_P. (ia64_expand_load_address): Likewise. (ia64_assemble_integer): Likewise. (ia64_encode_section_info): Remove. (ia64_strip_name_encoding): Remove. * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove. * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it. From-SVN: r65697
* alpha.c (SYMBOL_FLAG_NEAR, [...]): New.Richard Henderson2003-04-161-204/+80
| | | | | | | | | | | | | | | | | | | | | | | | | * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New. (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP. (direct_call_operand): Use SYMBOL_FLAG_NEAR. (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P. (small_symbolic_operand): Use SYMBOL_REF_SMALL_P. (global_symbolic_operand): Similarly. (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL. (tls_symbolic_operand_type): Likewise. (alpha_encode_section_info): Use default_encode_section_info. (alpha_strip_name_encoding): Remove. (get_tls_get_addr): Split out from ... (alpha_legitimize_address): ... here. (alpha_emit_xfloating_libcall): Use init_one_libfunc. (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL. (alpha_initialize_trampoline): Use init_one_libfunc. (alpha_setup_incoming_varargs): Mark unused parameters. (alpha_initial_elimination_offset): Likewise. (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP. (unicosmk_unique_section): Use default_strip_name_encoding. (unicosmk_ssib_name, unicosmk_output_externs): Likewise. From-SVN: r65696
* config.gcc: Add t-spe for eabispe.Aldy Hernandez2003-04-161-0/+55
| | | | | | | | | | 2003-04-16 Aldy Hernandez <aldyh@redhat.com> * config.gcc: Add t-spe for eabispe. * config/rs6000/t-spe: New. From-SVN: r65695
* pa-protos.h (function_arg): Remove last argument.John David Anglin2003-04-163-17/+25
| | | | | | | | | | | | | PR/10271 * pa-protos.h (function_arg): Remove last argument. * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead. * pa.h (struct hppa_args): Add member incoming. (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize member incoming. (FUNCTION_ARG): Revise call to function_arg. (FUNCTION_INCOMING_ARG): Delete. From-SVN: r65687
* varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.Zack Weinberg2003-04-155-58/+0
| | | | | | | | | | | | | | | * varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it. (after_function_constants, output_after_function_constants): Delete. * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P. * config/mips/mips-protos.h, config/mips/mips.c (mips16_constant_after_function_p): Delete. * config/mips/mips.h: Delete #if-0-ed definition of CONSTANT_AFTER_FUNCTION_P. * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove mention of CONSTANT_AFTER_FUNCTION_P in comment. From-SVN: r65663
* re PR target/9594 ([sh4-elf] Assembler complains pcrel too far.)J"orn Rennecke2003-04-151-1/+2
| | | | | | | | PR target/9594: * sh.c (barrier_align): Also recognize stuff_delay_slot as an indicator that a barrier was created by branch splitting. From-SVN: r65652
* i386.md (abssf2_if+1): Make condition agree with abssf2_1 .J"orn Rennecke2003-04-151-1/+1
| | | | | | | | | | | gcc: * i386.md (abssf2_if+1): Make condition agree with abssf2_1 . gcc/testsuite: * gcc.c-torture/compile/20030415-1.c : New test. From-SVN: r65633
* rs6000.h (EPILOGUE_USES): Use register 2...Jakub Jelinek2003-04-151-1/+1
| | | | | | | | * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2, instead of TOC_REGISTER in epilogue in current_function_calls_eh_return functions. From-SVN: r65629
* rs6000.md (define_constants): Define constants for all UNSPEC usage, ↵Janis Johnson2003-04-142-46/+79
| | | | | | | | | | | | | | | | | | | including new values for TLS support. 2003-04-14 Janis Johnson <janis187@us.ibm.com> * config/rs6000/rs6000.md (define_constants): Define constants for all UNSPEC usage, including new values for TLS support. (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal, load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si, load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase, macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr, stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si, eh_set_lr_di): Use them. * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue, rs6000_emit_epilogue) Use them. From-SVN: r65604
* re PR target/10377 (gcc-3.2.2 creates bad assembler for cris)Hans-Peter Nilsson2003-04-141-38/+38
| | | | | | | | | | | | | | | | PR target/10377 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi") ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem") ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi") ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi") ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi") ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi") ("*extopqihi_side", "*extopqisi_side", "*extophisi_side") ("*extopqihi_swap_side", "*extopqisi_swap_side") ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes): When next to constraint R, replace constraint i with n. From-SVN: r65575
* Replace "GNU CC" with "GCC"Nick Clifton2003-04-1350-797/+787
| | | | From-SVN: r65549