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:
22e9b0f
)
2005-01-14 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 14 Jan 2005 22:10:55 +0000
(22:10 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 14 Jan 2005 22:10:55 +0000
(22:10 +0000)
PR 659
* config/tc-i386.c (i386_scale): Disallow 0 scale.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 670e5f0fea99d70296c68d4c9fa972d595c940f7..647452be95f124247bfacdae979347142a722ef2 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2005-01-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR 659
+ * config/tc-i386.c (i386_scale): Disallow 0 scale.
+
2005-01-12 Nick Clifton <nickc@redhat.com>
* config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index ebe95239a9fa7824ed76a52dd35d498f499140b0..766e214d855b07b1ba3a0456b024834275f84e72 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-3952,7
+3952,6
@@
i386_scale (scale)
switch (val)
{
- case 0:
case 1:
i.log2_scale_factor = 0;
break;