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]

Add rtl.h to timevar.c


This lets it use the fancy abort.  I didn't add it to Makefile since we
really don't care if a newer rtl.h is used.

Thu Nov 15 21:40:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* timevar.c (rtl.h): Include so get fancy abort.

*** timevar.c	2001/10/29 22:13:41	1.18
--- timevar.c	2001/11/16 02:31:32
***************
*** 3,26 ****
     Contributed by Alex Samuel <samuel@codesourcery.com>
  
!    This file is part of GCC.
  
!    GCC is free software; you can redistribute it and/or modify it
!    under the terms of the GNU General Public License as published by
!    the Free Software Foundation; either version 2, or (at your option)
!    any later version.
  
!    GCC is distributed in the hope that it will be useful, but WITHOUT
!    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
!    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
!    License for more details.
  
!    You should have received a copy of the GNU General Public License
!    along with GCC; see the file COPYING.  If not, write to the Free
!    Software Foundation, 59 Temple Place - Suite 330, Boston, MA
!    02111-1307, USA.  */
  
  #include "config.h"
  #include "system.h"
  #include "intl.h"
  
  #ifdef HAVE_SYS_TIMES_H
--- 3,27 ----
     Contributed by Alex Samuel <samuel@codesourcery.com>
  
! This file is part of GCC.
  
! GCC is free software; you can redistribute it and/or modify it under
! the terms of the GNU General Public License as published by the Free
! Software Foundation; either version 2, or (at your option) any later
! version.
  
! GCC is distributed in the hope that it will be useful, but WITHOUT ANY
! WARRANTY; without even the implied warranty of MERCHANTABILITY or
! FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
! for more details.
  
! You should have received a copy of the GNU General Public License
! along with GCC; see the file COPYING.  If not, write to the Free
! Software Foundation, 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #include "config.h"
  #include "system.h"
  #include "intl.h"
+ #include "rtl.h"
  
  #ifdef HAVE_SYS_TIMES_H


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