mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (smallest_imm_type): Return unsigned int instead of int.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (smallest_imm_type): Return unsigned int
|
||||
instead of int.
|
||||
|
||||
2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c: Convert to ISO C90 formatting
|
||||
|
@ -918,7 +918,7 @@ fits_in_unsigned_long (offsetT num ATTRIBUTE_UNUSED)
|
||||
#endif
|
||||
} /* fits_in_unsigned_long() */
|
||||
|
||||
static int
|
||||
static unsigned int
|
||||
smallest_imm_type (offsetT num)
|
||||
{
|
||||
if (cpu_arch_flags != (Cpu186 | Cpu286 | Cpu386 | Cpu486 | CpuNo64))
|
||||
|
Reference in New Issue
Block a user