From 584b6591dfe1962bb4ad5545ef11e92a37e15f15 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 8 Aug 2001 13:19:36 +0000 Subject: * ppc.h (struct powerpc_operand): New field `reloc'. * ppc-opc.c: Include "bfd.h". (powerpc_operands): Add new field for reloc type. --- include/opcode/ChangeLog | 5 +++++ include/opcode/ppc.h | 1 + 2 files changed, 6 insertions(+) (limited to 'include/opcode') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a027c8df7..67e9f7301 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2001-08-08 Alan Modra + + 1999-10-25 Torbjorn Granlund + * ppc.h (struct powerpc_operand): New field `reloc'. + 2001-07-11 Frank Ch. Eigler * cgen.h (CGEN_MACH): Add insn_chunk_bitsize field. diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index d23e1c695..2c11fcd63 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 -- cgit v1.2.3