From: law Date: Mon, 17 Jun 2002 21:08:12 +0000 (+0000) Subject: * libgcc2.c: Do not include symcat.h or machmode.h. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c760567a05e3141be27de9b5d3625c4a77e14dcb;p=thirdparty%2Fgcc.git * libgcc2.c: Do not include symcat.h or machmode.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54717 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fb22489fb93..ba774fbc1f12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Jeff Law + + * libgcc2.c: Do not include symcat.h or machmode.h. + 2002-06-17 Richard Henderson PR target/6922 diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 13da298fd268..4b1e187bcf49 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -36,9 +36,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tconfig.h" #include "tsystem.h" -#include "symcat.h" -#include "machmode.h" - /* Don't use `fancy_abort' here even if config.h says to use it. */ #ifdef abort #undef abort