mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 10:02:26 +00:00
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:
parent
fc60962c86
commit
5247b4187f
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user