Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
jnemeth@ wrote: > On Nov 8, 6:01am, Izumi Tsutsui wrote: > } christos@ wrote: > } > } > | > If you want, I can give you access to the gcc-4.8.1 repo > } > | > so you can fix it yourself, just send me an ssh public key. > } > | > } > | Why isn't it in the public branch? > } > > } > We did not w

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread John Nemeth
On Nov 8, 6:01am, Izumi Tsutsui wrote: } christos@ wrote: } } > | > If you want, I can give you access to the gcc-4.8.1 repo } > | > so you can fix it yourself, just send me an ssh public key. } > | } > | Why isn't it in the public branch? } > } > We did not want to burden the tree with throway

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 8, 6:01am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | > We did not want to burden the tree with throway code. We'll import it once | > it is done. | | IMO it's still better to have proper announcement in that case. | (even develo

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: > | > If you want, I can give you access to the gcc-4.8.1 repo > | > so you can fix it yourself, just send me an ssh public key. > | > | Why isn't it in the public branch? > > We did not want to burden the tree with throway code. We'll import it once > it is done. IMO it's stil

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 8, 3:07am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | christos@ wrote: | | > It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles | > The assembler complains about unsupported instructions for the jsr an

Re: CVS commit: src/usr.sbin/cpuctl/arch

2013-11-07 Thread SAITOH Masanobu
(2013/11/08 3:45), John Nemeth wrote: > On Nov 7, 6:18pm, "SAITOH Masanobu" wrote: > } > } Module Name:src > } Committed By: msaitoh > } Date: Thu Nov 7 18:18:59 UTC 2013 > } > } Modified Files: > } src/usr.sbin/cpuctl/arch: i386.c > } > } Log Message: > } Updat

Re: CVS commit: src/usr.sbin/cpuctl/arch

2013-11-07 Thread John Nemeth
On Nov 7, 6:18pm, "SAITOH Masanobu" wrote: } } Module Name: src } Committed By: msaitoh } Date: Thu Nov 7 18:18:59 UTC 2013 } } Modified Files: } src/usr.sbin/cpuctl/arch: i386.c } } Log Message: } Update some processor names. } } Modified files: } } Index: src/usr.sbin/cpuctl

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: > It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles > The assembler complains about unsupported instructions for the jsr and the > link.w instances. Well, then it's better to mention it in the log, not only "avoid confusion." > If you want, I can give

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 7, 2:56pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | On Thu, Nov 07, 2013 at 08:46:01AM -0500, Christos Zoulas wrote: | > It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles | > The assembler complains abo

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Martin Husemann
On Thu, Nov 07, 2013 at 08:46:01AM -0500, Christos Zoulas wrote: > It does not compile anymore with gcc-4.8.1, and i see -Dsun3 in the Makefiles > The assembler complains about unsupported instructions for the jsr and the > link.w instances. If you want, I can give you access to the gcc-4.8.1 repo

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Christos Zoulas
On Nov 7, 9:41pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/sun68k/stand | What problem are you trying to solve? | | - sun68k/stand loaders are also used by 68010 sun2 | - CFLAGS needs -mc68000 (or -m68000) for sun2 binaries | - AFLAGS needs -Wa,m

Re: CVS commit: src/sys/arch/sun68k/stand

2013-11-07 Thread Izumi Tsutsui
christos@ wrote: > Module Name: src > Committed By: christos > Date: Thu Nov 7 00:43:16 UTC 2013 > > Modified Files: > src/sys/arch/sun68k/stand: Makefile.inc > src/sys/arch/sun68k/stand/libsa: Makefile > > Log Message: > avoid confusion with 68010 and 68020. The sun3 alway