diff options
author | Nick Clifton <nickc@redhat.com> | 2013-04-30 14:01:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-04-30 14:01:03 +0000 |
commit | ee83b8a6c7891a9874af95d57ea0feaeb8aef5fa (patch) | |
tree | 466b38d51ba294d591debb5f42b4f86a95e2d830 /ld/ld.texinfo | |
parent | fdb056307cf24d2535bed7d88e5134001aafec98 (diff) | |
download | gdb-ee83b8a6c7891a9874af95d57ea0feaeb8aef5fa.zip gdb-ee83b8a6c7891a9874af95d57ea0feaeb8aef5fa.tar.gz gdb-ee83b8a6c7891a9874af95d57ea0feaeb8aef5fa.tar.bz2 |
line omitted from previous delta.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 48ae4bf..0e31d31 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4032,6 +4032,8 @@ into ascending order by name before placing them in the output file. @code{SORT_BY_ALIGNMENT} is very similar to @code{SORT_BY_NAME}. The difference is @code{SORT_BY_ALIGNMENT} will sort sections into descending order by alignment before placing them in the output file. +Larger alignments are placed before smaller alignments in order to +reduce the amount of padding necessary. @cindex SORT_BY_INIT_PRIORITY @code{SORT_BY_INIT_PRIORITY} is very similar to @code{SORT_BY_NAME}. The |