]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/sparc/sparc.h
sparc.h (TARGET_CM_MEDMID): Fix documentation.
authorJakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
Wed, 9 Sep 1998 02:19:08 +0000 (04:19 +0200)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 9 Sep 1998 02:19:08 +0000 (19:19 -0700)
commit67cb8900b033503cf7c7b00f636506e7a51c2e2c
tree00ee39dbe76de1b6820e19d2b285777a840f9501
parentb54ccf71d5b67087aa1848fa8f580446dba28104
sparc.h (TARGET_CM_MEDMID): Fix documentation.

* config/sparc/sparc.h (TARGET_CM_MEDMID): Fix documentation.
(CASE_VECTOR_MODE): Set to SImode even if PTR64, when MEDLOW and
not doing pic.
(ASM_OUTPUT_ADDR_{VEC,DIFF}_ELT): Check CASE_VECTOR_MODE not
Pmode.
* config/sparc/sparc.md (tablejump): Likewise, and sign extend op0
to Pmode if CASE_VECTOR_MODE is something else.

From-SVN: r22344
gcc/ChangeLog
gcc/config/sparc/sparc.h
gcc/config/sparc/sparc.md