From fche@sourceware.org Tue Jul 11 18:21:00 2006 From: fche@sourceware.org (fche@sourceware.org) Date: Tue, 11 Jul 2006 18:21:00 -0000 Subject: src/sid/component/bochs ChangeLog cpu/sid-x86- ... Message-ID: <20060711182132.25780.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: fche@sourceware.org 2006-07-11 18:21:32 Modified files: sid/component/bochs: ChangeLog sid/component/bochs/cpu: sid-x86-cpu-wrapper.cc sid-x86-cpu-wrapper.h Log message: 2006-07-11 Thiemo Seufer * cpu/sid-x86-cpu-wrapper.* (get_pc): Implement function. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/bochs/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/sid-x86-cpu-wrapper.cc.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/sid-x86-cpu-wrapper.h.diff?cvsroot=src&r1=1.2&r2=1.3 From brolley@sourceware.org Fri Jul 14 18:51:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 14 Jul 2006 18:51:00 -0000 Subject: src/sid/component/cgen-cpu ChangeLog CGEN.sh.in Message-ID: <20060714185134.16675.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-07-14 18:51:34 Modified files: sid/component/cgen-cpu: ChangeLog CGEN.sh.in Log message: 2006-07-14 Dave Brolley * CGEN.sh.in (fileopts): Place semantic switches first so that they are processed first. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.77&r2=1.78 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/CGEN.sh.in.diff?cvsroot=src&r1=1.6&r2=1.7 From brolley@sourceware.org Fri Jul 14 19:42:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 14 Jul 2006 19:42:00 -0000 Subject: src/sid/component/consoles ChangeLog component ... Message-ID: <20060714194253.20005.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-07-14 19:42:53 Modified files: sid/component/consoles: ChangeLog components.h sid-io-stdio.xml sid-io-stdio.txt stdio.cxx Log message: 2006-07-14 Dave Brolley * stdio.cxx (stdioConsole): Initialize eof_p. Add "eof" pin. (read): Remove 'value'. Check eof_p. Drive eof_pin and set eof_p as needed. * components.h (eof_pin): New member of stdioConsole. (eof_p): Likewise. * sid-io-stdio.xml: Document eof pin. * sid-io-stdio.txt: Regenerated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/ChangeLog.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/components.h.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/sid-io-stdio.xml.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/sid-io-stdio.txt.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/stdio.cxx.diff?cvsroot=src&r1=1.3&r2=1.4 From brolley@sourceware.org Fri Jul 14 19:44:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 14 Jul 2006 19:44:00 -0000 Subject: src/sid/component/gloss ChangeLog gloss.cxx gl ... Message-ID: <20060714194417.20834.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-07-14 19:44:17 Modified files: sid/component/gloss: ChangeLog gloss.cxx gloss.h Log message: 2006-07-14 Dave Brolley * gloss.h (rx_eof_pin): New member of gloss32. * gloss.cxx (gloss32): Add debug-rx-eof pin. (read): Check rx_eof_pin. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.cxx.diff?cvsroot=src&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.h.diff?cvsroot=src&r1=1.12&r2=1.13 From brolley@sourceware.org Fri Jul 14 19:45:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 14 Jul 2006 19:45:00 -0000 Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx Message-ID: <20060714194551.21343.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-07-14 19:45:51 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx Log message: 2006-07-14 Dave Brolley * commonCfg.cxx (BoardCfg::write_config): Connect stdio_obj's eof pin to gloss' debug-rx-eof pin. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.33&r2=1.34 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.15&r2=1.16 From brolley@sourceware.org Tue Aug 29 17:47:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Tue, 29 Aug 2006 17:47:00 -0000 Subject: src/sid/component/glue ChangeLog Makefile.in g ... Message-ID: <20060829174722.27928.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-08-29 17:47:22 Modified files: sid/component/glue: ChangeLog Makefile.in glue.cxx hw-glue-bus-mux.txt hw-glue-probe-bus.txt hw-glue-probe-bus.xml hw-glue-sequence.txt Log message: 2006-08-29 Dave Brolley * glue.cxx (base_address): New member of bus_prober. (bus_prober): Initialize base_address. (writeAny): Add this->prober->base_address to the address driven. (readAny): Likewise. * hw-glue-probe-bus.xml: Document new base-address attribute. * *.txt: Regenerated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/Makefile.in.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/glue.cxx.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-bus-mux.txt.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-probe-bus.txt.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-probe-bus.xml.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-sequence.txt.diff?cvsroot=src&r1=1.2&r2=1.3 From fche@sourceware.org Tue Aug 29 19:33:00 2006 From: fche@sourceware.org (fche@sourceware.org) Date: Tue, 29 Aug 2006 19:33:00 -0000 Subject: src/sid/samples ChangeLog Makefile.am Makefile ... Message-ID: <20060829193301.26473.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: fche@sourceware.org 2006-08-29 19:33:01 Modified files: sid/samples : ChangeLog Makefile.am Makefile.in aclocal.m4 configure Log message: 2006-08-29 Frank Ch. Eigler From Thiemo Seufer : * Makefile.am (ACLOCAL_AMFLAGS): Add $(srcdir)/../config include path. * Makefile.in, configure, aclocal.m4: Regenerated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/samples/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/samples/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/samples/Makefile.in.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/samples/aclocal.m4.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/samples/configure.diff?cvsroot=src&r1=1.4&r2=1.5 From brolley@sourceware.org Tue Aug 29 20:34:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Tue, 29 Aug 2006 20:34:00 -0000 Subject: src/sid/component/glue glue.cxx hw-glue-probe- ... Message-ID: <20060829203400.22138.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-08-29 20:34:00 Modified files: sid/component/glue: glue.cxx hw-glue-probe-bus.txt hw-glue-probe-bus.xml Log message: 2006-08-29 Dave Brolley * glue.cxx (base_address): New member of bus_prober. (bus_prober): Initialize base_address. (writeAny): Add this->prober->base_address to the address driven. (readAny): Likewise. * hw-glue-probe-bus.xml: Document new base-address attribute. * *.txt: Regenerated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/glue.cxx.diff?cvsroot=src&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-probe-bus.txt.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/hw-glue-probe-bus.xml.diff?cvsroot=src&r1=1.3&r2=1.4 From fche@sourceware.org Fri Sep 15 16:00:00 2006 From: fche@sourceware.org (fche@sourceware.org) Date: Fri, 15 Sep 2006 16:00:00 -0000 Subject: src/sid/component/lcd ChangeLog rom-japan.cxx Message-ID: <20060915160026.29973.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: fche@sourceware.org 2006-09-15 16:00:26 Modified files: sid/component/lcd: ChangeLog rom-japan.cxx Log message: 2006-09-15 Frank Ch. Eigler From Hans Erickson : * rom-japan.cxx (init_rom_japan): Correct left-arrow code. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/lcd/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/lcd/rom-japan.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 From brolley@sourceware.org Tue Sep 19 18:40:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Tue, 19 Sep 2006 18:40:00 -0000 Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx Message-ID: <20060919184056.12417.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-09-19 18:40:56 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx Log message: 2006-09-19 Dave Brolley * commonCfg.cxx (MemCfg::set_size): Use make_numeric_attribute and pass std::ios::hex. (MapperCfg::map): Likewise. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.16&r2=1.17 From brolley@sourceware.org Wed Sep 27 16:31:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Wed, 27 Sep 2006 16:31:00 -0000 Subject: src/sid/component/profiling gprof.cxx Message-ID: <20060927163133.13505.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-09-27 16:31:33 Modified files: sid/component/profiling: gprof.cxx Log message: Update commented out tracing statement in 'accumulate' to print the number of ticks. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.17&r2=1.18 From brolley@sourceware.org Wed Sep 27 20:28:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Wed, 27 Sep 2006 20:28:00 -0000 Subject: src/sid/include ChangeLog sidcpuutil.h Message-ID: <20060927202822.31041.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-09-27 20:28:22 Modified files: sid/include : ChangeLog sidcpuutil.h Log message: 2006-09-27 Dave Brolley * sidcpuutil.h (basic_cpu::configure): Set gprof_prev_cycle to total_insn_count when gprof 'cycles' not specified. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.66&r2=1.67 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.38&r2=1.39 From brolley@sourceware.org Wed Sep 27 20:28:00 2006 From: brolley@sourceware.org (brolley@sourceware.org) Date: Wed, 27 Sep 2006 20:28:00 -0000 Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx Message-ID: <20060927202847.31468.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-09-27 20:28:47 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx Log message: 2006-09-27 Dave Brolley * commonCfg.cxx (profile_opt_gprof_value): Handle "gprof=,cycles". Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.17&r2=1.18