diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 1158519..46536ba 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -3911,7 +3911,7 @@ read_huge_number (const char **pp, int end, int *bits, } /* -0x7f is the same as 0x80. So deal with it by adding one to - the number of bits. Two's complement represention octals + the number of bits. Two's complement representation octals can't have a '-' in front. */ if (sign == -1 && !twos_complement_representation) ++nbits; |