]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/epiphany/resolve-sw-modes.c
config.gcc (epiphany-*-*): New architecture.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Sat, 5 Nov 2011 20:48:23 +0000 (20:48 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sat, 5 Nov 2011 20:48:23 +0000 (20:48 +0000)
commitfeeeff5cfe8c282a769346285fee4f7b6deac64d
tree401d26da68f08d999dcb20c50e0d8c174247b88a
parent12ca92d4f0ffdb6c6189da32ce44c87d4dc33ddc
config.gcc (epiphany-*-*): New architecture.

gcc:
        * config.gcc (epiphany-*-*): New architecture.
        (epiphany-*-elf): New configuration.
        * config/epiphany, common/config/epiphany : New directories.
        * doc/extend.texi (disinterrupt attribute): Add Epiphany.
        (interrupt attribute): Add Epiphany.
        (long_call, short_call attribute): Add Epiphany.
        * doc/invoke.texi (Options): Add Epiphany options.
        * doc/md.texi (Machine Constraints): Add Epiphany constraints.
        * doc/install.texi (Options specification):
        Add --with-stack-offset=@var{num} description.
        (host/target specific issues): Add epiphany-*-elf.
        * doc/contrib.texi (Contributors): Mention Epiphany port.
gcc/testsuite:
        * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x:
        Disable test on Epiphany.
        * gcc.c-torture/execute/20101011-1.c: Disable test on Epiphany.
        * gcc.dg/stack-usage-1.c [__epiphany__] (SIZE): Define.
        * gcc.dg/pragma-pack-3.c: Disable test on Epiphany.
        * g++.dg/parse/pragma3.C: Likewise.
        * stackalign/builtin-apply-2.c (STACK_ARGUMENTS_SIZE): Define.
        (bar): Use it.
        * gcc.dg/weak/typeof-2.c [epiphany-*-*]: Add option -mshort-calls.
        * gcc.dg/tls/thr-cse-1.c: Likewise.
        * g++.dg/opt/devirt2.C: Likewise.
        * gcc.dg/20020312-2.c [epiphany-*-*] (PIC_REG): Define.
        * gcc.dg/builtin-apply2.c [__epiphany__]: (STACK_ARGUMENTS_SIZE): 20.
        * gcc.target/epiphany: New directory.
libgcc:
        * config.host (epiphany-*-elf*): New configuration.
        * config/epiphany: New Directory.
contrib:
        * contrib-list.mk: Add Epiphany configurations.

From-SVN: r181016
69 files changed:
contrib/ChangeLog
contrib/config-list.mk
gcc/ChangeLog
gcc/common/config/epiphany/epiphany-common.c [new file with mode: 0644]
gcc/config.gcc
gcc/config/epiphany/constraints.md [new file with mode: 0644]
gcc/config/epiphany/epiphany-modes.def [new file with mode: 0755]
gcc/config/epiphany/epiphany-protos.h [new file with mode: 0755]
gcc/config/epiphany/epiphany-sched.md [new file with mode: 0644]
gcc/config/epiphany/epiphany.c [new file with mode: 0755]
gcc/config/epiphany/epiphany.h [new file with mode: 0755]
gcc/config/epiphany/epiphany.md [new file with mode: 0755]
gcc/config/epiphany/epiphany.opt [new file with mode: 0755]
gcc/config/epiphany/epiphany_intrinsics.h [new file with mode: 0644]
gcc/config/epiphany/mode-switch-use.c [new file with mode: 0644]
gcc/config/epiphany/predicates.md [new file with mode: 0755]
gcc/config/epiphany/resolve-sw-modes.c [new file with mode: 0644]
gcc/config/epiphany/t-epiphany [new file with mode: 0755]
gcc/doc/contrib.texi
gcc/doc/extend.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/devirt2.C
gcc/testsuite/g++.dg/parse/pragma3.C
gcc/testsuite/gcc.c-torture/execute/20101011-1.c
gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
gcc/testsuite/gcc.dg/20020312-2.c
gcc/testsuite/gcc.dg/builtin-apply2.c
gcc/testsuite/gcc.dg/pragma-pack-3.c
gcc/testsuite/gcc.dg/stack-usage-1.c
gcc/testsuite/gcc.dg/tls/thr-cse-1.c
gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
gcc/testsuite/gcc.dg/weak/typeof-2.c
gcc/testsuite/gcc.target/epiphany/epiphany.exp [new file with mode: 0644]
gcc/testsuite/gcc.target/epiphany/fmadd-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/epiphany/fmsub-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/epiphany/interrupt.c [new file with mode: 0644]
libgcc/ChangeLog
libgcc/config.host
libgcc/config/epiphany/crti.S [new file with mode: 0644]
libgcc/config/epiphany/crtint.S [new file with mode: 0644]
libgcc/config/epiphany/crtm1reg-r43.S [new file with mode: 0644]
libgcc/config/epiphany/crtm1reg-r63.S [new file with mode: 0644]
libgcc/config/epiphany/crtn.S [new file with mode: 0644]
libgcc/config/epiphany/crtrunc.S [new file with mode: 0644]
libgcc/config/epiphany/divsi3-float.S [new file with mode: 0644]
libgcc/config/epiphany/divsi3.S [new file with mode: 0644]
libgcc/config/epiphany/divsi3.c [new file with mode: 0644]
libgcc/config/epiphany/epiphany-asm.h [new file with mode: 0644]
libgcc/config/epiphany/ieee-754/eqsf2.S [new file with mode: 0644]
libgcc/config/epiphany/ieee-754/fast_div.S [new file with mode: 0644]
libgcc/config/epiphany/ieee-754/gtesf2.S [new file with mode: 0644]
libgcc/config/epiphany/ieee-754/ordsf2.S [new file with mode: 0644]
libgcc/config/epiphany/ieee-754/uneqsf2.S [new file with mode: 0644]
libgcc/config/epiphany/modsi3-float.S [new file with mode: 0644]
libgcc/config/epiphany/modsi3.S [new file with mode: 0644]
libgcc/config/epiphany/modsi3.c [new file with mode: 0644]
libgcc/config/epiphany/mulsi3.c [new file with mode: 0644]
libgcc/config/epiphany/t-custom-eqsf [new file with mode: 0644]
libgcc/config/epiphany/t-epiphany [new file with mode: 0644]
libgcc/config/epiphany/udivsi3-float.S [new file with mode: 0644]
libgcc/config/epiphany/udivsi3-float.c [new file with mode: 0644]
libgcc/config/epiphany/udivsi3.S [new file with mode: 0644]
libgcc/config/epiphany/udivsi3.c [new file with mode: 0644]
libgcc/config/epiphany/umodsi3-float.S [new file with mode: 0644]
libgcc/config/epiphany/umodsi3.S [new file with mode: 0644]
libgcc/config/epiphany/umodsi3.c [new file with mode: 0644]