public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Re: Regarding the sid simulator
       [not found] <c1cd9c970611262354h2b5e928cib4ac5c7ee4390269@mail.gmail.com>
@ 2006-11-27 13:03 ` Frank Ch. Eigler
       [not found]   ` <c1cd9c970611271523hd2e9721n6da6c054754e0976@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Frank Ch. Eigler @ 2006-11-27 13:03 UTC (permalink / raw)
  To: Avinash Malik; +Cc: sid

Hi -

On Mon, Nov 27, 2006 at 08:54:02PM +1300, Avinash Malik wrote:
> Hello,
>        I have the snapshot from the cvs-version I tried to compile it but
> seems to fail. This is the error:
> 
> shCfg.o:/home/downloads/src/sid/main/dynamic/shCfg.cxx:221: first defined
> here

The few lines before this error message would help.

In general, sid is known to compile with a variety of gcc versions,
new and old.  If you have problems with 4.0, try something older or
newer.

- FChE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator
       [not found]     ` <c1cd9c970611271531x37001d3k59da231d5c6a7506@mail.gmail.com>
@ 2006-11-27 23:57       ` Frank Ch. Eigler
  2006-11-28  7:48         ` Avinash Malik
  0 siblings, 1 reply; 9+ messages in thread
From: Frank Ch. Eigler @ 2006-11-27 23:57 UTC (permalink / raw)
  To: Avinash Malik; +Cc: sid

Hi -

On Tue, Nov 28, 2006 at 12:31:01PM +1300, Avinash Malik wrote:
> [...]
>        After a lot of work arounds I could get sid compiled and installed.
> But I still cannot target the SHboard since that gives me a internal
> compiler error: segmentation fault. 

These are the errors I'm seeing building today's cvs sid with FC5's
gcc-4.1.1:

make[1]: Entering directory `..../sid/main/dynamic'
/bin/sh ./libtool --tag=CXX --mode=link c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2   -o sid -export-dynamic -static -export-symbols-regex '[a-zA-Z0-9]*_library$' ../../component/cfgroot/libconfig.la mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -L../../../libiberty/pic -L../../../libiberty -liberty
c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2 -o sid mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -Wl,--export-dynamic  ../../component/cfgroot/.libs/libconfig.a -ldl -L....libiberty/pic -L....libiberty -liberty
shCfg.o: In function `~ShBoardCfg':
../../../../src/sid/main/dynamic/shCfg.cxx:13: multiple definition of `ShBoardCfg::ShBoardCfg(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SessionCfg*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:13: first defined here
shCfg.o: In function `mk_sh5_64media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)':
../../../../src/sid/main/dynamic/shCfg.cxx:219: multiple definition of `mk_sh5_64media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)'
shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:219: first defined here
shCfg.o: In function `mk_sh5_32media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)':

So there is definitely a problem.  And from the compiler command line,
it's easy to see: shCfg.o is being listed and linked twice.  Dave?


> I thought this would mean an error with my memory. I carried out a
> memtest, my memory seems to be fine. [...]

Yes, that was a long shot.

> The Shboard error is here: Sh.h:314.

I see no file named "Sh.h".  There is a .../cgen-cpu/sh/sh.h.

> I cannot post anything to the mailing-list dont know why although I
> am subscribed.

Perhaps you are sending HTML mail.  sourceware does not accept those.

> Also I dont get any mails from the mailing-list. [...]

That is very odd, since the logs don't show anything strange about
your subscription.  Maybe google is spam-filtering too eagerly?


- FChE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator
  2006-11-27 23:57       ` Fwd: " Frank Ch. Eigler
@ 2006-11-28  7:48         ` Avinash Malik
  2006-11-28 23:54           ` Frank Ch. Eigler
  2006-11-29 21:20           ` Fwd: Regarding the sid simulator [patch][commit] Dave Brolley
  0 siblings, 2 replies; 9+ messages in thread
From: Avinash Malik @ 2006-11-28  7:48 UTC (permalink / raw)
  To: sid

Hello,
        I was just wondering if you guys had any support for
architectures described in SystemC. Also since SystemC is a C++
library, how hard it would be to integrate that into the current
source. Just a heads up before I endeavour onto integrating my RTOS
(systemc-description) into sid.


regards,

On 11/28/06, Frank Ch. Eigler <fche@redhat.com> wrote:
> Hi -
>
> On Tue, Nov 28, 2006 at 12:31:01PM +1300, Avinash Malik wrote:
> > [...]
> >        After a lot of work arounds I could get sid compiled and installed.
> > But I still cannot target the SHboard since that gives me a internal
> > compiler error: segmentation fault.
>
> These are the errors I'm seeing building today's cvs sid with FC5's
> gcc-4.1.1:
>
> make[1]: Entering directory `..../sid/main/dynamic'
> /bin/sh ./libtool --tag=CXX --mode=link c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2   -o sid -export-dynamic -static -export-symbols-regex '[a-zA-Z0-9]*_library$' ../../component/cfgroot/libconfig.la mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -L../../../libiberty/pic -L../../../libiberty -liberty
> c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2 -o sid mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -Wl,--export-dynamic  ../../component/cfgroot/.libs/libconfig.a -ldl -L....libiberty/pic -L....libiberty -liberty
> shCfg.o: In function `~ShBoardCfg':
> ../../../../src/sid/main/dynamic/shCfg.cxx:13: multiple definition of `ShBoardCfg::ShBoardCfg(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SessionCfg*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
> shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:13: first defined here
> shCfg.o: In function `mk_sh5_64media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)':
> ../../../../src/sid/main/dynamic/shCfg.cxx:219: multiple definition of `mk_sh5_64media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)'
> shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:219: first defined here
> shCfg.o: In function `mk_sh5_32media(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, SessionCfg*)':
>
> So there is definitely a problem.  And from the compiler command line,
> it's easy to see: shCfg.o is being listed and linked twice.  Dave?
>
>
> > I thought this would mean an error with my memory. I carried out a
> > memtest, my memory seems to be fine. [...]
>
> Yes, that was a long shot.
>
> > The Shboard error is here: Sh.h:314.
>
> I see no file named "Sh.h".  There is a .../cgen-cpu/sh/sh.h.
>
> > I cannot post anything to the mailing-list dont know why although I
> > am subscribed.
>
> Perhaps you are sending HTML mail.  sourceware does not accept those.
>
> > Also I dont get any mails from the mailing-list. [...]
>
> That is very odd, since the logs don't show anything strange about
> your subscription.  Maybe google is spam-filtering too eagerly?
>
>
> - FChE
>



-- 
Avinash Malik

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator
  2006-11-28  7:48         ` Avinash Malik
@ 2006-11-28 23:54           ` Frank Ch. Eigler
  2006-11-29 21:20           ` Fwd: Regarding the sid simulator [patch][commit] Dave Brolley
  1 sibling, 0 replies; 9+ messages in thread
From: Frank Ch. Eigler @ 2006-11-28 23:54 UTC (permalink / raw)
  To: Avinash Malik; +Cc: sid

Hi -

On Tue, Nov 28, 2006 at 08:48:32PM +1300, Avinash Malik wrote:
> Hello,
>        I was just wondering if you guys had any support for
> architectures described in SystemC. Also since SystemC is a C++
> library, how hard it would be to integrate that into the current
> source. [...]

I have only a small acquaintance with SystemC.  From that, it appears
that there are pure C++ class library implementations available, now
with a friendly license.  All that could allow seamless merging of
systemc models into sid simulations.  It's just a SMOP. :-)

- FChE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator [patch][commit]
  2006-11-28  7:48         ` Avinash Malik
  2006-11-28 23:54           ` Frank Ch. Eigler
@ 2006-11-29 21:20           ` Dave Brolley
  2006-11-29 21:25             ` Frank Ch. Eigler
  1 sibling, 1 reply; 9+ messages in thread
From: Dave Brolley @ 2006-11-29 21:20 UTC (permalink / raw)
  To: Avinash Malik; +Cc: sid

[-- Attachment #1: Type: text/plain, Size: 2357 bytes --]

I've committed the attached patch which should correct the problem of 
shCfg.cxx being compiled and linked twice.

Dave

Avinash Malik wrote:
> On 11/28/06, Frank Ch. Eigler <fche@redhat.com> wrote:
>> Hi -
>>
>> On Tue, Nov 28, 2006 at 12:31:01PM +1300, Avinash Malik wrote:
>> > [...]
>> >        After a lot of work arounds I could get sid compiled and 
>> installed.
>> > But I still cannot target the SHboard since that gives me a internal
>> > compiler error: segmentation fault.
>>
>> These are the errors I'm seeing building today's cvs sid with FC5's
>> gcc-4.1.1:
>>
>> make[1]: Entering directory `..../sid/main/dynamic'
>> /bin/sh ./libtool --tag=CXX --mode=link c++ -DSIDTARGET_SH 
>> -DSIDTARGET_SH64 -g -O2   -o sid -export-dynamic -static 
>> -export-symbols-regex '[a-zA-Z0-9]*_library$' 
>> ../../component/cfgroot/libconfig.la mainDynamic.o baseCfg.o 
>> commonCfg.o shCfg.o shCfg.o -L../../../libiberty/pic 
>> -L../../../libiberty -liberty
>> c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2 -o sid mainDynamic.o 
>> baseCfg.o commonCfg.o shCfg.o shCfg.o -Wl,--export-dynamic  
>> ../../component/cfgroot/.libs/libconfig.a -ldl -L....libiberty/pic 
>> -L....libiberty -liberty
>> shCfg.o: In function `~ShBoardCfg':
>> ../../../../src/sid/main/dynamic/shCfg.cxx:13: multiple definition of 
>> `ShBoardCfg::ShBoardCfg(std::basic_string<char, 
>> std::char_traits<char>, std::allocator<char> > const&, 
>> std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>> > const&, SessionCfg*, std::basic_string<char, 
>> std::char_traits<char>, std::allocator<char> > const&)'
>> shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:13: first defined 
>> here
>> shCfg.o: In function `mk_sh5_64media(std::basic_string<char, 
>> std::char_traits<char>, std::allocator<char> >, SessionCfg*)':
>> ../../../../src/sid/main/dynamic/shCfg.cxx:219: multiple definition 
>> of `mk_sh5_64media(std::basic_string<char, std::char_traits<char>, 
>> std::allocator<char> >, SessionCfg*)'
>> shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:219: first defined 
>> here
>> shCfg.o: In function `mk_sh5_32media(std::basic_string<char, 
>> std::char_traits<char>, std::allocator<char> >, SessionCfg*)':
>>
>> So there is definitely a problem.  And from the compiler command line,
>> it's easy to see: shCfg.o is being listed and linked twice.  Dave?
>

[-- Attachment #2: sh-config.ChangeLog --]
[-- Type: text/plain, Size: 380 bytes --]

2006-11-29  Dave Brolley  <brolley@redhat.com>

	* sidtargets.m4 (sidtarget_sh_or_sh64): New variable.
	(SIDTARGET_SH_OR_SH64): New automake conditional using
	sidtarget_sh_or_sh64.

2006-11-29  Dave Brolley  <brolley@redhat.com>

	* Makefile.am (TARGETCFGS): Set based on SIDTARGET_SH_OR_SH64.
	* Makefile.in: Regenerated.
	* aclocal.m4: Regenerated.
	* configure: Regenerated.


[-- Attachment #3: sh-config.patch.txt --]
[-- Type: text/plain, Size: 2924 bytes --]

Index: sid/config/sidtargets.m4
===================================================================
RCS file: /cvs/src/src/sid/config/sidtargets.m4,v
retrieving revision 1.8
diff -c -p -r1.8 sidtargets.m4
*** sid/config/sidtargets.m4	18 Oct 2006 18:42:36 -0000	1.8
--- sid/config/sidtargets.m4	29 Nov 2006 21:07:56 -0000
*************** sidtarget_mt=$sidtarget_default
*** 45,50 ****
--- 45,51 ----
  sidtarget_ppc=$sidtarget_default
  sidtarget_sh=$sidtarget_default
  sidtarget_sh64=$sidtarget_default
+ sidtarget_sh_or_sh64=$sidtarget_default
  sidtarget_xstormy16=$sidtarget_default
  
  dnl Iterate over all listed targets
*************** do
*** 60,67 ****
        mt*)    sidtarget_mt=1 ;;
        powerpc*) sidtarget_ppc=1 ;;
        ppc*)   sidtarget_ppc=1 ;;
!       sh64*) sidtarget_sh64=1 ;;
!       sh*) sidtarget_sh=1 ;;
        xstormy16*) sidtarget_xstormy16=1 ;;
        *)      AC_MSG_WARN("Unknown target $targ") ;;
     esac
--- 61,70 ----
        mt*)    sidtarget_mt=1 ;;
        powerpc*) sidtarget_ppc=1 ;;
        ppc*)   sidtarget_ppc=1 ;;
!       sh64*) sidtarget_sh64=1
! 	     sidtarget_sh_or_sh64=1 ;;
!       sh*)   sidtarget_sh=1
! 	     sidtarget_sh_or_sh64=1 ;;
        xstormy16*) sidtarget_xstormy16=1 ;;
        *)      AC_MSG_WARN("Unknown target $targ") ;;
     esac
*************** AC_SUBST(sidtarget_sh64)
*** 132,137 ****
--- 135,145 ----
  AM_CONDITIONAL(SIDTARGET_SH64,[test "x$sidtarget_sh64" = x1])
  AC_MSG_RESULT($sidtarget_sh64)
  
+ AC_MSG_CHECKING(SH or SH64 family support)
+ AC_SUBST(sidtarget_sh_or_sh64)
+ AM_CONDITIONAL(SIDTARGET_SH_OR_SH64,[test "x$sidtarget_sh_or_sh64" = x1])
+ AC_MSG_RESULT($sidtarget_sh_or_sh64)
+ 
  AC_MSG_CHECKING(Sanyo Xstormy16 family support)
  AC_SUBST(sidtarget_xstormy16)
  AM_CONDITIONAL(SIDTARGET_XSTORMY16,[test "x$sidtarget_xstormy16" = x1])
Index: sid/main/dynamic/Makefile.am
===================================================================
RCS file: /cvs/src/src/sid/main/dynamic/Makefile.am,v
retrieving revision 1.13
diff -c -p -r1.13 Makefile.am
*** sid/main/dynamic/Makefile.am	18 Oct 2006 18:46:17 -0000	1.13
--- sid/main/dynamic/Makefile.am	29 Nov 2006 21:07:56 -0000
*************** TARGETCFGS = ""
*** 11,23 ****
  TARGETDEFINES =
  
  if SIDTARGET_SH
- TARGETCFGS += shCfg.cxx
  TARGETDEFINES += -DSIDTARGET_SH
  endif
  if SIDTARGET_SH64
- TARGETCFGS += shCfg.cxx
  TARGETDEFINES += -DSIDTARGET_SH64
  endif
  
  # If sid is being compiled without shared library support, arrange to
  # statically link in a bunch of component libraries using libtool's
--- 11,24 ----
  TARGETDEFINES =
  
  if SIDTARGET_SH
  TARGETDEFINES += -DSIDTARGET_SH
  endif
  if SIDTARGET_SH64
  TARGETDEFINES += -DSIDTARGET_SH64
  endif
+ if SIDTARGET_SH_OR_SH64
+ TARGETCFGS += shCfg.cxx
+ endif
  
  # If sid is being compiled without shared library support, arrange to
  # statically link in a bunch of component libraries using libtool's

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator [patch][commit]
  2006-11-29 21:20           ` Fwd: Regarding the sid simulator [patch][commit] Dave Brolley
@ 2006-11-29 21:25             ` Frank Ch. Eigler
  2006-11-29 21:30               ` Dave Brolley
  0 siblings, 1 reply; 9+ messages in thread
From: Frank Ch. Eigler @ 2006-11-29 21:25 UTC (permalink / raw)
  To: Dave Brolley; +Cc: sid

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

Hi -

> I've committed the attached patch which should correct the problem of 
> shCfg.cxx being compiled and linked twice.
> [...]
> 2006-11-29  Dave Brolley  <brolley@redhat.com>
> 
> 	* sidtargets.m4 (sidtarget_sh_or_sh64): New variable.
> 	(SIDTARGET_SH_OR_SH64): New automake conditional using
> 	sidtarget_sh_or_sh64.
> [...]

Would it be possible to simply always compile in the shCfg.cxx file?
Protect it with an embedded #if SIDTARGET_SH | SIDTARGET_SH64
if you really must.

- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator [patch][commit]
  2006-11-29 21:25             ` Frank Ch. Eigler
@ 2006-11-29 21:30               ` Dave Brolley
  2006-11-29 21:33                 ` Frank Ch. Eigler
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Brolley @ 2006-11-29 21:30 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: sid

Frank Ch. Eigler wrote:
> Would it be possible to simply always compile in the shCfg.cxx file?
> Protect it with an embedded #if SIDTARGET_SH | SIDTARGET_SH64
> if you really must.
>
>   
Well yes, of course it would. It just seemed wasteful. Similar to how we 
don't compile/link in the bits which support unspecified targets in 
sid/component/cgen-cpu.

Dave

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator [patch][commit]
  2006-11-29 21:30               ` Dave Brolley
@ 2006-11-29 21:33                 ` Frank Ch. Eigler
  2006-11-30 18:52                   ` Dave Brolley
  0 siblings, 1 reply; 9+ messages in thread
From: Frank Ch. Eigler @ 2006-11-29 21:33 UTC (permalink / raw)
  To: Dave Brolley; +Cc: sid

Hi -

> >Would it be possible to simply always compile in the shCfg.cxx file?
> >Protect it with an embedded #if SIDTARGET_SH | SIDTARGET_SH64
> >if you really must.
> 
> Well yes, of course it would. It just seemed wasteful. Similar to how we 
> don't compile/link in the bits which support unspecified targets in 
> sid/component/cgen-cpu.

The costs (compile time / object size) are of a different magnitude.
We don't rip out unconfigured platforms out of configrun-sid.pl either
- they just won't work.  Plus, if you add the #if/#endif thing I
mentioned, the costs of including a dummy shCfg.cxx are approximately
zero.

- FChE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Regarding the sid simulator [patch][commit]
  2006-11-29 21:33                 ` Frank Ch. Eigler
@ 2006-11-30 18:52                   ` Dave Brolley
  0 siblings, 0 replies; 9+ messages in thread
From: Dave Brolley @ 2006-11-30 18:52 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: sid

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

Frank Ch. Eigler wrote:
> The costs (compile time / object size) are of a different magnitude.
> We don't rip out unconfigured platforms out of configrun-sid.pl either
> - they just won't work.  Plus, if you add the #if/#endif thing I
> mentioned, the costs of including a dummy shCfg.cxx are approximately
> zero.
>
>   
As requested, I've removed the previous patch and committed this one 
instead.

Dave


[-- Attachment #2: sh-config-1.ChangeLog --]
[-- Type: text/plain, Size: 407 bytes --]

2006-11-30  Dave Brolley  <brolley@redhat.com>

	* Makefile.am (TARGETCFGS): Revert previous changes. Add shCfg.cxx
	unconditionally.
	* Makefile.in: Regenerated.
	* aclocal.m4: Regenerated.
	* configure: Regenerated.
	* shCfg.cxx: Protect the entire file with preprocessor conditional
	compilation for sh or sh64.

2006-11-30  Dave Brolley  <brolley@redhat.com>

	* sidtargets.m4: Revert previous change.


[-- Attachment #3: sh-config-1.patch.txt --]
[-- Type: text/plain, Size: 1848 bytes --]

Index: sid/main/dynamic/Makefile.am
===================================================================
RCS file: /cvs/src/src/sid/main/dynamic/Makefile.am,v
retrieving revision 1.14
diff -c -p -r1.14 Makefile.am
*** sid/main/dynamic/Makefile.am	29 Nov 2006 21:18:30 -0000	1.14
--- sid/main/dynamic/Makefile.am	30 Nov 2006 18:36:14 -0000
*************** INCLUDES = -I. -I../../include -I$(srcdi
*** 7,13 ****
  LIBIBERTY = -L../../../libiberty/pic -L../../../libiberty -liberty
  
  bin_PROGRAMS = sid
! TARGETCFGS = ""
  TARGETDEFINES =
  
  if SIDTARGET_SH
--- 7,13 ----
  LIBIBERTY = -L../../../libiberty/pic -L../../../libiberty -liberty
  
  bin_PROGRAMS = sid
! TARGETCFGS = shCfg.cxx
  TARGETDEFINES =
  
  if SIDTARGET_SH
*************** endif
*** 16,24 ****
  if SIDTARGET_SH64
  TARGETDEFINES += -DSIDTARGET_SH64
  endif
- if SIDTARGET_SH_OR_SH64
- TARGETCFGS += shCfg.cxx
- endif
  
  # If sid is being compiled without shared library support, arrange to
  # statically link in a bunch of component libraries using libtool's
--- 16,21 ----
Index: sid/main/dynamic/shCfg.cxx
===================================================================
RCS file: /cvs/src/src/sid/main/dynamic/shCfg.cxx,v
retrieving revision 1.1
diff -c -p -r1.1 shCfg.cxx
*** sid/main/dynamic/shCfg.cxx	18 Oct 2006 18:46:17 -0000	1.1
--- sid/main/dynamic/shCfg.cxx	30 Nov 2006 18:36:16 -0000
***************
*** 4,9 ****
--- 4,10 ----
  // This file is part of SID and is licensed under the GPL.
  // See the file COPYING.SID for conditions for redistribution.
  
+ #if defined (SIDTARGET_SH) || defined (SIDTARGET_SH64)
  
  #include "shCfg.h"
  
*************** mk_sh5_64media (const string name, Sessi
*** 222,224 ****
--- 223,227 ----
    return board;
  }
  #endif // defined (SIDTARGET_SH64)
+ 
+ #endif // defined (SIDTARGET_SH) || defined (SIDTARGET_SH64)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-11-30 18:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c1cd9c970611262354h2b5e928cib4ac5c7ee4390269@mail.gmail.com>
2006-11-27 13:03 ` Regarding the sid simulator Frank Ch. Eigler
     [not found]   ` <c1cd9c970611271523hd2e9721n6da6c054754e0976@mail.gmail.com>
     [not found]     ` <c1cd9c970611271531x37001d3k59da231d5c6a7506@mail.gmail.com>
2006-11-27 23:57       ` Fwd: " Frank Ch. Eigler
2006-11-28  7:48         ` Avinash Malik
2006-11-28 23:54           ` Frank Ch. Eigler
2006-11-29 21:20           ` Fwd: Regarding the sid simulator [patch][commit] Dave Brolley
2006-11-29 21:25             ` Frank Ch. Eigler
2006-11-29 21:30               ` Dave Brolley
2006-11-29 21:33                 ` Frank Ch. Eigler
2006-11-30 18:52                   ` Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).