From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15662 invoked by alias); 25 Apr 2006 10:19:51 -0000 Received: (qmail 15653 invoked by uid 22791); 25 Apr 2006 10:19:50 -0000 X-Spam-Check-By: sourceware.org Received: from mail2.asahi-net.or.jp (HELO mail.asahi-net.or.jp) (202.224.39.198) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Apr 2006 10:19:47 +0000 Received: from [192.168.0.2] (p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp [222.147.75.18]) by mail.asahi-net.or.jp (Postfix) with ESMTP id AA2F42B1EA for ; Tue, 25 Apr 2006 19:19:44 +0900 (JST) Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: gdb-patches@sourceware.org From: Masaki MURANAKA Subject: [Patch] Couldn't build mips64-elf target Date: Tue, 25 Apr 2006 10:19:00 -0000 X-Mailer: Apple Mail (2.749.3) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00335.txt.bz2 Hello, I've not sign an Assignment yet. (waiting for the offline-mail from FSF.) But... this patch is too short to sign, right? ----- 2006-04-25 Masaki MURANAKA (monaka@monami-software.com) * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change valuep type to gdb_byte *. ----- Index: mips-mdebug-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/mips-mdebug-tdep.c,v retrieving revision 1.6 diff -u -p -r1.6 mips-mdebug-tdep.c --- mips-mdebug-tdep.c 15 Mar 2006 16:29:08 -0000 1.6 +++ mips-mdebug-tdep.c 25 Apr 2006 10:02:28 -0000 @@ -394,7 +394,7 @@ mips_mdebug_frame_prev_register (struct void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, - int *realnump, void *valuep) + int *realnump, gdb_byte *valuep) { struct mips_frame_cache *info = mips_mdebug_frame_cache (next_frame, this_cache); -- Masaki Muranaka Monami software