diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-07-09 14:29:17 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-07-09 14:29:17 -0600 |
commit | 2af5b845e6d7d20577d3207665e86399cd5fc647 (patch) | |
tree | 67957b4945a6100c177feb814da3424c9c6040b5 /gcc | |
parent | b1a275e1e03d6fd70bac89c750b5158bb369e71d (diff) | |
download | gcc-2af5b845e6d7d20577d3207665e86399cd5fc647.zip gcc-2af5b845e6d7d20577d3207665e86399cd5fc647.tar.gz gcc-2af5b845e6d7d20577d3207665e86399cd5fc647.tar.bz2 |
* pa.h (CASE_VECTOR_MODE): Change to DImode.
From-SVN: r4889
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 67a29c9..d0f1803 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1337,7 +1337,7 @@ while (0) /* Specify the machine mode that this machine uses for the index in the tablejump instruction. */ -#define CASE_VECTOR_MODE SImode +#define CASE_VECTOR_MODE DImode /* Define this if the tablejump instruction expects the table to contain offsets from the address of the table. |