diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-07 16:57:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-07 16:57:57 +0000 |
commit | 4f46f626dc8210d03ac2ab5aaf3f643c5db23daf (patch) | |
tree | f1e1464a1e9d6ff86eb45520769b8dd3de072fcc /gold/ChangeLog | |
parent | 8a80855445b5998a2f471f3332885866c207f3d4 (diff) | |
download | gdb-4f46f626dc8210d03ac2ab5aaf3f643c5db23daf.zip gdb-4f46f626dc8210d03ac2ab5aaf3f643c5db23daf.tar.gz gdb-4f46f626dc8210d03ac2ab5aaf3f643c5db23daf.tar.bz2 |
Add -fuse-ld= for GCC linker option compatibility
* options.h (General_options): Add -fuse-ld= for GCC linker
option compatibility.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ad8e4a7..b7876d4 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2013-01-07 H.J. Lu <hongjiu.lu@intel.com> + + * options.h (General_options): Add -fuse-ld= for GCC linker + option compatibility. + 2013-01-04 Cary Coutant <ccoutant@google.com> * configure.ac: Fix typo restoring CXXFLAGS. @@ -5,9 +10,9 @@ 2013-01-04 Cary Coutant <ccoutant@google.com> - * testsuite/Makefile.am (CXXLINK_S): New macro. - (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S. - * testsuite/Makefile.in: Regenerate. + * testsuite/Makefile.am (CXXLINK_S): New macro. + (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S. + * testsuite/Makefile.in: Regenerate. 2013-01-02 H.J. Lu <hongjiu.lu@intel.com> |