Changeset bb9c80df in rtems for testsuites/sptests/Makefile.am


Ignore:
Timestamp:
12/15/08 19:21:10 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
19d2b5a
Parents:
aac75d3b
Message:

2008-12-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spsize/size.c: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
  • spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h: Removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/Makefile.am

    raac75d3b rbb9c80df  
    1010    sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 sp42 sp43 sp44 \
    1111    sp45 sp46 spsize spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 \
    12     spfatal06 spfatal07 spfatal08 spfatal09 spfatal10
     12    spfatal06 spfatal07 spfatal08 spfatal09
    1313
    1414DIST_SUBDIRS = $(SUBDIRS) spfatal spfatal_support
Note: See TracChangeset for help on using the changeset viewer.