From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30603 invoked by alias); 25 Oct 2009 15:02:15 -0000 Received: (qmail 30458 invoked by uid 22791); 25 Oct 2009 15:02:12 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Oct 2009 15:02:04 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 622D158DE5; Sun, 25 Oct 2009 16:02:02 +0100 (CET) From: Jim Meyering To: gdb@sourceware.org Subject: FYI, small patch required to resync git from cvs Date: Sun, 25 Oct 2009 15:26:00 -0000 Message-ID: <87k4yj8ql1.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00362.txt.bz2 This missing change started showing up in nag email (from my automatic cvs-git-comparator) recently, so I've just applied it manually, with Doug listed as author. It should propagate to the public git repo within the hour. commit 1b12f5d581827abdf5865c314a58cf3a7874d52e Author: Doug Evans Date: Sun Oct 25 14:57:27 2009 +0000 cpu: move cgen-types.h and cgen-ops.h into cgen/ [committed manually by Jim Meyering, in order to resync the git mirror from cvs. ] diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 2b8c45a..432540f 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2009-10-23 Doug Evans + + * m32c.opc (opc.h): cgen-types.h -> cgen/basic-modes.h. + cgen-ops.h -> cgen/basic-ops.h. + 2009-09-25 Alan Modra * m32r.cpu (stb-plus): Typo fix. diff --git a/cpu/m32c.opc b/cpu/m32c.opc index 40c3075..bc983ea 100644 --- a/cpu/m32c.opc +++ b/cpu/m32c.opc @@ -40,8 +40,8 @@ /* -- opc.h */ /* Needed for RTL's 'ext' and 'trunc' operators. */ -#include "cgen-types.h" -#include "cgen-ops.h" +#include "cgen/basic-modes.h" +#include "cgen/basic-ops.h" /* We can't use the default hash size because many bits are used by operands. */