ubsan: microblaze: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / sim / common / hw-ports.c
index 78215a81ba5a2ac05595967587a8d7ff9a961e4f..c2a034362af9ff05e8e60ea3d2536b4b43eb8b85 100644 (file)
@@ -1,6 +1,5 @@
 /* Hardware ports.
-   Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
    Contributed by Andrew Cagney and Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
@@ -287,7 +286,7 @@ hw_port_decode (struct hw *me,
            }
        }
     }
-  hw_abort (me, "Unreconized port %s", port_name);
+  hw_abort (me, "Unrecognized port %s", port_name);
   return 0;
 }
 
This page took 0.03612 seconds and 4 git commands to generate.