1. 04 Aug, 2005 4 commits
  2. 03 Aug, 2005 22 commits
  3. 02 Aug, 2005 11 commits
  4. 01 Aug, 2005 3 commits
    • Add long_call attribute to mips port. · 4dbdb061
      * config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
      TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
      * config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
      New.
      * config/mips/predicates.md (const_call_insn_operand): Add check for
      SYMBOL_REF_LONG_CALL_P.
      * doc/extend.texi (long_call): Document the new attribute.
      
      From-SVN: r102646
      James E Wilson committed
    • Makefile.in (RTL_BASE_H): Add real.h. · 9e254451
              * Makefile.in (RTL_BASE_H): Add real.h.
              * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
              instead of memcpy.
              * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
              directly.
              * rtl.c (rtl_check_failed_code_mode): New.
              * rtl.h (struct rtx_def): Add u.rv.
              (XCMWINT, XCNMPRV): New.
              (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
              (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r102643
      Ian Lance Taylor committed
    • re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8) · 5e9d0900
      	PR libfortran/23178
      	* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
      	copyright years.
      
      From-SVN: r102641
      François-Xavier Coudert committed