diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-11 15:17:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-11 15:17:18 +0000 |
commit | f27dd7fde7b149379b0eef6c393d4bb37533811a (patch) | |
tree | 937994b20c36b31928324692782448ba438182bc /gdb/h8300-tdep.c | |
parent | f630a401b42ad72e62a648f81bb604325e6fe6b8 (diff) | |
download | gdb-f27dd7fde7b149379b0eef6c393d4bb37533811a.zip gdb-f27dd7fde7b149379b0eef6c393d4bb37533811a.tar.gz gdb-f27dd7fde7b149379b0eef6c393d4bb37533811a.tar.bz2 |
2003-09-11 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
* gdbarch.h, gdbarch.c: Re-generate.
* infcall.c (call_function_by_hand): Update.
* hppa-tdep.c (hppa_push_arguments): Update.
* ada-lang.c (place_on_stack): Update.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
* hppa-tdep.c (hppa_gdbarch_init): Update.
* h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
stack_align.
Diffstat (limited to 'gdb/h8300-tdep.c')
-rw-r--r-- | gdb/h8300-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index d3c4009..c90ccb6 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -1331,7 +1331,6 @@ h8300_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_double_bit (gdbarch, 4 * TARGET_CHAR_BIT); set_gdbarch_long_double_bit (gdbarch, 4 * TARGET_CHAR_BIT); - /* set_gdbarch_stack_align (gdbarch, SOME_stack_align); */ set_gdbarch_believe_pcc_promotion (gdbarch, 1); /* Char is unsigned. */ |