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:
e0ebcf4
)
* version.cc (version_string): Bump to 1.8.
author
Ian Lance Taylor
<ian@airs.com>
Wed, 28 Jan 2009 20:18:11 +0000
(20:18 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 28 Jan 2009 20:18:11 +0000
(20:18 +0000)
gold/ChangeLog
patch
|
blob
|
history
gold/version.cc
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 579835aa941a9cd5cd911b03c117f03f8416cf72..bae5102fff72e16db51f58af412bbf324ba71855 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-1,5
+1,7
@@
2009-01-28 Ian Lance Taylor <iant@google.com>
+ * version.cc (version_string): Bump to 1.8.
+
* gold.h: Include <cstring> and <stdint.h>.
* version.cc: Include <cstdio>.
* object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
diff --git
a/gold/version.cc
b/gold/version.cc
index 71d163bb9e8560910f29dbd7c1947acf2fd83b4b..65a073f650a75010aa67431707313453ba5c166d 100644
(file)
--- a/
gold/version.cc
+++ b/
gold/version.cc
@@
-36,7
+36,7
@@
namespace gold
// version number from configure.ac. But it's easier to just change
// this file for now.
-static const char* version_string = "1.
8
";
+static const char* version_string = "1.
9
";
// Report version information.