]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld: Move "-O 0" option to binutils 2.47 section master
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Apr 2026 01:43:46 +0000 (09:43 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Apr 2026 01:43:46 +0000 (09:43 +0800)
Since "-O 0" option is added to binutils 2.47, move it to binutils 2.47
section.

* NEWS: Move "-O 0" option to binutils 2.47 section.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
ld/NEWS

diff --git a/ld/NEWS b/ld/NEWS
index aa7a92518217fcd0dc6367ba7c1c39bc37351a91..2de87ae227ce55d8002c35f8eabd5874dc6faf29 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,12 +1,12 @@
 -*- text -*-
 
+Changes in 2.47:
+
 * Add a linker optimization level of zero.  Using "-O 0" on the linker command
   line will stop it from combining the contents of mergeable sections.  This
   can significantly speed up the link process at the cost of producing larger
   binaries.
 
-Changes in 2.47:
-
 * Add linker support for --start-lib/--end-lib options and LIB linker script
   statement for treating a list of object files as members of an artificial
   archive.