diff options
author | Alan Matsuoka <alanm@gcc.gnu.org> | 2001-11-15 04:25:36 +0000 |
---|---|---|
committer | Alan Matsuoka <alanm@gcc.gnu.org> | 2001-11-15 04:25:36 +0000 |
commit | 7a0f9993298e7669bb44adad4074cae02ba0fae9 (patch) | |
tree | 862d79747b7845f8d9e7cb6d37e7568396404749 | |
parent | 7042d51057a0e81d164413b0b839bbd97b34610d (diff) | |
download | gcc-7a0f9993298e7669bb44adad4074cae02ba0fae9.zip gcc-7a0f9993298e7669bb44adad4074cae02ba0fae9.tar.gz gcc-7a0f9993298e7669bb44adad4074cae02ba0fae9.tar.bz2 |
ChangeLog entries for:
2001-11-05 Alan Matsuoka <alanm@redhat.com>
* rtl.def (INCLUDE) : Define.
* gensupport.c (init_include_reader, process_include,
save_string) : New functions to implement an include facility
in .md files.
* gensupport.h : Add prototype for init_md_reader_args.
* genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
genextract.c genflags.c genopinit.c genoutput.c
genpeep.c genrecog.c: Change call to init_md_reader to
init_md_reader_args.
* md.texi: Document (include "path") and -I directives for RTL
generation tools.
From-SVN: r47039
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7e5fba..80176c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2001-11-14 Alan Matsuoka <alanm@redhat.com> + + * rtl.def (INCLUDE) : Define. + * gensupport.c (init_include_reader, process_include, + save_string) : New functions to implement an include facility + in .md files. + * gensupport.h : Add prototype for init_md_reader_args. + * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c + genextract.c genflags.c genopinit.c genoutput.c + genpeep.c genrecog.c: Change call to init_md_reader to + init_md_reader_args. + * md.texi: Document (include "path") and -I directives for RTL + generation tools. + 2001-11-14 DJ Delorie <dj@redhat.com> * integrate.c (get_hard_reg_initial_reg): New. |