* frags.h (frag_offset_fixed_p): Update prototype.
[deliverable/binutils-gdb.git] / gas / frags.h
index a1fabfb97a567dbf334f601806374c338522fe04..f5846be5a5f1c4103b599e8a1707c3b8325ce8d3 100644 (file)
@@ -1,6 +1,7 @@
 /* frags.h - Header file for the frag concept.
    Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, 2012
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -154,6 +155,6 @@ char *frag_var (relax_stateT type,
                offsetT offset,
                char *opcode);
 
-bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, bfd_vma *);
+bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, offsetT *);
 
 #endif /* FRAGS_H */
This page took 0.027694 seconds and 4 git commands to generate.