Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 5 and Version 6 of GCI/Coding/AddPerSectionSupportToBSPs


Ignore:
Timestamp:
01/07/16 01:24:22 (8 years ago)
Author:
Joel Sherrill
Comment:

Add link to an example patch.

Legend:

Unmodified
Added
Removed
Modified
  • GCI/Coding/AddPerSectionSupportToBSPs

    v5 v6  
    1616# Add CFLAGS and LDFLAGS for compiling and linking with per item sections
    1717CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
    18 LDFLAGS = -Wl,--gc-sections
     18LDFLAGS            = -Wl,--gc-sections
    1919}}}
    2020
     
    115115
    116116If you noticed that cxx_iostream.exe dropped in size the most, this is because it is a C++ application while the others were C applications. Actual savings will vary by BSP.
     117
     118The complete patch and commit message for the mips/jmr3904 can be viewed at https://git.rtems.org/rtems/commit/c/src?id=bd655345c1a5f7dba42ddf6cd56f6259c62eb267.
     119