diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-20 17:23:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-20 17:23:06 +0000 |
commit | 2c283bc467fffc9faee414a6208735073b70716a (patch) | |
tree | 32656537565fe29ab8ecaac272198b4c796bb358 /gdb/gdbarch.c | |
parent | 3f3c6e550355631a383176459791b539e4700704 (diff) | |
download | gdb-2c283bc467fffc9faee414a6208735073b70716a.zip gdb-2c283bc467fffc9faee414a6208735073b70716a.tar.gz gdb-2c283bc467fffc9faee414a6208735073b70716a.tar.bz2 |
* gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
format.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 2de3360..5fb8ab4 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -1877,7 +1877,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file) "gdbarch_dump: TARGET_CHAR_SIGNED # %s\n", XSTRING (TARGET_CHAR_SIGNED)); fprintf_unfiltered (file, - "gdbarch_dump: TARGET_CHAR_SIGNED = %d\n", + "gdbarch_dump: TARGET_CHAR_SIGNED = %ld\n", (long) TARGET_CHAR_SIGNED); #endif #ifdef TARGET_DOUBLE_BIT |