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