diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-06 12:32:45 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-06 12:32:45 +0000 |
| commit | 0d7998f015ea74afa9b189b655ef9efd0c3685c2 (patch) | |
| tree | 7d33d3371840712721e825de095399e61f57b8fd | |
| parent | 012491e188a94dafda461dee168fbca65449b6aa (diff) | |
| download | ppe42-gcc-0d7998f015ea74afa9b189b655ef9efd0c3685c2.tar.gz ppe42-gcc-0d7998f015ea74afa9b189b655ef9efd0c3685c2.zip | |
Move ChangeLog entry to the correct ChangeLog!
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91775 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/testsuite/ChangeLog | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb7666bb277..04cb6b3fbdd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,3 @@ -2004-12-06 Nick Clifton <nickc@redhat.com> - - * gcc.dg/builtins-config.h: Use <sys/types.h> instead of - <limits.h> because the latter comes from gcc's include/ directory - and not the newlib/libc/include directory. - 2004-12-05 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-alias.c (create_global_var): Use void_type_node, diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 48d729470e2..8d6b3436fe0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-12-06 Nick Clifton <nickc@redhat.com> + + * gcc.dg/builtins-config.h: Use <sys/types.h> instead of + <limits.h> because the latter comes from gcc's include/ directory + and not the newlib/libc/include directory. + 2004-12-04 Richard Henderson <rth@redhat.com> * gcc.dg/tree-ssa/loop-5.c: Use long instead of int. |

