mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Remove is_remote check in labels.exp
This works fine with remote target boards. gdb/testsuite/ChangeLog: 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca> Pedro Alves <palves@redhat.com> * gdb.base/label.exp: Remove is_remote target check.
This commit is contained in:

committed by
Pedro Alves

parent
9192b7decc
commit
cfa34c871c
@ -1,3 +1,8 @@
|
||||
2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/label.exp: Remove is_remote target check.
|
||||
|
||||
2017-10-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/auvx.exp (coredir): Update comment.
|
||||
|
@ -13,12 +13,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
if [is_remote target] then {
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
# test running programs
|
||||
#
|
||||
|
Reference in New Issue
Block a user