1. 21 Dec, 2010 32 commits
  2. 20 Dec, 2010 8 commits
    • re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity) · 3d4f6906
      2010-12-20  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/46974
              * gfortran.dg/c_ptr_tests_16.f90: Fix endian issue.
      
      From-SVN: r168095
      Tobias Burnus committed
    • linux.h (OPTION_GLIBC): Define differently if SINGLE_LIBC. · b5a54c03
      	* config/alpha/linux.h (OPTION_GLIBC): Define differently if
      	SINGLE_LIBC.
      	* config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC):
      	Define differently if SINGLE_LIBC.
      	* config/rs6000/linux.h (OPTION_GLIBC): Define differently if
      	SINGLE_LIBC.
      	* config/rs6000/linux64.h (OPTION_GLIBC): Define differently if
      	SINGLE_LIBC.
      	* config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
      	*-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu): Define
      	SINGLE_LIBC instead of OPTION_GLIBC.
      	(*-*-uclinux*): Define DEFAULT_LIBC and SINGLE_LIBC.
      	(bfin*-uclinux*, moxie-*-uclinux*, m68k-*-uclinux*): Don't define
      	DEFAULT_LIBC or use linux.opt.
      
      From-SVN: r168094
      Joseph Myers committed
    • mn10300: Cleanup PIC unspec generation · 53855940
              * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Generate
              UNSPEC patterns by hand, with the proper mode; use gen_const_mem.
              * config/mn10300/mn10300.md (call, call_value): Generate UNSPEC_PLT
              by hand, with the proper mode.
              (symGOT2reg, symGOT2reg_i, symGOTOFF2reg): Remove.
              (symGOTOFF2reg_i, sym2PIC, sym2PLT): Remove.
      
      From-SVN: r168093
      Richard Henderson committed
    • arm-cores.def: Add Faraday CPU support - fa526/fa626/fa606te/fa626te/fmp626/fa726te. · c02a5ccb
      2010-12-20  Sanjin Liu	<scliu@faraday-tech.com>
      	Mingfeng Wu  <mingfeng@faraday-tech.com>
      
      	* config/arm/arm-cores.def: Add Faraday CPU support -
      	fa526/fa626/fa606te/fa626te/fmp626/fa726te.
      	* config/arm/arm-tune.md: Regenerate.
      	* config/arm/arm.c (arm_fa726te_tune): New tune_params for fa726te
      	(fa726te_sched_adjust_cost): New cost function for fa726te.
      	(arm_issue_rate): Add fa726te.
      	* config/arm/arm.md (generic_sched): Add Faraday cores to generic_sched
      	and include machine description files.
      	* config/arm/bpabi.h (TARGET_FIX_V4BX_SPEC): Add fa526 and fa626.
      	* config/arm/t-arm (MD_INCLUDES): Include machine description files for
      	Faraday cores.
      	* config/arm/t-arm-elf: Add multilib option for Faraday cores.
      	* config/arm/t-linux-eabi: Add multilib option for Faraday cores except
      	fa526 and fa626.
      	* doc/invoke.texi: Document -mcpu for Faraday cores.
      	* config/arm/fa526.md: New file.
      	* config/arm/fa606te.md: New file.
      	* config/arm/fa626te.md: New file.
      	* config/arm/fmp626.md: New file.
      	* config/arm/fa726te.md: New file.
      
      Co-Authored-By: Mingfeng Wu <mingfeng@faraday-tech.com>
      
      From-SVN: r168090
      Sanjin Liu committed
    • re PR bootstrap/47027 (a-stwiun.ads:441:80: (style) this line is too long) · 2e902fab
      Fix PR bootstrap/47027.
      
      gcc/ada/:
      	PR bootstrap/47027
      	* a-stwiun-shared.ads: Rewrap overlong comment line.
      
      From-SVN: r168089
      Ralf Wildenhues committed
    • lib1funcs.asm (ARM_DIV_BODY case __OPTIMIZE_SIZE__): Fix condition on IT… · ee102849
      lib1funcs.asm (ARM_DIV_BODY case __OPTIMIZE_SIZE__): Fix condition on IT instruction for early termination.
      
      2010-12-20  Yvan Roux  <yvan.roux@st.com>
      
      	* config/arm/lib1funcs.asm (ARM_DIV_BODY case __OPTIMIZE_SIZE__): Fix
      	condition on IT instruction for early termination.
      
      From-SVN: r168088
      Yvan Roux committed
    • Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. · 5b64bab9
      	* Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
      	* Makefile.in: Regenerate.
      
      From-SVN: r168087
      Dave Korn committed
    • freebsd.h (SVR4_ASM_SPEC): Don't define. · a1cd969e
      	* config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't define.
      	(DBX_REGISTER_NUMBER): Define.
      	* config/rs6000/lynx.h (DBX_REGISTER_NUMBER): Define.
      	* config/rs6000/netbsd.h (DBX_REGISTER_NUMBER): Define.
      	* config/rs6000/sysv4.h (SIZE_TYPE): Define.
      	(ASM_SPEC): Define without using SVR4_ASM_SPEC.
      	(DBX_REGISTER_NUMBER): Undefine.
      	* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
      	powerpc-*-eabisim*, powerpc-*-elf*, powerpc-*-eabialtivec*,
      	powerpc-xilinx-eabi*, powerpc-*-eabi*, powerpc-*-rtems*,
      	powerpc-*-linux* | powerpc64-*-linux*, powerpc64-*-gnu*,
      	powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
      	powerpc-wrs-vxworks|powerpc-wrs-vxworksae, powerpcle-*-elf*,
      	powerpcle-*-eabisim*, powerpcle-*-eabi*): Don't use svr4.h.
      
      From-SVN: r168085
      Joseph Myers committed