mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
clarify reason for -sort-common
This commit is contained in:
3
ld/ld.1
3
ld/ld.1
@ -682,7 +682,8 @@ Normally, when
|
|||||||
places the global common symbols in the appropriate output sections,
|
places the global common symbols in the appropriate output sections,
|
||||||
it sorts them by size. First come all the one byte symbols, then all
|
it sorts them by size. First come all the one byte symbols, then all
|
||||||
the two bytes, then all the four bytes, and then everything else.
|
the two bytes, then all the four bytes, and then everything else.
|
||||||
This option disables that sorting.
|
This is to prevent gaps between symbols due to
|
||||||
|
alignment constraints. This option disables that sorting.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI "\-Tbss " "org"\c
|
.BI "\-Tbss " "org"\c
|
||||||
|
Reference in New Issue
Block a user