From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 317 invoked by alias); 14 Nov 2003 18:58:35 -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 300 invoked from network); 14 Nov 2003 18:58:33 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 14 Nov 2003 18:58:33 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hAEIwJoB000256; Fri, 14 Nov 2003 19:58:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hAEIwJRl000367; Fri, 14 Nov 2003 19:58:19 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id hAEIwHig000364; Fri, 14 Nov 2003 19:58:17 +0100 (CET) Date: Fri, 14 Nov 2003 18:58:00 -0000 Message-Id: <200311141858.hAEIwHig000364@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ian@wasabisystems.com CC: gdb-patches@sources.redhat.com, rearnsha@arm.com In-reply-to: <20031114172552.3905.qmail@gossamer.airs.com> (message from Ian Lance Taylor on 14 Nov 2003 12:25:52 -0500) Subject: Re: Building cross-gdb to arm-netbsd References: <20031114172552.3905.qmail@gossamer.airs.com> X-SW-Source: 2003-11/txt/msg00299.txt.bz2 Date: 14 Nov 2003 12:25:52 -0500 From: Ian Lance Taylor I don't know how the solib.h thing is supposed to be handled in the multi-arch regime. Presumably it is wrong for breakpoint.c to only define functions based on SOLIB_ADD. I guess none of us really do. However, the current situation for arm-netbsd is clearly wrong. In any case, this patch fixes the build problem. 2003-11-14 Ian Lance Taylor * config/arm/nbsd.mt (TM_FILE): Define. * config/arm/tm-nbsd.h: New file. Your config/arm/tm-nbsd.h also includes "arm/tm-arm.h". Is that necessary? Mark