From: Ian Lance Taylor Date: Fri, 19 Apr 1996 19:05:00 +0000 (+0000) Subject: * remote-mips.c (encoding): Don't specify size, to avoid bug in X-Git-Tag: gdb-4_18~8811 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=102f473b782e02f9c28286f5145ce08d085e2796;p=external%2Fbinutils.git * remote-mips.c (encoding): Don't specify size, to avoid bug in SunOS native compiler. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32fdc65..1c1899b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 19 15:03:49 1996 Ian Lance Taylor + + * remote-mips.c (encoding): Don't specify size, to avoid bug in + SunOS native compiler. + Thu Apr 18 18:46:57 1996 Stan Shebs * monitor.c: Use int rather than LONGEST for values, since diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 81160b4..13fce91 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -2531,7 +2531,7 @@ mips_make_srec (buf, type, memaddr, myaddr, len) The encoding of numbers is done in 6bit fields. The 6bit value is used to index into this string to get the specific character encoding for the value: */ -static char encoding[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,."; +static char encoding[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,."; /* Convert the number of bits required into an encoded number, 6bits at a time (range 0..63). Keep a checksum if required (passed