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