mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
* cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
This commit is contained in:
@ -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>
|
2000-05-18 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
|
* config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
|
||||||
|
@ -26,7 +26,9 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc;
|
|||||||
|
|
||||||
/* Maximum number of fixups in an insn.
|
/* Maximum number of fixups in an insn.
|
||||||
If you need to change this, allow target to override and do so there. */
|
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
|
#define GAS_CGEN_MAX_FIXUPS 3
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Struct defining result of gas_cgen_finish_insn. */
|
/* Struct defining result of gas_cgen_finish_insn. */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user