Commit | Line | Data |
---|---|---|
252b5132 | 1 | -*- text -*- |
2c610e4b | 2 | |
08dc996f AM |
3 | * This version of binutils fixes a problem with PowerPC VLE 16A and 16D |
4 | relocations which were functionally swapped, for example, | |
5 | R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D | |
6 | performed like R_PPC_VLE_HA16A. This could have been fixed by | |
7 | renumbering relocations, which would keep object files created by an | |
8 | older version of gas compatible with a newer ld. However, that would | |
9 | require an ABI update, affecting other assemblers and linkers that | |
10 | create and process the relocations correctly. It is recommended that | |
11 | all VLE object files be recompiled, but ld can modify the relocations | |
12 | if --vle-reloc-fixup is passed to ld. If the new ld command line | |
13 | option is not used, ld will ld warn on finding relocations inconsistent | |
14 | with the instructions being relocated. | |
15 | ||
16 | * The nm program has a new command line option (--with-version-strings) | |
df2c87b5 NC |
17 | which will display a symbol's version information, if any, after the |
18 | symbol's name. | |
19 | ||
37fd5ef3 CZ |
20 | * The ARC port of objdump now accepts a -M option to specify the extra |
21 | instruction class(es) that should be disassembled. | |
22 | ||
e511c9b1 AB |
23 | * The --remove-section option for objcopy and strip now accepts section |
24 | patterns starting with an exclamation point to indicate a non-matching | |
25 | section. A non-matching section is removed from the set of sections | |
26 | matched by an earlier --remove-section pattern. | |
27 | ||
28 | * The --only-section option for objcopy now accepts section patterns | |
29 | starting with an exclamation point to indicate a non-matching section. | |
30 | A non-matching section is removed from the set of sections matched by | |
31 | an earlier --only-section pattern. | |
32 | ||
d3e5f6c8 AB |
33 | * New --remove-relocations=SECTIONPATTERN option for objcopy and strip. |
34 | This option can be used to remove sections containing relocations. | |
35 | The SECTIONPATTERN is the section to which the relocations apply, not | |
36 | the relocation section itself. | |
37 | ||
96a84ea3 TG |
38 | Changes in 2.27: |
39 | ||
e6cc316a L |
40 | * Add a configure option, --enable-64-bit-archive, to force use of a |
41 | 64-bit format when creating an archive symbol index. | |
42 | ||
b8871f35 L |
43 | * Add --elf-stt-common= option to objcopy for ELF targets to control |
44 | whether to convert common symbols to the STT_COMMON type. | |
45 | ||
7feec526 TG |
46 | Changes in 2.26: |
47 | ||
2b35fb28 RH |
48 | * Add option to objcopy to insert new symbols into a file: |
49 | --add-symbol <name>=[<section>:]<value>[,<flags>] | |
50 | ||
886a2506 NC |
51 | * Add support for the ARC EM/HS, and ARC600/700 architectures. |
52 | ||
ea556d25 L |
53 | * Extend objcopy --compress-debug-sections option to support |
54 | --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF | |
55 | targets. | |
56 | ||
acf1419f AB |
57 | * Add --update-section option to objcopy. |
58 | ||
55edd97b EA |
59 | * Add --output-separator option to strings. |
60 | ||
c50415e2 TG |
61 | Changes in 2.25: |
62 | ||
7fac9594 NC |
63 | * Add --data option to strings to only print strings in loadable, initialized |
64 | data sections. Change the default behaviour to be --all, but add a new | |
65 | configure time option of --disable-default-strings-all to restore the old | |
66 | default behaviour. | |
67 | ||
334ac421 EA |
68 | * Add --include-all-whitespace to strings. |
69 | ||
bbad633b NC |
70 | * Add --dump-section option to objcopy. |
71 | ||
35c08157 KLC |
72 | * Add support for the Andes NDS32. |
73 | ||
58ca03a2 TG |
74 | Changes in 2.24: |
75 | ||
2e62b721 NC |
76 | * Objcopy now supports wildcard characters in command line options that take |
77 | section names. | |
78 | ||
36591ba1 SL |
79 | * Add support for Altera Nios II. |
80 | ||
af18cb59 TG |
81 | Changes in 2.23: |
82 | ||
b9c361e0 JL |
83 | * Add support for the VLE extension to the PowerPC architecture. |
84 | ||
9a30f236 KT |
85 | * Add support for x64 Windows target of the delayed-load-library. |
86 | ||
99c513f6 DD |
87 | * Add support for the Renesas RL78 architecture. |
88 | ||
a7142d94 TG |
89 | Changes in 2.22: |
90 | ||
4ccf1e31 JJ |
91 | * Add support for displaying the contents of .debug.macro sections. |
92 | ||
ec25acb3 NC |
93 | * Add --preprocessor-arg option to windres to specify additional options |
94 | passed to preprocessor. | |
44f45767 | 95 | |
fd2f0033 TT |
96 | * Add --dwarf-start and --dwarf-end to readelf and objdump. These are used by |
97 | the new Emacs mode, see dwarf-mode.el. | |
98 | ||
69f56ae1 WL |
99 | * Add support for the Tilera TILEPro and TILE-Gx architectures. |
100 | ||
101 | changes in 2.21: | |
44f45767 | 102 | |
b7dd81f7 NC |
103 | * Add --interleave-width option to objcopy to allowing copying a range of |
104 | bytes from the input to the output with the --interleave option. | |
105 | ||
40b36596 JM |
106 | * Add support for the TMS320C6000 (TI C6X) processor family. |
107 | ||
0b6ae522 DJ |
108 | * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using |
109 | the -u / --unwind option. | |
110 | ||
2c610e4b L |
111 | * Add --dyn-syms to readelf to dump dynamic symbol table. |
112 | ||
d2420a8c NC |
113 | * A new tool - elfedit - has been added to directly manipulate ELF format |
114 | binaries. | |
81c23f82 | 115 | |
bf201fdd KT |
116 | * Add to dlltool .def file feature of aliasing PE internal symbol name by |
117 | '== <ID>' option. | |
118 | ||
be6f6493 TG |
119 | * Add a new command line option -a / --addresses to addr2line to display the |
120 | address before function name or source filename. | |
121 | ||
68cdf72f TG |
122 | * Add a new command line option -p / --pretty-print to addr2line to have |
123 | a more human readable output. | |
124 | ||
75875724 TG |
125 | * The hppa/som targets can now be compiled on any host. |
126 | ||
81c23f82 TG |
127 | Changes in 2.20: |
128 | ||
10e636d2 DK |
129 | * Add support for delay importing to dlltool. Use the --output-delaylib <file> |
130 | switch to create a delay-import library. The resulting app will load the dll | |
131 | as soon as the first function is called. It will link to __delayLoadHelper2() | |
132 | from the static delayimp library, which will import LoadLibraryA and | |
133 | GetProcAddress from kernel32. | |
134 | ||
3dcb3fcb | 135 | * Add a new command line option, --insn-width=WIDTH, to objdump to specify |
10e636d2 DK |
136 | number of bytes to be displayed on a single line when disassembling |
137 | instructions. | |
3dcb3fcb | 138 | |
cf13d699 NC |
139 | * Readelf can now display the relocated contents of a section as a sequence |
140 | of bytes via the --relocated-dump=<name|number> command line option. | |
141 | ||
0e27a8f6 NC |
142 | * The gprof program has been given a new command line option: |
143 | --external-symbols-table=<filename> which reads in symbols from a specified | |
144 | file. | |
6e33da12 | 145 | |
ce3c775b NC |
146 | * The plugin target has been added to bfd. It can load the same shared objects |
147 | used by gold and uses them to provide basic support for new file formats. | |
148 | ||
43cd3ced AG |
149 | * The verilog memory hex dump file format is now supported as an output format |
150 | for objcopy. | |
c067354b | 151 | |
92dd4511 L |
152 | * Add --file-alignment, --heap, --image-base, --section-alignment, |
153 | --stack and --subsystem command line options to objcopy, which will | |
154 | set PE optional header. | |
155 | ||
4cb93e3b TG |
156 | * Option --dwarf/-W of objdump is now as flexible as readelf --debug-dump/-w. |
157 | ||
158 | * --as-needed now links in a dynamic library if it satisfies undefined | |
159 | symbols in regular objects, or in other dynamic libraries. In the | |
160 | latter case the library is not linked if it is found in a DT_NEEDED | |
161 | entry of one of the libraries already linked. | |
162 | ||
0dafdf3f | 163 | * Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to |
28024d9d | 164 | add absolute paths for -S. |
0dafdf3f | 165 | |
e77b97d4 KT |
166 | * Add new option --use-nul-prefixed-import-tables to dlltool to allow fall- |
167 | back to old import table generation with null element prefix. | |
168 | ||
3aade688 | 169 | * Added --identify-strict switch to cause --identify <implib> to |
71c57c16 NC |
170 | report an error when the import library is associated with |
171 | multiple DLLs. | |
172 | ||
173 | * Added --identify <implib> option to dlltool, which determines the | |
174 | name of the DLL associated with the specified <implib>. | |
175 | ||
2f3bb96a BE |
176 | * Support for PowerPC booke64 instructions has been removed. The assembler no |
177 | longer accepts -mbooke32 or -mbooke64 and the disassembler no longer accepts | |
178 | -Mbooke32 or -Mbooke64. Instead, -mbooke and -Mbooke should be used. | |
179 | ||
6e33da12 TG |
180 | Changes in 2.19: |
181 | ||
a262ae96 NC |
182 | * Added -wL switch to dump decoded contents of .debug_line. |
183 | ||
a8da6403 NC |
184 | * Added support for "thin" archives which contain pathnames pointing to |
185 | object files rather than the files themselves and which contain a | |
186 | flattened symbol index for all objects, and archives, which have been | |
187 | added to the archive. | |
3aade688 | 188 | |
98ec6e72 NC |
189 | * Added -F switch to objdump to include file offsets in the disassembly. |
190 | ||
4145f1d5 NC |
191 | * Added -c switch to readelf to allow string dumps of archive symbol index. |
192 | ||
85f10a01 MM |
193 | * Support for SSE5 has been added to the i386 port. |
194 | ||
09c11c86 NC |
195 | * Added -p switch to readelf to allow string dumps of sections. |
196 | ||
876c34bf | 197 | Changes in 2.18: |
98ec6e72 | 198 | |
ad71ef64 NC |
199 | * Resolved 37 coding problems in bfd including static array overruns, null |
200 | pointer dereferences and use of a malloc buffer after it has been freed, as | |
201 | revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com). | |
1e4cf259 | 202 | |
32866df7 NC |
203 | * The binutils sources are now released under version 3 of the GNU General |
204 | Public License. | |
205 | ||
692ed3e7 NC |
206 | * A new tool "windmc" has been added for some targets. This is a message |
207 | compiler which attempts to be compatible with the MS version. | |
208 | ||
209 | * Add codepage support to the windres tool. It now supports many new | |
210 | resource types (e.g. MANIFEST, TOOLBAR, etc). The output generation | |
211 | for binary files is done now via bfd itself. The endianess problems | |
212 | for different hosts are solved. Dumps of .res files can now be | |
213 | re-compiled by windres without lossing resources or compilation errors. | |
214 | Some problems on dialog resource translations are corrected. | |
d856f2dd | 215 | |
d3e52d40 RS |
216 | * Add --extract-symbol command line option to objcopy, which will |
217 | strip everything out of an ordinary object file or executable except | |
218 | for its symbol table. Files containing just symbols can be useful | |
219 | to some OSes. | |
220 | ||
32866df7 NC |
221 | Changes in 2.17: |
222 | ||
aef1f6d0 DJ |
223 | * Add "-x NAME" to readelf in addition to "-x NUMBER". |
224 | ||
cbf1f5df NC |
225 | * Add -i and -t switches to cxxfilt. -i disables the display of implementation |
226 | specific extra demangling information (if any) and -t disables the demangling | |
227 | of types. | |
228 | ||
229 | * Add support for the "@<file>" syntax to the command lines of all tools, so | |
230 | that extra switches can be read from <file>. | |
231 | ||
4de2ad99 | 232 | * Add "-W/--dwarf" to objdump to display the contents of the DWARF |
cbf1f5df | 233 | debug sections. |
4de2ad99 | 234 | |
5477e8a0 | 235 | * Add "-t/--section-details" to readelf to display section details. |
cbf1f5df | 236 | "-N/--full-section-name" is deprecated. |
5477e8a0 | 237 | |
b12fe839 AM |
238 | * powerpc-linux ld now supports a variant form of PLT and GOT for the security |
239 | conscious. This form will automatically be chosen when ld detects that all | |
240 | code in regular object files was generated by gcc -msecure-plt. The old PLT | |
241 | and GOT may be forced by a new ld option, --bss-plt. | |
242 | ||
0c552dc1 FF |
243 | * Add "-i/--inlines" to addr2line to print enclosing scope information |
244 | for inlined function chains, back to first non-inlined function. | |
245 | ||
81fc812e L |
246 | * Add "-N/--full-section-name" to readelf to display full section name. |
247 | ||
ec72cfe5 NC |
248 | * Add "-M entry:<addr>" switch to objdump to specify a function entry address |
249 | when disassembling VAX binaries. | |
250 | ||
7b4a0685 NC |
251 | * Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches |
252 | to objcopy to convert local symbols into global symbols. | |
3aade688 | 253 | |
9fbad737 | 254 | * gprof now allows input files to have histogram records for |
3aade688 | 255 | several memory ranges, provided those ranges are disjoint. |
7b4a0685 NC |
256 | |
257 | Changes in 2.16: | |
258 | ||
b12fe839 | 259 | * Add "-g/--section-groups" to readelf to display section groups. |
81fc812e | 260 | |
bcf32829 JB |
261 | * objcopy recognizes two new options --strip-unneeded-symbol and |
262 | --strip-unneeded-symbols, namely for use together with the wildcard | |
263 | matching the original --strip-symbol/--strip-symbols provided, but | |
264 | retaining any symbols matching but needed by relocations. | |
265 | ||
18bd398b NC |
266 | * readelf can now display address ranges from .debug_range sections. This |
267 | happens automatically when a DW_AT_range attribute is encountered. The | |
268 | command line switch --debug-dump=Ranges (or -wR) can also be used to display | |
269 | the contents of the .debug_range section. | |
270 | ||
3c9458e9 NC |
271 | * nm and objdump now have a switch "--special-syms" to enable the displaying of |
272 | symbols which the target considers to be special. By default these symbols | |
273 | are no longer displayed. Currently the only special symbols are the Mapping | |
274 | symbols used by the ARM port to mark transitions between text and data and | |
275 | between ARM and THUMB code. | |
276 | ||
607dea97 NC |
277 | * dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional |
278 | import and export symbols with <preifx> prepended to them. | |
279 | ||
280 | Changes in 2.15: | |
281 | ||
e39893d7 | 282 | * objcopy for MIPS targets now accepts "-M no-aliases" as an option to the |
9d317d34 | 283 | disassembler to print the "raw" mips instruction mnemonic instead of some |
e39893d7 FF |
284 | pseudo instruction name. I.E. print "daddu" or "or" instead of "move", |
285 | "sll" instead of "nop", etc. | |
286 | ||
5fe11841 NC |
287 | * objcopy and strip can now take wildcard patterns in symbol names specified on |
288 | the command line provided that the --wildcard switch is used to enable them. | |
289 | ||
fb52b2f4 NC |
290 | * readelf can now parse archives. |
291 | ||
51cdc6e0 NC |
292 | * objdump now accepts --debugging-tags to print the debug information in a |
293 | format compatible with ctags tool. | |
294 | ||
ed1653a7 NC |
295 | * objcopy and strip now accept --only-keep-debug to create a file containing |
296 | those sections that would be stripped out by --strip-debug. The idea is that | |
297 | this can be used in conjunction with the --add-gnu-debuglink switch to create | |
298 | a two part program distribution - one a stripped executable and the other the | |
299 | debugging info. | |
300 | ||
2593f09a NC |
301 | * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink |
302 | section into a (presumably stripped) executable. This allows the debug | |
50c2245b | 303 | information for the file to be held in a separate file. |
3aade688 | 304 | |
a3b6428f NC |
305 | * BFD marks the sections .comment and .note as 'n' in the BSD/POSIX |
306 | single-character representation. This can be checked by running nm | |
307 | with the -a switch. | |
308 | ||
43c58ae6 CD |
309 | Changes in 2.14: |
310 | ||
7c29036b NC |
311 | * Added --info switch to objcopy and strip. |
312 | ||
3b36097d SC |
313 | * Support for Vitesse IQ2000 added by Red Hat. |
314 | ||
8745eafa NC |
315 | * Added 'S' encoding to strings to allow the display of 8-bit characters. |
316 | ||
d7fb0dd2 NC |
317 | * Added --prefix-symbols=<text>, --prefix-sections=<text> and |
318 | --prefix-alloc-sections=<text> to objcopy. | |
319 | ||
84ad6ede NC |
320 | * readelf can handle the extensions to the DWARF2 spec used by the Unified |
321 | Parallel C compiler. | |
322 | ||
7d036af2 AM |
323 | * BFD no longer declares a "boolean" type, to avoid clashes with other |
324 | headers that declare the same. Users of BFD should replace boolean, | |
325 | false and true, with int, 0 and 1, or define their own boolean type. | |
326 | ||
1e4cf259 NC |
327 | * Support for IP2K added by Denis Chertykov. |
328 | ||
2cbb2eef NC |
329 | Changes in 2.13: |
330 | ||
331 | * Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 | |
332 | and FR500 included. | |
252b5132 | 333 | |
9a66911f NC |
334 | Changes in version 2.12: |
335 | ||
49fda6c8 HPN |
336 | * Support for Don Knuth's MMIX, by Hans-Peter Nilsson. |
337 | ||
15c82623 NC |
338 | * size: Add --totals to display summary of sizes (Berkeley format only). |
339 | ||
d974e256 JJ |
340 | * readelf: Add --wide option to not break section header or segment listing |
341 | lines to fit into 80 columns. | |
342 | ||
d132876a NC |
343 | * strings: Add --encoding to display wide character strings. By Markus Kuhn. |
344 | ||
594ef5db NC |
345 | * objcopy: Add --rename-section to change section names. |
346 | ||
e0c60db2 NC |
347 | * readelf: Support added for DWARF 2.1 extensions. Support added for |
348 | displaying the contents of .debug.macinfo sections. | |
349 | ||
16b2b71c NC |
350 | * New command line switches added to objcopy to allow symbols to be kept as |
351 | global symbols, and also to specify files containing lists of such symbols. | |
352 | by Honda Hiroki. | |
353 | ||
87e6d782 NC |
354 | * Support for OpenRISC by Johan Rydberg. |
355 | ||
1ae8b3d2 AO |
356 | * New command line switch to objcopy --alt-machine-code which creates a binary |
357 | with an alternate machine code if one is defined in the architecture | |
358 | description. Only supported for ELF targets. By Alexandre Oliva. | |
359 | ||
43a0748c | 360 | * New command line switch to objcopy -B (or --binary-architecture) which sets |
09ad7db3 | 361 | the architecture of the output file to the given argument. This option only |
43a0748c NC |
362 | makes sense, if the input target is binary. Otherwise it is ignored. |
363 | By Stefan Geuken. | |
364 | ||
e135f41b NC |
365 | * Support for PDP-11 by Lars Brinkhoff. |
366 | ||
09ad7db3 AM |
367 | Changes in binutils 2.11: |
368 | ||
077b8428 NC |
369 | * Add support for ARM v5t and v5te architectures and Intel's XScale ARM |
370 | extenstions. | |
371 | ||
372 | * Add --srec-len and --srec-forceS3 command line switch to objcopy. | |
373 | By Luciano Gemme. | |
7d036af2 | 374 | |
156c2f8b NC |
375 | * Support for the MIPS32, by Anders Norlander. |
376 | ||
22b36938 JE |
377 | * Support for the i860, by Jason Eckhardt. |
378 | ||
5bcac8a4 HPN |
379 | * Support for CRIS (Axis Communications ETRAX series). |
380 | ||
252b5132 RH |
381 | Changes in binutils 2.10: |
382 | ||
09ad7db3 AM |
383 | * Support for 64-bit ELF on HPPA. |
384 | ||
f1563258 TW |
385 | * New command line switch to objdump --file-start-context which shows the |
386 | entire file contents up to the source line first encountered for a given | |
7d036af2 | 387 | file. |
f1563258 | 388 | |
dd92f639 NC |
389 | * New command line switch to objdump -M (or --disassembler-options) which takes |
390 | a parameter which can then be interpreted on a per-target basis by the | |
391 | disassembler. Used by ARM targets to select register name sets, ISA, APCS or | |
392 | raw verions. | |
7d036af2 | 393 | |
c2c40d93 ILT |
394 | * objdump support for -mi386:intel which causes disassembly to be displayed |
395 | with intel syntax. | |
252b5132 RH |
396 | |
397 | * New program: readelf. This displays the contents of ELF format files, | |
398 | regardless of target machine. | |
399 | ||
400 | * objcopy now takes --change-section-lma, --change-section-vma, and | |
401 | --change-section-address options. The old --adjust-section-vma option is | |
402 | equivalent to --change-section-address. The other --adjust-* options are now | |
403 | renamed to --change-*, although --adjust-* continues to work. | |
404 | ||
57938635 AM |
405 | * objcopy has a --redefine-sym option that lets you rename symbols. |
406 | ||
407 | * objcopy now takes a -j/--only-section option to copy only the specified | |
408 | sections. | |
409 | ||
252b5132 RH |
410 | * dlltool now supports the IMPORTS command. |
411 | ||
412 | * dlltool now takes --export-all-symbols, --no-export-all-symbols, | |
413 | --exclude-symbols, and --no-default-excludes options. | |
414 | ||
415 | Changes in binutils 2.9: | |
416 | ||
417 | * Added windres program, which can be used to manipulate resources in WIN32 | |
418 | files as used on Windows 95 and Windows NT. | |
419 | ||
420 | * The objcopy --gap-fill and --pad-to options operate on the LMA rather than | |
421 | the VMA of the sections. | |
422 | ||
423 | * Added S modifier to ar to not build a symbol table. | |
424 | ||
425 | Changes in binutils 2.8: | |
426 | ||
427 | * The objdump disassembly format has been changed, and hopefully improved. Use | |
428 | the new --prefix-addresses option to get the old format. There are also new | |
429 | --disassemble-zeroes and --no-show-raw-insn options which affect disassembler | |
430 | output. | |
431 | ||
432 | * Formats may now be specified as configuration triplets. For example, | |
433 | objdump -b i386-pc-linux. The triplets are not passed through config.sub, | |
434 | so they must be in canonical form. | |
435 | ||
436 | * Added new addr2line program. This uses the debugging information to convert | |
437 | an address into a file name and line number within a program. | |
438 | ||
439 | * Added --change-leading-char argument to objcopy. | |
440 | ||
441 | * Added --weaken argument to objcopy. | |
442 | ||
443 | * objdump --dynamic-reloc now works on ELF executables and shared libraries. | |
444 | ||
445 | * Added --adjust-vma option to objdump. | |
446 | ||
447 | * Added -C/--demangle option to objdump. | |
448 | ||
449 | * Added -p/--preserve-dates option to strip and objcopy. | |
450 | ||
451 | Changes in binutils 2.7: | |
452 | ||
453 | * Added --enable-shared and --enable-commonbfdlib options to configure. | |
454 | ||
455 | * Added --debugging argument to objdump and objcopy. | |
456 | ||
457 | * Added --defined-only argument to nm. | |
458 | ||
459 | * Added --remove-leading-char argument to objcopy. | |
460 | ||
461 | * The objdump --line-numbers option is now meaningful with --reloc. | |
462 | ||
463 | * Added --line-numbers option to nm. | |
464 | ||
465 | * Added --endian/-EB/-EL option to objdump. | |
466 | ||
467 | * Added support for Alpha OpenVMS/AXP. | |
468 | ||
469 | Changes in binutils 2.6: | |
470 | ||
471 | * Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy. | |
472 | ||
473 | * Added several arguments to objcopy to provide some control over how the new | |
474 | file is laid out in memory. Also added binary output format to BFD to permit | |
475 | generating plain binary files. | |
476 | ||
477 | * Added --start-address and --stop-address options to objdump. | |
478 | ||
479 | * ar and ranlib now work on AIX. The tools are now built by default on AIX. | |
480 | ||
481 | Changes in binutils 2.5: | |
482 | ||
483 | * Changed objdump -dr to dump the relocs interspersed with the assembly | |
1049f94e | 484 | listing, for a more useful listing of relocatable files. |
252b5132 RH |
485 | |
486 | * Changed objdump -d/--disassemble to only disassemble SEC_CODE sections. | |
487 | Added -D/--disassemble-all option to disassemble all sections. | |
488 | ||
489 | * Added --size-sort option to nm. | |
490 | ||
491 | * strip and objcopy should now be able to handle dynamically linked ELF | |
492 | executables. | |
493 | ||
494 | Changes in binutils 2.4: | |
495 | ||
496 | * Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and | |
497 | PowerPC (except ar and ranlib; by Ian Taylor). | |
498 | ||
499 | * Support for Irix 5. | |
500 | ||
501 | * Programs `strip' and `objcopy' will not attempt to write dynamically linked | |
502 | ELF output files, since BFD currently can't create them properly. | |
503 | ||
504 | Changes in binutils 2.3: | |
505 | ||
506 | * A new --stabs argument has been added to objdump to dump stabs sections in | |
507 | ELF and COFF files. | |
508 | ||
509 | * A new program, nlmconv, has been added. It can convert object files into | |
510 | Novell NetWare Loadable Modules. | |
511 | ||
512 | * The strings program has been added. | |
513 | ||
514 | Changes in binutils 2.2: | |
515 | ||
516 | * The 'copy' program has been renamed to 'objcopy', for consistency with | |
517 | 'objdump', and because 'copy' might more plausibly be used as a synonym for | |
518 | 'cp'. | |
519 | ||
520 | * The new stand-alone program c++filt is a filter that converts encoded | |
521 | (mangled) C++ assembly-level identifiers to user-level names. (Note: This | |
522 | may get moved to the gcc distribution.) | |
523 | ||
524 | * nm -o on an archive now prefixes each line with the archive name, matching | |
525 | the output from BSD nm. | |
526 | ||
527 | * ar (and ld) can now read (but not write) BSD4.4-style archives. | |
528 | ||
529 | * New support for H8500, Z8000, and the Hitach SH. | |
530 | ||
531 | * Dis-assembler interface changed to allow sharing with gdb. | |
532 | ||
533 | * There is new Elf code, but it is not yet ready for general use. | |
534 | ||
535 | * There is the beginnings of a test suite. | |
536 | ||
537 | Changes in binutils 2.1: | |
538 | ||
539 | * There is now support for writing ECOFF files, so ld and the other utilities | |
540 | should work on Risc/Ultrix and Irix. Please let us know how well this works. | |
541 | ||
542 | * ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD | |
543 | version), if there are any object files in the archive. So running ranlib is | |
544 | now redundant (unless the non-standard q command is used). This is required | |
545 | for Posix.2 conformance. | |
546 | ||
547 | * The archive-reading code now reads both BSD-style and SYSV-style archives | |
548 | independently of the selected target format. This is to encourage people to | |
549 | switch to SYSV-format, which has a number of advantages. | |
550 | ||
551 | * The strip and copy programs now have options to remove debug-symbols only | |
552 | and/or local symbols only. They now also support long options. | |
553 | ||
554 | \f | |
6f2750fe | 555 | Copyright (C) 2012-2016 Free Software Foundation, Inc. |
5bf135a7 NC |
556 | |
557 | Copying and distribution of this file, with or without modification, | |
558 | are permitted in any medium without royalty provided the copyright | |
559 | notice and this notice are preserved. | |
560 | ||
252b5132 RH |
561 | Local variables: |
562 | fill-column: 79 | |
563 | End: |