Commit 9299ab2
committed
Do not warn if start of section is changed
Remove ld option 'warn-section-align', as by default, SECTIONS command
does not specify a start address for the section, let ld do the work.
If a start address is specified no warn was displayed.
--warn-section-align
Warn if the address of an output section is changed because of
alignment. Typically, the alignment will be set by an input section.
The address will only be changed if it not explicitly specified;
that is, if the SECTIONS command does not specify a start address
for the section.
Fix #465
Signed-off-by: Frederic.Pillon <[email protected]>1 parent 12f11b2 commit 9299ab2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments