* config.bfd: Remove trailing blanks.
* elf32-mips.c (gprel16_with_gp): Remove superfluous casts. * strings.c (get_char): Initialize value. * config/tc-mips.c (mips_cpreturn_offset): Better comment. (load_register): Better error message. Cast away signedness mismatches. Add casts needed for varargs. (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. Remove superfluous casts. (macro): Cast away signedness mismatches. Remove superfluous casts. (s_cpload): Fix wrong comment. (s_mips_weakext): Standardize output message. (get_number): Likewise.
This commit is contained in:
parent
956c53ee28
commit
956cd1d64d
7 changed files with 60 additions and 47 deletions
|
@ -421,7 +421,7 @@ get_char (stream, address, magiccount, magic)
|
|||
char **magic;
|
||||
{
|
||||
int c, i;
|
||||
long r;
|
||||
long r = EOF;
|
||||
unsigned char buf[4];
|
||||
|
||||
for (i = 0; i < encoding_bytes; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue