diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-08 13:19:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-08 13:19:36 +0000 |
commit | 0f1bac05bb53bbf95fa84efdb62a3b6741ee16c7 (patch) | |
tree | 149b65e5bee96dffdf6a8d83b1257dd5691bb3de /include | |
parent | 179c732cf647335e10ad15576c0efa6905f35f36 (diff) | |
download | binutils-gdb-0f1bac05bb53bbf95fa84efdb62a3b6741ee16c7.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')
-rw-r--r-- | include/opcode/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/ppc.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a027c8df7d1..67e9f730138 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -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> * cgen.h (CGEN_MACH): Add insn_chunk_bitsize field. diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index d23e1c695e9..2c11fcd6373 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 |