diff options
author | Alan Modra <modra@gmail.com> | 2001-08-08 13:19:36 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2001-08-08 13:19:36 +0000 |
commit | 584b6591dfe1962bb4ad5545ef11e92a37e15f15 (patch) | |
tree | 40d54590235ec89678214dfb0b1be1bfff155806 /include | |
parent | 8c62297ac535d7232528f0a38ff3b605bbd25280 (diff) | |
download | newlib-584b6591dfe1962bb4ad5545ef11e92a37e15f15.zip newlib-584b6591dfe1962bb4ad5545ef11e92a37e15f15.tar.gz newlib-584b6591dfe1962bb4ad5545ef11e92a37e15f15.tar.bz2 |
* 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 a027c8d..67e9f73 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 d23e1c6..2c11fcd 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 |