This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Updated Ada Hardware Interrupt Patch


Arnaud Charlet wrote:
I updated the patch associated with PR35576 to
the trunk revision 134514 and tested on sparc-rtems4.9.

This patch adds Ada interrupt task support for RTEMS.
It restructures the existing code so that VxWorks and
RTEMS share a common implementation.
No real changes except to keep it up to date on the trunk
in hopes that it some day will get merged.

2008-03-06 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.in: Switch RTEMS and VxWorks to s-interr-hwint.adb.
* s-interr-hwint.adb: New file with portable implementation.
* s-interr-vxworks.adb: Removed.
* s-osinte-rtems.adb, s-osinte-rtems.ads, s-osinte-vxworks.adb,
s-osinte-vxworks.ads: Add shared hardware interrupt adapter layer.

The attached patch you sent is missing changes for s-osinte-rtems.adb
and more importantly, is missing the new file s-interr-hwint.adb,
so I cannot review your patch.

I updated the PR with the patch on the same day you posted this to include the missing file. The ChangeLog was incorrect and there were no changes to s-osinte-rtems.adb. I thought you got email from the changes to the Ada PRs but since you haven't replied... ping...


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35576
Arno


--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985



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