]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/emul.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / emul.h
index 168ef82dde5be3bbd8c1f3cec9838a47cd9f93c3..ce769ff1475e6965437c4af5b9fbd288903e1112 100644 (file)
@@ -1,5 +1,5 @@
 /* emul.h.  File format emulation routines
-   Copyright (C) 1995-2015 Free Software Foundation, Inc.
+   Copyright (C) 1995-2021 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;