From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123230 invoked by alias); 22 Apr 2018 15:33:02 -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 123095 invoked by uid 89); 22 Apr 2018 15:32:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.3.2 spammy= X-HELO: mail-wr0-f169.google.com Received: from Unknown (HELO mail-wr0-f169.google.com) (209.85.128.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Apr 2018 15:32:37 +0000 Received: by mail-wr0-f169.google.com with SMTP id f14-v6so34599066wre.4 for ; Sun, 22 Apr 2018 08:32:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GwK2wM6PJzBkHBh9uped4G5ASg7luuhfvPjpIWgs3bI=; b=jtPrBUVFzADjlhorZhoeyQ/9VtKs9GIi8fLCifjug73jYko9hxVnkczg+zTgS6H9mb QIw/WcLjqpOGj6fjmm1G+rKRQhfXgZrKQQ0BnJMUhKfXR1VrM/b/shnGrDVpJuMLA0tR ZA2ISZ15BVjFOVoaKTY5W5V5j2w6dLN0DyYL4btW/xoiyYjYu7pkMlctRAn5gvYCjISG shj2QPzC65PX7FIC6eyRjQSRtLKuCLffDXGp1TJdo/aH2IBH0T38xXoSj+sqQ8q/0X9v QQoJOcoh2cUubSGOg6SjP3vqtZrzRLG4YHsQQ1YkpEOkwFkISZzYJZazG0NbJZ/neGnS qidw== X-Gm-Message-State: ALQs6tAJvw2wLX51mUMm1xXe8Ezfwfn9Y7DlEA2QMiqZ+wVGSnow8Gei H9/d+QWu3xF/lexHPkZ38TVd8qRiuvs2uPzSM2w= X-Google-Smtp-Source: AIpwx484huGolVOPh/zO7y0pba8Pj+KeQCftPkfoei2zc/0cmT06X5JzmSrqszbu+VIiETt7oh+Jnjp+jlDq5smDlnQ= X-Received: by 10.28.32.132 with SMTP id g126mr8271029wmg.52.1524411128023; Sun, 22 Apr 2018 08:32:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.165.130 with HTTP; Sun, 22 Apr 2018 08:32:07 -0700 (PDT) In-Reply-To: <75605512c5b300fa18831a0559fe5f11@polymtl.ca> References: <0eae05d2f22d863db5b7b5b890a76a4a@polymtl.ca> <75605512c5b300fa18831a0559fe5f11@polymtl.ca> From: Rajendra SY Date: Sun, 22 Apr 2018 15:33:00 -0000 Message-ID: Subject: Re: [PATCH] [PR gdb/23095] Fixed test case to compile & run on FreeBSD To: Simon Marchi Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-04/txt/msg00435.txt.bz2 Simon, I don't have push access. Please commit. Thanks Rajendra On Sun, Apr 22, 2018 at 7:41 PM, Simon Marchi wrote: > On 2018-04-21 21:31, Rajendra SY wrote: >> >> Simon, >> >> Thanks for reviewing the patch. >> Attached updated patch. >> >> Thanks >> Rajendra > > > LGTM, thanks. Do you have push access or would you like me to push it? > > Simon