Update ROCm for multi-target support
[deliverable/binutils-gdb.git] / gdb / gdbarch-selftests.c
index 0942050479bd82e59ebf7f1ebf0c3feb1b71742c..47f4d99d18c9211f03d4066d72c6dc2ba0bb72f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for gdbarch for GDB, the GNU debugger.
 
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -71,11 +71,6 @@ register_to_value_test (struct gdbarch *gdbarch)
       builtin->builtin_char32,
     };
 
-  /* Error out if debugging something, because we're going to push the
-     test target, which would pop any existing target.  */
-  if (current_top_target ()->stratum () >= process_stratum)
-   error (_("target already pushed"));
-
   /* Create a mock environment.  An inferior with a thread, with a
      process_stratum target pushed.  */
 
This page took 0.023549 seconds and 4 git commands to generate.