2002-08-27 Nick Clifton <nickc@redhat.com>
commit5dd3389caa562481b5fd55eff1e5ae95794e26a3
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Aug 2002 20:01:17 +0000 (27 20:01 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Aug 2002 20:01:17 +0000 (27 20:01 +0000)
treed148f5263f503200520b6fcaef7e6203042e25a8
parentfbf1e96631167949608cd5f1f7e29f4e4cb2d499
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56612 138bc75d-0d04-0410-961f-82ee72b054a4
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