gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / basics.c
index 0eabcd193bce45ad2b009bcf3cf0a26b4c3fb192..7e7a74823afaf918e114eff56bf53996bee002e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 1999-2014 Free Software Foundation, Inc.
+/* Copyright 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,6 +20,8 @@
  *      on function calls.  Useful to test printing frames, stepping, etc.
  */
 
+unsigned long long global_zero = 0;
+
 int callee4 (void)
 {
   int A=1;
This page took 0.025652 seconds and 4 git commands to generate.