Rotate ChangeLogs
[deliverable/binutils-gdb.git] / gas / cgen.h
index 1787615f8149d10a2809c3aabcc50e2f88c5531d..847e042dfcab9e847b53f516404a38433c1620f6 100644 (file)
@@ -1,5 +1,5 @@
 /* GAS cgen support.
 /* GAS cgen support.
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
+   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -32,8 +32,9 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc;
 #endif
 
 /* Struct defining result of gas_cgen_finish_insn.  */
 #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;
   fragS * frag;
   /* Address of insn in frag.  */
   char * addr;
@@ -80,10 +81,12 @@ extern fixS * gas_cgen_record_fixup_exp (fragS *, int, const CGEN_INSN *,
                                         int, const CGEN_OPERAND *, int,
                                         expressionS *);
 
                                         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);
 
 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.  */
 extern arelent *gas_cgen_tc_gen_reloc (asection *, fixS *);
 
 /* Target supplied routine to lookup a reloc.  */
This page took 0.023221 seconds and 4 git commands to generate.