summaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2011-07-03 04:46:56 +0000
committerIan Lance Taylor <ian@airs.com>2011-07-03 04:46:56 +0000
commitcae18c66a2af75046d1f1e8d51a24a8eb8aaae9f (patch)
treea4f7c5ecb820b6e3e403ecc365dbadb1730212e2 /gold
parent7440c428b84a9d08da917a274458ad8afc0bc6ea (diff)
downloadbinutils-redhat-cae18c66a2af75046d1f1e8d51a24a8eb8aaae9f.tar.gz
PR gold/12957
* options.h (class General_options): Add -f and -F. * options.cc (General_options::finalize): Fatal error if -f/-F are used without -shared. * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 4ac6808a41..fdedd86e81 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,13 @@
2011-07-02 Ian Lance Taylor <iant@google.com>
+ PR gold/12957
+ * options.h (class General_options): Add -f and -F.
+ * options.cc (General_options::finalize): Fatal error if -f/-F
+ are used without -shared.
+ * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
+
+2011-07-02 Ian Lance Taylor <iant@google.com>
+
* dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
2011-07-01 Ian Lance Taylor <iant@google.com>