X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fcgen.h;h=e19299fe103169a85c0ed93e66fbec66bdd6ecea;hb=4179a6a209f22354a605413e0de9ac10331c108b;hp=7cac83cf3e8ce08136b50afc7079fc7dcd8f61ce;hpb=ec2655a6a75bc61d21e6f8ddc1e9f9027a8914dd;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/cgen.h b/gas/cgen.h index 7cac83cf3e..e19299fe10 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -1,6 +1,5 @@ /* GAS cgen support. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2007 - Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -32,8 +31,9 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc; #endif /* Struct defining result of gas_cgen_finish_insn. */ -typedef struct { - /* frag containing the insn */ +typedef struct +{ + /* Frag containing the insn */ fragS * frag; /* Address of insn in frag. */ char * addr; @@ -80,10 +80,12 @@ extern fixS * gas_cgen_record_fixup_exp (fragS *, int, const CGEN_INSN *, int, const CGEN_OPERAND *, int, expressionS *); -/* md_apply_fix handler */ +extern bfd_reloc_code_real_type gas_cgen_pcrel_r_type (bfd_reloc_code_real_type); + +/* md_apply_fix handler. */ extern void gas_cgen_md_apply_fix (fixS *, valueT *, segT); -/* tc_gen_reloc handler */ +/* tc_gen_reloc handler. */ extern arelent *gas_cgen_tc_gen_reloc (asection *, fixS *); /* Target supplied routine to lookup a reloc. */