mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-24 11:35:31 +08:00
re PR target/21841 (Documentation should say -mhp-ld/-mgnu-ld are only for hppa64-*-hpux*)
PR target/21841 * doc/invoke.texi (-mgnu-ld): Update description. (-mhp-ld): Ditto. From-SVN: r103112
This commit is contained in:
parent
810878741e
commit
a73035ae3b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user