* gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
authorAndrew Cagney <cagney@redhat.com>
Thu, 20 Dec 2001 17:23:06 +0000 (17:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 20 Dec 2001 17:23:06 +0000 (17:23 +0000)
format.

gdb/ChangeLog
gdb/gdbarch.c
gdb/gdbarch.sh

index b3823897d745c25483b9a76e940eb5697843a9b3..7d3abc051898d50da86845cbee9c048d87f7d90c 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
+       format.
+
 2001-12-19  Jim Blandy  <jimb@redhat.com>
 
        * s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regs
index 2de3360e1c105272cdb1f058e0e48032a7cde5bb..5fb8ab4077d32c1d9f0c134624e2a83039f2feb6 100644 (file)
@@ -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
index e263e45acf0af1e3194073e462734ebef8234a1c..03f1267e4cecff309dcdf7b41c2511d10af56d56 100755 (executable)
@@ -385,7 +385,7 @@ v::TARGET_ADDR_BIT:int:addr_bit::::8 * sizeof (void*):0:TARGET_PTR_BIT:
 v::TARGET_BFD_VMA_BIT:int:bfd_vma_bit::::8 * sizeof (void*):TARGET_ARCHITECTURE->bits_per_address::0
 #
 # One if \`char' acts like \`signed char', zero if \`unsigned char'.
-v::TARGET_CHAR_SIGNED:int:char_signed::::1:-1:1::%d::
+v::TARGET_CHAR_SIGNED:int:char_signed::::1:-1:1::::
 #
 v::IEEE_FLOAT:int:ieee_float::::0:0::0:::
 #