diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-08-08 13:19:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-08-08 13:19:36 +0000 |
commit | 7e0306b9792dce7777ecccfaaf6cacc1268d7b60 (patch) | |
tree | cad03bdc4190a16c376183c4f25da5703b0d46bf /include/opcode/ppc.h | |
parent | cb1028c658ebbbf0eeb5bf26e778e231b2dec438 (diff) | |
download | binutils-redhat-7e0306b9792dce7777ecccfaaf6cacc1268d7b60.tar.gz |
* ppc.h (struct powerpc_operand): New field `reloc'.
* ppc-opc.c: Include "bfd.h".
(powerpc_operands): Add new field for reloc type.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r-- | include/opcode/ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index d23e1c695e..2c11fcd637 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -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 |