From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20432 invoked by alias); 6 Jan 2003 20:42:43 -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 20393 invoked from network); 6 Jan 2003 20:42:42 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 6 Jan 2003 20:42:42 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EE0F93D45; Mon, 6 Jan 2003 15:42:32 -0500 (EST) Message-ID: <3E19EA38.50803@redhat.com> Date: Mon, 06 Jan 2003 20:42:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Fix sparc build; Was: [commit] fix a small compilation failure in alpha-tdep.c References: <20030106103034.GU693@gnat.com> <20030106150614.GA12082@nevyn.them.org> <3E19E332.8010403@redhat.com> <20030106202541.GA26889@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------020708070809080100050805" X-SW-Source: 2003-01/txt/msg00228.txt.bz2 This is a multi-part message in MIME format. --------------020708070809080100050805 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 611 > Just not your day, I just committed the attached. It fixes a build > > > Wrong attached. I assume I missed another "info." before "osabi". No, this one was a tipo. >> problem for --target=sparc-elf from the above. Remember, you need to >> check that changes across architectures still build for all architectures. > > > I've been having a little trouble with building multiple targets. I'll > give gdb_mbuild.sh another whirl in a bit. Rebuilding all targets using gdb_mbuild.sh really should be second nature (I just fixed a top level make problem so it should now run much quicker). Andrew --------------020708070809080100050805 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 667 2003-01-06 Andrew Cagney * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. Index: sparc-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/sparc-tdep.c,v retrieving revision 1.58 diff -u -r1.58 sparc-tdep.c --- sparc-tdep.c 5 Jan 2003 01:39:55 -0000 1.58 +++ sparc-tdep.c 6 Jan 2003 20:02:48 -0000 @@ -3441,5 +3441,5 @@ fprintf_unfiltered (file, "sparc_dump_tdep: call_dummy_call_offset = %d\n", tdep->call_dummy_call_offset); fprintf_unfiltered (file, "sparc_dump_tdep: print_insn_match = %d\n", - tdep->print_insn_match); + tdep->print_insn_mach); } --------------020708070809080100050805--