From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67735 invoked by alias); 20 Dec 2017 11:55:07 -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 67725 invoked by uid 89); 20 Dec 2017 11:55:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=rights X-HELO: mail-it0-f50.google.com Received: from mail-it0-f50.google.com (HELO mail-it0-f50.google.com) (209.85.214.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Dec 2017 11:55:05 +0000 Received: by mail-it0-f50.google.com with SMTP id z6so6454392iti.4 for ; Wed, 20 Dec 2017 03:55:05 -0800 (PST) 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=K1XEvn9RaoPixml93aVl3PVg1EfI+XfpbiJ5Nnf2kWY=; b=r/hCDuxm4GEVYMhXYt1QDILDxBw7cvMIM9byGChvfJCg6VK4OiMk6zgOD/INyKjka2 Ai764jtcg0/wqluxQmcIW8Ht6Ag7RJo7gUsb2lBzr7J5jLDbpPanQbxFsZwNC2wZnDgS qazg2X/+EyYq96lPW8g4Uj0gYqSL8UnRVe5mMz1LLNcNqgtWKFxz+q9rdLf0WGRIQZ0c Aa1fMnnyLk27k4ggBQ+1UoeGHz15IE8MdwlaBfm80ID134SjGe9akWIn9V+wgYmUZ9oL bp1SLG7VboSdQH8QH5M1nUUnI9OpBXxwBP7L6KD6mr0+jX33jXEzpGsCFwFUdnZ5F+RP P3QA== X-Gm-Message-State: AKGB3mKu92v1GwDfEXilzU7Lp63nRI3TPqYqV3Ik+NO8au/meGDRwZAw Evlusqa5a8H6v54n9u8e+caZR1GYhki+okfV/JU= X-Google-Smtp-Source: ACJfBotZzQttxYrnlhwG0Kny+0yC9jUAaHmpOfuL4tGr9zntRKQXvFK0sBfghKOdjvz17E3Bf/95xs8w9/sVh7ALMUQ= X-Received: by 10.36.86.3 with SMTP id o3mr4065950itb.18.1513770904282; Wed, 20 Dec 2017 03:55:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.130.66 with HTTP; Wed, 20 Dec 2017 03:55:03 -0800 (PST) In-Reply-To: <864lollitf.fsf@gmail.com> References: <864lollitf.fsf@gmail.com> From: Uros Bizjak Date: Wed, 20 Dec 2017 11:55:00 -0000 Message-ID: Subject: Re: [PATCH, rs6000]: Remove write-only assignment To: Yao Qi Cc: gdb-patches@sourceware.org, kevinb@redhat.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-12/txt/msg00447.txt.bz2 On Wed, Dec 20, 2017 at 12:50 PM, Yao Qi wrote: > Uros Bizjak writes: > >> 2017-12-19 Uros Bizjak >> >> * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Remove >> write-only assignment to "insn" variable. > > Patch is good to me. I have no committ rights, can someone please commit the patch for me? Uros.