From bba897857d622c62909430a9605fbf6449c2efbb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 3 Jun 1998 23:19:32 +0000 Subject: [PATCH] x --- binutils/NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/binutils/NEWS b/binutils/NEWS index 79864073a0..59fd28c8f0 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,24 @@ -*- text -*- +Changes in binutils 2.10: + +* objcopy now takes --change-section-lma, --change-section-vma, and + --change-section-address options. The old --adjust-section-vma option is + equivalent to --change-section-address. The other --adjust-* options are now + renamed to --change-*, although --adjust-* continues to work. + +* dlltool now supports the IMPORTS command. + +Changes in binutils 2.9: + +* Added windres program, which can be used to manipulate resources in WIN32 + files as used on Windows 95 and Windows NT. + +* The objcopy --gap-fill and --pad-to options operate on the LMA rather than + the VMA of the sections. + +* Added S modifier to ar to not build a symbol table. + Changes in binutils 2.8: * The objdump disassembly format has been changed, and hopefully improved. Use @@ -24,6 +43,8 @@ Changes in binutils 2.8: * Added -C/--demangle option to objdump. +* Added -p/--preserve-dates option to strip and objcopy. + Changes in binutils 2.7: * Added --enable-shared and --enable-commonbfdlib options to configure. -- 2.34.1