Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.guile / scm-frame-args.exp
index 22ce6fe8f59c82a88ec59ca4e3747b7ff1fe8bb8..91703f751dbe1c326b1deab0460f9b4dc815f18c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2014-2016 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
@@ -28,11 +28,8 @@ if ![gdb_guile_runto_main] {
     return
 }
 
-# Give the file a new name so we don't clobber the real one if
-# objfile == srcdir.
 set remote_guile_file [gdb_remote_download host \
-                          ${srcdir}/${subdir}/${testfile}.scm \
-                          ${subdir}/t-${testfile}.scm]
+                          ${srcdir}/${subdir}/${testfile}.scm]
 
 gdb_scm_load_file "$remote_guile_file" "load script"
 
This page took 0.023746 seconds and 4 git commands to generate.