[testsuite][AArch64] Port gdb.trace
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / while-dyn.exp
index d6404044040f7fd3f0fb6a03c0d0bf6f1ffc82f1..fe4535ec0ef5e88ffa8fe798cd0fa5e45332d14c 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 1998-2013 Free Software Foundation, Inc.
+#   Copyright 1998-2015 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -47,6 +47,8 @@ if [is_amd64_regs_target] {
     set fpreg "\$rbp"
 } elseif [is_x86_like_target] {
     set fpreg "\$ebp"
+} elseif [is_aarch64_target] {
+    set fpreg "\$x29"
 } else {
     set fpreg "\$fp"
 }
This page took 0.024002 seconds and 4 git commands to generate.