]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/cgen.h
Move signatured_type::type to unshareable object
[thirdparty/binutils-gdb.git] / gas / cgen.h
index 8cf72af4b39b8d880b56277a21e0c341256c2e70..e7be8b80bdba235637b64dc4799408fe1a9d10e3 100644 (file)
@@ -1,22 +1,22 @@
 /* GAS cgen support.
-   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 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
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef GAS_CGEN_H
 #define GAS_CGEN_H
@@ -31,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;
@@ -79,10 +80,12 @@ extern fixS * gas_cgen_record_fixup_exp (fragS *, int, const CGEN_INSN *,
                                         int, const CGEN_OPERAND *, int,
                                         expressionS *);
 
-/* md_apply_fix3 handler */
-extern void gas_cgen_md_apply_fix3 (fixS *, valueT *, segT);
+extern bfd_reloc_code_real_type gas_cgen_pcrel_r_type (bfd_reloc_code_real_type);
 
-/* tc_gen_reloc handler */
+/* md_apply_fix handler.  */
+extern void gas_cgen_md_apply_fix (fixS *, valueT *, segT);
+
+/* tc_gen_reloc handler.  */
 extern arelent *gas_cgen_tc_gen_reloc (asection *, fixS *);
 
 /* Target supplied routine to lookup a reloc.  */