From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: ac131313@cygnus.com Cc: gdb-patches@sources.redhat.com, davea@quasar.engr.sgi.com Subject: Re: [RFA] Support for GDB on SGI Irix 6.x Date: Thu, 07 Jun 2001 09:21:00 -0000 Message-id: <200106071622.TAA03178@is.elta.co.il> References: <200106040813.LAA15320@is.elta.co.il> <3B1E5DB2.90209@cygnus.com> X-SW-Source: 2001-06/msg00133.html > Date: Wed, 06 Jun 2001 12:43:30 -0400 > From: Andrew Cagney > > > This is a followup for > > > > http://sources.redhat.com/ml/gdb-patches/2001-05/msg00341.html > > > > where I posted a set of patches to make GDB support n32 executables on > > SGI Irix. Since then, David Anderson reported that, with a minor > > change in irix6.mh, GDB builds and works on SGI for him as well. > > > > So I would like to commit these changes (reproduced below). Any > > objections? > > > > > > 2001-06-04 Eli Zaretskii > > > > * config/mips/tm-irix6.h: New file. > > > > * config/mips/irix6.mh: New file. > > > > * config/mips/irix6.mt: New file. > > > > * config/mips/xm-irix6.h: New file. > > > > * config/mips/nm-irix6.h: New file. > > > > * mips-tdep.c (mips_gdbarch_init) : Set up the > > disassembler info in tm_print_insn_info as appropriate for the N32 > > ABI. Force N32 ABI to be the default if the CPU is R8000 or > > R10000. > > > > * configure.tgt (mips*-sgi-irix6*): Map to irix6. > > > > * configure.host (mips*-sgi-irix6*): Ditto. > > > > > No. Since Andrew didn't have any objections, I committed this.