[gdb/testsuite] Fix gdb.base/jit-bfd-name.exp
authorTom de Vries <tdevries@suse.de>
Wed, 18 Oct 2023 06:26:20 +0000 (08:26 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 18 Oct 2023 06:26:20 +0000 (08:26 +0200)
commitb6d3616fb3c0f0ce176b8d916f12fd65f3d9b318
tree33556964e8f5b829000aa69475580bd945684652
parent8bb3d8b1f9016b9506d4407ac0be2738834dc0bd
[gdb/testsuite] Fix gdb.base/jit-bfd-name.exp

When running test-case gdb.base/jit-bfd-name.exp, I run into:
...
ERROR: tcl error sourcing gdb/testsuite/gdb.base/jit-bfd-name.exp.
ERROR: can't read "start": no such variable
...

The problem is that commit c96ceed9dce ("gdb: include the end address in
in-memory bfd filenames") introduced a use of variable start, but not a
definition.

Fix this by adding the missing definition.

Tested on x86_64-linux.
gdb/testsuite/gdb.base/jit-bfd-name.exp