aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a1b85b1..3d3cbed 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2021-06-17 Fangrui Song <maskray@google.com>
+
+ * ldlex.h (enum option_values): Add OPTION_NO_PIE.
+ * lexsup.c (struct ld_options): Add -no-pie.
+ (parse_args): Handle -no-pie.
+ * ld.texi: Document -no-pie.
+
2021-06-15 Alan Modra <amodra@gmail.com>
* testsuite/ld-pie/vaddr-0.d: Update expected output.