File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -83,40 +83,6 @@ SECTIONS
8383 . = ALIGN (4 );
8484 } > ram
8585
86- /* Support C constructors, and C destructors in both user code
87- and the C library. This also provides support for C++ code. */
88- .preinit_array :
89- {
90- . = ALIGN (4 );
91- PROVIDE (__preinit_array_start = .);
92-
93- KEEP (*(.preinit_array ))
94-
95- PROVIDE (__preinit_array_end = .);
96- } > ram
97-
98- .init_array :
99- {
100- . = ALIGN (4 );
101- PROVIDE (__init_array_start = .);
102-
103- KEEP (*(SORT (.init_array .*)))
104- KEEP (*(.init_array ))
105-
106- PROVIDE (__init_array_end = .);
107- } > ram
108-
109- .fini_array :
110- {
111- . = ALIGN (4 );
112- PROVIDE (__fini_array_start = .);
113-
114- KEEP (*(SORT (.fini_array .*)))
115- KEEP (*(.fini_array ))
116-
117- PROVIDE (__fini_array_end = .);
118- } > ram
119-
12086 PrgData :
12187 {
12288 . = ALIGN (4 );
You can’t perform that action at this time.
0 commit comments