# # ChangeLog for / in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/16/24 09:49:40 Sun, 25 Nov 2018 22:56:50 GMT Chris Johns [71cede0] * tester/rt/gdb.py (modified) * tester/rt/pygdb/__init__.py (modified) * tester/rt/pygdb/mi_parser.py (modified) tester/gdb: mi_parser, fix on Python3 and remove globals - Fix ... Sun, 25 Nov 2018 22:56:13 GMT Chris Johns [f632bd8] * tester/rt/test.py (modified) tester: Minor formatting change. Fri, 23 Nov 2018 04:02:52 GMT Chris Johns [7e5cdea] * README (modified) * rtemstoolkit/__init__.py (modified) * rtemstoolkit/check.py (modified) * rtemstoolkit/config.py (modified) * rtemstoolkit/darwin.py (modified) * rtemstoolkit/freebsd.py (modified) * rtemstoolkit/git.py (modified) * rtemstoolkit/host.py (modified) * rtemstoolkit/linux.py (modified) * rtemstoolkit/log.py (modified) * rtemstoolkit/macros.py (modified) * rtemstoolkit/mailer.py (modified) * rtemstoolkit/netbsd.py (modified) * rtemstoolkit/options.py (modified) * rtemstoolkit/path.py (modified) * rtemstoolkit/rtems.py (modified) * rtemstoolkit/solaris.py (modified) * rtemstoolkit/textbox.py (modified) * rtemstoolkit/version.py (modified) * rtemstoolkit/windows.py (modified) * wscript (modified) rtemstoolkit: Add unit testing for the python modules - Add support ... Fri, 23 Nov 2018 03:59:18 GMT Chris Johns [6fa09650] * rtemstoolkit/execute.py (modified) rtemstoolkit/execute: Use buffered output and improve performance - ... Fri, 23 Nov 2018 03:57:07 GMT Chris Johns [82254b0] * tester/rtems/testing/qemu.cfg (modified) tester: Change the QEMU command line to match the RSB built QEMU. ... Wed, 07 Nov 2018 07:41:09 GMT Vijay Kumar Banerjee [f9a17cd] * rtemstoolkit/path.py (modified) rtemstoolkit/path : Add support to copy single files Wed, 07 Nov 2018 07:41:08 GMT Vijay Kumar Banerjee [fb03e22] * tester/rt/coverage.py (modified) Coverage: add the style and js files to the symbol-set report directory Thu, 15 Nov 2018 02:35:35 GMT Chris Johns [94214bf] * rtemstoolkit/elftoolchain/common/native-elf-format (modified) rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain. Mon, 12 Nov 2018 10:27:30 GMT Hesham Almatary [3265580] * tester/rtems/testing/bsps/riscv64_generic.ini (deleted) * tester/rtems/testing/bsps/riscv_generic.ini (deleted) * tester/rtems/testing/bsps/riscv_generic.mc (deleted) tester: Remove riscv_generic Now each BSP/ISA variant has its own ... Thu, 08 Nov 2018 15:38:36 GMT Sebastian Huber [bd59c23] * config/rtems-bsps-m32c.ini (deleted) * config/rtems-bsps-tiers.ini (modified) * config/rtems-bsps.ini (modified) * tester/rtems/testing/bsps/m32csim-run.ini (deleted) * tester/rtems/testing/bsps/m32csim.ini (deleted) Remove m32c support Update #3599. Thu, 08 Nov 2018 20:43:27 GMT Hesham Almatary [c4c2682] * tester/rtems/testing/bsps/rv32i_spike.ini (added) * tester/rtems/testing/bsps/rv32iac_spike.ini (added) * tester/rtems/testing/bsps/rv32im_spike.ini (added) * tester/rtems/testing/bsps/rv32imac_spike.ini (added) * tester/rtems/testing/bsps/rv32imafc_spike.ini (added) * tester/rtems/testing/bsps/rv32imafd_spike.ini (added) * tester/rtems/testing/bsps/rv32imafdc_spike.ini (added) * tester/rtems/testing/bsps/rv64imac_medany_spike.ini (added) * tester/rtems/testing/bsps/rv64imac_spike.ini (added) * tester/rtems/testing/bsps/rv64imafd_medany_spike.ini (added) * tester/rtems/testing/bsps/rv64imafd_spike.ini (added) * tester/rtems/testing/bsps/rv64imafdc_medany_spike.ini (added) * tester/rtems/testing/bsps/rv64imafdc_spike.ini (added) tester: Support testing all riscv bsps on Spike Wed, 07 Nov 2018 03:58:17 GMT Chris Johns [f24e116] * tester/rt/tftp.py (modified) * tester/rt/tftpy/TftpClient.py (modified) * tester/rt/tftpy/TftpContexts.py (modified) * tester/rt/tftpy/TftpPacketFactory.py (modified) * tester/rt/tftpy/TftpPacketTypes.py (modified) * tester/rt/tftpy/TftpServer.py (modified) * tester/rt/tftpy/TftpShared.py (modified) * tester/rt/tftpy/TftpStates.py (modified) * tester/rt/tftpy/__init__.py (modified) tester: Update the Python TFTP server to fix Python3 issues. ... Wed, 07 Nov 2018 03:55:20 GMT Chris Johns [e058db0] * rtemstoolkit/configuration.py (modified) * rtemstoolkit/log.py (modified) * rtemstoolkit/python-wrapper.sh (added) * rtemstoolkit/rtems.py (modified) * rtemstoolkit/wscript (modified) * tester/rt/check.py (modified) * tester/rt/cmd-bsp-builder.py (added) * tester/rt/cmd-run.py (added) * tester/rt/cmd-test.py (added) * tester/rt/config.py (modified) * tester/rt/console.py (modified) * tester/rt/coverage.py (modified) * tester/rt/gdb.py (modified) * tester/rt/run.py (modified) * tester/rt/stty.py (modified) * tester/rt/test.py (modified) * tester/rt/tftp.py (modified) * tester/rtems-bsp-builder (modified) * tester/rtems-run (modified) * tester/rtems-test (modified) * tester/wscript (modified) python: Provide support to select a valid python version. - Update ... Mon, 05 Nov 2018 04:37:49 GMT Chris Johns [087be8c] * rtemstoolkit/version.py (modified) rtemstoolkit: Fix the parsing of the revision string to a number. ... Thu, 25 Oct 2018 20:19:15 GMT Vijay Kumar Banerjee [92a340c] * tester/rt/coverage.py (modified) * tester/rtems/testing/coverage/symbol-sets.ini (modified) Coverage : Generate reports using the object files in cpukit Sun, 14 Oct 2018 21:58:20 GMT Joel Sherrill [36fde51] * rtemstoolkit/rld-cc.cpp (modified) rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flags ... Wed, 03 Oct 2018 01:38:09 GMT Chris Johns [3bd8def] * config/rtems-version.ini (added) * rtemstoolkit/check.py (modified) * rtemstoolkit/options.py (modified) * rtemstoolkit/rtems.py (modified) * rtemstoolkit/version.py (modified) * tester/rt/check.py (modified) * tester/rt/options.py (modified) * tester/rt/run.py (modified) * tester/rt/test.py (modified) * wscript (modified) config: Consolidate the version information into a single ... Tue, 02 Oct 2018 06:49:54 GMT Chris Johns [5416cfa] * config/rtems-bsps-arm.ini (moved) * config/rtems-bsps-bfin.ini (moved) * config/rtems-bsps-epiphany.ini (moved) * config/rtems-bsps-i386.ini (moved) * config/rtems-bsps-lm32.ini (moved) * config/rtems-bsps-m32c.ini (moved) * config/rtems-bsps-m68k.ini (moved) * config/rtems-bsps-mips.ini (moved) * config/rtems-bsps-moxie.ini (moved) * config/rtems-bsps-nios2.ini (moved) * config/rtems-bsps-or1k.ini (moved) * config/rtems-bsps-powerpc.ini (moved) * config/rtems-bsps-riscv.ini (moved) * config/rtems-bsps-riscv32.ini (moved) * config/rtems-bsps-riscv64.ini (moved) * config/rtems-bsps-sh.ini (moved) * config/rtems-bsps-sparc.ini (moved) * config/rtems-bsps-sparc64.ini (moved) * config/rtems-bsps-tiers.ini (moved) * config/rtems-bsps-v850.ini (moved) * config/rtems-bsps.ini (moved) * config/wscript (added) * rtemstoolkit/__init__.py (modified) * rtemstoolkit/rtems.py (added) * rtemstoolkit/wscript (modified) * tester/rt/check.py (modified) * wscript (modified) config: Create a config directory and move the RTEMS arch/bsp data to ... Sat, 08 Sep 2018 05:36:31 GMT Chris Johns [5075e8e] * tester/rt/check.py (modified) tester/bsp-builder: Yield the job control thread when in a dry-run. ... Sat, 08 Sep 2018 04:42:40 GMT Chris Johns [14a12d36] * tester/rt/check.py (modified) tester/bsp-builder: Add excluded build options to the base options. ... Tue, 04 Sep 2018 00:18:14 GMT Chris Johns [e63b9ba] * tester/rtems/rtems-bsps-epiphany.ini (modified) tester/bsp-builder: No network builds for the epiphany BSP. Tue, 04 Sep 2018 00:15:46 GMT Chris Johns [0813c87] * tester/rt/check.py (modified) tester/bsp-builder: Fix the build jobs with more than one BSP ... Tue, 21 Aug 2018 04:43:28 GMT Chris Johns [a3a1364] * tester/covoar/ExecutableInfo.cc (modified) covoar: Close the ELF and DWARF handles once the data is loaded. ... Wed, 25 Jul 2018 15:32:08 GMT Vijay Kumar Banerjee [458a144] * tester/rtems/testing/coverage/symbol-sets.ini (modified) coverage/symbol-sets.ini : Add symbol-sets and paths to respective ... Wed, 25 Jul 2018 15:28:25 GMT Vijay Kumar Banerjee [18208f8] * tester/rt/coverage.py (modified) Coverage: Add support to generate separate reports for each symbol- ... Tue, 07 Aug 2018 04:58:34 GMT Sebastian Huber [d343f83] * tester/rtems/rtems-bsps-riscv.ini (modified) tester: Exclude SMP build of some RISC-V BSPs It makes no sense to ... Mon, 06 Aug 2018 23:10:40 GMT Chris Johns [2950fd4] * linkers/rtems-exeinfo.cpp (modified) linkers/exeinfo: Report who inlines which functions. Report not ... Mon, 06 Aug 2018 23:08:25 GMT Chris Johns [317d85d] * rtemstoolkit/rld-dwarf.cpp (modified) * rtemstoolkit/rld-dwarf.h (modified) rtemstoolkit/dwarf: Add types of inline. Report machine code size not ... Sun, 05 Aug 2018 23:41:08 GMT Chris Johns [99c90b3] * tester/covoar/CoverageMapBase.cc (modified) * tester/covoar/CoverageMapBase.h (modified) * tester/covoar/DesiredSymbols.cc (modified) * tester/covoar/ExecutableInfo.cc (modified) * tester/covoar/ExecutableInfo.h (modified) * tester/covoar/ObjdumpProcessor.cc (modified) * tester/covoar/covoar.cc (modified) * tester/covoar/wscript (modified) tester/covoar: Integrate DWARF function data. Use DAWRF function ... Sun, 05 Aug 2018 23:34:27 GMT Chris Johns [f450227] * linkers/rtems-exeinfo.cpp (modified) linkers/exeinfo: Add an inlines report and DWARF data dump. Sun, 05 Aug 2018 23:20:58 GMT Chris Johns [d3318eb] * rtemstoolkit/rld-dwarf.cpp (modified) * rtemstoolkit/rld-dwarf.h (modified) rtemstoolkit/dwarf: C++ object relates fixes and a dump report. - ... Sun, 05 Aug 2018 23:19:18 GMT Chris Johns [367bae8] * rtemstoolkit/rld-symbols.h (modified) rtemstoolkit/elf-symbols: Add the symbol types as an enum. This can ... Sun, 05 Aug 2018 23:17:36 GMT Chris Johns [058a3a0] * rtemstoolkit/rld-elf.cpp (modified) * rtemstoolkit/rld-process.cpp (modified) * rtemstoolkit/rld-rtems.cpp (modified) rtemstoolkit: Various coverity related fixes. Mon, 06 Aug 2018 07:50:29 GMT Sebastian Huber [5d957c9] * tester/rtems/rtems-bsps-riscv.ini (added) * tester/rtems/rtems-bsps.ini (modified) tester: Add RISC-V support to BSP builder Update #3433. Wed, 25 Jul 2018 08:11:00 GMT Sebastian Huber [d3d115a] * tester/rtems/testing/bsps/rv64imafd_medany.ini (modified) tester: Add use virt machine for rv64imafd_medany Update #3433. Wed, 18 Jul 2018 23:21:42 GMT Joel Sherrill [08f80ca] * tester/rtems/rtems-bsps-tiers.ini (modified) rtems-bsps-tiers.ini: Add amd64 Tue, 03 Jul 2018 05:06:01 GMT Sebastian Huber [156b227] * tester/rtems/rtems-bsps-arm.ini (modified) * tester/rtems/rtems-bsps-tiers.ini (modified) tester: Remove obsolete BSP variants Update #3459. Fri, 29 Jun 2018 08:30:15 GMT Sebastian Huber [7b7e340] * tester/rtems/testing/bsps/rv64imafd_medany.ini (added) tester: Add rv64imafd_medany.ini Update #3433. Sun, 24 Jun 2018 05:37:40 GMT Chris Johns [ddcf29f] * rtemstoolkit/rld-dwarf.cpp (modified) rtemstoolkit/dwarf: Fix function loading with an DW_AT_specification ... Fri, 22 Jun 2018 15:05:55 GMT Joel Sherrill [e86646c] * tester/covoar/TraceConverter.cc (modified) * tester/covoar/covoar.cc (modified) covoar: Address kill() on Cygwin Thu, 21 Jun 2018 07:55:24 GMT Chris Johns [bf8e59f] * tester/covoar/CoverageMapBase.cc (modified) * tester/covoar/CoverageMapBase.h (modified) * tester/covoar/ExecutableInfo.cc (modified) covoar: Covert CoverageMapBase C to C++ Updates #3462 Tue, 19 Jun 2018 22:26:23 GMT Chris Johns [6ab939e] * tester/wscript (modified) tester: Install the coverage python module. Tue, 19 Jun 2018 10:15:17 GMT Sebastian Huber [845054a] * wscript (modified) Fix CXC build for x86-w64-mingw32 Update #3461. Tue, 19 Jun 2018 03:42:03 GMT Chris Johns [c1f2c32] * tester/rt/coverage.py (modified) tester: Add line feeds to the coverage HTML report. Mon, 18 Jun 2018 00:13:47 GMT Chris Johns [e341a65] * tester/rt/coverage.py (modified) * tester/rt/test.py (modified) tester: Make the path to covoar absolute to ignore the env PATH. ... Sun, 17 Jun 2018 23:36:38 GMT Chris Johns [5195eb7] * tester/rt/coverage.py (modified) tester: Clean up the coverage python code. Sun, 17 Jun 2018 23:36:01 GMT Chris Johns [8009d08] * tester/covoar/covoar.cc (modified) tester: Correct usage for covoar. Fri, 15 Jun 2018 05:53:35 GMT Chris Johns [1c5206b] * tester/rtems/testing/bsps/leon3-run.ini (modified) tester: Make leon3-run command use run and not sis. Thu, 10 May 2018 18:12:27 GMT Chris Johns [d8eef0a] * linkers/rtems-addr2line.cpp (modified) * linkers/rtems-exeinfo.cpp (modified) * rtemstoolkit/defaults.mc (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_die.c (modified) * rtemstoolkit/rld-dwarf-types.h (modified) * rtemstoolkit/rld-dwarf.cpp (modified) * rtemstoolkit/rld-dwarf.h (modified) rtemstoolkit: Add DWARF function support. Load the functions in each CU. Thu, 24 May 2018 06:05:44 GMT Chris Johns [1318c11] * linkers/rtems-addr2line.cpp (added) * linkers/wscript (modified) linkers: Add an address to line tool. This tool provides a way to ... Thu, 24 May 2018 06:02:59 GMT Chris Johns [0f481ad] * rtemstoolkit/rld.cpp (modified) * rtemstoolkit/rld.h (modified) rtemstoolkit: Add an output routine for a std::exception. The ... Thu, 24 May 2018 06:00:09 GMT Chris Johns [1cab261] * rtemstoolkit/rld-dwarf.cpp (modified) * rtemstoolkit/rld-dwarf.h (modified) rtemstoolkit/dwarf: Fixes for getting source lines. Wed, 23 May 2018 08:39:54 GMT Chris Johns [1f1a10f] * rtemstoolkit/elftoolchain/libelftc/Makefile (added) * rtemstoolkit/elftoolchain/libelftc/_libelftc.h (added) * rtemstoolkit/elftoolchain/libelftc/elftc.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_bfd_find_target.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_bfdtarget.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_copyfile.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_copyfile.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_demangle.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_demangle.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_reloc_type_str.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_reloc_type_str.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_set_timestamps.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_set_timestamps.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_string_table.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_string_table_create.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_timestamp.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_timestamp.c (added) * rtemstoolkit/elftoolchain/libelftc/elftc_version.3 (added) * rtemstoolkit/elftoolchain/libelftc/elftc_version.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc.h (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_bfdtarget.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_dem_arm.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_dem_gnu2.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_dem_gnu3.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_hash.c (added) * rtemstoolkit/elftoolchain/libelftc/libelftc_vstr.c (added) * rtemstoolkit/elftoolchain/libelftc/make-toolchain-version (added) * rtemstoolkit/elftoolchain/libelftc/os.FreeBSD.mk (added) * rtemstoolkit/elftoolchain/libelftc/os.Linux.mk (added) * rtemstoolkit/elftoolchain/libelftc/os.NetBSD.mk (added) * rtemstoolkit/wscript (modified) elftoolchain: Add libelftc. Fri, 11 May 2018 05:25:53 GMT Chris Johns [d6ae3ae] * tester/covoar/ExecutableInfo.cc (modified) tester/covoar: ExecutableInfo C to C++ change. Fri, 11 May 2018 05:21:05 GMT Chris Johns [1c85380] * rtemstoolkit/rld-dwarf.cpp (modified) * rtemstoolkit/rld-dwarf.h (modified) rtemstoolkit/dwarf: Change the address source line to signed so ... Fri, 11 May 2018 02:24:11 GMT Chris Johns [881824f] * tester/covoar/CoverageFactory.cc (modified) * tester/covoar/CoverageReaderQEMU.cc (modified) * tester/covoar/CoverageReaderRTEMS.cc (modified) * tester/covoar/CoverageReaderSkyeye.cc (modified) * tester/covoar/CoverageReaderTSIM.cc (modified) * tester/covoar/CoverageWriterRTEMS.cc (modified) * tester/covoar/CoverageWriterSkyeye.cc (modified) * tester/covoar/CoverageWriterTSIM.cc (modified) * tester/covoar/DesiredSymbols.cc (modified) * tester/covoar/DesiredSymbols.h (modified) * tester/covoar/ExecutableInfo.cc (modified) * tester/covoar/Explanations.cc (modified) * tester/covoar/ObjdumpProcessor.cc (modified) * tester/covoar/ReportsHtml.cc (modified) * tester/covoar/SymbolTable.cc (modified) * tester/covoar/TargetBase.cc (modified) * tester/covoar/TargetFactory.cc (modified) * tester/covoar/Target_arm.cc (modified) * tester/covoar/Target_m68k.cc (modified) * tester/covoar/Target_powerpc.cc (modified) * tester/covoar/TraceConverter.cc (modified) * tester/covoar/TraceWriterQEMU.cc (modified) * tester/covoar/covoar.cc (modified) tester/covoar: Remove all exit() calls and throw an rld::error ... Tue, 08 May 2018 05:09:47 GMT Chris Johns [1e21ea7] * linkers/rtems-exeinfo.cpp (modified) * linkers/wscript (modified) linkers/exe-info: Add DWARF support to gather and check producer ... Tue, 08 May 2018 05:09:46 GMT Chris Johns [b73f905] * rtemstoolkit/rld-elf.cpp (modified) * rtemstoolkit/rld-files.cpp (modified) rtemstoolkit/elf,files: Catch exceptions in destructors. Catch ... Tue, 08 May 2018 05:09:45 GMT Chris Johns [f7d303f] * rtemstoolkit/rld-path.cpp (modified) rtemstoolkit/path: Fix crash when going above the root directory. Tue, 08 May 2018 05:09:44 GMT Chris Johns [8dd3803] * linkers/rtems-exeinfo.cpp (modified) * linkers/wscript (modified) linkers/exe-info: Set the data endian for getting the init/fini sec data. Tue, 08 May 2018 05:09:43 GMT Chris Johns [3618a62] * rtemstoolkit/rld-elf.cpp (modified) * rtemstoolkit/rld-elf.h (modified) rtemstoolkit/elf: Add data size and endian support to the ELF interface. Tue, 08 May 2018 05:09:42 GMT Chris Johns [dbb56a8] * tester/covoar/wscript (modified) covoar: Add libdwarf to the include path. Tue, 08 May 2018 05:09:41 GMT Chris Johns [cdfc56a] * tester/covoar/covoar.cc (modified) covoar: Control the RLD verbose level from the -v option. Tue, 08 May 2018 05:09:40 GMT Chris Johns [efbf8f0] * tester/covoar/DesiredSymbols.cc (modified) covoar: Refactor DesiredSymbols.cc to C++11. Tue, 08 May 2018 05:09:39 GMT Chris Johns [fb987e8] * tester/covoar/CoverageMapBase.cc (modified) * tester/covoar/DesiredSymbols.cc (modified) * tester/covoar/ExecutableInfo.cc (modified) * tester/covoar/ExecutableInfo.h (modified) * tester/covoar/GcovData.cc (modified) * tester/covoar/covoar.cc (modified) * tester/covoar/wscript (modified) covoar: Use DWARF to map addresses to source files and lines. Tue, 08 May 2018 05:09:38 GMT Chris Johns [558cab8] * rtemstoolkit/rld-dwarf-types.h (added) * rtemstoolkit/rld-dwarf.cpp (added) * rtemstoolkit/rld-dwarf.h (added) * rtemstoolkit/rld-elf.cpp (modified) * rtemstoolkit/rld-elf.h (modified) * rtemstoolkit/wscript (modified) rtemstoolkit: Add libdwarf C++ interface. Provide a C++ interface ... Wed, 06 Jun 2018 14:29:19 GMT Sebastian Huber [1a89c3d] * misc/bin2c/rtems-bin2c.c (modified) bin2c: Fix warnings Update #3380. Wed, 06 Jun 2018 04:36:44 GMT Sebastian Huber [1cd75c4] * misc/bin2c/compat.c (added) * misc/bin2c/rtems-bin2c.c (added) * misc/wscript (added) * wscript (modified) bin2c: Import from RTEMS Corresponding RTEMS commit is ... Mon, 04 Jun 2018 20:44:43 GMT Vijay Kumar Banerjee [b762312] * .gitignore (modified) * tester/rt/coverage.py (added) * tester/rt/test.py (modified) * tester/rtems/testing/bsps/leon3-qemu-cov.ini (modified) * tester/rtems/testing/coverage/symbol-sets.ini (added) * tester/rtems/testing/qemu.cfg (modified) tester: Add script to generate html coverage report from covoar ... Wed, 25 Apr 2018 23:21:52 GMT Joel Sherrill [99c4974] * tester/rtems/rtems-bsps-epiphany.ini (modified) rtems-bsps-epiphany.ini: Correct spelling of ephiphany_sim Wed, 25 Apr 2018 23:21:07 GMT Joel Sherrill [16b25be] * tester/rtems/rtems-bsps-sparc.ini (modified) * tester/rtems/rtems-bsps-tiers.ini (modified) SPARC: ngmp replaced with specific CPU model BSPs Tue, 06 Feb 2018 00:31:59 GMT Joel Sherrill [c2d0d0e] * tester/rtems/rtems-bsps-powerpc.ini (modified) tester/rtems/rtems-bsps-powerpc.ini: Fix typo Fri, 01 Jun 2018 22:32:59 GMT Vidushi Vashishth [14a1c097] * linkers/rtld-trace-buffer.ini (modified) Updating trace buffer configuration Thu, 24 May 2018 21:25:38 GMT Chris Johns [e04699b] * tester/covoar/DesiredSymbols.cc (modified) tester/covoar: Do not load an executable's local symbols. Mon, 14 May 2018 19:26:21 GMT Cillian O'Donnell [70dac81] * tester/covoar/covoar.cc (modified) covoar: Fix build path checks for multiple executables. Sun, 06 May 2018 03:21:18 GMT Chris Johns [b0b9366] * rtemstoolkit/ConvertUTF.c (modified) rtemstoolkit: More warning fixes to ConvertUTF.c Mon, 30 Apr 2018 23:08:12 GMT Joel Sherrill [feafa6f] * rtemstoolkit/elftoolchain/common/_elftc.h (modified) _elftc.h: Make compile on Cygwin Sat, 28 Apr 2018 08:12:46 GMT Chris Johns [14c7f25] * tester/covoar/covoar.cc (modified) tester/covoar: Remove the C part of main and convert to C++ This is ... Wed, 25 Apr 2018 20:33:58 GMT Cillian O'Donnell [3e187ba] * tester/covoar/DesiredSymbols.cc (modified) * tester/covoar/DesiredSymbols.h (modified) * tester/covoar/ExecutableInfo.cc (modified) * tester/covoar/ExecutableInfo.h (modified) * tester/covoar/ObjdumpProcessor.cc (modified) * tester/covoar/app_common.h (modified) * tester/covoar/covoar.cc (modified) * tester/covoar/wscript (modified) * tester/rtems/testing/bsps/leon3-qemu-cov.ini (added) * tester/rtems/testing/bsps/leon3-qemu.ini (added) * tester/rtems/testing/coverage/Categories.txt (added) * tester/rtems/testing/coverage/Explanations.txt (added) * tester/rtems/testing/coverage/SPARC-Annul-Slot-Explanation.txt (added) * tester/rtems/testing/coverage/score-symbols.ini (added) * tester/rtems/testing/coverage/style.css (added) * tester/rtems/testing/qemu.cfg (modified) * tester/rtems/testing/testing.mc (modified) covoar: Add symbol set reader and ELF data parser to covoar. Add ... Mon, 30 Apr 2018 05:50:03 GMT Chris Johns [e0a52a4] * rtemstoolkit/ConvertUTF.c (modified) rtemstoolkit: Remove warnings generated on Windows for fall-thru. Mon, 30 Apr 2018 05:34:48 GMT Chris Johns [4bb3996] * rtemstoolkit/elftoolchain/libdwarf/Makefile (added) * rtemstoolkit/elftoolchain/libdwarf/Version.map (added) * rtemstoolkit/elftoolchain/libdwarf/_libdwarf.h (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf.h (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_abbrev.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_comp_dir.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_const_value_string.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_dataref.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_flag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_location_expr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_name.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_producer.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_ref_address.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_reference.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_signed_const.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_string.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_AT_targ_address.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_arange.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_die_to_debug.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_directory_decl.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_expr_addr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_expr_gen.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_fde_inst.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_file_decl.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_frame_cie.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_frame_fde.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_funcname.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_line_entry.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_pubname.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_typename.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_varname.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_add_weakname.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_arange.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attr.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attrlist.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attroffset.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attrval.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_attrval_signed.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_child.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_cu.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_dealloc.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_dealloc.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_def_macro.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_die.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_die_abbrev_code.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_die_link.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_diename.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_dieoffset.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_dump.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_end_macro_file.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_errmsg.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_errmsg.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_errno.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_expand_frame_instructions.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_expr_current_offset.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_expr_into_block.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_fde_cfa_offset.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_find_macro_value_start.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_finish.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_finish.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_form.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formaddr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formblock.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formexprloc.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formflag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formref.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formsig8.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formstring.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_formudata.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_frame.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_funcs.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_AT_name.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_abbrev.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_abbrev_children_flag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_abbrev_code.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_abbrev_entry.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_abbrev_tag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_address_size.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_arange.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_arange_info.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_aranges.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_cie_index.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_cie_info.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_cie_of_fde.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_cu_die_offset.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_die_infotypes_flag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_elf.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_at_pc.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_info_for_all_regs.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_info_for_all_regs3.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_info_for_cfa_reg3.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_info_for_reg.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_info_for_reg3.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_instr_bytes.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_list.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_n.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_fde_range.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_form_class.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_funcs.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_globals.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_loclist_entry.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_macro_details.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_pubtypes.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_ranges.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_relocation_info.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_relocation_info_count.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_section_bytes.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_section_max_offsets.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_str.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_types.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_vars.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_get_weaks.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_hasattr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_hasform.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_highpc.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_init.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_init.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_lineno.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_lineno.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_lne_end_sequence.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_lne_set_address.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_loclist.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_loclist.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_loclist_from_expr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_macinfo.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_nametbl.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_new_die.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_new_expr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_new_fde.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_next_cu_header.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_next_types_section.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_object_init.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_arange.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_attr.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_die.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_expr.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_finish.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_frame.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_funcs.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_init.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_lineno.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_macinfo.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_nametbl.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_pubnames.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_reloc.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_sections.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_types.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_vars.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pro_weaks.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_producer_init.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_producer_set_isa.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pubnames.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_pubtypes.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_ranges.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_reloc.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_reset_section_bytes.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_sections.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_set_frame_cfa_value.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_set_reloc_application.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_seterrarg.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_seterror.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_srcfiles.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_srclines.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_start_macro_file.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_str.c (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_tag.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_transform_to_disk_form.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_types.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_undef_macro.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_vars.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_vendor_ext.3 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_weaks.m4 (added) * rtemstoolkit/elftoolchain/libdwarf/dwarf_whatattr.3 (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf.h (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_abbrev.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_arange.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_attr.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_die.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_elf_access.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_elf_init.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_error.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_frame.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_info.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_init.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_lineno.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_loc.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_loclist.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_macinfo.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_nametbl.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_ranges.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_reloc.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_rw.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_sections.c (added) * rtemstoolkit/elftoolchain/libdwarf/libdwarf_str.c (added) * rtemstoolkit/elftoolchain/libdwarf/os.NetBSD.mk (added) * rtemstoolkit/wscript (modified) rtemstoolkit: Add libdwarf from elftoolchain. The code is taken ... Mon, 30 Apr 2018 04:20:32 GMT Chris Johns [771e7f1] * rtemstoolkit/elftoolchain/common/Makefile (modified) * rtemstoolkit/elftoolchain/common/_elftc.h (modified) * rtemstoolkit/elftoolchain/common/elfdefinitions.h (modified) * rtemstoolkit/elftoolchain/common/native-elf-format (modified) * rtemstoolkit/elftoolchain/common/os.Linux.mk (modified) * rtemstoolkit/elftoolchain/common/utarray.h (added) * rtemstoolkit/elftoolchain/common/uthash.h (modified) * rtemstoolkit/elftoolchain/libelf/Makefile (modified) * rtemstoolkit/elftoolchain/libelf/Version.map (modified) * rtemstoolkit/elftoolchain/libelf/_libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_ar.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_config.h (modified) * rtemstoolkit/elftoolchain/libelf/elf.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_end.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errmsg.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errno.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_fill.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flag.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flagdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarhdr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarsym.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getbase.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getident.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_hash.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_kind.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_next.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_open.3 (added) * rtemstoolkit/elftoolchain/libelf/elf_open.c (added) * rtemstoolkit/elftoolchain/libelf/elf_phnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rand.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rawfile.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_scn.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shstrndx.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_strptr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_update.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_version.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf.h (modified) * rtemstoolkit/elftoolchain/libelf/gelf_cap.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_dyn.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_fsize.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getclass.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_move.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newphdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rel.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rela.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_sym.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_syminfo.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_symshndx.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_xlate.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/libelf_align.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_allocate.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar_util.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_convert.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_extended.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_fsize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_memory.c (added) * rtemstoolkit/elftoolchain/libelf/libelf_msize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_open.c (added) * rtemstoolkit/elftoolchain/libelf/libelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_xlate.c (modified) * rtemstoolkit/win32/sys/cdefs.h (modified) * rtemstoolkit/wscript (modified) rtemstoolkit: Update elftoolchain to the latest code. The update is ... Mon, 30 Apr 2018 03:39:09 GMT Chris Johns [6f48c91] * rtemstoolkit/elftoolchain/common/Makefile (modified) * rtemstoolkit/elftoolchain/common/_elftc.h (modified) * rtemstoolkit/elftoolchain/common/elfdefinitions.h (modified) * rtemstoolkit/elftoolchain/common/native-elf-format (modified) * rtemstoolkit/elftoolchain/common/os.Linux.mk (modified) * rtemstoolkit/elftoolchain/common/uthash.h (modified) * rtemstoolkit/elftoolchain/libelf/Makefile (modified) * rtemstoolkit/elftoolchain/libelf/README (deleted) * rtemstoolkit/elftoolchain/libelf/README.build (deleted) * rtemstoolkit/elftoolchain/libelf/Version.map (modified) * rtemstoolkit/elftoolchain/libelf/_libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_ar.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_config.h (modified) * rtemstoolkit/elftoolchain/libelf/elf.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_end.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_end.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errmsg.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_errmsg.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errno.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_fill.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_fill.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flag.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flagdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarhdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarhdr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarsym.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarsym.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getbase.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getbase.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getident.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getident.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getphdrnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getphnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getscn.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshdrnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshdrstrndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshstrndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_hash.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_hash.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_kind.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_kind.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_next.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_next.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_phnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rand.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_rand.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rawfile.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_rawfile.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_scn.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shstrndx.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_strptr.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_strptr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_types.m4 (modified) * rtemstoolkit/elftoolchain/libelf/elf_update.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_update.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_version.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_version.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf.h (modified) * rtemstoolkit/elftoolchain/libelf/gelf_cap.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_checksum.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_dyn.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_fsize.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_fsize.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getcap.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getclass.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getclass.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getdyn.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getmove.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getphdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getrel.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getrela.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getshdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsym.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsyminfo.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsymshndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_move.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newphdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rel.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rela.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_sym.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_syminfo.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_symshndx.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_update_ehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_xlate.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_xlatetof.3 (modified) * rtemstoolkit/elftoolchain/libelf/libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/libelf_align.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_allocate.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar_util.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_convert.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_extended.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_fsize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_msize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_xlate.c (modified) * rtemstoolkit/elftoolchain/libelf/os.FreeBSD.mk (modified) * rtemstoolkit/elftoolchain/libelf/os.NetBSD.mk (modified) Revert "rtemstoolkit: Update elftoolchain to the latest code." This ... Sun, 29 Apr 2018 01:55:37 GMT Chris Johns [0c5db2d] * rtemstoolkit/elftoolchain/common/Makefile (modified) * rtemstoolkit/elftoolchain/common/_elftc.h (modified) * rtemstoolkit/elftoolchain/common/elfdefinitions.h (modified) * rtemstoolkit/elftoolchain/common/native-elf-format (modified) * rtemstoolkit/elftoolchain/common/os.Linux.mk (modified) * rtemstoolkit/elftoolchain/common/uthash.h (modified) * rtemstoolkit/elftoolchain/libelf/Makefile (modified) * rtemstoolkit/elftoolchain/libelf/README (added) * rtemstoolkit/elftoolchain/libelf/README.build (added) * rtemstoolkit/elftoolchain/libelf/Version.map (modified) * rtemstoolkit/elftoolchain/libelf/_libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_ar.h (modified) * rtemstoolkit/elftoolchain/libelf/_libelf_config.h (modified) * rtemstoolkit/elftoolchain/libelf/elf.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_begin.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_cntl.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_end.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_end.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errmsg.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_errmsg.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_errno.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_fill.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_fill.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flag.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_flagdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarhdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarhdr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarsym.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getarsym.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getbase.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getbase.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getdata.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getident.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getident.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_getphdrnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getphnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getscn.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshdrnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshdrstrndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshnum.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_getshstrndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_hash.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_hash.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_kind.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_kind.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_memory.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_next.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_next.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_phnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rand.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_rand.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_rawfile.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_rawfile.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_scn.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shnum.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_shstrndx.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_strptr.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_strptr.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_types.m4 (modified) * rtemstoolkit/elftoolchain/libelf/elf_update.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_update.c (modified) * rtemstoolkit/elftoolchain/libelf/elf_version.3 (modified) * rtemstoolkit/elftoolchain/libelf/elf_version.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf.h (modified) * rtemstoolkit/elftoolchain/libelf/gelf_cap.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_checksum.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_dyn.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_fsize.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_fsize.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getcap.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getclass.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getclass.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getdyn.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getmove.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getphdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getrel.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getrela.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getshdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsym.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsyminfo.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_getsymshndx.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_move.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_newphdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rel.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_rela.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_sym.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_syminfo.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_symshndx.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_update_ehdr.3 (modified) * rtemstoolkit/elftoolchain/libelf/gelf_xlate.c (modified) * rtemstoolkit/elftoolchain/libelf/gelf_xlatetof.3 (modified) * rtemstoolkit/elftoolchain/libelf/libelf.h (modified) * rtemstoolkit/elftoolchain/libelf/libelf_align.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_allocate.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ar_util.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_checksum.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_convert.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_data.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_ehdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_extended.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_fsize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_msize.m4 (modified) * rtemstoolkit/elftoolchain/libelf/libelf_phdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_shdr.c (modified) * rtemstoolkit/elftoolchain/libelf/libelf_xlate.c (modified) * rtemstoolkit/elftoolchain/libelf/os.FreeBSD.mk (modified) * rtemstoolkit/elftoolchain/libelf/os.NetBSD.mk (modified) rtemstoolkit: Update elftoolchain to the latest code. The update is ... Mon, 23 Apr 2018 07:42:54 GMT Chris Johns [2586350] * tester/rtems/rtems-bsps.ini (modified) tester: Fix the configure debug option. The option is ... Mon, 16 Apr 2018 01:55:01 GMT Chris Johns [ec419a0] * rtemstoolkit/rld-rap.cpp (modified) rtemstoolkit/rap: Ignore R_ARM_V4BX relocation records Note, this ... Sat, 14 Apr 2018 04:15:07 GMT Chris Johns [82c8788] * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (modified) * rtemstoolkit/rld-files.cpp (modified) * rtemstoolkit/rld-files.h (modified) * rtemstoolkit/rld-outputter.cpp (modified) * rtemstoolkit/rld-outputter.h (modified) rtemstoolkit/rtl-file: Remove a file on close if requested Close #3395 Tue, 10 Apr 2018 04:00:09 GMT Chris Johns [b7c4753] * tester/rt/test.py (modified) teater: Filter out an *.norun.* executables. Tue, 10 Apr 2018 03:59:43 GMT Chris Johns [cf641a6] * tester/rt/bsps.py (modified) tester: List .ini files for BSPs with --list-bsps. Tue, 10 Apr 2018 03:59:11 GMT Chris Johns [c5286cd] * wscript (modified) waf: Add getcwd() to sys.path as waf has changed. Tue, 10 Apr 2018 01:46:11 GMT Chris Johns [252d21c] * tester/rt/check.py (modified) bsp-builder: Collect2 messages are errors. Thu, 01 Feb 2018 18:48:21 GMT Joel Sherrill [6e468c7] * tester/rtems/rtems-bsps-powerpc.ini (modified) rtems-bsps-powerpc.ini: Add PowerPC qemu BSPs Wed, 31 Jan 2018 23:51:54 GMT Chris Johns [005f995] * tester/rt/check.py (modified) rtems-bsp-builder: Remove stray %s from the run log message. Close #3278 Wed, 31 Jan 2018 22:42:59 GMT Chris Johns [623a641] * tester/rt/check.py (modified) * tester/rtems/rtems-bsps-powerpc.ini (modified) rtems-bsp-builder: Add a check for invalid ARCH and BSP names. If ... Tue, 02 Jan 2018 22:59:31 GMT Joel Sherrill [0333442] * tester/covoar/covoar.cc (modified) tester/covoar/covoar.cc: Add missing throw keyword Why clang caught ... Tue, 05 Dec 2017 14:03:44 GMT Joel Sherrill [b516a58] * tester/covoar/covoar.cc (modified) tester/covoar/covoar.cc: Exit using exit() rather than just throwing. ... Tue, 05 Dec 2017 13:52:21 GMT Joel Sherrill [149144f] * tester/covoar/covoar.cc (modified) tester/covoar/covoar.cc: Clean up formatting (tabs, braces, ... Wed, 22 Nov 2017 10:32:20 GMT Sebastian Huber [c432d89] * tester/rtems/testing/bsps/qoriq_e6500_64.ini (added) Add tester qoriq_e6500_64.ini Wed, 22 Nov 2017 10:32:05 GMT Sebastian Huber [f010b51] * tester/rtems/testing/bsps/qoriq_e6500_32.ini (added) Add tester qoriq_e6500_32.ini Wed, 22 Nov 2017 09:31:23 GMT Sebastian Huber [2248c9a] * tester/rtems/rtems-bsps-tiers.ini (modified) Add imx7 and qoriq_e500 to tier-1