diff options
author | matt rice <ratmice@gmail.com> | 2011-07-13 17:00:56 +0000 |
---|---|---|
committer | matt rice <ratmice@gmail.com> | 2011-07-13 17:00:56 +0000 |
commit | 28a0b48c4849f00a1ea2fd2edbb7417574547e66 (patch) | |
tree | 2cc8019d0640595d8fbfb729acc8c800738d4ba7 /gdb | |
parent | d1b66e6d73b81228c8c9f5016aeca59ecbe59a8c (diff) | |
download | gdb-28a0b48c4849f00a1ea2fd2edbb7417574547e66.zip gdb-28a0b48c4849f00a1ea2fd2edbb7417574547e66.tar.gz gdb-28a0b48c4849f00a1ea2fd2edbb7417574547e66.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-objfile-script-gdb.py.in (renamed from gdb/testsuite/gdb.python/py-objfile-script-gdb.py) | 0 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-objfile-script.exp | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 400f0c1..def70bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.python/py-objfile-script-gdb.py b/gdb/testsuite/gdb.python/py-objfile-script-gdb.py.in index c54e9ec..c54e9ec 100644 --- a/gdb/testsuite/gdb.python/py-objfile-script-gdb.py +++ b/gdb/testsuite/gdb.python/py-objfile-script-gdb.py.in diff --git a/gdb/testsuite/gdb.python/py-objfile-script.exp b/gdb/testsuite/gdb.python/py-objfile-script.exp index a87b22a..e79c0b8 100644 --- a/gdb/testsuite/gdb.python/py-objfile-script.exp +++ b/gdb/testsuite/gdb.python/py-objfile-script.exp @@ -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} |