gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gas / frags.h
index 28205c64fc24049f1b1efbf68887e31a601ef744..39005ae71bc93f8a4985641dbd82b018f78ea0c1 100644 (file)
@@ -1,5 +1,5 @@
 /* frags.h - Header file for the frag concept.
-   Copyright (C) 1987-2018 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -45,7 +45,7 @@ struct frag {
   addressT last_fr_address;
 
   /* (Fixed) number of octets we know we have.  May be 0.  */
-  offsetT fr_fix;
+  valueT fr_fix;
   /* May be used for (Variable) number of octets after above.
      The generic frag handling code no longer makes any use of fr_var.  */
   offsetT fr_var;
@@ -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);
This page took 0.026614 seconds and 4 git commands to generate.