mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* version.cc (version_string): Set to "1.5".
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2008-04-07 Ian Lance Taylor <iant@google.com>
|
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.
|
* x86_64.cc (Target_x86_64::Scan): Change from struct to class.
|
||||||
Add issued_non_pic_error_ field. Declare check_non_pic.
|
Add issued_non_pic_error_ field. Declare check_non_pic.
|
||||||
(Target_x86_64::Scan::check_non_pic): New function.
|
(Target_x86_64::Scan::check_non_pic): New function.
|
||||||
|
@ -35,7 +35,7 @@ namespace gold
|
|||||||
// version number from configure.ac. But it's easier to just change
|
// version number from configure.ac. But it's easier to just change
|
||||||
// this file for now.
|
// this file for now.
|
||||||
|
|
||||||
static const char* version_string = "1.4";
|
static const char* version_string = "1.5";
|
||||||
|
|
||||||
// Report version information.
|
// Report version information.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user