RISC-V: Support assembler modifier %got_pcrel_hi.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 28f03cf2dbe21d64621489a136710e2db1717a9a..93678c22822b5baf6a3c55e1a7948d3545b56d91 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-i386.h -- Header file for tc-i386.c
-   Copyright (C) 1989-2019 Free Software Foundation, Inc.
+   Copyright (C) 1989-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -273,6 +273,7 @@ struct i386_tc_frag_data
   unsigned char prefix_length;
   unsigned char default_prefix;
   unsigned char cmp_size;
+  unsigned int mf_type : 3;
   unsigned int classified : 1;
   unsigned int branch_type : 3;
 };
@@ -299,6 +300,7 @@ struct i386_tc_frag_data
      (FRAGP)->tc_frag_data.cmp_size = 0;                       \
      (FRAGP)->tc_frag_data.classified = 0;                     \
      (FRAGP)->tc_frag_data.branch_type = 0;                    \
+     (FRAGP)->tc_frag_data.mf_type = 0;                        \
    }                                                           \
  while (0)
 
This page took 0.027656 seconds and 4 git commands to generate.