diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-30 16:07:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-30 16:07:28 +0000 |
commit | ca09e32bb218843d120213458d387c84c185a187 (patch) | |
tree | f3fe9089d8559f0633dc49b67b95309681c84cae /bfd/elf32-arm.h | |
parent | ae1a89b7c442e5d7025309820c65c2d849870957 (diff) | |
download | gdb-ca09e32bb218843d120213458d387c84c185a187.zip gdb-ca09e32bb218843d120213458d387c84c185a187.tar.gz gdb-ca09e32bb218843d120213458d387c84c185a187.tar.bz2 |
Fixes for better translation into other languages
Diffstat (limited to 'bfd/elf32-arm.h')
-rw-r--r-- | bfd/elf32-arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index afedea5..794db31 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -2301,12 +2301,12 @@ Error: %s passes floats in integer registers, whereas %s passes them in FP regis { if (in_flags & EF_ARM_VFP_FLOAT) _bfd_error_handler (_("\ -Error: %s uses VFP instructions, whereas %s FPA instructions"), +Error: %s uses VFP instructions, whereas %s uses FPA instructions"), bfd_archive_filename (ibfd), bfd_get_filename (obfd)); else _bfd_error_handler (_("\ -Error: %s uses FPA instructions, whereas %s VFP instructions"), +Error: %s uses FPA instructions, whereas %s uses VFP instructions"), bfd_archive_filename (ibfd), bfd_get_filename (obfd)); |