From: Mark Mitchell <mark@codesourcery.com>
To: Daniel Jacobowitz <drow@false.org>
Cc: Mark Kettenis <mark.kettenis@xs4all.nl>,
gdb-patches@sources.redhat.com
Subject: Re: PATCH: Fix LP64 model bug in PPC simulator
Date: Tue, 24 Jan 2006 23:49:00 -0000 [thread overview]
Message-ID: <43D6BD0F.6030500@codesourcery.com> (raw)
In-Reply-To: <20060124210859.GA26974@nevyn.them.org>
[-- Attachment #1: Type: text/plain, Size: 384 bytes --]
Daniel Jacobowitz wrote:
> On Tue, Jan 24, 2006 at 11:52:06AM -0800, Mark Mitchell wrote:
>
>>Mark Kettenis wrote:
>>
>>
>>>Any reason not to just use 'int'? I'm pretty sure our code base makes
>>>that assumption in a lot of places.
>>
>>Fine by me. OK with that change?
Here's what I checked in.
Thanks,
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713
[-- Attachment #2: gdb.sim.patch --]
[-- Type: text/plain, Size: 1245 bytes --]
2006-01-23 Mark Mitchell <mark@codesourcery.com>
* words.h (signed32): Define as "int".
(unsigned32): Define as "unsigned int".
Index: words.h
===================================================================
RCS file: /cvs/src/src/sim/ppc/words.h,v
retrieving revision 1.2
diff -c -5 -p -r1.2 words.h
*** words.h 20 Apr 2005 14:43:55 -0000 1.2
--- words.h 24 Jan 2006 23:47:26 -0000
*************** typedef char natural8;
*** 53,67 ****
typedef short natural16;
typedef long natural32;
typedef signed char signed8;
typedef signed short signed16;
! typedef signed long signed32;
typedef unsigned char unsigned8;
typedef unsigned short unsigned16;
! typedef unsigned long unsigned32;
#ifdef __GNUC__
typedef long long natural64;
typedef signed long long signed64;
typedef unsigned long long unsigned64;
--- 53,67 ----
typedef short natural16;
typedef long natural32;
typedef signed char signed8;
typedef signed short signed16;
! typedef signed int signed32;
typedef unsigned char unsigned8;
typedef unsigned short unsigned16;
! typedef unsigned int unsigned32;
#ifdef __GNUC__
typedef long long natural64;
typedef signed long long signed64;
typedef unsigned long long unsigned64;
next prev parent reply other threads:[~2006-01-24 23:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-24 5:55 Mark Mitchell
2006-01-24 19:27 ` Mark Kettenis
2006-01-24 19:52 ` Mark Mitchell
2006-01-24 21:09 ` Daniel Jacobowitz
2006-01-24 21:45 ` Mark Kettenis
2006-01-24 23:49 ` Mark Mitchell [this message]
[not found] ` <5981.192.87.1.22.1138179926.squirrel@webmail.xs4all.nl>
2006-01-25 17:32 ` Mark Mitchell
2006-01-25 23:08 ` Mark Kettenis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43D6BD0F.6030500@codesourcery.com \
--to=mark@codesourcery.com \
--cc=drow@false.org \
--cc=gdb-patches@sources.redhat.com \
--cc=mark.kettenis@xs4all.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox