This is a patch series to clean up various warnings, test failures, and typos.
There should be no dependencies between the individual patches. In fact, I have been holding some of them for well over a month. If you see something wrong, pipe up. Otherwise, I will commit them in a couple of days. Joel Sherrill (15): libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c: Fix printf format warnings moxiesim/bsp_specs: Add crtbegin/end to fix link issues powerpc/shared/.../openpic.c: Fix printf() format warnings. libbsp/shared/console-polled.c: Fix warnings by including <bsp/fatal.h> libcpu/powerpc/mpc6xx/mmu/bat.c: Fix printf() format warnings. libcpu/powerpc/shared/src/stack.c: Fix printf() format warnings. libchip/shmdr/dump.c: Fix printf() format warnings. testsuites/psxtests/psxfatal_support/init.c: Fix printf() format warnings. testsuites/sptests/sppagesize/init.c: Include <unistd.h> to fix warning. Change Rtems to RTEMS. mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg: Add dl05 m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05 m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05 m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05 testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05 .../make/custom/mcf5206elite-testsuite.tcfg | 1 + .../mcf52235/make/custom/mcf52235-testsuite.tcfg | 1 + .../mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + .../m68k/mrm332/make/custom/mrm332-testsuite.tcfg | 1 + c/src/lib/libbsp/moxie/moxiesim/bsp_specs | 4 +- c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/mvme5500/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/psim/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/shared/openpic/openpic.c | 6 +- c/src/lib/libbsp/shared/console-polled.c | 1 + c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c | 2 +- c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c | 30 +++---- .../new-exceptions/bspsupport/ppc_exc_print.c | 91 +++++++++++----------- c/src/lib/libcpu/powerpc/shared/src/stack.c | 2 +- c/src/libchip/shmdr/dump.c | 2 +- testsuites/psxtests/psxfatal_support/init.c | 5 +- testsuites/samples/cdtest/main.cc | 14 ++-- testsuites/sptests/spfatal_support/init.c | 2 +- testsuites/sptests/sppagesize/init.c | 1 + .../testdata/dltests-broken-on-this-bsp.tcfg | 3 + 20 files changed, 93 insertions(+), 80 deletions(-) -- 1.8.3.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel