diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2009-02-24 18:06:27 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2009-02-24 18:06:27 +0000 |
commit | 2509a395cb1b6f6dd5b72f84d80693eaff977d31 (patch) | |
tree | 531f2aeb69ba2f8edd9c6a4eb44f4a7f54514169 /ld/ChangeLog | |
parent | 02529b48440347f8398a73ecbdae07a491ec370c (diff) | |
download | gdb-2509a395cb1b6f6dd5b72f84d80693eaff977d31.zip gdb-2509a395cb1b6f6dd5b72f84d80693eaff977d31.tar.gz gdb-2509a395cb1b6f6dd5b72f84d80693eaff977d31.tar.bz2 |
2009-02-24 Sandra Loosemore <sandra@codesourcery.com>
ld/
* ld.texinfo (Options): Correct typos in example. Recommend
using joined forms of syntax for passing options with arguments
from a driver.
(-a): Use consistent syntax for documenting option arguments.
Clean up indexing and markup.
(-A/--architecture): Likewise.
(-f/--auxiliary): Likewise.
(-F/--filter): Likewise.
(-fini): Likewise.
(-G/--gpsize): Likewise.
(-h/-soname):Likewise.
(-init): Likewise.
(-l/--library): Likewise.
(-L/--library-path): Likewise.
(-m): Likewise.
(--defsym): Likewise.
(-I/--dynamic-linker): Likewise.
(-Map): Likewise.
(--oformat): Likewise.
(--retain-symbols-file): Likewise.
(-rpath): Likewise.
(-rpath-link): Likewise.
(--sort-common): Likewise.
(--sort-section): Likewise.
(--split-by-file): Likewise.
(--split-by-reloc): Likewise.
(--sysroot): Likewise.
(--section-start): Likewise.
(-Tbss, -Tdata, -Ttext): Likewise.
(-Ttext-segment): Likewise.
(--version-script): Likewise.
(--wrap): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e616d5b..f61f2ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,38 @@ +2009-02-24 Sandra Loosemore <sandra@codesourcery.com> + + * ld.texinfo (Options): Correct typos in example. Recommend + using joined forms of syntax for passing options with arguments + from a driver. + (-a): Use consistent syntax for documenting option arguments. + Clean up indexing and markup. + (-A/--architecture): Likewise. + (-f/--auxiliary): Likewise. + (-F/--filter): Likewise. + (-fini): Likewise. + (-G/--gpsize): Likewise. + (-h/-soname):Likewise. + (-init): Likewise. + (-l/--library): Likewise. + (-L/--library-path): Likewise. + (-m): Likewise. + (--defsym): Likewise. + (-I/--dynamic-linker): Likewise. + (-Map): Likewise. + (--oformat): Likewise. + (--retain-symbols-file): Likewise. + (-rpath): Likewise. + (-rpath-link): Likewise. + (--sort-common): Likewise. + (--sort-section): Likewise. + (--split-by-file): Likewise. + (--split-by-reloc): Likewise. + (--sysroot): Likewise. + (--section-start): Likewise. + (-Tbss, -Tdata, -Ttext): Likewise. + (-Ttext-segment): Likewise. + (--version-script): Likewise. + (--wrap): Likewise. + 2009-02-18 Dave Korn <dave.korn.cygwin@gmail.com> * ld.texinfo: Update to mention long section name options. |