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