[rtems commit] build: Sort source lists

Sebastian Huber sebh at rtems.org
Wed Feb 24 09:47:57 UTC 2021


Module:    rtems
Branch:    master
Commit:    e8284a34582703f0bc441ea8926eb1839214a477
Changeset: http://git.rtems.org/rtems/commit/?id=e8284a34582703f0bc441ea8926eb1839214a477

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 23 19:38:38 2021 +0100

build: Sort source lists

Use the Python sorted() function to sort the "source" lists.

---

 spec/build/bsps/aarch64/a53/obj.yml                |   12 +-
 spec/build/bsps/aarch64/xilinx-zynqmp/obj.yml      |   10 +-
 .../arm/altera-cyclone-v/bspalteracyclonev.yml     |    2 +-
 spec/build/bsps/arm/imx/bspimx.yml                 |    8 +-
 spec/build/bsps/arm/imxrt/bspimxrt.yml             |    2 +-
 spec/build/bsps/arm/raspberrypi/obj.yml            |    2 +-
 .../bsps/arm/realview-pbx-a9/bsprealviewpbxa9.yml  |    2 +-
 spec/build/bsps/arm/stm32h7/bspstm32h7.yml         |   40 +-
 spec/build/bsps/arm/xen/bspxen.yml                 |    4 +-
 spec/build/bsps/arm/xilinx-zynq/obj.yml            |    2 +-
 .../bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml     |    4 +-
 spec/build/bsps/bfin/obj.yml                       |    2 +-
 spec/build/bsps/m68k/objfpsp.yml                   |    6 +-
 spec/build/bsps/obj.yml                            |   10 +-
 spec/build/bsps/objdevserialzynq.yml               |    2 +-
 spec/build/bsps/objgrlib.yml                       |    8 +-
 spec/build/bsps/objirqdflt.yml                     |    2 +-
 spec/build/bsps/objnosmp.yml                       |    4 +-
 spec/build/bsps/powerpc/obj.yml                    |    2 +-
 spec/build/bsps/powerpc/objexc.yml                 |    2 +-
 spec/build/bsps/powerpc/objvme.yml                 |    4 +-
 spec/build/cpukit/cpuaarch64.yml                   |   10 +-
 spec/build/cpukit/cpuarm.yml                       |   12 +-
 spec/build/cpukit/cpubfin.yml                      |    2 +-
 spec/build/cpukit/cpui386.yml                      |    2 +-
 spec/build/cpukit/cpulm32.yml                      |    2 +-
 spec/build/cpukit/cpum68k.yml                      |    4 +-
 spec/build/cpukit/cpumips.yml                      |    2 +-
 spec/build/cpukit/cpumoxie.yml                     |    2 +-
 spec/build/cpukit/cpuriscv.yml                     |    6 +-
 spec/build/cpukit/cpuv850.yml                      |    2 +-
 spec/build/cpukit/libdebugger.yml                  |    2 +-
 spec/build/cpukit/libftpd.yml                      |    2 +-
 spec/build/cpukit/librtemscpu.yml                  |  116 +--
 spec/build/cpukit/librtemstest.yml                 |   24 +-
 spec/build/cpukit/libtelnetd.yml                   |    2 +-
 spec/build/cpukit/objdl.yml                        |   10 +-
 spec/build/cpukit/objdrvmgr.yml                    |    2 +-
 spec/build/cpukit/objnet.yml                       |   34 +-
 spec/build/cpukit/objpci.yml                       |    4 +-
 spec/build/cpukit/objpsxsgnl.yml                   |    2 +-
 spec/build/cpukit/objshell.yml                     |    6 +-
 spec/build/testsuites/benchmarks/dhrystone.yml     |    2 +-
 spec/build/testsuites/libtests/block08.yml         |    6 +-
 spec/build/testsuites/libtests/complex.yml         |    2 +-
 spec/build/testsuites/libtests/math.yml            |    2 +-
 spec/build/testsuites/libtests/mathf.yml           |    2 +-
 spec/build/testsuites/libtests/mathl.yml           |    2 +-
 spec/build/testsuites/libtests/mouse01.yml         |    2 +-
 spec/build/testsuites/libtests/rtmonuse.yml        |    2 +-
 spec/build/testsuites/libtests/termios06.yml       |    2 +-
 spec/build/testsuites/libtests/termios07.yml       |    2 +-
 spec/build/testsuites/libtests/termios08.yml       |    2 +-
 spec/build/testsuites/libtests/termios10.yml       |    2 +-
 spec/build/testsuites/libtests/termios11.yml       |    2 +-
 spec/build/testsuites/libtests/uid01.yml           |    4 +-
 spec/build/testsuites/mptests/mp03node1.yml        |    2 +-
 spec/build/testsuites/mptests/mp03node2.yml        |    2 +-
 spec/build/testsuites/mptests/mp05node1.yml        |    2 +-
 spec/build/testsuites/mptests/mp05node2.yml        |    2 +-
 spec/build/testsuites/mptests/mp09node1.yml        |    2 +-
 spec/build/testsuites/mptests/mp09node2.yml        |    2 +-
 spec/build/testsuites/mptests/mp14node1.yml        |    6 +-
 spec/build/testsuites/mptests/mp14node2.yml        |    6 +-
 spec/build/testsuites/psxtests/libpsxhdrs.yml      | 1008 ++++++++++----------
 spec/build/testsuites/psxtests/psxmmap01.yml       |    2 +-
 spec/build/testsuites/samples/basempnode1.yml      |    2 +-
 spec/build/testsuites/samples/basempnode2.yml      |    2 +-
 spec/build/testsuites/samples/basesp.yml           |    2 +-
 spec/build/testsuites/samples/nsecs.yml            |    2 +-
 spec/build/testsuites/smptests/smpscheduler05.yml  |    2 +-
 spec/build/testsuites/smptests/smpscheduler06.yml  |    2 +-
 spec/build/testsuites/smptests/smpscheduler07.yml  |    2 +-
 spec/build/testsuites/sptests/sp02.yml             |    2 +-
 spec/build/testsuites/sptests/sp12.yml             |    4 +-
 spec/build/testsuites/sptests/sp13.yml             |    2 +-
 spec/build/testsuites/sptests/sp14.yml             |    2 +-
 spec/build/testsuites/sptests/sp17.yml             |    2 +-
 spec/build/testsuites/sptests/sp19.yml             |    2 +-
 spec/build/testsuites/sptests/sp20.yml             |    2 +-
 spec/build/testsuites/sptests/sp22.yml             |    2 +-
 spec/build/testsuites/sptests/spcbssched03.yml     |    2 +-
 spec/build/testsuites/sptests/spclockerr01.yml     |    2 +-
 spec/build/testsuites/sptests/spcpuset01.yml       |    2 +-
 spec/build/testsuites/sptests/spedfsched02.yml     |    2 +-
 spec/build/testsuites/sptests/spedfsched03.yml     |    2 +-
 spec/build/testsuites/sptests/splinkersets01.yml   |    2 +-
 spec/build/testsuites/sptests/spsize.yml           |    2 +-
 spec/build/testsuites/sptests/spwatchdog.yml       |    4 +-
 spec/build/testsuites/tmtests/tm01.yml             |    2 +-
 spec/build/testsuites/tmtests/tm02.yml             |    2 +-
 spec/build/testsuites/tmtests/tm03.yml             |    2 +-
 spec/build/testsuites/tmtests/tm04.yml             |    2 +-
 spec/build/testsuites/tmtests/tm05.yml             |    2 +-
 spec/build/testsuites/tmtests/tm06.yml             |    2 +-
 spec/build/testsuites/tmtests/tm07.yml             |    2 +-
 spec/build/testsuites/tmtests/tm08.yml             |    2 +-
 spec/build/testsuites/tmtests/tm09.yml             |    2 +-
 spec/build/testsuites/tmtests/tm10.yml             |    2 +-
 spec/build/testsuites/tmtests/tm11.yml             |    2 +-
 spec/build/testsuites/tmtests/tm12.yml             |    2 +-
 spec/build/testsuites/tmtests/tm13.yml             |    2 +-
 spec/build/testsuites/tmtests/tm14.yml             |    2 +-
 spec/build/testsuites/tmtests/tm15.yml             |    2 +-
 spec/build/testsuites/tmtests/tm16.yml             |    2 +-
 spec/build/testsuites/tmtests/tm17.yml             |    2 +-
 spec/build/testsuites/tmtests/tm18.yml             |    2 +-
 spec/build/testsuites/tmtests/tm19.yml             |    2 +-
 spec/build/testsuites/tmtests/tm20.yml             |    2 +-
 spec/build/testsuites/tmtests/tm21.yml             |    2 +-
 spec/build/testsuites/tmtests/tm22.yml             |    2 +-
 spec/build/testsuites/tmtests/tm23.yml             |    2 +-
 spec/build/testsuites/tmtests/tm24.yml             |    2 +-
 spec/build/testsuites/tmtests/tm25.yml             |    2 +-
 spec/build/testsuites/tmtests/tm26.yml             |    2 +-
 spec/build/testsuites/tmtests/tm27.yml             |    2 +-
 spec/build/testsuites/tmtests/tm28.yml             |    2 +-
 spec/build/testsuites/tmtests/tm29.yml             |    2 +-
 spec/build/testsuites/tmtests/tm30.yml             |    2 +-
 spec/build/testsuites/tmtests/tm31.yml             |    2 +-
 spec/build/testsuites/tmtests/tm32.yml             |    2 +-
 spec/build/testsuites/tmtests/tm33.yml             |    2 +-
 spec/build/testsuites/tmtests/tm34.yml             |    2 +-
 spec/build/testsuites/tmtests/tm35.yml             |    2 +-
 spec/build/testsuites/tmtests/tm36.yml             |    2 +-
 spec/build/testsuites/tmtests/tmck.yml             |    2 +-
 126 files changed, 785 insertions(+), 785 deletions(-)

diff --git a/spec/build/bsps/aarch64/a53/obj.yml b/spec/build/bsps/aarch64/a53/obj.yml
index 2351917..7ea66b4 100644
--- a/spec/build/bsps/aarch64/a53/obj.yml
+++ b/spec/build/bsps/aarch64/a53/obj.yml
@@ -17,20 +17,20 @@ install:
   - bsps/aarch64/a53/include/bsp/irq.h
 links: []
 source:
-- bsps/aarch64/shared/cache/cache.c
 - bsps/aarch64/a53/console/console.c
 - bsps/aarch64/a53/start/bspstart.c
 - bsps/aarch64/a53/start/bspstarthooks.c
+- bsps/aarch64/shared/cache/cache.c
+- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c
+- bsps/shared/dev/btimer/btimer-cpucounter.c
+- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv3.c
 - bsps/shared/dev/serial/console-termios-init.c
 - bsps/shared/dev/serial/console-termios.c
+- bsps/shared/irq/irq-default-handler.c
 - bsps/shared/start/bspfatal-default.c
 - bsps/shared/start/bspgetworkarea-default.c
 - bsps/shared/start/bspreset-arm-psci.c
 - bsps/shared/start/sbrk.c
-- bsps/shared/dev/irq/arm-gicv3.c
-- bsps/shared/irq/irq-default-handler.c
-- bsps/shared/dev/btimer/btimer-cpucounter.c
-- bsps/shared/dev/clock/arm-generic-timer.c
-- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c
 type: build
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/obj.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/obj.yml
index c1a859a..d471fb6 100644
--- a/spec/build/bsps/aarch64/xilinx-zynqmp/obj.yml
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/obj.yml
@@ -18,19 +18,19 @@ install:
 links: []
 source:
 - bsps/aarch64/shared/cache/cache.c
+- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c
 - bsps/aarch64/xilinx-zynqmp/console/console.c
 - bsps/aarch64/xilinx-zynqmp/start/bspstart.c
 - bsps/aarch64/xilinx-zynqmp/start/bspstarthooks.c
+- bsps/shared/dev/btimer/btimer-cpucounter.c
+- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios-init.c
 - bsps/shared/dev/serial/console-termios.c
+- bsps/shared/irq/irq-default-handler.c
 - bsps/shared/start/bspfatal-default.c
 - bsps/shared/start/bspgetworkarea-default.c
 - bsps/shared/start/bspreset-arm-psci.c
 - bsps/shared/start/sbrk.c
-- bsps/shared/dev/irq/arm-gicv2.c
-- bsps/shared/irq/irq-default-handler.c
-- bsps/shared/dev/btimer/btimer-cpucounter.c
-- bsps/shared/dev/clock/arm-generic-timer.c
-- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c
 type: build
diff --git a/spec/build/bsps/arm/altera-cyclone-v/bspalteracyclonev.yml b/spec/build/bsps/arm/altera-cyclone-v/bspalteracyclonev.yml
index b4b43ab1..519566c 100644
--- a/spec/build/bsps/arm/altera-cyclone-v/bspalteracyclonev.yml
+++ b/spec/build/bsps/arm/altera-cyclone-v/bspalteracyclonev.yml
@@ -128,10 +128,10 @@ source:
 - bsps/arm/shared/clock/clock-a9mpcore.c
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
-- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/shared/dev/btimer/btimer-stub.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/rtc/rtc-support.c
 - bsps/shared/dev/serial/console-termios-init.c
 - bsps/shared/dev/serial/console-termios.c
diff --git a/spec/build/bsps/arm/imx/bspimx.yml b/spec/build/bsps/arm/imx/bspimx.yml
index 386a769..6f89bf5 100644
--- a/spec/build/bsps/arm/imx/bspimx.yml
+++ b/spec/build/bsps/arm/imx/bspimx.yml
@@ -82,24 +82,24 @@ links:
   uid: ../../bspopts
 source:
 - bsps/arm/imx/console/console-config.c
-- bsps/arm/shared/pins/imx-gpio.c
 - bsps/arm/imx/i2c/imx-i2c.c
 - bsps/arm/imx/spi/imx-ecspi.c
 - bsps/arm/imx/start/bspreset.c
 - bsps/arm/imx/start/bspstart.c
 - bsps/arm/imx/start/bspstarthooks.c
 - bsps/arm/imx/start/ccm.c
-- bsps/arm/shared/pins/imx_iomux.c
 - bsps/arm/shared/cache/cache-cp15.c
 - bsps/arm/shared/cache/cache-v7ar-disable-data.S
-- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/arm/shared/clock/arm-generic-timer-aarch32.c
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
-- bsps/shared/dev/irq/arm-gicv2.c
+- bsps/arm/shared/pins/imx-gpio.c
+- bsps/arm/shared/pins/imx_iomux.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios.c
 - bsps/shared/irq/irq-default-handler.c
 - bsps/shared/start/bsp-fdt.c
diff --git a/spec/build/bsps/arm/imxrt/bspimxrt.yml b/spec/build/bsps/arm/imxrt/bspimxrt.yml
index 916c959..74612de 100644
--- a/spec/build/bsps/arm/imxrt/bspimxrt.yml
+++ b/spec/build/bsps/arm/imxrt/bspimxrt.yml
@@ -190,8 +190,8 @@ source:
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexio_spi_edma.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexio_uart.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexio_uart_edma.c
-- bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexram_allocate.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexram.c
+- bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexram_allocate.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_flexspi.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_gpc.c
 - bsps/arm/imxrt/nxp/devices/MIMXRT1052/drivers/fsl_gpio.c
diff --git a/spec/build/bsps/arm/raspberrypi/obj.yml b/spec/build/bsps/arm/raspberrypi/obj.yml
index a120d80..1f8b2e3 100644
--- a/spec/build/bsps/arm/raspberrypi/obj.yml
+++ b/spec/build/bsps/arm/raspberrypi/obj.yml
@@ -53,8 +53,8 @@ source:
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
 - bsps/shared/dev/gpio/gpio-support.c
 - bsps/shared/dev/serial/console-termios.c
-- bsps/shared/start/bspfatal-default.c
 - bsps/shared/start/bsp-fdt.c
+- bsps/shared/start/bspfatal-default.c
 - bsps/shared/start/sbrk.c
 - bsps/shared/start/stackalloc.c
 type: build
diff --git a/spec/build/bsps/arm/realview-pbx-a9/bsprealviewpbxa9.yml b/spec/build/bsps/arm/realview-pbx-a9/bsprealviewpbxa9.yml
index 2eb06e5..d8445c6 100644
--- a/spec/build/bsps/arm/realview-pbx-a9/bsprealviewpbxa9.yml
+++ b/spec/build/bsps/arm/realview-pbx-a9/bsprealviewpbxa9.yml
@@ -67,11 +67,11 @@ source:
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
 - bsps/arm/shared/fb/arm-pl111.c
-- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/arm/shared/serial/arm-pl050.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/shared/dev/btimer/btimer-stub.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios-init.c
 - bsps/shared/dev/serial/console-termios.c
 - bsps/shared/dev/serial/getserialmouseps2.c
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
index 1e54838..54ec84a 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
@@ -1,7 +1,10 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 arch: arm
 bsp: stm32h7
 build-type: bsp
 cflags: []
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 cppflags: []
 enabled-by: true
 family: stm32h7
@@ -264,33 +267,33 @@ source:
 - bsps/arm/shared/cpucounter/cpucounter-armv7m.c
 - bsps/arm/shared/irq/irq-armv7m.c
 - bsps/arm/shared/irq/irq-dispatch-armv7m.c
-- bsps/arm/shared/start/bspreset-armv7m.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
-- bsps/arm/stm32h7/console/console.c
-- bsps/arm/stm32h7/console/console-uart4.c
+- bsps/arm/shared/start/bspreset-armv7m.c
 - bsps/arm/stm32h7/console/console-uart4-cfg.c
-- bsps/arm/stm32h7/console/console-uart5.c
+- bsps/arm/stm32h7/console/console-uart4.c
 - bsps/arm/stm32h7/console/console-uart5-cfg.c
-- bsps/arm/stm32h7/console/console-uart7.c
+- bsps/arm/stm32h7/console/console-uart5.c
 - bsps/arm/stm32h7/console/console-uart7-cfg.c
-- bsps/arm/stm32h7/console/console-uart8.c
+- bsps/arm/stm32h7/console/console-uart7.c
 - bsps/arm/stm32h7/console/console-uart8-cfg.c
-- bsps/arm/stm32h7/console/console-uart9.c
+- bsps/arm/stm32h7/console/console-uart8.c
 - bsps/arm/stm32h7/console/console-uart9-cfg.c
-- bsps/arm/stm32h7/console/console-usart10.c
-- bsps/arm/stm32h7/console/console-usart10-cfg.c
-- bsps/arm/stm32h7/console/console-usart1.c
+- bsps/arm/stm32h7/console/console-uart9.c
 - bsps/arm/stm32h7/console/console-usart1-cfg.c
-- bsps/arm/stm32h7/console/console-usart2.c
+- bsps/arm/stm32h7/console/console-usart1.c
+- bsps/arm/stm32h7/console/console-usart10-cfg.c
+- bsps/arm/stm32h7/console/console-usart10.c
 - bsps/arm/stm32h7/console/console-usart2-cfg.c
-- bsps/arm/stm32h7/console/console-usart3.c
+- bsps/arm/stm32h7/console/console-usart2.c
 - bsps/arm/stm32h7/console/console-usart3-cfg.c
-- bsps/arm/stm32h7/console/console-usart6.c
+- bsps/arm/stm32h7/console/console-usart3.c
 - bsps/arm/stm32h7/console/console-usart6-cfg.c
+- bsps/arm/stm32h7/console/console-usart6.c
+- bsps/arm/stm32h7/console/console.c
 - bsps/arm/stm32h7/console/printk-support.c
+- bsps/arm/stm32h7/hal/stm32h7xx_hal.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_adc.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_adc_ex.c
-- bsps/arm/stm32h7/hal/stm32h7xx_hal.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_comp.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_cortex.c
@@ -303,8 +306,8 @@ source:
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dcmi.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dfsdm.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dfsdm_ex.c
-- bsps/arm/stm32h7/hal/stm32h7xx_hal_dma2d.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dma.c
+- bsps/arm/stm32h7/hal/stm32h7xx_hal_dma2d.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dma_ex.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dsi.c
 - bsps/arm/stm32h7/hal/stm32h7xx_hal_dts.c
@@ -381,8 +384,8 @@ source:
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_crs.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_dac.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c
-- bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_dma.c
+- bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_exti.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_fmc.c
 - bsps/arm/stm32h7/hal/stm32h7xx_ll_gpio.c
@@ -413,9 +416,9 @@ source:
 - bsps/arm/stm32h7/start/stm32h7-config-osc.c
 - bsps/arm/stm32h7/start/stm32h7-config-per.c
 - bsps/arm/stm32h7/start/stm32h7-config-pwr.c
-- bsps/arm/stm32h7/start/stm32h7-hal.c
 - bsps/arm/stm32h7/start/stm32h7-hal-eth.c
 - bsps/arm/stm32h7/start/stm32h7-hal-uart.c
+- bsps/arm/stm32h7/start/stm32h7-hal.c
 - bsps/arm/stm32h7/start/system_stm32h7xx.c
 - bsps/shared/dev/btimer/btimer-stub.c
 - bsps/shared/dev/rtc/rtc-support.c
@@ -426,6 +429,3 @@ source:
 - bsps/shared/start/sbrk.c
 - bsps/shared/start/stackalloc.c
 type: build
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
diff --git a/spec/build/bsps/arm/xen/bspxen.yml b/spec/build/bsps/arm/xen/bspxen.yml
index c8de39a..9ca9bdf 100644
--- a/spec/build/bsps/arm/xen/bspxen.yml
+++ b/spec/build/bsps/arm/xen/bspxen.yml
@@ -59,18 +59,18 @@ links:
   uid: ../../bspopts
 source:
 - bsps/arm/shared/cache/cache-cp15.c
-- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/arm/shared/clock/arm-generic-timer-aarch32.c
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
-- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/arm/xen/console/console.c
 - bsps/arm/xen/start/bspstart.c
 - bsps/arm/xen/start/bspstarthooks.c
 - bsps/arm/xen/start/bspstartmmu.c
 - bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios-init.c
 - bsps/shared/dev/serial/console-termios.c
 - bsps/shared/irq/irq-default-handler.c
diff --git a/spec/build/bsps/arm/xilinx-zynq/obj.yml b/spec/build/bsps/arm/xilinx-zynq/obj.yml
index 6602b20..a65ab9f 100644
--- a/spec/build/bsps/arm/xilinx-zynq/obj.yml
+++ b/spec/build/bsps/arm/xilinx-zynq/obj.yml
@@ -24,7 +24,6 @@ source:
 - bsps/arm/shared/clock/clock-a9mpcore.c
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
-- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/arm/xilinx-zynq/console/console-config.c
 - bsps/arm/xilinx-zynq/console/console-init.c
@@ -36,6 +35,7 @@ source:
 - bsps/arm/xilinx-zynq/start/bspstartmmu.c
 - bsps/shared/dev/btimer/btimer-stub.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios.c
 - bsps/shared/irq/irq-default-handler.c
 - bsps/shared/start/bspfatal-default.c
diff --git a/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml b/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
index 51d3268..191d51e 100644
--- a/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
+++ b/spec/build/bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml
@@ -77,11 +77,9 @@ links:
   uid: ../../bspopts
 source:
 - bsps/arm/shared/cache/cache-cp15.c
-- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/arm/shared/clock/arm-generic-timer-aarch32.c
 - bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
 - bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
-- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/arm/shared/start/bsp-start-memcpy.S
 - bsps/arm/xilinx-zynqmp/console/console-config.c
 - bsps/arm/xilinx-zynqmp/start/bspreset.c
@@ -89,7 +87,9 @@ source:
 - bsps/arm/xilinx-zynqmp/start/bspstarthooks.c
 - bsps/arm/xilinx-zynqmp/start/bspstartmmu.c
 - bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/clock/arm-generic-timer.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/dev/irq/arm-gicv2.c
 - bsps/shared/dev/serial/console-termios.c
 - bsps/shared/irq/irq-default-handler.c
 - bsps/shared/start/bspfatal-default.c
diff --git a/spec/build/bsps/bfin/obj.yml b/spec/build/bsps/bfin/obj.yml
index b5f6664..343336b 100644
--- a/spec/build/bsps/bfin/obj.yml
+++ b/spec/build/bsps/bfin/obj.yml
@@ -10,7 +10,6 @@ includes: []
 install: []
 links: []
 source:
-- bsps/bfin/shared/mmu.c
 - bsps/bfin/shared/dev/clock.c
 - bsps/bfin/shared/dev/rtc.c
 - bsps/bfin/shared/dev/spi.c
@@ -18,4 +17,5 @@ source:
 - bsps/bfin/shared/dev/timer.c
 - bsps/bfin/shared/dev/twi.c
 - bsps/bfin/shared/dev/uart.c
+- bsps/bfin/shared/mmu.c
 type: build
diff --git a/spec/build/bsps/m68k/objfpsp.yml b/spec/build/bsps/m68k/objfpsp.yml
index cf8ebfb..a8c14de 100644
--- a/spec/build/bsps/m68k/objfpsp.yml
+++ b/spec/build/bsps/m68k/objfpsp.yml
@@ -26,8 +26,8 @@ source:
 - bsps/m68k/shared/fpsp/rtems_skel.S
 - bsps/m68k/shared/fpsp/sacos.S
 - bsps/m68k/shared/fpsp/sasin.S
-- bsps/m68k/shared/fpsp/satanh.S
 - bsps/m68k/shared/fpsp/satan.S
+- bsps/m68k/shared/fpsp/satanh.S
 - bsps/m68k/shared/fpsp/scale.S
 - bsps/m68k/shared/fpsp/scosh.S
 - bsps/m68k/shared/fpsp/setox.S
@@ -37,10 +37,10 @@ source:
 - bsps/m68k/shared/fpsp/slogn.S
 - bsps/m68k/shared/fpsp/smovecr.S
 - bsps/m68k/shared/fpsp/srem_mod.S
-- bsps/m68k/shared/fpsp/ssinh.S
 - bsps/m68k/shared/fpsp/ssin.S
-- bsps/m68k/shared/fpsp/stanh.S
+- bsps/m68k/shared/fpsp/ssinh.S
 - bsps/m68k/shared/fpsp/stan.S
+- bsps/m68k/shared/fpsp/stanh.S
 - bsps/m68k/shared/fpsp/sto_res.S
 - bsps/m68k/shared/fpsp/stwotox.S
 - bsps/m68k/shared/fpsp/tbldo.S
diff --git a/spec/build/bsps/obj.yml b/spec/build/bsps/obj.yml
index b598d54..6d2bef8 100644
--- a/spec/build/bsps/obj.yml
+++ b/spec/build/bsps/obj.yml
@@ -84,21 +84,21 @@ source:
 - bsps/shared/dev/ide/ide_controller.c
 - bsps/shared/dev/rtc/ds1375.c
 - bsps/shared/dev/rtc/icm7170.c
+- bsps/shared/dev/rtc/icm7170_reg.c
 - bsps/shared/dev/rtc/icm7170_reg2.c
 - bsps/shared/dev/rtc/icm7170_reg4.c
 - bsps/shared/dev/rtc/icm7170_reg8.c
-- bsps/shared/dev/rtc/icm7170_reg.c
 - bsps/shared/dev/rtc/m48t08.c
+- bsps/shared/dev/rtc/m48t08_reg.c
 - bsps/shared/dev/rtc/m48t08_reg2.c
 - bsps/shared/dev/rtc/m48t08_reg4.c
 - bsps/shared/dev/rtc/m48t08_reg8.c
-- bsps/shared/dev/rtc/m48t08_reg.c
 - bsps/shared/dev/rtc/rtcprobe.c
 - bsps/shared/dev/serial/arm-pl011.c
-- bsps/shared/dev/serial/ns16550.c
 - bsps/shared/dev/serial/ns16550-context.c
+- bsps/shared/dev/serial/ns16550.c
 - bsps/shared/dev/serial/serprobe.c
-- bsps/shared/start/bootcard.c
-- bsps/shared/rtems-version.c
 - bsps/shared/ofw/ofw.c
+- bsps/shared/rtems-version.c
+- bsps/shared/start/bootcard.c
 type: build
diff --git a/spec/build/bsps/objdevserialzynq.yml b/spec/build/bsps/objdevserialzynq.yml
index e890ebc..deb3c83 100644
--- a/spec/build/bsps/objdevserialzynq.yml
+++ b/spec/build/bsps/objdevserialzynq.yml
@@ -14,6 +14,6 @@ install:
   - bsps/include/dev/serial/zynq-uart.h
 links: []
 source:
-- bsps/shared/dev/serial/zynq-uart.c
 - bsps/shared/dev/serial/zynq-uart-polled.c
+- bsps/shared/dev/serial/zynq-uart.c
 type: build
diff --git a/spec/build/bsps/objgrlib.yml b/spec/build/bsps/objgrlib.yml
index 67a252f..650355b 100644
--- a/spec/build/bsps/objgrlib.yml
+++ b/spec/build/bsps/objgrlib.yml
@@ -84,8 +84,8 @@ source:
 - bsps/shared/grlib/1553/gr1553bm.c
 - bsps/shared/grlib/1553/gr1553rt.c
 - bsps/shared/grlib/amba/ahbstat.c
-- bsps/shared/grlib/amba/ambapp_alloc.c
 - bsps/shared/grlib/amba/ambapp.c
+- bsps/shared/grlib/amba/ambapp_alloc.c
 - bsps/shared/grlib/amba/ambapp_count.c
 - bsps/shared/grlib/amba/ambapp_depth.c
 - bsps/shared/grlib/amba/ambapp_find_by_idx.c
@@ -114,14 +114,14 @@ source:
 - bsps/shared/grlib/l2c/l2c.c
 - bsps/shared/grlib/mem/mctrl.c
 - bsps/shared/grlib/pci/gr_701.c
-- bsps/shared/grlib/pci/grpci2.c
-- bsps/shared/grlib/pci/grpci2dma.c
-- bsps/shared/grlib/pci/grpci.c
 - bsps/shared/grlib/pci/gr_rasta_adcdac.c
 - bsps/shared/grlib/pci/gr_rasta_io.c
 - bsps/shared/grlib/pci/gr_rasta_spw_router.c
 - bsps/shared/grlib/pci/gr_rasta_tmtc.c
 - bsps/shared/grlib/pci/gr_tmtc_1553.c
+- bsps/shared/grlib/pci/grpci.c
+- bsps/shared/grlib/pci/grpci2.c
+- bsps/shared/grlib/pci/grpci2dma.c
 - bsps/shared/grlib/pci/pcif.c
 - bsps/shared/grlib/pwm/grpwm.c
 - bsps/shared/grlib/scrub/memscrub.c
diff --git a/spec/build/bsps/objirqdflt.yml b/spec/build/bsps/objirqdflt.yml
index 56c818d..9d12784 100644
--- a/spec/build/bsps/objirqdflt.yml
+++ b/spec/build/bsps/objirqdflt.yml
@@ -12,6 +12,6 @@ links:
 - role: build-dependency
   uid: objirq
 source:
-- bsps/shared/irq/irq-default.c
 - bsps/shared/irq/irq-default-handler.c
+- bsps/shared/irq/irq-default.c
 type: build
diff --git a/spec/build/bsps/objnosmp.yml b/spec/build/bsps/objnosmp.yml
index 772e6f1..2f63e3b 100644
--- a/spec/build/bsps/objnosmp.yml
+++ b/spec/build/bsps/objnosmp.yml
@@ -20,12 +20,12 @@ source:
 - bsps/shared/dev/flash/am29lv160.c
 - bsps/shared/dev/rtc/mc146818a.c
 - bsps/shared/dev/rtc/mc146818a_ioreg.c
-- bsps/shared/dev/serial/mc68681_baud.c
 - bsps/shared/dev/serial/mc68681.c
+- bsps/shared/dev/serial/mc68681_baud.c
+- bsps/shared/dev/serial/mc68681_reg.c
 - bsps/shared/dev/serial/mc68681_reg2.c
 - bsps/shared/dev/serial/mc68681_reg4.c
 - bsps/shared/dev/serial/mc68681_reg8.c
-- bsps/shared/dev/serial/mc68681_reg.c
 - bsps/shared/dev/serial/z85c30.c
 - bsps/shared/dev/serial/z85c30_reg.c
 type: build
diff --git a/spec/build/bsps/powerpc/obj.yml b/spec/build/bsps/powerpc/obj.yml
index d355509..f0e9d25 100644
--- a/spec/build/bsps/powerpc/obj.yml
+++ b/spec/build/bsps/powerpc/obj.yml
@@ -10,8 +10,8 @@ includes: []
 install: []
 links: []
 source:
-- bsps/powerpc/shared/cpu_asm.S
 - bsps/powerpc/shared/cpu.c
 - bsps/powerpc/shared/cpuIdent.c
+- bsps/powerpc/shared/cpu_asm.S
 - bsps/powerpc/shared/ppc-print-stack.c
 type: build
diff --git a/spec/build/bsps/powerpc/objexc.yml b/spec/build/bsps/powerpc/objexc.yml
index 8a8b714..926d685 100644
--- a/spec/build/bsps/powerpc/objexc.yml
+++ b/spec/build/bsps/powerpc/objexc.yml
@@ -11,6 +11,7 @@ install: []
 links: []
 source:
 - bsps/powerpc/shared/exceptions/ppc-code-copy.c
+- bsps/powerpc/shared/exceptions/ppc_exc.S
 - bsps/powerpc/shared/exceptions/ppc_exc_address.c
 - bsps/powerpc/shared/exceptions/ppc_exc_alignment.c
 - bsps/powerpc/shared/exceptions/ppc_exc_async_normal.S
@@ -22,5 +23,4 @@ source:
 - bsps/powerpc/shared/exceptions/ppc_exc_naked.S
 - bsps/powerpc/shared/exceptions/ppc_exc_print.c
 - bsps/powerpc/shared/exceptions/ppc_exc_prologue.c
-- bsps/powerpc/shared/exceptions/ppc_exc.S
 type: build
diff --git a/spec/build/bsps/powerpc/objvme.yml b/spec/build/bsps/powerpc/objvme.yml
index 5247228..9fb1afe 100644
--- a/spec/build/bsps/powerpc/objvme.yml
+++ b/spec/build/bsps/powerpc/objvme.yml
@@ -11,8 +11,8 @@ install: []
 links: []
 source:
 - bsps/powerpc/shared/vme/bspVmeDmaList.c
-- bsps/powerpc/shared/vme/vmeconfig.c
 - bsps/powerpc/shared/vme/vmeTsi148.c
-- bsps/powerpc/shared/vme/vme_universe.c
 - bsps/powerpc/shared/vme/vmeUniverse.c
+- bsps/powerpc/shared/vme/vme_universe.c
+- bsps/powerpc/shared/vme/vmeconfig.c
 type: build
diff --git a/spec/build/cpukit/cpuaarch64.yml b/spec/build/cpukit/cpuaarch64.yml
index 54b5366..8056275 100644
--- a/spec/build/cpukit/cpuaarch64.yml
+++ b/spec/build/cpukit/cpuaarch64.yml
@@ -24,13 +24,13 @@ install:
   - cpukit/score/cpu/aarch64/include/rtems/score/cpu_irq.h
 links: []
 source:
-- cpukit/score/cpu/aarch64/cpu.c
-- cpukit/score/cpu/aarch64/cpu_asm.S
 - cpukit/score/cpu/aarch64/aarch64-context-validate.S
 - cpukit/score/cpu/aarch64/aarch64-context-volatile-clobber.S
-- cpukit/score/cpu/aarch64/aarch64-thread-idle.c
-- cpukit/score/cpu/aarch64/aarch64-exception-default.c
 - cpukit/score/cpu/aarch64/aarch64-exception-default.S
-- cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
+- cpukit/score/cpu/aarch64/aarch64-exception-default.c
 - cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c
+- cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
+- cpukit/score/cpu/aarch64/aarch64-thread-idle.c
+- cpukit/score/cpu/aarch64/cpu.c
+- cpukit/score/cpu/aarch64/cpu_asm.S
 type: build
diff --git a/spec/build/cpukit/cpuarm.yml b/spec/build/cpukit/cpuarm.yml
index 0861fb1..89e4846 100644
--- a/spec/build/cpukit/cpuarm.yml
+++ b/spec/build/cpukit/cpuarm.yml
@@ -30,17 +30,19 @@ install:
   - cpukit/score/cpu/arm/include/rtems/score/paravirt.h
 links: []
 source:
-- cpukit/score/cpu/arm/aarch32-psma-init.c
-- cpukit/score/cpu/arm/aarch32-psma-init-default.c
 - cpukit/score/cpu/arm/__aeabi_read_tp.c
+- cpukit/score/cpu/arm/__tls_get_addr.c
+- cpukit/score/cpu/arm/aarch32-psma-init-default.c
+- cpukit/score/cpu/arm/aarch32-psma-init.c
 - cpukit/score/cpu/arm/arm-context-validate.S
 - cpukit/score/cpu/arm/arm-context-volatile-clobber.S
-- cpukit/score/cpu/arm/arm_exc_abort.S
 - cpukit/score/cpu/arm/arm-exception-default.c
 - cpukit/score/cpu/arm/arm-exception-frame-print.c
+- cpukit/score/cpu/arm/arm_exc_abort.S
 - cpukit/score/cpu/arm/arm_exc_interrupt.S
 - cpukit/score/cpu/arm/armv4-exception-default.S
 - cpukit/score/cpu/arm/armv4-sync-synchronize.c
+- cpukit/score/cpu/arm/armv7-thread-idle.c
 - cpukit/score/cpu/arm/armv7m-context-initialize.c
 - cpukit/score/cpu/arm/armv7m-context-restore.c
 - cpukit/score/cpu/arm/armv7m-context-switch.c
@@ -57,8 +59,6 @@ source:
 - cpukit/score/cpu/arm/armv7m-isr-level-set.c
 - cpukit/score/cpu/arm/armv7m-isr-vector-install.c
 - cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c
-- cpukit/score/cpu/arm/armv7-thread-idle.c
-- cpukit/score/cpu/arm/cpu_asm.S
 - cpukit/score/cpu/arm/cpu.c
-- cpukit/score/cpu/arm/__tls_get_addr.c
+- cpukit/score/cpu/arm/cpu_asm.S
 type: build
diff --git a/spec/build/cpukit/cpubfin.yml b/spec/build/cpukit/cpubfin.yml
index 69698ba..288f100 100644
--- a/spec/build/cpukit/cpubfin.yml
+++ b/spec/build/cpukit/cpubfin.yml
@@ -30,8 +30,8 @@ install:
 links: []
 source:
 - cpukit/score/cpu/bfin/bfin-exception-frame-print.c
-- cpukit/score/cpu/bfin/cpu_asm.S
 - cpukit/score/cpu/bfin/cpu.c
+- cpukit/score/cpu/bfin/cpu_asm.S
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
 type: build
diff --git a/spec/build/cpukit/cpui386.yml b/spec/build/cpukit/cpui386.yml
index d24f262..a53c80d 100644
--- a/spec/build/cpukit/cpui386.yml
+++ b/spec/build/cpukit/cpui386.yml
@@ -27,8 +27,8 @@ install:
   - cpukit/score/cpu/i386/include/rtems/score/registers.h
 links: []
 source:
-- cpukit/score/cpu/i386/cpu_asm.S
 - cpukit/score/cpu/i386/cpu.c
+- cpukit/score/cpu/i386/cpu_asm.S
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
 - cpukit/score/cpu/no_cpu/cpuidle.c
diff --git a/spec/build/cpukit/cpulm32.yml b/spec/build/cpukit/cpulm32.yml
index b9d1c0f..4ee9ace 100644
--- a/spec/build/cpukit/cpulm32.yml
+++ b/spec/build/cpukit/cpulm32.yml
@@ -24,8 +24,8 @@ install:
   - cpukit/score/cpu/lm32/include/rtems/score/lm32.h
 links: []
 source:
-- cpukit/score/cpu/lm32/cpu_asm.S
 - cpukit/score/cpu/lm32/cpu.c
+- cpukit/score/cpu/lm32/cpu_asm.S
 - cpukit/score/cpu/lm32/irq.c
 - cpukit/score/cpu/lm32/lm32-exception-frame-print.c
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
diff --git a/spec/build/cpukit/cpum68k.yml b/spec/build/cpukit/cpum68k.yml
index b6eb630..2cf5b76 100644
--- a/spec/build/cpukit/cpum68k.yml
+++ b/spec/build/cpukit/cpum68k.yml
@@ -29,10 +29,10 @@ install:
   - cpukit/score/cpu/m68k/include/rtems/score/m68k.h
 links: []
 source:
-- cpukit/score/cpu/m68k/cpu_asm.S
+- cpukit/score/cpu/m68k/__m68k_read_tp.c
 - cpukit/score/cpu/m68k/cpu.c
+- cpukit/score/cpu/m68k/cpu_asm.S
 - cpukit/score/cpu/m68k/m68k-exception-frame-print.c
-- cpukit/score/cpu/m68k/__m68k_read_tp.c
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
 type: build
diff --git a/spec/build/cpukit/cpumips.yml b/spec/build/cpukit/cpumips.yml
index c9d5509..4298330 100644
--- a/spec/build/cpukit/cpumips.yml
+++ b/spec/build/cpukit/cpumips.yml
@@ -27,8 +27,8 @@ install:
   - cpukit/score/cpu/mips/include/rtems/score/mips.h
 links: []
 source:
-- cpukit/score/cpu/mips/cpu_asm.S
 - cpukit/score/cpu/mips/cpu.c
+- cpukit/score/cpu/mips/cpu_asm.S
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
 type: build
diff --git a/spec/build/cpukit/cpumoxie.yml b/spec/build/cpukit/cpumoxie.yml
index 42a4515..056199f 100644
--- a/spec/build/cpukit/cpumoxie.yml
+++ b/spec/build/cpukit/cpumoxie.yml
@@ -23,8 +23,8 @@ install:
   - cpukit/score/cpu/moxie/include/rtems/score/moxie.h
 links: []
 source:
-- cpukit/score/cpu/moxie/cpu_asm.S
 - cpukit/score/cpu/moxie/cpu.c
+- cpukit/score/cpu/moxie/cpu_asm.S
 - cpukit/score/cpu/moxie/moxie-exception-frame-print.c
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
diff --git a/spec/build/cpukit/cpuriscv.yml b/spec/build/cpukit/cpuriscv.yml
index 08ab96b..2671c5c 100644
--- a/spec/build/cpukit/cpuriscv.yml
+++ b/spec/build/cpukit/cpuriscv.yml
@@ -27,11 +27,11 @@ install:
 links: []
 source:
 - cpukit/score/cpu/riscv/cpu.c
-- cpukit/score/cpu/riscv/riscv-exception-handler.S
-- cpukit/score/cpu/riscv/riscv-exception-frame-print.c
-- cpukit/score/cpu/riscv/riscv-context-switch.S
 - cpukit/score/cpu/riscv/riscv-context-initialize.c
+- cpukit/score/cpu/riscv/riscv-context-switch.S
 - cpukit/score/cpu/riscv/riscv-context-validate.S
 - cpukit/score/cpu/riscv/riscv-context-volatile-clobber.S
 - cpukit/score/cpu/riscv/riscv-counter.S
+- cpukit/score/cpu/riscv/riscv-exception-frame-print.c
+- cpukit/score/cpu/riscv/riscv-exception-handler.S
 type: build
diff --git a/spec/build/cpukit/cpuv850.yml b/spec/build/cpukit/cpuv850.yml
index 75f62b0..650c3fe 100644
--- a/spec/build/cpukit/cpuv850.yml
+++ b/spec/build/cpukit/cpuv850.yml
@@ -27,7 +27,7 @@ source:
 - cpukit/score/cpu/no_cpu/cpucounterfrequency.c
 - cpukit/score/cpu/no_cpu/cpucounterread.c
 - cpukit/score/cpu/no_cpu/cpuidle.c
-- cpukit/score/cpu/v850/cpu_asm.S
 - cpukit/score/cpu/v850/cpu.c
+- cpukit/score/cpu/v850/cpu_asm.S
 - cpukit/score/cpu/v850/v850-exception-frame-print.c
 type: build
diff --git a/spec/build/cpukit/libdebugger.yml b/spec/build/cpukit/libdebugger.yml
index f243e52..f316cc1 100644
--- a/spec/build/cpukit/libdebugger.yml
+++ b/spec/build/cpukit/libdebugger.yml
@@ -18,8 +18,8 @@ source:
 - cpukit/libdebugger/rtems-debugger-block.c
 - cpukit/libdebugger/rtems-debugger-bsp.c
 - cpukit/libdebugger/rtems-debugger-cmd.c
-- cpukit/libdebugger/rtems-debugger-remote.c
 - cpukit/libdebugger/rtems-debugger-remote-tcp.c
+- cpukit/libdebugger/rtems-debugger-remote.c
 - cpukit/libdebugger/rtems-debugger-server.c
 - cpukit/libdebugger/rtems-debugger-target.c
 - cpukit/libdebugger/rtems-debugger-threads.c
diff --git a/spec/build/cpukit/libftpd.yml b/spec/build/cpukit/libftpd.yml
index af75cca..d073e18 100644
--- a/spec/build/cpukit/libftpd.yml
+++ b/spec/build/cpukit/libftpd.yml
@@ -14,7 +14,7 @@ install:
 install-path: ${BSP_LIBDIR}
 links: []
 source:
-- cpukit/ftpd/ftpd.c
 - cpukit/ftpd/ftpd-init.c
+- cpukit/ftpd/ftpd.c
 target: ftpd
 type: build
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index dcdd62a..8bd108b 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -525,11 +525,11 @@ source:
 - cpukit/dev/i2c/ti-lm25066a.c
 - cpukit/dev/i2c/ti-tmp112.c
 - cpukit/dev/i2c/xilinx-axi-i2c.c
-- cpukit/dev/serial/sc16is752.c
 - cpukit/dev/serial/sc16is752-spi.c
+- cpukit/dev/serial/sc16is752.c
 - cpukit/dev/spi/spi-bus.c
-- cpukit/dtc/libfdt/fdt_addresses.c
 - cpukit/dtc/libfdt/fdt.c
+- cpukit/dtc/libfdt/fdt_addresses.c
 - cpukit/dtc/libfdt/fdt_empty_tree.c
 - cpukit/dtc/libfdt/fdt_ro.c
 - cpukit/dtc/libfdt/fdt_rw.c
@@ -544,57 +544,65 @@ source:
 - cpukit/libblock/src/bdpart-sort.c
 - cpukit/libblock/src/bdpart-write.c
 - cpukit/libblock/src/blkdev-blkstats.c
-- cpukit/libblock/src/blkdev.c
 - cpukit/libblock/src/blkdev-imfs.c
 - cpukit/libblock/src/blkdev-ioctl.c
 - cpukit/libblock/src/blkdev-ops.c
 - cpukit/libblock/src/blkdev-print-stats.c
-- cpukit/libblock/src/diskdevs.c
+- cpukit/libblock/src/blkdev.c
 - cpukit/libblock/src/diskdevs-init.c
+- cpukit/libblock/src/diskdevs.c
 - cpukit/libblock/src/flashdisk.c
 - cpukit/libblock/src/ide_part_table.c
-- cpukit/libblock/src/media.c
 - cpukit/libblock/src/media-desc.c
 - cpukit/libblock/src/media-dev-ident.c
 - cpukit/libblock/src/media-path.c
 - cpukit/libblock/src/media-server.c
-- cpukit/libblock/src/nvdisk.c
+- cpukit/libblock/src/media.c
 - cpukit/libblock/src/nvdisk-sram.c
+- cpukit/libblock/src/nvdisk.c
 - cpukit/libblock/src/ramdisk-config.c
 - cpukit/libblock/src/ramdisk-driver.c
 - cpukit/libblock/src/ramdisk-init.c
 - cpukit/libblock/src/ramdisk-register.c
 - cpukit/libblock/src/sparse-disk.c
-- cpukit/libcrypt/crypt.c
 - cpukit/libcrypt/crypt-md5.c
 - cpukit/libcrypt/crypt-sha256.c
 - cpukit/libcrypt/crypt-sha512.c
+- cpukit/libcrypt/crypt.c
 - cpukit/libcrypt/misc.c
+- cpukit/libcsupport/src/__assert.c
+- cpukit/libcsupport/src/__getpid.c
+- cpukit/libcsupport/src/__gettod.c
+- cpukit/libcsupport/src/__times.c
+- cpukit/libcsupport/src/__usrenv.c
+- cpukit/libcsupport/src/_calloc_r.c
+- cpukit/libcsupport/src/_free_r.c
+- cpukit/libcsupport/src/_malloc_r.c
+- cpukit/libcsupport/src/_realloc_r.c
+- cpukit/libcsupport/src/_rename_r.c
 - cpukit/libcsupport/src/access.c
 - cpukit/libcsupport/src/alignedalloc.c
 - cpukit/libcsupport/src/arc4random_getentropy_fail.c
-- cpukit/libcsupport/src/__assert.c
 - cpukit/libcsupport/src/assoc32tostring.c
 - cpukit/libcsupport/src/assoclocalbyname.c
-- cpukit/libcsupport/src/assoclocalbyremotebitfield.c
 - cpukit/libcsupport/src/assoclocalbyremote.c
+- cpukit/libcsupport/src/assoclocalbyremotebitfield.c
 - cpukit/libcsupport/src/assocnamebad.c
-- cpukit/libcsupport/src/assocnamebylocalbitfield.c
 - cpukit/libcsupport/src/assocnamebylocal.c
-- cpukit/libcsupport/src/assocnamebyremotebitfield.c
+- cpukit/libcsupport/src/assocnamebylocalbitfield.c
 - cpukit/libcsupport/src/assocnamebyremote.c
+- cpukit/libcsupport/src/assocnamebyremotebitfield.c
 - cpukit/libcsupport/src/assocptrbylocal.c
 - cpukit/libcsupport/src/assocptrbyname.c
 - cpukit/libcsupport/src/assocptrbyremote.c
-- cpukit/libcsupport/src/assocremotebylocalbitfield.c
 - cpukit/libcsupport/src/assocremotebylocal.c
+- cpukit/libcsupport/src/assocremotebylocalbitfield.c
 - cpukit/libcsupport/src/assocremotebyname.c
 - cpukit/libcsupport/src/assocthreadstatestostring.c
 - cpukit/libcsupport/src/base_fs.c
 - cpukit/libcsupport/src/cachealignedalloc.c
 - cpukit/libcsupport/src/cachecoherentalloc.c
 - cpukit/libcsupport/src/calloc.c
-- cpukit/libcsupport/src/_calloc_r.c
 - cpukit/libcsupport/src/cfgetispeed.c
 - cpukit/libcsupport/src/cfgetospeed.c
 - cpukit/libcsupport/src/cfmakeraw.c
@@ -613,8 +621,8 @@ source:
 - cpukit/libcsupport/src/consolesimpleread.c
 - cpukit/libcsupport/src/consolesimpletask.c
 - cpukit/libcsupport/src/ctermid.c
-- cpukit/libcsupport/src/dup2.c
 - cpukit/libcsupport/src/dup.c
+- cpukit/libcsupport/src/dup2.c
 - cpukit/libcsupport/src/error.c
 - cpukit/libcsupport/src/fchdir.c
 - cpukit/libcsupport/src/fchmod.c
@@ -625,7 +633,6 @@ source:
 - cpukit/libcsupport/src/fpathconf.c
 - cpukit/libcsupport/src/free.c
 - cpukit/libcsupport/src/freenode.c
-- cpukit/libcsupport/src/_free_r.c
 - cpukit/libcsupport/src/fstat.c
 - cpukit/libcsupport/src/fsync.c
 - cpukit/libcsupport/src/ftruncate.c
@@ -642,13 +649,11 @@ source:
 - cpukit/libcsupport/src/getlogin.c
 - cpukit/libcsupport/src/getpagesize.c
 - cpukit/libcsupport/src/getpgrp.c
-- cpukit/libcsupport/src/__getpid.c
 - cpukit/libcsupport/src/getpid.c
 - cpukit/libcsupport/src/getppid.c
 - cpukit/libcsupport/src/getpwent.c
 - cpukit/libcsupport/src/getreentglobal.c
 - cpukit/libcsupport/src/getrusage.c
-- cpukit/libcsupport/src/__gettod.c
 - cpukit/libcsupport/src/getuid.c
 - cpukit/libcsupport/src/gxx_wrappers.c
 - cpukit/libcsupport/src/ioctl.c
@@ -666,22 +671,21 @@ source:
 - cpukit/libcsupport/src/malloc.c
 - cpukit/libcsupport/src/malloc_deferred.c
 - cpukit/libcsupport/src/malloc_dirtier.c
+- cpukit/libcsupport/src/malloc_initialize.c
+- cpukit/libcsupport/src/malloc_walk.c
 - cpukit/libcsupport/src/mallocdirtydefault.c
 - cpukit/libcsupport/src/mallocextenddefault.c
 - cpukit/libcsupport/src/mallocfreespace.c
 - cpukit/libcsupport/src/mallocgetheapptr.c
 - cpukit/libcsupport/src/mallocheap.c
 - cpukit/libcsupport/src/mallocinfo.c
-- cpukit/libcsupport/src/malloc_initialize.c
-- cpukit/libcsupport/src/_malloc_r.c
 - cpukit/libcsupport/src/mallocsetheapptr.c
-- cpukit/libcsupport/src/malloc_walk.c
 - cpukit/libcsupport/src/mkdir.c
 - cpukit/libcsupport/src/mkfifo.c
 - cpukit/libcsupport/src/mknod.c
-- cpukit/libcsupport/src/mount.c
 - cpukit/libcsupport/src/mount-mgr.c
 - cpukit/libcsupport/src/mount-mktgt.c
+- cpukit/libcsupport/src/mount.c
 - cpukit/libcsupport/src/newlibc_exit.c
 - cpukit/libcsupport/src/newlibc_reent.c
 - cpukit/libcsupport/src/open.c
@@ -689,13 +693,13 @@ source:
 - cpukit/libcsupport/src/pathconf.c
 - cpukit/libcsupport/src/posix_devctl.c
 - cpukit/libcsupport/src/posix_memalign.c
+- cpukit/libcsupport/src/print_fprintf.c
+- cpukit/libcsupport/src/print_printf.c
 - cpukit/libcsupport/src/printerfprintfputc.c
 - cpukit/libcsupport/src/printertask.c
 - cpukit/libcsupport/src/printf_plugin.c
-- cpukit/libcsupport/src/print_fprintf.c
 - cpukit/libcsupport/src/printk.c
 - cpukit/libcsupport/src/printk_plugin.c
-- cpukit/libcsupport/src/print_printf.c
 - cpukit/libcsupport/src/privateenv.c
 - cpukit/libcsupport/src/putk.c
 - cpukit/libcsupport/src/pwdgrp.c
@@ -703,9 +707,7 @@ source:
 - cpukit/libcsupport/src/readlink.c
 - cpukit/libcsupport/src/readv.c
 - cpukit/libcsupport/src/realloc.c
-- cpukit/libcsupport/src/_realloc_r.c
 - cpukit/libcsupport/src/realpath.c
-- cpukit/libcsupport/src/_rename_r.c
 - cpukit/libcsupport/src/resource_snapshot.c
 - cpukit/libcsupport/src/rmdir.c
 - cpukit/libcsupport/src/rtems_heap_extend.c
@@ -715,8 +717,8 @@ source:
 - cpukit/libcsupport/src/rtems_heap_sbrk_greedy.c
 - cpukit/libcsupport/src/rtems_memalign.c
 - cpukit/libcsupport/src/rtems_mkdir.c
-- cpukit/libcsupport/src/rtems_putc.c
 - cpukit/libcsupport/src/rtems_put_char.c
+- cpukit/libcsupport/src/rtems_putc.c
 - cpukit/libcsupport/src/setegid.c
 - cpukit/libcsupport/src/seteuid.c
 - cpukit/libcsupport/src/setgid.c
@@ -744,22 +746,20 @@ source:
 - cpukit/libcsupport/src/tcsendbreak.c
 - cpukit/libcsupport/src/tcsetattr.c
 - cpukit/libcsupport/src/tcsetpgrp.c
+- cpukit/libcsupport/src/termios.c
 - cpukit/libcsupport/src/termios_baud2index.c
 - cpukit/libcsupport/src/termios_baud2num.c
 - cpukit/libcsupport/src/termios_baudtable.c
-- cpukit/libcsupport/src/termios.c
-- cpukit/libcsupport/src/termiosinitialize.c
 - cpukit/libcsupport/src/termios_num2baud.c
 - cpukit/libcsupport/src/termios_posix_isig_handler.c
 - cpukit/libcsupport/src/termios_setbestbaud.c
 - cpukit/libcsupport/src/termios_setinitialbaud.c
-- cpukit/libcsupport/src/__times.c
+- cpukit/libcsupport/src/termiosinitialize.c
 - cpukit/libcsupport/src/truncate.c
 - cpukit/libcsupport/src/uenvgetgroups.c
 - cpukit/libcsupport/src/umask.c
 - cpukit/libcsupport/src/unlink.c
 - cpukit/libcsupport/src/unmount.c
-- cpukit/libcsupport/src/__usrenv.c
 - cpukit/libcsupport/src/utime.c
 - cpukit/libcsupport/src/utimes.c
 - cpukit/libcsupport/src/utsname.c
@@ -868,20 +868,20 @@ source:
 - cpukit/libfs/src/rfs/rtems-rfs-block.c
 - cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
 - cpukit/libfs/src/rfs/rtems-rfs-buffer.c
-- cpukit/libfs/src/rfs/rtems-rfs-dir.c
 - cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
-- cpukit/libfs/src/rfs/rtems-rfs-file.c
+- cpukit/libfs/src/rfs/rtems-rfs-dir.c
 - cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+- cpukit/libfs/src/rfs/rtems-rfs-file.c
 - cpukit/libfs/src/rfs/rtems-rfs-format.c
 - cpukit/libfs/src/rfs/rtems-rfs-group.c
 - cpukit/libfs/src/rfs/rtems-rfs-inode.c
 - cpukit/libfs/src/rfs/rtems-rfs-link.c
 - cpukit/libfs/src/rfs/rtems-rfs-mutex.c
-- cpukit/libfs/src/rfs/rtems-rfs-rtems.c
 - cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
 - cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
 - cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
 - cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+- cpukit/libfs/src/rfs/rtems-rfs-rtems.c
 - cpukit/libfs/src/rfs/rtems-rfs-shell.c
 - cpukit/libfs/src/rfs/rtems-rfs-trace.c
 - cpukit/libi2c/libi2c.c
@@ -893,9 +893,9 @@ source:
 - cpukit/libmisc/bspcmdline/bspcmdline_getparam.c
 - cpukit/libmisc/bspcmdline/bspcmdline_getparamraw.c
 - cpukit/libmisc/bspcmdline/bspcmdline_getparamrhs.c
-- cpukit/libmisc/capture/capture_buffer.c
-- cpukit/libmisc/capture/capture.c
 - cpukit/libmisc/capture/capture-cli.c
+- cpukit/libmisc/capture/capture.c
+- cpukit/libmisc/capture/capture_buffer.c
 - cpukit/libmisc/capture/capture_support.c
 - cpukit/libmisc/capture/capture_user_extension.c
 - cpukit/libmisc/capture/rtems-trace-buffer-default.c
@@ -931,8 +931,8 @@ source:
 - cpukit/libmisc/mouse/mouse_parser.c
 - cpukit/libmisc/mouse/serial_mouse.c
 - cpukit/libmisc/redirector/stdio-redirect.c
-- cpukit/libmisc/rtems-fdt/rtems-fdt.c
 - cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c
+- cpukit/libmisc/rtems-fdt/rtems-fdt.c
 - cpukit/libmisc/stackchk/check.c
 - cpukit/libmisc/stringto/stringtodouble.c
 - cpukit/libmisc/stringto/stringtofloat.c
@@ -966,19 +966,20 @@ source:
 - cpukit/libstdthreads/mtx.c
 - cpukit/libstdthreads/thrd.c
 - cpukit/libstdthreads/tss.c
-- cpukit/libtrace/record/record.c
 - cpukit/libtrace/record/record-client.c
 - cpukit/libtrace/record/record-dump-base64.c
-- cpukit/libtrace/record/record-dump.c
 - cpukit/libtrace/record/record-dump-fatal.c
 - cpukit/libtrace/record/record-dump-zbase64.c
 - cpukit/libtrace/record/record-dump-zfatal.c
+- cpukit/libtrace/record/record-dump.c
 - cpukit/libtrace/record/record-server.c
 - cpukit/libtrace/record/record-stream-header.c
 - cpukit/libtrace/record/record-sysinit.c
 - cpukit/libtrace/record/record-text.c
 - cpukit/libtrace/record/record-userext.c
 - cpukit/libtrace/record/record-util.c
+- cpukit/libtrace/record/record.c
+- cpukit/posix/src/_execve.c
 - cpukit/posix/src/adjtime.c
 - cpukit/posix/src/aio_suspend.c
 - cpukit/posix/src/barrierattrdestroy.c
@@ -1006,7 +1007,6 @@ source:
 - cpukit/posix/src/condtimedwait.c
 - cpukit/posix/src/condwait.c
 - cpukit/posix/src/condwaitsupp.c
-- cpukit/posix/src/_execve.c
 - cpukit/posix/src/fork.c
 - cpukit/posix/src/key.c
 - cpukit/posix/src/keycreate.c
@@ -1015,8 +1015,8 @@ source:
 - cpukit/posix/src/keysetspecific.c
 - cpukit/posix/src/keyzerokvp.c
 - cpukit/posix/src/lio_listio.c
-- cpukit/posix/src/mlockall.c
 - cpukit/posix/src/mlock.c
+- cpukit/posix/src/mlockall.c
 - cpukit/posix/src/mmap.c
 - cpukit/posix/src/mprotect.c
 - cpukit/posix/src/mqueue.c
@@ -1034,8 +1034,8 @@ source:
 - cpukit/posix/src/mqueuetimedsend.c
 - cpukit/posix/src/mqueueunlink.c
 - cpukit/posix/src/msync.c
-- cpukit/posix/src/munlockall.c
 - cpukit/posix/src/munlock.c
+- cpukit/posix/src/munlockall.c
 - cpukit/posix/src/munmap.c
 - cpukit/posix/src/mutexattrdestroy.c
 - cpukit/posix/src/mutexattrgetprioceiling.c
@@ -1081,6 +1081,7 @@ source:
 - cpukit/posix/src/psxsemaphoreconfig.c
 - cpukit/posix/src/psxtimerconfig.c
 - cpukit/posix/src/psxtransschedparam.c
+- cpukit/posix/src/pthread.c
 - cpukit/posix/src/pthreadatfork.c
 - cpukit/posix/src/pthreadattrdefault.c
 - cpukit/posix/src/pthreadattrdestroy.c
@@ -1091,8 +1092,8 @@ source:
 - cpukit/posix/src/pthreadattrgetschedparam.c
 - cpukit/posix/src/pthreadattrgetschedpolicy.c
 - cpukit/posix/src/pthreadattrgetscope.c
-- cpukit/posix/src/pthreadattrgetstackaddr.c
 - cpukit/posix/src/pthreadattrgetstack.c
+- cpukit/posix/src/pthreadattrgetstackaddr.c
 - cpukit/posix/src/pthreadattrgetstacksize.c
 - cpukit/posix/src/pthreadattrinit.c
 - cpukit/posix/src/pthreadattrsetaffinitynp.c
@@ -1102,10 +1103,9 @@ source:
 - cpukit/posix/src/pthreadattrsetschedparam.c
 - cpukit/posix/src/pthreadattrsetschedpolicy.c
 - cpukit/posix/src/pthreadattrsetscope.c
-- cpukit/posix/src/pthreadattrsetstackaddr.c
 - cpukit/posix/src/pthreadattrsetstack.c
+- cpukit/posix/src/pthreadattrsetstackaddr.c
 - cpukit/posix/src/pthreadattrsetstacksize.c
-- cpukit/posix/src/pthread.c
 - cpukit/posix/src/pthreadconcurrency.c
 - cpukit/posix/src/pthreadconfig.c
 - cpukit/posix/src/pthreadcreate.c
@@ -1263,9 +1263,9 @@ source:
 - cpukit/rtems/src/scheduleraddprocessor.c
 - cpukit/rtems/src/schedulergetmaxprio.c
 - cpukit/rtems/src/schedulergetprocessorset.c
+- cpukit/rtems/src/schedulerident.c
 - cpukit/rtems/src/scheduleridentbyprocessor.c
 - cpukit/rtems/src/scheduleridentbyprocessorset.c
-- cpukit/rtems/src/schedulerident.c
 - cpukit/rtems/src/schedulermapfromposix.c
 - cpukit/rtems/src/schedulermaptoposix.c
 - cpukit/rtems/src/schedulerremoveprocessor.c
@@ -1372,8 +1372,8 @@ source:
 - cpukit/score/src/configstackspacesize.c
 - cpukit/score/src/corebarrier.c
 - cpukit/score/src/corebarrierwait.c
-- cpukit/score/src/coremsgbroadcast.c
 - cpukit/score/src/coremsg.c
+- cpukit/score/src/coremsgbroadcast.c
 - cpukit/score/src/coremsgclose.c
 - cpukit/score/src/coremsgflush.c
 - cpukit/score/src/coremsgflushwait.c
@@ -1387,8 +1387,8 @@ source:
 - cpukit/score/src/corerwlockobtainwrite.c
 - cpukit/score/src/corerwlockrelease.c
 - cpukit/score/src/coresem.c
-- cpukit/score/src/coretodadjust.c
 - cpukit/score/src/coretod.c
+- cpukit/score/src/coretodadjust.c
 - cpukit/score/src/coretodhookdata.c
 - cpukit/score/src/coretodhookregister.c
 - cpukit/score/src/coretodhookrun.c
@@ -1398,8 +1398,8 @@ source:
 - cpukit/score/src/debugisthreaddispatchingallowed.c
 - cpukit/score/src/freechain.c
 - cpukit/score/src/futex.c
-- cpukit/score/src/heapallocate.c
 - cpukit/score/src/heap.c
+- cpukit/score/src/heapallocate.c
 - cpukit/score/src/heapextend.c
 - cpukit/score/src/heapfree.c
 - cpukit/score/src/heapgetfreeinfo.c
@@ -1450,8 +1450,8 @@ source:
 - cpukit/score/src/objectsetname.c
 - cpukit/score/src/objectshrinkinformation.c
 - cpukit/score/src/once.c
-- cpukit/score/src/percpuasm.c
 - cpukit/score/src/percpu.c
+- cpukit/score/src/percpuasm.c
 - cpukit/score/src/pheapallocate.c
 - cpukit/score/src/pheapextend.c
 - cpukit/score/src/pheapfree.c
@@ -1472,8 +1472,8 @@ source:
 - cpukit/score/src/rbtreereplace.c
 - cpukit/score/src/sched.c
 - cpukit/score/src/scheduler.c
-- cpukit/score/src/schedulercbsattachthread.c
 - cpukit/score/src/schedulercbs.c
+- cpukit/score/src/schedulercbsattachthread.c
 - cpukit/score/src/schedulercbscleanup.c
 - cpukit/score/src/schedulercbscreateserver.c
 - cpukit/score/src/schedulercbsdestroyserver.c
@@ -1494,8 +1494,8 @@ source:
 - cpukit/score/src/schedulerdefaultschedule.c
 - cpukit/score/src/schedulerdefaultstartidle.c
 - cpukit/score/src/schedulerdefaulttick.c
-- cpukit/score/src/scheduleredfblock.c
 - cpukit/score/src/scheduleredf.c
+- cpukit/score/src/scheduleredfblock.c
 - cpukit/score/src/scheduleredfchangepriority.c
 - cpukit/score/src/scheduleredfnodeinit.c
 - cpukit/score/src/scheduleredfreleasejob.c
@@ -1503,27 +1503,27 @@ source:
 - cpukit/score/src/scheduleredfunblock.c
 - cpukit/score/src/scheduleredfyield.c
 - cpukit/score/src/schedulergetaffinity.c
-- cpukit/score/src/schedulerpriorityblock.c
 - cpukit/score/src/schedulerpriority.c
+- cpukit/score/src/schedulerpriorityblock.c
 - cpukit/score/src/schedulerprioritychangepriority.c
 - cpukit/score/src/schedulerpriorityschedule.c
 - cpukit/score/src/schedulerpriorityunblock.c
 - cpukit/score/src/schedulerpriorityyield.c
 - cpukit/score/src/schedulersetaffinity.c
-- cpukit/score/src/schedulersimpleblock.c
 - cpukit/score/src/schedulersimple.c
+- cpukit/score/src/schedulersimpleblock.c
 - cpukit/score/src/schedulersimplechangepriority.c
 - cpukit/score/src/schedulersimpleschedule.c
 - cpukit/score/src/schedulersimpleunblock.c
 - cpukit/score/src/schedulersimpleyield.c
 - cpukit/score/src/semaphore.c
+- cpukit/score/src/smpbarrierwait.c
+- cpukit/score/src/stackallocator.c
 - cpukit/score/src/stackallocatorfree.c
 - cpukit/score/src/stackallocatorfreenothing.c
 - cpukit/score/src/stackallocatorinit.c
-- cpukit/score/src/smpbarrierwait.c
-- cpukit/score/src/stackallocator.c
-- cpukit/score/src/threadallocateunlimited.c
 - cpukit/score/src/thread.c
+- cpukit/score/src/threadallocateunlimited.c
 - cpukit/score/src/threadchangepriority.c
 - cpukit/score/src/threadclearstate.c
 - cpukit/score/src/threadcreateidle.c
@@ -1557,8 +1557,8 @@ source:
 - cpukit/score/src/threadwaitgetid.c
 - cpukit/score/src/threadyield.c
 - cpukit/score/src/timespecaddto.c
-- cpukit/score/src/timespecdividebyinteger.c
 - cpukit/score/src/timespecdivide.c
+- cpukit/score/src/timespecdividebyinteger.c
 - cpukit/score/src/timespecfromticks.c
 - cpukit/score/src/timespecgetasnanoseconds.c
 - cpukit/score/src/timespecisvalid.c
@@ -1566,8 +1566,8 @@ source:
 - cpukit/score/src/timespecsubtract.c
 - cpukit/score/src/timespectoticks.c
 - cpukit/score/src/tlsallocsize.c
-- cpukit/score/src/userextaddset.c
 - cpukit/score/src/userext.c
+- cpukit/score/src/userextaddset.c
 - cpukit/score/src/userextiterate.c
 - cpukit/score/src/userextremoveset.c
 - cpukit/score/src/watchdoginsert.c
diff --git a/spec/build/cpukit/librtemstest.yml b/spec/build/cpukit/librtemstest.yml
index ae5ffee..aebf79b 100644
--- a/spec/build/cpukit/librtemstest.yml
+++ b/spec/build/cpukit/librtemstest.yml
@@ -11,29 +11,29 @@ install: []
 install-path: ${BSP_LIBDIR}
 links: []
 source:
-- cpukit/libtest/testbeginend.c
-- cpukit/libtest/testbusy.c
-- cpukit/libtest/testextension.c
-- cpukit/libtest/testparallel.c
-- cpukit/libtest/testrun.c
-- cpukit/libtest/testwrappers.c
-- cpukit/libtest/t-test.c
-- cpukit/libtest/t-test-busy.c
 - cpukit/libtest/t-test-busy-tick.c
-- cpukit/libtest/t-test-checks.c
+- cpukit/libtest/t-test-busy.c
 - cpukit/libtest/t-test-checks-eno.c
 - cpukit/libtest/t-test-checks-psx.c
+- cpukit/libtest/t-test-checks.c
 - cpukit/libtest/t-test-hash-sha256.c
 - cpukit/libtest/t-test-interrupt.c
-- cpukit/libtest/t-test-rtems.c
 - cpukit/libtest/t-test-rtems-context.c
 - cpukit/libtest/t-test-rtems-fds.c
 - cpukit/libtest/t-test-rtems-heap.c
 - cpukit/libtest/t-test-rtems-measure.c
 - cpukit/libtest/t-test-rtems-memory.c
-- cpukit/libtest/t-test-rtems-posix-keys.c
 - cpukit/libtest/t-test-rtems-objs.c
-- cpukit/libtest/t-test-time.c
+- cpukit/libtest/t-test-rtems-posix-keys.c
+- cpukit/libtest/t-test-rtems.c
 - cpukit/libtest/t-test-thread-switch.c
+- cpukit/libtest/t-test-time.c
+- cpukit/libtest/t-test.c
+- cpukit/libtest/testbeginend.c
+- cpukit/libtest/testbusy.c
+- cpukit/libtest/testextension.c
+- cpukit/libtest/testparallel.c
+- cpukit/libtest/testrun.c
+- cpukit/libtest/testwrappers.c
 target: rtemstest
 type: build
diff --git a/spec/build/cpukit/libtelnetd.yml b/spec/build/cpukit/libtelnetd.yml
index 5c5c240..089a710 100644
--- a/spec/build/cpukit/libtelnetd.yml
+++ b/spec/build/cpukit/libtelnetd.yml
@@ -18,7 +18,7 @@ source:
 - cpukit/telnetd/check_passwd.c
 - cpukit/telnetd/des.c
 - cpukit/telnetd/pty.c
-- cpukit/telnetd/telnetd.c
 - cpukit/telnetd/telnetd-init.c
+- cpukit/telnetd/telnetd.c
 target: telnetd
 type: build
diff --git a/spec/build/cpukit/objdl.yml b/spec/build/cpukit/objdl.yml
index 15c7a27..05de6ca 100644
--- a/spec/build/cpukit/objdl.yml
+++ b/spec/build/cpukit/objdl.yml
@@ -43,24 +43,23 @@ links:
 - role: build-dependency
   uid: objdlsparc
 source:
-- cpukit/libdl/dlfcn.c
 - cpukit/libdl/dlfcn-shell.c
+- cpukit/libdl/dlfcn.c
 - cpukit/libdl/fastlz.c
-- cpukit/libdl/rap.c
 - cpukit/libdl/rap-shell.c
-- cpukit/libdl/rtl-allocator.c
+- cpukit/libdl/rap.c
 - cpukit/libdl/rtl-alloc-heap.c
+- cpukit/libdl/rtl-allocator.c
 - cpukit/libdl/rtl-archive.c
 - cpukit/libdl/rtl-bit-alloc.c
-- cpukit/libdl/rtl.c
 - cpukit/libdl/rtl-chain-iterator.c
 - cpukit/libdl/rtl-debugger.c
 - cpukit/libdl/rtl-elf.c
 - cpukit/libdl/rtl-error.c
 - cpukit/libdl/rtl-find-file.c
-- cpukit/libdl/rtl-obj.c
 - cpukit/libdl/rtl-obj-cache.c
 - cpukit/libdl/rtl-obj-comp.c
+- cpukit/libdl/rtl-obj.c
 - cpukit/libdl/rtl-rap.c
 - cpukit/libdl/rtl-shell.c
 - cpukit/libdl/rtl-string.c
@@ -68,4 +67,5 @@ source:
 - cpukit/libdl/rtl-trace.c
 - cpukit/libdl/rtl-unresolved.c
 - cpukit/libdl/rtl-unwind-dw2.c
+- cpukit/libdl/rtl.c
 type: build
diff --git a/spec/build/cpukit/objdrvmgr.yml b/spec/build/cpukit/objdrvmgr.yml
index 49af08f..df73666 100644
--- a/spec/build/cpukit/objdrvmgr.yml
+++ b/spec/build/cpukit/objdrvmgr.yml
@@ -18,9 +18,9 @@ install:
   - cpukit/include/drvmgr/pci_bus.h
 links: []
 source:
+- cpukit/libdrvmgr/drvmgr.c
 - cpukit/libdrvmgr/drvmgr_by_id.c
 - cpukit/libdrvmgr/drvmgr_by_name.c
-- cpukit/libdrvmgr/drvmgr.c
 - cpukit/libdrvmgr/drvmgr_dev_by_name.c
 - cpukit/libdrvmgr/drvmgr_drvinf.c
 - cpukit/libdrvmgr/drvmgr_for_each_dev.c
diff --git a/spec/build/cpukit/objnet.yml b/spec/build/cpukit/objnet.yml
index 2957673..227fef6 100644
--- a/spec/build/cpukit/objnet.yml
+++ b/spec/build/cpukit/objnet.yml
@@ -159,8 +159,11 @@ source:
 - cpukit/libnetworking/kern/kern_sysctl.c
 - cpukit/libnetworking/kern/uipc_domain.c
 - cpukit/libnetworking/kern/uipc_mbuf.c
-- cpukit/libnetworking/kern/uipc_socket2.c
 - cpukit/libnetworking/kern/uipc_socket.c
+- cpukit/libnetworking/kern/uipc_socket2.c
+- cpukit/libnetworking/lib/getprotoby.c
+- cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
+- cpukit/libnetworking/lib/syslog.c
 - cpukit/libnetworking/libc/base64.c
 - cpukit/libnetworking/libc/gethostbydns.c
 - cpukit/libnetworking/libc/gethostbyht.c
@@ -191,12 +194,12 @@ source:
 - cpukit/libnetworking/libc/inet_pton.c
 - cpukit/libnetworking/libc/linkaddr.c
 - cpukit/libnetworking/libc/map_v4v6.c
-- cpukit/libnetworking/libc/nsap_addr.c
 - cpukit/libnetworking/libc/ns_name.c
 - cpukit/libnetworking/libc/ns_netint.c
 - cpukit/libnetworking/libc/ns_parse.c
 - cpukit/libnetworking/libc/ns_print.c
 - cpukit/libnetworking/libc/ns_ttl.c
+- cpukit/libnetworking/libc/nsap_addr.c
 - cpukit/libnetworking/libc/rcmd.c
 - cpukit/libnetworking/libc/recv.c
 - cpukit/libnetworking/libc/res_comp.c
@@ -210,13 +213,17 @@ source:
 - cpukit/libnetworking/libc/res_stubs.c
 - cpukit/libnetworking/libc/res_update.c
 - cpukit/libnetworking/libc/send.c
-- cpukit/libnetworking/lib/getprotoby.c
-- cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
-- cpukit/libnetworking/lib/syslog.c
 - cpukit/libnetworking/net/if.c
 - cpukit/libnetworking/net/if_ethersubr.c
 - cpukit/libnetworking/net/if_loop.c
 - cpukit/libnetworking/net/if_ppp.c
+- cpukit/libnetworking/net/ppp_tty.c
+- cpukit/libnetworking/net/radix.c
+- cpukit/libnetworking/net/raw_cb.c
+- cpukit/libnetworking/net/raw_usrreq.c
+- cpukit/libnetworking/net/route.c
+- cpukit/libnetworking/net/rtsock.c
+- cpukit/libnetworking/net/slcompress.c
 - cpukit/libnetworking/netinet/if_ether.c
 - cpukit/libnetworking/netinet/igmp.c
 - cpukit/libnetworking/netinet/in.c
@@ -238,13 +245,6 @@ source:
 - cpukit/libnetworking/netinet/tcp_timer.c
 - cpukit/libnetworking/netinet/tcp_usrreq.c
 - cpukit/libnetworking/netinet/udp_usrreq.c
-- cpukit/libnetworking/net/ppp_tty.c
-- cpukit/libnetworking/net/radix.c
-- cpukit/libnetworking/net/raw_cb.c
-- cpukit/libnetworking/net/raw_usrreq.c
-- cpukit/libnetworking/net/route.c
-- cpukit/libnetworking/net/rtsock.c
-- cpukit/libnetworking/net/slcompress.c
 - cpukit/libnetworking/nfs/bootp_subr.c
 - cpukit/libnetworking/rtems/mkrootfs.c
 - cpukit/libnetworking/rtems/rtems_bootp.c
@@ -264,8 +264,8 @@ source:
 - cpukit/libnetworking/rtems/rtems_showtcpstat.c
 - cpukit/libnetworking/rtems/rtems_showudpstat.c
 - cpukit/libnetworking/rtems/rtems_socketpair.c
-- cpukit/libnetworking/rtems/rtems_syscall_api.c
 - cpukit/libnetworking/rtems/rtems_syscall.c
+- cpukit/libnetworking/rtems/rtems_syscall_api.c
 - cpukit/libnetworking/rtems/sghostname.c
 - cpukit/librpc/src/rpc/auth_none.c
 - cpukit/librpc/src/rpc/auth_unix.c
@@ -285,27 +285,27 @@ source:
 - cpukit/librpc/src/rpc/pmap_clnt.c
 - cpukit/librpc/src/rpc/pmap_getmaps.c
 - cpukit/librpc/src/rpc/pmap_getport.c
-- cpukit/librpc/src/rpc/pmap_prot2.c
 - cpukit/librpc/src/rpc/pmap_prot.c
+- cpukit/librpc/src/rpc/pmap_prot2.c
 - cpukit/librpc/src/rpc/pmap_rmt.c
 - cpukit/librpc/src/rpc/rpc_callmsg.c
 - cpukit/librpc/src/rpc/rpc_commondata.c
-- cpukit/librpc/src/rpc/rpcdname.c
 - cpukit/librpc/src/rpc/rpc_dtablesize.c
 - cpukit/librpc/src/rpc/rpc_prot.c
+- cpukit/librpc/src/rpc/rpcdname.c
 - cpukit/librpc/src/rpc/rtems_portmapper.c
 - cpukit/librpc/src/rpc/rtems_rpc.c
 - cpukit/librpc/src/rpc/rtime.c
+- cpukit/librpc/src/rpc/svc.c
 - cpukit/librpc/src/rpc/svc_auth.c
 - cpukit/librpc/src/rpc/svc_auth_unix.c
-- cpukit/librpc/src/rpc/svc.c
 - cpukit/librpc/src/rpc/svc_raw.c
 - cpukit/librpc/src/rpc/svc_run.c
 - cpukit/librpc/src/rpc/svc_simple.c
 - cpukit/librpc/src/rpc/svc_tcp.c
 - cpukit/librpc/src/rpc/svc_udp.c
-- cpukit/librpc/src/xdr/xdr_array.c
 - cpukit/librpc/src/xdr/xdr.c
+- cpukit/librpc/src/xdr/xdr_array.c
 - cpukit/librpc/src/xdr/xdr_float.c
 - cpukit/librpc/src/xdr/xdr_mem.c
 - cpukit/librpc/src/xdr/xdr_rec.c
diff --git a/spec/build/cpukit/objpci.yml b/spec/build/cpukit/objpci.yml
index aa7e8d1..21935e4 100644
--- a/spec/build/cpukit/objpci.yml
+++ b/spec/build/cpukit/objpci.yml
@@ -27,12 +27,12 @@ source:
 - cpukit/libpci/pci_access.c
 - cpukit/libpci/pci_access_func.c
 - cpukit/libpci/pci_access_io.c
-- cpukit/libpci/pci_access_mem_be.c
 - cpukit/libpci/pci_access_mem.c
+- cpukit/libpci/pci_access_mem_be.c
 - cpukit/libpci/pci_access_mem_le.c
 - cpukit/libpci/pci_bus.c
-- cpukit/libpci/pci_cfg_auto.c
 - cpukit/libpci/pci_cfg.c
+- cpukit/libpci/pci_cfg_auto.c
 - cpukit/libpci/pci_cfg_peripheral.c
 - cpukit/libpci/pci_cfg_print_code.c
 - cpukit/libpci/pci_cfg_read.c
diff --git a/spec/build/cpukit/objpsxsgnl.yml b/spec/build/cpukit/objpsxsgnl.yml
index ef28eb9..6cbec6c 100644
--- a/spec/build/cpukit/objpsxsgnl.yml
+++ b/spec/build/cpukit/objpsxsgnl.yml
@@ -21,8 +21,8 @@ source:
 - cpukit/posix/src/alarm.c
 - cpukit/posix/src/getitimer.c
 - cpukit/posix/src/kill.c
-- cpukit/posix/src/killinfo.c
 - cpukit/posix/src/kill_r.c
+- cpukit/posix/src/killinfo.c
 - cpukit/posix/src/mqueuenotify.c
 - cpukit/posix/src/pause.c
 - cpukit/posix/src/psignal.c
diff --git a/spec/build/cpukit/objshell.yml b/spec/build/cpukit/objshell.yml
index dac735a..93c4beb 100644
--- a/spec/build/cpukit/objshell.yml
+++ b/spec/build/cpukit/objshell.yml
@@ -95,17 +95,17 @@ source:
 - cpukit/libmisc/shell/main_unsetenv.c
 - cpukit/libmisc/shell/main_whoami.c
 - cpukit/libmisc/shell/main_wkspaceinfo.c
-- cpukit/libmisc/shell/print_heapinfo.c
 - cpukit/libmisc/shell/print-ls.c
+- cpukit/libmisc/shell/print_heapinfo.c
 - cpukit/libmisc/shell/pwcache.c
+- cpukit/libmisc/shell/shell-wait-for-input.c
 - cpukit/libmisc/shell/shell.c
 - cpukit/libmisc/shell/shell_cmdset.c
-- cpukit/libmisc/shell/shellconfig.c
 - cpukit/libmisc/shell/shell_getchar.c
 - cpukit/libmisc/shell/shell_getprompt.c
 - cpukit/libmisc/shell/shell_makeargs.c
 - cpukit/libmisc/shell/shell_script.c
-- cpukit/libmisc/shell/shell-wait-for-input.c
+- cpukit/libmisc/shell/shellconfig.c
 - cpukit/libmisc/shell/utils-cp.c
 - cpukit/libmisc/shell/utils-ls.c
 - cpukit/libmisc/shell/verr.c
diff --git a/spec/build/testsuites/benchmarks/dhrystone.yml b/spec/build/testsuites/benchmarks/dhrystone.yml
index a52a997..e62d814 100644
--- a/spec/build/testsuites/benchmarks/dhrystone.yml
+++ b/spec/build/testsuites/benchmarks/dhrystone.yml
@@ -11,9 +11,9 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/benchmarks/dhrystone/init.c
 - testsuites/benchmarks/dhrystone/dhry_1.c
 - testsuites/benchmarks/dhrystone/dhry_2.c
+- testsuites/benchmarks/dhrystone/init.c
 stlib: []
 target: testsuites/benchmarks/dhrystone.exe
 type: build
diff --git a/spec/build/testsuites/libtests/block08.yml b/spec/build/testsuites/libtests/block08.yml
index 34f201e..e717663 100644
--- a/spec/build/testsuites/libtests/block08.yml
+++ b/spec/build/testsuites/libtests/block08.yml
@@ -11,9 +11,6 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/block08/init.c
-- testsuites/libtests/block08/bdbuf_tests.c
-- testsuites/libtests/block08/test_disk.c
 - testsuites/libtests/block08/bdbuf_test1_1.c
 - testsuites/libtests/block08/bdbuf_test1_2.c
 - testsuites/libtests/block08/bdbuf_test1_3.c
@@ -27,6 +24,9 @@ source:
 - testsuites/libtests/block08/bdbuf_test4_1.c
 - testsuites/libtests/block08/bdbuf_test4_2.c
 - testsuites/libtests/block08/bdbuf_test4_3.c
+- testsuites/libtests/block08/bdbuf_tests.c
+- testsuites/libtests/block08/init.c
+- testsuites/libtests/block08/test_disk.c
 stlib: []
 target: testsuites/libtests/block08.exe
 type: build
diff --git a/spec/build/testsuites/libtests/complex.yml b/spec/build/testsuites/libtests/complex.yml
index cda1511..7c4f683 100644
--- a/spec/build/testsuites/libtests/complex.yml
+++ b/spec/build/testsuites/libtests/complex.yml
@@ -11,10 +11,10 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/complex/init.c
 - testsuites/libtests/complex/docomplex.c
 - testsuites/libtests/complex/docomplexf.c
 - testsuites/libtests/complex/docomplexl.c
+- testsuites/libtests/complex/init.c
 stlib:
 - m
 target: testsuites/libtests/complex.exe
diff --git a/spec/build/testsuites/libtests/math.yml b/spec/build/testsuites/libtests/math.yml
index bbd07e5..013b070 100644
--- a/spec/build/testsuites/libtests/math.yml
+++ b/spec/build/testsuites/libtests/math.yml
@@ -12,8 +12,8 @@ includes:
 ldflags: []
 links: []
 source:
-- testsuites/libtests/math/init.c
 - testsuites/libtests/math/domath.c
+- testsuites/libtests/math/init.c
 stlib:
 - m
 target: testsuites/libtests/math.exe
diff --git a/spec/build/testsuites/libtests/mathf.yml b/spec/build/testsuites/libtests/mathf.yml
index 95b0637..25dd8f9 100644
--- a/spec/build/testsuites/libtests/mathf.yml
+++ b/spec/build/testsuites/libtests/mathf.yml
@@ -12,8 +12,8 @@ includes:
 ldflags: []
 links: []
 source:
-- testsuites/libtests/mathf/init.c
 - testsuites/libtests/mathf/domathf.c
+- testsuites/libtests/mathf/init.c
 stlib:
 - m
 target: testsuites/libtests/mathf.exe
diff --git a/spec/build/testsuites/libtests/mathl.yml b/spec/build/testsuites/libtests/mathl.yml
index 4e73fef..fb65fd0 100644
--- a/spec/build/testsuites/libtests/mathl.yml
+++ b/spec/build/testsuites/libtests/mathl.yml
@@ -12,8 +12,8 @@ includes:
 ldflags: []
 links: []
 source:
-- testsuites/libtests/mathl/init.c
 - testsuites/libtests/mathl/domathl.c
+- testsuites/libtests/mathl/init.c
 stlib:
 - m
 target: testsuites/libtests/mathl.exe
diff --git a/spec/build/testsuites/libtests/mouse01.yml b/spec/build/testsuites/libtests/mouse01.yml
index 7178981..ce5880d 100644
--- a/spec/build/testsuites/libtests/mouse01.yml
+++ b/spec/build/testsuites/libtests/mouse01.yml
@@ -12,8 +12,8 @@ ldflags: []
 links: []
 source:
 - testsuites/libtests/mouse01/init.c
-- testsuites/libtests/mouse01/serial_mouse_config.c
 - testsuites/libtests/mouse01/msmouse.c
+- testsuites/libtests/mouse01/serial_mouse_config.c
 - testsuites/libtests/termios04/termios_testdriver_intr.c
 stlib: []
 target: testsuites/libtests/mouse01.exe
diff --git a/spec/build/testsuites/libtests/rtmonuse.yml b/spec/build/testsuites/libtests/rtmonuse.yml
index 33490f3..59a4005 100644
--- a/spec/build/testsuites/libtests/rtmonuse.yml
+++ b/spec/build/testsuites/libtests/rtmonuse.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/rtmonuse/init.c
 - testsuites/libtests/rtmonuse/getall.c
+- testsuites/libtests/rtmonuse/init.c
 - testsuites/libtests/rtmonuse/task1.c
 stlib: []
 target: testsuites/libtests/rtmonuse.exe
diff --git a/spec/build/testsuites/libtests/termios06.yml b/spec/build/testsuites/libtests/termios06.yml
index a34bace..8f3c537 100644
--- a/spec/build/testsuites/libtests/termios06.yml
+++ b/spec/build/testsuites/libtests/termios06.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/termios06/init.c
 - testsuites/libtests/termios03/termios_testdriver_polled.c
+- testsuites/libtests/termios06/init.c
 - testsuites/libtests/termios06/test_pppd.c
 stlib: []
 target: testsuites/libtests/termios06.exe
diff --git a/spec/build/testsuites/libtests/termios07.yml b/spec/build/testsuites/libtests/termios07.yml
index 8e2ce4d..660390b 100644
--- a/spec/build/testsuites/libtests/termios07.yml
+++ b/spec/build/testsuites/libtests/termios07.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/termios07/init.c
 - testsuites/libtests/termios04/termios_testdriver_intr.c
+- testsuites/libtests/termios07/init.c
 stlib: []
 target: testsuites/libtests/termios07.exe
 type: build
diff --git a/spec/build/testsuites/libtests/termios08.yml b/spec/build/testsuites/libtests/termios08.yml
index 0607258..f169c06 100644
--- a/spec/build/testsuites/libtests/termios08.yml
+++ b/spec/build/testsuites/libtests/termios08.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/termios08/init.c
 - testsuites/libtests/termios03/termios_testdriver_polled.c
+- testsuites/libtests/termios08/init.c
 stlib: []
 target: testsuites/libtests/termios08.exe
 type: build
diff --git a/spec/build/testsuites/libtests/termios10.yml b/spec/build/testsuites/libtests/termios10.yml
index 8364bbc..4021553 100644
--- a/spec/build/testsuites/libtests/termios10.yml
+++ b/spec/build/testsuites/libtests/termios10.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/termios10/init.c
 - testsuites/libtests/termios03/termios_testdriver_polled.c
+- testsuites/libtests/termios10/init.c
 stlib: []
 target: testsuites/libtests/termios10.exe
 type: build
diff --git a/spec/build/testsuites/libtests/termios11.yml b/spec/build/testsuites/libtests/termios11.yml
index d86b948..c3e4596 100644
--- a/spec/build/testsuites/libtests/termios11.yml
+++ b/spec/build/testsuites/libtests/termios11.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/libtests/termios11/init.c
 - testsuites/libtests/termios04/termios_testdriver_intr.c
+- testsuites/libtests/termios11/init.c
 stlib: []
 target: testsuites/libtests/termios11.exe
 type: build
diff --git a/spec/build/testsuites/libtests/uid01.yml b/spec/build/testsuites/libtests/uid01.yml
index fa5a57e..cb5f7ae 100644
--- a/spec/build/testsuites/libtests/uid01.yml
+++ b/spec/build/testsuites/libtests/uid01.yml
@@ -11,10 +11,10 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/libtests/termios04/termios_testdriver_intr.c
 - testsuites/libtests/uid01/init.c
-- testsuites/libtests/uid01/serial_mouse_config.c
 - testsuites/libtests/uid01/msmouse.c
-- testsuites/libtests/termios04/termios_testdriver_intr.c
+- testsuites/libtests/uid01/serial_mouse_config.c
 stlib: []
 target: testsuites/libtests/uid01.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp03node1.yml b/spec/build/testsuites/mptests/mp03node1.yml
index a231f30..5ab2139 100644
--- a/spec/build/testsuites/mptests/mp03node1.yml
+++ b/spec/build/testsuites/mptests/mp03node1.yml
@@ -12,9 +12,9 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/mptests/mp03/delay.c
 - testsuites/mptests/mp03/init1.c
 - testsuites/mptests/mp03/task1.c
-- testsuites/mptests/mp03/delay.c
 stlib: []
 target: testsuites/mptests/mp03_node1.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp03node2.yml b/spec/build/testsuites/mptests/mp03node2.yml
index 81b9347..4ebbb03 100644
--- a/spec/build/testsuites/mptests/mp03node2.yml
+++ b/spec/build/testsuites/mptests/mp03node2.yml
@@ -12,9 +12,9 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/mptests/mp03/delay.c
 - testsuites/mptests/mp03/init2.c
 - testsuites/mptests/mp03/task1.c
-- testsuites/mptests/mp03/delay.c
 stlib: []
 target: testsuites/mptests/mp03_node2.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp05node1.yml b/spec/build/testsuites/mptests/mp05node1.yml
index 342ebce..e5144fc 100644
--- a/spec/build/testsuites/mptests/mp05node1.yml
+++ b/spec/build/testsuites/mptests/mp05node1.yml
@@ -12,9 +12,9 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/mptests/mp05/asr.c
 - testsuites/mptests/mp05/init1.c
 - testsuites/mptests/mp05/task1.c
-- testsuites/mptests/mp05/asr.c
 stlib: []
 target: testsuites/mptests/mp05_node1.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp05node2.yml b/spec/build/testsuites/mptests/mp05node2.yml
index 8248ba1..6ba8db5 100644
--- a/spec/build/testsuites/mptests/mp05node2.yml
+++ b/spec/build/testsuites/mptests/mp05node2.yml
@@ -12,9 +12,9 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/mptests/mp05/asr.c
 - testsuites/mptests/mp05/init2.c
 - testsuites/mptests/mp05/task1.c
-- testsuites/mptests/mp05/asr.c
 stlib: []
 target: testsuites/mptests/mp05_node2.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp09node1.yml b/spec/build/testsuites/mptests/mp09node1.yml
index a2ea0e8..1f4220d 100644
--- a/spec/build/testsuites/mptests/mp09node1.yml
+++ b/spec/build/testsuites/mptests/mp09node1.yml
@@ -13,9 +13,9 @@ ldflags: []
 links: []
 source:
 - testsuites/mptests/mp09/init1.c
-- testsuites/mptests/mp09/task1.c
 - testsuites/mptests/mp09/recvmsg.c
 - testsuites/mptests/mp09/sendmsg.c
+- testsuites/mptests/mp09/task1.c
 stlib: []
 target: testsuites/mptests/mp09_node1.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp09node2.yml b/spec/build/testsuites/mptests/mp09node2.yml
index fdbccdc..fc33d4a 100644
--- a/spec/build/testsuites/mptests/mp09node2.yml
+++ b/spec/build/testsuites/mptests/mp09node2.yml
@@ -13,9 +13,9 @@ ldflags: []
 links: []
 source:
 - testsuites/mptests/mp09/init2.c
-- testsuites/mptests/mp09/task1.c
 - testsuites/mptests/mp09/recvmsg.c
 - testsuites/mptests/mp09/sendmsg.c
+- testsuites/mptests/mp09/task1.c
 stlib: []
 target: testsuites/mptests/mp09_node2.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp14node1.yml b/spec/build/testsuites/mptests/mp14node1.yml
index 031c234..d391ca7 100644
--- a/spec/build/testsuites/mptests/mp14node1.yml
+++ b/spec/build/testsuites/mptests/mp14node1.yml
@@ -12,14 +12,14 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/mptests/mp14/init1.c
-- testsuites/mptests/mp14/exit.c
 - testsuites/mptests/mp14/delay.c
 - testsuites/mptests/mp14/evtask1.c
 - testsuites/mptests/mp14/evtmtask.c
+- testsuites/mptests/mp14/exit.c
+- testsuites/mptests/mp14/init1.c
+- testsuites/mptests/mp14/msgtask1.c
 - testsuites/mptests/mp14/pttask1.c
 - testsuites/mptests/mp14/smtask1.c
-- testsuites/mptests/mp14/msgtask1.c
 stlib: []
 target: testsuites/mptests/mp14_node1.exe
 type: build
diff --git a/spec/build/testsuites/mptests/mp14node2.yml b/spec/build/testsuites/mptests/mp14node2.yml
index 524e1c7..63c12c9 100644
--- a/spec/build/testsuites/mptests/mp14node2.yml
+++ b/spec/build/testsuites/mptests/mp14node2.yml
@@ -12,14 +12,14 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/mptests/mp14/init2.c
-- testsuites/mptests/mp14/exit.c
 - testsuites/mptests/mp14/delay.c
 - testsuites/mptests/mp14/evtask1.c
 - testsuites/mptests/mp14/evtmtask.c
+- testsuites/mptests/mp14/exit.c
+- testsuites/mptests/mp14/init2.c
+- testsuites/mptests/mp14/msgtask1.c
 - testsuites/mptests/mp14/pttask1.c
 - testsuites/mptests/mp14/smtask1.c
-- testsuites/mptests/mp14/msgtask1.c
 stlib: []
 target: testsuites/mptests/mp14_node2.exe
 type: build
diff --git a/spec/build/testsuites/psxtests/libpsxhdrs.yml b/spec/build/testsuites/psxtests/libpsxhdrs.yml
index 67171b1..6a0ab6d 100644
--- a/spec/build/testsuites/psxtests/libpsxhdrs.yml
+++ b/spec/build/testsuites/psxtests/libpsxhdrs.yml
@@ -11,191 +11,133 @@ install: []
 install-path: null
 links: []
 source:
+- testsuites/psxtests/psxhdrs/arpa/inet/inet_addr.c
+- testsuites/psxtests/psxhdrs/arpa/inet/inet_ntoa.c
+- testsuites/psxtests/psxhdrs/arpa/inet/inet_ntop.c
+- testsuites/psxtests/psxhdrs/arpa/inet/inet_pton.c
+- testsuites/psxtests/psxhdrs/assert/assert.c
+- testsuites/psxtests/psxhdrs/c11/threads/call_once.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c
+- testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c
+- testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c
+- testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c
+- testsuites/psxtests/psxhdrs/c11/threads/tss_create.c
+- testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c
+- testsuites/psxtests/psxhdrs/c11/threads/tss_get.c
+- testsuites/psxtests/psxhdrs/c11/threads/tss_set.c
+- testsuites/psxtests/psxhdrs/complex/cabs.c
+- testsuites/psxtests/psxhdrs/complex/cabsf.c
+- testsuites/psxtests/psxhdrs/complex/cabsl.c
+- testsuites/psxtests/psxhdrs/complex/cacos.c
+- testsuites/psxtests/psxhdrs/complex/cacosf.c
+- testsuites/psxtests/psxhdrs/complex/cacosh.c
+- testsuites/psxtests/psxhdrs/complex/cacoshf.c
+- testsuites/psxtests/psxhdrs/complex/cacoshl.c
+- testsuites/psxtests/psxhdrs/complex/cacosl.c
+- testsuites/psxtests/psxhdrs/complex/carg.c
+- testsuites/psxtests/psxhdrs/complex/cargf.c
+- testsuites/psxtests/psxhdrs/complex/cargl.c
+- testsuites/psxtests/psxhdrs/complex/casin.c
+- testsuites/psxtests/psxhdrs/complex/casinf.c
+- testsuites/psxtests/psxhdrs/complex/casinh.c
+- testsuites/psxtests/psxhdrs/complex/casinhf.c
+- testsuites/psxtests/psxhdrs/complex/casinhl.c
+- testsuites/psxtests/psxhdrs/complex/casinl.c
+- testsuites/psxtests/psxhdrs/complex/catan.c
+- testsuites/psxtests/psxhdrs/complex/catanf.c
+- testsuites/psxtests/psxhdrs/complex/catanh.c
+- testsuites/psxtests/psxhdrs/complex/catanhf.c
+- testsuites/psxtests/psxhdrs/complex/catanhl.c
+- testsuites/psxtests/psxhdrs/complex/catanl.c
+- testsuites/psxtests/psxhdrs/complex/ccos.c
+- testsuites/psxtests/psxhdrs/complex/ccosf.c
+- testsuites/psxtests/psxhdrs/complex/ccosh.c
+- testsuites/psxtests/psxhdrs/complex/ccoshf.c
+- testsuites/psxtests/psxhdrs/complex/ccoshl.c
+- testsuites/psxtests/psxhdrs/complex/ccosl.c
+- testsuites/psxtests/psxhdrs/complex/cexp.c
+- testsuites/psxtests/psxhdrs/complex/cexpf.c
+- testsuites/psxtests/psxhdrs/complex/cexpl.c
+- testsuites/psxtests/psxhdrs/complex/cimag.c
+- testsuites/psxtests/psxhdrs/complex/cimagf.c
+- testsuites/psxtests/psxhdrs/complex/cimagl.c
+- testsuites/psxtests/psxhdrs/complex/clog.c
+- testsuites/psxtests/psxhdrs/complex/clogf.c
+- testsuites/psxtests/psxhdrs/complex/clogl.c
+- testsuites/psxtests/psxhdrs/complex/conj.c
+- testsuites/psxtests/psxhdrs/complex/conjf.c
+- testsuites/psxtests/psxhdrs/complex/conjl.c
+- testsuites/psxtests/psxhdrs/complex/cpow.c
+- testsuites/psxtests/psxhdrs/complex/cpowf.c
+- testsuites/psxtests/psxhdrs/complex/cpowl.c
+- testsuites/psxtests/psxhdrs/complex/cproj.c
+- testsuites/psxtests/psxhdrs/complex/cprojf.c
+- testsuites/psxtests/psxhdrs/complex/cprojl.c
+- testsuites/psxtests/psxhdrs/complex/creal.c
+- testsuites/psxtests/psxhdrs/complex/crealf.c
+- testsuites/psxtests/psxhdrs/complex/creall.c
+- testsuites/psxtests/psxhdrs/complex/csin.c
+- testsuites/psxtests/psxhdrs/complex/csinf.c
+- testsuites/psxtests/psxhdrs/complex/csinh.c
+- testsuites/psxtests/psxhdrs/complex/csinhf.c
+- testsuites/psxtests/psxhdrs/complex/csinhl.c
+- testsuites/psxtests/psxhdrs/complex/csinl.c
+- testsuites/psxtests/psxhdrs/complex/csqrt.c
+- testsuites/psxtests/psxhdrs/complex/csqrtf.c
+- testsuites/psxtests/psxhdrs/complex/csqrtl.c
+- testsuites/psxtests/psxhdrs/complex/ctan.c
+- testsuites/psxtests/psxhdrs/complex/ctanf.c
+- testsuites/psxtests/psxhdrs/complex/ctanh.c
+- testsuites/psxtests/psxhdrs/complex/ctanhf.c
+- testsuites/psxtests/psxhdrs/complex/ctanhl.c
+- testsuites/psxtests/psxhdrs/complex/ctanl.c
+- testsuites/psxtests/psxhdrs/ctype/isalnum.c
+- testsuites/psxtests/psxhdrs/ctype/isalnum_l.c
+- testsuites/psxtests/psxhdrs/ctype/isalpha.c
+- testsuites/psxtests/psxhdrs/ctype/isalpha_l.c
+- testsuites/psxtests/psxhdrs/ctype/isascii.c
+- testsuites/psxtests/psxhdrs/ctype/isblank.c
+- testsuites/psxtests/psxhdrs/ctype/isblank_l.c
+- testsuites/psxtests/psxhdrs/ctype/iscntrl.c
+- testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c
+- testsuites/psxtests/psxhdrs/ctype/isdigit.c
+- testsuites/psxtests/psxhdrs/ctype/isdigit_l.c
+- testsuites/psxtests/psxhdrs/ctype/isgraph.c
+- testsuites/psxtests/psxhdrs/ctype/isgraph_l.c
+- testsuites/psxtests/psxhdrs/ctype/islower.c
+- testsuites/psxtests/psxhdrs/ctype/islower_l.c
+- testsuites/psxtests/psxhdrs/ctype/isprint.c
+- testsuites/psxtests/psxhdrs/ctype/isprint_l.c
+- testsuites/psxtests/psxhdrs/ctype/ispunct.c
+- testsuites/psxtests/psxhdrs/ctype/ispunct_l.c
+- testsuites/psxtests/psxhdrs/ctype/isspace.c
+- testsuites/psxtests/psxhdrs/ctype/isspace_l.c
+- testsuites/psxtests/psxhdrs/ctype/isupper.c
+- testsuites/psxtests/psxhdrs/ctype/isupper_l.c
+- testsuites/psxtests/psxhdrs/ctype/isxdigit.c
+- testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c
+- testsuites/psxtests/psxhdrs/ctype/toascii.c
+- testsuites/psxtests/psxhdrs/ctype/tolower.c
+- testsuites/psxtests/psxhdrs/ctype/tolower_l.c
+- testsuites/psxtests/psxhdrs/ctype/toupper.c
+- testsuites/psxtests/psxhdrs/ctype/toupper_l.c
 - testsuites/psxtests/psxhdrs/devctl/posix_devctl.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_create.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_detach.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_equal.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_exit.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_join.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_once.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_self.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_setconcurrency.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c
-- testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
-- testsuites/psxtests/psxhdrs/sched/sched_getparam.c
-- testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c
-- testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c
-- testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c
-- testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c
-- testsuites/psxtests/psxhdrs/sched/sched_setparam.c
-- testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c
-- testsuites/psxtests/psxhdrs/sched/sched_yield.c
-- testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c
-- testsuites/psxtests/psxhdrs/signal/raise.c
-- testsuites/psxtests/psxhdrs/signal/signal.c
-- testsuites/psxtests/psxhdrs/signal/sigpending.c
-- testsuites/psxtests/psxhdrs/signal/sigprocmask.c
-- testsuites/psxtests/psxhdrs/signal/sigsuspend.c
-- testsuites/psxtests/psxhdrs/signal/sigtimedwait.c
-- testsuites/psxtests/psxhdrs/signal/sigwait.c
-- testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c
-- testsuites/psxtests/psxhdrs/time/asctime.c
-- testsuites/psxtests/psxhdrs/time/asctime_r.c
-- testsuites/psxtests/psxhdrs/time/clock.c
-- testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c
-- testsuites/psxtests/psxhdrs/time/clock_getres.c
-- testsuites/psxtests/psxhdrs/time/clock_gettime.c
-- testsuites/psxtests/psxhdrs/time/clock_nanosleep.c
-- testsuites/psxtests/psxhdrs/time/clock_settime.c
-- testsuites/psxtests/psxhdrs/time/ctime.c
-- testsuites/psxtests/psxhdrs/time/ctime_r.c
-- testsuites/psxtests/psxhdrs/time/difftime.c
-- testsuites/psxtests/psxhdrs/time/gmtime.c
-- testsuites/psxtests/psxhdrs/time/gmtime_r.c
-- testsuites/psxtests/psxhdrs/time/localtime.c
-- testsuites/psxtests/psxhdrs/time/localtime_r.c
-- testsuites/psxtests/psxhdrs/time/mktime.c
-- testsuites/psxtests/psxhdrs/time/nanosleep.c
-- testsuites/psxtests/psxhdrs/time/strftime.c
-- testsuites/psxtests/psxhdrs/time/time.c
-- testsuites/psxtests/psxhdrs/time/timer_create.c
-- testsuites/psxtests/psxhdrs/time/timer_delete.c
-- testsuites/psxtests/psxhdrs/time/timer_getoverrun.c
-- testsuites/psxtests/psxhdrs/time/timer_gettime.c
-- testsuites/psxtests/psxhdrs/time/timer_settime.c
-- testsuites/psxtests/psxhdrs/unistd/alarm.c
-- testsuites/psxtests/psxhdrs/unistd/fdatasync.c
-- testsuites/psxtests/psxhdrs/unistd/fsync.c
-- testsuites/psxtests/psxhdrs/unistd/getegid.c
-- testsuites/psxtests/psxhdrs/unistd/geteuid.c
-- testsuites/psxtests/psxhdrs/unistd/getgid.c
-- testsuites/psxtests/psxhdrs/unistd/getgroups.c
-- testsuites/psxtests/psxhdrs/unistd/getlogin.c
-- testsuites/psxtests/psxhdrs/unistd/getlogin_r.c
-- testsuites/psxtests/psxhdrs/unistd/getpgrp.c
-- testsuites/psxtests/psxhdrs/unistd/getpid.c
-- testsuites/psxtests/psxhdrs/unistd/getppid.c
-- testsuites/psxtests/psxhdrs/unistd/getuid.c
-- testsuites/psxtests/psxhdrs/unistd/pause.c
-- testsuites/psxtests/psxhdrs/unistd/setgid.c
-- testsuites/psxtests/psxhdrs/unistd/setgroups.c
-- testsuites/psxtests/psxhdrs/unistd/setpgid.c
-- testsuites/psxtests/psxhdrs/unistd/setsid.c
-- testsuites/psxtests/psxhdrs/unistd/setuid.c
-- testsuites/psxtests/psxhdrs/unistd/sleep.c
-- testsuites/psxtests/psxhdrs/unistd/sync.c
-- testsuites/psxtests/psxhdrs/unistd/ualarm.c
-- testsuites/psxtests/psxhdrs/unistd/usleep.c
-- testsuites/psxtests/psxhdrs/sys/mman/mlockall.c
-- testsuites/psxtests/psxhdrs/utime/utime.c
-- testsuites/psxtests/psxhdrs/wordexp/wordexp.c
-- testsuites/psxtests/psxhdrs/wordexp/wordfree.c
-- testsuites/psxtests/psxhdrs/sys/mman/mlock.c
-- testsuites/psxtests/psxhdrs/sys/mman/mmap.c
-- testsuites/psxtests/psxhdrs/sys/mman/mprotect.c
-- testsuites/psxtests/psxhdrs/sys/mman/msync.c
-- testsuites/psxtests/psxhdrs/sys/mman/munlockall.c
-- testsuites/psxtests/psxhdrs/sys/mman/munlock.c
-- testsuites/psxtests/psxhdrs/sys/mman/munmap.c
-- testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c
-- testsuites/psxtests/psxhdrs/sys/mman/shm_open.c
-- testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
-- testsuites/psxtests/psxhdrs/sys/socket/accept.c
-- testsuites/psxtests/psxhdrs/sys/socket/bind.c
-- testsuites/psxtests/psxhdrs/sys/socket/connect.c
-- testsuites/psxtests/psxhdrs/sys/socket/getpeername.c
-- testsuites/psxtests/psxhdrs/sys/socket/getsockname.c
-- testsuites/psxtests/psxhdrs/sys/socket/getsockopt.c
-- testsuites/psxtests/psxhdrs/sys/socket/listen.c
-- testsuites/psxtests/psxhdrs/sys/socket/recv.c
-- testsuites/psxtests/psxhdrs/sys/socket/recvfrom.c
-- testsuites/psxtests/psxhdrs/sys/socket/recvmsg.c
-- testsuites/psxtests/psxhdrs/sys/socket/send.c
-- testsuites/psxtests/psxhdrs/sys/socket/sendmsg.c
-- testsuites/psxtests/psxhdrs/sys/socket/sendto.c
-- testsuites/psxtests/psxhdrs/sys/socket/setsockopt.c
-- testsuites/psxtests/psxhdrs/sys/socket/shutdown.c
-- testsuites/psxtests/psxhdrs/sys/socket/socket.c
-- testsuites/psxtests/psxhdrs/sys/socket/socketpair.c
-- testsuites/psxtests/psxhdrs/sys/stat/chmod.c
-- testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c
-- testsuites/psxtests/psxhdrs/sys/stat/fchmod.c
-- testsuites/psxtests/psxhdrs/sys/stat/fstatat.c
-- testsuites/psxtests/psxhdrs/sys/stat/fstat.c
-- testsuites/psxtests/psxhdrs/sys/stat/futimens.c
-- testsuites/psxtests/psxhdrs/sys/stat/lstat.c
-- testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c
-- testsuites/psxtests/psxhdrs/sys/stat/mkdir.c
-- testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c
-- testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c
-- testsuites/psxtests/psxhdrs/sys/stat/mknodat.c
-- testsuites/psxtests/psxhdrs/sys/stat/mknod.c
-- testsuites/psxtests/psxhdrs/sys/stat/stat.c
-- testsuites/psxtests/psxhdrs/sys/stat/umask.c
-- testsuites/psxtests/psxhdrs/sys/stat/utimensat.c
-- testsuites/psxtests/psxhdrs/sys/time/select.c
-- testsuites/psxtests/psxhdrs/sys/time/utimes.c
-- testsuites/psxtests/psxhdrs/sys/time/setitimer.c
-- testsuites/psxtests/psxhdrs/sys/time/getitimer.c
-- testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c
-- testsuites/psxtests/psxhdrs/sys/utsname/uname.c
 - testsuites/psxtests/psxhdrs/dirent/alphasort.c
 - testsuites/psxtests/psxhdrs/dirent/closedir.c
 - testsuites/psxtests/psxhdrs/dirent/opendir.c
@@ -205,11 +147,37 @@ source:
 - testsuites/psxtests/psxhdrs/dirent/scandir.c
 - testsuites/psxtests/psxhdrs/dirent/seekdir.c
 - testsuites/psxtests/psxhdrs/dirent/telldir.c
+- testsuites/psxtests/psxhdrs/dlfcn/dlclose.c
+- testsuites/psxtests/psxhdrs/dlfcn/dlerror.c
+- testsuites/psxtests/psxhdrs/dlfcn/dlopen.c
+- testsuites/psxtests/psxhdrs/dlfcn/dlsym.c
 - testsuites/psxtests/psxhdrs/errno/errno.c
+- testsuites/psxtests/psxhdrs/fcntl/creat.c
+- testsuites/psxtests/psxhdrs/fcntl/fcntl.c
+- testsuites/psxtests/psxhdrs/fcntl/open.c
+- testsuites/psxtests/psxhdrs/fcntl/openat.c
+- testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c
 - testsuites/psxtests/psxhdrs/glob/glob.c
 - testsuites/psxtests/psxhdrs/glob/globfree.c
+- testsuites/psxtests/psxhdrs/iconv/iconv.c
+- testsuites/psxtests/psxhdrs/iconv/iconv_close.c
+- testsuites/psxtests/psxhdrs/iconv/iconv_open.c
+- testsuites/psxtests/psxhdrs/inttypes/imaxabs.c
+- testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c
+- testsuites/psxtests/psxhdrs/inttypes/strtoimax.c
+- testsuites/psxtests/psxhdrs/inttypes/strtoumax.c
+- testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c
+- testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c
+- testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c
+- testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c
 - testsuites/psxtests/psxhdrs/libgen/basename.c
 - testsuites/psxtests/psxhdrs/libgen/dirname.c
+- testsuites/psxtests/psxhdrs/locale/duplocale.c
+- testsuites/psxtests/psxhdrs/locale/freelocale.c
+- testsuites/psxtests/psxhdrs/locale/localeconv.c
+- testsuites/psxtests/psxhdrs/locale/newlocale.c
+- testsuites/psxtests/psxhdrs/locale/setlocale.c
+- testsuites/psxtests/psxhdrs/locale/uselocale.c
 - testsuites/psxtests/psxhdrs/math/acos.c
 - testsuites/psxtests/psxhdrs/math/acosf.c
 - testsuites/psxtests/psxhdrs/math/acosh.c
@@ -222,10 +190,10 @@ source:
 - testsuites/psxtests/psxhdrs/math/asinhf.c
 - testsuites/psxtests/psxhdrs/math/asinhl.c
 - testsuites/psxtests/psxhdrs/math/asinl.c
+- testsuites/psxtests/psxhdrs/math/atan.c
 - testsuites/psxtests/psxhdrs/math/atan2.c
 - testsuites/psxtests/psxhdrs/math/atan2f.c
 - testsuites/psxtests/psxhdrs/math/atan2l.c
-- testsuites/psxtests/psxhdrs/math/atan.c
 - testsuites/psxtests/psxhdrs/math/atanf.c
 - testsuites/psxtests/psxhdrs/math/atanh.c
 - testsuites/psxtests/psxhdrs/math/atanhf.c
@@ -252,10 +220,10 @@ source:
 - testsuites/psxtests/psxhdrs/math/erfcl.c
 - testsuites/psxtests/psxhdrs/math/erff.c
 - testsuites/psxtests/psxhdrs/math/erfl.c
+- testsuites/psxtests/psxhdrs/math/exp.c
 - testsuites/psxtests/psxhdrs/math/exp2.c
 - testsuites/psxtests/psxhdrs/math/exp2f.c
 - testsuites/psxtests/psxhdrs/math/exp2l.c
-- testsuites/psxtests/psxhdrs/math/exp.c
 - testsuites/psxtests/psxhdrs/math/expf.c
 - testsuites/psxtests/psxhdrs/math/expl.c
 - testsuites/psxtests/psxhdrs/math/expm1.c
@@ -314,6 +282,7 @@ source:
 - testsuites/psxtests/psxhdrs/math/llround.c
 - testsuites/psxtests/psxhdrs/math/llroundf.c
 - testsuites/psxtests/psxhdrs/math/llroundl.c
+- testsuites/psxtests/psxhdrs/math/log.c
 - testsuites/psxtests/psxhdrs/math/log10.c
 - testsuites/psxtests/psxhdrs/math/log10f.c
 - testsuites/psxtests/psxhdrs/math/log10l.c
@@ -326,7 +295,6 @@ source:
 - testsuites/psxtests/psxhdrs/math/logb.c
 - testsuites/psxtests/psxhdrs/math/logbf.c
 - testsuites/psxtests/psxhdrs/math/logbl.c
-- testsuites/psxtests/psxhdrs/math/log.c
 - testsuites/psxtests/psxhdrs/math/logf.c
 - testsuites/psxtests/psxhdrs/math/logl.c
 - testsuites/psxtests/psxhdrs/math/lrint.c
@@ -399,26 +367,152 @@ source:
 - testsuites/psxtests/psxhdrs/math/y1f.c
 - testsuites/psxtests/psxhdrs/math/yn.c
 - testsuites/psxtests/psxhdrs/math/ynf.c
-- testsuites/psxtests/psxhdrs/mqueue/mq_open.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_close.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c
-- testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_notify.c
+- testsuites/psxtests/psxhdrs/mqueue/mq_open.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_receive.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_send.c
+- testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c
 - testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_init.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_open.c
+- testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c
+- testsuites/psxtests/psxhdrs/net/if/if_indextoname.c
+- testsuites/psxtests/psxhdrs/net/if/if_nameindex.c
+- testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c
+- testsuites/psxtests/psxhdrs/netdb/endhostent.c
+- testsuites/psxtests/psxhdrs/netdb/endnetent.c
+- testsuites/psxtests/psxhdrs/netdb/endprotoent.c
+- testsuites/psxtests/psxhdrs/netdb/endservent.c
+- testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
+- testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
+- testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
+- testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
+- testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
+- testsuites/psxtests/psxhdrs/netdb/gethostent.c
+- testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
+- testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
+- testsuites/psxtests/psxhdrs/netdb/getnetent.c
+- testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
+- testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
+- testsuites/psxtests/psxhdrs/netdb/getprotoent.c
+- testsuites/psxtests/psxhdrs/netdb/getservbyname.c
+- testsuites/psxtests/psxhdrs/netdb/getservbyport.c
+- testsuites/psxtests/psxhdrs/netdb/getservent.c
+- testsuites/psxtests/psxhdrs/netdb/h_errno.c
+- testsuites/psxtests/psxhdrs/netdb/sethostent.c
+- testsuites/psxtests/psxhdrs/netdb/setnetent.c
+- testsuites/psxtests/psxhdrs/netdb/setservent.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_create.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_detach.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_equal.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_exit.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_join.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_once.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_self.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_setconcurrency.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c
+- testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
+- testsuites/psxtests/psxhdrs/pwd/endpwent.c
+- testsuites/psxtests/psxhdrs/pwd/getpwent.c
+- testsuites/psxtests/psxhdrs/pwd/getpwnam.c
+- testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c
+- testsuites/psxtests/psxhdrs/pwd/getpwuid.c
+- testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c
+- testsuites/psxtests/psxhdrs/pwd/setpwent.c
+- testsuites/psxtests/psxhdrs/regex/regcomp.c
+- testsuites/psxtests/psxhdrs/regex/regerror.c
+- testsuites/psxtests/psxhdrs/regex/regexec.c
+- testsuites/psxtests/psxhdrs/regex/regfree.c
+- testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c
+- testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c
+- testsuites/psxtests/psxhdrs/sched/sched_getparam.c
+- testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c
+- testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c
+- testsuites/psxtests/psxhdrs/sched/sched_setparam.c
+- testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c
+- testsuites/psxtests/psxhdrs/sched/sched_yield.c
 - testsuites/psxtests/psxhdrs/semaphore/sem_close.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c
 - testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_init.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_open.c
 - testsuites/psxtests/psxhdrs/semaphore/sem_post.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_wait.c
-- testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c
 - testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c
+- testsuites/psxtests/psxhdrs/semaphore/sem_wait.c
+- testsuites/psxtests/psxhdrs/setjmp/longjmp.c
+- testsuites/psxtests/psxhdrs/setjmp/setjmp.c
+- testsuites/psxtests/psxhdrs/setjmp/siglongjmp.c
+- testsuites/psxtests/psxhdrs/setjmp/sigsetjmp.c
+- testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c
+- testsuites/psxtests/psxhdrs/signal/raise.c
+- testsuites/psxtests/psxhdrs/signal/signal.c
+- testsuites/psxtests/psxhdrs/signal/sigpending.c
+- testsuites/psxtests/psxhdrs/signal/sigprocmask.c
+- testsuites/psxtests/psxhdrs/signal/sigsuspend.c
+- testsuites/psxtests/psxhdrs/signal/sigtimedwait.c
+- testsuites/psxtests/psxhdrs/signal/sigwait.c
+- testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c
 - testsuites/psxtests/psxhdrs/stddef/offsetof.c
 - testsuites/psxtests/psxhdrs/stdio/clearerr.c
 - testsuites/psxtests/psxhdrs/stdio/ctermid.c
@@ -455,7 +549,9 @@ source:
 - testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c
 - testsuites/psxtests/psxhdrs/stdio/gets.c
 - testsuites/psxtests/psxhdrs/stdio/open_memstream.c
+- testsuites/psxtests/psxhdrs/stdio/pclose.c
 - testsuites/psxtests/psxhdrs/stdio/perror.c
+- testsuites/psxtests/psxhdrs/stdio/popen.c
 - testsuites/psxtests/psxhdrs/stdio/printf.c
 - testsuites/psxtests/psxhdrs/stdio/putc.c
 - testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c
@@ -486,8 +582,66 @@ source:
 - testsuites/psxtests/psxhdrs/stdio/vsnprintf.c
 - testsuites/psxtests/psxhdrs/stdio/vsprintf.c
 - testsuites/psxtests/psxhdrs/stdio/vsscanf.c
-- testsuites/psxtests/psxhdrs/stdio/pclose.c
-- testsuites/psxtests/psxhdrs/stdio/popen.c
+- testsuites/psxtests/psxhdrs/stdlib/_Exit.c
+- testsuites/psxtests/psxhdrs/stdlib/a64l.c
+- testsuites/psxtests/psxhdrs/stdlib/abort.c
+- testsuites/psxtests/psxhdrs/stdlib/abs.c
+- testsuites/psxtests/psxhdrs/stdlib/atexit.c
+- testsuites/psxtests/psxhdrs/stdlib/atof.c
+- testsuites/psxtests/psxhdrs/stdlib/atoi.c
+- testsuites/psxtests/psxhdrs/stdlib/atol.c
+- testsuites/psxtests/psxhdrs/stdlib/atoll.c
+- testsuites/psxtests/psxhdrs/stdlib/bsearch.c
+- testsuites/psxtests/psxhdrs/stdlib/calloc.c
+- testsuites/psxtests/psxhdrs/stdlib/div.c
+- testsuites/psxtests/psxhdrs/stdlib/drand48.c
+- testsuites/psxtests/psxhdrs/stdlib/erand48.c
+- testsuites/psxtests/psxhdrs/stdlib/exit.c
+- testsuites/psxtests/psxhdrs/stdlib/free.c
+- testsuites/psxtests/psxhdrs/stdlib/getenv.c
+- testsuites/psxtests/psxhdrs/stdlib/initstate.c
+- testsuites/psxtests/psxhdrs/stdlib/jrand48.c
+- testsuites/psxtests/psxhdrs/stdlib/l64a.c
+- testsuites/psxtests/psxhdrs/stdlib/labs.c
+- testsuites/psxtests/psxhdrs/stdlib/lcong48.c
+- testsuites/psxtests/psxhdrs/stdlib/ldiv.c
+- testsuites/psxtests/psxhdrs/stdlib/llabs.c
+- testsuites/psxtests/psxhdrs/stdlib/lldiv.c
+- testsuites/psxtests/psxhdrs/stdlib/lrand48.c
+- testsuites/psxtests/psxhdrs/stdlib/malloc.c
+- testsuites/psxtests/psxhdrs/stdlib/mblen.c
+- testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c
+- testsuites/psxtests/psxhdrs/stdlib/mbtowc.c
+- testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c
+- testsuites/psxtests/psxhdrs/stdlib/mkstemp.c
+- testsuites/psxtests/psxhdrs/stdlib/mrand48.c
+- testsuites/psxtests/psxhdrs/stdlib/nrand48.c
+- testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c
+- testsuites/psxtests/psxhdrs/stdlib/putenv.c
+- testsuites/psxtests/psxhdrs/stdlib/qsort.c
+- testsuites/psxtests/psxhdrs/stdlib/rand.c
+- testsuites/psxtests/psxhdrs/stdlib/rand_r.c
+- testsuites/psxtests/psxhdrs/stdlib/random.c
+- testsuites/psxtests/psxhdrs/stdlib/realloc.c
+- testsuites/psxtests/psxhdrs/stdlib/realpath.c
+- testsuites/psxtests/psxhdrs/stdlib/seed48.c
+- testsuites/psxtests/psxhdrs/stdlib/setenv.c
+- testsuites/psxtests/psxhdrs/stdlib/setkey.c
+- testsuites/psxtests/psxhdrs/stdlib/setstate.c
+- testsuites/psxtests/psxhdrs/stdlib/srand.c
+- testsuites/psxtests/psxhdrs/stdlib/srand48.c
+- testsuites/psxtests/psxhdrs/stdlib/srandom.c
+- testsuites/psxtests/psxhdrs/stdlib/strtod.c
+- testsuites/psxtests/psxhdrs/stdlib/strtof.c
+- testsuites/psxtests/psxhdrs/stdlib/strtol.c
+- testsuites/psxtests/psxhdrs/stdlib/strtold.c
+- testsuites/psxtests/psxhdrs/stdlib/strtoll.c
+- testsuites/psxtests/psxhdrs/stdlib/strtoul.c
+- testsuites/psxtests/psxhdrs/stdlib/strtoull.c
+- testsuites/psxtests/psxhdrs/stdlib/system.c
+- testsuites/psxtests/psxhdrs/stdlib/unsetenv.c
+- testsuites/psxtests/psxhdrs/stdlib/wcstombs.c
+- testsuites/psxtests/psxhdrs/stdlib/wctomb.c
 - testsuites/psxtests/psxhdrs/string/memccpy.c
 - testsuites/psxtests/psxhdrs/string/memchr.c
 - testsuites/psxtests/psxhdrs/string/memcmp.c
@@ -531,234 +685,127 @@ source:
 - testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c
 - testsuites/psxtests/psxhdrs/strings/strncasecmp.c
 - testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c
-- testsuites/psxtests/psxhdrs/dlfcn/dlopen.c
-- testsuites/psxtests/psxhdrs/dlfcn/dlclose.c
-- testsuites/psxtests/psxhdrs/dlfcn/dlerror.c
-- testsuites/psxtests/psxhdrs/dlfcn/dlsym.c
-- testsuites/psxtests/psxhdrs/fcntl/creat.c
-- testsuites/psxtests/psxhdrs/fcntl/fcntl.c
-- testsuites/psxtests/psxhdrs/fcntl/open.c
-- testsuites/psxtests/psxhdrs/fcntl/openat.c
-- testsuites/psxtests/psxhdrs/locale/newlocale.c
-- testsuites/psxtests/psxhdrs/locale/freelocale.c
-- testsuites/psxtests/psxhdrs/locale/uselocale.c
-- testsuites/psxtests/psxhdrs/locale/setlocale.c
-- testsuites/psxtests/psxhdrs/locale/duplocale.c
-- testsuites/psxtests/psxhdrs/locale/localeconv.c
-- testsuites/psxtests/psxhdrs/regex/regcomp.c
-- testsuites/psxtests/psxhdrs/regex/regerror.c
-- testsuites/psxtests/psxhdrs/regex/regexec.c
-- testsuites/psxtests/psxhdrs/regex/regfree.c
-- testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c
-- testsuites/psxtests/psxhdrs/iconv/iconv.c
-- testsuites/psxtests/psxhdrs/iconv/iconv_close.c
-- testsuites/psxtests/psxhdrs/iconv/iconv_open.c
-- testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c
-- testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c
-- testsuites/psxtests/psxhdrs/assert/assert.c
-- testsuites/psxtests/psxhdrs/complex/cabs.c
-- testsuites/psxtests/psxhdrs/complex/cabsf.c
-- testsuites/psxtests/psxhdrs/complex/cabsl.c
-- testsuites/psxtests/psxhdrs/complex/cacos.c
-- testsuites/psxtests/psxhdrs/complex/cacosf.c
-- testsuites/psxtests/psxhdrs/complex/cacosh.c
-- testsuites/psxtests/psxhdrs/complex/cacoshf.c
-- testsuites/psxtests/psxhdrs/complex/cacoshl.c
-- testsuites/psxtests/psxhdrs/complex/cacosl.c
-- testsuites/psxtests/psxhdrs/complex/carg.c
-- testsuites/psxtests/psxhdrs/complex/cargf.c
-- testsuites/psxtests/psxhdrs/complex/cargl.c
-- testsuites/psxtests/psxhdrs/complex/casin.c
-- testsuites/psxtests/psxhdrs/complex/casinf.c
-- testsuites/psxtests/psxhdrs/complex/casinh.c
-- testsuites/psxtests/psxhdrs/complex/casinhf.c
-- testsuites/psxtests/psxhdrs/complex/casinhl.c
-- testsuites/psxtests/psxhdrs/complex/casinl.c
-- testsuites/psxtests/psxhdrs/complex/catan.c
-- testsuites/psxtests/psxhdrs/complex/catanf.c
-- testsuites/psxtests/psxhdrs/complex/catanh.c
-- testsuites/psxtests/psxhdrs/complex/catanhf.c
-- testsuites/psxtests/psxhdrs/complex/catanhl.c
-- testsuites/psxtests/psxhdrs/complex/catanl.c
-- testsuites/psxtests/psxhdrs/complex/ccos.c
-- testsuites/psxtests/psxhdrs/complex/ccosf.c
-- testsuites/psxtests/psxhdrs/complex/ccosh.c
-- testsuites/psxtests/psxhdrs/complex/ccoshf.c
-- testsuites/psxtests/psxhdrs/complex/ccoshl.c
-- testsuites/psxtests/psxhdrs/complex/ccosl.c
-- testsuites/psxtests/psxhdrs/complex/cexp.c
-- testsuites/psxtests/psxhdrs/complex/cexpf.c
-- testsuites/psxtests/psxhdrs/complex/cexpl.c
-- testsuites/psxtests/psxhdrs/complex/cimag.c
-- testsuites/psxtests/psxhdrs/complex/cimagf.c
-- testsuites/psxtests/psxhdrs/complex/cimagl.c
-- testsuites/psxtests/psxhdrs/complex/clog.c
-- testsuites/psxtests/psxhdrs/complex/clogf.c
-- testsuites/psxtests/psxhdrs/complex/clogl.c
-- testsuites/psxtests/psxhdrs/complex/conj.c
-- testsuites/psxtests/psxhdrs/complex/conjf.c
-- testsuites/psxtests/psxhdrs/complex/conjl.c
-- testsuites/psxtests/psxhdrs/complex/cpow.c
-- testsuites/psxtests/psxhdrs/complex/cpowf.c
-- testsuites/psxtests/psxhdrs/complex/cpowl.c
-- testsuites/psxtests/psxhdrs/complex/cproj.c
-- testsuites/psxtests/psxhdrs/complex/cprojf.c
-- testsuites/psxtests/psxhdrs/complex/cprojl.c
-- testsuites/psxtests/psxhdrs/complex/creal.c
-- testsuites/psxtests/psxhdrs/complex/crealf.c
-- testsuites/psxtests/psxhdrs/complex/creall.c
-- testsuites/psxtests/psxhdrs/complex/csin.c
-- testsuites/psxtests/psxhdrs/complex/csinf.c
-- testsuites/psxtests/psxhdrs/complex/csinh.c
-- testsuites/psxtests/psxhdrs/complex/csinhf.c
-- testsuites/psxtests/psxhdrs/complex/csinhl.c
-- testsuites/psxtests/psxhdrs/complex/csinl.c
-- testsuites/psxtests/psxhdrs/complex/csqrt.c
-- testsuites/psxtests/psxhdrs/complex/csqrtf.c
-- testsuites/psxtests/psxhdrs/complex/csqrtl.c
-- testsuites/psxtests/psxhdrs/complex/ctan.c
-- testsuites/psxtests/psxhdrs/complex/ctanf.c
-- testsuites/psxtests/psxhdrs/complex/ctanh.c
-- testsuites/psxtests/psxhdrs/complex/ctanhf.c
-- testsuites/psxtests/psxhdrs/complex/ctanhl.c
-- testsuites/psxtests/psxhdrs/complex/ctanl.c
-- testsuites/psxtests/psxhdrs/ctype/isalnum.c
-- testsuites/psxtests/psxhdrs/ctype/isalnum_l.c
-- testsuites/psxtests/psxhdrs/ctype/isalpha.c
-- testsuites/psxtests/psxhdrs/ctype/isalpha_l.c
-- testsuites/psxtests/psxhdrs/ctype/isascii.c
-- testsuites/psxtests/psxhdrs/ctype/isblank.c
-- testsuites/psxtests/psxhdrs/ctype/isblank_l.c
-- testsuites/psxtests/psxhdrs/ctype/iscntrl.c
-- testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c
-- testsuites/psxtests/psxhdrs/ctype/isdigit.c
-- testsuites/psxtests/psxhdrs/ctype/isdigit_l.c
-- testsuites/psxtests/psxhdrs/ctype/isgraph.c
-- testsuites/psxtests/psxhdrs/ctype/isgraph_l.c
-- testsuites/psxtests/psxhdrs/ctype/islower.c
-- testsuites/psxtests/psxhdrs/ctype/islower_l.c
-- testsuites/psxtests/psxhdrs/ctype/isprint.c
-- testsuites/psxtests/psxhdrs/ctype/isprint_l.c
-- testsuites/psxtests/psxhdrs/ctype/ispunct.c
-- testsuites/psxtests/psxhdrs/ctype/ispunct_l.c
-- testsuites/psxtests/psxhdrs/ctype/isspace.c
-- testsuites/psxtests/psxhdrs/ctype/isspace_l.c
-- testsuites/psxtests/psxhdrs/ctype/isupper.c
-- testsuites/psxtests/psxhdrs/ctype/isupper_l.c
-- testsuites/psxtests/psxhdrs/ctype/isxdigit.c
-- testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c
-- testsuites/psxtests/psxhdrs/ctype/toascii.c
-- testsuites/psxtests/psxhdrs/ctype/tolower.c
-- testsuites/psxtests/psxhdrs/ctype/tolower_l.c
-- testsuites/psxtests/psxhdrs/ctype/toupper.c
-- testsuites/psxtests/psxhdrs/ctype/toupper_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswalnum.c
-- testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswalpha.c
-- testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswblank.c
-- testsuites/psxtests/psxhdrs/wctype/iswblank_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswcntrl.c
-- testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswctype.c
-- testsuites/psxtests/psxhdrs/wctype/iswctype_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswdigit.c
-- testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswgraph.c
-- testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswlower.c
-- testsuites/psxtests/psxhdrs/wctype/iswlower_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswprint.c
-- testsuites/psxtests/psxhdrs/wctype/iswprint_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswpunct.c
-- testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswspace.c
-- testsuites/psxtests/psxhdrs/wctype/iswspace_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswupper.c
-- testsuites/psxtests/psxhdrs/wctype/iswupper_l.c
-- testsuites/psxtests/psxhdrs/wctype/iswxdigit.c
-- testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c
-- testsuites/psxtests/psxhdrs/wctype/towctrans.c
-- testsuites/psxtests/psxhdrs/wctype/towctrans_l.c
-- testsuites/psxtests/psxhdrs/wctype/towlower.c
-- testsuites/psxtests/psxhdrs/wctype/towlower_l.c
-- testsuites/psxtests/psxhdrs/wctype/wctrans.c
-- testsuites/psxtests/psxhdrs/wctype/wctrans_l.c
-- testsuites/psxtests/psxhdrs/wctype/wctype.c
-- testsuites/psxtests/psxhdrs/wctype/wctype_l.c
-- testsuites/psxtests/psxhdrs/inttypes/imaxabs.c
-- testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c
-- testsuites/psxtests/psxhdrs/inttypes/strtoimax.c
-- testsuites/psxtests/psxhdrs/inttypes/strtoumax.c
-- testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c
-- testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c
-- testsuites/psxtests/psxhdrs/netdb/endhostent.c
-- testsuites/psxtests/psxhdrs/netdb/endnetent.c
-- testsuites/psxtests/psxhdrs/netdb/endprotoent.c
-- testsuites/psxtests/psxhdrs/netdb/endservent.c
-- testsuites/psxtests/psxhdrs/netdb/sethostent.c
-- testsuites/psxtests/psxhdrs/netdb/setnetent.c
-- testsuites/psxtests/psxhdrs/netdb/setservent.c
-- testsuites/psxtests/psxhdrs/netdb/gethostent.c
-- testsuites/psxtests/psxhdrs/netdb/getprotoent.c
-- testsuites/psxtests/psxhdrs/netdb/getnetent.c
-- testsuites/psxtests/psxhdrs/netdb/getservent.c
-- testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
-- testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
-- testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
-- testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
-- testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
-- testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
-- testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
-- testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
-- testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
-- testsuites/psxtests/psxhdrs/netdb/getservbyname.c
-- testsuites/psxtests/psxhdrs/netdb/getservbyport.c
-- testsuites/psxtests/psxhdrs/netdb/h_errno.c
-- testsuites/psxtests/psxhdrs/net/if/if_freenameindex.c
-- testsuites/psxtests/psxhdrs/net/if/if_indextoname.c
-- testsuites/psxtests/psxhdrs/net/if/if_nameindex.c
-- testsuites/psxtests/psxhdrs/net/if/if_nametoindex.c
-- testsuites/psxtests/psxhdrs/arpa/inet/inet_addr.c
-- testsuites/psxtests/psxhdrs/arpa/inet/inet_ntop.c
-- testsuites/psxtests/psxhdrs/arpa/inet/inet_ntoa.c
-- testsuites/psxtests/psxhdrs/arpa/inet/inet_pton.c
-- testsuites/psxtests/psxhdrs/pwd/endpwent.c
-- testsuites/psxtests/psxhdrs/pwd/getpwent.c
-- testsuites/psxtests/psxhdrs/pwd/getpwnam.c
-- testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c
-- testsuites/psxtests/psxhdrs/pwd/setpwent.c
-- testsuites/psxtests/psxhdrs/pwd/getpwuid.c
-- testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c
+- testsuites/psxtests/psxhdrs/sys/mman/mlock.c
+- testsuites/psxtests/psxhdrs/sys/mman/mlockall.c
+- testsuites/psxtests/psxhdrs/sys/mman/mmap.c
+- testsuites/psxtests/psxhdrs/sys/mman/mprotect.c
+- testsuites/psxtests/psxhdrs/sys/mman/msync.c
+- testsuites/psxtests/psxhdrs/sys/mman/munlock.c
+- testsuites/psxtests/psxhdrs/sys/mman/munlockall.c
+- testsuites/psxtests/psxhdrs/sys/mman/munmap.c
+- testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c
+- testsuites/psxtests/psxhdrs/sys/mman/shm_open.c
+- testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
+- testsuites/psxtests/psxhdrs/sys/resource/getrusage.c
+- testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c
+- testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c
+- testsuites/psxtests/psxhdrs/sys/select/FD_SET.c
+- testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c
+- testsuites/psxtests/psxhdrs/sys/select/pselect.c
+- testsuites/psxtests/psxhdrs/sys/select/select.c
+- testsuites/psxtests/psxhdrs/sys/socket/accept.c
+- testsuites/psxtests/psxhdrs/sys/socket/bind.c
+- testsuites/psxtests/psxhdrs/sys/socket/connect.c
+- testsuites/psxtests/psxhdrs/sys/socket/getpeername.c
+- testsuites/psxtests/psxhdrs/sys/socket/getsockname.c
+- testsuites/psxtests/psxhdrs/sys/socket/getsockopt.c
+- testsuites/psxtests/psxhdrs/sys/socket/listen.c
+- testsuites/psxtests/psxhdrs/sys/socket/recv.c
+- testsuites/psxtests/psxhdrs/sys/socket/recvfrom.c
+- testsuites/psxtests/psxhdrs/sys/socket/recvmsg.c
+- testsuites/psxtests/psxhdrs/sys/socket/send.c
+- testsuites/psxtests/psxhdrs/sys/socket/sendmsg.c
+- testsuites/psxtests/psxhdrs/sys/socket/sendto.c
+- testsuites/psxtests/psxhdrs/sys/socket/setsockopt.c
+- testsuites/psxtests/psxhdrs/sys/socket/shutdown.c
+- testsuites/psxtests/psxhdrs/sys/socket/socket.c
+- testsuites/psxtests/psxhdrs/sys/socket/socketpair.c
+- testsuites/psxtests/psxhdrs/sys/stat/chmod.c
+- testsuites/psxtests/psxhdrs/sys/stat/fchmod.c
+- testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c
+- testsuites/psxtests/psxhdrs/sys/stat/fstat.c
+- testsuites/psxtests/psxhdrs/sys/stat/fstatat.c
+- testsuites/psxtests/psxhdrs/sys/stat/futimens.c
+- testsuites/psxtests/psxhdrs/sys/stat/lstat.c
+- testsuites/psxtests/psxhdrs/sys/stat/mkdir.c
+- testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c
+- testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c
+- testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c
+- testsuites/psxtests/psxhdrs/sys/stat/mknod.c
+- testsuites/psxtests/psxhdrs/sys/stat/mknodat.c
+- testsuites/psxtests/psxhdrs/sys/stat/stat.c
+- testsuites/psxtests/psxhdrs/sys/stat/umask.c
+- testsuites/psxtests/psxhdrs/sys/stat/utimensat.c
+- testsuites/psxtests/psxhdrs/sys/time/getitimer.c
+- testsuites/psxtests/psxhdrs/sys/time/gettimeofday.c
+- testsuites/psxtests/psxhdrs/sys/time/select.c
+- testsuites/psxtests/psxhdrs/sys/time/setitimer.c
+- testsuites/psxtests/psxhdrs/sys/time/utimes.c
+- testsuites/psxtests/psxhdrs/sys/times/times.c
+- testsuites/psxtests/psxhdrs/sys/utsname/uname.c
 - testsuites/psxtests/psxhdrs/syslog/closelog.c
 - testsuites/psxtests/psxhdrs/syslog/openlog.c
 - testsuites/psxtests/psxhdrs/syslog/setlogmask.c
 - testsuites/psxtests/psxhdrs/syslog/syslog.c
-- testsuites/psxtests/psxhdrs/c11/threads/call_once.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c
-- testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c
-- testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c
-- testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c
-- testsuites/psxtests/psxhdrs/c11/threads/tss_create.c
-- testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c
-- testsuites/psxtests/psxhdrs/c11/threads/tss_get.c
-- testsuites/psxtests/psxhdrs/c11/threads/tss_set.c
+- testsuites/psxtests/psxhdrs/termios/cfgetispeed.c
+- testsuites/psxtests/psxhdrs/termios/cfgetospeed.c
+- testsuites/psxtests/psxhdrs/termios/cfsetispeed.c
+- testsuites/psxtests/psxhdrs/termios/cfsetospeed.c
+- testsuites/psxtests/psxhdrs/termios/tcdrain.c
+- testsuites/psxtests/psxhdrs/termios/tcflow.c
+- testsuites/psxtests/psxhdrs/termios/tcflush.c
+- testsuites/psxtests/psxhdrs/termios/tcgetattr.c
+- testsuites/psxtests/psxhdrs/termios/tcgetsid.c
+- testsuites/psxtests/psxhdrs/termios/tcsendbreak.c
+- testsuites/psxtests/psxhdrs/termios/tcsetattr.c
+- testsuites/psxtests/psxhdrs/time/asctime.c
+- testsuites/psxtests/psxhdrs/time/asctime_r.c
+- testsuites/psxtests/psxhdrs/time/clock.c
+- testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c
+- testsuites/psxtests/psxhdrs/time/clock_getres.c
+- testsuites/psxtests/psxhdrs/time/clock_gettime.c
+- testsuites/psxtests/psxhdrs/time/clock_nanosleep.c
+- testsuites/psxtests/psxhdrs/time/clock_settime.c
+- testsuites/psxtests/psxhdrs/time/ctime.c
+- testsuites/psxtests/psxhdrs/time/ctime_r.c
+- testsuites/psxtests/psxhdrs/time/difftime.c
+- testsuites/psxtests/psxhdrs/time/gmtime.c
+- testsuites/psxtests/psxhdrs/time/gmtime_r.c
+- testsuites/psxtests/psxhdrs/time/localtime.c
+- testsuites/psxtests/psxhdrs/time/localtime_r.c
+- testsuites/psxtests/psxhdrs/time/mktime.c
+- testsuites/psxtests/psxhdrs/time/nanosleep.c
+- testsuites/psxtests/psxhdrs/time/strftime.c
+- testsuites/psxtests/psxhdrs/time/time.c
+- testsuites/psxtests/psxhdrs/time/timer_create.c
+- testsuites/psxtests/psxhdrs/time/timer_delete.c
+- testsuites/psxtests/psxhdrs/time/timer_getoverrun.c
+- testsuites/psxtests/psxhdrs/time/timer_gettime.c
+- testsuites/psxtests/psxhdrs/time/timer_settime.c
+- testsuites/psxtests/psxhdrs/unistd/alarm.c
+- testsuites/psxtests/psxhdrs/unistd/fdatasync.c
+- testsuites/psxtests/psxhdrs/unistd/fsync.c
+- testsuites/psxtests/psxhdrs/unistd/getegid.c
+- testsuites/psxtests/psxhdrs/unistd/geteuid.c
+- testsuites/psxtests/psxhdrs/unistd/getgid.c
+- testsuites/psxtests/psxhdrs/unistd/getgroups.c
+- testsuites/psxtests/psxhdrs/unistd/getlogin.c
+- testsuites/psxtests/psxhdrs/unistd/getlogin_r.c
+- testsuites/psxtests/psxhdrs/unistd/getpgrp.c
+- testsuites/psxtests/psxhdrs/unistd/getpid.c
+- testsuites/psxtests/psxhdrs/unistd/getppid.c
+- testsuites/psxtests/psxhdrs/unistd/getuid.c
+- testsuites/psxtests/psxhdrs/unistd/pause.c
+- testsuites/psxtests/psxhdrs/unistd/setgid.c
+- testsuites/psxtests/psxhdrs/unistd/setgroups.c
+- testsuites/psxtests/psxhdrs/unistd/setpgid.c
+- testsuites/psxtests/psxhdrs/unistd/setsid.c
+- testsuites/psxtests/psxhdrs/unistd/setuid.c
+- testsuites/psxtests/psxhdrs/unistd/sleep.c
+- testsuites/psxtests/psxhdrs/unistd/sync.c
+- testsuites/psxtests/psxhdrs/unistd/ualarm.c
+- testsuites/psxtests/psxhdrs/unistd/usleep.c
+- testsuites/psxtests/psxhdrs/utime/utime.c
 - testsuites/psxtests/psxhdrs/wchar/btowc.c
 - testsuites/psxtests/psxhdrs/wchar/fgetwc.c
 - testsuites/psxtests/psxhdrs/wchar/fgetws.c
@@ -841,88 +888,41 @@ source:
 - testsuites/psxtests/psxhdrs/wchar/wmemset.c
 - testsuites/psxtests/psxhdrs/wchar/wprintf.c
 - testsuites/psxtests/psxhdrs/wchar/wscanf.c
-- testsuites/psxtests/psxhdrs/stdlib/_Exit.c
-- testsuites/psxtests/psxhdrs/stdlib/a64l.c
-- testsuites/psxtests/psxhdrs/stdlib/abort.c
-- testsuites/psxtests/psxhdrs/stdlib/abs.c
-- testsuites/psxtests/psxhdrs/stdlib/atexit.c
-- testsuites/psxtests/psxhdrs/stdlib/atof.c
-- testsuites/psxtests/psxhdrs/stdlib/atoi.c
-- testsuites/psxtests/psxhdrs/stdlib/atol.c
-- testsuites/psxtests/psxhdrs/stdlib/atoll.c
-- testsuites/psxtests/psxhdrs/stdlib/bsearch.c
-- testsuites/psxtests/psxhdrs/stdlib/calloc.c
-- testsuites/psxtests/psxhdrs/stdlib/div.c
-- testsuites/psxtests/psxhdrs/stdlib/drand48.c
-- testsuites/psxtests/psxhdrs/stdlib/erand48.c
-- testsuites/psxtests/psxhdrs/stdlib/exit.c
-- testsuites/psxtests/psxhdrs/stdlib/free.c
-- testsuites/psxtests/psxhdrs/stdlib/getenv.c
-- testsuites/psxtests/psxhdrs/stdlib/initstate.c
-- testsuites/psxtests/psxhdrs/stdlib/jrand48.c
-- testsuites/psxtests/psxhdrs/stdlib/l64a.c
-- testsuites/psxtests/psxhdrs/stdlib/labs.c
-- testsuites/psxtests/psxhdrs/stdlib/lcong48.c
-- testsuites/psxtests/psxhdrs/stdlib/ldiv.c
-- testsuites/psxtests/psxhdrs/stdlib/llabs.c
-- testsuites/psxtests/psxhdrs/stdlib/lldiv.c
-- testsuites/psxtests/psxhdrs/stdlib/lrand48.c
-- testsuites/psxtests/psxhdrs/stdlib/malloc.c
-- testsuites/psxtests/psxhdrs/stdlib/mblen.c
-- testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c
-- testsuites/psxtests/psxhdrs/stdlib/mbtowc.c
-- testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c
-- testsuites/psxtests/psxhdrs/stdlib/mkstemp.c
-- testsuites/psxtests/psxhdrs/stdlib/mrand48.c
-- testsuites/psxtests/psxhdrs/stdlib/nrand48.c
-- testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c
-- testsuites/psxtests/psxhdrs/stdlib/putenv.c
-- testsuites/psxtests/psxhdrs/stdlib/qsort.c
-- testsuites/psxtests/psxhdrs/stdlib/rand.c
-- testsuites/psxtests/psxhdrs/stdlib/rand_r.c
-- testsuites/psxtests/psxhdrs/stdlib/random.c
-- testsuites/psxtests/psxhdrs/stdlib/realloc.c
-- testsuites/psxtests/psxhdrs/stdlib/realpath.c
-- testsuites/psxtests/psxhdrs/stdlib/seed48.c
-- testsuites/psxtests/psxhdrs/stdlib/setenv.c
-- testsuites/psxtests/psxhdrs/stdlib/setkey.c
-- testsuites/psxtests/psxhdrs/stdlib/setstate.c
-- testsuites/psxtests/psxhdrs/stdlib/srand.c
-- testsuites/psxtests/psxhdrs/stdlib/srand48.c
-- testsuites/psxtests/psxhdrs/stdlib/srandom.c
-- testsuites/psxtests/psxhdrs/stdlib/strtod.c
-- testsuites/psxtests/psxhdrs/stdlib/strtof.c
-- testsuites/psxtests/psxhdrs/stdlib/strtol.c
-- testsuites/psxtests/psxhdrs/stdlib/strtold.c
-- testsuites/psxtests/psxhdrs/stdlib/strtoll.c
-- testsuites/psxtests/psxhdrs/stdlib/strtoul.c
-- testsuites/psxtests/psxhdrs/stdlib/strtoull.c
-- testsuites/psxtests/psxhdrs/stdlib/system.c
-- testsuites/psxtests/psxhdrs/stdlib/unsetenv.c
-- testsuites/psxtests/psxhdrs/stdlib/wcstombs.c
-- testsuites/psxtests/psxhdrs/stdlib/wctomb.c
-- testsuites/psxtests/psxhdrs/sys/times/times.c
-- testsuites/psxtests/psxhdrs/sys/resource/getrusage.c
-- testsuites/psxtests/psxhdrs/setjmp/longjmp.c
-- testsuites/psxtests/psxhdrs/setjmp/setjmp.c
-- testsuites/psxtests/psxhdrs/setjmp/siglongjmp.c
-- testsuites/psxtests/psxhdrs/setjmp/sigsetjmp.c
-- testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c
-- testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c
-- testsuites/psxtests/psxhdrs/sys/select/FD_SET.c
-- testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c
-- testsuites/psxtests/psxhdrs/sys/select/pselect.c
-- testsuites/psxtests/psxhdrs/sys/select/select.c
-- testsuites/psxtests/psxhdrs/termios/cfgetispeed.c
-- testsuites/psxtests/psxhdrs/termios/cfgetospeed.c
-- testsuites/psxtests/psxhdrs/termios/cfsetispeed.c
-- testsuites/psxtests/psxhdrs/termios/cfsetospeed.c
-- testsuites/psxtests/psxhdrs/termios/tcdrain.c
-- testsuites/psxtests/psxhdrs/termios/tcflow.c
-- testsuites/psxtests/psxhdrs/termios/tcflush.c
-- testsuites/psxtests/psxhdrs/termios/tcgetattr.c
-- testsuites/psxtests/psxhdrs/termios/tcgetsid.c
-- testsuites/psxtests/psxhdrs/termios/tcsendbreak.c
-- testsuites/psxtests/psxhdrs/termios/tcsetattr.c
+- testsuites/psxtests/psxhdrs/wctype/iswalnum.c
+- testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswalpha.c
+- testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswblank.c
+- testsuites/psxtests/psxhdrs/wctype/iswblank_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswcntrl.c
+- testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswctype.c
+- testsuites/psxtests/psxhdrs/wctype/iswctype_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswdigit.c
+- testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswgraph.c
+- testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswlower.c
+- testsuites/psxtests/psxhdrs/wctype/iswlower_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswprint.c
+- testsuites/psxtests/psxhdrs/wctype/iswprint_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswpunct.c
+- testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswspace.c
+- testsuites/psxtests/psxhdrs/wctype/iswspace_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswupper.c
+- testsuites/psxtests/psxhdrs/wctype/iswupper_l.c
+- testsuites/psxtests/psxhdrs/wctype/iswxdigit.c
+- testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c
+- testsuites/psxtests/psxhdrs/wctype/towctrans.c
+- testsuites/psxtests/psxhdrs/wctype/towctrans_l.c
+- testsuites/psxtests/psxhdrs/wctype/towlower.c
+- testsuites/psxtests/psxhdrs/wctype/towlower_l.c
+- testsuites/psxtests/psxhdrs/wctype/wctrans.c
+- testsuites/psxtests/psxhdrs/wctype/wctrans_l.c
+- testsuites/psxtests/psxhdrs/wctype/wctype.c
+- testsuites/psxtests/psxhdrs/wctype/wctype_l.c
+- testsuites/psxtests/psxhdrs/wordexp/wordexp.c
+- testsuites/psxtests/psxhdrs/wordexp/wordfree.c
 target: psxhdrs
 type: build
diff --git a/spec/build/testsuites/psxtests/psxmmap01.yml b/spec/build/testsuites/psxtests/psxmmap01.yml
index 3a96ce6..880835d 100644
--- a/spec/build/testsuites/psxtests/psxmmap01.yml
+++ b/spec/build/testsuites/psxtests/psxmmap01.yml
@@ -12,8 +12,8 @@ ldflags: []
 links: []
 source:
 - testsuites/psxtests/psxmmap01/init.c
-- testsuites/psxtests/psxmmap01/test_helper.c
 - testsuites/psxtests/psxmmap01/test_driver.c
+- testsuites/psxtests/psxmmap01/test_helper.c
 stlib: []
 target: testsuites/psxtests/psxmmap01.exe
 type: build
diff --git a/spec/build/testsuites/samples/basempnode1.yml b/spec/build/testsuites/samples/basempnode1.yml
index e4da6b6..5e5cbc8 100644
--- a/spec/build/testsuites/samples/basempnode1.yml
+++ b/spec/build/testsuites/samples/basempnode1.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/samples/base_mp/init1.c
 - testsuites/samples/base_mp/apptask.c
+- testsuites/samples/base_mp/init1.c
 stlib: []
 target: testsuites/samples/base_mp_node1.exe
 type: build
diff --git a/spec/build/testsuites/samples/basempnode2.yml b/spec/build/testsuites/samples/basempnode2.yml
index 6a83bc6..d62e68e 100644
--- a/spec/build/testsuites/samples/basempnode2.yml
+++ b/spec/build/testsuites/samples/basempnode2.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/samples/base_mp/init2.c
 - testsuites/samples/base_mp/apptask.c
+- testsuites/samples/base_mp/init2.c
 stlib: []
 target: testsuites/samples/base_mp_node2.exe
 type: build
diff --git a/spec/build/testsuites/samples/basesp.yml b/spec/build/testsuites/samples/basesp.yml
index 8431be7..d357e7c 100644
--- a/spec/build/testsuites/samples/basesp.yml
+++ b/spec/build/testsuites/samples/basesp.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/samples/base_sp/init.c
 - testsuites/samples/base_sp/apptask.c
+- testsuites/samples/base_sp/init.c
 stlib: []
 target: testsuites/samples/base_sp.exe
 type: build
diff --git a/spec/build/testsuites/samples/nsecs.yml b/spec/build/testsuites/samples/nsecs.yml
index 7f0c982..97a9d22 100644
--- a/spec/build/testsuites/samples/nsecs.yml
+++ b/spec/build/testsuites/samples/nsecs.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/samples/nsecs/init.c
 - testsuites/samples/nsecs/empty.c
+- testsuites/samples/nsecs/init.c
 stlib: []
 target: testsuites/samples/nsecs.exe
 type: build
diff --git a/spec/build/testsuites/smptests/smpscheduler05.yml b/spec/build/testsuites/smptests/smpscheduler05.yml
index e365f35..b2b911b 100644
--- a/spec/build/testsuites/smptests/smpscheduler05.yml
+++ b/spec/build/testsuites/smptests/smpscheduler05.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/smptests/smpscheduler05/init.c
 - testsuites/smptests/smpscheduler03/test.c
+- testsuites/smptests/smpscheduler05/init.c
 stlib: []
 target: testsuites/smptests/smpscheduler05.exe
 type: build
diff --git a/spec/build/testsuites/smptests/smpscheduler06.yml b/spec/build/testsuites/smptests/smpscheduler06.yml
index 9255a02..a362d87 100644
--- a/spec/build/testsuites/smptests/smpscheduler06.yml
+++ b/spec/build/testsuites/smptests/smpscheduler06.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/smptests/smpscheduler06/init.c
 - testsuites/smptests/smpscheduler03/test.c
+- testsuites/smptests/smpscheduler06/init.c
 stlib: []
 target: testsuites/smptests/smpscheduler06.exe
 type: build
diff --git a/spec/build/testsuites/smptests/smpscheduler07.yml b/spec/build/testsuites/smptests/smpscheduler07.yml
index a26aa1f..2d1adbf 100644
--- a/spec/build/testsuites/smptests/smpscheduler07.yml
+++ b/spec/build/testsuites/smptests/smpscheduler07.yml
@@ -12,8 +12,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/smptests/smpscheduler07/init.c
 - testsuites/smptests/smpscheduler03/test.c
+- testsuites/smptests/smpscheduler07/init.c
 stlib: []
 target: testsuites/smptests/smpscheduler07.exe
 type: build
diff --git a/spec/build/testsuites/sptests/sp02.yml b/spec/build/testsuites/sptests/sp02.yml
index b2f5c95..e0599b0 100644
--- a/spec/build/testsuites/sptests/sp02.yml
+++ b/spec/build/testsuites/sptests/sp02.yml
@@ -12,10 +12,10 @@ ldflags: []
 links: []
 source:
 - testsuites/sptests/sp02/init.c
+- testsuites/sptests/sp02/preempt.c
 - testsuites/sptests/sp02/task1.c
 - testsuites/sptests/sp02/task2.c
 - testsuites/sptests/sp02/task3.c
-- testsuites/sptests/sp02/preempt.c
 stlib: []
 target: testsuites/sptests/sp02.exe
 type: build
diff --git a/spec/build/testsuites/sptests/sp12.yml b/spec/build/testsuites/sptests/sp12.yml
index 8a80f88..bd92b7d 100644
--- a/spec/build/testsuites/sptests/sp12.yml
+++ b/spec/build/testsuites/sptests/sp12.yml
@@ -12,13 +12,13 @@ ldflags: []
 links: []
 source:
 - testsuites/sptests/sp12/init.c
+- testsuites/sptests/sp12/pridrv.c
+- testsuites/sptests/sp12/pritask.c
 - testsuites/sptests/sp12/task1.c
 - testsuites/sptests/sp12/task2.c
 - testsuites/sptests/sp12/task3.c
 - testsuites/sptests/sp12/task4.c
 - testsuites/sptests/sp12/task5.c
-- testsuites/sptests/sp12/pridrv.c
-- testsuites/sptests/sp12/pritask.c
 stlib: []
 target: testsuites/sptests/sp12.exe
 type: build
diff --git a/spec/build/testsuites/sptests/sp13.yml b/spec/build/testsuites/sptests/sp13.yml
index 96db980..2a7cfaa 100644
--- a/spec/build/testsuites/sptests/sp13.yml
+++ b/spec/build/testsuites/sptests/sp13.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/sp13/init.c
 - testsuites/sptests/sp13/fillbuff.c
+- testsuites/sptests/sp13/init.c
 - testsuites/sptests/sp13/putbuff.c
 - testsuites/sptests/sp13/task1.c
 - testsuites/sptests/sp13/task2.c
diff --git a/spec/build/testsuites/sptests/sp14.yml b/spec/build/testsuites/sptests/sp14.yml
index 0dae550..0394ac9 100644
--- a/spec/build/testsuites/sptests/sp14.yml
+++ b/spec/build/testsuites/sptests/sp14.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/sp14/init.c
 - testsuites/sptests/sp14/asr.c
+- testsuites/sptests/sp14/init.c
 - testsuites/sptests/sp14/task1.c
 - testsuites/sptests/sp14/task2.c
 stlib: []
diff --git a/spec/build/testsuites/sptests/sp17.yml b/spec/build/testsuites/sptests/sp17.yml
index 75c60b9..3a254fc 100644
--- a/spec/build/testsuites/sptests/sp17.yml
+++ b/spec/build/testsuites/sptests/sp17.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/sp17/init.c
 - testsuites/sptests/sp17/asr.c
+- testsuites/sptests/sp17/init.c
 - testsuites/sptests/sp17/task1.c
 - testsuites/sptests/sp17/task2.c
 stlib: []
diff --git a/spec/build/testsuites/sptests/sp19.yml b/spec/build/testsuites/sptests/sp19.yml
index 055d828..2817f15 100644
--- a/spec/build/testsuites/sptests/sp19.yml
+++ b/spec/build/testsuites/sptests/sp19.yml
@@ -11,9 +11,9 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/sp19/init.c
 - testsuites/sptests/sp19/first.c
 - testsuites/sptests/sp19/fptask.c
+- testsuites/sptests/sp19/init.c
 - testsuites/sptests/sp19/task1.c
 stlib: []
 target: testsuites/sptests/sp19.exe
diff --git a/spec/build/testsuites/sptests/sp20.yml b/spec/build/testsuites/sptests/sp20.yml
index eca28d6..91f12c4 100644
--- a/spec/build/testsuites/sptests/sp20.yml
+++ b/spec/build/testsuites/sptests/sp20.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/sp20/init.c
 - testsuites/sptests/sp20/getall.c
+- testsuites/sptests/sp20/init.c
 - testsuites/sptests/sp20/task1.c
 stlib: []
 target: testsuites/sptests/sp20.exe
diff --git a/spec/build/testsuites/sptests/sp22.yml b/spec/build/testsuites/sptests/sp22.yml
index 3f1d18e..2ce3846 100644
--- a/spec/build/testsuites/sptests/sp22.yml
+++ b/spec/build/testsuites/sptests/sp22.yml
@@ -11,9 +11,9 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/sptests/sp22/delay.c
 - testsuites/sptests/sp22/init.c
 - testsuites/sptests/sp22/prtime.c
-- testsuites/sptests/sp22/delay.c
 - testsuites/sptests/sp22/task1.c
 stlib: []
 target: testsuites/sptests/sp22.exe
diff --git a/spec/build/testsuites/sptests/spcbssched03.yml b/spec/build/testsuites/sptests/spcbssched03.yml
index 0cfc612..e283bf5 100644
--- a/spec/build/testsuites/sptests/spcbssched03.yml
+++ b/spec/build/testsuites/sptests/spcbssched03.yml
@@ -12,8 +12,8 @@ ldflags: []
 links: []
 source:
 - testsuites/sptests/spcbssched03/init.c
-- testsuites/sptests/spcbssched03/tasks_periodic.c
 - testsuites/sptests/spcbssched03/tasks_aperiodic.c
+- testsuites/sptests/spcbssched03/tasks_periodic.c
 stlib: []
 target: testsuites/sptests/spcbssched03.exe
 type: build
diff --git a/spec/build/testsuites/sptests/spclockerr01.yml b/spec/build/testsuites/sptests/spclockerr01.yml
index cf7cd2f..b522d6e 100644
--- a/spec/build/testsuites/sptests/spclockerr01.yml
+++ b/spec/build/testsuites/sptests/spclockerr01.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/spclock_err01/init.c
 - testsuites/sptests/spclock_err01/delay.c
+- testsuites/sptests/spclock_err01/init.c
 stlib: []
 target: testsuites/sptests/spclock_err01.exe
 type: build
diff --git a/spec/build/testsuites/sptests/spcpuset01.yml b/spec/build/testsuites/sptests/spcpuset01.yml
index c12c51c..87a4742 100644
--- a/spec/build/testsuites/sptests/spcpuset01.yml
+++ b/spec/build/testsuites/sptests/spcpuset01.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/spcpuset01/test.c
 - testsuites/sptests/spcpuset01/init.c
+- testsuites/sptests/spcpuset01/test.c
 stlib: []
 target: testsuites/sptests/spcpuset01.exe
 type: build
diff --git a/spec/build/testsuites/sptests/spedfsched02.yml b/spec/build/testsuites/sptests/spedfsched02.yml
index ba6561f..990e13f 100644
--- a/spec/build/testsuites/sptests/spedfsched02.yml
+++ b/spec/build/testsuites/sptests/spedfsched02.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/spedfsched02/init.c
 - testsuites/sptests/spedfsched02/getall.c
+- testsuites/sptests/spedfsched02/init.c
 - testsuites/sptests/spedfsched02/task1.c
 stlib: []
 target: testsuites/sptests/spedfsched02.exe
diff --git a/spec/build/testsuites/sptests/spedfsched03.yml b/spec/build/testsuites/sptests/spedfsched03.yml
index 61ba624..0a3834a 100644
--- a/spec/build/testsuites/sptests/spedfsched03.yml
+++ b/spec/build/testsuites/sptests/spedfsched03.yml
@@ -12,8 +12,8 @@ ldflags: []
 links: []
 source:
 - testsuites/sptests/spedfsched03/init.c
-- testsuites/sptests/spedfsched03/tasks_periodic.c
 - testsuites/sptests/spedfsched03/tasks_aperiodic.c
+- testsuites/sptests/spedfsched03/tasks_periodic.c
 stlib: []
 target: testsuites/sptests/spedfsched03.exe
 type: build
diff --git a/spec/build/testsuites/sptests/splinkersets01.yml b/spec/build/testsuites/sptests/splinkersets01.yml
index a51b80c..9954655 100644
--- a/spec/build/testsuites/sptests/splinkersets01.yml
+++ b/spec/build/testsuites/sptests/splinkersets01.yml
@@ -12,8 +12,8 @@ ldflags: []
 links: []
 source:
 - testsuites/sptests/splinkersets01/init.c
-- testsuites/sptests/splinkersets01/sets.c
 - testsuites/sptests/splinkersets01/items.c
+- testsuites/sptests/splinkersets01/sets.c
 stlib: []
 target: testsuites/sptests/splinkersets01.exe
 type: build
diff --git a/spec/build/testsuites/sptests/spsize.yml b/spec/build/testsuites/sptests/spsize.yml
index 4bee0a4..22c0d14 100644
--- a/spec/build/testsuites/sptests/spsize.yml
+++ b/spec/build/testsuites/sptests/spsize.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/sptests/spsize/init.c
 - testsuites/sptests/spsize/getint.c
+- testsuites/sptests/spsize/init.c
 - testsuites/sptests/spsize/size.c
 stlib: []
 target: testsuites/sptests/spsize.exe
diff --git a/spec/build/testsuites/sptests/spwatchdog.yml b/spec/build/testsuites/sptests/spwatchdog.yml
index 202ea83..afd470f 100644
--- a/spec/build/testsuites/sptests/spwatchdog.yml
+++ b/spec/build/testsuites/sptests/spwatchdog.yml
@@ -11,10 +11,10 @@ includes: []
 ldflags: []
 links: []
 source:
+- testsuites/sptests/spwatchdog/delay.c
 - testsuites/sptests/spwatchdog/init.c
-- testsuites/sptests/spwatchdog/task1.c
 - testsuites/sptests/spwatchdog/prtime.c
-- testsuites/sptests/spwatchdog/delay.c
+- testsuites/sptests/spwatchdog/task1.c
 stlib: []
 target: testsuites/sptests/spwatchdog.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm01.yml b/spec/build/testsuites/tmtests/tm01.yml
index c8fe0db..f565f1a 100644
--- a/spec/build/testsuites/tmtests/tm01.yml
+++ b/spec/build/testsuites/tmtests/tm01.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm01/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm01/task1.c
 stlib: []
 target: testsuites/tmtests/tm01.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm02.yml b/spec/build/testsuites/tmtests/tm02.yml
index 9d8353a..9bd4caa 100644
--- a/spec/build/testsuites/tmtests/tm02.yml
+++ b/spec/build/testsuites/tmtests/tm02.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm02/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm02/task1.c
 stlib: []
 target: testsuites/tmtests/tm02.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm03.yml b/spec/build/testsuites/tmtests/tm03.yml
index 39ae86d..14c075b 100644
--- a/spec/build/testsuites/tmtests/tm03.yml
+++ b/spec/build/testsuites/tmtests/tm03.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm03/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm03/task1.c
 stlib: []
 target: testsuites/tmtests/tm03.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm04.yml b/spec/build/testsuites/tmtests/tm04.yml
index e91976e..c18603b 100644
--- a/spec/build/testsuites/tmtests/tm04.yml
+++ b/spec/build/testsuites/tmtests/tm04.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm04/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm04/task1.c
 stlib: []
 target: testsuites/tmtests/tm04.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm05.yml b/spec/build/testsuites/tmtests/tm05.yml
index 65cefa5..b20bead 100644
--- a/spec/build/testsuites/tmtests/tm05.yml
+++ b/spec/build/testsuites/tmtests/tm05.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm05/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm05/task1.c
 stlib: []
 target: testsuites/tmtests/tm05.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm06.yml b/spec/build/testsuites/tmtests/tm06.yml
index a6151e4..930b933 100644
--- a/spec/build/testsuites/tmtests/tm06.yml
+++ b/spec/build/testsuites/tmtests/tm06.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm06/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm06/task1.c
 stlib: []
 target: testsuites/tmtests/tm06.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm07.yml b/spec/build/testsuites/tmtests/tm07.yml
index c9941f4..8d57a67 100644
--- a/spec/build/testsuites/tmtests/tm07.yml
+++ b/spec/build/testsuites/tmtests/tm07.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm07/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm07/task1.c
 stlib: []
 target: testsuites/tmtests/tm07.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm08.yml b/spec/build/testsuites/tmtests/tm08.yml
index f10104f..bac8451 100644
--- a/spec/build/testsuites/tmtests/tm08.yml
+++ b/spec/build/testsuites/tmtests/tm08.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm08/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm08/task1.c
 stlib: []
 target: testsuites/tmtests/tm08.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm09.yml b/spec/build/testsuites/tmtests/tm09.yml
index 336986b..ac4ee54 100644
--- a/spec/build/testsuites/tmtests/tm09.yml
+++ b/spec/build/testsuites/tmtests/tm09.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm09/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm09/task1.c
 stlib: []
 target: testsuites/tmtests/tm09.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm10.yml b/spec/build/testsuites/tmtests/tm10.yml
index d018491..59b1891 100644
--- a/spec/build/testsuites/tmtests/tm10.yml
+++ b/spec/build/testsuites/tmtests/tm10.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm10/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm10/task1.c
 stlib: []
 target: testsuites/tmtests/tm10.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm11.yml b/spec/build/testsuites/tmtests/tm11.yml
index 2da71bb..5f0ff56 100644
--- a/spec/build/testsuites/tmtests/tm11.yml
+++ b/spec/build/testsuites/tmtests/tm11.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm11/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm11/task1.c
 stlib: []
 target: testsuites/tmtests/tm11.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm12.yml b/spec/build/testsuites/tmtests/tm12.yml
index 76081f9..c2cab7b 100644
--- a/spec/build/testsuites/tmtests/tm12.yml
+++ b/spec/build/testsuites/tmtests/tm12.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm12/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm12/task1.c
 stlib: []
 target: testsuites/tmtests/tm12.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm13.yml b/spec/build/testsuites/tmtests/tm13.yml
index 91869c9..49d2042 100644
--- a/spec/build/testsuites/tmtests/tm13.yml
+++ b/spec/build/testsuites/tmtests/tm13.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm13/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm13/task1.c
 stlib: []
 target: testsuites/tmtests/tm13.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm14.yml b/spec/build/testsuites/tmtests/tm14.yml
index ed7d312..1769613 100644
--- a/spec/build/testsuites/tmtests/tm14.yml
+++ b/spec/build/testsuites/tmtests/tm14.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm14/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm14/task1.c
 stlib: []
 target: testsuites/tmtests/tm14.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm15.yml b/spec/build/testsuites/tmtests/tm15.yml
index 61ed7ab..970d08d 100644
--- a/spec/build/testsuites/tmtests/tm15.yml
+++ b/spec/build/testsuites/tmtests/tm15.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm15/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm15/task1.c
 stlib: []
 target: testsuites/tmtests/tm15.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm16.yml b/spec/build/testsuites/tmtests/tm16.yml
index a81c885..f573c27 100644
--- a/spec/build/testsuites/tmtests/tm16.yml
+++ b/spec/build/testsuites/tmtests/tm16.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm16/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm16/task1.c
 stlib: []
 target: testsuites/tmtests/tm16.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm17.yml b/spec/build/testsuites/tmtests/tm17.yml
index a7b8916..f250c92 100644
--- a/spec/build/testsuites/tmtests/tm17.yml
+++ b/spec/build/testsuites/tmtests/tm17.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm17/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm17/task1.c
 stlib: []
 target: testsuites/tmtests/tm17.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm18.yml b/spec/build/testsuites/tmtests/tm18.yml
index b554f4f..ae16a7a 100644
--- a/spec/build/testsuites/tmtests/tm18.yml
+++ b/spec/build/testsuites/tmtests/tm18.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm18/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm18/task1.c
 stlib: []
 target: testsuites/tmtests/tm18.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm19.yml b/spec/build/testsuites/tmtests/tm19.yml
index 4ae954b..102b74a 100644
--- a/spec/build/testsuites/tmtests/tm19.yml
+++ b/spec/build/testsuites/tmtests/tm19.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm19/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm19/task1.c
 stlib: []
 target: testsuites/tmtests/tm19.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm20.yml b/spec/build/testsuites/tmtests/tm20.yml
index 1947f07..69657ff 100644
--- a/spec/build/testsuites/tmtests/tm20.yml
+++ b/spec/build/testsuites/tmtests/tm20.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm20/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm20/task1.c
 stlib: []
 target: testsuites/tmtests/tm20.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm21.yml b/spec/build/testsuites/tmtests/tm21.yml
index 6e6658e..512b83e 100644
--- a/spec/build/testsuites/tmtests/tm21.yml
+++ b/spec/build/testsuites/tmtests/tm21.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm21/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm21/task1.c
 stlib: []
 target: testsuites/tmtests/tm21.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm22.yml b/spec/build/testsuites/tmtests/tm22.yml
index e7ffc51..bcbb09f 100644
--- a/spec/build/testsuites/tmtests/tm22.yml
+++ b/spec/build/testsuites/tmtests/tm22.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm22/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm22/task1.c
 stlib: []
 target: testsuites/tmtests/tm22.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm23.yml b/spec/build/testsuites/tmtests/tm23.yml
index 7d27a2a..0dabb3e 100644
--- a/spec/build/testsuites/tmtests/tm23.yml
+++ b/spec/build/testsuites/tmtests/tm23.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm23/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm23/task1.c
 stlib: []
 target: testsuites/tmtests/tm23.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm24.yml b/spec/build/testsuites/tmtests/tm24.yml
index dba0fc5..62c53a4 100644
--- a/spec/build/testsuites/tmtests/tm24.yml
+++ b/spec/build/testsuites/tmtests/tm24.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm24/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm24/task1.c
 stlib: []
 target: testsuites/tmtests/tm24.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm25.yml b/spec/build/testsuites/tmtests/tm25.yml
index 51ce5d4..3005b07 100644
--- a/spec/build/testsuites/tmtests/tm25.yml
+++ b/spec/build/testsuites/tmtests/tm25.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm25/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm25/task1.c
 stlib: []
 target: testsuites/tmtests/tm25.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm26.yml b/spec/build/testsuites/tmtests/tm26.yml
index 7fa7e08..a5c8f79 100644
--- a/spec/build/testsuites/tmtests/tm26.yml
+++ b/spec/build/testsuites/tmtests/tm26.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm26/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm26/task1.c
 stlib: []
 target: testsuites/tmtests/tm26.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm27.yml b/spec/build/testsuites/tmtests/tm27.yml
index 4d08299..5664934 100644
--- a/spec/build/testsuites/tmtests/tm27.yml
+++ b/spec/build/testsuites/tmtests/tm27.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm27/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm27/task1.c
 stlib: []
 target: testsuites/tmtests/tm27.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm28.yml b/spec/build/testsuites/tmtests/tm28.yml
index 9a8c928..f5e9a6f 100644
--- a/spec/build/testsuites/tmtests/tm28.yml
+++ b/spec/build/testsuites/tmtests/tm28.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm28/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm28/task1.c
 stlib: []
 target: testsuites/tmtests/tm28.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm29.yml b/spec/build/testsuites/tmtests/tm29.yml
index 7ef8070..ea327d3 100644
--- a/spec/build/testsuites/tmtests/tm29.yml
+++ b/spec/build/testsuites/tmtests/tm29.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm29/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm29/task1.c
 stlib: []
 target: testsuites/tmtests/tm29.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm30.yml b/spec/build/testsuites/tmtests/tm30.yml
index 2f0b627..30d3d58 100644
--- a/spec/build/testsuites/tmtests/tm30.yml
+++ b/spec/build/testsuites/tmtests/tm30.yml
@@ -11,9 +11,9 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm30/init.c
 - testsuites/support/src/tmtests_empty_function.c
 - testsuites/support/src/tmtests_support.c
+- testsuites/tmtests/tm30/init.c
 stlib: []
 target: testsuites/tmtests/tm30.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm31.yml b/spec/build/testsuites/tmtests/tm31.yml
index 4971f3b..5001210 100644
--- a/spec/build/testsuites/tmtests/tm31.yml
+++ b/spec/build/testsuites/tmtests/tm31.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm31/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm31/task1.c
 stlib: []
 target: testsuites/tmtests/tm31.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm32.yml b/spec/build/testsuites/tmtests/tm32.yml
index 1f4f288..1c3e78a 100644
--- a/spec/build/testsuites/tmtests/tm32.yml
+++ b/spec/build/testsuites/tmtests/tm32.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm32/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm32/task1.c
 stlib: []
 target: testsuites/tmtests/tm32.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm33.yml b/spec/build/testsuites/tmtests/tm33.yml
index ed202a6..fc3a2dd 100644
--- a/spec/build/testsuites/tmtests/tm33.yml
+++ b/spec/build/testsuites/tmtests/tm33.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm33/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm33/task1.c
 stlib: []
 target: testsuites/tmtests/tm33.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm34.yml b/spec/build/testsuites/tmtests/tm34.yml
index 2f0b575..778656c 100644
--- a/spec/build/testsuites/tmtests/tm34.yml
+++ b/spec/build/testsuites/tmtests/tm34.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm34/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm34/task1.c
 stlib: []
 target: testsuites/tmtests/tm34.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm35.yml b/spec/build/testsuites/tmtests/tm35.yml
index 95c2bd4..6a4e3d0 100644
--- a/spec/build/testsuites/tmtests/tm35.yml
+++ b/spec/build/testsuites/tmtests/tm35.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm35/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm35/task1.c
 stlib: []
 target: testsuites/tmtests/tm35.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tm36.yml b/spec/build/testsuites/tmtests/tm36.yml
index 5316e80..24cf84b 100644
--- a/spec/build/testsuites/tmtests/tm36.yml
+++ b/spec/build/testsuites/tmtests/tm36.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tm36/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tm36/task1.c
 stlib: []
 target: testsuites/tmtests/tm36.exe
 type: build
diff --git a/spec/build/testsuites/tmtests/tmck.yml b/spec/build/testsuites/tmtests/tmck.yml
index f4e7b96..c46c1d0 100644
--- a/spec/build/testsuites/tmtests/tmck.yml
+++ b/spec/build/testsuites/tmtests/tmck.yml
@@ -11,8 +11,8 @@ includes: []
 ldflags: []
 links: []
 source:
-- testsuites/tmtests/tmck/task1.c
 - testsuites/support/src/tmtests_empty_function.c
+- testsuites/tmtests/tmck/task1.c
 stlib: []
 target: testsuites/tmtests/tmck.exe
 type: build



More information about the vc mailing list