mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
* remote-mips.c (encoding): Don't specify size, to avoid bug in
SunOS native compiler.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user