aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2021-06-17 10:18:28 -0700
committerFangrui Song <maskray@google.com>2021-06-17 10:18:28 -0700
commitd208bc7617e93dc7dda400b69e8bc49aeb9436f7 (patch)
treea945023730aaa9a51a122d80c0427feb43bcb0cf /ld
parente8f6c2a5bab10b039a12b69a30a8248c91161e11 (diff)
downloadfsf-binutils-gdb-d208bc7617e93dc7dda400b69e8bc49aeb9436f7.zip
fsf-binutils-gdb-d208bc7617e93dc7dda400b69e8bc49aeb9436f7.tar.gz
fsf-binutils-gdb-d208bc7617e93dc7dda400b69e8bc49aeb9436f7.tar.bz2
ld: Add ChangeLog entry for -no-pie
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.