diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-03 23:19:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-03 23:19:32 +0000 |
commit | bba897857d622c62909430a9605fbf6449c2efbb (patch) | |
tree | 894e852a0edbd0782b0137bcadbdc1cb9cdddf75 /binutils | |
parent | aa56747a9b90a494f26fd389f8c9d1126a999db3 (diff) | |
download | fsf-binutils-gdb-bba897857d622c62909430a9605fbf6449c2efbb.zip fsf-binutils-gdb-bba897857d622c62909430a9605fbf6449c2efbb.tar.gz fsf-binutils-gdb-bba897857d622c62909430a9605fbf6449c2efbb.tar.bz2 |
x
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 7986407..59fd28c 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. |