summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-20 17:23:06 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-20 17:23:06 +0000
commit5efdd7386f17057c0a3f8db0b141656769a9efdd (patch)
treec8c014040976c215bd53011f4e34d68c27d6f926 /gdb/gdbarch.sh
parentb6ecd9355dbb251035bc4460084fb25a53daca9f (diff)
downloadgdb-5efdd7386f17057c0a3f8db0b141656769a9efdd.tar.gz
* gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the print
format.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-xgdb/gdbarch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index e263e45acf0..03f1267e4ce 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -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:::
#