Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Masao Uebayashi
On Thu, Oct 30, 2014 at 11:38 AM, Matt Thomas wrote: > arm doesn’t use .ctors/.dtors > > it has init/fini array instead. The section names don't really matter. Probably .kctors/.kdtors are less confusing (+ to avoid confliction with rump). > and where would they be executed? Somewhere in sys/k

Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Matt Thomas
> On Oct 29, 2014, at 7:30 PM, Christos Zoulas wrote: > > On Oct 30, 11:14am, uebay...@gmail.com (Masao Uebayashi) wrote: > -- Subject: Re: CVS commit: src/usr.bin/config > > | Could you show me an example failure senario? What do you propose instead? > > I don't have anything *better* to pro

Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Christos Zoulas
On Oct 30, 11:14am, uebay...@gmail.com (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/usr.bin/config | Could you show me an example failure senario? What do you propose instead? I don't have anything *better* to propose. I think mach-o constructors are different. | I heard that rump f

Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Masao Uebayashi
What do you expect by doing: options FOO no options FOO options FOO ?

Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Masao Uebayashi
On Thu, Oct 30, 2014 at 10:51 AM, Christos Zoulas wrote: > In article <20141030012621.0982...@cvs.netbsd.org>, > Masao Uebayashi wrote: > > Re: constructors/destructors: > > Using them will create a portability constraint on elf. This has > the implication that rump will not work on some platform

Re: CVS commit: src/usr.bin/config

2014-10-29 Thread Christos Zoulas
In article <20141030012621.0982...@cvs.netbsd.org>, Masao Uebayashi wrote: Re: constructors/destructors: Using them will create a portability constraint on elf. This has the implication that rump will not work on some platforms. christos