projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab64e1
)
* cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
author
Catherine Moore
<clm@redhat.com>
Fri, 19 May 2000 21:36:14 +0000
(21:36 +0000)
committer
Catherine Moore
<clm@redhat.com>
Fri, 19 May 2000 21:36:14 +0000
(21:36 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/cgen.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index fc9d9f8da8eefdf8dd85f7950b1653c4dcdbffc0..289efe7085ae2c9f09a1243e07e2d5c85bb54214 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2000-05-19 Catherine Moore <clm@cygnus.com>
+
+ * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
+
2000-05-18 Alan Modra <alan@linuxcare.com.au>
* config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
diff --git
a/gas/cgen.h
b/gas/cgen.h
index 2bc1732247f9e009d9e0fbe7de3cfc2ba439f897..f8467607779837dca161b375db06cc7bf5e272ea 100644
(file)
--- 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 {