This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove inclusion of loop.h from c4x.c


Hi Michael,

  I hope you do not mind but I am going to apply the patch below as an
  obvious fix in the GCC mainline sources.  The loop.h header has been
  deleted so the c4x.c file should not be including it.  I checked the
  patch by building a c4x-coff toolchain.

Cheers
  Nick

gcc/ChangeLog
2004-10-13  Nick Clifton  <nickc@redhat.com>

	* config/c4x/c4x.c: Remove inclusion of loop.h.

Index: c4x.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.c,v
retrieving revision 1.163
diff -c -3 -p -r1.163 c4x.c
*** c4x.c	18 Sep 2004 19:19:31 -0000	1.163
--- c4x.c	13 Oct 2004 10:46:10 -0000
*************** Boston, MA 02111-1307, USA.  */
*** 42,48 ****
  #include "optabs.h"
  #include "libfuncs.h"
  #include "flags.h"
- #include "loop.h"
  #include "recog.h"
  #include "ggc.h"
  #include "cpplib.h"
--- 42,47 ----
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]