aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-04-11 20:28:34 +0000
committerIan Lance Taylor <ian@airs.com>2008-04-11 20:28:34 +0000
commit706e1f5e80a60c1c30a0e075bcc8228ed3d905fc (patch)
treeacf39b572803a7ec9796c1b401a6ec33462d4233 /gold/ChangeLog
parent52a952116ffe3384e3c72a9742f831a5fa072052 (diff)
downloadgdb-706e1f5e80a60c1c30a0e075bcc8228ed3d905fc.zip
gdb-706e1f5e80a60c1c30a0e075bcc8228ed3d905fc.tar.gz
gdb-706e1f5e80a60c1c30a0e075bcc8228ed3d905fc.tar.bz2
* options.h (General_options): Add entries for '-Y' and
'-relax'. * options.cc (General_options:finalize): If -Y was used, add those entries to the library path instead of the default "/lib" and "/usr/lib".
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 907ea27..5916d05 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,4 +1,13 @@
2008-04-11 David S. Miller <davem@davemloft.net>
+ Ian Lance Taylor <iant@google.com>
+
+ * options.h (General_options): Add entries for '-Y' and
+ '-relax'.
+ * options.cc (General_options:finalize): If -Y was used, add those
+ entries to the library path instead of the default "/lib" and
+ "/usr/lib".
+
+2008-04-11 David S. Miller <davem@davemloft.net>
* testsuite/justsyms.t: Start at 0x100.
* testsuite/justsyms_1.cc: Adjust justsyms_string assertion.