x86: tighten extend-to-32bit-address conditions
[binutils-gdb.git] / gas / emul.h
index 8369d27a32007d56762609529d65fdc322f7145a..735d8cb52924d7ee461dea4389c52c0e0eb4519d 100644 (file)
@@ -1,5 +1,5 @@
 /* emul.h.  File format emulation routines
-   Copyright 1995, 2003, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -30,7 +30,6 @@ struct emulation
     unsigned                  local_labels_fb : 1;
     unsigned                  local_labels_dollar : 1;
     unsigned                  leading_underscore : 2;
-    unsigned                  strip_underscore : 1;
     unsigned                  default_endian : 2;
     const char *              fake_label_name;
     const struct format_ops * format;