This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: Ping Re: PowerPC E500 port


On Mon, 19 Mar 2007, Roland McGrath wrote:

> I don't think the main powerpc files should do conditional includes of
> nonexistent files like that.  Instead, have your port override with a file
> that #include's the main file.  If you need to modify the main files to
> facilitate that, I think a pure macro #ifdef bit without an #include is better.

You mean

#ifdef __SETCONTEXT_EXTRA
	__SETCONTEXT_EXTRA
#endif
(still working on the principle that the actual E500-specific code must 
remain entirely in ports)?

-- 
Joseph S. Myers
joseph@codesourcery.com


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