diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/gmon-sol2.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b771419..63564aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h. + 2010-10-11 Nathan Froyd <froydnj@codesourcery.com> * vec.h (VEC_qsort): Define. diff --git a/gcc/config/sparc/gmon-sol2.c b/gcc/config/sparc/gmon-sol2.c index aeead89..452d98d 100644 --- a/gcc/config/sparc/gmon-sol2.c +++ b/gcc/config/sparc/gmon-sol2.c @@ -35,8 +35,6 @@ #include "tconfig.h" #include "tsystem.h" #include <fcntl.h> /* for creat() */ -#include "coretypes.h" -#include "tm.h" #if 0 #include "sparc/gmon.h" |