diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-08 20:40:08 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-08 20:40:08 +0000 |
commit | be354a19e7279b98ce016a8d0df806c2bfa64357 (patch) | |
tree | c5d40b6f26002e6d9368f809745ff165a7acdb3e /gcc/config/h8300 | |
parent | db8e9ed4b7297a4bc1639cadce0565ce25f98587 (diff) | |
download | gcc-be354a19e7279b98ce016a8d0df806c2bfa64357.tar.gz |
* config/openbsd.h (HANDLE_SYSV_PRAGMA): Define.
* rs6000/xm-sysv4.h (HOST_BITS_PER_LONGLONG): Remove #if 0.
* mn10300.h (CASE_DROPS_THROUGH): Delete.
* mn10200.h (CASE_DROPS_THROUGH): Delete.
* h8300.h (CASE_DROPS_THROUGH): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 705ccb5f4ac..ff94e89284a 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -879,11 +879,6 @@ struct rtx_def *function_arg(); Do not define this if the table should contain absolute addresses. */ /*#define CASE_VECTOR_PC_RELATIVE 1 */ -/* Define this if the case instruction drops through after the table - when the index is out of range. Don't define it if the case insn - jumps to the default label instead. */ -#define CASE_DROPS_THROUGH - /* Specify the tree operation to be used to convert reals to integers. */ #define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR |