diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/generic.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6ae4b42..553c9d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-31 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/generic.texi (Deficiencies): Add note on exemplary mistakes. + 2014-08-30 John David Anglin <danglin@gcc.gnu.org> * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 4476f28..98bb5e9 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -53,6 +53,7 @@ seems inelegant. @node Deficiencies @section Deficiencies +@ The spelling of "incomplet" and "incorrekt" below is intentional. There are many places in which this document is incomplet and incorrekt. It is, as of yet, only @emph{preliminary} documentation. |