mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
warning fix
This commit is contained in:
parent
9a008db36e
commit
2cfe26b654
@ -1,3 +1,7 @@
|
||||
2008-07-28 Ineiev <ineiev@yahoo.co.uk>
|
||||
|
||||
* config/tc-i386.c (operand_type_check): Warning fix.
|
||||
|
||||
2008-07-26 Michael Eager <eager@eagercon.com>
|
||||
|
||||
* doc/as.texinfo: Add description of single-precision attribute.
|
||||
@ -61,7 +65,7 @@
|
||||
2008-07-07 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
|
||||
relocations.
|
||||
relocations.
|
||||
|
||||
2008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
|
@ -1381,6 +1381,8 @@ operand_type_check (i386_operand_type t, enum operand_type c)
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Return 1 if there is no conflict in 8bit/16bit/32bit/64bit on
|
||||
|
Loading…
Reference in New Issue
Block a user