This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Darwin Port (Part 1: changes in common files)


Hey Mark,

Thanks much for taking a look at the patches!

> I know Apple doesn't want you to run their OS on non-Apple hardware,
> but I don't think we should reinforce that standpoint.  Could we just
> match *-*-dawrwin*?

I agree as well.

> > +   GDB_OSABI_DARWIN,
> > +   GDB_OSABI_DARWIN64,
> > +
> >      GDB_OSABI_INVALID		/* keep this last */
> >    };
> 
> Why do you need both Darwin and Darwin64?  We don't do this for other
> operating systems that have both a 32-bit and a 64-bit variant.

I looked at the way we do things, and I think that it simplifies
the code a little. But I also think that it should be possible do
without - this seems like a reasonable request, given that this
would be consistent will all the other 32+64bit architectures.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]