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