public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Korn <dave.korn.cygwin@googlemail.com>
To: Kai Tietz <ktietz70@googlemail.com>
Cc: Danny Smith <dannysmith@clear.net.nz>, FX <fxcoudert@gmail.com>,
	  dannysmith@users.sourceforge.net, kai.tietz@onevision.com,
	  nightstrike@gmail.com, gcc@gcc.gnu.org
Subject: Re: Patch for mingw stdint information
Date: Sat, 04 Apr 2009 13:00:00 -0000	[thread overview]
Message-ID: <49D75451.6030301@gmail.com> (raw)
In-Reply-To: <90baa01f0904040138m2c12c3d9m1521ae635248bd8f@mail.gmail.com>

Kai Tietz wrote:
> 2009/4/4 Danny Smith <dannysmith@clear.net.nz>:

>> in "mingw-stdint.h" for sanity reason.  I will need Kai's help on 32/64
>> bit #ifdefs

> Thanks for the patch. Are those defines really just for default target 
> necessary? Shouldn't be the defines target dependent? Something like
> '#define UINTPTR_TYPE (TARGET_64BIT ? "long long int" : "int")' ?

  The config/newlib-stdint.h header provides a working example of adapting to
the varying sizes of different types, by using the xxx_TYPE_SIZE definitions.
 Assuming those change properly in response to TARGET_64BIT, they might be
considered more canonical than effectively inferring their values from the
target flag.

    cheers,
      DaveK


  reply	other threads:[~2009-04-04 12:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-03 20:24 FX
2009-04-04  8:38 ` Danny Smith
2009-04-04  9:22   ` Kai Tietz
2009-04-04 13:00     ` Dave Korn [this message]
2009-04-08  0:43 ` Joseph S. Myers

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=49D75451.6030301@gmail.com \
    --to=dave.korn.cygwin@googlemail.com \
    --cc=dannysmith@clear.net.nz \
    --cc=dannysmith@users.sourceforge.net \
    --cc=fxcoudert@gmail.com \
    --cc=gcc@gcc.gnu.org \
    --cc=kai.tietz@onevision.com \
    --cc=ktietz70@googlemail.com \
    --cc=nightstrike@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).