This simplifies the RTEMS initialization and helps to avoid a memory
overhead. The workspace demands of the IO manager were not included in
the <rtems/confdefs.h> workspace size estimate. This is also fixed as a
side-effect.
Update documentation and move "Specifying Application Defined Device
Driver Table" to the section end. This sub-section is not that
important for the user. Mentioning this at the beginning may lead to
confusion.
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
spsize/size.c: Add optional managers to Makefiles. Clean up test
cases so last output line follows END OF pattern. Make sure test case
all run. All tests appeared ok on sis.
* sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Makefile.am: Reflect having moved automake.
sp01/Makefile.am: Reflect having moved automake.
sp02/Makefile.am: Reflect having moved automake.
sp03/Makefile.am: Reflect having moved automake.
sp04/Makefile.am: Reflect having moved automake.
sp05/Makefile.am: Reflect having moved automake.
sp06/Makefile.am: Reflect having moved automake.
sp07/Makefile.am: Reflect having moved automake.
sp08/Makefile.am: Reflect having moved automake.
sp09/Makefile.am: Reflect having moved automake.
sp11/Makefile.am: Reflect having moved automake.
sp12/Makefile.am: Reflect having moved automake.
sp13/Makefile.am: Reflect having moved automake.
sp14/Makefile.am: Reflect having moved automake.
sp15/Makefile.am: Reflect having moved automake.
sp16/Makefile.am: Reflect having moved automake.
sp17/Makefile.am: Reflect having moved automake.
sp19/Makefile.am: Reflect having moved automake.
sp20/Makefile.am: Reflect having moved automake.
sp21/Makefile.am: Reflect having moved automake.
sp22/Makefile.am: Reflect having moved automake.
sp23/Makefile.am: Reflect having moved automake.
sp24/Makefile.am: Reflect having moved automake.
sp25/Makefile.am: Reflect having moved automake.
sp26/Makefile.am: Reflect having moved automake.
sp27/Makefile.am: Reflect having moved automake.
sp28/Makefile.am: Reflect having moved automake.
sp29/Makefile.am: Reflect having moved automake.
sp30/Makefile.am: Reflect having moved automake.
sp31/Makefile.am: Reflect having moved automake.
sp32/Makefile.am: Reflect having moved automake.
spfatal/Makefile.am: Reflect having moved automake.
spsize/Makefile.am: Reflect having moved automake.
* sp01/Makefile.am: Use $(OBJEXT) instead of .o.
* sp02/Makefile.am: Use $(OBJEXT) instead of .o.
* sp03/Makefile.am: Use $(OBJEXT) instead of .o.
* sp04/Makefile.am: Use $(OBJEXT) instead of .o.
* sp05/Makefile.am: Use $(OBJEXT) instead of .o.
* sp06/Makefile.am: Use $(OBJEXT) instead of .o.
* sp07/Makefile.am: Use $(OBJEXT) instead of .o.
* sp08/Makefile.am: Use $(OBJEXT) instead of .o.
* sp09/Makefile.am: Use $(OBJEXT) instead of .o.
* sp11/Makefile.am: Use $(OBJEXT) instead of .o.
* sp12/Makefile.am: Use $(OBJEXT) instead of .o.
* sp13/Makefile.am: Use $(OBJEXT) instead of .o.
* sp14/Makefile.am: Use $(OBJEXT) instead of .o.
* sp15/Makefile.am: Use $(OBJEXT) instead of .o.
* sp16/Makefile.am: Use $(OBJEXT) instead of .o.
* sp17/Makefile.am: Use $(OBJEXT) instead of .o.
* sp19/Makefile.am: Use $(OBJEXT) instead of .o.
* sp20/Makefile.am: Use $(OBJEXT) instead of .o.
* sp21/Makefile.am: Use $(OBJEXT) instead of .o.
* sp22/Makefile.am: Use $(OBJEXT) instead of .o.
* sp23/Makefile.am: Use $(OBJEXT) instead of .o.
* sp24/Makefile.am: Use $(OBJEXT) instead of .o.
* sp25/Makefile.am: Use $(OBJEXT) instead of .o.
* sp26/Makefile.am: Use $(OBJEXT) instead of .o.
* sp27/Makefile.am: Use $(OBJEXT) instead of .o.
* sp28/Makefile.am: Use $(OBJEXT) instead of .o.
* sp29/Makefile.am: Use $(OBJEXT) instead of .o.
* sp30/Makefile.am: Use $(OBJEXT) instead of .o.
* sp31/Makefile.am: Use $(OBJEXT) instead of .o.
* spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
* spsize/Makefile.am: Use $(OBJEXT) instead of .o.
* Per PR47 add support for buffered test output. This involved
adding defines to redirect output to a buffer and dump it when
full, at "test pause", and at exit. To avoid problems when redefining
exit(), all tests were modified to call rtems_test_exit().
Some tests, notable psxtests, had to be modified to include
the standard test macro .h file (pmacros.h or tmacros.h) to
enable this support.
* sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
* sp20/Makefile.am: include leaf.am instead of leaf.cfg.
* sp02/Makefile.am: include leaf.am instead of leaf.cfg.
* sp19/Makefile.am: include leaf.am instead of leaf.cfg.
* sp11/Makefile.am: include leaf.am instead of leaf.cfg.
* sp25/Makefile.am: include leaf.am instead of leaf.cfg.
* sp04/Makefile.am: include leaf.am instead of leaf.cfg.
* spsize/Makefile.am: include leaf.am instead of leaf.cfg.
* sp01/Makefile.am: include leaf.am instead of leaf.cfg.
* sp16/Makefile.am: include leaf.am instead of leaf.cfg.
* sp05/Makefile.am: include leaf.am instead of leaf.cfg.
* sp09/Makefile.am: include leaf.am instead of leaf.cfg.
* spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
* sp06/Makefile.am: include leaf.am instead of leaf.cfg.
* sp23/Makefile.am: include leaf.am instead of leaf.cfg.
* sp28/Makefile.am: include leaf.am instead of leaf.cfg.
* sp03/Makefile.am: include leaf.am instead of leaf.cfg.
* sp29/Makefile.am: include leaf.am instead of leaf.cfg.
* sp13/Makefile.am: include leaf.am instead of leaf.cfg.
* sp27/Makefile.am: include leaf.am instead of leaf.cfg.
* sp14/Makefile.am: include leaf.am instead of leaf.cfg.
* sp07/Makefile.am: include leaf.am instead of leaf.cfg.
* sp15/Makefile.am: include leaf.am instead of leaf.cfg.
* sp17/Makefile.am: include leaf.am instead of leaf.cfg.
* sp22/Makefile.am: include leaf.am instead of leaf.cfg.
* sp12/Makefile.am: include leaf.am instead of leaf.cfg.
* sp26/Makefile.am: include leaf.am instead of leaf.cfg.
* sp21/Makefile.am: include leaf.am instead of leaf.cfg.
* sp24/Makefile.am: include leaf.am instead of leaf.cfg.
* sp08/Makefile.am: include leaf.am instead of leaf.cfg.