diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-05 03:43:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-05 03:43:56 +0000 |
commit | 57938635f57dadd1b711d66cb119e8ad807747b7 (patch) | |
tree | 78fe44d1e632cf962e20d4ec786c3bc186561b17 /binutils/NEWS | |
parent | c7e79b4bee6d93b98ae43da739ef73f9ac740fb5 (diff) | |
download | gdb-57938635f57dadd1b711d66cb119e8ad807747b7.zip gdb-57938635f57dadd1b711d66cb119e8ad807747b7.tar.gz gdb-57938635f57dadd1b711d66cb119e8ad807747b7.tar.bz2 |
Add --redefine-sym to objcopy.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 8d24ccd..746c2cc 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -22,14 +22,16 @@ Changes in binutils 2.10: equivalent to --change-section-address. The other --adjust-* options are now renamed to --change-*, although --adjust-* continues to work. +* objcopy has a --redefine-sym option that lets you rename symbols. + +* objcopy now takes a -j/--only-section option to copy only the specified + sections. + * dlltool now supports the IMPORTS command. * dlltool now takes --export-all-symbols, --no-export-all-symbols, --exclude-symbols, and --no-default-excludes options. -* objcopy now takes a -j/--only-section option to copy only the specified - sections. - Changes in binutils 2.9: * Added windres program, which can be used to manipulate resources in WIN32 |