From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31444 invoked by alias); 9 Jan 2003 04:22:52 -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 31397 invoked by uid 424); 9 Jan 2003 04:22:51 -0000 Date: Thu, 09 Jan 2003 04:22:00 -0000 Message-ID: <20030109042251.31396.qmail@sources.redhat.com> From: bje@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/main/dynamic ChangeLog Makefile.am Mak ... X-SW-Source: 2003-q1/txt/msg00021.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sourceware.org 2003-01-08 20:22:51 Modified files: sid/main/dynamic: ChangeLog Makefile.am Makefile.in mainDynamic.cxx Added files: sid/main/dynamic: baseCfg.cxx baseCfg.h commonCfg.cxx commonCfg.h Log message: * new simulator mainline 2002-05-30 Frank Ch. Eigler * mainDynamic.cxx (main): Add new "--rc" option to control passing cfgroot stop-code as sid process exit rc. 2002-04-29 Graydon Hoare * mainDynamic.cxx: Make step_insn_count a string. 2002-04-29 Graydon Hoare * commonCfg.h (Mapping): New class. * commonCfg.cxx (MapperCfg): Update to use Mapping objects. * mainDynamic.cxx (try_add_memory): Use Mapping objects. (Defs): Make step_insn_count a defaultable option. 2002-04-23 Graydon Hoare * mainDynamic.cxx (try_add_memory): Force mappings to base address 0 in extra memory region, to ignore transparent / basic mapper distinction in board-specific code. 2002-04-15 Dave Brolley * commonCfg.cxx (struct MemCfg_impl): New struct. (MemCfg_impl::get_by_name): New function. (MemCfg::MemCfg): Add 'this' to name_map. * commonCfg.h (MemCfg_impl::get_by_name): New function. 2002-04-09 Dave Brolley * commonCfg.cxx (add_mapping): New variant. * commonCfg.h (add_mapping): New variant. 2002-03-25 Graydon Hoare * mainDynamic.cxx (try_load_file): Support "all-cpu" sub-option to --load option. * commonCfg.h (CpuCfg::get_all): Likewise. * commonCfg.cxx (CpuCfg::get_all): Likewise. 2002-03-11 Graydon Hoare * mainDynamic.cxx (main): Add opt_gloss. * commonCfg.cxx (BoardCfg::use_gloss): Define. * commonCfg.h: Likewise. 2002-02-22 Graydon Hoare * Makefile.am (INCLUDE): Add -I$(srcdir)/../../../include. * Makefile.in: Regenerate. * mainDynamic.cxx: Un-guard #include , getting it from libiberty now. 2002-02-08 Graydon Hoare * baseCfg.cxx: New file. * baseCfg.h: New file. * commonCfg.cxx: New file. * commonCfg.h: New file. * mainDynamic.cxx: Complete rewrite, incorporate contents of configrun-sid.in perl script. * Makefile.am (sid): Add new files to target. * Makefile.in: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/baseCfg.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/baseCfg.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/Makefile.am.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mainDynamic.cxx.diff?cvsroot=src&r1=1.2&r2=1.3