From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59935 invoked by alias); 13 Jun 2017 13:23:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 59872 invoked by uid 89); 13 Jun 2017 13:23:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-yw0-f170.google.com Received: from mail-yw0-f170.google.com (HELO mail-yw0-f170.google.com) (209.85.161.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 13:23:19 +0000 Received: by mail-yw0-f170.google.com with SMTP id e142so40845476ywa.1 for ; Tue, 13 Jun 2017 06:23:23 -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=hPEqi4q57GN492qORCtroHYkO6F1F+Yb5fu6n3l9Xmc=; b=TQ2Qdzt0fTVtmAtkNC1C+hxtbgmae28xNcCx99OuqqvIQ3x0PK7eKtUx7M/BPhZS/v hBnkTybdtkJhB84WCHbs6mP/HiD24mMGLjEPNfKwl49D6faMq0G0RQwUB9Ysgu26489/ u54gs+FHzVZDcrbrWDXXn7Ym0tRjWADDvavVsKkq+ktPSgR0G4JKJRRWsM4HRycwhFYv 3u1maCYMzhM0dnrjxTV1ZA6ciIGD4B6leH5hxUoQb7AAXWZLk5FCmDNmMJu6yHT1z9VF 8p8RorB68F9Mn8GTfZpAWtuOg+UNmL+wH6rm+GmKyHEC9YBgJqh4Nq4pGNfdU8P/LK4x 5Eyw== X-Gm-Message-State: AODbwcAqs9YUjMFxgZnfOUOXcWfMIa7VzOADJ7pg0TIIGGNj6kbHcyb4 dNWclRLNBj7hW8Sbp3C8A6f7UqWjKw== X-Received: by 10.55.4.135 with SMTP id 129mr65964763qke.10.1497360202374; Tue, 13 Jun 2017 06:23:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.175.164 with HTTP; Tue, 13 Jun 2017 06:23:21 -0700 (PDT) In-Reply-To: <40be839a18581df7e4b92490416408c57714a16a.1497353003.git.segher@kernel.crashing.org> References: <40be839a18581df7e4b92490416408c57714a16a.1497353003.git.segher@kernel.crashing.org> From: David Edelsohn Date: Tue, 13 Jun 2017 13:23:00 -0000 Message-ID: Subject: Re: [PATCH 9/9] rs6000: Comment fixes + some leftovers To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg00936.txt.bz2 On Tue, Jun 13, 2017 at 8:53 AM, Segher Boessenkool wrote: > 2017-06-13 Segher Boessenkool > > * config/rs6000/rs6000.c: Update all comments that mentioned SPE. > (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL. > * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete. > * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete. Adjust former use. > * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete. > * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete. Okay. Thanks, David