On Wed, 9 Oct 2024, Jeff Law wrote:
> On 10/9/24 3:35 PM, Eric Botcazou wrote:
>> The support was removed from the rest of the compiler two years ago.
> Yea, HPUX 10 is a dead OS on a dead chip :-0

Well, I had a hunch and did a little search in gcc/doc. 🙂

Turns out we still had references to HP-UX 8 and HP-UX 9 there.

Pushed.

Gerald


gcc:
        * doc/invoke.texi (HPPA Options): Remove references
        to HP-UX 8 and HP-UX 9.
---
 gcc/doc/invoke.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6e4e9f3fb59..400d192795b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -26840,8 +26840,7 @@ HP-UX GCC, i.e.@: configured with 
@samp{hppa*64*-*-hpux*}.
 @opindex mlinker-opt
 @item -mlinker-opt
 Enable the optimization pass in the HP-UX linker.  Note this makes symbolic
-debugging impossible.  It also triggers a bug in the HP-UX 8 and HP-UX 9
-linkers in which they give bogus error messages when linking some programs.
+debugging impossible.
 
 @opindex mno-long-calls
 @opindex mlong-calls
-- 
2.47.0

Reply via email to