]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/v850/lib1funcs.S
config.gcc: Add v850e-*-* target.
authorNick Clifton <nickc@redhat.com>
Tue, 27 Aug 2002 20:01:17 +0000 (20:01 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 27 Aug 2002 20:01:17 +0000 (20:01 +0000)
commitb43783196fe7e18c741444ccbb94ad6c7920814b
treed148f5263f503200520b6fcaef7e6203042e25a8
parent361d6b42857605b1177f501bc9ad571371159aed
config.gcc: Add v850e-*-* target.

2002-08-27  Nick Clifton  <nickc@redhat.com>
            Catherine Moore  <clm@redhat.com>
            Jim Wilson  <wilson@cygnus.com>
        * config.gcc: Add v850e-*-* target.
        Add --with-cpu= support for v850.
        * config/v850/lib1funcs.asm: Add v850e callt functions.
        * config/v850/v850.h: Add support for v850e target.
        * config/v850/v850.c: Add functions to support v850e target.
        * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
        * config/v850/v850.md: Add patterns for v850e instructions.
        * doc/invoke.texi: Document new v850e command line switches.

Co-Authored-By: Catherine Moore <clm@redhat.com>
Co-Authored-By: Jim Wilson <wilson@cygnus.com>
From-SVN: r56612
gcc/ChangeLog
gcc/config.gcc
gcc/config/v850/lib1funcs.asm
gcc/config/v850/t-v850
gcc/config/v850/v850-protos.h
gcc/config/v850/v850.c
gcc/config/v850/v850.h
gcc/config/v850/v850.md
gcc/doc/invoke.texi