From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20768 invoked by alias); 29 Aug 2013 18:40:10 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 20758 invoked by uid 89); 29 Aug 2013 18:40:10 -0000 Received: from mail-ea0-f173.google.com (HELO mail-ea0-f173.google.com) (209.85.215.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Aug 2013 18:40:10 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ea0-f173.google.com Received: by mail-ea0-f173.google.com with SMTP id g10so437411eak.18 for ; Thu, 29 Aug 2013 11:40:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=QoxGJJwLyOpXXMr2au8kMtifWUPoUQoJNcRj0jlwuOg=; b=m+JoI2tElWVpGuXp98fXaqxFJ+d9TfOmSMLXQzzlM64MpNsSruFPpvpwYo4pK1S0b3 IPFrHLG13u4X2srbBzc3VUEv5QtyTmwSwsjb3iwQQI0j6afXr9O9yOOjfGeOOJdMvV9U TGJ7Tk5JSMhqDDkI1seevF/hDxPwhACFVn1vGvaLo4vFUgm6JBif9qGqGF1N6DGAVo6/ ijhIQJSsKmjCtWZBpR0zWZC+TCwcOqBUENjfeVp2IrSzK7YguEP/R8/KQbxOvJnBmf+n eIri0DjyGoi8KMKI8fRAwr6QgELwObgHPUay1z2flBhVGLOpW7Y3f9v2S4mbHFLdP6uz kQWA== X-Gm-Message-State: ALoCoQm11QtQyQca3tW+AqldJpWE/oPnlRXoZ9enH4oRbZ/Nn8uoYd6skBz8LQcpR8gLUVwslWMKUDTqpomI+l7fE73zvALmXjPK21gILIOXKPIy7ZRTNQUkqzxGD1abemV/MdH5FYynR4Cy2E0pp21pJT7X1GdJNHqu/y10gbTgHS0BckSrwLon/8qUtzx3pKi7R4xQapyDHc50ImvhsyOFhK+v8tRqnA== MIME-Version: 1.0 X-Received: by 10.14.219.198 with SMTP id m46mr6096406eep.41.1377801606210; Thu, 29 Aug 2013 11:40:06 -0700 (PDT) Received: by 10.223.202.67 with HTTP; Thu, 29 Aug 2013 11:40:06 -0700 (PDT) Date: Thu, 29 Aug 2013 18:40:00 -0000 Message-ID: Subject: [patch] Set remote port numbers correctly in remote-stdio-gdbserver.exp From: Sterling Augustine To: gdb-patches Cc: Doug Evans Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00887.txt.bz2 The enclosed fairly straightforward patch to the board file remote-stdio-gdbserver.exp fixes the syntax scp and rsh use to select the remote port, which was broken before. Tested with both default and custom remote ports. OK for trunk? Sterling testsuite/ChangeLog 2013-08-29 Sterling Augustine * boards/remote-stdio-gdbserver.exp: Set rcp_prog and rsh_prog in new conditional. Move use of REMOTE_PORTNUM into said conditional.