From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10850 invoked by alias); 18 Oct 2006 18:46:18 -0000 Received: (qmail 10836 invoked by uid 448); 18 Oct 2006 18:46:17 -0000 Date: Wed, 18 Oct 2006 18:46:00 -0000 Message-ID: <20061018184617.10834.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sourceware.org Subject: src/sid/main/dynamic ChangeLog Makefile.am Mak ... Mailing-List: contact sid-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00007.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-10-18 18:46:17 Modified files: sid/main/dynamic: ChangeLog Makefile.am Makefile.in aclocal.m4 commonCfg.cxx configure mainDynamic.cxx Added files: sid/main/dynamic: shCfg.cxx shCfg.h Log message: 2006-10-18 Dave Brolley * Contribue the following changes: 2006-07-19 Dave Brolley * shCfg.h (insn_buffer): All references removed. (main_memory): New member of ShBoardCfg. * shCfg.cxx (insn_buffer): All references removed. (ShBoardCfg): Don't initialize icache or ocache. Assume icache and ocache are always created. Don't connect memory heirarchy here. (write_config): Do it here instead. 2006-05-11 Dave Brolley * Makefile.am: Add sh support. * mainDynamic.cxx: Likewise. * shCfg.cxx: New source file. * shCfg.h: New source file. * commonCfg.cxx (GprofCfg): Set bucket-size for hw-cpu-sh*. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/shCfg.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/shCfg.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/Makefile.am.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/aclocal.m4.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/configure.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mainDynamic.cxx.diff?cvsroot=src&r1=1.8&r2=1.9