Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / selftest-arch.h
index dc16c4d74b5dce3b9eed022aa09ab6cb5efc5fa9..874e684a71d30c22ad1a48b199691a650e3787ce 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB self-test for each gdbarch.
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,7 +24,8 @@ typedef void self_test_foreach_arch_function (struct gdbarch *);
 namespace selftests
 {
 extern void
-  register_test_foreach_arch (self_test_foreach_arch_function *function);
+  register_test_foreach_arch (const std::string &name,
+                             self_test_foreach_arch_function *function);
 }
 
 #endif /* SELFTEST_ARCH_H */
This page took 0.024377 seconds and 4 git commands to generate.