[Bug 1607] __RTEMS_SIZEOF_VOID_P__ flawed design

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Jul 15 07:05:49 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1607

--- Comment #14 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2010-07-15 02:05:48 CDT ---
Changing the ISR assembler code to inline assembly is not a mechanical task.

With the recent changes we have to access a structure from assembly code.  The
structure layout is part of the ABI.  So our defines depend only on the ABI and
not some arbitrary CFLAGS.  We need these defines in a per ABI header file and
these files may be very well part of an installed Cpukit.

I am strongly against to force the ISR code out of the Cpukit.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list