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 | 1f782270cde95b6565ca4bc22d0568cc61491166 (patch) | |
tree | 35920b419e9a7b0efeab01e166313bef3afc0b0e /include/opcode | |
parent | 4418671b0dc1d2f0ebe877fa99e124a4a1d7b686 (diff) | |
download | gdb-1f782270cde95b6565ca4bc22d0568cc61491166.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')
-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 |