aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.1
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-10-29 00:30:51 +0000
committerDavid MacKenzie <djm@cygnus>1993-10-29 00:30:51 +0000
commitda08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d (patch)
treef6de8d8836335ef00d363cdab4a77a079bb724a5 /ld/ld.1
parent49043842325ac3a664725fe59e52af5951620ece (diff)
downloadgdb-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.13
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ld.1 b/ld/ld.1
index 896320c..965e791 100644
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -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