opcodes/
[deliverable/binutils-gdb.git] / binutils / NEWS
... / ...
CommitLineData
1-*- text -*-
2
3* Support for PowerPC booke64 instructions has been removed. The assembler no
4 longer accepts -mbooke32 or -mbooke64 and the disassembler no longer accepts
5 -Mbooke32 or -Mbooke64. Instead, -mbooke and -Mbooke should be used.
6
7Changes in 2.19:
8
9* Added -wL switch to dump decoded contents of .debug_line.
10
11* Added support for "thin" archives which contain pathnames pointing to
12 object files rather than the files themselves and which contain a
13 flattened symbol index for all objects, and archives, which have been
14 added to the archive.
15
16* Added -F switch to objdump to include file offsets in the disassembly.
17
18* Added -c switch to readelf to allow string dumps of archive symbol index.
19
20* Support for SSE5 has been added to the i386 port.
21
22* Added -p switch to readelf to allow string dumps of sections.
23
24Changes in 2.18:
25
26* Resolved 37 coding problems in bfd including static array overruns, null
27 pointer dereferences and use of a malloc buffer after it has been freed, as
28 revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com).
29
30* The binutils sources are now released under version 3 of the GNU General
31 Public License.
32
33* A new tool "windmc" has been added for some targets. This is a message
34 compiler which attempts to be compatible with the MS version.
35
36* Add codepage support to the windres tool. It now supports many new
37 resource types (e.g. MANIFEST, TOOLBAR, etc). The output generation
38 for binary files is done now via bfd itself. The endianess problems
39 for different hosts are solved. Dumps of .res files can now be
40 re-compiled by windres without lossing resources or compilation errors.
41 Some problems on dialog resource translations are corrected.
42
43* Add --extract-symbol command line option to objcopy, which will
44 strip everything out of an ordinary object file or executable except
45 for its symbol table. Files containing just symbols can be useful
46 to some OSes.
47
48Changes in 2.17:
49
50* Add "-x NAME" to readelf in addition to "-x NUMBER".
51
52* Add -i and -t switches to cxxfilt. -i disables the display of implementation
53 specific extra demangling information (if any) and -t disables the demangling
54 of types.
55
56* Add support for the "@<file>" syntax to the command lines of all tools, so
57 that extra switches can be read from <file>.
58
59* Add "-W/--dwarf" to objdump to display the contents of the DWARF
60 debug sections.
61
62* Add "-t/--section-details" to readelf to display section details.
63 "-N/--full-section-name" is deprecated.
64
65* powerpc-linux ld now supports a variant form of PLT and GOT for the security
66 conscious. This form will automatically be chosen when ld detects that all
67 code in regular object files was generated by gcc -msecure-plt. The old PLT
68 and GOT may be forced by a new ld option, --bss-plt.
69
70* Add "-i/--inlines" to addr2line to print enclosing scope information
71 for inlined function chains, back to first non-inlined function.
72
73* Add "-N/--full-section-name" to readelf to display full section name.
74
75* Add "-M entry:<addr>" switch to objdump to specify a function entry address
76 when disassembling VAX binaries.
77
78* Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches
79 to objcopy to convert local symbols into global symbols.
80
81* gprof now allows input files to have histogram records for
82 several memory ranges, provided those ranges are disjoint.
83
84Changes in 2.16:
85
86* Add "-g/--section-groups" to readelf to display section groups.
87
88* objcopy recognizes two new options --strip-unneeded-symbol and
89 --strip-unneeded-symbols, namely for use together with the wildcard
90 matching the original --strip-symbol/--strip-symbols provided, but
91 retaining any symbols matching but needed by relocations.
92
93* readelf can now display address ranges from .debug_range sections. This
94 happens automatically when a DW_AT_range attribute is encountered. The
95 command line switch --debug-dump=Ranges (or -wR) can also be used to display
96 the contents of the .debug_range section.
97
98* nm and objdump now have a switch "--special-syms" to enable the displaying of
99 symbols which the target considers to be special. By default these symbols
100 are no longer displayed. Currently the only special symbols are the Mapping
101 symbols used by the ARM port to mark transitions between text and data and
102 between ARM and THUMB code.
103
104* dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional
105 import and export symbols with <preifx> prepended to them.
106
107Changes in 2.15:
108
109* objcopy for MIPS targets now accepts "-M no-aliases" as an option to the
110 disassembler to print the "raw" mips instruction mnemonic instead of some
111 pseudo instruction name. I.E. print "daddu" or "or" instead of "move",
112 "sll" instead of "nop", etc.
113
114* objcopy and strip can now take wildcard patterns in symbol names specified on
115 the command line provided that the --wildcard switch is used to enable them.
116
117* readelf can now parse archives.
118
119* objdump now accepts --debugging-tags to print the debug information in a
120 format compatible with ctags tool.
121
122* objcopy and strip now accept --only-keep-debug to create a file containing
123 those sections that would be stripped out by --strip-debug. The idea is that
124 this can be used in conjunction with the --add-gnu-debuglink switch to create
125 a two part program distribution - one a stripped executable and the other the
126 debugging info.
127
128* objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
129 section into a (presumably stripped) executable. This allows the debug
130 information for the file to be held in a separate file.
131
132* BFD marks the sections .comment and .note as 'n' in the BSD/POSIX
133 single-character representation. This can be checked by running nm
134 with the -a switch.
135
136Changes in 2.14:
137
138* Added --info switch to objcopy and strip.
139
140* Support for Vitesse IQ2000 added by Red Hat.
141
142* Added 'S' encoding to strings to allow the display of 8-bit characters.
143
144* Added --prefix-symbols=<text>, --prefix-sections=<text> and
145 --prefix-alloc-sections=<text> to objcopy.
146
147* readelf can handle the extensions to the DWARF2 spec used by the Unified
148 Parallel C compiler.
149
150* BFD no longer declares a "boolean" type, to avoid clashes with other
151 headers that declare the same. Users of BFD should replace boolean,
152 false and true, with int, 0 and 1, or define their own boolean type.
153
154* Support for IP2K added by Denis Chertykov.
155
156Changes in 2.13:
157
158* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
159 and FR500 included.
160
161Changes in version 2.12:
162
163* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
164
165* size: Add --totals to display summary of sizes (Berkeley format only).
166
167* readelf: Add --wide option to not break section header or segment listing
168 lines to fit into 80 columns.
169
170* strings: Add --encoding to display wide character strings. By Markus Kuhn.
171
172* objcopy: Add --rename-section to change section names.
173
174* readelf: Support added for DWARF 2.1 extensions. Support added for
175 displaying the contents of .debug.macinfo sections.
176
177* New command line switches added to objcopy to allow symbols to be kept as
178 global symbols, and also to specify files containing lists of such symbols.
179 by Honda Hiroki.
180
181* Support for OpenRISC by Johan Rydberg.
182
183* New command line switch to objcopy --alt-machine-code which creates a binary
184 with an alternate machine code if one is defined in the architecture
185 description. Only supported for ELF targets. By Alexandre Oliva.
186
187* New command line switch to objcopy -B (or --binary-architecture) which sets
188 the architecture of the output file to the given argument. This option only
189 makes sense, if the input target is binary. Otherwise it is ignored.
190 By Stefan Geuken.
191
192* Support for PDP-11 by Lars Brinkhoff.
193
194Changes in binutils 2.11:
195
196* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
197 extenstions.
198
199* Add --srec-len and --srec-forceS3 command line switch to objcopy.
200 By Luciano Gemme.
201
202* Support for the MIPS32, by Anders Norlander.
203
204* Support for the i860, by Jason Eckhardt.
205
206* Support for CRIS (Axis Communications ETRAX series).
207
208Changes in binutils 2.10:
209
210* Support for 64-bit ELF on HPPA.
211
212* New command line switch to objdump --file-start-context which shows the
213 entire file contents up to the source line first encountered for a given
214 file.
215
216* New command line switch to objdump -M (or --disassembler-options) which takes
217 a parameter which can then be interpreted on a per-target basis by the
218 disassembler. Used by ARM targets to select register name sets, ISA, APCS or
219 raw verions.
220
221* objdump support for -mi386:intel which causes disassembly to be displayed
222 with intel syntax.
223
224* New program: readelf. This displays the contents of ELF format files,
225 regardless of target machine.
226
227* objcopy now takes --change-section-lma, --change-section-vma, and
228 --change-section-address options. The old --adjust-section-vma option is
229 equivalent to --change-section-address. The other --adjust-* options are now
230 renamed to --change-*, although --adjust-* continues to work.
231
232* objcopy has a --redefine-sym option that lets you rename symbols.
233
234* objcopy now takes a -j/--only-section option to copy only the specified
235 sections.
236
237* dlltool now supports the IMPORTS command.
238
239* dlltool now takes --export-all-symbols, --no-export-all-symbols,
240 --exclude-symbols, and --no-default-excludes options.
241
242Changes in binutils 2.9:
243
244* Added windres program, which can be used to manipulate resources in WIN32
245 files as used on Windows 95 and Windows NT.
246
247* The objcopy --gap-fill and --pad-to options operate on the LMA rather than
248 the VMA of the sections.
249
250* Added S modifier to ar to not build a symbol table.
251
252Changes in binutils 2.8:
253
254* The objdump disassembly format has been changed, and hopefully improved. Use
255 the new --prefix-addresses option to get the old format. There are also new
256 --disassemble-zeroes and --no-show-raw-insn options which affect disassembler
257 output.
258
259* Formats may now be specified as configuration triplets. For example,
260 objdump -b i386-pc-linux. The triplets are not passed through config.sub,
261 so they must be in canonical form.
262
263* Added new addr2line program. This uses the debugging information to convert
264 an address into a file name and line number within a program.
265
266* Added --change-leading-char argument to objcopy.
267
268* Added --weaken argument to objcopy.
269
270* objdump --dynamic-reloc now works on ELF executables and shared libraries.
271
272* Added --adjust-vma option to objdump.
273
274* Added -C/--demangle option to objdump.
275
276* Added -p/--preserve-dates option to strip and objcopy.
277
278Changes in binutils 2.7:
279
280* Added --enable-shared and --enable-commonbfdlib options to configure.
281
282* Added --debugging argument to objdump and objcopy.
283
284* Added --defined-only argument to nm.
285
286* Added --remove-leading-char argument to objcopy.
287
288* The objdump --line-numbers option is now meaningful with --reloc.
289
290* Added --line-numbers option to nm.
291
292* Added --endian/-EB/-EL option to objdump.
293
294* Added support for Alpha OpenVMS/AXP.
295
296Changes in binutils 2.6:
297
298* Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy.
299
300* Added several arguments to objcopy to provide some control over how the new
301 file is laid out in memory. Also added binary output format to BFD to permit
302 generating plain binary files.
303
304* Added --start-address and --stop-address options to objdump.
305
306* ar and ranlib now work on AIX. The tools are now built by default on AIX.
307
308Changes in binutils 2.5:
309
310* Changed objdump -dr to dump the relocs interspersed with the assembly
311 listing, for a more useful listing of relocatable files.
312
313* Changed objdump -d/--disassemble to only disassemble SEC_CODE sections.
314 Added -D/--disassemble-all option to disassemble all sections.
315
316* Added --size-sort option to nm.
317
318* strip and objcopy should now be able to handle dynamically linked ELF
319 executables.
320
321Changes in binutils 2.4:
322
323* Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and
324 PowerPC (except ar and ranlib; by Ian Taylor).
325
326* Support for Irix 5.
327
328* Programs `strip' and `objcopy' will not attempt to write dynamically linked
329 ELF output files, since BFD currently can't create them properly.
330
331Changes in binutils 2.3:
332
333* A new --stabs argument has been added to objdump to dump stabs sections in
334 ELF and COFF files.
335
336* A new program, nlmconv, has been added. It can convert object files into
337 Novell NetWare Loadable Modules.
338
339* The strings program has been added.
340
341Changes in binutils 2.2:
342
343* The 'copy' program has been renamed to 'objcopy', for consistency with
344 'objdump', and because 'copy' might more plausibly be used as a synonym for
345 'cp'.
346
347* The new stand-alone program c++filt is a filter that converts encoded
348 (mangled) C++ assembly-level identifiers to user-level names. (Note: This
349 may get moved to the gcc distribution.)
350
351* nm -o on an archive now prefixes each line with the archive name, matching
352 the output from BSD nm.
353
354* ar (and ld) can now read (but not write) BSD4.4-style archives.
355
356* New support for H8500, Z8000, and the Hitach SH.
357
358* Dis-assembler interface changed to allow sharing with gdb.
359
360* There is new Elf code, but it is not yet ready for general use.
361
362* There is the beginnings of a test suite.
363
364Changes in binutils 2.1:
365
366* There is now support for writing ECOFF files, so ld and the other utilities
367 should work on Risc/Ultrix and Irix. Please let us know how well this works.
368
369* ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD
370 version), if there are any object files in the archive. So running ranlib is
371 now redundant (unless the non-standard q command is used). This is required
372 for Posix.2 conformance.
373
374* The archive-reading code now reads both BSD-style and SYSV-style archives
375 independently of the selected target format. This is to encourage people to
376 switch to SYSV-format, which has a number of advantages.
377
378* The strip and copy programs now have options to remove debug-symbols only
379 and/or local symbols only. They now also support long options.
380
381\f
382Local variables:
383fill-column: 79
384End:
This page took 0.026068 seconds and 4 git commands to generate.