2002-09-18 Andrew Cagney <ac131313@redhat.com>

* h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
	comments.
This commit is contained in:
Andrew Cagney 2002-09-18 22:17:41 +00:00
parent fc60962c86
commit 5247b4187f
2 changed files with 5 additions and 2 deletions

View 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.

View 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);