]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/frags.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / frags.h
index 741ae2ba22190aa7457781c63c2a0711a3fdb85a..39005ae71bc93f8a4985641dbd82b018f78ea0c1 100644 (file)
@@ -1,5 +1,5 @@
 /* frags.h - Header file for the frag concept.
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -154,6 +154,8 @@ char *frag_var (relax_stateT type,
                char *opcode);
 
 bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, offsetT *);
+bfd_boolean frag_gtoffset_p (valueT, const fragS *, valueT, const fragS *,
+                            offsetT *);
 
 int get_frag_count (void);
 void clear_frag_count (void);