2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / write.h
index d7215816da92767089117d62c7767dc75096464b..36de533b325cb5c9c49bc719049ead850392a49d 100644 (file)
@@ -88,6 +88,9 @@ struct fix
   /* The value of dot when the fixup expression was parsed.  */
   addressT fx_dot_value;
 
+  /* The frag fx_dot_value is based on.  */
+  fragS *fx_dot_frag;
+
   /* Next fixS in linked list, or NULL.  */
   struct fix *fx_next;
 
@@ -162,6 +165,7 @@ struct reloc_list
 extern int finalize_syms;
 extern symbolS *abs_section_sym;
 extern addressT dot_value;
+extern fragS *dot_frag;
 extern struct reloc_list* reloc_list;
 
 extern void append (char **charPP, char *fromP, unsigned long length);
This page took 0.028748 seconds and 4 git commands to generate.