diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 9af0af6..24552ed 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -3344,7 +3344,7 @@ read_range_type (pp, typenums, objfile) if (n3 == ( 1 << (8 * sizeof (short) - 1)) - 1) return (lookup_fundamental_type (objfile, FT_SHORT)); if (n3 == ( 1 << (8 * sizeof (char) - 1)) - 1) - return (lookup_fundamental_type (objfile, FT_CHAR)); + return (lookup_fundamental_type (objfile, FT_SIGNED_CHAR)); } /* We have a real range type on our hands. Allocate space and |