projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3bb37b
)
2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 3 Jan 2007 22:48:52 +0000
(22:48 +0000)
committer
H.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
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index b9b60b2a1fb76740d534556841c711f4639ae91d..d7d28696189c512f24bdd1b3827c792d621f3be0 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index c047d5070051e89f59d07f02c7c61164e35d10dc..9b525b568112d60a3381736350062011518fbcd5 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-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))