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]

Re: PATCH, picochip: Remove a header file


On Tue, Nov 18, 2008 at 01:54:46PM +0000, Hariharan wrote:
> Hello everyone,
> I would like to check in the change below to remove a header file which 
> wasnt being used. The name of the header file had changed and the port 
> wouldnt build without this change.
> 
> Thanks
> Hari

Ok, assuming you have built the picochip port without the include.

Note, don't diff the ChangeLog entry, but instead just put the ChangeLog entry
as is.

> Index: gcc/ChangeLog
> ===================================================================
> --- gcc/ChangeLog	(revision 141965)
> +++ gcc/ChangeLog	(working copy)
> @@ -1,3 +1,8 @@
> +2008-08-28  Hariharan Sandanagobalane <hariharan@picochip.com>
> +
> +	* config/picochip/picpchip.c (headers): Remove an unnecessary
> +	header file.
> +
>  2008-11-18  Jakub Jelinek  <jakub@redhat.com>
> 
>  	PR target/38130
> Index: gcc/config/picochip/picochip.c
> ===================================================================
> --- gcc/config/picochip/picochip.c	(revision 141965)
> +++ gcc/config/picochip/picochip.c	(working copy)
> @@ -50,7 +50,6 @@ along with GCC; see the file COPYING3.  
>  #include "target-def.h"
>  #include "langhooks.h"
>  #include "reload.h"
> -#include "tree-gimple.h"
> 
>  #include "picochip-protos.h"
> 


-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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