aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS34
1 files changed, 17 insertions, 17 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 6b29a8a..a3890ed 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -66,11 +66,11 @@ Changes in 2.28:
require an ABI update, affecting other assemblers and linkers that
create and process the relocations correctly. It is recommended that
all VLE object files be recompiled, but ld can modify the relocations
- if --vle-reloc-fixup is passed to ld. If the new ld command line
+ if --vle-reloc-fixup is passed to ld. If the new ld command-line
option is not used, ld will ld warn on finding relocations inconsistent
with the instructions being relocated.
-* The nm program has a new command line option (--with-version-strings)
+* The nm program has a new command-line option (--with-version-strings)
which will display a symbol's version information, if any, after the
symbol's name.
@@ -130,7 +130,7 @@ Changes in 2.25:
Changes in 2.24:
-* Objcopy now supports wildcard characters in command line options that take
+* Objcopy now supports wildcard characters in command-line options that take
section names.
* Add support for Altera Nios II.
@@ -173,10 +173,10 @@ changes in 2.21:
* Add to dlltool .def file feature of aliasing PE internal symbol name by
'== <ID>' option.
-* Add a new command line option -a / --addresses to addr2line to display the
+* Add a new command-line option -a / --addresses to addr2line to display the
address before function name or source filename.
-* Add a new command line option -p / --pretty-print to addr2line to have
+* Add a new command-line option -p / --pretty-print to addr2line to have
a more human readable output.
* The hppa/som targets can now be compiled on any host.
@@ -189,14 +189,14 @@ Changes in 2.20:
from the static delayimp library, which will import LoadLibraryA and
GetProcAddress from kernel32.
-* Add a new command line option, --insn-width=WIDTH, to objdump to specify
+* Add a new command-line option, --insn-width=WIDTH, to objdump to specify
number of bytes to be displayed on a single line when disassembling
instructions.
* Readelf can now display the relocated contents of a section as a sequence
- of bytes via the --relocated-dump=<name|number> command line option.
+ of bytes via the --relocated-dump=<name|number> command-line option.
-* The gprof program has been given a new command line option:
+* The gprof program has been given a new command-line option:
--external-symbols-table=<filename> which reads in symbols from a specified
file.
@@ -207,7 +207,7 @@ Changes in 2.20:
for objcopy.
* Add --file-alignment, --heap, --image-base, --section-alignment,
- --stack and --subsystem command line options to objcopy, which will
+ --stack and --subsystem command-line options to objcopy, which will
set PE optional header.
* Option --dwarf/-W of objdump is now as flexible as readelf --debug-dump/-w.
@@ -270,7 +270,7 @@ Changes in 2.18:
re-compiled by windres without lossing resources or compilation errors.
Some problems on dialog resource translations are corrected.
-* Add --extract-symbol command line option to objcopy, which will
+* Add --extract-symbol command-line option to objcopy, which will
strip everything out of an ordinary object file or executable except
for its symbol table. Files containing just symbols can be useful
to some OSes.
@@ -322,7 +322,7 @@ Changes in 2.16:
* readelf can now display address ranges from .debug_range sections. This
happens automatically when a DW_AT_range attribute is encountered. The
- command line switch --debug-dump=Ranges (or -wR) can also be used to display
+ command-line switch --debug-dump=Ranges (or -wR) can also be used to display
the contents of the .debug_range section.
* nm and objdump now have a switch "--special-syms" to enable the displaying of
@@ -404,17 +404,17 @@ Changes in version 2.12:
* readelf: Support added for DWARF 2.1 extensions. Support added for
displaying the contents of .debug.macinfo sections.
-* New command line switches added to objcopy to allow symbols to be kept as
+* New command-line switches added to objcopy to allow symbols to be kept as
global symbols, and also to specify files containing lists of such symbols.
by Honda Hiroki.
* Support for OpenRISC by Johan Rydberg.
-* New command line switch to objcopy --alt-machine-code which creates a binary
+* New command-line switch to objcopy --alt-machine-code which creates a binary
with an alternate machine code if one is defined in the architecture
description. Only supported for ELF targets. By Alexandre Oliva.
-* New command line switch to objcopy -B (or --binary-architecture) which sets
+* New command-line switch to objcopy -B (or --binary-architecture) which sets
the architecture of the output file to the given argument. This option only
makes sense, if the input target is binary. Otherwise it is ignored.
By Stefan Geuken.
@@ -426,7 +426,7 @@ Changes in binutils 2.11:
* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
extenstions.
-* Add --srec-len and --srec-forceS3 command line switch to objcopy.
+* Add --srec-len and --srec-forceS3 command-line switch to objcopy.
By Luciano Gemme.
* Support for the MIPS32, by Anders Norlander.
@@ -439,11 +439,11 @@ Changes in binutils 2.10:
* Support for 64-bit ELF on HPPA.
-* New command line switch to objdump --file-start-context which shows the
+* New command-line switch to objdump --file-start-context which shows the
entire file contents up to the source line first encountered for a given
file.
-* New command line switch to objdump -M (or --disassembler-options) which takes
+* New command-line switch to objdump -M (or --disassembler-options) which takes
a parameter which can then be interpreted on a per-target basis by the
disassembler. Used by ARM targets to select register name sets, ISA, APCS or
raw verions.