aboutsummaryrefslogtreecommitdiff
path: root/gdb/h8300-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-18 22:17:41 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-18 22:17:41 +0000
commit5247b4187f67dfead2ed981f7dc13a74e8a216e0 (patch)
treed43fd48a8725e070c114dcd8f70ce37d2d4649e3 /gdb/h8300-tdep.c
parentfc60962c86d6f60d9001db4710afbc9f4a90191f (diff)
downloadgdb-5247b4187f67dfead2ed981f7dc13a74e8a216e0.zip
gdb-5247b4187f67dfead2ed981f7dc13a74e8a216e0.tar.gz
gdb-5247b4187f67dfead2ed981f7dc13a74e8a216e0.tar.bz2
2002-09-18 Andrew Cagney <ac131313@redhat.com>
* h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++ comments.
Diffstat (limited to 'gdb/h8300-tdep.c')
-rw-r--r--gdb/h8300-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c
index 087084c..52f91c0 100644
--- a/gdb/h8300-tdep.c
+++ b/gdb/h8300-tdep.c
@@ -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);