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:
47fbb84
)
* version.cc (version_string): Set to "1.5".
author
Ian Lance Taylor
<ian@airs.com>
Tue, 8 Apr 2008 14:29:55 +0000
(14:29 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 8 Apr 2008 14:29:55 +0000
(14:29 +0000)
gold/ChangeLog
patch
|
blob
|
history
gold/version.cc
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 244692fbdccce62644487aea1676e2ed3347c2d8..0f69f96eb28c5da5c26242f1a83142d870cde0b2 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-1,5
+1,7
@@
2008-04-07 Ian Lance Taylor <iant@google.com>
+ * version.cc (version_string): Set to "1.5".
+
* x86_64.cc (Target_x86_64::Scan): Change from struct to class.
Add issued_non_pic_error_ field. Declare check_non_pic.
(Target_x86_64::Scan::check_non_pic): New function.
diff --git
a/gold/version.cc
b/gold/version.cc
index 4b034b99d3c1f5d4b87e0d34413c29b580f57fe7..9b0a9d9b95c52e444836b7199c060c375c7b76b1 100644
(file)
--- a/
gold/version.cc
+++ b/
gold/version.cc
@@
-35,7
+35,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.
4
";
+static const char* version_string = "1.
5
";
// Report version information.