X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ffrags.h;h=a14e3a25541d3069ba85175983b36b07520d11f0;hb=3251495bd703dad0798b68acb17205f02b293f4b;hp=e6c617091916535e8d2b7341d4f7cb944141914f;hpb=b4f261e094f4807a2da1dc62c7945e5898ed4680;p=binutils-gdb.git diff --git a/gas/frags.h b/gas/frags.h index e6c61709191..a14e3a25541 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -1,12 +1,12 @@ /* frags.h - Header file for the frag concept. Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007 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, @@ -148,4 +148,6 @@ char *frag_var (relax_stateT type, offsetT offset, char *opcode); +bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, bfd_vma *); + #endif /* FRAGS_H */