From 97def4ff832b83e73fa24fb4b281cb8e4f1416ec Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 4 May 1993 16:10:47 -0600 Subject: [PATCH] ci -u pa.h ci -u pa.h * pa.h (CASE_DROPS_THROUGH): Define. From-SVN: r4326 --- gcc/config/pa/pa.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 15b099c936f..c95a70bd1fe 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1320,6 +1320,7 @@ while (0) Do not define this if the table should contain absolute addresses. */ /* #define CASE_VECTOR_PC_RELATIVE */ +#define CASE_DROPS_THROUGH /* Specify the tree operation to be used to convert reals to integers. */ #define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR -- 2.30.2