* ppc.h (struct powerpc_operand): New field `reloc'.
* ppc-opc.c: Include "bfd.h". (powerpc_operands): Add new field for reloc type.
This commit is contained in:
parent
8c62297ac5
commit
584b6591df
|
@ -1,3 +1,8 @@
|
||||||
|
2001-08-08 Alan Modra <amodra@one.net.au>
|
||||||
|
|
||||||
|
1999-10-25 Torbjorn Granlund <tege@swox.com>
|
||||||
|
* ppc.h (struct powerpc_operand): New field `reloc'.
|
||||||
|
|
||||||
2001-07-11 Frank Ch. Eigler <fche@redhat.com>
|
2001-07-11 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
* cgen.h (CGEN_MACH): Add insn_chunk_bitsize field.
|
* cgen.h (CGEN_MACH): Add insn_chunk_bitsize field.
|
||||||
|
|
|
@ -144,6 +144,7 @@ struct powerpc_operand
|
||||||
|
|
||||||
/* One bit syntax flags. */
|
/* One bit syntax flags. */
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
int reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Elements in the table are retrieved by indexing with values from
|
/* Elements in the table are retrieved by indexing with values from
|
||||||
|
|
Loading…
Reference in New Issue