diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 15:23:38 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 15:23:38 +0000 |
commit | 03d231963414843fbc5d9e87045512ef8d03aae6 (patch) | |
tree | 3137d85b8b7a77920326ec15cb5b288287f89b49 | |
parent | c1f0d853136a4b4bfa2b7d047c7a771d2fe47261 (diff) | |
download | gcc-03d231963414843fbc5d9e87045512ef8d03aae6.tar.gz |
PR target/21841
* doc/invoke.texi (-mgnu-ld): Update description.
(-mhp-ld): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103112 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cf73cded46..d0a9379ddbd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-08-15 Steve Ellcey <sje@cup.hp.com> + + PR target/21841 + * doc/invoke.texi (-mgnu-ld): Update description. + (-mhp-ld): Ditto. + 2005-08-15 Sebastian Pop <pop@cri.ensmp.fr> PR 23391 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 643805c136e..b95709e5631 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8773,7 +8773,8 @@ have any affect on which ld is called, it only changes what parameters are passed to that ld. The ld that is called is determined by the @option{--with-ld} configure option, GCC's program search path, and finally by the user's @env{PATH}. The linker used by GCC can be printed -using @samp{which `gcc -print-prog-name=ld`}. +using @samp{which `gcc -print-prog-name=ld`}. This option is only available +on the 64 bit HP-UX GCC, i.e. configured with @samp{hppa*64*-*-hpux*}. @item -mhp-ld @opindex hp-ld @@ -8785,7 +8786,8 @@ which ld is called, it only changes what parameters are passed to that ld. The ld that is called is determined by the @option{--with-ld} configure option, GCC's program search path, and finally by the user's @env{PATH}. The linker used by GCC can be printed using @samp{which -`gcc -print-prog-name=ld`}. +`gcc -print-prog-name=ld`}. This option is only available on the 64 bit +HP-UX GCC, i.e. configured with @samp{hppa*64*-*-hpux*}. @item -mlong-calls @opindex mno-long-calls |