Ping Re: PowerPC E500 port
Joseph S. Myers
joseph@codesourcery.com
Mon Mar 19 23:52:00 GMT 2007
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
More information about the Libc-ports
mailing list