Prototyping functions in target header files

Jeffrey A Law law@cygnus.com
Wed Oct 14 23:53:00 GMT 1998


  In message <Pine.GSO.4.02A.9809101710170.28834-100000@matlock.informatik.rwth
-aachen.de>you write:
  > Here's an updated version of a patch I sent a few months ago.  This patch
  > makes it possible to split the various machine/machine.h files into one
  > that contains only prototypes, and one that contains the rest.  The header
  > that contains the prototypes is included by several source files immediately
  > after tree.h/rtl.h.
  > So far, only i386.h is converted, but converting the other targets is
  > straightforward.
Interesting idea.  I like it, though I don't like the idea of changing all
the .c files again :-)

Though I guess it's necessary.

If we're going to use this, I'd like to convert all the non-target files at
once instead of trying to do it piecemeal like we've done for some stuff in
the past.  Yes, it's an experiment of some sorts...


jeff



More information about the Gcc-patches mailing list