Add initial Intel K1OM support.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
index 46ba56812ac97b38c74505a13cc6ac9c9cf3f8af..efc10553df91c25603bd1672ab13104879ec5e77 100644 (file)
@@ -1,3 +1,580 @@
+2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit.exp: Run elfedit-4.
+
+       * binutils-all/elfedit-4.d: New.
+
+2011-06-30  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * binutils-all/objcopy.exp (strip_test, strip_executable):
+       On ELF targets, test that OS/ABI is preserved.
+       (copy_setup): Do test on tic6x-*-uclinux.
+
+2011-06-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-1.d: Updated for x32.
+
+2011-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/12753
+       * lib/utils-lib.exp (run_dump_test): Allow nm as a program.
+       * binutils-all/nm.exp: Test running "nm -g" on an object file
+       containing a unique symbol.
+
+2011-05-13  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/objcopy.exp objcopy_text): Remove xfails for sh-rtems
+       and tic4x.
+
+2011-05-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/12720
+       * binutils-all/ar.exp (delete_an_element): New.
+       (move_an_element): Likewise.
+       Run delete_an_element and move_an_element.
+
+2011-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/x86-64/compressed-1a.d: Adjust for change in output
+       format.
+
+2011-04-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * binutils-all/i386/compressed-1a.d: Adjust for change in output
+       format.
+
+2011-04-28  Tom Tromey  <tromey@redhat.com>
+
+       * binutils-all/objdump.W: Correct output.
+
+011-04-11  Kai Tietz
+
+       * binutils-all/windres/windres.exp: Add '// cpparg <option>' command
+       to rc file interpretation to specify addition pre-processor commands
+       as script option.
+       * binutils-all/windres/strtab3.rc: New.
+       * binutils-all/windres/strtab3.rsd: New.
+       * binutils-all/windres/README: Add note about cpparg script option.
+       argument
+
+2011-04-11  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/arm/simple.s: Fix assembly problems for COFF based
+       ARM toolchaisn by removing .type and .size directives.
+
+2011-04-07  Paul Carroll<pcarroll@codesourcery.com>
+
+       * binutils-all/arm/simple.s: Demo issue with objdump with
+       multiple input files
+       * binutils-all/arm/objdump.exp: added new ARM test case code
+
+2011-04-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * binutils-all/objcopy.exp (*arm*-*-coff): Change to arm*-*-coff.
+       (xscale-*-coff, thumb*-*-coff, thumb*-*-pe): Don't handle.
+
+2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * lib/binutils-common.exp (is_elf_format): Accept tic6x*-*-uclinux*.
+
+2011-01-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * lib/binutils-common.exp (regexp_diff): Use "==" instead of "eq".
+
+2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * binutils-all/copy-2.d: Change "hppa" to "hppa*" in not-target list.
+       * binutils-all/copy-3.d: Add hppa*-*-hpux* to not-target list.
+       * binutils-all/objcopy.exp (reverse-bytes): xfail on 32-bit hpux.
+
+2010-12-31  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * binutils-all/readelf.exp: Handle MIPS FreeBSD targets.
+
+2010-12-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/binutils-common.exp (regexp_diff): Implement inverse
+       matching, requested by `!'.
+
+2010-11-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * lib/binutils-common.exp (regexp_diff): New procedure.
+       * lib/utils-lib.exp (regexp_diff): Delete.
+
+2010-11-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * lib/binutils-common.exp: New file.
+       * lib/utils-lib.exp (load_common_lib): New function.  Load
+       binutils-common.exp.
+       (is_elf_format): Delete.
+
+2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: Replace binutils_assemble with
+       binutils_assemble_flags for --nocompress-debug-sections.
+
+2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: Pass --nocompress-debug-sections to
+       assembler for uncompressed debug sections.
+
+       * binutils-all/testranges.d: Also expect .zdebug in section name.
+
+2010-11-08  Thomas Schwinge  <thomas@schwinge.name>
+
+       * lib/utils-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
+       * binutils-all/elfedit-2.d (target): Likewise.
+       * binutils-all/elfedit-3.d (target): Likewise.
+       * binutils-all/i386/i386.exp: Likewise.
+       * binutils-all/objcopy.exp: Likewise.
+       * binutils-all/strip-3.d (target): Likewise.
+
+2010-11-08  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/objdump.W: Adjust expected result for debug section
+       rename.
+
+2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/libdw2.out: Also accept MIPS_DWARF.
+
+2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: New.
+       * binutils-all/dw2-1.S: Likewise.
+       * binutils-all/dw2-2.S: Likewise.
+       * binutils-all/libdw2-compressed.out: Likewise.
+       * binutils-all/libdw2.out: Likewise.
+
+2010-10-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * binutils-all/group-5.d: Expect ".group" for the name of group
+       sections.
+       * binutils-all/strip-2.d: Likewise.
+
+2010-10-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * binutils-all/m68k/objdump.exp: Add fnop test.
+       * binutils-all/m68k/fnop.s: New file.
+
+2010-09-29  Alan Modra  <amodra@gmail.com>
+
+       * lib/utils-lib.exp (is_elf_format): Merge with gas and ld versions.
+
+2010-09-23  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/ar.exp: Don't run unique_symbol on msp or hpux.
+       * binutils-all/copy-2.d: Update not-target list.
+       * binutils-all/note-1.d: Don't run on h8300.
+       * binutils-all/objcopy.exp: Don't run strip-10 on msp or hpux.
+       (objcopy_test): Remove h8300-rtems from xfails.
+
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/i386/i386.exp: Don't run on linuxaout.
+
+2010-09-10  Ben Gardiner  <bengardiner@nanometrics.ca>
+
+       * binutils-all/objcopy.exp: Add test of new --interleave-width
+       option.
+
+2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * binutils-all/objdump.W: Update DW_OP_reg5 expected output.
+
+2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-3.d: New.
+
+       * binutils-all/elfedit.exp: Run elfedit-3.
+
+2010-07-19  Andreas Schwab  <schwab@redhat.com>
+
+       * binutils-all/readelf.s: Ignore "Key to Flags" contents.
+       * binutils-all/readelf.s-64: Likewise.
+       * binutils-all/i386/compressed-1b.d: Likewise.
+       * binutils-all/i386/compressed-1c.d: Likewise.
+       * binutils-all/x86-64/compressed-1b.d: Likewise.
+       * binutils-all/x86-64/compressed-1c.d: Likewise.
+
+2010-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/i386/compressed-1a.d: Fix a typo.
+       * binutils-all/i386/compressed-1b.d: Likewise.
+       * binutils-all/i386/compressed-1c.d: Likewise.
+       * binutils-all/x86-64/compressed-1a.d: Likewise.
+       * binutils-all/x86-64/compressed-1b.d: Likewise.
+       * binutils-all/x86-64/compressed-1c.d: Likewise.
+
+2010-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/default.exp (binutils_assemble): Use
+       default_binutils_assemble_flags.
+       (binutils_assemble_flags): New.
+
+       * lib/utils-lib.exp (default_binutils_assemble): Renamed to ...
+       (default_binutils_assemble_flags): This.  Add asflags and
+       pass it to target_assemble.
+       (run_dump_test): Support assembler flags.
+
+       * binutils-all/i386/compressed-1.s: New.
+       * binutils-all/i386/compressed-1a.d: Likewise.
+       * binutils-all/i386/compressed-1b.d: Likewise.
+       * binutils-all/i386/compressed-1c.d: Likewise.
+       * binutils-all/i386/i386.exp: Likewise.
+       * binutils-all/x86-64/compressed-1.s: Likewise.
+       * binutils-all/x86-64/compressed-1a.d: Likewise.
+       * binutils-all/x86-64/compressed-1b.d: Likewise.
+       * binutils-all/x86-64/compressed-1c.d: Likewise.
+       * binutils-all/x86-64/x86-64.exp: Likewise.
+
+2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10531
+       PR gas/11789
+       * binutils-all/objdump.W: Remove bogus line debug info.
+
+2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11600
+       * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
+       ELF targets.
+
+       * binutils-all/exclude-1.s: New.
+       * binutils-all/exclude-1a.d: Likewise.
+       * binutils-all/exclude-1b.d: Likewise.
+
+2010-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/dlltool.exp: Add a missing `"'.
+
+2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
+
+       * binutils-all/dlltool.exp: Allow test for
+       arm-wince-pe target.
+
+2010-03-30  Kai TIetz  <kai.tietz@onevision.com>
+
+       * binutils-all/objcopy.exp: Mark simple copy executable
+       as failing for all *-*-mingw32* targets.
+
+2010-03-26  Matt Rice  <ratmice@gmail.com>
+
+       * binutils-all/ar.exp (unique_symbol): New test.
+
+2010-02-18  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
+       * binutils-all/objcopy.exp: Run it.
+
+2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * binutils-all/note-1.d: New.
+       * binutils-all/objcopy.exp: Add it.
+
+2010-01-30  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
+       * binutils-all/windres/lang.rc: Likewise.
+       * binutils-all/windres/messagetable.rc: Likewise.
+       * binutils-all/windres/strtab1.rc: Likewise.
+       * binutils-all/windres/strtab2.rc: Likewise.
+       * binutils-all/windres/version.rc: Likewise.
+       * binutils-all/windres/version_cat.rc: Likewise.
+
+2010-01-19  Ian Lance Taylor  <iant@google.com>
+
+       * lib/utils-lib.exp (run_dump_test): Permit option values to use
+       $srcdir to refer to the source directory.
+       * binutils-all/add-section.d: New test.
+       * binutils-all/add-empty-section.d: New test.
+       * binutils-all/empty-file: New test input file.
+       * binutils-all/objcopy.exp: Run new tests.
+
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-2.d: New.
+
+       * binutils-all/elfedit.exp: Run elfedit-2.
+
+2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/11131
+       * binutils-all/elfedit-1.d: New.
+       * binutils-all/elfedit.exp: Likewise.
+
+       * config/default.exp (ELFEDIT): New. Set if it doesn't exist.
+       (ELFEDITFLAGS): Likewise.
+
+       * lib/utils-lib.exp (run_dump_test): Support elfedit.
+
+2009-10-28  Kai Tietz <kai.tietz@onevision.com>
+
+       * binutils-all/dlltool.exp: Add tests for --no-leading-underscore
+       and --leading-underscore option for dlltool.
+
+2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * binutils-all/dlltool.exp: Add new test.
+       * binutils-all/alias-2.def: New file.
+
+2009-10-18  Vincent Rivière  <vincent.riviere@freesbee.fr>
+
+       * binutils-all/copy-2.d: Exclude more aout targets.
+       * binutils-all/copy-3.d: Likewise.
+
+2009-09-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/readelf.s: Tolerate some whitespace differences.
+       * binutils-all/readelf.s-64: Likewise.
+       * binutils-all/readelf.ss: Likewise.
+       * binutils-all/readelf.ss-64: Likewise.
+       * binutils-all/readelf.ss-mips: Likewise.
+       * binutils-all/readelf.ss-tmips: Likewise.
+       * binutils-all/strip-10.d: Likewise.
+
+2009-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/objdump.exp (cpus_expected): Add ms1.
+
+2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * binutils-all/testranges.s (.debug_info): Pad the only CU.
+
+2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * binutils-all/testranges.s: Replace all .long by .4byte.
+
+2009-09-04  DJ Delorie  <dj@redhat.com>
+
+       * binutils-all/objdump.exp: Add m16c and m32c to the list of
+       expected cpus.
+
+2009-09-02  Jie Zhang  <jie.zhang@analog.com>
+
+       * binutils-all/bfin/unknown-mode.s: New test.
+       * binutils-all/bfin/objdump.exp: New test.
+
+2009-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
+       of the UNIQUE symbol.
+
+2009-08-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * binutils-all/testranges.s: Use %progbits.  Use ";#" for comments.
+
+2009-08-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/10492
+       * binutils-all/objcopy.exp: Run strip-10.
+
+       * binutils-all/strip-10.d: New.
+       * binutils-all/unique.s: Likewise.
+
+2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * binutils-all/arm/thumb2-cond.s: Use instructions instead of
+       .short.
+
+2009-07-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/testranges.s: Replace .value with .short.
+
+2009-07-16  Dave Korn  <dave.korn.cygwin@gmail.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/objcopy.exp: Run testranges and testranges-ia64
+       for ELF targets only.
+
+2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/objcopy.exp; Run testranges-ia64.
+
+       * binutils-all/testranges.d: Don't run for ia64.
+
+       * binutils-all/testranges-ia64.d: New.
+       * binutils-all/testranges-ia64.s: Likewise.
+
+2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * binutils-all/objcopy.exp (testranges): New test.
+       * binutils-all/testranges.d, binutils-all/testranges.s: New files.
+
+2009-06-25  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
+       copy_executable.
+
+2009-06-25  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
+       cygwin.
+
+2009-04-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
+       * binutils-all/localize-hidden-2.s: Likewise.
+
+2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * inutils-all/objcopy.exp (strip_executable):  Delete remote dest
+       file before downloading.
+       (strip_executable_with_saving_a_symbol):  Likewise.
+       (keep_debug_symbols_and_test_copy):  Likewise.
+
+2009-03-11  Joseph Myers  <joseph@codesourcery.com>
+
+       * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
+       literal "tmpdir/" in expected output.
+
+2009-03-11  Chris Demetriou  <cgd@google.com>
+
+       * binutils-all/ar.exp (deterministic_archive): New test.
+
+2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/9933
+       * binutils-all/copy-4.d: New.
+
+       * binutils-all/objcopy.exp: Run copy-4.
+
+2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/hppa.sed: Fix spelling.
+
+2009-03-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * binutils-all/localize-hidden-1.s: Change .equ to .set.
+       * binutils-all/localize-hidden-2.s: Likewise.
+
+2009-01-29  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/objdump.W: Do not assume that high and low PC
+       addresses will have been computed.
+
+2008-10-06  Tom Tromey  <tromey@redhat.com>
+
+       * binutils-all/objdump.W: Update.
+
+2008-10-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/group.s: Updated.
+       * binutils-all/group-2.s: Likewise.
+       * binutils-all/group-3.s: Likewise.
+       * binutils-all/group-4.s: Likewise.
+       * binutils-all/strip-7.d: Likewise.
+       * binutils-all/strip-9.d: Likewise.
+
+2008-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/group-4.s: New.
+       * binutils-all/strip-8.d: Likewise.
+       * binutils-all/strip-9.d: Likewise.
+
+       * binutils-all/objcopy.exp: Test objcopy on group-4.s.  Run
+       strip-8 and strip-9.
+
+2008-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/group-3.s: New.
+       * binutils-all/strip-6.d: Likewise.
+       * binutils-all/strip-7.d: Likewise.
+
+       * binutils-all/objcopy.exp: Test objcopy on group-3.s.  Run
+       strip-6 and strip-7.
+
+2008-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/group-2.s: New.
+       * binutils-all/strip-4.d: Likewise.
+       * binutils-all/strip-5.d: Likewise.
+
+       * binutils-all/objcopy.exp: Test objcopy on group-2.s.  Run
+       strip-4 and strip-5.
+
+2008-07-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/objdump.exp: Run compressed debug test only for ELF.
+
+2008-07-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * binutils-all/objdump.W: Generalize to adjust for targets with
+       non-byte-size instructions.
+
+2008-07-09  Craig Silverstein  <csilvers@google.com>
+
+       * binutils-all/objdump.exp: Add test for objdump -s on a file
+       with a compressed debug section.  Add test for objdump -W on a
+       file that contains a compressed debug section.
+       * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
+       (readelf_compressed_wa_test): New function.
+       * binutils-all/dw2-compressed.S: New file.
+       * binutils-all/objdump.W: New file.
+       * binutils-all/objdump.s: New file.
+       * binutils-all/readelf.wa: New file.
+
+2008-07-08  Kai Tietz  <kai.tietz@onevision.com>
+
+       * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
+       is target-triplet for execution tests.
+       (copy_executable): Likewise.
+       (strip_executable): Likewise.
+       (strip_executable_with_saving_a_symbol): Likewise.
+
+2008-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
+       (keep_debug_symbols_and_test_copy): New function.
+       (test5, test6): New variables.
+
+2008-03-27  Cary Coutant <ccoutant@google.com>
+
+       * binutils-all/ar.exp: Add thin archive tests.
+
+2008-02-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
+       empty for testing an installed toolchain.
+
+2008-02-04  Bob Wilson  <bob.wilson@acm.org>
+
+       * binutils-all/objdump.exp (cpus_expected): Add xtensa.
+
+2007-10-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/windres/windres.exp: Don't xfail.
+
+2007-10-16  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/readelf.ss: Accept COMMON in readelf's output.
+       * binutils-all/readelf.ss-64: Likewise.
+       * binutils-all/readelf.ss-mips: Likewise.
+       * binutils-all/readelf.ss-tmips: Likewise.
+
+2007-08-30  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/dumptest.s: New test file.
+       * binutils-all/readelf.exp: Add test of readelf's -p switch.
+
+2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * binutils-all/ar.exp (long_filenames): Delete temporary files on
+       the host.
+       * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
+       host is local.
+       * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
+       srec file to be passed to binutils_run.
+       (objcopy_test_readelf): Use remote_exec.
+       * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
+       (readelf_test): Likewise.
+       (readelf_wi_test): Likewise.
+       * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
+       host is local.  Use remote_exec.  Use $tempfile not
+       tmpdir/bintest.o.
+
 2007-08-09  Alan Modra  <amodra@bigpond.net.au>
 
        * binutils-all/copy-2.d (not-target): Match *-*-*aout.
        * lib/utils-lib.exp (run_dump_test): Support strip.
 
 2006-08-15  Thiemo Seufer  <ths@mips.com>
-            Nigel Stephens  <nigel@mips.com>
-            David Ung  <davidu@mips.com>
+           Nigel Stephens  <nigel@mips.com>
+           David Ung  <davidu@mips.com>
 
        * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
 
 
 2005-03-08  Ben Elliston  <bje@au.ibm.com>
 
-       * config/default.exp: Remove send_user call for stray output.
+       * config/default.exp: Remove send_user call for stray output.
 
 2005-01-04  Martin Koegler  <mkoegler@auto.tuwien.ac.at>
 
This page took 0.0459 seconds and 4 git commands to generate.