diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2004-12-06 10:57:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-12-06 10:57:43 +0000 |
commit | dd8301b8e01664fdb1264a0dcd317cfa93730054 (patch) | |
tree | 410f12501572bb1556d799e17e0769e26319f2ef | |
parent | b07f8ee2795be763cd4a492504b41b8a611fc052 (diff) | |
download | gcc-dd8301b8e01664fdb1264a0dcd317cfa93730054.zip gcc-dd8301b8e01664fdb1264a0dcd317cfa93730054.tar.gz gcc-dd8301b8e01664fdb1264a0dcd317cfa93730054.tar.bz2 |
builtins-config.h: Use <sys/types.h> instead of <limits.h> because the latter comes from gcc's...
* 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.
From-SVN: r91770
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 04cb6b3..bb7666b 100644 --- a/gcc/ChangeLog +++ b/gcc/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-05 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-alias.c (create_global_var): Use void_type_node, |