Changeset f0cb2e19 in rtems for c/src/lib/libbsp/m68k

Timestamp:
01/22/16 00:46:13 (8 years ago)
Author:
Ralph Holmes <ralph@…>
Branches:
5, master
Children:
7e212643
Parents:
b963c8dd
git-author:
Ralph Holmes <ralph@…> (01/22/16 00:46:13)
git-committer:
Joel Sherrill <joel@…> (01/22/16 01:06:48)
Message:

m68k/ods68302: Add per-section compilation and linking support.

The size of the sample executables without this option were:

text data bss dec hex filename

115696 1632 22688 140016 222f0 base_sp.exe
114416 1600 22288 138304 21c40 hello.exe

74768 1360 19040 95168 173c0 minimum.exe

129744 1712 22784 154240 25a80 nsecs.exe
200544 2000 23280 225824 37220 paranoia.exe
120000 1632 22720 144352 233e0 ticker.exe
118464 1664 26128 146256 23b50 unlimited.exe
191904 2224 22864 216992 34fa0 cdtest.exe
186416 2128 24512 213056 34040 capture.exe

The size of the sample executables with this option enabled were:

text data bss dec hex filename

75840 1616 22368 99824 185f0 base_sp.exe
90128 1568 21968 113664 1bc00 hello.exe
31968 1184 18720 51872 caa0 minimum.exe
96256 1696 22480 120432 1d670 nsecs.exe

176816 1984 22960 201760 31420 paranoia.exe

80896 1616 22400 104912 199d0 ticker.exe
77856 1632 25808 105296 19b50 unlimited.exe

176304 2096 22528 200928 310e0 cdtest.exe
176944 2080 24192 203216 319d0 capture.exe

(No files)

Note: See TracChangeset for help on using the changeset viewer.