[RTEMS Project] #2570: m68k/mcf52235: linker script update (add KEEP() sections)
RTEMS trac
trac at rtems.org
Thu Nov 29 15:20:22 UTC 2018
#2570: m68k/mcf52235: linker script update (add KEEP() sections)
-------------------------------------+----------------------------
Reporter: Joel Sherrill | Owner: Joel Sherrill
Type: defect | Status: closed
Priority: normal | Milestone: Indefinite
Component: bsps | Version: 5
Severity: normal | Resolution: fixed
Keywords: function sections, KEEP | Blocked By:
Blocking: |
-------------------------------------+----------------------------
Changes (by Shashvat Jain <shashvatjain2002@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1fe6d1173782770798a309e0047457f261c318ea/rtems"
1fe6d11/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="1fe6d1173782770798a309e0047457f261c318ea"
m68k/mcf52235:Add per-section compilation and linking support(GCI 2018)
The size of the sample executables without this option were:
text data bss dec hex filename
69776 1104 4080 74960 124d0 ./base_sp.exe
103376 1472 4192 109040 1a9f0 ./hello.exe
37808 304 2768 40880 9fb0 ./minimum.exe
93152 1584 4208 98944 18280 ./nsecs.exe
72784 1136 4112 78032 130d0 ./ticker.exe
72608 1088 7952 81648 13ef0 ./unlimited.exe
The size of the sample executables with this option were:
text data bss dec hex filename
65120 1104 4000 70224 11250 ./base_sp.exe
94448 1472 4160 100080 186f0 ./hello.exe
36928 304 2736 39968 9c20 ./minimum.exe
87072 1584 4128 92784 16a70 ./nsecs.exe
67888 1136 4032 73056 11d60 ./ticker.exe
70816 1088 7920 79824 137d0 ./unlimited.exe
Closes #2570
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2570#comment:5>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list