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]

missing closing parentheses in ChangeLog


Howdy,

The following patch adds missing closing parentheses to the
ChangeLog entries that omit them.  Committed as obvious.

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.18162
diff -3 -c -p -r1.18162 ChangeLog
*** ChangeLog	12 Jun 2003 05:18:03 -0000	1.18162
--- ChangeLog	12 Jun 2003 06:02:29 -0000
*************** Sun Jun  8 15:52:17 CEST 2003  Jan Hubic
*** 602,608 ****
  
  	* target.h: New hook asm_out.file_end.
  	* target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
! 	* toplev.c (compile_file: Use targetm.asm_out.file_end.
  	* system.h: Poison ASM_FILE_END.
  	* varasm.c (file_end_indicate_exec_stack): New.
  	* output.h: Prototype it.
--- 602,608 ----
  
  	* target.h: New hook asm_out.file_end.
  	* target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
! 	* toplev.c (compile_file): Use targetm.asm_out.file_end.
  	* system.h: Poison ASM_FILE_END.
  	* varasm.c (file_end_indicate_exec_stack): New.
  	* output.h: Prototype it.
*************** Mon Mar 24 20:03:03 CET 2003  Jan Hubick
*** 13919,13925 ****
  
  	* basic-block.h (inside_basic_block_p):  Declare.
  	* cfgbuild.c (inside_basic_block_p): Make global.
! 	* haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
  	* scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
  	update CFG.
  	(fix_basic_block_boundaries, add_missing_bbs): New.
--- 13919,13925 ----
  
  	* basic-block.h (inside_basic_block_p):  Declare.
  	* cfgbuild.c (inside_basic_block_p): Make global.
! 	* haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
  	* scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
  	update CFG.
  	(fix_basic_block_boundaries, add_missing_bbs): New.
*************** Mon Mar 24 20:03:03 CET 2003  Jan Hubick
*** 15583,15589 ****
  2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  
  	* configure.in: Don't include ansidecl.h in tconfig.h.
! 	* gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
  	* unwind-dw2-fde.h (last_fde): Use __attribute__, not
  	ATTRIBUTE_UNUSED.
  
--- 15583,15589 ----
  2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  
  	* configure.in: Don't include ansidecl.h in tconfig.h.
! 	* gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
  	* unwind-dw2-fde.h (last_fde): Use __attribute__, not
  	ATTRIBUTE_UNUSED.
  


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