diff options
Diffstat (limited to 'gcc')
-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 bb7666b..04cb6b3 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 48d7294..8d6b343 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. |