From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27251 invoked by alias); 1 Jun 2012 14:45:08 -0000 Received: (qmail 27172 invoked by uid 22791); 1 Jun 2012 14:45:04 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_EG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 14:44:41 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q51EiRjE030431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 1 Jun 2012 10:44:27 -0400 Received: from host2.jankratochvil.net (ovpn-116-47.ams2.redhat.com [10.36.116.47]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q51EiMpx031550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 1 Jun 2012 10:44:25 -0400 Date: Fri, 01 Jun 2012 14:45:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Jeff Kenton , Joel Brobecker , gdb-patches@sourceware.org Subject: [commit] Fix tilegx-linux-tdep.c compilation [Re: [patch] Require long long for GDB] Message-ID: <20120601144422.GB17186@host2.jankratochvil.net> References: <20120514162046.GI10253@adacore.com> <4FBA4FD2.9090108@tilera.com> <4FBD1F67.9090609@redhat.com> <4FBE8B5E.6050800@tilera.com> <4FBFA26F.20002@redhat.com> <4FC4EA20.1040201@tilera.com> <4FC67B1C.6040700@redhat.com> <20120531085250.GA31740@host2.jankratochvil.net> <4FC74240.2070706@redhat.com> <20120531154019.GA16401@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120531154019.GA16401@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00014.txt.bz2 On Thu, 31 May 2012 17:40:19 +0200, Jan Kratochvil wrote: > And ULL afterwards. Checked in. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2012-06/msg00002.html --- src/gdb/ChangeLog 2012/05/31 22:07:29 1.14307 +++ src/gdb/ChangeLog 2012/06/01 14:43:27 1.14308 @@ -1,3 +1,7 @@ +2012-05-31 Jan Kratochvil + + * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values. + 2012-05-31 Edjunior Machado * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace --- src/gdb/tilegx-linux-tdep.c 2012/05/30 19:31:44 1.1 +++ src/gdb/tilegx-linux-tdep.c 2012/06/01 14:43:30 1.2 @@ -56,8 +56,8 @@ SIGTRAMP_FRAME, 8, { - { 0x00045fe551483000, -1 }, /* { moveli r10, 139 } */ - { 0x286b180051485000, -1 }, /* { swint1 } */ + { 0x00045fe551483000ULL, -1 }, /* { moveli r10, 139 } */ + { 0x286b180051485000ULL, -1 }, /* { swint1 } */ { TRAMP_SENTINEL_INSN, -1 } }, tilegx_linux_sigframe_init