From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Randolph Chung , Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [hppa] Enable cross-gdb building for hppa Date: Mon, 10 May 2004 17:51:00 -0000 Message-id: <409FC122.8010009@gnu.org> References: <20040509195351.GW3965@tausq.org> X-SW-Source: 2004-05/msg00291.html This patch enables cross-gdb building for hppa using the same kludge as other archs. What's a more proper way to fix this? Good question. The gdbarch_data mechanism appears to have been ironed out. I guess having the shlib code maintain its own per osabi info. Kevin?