From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32422 invoked by alias); 20 Jan 2002 19:32:42 -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 32390 invoked from network); 20 Jan 2002 19:32:42 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 20 Jan 2002 19:32:42 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id A77B73F0A; Sun, 20 Jan 2002 14:32:31 -0500 (EST) Message-ID: <3C4B1B4F.2050009@cygnus.com> Date: Sun, 20 Jan 2002 11:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Eliminate TARGET_BYTE_ORDER_SELECTABLE References: <3C490B0C.6090601@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00587.txt.bz2 > 2002-01-19 Andrew Cagney > > * remote-sim.c (gdbsim_open): Simplify code testing the macro > TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always > byte-order selectable. > * sparc-tdep.c (sparc_target_architecture_hook): Ditto. > * arch-utils.c: Ditto. > (set_endian): Ditto. > (set_endian_from_file): Ditto. > * gdbserver/low-sim.c (create_inferior): Ditto. > * gdbarch.sh: Ditto. > * gdbarch.h: Re-generate. > * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P): > * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): > * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE): > * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P): > * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P): > * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P): > * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE): > * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete > macro definition. > * config/mips/tm-wince.h: Remove #undef of macro > TARGET_BYTE_ORDER_SELECTABLE. > * config/sh/tm-wince.h: Ditto. > I've checked this one in. I guess I now get to find out how the non-multi-arch targets go. Andrew