From 8b23a00f28e237bae2b696c7ccb8fdc724aa75e4 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Fri, 19 May 2000 21:36:14 +0000 Subject: * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. --- gas/cgen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/cgen.h') diff --git a/gas/cgen.h b/gas/cgen.h index 2bc1732247..f846760777 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -26,7 +26,9 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc; /* Maximum number of fixups in an insn. If you need to change this, allow target to override and do so there. */ +#ifndef GAS_CGEN_MAX_FIXUPS #define GAS_CGEN_MAX_FIXUPS 3 +#endif /* Struct defining result of gas_cgen_finish_insn. */ typedef struct { -- cgit v1.2.1