2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jan 2007 22:48:52 +0000 (22:48 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jan 2007 22:48:52 +0000 (22:48 +0000)
* config/tc-i386.c (smallest_imm_type): Return unsigned int
instead of int.

gas/ChangeLog
gas/config/tc-i386.c

index b9b60b2..d7d2869 100644 (file)
@@ -1,5 +1,10 @@
 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
        * config/tc-i386.h: Likewise.
 
index c047d50..9b525b5 100644 (file)
@@ -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))