]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.python/py-objfile-script-gdb.py: Renamed to
authormatt rice <ratmice@gmail.com>
Wed, 13 Jul 2011 17:00:56 +0000 (17:00 +0000)
committermatt rice <ratmice@gmail.com>
Wed, 13 Jul 2011 17:00:56 +0000 (17:00 +0000)
py-objfile-script-gdb.py.in.
* gdb.python/py-objfile-script-gdb.py.in: Renamed from
py-objfile-script-gdb.py.
* gdb.python/py-objfile-script.exp: Update reference to
py-objfile-script-gdb.py.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-objfile-script-gdb.py.in [moved from gdb/testsuite/gdb.python/py-objfile-script-gdb.py with 100% similarity]
gdb/testsuite/gdb.python/py-objfile-script.exp

index 400f0c18e49e7bde1be4987e5818a16dc25d721d..def70bca9981f347bc67bcbf45d58efac11ab70b 100644 (file)
@@ -1,3 +1,12 @@
+2011-07-13  Matt Rice <ratmice@gmail.com>
+
+       * gdb.python/py-objfile-script-gdb.py: Renamed to
+       py-objfile-script-gdb.py.in.
+       * gdb.python/py-objfile-script-gdb.py.in: Renamed from
+       py-objfile-script-gdb.py.
+       * gdb.python/py-objfile-script.exp: Update reference to
+       py-objfile-script-gdb.py.
+
 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
index a87b22ae50518d40da0dcba442b8b85e950b5a37..e79c0b879809e46447a453af5c19b34217ece933 100644 (file)
@@ -38,7 +38,7 @@ if { [skip_python_tests] } { continue }
 # Make the -gdb.py script available to gdb, it is automagically loaded by gdb.
 # Care is taken to put it in the same directory as the binary so that
 # gdb will find it.
-set remote_python_file [remote_download host ${srcdir}/${subdir}/${testfile}-gdb.py ${subdir}/${testfile}-gdb.py]
+set remote_python_file [remote_download host ${srcdir}/${subdir}/${testfile}-gdb.py.in ${subdir}/${testfile}-gdb.py]
 
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}