This commit is contained in:
Ian Lance Taylor 1998-06-03 23:19:32 +00:00
parent aa56747a9b
commit bba897857d
1 changed files with 21 additions and 0 deletions

View File

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