This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r217217 - in /branches/gcc-4_8-branch/gcc: Chan...


Author: danielh
Date: Fri Nov  7 12:23:20 2014
New Revision: 217217

URL: https://gcc.gnu.org/viewcvs?rev=217217&root=gcc&view=rev
Log:

	Backport from mainline
	2014-11-07  Daniel Hellstrom  <daniel@gaisler.com>

	* config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
	* doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
	* config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
	leon3v7 as leon3.
	* config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
	* config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
	* config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
	* config/sparc/sparc.md (cpu): Add leon3v7.
	* config/sparc/sparc.opt (enum processor_type): Add leon3v7.

Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config.gcc
    branches/gcc-4_8-branch/gcc/config/sparc/leon.md
    branches/gcc-4_8-branch/gcc/config/sparc/sparc-opts.h
    branches/gcc-4_8-branch/gcc/config/sparc/sparc.c
    branches/gcc-4_8-branch/gcc/config/sparc/sparc.h
    branches/gcc-4_8-branch/gcc/config/sparc/sparc.md
    branches/gcc-4_8-branch/gcc/config/sparc/sparc.opt
    branches/gcc-4_8-branch/gcc/doc/invoke.texi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]