public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <iant@google.com>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: Create common hooks structure shared between driver and cc1
Date: Tue, 14 Jun 2011 17:29:00 -0000	[thread overview]
Message-ID: <BANLkTik1YHwcNVvCzRzTiPdok-+EpfWkPRK5ueqbgrN-Xu83Eg@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1105251921330.9890@digraph.polyomino.org.uk>

On Wed, May 25, 2011 at 12:21 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> Here is a revised version of my patch
> <http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01779.html> to create
> the common hooks structure.  Tested in the same way as the original
> patch.  OK to commit?
>
> 2011-05-25  Joseph Myers  <joseph@codesourcery.com>
>
>        * common/common-target-def.h, common/common-target.def,
>        common/common-target.h, common/config/default-common.c,
>        common/config/pa/pa-common.c: New files.
>        * Makefile.in (common_out_file, common_out_object_file,
>        COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
>        (OBJS-libcommon-target): Include $(common_out_object_file).
>        (prefix.o): Update dependencies.
>        ($(common_out_object_file), common/common-target-hooks-def.h,
>        s-common-target-hooks-def-h): New.
>        (s-tm-texi): Also check timestamp on common-target.def.
>        (build/genhooks.o): Update dependencies.
>        * config.gcc (common_out_file, target_has_targetm_common): Define.
>        * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
>        TARGET_ALWAYS_STRIP_DOTDOT.
>        * configure.ac (common_out_object_file): Define.
>        (common_out_file, common_out_object_file): Substitute.
>        (common): Create directory.
>        * configure: Regenerate.
>        * doc/tm.texi.in (targetm_common): Document.
>        (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
>        * doc/tm.texi: Regenerate.
>        * genhooks.c (hook_array): Also include common/common-target.def.
>        * prefix.c (tm.h): Don't include.
>        (common/common-target.h): Include.
>        (ALWAYS_STRIP_DOTDOT): Don't define.
>        (update_path): Use targetm_common.always_strip_dotdot instead of
>        ALWAYS_STRIP_DOTDOT.
>        * system.h (ALWAYS_STRIP_DOTDOT): Poison.

This is OK.

Thanks.

Ian

      parent reply	other threads:[~2011-06-14 16:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25  0:25 Joseph S. Myers
2011-05-25 19:54 ` Joseph S. Myers
2011-05-25 21:40   ` Tom Tromey
2011-05-25 22:37     ` Joseph S. Myers
2011-05-25 23:56   ` Mike Stump
2011-05-26  0:16     ` Joseph S. Myers
2011-05-26  0:19       ` Mike Stump
2011-06-06  9:03   ` Ping " Joseph S. Myers
2011-06-10 14:56     ` Ping^2 " Joseph S. Myers
2011-06-14 17:29   ` Ian Lance Taylor [this message]

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=BANLkTik1YHwcNVvCzRzTiPdok-+EpfWkPRK5ueqbgrN-Xu83Eg@mail.gmail.com \
    --to=iant@google.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joseph@codesourcery.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).