From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9047 invoked by alias); 11 May 2006 20:27:03 -0000 Received: (qmail 9034 invoked by uid 448); 11 May 2006 20:27:02 -0000 Date: Thu, 11 May 2006 20:27:00 -0000 Message-ID: <20060511202702.9032.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx c ... 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-q2/txt/msg00010.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-05-11 20:27:02 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h Log message: 2006-05-11 Dave Brolley * commonCfg.cxx (CacheCfg::CacheCfg (const string name)): Now takes a second argument for the size of the buffer. Initialize my_size using the size provided. Call compute_comptype. (compute_comptype): Use my_size to complete "hw_cache_buffer-". (BoardCfg): Initalize step_insn_count. Initialize step_insn_count_1_required. (BoardCfg::write_load): Set the cpu's step-insn-count based on step_insn_count_1_required. (set_step_insn_count): Just set step_insn_count here. (trace_counter): Set step_insn_count_1_required. * commonCfg.h (CacheCfg::CacheCfg (const string name)): Now takes a second argument for the size of the buffer. (step_insn_count): New member of BoardCfg. (step_insn_count_1_required): New member of BoardCfg. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.9&r2=1.10