public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: Leif Ekblad <leif@rdos.net>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Adding target rdos to GCC
Date: Fri, 04 Jan 2013 22:32:00 -0000	[thread overview]
Message-ID: <CAMe9rOr6bmDhQAdFZrTKxNnuPR+MBA0-tBdDAtDyZLFDm7jnrw@mail.gmail.com> (raw)
In-Reply-To: <EB85320DAEFF4C8F8FE4477BA7111FAE@AMDP6>

On Fri, Jan 4, 2013 at 2:22 PM, Leif Ekblad <leif@rdos.net> wrote:
> Change log:
> * config/gthr.m4: Added rdos thread header.
> * gcc/config/i386/i386.c: Provided a way to define a default setting for
> medium memory model and PIC. Provided a way to define a default value for
> large-data-threshold.
> * gcc/config/i386/i386.h: Defined default value for medium memory model &
> PIC.
> * gcc/config/i386/rdos.h: Added new file for rdos target definition.
> * gcc/config.gcc: Added rdos target
>
> The change to gthr.m4 requires rebuilding the configure scripts.
>
> Tested with target rdos and rdos32. Is this ok for trunk?
>
> Regards,
> Leif Ekblad

+ #ifdef TARGET_SECTION_THRESHOLD
+   ix86_section_threshold = TARGET_SECTION_THRESHOLD;
+ #endif

You should

1. Add DEFAULT_SECTION_THRESHOLD and set it to
65536.
2. Change the init value of  ix86_section_threshold to -1.
3. Set ix86_section_threshold to DEFAULT_SECTION_THRESHOLD
if it is -1.


-- 
H.J.

  reply	other threads:[~2013-01-04 22:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 22:21 Leif Ekblad
2013-01-04 22:32 ` H.J. Lu [this message]
2013-01-06 17:08   ` Leif Ekblad
2013-01-06 20:32 Uros Bizjak
2013-01-07 22:13 ` Leif Ekblad
2013-01-08 20:32   ` Leif Ekblad
2013-01-09  6:58     ` Uros Bizjak
2013-01-09  8:38       ` Richard Biener
2013-01-28  6:51         ` Leif Ekblad
2013-01-28  7:23           ` Uros Bizjak
2013-01-28 19:58             ` Leif Ekblad
2013-01-28 20:03               ` Uros Bizjak
2013-01-28 20:14                 ` Leif Ekblad
2013-01-28 20:45                   ` Uros Bizjak
2013-01-28 21:44                     ` Leif Ekblad

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=CAMe9rOr6bmDhQAdFZrTKxNnuPR+MBA0-tBdDAtDyZLFDm7jnrw@mail.gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=leif@rdos.net \
    /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).