File tree 6 files changed +0
-42
lines changed
6 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,6 @@ SECTIONS {
149
149
. = ALIGN (CONSTANT(MAXPAGESIZE));
150
150
_ebss = .;
151
151
_end = .;
152
-
153
- /* We are not building a GNU executable, so discard any default NOTEs the
154
- toolchain might generate to prevent any surprises in the final layout. */
155
- /DISCARD/ : {
156
- *(.note.gnu.*)
157
- }
158
-
159
152
_ltdata = _edata - _stdata;
160
153
_ltbss = SIZEOF (.tbss);
161
154
}
Original file line number Diff line number Diff line change @@ -148,13 +148,6 @@ SECTIONS {
148
148
. = ALIGN (CONSTANT(MAXPAGESIZE));
149
149
_ebss = .;
150
150
_end = .;
151
-
152
- /* We are not building a GNU executable, so discard any default NOTEs the
153
- toolchain might generate to prevent any surprises in the final layout. */
154
- /DISCARD/ : {
155
- *(.note.gnu.*)
156
- }
157
-
158
151
_ltdata = SIZEOF (.tdata);
159
152
_ltbss = SIZEOF (.tbss);
160
153
}
Original file line number Diff line number Diff line change @@ -147,13 +147,6 @@ SECTIONS {
147
147
. = ALIGN (CONSTANT(MAXPAGESIZE));
148
148
_ebss = .;
149
149
_end = .;
150
-
151
- /* We are not building a GNU executable, so discard any default NOTEs the
152
- toolchain might generate to prevent any surprises in the final layout. */
153
- /DISCARD/ : {
154
- *(.note.gnu.*)
155
- }
156
-
157
150
_ltdata = _edata - _stdata;
158
151
_ltbss = SIZEOF (.tbss);
159
152
}
Original file line number Diff line number Diff line change @@ -147,13 +147,6 @@ SECTIONS {
147
147
. = ALIGN (CONSTANT(MAXPAGESIZE));
148
148
_ebss = .;
149
149
_end = .;
150
-
151
- /* We are not building a GNU executable, so discard any default NOTEs the
152
- toolchain might generate to prevent any surprises in the final layout. */
153
- /DISCARD/ : {
154
- *(.note.gnu.*)
155
- }
156
-
157
150
_ltdata = SIZEOF (.tdata);
158
151
_ltbss = SIZEOF (.tbss);
159
152
}
Original file line number Diff line number Diff line change @@ -148,13 +148,6 @@ SECTIONS {
148
148
. = ALIGN (CONSTANT(MAXPAGESIZE));
149
149
_ebss = .;
150
150
_end = .;
151
-
152
- /* We are not building a GNU executable, so discard any default NOTEs the
153
- toolchain might generate to prevent any surprises in the final layout. */
154
- /DISCARD/ : {
155
- *(.note.gnu.*)
156
- }
157
-
158
151
_ltdata = _edata - _stdata;
159
152
_ltbss = SIZEOF (.tbss);
160
153
}
Original file line number Diff line number Diff line change @@ -153,13 +153,6 @@ SECTIONS {
153
153
. = ALIGN (CONSTANT(MAXPAGESIZE));
154
154
_ebss = .;
155
155
_end = .;
156
-
157
- /* We are not building a GNU executable, so discard any default NOTEs the
158
- toolchain might generate to prevent any surprises in the final layout. */
159
- /DISCARD/ : {
160
- *(.note.gnu.*)
161
- }
162
-
163
156
_ltdata = _edata - _stdata;
164
157
_ltbss = SIZEOF (.tbss);
165
158
}
You can’t perform that action at this time.
0 commit comments