From: Catherine Moore Date: Fri, 19 May 2000 21:36:14 +0000 (+0000) Subject: * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. X-Git-Tag: readline-pre-41-import~440 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c3dc350c9a78a57329256e1638f493f88128996;p=thirdparty%2Fbinutils-gdb.git * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fc9d9f8da8e..289efe7085a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-05-19 Catherine Moore + + * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. + 2000-05-18 Alan Modra * config/tc-hppa.c (md_apply_fix): Mask out immediate bits of diff --git a/gas/cgen.h b/gas/cgen.h index 2bc1732247f..f8467607779 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 {