* MAINTAINERS: Replace with mainline version.
+2001-06-09 Alan Modra <amodra@bigpond.net.au>
+
+ * NEWS: Mention hppa64-elf. Add binutils-2.11 marker.
+
+ * MAINTAINERS: Replace with mainline version.
+
2001-06-07 Alan Modra <amodra@bigpond.net.au>
* Most files: Update copyright notices.
2000-07-20 H.J. Lu <hjl@gnu.org>
- * binutils/binutils.texi: Put back "@end table" deleted by
+ * binutils.texi: Put back "@end table" deleted by
accident.
2000-07-05 Kenneth Block <krblock@computer.org>
- * binutils/nm.c: Add optional style to demangle switch.
- * binutils/objdump.c: Add optional style to demangle switch.
- * binutils/addr2line.c: Add optional style to demangle switch.
- * binutils/binutils.texi: Document optional style to demangle
+ * nm.c: Add optional style to demangle switch.
+ * objdump.c: Add optional style to demangle switch.
+ * addr2line.c: Add optional style to demangle switch.
+ * binutils.texi: Document optional style to demangle
switch.
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2000-04-10 Philippe De Muyter <phdm@macqel.be>
- * readelf (dynamic_segment_mips_val): Call `sprintf', not
+ * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
`strftime' since strftime is not available on all systems.
(process_mips_specific): Ditto.
* configure.in: Add arm-wince, mips-pe and sh-pe targets.
* configure: Regenerate.
- * dlltoolc.: Add support for sh-pe and mips-pe targets.
+ * dlltool.c: Add support for sh-pe and mips-pe targets.
* rescoff.c: Add support for sh-pe and mips-pe targets.
2000-02-23 H.J. Lu <hjl@gnu.org>
2000-02-03 Timothy Wall <twall@redhat.com>
- * binutils/objdump.c (dump_section_header, find_symbol_for_address,
+ * objdump.c (dump_section_header, find_symbol_for_address,
show_line, disassemble_bytes, disassemble_data, dump_data):
distinguish between octets and bytes.
is http://sources.redhat.com/binutils/ and patches should be sent to
binutils@sources.redhat.com with "[patch]" as part of the subject.
+Note - patches to the top level configure.in and config.sub scripts
+should be sent to config-patches@gnu.org and not to the binutils list.
+
--------- Blanket Write Privs ---------
Nick Clifton <nickc@redhat.com> (head maintainer)
Jeff Law <law@redhat.com>
Jim Wilson <wilson@redhat.com>
DJ Delorie <dj@redhat.com>
-Alan Modra <alan@linuxcare.com.au>
+Alan Modra <amodra@bigpond.net.au>
Michael Meissner <meissner@redhat.com>
--------- Maintainers ---------
ARM Nick Clifton <nickc@redhat.com>
AVR Denis Chertykov <denisc@overta.ru>
CRIS Hans-Peter Nilsson <hp@axis.com>
-HPPA elf32 Alan Modra <alan@linuxcare.com.au>
+HPPA elf32 Alan Modra <amodra@bigpond.net.au>
IA64 Jim Wilson <wilson@redhat.com>
i860 Jason Eckhardt <jle@redhat.com>
-ix86 Alan Modra <alan@linuxcare.com.au>
+ix86 Alan Modra <amodra@bigpond.net.au>
ix86 COFF,PE DJ Delorie <dj@redhat.com>
ix86 H.J.Lu <hjl@gnu.org>
ix86 INTEL MODE Diego Novillo <dnovillo@redhat.com>
[It's a huge list, folks. You know who you are. If you have the
*ability* to do binutils checkins, you're in this group. Just remember
to get approval before checking anything in.]
+
+ ------------- Obvious Fixes -------------
+
+Fixes for obvious mistakes do not need approval, and can be checked in
+right away, but the patch should still be sent to the binutils list.
+The definition of obvious is a bit hazy, and if you are not sure, then
+you should seek approval first. Obvious fixes include fixes for
+spelling mistakes, blatantly incorrect code (where the correct code is
+also blatantly obvious), and so on. Obvious fixes should always be
+small, the larger they are, the more likely it is that they contain
+some un-obvious side effect or consequence.
global symbols, and also to specify files containing lists of such symbols.
by Honda Hiroki.
+Changes in binutils 2.11:
+
* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
extenstions.
Changes in binutils 2.10:
+* Support for 64-bit ELF on HPPA.
+
* New command line switch to objdump --file-start-context which shows the
entire file contents up to the source line first encountered for a given
file.