1. 06 Jan, 2015 3 commits
  2. 05 Jan, 2015 26 commits
  3. 04 Jan, 2015 8 commits
  4. 03 Jan, 2015 3 commits
    • invoke.texi ([-fsemantic-interposition]): Fix typos and tidy grammar. · 484b5de0
      2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
      	tidy grammar.
      
      From-SVN: r219166
      Sandra Loosemore committed
    • Bug #63539 · 9bccfdf5
      2015-01-03  Andrew Pinski  <apinski@cavium.com>
      
      	Bug #63539
              * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
              * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
              (BASE_TARGET_EXPORTS): Add OBJCOPY.
              (OBJCOPY_FOR_TARGET): New variable.
              (EXTRA_TARGET_FLAGS): Add OBJCOPY.
              * Makefile.in: Regenerate.
              * configure.ac: Check for already installed target objcopy.
              Also GCC_TARGET_TOOL on objcopy.
              * configure: Regenerate.
      
      From-SVN: r219165
      Andrew Pinski committed
    • invoke.texi ([-fplan9-extensions]): Add/fix @opindex. · e1a77fb6
      2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
      	([-fvtv-debug]): Likewise.
      	([-Wc++-compat]): Likewise.
      	([-Wc++11-compat]): Likewise.
      	([-Wc++14-compat]): Likewise.
      	([-Wno-sized-deallocation]): Likewise.
      	([-femit-class-debug-always]): Likewise.
      	([-femit-struct-debug-detailed]): Likewise.
      	([-fno-keep-inline-dllexport]): Likewise.
      	([-fira-algorithm]): Likewise.
      	([-fira-region]): Likewise.
      	([-flra-remat]): Likewise.
      	([-fipa-ra]): Likewise.
      	([-fhoist-adjacent-loads]): Likewise.
      	([-fisolate-erroneous-paths-dereference]): Likewise.
      	([-fisolate-erroneous-paths-attribute]): Likewise.
      	([-ftree-switch-conversion]): Likewise.
      	([-ftree-tail-merge]): Likewise.
      	([-ftree-loop-if-convert]): Likewise.
      	([-ftree-loop-if-convert-stores]): Likewise.
      	([-ftree-loop-distribution]): Likewise.
      	([-ftree-loop-distribute-patterns]): Likewise.
      	([-flto-compression-level]): Likewise.
      	([-flto-report]): Likewise.
      	([-flto-report-wpa]): Likewise.
      	([-fuse-linker-plugin]): Likewise.
      	([-mfix-cortex-a53-835769]): Likewise.
      	([-mno-fix-cortex-a53-835769]): Likewise.
      	([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
      	explicit listing; add a note to the discussion indicating they
      	exist.  Reorder table to group similar options.  Add missing
      	@opindex entries.  Add @need commands throughout the table to
      	allow it to be split across multiple pages.
      	([-m8bit-idiv]): Fix @opindex.
      	([-mavx256-split-unaligned-load]): Likewise.
      	([-mavx256-split-unaligned-store]): Likewise.
      	([-mstack-protector-guard]): Likewise.
      	([-mcpu=]): Likewise.
      	([-mcpu]): Likewise.
      	([-mpointer-size=]): Likewise.
      
      From-SVN: r219164
      Sandra Loosemore committed