diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-30 00:09:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-30 00:09:40 +0000 |
commit | 597160f1cbe9e489b7b67d547c782bf29cbf1195 (patch) | |
tree | 8685139228ea90f1239f06332532f3df4694ce2e /gdb/gdbarch.c | |
parent | 3acd21573e5f176b02e51a3f6abe19b6a7446fae (diff) | |
download | gdb-597160f1cbe9e489b7b67d547c782bf29cbf1195.tar.gz |
2003-03-29 Andrew Cagney <cagney@redhat.com>
* d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
sizeof_call_dummy_words.
* gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
define.
* gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 0430203193c..c886d0b24f7 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -2255,8 +2255,8 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file) "gdbarch_dump: SIZEOF_CALL_DUMMY_WORDS # %s\n", XSTRING (SIZEOF_CALL_DUMMY_WORDS)); fprintf_unfiltered (file, - "gdbarch_dump: SIZEOF_CALL_DUMMY_WORDS = 0x%08lx\n", - (long) SIZEOF_CALL_DUMMY_WORDS); + "gdbarch_dump: SIZEOF_CALL_DUMMY_WORDS = %d\n", + SIZEOF_CALL_DUMMY_WORDS); #endif #ifdef SKIP_PROLOGUE fprintf_unfiltered (file, |