This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[patch/ob] Use C, not C++ comments


The ARI hits -- more --
A thread suggesting GDB assume ISO C 99(?) starts -- more --
:-^

Committed to trunk,
Andrew
2002-09-18  Andrew Cagney  <ac131313@redhat.com>

	* h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
	comments.
	
Index: h8300-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/h8300-tdep.c,v
retrieving revision 1.18
diff -u -r1.18 h8300-tdep.c
--- h8300-tdep.c	17 Sep 2002 20:42:01 -0000	1.18
+++ h8300-tdep.c	18 Sep 2002 22:15:25 -0000
@@ -1120,7 +1120,7 @@
 					     frameless_look_for_prologue);
 
   /* W/o prototype, coerce float args to double. */
-  //set_gdbarch_coerce_float_to_double (gdbarch, standard_coerce_float_to_double);
+  /* set_gdbarch_coerce_float_to_double (gdbarch, standard_coerce_float_to_double); */
 
   /*
    * Call Dummies
@@ -1156,7 +1156,7 @@
   set_gdbarch_ptr_bit (gdbarch, BINWORD * TARGET_CHAR_BIT);
   set_gdbarch_addr_bit (gdbarch, BINWORD * TARGET_CHAR_BIT);
 
-  //set_gdbarch_stack_align (gdbarch, SOME_stack_align);
+  /* set_gdbarch_stack_align (gdbarch, SOME_stack_align); */
   set_gdbarch_extra_stack_alignment_needed (gdbarch, 0);
   set_gdbarch_believe_pcc_promotion (gdbarch, 1);
 

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