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>
-*- 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.