From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: "H . J . Lu" Cc: gdb@sources.redhat.com Subject: Re: prgregset_t vs gdb_gregset_t on Linux: not the same! Date: Sat, 09 Jun 2001 11:50:00 -0000 Message-id: References: <20010608132730.A4056@nevyn.them.org> <20010608155907.A21698@nevyn.them.org> <20010608221452.B3344@lucon.org> X-SW-Source: 2001-06/msg00062.html "H . J . Lu" writes: > I believe your Linux/MIPS patch is wrong. Please follow the examples in > linux/alpha, linux/i386 and linux/ppc. Basically, you have to include > config/tm-linux.h and config/nm-linux.h from the linux/mips header > files. But in order to do that, please make sure you do > > #include > #include > > not > > #include "nm-linux.h" > #include "tm-linux.h" > > Otherwise, you may not get the header files you want since mips has > both liltle and big endians. Once you have done that, your problem > should go away. Bullshit. Mark