diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:29:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:29:55 +0000 |
commit | e24f324cc638a23896ed695323a4be47e4895102 (patch) | |
tree | 4b5f049232fa82a0d8a6f9dacca5aed4cfae8be3 /gold | |
parent | 47fbb84b2e5759742a79044269e4903d2176303d (diff) | |
download | gdb-e24f324cc638a23896ed695323a4be47e4895102.zip gdb-e24f324cc638a23896ed695323a4be47e4895102.tar.gz gdb-e24f324cc638a23896ed695323a4be47e4895102.tar.bz2 |
* version.cc (version_string): Set to "1.5".
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 2 | ||||
-rw-r--r-- | gold/version.cc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 244692f..0f69f96 100644 --- 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 4b034b9..9b0a9d9 100644 --- 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. |