summaryrefslogtreecommitdiff
path: root/gas/cgen.h
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2000-05-19 21:36:14 +0000
committerCatherine Moore <clm@redhat.com>2000-05-19 21:36:14 +0000
commit8b23a00f28e237bae2b696c7ccb8fdc724aa75e4 (patch)
tree176cdbaa2e68dc4c5acbf5a196d44f60304fcf6c /gas/cgen.h
parentaab2df0a19769c775dcf1e262652af305cbf1c12 (diff)
downloadbinutils-redhat-8b23a00f28e237bae2b696c7ccb8fdc724aa75e4.tar.gz
* cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
Diffstat (limited to 'gas/cgen.h')
-rw-r--r--gas/cgen.h2
1 files changed, 2 insertions, 0 deletions
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 {