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