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:
4d5e4e6
)
* script.cc (Token::integer_value): Accept trailing M/m/K/k
author
Ian Lance Taylor
<ian@airs.com>
Wed, 29 Jun 2011 21:57:13 +0000
(21:57 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 29 Jun 2011 21:57:13 +0000
(21:57 +0000)
modifier.
(Lex::gather_token): Accept trailing M/m/K/k for integers.
gold/ChangeLog
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 342fc1981c4819fc841b0fa50a6e5b41733f63f4..e929226fe1197f4fc8a20cc0f13df1f1107b3f38 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-1,3
+1,9
@@
+2011-06-29 Ian Lance Taylor <iant@google.com>
+
+ * script.cc (Token::integer_value): Accept trailing M/m/K/k
+ modifier.
+ (Lex::gather_token): Accept trailing M/m/K/k for integers.
+
2011-06-29 Ian Lance Taylor <iant@google.com>
PR gold/12675