]> git.ipfire.org Git - thirdparty/gcc.git/commit
install.texi (hppa): Update links for HP-UX patches.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Fri, 11 Apr 2003 18:30:52 +0000 (18:30 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 11 Apr 2003 18:30:52 +0000 (18:30 +0000)
commitf401d0f52653fd3112d8b6a12dc4d474a0f9faaa
tree8daa2e65d801684aae0137e389dd6168103bccc9
parent43451169f8ab49a8c1c2b521eb81657c8cf23c35
install.texi (hppa): Update links for HP-UX patches.

* doc/install.texi (hppa): Update links for HP-UX patches.  Revise
notes on linker selection and configuration for 64-bit HP-UX port.
* doc/invoke.texi (hppa): Remove hppa text from description for
-ffunction-sections and -fdata-sections.  Document -static, -nolibdld
and -threads options.
* pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
libc.a on libdld.sl when -static is specified and -nolibdld is not
specified.
* pa64-hpux.h (LIB_SPEC): Likewise.
* pa-hpux11.h (LIB_SPEC): Likewise.
(LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
is not specified.

From-SVN: r65471
gcc/ChangeLog
gcc/config/pa/pa-hpux10.h
gcc/config/pa/pa-hpux11.h
gcc/config/pa/pa64-hpux.h
gcc/doc/install.texi
gcc/doc/invoke.texi