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