* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
[binutils.git] / binutils / NEWS
blob1f139f757421c55255f7d89c24a132b47eb27432
1 -*- text -*-
3 * New command line switches added to objcopy to allow symbols to be kept as
4   global symbols, and also to specify files containing lists of such symbols.
5   by Honda Hiroki.
7 * Support for OpenRISC by Johan Rydberg.
9 * New command line switch to objcopy -B (or --binary-architecture) which sets
10   the architecture of the output file to the given argument.  This option only
11   makes sense, if the input target is binary.  Otherwise it is ignored.
12   By Stefan Geuken.
14 * Support for PDP-11 by Lars Brinkhoff.
16 Changes in binutils 2.11:
18 * Add support for ARM v5t and v5te architectures and Intel's XScale ARM
19   extenstions.
21 * Add --srec-len and --srec-forceS3 command line switch to objcopy.
22   By Luciano Gemme.
23   
24 * Support for the MIPS32, by Anders Norlander.
26 * Support for the i860, by Jason Eckhardt.
28 * Support for CRIS (Axis Communications ETRAX series).
30 Changes in binutils 2.10:
32 * Support for 64-bit ELF on HPPA.
34 * New command line switch to objdump --file-start-context which shows the
35   entire file contents up to the source line first encountered for a given
36   file. 
38 * New command line switch to objdump -M (or --disassembler-options) which takes
39   a parameter which can then be interpreted on a per-target basis by the
40   disassembler.  Used by ARM targets to select register name sets, ISA, APCS or
41   raw verions.
42   
43 * objdump support for -mi386:intel which causes disassembly to be displayed
44   with intel syntax.
46 * New program: readelf.  This displays the contents of ELF format files,
47   regardless of target machine.
49 * objcopy now takes --change-section-lma, --change-section-vma, and
50   --change-section-address options.  The old --adjust-section-vma option is
51   equivalent to --change-section-address.  The other --adjust-* options are now
52   renamed to --change-*, although --adjust-* continues to work.
54 * objcopy has a --redefine-sym option that lets you rename symbols.
56 * objcopy now takes a -j/--only-section option to copy only the specified
57   sections.
59 * dlltool now supports the IMPORTS command.
61 * dlltool now takes --export-all-symbols, --no-export-all-symbols,
62   --exclude-symbols, and --no-default-excludes options.
64 Changes in binutils 2.9:
66 * Added windres program, which can be used to manipulate resources in WIN32
67   files as used on Windows 95 and Windows NT.
69 * The objcopy --gap-fill and --pad-to options operate on the LMA rather than
70   the VMA of the sections.
72 * Added S modifier to ar to not build a symbol table.
74 Changes in binutils 2.8:
76 * The objdump disassembly format has been changed, and hopefully improved.  Use
77   the new --prefix-addresses option to get the old format.  There are also new
78   --disassemble-zeroes and --no-show-raw-insn options which affect disassembler
79   output.
81 * Formats may now be specified as configuration triplets.  For example,
82   objdump -b i386-pc-linux.  The triplets are not passed through config.sub,
83   so they must be in canonical form.
85 * Added new addr2line program.  This uses the debugging information to convert
86   an address into a file name and line number within a program.
88 * Added --change-leading-char argument to objcopy.
90 * Added --weaken argument to objcopy.
92 * objdump --dynamic-reloc now works on ELF executables and shared libraries.
94 * Added --adjust-vma option to objdump.
96 * Added -C/--demangle option to objdump.
98 * Added -p/--preserve-dates option to strip and objcopy.
100 Changes in binutils 2.7:
102 * Added --enable-shared and --enable-commonbfdlib options to configure.
104 * Added --debugging argument to objdump and objcopy.
106 * Added --defined-only argument to nm.
108 * Added --remove-leading-char argument to objcopy.
110 * The objdump --line-numbers option is now meaningful with --reloc.
112 * Added --line-numbers option to nm.
114 * Added --endian/-EB/-EL option to objdump.
116 * Added support for Alpha OpenVMS/AXP.
118 Changes in binutils 2.6:
120 * Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy.
122 * Added several arguments to objcopy to provide some control over how the new
123   file is laid out in memory.  Also added binary output format to BFD to permit
124   generating plain binary files.
126 * Added --start-address and --stop-address options to objdump.
128 * ar and ranlib now work on AIX.  The tools are now built by default on AIX.
130 Changes in binutils 2.5:
132 * Changed objdump -dr to dump the relocs interspersed with the assembly
133   listing, for a more useful listing of relocateable files.
135 * Changed objdump -d/--disassemble to only disassemble SEC_CODE sections.
136   Added -D/--disassemble-all option to disassemble all sections.
138 * Added --size-sort option to nm.
140 * strip and objcopy should now be able to handle dynamically linked ELF
141   executables.
143 Changes in binutils 2.4:
145 * Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and
146   PowerPC (except ar and ranlib; by Ian Taylor).
148 * Support for Irix 5.
150 * Programs `strip' and `objcopy' will not attempt to write dynamically linked
151   ELF output files, since BFD currently can't create them properly.
153 Changes in binutils 2.3:
155 * A new --stabs argument has been added to objdump to dump stabs sections in
156   ELF and COFF files.
158 * A new program, nlmconv, has been added.  It can convert object files into
159   Novell NetWare Loadable Modules.
161 * The strings program has been added.
163 Changes in binutils 2.2:
165 * The 'copy' program has been renamed to 'objcopy', for consistency with
166   'objdump', and because 'copy' might more plausibly be used as a synonym for
167   'cp'.
169 * The new stand-alone program c++filt is a filter that converts encoded
170   (mangled) C++ assembly-level identifiers to user-level names.  (Note: This
171   may get moved to the gcc distribution.)
173 * nm -o on an archive now prefixes each line with the archive name, matching
174   the output from BSD nm.
176 * ar (and ld) can now read (but not write) BSD4.4-style archives.
178 * New support for H8500, Z8000, and the Hitach SH.
180 * Dis-assembler interface changed to allow sharing with gdb.
182 * There is new Elf code, but it is not yet ready for general use.
184 * There is the beginnings of a test suite.
186 Changes in binutils 2.1:
188 * There is now support for writing ECOFF files, so ld and the other utilities
189   should work on Risc/Ultrix and Irix.  Please let us know how well this works.
191 * ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD
192   version), if there are any object files in the archive.  So running ranlib is
193   now redundant (unless the non-standard q command is used).  This is required
194   for Posix.2 conformance.
196 * The archive-reading code now reads both BSD-style and SYSV-style archives
197   independently of the selected target format.  This is to encourage people to
198   switch to SYSV-format, which has a number of advantages.
200 * The strip and copy programs now have options to remove debug-symbols only
201   and/or local symbols only.  They now also support long options.
204 Local variables:
205 fill-column: 79
206 End: