From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1081 invoked by alias); 22 Sep 2013 04:32:44 -0000 Mailing-List: contact sid-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sourceware.org Received: (qmail 1053 invoked by uid 9051); 22 Sep 2013 04:32:43 -0000 Message-ID: <20130922043243.1050.qmail@sourceware.org> From: amodra@sourceware.org Date: Sun, 22 Sep 2013 04:32:00 -0000 To: sid-cvs@sourceware.org Subject: src/sid/component cgen-cpu/mep/ChangeLog cgen- ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q3/txt/msg00000.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: amodra@sourceware.org 2013-09-22 04:32:43 Modified files: sid/component/cgen-cpu/mep: ChangeLog mep.h mep_basic.h mep_ext1.h sid/component/cgen-cpu/sh: ChangeLog sh.h sh2a_model.cxx sh3_model.cxx sh4.cxx sh64.c sid/component/gloss: ChangeLog angel.h m32r.h mips.h sid/component/mmu: ChangeLog armRemap.cxx Log message: sid/component/cgen-cpu/mep/ * mep.h (mep_cpu_cgen::~mep_cpu_cgen): New. * mep_basic.h (mep_basic_cpu::~mep_basic_cpu): New. * mep_ext1.h (mep_ext1_cpu::~mep_ext1_cpu): New. sid/component/cgen-cpu/sh/ * sh.h (sh_cpu_impl::~sh_cpu_impl): New. * sh2a_model.cxx: Specify dependent base class function with 'this->'. * sh3_model.cxx: Likewise. * sh4.cxx: Likewise. * sh64.c: Include sysdep.h first. sid/component/gloss/ * angel.h (arm_angel::~arm_angel): New. * m32r.h (m32r_libgloss::~m32r_libgloss): New. * mips.h (mips32_idt::~mips32_idt): New. sid/component/mmu/ * armRemap.cxx (operator<<): Avoid redeclaration of "it". Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep.h.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep_basic.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep_ext1.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/ChangeLog.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2a_model.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh3_model.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh64.c.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.32&r2=1.33 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/angel.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/m32r.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/mips.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mmu/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mmu/armRemap.cxx.diff?cvsroot=src&r1=1.3&r2=1.4