X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fcgen.h;h=53b4ce0e7a6b9ecf4be3493f2500828d9e2decef;hb=025f768ffc3aeb5561bb60a9c8f3841faa53bd6f;hp=acb9f48d459b47aa2bf5d49a5914fd6d647e4674;hpb=55cf6793d851ffd0f14d851eb6d75cac2fe400ff;p=binutils-gdb.git diff --git a/gas/cgen.h b/gas/cgen.h index acb9f48d459..53b4ce0e7a6 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -1,18 +1,17 @@ /* GAS cgen support. - Copyright 1998, 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1998-2022 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. - GAS is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GAS is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free @@ -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. */