From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1882 invoked by alias); 6 Nov 2002 02:00:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1871 invoked from network); 6 Nov 2002 02:00:31 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 6 Nov 2002 02:00:31 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id AE88CD2CC8; Tue, 5 Nov 2002 18:03:08 -0800 (PST) Date: Tue, 05 Nov 2002 18:00:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Which HPPA targets do we still support? Message-ID: <20021106020308.GM5164@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-11/txt/msg00085.txt.bz2 I was looking at configure.tgt to see the list of OSABI I would need to add in osabi.[hc], and found a list that's a bit longer than I expected: hppa*-*-bsd*) gdb_target=hppabsd ;; hppa*-*-pro*) gdb_target=hppapro ;; hppa*64*-*-hpux11*) gdb_target=hppa64 ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; hppa*-*-osf*) gdb_target=hppaosf ;; hppa*-*-*) gdb_target=hppa ;; So far, the only target that I knew of was the hppa*-*-hpux*. I did not know that hppa*-*-bsd* and hppa*-*-osf* existed. I did not know about the hppa*-*-pro* either... All I have access to are 2 HP/UX machines, with 11.00 and 10.20 (but this machine is very slow)... While doing the multi-arch conversion, I'll try not to break the other targets, but that's going to be a hard battle. A second pair of eyes from a multiarch guru will be greatly appreciated. Maybe I should send a message to gdb@sources to check if some people are still using all these targets? Is the list above the correct list to look at to get the list of new OSABI enums? I would like to suggest the addition of GDB_OSABI_HPPA GDB_OSABI_HPPA_64 GDB_OSABI_HPPA_BSD GDB_OSABI_HPPA_HPUX GDB_OSABI_HPPA_OSF GDB_OSABI_HPPA_PRO Does this look ok? Thanks, -- Joel