From: Alan Modra Date: Sat, 9 Jun 2001 02:24:07 +0000 (+0000) Subject: * NEWS: Mention hppa64-elf. Add binutils-2.11 marker. X-Git-Tag: binutils-2_11_1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=742c4a71d0c0d17e540274850e68a699a58fa8a3;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention hppa64-elf. Add binutils-2.11 marker. * MAINTAINERS: Replace with mainline version. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8f182bdcebb..84e9d81f019 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-06-09 Alan Modra + + * NEWS: Mention hppa64-elf. Add binutils-2.11 marker. + + * MAINTAINERS: Replace with mainline version. + 2001-06-07 Alan Modra * Most files: Update copyright notices. @@ -436,15 +442,15 @@ Mon Dec 11 14:30:21 MET 2000 Jan Hubicka 2000-07-20 H.J. Lu - * binutils/binutils.texi: Put back "@end table" deleted by + * binutils.texi: Put back "@end table" deleted by accident. 2000-07-05 Kenneth Block - * 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 @@ -757,7 +763,7 @@ Fri Apr 21 13:20:53 2000 Richard Henderson 2000-04-10 Philippe De Muyter - * 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. @@ -1010,7 +1016,7 @@ Fri Apr 7 15:56:57 2000 Andrew Cagney * 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 @@ -1055,7 +1061,7 @@ Fri Apr 7 15:56:57 2000 Andrew Cagney 2000-02-03 Timothy Wall - * 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. diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 427dd3acdf7..9c44f776ca7 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -6,6 +6,9 @@ gas, gprof, ld, and opcodes subdirectories. The home page for binutils 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 (head maintainer) @@ -14,7 +17,7 @@ Ian Taylor Jeff Law Jim Wilson DJ Delorie -Alan Modra +Alan Modra Michael Meissner --------- Maintainers --------- @@ -33,10 +36,10 @@ other maintainers. ARM Nick Clifton AVR Denis Chertykov CRIS Hans-Peter Nilsson -HPPA elf32 Alan Modra +HPPA elf32 Alan Modra IA64 Jim Wilson i860 Jason Eckhardt -ix86 Alan Modra +ix86 Alan Modra ix86 COFF,PE DJ Delorie ix86 H.J.Lu ix86 INTEL MODE Diego Novillo @@ -76,3 +79,14 @@ one of the above lists (blanket write or maintainers). [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. diff --git a/binutils/NEWS b/binutils/NEWS index 8f5028c648e..fd07a6d776f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -4,6 +4,8 @@ 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. @@ -18,6 +20,8 @@ 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.