From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19664 invoked by alias); 31 Mar 2004 09:18:59 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19651 invoked from network); 31 Mar 2004 09:18:57 -0000 Received: from unknown (HELO bowmore.compxs.com) (194.153.106.198) by sources.redhat.com with SMTP; 31 Mar 2004 09:18:57 -0000 Received: from Kindrogan ([192.168.189.9]) by bowmore.compxs.com (8.12.5/8.12.5) with ESMTP id i2V9Im2H028245 for ; Wed, 31 Mar 2004 10:18:56 +0100 Reply-To: From: "Jon Beniston" To: Subject: Customizing remote-sim.c on a multi-arch target Date: Wed, 31 Mar 2004 15:31:00 -0000 Organization: CompXs Message-ID: <000601c41701$2e2cca70$09bda8c0@Kindrogan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00288.txt.bz2 Hi, I'm trying to customize remote-sim.c on a multi-arch target, what I'd look to do is be able to define TARGET_REDEFINE_DEFAULT_OPS so I can install hooks to support h/w watchpoints and async execution in my simulator. Where should this macro be defined? Is this not compatible with the multi-arch approach (I notice config/cpu/tx-cpu.h is not included for multi-arch builds). Cheers, Jon