summaryrefslogtreecommitdiff
path: root/gdb/system-gdbinit/wrs-linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/system-gdbinit/wrs-linux.py')
-rw-r--r--gdb/system-gdbinit/wrs-linux.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/system-gdbinit/wrs-linux.py b/gdb/system-gdbinit/wrs-linux.py
index 88e1109a839..e4b225a32de 100644
--- a/gdb/system-gdbinit/wrs-linux.py
+++ b/gdb/system-gdbinit/wrs-linux.py
@@ -21,5 +21,5 @@ if "ENV_PREFIX" in os.environ:
gdb.execute("set sysroot %s" % os.environ["ENV_PREFIX"])
else:
- print "warning: ENV_PREFIX environment variable missing."
- print "The debugger will probably be unable to find the correct system libraries"
+ print("warning: ENV_PREFIX environment variable missing.")
+ print("The debugger will probably be unable to find the correct system libraries")