This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Move C front end to its own directory (1/3)


On Sat, 29 May 2010, Steven Bosscher wrote:

> Most of this is trivial updating of paths. The only complication is
> that gengtype does not understand that files can come from
> subdirectories that are not front-end specific, so I needed a rather

Neither does po/exgettext, which looks for directories with config-lang.in 
plus the config/ directory and its immediate subdirectories.  So that 
script will need to know about c-family as well.  (This limitation could 
be turned into a feature: if target-side files moved to the toplevel 
libgcc directory, generator files to a subdirectory of gcc/ and targets 
using mips-tdump or mips-tfile were deprecated, then po/EXCLUDES would no 
longer be needed.)

I have not yet otherwise reviewed the patch.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]