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:
89c83b1
)
2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 25 Feb 2009 18:59:52 +0000
(18:59 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Wed, 25 Feb 2009 18:59:52 +0000
(18:59 +0000)
* config/tc-i386.c (fits_in_imm4): Removed.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index d84cb476894423bc563fb763e409ba1b45569528..140623d26857dd4ceeafb3854d989d28215722b3 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (fits_in_imm4): Removed.
+
2009-02-24 Helge Deller <deller@gmx.de>
* config/tc-hppa.c (pa_ip): Add check of immediate values.
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index e7807596b7d9c4b1ee7db21005880d8392c28c68..1f8cc1024a18c136a7a8cfd091165688a284a5a0 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-1673,12
+1673,6
@@
fits_in_unsigned_long (offsetT num ATTRIBUTE_UNUSED)
#endif
} /* fits_in_unsigned_long() */
-static INLINE int
-fits_in_imm4 (offsetT num)
-{
- return (num & 0xf) == num;
-}
-
static i386_operand_type
smallest_imm_type (offsetT num)
{