From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb@sourceware.cygnus.com Cc: igor@txc.com Subject: [5.1] Re: 64bit on HPUX 11.0 Date: Wed, 26 Sep 2001 20:40:00 -0000 Message-id: <3BB29F7C.1020102@cygnus.com> References: <20010820190949.N1214@mailhub.txc.com> X-SW-Source: 2001-09/msg00222.html From memory, getting GDB for a HP/UX 64 bit environment involves some black magic. Would someone be able to post the relevant magic (so that it can go into the 5.1 release notes)? Hmm, checking it would probably also be a good idea - if it is broken documenting it as such would equally be a good idea. Andrew > Hi, > > my config.guess returns hppa2.0w-hp-hpux11.00, however when I build > gdb-5.0 for this target, I can't debug 64bit ELF binaries. even > though the gdb binary itself is 64bit: > > % file gdb/gdb > gdb/gdb: ELF-64 executable object file - PA-RISC 2.0 (LP64) > > Is there anything I'm missing? > > Thanks > > Igor