* 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:
@ -144,6 +144,7 @@ struct powerpc_operand
|
||||
|
||||
/* One bit syntax flags. */
|
||||
unsigned long flags;
|
||||
int reloc;
|
||||
};
|
||||
|
||||
/* Elements in the table are retrieved by indexing with values from
|
||||
|
Reference in New Issue
Block a user