diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 10:25:38 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 10:25:38 +0000 |
commit | b8f73c521f9041209c16e992863613ba7fd1a6ff (patch) | |
tree | 02e7a05a6992d6586c3ddbd38265a89d7778de89 /gcc/objcp/ChangeLog | |
parent | 2b03de53e95aedac38e937f96886f7ba709dc64c (diff) | |
download | gcc-b8f73c521f9041209c16e992863613ba7fd1a6ff.tar.gz |
In gcc/:
2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
PR bootstrap/48167
* gengtype.c (files_rules): Added rule for cp/parser.h.
In gcc/objcp/:
2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
PR bootstrap/48167
* Make-lang.in (START_HDRS): Added CXX_PARSER_H and
CXX_PRETTY_PRINT_H.
* config-lang.in (gtfiles): Added cp/parser.h and reorganized list
so that it is more obvious that it is identical to the C++ one
with the addition of some files at the end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171214 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp/ChangeLog')
-rw-r--r-- | gcc/objcp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index c8d697c581d..c743cce46fa 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -1,3 +1,12 @@ +2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com> + + PR bootstrap/48167 + * Make-lang.in (START_HDRS): Added CXX_PARSER_H and + CXX_PRETTY_PRINT_H. + * config-lang.in (gtfiles): Added cp/parser.h and reorganized list + so that it is more obvious that it is identical to the C++ one + with the addition of some files at the end. + 2011-03-06 Joseph Myers <joseph@codesourcery.com> * lang-specs.h: Match -save-temps* instead of -save-temps. |