public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: chris@lslsun.epfl.ch (Christian Iseli)
To: joel@OARcorp.com
Cc: egcs@cygnus.com
Subject: Re: xlimits.h for embedded targets
Date: Tue, 23 Sep 1997 06:46:00 -0000	[thread overview]
Message-ID: <199709231345.PAA05310@lslsun17.epfl.ch> (raw)

> Is this just a procedural change with no real impact on when the file is
> built or the contents of the resulting file? 

The impact is that the proposed change lets the target file t-target overide the way
limits.h is constructed.  For example, my target file t-c816 defines it as

# Target specific header files
LIMITS_H = limits-c816.h

limits-c816.h: $(srcdir)/config/c816/limits-c816.h msc816.inc
	cp $(srcdir)/config/c816/limits-c816.h limits-c816.h

Thus the file will be "constructed" before it is needed by msc816.inc, which is a file
containing some assembler macros, which is needed when the compiler driver assembles
some cc1 output.

					Christian

             reply	other threads:[~1997-09-23  6:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-23  6:46 Christian Iseli [this message]
1997-09-23  7:01 ` Joel Sherrill
1997-10-08 21:19   ` Jeffrey A Law
1997-10-09  9:26     ` Joel Sherrill
1997-10-09 14:30       ` Richard Henderson
1997-10-09 14:56         ` Joel Sherrill
1997-10-13 15:02           ` Stephen Williams
1997-10-13 15:02             ` Joel Sherrill
1997-10-13 15:02               ` Stephen Williams
1997-10-13 15:02                 ` Joel Sherrill
  -- strict thread matches above, loose matches on Subject: below --
1997-10-13 23:30 Christian Iseli
1997-10-14  4:57 ` Joel Sherrill
1997-09-23  4:43 Christian Iseli
1997-09-23  6:28 ` Joel Sherrill

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=199709231345.PAA05310@lslsun17.epfl.ch \
    --to=chris@lslsun.epfl.ch \
    --cc=egcs@cygnus.com \
    --cc=joel@OARcorp.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).