x86: consistently convert to byte registers for TEST w/ imm optimization
[deliverable/binutils-gdb.git] / binutils / coffdump.c
index 90ce55032e6d2e60ec871fc4428bfdf0b4077a3d..531a4e46c3e8cfbec5007556d90b6c9c56ce40b2 100644 (file)
@@ -1,5 +1,5 @@
 /* Coff file dumper.
-   Copyright (C) 1994-2015 Free Software Foundation, Inc.
+   Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -267,6 +267,7 @@ dump_coff_where (struct coff_where *p)
       break;
     case coff_where_strtag:
       printf ("STRTAG");
+      break;
     case coff_where_entag:
       printf ("ENTAG");
       break;
This page took 0.038025 seconds and 4 git commands to generate.