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