diff options
author | David MacKenzie <djm@cygnus> | 1993-10-29 00:30:51 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-10-29 00:30:51 +0000 |
commit | da08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d (patch) | |
tree | f6de8d8836335ef00d363cdab4a77a079bb724a5 /ld/ld.1 | |
parent | 49043842325ac3a664725fe59e52af5951620ece (diff) | |
download | gdb-da08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d.zip gdb-da08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d.tar.gz gdb-da08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d.tar.bz2 |
clarify reason for -sort-common
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -682,7 +682,8 @@ Normally, when places the global common symbols in the appropriate output sections, 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. -This option disables that sorting. +This is to prevent gaps between symbols due to +alignment constraints. This option disables that sorting. .TP .BI "\-Tbss " "org"\c |