1. 21 Dec, 2010 35 commits
  2. 20 Dec, 2010 5 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