summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/rbtx4938/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/mips: Move libcpu content to bspsSebastian Huber2018-03-131-2/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-1/+1
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* mips/rbtx4938: Add per-section compilation and linking support.Ralph Holmes2016-01-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 105928 7448 12304 125680 1eaf0 base_sp.exe 114276 6464 11904 132644 20624 hello.exe 64908 4248 8592 77748 12fb4 minimum.exe 568808 80292 24680 673780 a47f4 fileio.exe 128232 9936 12472 150640 24c70 nsecs.exe 162840 20132 12976 195948 2fd6c paranoia.exe 109944 8300 12352 130596 1fe24 ticker.exe 109880 7676 15728 133284 208a4 unlimited.exe 1035584 48120 19681 1103385 10d619 cxx_iostream.exe 216136 18520 12609 247265 3c5e1 cdtest.exe 205784 22188 14180 242152 3b1e8 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 93464 6776 12188 112428 1b72c base_sp.exe 99480 5780 11788 117048 1c938 hello.exe 40616 3208 8512 52336 cc70 minimum.exe 545448 77224 24130 646802 9de92 fileio.exe 117528 9224 12340 139092 21f54 nsecs.exe 149784 19428 12804 182016 2c700 paranoia.exe 98760 7616 12204 118580 1cf34 ticker.exe 95672 6976 15620 118268 1cdfc unlimited.exe 530280 38896 18753 587929 8f899 cxx_iostream.exe 198832 16492 12473 227797 379d5 cdtest.exe 190632 21160 14036 225828 37224 capture.exe
* Temporarily disable libdl tests on some MIPS BSPSsJoel Sherrill2015-03-061-0/+5
| | | | | | | These BSPs are little endian while most are big endian. The dl tool does not support the -EL option yet. updates 2279.
* Remove CVS-Ids.Ralf Corsépius2012-07-191-2/+0
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-3/+0
| | | | * make/custom/rbtx4938.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+24
* make/custom/rbtx4938.cfg: New (relocated from /make/custom).