Mention mi0 and mi1 as --interpreter options.
[deliverable/binutils-gdb.git] / binutils / NEWS
CommitLineData
252b5132
RH
1-*- text -*-
2
e0c60db2
NC
3* readelf: Support added for DWARF 2.1 extensions. Support added for
4 displaying the contents of .debug.macinfo sections.
5
16b2b71c
NC
6* New command line switches added to objcopy to allow symbols to be kept as
7 global symbols, and also to specify files containing lists of such symbols.
8 by Honda Hiroki.
9
87e6d782
NC
10* Support for OpenRISC by Johan Rydberg.
11
43a0748c 12* New command line switch to objcopy -B (or --binary-architecture) which sets
09ad7db3 13 the architecture of the output file to the given argument. This option only
43a0748c
NC
14 makes sense, if the input target is binary. Otherwise it is ignored.
15 By Stefan Geuken.
16
e135f41b
NC
17* Support for PDP-11 by Lars Brinkhoff.
18
09ad7db3
AM
19Changes in binutils 2.11:
20
077b8428
NC
21* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
22 extenstions.
23
24* Add --srec-len and --srec-forceS3 command line switch to objcopy.
25 By Luciano Gemme.
420496c1 26
156c2f8b
NC
27* Support for the MIPS32, by Anders Norlander.
28
22b36938
JE
29* Support for the i860, by Jason Eckhardt.
30
5bcac8a4
HPN
31* Support for CRIS (Axis Communications ETRAX series).
32
252b5132
RH
33Changes in binutils 2.10:
34
09ad7db3
AM
35* Support for 64-bit ELF on HPPA.
36
f1563258
TW
37* New command line switch to objdump --file-start-context which shows the
38 entire file contents up to the source line first encountered for a given
39 file.
40
dd92f639
NC
41* New command line switch to objdump -M (or --disassembler-options) which takes
42 a parameter which can then be interpreted on a per-target basis by the
43 disassembler. Used by ARM targets to select register name sets, ISA, APCS or
44 raw verions.
45
c2c40d93
ILT
46* objdump support for -mi386:intel which causes disassembly to be displayed
47 with intel syntax.
252b5132
RH
48
49* New program: readelf. This displays the contents of ELF format files,
50 regardless of target machine.
51
52* objcopy now takes --change-section-lma, --change-section-vma, and
53 --change-section-address options. The old --adjust-section-vma option is
54 equivalent to --change-section-address. The other --adjust-* options are now
55 renamed to --change-*, although --adjust-* continues to work.
56
57938635
AM
57* objcopy has a --redefine-sym option that lets you rename symbols.
58
59* objcopy now takes a -j/--only-section option to copy only the specified
60 sections.
61
252b5132
RH
62* dlltool now supports the IMPORTS command.
63
64* dlltool now takes --export-all-symbols, --no-export-all-symbols,
65 --exclude-symbols, and --no-default-excludes options.
66
67Changes in binutils 2.9:
68
69* Added windres program, which can be used to manipulate resources in WIN32
70 files as used on Windows 95 and Windows NT.
71
72* The objcopy --gap-fill and --pad-to options operate on the LMA rather than
73 the VMA of the sections.
74
75* Added S modifier to ar to not build a symbol table.
76
77Changes in binutils 2.8:
78
79* The objdump disassembly format has been changed, and hopefully improved. Use
80 the new --prefix-addresses option to get the old format. There are also new
81 --disassemble-zeroes and --no-show-raw-insn options which affect disassembler
82 output.
83
84* Formats may now be specified as configuration triplets. For example,
85 objdump -b i386-pc-linux. The triplets are not passed through config.sub,
86 so they must be in canonical form.
87
88* Added new addr2line program. This uses the debugging information to convert
89 an address into a file name and line number within a program.
90
91* Added --change-leading-char argument to objcopy.
92
93* Added --weaken argument to objcopy.
94
95* objdump --dynamic-reloc now works on ELF executables and shared libraries.
96
97* Added --adjust-vma option to objdump.
98
99* Added -C/--demangle option to objdump.
100
101* Added -p/--preserve-dates option to strip and objcopy.
102
103Changes in binutils 2.7:
104
105* Added --enable-shared and --enable-commonbfdlib options to configure.
106
107* Added --debugging argument to objdump and objcopy.
108
109* Added --defined-only argument to nm.
110
111* Added --remove-leading-char argument to objcopy.
112
113* The objdump --line-numbers option is now meaningful with --reloc.
114
115* Added --line-numbers option to nm.
116
117* Added --endian/-EB/-EL option to objdump.
118
119* Added support for Alpha OpenVMS/AXP.
120
121Changes in binutils 2.6:
122
123* Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy.
124
125* Added several arguments to objcopy to provide some control over how the new
126 file is laid out in memory. Also added binary output format to BFD to permit
127 generating plain binary files.
128
129* Added --start-address and --stop-address options to objdump.
130
131* ar and ranlib now work on AIX. The tools are now built by default on AIX.
132
133Changes in binutils 2.5:
134
135* Changed objdump -dr to dump the relocs interspersed with the assembly
136 listing, for a more useful listing of relocateable files.
137
138* Changed objdump -d/--disassemble to only disassemble SEC_CODE sections.
139 Added -D/--disassemble-all option to disassemble all sections.
140
141* Added --size-sort option to nm.
142
143* strip and objcopy should now be able to handle dynamically linked ELF
144 executables.
145
146Changes in binutils 2.4:
147
148* Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and
149 PowerPC (except ar and ranlib; by Ian Taylor).
150
151* Support for Irix 5.
152
153* Programs `strip' and `objcopy' will not attempt to write dynamically linked
154 ELF output files, since BFD currently can't create them properly.
155
156Changes in binutils 2.3:
157
158* A new --stabs argument has been added to objdump to dump stabs sections in
159 ELF and COFF files.
160
161* A new program, nlmconv, has been added. It can convert object files into
162 Novell NetWare Loadable Modules.
163
164* The strings program has been added.
165
166Changes in binutils 2.2:
167
168* The 'copy' program has been renamed to 'objcopy', for consistency with
169 'objdump', and because 'copy' might more plausibly be used as a synonym for
170 'cp'.
171
172* The new stand-alone program c++filt is a filter that converts encoded
173 (mangled) C++ assembly-level identifiers to user-level names. (Note: This
174 may get moved to the gcc distribution.)
175
176* nm -o on an archive now prefixes each line with the archive name, matching
177 the output from BSD nm.
178
179* ar (and ld) can now read (but not write) BSD4.4-style archives.
180
181* New support for H8500, Z8000, and the Hitach SH.
182
183* Dis-assembler interface changed to allow sharing with gdb.
184
185* There is new Elf code, but it is not yet ready for general use.
186
187* There is the beginnings of a test suite.
188
189Changes in binutils 2.1:
190
191* There is now support for writing ECOFF files, so ld and the other utilities
192 should work on Risc/Ultrix and Irix. Please let us know how well this works.
193
194* ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD
195 version), if there are any object files in the archive. So running ranlib is
196 now redundant (unless the non-standard q command is used). This is required
197 for Posix.2 conformance.
198
199* The archive-reading code now reads both BSD-style and SYSV-style archives
200 independently of the selected target format. This is to encourage people to
201 switch to SYSV-format, which has a number of advantages.
202
203* The strip and copy programs now have options to remove debug-symbols only
204 and/or local symbols only. They now also support long options.
205
206\f
207Local variables:
208fill-column: 79
209End:
This page took 0.112252 seconds and 4 git commands to generate.