16 Aug 2012 09:49
Commit: ERC32: Include config.h before system header files
Nick Clifton <nickc <at> redhat.com>
2012-08-16 07:49:58 GMT
2012-08-16 07:49:58 GMT
Hi Guys, I am applying the patch below as an obvious fix for building the Sparc simulator. Cheers Nick sim/erc32/ChangeLog 2012-08-16 Nick Clifton <nickc <at> redhat.com> * end.c: Include config.h before system header files. * erc32.c: Likewise. * exec.c: Likewise. * float.c: Likewise. * func.c: Likewise. * help.c: Likewise. * interf.c: Likewise. Index: sim/erc32/end.c =================================================================== RCS file: /cvs/src/src/sim/erc32/end.c,v retrieving revision 1.1.1.1 diff -u -3 -p -r1.1.1.1 end.c --- sim/erc32/end.c 16 Apr 1999 01:35:00 -0000 1.1.1.1 +++ sim/erc32/end.c 16 Aug 2012 07:50:10 -0000 <at> <at> -1,3 +1,4 <at> <at> +#include "config.h" #include <stdio.h>(Continue reading)
RSS Feed