2002-09-18 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 18 Sep 2002 22:17:41 +0000 (22:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 18 Sep 2002 22:17:41 +0000 (22:17 +0000)
* h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
comments.

gdb/ChangeLog
gdb/h8300-tdep.c

index de21436..7ed7da9 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
 
+       * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
+       comments.
+       
        * config/djgpp/fnchange.lst: Handle name clashes between
        bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
        bfd/coff-tic80.c.
index 087084c..52f91c0 100644 (file)
@@ -1120,7 +1120,7 @@ h8300_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
                                             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 @@ h8300_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   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);