OSDN Git Service

2010-11-22 Jeremie Salvucci <jeremie.salvucci@free.fr>
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2010 07:35:17 +0000 (07:35 +0000)
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2010 07:35:17 +0000 (07:35 +0000)
commit8fda32621c0fa3d39858a5fabe8ca5d7a17ee385
tree06663069ba20f7ad4b204eb33762496833536e81
parent0dd3806fe53677b409b85a7e770f13a26c0807bf
2010-11-22  Jeremie Salvucci  <jeremie.salvucci@free.fr>
    Basile Starynkevitch  <basile@starynkevitch.net>

* gengtype.c: Include xregex.h and obstack.h
Added comments about role of get_output_file_with_visibility and
our regexpr machinery.
(frul_actionrout_t, struct file_rule_st): New.
(hader_dot_h_frul, source_dot_c_frul): New functions.
(NULL_REGEX,  NULL_FRULACT): New.
(files_rules): New.
(matching_file_name_substitute): New function.
(get_output_file_with_visibility): Updated comments and rewritten
to use the new files_rules machinery.

        * Makefile.in (XREGEX_H): Added variable.
        (build/gengtype.o): Added dependencies for xregex.h and obstack.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167024 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/gengtype.c