diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:43:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:43:00 +0000 |
commit | 55311d1cf119bab3bf5d9c7c38fa7278776e82c9 (patch) | |
tree | fe800ad7568e18e74888fd224c515e0c0ccb826a /binutils/NEWS | |
parent | dee9979493130df7a1cc1cf7b53d5ca2229f6105 (diff) | |
download | gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.zip gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.tar.gz gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.tar.bz2 |
* binutils.texi (Target Selection): Document that you can now
specify targets using configuration triplets.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 7e0322c..6a5193f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,13 @@ -*- text -*- +Changes since binutils 2.7 + +* Formats may now be specified as configuration triplets. For example, + objdump -b i386-pc-linux. The triplets are not passed through config.sub, + so they must be in canonical form. + +* Added --change-leading-char argument to objcopy. + Changes since binutils 2.6 * Added --enable-shared and --enable-commonbfdlib options to configure. @@ -12,6 +20,12 @@ Changes since binutils 2.6 * The objdump --line-numbers option is now meaningful with --reloc. +* Added --line-numbers option to nm. + +* Added --endian/-EB/-EL option to objdump. + +* Added support for Alpha OpenVMS/AXP. + Changes since binutils 2.5 * Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy. |