From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14774 invoked by alias); 8 Jan 2003 04:09:45 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 14496 invoked by uid 424); 8 Jan 2003 04:08:30 -0000 Date: Wed, 08 Jan 2003 04:09:00 -0000 Message-ID: <20030108040830.14495.qmail@sources.redhat.com> From: bje@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/cgen-cpu compCGEN.cxx Makefi ... X-SW-Source: 2003-q1/txt/msg00014.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sourceware.org 2003-01-07 20:08:29 Modified files: sid/component/cgen-cpu: compCGEN.cxx Makefile.am Makefile.in Added files: sid/component/cgen-cpu: tracedis.cxx Removed files: sid/component/cgen-cpu: tracedis.c Log message: * contribute disassembler interface for C++: 2002-04-03 Ben Elliston * Makefile.am (TRACEDIS): Remove. (libcgencpu_la_SOURCES): Add tracedis.cxx. * tracedis.c: Rename from this .. * tracedis.cxx: .. to this. (trace_printf): New static function. (cgen_disassemble): Pass trace_printf with INIT_DISASSEMBLE_INFO. * compCGEN.cxx: Do not #include "tracedis.h" within extern "C". Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/tracedis.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/compCGEN.cxx.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/Makefile.am.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/tracedis.c.diff?cvsroot=src&r1=1.4&r2=NONE