This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HPPA multiarching plan


On Tue, Nov 26, 2002 at 10:26:43AM -0500, Andrew Cagney wrote:

 > Assuming that HPPA64 and HPPA are different ABIs (true?), then they 
 > should be identified using separate OSABI designations.  That way, the 
 > ABI code is independant of the underlying object file format (ELF or SOM 
 > or ....).
 > 
 > This is more in line with MIPS with n32, o32, o64 and 64.

Err.. but different ABIs at that level aren't really the same as
different OSABIs, though, right?

I.e. Linux/mips and NetBSD/mips both use o32 (same ABI) but different
OSABIs.  Similarly, NetBSD/mips could support both the o32 and n32 ABIs
(well, once the n32 tools work :-), but they'd still use the same OSABI
because apart from the low-level, things like shared library handling,
signals, etc. are the same.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]