005-ld-fix-NEWS-typos.patch 849 B

123456789101112131415161718192021222324252627
  1. From 9284b63ea39cecbfc1522d9e143ecb7727d77eb5 Mon Sep 17 00:00:00 2001
  2. From: Martin Liska <[email protected]>
  3. Date: Mon, 8 Aug 2022 13:22:26 +0200
  4. Subject: [PATCH 005/160] ld: fix NEWS typos
  5. ld/ChangeLog:
  6. * NEWS: Fix 2 typos.
  7. ---
  8. ld/NEWS | 4 ++--
  9. 1 file changed, 2 insertions(+), 2 deletions(-)
  10. --- a/ld/NEWS
  11. +++ b/ld/NEWS
  12. @@ -27,10 +27,10 @@ Changes in 2.39:
  13. --enable-warn-rwx-segments=no
  14. will make --no-warn-rwx-segments enabled by default.
  15. - --enable-defaul-execstack=no
  16. + --enable-default-execstack=no
  17. will stop the creation of an executable stack simply because an input file
  18. is missing a .note.GNU-stack section, even on architectures where this
  19. - ehaviour is the default.
  20. + behaviour is the default.
  21. * TYPE=<type> is now supported in an output section description to set the
  22. section type value.