diff -uprN binutils-2.12.90.0.15/ChangeLog binutils-2.13.90.0.2/ChangeLog --- binutils-2.12.90.0.15/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,14 @@ +2002-07-31 Alan Modra + + * configure.in: Move generic linux case to end. Copy generic + linux noconfigdirs to mips*-*-linux* entry and new + powerpc64*-*-linux* entry. Add target-libffi for the latter. + +2002-07-19 Chris Demetriou + + * MAINTAINERS: Clarify on config.guess and config.sub, and add + one instance of them which was missed to the list to update. + 2002-07-16 Chris Demetriou * config.guess: Update to 2002-07-09 version. diff -uprN binutils-2.12.90.0.15/MAINTAINERS binutils-2.13.90.0.2/MAINTAINERS --- binutils-2.12.90.0.15/MAINTAINERS Mon Apr 8 10:37:22 2002 +++ binutils-2.13.90.0.2/MAINTAINERS Mon Jul 29 08:19:16 2002 @@ -21,13 +21,14 @@ cgen/; cgen parts of opcodes/, sim/ & in May need separate opcodes/ or sim/ approval for commits of regenerated files there. -config.guess; config.sub; dejagnu/config.guess; +config.guess; config.sub; dejagnu/config.guess; dejagnu/config.sub; readline/support/config.sub; readline/support/config.guess config: http://savannah.gnu.org/projects/config Patches to config-patches@gnu.org. Changes need to be done in tandem with the official CONFIG sources or submitted to the master file maintainer and brought - in via a merge. + in via a merge. When updating any of these files, please be + sure to update all of them. Please notify the following of any committed patches: binutils@sources.redhat.com gdb-patches@sources.redhat.com diff -uprN binutils-2.12.90.0.15/bfd/ChangeLog binutils-2.13.90.0.2/bfd/ChangeLog --- binutils-2.12.90.0.15/bfd/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,342 @@ +2002-08-01 Denis Chertykov + + * elf32-ip2k.c: Processor manufacturer changed to Ubicom. + (struct misc): New field isymbuf. All free_* fields removed. + (symbol_value): Pass in internal syms. No need to swap syms in. + (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free + possibly cached info. + (tidyup_after_error): Removed. + (ip2k_elf_relax_section_pass1): Don't use removed fields of struct + misc. Use new field. + (adjust_all_relocations): Use internal syms. No need to swap syms + in and out. + (add_page_insn): Don't use removed fields of struct misc. + +2002-08-01 Nick Clifton + + * elf32-arm.h: Revert previous delta. + +2002-08-01 Nick Clifton + + * configure.in (AM_INIT_AUTOMAKE): Bump version number. + * configure: Regenerate. + +2002-07-31 H.J. Lu + + * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is + selected. + +2002-07-31 H.J. Lu + + * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD + is selected. + +2002-07-31 Jakub Jelinek + + * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type + if _bfd_elf_link_hash_copy_indirect will swap got.refcount. + +2002-07-31 Ian Dall + + * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate): + There is no 8 byte relocation type for this architecture. + (do_ns32k_reloc): Use bfd_vma instead of native types. + (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data + returns void. + (_bfd_ns32k_put_displacement): Don't check for overflow. We can + rely on generic code to do that. + * aout-ns32k.c (howto_table): Add appropriate overflow detection + to all table entries. + (_bfd_ns32k_relocate_contents): put_data returns void. + * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate) + (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions + return void. + +2002-07-31 Ian Dall + + * aoutx.h (aout_link_check_ar_symbols): Whether to include an + archive object is target dependant. + +2002-07-31 Adam Nemet + + * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE. + (THUMB_PLT_ENTRY_SIZE): New macro. + (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE. + (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to + ARM_PLT_ENTRY_SIZE. + (elf32_arm_plt_entry): Likewise. + (elf_backend_plt_header_size): Likewise. + (elf32_thumb_plt0_entry): New global. + (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries + into .plt.thumb. + (elf32_thumb_plt_entry): New global. + (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for + Thumb entries. Set the bottom bit of the corresponding GOT entry + for a Thumb PLT entry. + (struct elf32_arm_plt_entry_info): New structure. + (struct elf32_arm_link_hash_entry, plt_info): New member of this + type. + (elf32_arm_link_hash_newfunc): Initialize new member. + (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle + relocations against the PLT. + (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set + first_rel_type if this is the first time we encounter the symbol. + (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case. + Determine if relocation needs a PLT entry. Set first_rel_type if + this is the first time we encounter the symbol + (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb + functions as well. + (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt. + (elf32_arm_create_dynamic_sections): New function. Create the + .plt.thumb section. + (elf_backend_create_dynamic_sections): Call it. + +2002-07-31 Nick Clifton + + * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to + 'alternative' in order to avoid shadowing global symbol of the + same name. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * libcoff.h: Regenerate. + +2002-07-31 Thiemo Seufer + + * Makefile.am: Add n32 ABI support. + * Makefile.in: Regenerate. + * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64 + bit vectors for mips*-*-linux targets as optional. + * configure.in: Add n32 ABI vectors. + * configure: Regenerate. + * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files. + * elfn32-mips.c: New file, n32 ABI support. + * targets.c: Add n32 ABI vectors. + +2002-07-30 Graeme Peterson + + * elfarmqnx-nabi.c: New file: Support for QNX. + * config.bfd: Add support for arm-*-nto target. + * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec. + * configure: Regenerate. + * Makefile.am: Add entries for elfarmqnx-nabi.c. + * Makefile.in: Regenerate. + * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined. + Do not define global function if ELFARM_NABI_C_INCLUDED is defined. + * elfarm-nabi.c: Do not include elf32-arm.h if + ELFARM_NABI_C_INCLUDED is defined. + * targets.c: Add bfd_elf32_{big|little}armqnx_vec. + +2002-07-30 Nick Clifton + + * po/sv.po: Updated Swedish translation. + +2002-07-30 Jakub Jelinek + + * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type. + +2002-07-30 Alan Modra + + * aoutx.h (some_aout_object_p): Clean up tdata properly on error. + * archive.c (bfd_generic_archive_p): Likewise. + * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise. + (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol. + * coff64-rs6000.c (xcoff64_slurp_armap): Likewise. + (xcoff64_archive_p): Likewise. + (xcoff64_openr_next_archived_file): Likewise. + (xcoff64_archive_p): Clean up tdata properly on error. + * coffgen.c (coff_real_object_p): Likewise. + (coff_object_p): Release filehdr and opthdr. + * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error. + * ieee.c (ieee_archive_p): Likewise. + * ihex.c (ihex_object_p): Likewise. + (ihex_mkobject): Always allocate tdata. + * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error. + * srec.c (srec_mkobject): Always allocate tdata. + (srec_object_p): Clean up tdata properly on error. + (symbolsrec_object_p): Likewise. + * versados.c (versados_object_p): Likewise. + * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc, + and bfd_realloc instead of realloc. + (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections. + * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in + place of bfd_malloc, simplifying error freeing. Free hash table too. + (vms_object_p): Clean up tdata on error. + (vms_mkobject): Don't complain on stderr if vms_initialize fails. + (vms_close_and_cleanup): Adjust for bfd_alloc use. + +2002-07-30 Alan Modra + + * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags. + +2002-07-26 Chris Demetriou + + * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE + flags into resulting BFD. + +2002-07-26 Alan Modra + + From John Reiser + * elf32-i386.c (elf_i386_link_hash_table_create): Clear + tls_ldm_got.refcount. + +2002-07-25 Thiemo Seufer + + * elf64-mips.c: Update TODO comment. + (mips_elf64_higher_reloc,mips_elf64_highest_reloc, + mips_elf64_gprel16_reloca): Remove prototypes. + (mips16_jump_reloc,mips16_gprel_reloc): Add functions. + (UNUSED_RELOC): Replace by EMPTY_RELOC. + (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove + wrong comments. Remove disfunctional support of R_MIPS_HIGHER and + R_MIPS_HIGHEST. + (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and + R_MIPS_GOT16. Remove wrong comments. + (elf_mips16_jump_howto,elf_mips16_gprel_howto, + elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code + from elf32-mips.c. + (mips_elf64_hi16_reloc): Fix formatting. + (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove. + (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code. + Better comment. Fall back to R_MIPS_GOT_DISP instead of abort(). + (mips_elf64_gprel16_reloc): Make static. Add check for + partial_inplace. + (mips_elf64_gprel16_reloca): Remove. + (mips_elf64_literal_reloc): New function. + (mips_elf64_gprel32_reloc): Fix formatting. + (mips_elf64_shift6_reloc): Fix comment. Make static. + (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from + elf32-mips.c. + (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in + elf32-mips.c + (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU + specific relocations. + (mips_elf64_rtype_to_howto): Enable GNU specific relocations. + (mips_elf64_object_p): Invert logic to check for SGI-ish ABI. + (ELF_MAXPAGESIZE): Add comment. + +2002-07-25 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + * po/fr.po: Updated French translation. + +2002-07-25 Alan Modra + + * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define + as elf_link_record_local_dynamic_symbol. + (_bfd_elf64_link_record_local_dynamic_symbol): Likewise. + (elf_link_record_local_dynamic_symbol): Declare. Now returns int. + * elflink.h (elf_link_record_local_dynamic_symbol): Move to.. + * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an + attempt is made to record a symbol in a discarded section, and + return `2' in that case. + +2002-07-24 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + +2002-07-23 Alan Modra + + * po/SRC-POTFILES.in: Regenerate. + + * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return + immediately. Remove code handling relocatable linking. + * elf32-avr.c (elf32_avr_relocate_section): Likewise. + * elf32-cris.c (cris_elf_relocate_section): Likewise. + * elf32-fr30.c (elf32_frv_relocate_section): Likewise. + * elf32-frv.c (elf32_frv_relocate_section): Likewise. + * elf32-h8300.c (elf32_h8_relocate_section): Likewise. + * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. + * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. + * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. + * elf32-v850.c (v850_elf_relocate_section): Likewise. + * elf32-vax.c (elf_vax_relocate_section): Likewise. + * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. + * elf32-avr.c (elf_backend_rela_normal): Define. + * elf32-cris.c: Likewise. + * elf32-fr30.c: Likewise. + * elf32-frv.c: Likewise. + * elf32-h8300.c: Likewise. + * elf32-hppa.c: Likewise. + * elf32-ip2k.c: Likewise. + * elf32-sparc.c: Likewise. + * elf32-v850.c: Likewise. + * elf32-vax.c: Likewise. + * elf64-hppa.c: Likewise. + * elf64-sparc.c: Likewise. + * elf32-fr30.c (elf32_frv_relocate_section): Edit comment. + * elf32-frv.c (elf32_frv_relocate_section): Likewise. + * elf32-i860.c (elf32_i860_relocate_section): Likewise. + * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. + * elf32-m32r.c (m32r_elf_relocate_section): Likewise. + * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. + * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. + * elf-m10200.c (USE_RELA): Don't define. + * elf-m10300.c: Likewise. + * elfarm-oabi.c: Likewise. + * elf32-i370.c: Likewise. + * elf32-ip2k.c: Likewise. + * elf32-m68k.c: Likewise. + * elf32-mcore.c: Likewise. + * elf32-ppc.c: Likewise. + * elf32-s390.c: Likewise. + * elf32-vax.c: Likewise. + * elf64-ppc.c: Likewise. + * elf64-s390.c: Likewise. + * elf64-x86-64.c: Likewise. + * elfxx-ia64.c: Likewise. + * elf32-avr.c (USE_REL): Don't undef. + * elf32-ip2k.c: Likewise. + +2002-07-23 Nick Clifton + + * elf-bfd.h (struct elf_backend_data): Add new bitfield + 'want_p_paddr_set_to_zero'. + * elfxx-target.h: Set default value for want_p_paddr_set_to_zero + to false; + * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target. + * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero. + +2002-07-23 Gabor Keresztfalvi + + * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of + the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to + show the Copyright string. + Minor formatting tidy ups. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + * po/sv.po: Updated Swedish translation. + +2002-07-23 Alan Modra + + * elflink.h (elf_link_input_bfd): Don't change internal symbols + when outputting relocs. + +2002-07-20 Jason Thorpe + + * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert + DT_PLTGOT into the dynamic section if there is a PLT. + +2002-07-19 Thiemo Seufer + + * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from + elf32-mips.c. + (_bfd_mips_elf_write_section): Likewise. + * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype. + (_bfd_mips_elf_write_section): Likewise. + * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c. + (elf32_mips_write_section): Likewise. + * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it. + (_bfd_mips_elf_write_section): Likewise. + +2002-07-19 Alan Modra + + * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan + PT_IA_64_UNWIND segments for a given section. + 2002-07-17 H.J. Lu * Makefile.am: Fix a typo. @@ -27,7 +366,7 @@ 2002-07-17 Ian Rickards - * dwarf2.c (concat_filename): If we can't establish the directory + * dwarf2.c (concat_filename): If we can't establish the directory just return the filename. 2002-07-16 Moritz Jodeit diff -uprN binutils-2.12.90.0.15/bfd/Makefile.am binutils-2.13.90.0.2/bfd/Makefile.am --- binutils-2.12.90.0.15/bfd/Makefile.am Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/Makefile.am Thu Aug 1 17:49:32 2002 @@ -200,6 +200,7 @@ BFD32_BACKENDS = \ elf32-arc.lo \ elfarm-oabi.lo \ elfarm-nabi.lo \ + elfarmqnx-nabi.lo \ elf32-avr.lo \ elf32-cris.lo \ elf32-d10v.lo \ @@ -358,6 +359,7 @@ BFD32_BACKENDS_CFILES = \ elf32-arc.c \ elfarm-oabi.c \ elfarm-nabi.c \ + elfarmqnx-nabi.c \ elf32-avr.c \ elf32-cris.c \ elf32-d10v.c \ @@ -480,6 +482,7 @@ BFD64_BACKENDS = \ elf64-hppa.lo \ elf64-ia64.lo \ elf64-gen.lo \ + elfn32-mips.lo \ elf64-mips.lo \ elf64-mmix.lo \ elf64-sh64.lo \ @@ -504,6 +507,7 @@ BFD64_BACKENDS_CFILES = \ elf64-alpha.c \ elf64-hppa.c \ elf64-gen.c \ + elfn32-mips.c \ elf64-mips.c \ elf64-mmix.c \ elf64-ppc.c \ @@ -1096,6 +1100,10 @@ elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/ $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ elf32-arm.h elf32-target.h +elfarmqnx-nabi.lo: elfarmqnx-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ + $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + elf32-arm.h elf32-target.h elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \ @@ -1502,6 +1510,12 @@ elf64-hppa.lo: elf64-hppa.c $(INCDIR)/al elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h elf64-target.h +elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ + genlink.h elf-bfd.h elfxx-mips.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \ + $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h \ + $(INCDIR)/coff/mips.h ecoffswap.h elf32-target.h elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \ $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \ diff -uprN binutils-2.12.90.0.15/bfd/Makefile.in binutils-2.13.90.0.2/bfd/Makefile.in --- binutils-2.12.90.0.15/bfd/Makefile.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/Makefile.in Thu Aug 1 17:49:32 2002 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -151,523 +151,45 @@ BFD_H = bfd.h # for the debugger, so if you are downloading things as S-records you # need two copies of the executable, one to download and one for the # debugger). -BFD32_LIBS = \ - archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \ - format.lo init.lo libbfd.lo opncls.lo reloc.lo \ - section.lo syms.lo targets.lo hash.lo linker.lo \ - srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \ - merge.lo dwarf2.lo +BFD32_LIBS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo BFD64_LIBS = archive64.lo -BFD32_LIBS_CFILES = \ - archive.c archures.c bfd.c cache.c coffgen.c corefile.c \ - format.c init.c libbfd.c opncls.c reloc.c \ - section.c syms.c targets.c hash.c linker.c \ - srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \ - merge.c dwarf2.c +BFD32_LIBS_CFILES = archive.c archures.c bfd.c cache.c coffgen.c corefile.c format.c init.c libbfd.c opncls.c reloc.c section.c syms.c targets.c hash.c linker.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c merge.c dwarf2.c BFD64_LIBS_CFILES = archive64.c # This list is alphabetized to make it easier to keep in sync # with the decls and initializer in archures.c. -ALL_MACHINES = \ - cpu-a29k.lo \ - cpu-alpha.lo \ - cpu-arc.lo \ - cpu-arm.lo \ - cpu-avr.lo \ - cpu-cris.lo \ - cpu-d10v.lo \ - cpu-d30v.lo \ - cpu-dlx.lo \ - cpu-fr30.lo \ - cpu-frv.lo \ - cpu-h8300.lo \ - cpu-h8500.lo \ - cpu-hppa.lo \ - cpu-ia64.lo \ - cpu-i370.lo \ - cpu-i386.lo \ - cpu-i860.lo \ - cpu-i960.lo \ - cpu-ip2k.lo \ - cpu-m32r.lo \ - cpu-m68hc11.lo \ - cpu-m68hc12.lo \ - cpu-m68k.lo \ - cpu-m88k.lo \ - cpu-m10200.lo \ - cpu-m10300.lo \ - cpu-mcore.lo \ - cpu-mips.lo \ - cpu-mmix.lo \ - cpu-or32.lo \ - cpu-ns32k.lo \ - cpu-openrisc.lo \ - cpu-pdp11.lo \ - cpu-pj.lo \ - cpu-powerpc.lo \ - cpu-rs6000.lo \ - cpu-s390.lo \ - cpu-sh.lo \ - cpu-sparc.lo \ - cpu-tic30.lo \ - cpu-tic54x.lo \ - cpu-tic80.lo \ - cpu-v850.lo \ - cpu-vax.lo \ - cpu-we32k.lo \ - cpu-w65.lo \ - cpu-xstormy16.lo \ - cpu-z8k.lo - - -ALL_MACHINES_CFILES = \ - cpu-a29k.c \ - cpu-alpha.c \ - cpu-arc.c \ - cpu-arm.c \ - cpu-avr.c \ - cpu-cris.c \ - cpu-d10v.c \ - cpu-d30v.c \ - cpu-dlx.c \ - cpu-fr30.c \ - cpu-frv.c \ - cpu-h8300.c \ - cpu-h8500.c \ - cpu-hppa.c \ - cpu-ia64.c \ - cpu-i370.c \ - cpu-i386.c \ - cpu-i860.c \ - cpu-i960.c \ - cpu-ip2k.c \ - cpu-m32r.c \ - cpu-m68hc11.c \ - cpu-m68hc12.c \ - cpu-m68k.c \ - cpu-m88k.c \ - cpu-m10200.c \ - cpu-m10300.c \ - cpu-mcore.c \ - cpu-mips.c \ - cpu-mmix.c \ - cpu-or32.c \ - cpu-ns32k.c \ - cpu-openrisc.c \ - cpu-pdp11.c \ - cpu-pj.c \ - cpu-powerpc.c \ - cpu-rs6000.c \ - cpu-s390.c \ - cpu-sh.c \ - cpu-sparc.c \ - cpu-tic30.c \ - cpu-tic54x.c \ - cpu-tic80.c \ - cpu-v850.c \ - cpu-vax.c \ - cpu-we32k.c \ - cpu-w65.c \ - cpu-xstormy16.c \ - cpu-z8k.c +ALL_MACHINES = cpu-a29k.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-cris.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-fr30.lo cpu-frv.lo cpu-h8300.lo cpu-h8500.lo cpu-hppa.lo cpu-ia64.lo cpu-i370.lo cpu-i386.lo cpu-i860.lo cpu-i960.lo cpu-ip2k.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m68k.lo cpu-m88k.lo cpu-m10200.lo cpu-m10300.lo cpu-mcore.lo cpu-mips.lo cpu-mmix.lo cpu-or32.lo cpu-ns32k.lo cpu-openrisc.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-rs6000.lo cpu-s390.lo cpu-sh.lo cpu-sparc.lo cpu-tic30.lo cpu-tic54x.lo cpu-tic80.lo cpu-v850.lo cpu-vax.lo cpu-we32k.lo cpu-w65.lo cpu-xstormy16.lo cpu-z8k.lo + + +ALL_MACHINES_CFILES = cpu-a29k.c cpu-alpha.c cpu-arc.c cpu-arm.c cpu-avr.c cpu-cris.c cpu-d10v.c cpu-d30v.c cpu-dlx.c cpu-fr30.c cpu-frv.c cpu-h8300.c cpu-h8500.c cpu-hppa.c cpu-ia64.c cpu-i370.c cpu-i386.c cpu-i860.c cpu-i960.c cpu-ip2k.c cpu-m32r.c cpu-m68hc11.c cpu-m68hc12.c cpu-m68k.c cpu-m88k.c cpu-m10200.c cpu-m10300.c cpu-mcore.c cpu-mips.c cpu-mmix.c cpu-or32.c cpu-ns32k.c cpu-openrisc.c cpu-pdp11.c cpu-pj.c cpu-powerpc.c cpu-rs6000.c cpu-s390.c cpu-sh.c cpu-sparc.c cpu-tic30.c cpu-tic54x.c cpu-tic80.c cpu-v850.c cpu-vax.c cpu-we32k.c cpu-w65.c cpu-xstormy16.c cpu-z8k.c # The .o files needed by all of the 32 bit vectors that are configured into # target_vector in targets.c if configured with --enable-targets=all. -BFD32_BACKENDS = \ - aout-adobe.lo \ - aout-arm.lo \ - aout-cris.lo \ - aout-ns32k.lo \ - aout-sparcle.lo \ - aout-tic30.lo \ - aout0.lo \ - aout32.lo \ - armnetbsd.lo \ - bout.lo \ - cf-i386lynx.lo \ - cf-m68klynx.lo \ - cf-sparclynx.lo \ - coff-a29k.lo \ - coff-apollo.lo \ - coff-arm.lo \ - coff-aux.lo \ - coff-h8300.lo \ - coff-h8500.lo \ - coff-i386.lo \ - coff-go32.lo \ - coff-i860.lo \ - coff-i960.lo \ - coff-m68k.lo \ - coff-m88k.lo \ - coff-mips.lo \ - coff-or32.lo \ - coff-rs6000.lo \ - coff-sh.lo \ - coff-sparc.lo \ - coff-stgo32.lo \ - coff-svm68k.lo \ - coff-tic30.lo \ - coff-tic54x.lo \ - coff-tic80.lo \ - coff-u68k.lo \ - coff-we32k.lo \ - coff-w65.lo \ - coff-z8k.lo \ - cofflink.lo \ - dwarf1.lo \ - ecoff.lo \ - ecofflink.lo \ - efi-app-ia32.lo \ - elf.lo \ - elf32-arc.lo \ - elfarm-oabi.lo \ - elfarm-nabi.lo \ - elf32-avr.lo \ - elf32-cris.lo \ - elf32-d10v.lo \ - elf32-d30v.lo \ - elf32-dlx.lo \ - elf32-fr30.lo \ - elf32-frv.lo \ - elf32-gen.lo \ - elf32-h8300.lo \ - elf32-hppa.lo \ - elf32-i370.lo \ - elf32-i386.lo \ - elf32-i386qnx.lo \ - elf32-i860.lo \ - elf32-i960.lo \ - elf32-ia64.lo \ - elf32-ip2k.lo \ - elf32-m32r.lo \ - elf32-m68hc11.lo \ - elf32-m68hc12.lo \ - elf32-m68k.lo \ - elf32-m88k.lo \ - elf-m10200.lo \ - elf-m10300.lo \ - elf32-mcore.lo \ - elfxx-mips.lo \ - elf32-mips.lo \ - elf32-openrisc.lo \ - elf32-or32.lo \ - elf32-pj.lo \ - elf32-ppc.lo \ - elf32-s390.lo \ - elf32-sh.lo \ - elf32-sh-lin.lo \ - elf32-sh64.lo \ - elf32-sh64-com.lo \ - elf32-sh-nbsd.lo \ - elf32-sh64-nbsd.lo \ - elf32-sparc.lo \ - elf32-v850.lo \ - elf32-vax.lo \ - elf32-xstormy16.lo \ - elf32.lo \ - elflink.lo \ - elf-strtab.lo \ - elf-eh-frame.lo \ - epoc-pe-arm.lo \ - epoc-pei-arm.lo \ - hp300bsd.lo \ - hp300hpux.lo \ - som.lo \ - i386aout.lo \ - i386bsd.lo \ - i386dynix.lo \ - i386freebsd.lo \ - i386linux.lo \ - i386lynx.lo \ - i386msdos.lo \ - i386netbsd.lo \ - i386mach3.lo \ - i386os9k.lo \ - ieee.lo \ - m68k4knetbsd.lo \ - m68klinux.lo \ - m68klynx.lo \ - m68knetbsd.lo \ - m88kmach3.lo \ - mipsbsd.lo \ - newsos3.lo \ - nlm.lo \ - nlm32-i386.lo \ - nlm32-sparc.lo \ - nlm32-ppc.lo \ - nlm32.lo \ - ns32knetbsd.lo \ - oasys.lo \ - pc532-mach.lo \ - pdp11.lo \ - pe-arm.lo \ - pei-arm.lo \ - pe-i386.lo \ - pei-i386.lo \ - pe-mcore.lo \ - pei-mcore.lo \ - pe-ppc.lo \ - pei-ppc.lo \ - pe-sh.lo \ - pei-sh.lo \ - pe-mips.lo \ - pei-mips.lo \ - peigen.lo \ - ppcboot.lo \ - reloc16.lo \ - riscix.lo \ - sparclinux.lo \ - sparclynx.lo \ - sparcnetbsd.lo \ - sunos.lo \ - vaxnetbsd.lo \ - vax1knetbsd.lo \ - vaxbsd.lo \ - versados.lo \ - vms.lo \ - vms-gsd.lo \ - vms-hdr.lo \ - vms-misc.lo \ - vms-tir.lo \ - xcofflink.lo - - -BFD32_BACKENDS_CFILES = \ - aout-adobe.c \ - aout-arm.c \ - aout-cris.c \ - aout-ns32k.c \ - aout-sparcle.c \ - aout-tic30.c \ - aout0.c \ - aout32.c \ - armnetbsd.c \ - bout.c \ - cf-i386lynx.c \ - cf-m68klynx.c \ - cf-sparclynx.c \ - coff-a29k.c \ - coff-apollo.c \ - coff-arm.c \ - coff-aux.c \ - coff-h8300.c \ - coff-h8500.c \ - coff-i386.c \ - coff-i860.c \ - coff-go32.c \ - coff-i960.c \ - coff-m68k.c \ - coff-m88k.c \ - coff-mips.c \ - coff-or32.c \ - coff-rs6000.c \ - coff-sh.c \ - coff-sparc.c \ - coff-stgo32.c \ - coff-svm68k.c \ - coff-tic30.c \ - coff-tic54x.c \ - coff-tic80.c \ - coff-u68k.c \ - coff-we32k.c \ - coff-w65.c \ - coff-z8k.c \ - cofflink.c \ - dwarf1.c \ - ecoff.c \ - ecofflink.c \ - efi-app-ia32.c \ - elf.c \ - elf32-arc.c \ - elfarm-oabi.c \ - elfarm-nabi.c \ - elf32-avr.c \ - elf32-cris.c \ - elf32-d10v.c \ - elf32-d30v.c \ - elf32-dlx.c \ - elf32-fr30.c \ - elf32-frv.c \ - elf32-gen.c \ - elf32-h8300.c \ - elf32-hppa.c \ - elf32-i370.c \ - elf32-i386.c \ - elf32-i386qnx.c \ - elf32-i860.c \ - elf32-i960.c \ - elf32-ip2k.c \ - elf32-m32r.c \ - elf32-m68k.c \ - elf32-m68hc11.c \ - elf32-m68hc12.c \ - elf32-m88k.c \ - elf-m10200.c \ - elf-m10300.c \ - elf32-mcore.c \ - elfxx-mips.c \ - elf32-mips.c \ - elf32-openrisc.c \ - elf32-or32.c \ - elf32-pj.c \ - elf32-ppc.c \ - elf32-sh64.c \ - elf32-sh64-com.c \ - elf32-s390.c \ - elf32-sh.c \ - elf32-sh-lin.c \ - elf32-sh-nbsd.c \ - elf32-sh64-nbsd.c \ - elf32-sparc.c \ - elf32-v850.c \ - elf32-vax.c \ - elf32-xstormy16.c \ - elf32.c \ - elflink.c \ - elf-strtab.c \ - elf-eh-frame.c \ - epoc-pe-arm.c \ - epoc-pei-arm.c \ - hp300bsd.c \ - hp300hpux.c \ - som.c \ - i386aout.c \ - i386bsd.c \ - i386dynix.c \ - i386freebsd.c \ - i386linux.c \ - i386lynx.c \ - i386msdos.c \ - i386netbsd.c \ - i386mach3.c \ - i386os9k.c \ - ieee.c \ - m68k4knetbsd.c \ - m68klinux.c \ - m68klynx.c \ - m68knetbsd.c \ - m88kmach3.c \ - mipsbsd.c \ - newsos3.c \ - nlm.c \ - nlm32-i386.c \ - nlm32-sparc.c \ - nlm32-ppc.c \ - nlm32.c \ - ns32knetbsd.c \ - oasys.c \ - pc532-mach.c \ - pdp11.c \ - pe-arm.c \ - pei-arm.c \ - pe-i386.c \ - pei-i386.c \ - pe-mcore.c \ - pei-mcore.c \ - pe-ppc.c \ - pei-ppc.c \ - pe-sh.c \ - pei-sh.c \ - pe-mips.c \ - pei-mips.c \ - ppcboot.c \ - reloc16.c \ - riscix.c \ - sparclinux.c \ - sparclynx.c \ - sparcnetbsd.c \ - sunos.c \ - vaxnetbsd.c \ - vax1knetbsd.c \ - vaxbsd.c \ - versados.c \ - vms.c \ - vms-gsd.c \ - vms-hdr.c \ - vms-misc.c \ - vms-tir.c \ - xcofflink.c +BFD32_BACKENDS = aout-adobe.lo aout-arm.lo aout-cris.lo aout-ns32k.lo aout-sparcle.lo aout-tic30.lo aout0.lo aout32.lo armnetbsd.lo bout.lo cf-i386lynx.lo cf-m68klynx.lo cf-sparclynx.lo coff-a29k.lo coff-apollo.lo coff-arm.lo coff-aux.lo coff-h8300.lo coff-h8500.lo coff-i386.lo coff-go32.lo coff-i860.lo coff-i960.lo coff-m68k.lo coff-m88k.lo coff-mips.lo coff-or32.lo coff-rs6000.lo coff-sh.lo coff-sparc.lo coff-stgo32.lo coff-svm68k.lo coff-tic30.lo coff-tic54x.lo coff-tic80.lo coff-u68k.lo coff-we32k.lo coff-w65.lo coff-z8k.lo cofflink.lo dwarf1.lo ecoff.lo ecofflink.lo efi-app-ia32.lo elf.lo elf32-arc.lo elfarm-oabi.lo elfarm-nabi.lo elfarmqnx-nabi.lo elf32-avr.lo elf32-cris.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-fr30.lo elf32-frv.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i370.lo elf32-i386.lo elf32-i386qnx.lo elf32-i860.lo elf32-i960.lo elf32-ia64.lo elf32-ip2k.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68k.lo elf32-m88k.lo elf-m10200.lo elf-m10300.lo elf32-mcore.lo elfxx-mips.lo elf32-mips.lo elf32-openrisc.lo elf32-or32.lo elf32-pj.lo elf32-ppc.lo elf32-s390.lo elf32-sh.lo elf32-sh-lin.lo elf32-sh64.lo elf32-sh64-com.lo elf32-sh-nbsd.lo elf32-sh64-nbsd.lo elf32-sparc.lo elf32-v850.lo elf32-vax.lo elf32-xstormy16.lo elf32.lo elflink.lo elf-strtab.lo elf-eh-frame.lo epoc-pe-arm.lo epoc-pei-arm.lo hp300bsd.lo hp300hpux.lo som.lo i386aout.lo i386bsd.lo i386dynix.lo i386freebsd.lo i386linux.lo i386lynx.lo i386msdos.lo i386netbsd.lo i386mach3.lo i386os9k.lo ieee.lo m68k4knetbsd.lo m68klinux.lo m68klynx.lo m68knetbsd.lo m88kmach3.lo mipsbsd.lo newsos3.lo nlm.lo nlm32-i386.lo nlm32-sparc.lo nlm32-ppc.lo nlm32.lo ns32knetbsd.lo oasys.lo pc532-mach.lo pdp11.lo pe-arm.lo pei-arm.lo pe-i386.lo pei-i386.lo pe-mcore.lo pei-mcore.lo pe-ppc.lo pei-ppc.lo pe-sh.lo pei-sh.lo pe-mips.lo pei-mips.lo peigen.lo ppcboot.lo reloc16.lo riscix.lo sparclinux.lo sparclynx.lo sparcnetbsd.lo sunos.lo vaxnetbsd.lo vax1knetbsd.lo vaxbsd.lo versados.lo vms.lo vms-gsd.lo vms-hdr.lo vms-misc.lo vms-tir.lo xcofflink.lo + + +BFD32_BACKENDS_CFILES = aout-adobe.c aout-arm.c aout-cris.c aout-ns32k.c aout-sparcle.c aout-tic30.c aout0.c aout32.c armnetbsd.c bout.c cf-i386lynx.c cf-m68klynx.c cf-sparclynx.c coff-a29k.c coff-apollo.c coff-arm.c coff-aux.c coff-h8300.c coff-h8500.c coff-i386.c coff-i860.c coff-go32.c coff-i960.c coff-m68k.c coff-m88k.c coff-mips.c coff-or32.c coff-rs6000.c coff-sh.c coff-sparc.c coff-stgo32.c coff-svm68k.c coff-tic30.c coff-tic54x.c coff-tic80.c coff-u68k.c coff-we32k.c coff-w65.c coff-z8k.c cofflink.c dwarf1.c ecoff.c ecofflink.c efi-app-ia32.c elf.c elf32-arc.c elfarm-oabi.c elfarm-nabi.c elfarmqnx-nabi.c elf32-avr.c elf32-cris.c elf32-d10v.c elf32-d30v.c elf32-dlx.c elf32-fr30.c elf32-frv.c elf32-gen.c elf32-h8300.c elf32-hppa.c elf32-i370.c elf32-i386.c elf32-i386qnx.c elf32-i860.c elf32-i960.c elf32-ip2k.c elf32-m32r.c elf32-m68k.c elf32-m68hc11.c elf32-m68hc12.c elf32-m88k.c elf-m10200.c elf-m10300.c elf32-mcore.c elfxx-mips.c elf32-mips.c elf32-openrisc.c elf32-or32.c elf32-pj.c elf32-ppc.c elf32-sh64.c elf32-sh64-com.c elf32-s390.c elf32-sh.c elf32-sh-lin.c elf32-sh-nbsd.c elf32-sh64-nbsd.c elf32-sparc.c elf32-v850.c elf32-vax.c elf32-xstormy16.c elf32.c elflink.c elf-strtab.c elf-eh-frame.c epoc-pe-arm.c epoc-pei-arm.c hp300bsd.c hp300hpux.c som.c i386aout.c i386bsd.c i386dynix.c i386freebsd.c i386linux.c i386lynx.c i386msdos.c i386netbsd.c i386mach3.c i386os9k.c ieee.c m68k4knetbsd.c m68klinux.c m68klynx.c m68knetbsd.c m88kmach3.c mipsbsd.c newsos3.c nlm.c nlm32-i386.c nlm32-sparc.c nlm32-ppc.c nlm32.c ns32knetbsd.c oasys.c pc532-mach.c pdp11.c pe-arm.c pei-arm.c pe-i386.c pei-i386.c pe-mcore.c pei-mcore.c pe-ppc.c pei-ppc.c pe-sh.c pei-sh.c pe-mips.c pei-mips.c ppcboot.c reloc16.c riscix.c sparclinux.c sparclynx.c sparcnetbsd.c sunos.c vaxnetbsd.c vax1knetbsd.c vaxbsd.c versados.c vms.c vms-gsd.c vms-hdr.c vms-misc.c vms-tir.c xcofflink.c # The .o files needed by all of the 64 bit vectors that are configured into # target_vector in targets.c if configured with --enable-targets=all # and --enable-64-bit-bfd. -BFD64_BACKENDS = \ - aix5ppc-core.lo \ - aout64.lo \ - coff-alpha.lo \ - coff64-rs6000.lo \ - demo64.lo \ - efi-app-ia64.lo \ - elf64-x86-64.lo \ - elf64-alpha.lo \ - elf64-hppa.lo \ - elf64-ia64.lo \ - elf64-gen.lo \ - elf64-mips.lo \ - elf64-mmix.lo \ - elf64-sh64.lo \ - elf64-sh64-nbsd.lo \ - elf64-ppc.lo \ - elf64-s390.lo \ - elf64-sparc.lo \ - elf64.lo \ - mmo.lo \ - nlm32-alpha.lo \ - nlm64.lo \ - pepigen.lo - - -BFD64_BACKENDS_CFILES = \ - aix5ppc-core.c \ - aout64.c \ - coff-alpha.c \ - coff64-rs6000.c \ - demo64.c \ - efi-app-ia64.c \ - elf64-x86-64.c \ - elf64-alpha.c \ - elf64-hppa.c \ - elf64-gen.c \ - elf64-mips.c \ - elf64-mmix.c \ - elf64-ppc.c \ - elf64-s390.c \ - elf64-sh64.c \ - elf64-sh64-nbsd.c \ - elf64-sparc.c \ - elf64.c \ - mmo.c \ - nlm32-alpha.c \ - nlm64.c - - -OPTIONAL_BACKENDS = \ - aix386-core.lo \ - hpux-core.lo \ - irix-core.lo \ - lynx-core.lo \ - osf-core.lo \ - sco5-core.lo \ - trad-core.lo \ - cisco-core.lo - - -OPTIONAL_BACKENDS_CFILES = \ - aix386-core.c \ - hpux-core.c \ - irix-core.c \ - lynx-core.c \ - osf-core.c \ - sco5-core.c \ - trad-core.c \ - cisco-core.c +BFD64_BACKENDS = aix5ppc-core.lo aout64.lo coff-alpha.lo coff64-rs6000.lo demo64.lo efi-app-ia64.lo elf64-x86-64.lo elf64-alpha.lo elf64-hppa.lo elf64-ia64.lo elf64-gen.lo elfn32-mips.lo elf64-mips.lo elf64-mmix.lo elf64-sh64.lo elf64-sh64-nbsd.lo elf64-ppc.lo elf64-s390.lo elf64-sparc.lo elf64.lo mmo.lo nlm32-alpha.lo nlm64.lo pepigen.lo + + +BFD64_BACKENDS_CFILES = aix5ppc-core.c aout64.c coff-alpha.c coff64-rs6000.c demo64.c efi-app-ia64.c elf64-x86-64.c elf64-alpha.c elf64-hppa.c elf64-gen.c elfn32-mips.c elf64-mips.c elf64-mmix.c elf64-ppc.c elf64-s390.c elf64-sh64.c elf64-sh64-nbsd.c elf64-sparc.c elf64.c mmo.c nlm32-alpha.c nlm64.c + + +OPTIONAL_BACKENDS = aix386-core.lo hpux-core.lo irix-core.lo lynx-core.lo osf-core.lo sco5-core.lo trad-core.lo cisco-core.lo + + +OPTIONAL_BACKENDS_CFILES = aix386-core.c hpux-core.c irix-core.c lynx-core.c osf-core.c sco5-core.c trad-core.c cisco-core.c # These are defined by configure.in: @@ -681,33 +203,18 @@ TDEFAULTS = @tdefaults@ INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl # C source files that correspond to .o's. -SOURCE_CFILES = \ - $(BFD32_LIBS_CFILES) \ - $(BFD64_LIBS_CFILES) \ - $(ALL_MACHINES_CFILES) \ - $(BFD32_BACKENDS_CFILES) \ - $(BFD64_BACKENDS_CFILES) \ - $(OPTIONAL_BACKENDS_CFILES) +SOURCE_CFILES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES) $(ALL_MACHINES_CFILES) $(BFD32_BACKENDS_CFILES) $(BFD64_BACKENDS_CFILES) $(OPTIONAL_BACKENDS_CFILES) -BUILD_CFILES = \ - elf32-ia64.c elf64-ia64.c peigen.c pepigen.c +BUILD_CFILES = elf32-ia64.c elf64-ia64.c peigen.c pepigen.c CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) -SOURCE_HFILES = \ - aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ - elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \ - elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \ - libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \ - libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \ - nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \ - xcoff-target.h version.h +SOURCE_HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h xcoff-target.h version.h -BUILD_HFILES = \ - elf32-target.h elf64-target.h targmatch.h +BUILD_HFILES = elf32-target.h elf64-target.h targmatch.h HFILES = $(SOURCE_HFILES) $(BUILD_HFILES) @@ -737,8 +244,7 @@ libbfd_a_SOURCES = BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h LOCAL_H_DEPS = libbfd.h sysdep.h config.h -BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ - reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h +BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h BFD64_H_FILES = archive64.c LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c @@ -746,8 +252,7 @@ LIBCOFF_H_FILES = libcoff-in.h coffcode. MOSTLYCLEANFILES = ofiles stamp-ofiles -CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \ - stmp-bin2-h stmp-lbfd-h stmp-lcoff-h +CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib stmp-bin2-h stmp-lbfd-h stmp-lcoff-h DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) @@ -782,7 +287,7 @@ configure.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS) @@ -933,7 +438,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ @@ -1626,6 +1131,10 @@ elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/ $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ elf32-arm.h elf32-target.h +elfarmqnx-nabi.lo: elfarmqnx-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ + $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + elf32-arm.h elf32-target.h elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \ @@ -2032,6 +1541,12 @@ elf64-hppa.lo: elf64-hppa.c $(INCDIR)/al elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h elf64-target.h +elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ + genlink.h elf-bfd.h elfxx-mips.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \ + $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h \ + $(INCDIR)/coff/mips.h ecoffswap.h elf32-target.h elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \ $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \ diff -uprN binutils-2.12.90.0.15/bfd/aout-ns32k.c binutils-2.13.90.0.2/bfd/aout-ns32k.c --- binutils-2.12.90.0.15/bfd/aout-ns32k.c Thu Oct 4 14:35:43 2001 +++ binutils-2.13.90.0.2/bfd/aout-ns32k.c Thu Aug 1 17:49:32 2002 @@ -1,23 +1,23 @@ /* BFD back-end for ns32k a.out-ish binaries. - Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998, 2000, 2001 + Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Ian Dall (idall@eleceng.adelaide.edu.au). -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define BYTES_IN_WORD 4 @@ -49,16 +49,16 @@ void bfd_ns32k_arch PARAMS ((void)); #define MY(OP) MYNS(OP) -#define MY_swap_std_reloc_in MY(swap_std_reloc_in) +#define MY_swap_std_reloc_in MY(swap_std_reloc_in) #define MY_swap_std_reloc_out MY(swap_std_reloc_out) static void -MY_swap_std_reloc_in PARAMS ((bfd *abfd, struct reloc_std_external *bytes, - arelent *cache_ptr, asymbol **symbols, - bfd_size_type symcount)); +MY_swap_std_reloc_in PARAMS ((bfd *, struct reloc_std_external *, + arelent *, asymbol **, + bfd_size_type)); static void -MY_swap_std_reloc_out PARAMS ((bfd *abfd, arelent *g, - struct reloc_std_external *natptr)); +MY_swap_std_reloc_out PARAMS ((bfd *, arelent *, + struct reloc_std_external *)); reloc_howto_type * MY(reloc_howto) PARAMS ((bfd *, struct reloc_std_external *, int *, int *, int *)); @@ -94,47 +94,48 @@ MY(put_reloc) PARAMS ((bfd *, int, int, In addition, for historical reasons the encoding of the relocation types in the a.out format relocation entries is such that even the relocation - methods which are standard are not encoded the standard way. */ + methods which are standard are not encoded the standard way. */ reloc_howto_type MY(howto_table)[] = { + /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */ /* ns32k immediate operands. */ - HOWTO (BFD_RELOC_NS32K_IMM_8, 0, 0, 8, false, 0, true, + HOWTO (BFD_RELOC_NS32K_IMM_8, 0, 0, 8, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "NS32K_IMM_8", true, 0x000000ff,0x000000ff, false), - HOWTO (BFD_RELOC_NS32K_IMM_16, 0, 1, 16, false, 0, true, + HOWTO (BFD_RELOC_NS32K_IMM_16, 0, 1, 16, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "NS32K_IMM_16", true, 0x0000ffff,0x0000ffff, false), - HOWTO (BFD_RELOC_NS32K_IMM_32, 0, 2, 32, false, 0, true, + HOWTO (BFD_RELOC_NS32K_IMM_32, 0, 2, 32, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "NS32K_IMM_32", true, 0xffffffff,0xffffffff, false), - HOWTO (BFD_RELOC_NS32K_IMM_8_PCREL, 0, 0, 8, true, 0, false, + HOWTO (BFD_RELOC_NS32K_IMM_8_PCREL, 0, 0, 8, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "PCREL_NS32K_IMM_8", true, 0x000000ff, 0x000000ff, false), - HOWTO (BFD_RELOC_NS32K_IMM_16_PCREL, 0, 1, 16, true, 0, false, + HOWTO (BFD_RELOC_NS32K_IMM_16_PCREL, 0, 1, 16, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "PCREL_NS32K_IMM_16", true, 0x0000ffff,0x0000ffff, false), - HOWTO (BFD_RELOC_NS32K_IMM_32_PCREL, 0, 2, 32, true, 0, false, + HOWTO (BFD_RELOC_NS32K_IMM_32_PCREL, 0, 2, 32, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_imm, "PCREL_NS32K_IMM_32", true, 0xffffffff,0xffffffff, false), /* ns32k displacements. */ - HOWTO (BFD_RELOC_NS32K_DISP_8, 0, 0, 8, false, 0, true, + HOWTO (BFD_RELOC_NS32K_DISP_8, 0, 0, 7, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "NS32K_DISP_8", true, 0x000000ff,0x000000ff, false), - HOWTO (BFD_RELOC_NS32K_DISP_16, 0, 1, 16, false, 0, true, + HOWTO (BFD_RELOC_NS32K_DISP_16, 0, 1, 14, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "NS32K_DISP_16", true, 0x0000ffff, 0x0000ffff, false), - HOWTO (BFD_RELOC_NS32K_DISP_32, 0, 2, 32, false, 0, true, + HOWTO (BFD_RELOC_NS32K_DISP_32, 0, 2, 30, false, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "NS32K_DISP_32", true, 0xffffffff, 0xffffffff, false), - HOWTO (BFD_RELOC_NS32K_DISP_8_PCREL, 0, 0, 8, true, 0, false, + HOWTO (BFD_RELOC_NS32K_DISP_8_PCREL, 0, 0, 7, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "PCREL_NS32K_DISP_8", true, 0x000000ff,0x000000ff, false), - HOWTO (BFD_RELOC_NS32K_DISP_16_PCREL, 0, 1, 16, true, 0, false, + HOWTO (BFD_RELOC_NS32K_DISP_16_PCREL, 0, 1, 14, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "PCREL_NS32K_DISP_16", true, 0x0000ffff,0x0000ffff, false), - HOWTO (BFD_RELOC_NS32K_DISP_32_PCREL, 0, 2, 32, true, 0, false, + HOWTO (BFD_RELOC_NS32K_DISP_32_PCREL, 0, 2, 30, true, 0, complain_overflow_signed, _bfd_ns32k_reloc_disp, "PCREL_NS32K_DISP_32", true, 0xffffffff,0xffffffff, false), @@ -355,7 +356,7 @@ _bfd_ns32k_relocate_contents (howto, inp { int r_ns32k_type = (howto - MY(howto_table)) / 6; bfd_vma (*get_data) PARAMS ((bfd_byte *, int)); - int (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); + void (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); switch (r_ns32k_type) { diff -uprN binutils-2.12.90.0.15/bfd/aoutx.h binutils-2.13.90.0.2/bfd/aoutx.h --- binutils-2.12.90.0.15/bfd/aoutx.h Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/aoutx.h Thu Aug 1 17:49:32 2002 @@ -4,21 +4,21 @@ Free Software Foundation, Inc. Written by Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* SECTION @@ -193,7 +193,7 @@ DESCRIPTION reloc_howto_type howto_table_ext[] = { - /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */ + /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone. */ HOWTO(RELOC_8, 0, 0, 8, false, 0, complain_overflow_bitfield,0,"8", false, 0,0x000000ff, false), HOWTO(RELOC_16, 0, 1, 16, false, 0, complain_overflow_bitfield,0,"16", false, 0,0x0000ffff, false), HOWTO(RELOC_32, 0, 2, 32, false, 0, complain_overflow_bitfield,0,"32", false, 0,0xffffffff, false), @@ -227,7 +227,7 @@ reloc_howto_type howto_table_ext[] = /* Convert standard reloc records to "arelent" format (incl byte swap). */ reloc_howto_type howto_table_std[] = { - /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */ + /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone. */ HOWTO ( 0, 0, 0, 8, false, 0, complain_overflow_bitfield,0,"8", true, 0x000000ff,0x000000ff, false), HOWTO ( 1, 0, 1, 16, false, 0, complain_overflow_bitfield,0,"16", true, 0x0000ffff,0x0000ffff, false), HOWTO ( 2, 0, 2, 32, false, 0, complain_overflow_bitfield,0,"32", true, 0xffffffff,0xffffffff, false), @@ -281,6 +281,7 @@ NAME(aout,reloc_type_lookup) (abfd,code) #define EXT(i, j) case i: return &howto_table_ext[j] #define STD(i, j) case i: return &howto_table_std[j] int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE; + if (code == BFD_RELOC_CTOR) switch (bfd_get_arch_info (abfd)->bits_per_address) { @@ -291,6 +292,7 @@ NAME(aout,reloc_type_lookup) (abfd,code) code = BFD_RELOC_64; break; } + if (ext) switch (code) { @@ -313,7 +315,7 @@ NAME(aout,reloc_type_lookup) (abfd,code) default: return (reloc_howto_type *) NULL; } else - /* std relocs */ + /* std relocs. */ switch (code) { STD (BFD_RELOC_16, 1); @@ -474,14 +476,15 @@ NAME(aout,some_aout_object_p) (abfd, exe *abfd->tdata.aout_data = *oldrawptr; abfd->tdata.aout_data->a.hdr = &rawptr->e; - *(abfd->tdata.aout_data->a.hdr) = *execp; /* Copy in the internal_exec struct */ + /* Copy in the internal_exec struct. */ + *(abfd->tdata.aout_data->a.hdr) = *execp; execp = abfd->tdata.aout_data->a.hdr; - /* Set the file flags */ + /* Set the file flags. */ abfd->flags = BFD_NO_FLAGS; if (execp->a_drsize || execp->a_trsize) abfd->flags |= HAS_RELOC; - /* Setting of EXEC_P has been deferred to the bottom of this function */ + /* Setting of EXEC_P has been deferred to the bottom of this function. */ if (execp->a_syms) abfd->flags |= HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS; if (N_DYNAMIC (*execp)) @@ -533,7 +536,7 @@ NAME(aout,some_aout_object_p) (abfd, exe obj_aout_sym_hashes (abfd) = NULL; if (! NAME(aout,make_sections) (abfd)) - return NULL; + goto error_ret; obj_datasec (abfd)->_raw_size = execp->a_data; obj_bsssec (abfd)->_raw_size = execp->a_bss; @@ -563,18 +566,18 @@ NAME(aout,some_aout_object_p) (abfd, exe obj_textsec (abfd)->size = N_TXTSIZE (*execp); obj_textsec (abfd)->raw_size = N_TXTSIZE (*execp); - /* data and bss are already filled in since they're so standard */ + /* Data and bss are already filled in since they're so standard. */ - /* The virtual memory addresses of the sections */ + /* The virtual memory addresses of the sections. */ obj_textsec (abfd)->vma = N_TXTADDR (*execp); obj_datasec (abfd)->vma = N_DATADDR (*execp); obj_bsssec (abfd)->vma = N_BSSADDR (*execp); - /* The file offsets of the sections */ + /* The file offsets of the sections. */ obj_textsec (abfd)->filepos = N_TXTOFF (*execp); obj_datasec (abfd)->filepos = N_DATOFF (*execp); - /* The file offsets of the relocation info */ + /* The file offsets of the relocation info. */ obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); @@ -655,13 +658,13 @@ NAME(aout,some_aout_object_p) (abfd, exe obj_textsec (abfd)->next = obj_datasec (abfd); obj_datasec (abfd)->next = obj_bsssec (abfd); #endif + return result; } - else - { - free (rawptr); - abfd->tdata.aout_data = oldrawptr; - } - return result; + + error_ret: + bfd_release (abfd, rawptr); + abfd->tdata.aout_data = oldrawptr; + return NULL; } /* @@ -865,7 +868,7 @@ NAME(aout,set_arch_mach) (abfd, arch, ma return false; } - /* Determine the size of a relocation entry */ + /* Determine the size of a relocation entry. */ switch (arch) { case bfd_arch_sparc: @@ -903,7 +906,7 @@ adjust_o_magic (abfd, execp) /* Data. */ if (!obj_datasec (abfd)->user_set_vma) { -#if 0 /* ?? Does alignment in the file image really matter? */ +#if 0 /* ?? Does alignment in the file image really matter? */ pad = align_power (vma, obj_datasec (abfd)->alignment_power) - vma; #endif obj_textsec (abfd)->_raw_size += pad; @@ -1220,35 +1223,34 @@ NAME(aout,new_section_hook) (abfd, newse bfd *abfd; asection *newsect; { - /* align to double at least */ + /* Align to double at least. */ newsect->alignment_power = bfd_get_arch_info (abfd)->section_align_power; if (bfd_get_format (abfd) == bfd_object) - { - if (obj_textsec (abfd) == NULL && !strcmp (newsect->name, ".text")) - { - obj_textsec (abfd)= newsect; - newsect->target_index = N_TEXT; - return true; - } - - if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data")) - { - obj_datasec (abfd) = newsect; - newsect->target_index = N_DATA; - return true; - } + { + if (obj_textsec (abfd) == NULL && !strcmp (newsect->name, ".text")) + { + obj_textsec (abfd)= newsect; + newsect->target_index = N_TEXT; + return true; + } - if (obj_bsssec (abfd) == NULL && !strcmp (newsect->name, ".bss")) - { - obj_bsssec (abfd) = newsect; - newsect->target_index = N_BSS; - return true; - } + if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data")) + { + obj_datasec (abfd) = newsect; + newsect->target_index = N_DATA; + return true; + } - } + if (obj_bsssec (abfd) == NULL && !strcmp (newsect->name, ".bss")) + { + obj_bsssec (abfd) = newsect; + newsect->target_index = N_BSS; + return true; + } + } - /* We allow more than three sections internally */ + /* We allow more than three sections internally. */ return true; } @@ -1401,7 +1403,6 @@ translate_from_native_sym_flags (abfd, c asection *sec; /* This is a debugging symbol. */ - cache_ptr->symbol.flags = BSF_DEBUGGING; /* Work out the symbol section. */ @@ -1702,7 +1703,7 @@ translate_to_native_sym_flags (abfd, cac return false; } - /* Turn the symbol from section relative to absolute again */ + /* Turn the symbol from section relative to absolute again. */ value += sec->vma + off; if ((cache_ptr->flags & BSF_WARNING) != 0) @@ -1718,6 +1719,7 @@ translate_to_native_sym_flags (abfd, cac if ((cache_ptr->flags & BSF_CONSTRUCTOR) != 0) { int type = ((aout_symbol_type *) cache_ptr)->type; + switch (type) { case N_ABS: type = N_SETA; break; @@ -1826,7 +1828,7 @@ NAME(aout,slurp_symbol_table) (abfd) aout_symbol_type *cached; bfd_size_type cached_size; - /* If there's no work to be done, don't do any */ + /* If there's no work to be done, don't do any. */ if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL) return true; @@ -2023,7 +2025,7 @@ NAME(aout,get_symtab) (abfd, location) return bfd_get_symcount (abfd); } -/* Standard reloc stuff */ +/* Standard reloc stuff. */ /* Output standard relocation information to a file in target byte order. */ extern void NAME(aout,swap_std_reloc_out) @@ -2045,8 +2047,8 @@ NAME(aout,swap_std_reloc_out) (abfd, g, PUT_WORD (abfd, g->address, natptr->r_address); - r_length = g->howto->size ; /* Size as a power of two */ - r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */ + r_length = g->howto->size ; /* Size as a power of two. */ + r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */ /* XXX This relies on relocs coming from a.out files. */ r_baserel = (g->howto->type & 8) != 0; r_jmptable = (g->howto->type & 16) != 0; @@ -2057,43 +2059,41 @@ NAME(aout,swap_std_reloc_out) (abfd, g, r_addend = g->addend + (*(g->sym_ptr_ptr))->section->output_section->vma; #endif - /* name was clobbered by aout_write_syms to be symbol index */ + /* Name was clobbered by aout_write_syms to be symbol index. */ /* If this relocation is relative to a symbol then set the r_index to the symbols index, and the r_extern bit. Absolute symbols can come in in two ways, either as an offset from the abs section, or as a symbol which has an abs value. - check for that here - */ + check for that here. */ if (bfd_is_com_section (output_section) || bfd_is_abs_section (output_section) || bfd_is_und_section (output_section)) { if (bfd_abs_section_ptr->symbol == sym) - { - /* Whoops, looked like an abs symbol, but is really an offset - from the abs section */ - r_index = N_ABS; - r_extern = 0; - } + { + /* Whoops, looked like an abs symbol, but is + really an offset from the abs section. */ + r_index = N_ABS; + r_extern = 0; + } else - { - /* Fill in symbol */ - r_extern = 1; - r_index = (*(g->sym_ptr_ptr))->KEEPIT; - - } + { + /* Fill in symbol. */ + r_extern = 1; + r_index = (*(g->sym_ptr_ptr))->KEEPIT; + } } else { - /* Just an ordinary section */ + /* Just an ordinary section. */ r_extern = 0; r_index = output_section->target_index; } - /* now the fun stuff */ + /* Now the fun stuff. */ if (bfd_header_big_endian (abfd)) { natptr->r_index[0] = r_index >> 16; @@ -2120,7 +2120,7 @@ NAME(aout,swap_std_reloc_out) (abfd, g, } } -/* Extended stuff */ +/* Extended stuff. */ /* Output extended relocation information to a file in target byte order. */ extern void NAME(aout,swap_ext_reloc_out) @@ -2153,7 +2153,6 @@ NAME(aout,swap_ext_reloc_out) (abfd, g, Absolute symbols can come in in two ways, either as an offset from the abs section, or as a symbol which has an abs value. check for that here. */ - if (bfd_is_abs_section (bfd_get_section (sym))) { r_extern = 0; @@ -2170,12 +2169,12 @@ NAME(aout,swap_ext_reloc_out) (abfd, g, } else { - /* Just an ordinary section */ + /* Just an ordinary section. */ r_extern = 0; r_index = output_section->target_index; } - /* now the fun stuff */ + /* Now the fun stuff. */ if (bfd_header_big_endian (abfd)) { natptr->r_index[0] = r_index >> 16; @@ -2256,7 +2255,7 @@ NAME(aout,swap_ext_reloc_in) (abfd, byte cache_ptr->address = (GET_SWORD (abfd, bytes->r_address)); - /* now the fun stuff */ + /* Now the fun stuff. */ if (bfd_header_big_endian (abfd)) { r_index = ((bytes->r_index[0] << 16) @@ -2315,7 +2314,7 @@ NAME(aout,swap_std_reloc_in) (abfd, byte cache_ptr->address = H_GET_32 (abfd, bytes->r_address); - /* now the fun stuff */ + /* Now the fun stuff. */ if (bfd_header_big_endian (abfd)) { r_index = ((bytes->r_index[0] << 16) @@ -2505,7 +2504,8 @@ NAME(aout,squirt_out_relocs) (abfd, sect return true; } -/* This is stupid. This function should be a boolean predicate */ +/* This is stupid. This function should be a boolean predicate. */ + long NAME(aout,canonicalize_reloc) (abfd, section, relptr, symbols) bfd *abfd; @@ -2558,10 +2558,9 @@ NAME(aout,get_reloc_upper_bound) (abfd, bfd_set_error (bfd_error_invalid_operation); return -1; } + if (asect->flags & SEC_CONSTRUCTOR) - { - return (sizeof (arelent *) * (asect->reloc_count+1)); - } + return (sizeof (arelent *) * (asect->reloc_count+1)); if (asect == obj_datasec (abfd)) return (sizeof (arelent *) @@ -2739,11 +2738,9 @@ NAME(aout,minisymbol_to_symbol) (abfd, d return sym; } -/* - provided a BFD, a section and an offset into the section, calculate - and return the name of the source file and the line nearest to the - wanted location. -*/ +/* Provided a BFD, a section and an offset into the section, calculate + and return the name of the source file and the line nearest to the + wanted location. */ boolean NAME(aout,find_nearest_line) @@ -2756,7 +2753,7 @@ NAME(aout,find_nearest_line) const char **functionname_ptr; unsigned int *line_ptr; { - /* Run down the file looking for the filename, function and linenumber */ + /* Run down the file looking for the filename, function and linenumber. */ asymbol **p; const char *directory_name = NULL; const char *main_file_name = NULL; @@ -2772,6 +2769,7 @@ NAME(aout,find_nearest_line) *filename_ptr = abfd->filename; *functionname_ptr = 0; *line_ptr = 0; + if (symbols != (asymbol **)NULL) { for (p = symbols; *p; p++) @@ -2859,12 +2857,13 @@ NAME(aout,find_nearest_line) break; case N_FUN: { - /* We'll keep this if it is nearer than the one we have already */ + /* We'll keep this if it is nearer than the one we have already. */ if (q->symbol.value >= low_func_vma && - q->symbol.value <= offset) { - low_func_vma = q->symbol.value; - func = (asymbol *)q; - } + q->symbol.value <= offset) + { + low_func_vma = q->symbol.value; + func = (asymbol *)q; + } else if (q->symbol.value > offset) goto done; } @@ -2886,6 +2885,7 @@ NAME(aout,find_nearest_line) filelen = 0; else filelen = strlen (directory_name) + strlen (main_file_name); + if (func == NULL) funclen = 0; else @@ -2893,6 +2893,7 @@ NAME(aout,find_nearest_line) if (adata (abfd).line_buf != NULL) free (adata (abfd).line_buf); + if (filelen + funclen == 0) adata (abfd).line_buf = buf = NULL; else @@ -2930,7 +2931,7 @@ NAME(aout,find_nearest_line) buf[0] = bfd_get_symbol_leading_char (abfd); strcpy (buf + 1, function); } - /* Have to remove : stuff */ + /* Have to remove : stuff. */ colon = strchr (buf, ':'); if (colon != NULL) *colon = '\0'; @@ -3224,19 +3225,43 @@ aout_link_check_ar_symbols (abfd, info, { /* This object file defines this symbol. We must link it in. This is true regardless of whether the current - definition of the symbol is undefined or common. If the - current definition is common, we have a case in which we - have already seen an object file including + definition of the symbol is undefined or common. + + If the current definition is common, we have a case in + which we have already seen an object file including: int a; - and this object file from the archive includes + and this object file from the archive includes: int a = 5; - In such a case we must include this object file. + In such a case, whether to include this object is target + dependant for backward compatability. FIXME: The SunOS 4.1.3 linker will pull in the archive element if the symbol is defined in the .data section, but not if it is defined in the .text section. That - seems a bit crazy to me, and I haven't implemented it. - However, it might be correct. */ + seems a bit crazy to me, and it has not been implemented + yet. However, it might be correct. */ + if (h->type == bfd_link_hash_common) + { + int skip = 0; + + switch (info->common_skip_ar_aymbols) + { + case bfd_link_common_skip_text: + skip = (type == (N_TEXT | N_EXT)); + break; + case bfd_link_common_skip_data: + skip = (type == (N_DATA | N_EXT)); + break; + default: + case bfd_link_common_skip_all: + skip = 1; + break; + } + + if (skip) + continue; + } + if (! (*info->callbacks->add_archive_element) (info, abfd, name)) return false; *pneeded = true; diff -uprN binutils-2.12.90.0.15/bfd/archive.c binutils-2.13.90.0.2/bfd/archive.c --- binutils-2.12.90.0.15/bfd/archive.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/archive.c Thu Aug 1 17:49:32 2002 @@ -603,8 +603,6 @@ bfd_generic_archive_p (abfd) char armag[SARMAG + 1]; bfd_size_type amt; - tdata_hold = abfd->tdata.aout_ar_data; - if (bfd_bread ((PTR) armag, (bfd_size_type) SARMAG, abfd) != SARMAG) { if (bfd_get_error () != bfd_error_system_call) @@ -621,13 +619,15 @@ bfd_generic_archive_p (abfd) return 0; #endif - /* We are setting bfd_ardata(abfd) here, but since bfd_ardata - involves a cast, we can't do it as the left operand of assignment. */ - amt = sizeof (struct artdata); - abfd->tdata.aout_ar_data = (struct artdata *) bfd_zalloc (abfd, amt); + tdata_hold = bfd_ardata (abfd); + amt = sizeof (struct artdata); + bfd_ardata (abfd) = (struct artdata *) bfd_zalloc (abfd, amt); if (bfd_ardata (abfd) == NULL) - return NULL; + { + bfd_ardata (abfd) = tdata_hold; + return NULL; + } bfd_ardata (abfd)->first_file_filepos = SARMAG; bfd_ardata (abfd)->cache = NULL; @@ -636,21 +636,13 @@ bfd_generic_archive_p (abfd) bfd_ardata (abfd)->extended_names = NULL; bfd_ardata (abfd)->tdata = NULL; - if (!BFD_SEND (abfd, _bfd_slurp_armap, (abfd))) + if (!BFD_SEND (abfd, _bfd_slurp_armap, (abfd)) + || !BFD_SEND (abfd, _bfd_slurp_extended_name_table, (abfd))) { - bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = tdata_hold; if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); - return NULL; - } - - if (!BFD_SEND (abfd, _bfd_slurp_extended_name_table, (abfd))) - { bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = tdata_hold; - if (bfd_get_error () != bfd_error_system_call) - bfd_set_error (bfd_error_wrong_format); + bfd_ardata (abfd) = tdata_hold; return NULL; } @@ -686,9 +678,9 @@ bfd_generic_archive_p (abfd) release bfd_ardata. FIXME. */ (void) bfd_close (first); bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = tdata_hold; #endif bfd_set_error (bfd_error_wrong_object_format); + bfd_ardata (abfd) = tdata_hold; return NULL; } /* And we ought to close `first' here too. */ diff -uprN binutils-2.12.90.0.15/bfd/bfd-in2.h binutils-2.13.90.0.2/bfd/bfd-in2.h --- binutils-2.12.90.0.15/bfd/bfd-in2.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/bfd-in2.h Thu Aug 1 17:49:32 2002 @@ -1,7 +1,6 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", - "section.c", "archures.c", "reloc.c", "syms.c", "bfd.c", "archive.c", - "corefile.c", "targets.c" and "format.c". + generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c" and + "section.c". Run "make headers" in your build bfd/ to regenerate. */ /* Main header file for the bfd library -- portable access to object files. @@ -3663,7 +3662,7 @@ extern bfd_byte *bfd_get_relocated_secti boolean, asymbol **)); boolean -bfd_alt_mach_code PARAMS ((bfd *abfd, int index)); +bfd_alt_mach_code PARAMS ((bfd *abfd, int alternative)); /* Extracted from archive.c. */ symindex diff -uprN binutils-2.12.90.0.15/bfd/bfd.c binutils-2.13.90.0.2/bfd/bfd.c --- binutils-2.12.90.0.15/bfd/bfd.c Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/bfd.c Thu Aug 1 17:49:32 2002 @@ -1334,27 +1334,27 @@ FUNCTION bfd_alt_mach_code SYNOPSIS - boolean bfd_alt_mach_code(bfd *abfd, int index); + boolean bfd_alt_mach_code(bfd *abfd, int alternative); DESCRIPTION When more than one machine code number is available for the same machine type, this function can be used to switch between - the preferred one (index == 0) and any others. Currently, + the preferred one (alternative == 0) and any others. Currently, only ELF supports this feature, with up to two alternate machine codes. */ boolean -bfd_alt_mach_code (abfd, index) +bfd_alt_mach_code (abfd, alternative) bfd *abfd; - int index; + int alternative; { if (bfd_get_flavour (abfd) == bfd_target_elf_flavour) { int code; - switch (index) + switch (alternative) { case 0: code = get_elf_backend_data (abfd)->elf_machine_code; diff -uprN binutils-2.12.90.0.15/bfd/coff-rs6000.c binutils-2.13.90.0.2/bfd/coff-rs6000.c --- binutils-2.12.90.0.15/bfd/coff-rs6000.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/coff-rs6000.c Thu Aug 1 17:49:32 2002 @@ -1243,10 +1243,11 @@ const bfd_target * _bfd_xcoff_archive_p (abfd) bfd *abfd; { + struct artdata *tdata_hold; char magic[SXCOFFARMAG]; - bfd_size_type amt; + bfd_size_type amt = SXCOFFARMAG; - if (bfd_bread ((PTR) magic, (bfd_size_type) SXCOFFARMAG, abfd) != SXCOFFARMAG) + if (bfd_bread ((PTR) magic, amt, abfd) != amt) { if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); @@ -1260,13 +1261,12 @@ _bfd_xcoff_archive_p (abfd) return NULL; } - /* We are setting bfd_ardata(abfd) here, but since bfd_ardata - involves a cast, we can't do it as the left operand of - assignment. */ + tdata_hold = bfd_ardata (abfd); + amt = sizeof (struct artdata); - abfd->tdata.aout_ar_data = (struct artdata *) bfd_zalloc (abfd, amt); + bfd_ardata (abfd) = (struct artdata *) bfd_zalloc (abfd, amt); if (bfd_ardata (abfd) == (struct artdata *) NULL) - return NULL; + goto error_ret_restore; bfd_ardata (abfd)->cache = NULL; bfd_ardata (abfd)->archive_head = NULL; @@ -1283,13 +1283,12 @@ _bfd_xcoff_archive_p (abfd) memcpy (hdr.magic, magic, SXCOFFARMAG); /* Now read the rest of the file header. */ - if (bfd_bread ((PTR) &hdr.memoff, - (bfd_size_type) SIZEOF_AR_FILE_HDR - SXCOFFARMAG, abfd) - != SIZEOF_AR_FILE_HDR - SXCOFFARMAG) + amt = SIZEOF_AR_FILE_HDR - SXCOFFARMAG; + if (bfd_bread ((PTR) &hdr.memoff, amt, abfd) != amt) { if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); - return NULL; + goto error_ret; } bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff, @@ -1298,7 +1297,7 @@ _bfd_xcoff_archive_p (abfd) amt = SIZEOF_AR_FILE_HDR; bfd_ardata (abfd)->tdata = bfd_zalloc (abfd, amt); if (bfd_ardata (abfd)->tdata == NULL) - return NULL; + goto error_ret; memcpy (bfd_ardata (abfd)->tdata, &hdr, SIZEOF_AR_FILE_HDR); } @@ -1311,33 +1310,32 @@ _bfd_xcoff_archive_p (abfd) memcpy (hdr.magic, magic, SXCOFFARMAG); /* Now read the rest of the file header. */ - if (bfd_bread ((PTR) &hdr.memoff, - (bfd_size_type) SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG, abfd) - != SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG) + amt = SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG; + if (bfd_bread ((PTR) &hdr.memoff, amt, abfd) != amt) { if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); - return NULL; + goto error_ret; } - /* XXX This actually has to be a call to strtoll (at least on 32-bit - machines) since the field width is 20 and there numbers with more - than 32 bits can be represented. */ - bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff, - (char **) NULL, 10); + bfd_ardata (abfd)->first_file_filepos = bfd_scan_vma (hdr.firstmemoff, + (const char **) 0, + 10); amt = SIZEOF_AR_FILE_HDR_BIG; bfd_ardata (abfd)->tdata = bfd_zalloc (abfd, amt); if (bfd_ardata (abfd)->tdata == NULL) - return NULL; + goto error_ret; memcpy (bfd_ardata (abfd)->tdata, &hdr, SIZEOF_AR_FILE_HDR_BIG); } if (! _bfd_xcoff_slurp_armap (abfd)) { + error_ret: bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = (struct artdata *) NULL; + error_ret_restore: + bfd_ardata (abfd) = tdata_hold; return NULL; } diff -uprN binutils-2.12.90.0.15/bfd/coff64-rs6000.c binutils-2.13.90.0.2/bfd/coff64-rs6000.c --- binutils-2.12.90.0.15/bfd/coff64-rs6000.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/coff64-rs6000.c Thu Aug 1 17:49:32 2002 @@ -1840,7 +1840,8 @@ xcoff64_slurp_armap (abfd) return true; } - off = strtol (xcoff_ardata_big (abfd)->symoff64, (char **) NULL, 10); + off = bfd_scan_vma (xcoff_ardata_big (abfd)->symoff64, + (const char **) NULL, 10); if (off == 0) { bfd_has_map (abfd) = false; @@ -1861,10 +1862,7 @@ xcoff64_slurp_armap (abfd) if (bfd_seek (abfd, pos, SEEK_CUR) != 0) return false; - /* XXX This actually has to be a call to strtoll (at least on 32-bit - machines) since the field width is 20 and there numbers with more - than 32 bits can be represented. */ - sz = strtol (hdr.size, (char **) NULL, 10); + sz = bfd_scan_vma (hdr.size, (const char **) NULL, 10); /* Read in the entire symbol table. */ contents = (bfd_byte *) bfd_alloc (abfd, sz); @@ -1920,6 +1918,7 @@ static const bfd_target * xcoff64_archive_p (abfd) bfd *abfd; { + struct artdata *tdata_hold; char magic[SXCOFFARMAG]; /* This is the new format. */ struct xcoff_ar_file_hdr_big hdr; @@ -1938,50 +1937,46 @@ xcoff64_archive_p (abfd) return NULL; } - /* We are setting bfd_ardata(abfd) here, but since bfd_ardata - involves a cast, we can't do it as the left operand of - assignment. */ - amt = sizeof (struct artdata); - abfd->tdata.aout_ar_data = (struct artdata *) bfd_zalloc (abfd, amt); - - if (bfd_ardata (abfd) == (struct artdata *) NULL) - return NULL; - - bfd_ardata (abfd)->cache = NULL; - bfd_ardata (abfd)->archive_head = NULL; - bfd_ardata (abfd)->symdefs = NULL; - bfd_ardata (abfd)->extended_names = NULL; - /* Copy over the magic string. */ memcpy (hdr.magic, magic, SXCOFFARMAG); /* Now read the rest of the file header. */ - if (bfd_bread ((PTR) &hdr.memoff, - (bfd_size_type) (SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG), - abfd) != SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG) + amt = SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG; + if (bfd_bread ((PTR) &hdr.memoff, amt, abfd) != amt) { if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); return NULL; } - /* XXX This actually has to be a call to strtoll (at least on 32-bit - machines) since the field width is 20 and there numbers with more - than 32 bits can be represented. */ - bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff, - (char **) NULL, 10); + tdata_hold = bfd_ardata (abfd); + + amt = sizeof (struct artdata); + bfd_ardata (abfd) = (struct artdata *) bfd_zalloc (abfd, amt); + if (bfd_ardata (abfd) == (struct artdata *) NULL) + goto error_ret_restore; + + bfd_ardata (abfd)->cache = NULL; + bfd_ardata (abfd)->archive_head = NULL; + bfd_ardata (abfd)->symdefs = NULL; + bfd_ardata (abfd)->extended_names = NULL; + bfd_ardata (abfd)->first_file_filepos = bfd_scan_vma (hdr.firstmemoff, + (const char **) NULL, + 10); amt = SIZEOF_AR_FILE_HDR_BIG; bfd_ardata (abfd)->tdata = bfd_zalloc (abfd, amt); if (bfd_ardata (abfd)->tdata == NULL) - return NULL; + goto error_ret; memcpy (bfd_ardata (abfd)->tdata, &hdr, SIZEOF_AR_FILE_HDR_BIG); if (! xcoff64_slurp_armap (abfd)) { + error_ret: bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = (struct artdata *) NULL; + error_ret_restore: + bfd_ardata (abfd) = tdata_hold; return NULL; } @@ -2011,20 +2006,15 @@ xcoff64_openr_next_archived_file (archiv } else { - /* XXX These actually have to be a calls to strtoll (at least - on 32-bit machines) since the fields's width is 20 and - there numbers with more than 32 bits can be represented. */ - filestart = strtol (arch_xhdr_big (last_file)->nextoff, (char **) NULL, - 10); - } - /* XXX These actually have to be calls to strtoll (at least on 32-bit - machines) since the fields's width is 20 and there numbers with more - than 32 bits can be represented. */ + filestart = bfd_scan_vma (arch_xhdr_big (last_file)->nextoff, + (const char **) NULL, 10); + } + if (filestart == 0 - || filestart == strtol (xcoff_ardata_big (archive)->memoff, - (char **) NULL, 10) - || filestart == strtol (xcoff_ardata_big (archive)->symoff, - (char **) NULL, 10)) + || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, + (const char **) NULL, 10) + || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->symoff, + (const char **) NULL, 10)) { bfd_set_error (bfd_error_no_more_archived_files); return NULL; diff -uprN binutils-2.12.90.0.15/bfd/coffgen.c binutils-2.13.90.0.2/bfd/coffgen.c --- binutils-2.12.90.0.15/bfd/coffgen.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/coffgen.c Thu Aug 1 17:49:32 2002 @@ -178,6 +178,7 @@ coff_real_object_p (abfd, nscns, interna flagword oflags = abfd->flags; bfd_vma ostart = bfd_get_start_address (abfd); PTR tdata; + PTR tdata_save; bfd_size_type readsize; /* length of file_info */ unsigned int scnhsz; char *external_sections; @@ -206,9 +207,10 @@ coff_real_object_p (abfd, nscns, interna /* Set up the tdata area. ECOFF uses its own routine, and overrides abfd->flags. */ + tdata_save = abfd->tdata.any; tdata = bfd_coff_mkobject_hook (abfd, (PTR) internal_f, (PTR) internal_a); if (tdata == NULL) - return 0; + goto fail2; scnhsz = bfd_coff_scnhsz (abfd); readsize = (bfd_size_type) nscns * scnhsz; @@ -245,6 +247,8 @@ coff_real_object_p (abfd, nscns, interna fail: bfd_release (abfd, tdata); + fail2: + abfd->tdata.any = tdata_save; abfd->flags = oflags; bfd_get_start_address (abfd) = ostart; return (const bfd_target *) NULL; @@ -270,12 +274,13 @@ coff_object_p (abfd) filehdr = bfd_alloc (abfd, filhsz); if (filehdr == NULL) - return 0; + return NULL; if (bfd_bread (filehdr, filhsz, abfd) != filhsz) { if (bfd_get_error () != bfd_error_system_call) bfd_set_error (bfd_error_wrong_format); - return 0; + bfd_release (abfd, filehdr); + return NULL; } bfd_coff_swap_filehdr_in (abfd, filehdr, &internal_f); bfd_release (abfd, filehdr); @@ -292,7 +297,7 @@ coff_object_p (abfd) || internal_f.f_opthdr > aoutsz) { bfd_set_error (bfd_error_wrong_format); - return 0; + return NULL; } nscns = internal_f.f_nscns; @@ -302,13 +307,15 @@ coff_object_p (abfd) opthdr = bfd_alloc (abfd, aoutsz); if (opthdr == NULL) - return 0; + return NULL; if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd) != internal_f.f_opthdr) { - return 0; + bfd_release (abfd, opthdr); + return NULL; } bfd_coff_swap_aouthdr_in (abfd, opthdr, (PTR) &internal_a); + bfd_release (abfd, opthdr); } return coff_real_object_p (abfd, nscns, &internal_f, diff -uprN binutils-2.12.90.0.15/bfd/config.bfd binutils-2.13.90.0.2/bfd/config.bfd --- binutils-2.12.90.0.15/bfd/config.bfd Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/config.bfd Thu Aug 1 17:49:32 2002 @@ -128,6 +128,10 @@ case "${targ}" in targ_selvecs="bfd_elf32_littlearm_vec bfd_elf32_bigarm_vec" targ_underscore=yes ;; + arm-*-nto* | nto*arm*) + targ_defvec=bfd_elf32_littlearmqnx_vec + targ_selvecs=bfd_elf32_bigarmqnx_vec + ;; arm-*-riscix*) targ_defvec=riscix_vec ;; @@ -416,6 +420,7 @@ case "${targ}" in i[3456]86-*-linux-gnu*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec" + targ64_selvecs=bfd_elf64_x86_64_vec ;; #ifdef BFD64 x86_64-*-freebsd*) @@ -744,21 +749,23 @@ case "${targ}" in ;; #ifdef BFD64 mips64*el-*-linux*) - targ_defvec=bfd_elf32_tradlittlemips_vec - targ_selvecs="bfd_elf32_tradbigmips_vec bfd_elf64_tradlittlemips_vec bfd_elf64_tradbigmips_vec" + targ_defvec=bfd_elf32_ntradlittlemips_vec + targ_selvecs="bfd_elf32_ntradbigmips_vec bfd_elf32_tradlittlemips_vec bfd_elf32_tradbigmips_vec bfd_elf64_tradlittlemips_vec bfd_elf64_tradbigmips_vec" ;; mips64*-*-linux*) - targ_defvec=bfd_elf32_tradbigmips_vec - targ_selvecs="bfd_elf32_tradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec" + targ_defvec=bfd_elf32_ntradbigmips_vec + targ_selvecs="bfd_elf32_ntradlittlemips_vec bfd_elf32_tradbigmips_vec bfd_elf32_tradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec" ;; #endif mips*el-*-linux*) targ_defvec=bfd_elf32_tradlittlemips_vec - targ_selvecs="bfd_elf32_tradbigmips_vec bfd_elf64_tradlittlemips_vec bfd_elf64_tradbigmips_vec ecoff_little_vec ecoff_big_vec" + targ_selvecs="bfd_elf32_tradbigmips_vec ecoff_little_vec ecoff_big_vec" + targ64_selvecs="bfd_elf32_ntradlittlemips_vec bfd_elf64_tradlittlemips_vec bfd_elf32_ntradbigmips_vec bfd_elf64_tradbigmips_vec" ;; mips*-*-linux*) targ_defvec=bfd_elf32_tradbigmips_vec - targ_selvecs="bfd_elf32_tradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec ecoff_big_vec ecoff_little_vec" + targ_selvecs="bfd_elf32_tradlittlemips_vec ecoff_big_vec ecoff_little_vec" + targ64_selvecs="bfd_elf32_ntradbigmips_vec bfd_elf64_tradbigmips_vec bfd_elf32_ntradlittlemips_vec bfd_elf64_tradlittlemips_vec" ;; #ifdef BFD64 mmix-*-*) @@ -1176,7 +1183,7 @@ esac # to be used on an arbitrary ELF file for anything other than # relocation information. case "${targ_defvec} ${targ_selvecs}" in - *bfd_elf64*) + *bfd_elf64* | *bfd_elf32_n*mips*) targ_selvecs="${targ_selvecs} bfd_elf64_little_generic_vec bfd_elf64_big_generic_vec bfd_elf32_little_generic_vec bfd_elf32_big_generic_vec" ;; *bfd_elf32*) diff -uprN binutils-2.12.90.0.15/bfd/configure binutils-2.13.90.0.2/bfd/configure --- binutils-2.12.90.0.15/bfd/configure Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/configure Thu Aug 1 19:58:41 2002 @@ -1118,7 +1118,7 @@ fi PACKAGE=bfd -VERSION=2.12.90.0.15 +VERSION=2.13.90.0.2 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -6057,6 +6057,7 @@ do bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; bfd_elf32_bigarm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;; bfd_elf32_bigarm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;; + bfd_elf32_bigarmqnx_vec) tb="$tb elfarmqnx-nabi.lo elfarm-nabi.lo elf32.lo $elf" ;; bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;; bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;; @@ -6080,6 +6081,7 @@ do bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; bfd_elf32_littlearm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;; bfd_elf32_littlearm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;; + bfd_elf32_littlearmqnx_vec) tb="$tb elfarmqnx-nabi.lo elfarm-nabi.lo elf32.lo $elf" ;; bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;; bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32.lo $elf" ;; @@ -6090,6 +6092,10 @@ do bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;; bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;; + bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;; bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;; bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";; @@ -6316,10 +6322,10 @@ case ${host64}-${target64}-${want64} in if test -n "$GCC" ; then bad_64bit_gcc=no; echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6 -echo "configure:6320: checking for gcc version with buggy 64-bit support" >&5 +echo "configure:6326: checking for gcc version with buggy 64-bit support" >&5 # Add more tests for gcc versions with non-working 64-bit support here. cat > conftest.$ac_ext <&6 -echo "configure:6368: checking for $ac_hdr" >&5 +echo "configure:6374: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6403,12 +6409,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6407: checking for $ac_func" >&5 +echo "configure:6413: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6456,7 +6462,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:6460: checking for working mmap" >&5 +echo "configure:6466: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6464,7 +6470,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -6642,12 +6648,12 @@ fi for ac_func in madvise mprotect do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6646: checking for $ac_func" >&5 +echo "configure:6652: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else diff -uprN binutils-2.12.90.0.15/bfd/configure.in binutils-2.13.90.0.2/bfd/configure.in --- binutils-2.12.90.0.15/bfd/configure.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/configure.in Thu Aug 1 19:58:41 2002 @@ -7,7 +7,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.12.90.0.15) +AM_INIT_AUTOMAKE(bfd, 2.13.90.0.2) # Uncomment the next line to remove the date from the reported bfd version #is_release=y @@ -564,6 +564,7 @@ do bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; bfd_elf32_bigarm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;; bfd_elf32_bigarm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;; + bfd_elf32_bigarmqnx_vec) tb="$tb elfarmqnx-nabi.lo elfarm-nabi.lo elf32.lo $elf" ;; bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;; bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;; @@ -587,6 +588,7 @@ do bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; bfd_elf32_littlearm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;; bfd_elf32_littlearm_vec) tb="$tb elfarm-nabi.lo elf32.lo $elf" ;; + bfd_elf32_littlearmqnx_vec) tb="$tb elfarmqnx-nabi.lo elfarm-nabi.lo elf32.lo $elf" ;; bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;; bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32.lo $elf" ;; @@ -597,6 +599,10 @@ do bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;; bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;; + bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; + bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;; bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;; bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";; diff -uprN binutils-2.12.90.0.15/bfd/cpu-ns32k.c binutils-2.13.90.0.2/bfd/cpu-ns32k.c --- binutils-2.12.90.0.15/bfd/cpu-ns32k.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/cpu-ns32k.c Thu Aug 1 17:49:32 2002 @@ -4,21 +4,21 @@ Almost totally rewritten by Ian Dall from initial work by Andrew Cagney. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suit static const bfd_arch_info_type arch_info_struct[] = { - N(32532,"ns32k:32532",true, 0), /* the word ns32k will match this too */ + N(32532,"ns32k:32532",true, 0), /* The word ns32k will match this too. */ }; const bfd_arch_info_type bfd_ns32k_arch = @@ -40,7 +40,7 @@ static bfd_reloc_status_type do_ns32k_re PARAMS ((bfd *, arelent *, struct symbol_cache_entry *, PTR, asection *, bfd *, char **, bfd_vma (*) (bfd_byte *, int), - int (*) (bfd_vma, bfd_byte *, int))); + void (*) (bfd_vma, bfd_byte *, int))); bfd_vma _bfd_ns32k_get_displacement (buffer, size) @@ -48,6 +48,7 @@ _bfd_ns32k_get_displacement (buffer, siz int size; { bfd_signed_vma value; + switch (size) { case 1: @@ -70,10 +71,11 @@ _bfd_ns32k_get_displacement (buffer, siz abort (); return 0; } + return value; } -int +void _bfd_ns32k_put_displacement (value, buffer, size) bfd_vma value; bfd_byte *buffer; @@ -82,15 +84,11 @@ _bfd_ns32k_put_displacement (value, buff switch (size) { case 1: - if (value + 0x40 > 0x7f) - return -1; value &= 0x7f; *buffer++ = value; break; case 2: - if (value + 0x2000 > 0x3fff) - return -1; value &= 0x3fff; value |= 0x8000; *buffer++ = (value >> 8); @@ -98,19 +96,14 @@ _bfd_ns32k_put_displacement (value, buff break; case 4: - /* FIXME: is this correct? -0x1f000000 <= value < 0x2000000 */ - if (value + 0x1f000000 > 0x3effffff) - return -1; value |= (bfd_vma) 0xc0000000; *buffer++ = (value >> 24); *buffer++ = (value >> 16); *buffer++ = (value >> 8); *buffer++ = value; break; - default: - return -1; } - return 0; + return; } bfd_vma @@ -119,13 +112,9 @@ _bfd_ns32k_get_immediate (buffer, size) int size; { bfd_vma value = 0; + switch (size) { - case 8: - value = (value << 8) | (*buffer++ & 0xff); - value = (value << 8) | (*buffer++ & 0xff); - value = (value << 8) | (*buffer++ & 0xff); - value = (value << 8) | (*buffer++ & 0xff); case 4: value = (value << 8) | (*buffer++ & 0xff); value = (value << 8) | (*buffer++ & 0xff); @@ -133,11 +122,14 @@ _bfd_ns32k_get_immediate (buffer, size) value = (value << 8) | (*buffer++ & 0xff); case 1: value = (value << 8) | (*buffer++ & 0xff); + break; + default: + abort (); } return value; } -int +void _bfd_ns32k_put_immediate (value, buffer, size) bfd_vma value; bfd_byte *buffer; @@ -146,11 +138,6 @@ _bfd_ns32k_put_immediate (value, buffer, buffer += size - 1; switch (size) { - case 8: - *buffer-- = (value & 0xff); value >>= 8; - *buffer-- = (value & 0xff); value >>= 8; - *buffer-- = (value & 0xff); value >>= 8; - *buffer-- = (value & 0xff); value >>= 8; case 4: *buffer-- = (value & 0xff); value >>= 8; *buffer-- = (value & 0xff); value >>= 8; @@ -159,14 +146,13 @@ _bfd_ns32k_put_immediate (value, buffer, case 1: *buffer-- = (value & 0xff); value >>= 8; } - return 0; } /* This is just like the standard perform_relocation except we - * use get_data and put_data which know about the ns32k - * storage methods. - * This is probably a lot more complicated than it needs to be! - */ + use get_data and put_data which know about the ns32k storage + methods. This is probably a lot more complicated than it + needs to be! */ + static bfd_reloc_status_type do_ns32k_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message, get_data, put_data) @@ -178,7 +164,7 @@ do_ns32k_reloc (abfd, reloc_entry, symbo bfd *output_bfd; char **error_message ATTRIBUTE_UNUSED; bfd_vma (*get_data) PARAMS ((bfd_byte *, int)); - int (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); + void (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); { int overflow = 0; bfd_vma relocation; @@ -262,7 +248,6 @@ do_ns32k_reloc (abfd, reloc_entry, symbo producing relocateable output it is not what the code actually does. I don't want to change it, because it seems far too likely that something will break. */ - relocation -= input_section->output_section->vma + input_section->output_offset; @@ -299,71 +284,76 @@ do_ns32k_reloc (abfd, reloc_entry, symbo relocation with -r. Removing the line below this comment fixes that problem; see PR 2953. -However, Ian wrote the following, regarding removing the line below, -which explains why it is still enabled: --djm + However, Ian wrote the following, regarding removing the line + below, which explains why it is still enabled: --djm -If you put a patch like that into BFD you need to check all the COFF -linkers. I am fairly certain that patch will break coff-i386 (e.g., -SCO); see coff_i386_reloc in coff-i386.c where I worked around the -problem in a different way. There may very well be a reason that the -code works as it does. - -Hmmm. The first obvious point is that bfd_perform_relocation should -not have any tests that depend upon the flavour. It's seem like -entirely the wrong place for such a thing. The second obvious point -is that the current code ignores the reloc addend when producing -relocateable output for COFF. That's peculiar. In fact, I really -have no idea what the point of the line you want to remove is. - -A typical COFF reloc subtracts the old value of the symbol and adds in -the new value to the location in the object file (if it's a pc -relative reloc it adds the difference between the symbol value and the -location). When relocating we need to preserve that property. - -BFD handles this by setting the addend to the negative of the old -value of the symbol. Unfortunately it handles common symbols in a -non-standard way (it doesn't subtract the old value) but that's a -different story (we can't change it without losing backward -compatibility with old object files) (coff-i386 does subtract the old -value, to be compatible with existing coff-i386 targets, like SCO). - -So everything works fine when not producing relocateable output. When -we are producing relocateable output, logically we should do exactly -what we do when not producing relocateable output. Therefore, your -patch is correct. In fact, it should probably always just set -reloc_entry->addend to 0 for all cases, since it is, in fact, going to -add the value into the object file. This won't hurt the COFF code, -which doesn't use the addend; I'm not sure what it will do to other -formats (the thing to check for would be whether any formats both use -the addend and set partial_inplace). - -When I wanted to make coff-i386 produce relocateable output, I ran -into the problem that you are running into: I wanted to remove that -line. Rather than risk it, I made the coff-i386 relocs use a special -function; it's coff_i386_reloc in coff-i386.c. The function -specifically adds the addend field into the object file, knowing that -bfd_perform_relocation is not going to. If you remove that line, then -coff-i386.c will wind up adding the addend field in twice. It's -trivial to fix; it just needs to be done. - -The problem with removing the line is just that it may break some -working code. With BFD it's hard to be sure of anything. The right -way to deal with this is simply to build and test at least all the -supported COFF targets. It should be straightforward if time and disk -space consuming. For each target: - 1) build the linker - 2) generate some executable, and link it using -r (I would - probably use paranoia.o and link against newlib/libc.a, which - for all the supported targets would be available in - /usr/cygnus/progressive/H-host/target/lib/libc.a). - 3) make the change to reloc.c - 4) rebuild the linker - 5) repeat step 2 - 6) if the resulting object files are the same, you have at least - made it no worse - 7) if they are different you have to figure out which version is - right -*/ + If you put a patch like that into BFD you need to check all + the COFF linkers. I am fairly certain that patch will break + coff-i386 (e.g., SCO); see coff_i386_reloc in coff-i386.c + where I worked around the problem in a different way. There + may very well be a reason that the code works as it does. + + Hmmm. The first obvious point is that bfd_perform_relocation + should not have any tests that depend upon the flavour. It's + seem like entirely the wrong place for such a thing. The + second obvious point is that the current code ignores the + reloc addend when producing relocateable output for COFF. + That's peculiar. In fact, I really have no idea what the + point of the line you want to remove is. + + A typical COFF reloc subtracts the old value of the symbol + and adds in the new value to the location in the object file + (if it's a pc relative reloc it adds the difference between + the symbol value and the location). When relocating we need + to preserve that property. + + BFD handles this by setting the addend to the negative of the + old value of the symbol. Unfortunately it handles common + symbols in a non-standard way (it doesn't subtract the old + value) but that's a different story (we can't change it + without losing backward compatibility with old object files) + (coff-i386 does subtract the old value, to be compatible with + existing coff-i386 targets, like SCO). + + So everything works fine when not producing relocateable + output. When we are producing relocateable output, logically + we should do exactly what we do when not producing + relocateable output. Therefore, your patch is correct. In + fact, it should probably always just set reloc_entry->addend + to 0 for all cases, since it is, in fact, going to add the + value into the object file. This won't hurt the COFF code, + which doesn't use the addend; I'm not sure what it will do + to other formats (the thing to check for would be whether + any formats both use the addend and set partial_inplace). + + When I wanted to make coff-i386 produce relocateable output, + I ran into the problem that you are running into: I wanted + to remove that line. Rather than risk it, I made the + coff-i386 relocs use a special function; it's coff_i386_reloc + in coff-i386.c. The function specifically adds the addend + field into the object file, knowing that bfd_perform_relocation + is not going to. If you remove that line, then coff-i386.c + will wind up adding the addend field in twice. It's trivial + to fix; it just needs to be done. + + The problem with removing the line is just that it may break + some working code. With BFD it's hard to be sure of anything. + The right way to deal with this is simply to build and test at + least all the supported COFF targets. It should be + straightforward if time and disk space consuming. For each + target: + 1) build the linker + 2) generate some executable, and link it using -r (I would + probably use paranoia.o and link against newlib/libc.a, + which for all the supported targets would be available in + /usr/cygnus/progressive/H-host/target/lib/libc.a). + 3) make the change to reloc.c + 4) rebuild the linker + 5) repeat step 2 + 6) if the resulting object files are the same, you have at + least made it no worse + 7) if they are different you have to figure out which + version is right. */ relocation -= reloc_entry->addend; #endif reloc_entry->addend = 0; @@ -462,11 +452,9 @@ space consuming. For each target: } } - /* - Either we are relocating all the way, or we don't want to apply - the relocation to the reloc entry (probably because there isn't - any room in the output format to describe addends to relocs) - */ + /* Either we are relocating all the way, or we don't want to apply + the relocation to the reloc entry (probably because there isn't + any room in the output format to describe addends to relocs). */ /* The cast to bfd_vma avoids a bug in the Alpha OSF/1 C compiler (OSF version 1.3, compiler version 3.11). It miscompiles the @@ -493,11 +481,10 @@ space consuming. For each target: relocation >>= (bfd_vma) howto->rightshift; - /* Shift everything up to where it's going to be used */ - + /* Shift everything up to where it's going to be used. */ relocation <<= (bfd_vma) howto->bitpos; - /* Wait for the day when all have the mask in them */ + /* Wait for the day when all have the mask in them. */ /* What we do: i instruction to be left alone @@ -527,8 +514,7 @@ space consuming. For each target: B B B B B or A A A A A ----------------------- - R R R R R R R R R R put into bfd_put - */ + R R R R R R R R R R put into bfd_put. */ #define DOIT(x) \ x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) @@ -538,39 +524,39 @@ space consuming. For each target: { case 0: { - char x = get_data (location, 1); + bfd_vma x = get_data (location, 1); DOIT (x); - overflow = put_data ((bfd_vma) x, location, 1); + put_data ((bfd_vma) x, location, 1); } break; case 1: if (relocation) { - short x = get_data (location, 2); + bfd_vma x = get_data (location, 2); DOIT (x); - overflow = put_data ((bfd_vma) x, location, 2); + put_data ((bfd_vma) x, location, 2); } break; case 2: if (relocation) { - long x = get_data (location, 4); + bfd_vma x = get_data (location, 4); DOIT (x); - overflow = put_data ((bfd_vma) x, location, 4); + put_data ((bfd_vma) x, location, 4); } break; case -2: { - long x = get_data (location, 4); + bfd_vma x = get_data (location, 4); relocation = -relocation; DOIT(x); - overflow = put_data ((bfd_vma) x, location, 4); + put_data ((bfd_vma) x, location, 4); } break; case 3: - /* Do nothing */ + /* Do nothing. */ break; case 4: @@ -579,7 +565,7 @@ space consuming. For each target: { bfd_vma x = get_data (location, 8); DOIT (x); - overflow = put_data (x, location, 8); + put_data (x, location, 8); } #else abort (); @@ -604,7 +590,7 @@ _bfd_do_ns32k_reloc_contents (howto, inp bfd_vma relocation; bfd_byte *location; bfd_vma (*get_data) PARAMS ((bfd_byte *, int)); - int (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); + void (*put_data) PARAMS ((bfd_vma, bfd_byte *, int)); { int size; bfd_vma x; diff -uprN binutils-2.12.90.0.15/bfd/doc/Makefile.in binutils-2.13.90.0.2/bfd/doc/Makefile.in --- binutils-2.12.90.0.15/bfd/doc/Makefile.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/doc/Makefile.in Thu Aug 1 17:49:32 2002 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -129,19 +129,10 @@ wordsize = @wordsize@ AUTOMAKE_OPTIONS = cygnus -DOCFILES = aoutx.texi archive.texi archures.texi \ - bfdt.texi cache.texi coffcode.texi \ - core.texi elf.texi elfcode.texi format.texi libbfd.texi \ - opncls.texi reloc.texi section.texi \ - syms.texi targets.texi init.texi hash.texi linker.texi \ - mmo.texi +DOCFILES = aoutx.texi archive.texi archures.texi bfdt.texi cache.texi coffcode.texi core.texi elf.texi elfcode.texi format.texi libbfd.texi opncls.texi reloc.texi section.texi syms.texi targets.texi init.texi hash.texi linker.texi mmo.texi -PROTOS = archive.p archures.p bfd.p \ - core.p format.p \ - libbfd.p opncls.p reloc.p \ - section.p syms.p targets.p \ - format.p core.p init.p +PROTOS = archive.p archures.p bfd.p core.p format.p libbfd.p opncls.p reloc.p section.p syms.p targets.p format.p core.p init.p IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip @@ -149,30 +140,13 @@ IPROTOS = cache.ip libbfd.ip reloc.ip in # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction # between VPATH and suffix rules. If you use GNU Make, perhaps other Makes, # you don't need these three: -SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \ - $(srcdir)/../archures.c $(srcdir)/../bfd.c \ - $(srcdir)/../cache.c $(srcdir)/../coffcode.h \ - $(srcdir)/../corefile.c $(srcdir)/../elf.c \ - $(srcdir)/../elfcode.h $(srcdir)/../format.c \ - $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \ - $(srcdir)/../reloc.c $(srcdir)/../section.c \ - $(srcdir)/../syms.c $(srcdir)/../targets.c \ - $(srcdir)/../hash.c $(srcdir)/../linker.c \ - $(srcdir)/../mmo.c - - -SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \ - $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \ - $(srcdir)/../format.c $(srcdir)/../libbfd.c \ - $(srcdir)/../opncls.c $(srcdir)/../reloc.c \ - $(srcdir)/../section.c $(srcdir)/../syms.c \ - $(srcdir)/../targets.c $(srcdir)/../init.c - - -SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \ - $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \ - $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \ - $(srcdir)/../init.c +SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c $(srcdir)/../archures.c $(srcdir)/../bfd.c $(srcdir)/../cache.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c $(srcdir)/../elf.c $(srcdir)/../elfcode.h $(srcdir)/../format.c $(srcdir)/../libbfd.c $(srcdir)/../opncls.c $(srcdir)/../reloc.c $(srcdir)/../section.c $(srcdir)/../syms.c $(srcdir)/../targets.c $(srcdir)/../hash.c $(srcdir)/../linker.c $(srcdir)/../mmo.c + + +SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c $(srcdir)/../format.c $(srcdir)/../libbfd.c $(srcdir)/../opncls.c $(srcdir)/../reloc.c $(srcdir)/../section.c $(srcdir)/../syms.c $(srcdir)/../targets.c $(srcdir)/../init.c + + +SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c $(srcdir)/../init.c TEXIDIR = $(srcdir)/../../texinfo/fsf @@ -181,45 +155,13 @@ info_TEXINFOS = bfd.texinfo MKDOC = chew$(EXEEXT_FOR_BUILD) -LIBBFD_H_DEP = \ - $(srcdir)/../libbfd-in.h \ - $(srcdir)/../init.c \ - $(srcdir)/../libbfd.c \ - $(srcdir)/../cache.c \ - $(srcdir)/../reloc.c \ - $(srcdir)/../archures.c \ - $(srcdir)/../elf.c \ - $(srcdir)/header.sed \ - $(srcdir)/proto.str \ - $(MKDOC) - - -LIBCOFF_H_DEP = \ - $(srcdir)/../libcoff-in.h \ - $(srcdir)/../coffcode.h \ - $(srcdir)/header.sed \ - $(srcdir)/proto.str \ - $(MKDOC) - - -BFD_H_DEP = \ - $(srcdir)/../bfd-in.h \ - $(srcdir)/../init.c \ - $(srcdir)/../opncls.c \ - $(srcdir)/../libbfd.c \ - $(srcdir)/../section.c \ - $(srcdir)/../archures.c \ - $(srcdir)/../reloc.c \ - $(srcdir)/../syms.c \ - $(srcdir)/../bfd.c \ - $(srcdir)/../archive.c \ - $(srcdir)/../corefile.c \ - $(srcdir)/../targets.c \ - $(srcdir)/../format.c \ - $(srcdir)/header.sed \ - $(srcdir)/proto.str \ - $(srcdir)/../version.h \ - $(MKDOC) +LIBBFD_H_DEP = $(srcdir)/../libbfd-in.h $(srcdir)/../init.c $(srcdir)/../libbfd.c $(srcdir)/../cache.c $(srcdir)/../reloc.c $(srcdir)/../archures.c $(srcdir)/../elf.c $(srcdir)/header.sed $(srcdir)/proto.str $(MKDOC) + + +LIBCOFF_H_DEP = $(srcdir)/../libcoff-in.h $(srcdir)/../coffcode.h $(srcdir)/header.sed $(srcdir)/proto.str $(MKDOC) + + +BFD_H_DEP = $(srcdir)/../bfd-in.h $(srcdir)/../init.c $(srcdir)/../opncls.c $(srcdir)/../libbfd.c $(srcdir)/../section.c $(srcdir)/../archures.c $(srcdir)/../reloc.c $(srcdir)/../syms.c $(srcdir)/../bfd.c $(srcdir)/../archive.c $(srcdir)/../corefile.c $(srcdir)/../targets.c $(srcdir)/../format.c $(srcdir)/header.sed $(srcdir)/proto.str $(srcdir)/../version.h $(MKDOC) noinst_TEXINFOS = bfdint.texi @@ -244,7 +186,7 @@ DIST_COMMON = ChangeLog Makefile.am Mak DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff -uprN binutils-2.12.90.0.15/bfd/ecoff.c binutils-2.13.90.0.2/bfd/ecoff.c --- binutils-2.12.90.0.15/bfd/ecoff.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/ecoff.c Thu Aug 1 17:49:32 2002 @@ -3289,8 +3289,6 @@ _bfd_ecoff_archive_p (abfd) char armag[SARMAG + 1]; bfd_size_type amt; - tdata_hold = abfd->tdata.aout_ar_data; - if (bfd_bread ((PTR) armag, (bfd_size_type) SARMAG, abfd) != SARMAG) { if (bfd_get_error () != bfd_error_system_call) @@ -3304,15 +3302,13 @@ _bfd_ecoff_archive_p (abfd) return NULL; } - /* We are setting bfd_ardata(abfd) here, but since bfd_ardata - involves a cast, we can't do it as the left operand of - assignment. */ - amt = sizeof (struct artdata); - abfd->tdata.aout_ar_data = (struct artdata *) bfd_zalloc (abfd, amt); + tdata_hold = bfd_ardata (abfd); + amt = sizeof (struct artdata); + bfd_ardata (abfd) = (struct artdata *) bfd_zalloc (abfd, amt); if (bfd_ardata (abfd) == (struct artdata *) NULL) { - abfd->tdata.aout_ar_data = tdata_hold; + bfd_ardata (abfd) = tdata_hold; return (const bfd_target *) NULL; } @@ -3327,7 +3323,7 @@ _bfd_ecoff_archive_p (abfd) || ! _bfd_ecoff_slurp_extended_name_table (abfd)) { bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = tdata_hold; + bfd_ardata (abfd) = tdata_hold; return (const bfd_target *) NULL; } @@ -3345,22 +3341,23 @@ _bfd_ecoff_archive_p (abfd) first = bfd_openr_next_archived_file (abfd, (bfd *) NULL); if (first != NULL) { - boolean fail; - first->target_defaulted = false; - fail = false; if (bfd_check_format (first, bfd_object) && first->xvec != abfd->xvec) { +#if 0 + /* We ought to close `first' here, but we can't, because + we have no way to remove it from the archive cache. + It's close to impossible to figure out when we can + release bfd_ardata. FIXME. */ (void) bfd_close (first); bfd_release (abfd, bfd_ardata (abfd)); - abfd->tdata.aout_ar_data = tdata_hold; - bfd_set_error (bfd_error_wrong_format); +#endif + bfd_set_error (bfd_error_wrong_object_format); + bfd_ardata (abfd) = tdata_hold; return NULL; } - - /* We ought to close first here, but we can't, because we - have no way to remove it from the archive cache. FIXME. */ + /* And we ought to close `first' here too. */ } } diff -uprN binutils-2.12.90.0.15/bfd/elf-bfd.h binutils-2.13.90.0.2/bfd/elf-bfd.h --- binutils-2.12.90.0.15/bfd/elf-bfd.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf-bfd.h Mon Jul 29 08:19:16 2002 @@ -3,21 +3,21 @@ 2002 Free Software Foundation, Inc. Written by Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _LIBELF_H_ #define _LIBELF_H_ 1 @@ -859,6 +859,10 @@ struct elf_backend_data unsigned can_refcount : 1; unsigned want_got_sym : 1; unsigned want_dynbss : 1; + /* Targets which do not support physical addressing often require + that the p_paddr field in the section header to be set to zero. + This field indicates whether this behavior is required. */ + unsigned want_p_paddr_set_to_zero : 1; }; /* Information stored for each BFD section in an ELF file. This @@ -1554,10 +1558,12 @@ extern Elf_Internal_Rela *_bfd_elf64_lin #define bfd_elf64_link_record_dynamic_symbol \ _bfd_elf_link_record_dynamic_symbol -extern boolean _bfd_elf32_link_record_local_dynamic_symbol - PARAMS ((struct bfd_link_info *, bfd *, long)); -extern boolean _bfd_elf64_link_record_local_dynamic_symbol +extern int elf_link_record_local_dynamic_symbol PARAMS ((struct bfd_link_info *, bfd *, long)); +#define _bfd_elf32_link_record_local_dynamic_symbol \ + elf_link_record_local_dynamic_symbol +#define _bfd_elf64_link_record_local_dynamic_symbol \ + elf_link_record_local_dynamic_symbol extern boolean _bfd_elf_close_and_cleanup PARAMS ((bfd *)); diff -uprN binutils-2.12.90.0.15/bfd/elf-hppa.h binutils-2.13.90.0.2/bfd/elf-hppa.h --- binutils-2.12.90.0.15/bfd/elf-hppa.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf-hppa.h Mon Jul 29 08:19:16 2002 @@ -1376,8 +1376,12 @@ elf_hppa_relocate_section (output_bfd, i Elf_Internal_Shdr *symtab_hdr; Elf_Internal_Rela *rel; Elf_Internal_Rela *relend; - struct elf64_hppa_link_hash_table *hppa_info = elf64_hppa_hash_table (info); + struct elf64_hppa_link_hash_table *hppa_info; + if (info->relocateable) + return true; + + hppa_info = elf64_hppa_hash_table (info); symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; rel = relocs; @@ -1405,28 +1409,8 @@ elf_hppa_relocate_section (output_bfd, i return false; } - r_symndx = ELF_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sym_sec = local_sections[r_symndx]; - rel->r_addend += sym_sec->output_offset; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF_R_SYM (rel->r_info); h = NULL; sym = NULL; sym_sec = NULL; diff -uprN binutils-2.12.90.0.15/bfd/elf-m10200.c binutils-2.13.90.0.2/bfd/elf-m10200.c --- binutils-2.12.90.0.15/bfd/elf-m10200.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf-m10200.c Mon Jul 29 08:19:16 2002 @@ -45,10 +45,6 @@ static bfd_byte * mn10200_elf_get_reloca PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *, boolean, asymbol **)); -/* We have to use RELA instructions since md_apply_fix3 in the assembler - does absolutely nothing. */ -#define USE_RELA - enum reloc_type { R_MN10200_NONE = 0, R_MN10200_32, diff -uprN binutils-2.12.90.0.15/bfd/elf-m10300.c binutils-2.13.90.0.2/bfd/elf-m10300.c --- binutils-2.12.90.0.15/bfd/elf-m10300.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf-m10300.c Mon Jul 29 08:19:16 2002 @@ -134,10 +134,6 @@ static void compute_function_info PARAMS ((bfd *, struct elf32_mn10300_link_hash_entry *, bfd_vma, unsigned char *)); -/* We have to use RELA instructions since md_apply_fix3 in the assembler - does absolutely nothing. */ -#define USE_RELA - static reloc_howto_type elf_mn10300_howto_table[] = { /* Dummy relocation. Does nothing. */ HOWTO (R_MN10300_NONE, diff -uprN binutils-2.12.90.0.15/bfd/elf.c binutils-2.13.90.0.2/bfd/elf.c --- binutils-2.12.90.0.15/bfd/elf.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf.c Thu Aug 1 17:49:32 2002 @@ -2,21 +2,21 @@ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* SECTION @@ -2443,7 +2443,20 @@ elf_fake_sections (abfd, asect, failedpt if ((asect->flags & SEC_GROUP) == 0 && elf_group_name (asect) != NULL) this_hdr->sh_flags |= SHF_GROUP; if ((asect->flags & SEC_THREAD_LOCAL) != 0) - this_hdr->sh_flags |= SHF_TLS; + { + this_hdr->sh_flags |= SHF_TLS; + if (asect->_raw_size == 0 && (asect->flags & SEC_HAS_CONTENTS) == 0) + { + struct bfd_link_order *o; + + this_hdr->sh_size = 0; + for (o = asect->link_order_head; o != NULL; o = o->next) + if (this_hdr->sh_size < o->offset + o->size) + this_hdr->sh_size = o->offset + o->size; + if (this_hdr->sh_size) + this_hdr->sh_type = SHT_NOBITS; + } + } /* Check for processor-specific section types. */ if (bed->elf_backend_fake_sections @@ -4813,9 +4826,11 @@ copy_private_bfd_data (ibfd, obfd) /* The Solaris native linker always sets p_paddr to 0. We try to catch that case here, and set it to the - correct value. */ + correct value. Note - some backends require that + p_paddr be left as zero. */ if (segment->p_paddr == 0 && segment->p_vaddr != 0 + && (! bed->want_p_paddr_set_to_zero) && isec == 0 && output_section->lma != 0 && (output_section->vma == (segment->p_vaddr @@ -4832,7 +4847,10 @@ copy_private_bfd_data (ibfd, obfd) LMA address of the output section. */ if (IS_CONTAINED_BY_LMA (output_section, segment, map->p_paddr) || IS_CONTAINED_BY_FILEPOS (section, segment, bed) - || IS_COREFILE_NOTE (segment, section)) + || IS_COREFILE_NOTE (segment, section) + || (bed->want_p_paddr_set_to_zero && + IS_CONTAINED_BY_VMA (output_section, segment)) + ) { if (matching_lma == 0) matching_lma = output_section->lma; diff -uprN binutils-2.12.90.0.15/bfd/elf32-arm.h binutils-2.13.90.0.2/bfd/elf32-arm.h --- binutils-2.12.90.0.15/bfd/elf32-arm.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-arm.h Thu Aug 1 17:49:32 2002 @@ -42,10 +42,6 @@ static struct elf_link_hash_entry *find_ PARAMS ((struct bfd_link_info *, const char *, bfd *)); static struct elf_link_hash_entry *find_arm_glue PARAMS ((struct bfd_link_info *, const char *, bfd *)); -static void record_arm_to_thumb_glue - PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *)); -static void record_thumb_to_arm_glue - PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *)); static void elf32_arm_post_process_headers PARAMS ((bfd *, struct bfd_link_info *)); static int elf32_arm_to_thumb_stub @@ -84,15 +80,22 @@ static struct bfd_hash_entry * elf32_arm static void arm_add_to_rel PARAMS ((bfd *, bfd_byte *, reloc_howto_type *, bfd_signed_vma)); #endif +static enum elf_reloc_type_class elf32_arm_reloc_type_class + PARAMS ((const Elf_Internal_Rela *)); +#ifndef ELFARM_NABI_C_INCLUDED +static void record_arm_to_thumb_glue + PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *)); +static void record_thumb_to_arm_glue + PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *)); boolean bfd_elf32_arm_allocate_interworking_sections PARAMS ((struct bfd_link_info *)); boolean bfd_elf32_arm_get_bfd_for_interworking PARAMS ((bfd *, struct bfd_link_info *)); boolean bfd_elf32_arm_process_before_allocation PARAMS ((bfd *, struct bfd_link_info *, int)); -static enum elf_reloc_type_class elf32_arm_reloc_type_class - PARAMS ((const Elf_Internal_Rela *)); +#endif + #define INTERWORK_FLAG(abfd) (elf_elfheader (abfd)->e_flags & EF_ARM_INTERWORK) @@ -367,6 +370,7 @@ static const insn16 t2a4_bx_insn = 0x473 static const insn32 t2a5_pop_insn = 0xe8bd4040; static const insn32 t2a6_bx_insn = 0xe12fff1e; +#ifndef ELFARM_NABI_C_INCLUDED boolean bfd_elf32_arm_allocate_interworking_sections (info) struct bfd_link_info * info; @@ -779,6 +783,7 @@ error_return: return false; } +#endif /* The thumb form of a long branch is a bit finicky, because the offset encoding is split over two fields, each in it's own instruction. They @@ -3609,7 +3614,9 @@ elf32_arm_reloc_type_class (rela) #define ELF_ARCH bfd_arch_arm #define ELF_MACHINE_CODE EM_ARM +#ifndef ELF_MAXPAGESIZE #define ELF_MAXPAGESIZE 0x8000 +#endif #define bfd_elf32_bfd_copy_private_bfd_data elf32_arm_copy_private_bfd_data #define bfd_elf32_bfd_merge_private_bfd_data elf32_arm_merge_private_bfd_data @@ -3644,3 +3651,4 @@ elf32_arm_reloc_type_class (rela) #define elf_backend_plt_header_size PLT_ENTRY_SIZE #include "elf32-target.h" + diff -uprN binutils-2.12.90.0.15/bfd/elf32-avr.c binutils-2.13.90.0.2/bfd/elf32-avr.c --- binutils-2.12.90.0.15/bfd/elf32-avr.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-avr.c Mon Jul 29 08:19:16 2002 @@ -46,9 +46,6 @@ static boolean elf32_avr_relocate_sectio static void bfd_elf_avr_final_write_processing PARAMS ((bfd *, boolean)); static boolean elf32_avr_object_p PARAMS ((bfd *)); -/* Use RELA instead of REL */ -#undef USE_REL - static reloc_howto_type elf_avr_howto_table[] = { HOWTO (R_AVR_NONE, /* type */ @@ -722,6 +719,9 @@ elf32_avr_relocate_section (output_bfd, Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; + if (info->relocateable) + return true; + symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); relend = relocs + input_section->reloc_count; @@ -738,30 +738,9 @@ elf32_avr_relocate_section (output_bfd, const char * name = NULL; int r_type; + /* This is a final link. */ r_type = ELF32_R_TYPE (rel->r_info); r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections [r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - - /* This is a final link. */ howto = elf_avr_howto_table + ELF32_R_TYPE (rel->r_info); h = NULL; sym = NULL; @@ -952,6 +931,7 @@ elf32_avr_object_p (abfd) #define elf_backend_gc_sweep_hook elf32_avr_gc_sweep_hook #define elf_backend_check_relocs elf32_avr_check_relocs #define elf_backend_can_gc_sections 1 +#define elf_backend_rela_normal 1 #define elf_backend_final_write_processing \ bfd_elf_avr_final_write_processing #define elf_backend_object_p elf32_avr_object_p diff -uprN binutils-2.12.90.0.15/bfd/elf32-cris.c binutils-2.13.90.0.2/bfd/elf32-cris.c --- binutils-2.12.90.0.15/bfd/elf32-cris.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-cris.c Mon Jul 29 08:19:16 2002 @@ -799,6 +799,9 @@ cris_elf_relocate_section (output_bfd, i Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; + if (info->relocateable) + return true; + dynobj = elf_hash_table (info)->dynobj; local_got_offsets = elf_local_got_offsets (input_bfd); symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; @@ -833,29 +836,8 @@ cris_elf_relocate_section (output_bfd, i || r_type == R_CRIS_GNU_VTENTRY) continue; - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections [r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF32_R_SYM (rel->r_info); howto = cris_elf_howto_table + r_type; h = NULL; sym = NULL; @@ -3113,6 +3095,7 @@ elf_cris_reloc_type_class (rela) take the easy route. */ #define elf_backend_may_use_rel_p 0 #define elf_backend_may_use_rela_p 1 +#define elf_backend_rela_normal 1 #include "elf32-target.h" diff -uprN binutils-2.12.90.0.15/bfd/elf32-fr30.c binutils-2.13.90.0.2/bfd/elf32-fr30.c --- binutils-2.12.90.0.15/bfd/elf32-fr30.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-fr30.c Mon Jul 29 08:19:16 2002 @@ -468,9 +468,6 @@ fr30_final_link_relocate (howto, input_b } /* Relocate an FR30 ELF section. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. diff -uprN binutils-2.12.90.0.15/bfd/elf32-frv.c binutils-2.13.90.0.2/bfd/elf32-frv.c --- binutils-2.12.90.0.15/bfd/elf32-frv.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-frv.c Mon Jul 29 08:19:16 2002 @@ -621,9 +621,6 @@ frv_final_link_relocate (howto, input_bf /* Relocate an FRV ELF section. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. @@ -655,7 +652,7 @@ frv_final_link_relocate (howto, input_bf static boolean elf32_frv_relocate_section (output_bfd, info, input_bfd, input_section, - contents, relocs, local_syms, local_sections) + contents, relocs, local_syms, local_sections) bfd * output_bfd ATTRIBUTE_UNUSED; struct bfd_link_info * info; bfd * input_bfd; @@ -670,6 +667,9 @@ elf32_frv_relocate_section (output_bfd, Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; + if (info->relocateable) + return true; + symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); relend = relocs + input_section->reloc_count; @@ -692,29 +692,8 @@ elf32_frv_relocate_section (output_bfd, || r_type == R_FRV_GNU_VTENTRY) continue; - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections [r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF32_R_SYM (rel->r_info); howto = elf32_frv_howto_table + ELF32_R_TYPE (rel->r_info); h = NULL; sym = NULL; @@ -1389,6 +1368,7 @@ frv_elf_print_private_bfd_data (abfd, pt #define elf_backend_add_symbol_hook elf32_frv_add_symbol_hook #define elf_backend_can_gc_sections 1 +#define elf_backend_rela_normal 1 #define bfd_elf32_bfd_reloc_type_lookup frv_reloc_type_lookup #define bfd_elf32_bfd_set_private_flags frv_elf_set_private_flags diff -uprN binutils-2.12.90.0.15/bfd/elf32-h8300.c binutils-2.13.90.0.2/bfd/elf32-h8300.c --- binutils-2.12.90.0.15/bfd/elf32-h8300.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-h8300.c Mon Jul 29 08:19:16 2002 @@ -429,6 +429,9 @@ elf32_h8_relocate_section (output_bfd, i struct elf_link_hash_entry **sym_hashes; Elf_Internal_Rela *rel, *relend; + if (info->relocateable) + return true; + symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); @@ -444,29 +447,9 @@ elf32_h8_relocate_section (output_bfd, i bfd_vma relocation; bfd_reloc_status_type r; + /* This is a final link. */ r_symndx = ELF32_R_SYM (rel->r_info); r_type = ELF32_R_TYPE (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections[r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - - /* This is a final link. */ h = NULL; sym = NULL; sec = NULL; @@ -1465,6 +1448,7 @@ elf32_h8_get_relocated_section_contents /* Use an H8 specific linker, not the ELF generic linker. */ #define elf_backend_relocate_section elf32_h8_relocate_section +#define elf_backend_rela_normal 1 /* And relaxing stuff. */ #define bfd_elf32_bfd_relax_section elf32_h8_relax_section diff -uprN binutils-2.12.90.0.15/bfd/elf32-hppa.c binutils-2.13.90.0.2/bfd/elf32-hppa.c --- binutils-2.12.90.0.15/bfd/elf32-hppa.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-hppa.c Mon Jul 29 08:19:16 2002 @@ -3610,6 +3610,9 @@ elf32_hppa_relocate_section (output_bfd, Elf_Internal_Rela *rel; Elf_Internal_Rela *relend; + if (info->relocateable) + return true; + symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; htab = hppa_link_hash_table (info); @@ -3641,27 +3644,8 @@ elf32_hppa_relocate_section (output_bfd, || r_type == (unsigned int) R_PARISC_GNU_VTINHERIT) continue; - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocatable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sym_sec = local_sections[r_symndx]; - rel->r_addend += sym_sec->output_offset; - } - } - continue; - } - /* This is a final link. */ + r_symndx = ELF32_R_SYM (rel->r_info); h = NULL; sym = NULL; sym_sec = NULL; @@ -4469,6 +4453,7 @@ elf32_hppa_elf_get_symbol_type (elf_sym, #define elf_backend_plt_readonly 0 #define elf_backend_want_plt_sym 0 #define elf_backend_got_header_size 8 +#define elf_backend_rela_normal 1 #define TARGET_BIG_SYM bfd_elf32_hppa_vec #define TARGET_BIG_NAME "elf32-hppa" diff -uprN binutils-2.12.90.0.15/bfd/elf32-i370.c binutils-2.13.90.0.2/bfd/elf32-i370.c --- binutils-2.12.90.0.15/bfd/elf32-i370.c Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/elf32-i370.c Mon Jul 29 08:19:16 2002 @@ -34,8 +34,6 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf-bfd.h" #include "elf/i370.h" -#define USE_RELA /* we want RELA relocations, not REL */ - /* i370 relocations */ /* Note that there is really just one relocation that we currently * support (and only one that we seem to need, at the moment), and diff -uprN binutils-2.12.90.0.15/bfd/elf32-i386.c binutils-2.13.90.0.2/bfd/elf32-i386.c --- binutils-2.12.90.0.15/bfd/elf32-i386.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-i386.c Thu Aug 1 17:49:32 2002 @@ -697,6 +697,7 @@ elf_i386_link_hash_table_create (abfd) ret->srelplt = NULL; ret->sdynbss = NULL; ret->srelbss = NULL; + ret->tls_ldm_got.refcount = 0; ret->sym_sec.abfd = NULL; return &ret->elf.root; @@ -808,6 +809,12 @@ elf_i386_copy_indirect_symbol (dir, ind) eind->dyn_relocs = NULL; } + if (ind->root.type == bfd_link_hash_indirect + && dir->got.refcount <= 0) + { + edir->tls_type = eind->tls_type; + eind->tls_type = GOT_UNKNOWN; + } _bfd_elf_link_hash_copy_indirect (dir, ind); } diff -uprN binutils-2.12.90.0.15/bfd/elf32-i860.c binutils-2.13.90.0.2/bfd/elf32-i860.c --- binutils-2.12.90.0.15/bfd/elf32-i860.c Thu May 23 15:10:10 2002 +++ binutils-2.13.90.0.2/bfd/elf32-i860.c Mon Jul 29 08:19:16 2002 @@ -831,9 +831,6 @@ i860_final_link_relocate (howto, input_b /* Relocate an i860 ELF section. This is boiler-plate code copied from fr30. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. diff -uprN binutils-2.12.90.0.15/bfd/elf32-ip2k.c binutils-2.13.90.0.2/bfd/elf32-ip2k.c --- binutils-2.12.90.0.15/bfd/elf32-ip2k.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-ip2k.c Thu Aug 1 17:49:32 2002 @@ -1,4 +1,4 @@ -/* Scenix IP2xxx specific support for 32-bit ELF +/* Ubicom IP2xxx specific support for 32-bit ELF Copyright 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -30,10 +30,7 @@ struct misc Elf_Internal_Shdr * symtab_hdr; Elf_Internal_Rela * irelbase; bfd_byte * contents; - bfd_byte * free_contents; - Elf32_External_Sym * extsyms; - Elf32_External_Sym * free_extsyms; - Elf_Internal_Rela * free_relocs; + Elf_Internal_Sym * isymbuf; }; /* Prototypes. */ @@ -41,7 +38,7 @@ static reloc_howto_type * ip2k_reloc_ static void ip2k_info_to_howto_rela PARAMS ((bfd *, arelent *, Elf32_Internal_Rela *)); static asection * ip2k_elf_gc_mark_hook PARAMS ((asection *, struct bfd_link_info *, Elf_Internal_Rela *, struct elf_link_hash_entry *, Elf_Internal_Sym *)); static boolean ip2k_elf_gc_sweep_hook PARAMS ((bfd *, struct bfd_link_info *, asection *, const Elf_Internal_Rela *)); -static bfd_vma symbol_value PARAMS ((bfd *, Elf_Internal_Shdr *, Elf32_External_Sym *, Elf_Internal_Rela *)); +static bfd_vma symbol_value PARAMS ((bfd *, Elf_Internal_Shdr *, Elf32_Internal_Sym *, Elf_Internal_Rela *)); static void adjust_all_relocations PARAMS ((bfd *, asection *, bfd_vma, bfd_vma, int, int)); static boolean ip2k_elf_relax_delete_bytes PARAMS ((bfd *, asection *, bfd_vma, int)); static boolean ip2k_elf_relax_add_bytes PARAMS ((bfd *, asection *, bfd_vma, const bfd_byte *, int, int)); @@ -52,7 +49,6 @@ static boolean unrelax_dis static boolean unrelax_switch_dispatch_tables_passN PARAMS ((bfd *, asection *, bfd_vma, boolean *, struct misc *)); static boolean is_switch_128_dispatch_table_p PARAMS ((bfd *, bfd_vma, boolean, struct misc *)); static boolean is_switch_256_dispatch_table_p PARAMS ((bfd *, bfd_vma, boolean, struct misc *)); -static void tidyup_after_error PARAMS ((struct misc *)); static boolean ip2k_elf_relax_section_pass1 PARAMS ((bfd *, asection *, boolean *, struct misc *)); static boolean ip2k_elf_relax_section_passN PARAMS ((bfd *, asection *, boolean *, boolean *, struct misc *)); static bfd_reloc_status_type ip2k_final_link_relocate PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *, Elf_Internal_Rela *, bfd_vma)); @@ -257,34 +253,28 @@ ip2k_reloc_type_lookup (abfd, code) /* Return the value of the symbol associated with the relocation IREL. */ static bfd_vma -symbol_value (abfd, symtab_hdr, extsyms, irel) +symbol_value (abfd, symtab_hdr, isymbuf, irel) bfd *abfd; Elf_Internal_Shdr *symtab_hdr; - Elf32_External_Sym *extsyms; + Elf32_Internal_Sym *isymbuf; Elf_Internal_Rela *irel; { if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info) { - Elf_External_Sym_Shndx *sym_shndx; - Elf_Internal_Shdr *shndx_hdr; - Elf_Internal_Sym isym; + Elf_Internal_Sym *isym; asection *sym_sec; - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - sym_shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents; - sym_shndx = sym_shndx ? sym_shndx + ELF32_R_SYM (irel->r_info) : NULL; - bfd_elf32_swap_symbol_in (abfd, extsyms + ELF32_R_SYM (irel->r_info), - sym_shndx, &isym); - if (isym.st_shndx == SHN_UNDEF) + isym = isymbuf + ELF32_R_SYM (irel->r_info); + if (isym->st_shndx == SHN_UNDEF) sym_sec = bfd_und_section_ptr; - else if (isym.st_shndx == SHN_ABS) + else if (isym->st_shndx == SHN_ABS) sym_sec = bfd_abs_section_ptr; - else if (isym.st_shndx == SHN_COMMON) + else if (isym->st_shndx == SHN_COMMON) sym_sec = bfd_com_section_ptr; else - sym_sec = bfd_section_from_elf_index (abfd, isym.st_shndx); + sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); - return isym.st_value + BASEADDR (sym_sec); + return isym->st_value + BASEADDR (sym_sec); } else { @@ -772,8 +762,10 @@ ip2k_elf_relax_section (abfd, sec, link_ struct bfd_link_info *link_info; boolean *again; { - Elf_External_Sym_Shndx *shndx_buf; - Elf_Internal_Shdr *shndx_hdr; + Elf_Internal_Shdr *symtab_hdr; + Elf_Internal_Rela *internal_relocs; + bfd_byte *contents = NULL; + Elf_Internal_Sym *isymbuf = NULL; static asection * first_section = NULL; static asection * last_section = NULL; static boolean changed = false; @@ -813,33 +805,18 @@ ip2k_elf_relax_section (abfd, sec, link_ if (pass == 1) last_section = sec; - misc.symtab_hdr = NULL; - misc.irelbase = NULL; - misc.contents = NULL; - misc.free_contents = NULL; - misc.extsyms = NULL; - misc.free_extsyms = NULL; - misc.free_relocs = NULL; - /* If this is the first time we have been called for this section, initialise the cooked size. */ if (sec->_cooked_size == 0) sec->_cooked_size = sec->_raw_size; - misc.symtab_hdr = &elf_tdata (abfd)->symtab_hdr; - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - - misc.irelbase = _bfd_elf32_link_read_relocs (abfd, sec, NULL, - (Elf_Internal_Rela *)NULL, - link_info->keep_memory); - if (misc.irelbase == NULL) - { - tidyup_after_error (&misc); - return false; - } + symtab_hdr = &elf_tdata (abfd)->symtab_hdr; - if (! link_info->keep_memory) - misc.free_relocs = misc.irelbase; + internal_relocs = _bfd_elf32_link_read_relocs (abfd, sec, NULL, + (Elf_Internal_Rela *)NULL, + link_info->keep_memory); + if (internal_relocs == NULL) + goto error_return; /* Make sure the stac.rela stuff gets read in. */ stab = bfd_get_section_by_name (abfd, ".stab"); @@ -855,71 +832,41 @@ ip2k_elf_relax_section (abfd, sec, link_ } /* Get section contents cached copy if it exists. */ - if (elf_section_data (sec)->this_hdr.contents != NULL) - misc.contents = elf_section_data (sec)->this_hdr.contents; - else + if (contents == NULL) { - /* Go get them of disk. */ - misc.contents = (bfd_byte *) bfd_malloc (sec->_raw_size); - if (misc.contents == NULL) - { - tidyup_after_error (&misc); - return false; - } - - misc.free_contents = misc.contents; - if (! bfd_get_section_contents (abfd, sec, misc.contents, - (file_ptr)0, - sec->_raw_size)) + /* Get cached copy if it exists. */ + if (elf_section_data (sec)->this_hdr.contents != NULL) + contents = elf_section_data (sec)->this_hdr.contents; + else { - tidyup_after_error (&misc); - return false; + /* Go get them off disk. */ + contents = (bfd_byte *) bfd_malloc (sec->_raw_size); + if (contents == NULL) + goto error_return; + + if (! bfd_get_section_contents (abfd, sec, contents, + (file_ptr) 0, sec->_raw_size)) + goto error_return; } } - + /* Read this BFD's symbols cached copy if it exists. */ - if (misc.symtab_hdr->contents != NULL) - misc.extsyms = (Elf32_External_Sym *) misc.symtab_hdr->contents; - else + if (isymbuf == NULL && symtab_hdr->sh_info != 0) { - /* Go get them off disk. */ - misc.extsyms = ((Elf32_External_Sym *)bfd_malloc (misc.symtab_hdr->sh_size)); - if (misc.extsyms == NULL) - { - tidyup_after_error (&misc); - return false; - } - - misc.free_extsyms = misc.extsyms; - if (bfd_seek (abfd, misc.symtab_hdr->sh_offset, SEEK_SET) != 0 - || (bfd_read (misc.extsyms, 1, misc.symtab_hdr->sh_size, abfd) - != misc.symtab_hdr->sh_size)) - { - tidyup_after_error (&misc); - return false; - } - } - - if (shndx_hdr->sh_size != 0) - { - bfd_size_type amt; - - amt = misc.symtab_hdr->sh_info * sizeof (Elf_External_Sym_Shndx); - shndx_buf = (Elf_External_Sym_Shndx *) bfd_malloc (amt); - if (shndx_buf == NULL) - { - tidyup_after_error (&misc); - return false; - } - if (bfd_seek (abfd, shndx_hdr->sh_offset, SEEK_SET) != 0 - || bfd_bread ((PTR) shndx_buf, amt, abfd) != amt) - { - tidyup_after_error (&misc); - return false; - } - shndx_hdr->contents = (PTR) shndx_buf; + isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; + if (isymbuf == NULL) + isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, + symtab_hdr->sh_info, 0, + NULL, NULL, NULL); + if (isymbuf == NULL) + goto error_return; } + misc.symtab_hdr = symtab_hdr; + misc.isymbuf = isymbuf; + misc.irelbase = internal_relocs; + misc.contents = contents; + /* This is where all the relaxation actually get done. */ if (pass == 1) @@ -930,10 +877,7 @@ ip2k_elf_relax_section (abfd, sec, link_ we add page instructions back in as needed. */ if (! ip2k_elf_relax_section_pass1 (abfd, sec, again, &misc)) - { - tidyup_after_error (&misc); - return false; - } + goto error_return; changed |= *again; } @@ -957,12 +901,9 @@ ip2k_elf_relax_section (abfd, sec, link_ so the we will again interate until we find a new approximate solution which is closer to the final solution. */ - if (! ip2k_elf_relax_section_passN (abfd, sec, again, - &final_pass, &misc)) - { - tidyup_after_error (&misc); - return false; - } + if (! ip2k_elf_relax_section_passN (abfd, sec, again, &final_pass, + &misc)) + goto error_return; changed |= *again; @@ -983,64 +924,44 @@ ip2k_elf_relax_section (abfd, sec, link_ /* Perform some house keeping after relaxing the section. */ - if (misc.free_relocs != NULL) - { - free (misc.free_relocs); - misc.free_relocs = NULL; - } - - if (misc.free_contents != NULL) + if (isymbuf != NULL + && symtab_hdr->contents != (unsigned char *) isymbuf) { if (! link_info->keep_memory) - free (misc.free_contents); + free (isymbuf); else - { - /* Cache the section contents for elf_link_input_bfd. */ - elf_section_data (sec)->this_hdr.contents = misc.contents; - } - - misc.free_contents = NULL; + symtab_hdr->contents = (unsigned char *) isymbuf; } - if (misc.free_extsyms != NULL) + if (contents != NULL + && elf_section_data (sec)->this_hdr.contents != contents) { if (! link_info->keep_memory) - free (misc.free_extsyms); + free (contents); else { - /* Cache the symbols for elf_link_input_bfd. */ - misc.symtab_hdr->contents = misc.extsyms; + /* Cache the section contents for elf_link_input_bfd. */ + elf_section_data (sec)->this_hdr.contents = contents; } - - misc.free_extsyms = NULL; } - return true; -} + if (internal_relocs != NULL + && elf_section_data (sec)->relocs != internal_relocs) + free (internal_relocs); -static void -tidyup_after_error (misc) - struct misc *misc; -{ - if (misc->free_relocs != NULL) - { - free (misc->free_relocs); - misc->free_relocs = NULL; - } - - if (misc->free_contents != NULL) - { - free (misc->free_contents); - misc->free_contents = NULL; - } - - if (misc->free_extsyms != NULL) - { - free (misc->free_extsyms); - misc->free_extsyms = NULL; - } + return true; - return; + error_return: + if (isymbuf != NULL + && symtab_hdr->contents != (unsigned char *) isymbuf) + free (isymbuf); + if (contents != NULL + && elf_section_data (sec)->this_hdr.contents != contents) + free (contents); + if (internal_relocs != NULL + && elf_section_data (sec)->relocs != internal_relocs) + free (internal_relocs); + return false; } /* This function handles relaxation during the first pass. */ @@ -1070,13 +991,8 @@ ip2k_elf_relax_section_pass1 (abfd, sec, { /* Note that we've changed the relocs, section contents, etc. */ elf_section_data (sec)->relocs = misc->irelbase; - misc->free_relocs = NULL; - elf_section_data (sec)->this_hdr.contents = misc->contents; - misc->free_contents = NULL; - - misc->symtab_hdr->contents = (bfd_byte *) misc->extsyms; - misc->free_extsyms = NULL; + misc->symtab_hdr->contents = (bfd_byte *) misc->isymbuf; /* Handle switch dispatch tables/prologues. */ if (! relax_switch_dispatch_tables_pass1 (abfd, sec, @@ -1153,7 +1069,7 @@ ip2k_elf_relax_section_passN (abfd, sec, if (ELF32_R_TYPE (irel->r_info) == (int) R_IP2K_ADDR16CJP) { /* Get the value of the symbol referred to by the reloc. */ - bfd_vma symval = symbol_value (abfd, misc->symtab_hdr, misc->extsyms, + bfd_vma symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel); bfd_byte code0, code1; @@ -1239,18 +1155,16 @@ adjust_all_relocations (abfd, sec, addr, int noadj; { Elf_Internal_Shdr *symtab_hdr; - Elf32_External_Sym *extsyms; - int shndx, index; + Elf_Internal_Sym *isymbuf, *isym, *isymend; + unsigned int shndx; bfd_byte *contents; Elf_Internal_Rela *irel, *irelend, *irelbase; - Elf32_External_Sym *esym, *esymend; - asection *stab; - bfd_byte *stabp, *stabend, *stabcontents; - Elf_Internal_Shdr *shndx_hdr; - Elf_External_Sym_Shndx *sym_shndx; + struct elf_link_hash_entry **sym_hashes; + struct elf_link_hash_entry **end_hashes; + unsigned int symcount; symtab_hdr = &elf_tdata (abfd)->symtab_hdr; - extsyms = (Elf32_External_Sym *) symtab_hdr->contents; + isymbuf = (Elf32_Internal_Sym *) symtab_hdr->contents; shndx = _bfd_elf_section_from_bfd_section (abfd, sec); @@ -1266,34 +1180,16 @@ adjust_all_relocations (abfd, sec, addr, /* Get the value of the symbol referred to by the reloc. */ if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info) { - Elf_Internal_Sym isym; asection *sym_sec; - Elf_External_Sym_Shndx *sym_shndx; - Elf_Internal_Shdr *shndx_hdr; /* A local symbol. */ - - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - sym_shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents; - sym_shndx = (sym_shndx - ? sym_shndx + ELF32_R_SYM (irel->r_info) : NULL); - bfd_elf32_swap_symbol_in (abfd, - extsyms + ELF32_R_SYM (irel->r_info), - sym_shndx, &isym); - - if (isym.st_shndx == SHN_UNDEF) - sym_sec = bfd_und_section_ptr; - else if (isym.st_shndx == SHN_ABS) - sym_sec = bfd_abs_section_ptr; - else if (isym.st_shndx == SHN_COMMON) - sym_sec = bfd_com_section_ptr; - else - sym_sec = bfd_section_from_elf_index (abfd, isym.st_shndx); + isym = isymbuf + ELF32_R_SYM (irel->r_info); + sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); - if (sym_sec == sec) + if (isym->st_shndx == shndx) { bfd_vma baseaddr = BASEADDR (sec); - bfd_vma symval = BASEADDR (sym_sec) + isym.st_value + bfd_vma symval = BASEADDR (sym_sec) + isym->st_value + irel->r_addend; if ((baseaddr + addr + noadj) <= symval @@ -1308,148 +1204,6 @@ adjust_all_relocations (abfd, sec, addr, irel->r_offset += count; } - /* Now fix the stab relocations. */ - stab = bfd_get_section_by_name (abfd, ".stab"); - if (stab) - { - irelbase = elf_section_data (stab)->relocs; - irelend = irelbase + stab->reloc_count; - - /* Pull out the contents of the stab section. */ - if (elf_section_data (stab)->this_hdr.contents != NULL) - stabcontents = elf_section_data (stab)->this_hdr.contents; - else - { - stabcontents = (bfd_byte *) bfd_alloc (abfd, stab->_raw_size); - if (stabcontents == NULL) - return; - if (! bfd_get_section_contents (abfd, stab, stabcontents, - (file_ptr) 0, stab->_raw_size)) - return; - - /* We need to remember this. */ - elf_section_data (stab)->this_hdr.contents = stabcontents; - } - - stabend = stabcontents + stab->_raw_size; - - for (irel = irelbase; irel < irelend; irel++) - { - if (ELF32_R_TYPE (irel->r_info) != R_IP2K_NONE) - { - /* Get the value of the symbol referred to by the reloc. */ - if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info) - { - Elf_Internal_Sym isym; - asection *sym_sec; - Elf_External_Sym_Shndx *sym_shndx; - Elf_Internal_Shdr *shndx_hdr; - - /* A local symbol. */ - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - sym_shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents; - sym_shndx = (sym_shndx - ? sym_shndx + ELF32_R_SYM (irel->r_info) - : NULL); - - bfd_elf32_swap_symbol_in (abfd, - (extsyms - + ELF32_R_SYM (irel->r_info)), - sym_shndx, &isym); - - if (isym.st_shndx == SHN_UNDEF) - sym_sec = bfd_und_section_ptr; - else if (isym.st_shndx == SHN_ABS) - sym_sec = bfd_abs_section_ptr; - else if (isym.st_shndx == SHN_COMMON) - sym_sec = bfd_com_section_ptr; - else - sym_sec = bfd_section_from_elf_index (abfd, isym.st_shndx); - - if (sym_sec == sec) - { - const char *name; - unsigned long strx; - unsigned char type, other; - unsigned short desc; - bfd_vma value; - bfd_vma baseaddr = BASEADDR (sec); - bfd_vma symval = BASEADDR (sym_sec) + isym.st_value - + irel->r_addend; - - if ((baseaddr + addr) <= symval - && symval <= (baseaddr + endaddr)) - irel->r_addend += count; - - /* Go hunt up a function and fix its line info if needed. */ - stabp = stabcontents + irel->r_offset - 8; - - /* Go pullout the stab entry. */ - strx = bfd_h_get_32 (abfd, stabp + STRDXOFF); - type = bfd_h_get_8 (abfd, stabp + TYPEOFF); - other = bfd_h_get_8 (abfd, stabp + OTHEROFF); - desc = bfd_h_get_16 (abfd, stabp + DESCOFF); - value = bfd_h_get_32 (abfd, stabp + VALOFF); - - name = bfd_get_stab_name (type); - - if (strcmp (name, "FUN") == 0) - { - int function_adjusted = 0; - - if (symval > (baseaddr + addr)) - /* Not in this function. */ - continue; - - /* Hey we got a function hit. */ - stabp += STABSIZE; - for (;stabp < stabend; stabp += STABSIZE) - { - /* Go pullout the stab entry. */ - strx = bfd_h_get_32 (abfd, stabp + STRDXOFF); - type = bfd_h_get_8 (abfd, stabp + TYPEOFF); - other = bfd_h_get_8 (abfd, stabp + OTHEROFF); - desc = bfd_h_get_16 (abfd, stabp + DESCOFF); - value = bfd_h_get_32 (abfd, stabp + VALOFF); - name = bfd_get_stab_name (type); - - if (strcmp (name, "FUN") == 0) - { - /* Hit another function entry. */ - if (function_adjusted) - { - /* Adjust the value. */ - value += count; - - /* We need to put it back. */ - bfd_h_put_32 (abfd, value,stabp + VALOFF); - } - - /* And then bale out. */ - break; - } - - if (strcmp (name, "SLINE") == 0) - { - /* Got a line entry. */ - if ((baseaddr + addr) <= (symval + value)) - { - /* Adjust the line entry. */ - value += count; - - /* We need to put it back. */ - bfd_h_put_32 (abfd, value,stabp + VALOFF); - function_adjusted = 1; - } - } - } - } - } - } - } - } - } - /* When adding an instruction back it is sometimes necessary to move any global or local symbol that was referencing the first instruction of the moved block to refer to the first instruction of the inserted block. @@ -1459,55 +1213,33 @@ adjust_all_relocations (abfd, sec, addr, addr += noadj; /* Adjust the local symbols defined in this section. */ - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - sym_shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents; - esym = extsyms; - esymend = esym + symtab_hdr->sh_info; - for (; esym < esymend; esym++, sym_shndx = (sym_shndx ? sym_shndx + 1: NULL)) + isymend = isymbuf + symtab_hdr->sh_info; + for (isym = isymbuf; isym < isymend; isym++) { - Elf_Internal_Sym isym; - Elf_External_Sym_Shndx dummy; - - bfd_elf32_swap_symbol_in (abfd, esym, sym_shndx, &isym); - - if (isym.st_shndx == shndx) - { - if (addr <= isym.st_value && isym.st_value < endaddr) - { - isym.st_value += count; - bfd_elf32_swap_symbol_out (abfd, &isym, esym, &dummy); - } - } - } - - /* Now adjust the global symbols defined in this section. */ - shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; - sym_shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents; - esym = extsyms + symtab_hdr->sh_info; - esymend = extsyms + (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)); - for (index = 0; esym < esymend; - esym++, index++, sym_shndx = (sym_shndx ? sym_shndx + 1: NULL)) - { - Elf_Internal_Sym isym; - struct elf_link_hash_entry *sym_hash; - - bfd_elf32_swap_symbol_in (abfd, esym, sym_shndx, &isym); - sym_hash = elf_sym_hashes (abfd)[index]; - - if (isym.st_shndx == shndx - && (sym_hash->root.type == bfd_link_hash_defined - || sym_hash->root.type == bfd_link_hash_defweak) - && sym_hash->root.u.def.section == sec) - { + if (isym->st_shndx == shndx + && addr <= isym->st_value + && isym->st_value < endaddr) + isym->st_value += count; + } + + /* Now adjust the global symbols defined in this section. */ + symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym) + - symtab_hdr->sh_info); + sym_hashes = elf_sym_hashes (abfd); + end_hashes = sym_hashes + symcount; + for (; sym_hashes < end_hashes; sym_hashes++) + { + struct elf_link_hash_entry *sym_hash = *sym_hashes; + if ((sym_hash->root.type == bfd_link_hash_defined + || sym_hash->root.type == bfd_link_hash_defweak) + && sym_hash->root.u.def.section == sec) + { if (addr <= sym_hash->root.u.def.value && sym_hash->root.u.def.value < endaddr) { - Elf_External_Sym_Shndx dummy; - sym_hash->root.u.def.value += count; - bfd_elf32_swap_symbol_out (abfd, &isym, esym, &dummy); } - } + } } return; @@ -1522,13 +1254,8 @@ add_page_insn (abfd, sec, irel, misc) { /* Note that we've changed the relocs, section contents, etc. */ elf_section_data (sec)->relocs = misc->irelbase; - misc->free_relocs = NULL; - elf_section_data (sec)->this_hdr.contents = misc->contents; - misc->free_contents = NULL; - - misc->symtab_hdr->contents = (bfd_byte *) misc->extsyms; - misc->free_extsyms = NULL; + misc->symtab_hdr->contents = (bfd_byte *) misc->isymbuf; /* Add the PAGE insn. */ if (! ip2k_elf_relax_add_bytes (abfd, sec, irel->r_offset, @@ -1711,9 +1438,6 @@ ip2k_final_link_relocate (howto, input_b } /* Relocate a IP2K ELF section. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. @@ -1760,6 +1484,9 @@ ip2k_elf_relocate_section (output_bfd, i Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; + if (info->relocateable) + return true; + symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); relend = relocs + input_section->reloc_count; @@ -1776,31 +1503,9 @@ ip2k_elf_relocate_section (output_bfd, i const char * name = NULL; int r_type; + /* This is a final link. */ r_type = ELF32_R_TYPE (rel->r_info); - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections [r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - - /* This is a final link. */ howto = ip2k_elf_howto_table + ELF32_R_TYPE (rel->r_info); h = NULL; sym = NULL; @@ -1968,13 +1673,11 @@ ip2k_elf_gc_sweep_hook (abfd, info, sec, #define ELF_MACHINE_CODE EM_IP2K #define ELF_MAXPAGESIZE 1 /* No pages on the IP2K */ -#undef USE_REL -#define USE_RELA - #define elf_info_to_howto_rel NULL #define elf_info_to_howto ip2k_info_to_howto_rela #define elf_backend_can_gc_sections 1 +#define elf_backend_rela_normal 1 #define elf_backend_gc_mark_hook ip2k_elf_gc_mark_hook #define elf_backend_gc_sweep_hook ip2k_elf_gc_sweep_hook diff -uprN binutils-2.12.90.0.15/bfd/elf32-m32r.c binutils-2.13.90.0.2/bfd/elf32-m32r.c --- binutils-2.12.90.0.15/bfd/elf32-m32r.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-m32r.c Mon Jul 29 08:19:16 2002 @@ -931,8 +931,7 @@ m32r_elf_final_sda_base (output_bfd, inf /* Relocate an M32R/D ELF section. There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. + both for RELA and REL type relocs, if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. diff -uprN binutils-2.12.90.0.15/bfd/elf32-m68k.c binutils-2.13.90.0.2/bfd/elf32-m68k.c --- binutils-2.12.90.0.15/bfd/elf32-m68k.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-m68k.c Mon Jul 29 08:19:16 2002 @@ -180,8 +180,6 @@ reloc_type_lookup (abfd, code) #define bfd_elf32_bfd_reloc_type_lookup reloc_type_lookup #define ELF_ARCH bfd_arch_m68k /* end code generated by elf.el */ - -#define USE_RELA /* Functions for the m68k ELF linker. */ diff -uprN binutils-2.12.90.0.15/bfd/elf32-mcore.c binutils-2.13.90.0.2/bfd/elf32-mcore.c --- binutils-2.12.90.0.15/bfd/elf32-mcore.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-mcore.c Mon Jul 29 08:19:16 2002 @@ -29,8 +29,7 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf/mcore.h" #include -#define USE_RELA /* Only USE_REL is actually significant, but this is - here are a reminder... */ +/* RELA relocs are used here... */ static void mcore_elf_howto_init PARAMS ((void)); diff -uprN binutils-2.12.90.0.15/bfd/elf32-mips.c binutils-2.13.90.0.2/bfd/elf32-mips.c --- binutils-2.12.90.0.15/bfd/elf32-mips.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-mips.c Thu Aug 1 17:49:32 2002 @@ -80,10 +80,6 @@ static boolean elf32_mips_grok_prstatus PARAMS ((bfd *, Elf_Internal_Note *)); static boolean elf32_mips_grok_psinfo PARAMS ((bfd *, Elf_Internal_Note *)); -static boolean elf32_mips_discard_info - PARAMS ((bfd *, struct elf_reloc_cookie *, struct bfd_link_info *)); -static boolean elf32_mips_write_section - PARAMS ((bfd *, asection *, bfd_byte *)); static irix_compat_t elf32_mips_irix_compat PARAMS ((bfd *)); @@ -1574,6 +1570,9 @@ mips_elf32_object_p (abfd) if (SGI_COMPAT (abfd)) elf_bad_symtab (abfd) = true; + if (ABI_N32_P (abfd)) + return false; + mach = _bfd_elf_mips_mach (elf_elfheader (abfd)->e_flags); bfd_default_set_arch_mach (abfd, bfd_arch_mips, mach); @@ -1660,103 +1659,6 @@ elf32_mips_grok_psinfo (abfd, note) return true; } -#define PDR_SIZE 32 - -static boolean -elf32_mips_discard_info (abfd, cookie, info) - bfd *abfd; - struct elf_reloc_cookie *cookie; - struct bfd_link_info *info; -{ - asection *o; - boolean ret = false; - unsigned char *tdata; - size_t i, skip; - - o = bfd_get_section_by_name (abfd, ".pdr"); - if (! o) - return false; - if (o->_raw_size == 0) - return false; - if (o->_raw_size % PDR_SIZE != 0) - return false; - if (o->output_section != NULL - && bfd_is_abs_section (o->output_section)) - return false; - - tdata = bfd_zmalloc (o->_raw_size / PDR_SIZE); - if (! tdata) - return false; - - cookie->rels = _bfd_elf32_link_read_relocs (abfd, o, (PTR) NULL, - (Elf_Internal_Rela *) NULL, - info->keep_memory); - if (!cookie->rels) - { - free (tdata); - return false; - } - - cookie->rel = cookie->rels; - cookie->relend = cookie->rels + o->reloc_count; - - for (i = 0, skip = 0; i < o->_raw_size; i ++) - { - if (_bfd_elf32_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) - { - tdata[i] = 1; - skip ++; - } - } - - if (skip != 0) - { - elf_section_data (o)->tdata = tdata; - o->_cooked_size = o->_raw_size - skip * PDR_SIZE; - ret = true; - } - else - free (tdata); - - if (! info->keep_memory) - free (cookie->rels); - - return ret; -} - -static boolean -elf32_mips_write_section (output_bfd, sec, contents) - bfd *output_bfd; - asection *sec; - bfd_byte *contents; -{ - bfd_byte *to, *from, *end; - int i; - - if (strcmp (sec->name, ".pdr") != 0) - return false; - - if (elf_section_data (sec)->tdata == NULL) - return false; - - to = contents; - end = contents + sec->_raw_size; - for (from = contents, i = 0; - from < end; - from += PDR_SIZE, i++) - { - if (((unsigned char *)elf_section_data (sec)->tdata)[i] == 1) - continue; - if (to != from) - memcpy (to, from, PDR_SIZE); - to += PDR_SIZE; - } - bfd_set_section_contents (output_bfd, sec->output_section, contents, - (file_ptr) sec->output_offset, - sec->_cooked_size); - return true; -} - /* Depending on the target vector we generate some version of Irix executables or "normal" MIPS ELF ABI executables. */ static irix_compat_t @@ -2007,10 +1909,9 @@ static const struct ecoff_debug_swap mip #define elf_backend_default_use_rela_p 0 #define elf_backend_sign_extend_vma true -#define elf_backend_discard_info elf32_mips_discard_info +#define elf_backend_discard_info _bfd_mips_elf_discard_info #define elf_backend_ignore_discarded_relocs \ _bfd_mips_elf_ignore_discarded_relocs -#define elf_backend_write_section elf32_mips_write_section #define elf_backend_mips_irix_compat elf32_mips_irix_compat #define elf_backend_mips_rtype_to_howto mips_elf32_rtype_to_howto #define bfd_elf32_bfd_is_local_label_name \ diff -uprN binutils-2.12.90.0.15/bfd/elf32-openrisc.c binutils-2.13.90.0.2/bfd/elf32-openrisc.c --- binutils-2.12.90.0.15/bfd/elf32-openrisc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-openrisc.c Mon Jul 29 08:19:16 2002 @@ -289,9 +289,6 @@ openrisc_final_link_relocate (howto, inp } /* Relocate an OpenRISC ELF section. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. diff -uprN binutils-2.12.90.0.15/bfd/elf32-ppc.c binutils-2.13.90.0.2/bfd/elf32-ppc.c --- binutils-2.12.90.0.15/bfd/elf32-ppc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-ppc.c Mon Jul 29 08:19:16 2002 @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf-bfd.h" #include "elf/ppc.h" -#define USE_RELA /* we want RELA relocations, not REL */ +/* RELA relocations are used here. */ static reloc_howto_type *ppc_elf_reloc_type_lookup PARAMS ((bfd *abfd, bfd_reloc_code_real_type code)); diff -uprN binutils-2.12.90.0.15/bfd/elf32-s390.c binutils-2.13.90.0.2/bfd/elf32-s390.c --- binutils-2.12.90.0.15/bfd/elf32-s390.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-s390.c Mon Jul 29 08:19:16 2002 @@ -71,8 +71,6 @@ static boolean elf_s390_finish_dynamic_s static boolean elf_s390_object_p PARAMS ((bfd *)); static boolean elf_s390_grok_prstatus PARAMS ((bfd *, Elf_Internal_Note *)); -#define USE_RELA 1 /* We want RELA relocations, not REL. */ - #include "elf/s390.h" /* The relocation "howto" table. */ diff -uprN binutils-2.12.90.0.15/bfd/elf32-sparc.c binutils-2.13.90.0.2/bfd/elf32-sparc.c --- binutils-2.12.90.0.15/bfd/elf32-sparc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-sparc.c Mon Jul 29 08:19:16 2002 @@ -1117,6 +1117,9 @@ elf32_sparc_relocate_section (output_bfd Elf_Internal_Rela *rel; Elf_Internal_Rela *relend; + if (info->relocateable) + return true; + dynobj = elf_hash_table (info)->dynobj; symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); @@ -1159,28 +1162,8 @@ elf32_sparc_relocate_section (output_bfd } howto = _bfd_sparc_elf_howto_table + r_type; - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections[r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF32_R_SYM (rel->r_info); h = NULL; sym = NULL; sec = NULL; @@ -2147,5 +2130,6 @@ elf32_sparc_reloc_type_class (rela) #define elf_backend_want_plt_sym 1 #define elf_backend_got_header_size 4 #define elf_backend_plt_header_size (4*PLT_ENTRY_SIZE) +#define elf_backend_rela_normal 1 #include "elf32-target.h" diff -uprN binutils-2.12.90.0.15/bfd/elf32-v850.c binutils-2.13.90.0.2/bfd/elf32-v850.c --- binutils-2.12.90.0.15/bfd/elf32-v850.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-v850.c Mon Jul 29 08:19:16 2002 @@ -1529,6 +1529,9 @@ v850_elf_relocate_section (output_bfd, i Elf_Internal_Rela * rel; Elf_Internal_Rela * relend; + if (info->relocateable) + return true; + symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); @@ -1566,28 +1569,8 @@ v850_elf_relocate_section (output_bfd, i || r_type == R_V850_GNU_VTINHERIT) continue; - howto = v850_elf_howto_table + r_type; - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections[r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + howto = v850_elf_howto_table + r_type; h = NULL; sym = NULL; sec = NULL; @@ -2208,6 +2191,7 @@ v850_elf_fake_sections (abfd, hdr, sec) #define elf_backend_gc_sweep_hook v850_elf_gc_sweep_hook #define elf_backend_can_gc_sections 1 +#define elf_backend_rela_normal 1 #define bfd_elf32_bfd_is_local_label_name v850_elf_is_local_label_name #define bfd_elf32_bfd_reloc_type_lookup v850_elf_reloc_type_lookup diff -uprN binutils-2.12.90.0.15/bfd/elf32-vax.c binutils-2.13.90.0.2/bfd/elf32-vax.c --- binutils-2.12.90.0.15/bfd/elf32-vax.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-vax.c Mon Jul 29 08:19:16 2002 @@ -341,8 +341,6 @@ reloc_type_lookup (abfd, code) #define bfd_elf32_bfd_reloc_type_lookup reloc_type_lookup #define ELF_ARCH bfd_arch_vax /* end code generated by elf.el */ - -#define USE_RELA /* Functions for the VAX ELF linker. */ @@ -1419,6 +1417,9 @@ elf_vax_relocate_section (output_bfd, in Elf_Internal_Rela *rel; Elf_Internal_Rela *relend; + if (info->relocateable) + return true; + dynobj = elf_hash_table (info)->dynobj; symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); @@ -1450,28 +1451,8 @@ elf_vax_relocate_section (output_bfd, in } howto = howto_table + r_type; - r_symndx = ELF32_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections[r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF32_R_SYM (rel->r_info); h = NULL; sym = NULL; sec = NULL; @@ -2208,5 +2189,6 @@ elf_vax_finish_dynamic_sections (output_ #define elf_backend_plt_readonly 1 #define elf_backend_want_plt_sym 0 #define elf_backend_got_header_size 16 +#define elf_backend_rela_normal 1 #include "elf32-target.h" diff -uprN binutils-2.12.90.0.15/bfd/elf32-xstormy16.c binutils-2.13.90.0.2/bfd/elf32-xstormy16.c --- binutils-2.12.90.0.15/bfd/elf32-xstormy16.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf32-xstormy16.c Mon Jul 29 08:19:16 2002 @@ -709,9 +709,6 @@ xstormy16_elf_always_size_sections (outp } /* Relocate an XSTORMY16 ELF section. - There is some attempt to make this function usable for many architectures, - both USE_REL and USE_RELA ['twould be nice if such a critter existed], - if only to serve as a learning tool. The RELOCATE_SECTION function is called by the new ELF backend linker to handle the relocations for a section. diff -uprN binutils-2.12.90.0.15/bfd/elf64-alpha.c binutils-2.13.90.0.2/bfd/elf64-alpha.c --- binutils-2.12.90.0.15/bfd/elf64-alpha.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-alpha.c Mon Jul 29 08:19:16 2002 @@ -4120,12 +4120,10 @@ elf64_alpha_size_dynamic_sections (outpu return false; } - if (!add_dynamic_entry (DT_PLTGOT, 0)) - return false; - if (relplt) { - if (!add_dynamic_entry (DT_PLTRELSZ, 0) + if (!add_dynamic_entry (DT_PLTGOT, 0) + || !add_dynamic_entry (DT_PLTRELSZ, 0) || !add_dynamic_entry (DT_PLTREL, DT_RELA) || !add_dynamic_entry (DT_JMPREL, 0)) return false; diff -uprN binutils-2.12.90.0.15/bfd/elf64-hppa.c binutils-2.13.90.0.2/bfd/elf64-hppa.c --- binutils-2.12.90.0.15/bfd/elf64-hppa.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-hppa.c Mon Jul 29 08:19:16 2002 @@ -2724,7 +2724,7 @@ const struct elf_size_info hppa64_elf_si #define elf_backend_fake_sections elf_hppa_fake_sections #define elf_backend_add_symbol_hook elf_hppa_add_symbol_hook -#define elf_backend_relocate_section elf_hppa_relocate_section +#define elf_backend_relocate_section elf_hppa_relocate_section #define bfd_elf64_bfd_final_link elf_hppa_final_link @@ -2770,6 +2770,7 @@ const struct elf_size_info hppa64_elf_si #define elf_backend_type_change_ok true #define elf_backend_get_symbol_type elf64_hppa_elf_get_symbol_type #define elf_backend_reloc_type_class elf64_hppa_reloc_type_class +#define elf_backend_rela_normal 1 #include "elf64-target.h" diff -uprN binutils-2.12.90.0.15/bfd/elf64-mips.c binutils-2.13.90.0.2/bfd/elf64-mips.c --- binutils-2.12.90.0.15/bfd/elf64-mips.c Sat Jun 8 20:44:52 2002 +++ binutils-2.13.90.0.2/bfd/elf64-mips.c Mon Jul 29 08:19:16 2002 @@ -34,8 +34,7 @@ Foundation, Inc., 59 Temple Place - Suit . generally untested. . - Relocation handling for RELA relocs related to GOT support are . also likely to be wrong. - . - Support for MIPS16 is only partially implemented. - . - Embedded PIC is only partially implemented (is it needed?). + . - Support for MIPS16 is untested. . - Combined relocs with RSS_* entries are unsupported. . - The whole GOT handling for NewABI is missing, some parts of . the OldABI version is still lying around and should be removed. @@ -102,14 +101,8 @@ static void mips_elf64_write_rela PARAMS((bfd *, asection *, Elf_Internal_Shdr *, int *, PTR)); static bfd_reloc_status_type mips_elf64_hi16_reloc PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); -static bfd_reloc_status_type mips_elf64_higher_reloc - PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); -static bfd_reloc_status_type mips_elf64_highest_reloc - PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static bfd_reloc_status_type mips_elf64_gprel16_reloc PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); -static bfd_reloc_status_type mips_elf64_gprel16_reloca - PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static bfd_reloc_status_type mips_elf64_literal_reloc PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static bfd_reloc_status_type mips_elf64_gprel32_reloc @@ -118,22 +111,18 @@ static bfd_reloc_status_type mips_elf64_ PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static bfd_reloc_status_type mips_elf64_got16_reloc PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips16_jump_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips16_gprel_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); static boolean mips_elf64_assign_gp PARAMS ((bfd *, bfd_vma *)); static bfd_reloc_status_type mips_elf64_final_gp PARAMS ((bfd *, asymbol *, boolean, char **, bfd_vma *)); static boolean mips_elf64_object_p PARAMS ((bfd *)); static irix_compat_t elf64_mips_irix_compat PARAMS ((bfd *)); -extern const bfd_target bfd_elf64_tradbigmips_vec; -extern const bfd_target bfd_elf64_tradlittlemips_vec; - -static bfd_vma prev_reloc_addend = 0; -static bfd_size_type prev_reloc_address = 0; - -/* Whether we are trying to be compatible with IRIX6 (or little endianers - which are otherwise IRIX-ABI compliant). */ -#define SGI_COMPAT(abfd) \ - (elf64_mips_irix_compat (abfd) != ict_none) +extern const bfd_target bfd_elf64_bigmips_vec; +extern const bfd_target bfd_elf64_littlemips_vec; /* In case we're on a 32-bit machine, construct a 64-bit "-1" value from smaller values. Start with zero, widen, *then* decrement. */ @@ -144,8 +133,6 @@ static bfd_size_type prev_reloc_address /* The relocation table used for SHT_REL sections. */ -#define UNUSED_RELOC(num) { num, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } - static reloc_howto_type mips_elf64_howto_table_rel[] = { /* No relocation. */ @@ -226,6 +213,9 @@ static reloc_howto_type mips_elf64_howto 0x03ffffff, /* dst_mask */ false), /* pcrel_offset */ + /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for NewABI REL. + However, the native IRIX6 tools use them, so we try our best. */ + /* High 16 bits of symbol value. */ HOWTO (R_MIPS_HI16, /* type */ 0, /* rightshift */ @@ -234,7 +224,7 @@ static reloc_howto_type mips_elf64_howto false, /* pc_relative */ 0, /* bitpos */ complain_overflow_dont, /* complain_on_overflow */ - bfd_elf_generic_reloc, /* special_function */ + mips_elf64_hi16_reloc, /* special_function */ "R_MIPS_HI16", /* name */ true, /* partial_inplace */ 0x0000ffff, /* src_mask */ @@ -317,7 +307,6 @@ static reloc_howto_type mips_elf64_howto true), /* pcrel_offset */ /* 16 bit call through global offset table. */ - /* FIXME: This is not handled correctly. */ HOWTO (R_MIPS_CALL16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -347,9 +336,9 @@ static reloc_howto_type mips_elf64_howto 0xffffffff, /* dst_mask */ false), /* pcrel_offset */ - UNUSED_RELOC (13), - UNUSED_RELOC (14), - UNUSED_RELOC (15), + EMPTY_HOWTO (13), + EMPTY_HOWTO (14), + EMPTY_HOWTO (15), /* A 5 bit shift field. */ HOWTO (R_MIPS_SHIFT5, /* type */ @@ -397,7 +386,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Displacement in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_DISP, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -413,7 +401,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Displacement to page pointer in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_PAGE, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -429,7 +416,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Offset from page pointer in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_OFST, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -445,7 +431,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* High 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_HI16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -461,7 +446,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Low 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_LO16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -477,7 +461,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* 64 bit substraction. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_SUB, /* type */ 0, /* rightshift */ 4, /* size (0 = byte, 1 = short, 2 = long) */ @@ -541,38 +524,16 @@ static reloc_howto_type mips_elf64_howto 0xffffffff, /* dst_mask */ false), /* pcrel_offset */ - /* Get the higher value of a 64 bit addend. */ - HOWTO (R_MIPS_HIGHER, /* type */ - 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ - 16, /* bitsize */ - false, /* pc_relative */ - 0, /* bitpos */ - complain_overflow_dont, /* complain_on_overflow */ - mips_elf64_higher_reloc, /* special_function */ - "R_MIPS_HIGHER", /* name */ - true, /* partial_inplace */ - 0x0000ffff, /* src_mask */ - 0x0000ffff, /* dst_mask */ - false), /* pcrel_offset */ - - /* Get the highest value of a 64 bit addend. */ - HOWTO (R_MIPS_HIGHEST, /* type */ - 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ - 16, /* bitsize */ - false, /* pc_relative */ - 0, /* bitpos */ - complain_overflow_dont, /* complain_on_overflow */ - mips_elf64_highest_reloc, /* special_function */ - "R_MIPS_HIGHEST", /* name */ - true, /* partial_inplace */ - 0x0000ffff, /* src_mask */ - 0x0000ffff, /* dst_mask */ - false), /* pcrel_offset */ + /* The MIPS ELF64 ABI Draft wants us to support these for REL relocations. + We don't, because + a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/ + R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using + fallable heuristics. + b) No other NewABI toolchain actually emits such relocations. */ + EMPTY_HOWTO (R_MIPS_HIGHER), + EMPTY_HOWTO (R_MIPS_HIGHEST), /* High 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_CALL_HI16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -588,7 +549,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Low 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_CALL_LO16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -604,7 +564,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Section displacement, used by an associated event location section. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_SCN_DISP, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -752,7 +711,6 @@ static reloc_howto_type mips_elf64_howto 0x03ffffff, /* dst_mask */ false), /* pcrel_offset */ - /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for 64 bit REL. */ /* High 16 bits of symbol value. */ HOWTO (R_MIPS_HI16, /* type */ 0, /* rightshift */ @@ -791,7 +749,7 @@ static reloc_howto_type mips_elf64_howto false, /* pc_relative */ 0, /* bitpos */ complain_overflow_signed, /* complain_on_overflow */ - mips_elf64_gprel16_reloca, /* special_function */ + mips_elf64_gprel16_reloc, /* special_function */ "R_MIPS_GPREL16", /* name */ false, /* partial_inplace */ 0, /* src_mask */ @@ -814,7 +772,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Reference to global offset table. */ - /* FIXME: This is not handled correctly. */ HOWTO (R_MIPS_GOT16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -822,7 +779,7 @@ static reloc_howto_type mips_elf64_howto false, /* pc_relative */ 0, /* bitpos */ complain_overflow_signed, /* complain_on_overflow */ - bfd_elf_generic_reloc, /* special_function */ + mips_elf64_got16_reloc, /* special_function */ "R_MIPS_GOT16", /* name */ false, /* partial_inplace */ 0, /* src_mask */ @@ -845,7 +802,6 @@ static reloc_howto_type mips_elf64_howto true), /* pcrel_offset */ /* 16 bit call through global offset table. */ - /* FIXME: This is not handled correctly. */ HOWTO (R_MIPS_CALL16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -875,9 +831,9 @@ static reloc_howto_type mips_elf64_howto 0xffffffff, /* dst_mask */ false), /* pcrel_offset */ - UNUSED_RELOC (13), - UNUSED_RELOC (14), - UNUSED_RELOC (15), + EMPTY_HOWTO (13), + EMPTY_HOWTO (14), + EMPTY_HOWTO (15), /* A 5 bit shift field. */ HOWTO (R_MIPS_SHIFT5, /* type */ @@ -925,7 +881,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Displacement in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_DISP, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -941,7 +896,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Displacement to page pointer in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_PAGE, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -957,7 +911,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Offset from page pointer in the global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_OFST, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -973,7 +926,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* High 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_HI16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -989,7 +941,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Low 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_GOT_LO16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -1005,7 +956,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* 64 bit substraction. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_SUB, /* type */ 0, /* rightshift */ 4, /* size (0 = byte, 1 = short, 2 = long) */ @@ -1100,7 +1050,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* High 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_CALL_HI16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -1116,7 +1065,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Low 16 bits of displacement in global offset table. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_CALL_LO16, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -1132,7 +1080,6 @@ static reloc_howto_type mips_elf64_howto false), /* pcrel_offset */ /* Section displacement, used by an associated event location section. */ - /* FIXME: Not handled correctly. */ HOWTO (R_MIPS_SCN_DISP, /* type */ 0, /* rightshift */ 2, /* size (0 = byte, 1 = short, 2 = long) */ @@ -1197,6 +1144,73 @@ static reloc_howto_type mips_elf64_howto 0x00000000, /* dst_mask */ false), /* pcrel_offset */ }; + +/* The reloc used for the mips16 jump instruction. */ +static reloc_howto_type elf_mips16_jump_howto = + HOWTO (R_MIPS16_26, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 26, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + /* This needs complex overflow + detection, because the upper four + bits must match the PC. */ + mips16_jump_reloc, /* special_function */ + "R_MIPS16_26", /* name */ + true, /* partial_inplace */ + 0x3ffffff, /* src_mask */ + 0x3ffffff, /* dst_mask */ + false); /* pcrel_offset */ + +/* The reloc used for the mips16 gprel instruction. */ +static reloc_howto_type elf_mips16_gprel_howto = + HOWTO (R_MIPS16_GPREL, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips16_gprel_reloc, /* special_function */ + "R_MIPS16_GPREL", /* name */ + true, /* partial_inplace */ + 0x07ff001f, /* src_mask */ + 0x07ff001f, /* dst_mask */ + false); /* pcrel_offset */ + +/* GNU extension to record C++ vtable hierarchy */ +static reloc_howto_type elf_mips_gnu_vtinherit_howto = + HOWTO (R_MIPS_GNU_VTINHERIT, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + NULL, /* special_function */ + "R_MIPS_GNU_VTINHERIT", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false); /* pcrel_offset */ + +/* GNU extension to record C++ vtable member usage */ +static reloc_howto_type elf_mips_gnu_vtentry_howto = + HOWTO (R_MIPS_GNU_VTENTRY, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + _bfd_elf_rel_vtable_reloc_fn, /* special_function */ + "R_MIPS_GNU_VTENTRY", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false); /* pcrel_offset */ /* Swap in a MIPS 64-bit Rel reloc. */ @@ -1365,14 +1379,9 @@ mips_elf64_be_swap_reloca_out (abfd, src /* Do a R_MIPS_HI16 relocation. */ -bfd_reloc_status_type -mips_elf64_hi16_reloc (abfd, - reloc_entry, - symbol, - data, - input_section, - output_bfd, - error_message) +static bfd_reloc_status_type +mips_elf64_hi16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) bfd *abfd ATTRIBUTE_UNUSED; arelent *reloc_entry; asymbol *symbol; @@ -1398,78 +1407,6 @@ mips_elf64_hi16_reloc (abfd, return bfd_reloc_continue; } -/* Do a R_MIPS_HIGHER relocation. */ - -bfd_reloc_status_type -mips_elf64_higher_reloc (abfd, - reloc_entry, - symbol, - data, - input_section, - output_bfd, - error_message) - bfd *abfd ATTRIBUTE_UNUSED; - arelent *reloc_entry; - asymbol *symbol; - PTR data ATTRIBUTE_UNUSED; - asection *input_section; - bfd *output_bfd; - char **error_message ATTRIBUTE_UNUSED; -{ - /* If we're relocating, and this is an external symbol, we don't - want to change anything. */ - if (output_bfd != (bfd *) NULL - && (symbol->flags & BSF_SECTION_SYM) == 0 - && (! reloc_entry->howto->partial_inplace - || reloc_entry->addend == 0)) - { - reloc_entry->address += input_section->output_offset; - return bfd_reloc_ok; - } - - if (((reloc_entry->addend & 0xffffffff) + 0x80008000) - & ~0xffffffff) - reloc_entry->addend += 0x80008000; - - return bfd_reloc_continue; -} - -/* Do a R_MIPS_HIGHEST relocation. */ - -bfd_reloc_status_type -mips_elf64_highest_reloc (abfd, - reloc_entry, - symbol, - data, - input_section, - output_bfd, - error_message) - bfd *abfd ATTRIBUTE_UNUSED; - arelent *reloc_entry; - asymbol *symbol; - PTR data ATTRIBUTE_UNUSED; - asection *input_section; - bfd *output_bfd; - char **error_message ATTRIBUTE_UNUSED; -{ - /* If we're relocating, and this is an external symbol, we don't - want to change anything. */ - if (output_bfd != (bfd *) NULL - && (symbol->flags & BSF_SECTION_SYM) == 0 - && (! reloc_entry->howto->partial_inplace - || reloc_entry->addend == 0)) - { - reloc_entry->address += input_section->output_offset; - return bfd_reloc_ok; - } - - if (((reloc_entry->addend & 0xffffffffffff) + 0x800080008000) - & ~0xffffffffffff) - reloc_entry->addend += 0x800080008000; - - return bfd_reloc_continue; -} - /* Do a R_MIPS_GOT16 reloc. This is a reloc against the global offset table used for PIC code. If the symbol is an external symbol, the instruction is modified to contain the offset of the appropriate @@ -1484,14 +1421,9 @@ mips_elf64_highest_reloc (abfd, This implementation suffices for the assembler, but the linker does not yet know how to create global offset tables. */ -bfd_reloc_status_type -mips_elf64_got16_reloc (abfd, - reloc_entry, - symbol, - data, - input_section, - output_bfd, - error_message) +static bfd_reloc_status_type +mips_elf64_got16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) bfd *abfd; arelent *reloc_entry; asymbol *symbol; @@ -1500,24 +1432,17 @@ mips_elf64_got16_reloc (abfd, bfd *output_bfd; char **error_message; { - /* If we're relocating, and this an external symbol, we don't want - to change anything. */ - if (output_bfd != (bfd *) NULL - && (symbol->flags & BSF_SECTION_SYM) == 0 - && reloc_entry->addend == 0) - { - reloc_entry->address += input_section->output_offset; - return bfd_reloc_ok; - } - /* If we're relocating, and this is a local symbol, we can handle it - just like HI16. */ + just like an R_MIPS_HI16. */ if (output_bfd != (bfd *) NULL && (symbol->flags & BSF_SECTION_SYM) != 0) return mips_elf64_hi16_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message); - abort (); + + /* Otherwise we try to handle it as R_MIPS_GOT_DISP. */ + return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data, + input_section, output_bfd, error_message); } /* Set the GP value for OUTPUT_BFD. Returns false if this is a @@ -1617,7 +1542,7 @@ mips_elf64_final_gp (output_bfd, symbol, /* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must become the offset from the gp register. */ -bfd_reloc_status_type +static bfd_reloc_status_type mips_elf64_gprel16_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message) bfd *abfd; @@ -1638,7 +1563,8 @@ mips_elf64_gprel16_reloc (abfd, reloc_en file. */ if (output_bfd != (bfd *) NULL && (symbol->flags & BSF_SECTION_SYM) == 0 - && reloc_entry->addend == 0) + && (! reloc_entry->howto->partial_inplace + || reloc_entry->addend == 0)) { reloc_entry->address += input_section->output_offset; return bfd_reloc_ok; @@ -1662,37 +1588,35 @@ mips_elf64_gprel16_reloc (abfd, reloc_en data, gp); } -/* Do a R_MIPS_GPREL16 RELA relocation. */ +/* Do a R_MIPS_LITERAL relocation. */ -bfd_reloc_status_type -mips_elf64_gprel16_reloca (abfd, reloc_entry, symbol, data, input_section, - output_bfd, error_message) +static bfd_reloc_status_type +mips_elf64_literal_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) bfd *abfd; arelent *reloc_entry; asymbol *symbol; - PTR data ATTRIBUTE_UNUSED; + PTR data; asection *input_section; bfd *output_bfd; char **error_message; { boolean relocateable; + bfd_reloc_status_type ret; bfd_vma gp; - /* This works only for NewABI. */ - BFD_ASSERT (reloc_entry->howto->src_mask == 0); - - /* If we're relocating, and this is an external symbol with no - addend, we don't want to change anything. We will only have an - addend if this is a newly created reloc, not read from an ELF - file. */ + /* If we're relocating, and this is an external symbol, we don't + want to change anything. */ if (output_bfd != (bfd *) NULL && (symbol->flags & BSF_SECTION_SYM) == 0 - && reloc_entry->addend == 0) + && (! reloc_entry->howto->partial_inplace + || reloc_entry->addend == 0)) { reloc_entry->address += input_section->output_offset; return bfd_reloc_ok; } + /* FIXME: The entries in the .lit8 and .lit4 sections should be merged. */ if (output_bfd != (bfd *) NULL) relocateable = true; else @@ -1701,25 +1625,21 @@ mips_elf64_gprel16_reloca (abfd, reloc_e output_bfd = symbol->section->output_section->owner; } - if (prev_reloc_address != reloc_entry->address) - prev_reloc_address = reloc_entry->address; - else - { - mips_elf64_final_gp (output_bfd, symbol, relocateable, error_message, - &gp); - prev_reloc_addend = reloc_entry->addend + reloc_entry->address - gp; - if (symbol->flags & BSF_LOCAL) - prev_reloc_addend += _bfd_get_gp_value (abfd); -/*fprintf(stderr, "Addend: %lx, Next Addend: %lx\n", reloc_entry->addend, prev_reloc_addend);*/ - } + ret = mips_elf64_final_gp (output_bfd, symbol, relocateable, error_message, + &gp); + if (ret != bfd_reloc_ok) + return ret; - return bfd_reloc_ok; + return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry, + input_section, relocateable, + data, gp); } -/* Do a R_MIPS_LITERAL relocation. */ +/* Do a R_MIPS_GPREL32 relocation. This is a 32 bit value which must + become the offset from the gp register. */ -bfd_reloc_status_type -mips_elf64_literal_reloc (abfd, reloc_entry, symbol, data, input_section, +static bfd_reloc_status_type +mips_elf64_gprel32_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message) bfd *abfd; arelent *reloc_entry; @@ -1729,42 +1649,6 @@ mips_elf64_literal_reloc (abfd, reloc_en bfd *output_bfd; char **error_message; { - /* If we're relocating, and this is an external symbol, we don't - want to change anything. */ - if (output_bfd != (bfd *) NULL - && (symbol->flags & BSF_SECTION_SYM) == 0 - && (! reloc_entry->howto->partial_inplace - || reloc_entry->addend == 0)) - { - reloc_entry->address += input_section->output_offset; - return bfd_reloc_ok; - } - - /* FIXME: The entries in the .lit8 and .lit4 sections should be merged. - Currently we simply call mips_elf64_gprel16_reloc. */ - return mips_elf64_gprel16_reloc (abfd, reloc_entry, symbol, data, - input_section, output_bfd, error_message); -} - -/* Do a R_MIPS_GPREL32 relocation. Is this 32 bit value the offset - from the gp register? XXX */ - -bfd_reloc_status_type -mips_elf64_gprel32_reloc (abfd, - reloc_entry, - symbol, - data, - input_section, - output_bfd, - error_message) - bfd *abfd; - arelent *reloc_entry; - asymbol *symbol; - PTR data; - asection *input_section; - bfd *output_bfd; - char **error_message; -{ boolean relocateable; bfd_reloc_status_type ret; bfd_vma gp; @@ -1838,9 +1722,9 @@ mips_elf64_gprel32_reloc (abfd, } /* Do a R_MIPS_SHIFT6 relocation. The MSB of the shift is stored at bit 2, - the rest is at bits 6-10. The bitpos alredy got right by the howto. */ + the rest is at bits 6-10. The bitpos already got right by the howto. */ -bfd_reloc_status_type +static bfd_reloc_status_type mips_elf64_shift6_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message) bfd *abfd ATTRIBUTE_UNUSED; @@ -1868,6 +1752,164 @@ mips_elf64_shift6_reloc (abfd, reloc_ent return bfd_reloc_continue; } +/* Handle a mips16 jump. */ + +static bfd_reloc_status_type +mips16_jump_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data ATTRIBUTE_UNUSED; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + if (output_bfd != (bfd *) NULL + && (symbol->flags & BSF_SECTION_SYM) == 0 + && (! reloc_entry->howto->partial_inplace + || reloc_entry->addend == 0)) + { + reloc_entry->address += input_section->output_offset; + return bfd_reloc_ok; + } + + /* FIXME. */ + { + static boolean warned; + + if (! warned) + (*_bfd_error_handler) + (_("Linking mips16 objects into %s format is not supported"), + bfd_get_target (input_section->output_section->owner)); + warned = true; + } + + return bfd_reloc_undefined; +} + +/* Handle a mips16 GP relative reloc. */ + +static bfd_reloc_status_type +mips16_gprel_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + boolean relocateable; + bfd_reloc_status_type ret; + bfd_vma gp; + unsigned short extend, insn; + unsigned long final; + + /* If we're relocating, and this is an external symbol with no + addend, we don't want to change anything. We will only have an + addend if this is a newly created reloc, not read from an ELF + file. */ + if (output_bfd != NULL + && (symbol->flags & BSF_SECTION_SYM) == 0 + && reloc_entry->addend == 0) + { + reloc_entry->address += input_section->output_offset; + return bfd_reloc_ok; + } + + if (output_bfd != NULL) + relocateable = true; + else + { + relocateable = false; + output_bfd = symbol->section->output_section->owner; + } + + ret = mips_elf64_final_gp (output_bfd, symbol, relocateable, error_message, + &gp); + if (ret != bfd_reloc_ok) + return ret; + + if (reloc_entry->address > input_section->_cooked_size) + return bfd_reloc_outofrange; + + /* Pick up the mips16 extend instruction and the real instruction. */ + extend = bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address); + insn = bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address + 2); + + /* Stuff the current addend back as a 32 bit value, do the usual + relocation, and then clean up. */ + bfd_put_32 (abfd, + (bfd_vma) (((extend & 0x1f) << 11) + | (extend & 0x7e0) + | (insn & 0x1f)), + (bfd_byte *) data + reloc_entry->address); + + ret = _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry, + input_section, relocateable, data, gp); + + final = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); + bfd_put_16 (abfd, + (bfd_vma) ((extend & 0xf800) + | ((final >> 11) & 0x1f) + | (final & 0x7e0)), + (bfd_byte *) data + reloc_entry->address); + bfd_put_16 (abfd, + (bfd_vma) ((insn & 0xffe0) + | (final & 0x1f)), + (bfd_byte *) data + reloc_entry->address + 2); + + return ret; +} + +/* A mapping from BFD reloc types to MIPS ELF reloc types. */ + +struct elf_reloc_map { + bfd_reloc_code_real_type bfd_val; + enum elf_mips_reloc_type elf_val; +}; + +static const struct elf_reloc_map mips_reloc_map[] = +{ + { BFD_RELOC_NONE, R_MIPS_NONE }, + { BFD_RELOC_16, R_MIPS_16 }, + { BFD_RELOC_32, R_MIPS_32 }, + /* There is no BFD reloc for R_MIPS_REL32. */ + { BFD_RELOC_64, R_MIPS_64 }, + { BFD_RELOC_CTOR, R_MIPS_64 }, + { BFD_RELOC_16_PCREL, R_MIPS_PC16 }, + { BFD_RELOC_HI16_S, R_MIPS_HI16 }, + { BFD_RELOC_LO16, R_MIPS_LO16 }, + { BFD_RELOC_GPREL16, R_MIPS_GPREL16 }, + { BFD_RELOC_GPREL32, R_MIPS_GPREL32 }, + { BFD_RELOC_MIPS_JMP, R_MIPS_26 }, + { BFD_RELOC_MIPS_LITERAL, R_MIPS_LITERAL }, + { BFD_RELOC_MIPS_GOT16, R_MIPS_GOT16 }, + { BFD_RELOC_MIPS_CALL16, R_MIPS_CALL16 }, + { BFD_RELOC_MIPS_SHIFT5, R_MIPS_SHIFT5 }, + { BFD_RELOC_MIPS_SHIFT6, R_MIPS_SHIFT6 }, + { BFD_RELOC_MIPS_GOT_DISP, R_MIPS_GOT_DISP }, + { BFD_RELOC_MIPS_GOT_PAGE, R_MIPS_GOT_PAGE }, + { BFD_RELOC_MIPS_GOT_OFST, R_MIPS_GOT_OFST }, + { BFD_RELOC_MIPS_GOT_HI16, R_MIPS_GOT_HI16 }, + { BFD_RELOC_MIPS_GOT_LO16, R_MIPS_GOT_LO16 }, + { BFD_RELOC_MIPS_SUB, R_MIPS_SUB }, + { BFD_RELOC_MIPS_INSERT_A, R_MIPS_INSERT_A }, + { BFD_RELOC_MIPS_INSERT_B, R_MIPS_INSERT_B }, + { BFD_RELOC_MIPS_DELETE, R_MIPS_DELETE }, + { BFD_RELOC_MIPS_HIGHEST, R_MIPS_HIGHEST }, + { BFD_RELOC_MIPS_HIGHER, R_MIPS_HIGHER }, + { BFD_RELOC_MIPS_CALL_HI16, R_MIPS_CALL_HI16 }, + { BFD_RELOC_MIPS_CALL_LO16, R_MIPS_CALL_LO16 }, + { BFD_RELOC_MIPS_SCN_DISP, R_MIPS_SCN_DISP }, + { BFD_RELOC_MIPS_REL16, R_MIPS_REL16 }, + /* Use of R_MIPS_ADD_IMMEDIATE and R_MIPS_PJUMP is deprecated. */ + { BFD_RELOC_MIPS_RELGOT, R_MIPS_RELGOT }, + { BFD_RELOC_MIPS_JALR, R_MIPS_JALR } +}; + /* Given a BFD reloc type, return a howto structure. */ static reloc_howto_type * @@ -1875,79 +1917,20 @@ bfd_elf64_bfd_reloc_type_lookup (abfd, c bfd *abfd ATTRIBUTE_UNUSED; bfd_reloc_code_real_type code; { + unsigned int i; /* FIXME: We default to RELA here instead of choosing the right relocation variant. */ reloc_howto_type *howto_table = mips_elf64_howto_table_rela; + for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map); + i++) + { + if (mips_reloc_map[i].bfd_val == code) + return &howto_table[(int) mips_reloc_map[i].elf_val]; + } + switch (code) { - case BFD_RELOC_NONE: - return &howto_table[R_MIPS_NONE]; - case BFD_RELOC_16: - return &howto_table[R_MIPS_16]; - case BFD_RELOC_32: - return &howto_table[R_MIPS_32]; - case BFD_RELOC_64: - case BFD_RELOC_CTOR: - return &howto_table[R_MIPS_64]; - case BFD_RELOC_16_PCREL: - return &howto_table[R_MIPS_PC16]; - case BFD_RELOC_HI16_S: - return &howto_table[R_MIPS_HI16]; - case BFD_RELOC_LO16: - return &howto_table[R_MIPS_LO16]; - case BFD_RELOC_GPREL16: - return &howto_table[R_MIPS_GPREL16]; - case BFD_RELOC_GPREL32: - return &howto_table[R_MIPS_GPREL32]; - case BFD_RELOC_MIPS_JMP: - return &howto_table[R_MIPS_26]; - case BFD_RELOC_MIPS_LITERAL: - return &howto_table[R_MIPS_LITERAL]; - case BFD_RELOC_MIPS_GOT16: - return &howto_table[R_MIPS_GOT16]; - case BFD_RELOC_MIPS_CALL16: - return &howto_table[R_MIPS_CALL16]; - case BFD_RELOC_MIPS_SHIFT5: - return &howto_table[R_MIPS_SHIFT5]; - case BFD_RELOC_MIPS_SHIFT6: - return &howto_table[R_MIPS_SHIFT6]; - case BFD_RELOC_MIPS_GOT_DISP: - return &howto_table[R_MIPS_GOT_DISP]; - case BFD_RELOC_MIPS_GOT_PAGE: - return &howto_table[R_MIPS_GOT_PAGE]; - case BFD_RELOC_MIPS_GOT_OFST: - return &howto_table[R_MIPS_GOT_OFST]; - case BFD_RELOC_MIPS_GOT_HI16: - return &howto_table[R_MIPS_GOT_HI16]; - case BFD_RELOC_MIPS_GOT_LO16: - return &howto_table[R_MIPS_GOT_LO16]; - case BFD_RELOC_MIPS_SUB: - return &howto_table[R_MIPS_SUB]; - case BFD_RELOC_MIPS_INSERT_A: - return &howto_table[R_MIPS_INSERT_A]; - case BFD_RELOC_MIPS_INSERT_B: - return &howto_table[R_MIPS_INSERT_B]; - case BFD_RELOC_MIPS_DELETE: - return &howto_table[R_MIPS_DELETE]; - case BFD_RELOC_MIPS_HIGHEST: - return &howto_table[R_MIPS_HIGHEST]; - case BFD_RELOC_MIPS_HIGHER: - return &howto_table[R_MIPS_HIGHER]; - case BFD_RELOC_MIPS_CALL_HI16: - return &howto_table[R_MIPS_CALL_HI16]; - case BFD_RELOC_MIPS_CALL_LO16: - return &howto_table[R_MIPS_CALL_LO16]; - case BFD_RELOC_MIPS_SCN_DISP: - return &howto_table[R_MIPS_SCN_DISP]; - case BFD_RELOC_MIPS_REL16: - return &howto_table[R_MIPS_REL16]; - /* Use of R_MIPS_ADD_IMMEDIATE and R_MIPS_PJUMP is deprecated. */ - case BFD_RELOC_MIPS_RELGOT: - return &howto_table[R_MIPS_RELGOT]; - case BFD_RELOC_MIPS_JALR: - return &howto_table[R_MIPS_JALR]; -/* case BFD_RELOC_MIPS16_JMP: return &elf_mips16_jump_howto; case BFD_RELOC_MIPS16_GPREL: @@ -1956,17 +1939,6 @@ bfd_elf64_bfd_reloc_type_lookup (abfd, c return &elf_mips_gnu_vtinherit_howto; case BFD_RELOC_VTABLE_ENTRY: return &elf_mips_gnu_vtentry_howto; - case BFD_RELOC_PCREL_HI16_S: - return &elf_mips_gnu_rel_hi16; - case BFD_RELOC_PCREL_LO16: - return &elf_mips_gnu_rel_lo16; - case BFD_RELOC_16_PCREL_S2: - return &elf_mips_gnu_rel16_s2; - case BFD_RELOC_64_PCREL: - return &elf_mips_gnu_pcrel64; - case BFD_RELOC_32_PCREL: - return &elf_mips_gnu_pcrel32; -*/ default: bfd_set_error (bfd_error_bad_value); return NULL; @@ -1982,36 +1954,14 @@ mips_elf64_rtype_to_howto (r_type, rela_ { switch (r_type) { -/* case R_MIPS16_26: return &elf_mips16_jump_howto; - break; case R_MIPS16_GPREL: return &elf_mips16_gprel_howto; - break; case R_MIPS_GNU_VTINHERIT: return &elf_mips_gnu_vtinherit_howto; - break; case R_MIPS_GNU_VTENTRY: return &elf_mips_gnu_vtentry_howto; - break; - case R_MIPS_GNU_REL_HI16: - return &elf_mips_gnu_rel_hi16; - break; - case R_MIPS_GNU_REL_LO16: - return &elf_mips_gnu_rel_lo16; - break; - case R_MIPS_GNU_REL16_S2: - return &elf_mips_gnu_rel16_s2; - break; - case R_MIPS_PC64: - return &elf_mips_gnu_pcrel64; - break; - case R_MIPS_PC32: - return &elf_mips_gnu_pcrel32; - break; -*/ - default: BFD_ASSERT (r_type < (unsigned int) R_MIPS_max); if (rela_p) @@ -2579,7 +2529,7 @@ mips_elf64_object_p (abfd) /* Irix 6 is broken. Object file symbol tables are not always sorted correctly such that local symbols precede global symbols, and the sh_info field in the symbol table is not always right. */ - if (SGI_COMPAT(abfd)) + if (elf64_mips_irix_compat (abfd) != ict_none) elf_bad_symtab (abfd) = true; mach = _bfd_elf_mips_mach (elf_elfheader (abfd)->e_flags); @@ -2593,11 +2543,11 @@ static irix_compat_t elf64_mips_irix_compat (abfd) bfd *abfd; { - if ((abfd->xvec == &bfd_elf64_tradbigmips_vec) - || (abfd->xvec == &bfd_elf64_tradlittlemips_vec)) - return ict_none; - else + if ((abfd->xvec == &bfd_elf64_bigmips_vec) + || (abfd->xvec == &bfd_elf64_littlemips_vec)) return ict_irix6; + else + return ict_none; } /* ECOFF swapping routines. These are used when dealing with the @@ -2681,6 +2631,9 @@ const struct elf_size_info mips_elf64_si #define ELF_ARCH bfd_arch_mips #define ELF_MACHINE_CODE EM_MIPS +/* The SVR4 MIPS ABI says that this should be 0x10000, but Irix 5 uses + a value of 0x1000, and we are compatible. + FIXME: How does this affect NewABI? */ #define ELF_MAXPAGESIZE 0x1000 #define elf_backend_collect true @@ -2736,6 +2689,10 @@ const struct elf_size_info mips_elf64_si #define elf_backend_may_use_rela_p 1 #define elf_backend_default_use_rela_p 1 +#define elf_backend_ignore_discarded_relocs \ + _bfd_mips_elf_ignore_discarded_relocs +#define elf_backend_write_section _bfd_mips_elf_write_section + /* We don't set bfd_elf64_bfd_is_local_label_name because the 32-bit MIPS-specific function only applies to IRIX5, which had no 64-bit ABI. */ diff -uprN binutils-2.12.90.0.15/bfd/elf64-ppc.c binutils-2.13.90.0.2/bfd/elf64-ppc.c --- binutils-2.12.90.0.15/bfd/elf64-ppc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-ppc.c Mon Jul 29 08:19:16 2002 @@ -30,9 +30,6 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf/ppc.h" #include "elf64-ppc.h" -#define USE_RELA /* we want RELA relocations, not REL. */ - - static void ppc_howto_init PARAMS ((void)); static reloc_howto_type *ppc64_elf_reloc_type_lookup diff -uprN binutils-2.12.90.0.15/bfd/elf64-s390.c binutils-2.13.90.0.2/bfd/elf64-s390.c --- binutils-2.12.90.0.15/bfd/elf64-s390.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-s390.c Mon Jul 29 08:19:16 2002 @@ -70,8 +70,6 @@ static boolean elf_s390_finish_dynamic_s PARAMS ((bfd *, struct bfd_link_info *)); static boolean elf_s390_object_p PARAMS ((bfd *)); -#define USE_RELA 1 /* We want RELA relocations, not REL. */ - #include "elf/s390.h" /* In case we're on a 32-bit machine, construct a 64-bit "-1" value diff -uprN binutils-2.12.90.0.15/bfd/elf64-sparc.c binutils-2.13.90.0.2/bfd/elf64-sparc.c --- binutils-2.12.90.0.15/bfd/elf64-sparc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-sparc.c Mon Jul 29 08:19:16 2002 @@ -1919,6 +1919,9 @@ sparc64_elf_relocate_section (output_bfd Elf_Internal_Rela *rel; Elf_Internal_Rela *relend; + if (info->relocateable) + return true; + dynobj = elf_hash_table (info)->dynobj; symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd); @@ -1954,28 +1957,8 @@ sparc64_elf_relocate_section (output_bfd } howto = sparc64_elf_howto_table + r_type; - r_symndx = ELF64_R_SYM (rel->r_info); - - if (info->relocateable) - { - /* This is a relocateable link. We don't have to change - anything, unless the reloc is against a section symbol, - in which case we have to adjust according to where the - section symbol winds up in the output section. */ - if (r_symndx < symtab_hdr->sh_info) - { - sym = local_syms + r_symndx; - if (ELF_ST_TYPE (sym->st_info) == STT_SECTION) - { - sec = local_sections[r_symndx]; - rel->r_addend += sec->output_offset + sym->st_value; - } - } - - continue; - } - /* This is a final link. */ + r_symndx = ELF64_R_SYM (rel->r_info); h = NULL; sym = NULL; sec = NULL; @@ -3171,6 +3154,7 @@ const struct elf_size_info sparc64_elf_s #define elf_backend_want_got_plt 0 #define elf_backend_plt_readonly 0 #define elf_backend_want_plt_sym 1 +#define elf_backend_rela_normal 1 /* Section 5.2.4 of the ABI specifies a 256-byte boundary for the table. */ #define elf_backend_plt_alignment 8 diff -uprN binutils-2.12.90.0.15/bfd/elf64-x86-64.c binutils-2.13.90.0.2/bfd/elf64-x86-64.c --- binutils-2.12.90.0.15/bfd/elf64-x86-64.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elf64-x86-64.c Mon Jul 29 08:19:16 2002 @@ -26,9 +26,6 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf/x86-64.h" -/* We use only the RELA entries. */ -#define USE_RELA 1 - /* In case we're on a 32-bit machine, construct a 64-bit "-1" value. */ #define MINUS_ONE (~ (bfd_vma) 0) diff -uprN binutils-2.12.90.0.15/bfd/elfarm-nabi.c binutils-2.13.90.0.2/bfd/elfarm-nabi.c --- binutils-2.12.90.0.15/bfd/elfarm-nabi.c Sun Apr 21 01:09:26 2002 +++ binutils-2.13.90.0.2/bfd/elfarm-nabi.c Thu Aug 1 17:49:32 2002 @@ -749,4 +749,6 @@ elf32_arm_nabi_grok_psinfo (abfd, note) #define elf_backend_grok_prstatus elf32_arm_nabi_grok_prstatus #define elf_backend_grok_psinfo elf32_arm_nabi_grok_psinfo +#ifndef ELFARM_NABI_C_INCLUDED #include "elf32-arm.h" +#endif diff -uprN binutils-2.12.90.0.15/bfd/elfarm-oabi.c binutils-2.13.90.0.2/bfd/elfarm-oabi.c --- binutils-2.12.90.0.15/bfd/elfarm-oabi.c Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/elfarm-oabi.c Mon Jul 29 08:19:16 2002 @@ -37,8 +37,6 @@ #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) #endif -#define USE_RELA - #define TARGET_LITTLE_SYM bfd_elf32_littlearm_oabi_vec #define TARGET_LITTLE_NAME "elf32-littlearm-oabi" #define TARGET_BIG_SYM bfd_elf32_bigarm_oabi_vec diff -uprN binutils-2.12.90.0.15/bfd/elfarmqnx-nabi.c binutils-2.13.90.0.2/bfd/elfarmqnx-nabi.c --- binutils-2.12.90.0.15/bfd/elfarmqnx-nabi.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/bfd/elfarmqnx-nabi.c Thu Aug 1 17:49:32 2002 @@ -0,0 +1,33 @@ +/* 32-bit ELF support for ARM new abi option, for QNX. + Copyright 2002 Free Software Foundation, Inc. + + This file is part of BFD, the Binary File Descriptor library. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#define ELFARM_NABI_C_INCLUDED +#include "elfarm-nabi.c" + +#undef TARGET_LITTLE_SYM +#define TARGET_LITTLE_SYM bfd_elf32_littlearmqnx_vec +#undef TARGET_BIG_SYM +#define TARGET_BIG_SYM bfd_elf32_bigarmqnx_vec + +/* QNX Neutrino for ARM has a max pagesize of 0x1000. */ +#undef ELF_MAXPAGESIZE +#define ELF_MAXPAGESIZE 0x1000 + +#include "elf32-arm.h" + diff -uprN binutils-2.12.90.0.15/bfd/elflink.c binutils-2.13.90.0.2/bfd/elflink.c --- binutils-2.12.90.0.15/bfd/elflink.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elflink.c Mon Jul 29 08:19:16 2002 @@ -302,6 +302,98 @@ _bfd_elf_link_record_dynamic_symbol (inf return true; } +/* Record a new local dynamic symbol. Returns 0 on failure, 1 on + success, and 2 on a failure caused by attempting to record a symbol + in a discarded section, eg. a discarded link-once section symbol. */ + +int +elf_link_record_local_dynamic_symbol (info, input_bfd, input_indx) + struct bfd_link_info *info; + bfd *input_bfd; + long input_indx; +{ + bfd_size_type amt; + struct elf_link_local_dynamic_entry *entry; + struct elf_link_hash_table *eht; + struct elf_strtab_hash *dynstr; + unsigned long dynstr_index; + char *name; + Elf_External_Sym_Shndx eshndx; + char esym[sizeof (Elf64_External_Sym)]; + + if (! is_elf_hash_table (info)) + return 0; + + /* See if the entry exists already. */ + for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next) + if (entry->input_bfd == input_bfd && entry->input_indx == input_indx) + return 1; + + amt = sizeof (*entry); + entry = (struct elf_link_local_dynamic_entry *) bfd_alloc (input_bfd, amt); + if (entry == NULL) + return 0; + + /* Go find the symbol, so that we can find it's name. */ + if (!bfd_elf_get_elf_syms (input_bfd, &elf_tdata (input_bfd)->symtab_hdr, + (size_t) 1, (size_t) input_indx, + &entry->isym, esym, &eshndx)) + { + bfd_release (input_bfd, entry); + return 0; + } + + if (entry->isym.st_shndx != SHN_UNDEF + && (entry->isym.st_shndx < SHN_LORESERVE + || entry->isym.st_shndx > SHN_HIRESERVE)) + { + asection *s; + + s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx); + if (s == NULL || bfd_is_abs_section (s->output_section)) + { + /* We can still bfd_release here as nothing has done another + bfd_alloc. We can't do this later in this function. */ + bfd_release (input_bfd, entry); + return 2; + } + } + + name = (bfd_elf_string_from_elf_section + (input_bfd, elf_tdata (input_bfd)->symtab_hdr.sh_link, + entry->isym.st_name)); + + dynstr = elf_hash_table (info)->dynstr; + if (dynstr == NULL) + { + /* Create a strtab to hold the dynamic symbol names. */ + elf_hash_table (info)->dynstr = dynstr = _bfd_elf_strtab_init (); + if (dynstr == NULL) + return 0; + } + + dynstr_index = _bfd_elf_strtab_add (dynstr, name, false); + if (dynstr_index == (unsigned long) -1) + return 0; + entry->isym.st_name = dynstr_index; + + eht = elf_hash_table (info); + + entry->next = eht->dynlocal; + eht->dynlocal = entry; + entry->input_bfd = input_bfd; + entry->input_indx = input_indx; + eht->dynsymcount++; + + /* Whatever binding the symbol had before, it's now local. */ + entry->isym.st_info + = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info)); + + /* The dynindx will be set at the end of size_dynamic_sections. */ + + return 1; +} + /* Return the dynindex of a local dynamic symbol. */ long diff -uprN binutils-2.12.90.0.15/bfd/elflink.h binutils-2.13.90.0.2/bfd/elflink.h --- binutils-2.12.90.0.15/bfd/elflink.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elflink.h Mon Jul 29 08:19:16 2002 @@ -2448,93 +2448,6 @@ elf_add_dynamic_entry (info, tag, val) return true; } - -/* Record a new local dynamic symbol. */ - -boolean -elf_link_record_local_dynamic_symbol (info, input_bfd, input_indx) - struct bfd_link_info *info; - bfd *input_bfd; - long input_indx; -{ - struct elf_link_local_dynamic_entry *entry; - struct elf_link_hash_table *eht; - struct elf_strtab_hash *dynstr; - Elf_External_Sym esym; - Elf_External_Sym_Shndx eshndx; - Elf_External_Sym_Shndx *shndx; - unsigned long dynstr_index; - char *name; - file_ptr pos; - bfd_size_type amt; - - if (! is_elf_hash_table (info)) - return false; - - /* See if the entry exists already. */ - for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next) - if (entry->input_bfd == input_bfd && entry->input_indx == input_indx) - return true; - - entry = (struct elf_link_local_dynamic_entry *) - bfd_alloc (input_bfd, (bfd_size_type) sizeof (*entry)); - if (entry == NULL) - return false; - - /* Go find the symbol, so that we can find it's name. */ - amt = sizeof (Elf_External_Sym); - pos = elf_tdata (input_bfd)->symtab_hdr.sh_offset + input_indx * amt; - if (bfd_seek (input_bfd, pos, SEEK_SET) != 0 - || bfd_bread ((PTR) &esym, amt, input_bfd) != amt) - return false; - shndx = NULL; - if (elf_tdata (input_bfd)->symtab_shndx_hdr.sh_size != 0) - { - amt = sizeof (Elf_External_Sym_Shndx); - pos = elf_tdata (input_bfd)->symtab_shndx_hdr.sh_offset; - pos += input_indx * amt; - shndx = &eshndx; - if (bfd_seek (input_bfd, pos, SEEK_SET) != 0 - || bfd_bread ((PTR) shndx, amt, input_bfd) != amt) - return false; - } - elf_swap_symbol_in (input_bfd, (const PTR) &esym, (const PTR) shndx, - &entry->isym); - - name = (bfd_elf_string_from_elf_section - (input_bfd, elf_tdata (input_bfd)->symtab_hdr.sh_link, - entry->isym.st_name)); - - dynstr = elf_hash_table (info)->dynstr; - if (dynstr == NULL) - { - /* Create a strtab to hold the dynamic symbol names. */ - elf_hash_table (info)->dynstr = dynstr = _bfd_elf_strtab_init (); - if (dynstr == NULL) - return false; - } - - dynstr_index = _bfd_elf_strtab_add (dynstr, name, false); - if (dynstr_index == (unsigned long) -1) - return false; - entry->isym.st_name = dynstr_index; - - eht = elf_hash_table (info); - - entry->next = eht->dynlocal; - eht->dynlocal = entry; - entry->input_bfd = input_bfd; - entry->input_indx = input_indx; - eht->dynsymcount++; - - /* Whatever binding the symbol had before, it's now local. */ - entry->isym.st_info - = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info)); - - /* The dynindx will be set at the end of size_dynamic_sections. */ - - return true; -} /* Read and swap the relocs from the section indicated by SHDR. This may be either a REL or a RELA section. The relocations are @@ -6967,6 +6880,7 @@ elf_link_input_bfd (finfo, input_bfd) { unsigned long r_symndx; asection *sec; + Elf_Internal_Sym sym; if (next_erel == bed->s->int_rels_per_ext_rel) { @@ -7019,9 +6933,9 @@ elf_link_input_bfd (finfo, input_bfd) /* This is a reloc against a local symbol. */ *rel_hash = NULL; - isym = isymbuf + r_symndx; + sym = isymbuf[r_symndx]; sec = finfo->sections[r_symndx]; - if (ELF_ST_TYPE (isym->st_info) == STT_SECTION) + if (ELF_ST_TYPE (sym.st_info) == STT_SECTION) { /* I suppose the backend ought to fill in the section of any STT_SECTION symbol against a @@ -7068,34 +6982,34 @@ elf_link_input_bfd (finfo, input_bfd) must output it now. */ shlink = symtab_hdr->sh_link; name = (bfd_elf_string_from_elf_section - (input_bfd, shlink, isym->st_name)); + (input_bfd, shlink, sym.st_name)); if (name == NULL) return false; osec = sec->output_section; - isym->st_shndx = + sym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd, osec); - if (isym->st_shndx == SHN_BAD) + if (sym.st_shndx == SHN_BAD) return false; - isym->st_value += sec->output_offset; + sym.st_value += sec->output_offset; if (! finfo->info->relocateable) { - isym->st_value += osec->vma; - if (ELF_ST_TYPE (isym->st_info) == STT_TLS) + sym.st_value += osec->vma; + if (ELF_ST_TYPE (sym.st_info) == STT_TLS) { /* STT_TLS symbols are relative to PT_TLS segment base. */ BFD_ASSERT (finfo->first_tls_sec != NULL); - isym->st_value -= finfo->first_tls_sec->vma; + sym.st_value -= finfo->first_tls_sec->vma; } } finfo->indices[r_symndx] = bfd_get_symcount (output_bfd); - if (! elf_link_output_sym (finfo, name, isym, sec)) + if (! elf_link_output_sym (finfo, name, &sym, sec)) return false; } diff -uprN binutils-2.12.90.0.15/bfd/elfn32-mips.c binutils-2.13.90.0.2/bfd/elfn32-mips.c --- binutils-2.12.90.0.15/bfd/elfn32-mips.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/bfd/elfn32-mips.c Thu Aug 1 17:49:32 2002 @@ -0,0 +1,2230 @@ +/* MIPS-specific support for 32-bit ELF + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 + Free Software Foundation, Inc. + + Most of the information added by Ian Lance Taylor, Cygnus Support, + . + N32/64 ABI support added by Mark Mitchell, CodeSourcery, LLC. + + Traditional MIPS targets support added by Koundinya.K, Dansk Data + Elektronik & Operations Research Group. + +This file is part of BFD, the Binary File Descriptor library. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* This file handles MIPS ELF targets. SGI Irix 5 uses a slightly + different MIPS ELF from other targets. This matters when linking. + This file supports both, switching at runtime. */ + +#include "bfd.h" +#include "sysdep.h" +#include "libbfd.h" +#include "bfdlink.h" +#include "genlink.h" +#include "elf-bfd.h" +#include "elfxx-mips.h" +#include "elf/mips.h" + +/* Get the ECOFF swapping routines. */ +#include "coff/sym.h" +#include "coff/symconst.h" +#include "coff/internal.h" +#include "coff/ecoff.h" +#include "coff/mips.h" +#define ECOFF_SIGNED_32 +#include "ecoffswap.h" + +static bfd_reloc_status_type mips_elf_generic_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips_elf_hi16_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips_elf_lo16_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips_elf_got16_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static boolean mips_elf_assign_gp PARAMS ((bfd *, bfd_vma *)); +static bfd_reloc_status_type mips_elf_final_gp + PARAMS ((bfd *, asymbol *, boolean, char **, bfd_vma *)); +static bfd_reloc_status_type mips_elf_gprel16_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips_elf_literal_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips_elf_gprel32_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type gprel32_with_gp + PARAMS ((bfd *, asymbol *, arelent *, asection *, boolean, PTR, bfd_vma)); +static bfd_reloc_status_type mips_elf_shift6_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips16_jump_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static bfd_reloc_status_type mips16_gprel_reloc + PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); +static reloc_howto_type *bfd_elf32_bfd_reloc_type_lookup + PARAMS ((bfd *, bfd_reloc_code_real_type)); +static reloc_howto_type *mips_elf_n32_rtype_to_howto + PARAMS ((unsigned int, boolean)); +static void mips_info_to_howto_rel + PARAMS ((bfd *, arelent *, Elf32_Internal_Rel *)); +static void mips_info_to_howto_rela + PARAMS ((bfd *, arelent *, Elf32_Internal_Rela *)); +static boolean mips_elf_sym_is_global PARAMS ((bfd *, asymbol *)); +static boolean mips_elf_n32_object_p PARAMS ((bfd *)); +static boolean elf32_mips_grok_prstatus + PARAMS ((bfd *, Elf_Internal_Note *)); +static boolean elf32_mips_grok_psinfo + PARAMS ((bfd *, Elf_Internal_Note *)); +static irix_compat_t elf_n32_mips_irix_compat + PARAMS ((bfd *)); + +extern const bfd_target bfd_elf32_nbigmips_vec; +extern const bfd_target bfd_elf32_nlittlemips_vec; + +static bfd_vma prev_reloc_address = -1; +static bfd_vma prev_reloc_addend = 0; + +/* Nonzero if ABFD is using the N32 ABI. */ +#define ABI_N32_P(abfd) \ + ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2) != 0) + +/* Whether we are trying to be compatible with IRIX at all. */ +#define SGI_COMPAT(abfd) \ + (elf_n32_mips_irix_compat (abfd) != ict_none) + +/* The number of local .got entries we reserve. */ +#define MIPS_RESERVED_GOTNO (2) + +/* In case we're on a 32-bit machine, construct a 64-bit "-1" value + from smaller values. Start with zero, widen, *then* decrement. */ +#define MINUS_ONE (((bfd_vma)0) - 1) + +/* The relocation table used for SHT_REL sections. */ + +static reloc_howto_type elf_mips_howto_table_rel[] = +{ + /* No relocation. */ + HOWTO (R_MIPS_NONE, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_NONE", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false), /* pcrel_offset */ + + /* 16 bit relocation. */ + HOWTO (R_MIPS_16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit relocation. */ + HOWTO (R_MIPS_32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_32", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit symbol relative relocation. */ + HOWTO (R_MIPS_REL32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_REL32", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 26 bit jump address. */ + HOWTO (R_MIPS_26, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 26, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + /* This needs complex overflow + detection, because the upper four + bits must match the PC + 4. */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_26", /* name */ + true, /* partial_inplace */ + 0x03ffffff, /* src_mask */ + 0x03ffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for NewABI REL. + However, the native IRIX6 tools use them, so we try our best. */ + + /* High 16 bits of symbol value. */ + HOWTO (R_MIPS_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_hi16_reloc, /* special_function */ + "R_MIPS_HI16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of symbol value. */ + HOWTO (R_MIPS_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_lo16_reloc, /* special_function */ + "R_MIPS_LO16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* GP relative reference. */ + HOWTO (R_MIPS_GPREL16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_gprel16_reloc, /* special_function */ + "R_MIPS_GPREL16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Reference to literal section. */ + HOWTO (R_MIPS_LITERAL, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_literal_reloc, /* special_function */ + "R_MIPS_LITERAL", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Reference to global offset table. */ + HOWTO (R_MIPS_GOT16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_got16_reloc, /* special_function */ + "R_MIPS_GOT16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 16 bit PC relative reference. */ + HOWTO (R_MIPS_PC16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + true, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_PC16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + true), /* pcrel_offset */ + + /* 16 bit call through global offset table. */ + HOWTO (R_MIPS_CALL16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit GP relative reference. */ + HOWTO (R_MIPS_GPREL32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_gprel32_reloc, /* special_function */ + "R_MIPS_GPREL32", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* The remaining relocs are defined on Irix 5, although they are + not defined by the ABI. */ + EMPTY_HOWTO (13), + EMPTY_HOWTO (14), + EMPTY_HOWTO (15), + + /* A 5 bit shift field. */ + HOWTO (R_MIPS_SHIFT5, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 5, /* bitsize */ + false, /* pc_relative */ + 6, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SHIFT5", /* name */ + true, /* partial_inplace */ + 0x000007c0, /* src_mask */ + 0x000007c0, /* dst_mask */ + false), /* pcrel_offset */ + + /* A 6 bit shift field. */ + HOWTO (R_MIPS_SHIFT6, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 6, /* bitsize */ + false, /* pc_relative */ + 6, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + mips_elf_shift6_reloc, /* special_function */ + "R_MIPS_SHIFT6", /* name */ + true, /* partial_inplace */ + 0x000007c4, /* src_mask */ + 0x000007c4, /* dst_mask */ + false), /* pcrel_offset */ + + /* A 64 bit relocation. */ + HOWTO (R_MIPS_64, /* type */ + 0, /* rightshift */ + 4, /* size (0 = byte, 1 = short, 2 = long) */ + 64, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_64", /* name */ + true, /* partial_inplace */ + MINUS_ONE, /* src_mask */ + MINUS_ONE, /* dst_mask */ + false), /* pcrel_offset */ + + /* Displacement in the global offset table. */ + HOWTO (R_MIPS_GOT_DISP, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_DISP", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Displacement to page pointer in the global offset table. */ + HOWTO (R_MIPS_GOT_PAGE, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_PAGE", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Offset from page pointer in the global offset table. */ + HOWTO (R_MIPS_GOT_OFST, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_OFST", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* High 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_GOT_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_HI16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_GOT_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_LO16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 64 bit subtraction. */ + HOWTO (R_MIPS_SUB, /* type */ + 0, /* rightshift */ + 4, /* size (0 = byte, 1 = short, 2 = long) */ + 64, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SUB", /* name */ + true, /* partial_inplace */ + MINUS_ONE, /* src_mask */ + MINUS_ONE, /* dst_mask */ + false), /* pcrel_offset */ + + /* Insert the addend as an instruction. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_INSERT_A, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_INSERT_A", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Insert the addend as an instruction, and change all relocations + to refer to the old instruction at the address. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_INSERT_B, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_INSERT_B", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Delete a 32 bit instruction. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_DELETE, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_DELETE", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* The MIPS ELF64 ABI Draft wants us to support these for REL relocations. + We don't, because + a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/ + R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using + fallable heuristics. + b) No other NEwABI toolchain actually emits such relocations. */ + EMPTY_HOWTO (R_MIPS_HIGHER), + EMPTY_HOWTO (R_MIPS_HIGHEST), + + /* High 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_CALL_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL_HI16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_CALL_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL_LO16", /* name */ + true, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Section displacement. */ + HOWTO (R_MIPS_SCN_DISP, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SCN_DISP", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + HOWTO (R_MIPS_REL16, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_REL16", /* name */ + true, /* partial_inplace */ + 0xffff, /* src_mask */ + 0xffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* These two are obsolete. */ + EMPTY_HOWTO (R_MIPS_ADD_IMMEDIATE), + EMPTY_HOWTO (R_MIPS_PJUMP), + + /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section. + It must be used for multigot GOT's (and only there). */ + HOWTO (R_MIPS_RELGOT, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_RELGOT", /* name */ + true, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Protected jump conversion. This is an optimization hint. No + relocation is required for correctness. */ + HOWTO (R_MIPS_JALR, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_JALR", /* name */ + false, /* partial_inplace */ + 0x00000000, /* src_mask */ + 0x00000000, /* dst_mask */ + false), /* pcrel_offset */ +}; + +/* The relocation table used for SHT_RELA sections. */ + +static reloc_howto_type elf_mips_howto_table_rela[] = +{ + /* No relocation. */ + HOWTO (R_MIPS_NONE, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_NONE", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false), /* pcrel_offset */ + + /* 16 bit relocation. */ + HOWTO (R_MIPS_16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit relocation. */ + HOWTO (R_MIPS_32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_32", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit symbol relative relocation. */ + HOWTO (R_MIPS_REL32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_REL32", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 26 bit jump address. */ + HOWTO (R_MIPS_26, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 26, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + /* This needs complex overflow + detection, because the upper 36 + bits must match the PC + 4. */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_26", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x03ffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* High 16 bits of symbol value. */ + HOWTO (R_MIPS_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_HI16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of symbol value. */ + HOWTO (R_MIPS_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_LO16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* GP relative reference. */ + HOWTO (R_MIPS_GPREL16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_gprel16_reloc, /* special_function */ + "R_MIPS_GPREL16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Reference to literal section. */ + HOWTO (R_MIPS_LITERAL, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_literal_reloc, /* special_function */ + "R_MIPS_LITERAL", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Reference to global offset table. */ + HOWTO (R_MIPS_GOT16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_got16_reloc, /* special_function */ + "R_MIPS_GOT16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 16 bit PC relative reference. */ + HOWTO (R_MIPS_PC16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + true, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_PC16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + true), /* pcrel_offset */ + + /* 16 bit call through global offset table. */ + HOWTO (R_MIPS_CALL16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 32 bit GP relative reference. */ + HOWTO (R_MIPS_GPREL32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_gprel32_reloc, /* special_function */ + "R_MIPS_GPREL32", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + EMPTY_HOWTO (13), + EMPTY_HOWTO (14), + EMPTY_HOWTO (15), + + /* A 5 bit shift field. */ + HOWTO (R_MIPS_SHIFT5, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 5, /* bitsize */ + false, /* pc_relative */ + 6, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SHIFT5", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x000007c0, /* dst_mask */ + false), /* pcrel_offset */ + + /* A 6 bit shift field. */ + HOWTO (R_MIPS_SHIFT6, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 6, /* bitsize */ + false, /* pc_relative */ + 6, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + mips_elf_shift6_reloc, /* special_function */ + "R_MIPS_SHIFT6", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x000007c4, /* dst_mask */ + false), /* pcrel_offset */ + + /* 64 bit relocation. */ + HOWTO (R_MIPS_64, /* type */ + 0, /* rightshift */ + 4, /* size (0 = byte, 1 = short, 2 = long) */ + 64, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_64", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + MINUS_ONE, /* dst_mask */ + false), /* pcrel_offset */ + + /* Displacement in the global offset table. */ + HOWTO (R_MIPS_GOT_DISP, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_DISP", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Displacement to page pointer in the global offset table. */ + HOWTO (R_MIPS_GOT_PAGE, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_PAGE", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Offset from page pointer in the global offset table. */ + HOWTO (R_MIPS_GOT_OFST, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_OFST", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* High 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_GOT_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_HI16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_GOT_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GOT_LO16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 64 bit substraction. */ + HOWTO (R_MIPS_SUB, /* type */ + 0, /* rightshift */ + 4, /* size (0 = byte, 1 = short, 2 = long) */ + 64, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SUB", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + MINUS_ONE, /* dst_mask */ + false), /* pcrel_offset */ + + /* Insert the addend as an instruction. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_INSERT_A, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_INSERT_A", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Insert the addend as an instruction, and change all relocations + to refer to the old instruction at the address. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_INSERT_B, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_INSERT_B", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Delete a 32 bit instruction. */ + /* FIXME: Not handled correctly. */ + HOWTO (R_MIPS_DELETE, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_DELETE", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Get the higher value of a 64 bit addend. */ + HOWTO (R_MIPS_HIGHER, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_HIGHER", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Get the highest value of a 64 bit addend. */ + HOWTO (R_MIPS_HIGHEST, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_HIGHEST", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* High 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_CALL_HI16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL_HI16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Low 16 bits of displacement in global offset table. */ + HOWTO (R_MIPS_CALL_LO16, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_CALL_LO16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Section displacement, used by an associated event location section. */ + HOWTO (R_MIPS_SCN_DISP, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_SCN_DISP", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* 16 bit relocation. */ + HOWTO (R_MIPS_REL16, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_REL16", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* These two are obsolete. */ + EMPTY_HOWTO (R_MIPS_ADD_IMMEDIATE), + EMPTY_HOWTO (R_MIPS_PJUMP), + + /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section. + It must be used for multigot GOT's (and only there). */ + HOWTO (R_MIPS_RELGOT, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_RELGOT", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ + + /* Protected jump conversion. This is an optimization hint. No + relocation is required for correctness. */ + HOWTO (R_MIPS_JALR, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_JALR", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0xffffffff, /* dst_mask */ + false), /* pcrel_offset */ +}; + +/* The reloc used for the mips16 jump instruction. */ +static reloc_howto_type elf_mips16_jump_howto = + HOWTO (R_MIPS16_26, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 26, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + /* This needs complex overflow + detection, because the upper four + bits must match the PC. */ + mips16_jump_reloc, /* special_function */ + "R_MIPS16_26", /* name */ + true, /* partial_inplace */ + 0x3ffffff, /* src_mask */ + 0x3ffffff, /* dst_mask */ + false); /* pcrel_offset */ + +/* The reloc used for the mips16 gprel instruction. */ +static reloc_howto_type elf_mips16_gprel_howto = + HOWTO (R_MIPS16_GPREL, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips16_gprel_reloc, /* special_function */ + "R_MIPS16_GPREL", /* name */ + true, /* partial_inplace */ + 0x07ff001f, /* src_mask */ + 0x07ff001f, /* dst_mask */ + false); /* pcrel_offset */ + +/* GNU extension to record C++ vtable hierarchy */ +static reloc_howto_type elf_mips_gnu_vtinherit_howto = + HOWTO (R_MIPS_GNU_VTINHERIT, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + NULL, /* special_function */ + "R_MIPS_GNU_VTINHERIT", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false); /* pcrel_offset */ + +/* GNU extension to record C++ vtable member usage */ +static reloc_howto_type elf_mips_gnu_vtentry_howto = + HOWTO (R_MIPS_GNU_VTENTRY, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + false, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + _bfd_elf_rel_vtable_reloc_fn, /* special_function */ + "R_MIPS_GNU_VTENTRY", /* name */ + false, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + false); /* pcrel_offset */ + +/* This is derived from bfd_elf_generic_reloc. NewABI allows us to have + several relocations against the same address. The addend is derived + from the addends of preceding relocations. If we don't need to + do something special, we simply keep track of the addend. */ + +#define GET_RELOC_ADDEND(obfd, sym, entry, sec) \ +{ \ + /* If we're relocating, and this is an external symbol, we don't \ + want to change anything. */ \ + if (obfd != (bfd *) NULL \ + && (sym->flags & BSF_SECTION_SYM) == 0 \ + && (! entry->howto->partial_inplace \ + || entry->addend == 0)) \ + { \ + entry->address += sec->output_offset; \ + return bfd_reloc_ok; \ + } \ + \ + /* The addend of combined relocs is remembered and left for \ + subsequent relocs. */ \ + if (prev_reloc_address != reloc_entry->address) \ + { \ + prev_reloc_address = reloc_entry->address; \ + prev_reloc_addend = reloc_entry->addend; \ + } \ + else \ + reloc_entry->addend = prev_reloc_addend; \ +} + +#define SET_RELOC_ADDEND(entry) \ +{ \ + prev_reloc_addend = entry->addend; \ +} + +static bfd_reloc_status_type +mips_elf_generic_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data ATTRIBUTE_UNUSED; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + return bfd_reloc_continue; +} + +/* Do a R_MIPS_HI16 relocation. This has to be done in combination + with a R_MIPS_LO16 reloc, because there is a carry from the LO16 to + the HI16. Here we just save the information we need; we do the + actual relocation when we see the LO16. + + MIPS ELF requires that the LO16 immediately follow the HI16. As a + GNU extension, for non-pc-relative relocations, we permit an + arbitrary number of HI16 relocs to be associated with a single LO16 + reloc. This extension permits gcc to output the HI and LO relocs + itself. + + This cannot be done for PC-relative relocations because both the HI16 + and LO16 parts of the relocations must be done relative to the LO16 + part, and there can be carry to or borrow from the HI16 part. */ + +struct mips_hi16 +{ + struct mips_hi16 *next; + bfd_byte *addr; + bfd_vma addend; +}; + +/* FIXME: This should not be a static variable. */ + +static struct mips_hi16 *mips_hi16_list; + +static bfd_reloc_status_type +mips_elf_hi16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + bfd_reloc_status_type ret; + bfd_vma relocation; + struct mips_hi16 *n; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + ret = bfd_reloc_ok; + + if (bfd_is_und_section (symbol->section) && output_bfd == (bfd *) NULL) + ret = bfd_reloc_undefined; + + if (bfd_is_com_section (symbol->section)) + relocation = 0; + else + relocation = symbol->value; + + relocation += symbol->section->output_section->vma; + relocation += symbol->section->output_offset; + relocation += reloc_entry->addend; + + if (reloc_entry->address > input_section->_cooked_size) + return bfd_reloc_outofrange; + + /* Save the information, and let LO16 do the actual relocation. */ + n = (struct mips_hi16 *) bfd_malloc ((bfd_size_type) sizeof *n); + if (n == NULL) + return bfd_reloc_outofrange; + n->addr = (bfd_byte *) data + reloc_entry->address; + n->addend = relocation; + n->next = mips_hi16_list; + mips_hi16_list = n; + + if (output_bfd != (bfd *) NULL) + reloc_entry->address += input_section->output_offset; + + return ret; +} + +/* Do a R_MIPS_LO16 relocation. This is a straightforward 16 bit + inplace relocation; this function exists in order to do the + R_MIPS_HI16 relocation described above. */ + +static bfd_reloc_status_type +mips_elf_lo16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + if (mips_hi16_list != NULL) + { + struct mips_hi16 *l; + + l = mips_hi16_list; + while (l != NULL) + { + unsigned long insn; + unsigned long val; + unsigned long vallo; + struct mips_hi16 *next; + + /* Do the HI16 relocation. Note that we actually don't need + to know anything about the LO16 itself, except where to + find the low 16 bits of the addend needed by the LO16. */ + insn = bfd_get_32 (abfd, l->addr); + vallo = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); + + /* The low order 16 bits are always treated as a signed + value. */ + vallo = ((vallo & 0xffff) ^ 0x8000) - 0x8000; + val = ((insn & 0xffff) << 16) + vallo; + val += l->addend; + + /* If PC-relative, we need to subtract out the address of the LO + half of the HI/LO. (The actual relocation is relative + to that instruction.) */ + if (reloc_entry->howto->pc_relative) + val -= reloc_entry->address; + + /* At this point, "val" has the value of the combined HI/LO + pair. If the low order 16 bits (which will be used for + the LO16 insn) are negative, then we will need an + adjustment for the high order 16 bits. */ + val += 0x8000; + val = (val >> 16) & 0xffff; + + insn &= ~ (bfd_vma) 0xffff; + insn |= val; + bfd_put_32 (abfd, (bfd_vma) insn, l->addr); + + next = l->next; + free (l); + l = next; + } + + mips_hi16_list = NULL; + } + + /* Now do the LO16 reloc in the usual way. */ + return mips_elf_generic_reloc (abfd, reloc_entry, symbol, data, + input_section, output_bfd, error_message); +} + +/* Do a R_MIPS_GOT16 reloc. This is a reloc against the global offset + table used for PIC code. If the symbol is an external symbol, the + instruction is modified to contain the offset of the appropriate + entry in the global offset table. If the symbol is a section + symbol, the next reloc is a R_MIPS_LO16 reloc. The two 16 bit + addends are combined to form the real addend against the section + symbol; the GOT16 is modified to contain the offset of an entry in + the global offset table, and the LO16 is modified to offset it + appropriately. Thus an offset larger than 16 bits requires a + modified value in the global offset table. + + This implementation suffices for the assembler, but the linker does + not yet know how to create global offset tables. */ + +static bfd_reloc_status_type +mips_elf_got16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + /* If we're relocating, and this is a local symbol, we can handle it + just like HI16. */ + if (output_bfd != (bfd *) NULL + && (symbol->flags & BSF_SECTION_SYM) != 0) + return mips_elf_hi16_reloc (abfd, reloc_entry, symbol, data, + input_section, output_bfd, error_message); + + /* Otherwise we try to handle it as R_MIPS_GOT_DISP. */ + return mips_elf_generic_reloc (abfd, reloc_entry, symbol, data, + input_section, output_bfd, error_message); +} + +/* Set the GP value for OUTPUT_BFD. Returns false if this is a + dangerous relocation. */ + +static boolean +mips_elf_assign_gp (output_bfd, pgp) + bfd *output_bfd; + bfd_vma *pgp; +{ + unsigned int count; + asymbol **sym; + unsigned int i; + + /* If we've already figured out what GP will be, just return it. */ + *pgp = _bfd_get_gp_value (output_bfd); + if (*pgp) + return true; + + count = bfd_get_symcount (output_bfd); + sym = bfd_get_outsymbols (output_bfd); + + /* The linker script will have created a symbol named `_gp' with the + appropriate value. */ + if (sym == (asymbol **) NULL) + i = count; + else + { + for (i = 0; i < count; i++, sym++) + { + register const char *name; + + name = bfd_asymbol_name (*sym); + if (*name == '_' && strcmp (name, "_gp") == 0) + { + *pgp = bfd_asymbol_value (*sym); + _bfd_set_gp_value (output_bfd, *pgp); + break; + } + } + } + + if (i >= count) + { + /* Only get the error once. */ + *pgp = 4; + _bfd_set_gp_value (output_bfd, *pgp); + return false; + } + + return true; +} + +/* We have to figure out the gp value, so that we can adjust the + symbol value correctly. We look up the symbol _gp in the output + BFD. If we can't find it, we're stuck. We cache it in the ELF + target data. We don't need to adjust the symbol value for an + external symbol if we are producing relocateable output. */ + +static bfd_reloc_status_type +mips_elf_final_gp (output_bfd, symbol, relocateable, error_message, pgp) + bfd *output_bfd; + asymbol *symbol; + boolean relocateable; + char **error_message; + bfd_vma *pgp; +{ + if (bfd_is_und_section (symbol->section) + && ! relocateable) + { + *pgp = 0; + return bfd_reloc_undefined; + } + + *pgp = _bfd_get_gp_value (output_bfd); + if (*pgp == 0 + && (! relocateable + || (symbol->flags & BSF_SECTION_SYM) != 0)) + { + if (relocateable) + { + /* Make up a value. */ + *pgp = symbol->section->output_section->vma + 0x4000; + _bfd_set_gp_value (output_bfd, *pgp); + } + else if (!mips_elf_assign_gp (output_bfd, pgp)) + { + *error_message = + (char *) _("GP relative relocation when _gp not defined"); + return bfd_reloc_dangerous; + } + } + + return bfd_reloc_ok; +} + +/* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must + become the offset from the gp register. */ + +static bfd_reloc_status_type +mips_elf_gprel16_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data ATTRIBUTE_UNUSED; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + boolean relocateable; + bfd_reloc_status_type ret; + bfd_vma gp; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + if (output_bfd != (bfd *) NULL) + relocateable = true; + else + { + relocateable = false; + output_bfd = symbol->section->output_section->owner; + } + + ret = mips_elf_final_gp (output_bfd, symbol, relocateable, error_message, + &gp); + if (ret != bfd_reloc_ok) + return ret; + + return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry, + input_section, relocateable, + data, gp); +} + +/* Do a R_MIPS_LITERAL relocation. */ + +static bfd_reloc_status_type +mips_elf_literal_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + boolean relocateable; + bfd_reloc_status_type ret; + bfd_vma gp; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + /* FIXME: The entries in the .lit8 and .lit4 sections should be merged. */ + if (output_bfd != (bfd *) NULL) + relocateable = true; + else + { + relocateable = false; + output_bfd = symbol->section->output_section->owner; + } + + ret = mips_elf_final_gp (output_bfd, symbol, relocateable, error_message, + &gp); + if (ret != bfd_reloc_ok) + return ret; + + return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry, + input_section, relocateable, + data, gp); +} + +/* Do a R_MIPS_GPREL32 relocation. This is a 32 bit value which must + become the offset from the gp register. */ + +static bfd_reloc_status_type +mips_elf_gprel32_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + boolean relocateable; + bfd_reloc_status_type ret; + bfd_vma gp; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + /* R_MIPS_GPREL32 relocations are defined for local symbols only. + We will only have an addend if this is a newly created reloc, + not read from an ELF file. */ + if (output_bfd != (bfd *) NULL + && (symbol->flags & BSF_SECTION_SYM) == 0 + && reloc_entry->addend == 0) + { + *error_message = (char *) + _("32bits gp relative relocation occurs for an external symbol"); + return bfd_reloc_outofrange; + } + + if (output_bfd != (bfd *) NULL) + { + relocateable = true; + gp = _bfd_get_gp_value (output_bfd); + } + else + { + relocateable = false; + output_bfd = symbol->section->output_section->owner; + + ret = mips_elf_final_gp (output_bfd, symbol, relocateable, + error_message, &gp); + if (ret != bfd_reloc_ok) + return ret; + } + + return gprel32_with_gp (abfd, symbol, reloc_entry, input_section, + relocateable, data, gp); +} + +static bfd_reloc_status_type +gprel32_with_gp (abfd, symbol, reloc_entry, input_section, relocateable, data, + gp) + bfd *abfd; + asymbol *symbol; + arelent *reloc_entry; + asection *input_section; + boolean relocateable; + PTR data; + bfd_vma gp; +{ + bfd_vma relocation; + unsigned long val; + + if (bfd_is_com_section (symbol->section)) + relocation = 0; + else + relocation = symbol->value; + + relocation += symbol->section->output_section->vma; + relocation += symbol->section->output_offset; + + if (reloc_entry->address > input_section->_cooked_size) + return bfd_reloc_outofrange; + + if (reloc_entry->howto->src_mask == 0) + val = 0; + else + val = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); + + /* Set val to the offset into the section or symbol. */ + val += reloc_entry->addend; + + /* Adjust val for the final section location and GP value. If we + are producing relocateable output, we don't want to do this for + an external symbol. */ + if (! relocateable + || (symbol->flags & BSF_SECTION_SYM) != 0) + val += relocation - gp; + + bfd_put_32 (abfd, (bfd_vma) val, (bfd_byte *) data + reloc_entry->address); + + if (relocateable) + reloc_entry->address += input_section->output_offset; + + return bfd_reloc_ok; +} + +/* Do a R_MIPS_SHIFT6 relocation. The MSB of the shift is stored at bit 2, + the rest is at bits 6-10. The bitpos already got right by the howto. */ + +static bfd_reloc_status_type +mips_elf_shift6_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data ATTRIBUTE_UNUSED; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + reloc_entry->addend = (reloc_entry->addend & 0x00007c0) + | (reloc_entry->addend & 0x00000800) >> 9; + + SET_RELOC_ADDEND (reloc_entry) + + return bfd_reloc_continue; +} + +/* Handle a mips16 jump. */ + +static bfd_reloc_status_type +mips16_jump_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *reloc_entry; + asymbol *symbol; + PTR data ATTRIBUTE_UNUSED; + asection *input_section; + bfd *output_bfd; + char **error_message ATTRIBUTE_UNUSED; +{ + static boolean warned = false; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + /* FIXME. */ + if (! warned) + (*_bfd_error_handler) + (_("Linking mips16 objects into %s format is not supported"), + bfd_get_target (input_section->output_section->owner)); + warned = true; + + return bfd_reloc_undefined; +} + +/* Handle a mips16 GP relative reloc. */ + +static bfd_reloc_status_type +mips16_gprel_reloc (abfd, reloc_entry, symbol, data, input_section, + output_bfd, error_message) + bfd *abfd; + arelent *reloc_entry; + asymbol *symbol; + PTR data; + asection *input_section; + bfd *output_bfd; + char **error_message; +{ + boolean relocateable; + bfd_reloc_status_type ret; + bfd_vma gp; + unsigned short extend, insn; + unsigned long final; + + GET_RELOC_ADDEND (output_bfd, symbol, reloc_entry, input_section) + + if (output_bfd != NULL) + relocateable = true; + else + { + relocateable = false; + output_bfd = symbol->section->output_section->owner; + } + + ret = mips_elf_final_gp (output_bfd, symbol, relocateable, error_message, + &gp); + if (ret != bfd_reloc_ok) + return ret; + + if (reloc_entry->address > input_section->_cooked_size) + return bfd_reloc_outofrange; + + /* Pick up the mips16 extend instruction and the real instruction. */ + extend = bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address); + insn = bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address + 2); + + /* Stuff the current addend back as a 32 bit value, do the usual + relocation, and then clean up. */ + bfd_put_32 (abfd, + (bfd_vma) (((extend & 0x1f) << 11) + | (extend & 0x7e0) + | (insn & 0x1f)), + (bfd_byte *) data + reloc_entry->address); + + ret = _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry, + input_section, relocateable, data, gp); + + final = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); + bfd_put_16 (abfd, + (bfd_vma) ((extend & 0xf800) + | ((final >> 11) & 0x1f) + | (final & 0x7e0)), + (bfd_byte *) data + reloc_entry->address); + bfd_put_16 (abfd, + (bfd_vma) ((insn & 0xffe0) + | (final & 0x1f)), + (bfd_byte *) data + reloc_entry->address + 2); + + return ret; +} + +#undef GET_RELOC_ADDEND +#undef SET_RELOC_ADDEND + +/* A mapping from BFD reloc types to MIPS ELF reloc types. */ + +struct elf_reloc_map { + bfd_reloc_code_real_type bfd_val; + enum elf_mips_reloc_type elf_val; +}; + +static const struct elf_reloc_map mips_reloc_map[] = +{ + { BFD_RELOC_NONE, R_MIPS_NONE }, + { BFD_RELOC_16, R_MIPS_16 }, + { BFD_RELOC_32, R_MIPS_32 }, + /* There is no BFD reloc for R_MIPS_REL32. */ + { BFD_RELOC_CTOR, R_MIPS_32 }, + { BFD_RELOC_64, R_MIPS_64 }, + { BFD_RELOC_16_PCREL, R_MIPS_PC16 }, + { BFD_RELOC_HI16_S, R_MIPS_HI16 }, + { BFD_RELOC_LO16, R_MIPS_LO16 }, + { BFD_RELOC_GPREL16, R_MIPS_GPREL16 }, + { BFD_RELOC_GPREL32, R_MIPS_GPREL32 }, + { BFD_RELOC_MIPS_JMP, R_MIPS_26 }, + { BFD_RELOC_MIPS_LITERAL, R_MIPS_LITERAL }, + { BFD_RELOC_MIPS_GOT16, R_MIPS_GOT16 }, + { BFD_RELOC_MIPS_CALL16, R_MIPS_CALL16 }, + { BFD_RELOC_MIPS_SHIFT5, R_MIPS_SHIFT5 }, + { BFD_RELOC_MIPS_SHIFT6, R_MIPS_SHIFT6 }, + { BFD_RELOC_MIPS_GOT_DISP, R_MIPS_GOT_DISP }, + { BFD_RELOC_MIPS_GOT_PAGE, R_MIPS_GOT_PAGE }, + { BFD_RELOC_MIPS_GOT_OFST, R_MIPS_GOT_OFST }, + { BFD_RELOC_MIPS_GOT_HI16, R_MIPS_GOT_HI16 }, + { BFD_RELOC_MIPS_GOT_LO16, R_MIPS_GOT_LO16 }, + { BFD_RELOC_MIPS_SUB, R_MIPS_SUB }, + { BFD_RELOC_MIPS_INSERT_A, R_MIPS_INSERT_A }, + { BFD_RELOC_MIPS_INSERT_B, R_MIPS_INSERT_B }, + { BFD_RELOC_MIPS_DELETE, R_MIPS_DELETE }, + { BFD_RELOC_MIPS_HIGHEST, R_MIPS_HIGHEST }, + { BFD_RELOC_MIPS_HIGHER, R_MIPS_HIGHER }, + { BFD_RELOC_MIPS_CALL_HI16, R_MIPS_CALL_HI16 }, + { BFD_RELOC_MIPS_CALL_LO16, R_MIPS_CALL_LO16 }, + { BFD_RELOC_MIPS_SCN_DISP, R_MIPS_SCN_DISP }, + { BFD_RELOC_MIPS_REL16, R_MIPS_REL16 }, + /* Use of R_MIPS_ADD_IMMEDIATE and R_MIPS_PJUMP is deprecated. */ + { BFD_RELOC_MIPS_RELGOT, R_MIPS_RELGOT }, + { BFD_RELOC_MIPS_JALR, R_MIPS_JALR } +}; + +/* Given a BFD reloc type, return a howto structure. */ + +static reloc_howto_type * +bfd_elf32_bfd_reloc_type_lookup (abfd, code) + bfd *abfd ATTRIBUTE_UNUSED; + bfd_reloc_code_real_type code; +{ + unsigned int i; + /* FIXME: We default to RELA here instead of choosing the right + relocation variant. */ + reloc_howto_type *howto_table = elf_mips_howto_table_rela; + + for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map); + i++) + { + if (mips_reloc_map[i].bfd_val == code) + return &howto_table[(int) mips_reloc_map[i].elf_val]; + } + + switch (code) + { + case BFD_RELOC_MIPS16_JMP: + return &elf_mips16_jump_howto; + case BFD_RELOC_MIPS16_GPREL: + return &elf_mips16_gprel_howto; + case BFD_RELOC_VTABLE_INHERIT: + return &elf_mips_gnu_vtinherit_howto; + case BFD_RELOC_VTABLE_ENTRY: + return &elf_mips_gnu_vtentry_howto; + default: + bfd_set_error (bfd_error_bad_value); + return NULL; + } +} + +/* Given a MIPS Elf32_Internal_Rel, fill in an arelent structure. */ + +static reloc_howto_type * +mips_elf_n32_rtype_to_howto (r_type, rela_p) + unsigned int r_type; + boolean rela_p; +{ + switch (r_type) + { + case R_MIPS16_26: + return &elf_mips16_jump_howto; + case R_MIPS16_GPREL: + return &elf_mips16_gprel_howto; + case R_MIPS_GNU_VTINHERIT: + return &elf_mips_gnu_vtinherit_howto; + case R_MIPS_GNU_VTENTRY: + return &elf_mips_gnu_vtentry_howto; + default: + BFD_ASSERT (r_type < (unsigned int) R_MIPS_max); + if (rela_p) + return &elf_mips_howto_table_rela[r_type]; + else + return &elf_mips_howto_table_rel[r_type]; + break; + } +} + +/* Given a MIPS Elf32_Internal_Rel, fill in an arelent structure. */ + +static void +mips_info_to_howto_rel (abfd, cache_ptr, dst) + bfd *abfd; + arelent *cache_ptr; + Elf32_Internal_Rel *dst; +{ + unsigned int r_type; + + r_type = ELF32_R_TYPE (dst->r_info); + cache_ptr->howto = mips_elf_n32_rtype_to_howto (r_type, false); + + /* The addend for a GPREL16 or LITERAL relocation comes from the GP + value for the object file. We get the addend now, rather than + when we do the relocation, because the symbol manipulations done + by the linker may cause us to lose track of the input BFD. */ + if (((*cache_ptr->sym_ptr_ptr)->flags & BSF_SECTION_SYM) != 0 + && (r_type == (unsigned int) R_MIPS_GPREL16 + || r_type == (unsigned int) R_MIPS_LITERAL)) + cache_ptr->addend = elf_gp (abfd); +} + +/* Given a MIPS Elf32_Internal_Rela, fill in an arelent structure. */ + +static void +mips_info_to_howto_rela (abfd, cache_ptr, dst) + bfd *abfd ATTRIBUTE_UNUSED; + arelent *cache_ptr; + Elf32_Internal_Rela *dst; +{ + unsigned int r_type; + + r_type = ELF32_R_TYPE (dst->r_info); + cache_ptr->howto = mips_elf_n32_rtype_to_howto (r_type, true); + cache_ptr->addend = dst->r_addend; +} + +/* Determine whether a symbol is global for the purposes of splitting + the symbol table into global symbols and local symbols. At least + on Irix 5, this split must be between section symbols and all other + symbols. On most ELF targets the split is between static symbols + and externally visible symbols. */ + +static boolean +mips_elf_sym_is_global (abfd, sym) + bfd *abfd ATTRIBUTE_UNUSED; + asymbol *sym; +{ + if (SGI_COMPAT (abfd)) + return (sym->flags & BSF_SECTION_SYM) == 0; + else + return ((sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0 + || bfd_is_und_section (bfd_get_section (sym)) + || bfd_is_com_section (bfd_get_section (sym))); +} + +/* Set the right machine number for a MIPS ELF file. */ + +static boolean +mips_elf_n32_object_p (abfd) + bfd *abfd; +{ + unsigned long mach; + + /* Irix 5 and 6 are broken. Object file symbol tables are not always + sorted correctly such that local symbols precede global symbols, + and the sh_info field in the symbol table is not always right. */ + if (SGI_COMPAT (abfd)) + elf_bad_symtab (abfd) = true; + + mach = _bfd_elf_mips_mach (elf_elfheader (abfd)->e_flags); + bfd_default_set_arch_mach (abfd, bfd_arch_mips, mach); + + if (! ABI_N32_P(abfd)) + return false; + + return true; +} + +/* Support for core dump NOTE sections. */ +static boolean +elf32_mips_grok_prstatus (abfd, note) + bfd *abfd; + Elf_Internal_Note *note; +{ + int offset; + unsigned int raw_size; + + switch (note->descsz) + { + default: + return false; + + case 256: /* Linux/MIPS */ + /* pr_cursig */ + elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12); + + /* pr_pid */ + elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24); + + /* pr_reg */ + offset = 72; + raw_size = 180; + + break; + } + + /* Make a ".reg/999" section. */ + return _bfd_elfcore_make_pseudosection (abfd, ".reg", raw_size, + note->descpos + offset); +} + +static boolean +elf32_mips_grok_psinfo (abfd, note) + bfd *abfd; + Elf_Internal_Note *note; +{ + switch (note->descsz) + { + default: + return false; + + case 128: /* Linux/MIPS elf_prpsinfo */ + elf_tdata (abfd)->core_program + = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16); + elf_tdata (abfd)->core_command + = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80); + } + + /* Note that for some reason, a spurious space is tacked + onto the end of the args in some (at least one anyway) + implementations, so strip it off if it exists. */ + + { + char *command = elf_tdata (abfd)->core_command; + int n = strlen (command); + + if (0 < n && command[n - 1] == ' ') + command[n - 1] = '\0'; + } + + return true; +} + +/* Depending on the target vector we generate some version of Irix + executables or "normal" MIPS ELF ABI executables. */ +static irix_compat_t +elf_n32_mips_irix_compat (abfd) + bfd *abfd; +{ + if ((abfd->xvec == &bfd_elf32_nbigmips_vec) + || (abfd->xvec == &bfd_elf32_nlittlemips_vec)) + return ict_irix6; + else + return ict_none; +} + +/* ECOFF swapping routines. These are used when dealing with the + .mdebug section, which is in the ECOFF debugging format. */ +static const struct ecoff_debug_swap mips_elf32_ecoff_debug_swap = { + /* Symbol table magic number. */ + magicSym, + /* Alignment of debugging information. E.g., 4. */ + 4, + /* Sizes of external symbolic information. */ + sizeof (struct hdr_ext), + sizeof (struct dnr_ext), + sizeof (struct pdr_ext), + sizeof (struct sym_ext), + sizeof (struct opt_ext), + sizeof (struct fdr_ext), + sizeof (struct rfd_ext), + sizeof (struct ext_ext), + /* Functions to swap in external symbolic data. */ + ecoff_swap_hdr_in, + ecoff_swap_dnr_in, + ecoff_swap_pdr_in, + ecoff_swap_sym_in, + ecoff_swap_opt_in, + ecoff_swap_fdr_in, + ecoff_swap_rfd_in, + ecoff_swap_ext_in, + _bfd_ecoff_swap_tir_in, + _bfd_ecoff_swap_rndx_in, + /* Functions to swap out external symbolic data. */ + ecoff_swap_hdr_out, + ecoff_swap_dnr_out, + ecoff_swap_pdr_out, + ecoff_swap_sym_out, + ecoff_swap_opt_out, + ecoff_swap_fdr_out, + ecoff_swap_rfd_out, + ecoff_swap_ext_out, + _bfd_ecoff_swap_tir_out, + _bfd_ecoff_swap_rndx_out, + /* Function to read in symbolic data. */ + _bfd_mips_elf_read_ecoff_info +}; + +#define ELF_ARCH bfd_arch_mips +#define ELF_MACHINE_CODE EM_MIPS + +/* The SVR4 MIPS ABI says that this should be 0x10000, but Irix 5 uses + a value of 0x1000, and we are compatible. + FIXME: How does this affect NewABI? */ +#define ELF_MAXPAGESIZE 0x1000 + +#define elf_backend_collect true +#define elf_backend_type_change_ok true +#define elf_backend_can_gc_sections true +#define elf_info_to_howto mips_info_to_howto_rela +#define elf_info_to_howto_rel mips_info_to_howto_rel +#define elf_backend_sym_is_global mips_elf_sym_is_global +#define elf_backend_object_p mips_elf_n32_object_p +#define elf_backend_symbol_processing _bfd_mips_elf_symbol_processing +#define elf_backend_section_processing _bfd_mips_elf_section_processing +#define elf_backend_section_from_shdr _bfd_mips_elf_section_from_shdr +#define elf_backend_fake_sections _bfd_mips_elf_fake_sections +#define elf_backend_section_from_bfd_section \ + _bfd_mips_elf_section_from_bfd_section +#define elf_backend_add_symbol_hook _bfd_mips_elf_add_symbol_hook +#define elf_backend_link_output_symbol_hook \ + _bfd_mips_elf_link_output_symbol_hook +#define elf_backend_create_dynamic_sections \ + _bfd_mips_elf_create_dynamic_sections +#define elf_backend_check_relocs _bfd_mips_elf_check_relocs +#define elf_backend_adjust_dynamic_symbol \ + _bfd_mips_elf_adjust_dynamic_symbol +#define elf_backend_always_size_sections \ + _bfd_mips_elf_always_size_sections +#define elf_backend_size_dynamic_sections \ + _bfd_mips_elf_size_dynamic_sections +#define elf_backend_relocate_section _bfd_mips_elf_relocate_section +#define elf_backend_finish_dynamic_symbol \ + _bfd_mips_elf_finish_dynamic_symbol +#define elf_backend_finish_dynamic_sections \ + _bfd_mips_elf_finish_dynamic_sections +#define elf_backend_final_write_processing \ + _bfd_mips_elf_final_write_processing +#define elf_backend_additional_program_headers \ + _bfd_mips_elf_additional_program_headers +#define elf_backend_modify_segment_map _bfd_mips_elf_modify_segment_map +#define elf_backend_gc_mark_hook _bfd_mips_elf_gc_mark_hook +#define elf_backend_gc_sweep_hook _bfd_mips_elf_gc_sweep_hook +#define elf_backend_copy_indirect_symbol \ + _bfd_mips_elf_copy_indirect_symbol +#define elf_backend_hide_symbol _bfd_mips_elf_hide_symbol +#define elf_backend_grok_prstatus elf32_mips_grok_prstatus +#define elf_backend_grok_psinfo elf32_mips_grok_psinfo +#define elf_backend_ecoff_debug_swap &mips_elf32_ecoff_debug_swap + +#define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO) +#define elf_backend_plt_header_size 0 + +/* MIPS n32 ELF can use a mixture of REL and RELA, but some Relocations + work better/work only in RELA, so we default to this. */ +#define elf_backend_may_use_rel_p 1 +#define elf_backend_may_use_rela_p 1 +#define elf_backend_default_use_rela_p 1 +#define elf_backend_sign_extend_vma true + +#define elf_backend_discard_info _bfd_mips_elf_discard_info +#define elf_backend_ignore_discarded_relocs \ + _bfd_mips_elf_ignore_discarded_relocs +#define elf_backend_write_section _bfd_mips_elf_write_section +#define elf_backend_mips_irix_compat elf_n32_mips_irix_compat +#define elf_backend_mips_rtype_to_howto mips_elf_n32_rtype_to_howto +#define bfd_elf32_find_nearest_line _bfd_mips_elf_find_nearest_line +#define bfd_elf32_set_section_contents _bfd_mips_elf_set_section_contents +#define bfd_elf32_bfd_get_relocated_section_contents \ + _bfd_elf_mips_get_relocated_section_contents +#define bfd_elf32_bfd_link_hash_table_create \ + _bfd_mips_elf_link_hash_table_create +#define bfd_elf32_bfd_final_link _bfd_mips_elf_final_link +#define bfd_elf32_bfd_merge_private_bfd_data \ + _bfd_mips_elf_merge_private_bfd_data +#define bfd_elf32_bfd_set_private_flags _bfd_mips_elf_set_private_flags +#define bfd_elf32_bfd_print_private_bfd_data \ + _bfd_mips_elf_print_private_bfd_data + +/* Support for SGI-ish mips targets using n32 ABI. */ + +#define TARGET_LITTLE_SYM bfd_elf32_nlittlemips_vec +#define TARGET_LITTLE_NAME "elf32-nlittlemips" +#define TARGET_BIG_SYM bfd_elf32_nbigmips_vec +#define TARGET_BIG_NAME "elf32-nbigmips" + +#include "elf32-target.h" + +/* Support for traditional mips targets using n32 ABI. */ +#define INCLUDED_TARGET_FILE /* More a type of flag. */ + +#undef TARGET_LITTLE_SYM +#undef TARGET_LITTLE_NAME +#undef TARGET_BIG_SYM +#undef TARGET_BIG_NAME + +#define TARGET_LITTLE_SYM bfd_elf32_ntradlittlemips_vec +#define TARGET_LITTLE_NAME "elf32-ntradlittlemips" +#define TARGET_BIG_SYM bfd_elf32_ntradbigmips_vec +#define TARGET_BIG_NAME "elf32-ntradbigmips" + +/* Include the target file again for this target. */ +#include "elf32-target.h" diff -uprN binutils-2.12.90.0.15/bfd/elfxx-ia64.c binutils-2.13.90.0.2/bfd/elfxx-ia64.c --- binutils-2.12.90.0.15/bfd/elfxx-ia64.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elfxx-ia64.c Thu Aug 1 17:49:32 2002 @@ -2,21 +2,21 @@ Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by David Mosberger-Tang -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" @@ -25,37 +25,33 @@ Foundation, Inc., 59 Temple Place - Suit #include "opcode/ia64.h" #include "elf/ia64.h" -/* - * THE RULES for all the stuff the linker creates -- - * - * GOT Entries created in response to LTOFF or LTOFF_FPTR - * relocations. Dynamic relocs created for dynamic - * symbols in an application; REL relocs for locals - * in a shared library. - * - * FPTR The canonical function descriptor. Created for local - * symbols in applications. Descriptors for dynamic symbols - * and local symbols in shared libraries are created by - * ld.so. Thus there are no dynamic relocs against these - * objects. The FPTR relocs for such _are_ passed through - * to the dynamic relocation tables. - * - * FULL_PLT Created for a PCREL21B relocation against a dynamic symbol. - * Requires the creation of a PLTOFF entry. This does not - * require any dynamic relocations. - * - * PLTOFF Created by PLTOFF relocations. For local symbols, this - * is an alternate function descriptor, and in shared libraries - * requires two REL relocations. Note that this cannot be - * transformed into an FPTR relocation, since it must be in - * range of the GP. For dynamic symbols, this is a function - * descriptor for a MIN_PLT entry, and requires one IPLT reloc. - * - * MIN_PLT Created by PLTOFF entries against dynamic symbols. This - * does not reqire dynamic relocations. - */ - -#define USE_RELA /* we want RELA relocs, not REL */ +/* THE RULES for all the stuff the linker creates -- + + GOT Entries created in response to LTOFF or LTOFF_FPTR + relocations. Dynamic relocs created for dynamic + symbols in an application; REL relocs for locals + in a shared library. + + FPTR The canonical function descriptor. Created for local + symbols in applications. Descriptors for dynamic symbols + and local symbols in shared libraries are created by + ld.so. Thus there are no dynamic relocs against these + objects. The FPTR relocs for such _are_ passed through + to the dynamic relocation tables. + + FULL_PLT Created for a PCREL21B relocation against a dynamic symbol. + Requires the creation of a PLTOFF entry. This does not + require any dynamic relocations. + + PLTOFF Created by PLTOFF relocations. For local symbols, this + is an alternate function descriptor, and in shared libraries + requires two REL relocations. Note that this cannot be + transformed into an FPTR relocation, since it must be in + range of the GP. For dynamic symbols, this is a function + descriptor for a MIN_PLT entry, and requires one IPLT reloc. + + MIN_PLT Created by PLTOFF entries against dynamic symbols. This + does not reqire dynamic relocations. */ #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) @@ -140,7 +136,7 @@ struct elfNN_ia64_link_hash_entry struct elfNN_ia64_link_hash_table { - /* The main hash table */ + /* The main hash table. */ struct elf_link_hash_table root; asection *got_sec; /* the linkage table section (or NULL) */ @@ -327,7 +323,7 @@ static void elfNN_hpux_post_process_head boolean elfNN_hpux_backend_section_from_bfd_section PARAMS ((bfd *abfd, asection *sec, int *retval)); -/* ia64-specific relocation */ +/* ia64-specific relocation. */ /* Perform a relocation. Not much to do here as all the hard work is done in elfNN_ia64_final_link_relocate. */ @@ -461,7 +457,7 @@ static unsigned char elf_code_to_howto_i /* Given a BFD reloc type, return the matching HOWTO structure. */ -static reloc_howto_type* +static reloc_howto_type * lookup_howto (rtype) unsigned int rtype; { @@ -1087,24 +1083,22 @@ elfNN_ia64_fake_sections (abfd, hdr, sec else if (strcmp (name, ".HP.opt_annot") == 0) hdr->sh_type = SHT_IA_64_HP_OPT_ANOT; else if (strcmp (name, ".reloc") == 0) - /* - * This is an ugly, but unfortunately necessary hack that is - * needed when producing EFI binaries on IA-64. It tells - * elf.c:elf_fake_sections() not to consider ".reloc" as a section - * containing ELF relocation info. We need this hack in order to - * be able to generate ELF binaries that can be translated into - * EFI applications (which are essentially COFF objects). Those - * files contain a COFF ".reloc" section inside an ELFNN object, - * which would normally cause BFD to segfault because it would - * attempt to interpret this section as containing relocation - * entries for section "oc". With this hack enabled, ".reloc" - * will be treated as a normal data section, which will avoid the - * segfault. However, you won't be able to create an ELFNN binary - * with a section named "oc" that needs relocations, but that's - * the kind of ugly side-effects you get when detecting section - * types based on their names... In practice, this limitation is - * unlikely to bite. - */ + /* This is an ugly, but unfortunately necessary hack that is + needed when producing EFI binaries on IA-64. It tells + elf.c:elf_fake_sections() not to consider ".reloc" as a section + containing ELF relocation info. We need this hack in order to + be able to generate ELF binaries that can be translated into + EFI applications (which are essentially COFF objects). Those + files contain a COFF ".reloc" section inside an ELFNN object, + which would normally cause BFD to segfault because it would + attempt to interpret this section as containing relocation + entries for section "oc". With this hack enabled, ".reloc" + will be treated as a normal data section, which will avoid the + segfault. However, you won't be able to create an ELFNN binary + with a section named "oc" that needs relocations, but that's + the kind of ugly side-effects you get when detecting section + types based on their names... In practice, this limitation is + unlikely to bite. */ hdr->sh_type = SHT_PROGBITS; if (sec->flags & SEC_SMALL_DATA) @@ -1193,6 +1187,19 @@ elfNN_ia64_final_write_processing (abfd, break; } } + + if (! elf_flags_init (abfd)) + { + unsigned long flags = 0; + + if (abfd->xvec->byteorder == BFD_ENDIAN_BIG) + flags |= EF_IA_64_BE; + if (bfd_get_mach (abfd) == bfd_mach_ia64_elf64) + flags |= EF_IA_64_ABI64; + + elf_elfheader(abfd)->e_flags = flags; + elf_flags_init (abfd) = true; + } } /* Hook called by the linker routine which adds symbols from an object @@ -1369,8 +1376,6 @@ elfNN_ia64_modify_segment_map (abfd) struct elf_segment_map *m, **pm; Elf_Internal_Shdr *hdr; asection *s; - boolean unwind_found; - asection *unwind_sec; /* If we need a PT_IA_64_ARCHEXT segment, it must come before all PT_LOAD segments. */ @@ -1415,20 +1420,16 @@ elfNN_ia64_modify_segment_map (abfd) for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next) if (m->p_type == PT_IA_64_UNWIND) { + int i; + /* Look through all sections in the unwind segment for a match since there may be multiple sections to a segment. */ + for (i = m->count - 1; i >= 0; --i) + if (m->sections[i] == s) + break; - unwind_sec = m->sections[0]; - unwind_found = false; - while (unwind_sec != NULL && !unwind_found) - { - if (unwind_sec == s) - unwind_found = true; - else - unwind_sec = unwind_sec -> next; - } - if (unwind_found) + if (i >= 0) break; } @@ -1516,6 +1517,8 @@ elfNN_ia64_dynamic_symbol_p (h, info) case STV_INTERNAL: case STV_HIDDEN: return false; + default: + break; } if (h->root.type == bfd_link_hash_undefweak @@ -4802,6 +4805,9 @@ elfNN_hpux_backend_section_from_bfd_sect #undef elf_backend_section_from_bfd_section #define elf_backend_section_from_bfd_section elfNN_hpux_backend_section_from_bfd_section +#undef elf_backend_want_p_paddr_set_to_zero +#define elf_backend_want_p_paddr_set_to_zero 1 + #undef ELF_MAXPAGESIZE #define ELF_MAXPAGESIZE 0x1000 /* 1K */ @@ -4809,3 +4815,5 @@ elfNN_hpux_backend_section_from_bfd_sect #define elfNN_bed elfNN_ia64_hpux_bed #include "elfNN-target.h" + +#undef elf_backend_want_p_paddr_set_to_zero diff -uprN binutils-2.12.90.0.15/bfd/elfxx-mips.c binutils-2.13.90.0.2/bfd/elfxx-mips.c --- binutils-2.12.90.0.15/bfd/elfxx-mips.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elfxx-mips.c Mon Jul 29 08:19:16 2002 @@ -6415,6 +6415,70 @@ _bfd_mips_elf_hide_symbol (info, entry, got->_raw_size += MIPS_ELF_GOT_SIZE (dynobj); } +#define PDR_SIZE 32 + +boolean +_bfd_mips_elf_discard_info (abfd, cookie, info) + bfd *abfd; + struct elf_reloc_cookie *cookie; + struct bfd_link_info *info; +{ + asection *o; + boolean ret = false; + unsigned char *tdata; + size_t i, skip; + + o = bfd_get_section_by_name (abfd, ".pdr"); + if (! o) + return false; + if (o->_raw_size == 0) + return false; + if (o->_raw_size % PDR_SIZE != 0) + return false; + if (o->output_section != NULL + && bfd_is_abs_section (o->output_section)) + return false; + + tdata = bfd_zmalloc (o->_raw_size / PDR_SIZE); + if (! tdata) + return false; + + cookie->rels = _bfd_elf32_link_read_relocs (abfd, o, (PTR) NULL, + (Elf_Internal_Rela *) NULL, + info->keep_memory); + if (!cookie->rels) + { + free (tdata); + return false; + } + + cookie->rel = cookie->rels; + cookie->relend = cookie->rels + o->reloc_count; + + for (i = 0, skip = 0; i < o->_raw_size; i ++) + { + if (_bfd_elf32_reloc_symbol_deleted_p (i * PDR_SIZE, cookie)) + { + tdata[i] = 1; + skip ++; + } + } + + if (skip != 0) + { + elf_section_data (o)->tdata = tdata; + o->_cooked_size = o->_raw_size - skip * PDR_SIZE; + ret = true; + } + else + free (tdata); + + if (! info->keep_memory) + free (cookie->rels); + + return ret; +} + boolean _bfd_mips_elf_ignore_discarded_relocs (sec) asection *sec; @@ -6423,6 +6487,39 @@ _bfd_mips_elf_ignore_discarded_relocs (s return true; return false; } + +boolean +_bfd_mips_elf_write_section (output_bfd, sec, contents) + bfd *output_bfd; + asection *sec; + bfd_byte *contents; +{ + bfd_byte *to, *from, *end; + int i; + + if (strcmp (sec->name, ".pdr") != 0) + return false; + + if (elf_section_data (sec)->tdata == NULL) + return false; + + to = contents; + end = contents + sec->_raw_size; + for (from = contents, i = 0; + from < end; + from += PDR_SIZE, i++) + { + if (((unsigned char *) elf_section_data (sec)->tdata)[i] == 1) + continue; + if (to != from) + memcpy (to, from, PDR_SIZE); + to += PDR_SIZE; + } + bfd_set_section_contents (output_bfd, sec->output_section, contents, + (file_ptr) sec->output_offset, + sec->_cooked_size); + return true; +} /* MIPS ELF uses a special find_nearest_line routine in order the handle the ECOFF debugging information. */ @@ -7706,6 +7803,15 @@ _bfd_mips_elf_merge_private_bfd_data (ib old_flags &= ~EF_MIPS_ABI; } + /* For now, allow arbitrary mixing of ASEs (retain the union). */ + if ((new_flags & EF_MIPS_ARCH_ASE) != (old_flags & EF_MIPS_ARCH_ASE)) + { + elf_elfheader (obfd)->e_flags |= new_flags & EF_MIPS_ARCH_ASE; + + new_flags &= ~ EF_MIPS_ARCH_ASE; + old_flags &= ~ EF_MIPS_ARCH_ASE; + } + /* Warn about any other mismatches */ if (new_flags != old_flags) { diff -uprN binutils-2.12.90.0.15/bfd/elfxx-mips.h binutils-2.13.90.0.2/bfd/elfxx-mips.h --- binutils-2.12.90.0.15/bfd/elfxx-mips.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/elfxx-mips.h Mon Jul 29 08:19:16 2002 @@ -91,6 +91,10 @@ extern boolean _bfd_mips_elf_set_private PARAMS ((bfd *, flagword)); extern boolean _bfd_mips_elf_print_private_bfd_data PARAMS ((bfd *, PTR)); +extern boolean _bfd_mips_elf_discard_info + PARAMS ((bfd *, struct elf_reloc_cookie *, struct bfd_link_info *)); +extern boolean _bfd_mips_elf_write_section + PARAMS ((bfd *, asection *, bfd_byte *)); extern boolean _bfd_mips_elf_read_ecoff_info PARAMS ((bfd *, asection *, struct ecoff_debug_info *)); diff -uprN binutils-2.12.90.0.15/bfd/elfxx-target.h binutils-2.13.90.0.2/bfd/elfxx-target.h --- binutils-2.12.90.0.15/bfd/elfxx-target.h Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/elfxx-target.h Mon Jul 29 08:19:16 2002 @@ -2,21 +2,21 @@ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This structure contains everything that BFD knows about a target. It includes things like its byte order, name, what routines to call @@ -89,6 +89,9 @@ Foundation, Inc., 59 Temple Place - Suit #ifndef elf_backend_want_dynbss #define elf_backend_want_dynbss 1 #endif +#ifndef elf_backend_want_p_paddr_set_to_zero +#define elf_backend_want_p_paddr_set_to_zero 0 +#endif #define bfd_elfNN_bfd_debug_info_start bfd_void #define bfd_elfNN_bfd_debug_info_end bfd_void @@ -519,7 +522,8 @@ static const struct elf_backend_data elf elf_backend_can_gc_sections, elf_backend_can_refcount, elf_backend_want_got_sym, - elf_backend_want_dynbss + elf_backend_want_dynbss, + elf_backend_want_p_paddr_set_to_zero }; #endif diff -uprN binutils-2.12.90.0.15/bfd/ieee.c binutils-2.13.90.0.2/bfd/ieee.c --- binutils-2.12.90.0.15/bfd/ieee.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/ieee.c Thu Aug 1 17:49:32 2002 @@ -1414,7 +1414,7 @@ ieee_archive_p (abfd) abfd->tdata.ieee_ar_data = (ieee_ar_data_type *) bfd_alloc (abfd, amt); if (!abfd->tdata.ieee_ar_data) - goto error_return; + goto error_ret_restore; ieee = IEEE_AR_DATA (abfd); /* Ignore the return value here. It doesn't matter if we don't read @@ -1530,13 +1530,13 @@ ieee_archive_p (abfd) return abfd->xvec; got_wrong_format_error: - bfd_release (abfd, ieee); - abfd->tdata.ieee_ar_data = save; bfd_set_error (bfd_error_wrong_format); - error_return: if (elts != NULL) free (elts); + bfd_release (abfd, ieee); + error_ret_restore: + abfd->tdata.ieee_ar_data = save; return NULL; } @@ -1732,7 +1732,7 @@ ieee_object_p (abfd) got_wrong_format: bfd_set_error (bfd_error_wrong_format); fail: - (void) bfd_release (abfd, ieee); + bfd_release (abfd, ieee); abfd->tdata.ieee_data = save; return (const bfd_target *) NULL; } diff -uprN binutils-2.12.90.0.15/bfd/ihex.c binutils-2.13.90.0.2/bfd/ihex.c --- binutils-2.12.90.0.15/bfd/ihex.c Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/ihex.c Thu Aug 1 17:49:32 2002 @@ -193,19 +193,16 @@ static boolean ihex_mkobject (abfd) bfd *abfd; { - if (abfd->tdata.ihex_data == NULL) - { - struct ihex_data_struct *tdata; - bfd_size_type amt = sizeof (struct ihex_data_struct); - - tdata = (struct ihex_data_struct *) bfd_alloc (abfd, amt); - if (tdata == NULL) - return false; - abfd->tdata.ihex_data = tdata; - tdata->head = NULL; - tdata->tail = NULL; - } + struct ihex_data_struct *tdata; + bfd_size_type amt = sizeof (struct ihex_data_struct); + tdata = (struct ihex_data_struct *) bfd_alloc (abfd, amt); + if (tdata == NULL) + return false; + + abfd->tdata.ihex_data = tdata; + tdata->head = NULL; + tdata->tail = NULL; return true; } @@ -513,6 +510,7 @@ static const bfd_target * ihex_object_p (abfd) bfd *abfd; { + PTR tdata_save; bfd_byte b[9]; unsigned int i; unsigned int type; @@ -551,9 +549,14 @@ ihex_object_p (abfd) } /* OK, it looks like it really is an Intel Hex file. */ - if (! ihex_mkobject (abfd) - || ! ihex_scan (abfd)) - return NULL; + tdata_save = abfd->tdata.any; + if (! ihex_mkobject (abfd) || ! ihex_scan (abfd)) + { + if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL) + bfd_release (abfd, abfd->tdata.any); + abfd->tdata.any = tdata_save; + return NULL; + } return abfd->xvec; } diff -uprN binutils-2.12.90.0.15/bfd/libbfd.h binutils-2.13.90.0.2/bfd/libbfd.h --- binutils-2.12.90.0.15/bfd/libbfd.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/libbfd.h Thu Aug 1 17:49:32 2002 @@ -1,6 +1,5 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "libbfd-in.h", "init.c", "libbfd.c", "cache.c", - "reloc.c", "archures.c" and "elf.c". + generated from "proto.str chew". Run "make headers" in your build bfd/ to regenerate. */ /* libbfd.h -- Declarations used by bfd library *implementation*. diff -uprN binutils-2.12.90.0.15/bfd/libcoff.h binutils-2.13.90.0.2/bfd/libcoff.h --- binutils-2.12.90.0.15/bfd/libcoff.h Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/libcoff.h Thu Aug 1 17:49:32 2002 @@ -1,5 +1,5 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "libcoff-in.h" and "coffcode.h". + generated from "proto.str chew". Run "make headers" in your build bfd/ to regenerate. */ /* BFD COFF object file private structure. diff -uprN binutils-2.12.90.0.15/bfd/nlmcode.h binutils-2.13.90.0.2/bfd/nlmcode.h --- binutils-2.12.90.0.15/bfd/nlmcode.h Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/nlmcode.h Mon Jul 29 08:19:16 2002 @@ -5,21 +5,21 @@ Written by Fred Fish @ Cygnus Support, using ELF support as the template. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" @@ -57,7 +57,7 @@ Foundation, Inc., 59 Temple Place - Suit #define nlm_swap_fixed_header_out(abfd,src,dst) \ (nlm_swap_fixed_header_out_func(abfd)) (abfd,src,dst) -/* Forward declarations of static functions */ +/* Forward declarations of static functions. */ static boolean add_bfd_section PARAMS ((bfd *, char *, file_ptr, bfd_size_type, flagword)); @@ -114,7 +114,6 @@ nlm_object_p (abfd) } /* Read in the fixed length portion of the NLM header in external format. */ - amt = nlm_fixed_header_size (abfd); x_fxdhdr = (PTR) bfd_malloc (amt); if (x_fxdhdr == NULL) @@ -130,7 +129,6 @@ nlm_object_p (abfd) /* Allocate an instance of the nlm_obj_tdata structure and hook it up to the tdata pointer in the bfd. */ - amt = sizeof (struct nlm_obj_tdata); new_tdata = (struct nlm_obj_tdata *) bfd_zalloc (abfd, amt); if (new_tdata == NULL) @@ -145,7 +143,6 @@ nlm_object_p (abfd) /* Check to see if we have an NLM file for this backend by matching the NLM signature. */ - signature = nlm_signature (abfd); if (signature != NULL && *signature != '\0' @@ -155,14 +152,12 @@ nlm_object_p (abfd) /* There's no supported way to discover the endianess of an NLM, so test for a sane version number after doing byte swapping appropriate for this - XVEC. (Hack alert!) */ - + XVEC. (Hack alert!) */ if (i_fxdhdrp->version > 0xFFFF) goto got_wrong_format_error; /* There's no supported way to check for 32 bit versus 64 bit addresses, so ignore this distinction for now. (FIXME) */ - /* Swap in the rest of the required header. */ if (!nlm_swap_variable_header_in (abfd)) { @@ -177,7 +172,6 @@ nlm_object_p (abfd) additional sections described in the cygnus_ext header. From this point on we assume that we have an NLM, and do not treat errors as indicating the wrong format. */ - if (!add_bfd_section (abfd, NLM_CODE_NAME, i_fxdhdrp->codeImageOffset, i_fxdhdrp->codeImageSize, @@ -239,14 +233,14 @@ add_bfd_section (abfd, name, offset, siz newsect = bfd_make_section (abfd, name); if (newsect == NULL) - { - return false; - } + return false; + newsect->vma = 0; /* NLM's are relocatable. */ newsect->_raw_size = size; newsect->filepos = offset; newsect->flags = flags; newsect->alignment_power = bfd_log2 ((bfd_vma) 0); /* FIXME */ + return true; } @@ -327,7 +321,6 @@ nlm_swap_variable_header_out (abfd) bfd_size_type amt; /* Write the description length and text members. */ - amt = sizeof (nlm_variable_header (abfd)->descriptionLength); if (bfd_bwrite ((PTR) & nlm_variable_header (abfd)->descriptionLength, amt, abfd) != amt) @@ -338,7 +331,6 @@ nlm_swap_variable_header_out (abfd) return false; /* Convert and write the stackSize field. */ - put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize, (bfd_byte *) temp); amt = sizeof (temp); @@ -346,7 +338,6 @@ nlm_swap_variable_header_out (abfd) return false; /* Convert and write the reserved field. */ - put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->reserved, (bfd_byte *) temp); amt = sizeof (temp); @@ -354,14 +345,12 @@ nlm_swap_variable_header_out (abfd) return false; /* Write the oldThreadName field. This field is a fixed length string. */ - amt = sizeof (nlm_variable_header (abfd)->oldThreadName); if (bfd_bwrite ((PTR) nlm_variable_header (abfd)->oldThreadName, amt, abfd) != amt) return false; /* Write the screen name length and text members. */ - amt = sizeof (nlm_variable_header (abfd)->screenNameLength); if (bfd_bwrite ((PTR) & nlm_variable_header (abfd)->screenNameLength, amt, abfd) != amt) @@ -372,7 +361,6 @@ nlm_swap_variable_header_out (abfd) return false; /* Write the thread name length and text members. */ - amt = sizeof (nlm_variable_header (abfd)->threadNameLength); if (bfd_bwrite ((PTR) & nlm_variable_header (abfd)->threadNameLength, amt, abfd) != amt) @@ -663,9 +651,7 @@ nlm_swap_auxiliary_headers_in (abfd) } } else - { - break; - } + break; } return true; } @@ -719,6 +705,31 @@ nlm_swap_auxiliary_headers_out (abfd) return false; } + /* Note - the CoPyRiGhT tag is emitted before the MeSsAgEs + tag in order to make the NW4.x and NW5.x loaders happy. */ + + /* Write out the copyright header if there is one. */ + if (find_nonzero ((PTR) nlm_copyright_header (abfd), + sizeof (Nlm_Internal_Copyright_Header))) + { + Nlm_External_Copyright_Header thdr; + + memcpy (thdr.stamp, "CoPyRiGhT=", 10); + amt = sizeof (thdr.stamp); + if (bfd_bwrite ((PTR) thdr.stamp, amt, abfd) != amt) + return false; + thdr.copyrightMessageLength[0] = + nlm_copyright_header (abfd)->copyrightMessageLength; + amt = 1; + if (bfd_bwrite ((PTR) thdr.copyrightMessageLength, amt, abfd) != amt) + return false; + /* The copyright message is a variable length string. */ + amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; + if (bfd_bwrite ((PTR) nlm_copyright_header (abfd)->copyrightMessage, + amt, abfd) != amt) + return false; + } + /* Write out the extended header if there is one. */ if (find_nonzero ((PTR) nlm_extended_header (abfd), sizeof (Nlm_Internal_Extended_Header))) @@ -818,28 +829,6 @@ nlm_swap_auxiliary_headers_out (abfd) return false; } - /* Write out the copyright header if there is one. */ - if (find_nonzero ((PTR) nlm_copyright_header (abfd), - sizeof (Nlm_Internal_Copyright_Header))) - { - Nlm_External_Copyright_Header thdr; - - memcpy (thdr.stamp, "CoPyRiGhT=", 10); - amt = sizeof (thdr.stamp); - if (bfd_bwrite ((PTR) thdr.stamp, amt, abfd) != amt) - return false; - thdr.copyrightMessageLength[0] = - nlm_copyright_header (abfd)->copyrightMessageLength; - amt = 1; - if (bfd_bwrite ((PTR) thdr.copyrightMessageLength, amt, abfd) != amt) - return false; - /* The copyright message is a variable length string. */ - amt = nlm_copyright_header (abfd)->copyrightMessageLength + 1; - if (bfd_bwrite ((PTR) nlm_copyright_header (abfd)->copyrightMessage, - amt, abfd) != amt) - return false; - } - /* Write out the custom header if there is one. */ if (find_nonzero ((PTR) nlm_custom_header (abfd), sizeof (Nlm_Internal_Custom_Header))) @@ -913,7 +902,7 @@ long nlm_get_symtab_upper_bound (abfd) bfd *abfd; { - Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form */ + Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ long symcount; long symtab_size = 0; @@ -1018,20 +1007,19 @@ nlm_print_symbol (abfd, afile, symbol, h The bfd symbols are copied to SYMPTRS. When we return, the bfd symcount is either zero or contains the correct - number of symbols. -*/ + number of symbols. */ static boolean nlm_slurp_symbol_table (abfd) bfd *abfd; { - Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form */ - bfd_size_type totsymcount; /* Number of NLM symbols */ - bfd_size_type symcount; /* Counter of NLM symbols */ - nlm_symbol_type *sym; /* Pointer to current bfd symbol */ - unsigned char symlength; /* Symbol length read into here */ - unsigned char symtype; /* Type of debugging symbol */ - bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here */ + Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ + bfd_size_type totsymcount; /* Number of NLM symbols. */ + bfd_size_type symcount; /* Counter of NLM symbols. */ + nlm_symbol_type *sym; /* Pointer to current bfd symbol. */ + unsigned char symlength; /* Symbol length read into here. */ + unsigned char symtype; /* Type of debugging symbol. */ + bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. */ boolean (*read_import_func) PARAMS ((bfd *, nlm_symbol_type *)); boolean (*set_public_section_func) PARAMS ((bfd *, nlm_symbol_type *)); bfd_size_type amt; @@ -1053,9 +1041,7 @@ nlm_slurp_symbol_table (abfd) + i_fxdhdrp->numberOfDebugRecords + i_fxdhdrp->numberOfExternalReferences); if (totsymcount == 0) - { - return true; - } + return true; if (bfd_seek (abfd, i_fxdhdrp->publicsOffset, SEEK_SET) != 0) return false; @@ -1171,7 +1157,6 @@ nlm_slurp_symbol_table (abfd) /* Read in the import records. We can only do this if we know how to read relocs for this target. */ - read_import_func = nlm_read_import_func (abfd); if (read_import_func != NULL) { diff -uprN binutils-2.12.90.0.15/bfd/ns32k.h binutils-2.13.90.0.2/bfd/ns32k.h --- binutils-2.12.90.0.15/bfd/ns32k.h Mon Oct 1 15:25:21 2001 +++ binutils-2.13.90.0.2/bfd/ns32k.h Thu Aug 1 17:49:32 2002 @@ -1,22 +1,22 @@ /* Header file for ns32k routines. - Copyright 1996, 2001 Free Software Foundation, Inc. + Copyright 1996, 2001, 2002 Free Software Foundation, Inc. Written by Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern bfd_reloc_status_type _bfd_ns32k_relocate_contents PARAMS ((reloc_howto_type *, bfd *, bfd_vma, bfd_byte *)); @@ -24,7 +24,7 @@ extern bfd_reloc_status_type _bfd_ns32k_ extern bfd_reloc_status_type _bfd_do_ns32k_reloc_contents PARAMS ((reloc_howto_type *, bfd *, bfd_vma, bfd_byte *, bfd_vma (*) (bfd_byte *, int), - int (*) (bfd_vma, bfd_byte *, int))); + void (*) (bfd_vma, bfd_byte *, int))); extern bfd_reloc_status_type _bfd_ns32k_final_link_relocate PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma, @@ -32,8 +32,8 @@ extern bfd_reloc_status_type _bfd_ns32k_ extern bfd_vma _bfd_ns32k_get_displacement PARAMS ((bfd_byte *, int)); extern bfd_vma _bfd_ns32k_get_immediate PARAMS ((bfd_byte *, int)); -extern int _bfd_ns32k_put_displacement PARAMS ((bfd_vma, bfd_byte *, int)); -extern int _bfd_ns32k_put_immediate PARAMS ((bfd_vma, bfd_byte *, int)); +extern void _bfd_ns32k_put_displacement PARAMS ((bfd_vma, bfd_byte *, int)); +extern void _bfd_ns32k_put_immediate PARAMS ((bfd_vma, bfd_byte *, int)); extern bfd_reloc_status_type _bfd_ns32k_reloc_disp PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **)); diff -uprN binutils-2.12.90.0.15/bfd/peicode.h binutils-2.13.90.0.2/bfd/peicode.h --- binutils-2.12.90.0.15/bfd/peicode.h Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/peicode.h Thu Aug 1 17:49:32 2002 @@ -1207,7 +1207,10 @@ _("%s: Recognised but unhandled machine return NULL; if (bfd_bread (ptr, size, abfd) != size) - return NULL; + { + bfd_release (abfd, ptr); + return NULL; + } symbol_name = ptr; source_dll = ptr + strlen (ptr) + 1; @@ -1219,14 +1222,17 @@ _("%s: Recognised but unhandled machine (_("%s: string not null terminated in ILF object file."), bfd_archive_filename (abfd)); bfd_set_error (bfd_error_malformed_archive); - + bfd_release (abfd, ptr); return NULL; } /* Now construct the bfd. */ if (! pe_ILF_build_a_bfd (abfd, magic, symbol_name, source_dll, ordinal, types)) - return NULL; + { + bfd_release (abfd, ptr); + return NULL; + } return abfd->xvec; } diff -uprN binutils-2.12.90.0.15/bfd/po/SRC-POTFILES.in binutils-2.13.90.0.2/bfd/po/SRC-POTFILES.in --- binutils-2.12.90.0.15/bfd/po/SRC-POTFILES.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/po/SRC-POTFILES.in Mon Jul 29 08:19:16 2002 @@ -76,6 +76,7 @@ cpu-i386.c cpu-i860.c cpu-i960.c cpu-ia64.c +cpu-ip2k.c cpu-m10200.c cpu-m10300.c cpu-m32r.c @@ -138,6 +139,7 @@ elf32-i386.c elf32-i386qnx.c elf32-i860.c elf32-i960.c +elf32-ip2k.c elf32-m32r.c elf32-m68hc11.c elf32-m68hc12.c diff -uprN binutils-2.12.90.0.15/bfd/po/es.po binutils-2.13.90.0.2/bfd/po/es.po --- binutils-2.12.90.0.15/bfd/po/es.po Sun Feb 3 11:22:30 2002 +++ binutils-2.13.90.0.2/bfd/po/es.po Mon Jul 29 08:19:16 2002 @@ -1,19 +1,19 @@ -# Mensajes en español para bfd 2.12-pre020121. +# Mensajes en español para bfd 2.12.91. # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martínez Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: bfd 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-31 17:07+0000\n" -"PO-Revision-Date: 2002-01-24 10:04-0600\n" +"Project-Id-Version: bfd 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 02:29-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: aout-adobe.c:196 +#: aout-adobe.c:197 #, c-format msgid "%s: Unknown section type in a.out.adobe file: %x\n" msgstr "%s: Tipo de sección desconocido en el fichero a.out.adobe: %x\n" @@ -36,31 +36,25 @@ msgstr "%s: Registro de reubicación impo #: aoutx.h:1282 aoutx.h:1699 #, c-format msgid "%s: can not represent section `%s' in a.out object file format" -msgstr "" -"%s: no se puede representar la sección `%s' en el fichero objeto de formato " -"a.out" +msgstr "%s: no se puede representar la sección `%s' en el fichero objeto de formato a.out" #: aoutx.h:1669 #, c-format -msgid "" -"%s: can not represent section for symbol `%s' in a.out object file format" -msgstr "" -"%s: no se puede representar la sección para el símbolo `%s' en el fichero " -"objeto de formato a.out" +msgid "%s: can not represent section for symbol `%s' in a.out object file format" +msgstr "%s: no se puede representar la sección para el símbolo `%s' en el fichero objeto de formato a.out" #: aoutx.h:1671 msgid "*unknown*" msgstr "*desconocido*" -#: aoutx.h:3735 +#: aoutx.h:3732 #, c-format msgid "%s: relocateable link from %s to %s not supported" msgstr "%s: enlace reubicable desde %s a %s sin soporte" #: archive.c:1826 msgid "Warning: writing archive was slow: rewriting timestamp\n" -msgstr "" -"Aviso: la escritura del fichero fue lenta: reescribiendo la marca de tiempo\n" +msgstr "Aviso: la escritura del fichero fue lenta: reescribiendo la marca de tiempo\n" # ¡Uff! Si utilizáramos file=archivo, esta traducción sería imposible. cfuga #: archive.c:2093 @@ -163,7 +157,7 @@ msgid "BFD %s internal error, aborting a msgstr "error interno de BFD %s, abortando en %s línea %d en %s\n" #: bfd.c:723 -#, fuzzy, c-format +#, c-format msgid "BFD %s internal error, aborting at %s line %d\n" msgstr "error interno de BFD %s, abortando en %s línea %d\n" @@ -174,9 +168,7 @@ msgstr "Por favor reporte este bicho.\n" #: binary.c:306 #, c-format msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." -msgstr "" -"Aviso: Escribiendo la sección `%s' a un desplazamiento de fichero grande (pe " -"negativo) 0x%lx." +msgstr "Aviso: Escribiendo la sección `%s' a un desplazamiento de fichero grande (pe negativo) 0x%lx." #: coff-a29k.c:119 msgid "Missing IHCONST" @@ -186,7 +178,7 @@ msgstr "IHCONST faltante" msgid "Missing IHIHALF" msgstr "IHIHALF faltante" -#: coff-a29k.c:212 coff-or32.c:228 +#: coff-a29k.c:212 coff-or32.c:229 msgid "Unrecognized reloc" msgstr "Reubicación no reconocida" @@ -198,7 +190,7 @@ msgstr "reubicación IHCONST faltante" msgid "missing IHIHALF reloc" msgstr "reubicación IHIHALF faltante" -#: coff-alpha.c:881 coff-alpha.c:918 coff-alpha.c:1989 coff-mips.c:1433 +#: coff-alpha.c:881 coff-alpha.c:918 coff-alpha.c:1989 coff-mips.c:1432 msgid "GP relative relocation used when GP not defined" msgstr "se usó una reubicación GP relativa cuando GP no estaba definido" @@ -206,182 +198,156 @@ msgstr "se usó una reubicación GP relati msgid "using multiple gp values" msgstr "usando valores múltiples de gp" -#: coff-arm.c:1051 elf32-arm.h:285 +#: coff-arm.c:1066 elf32-arm.h:285 #, c-format msgid "%s: unable to find THUMB glue '%s' for `%s'" msgstr "%s: no se puede encontrar el pegamento THUMB '%s' para `%s'" -#: coff-arm.c:1080 elf32-arm.h:320 +#: coff-arm.c:1096 elf32-arm.h:320 #, c-format msgid "%s: unable to find ARM glue '%s' for `%s'" msgstr "%s: no se puede encontrar el pegamento ARM '%s' para `%s'" -#: coff-arm.c:1375 coff-arm.c:1470 elf32-arm.h:886 elf32-arm.h:990 +#: coff-arm.c:1391 coff-arm.c:1486 elf32-arm.h:887 elf32-arm.h:991 #, c-format msgid "%s(%s): warning: interworking not enabled." msgstr "%s(%s): aviso: interoperabilidad no activada." -#: coff-arm.c:1379 elf32-arm.h:993 +#: coff-arm.c:1395 elf32-arm.h:994 #, c-format msgid " first occurrence: %s: arm call to thumb" msgstr " primera ocurrencia: %s: llamada arm a thumb" -#: coff-arm.c:1474 elf32-arm.h:889 +#: coff-arm.c:1490 elf32-arm.h:890 #, c-format msgid " first occurrence: %s: thumb call to arm" msgstr " primera ocurrencia: %s: llamada thumb a arm" -#: coff-arm.c:1477 +#: coff-arm.c:1493 msgid " consider relinking with --support-old-code enabled" msgstr " considere el reenlace con --support-old-code activado" -#: coff-arm.c:1767 coff-tic80.c:686 cofflink.c:3017 +#: coff-arm.c:1785 coff-tic80.c:686 cofflink.c:3031 #, c-format msgid "%s: bad reloc address 0x%lx in section `%s'" msgstr "%s: dirección de reubicación 0x%lx errónea en la sección `%s'" -#: coff-arm.c:2107 +#: coff-arm.c:2127 #, c-format msgid "%s: illegal symbol index in reloc: %d" msgstr "%s: índice de símbolos ilegal en la reubicación: %d" -#: coff-arm.c:2235 +#: coff-arm.c:2255 #, c-format -msgid "%s: ERROR: compiled for APCS-%d whereas target %s uses APCS-%d" -msgstr "" -"%s: ERROR: compilado para APCS-%d mientras que el objetivo %s usa APCS-%d" +msgid "ERROR: %s is compiled for APCS-%d, whereas %s is compiled for APCS-%d" +msgstr "ERROR: %s está compilado para APCS-%d, mientras que %s está compilado para APCS-%d" -#: coff-arm.c:2250 +#: coff-arm.c:2270 elf32-arm.h:2297 #, c-format -msgid "" -"%s: ERROR: passes floats in float registers whereas target %s uses integer " -"registers" -msgstr "" -"%s: ERROR: pasan números de coma flotante en registros de coma flotante " -"mientras que el objetivo %s usa registros enteros" +msgid "ERROR: %s passes floats in float registers, whereas %s passes them in integer registers" +msgstr "ERROR: %s pasa números de coma flotante en registros de coma flotante, mientras que %s los pasa en registros enteros" -#: coff-arm.c:2253 +#: coff-arm.c:2273 elf32-arm.h:2302 #, c-format -msgid "" -"%s: ERROR: passes floats in integer registers whereas target %s uses float " -"registers" -msgstr "" -"%s: ERROR: pasan números de coma flotante en registros enteros mientras que " -"el objetivo %s usa registros de coma flotante" +msgid "ERROR: %s passes floats in integer registers, whereas %s passes them in float registers" +msgstr "ERROR: %s pasa números de coma flotante en registros enteros, mientras que %s los pasa en registros de coma flotante" -#: coff-arm.c:2268 +#: coff-arm.c:2288 #, c-format -msgid "" -"%s: ERROR: compiled as position independent code, whereas target %s is " -"absolute position" -msgstr "" -"%s: ERROR: compilado como código independiente de posición, mientras que el " -"objetivo %s es de posición absoluta" +msgid "ERROR: %s is compiled as position independent code, whereas target %s is absolute position" +msgstr "ERROR: %s está compilado como código independiente de posición, mientras que el objetivo %s es de posición absoluta" -#: coff-arm.c:2271 +#: coff-arm.c:2291 #, c-format -msgid "" -"%s: ERROR: compiled as absolute position code, whereas target %s is position " -"independent" -msgstr "" -"%s: ERROR: compilado como código de posición absoluta, mientras que el " -"objetivo %s es independiente de posición" +msgid "ERROR: %s is compiled as absolute position code, whereas target %s is position independent" +msgstr "ERROR: %s está compilado como código de posición absoluta, mientras que el objetivo %s es independiente de posición" -#: coff-arm.c:2300 -#, fuzzy, c-format -msgid "Warning: %s supports interworking, whereas %s does not." -msgstr "" -"Aviso: el fichero de entrada %s soporta interoperabilidad, mientras que %s no" +#: coff-arm.c:2320 elf32-arm.h:2358 +#, c-format +msgid "Warning: %s supports interworking, whereas %s does not" +msgstr "Aviso: el fichero de entrada %s soporta interoperabilidad, mientras que %s no" -#: coff-arm.c:2303 -#, fuzzy, c-format -msgid "Warning: %s does not support interworking, whereas %s does." -msgstr "" -"Aviso: el fichero de entrada %s no soporta interoperabilidad, mientras que %" -"s sí" +#: coff-arm.c:2323 elf32-arm.h:2365 +#, c-format +msgid "Warning: %s does not support interworking, whereas %s does" +msgstr "Aviso: el fichero de entrada %s no soporta interoperabilidad, mientras que %s sí" -#: coff-arm.c:2330 +#: coff-arm.c:2350 #, c-format msgid "private flags = %x:" msgstr "opciones privadas = %x:" -#: coff-arm.c:2338 elf32-arm.h:2408 +#: coff-arm.c:2358 elf32-arm.h:2418 msgid " [floats passed in float registers]" msgstr "[números de coma flotante pasados en registros de coma flotante]" -#: coff-arm.c:2340 +#: coff-arm.c:2360 msgid " [floats passed in integer registers]" msgstr "[números de coma flotante pasados en registros enteros]" -#: coff-arm.c:2343 elf32-arm.h:2411 +#: coff-arm.c:2363 elf32-arm.h:2421 msgid " [position independent]" msgstr "[independiente de posición]" -#: coff-arm.c:2345 +#: coff-arm.c:2365 msgid " [absolute position]" msgstr "[posición absoluta]" -#: coff-arm.c:2349 +#: coff-arm.c:2369 msgid " [interworking flag not initialised]" msgstr "[opción de interoperabilidad no iniciada]" -#: coff-arm.c:2351 +#: coff-arm.c:2371 msgid " [interworking supported]" msgstr "[soporte para interoperabilidad]" -#: coff-arm.c:2353 +#: coff-arm.c:2373 msgid " [interworking not supported]" msgstr "[sin soporte para interoperabilidad]" -#: coff-arm.c:2401 elf32-arm.h:2114 -#, fuzzy, c-format -msgid "" -"Warning: Not setting interworking flag of %s since it has already been " -"specified as non-interworking" -msgstr "" -"Aviso: No se establece la opción de interoperabilidad de %s, ya que ya había " -"sido especificado como no interoperable" +#: coff-arm.c:2421 elf32-arm.h:2124 +#, c-format +msgid "Warning: Not setting interworking flag of %s since it has already been specified as non-interworking" +msgstr "Aviso: No se establece la opción de interoperabilidad de %s ya que se había especificado con anterioridad como no interoperable" -#: coff-arm.c:2405 elf32-arm.h:2118 +#: coff-arm.c:2425 elf32-arm.h:2128 #, c-format msgid "Warning: Clearing the interworking flag of %s due to outside request" -msgstr "" -"Aviso: Limpiando la opción de interoperabilidad de %s debido a una petición " -"externa" +msgstr "Aviso: Limpiando la opción de interoperabilidad de %s debido a una petición externa" #: coff-i960.c:136 coff-i960.c:485 msgid "uncertain calling convention for non-COFF symbol" msgstr "convención de llamada incierta para un símbolo que no es COFF" -#: coff-m68k.c:481 coff-mips.c:2431 elf32-m68k.c:2212 elf32-mips.c:9954 +#: coff-m68k.c:481 coff-mips.c:2429 elf32-m68k.c:2157 elf32-mips.c:1844 msgid "unsupported reloc type" msgstr "tipo de reubicación sin soporte" -#: coff-mips.c:875 elf32-mips.c:1997 elf64-mips.c:1739 +#: coff-mips.c:874 elf32-mips.c:1062 elf64-mips.c:1609 msgid "GP relative relocation when _gp not defined" msgstr "reubicación GP relativa cuando _gp no está definido" #. No other sections should appear in -membedded-pic #. code. -#: coff-mips.c:2468 +#: coff-mips.c:2466 msgid "reloc against unsupported section" msgstr "reubicación contra una sección sin soporte" -#: coff-mips.c:2476 +#: coff-mips.c:2474 msgid "reloc not properly aligned" msgstr "reubicación no alineada adecuadamente" -#: coff-rs6000.c:2710 coff64-rs6000.c:1164 +#: coff-rs6000.c:2766 #, c-format msgid "%s: unsupported relocation type 0x%02x" msgstr "%s: tipo de reubicación 0x%02x sin soporte" -#: coff-rs6000.c:2756 coff64-rs6000.c:1210 +#: coff-rs6000.c:2859 #, c-format msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" msgstr "%s: reubicación de TOC en 0x%x al símbolo `%s' sin entrada TOC" -#: coff-rs6000.c:3006 coff64-rs6000.c:2060 +#: coff-rs6000.c:3590 coff64-rs6000.c:2091 #, c-format msgid "%s: symbol `%s' has unrecognized smclas %d" msgstr "%s: el símbolo `%s' tiene smclas %d no reconocido" @@ -391,7 +357,7 @@ msgstr "%s: el símbolo `%s' tiene smclas msgid "Unrecognized reloc type 0x%x" msgstr "Tipo de reubicación 0x%x no reconocida" -#: coff-tic54x.c:390 coffcode.h:4868 +#: coff-tic54x.c:390 coffcode.h:4974 #, c-format msgid "%s: warning: illegal symbol index %ld in relocs" msgstr "%s: aviso: íncide de símbolos %ld ilegal en reubicaciones" @@ -401,37 +367,37 @@ msgstr "%s: aviso: íncide de símbolos %l msgid "ignoring reloc %s\n" msgstr "ignorando la reubicación %s\n" -#: coffcode.h:1081 +#: coffcode.h:1086 #, c-format msgid "%s (%s): Section flag %s (0x%x) ignored" msgstr "%s (%s): Se ignora la opción de sección %s (0x%x)" -#: coffcode.h:2132 +#: coffcode.h:2143 #, c-format msgid "Unrecognized TI COFF target id '0x%x'" msgstr "Id de objetivo TI COFF '0x%x' no reconocido" -#: coffcode.h:4257 +#: coffcode.h:4365 #, c-format msgid "%s: warning: illegal symbol index %ld in line numbers" msgstr "%s: aviso: índice de símbolos %ld ilegal en los números de línea" -#: coffcode.h:4271 +#: coffcode.h:4379 #, c-format msgid "%s: warning: duplicate line number information for `%s'" msgstr "%s: aviso: información duplicada de números de línea para `%s'" -#: coffcode.h:4630 +#: coffcode.h:4736 #, c-format msgid "%s: Unrecognized storage class %d for %s symbol `%s'" msgstr "%s: Clase de almacenamiento %d no reconocida para %s símbolo `%s'" -#: coffcode.h:4761 +#: coffcode.h:4867 #, c-format msgid "warning: %s: local symbol `%s' has no section" msgstr "aviso: %s: el símbolo local `%s' no tiene sección" -#: coffcode.h:4906 +#: coffcode.h:5012 #, c-format msgid "%s: illegal relocation type %d at address 0x%lx" msgstr "%s: tipo de reubicación %d ilegal en la dirección 0x%lx" @@ -441,113 +407,92 @@ msgstr "%s: tipo de reubicación %d ilega msgid "%s: bad string table size %lu" msgstr "%s: tamaño de tabla de cadenas %lu erróneo" -#: cofflink.c:536 elflink.h:1967 +#: cofflink.c:534 elflink.h:1912 #, c-format msgid "Warning: type of symbol `%s' changed from %d to %d in %s" msgstr "Aviso: el tipo del símbolo `%s' cambió de %d a %d en %s" -#: cofflink.c:2317 +#: cofflink.c:2321 #, c-format msgid "%s: relocs in section `%s', but it has no contents" msgstr "%s: reubicaciones en la sección `%s', pero no tiene contenidos" -#: cofflink.c:2653 coffswap.h:889 +#: cofflink.c:2664 coffswap.h:877 #, c-format msgid "%s: %s: reloc overflow: 0x%lx > 0xffff" msgstr "%s: %s: desbordamiento de reubicación: 0x%lx > 0xffff" -#: cofflink.c:2662 coffswap.h:876 +#: cofflink.c:2673 coffswap.h:864 #, c-format msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "%s: aviso: %s: desbordamiento de número de línea: 0x%lx > 0xffff" -#: dwarf2.c:381 +#: dwarf2.c:382 msgid "Dwarf Error: Can't find .debug_str section." msgstr "Error de Dwarf: No se puede encontrar la sección .debug_str." -#: dwarf2.c:398 +#: dwarf2.c:399 #, c-format -msgid "" -"Dwarf Error: DW_FORM_strp offset (%u) greater than or equal to .debug_str " -"size (%u)." -msgstr "" -"Error de Dwarf: El desplazamiento DW_FROM_strp (%u) es más grande que el " -"tamaño de .debug_str (%u)." +msgid "Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str size (%lu)." +msgstr "Error de Dwarf: El desplazamiento DW_FROM_strp (%lu) es más grande o igual que el tamaño de .debug_str (%lu)." -#: dwarf2.c:542 +#: dwarf2.c:543 msgid "Dwarf Error: Can't find .debug_abbrev section." msgstr "Error de Dwarf: No se puede encontrar la sección .debug_abbrev." -#: dwarf2.c:559 -#, fuzzy, c-format -msgid "" -"Dwarf Error: Abbrev offset (%u) greater than or equal to .debug_abbrev size " -"(%u)." -msgstr "" -"Error de Dwarf: El desplazamiento de abreviatura (%u) es más grande que el " -"tamaño de abreviatura (%u)." +#: dwarf2.c:560 +#, c-format +msgid "Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size (%lu)." +msgstr "Error de Dwarf: El desplazamiento de abreviatura (%lu) es más grande o igual que el tamaño de .debug_abbrev (%lu)." -#: dwarf2.c:756 +#: dwarf2.c:757 #, c-format -msgid "Dwarf Error: Invalid or unhandled FORM value: %d." -msgstr "Error de Dwarf: Valor de FORM inválido o no manejado: %d." +msgid "Dwarf Error: Invalid or unhandled FORM value: %u." +msgstr "Error de Dwarf: Valor de FORM inválido o no manejado: %u." -#: dwarf2.c:843 +#: dwarf2.c:852 msgid "Dwarf Error: mangled line number section (bad file number)." -msgstr "" -"Error de Dwarf: sección de números de línea revuelta (número erróneo de " -"fichero)." +msgstr "Error de Dwarf: sección de números de línea revuelta (número erróneo de fichero)." -#: dwarf2.c:929 +#: dwarf2.c:938 msgid "Dwarf Error: Can't find .debug_line section." msgstr "Error de Dwarf: No se puede encontrar lan sección .debug_line." -#: dwarf2.c:952 -#, fuzzy, c-format -msgid "" -"Dwarf Error: Line offset (%u) greater than or equal to .debug_line size (%u)." -msgstr "" -"Error de Dwarf: El desplazamiento de línea (%u) es más grande que el tamaño " -"de línea (%u)." +#: dwarf2.c:961 +#, c-format +msgid "Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size (%lu)." +msgstr "Error de Dwarf: El desplazamiento de línea (%lu) es más grande o igual que el tamaño de .debug_line (%lu)." -#: dwarf2.c:1143 +#: dwarf2.c:1159 msgid "Dwarf Error: mangled line number section." msgstr "Error de Dwarf: sección de números de línea revuelta." -#: dwarf2.c:1318 dwarf2.c:1529 +#: dwarf2.c:1355 dwarf2.c:1566 #, c-format -msgid "Dwarf Error: Could not find abbrev number %d." -msgstr "Error de Dwarf: No se puede encontrar el número de abreviatura %d." +msgid "Dwarf Error: Could not find abbrev number %u." +msgstr "Error de Dwarf: No se puede encontrar el número de abreviatura %u." -#: dwarf2.c:1490 +#: dwarf2.c:1527 #, c-format -msgid "" -"Dwarf Error: found dwarf version '%hu', this reader only handles version 2 " -"information." -msgstr "" -"Error de Dwarf: se encontró la versión de dwarf '%hu', este lector solamente " -"maneja información de la versión 2." +msgid "Dwarf Error: found dwarf version '%u', this reader only handles version 2 information." +msgstr "Error de Dwarf: se encontró la versión de dwarf '%u', este lector solamente maneja información de la versión 2." -#: dwarf2.c:1497 +#: dwarf2.c:1534 #, c-format -msgid "" -"Dwarf Error: found address size '%u', this reader can not handle sizes " -"greater than '%u'." -msgstr "" -"Error de Dwarf: se encontró el tamaño de dirección '%u', este lector no " -"puede manejar tamaños más grandes que '%u'." +msgid "Dwarf Error: found address size '%u', this reader can not handle sizes greater than '%u'." +msgstr "Error de Dwarf: se encontró el tamaño de dirección '%u', este lector no puede manejar tamaños más grandes que '%u'." -#: dwarf2.c:1520 +#: dwarf2.c:1557 #, c-format -msgid "Dwarf Error: Bad abbrev number: %d." -msgstr "Error de Dwarf: Número de abreviación erróneo: %d." +msgid "Dwarf Error: Bad abbrev number: %u." +msgstr "Error de Dwarf: Número de abreviación erróneo: %u." -#: ecoff.c:1328 +#: ecoff.c:1318 #, c-format msgid "Unknown basic type %d" msgstr "Tipo básico %d desconocido" -#: ecoff.c:1597 +#: ecoff.c:1578 #, c-format msgid "" "\n" @@ -556,7 +501,7 @@ msgstr "" "\n" " Símbolo final+1: %ld" -#: ecoff.c:1604 ecoff.c:1607 +#: ecoff.c:1585 ecoff.c:1588 #, c-format msgid "" "\n" @@ -565,7 +510,7 @@ msgstr "" "\n" " Primer símbolo: %ld" -#: ecoff.c:1619 +#: ecoff.c:1600 #, c-format msgid "" "\n" @@ -574,7 +519,7 @@ msgstr "" "\n" " Símbolo final+1: %-7ld Tipo: %s" -#: ecoff.c:1626 +#: ecoff.c:1607 #, c-format msgid "" "\n" @@ -583,7 +528,7 @@ msgstr "" "\n" " Símbolo local: %ld" -#: ecoff.c:1634 +#: ecoff.c:1615 #, c-format msgid "" "\n" @@ -592,7 +537,7 @@ msgstr "" "\n" " struct; símbolo final+1: %ld" -#: ecoff.c:1639 +#: ecoff.c:1620 #, c-format msgid "" "\n" @@ -601,7 +546,7 @@ msgstr "" "\n" " union; símbolo final+1: %ld" -#: ecoff.c:1644 +#: ecoff.c:1625 #, c-format msgid "" "\n" @@ -610,7 +555,7 @@ msgstr "" "\n" " enum; símbolo final+1: %ld" -#: ecoff.c:1650 +#: ecoff.c:1631 #, c-format msgid "" "\n" @@ -619,37 +564,35 @@ msgstr "" "\n" " Tipo: %s" -#: elf-hppa.h:1366 elf-hppa.h:1399 elf32-ppc.c:3062 elf32-sh.c:3201 -#: elf64-x86-64.c:1275 +#: elf-hppa.h:1476 elf-hppa.h:1509 elf32-ppc.c:3091 elf32-sh.c:4213 +#: elf64-sh64.c:1659 #, c-format -msgid "" -"%s: warning: unresolvable relocation against symbol `%s' from %s section" -msgstr "" -"%s: aviso: reubicación sin resolución contra el símbolo `%s' de la sección %s" +msgid "%s: warning: unresolvable relocation against symbol `%s' from %s section" +msgstr "%s: aviso: reubicación sin resolución contra el símbolo `%s' de la sección %s" -#: elf-m10200.c:463 elf-m10300.c:673 elf32-arm.h:2074 elf32-avr.c:835 -#: elf32-cris.c:1406 elf32-d10v.c:482 elf32-fr30.c:653 elf32-h8300.c:547 -#: elf32-i860.c:1048 elf32-m32r.c:1280 elf32-openrisc.c:455 elf32-v850.c:1691 -#: elf32-xstormy16.c:976 elf64-mmix.c:1164 +#: elf-m10200.c:446 elf-m10300.c:656 elf32-arm.h:2084 elf32-avr.c:833 +#: elf32-cris.c:1403 elf32-d10v.c:481 elf32-fr30.c:635 elf32-frv.c:809 +#: elf32-h8300.c:548 elf32-i860.c:1031 elf32-m32r.c:1278 elf32-openrisc.c:439 +#: elf32-v850.c:1691 elf32-xstormy16.c:933 elf64-mmix.c:1302 msgid "internal error: out of range error" msgstr "error interno: error fuera de rango" -#: elf-m10200.c:467 elf-m10300.c:677 elf32-arm.h:2078 elf32-avr.c:839 -#: elf32-cris.c:1410 elf32-d10v.c:486 elf32-fr30.c:657 elf32-h8300.c:551 -#: elf32-i860.c:1052 elf32-m32r.c:1284 elf32-mips.c:7587 elf32-openrisc.c:459 -#: elf32-v850.c:1695 elf32-xstormy16.c:980 elf64-mips.c:4464 elf64-mmix.c:1168 +#: elf-m10200.c:450 elf-m10300.c:660 elf32-arm.h:2088 elf32-avr.c:837 +#: elf32-cris.c:1407 elf32-d10v.c:485 elf32-fr30.c:639 elf32-frv.c:813 +#: elf32-h8300.c:552 elf32-i860.c:1035 elf32-m32r.c:1282 elf32-openrisc.c:443 +#: elf32-v850.c:1695 elf32-xstormy16.c:937 elf64-mmix.c:1306 elfxx-mips.c:5264 msgid "internal error: unsupported relocation error" msgstr "error interno: error de reubicación sin soporte" -#: elf-m10200.c:471 elf-m10300.c:681 elf32-arm.h:2082 elf32-d10v.c:490 -#: elf32-h8300.c:555 elf32-m32r.c:1288 +#: elf-m10200.c:454 elf-m10300.c:664 elf32-arm.h:2092 elf32-d10v.c:489 +#: elf32-h8300.c:556 elf32-m32r.c:1286 msgid "internal error: dangerous error" msgstr "error interno: error peligroso" -#: elf-m10200.c:475 elf-m10300.c:685 elf32-arm.h:2086 elf32-avr.c:847 -#: elf32-cris.c:1418 elf32-d10v.c:494 elf32-fr30.c:665 elf32-h8300.c:559 -#: elf32-i860.c:1060 elf32-m32r.c:1292 elf32-openrisc.c:467 elf32-v850.c:1715 -#: elf32-xstormy16.c:988 elf64-mmix.c:1176 +#: elf-m10200.c:458 elf-m10300.c:668 elf32-arm.h:2096 elf32-avr.c:845 +#: elf32-cris.c:1415 elf32-d10v.c:493 elf32-fr30.c:647 elf32-frv.c:821 +#: elf32-h8300.c:560 elf32-i860.c:1043 elf32-m32r.c:1290 elf32-openrisc.c:451 +#: elf32-v850.c:1715 elf32-xstormy16.c:945 elf64-mmix.c:1314 msgid "internal error: unknown error" msgstr "error interno: error desconocido" @@ -658,17 +601,17 @@ msgstr "error interno: error desconocido msgid "%s: invalid string offset %u >= %lu for section `%s'" msgstr "%s: desplazamiento de cadena inválido %u >= %lu para la sección `%s'" -#: elf.c:448 +#: elf.c:589 #, c-format msgid "%s: invalid SHT_GROUP entry" msgstr "%s: entrada SHT_GROUP inválida" -#: elf.c:529 +#: elf.c:660 #, c-format msgid "%s: no group info for section %s" msgstr "%s: no hay información de grupo para la sección %s" -#: elf.c:840 +#: elf.c:1023 msgid "" "\n" "Program Header:\n" @@ -676,7 +619,7 @@ msgstr "" "\n" "Encabezado del Programa:\n" -#: elf.c:889 +#: elf.c:1073 msgid "" "\n" "Dynamic Section:\n" @@ -684,7 +627,7 @@ msgstr "" "\n" "Sección Dinámica:\n" -#: elf.c:1018 +#: elf.c:1202 msgid "" "\n" "Version definitions:\n" @@ -692,7 +635,7 @@ msgstr "" "\n" "Definiciones de versión:\n" -#: elf.c:1041 +#: elf.c:1225 msgid "" "\n" "Version References:\n" @@ -700,442 +643,383 @@ msgstr "" "\n" "Referencias de Versión:\n" -#: elf.c:1046 +#: elf.c:1230 #, c-format msgid " required from %s:\n" msgstr " requerido desde %s:\n" -#: elf.c:1682 +#: elf.c:1902 #, c-format msgid "%s: invalid link %lu for reloc section %s (index %u)" msgstr "%s: enlace %lu inválido para la sección de reubicación %s (índice %u)" -#: elf.c:3296 +#: elf.c:3603 #, c-format msgid "%s: Not enough room for program headers (allocated %u, need %u)" -msgstr "" -"%s: No hay suficiente espacio para los encabezados del programa (%u " -"asignados, %u necesarios)" +msgstr "%s: No hay suficiente espacio para los encabezados del programa (%u asignados, %u necesarios)" -#: elf.c:3400 +#: elf.c:3708 #, c-format msgid "%s: Not enough room for program headers, try linking with -N" -msgstr "" -"%s: No hay suficiente espacio para los encabezados del programa, pruebe " -"enlazar con -N" +msgstr "%s: No hay suficiente espacio para los encabezados del programa, pruebe enlazar con -N" -#: elf.c:3525 +#: elf.c:3833 #, c-format -msgid "" -"Error: First section in segment (%s) starts at 0x%x whereas the segment " -"starts at 0x%x" -msgstr "" -"Error: La primera sección en el segmento (%s) inicia en 0x%x mientras que el " -"segmento inicia en 0x%x" +msgid "Error: First section in segment (%s) starts at 0x%x whereas the segment starts at 0x%x" +msgstr "Error: La primera sección en el segmento (%s) inicia en 0x%x mientras que el segmento inicia en 0x%x" -#: elf.c:3811 +#: elf.c:4148 #, c-format msgid "%s: warning: allocated section `%s' not in segment" msgstr "%s: aviso: la sección asignada `%s' no está en el segmento" -#: elf.c:4142 +#: elf.c:4472 #, c-format msgid "%s: symbol `%s' required but not present" msgstr "%s: se requiere el símbolo `%s' pero no está presente" -#: elf.c:4395 +#: elf.c:4749 #, c-format -msgid "%s: warning: Empty loadable segment detected\n" -msgstr "%s: aviso: Se detectó un segmento cargable vacío\n" +msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n" +msgstr "%s: aviso: Se detectó un segmento cargable vacío, ¿ es intencional ?\n" -#: elf.c:5808 +#: elf.c:6193 #, c-format msgid "%s: unsupported relocation type %s" msgstr "%s: tipo de reubicación %s sin soporte" -#: elf32-arm.h:1224 +#: elf32-arm.h:1221 #, c-format msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'." msgstr "%s: Aviso: La instrucción Arm BLX apunta a la función Arm '%s'." -#: elf32-arm.h:1420 +#: elf32-arm.h:1417 #, c-format msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'." msgstr "%s: Aviso: La instrucción Thumb BLX apunta a la función thumb '%s'." -#: elf32-arm.h:1904 elf32-i386.c:1778 elf32-sh.c:3133 +#: elf32-arm.h:1914 elf32-sh.c:4125 #, c-format msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section" msgstr "%s(%s+0x%lx): reubicación %s contra la sección SEC_MERGE" -#: elf32-arm.h:1998 +#: elf32-arm.h:2008 #, c-format -msgid "" -"%s: warning: unresolvable relocation %d against symbol `%s' from %s section" -msgstr "" -"%s: aviso: reubicación %d sin resolución contra el símbolo `%s' de la " -"sección %s" +msgid "%s: warning: unresolvable relocation %d against symbol `%s' from %s section" +msgstr "%s: aviso: reubicación %d sin resolución contra el símbolo `%s' de la sección %s" -#: elf32-arm.h:2166 -#, fuzzy, c-format -msgid "" -"Warning: Clearing the interworking flag of %s because non-interworking code " -"in %s has been linked with it" -msgstr "" -"Aviso: Limpiando la opción de interoperación en %s porque se ha enlazado " -"código no interoperable en %s" - -#: elf32-arm.h:2261 +#: elf32-arm.h:2176 #, c-format -msgid "" -"Error: %s compiled for EABI version %d, whereas %s is compiled for version %d" -msgstr "" -"Error: %s compilado para EABI versión %d, mientras que %s está compilado " -"para la versión %d" +msgid "Warning: Clearing the interworking flag of %s because non-interworking code in %s has been linked with it" +msgstr "Aviso: Limpiando la opción de interoperación en %s porque se ha enlazado con él código no interoperable en %s" -#: elf32-arm.h:2275 +#: elf32-arm.h:2271 #, c-format -msgid "Error: %s compiled for APCS-%d, whereas %s is compiled for APCS-%d" -msgstr "" -"Error: %s compilado para APCS-%d, mientras que %s está compilado para APCS-%d" +msgid "ERROR: %s is compiled for EABI version %d, whereas %s is compiled for version %d" +msgstr "ERROR: %s está compilado para EABI versión %d, mientras que %s está compilado para la versión %d" -#: elf32-arm.h:2287 +#: elf32-arm.h:2285 #, c-format -msgid "" -"Error: %s passes floats in FP registers, whereas %s passes them in integer " -"registers" -msgstr "" -"Error: %s pasa números de coma flotante en registros FP, mientras que %s los " -"pasa en registros enteros" - -#: elf32-arm.h:2292 -#, c-format -msgid "" -"Error: %s passes floats in integer registers, whereas %s passes them in FP " -"registers" -msgstr "" -"Error: %s pasa números de coma flotante en registros enteros, mientras que %" -"s los pasa en registros FP" - -#: elf32-arm.h:2303 -#, fuzzy, c-format -msgid "Error: %s uses VFP instructions, whereas %s uses FPA instructions" -msgstr "" -"Error: %s utiliza instrucciones VFP, mientras que %s utiliza instrucciones " -"FPA" - -#: elf32-arm.h:2308 -#, fuzzy, c-format -msgid "Error: %s uses FPA instructions, whereas %s uses VFP instructions" -msgstr "" -"Error: %s utiliza instrucciones FPA, mientras que %s utiliza instrucciones " -"VFP" +msgid "ERROR: %s is compiled for APCS-%d, whereas target %s uses APCS-%d" +msgstr "ERROR: %s está compilado para APCS-%d mientras que el objetivo %s usa APCS-%d" -#: elf32-arm.h:2328 +#: elf32-arm.h:2313 #, c-format -msgid "Error: %s uses software FP, whereas %s uses hardware FP" -msgstr "" -"Error: %s utiliza FP de software, mientras que %s utiliza FP de hardware" +msgid "ERROR: %s uses VFP instructions, whereas %s uses FPA instructions" +msgstr "ERROR: %s utiliza instrucciones VFP, mientras que %s utiliza instrucciones FPA" -#: elf32-arm.h:2333 +#: elf32-arm.h:2318 #, c-format -msgid "Error: %s uses hardware FP, whereas %s uses software FP" -msgstr "" -"Error: %s utiliza FP de hardware, mientras que %s utiliza FP de software" +msgid "ERROR: %s uses FPA instructions, whereas %s uses VFP instructions" +msgstr "ERROR: %s utiliza instrucciones FPA, mientras que %s utiliza instrucciones VFP" -#: elf32-arm.h:2348 +#: elf32-arm.h:2338 #, c-format -msgid "Warning: %s supports interworking, whereas %s does not" -msgstr "" -"Aviso: el fichero de entrada %s soporta interoperabilidad, mientras que %s no" +msgid "ERROR: %s uses software FP, whereas %s uses hardware FP" +msgstr "ERROR: %s utiliza FP de software, mientras que %s utiliza FP de hardware" -#: elf32-arm.h:2355 +#: elf32-arm.h:2343 #, c-format -msgid "Warning: %s does not support interworking, whereas %s does" -msgstr "" -"Aviso: el fichero de entrada %s no soporta interoperabilidad, mientras que %" -"s sí" +msgid "ERROR: %s uses hardware FP, whereas %s uses software FP" +msgstr "ERROR: %s utiliza FP de hardware, mientras que %s utiliza FP de software" #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arm.h:2386 elf32-cris.c:2991 elf32-m68k.c:410 elf32-mips.c:3242 +#: elf32-arm.h:2396 elf32-cris.c:2988 elf32-m68k.c:410 elf32-vax.c:543 +#: elfxx-mips.c:7756 #, c-format msgid "private flags = %lx:" msgstr "opciones privadas = %lx:" -#: elf32-arm.h:2395 +#: elf32-arm.h:2405 msgid " [interworking enabled]" msgstr " [interoperabilidad activada]" -#: elf32-arm.h:2398 -msgid " [APCS-26]" -msgstr " [APCS-26]" - -#: elf32-arm.h:2400 -msgid " [APCS-32]" -msgstr " [APCS-32]" - -#: elf32-arm.h:2403 +#: elf32-arm.h:2413 msgid " [VFP float format]" msgstr " [formato de coma flotante VFP]" -#: elf32-arm.h:2405 +#: elf32-arm.h:2415 msgid " [FPA float format]" msgstr " [formato de coma flotante FPA]" -#: elf32-arm.h:2414 +#: elf32-arm.h:2424 msgid " [new ABI]" msgstr " [ABI nuevo]" -#: elf32-arm.h:2417 +#: elf32-arm.h:2427 msgid " [old ABI]" msgstr " [ABI antiguo]" -#: elf32-arm.h:2420 +#: elf32-arm.h:2430 msgid " [software FP]" msgstr " [FP por software]" -#: elf32-arm.h:2428 +#: elf32-arm.h:2438 msgid " [Version1 EABI]" msgstr " [EABI Version1]" -#: elf32-arm.h:2431 elf32-arm.h:2442 +#: elf32-arm.h:2441 elf32-arm.h:2452 msgid " [sorted symbol table]" msgstr " [tabla de símbolos ordenados]" -#: elf32-arm.h:2433 elf32-arm.h:2444 +#: elf32-arm.h:2443 elf32-arm.h:2454 msgid " [unsorted symbol table]" msgstr " [tabla de símbolos sin ordenar]" -#: elf32-arm.h:2439 +#: elf32-arm.h:2449 msgid " [Version2 EABI]" msgstr " [EABI Version2]" -#: elf32-arm.h:2447 +#: elf32-arm.h:2457 msgid " [dynamic symbols use segment index]" msgstr " [los símbolos dinámicos utilizan índices de segmento]" -#: elf32-arm.h:2450 +#: elf32-arm.h:2460 msgid " [mapping symbols precede others]" msgstr " [el mapeo de símbolos precede a otros]" -#: elf32-arm.h:2457 +#: elf32-arm.h:2467 msgid " " msgstr " " -#: elf32-arm.h:2464 +#: elf32-arm.h:2474 msgid " [relocatable executable]" msgstr " [ejecutable reubicable]" -#: elf32-arm.h:2467 +#: elf32-arm.h:2477 msgid " [has entry point]" msgstr " [tiene punto de entrada]" -#: elf32-arm.h:2472 +#: elf32-arm.h:2482 msgid "" msgstr "" -#: elf32-avr.c:843 elf32-cris.c:1414 elf32-fr30.c:661 elf32-i860.c:1056 -#: elf32-openrisc.c:463 elf32-v850.c:1699 elf32-xstormy16.c:984 -#: elf64-mmix.c:1172 +#: elf32-avr.c:841 elf32-cris.c:1411 elf32-fr30.c:643 elf32-frv.c:817 +#: elf32-i860.c:1039 elf32-openrisc.c:447 elf32-v850.c:1699 +#: elf32-xstormy16.c:941 elf64-mmix.c:1310 msgid "internal error: dangerous relocation" msgstr "error interno: reubicación peligrosa" #: elf32-cris.c:949 #, c-format msgid "%s: unresolvable relocation %s against symbol `%s' from %s section" -msgstr "" -"%s: reubicación %s sin resolución contra el símbolo `%s' de la sección %s" +msgstr "%s: reubicación %s sin resolución contra el símbolo `%s' de la sección %s" #: elf32-cris.c:1012 #, c-format -msgid "" -"%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section" -msgstr "" -"%s: No hay PLT ni GOT para la reubicación %s contra el símbolo `%s' de la " -"sección %s" +msgid "%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section" +msgstr "%s: No hay PLT ni GOT para la reubicación %s contra el símbolo `%s' de la sección %s" -#: elf32-cris.c:1015 elf32-cris.c:1142 +#: elf32-cris.c:1015 elf32-cris.c:1141 msgid "[whose name is lost]" msgstr "[cuyo nombre se pierde]" -#: elf32-cris.c:1131 +#: elf32-cris.c:1130 #, c-format -msgid "" -"%s: relocation %s with non-zero addend %d against local symbol from %s " -"section" -msgstr "" -"%s: reubicación %s con adición %d que no es cero contra un símbolo local de " -"la sección %s" +msgid "%s: relocation %s with non-zero addend %d against local symbol from %s section" +msgstr "%s: reubicación %s con adición %d que no es cero contra un símbolo local de la sección %s" -#: elf32-cris.c:1138 +#: elf32-cris.c:1137 #, c-format -msgid "" -"%s: relocation %s with non-zero addend %d against symbol `%s' from %s section" -msgstr "" -"%s: reubicación %s con adición %d que no es cero contra el símbolo `%s' de " -"la sección %s" +msgid "%s: relocation %s with non-zero addend %d against symbol `%s' from %s section" +msgstr "%s: reubicación %s con adición %d que no es cero contra el símbolo `%s' de la sección %s" -#: elf32-cris.c:1156 +#: elf32-cris.c:1155 #, c-format -msgid "" -"%s: relocation %s is not allowed for global symbol: `%s' from %s section" -msgstr "" -"%s: no se permite la reubicación %s para el símbolo global: `%s' de la " -"sección %s" +msgid "%s: relocation %s is not allowed for global symbol: `%s' from %s section" +msgstr "%s: no se permite la reubicación %s para el símbolo global: `%s' de la sección %s" -#: elf32-cris.c:1171 -#, fuzzy, c-format +#: elf32-cris.c:1170 +#, c-format msgid "%s: relocation %s in section %s with no GOT created" -msgstr "%s: reubicaciones en la sección `%s', pero no tiene contenidos" +msgstr "%s: la reubicación %s en la sección %s sin GOT creado" -#: elf32-cris.c:1289 +#: elf32-cris.c:1288 #, c-format msgid "%s: Internal inconsistency; no relocation section %s" -msgstr "" -"%s: Inconsistencia interna; no se encuentra la sección de reubicación %s" +msgstr "%s: Inconsistencia interna; no se encuentra la sección de reubicación %s" -#: elf32-cris.c:2523 +#: elf32-cris.c:2514 #, c-format msgid "" "%s, section %s:\n" " relocation %s should not be used in a shared object; recompile with -fPIC" msgstr "" "%s, sección %s:\n" -" no se debe usar la reubicación %s en un objeto compartido; recompile con -" -"fPIC" +" no se debe usar la reubicación %s en un objeto compartido; recompile con -fPIC" -#: elf32-cris.c:2994 +#: elf32-cris.c:2991 msgid " [symbols have a _ prefix]" msgstr " [los símbolos tiene un prefijo _]" -#: elf32-cris.c:3033 +#: elf32-cris.c:3030 #, c-format msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols" -msgstr "" -"%s: utiliza símbolos con prefijo _, pero escribe el fichero con símbolos sin " -"prefijo" +msgstr "%s: utiliza símbolos con prefijo _, pero escribe el fichero con símbolos sin prefijo" -#: elf32-cris.c:3034 +#: elf32-cris.c:3031 #, c-format msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols" -msgstr "" -"%s: utiliza símbolos sin prefijo, pero escribe el fichero con símbolos con " -"prefijo _" +msgstr "%s: utiliza símbolos sin prefijo, pero escribe el fichero con símbolos con prefijo _" + +#: elf32-frv.c:1217 +#, c-format +msgid "%s: compiled with %s and linked with modules that use non-pic relocations" +msgstr "%s: compilado con %s y enlazado con módulos que usan reubicaciones que no son pic" + +#: elf32-frv.c:1267 +#, c-format +msgid "%s: compiled with %s and linked with modules compiled with %s" +msgstr "%s: compilado con %s y enlazado con módulos compilados con %s" + +#: elf32-frv.c:1279 +#, c-format +msgid "%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%lx)" +msgstr "%s: usa campos e_flags desconocidos (0x%lx) diferentes a aquéllos de los módulos previos (0x%lx)" + +#: elf32-frv.c:1315 +#, c-format +msgid "private flags = 0x%lx:" +msgstr "opciones privadas = 0x%lx:" #: elf32-gen.c:82 elf64-gen.c:82 #, c-format msgid "%s: Relocations in generic ELF (EM: %d)" msgstr "%s: Reubicaciones en ELF genérico (EM: %d)" -#: elf32-hppa.c:646 +#: elf32-hppa.c:671 elf64-ppc.c:2323 #, c-format msgid "%s: cannot create stub entry %s" msgstr "%s: no se puede crear la entrada de cabo %s" -#: elf32-hppa.c:937 elf32-hppa.c:3545 +#: elf32-hppa.c:956 elf32-hppa.c:3555 #, c-format msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections" -msgstr "" -"%s(%s+0x%lx): no se puede alcanzar %s, recompile con -ffuntion-sections" +msgstr "%s(%s+0x%lx): no se puede alcanzar %s, recompile con -ffuntion-sections" -#: elf32-hppa.c:1312 +#: elf32-hppa.c:1338 elf64-x86-64.c:673 #, c-format -msgid "" -"%s: relocation %s can not be used when making a shared object; recompile " -"with -fPIC" -msgstr "" -"%s: no se puede usar la reubicación %s cuando se hace un objeto compartido; " -"recompile con -fPIC" +msgid "%s: relocation %s can not be used when making a shared object; recompile with -fPIC" +msgstr "%s: no se puede usar la reubicación %s cuando se hace un objeto compartido; recompile con -fPIC" -#: elf32-hppa.c:1332 +#: elf32-hppa.c:1358 #, c-format -msgid "" -"%s: relocation %s should not be used when making a shared object; recompile " -"with -fPIC" -msgstr "" -"%s: no se debe usar la reubicación %s cuando se hace un objeto compartido; " -"recompile con -fPIC" +msgid "%s: relocation %s should not be used when making a shared object; recompile with -fPIC" +msgstr "%s: no se debe usar la reubicación %s cuando se hace un objeto compartido; recompile con -fPIC" -#: elf32-hppa.c:1525 +#: elf32-hppa.c:1551 #, c-format msgid "Could not find relocation section for %s" msgstr "No se puede encontrar la sección de reubicación para %s" -#: elf32-hppa.c:2867 +#: elf32-hppa.c:2855 #, c-format msgid "%s: duplicate export stub %s" msgstr "%s: cabo de exportación %s duplicado" -#: elf32-hppa.c:3429 +#: elf32-hppa.c:3433 #, c-format msgid "%s(%s+0x%lx): fixing %s" msgstr "%s(%s+0x%lx): componiendo %s" -#: elf32-hppa.c:4069 +#: elf32-hppa.c:4080 #, c-format msgid "%s(%s+0x%lx): cannot handle %s for %s" msgstr "%s(%s+0x%lx): no se puede manejar %s para %s" -#: elf32-hppa.c:4408 +#: elf32-hppa.c:4393 msgid ".got section not immediately after .plt section" msgstr "la sección .got no está inmediatamente después de la sección .plt" -#: elf32-i386.c:298 +#: elf32-i386.c:379 #, c-format msgid "%s: invalid relocation type %d" msgstr "%s: tipo de reubicación %d inválido" -#: elf32-i386.c:718 elf32-s390.c:636 elf64-s390.c:595 +#: elf32-i386.c:876 elf32-s390.c:649 elf64-s390.c:595 elf64-x86-64.c:591 #, c-format msgid "%s: bad symbol index: %d" msgstr "%s: índice de símbolos erróneo: %d" -#: elf32-i386.c:863 elf32-s390.c:790 elf64-ppc.c:2198 elf64-s390.c:759 +#: elf32-i386.c:948 +#, c-format +msgid "%s: `%s' accessed both as normal and thread local symbol" +msgstr "%s: se accesó `%s' como un símbolo normal y un símbolo local de hilo" + +#: elf32-i386.c:1072 elf32-s390.c:808 elf64-ppc.c:2827 elf64-s390.c:759 +#: elf64-x86-64.c:761 #, c-format msgid "%s: bad relocation section name `%s'" msgstr "%s: nombre de sección de reubicación `%s' erróneo" -#: elf32-i386.c:2069 elf32-s390.c:1951 elf64-ppc.c:4124 elf64-s390.c:1955 +#: elf32-i386.c:1159 elf64-alpha.c:4768 +#, c-format +msgid "%s: TLS local exec code cannot be linked into shared objects" +msgstr "%s: el código de ejecución local TLS no se puede enlazar en objetos compartidos" + +#: elf32-i386.c:2747 elf32-s390.c:1981 elf32-sparc.c:1571 elf64-ppc.c:5918 +#: elf64-s390.c:1945 elf64-sparc.c:2578 elf64-x86-64.c:1948 #, c-format msgid "%s(%s+0x%lx): unresolvable relocation against symbol `%s'" msgstr "%s(%s+0x%lx): reubicación sin resolución contra el símbolo `%s'" -#: elf32-i386.c:2107 elf32-s390.c:1989 elf64-s390.c:1993 +#: elf32-i386.c:2784 elf32-s390.c:2019 elf64-ppc.c:5977 elf64-s390.c:1983 +#: elf64-x86-64.c:1986 #, c-format msgid "%s(%s+0x%lx): reloc against `%s': error %d" msgstr "%s(%s+0x%lx): reubicación contra `%s': error %d" -#: elf32-m32r.c:923 +#: elf32-m32r.c:924 msgid "SDA relocation when _SDA_BASE_ not defined" msgstr "reubicación SDA cuando _SDA_BASE_ no está definido" -#: elf32-ia64.c:3537 elf32-m32r.c:1007 elf32-ppc.c:2930 elf64-ia64.c:3537 +#: elf32-ia64.c:3687 elf32-m32r.c:1013 elf32-ppc.c:2987 elf64-alpha.c:4185 +#: elf64-alpha.c:4313 elf64-ia64.c:3687 #, c-format msgid "%s: unknown relocation type %d" msgstr "%s: tipo de reubicación %d desconocido" -#: elf32-m32r.c:1223 +#: elf32-m32r.c:1221 #, c-format msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" -msgstr "" -"%s: El objetivo (%s) de una reubicación %s está en la sección errónea (%s)" +msgstr "%s: El objetivo (%s) de una reubicación %s está en la sección errónea (%s)" -#: elf32-m32r.c:2000 +#: elf32-m32r.c:1947 #, c-format msgid "%s: Instruction set mismatch with previous modules" msgstr "%s: Conjunto de instrucciones no coincidente con módulos previos" -#: elf32-m32r.c:2023 +#: elf32-m32r.c:1970 #, c-format msgid "private flags = %lx" msgstr "opciones privadas = %lx" -#: elf32-m32r.c:2028 +#: elf32-m32r.c:1975 msgid ": m32r instructions" msgstr ": instrucciones m32r" -#: elf32-m32r.c:2029 +#: elf32-m32r.c:1976 msgid ": m32rx instructions" msgstr ": instrucciones m32rx" @@ -1143,261 +1027,177 @@ msgstr ": instrucciones m32rx" msgid " [cpu32]" msgstr " [cpu32]" -#: elf32-mcore.c:353 elf32-mcore.c:479 +#: elf32-m68k.c:416 +msgid " [m68000]" +msgstr " [m68000]" + +#: elf32-mcore.c:354 elf32-mcore.c:457 #, c-format msgid "%s: Relocation %s (%d) is not currently supported.\n" msgstr "%s: La reubicación %s (%d) actualmente no tiene soporte.\n" -#: elf32-mcore.c:438 +#: elf32-mcore.c:442 #, c-format msgid "%s: Unknown relocation type %d\n" msgstr "%s: Tipo de reubicación %d desconocido\n" -#: elf32-mips.c:2156 elf64-mips.c:1972 +#: elf32-mips.c:1152 elf64-mips.c:1783 msgid "32bits gp relative relocation occurs for an external symbol" msgstr "la reubicación gp relativa de 32bits sucede para un símbolo externo" -#: elf32-mips.c:2305 +#: elf32-mips.c:1301 #, c-format msgid "Linking mips16 objects into %s format is not supported" msgstr "Enlazar objetos mips16 en el formato %s no tiene soporte" -#: elf32-mips.c:3129 +#: elf32-ppc.c:1460 #, c-format -msgid "%s: linking PIC files with non-PIC files" -msgstr "%s: enlazando ficheros PIC con ficheros que no son PIC" - -#: elf32-mips.c:3139 -#, c-format -msgid "%s: linking abicalls files with non-abicalls files" -msgstr "" -"%s: enlazando ficheros de llamadas abi con ficheros que no son de llamadas " -"abi" +msgid "%s: compiled with -mrelocatable and linked with modules compiled normally" +msgstr "%s: compilado con -mrelocatable y enlazado con módulos compilados de forma normal" -#: elf32-mips.c:3168 +#: elf32-ppc.c:1468 #, c-format -msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" -msgstr "%s: no coincide el ISA (-mips%d) con módulos previos (-mips%d)" - -#: elf32-mips.c:3177 -#, c-format -msgid "%s: ISA mismatch (%d) with previous modules (%d)" -msgstr "%s: no coincide el ISA (%d) con módulos previos (%d)" - -#: elf32-mips.c:3200 -#, c-format -msgid "%s: ABI mismatch: linking %s module with previous %s modules" -msgstr "%s: no coincide el ABI: enlazando el módulo %s con módulos %s previos" +msgid "%s: compiled normally and linked with modules compiled with -mrelocatable" +msgstr "%s: compilado de forma normal y enlazado con módulos compilados con -mrelocatable" -#: elf32-mips.c:3214 elf32-ppc.c:1470 elf64-ppc.c:1556 elf64-sparc.c:3027 +#: elf32-ppc.c:1494 elf64-sparc.c:2989 elfxx-mips.c:7713 #, c-format msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" -msgstr "" -"%s: usa campos de e_flags diferentes (0x%lx) que los módulos previos (0x%lx)" - -#: elf32-mips.c:3245 -msgid " [abi=O32]" -msgstr " [abi=O32]" - -#: elf32-mips.c:3247 -msgid " [abi=O64]" -msgstr " [abi=O64]" - -#: elf32-mips.c:3249 -msgid " [abi=EABI32]" -msgstr " [abi=EABI32]" - -#: elf32-mips.c:3251 -msgid " [abi=EABI64]" -msgstr " [abi=EABI64]" - -#: elf32-mips.c:3253 -msgid " [abi unknown]" -msgstr " [abi desconocido]" - -#: elf32-mips.c:3255 -msgid " [abi=N32]" -msgstr " [abi=N32]" - -#: elf32-mips.c:3257 -msgid " [abi=64]" -msgstr " [abi=64]" - -#: elf32-mips.c:3259 -msgid " [no abi set]" -msgstr " [no hay conjunto abi]" - -#: elf32-mips.c:3262 -msgid " [mips1]" -msgstr " [mips1]" - -#: elf32-mips.c:3264 -msgid " [mips2]" -msgstr " [mips2]" - -#: elf32-mips.c:3266 -msgid " [mips3]" -msgstr " [mips3]" - -#: elf32-mips.c:3268 -msgid " [mips4]" -msgstr " [mips4]" - -#: elf32-mips.c:3270 -msgid " [mips5]" -msgstr " [mips5]" - -#: elf32-mips.c:3272 -msgid " [mips32]" -msgstr " [mips32]" - -#: elf32-mips.c:3274 -msgid " [mips64]" -msgstr " [mips64]" - -#: elf32-mips.c:3276 -msgid " [unknown ISA]" -msgstr " [ISA desconocido]" - -#: elf32-mips.c:3279 -msgid " [32bitmode]" -msgstr " [modo 32bit]" - -#: elf32-mips.c:3281 -msgid " [not 32bitmode]" -msgstr " [no es modo 32bit]" - -#: elf32-mips.c:4954 -msgid "static procedure (no name)" -msgstr "procedimiento estático (sin nombre)" - -#: elf32-mips.c:5572 elf64-mips.c:6694 -#, c-format -msgid "%s: illegal section name `%s'" -msgstr "%s: nombre de sección `%s' ilegal" +msgstr "%s: usa campos de e_flags diferentes (0x%lx) que los módulos previos (0x%lx)" -#: elf32-mips.c:6139 elf64-mips.c:3150 -msgid "not enough GOT space for local GOT entries" -msgstr "no hay suficiente espacio GOT para entradas GOT locales" - -#: elf32-mips.c:7250 elf64-mips.c:4203 -#, c-format -msgid "%s: %s+0x%lx: jump to stub routine which is not jal" -msgstr "%s: %s+0x%lx: salto a una rutina cabo la cual no es jal" - -#: elf32-mips.c:8259 elf64-mips.c:5891 -#, c-format -msgid "%s: Malformed reloc detected for section %s" -msgstr "%s: Se detectó una reubicación malformada para la sección %s" - -#: elf32-mips.c:8337 elf64-mips.c:5969 -#, c-format -msgid "%s: CALL16 reloc at 0x%lx not against global symbol" -msgstr "%s: la reubicación CALL16 en 0x%lx no es contra un símbolo global" - -#: elf32-ppc.c:1436 elf64-ppc.c:1521 -#, c-format -msgid "" -"%s: compiled with -mrelocatable and linked with modules compiled normally" -msgstr "" -"%s: compilado con -mrelocatable y enlazado con módulos compilados de forma " -"normal" - -#: elf32-ppc.c:1444 elf64-ppc.c:1529 -#, c-format -msgid "" -"%s: compiled normally and linked with modules compiled with -mrelocatable" -msgstr "" -"%s: compilado de forma normal y enlazado con módulos compilados con -" -"mrelocatable" - -#: elf32-ppc.c:1568 +#: elf32-ppc.c:1592 #, c-format msgid "%s: Unknown special linker type %d" msgstr "%s: Tipo de enlazador especial %d desconocido" -#: elf32-ppc.c:2218 elf32-ppc.c:2252 elf32-ppc.c:2287 +#: elf32-ppc.c:2273 elf32-ppc.c:2307 elf32-ppc.c:2342 #, c-format msgid "%s: relocation %s cannot be used when making a shared object" -msgstr "" -"%s: no se puede usar la reubicación %s cuando se hace un objeto compartido" +msgstr "%s: no se puede usar la reubicación %s cuando se hace un objeto compartido" -#: elf32-ppc.c:3097 elf64-ppc.c:3716 +#: elf32-ppc.c:3126 elf64-ppc.c:5473 #, c-format msgid "%s: unknown relocation type %d for symbol %s" msgstr "%s: tipo de reubicación %d desconocido para el símbolo %s" -#: elf32-ppc.c:3452 elf32-ppc.c:3473 elf32-ppc.c:3523 +#: elf32-ppc.c:3482 elf32-ppc.c:3503 elf32-ppc.c:3553 #, c-format -msgid "" -"%s: The target (%s) of a %s relocation is in the wrong output section (%s)" -msgstr "" -"%s: El objetivo (%s) de una reubicación %s está en la sección de salida " -"errónea (%s)" +msgid "%s: The target (%s) of a %s relocation is in the wrong output section (%s)" +msgstr "%s: El objetivo (%s) de una reubicación %s está en la sección de salida errónea (%s)" -#: elf32-ppc.c:3589 +#: elf32-ppc.c:3619 #, c-format msgid "%s: Relocation %s is not yet supported for symbol %s." msgstr "%s: La reubicación %s aún no tiene soporte para el símbolo %s." -#: elf32-sh.c:1101 +#: elf32-sh.c:1964 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES offset" msgstr "%s: 0x%lx: aviso: desplazamiento R_SH_USES erróneo" -#: elf32-sh.c:1113 +#: elf32-sh.c:1976 #, c-format msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" msgstr "%s: 0x%lx: aviso: R_SH_USES señala al insn 0x%x no reconocido" -#: elf32-sh.c:1130 +#: elf32-sh.c:1993 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES load offset" msgstr "%s: 0x%lx: aviso: desplazamiento de carga R_SH_USES erróneo" -#: elf32-sh.c:1145 +#: elf32-sh.c:2008 #, c-format msgid "%s: 0x%lx: warning: could not find expected reloc" msgstr "%s: 0x%lx: aviso: no se puede encontrar la reubicación esperada" -#: elf32-sh.c:1202 +#: elf32-sh.c:2036 #, c-format msgid "%s: 0x%lx: warning: symbol in unexpected section" msgstr "%s: 0x%lx: aviso: símbolo en una sección inesperada" -#: elf32-sh.c:1323 +#: elf32-sh.c:2153 #, c-format msgid "%s: 0x%lx: warning: could not find expected COUNT reloc" msgstr "%s: 0x%lx: aviso: no se puede encontrar la reubicación COUNT esperada" -#: elf32-sh.c:1332 +#: elf32-sh.c:2162 #, c-format msgid "%s: 0x%lx: warning: bad count" msgstr "%s: 0x%lx: aviso: cuenta errónea" -#: elf32-sh.c:1741 elf32-sh.c:2132 +#: elf32-sh.c:2550 elf32-sh.c:2926 #, c-format msgid "%s: 0x%lx: fatal: reloc overflow while relaxing" msgstr "%s: 0x%lx: fatal: desbordamiento de reubicación durante la relajación" -#: elf32-sh.c:3267 +#: elf32-sh.c:4073 elf64-sh64.c:1576 +msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled" +msgstr "No se maneja un STO_SH5_ISA32 inesperado en un símbolo local" + +#: elf32-sh.c:4284 #, c-format msgid "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation" -msgstr "" -"%s: 0x%lx: fatal: objetivo de ramificación sin alineación para la " -"reubicación de soporte de relajamiento" +msgstr "%s: 0x%lx: fatal: objetivo de ramificación sin alineación para la reubicación de soporte de relajamiento" + +#: elf32-sh64.c:203 elf64-sh64.c:2364 +#, c-format +msgid "%s: compiled as 32-bit object and %s is 64-bit" +msgstr "%s: compilado como un objeto de 32-bit y %s es de 64-bit" + +#: elf32-sh64.c:206 elf64-sh64.c:2367 +#, c-format +msgid "%s: compiled as 64-bit object and %s is 32-bit" +msgstr "%s: compilado como un objeto de 64-bit y %s es de 32-bit" + +#: elf32-sh64.c:208 elf64-sh64.c:2369 +#, c-format +msgid "%s: object size does not match that of target %s" +msgstr "%s: el tamaño del objeto no coincide con el tamaño del objetivo %s" + +#: elf32-sh64.c:440 elf64-sh64.c:2941 +#, c-format +msgid "%s: encountered datalabel symbol in input" +msgstr "%s: se encontró un símbolo datalabel en la entrada" + +#: elf32-sh64.c:523 +msgid "PTB mismatch: a SHmedia address (bit 0 == 1)" +msgstr "No coincide PTB: una dirección SHmedia (bit 0 == 1)" + +#: elf32-sh64.c:526 +msgid "PTA mismatch: a SHcompact address (bit 0 == 0)" +msgstr "No coincide PTA: una dirección SHcompact (bit 0 == 0)" + +#: elf32-sh64.c:544 +#, c-format +msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16" +msgstr "%s: error de GAS: instrucción PTB inesperada con R_SH_PT_16" + +#: elf32-sh64.c:593 elf64-sh64.c:1703 +#, c-format +msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n" +msgstr "%s: error: tipo de reubicación %d sin alinear en %08x reubicación %08x\n" + +#: elf32-sh64.c:677 +#, c-format +msgid "%s: could not write out added .cranges entries" +msgstr "%s: no se pueden escribir las entradas .cranges agregadas" + +#: elf32-sh64.c:739 +#, c-format +msgid "%s: could not write out sorted .cranges entries" +msgstr "%s: no se pueden escribir las entradas .cranges ordenadas" -#: elf32-sparc.c:1554 elf64-sparc.c:2280 +#: elf32-sparc.c:1535 elf64-sparc.c:2224 #, c-format msgid "%s: probably compiled without -fPIC?" msgstr "%s: ¿Compilado probablemente sin -fPIC?" -#: elf32-sparc.c:2007 +#: elf32-sparc.c:2002 #, c-format msgid "%s: compiled for a 64 bit system and target is 32 bit" msgstr "%s: compilado para un sistema de 64 bit y el objetivo es de 32 bit" -#: elf32-sparc.c:2021 +#: elf32-sparc.c:2016 #, c-format msgid "%s: linking little endian files with big endian files" msgstr "%s: enlazando ficheros little endian con ficheros big endian" @@ -1409,35 +1209,23 @@ msgstr "La variable `%s' no puede ocupar #: elf32-v850.c:685 #, c-format -msgid "" -"Variable `%s' can only be in one of the small, zero, and tiny data regions" -msgstr "" -"La variable `%s' solamente puede estar en una de las regiones de datos " -"small, cero, y tiny" +msgid "Variable `%s' can only be in one of the small, zero, and tiny data regions" +msgstr "La variable `%s' solamente puede estar en una de las regiones de datos small, cero, y tiny" #: elf32-v850.c:688 #, c-format -msgid "" -"Variable `%s' cannot be in both small and zero data regions simultaneously" -msgstr "" -"La variable `%s' no puede estar simultáneamente en las regiones de datos " -"small y cero" +msgid "Variable `%s' cannot be in both small and zero data regions simultaneously" +msgstr "La variable `%s' no puede estar simultáneamente en las regiones de datos small y cero" #: elf32-v850.c:691 #, c-format -msgid "" -"Variable `%s' cannot be in both small and tiny data regions simultaneously" -msgstr "" -"La variable `%s' no puede estar simultáneamente en las regiones de datos " -"small y tiny" +msgid "Variable `%s' cannot be in both small and tiny data regions simultaneously" +msgstr "La variable `%s' no puede estar simultáneamente en las regiones de datos small y tiny" #: elf32-v850.c:694 #, c-format -msgid "" -"Variable `%s' cannot be in both zero and tiny data regions simultaneously" -msgstr "" -"La variable `%s' no puede estar simultáneamente en las regiones de datos " -"cero y tiny" +msgid "Variable `%s' cannot be in both zero and tiny data regions simultaneously" +msgstr "La variable `%s' no puede estar simultáneamente en las regiones de datos cero y tiny" #: elf32-v850.c:1072 msgid "FAILED to find previous HI16 reloc\n" @@ -1455,244 +1243,494 @@ msgstr "no se puede localizar el símbolo msgid "could not locate special linker symbol __ctbp" msgstr "no se puede localizar el símbolo especial del enlazador __ctbp" -#: elf32-v850.c:1877 +#: elf32-v850.c:1875 #, c-format msgid "%s: Architecture mismatch with previous modules" msgstr "%s: No coincide la arquitectura con los módulos previos" -#: elf32-v850.c:1897 +#: elf32-v850.c:1895 #, c-format msgid "private flags = %lx: " msgstr "opciones privadas = %lx: " -#: elf32-v850.c:1902 +#: elf32-v850.c:1900 msgid "v850 architecture" msgstr "arquitectura v850" -#: elf32-v850.c:1903 +#: elf32-v850.c:1901 msgid "v850e architecture" msgstr "arquitectura v850e" -#: elf32-v850.c:1904 +#: elf32-v850.c:1902 msgid "v850ea architecture" msgstr "arquitectura v850ea" -#: elf32-ia64.c:2247 elf32-xstormy16.c:414 elf64-ia64.c:2247 +#: elf32-vax.c:546 +msgid " [nonpic]" +msgstr " [no pic]" + +#: elf32-vax.c:549 +msgid " [d-float]" +msgstr " [flotante-d]" + +#: elf32-vax.c:552 +msgid " [g-float]" +msgstr " [flotante-g]" + +#: elf32-vax.c:674 +#, c-format +msgid "%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of %ld" +msgstr "%s: aviso: la adición GOT de %ld a `%s' no coincide con la adición previa GOT de %ld" + +#: elf32-vax.c:1679 +#, c-format +msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored" +msgstr "%s: aviso: se ignora la adición PLT de %d a `%s' de la sección %s" + +#: elf32-vax.c:1814 +#, c-format +msgid "%s: warning: %s relocation against symbol `%s' from %s section" +msgstr "%s: aviso: reubicación %s contra el símbolo `%s' de la sección %s" + +#: elf32-vax.c:1820 +#, c-format +msgid "%s: warning: %s relocation to 0x%x from %s section" +msgstr "%s: aviso: reubicación %s a 0x%x de la sección %s" + +#: elf32-ia64.c:2280 elf32-xstormy16.c:414 elf64-ia64.c:2280 msgid "non-zero addend in @fptr reloc" msgstr "adición que no es cero en la reubicación @fptr" -#: elf64-alpha.c:858 +#: elf64-alpha.c:1097 msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "la reubicación GPDISP no encontró las instrucciones ldah y lda" -#: elf64-alpha.c:2934 +#: elf64-alpha.c:3675 #, c-format msgid "%s: .got subsegment exceeds 64K (size %d)" msgstr "%s: el subsegmento .got excede los 64K (tamaño %d)" -#: elf64-alpha.c:3518 elf64-alpha.c:3530 +#: elf64-alpha.c:4498 elf64-alpha.c:4510 #, c-format msgid "%s: gp-relative relocation against dynamic symbol %s" msgstr "%s: reubicación gp relativa contra el símbolo dinámico %s" -#: elf64-hppa.c:2070 +#: elf64-alpha.c:4536 elf64-alpha.c:4676 +#, c-format +msgid "%s: pc-relative relocation against dynamic symbol %s" +msgstr "%s: reubicación relativa al pc contra el símbolo dinámico %s" + +#: elf64-alpha.c:4564 +#, c-format +msgid "%s: change in gp: BRSGP %s" +msgstr "%s: cambio en gp: BRSGP %s" + +#: elf64-alpha.c:4589 +msgid "" +msgstr "" + +#: elf64-alpha.c:4594 +#, c-format +msgid "%s: !samegp reloc against symbol without .prologue: %s" +msgstr "%s: reubicación !samegp contra un símbolo sin .prologue: %s" + +#: elf64-alpha.c:4639 +#, c-format +msgid "%s: unhandled dynamic relocation against %s" +msgstr "%s: reubicación dinámica sin manejar contra %s" + +#: elf64-alpha.c:4752 +#, c-format +msgid "%s: dtp-relative relocation against dynamic symbol %s" +msgstr "%s: reubicación relativa a dtp contra el símbolo dinámico %s" + +#: elf64-alpha.c:4775 +#, c-format +msgid "%s: tp-relative relocation against dynamic symbol %s" +msgstr "%s: reubicación relativa a tp contra el símbolo dinámico %s" + +#: elf64-hppa.c:2080 #, c-format msgid "stub entry for %s cannot load .plt, dp offset = %ld" +msgstr "la entrada de cabo para %s no puede cargar .plt, desplazamiento dp = %ld" + +#: elf64-mmix.c:1002 +#, c-format +msgid "" +"%s: Internal inconsistency error for value for\n" +" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%08lx\n" msgstr "" -"la entrada de cabo para %s no puede cargar .plt, desplazamiento dp = %ld" +"%s: Error de inconsistencia interna para el valor para\n" +" un registro global colocado por el enlazador: enlazado: 0x%lx%08lx != relajado: 0x%lx%08lx\n" + +#: elf64-mmix.c:1386 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: (unknown) in %s" +msgstr "%s: reubicación base-más-desplazamiento contra un símbolo de registro: (desconocido) en %s" -#: elf64-mmix.c:1271 -#, fuzzy, c-format +#: elf64-mmix.c:1391 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: %s in %s" +msgstr "%s: reubicación base-más-desplazamiento contra un símbolo de registro: %s en %s" + +#: elf64-mmix.c:1435 +#, c-format msgid "%s: register relocation against non-register symbol: (unknown) in %s" -msgstr "" -"%s: reubicación de registro contra un símbolo que no es registro: %s en %s" +msgstr "%s: reubicación de registro contra un símbolo que no es registro: (desconocido) en %s" -#: elf64-mmix.c:1276 +#: elf64-mmix.c:1440 #, c-format msgid "%s: register relocation against non-register symbol: %s in %s" -msgstr "" -"%s: reubicación de registro contra un símbolo que no es registro: %s en %s" +msgstr "%s: reubicación de registro contra un símbolo que no es registro: %s en %s" -#: elf64-mmix.c:1312 +#: elf64-mmix.c:1477 #, c-format msgid "%s: directive LOCAL valid only with a register or absolute value" -msgstr "" -"%s: la directiva LOCAL sólo es válida con un registro o un valor absoluto" +msgstr "%s: la directiva LOCAL sólo es válida con un registro o un valor absoluto" -#: elf64-mmix.c:1340 +#: elf64-mmix.c:1505 #, c-format -msgid "" -"%s: LOCAL directive: Register $%ld is not a local register. First global " -"register is $%ld." -msgstr "" -"%s: directiva LOCAL: El registro $%ld no es un registro local. El primer " -"registro global es $%ld." +msgid "%s: LOCAL directive: Register $%ld is not a local register. First global register is $%ld." +msgstr "%s: directiva LOCAL: El registro $%ld no es un registro local. El primer registro global es $%ld." -#: elf64-mmix.c:1615 +#: elf64-mmix.c:1965 #, c-format -msgid "" -"%s: Error: multiple definition of `%s'; start of %s is set in a earlier " -"linked file\n" -msgstr "" -"%s: Error: definición múltiple de `%s'; el inicio de %s está definido en un " -"fichero enlazado con anterioridad\n" +msgid "%s: Error: multiple definition of `%s'; start of %s is set in a earlier linked file\n" +msgstr "%s: Error: definición múltiple de `%s'; el inicio de %s está definido en un fichero enlazado con anterioridad\n" -#: elf64-mmix.c:1674 +#: elf64-mmix.c:2024 msgid "Register section has contents\n" msgstr "La sección de registros no tiene contenido\n" -#: elf64-ppc.c:1484 libbfd.c:1436 +#: elf64-mmix.c:2186 #, c-format -msgid "%s: compiled for a big endian system and target is little endian" +msgid "" +"Internal inconsistency: remaining %u != max %u.\n" +" Please report this bug." msgstr "" -"%s: compilado para un sistema big endian y el objetivo es little endian" +"Inconsistencia interna: %u restante != %u máximo.\n" +" Por favor reporte este bicho." -#: elf64-ppc.c:1486 libbfd.c:1438 +#: elf64-ppc.c:1669 libbfd.c:1435 +#, c-format +msgid "%s: compiled for a big endian system and target is little endian" +msgstr "%s: compilado para un sistema big endian y el objetivo es little endian" + +#: elf64-ppc.c:1671 libbfd.c:1437 #, c-format msgid "%s: compiled for a little endian system and target is big endian" -msgstr "" -"%s: compilado para un sistema little endian y el objetivo es big endian" +msgstr "%s: compilado para un sistema little endian y el objetivo es big endian" + +#: elf64-ppc.c:3610 +#, c-format +msgid "%s: unexpected reloc type %u in .opd section" +msgstr "%s: tipo de reubicación %u inesperado en la sección .opd" + +#: elf64-ppc.c:3630 +#, c-format +msgid "%s: .opd is not a regular array of opd entries" +msgstr "%s: .opd no es una matriz regular de entradas opd" + +#: elf64-ppc.c:3672 +#, c-format +msgid "%s: undefined sym `%s' in .opd section" +msgstr "%s: símbolo `%s' indefinido en la sección .opd" + +#: elf64-ppc.c:4397 +#, c-format +msgid "can't find branch stub `%s'" +msgstr "no se puede encontrar la ramificación de cabo `%s'" -#: elf64-ppc.c:3350 -#, fuzzy, c-format +#: elf64-ppc.c:4436 elf64-ppc.c:4501 +#, c-format msgid "linkage table error against `%s'" -msgstr "desbordamiento de la tabla de enlazado contra `%s'" +msgstr "error de la tabla de enlazado contra `%s'" + +#: elf64-ppc.c:4573 +#, c-format +msgid "can't build branch stub `%s'" +msgstr "no se puede construir la ramificación de cabos `%s'" -#: elf64-ppc.c:3432 -msgid "stub section size doesn't match calculated size" -msgstr "el tamaño de la sección de cabos no coincide con el tamaño calculado" +#: elf64-ppc.c:5179 +msgid "stubs don't match calculated size" +msgstr "los cabos no coinciden con el tamaño calculado" -#: elf64-ppc.c:4061 +#: elf64-ppc.c:5828 #, c-format msgid "%s: Relocation %s is not supported for symbol %s." msgstr "%s: La reubicación %s no tiene soporte para el símbolo %s." -#: elf64-ppc.c:4105 +#: elf64-ppc.c:5872 #, c-format msgid "%s: error: relocation %s not a multiple of 4" msgstr "%s: error: la reubicación %s no es un múltiplo de 4" -#: elf64-sparc.c:1277 +#: elf64-sparc.c:1280 #, c-format msgid "%s: check_relocs: unhandled reloc type %d" msgstr "%s: check_relocs: tipo de reubicación %d sin manejar" -#: elf64-sparc.c:1314 +#: elf64-sparc.c:1317 #, c-format msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER" -msgstr "" -"%s: Solamente los registros %%g[2367] pueden ser declarados utilizando " -"STT_REGISTER" +msgstr "%s: Solamente los registros %%g[2367] pueden ser declarados utilizando STT_REGISTER" -#: elf64-sparc.c:1334 -#, fuzzy, c-format +#: elf64-sparc.c:1337 +#, c-format msgid "Register %%g%d used incompatibly: %s in %s, previously %s in %s" -msgstr "El registro %%g%d se usó de forma incompatible: %s en %s" +msgstr "El registro %%g%d se usó de forma incompatible: %s en %s, previamente %s en %s" -#: elf64-sparc.c:1357 -#, fuzzy, c-format +#: elf64-sparc.c:1360 +#, c-format msgid "Symbol `%s' has differing types: REGISTER in %s, previously %s in %s" -msgstr "" -"El símbolo `%s' tiene tipos divergentes: previamente %s, REGISTER en %s" +msgstr "El símbolo `%s' tiene tipos divergentes: REGISTER en %s, previamente %s en %s" -#: elf64-sparc.c:1404 -#, fuzzy, c-format +#: elf64-sparc.c:1406 +#, c-format msgid "Symbol `%s' has differing types: %s in %s, previously REGISTER in %s" -msgstr "" -"El símbolo `%s' tiene tipos divergentes: previamente %s, REGISTER en %s" +msgstr "El símbolo `%s' tiene tipos divergentes: %s en %s, previamente REGISTER en %s" -#: elf64-sparc.c:3008 +#: elf64-sparc.c:2970 #, c-format msgid "%s: linking UltraSPARC specific with HAL specific code" -msgstr "" -"%s: enlazando código específico de UltraSPARC con código específico de HAL" +msgstr "%s: enlazando código específico de UltraSPARC con código específico de HAL" -#: elfcode.h:1218 +#: elfcode.h:1198 #, c-format msgid "%s: version count (%ld) does not match symbol count (%ld)" -msgstr "" -"%s: la cuenta de versión (%ld) no coincide con la cuenta de símbolos (%ld)" +msgstr "%s: la cuenta de versión (%ld) no coincide con la cuenta de símbolos (%ld)" -#: elflink.c:434 +#: elflink.c:440 #, c-format msgid "%s: Section %s is too large to add hole of %ld bytes" msgstr "%s: La sección %s es muy grande para agregar un agujero de %ld bytes" -#: elflink.h:1113 +#: elflink.h:1090 #, c-format msgid "%s: warning: unexpected redefinition of `%s'" msgstr "%s: aviso: redefinición inesperada de `%s'" -#: elflink.h:1784 +#: elflink.h:1727 #, c-format msgid "%s: %s: invalid version %u (max %d)" msgstr "%s: %s: versión %u inválida (máximo %d)" -#: elflink.h:1825 +#: elflink.h:1768 #, c-format msgid "%s: %s: invalid needed version %d" msgstr "%s: %s: versión requerida %d inválida" -#: elflink.h:1945 +#: elflink.h:1890 #, c-format msgid "Warning: size of symbol `%s' changed from %lu to %lu in %s" msgstr "Aviso: el tamaño del símbolo `%s' cambió de %lu a %lu en %s" -#: elflink.h:4014 +#: elflink.h:3174 +#, c-format +msgid "%s: .preinit_array section is not allowed in DSO" +msgstr "%s: no se permite la sección .preinit_array en DSO" + +#: elflink.h:4030 #, c-format msgid "warning: type and size of dynamic symbol `%s' are not defined" msgstr "aviso: el tipo y tamaño del símbolo dinámico `%s' no están definidos" -#: elflink.h:4320 +#: elflink.h:4345 #, c-format msgid "%s: undefined versioned symbol name %s" msgstr "%s: nombre de símbolo con versión %s sin definir" -#: elflink.h:4544 elflink.h:4552 elflink.h:6203 elflink.h:7280 +#: elflink.h:4611 elflink.h:4619 elflink.h:6508 elflink.h:7600 msgid "Error: out of memory" msgstr "Error: memoria agotada" -#: elflink.h:4714 +#: elflink.h:4781 msgid "Not enough memory to sort relocations" msgstr "No hay suficiente memoria para ordenar las reubicaciones" -#: elflink.h:5980 +#: elflink.h:5682 elflink.h:5725 +#, c-format +msgid "%s: could not find output section %s" +msgstr "%s: no se puede encontrar la sección de salida %s" + +#: elflink.h:5688 +#, c-format +msgid "warning: %s section has zero size" +msgstr "aviso: la sección %s es de tamaño cero" + +#: elflink.h:6275 #, c-format msgid "%s: could not find output section %s for input section %s" -msgstr "" -"%s: no se puede encontrar la sección de salida %s para la sección de entrada " -"%s" +msgstr "%s: no se puede encontrar la sección de salida %s para la sección de entrada %s" + +#: elflink.h:6486 +#, c-format +msgid "%s: relocation size mismatch in %s section %s" +msgstr "%s: tamaño de reubicación no coincidente en %s sección %s" -#: elflink.h:6553 +#: elflink.h:6849 msgid "warning: relocation against removed section; zeroing" msgstr "aviso: reubicación contra una sección eliminada; cambiando a ceros" -#: elflink.h:6583 +#: elflink.h:6879 msgid "warning: relocation against removed section" msgstr "aviso: reubicación contra una sección eliminada" -#: elflink.h:6596 +#: elflink.h:6892 #, c-format msgid "local symbols in discarded section %s" msgstr "símbolos locales en la sección descartada %s" -#: i386linux.c:455 m68klinux.c:459 sparclinux.c:456 +#: elfxx-mips.c:734 +msgid "static procedure (no name)" +msgstr "procedimiento estático (sin nombre)" + +#: elfxx-mips.c:1601 +msgid "not enough GOT space for local GOT entries" +msgstr "no hay suficiente espacio GOT para entradas GOT locales" + +#: elfxx-mips.c:2750 +#, c-format +msgid "%s: %s+0x%lx: jump to stub routine which is not jal" +msgstr "%s: %s+0x%lx: salto a una rutina cabo la cual no es jal" + +#: elfxx-mips.c:4270 +#, c-format +msgid "%s: Malformed reloc detected for section %s" +msgstr "%s: Se detectó una reubicación malformada para la sección %s" + +#: elfxx-mips.c:4348 +#, c-format +msgid "%s: CALL16 reloc at 0x%lx not against global symbol" +msgstr "%s: la reubicación CALL16 en 0x%lx no es contra un símbolo global" + +#: elfxx-mips.c:7301 +#, c-format +msgid "%s: illegal section name `%s'" +msgstr "%s: nombre de sección `%s' ilegal" + +#: elfxx-mips.c:7615 +#, c-format +msgid "%s: linking PIC files with non-PIC files" +msgstr "%s: enlazando ficheros PIC con ficheros que no son PIC" + +#: elfxx-mips.c:7625 +#, c-format +msgid "%s: linking abicalls files with non-abicalls files" +msgstr "%s: enlazando ficheros de llamadas abi con ficheros que no son de llamadas abi" + +#: elfxx-mips.c:7654 +#, c-format +msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" +msgstr "%s: no coincide el ISA (-mips%d) con módulos previos (-mips%d)" + +#: elfxx-mips.c:7676 +#, c-format +msgid "%s: ISA mismatch (%d) with previous modules (%d)" +msgstr "%s: no coincide el ISA (%d) con módulos previos (%d)" + +#: elfxx-mips.c:7699 +#, c-format +msgid "%s: ABI mismatch: linking %s module with previous %s modules" +msgstr "%s: no coincide el ABI: enlazando el módulo %s con módulos %s previos" + +#: elfxx-mips.c:7759 +msgid " [abi=O32]" +msgstr " [abi=O32]" + +#: elfxx-mips.c:7761 +msgid " [abi=O64]" +msgstr " [abi=O64]" + +#: elfxx-mips.c:7763 +msgid " [abi=EABI32]" +msgstr " [abi=EABI32]" + +#: elfxx-mips.c:7765 +msgid " [abi=EABI64]" +msgstr " [abi=EABI64]" + +#: elfxx-mips.c:7767 +msgid " [abi unknown]" +msgstr " [abi desconocido]" + +#: elfxx-mips.c:7769 +msgid " [abi=N32]" +msgstr " [abi=N32]" + +#: elfxx-mips.c:7771 +msgid " [abi=64]" +msgstr " [abi=64]" + +#: elfxx-mips.c:7773 +msgid " [no abi set]" +msgstr " [no hay conjunto abi]" + +#: elfxx-mips.c:7776 +msgid " [mips1]" +msgstr " [mips1]" + +#: elfxx-mips.c:7778 +msgid " [mips2]" +msgstr " [mips2]" + +#: elfxx-mips.c:7780 +msgid " [mips3]" +msgstr " [mips3]" + +#: elfxx-mips.c:7782 +msgid " [mips4]" +msgstr " [mips4]" + +#: elfxx-mips.c:7784 +msgid " [mips5]" +msgstr " [mips5]" + +#: elfxx-mips.c:7786 +msgid " [mips32]" +msgstr " [mips32]" + +#: elfxx-mips.c:7788 +msgid " [mips64]" +msgstr " [mips64]" + +#: elfxx-mips.c:7790 +msgid " [unknown ISA]" +msgstr " [ISA desconocido]" + +#: elfxx-mips.c:7793 +msgid " [mdmx]" +msgstr " [mdmx]" + +#: elfxx-mips.c:7796 +msgid " [mips16]" +msgstr " [mips16]" + +#: elfxx-mips.c:7799 +msgid " [32bitmode]" +msgstr " [modo 32bit]" + +#: elfxx-mips.c:7801 +msgid " [not 32bitmode]" +msgstr " [no es modo 32bit]" + +#: i386linux.c:458 m68klinux.c:462 sparclinux.c:459 #, c-format msgid "Output file requires shared library `%s'\n" msgstr "El fichero de salida requiere la biblioteca compartida `%s'\n" -#: i386linux.c:463 m68klinux.c:467 sparclinux.c:464 +#: i386linux.c:466 m68klinux.c:470 sparclinux.c:467 #, c-format msgid "Output file requires shared library `%s.so.%s'\n" msgstr "El fichero de salida requiere la biblioteca compartida `%s.so.%s'\n" -#: i386linux.c:653 i386linux.c:703 m68klinux.c:660 m68klinux.c:708 -#: sparclinux.c:655 sparclinux.c:705 +#: i386linux.c:655 i386linux.c:705 m68klinux.c:662 m68klinux.c:710 +#: sparclinux.c:657 sparclinux.c:707 #, c-format msgid "Symbol %s not defined for fixups\n" msgstr "El símbolo %s no está definido para composturas\n" -#: i386linux.c:727 m68klinux.c:732 sparclinux.c:729 +#: i386linux.c:729 m68klinux.c:734 sparclinux.c:731 msgid "Warning: fixup count mismatch\n" msgstr "Aviso: no coincide la cuenta de composturas\n" @@ -1707,7 +1745,7 @@ msgid "%s: unrecognized symbol `%s' flag msgstr "%s: símbolo `%s' no reconocido opciones 0x%x" #: ieee.c:877 -#, fuzzy, c-format +#, c-format msgid "%s: unimplemented ATI record %u for symbol %u" msgstr "%s: grabación ATI %u sin implementar para el símbolo %u" @@ -1726,61 +1764,50 @@ msgstr "%s: tipo inesperado después de A msgid "%s:%d: unexpected character `%s' in Intel Hex file\n" msgstr "%s:%d: carácter `%s' inesperado en el fichero Hexadecimal de Intel\n" -#: ihex.c:368 +#: ihex.c:366 #, c-format msgid "%s:%u: bad checksum in Intel Hex file (expected %u, found %u)" -msgstr "" -"%s:%u: suma de comprobación errónea en el fichero Hexadecimal de Intel (se " -"esperaba %u, se obtuvo %u)" +msgstr "%s:%u: suma de comprobación errónea en el fichero Hexadecimal de Intel (se esperaba %u, se obtuvo %u)" -#: ihex.c:422 +#: ihex.c:420 #, c-format msgid "%s:%u: bad extended address record length in Intel Hex file" -msgstr "" -"%s:%u: longitud de registro de dirección extendida errónea en el fichero " -"Hexadecimal de Intel" +msgstr "%s:%u: longitud de registro de dirección extendida errónea en el fichero Hexadecimal de Intel" -#: ihex.c:439 +#: ihex.c:437 #, c-format msgid "%s:%u: bad extended start address length in Intel Hex file" -msgstr "" -"%s:%u: longitud de dirección de inicio extendida errónea en el fichero " -"Hexadecimal de Intel" +msgstr "%s:%u: longitud de dirección de inicio extendida errónea en el fichero Hexadecimal de Intel" -#: ihex.c:456 +#: ihex.c:454 #, c-format msgid "%s:%u: bad extended linear address record length in Intel Hex file" -msgstr "" -"%s:%u: longitud de registro de dirección lineal extendida errónea en el " -"fichero Hexadecimal de Intel" +msgstr "%s:%u: longitud de registro de dirección lineal extendida errónea en el fichero Hexadecimal de Intel" -#: ihex.c:473 +#: ihex.c:471 #, c-format msgid "%s:%u: bad extended linear start address length in Intel Hex file" -msgstr "" -"%s:%u: longitud de dirección de inicio lineal extendida errónea en el " -"fichero Hexadecimal de Intel" +msgstr "%s:%u: longitud de dirección de inicio lineal extendida errónea en el fichero Hexadecimal de Intel" -#: ihex.c:490 +#: ihex.c:488 #, c-format msgid "%s:%u: unrecognized ihex type %u in Intel Hex file\n" msgstr "%s:%u: tipo ihex %u no reconocido en el fichero Hexadecimal de Intel\n" -#: ihex.c:610 +#: ihex.c:607 #, c-format msgid "%s: internal error in ihex_read_section" msgstr "%s: error interno en ihex_read_section" -#: ihex.c:645 +#: ihex.c:642 #, c-format msgid "%s: bad section length in ihex_read_section" msgstr "%s: longitud de sección errónea en ihex_read_section" -#: ihex.c:863 -#, fuzzy, c-format +#: ihex.c:860 +#, c-format msgid "%s: address 0x%s out of range for Intel Hex file" -msgstr "" -"%s: la dirección 0x%s está fuera de rango en el fichero Hexadecimal de Intel" +msgstr "%s: la dirección 0x%s está fuera de rango en el fichero Hexadecimal de Intel" #: libbfd.c:492 #, c-format @@ -1791,27 +1818,27 @@ msgstr "no se mapea: datos=%lx mapeados% msgid "not mapping: env var not set\n" msgstr "no se mapea: no se estableció la variable de ambiente\n" -#: libbfd.c:1467 -#, fuzzy, c-format +#: libbfd.c:1466 +#, c-format msgid "Deprecated %s called at %s line %d in %s\n" -msgstr " en %s línea %d en %s\n" +msgstr "Se llamó a %s que está deprecado en %s línea %d en %s\n" -#: libbfd.c:1470 -#, fuzzy, c-format +#: libbfd.c:1469 +#, c-format msgid "Deprecated %s called\n" -msgstr "Se llamó a %s que está deprecado" +msgstr "Se llamó a %s que está deprecado\n" -#: linker.c:1849 +#: linker.c:1873 #, c-format msgid "%s: indirect symbol `%s' to `%s' is a loop" msgstr "%s: el símbolo indirecto `%s' para `%s' es un ciclo" -#: linker.c:2745 +#: linker.c:2776 #, c-format msgid "Attempt to do relocateable link with %s input and %s output" msgstr "Se intentó hacer un enlace reubicable con entrada %s y salida %s" -#: merge.c:897 +#: merge.c:892 #, c-format msgid "%s: access beyond end of merged section (%ld + %ld)" msgstr "%s: acceso más allá del final de la sección mezclada (%ld + %ld)" @@ -1821,178 +1848,127 @@ msgstr "%s: acceso más allá del final de msgid "%s: No core to allocate section name %s\n" msgstr "%s: No hay core para asignar el nombre de sección %s\n" -#: mmo.c:537 +#: mmo.c:536 #, c-format msgid "%s: No core to allocate a symbol %d bytes long\n" msgstr "%s: No hay core para asignar un símbolo de %d bytes de longitud\n" -#: mmo.c:1190 +#: mmo.c:1245 #, c-format msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n" -msgstr "" -"%s: fichero mmo inválido: el valor de iniciación para $255 no es `Main'\n" +msgstr "%s: fichero mmo inválido: el valor de iniciación para $255 no es `Main'\n" -#: mmo.c:1336 +#: mmo.c:1391 #, c-format -msgid "" -"%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name " -"starting with `%s'\n" -msgstr "" -"%s: secuencia de caracteres anchos 0x%02X 0x%02X sin soporte después del " -"nombre de símbolo que inicia con `%s'\n" +msgid "%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name starting with `%s'\n" +msgstr "%s: secuencia de caracteres anchos 0x%02X 0x%02X sin soporte después del nombre de símbolo que inicia con `%s'\n" -#: mmo.c:1571 +#: mmo.c:1633 #, c-format msgid "%s: invalid mmo file: unsupported lopcode `%d'\n" msgstr "%s: fichero mmo inválido: código de operación-l `%d' sin soporte\n" -#: mmo.c:1581 +#: mmo.c:1643 #, c-format msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" -msgstr "" -"%s: fichero mmo inválido: se esperaba YZ = 1 se obtuvo YZ = %d para " -"lop_quote\n" +msgstr "%s: fichero mmo inválido: se esperaba YZ = 1 se obtuvo YZ = %d para lop_quote\n" -#: mmo.c:1617 +#: mmo.c:1679 #, c-format msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" -msgstr "" -"%s: fichero mmo inválido: se esperaba z = 1 ó z = 2, se obtuvo z = %d para " -"lop_loc\n" +msgstr "%s: fichero mmo inválido: se esperaba z = 1 ó z = 2, se obtuvo z = %d para lop_loc\n" -#: mmo.c:1663 +#: mmo.c:1725 #, c-format -msgid "" -"%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" -msgstr "" -"%s: fichero mmo inválido: se esperaba z = 1 ó z = 2, se obtuvo z = %d para " -"lop_fixo\n" +msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" +msgstr "%s: fichero mmo inválido: se esperaba z = 1 ó z = 2, se obtuvo z = %d para lop_fixo\n" -#: mmo.c:1702 +#: mmo.c:1764 #, c-format msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" -msgstr "" -"%s: fichero mmo inválido: se esperaba y = 0, se obtuvo y = %d para " -"lop_fixrx\n" +msgstr "%s: fichero mmo inválido: se esperaba y = 0, se obtuvo y = %d para lop_fixrx\n" -#: mmo.c:1711 +#: mmo.c:1773 #, c-format -msgid "" -"%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" -msgstr "" -"%s: fichero mmo inválido: se esperaba z = 16 ó z = 24, se obtuvo z = %d para " -"lop_fixrx\n" +msgid "%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" +msgstr "%s: fichero mmo inválido: se esperaba z = 16 ó z = 24, se obtuvo z = %d para lop_fixrx\n" -#: mmo.c:1734 +#: mmo.c:1796 #, c-format -msgid "" -"%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d " -"for lop_fixrx\n" -msgstr "" -"%s: fichero mmo inválido: el byte inicial de la palabra operando debe ser 0 " -"ó 1, se obtuvo %d para lop_fixrx\n" +msgid "%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d for lop_fixrx\n" +msgstr "%s: fichero mmo inválido: el byte inicial de la palabra operando debe ser 0 ó 1, se obtuvo %d para lop_fixrx\n" -#: mmo.c:1757 +#: mmo.c:1819 #, c-format msgid "%s: cannot allocate file name for file number %d, %d bytes\n" -msgstr "" -"%s: no se puede asignar el nombre de fichero para el número de fichero %d, %" -"d bytes\n" +msgstr "%s: no se puede asignar el nombre de fichero para el número de fichero %d, %d bytes\n" -#: mmo.c:1777 +#: mmo.c:1839 #, c-format -msgid "" -"%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" -msgstr "" -"%s: fichero mmo inválido: el número de fichero %d `%s' ya se había " -"introducido como `%s'\n" +msgid "%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" +msgstr "%s: fichero mmo inválido: el número de fichero %d `%s' ya se había introducido como `%s'\n" -#: mmo.c:1790 +#: mmo.c:1852 #, c-format -msgid "" -"%s: invalid mmo file: file name for number %d was not specified before use\n" -msgstr "" -"%s: fichero mmo inválido: no se especificó un nombre de fichero para el " -"número %d antes de utilizarse\n" +msgid "%s: invalid mmo file: file name for number %d was not specified before use\n" +msgstr "%s: fichero mmo inválido: no se especificó un nombre de fichero para el número %d antes de utilizarse\n" -#: mmo.c:1896 +#: mmo.c:1958 #, c-format -msgid "" -"%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" -msgstr "" -"%s: fichero mmo inválido: los campos y y z de lop_stab no son cero, y: %d, " -"z: %d\n" +msgid "%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" +msgstr "%s: fichero mmo inválido: los campos y y z de lop_stab no son cero, y: %d, z: %d\n" -#: mmo.c:1932 +#: mmo.c:1994 #, c-format msgid "%s: invalid mmo file: lop_end not last item in file\n" -msgstr "" -"%s: fichero mmo inválido: lop_end no es el último elemento en el fichero\n" +msgstr "%s: fichero mmo inválido: lop_end no es el último elemento en el fichero\n" -#: mmo.c:1945 +#: mmo.c:2007 #, c-format -msgid "" -"%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras " -"to the preceding lop_stab (%ld)\n" -msgstr "" -"%s: fichero mmo inválido: YZ de lop_end (%ld) no es igual al número de " -"tetras del lop_stab precedente (%ld)\n" +msgid "%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras to the preceding lop_stab (%ld)\n" +msgstr "%s: fichero mmo inválido: YZ de lop_end (%ld) no es igual al número de tetras del lop_stab precedente (%ld)\n" -#: mmo.c:2610 +#: mmo.c:2670 #, c-format msgid "%s: invalid symbol table: duplicate symbol `%s'\n" msgstr "%s: tabla de símbolos inválida: símbolo `%s' duplicado\n" -#: mmo.c:2898 +#: mmo.c:2921 #, c-format -msgid "" -"%s: Bad symbol definition: `Main' set to %s rather than the start address %" -"s\n" -msgstr "" -"%s: Definición de símbolo errónea: `Main' se estableción como %s en lugar de " -"la dirección de inicio %s\n" +msgid "%s: Bad symbol definition: `Main' set to %s rather than the start address %s\n" +msgstr "%s: Definición de símbolo errónea: `Main' se estableción como %s en lugar de la dirección de inicio %s\n" -#: mmo.c:2932 +#: mmo.c:3011 #, c-format -msgid "" -"%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: " -"%d. Only `Main' will be emitted.\n" -msgstr "" -"%s: aviso: la tabla de símbolos es demasiado grande para mmo, es más grande " -"que 65535 words de 32-bit: %d. Sólo se emitirá `Main'.\n" +msgid "%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: %d. Only `Main' will be emitted.\n" +msgstr "%s: aviso: la tabla de símbolos es demasiado grande para mmo, es más grande que 65535 words de 32-bit: %d. Sólo se emitirá `Main'.\n" -#: mmo.c:2977 +#: mmo.c:3056 #, c-format msgid "%s: internal error, symbol table changed size from %d to %d words\n" -msgstr "" -"%s: error interno, la tabla de símbolos cambió de tamaño de %d a %d words\n" +msgstr "%s: error interno, la tabla de símbolos cambió de tamaño de %d a %d words\n" -#: mmo.c:3032 +#: mmo.c:3111 #, c-format msgid "%s: internal error, internal register section %s had contents\n" -msgstr "" -"%s: error interno, la sección interna de registros %s tiene contenido\n" +msgstr "%s: error interno, la sección interna de registros %s tiene contenido\n" -#: mmo.c:3084 +#: mmo.c:3163 #, c-format msgid "%s: no initialized registers; section length 0\n" msgstr "%s: no hay registros iniciados; longitud de sección 0\n" -#: mmo.c:3090 +#: mmo.c:3169 #, c-format msgid "%s: too many initialized registers; section length %ld\n" msgstr "%s: demasiados registros iniciados: longitud de sección %ld\n" -#: mmo.c:3095 +#: mmo.c:3174 #, c-format -msgid "" -"%s: invalid start address for initialized registers of length %ld: 0x%lx%" -"08lx\n" -msgstr "" -"%s: dirección de inicio inválida para los registros iniciados de longitud %" -"ld: 0x%lx%08lx\n" +msgid "%s: invalid start address for initialized registers of length %ld: 0x%lx%08lx\n" +msgstr "%s: dirección de inicio inválida para los registros iniciados de longitud %ld: 0x%lx%08lx\n" -#: oasys.c:1036 +#: oasys.c:1029 #, c-format msgid "%s: can not represent section `%s' in oasys" msgstr "%s: no se puede representar la sección `%s' en oasys" @@ -2046,25 +2022,17 @@ msgstr "%s: Tipo de nombre de importació #: peicode.h:1162 #, c-format msgid "%s: Unrecognised machine type (0x%x) in Import Library Format archive" -msgstr "" -"%s: Tipo de máquina (0x%x) no reconocida en el archivo de Formato de " -"Importación de Bibliotecas" +msgstr "%s: Tipo de máquina (0x%x) no reconocida en el archivo de Formato de Importación de Bibliotecas" #: peicode.h:1174 #, c-format -msgid "" -"%s: Recognised but unhandled machine type (0x%x) in Import Library Format " -"archive" -msgstr "" -"%s: Tipo de máquina (0x%x) reconocida pero sin manejar en el archivo de " -"Formato de Importación de Bibliotecas" +msgid "%s: Recognised but unhandled machine type (0x%x) in Import Library Format archive" +msgstr "%s: Tipo de máquina (0x%x) reconocida pero sin manejar en el archivo de Formato de Importación de Bibliotecas" #: peicode.h:1191 #, c-format msgid "%s: size field is zero in Import Library Format header" -msgstr "" -"%s: el tamaño del campo es cero en el encabezado del Formato de Importación " -"de Bibliotecas" +msgstr "%s: el tamaño del campo es cero en el encabezado del Formato de Importación de Bibliotecas" #: peicode.h:1219 #, c-format @@ -2123,7 +2091,7 @@ msgstr "Partición[%d] sector = 0x%.8lx ( msgid "Partition[%d] length = 0x%.8lx (%ld)\n" msgstr "Partición[%d] longitud = 0x%.8lx (%ld)\n" -#: som.c:5402 +#: som.c:5398 msgid "som_sizeof_headers unimplemented" msgstr "som_sizeof_headers sin implementar" @@ -2132,7 +2100,12 @@ msgstr "som_sizeof_headers sin implement msgid "%s:%d: Unexpected character `%s' in S-record file\n" msgstr "%s:%d: Caractér `%s' inesperado en el fichero S-record\n" -#: syms.c:998 +#: stabs.c:319 +#, c-format +msgid "%s(%s+0x%lx): Stabs entry has invalid string index." +msgstr "%s(%s+0x%lx): La entrada de cabos tiene una cadena índice inválida." + +#: syms.c:1044 msgid "Unsupported .stab relocation" msgstr "Reubicación .stab sin soporte" @@ -2151,7 +2124,7 @@ msgstr "bfd_set_section_flags (%s, %x) f msgid "Size mismatch section %s=%lx, %s=%lx" msgstr "No coincide el tamaño de la sección %s=%lx, %s=%lx" -#: vms-gsd.c:704 +#: vms-gsd.c:702 #, c-format msgid "unknown gsd/egsd subtype %d" msgstr "subtipo de gsd/egsd %d desconocido" @@ -2192,24 +2165,24 @@ msgid "No Mem !" msgstr "¡ No hay Memoria !" #: vms-tir.c:362 -#, fuzzy, c-format +#, c-format msgid "bad section index in %s" -msgstr "Índice de sección erróneo en ETIR_S_C_STA_PQ" +msgstr "Índice de sección erróneo en %s" #: vms-tir.c:375 -#, fuzzy, c-format +#, c-format msgid "unsupported STA cmd %s" -msgstr "Orden STA %d sin soporte" +msgstr "orden STA %s sin soporte" #: vms-tir.c:380 vms-tir.c:1240 -#, fuzzy, c-format +#, c-format msgid "reserved STA cmd %d" -msgstr "Orden STA %d reservada" +msgstr "orden STA %d reservada" #: vms-tir.c:491 vms-tir.c:514 -#, fuzzy, c-format +#, c-format msgid "%s: no symbol \"%s\"" -msgstr "%s: no hay tal símbolo" +msgstr "%s: no existe el símbolo \"%s\"" #. unsigned shift #. rotate @@ -2217,41 +2190,39 @@ msgstr "%s: no hay tal símbolo" #. Define a literal. #: vms-tir.c:581 vms-tir.c:693 vms-tir.c:803 vms-tir.c:821 vms-tir.c:829 #: vms-tir.c:838 vms-tir.c:1563 -#, fuzzy, c-format +#, c-format msgid "%s: not supported" -msgstr "no tiene soporte para" +msgstr "%s: no tiene soporte" #: vms-tir.c:586 vms-tir.c:1418 -#, fuzzy, c-format +#, c-format msgid "%s: not implemented" -msgstr "%s: %s sin implementar\n" +msgstr "%s: sin implementar" #: vms-tir.c:590 vms-tir.c:1422 -#, fuzzy, c-format +#, c-format msgid "reserved STO cmd %d" -msgstr "Orden STO %d reservada" +msgstr "orden STO %d reservada" #: vms-tir.c:708 vms-tir.c:1568 -#, fuzzy, c-format +#, c-format msgid "reserved OPR cmd %d" -msgstr "Orden OPR %d reservada" +msgstr "orden OPR %d reservada" #: vms-tir.c:776 vms-tir.c:1632 -#, fuzzy, c-format +#, c-format msgid "reserved CTL cmd %d" -msgstr "Orden CTL %d reservada" +msgstr "orden CTL %d reservada" #. stack byte from image #. arg: none. #: vms-tir.c:1148 -#, fuzzy msgid "stack-from-image not implemented" -msgstr "Pila-desde-imagen sin implementar" +msgstr "pila-desde-imagen sin implementar" #: vms-tir.c:1166 -#, fuzzy msgid "stack-entry-mask not fully implemented" -msgstr "Pila-máscara-entrada no está completamente implementado" +msgstr "pila-máscara-entrada no está completamente implementado" #. compare procedure argument #. arg: cs symbol name @@ -2265,31 +2236,27 @@ msgid "PASSMECH not fully implemented" msgstr "PASSMECH no está completamente implementado" #: vms-tir.c:1199 -#, fuzzy msgid "stack-local-symbol not fully implemented" -msgstr "Pila-símbolo-local no está completamente implementado" +msgstr "pila-símbolo-local no está completamente implementado" #: vms-tir.c:1212 -#, fuzzy msgid "stack-literal not fully implemented" -msgstr "Pila-literal no está completamente implementado" +msgstr "pila-literal no está completamente implementado" #: vms-tir.c:1233 -#, fuzzy msgid "stack-local-symbol-entry-point-mask not fully implemented" -msgstr "" -"Pila-símbolo-local-máscara-punto-entrada no está completamente implementado" +msgstr "pila-símbolo-local-máscara-punto-entrada no está completamente implementado" #: vms-tir.c:1510 vms-tir.c:1522 vms-tir.c:1534 vms-tir.c:1546 vms-tir.c:1611 #: vms-tir.c:1619 vms-tir.c:1627 -#, fuzzy, c-format +#, c-format msgid "%s: not fully implemented" -msgstr "PASSMECH no está completamente implementado" +msgstr "%s: no está completamente implementado" #: vms-tir.c:1684 -#, fuzzy, c-format +#, c-format msgid "obj code %d not found" -msgstr "No se encontró el código objeto %d" +msgstr "no se encontró el código objeto %d" #: vms-tir.c:2019 #, c-format @@ -2301,157 +2268,152 @@ msgstr "SEC_RELOC sin reubicaciones en l msgid "Unhandled relocation %s" msgstr "Reubicación %s sin manejar" -#: xcofflink.c:1241 +#: xcofflink.c:1243 #, c-format msgid "%s: `%s' has line numbers but no enclosing section" msgstr "%s: `%s' tiene números de línea pero no una sección contenedora" -#: xcofflink.c:1294 +#: xcofflink.c:1296 #, c-format msgid "%s: class %d symbol `%s' has no aux entries" msgstr "%s: clase %d símbolo `%s' no tiene entradas auxiliares" -#: xcofflink.c:1317 +#: xcofflink.c:1319 #, c-format msgid "%s: symbol `%s' has unrecognized csect type %d" msgstr "%s: el símbolo `%s' tiene un tipo csect %d no reconocido" -#: xcofflink.c:1329 +#: xcofflink.c:1331 #, c-format msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d" msgstr "%s: símbolo XTY_ER `%s' erróneo: clase %d scnum %d scnlen %d" -#: xcofflink.c:1365 +#: xcofflink.c:1367 #, c-format msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d" msgstr "%s: símbolo XMC_TCO `%s' es clase %d scnlen %d" -#: xcofflink.c:1517 +#: xcofflink.c:1519 #, c-format msgid "%s: csect `%s' not in enclosing section" msgstr "%s: csect `%s' no está contenido en una sección" -#: xcofflink.c:1624 +#: xcofflink.c:1626 #, c-format msgid "%s: misplaced XTY_LD `%s'" msgstr "%s: XTY_LD `%s' mal ubicado" -#: xcofflink.c:1948 +#: xcofflink.c:1957 #, c-format msgid "%s: reloc %s:%d not in csect" msgstr "%s: la reubicación %s:%d no está en csect" -#: xcofflink.c:2083 +#: xcofflink.c:2092 #, c-format msgid "%s: XCOFF shared object when not producing XCOFF output" msgstr "%s: objeto compartido XCOFF cuando no se produce salida XCOFF" -#: xcofflink.c:2104 +#: xcofflink.c:2113 #, c-format msgid "%s: dynamic object with no .loader section" msgstr "%s: objeto dinámico sin sección .loader" -#: xcofflink.c:2749 +#: xcofflink.c:2758 #, c-format msgid "%s: no such symbol" msgstr "%s: no hay tal símbolo" -#: xcofflink.c:2890 +#: xcofflink.c:2891 msgid "error: undefined symbol __rtinit" msgstr "error: símbolo __rtinit indefinido" -#: xcofflink.c:3458 +#: xcofflink.c:3453 #, c-format msgid "warning: attempt to export undefined symbol `%s'" msgstr "aviso: intento de exportar el símbolo sin definir `%s'" -#: xcofflink.c:4452 +#: xcofflink.c:4447 #, c-format msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling" -msgstr "" -"Desbordamiento de TOC: 0x%lx > 0x10000; pruebe -mminimal-toc al compilar" +msgstr "Desbordamiento de TOC: 0x%lx > 0x10000; pruebe -mminimal-toc al compilar" -#: xcofflink.c:5292 xcofflink.c:5754 xcofflink.c:5816 xcofflink.c:6117 +#: xcofflink.c:5287 xcofflink.c:5756 xcofflink.c:5818 xcofflink.c:6119 #, c-format msgid "%s: loader reloc in unrecognized section `%s'" msgstr "%s: reubicación del cargador en la sección `%s' no reconocida" -#: xcofflink.c:5314 xcofflink.c:6128 +#: xcofflink.c:5309 xcofflink.c:6130 #, c-format msgid "%s: `%s' in loader reloc but not loader sym" -msgstr "" -"%s: `%s' en la reubicación del cargador pero no es un símbolo del cargador" +msgstr "%s: `%s' en la reubicación del cargador pero no es un símbolo del cargador" -#: xcofflink.c:5329 +#: xcofflink.c:5324 #, c-format msgid "%s: loader reloc in read-only section %s" msgstr "%s: reubicación del cargador en la sección de sólo lectura %s" -#: elf32-ia64.c:2189 elf64-ia64.c:2189 +#: elf32-ia64.c:2222 elf64-ia64.c:2222 msgid "@pltoff reloc against local symbol" msgstr "reubicación @pltoff contra un símbolo local" -#: elf32-ia64.c:3413 elf64-ia64.c:3413 +#: elf32-ia64.c:3562 elf64-ia64.c:3562 #, c-format msgid "%s: short data segment overflowed (0x%lx >= 0x400000)" msgstr "%s: segmento de datos short desbordado (0x%lx >= 0x400000)" -#: elf32-ia64.c:3424 elf64-ia64.c:3424 +#: elf32-ia64.c:3573 elf64-ia64.c:3573 #, c-format msgid "%s: __gp does not cover short data segment" msgstr "%s: __gp no cubre el segmento de datos short" -#: elf32-ia64.c:3728 elf64-ia64.c:3728 +#: elf32-ia64.c:3858 elf64-ia64.c:3858 #, c-format msgid "%s: linking non-pic code in a shared library" msgstr "%s: enlazando código que no es pic en una biblioteca compartida" -#: elf32-ia64.c:3761 elf64-ia64.c:3761 +#: elf32-ia64.c:3891 elf64-ia64.c:3891 #, c-format msgid "%s: @gprel relocation against dynamic symbol %s" msgstr "%s: reubicación @gprel contra el símbolo dinámico %s" -#: elf32-ia64.c:3900 elf64-ia64.c:3900 +#: elf32-ia64.c:4030 elf64-ia64.c:4030 #, c-format msgid "%s: dynamic relocation against speculation fixup" msgstr "%s: reubicación dinámica contra una compostura de especulación" -#: elf32-ia64.c:3908 elf64-ia64.c:3908 +#: elf32-ia64.c:4038 elf64-ia64.c:4038 #, c-format msgid "%s: speculation fixup against undefined weak symbol" msgstr "%s: compostura de especulación contra un símbolo débil indefinido" -#: elf32-ia64.c:4092 elf64-ia64.c:4092 +#: elf32-ia64.c:4271 elf64-ia64.c:4271 msgid "unsupported reloc" msgstr "reubicación sin soporte" -#: elf32-ia64.c:4372 elf64-ia64.c:4372 +#: elf32-ia64.c:4551 elf64-ia64.c:4551 #, c-format msgid "%s: linking trap-on-NULL-dereference with non-trapping files" -msgstr "" -"%s: enlazando deferencias-captura-en-NULL con ficheros que no son de captura" +msgstr "%s: enlazando deferencias-captura-en-NULL con ficheros que no son de captura" -#: elf32-ia64.c:4381 elf64-ia64.c:4381 +#: elf32-ia64.c:4560 elf64-ia64.c:4560 #, c-format msgid "%s: linking big-endian files with little-endian files" msgstr "%s: enlazando ficheros big endian con ficheros little endian" -#: elf32-ia64.c:4390 elf64-ia64.c:4390 +#: elf32-ia64.c:4569 elf64-ia64.c:4569 #, c-format msgid "%s: linking 64-bit files with 32-bit files" msgstr "%s: enlazando ficheros de 64-bit con ficheros de 32-bit" -#: elf32-ia64.c:4399 elf64-ia64.c:4399 +#: elf32-ia64.c:4578 elf64-ia64.c:4578 #, c-format msgid "%s: linking constant-gp files with non-constant-gp files" -msgstr "" -"%s: enlazando ficheros de gp constante con ficheros con gp no constante" +msgstr "%s: enlazando ficheros de gp constante con ficheros con gp no constante" -#: elf32-ia64.c:4409 elf64-ia64.c:4409 +#: elf32-ia64.c:4588 elf64-ia64.c:4588 #, c-format msgid "%s: linking auto-pic files with non-auto-pic files" -msgstr "" -"%s: enlazando ficheros de pic automático con ficheros sin pic automático" +msgstr "%s: enlazando ficheros de pic automático con ficheros sin pic automático" #: peigen.c:962 pepigen.c:962 #, c-format @@ -2529,8 +2491,7 @@ msgid "" "There is an import table, but the section containing it could not be found\n" msgstr "" "\n" -"Hay una tabla de importación, pero la sección que la contiene no se puede " -"encontrar\n" +"Hay una tabla de importación, pero la sección que la contiene no se puede encontrar\n" #: peigen.c:1076 pepigen.c:1076 #, c-format @@ -2553,8 +2514,7 @@ msgstr "" #: peigen.c:1116 pepigen.c:1116 #, c-format msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n" -msgstr "" -"\tcódigo-base %08lx tabla-de-contenidos (cargable/actual) %08lx/%08lx\n" +msgstr "\tcódigo-base %08lx tabla-de-contenidos (cargable/actual) %08lx/%08lx\n" #: peigen.c:1122 pepigen.c:1122 msgid "" @@ -2571,17 +2531,17 @@ msgid "" "The Import Tables (interpreted %s section contents)\n" msgstr "" "\n" -"Las Tablas de Importación (se interpretaron los contenidos de la sección %" -"s)\n" +"Las Tablas de Importación (se interpretaron los contenidos de la sección %s)\n" #: peigen.c:1130 pepigen.c:1130 -#, fuzzy msgid "" " vma: Hint Time Forward DLL First\n" " Table Stamp Chain Name Thunk\n" -msgstr " Tabla Estampa Cadena Nombre Thunk\n" +msgstr "" +" vma: Pista Fecha Adelante DLL Primero\n" +" Tabla Estampa Cadena Nombre Thunk\n" -#: peigen.c:1180 pepigen.c:1180 +#: peigen.c:1181 pepigen.c:1181 #, c-format msgid "" "\n" @@ -2590,33 +2550,27 @@ msgstr "" "\n" "\tNombre de la DLL: %s\n" -#: peigen.c:1184 peigen.c:1247 pepigen.c:1184 pepigen.c:1247 -msgid "\tvma: Hint/Ord Member-Name\n" -msgstr "\tvma: Nombre de Miembro de Pista/Ord\n" +#: peigen.c:1192 pepigen.c:1192 +msgid "\tvma: Hint/Ord Member-Name Bound-To\n" +msgstr "\tvma: Pista/Ord Nombre-Miembro Unido-A\n" -#: peigen.c:1246 pepigen.c:1246 -msgid "\tThe Import Address Table (difference found)\n" +#: peigen.c:1217 pepigen.c:1217 +msgid "" +"\n" +"There is a first thunk, but the section containing it could not be found\n" msgstr "" -"\tLa Tabla de Importación de Direcciones (se encontró una diferencia)\n" - -#: peigen.c:1253 pepigen.c:1253 -msgid "\t>>> Ran out of IAT members!\n" -msgstr "\t>>> ¡Se terminaron los miembros IAT!\n" - -#: peigen.c:1271 pepigen.c:1271 -msgid "\tThe Import Address Table is identical\n" -msgstr "\tLa Tabla de Importación de Direcciones es idéntica\n" +"\n" +"Hay un thunk inicial, pero la sección que lo contiene no se puede encontrar\n" -#: peigen.c:1343 pepigen.c:1343 +#: peigen.c:1357 pepigen.c:1357 msgid "" "\n" "There is an export table, but the section containing it could not be found\n" msgstr "" "\n" -"Hay una tabla de exportación, pero la sección que la contiene no se puede " -"encontrar\n" +"Hay una tabla de exportación, pero la sección que la contiene no se puede encontrar\n" -#: peigen.c:1348 pepigen.c:1348 +#: peigen.c:1362 pepigen.c:1362 #, c-format msgid "" "\n" @@ -2625,7 +2579,7 @@ msgstr "" "\n" "Hay una tabla de exportación en %s en 0x%lx\n" -#: peigen.c:1379 pepigen.c:1379 +#: peigen.c:1393 pepigen.c:1393 #, c-format msgid "" "\n" @@ -2633,66 +2587,65 @@ msgid "" "\n" msgstr "" "\n" -"Las Tablas de Exportación (se interpretaron los contenidos de la sección %" -"s)\n" +"Las Tablas de Exportación (se interpretaron los contenidos de la sección %s)\n" "\n" -#: peigen.c:1383 pepigen.c:1383 +#: peigen.c:1397 pepigen.c:1397 #, c-format msgid "Export Flags \t\t\t%lx\n" msgstr "Opciones de Exportación \t\t\t%lx\n" -#: peigen.c:1386 pepigen.c:1386 +#: peigen.c:1400 pepigen.c:1400 #, c-format msgid "Time/Date stamp \t\t%lx\n" msgstr "marca de Hora/Fecha \t\t%lx\n" -#: peigen.c:1389 pepigen.c:1389 +#: peigen.c:1403 pepigen.c:1403 #, c-format msgid "Major/Minor \t\t\t%d/%d\n" msgstr "Mayor/Menor \t\t\t%d/%d\n" -#: peigen.c:1392 pepigen.c:1392 +#: peigen.c:1406 pepigen.c:1406 msgid "Name \t\t\t\t" msgstr "Nombre \t\t\t\t" -#: peigen.c:1398 pepigen.c:1398 +#: peigen.c:1412 pepigen.c:1412 #, c-format msgid "Ordinal Base \t\t\t%ld\n" msgstr "Base Ordinal \t\t\t%ld\n" -#: peigen.c:1401 pepigen.c:1401 +#: peigen.c:1415 pepigen.c:1415 msgid "Number in:\n" msgstr "Número en:\n" -#: peigen.c:1404 pepigen.c:1404 +#: peigen.c:1418 pepigen.c:1418 #, c-format msgid "\tExport Address Table \t\t%08lx\n" msgstr "\tTabla de Exportación de Direcciones \t\t%08lx\n" -#: peigen.c:1408 pepigen.c:1408 +#: peigen.c:1422 pepigen.c:1422 #, c-format msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" msgstr "\tTabla [Nombre Apuntador/Ordinal]\t%08lx\n" -#: peigen.c:1411 pepigen.c:1411 +#: peigen.c:1425 pepigen.c:1425 msgid "Table Addresses\n" msgstr "Direcciones de la Tabla\n" -#: peigen.c:1414 pepigen.c:1414 +#: peigen.c:1428 pepigen.c:1428 msgid "\tExport Address Table \t\t" msgstr "\tTabla de Exportación de Direcciones \t\t" -#: peigen.c:1419 pepigen.c:1419 +#: peigen.c:1433 pepigen.c:1433 msgid "\tName Pointer Table \t\t" msgstr "\tNombre de la Tabla de Apuntadores \t\t" # continuar aqui -#: peigen.c:1424 pepigen.c:1424 +#: peigen.c:1438 pepigen.c:1438 msgid "\tOrdinal Table \t\t\t" msgstr "\tTabla Ordinal \t\t\t" -#: peigen.c:1439 pepigen.c:1439 +#: peigen.c:1453 pepigen.c:1453 #, c-format msgid "" "\n" @@ -2701,15 +2654,15 @@ msgstr "" "\n" "Tabla de Exportación de Direcciones -- Base Ordinal %ld\n" -#: peigen.c:1458 pepigen.c:1458 +#: peigen.c:1472 pepigen.c:1472 msgid "Forwarder RVA" msgstr "RVA Adelantador" -#: peigen.c:1469 pepigen.c:1469 +#: peigen.c:1483 pepigen.c:1483 msgid "Export RVA" msgstr "RVA Exportador" -#: peigen.c:1476 pepigen.c:1476 +#: peigen.c:1490 pepigen.c:1490 msgid "" "\n" "[Ordinal/Name Pointer] Table\n" @@ -2717,44 +2670,44 @@ msgstr "" "\n" "Tabla [Apuntador a Ordinal/Nombre]\n" -#: peigen.c:1531 pepigen.c:1531 +#: peigen.c:1545 pepigen.c:1545 #, c-format msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n" msgstr "Aviso, el tamaño de la sección .pdata (%ld) no es un múltiplo de %d\n" -#: peigen.c:1535 pepigen.c:1535 +#: peigen.c:1549 pepigen.c:1549 msgid "" "\n" "The Function Table (interpreted .pdata section contents)\n" msgstr "" "\n" -"La Tabla de Funciones (se interpretaron los contenidos de la sección ." -"pdata)\n" +"La Tabla de Funciones (se interpretaron los contenidos de la sección .pdata)\n" -#: peigen.c:1538 pepigen.c:1538 +#: peigen.c:1552 pepigen.c:1552 msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" msgstr " vma:\t\t\tDirección Inicio Dirección Fin Información Desenvuelta\n" -#: peigen.c:1540 pepigen.c:1540 -#, fuzzy +#: peigen.c:1554 pepigen.c:1554 msgid "" " vma:\t\tBegin End EH EH PrologEnd Exception\n" " \t\tAddress Address Handler Data Address Mask\n" -msgstr " vma:\t\tInicio Fin EH EH FinPrólogo Excepción\n" +msgstr "" +" vma:\t\tInicio Fin EH EH FinPrólogo Excepción\n" +" \t\tDirecc Direcc Asa Datos Dirección Máscara\n" -#: peigen.c:1610 pepigen.c:1610 +#: peigen.c:1624 pepigen.c:1624 msgid " Register save millicode" msgstr " Registro para guardar milicódigo" -#: peigen.c:1613 pepigen.c:1613 +#: peigen.c:1627 pepigen.c:1627 msgid " Register restore millicode" msgstr " Registro para restaurar milicódigo" -#: peigen.c:1616 pepigen.c:1616 +#: peigen.c:1630 pepigen.c:1630 msgid " Glue code sequence" msgstr " Secuencia de código pegamento" -#: peigen.c:1668 pepigen.c:1668 +#: peigen.c:1682 pepigen.c:1682 msgid "" "\n" "\n" @@ -2762,20 +2715,18 @@ msgid "" msgstr "" "\n" "\n" -"Reubicaciones de Fichero Base PE (se interpretaron los contenidos de la " -"sección .reloc)\n" +"Reubicaciones de Fichero Base PE (se interpretaron los contenidos de la sección .reloc)\n" -#: peigen.c:1698 pepigen.c:1698 +#: peigen.c:1712 pepigen.c:1712 #, c-format msgid "" "\n" "Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n" msgstr "" "\n" -"Dirección Virtual: %08lx Tamaño del trozo %ld (0x%lx) Número de composturas %" -"ld\n" +"Dirección Virtual: %08lx Tamaño del trozo %ld (0x%lx) Número de composturas %ld\n" -#: peigen.c:1711 pepigen.c:1711 +#: peigen.c:1725 pepigen.c:1725 #, c-format msgid "\treloc %4d offset %4x [%4lx] %s" msgstr "\treubicación %4d desplazamiento %4x [%4lx] %s" @@ -2783,7 +2734,7 @@ msgstr "\treubicación %4d desplazamiento #. The MS dumpbin program reportedly ands with 0xff0f before #. printing the characteristics field. Not sure why. No reason to #. emulate it here. -#: peigen.c:1751 pepigen.c:1751 +#: peigen.c:1765 pepigen.c:1765 #, c-format msgid "" "\n" @@ -2792,43 +2743,49 @@ msgstr "" "\n" "Características 0x%x\n" +#~ msgid "\tThe Import Address Table (difference found)\n" +#~ msgstr "\tLa Tabla de Importación de Direcciones (se encontró una diferencia)\n" + +#~ msgid "\t>>> Ran out of IAT members!\n" +#~ msgstr "\t>>> ¡Se terminaron los miembros IAT!\n" + +#~ msgid "\tThe Import Address Table is identical\n" +#~ msgstr "\tLa Tabla de Importación de Direcciones es idéntica\n" + #~ msgid "GP relative relocation when GP not defined" #~ msgstr "reubicación GP relativa cuando GP no estaba definido" +#~ msgid "%s: ERROR: passes floats in float registers whereas target %s uses integer registers" +#~ msgstr "%s: ERROR: pasan números de coma flotante en registros de coma flotante mientras que el objetivo %s usa registros enteros" + +#~ msgid "%s: ERROR: passes floats in integer registers whereas target %s uses float registers" +#~ msgstr "%s: ERROR: pasan números de coma flotante en registros enteros mientras que el objetivo %s usa registros de coma flotante" + #~ msgid "Warning: input file %s supports interworking, whereas %s does not." -#~ msgstr "" -#~ "Aviso: el fichero de entrada %s soporta interoperabilidad, mientras que %" -#~ "s no." - -#~ msgid "" -#~ "Warning: input file %s does not support interworking, whereas %s does." -#~ msgstr "" -#~ "Aviso: el fichero de entrada %s no soporta interoperabilidad, mientras " -#~ "que %s sí." +#~ msgstr "Aviso: el fichero de entrada %s soporta interoperabilidad, mientras que %s no." + +#~ msgid "Warning: input file %s does not support interworking, whereas %s does." +#~ msgstr "Aviso: el fichero de entrada %s no soporta interoperabilidad, mientras que %s sí." # FIXME: Revisar en el código si son abreviaturas comunes, o corresponden a # partes fijas dentro del programa. cfuga #~ msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" #~ msgstr "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" -#~ msgid "" -#~ "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x" -#~ "%.8lx%s\n" -#~ msgstr "" -#~ "elf_symbol_from_bfd_symbol 0x%.8lx, nombre = %s, núm sim = %d, opciones = " -#~ "0x%.8lx%s\n" - -#~ msgid "" -#~ "Warning: Not setting interwork flag of %s since it has already been " -#~ "specified as non-interworking" -#~ msgstr "" -#~ "Aviso: No se activa la opción de interoperación de %s ya que ya había " -#~ "sido especificada como no interoperable" +#~ msgid "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n" +#~ msgstr "elf_symbol_from_bfd_symbol 0x%.8lx, nombre = %s, núm sim = %d, opciones = 0x%.8lx%s\n" + +#~ msgid "Warning: Not setting interwork flag of %s since it has already been specified as non-interworking" +#~ msgstr "Aviso: No se activa la opción de interoperación de %s ya que ya había sido especificada como no interoperable" #~ msgid "Warning: Clearing the interwork flag of %s due to outside request" -#~ msgstr "" -#~ "Aviso: Limpiando la opción de interoperación de %s debido a una petición " -#~ "externa" +#~ msgstr "Aviso: Limpiando la opción de interoperación de %s debido a una petición externa" + +#~ msgid " [APCS-26]" +#~ msgstr " [APCS-26]" + +#~ msgid " [APCS-32]" +#~ msgstr " [APCS-32]" #~ msgid "(unknown)" #~ msgstr "(desconocido)" @@ -2917,9 +2874,6 @@ msgstr "" #~ msgid " \t\tAddress Address Handler Data Address Mask\n" #~ msgstr " \t\tDirección Dirección Manejador Datos Dirección Máscara\n" -#~ msgid "float" -#~ msgstr "coma flotante" - #~ msgid "integer" #~ msgstr "entero" @@ -2946,15 +2900,10 @@ msgstr "" #~ msgstr "%s(%s+0x%lx): no se puede encontrar la entrada de cabo %s" #~ msgid "%s(%s+0x%lx): cannot relocate %s, recompile with -ffunction-sections" -#~ msgstr "" -#~ "%s(%s+0x%lx): no se puede reubicar %s, recompile con -ffuncion-sections" +#~ msgstr "%s(%s+0x%lx): no se puede reubicar %s, recompile con -ffuncion-sections" -#~ msgid "" -#~ "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section " -#~ "= 0x%.8lx\n" -#~ msgstr "" -#~ "creando el símbolo de sección, nombre = %s, valor = 0x%.8lx, índice = %d, " -#~ "sección 0x%.8lx\n" +#~ msgid "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section = 0x%.8lx\n" +#~ msgstr "creando el símbolo de sección, nombre = %s, valor = 0x%.8lx, índice = %d, sección 0x%.8lx\n" #~ msgid " whereas segment starts at 0x%x" #~ msgstr " mientras que el segmento inicia en 0x%x" diff -uprN binutils-2.12.90.0.15/bfd/po/fr.po binutils-2.13.90.0.2/bfd/po/fr.po --- binutils-2.12.90.0.15/bfd/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/bfd/po/fr.po Mon Jul 29 08:19:16 2002 @@ -1,19 +1,19 @@ # Messages français pour GNU concernant bfd. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Michel Robitaille , 1996. +# Copyright © 1996 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: GNU bfd 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 12:55+0000\n" -"PO-Revision-Date: 2002-03-17 20:00-0500\n" +"Project-Id-Version: GNU bfd 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: aout-adobe.c:196 +#: aout-adobe.c:197 #, c-format msgid "%s: Unknown section type in a.out.adobe file: %x\n" msgstr "%s: type de section inconnu dans le fichier a.out.adobe: %x\n" @@ -47,7 +47,7 @@ msgstr "%s: ne peut représenter la secti msgid "*unknown*" msgstr "*inconnu*" -#: aoutx.h:3735 +#: aoutx.h:3732 #, c-format msgid "%s: relocateable link from %s to %s not supported" msgstr "%s: relocalisation de liens de %s vers %s n'est pas supporté" @@ -65,102 +65,102 @@ msgstr "Lecture du cachet date-heure mod msgid "Writing updated armap timestamp" msgstr "Écriture du cachet date-heure armap mise à jour" -#: bfd.c:281 +#: bfd.c:274 msgid "No error" msgstr "Pas d'erreur" -#: bfd.c:282 +#: bfd.c:275 msgid "System call error" msgstr "Erreur d'appel système" -#: bfd.c:283 +#: bfd.c:276 msgid "Invalid bfd target" msgstr "cible bfd invalide" -#: bfd.c:284 +#: bfd.c:277 msgid "File in wrong format" msgstr "Fichier dans un mauvais format" -#: bfd.c:285 +#: bfd.c:278 msgid "Archive object file in wrong format" msgstr "Fichier objet d'archive dans un mauvais format" -#: bfd.c:286 +#: bfd.c:279 msgid "Invalid operation" msgstr "Opération invalide" -#: bfd.c:287 +#: bfd.c:280 msgid "Memory exhausted" msgstr "Mémoire épuisée" -#: bfd.c:288 +#: bfd.c:281 msgid "No symbols" msgstr "Aucun symbole" -#: bfd.c:289 +#: bfd.c:282 msgid "Archive has no index; run ranlib to add one" msgstr "L'archive n'a pas d'index; exécuter ranlib pour en ajouter un" -#: bfd.c:290 +#: bfd.c:283 msgid "No more archived files" msgstr "Aucun autre fichier d'archive" -#: bfd.c:291 +#: bfd.c:284 msgid "Malformed archive" msgstr "Archive mal formé" -#: bfd.c:292 +#: bfd.c:285 msgid "File format not recognized" msgstr "Format de fichier non reconnu" -#: bfd.c:293 +#: bfd.c:286 msgid "File format is ambiguous" msgstr "Format de fichier ambiguë" -#: bfd.c:294 +#: bfd.c:287 msgid "Section has no contents" msgstr "Section sans contenu" -#: bfd.c:295 +#: bfd.c:288 msgid "Nonrepresentable section on output" msgstr "Section non-représentable pour la sortie" -#: bfd.c:296 +#: bfd.c:289 msgid "Symbol needs debug section which does not exist" msgstr "Symboles ont besoin de la section de débug qui est inexistente" -#: bfd.c:297 +#: bfd.c:290 msgid "Bad value" msgstr "Mauvaise valeur" -#: bfd.c:298 +#: bfd.c:291 msgid "File truncated" msgstr "Fichier tronqué" -#: bfd.c:299 +#: bfd.c:292 msgid "File too big" msgstr "Fichier trop gros" -#: bfd.c:300 +#: bfd.c:293 msgid "#" msgstr "#" -#: bfd.c:707 +#: bfd.c:700 #, c-format msgid "BFD %s assertion fail %s:%d" msgstr "BFD assertion %s a échoué %s:%d" -#: bfd.c:726 +#: bfd.c:719 #, c-format msgid "BFD %s internal error, aborting at %s line %d in %s\n" msgstr "BFD erreur interne %s, abandon à %s, ligne %d dans %s\n" -#: bfd.c:730 +#: bfd.c:723 #, c-format -msgid "BFD %sinternal error, aborting at %s line %d\n" +msgid "BFD %s internal error, aborting at %s line %d\n" msgstr "BFD erreur interne %s, abandon à %s, ligne %d\n" -#: bfd.c:732 +#: bfd.c:725 msgid "Please report this bug.\n" msgstr "SVP rapporter cette anomalie.\n" @@ -177,7 +177,7 @@ msgstr "IHCONST manquant" msgid "Missing IHIHALF" msgstr "IHIHALF manquant" -#: coff-a29k.c:212 +#: coff-a29k.c:212 coff-or32.c:229 msgid "Unrecognized reloc" msgstr "Relocalisation non reconnue" @@ -189,7 +189,7 @@ msgstr "IHCONST de relocalisation manqua msgid "missing IHIHALF reloc" msgstr "IHIHALF de relocalisation manquant" -#: coff-alpha.c:881 coff-alpha.c:918 +#: coff-alpha.c:881 coff-alpha.c:918 coff-alpha.c:1989 coff-mips.c:1432 msgid "GP relative relocation used when GP not defined" msgstr "Relocalisation relative GP utilisé alors que GP n'est pas défini" @@ -197,123 +197,119 @@ msgstr "Relocalisation relative GP utili msgid "using multiple gp values" msgstr "utilisation de valeurs multiples gp" -#: coff-alpha.c:1989 coff-mips.c:1433 -msgid "GP relative relocation when GP not defined" -msgstr "GP relocalisation relative alors que GP n'est pas défini" - -#: coff-arm.c:1051 elf32-arm.h:285 +#: coff-arm.c:1066 elf32-arm.h:285 #, c-format msgid "%s: unable to find THUMB glue '%s' for `%s'" msgstr "%s: incapable de repérer le REPÈRE de liant « %s » pour « %s »" -#: coff-arm.c:1080 elf32-arm.h:320 +#: coff-arm.c:1096 elf32-arm.h:320 #, c-format msgid "%s: unable to find ARM glue '%s' for `%s'" msgstr "%s: incapable de repérer le liant ARM « %s » pour « %s »" -#: coff-arm.c:1375 coff-arm.c:1470 elf32-arm.h:886 elf32-arm.h:990 +#: coff-arm.c:1391 coff-arm.c:1486 elf32-arm.h:887 elf32-arm.h:991 #, c-format msgid "%s(%s): warning: interworking not enabled." msgstr "%s(%s): AVERTISSEMENT: l'inter-réseautage n'est pas permis." -#: coff-arm.c:1379 elf32-arm.h:993 +#: coff-arm.c:1395 elf32-arm.h:994 #, c-format msgid " first occurrence: %s: arm call to thumb" msgstr " première occurrence: %s: appel arm de repérage" -#: coff-arm.c:1474 elf32-arm.h:889 +#: coff-arm.c:1490 elf32-arm.h:890 #, c-format msgid " first occurrence: %s: thumb call to arm" msgstr " première occurrence: %s: appel de repérage à ARM" -#: coff-arm.c:1477 +#: coff-arm.c:1493 msgid " consider relinking with --support-old-code enabled" msgstr " considérer de rafaire les liens avec --support-old-code enabled" -#: coff-arm.c:1767 coff-tic80.c:686 cofflink.c:3017 +#: coff-arm.c:1785 coff-tic80.c:686 cofflink.c:3031 #, c-format msgid "%s: bad reloc address 0x%lx in section `%s'" msgstr "%s: mauvaise adresse de relocalisation 0x%lx dans la section « %s »" -#: coff-arm.c:2107 +#: coff-arm.c:2127 #, c-format msgid "%s: illegal symbol index in reloc: %d" msgstr "%s: symbole index illégal dans la relocalisation: %d" -#: coff-arm.c:2235 +#: coff-arm.c:2255 #, c-format -msgid "%s: ERROR: compiled for APCS-%d whereas target %s uses APCS-%d" -msgstr "%s: ERREUR: compilé pour APCS-%d alors que la cible %s utilise APCS-%d" +msgid "ERROR: %s is compiled for APCS-%d, whereas %s is compiled for APCS-%d" +msgstr "Erreur: %s compilé pour APCS-%d alors que %s a été compilé pour APCS-%d" -#: coff-arm.c:2250 +#: coff-arm.c:2270 elf32-arm.h:2297 #, c-format -msgid "%s: ERROR: passes floats in float registers whereas target %s uses integer registers" -msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen virgule flottance alors que la cible %s utilise des registres de valeursentières" +msgid "ERROR: %s passes floats in float registers, whereas %s passes them in integer registers" +msgstr "Erreur: %s passage de valeurs en virgule flottante dans les registres FP alors que %s les passe dans les registres entiers" -#: coff-arm.c:2253 +#: coff-arm.c:2273 elf32-arm.h:2302 #, c-format -msgid "%s: ERROR: passes floats in integer registers whereas target %s uses float registers" -msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen valeur entière alors que la cible %s utilise des registres de valeursen virgule flottante" +msgid "ERROR: %s passes floats in integer registers, whereas %s passes them in float registers" +msgstr "Erreur: %s passage de valeurs en virgule flottante dans les registres entiers alors que %s les passe dans les registres FP" -#: coff-arm.c:2268 +#: coff-arm.c:2288 #, c-format -msgid "%s: ERROR: compiled as position independent code, whereas target %s is absolute position" -msgstr "%s: ERREUR: compilé en code indépendant de la position, alors que la cible %s esten position absolue" +msgid "ERROR: %s is compiled as position independent code, whereas target %s is absolute position" +msgstr "ERREUR: %s compilé avec du code à position indépendante alors que la cible %s est à position absolue" -#: coff-arm.c:2271 +#: coff-arm.c:2291 #, c-format -msgid "%s: ERROR: compiled as absolute position code, whereas target %s is position independent" -msgstr "%s: ERREUR: compilé en code à position abolsu, alors que la cible %s estindépendant de la position" +msgid "ERROR: %s is compiled as absolute position code, whereas target %s is position independent" +msgstr "ERREUR: %s compilé avec du code à position absolu alors que la cible %s est à position indépendante" -#: coff-arm.c:2300 +#: coff-arm.c:2320 elf32-arm.h:2358 #, c-format -msgid "Warning: input file %s supports interworking, whereas %s does not." -msgstr "AVERTISSEMENT: file d'entrée %s supporte l'inter-réseautage, contrairement à %s." +msgid "Warning: %s supports interworking, whereas %s does not" +msgstr "AVERTISSEMENT: %s supporte l'inter-réseautage, contrairement à %s." -#: coff-arm.c:2303 +#: coff-arm.c:2323 elf32-arm.h:2365 #, c-format -msgid "Warning: input file %s does not support interworking, whereas %s does." -msgstr "AVERTISSEMENT: fichier d'entrée %s ne supporte pas l'inter-réseautage, contrairement à %s." +msgid "Warning: %s does not support interworking, whereas %s does" +msgstr "AVERTISSEMENT: %s ne supporte pas l'inter-réseautage, contrairement à %s." -#: coff-arm.c:2330 +#: coff-arm.c:2350 #, c-format msgid "private flags = %x:" msgstr "fanions privés = %x" -#: coff-arm.c:2338 elf32-arm.h:2408 +#: coff-arm.c:2358 elf32-arm.h:2418 msgid " [floats passed in float registers]" msgstr " [valeurs en virgule flottante passées dans des registres de valeurs en virgule flottante]" -#: coff-arm.c:2340 +#: coff-arm.c:2360 msgid " [floats passed in integer registers]" msgstr " [valeurs en virgule flottante passées dans des registres de valeurs entières]" -#: coff-arm.c:2343 elf32-arm.h:2411 +#: coff-arm.c:2363 elf32-arm.h:2421 msgid " [position independent]" msgstr " [position indépendante]" -#: coff-arm.c:2345 +#: coff-arm.c:2365 msgid " [absolute position]" msgstr " [position absolue]" -#: coff-arm.c:2349 +#: coff-arm.c:2369 msgid " [interworking flag not initialised]" msgstr " [fanion d'inter-réseautage n'a pas été initialisé]" -#: coff-arm.c:2351 +#: coff-arm.c:2371 msgid " [interworking supported]" msgstr " [inter-réseautage supporté]" -#: coff-arm.c:2353 +#: coff-arm.c:2373 msgid " [interworking not supported]" msgstr " [inter-réseautage non supporté]" -#: coff-arm.c:2401 +#: coff-arm.c:2421 elf32-arm.h:2124 #, c-format -msgid "Warning: Not setting interworking flag of %s, since it has already been specified as non-interworking" -msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s, puisqu'il a déjà été spécifié comme sans inter-réseautage" +msgid "Warning: Not setting interworking flag of %s since it has already been specified as non-interworking" +msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s puisqu'il a déjà été spécifié sans inter-réseautage" -#: coff-arm.c:2405 +#: coff-arm.c:2425 elf32-arm.h:2128 #, c-format msgid "Warning: Clearing the interworking flag of %s due to outside request" msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison d'une requête externe" @@ -322,35 +318,35 @@ msgstr "AVERTISSEMENT: mise à zéro du fa msgid "uncertain calling convention for non-COFF symbol" msgstr "convention d'appel incertaine pour un symbole non COFF" -#: coff-m68k.c:481 coff-mips.c:2431 elf32-m68k.c:2212 +#: coff-m68k.c:481 coff-mips.c:2429 elf32-m68k.c:2157 elf32-mips.c:1844 msgid "unsupported reloc type" msgstr "type de relocalisation non supporté" -#: coff-mips.c:875 elf32-mips.c:1987 elf64-mips.c:1739 +#: coff-mips.c:874 elf32-mips.c:1062 elf64-mips.c:1609 msgid "GP relative relocation when _gp not defined" msgstr "relocalisation relative GP sans que _gp ne soit défini" #. No other sections should appear in -membedded-pic #. code. -#: coff-mips.c:2468 +#: coff-mips.c:2466 msgid "reloc against unsupported section" msgstr "relocalisation vers une section non supportée" -#: coff-mips.c:2476 +#: coff-mips.c:2474 msgid "reloc not properly aligned" msgstr "relocalisation n'est pas alignée correctement" -#: coff-rs6000.c:2710 coff64-rs6000.c:1164 +#: coff-rs6000.c:2766 #, c-format msgid "%s: unsupported relocation type 0x%02x" msgstr "%s: type de relocalisation non supporté 0x%02x" -#: coff-rs6000.c:2756 coff64-rs6000.c:1210 +#: coff-rs6000.c:2859 #, c-format msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" msgstr "%s: table des matières des relocalisation à 0x%x pour les symboles « %s » sans aucune entrée" -#: coff-rs6000.c:3006 coff64-rs6000.c:2060 +#: coff-rs6000.c:3590 coff64-rs6000.c:2091 #, c-format msgid "%s: symbol `%s' has unrecognized smclas %d" msgstr "%s: symbole « %s » a une classe smclas non reconnue %d" @@ -360,7 +356,7 @@ msgstr "%s: symbole « %s » a une classe msgid "Unrecognized reloc type 0x%x" msgstr "Type de relocalisation non reconnu 0x%x" -#: coff-tic54x.c:390 coffcode.h:4847 +#: coff-tic54x.c:390 coffcode.h:4974 #, c-format msgid "%s: warning: illegal symbol index %ld in relocs" msgstr "%s: AVERTISSEMENT: symbole index illégal %ld dans les relocalisations" @@ -370,37 +366,37 @@ msgstr "%s: AVERTISSEMENT: symbole index msgid "ignoring reloc %s\n" msgstr "relocalisation de %s ignorée\n" -#: coffcode.h:1081 +#: coffcode.h:1086 #, c-format msgid "%s (%s): Section flag %s (0x%x) ignored" msgstr "%s (%s): fanion de section %s (0x%x) ignoré" -#: coffcode.h:2125 +#: coffcode.h:2143 #, c-format msgid "Unrecognized TI COFF target id '0x%x'" msgstr "cible TI COFF non reconnue identificateur '0x%x'" -#: coffcode.h:4236 +#: coffcode.h:4365 #, c-format msgid "%s: warning: illegal symbol index %ld in line numbers" msgstr "%s: AVERTISSEMENT: symbole d'index illégal %ld dans le numéro de ligne" -#: coffcode.h:4250 +#: coffcode.h:4379 #, c-format msgid "%s: warning: duplicate line number information for `%s'" msgstr "%s: AVERTISSEMENT: information de numéro de ligne dédoublée pour « %s »" -#: coffcode.h:4609 +#: coffcode.h:4736 #, c-format msgid "%s: Unrecognized storage class %d for %s symbol `%s'" msgstr "%s: classe de stockage non reconnue %d pour %s symbole « %s »" -#: coffcode.h:4740 +#: coffcode.h:4867 #, c-format msgid "warning: %s: local symbol `%s' has no section" msgstr "AVERTISSEMENT: %s: symbole local « %s » n'a pas de section" -#: coffcode.h:4885 +#: coffcode.h:5012 #, c-format msgid "%s: illegal relocation type %d at address 0x%lx" msgstr "%s: type de relocalisation illégal %d à l'adresse 0x%lx" @@ -410,97 +406,92 @@ msgstr "%s: type de relocalisation illég msgid "%s: bad string table size %lu" msgstr "%s: chaîne erronée de la taille de table %lu" -#: coffgen.c:2138 -#, c-format -msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" -msgstr "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld prochain %ld" - -#: cofflink.c:536 elflink.h:1967 +#: cofflink.c:534 elflink.h:1912 #, c-format msgid "Warning: type of symbol `%s' changed from %d to %d in %s" msgstr "AVERTISSEMENT: type de symbole « %s » a changé de %d à %d dans %s" -#: cofflink.c:2317 +#: cofflink.c:2321 #, c-format msgid "%s: relocs in section `%s', but it has no contents" msgstr "%s: relocalisations dans la section « %s », mais n'a aucun contenu" -#: cofflink.c:2653 coffswap.h:889 +#: cofflink.c:2664 coffswap.h:877 #, c-format msgid "%s: %s: reloc overflow: 0x%lx > 0xffff" msgstr "%s: %s: débordement de relocalisation: 0x%lx > 0xffff" -#: cofflink.c:2662 coffswap.h:876 +#: cofflink.c:2673 coffswap.h:864 #, c-format msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "%s: AVERTISSEMENT: %s: débordement du compteur de numéro de ligne: 0x%lx > 0xffff" -#: dwarf2.c:381 +#: dwarf2.c:382 msgid "Dwarf Error: Can't find .debug_str section." msgstr "Erreur DWARF: ne peut repérer la section .debug_str" -#: dwarf2.c:398 +#: dwarf2.c:399 #, c-format -msgid "Dwarf Error: DW_FORM_strp offset (%u) greater than or equal to .debug_str size (%u)." -msgstr "Erreur DWARF: décalage DW_FORM_strp (%u) est > ou = à la taille de .debug_str (%u)." +msgid "Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str size (%lu)." +msgstr "Erreur DWARF: décalage DW_FORM_strp (%lu) est >= à la taille de .debug_str (%lu)." -#: dwarf2.c:542 +#: dwarf2.c:543 msgid "Dwarf Error: Can't find .debug_abbrev section." msgstr "Erreur DWARF: ne peut repérer la section .debug_abbrev" -#: dwarf2.c:559 +#: dwarf2.c:560 #, c-format -msgid "Dwarf Error: Abbrev offset (%u) greater than or equal to abbrev size (%u)." -msgstr "Erreur DWARF: décalage Abbrev (%u) est > ou = à la taille abbrev (%u)." +msgid "Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size (%lu)." +msgstr "Erreur DWARF: décalage Abbrev (%lu) est >= à la taille .debug_abbrev (%lu)." -#: dwarf2.c:756 +#: dwarf2.c:757 #, c-format -msgid "Dwarf Error: Invalid or unhandled FORM value: %d." -msgstr "Erreur DWARF: valeur de FORME invalide ou mal traitée: %d" +msgid "Dwarf Error: Invalid or unhandled FORM value: %u." +msgstr "Erreur DWARF: valeur de FORME invalide ou mal traitée: %u" -#: dwarf2.c:843 +#: dwarf2.c:852 msgid "Dwarf Error: mangled line number section (bad file number)." msgstr "Erreur DWARF: numéro mutilé de ligne de section (mauvais no. de fichier)" -#: dwarf2.c:929 +#: dwarf2.c:938 msgid "Dwarf Error: Can't find .debug_line section." msgstr "Erreur DWARF: ne peut repérer la section .debug_line" -#: dwarf2.c:952 +#: dwarf2.c:961 #, c-format -msgid "Dwarf Error: Line offset (%u) greater than or equal to line size (%u)." -msgstr "Erreur DWARF: décalage de ligne (%u) est > ou = à la taille de ligne (%u)" +msgid "Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size (%lu)." +msgstr "Erreur DWARF: décalage de ligne (%lu) est >= à la taille de .debug_line (%lu)" -#: dwarf2.c:1143 +#: dwarf2.c:1159 msgid "Dwarf Error: mangled line number section." msgstr "Erreur DWARF: numéro mutilé de ligne de section" -#: dwarf2.c:1318 dwarf2.c:1532 +#: dwarf2.c:1355 dwarf2.c:1566 #, c-format -msgid "Dwarf Error: Could not find abbrev number %d." -msgstr "Erreur DWARF: ne peut repérer le numéro abrégé %d" +msgid "Dwarf Error: Could not find abbrev number %u." +msgstr "Erreur DWARF: ne peut repérer le numéro abrégé %u" -#: dwarf2.c:1493 +#: dwarf2.c:1527 #, c-format -msgid "Dwarf Error: found dwarf version '%hu', this reader only handles version 2 information." -msgstr "Erreur DWARF: version DWARF retrouvée « %hu », ce lecteur ne supporte que les informations de la version 2." +msgid "Dwarf Error: found dwarf version '%u', this reader only handles version 2 information." +msgstr "Erreur DWARF: version DWARF retrouvée « %u », ce lecteur ne supporte que les informations de la version 2." -#: dwarf2.c:1500 +#: dwarf2.c:1534 #, c-format msgid "Dwarf Error: found address size '%u', this reader can not handle sizes greater than '%u'." msgstr "Erreur DWARF: taille d'adresse obtenue « %u », ce lecteur ne peut traiter des tailles plus grandes que « %u »." -#: dwarf2.c:1523 +#: dwarf2.c:1557 #, c-format -msgid "Dwarf Error: Bad abbrev number: %d." -msgstr "Erreur DWARF: mauvais numéro abrégé: %d" +msgid "Dwarf Error: Bad abbrev number: %u." +msgstr "Erreur DWARF: mauvais numéro abrégé: %u" -#: ecoff.c:1328 +#: ecoff.c:1318 #, c-format msgid "Unknown basic type %d" msgstr "type de base inconnu %d" -#: ecoff.c:1597 +#: ecoff.c:1578 #, c-format msgid "" "\n" @@ -509,7 +500,7 @@ msgstr "" "\n" " Dernier+1 symbole: %ld" -#: ecoff.c:1604 ecoff.c:1607 +#: ecoff.c:1585 ecoff.c:1588 #, c-format msgid "" "\n" @@ -518,7 +509,7 @@ msgstr "" "\n" " Premier symbole: %ld" -#: ecoff.c:1619 +#: ecoff.c:1600 #, c-format msgid "" "\n" @@ -527,7 +518,7 @@ msgstr "" "\n" " Dernier+1 symbole: %-7ld Type: %s" -#: ecoff.c:1626 +#: ecoff.c:1607 #, c-format msgid "" "\n" @@ -536,7 +527,7 @@ msgstr "" "\n" " Symbole local: %ld" -#: ecoff.c:1634 +#: ecoff.c:1615 #, c-format msgid "" "\n" @@ -545,7 +536,7 @@ msgstr "" "\n" " struct; Symbole Fin+1: %ld" -#: ecoff.c:1639 +#: ecoff.c:1620 #, c-format msgid "" "\n" @@ -554,7 +545,7 @@ msgstr "" "\n" " union; Dernier+1 symbole: %ld" -#: ecoff.c:1644 +#: ecoff.c:1625 #, c-format msgid "" "\n" @@ -563,7 +554,7 @@ msgstr "" "\n" " enum; Dernier+1 symbol: %ld" -#: ecoff.c:1650 +#: ecoff.c:1631 #, c-format msgid "" "\n" @@ -572,43 +563,54 @@ msgstr "" "\n" " Type: %s" -#: elf-hppa.h:1366 elf-hppa.h:1399 elf32-ppc.c:3062 elf32-sh.c:3201 elf64-x86-64.c:1275 +#: elf-hppa.h:1476 elf-hppa.h:1509 elf32-ppc.c:3091 elf32-sh.c:4213 +#: elf64-sh64.c:1659 #, c-format msgid "%s: warning: unresolvable relocation against symbol `%s' from %s section" msgstr "%s: AVERTISSEMENT: relocalisation sans solution vers le symbole « %s » de la section %s" -#: elf-m10200.c:463 elf-m10300.c:673 elf32-arm.h:2074 elf32-avr.c:835 elf32-cris.c:1392 elf32-d10v.c:482 elf32-fr30.c:653 elf32-h8300.c:547 elf32-i860.c:1048 elf32-m32r.c:1281 elf32-openrisc.c:455 elf32-v850.c:1691 elf64-mmix.c:1164 +#: elf-m10200.c:446 elf-m10300.c:656 elf32-arm.h:2084 elf32-avr.c:833 +#: elf32-cris.c:1403 elf32-d10v.c:481 elf32-fr30.c:635 elf32-frv.c:809 +#: elf32-h8300.c:548 elf32-i860.c:1031 elf32-m32r.c:1278 elf32-openrisc.c:439 +#: elf32-v850.c:1691 elf32-xstormy16.c:933 elf64-mmix.c:1302 msgid "internal error: out of range error" msgstr "erreur interne: hors gamme" -#: elf-m10200.c:467 elf-m10300.c:677 elf32-arm.h:2078 elf32-avr.c:839 elf32-cris.c:1396 elf32-d10v.c:486 elf32-fr30.c:657 elf32-h8300.c:551 elf32-i860.c:1052 elf32-m32r.c:1285 elf32-mips.c:7565 elf32-openrisc.c:459 elf32-v850.c:1695 elf64-mips.c:4464 elf64-mmix.c:1168 +#: elf-m10200.c:450 elf-m10300.c:660 elf32-arm.h:2088 elf32-avr.c:837 +#: elf32-cris.c:1407 elf32-d10v.c:485 elf32-fr30.c:639 elf32-frv.c:813 +#: elf32-h8300.c:552 elf32-i860.c:1035 elf32-m32r.c:1282 elf32-openrisc.c:443 +#: elf32-v850.c:1695 elf32-xstormy16.c:937 elf64-mmix.c:1306 elfxx-mips.c:5264 msgid "internal error: unsupported relocation error" msgstr "erreur interne: erreur de relocalisation non supportée" -#: elf-m10200.c:471 elf-m10300.c:681 elf32-arm.h:2082 elf32-d10v.c:490 elf32-h8300.c:555 elf32-m32r.c:1289 +#: elf-m10200.c:454 elf-m10300.c:664 elf32-arm.h:2092 elf32-d10v.c:489 +#: elf32-h8300.c:556 elf32-m32r.c:1286 msgid "internal error: dangerous error" msgstr "erreur interne: erreur dangereuse" -#: elf-m10200.c:475 elf-m10300.c:685 elf32-arm.h:2086 elf32-avr.c:847 elf32-cris.c:1404 elf32-d10v.c:494 elf32-fr30.c:665 elf32-h8300.c:559 elf32-i860.c:1060 elf32-m32r.c:1293 elf32-openrisc.c:467 elf32-v850.c:1715 elf64-mmix.c:1176 +#: elf-m10200.c:458 elf-m10300.c:668 elf32-arm.h:2096 elf32-avr.c:845 +#: elf32-cris.c:1415 elf32-d10v.c:493 elf32-fr30.c:647 elf32-frv.c:821 +#: elf32-h8300.c:560 elf32-i860.c:1043 elf32-m32r.c:1290 elf32-openrisc.c:451 +#: elf32-v850.c:1715 elf32-xstormy16.c:945 elf64-mmix.c:1314 msgid "internal error: unknown error" msgstr "erreur interne: erreur inconnue" -#: elf.c:345 +#: elf.c:343 #, c-format msgid "%s: invalid string offset %u >= %lu for section `%s'" msgstr "%s: chaîne de décalage invalide %u >= %lu pour la section « %s »" -#: elf.c:450 +#: elf.c:589 #, c-format msgid "%s: invalid SHT_GROUP entry" msgstr "%s: entrée SHT_GROUP invalide" -#: elf.c:531 +#: elf.c:660 #, c-format msgid "%s: no group info for section %s" msgstr "%s: aucune info de groupe pour la section %s" -#: elf.c:842 +#: elf.c:1023 msgid "" "\n" "Program Header:\n" @@ -616,7 +618,7 @@ msgstr "" "\n" "En-tête de programme:\n" -#: elf.c:891 +#: elf.c:1073 msgid "" "\n" "Dynamic Section:\n" @@ -624,7 +626,7 @@ msgstr "" "\n" "Section dynamique:\n" -#: elf.c:1020 +#: elf.c:1202 msgid "" "\n" "Version definitions:\n" @@ -632,7 +634,7 @@ msgstr "" "\n" "Définitions des versions:\n" -#: elf.c:1043 +#: elf.c:1225 msgid "" "\n" "Version References:\n" @@ -640,221 +642,181 @@ msgstr "" "\n" "Références de version:\n" -#: elf.c:1048 +#: elf.c:1230 #, c-format msgid " required from %s:\n" msgstr " requis par %s:\n" -#: elf.c:1675 +#: elf.c:1902 #, c-format msgid "%s: invalid link %lu for reloc section %s (index %u)" msgstr "%s: lien invalide %lu pour la section de relocalisation %s (index %u)" -#: elf.c:3289 +#: elf.c:3603 #, c-format msgid "%s: Not enough room for program headers (allocated %u, need %u)" msgstr "%s: pas suffisamment d'espace pour les en-têtes du programme (alloué %u, besoin de %u)" -#: elf.c:3393 +#: elf.c:3708 #, c-format msgid "%s: Not enough room for program headers, try linking with -N" msgstr "%s: pas suffisamment d'espace pour les en-têtes du programme, essayer l'option -N" -#: elf.c:3518 +#: elf.c:3833 #, c-format msgid "Error: First section in segment (%s) starts at 0x%x whereas the segment starts at 0x%x" msgstr "Erreur: première section dans le segment (%s) débute à 0x%x alors que le segment débute à 0x%x" -#: elf.c:3804 +#: elf.c:4148 #, c-format msgid "%s: warning: allocated section `%s' not in segment" msgstr "%s: AVERTISSEMENT: section allouée « %s » n'est pas dans le segment" -#: elf.c:4138 +#: elf.c:4472 #, c-format msgid "%s: symbol `%s' required but not present" msgstr "%s: symbole « %s » requis mais absent" -#: elf.c:4147 -#, c-format -msgid "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n" -msgstr "elf_symbol_from_bfd_symbol 0x%.8lx, nom = %s, no. de symbole = %d, fanions = 0x%.8lx%s\n" - -#: elf.c:4391 +#: elf.c:4749 #, c-format -msgid "%s: warning: Empty loadable segment detected\n" -msgstr "%s: AVERTISSEMENT: segment chargeable vide détecté\n" +msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n" +msgstr "%s: AVERTISSEMENT: segment chargeable vide détecté, est-ce intentionnel ?\n" -#: elf.c:5804 +#: elf.c:6193 #, c-format msgid "%s: unsupported relocation type %s" msgstr "%s: type de relocalisation non supporté %s" -#: elf32-arm.h:1224 +#: elf32-arm.h:1221 #, c-format msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'." msgstr "%s: AVERTISSEMENT: instruction Arm BLX vise la fonction Arm « %s »." -#: elf32-arm.h:1420 +#: elf32-arm.h:1417 #, c-format msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'." msgstr "%s: AVERTISSEMENT: instruction de repérage BLX vise la function de repérage « %s »." -#: elf32-arm.h:1904 elf32-i386.c:1776 elf32-sh.c:3133 +#: elf32-arm.h:1914 elf32-sh.c:4125 #, c-format msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section" msgstr "%s(%s+0x%lx): %s relocation vers une section SEC_MERGE" -#: elf32-arm.h:1998 +#: elf32-arm.h:2008 #, c-format msgid "%s: warning: unresolvable relocation %d against symbol `%s' from %s section" msgstr "%s: AVERTISSEMENT: relocalisation sans solution %d vers le symbole « %s » de la section %s" -#: elf32-arm.h:2114 -#, c-format -msgid "Warning: Not setting interwork flag of %s since it has already been specified as non-interworking" -msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s alors qu'il a déjè été spécifié sans inter-réseautage" - -#: elf32-arm.h:2118 -#, c-format -msgid "Warning: Clearing the interwork flag of %s due to outside request" -msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison d'une requête externe" - -#: elf32-arm.h:2166 -#, c-format -msgid "Warning: Clearing the interwork flag in %s because non-interworking code in %s has been linked with it" -msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison du code sans inter-réseautage dans %s qui a été lié avec lui" - -#: elf32-arm.h:2261 -#, c-format -msgid "Error: %s compiled for EABI version %d, whereas %s is compiled for version %d" -msgstr "Erreur: %s compilé pour une version EABI %d, alors que %s a été compilé pour la version %d" - -#: elf32-arm.h:2275 -#, c-format -msgid "Error: %s compiled for APCS-%d, whereas %s is compiled for APCS-%d" -msgstr "Erreur: %s compilé pour APCS-%d, alors que %s a été compilé pour APCS-%d" - -#: elf32-arm.h:2287 -#, c-format -msgid "Error: %s passes floats in FP registers, whereas %s passes them in integer registers" -msgstr "Erreur: %s passage de valeurs en virgule flottante dans les registres FP, alors que %s les passe dans les registres entiers" - -#: elf32-arm.h:2292 +#: elf32-arm.h:2176 #, c-format -msgid "Error: %s passes floats in integer registers, whereas %s passes them in FP registers" -msgstr "Erreur: %s passage de valeurs en virgule flottante dans les registres entiers, alors que %s les passe dans les registres FP" +msgid "Warning: Clearing the interworking flag of %s because non-interworking code in %s has been linked with it" +msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison du code sans inter-réseautage dans %s lié avec lui" -#: elf32-arm.h:2303 +#: elf32-arm.h:2271 #, c-format -msgid "Error: %s uses VFP instructions, whereas %s FPA instructions" -msgstr "Erreur: %s utilise les instructions VFP, alors que %s utilise les instructions FPA" +msgid "ERROR: %s is compiled for EABI version %d, whereas %s is compiled for version %d" +msgstr "ERREUR: %s compilé pour une version EABI %d alors que %s a été compilé pour la version %d" -#: elf32-arm.h:2308 +#: elf32-arm.h:2285 #, c-format -msgid "Error: %s uses FPA instructions, whereas %s VFP instructions" -msgstr "Erreur: %s utilise les instructions FPA, alors que %s utilise les instructions VFP" +msgid "ERROR: %s is compiled for APCS-%d, whereas target %s uses APCS-%d" +msgstr "ERREUR: %s compilé pour APCS-%d alors que la cible %s utilise APCS-%d" -#: elf32-arm.h:2328 +#: elf32-arm.h:2313 #, c-format -msgid "Error: %s uses software FP, whereas %s uses hardware FP" -msgstr "Erreur: %s utilise le logiciel pour virgule flottante, alors que %s utilise le matériel pour virgule flottante" +msgid "ERROR: %s uses VFP instructions, whereas %s uses FPA instructions" +msgstr "ERREUR: %s utilise les instructions VFP alors que %s utilise les instructions FPA" -#: elf32-arm.h:2333 +#: elf32-arm.h:2318 #, c-format -msgid "Error: %s uses hardware FP, whereas %s uses software FP" -msgstr "Erreur: %s utilise le matériel pour virgule flottante, alors que %s utilise le logiciel pour virgule flottante" +msgid "ERROR: %s uses FPA instructions, whereas %s uses VFP instructions" +msgstr "ERREUR: %s utilise les instructions FPA alors que %s utilise les instructions VFP" -#: elf32-arm.h:2348 +#: elf32-arm.h:2338 #, c-format -msgid "Warning: %s supports interworking, whereas %s does not" -msgstr "AVERTISSEMENT: %s supporte l'inter-réseautage, contrairement à %s." +msgid "ERROR: %s uses software FP, whereas %s uses hardware FP" +msgstr "ERREUR: %s utilise le logiciel pour virgule flottante alors que %s utilise le matériel pour virgule flottante" -#: elf32-arm.h:2355 +#: elf32-arm.h:2343 #, c-format -msgid "Warning: %s does not support interworking, whereas %s does" -msgstr "AVERTISSEMENT: %s ne supporte pas l'inter-réseautage, contrairement à %s." +msgid "ERROR: %s uses hardware FP, whereas %s uses software FP" +msgstr "ERREUR: %s utilise le matériel pour virgule flottante alors que %s utilise le logiciel pour virgule flottante" #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arm.h:2386 elf32-cris.c:2970 elf32-m68k.c:410 elf32-mips.c:3232 +#: elf32-arm.h:2396 elf32-cris.c:2988 elf32-m68k.c:410 elf32-vax.c:543 +#: elfxx-mips.c:7756 #, c-format msgid "private flags = %lx:" msgstr "fanions privés = %lx" -#: elf32-arm.h:2395 +#: elf32-arm.h:2405 msgid " [interworking enabled]" msgstr " [inter-réseautage autorisé]" -#: elf32-arm.h:2398 -msgid " [APCS-26]" -msgstr " [APCS-26]" - -#: elf32-arm.h:2400 -msgid " [APCS-32]" -msgstr " [APCS-32]" - -#: elf32-arm.h:2403 +#: elf32-arm.h:2413 msgid " [VFP float format]" msgstr " [format flottant VFP]" -#: elf32-arm.h:2405 +#: elf32-arm.h:2415 msgid " [FPA float format]" msgstr " [format flottant FPA]" -#: elf32-arm.h:2414 +#: elf32-arm.h:2424 msgid " [new ABI]" msgstr " [nouvel ABI]" -#: elf32-arm.h:2417 +#: elf32-arm.h:2427 msgid " [old ABI]" msgstr " [ancien ABI]" -#: elf32-arm.h:2420 +#: elf32-arm.h:2430 msgid " [software FP]" msgstr " [virgule flottante logiciel]" -#: elf32-arm.h:2428 +#: elf32-arm.h:2438 msgid " [Version1 EABI]" msgstr " [Version 1 EABI]" -#: elf32-arm.h:2431 elf32-arm.h:2442 +#: elf32-arm.h:2441 elf32-arm.h:2452 msgid " [sorted symbol table]" msgstr " [table des symboles triés]" -#: elf32-arm.h:2433 elf32-arm.h:2444 +#: elf32-arm.h:2443 elf32-arm.h:2454 msgid " [unsorted symbol table]" msgstr " [table des symboles non triés]" -#: elf32-arm.h:2439 +#: elf32-arm.h:2449 msgid " [Version2 EABI]" msgstr " [Version2 EABI]" -#: elf32-arm.h:2447 +#: elf32-arm.h:2457 msgid " [dynamic symbols use segment index]" msgstr " [symboles dynamiques utilisent un index de segment]" -#: elf32-arm.h:2450 +#: elf32-arm.h:2460 msgid " [mapping symbols precede others]" msgstr " [mapping de symboles précèdes les autres]" -#: elf32-arm.h:2457 +#: elf32-arm.h:2467 msgid " " msgstr " " -#: elf32-arm.h:2464 +#: elf32-arm.h:2474 msgid " [relocatable executable]" msgstr " [exécutables relocalisés]" -#: elf32-arm.h:2467 +#: elf32-arm.h:2477 msgid " [has entry point]" msgstr " [a des points d'entrées]" -#: elf32-arm.h:2472 +#: elf32-arm.h:2482 msgid "" msgstr "" -#: elf32-avr.c:843 elf32-cris.c:1400 elf32-fr30.c:661 elf32-i860.c:1056 elf32-openrisc.c:463 elf32-v850.c:1699 elf64-mmix.c:1172 +#: elf32-avr.c:841 elf32-cris.c:1411 elf32-fr30.c:643 elf32-frv.c:817 +#: elf32-i860.c:1039 elf32-openrisc.c:447 elf32-v850.c:1699 +#: elf32-xstormy16.c:941 elf64-mmix.c:1310 msgid "internal error: dangerous relocation" msgstr "erreur interne: relocalisation dangereuse" @@ -868,31 +830,36 @@ msgstr "%s: relocalisation %s sans solut msgid "%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section" msgstr "%s: pas de relocalisation %s PLT ni GOT vers le symbole « %s » à partir de la section %s" -#: elf32-cris.c:1015 elf32-cris.c:1142 +#: elf32-cris.c:1015 elf32-cris.c:1141 msgid "[whose name is lost]" msgstr "[où le nom est perdu]" -#: elf32-cris.c:1131 +#: elf32-cris.c:1130 #, c-format msgid "%s: relocation %s with non-zero addend %d against local symbol from %s section" msgstr "%s: relocalisation %s sans zéro ajoute %d vers le symbole local à partir de la section %s" -#: elf32-cris.c:1138 +#: elf32-cris.c:1137 #, c-format msgid "%s: relocation %s with non-zero addend %d against symbol `%s' from %s section" msgstr "%s: relocalisation %s sans zéro ajoute %d vers le symbole « %s » à partir de la section %s" -#: elf32-cris.c:1156 +#: elf32-cris.c:1155 #, c-format msgid "%s: relocation %s is not allowed for global symbol: `%s' from %s section" msgstr "%s: relocalisation %s n'est pas permise pour le symbole global: « %s » de la section %s." -#: elf32-cris.c:1275 +#: elf32-cris.c:1170 +#, c-format +msgid "%s: relocation %s in section %s with no GOT created" +msgstr "%s: relocalisation %s dans la section %s mais aucun GOT créé" + +#: elf32-cris.c:1288 #, c-format msgid "%s: Internal inconsistency; no relocation section %s" msgstr "%s: inconsistence interne; pas de section de relocalisation %s" -#: elf32-cris.c:2508 +#: elf32-cris.c:2514 #, c-format msgid "" "%s, section %s:\n" @@ -901,90 +868,123 @@ msgstr "" "%s, section %s:\n" " relocalisation %s devrait être utilisée dans un objet partagé; recompiler avec -fPIC" -#: elf32-cris.c:2973 +#: elf32-cris.c:2991 msgid " [symbols have a _ prefix]" msgstr " [symboles sont préfixés par « _ »]" -#: elf32-cris.c:3012 +#: elf32-cris.c:3030 #, c-format msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols" msgstr "%s: utilise _-prefixed symbols, mais avec écriture au fichier avec des symboles sans préfixes" -#: elf32-cris.c:3013 +#: elf32-cris.c:3031 #, c-format msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols" msgstr "%s: utilise des symboles sans préfixes, mais avec écriture au fichier avec des symboles ayant des préfixes_-prefixed" +#: elf32-frv.c:1217 +#, c-format +msgid "%s: compiled with %s and linked with modules that use non-pic relocations" +msgstr "%s: compilé avec %s et lié avec les modules qui utilisent de la relocalisation non PIC" + +#: elf32-frv.c:1267 +#, c-format +msgid "%s: compiled with %s and linked with modules compiled with %s" +msgstr "%s: compilé avec %s et lié avec les modules compilés avec %s" + +#: elf32-frv.c:1279 +#, c-format +msgid "%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%lx)" +msgstr "%s: utilise différents champs e_flags (0x%lx) que les modules précédents (0x%lx)" + +#: elf32-frv.c:1315 +#, c-format +msgid "private flags = 0x%lx:" +msgstr "fanions privés = 0x%lx:" + #: elf32-gen.c:82 elf64-gen.c:82 #, c-format msgid "%s: Relocations in generic ELF (EM: %d)" msgstr "%s: relocalisation en format ELF générique (EM: %d)" -#: elf32-hppa.c:646 +#: elf32-hppa.c:671 elf64-ppc.c:2323 #, c-format msgid "%s: cannot create stub entry %s" msgstr "%s: ne peut créer l'entrée du talon %s" -#: elf32-hppa.c:937 elf32-hppa.c:3540 +#: elf32-hppa.c:956 elf32-hppa.c:3555 #, c-format msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections" msgstr "%s(%s+0x%lx): ne peut atteindre %s, recompiler avec -ffunction-sections" -#: elf32-hppa.c:1312 +#: elf32-hppa.c:1338 elf64-x86-64.c:673 #, c-format msgid "%s: relocation %s can not be used when making a shared object; recompile with -fPIC" msgstr "%s: relocalisation de %s ne peut être utilisée lors de la création d'un objet partagé; recompiler avec -fPIC" -#: elf32-hppa.c:1332 +#: elf32-hppa.c:1358 #, c-format msgid "%s: relocation %s should not be used when making a shared object; recompile with -fPIC" msgstr "%s: relocalisation %s ne doit pas être utilisée lors de la création d'un objet partagé; recompiler avec -fPIC" -#: elf32-hppa.c:1525 +#: elf32-hppa.c:1551 #, c-format msgid "Could not find relocation section for %s" msgstr "Ne peut repérer la section de relocalisation pour %s" -#: elf32-hppa.c:2862 +#: elf32-hppa.c:2855 #, c-format msgid "%s: duplicate export stub %s" msgstr "%s: talon d'exportation en double %s" -#: elf32-hppa.c:3424 +#: elf32-hppa.c:3433 #, c-format msgid "%s(%s+0x%lx): fixing %s" msgstr "%s(%s+0x%lx): corrigeant %s" -#: elf32-hppa.c:4064 +#: elf32-hppa.c:4080 #, c-format msgid "%s(%s+0x%lx): cannot handle %s for %s" msgstr "%s(%s+0x%lx): ne traiter %s pour %s" -#: elf32-hppa.c:4403 +#: elf32-hppa.c:4393 msgid ".got section not immediately after .plt section" msgstr "section .got pas immédiatement après la section .plt" -#: elf32-i386.c:298 +#: elf32-i386.c:379 #, c-format msgid "%s: invalid relocation type %d" msgstr "%s: type de relocalisation invalide %d" -#: elf32-i386.c:718 elf32-s390.c:636 elf64-s390.c:595 +#: elf32-i386.c:876 elf32-s390.c:649 elf64-s390.c:595 elf64-x86-64.c:591 #, c-format msgid "%s: bad symbol index: %d" msgstr "%s: symbole index erroné: %d" -#: elf32-i386.c:863 elf32-s390.c:790 elf64-ppc.c:2085 elf64-s390.c:759 +#: elf32-i386.c:948 +#, c-format +msgid "%s: `%s' accessed both as normal and thread local symbol" +msgstr "%s: « %s » symbole local accéder à la fois comme normal et avec thread" + +#: elf32-i386.c:1072 elf32-s390.c:808 elf64-ppc.c:2827 elf64-s390.c:759 +#: elf64-x86-64.c:761 #, c-format msgid "%s: bad relocation section name `%s'" msgstr "%s: nom de section de relocalisation erroné « %s »" -#: elf32-i386.c:2067 elf32-s390.c:1949 elf64-ppc.c:3908 elf64-s390.c:1953 +#: elf32-i386.c:1159 elf64-alpha.c:4768 +#, c-format +msgid "%s: TLS local exec code cannot be linked into shared objects" +msgstr "%s: code exécutable local TLS ne peut être lié en objets partagés" + +#: elf32-i386.c:2747 elf32-s390.c:1981 elf32-sparc.c:1571 elf64-ppc.c:5918 +#: elf64-s390.c:1945 elf64-sparc.c:2578 elf64-x86-64.c:1948 #, c-format msgid "%s(%s+0x%lx): unresolvable relocation against symbol `%s'" msgstr "%s(%s+0x%lx): relocalisation sans solution vers le symbole « %s »" -#: elf32-i386.c:2105 elf32-s390.c:1987 elf64-s390.c:1991 +#: elf32-i386.c:2784 elf32-s390.c:2019 elf64-ppc.c:5977 elf64-s390.c:1983 +#: elf64-x86-64.c:1986 #, c-format msgid "%s(%s+0x%lx): reloc against `%s': error %d" msgstr "%s(%s+0x%lx): relocalisation vers « %s »: erreur %d" @@ -993,31 +993,32 @@ msgstr "%s(%s+0x%lx): relocalisation ver msgid "SDA relocation when _SDA_BASE_ not defined" msgstr "relocalisation SDA alors que _SDA_BASE_ n'est pas définie" -#: elf32-ia64.c:3538 elf32-m32r.c:1008 elf32-ppc.c:2930 elf64-ia64.c:3538 +#: elf32-ia64.c:3687 elf32-m32r.c:1013 elf32-ppc.c:2987 elf64-alpha.c:4185 +#: elf64-alpha.c:4313 elf64-ia64.c:3687 #, c-format msgid "%s: unknown relocation type %d" msgstr "%s: type de relocalisation inconnu %d" -#: elf32-m32r.c:1224 +#: elf32-m32r.c:1221 #, c-format msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" msgstr "%s: la cible (%s) de la relocalisation %s est dans la mauvaise section (%s)" -#: elf32-m32r.c:2001 +#: elf32-m32r.c:1947 #, c-format msgid "%s: Instruction set mismatch with previous modules" msgstr "%s: jeu d'instructions ne concorde par avec les modules précédents" -#: elf32-m32r.c:2024 +#: elf32-m32r.c:1970 #, c-format msgid "private flags = %lx" msgstr "fanions privés = %lx" -#: elf32-m32r.c:2029 +#: elf32-m32r.c:1975 msgid ": m32r instructions" msgstr ": instructions m32r" -#: elf32-m32r.c:2030 +#: elf32-m32r.c:1976 msgid ": m32rx instructions" msgstr ": instruction m32rx" @@ -1025,246 +1026,177 @@ msgstr ": instruction m32rx" msgid " [cpu32]" msgstr " [cpu32]" -#: elf32-mcore.c:353 elf32-mcore.c:479 +#: elf32-m68k.c:416 +msgid " [m68000]" +msgstr " [m68000]" + +#: elf32-mcore.c:354 elf32-mcore.c:457 #, c-format msgid "%s: Relocation %s (%d) is not currently supported.\n" msgstr "%s: relocalisation %s (%d) n'est pas couramment supportée.\n" -#: elf32-mcore.c:438 +#: elf32-mcore.c:442 #, c-format msgid "%s: Unknown relocation type %d\n" msgstr "%s: type de relocalisation inconnue %d\n" -#: elf32-mips.c:2146 elf64-mips.c:1972 +#: elf32-mips.c:1152 elf64-mips.c:1783 msgid "32bits gp relative relocation occurs for an external symbol" msgstr "relocalisation relative gp 32bits est survenue pour un symbole externe" -#: elf32-mips.c:2295 +#: elf32-mips.c:1301 #, c-format msgid "Linking mips16 objects into %s format is not supported" msgstr "Édition de liens d'objets mips16 dans le format %s n'est pas supporté" -#: elf32-mips.c:3119 -#, c-format -msgid "%s: linking PIC files with non-PIC files" -msgstr "%s: édition de liens des fichiers PIC avec des fichiers non PIC" - -#: elf32-mips.c:3129 -#, c-format -msgid "%s: linking abicalls files with non-abicalls files" -msgstr "%s: édition de liens des fichier abicalls avec des fichiers non abicalls" - -#: elf32-mips.c:3158 -#, c-format -msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" -msgstr "%s: ISA ne concorde pas (-mips%d) avec les modules précédents (-mips%d)" - -#: elf32-mips.c:3167 -#, c-format -msgid "%s: ISA mismatch (%d) with previous modules (%d)" -msgstr "%s: ISA ne concorde pas (%d) avec les modules précédents (%d)" - -#: elf32-mips.c:3190 -#, c-format -msgid "%s: ABI mismatch: linking %s module with previous %s modules" -msgstr "%s: ABI ne concorde pas: édition de lien du module %s avec les modules précédents %s" - -#: elf32-mips.c:3204 elf32-ppc.c:1470 elf64-ppc.c:1538 elf64-sparc.c:3033 -#, c-format -msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" -msgstr "%s: utilise differents champs e_flags (0x%lx) que les modules précédents (0x%lx)" - -#: elf32-mips.c:3235 -msgid " [abi=O32]" -msgstr " [abi=O32]" - -#: elf32-mips.c:3237 -msgid " [abi=O64]" -msgstr " [abi=O64]" - -#: elf32-mips.c:3239 -msgid " [abi=EABI32]" -msgstr " [abi=EABI32]" - -#: elf32-mips.c:3241 -msgid " [abi=EABI64]" -msgstr " [abi=EABI64]" - -#: elf32-mips.c:3243 -msgid " [abi unknown]" -msgstr " [abi inconnu]" - -#: elf32-mips.c:3245 -msgid " [abi=N32]" -msgstr " [abi=N32]" - -#: elf32-mips.c:3247 -msgid " [abi=64]" -msgstr " [abi=64]" - -#: elf32-mips.c:3249 -msgid " [no abi set]" -msgstr " [aucun jeu abi]" - -#: elf32-mips.c:3252 -msgid " [mips1]" -msgstr " [mips1]" - -#: elf32-mips.c:3254 -msgid " [mips2]" -msgstr " [mips2]" - -#: elf32-mips.c:3256 -msgid " [mips3]" -msgstr " [mips3]" - -#: elf32-mips.c:3258 -msgid " [mips4]" -msgstr " [mips4]" - -#: elf32-mips.c:3260 -msgid " [mips5]" -msgstr " [mips5]" - -#: elf32-mips.c:3262 -msgid " [mips32]" -msgstr " [mips32]" - -#: elf32-mips.c:3264 -msgid " [mips64]" -msgstr " [mips64]" - -#: elf32-mips.c:3266 -msgid " [unknown ISA]" -msgstr " [ISA inconnu]" - -#: elf32-mips.c:3269 -msgid " [32bitmode]" -msgstr " [mode 32 bits]" - -#: elf32-mips.c:3271 -msgid " [not 32bitmode]" -msgstr " [aucun mode 32 bits]" - -#: elf32-mips.c:4947 -msgid "static procedure (no name)" -msgstr "procédure statique (sans name)" - -#: elf32-mips.c:5565 elf64-mips.c:6694 -#, c-format -msgid "%s: illegal section name `%s'" -msgstr "%s: nom illégal de section « %s »" - -#: elf32-mips.c:6132 elf64-mips.c:3150 -msgid "not enough GOT space for local GOT entries" -msgstr "pas suffisamment d'espace GOT pour les entrées locales GOT" - -#: elf32-mips.c:7238 elf64-mips.c:4203 -#, c-format -msgid "%s: %s+0x%lx: jump to stub routine which is not jal" -msgstr "%s: %s+0x%lx: saut vers la routine dans la partie du talon (stub) qui n'est pas jal" - -#: elf32-mips.c:8237 elf64-mips.c:5891 -#, c-format -msgid "%s: Malformed reloc detected for section %s" -msgstr "%s: relocalisation mal composée détectée dans la section %s" - -#: elf32-mips.c:8315 elf64-mips.c:5969 -#, c-format -msgid "%s: CALL16 reloc at 0x%lx not against global symbol" -msgstr "%s: appel CALL16 de relocalisation à 0x%lx qui n'est pas pourun symbole global" - -#: elf32-ppc.c:1436 elf64-ppc.c:1503 +#: elf32-ppc.c:1460 #, c-format msgid "%s: compiled with -mrelocatable and linked with modules compiled normally" msgstr "%s: compilé avec -mrelocatable et fait l'édition de lien avec les modules compilés normalement" -#: elf32-ppc.c:1444 elf64-ppc.c:1511 +#: elf32-ppc.c:1468 #, c-format msgid "%s: compiled normally and linked with modules compiled with -mrelocatable" msgstr "%s: compilé normalement et fait l'édition de lien avec les modules compilés avec -mrelocatable" -#: elf32-ppc.c:1568 +#: elf32-ppc.c:1494 elf64-sparc.c:2989 elfxx-mips.c:7713 +#, c-format +msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" +msgstr "%s: utilise differents champs e_flags (0x%lx) que les modules précédents (0x%lx)" + +#: elf32-ppc.c:1592 #, c-format msgid "%s: Unknown special linker type %d" msgstr "%s: type d'édition spécial de lien inconnu %d" -#: elf32-ppc.c:2218 elf32-ppc.c:2252 elf32-ppc.c:2287 +#: elf32-ppc.c:2273 elf32-ppc.c:2307 elf32-ppc.c:2342 #, c-format msgid "%s: relocation %s cannot be used when making a shared object" msgstr "%s: relocalisation %s ne peut être utilisée lors de la création d'un objet partagé" -#: elf32-ppc.c:3097 elf64-ppc.c:3500 +#: elf32-ppc.c:3126 elf64-ppc.c:5473 #, c-format msgid "%s: unknown relocation type %d for symbol %s" msgstr "%s: type de relocalisation inconnue %d pour le symbole %s" -#: elf32-ppc.c:3452 elf32-ppc.c:3473 elf32-ppc.c:3523 +#: elf32-ppc.c:3482 elf32-ppc.c:3503 elf32-ppc.c:3553 #, c-format msgid "%s: The target (%s) of a %s relocation is in the wrong output section (%s)" msgstr "%s: la cible (%s) d'une relocalisation %s est dans la mauvaise section de sortie (%s)" -#: elf32-ppc.c:3589 +#: elf32-ppc.c:3619 #, c-format msgid "%s: Relocation %s is not yet supported for symbol %s." msgstr "%s: relocalisation %s n'est pas encore supporté pour le symbole %s." -#: elf32-sh.c:1101 +#: elf32-sh.c:1964 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES offset" msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décalage pour R_SH_USES" -#: elf32-sh.c:1113 +#: elf32-sh.c:1976 #, c-format msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" msgstr "%s: 0x%lx: AVERTISSEMENT: R_SH_USES pointe vers un insn inconnu 0x%x " -#: elf32-sh.c:1130 +#: elf32-sh.c:1993 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES load offset" msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décalage de chargement R_SH_USES" -#: elf32-sh.c:1145 +#: elf32-sh.c:2008 #, c-format msgid "%s: 0x%lx: warning: could not find expected reloc" msgstr "%s: 0x%lx: AVERTISSEMENT: ne peut repérer la relocalisation attendue" -#: elf32-sh.c:1202 +#: elf32-sh.c:2036 #, c-format msgid "%s: 0x%lx: warning: symbol in unexpected section" msgstr "%s: 0x%lx: AVERTISSEMENT: symbole dans une section inattendue" -#: elf32-sh.c:1323 +#: elf32-sh.c:2153 #, c-format msgid "%s: 0x%lx: warning: could not find expected COUNT reloc" msgstr "%s: 0x%lx: AVERTISSEMENT: ne peut repérer le compteur de relocalisation attendu" -#: elf32-sh.c:1332 +#: elf32-sh.c:2162 #, c-format msgid "%s: 0x%lx: warning: bad count" msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décompte" -#: elf32-sh.c:1741 elf32-sh.c:2132 +#: elf32-sh.c:2550 elf32-sh.c:2926 #, c-format msgid "%s: 0x%lx: fatal: reloc overflow while relaxing" msgstr "%s: 0x%lx: erreur fatale: débordement de relocalisation lors de relâches" -#: elf32-sh.c:3267 +#: elf32-sh.c:4073 elf64-sh64.c:1576 +msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled" +msgstr "STO_SH5_ISA32 inattendu sur le symbole local n'est pas traité" + +#: elf32-sh.c:4284 #, c-format msgid "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation" msgstr "%s: 0x%lx: fatal: cible de branchement non aligné pour une relocalisatin de type relax-support" -#: elf32-sparc.c:1554 elf64-sparc.c:2286 +#: elf32-sh64.c:203 elf64-sh64.c:2364 +#, c-format +msgid "%s: compiled as 32-bit object and %s is 64-bit" +msgstr "%s: compilé comme un objet de 32 bits et %s est de 64 bits" + +#: elf32-sh64.c:206 elf64-sh64.c:2367 +#, c-format +msgid "%s: compiled as 64-bit object and %s is 32-bit" +msgstr "%s: compilé comme un objet de 64 bits et %s est de 32 bits" + +#: elf32-sh64.c:208 elf64-sh64.c:2369 +#, c-format +msgid "%s: object size does not match that of target %s" +msgstr "%s: taille de l'objet ne concorde pas avec la taille de la cible %s" + +#: elf32-sh64.c:440 elf64-sh64.c:2941 +#, c-format +msgid "%s: encountered datalabel symbol in input" +msgstr "%s: rencontre du symbole d'une étiquette de donnée dans l'entrée" + +#: elf32-sh64.c:523 +msgid "PTB mismatch: a SHmedia address (bit 0 == 1)" +msgstr "Non concordance PTB: adresse SHmedia (bit 0 == 1)" + +#: elf32-sh64.c:526 +msgid "PTA mismatch: a SHcompact address (bit 0 == 0)" +msgstr "Non concordance PTA: adresse SHcompact (bit 0 == 0)" + +#: elf32-sh64.c:544 +#, c-format +msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16" +msgstr "%s: ERREUR GAS: insn PTB inattendue avec R_SH_PT_16" + +#: elf32-sh64.c:593 elf64-sh64.c:1703 +#, c-format +msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n" +msgstr "%s: ERREUR: relocalisation non alignée type %d à %08x relocalisé`%08x\n" + +#: elf32-sh64.c:677 +#, c-format +msgid "%s: could not write out added .cranges entries" +msgstr "%s: ne peut écrire en sortie des entrées .cranges" + +#: elf32-sh64.c:739 +#, c-format +msgid "%s: could not write out sorted .cranges entries" +msgstr "%s: ne peut écrire en sortie des entrées .cranges" + +#: elf32-sparc.c:1535 elf64-sparc.c:2224 #, c-format msgid "%s: probably compiled without -fPIC?" msgstr "%s: probablement compilé sans -fPIC?" -#: elf32-sparc.c:2007 +#: elf32-sparc.c:2002 #, c-format msgid "%s: compiled for a 64 bit system and target is 32 bit" msgstr "%s: compilé pour un système à 64 bits et la cible est de 32 bits" -#: elf32-sparc.c:2021 +#: elf32-sparc.c:2016 #, c-format msgid "%s: linking little endian files with big endian files" msgstr "" @@ -1312,220 +1244,498 @@ msgstr "ne peut repérer le symbole spéci msgid "could not locate special linker symbol __ctbp" msgstr "ne peut repérer le symbole spécial d'édition de lien __ctbp" -#: elf32-v850.c:1877 +#: elf32-v850.c:1875 #, c-format msgid "%s: Architecture mismatch with previous modules" msgstr "%s: l'architecture ne concorde pas avec les modules précédents" -#: elf32-v850.c:1897 +#: elf32-v850.c:1895 #, c-format msgid "private flags = %lx: " msgstr "fanions privés = %lx" -#: elf32-v850.c:1902 +#: elf32-v850.c:1900 msgid "v850 architecture" msgstr "architecture v850" -#: elf32-v850.c:1903 +#: elf32-v850.c:1901 msgid "v850e architecture" msgstr "architecture v850e" -#: elf32-v850.c:1904 +#: elf32-v850.c:1902 msgid "v850ea architecture" msgstr "architecture v850ea" -#: elf64-alpha.c:858 +#: elf32-vax.c:546 +msgid " [nonpic]" +msgstr " [nonpic]" + +#: elf32-vax.c:549 +msgid " [d-float]" +msgstr " [d-float]" + +#: elf32-vax.c:552 +msgid " [g-float]" +msgstr " [g-float]" + +#: elf32-vax.c:674 +#, c-format +msgid "%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of %ld" +msgstr "%s: AVERTISSEMENT: GOT ajouté de %ld vers « %s » ne concorde par avec le GOT ajouté de %ld" + +#: elf32-vax.c:1679 +#, c-format +msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored" +msgstr "%s: AVERTISSEMENT: PLT ajouté de %d vers « %s » de la section %s ignoré" + +#: elf32-vax.c:1814 +#, c-format +msgid "%s: warning: %s relocation against symbol `%s' from %s section" +msgstr "%s: AVERTISSEMENT: relocalisation %s vers le symbole « %s » de la section %s" + +#: elf32-vax.c:1820 +#, c-format +msgid "%s: warning: %s relocation to 0x%x from %s section" +msgstr "%s: AVERTISSEMENT: relocalisation %s vers 0x%x de la section %s" + +#: elf32-ia64.c:2280 elf32-xstormy16.c:414 elf64-ia64.c:2280 +msgid "non-zero addend in @fptr reloc" +msgstr "ajout non null dans la relocalisation @fptr" + +#: elf64-alpha.c:1097 msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "la relocalisation GPDISP n'a pas repéré les instructions ldah et lda" -#: elf64-alpha.c:2934 +#: elf64-alpha.c:3675 #, c-format msgid "%s: .got subsegment exceeds 64K (size %d)" msgstr "%s: le sous-segment .got excède 64K (taille %d)" -#: elf64-alpha.c:3518 elf64-alpha.c:3530 +#: elf64-alpha.c:4498 elf64-alpha.c:4510 #, c-format msgid "%s: gp-relative relocation against dynamic symbol %s" msgstr "%s: relocalisation relative gp vers le symbole dynamique %s" -#: elf64-hppa.c:2070 +#: elf64-alpha.c:4536 elf64-alpha.c:4676 +#, c-format +msgid "%s: pc-relative relocation against dynamic symbol %s" +msgstr "%s: relocalisation relative au PC vers le symbole dynamique %s" + +#: elf64-alpha.c:4564 +#, c-format +msgid "%s: change in gp: BRSGP %s" +msgstr "%s: changé dans le GP: BRSGP %s" + +#: elf64-alpha.c:4589 +msgid "" +msgstr "" + +#: elf64-alpha.c:4594 +#, c-format +msgid "%s: !samegp reloc against symbol without .prologue: %s" +msgstr "%s: relocalisation !samegp vers le symbole sans .prologue: %s" + +#: elf64-alpha.c:4639 +#, c-format +msgid "%s: unhandled dynamic relocation against %s" +msgstr "%s: relocalisation dynamique non traitée vers %s" + +#: elf64-alpha.c:4752 +#, c-format +msgid "%s: dtp-relative relocation against dynamic symbol %s" +msgstr "%s: relocalisation relative dtp vers le symbole dynamique %s" + +#: elf64-alpha.c:4775 +#, c-format +msgid "%s: tp-relative relocation against dynamic symbol %s" +msgstr "%s: relocalisation relative tp vers le symbole dynamique %s" + +#: elf64-hppa.c:2080 #, c-format msgid "stub entry for %s cannot load .plt, dp offset = %ld" msgstr "entrée du talon pour %s ne peut charger .plt, décalage dp = %ld" -#: elf64-mmix.c:1268 +#: elf64-mmix.c:1002 +#, c-format +msgid "" +"%s: Internal inconsistency error for value for\n" +" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%08lx\n" +msgstr "" +"%s: erreur d'inconsistence interne pour la valeur du registre global\n" +" alloué à l'édition de lien: lié: 0x%lx%08lx != relâché: 0x%lx%08lx\n" + +#: elf64-mmix.c:1386 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: (unknown) in %s" +msgstr "%s: relocalisation base plus décalage vers le symbole registre: (inconnu) dans %s" + +#: elf64-mmix.c:1391 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: %s in %s" +msgstr "%s: relocalisation base plus décalage vers le symbole registre: %s dans %s" + +#: elf64-mmix.c:1435 +#, c-format +msgid "%s: register relocation against non-register symbol: (unknown) in %s" +msgstr "%s: relocalisation de registre vers le symbole non-registre: (inconnu) dans %s" + +#: elf64-mmix.c:1440 #, c-format msgid "%s: register relocation against non-register symbol: %s in %s" msgstr "%s: relocalisation de registre vers le symbole non-registre: %s dans %s" -#: elf64-mmix.c:1270 -msgid "(unknown)" -msgstr "(inconnu)" - -#: elf64-mmix.c:1305 +#: elf64-mmix.c:1477 #, c-format msgid "%s: directive LOCAL valid only with a register or absolute value" msgstr "%s: directive LOCAL valide seulement avec un registre ou une valeur absolue" -#: elf64-mmix.c:1333 +#: elf64-mmix.c:1505 #, c-format msgid "%s: LOCAL directive: Register $%ld is not a local register. First global register is $%ld." msgstr "%s: directive LOCAL: registre $%ld n'est pas un registre local. Premier registre global est $%ld." -#: elf64-mmix.c:1609 +#: elf64-mmix.c:1965 #, c-format msgid "%s: Error: multiple definition of `%s'; start of %s is set in a earlier linked file\n" msgstr "%s: erreur: multiple définitions de « %s »; début de %s est initialisé dans un précédent fichier lié\n" -#: elf64-mmix.c:1668 +#: elf64-mmix.c:2024 msgid "Register section has contents\n" msgstr "Registre de section contient\n" -#: elf64-ppc.c:1466 libbfd.c:1436 +#: elf64-mmix.c:2186 +#, c-format +msgid "" +"Internal inconsistency: remaining %u != max %u.\n" +" Please report this bug." +msgstr "" +"Inconsistence interne: reste %u != max %u.\n" +" SVP rapporter cette anomalie." + +#: elf64-ppc.c:1669 libbfd.c:1435 #, c-format msgid "%s: compiled for a big endian system and target is little endian" msgstr "" "%s: compilé pour un système à octets de poids fort alors que la cible\n" "est un système à octets de poids faible" -#: elf64-ppc.c:1468 libbfd.c:1438 +#: elf64-ppc.c:1671 libbfd.c:1437 #, c-format msgid "%s: compiled for a little endian system and target is big endian" msgstr "" "%s: compilé pour un système à octets de poids faible alors que la cible\n" "est un système à octets de poids fort" -#: elf64-ppc.c:3166 +#: elf64-ppc.c:3610 #, c-format -msgid "linkage table overflow against `%s'" -msgstr "débordement de la table de liaison vers « %s »" +msgid "%s: unexpected reloc type %u in .opd section" +msgstr "%s: type inattendu de relocalisation %u dans la section .opd" -#: elf64-ppc.c:3244 -msgid "stub section size doesn't match calculated size" -msgstr "taille de la section du talon ne concorde pas avec la taille calculée" +#: elf64-ppc.c:3630 +#, c-format +msgid "%s: .opd is not a regular array of opd entries" +msgstr "%s: .opd n'est pas un tableau régulier d'entrées opd" + +#: elf64-ppc.c:3672 +#, c-format +msgid "%s: undefined sym `%s' in .opd section" +msgstr "%s: symbole « %s » indéfini dans la section .opd" -#: elf64-ppc.c:3845 +#: elf64-ppc.c:4397 +#, c-format +msgid "can't find branch stub `%s'" +msgstr "ne peut repérer le talon de branchement « %s »" + +#: elf64-ppc.c:4436 elf64-ppc.c:4501 +#, c-format +msgid "linkage table error against `%s'" +msgstr "erreur de liaison de la table de liaison vers « %s »" + +#: elf64-ppc.c:4573 +#, c-format +msgid "can't build branch stub `%s'" +msgstr "ne peut construire un talon de branchement « %s »" + +#: elf64-ppc.c:5179 +msgid "stubs don't match calculated size" +msgstr "taille des talons ne concorde pas avec la taille calculée" + +#: elf64-ppc.c:5828 #, c-format msgid "%s: Relocation %s is not supported for symbol %s." msgstr "%s: relocalisation %s n'est pas supportée pour le symbole %s." -#: elf64-ppc.c:3889 +#: elf64-ppc.c:5872 #, c-format msgid "%s: error: relocation %s not a multiple of 4" msgstr "%s: erreur: relocalisation %s n'est pas un multiple de 4" -#: elf64-sparc.c:1277 +#: elf64-sparc.c:1280 #, c-format msgid "%s: check_relocs: unhandled reloc type %d" msgstr "%s: check_relocs: type de relocalisation non traitée %d" -#: elf64-sparc.c:1314 +#: elf64-sparc.c:1317 #, c-format msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER" msgstr "%s: seuls les registres %%g[2367] peuvent être déclarés en utilisant les registres STT_REGISTER" -#: elf64-sparc.c:1334 +#: elf64-sparc.c:1337 #, c-format -msgid "Register %%g%d used incompatibly: %s in %s" -msgstr "Registre %%g%d utilisé de manière incompatible: %s dans %s" +msgid "Register %%g%d used incompatibly: %s in %s, previously %s in %s" +msgstr "Registre %%g%d utilisé de manière incompatible: %s dans %s précédemment %s dans %s" -#: elf64-sparc.c:1338 elf64-sparc.c:1362 elf64-sparc.c:1411 +#: elf64-sparc.c:1360 #, c-format -msgid " previously %s in %s" -msgstr " précédemment %s dans %s" +msgid "Symbol `%s' has differing types: REGISTER in %s, previously %s in %s" +msgstr "Symbole « %s » a des types qui diffèrent: REGISTRE dans %s, précédemment %s dans %s" -#: elf64-sparc.c:1359 elf64-sparc.c:1408 +#: elf64-sparc.c:1406 #, c-format -msgid "Symbol `%s' has differing types: %s in %s" -msgstr "Symbole « %s » a des types qui diffèrent: %s dans %s" +msgid "Symbol `%s' has differing types: %s in %s, previously REGISTER in %s" +msgstr "Symbole « %s » a des types qui diffèrent: %s dans %s, précédemment REGISTRE dans %s" -#: elf64-sparc.c:3014 +#: elf64-sparc.c:2970 #, c-format msgid "%s: linking UltraSPARC specific with HAL specific code" msgstr "%s: édition de liens spécifiques pour UltraSPARC avec du code spécifique HAL" -#: elfcode.h:1218 +#: elfcode.h:1198 #, c-format msgid "%s: version count (%ld) does not match symbol count (%ld)" msgstr "%s: compteur de version (%ld) ne concorde pas avec le symbole du compteur (%ld)" -#: elflink.c:434 +#: elflink.c:440 #, c-format msgid "%s: Section %s is too large to add hole of %ld bytes" msgstr "%s: section %s est trop grande pour ajouter un trou de %ld octets" -#: elflink.h:1113 +#: elflink.h:1090 #, c-format msgid "%s: warning: unexpected redefinition of `%s'" msgstr "%s: AVERTISSEMENT: redéfinition inattendue de « %s »" -#: elflink.h:1784 +#: elflink.h:1727 #, c-format msgid "%s: %s: invalid version %u (max %d)" msgstr "%s: %s: version invalide %u (max %d)" -#: elflink.h:1825 +#: elflink.h:1768 #, c-format msgid "%s: %s: invalid needed version %d" msgstr "%s: %s: version requise invalide %d" -#: elflink.h:1945 +#: elflink.h:1890 #, c-format msgid "Warning: size of symbol `%s' changed from %lu to %lu in %s" msgstr "AVERTISSEMENT: taille du symbole « %s » a changé de %lu à %lu dans %s" -#: elflink.h:4020 +#: elflink.h:3174 +#, c-format +msgid "%s: .preinit_array section is not allowed in DSO" +msgstr "%s: section .preinit_array n'est pas permise dans DSO" + +#: elflink.h:4030 #, c-format msgid "warning: type and size of dynamic symbol `%s' are not defined" msgstr "AVERTISSEMENT: type et taille du symbole dynamique « %s » ne sont pas définis" -#: elflink.h:4329 +#: elflink.h:4345 #, c-format msgid "%s: undefined versioned symbol name %s" msgstr "%s: nom symbole avec version indéfinie %s" -#: elflink.h:4559 elflink.h:4567 elflink.h:6218 elflink.h:7295 +#: elflink.h:4611 elflink.h:4619 elflink.h:6508 elflink.h:7600 msgid "Error: out of memory" msgstr "Erreur: mémoire épuisée" -#: elflink.h:4729 +#: elflink.h:4781 msgid "Not enough memory to sort relocations" msgstr "Pas assez de mémoire pour effectuer le trie des relocalisations" -#: elflink.h:5995 +#: elflink.h:5682 elflink.h:5725 +#, c-format +msgid "%s: could not find output section %s" +msgstr "%s: ne peut repérer la section de sortie %s" + +#: elflink.h:5688 +#, c-format +msgid "warning: %s section has zero size" +msgstr "AVERTISSEMENT: section %s a une taille nulle" + +#: elflink.h:6275 #, c-format msgid "%s: could not find output section %s for input section %s" msgstr "%s: ne peut repérer la section de sortie %s pour la section d'entrée %s" -#: elflink.h:6568 +#: elflink.h:6486 +#, c-format +msgid "%s: relocation size mismatch in %s section %s" +msgstr "%s: taille de la relocalisation ne concorde pas dans %s section %s" + +#: elflink.h:6849 msgid "warning: relocation against removed section; zeroing" msgstr "AVERTISSEMENT: relocalisation vers une section qui a été enlevée; mise à zéro" -#: elflink.h:6598 +#: elflink.h:6879 msgid "warning: relocation against removed section" msgstr "AVERTISSEMENT: relocalisation vers une section enlevée" -#: elflink.h:6611 +#: elflink.h:6892 #, c-format msgid "local symbols in discarded section %s" msgstr "symboles locaux de la section mise à l'écart %s" -#: i386linux.c:455 m68klinux.c:459 sparclinux.c:456 +#: elfxx-mips.c:734 +msgid "static procedure (no name)" +msgstr "procédure statique (sans name)" + +#: elfxx-mips.c:1601 +msgid "not enough GOT space for local GOT entries" +msgstr "pas suffisamment d'espace GOT pour les entrées locales GOT" + +#: elfxx-mips.c:2750 +#, c-format +msgid "%s: %s+0x%lx: jump to stub routine which is not jal" +msgstr "%s: %s+0x%lx: saut vers la routine dans la partie du talon (stub) qui n'est pas jal" + +#: elfxx-mips.c:4270 +#, c-format +msgid "%s: Malformed reloc detected for section %s" +msgstr "%s: relocalisation mal composée détectée dans la section %s" + +#: elfxx-mips.c:4348 +#, c-format +msgid "%s: CALL16 reloc at 0x%lx not against global symbol" +msgstr "%s: appel CALL16 de relocalisation à 0x%lx qui n'est pas pourun symbole global" + +#: elfxx-mips.c:7301 +#, c-format +msgid "%s: illegal section name `%s'" +msgstr "%s: nom illégal de section « %s »" + +#: elfxx-mips.c:7615 +#, c-format +msgid "%s: linking PIC files with non-PIC files" +msgstr "%s: édition de liens des fichiers PIC avec des fichiers non PIC" + +#: elfxx-mips.c:7625 +#, c-format +msgid "%s: linking abicalls files with non-abicalls files" +msgstr "%s: édition de liens des fichier abicalls avec des fichiers non abicalls" + +#: elfxx-mips.c:7654 +#, c-format +msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" +msgstr "%s: ISA ne concorde pas (-mips%d) avec les modules précédents (-mips%d)" + +#: elfxx-mips.c:7676 +#, c-format +msgid "%s: ISA mismatch (%d) with previous modules (%d)" +msgstr "%s: ISA ne concorde pas (%d) avec les modules précédents (%d)" + +#: elfxx-mips.c:7699 +#, c-format +msgid "%s: ABI mismatch: linking %s module with previous %s modules" +msgstr "%s: ABI ne concorde pas: édition de lien du module %s avec les modules précédents %s" + +#: elfxx-mips.c:7759 +msgid " [abi=O32]" +msgstr " [abi=O32]" + +#: elfxx-mips.c:7761 +msgid " [abi=O64]" +msgstr " [abi=O64]" + +#: elfxx-mips.c:7763 +msgid " [abi=EABI32]" +msgstr " [abi=EABI32]" + +#: elfxx-mips.c:7765 +msgid " [abi=EABI64]" +msgstr " [abi=EABI64]" + +#: elfxx-mips.c:7767 +msgid " [abi unknown]" +msgstr " [abi inconnu]" + +#: elfxx-mips.c:7769 +msgid " [abi=N32]" +msgstr " [abi=N32]" + +#: elfxx-mips.c:7771 +msgid " [abi=64]" +msgstr " [abi=64]" + +#: elfxx-mips.c:7773 +msgid " [no abi set]" +msgstr " [aucun jeu abi]" + +#: elfxx-mips.c:7776 +msgid " [mips1]" +msgstr " [mips1]" + +#: elfxx-mips.c:7778 +msgid " [mips2]" +msgstr " [mips2]" + +#: elfxx-mips.c:7780 +msgid " [mips3]" +msgstr " [mips3]" + +#: elfxx-mips.c:7782 +msgid " [mips4]" +msgstr " [mips4]" + +#: elfxx-mips.c:7784 +msgid " [mips5]" +msgstr " [mips5]" + +#: elfxx-mips.c:7786 +msgid " [mips32]" +msgstr " [mips32]" + +#: elfxx-mips.c:7788 +msgid " [mips64]" +msgstr " [mips64]" + +#: elfxx-mips.c:7790 +msgid " [unknown ISA]" +msgstr " [ISA inconnu]" + +#: elfxx-mips.c:7793 +msgid " [mdmx]" +msgstr " [mdmx]" + +#: elfxx-mips.c:7796 +msgid " [mips16]" +msgstr " [mips16]" + +#: elfxx-mips.c:7799 +msgid " [32bitmode]" +msgstr " [mode 32 bits]" + +#: elfxx-mips.c:7801 +msgid " [not 32bitmode]" +msgstr " [aucun mode 32 bits]" + +#: i386linux.c:458 m68klinux.c:462 sparclinux.c:459 #, c-format msgid "Output file requires shared library `%s'\n" msgstr "La sortie requiert une ilbrairie partagée « %s »\n" -#: i386linux.c:463 m68klinux.c:467 sparclinux.c:464 +#: i386linux.c:466 m68klinux.c:470 sparclinux.c:467 #, c-format msgid "Output file requires shared library `%s.so.%s'\n" msgstr "Le fichier de sortie requiert une librairie partagée « %s.so.%s »\n" -#: i386linux.c:653 i386linux.c:703 m68klinux.c:660 m68klinux.c:708 sparclinux.c:655 sparclinux.c:705 +#: i386linux.c:655 i386linux.c:705 m68klinux.c:662 m68klinux.c:710 +#: sparclinux.c:657 sparclinux.c:707 #, c-format msgid "Symbol %s not defined for fixups\n" msgstr "Symbole %s n'est pas défini pour les corrections\n" -#: i386linux.c:727 m68klinux.c:732 sparclinux.c:729 +#: i386linux.c:729 m68klinux.c:734 sparclinux.c:731 msgid "Warning: fixup count mismatch\n" msgstr "AVERTISSEMENT: correction du compteur qui ne concordait pas\n" @@ -1541,7 +1751,7 @@ msgstr "%s: symbole non reconnue « %s » #: ieee.c:877 #, c-format -msgid "%s: unimplemented ATI record %u for symbol %u" +msgid "%s: unimplemented ATI record %u for symbol %u" msgstr "%s: enregistrement ATI non implanté %u pour le symbole %u" #: ieee.c:902 @@ -1559,49 +1769,49 @@ msgstr "%s: type inattendu après ATN" msgid "%s:%d: unexpected character `%s' in Intel Hex file\n" msgstr "%s:%d: caractères inattendue « %s » dans le fichier Intel hexadécimal\n" -#: ihex.c:368 +#: ihex.c:366 #, c-format msgid "%s:%u: bad checksum in Intel Hex file (expected %u, found %u)" msgstr "%s:%u: somme de contrôle erronée dans le fichier Intel hexadécimal (attendu %u, obtenu %u)" -#: ihex.c:422 +#: ihex.c:420 #, c-format msgid "%s:%u: bad extended address record length in Intel Hex file" msgstr "%s:%u: longueur erronée de l'enregistrement d'adresse étendue dans le fichier Intel hexadécimal" -#: ihex.c:439 +#: ihex.c:437 #, c-format msgid "%s:%u: bad extended start address length in Intel Hex file" msgstr "%s:%u: longueur erronée d'adresse étendue de début dans le fichier Intel hexadécimal" -#: ihex.c:456 +#: ihex.c:454 #, c-format msgid "%s:%u: bad extended linear address record length in Intel Hex file" msgstr "%s:%u: longueur erronée de l'enregistrement d'adresse étendue linéaire dans le fichier Intel hexadécimal" -#: ihex.c:473 +#: ihex.c:471 #, c-format msgid "%s:%u: bad extended linear start address length in Intel Hex file" msgstr "%s:%u: longueur erronée d'adresse étendue linéraire de début dans le fichier Intel hexadécimal" -#: ihex.c:490 +#: ihex.c:488 #, c-format msgid "%s:%u: unrecognized ihex type %u in Intel Hex file\n" msgstr "%s:%u: type ihex non reconnu %u dans le fichier Intel hexadécimal\n" -#: ihex.c:610 +#: ihex.c:607 #, c-format msgid "%s: internal error in ihex_read_section" msgstr "%s: erreur interne dans ihex_read_section" -#: ihex.c:645 +#: ihex.c:642 #, c-format msgid "%s: bad section length in ihex_read_section" msgstr "%s: longuer erronée de section dans ihex_read_section" -#: ihex.c:863 +#: ihex.c:860 #, c-format -msgid "%s: address 0x%s out of range for Intex Hex file" +msgid "%s: address 0x%s out of range for Intel Hex file" msgstr "%s: adresse 0x%s hors gamme pour le fichier Intel hexadécimal" #: libbfd.c:492 @@ -1613,27 +1823,27 @@ msgstr "pas de table de projection: donn msgid "not mapping: env var not set\n" msgstr "pas de table de projection: variable d'environnement pas initialisée\n" -#: libbfd.c:1463 +#: libbfd.c:1466 #, c-format -msgid "Deprecated %s called" -msgstr "%s appel déprécié" +msgid "Deprecated %s called at %s line %d in %s\n" +msgstr "%s déprécié appelé à %s dans la ligne %d dans %s\n" -#: libbfd.c:1465 +#: libbfd.c:1469 #, c-format -msgid " at %s line %d in %s\n" -msgstr " à %s ligne %d dans %s\n" +msgid "Deprecated %s called\n" +msgstr "%s appel déprécié\n" -#: linker.c:1849 +#: linker.c:1873 #, c-format msgid "%s: indirect symbol `%s' to `%s' is a loop" msgstr "%s: symbole indirect « %s » vers « %s » est une boucle" -#: linker.c:2745 +#: linker.c:2776 #, c-format msgid "Attempt to do relocateable link with %s input and %s output" msgstr "Tentative de relocalisation d'un lien avec %s à l'entrée et %s à la sortie" -#: merge.c:897 +#: merge.c:892 #, c-format msgid "%s: access beyond end of merged section (%ld + %ld)" msgstr "%s: accès au-delà de la fin de la section fusionnée (%ld + %ld)" @@ -1643,127 +1853,127 @@ msgstr "%s: accès au-delà de la fin de l msgid "%s: No core to allocate section name %s\n" msgstr "%s: pas de corps pour allouer un nom de section %s\n" -#: mmo.c:537 +#: mmo.c:536 #, c-format msgid "%s: No core to allocate a symbol %d bytes long\n" msgstr "%s: pas de corps pour allouer un symbole %d octets de longueur\n" -#: mmo.c:1190 +#: mmo.c:1245 #, c-format msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n" msgstr "%s: fichier mmo invalide: valeur d'initialisation pour $255 n'est pas « Main »\n" -#: mmo.c:1336 +#: mmo.c:1391 #, c-format msgid "%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name starting with `%s'\n" msgstr "%s: séquence de caractères large 0x%02X 0x%02X non supportée après le nom de symbole débutant avec « %s »\n" -#: mmo.c:1571 +#: mmo.c:1633 #, c-format msgid "%s: invalid mmo file: unsupported lopcode `%d'\n" msgstr "%s: fichier mmo invalide: lopcode non supporté « %d »\n" -#: mmo.c:1581 +#: mmo.c:1643 #, c-format msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" msgstr "%s: fichier mmo invalide: attendu YZ = 1 obtenu YZ = %d pour lop_quote\n" -#: mmo.c:1617 +#: mmo.c:1679 #, c-format msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" msgstr "%s: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_loc\n" -#: mmo.c:1663 +#: mmo.c:1725 #, c-format msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" msgstr "%s: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_fixo\n" -#: mmo.c:1702 +#: mmo.c:1764 #, c-format msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" msgstr "%s: fichier mmo invalide: attendu y = 0, obtenu y = %d pour lop_fixrx\n" -#: mmo.c:1711 +#: mmo.c:1773 #, c-format msgid "%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" msgstr "%s: fichier mmo invalide: attendu z = 16 ou z = 24, obtenu z = %d pour lop_fixrx\n" -#: mmo.c:1734 +#: mmo.c:1796 #, c-format msgid "%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d for lop_fixrx\n" msgstr "%s: fichier mmo invalide: octet de tête du mot de l'opérande doit être 0 ou 1, obtenu %d pour lop_fixrx\n" -#: mmo.c:1757 +#: mmo.c:1819 #, c-format msgid "%s: cannot allocate file name for file number %d, %d bytes\n" msgstr "%s: ne allouer un nom de ficheir pour le no. de fichier %d, %d octets\n" -#: mmo.c:1777 +#: mmo.c:1839 #, c-format msgid "%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" msgstr "%s: fichier mmo invalide: no. de fichier %d « %s », a déjà été entré comme « %s »\n" -#: mmo.c:1790 +#: mmo.c:1852 #, c-format msgid "%s: invalid mmo file: file name for number %d was not specified before use\n" msgstr "%s: fichier mmo invalide: nom de fichier %d n'a pas été spécifié avant son utilisation\n" -#: mmo.c:1896 +#: mmo.c:1958 #, c-format msgid "%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" msgstr "%s: fichier mmo invalide: champs y et z de lop_stab non null, y: %d, z: %d\n" -#: mmo.c:1932 +#: mmo.c:1994 #, c-format msgid "%s: invalid mmo file: lop_end not last item in file\n" msgstr "%s: fichier mmo invalide: lop_end N,est pas le dernier item dans le fichier\n" -#: mmo.c:1945 +#: mmo.c:2007 #, c-format msgid "%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras to the preceding lop_stab (%ld)\n" msgstr "%s: fichier mmo invalide: YZ de lop_end (%ld) n'est pas égal au nombre de teras du lop_stab précédent (%ld)\n" -#: mmo.c:2610 +#: mmo.c:2670 #, c-format msgid "%s: invalid symbol table: duplicate symbol `%s'\n" msgstr "%s: table de symboles invalides: duplication du symbole « %s »\n" -#: mmo.c:2898 +#: mmo.c:2921 #, c-format msgid "%s: Bad symbol definition: `Main' set to %s rather than the start address %s\n" msgstr "%s: définition de symbole erronée: « Main » initialisé à %s au lieu de l'adresse de départ %s\n" -#: mmo.c:2932 +#: mmo.c:3011 #, c-format msgid "%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: %d. Only `Main' will be emitted.\n" msgstr "%s: avertissement: table de symboles trop grande pour mmo, plus grande que 65535 mots de 32 bits: %d. Seul « Main » sera produit.\n" -#: mmo.c:2977 +#: mmo.c:3056 #, c-format msgid "%s: internal error, symbol table changed size from %d to %d words\n" msgstr "%s: erreur interne, table de symbole a changé de taille de %d à %d mots\n" -#: mmo.c:3032 +#: mmo.c:3111 #, c-format msgid "%s: internal error, internal register section %s had contents\n" msgstr "%s: erreur interne, registre interne de section %s a du contenu\n" -#: mmo.c:3084 +#: mmo.c:3163 #, c-format msgid "%s: no initialized registers; section length 0\n" msgstr "%s: pas de registres initialisés; section de longeur 0\n" -#: mmo.c:3090 +#: mmo.c:3169 #, c-format msgid "%s: too many initialized registers; section length %ld\n" msgstr "%s: trop de resigstres initialisés; longueur de section %ld\n" -#: mmo.c:3095 +#: mmo.c:3174 #, c-format msgid "%s: invalid start address for initialized registers of length %ld: 0x%lx%08lx\n" msgstr "%s: adresse de départ invalide pour des registres initialisés de longueur %ld: 0x%lx%08lx\n" -#: oasys.c:1036 +#: oasys.c:1029 #, c-format msgid "%s: can not represent section `%s' in oasys" msgstr "%s: ne peut représenter la section « %s » dans oasis" @@ -1886,7 +2096,7 @@ msgstr "Secteur de la partition[%d] = 0x msgid "Partition[%d] length = 0x%.8lx (%ld)\n" msgstr "Longueur de la partition[%d] = 0x%.8lx (%ld)\n" -#: som.c:5402 +#: som.c:5398 msgid "som_sizeof_headers unimplemented" msgstr "som_sizeof_headers non implanté" @@ -1895,7 +2105,12 @@ msgstr "som_sizeof_headers non implanté" msgid "%s:%d: Unexpected character `%s' in S-record file\n" msgstr "%s:%d: caractère inattendue « %s » dans le fichier S-record\n" -#: syms.c:996 +#: stabs.c:319 +#, c-format +msgid "%s(%s+0x%lx): Stabs entry has invalid string index." +msgstr "%s(%s+0x%lx): entrée des talons a une chaîne index invalide" + +#: syms.c:1044 msgid "Unsupported .stab relocation" msgstr "Relocalisation du .stab non supporté" @@ -1914,7 +2129,7 @@ msgstr "bfd_set_section_flags (%s, %x) a msgid "Size mismatch section %s=%lx, %s=%lx" msgstr "Taille de section ne concorde pas %s=%lx, %s=%lx" -#: vms-gsd.c:704 +#: vms-gsd.c:702 #, c-format msgid "unknown gsd/egsd subtype %d" msgstr "sous type gsd/egsd inconnu %d" @@ -1950,421 +2165,334 @@ msgstr "Symbole %s remplacé par %s\n" msgid "failed to enter %s" msgstr "échec d'insertion de %s" -#: vms-tir.c:78 +#: vms-tir.c:81 msgid "No Mem !" msgstr "Mémoire épuisée!" -#: vms-tir.c:313 -msgid "Bad section index in ETIR_S_C_STA_PQ" -msgstr "Index de section erronée dans ETIR_S_C_STA_PQ" - -#: vms-tir.c:328 +#: vms-tir.c:362 #, c-format -msgid "Unsupported STA cmd %d" -msgstr "Commande STA non supportée %d" +msgid "bad section index in %s" +msgstr "index de section erronée dans %s" -#: vms-tir.c:333 vms-tir.c:1301 +#: vms-tir.c:375 #, c-format -msgid "Reserved STA cmd %d" -msgstr "Commande STA réservée %d" +msgid "unsupported STA cmd %s" +msgstr "commande STA non supportée %s" -#: vms-tir.c:443 +#: vms-tir.c:380 vms-tir.c:1240 #, c-format -msgid "ETIR_S_C_STO_GBL: no symbol \"%s\"" -msgstr "ETIR_S_C_STO_GBL: pas de symbole « %s »" +msgid "reserved STA cmd %d" +msgstr "commande STA réservée %d" -#: vms-tir.c:465 +#: vms-tir.c:491 vms-tir.c:514 #, c-format -msgid "ETIR_S_C_STO_CA: no symbol \"%s\"" -msgstr "ETIR_S_C_STO_CA: pas de symbole « %s »" - -#: vms-tir.c:478 -msgid "ETIR_S_C_STO_RB/AB: Not supported" -msgstr "ETIR_S_C_STO_RB/AB: non supporté" - -#: vms-tir.c:538 -msgid "ETIR_S_C_STO_LP_PSB: Not supported" -msgstr "ETIR_S_C_STO_LP_PSB: non supporté" - -#: vms-tir.c:544 -msgid "ETIR_S_C_STO_HINT_GBL: not implemented" -msgstr "ETIR_S_C_STO_HINT_GBL: pas implanté" - -#: vms-tir.c:550 -msgid "ETIR_S_C_STO_HINT_PS: not implemented" -msgstr "ETIR_S_C_STO_HINT_PS: pas implanté" +msgid "%s: no symbol \"%s\"" +msgstr "%s: pas de symbole \"%s\"" -#: vms-tir.c:554 vms-tir.c:1473 +#. unsigned shift +#. rotate +#. Redefine symbol to current location. +#. Define a literal. +#: vms-tir.c:581 vms-tir.c:693 vms-tir.c:803 vms-tir.c:821 vms-tir.c:829 +#: vms-tir.c:838 vms-tir.c:1563 #, c-format -msgid "Reserved STO cmd %d" -msgstr "Commande STO réservée %d" +msgid "%s: not supported" +msgstr "%s: pas supporté" -#: vms-tir.c:667 -msgid "ETIR_S_C_OPR_INSV: Not supported" -msgstr "ETIR_S_C_OPR_INSV: non supporté" - -#: vms-tir.c:685 -msgid "ETIR_S_C_OPR_USH: Not supported" -msgstr "ETIR_S_C_OPR_USH: non supporté" - -#: vms-tir.c:691 -msgid "ETIR_S_C_OPR_ROT: Not supported" -msgstr "ETIR_S_C_OPR_ROT: non supporté" - -#: vms-tir.c:710 -msgid "ETIR_S_C_OPR_REDEF: Not supported" -msgstr "ETIR_S_C_OPR_REDEF: non supporté" - -#: vms-tir.c:716 -msgid "ETIR_S_C_OPR_DFLIT: Not supported" -msgstr "ETIR_S_C_OPR_DFLIT: non supporté" - -#: vms-tir.c:720 vms-tir.c:1668 +#: vms-tir.c:586 vms-tir.c:1418 #, c-format -msgid "Reserved OPR cmd %d" -msgstr "Commande OPR réservée %d" +msgid "%s: not implemented" +msgstr "%s: non implanté" -#: vms-tir.c:788 vms-tir.c:1737 +#: vms-tir.c:590 vms-tir.c:1422 #, c-format -msgid "Reserved CTL cmd %d" -msgstr "Commande CTL réservée %d" - -#: vms-tir.c:816 -msgid "ETIR_S_C_STC_LP: not supported" -msgstr "ETIR_S_C_STC_LP: non supporté" - -#: vms-tir.c:834 -msgid "ETIR_S_C_STC_GBL: not supported" -msgstr "ETIR_S_C_STC_GBL: non supporté" +msgid "reserved STO cmd %d" +msgstr "commande STO réservée %d" -#: vms-tir.c:842 -msgid "ETIR_S_C_STC_GCA: not supported" -msgstr "ETIR_S_C_STC_GCA: non supporté" +#: vms-tir.c:708 vms-tir.c:1568 +#, c-format +msgid "reserved OPR cmd %d" +msgstr "commande OPR réservée %d" -#: vms-tir.c:851 -msgid "ETIR_S_C_STC_PS: not supported" -msgstr "ETIR_S_C_STC_PS: non supporté" +#: vms-tir.c:776 vms-tir.c:1632 +#, c-format +msgid "reserved CTL cmd %d" +msgstr "commande CTL réservée %d" -#. -#. * stack byte from image -#. * arg: - -#. * -#. -#: vms-tir.c:1199 -msgid "Stack-from-image not implemented" -msgstr "Stack-from-image non implanté" +#. stack byte from image +#. arg: none. +#: vms-tir.c:1148 +msgid "stack-from-image not implemented" +msgstr "pile depuis l'image non implanté" -#: vms-tir.c:1219 -msgid "Stack-entry-mask not fully implemented" -msgstr "Stack-entry-mask pas complètement implanté" +#: vms-tir.c:1166 +msgid "stack-entry-mask not fully implemented" +msgstr "masque de pile d'entrée pas complètement implanté" +#. compare procedure argument +#. arg: cs symbol name +#. by argument index +#. da argument descriptor #. -#. * compare procedure argument -#. * arg: cs symbol name -#. * by argument index -#. * da argument descriptor -#. * -#. * compare argument descriptor with symbol argument (ARG$V_PASSMECH) -#. * and stack TRUE (args match) or FALSE (args dont match) value -#. -#: vms-tir.c:1235 +#. compare argument descriptor with symbol argument (ARG$V_PASSMECH) +#. and stack TRUE (args match) or FALSE (args dont match) value. +#: vms-tir.c:1180 msgid "PASSMECH not fully implemented" msgstr "PASSMECH pas complètement implanté" -#: vms-tir.c:1256 -msgid "Stack-local-symbol not fully implemented" -msgstr "Stack-local-symbol pas complètement implanté" - -#: vms-tir.c:1271 -msgid "Stack-literal not fully implemented" -msgstr "Stack-literal pas complètement implanté" - -#: vms-tir.c:1294 -msgid "Stack-local-symbol-entry-point-mask not fully implemented" -msgstr "Stack-local-symbol-entry-point-mask pas complètement implanté" - -#: vms-tir.c:1469 -#, c-format -msgid "Unimplemented STO cmd %d" -msgstr "Commande STO non implantée %d" - -#: vms-tir.c:1608 -msgid "TIR_S_C_OPR_ASH incomplete" -msgstr "TIR_S_C_OPR_ASH incomplète" - -#: vms-tir.c:1622 -msgid "TIR_S_C_OPR_USH incomplete" -msgstr "TIR_S_C_OPR_USH incomplète" - -#: vms-tir.c:1636 -msgid "TIR_S_C_OPR_ROT incomplete" -msgstr "TIR_S_C_OPR_ROT incomplète" - -#. -#. * redefine symbol to current location -#. -#: vms-tir.c:1657 -msgid "TIR_S_C_OPR_REDEF not supported" -msgstr "TIR_S_C_OPR_REDEF non supporté" - -#. -#. * define a literal -#. -#: vms-tir.c:1664 -msgid "TIR_S_C_OPR_DFLIT not supported" -msgstr "TIR_S_C_OPR_DFLIT non supporté" +#: vms-tir.c:1199 +msgid "stack-local-symbol not fully implemented" +msgstr "symbole local de pile pas complètement implanté" -#: vms-tir.c:1718 -msgid "TIR_S_C_CTL_DFLOC not fully implemented" -msgstr "TIR_S_C_CTL_DFLOC pas complètement implanté" +#: vms-tir.c:1212 +msgid "stack-literal not fully implemented" +msgstr "litéral de pile pas complètement implanté" -#: vms-tir.c:1726 -msgid "TIR_S_C_CTL_STLOC not fully implemented" -msgstr "TIR_S_C_CTL_STLOC pas complètement implanté" +#: vms-tir.c:1233 +msgid "stack-local-symbol-entry-point-mask not fully implemented" +msgstr "masque du symbole local de point d'entrée de pile pas complètement implanté" -#: vms-tir.c:1734 -msgid "TIR_S_C_CTL_STKDL not fully implemented" -msgstr "TIR_S_C_CTL_STKDL n'est pas complètement implanté" +#: vms-tir.c:1510 vms-tir.c:1522 vms-tir.c:1534 vms-tir.c:1546 vms-tir.c:1611 +#: vms-tir.c:1619 vms-tir.c:1627 +#, c-format +msgid "%s: not fully implemented" +msgstr "%s: pas complètement implanté" -#: vms-tir.c:1791 +#: vms-tir.c:1684 #, c-format -msgid "Obj code %d not found" -msgstr "Code objet %d non repéré" +msgid "obj code %d not found" +msgstr "code objet %d non repéré" -#: vms-tir.c:2137 +#: vms-tir.c:2019 #, c-format msgid "SEC_RELOC with no relocs in section %s" msgstr "SEC_RELOC sans relocalisation dans la section %s" -#: vms-tir.c:2424 +#: vms-tir.c:2307 #, c-format msgid "Unhandled relocation %s" msgstr "Relocalisation non traitée: %s" -#: xcofflink.c:1241 +#: xcofflink.c:1243 #, c-format msgid "%s: `%s' has line numbers but no enclosing section" msgstr "%s: « %s » contient des numéros de lignes mais de section de fermeture" -#: xcofflink.c:1294 +#: xcofflink.c:1296 #, c-format msgid "%s: class %d symbol `%s' has no aux entries" msgstr "%s: classe %d symbole « %s » n'a pas d'entrée auxiliaire" -#: xcofflink.c:1317 +#: xcofflink.c:1319 #, c-format msgid "%s: symbol `%s' has unrecognized csect type %d" msgstr "%s: symbole « %s » a un type csect non reconnu %d" -#: xcofflink.c:1329 +#: xcofflink.c:1331 #, c-format msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d" msgstr "%s: symbole XTY_ER erroné « %s »: classe %d scnum %d scnlen %d" -#: xcofflink.c:1365 +#: xcofflink.c:1367 #, c-format msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d" msgstr "%s: XMC_TC0 symbol « %s » est la classe %d scnlen %d" -#: xcofflink.c:1517 +#: xcofflink.c:1519 #, c-format msgid "%s: csect `%s' not in enclosing section" msgstr "%s: csect « %s » n'est pas dans un section fermée" -#: xcofflink.c:1624 +#: xcofflink.c:1626 #, c-format msgid "%s: misplaced XTY_LD `%s'" msgstr "%s: XTY_LD mal placé « %s »" -#: xcofflink.c:1948 +#: xcofflink.c:1957 #, c-format msgid "%s: reloc %s:%d not in csect" msgstr "%s: relocalisation %s:%d n'est pas dans csect" -#: xcofflink.c:2083 +#: xcofflink.c:2092 #, c-format msgid "%s: XCOFF shared object when not producing XCOFF output" msgstr "%s: objet XCOFF partagé sans être en production de sortie XCOFF" -#: xcofflink.c:2104 +#: xcofflink.c:2113 #, c-format msgid "%s: dynamic object with no .loader section" msgstr "%s: objet dynamique sans section .loader" -#: xcofflink.c:2749 +#: xcofflink.c:2758 #, c-format msgid "%s: no such symbol" msgstr "%s: pas de tel symbole" -#: xcofflink.c:2890 +#: xcofflink.c:2891 msgid "error: undefined symbol __rtinit" msgstr "erreur: symbole __rtinit indéfini" -#: xcofflink.c:3458 +#: xcofflink.c:3453 #, c-format msgid "warning: attempt to export undefined symbol `%s'" msgstr "AVERTISSEMENT: tentative d'exportation d'un symbole indéfini « %s »" -#: xcofflink.c:4452 +#: xcofflink.c:4447 #, c-format msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling" msgstr "Débordement de la table des entrées: 0x%lx > 0x10000; essayer l'option -mminimal-toc" -#: xcofflink.c:5292 xcofflink.c:5754 xcofflink.c:5816 xcofflink.c:6117 +#: xcofflink.c:5287 xcofflink.c:5756 xcofflink.c:5818 xcofflink.c:6119 #, c-format msgid "%s: loader reloc in unrecognized section `%s'" msgstr "%s: chargeur de relocalisation dans une section non reconnnue « %s »" -#: xcofflink.c:5314 xcofflink.c:6128 +#: xcofflink.c:5309 xcofflink.c:6130 #, c-format msgid "%s: `%s' in loader reloc but not loader sym" msgstr "%s: « %s » est dans le chargeur de relocalisation mais pas dans celui des symboles" -#: xcofflink.c:5329 +#: xcofflink.c:5324 #, c-format msgid "%s: loader reloc in read-only section %s" msgstr "%s: chargeur de relocalisation dans un section en lecture seulement %s" -#: elf32-ia64.c:2190 elf64-ia64.c:2190 +#: elf32-ia64.c:2222 elf64-ia64.c:2222 msgid "@pltoff reloc against local symbol" msgstr "relocalisation @pltoff vers un symbole local" -#: elf32-ia64.c:2248 elf64-ia64.c:2248 -msgid "non-zero addend in @fptr reloc" -msgstr "ajout non null dans la relocalisation @fptr" - -#: elf32-ia64.c:3414 elf64-ia64.c:3414 +#: elf32-ia64.c:3562 elf64-ia64.c:3562 #, c-format msgid "%s: short data segment overflowed (0x%lx >= 0x400000)" msgstr "%s: débordement du segment de données court (0x%lx >= 0x400000)" -#: elf32-ia64.c:3425 elf64-ia64.c:3425 +#: elf32-ia64.c:3573 elf64-ia64.c:3573 #, c-format msgid "%s: __gp does not cover short data segment" msgstr "%s: __gp ne couvre pas ce segment de données court" -#: elf32-ia64.c:3729 elf64-ia64.c:3729 +#: elf32-ia64.c:3858 elf64-ia64.c:3858 #, c-format msgid "%s: linking non-pic code in a shared library" msgstr "%s: liaison de code non-pic dans une librairie partagée" -#: elf32-ia64.c:3762 elf64-ia64.c:3762 +#: elf32-ia64.c:3891 elf64-ia64.c:3891 #, c-format msgid "%s: @gprel relocation against dynamic symbol %s" msgstr "%s: relocalisation @gprel vers le symbole dynamique %s" -#: elf32-ia64.c:3901 elf64-ia64.c:3901 +#: elf32-ia64.c:4030 elf64-ia64.c:4030 #, c-format msgid "%s: dynamic relocation against speculation fixup" msgstr "%s: relocalisation dynamique vers un correctif spéculé" -#: elf32-ia64.c:3909 elf64-ia64.c:3909 +#: elf32-ia64.c:4038 elf64-ia64.c:4038 #, c-format msgid "%s: speculation fixup against undefined weak symbol" msgstr "%s: correctif spéculé vers un symbole faible indéfini" -#: elf32-ia64.c:4093 elf64-ia64.c:4093 +#: elf32-ia64.c:4271 elf64-ia64.c:4271 msgid "unsupported reloc" msgstr "relocalisation non supporté" -#: elf32-ia64.c:4373 elf64-ia64.c:4373 +#: elf32-ia64.c:4551 elf64-ia64.c:4551 #, c-format msgid "%s: linking trap-on-NULL-dereference with non-trapping files" msgstr "%s: édition de liens trap-on-NULL-dereference avec des fichiers non-trapping" -#: elf32-ia64.c:4382 elf64-ia64.c:4382 +#: elf32-ia64.c:4560 elf64-ia64.c:4560 #, c-format msgid "%s: linking big-endian files with little-endian files" msgstr "" "%s: édition de liens pour des fichiers en système à octets de poids fort\n" "avec des fichiers pour des systèmes à octets de poids faible" -#: elf32-ia64.c:4391 elf64-ia64.c:4391 +#: elf32-ia64.c:4569 elf64-ia64.c:4569 #, c-format msgid "%s: linking 64-bit files with 32-bit files" msgstr "%s: édition de liens de fichiers de 64 bits avec des fichiers de 32 bits" -#: elf32-ia64.c:4400 elf64-ia64.c:4400 +#: elf32-ia64.c:4578 elf64-ia64.c:4578 #, c-format msgid "%s: linking constant-gp files with non-constant-gp files" msgstr "%s: édition de liens de fichiers constant-gp avec des fichier non-constant-gp" -#: elf32-ia64.c:4410 elf64-ia64.c:4410 +#: elf32-ia64.c:4588 elf64-ia64.c:4588 #, c-format msgid "%s: linking auto-pic files with non-auto-pic files" msgstr "%s: édition de liens de fichiers auto-pic avec des fichiers non-auto-pic" -#: peigen.c:964 pepigen.c:964 +#: peigen.c:962 pepigen.c:962 #, c-format msgid "%s: line number overflow: 0x%lx > 0xffff" msgstr "%s: débordement du nombre de lignes: 0x%lx > 0xffff" -#: peigen.c:981 pepigen.c:981 +#: peigen.c:979 pepigen.c:979 #, c-format msgid "%s: reloc overflow 1: 0x%lx > 0xffff" msgstr "%s: débordement de la relocalisation 1: 0x%lx > 0xffff" -#: peigen.c:995 pepigen.c:995 +#: peigen.c:993 pepigen.c:993 msgid "Export Directory [.edata (or where ever we found it)]" msgstr "Répertoire d'exportation [.edata (ou là où il a été repéré)]" -#: peigen.c:996 pepigen.c:996 +#: peigen.c:994 pepigen.c:994 msgid "Import Directory [parts of .idata]" msgstr "Répertoire d'importation [faisant partie de .idata]" -#: peigen.c:997 pepigen.c:997 +#: peigen.c:995 pepigen.c:995 msgid "Resource Directory [.rsrc]" msgstr "Répertoire des resources [.rsrc]" -#: peigen.c:998 pepigen.c:998 +#: peigen.c:996 pepigen.c:996 msgid "Exception Directory [.pdata]" msgstr "Répertoire des exceptions [.pdata]" -#: peigen.c:999 pepigen.c:999 +#: peigen.c:997 pepigen.c:997 msgid "Security Directory" msgstr "Répertoire de la sécurité" -#: peigen.c:1000 pepigen.c:1000 +#: peigen.c:998 pepigen.c:998 msgid "Base Relocation Directory [.reloc]" msgstr "Répertoire de base de relocalisation [.reloc]" -#: peigen.c:1001 pepigen.c:1001 +#: peigen.c:999 pepigen.c:999 msgid "Debug Directory" msgstr "Répertoire de débug" -#: peigen.c:1002 pepigen.c:1002 +#: peigen.c:1000 pepigen.c:1000 msgid "Description Directory" msgstr "Répertoire de description" -#: peigen.c:1003 pepigen.c:1003 +#: peigen.c:1001 pepigen.c:1001 msgid "Special Directory" msgstr "Répertoire spécial" -#: peigen.c:1004 pepigen.c:1004 +#: peigen.c:1002 pepigen.c:1002 msgid "Thread Storage Directory [.tls]" msgstr "Répertoire des files de stockage [.tls]" -#: peigen.c:1005 pepigen.c:1005 +#: peigen.c:1003 pepigen.c:1003 msgid "Load Configuration Directory" msgstr "Répertoire de chargement de configuration" -#: peigen.c:1006 pepigen.c:1006 +#: peigen.c:1004 pepigen.c:1004 msgid "Bound Import Directory" msgstr "Répertoire des importations limitées" -#: peigen.c:1007 pepigen.c:1007 +#: peigen.c:1005 pepigen.c:1005 msgid "Import Address Table Directory" msgstr "Répertoire de la table d'adresse d'importation" -#: peigen.c:1008 pepigen.c:1008 +#: peigen.c:1006 pepigen.c:1006 msgid "Delay Import Directory" msgstr "Répertoire des délais d'importation" -#: peigen.c:1009 peigen.c:1010 pepigen.c:1009 pepigen.c:1010 +#: peigen.c:1007 peigen.c:1008 pepigen.c:1007 pepigen.c:1008 msgid "Reserved" msgstr "Réservé" -#: peigen.c:1073 pepigen.c:1073 +#: peigen.c:1071 pepigen.c:1071 msgid "" "\n" "There is an import table, but the section containing it could not be found\n" @@ -2372,7 +2500,7 @@ msgstr "" "\n" "Il y a une table d'importation, mais la section la contenant ne peut être repérée\n" -#: peigen.c:1078 pepigen.c:1078 +#: peigen.c:1076 pepigen.c:1076 #, c-format msgid "" "\n" @@ -2381,7 +2509,7 @@ msgstr "" "\n" "Il y a une table d'importation dans %s à 0x%lx\n" -#: peigen.c:1115 pepigen.c:1115 +#: peigen.c:1113 pepigen.c:1113 #, c-format msgid "" "\n" @@ -2390,12 +2518,12 @@ msgstr "" "\n" "Descripteur de fonction localisé à l'adresse de départ: %04lx\n" -#: peigen.c:1118 pepigen.c:1118 +#: peigen.c:1116 pepigen.c:1116 #, c-format msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n" msgstr "\tcode-base %08lx tab. des entrées (chargeable/actuel) %08lx/%08lx\n" -#: peigen.c:1124 pepigen.c:1124 +#: peigen.c:1122 pepigen.c:1122 msgid "" "\n" "No reldata section! Function descriptor not decoded.\n" @@ -2403,7 +2531,7 @@ msgstr "" "\n" "Pas de section reldata! Descripteur de fonction n'a pas été décodé.\n" -#: peigen.c:1129 pepigen.c:1129 +#: peigen.c:1127 pepigen.c:1127 #, c-format msgid "" "\n" @@ -2412,15 +2540,15 @@ msgstr "" "\n" "Les tables d'importation (contenus interprétés de la section %s)\n" -#: peigen.c:1132 pepigen.c:1132 -msgid " vma: Hint Time Forward DLL First\n" -msgstr " vma: Hint Heure Forward DLL Premier\n" - -#: peigen.c:1134 pepigen.c:1134 -msgid " Table Stamp Chain Name Thunk\n" -msgstr " Table Tampon Chaîne Nom Thunk\n" +#: peigen.c:1130 pepigen.c:1130 +msgid "" +" vma: Hint Time Forward DLL First\n" +" Table Stamp Chain Name Thunk\n" +msgstr "" +" vma: Hint Temps Avant DLL Premier\n" +" Table Estampil. Chaîne Nom Thunk\n" -#: peigen.c:1182 pepigen.c:1182 +#: peigen.c:1181 pepigen.c:1181 #, c-format msgid "" "\n" @@ -2429,23 +2557,19 @@ msgstr "" "\n" "\tNom DLL: %s\n" -#: peigen.c:1186 peigen.c:1249 pepigen.c:1186 pepigen.c:1249 -msgid "\tvma: Hint/Ord Member-Name\n" -msgstr "\tvma: Hint/Nom-de-membre nombre ordinal\n" - -#: peigen.c:1248 pepigen.c:1248 -msgid "\tThe Import Address Table (difference found)\n" -msgstr "\tL'adresse de la table d'importation (différence détectée)\n" - -#: peigen.c:1255 pepigen.c:1255 -msgid "\t>>> Ran out of IAT members!\n" -msgstr "\t>>> membres IAT tous utilisés!\n" - -#: peigen.c:1273 pepigen.c:1273 -msgid "\tThe Import Address Table is identical\n" -msgstr "\tL'adresse de la table d'importation est identique\n" +#: peigen.c:1192 pepigen.c:1192 +msgid "\tvma: Hint/Ord Member-Name Bound-To\n" +msgstr "\tvma: Hint/Ord Membre Lien\n" + +#: peigen.c:1217 pepigen.c:1217 +msgid "" +"\n" +"There is a first thunk, but the section containing it could not be found\n" +msgstr "" +"\n" +"Il y a un premier « thunk », mais la section le contenant ne peut être repérée\n" -#: peigen.c:1345 pepigen.c:1345 +#: peigen.c:1357 pepigen.c:1357 msgid "" "\n" "There is an export table, but the section containing it could not be found\n" @@ -2453,7 +2577,7 @@ msgstr "" "\n" "Il y a une table d'exportation, mais la section la contenant n'a pu être repérée\n" -#: peigen.c:1350 pepigen.c:1350 +#: peigen.c:1362 pepigen.c:1362 #, c-format msgid "" "\n" @@ -2462,7 +2586,7 @@ msgstr "" "\n" "Il y a une table d'exportation dans %s à 0x%lx\n" -#: peigen.c:1381 pepigen.c:1381 +#: peigen.c:1393 pepigen.c:1393 #, c-format msgid "" "\n" @@ -2473,61 +2597,61 @@ msgstr "" "Les tables d'exportation (contenus interprétés de la section %s)\n" "\n" -#: peigen.c:1385 pepigen.c:1385 +#: peigen.c:1397 pepigen.c:1397 #, c-format msgid "Export Flags \t\t\t%lx\n" msgstr "Fanion d'exportation \t\t\t%lx\n" -#: peigen.c:1388 pepigen.c:1388 +#: peigen.c:1400 pepigen.c:1400 #, c-format msgid "Time/Date stamp \t\t%lx\n" msgstr "Tampon Heure/Date \t\t%lx\n" -#: peigen.c:1391 pepigen.c:1391 +#: peigen.c:1403 pepigen.c:1403 #, c-format msgid "Major/Minor \t\t\t%d/%d\n" msgstr "Majeur/Mineur \t\t\t%d/%d\n" -#: peigen.c:1394 pepigen.c:1394 +#: peigen.c:1406 pepigen.c:1406 msgid "Name \t\t\t\t" msgstr "Nom \t\t\t\t" -#: peigen.c:1400 pepigen.c:1400 +#: peigen.c:1412 pepigen.c:1412 #, c-format msgid "Ordinal Base \t\t\t%ld\n" msgstr "base de nombre ordinal \t\t\t%ld\n" -#: peigen.c:1403 pepigen.c:1403 +#: peigen.c:1415 pepigen.c:1415 msgid "Number in:\n" msgstr "Numéro dans:\n" -#: peigen.c:1406 pepigen.c:1406 +#: peigen.c:1418 pepigen.c:1418 #, c-format msgid "\tExport Address Table \t\t%08lx\n" msgstr "\tTable d'adresses d'exportation \t\t%08lx\n" -#: peigen.c:1410 pepigen.c:1410 +#: peigen.c:1422 pepigen.c:1422 #, c-format msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" msgstr "\tTable de noms [Pointeur/Nombre ordinal]\t%08lx\n" -#: peigen.c:1413 pepigen.c:1413 +#: peigen.c:1425 pepigen.c:1425 msgid "Table Addresses\n" msgstr "Table d'adresses\n" -#: peigen.c:1416 pepigen.c:1416 +#: peigen.c:1428 pepigen.c:1428 msgid "\tExport Address Table \t\t" msgstr "\tTable d'adresse d'exportation \t\t" -#: peigen.c:1421 pepigen.c:1421 +#: peigen.c:1433 pepigen.c:1433 msgid "\tName Pointer Table \t\t" msgstr "\tTable des noms de pointeurs \t\t" -#: peigen.c:1426 pepigen.c:1426 +#: peigen.c:1438 pepigen.c:1438 msgid "\tOrdinal Table \t\t\t" msgstr "\tTable des ordinals \t\t\t" -#: peigen.c:1441 pepigen.c:1441 +#: peigen.c:1453 pepigen.c:1453 #, c-format msgid "" "\n" @@ -2536,15 +2660,15 @@ msgstr "" "\n" "Table d'adresses d'exportation -- base de nombre ordinal %ld\n" -#: peigen.c:1460 pepigen.c:1460 +#: peigen.c:1472 pepigen.c:1472 msgid "Forwarder RVA" msgstr "Adresseur RVA" -#: peigen.c:1471 pepigen.c:1471 +#: peigen.c:1483 pepigen.c:1483 msgid "Export RVA" msgstr "Exportation RVA" -#: peigen.c:1478 pepigen.c:1478 +#: peigen.c:1490 pepigen.c:1490 msgid "" "\n" "[Ordinal/Name Pointer] Table\n" @@ -2552,12 +2676,12 @@ msgstr "" "\n" "Table [Ordinal/Nom de pointeurs]\n" -#: peigen.c:1533 pepigen.c:1533 +#: peigen.c:1545 pepigen.c:1545 #, c-format msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n" msgstr "AVERTISSEMENT, taille de la section .pdata (%ld) n'est pas un multiple de %d\n" -#: peigen.c:1537 pepigen.c:1537 +#: peigen.c:1549 pepigen.c:1549 msgid "" "\n" "The Function Table (interpreted .pdata section contents)\n" @@ -2565,31 +2689,31 @@ msgstr "" "\n" "La table de fonctions (interprétation du contenu de la section .pdata)\n" -#: peigen.c:1540 pepigen.c:1540 +#: peigen.c:1552 pepigen.c:1552 msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" msgstr " vma:\t\t\tDébut Adresse Fin Adresse Unwind Info\n" -#: peigen.c:1543 pepigen.c:1543 -msgid " vma:\t\tBegin End EH EH PrologEnd Exception\n" -msgstr " vma:\t\tDébut Fin EH EH FinProlog Exception\n" - -#: peigen.c:1545 pepigen.c:1545 -msgid " \t\tAddress Address Handler Data Address Mask\n" -msgstr " \t\tAdresse Adresse Routine Données Adresse Masque\n" +#: peigen.c:1554 pepigen.c:1554 +msgid "" +" vma:\t\tBegin End EH EH PrologEnd Exception\n" +" \t\tAddress Address Handler Data Address Mask\n" +msgstr "" +" vma:\t\tDébut Fin EH EH FinProlog Exception\n" +" \t\tAdresse Adresse Handler Données Adresse Masque\n" -#: peigen.c:1613 pepigen.c:1613 +#: peigen.c:1624 pepigen.c:1624 msgid " Register save millicode" msgstr " Registre a préservé le millicode" -#: peigen.c:1616 pepigen.c:1616 +#: peigen.c:1627 pepigen.c:1627 msgid " Register restore millicode" msgstr " Registre a restauré le millicode" -#: peigen.c:1619 pepigen.c:1619 +#: peigen.c:1630 pepigen.c:1630 msgid " Glue code sequence" msgstr " Séquence du code de liants" -#: peigen.c:1671 pepigen.c:1671 +#: peigen.c:1682 pepigen.c:1682 msgid "" "\n" "\n" @@ -2599,7 +2723,7 @@ msgstr "" "\n" "Fichier de base des relocalisation PE (contenus interprétés de la section .reloc)\n" -#: peigen.c:1701 pepigen.c:1701 +#: peigen.c:1712 pepigen.c:1712 #, c-format msgid "" "\n" @@ -2608,7 +2732,7 @@ msgstr "" "\n" "Adresse virtuelle: %08lx taille des morceaux %ld (0x%lx) nombre de correctifs %ld\n" -#: peigen.c:1714 pepigen.c:1714 +#: peigen.c:1725 pepigen.c:1725 #, c-format msgid "\treloc %4d offset %4x [%4lx] %s" msgstr "\trelocalisation %4d décalage %4x [%4lx] %s" @@ -2616,7 +2740,7 @@ msgstr "\trelocalisation %4d décalage %4 #. The MS dumpbin program reportedly ands with 0xff0f before #. printing the characteristics field. Not sure why. No reason to #. emulate it here. -#: peigen.c:1754 pepigen.c:1754 +#: peigen.c:1765 pepigen.c:1765 #, c-format msgid "" "\n" @@ -2625,8 +2749,134 @@ msgstr "" "\n" "Caractéristiques 0x%x\n" -#~ msgid "float" -#~ msgstr "flottant" +#~ msgid "\tThe Import Address Table (difference found)\n" +#~ msgstr "\tL'adresse de la table d'importation (différence détectée)\n" + +#~ msgid "\t>>> Ran out of IAT members!\n" +#~ msgstr "\t>>> membres IAT tous utilisés!\n" + +#~ msgid "\tThe Import Address Table is identical\n" +#~ msgstr "\tL'adresse de la table d'importation est identique\n" + +#~ msgid "GP relative relocation when GP not defined" +#~ msgstr "GP relocalisation relative alors que GP n'est pas défini" + +#~ msgid "%s: ERROR: passes floats in float registers whereas target %s uses integer registers" +#~ msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen virgule flottance alors que la cible %s utilise des registres de valeursentières" + +#~ msgid "%s: ERROR: passes floats in integer registers whereas target %s uses float registers" +#~ msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen valeur entière alors que la cible %s utilise des registres de valeursen virgule flottante" + +#~ msgid "Warning: input file %s supports interworking, whereas %s does not." +#~ msgstr "AVERTISSEMENT: file d'entrée %s supporte l'inter-réseautage, contrairement à %s." + +#~ msgid "Warning: input file %s does not support interworking, whereas %s does." +#~ msgstr "AVERTISSEMENT: fichier d'entrée %s ne supporte pas l'inter-réseautage, contrairement à %s." + +#~ msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" +#~ msgstr "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld prochain %ld" + +#~ msgid "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n" +#~ msgstr "elf_symbol_from_bfd_symbol 0x%.8lx, nom = %s, no. de symbole = %d, fanions = 0x%.8lx%s\n" + +#~ msgid "Warning: Not setting interwork flag of %s since it has already been specified as non-interworking" +#~ msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s alors qu'il a déjè été spécifié sans inter-réseautage" + +#~ msgid "Warning: Clearing the interwork flag of %s due to outside request" +#~ msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison d'une requête externe" + +#~ msgid " [APCS-26]" +#~ msgstr " [APCS-26]" + +#~ msgid " [APCS-32]" +#~ msgstr " [APCS-32]" + +#~ msgid "(unknown)" +#~ msgstr "(inconnu)" + +#~ msgid " previously %s in %s" +#~ msgstr " précédemment %s dans %s" + +#~ msgid "Symbol `%s' has differing types: %s in %s" +#~ msgstr "Symbole « %s » a des types qui diffèrent: %s dans %s" + +#~ msgid "ETIR_S_C_STO_GBL: no symbol \"%s\"" +#~ msgstr "ETIR_S_C_STO_GBL: pas de symbole « %s »" + +#~ msgid "ETIR_S_C_STO_CA: no symbol \"%s\"" +#~ msgstr "ETIR_S_C_STO_CA: pas de symbole « %s »" + +#~ msgid "ETIR_S_C_STO_RB/AB: Not supported" +#~ msgstr "ETIR_S_C_STO_RB/AB: non supporté" + +#~ msgid "ETIR_S_C_STO_LP_PSB: Not supported" +#~ msgstr "ETIR_S_C_STO_LP_PSB: non supporté" + +#~ msgid "ETIR_S_C_STO_HINT_GBL: not implemented" +#~ msgstr "ETIR_S_C_STO_HINT_GBL: pas implanté" + +#~ msgid "ETIR_S_C_STO_HINT_PS: not implemented" +#~ msgstr "ETIR_S_C_STO_HINT_PS: pas implanté" + +#~ msgid "ETIR_S_C_OPR_INSV: Not supported" +#~ msgstr "ETIR_S_C_OPR_INSV: non supporté" + +#~ msgid "ETIR_S_C_OPR_USH: Not supported" +#~ msgstr "ETIR_S_C_OPR_USH: non supporté" + +#~ msgid "ETIR_S_C_OPR_ROT: Not supported" +#~ msgstr "ETIR_S_C_OPR_ROT: non supporté" + +#~ msgid "ETIR_S_C_OPR_REDEF: Not supported" +#~ msgstr "ETIR_S_C_OPR_REDEF: non supporté" + +#~ msgid "ETIR_S_C_OPR_DFLIT: Not supported" +#~ msgstr "ETIR_S_C_OPR_DFLIT: non supporté" + +#~ msgid "ETIR_S_C_STC_LP: not supported" +#~ msgstr "ETIR_S_C_STC_LP: non supporté" + +#~ msgid "ETIR_S_C_STC_GBL: not supported" +#~ msgstr "ETIR_S_C_STC_GBL: non supporté" + +#~ msgid "ETIR_S_C_STC_GCA: not supported" +#~ msgstr "ETIR_S_C_STC_GCA: non supporté" + +#~ msgid "ETIR_S_C_STC_PS: not supported" +#~ msgstr "ETIR_S_C_STC_PS: non supporté" + +#~ msgid "Unimplemented STO cmd %d" +#~ msgstr "Commande STO non implantée %d" + +#~ msgid "TIR_S_C_OPR_ASH incomplete" +#~ msgstr "TIR_S_C_OPR_ASH incomplète" + +#~ msgid "TIR_S_C_OPR_USH incomplete" +#~ msgstr "TIR_S_C_OPR_USH incomplète" + +#~ msgid "TIR_S_C_OPR_ROT incomplete" +#~ msgstr "TIR_S_C_OPR_ROT incomplète" + +#~ msgid "TIR_S_C_OPR_REDEF not supported" +#~ msgstr "TIR_S_C_OPR_REDEF non supporté" + +#~ msgid "TIR_S_C_OPR_DFLIT not supported" +#~ msgstr "TIR_S_C_OPR_DFLIT non supporté" + +#~ msgid "TIR_S_C_CTL_DFLOC not fully implemented" +#~ msgstr "TIR_S_C_CTL_DFLOC pas complètement implanté" + +#~ msgid "TIR_S_C_CTL_STLOC not fully implemented" +#~ msgstr "TIR_S_C_CTL_STLOC pas complètement implanté" + +#~ msgid "TIR_S_C_CTL_STKDL not fully implemented" +#~ msgstr "TIR_S_C_CTL_STKDL n'est pas complètement implanté" + +#~ msgid " vma: Hint Time Forward DLL First\n" +#~ msgstr " vma: Hint Heure Forward DLL Premier\n" + +#~ msgid " \t\tAddress Address Handler Data Address Mask\n" +#~ msgstr " \t\tAdresse Adresse Routine Données Adresse Masque\n" #~ msgid "integer" #~ msgstr "entier" @@ -2643,9 +2893,6 @@ msgstr "" #~ msgid "supports" #~ msgstr "supporte" -#~ msgid "does not support" -#~ msgstr "n'est pas supportée" - #~ msgid "does not" #~ msgstr "n'est pas" @@ -2658,9 +2905,6 @@ msgstr "" #~ msgid "%s(%s+0x%lx): cannot relocate %s, recompile with -ffunction-sections" #~ msgstr "%s(%s+0x%lx): ne peut relocaliser %s, recompiler avec -ffunction-sections" -#~ msgid "Symbol `%s' has differing types: previously %s, REGISTER in %s" -#~ msgstr "Symbole `%s' a des types qui diffèrent: précédemment %s, ENREGISTRÉ dans %s" - #~ msgid "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section = 0x%.8lx\n" #~ msgstr "création de la section des symboles, nom = %s, valeur = 0x%.8lx, index = %d, section = 0x%.8lx\n" diff -uprN binutils-2.12.90.0.15/bfd/po/sv.po binutils-2.13.90.0.2/bfd/po/sv.po --- binutils-2.12.90.0.15/bfd/po/sv.po Sun Feb 3 11:22:30 2002 +++ binutils-2.13.90.0.2/bfd/po/sv.po Thu Aug 1 17:49:32 2002 @@ -4,16 +4,16 @@ # msgid "" msgstr "" -"Project-Id-Version: bfd 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-31 17:07+0000\n" -"PO-Revision-Date: 2002-01-30 02:35+0100\n" +"Project-Id-Version: bfd 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-29 16:34+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: aout-adobe.c:196 +#: aout-adobe.c:197 #, c-format msgid "%s: Unknown section type in a.out.adobe file: %x\n" msgstr "%s: Okänd sektionstyp i a.out.adobe-fil: %x\n" @@ -40,16 +40,14 @@ msgstr "%s: kan inte representera sektio #: aoutx.h:1669 #, c-format -msgid "" -"%s: can not represent section for symbol `%s' in a.out object file format" -msgstr "" -"%s: kan inte representera sektion för symbolen \"%s\" i a.out-objektfilformat" +msgid "%s: can not represent section for symbol `%s' in a.out object file format" +msgstr "%s: kan inte representera sektion för symbolen \"%s\" i a.out-objektfilformat" #: aoutx.h:1671 msgid "*unknown*" msgstr "*okänd*" -#: aoutx.h:3735 +#: aoutx.h:3732 #, c-format msgid "%s: relocateable link from %s to %s not supported" msgstr "%s: omlokaliseringsbar länk från %s till %s stöds inte" @@ -169,9 +167,7 @@ msgstr "Rapportera gärna detta fel.\n" #: binary.c:306 #, c-format msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." -msgstr "" -"Varning: Skrivning av sektionen \"%s\" till enormt (dvs negativt) avlägsen " -"byte 0x%lx." +msgstr "Varning: Skrivning av sektionen \"%s\" till enormt (dvs negativt) avlägsen byte 0x%lx." # src/menus.c:341 #: coff-a29k.c:119 @@ -183,7 +179,7 @@ msgstr "IHCONST saknas" msgid "Missing IHIHALF" msgstr "IHIHALF saknas" -#: coff-a29k.c:212 coff-or32.c:228 +#: coff-a29k.c:212 coff-or32.c:229 msgid "Unrecognized reloc" msgstr "Okänd omlokalisering" @@ -195,7 +191,7 @@ msgstr "IHCONST-omlokalisering saknas" msgid "missing IHIHALF reloc" msgstr "IHIHALF-omlokalisering saknas" -#: coff-alpha.c:881 coff-alpha.c:918 coff-alpha.c:1989 coff-mips.c:1433 +#: coff-alpha.c:881 coff-alpha.c:918 coff-alpha.c:1989 coff-mips.c:1432 msgid "GP relative relocation used when GP not defined" msgstr "GP-relativ omlokalisering användes då GP inte är definierad" @@ -203,178 +199,156 @@ msgstr "GP-relativ omlokalisering använd msgid "using multiple gp values" msgstr "använder flera gp-värden" -#: coff-arm.c:1051 elf32-arm.h:285 +#: coff-arm.c:1066 elf32-arm.h:285 #, c-format msgid "%s: unable to find THUMB glue '%s' for `%s'" msgstr "%s: kunde inte hitta THUMB-klistret \"%s\" till \"%s\"" -#: coff-arm.c:1080 elf32-arm.h:320 +#: coff-arm.c:1096 elf32-arm.h:320 #, c-format msgid "%s: unable to find ARM glue '%s' for `%s'" msgstr "%s: kunde inte hitta ARM-klistret \"%s\" till \"%s\"" -#: coff-arm.c:1375 coff-arm.c:1470 elf32-arm.h:886 elf32-arm.h:990 +#: coff-arm.c:1391 coff-arm.c:1486 elf32-arm.h:887 elf32-arm.h:991 #, c-format msgid "%s(%s): warning: interworking not enabled." msgstr "%s(%s): varning: samverkande är inte aktiverat." -#: coff-arm.c:1379 elf32-arm.h:993 +#: coff-arm.c:1395 elf32-arm.h:994 #, c-format msgid " first occurrence: %s: arm call to thumb" msgstr " första förekomst: %s: arm-anrop till thumb" -#: coff-arm.c:1474 elf32-arm.h:889 +#: coff-arm.c:1490 elf32-arm.h:890 #, c-format msgid " first occurrence: %s: thumb call to arm" msgstr " första förekomst: %s: thumb-anrop till arm" -#: coff-arm.c:1477 +#: coff-arm.c:1493 msgid " consider relinking with --support-old-code enabled" msgstr " överväg omlänkning med --support-old-code aktiverat" -#: coff-arm.c:1767 coff-tic80.c:686 cofflink.c:3017 +#: coff-arm.c:1785 coff-tic80.c:686 cofflink.c:3031 #, c-format msgid "%s: bad reloc address 0x%lx in section `%s'" msgstr "%s: felaktig omlokaliseringsadress 0x%lx i sektionen \"%s\"" -#: coff-arm.c:2107 +#: coff-arm.c:2127 #, c-format msgid "%s: illegal symbol index in reloc: %d" msgstr "%s: otillåtet symbolindex i omlokalisering: %d" -#: coff-arm.c:2235 +#: coff-arm.c:2255 #, c-format -msgid "%s: ERROR: compiled for APCS-%d whereas target %s uses APCS-%d" -msgstr "%s: FEL: kompilerad för APCS-%d där målet %s använder APCS-%d" +msgid "ERROR: %s is compiled for APCS-%d, whereas %s is compiled for APCS-%d" +msgstr "FEL: %s kompilerad för APCS-%d, medan %s är kompilerad för APCS-%d" -#: coff-arm.c:2250 +#: coff-arm.c:2270 elf32-arm.h:2297 #, c-format -msgid "" -"%s: ERROR: passes floats in float registers whereas target %s uses integer " -"registers" -msgstr "" -"%s: FEL: skickar flyttal i flyttalsregister där målet %s istället använder " -"heltalsregister" +msgid "ERROR: %s passes floats in float registers, whereas %s passes them in integer registers" +msgstr "FEL: %s skickar flyttal i flyttalsregister, medan %s skickar dem i heltalsregister" -#: coff-arm.c:2253 +#: coff-arm.c:2273 elf32-arm.h:2302 #, c-format -msgid "" -"%s: ERROR: passes floats in integer registers whereas target %s uses float " -"registers" -msgstr "" -"%s: FEL: skickar flyttal i heltalsregister där målet %s istället använder " -"flyttalsregister" +msgid "ERROR: %s passes floats in integer registers, whereas %s passes them in float registers" +msgstr "FEL: %s skickar flyttal i heltalsregister, medan %s skickar dem i flyttalsregister" -#: coff-arm.c:2268 +#: coff-arm.c:2288 #, c-format -msgid "" -"%s: ERROR: compiled as position independent code, whereas target %s is " -"absolute position" -msgstr "" -"%s: FEL: kompilerad som positionsoberoende kod, där målet %s istället har " -"absolut position" +msgid "ERROR: %s is compiled as position independent code, whereas target %s is absolute position" +msgstr "FEL: %s är kompilerad som positionsoberoende kod, medan målet %s har absolut position" -#: coff-arm.c:2271 +#: coff-arm.c:2291 #, c-format -msgid "" -"%s: ERROR: compiled as absolute position code, whereas target %s is position " -"independent" -msgstr "" -"%s: FEL: kompilerad som kod med absolut position, där målet %s istället är " -"positionsoberoende" +msgid "ERROR: %s is compiled as absolute position code, whereas target %s is position independent" +msgstr "FEL: %s är kompilerad som kod med absolut position, medan målet %s är positionsoberoende" -#: coff-arm.c:2300 -#, fuzzy, c-format -msgid "Warning: %s supports interworking, whereas %s does not." +#: coff-arm.c:2320 elf32-arm.h:2358 +#, c-format +msgid "Warning: %s supports interworking, whereas %s does not" msgstr "Varning: %s stöder samverkande, medan %s däremot inte gör det" -#: coff-arm.c:2303 -#, fuzzy, c-format -msgid "Warning: %s does not support interworking, whereas %s does." +#: coff-arm.c:2323 elf32-arm.h:2365 +#, c-format +msgid "Warning: %s does not support interworking, whereas %s does" msgstr "Varning: %s stöder inte samverkande, medan %s däremot gör det" -#: coff-arm.c:2330 +#: coff-arm.c:2350 #, c-format msgid "private flags = %x:" msgstr "privata flaggor = %x:" -#: coff-arm.c:2338 elf32-arm.h:2408 +#: coff-arm.c:2358 elf32-arm.h:2418 msgid " [floats passed in float registers]" msgstr " [flyttal skickade i flyttalsregister]" -#: coff-arm.c:2340 +#: coff-arm.c:2360 msgid " [floats passed in integer registers]" msgstr " [flyttal skickade i heltalsregister]" -#: coff-arm.c:2343 elf32-arm.h:2411 +#: coff-arm.c:2363 elf32-arm.h:2421 msgid " [position independent]" msgstr " [positionsoberoende]" -#: coff-arm.c:2345 +#: coff-arm.c:2365 msgid " [absolute position]" msgstr " [absolut position]" -#: coff-arm.c:2349 +#: coff-arm.c:2369 msgid " [interworking flag not initialised]" msgstr " [samverkandeflagga är inte initierad]" -#: coff-arm.c:2351 +#: coff-arm.c:2371 msgid " [interworking supported]" msgstr " [samverkan stöds]" -#: coff-arm.c:2353 +#: coff-arm.c:2373 msgid " [interworking not supported]" msgstr " [samverkan stöds inte]" -#: coff-arm.c:2401 elf32-arm.h:2114 -#, fuzzy, c-format -msgid "" -"Warning: Not setting interworking flag of %s since it has already been " -"specified as non-interworking" -msgstr "" -"Varning: Ställer inte in samverkansflaggan för %s, eftersom den redan har " -"angivits som inte samverkande" +#: coff-arm.c:2421 elf32-arm.h:2124 +#, c-format +msgid "Warning: Not setting interworking flag of %s since it has already been specified as non-interworking" +msgstr "Varning: Ställer inte in samverkansflaggan för %s eftersom den redan har angivits som inte samverkande" -#: coff-arm.c:2405 elf32-arm.h:2118 +#: coff-arm.c:2425 elf32-arm.h:2128 #, c-format msgid "Warning: Clearing the interworking flag of %s due to outside request" -msgstr "" -"Varning: Stänger av samverkansflaggan för %s på grund av begäran utifrån" +msgstr "Varning: Stänger av samverkansflaggan för %s på grund av begäran utifrån" #: coff-i960.c:136 coff-i960.c:485 msgid "uncertain calling convention for non-COFF symbol" msgstr "osäker anropskonvention för icke-COFF-symbol" -#: coff-m68k.c:481 coff-mips.c:2431 elf32-m68k.c:2212 elf32-mips.c:9954 +#: coff-m68k.c:481 coff-mips.c:2429 elf32-m68k.c:2157 elf32-mips.c:1844 msgid "unsupported reloc type" msgstr "omlokaliseringstypen stöds inte" -#: coff-mips.c:875 elf32-mips.c:1997 elf64-mips.c:1739 +#: coff-mips.c:874 elf32-mips.c:1062 elf64-mips.c:1609 msgid "GP relative relocation when _gp not defined" msgstr "GP-relativ omlokalisering då _gp inte var definierat" #. No other sections should appear in -membedded-pic #. code. -#: coff-mips.c:2468 +#: coff-mips.c:2466 msgid "reloc against unsupported section" msgstr "omlokalisering mot sektion som inte stöds" -#: coff-mips.c:2476 +#: coff-mips.c:2474 msgid "reloc not properly aligned" msgstr "omlokalisering inte på jämn gräns" -#: coff-rs6000.c:2710 coff64-rs6000.c:1164 +#: coff-rs6000.c:2766 #, c-format msgid "%s: unsupported relocation type 0x%02x" msgstr "%s: omlokaliseringstypen 0x%02x stöds inte" -#: coff-rs6000.c:2756 coff64-rs6000.c:1210 +#: coff-rs6000.c:2859 #, c-format msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" -msgstr "" -"%s: TOC-omlokalisering vid 0x%x till symbolen \"%s\" utan någon TOC-post" +msgstr "%s: TOC-omlokalisering vid 0x%x till symbolen \"%s\" utan någon TOC-post" -#: coff-rs6000.c:3006 coff64-rs6000.c:2060 +#: coff-rs6000.c:3590 coff64-rs6000.c:2091 #, c-format msgid "%s: symbol `%s' has unrecognized smclas %d" msgstr "%s: symbolen \"%s\" har okänd smclas %d" @@ -384,7 +358,7 @@ msgstr "%s: symbolen \"%s\" har okänd sm msgid "Unrecognized reloc type 0x%x" msgstr "Okänd omlokaliseringstyp 0x%x" -#: coff-tic54x.c:390 coffcode.h:4868 +#: coff-tic54x.c:390 coffcode.h:4974 #, c-format msgid "%s: warning: illegal symbol index %ld in relocs" msgstr "%s: varning: otillåtet symbolindex %ld i omlokaliseringarna" @@ -394,37 +368,37 @@ msgstr "%s: varning: otillåtet symbolind msgid "ignoring reloc %s\n" msgstr "ignorerar omlokalisering %s\n" -#: coffcode.h:1081 +#: coffcode.h:1086 #, c-format msgid "%s (%s): Section flag %s (0x%x) ignored" msgstr "%s (%s): Sektionsflaggan %s (0x%x) ignorerades" -#: coffcode.h:2132 +#: coffcode.h:2143 #, c-format msgid "Unrecognized TI COFF target id '0x%x'" msgstr "Okänt TI COFF-målid \"0x%x\"" -#: coffcode.h:4257 +#: coffcode.h:4365 #, c-format msgid "%s: warning: illegal symbol index %ld in line numbers" msgstr "%s: varning: otillåtet symbolindex %ld i radnummer" -#: coffcode.h:4271 +#: coffcode.h:4379 #, c-format msgid "%s: warning: duplicate line number information for `%s'" msgstr "%s: varning: dubbel radnummersinformation för \"%s\"" -#: coffcode.h:4630 +#: coffcode.h:4736 #, c-format msgid "%s: Unrecognized storage class %d for %s symbol `%s'" msgstr "%s: Okänd lagringsklass %d för %s-symbolen \"%s\"" -#: coffcode.h:4761 +#: coffcode.h:4867 #, c-format msgid "warning: %s: local symbol `%s' has no section" msgstr "varning: %s: lokala symbolen \"%s\" har ingen sektion" -#: coffcode.h:4906 +#: coffcode.h:5012 #, c-format msgid "%s: illegal relocation type %d at address 0x%lx" msgstr "%s: otillåten omlokaliseringstyp %d på adress 0x%lx" @@ -434,110 +408,92 @@ msgstr "%s: otillåten omlokaliseringstyp msgid "%s: bad string table size %lu" msgstr "%s: felaktig strängtabellstorlek %lu" -#: cofflink.c:536 elflink.h:1967 +#: cofflink.c:534 elflink.h:1912 #, c-format msgid "Warning: type of symbol `%s' changed from %d to %d in %s" msgstr "Varning: typen på symbolen \"%s\" ändrades från %d till %d i %s" -#: cofflink.c:2317 +#: cofflink.c:2321 #, c-format msgid "%s: relocs in section `%s', but it has no contents" msgstr "%s: omlokaliseringar i sektionen \"%s\", men den har inget innehåll" -#: cofflink.c:2653 coffswap.h:889 +#: cofflink.c:2664 coffswap.h:877 #, c-format msgid "%s: %s: reloc overflow: 0x%lx > 0xffff" msgstr "%s: %s: omlokalisering ger överspill: 0x%lx > 0xffff" -#: cofflink.c:2662 coffswap.h:876 +#: cofflink.c:2673 coffswap.h:864 #, c-format msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "%s: varning: %s: radnummer ger överspill: 0x%lx > 0xffff" -#: dwarf2.c:381 +#: dwarf2.c:382 msgid "Dwarf Error: Can't find .debug_str section." msgstr "Dwarf-fel: Kan inte hitta sektionen .debug_str." -#: dwarf2.c:398 +#: dwarf2.c:399 #, c-format -msgid "" -"Dwarf Error: DW_FORM_strp offset (%u) greater than or equal to .debug_str " -"size (%u)." -msgstr "" -"Dwarf-fel: DW_FORM_strp-avståndet (%u) större än eller lika med storleken " -"på .debug_str (%u)." +msgid "Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str size (%lu)." +msgstr "Dwarf-fel: DW_FORM_strp-avståndet (%lu) större än eller lika med storleken på .debug_str (%lu)." -#: dwarf2.c:542 +#: dwarf2.c:543 msgid "Dwarf Error: Can't find .debug_abbrev section." msgstr "Dwarf-fel: Kan inte hitta sektionen .debug_abbrev." -#: dwarf2.c:559 -#, fuzzy, c-format -msgid "" -"Dwarf Error: Abbrev offset (%u) greater than or equal to .debug_abbrev size " -"(%u)." -msgstr "" -"Dwarf-fel: Förkortningsavståndet (%u) större än eller lika med " -"förkortningsstorleken (%u)." +#: dwarf2.c:560 +#, c-format +msgid "Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size (%lu)." +msgstr "Dwarf-fel: Förkortningsavståndet (%lu) större än eller lika med storleken .debug_abbrev (%lu)." -#: dwarf2.c:756 +#: dwarf2.c:757 #, c-format -msgid "Dwarf Error: Invalid or unhandled FORM value: %d." -msgstr "Dwarf-fel: Ogiltig eller ohanterat FORM-värde: %d." +msgid "Dwarf Error: Invalid or unhandled FORM value: %u." +msgstr "Dwarf-fel: Ogiltig eller ohanterat FORM-värde: %u." -#: dwarf2.c:843 +#: dwarf2.c:852 msgid "Dwarf Error: mangled line number section (bad file number)." msgstr "Dwarf-fel: trasig radnummerssektion (felaktigt filnummer)." -#: dwarf2.c:929 +#: dwarf2.c:938 msgid "Dwarf Error: Can't find .debug_line section." msgstr "Dwarf-fel: Kan inte hitta sektionen .debug_line." -#: dwarf2.c:952 -#, fuzzy, c-format -msgid "" -"Dwarf Error: Line offset (%u) greater than or equal to .debug_line size (%u)." -msgstr "" -"Dwarf-fel: Radavståndet (%u) större än eller lika med radstorleken (%u)." +#: dwarf2.c:961 +#, c-format +msgid "Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size (%lu)." +msgstr "Dwarf-fel: Radavståndet (%lu) större än eller lika med storleken .debug_line (%lu)." -#: dwarf2.c:1143 +#: dwarf2.c:1159 msgid "Dwarf Error: mangled line number section." msgstr "Dwarf-fel: trasig radnummerssektion." -#: dwarf2.c:1318 dwarf2.c:1529 +#: dwarf2.c:1355 dwarf2.c:1566 #, c-format -msgid "Dwarf Error: Could not find abbrev number %d." -msgstr "Dwarf-fel: Kunde inte hitta förkortningsnumret %d." +msgid "Dwarf Error: Could not find abbrev number %u." +msgstr "Dwarf-fel: Kunde inte hitta förkortningsnumret %u." -#: dwarf2.c:1490 +#: dwarf2.c:1527 #, c-format -msgid "" -"Dwarf Error: found dwarf version '%hu', this reader only handles version 2 " -"information." -msgstr "" -"Dwarf-fel: hittade dwarf version \"%hu\", denna läsare hanterar endast " -"information från version 2." +msgid "Dwarf Error: found dwarf version '%u', this reader only handles version 2 information." +msgstr "Dwarf-fel: hittade dwarf version \"%u\", denna läsare hanterar endast information från version 2." -#: dwarf2.c:1497 +#: dwarf2.c:1534 #, c-format -msgid "" -"Dwarf Error: found address size '%u', this reader can not handle sizes " -"greater than '%u'." -msgstr "" -"Dwarf-fel: hittade adresstorleken \"%u\", denna läsare kan inte hantera " -"storlekar större än \"%u\"." +msgid "Dwarf Error: found address size '%u', this reader can not handle sizes greater than '%u'." +msgstr "Dwarf-fel: hittade adresstorleken \"%u\", denna läsare kan inte hantera storlekar större än \"%u\"." -#: dwarf2.c:1520 +#: dwarf2.c:1557 #, c-format -msgid "Dwarf Error: Bad abbrev number: %d." -msgstr "Dwarf-fel: Felaktigt förkortningsnummer: %d." +msgid "Dwarf Error: Bad abbrev number: %u." +msgstr "Dwarf-fel: Felaktigt förkortningsnummer: %u." -#: ecoff.c:1328 +#: ecoff.c:1318 #, c-format msgid "Unknown basic type %d" msgstr "Okänd grundtyp %d" -#: ecoff.c:1597 +#: ecoff.c:1578 #, c-format msgid "" "\n" @@ -546,7 +502,7 @@ msgstr "" "\n" " Symbol slut+1: %ld" -#: ecoff.c:1604 ecoff.c:1607 +#: ecoff.c:1585 ecoff.c:1588 #, c-format msgid "" "\n" @@ -555,7 +511,7 @@ msgstr "" "\n" " Första symbolen: %ld" -#: ecoff.c:1619 +#: ecoff.c:1600 #, c-format msgid "" "\n" @@ -564,7 +520,7 @@ msgstr "" "\n" " Symbol slut+1: %-7ld Typ: %s" -#: ecoff.c:1626 +#: ecoff.c:1607 #, c-format msgid "" "\n" @@ -573,7 +529,7 @@ msgstr "" "\n" " Lokal symbol: %ld" -#: ecoff.c:1634 +#: ecoff.c:1615 #, c-format msgid "" "\n" @@ -582,7 +538,7 @@ msgstr "" "\n" " struct; symbol slut+1: %ld" -#: ecoff.c:1639 +#: ecoff.c:1620 #, c-format msgid "" "\n" @@ -591,7 +547,7 @@ msgstr "" "\n" " union; symbol slut+1: %ld" -#: ecoff.c:1644 +#: ecoff.c:1625 #, c-format msgid "" "\n" @@ -600,7 +556,7 @@ msgstr "" "\n" " enum; symbol slut+1: %ld" -#: ecoff.c:1650 +#: ecoff.c:1631 #, c-format msgid "" "\n" @@ -609,37 +565,35 @@ msgstr "" "\n" " Typ: %s" -#: elf-hppa.h:1366 elf-hppa.h:1399 elf32-ppc.c:3062 elf32-sh.c:3201 -#: elf64-x86-64.c:1275 +#: elf-hppa.h:1476 elf-hppa.h:1509 elf32-ppc.c:3091 elf32-sh.c:4213 +#: elf64-sh64.c:1659 #, c-format -msgid "" -"%s: warning: unresolvable relocation against symbol `%s' from %s section" -msgstr "" -"%s: varning: olöslig omlokalisering mot symbolen \"%s\" från sektionen %s" +msgid "%s: warning: unresolvable relocation against symbol `%s' from %s section" +msgstr "%s: varning: olöslig omlokalisering mot symbolen \"%s\" från sektionen %s" -#: elf-m10200.c:463 elf-m10300.c:673 elf32-arm.h:2074 elf32-avr.c:835 -#: elf32-cris.c:1406 elf32-d10v.c:482 elf32-fr30.c:653 elf32-h8300.c:547 -#: elf32-i860.c:1048 elf32-m32r.c:1280 elf32-openrisc.c:455 elf32-v850.c:1691 -#: elf32-xstormy16.c:976 elf64-mmix.c:1164 +#: elf-m10200.c:446 elf-m10300.c:656 elf32-arm.h:2084 elf32-avr.c:833 +#: elf32-cris.c:1403 elf32-d10v.c:481 elf32-fr30.c:635 elf32-frv.c:809 +#: elf32-h8300.c:548 elf32-i860.c:1031 elf32-m32r.c:1278 elf32-openrisc.c:439 +#: elf32-v850.c:1691 elf32-xstormy16.c:933 elf64-mmix.c:1302 msgid "internal error: out of range error" msgstr "internt fel: utanför intervallet" -#: elf-m10200.c:467 elf-m10300.c:677 elf32-arm.h:2078 elf32-avr.c:839 -#: elf32-cris.c:1410 elf32-d10v.c:486 elf32-fr30.c:657 elf32-h8300.c:551 -#: elf32-i860.c:1052 elf32-m32r.c:1284 elf32-mips.c:7587 elf32-openrisc.c:459 -#: elf32-v850.c:1695 elf32-xstormy16.c:980 elf64-mips.c:4464 elf64-mmix.c:1168 +#: elf-m10200.c:450 elf-m10300.c:660 elf32-arm.h:2088 elf32-avr.c:837 +#: elf32-cris.c:1407 elf32-d10v.c:485 elf32-fr30.c:639 elf32-frv.c:813 +#: elf32-h8300.c:552 elf32-i860.c:1035 elf32-m32r.c:1282 elf32-openrisc.c:443 +#: elf32-v850.c:1695 elf32-xstormy16.c:937 elf64-mmix.c:1306 elfxx-mips.c:5264 msgid "internal error: unsupported relocation error" msgstr "internt fel: omlokaliseringen stöds inte" -#: elf-m10200.c:471 elf-m10300.c:681 elf32-arm.h:2082 elf32-d10v.c:490 -#: elf32-h8300.c:555 elf32-m32r.c:1288 +#: elf-m10200.c:454 elf-m10300.c:664 elf32-arm.h:2092 elf32-d10v.c:489 +#: elf32-h8300.c:556 elf32-m32r.c:1286 msgid "internal error: dangerous error" msgstr "internt fel: farligt fel" -#: elf-m10200.c:475 elf-m10300.c:685 elf32-arm.h:2086 elf32-avr.c:847 -#: elf32-cris.c:1418 elf32-d10v.c:494 elf32-fr30.c:665 elf32-h8300.c:559 -#: elf32-i860.c:1060 elf32-m32r.c:1292 elf32-openrisc.c:467 elf32-v850.c:1715 -#: elf32-xstormy16.c:988 elf64-mmix.c:1176 +#: elf-m10200.c:458 elf-m10300.c:668 elf32-arm.h:2096 elf32-avr.c:845 +#: elf32-cris.c:1415 elf32-d10v.c:493 elf32-fr30.c:647 elf32-frv.c:821 +#: elf32-h8300.c:560 elf32-i860.c:1043 elf32-m32r.c:1290 elf32-openrisc.c:451 +#: elf32-v850.c:1715 elf32-xstormy16.c:945 elf64-mmix.c:1314 msgid "internal error: unknown error" msgstr "internt fel: okänt fel" @@ -648,17 +602,17 @@ msgstr "internt fel: okänt fel" msgid "%s: invalid string offset %u >= %lu for section `%s'" msgstr "%s: ogiltigt strängavstånd %u >= %lu för sektionen \"%s\"" -#: elf.c:448 +#: elf.c:589 #, c-format msgid "%s: invalid SHT_GROUP entry" msgstr "%s: ogiltig SHT_GROUP-post" -#: elf.c:529 +#: elf.c:660 #, c-format msgid "%s: no group info for section %s" msgstr "%s: ingen gruppinformation för sektionen %s" -#: elf.c:840 +#: elf.c:1023 msgid "" "\n" "Program Header:\n" @@ -666,7 +620,7 @@ msgstr "" "\n" "Programhuvud:\n" -#: elf.c:889 +#: elf.c:1073 msgid "" "\n" "Dynamic Section:\n" @@ -674,7 +628,7 @@ msgstr "" "\n" "Dynamisk sektion:\n" -#: elf.c:1018 +#: elf.c:1202 msgid "" "\n" "Version definitions:\n" @@ -682,7 +636,7 @@ msgstr "" "\n" "Versionsdefinitioner:\n" -#: elf.c:1041 +#: elf.c:1225 msgid "" "\n" "Version References:\n" @@ -690,239 +644,181 @@ msgstr "" "\n" "Versionsreferenser:\n" -#: elf.c:1046 +#: elf.c:1230 #, c-format msgid " required from %s:\n" msgstr " krävs från %s:\n" -#: elf.c:1682 +#: elf.c:1902 #, c-format msgid "%s: invalid link %lu for reloc section %s (index %u)" msgstr "%s: ogiltig länk %lu för omlokaliseringssektion %s (index %u)" -#: elf.c:3296 +#: elf.c:3603 #, c-format msgid "%s: Not enough room for program headers (allocated %u, need %u)" -msgstr "" -"%s: Inte tillräckligt med utrymme för programhuvuden (allokerade %u, behöver " -"%u)" +msgstr "%s: Inte tillräckligt med utrymme för programhuvuden (allokerade %u, behöver %u)" -#: elf.c:3400 +#: elf.c:3708 #, c-format msgid "%s: Not enough room for program headers, try linking with -N" -msgstr "" -"%s: Inte tillräckligt med utrymme för programhuvuden, försök att länka med -N" +msgstr "%s: Inte tillräckligt med utrymme för programhuvuden, försök att länka med -N" -#: elf.c:3525 +#: elf.c:3833 #, c-format -msgid "" -"Error: First section in segment (%s) starts at 0x%x whereas the segment " -"starts at 0x%x" -msgstr "" -"Fel: Första sektionen i segmentet (%s) börjar vid 0x%x medan segmentet " -"börjar med 0x%x" +msgid "Error: First section in segment (%s) starts at 0x%x whereas the segment starts at 0x%x" +msgstr "Fel: Första sektionen i segmentet (%s) börjar vid 0x%x medan segmentet börjar med 0x%x" -#: elf.c:3811 +#: elf.c:4148 #, c-format msgid "%s: warning: allocated section `%s' not in segment" msgstr "%s: varning: allokerad sektion \"%s\" inte i segment" -#: elf.c:4142 +#: elf.c:4472 #, c-format msgid "%s: symbol `%s' required but not present" msgstr "%s: symbolen \"%s\" krävs men finns inte med" -#: elf.c:4395 +#: elf.c:4749 #, c-format -msgid "%s: warning: Empty loadable segment detected\n" -msgstr "%s: varning: Tomt inläsningsbart segment upptäckt\n" +msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n" +msgstr "%s: varning: Tomt inläsningsbart segment upptäckt, är detta meningen?\n" -#: elf.c:5808 +#: elf.c:6193 #, c-format msgid "%s: unsupported relocation type %s" msgstr "%s: omlokaliseringstypen %s stöds inte" -#: elf32-arm.h:1224 +#: elf32-arm.h:1221 #, c-format msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'." -msgstr "" -"%s: Varning: Arm BLX-instruktion använder Arm-funktionen \"%s\" som mål." +msgstr "%s: Varning: Arm BLX-instruktion använder Arm-funktionen \"%s\" som mål." -#: elf32-arm.h:1420 +#: elf32-arm.h:1417 #, c-format msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'." -msgstr "" -"%s: Varning: Thumb BLX-instruktionen använder thumb-funktionen \"%s\" som " -"mål." +msgstr "%s: Varning: Thumb BLX-instruktionen använder thumb-funktionen \"%s\" som mål." -#: elf32-arm.h:1904 elf32-i386.c:1778 elf32-sh.c:3133 +#: elf32-arm.h:1914 elf32-sh.c:4125 #, c-format msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section" msgstr "%s(%s+0x%lx): %s omlokalisering mot SEC_MERGE-sektion" -#: elf32-arm.h:1998 +#: elf32-arm.h:2008 #, c-format -msgid "" -"%s: warning: unresolvable relocation %d against symbol `%s' from %s section" -msgstr "" -"%s: varning: olöslig omlokalisering %d mot symbolen \"%s\" från sektionen %s" - -#: elf32-arm.h:2166 -#, fuzzy, c-format -msgid "" -"Warning: Clearing the interworking flag of %s because non-interworking code " -"in %s has been linked with it" -msgstr "" -"Varning: Stänger av samverkandeflaggan i %s eftersom icke-samverkande kod i %" -"s har länkats med det" +msgid "%s: warning: unresolvable relocation %d against symbol `%s' from %s section" +msgstr "%s: varning: olöslig omlokalisering %d mot symbolen \"%s\" från sektionen %s" -#: elf32-arm.h:2261 +#: elf32-arm.h:2176 #, c-format -msgid "" -"Error: %s compiled for EABI version %d, whereas %s is compiled for version %d" -msgstr "" -"Fel: %s kompilerades för EABI version %d, medan %s kompilerades för version %" -"d" +msgid "Warning: Clearing the interworking flag of %s because non-interworking code in %s has been linked with it" +msgstr "Varning: Stänger av samverkandeflaggan i %s eftersom icke-samverkande kod i %s har länkats med det" -#: elf32-arm.h:2275 +#: elf32-arm.h:2271 #, c-format -msgid "Error: %s compiled for APCS-%d, whereas %s is compiled for APCS-%d" -msgstr "Fel: %s kompilerad för APCS-%d, medan %s är kompilerad för APCS-%d" +msgid "ERROR: %s is compiled for EABI version %d, whereas %s is compiled for version %d" +msgstr "FEL: %s är kompilerad för EABI version %d, medan %s är kompilerad för version %d" -#: elf32-arm.h:2287 +#: elf32-arm.h:2285 #, c-format -msgid "" -"Error: %s passes floats in FP registers, whereas %s passes them in integer " -"registers" -msgstr "" -"Fel: %s skickar flyttal i flyttalsregister, medan %s skickar dem i " -"heltalsregister" +msgid "ERROR: %s is compiled for APCS-%d, whereas target %s uses APCS-%d" +msgstr "FEL: %s är kompilerad för APCS-%d, medan målet %s använder APCS-%d" -#: elf32-arm.h:2292 +#: elf32-arm.h:2313 #, c-format -msgid "" -"Error: %s passes floats in integer registers, whereas %s passes them in FP " -"registers" -msgstr "" -"Fel: %s skickar flyttal i heltalsregister, medan %s skickar dem i " -"flyttalsregister" - -# Tror det saknas "uses" här -#: elf32-arm.h:2303 -#, fuzzy, c-format -msgid "Error: %s uses VFP instructions, whereas %s uses FPA instructions" -msgstr "" -"Fel: %s använder VFP-instruktioner, medan %s använder FPA-instruktioner" +msgid "ERROR: %s uses VFP instructions, whereas %s uses FPA instructions" +msgstr "FEL: %s använder VFP-instruktioner, medan %s använder FPA-instruktioner" -# Tror det saknas "uses" här -#: elf32-arm.h:2308 -#, fuzzy, c-format -msgid "Error: %s uses FPA instructions, whereas %s uses VFP instructions" -msgstr "" -"Fel: %s använder FPA-instruktioner, medan %s använder VFP-instruktioner" - -#: elf32-arm.h:2328 +#: elf32-arm.h:2318 #, c-format -msgid "Error: %s uses software FP, whereas %s uses hardware FP" -msgstr "Fel: %s använder programvaruflyttal, medan %s använder hårdvaruflyttal" +msgid "ERROR: %s uses FPA instructions, whereas %s uses VFP instructions" +msgstr "FEL: %s använder FPA-instruktioner, medan %s använder VFP-instruktioner" -#: elf32-arm.h:2333 +#: elf32-arm.h:2338 #, c-format -msgid "Error: %s uses hardware FP, whereas %s uses software FP" -msgstr "Fel: %s använder hårdvaruflyttal, medan %s använder programvaruflyttal" +msgid "ERROR: %s uses software FP, whereas %s uses hardware FP" +msgstr "FEL: %s använder programvaruflyttal, medan %s använder hårdvaruflyttal" -#: elf32-arm.h:2348 +#: elf32-arm.h:2343 #, c-format -msgid "Warning: %s supports interworking, whereas %s does not" -msgstr "Varning: %s stöder samverkande, medan %s däremot inte gör det" - -#: elf32-arm.h:2355 -#, c-format -msgid "Warning: %s does not support interworking, whereas %s does" -msgstr "Varning: %s stöder inte samverkande, medan %s däremot gör det" +msgid "ERROR: %s uses hardware FP, whereas %s uses software FP" +msgstr "FEL: %s använder hårdvaruflyttal, medan %s använder programvaruflyttal" #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arm.h:2386 elf32-cris.c:2991 elf32-m68k.c:410 elf32-mips.c:3242 +#: elf32-arm.h:2396 elf32-cris.c:2988 elf32-m68k.c:410 elf32-vax.c:543 +#: elfxx-mips.c:7756 #, c-format msgid "private flags = %lx:" msgstr "privata flaggor = %lx:" -#: elf32-arm.h:2395 +#: elf32-arm.h:2405 msgid " [interworking enabled]" msgstr " [samverkande är aktiverat]" -#: elf32-arm.h:2398 -msgid " [APCS-26]" -msgstr " [APCS-26]" - -#: elf32-arm.h:2400 -msgid " [APCS-32]" -msgstr " [APCS-32]" - -#: elf32-arm.h:2403 +#: elf32-arm.h:2413 msgid " [VFP float format]" msgstr " [VFP-flyttalsformat]" -#: elf32-arm.h:2405 +#: elf32-arm.h:2415 msgid " [FPA float format]" msgstr " [FPA-flyttalsformat]" -#: elf32-arm.h:2414 +#: elf32-arm.h:2424 msgid " [new ABI]" msgstr " [nytt ABI]" -#: elf32-arm.h:2417 +#: elf32-arm.h:2427 msgid " [old ABI]" msgstr " [gammalt ABI]" -#: elf32-arm.h:2420 +#: elf32-arm.h:2430 msgid " [software FP]" msgstr " [programvaru-FP]" -#: elf32-arm.h:2428 +#: elf32-arm.h:2438 msgid " [Version1 EABI]" msgstr " [Version1 EABI]" -#: elf32-arm.h:2431 elf32-arm.h:2442 +#: elf32-arm.h:2441 elf32-arm.h:2452 msgid " [sorted symbol table]" msgstr " [sorterad symboltabell]" -#: elf32-arm.h:2433 elf32-arm.h:2444 +#: elf32-arm.h:2443 elf32-arm.h:2454 msgid " [unsorted symbol table]" msgstr " [osorterad symboltabell]" -#: elf32-arm.h:2439 +#: elf32-arm.h:2449 msgid " [Version2 EABI]" msgstr " [Version2 EABI]" -#: elf32-arm.h:2447 +#: elf32-arm.h:2457 msgid " [dynamic symbols use segment index]" msgstr " [dynamiska symboler använder segmentindex]" -#: elf32-arm.h:2450 +#: elf32-arm.h:2460 msgid " [mapping symbols precede others]" msgstr " [mappsymboler har företräde före andra]" -#: elf32-arm.h:2457 +#: elf32-arm.h:2467 msgid " " msgstr " " -#: elf32-arm.h:2464 +#: elf32-arm.h:2474 msgid " [relocatable executable]" msgstr " [omlokaliseringsbar körbar fil]" -#: elf32-arm.h:2467 +#: elf32-arm.h:2477 msgid " [has entry point]" msgstr " [har startpunkt]" -#: elf32-arm.h:2472 +#: elf32-arm.h:2482 msgid "" msgstr "" -#: elf32-avr.c:843 elf32-cris.c:1414 elf32-fr30.c:661 elf32-i860.c:1056 -#: elf32-openrisc.c:463 elf32-v850.c:1699 elf32-xstormy16.c:984 -#: elf64-mmix.c:1172 +#: elf32-avr.c:841 elf32-cris.c:1411 elf32-fr30.c:643 elf32-frv.c:817 +#: elf32-i860.c:1039 elf32-openrisc.c:447 elf32-v850.c:1699 +#: elf32-xstormy16.c:941 elf64-mmix.c:1310 msgid "internal error: dangerous relocation" msgstr "internt fel: farlig omlokalisering" @@ -933,188 +829,198 @@ msgstr "%s: olöslig omlokalisering %s mo #: elf32-cris.c:1012 #, c-format -msgid "" -"%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section" -msgstr "" -"%s: Varken någon PLT eller GOT för omlokalisering %s mot symbolen \"%s\" " -"från sektionen %s" +msgid "%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section" +msgstr "%s: Varken någon PLT eller GOT för omlokalisering %s mot symbolen \"%s\" från sektionen %s" -#: elf32-cris.c:1015 elf32-cris.c:1142 +#: elf32-cris.c:1015 elf32-cris.c:1141 msgid "[whose name is lost]" msgstr "[vars namn tappats bort]" -#: elf32-cris.c:1131 +#: elf32-cris.c:1130 #, c-format -msgid "" -"%s: relocation %s with non-zero addend %d against local symbol from %s " -"section" -msgstr "" -"%s: omlokalisering %s med icke-tomt addendum %d mot lokal symbol från " -"sektionen %s" +msgid "%s: relocation %s with non-zero addend %d against local symbol from %s section" +msgstr "%s: omlokalisering %s med icke-tomt addendum %d mot lokal symbol från sektionen %s" -#: elf32-cris.c:1138 +#: elf32-cris.c:1137 #, c-format -msgid "" -"%s: relocation %s with non-zero addend %d against symbol `%s' from %s section" -msgstr "" -"%s: omlokalisering %s med icke-tomt addendum %d mot symbolen \"%s\" från " -"sektionen %s" +msgid "%s: relocation %s with non-zero addend %d against symbol `%s' from %s section" +msgstr "%s: omlokalisering %s med icke-tomt addendum %d mot symbolen \"%s\" från sektionen %s" -#: elf32-cris.c:1156 +#: elf32-cris.c:1155 #, c-format -msgid "" -"%s: relocation %s is not allowed for global symbol: `%s' from %s section" -msgstr "" -"%s: omlokaliseringen %s är inte tillåten för global symbol: \"%s\" från " -"sektionen %s" +msgid "%s: relocation %s is not allowed for global symbol: `%s' from %s section" +msgstr "%s: omlokaliseringen %s är inte tillåten för global symbol: \"%s\" från sektionen %s" -#: elf32-cris.c:1171 -#, fuzzy, c-format +#: elf32-cris.c:1170 +#, c-format msgid "%s: relocation %s in section %s with no GOT created" -msgstr "%s: omlokaliseringar i sektionen \"%s\", men den har inget innehåll" +msgstr "%s: omlokalisering %s i sektionen %s utan GOT skapad" -#: elf32-cris.c:1289 +#: elf32-cris.c:1288 #, c-format msgid "%s: Internal inconsistency; no relocation section %s" msgstr "%s: Intern inkonsistens; ingen omlokaliseringssektion %s" -#: elf32-cris.c:2523 +#: elf32-cris.c:2514 #, c-format msgid "" "%s, section %s:\n" " relocation %s should not be used in a shared object; recompile with -fPIC" msgstr "" "%s, sektion %s:\n" -" omlokaliseringen %s bör inte användas i ett delat objekt; kompilera om med " -"-fPIC" +" omlokaliseringen %s bör inte användas i ett delat objekt; kompilera om med -fPIC" -#: elf32-cris.c:2994 +#: elf32-cris.c:2991 msgid " [symbols have a _ prefix]" msgstr " [symboler har ett _-prefix]" -#: elf32-cris.c:3033 +#: elf32-cris.c:3030 #, c-format msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols" -msgstr "" -"%s: använder symboler med _-prefix, men skriver fil med symboler utan prefix" +msgstr "%s: använder symboler med _-prefix, men skriver fil med symboler utan prefix" -#: elf32-cris.c:3034 +#: elf32-cris.c:3031 #, c-format msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols" -msgstr "" -"%s: använder symboler utan prefix, men skriver fil med symboler med _-prefix" +msgstr "%s: använder symboler utan prefix, men skriver fil med symboler med _-prefix" + +#: elf32-frv.c:1217 +#, c-format +msgid "%s: compiled with %s and linked with modules that use non-pic relocations" +msgstr "%s: kompilerad med %s och länkad med moduler som använder icke-pic-omlokalisering" + +#: elf32-frv.c:1267 +#, c-format +msgid "%s: compiled with %s and linked with modules compiled with %s" +msgstr "%s: kompilerad med %s och länkad med moduler som kompilerats med %s" + +#: elf32-frv.c:1279 +#, c-format +msgid "%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%lx)" +msgstr "%s: använder andra okända e_flags-fält (0x%lx) än tidigare moduler (0x%lx)" + +#: elf32-frv.c:1315 +#, c-format +msgid "private flags = 0x%lx:" +msgstr "privata flaggor = 0x%lx:" #: elf32-gen.c:82 elf64-gen.c:82 #, c-format msgid "%s: Relocations in generic ELF (EM: %d)" msgstr "%s: Omlokalisering i allmän ELF (EM: %d)" -#: elf32-hppa.c:646 +#: elf32-hppa.c:671 elf64-ppc.c:2323 #, c-format msgid "%s: cannot create stub entry %s" msgstr "%s: kan inte skapa stubbstarten %s" -#: elf32-hppa.c:937 elf32-hppa.c:3545 +#: elf32-hppa.c:956 elf32-hppa.c:3555 #, c-format msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections" msgstr "%s(%s+0x%lx): kan inte nå %s, kompilera om med -ffunction-sections" -#: elf32-hppa.c:1312 +#: elf32-hppa.c:1338 elf64-x86-64.c:673 #, c-format -msgid "" -"%s: relocation %s can not be used when making a shared object; recompile " -"with -fPIC" -msgstr "" -"%s: omlokaliseringen %s kan inte användas då ett delat objekt skapas; " -"kompilera om med -fPIC" +msgid "%s: relocation %s can not be used when making a shared object; recompile with -fPIC" +msgstr "%s: omlokaliseringen %s kan inte användas då ett delat objekt skapas; kompilera om med -fPIC" -#: elf32-hppa.c:1332 +#: elf32-hppa.c:1358 #, c-format -msgid "" -"%s: relocation %s should not be used when making a shared object; recompile " -"with -fPIC" -msgstr "" -"%s: omlokaliseringen %s bör inte användas då ett delat objekt skapas; " -"kompilera om med -fPIC" +msgid "%s: relocation %s should not be used when making a shared object; recompile with -fPIC" +msgstr "%s: omlokaliseringen %s bör inte användas då ett delat objekt skapas; kompilera om med -fPIC" -#: elf32-hppa.c:1525 +#: elf32-hppa.c:1551 #, c-format msgid "Could not find relocation section for %s" msgstr "Kunde inte hitta omlokaliseringssektion för %s" -#: elf32-hppa.c:2867 +#: elf32-hppa.c:2855 #, c-format msgid "%s: duplicate export stub %s" msgstr "%s: dubbel exportstubb %s" -#: elf32-hppa.c:3429 +#: elf32-hppa.c:3433 #, c-format msgid "%s(%s+0x%lx): fixing %s" msgstr "%s(%s+0x%lx): fixar %s" -#: elf32-hppa.c:4069 +#: elf32-hppa.c:4080 #, c-format msgid "%s(%s+0x%lx): cannot handle %s for %s" msgstr "%s(%s+0x%lx): kan inte hantera %s för %s" -#: elf32-hppa.c:4408 +#: elf32-hppa.c:4393 msgid ".got section not immediately after .plt section" msgstr ".got-sektionen följer inte omedelbart efter .plt-sektion" -#: elf32-i386.c:298 +#: elf32-i386.c:379 #, c-format msgid "%s: invalid relocation type %d" msgstr "%s: ogiltig omlokaliseringstyp %d" -#: elf32-i386.c:718 elf32-s390.c:636 elf64-s390.c:595 +#: elf32-i386.c:876 elf32-s390.c:649 elf64-s390.c:595 elf64-x86-64.c:591 #, c-format msgid "%s: bad symbol index: %d" msgstr "%s: felaktigt symbolindex: %d" -#: elf32-i386.c:863 elf32-s390.c:790 elf64-ppc.c:2198 elf64-s390.c:759 +#: elf32-i386.c:948 +#, c-format +msgid "%s: `%s' accessed both as normal and thread local symbol" +msgstr "%s: \"%s\" anropad både som lokal normal symbol och lokal trådsymbol" + +#: elf32-i386.c:1072 elf32-s390.c:808 elf64-ppc.c:2827 elf64-s390.c:759 +#: elf64-x86-64.c:761 #, c-format msgid "%s: bad relocation section name `%s'" msgstr "%s: felaktig omlokaliseringssektionsnamn \"%s\"" -#: elf32-i386.c:2069 elf32-s390.c:1951 elf64-ppc.c:4124 elf64-s390.c:1955 +#: elf32-i386.c:1159 elf64-alpha.c:4768 +#, c-format +msgid "%s: TLS local exec code cannot be linked into shared objects" +msgstr "%s: lokal TLS-exekveringskod kan inte länkas in i delade objekt" + +#: elf32-i386.c:2747 elf32-s390.c:1981 elf32-sparc.c:1571 elf64-ppc.c:5918 +#: elf64-s390.c:1945 elf64-sparc.c:2578 elf64-x86-64.c:1948 #, c-format msgid "%s(%s+0x%lx): unresolvable relocation against symbol `%s'" msgstr "%s(%s+0x%lx): olöslig omlokalisering mot symbolen \"%s\"" -#: elf32-i386.c:2107 elf32-s390.c:1989 elf64-s390.c:1993 +#: elf32-i386.c:2784 elf32-s390.c:2019 elf64-ppc.c:5977 elf64-s390.c:1983 +#: elf64-x86-64.c:1986 #, c-format msgid "%s(%s+0x%lx): reloc against `%s': error %d" msgstr "%s(%s+0x%lx): omlokalisering mot \"%s\": fel %d" -#: elf32-m32r.c:923 +#: elf32-m32r.c:924 msgid "SDA relocation when _SDA_BASE_ not defined" msgstr "SDA-omlokalisering då _SDA_BASE_ inte är definierat" -#: elf32-ia64.c:3537 elf32-m32r.c:1007 elf32-ppc.c:2930 elf64-ia64.c:3537 +#: elf32-ia64.c:3687 elf32-m32r.c:1013 elf32-ppc.c:2987 elf64-alpha.c:4185 +#: elf64-alpha.c:4313 elf64-ia64.c:3687 #, c-format msgid "%s: unknown relocation type %d" msgstr "%s: okänd omlokaliseringstyp %d" -#: elf32-m32r.c:1223 +#: elf32-m32r.c:1221 #, c-format msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" msgstr "%s: Målet (%s) för en %s-omlokalisering är i fel sektion (%s)" -#: elf32-m32r.c:2000 +#: elf32-m32r.c:1947 #, c-format msgid "%s: Instruction set mismatch with previous modules" msgstr "%s: Instruktionsuppsättning passar inte med tidigare moduler" -#: elf32-m32r.c:2023 +#: elf32-m32r.c:1970 #, c-format msgid "private flags = %lx" msgstr "privata flaggor = %lx" -#: elf32-m32r.c:2028 +#: elf32-m32r.c:1975 msgid ": m32r instructions" msgstr ": m32r-instruktioner" -#: elf32-m32r.c:2029 +#: elf32-m32r.c:1976 msgid ": m32rx instructions" msgstr ": m32rx-instruktioner" @@ -1122,255 +1028,177 @@ msgstr ": m32rx-instruktioner" msgid " [cpu32]" msgstr " [cpu32]" -#: elf32-mcore.c:353 elf32-mcore.c:479 +#: elf32-m68k.c:416 +msgid " [m68000]" +msgstr " [m68000]" + +#: elf32-mcore.c:354 elf32-mcore.c:457 #, c-format msgid "%s: Relocation %s (%d) is not currently supported.\n" msgstr "%s: Omlokalisering %s (%d) stöds för närvarande inte.\n" -#: elf32-mcore.c:438 +#: elf32-mcore.c:442 #, c-format msgid "%s: Unknown relocation type %d\n" msgstr "%s: Okänd omlokaliseringstyp %d\n" -#: elf32-mips.c:2156 elf64-mips.c:1972 +#: elf32-mips.c:1152 elf64-mips.c:1783 msgid "32bits gp relative relocation occurs for an external symbol" msgstr "32-bitars gp-relativ omlokalisering förekom för en extern symbol" -#: elf32-mips.c:2305 +#: elf32-mips.c:1301 #, c-format msgid "Linking mips16 objects into %s format is not supported" msgstr "Länkning av mips16-objekt till %s-format stöds inte" -#: elf32-mips.c:3129 +#: elf32-ppc.c:1460 #, c-format -msgid "%s: linking PIC files with non-PIC files" -msgstr "%s: länkar PIC-filer med icke-PIC-filer" +msgid "%s: compiled with -mrelocatable and linked with modules compiled normally" +msgstr "%s: kompilerad med -mrelocatable och länkad med moduler som kompilerats normalt" -#: elf32-mips.c:3139 +#: elf32-ppc.c:1468 #, c-format -msgid "%s: linking abicalls files with non-abicalls files" -msgstr "%s: länkar abicalls-filer med icke-abicalls-filer" - -#: elf32-mips.c:3168 -#, c-format -msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" -msgstr "%s: ISA (-mips%d) passar inte med tidigare moduler (-mips%d)" +msgid "%s: compiled normally and linked with modules compiled with -mrelocatable" +msgstr "%s: kompilerad normalt och länkad med moduler som kompilerats med -mrelocatable" -#: elf32-mips.c:3177 -#, c-format -msgid "%s: ISA mismatch (%d) with previous modules (%d)" -msgstr "%s: ISA (%d) passar inte med tidigare moduler (%d)" - -#: elf32-mips.c:3200 -#, c-format -msgid "%s: ABI mismatch: linking %s module with previous %s modules" -msgstr "%s: ABI passar inte: länkar %s-modul med tidigare %s-moduler" - -#: elf32-mips.c:3214 elf32-ppc.c:1470 elf64-ppc.c:1556 elf64-sparc.c:3027 +#: elf32-ppc.c:1494 elf64-sparc.c:2989 elfxx-mips.c:7713 #, c-format msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" msgstr "%s: använder andra e_flags-fält (0x%lx) än tidigare moduler (0x%lx)" -#: elf32-mips.c:3245 -msgid " [abi=O32]" -msgstr " [abi=O32]" - -#: elf32-mips.c:3247 -msgid " [abi=O64]" -msgstr " [abi=O64]" - -#: elf32-mips.c:3249 -msgid " [abi=EABI32]" -msgstr " [abi=EABI32]" - -#: elf32-mips.c:3251 -msgid " [abi=EABI64]" -msgstr " [abi=EABI64]" - -#: elf32-mips.c:3253 -msgid " [abi unknown]" -msgstr " [okänt abi]" - -#: elf32-mips.c:3255 -msgid " [abi=N32]" -msgstr " [abi=N32]" - -#: elf32-mips.c:3257 -msgid " [abi=64]" -msgstr " [abi=64]" - -#: elf32-mips.c:3259 -msgid " [no abi set]" -msgstr " [inget abi inställt]" - -#: elf32-mips.c:3262 -msgid " [mips1]" -msgstr " [mips1]" - -#: elf32-mips.c:3264 -msgid " [mips2]" -msgstr " [mips2]" - -#: elf32-mips.c:3266 -msgid " [mips3]" -msgstr " [mips3]" - -#: elf32-mips.c:3268 -msgid " [mips4]" -msgstr " [mips4]" - -#: elf32-mips.c:3270 -msgid " [mips5]" -msgstr " [mips5]" - -#: elf32-mips.c:3272 -msgid " [mips32]" -msgstr " [mips32]" - -#: elf32-mips.c:3274 -msgid " [mips64]" -msgstr " [mips64]" - -#: elf32-mips.c:3276 -msgid " [unknown ISA]" -msgstr " [okänd ISA]" - -#: elf32-mips.c:3279 -msgid " [32bitmode]" -msgstr " [32-bitarsläge]" - -#: elf32-mips.c:3281 -msgid " [not 32bitmode]" -msgstr " [inte 32-bitarsläge]" - -#: elf32-mips.c:4954 -msgid "static procedure (no name)" -msgstr "statisk procedur (inget namn)" - -#: elf32-mips.c:5572 elf64-mips.c:6694 -#, c-format -msgid "%s: illegal section name `%s'" -msgstr "%s: ogiltigt sektionsnamn \"%s\"" - -#: elf32-mips.c:6139 elf64-mips.c:3150 -msgid "not enough GOT space for local GOT entries" -msgstr "inte tillräckligt med GOT-utrymme för lokala GOT-poster" - -#: elf32-mips.c:7250 elf64-mips.c:4203 -#, c-format -msgid "%s: %s+0x%lx: jump to stub routine which is not jal" -msgstr "%s: %s+0x%lx: hoppa till stubbrutin som inte är jal" - -#: elf32-mips.c:8259 elf64-mips.c:5891 -#, c-format -msgid "%s: Malformed reloc detected for section %s" -msgstr "%s: Felaktig omlokalisering för sektion %s upptäckt" - -#: elf32-mips.c:8337 elf64-mips.c:5969 -#, c-format -msgid "%s: CALL16 reloc at 0x%lx not against global symbol" -msgstr "%s: CALL16-omlokalisering vid 0x%lx är inte mot global symbol" - -#: elf32-ppc.c:1436 elf64-ppc.c:1521 -#, c-format -msgid "" -"%s: compiled with -mrelocatable and linked with modules compiled normally" -msgstr "" -"%s: kompilerad med -mrelocatable och länkad med moduler som kompilerats " -"normalt" - -#: elf32-ppc.c:1444 elf64-ppc.c:1529 -#, c-format -msgid "" -"%s: compiled normally and linked with modules compiled with -mrelocatable" -msgstr "" -"%s: kompilerad normalt och länkad med moduler som kompilerats med -" -"mrelocatable" - -#: elf32-ppc.c:1568 +#: elf32-ppc.c:1592 #, c-format msgid "%s: Unknown special linker type %d" msgstr "%s: Okänd speciallänkartyp %d" -#: elf32-ppc.c:2218 elf32-ppc.c:2252 elf32-ppc.c:2287 +#: elf32-ppc.c:2273 elf32-ppc.c:2307 elf32-ppc.c:2342 #, c-format msgid "%s: relocation %s cannot be used when making a shared object" msgstr "%s: omlokaliseringen %s kan inte användas då ett delat objekt skapas" -#: elf32-ppc.c:3097 elf64-ppc.c:3716 +#: elf32-ppc.c:3126 elf64-ppc.c:5473 #, c-format msgid "%s: unknown relocation type %d for symbol %s" msgstr "%s: okänd omlokaliseringstyp %d för symbolen %s" -#: elf32-ppc.c:3452 elf32-ppc.c:3473 elf32-ppc.c:3523 +#: elf32-ppc.c:3482 elf32-ppc.c:3503 elf32-ppc.c:3553 #, c-format -msgid "" -"%s: The target (%s) of a %s relocation is in the wrong output section (%s)" +msgid "%s: The target (%s) of a %s relocation is in the wrong output section (%s)" msgstr "%s: Målet (%s) för en %s-omlokalisering är i fel utdatasektion (%s)" -#: elf32-ppc.c:3589 +#: elf32-ppc.c:3619 #, c-format msgid "%s: Relocation %s is not yet supported for symbol %s." msgstr "%s: Omlokaliseringen %s stöds inte än för symbolen %s." -#: elf32-sh.c:1101 +#: elf32-sh.c:1964 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES offset" msgstr "%s: 0x%lx: varning: felaktigt R_SH_USES-avstånd" -#: elf32-sh.c:1113 +#: elf32-sh.c:1976 #, c-format msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" msgstr "%s: 0x%lx: varning: R_SH_USES pekar till okänd instruktion 0x%x" -#: elf32-sh.c:1130 +#: elf32-sh.c:1993 #, c-format msgid "%s: 0x%lx: warning: bad R_SH_USES load offset" msgstr "%s: 0x%lx: varning: felaktigt R_SH_USES-inläsningsavstånd" -#: elf32-sh.c:1145 +#: elf32-sh.c:2008 #, c-format msgid "%s: 0x%lx: warning: could not find expected reloc" msgstr "%s: 0x%lx: varning: kunde inte hitta förväntad omlokalisering" -#: elf32-sh.c:1202 +#: elf32-sh.c:2036 #, c-format msgid "%s: 0x%lx: warning: symbol in unexpected section" msgstr "%s: 0x%lx: varning: symbol i oväntad sektion" -#: elf32-sh.c:1323 +#: elf32-sh.c:2153 #, c-format msgid "%s: 0x%lx: warning: could not find expected COUNT reloc" msgstr "%s: 0x%lx: varning: kunde inte hitta förväntad COUNT-omlokalisering" -#: elf32-sh.c:1332 +#: elf32-sh.c:2162 #, c-format msgid "%s: 0x%lx: warning: bad count" msgstr "%s: 0x%lx: varning: felaktigt antal" -#: elf32-sh.c:1741 elf32-sh.c:2132 +#: elf32-sh.c:2550 elf32-sh.c:2926 #, c-format msgid "%s: 0x%lx: fatal: reloc overflow while relaxing" msgstr "%s: 0x%lx: ödesdigert: omlokalisering ger överspill vid förenklingen" -#: elf32-sh.c:3267 +#: elf32-sh.c:4073 elf64-sh64.c:1576 +msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled" +msgstr "Oväntat STO_SH5_ISA32 på lokal symbol hanteras inte" + +#: elf32-sh.c:4284 #, c-format msgid "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation" -msgstr "" -"%s: 0x%lx: ödesdigert: ojusterat grenmål för omlokalisering för " -"förenklingsstöd" +msgstr "%s: 0x%lx: ödesdigert: ojusterat grenmål för omlokalisering för förenklingsstöd" -#: elf32-sparc.c:1554 elf64-sparc.c:2280 +#: elf32-sh64.c:203 elf64-sh64.c:2364 +#, c-format +msgid "%s: compiled as 32-bit object and %s is 64-bit" +msgstr "%s: kompilerat som 32-bitarsobjekt och %s är 64-bitars" + +#: elf32-sh64.c:206 elf64-sh64.c:2367 +#, c-format +msgid "%s: compiled as 64-bit object and %s is 32-bit" +msgstr "%s: kompilerat som 64-bitarsobjekt och %s är 32-bitars" + +#: elf32-sh64.c:208 elf64-sh64.c:2369 +#, c-format +msgid "%s: object size does not match that of target %s" +msgstr "%s: objektstorleken stämmer inte överens med den hos målet %s" + +#: elf32-sh64.c:440 elf64-sh64.c:2941 +#, c-format +msgid "%s: encountered datalabel symbol in input" +msgstr "%s: påträffade dataetikettssymbol i indata" + +#: elf32-sh64.c:523 +msgid "PTB mismatch: a SHmedia address (bit 0 == 1)" +msgstr "PTB passar inte: en SHmedia-adress (bit 0 == 1)" + +#: elf32-sh64.c:526 +msgid "PTA mismatch: a SHcompact address (bit 0 == 0)" +msgstr "PTA passar inte: en SHcompact-adress (bit 0 == 0)" + +#: elf32-sh64.c:544 +#, c-format +msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16" +msgstr "%s: GAS-fel: oväntad PTB-instruktion med R_SH_PT_16" + +#: elf32-sh64.c:593 elf64-sh64.c:1703 +#, c-format +msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n" +msgstr "%s: fel: ojusterad omlokaliseringstyp %d på %08x omlokalisering %08x\n" + +#: elf32-sh64.c:677 +#, c-format +msgid "%s: could not write out added .cranges entries" +msgstr "%s: kunde inte skriva ut tillagda .cranges-poster" + +#: elf32-sh64.c:739 +#, c-format +msgid "%s: could not write out sorted .cranges entries" +msgstr "%s: kunde inte skriva ut sorterade cranges-poster" + +#: elf32-sparc.c:1535 elf64-sparc.c:2224 #, c-format msgid "%s: probably compiled without -fPIC?" msgstr "%s: troligen kompilerad utan -fPIC?" -#: elf32-sparc.c:2007 +#: elf32-sparc.c:2002 #, c-format msgid "%s: compiled for a 64 bit system and target is 32 bit" msgstr "%s: kompilerat för ett 64-bitarssystem och målet är 32-bitars" -#: elf32-sparc.c:2021 +#: elf32-sparc.c:2016 #, c-format msgid "%s: linking little endian files with big endian files" msgstr "%s: länkar little endian-filer med big endian-filer" @@ -1382,32 +1210,23 @@ msgstr "Variabel \"%s\" kan inte befinna #: elf32-v850.c:685 #, c-format -msgid "" -"Variable `%s' can only be in one of the small, zero, and tiny data regions" -msgstr "" -"Variabel \"%s\" kan bara vara i ett av de små, tomma och pyttesmå " -"dataområdena" +msgid "Variable `%s' can only be in one of the small, zero, and tiny data regions" +msgstr "Variabel \"%s\" kan bara vara i ett av de små, tomma och pyttesmå dataområdena" #: elf32-v850.c:688 #, c-format -msgid "" -"Variable `%s' cannot be in both small and zero data regions simultaneously" -msgstr "" -"Variabel \"%s\" kan inte vara i både små och tomma dataområden samtidigt" +msgid "Variable `%s' cannot be in both small and zero data regions simultaneously" +msgstr "Variabel \"%s\" kan inte vara i både små och tomma dataområden samtidigt" #: elf32-v850.c:691 #, c-format -msgid "" -"Variable `%s' cannot be in both small and tiny data regions simultaneously" -msgstr "" -"Variabel \"%s\" kan inte vara i både små och pyttesmå dataområden samtidigt" +msgid "Variable `%s' cannot be in both small and tiny data regions simultaneously" +msgstr "Variabel \"%s\" kan inte vara i både små och pyttesmå dataområden samtidigt" #: elf32-v850.c:694 #, c-format -msgid "" -"Variable `%s' cannot be in both zero and tiny data regions simultaneously" -msgstr "" -"Variabel \"%s\" kan inte vara i både tomma och pyttesmå dataområden samtidigt" +msgid "Variable `%s' cannot be in both zero and tiny data regions simultaneously" +msgstr "Variabel \"%s\" kan inte vara i både tomma och pyttesmå dataområden samtidigt" #: elf32-v850.c:1072 msgid "FAILED to find previous HI16 reloc\n" @@ -1425,246 +1244,494 @@ msgstr "kunde inte lokalisera speciell l msgid "could not locate special linker symbol __ctbp" msgstr "kunde inte lokalisera speciell länkarsymbol __ctbp" -#: elf32-v850.c:1877 +#: elf32-v850.c:1875 #, c-format msgid "%s: Architecture mismatch with previous modules" msgstr "%s: Arkitekturen passar inte ihop med tidigare moduler" -#: elf32-v850.c:1897 +#: elf32-v850.c:1895 #, c-format msgid "private flags = %lx: " msgstr "privata flaggor = %lx: " -#: elf32-v850.c:1902 +#: elf32-v850.c:1900 msgid "v850 architecture" msgstr "v850-arkitektur" -#: elf32-v850.c:1903 +#: elf32-v850.c:1901 msgid "v850e architecture" msgstr "v850e-arkitektur" -#: elf32-v850.c:1904 +#: elf32-v850.c:1902 msgid "v850ea architecture" msgstr "v850ea-arkitektur" -#: elf32-ia64.c:2247 elf32-xstormy16.c:414 elf64-ia64.c:2247 +#: elf32-vax.c:546 +msgid " [nonpic]" +msgstr " [icke-pic]" + +#: elf32-vax.c:549 +msgid " [d-float]" +msgstr " [d-flyttal]" + +#: elf32-vax.c:552 +msgid " [g-float]" +msgstr " [g-flyttal]" + +#: elf32-vax.c:674 +#, c-format +msgid "%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of %ld" +msgstr "%s: varning: GOT-addendum %ld till \"%s\" stämmer inte överens med tidigare GOT-addendum %ld" + +#: elf32-vax.c:1679 +#, c-format +msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored" +msgstr "%s: varning: PLT-addendum %d till \"%s\" från sektionen %s ignorerades" + +#: elf32-vax.c:1814 +#, c-format +msgid "%s: warning: %s relocation against symbol `%s' from %s section" +msgstr "%s: varning: %s-omlokalisering mot symbolen \"%s\" från sektionen %s" + +#: elf32-vax.c:1820 +#, c-format +msgid "%s: warning: %s relocation to 0x%x from %s section" +msgstr "%s: varning: %s-omlokalisering till 0x%x från sektionen %s" + +#: elf32-ia64.c:2280 elf32-xstormy16.c:414 elf64-ia64.c:2280 msgid "non-zero addend in @fptr reloc" msgstr "icke-tomt addendum i @fptr-omlokalisering" -#: elf64-alpha.c:858 +#: elf64-alpha.c:1097 msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "GPDISP-omlokalisering hittade inga ldah- och lda-instruktioner" -#: elf64-alpha.c:2934 +#: elf64-alpha.c:3675 #, c-format msgid "%s: .got subsegment exceeds 64K (size %d)" msgstr "%s: .got-subsegment överskrider 64 kB (storlek %d)" -#: elf64-alpha.c:3518 elf64-alpha.c:3530 +#: elf64-alpha.c:4498 elf64-alpha.c:4510 #, c-format msgid "%s: gp-relative relocation against dynamic symbol %s" msgstr "%s: gp-relativ omlokalisering mot dynamiska symbolen %s" -#: elf64-hppa.c:2070 +#: elf64-alpha.c:4536 elf64-alpha.c:4676 +#, c-format +msgid "%s: pc-relative relocation against dynamic symbol %s" +msgstr "%s: pc-relativ omlokalisering mot dynamiska symbolen %s" + +#: elf64-alpha.c:4564 +#, c-format +msgid "%s: change in gp: BRSGP %s" +msgstr "%s: ändring i gp: BRSGP %s" + +#: elf64-alpha.c:4589 +msgid "" +msgstr "" + +#: elf64-alpha.c:4594 +#, c-format +msgid "%s: !samegp reloc against symbol without .prologue: %s" +msgstr "%s: !samegp-omlokalisering mot symbol utan .prologue: %s" + +#: elf64-alpha.c:4639 +#, c-format +msgid "%s: unhandled dynamic relocation against %s" +msgstr "%s: ohanterad dynamisk omlokalisering mot %s" + +#: elf64-alpha.c:4752 +#, c-format +msgid "%s: dtp-relative relocation against dynamic symbol %s" +msgstr "%s: dtp-relativ omlokalisering mot dynamiska symbolen %s" + +#: elf64-alpha.c:4775 +#, c-format +msgid "%s: tp-relative relocation against dynamic symbol %s" +msgstr "%s: tp-relativ omlokalisering mot dynamiska symbolen %s" + +#: elf64-hppa.c:2080 #, c-format msgid "stub entry for %s cannot load .plt, dp offset = %ld" msgstr "stubbpost för %s kan inte läsa in .plt, dp-avstånd = %ld" -# Bör rapportera detta -# -# (_("%s: register relocation against non-register symbol: %s in %s"), -# bfd_get_filename (input_section->owner), -# symname == NULL || *symname == 0 ? _("(unknown)") : symname, -# bfd_get_section_name (symsec->owner, symsec)); -# -#: elf64-mmix.c:1271 -#, fuzzy, c-format +#: elf64-mmix.c:1002 +#, c-format +msgid "" +"%s: Internal inconsistency error for value for\n" +" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%08lx\n" +msgstr "" +"%s: Intern inkkonsistensfel för värdet för\n" +" länkarallokerat globalt register: länkat: 0x%lx%08lx != avslappnat: 0x%lx%08lx\n" + +#: elf64-mmix.c:1386 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: (unknown) in %s" +msgstr "%s: bas-plus-avståndsomlokalisering mot registersymbol: (okänd) i %s" + +#: elf64-mmix.c:1391 +#, c-format +msgid "%s: base-plus-offset relocation against register symbol: %s in %s" +msgstr "%s: bas-plus-avståndsomlokalisering mot registersymbol: %s i %s" + +#: elf64-mmix.c:1435 +#, c-format msgid "%s: register relocation against non-register symbol: (unknown) in %s" -msgstr "%s: registeromlokalisering mot icke-registersymbol: %s i %s" +msgstr "%s: registeromlokalisering mot icke-registersymbol: (okänd) i %s" -# Bör rapportera detta -# -# (_("%s: register relocation against non-register symbol: %s in %s"), -# bfd_get_filename (input_section->owner), -# symname == NULL || *symname == 0 ? _("(unknown)") : symname, -# bfd_get_section_name (symsec->owner, symsec)); -# -#: elf64-mmix.c:1276 +#: elf64-mmix.c:1440 #, c-format msgid "%s: register relocation against non-register symbol: %s in %s" msgstr "%s: registeromlokalisering mot icke-registersymbol: %s i %s" -#: elf64-mmix.c:1312 +#: elf64-mmix.c:1477 #, c-format msgid "%s: directive LOCAL valid only with a register or absolute value" -msgstr "" -"%s: LOCAL-direktivet är endast giltigt med ett register eller absolutvärde" +msgstr "%s: LOCAL-direktivet är endast giltigt med ett register eller absolutvärde" -#: elf64-mmix.c:1340 +#: elf64-mmix.c:1505 #, c-format -msgid "" -"%s: LOCAL directive: Register $%ld is not a local register. First global " -"register is $%ld." -msgstr "" -"%s: LOCAL-direktiv: Register $%ld är inte ett lokalt register. Första " -"globala registret är $%ld." +msgid "%s: LOCAL directive: Register $%ld is not a local register. First global register is $%ld." +msgstr "%s: LOCAL-direktiv: Register $%ld är inte ett lokalt register. Första globala registret är $%ld." -#: elf64-mmix.c:1615 +#: elf64-mmix.c:1965 #, c-format -msgid "" -"%s: Error: multiple definition of `%s'; start of %s is set in a earlier " -"linked file\n" -msgstr "" -"%s: Fel: flera definitioner av \"%s\"; början på %s är inställd i en " -"tidigare länkad fil\n" +msgid "%s: Error: multiple definition of `%s'; start of %s is set in a earlier linked file\n" +msgstr "%s: Fel: flera definitioner av \"%s\"; början på %s är inställd i en tidigare länkad fil\n" -#: elf64-mmix.c:1674 +#: elf64-mmix.c:2024 msgid "Register section has contents\n" msgstr "Registersektion har innehåll\n" -#: elf64-ppc.c:1484 libbfd.c:1436 +#: elf64-mmix.c:2186 +#, c-format +msgid "" +"Internal inconsistency: remaining %u != max %u.\n" +" Please report this bug." +msgstr "" +"Intern inkonsekvens: återstående %u != max %u.\n" +" Rapportera gärna detta fel." + +#: elf64-ppc.c:1669 libbfd.c:1435 #, c-format msgid "%s: compiled for a big endian system and target is little endian" msgstr "%s: kompilerad för big endian-system och målet är little endian" -#: elf64-ppc.c:1486 libbfd.c:1438 +#: elf64-ppc.c:1671 libbfd.c:1437 #, c-format msgid "%s: compiled for a little endian system and target is big endian" msgstr "%s: kompilerad för ett little endian-system och målet är big endian" -#: elf64-ppc.c:3350 -#, fuzzy, c-format +#: elf64-ppc.c:3610 +#, c-format +msgid "%s: unexpected reloc type %u in .opd section" +msgstr "%s: oväntad omlokaliseringstyp %u i .opd-sektion" + +#: elf64-ppc.c:3630 +#, c-format +msgid "%s: .opd is not a regular array of opd entries" +msgstr "%s: .opd är inte en vanlig vektor med opd-poster" + +#: elf64-ppc.c:3672 +#, c-format +msgid "%s: undefined sym `%s' in .opd section" +msgstr "%s: odefinierad symbol \"%s\" i .opd-sektion" + +#: elf64-ppc.c:4397 +#, c-format +msgid "can't find branch stub `%s'" +msgstr "kan inte hitta grenstubb \"%s\"" + +#: elf64-ppc.c:4436 elf64-ppc.c:4501 +#, c-format msgid "linkage table error against `%s'" -msgstr "länktabell spiller över mot \"%s\"" +msgstr "länktabellsfel mot \"%s\"" + +#: elf64-ppc.c:4573 +#, c-format +msgid "can't build branch stub `%s'" +msgstr "kan inte bygga grenstubb \"%s\"" -#: elf64-ppc.c:3432 -msgid "stub section size doesn't match calculated size" -msgstr "stubbsektionsstorleken stämmer inte överens med beräknad storlek" +#: elf64-ppc.c:5179 +msgid "stubs don't match calculated size" +msgstr "stubbar stämmer inte överens med beräknad storlek" -#: elf64-ppc.c:4061 +#: elf64-ppc.c:5828 #, c-format msgid "%s: Relocation %s is not supported for symbol %s." msgstr "%s: Omlokaliseringen %s stöds inte för symbolen %s." -#: elf64-ppc.c:4105 +#: elf64-ppc.c:5872 #, c-format msgid "%s: error: relocation %s not a multiple of 4" msgstr "%s: fel: omlokaliseringen %s är inte en multipel av 4" -#: elf64-sparc.c:1277 +#: elf64-sparc.c:1280 #, c-format msgid "%s: check_relocs: unhandled reloc type %d" msgstr "%s: check_relocs: ohanterad omlokaliseringstyp %d" -#: elf64-sparc.c:1314 +#: elf64-sparc.c:1317 #, c-format msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER" msgstr "%s: Endast register %%g[2367] kan deklareras med STT_REGISTER" -#: elf64-sparc.c:1334 -#, fuzzy, c-format +#: elf64-sparc.c:1337 +#, c-format msgid "Register %%g%d used incompatibly: %s in %s, previously %s in %s" -msgstr "Register %%g%d används inkompatibelt: %s i %s" +msgstr "Register %%g%d används inkompatibelt: %s i %s, tidigare %s i %s" -#: elf64-sparc.c:1357 -#, fuzzy, c-format +#: elf64-sparc.c:1360 +#, c-format msgid "Symbol `%s' has differing types: REGISTER in %s, previously %s in %s" -msgstr "Symbolen \"%s\" har olika typer: tidigare %s, REGISTER i %s" +msgstr "Symbolen \"%s\" har olika typer: REGISTER i %s, tidigare %s i %s" -#: elf64-sparc.c:1404 -#, fuzzy, c-format +#: elf64-sparc.c:1406 +#, c-format msgid "Symbol `%s' has differing types: %s in %s, previously REGISTER in %s" -msgstr "Symbolen \"%s\" har olika typer: tidigare %s, REGISTER i %s" +msgstr "Symbolen \"%s\" har olika typer: %s i %s, tidigare REGISTER i %s" -#: elf64-sparc.c:3008 +#: elf64-sparc.c:2970 #, c-format msgid "%s: linking UltraSPARC specific with HAL specific code" msgstr "%s: länkar UltraSPARC-specifik med HAL-specifik kod" -#: elfcode.h:1218 +#: elfcode.h:1198 #, c-format msgid "%s: version count (%ld) does not match symbol count (%ld)" msgstr "%s: versionsantal (%ld) stämmer inte med symbolantal (%ld)" -#: elflink.c:434 +#: elflink.c:440 #, c-format msgid "%s: Section %s is too large to add hole of %ld bytes" msgstr "%s: Sektionen %s är för stor för att stoppa hål med %ld byte i" -#: elflink.h:1113 +#: elflink.h:1090 #, c-format msgid "%s: warning: unexpected redefinition of `%s'" msgstr "%s: varning: oväntad omdefinition av \"%s\"" -#: elflink.h:1784 +#: elflink.h:1727 #, c-format msgid "%s: %s: invalid version %u (max %d)" msgstr "%s: %s: ogiltig version %u (max %d)" -#: elflink.h:1825 +#: elflink.h:1768 #, c-format msgid "%s: %s: invalid needed version %d" msgstr "%s: %s: ogiltig krävd version %d" -#: elflink.h:1945 +#: elflink.h:1890 #, c-format msgid "Warning: size of symbol `%s' changed from %lu to %lu in %s" msgstr "Varning: storleken på symbolen \"%s\" ändrades från %lu till %lu i %s" -#: elflink.h:4014 +#: elflink.h:3174 +#, c-format +msgid "%s: .preinit_array section is not allowed in DSO" +msgstr "%s: .preinit_array-sektionen är inte tillåten i DSO" + +#: elflink.h:4030 #, c-format msgid "warning: type and size of dynamic symbol `%s' are not defined" -msgstr "" -"varning: typen och storleken på dynamiska symbolen \"%s\" är inte definierade" +msgstr "varning: typen och storleken på dynamiska symbolen \"%s\" är inte definierade" -#: elflink.h:4320 +#: elflink.h:4345 #, c-format msgid "%s: undefined versioned symbol name %s" msgstr "%s: odefinierat symbolnamn med version %s" -#: elflink.h:4544 elflink.h:4552 elflink.h:6203 elflink.h:7280 +#: elflink.h:4611 elflink.h:4619 elflink.h:6508 elflink.h:7600 msgid "Error: out of memory" msgstr "Fel: slut på minne" -#: elflink.h:4714 +#: elflink.h:4781 msgid "Not enough memory to sort relocations" msgstr "Inte tillräckligt med minne för att sortera omlokaliseringar" -#: elflink.h:5980 +#: elflink.h:5682 elflink.h:5725 +#, c-format +msgid "%s: could not find output section %s" +msgstr "%s: kunde inte hitta utdatasektionen %s" + +#: elflink.h:5688 +#, c-format +msgid "warning: %s section has zero size" +msgstr "varning: %s-sektionen har nollstorlek" + +#: elflink.h:6275 #, c-format msgid "%s: could not find output section %s for input section %s" -msgstr "%s: kunde inte hitta utdatasektion %s för indatasektionen %s" +msgstr "%s: kunde inte hitta utdatasektionen %s för indatasektionen %s" -#: elflink.h:6553 +#: elflink.h:6486 +#, c-format +msgid "%s: relocation size mismatch in %s section %s" +msgstr "%s: omlokaliseringsstorleken stämmer inte överens i %s-sektionen %s" + +#: elflink.h:6849 msgid "warning: relocation against removed section; zeroing" msgstr "varning: omlokalisering mot borttagen sektion; nollställer" -#: elflink.h:6583 +#: elflink.h:6879 msgid "warning: relocation against removed section" msgstr "varning: omlokalisering mot borttagen sektion" -#: elflink.h:6596 +#: elflink.h:6892 #, c-format msgid "local symbols in discarded section %s" msgstr "lokala symboler i bortkastade sektionen %s" -#: i386linux.c:455 m68klinux.c:459 sparclinux.c:456 +#: elfxx-mips.c:734 +msgid "static procedure (no name)" +msgstr "statisk procedur (inget namn)" + +#: elfxx-mips.c:1601 +msgid "not enough GOT space for local GOT entries" +msgstr "inte tillräckligt med GOT-utrymme för lokala GOT-poster" + +#: elfxx-mips.c:2750 +#, c-format +msgid "%s: %s+0x%lx: jump to stub routine which is not jal" +msgstr "%s: %s+0x%lx: hoppa till stubbrutin som inte är jal" + +#: elfxx-mips.c:4270 +#, c-format +msgid "%s: Malformed reloc detected for section %s" +msgstr "%s: Felaktig omlokalisering för sektion %s upptäckt" + +#: elfxx-mips.c:4348 +#, c-format +msgid "%s: CALL16 reloc at 0x%lx not against global symbol" +msgstr "%s: CALL16-omlokalisering vid 0x%lx är inte mot global symbol" + +#: elfxx-mips.c:7301 +#, c-format +msgid "%s: illegal section name `%s'" +msgstr "%s: ogiltigt sektionsnamn \"%s\"" + +#: elfxx-mips.c:7615 +#, c-format +msgid "%s: linking PIC files with non-PIC files" +msgstr "%s: länkar PIC-filer med icke-PIC-filer" + +#: elfxx-mips.c:7625 +#, c-format +msgid "%s: linking abicalls files with non-abicalls files" +msgstr "%s: länkar abicalls-filer med icke-abicalls-filer" + +#: elfxx-mips.c:7654 +#, c-format +msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" +msgstr "%s: ISA (-mips%d) passar inte med tidigare moduler (-mips%d)" + +#: elfxx-mips.c:7676 +#, c-format +msgid "%s: ISA mismatch (%d) with previous modules (%d)" +msgstr "%s: ISA (%d) passar inte med tidigare moduler (%d)" + +#: elfxx-mips.c:7699 +#, c-format +msgid "%s: ABI mismatch: linking %s module with previous %s modules" +msgstr "%s: ABI passar inte: länkar %s-modul med tidigare %s-moduler" + +#: elfxx-mips.c:7759 +msgid " [abi=O32]" +msgstr " [abi=O32]" + +#: elfxx-mips.c:7761 +msgid " [abi=O64]" +msgstr " [abi=O64]" + +#: elfxx-mips.c:7763 +msgid " [abi=EABI32]" +msgstr " [abi=EABI32]" + +#: elfxx-mips.c:7765 +msgid " [abi=EABI64]" +msgstr " [abi=EABI64]" + +#: elfxx-mips.c:7767 +msgid " [abi unknown]" +msgstr " [okänt abi]" + +#: elfxx-mips.c:7769 +msgid " [abi=N32]" +msgstr " [abi=N32]" + +#: elfxx-mips.c:7771 +msgid " [abi=64]" +msgstr " [abi=64]" + +#: elfxx-mips.c:7773 +msgid " [no abi set]" +msgstr " [inget abi inställt]" + +#: elfxx-mips.c:7776 +msgid " [mips1]" +msgstr " [mips1]" + +#: elfxx-mips.c:7778 +msgid " [mips2]" +msgstr " [mips2]" + +#: elfxx-mips.c:7780 +msgid " [mips3]" +msgstr " [mips3]" + +#: elfxx-mips.c:7782 +msgid " [mips4]" +msgstr " [mips4]" + +#: elfxx-mips.c:7784 +msgid " [mips5]" +msgstr " [mips5]" + +#: elfxx-mips.c:7786 +msgid " [mips32]" +msgstr " [mips32]" + +#: elfxx-mips.c:7788 +msgid " [mips64]" +msgstr " [mips64]" + +#: elfxx-mips.c:7790 +msgid " [unknown ISA]" +msgstr " [okänd ISA]" + +#: elfxx-mips.c:7793 +msgid " [mdmx]" +msgstr " [mdmx]" + +#: elfxx-mips.c:7796 +msgid " [mips16]" +msgstr " [mips16]" + +#: elfxx-mips.c:7799 +msgid " [32bitmode]" +msgstr " [32-bitarsläge]" + +#: elfxx-mips.c:7801 +msgid " [not 32bitmode]" +msgstr " [inte 32-bitarsläge]" + +#: i386linux.c:458 m68klinux.c:462 sparclinux.c:459 #, c-format msgid "Output file requires shared library `%s'\n" msgstr "Utdatafilen kräver delade biblioteket \"%s\"\n" -#: i386linux.c:463 m68klinux.c:467 sparclinux.c:464 +#: i386linux.c:466 m68klinux.c:470 sparclinux.c:467 #, c-format msgid "Output file requires shared library `%s.so.%s'\n" msgstr "Utdatafilen kräver delade biblioteket \"%s.so.%s\"\n" -#: i386linux.c:653 i386linux.c:703 m68klinux.c:660 m68klinux.c:708 -#: sparclinux.c:655 sparclinux.c:705 +#: i386linux.c:655 i386linux.c:705 m68klinux.c:662 m68klinux.c:710 +#: sparclinux.c:657 sparclinux.c:707 #, c-format msgid "Symbol %s not defined for fixups\n" msgstr "Symbolen %s är inte definierad för fixar\n" -#: i386linux.c:727 m68klinux.c:732 sparclinux.c:729 +#: i386linux.c:729 m68klinux.c:734 sparclinux.c:731 msgid "Warning: fixup count mismatch\n" msgstr "Varning: antalet fixar stämmer inte\n" @@ -1678,9 +1745,8 @@ msgstr "%s: strängen är för lång (%d tec msgid "%s: unrecognized symbol `%s' flags 0x%x" msgstr "%s: okänd symbol \"%s\" flaggor 0x%x" -# Ett extra blanksteg i originalet här #: ieee.c:877 -#, fuzzy, c-format +#, c-format msgid "%s: unimplemented ATI record %u for symbol %u" msgstr "%s: inte implementerad ATI-post %u för symbolen %u" @@ -1699,56 +1765,48 @@ msgstr "%s: oväntad typ efter ATN" msgid "%s:%d: unexpected character `%s' in Intel Hex file\n" msgstr "%s:%d: oväntat tecken \"%s\" i hexadecimal Intel-fil\n" -#: ihex.c:368 +#: ihex.c:366 #, c-format msgid "%s:%u: bad checksum in Intel Hex file (expected %u, found %u)" -msgstr "" -"%s:%u: felaktig kontrollsumma i hexadecimal Intel-fil (förväntade %u, " -"hittade %u)" +msgstr "%s:%u: felaktig kontrollsumma i hexadecimal Intel-fil (förväntade %u, hittade %u)" -#: ihex.c:422 +#: ihex.c:420 #, c-format msgid "%s:%u: bad extended address record length in Intel Hex file" -msgstr "" -"%s:%u: felaktig längd på post för utökad adress i hexadecimal Intel-fil" +msgstr "%s:%u: felaktig längd på post för utökad adress i hexadecimal Intel-fil" -#: ihex.c:439 +#: ihex.c:437 #, c-format msgid "%s:%u: bad extended start address length in Intel Hex file" msgstr "%s:%u: felaktig längd på utökad startadress i hexadecimal Intel-fil" -#: ihex.c:456 +#: ihex.c:454 #, c-format msgid "%s:%u: bad extended linear address record length in Intel Hex file" -msgstr "" -"%s:%u: felaktig längd på post för utökad linjär adress i hexadecimal Intel-" -"fil" +msgstr "%s:%u: felaktig längd på post för utökad linjär adress i hexadecimal Intel-fil" -#: ihex.c:473 +#: ihex.c:471 #, c-format msgid "%s:%u: bad extended linear start address length in Intel Hex file" -msgstr "" -"%s:%u: felaktig längd på post för utökad linjär startadress i hexadecimal " -"Intel-fil" +msgstr "%s:%u: felaktig längd på post för utökad linjär startadress i hexadecimal Intel-fil" -#: ihex.c:490 +#: ihex.c:488 #, c-format msgid "%s:%u: unrecognized ihex type %u in Intel Hex file\n" msgstr "%s:%u: okänd ihex-typ %u i hexadecimal Intel-fil\n" -#: ihex.c:610 +#: ihex.c:607 #, c-format msgid "%s: internal error in ihex_read_section" msgstr "%s: internt fel i ihex_read_section" -#: ihex.c:645 +#: ihex.c:642 #, c-format msgid "%s: bad section length in ihex_read_section" msgstr "%s: felaktig sektionslängd i ihex_read_sektion" -# Verkar vara stavfel i originalet här -#: ihex.c:863 -#, fuzzy, c-format +#: ihex.c:860 +#, c-format msgid "%s: address 0x%s out of range for Intel Hex file" msgstr "%s: adressen 0x%s är utanför intervallet för hexadecimal Intel-fil" @@ -1761,28 +1819,27 @@ msgstr "mappar inte: data=%lx mappat=%d\ msgid "not mapping: env var not set\n" msgstr "mappar inte: miljövariabel är inte satt\n" -#: libbfd.c:1467 -#, fuzzy, c-format +#: libbfd.c:1466 +#, c-format msgid "Deprecated %s called at %s line %d in %s\n" -msgstr " vid %s rad %d i %s\n" +msgstr "Föråldrad %s anropad vid %s rad %d i %s\n" -# Skumt! -#: libbfd.c:1470 -#, fuzzy, c-format +#: libbfd.c:1469 +#, c-format msgid "Deprecated %s called\n" -msgstr "Föråldrad %s anropad" +msgstr "Föråldrad %s anropad\n" -#: linker.c:1849 +#: linker.c:1873 #, c-format msgid "%s: indirect symbol `%s' to `%s' is a loop" msgstr "%s: indirekt symbol \"%s\" till \"%s\" är en slinga" -#: linker.c:2745 +#: linker.c:2776 #, c-format msgid "Attempt to do relocateable link with %s input and %s output" msgstr "Försök att göra en omlokaliseringsbar länk med %s-indata och %s-utdata" -#: merge.c:897 +#: merge.c:892 #, c-format msgid "%s: access beyond end of merged section (%ld + %ld)" msgstr "%s: åtkomst bortom slut på sammanslagen sektion (%ld + %ld)" @@ -1792,162 +1849,127 @@ msgstr "%s: åtkomst bortom slut på samma msgid "%s: No core to allocate section name %s\n" msgstr "%s: Ingen kärna för att allokera sektionsnamn %s\n" -#: mmo.c:537 +#: mmo.c:536 #, c-format msgid "%s: No core to allocate a symbol %d bytes long\n" msgstr "%s: Ingen kärna för att allokera en %d byte lång symbol\n" -#: mmo.c:1190 +#: mmo.c:1245 #, c-format msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n" msgstr "%s: ogiltig mmo-fil: initieringsvärde för $255 är inte \"Main\"\n" -#: mmo.c:1336 +#: mmo.c:1391 #, c-format -msgid "" -"%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name " -"starting with `%s'\n" -msgstr "" -"%s: bred teckensekvens som inte stöds 0x%02X 0x%02X efter symbolnamnet som " -"börjar med \"%s\"\n" +msgid "%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name starting with `%s'\n" +msgstr "%s: bred teckensekvens som inte stöds 0x%02X 0x%02X efter symbolnamnet som börjar med \"%s\"\n" -#: mmo.c:1571 +#: mmo.c:1633 #, c-format msgid "%s: invalid mmo file: unsupported lopcode `%d'\n" msgstr "%s: ogiltig mmo-fil: lopkod \"%d\" stöds inte\n" -#: mmo.c:1581 +#: mmo.c:1643 #, c-format msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" msgstr "%s: ogiltig mmo-fil: förväntade YZ = 1 fick YZ = %d för lop_quote\n" -#: mmo.c:1617 +#: mmo.c:1679 #, c-format msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" -msgstr "" -"%s: ogiltig mmo-fil: förväntade z = 1 eller z = 2, fick z = %d för lop_loc\n" +msgstr "%s: ogiltig mmo-fil: förväntade z = 1 eller z = 2, fick z = %d för lop_loc\n" -#: mmo.c:1663 +#: mmo.c:1725 #, c-format -msgid "" -"%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" -msgstr "" -"%s: ogiltig mmo-fil: förväntade z = 1 eller z = 2, fick z = %d för lop_fixo\n" +msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" +msgstr "%s: ogiltig mmo-fil: förväntade z = 1 eller z = 2, fick z = %d för lop_fixo\n" -#: mmo.c:1702 +#: mmo.c:1764 #, c-format msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" msgstr "%s: ogiltig mmo-fil: förväntade y = 0, fick y = %d för lop_fixrx\n" -#: mmo.c:1711 +#: mmo.c:1773 #, c-format -msgid "" -"%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" -msgstr "" -"%s: ogiltig mmo-fil: förväntade z = 16 eller z = 24, fick z = %d för " -"lop_fixr\n" +msgid "%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" +msgstr "%s: ogiltig mmo-fil: förväntade z = 16 eller z = 24, fick z = %d för lop_fixr\n" -#: mmo.c:1734 +#: mmo.c:1796 #, c-format -msgid "" -"%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d " -"for lop_fixrx\n" -msgstr "" -"%s: ogiltig mmo-fil: inledande byte i operandord måste vara 0 eller 1, fick %" -"d för lop_fixrx\n" +msgid "%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d for lop_fixrx\n" +msgstr "%s: ogiltig mmo-fil: inledande byte i operandord måste vara 0 eller 1, fick %d för lop_fixrx\n" -#: mmo.c:1757 +#: mmo.c:1819 #, c-format msgid "%s: cannot allocate file name for file number %d, %d bytes\n" msgstr "%s: kan inte allokera filnamn för fil nummer %d, %d byte\n" -#: mmo.c:1777 +#: mmo.c:1839 #, c-format -msgid "" -"%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" -msgstr "" -"%s: ogiltig mmo-fil: fil nummer %d \"%s\", var redan angiven som \"%s\"\n" +msgid "%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" +msgstr "%s: ogiltig mmo-fil: fil nummer %d \"%s\", var redan angiven som \"%s\"\n" -#: mmo.c:1790 +#: mmo.c:1852 #, c-format -msgid "" -"%s: invalid mmo file: file name for number %d was not specified before use\n" -msgstr "" -"%s: ogiltig mmo-fil: filnamnet för nummer %d angavs inte innan användning\n" +msgid "%s: invalid mmo file: file name for number %d was not specified before use\n" +msgstr "%s: ogiltig mmo-fil: filnamnet för nummer %d angavs inte innan användning\n" -#: mmo.c:1896 +#: mmo.c:1958 #, c-format -msgid "" -"%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" -msgstr "" -"%s: ogiltig mmo-fil: fälten y och z i lop_stab är icke-tomma, y: %d, z: %d\n" +msgid "%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" +msgstr "%s: ogiltig mmo-fil: fälten y och z i lop_stab är icke-tomma, y: %d, z: %d\n" -#: mmo.c:1932 +#: mmo.c:1994 #, c-format msgid "%s: invalid mmo file: lop_end not last item in file\n" msgstr "%s: ogiltig mmo-fil: lop_end är inte sista objektet i fil\n" -#: mmo.c:1945 +#: mmo.c:2007 #, c-format -msgid "" -"%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras " -"to the preceding lop_stab (%ld)\n" -msgstr "" -"%s: ogiltig mmo-fil: YZ i lop_end (%ld) är inte lika med antalet tetra till " -"den föregående lop_stab (%ld)\n" +msgid "%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras to the preceding lop_stab (%ld)\n" +msgstr "%s: ogiltig mmo-fil: YZ i lop_end (%ld) är inte lika med antalet tetra till den föregående lop_stab (%ld)\n" -#: mmo.c:2610 +#: mmo.c:2670 #, c-format msgid "%s: invalid symbol table: duplicate symbol `%s'\n" msgstr "%s: ogiltig symboltabell: dublettsymbol \"%s\"\n" -#: mmo.c:2898 +#: mmo.c:2921 #, c-format -msgid "" -"%s: Bad symbol definition: `Main' set to %s rather than the start address %" -"s\n" -msgstr "" -"%s: Felaktig symboldefinition: \"Main\" är inställd till %s istället för " -"startadressen %s\n" +msgid "%s: Bad symbol definition: `Main' set to %s rather than the start address %s\n" +msgstr "%s: Felaktig symboldefinition: \"Main\" är inställd till %s istället för startadressen %s\n" -#: mmo.c:2932 +#: mmo.c:3011 #, c-format -msgid "" -"%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: " -"%d. Only `Main' will be emitted.\n" -msgstr "" -"%s: varning: symboltabellen är för stor för mmo, större än 65535 32-bitars " -"ord: %d. Endast \"Main\" kommer att skickas.\n" +msgid "%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: %d. Only `Main' will be emitted.\n" +msgstr "%s: varning: symboltabellen är för stor för mmo, större än 65535 32-bitars ord: %d. Endast \"Main\" kommer att skickas.\n" -#: mmo.c:2977 +#: mmo.c:3056 #, c-format msgid "%s: internal error, symbol table changed size from %d to %d words\n" msgstr "%s: internt fel, symboltabellen ändrade storlek från %d till %d ord\n" -#: mmo.c:3032 +#: mmo.c:3111 #, c-format msgid "%s: internal error, internal register section %s had contents\n" msgstr "%s: internt fel, interna registersektionen %s hade innehåll\n" -#: mmo.c:3084 +#: mmo.c:3163 #, c-format msgid "%s: no initialized registers; section length 0\n" msgstr "%s: inga initierade register; sektionslängd 0\n" -#: mmo.c:3090 +#: mmo.c:3169 #, c-format msgid "%s: too many initialized registers; section length %ld\n" msgstr "%s: för många initierade register; sektionslängd %ld\n" -#: mmo.c:3095 +#: mmo.c:3174 #, c-format -msgid "" -"%s: invalid start address for initialized registers of length %ld: 0x%lx%" -"08lx\n" -msgstr "" -"%s: ogiltig startadress för initierade register med längden %ld: 0x%lx%08lx\n" +msgid "%s: invalid start address for initialized registers of length %ld: 0x%lx%08lx\n" +msgstr "%s: ogiltig startadress för initierade register med längden %ld: 0x%lx%08lx\n" -#: oasys.c:1036 +#: oasys.c:1029 #, c-format msgid "%s: can not represent section `%s' in oasys" msgstr "%s: kan inte representera sektionen \"%s\" i oasys" @@ -2005,9 +2027,7 @@ msgstr "%s: Okänd maskintyp (0x%x) i Imp #: peicode.h:1174 #, c-format -msgid "" -"%s: Recognised but unhandled machine type (0x%x) in Import Library Format " -"archive" +msgid "%s: Recognised but unhandled machine type (0x%x) in Import Library Format archive" msgstr "%s: Känd men ohanterad maskintyp (0x%x) i Import Library Format-arkiv" #: peicode.h:1191 @@ -2072,7 +2092,7 @@ msgstr "Sektor för partition[%d] = 0x%.8 msgid "Partition[%d] length = 0x%.8lx (%ld)\n" msgstr "Längd på partition[%d] = 0x%.8lx (%ld)\n" -#: som.c:5402 +#: som.c:5398 msgid "som_sizeof_headers unimplemented" msgstr "som_sizeof_headers är inte implementerat" @@ -2081,7 +2101,13 @@ msgstr "som_sizeof_headers är inte imple msgid "%s:%d: Unexpected character `%s' in S-record file\n" msgstr "%s:%d: Oväntat tecken \"%s\" i S-postfil\n" -#: syms.c:998 +# Vad är stabs? +#: stabs.c:319 +#, c-format +msgid "%s(%s+0x%lx): Stabs entry has invalid string index." +msgstr "%s(%s+0x%lx): Stabbpost har ogiltigt strängindex." + +#: syms.c:1044 msgid "Unsupported .stab relocation" msgstr ".stab-omlokalisering som inte stöds" @@ -2100,7 +2126,7 @@ msgstr "bfd_set_section_flags (%s, %x) m msgid "Size mismatch section %s=%lx, %s=%lx" msgstr "Storleken passar inte på sektion %s=%lx, %s=%lx" -#: vms-gsd.c:704 +#: vms-gsd.c:702 #, c-format msgid "unknown gsd/egsd subtype %d" msgstr "okänd gsd/egsd-undertyp %d" @@ -2141,24 +2167,24 @@ msgid "No Mem !" msgstr "Inget minne!" #: vms-tir.c:362 -#, fuzzy, c-format +#, c-format msgid "bad section index in %s" -msgstr "Felaktigt sektionsindex i ETIR_S_C_STA_PQ" +msgstr "felaktigt sektionsindex i %s" #: vms-tir.c:375 -#, fuzzy, c-format +#, c-format msgid "unsupported STA cmd %s" -msgstr "STA-kommando %d stöds inte" +msgstr "STA-kommando %s stöds inte" #: vms-tir.c:380 vms-tir.c:1240 -#, fuzzy, c-format +#, c-format msgid "reserved STA cmd %d" -msgstr "Reserverat STA-kommando %d" +msgstr "reserverat STA-kommando %d" #: vms-tir.c:491 vms-tir.c:514 -#, fuzzy, c-format +#, c-format msgid "%s: no symbol \"%s\"" -msgstr "%s: ingen sådan symbol" +msgstr "%s: ingen symbol \"%s\"" #. unsigned shift #. rotate @@ -2166,41 +2192,39 @@ msgstr "%s: ingen sådan symbol" #. Define a literal. #: vms-tir.c:581 vms-tir.c:693 vms-tir.c:803 vms-tir.c:821 vms-tir.c:829 #: vms-tir.c:838 vms-tir.c:1563 -#, fuzzy, c-format +#, c-format msgid "%s: not supported" -msgstr "stöder inte" +msgstr "%s: stöds inte" #: vms-tir.c:586 vms-tir.c:1418 -#, fuzzy, c-format +#, c-format msgid "%s: not implemented" -msgstr "%s: oimplementerat %s\n" +msgstr "%s: inte implementerad" #: vms-tir.c:590 vms-tir.c:1422 -#, fuzzy, c-format +#, c-format msgid "reserved STO cmd %d" -msgstr "Reserverat STO-kommando %d" +msgstr "reserverat STO-kommando %d" #: vms-tir.c:708 vms-tir.c:1568 -#, fuzzy, c-format +#, c-format msgid "reserved OPR cmd %d" -msgstr "Reserverat OPR-kommando %d" +msgstr "reserverat OPR-kommando %d" #: vms-tir.c:776 vms-tir.c:1632 -#, fuzzy, c-format +#, c-format msgid "reserved CTL cmd %d" -msgstr "Reserverat CTL-kommando %d" +msgstr "reserverat CTL-kommando %d" #. stack byte from image #. arg: none. #: vms-tir.c:1148 -#, fuzzy msgid "stack-from-image not implemented" -msgstr "Stac-from-image är inte implementerat" +msgstr "stack-from-image är inte implementerat" #: vms-tir.c:1166 -#, fuzzy msgid "stack-entry-mask not fully implemented" -msgstr "Stack-entry-mask är inte helt implementerat" +msgstr "stack-entry-mask är inte helt implementerat" #. compare procedure argument #. arg: cs symbol name @@ -2214,30 +2238,27 @@ msgid "PASSMECH not fully implemented" msgstr "PASSMECH är inte helt implementerat" #: vms-tir.c:1199 -#, fuzzy msgid "stack-local-symbol not fully implemented" -msgstr "Stack-local-symbol är inte helt implementerat" +msgstr "stack-local-symbol är inte helt implementerat" #: vms-tir.c:1212 -#, fuzzy msgid "stack-literal not fully implemented" -msgstr "Stack-literal är inte helt implementerat" +msgstr "stack-literal är inte helt implementerat" #: vms-tir.c:1233 -#, fuzzy msgid "stack-local-symbol-entry-point-mask not fully implemented" -msgstr "Stack-local-symbol-entry-point-mask är inte helt implementerat" +msgstr "stack-local-symbol-entry-point-mask är inte helt implementerat" #: vms-tir.c:1510 vms-tir.c:1522 vms-tir.c:1534 vms-tir.c:1546 vms-tir.c:1611 #: vms-tir.c:1619 vms-tir.c:1627 -#, fuzzy, c-format +#, c-format msgid "%s: not fully implemented" -msgstr "PASSMECH är inte helt implementerat" +msgstr "%s: inte helt implementerat" #: vms-tir.c:1684 -#, fuzzy, c-format +#, c-format msgid "obj code %d not found" -msgstr "Objektkod %d kunde inte hittas" +msgstr "objektkod %d kunde inte hittas" #: vms-tir.c:2019 #, c-format @@ -2249,150 +2270,149 @@ msgstr "SEC_RELOC utan omlokaliseringar msgid "Unhandled relocation %s" msgstr "Ohanterad omlokalisering %s" -#: xcofflink.c:1241 +#: xcofflink.c:1243 #, c-format msgid "%s: `%s' has line numbers but no enclosing section" msgstr "%s: \"%s\" har radnummer men ingen inneslutande sektion" -#: xcofflink.c:1294 +#: xcofflink.c:1296 #, c-format msgid "%s: class %d symbol `%s' has no aux entries" msgstr "%s: klass %d-symbolen \"%s\" har inga yttre poster" -#: xcofflink.c:1317 +#: xcofflink.c:1319 #, c-format msgid "%s: symbol `%s' has unrecognized csect type %d" msgstr "%s: symbolen \"%s\" har okänd csect-typ %d" -#: xcofflink.c:1329 +#: xcofflink.c:1331 #, c-format msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d" msgstr "%s: felaktig XTY_ER-symbol \"%s\": klass %d scnum %d scnlen %d" -#: xcofflink.c:1365 +#: xcofflink.c:1367 #, c-format msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d" msgstr "%s: XMC_TC0-symbolen \"%s\" är klass %d scnlen %d" -#: xcofflink.c:1517 +#: xcofflink.c:1519 #, c-format msgid "%s: csect `%s' not in enclosing section" msgstr "%s: csect \"%s\" är inte i inneslutande sektion" -#: xcofflink.c:1624 +#: xcofflink.c:1626 #, c-format msgid "%s: misplaced XTY_LD `%s'" msgstr "%s: felaktigt placerat XTY_LD \"%s\"" -#: xcofflink.c:1948 +#: xcofflink.c:1957 #, c-format msgid "%s: reloc %s:%d not in csect" msgstr "%s: omlokaliseringen %s:%d är inte i csect" -#: xcofflink.c:2083 +#: xcofflink.c:2092 #, c-format msgid "%s: XCOFF shared object when not producing XCOFF output" msgstr "%s: XCOFF delade objekt när inte XCOFF-utdata produceras" -#: xcofflink.c:2104 +#: xcofflink.c:2113 #, c-format msgid "%s: dynamic object with no .loader section" msgstr "%s: dynamiskt objekt utan någon .loader-sektion" -#: xcofflink.c:2749 +#: xcofflink.c:2758 #, c-format msgid "%s: no such symbol" msgstr "%s: ingen sådan symbol" -#: xcofflink.c:2890 +#: xcofflink.c:2891 msgid "error: undefined symbol __rtinit" msgstr "fel: odefinierad symbol __rtinit" -#: xcofflink.c:3458 +#: xcofflink.c:3453 #, c-format msgid "warning: attempt to export undefined symbol `%s'" msgstr "varning: försök att exportera odefinierade symbolen \"%s\"" -#: xcofflink.c:4452 +#: xcofflink.c:4447 #, c-format msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling" -msgstr "" -"TOC ger överspill: 0x%lx > 0x10000; prova -mminimal-toc vid kompilering" +msgstr "TOC ger överspill: 0x%lx > 0x10000; prova -mminimal-toc vid kompilering" -#: xcofflink.c:5292 xcofflink.c:5754 xcofflink.c:5816 xcofflink.c:6117 +#: xcofflink.c:5287 xcofflink.c:5756 xcofflink.c:5818 xcofflink.c:6119 #, c-format msgid "%s: loader reloc in unrecognized section `%s'" msgstr "%s: inläsaromlokalisering i okända sektionen \"%s\"" -#: xcofflink.c:5314 xcofflink.c:6128 +#: xcofflink.c:5309 xcofflink.c:6130 #, c-format msgid "%s: `%s' in loader reloc but not loader sym" msgstr "%s: \"%s\" i inläsaromlokalisering men inte inläsarsym" -#: xcofflink.c:5329 +#: xcofflink.c:5324 #, c-format msgid "%s: loader reloc in read-only section %s" msgstr "%s: inläsaromlokalisering i skrivskyddade sektionen %s" -#: elf32-ia64.c:2189 elf64-ia64.c:2189 +#: elf32-ia64.c:2222 elf64-ia64.c:2222 msgid "@pltoff reloc against local symbol" msgstr "@pltoff-omlokalisering mot lokal symbol" -#: elf32-ia64.c:3413 elf64-ia64.c:3413 +#: elf32-ia64.c:3562 elf64-ia64.c:3562 #, c-format msgid "%s: short data segment overflowed (0x%lx >= 0x400000)" msgstr "%s: kort datasegment spillde över (0x%lx >= 0x400000)" -#: elf32-ia64.c:3424 elf64-ia64.c:3424 +#: elf32-ia64.c:3573 elf64-ia64.c:3573 #, c-format msgid "%s: __gp does not cover short data segment" msgstr "%s: __gp täcker inte kort datasegment" -#: elf32-ia64.c:3728 elf64-ia64.c:3728 +#: elf32-ia64.c:3858 elf64-ia64.c:3858 #, c-format msgid "%s: linking non-pic code in a shared library" msgstr "%s: länkar icke-pic-kod i delat bibliotek" -#: elf32-ia64.c:3761 elf64-ia64.c:3761 +#: elf32-ia64.c:3891 elf64-ia64.c:3891 #, c-format msgid "%s: @gprel relocation against dynamic symbol %s" msgstr "%s: @gprel-omlokalisering mot dynamiska symbolen %s" -#: elf32-ia64.c:3900 elf64-ia64.c:3900 +#: elf32-ia64.c:4030 elf64-ia64.c:4030 #, c-format msgid "%s: dynamic relocation against speculation fixup" msgstr "%s: dynamisk omlokalisering utan spekulationsfixar" -#: elf32-ia64.c:3908 elf64-ia64.c:3908 +#: elf32-ia64.c:4038 elf64-ia64.c:4038 #, c-format msgid "%s: speculation fixup against undefined weak symbol" msgstr "%s: spekulationsfix mot odefinierad svag symbol" -#: elf32-ia64.c:4092 elf64-ia64.c:4092 +#: elf32-ia64.c:4271 elf64-ia64.c:4271 msgid "unsupported reloc" msgstr "omlokaliseringen stöds inte" -#: elf32-ia64.c:4372 elf64-ia64.c:4372 +#: elf32-ia64.c:4551 elf64-ia64.c:4551 #, c-format msgid "%s: linking trap-on-NULL-dereference with non-trapping files" msgstr "%s: länkar fånga-vid-NULL-dereferens med ickefångande filer" -#: elf32-ia64.c:4381 elf64-ia64.c:4381 +#: elf32-ia64.c:4560 elf64-ia64.c:4560 #, c-format msgid "%s: linking big-endian files with little-endian files" msgstr "%s: länkar big endian-filer med little endian-filer" -#: elf32-ia64.c:4390 elf64-ia64.c:4390 +#: elf32-ia64.c:4569 elf64-ia64.c:4569 #, c-format msgid "%s: linking 64-bit files with 32-bit files" msgstr "%s: länkar 64-bitarsfiler med 32-bitarsfiler" -#: elf32-ia64.c:4399 elf64-ia64.c:4399 +#: elf32-ia64.c:4578 elf64-ia64.c:4578 #, c-format msgid "%s: linking constant-gp files with non-constant-gp files" msgstr "%s: länkar konstant-gp-filer med icke-konstant-gp-filer" -#: elf32-ia64.c:4409 elf64-ia64.c:4409 +#: elf32-ia64.c:4588 elf64-ia64.c:4588 #, c-format msgid "%s: linking auto-pic files with non-auto-pic files" msgstr "%s: länkar auto-pic-filer med icke-auto-pic-filer" @@ -2473,8 +2493,7 @@ msgid "" "There is an import table, but the section containing it could not be found\n" msgstr "" "\n" -"Det finns en importtabell, men sektionen som innehåller den kunde inte " -"hittas\n" +"Det finns en importtabell, men sektionen som innehåller den kunde inte hittas\n" #: peigen.c:1076 pepigen.c:1076 #, c-format @@ -2518,13 +2537,14 @@ msgstr "" # Vad är thunk? #: peigen.c:1130 pepigen.c:1130 -#, fuzzy msgid "" " vma: Hint Time Forward DLL First\n" " Table Stamp Chain Name Thunk\n" -msgstr " tabell stämpel kedja namn thunk\n" +msgstr "" +" vma: Tips- Tids- Framåt- DLL- Första\n" +" tabell stämpel kedja namn thunk\n" -#: peigen.c:1180 pepigen.c:1180 +#: peigen.c:1181 pepigen.c:1181 #, c-format msgid "" "\n" @@ -2533,32 +2553,27 @@ msgstr "" "\n" "\tDLL-namn: %s\n" -#: peigen.c:1184 peigen.c:1247 pepigen.c:1184 pepigen.c:1247 -msgid "\tvma: Hint/Ord Member-Name\n" -msgstr "\tvma: Tips/Vanligt medlemsnamn\n" - -#: peigen.c:1246 pepigen.c:1246 -msgid "\tThe Import Address Table (difference found)\n" -msgstr "\tImportadresstabellen (skillnad hittad)\n" - -#: peigen.c:1253 pepigen.c:1253 -msgid "\t>>> Ran out of IAT members!\n" -msgstr "\t>>> Slut på IAT-medlemmar!\n" - -#: peigen.c:1271 pepigen.c:1271 -msgid "\tThe Import Address Table is identical\n" -msgstr "\tImportadresstabellen är identisk\n" +#: peigen.c:1192 pepigen.c:1192 +msgid "\tvma: Hint/Ord Member-Name Bound-To\n" +msgstr "\tvma: Tips/Ordning Medlemsnamn Bundet till\n" + +#: peigen.c:1217 pepigen.c:1217 +msgid "" +"\n" +"There is a first thunk, but the section containing it could not be found\n" +msgstr "" +"\n" +"Det finns en första thunk, men sektionen som innehåller den kunde inte hittas\n" -#: peigen.c:1343 pepigen.c:1343 +#: peigen.c:1357 pepigen.c:1357 msgid "" "\n" "There is an export table, but the section containing it could not be found\n" msgstr "" "\n" -"Det finns en exporttabell, men sektionen som innehåller den kunde inte " -"hittas\n" +"Det finns en exporttabell, men sektionen som innehåller den kunde inte hittas\n" -#: peigen.c:1348 pepigen.c:1348 +#: peigen.c:1362 pepigen.c:1362 #, c-format msgid "" "\n" @@ -2567,7 +2582,7 @@ msgstr "" "\n" "Det finns en exporttabell i %s vid 0x%lx\n" -#: peigen.c:1379 pepigen.c:1379 +#: peigen.c:1393 pepigen.c:1393 #, c-format msgid "" "\n" @@ -2577,61 +2592,61 @@ msgstr "" "\n" "Exporttabellerna (tolkade innehåll i %s-sektion)\n" -#: peigen.c:1383 pepigen.c:1383 +#: peigen.c:1397 pepigen.c:1397 #, c-format msgid "Export Flags \t\t\t%lx\n" msgstr "Exportflaggor \t\t\t%lx\n" -#: peigen.c:1386 pepigen.c:1386 +#: peigen.c:1400 pepigen.c:1400 #, c-format msgid "Time/Date stamp \t\t%lx\n" msgstr "Tid-/Datumstämpel \t\t%lx\n" -#: peigen.c:1389 pepigen.c:1389 +#: peigen.c:1403 pepigen.c:1403 #, c-format msgid "Major/Minor \t\t\t%d/%d\n" msgstr "Övre/Undre \t\t\t%d/%d\n" -#: peigen.c:1392 pepigen.c:1392 +#: peigen.c:1406 pepigen.c:1406 msgid "Name \t\t\t\t" msgstr "Namn \t\t\t\t" -#: peigen.c:1398 pepigen.c:1398 +#: peigen.c:1412 pepigen.c:1412 #, c-format msgid "Ordinal Base \t\t\t%ld\n" msgstr "Ordningsbas \t\t\t%ld\n" -#: peigen.c:1401 pepigen.c:1401 +#: peigen.c:1415 pepigen.c:1415 msgid "Number in:\n" msgstr "Tal i:\n" -#: peigen.c:1404 pepigen.c:1404 +#: peigen.c:1418 pepigen.c:1418 #, c-format msgid "\tExport Address Table \t\t%08lx\n" msgstr "\tExportadresstabell \t\t%08lx\n" -#: peigen.c:1408 pepigen.c:1408 +#: peigen.c:1422 pepigen.c:1422 #, c-format msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" msgstr "\t[Namnpekare/Ordningstal]-tabell\t%08lx\n" -#: peigen.c:1411 pepigen.c:1411 +#: peigen.c:1425 pepigen.c:1425 msgid "Table Addresses\n" msgstr "Tabelladresser\n" -#: peigen.c:1414 pepigen.c:1414 +#: peigen.c:1428 pepigen.c:1428 msgid "\tExport Address Table \t\t" msgstr "\tExportadresstabell \t\t" -#: peigen.c:1419 pepigen.c:1419 +#: peigen.c:1433 pepigen.c:1433 msgid "\tName Pointer Table \t\t" msgstr "\tNamnpekartabell \t\t" -#: peigen.c:1424 pepigen.c:1424 +#: peigen.c:1438 pepigen.c:1438 msgid "\tOrdinal Table \t\t\t" msgstr "\tOrdningstalstabell \t\t\t" -#: peigen.c:1439 pepigen.c:1439 +#: peigen.c:1453 pepigen.c:1453 #, c-format msgid "" "\n" @@ -2640,15 +2655,15 @@ msgstr "" "\n" "Exportadresstabell -- Orningsbas %ld\n" -#: peigen.c:1458 pepigen.c:1458 +#: peigen.c:1472 pepigen.c:1472 msgid "Forwarder RVA" msgstr "Vidarebefordrar-RVA" -#: peigen.c:1469 pepigen.c:1469 +#: peigen.c:1483 pepigen.c:1483 msgid "Export RVA" msgstr "Export-RVA" -#: peigen.c:1476 pepigen.c:1476 +#: peigen.c:1490 pepigen.c:1490 msgid "" "\n" "[Ordinal/Name Pointer] Table\n" @@ -2656,13 +2671,12 @@ msgstr "" "\n" "[Ordningstals-/Namnpekar-]tabell\n" -#: peigen.c:1531 pepigen.c:1531 +#: peigen.c:1545 pepigen.c:1545 #, c-format msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n" -msgstr "" -"Varning, storleken på .pdata-sektionen (%ld) är inte en multipel av %d\n" +msgstr "Varning, storleken på .pdata-sektionen (%ld) är inte en multipel av %d\n" -#: peigen.c:1535 pepigen.c:1535 +#: peigen.c:1549 pepigen.c:1549 msgid "" "\n" "The Function Table (interpreted .pdata section contents)\n" @@ -2670,41 +2684,31 @@ msgstr "" "\n" "Funktionstabellen (tolkade innehåll från .pdata-sektionen)\n" -#: peigen.c:1538 pepigen.c:1538 +#: peigen.c:1552 pepigen.c:1552 msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" msgstr " vma:\t\t\tStartadress Slutadress Ospola information\n" -# This is broken -# -# #ifdef COFF_WITH_pep -# fprintf (file, -# _(" vma:\t\t\tBegin Address End Address Unwind Info\n")); -# #else -# fprintf (file, -# _(" vma:\t\tBegin End EH EH PrologEnd Exception\n")); -# fprintf (file, -# _(" \t\tAddress Address Handler Data Address Mask\n")); -# -#: peigen.c:1540 pepigen.c:1540 -#, fuzzy +#: peigen.c:1554 pepigen.c:1554 msgid "" " vma:\t\tBegin End EH EH PrologEnd Exception\n" " \t\tAddress Address Handler Data Address Mask\n" -msgstr " vma:\t\tStart- Slut- EH- EH- Prologslut- Undantags-\n" +msgstr "" +" vma:\t\tStart- Slut- EH- EH- Prologsluts- Undantags-\n" +" \t\tadress adress hanterare data adress mask\n" -#: peigen.c:1610 pepigen.c:1610 +#: peigen.c:1624 pepigen.c:1624 msgid " Register save millicode" msgstr " Registerspara millikod" -#: peigen.c:1613 pepigen.c:1613 +#: peigen.c:1627 pepigen.c:1627 msgid " Register restore millicode" msgstr " Registeråterställ millikod" -#: peigen.c:1616 pepigen.c:1616 +#: peigen.c:1630 pepigen.c:1630 msgid " Glue code sequence" msgstr " Klisterkodsekvens" -#: peigen.c:1668 pepigen.c:1668 +#: peigen.c:1682 pepigen.c:1682 msgid "" "\n" "\n" @@ -2714,7 +2718,7 @@ msgstr "" "\n" "PE-filbasomlokaliseringar (tolkat innehåll i .reloc-sektionen)\n" -#: peigen.c:1698 pepigen.c:1698 +#: peigen.c:1712 pepigen.c:1712 #, c-format msgid "" "\n" @@ -2723,7 +2727,7 @@ msgstr "" "\n" "Virtuell adress: %08lx Områdesstorlek %ld (0x%lx) Antal fixar %ld\n" -#: peigen.c:1711 pepigen.c:1711 +#: peigen.c:1725 pepigen.c:1725 #, c-format msgid "\treloc %4d offset %4x [%4lx] %s" msgstr "\tomlokalisering %4d avstånd %4x [%4lx] %s" @@ -2731,7 +2735,7 @@ msgstr "\tomlokalisering %4d avstånd %4x #. The MS dumpbin program reportedly ands with 0xff0f before #. printing the characteristics field. Not sure why. No reason to #. emulate it here. -#: peigen.c:1751 pepigen.c:1751 +#: peigen.c:1765 pepigen.c:1765 #, c-format msgid "" "\n" @@ -2740,6 +2744,15 @@ msgstr "" "\n" "Karakteristik 0x%x\n" +#~ msgid "\tThe Import Address Table (difference found)\n" +#~ msgstr "\tImportadresstabellen (skillnad hittad)\n" + +#~ msgid "\t>>> Ran out of IAT members!\n" +#~ msgstr "\t>>> Slut på IAT-medlemmar!\n" + +#~ msgid "\tThe Import Address Table is identical\n" +#~ msgstr "\tImportadresstabellen är identisk\n" + # Ska vara blanksteg här tror jag #~ msgid "BFD %sinternal error, aborting at %s line %d\n" #~ msgstr "Internt BFD %s-fel, avbryter vid %s rad %d\n" @@ -2747,36 +2760,35 @@ msgstr "" #~ msgid "GP relative relocation when GP not defined" #~ msgstr "GP-relativ omlokalisering då GP inte är definierad" +#~ msgid "%s: ERROR: passes floats in float registers whereas target %s uses integer registers" +#~ msgstr "%s: FEL: skickar flyttal i flyttalsregister där målet %s istället använder heltalsregister" + +#~ msgid "%s: ERROR: passes floats in integer registers whereas target %s uses float registers" +#~ msgstr "%s: FEL: skickar flyttal i heltalsregister där målet %s istället använder flyttalsregister" + #~ msgid "Warning: input file %s supports interworking, whereas %s does not." -#~ msgstr "" -#~ "Varning: indatafilen %s stöder samverkande, medan %s däremot inte gör det." +#~ msgstr "Varning: indatafilen %s stöder samverkande, medan %s däremot inte gör det." -#~ msgid "" -#~ "Warning: input file %s does not support interworking, whereas %s does." -#~ msgstr "" -#~ "Varning: indatafilen %s stöder inte samverkande, medan %s däremot gör det." +#~ msgid "Warning: input file %s does not support interworking, whereas %s does." +#~ msgstr "Varning: indatafilen %s stöder inte samverkande, medan %s däremot gör det." #~ msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" #~ msgstr "AUX tagndx %ld ttlsiz 0x%lx radnummer %ld nästa %ld" -#~ msgid "" -#~ "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x" -#~ "%.8lx%s\n" -#~ msgstr "" -#~ "elf_symbol_from_bfd_symbol 0x%.8lx, namn = %s, symbolnr = %d, flaggor = 0x" -#~ "%.8lx%s\n" - -#~ msgid "" -#~ "Warning: Not setting interwork flag of %s since it has already been " -#~ "specified as non-interworking" -#~ msgstr "" -#~ "Varning: Ställer inte in samverkandeflaggan för %s eftersom den redan har " -#~ "angivits som inte samverkande" +#~ msgid "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n" +#~ msgstr "elf_symbol_from_bfd_symbol 0x%.8lx, namn = %s, symbolnr = %d, flaggor = 0x%.8lx%s\n" + +#~ msgid "Warning: Not setting interwork flag of %s since it has already been specified as non-interworking" +#~ msgstr "Varning: Ställer inte in samverkandeflaggan för %s eftersom den redan har angivits som inte samverkande" #~ msgid "Warning: Clearing the interwork flag of %s due to outside request" -#~ msgstr "" -#~ "Varning: Stänger av samverkandeflaggan för %s på grund av utomstående " -#~ "begäran" +#~ msgstr "Varning: Stänger av samverkandeflaggan för %s på grund av utomstående begäran" + +#~ msgid " [APCS-26]" +#~ msgstr " [APCS-26]" + +#~ msgid " [APCS-32]" +#~ msgstr " [APCS-32]" #~ msgid "(unknown)" #~ msgstr "(okänd)" @@ -2877,12 +2889,12 @@ msgstr "" #~ msgid " \t\tAddress Address Handler Data Address Mask\n" #~ msgstr " \t\tadress adress hanterare data adress mask\n" -#~ msgid "float" -#~ msgstr "flyttal" - #~ msgid "integer" #~ msgstr "heltal" +#~ msgid "float" +#~ msgstr "flyttal" + #~ msgid "soft" #~ msgstr "mjuk" @@ -2915,16 +2927,10 @@ msgstr "" #~ msgstr "%s(%s+0x%lx): kan inte hitta stubbstarten %s" #~ msgid "%s(%s+0x%lx): cannot relocate %s, recompile with -ffunction-sections" -#~ msgstr "" -#~ "%s(%s+0x%lx): kan inte omlokalisera %s, kompilera om med -ffunction-" -#~ "sections" - -#~ msgid "" -#~ "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section " -#~ "= 0x%.8lx\n" -#~ msgstr "" -#~ "skapar sektionssymbol, namn = %s, värde = 0x%.8lx, index = %d, sektion = " -#~ "0x%.8lx\n" +#~ msgstr "%s(%s+0x%lx): kan inte omlokalisera %s, kompilera om med -ffunction-sections" + +#~ msgid "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section = 0x%.8lx\n" +#~ msgstr "skapar sektionssymbol, namn = %s, värde = 0x%.8lx, index = %d, sektion = 0x%.8lx\n" # Hmm #~ msgid " whereas segment starts at 0x%x" diff -uprN binutils-2.12.90.0.15/bfd/srec.c binutils-2.13.90.0.2/bfd/srec.c --- binutils-2.12.90.0.15/bfd/srec.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/srec.c Thu Aug 1 17:49:32 2002 @@ -230,22 +230,23 @@ static boolean srec_mkobject (abfd) bfd *abfd; { + bfd_size_type amt; + tdata_type *tdata; + srec_init (); - if (abfd->tdata.srec_data == NULL) - { - bfd_size_type amt = sizeof (tdata_type); - tdata_type *tdata = (tdata_type *) bfd_alloc (abfd, amt); - if (tdata == NULL) - return false; - abfd->tdata.srec_data = tdata; - tdata->type = 1; - tdata->head = NULL; - tdata->tail = NULL; - tdata->symbols = NULL; - tdata->symtail = NULL; - tdata->csymbols = NULL; - } + amt = sizeof (tdata_type); + tdata = (tdata_type *) bfd_alloc (abfd, amt); + if (tdata == NULL) + return false; + + abfd->tdata.srec_data = tdata; + tdata->type = 1; + tdata->head = NULL; + tdata->tail = NULL; + tdata->symbols = NULL; + tdata->symtail = NULL; + tdata->csymbols = NULL; return true; } @@ -640,6 +641,7 @@ static const bfd_target * srec_object_p (abfd) bfd *abfd; { + PTR tdata_save; bfd_byte b[4]; srec_init (); @@ -654,9 +656,14 @@ srec_object_p (abfd) return NULL; } - if (! srec_mkobject (abfd) - || ! srec_scan (abfd)) - return NULL; + tdata_save = abfd->tdata.any; + if (! srec_mkobject (abfd) || ! srec_scan (abfd)) + { + if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL) + bfd_release (abfd, abfd->tdata.any); + abfd->tdata.any = tdata_save; + return NULL; + } if (abfd->symcount > 0) abfd->flags |= HAS_SYMS; @@ -670,6 +677,7 @@ static const bfd_target * symbolsrec_object_p (abfd) bfd *abfd; { + PTR tdata_save; char b[2]; srec_init (); @@ -684,9 +692,14 @@ symbolsrec_object_p (abfd) return NULL; } - if (! srec_mkobject (abfd) - || ! srec_scan (abfd)) - return NULL; + tdata_save = abfd->tdata.any; + if (! srec_mkobject (abfd) || ! srec_scan (abfd)) + { + if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL) + bfd_release (abfd, abfd->tdata.any); + abfd->tdata.any = tdata_save; + return NULL; + } if (abfd->symcount > 0) abfd->flags |= HAS_SYMS; diff -uprN binutils-2.12.90.0.15/bfd/targets.c binutils-2.13.90.0.2/bfd/targets.c --- binutils-2.12.90.0.15/bfd/targets.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/targets.c Thu Aug 1 17:49:32 2002 @@ -508,6 +508,7 @@ extern const bfd_target bfd_elf32_big_ge extern const bfd_target bfd_elf32_bigarc_vec; extern const bfd_target bfd_elf32_bigarm_oabi_vec; extern const bfd_target bfd_elf32_bigarm_vec; +extern const bfd_target bfd_elf32_bigarmqnx_vec; extern const bfd_target bfd_elf32_bigmips_vec; extern const bfd_target bfd_elf32_cris_vec; extern const bfd_target bfd_elf32_d10v_vec; @@ -531,6 +532,7 @@ extern const bfd_target bfd_elf32_little extern const bfd_target bfd_elf32_littlearc_vec; extern const bfd_target bfd_elf32_littlearm_oabi_vec; extern const bfd_target bfd_elf32_littlearm_vec; +extern const bfd_target bfd_elf32_littlearmqnx_vec; extern const bfd_target bfd_elf32_littlemips_vec; extern const bfd_target bfd_elf32_m32r_vec; extern const bfd_target bfd_elf32_m68hc11_vec; @@ -541,6 +543,10 @@ extern const bfd_target bfd_elf32_mcore_ extern const bfd_target bfd_elf32_mcore_little_vec; extern const bfd_target bfd_elf32_mn10200_vec; extern const bfd_target bfd_elf32_mn10300_vec; +extern const bfd_target bfd_elf32_nbigmips_vec; +extern const bfd_target bfd_elf32_nlittlemips_vec; +extern const bfd_target bfd_elf32_ntradbigmips_vec; +extern const bfd_target bfd_elf32_ntradlittlemips_vec; extern const bfd_target bfd_elf32_openrisc_vec; extern const bfd_target bfd_elf32_or32_big_vec; extern const bfd_target bfd_elf32_pj_vec; @@ -806,6 +812,12 @@ static const bfd_target * const _bfd_tar &bfd_elf32_mcore_little_vec, &bfd_elf32_mn10200_vec, &bfd_elf32_mn10300_vec, +#ifdef BFD64 + &bfd_elf32_nbigmips_vec, + &bfd_elf32_nlittlemips_vec, + &bfd_elf32_ntradbigmips_vec, + &bfd_elf32_ntradlittlemips_vec, +#endif &bfd_elf32_openrisc_vec, &bfd_elf32_or32_big_vec, &bfd_elf32_pj_vec, diff -uprN binutils-2.12.90.0.15/bfd/versados.c binutils-2.13.90.0.2/bfd/versados.c --- binutils-2.12.90.0.15/bfd/versados.c Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/bfd/versados.c Thu Aug 1 17:49:32 2002 @@ -612,6 +612,7 @@ versados_object_p (abfd) { struct ext_vheader ext; unsigned char len; + tdata_type *tdata_save; if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) return NULL; @@ -642,9 +643,12 @@ versados_object_p (abfd) /* OK, looks like a record, build the tdata and read in. */ - if (!versados_mkobject (abfd) - || !versados_scan (abfd)) - return NULL; + tdata_save = abfd->tdata.versados_data; + if (!versados_mkobject (abfd) || !versados_scan (abfd)) + { + abfd->tdata.versados_data = tdata_save; + return NULL; + } return abfd->xvec; } diff -uprN binutils-2.12.90.0.15/bfd/version.h binutils-2.13.90.0.2/bfd/version.h --- binutils-2.12.90.0.15/bfd/version.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/bfd/version.h Thu Aug 1 19:58:41 2002 @@ -1 +1 @@ -#define BFD_VERSION_DATE 20020717 +#define BFD_VERSION_DATE 20020802 diff -uprN binutils-2.12.90.0.15/bfd/vms-misc.c binutils-2.13.90.0.2/bfd/vms-misc.c --- binutils-2.12.90.0.15/bfd/vms-misc.c Sun Feb 3 11:22:30 2002 +++ binutils-2.13.90.0.2/bfd/vms-misc.c Thu Aug 1 17:49:32 2002 @@ -292,23 +292,23 @@ _bfd_vms_get_record (abfd) if (PRIV (buf_size) == 0) { + bfd_size_type amt; + if (PRIV (is_vax)) { - PRIV (vms_buf) = (unsigned char *) malloc (OBJ_S_C_MAXRECSIZ); - PRIV (buf_size) = OBJ_S_C_MAXRECSIZ; + amt = OBJ_S_C_MAXRECSIZ; PRIV (file_format) = FF_VAX; } else - PRIV (vms_buf) = (unsigned char *) malloc (6); + amt = 6; + PRIV (vms_buf) = (unsigned char *) bfd_malloc (amt); + PRIV (buf_size) = amt; } vms_buf = PRIV (vms_buf); if (vms_buf == 0) - { - bfd_set_error (bfd_error_no_memory); - return -1; - } + return -1; switch (PRIV (file_format)) { @@ -371,7 +371,7 @@ _bfd_vms_get_record (abfd) if (PRIV (is_vax)) { PRIV (rec_length) = bfd_bread (vms_buf, (bfd_size_type) PRIV (buf_size), - abfd); + abfd); if (PRIV (rec_length) <= 0) { bfd_set_error (bfd_error_file_truncated); @@ -383,7 +383,7 @@ _bfd_vms_get_record (abfd) { /* extract vms record length */ - _bfd_vms_get_header_values (abfd, vms_buf+test_start, NULL, + _bfd_vms_get_header_values (abfd, vms_buf + test_start, NULL, &PRIV (rec_length)); if (PRIV (rec_length) <= 0) @@ -405,13 +405,11 @@ _bfd_vms_get_record (abfd) if (PRIV (rec_length) > PRIV (buf_size)) { PRIV (vms_buf) = ((unsigned char *) - realloc (vms_buf, (size_t) PRIV (rec_length))); + bfd_realloc (vms_buf, + (bfd_size_type) PRIV (rec_length))); vms_buf = PRIV (vms_buf); if (vms_buf == 0) - { - bfd_set_error (bfd_error_no_memory); - return -1; - } + return -1; PRIV (buf_size) = PRIV (rec_length); } @@ -593,7 +591,8 @@ add_new_contents (abfd, section) if (sptr != NULL) return sptr; - newptr = (vms_section *) bfd_malloc ((bfd_size_type) sizeof (vms_section)); + newptr = (vms_section *) bfd_alloc (abfd, + (bfd_size_type) sizeof (vms_section)); if (newptr == (vms_section *) NULL) return NULL; newptr->contents = (unsigned char *) bfd_alloc (abfd, section->_raw_size); diff -uprN binutils-2.12.90.0.15/bfd/vms.c binutils-2.13.90.0.2/bfd/vms.c --- binutils-2.12.90.0.15/bfd/vms.c Wed Jun 26 09:24:56 2002 +++ binutils-2.13.90.0.2/bfd/vms.c Thu Aug 1 17:49:32 2002 @@ -238,13 +238,10 @@ vms_initialize (abfd) int i; bfd_size_type amt; - if (abfd->tdata.any != 0) - return true; - bfd_set_start_address (abfd, (bfd_vma) -1); amt = sizeof (struct vms_private_data_struct); - abfd->tdata.any = (struct vms_private_data_struct*) bfd_malloc (amt); + abfd->tdata.any = (struct vms_private_data_struct*) bfd_alloc (abfd, amt); if (abfd->tdata.any == 0) return false; @@ -261,49 +258,32 @@ vms_initialize (abfd) PRIV (sections) = NULL; amt = sizeof (struct stack_struct) * STACKSIZE; - PRIV (stack) = (struct stack_struct *) bfd_malloc (amt); + PRIV (stack) = (struct stack_struct *) bfd_alloc (abfd, amt); if (PRIV (stack) == 0) - { - vms_init_no_mem1: - free (abfd->tdata.any); - abfd->tdata.any = 0; - return false; - } + goto error_ret1; PRIV (stackptr) = 0; amt = sizeof (struct bfd_hash_table); - PRIV (vms_symbol_table) = (struct bfd_hash_table *) bfd_malloc (amt); + PRIV (vms_symbol_table) = (struct bfd_hash_table *) bfd_alloc (abfd, amt); if (PRIV (vms_symbol_table) == 0) - { - vms_init_no_mem2: - free (PRIV (stack)); - PRIV (stack) = 0; - goto vms_init_no_mem1; - } + goto error_ret1; if (!bfd_hash_table_init (PRIV (vms_symbol_table), _bfd_vms_hash_newfunc)) - return false; + goto error_ret1; amt = sizeof (struct location_struct) * LOCATION_SAVE_SIZE; - PRIV (location_stack) = (struct location_struct *) bfd_malloc (amt); + PRIV (location_stack) = (struct location_struct *) bfd_alloc (abfd, amt); if (PRIV (location_stack) == 0) - { - vms_init_no_mem3: - free (PRIV (vms_symbol_table)); - PRIV (vms_symbol_table) = 0; - goto vms_init_no_mem2; - } + goto error_ret2; for (i = 0; i < VMS_SECTION_COUNT; i++) PRIV (vms_section_table)[i] = NULL; - PRIV (output_buf) = (unsigned char *) malloc (MAX_OUTREC_SIZE); + amt = MAX_OUTREC_SIZE; + PRIV (output_buf) = (unsigned char *) bfd_alloc (abfd, amt); if (PRIV (output_buf) == 0) - { - free (PRIV (location_stack)); - PRIV (location_stack) = 0; - goto vms_init_no_mem3; - } + goto error_ret2; + PRIV (push_level) = 0; PRIV (pushed_size) = 0; PRIV (length_pos) = 2; @@ -311,6 +291,13 @@ vms_initialize (abfd) PRIV (output_alignment) = 1; return true; + + error_ret2: + bfd_hash_table_free (PRIV (vms_symbol_table)); + error_ret1: + bfd_release (abfd, abfd->tdata.any); + abfd->tdata.any = 0; + return false; } /* Fill symbol->section with section ptr @@ -394,22 +381,17 @@ vms_object_p (abfd) int prev_type; const struct bfd_target *target_vector = 0; const bfd_arch_info_type *arch = 0; + PTR tdata_save = abfd->tdata.any; #if VMS_DEBUG vms_debug (1, "vms_object_p(%p)\n", abfd); #endif if (!vms_initialize (abfd)) - { - fprintf (stderr, "vms_initialize () failed !!\n"); - return 0; - } + goto error_ret; if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET)) - { - bfd_set_error (bfd_error_file_truncated); - return 0; - } + goto err_wrong_format; prev_type = -1; @@ -423,8 +405,7 @@ vms_object_p (abfd) #if VMS_DEBUG vms_debug (2, "next_record failed\n"); #endif - bfd_set_error (bfd_error_wrong_format); - return 0; + goto err_wrong_format; } if ((prev_type == EOBJ_S_C_EGSD) @@ -435,8 +416,7 @@ vms_object_p (abfd) #if VMS_DEBUG vms_debug (2, "vms_fixup_sections failed\n"); #endif - bfd_set_error (bfd_error_wrong_format); - return 0; + goto err_wrong_format; } } @@ -488,8 +468,7 @@ vms_object_p (abfd) #if VMS_DEBUG vms_debug (2, "slurp type %d failed with %d\n", prev_type, err); #endif - bfd_set_error (bfd_error_wrong_format); - return 0; + goto err_wrong_format; } } while ((prev_type != EOBJ_S_C_EEOM) && (prev_type != OBJ_S_C_EOM) && (prev_type != OBJ_S_C_EOMW)); @@ -501,8 +480,7 @@ vms_object_p (abfd) #if VMS_DEBUG vms_debug (2, "vms_fixup_sections failed\n"); #endif - bfd_set_error (bfd_error_wrong_format); - return 0; + goto err_wrong_format; } /* set arch_info to vax */ @@ -529,12 +507,19 @@ vms_object_p (abfd) #if VMS_DEBUG vms_debug (2, "arch not found\n"); #endif - bfd_set_error (bfd_error_wrong_format); - return 0; + goto err_wrong_format; } abfd->arch_info = arch; return target_vector; + + err_wrong_format: + bfd_set_error (bfd_error_wrong_format); + error_ret: + if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL) + bfd_release (abfd, abfd->tdata.any); + abfd->tdata.any = tdata_save; + return NULL; } /* Check the format for a file being read. @@ -562,10 +547,7 @@ vms_mkobject (abfd) #endif if (!vms_initialize (abfd)) - { - fprintf (stderr, "vms_initialize () failed !!\n"); - return 0; - } + return 0; { #ifdef __VAX @@ -646,10 +628,6 @@ static boolean vms_close_and_cleanup (abfd) bfd *abfd; { - asection *sec; - vms_section *es, *es1; - int i; - #if VMS_DEBUG vms_debug (1, "vms_close_and_cleanup(%p)\n", abfd); #endif @@ -657,63 +635,15 @@ vms_close_and_cleanup (abfd) return true; if (PRIV (vms_buf) != NULL) - { - free (PRIV (vms_buf)); - PRIV (vms_buf) = NULL; - } - PRIV (buf_size) = 0; - - if (PRIV (output_buf) != 0) - { - free (PRIV (output_buf)); - PRIV (output_buf) = 0; - } - - sec = abfd->sections; - while (sec != NULL) - { - if (sec->contents) - free (sec->contents); - sec = sec->next; - } + free (PRIV (vms_buf)); if (PRIV (sections) != NULL) - { - free (PRIV (sections)); - PRIV (sections) = NULL; - } + free (PRIV (sections)); if (PRIV (vms_symbol_table)) - { - bfd_hash_table_free (PRIV (vms_symbol_table)); - PRIV (vms_symbol_table) = 0; - } - - if (PRIV (stack)) - { - free (PRIV (stack)); - PRIV (stack) = 0; - } - - if (PRIV (location_stack)) - { - free (PRIV (location_stack)); - PRIV (location_stack) = 0; - } - - for (i = 0; i < VMS_SECTION_COUNT; i++) - { - es = PRIV (vms_section_table)[i]; - while (es != NULL) - { - es1 = es->next; - free (es); - es = es1; - } - PRIV (vms_section_table)[i] = NULL; - } + bfd_hash_table_free (PRIV (vms_symbol_table)); - free (abfd->tdata.any); + bfd_release (abfd, abfd->tdata.any); abfd->tdata.any = NULL; return true; diff -uprN binutils-2.12.90.0.15/binutils/ChangeLog binutils-2.13.90.0.2/binutils/ChangeLog --- binutils-2.12.90.0.15/binutils/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,53 @@ +2002-07-31 Nick Clifton + + * addr2line.c (process_file): Rename parameter 'filename' to + 'file_name' in order to avoid shadowing global symbol of the + same name. + (main): Likewise. + +2002-07-30 Jakub Jelinek + + * readelf.c (OPTION_DEBUG_DUMP): Define. + (options): Use it. + (usage): Update help. + (parse_args): Handle --debug-dump separately from -w. + * doc/binutils.texi (readelf): Update documentation. + +2002-07-25 Nick Clifton + + * po/es.po: Updated Spanish translation. + * po/fr.po: Updated French translation. + +2002-07-24 Nick Clifton + + * po/es.po: Updated Spanish translation. + +2002-07-23 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + +2002-07-23 Eric S. Raymond + + * doc/binutils.texi (addr2line ): Correct brackets. + +2002-07-20 Alan Modra + + * budemang.c: Include config.h and string.h/strings.h. + +2002-07-18 Denis Chertykov + Frank Ch. Eigler + + * readelf.c: Include "elf/ip2k.h". + (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD. + (dump_relocations): Likewise. + (get_machine_name): Likewise. + * NEWS: Mention IP2K support. + 2002-07-16 Nick Clifton * NEWS: Add 'Changes in 2.13'. diff -uprN binutils-2.12.90.0.15/binutils/Makefile.am binutils-2.13.90.0.2/binutils/Makefile.am --- binutils-2.12.90.0.15/binutils/Makefile.am Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/Makefile.am Mon Jul 29 08:19:16 2002 @@ -394,7 +394,7 @@ binemul.o: binemul.c binemul.h ../bfd/bf bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h -budemang.o: budemang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ +budemang.o: budemang.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ budemang.h coffdump.o: coffdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ @@ -475,14 +475,15 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCD $(INCDIR)/elf/d30v.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/fr30.h \ $(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/hppa.h \ $(INCDIR)/elf/i386.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/i960.h \ - $(INCDIR)/elf/ia64.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h \ - $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h \ - $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/sparc.h \ - $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/elf/xstormy16.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ - $(INCDIR)/fopen-same.h unwind-ia64.h + $(INCDIR)/elf/ia64.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/m32r.h \ + $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h \ + $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h \ + $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h \ + $(INCDIR)/elf/ppc.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \ + $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ + $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h bucomm.h \ + config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ + unwind-ia64.h rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ $(INCDIR)/fopen-same.h diff -uprN binutils-2.12.90.0.15/binutils/Makefile.in binutils-2.13.90.0.2/binutils/Makefile.in --- binutils-2.12.90.0.15/binutils/Makefile.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/Makefile.in Mon Jul 29 08:19:16 2002 @@ -1122,7 +1122,7 @@ binemul.o: binemul.c binemul.h ../bfd/bf bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/libiberty.h bucomm.h config.h \ $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h -budemang.o: budemang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ +budemang.o: budemang.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/demangle.h \ budemang.h coffdump.o: coffdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ @@ -1203,14 +1203,15 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCD $(INCDIR)/elf/d30v.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/fr30.h \ $(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/hppa.h \ $(INCDIR)/elf/i386.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/i960.h \ - $(INCDIR)/elf/ia64.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h \ - $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h \ - $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/sparc.h \ - $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/elf/xstormy16.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ - $(INCDIR)/fopen-same.h unwind-ia64.h + $(INCDIR)/elf/ia64.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/m32r.h \ + $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h \ + $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h \ + $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h \ + $(INCDIR)/elf/ppc.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \ + $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ + $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h bucomm.h \ + config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ + unwind-ia64.h rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ $(INCDIR)/fopen-same.h diff -uprN binutils-2.12.90.0.15/binutils/NEWS binutils-2.13.90.0.2/binutils/NEWS --- binutils-2.12.90.0.15/binutils/NEWS Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/NEWS Mon Jul 29 08:19:16 2002 @@ -1,4 +1,7 @@ -*- text -*- + +* Support for IP2K added by Denis Chertykov. + Changes in 2.13: * Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 diff -uprN binutils-2.12.90.0.15/binutils/addr2line.c binutils-2.13.90.0.2/binutils/addr2line.c --- binutils-2.12.90.0.15/binutils/addr2line.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/addr2line.c Thu Aug 1 17:49:32 2002 @@ -240,19 +240,19 @@ translate_addresses (abfd) /* Process a file. */ static void -process_file (filename, target) - const char *filename; +process_file (file_name, target) + const char *file_name; const char *target; { bfd *abfd; char **matching; - abfd = bfd_openr (filename, target); + abfd = bfd_openr (file_name, target); if (abfd == NULL) - bfd_fatal (filename); + bfd_fatal (file_name); if (bfd_check_format (abfd, bfd_archive)) - fatal (_("%s: can not get addresses from archive"), filename); + fatal (_("%s: can not get addresses from archive"), file_name); if (! bfd_check_format_matches (abfd, bfd_object, &matching)) { @@ -285,7 +285,7 @@ main (argc, argv) int argc; char **argv; { - const char *filename; + const char *file_name; char *target; int c; const char *demangler = NULL, *style = NULL; @@ -305,7 +305,7 @@ main (argc, argv) bfd_init (); set_default_bfd_target (); - filename = NULL; + file_name = NULL; target = NULL; while ((c = getopt_long (argc, argv, "b:Ce:sfHhVv", long_options, (int *) 0)) != EOF) @@ -323,7 +323,7 @@ main (argc, argv) style = optarg; break; case 'e': - filename = optarg; + file_name = optarg; break; case 's': base_names = true; @@ -350,13 +350,13 @@ main (argc, argv) init_demangler (style, NULL, demangler); - if (filename == NULL) - filename = "a.out"; + if (file_name == NULL) + file_name = "a.out"; addr = argv + optind; naddr = argc - optind; - process_file (filename, target); + process_file (file_name, target); return 0; } diff -uprN binutils-2.12.90.0.15/binutils/budemang.c binutils-2.13.90.0.2/binutils/budemang.c --- binutils-2.12.90.0.15/binutils/budemang.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/budemang.c Mon Jul 29 08:19:16 2002 @@ -18,7 +18,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include +#ifdef HAVE_STRING_H +#include +#else +#ifdef HAVE_STRINGS_H +#include +#endif +#endif #include "bfd.h" #include "libiberty.h" #include "demangle.h" diff -uprN binutils-2.12.90.0.15/binutils/doc/binutils.texi binutils-2.13.90.0.2/binutils/doc/binutils.texi --- binutils-2.12.90.0.15/binutils/doc/binutils.texi Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/binutils/doc/binutils.texi Thu Aug 1 17:49:32 2002 @@ -2226,7 +2226,7 @@ c++filt @var{option} @var{symbol} @smallexample @c man begin SYNOPSIS addr2line addr2line [@option{-b} @var{bfdname}|@option{--target=}@var{bfdname}] - [@option{-C}|@option{--demangle}[=@var{style}] + [@option{-C}|@option{--demangle}[=@var{style}]] [@option{-e} @var{filename}|@option{--exe=}@var{filename}] [@option{-f}|@option{--functions}] [@option{-s}|@option{--basename}] [@option{-H}|@option{--help}] [@option{-V}|@option{--version}] @@ -2864,7 +2864,7 @@ readelf [@option{-a}|@option{--all}] [@option{-V}|@option{--version-info}] [@option{-D}|@option{--use-dynamic}] [@option{-x} |@option{--hex-dump=}] - [@option{-w[liaprmfs]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]] + [@option{-w[liaprmfFso]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]] [@option{-histogram}] [@option{-v}|@option{--version}] [@option{-W}|@option{--wide}] @@ -2966,8 +2966,8 @@ symbols section. @itemx --hex-dump= Displays the contents of the indicated section as a hexadecimal dump. -@item -w[liaprmfs] -@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str] +@item -w[liaprmfFso] +@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc] Displays the contents of the debug sections in the file, if any are present. If one of the optional letters or words follows the switch then only data found in those specific sections will be dumped. diff -uprN binutils-2.12.90.0.15/binutils/po/es.po binutils-2.13.90.0.2/binutils/po/es.po --- binutils-2.12.90.0.15/binutils/po/es.po Sun Feb 3 11:22:31 2002 +++ binutils-2.13.90.0.2/binutils/po/es.po Mon Jul 29 08:19:16 2002 @@ -1,287 +1,340 @@ -# Mensajes en español para binutils 2.12-pre020121. +# Mensajes en español para binutils 2.12.91. # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martínez Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: binutils 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-01-24 11:14-0600\n" +"Project-Id-Version: binutils 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 16:37-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: addr2line.c:73 +#: addr2line.c:74 #, c-format +msgid "Usage: %s [option(s)] [addr(s)]\n" +msgstr "Modo de empleo: %s [opcion(es)] [direccion(es)]\n" + +#: addr2line.c:75 +msgid " Convert addresses into line number/file name pairs.\n" +msgstr " Convierte direcciones en pares de nombre número/fila.\n" + +#: addr2line.c:76 +msgid " If no addresses are specified on the command line, they will be read from stdin\n" +msgstr " Si no se especifican direcciones en la línea de órdenes, se leerán de la entrada estándar\n" + +#: addr2line.c:77 msgid "" -"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" -" [-e executable] [--exe=executable] [--demangle[=style]]\n" -" [--basenames] [--functions] [addr addr ...]\n" +" The options are:\n" +" -b --target= Set the binary file format\n" +" -e --exe= Set the input file name (default is a.out)\n" +" -s --basenames Strip directory names\n" +" -f --functions Show function names\n" +" -C --demangle[=style] Demangle function names\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" msgstr "" -"Modo de empleo: %s [-CfsHV] [-b nombrebfd] [--target=nombrebfd]\n" -" [-e ejecutable] [--exe=ejecutable] [--demangle[=estilo]]\n" -" [--basenames] [--functions] [dirección dirección ...]\n" +" Las opciones son:\n" +" -b --target= Establece el formato del fichero binario\n" +" -e --exe= Establece el nombre del fichero de entrada\n" +" (por omisión es a.out)\n" +" -s --basenames Elimina los nombres de directorio\n" +" -f --functions Muestra los nombres de función\n" +" -C --demangle[=estilo] Desenreda los nombres de función\n" +" -h --help Muestra esta información\n" +" -v --version Muestra la versión del programa\n" +"\n" -#: addr2line.c:80 ar.c:289 nlmconv.c:1121 objcopy.c:423 objcopy.c:455 -#: readelf.c:2181 size.c:91 strings.c:655 windres.c:737 +#: addr2line.c:89 ar.c:297 coffdump.c:479 nlmconv.c:1119 objcopy.c:424 +#: objcopy.c:457 readelf.c:2310 size.c:104 srconv.c:1962 strings.c:666 +#: sysdump.c:774 windres.c:733 #, c-format msgid "Report bugs to %s\n" msgstr "Reportar bichos a %s\n" -#: addr2line.c:240 +#: addr2line.c:248 #, c-format msgid "%s: can not get addresses from archive" msgstr "%s: no se pueden obtener las direcciones del archivo" -#: addr2line.c:312 nm.c:447 objdump.c:2800 +#: addr2line.c:320 nm.c:395 objdump.c:2782 #, c-format msgid "unknown demangling style `%s'" msgstr "estilo de desenredo `%s' desconocido" -#: ar.c:237 +#: ar.c:238 #, c-format msgid "no entry %s in archive\n" msgstr "no existe la entrada %s en el archivo\n" -#: ar.c:254 +#: ar.c:255 #, c-format -msgid "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" -msgstr "Modo de empleo: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [nombre-miembro] [cuenta] fichero-archivo fichero...\n" +msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" +msgstr "Modo de empleo: %s [opciones emulación] [-]{dmpqrstx}[abcfilNoPsSuvV] [nombre-miembro] [cuenta] fichero-archivo fichero...\n" -#: ar.c:257 +#: ar.c:258 #, c-format msgid " %s -M []\n" -#: ar.c:258 +#: ar.c:259 msgid " commands:\n" msgstr " órdenes:\n" -#: ar.c:259 +#: ar.c:260 msgid " d - delete file(s) from the archive\n" msgstr " d - borra fichero(s) del archivo\n" -#: ar.c:260 +#: ar.c:261 msgid " m[ab] - move file(s) in the archive\n" msgstr " m[ab] - mueve fichero(s) en el archivo\n" -#: ar.c:261 +#: ar.c:262 msgid " p - print file(s) found in the archive\n" msgstr " p - muestra fichero(s) encontrados en el archivo\n" -#: ar.c:262 +#: ar.c:263 msgid " q[f] - quick append file(s) to the archive\n" msgstr " q[f] - agrega rápidamente fichero(s) al archivo\n" -#: ar.c:263 +#: ar.c:264 msgid " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" msgstr " r[ab][f][u] - reemplaza fichero(s) existente(s) o inserta fichero(s) nuevo(s) en el archivo\n" -#: ar.c:264 +#: ar.c:265 msgid " t - display contents of archive\n" msgstr " t - muestra los contenidos del archivo\n" -#: ar.c:265 +#: ar.c:266 msgid " x[o] - extract file(s) from the archive\n" msgstr " x[o] - extrae fichero(s) del archivo\n" -#: ar.c:266 +#: ar.c:267 msgid " command specific modifiers:\n" msgstr " modificadores específicos de la orden:\n" -#: ar.c:267 +#: ar.c:268 msgid " [a] - put file(s) after [member-name]\n" msgstr " [a] - coloca fichero(s) despúes de [nombre-miembro]\n" -#: ar.c:268 +#: ar.c:269 msgid " [b] - put file(s) before [member-name] (same as [i])\n" msgstr " [b] - coloca fichero(s) antes de [nombre-miembro] (igual que [i])\n" -#: ar.c:269 +#: ar.c:270 msgid " [N] - use instance [count] of name\n" msgstr " [N] - usa la instancia [cuenta] del nombre\n" -#: ar.c:270 +#: ar.c:271 msgid " [f] - truncate inserted file names\n" msgstr " [f] - trunca los nombres de fichero insertados\n" -#: ar.c:271 +#: ar.c:272 msgid " [P] - use full path names when matching\n" msgstr " [P] - utiliza nombres completos de ruta cuando se buscan coincidencias\n" -#: ar.c:272 +#: ar.c:273 msgid " [o] - preserve original dates\n" msgstr " [o] - conserva las fechas originales\n" -#: ar.c:273 +#: ar.c:274 msgid " [u] - only replace files that are newer than current archive contents\n" msgstr " [u] - sólo reemplaza ficheros que sean más nuevos que el contenido actual del archivo\n" -#: ar.c:274 +#: ar.c:275 msgid " generic modifiers:\n" msgstr " modificadores genéricos:\n" -#: ar.c:275 +#: ar.c:276 msgid " [c] - do not warn if the library had to be created\n" msgstr " [c] - no avisa si se tiene que crear la biblioteca\n" -#: ar.c:276 +#: ar.c:277 msgid " [s] - create an archive index (cf. ranlib)\n" msgstr " [s] - crea un índice del archivo (cf. ranlib)\n" -#: ar.c:277 +#: ar.c:278 msgid " [S] - do not build a symbol table\n" msgstr " [S] - no construye una tabla de símbolos\n" -#: ar.c:278 +#: ar.c:279 msgid " [v] - be verbose\n" msgstr " [v] - detallado\n" -#: ar.c:279 +#: ar.c:280 msgid " [V] - display the version number\n" msgstr " [V] - muestra el número de versión\n" -#: ar.c:280 -msgid " [-X32_64] - (ignored)\n" -msgstr " [-X32_64] - (ignorado)\n" - -#: ar.c:284 +#: ar.c:287 #, c-format -msgid "Usage: %s [-vV] archive\n" -msgstr "Modo de empleo: %s [-vV] archivo\n" +msgid "Usage: %s [options] archive\n" +msgstr "Modo de empleo: %s [opciones] archivo\n" + +#: ar.c:288 +msgid " Generate an index to speed access to archives\n" +msgstr " Generar un índice para acelerar el acceso a los archivos\n" + +#: ar.c:289 +msgid "" +" The options are:\n" +" -h --help Print this help message\n" +" -V --version Print version information\n" +msgstr "" +" Las opciones son:\n" +" -h --help Muestra este mensaje de ayuda\n" +" -V --version Muestra la información de versión\n" -#: ar.c:505 +#: ar.c:512 msgid "two different operation options specified" msgstr "se especificaron dos opciones de operación diferentes" -#: ar.c:580 +#: ar.c:587 #, c-format msgid "illegal option -- %c" msgstr "opción ilegal -- %c" -#: ar.c:612 +#: ar.c:619 msgid "no operation specified" msgstr "no se especificó una operación" -#: ar.c:615 +#: ar.c:622 msgid "`u' is only meaningful with the `r' option." msgstr "`u' sólo tiene significado con la opción `r'." -#: ar.c:625 +#: ar.c:632 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "`N' sólo tiene significado con las opciones `x' y `d'." -#: ar.c:628 +#: ar.c:635 msgid "Value for `N' must be positive." msgstr "El valor para `N' debe ser positivo." -#: ar.c:711 +#: ar.c:718 #, c-format msgid "internal error -- this option not implemented" msgstr "error interno -- esta opción no está implementada" -#: ar.c:830 ar.c:881 ar.c:1327 objcopy.c:1322 +#: ar.c:837 ar.c:888 ar.c:1333 objcopy.c:1348 #, c-format msgid "internal stat error on %s" msgstr "error interno de stat en %s" -#: ar.c:834 +#: ar.c:841 #, c-format -msgid "\n\n\n" -msgstr "\n\n\n" +msgid "" +"\n" +"\n" +"\n" +msgstr "" +"\n" +"\n" +"\n" -#: ar.c:850 ar.c:918 +#: ar.c:857 ar.c:925 #, c-format msgid "%s is not a valid archive" msgstr "%s no es un archivo válido" -#: ar.c:886 +#: ar.c:893 #, c-format msgid "stat returns negative size for %s" msgstr "stat devuelve un valor negativo para %s" -#: ar.c:1013 +#: ar.c:1020 #, c-format msgid "%s is not an archive" msgstr "%s no es un archivo" -#: ar.c:1020 +#: ar.c:1027 #, c-format msgid "creating %s" msgstr "creando %s" -#: ar.c:1226 +#: ar.c:1233 #, c-format msgid "No member named `%s'\n" msgstr "No hay un miembro llamado `%s'\n" -#: ar.c:1278 +#: ar.c:1285 #, c-format msgid "no entry %s in archive %s!" msgstr "¡no hay una entrada %s en el archivo %s!" -#: ar.c:1439 +#: ar.c:1422 #, c-format msgid "%s: no archive map to update" msgstr "%s: no hay un mapa de archivo para actualizar" -#: arsup.c:88 +#: arsup.c:86 #, c-format msgid "No entry %s in archive.\n" msgstr "No hay una entrada %s en el archivo.\n" -#: arsup.c:120 +#: arsup.c:117 #, c-format msgid "Can't open file %s\n" msgstr "No se puede abrir el fichero %s\n" -#: arsup.c:171 +#: arsup.c:172 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "%s: No se puede abrir el fichero de salida %s\n" -#: arsup.c:183 +#: arsup.c:189 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "%s: No se puede abrir el fichero de entrada %s\n" -#: arsup.c:189 +#: arsup.c:198 #, c-format msgid "%s: file %s is not an archive\n" msgstr "%s: el fichero %s no es un archivo\n" -#: arsup.c:230 +#: arsup.c:241 #, c-format msgid "%s: no output archive specified yet\n" msgstr "%s: no se ha especificado aún un archivo de salida\n" -#: arsup.c:250 arsup.c:285 arsup.c:321 arsup.c:341 arsup.c:399 +#: arsup.c:262 arsup.c:301 arsup.c:343 arsup.c:364 arsup.c:430 #, c-format msgid "%s: no open output archive\n" msgstr "%s: no hay un archivo de salida abierto\n" -#: arsup.c:258 arsup.c:359 arsup.c:379 +#: arsup.c:273 arsup.c:385 arsup.c:411 #, c-format msgid "%s: can't open file %s\n" msgstr "%s: no se puede abrir el fichero %s\n" -#: arsup.c:306 arsup.c:375 arsup.c:454 +#: arsup.c:328 arsup.c:407 arsup.c:489 #, c-format msgid "%s: can't find module file %s\n" msgstr "%s: no se puede encontrar el fichero de módulo %s\n" -#: arsup.c:406 +#: arsup.c:439 #, c-format msgid "Current open archive is %s\n" msgstr "El archivo actualmente abierto es %s\n" -#: arsup.c:433 +#: arsup.c:464 #, c-format -msgid "%s: no open archive\n" +msgid "%s: no open archive\n" msgstr "%s: no hay un archivo abierto\n" +#: binemul.c:39 +#, c-format +msgid " No emulation specific options\n" +msgstr " No hay opciones específicas de la emulación\n" + +#. Macros for common output. +#: binemul.h:42 +#, c-format +msgid " emulation options: \n" +msgstr " opciones de emulación:\n" + #: bucomm.c:106 #, c-format msgid "can't set BFD default target to `%s': %s" @@ -315,17 +368,33 @@ msgstr "%s: arquitecturas con soporte:" msgid "%s: bad number: %s" msgstr "%s: número erróneo: %s" -#: coffdump.c:106 +#: coffdump.c:107 #, c-format msgid "#lines %d " msgstr "#líneas %d " -#: coffdump.c:468 sysdump.c:740 +#: coffdump.c:471 sysdump.c:767 #, c-format -msgid "%s: Print a human readable interpretation of a SYSROFF object file\n" -msgstr "%s: Muestra una interpretación legible por humanos de un fichero objeto SYSROFF\n" +msgid "Usage: %s [option(s)] in-file\n" +msgstr "Modo de empleo: %s [opcion(es)] fichero-entrada\n" + +#: coffdump.c:472 +msgid " Print a human readable interpretation of a SYSROFF object file\n" +msgstr " Muestra una interpretación legible por humanos de un fichero objeto SYSROFF\n" + +#: coffdump.c:473 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +" Las opciones son:\n" +" -h --help Muestra esta información\n" +" -v --version Muestra la versión del programa\n" +"\n" -#: coffdump.c:531 srconv.c:2029 sysdump.c:799 +#: coffdump.c:541 srconv.c:2052 sysdump.c:831 msgid "no input file specified" msgstr "no se especificó un fichero de entrada" @@ -381,8 +450,8 @@ msgstr "debug_end_common_block: no está #. FIXME. #: debug.c:1152 -msgid "debug_record_label not implemented" -msgstr "debug_record_label no está implementado" +msgid "debug_record_label: not implemented" +msgstr "debug_record_label: no está implementado" #: debug.c:1178 msgid "debug_record_variable: no current file" @@ -392,530 +461,530 @@ msgstr "debug_record_variable: no hay un msgid "debug_record_variable: no current block" msgstr "debug_record_variable: no hay un bloque actual" -#: debug.c:1764 +#: debug.c:1763 msgid "debug_make_undefined_type: unsupported kind" msgstr "debug_make_undefined_type: género sin soporte" -#: debug.c:1970 +#: debug.c:1964 msgid "debug_name_type: no current file" msgstr "debug_name_type: no hay fichero actual" -#: debug.c:2018 +#: debug.c:2012 msgid "debug_tag_type: no current file" msgstr "debug_tag_type: no hay fichero actual" -#: debug.c:2026 +#: debug.c:2020 msgid "debug_tag_type: extra tag attempted" msgstr "debug_tag_type: se intentó una marca extra" -#: debug.c:2066 +#: debug.c:2059 #, c-format msgid "Warning: changing type size from %d to %d\n" msgstr "Aviso: cambiando el tamaño del tipo de %d a %d\n" -#: debug.c:2090 +#: debug.c:2083 msgid "debug_find_named_type: no current compilation unit" msgstr "debug_find_named_type: no hay una unidad de compilación actual" -#: debug.c:2197 +#: debug.c:2190 #, c-format msgid "debug_get_real_type: circular debug information for %s\n" msgstr "debug_get_real_type: información de depuración circular para %s\n" -#: debug.c:2662 +#: debug.c:2650 msgid "debug_write_type: illegal type encountered" msgstr "debug_write_type: se encontró un tipo ilegal" -#: dlltool.c:743 dlltool.c:768 dlltool.c:794 +#: dlltool.c:735 dlltool.c:760 dlltool.c:786 #, c-format msgid "Internal error: Unknown machine type: %d" msgstr "Error interno: Tipo de máquina desconocido: %d" -#: dlltool.c:831 +#: dlltool.c:823 #, c-format msgid "Can't open def file: %s" msgstr "No se puede abrir el fichero def: %s" -#: dlltool.c:836 +#: dlltool.c:828 #, c-format msgid "Processing def file: %s" msgstr "Procesando el fichero def: %s" -#: dlltool.c:840 +#: dlltool.c:832 msgid "Processed def file" msgstr "Fichero def procesado" -#: dlltool.c:866 +#: dlltool.c:858 #, c-format msgid "Syntax error in def file %s:%d" msgstr "Error sintáctico en el fichero def %s:%d" -#: dlltool.c:905 +#: dlltool.c:897 #, c-format msgid "NAME: %s base: %x" msgstr "NOMBRE: %s base: %x" -#: dlltool.c:908 dlltool.c:927 +#: dlltool.c:900 dlltool.c:919 msgid "Can't have LIBRARY and NAME" msgstr "No se puede tener BIBLIOTECA y NOMBRE" -#: dlltool.c:924 +#: dlltool.c:916 #, c-format msgid "LIBRARY: %s base: %x" msgstr "BIBLIOTECA: %s base %x" -#: dlltool.c:1182 resrc.c:271 +#: dlltool.c:1174 resrc.c:271 #, c-format msgid "wait: %s" msgstr "espera: %s" -#: dlltool.c:1187 dllwrap.c:455 resrc.c:276 +#: dlltool.c:1179 dllwrap.c:430 resrc.c:276 #, c-format msgid "subprocess got fatal signal %d" msgstr "el subproceso recibió la señal fatal %d" -#: dlltool.c:1193 dllwrap.c:462 resrc.c:283 +#: dlltool.c:1185 dllwrap.c:437 resrc.c:283 #, c-format msgid "%s exited with status %d" msgstr "%s terminó con estado %d" -#: dlltool.c:1225 +#: dlltool.c:1217 #, c-format msgid "Sucking in info from %s section in %s" msgstr "Succionando la información de la sección %s en %s" -#: dlltool.c:1349 +#: dlltool.c:1341 #, c-format msgid "Excluding symbol: %s" msgstr "Excluyendo el símbolo: %s" -#: dlltool.c:1444 dlltool.c:1455 nm.c:958 nm.c:969 objdump.c:383 objdump.c:400 +#: dlltool.c:1436 dlltool.c:1447 nm.c:959 nm.c:970 objdump.c:386 objdump.c:401 #, c-format msgid "%s: no symbols" msgstr "%s: no hay símbolos" #. FIXME: we ought to read in and block out the base relocations -#: dlltool.c:1482 +#: dlltool.c:1474 #, c-format msgid "Done reading %s" msgstr "%s leído" -#: dlltool.c:1493 +#: dlltool.c:1485 #, c-format msgid "Unable to open object file: %s" msgstr "No se puede abrir el fichero objeto: %s" -#: dlltool.c:1496 +#: dlltool.c:1488 #, c-format msgid "Scanning object file %s" msgstr "Revisando el fichero objeto %s" -#: dlltool.c:1511 +#: dlltool.c:1503 #, c-format msgid "Cannot produce mcore-elf dll from archive file: %s" msgstr "No se puede producir una dll mcore-elf del fichero archivo: %s" -#: dlltool.c:1603 +#: dlltool.c:1595 msgid "Adding exports to output file" msgstr "Agregando exportaciones al fichero de salida" -#: dlltool.c:1648 +#: dlltool.c:1640 msgid "Added exports to output file" msgstr "Exportaciones agregadas al fichero de salida" -#: dlltool.c:1772 +#: dlltool.c:1764 #, c-format msgid "Generating export file: %s" msgstr "Generando el fichero de exportación: %s" -#: dlltool.c:1777 +#: dlltool.c:1769 #, c-format msgid "Unable to open temporary assembler file: %s" msgstr "No se puede abrir el fichero temporal de ensamblador: %s" -#: dlltool.c:1780 +#: dlltool.c:1772 #, c-format msgid "Opened temporary file: %s" msgstr "Se abrió el fichero temporal: %s" -#: dlltool.c:2004 +#: dlltool.c:1996 msgid "Generated exports file" msgstr "Fichero de exportación generado" -#: dlltool.c:2266 +#: dlltool.c:2258 #, c-format msgid "bfd_open failed open stub file: %s" msgstr "falló bfd_open al abrirl el fichero de cabos: %s" -#: dlltool.c:2269 +#: dlltool.c:2261 #, c-format msgid "Creating stub file: %s" msgstr "Creando el ficheor de cabos: %s" -#: dlltool.c:2658 +#: dlltool.c:2650 #, c-format msgid "failed to open temporary head file: %s" msgstr "falló la apertura del inicio del fichero temporal: %s" -#: dlltool.c:2717 +#: dlltool.c:2709 #, c-format msgid "failed to open temporary tail file: %s" msgstr "falló la apertura del final del fichero temporal: %s" -#: dlltool.c:2785 +#: dlltool.c:2777 #, c-format msgid "Can't open .lib file: %s" msgstr "No se puede abrir el fichero .lib: %s" -#: dlltool.c:2788 +#: dlltool.c:2780 #, c-format msgid "Creating library file: %s" msgstr "Creando el fichero de biblioteca: %s" -#: dlltool.c:2847 +#: dlltool.c:2839 #, c-format msgid "cannot delete %s: %s" msgstr "no se puede borrar %s: %s" -#: dlltool.c:2851 +#: dlltool.c:2843 msgid "Created lib file" msgstr "Fichero de biblioteca creado" -#: dlltool.c:2956 +#: dlltool.c:2948 #, c-format msgid "Warning, ignoring duplicate EXPORT %s %d,%d" msgstr "Aviso, ignorando las EXPORTaciones duplicadas %s %d,%d" -#: dlltool.c:2962 +#: dlltool.c:2954 #, c-format msgid "Error, duplicate EXPORT with oridinals: %s" msgstr "Error, EXPORTaciones duplicadas con ordinales: %s" -#: dlltool.c:3089 +#: dlltool.c:3081 msgid "Processing definitions" msgstr "Procesando definiciones" -#: dlltool.c:3127 +#: dlltool.c:3119 msgid "Processed definitions" msgstr "Definiciones procesadas" #. xgetext:c-format -#: dlltool.c:3138 dllwrap.c:519 +#: dlltool.c:3130 dllwrap.c:495 #, c-format -msgid "Usage %s \n" -msgstr "Modo de empleo %s \n" +msgid "Usage %s \n" +msgstr "Modo de empleo %s \n" #. xgetext:c-format -#: dlltool.c:3140 +#: dlltool.c:3132 #, c-format msgid " -m --machine Create as DLL for . [default: %s]\n" msgstr " -m --machine Crear una DLL para la . [por omisión: %s]\n" -#: dlltool.c:3141 +#: dlltool.c:3133 msgid " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" msgstr " posible: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" -#: dlltool.c:3142 +#: dlltool.c:3134 msgid " -e --output-exp Generate an export file.\n" msgstr " -e --output-exp Generar un fichero de exportación.\n" -#: dlltool.c:3143 +#: dlltool.c:3135 msgid " -l --output-lib Generate an interface library.\n" msgstr " -l --output-lib Generar un fichero de interfaz.\n" -#: dlltool.c:3144 +#: dlltool.c:3136 msgid " -a --add-indirect Add dll indirects to export file.\n" msgstr " -a --add-indirect Agregar indirecciones dll al fichero de exportación.\n" -#: dlltool.c:3145 +#: dlltool.c:3137 msgid " -D --dllname Name of input dll to put into interface lib.\n" msgstr " -D --dllname Nombre de la dll de entrada a colocar en la biblioteca de interfaz.\n" -#: dlltool.c:3146 +#: dlltool.c:3138 msgid " -d --input-def Name of .def file to be read in.\n" msgstr " -d --input-def Nombre del fichero .def para leer.\n" -#: dlltool.c:3147 +#: dlltool.c:3139 msgid " -z --output-def Name of .def file to be created.\n" msgstr " -z --output-def Nombre del fichero .def para crear.\n" -#: dlltool.c:3148 +#: dlltool.c:3140 msgid " --export-all-symbols Export all symbols to .def\n" msgstr " --export-all-symbols Exportar todos los símbolos a un .def\n" -#: dlltool.c:3149 +#: dlltool.c:3141 msgid " --no-export-all-symbols Only export listed symbols\n" msgstr " --no-export-all-symbols Sólo exportar los símbolos enlistados\n" -#: dlltool.c:3150 +#: dlltool.c:3142 msgid " --exclude-symbols Don't export \n" msgstr " --exclude-symbols No exportar la a\n" -#: dlltool.c:3151 +#: dlltool.c:3143 msgid " --no-default-excludes Clear default exclude symbols\n" msgstr " --no-default-excludes Limpiar los símbolos excluídos por omisión\n" -#: dlltool.c:3152 +#: dlltool.c:3144 msgid " -b --base-file Read linker generated base file.\n" msgstr " -b --base-file Leer el fichero base generado por el enlazador.\n" -#: dlltool.c:3153 +#: dlltool.c:3145 msgid " -x --no-idata4 Don't generate idata$4 section.\n" msgstr " -x --no-idata4 No generar la sección idata$4.\n" -#: dlltool.c:3154 +#: dlltool.c:3146 msgid " -c --no-idata5 Don't generate idata$5 section.\n" msgstr " -c --no-idata5 No generar la sección idata$5.\n" -#: dlltool.c:3155 +#: dlltool.c:3147 msgid " -U --add-underscore Add underscores to symbols in interface library.\n" msgstr " -U --add-underscore Agregar subrayado a los símbolos en la biblioteca de interfaz.\n" -#: dlltool.c:3156 +#: dlltool.c:3148 msgid " -k --kill-at Kill @ from exported names.\n" msgstr " -k --kill-at Eliminar @ de los nombres exportados.\n" -#: dlltool.c:3157 +#: dlltool.c:3149 msgid " -A --add-stdcall-alias Add aliases without @.\n" msgstr " -A --add-stdcall-alias Agregar aliases sin @.\n" -#: dlltool.c:3158 +#: dlltool.c:3150 msgid " -S --as Use for assembler.\n" msgstr " -S --as Usar para ensamblador.\n" -#: dlltool.c:3159 +#: dlltool.c:3151 msgid " -f --as-flags Pass to the assembler.\n" msgstr " -f --as-flags Pasar al ensamblador.\n" -#: dlltool.c:3160 +#: dlltool.c:3152 msgid " -C --compat-implib Create backward compatible import library.\n" msgstr " -C --compat-implib Crear biblioteca de importación compatible hacia atrás.\n" -#: dlltool.c:3161 +#: dlltool.c:3153 msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" msgstr " -n --no-delete Conservar los ficheros temporales (repetir para conservación extra).\n" -#: dlltool.c:3162 +#: dlltool.c:3154 msgid " -v --verbose Be verbose.\n" msgstr " -v --verbose Detallado.\n" -#: dlltool.c:3163 +#: dlltool.c:3155 msgid " -V --version Display the program version.\n" msgstr " -V --version Muestra la versión del programa.\n" -#: dlltool.c:3164 +#: dlltool.c:3156 msgid " -h --help Display this information.\n" msgstr " -h --help Muestra esta información.\n" -#: dlltool.c:3166 +#: dlltool.c:3158 msgid " -M --mcore-elf Process mcore-elf object files into .\n" msgstr " -M --mcore-elf Procesa los ficheros objeto mcore-elf hacia .\n" -#: dlltool.c:3167 +#: dlltool.c:3159 msgid " -L --linker Use as the linker.\n" msgstr " -L --linker Usa como el enlazador.\n" -#: dlltool.c:3168 +#: dlltool.c:3160 msgid " -F --linker-flags Pass to the linker.\n" msgstr " -F --linker-flags Pasa al enlazador.\n" -#: dlltool.c:3315 +#: dlltool.c:3310 #, c-format msgid "Unable to open base-file: %s" msgstr "No se puede abrir el fichero-base: %s" -#: dlltool.c:3344 +#: dlltool.c:3339 #, c-format msgid "Machine '%s' not supported" msgstr "La máquina '%s' no tiene soporte" -#: dlltool.c:3447 dllwrap.c:240 +#: dlltool.c:3442 dllwrap.c:214 #, c-format msgid "Tried file: %s" msgstr "Fichero intentado: %s" -#: dlltool.c:3454 dllwrap.c:247 +#: dlltool.c:3449 dllwrap.c:221 #, c-format msgid "Using file: %s" msgstr "Usando el fichero: %s" -#: dllwrap.c:334 +#: dllwrap.c:308 #, c-format msgid "Keeping temporary base file %s" msgstr "Conservando el fichero base temporal %s" -#: dllwrap.c:336 +#: dllwrap.c:310 #, c-format msgid "Deleting temporary base file %s" msgstr "Borrando el fichero base temporal %s" -#: dllwrap.c:350 +#: dllwrap.c:324 #, c-format msgid "Keeping temporary exp file %s" msgstr "Conservando el fichero exp temporal %s" -#: dllwrap.c:352 +#: dllwrap.c:326 #, c-format msgid "Deleting temporary exp file %s" msgstr "Borrando el fichero exp temporal %s" -#: dllwrap.c:365 +#: dllwrap.c:339 #, c-format msgid "Keeping temporary def file %s" msgstr "Conservando el fichero def temporal %s" -#: dllwrap.c:367 +#: dllwrap.c:341 #, c-format msgid "Deleting temporary def file %s" msgstr "Borrando el fichero def temporal %s" -#: dllwrap.c:520 +#: dllwrap.c:496 msgid " Generic options:\n" msgstr " Opciones genéricas:\n" -#: dllwrap.c:521 +#: dllwrap.c:497 msgid " --quiet, -q Work quietly\n" msgstr " --quiet, -q Trabajar silenciosamente\n" -#: dllwrap.c:522 +#: dllwrap.c:498 msgid " --verbose, -v Verbose\n" msgstr " --verbose, -v Con detalle\n" -#: dllwrap.c:523 +#: dllwrap.c:499 msgid " --version Print dllwrap version\n" msgstr " --version Muestra la versión de dllwrap\n" -#: dllwrap.c:524 +#: dllwrap.c:500 msgid " --implib Synonym for --output-lib\n" msgstr " --impllib Sinónimo para --output-lib\n" -#: dllwrap.c:525 +#: dllwrap.c:501 #, c-format msgid " Options for %s:\n" msgstr " Opciones para %s:\n" -#: dllwrap.c:526 +#: dllwrap.c:502 msgid " --driver-name Defaults to \"gcc\"\n" msgstr " --driver-name Por omisión es \"gcc\"\n" -#: dllwrap.c:527 +#: dllwrap.c:503 msgid " --driver-flags Override default ld flags\n" msgstr " --driver-flags Cambia las opciones por omisión de ld\n" -#: dllwrap.c:528 +#: dllwrap.c:504 msgid " --dlltool-name Defaults to \"dlltool\"\n" msgstr " --dlltool-name Por omisión es \"dlltool\"\n" -#: dllwrap.c:529 +#: dllwrap.c:505 msgid " --entry Specify alternate DLL entry point\n" msgstr " --entry Especifica un punto de entrada alternativo para la DLL\n" -#: dllwrap.c:530 +#: dllwrap.c:506 msgid " --image-base Specify image base address\n" msgstr " --image-base Especifica la dirección de la imagen base\n" -#: dllwrap.c:531 +#: dllwrap.c:507 msgid " --target i386-cygwin32 or i386-mingw32\n" msgstr " --target i386-cygwin32 ó i386-mingw32\n" -#: dllwrap.c:532 +#: dllwrap.c:508 msgid " --dry-run Show what needs to be run\n" msgstr " --dry-run Muestra lo que se necesita ejecutar\n" -#: dllwrap.c:533 +#: dllwrap.c:509 msgid " --mno-cygwin Create Mingw DLL\n" msgstr " --mno-cygwin Crea una DLL Mingw\n" -#: dllwrap.c:534 +#: dllwrap.c:510 msgid " Options passed to DLLTOOL:\n" msgstr " Opciones pasadas a DLLTOOL:\n" -#: dllwrap.c:535 +#: dllwrap.c:511 msgid " --machine \n" msgstr " --machine \n" -#: dllwrap.c:536 +#: dllwrap.c:512 msgid " --output-exp Generate export file.\n" msgstr " --output-exp Genera un fichero de exportación.\n" # ¿No será acaso una biblioteca de salida? cfuga -#: dllwrap.c:537 +#: dllwrap.c:513 msgid " --output-lib Generate input library.\n" msgstr " --output-lib Genera una biblioteca de entrada.\n" -#: dllwrap.c:538 +#: dllwrap.c:514 msgid " --add-indirect Add dll indirects to export file.\n" msgstr " --add-indirect Agrega indirecciones de dll al fichero de exportación.\n" -#: dllwrap.c:539 +#: dllwrap.c:515 msgid " --dllname Name of input dll to put into output lib.\n" msgstr " --dllname Nombre del fichero dll de entrada a colocar en la biblioteca de salida.\n" -#: dllwrap.c:540 +#: dllwrap.c:516 msgid " --def Name input .def file\n" msgstr " --def Nombre del fichero .def de entrada\n" -#: dllwrap.c:541 +#: dllwrap.c:517 msgid " --output-def Name output .def file\n" msgstr " --output-def Nombre del fichero .def de salida\n" -#: dllwrap.c:542 +#: dllwrap.c:518 msgid " --export-all-symbols Export all symbols to .def\n" msgstr " --export-all-symbols Exporta todos los símbolos a un .def\n" -#: dllwrap.c:543 +#: dllwrap.c:519 msgid " --no-export-all-symbols Only export .drectve symbols\n" msgstr " --no-export-all-symbols Sólo exporta los símbolos .drectve\n" -#: dllwrap.c:544 +#: dllwrap.c:520 msgid " --exclude-symbols Exclude from .def\n" msgstr " --exclude-symbols Excluye la a del .def\n" -#: dllwrap.c:545 +#: dllwrap.c:521 msgid " --no-default-excludes Zap default exclude symbols\n" msgstr " --no-default-excludes Elimina los símbolos excluídos por omisión\n" -#: dllwrap.c:546 +#: dllwrap.c:522 msgid " --base-file Read linker generated base file\n" msgstr " --base-file Lee el fichero base generado por el enlazador\n" -#: dllwrap.c:547 +#: dllwrap.c:523 msgid " --no-idata4 Don't generate idata$4 section\n" msgstr " --no-idata4 No genera la sección idata$4\n" -#: dllwrap.c:548 +#: dllwrap.c:524 msgid " --no-idata5 Don't generate idata$5 section\n" msgstr " --no-idata5 No genera la sección idata$5\n" -#: dllwrap.c:549 +#: dllwrap.c:525 msgid " -U Add underscores to .lib\n" msgstr " -U Agrega subrayados a .lib\n" -#: dllwrap.c:550 +#: dllwrap.c:526 msgid " -k Kill @ from exported names\n" msgstr " -k Elimina @ de los nombres exportados\n" -#: dllwrap.c:551 +#: dllwrap.c:527 msgid " --add-stdcall-alias Add aliases without @\n" msgstr " --add-stdcall-alias Agrega aliases sin @\n" -#: dllwrap.c:552 +#: dllwrap.c:528 msgid " --as Use for assembler\n" msgstr " --as Usa como ensamblador\n" -#: dllwrap.c:553 +#: dllwrap.c:529 msgid " --nodelete Keep temp files.\n" msgstr " --nodelete Conserva los ficheros temporales.\n" -#: dllwrap.c:554 +#: dllwrap.c:530 msgid " Rest are passed unmodified to the language driver\n" msgstr " El resto se pasa sin modificación al controlador del lenguaje\n" -#: dllwrap.c:824 +#: dllwrap.c:802 msgid "Must provide at least one of -o or --dllname options" msgstr "Se debe proveer por lo menos una de las opciones -o ó --dllname" -#: dllwrap.c:852 +#: dllwrap.c:830 msgid "" "no export definition file provided.\n" "Creating one, but that may not be what you want" @@ -923,26 +992,43 @@ msgstr "" "no se provee un fichero de definición de exportación.\n" "Creando uno, pero tal vez eso no es lo que quiere" -#: dllwrap.c:1014 +#: dllwrap.c:992 #, c-format msgid "DLLTOOL name : %s\n" msgstr "nombre DLLTOOL : %s\n" -#: dllwrap.c:1015 +#: dllwrap.c:993 #, c-format msgid "DLLTOOL options : %s\n" msgstr "opciones DLLTOOL: %s\n" -#: dllwrap.c:1016 +#: dllwrap.c:994 #, c-format msgid "DRIVER name : %s\n" msgstr "nombre DRIVER : %s\n" -#: dllwrap.c:1017 +#: dllwrap.c:995 #, c-format msgid "DRIVER options : %s\n" msgstr "opciones DRIVER : %s\n" +#: emul_aix.c:52 +#, c-format +msgid " [-g] - 32 bit small archive\n" +msgstr " [-g] - archivo small de 32 bit\n" + +#: emul_aix.c:53 +msgid " [-X32] - ignores 64 bit objects\n" +msgstr " [-X32] - ignora los objetos de 64 bit\n" + +#: emul_aix.c:54 +msgid " [-X64] - ignores 32 bit objects\n" +msgstr " [-X64] - ignora los objetos de 32 bit\n" + +#: emul_aix.c:55 +msgid " [-X32_64] - accepts 32 and 64 bit objects\n" +msgstr " [-X32_64] -acepta objetos de 32 y 64 bit\n" + #: ieee.c:317 msgid "unexpected end of debugging information" msgstr "fin inesperado de la información de depuración" @@ -1029,7 +1115,7 @@ msgid "Pascal file name not supported" msgstr "El nombre de fichero Pascal no tiene soporte" #: ieee.c:1919 -msgid "unsupported qualifer" +msgid "unsupported qualifier" msgstr "calificador sin soporte" #: ieee.c:2190 @@ -1154,226 +1240,235 @@ msgstr "falta el ATN65 requerido" msgid "bad ATN65 record" msgstr "registro ATN65 erróneo" -#: ieee.c:4236 +#: ieee.c:4234 msgid "IEEE numeric overflow: 0x" msgstr "desbordamiento numérico IEEE: 0x" -#: ieee.c:4282 +#: ieee.c:4280 #, c-format msgid "IEEE string length overflow: %u\n" msgstr "desbordamiento de longitud de cadena IEEE: %u\n" -#: ieee.c:5333 +#: ieee.c:5330 #, c-format msgid "IEEE unsupported integer type size %u\n" msgstr "tamaño de tipo entero IEEE %u sin soporte\n" -#: ieee.c:5369 +#: ieee.c:5366 #, c-format msgid "IEEE unsupported float type size %u\n" msgstr "tamaño de tipo coma flotante IEEE %u sin soporte\n" -#: ieee.c:5405 +#: ieee.c:5402 #, c-format msgid "IEEE unsupported complex type size %u\n" msgstr "tamaño de tipo complejo IEEE %u sin soporte\n" -#: nlmconv.c:278 srconv.c:2020 +#: nlmconv.c:281 srconv.c:2043 msgid "input and output files must be different" msgstr "los ficheros de entrada y salida deben ser diferentes" -#: nlmconv.c:325 +#: nlmconv.c:328 msgid "input file named both on command line and with INPUT" msgstr "fichero de entrada nombrado en la línea de comandos y con INPUT" -#: nlmconv.c:334 +#: nlmconv.c:337 msgid "no input file" msgstr "no hay fichero de entrada" -#: nlmconv.c:364 +#: nlmconv.c:367 msgid "no name for output file" msgstr "no hay nombre para el fichero de salida" -#: nlmconv.c:377 +#: nlmconv.c:380 msgid "warning: input and output formats are not compatible" msgstr "aviso: los formatos de entrada y salida no son compatibles" -#: nlmconv.c:406 +#: nlmconv.c:409 msgid "make .bss section" msgstr "hacer sección .bss" -#: nlmconv.c:415 +#: nlmconv.c:418 msgid "make .nlmsections section" msgstr "hacer sección .nlmsections" -#: nlmconv.c:417 +#: nlmconv.c:420 msgid "set .nlmsections flags" msgstr "establecer opciones .nlmsections" -#: nlmconv.c:445 +#: nlmconv.c:448 msgid "set .bss vma" msgstr "establecer vma .bss" -#: nlmconv.c:452 +#: nlmconv.c:455 msgid "set .data size" msgstr "establecer tamaño de .data" -#: nlmconv.c:632 +#: nlmconv.c:635 #, c-format msgid "warning: symbol %s imported but not in import list" msgstr "aviso: se importó el símbolo %s pero no está en la lista de importación" -#: nlmconv.c:652 +#: nlmconv.c:655 msgid "set start address" msgstr "establecer la dirección de inicio" -#: nlmconv.c:701 +#: nlmconv.c:704 #, c-format msgid "warning: START procedure %s not defined" msgstr "aviso: el procedimiento START %s no está definido" -#: nlmconv.c:703 +#: nlmconv.c:706 #, c-format msgid "warning: EXIT procedure %s not defined" msgstr "aviso: el procedimiento EXIT %s no está definido" -#: nlmconv.c:705 +#: nlmconv.c:708 #, c-format msgid "warning: CHECK procedure %s not defined" msgstr "aviso: el procedimiento CHECK %s no está definido" -#: nlmconv.c:726 nlmconv.c:915 +#: nlmconv.c:729 nlmconv.c:918 msgid "custom section" msgstr "sección a la medida" -#: nlmconv.c:747 nlmconv.c:944 +#: nlmconv.c:750 nlmconv.c:947 msgid "help section" msgstr "sección de ayuda" -#: nlmconv.c:769 nlmconv.c:962 +#: nlmconv.c:772 nlmconv.c:965 msgid "message section" msgstr "sección de mensajes" -#: nlmconv.c:785 nlmconv.c:995 +#: nlmconv.c:788 nlmconv.c:998 msgid "module section" msgstr "sección de módulos" -#: nlmconv.c:805 nlmconv.c:1011 +#: nlmconv.c:808 nlmconv.c:1014 msgid "rpc section" msgstr "sección de rpc" #. There is no place to record this information. -#: nlmconv.c:841 +#: nlmconv.c:844 #, c-format msgid "%s: warning: shared libraries can not have uninitialized data" msgstr "%s: aviso: las bibliotecas compartidas no pueden tener datos sin iniciar" -#: nlmconv.c:862 nlmconv.c:1030 +#: nlmconv.c:865 nlmconv.c:1033 msgid "shared section" msgstr "sección compartida" -#: nlmconv.c:870 +#: nlmconv.c:873 msgid "warning: No version number given" msgstr "aviso: No se dió un número de versión" -#: nlmconv.c:910 nlmconv.c:939 nlmconv.c:957 nlmconv.c:1006 nlmconv.c:1025 +#: nlmconv.c:913 nlmconv.c:942 nlmconv.c:960 nlmconv.c:1009 nlmconv.c:1028 #, c-format msgid "%s: read: %s" msgstr "%s: leído: %s" -#: nlmconv.c:932 +#: nlmconv.c:935 msgid "warning: MAP and FULLMAP are not supported; try ld -M" msgstr "aviso: MAP y FULLMAP no tienen soporte; pruebe ld -M" -#: nlmconv.c:1101 +#: nlmconv.c:1107 #, c-format -msgid "%s: Convert an object file into a NetWare Loadable Module\n" -msgstr "%s: Convertir un fichero objeto en un Módulo Cargable de NetWare (NLM)\n" +msgid "Usage: %s [option(s)] [in-file [out-file]]\n" +msgstr "Modo de empleo: %s [opcion(es)] [fichero-entrada [fichero-salida]]\n" -#: nlmconv.c:1113 -#, c-format +#: nlmconv.c:1108 +msgid " Convert an object file into a NetWare Loadable Module\n" +msgstr "Convertir un fichero objeto en un Módulo Cargable de NetWare (NLM)\n" + +#: nlmconv.c:1109 msgid "" -"Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" -" [--input-target=bfdname] [--output-target=bfdname]\n" -" [--header-file=file] [--linker=linker] [--debug]\n" -" [--help] [--version]\n" -" [in-file [out-file]]\n" +" The options are:\n" +" -I --input-target= Set the input binary file format\n" +" -O --output-target= Set the output binary file format\n" +" -T --header-file= Read for NLM header information\n" +" -l --linker= Use for any linking\n" +" -d --debug Display on stderr the linker command line\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" msgstr "" -"Modo de empleo: %s [-dhV] [-I nombrebfd] [-O nombrebfd] [-T fichero-encabezado] [-l enlazador]\n" -" [--input-target=nombrebfd] [--output-target=nombrebfd]\n" -" [--header-file=fichero] [--linker=enlazador] [--debug]\n" -" [--help] [--version]\n" -" [fichero-entrada [fichero-salida]]\n" +" Las opciones son:\n" +" -I --input-target= Establece el formato del fichero binario de entrada\n" +" -O --output-target= Establece el formato del fichero binario de salida\n" +" -T --header-file= Lee el para la información del encabezado NLM\n" +" -l --linker= Usa el para cualquier enlazado\n" +" -d --debug Muestra en salida estándar la línea de comando del enlazador\n" +" -h --help Muestra esta información\n" +" -v --version Muestra la versión del programa\n" -#: nlmconv.c:1153 +#: nlmconv.c:1151 #, c-format msgid "support not compiled in for %s" msgstr "soporte no compilado para %s" -#: nlmconv.c:1193 +#: nlmconv.c:1191 msgid "make section" msgstr "sección make" -#: nlmconv.c:1207 +#: nlmconv.c:1205 msgid "set section size" msgstr "establecer el tamaño de la sección" -#: nlmconv.c:1213 +#: nlmconv.c:1211 msgid "set section alignment" msgstr "establecer la alineación de la sección" -#: nlmconv.c:1217 +#: nlmconv.c:1215 msgid "set section flags" msgstr "establecer las opciones de la sección" -#: nlmconv.c:1228 +#: nlmconv.c:1226 msgid "set .nlmsections size" msgstr "establecer el tamaño de .nlmsections" -#: nlmconv.c:1316 nlmconv.c:1324 nlmconv.c:1333 nlmconv.c:1338 +#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336 msgid "set .nlmsection contents" msgstr "establecer el contenido de .nlmsection" -#: nlmconv.c:1841 +#: nlmconv.c:1837 msgid "stub section sizes" msgstr "tamaños de la sección de cabos" -#: nlmconv.c:1890 +#: nlmconv.c:1886 msgid "writing stub" msgstr "escribiendo cabo" -#: nlmconv.c:1980 +#: nlmconv.c:1975 #, c-format msgid "unresolved PC relative reloc against %s" msgstr "reubicación relativa PC contra %s sin resolver" -#: nlmconv.c:2044 +#: nlmconv.c:2039 #, c-format msgid "overflow when adjusting relocation against %s" msgstr "desbordamiento al ajustar la reubicación contra %s" -#: nlmconv.c:2161 +#: nlmconv.c:2156 #, c-format msgid "%s: execution of %s failed: " msgstr "%s: falló la ejecución de %s: " -#: nlmconv.c:2176 +#: nlmconv.c:2171 #, c-format msgid "Execution of %s failed" msgstr "Falló la ejecución de %s" -#: nm.c:300 +#: nm.c:246 size.c:85 strings.c:650 #, c-format -msgid "Usage: %s [OPTION]... [FILE]...\n" -msgstr "Modo de empleo: %s [OPCIÓN]... [FICHERO]...\n" +msgid "Usage: %s [option(s)] [file(s)]\n" +msgstr "Modo de empleo: %s [opcion(es)] [fichero(s)]\n" -#: nm.c:301 -msgid "List symbols from FILEs (a.out by default).\n" -msgstr "Enumera los símbolos de los FICHEROs (a.out por omisión).\n" +#: nm.c:247 +msgid " List symbols in [file(s)] (a.out by default).\n" +msgstr "Lista de símbolos en [fichero(s)] (a.out por omisión).\n" -#: nm.c:302 +#: nm.c:248 msgid "" -"\n" +" The options are:\n" " -a, --debug-syms Display debugger-only symbols\n" " -A, --print-file-name Print name of the input file before every symbol\n" " -B Same as --format=bsd\n" @@ -1387,7 +1482,6 @@ msgid "" " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" " `sysv' or `posix'. The default is `bsd'\n" " -g, --extern-only Display only external symbols\n" -" -h, --help Display this information\n" " -l, --line-numbers Use debugging information to find a filename and\n" " line number for each symbol\n" " -n, --numeric-sort Sort symbols numerically by address\n" @@ -1395,16 +1489,18 @@ msgid "" " -p, --no-sort Do not sort the symbols\n" " -P, --portability Same as --format=posix\n" " -r, --reverse-sort Reverse the sense of the sort\n" +" -S, --print-size Print size of defined symbols\n" " -s, --print-armap Include index for symbols from archive members\n" " --size-sort Sort symbols by size\n" " -t, --radix=RADIX Use RADIX for printing symbol values\n" " --target=BFDNAME Specify the target object format as BFDNAME\n" " -u, --undefined-only Display only undefined symbols\n" -" -V, --version Display this program's version number\n" " -X 32_64 (ignored)\n" +" -h, --help Display this information\n" +" -V, --version Display this program's version number\n" "\n" msgstr "" -"\n" +"Las opciones son:\n" " -a, --debug-syms Muestra símbolos sólo para el depurador\n" " -A, --print-file-name Muestra el nombre del fichero de entrada antes de\n" " cada símbolo\n" @@ -1422,7 +1518,6 @@ msgstr "" " -f, --format=FORMATO Usa el formato de salida FORMATO. FORMATO puede ser\n" " `bsd', `sysv' o `posix'. Por omisión es `bsd'\n" " -g, --extern-only Muestra solamente los símbolos externos\n" -" -h, --help Muestra esta información\n" " -l, --line-numbers Utiliza la información de depuración para encontrar\n" " un nombre de fichero y un número de línea para cada\n" " símbolo\n" @@ -1431,6 +1526,7 @@ msgstr "" " -p, --no-sort No ordena los símbolos\n" " -P, --portability Igual que --format=posix\n" " -r, --reverse-sort Cambia el sentido de la ordenación\n" +" -S, --print-size Muestra el tamaño de los símbolos definidos\n" " -s, --print-armap Incluye el índice de los símbolos de miembros\n" " del archivo\n" " --size-sort Ordena los símbolos por tamaño\n" @@ -1439,72 +1535,140 @@ msgstr "" " --target=NOMBREBFD Especifica el formato de objeto objetivo como\n" " NOMBREBFD\n" " -u, --undefined-only Muestra sólo los símbolos indefinidos\n" -" -V, --version Muestra el número de versión de este programa\n" " -X 32_64 (ignorado)\n" +" -h, --help Muestra esta información\n" +" -V, --version Muestra el número de versión de este programa\n" "\n" -#: nm.c:334 objdump.c:216 +#: nm.c:281 objdump.c:217 #, c-format msgid "Report bugs to %s.\n" msgstr "Reportar bichos a %s.\n" -#: nm.c:367 +#: nm.c:314 #, c-format msgid "%s: invalid radix" msgstr "%s: radical inválido" -#: nm.c:392 +#: nm.c:339 #, c-format msgid "%s: invalid output format" msgstr "%s: formato de salida inválido" -#: nm.c:504 +#: nm.c:456 msgid "Only -X 32_64 is supported" msgstr "Solamente -X 32_64 tiene soporte" -#: nm.c:546 +#: nm.c:498 #, c-format msgid "data size %ld" msgstr "tamaño de datos %ld" -#: nm.c:1340 +#: nm.c:523 readelf.c:5306 readelf.c:5342 +#, c-format +msgid ": %d" +msgstr " %d:" + +#: nm.c:525 readelf.c:5308 readelf.c:5354 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: nm.c:527 readelf.c:5310 readelf.c:5357 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: nm.c:1339 #, c-format -msgid "\n\nUndefined symbols from %s:\n\n" -msgstr "\n\nSímbolos indefinidos de %s:\n\n" +msgid "" +"\n" +"\n" +"Undefined symbols from %s:\n" +"\n" +msgstr "" +"\n" +"\n" +"Símbolos indefinidos de %s:\n" +"\n" -#: nm.c:1342 +#: nm.c:1341 #, c-format -msgid "\n\nSymbols from %s:\n\n" -msgstr "\n\nSímbolos de %s:\n\n" +msgid "" +"\n" +"\n" +"Symbols from %s:\n" +"\n" +msgstr "" +"\n" +"\n" +"Símbolos de %s:\n" +"\n" + +#: nm.c:1343 nm.c:1401 +msgid "" +"Name Value Class Type Size Line Section\n" +"\n" +msgstr "" +"Nombre Valor Clase Tipo Tamaño Línea Sección\n" +"\n" -#: nm.c:1343 nm.c:1397 -msgid "Name Value Class Type Size Line Section\n\n" -msgstr "Nombre Valor Clase Tipo Tamaño Línea Sección\n\n" +#: nm.c:1346 nm.c:1404 +msgid "" +"Name Value Class Type Size Line Section\n" +"\n" +msgstr "" +"Nombre Valor Clase Tipo Tamaño Línea Sección\n" +"\n" -#: nm.c:1394 +#: nm.c:1397 #, c-format -msgid "\n\nUndefined symbols from %s[%s]:\n\n" -msgstr "\n\nSímbolos indefinidos de %s[%s]:\n\n" +msgid "" +"\n" +"\n" +"Undefined symbols from %s[%s]:\n" +"\n" +msgstr "" +"\n" +"\n" +"Símbolos indefinidos de %s[%s]:\n" +"\n" -#: nm.c:1396 +#: nm.c:1399 #, c-format -msgid "\n\nSymbols from %s[%s]:\n\n" -msgstr "\n\nSímbolos de %s[%s]:\n\n" +msgid "" +"\n" +"\n" +"Symbols from %s[%s]:\n" +"\n" +msgstr "" +"\n" +"\n" +"Símbolos de %s[%s]:\n" +"\n" -#: nm.c:1564 -msgid "\nArchive index:\n" -msgstr "\nÍndice del archivo:\n" +#: nm.c:1614 +msgid "" +"\n" +"Archive index:\n" +msgstr "" +"\n" +"Índice del archivo:\n" -#: objcopy.c:363 +#: objcopy.c:363 srconv.c:1952 #, c-format -msgid "Usage: %s in-file [out-file]\n" -msgstr "Modo de empleo %s fichero-entrada [fichero-salida]\n" +msgid "Usage: %s [option(s)] in-file [out-file]\n" +msgstr "Modo de empleo: %s [opcion(es)] fichero-entrada [fichero-salida]\n" -#: objcopy.c:364 objcopy.c:433 +#: objcopy.c:364 +msgid " Copies a binary file, possibly transforming it in the process\n" +msgstr " Copia un fichero binario, posiblemente transformándolo en el proceso\n" + +#: objcopy.c:365 objcopy.c:435 msgid " The options are:\n" msgstr " Las opciones son:\n" -#: objcopy.c:365 +#: objcopy.c:366 msgid "" " -I --input-target Assume input file is in format \n" " -O --output-target Create an output file in format \n" @@ -1629,23 +1793,27 @@ msgstr "" " -V --version Muestra el número de versión de este programa\n" " -h --help Muestra esta salida\n" -#: objcopy.c:432 +#: objcopy.c:433 #, c-format -msgid "Usage: %s in-file(s)\n" -msgstr "Modo de empleo %s fichero(s)-entrada\n" +msgid "Usage: %s in-file(s)\n" +msgstr "Modo de empleo: %s fichero(s)-entrada\n" #: objcopy.c:434 +msgid " Removes symbols and sections from files\n" +msgstr " Remueve símbolos y secciones de los ficheros\n" + +#: objcopy.c:436 msgid "" -" -I --input-target Assume input file is in format \n" -" -O --output-target Create an output file in format \n" -" -F --target Set both input and output format to \n" +" -I --input-target= Assume input file is in format \n" +" -O --output-target= Create an output file in format \n" +" -F --target= Set both input and output format to \n" " -p --preserve-dates Copy modified/access timestamps to the output\n" -" -R --remove-section Remove section from the output\n" +" -R --remove-section= Remove section from the output\n" " -s --strip-all Remove all symbol and relocation information\n" -" -g -S --strip-debug Remove all debugging symbols\n" +" -g -S -d --strip-debug Remove all debugging symbols\n" " --strip-unneeded Remove all symbols not needed by relocations\n" -" -N --strip-symbol Do not copy symbol \n" -" -K --keep-symbol Only copy symbol \n" +" -N --strip-symbol= Do not copy symbol \n" +" -K --keep-symbol= Only copy symbol \n" " -x --discard-all Remove all non-global symbols\n" " -X --discard-locals Remove any compiler-generated symbols\n" " -v --verbose List all object files modified\n" @@ -1662,227 +1830,228 @@ msgstr "" " -p --preserve-dates Copiar las marcas de tiempo de modificación y\n" " acceso a la salida\n" " -R --remove-section Borrar la sección de la salida\n" -" --strip-all Borrar todos los símbolos y la información de\n" -" reubicación\n" +" -s --strip-all Borrar todos los símbolos y la información\n" +" de reubicación\n" " -g -S --strip-debug Borrar todos los símbolos de depuración\n" " --strip-unneeded Borrar todos los símbolos innecesarios para\n" " las reubicaciones\n" " -N --strip-symbol No copiar el símbolo \n" " -K --keep-symbol Sólo copiar el símbolo \n" " -x --discard-all Borra todos los símbolos que no son globales\n" -" -X --discard-locals Borra cualquier símbolo generado por el compilador\n" +" -X --discard-locals Borra cualquier símbolo generado por\n" +" el compilador\n" " -v --verbose Enlista todos los ficheros objeto modificados\n" " -V --version Muestra el número de versión de este programa\n" " -h --help Muestra esta salida\n" " -o Coloca la salida limpia en el \n" -#: objcopy.c:504 +#: objcopy.c:506 #, c-format msgid "unrecognized section flag `%s'" msgstr "opción de sección `%s' desconocida" -#: objcopy.c:505 +#: objcopy.c:507 #, c-format msgid "supported flags: %s" msgstr "opciones con soporte: %s" -#: objcopy.c:582 objcopy.c:2206 +#: objcopy.c:584 objcopy.c:2243 #, c-format msgid "cannot stat: %s: %s" msgstr "no se puede obtener la información de stat: %s: %s" -#: objcopy.c:589 objcopy.c:2224 +#: objcopy.c:591 objcopy.c:2261 #, c-format msgid "cannot open: %s: %s" msgstr "no se puede abrir: %s: %s" -#: objcopy.c:592 objcopy.c:2228 +#: objcopy.c:594 objcopy.c:2265 #, c-format msgid "%s: fread failed" msgstr "%s: fread falló" -#: objcopy.c:665 +#: objcopy.c:667 #, c-format msgid "Ignoring rubbish found on line %d of %s" msgstr "Ignorando la basura encontrada en la línea %d de %s" -#: objcopy.c:886 +#: objcopy.c:888 #, c-format msgid "%s: Multiple redefinition of symbol \"%s\"" msgstr "%s: Redefiniciones múltiples del símbolo \"%s\"" -#: objcopy.c:891 +#: objcopy.c:893 #, c-format msgid "%s: Symbol \"%s\" is target of more than one redefinition" msgstr "%s: El símbolo \"%s\" es objetivo de más de una redefinición" -#: objcopy.c:943 +#: objcopy.c:945 msgid "Unable to change endianness of input file(s)" msgstr "No se puede cambiar la endianez del (los) fichero(s) de entrada" -#: objcopy.c:951 +#: objcopy.c:953 #, c-format msgid "copy from %s(%s) to %s(%s)\n" msgstr "copiar de %s(%s) a %s(%s)\n" -#: objcopy.c:975 +#: objcopy.c:977 #, c-format msgid "Warning: Output file cannot represent architecture %s" msgstr "Aviso: El fichero de salida no puede representar a la arquitectura %s" -#: objcopy.c:1002 +#: objcopy.c:1004 #, c-format msgid "can't create section `%s': %s" msgstr "no se puede crear la sección `%s' %s" -#: objcopy.c:1088 +#: objcopy.c:1090 #, c-format msgid "Can't fill gap after %s: %s" msgstr "No se puede llenar el espacio después de %s: %s" -#: objcopy.c:1113 +#: objcopy.c:1115 #, c-format msgid "Can't add padding to %s: %s" msgstr "No se puede agregar relleno a %s: %s" -#: objcopy.c:1252 +#: objcopy.c:1254 #, c-format msgid "%s: error copying private BFD data: %s" msgstr "%s: error al copiar los datos privados BFD: %s" -#: objcopy.c:1265 +#: objcopy.c:1267 msgid "unknown alternate machine code, ignored" msgstr "código máquina alternativo desconocido, ignorado" -#: objcopy.c:1295 +#: objcopy.c:1300 objcopy.c:1330 #, c-format msgid "cannot mkdir %s for archive copying (error: %s)" msgstr "no se puede crear el directorio %s para copiar el archivo (error: %s)" -#: objcopy.c:1466 +#: objcopy.c:1497 #, c-format msgid "Multiple renames of section %s" msgstr "Renombrado múltiple de la sección %s" -#: objcopy.c:1550 +#: objcopy.c:1581 msgid "making" msgstr "haciendo" -#: objcopy.c:1559 +#: objcopy.c:1590 msgid "size" msgstr "tamaño" -#: objcopy.c:1573 +#: objcopy.c:1604 msgid "vma" msgstr "vma" -#: objcopy.c:1599 +#: objcopy.c:1630 msgid "alignment" msgstr "alineación" -#: objcopy.c:1607 +#: objcopy.c:1638 msgid "flags" msgstr "opciones" -#: objcopy.c:1624 +#: objcopy.c:1655 msgid "private data" msgstr "datos privados" -#: objcopy.c:1632 +#: objcopy.c:1663 #, c-format msgid "%s: section `%s': error in %s: %s" msgstr "%s: sección `%s': error en %s: %s" -#: objcopy.c:1910 +#: objcopy.c:1946 #, c-format msgid "%s: can't create debugging section: %s" msgstr "%s: no se puede crear la sección de depuración: %s" -#: objcopy.c:1925 +#: objcopy.c:1961 #, c-format msgid "%s: can't set debugging section contents: %s" msgstr "%s: no se puede establecer el contenido de la sección de depuración: %s" -#: objcopy.c:1934 +#: objcopy.c:1970 #, c-format msgid "%s: don't know how to write debugging information for %s" msgstr "%s: se ignora cómo escribir la información de depuración para %s" -#: objcopy.c:2041 +#: objcopy.c:2078 #, c-format msgid "%s: cannot stat: %s" msgstr "%s: no se puede obtener la información de stat: %s" -#: objcopy.c:2092 +#: objcopy.c:2129 msgid "byte number must be non-negative" msgstr "el número de bytes no debe ser negativo" -#: objcopy.c:2102 +#: objcopy.c:2139 msgid "interleave must be positive" msgstr "el espacio debe ser positivo" -#: objcopy.c:2122 objcopy.c:2130 +#: objcopy.c:2159 objcopy.c:2167 #, c-format msgid "%s both copied and removed" msgstr "%s copiado y borrado" -#: objcopy.c:2203 objcopy.c:2273 objcopy.c:2373 objcopy.c:2400 objcopy.c:2424 -#: objcopy.c:2428 objcopy.c:2448 +#: objcopy.c:2240 objcopy.c:2310 objcopy.c:2410 objcopy.c:2437 objcopy.c:2461 +#: objcopy.c:2465 objcopy.c:2485 #, c-format msgid "bad format for %s" msgstr "formato erróneo para %s" -#: objcopy.c:2342 +#: objcopy.c:2379 #, c-format msgid "Warning: truncating gap-fill from 0x%s to 0x%x" msgstr "Aviso: truncando el relleno de espacio de 0x%s a 0x%x" -#: objcopy.c:2494 +#: objcopy.c:2531 msgid "alternate machine code index must be positive" msgstr "el índice de código máquina alternativo debe ser positivo" -#: objcopy.c:2512 +#: objcopy.c:2550 msgid "byte number must be less than interleave" msgstr "el número de bytes debe ser menor al espacio" -#: objcopy.c:2539 +#: objcopy.c:2577 #, c-format msgid "architecture %s unknown" msgstr "arquitectura %s desconocida" -#: objcopy.c:2543 +#: objcopy.c:2581 msgid "Warning: input target 'binary' required for binary architecture parameter." msgstr "Aviso: se requiere el objetivo de entrada 'binary' para el parámeto binario de arquitectura." -#: objcopy.c:2544 +#: objcopy.c:2582 #, c-format msgid " Argument %s ignored" msgstr " Se ignora el argumento %s" -#: objcopy.c:2550 +#: objcopy.c:2588 #, c-format msgid "Cannot stat: %s: %s" msgstr "No se puede obtener la información de stat: %s: %s" -#: objcopy.c:2590 objcopy.c:2604 +#: objcopy.c:2628 objcopy.c:2642 #, c-format msgid "%s %s%c0x%s never used" msgstr "%s nunca se usa %s%c0x%s" -#: objdump.c:164 -#, c-format -msgid "Usage: %s OPTION... FILE...\n" -msgstr "Modo de empleo: %s OPCIÓN... FICHERO...\n" - #: objdump.c:165 -msgid "Display information from object FILE.\n" -msgstr "Muestra la información del FICHERO objeto.\n" +#, c-format +msgid "Usage: %s \n" +msgstr "Modo de empleo: %s \n" #: objdump.c:166 -msgid "\n At least one of the following switches must be given:\n" -msgstr "\n Por lo menos se necesita uno de los siguientes interruptores:\n" +msgid " Display information from object .\n" +msgstr "Muestra la información de objeto.\n" #: objdump.c:167 +msgid " At least one of the following switches must be given:\n" +msgstr "Por lo menos se requiere una de los siguientes opciones:\n" + +#: objdump.c:168 msgid "" " -a, --archive-headers Display archive header information\n" " -f, --file-headers Display the contents of the overall file header\n" @@ -1899,7 +2068,7 @@ msgid "" " -T, --dynamic-syms Display the contents of the dynamic symbol table\n" " -r, --reloc Display the relocation entries in the file\n" " -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" -" -V, --version Display this program's version number\n" +" -v, --version Display this program's version number\n" " -i, --info List object formats and architectures supported\n" " -H, --help Display this information\n" msgstr "" @@ -1926,17 +2095,21 @@ msgstr "" " -r, --reloc Muestra las entradas de reubicación en el fichero\n" " -R, --dynamic-reloc Muestra las entradas de reubicación dinámica en el\n" " fichero\n" -" -V, --version Muestra el número de versión de este programa\n" +" -v, --version Muestra el número de versión de este programa\n" " -i, --info Enlista los formatos objeto y las arquitecturas\n" " con soporte\n" " -H, --help Muestra esta información\n" -#: objdump.c:189 -msgid "\n The following switches are optional:\n" -msgstr "\n Los siguientes interruptores son opcionales:\n" - #: objdump.c:190 msgid "" +"\n" +" The following switches are optional:\n" +msgstr "" +"\n" +" Los siguientes interruptores son opcionales:\n" + +#: objdump.c:191 +msgid "" " -b, --target=BFDNAME Specify the target object format as BFDNAME\n" " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" " -j, --section=NAME Only display information for section NAME\n" @@ -1979,145 +2152,161 @@ msgstr "" " mostradas de sección\n" "\n" -#: objdump.c:359 +#: objdump.c:358 msgid "Sections:\n" msgstr "Secciones:\n" -#: objdump.c:362 +#: objdump.c:361 objdump.c:365 msgid "Idx Name Size VMA LMA File off Algn" msgstr "Ind Nombre Tamaño VMA LMA Desp fich Alin" -#: objdump.c:364 +#: objdump.c:367 msgid "Idx Name Size VMA LMA File off Algn" msgstr "Ind Nombre Tamaño VMA LMA Desp fich Alin" -#: objdump.c:368 +#: objdump.c:371 msgid " Flags" msgstr " Opciones" -#: objdump.c:418 +#: objdump.c:419 #, c-format msgid "%s: not a dynamic object" msgstr "%s: no es un objeto dinámico" -#: objdump.c:434 +#: objdump.c:433 #, c-format msgid "%s: No dynamic symbols" msgstr "%s: No hay símbolos dinámicos" -#: objdump.c:1124 +#: objdump.c:1114 msgid "Out of virtual memory" msgstr "Memoria agotada" -#: objdump.c:1553 +#: objdump.c:1543 #, c-format msgid "Can't use supplied machine %s" msgstr "No se puede utilizar la máquina %s proporcionada" -#: objdump.c:1571 +#: objdump.c:1561 #, c-format msgid "Can't disassemble for architecture %s\n" msgstr "No se puede desensamblar para la arquitectura %s\n" -#: objdump.c:1653 +#: objdump.c:1643 #, c-format msgid "Disassembly of section %s:\n" msgstr "Desensamblado de la sección %s:\n" -#: objdump.c:1828 +#: objdump.c:1818 #, c-format -msgid "No %s section present\n\n" -msgstr "No está presente la sección %s\n\n" +msgid "" +"No %s section present\n" +"\n" +msgstr "" +"No está presente la sección %s\n" +"\n" -#: objdump.c:1835 +#: objdump.c:1825 #, c-format msgid "%s has no %s section" msgstr "%s no tiene una sección %s" -#: objdump.c:1849 +#: objdump.c:1839 #, c-format msgid "Reading %s section of %s failed: %s" msgstr "Falló al leer la sección %s de %s: %s" -#: objdump.c:1861 +#: objdump.c:1851 #, c-format msgid "Reading %s section of %s failed: %s\n" msgstr "Falló al leer la sección %s de %s: %s\n" -#: objdump.c:1904 +#: objdump.c:1894 #, c-format -msgid "Contents of %s section:\n\n" -msgstr "Contenido de la sección %s:\n\n" +msgid "" +"Contents of %s section:\n" +"\n" +msgstr "" +"Contenido de la sección %s:\n" +"\n" -#: objdump.c:2004 +#: objdump.c:1994 #, c-format msgid "architecture: %s, " msgstr "arquitectura: %s, " -#: objdump.c:2007 +#: objdump.c:1997 #, c-format msgid "flags 0x%08x:\n" msgstr "opciones 0x%08x:\n" -#: objdump.c:2020 -msgid "\nstart address 0x" -msgstr "\ndirección de inicio 0x" +#: objdump.c:2010 +msgid "" +"\n" +"start address 0x" +msgstr "" +"\n" +"dirección de inicio 0x" -#: objdump.c:2052 +#: objdump.c:2042 #, c-format -msgid "\n%s: file format %s\n" -msgstr "\n%s: formato del fichero %s\n" +msgid "" +"\n" +"%s: file format %s\n" +msgstr "" +"\n" +"%s: formato del fichero %s\n" -#: objdump.c:2094 +#: objdump.c:2084 #, c-format msgid "%s: printing debugging information failed" msgstr "%s: falló al mostrar la información de depuración" -#: objdump.c:2171 +#: objdump.c:2161 #, c-format msgid "In archive %s:\n" msgstr "En el fichero %s:\n" -#: objdump.c:2223 +#: objdump.c:2213 #, c-format msgid "Contents of section %s:\n" msgstr "Contenido de la sección %s:\n" -#: objdump.c:2736 +#: objdump.c:2718 #, c-format msgid "BFD header file version %s\n" msgstr "encabezado del fichero BFD versión %s\n" -#: objdump.c:2825 +#: objdump.c:2807 msgid "unrecognized -E option" msgstr "opción -E no reconocida" -#: objdump.c:2836 +#: objdump.c:2818 #, c-format msgid "unrecognized --endian type `%s'" msgstr "tipo --endian `%s' no reconocido" -#: rdcoff.c:205 +#: rdcoff.c:204 #, c-format msgid "parse_coff_type: Bad type code 0x%x" msgstr "parse_coff_type: Código de tipo 0x%x erróneo" -#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:730 +#: rdcoff.c:422 rdcoff.c:530 rdcoff.c:729 #, c-format msgid "bfd_coff_get_syment failed: %s" msgstr "bfd_coff_get_syment falló: %s" -#: rdcoff.c:439 rdcoff.c:750 +#: rdcoff.c:438 rdcoff.c:749 #, c-format msgid "bfd_coff_get_auxent failed: %s" msgstr "bfd_coff_get_auxent falló: %s" -#: rdcoff.c:817 +#: rdcoff.c:816 #, c-format msgid "%ld: .bf without preceding function" msgstr "%ld: .bf sin una función precedente" -#: rdcoff.c:867 +#: rdcoff.c:866 #, c-format msgid "%ld: unexpected .ef\n" msgstr "%ld: .ef inesperado\n" @@ -2131,336 +2320,325 @@ msgstr "%s: no se reconoce la informació msgid "Last stabs entries before error:\n" msgstr "Últimas entradas stabs antes del error:\n" -#: readelf.c:318 +#: readelf.c:328 #, c-format msgid "%s: Error: " msgstr "%s: Error: " -#: readelf.c:329 +#: readelf.c:339 #, c-format msgid "%s: Warning: " msgstr "%s: Aviso: " -#: readelf.c:351 +#: readelf.c:361 #, c-format msgid "Unable to seek to %x for %s\n" msgstr "No se puede buscar para %x para %s\n" -#: readelf.c:362 +#: readelf.c:372 #, c-format msgid "Out of memory allocating %d bytes for %s\n" msgstr "Memoria agotada al asignar %d bytes para %s\n" -#: readelf.c:370 +#: readelf.c:380 #, c-format msgid "Unable to read in %d bytes of %s\n" msgstr "No se pueden leer %d bytes de %s\n" -#: readelf.c:423 readelf.c:581 +#: readelf.c:433 readelf.c:591 #, c-format msgid "Unhandled data length: %d\n" msgstr "Longitud de datos sin manejar: %d\n" -#: readelf.c:660 +#: readelf.c:675 msgid "Don't know about relocations on this machine architecture\n" msgstr "No se conocen las reubicaciones en esta arquitectura de máquina\n" -#: readelf.c:682 readelf.c:711 readelf.c:757 readelf.c:784 +#: readelf.c:697 readelf.c:726 readelf.c:772 readelf.c:799 msgid "relocs" msgstr "reubicaciones" -#: readelf.c:693 readelf.c:722 readelf.c:767 readelf.c:794 +#: readelf.c:708 readelf.c:737 readelf.c:782 readelf.c:809 msgid "out of memory parsing relocs" msgstr "memoria agotada al decodificar reubicaciones" -#: readelf.c:845 -msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" -msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo Adend\n" - -#: readelf.c:848 -msgid " Offset Info Type Symbol's Value Symbol's Name\n" -msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo\n" - -#: readelf.c:854 -msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" -msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo Adend\n" +#: readelf.c:861 +msgid " Offset Info Type Sym. Value Symbol's Name + Addend\n" +msgstr " Desplaz Info Tipo Val. Símbolo Nombre Símbolo + Adend\n" + +#: readelf.c:863 +msgid " Offset Info Type Sym.Value Sym. Name + Addend\n" +msgstr " Desplaz Info Tipo Val.Símbolo Nom.Símbolo + Adend\n" + +#: readelf.c:868 +msgid " Offset Info Type Sym. Value Symbol's Name\n" +msgstr " Desplaz Info Tipo Val. Símbolo Nombre Símbolo\n" + +#: readelf.c:870 +msgid " Offset Info Type Sym.Value Sym. Name\n" +msgstr " Desplaz Info Tipo Val.Símbolo Nom. Símbolo\n" + +#: readelf.c:878 +msgid " Offset Info Type Symbol's Value Symbol's Name + Addend\n" +msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo + Adend\n" + +#: readelf.c:880 +msgid " Offset Info Type Sym. Value Sym. Name + Addend\n" +msgstr " Desplaz Info Tipo Val. Símbolo Nom. Símbolo + Adend\n" + +#: readelf.c:885 +msgid " Offset Info Type Symbol's Value Symbol's Name\n" +msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo\n" + +#: readelf.c:887 +msgid " Offset Info Type Sym. Value Sym. Name\n" +msgstr " Desplaz Info Tipo Val. Símbolo Nom. Símbolo\n" -#: readelf.c:857 -msgid " Offset Info Type Symbol's Value Symbol's Name\n" -msgstr " Desplaz Info Tipo Valor Símbolo Nombre Símbolo\n" - -#: readelf.c:1061 readelf.c:1063 +#: readelf.c:1134 readelf.c:1136 readelf.c:1184 readelf.c:1186 readelf.c:1195 +#: readelf.c:1197 #, c-format -msgid "unrecognised: %-7lx" +msgid "unrecognized: %-7lx" msgstr "no reconocido: %-7lx" -#: readelf.c:1085 +#: readelf.c:1158 #, c-format msgid "" msgstr "<índice de la tabla de cadenas %3ld>" -#: readelf.c:1315 +#: readelf.c:1423 #, c-format msgid "Processor Specific: %lx" msgstr "Específico del Procesador: %lx" -#: readelf.c:1334 +#: readelf.c:1442 #, c-format msgid "Operating System specific: %lx" msgstr "específico del Sistema Operativo: %lx" -#: readelf.c:1337 readelf.c:1961 +#: readelf.c:1445 readelf.c:2086 #, c-format msgid ": %lx" msgstr ": %lx" -#: readelf.c:1351 +#: readelf.c:1459 msgid "NONE (None)" msgstr "NONE (Ninguno)" -#: readelf.c:1352 +#: readelf.c:1460 msgid "REL (Relocatable file)" msgstr "REL (Fichero reubicable)" -#: readelf.c:1353 +#: readelf.c:1461 msgid "EXEC (Executable file)" msgstr "EXEC (Fichero ejecutable)" -#: readelf.c:1354 +#: readelf.c:1462 msgid "DYN (Shared object file)" msgstr "DYN (Fichero objeto compartido)" -#: readelf.c:1355 +#: readelf.c:1463 msgid "CORE (Core file)" msgstr "CORE (Fichero núcleo)" -#: readelf.c:1359 +#: readelf.c:1467 #, c-format msgid "Processor Specific: (%x)" msgstr "Específico del Procesado: (%x)" -#: readelf.c:1361 +#: readelf.c:1469 #, c-format msgid "OS Specific: (%x)" msgstr "Específico del SO: (%x)" -#: readelf.c:1363 readelf.c:1460 readelf.c:2112 +#: readelf.c:1471 readelf.c:1573 readelf.c:2238 #, c-format msgid ": %x" msgstr ": %x" -#: readelf.c:1376 +#: readelf.c:1484 msgid "None" msgstr "Ninguno" -#: readelf.c:2152 -msgid "Usage: readelf {options} elf-file(s)\n" -msgstr "Modo de empleo readelf {opciones} fichero(s)-elf\n" +#: readelf.c:2278 +msgid "Usage: readelf elf-file(s)\n" +msgstr "Modo de empleo: readelf fichero(s)-elf\n" + +#: readelf.c:2279 +msgid " Display information about the contents of ELF format files\n" +msgstr " Muestra información sobre el contenido de los ficheros de formato ELF\n" -#: readelf.c:2153 -msgid " Options are:\n" -msgstr " Las opciones son:\n" +#: readelf.c:2280 +msgid "" +" Options are:\n" +" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Display the ELF file header\n" +" -l --program-headers Display the program headers\n" +" --segments An alias for --program-headers\n" +" -S --section-headers Display the sections' header\n" +" --sections An alias for --section-headers\n" +" -e --headers Equivalent to: -h -l -S\n" +" -s --syms Display the symbol table\n" +" --symbols An alias for --syms\n" +" -n --notes Display the core notes (if present)\n" +" -r --relocs Display the relocations (if present)\n" +" -u --unwind Display the unwind info (if present)\n" +" -d --dynamic Display the dynamic segment (if present)\n" +" -V --version-info Display the version sections (if present)\n" +" -A --arch-specific Display architecture specific information (if any).\n" +" -D --use-dynamic Use the dynamic section info when displaying symbols\n" +" -x --hex-dump= Dump the contents of section \n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" Display the contents of DWARF2 debug sections\n" +msgstr "" +" Las opciones son:\n" +" -a --all Equivalente a: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Muestra el encabezado del fichero ELF\n" +" -l --program-headers Muestra los encabezados del programa\n" +" --segments Un alias para --program-headers\n" +" -S --section-headers Muestra el encabezado de las secciones\n" +" --sections Un alias para --section-headers\n" +" -e --headers Equivalente a: -h -l -S\n" +" -s --syms Muestra la tabla de símbolos\n" +" --symbols Un alias para --syms\n" +" -n --notes Muestra las notas de núcleo (si están presentes)\n" +" -r --relocs Muestra las reubicaciones (si están presentes)\n" +" -u --unwind Muestra la información de desenredo (si está presente)\n" +" -d --dynamic Muestra el segmento dinámico (si está presente)\n" +" -V --version-info Muestra las secciones de versión (si están presentes)\n" +" -A --arch-specific Muestra la información específica de la arquitectura\n" +" (si hay alguna).\n" +" -D --use-dynamic Usa la información de la sección dinámica cuando\n" +" muestra símbolos\n" +" -x --hex-dump= Vuelca el contenido de la sección \n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" Muestra el contenido de las secciones de depuración\n" +" DWARF2\n" -#: readelf.c:2154 -msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" -msgstr " -a ó --all Equivalente a: -h -l -S -s -r -d -V -A -I\n" - -#: readelf.c:2155 -msgid " -h or --file-header Display the ELF file header\n" -msgstr " -h ó --file-header Muestra el encabezado del fichero ELF\n" - -#: readelf.c:2156 -msgid " -l or --program-headers or --segments\n" -msgstr " -l ó --program-headers ó --segments\n" - -#: readelf.c:2157 -msgid " Display the program headers\n" -msgstr " Muestra los encabezados del programa\n" - -#: readelf.c:2158 -msgid " -S or --section-headers or --sections\n" -msgstr " -S ó --section-headers ó --sections\n" - -#: readelf.c:2159 -msgid " Display the sections' header\n" -msgstr " Muestra el encabezado de las secciones\n" - -#: readelf.c:2160 -msgid " -e or --headers Equivalent to: -h -l -S\n" -msgstr " -e ó --headers Equivalente a: -h -l -S\n" - -#: readelf.c:2161 -msgid " -s or --syms or --symbols Display the symbol table\n" -msgstr " -s ó --syms ó --symbols Muestra la tabla de símbolos\n" - -#: readelf.c:2162 -msgid " -n or --notes Display the core notes (if present)\n" -msgstr " -n ó --notes Muestra las notas de núcleo (si están presentes)\n" - -#: readelf.c:2163 -msgid " -r or --relocs Display the relocations (if present)\n" -msgstr " -r ó --relocs Muestra las reubicaciones (si están presentes)\n" - -#: readelf.c:2164 -msgid " -u or --unwind Display the unwind info (if present)\n" -msgstr " -u ó --unwind Muestra la información de desenredo (si está presente)\n" - -#: readelf.c:2165 -msgid " -d or --dynamic Display the dynamic segment (if present)\n" -msgstr " -d ó --dynamic Muestra el segmento dinámico (si está presente)\n" - -#: readelf.c:2166 -msgid " -V or --version-info Display the version sections (if present)\n" -msgstr " -V ó --version-info Muestra las secciones de versión (si están presentes)\n" - -#: readelf.c:2167 -msgid " -A or --arch-specific Display architecture specific information (if any).\n" -msgstr " -A ó --arch-specific Muestra la información específica de la arquitectura (si hay alguna).\n" - -#: readelf.c:2168 -msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" -msgstr " -D ó --use-dynamic Usa la información de la sección dinámica al mostrar los símbolos\n" - -#: readelf.c:2169 -msgid " -x or --hex-dump=\n" -msgstr " -x ó --hex-dump=\n" - -#: readelf.c:2170 -msgid " Dump the contents of section \n" -msgstr " Vuelca el contenido de la sección \n" - -#: readelf.c:2171 -msgid " -w[liaprmfs] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" -msgstr " -w[liaprmfs] ó --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" - -#: readelf.c:2172 -msgid " Display the contents of DWARF2 debug sections\n" -msgstr " Muestra el contenido de las secciones de depuración DWARF2\n" - -#: readelf.c:2174 -msgid " -i or --instruction-dump=\n" -msgstr " -i ó --instruction-dump=\n" - -#: readelf.c:2175 -msgid " Disassemble the contents of section \n" -msgstr " Desensambla el contenido de la sección \n" - -#: readelf.c:2177 -msgid " -I or --histogram Display histogram of bucket list lengths\n" -msgstr " -I ó --histogram Muestra el histograma de las longitudes de la lista de cubos\n" - -#: readelf.c:2178 -msgid " -v or --version Display the version number of readelf\n" -msgstr " -v ó --version Muestra el número de versión de readelf\n" - -#: readelf.c:2179 -msgid " -W or --wide Don't split lines or truncate symbols to fit into 80 columns\n" -msgstr " -W ó --wide No divide las líneas o trunca los símbolos para ajustarlos a 80 columnas\n" - -#: readelf.c:2180 -msgid " -H or --help Display this information\n" -msgstr " -H ó --help Muestra esta información\n" +#: readelf.c:2301 +msgid "" +" -i --instruction-dump=\n" +" Disassemble the contents of section \n" +msgstr "" +" -i --instruction-dump=\n" +" Desensambla el contenido de la sección \n" + +#: readelf.c:2305 +msgid "" +" -I --histogram Display histogram of bucket list lengths\n" +" -W --wide Allow output width to exceed 80 characters\n" +" -H --help Display this information\n" +" -v --version Display the version number of readelf\n" +msgstr "" +" -I --histogram Muestra un histograma de longitudes de la lista de\n" +" cubetas\n" +" -W --wide Permite que el ancho de la salida exceda 80 caracteres\n" +" -H --help Muestra esta información\n" +" -v --version Muestra el número de versión de readelf\n" -#: readelf.c:2198 +#: readelf.c:2327 msgid "Out of memory allocating dump request table." msgstr "Memoria agotada al asignar la tabla de petición de volcado." -#: readelf.c:2357 +#: readelf.c:2491 #, c-format -msgid "Unrecognised debug option '%s'\n" +msgid "Unrecognized debug option '%s'\n" msgstr "Opción de depuración '%s' no reconocida\n" -#: readelf.c:2385 +#: readelf.c:2519 #, c-format msgid "Invalid option '-%c'\n" msgstr "Opción '-%c' inválida\n" -#: readelf.c:2398 +#: readelf.c:2532 msgid "Nothing to do.\n" msgstr "Nada por hacer.\n" -#: readelf.c:2411 readelf.c:2428 readelf.c:4700 +#: readelf.c:2545 readelf.c:2562 readelf.c:4867 msgid "none" msgstr "ninguno" -#: readelf.c:2415 readelf.c:2432 readelf.c:2460 +#: readelf.c:2549 readelf.c:2566 readelf.c:2594 #, c-format msgid "" msgstr "" -#: readelf.c:2429 +#: readelf.c:2563 msgid "2's complement, little endian" msgstr "complemento a 2, little endian" -#: readelf.c:2430 +#: readelf.c:2564 msgid "2's complement, big endian" msgstr "complemento a 2, big endian" -#: readelf.c:2457 +#: readelf.c:2591 msgid "Standalone App" msgstr "Aplicación por Sí Sola" -#: readelf.c:2475 +#: readelf.c:2609 msgid "Not an ELF file - it has the wrong magic bytes at the start\n" msgstr "No es un fichero ELF - tiene los bytes mágicos erróneos en el inicio\n" -#: readelf.c:2483 +#: readelf.c:2617 msgid "ELF Header:\n" msgstr "Encabezado ELF:\n" -#: readelf.c:2484 +#: readelf.c:2618 msgid " Magic: " msgstr " Mágico: " -#: readelf.c:2488 +#: readelf.c:2622 #, c-format msgid " Class: %s\n" msgstr " Clase: %s\n" -#: readelf.c:2490 +#: readelf.c:2624 #, c-format msgid " Data: %s\n" msgstr " Datos: %s\n" -#: readelf.c:2492 +#: readelf.c:2626 #, c-format msgid " Version: %d %s\n" msgstr " Versión: %d %s\n" -#: readelf.c:2499 +#: readelf.c:2633 #, c-format msgid " OS/ABI: %s\n" msgstr " OS/ABI: %s\n" -#: readelf.c:2501 +#: readelf.c:2635 #, c-format msgid " ABI Version: %d\n" msgstr " Versión ABI: %d\n" -#: readelf.c:2503 +#: readelf.c:2637 #, c-format msgid " Type: %s\n" msgstr " Tipo: %s\n" -#: readelf.c:2505 +#: readelf.c:2639 #, c-format msgid " Machine: %s\n" msgstr " Máquina: %s\n" -#: readelf.c:2507 +#: readelf.c:2641 #, c-format msgid " Version: 0x%lx\n" msgstr " Versión: 0x%lx\n" -#: readelf.c:2510 +#: readelf.c:2644 msgid " Entry point address: " msgstr " Dirección del punto de entrada: " -#: readelf.c:2512 -msgid "\n Start of program headers: " -msgstr "\n Inicio de encabezados de programa: " +#: readelf.c:2646 +msgid "" +"\n" +" Start of program headers: " +msgstr "" +"\n" +" Inicio de encabezados de programa: " -#: readelf.c:2514 +#: readelf.c:2648 msgid "" " (bytes into file)\n" " Start of section headers: " @@ -2468,179 +2646,217 @@ msgstr "" " (bytes en el fichero)\n" " Inicio de encabezados de sección: " -#: readelf.c:2516 +#: readelf.c:2650 msgid " (bytes into file)\n" msgstr " (bytes en el fichero)\n" -#: readelf.c:2518 +#: readelf.c:2652 #, c-format msgid " Flags: 0x%lx%s\n" msgstr " Opciones: 0x%lx%s\n" -#: readelf.c:2521 +#: readelf.c:2655 #, c-format msgid " Size of this header: %ld (bytes)\n" msgstr " Tamaño de este encabezado: %ld (bytes)\n" -#: readelf.c:2523 +#: readelf.c:2657 #, c-format msgid " Size of program headers: %ld (bytes)\n" msgstr " Tamaño de encabezados de programa: %ld (bytes)\n" -#: readelf.c:2525 +#: readelf.c:2659 #, c-format msgid " Number of program headers: %ld\n" msgstr " Número de encabezados de programa: %ld\n" -#: readelf.c:2527 +#: readelf.c:2661 #, c-format msgid " Size of section headers: %ld (bytes)\n" msgstr " Tamaño de encabezados de sección: %ld (bytes)\n" -#: readelf.c:2529 +#: readelf.c:2663 #, c-format msgid " Number of section headers: %ld" msgstr " Número de encabezados de sección: %ld" -#: readelf.c:2534 +#: readelf.c:2668 #, c-format msgid " Section header string table index: %ld" msgstr " Índice de tabla de cadenas de sección de encabezado: %ld" -#: readelf.c:2568 readelf.c:2604 +#: readelf.c:2702 readelf.c:2738 msgid "program headers" msgstr "encabezados de programa" -#: readelf.c:2638 -msgid "\nThere are no program headers in this file.\n" -msgstr "\nNo hay encabezados de programa en este fichero.\n" +#: readelf.c:2772 +msgid "" +"\n" +"There are no program headers in this file.\n" +msgstr "" +"\n" +"No hay encabezados de programa en este fichero.\n" -#: readelf.c:2644 +#: readelf.c:2778 #, c-format -msgid "\nElf file type is %s\n" -msgstr "\nEl tipo del fichero elf es %s\n" +msgid "" +"\n" +"Elf file type is %s\n" +msgstr "" +"\n" +"El tipo del fichero elf es %s\n" -#: readelf.c:2645 +#: readelf.c:2779 msgid "Entry point " msgstr "Punto de entrada " -#: readelf.c:2647 +#: readelf.c:2781 #, c-format -msgid "\nThere are %d program headers, starting at offset " -msgstr "\nHay %d encabezados de programa, empezando en el desplazamiento " +msgid "" +"\n" +"There are %d program headers, starting at offset " +msgstr "" +"\n" +"Hay %d encabezados de programa, empezando en el desplazamiento " -#: readelf.c:2658 readelf.c:2883 readelf.c:2929 readelf.c:2992 readelf.c:3059 -#: readelf.c:4087 readelf.c:4130 readelf.c:4310 readelf.c:5246 readelf.c:5260 -#: readelf.c:9246 readelf.c:9286 +#: readelf.c:2792 readelf.c:3019 readelf.c:3065 readelf.c:3128 readelf.c:3195 +#: readelf.c:4229 readelf.c:4272 readelf.c:4461 readelf.c:5414 readelf.c:5428 +#: readelf.c:9659 readelf.c:9699 msgid "Out of memory\n" msgstr "Memoria agotada\n" -#: readelf.c:2676 -#, c-format -msgid "\nProgram Header%s:\n" -msgstr "\nEncabezado%s de Programa:\n" +#: readelf.c:2810 readelf.c:2812 +msgid "" +"\n" +"Program Headers:\n" +msgstr "" +"\n" +"Encabezados de Programa:\n" -#: readelf.c:2680 +#: readelf.c:2816 msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr " Tipo Desplaz DirVirt DirFísica TamFich TamMem Opt Alin\n" -#: readelf.c:2683 +#: readelf.c:2819 msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr " Tipo Desplaz DirVirt DirFísica TamFich TamMem Opt Alin\n" -#: readelf.c:2687 +#: readelf.c:2823 msgid " Type Offset VirtAddr PhysAddr\n" msgstr " Tipo Desplazamiento DirVirtual DirFísica\n" -#: readelf.c:2689 +#: readelf.c:2825 msgid " FileSiz MemSiz Flags Align\n" msgstr " TamFichero TamMemoria Opts Alineación\n" -#: readelf.c:2789 +#: readelf.c:2925 msgid "more than one dynamic segment\n" msgstr "más de un segmento dinámico\n" -#: readelf.c:2797 +#: readelf.c:2933 msgid "Unable to find program interpreter name\n" msgstr "No se puede encontrar el nombre del programa intérprete\n" -#: readelf.c:2804 +#: readelf.c:2940 #, c-format -msgid "\n [Requesting program interpreter: %s]" -msgstr "\n [Solicitando el programa intérprete: %s]" +msgid "" +"\n" +" [Requesting program interpreter: %s]" +msgstr "" +"\n" +" [Solicitando el programa intérprete: %s]" -#: readelf.c:2822 -msgid "\n Section to Segment mapping:\n" -msgstr "\n mapeo de Sección a Segmento:\n" +#: readelf.c:2958 +msgid "" +"\n" +" Section to Segment mapping:\n" +msgstr "" +"\n" +" mapeo de Sección a Segmento:\n" -#: readelf.c:2823 +#: readelf.c:2959 msgid " Segment Sections...\n" msgstr " Segmento Secciones...\n" -#: readelf.c:2874 readelf.c:2920 +#: readelf.c:3010 readelf.c:3056 msgid "section headers" msgstr "encabezados de sección" -#: readelf.c:2968 readelf.c:3035 +#: readelf.c:3104 readelf.c:3171 msgid "symbols" msgstr "símbolos" # ¿Cómo se traduce esto? cfuga -#: readelf.c:2979 readelf.c:3046 +#: readelf.c:3115 readelf.c:3182 msgid "symtab shndx" msgstr "symtab shndx" -#: readelf.c:3147 -msgid "\nThere are no sections in this file.\n" -msgstr "\nNo hay secciones en este fichero.\n" +#: readelf.c:3284 +msgid "" +"\n" +"There are no sections in this file.\n" +msgstr "" +"\n" +"No hay secciones en este fichero.\n" -#: readelf.c:3153 +#: readelf.c:3290 #, c-format msgid "There are %d section headers, starting at offset 0x%lx:\n" msgstr "Hay %d encabezados de sección, comenzando en el desplazamiento: 0x%lx:\n" -#: readelf.c:3170 readelf.c:3479 readelf.c:3826 readelf.c:5397 +#: readelf.c:3307 readelf.c:3621 readelf.c:3968 readelf.c:5565 msgid "string table" msgstr "tabla de cadenas" -#: readelf.c:3191 +#: readelf.c:3328 msgid "File contains multiple dynamic symbol tables\n" msgstr "El fichero contiene múltiples tablas dinámicas de símbolos\n" -#: readelf.c:3203 +#: readelf.c:3340 msgid "File contains multiple dynamic string tables\n" msgstr "El fichero contiene múltiples tablas dinámicas de cadenas\n" -#: readelf.c:3209 +#: readelf.c:3346 msgid "dynamic strings" msgstr "cadenas dinámicas" -#: readelf.c:3215 +#: readelf.c:3352 msgid "File contains multiple symtab shndx tables\n" msgstr "El fichero contiene múltiples tablas symtab shndx\n" -#: readelf.c:3250 -#, c-format -msgid "\nSection Header%s:\n" -msgstr "\nEncabezado%s de Sección:\n" +#: readelf.c:3390 +msgid "" +"\n" +"Section Headers:\n" +msgstr "" +"\n" +"Encabezados de Sección:\n" -#: readelf.c:3254 +#: readelf.c:3392 +msgid "" +"\n" +"Section Header:\n" +msgstr "" +"\n" +"Encabezados de Sección:\n" + +#: readelf.c:3396 msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" msgstr " [Nr] Nombre Tipo Direc Desp Tam ES Opt En Inf Al\n" -#: readelf.c:3257 +#: readelf.c:3399 msgid " [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n" msgstr " [Nr] Nombre Tipo Direc Desp Tam ES Opt En Inf Al\n" -#: readelf.c:3260 +#: readelf.c:3402 msgid " [Nr] Name Type Address Offset\n" msgstr " [Nr] Nombre Tipo Dirección Despl\n" -#: readelf.c:3261 +#: readelf.c:3403 msgid " Size EntSize Flags Link Info Align\n" msgstr " Tamaño TamEnt Opts Enl Info Alin\n" -#: readelf.c:3356 +#: readelf.c:3498 msgid "" "Key to Flags:\n" " W (write), A (alloc), X (execute), M (merge), S (strings)\n" @@ -2653,1038 +2869,1241 @@ msgstr "" " O (se requiere procesamiento extra del SO) o (específico del SO)\n" " p (específico del procesador)\n" -#: readelf.c:3417 +#: readelf.c:3559 #, c-format -msgid "\nRelocation section at offset 0x%lx contains %ld bytes:\n" -msgstr "\nLa sección de reubicación en el desplazamiento 0x%lx contiene %ld bytes:\n" +msgid "" +"\n" +"Relocation section at offset 0x%lx contains %ld bytes:\n" +msgstr "" +"\n" +"La sección de reubicación en el desplazamiento 0x%lx contiene %ld bytes:\n" -#: readelf.c:3424 -msgid "\nThere are no dynamic relocations in this file.\n" -msgstr "\nNo hay reubicaciones dinámicas en este fichero.\n" +#: readelf.c:3566 +msgid "" +"\n" +"There are no dynamic relocations in this file.\n" +msgstr "" +"\n" +"No hay reubicaciones dinámicas en este fichero.\n" -#: readelf.c:3451 -msgid "\nRelocation section " -msgstr "\nLa sección de reubicación " +#: readelf.c:3593 +msgid "" +"\n" +"Relocation section " +msgstr "" +"\n" +"La sección de reubicación " -#: readelf.c:3458 readelf.c:3905 +#: readelf.c:3598 readelf.c:4031 readelf.c:4045 +#, c-format +msgid "'%s'" +msgstr "'%s'" + +#: readelf.c:3600 readelf.c:4047 #, c-format msgid " at offset 0x%lx contains %lu entries:\n" msgstr " en el desplazamiento 0x%lx contiene %lu entradas:\n" -#: readelf.c:3496 -msgid "\nThere are no relocations in this file.\n" -msgstr "\nNo hay reubicaciones en este fichero.\n" +#: readelf.c:3638 +msgid "" +"\n" +"There are no relocations in this file.\n" +msgstr "" +"\n" +"No hay reubicaciones en este fichero.\n" -#: readelf.c:3692 +#: readelf.c:3834 msgid "unwind table" msgstr "tabla desenredada" -#: readelf.c:3743 readelf.c:3755 readelf.c:7608 readelf.c:7619 +#: readelf.c:3885 readelf.c:3897 readelf.c:7890 readelf.c:7901 #, c-format msgid "Skipping unexpected symbol type %u\n" msgstr "Saltando el tipo de símbolo %u inesperado\n" -#: readelf.c:3763 +#: readelf.c:3905 #, c-format msgid "Skipping unexpected relocation type %s\n" msgstr "Saltando el tipo de reubicación %s inesperado\n" -#: readelf.c:3808 readelf.c:3833 -msgid "\nThere are no unwind sections in this file.\n" -msgstr "\nNo hay secciones de desenredo en este fichero.\n" - -#: readelf.c:3884 -msgid "\nCould not find unwind info section for " -msgstr "\nNo se puede encontrar la sección de información de desenredo para " +#: readelf.c:3950 readelf.c:3975 +msgid "" +"\n" +"There are no unwind sections in this file.\n" +msgstr "" +"\n" +"No hay secciones de desenredo en este fichero.\n" -#: readelf.c:3896 +#: readelf.c:4026 +msgid "" +"\n" +"Could not find unwind info section for " +msgstr "" +"\n" +"No se puede encontrar la sección de información de desenredo para " + +#: readelf.c:4038 msgid "unwind info" msgstr "información de desenredo" -#: readelf.c:3898 -msgid "\nUnwind section " -msgstr "\nSección de desenredo " +#: readelf.c:4040 +msgid "" +"\n" +"Unwind section " +msgstr "" +"\n" +"Sección de desenredo " -#: readelf.c:4071 readelf.c:4114 +#: readelf.c:4213 readelf.c:4256 msgid "dynamic segment" msgstr "segmento dinámico" -#: readelf.c:4183 -msgid "\nThere is no dynamic segment in this file.\n" -msgstr "\nNo hay segmento dinámico en este fichero.\n" +#: readelf.c:4334 +msgid "" +"\n" +"There is no dynamic segment in this file.\n" +msgstr "" +"\n" +"No hay segmento dinámico en este fichero.\n" -#: readelf.c:4217 +#: readelf.c:4368 msgid "Unable to seek to end of file!" msgstr "¡No se puede alcanzar el final del fichero!" -#: readelf.c:4228 +#: readelf.c:4379 msgid "Unable to determine the number of symbols to load\n" msgstr "No se puede determinar el número de símbolos a cargar\n" -#: readelf.c:4258 +#: readelf.c:4409 msgid "Unable to seek to end of file\n" msgstr "No se puede alcanzar el final del fichero\n" -#: readelf.c:4264 +#: readelf.c:4415 msgid "Unable to determine the length of the dynamic string table\n" msgstr "No se puede determinar la longitud de la tabla dinámica de cadenas\n" -#: readelf.c:4269 +#: readelf.c:4420 msgid "dynamic string table" msgstr "tabla de cadena dinámicas" -#: readelf.c:4303 +#: readelf.c:4454 msgid "symbol information" msgstr "información del símbolo" -#: readelf.c:4327 +#: readelf.c:4478 #, c-format -msgid "\nDynamic segment at offset 0x%x contains %ld entries:\n" -msgstr "\nEl segmento dinámico en el desplazamiento 0x%x contiene %ld entradas:\n" +msgid "" +"\n" +"Dynamic segment at offset 0x%x contains %ld entries:\n" +msgstr "" +"\n" +"El segmento dinámico en el desplazamiento 0x%x contiene %ld entradas:\n" -#: readelf.c:4330 +#: readelf.c:4481 msgid " Tag Type Name/Value\n" msgstr " Marca Tipo Nombre/Valor\n" -#: readelf.c:4366 +#: readelf.c:4517 msgid "Auxiliary library" msgstr "Biblioteca auxiliar" -#: readelf.c:4370 +#: readelf.c:4521 msgid "Filter library" msgstr "Biblioteca de filtro" -#: readelf.c:4374 +#: readelf.c:4525 msgid "Configuration file" msgstr "Fichero de configuración" -#: readelf.c:4378 +#: readelf.c:4529 msgid "Dependency audit library" msgstr "Biblioteca de auditoría de dependencias" -#: readelf.c:4382 +#: readelf.c:4533 msgid "Audit library" msgstr "Biblioteca de auditoría" -#: readelf.c:4400 readelf.c:4426 readelf.c:4452 +#: readelf.c:4551 readelf.c:4577 readelf.c:4603 msgid "Flags:" msgstr "Opciones:" -#: readelf.c:4402 readelf.c:4428 readelf.c:4454 +#: readelf.c:4553 readelf.c:4579 readelf.c:4605 msgid " None\n" msgstr " Ninguna\n" -#: readelf.c:4573 +#: readelf.c:4724 #, c-format msgid "Shared library: [%s]" msgstr "Biblioteca compartida: [%s]" -#: readelf.c:4576 +#: readelf.c:4727 msgid " program interpreter" msgstr " programa intérprete" -#: readelf.c:4580 +#: readelf.c:4731 #, c-format msgid "Library soname: [%s]" msgstr "Nombre-so de la biblioteca: [%s]" -#: readelf.c:4584 +#: readelf.c:4735 #, c-format msgid "Library rpath: [%s]" msgstr "Rpath de la biblioteca: [%s]" -#: readelf.c:4588 +#: readelf.c:4739 #, c-format msgid "Library runpath: [%s]" msgstr "Ruta de ejecución de la biblioteca: [%s]" -#: readelf.c:4649 +#: readelf.c:4802 #, c-format msgid "Not needed object: [%s]\n" msgstr "Objeto innecesario: [%s]\n" -#: readelf.c:4746 +#: readelf.c:4913 #, c-format -msgid "\nVersion definition section '%s' contains %ld entries:\n" -msgstr "\nLa sección de definición de la versión '%s' contiene %ld entradas:\n" +msgid "" +"\n" +"Version definition section '%s' contains %ld entries:\n" +msgstr "" +"\n" +"La sección de definición de la versión '%s' contiene %ld entradas:\n" -#: readelf.c:4749 +#: readelf.c:4916 msgid " Addr: 0x" msgstr " Dir: 0x" -#: readelf.c:4751 readelf.c:4946 +#: readelf.c:4918 readelf.c:5113 #, c-format msgid " Offset: %#08lx Link: %lx (%s)\n" msgstr " Despl: %#08lx Enl: %lx (%s)\n" -#: readelf.c:4758 +#: readelf.c:4925 msgid "version definition section" msgstr "sección de definición de versión" -#: readelf.c:4784 +#: readelf.c:4951 #, c-format msgid " %#06x: Rev: %d Flags: %s" msgstr " %#06x: Rev: %d Opts: %s" -#: readelf.c:4787 +#: readelf.c:4954 #, c-format msgid " Index: %d Cnt: %d " msgstr " Ind: %d Cnt: %d " -#: readelf.c:4798 +#: readelf.c:4965 #, c-format msgid "Name: %s\n" msgstr "Nombre: %s\n" -#: readelf.c:4800 +#: readelf.c:4967 #, c-format msgid "Name index: %ld\n" msgstr "Índice de nombres: %ld\n" -#: readelf.c:4815 +#: readelf.c:4982 #, c-format msgid " %#06x: Parent %d: %s\n" msgstr " %#06x: Padre %d: %s\n" -#: readelf.c:4818 +#: readelf.c:4985 #, c-format msgid " %#06x: Parent %d, name index: %ld\n" msgstr " %#06x: Padre %d, índice de nombres: %ld\n" -#: readelf.c:4837 +#: readelf.c:5004 #, c-format -msgid "\nVersion needs section '%s' contains %ld entries:\n" -msgstr "\nLa sección de requerimientos de versión '%s' contiene %ld entradas:\n" +msgid "" +"\n" +"Version needs section '%s' contains %ld entries:\n" +msgstr "" +"\n" +"La sección de requerimientos de versión '%s' contiene %ld entradas:\n" -#: readelf.c:4840 +#: readelf.c:5007 msgid " Addr: 0x" msgstr " Dir: 0x" -#: readelf.c:4842 +#: readelf.c:5009 #, c-format msgid " Offset: %#08lx Link to section: %ld (%s)\n" msgstr " Despl: %#08lx Enlace a sección: %ld (%s)\n" -#: readelf.c:4848 +#: readelf.c:5015 msgid "version need section" msgstr "sección de versiones necesarias" -#: readelf.c:4870 +#: readelf.c:5037 #, c-format msgid " %#06x: Version: %d" msgstr " %#06x: Versión: %d" -#: readelf.c:4873 +#: readelf.c:5040 #, c-format msgid " File: %s" msgstr " Fichero: %s" -#: readelf.c:4875 +#: readelf.c:5042 #, c-format msgid " File: %lx" msgstr " Fichero: %lx" -#: readelf.c:4877 +#: readelf.c:5044 #, c-format msgid " Cnt: %d\n" msgstr " Cnt: %d\n" -#: readelf.c:4895 +#: readelf.c:5062 #, c-format msgid " %#06x: Name: %s" msgstr " %#06x: Nombre: %s" -#: readelf.c:4898 +#: readelf.c:5065 #, c-format msgid " %#06x: Name index: %lx" msgstr " %#06x: Índice de nombres: %lx" -#: readelf.c:4901 +#: readelf.c:5068 #, c-format msgid " Flags: %s Version: %d\n" msgstr " Opts: %s Versión: %d\n" -#: readelf.c:4937 +#: readelf.c:5104 msgid "version string table" msgstr "versión de tabla de cadenas" -#: readelf.c:4941 +#: readelf.c:5108 #, c-format -msgid "\nVersion symbols section '%s' contains %d entries:\n" -msgstr "\nLa sección de símbolos de versión '%s' contiene %d entradas:\n" +msgid "" +"\n" +"Version symbols section '%s' contains %d entries:\n" +msgstr "" +"\n" +"La sección de símbolos de versión '%s' contiene %d entradas:\n" -#: readelf.c:4944 +#: readelf.c:5111 msgid " Addr: " msgstr " Dir: " -#: readelf.c:4954 +#: readelf.c:5121 msgid "version symbol data" msgstr "datos de símbolos de versión" -#: readelf.c:4981 +#: readelf.c:5148 msgid " 0 (*local*) " msgstr " 0 (*local*) " -#: readelf.c:4985 +#: readelf.c:5152 msgid " 1 (*global*) " msgstr " 1 (*global*) " -#: readelf.c:5020 readelf.c:5454 +#: readelf.c:5187 readelf.c:5622 msgid "version need" msgstr "la versión necesita" -#: readelf.c:5030 +#: readelf.c:5197 msgid "version need aux (2)" msgstr "la versión necesita aux (2)" -#: readelf.c:5071 readelf.c:5516 +#: readelf.c:5238 readelf.c:5684 msgid "version def" msgstr "versión definida" -#: readelf.c:5090 readelf.c:5531 +#: readelf.c:5257 readelf.c:5699 msgid "version def aux" msgstr "versión definida auxiliar" -#: readelf.c:5121 -msgid "\nNo version information found in this file.\n" -msgstr "\nNo se encontró información de versión en este fichero.\n" - -#: readelf.c:5139 readelf.c:5174 -#, c-format -msgid ": %d" -msgstr " %d:" - -#: readelf.c:5141 readelf.c:5186 -#, c-format -msgid ": %d" -msgstr ": %d" - -#: readelf.c:5143 readelf.c:5189 -#, c-format -msgid ": %d" -msgstr ": %d" +#: readelf.c:5288 +msgid "" +"\n" +"No version information found in this file.\n" +msgstr "" +"\n" +"No se encontró información de versión en este fichero.\n" -#: readelf.c:5252 +#: readelf.c:5420 msgid "Unable to read in dynamic data\n" msgstr "No se pueden leer los datos dinámicos\n" -#: readelf.c:5294 +#: readelf.c:5462 msgid "Unable to seek to start of dynamic information" msgstr "No se puede encontrar el inicio de la información dinámica" -#: readelf.c:5300 +#: readelf.c:5468 msgid "Failed to read in number of buckets\n" msgstr "Falló la lectura en el número de cubos\n" -#: readelf.c:5306 +#: readelf.c:5474 msgid "Failed to read in number of chains\n" msgstr "Falló la lectura en el número de cadenas\n" -#: readelf.c:5326 -msgid "\nSymbol table for image:\n" -msgstr "\nTabla de símbolos por imagen:\n" +#: readelf.c:5494 +msgid "" +"\n" +"Symbol table for image:\n" +msgstr "" +"\n" +"Tabla de símbolos por imagen:\n" -#: readelf.c:5328 +#: readelf.c:5496 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr " Num Cub: Valor Tamaño Tipo Uni Vis Nombre Ind\n" -#: readelf.c:5330 +#: readelf.c:5498 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr " Num Cub: Valor Tamaño Typo Uni Vis Nombre Ind\n" -#: readelf.c:5375 +#: readelf.c:5543 #, c-format -msgid "\nSymbol table '%s' contains %lu entries:\n" -msgstr "\nLa tabla de símbolos '%s' contiene %lu entradas:\n" +msgid "" +"\n" +"Symbol table '%s' contains %lu entries:\n" +msgstr "" +"\n" +"La tabla de símbolos '%s' contiene %lu entradas:\n" -#: readelf.c:5379 +#: readelf.c:5547 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr " Num: Valor Tam Tipo Unión Vis Nombre Ind\n" -#: readelf.c:5381 +#: readelf.c:5549 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr " Num: Valor Tam Tipo Unión Vis Nombre Ind\n" -#: readelf.c:5427 +#: readelf.c:5595 msgid "version data" msgstr "datos de versión" -#: readelf.c:5467 +#: readelf.c:5635 msgid "version need aux (3)" msgstr "la versión necesita aux (3)" -#: readelf.c:5492 +#: readelf.c:5660 msgid "bad dynamic symbol" msgstr "símbolo dinámico erróneo" -#: readelf.c:5554 -msgid "\nDynamic symbol information is not available for displaying symbols.\n" -msgstr "\nLa información de símbolos dinámicos no está disponible para mostrar los símbolos.\n" +#: readelf.c:5722 +msgid "" +"\n" +"Dynamic symbol information is not available for displaying symbols.\n" +msgstr "" +"\n" +"La información de símbolos dinámicos no está disponible para mostrar los símbolos.\n" -#: readelf.c:5566 +#: readelf.c:5734 #, c-format -msgid "\nHistogram for bucket list length (total of %d buckets):\n" -msgstr "\nHistograma para la longitud de lista de cubos (total de %d cubos):\n" +msgid "" +"\n" +"Histogram for bucket list length (total of %d buckets):\n" +msgstr "" +"\n" +"Histograma para la longitud de lista de cubos (total de %d cubos):\n" -#: readelf.c:5568 +#: readelf.c:5736 #, c-format msgid " Length Number %% of total Coverage\n" msgstr " Long Número %% del total Cobertura\n" -#: readelf.c:5573 readelf.c:5592 readelf.c:8825 readelf.c:9017 +#: readelf.c:5741 readelf.c:5760 readelf.c:9146 readelf.c:9338 msgid "Out of memory" msgstr "Memoria agotada" -#: readelf.c:5641 +#: readelf.c:5809 #, c-format -msgid "\nDynamic info segment at offset 0x%lx contains %d entries:\n" -msgstr "\nEl segmento de información dinámica en el desplazamiento 0x%lx contiene %d entradas:\n" +msgid "" +"\n" +"Dynamic info segment at offset 0x%lx contains %d entries:\n" +msgstr "" +"\n" +"El segmento de información dinámica en el desplazamiento 0x%lx contiene %d entradas:\n" -#: readelf.c:5644 +#: readelf.c:5812 msgid " Num: Name BoundTo Flags\n" msgstr " Num: Nombre EnlaceA Opts\n" -#: readelf.c:5696 +#: readelf.c:5864 #, c-format -msgid "\nAssembly dump of section %s\n" -msgstr "\nVolcado ensamblador de la sección %s\n" +msgid "" +"\n" +"Assembly dump of section %s\n" +msgstr "" +"\n" +"Volcado ensamblador de la sección %s\n" -#: readelf.c:5719 +#: readelf.c:5887 #, c-format -msgid "\nSection '%s' has no data to dump.\n" -msgstr "\nLa sección '%s' no tiene datos para volcar.\n" +msgid "" +"\n" +"Section '%s' has no data to dump.\n" +msgstr "" +"\n" +"La sección '%s' no tiene datos para volcar.\n" -#: readelf.c:5724 +#: readelf.c:5892 #, c-format -msgid "\nHex dump of section '%s':\n" -msgstr "\nVolcado hexadecimal de la sección '%s':\n" +msgid "" +"\n" +"Hex dump of section '%s':\n" +msgstr "" +"\n" +"Volcado hexadecimal de la sección '%s':\n" -#: readelf.c:5729 +#: readelf.c:5897 msgid "section data" msgstr "datos de sección" -#: readelf.c:5878 +#: readelf.c:6046 msgid "badly formed extended line op encountered!\n" msgstr "¡se encontró un operador extendido de línea mal formado!\n" -#: readelf.c:5885 +#: readelf.c:6053 #, c-format msgid " Extended opcode %d: " msgstr " Código de operación extendido %d: " -#: readelf.c:5890 -msgid "End of Sequence\n\n" -msgstr "Fin de la Secuencia\n\n" +#: readelf.c:6058 +msgid "" +"End of Sequence\n" +"\n" +msgstr "" +"Fin de la Secuencia\n" +"\n" -#: readelf.c:5896 +#: readelf.c:6064 #, c-format msgid "set Address to 0x%lx\n" msgstr "establecer la Dirección a 0x%lx\n" -#: readelf.c:5901 +#: readelf.c:6069 msgid " define new File Table entry\n" msgstr " definir la nueva entrada en la Tabla de Ficheros\n" -#: readelf.c:5902 readelf.c:6031 +#: readelf.c:6070 readelf.c:6199 msgid " Entry\tDir\tTime\tSize\tName\n" msgstr " Entr\tDir\tHora\tTam\tNombre\n" -#: readelf.c:5904 +#: readelf.c:6072 #, c-format msgid " %d\t" msgstr " %d\t" -#: readelf.c:5907 readelf.c:5909 readelf.c:5911 readelf.c:6043 readelf.c:6045 -#: readelf.c:6047 +#: readelf.c:6075 readelf.c:6077 readelf.c:6079 readelf.c:6211 readelf.c:6213 +#: readelf.c:6215 #, c-format msgid "%lu\t" msgstr "%lu\t" -#: readelf.c:5912 +#: readelf.c:6080 #, c-format -msgid "%s\n\n" -msgstr "%s\n\n" +msgid "" +"%s\n" +"\n" +msgstr "" +"%s\n" +"\n" -#: readelf.c:5916 +#: readelf.c:6084 #, c-format msgid "UNKNOWN: length %d\n" msgstr "UNKNOWN: longitud %d\n" -#: readelf.c:5942 +#: readelf.c:6110 #, c-format -msgid "\nDump of debug contents of section %s:\n\n" -msgstr "\nVolcado del contenido de depuración de la sección %s:\n\n" +msgid "" +"\n" +"Dump of debug contents of section %s:\n" +"\n" +msgstr "" +"\n" +"Volcado del contenido de depuración de la sección %s:\n" +"\n" -#: readelf.c:5954 +#: readelf.c:6122 msgid "64-bit DWARF line info is not supported yet.\n" msgstr "La información de línea de DWARF 64-bit aún no tiene soporte.\n" -#: readelf.c:5961 +#: readelf.c:6129 msgid "The line info appears to be corrupt - the section is too small\n" msgstr "La información de línea parece estar corrupta - esta sección es demasiado pequeña\n" -#: readelf.c:5969 +#: readelf.c:6137 msgid "Only DWARF version 2 line info is currently supported.\n" msgstr "Solamente la información de línea de DWARF versión 2 tiene soporte.\n" -#: readelf.c:5984 +#: readelf.c:6152 #, c-format msgid " Length: %ld\n" msgstr " Longitud: %ld\n" -#: readelf.c:5985 +#: readelf.c:6153 #, c-format msgid " DWARF Version: %d\n" msgstr " Versión DWARF: %d\n" -#: readelf.c:5986 +#: readelf.c:6154 #, c-format msgid " Prologue Length: %d\n" msgstr " Longitud del Prólogo: %d\n" -#: readelf.c:5987 +#: readelf.c:6155 #, c-format msgid " Minimum Instruction Length: %d\n" msgstr " Longitud Mínima Instrucción: %d\n" -#: readelf.c:5988 +#: readelf.c:6156 #, c-format msgid " Initial value of 'is_stmt': %d\n" msgstr " Valor inicial de 'is_stmt': %d\n" -#: readelf.c:5989 +#: readelf.c:6157 #, c-format msgid " Line Base: %d\n" msgstr " Base Línea: %d\n" -#: readelf.c:5990 +#: readelf.c:6158 #, c-format msgid " Line Range: %d\n" msgstr " Rango Lìnea: %d\n" -#: readelf.c:5991 +#: readelf.c:6159 #, c-format msgid " Opcode Base: %d\n" msgstr " Base de Código de Operación: %d\n" -#: readelf.c:6000 -msgid "\n Opcodes:\n" -msgstr "\n Códigos de operación:\n" +#: readelf.c:6168 +msgid "" +"\n" +" Opcodes:\n" +msgstr "" +"\n" +" Códigos de operación:\n" -#: readelf.c:6003 +#: readelf.c:6171 #, c-format msgid " Opcode %d has %d args\n" msgstr " El código de operación %d tiene %d argumentos\n" -#: readelf.c:6009 -msgid "\n The Directory Table is empty.\n" -msgstr "\n La Tabla de Directorios está vacía.\n" - -#: readelf.c:6012 -msgid "\n The Directory Table:\n" -msgstr "\n La Tabla de Directorios:\n" +#: readelf.c:6177 +msgid "" +"\n" +" The Directory Table is empty.\n" +msgstr "" +"\n" +" La Tabla de Directorios está vacía.\n" + +#: readelf.c:6180 +msgid "" +"\n" +" The Directory Table:\n" +msgstr "" +"\n" +" La Tabla de Directorios:\n" -#: readelf.c:6016 +#: readelf.c:6184 #, c-format msgid " %s\n" msgstr " %s\n" -#: readelf.c:6027 -msgid "\n The File Name Table is empty.\n" -msgstr "\n La Tabla de Nombres de Fichero está vacía.\n" - -#: readelf.c:6030 -msgid "\n The File Name Table:\n" -msgstr "\n La Tabla de Nombres de Fichero:\n" +#: readelf.c:6195 +msgid "" +"\n" +" The File Name Table is empty.\n" +msgstr "" +"\n" +" La Tabla de Nombres de Fichero está vacía.\n" -#: readelf.c:6038 +#: readelf.c:6198 +msgid "" +"\n" +" The File Name Table:\n" +msgstr "" +"\n" +" La Tabla de Nombres de Fichero:\n" + +#: readelf.c:6206 #, c-format msgid " %d\t" msgstr " %d\t" -#: readelf.c:6049 +#: readelf.c:6217 #, c-format msgid "%s\n" msgstr "%s\n" #. Now display the statements. -#: readelf.c:6057 -msgid "\n Line Number Statements:\n" -msgstr "\n Declaraciones de Número de Línea:\n" +#: readelf.c:6225 +msgid "" +"\n" +" Line Number Statements:\n" +msgstr "" +"\n" +" Declaraciones de Número de Línea:\n" -#: readelf.c:6073 +#: readelf.c:6241 #, c-format msgid " Special opcode %d: advance Address by %d to 0x%lx" msgstr " código de Operación especial %d: Dirección de avance por %d a 0x%lx" -#: readelf.c:6077 +#: readelf.c:6245 #, c-format msgid " and Line by %d to %d\n" msgstr " y Línea por %d a %d\n" -#: readelf.c:6088 +#: readelf.c:6256 msgid " Copy\n" msgstr " Copiar\n" -#: readelf.c:6095 +#: readelf.c:6263 #, c-format msgid " Advance PC by %d to %lx\n" msgstr " Avanzar el PC por %d para %lx\n" -#: readelf.c:6103 +#: readelf.c:6271 #, c-format msgid " Advance Line by %d to %d\n" msgstr " Línea de Avance por %d para %d\n" -#: readelf.c:6110 +#: readelf.c:6278 #, c-format msgid " Set File Name to entry %d in the File Name Table\n" msgstr " Establecer el Nombre de Fichero para la entrada %d en la Tabla de Nombres de Fichero\n" -#: readelf.c:6118 +#: readelf.c:6286 #, c-format msgid " Set column to %d\n" msgstr " Establecer la columna a %d\n" -#: readelf.c:6125 +#: readelf.c:6293 #, c-format msgid " Set is_stmt to %d\n" msgstr " Establecer is_stmt a %d\n" -#: readelf.c:6130 +#: readelf.c:6298 msgid " Set basic block\n" msgstr " Establecer el bloque básico\n" -#: readelf.c:6138 +#: readelf.c:6306 #, c-format msgid " Advance PC by constant %d to 0x%lx\n" msgstr " Avanzar el PC por la constante %d a 0x%lx\n" -#: readelf.c:6146 +#: readelf.c:6314 #, c-format msgid " Advance PC by fixed size amount %d to 0x%lx\n" msgstr " Avanzar el PC por la cantidad de tamaño fijo %d a 0x%lx\n" -#: readelf.c:6151 +#: readelf.c:6319 msgid " Set prologue_end to true\n" msgstr " Establecer prologue_end a true\n" -#: readelf.c:6155 +#: readelf.c:6323 msgid " Set epilogue_begin to true\n" msgstr " Establecer epilogue_begin a true\n" -#: readelf.c:6161 +#: readelf.c:6329 #, c-format msgid " Set ISA to %d\n" msgstr " Establecer ISA a %d\n" -#: readelf.c:6165 +#: readelf.c:6333 #, c-format msgid " Unknown opcode %d with operands: " msgstr " Código de operación desconocido %d con los operandos: " -#: readelf.c:6197 readelf.c:6658 readelf.c:6730 +#: readelf.c:6365 readelf.c:6827 readelf.c:6899 #, c-format -msgid "Contents of the %s section:\n\n" -msgstr "Contenido de la sección %s:\n\n" +msgid "" +"Contents of the %s section:\n" +"\n" +msgstr "" +"Contenido de la sección %s:\n" +"\n" -#: readelf.c:6216 +#: readelf.c:6384 msgid "64-bit DWARF pubnames are not supported yet.\n" msgstr "Los nombres públicos DWARF de 64-bit no tienen soporte aún.\n" -#: readelf.c:6226 +#: readelf.c:6394 msgid "Only DWARF 2 pubnames are currently supported\n" msgstr "Actualmente sólo tienen soporte los nombres públicos DWARF2\n" -#: readelf.c:6233 +#: readelf.c:6401 #, c-format msgid " Length: %ld\n" msgstr " Longitud: %ld\n" -#: readelf.c:6235 +#: readelf.c:6403 #, c-format msgid " Version: %d\n" msgstr " Versión: %d\n" -#: readelf.c:6237 +#: readelf.c:6405 #, c-format msgid " Offset into .debug_info section: %ld\n" msgstr " Desplazamiento en sección .debug_info: %ld\n" -#: readelf.c:6239 +#: readelf.c:6407 #, c-format msgid " Size of area in .debug_info section: %ld\n" msgstr " Tamaño de área en sección .debug_info: %ld\n" -#: readelf.c:6242 -msgid "\n Offset\tName\n" -msgstr "\n Desplazamiento\tNombre\n" +#: readelf.c:6410 +msgid "" +"\n" +" Offset\tName\n" +msgstr "" +"\n" +" Desplazamiento\tNombre\n" -#: readelf.c:6333 +#: readelf.c:6501 #, c-format msgid "Unknown TAG value: %lx" msgstr "Valor TAG desconocido: %lx" -#: readelf.c:6443 +#: readelf.c:6612 #, c-format msgid "Unknown AT value: %lx" msgstr "Valor AT desconocido: %lx" -#: readelf.c:6480 +#: readelf.c:6649 #, c-format msgid "Unknown FORM value: %lx" msgstr "Valor FORM desconocido: %lx" -#: readelf.c:6679 +#: readelf.c:6848 #, c-format msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n" msgstr " DW_MACINFO_start_file - numlinea: %d numfichero: %d\n" -#: readelf.c:6684 +#: readelf.c:6853 msgid " DW_MACINFO_end_file\n" msgstr " DW_MACINFO_end_file\n" -#: readelf.c:6692 +#: readelf.c:6861 #, c-format msgid " DW_MACINFO_define - lineno : %d macro : %s\n" msgstr " DW_MACINFO_define - numlinea : %d macro : %s\n" -#: readelf.c:6700 +#: readelf.c:6869 #, c-format msgid " DW_MACINFO_undef - lineno : %d macro : %s\n" msgstr " DW_MACINFO_undef - numlinea : %d macro : %s\n" -#: readelf.c:6711 +#: readelf.c:6880 #, c-format msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n" msgstr " DW_MACINFO_vendor_ext - constante : %d cadena : %s\n" -#: readelf.c:6739 +#: readelf.c:6908 msgid " Number TAG\n" msgstr " Número TAG\n" -#: readelf.c:6745 +#: readelf.c:6914 #, c-format msgid " %ld %s [%s]\n" msgstr " %ld %s [%s]\n" -#: readelf.c:6748 +#: readelf.c:6917 msgid "has children" msgstr "tiene hijos" -#: readelf.c:6748 +#: readelf.c:6917 msgid "no children" msgstr "sin hijos" -#: readelf.c:6752 +#: readelf.c:6921 #, c-format msgid " %-18s %s\n" msgstr " %-18s %s\n" -#: readelf.c:6773 +#: readelf.c:6942 #, c-format msgid " %lu byte block: " msgstr " bloque de bytes %lu: " -#: readelf.c:7096 +#: readelf.c:7265 msgid "(User defined location op)" msgstr "(Operador de ubicación definido por el usuario)" -#: readelf.c:7098 +#: readelf.c:7267 msgid "(Unknown location op)" msgstr "(Operador de ubicación desconocido)" -#: readelf.c:7137 +#: readelf.c:7305 +msgid "debug_loc section data" +msgstr "sección de datos debug_loc" + +#: readelf.c:7336 +msgid "" +"\n" +"The .debug_loc section is empty.\n" +msgstr "" +"\n" +"La sección .debug_loc está vacía.\n" + +#: readelf.c:7339 +msgid "" +"Contents of the .debug_loc section:\n" +"\n" +msgstr "" +"Contenido de la sección .debug_loc:\n" +"\n" + +#: readelf.c:7340 +msgid "" +"\n" +" Offset Begin End Expression\n" +msgstr "" +"\n" +" Desplaz Inicio Fin Expresión\n" + +#: readelf.c:7412 msgid "debug_str section data" msgstr "sección de datos debug_str" -#: readelf.c:7156 +#: readelf.c:7431 msgid "" msgstr "" -#: readelf.c:7159 +#: readelf.c:7434 msgid "" msgstr "" -#: readelf.c:7179 -msgid "\nThe .debug_str section is empty.\n" -msgstr "\nLa sección .debug_str está vacía.\n" - -#: readelf.c:7183 -msgid "Contents of the .debug_str section:\n\n" -msgstr "Contenido de la sección .debug_str:\n\n" +#: readelf.c:7454 +msgid "" +"\n" +"The .debug_str section is empty.\n" +msgstr "" +"\n" +"La sección .debug_str está vacía.\n" + +#: readelf.c:7458 +msgid "" +"Contents of the .debug_str section:\n" +"\n" +msgstr "" +"Contenido de la sección .debug_str:\n" +"\n" -#: readelf.c:7354 +#: readelf.c:7629 #, c-format msgid " (indirect string, offset: 0x%lx): " msgstr " (cadena indirecta, desplazamiento 0x%lx): " -#: readelf.c:7363 +#: readelf.c:7638 #, c-format -msgid "Unrecognised form: %d\n" +msgid "Unrecognized form: %d\n" msgstr "Form no reconocido: %d\n" -#: readelf.c:7376 +#: readelf.c:7651 msgid "(not inlined)" msgstr "(no es inlined)" -#: readelf.c:7377 +#: readelf.c:7652 msgid "(inlined)" msgstr "(inlined)" -#: readelf.c:7378 +#: readelf.c:7653 msgid "(declared as inline but ignored)" msgstr "(declarado como inline pero ignorado)" -#: readelf.c:7379 +#: readelf.c:7654 msgid "(declared as inline and inlined)" msgstr "(declarado como inline y es inline)" -#: readelf.c:7380 +#: readelf.c:7655 #, c-format msgid " (Unknown inline attribute value: %lx)" msgstr " (Valor desconocido de atributo inline: %lx)" -#: readelf.c:7545 readelf.c:7746 +#: readelf.c:7826 readelf.c:8029 #, c-format -msgid "The section %s contains:\n\n" -msgstr "La sección %s contiene:\n\n" +msgid "" +"The section %s contains:\n" +"\n" +msgstr "" +"La sección %s contiene:\n" +"\n" -#: readelf.c:7568 +#: readelf.c:7850 msgid "64-bit DWARF debug info is not supported yet.\n" msgstr "La información de depuración DWARF 64-bit aún no tiene soporte.\n" -#: readelf.c:7637 +#: readelf.c:7919 #, c-format msgid " Compilation Unit @ %lx:\n" msgstr " Unidad de Compilación @ %lx:\n" -#: readelf.c:7638 +#: readelf.c:7920 #, c-format msgid " Length: %ld\n" msgstr " Longitud: %ld\n" -#: readelf.c:7639 +#: readelf.c:7921 #, c-format msgid " Version: %d\n" msgstr " Versión: %d\n" -#: readelf.c:7640 +#: readelf.c:7922 #, c-format msgid " Abbrev Offset: %ld\n" msgstr " Desplaz Abrev: %ld\n" -#: readelf.c:7641 +#: readelf.c:7923 #, c-format msgid " Pointer Size: %d\n" msgstr " Tamaño de Apuntador: %d\n" -#: readelf.c:7645 +#: readelf.c:7927 msgid "Only version 2 DWARF debug information is currently supported.\n" msgstr "Sólo la información de depuración DWARF versión 2 tiene soporte actualmente.\n" -#: readelf.c:7666 +#: readelf.c:7948 msgid "Unable to locate .debug_abbrev section!\n" msgstr "¡No se puede localizar la sección .debug_abbrev!\n" -#: readelf.c:7672 +#: readelf.c:7954 msgid "debug_abbrev section data" msgstr "sección de datos debug_abbrev" -#: readelf.c:7709 +#: readelf.c:7991 #, c-format msgid "Unable to locate entry %lu in the abbreviation table\n" msgstr "No se puede localizar la entrada %lu en la tabla de abreviaciones\n" -#: readelf.c:7714 +#: readelf.c:7996 #, c-format msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n" msgstr " <%d><%lx>: Número de Abrev: %lu (%s)\n" -#: readelf.c:7767 +#: readelf.c:8050 msgid "64-bit DWARF aranges are not supported yet.\n" msgstr "Los rangos-a de DWARF 64-bit aún no tienen soporte.\n" -#: readelf.c:7773 +#: readelf.c:8056 msgid "Only DWARF 2 aranges are currently supported.\n" msgstr "Sólo los rangos-a de DWARF2 tienen soporte actualmente.\n" -#: readelf.c:7777 +#: readelf.c:8060 #, c-format msgid " Length: %ld\n" msgstr " Longitud: %ld\n" -#: readelf.c:7778 +#: readelf.c:8061 #, c-format msgid " Version: %d\n" msgstr " Versión: %d\n" -#: readelf.c:7779 +#: readelf.c:8062 #, c-format msgid " Offset into .debug_info: %lx\n" msgstr " Desplaz. en .debug_info: %lx\n" -#: readelf.c:7780 +#: readelf.c:8063 #, c-format msgid " Pointer Size: %d\n" msgstr " Tamaño del Apuntador: %d\n" -#: readelf.c:7781 +#: readelf.c:8064 #, c-format msgid " Segment Size: %d\n" msgstr " Tamaño del Segmento: %d\n" -#: readelf.c:7783 -msgid "\n Address Length\n" -msgstr "\n Longitud de la Dirección\n" +#: readelf.c:8066 +msgid "" +"\n" +" Address Length\n" +msgstr "" +"\n" +" Longitud de la Dirección\n" -#: readelf.c:7965 +#: readelf.c:8248 #, c-format msgid "The section %s contains:\n" msgstr "La sección %s contiene:\n" -#: readelf.c:7988 +#: readelf.c:8271 msgid "64-bit DWARF format frames are not supported yet.\n" msgstr "Los marcos de formato de DWARF 64-bit aú no tienen soporte.\n" -#: readelf.c:8499 +#: readelf.c:8820 #, c-format msgid "Displaying the debug contents of section %s is not yet supported.\n" msgstr "Aún no tiene soporte el mostrar el contenido de depuración de la sección %s.\n" -#: readelf.c:8565 +#: readelf.c:8886 #, c-format -msgid "\nSection '%s' has no debugging data.\n" -msgstr "\nLa sección '%s' no tiene datos de depuración.\n" +msgid "" +"\n" +"Section '%s' has no debugging data.\n" +msgstr "" +"\n" +"La sección '%s' no tiene datos de depuración.\n" -#: readelf.c:8570 readelf.c:8632 +#: readelf.c:8891 readelf.c:8953 msgid "debug section data" msgstr "sección de datos de depuración" -#: readelf.c:8586 +#: readelf.c:8907 #, c-format -msgid "Unrecognised debug section: %s\n" +msgid "Unrecognized debug section: %s\n" msgstr "Sección de depuración no reconocida: %s\n" -#: readelf.c:8660 +#: readelf.c:8981 msgid "Some sections were not dumped because they do not exist!\n" msgstr "¡Algunas secciones no se volcaron porque no existen!\n" -#: readelf.c:8733 +#: readelf.c:9054 readelf.c:9418 msgid "liblist" msgstr "lista de bibliotecas" -#: readelf.c:8818 +#: readelf.c:9139 msgid "options" msgstr "opciones" -#: readelf.c:8849 +#: readelf.c:9170 #, c-format -msgid "\nSection '%s' contains %d entries:\n" -msgstr "\nLa sección '%s' contiene %d entradas:\n" +msgid "" +"\n" +"Section '%s' contains %d entries:\n" +msgstr "" +"\n" +"La sección '%s' contiene %d entradas:\n" -#: readelf.c:9010 -msgid "conflict list with without table" -msgstr "lista de conflictos con sin tabla" +#: readelf.c:9331 +msgid "conflict list found without a dynamic symbol table" +msgstr "se encontró una lista de conflictos sin una tabla de símbolos dinámicos" -#: readelf.c:9028 readelf.c:9044 +#: readelf.c:9349 readelf.c:9365 msgid "conflict" msgstr "tiene conflictos con" -#: readelf.c:9054 +#: readelf.c:9375 #, c-format -msgid "\nSection '.conflict' contains %ld entries:\n" -msgstr "\nLa sección '.conflict' contiene %ld entradas:\n" +msgid "" +"\n" +"Section '.conflict' contains %ld entries:\n" +msgstr "" +"\n" +"La sección '.conflict' contiene %ld entradas:\n" -#: readelf.c:9056 +#: readelf.c:9377 msgid " Num: Index Value Name" msgstr " Num: Índice Valor Nombre" -#: readelf.c:9083 +#: readelf.c:9426 +msgid "liblist string table" +msgstr "tabla de cadenas liblist" + +#: readelf.c:9435 +#, c-format +msgid "" +"\n" +"Library list section '%s' contains %lu entries:\n" +msgstr "" +"\n" +"La sección de lista de bibliotecas '%s' contiene %lu entradas:\n" + +#: readelf.c:9484 msgid "NT_PRSTATUS (prstatus structure)" msgstr "NT_PRSTATUS (estructura prstatus)" -#: readelf.c:9084 +#: readelf.c:9485 msgid "NT_FPREGSET (floating point registers)" msgstr "NT_FPREGSET (registros de coma flotante)" -#: readelf.c:9085 +#: readelf.c:9486 msgid "NT_PRPSINFO (prpsinfo structure)" msgstr "NT_PRPSINFO (estructura prpsinfo)" -#: readelf.c:9086 +#: readelf.c:9487 msgid "NT_TASKSTRUCT (task structure)" msgstr "NT_TASKSTRUCT (estructura task)" -#: readelf.c:9087 +#: readelf.c:9488 msgid "NT_PRXFPREG (user_xfpregs structure)" msgstr "NT_PRXFPREG (estructura user_xfpregs)" -#: readelf.c:9088 +#: readelf.c:9489 msgid "NT_PSTATUS (pstatus structure)" msgstr "NT_PSTATUS (estructura pstatus)" -#: readelf.c:9089 +#: readelf.c:9490 msgid "NT_FPREGS (floating point registers)" msgstr "NT_FPREGS (registros de coma flotante)" -#: readelf.c:9090 +#: readelf.c:9491 msgid "NT_PSINFO (psinfo structure)" msgstr "NT_PSINFO (estructura psinfo)" -#: readelf.c:9091 +#: readelf.c:9492 msgid "NT_LWPSTATUS (lwpstatus_t structure)" msgstr "NT_LWPSTATUS (estructura lwpstatus_t)" -#: readelf.c:9092 +#: readelf.c:9493 msgid "NT_LWPSINFO (lwpsinfo_t structure)" msgstr "NT_LWPSINFO (estructura lwpsinfo_t)" -#: readelf.c:9093 -msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)" +#: readelf.c:9494 +msgid "NT_WIN32PSTATUS (win32_pstatus structure)" msgstr "NT_WIN32PSTATUS (estructura win32_pstatus)" -#: readelf.c:9095 readelf.c:9119 +#: readelf.c:9496 readelf.c:9520 #, c-format msgid "Unknown note type: (0x%08x)" msgstr "Tipo de nota desconocido: (0x%08x)" #. NetBSD core "procinfo" structure. -#: readelf.c:9109 +#: readelf.c:9510 msgid "NetBSD procinfo structure" msgstr "estructura procinfo de NetBSD" -#: readelf.c:9136 readelf.c:9150 +#: readelf.c:9537 readelf.c:9551 msgid "PT_GETREGS (reg structure)" msgstr "PT_GETREGS (estructura reg)" -#: readelf.c:9138 readelf.c:9152 +#: readelf.c:9539 readelf.c:9553 msgid "PT_GETFPREGS (fpreg structure)" msgstr "PT_GETFPREGS (estructura fpreg)" -#: readelf.c:9158 +#: readelf.c:9559 #, c-format msgid "PT_FIRSTMACH+%d" msgstr "PT_FIRSTMACH+%d" -#: readelf.c:9212 +#: readelf.c:9613 msgid "notes" msgstr "notas" -#: readelf.c:9218 +#: readelf.c:9619 #, c-format -msgid "\nNotes at offset 0x%08lx with length 0x%08lx:\n" -msgstr "\nNotas en el desplazamiento 0x%08lx con longitud 0x%08lx:\n" +msgid "" +"\n" +"Notes at offset 0x%08lx with length 0x%08lx:\n" +msgstr "" +"\n" +"Notas en el desplazamiento 0x%08lx con longitud 0x%08lx:\n" -#: readelf.c:9220 +#: readelf.c:9621 msgid " Owner\t\tData size\tDescription\n" msgstr " Prop\t\tTamaño datos\tDescripción\n" -#: readelf.c:9331 +#: readelf.c:9640 +#, c-format +msgid "corrupt note found at offset %x into core notes\n" +msgstr "se encontró una nota corrupta en el desplazamiento %x en las notas de núcleo\n" + +#: readelf.c:9642 +#, c-format +msgid " type: %x, namesize: %08lx, descsize: %08lx\n" +msgstr " tipo: %x, tamañonombre: %08lx, tamañodesc: %08lx\n" + +#: readelf.c:9744 msgid "No note segments present in the core file.\n" msgstr "No hay segmentos de notas presentes el el fichero core.\n" -#: readelf.c:9409 +#: readelf.c:9822 msgid "" "This instance of readelf has been built without support for a\n" "64 bit data type and so it cannot read 64 bit ELF files.\n" @@ -3692,25 +4111,29 @@ msgstr "" "Esta instancia de readelf ha sido construida sin soporte para un\n" "tipo de datos de 64 bit y por eso no puede leer ficheros ELF de 64 bit.\n" -#: readelf.c:9452 +#: readelf.c:9868 #, c-format msgid "Cannot stat input file %s.\n" msgstr "No se puede obtener la información stat del fichero de entrada %s.\n" -#: readelf.c:9459 +#: readelf.c:9875 #, c-format msgid "Input file %s not found.\n" msgstr "No se encuentra el fichero de entrada %s.\n" -#: readelf.c:9465 +#: readelf.c:9881 #, c-format msgid "%s: Failed to read file header\n" msgstr "%s: Falló al leer el encabezado del fichero\n" -#: readelf.c:9479 +#: readelf.c:9895 #, c-format -msgid "\nFile: %s\n" -msgstr "\nFichero: %s\n" +msgid "" +"\n" +"File: %s\n" +msgstr "" +"\n" +"Fichero: %s\n" #: rename.c:131 #, c-format @@ -3728,202 +4151,202 @@ msgstr "%s: rename: %s" msgid "%s: simple_copy: %s" msgstr "%s: simple_copy: %s" -#: resbin.c:130 +#: resbin.c:134 #, c-format msgid "%s: not enough binary data" msgstr "%s: no hay suficientes datos binarios" -#: resbin.c:149 +#: resbin.c:153 msgid "null terminated unicode string" msgstr "cadena unicode terminada en null" -#: resbin.c:179 resbin.c:185 +#: resbin.c:183 resbin.c:189 msgid "resource ID" msgstr "ID de recurso" -#: resbin.c:229 +#: resbin.c:233 msgid "cursor" msgstr "cursor" -#: resbin.c:263 resbin.c:270 +#: resbin.c:267 resbin.c:274 msgid "menu header" msgstr "encabezado de menú" -#: resbin.c:280 +#: resbin.c:284 msgid "menuex header" msgstr "encabezado de menuex" -#: resbin.c:284 +#: resbin.c:288 msgid "menuex offset" msgstr "desplazamiento de menuex" -#: resbin.c:291 +#: resbin.c:295 #, c-format msgid "unsupported menu version %d" msgstr "versión de menú %d sin soporte" -#: resbin.c:319 resbin.c:334 resbin.c:400 +#: resbin.c:323 resbin.c:338 resbin.c:404 msgid "menuitem header" msgstr "encabezado de elemento de menú" -#: resbin.c:430 +#: resbin.c:434 msgid "menuitem" msgstr "elemento de menú" -#: resbin.c:471 resbin.c:499 +#: resbin.c:475 resbin.c:503 msgid "dialog header" msgstr "encabezado de diálogo" -#: resbin.c:489 +#: resbin.c:493 #, c-format -msgid "unexpected dialog signature %d" -msgstr "firma de diálogo %d inesperada" +msgid "unexpected DIALOGEX version %d" +msgstr "versión DIALOGEX %d inesperada" -#: resbin.c:531 +#: resbin.c:538 msgid "dialog font point size" msgstr "tamaño de punto de la tipografía del diálogo" -#: resbin.c:539 +#: resbin.c:546 msgid "dialogex font information" msgstr "información de tipografía del dialogex" -#: resbin.c:564 resbin.c:582 +#: resbin.c:572 resbin.c:590 msgid "dialog control" msgstr "control del diálogo" -#: resbin.c:574 +#: resbin.c:582 msgid "dialogex control" msgstr "control del dialogex" -#: resbin.c:603 +#: resbin.c:611 msgid "dialog control end" msgstr "fin del control del diálogo" -#: resbin.c:615 +#: resbin.c:623 msgid "dialog control data" msgstr "datos de control del diálogo" -#: resbin.c:658 +#: resbin.c:666 msgid "stringtable string length" msgstr "longitud de la cadena stringtable" -#: resbin.c:668 +#: resbin.c:676 msgid "stringtable string" msgstr "cadena stringtable" -#: resbin.c:701 +#: resbin.c:709 msgid "fontdir header" msgstr "encabezado fontdir" -#: resbin.c:714 +#: resbin.c:722 msgid "fontdir" msgstr "fontdir" -#: resbin.c:730 +#: resbin.c:738 msgid "fontdir device name" msgstr "nombre de dispositivo fontdir" -#: resbin.c:736 +#: resbin.c:744 msgid "fontdir face name" msgstr "nombre de rostro fontdir" -#: resbin.c:779 +#: resbin.c:787 msgid "accelerator" msgstr "acelerador" -#: resbin.c:843 +#: resbin.c:851 msgid "group cursor header" msgstr "encabezado de grupo de cursores" -#: resbin.c:847 +#: resbin.c:855 #, c-format msgid "unexpected group cursor type %d" msgstr "tipo de grupo de cursores %d inesperado" -#: resbin.c:862 +#: resbin.c:870 msgid "group cursor" msgstr "grupo de cursores" -#: resbin.c:901 +#: resbin.c:909 msgid "group icon header" msgstr "encabezado de grupo de iconos" -#: resbin.c:905 +#: resbin.c:913 #, c-format msgid "unexpected group icon type %d" msgstr "tipo de grupo de iconos %d inesperado" -#: resbin.c:920 +#: resbin.c:928 msgid "group icon" msgstr "grupo de iconos" -#: resbin.c:991 resbin.c:1210 +#: resbin.c:999 resbin.c:1218 msgid "unexpected version string" msgstr "cadena de versión inesperada" -#: resbin.c:1025 +#: resbin.c:1033 #, c-format msgid "version length %d does not match resource length %lu" msgstr "la longitud de la versión %d no coincide con la longitud del recurso %lu" -#: resbin.c:1029 +#: resbin.c:1037 #, c-format msgid "unexpected version type %d" msgstr "tipo de versión %d inesperada" -#: resbin.c:1041 +#: resbin.c:1049 #, c-format msgid "unexpected fixed version information length %d" msgstr "longitud de la información de versión fija %d inesperada" -#: resbin.c:1044 +#: resbin.c:1052 msgid "fixed version info" msgstr "información de versión fija" -#: resbin.c:1048 +#: resbin.c:1056 #, c-format msgid "unexpected fixed version signature %lu" msgstr "firma de versión fija %lu inesperada" -#: resbin.c:1052 +#: resbin.c:1060 #, c-format msgid "unexpected fixed version info version %lu" msgstr "información de versión de versión fija %lu inesperada" -#: resbin.c:1081 +#: resbin.c:1089 msgid "version var info" msgstr "información de versión variable" -#: resbin.c:1098 +#: resbin.c:1106 #, c-format msgid "unexpected stringfileinfo value length %d" msgstr "longitud del valor stringfileinfo %d inesperada" -#: resbin.c:1108 +#: resbin.c:1116 #, c-format msgid "unexpected version stringtable value length %d" msgstr "valor de longitud de versión stringtable %d inesperada" -#: resbin.c:1142 +#: resbin.c:1150 #, c-format msgid "unexpected version string length %d != %d + %d" msgstr "longitud de cadena de versión %d != %d + %d inesperada" -#: resbin.c:1153 +#: resbin.c:1161 #, c-format msgid "unexpected version string length %d < %d" msgstr "longitud de cadena de versión %d < %d inesperada" -#: resbin.c:1170 +#: resbin.c:1178 #, c-format msgid "unexpected varfileinfo value length %d" msgstr "longitud de valor varfileinfo %d inesperada" -#: resbin.c:1189 +#: resbin.c:1197 msgid "version varfileinfo" msgstr "versión varfileinfo" -#: resbin.c:1204 +#: resbin.c:1212 #, c-format msgid "unexpected version value length %d" msgstr "longitud de valor de versión %d inesperada" @@ -4046,99 +4469,122 @@ msgstr "Se intentó `%s'\n" msgid "Using `%s'\n" msgstr "Utilizando `%s'\n" -#: resrc.c:541 +#: resrc.c:542 #, c-format msgid "%s:%d: %s\n" msgstr "%s:%d: %s\n" -#: resrc.c:550 +#: resrc.c:551 #, c-format msgid "%s: unexpected EOF" msgstr "%s: fin de fichero inesperado" -#: resrc.c:607 +#: resrc.c:608 #, c-format msgid "%s: read of %lu returned %lu" msgstr "%s: la lectura de %lu devolvió %lu" -#: resrc.c:649 resrc.c:903 resrc.c:1176 resrc.c:1330 +#: resrc.c:650 resrc.c:904 resrc.c:1177 resrc.c:1331 #, c-format msgid "stat failed on bitmap file `%s': %s" msgstr "stat falló en el fichero bitmap `%s': %s" -#: resrc.c:702 +#: resrc.c:703 #, c-format msgid "cursor file `%s' does not contain cursor data" msgstr "el fichero de cursor `%s' no contiene datos de cursor" -#: resrc.c:734 resrc.c:1047 +#: resrc.c:735 resrc.c:1048 #, c-format msgid "%s: fseek to %lu failed: %s" msgstr "%s: falló fseek para %lu: %s" -#: resrc.c:871 +#: resrc.c:872 msgid "help ID requires DIALOGEX" msgstr "el ID de ayuda requiere DIALOGEX" -#: resrc.c:873 +#: resrc.c:874 msgid "control data requires DIALOGEX" msgstr "los datos de control requieren DIALOGEX" -#: resrc.c:1016 +#: resrc.c:1017 #, c-format msgid "icon file `%s' does not contain icon data" msgstr "el fichero de icono `%s' no contiene datos de icono" -#: resrc.c:1535 +#: resrc.c:1536 #, c-format msgid "can't open `%s' for output: %s" msgstr "no se puede abrir `%s' para salida: %s" -#: size.c:79 +#: size.c:86 +msgid " Displays the sizes of sections inside binary files\n" +msgstr " Muestra los tamaños de las secciones dentro de los ficheros binarios\n" + +#: size.c:87 +msgid " If no input file(s) are specified, a.out is assumed\n" +msgstr "Si no se especifica(n) fichero(s) de salida, se asume a.out\n" + +#: size.c:88 #, c-format msgid "" -"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" -" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" -" [-V | --version] [--target=bfdname] [--help] [file...]\n" +" The options are:\n" +" -A|-B --format={sysv|berkeley} Select output style (default is %s)\n" +" -o|-d|-h --radix={8|10|16} Display numbers in octal, decimal or hex\n" +" -t --totals Display the total sizes (Berkeley only)\n" +" --target= Set the binary file format\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" msgstr "" -"Modo de empleo: %s [-A | --format=sysv | -B | --format=berkeley]\n" -" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" -" [-V | --version] [--target=nombrebfd] [--help] [fichero...]\n" - -#: size.c:85 -msgid "default is --format=berkeley\n" -msgstr "por omisión es --format=berkeley\n" - -#: size.c:87 -msgid "default is --format=sysv\n" -msgstr "por omisión es --format=sysv\n" +" Las opciones son:\n" +" -A|-B --format={sysv|berkeley} Selecciona el estilo de salida output\n" +" (por omisión es %s)\n" +" -o|-d|-h --radix={8|10|16} Muestra los números en octal, decimal o\n" +" hexadecimal\n" +" -t --totals Muestra los tamaños totales\n" +" (sólo Berkeley)\n" +" --target= Establece el formato del fichero binario\n" +" -h --help Muestra esta información\n" +" -v --version Muestra la versión del programa\n" +"\n" -#: size.c:146 +#: size.c:160 #, c-format msgid "invalid argument to --format: %s" msgstr "argumento inválido para --format: %s" -#: size.c:173 +#: size.c:187 #, c-format msgid "Invalid radix: %s\n" msgstr "Radical inválido: %s\n" -#: srconv.c:1931 -#, c-format -msgid "Usage: %s [-dhVq] in-file [out-file]\n" -msgstr "Modo de empleo: %s [-dhVq] fichero-entrada [fichero-salida]\n" +#: srconv.c:1953 +msgid "Convert a COFF object file into a SYSROFF object file\n" +msgstr "Convierte un fichero objeto COFF a un fichero objeto SYSROFF\n" -#: srconv.c:1938 -#, c-format -msgid "%s: Convert a COFF object file into a SYSROFF object file\n" -msgstr "%s: Convierte un fichero objeto COFF a un fichero objeto SYSROFF\n" +#: srconv.c:1954 +msgid "" +" The options are:\n" +" -q --quick (Obsolete - ignoerd)\n" +" -n --noprescan Do not perform a scan to convert commons into defs\n" +" -d --debug Display information about what is being done\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +" Las opciones son:\n" +" -q --quick (Obsoleto - ignorado)\n" +" -n --noprescan No realizar una revisión para convertir comunes en definiciones\n" +" -d --debug Muestra información acerca de lo que se ha hecho\n" +" -h --help Muestra esta información\n" +" -v --version Muestra el número de versión del programa\n" -#: srconv.c:2074 +#: srconv.c:2099 #, c-format msgid "unable to open output file %s" msgstr "no se puede abrir el fichero de salida %s" -#: stabs.c:343 stabs.c:1760 +#: stabs.c:343 stabs.c:1759 msgid "numeric overflow" msgstr "desbordamiento numérico" @@ -4152,121 +4598,152 @@ msgstr "Stab erróneo: %s\n" msgid "Warning: %s: %s\n" msgstr "Aviso: %s: %s\n" -#: stabs.c:486 +#: stabs.c:485 msgid "N_LBRAC not within function\n" msgstr "N_LBRAC no está dentro de una función\n" -#: stabs.c:525 +#: stabs.c:524 msgid "Too many N_RBRACs\n" msgstr "Demasiados N_RBRACs\n" -#: stabs.c:770 +#: stabs.c:769 msgid "unknown C++ encoded name" msgstr "nombre C++ codificado desconocido" #. Complain and keep going, so compilers can invent new #. cross-reference types. -#: stabs.c:1297 +#: stabs.c:1296 msgid "unrecognized cross reference type" msgstr "tipo de referencia cruzada no reconocido" #. Does this actually ever happen? Is that why we are worrying #. about dealing with it rather than just calling error_type? -#: stabs.c:1852 +#: stabs.c:1851 msgid "missing index type" msgstr "tipo de índice desconocido" -#: stabs.c:2179 +#: stabs.c:2178 msgid "unknown virtual character for baseclass" msgstr "carácter virtual desconocido para la clase base" -#: stabs.c:2197 +#: stabs.c:2196 msgid "unknown visibility character for baseclass" msgstr "carácter de visibilidad desconocido para la clase base" -#: stabs.c:2389 +#: stabs.c:2388 msgid "unnamed $vb type" msgstr "tipo $vb sin nombre" -#: stabs.c:2395 +#: stabs.c:2394 msgid "unrecognized C++ abbreviation" msgstr "abreviación C++ no reconocida" -#: stabs.c:2475 +#: stabs.c:2474 msgid "unknown visibility character for field" msgstr "carácter de visibilidad desconocido para el campo" -#: stabs.c:2731 +#: stabs.c:2730 msgid "const/volatile indicator missing" msgstr "falta el indicador const/volatile" -#: stabs.c:2971 +#: stabs.c:2970 #, c-format msgid "No mangling for \"%s\"\n" msgstr "No hay desenredo para \"%s\"\n" -#: stabs.c:3284 +#: stabs.c:3283 msgid "Undefined N_EXCL" msgstr "N_EXCL indefinido" -#: stabs.c:3372 +#: stabs.c:3371 #, c-format msgid "Type file number %d out of range\n" msgstr "Número de tipo de fichero %d fuera de rango\n" -#: stabs.c:3377 +#: stabs.c:3376 #, c-format msgid "Type index number %d out of range\n" msgstr "Número de tipo de índice %d fuera de rango\n" -#: stabs.c:3464 +#: stabs.c:3463 #, c-format msgid "Unrecognized XCOFF type %d\n" msgstr "Tipo XCOFF %d no reconocido\n" -#: stabs.c:3763 +#: stabs.c:3762 #, c-format msgid "bad mangled name `%s'\n" msgstr "nombre desenredado erróneamente `%s'\n" -#: stabs.c:3859 +#: stabs.c:3858 msgid "no argument types in mangled string\n" msgstr "no hay tipos de argumento en la cadena desenredada\n" -#: strings.c:199 +#: strings.c:200 #, c-format msgid "invalid number %s" msgstr "número %s inválido" -#: strings.c:638 +#: strings.c:640 #, c-format msgid "invalid integer argument %s" msgstr "argumento entero %s inválido" -#: strings.c:648 -#, c-format +#: strings.c:651 +msgid " Display printable strings in [file(s)] (stdin by default)\n" +msgstr " Muestra las cadenas imprimibles en [fichero(s)] (por omisión entrada estándar)\n" + +#: strings.c:652 msgid "" -"Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" -" [-] [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" -" [--target=bfdname] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" +" The options are:\n" +" -a - --all Scan the entire file, not just the data section\n" +" -f --print-file-name Print the name of the file before each string\n" +" -n --bytes=[number] Locate & print any NUL-terminated sequence of at\n" +" - least [number] characters (default 4).\n" +" -t --radix={o,x,d} Print the location of the string in base 8, 10 or 16\n" +" -o An alias for --radix=o\n" +" -T --target= Specify the binary file format\n" +" -e --encoding={s,b,l,B,L} Select character size and endianness:\n" +" s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" msgstr "" -"Modo de empleo: %s [-afov] [-n long-min] [-long-min] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" -" [-] [--all] [--print-file-name] [--bytes=long-min] [--radix={o,x,d}]\n" -" [--target=nombrebfd] [--encoding {s,b,l,B,L}] [--help] [--version] fichero...\n" +" Las opciones son:\n" +" -a - --all Revisa el fichero completo, no sólo la sección de\n" +" datos\n" +" -f --print-file-name Muestra el nombre de fichero antes de cada cadena\n" +" -n --bytes=[número] Localiza e imprime cualquier secuencia terminada en\n" +" - NUL de por lo menos [número] caracteres (4 por omisión).\n" +" -t --radix={o,x,d} Muestra la ubicación de la cadena en base 8, 10 ó 16\n" +" -o Un alias para --radix=o\n" +" -T --target= Especifica el formato de fichero binario\n" +" -e --encoding={s,b,l,B,L} Selecciona el tamaño del carácter y la \"endianez\":\n" +" s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n" +" -h --help Muestra esta información\n" +" -v --version Muestra el número de versión del programa\n" + +#: sysdump.c:768 +msgid "Print a human readable interpretation of a SYSROFF object file\n" +msgstr "Muestra una interpretación legible por humanos de un fichero objeto SYSROFF\n" -#: sysdump.c:733 -#, c-format -msgid "Usage: %s [-hV] in-file\n" -msgstr "Modo de empleo: %s [-hV] fichero-entrada\n" +#: sysdump.c:769 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +" Las opciones son:\n" +" -h --help Muestra esta información\n" +" -v --version Muestra el número de versión del programa\n" -#: sysdump.c:805 +#: sysdump.c:836 #, c-format msgid "cannot open input file %s" -msgstr "no se puede abrir el ficheor de entrada %s" +msgstr "no se puede abrir el fichero de entrada %s" #: version.c:35 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" #: version.c:36 msgid "" @@ -4276,25 +4753,25 @@ msgstr "" "Este programa es software libre; se puede redistribuir bajo los términos de\n" "la Licencia Pública General de GNU. Este programa no tiene ninguna garantía.\n" -#: windres.c:237 +#: windres.c:239 #, c-format msgid "can't open %s `%s': %s" msgstr "no se puede abrir %s `%s': %s" -#: windres.c:416 +#: windres.c:418 msgid ": expected to be a directory\n" msgstr ": se esperaba que fuera un directorio\n" -#: windres.c:428 +#: windres.c:430 msgid ": expected to be a leaf\n" msgstr ": se esperaba que fuera una hoja\n" -#: windres.c:437 +#: windres.c:439 #, c-format msgid "%s: warning: " msgstr "%s: aviso: " -#: windres.c:439 +#: windres.c:441 msgid ": duplicate value\n" msgstr ": valor duplicado\n" @@ -4309,67 +4786,62 @@ msgid "%s: supported formats:" msgstr "%s: formatos con soporte:" #. Otherwise, we give up. -#: windres.c:690 +#: windres.c:688 #, c-format msgid "can not determine type of file `%s'; use the -I option" msgstr "no se puede determinar el tipo del fichero `%s'; use la opción -I" -#: windres.c:704 +#: windres.c:702 #, c-format -msgid "Usage: %s [options] [input-file] [output-file]\n" -msgstr "Modo de empleo: %s [opciones] [fichero-entrada] [fichero-salida]\n" +msgid "Usage: %s [option(s)] [input-file] [output-file]\n" +msgstr "Modo de empleo: %s [opcion(es)] [fichero-entrada] [fichero-salida]\n" -#: windres.c:706 +#: windres.c:704 msgid "" -"Options:\n" -" -i FILE, --input FILE Name input file\n" -" -o FILE, --output FILE Name output file\n" -" -I FORMAT, --input-format FORMAT\n" -" Specify input format\n" -" -O FORMAT, --output-format FORMAT\n" -" Specify output format\n" -" -F TARGET, --target TARGET Specify COFF target\n" -" --preprocessor PROGRAM Program to use to preprocess rc file\n" -" --include-dir DIR Include directory when preprocessing rc file\n" -" -DSYM[=VAL], --define SYM[=VAL]\n" -" Define SYM when preprocessing rc file\n" -" -v Verbose - tells you what it's doing\n" -" --language VAL Set language when reading rc file\n" -" --use-temp-file Use a temporary file instead of popen to read\n" -" the preprocessor output\n" -" --no-use-temp-file Use popen (default)\n" +" The options are:\n" +" -i --input= Name input file\n" +" -o --output= Name output file\n" +" -I --input-format= Specify input format\n" +" -O --output-format= Specify output format\n" +" -F --target= Specify COFF target\n" +" --preprocessor= Program to use to preprocess rc file\n" +" --include-dir= Include directory when preprocessing rc file\n" +" -D --define [=] Define SYM when preprocessing rc file\n" +" -v --verbose Verbose - tells you what it's doing\n" +" --language= Set language when reading rc file\n" +" --use-temp-file Use a temporary file instead of popen to read\n" +" the preprocessor output\n" +" --no-use-temp-file Use popen (default)\n" msgstr "" "Opciones:\n" -" -i FICHERO, --input FICHERO Nombra el fichero de entrada\n" -" -o FICHERO, --output FICHERO Nombra el fichero de salida\n" -" -I FORMATO, --input-format FORMATO\n" -" Especifica el formato de entrada\n" -" -O FORMATO, --output-format FORMATO\n" -" Especifica el formato de salida\n" -" -F TARGET, --target TARGET Especifica el objetivo COFF\n" -" --preprocessor PROGRAMA Programa a utilizar para preprocesar el fichero rc\n" -" --include-dir DIR Incluye el directorio al preprocesar el fichero rc\n" -" -DSIM[=VAL], --define SIM[=VAL]\n" -" Define SIM al preprocesar el fichero rc\n" -" -v Detallado - dice lo que está haciendo\n" -" --language VAL Establece el lenguaje al leer el fichero rc\n" -" --use-temp-file Usa un fichero temporal en lugar de popen para\n" +" -i --input= Nombra el fichero de entrada\n" +" -o --output= Nombra el fichero de salida\n" +" -I --input-format= Especifica el formato de entrada\n" +" -O --output-format= Especifica el formato de salida\n" +" -F --target= Especifica el objetivo COFF\n" +" --preprocessor= Programa a utilizar para preprocesar el fichero rc\n" +" --include-dir= Incluye el directorio al preprocesar el fichero rc\n" +" -D --define [=val]\n" +" Define un SIMbolo al preprocesar el fichero rc\n" +" -v --verbose Detallado - dice lo que está haciendo\n" +" --language= Establece el lenguaje al leer el fichero rc\n" +" --use-temp-file Usa un fichero temporal en lugar de popen para\n" " leer la salida del preprocesador\n" -" --no-use-temp-file Usa popen (por omisión)\n" +" --no-use-temp-file Usa popen (por omisión)\n" -#: windres.c:725 -msgid " --yydebug Turn on parser debugging\n" -msgstr " --yydebug Activa el decodificador de depuración\n" +#: windres.c:719 +msgid " --yydebug Turn on parser debugging\n" +msgstr " --yydebug Activa el decodificador de depuración\n" -#: windres.c:728 +#: windres.c:722 msgid "" -" --help Print this help message\n" -" --version Print version information\n" +" -h --help Print this help message\n" +" -V --version Print version information\n" msgstr "" -" --help Muestra este mensaje de ayuda\n" -" --version Muestra la información de versión\n" +" -h --help Muestra este mensaje de ayuda\n" +" -V --version Muestra la información de versión\n" -#: windres.c:731 +#: windres.c:725 msgid "" "FORMAT is one of rc, res, or coff, and is deduced from the file name\n" "extension if not specified. A single file name is an input file.\n" @@ -4380,11 +4852,11 @@ msgstr "" "entrada. Sin fichero de entrada es la entrada estándar, por omisión rc.\n" "Sin fichero de salida es la salida estándar, por omisión rc.\n" -#: windres.c:983 +#: windres.c:988 msgid "no resources" msgstr "no hay recursos" -#: wrstabs.c:366 wrstabs.c:2027 +#: wrstabs.c:366 wrstabs.c:2026 #, c-format msgid "string_hash_lookup failed: %s" msgstr "string_hash_lookup falló: %s" @@ -4394,11 +4866,147 @@ msgstr "string_hash_lookup falló: %s" msgid "stab_int_type: bad size %u" msgstr "stab_int_type: tipo %u erróneo" -#: wrstabs.c:1467 +#: wrstabs.c:1466 #, c-format msgid "%s: warning: unknown size for field `%s' in struct" msgstr "%s: aviso: tamaño desconocido para el campo `%s' en la estructura" +#~ msgid "" +#~ "Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" +#~ " [-e executable] [--exe=executable] [--demangle[=style]]\n" +#~ " [--basenames] [--functions] [addr addr ...]\n" +#~ msgstr "" +#~ "Modo de empleo: %s [-CfsHV] [-b nombrebfd] [--target=nombrebfd]\n" +#~ " [-e ejecutable] [--exe=ejecutable] [--demangle[=estilo]]\n" +#~ " [--basenames] [--functions] [dirección dirección ...]\n" + +#~ msgid "" +#~ "Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" +#~ " [--input-target=bfdname] [--output-target=bfdname]\n" +#~ " [--header-file=file] [--linker=linker] [--debug]\n" +#~ " [--help] [--version]\n" +#~ " [in-file [out-file]]\n" +#~ msgstr "" +#~ "Modo de empleo: %s [-dhV] [-I nombrebfd] [-O nombrebfd] [-T fichero-encabezado] [-l enlazador]\n" +#~ " [--input-target=nombrebfd] [--output-target=nombrebfd]\n" +#~ " [--header-file=fichero] [--linker=enlazador] [--debug]\n" +#~ " [--help] [--version]\n" +#~ " [fichero-entrada [fichero-salida]]\n" + +#~ msgid "Usage: %s [OPTION]... [FILE]...\n" +#~ msgstr "Modo de empleo: %s [OPCIÓN]... [FICHERO]...\n" + +#~ msgid "Usage: %s OPTION... FILE...\n" +#~ msgstr "Modo de empleo: %s OPCIÓN... FICHERO...\n" + +#~ msgid " Options are:\n" +#~ msgstr " Las opciones son:\n" + +#~ msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +#~ msgstr " -a ó --all Equivalente a: -h -l -S -s -r -d -V -A -I\n" + +#~ msgid " -h or --file-header Display the ELF file header\n" +#~ msgstr " -h ó --file-header Muestra el encabezado del fichero ELF\n" + +#~ msgid " -l or --program-headers or --segments\n" +#~ msgstr " -l ó --program-headers ó --segments\n" + +#~ msgid " Display the program headers\n" +#~ msgstr " Muestra los encabezados del programa\n" + +#~ msgid " -S or --section-headers or --sections\n" +#~ msgstr " -S ó --section-headers ó --sections\n" + +#~ msgid " Display the sections' header\n" +#~ msgstr " Muestra el encabezado de las secciones\n" + +#~ msgid " -e or --headers Equivalent to: -h -l -S\n" +#~ msgstr " -e ó --headers Equivalente a: -h -l -S\n" + +#~ msgid " -s or --syms or --symbols Display the symbol table\n" +#~ msgstr " -s ó --syms ó --symbols Muestra la tabla de símbolos\n" + +#~ msgid " -n or --notes Display the core notes (if present)\n" +#~ msgstr " -n ó --notes Muestra las notas de núcleo (si están presentes)\n" + +#~ msgid " -r or --relocs Display the relocations (if present)\n" +#~ msgstr " -r ó --relocs Muestra las reubicaciones (si están presentes)\n" + +#~ msgid " -u or --unwind Display the unwind info (if present)\n" +#~ msgstr " -u ó --unwind Muestra la información de desenredo (si está presente)\n" + +#~ msgid " -d or --dynamic Display the dynamic segment (if present)\n" +#~ msgstr " -d ó --dynamic Muestra el segmento dinámico (si está presente)\n" + +#~ msgid " -V or --version-info Display the version sections (if present)\n" +#~ msgstr " -V ó --version-info Muestra las secciones de versión (si están presentes)\n" + +#~ msgid " -A or --arch-specific Display architecture specific information (if any).\n" +#~ msgstr " -A ó --arch-specific Muestra la información específica de la arquitectura (si hay alguna).\n" + +#~ msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" +#~ msgstr " -D ó --use-dynamic Usa la información de la sección dinámica al mostrar los símbolos\n" + +#~ msgid " -x or --hex-dump=\n" +#~ msgstr " -x ó --hex-dump=\n" + +#~ msgid " Dump the contents of section \n" +#~ msgstr " Vuelca el contenido de la sección \n" + +#~ msgid " -w[liaprmfs] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" +#~ msgstr " -w[liaprmfs] ó --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" + +#~ msgid " Display the contents of DWARF2 debug sections\n" +#~ msgstr " Muestra el contenido de las secciones de depuración DWARF2\n" + +#~ msgid " -i or --instruction-dump=\n" +#~ msgstr " -i ó --instruction-dump=\n" + +#~ msgid " -I or --histogram Display histogram of bucket list lengths\n" +#~ msgstr " -I ó --histogram Muestra el histograma de las longitudes de la lista de cubos\n" + +#~ msgid " -v or --version Display the version number of readelf\n" +#~ msgstr " -v ó --version Muestra el número de versión de readelf\n" + +#~ msgid " -W or --wide Don't split lines or truncate symbols to fit into 80 columns\n" +#~ msgstr " -W ó --wide No divide las líneas o trunca los símbolos para ajustarlos a 80 columnas\n" + +#~ msgid " -H or --help Display this information\n" +#~ msgstr " -H ó --help Muestra esta información\n" + +#~ msgid "unexpected dialog signature %d" +#~ msgstr "firma de diálogo %d inesperada" + +#~ msgid "" +#~ "Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +#~ " [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +#~ " [-V | --version] [--target=bfdname] [--help] [file...]\n" +#~ msgstr "" +#~ "Modo de empleo: %s [-A | --format=sysv | -B | --format=berkeley]\n" +#~ " [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +#~ " [-V | --version] [--target=nombrebfd] [--help] [fichero...]\n" + +#~ msgid "default is --format=berkeley\n" +#~ msgstr "por omisión es --format=berkeley\n" + +#~ msgid "default is --format=sysv\n" +#~ msgstr "por omisión es --format=sysv\n" + +#~ msgid "Usage: %s [-dhVq] in-file [out-file]\n" +#~ msgstr "Modo de empleo: %s [-dhVq] fichero-entrada [fichero-salida]\n" + +#~ msgid "" +#~ "Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" +#~ " [-] [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" +#~ " [--target=bfdname] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" +#~ msgstr "" +#~ "Modo de empleo: %s [-afov] [-n long-min] [-long-min] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" +#~ " [-] [--all] [--print-file-name] [--bytes=long-min] [--radix={o,x,d}]\n" +#~ " [--target=nombrebfd] [--encoding {s,b,l,B,L}] [--help] [--version] fichero...\n" + +#~ msgid "Usage: %s [-hV] in-file\n" +#~ msgstr "Modo de empleo: %s [-hV] fichero-entrada\n" + #~ msgid "GNU %s version %s\n" #~ msgstr "GNU %s versión %s\n" diff -uprN binutils-2.12.90.0.15/binutils/po/fr.po binutils-2.13.90.0.2/binutils/po/fr.po --- binutils-2.12.90.0.15/binutils/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/binutils/po/fr.po Mon Jul 29 08:19:16 2002 @@ -1,192 +1,228 @@ # Messages français pour GNU concernant binutils. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Michel Robitaille , 1996. +# Copyright © 1996 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: GNU binutils 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-03-17 20:00-0500\n" +"Project-Id-Version: GNU binutils 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: addr2line.c:73 +#: addr2line.c:74 #, c-format -msgid "" -"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" -" [-e executable] [--exe=executable] [--demangle[=style]]\n" -" [--basenames] [--functions] [addr addr ...]\n" -msgstr "" -"Usage: %s [-CfsHV] [-b nombdf] [--target=nombdf]\n" -" [-e executable] [--exe=executable] [--demangle[=style]]\n" -" [--basenames] [--functions] [adr adr ...]\n" +msgid "Usage: %s [option(s)] [addr(s)]\n" +msgstr "Usage: %s [options] [adresses]\n" -#: addr2line.c:80 ar.c:289 nlmconv.c:1121 objcopy.c:423 objcopy.c:455 readelf.c:2181 size.c:91 strings.c:655 windres.c:737 +#: addr2line.c:75 +msgid " Convert addresses into line number/file name pairs.\n" +msgstr "Convertir les adresses en paires numéro de ligne/fichier.\n" + +#: addr2line.c:76 +msgid " If no addresses are specified on the command line, they will be read from stdin\n" +msgstr "Si aucune adresse n'est spécifiée sur la ligne de commande, elles seront lues de stdin\n" + +#: addr2line.c:77 +msgid "" +" The options are:\n" +" -b --target= Set the binary file format\n" +" -e --exe= Set the input file name (default is a.out)\n" +" -s --basenames Strip directory names\n" +" -f --functions Show function names\n" +" -C --demangle[=style] Demangle function names\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +"Les options sont:\n" +" -b --target= sélectionner le format du fichier binaire\n" +" -e --exe= sélectionner le nom du fichier d'entrée (par défaut est a.out)\n" +" -s --basenames élaguer les noms de répertoires\n" +" -f --functions afficher les noms de fonctions\n" +" -C --demangle[=style] décoder les noms de fonction\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" +"\n" + +#: addr2line.c:89 ar.c:297 coffdump.c:479 nlmconv.c:1119 objcopy.c:424 +#: objcopy.c:457 readelf.c:2310 size.c:104 srconv.c:1962 strings.c:666 +#: sysdump.c:774 windres.c:733 #, c-format msgid "Report bugs to %s\n" msgstr "Rapporter toutes anomalies à %s\n" -#: addr2line.c:240 +#: addr2line.c:248 #, c-format msgid "%s: can not get addresses from archive" msgstr "%s: ne peut obtenir l'adresse à partir de l'archive" -#: addr2line.c:312 nm.c:447 objdump.c:2800 +#: addr2line.c:320 nm.c:395 objdump.c:2782 #, c-format msgid "unknown demangling style `%s'" msgstr "style de d'encodage par mutilation inconnu « %s »" -#: ar.c:237 +#: ar.c:238 #, c-format msgid "no entry %s in archive\n" msgstr "pas d'entrée %s dans l'archive\n" -#: ar.c:254 +#: ar.c:255 #, c-format -msgid "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" -msgstr "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [nom-du-membre] [compteur] fichier-archive fichier...\n" +msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" +msgstr "Usage: %s [options d'émulation] [-]{dmpqrstx}[abcfilNoPsSuvV] [nom-du-membre] [compteur] fichier-archive fichier...\n" -#: ar.c:257 +#: ar.c:258 #, c-format msgid " %s -M [\n" "\n" -#: ar.c:850 ar.c:918 +#: ar.c:857 ar.c:925 #, c-format msgid "%s is not a valid archive" msgstr "%s n'est pas une archive valide" -#: ar.c:886 +#: ar.c:893 #, c-format msgid "stat returns negative size for %s" msgstr "stat() a retourné une taille négative for %s" -#: ar.c:1013 +#: ar.c:1020 #, c-format msgid "%s is not an archive" msgstr "%s n'est pas une archive" -#: ar.c:1020 +#: ar.c:1027 #, c-format msgid "creating %s" msgstr "création de %s" -#: ar.c:1226 +#: ar.c:1233 #, c-format msgid "No member named `%s'\n" msgstr "Aucun membre ayant le nom « %s »\n" -#: ar.c:1278 +#: ar.c:1285 #, c-format msgid "no entry %s in archive %s!" msgstr "aucune entrée %s dans l'archive %s!" -#: ar.c:1439 +#: ar.c:1422 #, c-format msgid "%s: no archive map to update" msgstr "%s: aucune table d'archive à mettre à jour" -#: arsup.c:88 +#: arsup.c:86 #, c-format msgid "No entry %s in archive.\n" msgstr "Aucune entrée %s dans l'archive.\n" -#: arsup.c:120 +#: arsup.c:117 #, c-format msgid "Can't open file %s\n" msgstr "Ne peut ouvrir le fichier %s\n" -#: arsup.c:171 +#: arsup.c:172 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "%s: ne peut ouvrir l'archive de sortie %s\n" -#: arsup.c:183 +#: arsup.c:189 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "%s: ne peut ouvrir l'archive en entrée %s\n" -#: arsup.c:189 +#: arsup.c:198 #, c-format msgid "%s: file %s is not an archive\n" msgstr "%s: le fichier %s n'est pas une archive\n" -#: arsup.c:230 +#: arsup.c:241 #, c-format msgid "%s: no output archive specified yet\n" msgstr "%s: aucun fichier d'archive de sortie n'a encore été spécifié\n" -#: arsup.c:250 arsup.c:285 arsup.c:321 arsup.c:341 arsup.c:399 +#: arsup.c:262 arsup.c:301 arsup.c:343 arsup.c:364 arsup.c:430 #, c-format msgid "%s: no open output archive\n" msgstr "%s: aucun fichier d'archive de sortie ouvert\n" -#: arsup.c:258 arsup.c:359 arsup.c:379 +#: arsup.c:273 arsup.c:385 arsup.c:411 #, c-format msgid "%s: can't open file %s\n" msgstr "%s: ne peut ouvrir le fichier %s\n" -#: arsup.c:306 arsup.c:375 arsup.c:454 +#: arsup.c:328 arsup.c:407 arsup.c:489 #, c-format msgid "%s: can't find module file %s\n" msgstr "%s: ne peut trouver le fichier module %s\n" -#: arsup.c:406 +#: arsup.c:439 #, c-format msgid "Current open archive is %s\n" msgstr "L'archive actuellement ouverte est %s\n" -#: arsup.c:433 +#: arsup.c:464 #, c-format -msgid "%s: no open archive\n" +msgid "%s: no open archive\n" msgstr "%s: aucune archive ouverte\n" +#: binemul.c:39 +#, c-format +msgid " No emulation specific options\n" +msgstr " Pas d'options d'émulation spécifiques\n" + +#. Macros for common output. +#: binemul.h:42 +#, c-format +msgid " emulation options: \n" +msgstr " Options d'émulation: \n" + #: bucomm.c:106 #, c-format msgid "can't set BFD default target to `%s': %s" @@ -320,17 +367,33 @@ msgstr "%s: architectures supportées:" msgid "%s: bad number: %s" msgstr "%s: mauvais numéro: %s" -#: coffdump.c:106 +#: coffdump.c:107 #, c-format msgid "#lines %d " msgstr "# de lignes %d " -#: coffdump.c:468 sysdump.c:740 +#: coffdump.c:471 sysdump.c:767 #, c-format -msgid "%s: Print a human readable interpretation of a SYSROFF object file\n" -msgstr "%s: afficher dans un format humainement interprétable le fichier objet SYSROFF\n" +msgid "Usage: %s [option(s)] in-file\n" +msgstr "Usage: %s [options] fichier\n" + +#: coffdump.c:472 +msgid " Print a human readable interpretation of a SYSROFF object file\n" +msgstr "Aficher dans un format humainement lisible une interprétation du fichier objet SYSROFF\n" + +#: coffdump.c:473 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +"Les options sont:\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" +"\n" -#: coffdump.c:531 srconv.c:2029 sysdump.c:799 +#: coffdump.c:541 srconv.c:2052 sysdump.c:831 msgid "no input file specified" msgstr "Aucune fichier spécifié à l'entrée" @@ -386,8 +449,8 @@ msgstr "debug_end_common_block: pas impl #. FIXME. #: debug.c:1152 -msgid "debug_record_label not implemented" -msgstr "debug_record_label pas implanté" +msgid "debug_record_label: not implemented" +msgstr "debug_record_label: pas implanté" #: debug.c:1178 msgid "debug_record_variable: no current file" @@ -397,529 +460,529 @@ msgstr "debug_record_variable: aucun fic msgid "debug_record_variable: no current block" msgstr "debug_record_variable: aucun bloc courant" -#: debug.c:1764 +#: debug.c:1763 msgid "debug_make_undefined_type: unsupported kind" msgstr "debug_make_undefined_type: type non supportée" -#: debug.c:1970 +#: debug.c:1964 msgid "debug_name_type: no current file" msgstr "debug_name_type: aucun fichier courant" -#: debug.c:2018 +#: debug.c:2012 msgid "debug_tag_type: no current file" msgstr "debug_tag_type: aucune fichier courant" -#: debug.c:2026 +#: debug.c:2020 msgid "debug_tag_type: extra tag attempted" msgstr "debug_tag_type: tentative d'étiquetage additionnelle" -#: debug.c:2066 +#: debug.c:2059 #, c-format msgid "Warning: changing type size from %d to %d\n" msgstr "AVERTISSEMENT: changement de taille du type de %d à %d\n" -#: debug.c:2090 +#: debug.c:2083 msgid "debug_find_named_type: no current compilation unit" msgstr "debug_find_named_type: aucune unité de compilation courante" -#: debug.c:2197 +#: debug.c:2190 #, c-format msgid "debug_get_real_type: circular debug information for %s\n" msgstr "debug_get_real_type: information circulaire de débogage pour %s\n" -#: debug.c:2662 +#: debug.c:2650 msgid "debug_write_type: illegal type encountered" msgstr "debug_write_type: type illégal rencontré" -#: dlltool.c:743 dlltool.c:768 dlltool.c:794 +#: dlltool.c:735 dlltool.c:760 dlltool.c:786 #, c-format msgid "Internal error: Unknown machine type: %d" msgstr "erreur interne: type de machine inconnue: %d" -#: dlltool.c:831 +#: dlltool.c:823 #, c-format msgid "Can't open def file: %s" msgstr "Ne peut ouvrir le fichier de définition: %s" -#: dlltool.c:836 +#: dlltool.c:828 #, c-format msgid "Processing def file: %s" msgstr "Traitement du fichier de définition: %s" -#: dlltool.c:840 +#: dlltool.c:832 msgid "Processed def file" msgstr "Traitement complété du fichier de définition" -#: dlltool.c:866 +#: dlltool.c:858 #, c-format msgid "Syntax error in def file %s:%d" msgstr "Erreur de syntaxe dans le fichier de définition %s:%d" -#: dlltool.c:905 +#: dlltool.c:897 #, c-format msgid "NAME: %s base: %x" msgstr "NOM: %s base: %x" -#: dlltool.c:908 dlltool.c:927 +#: dlltool.c:900 dlltool.c:919 msgid "Can't have LIBRARY and NAME" msgstr "Ne peut trouver la LIBRAIRIE et le NOM" -#: dlltool.c:924 +#: dlltool.c:916 #, c-format msgid "LIBRARY: %s base: %x" msgstr "LIBRAIRIE: %s base %x" -#: dlltool.c:1182 resrc.c:271 +#: dlltool.c:1174 resrc.c:271 #, c-format msgid "wait: %s" msgstr "en attente: %s" -#: dlltool.c:1187 dllwrap.c:455 resrc.c:276 +#: dlltool.c:1179 dllwrap.c:430 resrc.c:276 #, c-format msgid "subprocess got fatal signal %d" msgstr "sous-processus a reçu le signal fatal %d" -#: dlltool.c:1193 dllwrap.c:462 resrc.c:283 +#: dlltool.c:1185 dllwrap.c:437 resrc.c:283 #, c-format msgid "%s exited with status %d" msgstr "%s a terminé avec le statut %d" -#: dlltool.c:1225 +#: dlltool.c:1217 #, c-format msgid "Sucking in info from %s section in %s" msgstr "Aspirer les informations de la section %s dans %s" -#: dlltool.c:1349 +#: dlltool.c:1341 #, c-format msgid "Excluding symbol: %s" msgstr "Exclusion de symbole: %s" -#: dlltool.c:1444 dlltool.c:1455 nm.c:958 nm.c:969 objdump.c:383 objdump.c:400 +#: dlltool.c:1436 dlltool.c:1447 nm.c:959 nm.c:970 objdump.c:386 objdump.c:401 #, c-format msgid "%s: no symbols" msgstr "%s: aucun symbole" #. FIXME: we ought to read in and block out the base relocations -#: dlltool.c:1482 +#: dlltool.c:1474 #, c-format msgid "Done reading %s" msgstr "Lecture complétée %s" -#: dlltool.c:1493 +#: dlltool.c:1485 #, c-format msgid "Unable to open object file: %s" msgstr "Incapable d'ouvrir le fichier objet: %s" -#: dlltool.c:1496 +#: dlltool.c:1488 #, c-format msgid "Scanning object file %s" msgstr "Scrutation du fichier objet %s" -#: dlltool.c:1511 +#: dlltool.c:1503 #, c-format msgid "Cannot produce mcore-elf dll from archive file: %s" msgstr "Ne peutproduire mcore-elf dll à partir du fichier d'archive: %s" -#: dlltool.c:1603 +#: dlltool.c:1595 msgid "Adding exports to output file" msgstr "Ajout des exports au fichier de sortie" -#: dlltool.c:1648 +#: dlltool.c:1640 msgid "Added exports to output file" msgstr "Exports ajoutés au fichier de sortie" -#: dlltool.c:1772 +#: dlltool.c:1764 #, c-format msgid "Generating export file: %s" msgstr "Génération du fichier d'exports: %s" -#: dlltool.c:1777 +#: dlltool.c:1769 #, c-format msgid "Unable to open temporary assembler file: %s" msgstr "Incapable d'ouvrir le fichier assembleur temporaire: %s" -#: dlltool.c:1780 +#: dlltool.c:1772 #, c-format msgid "Opened temporary file: %s" msgstr "Fichier temporaire ouvert: %s" -#: dlltool.c:2004 +#: dlltool.c:1996 msgid "Generated exports file" msgstr "Fichier d'exports généré" -#: dlltool.c:2266 +#: dlltool.c:2258 #, c-format msgid "bfd_open failed open stub file: %s" msgstr "échec de bfd_open lors de l'ouverture du fichier stub: %s" -#: dlltool.c:2269 +#: dlltool.c:2261 #, c-format msgid "Creating stub file: %s" msgstr "Création du fichier stub: %s" -#: dlltool.c:2658 +#: dlltool.c:2650 #, c-format msgid "failed to open temporary head file: %s" msgstr "échec d'ouverture du fichier de tête temporaire: %s" -#: dlltool.c:2717 +#: dlltool.c:2709 #, c-format msgid "failed to open temporary tail file: %s" msgstr "échec d'ouverture du fichier de queue temporaire: %s" -#: dlltool.c:2785 +#: dlltool.c:2777 #, c-format msgid "Can't open .lib file: %s" msgstr "Ne peut ouvrir le fichier .lib: %s" -#: dlltool.c:2788 +#: dlltool.c:2780 #, c-format msgid "Creating library file: %s" msgstr "Création du fichier de librairie: %s" -#: dlltool.c:2847 +#: dlltool.c:2839 #, c-format msgid "cannot delete %s: %s" msgstr "ne peut détruire %s: %s" -#: dlltool.c:2851 +#: dlltool.c:2843 msgid "Created lib file" msgstr "Fichier de libraire créé" -#: dlltool.c:2956 +#: dlltool.c:2948 #, c-format msgid "Warning, ignoring duplicate EXPORT %s %d,%d" msgstr "AVERTISSEMENT: EXPORT en duplication ignoré %s %d,%d" -#: dlltool.c:2962 +#: dlltool.c:2954 #, c-format msgid "Error, duplicate EXPORT with oridinals: %s" msgstr "ERREUR, EXPORT en duplication avec ordinals: %s" -#: dlltool.c:3089 +#: dlltool.c:3081 msgid "Processing definitions" msgstr "Traitement des définitions" -#: dlltool.c:3127 +#: dlltool.c:3119 msgid "Processed definitions" msgstr "Définitions traitées" #. xgetext:c-format -#: dlltool.c:3138 dllwrap.c:519 +#: dlltool.c:3130 dllwrap.c:495 #, c-format -msgid "Usage %s \n" -msgstr "Usage %s \n" +msgid "Usage %s \n" +msgstr "Usage %s \n" #. xgetext:c-format -#: dlltool.c:3140 +#: dlltool.c:3132 #, c-format msgid " -m --machine Create as DLL for . [default: %s]\n" msgstr " -m --machine créer comme DLL pour la . [défaut: %s]\n" -#: dlltool.c:3141 +#: dlltool.c:3133 msgid " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" msgstr " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" -#: dlltool.c:3142 +#: dlltool.c:3134 msgid " -e --output-exp Generate an export file.\n" msgstr " -e --output-exp générer un fichier d'export.\n" -#: dlltool.c:3143 +#: dlltool.c:3135 msgid " -l --output-lib Generate an interface library.\n" msgstr " -l --output-lib générer une librairie d'interface.\n" -#: dlltool.c:3144 +#: dlltool.c:3136 msgid " -a --add-indirect Add dll indirects to export file.\n" msgstr " -a --add-indirect ajouter les dll indirectes au fichier d'exports.\n" -#: dlltool.c:3145 +#: dlltool.c:3137 msgid " -D --dllname Name of input dll to put into interface lib.\n" msgstr " -D --dllname nom du dll à placer dans la libraire d'interface.\n" -#: dlltool.c:3146 +#: dlltool.c:3138 msgid " -d --input-def Name of .def file to be read in.\n" msgstr " -d --input-def nom du fichier .def à lire\n" -#: dlltool.c:3147 +#: dlltool.c:3139 msgid " -z --output-def Name of .def file to be created.\n" msgstr " -z --output-def nom du fichier .def à créer.\n" -#: dlltool.c:3148 +#: dlltool.c:3140 msgid " --export-all-symbols Export all symbols to .def\n" msgstr " --export-all-symbols exporter tous les symboles vers le fichier .def\n" -#: dlltool.c:3149 +#: dlltool.c:3141 msgid " --no-export-all-symbols Only export listed symbols\n" msgstr " --no-export-all-symbols exporter seulement la liste des symboles\n" -#: dlltool.c:3150 +#: dlltool.c:3142 msgid " --exclude-symbols Don't export \n" msgstr " --exclude-symbols ne pas exporter la \n" -#: dlltool.c:3151 +#: dlltool.c:3143 msgid " --no-default-excludes Clear default exclude symbols\n" msgstr " --no-default-excludes ne pas tenir compte des symboles d'exclusion par défaut\n" -#: dlltool.c:3152 +#: dlltool.c:3144 msgid " -b --base-file Read linker generated base file.\n" msgstr " -b --base-file lire le fichier de base généré par l'éditeur de liens\n" -#: dlltool.c:3153 +#: dlltool.c:3145 msgid " -x --no-idata4 Don't generate idata$4 section.\n" msgstr " -x --no-idata4 ne pas générer la section idata$4\n" -#: dlltool.c:3154 +#: dlltool.c:3146 msgid " -c --no-idata5 Don't generate idata$5 section.\n" msgstr " -c --no-idata5 ne pas générer la section idata$5\n" -#: dlltool.c:3155 +#: dlltool.c:3147 msgid " -U --add-underscore Add underscores to symbols in interface library.\n" msgstr " -U --add-underscore ajouter des soulignés aux symboles dans la librairie d'interface\n" -#: dlltool.c:3156 +#: dlltool.c:3148 msgid " -k --kill-at Kill @ from exported names.\n" msgstr " -k --kill-at stopper @ à partir des noms exportés\n" -#: dlltool.c:3157 +#: dlltool.c:3149 msgid " -A --add-stdcall-alias Add aliases without @.\n" msgstr " -A --add-stdcall-alias ajouter des aliases sans @\n" -#: dlltool.c:3158 +#: dlltool.c:3150 msgid " -S --as Use for assembler.\n" msgstr " -S --as utiliser le pour l'assembleur\n" -#: dlltool.c:3159 +#: dlltool.c:3151 msgid " -f --as-flags Pass to the assembler.\n" msgstr " -f --as-flags relayer les à l'assembleur\n" -#: dlltool.c:3160 +#: dlltool.c:3152 msgid " -C --compat-implib Create backward compatible import library.\n" msgstr " -C --compat-implib créer une compatibilité arrière à la librairie d'importation\n" -#: dlltool.c:3161 +#: dlltool.c:3153 msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" msgstr " -n --no-delete conserver les fichier temporaires\n" -#: dlltool.c:3162 +#: dlltool.c:3154 msgid " -v --verbose Be verbose.\n" msgstr " -v --verbose passer en mode bavard\n" -#: dlltool.c:3163 +#: dlltool.c:3155 msgid " -V --version Display the program version.\n" msgstr " -V --version afficher le nom et la version du logiciel\n" -#: dlltool.c:3164 +#: dlltool.c:3156 msgid " -h --help Display this information.\n" msgstr " -h --help afficher l'aide-mémoire\n" -#: dlltool.c:3166 +#: dlltool.c:3158 msgid " -M --mcore-elf Process mcore-elf object files into .\n" msgstr " -M --mcore-elf traiter le fichier objet mcore-elf selon le \n" -#: dlltool.c:3167 +#: dlltool.c:3159 msgid " -L --linker Use as the linker.\n" msgstr " -L --linker utiliser comme éditeur de liens\n" -#: dlltool.c:3168 +#: dlltool.c:3160 msgid " -F --linker-flags Pass to the linker.\n" msgstr " -F --linker-flags relayer les à l'éditeur de liens\n" -#: dlltool.c:3315 +#: dlltool.c:3310 #, c-format msgid "Unable to open base-file: %s" msgstr "Incapable d'ouvrir le fichier de base: %s" -#: dlltool.c:3344 +#: dlltool.c:3339 #, c-format msgid "Machine '%s' not supported" msgstr "Machine « %s » n'est pas supportée" -#: dlltool.c:3447 dllwrap.c:240 +#: dlltool.c:3442 dllwrap.c:214 #, c-format msgid "Tried file: %s" msgstr "Essai avec le fichier: %s" -#: dlltool.c:3454 dllwrap.c:247 +#: dlltool.c:3449 dllwrap.c:221 #, c-format msgid "Using file: %s" msgstr "Utilisation du fichier: %s" -#: dllwrap.c:334 +#: dllwrap.c:308 #, c-format msgid "Keeping temporary base file %s" msgstr "Conservation temportaire du fichier de base %s" -#: dllwrap.c:336 +#: dllwrap.c:310 #, c-format msgid "Deleting temporary base file %s" msgstr "Destruction du fichier de base temporaire %s" -#: dllwrap.c:350 +#: dllwrap.c:324 #, c-format msgid "Keeping temporary exp file %s" msgstr "Conservation du fichier temporaire exp %s" -#: dllwrap.c:352 +#: dllwrap.c:326 #, c-format msgid "Deleting temporary exp file %s" msgstr "Destruction du fichier exp temporaire %s" -#: dllwrap.c:365 +#: dllwrap.c:339 #, c-format msgid "Keeping temporary def file %s" msgstr "Conservation du fichier temporaire def %s" -#: dllwrap.c:367 +#: dllwrap.c:341 #, c-format msgid "Deleting temporary def file %s" msgstr "Destruction du fichier temporaire def %s" -#: dllwrap.c:520 +#: dllwrap.c:496 msgid " Generic options:\n" msgstr " Option génériques:\n" -#: dllwrap.c:521 +#: dllwrap.c:497 msgid " --quiet, -q Work quietly\n" msgstr " --quiet, -q travailler en silence\n" -#: dllwrap.c:522 +#: dllwrap.c:498 msgid " --verbose, -v Verbose\n" msgstr " --verbose, -v travailler en mode bavard\n" -#: dllwrap.c:523 +#: dllwrap.c:499 msgid " --version Print dllwrap version\n" msgstr " --version afficher la version du dllwrap\n" -#: dllwrap.c:524 +#: dllwrap.c:500 msgid " --implib Synonym for --output-lib\n" msgstr " --implib identique à --output-lib\n" -#: dllwrap.c:525 +#: dllwrap.c:501 #, c-format msgid " Options for %s:\n" msgstr " Options pour %s:\n" -#: dllwrap.c:526 +#: dllwrap.c:502 msgid " --driver-name Defaults to \"gcc\"\n" msgstr " --driver-name par défaut « gcc »\n" -#: dllwrap.c:527 +#: dllwrap.c:503 msgid " --driver-flags Override default ld flags\n" msgstr " --driver-flags écrasesr les fanions par défaut de ld\n" -#: dllwrap.c:528 +#: dllwrap.c:504 msgid " --dlltool-name Defaults to \"dlltool\"\n" msgstr " --dlltool-name par défaut « dlltool »\n" -#: dllwrap.c:529 +#: dllwrap.c:505 msgid " --entry Specify alternate DLL entry point\n" msgstr " --entry spécifier une entrée alternative au point d'entrée du DLL\n" -#: dllwrap.c:530 +#: dllwrap.c:506 msgid " --image-base Specify image base address\n" msgstr " --image-base spécifier une adresse de l'image de base\n" -#: dllwrap.c:531 +#: dllwrap.c:507 msgid " --target i386-cygwin32 or i386-mingw32\n" msgstr " --target i386-cygwin32 ou i386-mingw32\n" -#: dllwrap.c:532 +#: dllwrap.c:508 msgid " --dry-run Show what needs to be run\n" msgstr " --dry-run afficher ce qui est nécessaire pour l'exécution\n" -#: dllwrap.c:533 +#: dllwrap.c:509 msgid " --mno-cygwin Create Mingw DLL\n" msgstr " --mno-cygwin créer une DLL de type Mingw\n" -#: dllwrap.c:534 +#: dllwrap.c:510 msgid " Options passed to DLLTOOL:\n" msgstr " Options relayées à DLLTOOL:\n" -#: dllwrap.c:535 +#: dllwrap.c:511 msgid " --machine \n" msgstr " --machine \n" -#: dllwrap.c:536 +#: dllwrap.c:512 msgid " --output-exp Generate export file.\n" msgstr " --output-exp générer un fichier d'exports.\n" -#: dllwrap.c:537 +#: dllwrap.c:513 msgid " --output-lib Generate input library.\n" msgstr " --output-lib générer une librairie d'entrée.\n" -#: dllwrap.c:538 +#: dllwrap.c:514 msgid " --add-indirect Add dll indirects to export file.\n" msgstr " --add-indirect ajouter les dll indirectes au fichier d'exports.\n" -#: dllwrap.c:539 +#: dllwrap.c:515 msgid " --dllname Name of input dll to put into output lib.\n" msgstr " --dllname nom du dll d'entrée à ajouter dans le fichier lib de sortie.\n" -#: dllwrap.c:540 +#: dllwrap.c:516 msgid " --def Name input .def file\n" msgstr " --def nom du fichier d'entrée .def\n" -#: dllwrap.c:541 +#: dllwrap.c:517 msgid " --output-def Name output .def file\n" msgstr " --output-def nom du fichier de sortie .def\n" -#: dllwrap.c:542 +#: dllwrap.c:518 msgid " --export-all-symbols Export all symbols to .def\n" msgstr " --export-all-symbols exporter tous les symboles au fichier .def\n" -#: dllwrap.c:543 +#: dllwrap.c:519 msgid " --no-export-all-symbols Only export .drectve symbols\n" msgstr " --no-export-all-symbols exporter seulement les symboles .drectve\n" -#: dllwrap.c:544 +#: dllwrap.c:520 msgid " --exclude-symbols Exclude from .def\n" msgstr " --exclude-symbols exclure la de .def\n" -#: dllwrap.c:545 +#: dllwrap.c:521 msgid " --no-default-excludes Zap default exclude symbols\n" msgstr " --no-default-excludes ignorer les symboles par défaut d'exclusion\n" -#: dllwrap.c:546 +#: dllwrap.c:522 msgid " --base-file Read linker generated base file\n" msgstr " --base-file lire le fichier de base généré par l'éditeur de liens\n" -#: dllwrap.c:547 +#: dllwrap.c:523 msgid " --no-idata4 Don't generate idata$4 section\n" msgstr " --no-idata4 ne pas générer la section idata$4\n" -#: dllwrap.c:548 +#: dllwrap.c:524 msgid " --no-idata5 Don't generate idata$5 section\n" msgstr " --no-idata5 ne pas générer la section idata$5\n" -#: dllwrap.c:549 +#: dllwrap.c:525 msgid " -U Add underscores to .lib\n" msgstr " -U ajouter des soulignés au fichier .lib\n" -#: dllwrap.c:550 +#: dllwrap.c:526 msgid " -k Kill @ from exported names\n" msgstr " -k stopper @ à partir des noms exportés\n" -#: dllwrap.c:551 +#: dllwrap.c:527 msgid " --add-stdcall-alias Add aliases without @\n" msgstr " --add-stdcall-alias ajouter les aliases sans @\n" -#: dllwrap.c:552 +#: dllwrap.c:528 msgid " --as Use for assembler\n" msgstr " --as utiliser comme assembleur\n" -#: dllwrap.c:553 +#: dllwrap.c:529 msgid " --nodelete Keep temp files.\n" msgstr " --nodelete conserver les fichiers temporaires.\n" -#: dllwrap.c:554 +#: dllwrap.c:530 msgid " Rest are passed unmodified to the language driver\n" msgstr " le reste est passé sans modification au pilote du langage\n" -#: dllwrap.c:824 +#: dllwrap.c:802 msgid "Must provide at least one of -o or --dllname options" msgstr "Obligation de fournir au moins une des options -o or --dllname" -#: dllwrap.c:852 +#: dllwrap.c:830 msgid "" "no export definition file provided.\n" "Creating one, but that may not be what you want" @@ -927,26 +990,43 @@ msgstr "" "aucun fichier d'exportation de définitions fourni.\n" "Création du fichier, mais il ne correspondra pas nécessairement à ce que vous désirez." -#: dllwrap.c:1014 +#: dllwrap.c:992 #, c-format msgid "DLLTOOL name : %s\n" msgstr "OUTILDLL nom : %s\n" -#: dllwrap.c:1015 +#: dllwrap.c:993 #, c-format msgid "DLLTOOL options : %s\n" msgstr "OUTILDLL options : %s\n" -#: dllwrap.c:1016 +#: dllwrap.c:994 #, c-format msgid "DRIVER name : %s\n" msgstr "PILOTE name : %s\n" -#: dllwrap.c:1017 +#: dllwrap.c:995 #, c-format msgid "DRIVER options : %s\n" msgstr "PILOTE options : %s\n" +#: emul_aix.c:52 +#, c-format +msgid " [-g] - 32 bit small archive\n" +msgstr " [-g] - petite archive de 32 bits\n" + +#: emul_aix.c:53 +msgid " [-X32] - ignores 64 bit objects\n" +msgstr " [-X32] - ignore les objets de 64 bits\n" + +#: emul_aix.c:54 +msgid " [-X64] - ignores 32 bit objects\n" +msgstr " [-X64] - ignore les objets de 32 bits\n" + +#: emul_aix.c:55 +msgid " [-X32_64] - accepts 32 and 64 bit objects\n" +msgstr " [-X32_64] - accepter les objets de 32 et 64 bits\n" + #: ieee.c:317 msgid "unexpected end of debugging information" msgstr "fin inattendue des informations de débug" @@ -1033,8 +1113,8 @@ msgid "Pascal file name not supported" msgstr "Nom de fichier Pascal non supporté" #: ieee.c:1919 -msgid "unsupported qualifer" -msgstr "qualificatif non supporté" +msgid "unsupported qualifier" +msgstr "qualificateur non supporté" #: ieee.c:2190 msgid "undefined variable in ATN" @@ -1158,226 +1238,235 @@ msgstr "ATN65 requis est absent" msgid "bad ATN65 record" msgstr "mauvais enregistrement ATN65" -#: ieee.c:4236 +#: ieee.c:4234 msgid "IEEE numeric overflow: 0x" msgstr "débordement numériquie IEEE: Ox" -#: ieee.c:4282 +#: ieee.c:4280 #, c-format msgid "IEEE string length overflow: %u\n" msgstr "débordement de la longueur de la chaîne IEEE: %u\n" -#: ieee.c:5333 +#: ieee.c:5330 #, c-format msgid "IEEE unsupported integer type size %u\n" msgstr "taille de type d'entier IEEE non supporté %u\n" -#: ieee.c:5369 +#: ieee.c:5366 #, c-format msgid "IEEE unsupported float type size %u\n" msgstr "taille de type de nombre IEEE en notation flottante non supporté %u\n" -#: ieee.c:5405 +#: ieee.c:5402 #, c-format msgid "IEEE unsupported complex type size %u\n" msgstr "taille de nombre complexe IEEE non supportée %u\n" -#: nlmconv.c:278 srconv.c:2020 +#: nlmconv.c:281 srconv.c:2043 msgid "input and output files must be different" msgstr "fichiers d'entrée et de sortie doivent être différents" -#: nlmconv.c:325 +#: nlmconv.c:328 msgid "input file named both on command line and with INPUT" msgstr "fichier d'entrée nommé à la fois sur la ligne de commande et dans la champ INPUT" -#: nlmconv.c:334 +#: nlmconv.c:337 msgid "no input file" msgstr "aucun fichier d'entrée" -#: nlmconv.c:364 +#: nlmconv.c:367 msgid "no name for output file" msgstr "aucun nom pour le fichier de sortie" -#: nlmconv.c:377 +#: nlmconv.c:380 msgid "warning: input and output formats are not compatible" msgstr "AVERTISSEMENT: les formats d'entrée et de sortie sont incompatibles" -#: nlmconv.c:406 +#: nlmconv.c:409 msgid "make .bss section" msgstr "générer la section .bss" -#: nlmconv.c:415 +#: nlmconv.c:418 msgid "make .nlmsections section" msgstr "générer la section .nlmsections" -#: nlmconv.c:417 +#: nlmconv.c:420 msgid "set .nlmsections flags" msgstr "initialiser les fanions .nlmsections" -#: nlmconv.c:445 +#: nlmconv.c:448 msgid "set .bss vma" msgstr "initialiser le vma de la section .bss" -#: nlmconv.c:452 +#: nlmconv.c:455 msgid "set .data size" msgstr "initialiser la taille de la section .data" -#: nlmconv.c:632 +#: nlmconv.c:635 #, c-format msgid "warning: symbol %s imported but not in import list" msgstr "AVERTISSEMENT: symbole %s importé mais n'est pas dans la liste d'importation" -#: nlmconv.c:652 +#: nlmconv.c:655 msgid "set start address" msgstr "initialiser l'adresse de départ" -#: nlmconv.c:701 +#: nlmconv.c:704 #, c-format msgid "warning: START procedure %s not defined" msgstr "AVERTISSEMENT: procédure START %s n'est pas définie" -#: nlmconv.c:703 +#: nlmconv.c:706 #, c-format msgid "warning: EXIT procedure %s not defined" msgstr "AVERTISSEMENT: procédure EXIT %s n'est pas définie" -#: nlmconv.c:705 +#: nlmconv.c:708 #, c-format msgid "warning: CHECK procedure %s not defined" msgstr "AVERTISSEMENT: procédure CHECK %s n'est pas définie" -#: nlmconv.c:726 nlmconv.c:915 +#: nlmconv.c:729 nlmconv.c:918 msgid "custom section" msgstr "section « custom »" -#: nlmconv.c:747 nlmconv.c:944 +#: nlmconv.c:750 nlmconv.c:947 msgid "help section" msgstr "section d'aide" -#: nlmconv.c:769 nlmconv.c:962 +#: nlmconv.c:772 nlmconv.c:965 msgid "message section" msgstr "section message" -#: nlmconv.c:785 nlmconv.c:995 +#: nlmconv.c:788 nlmconv.c:998 msgid "module section" msgstr "section module" -#: nlmconv.c:805 nlmconv.c:1011 +#: nlmconv.c:808 nlmconv.c:1014 msgid "rpc section" msgstr "section rpc" #. There is no place to record this information. -#: nlmconv.c:841 +#: nlmconv.c:844 #, c-format msgid "%s: warning: shared libraries can not have uninitialized data" msgstr "%s: AVERTISSEMENT: les librairies partagées ne peuvent avoir des données non initialisées" -#: nlmconv.c:862 nlmconv.c:1030 +#: nlmconv.c:865 nlmconv.c:1033 msgid "shared section" msgstr "section partagée" -#: nlmconv.c:870 +#: nlmconv.c:873 msgid "warning: No version number given" msgstr "AVERTISSEMENT: aucun numéro de version fourni" -#: nlmconv.c:910 nlmconv.c:939 nlmconv.c:957 nlmconv.c:1006 nlmconv.c:1025 +#: nlmconv.c:913 nlmconv.c:942 nlmconv.c:960 nlmconv.c:1009 nlmconv.c:1028 #, c-format msgid "%s: read: %s" msgstr "%s: lu: %s" -#: nlmconv.c:932 +#: nlmconv.c:935 msgid "warning: MAP and FULLMAP are not supported; try ld -M" msgstr "AVERTISSEMENT: MAP et FULLMAP ne sont pas supportées; essayer ld -M" -#: nlmconv.c:1101 +#: nlmconv.c:1107 #, c-format -msgid "%s: Convert an object file into a NetWare Loadable Module\n" -msgstr "%s: convertir un fichier objet en un NetWare Loadable Module\n" +msgid "Usage: %s [option(s)] [in-file [out-file]]\n" +msgstr "Usage: %s [options] fichier_entrée [fichier_sortie]\n" -#: nlmconv.c:1113 -#, c-format -msgid "" -"Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" -" [--input-target=bfdname] [--output-target=bfdname]\n" -" [--header-file=file] [--linker=linker] [--debug]\n" -" [--help] [--version]\n" -" [in-file [out-file]]\n" -msgstr "" -"Usage: %s [-dhV] [-I nombfd] [-O nombfd] [-T fichier_en_tete] [-l editeur_de_lien]\n" -" [--input-target=nombfd] [--output-target=nombfd]\n" -" [--header-file=fichier] [--linker=editeur_de_liens] [--debug]\n" -" [--help] [--version]\n" -" [fichier_d_entree [fichier_de_sortie]]\n" +#: nlmconv.c:1108 +msgid " Convert an object file into a NetWare Loadable Module\n" +msgstr "Convertir un fichier objet en un module NetWare Loadable\n" + +#: nlmconv.c:1109 +msgid "" +" The options are:\n" +" -I --input-target= Set the input binary file format\n" +" -O --output-target= Set the output binary file format\n" +" -T --header-file= Read for NLM header information\n" +" -l --linker= Use for any linking\n" +" -d --debug Display on stderr the linker command line\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +msgstr "" +"Les options sont:\n" +" -I --input-target= sélectionner le format binaire du fichier d'entrée\n" +" -O --output-target= sélectionner le format binaire du fichier de sortie\n" +" -T --header-file= lire les informations NLM du \n" +" -l --linker= utiliser l'éditeur de pour toutes éditions\n" +" -d --debug afficher la ligne de commande sur stderr\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" -#: nlmconv.c:1153 +#: nlmconv.c:1151 #, c-format msgid "support not compiled in for %s" msgstr "soutien non compilé pour %s" -#: nlmconv.c:1193 +#: nlmconv.c:1191 msgid "make section" msgstr "section make" -#: nlmconv.c:1207 +#: nlmconv.c:1205 msgid "set section size" msgstr "initialisation de la taille de la section" -#: nlmconv.c:1213 +#: nlmconv.c:1211 msgid "set section alignment" msgstr "initialisation de l'alignement de la section" -#: nlmconv.c:1217 +#: nlmconv.c:1215 msgid "set section flags" msgstr "initialisation des fanions de la section" -#: nlmconv.c:1228 +#: nlmconv.c:1226 msgid "set .nlmsections size" msgstr "initialisation de la taille de .nlmsections" -#: nlmconv.c:1316 nlmconv.c:1324 nlmconv.c:1333 nlmconv.c:1338 +#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336 msgid "set .nlmsection contents" msgstr "initialisation du contenu de .nlmsection" -#: nlmconv.c:1841 +#: nlmconv.c:1837 msgid "stub section sizes" msgstr "taille de la section stub" -#: nlmconv.c:1890 +#: nlmconv.c:1886 msgid "writing stub" msgstr "écriture du stub" -#: nlmconv.c:1980 +#: nlmconv.c:1975 #, c-format msgid "unresolved PC relative reloc against %s" msgstr "relocalisation relative sur PC non résolue de %s" -#: nlmconv.c:2044 +#: nlmconv.c:2039 #, c-format msgid "overflow when adjusting relocation against %s" msgstr "débordement lors de la relocalisation de %s" -#: nlmconv.c:2161 +#: nlmconv.c:2156 #, c-format msgid "%s: execution of %s failed: " msgstr "%s: échec d'exécution de %s :" -#: nlmconv.c:2176 +#: nlmconv.c:2171 #, c-format msgid "Execution of %s failed" msgstr "Échec d'exécution de %s" -#: nm.c:300 +#: nm.c:246 size.c:85 strings.c:650 #, c-format -msgid "Usage: %s [OPTION]... [FILE]...\n" -msgstr "Usage: %s [OPTIONS]... [FICHIER]...\n" +msgid "Usage: %s [option(s)] [file(s)]\n" +msgstr "Usage: %s [options] fichiers\n" -#: nm.c:301 -msgid "List symbols from FILEs (a.out by default).\n" -msgstr "Afficher les symboles des FICHIERS (a.out par défaut).\n" +#: nm.c:247 +msgid " List symbols in [file(s)] (a.out by default).\n" +msgstr "Afficher les symboles des [fichiers] (a.out par défaut).\n" -#: nm.c:302 +#: nm.c:248 msgid "" -"\n" +" The options are:\n" " -a, --debug-syms Display debugger-only symbols\n" " -A, --print-file-name Print name of the input file before every symbol\n" " -B Same as --format=bsd\n" @@ -1391,7 +1480,6 @@ msgid "" " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" " `sysv' or `posix'. The default is `bsd'\n" " -g, --extern-only Display only external symbols\n" -" -h, --help Display this information\n" " -l, --line-numbers Use debugging information to find a filename and\n" " line number for each symbol\n" " -n, --numeric-sort Sort symbols numerically by address\n" @@ -1399,16 +1487,18 @@ msgid "" " -p, --no-sort Do not sort the symbols\n" " -P, --portability Same as --format=posix\n" " -r, --reverse-sort Reverse the sense of the sort\n" +" -S, --print-size Print size of defined symbols\n" " -s, --print-armap Include index for symbols from archive members\n" " --size-sort Sort symbols by size\n" " -t, --radix=RADIX Use RADIX for printing symbol values\n" " --target=BFDNAME Specify the target object format as BFDNAME\n" " -u, --undefined-only Display only undefined symbols\n" -" -V, --version Display this program's version number\n" " -X 32_64 (ignored)\n" +" -h, --help Display this information\n" +" -V, --version Display this program's version number\n" "\n" msgstr "" -"\n" +"Les options sont:\n" " -a, --debug-syms afficher seulement les symboles de débug\n" " -A, --print-file-name afficher le nom du fichier d'entrée avant chaque symbole\n" " -B identique à --format=bsd\n" @@ -1430,6 +1520,7 @@ msgstr "" " -p, --no-sort ne pas trier les symboles\n" " -P, --portability identique à --format=posix\n" " -r, --reverse-sort trier en ordre inverse\n" +" -S, --print-size afficher la taille des symboles définis\n" " -s, --print-armap inclure un index pour les symboles à partir des membres de l'archive\n" " --size-sort trier les symboles par leur taille\n" " -t, --radix=BASE utiliser la BASE numérique pour afficher la valeur des symboles\n" @@ -1437,33 +1528,50 @@ msgstr "" " -u, --undefined-only afficher seulement les symboles indéfinis\n" " -V, --version afficher le nom et la version du logiciel\n" " -X 32_64 (ignoré)\n" +" -V --version afficher le nom et la version du logiciel\n" +" -h --help afficher l'aide-mémoire\n" "\n" -#: nm.c:334 objdump.c:216 +#: nm.c:281 objdump.c:217 #, c-format msgid "Report bugs to %s.\n" msgstr "Rapporter toutes anomalies à %s\n" -#: nm.c:367 +#: nm.c:314 #, c-format msgid "%s: invalid radix" msgstr "%s: base numérique invalide" -#: nm.c:392 +#: nm.c:339 #, c-format msgid "%s: invalid output format" msgstr "%s: format de sortie invalide" -#: nm.c:504 +#: nm.c:456 msgid "Only -X 32_64 is supported" msgstr "Seul -X 32_64 est supporté" -#: nm.c:546 +#: nm.c:498 #, c-format msgid "data size %ld" msgstr "taille des donnée %ld" -#: nm.c:1340 +#: nm.c:523 readelf.c:5306 readelf.c:5342 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: nm.c:525 readelf.c:5308 readelf.c:5354 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: nm.c:527 readelf.c:5310 readelf.c:5357 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: nm.c:1339 #, c-format msgid "" "\n" @@ -1476,7 +1584,7 @@ msgstr "" "Symboles indéfinis dans %s:\n" "\n" -#: nm.c:1342 +#: nm.c:1341 #, c-format msgid "" "\n" @@ -1489,15 +1597,23 @@ msgstr "" "Symboles de %s:\n" "\n" -#: nm.c:1343 nm.c:1397 +#: nm.c:1343 nm.c:1401 msgid "" -"Name Value Class Type Size Line Section\n" +"Name Value Class Type Size Line Section\n" "\n" msgstr "" -"Nom Valeur Classe Type Taille Ligne Section\n" +"Nom Valeur Classe Type Taille Ligne Section\n" "\n" -#: nm.c:1394 +#: nm.c:1346 nm.c:1404 +msgid "" +"Name Value Class Type Size Line Section\n" +"\n" +msgstr "" +"Nom Valeur Classe Type Taille Ligne Section\n" +"\n" + +#: nm.c:1397 #, c-format msgid "" "\n" @@ -1510,7 +1626,7 @@ msgstr "" "Symboles indéfinis dans %s[%s]:\n" "\n" -#: nm.c:1396 +#: nm.c:1399 #, c-format msgid "" "\n" @@ -1523,7 +1639,7 @@ msgstr "" "Symboles de %s[%s]:\n" "\n" -#: nm.c:1564 +#: nm.c:1614 msgid "" "\n" "Archive index:\n" @@ -1531,16 +1647,20 @@ msgstr "" "\n" "Indexe de l'archive:\n" -#: objcopy.c:363 +#: objcopy.c:363 srconv.c:1952 #, c-format -msgid "Usage: %s in-file [out-file]\n" -msgstr "Usage: %s fichier_d_entrée [fichier_de_sortie]\n" +msgid "Usage: %s [option(s)] in-file [out-file]\n" +msgstr "Usage: %s [options] fichier_d_entrée [fichier_de_sortie]\n" + +#: objcopy.c:364 +msgid " Copies a binary file, possibly transforming it in the process\n" +msgstr "Copier un fichier binaire, possiblement le transformer durant le traitement\n" -#: objcopy.c:364 objcopy.c:433 +#: objcopy.c:365 objcopy.c:435 msgid " The options are:\n" msgstr " Les options sont:\n" -#: objcopy.c:365 +#: objcopy.c:366 msgid "" " -I --input-target Assume input file is in format \n" " -O --output-target Create an output file in format \n" @@ -1653,23 +1773,27 @@ msgstr "" " -V --version afficher le nom et la version du logiciel\n" " -h --help afficher l'aide-mémoire\n" -#: objcopy.c:432 +#: objcopy.c:433 #, c-format -msgid "Usage: %s in-file(s)\n" -msgstr "Usage: %s fichier(s)_d_entrée\n" +msgid "Usage: %s in-file(s)\n" +msgstr "Usage: %s fichiers\n" #: objcopy.c:434 +msgid " Removes symbols and sections from files\n" +msgstr "Enlever les symboles et les sections des fichiers\n" + +#: objcopy.c:436 msgid "" -" -I --input-target Assume input file is in format \n" -" -O --output-target Create an output file in format \n" -" -F --target Set both input and output format to \n" +" -I --input-target= Assume input file is in format \n" +" -O --output-target= Create an output file in format \n" +" -F --target= Set both input and output format to \n" " -p --preserve-dates Copy modified/access timestamps to the output\n" -" -R --remove-section Remove section from the output\n" +" -R --remove-section= Remove section from the output\n" " -s --strip-all Remove all symbol and relocation information\n" -" -g -S --strip-debug Remove all debugging symbols\n" +" -g -S -d --strip-debug Remove all debugging symbols\n" " --strip-unneeded Remove all symbols not needed by relocations\n" -" -N --strip-symbol Do not copy symbol \n" -" -K --keep-symbol Only copy symbol \n" +" -N --strip-symbol= Do not copy symbol \n" +" -K --keep-symbol= Only copy symbol \n" " -x --discard-all Remove all non-global symbols\n" " -X --discard-locals Remove any compiler-generated symbols\n" " -v --verbose List all object files modified\n" @@ -1677,13 +1801,13 @@ msgid "" " -h --help Display this output\n" " -o Place stripped output into \n" msgstr "" -" -I --input-target assumer que le format du fichier d'entrée est \n" -" -O --output-target créer un fichier de sortie ayant le format \n" -" -F --target utiliser à l'entrée et à la sortie le format \n" +" -I --input-target assumer que le format du fichier d'entrée est \n" +" -O --output-target créer un fichier de sortie ayant le format \n" +" -F --target utiliser à l'entrée et à la sortie le format \n" " -p --preserve-dates préserver les dates d'accès et de modification lors de la copie\n" " -R --remove-section retirer la section du fichier de sortie\n" " -s --strip-all retirer tous les symboles et les informations de relocalisation\n" -" -g -S --strip-debug retirer tous les symboles de débug\n" +" -g -S -d --strip-debug retirer tous les symboles de débug\n" " --strip-unneeded retirer tous les symboles qui ne sont pas nécessaire à la relocalisation\n" " -N --strip-symbol ne pas copier le symbole \n" " -K --keep-symbol copier seulement le symbole \n" @@ -1694,216 +1818,213 @@ msgstr "" " -h --help afficher l'aide-mémoire\n" " -o placer la sortie élaguée dans le \n" -#: objcopy.c:504 +#: objcopy.c:506 #, c-format msgid "unrecognized section flag `%s'" msgstr "fanion de section non reconnnu « %s »" -#: objcopy.c:505 +#: objcopy.c:507 #, c-format msgid "supported flags: %s" msgstr "fanions supportés: %s" -#: objcopy.c:582 objcopy.c:2206 +#: objcopy.c:584 objcopy.c:2243 #, c-format msgid "cannot stat: %s: %s" msgstr "ne peut évaluer par stat(): %s: %s" -#: objcopy.c:589 objcopy.c:2224 +#: objcopy.c:591 objcopy.c:2261 #, c-format msgid "cannot open: %s: %s" msgstr "ne peut ouvrir: %s: %s" -#: objcopy.c:592 objcopy.c:2228 +#: objcopy.c:594 objcopy.c:2265 #, c-format msgid "%s: fread failed" msgstr "%s: fread en échec" -#: objcopy.c:665 +#: objcopy.c:667 #, c-format msgid "Ignoring rubbish found on line %d of %s" msgstr "Rebuts ignorés trouvés sur la ligne %d de %s" -#: objcopy.c:886 +#: objcopy.c:888 #, c-format msgid "%s: Multiple redefinition of symbol \"%s\"" msgstr "%s: re-définition multiples du symbole « %s »" -#: objcopy.c:891 +#: objcopy.c:893 #, c-format msgid "%s: Symbol \"%s\" is target of more than one redefinition" msgstr "%s: symbole « %s » cible plus d'une re-définition" -#: objcopy.c:943 +#: objcopy.c:945 msgid "Unable to change endianness of input file(s)" msgstr "Incapable de changer de systèmes d'encodage (poids fort- faible) des fichiers d'entrée" -#: objcopy.c:951 +#: objcopy.c:953 #, c-format msgid "copy from %s(%s) to %s(%s)\n" msgstr "copie de %s(%s) vers %s(%s)\n" -#: objcopy.c:975 +#: objcopy.c:977 #, c-format msgid "Warning: Output file cannot represent architecture %s" msgstr "AVERTISSEMENT: fichier de sortie ne peut représenter l'architecture %s" -#: objcopy.c:1002 +#: objcopy.c:1004 #, c-format msgid "can't create section `%s': %s" msgstr "Ne peut créer la section « %s »: %s" -#: objcopy.c:1088 +#: objcopy.c:1090 #, c-format msgid "Can't fill gap after %s: %s" msgstr "Ne peut remplir le vide après %s: %s" -#: objcopy.c:1113 +#: objcopy.c:1115 #, c-format msgid "Can't add padding to %s: %s" msgstr "Ne peut ajouter de remplissage pour %s: %s" -#: objcopy.c:1252 +#: objcopy.c:1254 #, c-format msgid "%s: error copying private BFD data: %s" msgstr "%s: erreur de copie des données privées BFD: %s" -#: objcopy.c:1265 +#: objcopy.c:1267 msgid "unknown alternate machine code, ignored" msgstr "code machine alternatif inconnu, ignoré" -#: objcopy.c:1295 +#: objcopy.c:1300 objcopy.c:1330 #, c-format msgid "cannot mkdir %s for archive copying (error: %s)" msgstr "ne peut créer le répertoire mkdir %s pour copie d'archivage (erreur: %s)" -#: objcopy.c:1466 +#: objcopy.c:1497 #, c-format msgid "Multiple renames of section %s" msgstr "Changement multiples de noms de la section %s" -#: objcopy.c:1550 +#: objcopy.c:1581 msgid "making" msgstr "génération" -#: objcopy.c:1559 +#: objcopy.c:1590 msgid "size" msgstr "taille" -#: objcopy.c:1573 +#: objcopy.c:1604 msgid "vma" msgstr "vma" -#: objcopy.c:1599 +#: objcopy.c:1630 msgid "alignment" msgstr "alignement" -#: objcopy.c:1607 +#: objcopy.c:1638 msgid "flags" msgstr "fanions" -#: objcopy.c:1624 +#: objcopy.c:1655 msgid "private data" msgstr "données privées" -#: objcopy.c:1632 +#: objcopy.c:1663 #, c-format msgid "%s: section `%s': error in %s: %s" msgstr "%s: section « %s »: erreur dans %s: %s" -#: objcopy.c:1910 +#: objcopy.c:1946 #, c-format msgid "%s: can't create debugging section: %s" msgstr "%s: ne peut créer la section de débug: %s" -#: objcopy.c:1925 +#: objcopy.c:1961 #, c-format msgid "%s: can't set debugging section contents: %s" msgstr "%s: ne peut initialiser le contenu de la section de débug: %s" -#: objcopy.c:1934 +#: objcopy.c:1970 #, c-format msgid "%s: don't know how to write debugging information for %s" msgstr "%s: ne sait comment écrire les informations de débug de %s" -#: objcopy.c:2041 +#: objcopy.c:2078 #, c-format msgid "%s: cannot stat: %s" msgstr "%s: ne peut évaluer par stat(): %s" -#: objcopy.c:2092 +#: objcopy.c:2129 msgid "byte number must be non-negative" msgstr "le nombre d'octet ne peut être négatif" -#: objcopy.c:2102 +#: objcopy.c:2139 msgid "interleave must be positive" msgstr "l'intercalage doit être positif" -#: objcopy.c:2122 objcopy.c:2130 +#: objcopy.c:2159 objcopy.c:2167 #, c-format msgid "%s both copied and removed" msgstr "%s les deux doivent être copiés et enlevés" -#: objcopy.c:2203 objcopy.c:2273 objcopy.c:2373 objcopy.c:2400 objcopy.c:2424 objcopy.c:2428 objcopy.c:2448 +#: objcopy.c:2240 objcopy.c:2310 objcopy.c:2410 objcopy.c:2437 objcopy.c:2461 +#: objcopy.c:2465 objcopy.c:2485 #, c-format msgid "bad format for %s" msgstr "mauvais format pour %s" -#: objcopy.c:2342 +#: objcopy.c:2379 #, c-format msgid "Warning: truncating gap-fill from 0x%s to 0x%x" msgstr "AVERTISSEMENT: réduction du remplissage de 0x%s à 0x%x" -#: objcopy.c:2494 +#: objcopy.c:2531 msgid "alternate machine code index must be positive" msgstr "le code alternatif d'index du code machine doit être positif" -#: objcopy.c:2512 +#: objcopy.c:2550 msgid "byte number must be less than interleave" msgstr "le nombre d'octets ne peut être plus petit que celui de l'intercalage" -#: objcopy.c:2539 +#: objcopy.c:2577 #, c-format msgid "architecture %s unknown" msgstr "architecture %s inconnue" -#: objcopy.c:2543 +#: objcopy.c:2581 msgid "Warning: input target 'binary' required for binary architecture parameter." msgstr "AVERTISSEMENT: la cible d'entrée « binary » requiert un paramètre pour une architecture binaire." -#: objcopy.c:2544 +#: objcopy.c:2582 #, c-format msgid " Argument %s ignored" msgstr " Argument %s ignoré" -#: objcopy.c:2550 +#: objcopy.c:2588 #, c-format msgid "Cannot stat: %s: %s" msgstr "Ne peut évaluer par stat(): %s: %s" -#: objcopy.c:2590 objcopy.c:2604 +#: objcopy.c:2628 objcopy.c:2642 #, c-format msgid "%s %s%c0x%s never used" msgstr "%s %s%c0x%s jamais utilisé" -#: objdump.c:164 -#, c-format -msgid "Usage: %s OPTION... FILE...\n" -msgstr "Usage: %s OPTION... FICHIER...\n" - #: objdump.c:165 -msgid "Display information from object FILE.\n" -msgstr "Afficher les informations depuis le FICHIER objet.\n" +#, c-format +msgid "Usage: %s \n" +msgstr "Usage: %s \n" #: objdump.c:166 -msgid "" -"\n" -" At least one of the following switches must be given:\n" -msgstr "" -"\n" -" Au moins un des commutateurs suivants doit être fourni:\n" +msgid " Display information from object .\n" +msgstr "Afficher les informations depuis les objet.\n" #: objdump.c:167 +msgid " At least one of the following switches must be given:\n" +msgstr "Au moins un des commutateurs suivants doit être fourni:\n" + +#: objdump.c:168 msgid "" " -a, --archive-headers Display archive header information\n" " -f, --file-headers Display the contents of the overall file header\n" @@ -1920,7 +2041,7 @@ msgid "" " -T, --dynamic-syms Display the contents of the dynamic symbol table\n" " -r, --reloc Display the relocation entries in the file\n" " -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" -" -V, --version Display this program's version number\n" +" -v, --version Display this program's version number\n" " -i, --info List object formats and architectures supported\n" " -H, --help Display this information\n" msgstr "" @@ -1943,7 +2064,7 @@ msgstr "" " -i, --info afficher les formats objets et les architectures supportées\n" " -H, --help afficher cette information\n" -#: objdump.c:189 +#: objdump.c:190 msgid "" "\n" " The following switches are optional:\n" @@ -1951,7 +2072,7 @@ msgstr "" "\n" " Les commutateurs suivants sont optionnels:\n" -#: objdump.c:190 +#: objdump.c:191 msgid "" " -b, --target=BFDNAME Specify the target object format as BFDNAME\n" " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" @@ -1993,52 +2114,52 @@ msgstr "" " --adjust-vma=DÉCALAGE ajouter un DÉCALAGE à toutes les adresses affichés des sections\n" "\n" -#: objdump.c:359 +#: objdump.c:358 msgid "Sections:\n" msgstr "Sections:\n" -#: objdump.c:362 +#: objdump.c:361 objdump.c:365 msgid "Idx Name Size VMA LMA File off Algn" msgstr "Idx Nom Taille VMA LMA Fich off Algn" -#: objdump.c:364 +#: objdump.c:367 msgid "Idx Name Size VMA LMA File off Algn" msgstr "Idx Nom Taille VMA LMA Fich off Algn" -#: objdump.c:368 +#: objdump.c:371 msgid " Flags" msgstr " Fanions" -#: objdump.c:418 +#: objdump.c:419 #, c-format msgid "%s: not a dynamic object" msgstr "%s: n'est pas un objet dynamique" -#: objdump.c:434 +#: objdump.c:433 #, c-format msgid "%s: No dynamic symbols" msgstr "%s: aucun symboles dynamiques" -#: objdump.c:1124 +#: objdump.c:1114 msgid "Out of virtual memory" msgstr "Mémoire virtuelle épuisée" -#: objdump.c:1553 +#: objdump.c:1543 #, c-format msgid "Can't use supplied machine %s" msgstr "Ne peut utiliser la machine %s" -#: objdump.c:1571 +#: objdump.c:1561 #, c-format msgid "Can't disassemble for architecture %s\n" msgstr "Ne peut déassembler pour l'architecture %s\n" -#: objdump.c:1653 +#: objdump.c:1643 #, c-format msgid "Disassembly of section %s:\n" msgstr "Déassemblage de la section %s:\n" -#: objdump.c:1828 +#: objdump.c:1818 #, c-format msgid "" "No %s section present\n" @@ -2047,22 +2168,22 @@ msgstr "" "Aucune section %s présente\n" "\n" -#: objdump.c:1835 +#: objdump.c:1825 #, c-format msgid "%s has no %s section" msgstr "%s n'as pas de section %s" -#: objdump.c:1849 +#: objdump.c:1839 #, c-format msgid "Reading %s section of %s failed: %s" msgstr "Lecture de la section %s de %s a échouée: %s" -#: objdump.c:1861 +#: objdump.c:1851 #, c-format msgid "Reading %s section of %s failed: %s\n" msgstr "Lecture de la section %s de %s a échouée: %s\n" -#: objdump.c:1904 +#: objdump.c:1894 #, c-format msgid "" "Contents of %s section:\n" @@ -2071,17 +2192,17 @@ msgstr "" "Contenu de la section %s:\n" "\n" -#: objdump.c:2004 +#: objdump.c:1994 #, c-format msgid "architecture: %s, " msgstr "architecture: %s, " -#: objdump.c:2007 +#: objdump.c:1997 #, c-format msgid "flags 0x%08x:\n" msgstr "fanions 0x%08x:\n" -#: objdump.c:2020 +#: objdump.c:2010 msgid "" "\n" "start address 0x" @@ -2089,7 +2210,7 @@ msgstr "" "\n" "adresse de départ 0x" -#: objdump.c:2052 +#: objdump.c:2042 #, c-format msgid "" "\n" @@ -2098,56 +2219,56 @@ msgstr "" "\n" "%s: format de fichier %s\n" -#: objdump.c:2094 +#: objdump.c:2084 #, c-format msgid "%s: printing debugging information failed" msgstr "%s: échec d'affichage des information de débug" -#: objdump.c:2171 +#: objdump.c:2161 #, c-format msgid "In archive %s:\n" msgstr "Dans l'archive %s:\n" -#: objdump.c:2223 +#: objdump.c:2213 #, c-format msgid "Contents of section %s:\n" msgstr "Contenu de la section %s:\n" -#: objdump.c:2736 +#: objdump.c:2718 #, c-format msgid "BFD header file version %s\n" msgstr "Version de l'en-tête du fichier BFD %s\n" -#: objdump.c:2825 +#: objdump.c:2807 msgid "unrecognized -E option" msgstr "option -E non reconnue" -#: objdump.c:2836 +#: objdump.c:2818 #, c-format msgid "unrecognized --endian type `%s'" msgstr "type non reconnu --endian « %s »" -#: rdcoff.c:205 +#: rdcoff.c:204 #, c-format msgid "parse_coff_type: Bad type code 0x%x" msgstr "parse_coff_type: mauvais type de code 0x%x" -#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:730 +#: rdcoff.c:422 rdcoff.c:530 rdcoff.c:729 #, c-format msgid "bfd_coff_get_syment failed: %s" msgstr "bfd_coff_get_syment en échec: %s" -#: rdcoff.c:439 rdcoff.c:750 +#: rdcoff.c:438 rdcoff.c:749 #, c-format msgid "bfd_coff_get_auxent failed: %s" msgstr "bfd_coff_get_auxent en échec: %s" -#: rdcoff.c:817 +#: rdcoff.c:816 #, c-format msgid "%ld: .bf without preceding function" msgstr "%ld: .bf aucune fonction qui précède" -#: rdcoff.c:867 +#: rdcoff.c:866 #, c-format msgid "%ld: unexpected .ef\n" msgstr "%ld: .ef inattendu\n" @@ -2161,332 +2282,314 @@ msgstr "%s: aucune information de débug msgid "Last stabs entries before error:\n" msgstr "Dernière entrées à inclure avant erreur:\n" -#: readelf.c:318 +#: readelf.c:328 #, c-format msgid "%s: Error: " msgstr "%s: ERREUR: " -#: readelf.c:329 +#: readelf.c:339 #, c-format msgid "%s: Warning: " msgstr "%s: AVERTISSEMENT: " -#: readelf.c:351 +#: readelf.c:361 #, c-format msgid "Unable to seek to %x for %s\n" msgstr "Incapable de repérer %x de %s\n" -#: readelf.c:362 +#: readelf.c:372 #, c-format msgid "Out of memory allocating %d bytes for %s\n" msgstr "Mémoire épuisée lors de l'allocation de %d octets pour %s\n" -#: readelf.c:370 +#: readelf.c:380 #, c-format msgid "Unable to read in %d bytes of %s\n" msgstr "Incapable de lire %d octets de %s\n" -#: readelf.c:423 readelf.c:581 +#: readelf.c:433 readelf.c:591 #, c-format msgid "Unhandled data length: %d\n" msgstr "Taille de données non traitées: %d\n" -#: readelf.c:660 +#: readelf.c:675 msgid "Don't know about relocations on this machine architecture\n" msgstr "Ne connaît pas de méthode pour la relocalisation sur l'architecture de cette machine\n" -#: readelf.c:682 readelf.c:711 readelf.c:757 readelf.c:784 +#: readelf.c:697 readelf.c:726 readelf.c:772 readelf.c:799 msgid "relocs" msgstr "relocalisations" -#: readelf.c:693 readelf.c:722 readelf.c:767 readelf.c:794 +#: readelf.c:708 readelf.c:737 readelf.c:782 readelf.c:809 msgid "out of memory parsing relocs" msgstr "Mémoire épuisée lors de l'analyse syntaxique des relocalisations" -#: readelf.c:845 -msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" -msgstr " Décalage Info Type Val. symboles Noms de symboles Addenda\n" - -#: readelf.c:848 -msgid " Offset Info Type Symbol's Value Symbol's Name\n" -msgstr " Décalage Info Type Val. symboles Noms des symboles\n" +#: readelf.c:861 +msgid " Offset Info Type Sym. Value Symbol's Name + Addend\n" +msgstr " Décalage Info Type Val.-sym. Noms-symb. + Addenda\n" + +#: readelf.c:863 +msgid " Offset Info Type Sym.Value Sym. Name + Addend\n" +msgstr " Décalage Info Type Val.-sym Noms-symb + Addenda\n" + +#: readelf.c:868 +msgid " Offset Info Type Sym. Value Symbol's Name\n" +msgstr " Décalage Info Type Val.-sym. Noms-symboles\n" + +#: readelf.c:870 +msgid " Offset Info Type Sym.Value Sym. Name\n" +msgstr " Décalage Info Type Val.-sym Noms-symboles\n" + +#: readelf.c:878 +msgid " Offset Info Type Symbol's Value Symbol's Name + Addend\n" +msgstr " Décalage Info Type Val.des-symbol. Noms-symboles + Addenda\n" + +#: readelf.c:880 +msgid " Offset Info Type Sym. Value Sym. Name + Addend\n" +msgstr " Décalage Info Type Val.-symboles Noms-symb.+ Addenda\n" + +#: readelf.c:885 +msgid " Offset Info Type Symbol's Value Symbol's Name\n" +msgstr " Décalage Info Type Val.-symboles Noms-symboles\n" + +#: readelf.c:887 +msgid " Offset Info Type Sym. Value Sym. Name\n" +msgstr " Décalage Info Type Val.-symboles Noms-symboles\n" -#: readelf.c:854 -msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" -msgstr " Décalage Info Type Val. symboles Noms des symboles Addenda\n" - -#: readelf.c:857 -msgid " Offset Info Type Symbol's Value Symbol's Name\n" -msgstr " Décalage Info Type Val. symboles Noms des symboles\n" - -#: readelf.c:1061 readelf.c:1063 +#: readelf.c:1134 readelf.c:1136 readelf.c:1184 readelf.c:1186 readelf.c:1195 +#: readelf.c:1197 #, c-format -msgid "unrecognised: %-7lx" +msgid "unrecognized: %-7lx" msgstr "non reconnue: %-7lx" -#: readelf.c:1085 +#: readelf.c:1158 #, c-format msgid "" msgstr "" -#: readelf.c:1315 +#: readelf.c:1423 #, c-format msgid "Processor Specific: %lx" msgstr "Spécificités du processeur: %lx" -#: readelf.c:1334 +#: readelf.c:1442 #, c-format msgid "Operating System specific: %lx" msgstr "Spécificités du systèmes d'exploitation: %lx" -#: readelf.c:1337 readelf.c:1961 +#: readelf.c:1445 readelf.c:2086 #, c-format msgid ": %lx" msgstr ": %lx" -#: readelf.c:1351 +#: readelf.c:1459 msgid "NONE (None)" msgstr "NONE (Aucun)" -#: readelf.c:1352 +#: readelf.c:1460 msgid "REL (Relocatable file)" msgstr "REL (Fichier de relocalisation)" -#: readelf.c:1353 +#: readelf.c:1461 msgid "EXEC (Executable file)" msgstr "EXEC (fichier exécutable)" -#: readelf.c:1354 +#: readelf.c:1462 msgid "DYN (Shared object file)" msgstr "DYN (fichier objet partagé)" -#: readelf.c:1355 +#: readelf.c:1463 msgid "CORE (Core file)" msgstr "CORE (fichier core)" -#: readelf.c:1359 +#: readelf.c:1467 #, c-format msgid "Processor Specific: (%x)" msgstr "Spécificités du processor: (%x)" -#: readelf.c:1361 +#: readelf.c:1469 #, c-format msgid "OS Specific: (%x)" msgstr "Spécificités du système d'exploitation: (%x)" -#: readelf.c:1363 readelf.c:1460 readelf.c:2112 +#: readelf.c:1471 readelf.c:1573 readelf.c:2238 #, c-format msgid ": %x" msgstr ": %x" -#: readelf.c:1376 +#: readelf.c:1484 msgid "None" msgstr "Aucun" -#: readelf.c:2152 -msgid "Usage: readelf {options} elf-file(s)\n" -msgstr "Usage: readelf {options} fichier(s)-elf\n" - -#: readelf.c:2153 -msgid " Options are:\n" -msgstr " Les options sont:\n" - -#: readelf.c:2154 -msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" -msgstr " -a ou --all équivalent à: -h -l -S -s -r -d -V -A -I\n" - -#: readelf.c:2155 -msgid " -h or --file-header Display the ELF file header\n" -msgstr " -h ou --file-header afficher l'en-tête du fichier ELF\n" - -#: readelf.c:2156 -msgid " -l or --program-headers or --segments\n" -msgstr " -l ou --program-headers ou --segments\n" - -#: readelf.c:2157 -msgid " Display the program headers\n" -msgstr " afficher les en-têtes du programme\n" - -#: readelf.c:2158 -msgid " -S or --section-headers or --sections\n" -msgstr " -S ou --section-headers ou --sections\n" - -#: readelf.c:2159 -msgid " Display the sections' header\n" -msgstr " afficher l'en-tête des sections\n" - -#: readelf.c:2160 -msgid " -e or --headers Equivalent to: -h -l -S\n" -msgstr " -e ou --headers équivalent à: -h -l -S\n" - -#: readelf.c:2161 -msgid " -s or --syms or --symbols Display the symbol table\n" -msgstr " -s ou --syms ou --symbols afficher la table de symboles\n" - -#: readelf.c:2162 -msgid " -n or --notes Display the core notes (if present)\n" -msgstr " -n ou --notes afficher les notes du core (si disponible)\n" - -#: readelf.c:2163 -msgid " -r or --relocs Display the relocations (if present)\n" -msgstr " -r ou --relocs afficher les relocalisations (si disponibles)\n" - -#: readelf.c:2164 -msgid " -u or --unwind Display the unwind info (if present)\n" -msgstr " -u ou --unwind afficher les infos unwind (si disponibles)\n" - -#: readelf.c:2165 -msgid " -d or --dynamic Display the dynamic segment (if present)\n" -msgstr " -d ou --dynamic afficher le segement dynamique (si disponible)\n" - -#: readelf.c:2166 -msgid " -V or --version-info Display the version sections (if present)\n" -msgstr " -V ou --version-info afficher la version des sections (si disponible)\n" - -#: readelf.c:2167 -msgid " -A or --arch-specific Display architecture specific information (if any).\n" -msgstr " -A ou --arch-specific afficher les informations de spécificités d'architecture (si disponible).\n" - -#: readelf.c:2168 -msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" -msgstr " -D ou --use-dynamic utiliser les infos de la section dynamique lors de l'affichage des symboles\n" - -#: readelf.c:2169 -msgid " -x or --hex-dump=\n" -msgstr " -x ou --hex-dump=\n" - -#: readelf.c:2170 -msgid " Dump the contents of section \n" -msgstr " vidanger le contenu de la section \n" - -#: readelf.c:2171 -msgid " -w[liaprmfs] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" -msgstr " -w[liaprmfs] ou --debug-dump[=ligne,=info,=abbrev,=nompub,=plages,=macro,=trames,=str]\n" - -#: readelf.c:2172 -msgid " Display the contents of DWARF2 debug sections\n" -msgstr " afficher le contenu des sections DWARF2 de débug\n" - -#: readelf.c:2174 -msgid " -i or --instruction-dump=\n" -msgstr " -i ou --instruction-dump=\n" - -#: readelf.c:2175 -msgid " Disassemble the contents of section \n" -msgstr " déassembler le contenu de la section \n" - -#: readelf.c:2177 -msgid " -I or --histogram Display histogram of bucket list lengths\n" -msgstr " -I ou --histogram afficher l'histogramme of bucket list lengths\n" - -#: readelf.c:2178 -msgid " -v or --version Display the version number of readelf\n" -msgstr " -v ou --version afficher le numéro de version de readelf\n" - -#: readelf.c:2179 -msgid " -W or --wide Don't split lines or truncate symbols to fit into 80 columns\n" -msgstr " -W ou --wide ne pas couper les lignes ou tronquer les symboles pour s'insérer dans 80 colonnes\n" - -#: readelf.c:2180 -msgid " -H or --help Display this information\n" -msgstr " -H ou --help afficher cette information\n" +#: readelf.c:2278 +msgid "Usage: readelf elf-file(s)\n" +msgstr "Usage: readelf fichiers-elf\n" + +#: readelf.c:2279 +msgid " Display information about the contents of ELF format files\n" +msgstr "Afficher les informations à propos du contenu du format des fichiers ELF\n" + +#: readelf.c:2280 +msgid "" +" Options are:\n" +" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Display the ELF file header\n" +" -l --program-headers Display the program headers\n" +" --segments An alias for --program-headers\n" +" -S --section-headers Display the sections' header\n" +" --sections An alias for --section-headers\n" +" -e --headers Equivalent to: -h -l -S\n" +" -s --syms Display the symbol table\n" +" --symbols An alias for --syms\n" +" -n --notes Display the core notes (if present)\n" +" -r --relocs Display the relocations (if present)\n" +" -u --unwind Display the unwind info (if present)\n" +" -d --dynamic Display the dynamic segment (if present)\n" +" -V --version-info Display the version sections (if present)\n" +" -A --arch-specific Display architecture specific information (if any).\n" +" -D --use-dynamic Use the dynamic section info when displaying symbols\n" +" -x --hex-dump= Dump the contents of section \n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" Display the contents of DWARF2 debug sections\n" +msgstr "" +"Les options sont:\n" +" -a --all équivalent à: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header afficher l'en-tête du fichier ELF\n" +" -l --program-headers afficher les en-têtes du programme\n" +" --segments un alias pour --program-headers\n" +" -S --section-headers afficher les en-têtes des sections\n" +" --sections un alias pour --section-headers\n" +" -e --headers équivalent à: -h -l -S\n" +" -s --syms afficher la table des symboles\n" +" --symbols un alias pour --syms\n" +" -n --notes afficher les notes du core (si présentes)\n" +" -r --relocs afficher les relocalisation (si présentes)\n" +" -u --unwind afficher les informations de type unwind (si présentes)\n" +" -d --dynamic afficher le segment dynamique (si présent)\n" +" -V --version-info afficher la version des sections (si présentes)\n" +" -A --arch-specific afficher les informations spécifiques d'architecture (si présentes)\n" +" -D --use-dynamic utiliser les informations de la section\n" +" dynamique lors de l'affichage des symboles\n" +" -x --hex-dump= vidanger le contenu de la section \n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" afficher le contenu des sections débug DWARF2\n" + +#: readelf.c:2301 +msgid "" +" -i --instruction-dump=\n" +" Disassemble the contents of section \n" +msgstr "" +" -i --instruction-dump=\n" +" déassembler le contenu de la section \n" + +#: readelf.c:2305 +msgid "" +" -I --histogram Display histogram of bucket list lengths\n" +" -W --wide Allow output width to exceed 80 characters\n" +" -H --help Display this information\n" +" -v --version Display the version number of readelf\n" +msgstr "" +" -I --histogram afficher l'histogramme des bacs selon la longueur de la liste\n" +" -W --wide permettre d'afficher plus de 80 caractères\n" +" -H --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" -#: readelf.c:2198 +#: readelf.c:2327 msgid "Out of memory allocating dump request table." msgstr "Mémoire épuisée allocation d'une table pour requêtes de vidange" -#: readelf.c:2357 +#: readelf.c:2491 #, c-format -msgid "Unrecognised debug option '%s'\n" +msgid "Unrecognized debug option '%s'\n" msgstr "Option de débug non reconnue « %s »\n" -#: readelf.c:2385 +#: readelf.c:2519 #, c-format msgid "Invalid option '-%c'\n" msgstr "Option invalide '-%c»\n" -#: readelf.c:2398 +#: readelf.c:2532 msgid "Nothing to do.\n" msgstr "Rien à faire.\n" -#: readelf.c:2411 readelf.c:2428 readelf.c:4700 +#: readelf.c:2545 readelf.c:2562 readelf.c:4867 msgid "none" msgstr "aucun" -#: readelf.c:2415 readelf.c:2432 readelf.c:2460 +#: readelf.c:2549 readelf.c:2566 readelf.c:2594 #, c-format msgid "" msgstr "" -#: readelf.c:2429 +#: readelf.c:2563 msgid "2's complement, little endian" msgstr "complément à 2, système à octets de poids faible d'abord (little endian)" -#: readelf.c:2430 +#: readelf.c:2564 msgid "2's complement, big endian" msgstr "complément à 2, système à octets de poids fort d'abord (big endian)" -#: readelf.c:2457 +#: readelf.c:2591 msgid "Standalone App" msgstr "Tache autonome" -#: readelf.c:2475 +#: readelf.c:2609 msgid "Not an ELF file - it has the wrong magic bytes at the start\n" msgstr "N'est pas un fichier ELF - a les mauvais octets magiques au départ\n" -#: readelf.c:2483 +#: readelf.c:2617 msgid "ELF Header:\n" msgstr "En-tête ELF:\n" -#: readelf.c:2484 +#: readelf.c:2618 msgid " Magic: " msgstr " Magique: " -#: readelf.c:2488 +#: readelf.c:2622 #, c-format msgid " Class: %s\n" msgstr " Classe: %s\n" -#: readelf.c:2490 +#: readelf.c:2624 #, c-format msgid " Data: %s\n" msgstr " Données: %s\n" -#: readelf.c:2492 +#: readelf.c:2626 #, c-format msgid " Version: %d %s\n" msgstr " Version: %d %s\n" -#: readelf.c:2499 +#: readelf.c:2633 #, c-format msgid " OS/ABI: %s\n" msgstr " OS/ABI: %s\n" -#: readelf.c:2501 +#: readelf.c:2635 #, c-format msgid " ABI Version: %d\n" msgstr " Version ABI: %d\n" -#: readelf.c:2503 +#: readelf.c:2637 #, c-format msgid " Type: %s\n" msgstr " Type: %s\n" -#: readelf.c:2505 +#: readelf.c:2639 #, c-format msgid " Machine: %s\n" msgstr " Machine: %s\n" -#: readelf.c:2507 +#: readelf.c:2641 #, c-format msgid " Version: 0x%lx\n" msgstr " Version: 0x%lx\n" -#: readelf.c:2510 +#: readelf.c:2644 msgid " Entry point address: " msgstr " Adresse du point d'entrée: " -#: readelf.c:2512 +#: readelf.c:2646 msgid "" "\n" " Start of program headers: " @@ -2494,7 +2597,7 @@ msgstr "" "\n" " Début des en-têtes de programme: " -#: readelf.c:2514 +#: readelf.c:2648 msgid "" " (bytes into file)\n" " Start of section headers: " @@ -2502,50 +2605,50 @@ msgstr "" " (octets dans le fichier)\n" " Début des en-têtes de section: " -#: readelf.c:2516 +#: readelf.c:2650 msgid " (bytes into file)\n" msgstr " (octets dans le fichier)\n" -#: readelf.c:2518 +#: readelf.c:2652 #, c-format msgid " Flags: 0x%lx%s\n" msgstr " Fanions: 0x%lx%s\n" -#: readelf.c:2521 +#: readelf.c:2655 #, c-format msgid " Size of this header: %ld (bytes)\n" msgstr " Taille de cet en-tête: %ld (bytes)\n" -#: readelf.c:2523 +#: readelf.c:2657 #, c-format msgid " Size of program headers: %ld (bytes)\n" msgstr " Taille de l'en-tête du programme: %ld (bytes)\n" -#: readelf.c:2525 +#: readelf.c:2659 #, c-format msgid " Number of program headers: %ld\n" msgstr " Nombre d'en-tête du programme: %ld\n" -#: readelf.c:2527 +#: readelf.c:2661 #, c-format msgid " Size of section headers: %ld (bytes)\n" msgstr " Taille des en-têtes de section: %ld (bytes)\n" -#: readelf.c:2529 +#: readelf.c:2663 #, c-format msgid " Number of section headers: %ld" msgstr " Nombre d'en-têtes de section: %ld" -#: readelf.c:2534 +#: readelf.c:2668 #, c-format msgid " Section header string table index: %ld" msgstr " Table d'indexes des chaînes d'en-tête de section: %ld" -#: readelf.c:2568 readelf.c:2604 +#: readelf.c:2702 readelf.c:2738 msgid "program headers" msgstr "En-tête de programme" -#: readelf.c:2638 +#: readelf.c:2772 msgid "" "\n" "There are no program headers in this file.\n" @@ -2553,7 +2656,7 @@ msgstr "" "\n" "Il n'y a pas d'en-têtes de programme dans ce fichier.\n" -#: readelf.c:2644 +#: readelf.c:2778 #, c-format msgid "" "\n" @@ -2562,11 +2665,11 @@ msgstr "" "\n" "Type de fichier ELF est %s\n" -#: readelf.c:2645 +#: readelf.c:2779 msgid "Entry point " msgstr "Point d'entrée " -#: readelf.c:2647 +#: readelf.c:2781 #, c-format msgid "" "\n" @@ -2575,44 +2678,45 @@ msgstr "" "\n" "Il y a %d en-têtes de programme, débutant à l'adresse de décalage" -#: readelf.c:2658 readelf.c:2883 readelf.c:2929 readelf.c:2992 readelf.c:3059 readelf.c:4087 readelf.c:4130 readelf.c:4310 readelf.c:5246 readelf.c:5260 readelf.c:9246 readelf.c:9286 +#: readelf.c:2792 readelf.c:3019 readelf.c:3065 readelf.c:3128 readelf.c:3195 +#: readelf.c:4229 readelf.c:4272 readelf.c:4461 readelf.c:5414 readelf.c:5428 +#: readelf.c:9659 readelf.c:9699 msgid "Out of memory\n" msgstr "Mémoire épuisée\n" -#: readelf.c:2676 -#, c-format +#: readelf.c:2810 readelf.c:2812 msgid "" "\n" -"Program Header%s:\n" +"Program Headers:\n" msgstr "" "\n" -"En-tête de programme%s:\n" +"En-têtes de programme:\n" -#: readelf.c:2680 +#: readelf.c:2816 msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr " Type Décalage Adr. vir. Adr.phys. T.Fich. T.Mém. Fan Alignement\n" -#: readelf.c:2683 +#: readelf.c:2819 msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr " Type Décalage Adr. vir. Adr.phys. T.Fich. T.Mém. Fan Alignement\n" -#: readelf.c:2687 +#: readelf.c:2823 msgid " Type Offset VirtAddr PhysAddr\n" msgstr " Type Décalage Adr.virt Adr.phys.\n" -#: readelf.c:2689 +#: readelf.c:2825 msgid " FileSiz MemSiz Flags Align\n" msgstr " Taille fichier Taille mémoire Fanion Alignement\n" -#: readelf.c:2789 +#: readelf.c:2925 msgid "more than one dynamic segment\n" msgstr "plus d'un segment dynamique\n" -#: readelf.c:2797 +#: readelf.c:2933 msgid "Unable to find program interpreter name\n" msgstr "Incapable de repérer le nom de l'interpréteur du programme\n" -#: readelf.c:2804 +#: readelf.c:2940 #, c-format msgid "" "\n" @@ -2621,7 +2725,7 @@ msgstr "" "\n" " [Réquisition de l'interpréteur de programme: %s]" -#: readelf.c:2822 +#: readelf.c:2958 msgid "" "\n" " Section to Segment mapping:\n" @@ -2629,23 +2733,23 @@ msgstr "" "\n" " Section à la projection de segement:\n" -#: readelf.c:2823 +#: readelf.c:2959 msgid " Segment Sections...\n" msgstr " Sections de segment...\n" -#: readelf.c:2874 readelf.c:2920 +#: readelf.c:3010 readelf.c:3056 msgid "section headers" msgstr "En-têtes de section" -#: readelf.c:2968 readelf.c:3035 +#: readelf.c:3104 readelf.c:3171 msgid "symbols" msgstr "symboles" -#: readelf.c:2979 readelf.c:3046 +#: readelf.c:3115 readelf.c:3182 msgid "symtab shndx" msgstr "symtab shndx" -#: readelf.c:3147 +#: readelf.c:3284 msgid "" "\n" "There are no sections in this file.\n" @@ -2653,57 +2757,64 @@ msgstr "" "\n" "Il n'y a pas de section dans ce fichier.\n" -#: readelf.c:3153 +#: readelf.c:3290 #, c-format msgid "There are %d section headers, starting at offset 0x%lx:\n" msgstr "Il y a %d en-têtes de section, débutant à l'adresse de décalage 0x%lx:\n" -#: readelf.c:3170 readelf.c:3479 readelf.c:3826 readelf.c:5397 +#: readelf.c:3307 readelf.c:3621 readelf.c:3968 readelf.c:5565 msgid "string table" msgstr "table de chaînes" -#: readelf.c:3191 +#: readelf.c:3328 msgid "File contains multiple dynamic symbol tables\n" msgstr "Le fichier contient plusieurs tables dynamiques de symboles\n" -#: readelf.c:3203 +#: readelf.c:3340 msgid "File contains multiple dynamic string tables\n" msgstr "Le fichier contient plusieurs tables de chaînes dynamiques\n" -#: readelf.c:3209 +#: readelf.c:3346 msgid "dynamic strings" msgstr "chaînes dynamiques" -#: readelf.c:3215 +#: readelf.c:3352 msgid "File contains multiple symtab shndx tables\n" msgstr "Le fichier contient de multiples tables symboliques shndx\n" -#: readelf.c:3250 -#, c-format +#: readelf.c:3390 +msgid "" +"\n" +"Section Headers:\n" +msgstr "" +"\n" +"En-têtes de section:\n" + +#: readelf.c:3392 msgid "" "\n" -"Section Header%s:\n" +"Section Header:\n" msgstr "" "\n" -"En-têtes de section%s:\n" +"En-têtes de section:\n" -#: readelf.c:3254 +#: readelf.c:3396 msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" msgstr " [Nr] Nom Type Adr Décala.Taille ES Fan LN Inf Al\n" -#: readelf.c:3257 +#: readelf.c:3399 msgid " [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n" msgstr " [Nr] Nom Type Adr Décala.Taille ES Fan LN Inf Al\n" -#: readelf.c:3260 +#: readelf.c:3402 msgid " [Nr] Name Type Address Offset\n" msgstr " [Nr] Nom Type Adresse Décalage\n" -#: readelf.c:3261 +#: readelf.c:3403 msgid " Size EntSize Flags Link Info Align\n" msgstr " Taille TaillEntré Fanion Lien Info Alignement\n" -#: readelf.c:3356 +#: readelf.c:3498 msgid "" "Key to Flags:\n" " W (write), A (alloc), X (execute), M (merge), S (strings)\n" @@ -2715,7 +2826,7 @@ msgstr "" " I (info), L (ordre des liens), G (groupe), x (inconnu)\n" " O (traiterment additionnel requis pour l'OS) o (spécifique à l'OS), p (spécifique au processeur)\n" -#: readelf.c:3417 +#: readelf.c:3559 #, c-format msgid "" "\n" @@ -2724,7 +2835,7 @@ msgstr "" "\n" "Section de relocalisation à l'adresse de décalage 0x%lx contient %ld octets:\n" -#: readelf.c:3424 +#: readelf.c:3566 msgid "" "\n" "There are no dynamic relocations in this file.\n" @@ -2732,7 +2843,7 @@ msgstr "" "\n" "Il n'y a pas d'informations de relocalisation dynamique dans ce fichier.\n" -#: readelf.c:3451 +#: readelf.c:3593 msgid "" "\n" "Relocation section " @@ -2740,12 +2851,17 @@ msgstr "" "\n" "Section de relocalisation " -#: readelf.c:3458 readelf.c:3905 +#: readelf.c:3598 readelf.c:4031 readelf.c:4045 +#, c-format +msgid "'%s'" +msgstr "« %s »" + +#: readelf.c:3600 readelf.c:4047 #, c-format msgid " at offset 0x%lx contains %lu entries:\n" msgstr " à l'adresse de décalage 0x%lx contient %lu entrées:\n" -#: readelf.c:3496 +#: readelf.c:3638 msgid "" "\n" "There are no relocations in this file.\n" @@ -2753,21 +2869,21 @@ msgstr "" "\n" "Il n'y a pas de relocalisation dans ce fichier.\n" -#: readelf.c:3692 +#: readelf.c:3834 msgid "unwind table" msgstr "table unwind" -#: readelf.c:3743 readelf.c:3755 readelf.c:7608 readelf.c:7619 +#: readelf.c:3885 readelf.c:3897 readelf.c:7890 readelf.c:7901 #, c-format msgid "Skipping unexpected symbol type %u\n" msgstr "Escamotage du type de symbole inattendu %u\n" -#: readelf.c:3763 +#: readelf.c:3905 #, c-format msgid "Skipping unexpected relocation type %s\n" msgstr "Escamotage du type de relocalisation inattendue %s\n" -#: readelf.c:3808 readelf.c:3833 +#: readelf.c:3950 readelf.c:3975 msgid "" "\n" "There are no unwind sections in this file.\n" @@ -2775,7 +2891,7 @@ msgstr "" "\n" "Il n'y a pas de section unwind dans ce fichier.\n" -#: readelf.c:3884 +#: readelf.c:4026 msgid "" "\n" "Could not find unwind info section for " @@ -2783,11 +2899,11 @@ msgstr "" "\n" "N'a pu repérer les infos d'une section unwind pour " -#: readelf.c:3896 +#: readelf.c:4038 msgid "unwind info" msgstr "info unwind" -#: readelf.c:3898 +#: readelf.c:4040 msgid "" "\n" "Unwind section " @@ -2795,11 +2911,11 @@ msgstr "" "\n" "Section unwind" -#: readelf.c:4071 readelf.c:4114 +#: readelf.c:4213 readelf.c:4256 msgid "dynamic segment" msgstr "segment dynamique" -#: readelf.c:4183 +#: readelf.c:4334 msgid "" "\n" "There is no dynamic segment in this file.\n" @@ -2807,31 +2923,31 @@ msgstr "" "\n" "Il n'y a pas de segement dynamique dans ce fichier.\n" -#: readelf.c:4217 +#: readelf.c:4368 msgid "Unable to seek to end of file!" msgstr "Incapable de repérer la fin du fichier!" -#: readelf.c:4228 +#: readelf.c:4379 msgid "Unable to determine the number of symbols to load\n" msgstr "Incapable de déterminer le nombre de symboles à charger\n" -#: readelf.c:4258 +#: readelf.c:4409 msgid "Unable to seek to end of file\n" msgstr "Incapable de repérer la fin du fichier\n" -#: readelf.c:4264 +#: readelf.c:4415 msgid "Unable to determine the length of the dynamic string table\n" msgstr "Incapable de déterminer la longueur de la table de chaînes dynamiques\n" -#: readelf.c:4269 +#: readelf.c:4420 msgid "dynamic string table" msgstr "table dynamique de chaînes" -#: readelf.c:4303 +#: readelf.c:4454 msgid "symbol information" msgstr "information de symbole" -#: readelf.c:4327 +#: readelf.c:4478 #, c-format msgid "" "\n" @@ -2840,68 +2956,68 @@ msgstr "" "\n" "Segment dynamique à l'adresse de décalage 0x%x contient %ld entrées:\n" -#: readelf.c:4330 +#: readelf.c:4481 msgid " Tag Type Name/Value\n" msgstr " Étiquettes Type Nom/Valeur\n" -#: readelf.c:4366 +#: readelf.c:4517 msgid "Auxiliary library" msgstr "Librairie auxiliaire" -#: readelf.c:4370 +#: readelf.c:4521 msgid "Filter library" msgstr "Librairie de filtre" -#: readelf.c:4374 +#: readelf.c:4525 msgid "Configuration file" msgstr "Fichier de configuration" -#: readelf.c:4378 +#: readelf.c:4529 msgid "Dependency audit library" msgstr "Librairie d'audit des dépendances" -#: readelf.c:4382 +#: readelf.c:4533 msgid "Audit library" msgstr "Librairie des audits" -#: readelf.c:4400 readelf.c:4426 readelf.c:4452 +#: readelf.c:4551 readelf.c:4577 readelf.c:4603 msgid "Flags:" msgstr "Fanions:" -#: readelf.c:4402 readelf.c:4428 readelf.c:4454 +#: readelf.c:4553 readelf.c:4579 readelf.c:4605 msgid " None\n" msgstr "Aucun\n" -#: readelf.c:4573 +#: readelf.c:4724 #, c-format msgid "Shared library: [%s]" msgstr "Librairie partagées: [%s]" -#: readelf.c:4576 +#: readelf.c:4727 msgid " program interpreter" msgstr " programme interpréteur" -#: readelf.c:4580 +#: readelf.c:4731 #, c-format msgid "Library soname: [%s]" msgstr "Librairie soname: [%s]" -#: readelf.c:4584 +#: readelf.c:4735 #, c-format msgid "Library rpath: [%s]" msgstr "Librairie rpath: [%s]" -#: readelf.c:4588 +#: readelf.c:4739 #, c-format msgid "Library runpath: [%s]" msgstr "Librairie runpath:[%s]" -#: readelf.c:4649 +#: readelf.c:4802 #, c-format msgid "Not needed object: [%s]\n" msgstr "Objet non nécessaire: [%s]\n" -#: readelf.c:4746 +#: readelf.c:4913 #, c-format msgid "" "\n" @@ -2910,50 +3026,50 @@ msgstr "" "\n" "Section des définitions de version « %s » contient %ld entrées:\n" -#: readelf.c:4749 +#: readelf.c:4916 msgid " Addr: 0x" msgstr " Adr: 0x" -#: readelf.c:4751 readelf.c:4946 +#: readelf.c:4918 readelf.c:5113 #, c-format msgid " Offset: %#08lx Link: %lx (%s)\n" msgstr " Décalage: %#08lx Lien: %lx (%s)\n" -#: readelf.c:4758 +#: readelf.c:4925 msgid "version definition section" msgstr "section de définition de version" -#: readelf.c:4784 +#: readelf.c:4951 #, c-format msgid " %#06x: Rev: %d Flags: %s" msgstr " %#06x: Rev: %d Fanions: %s" -#: readelf.c:4787 +#: readelf.c:4954 #, c-format msgid " Index: %d Cnt: %d " msgstr " Index: %d Compteur: %d " -#: readelf.c:4798 +#: readelf.c:4965 #, c-format msgid "Name: %s\n" msgstr "Nom: %s\n" -#: readelf.c:4800 +#: readelf.c:4967 #, c-format msgid "Name index: %ld\n" msgstr "Nom de l'index: %ld\n" -#: readelf.c:4815 +#: readelf.c:4982 #, c-format msgid " %#06x: Parent %d: %s\n" msgstr " %#06x: Parent %d: %s\n" -#: readelf.c:4818 +#: readelf.c:4985 #, c-format msgid " %#06x: Parent %d, name index: %ld\n" msgstr " %#06x: Parent %d, name index: %ld\n" -#: readelf.c:4837 +#: readelf.c:5004 #, c-format msgid "" "\n" @@ -2962,59 +3078,59 @@ msgstr "" "\n" "Version nécessitant la section « %s » contenant %ld entrées:\n" -#: readelf.c:4840 +#: readelf.c:5007 msgid " Addr: 0x" msgstr " Adr: 0x" -#: readelf.c:4842 +#: readelf.c:5009 #, c-format msgid " Offset: %#08lx Link to section: %ld (%s)\n" msgstr " Décalage: %#08lx Lien vers la section: %ld (%s)\n" -#: readelf.c:4848 +#: readelf.c:5015 msgid "version need section" msgstr "version nécessite une section" -#: readelf.c:4870 +#: readelf.c:5037 #, c-format msgid " %#06x: Version: %d" msgstr " %#06x: Version: %d" -#: readelf.c:4873 +#: readelf.c:5040 #, c-format msgid " File: %s" msgstr " Fichier: %s" -#: readelf.c:4875 +#: readelf.c:5042 #, c-format msgid " File: %lx" msgstr " Fichier: %lx" -#: readelf.c:4877 +#: readelf.c:5044 #, c-format msgid " Cnt: %d\n" msgstr " Compteur: %d\n" -#: readelf.c:4895 +#: readelf.c:5062 #, c-format msgid " %#06x: Name: %s" msgstr " %#06x: Nom: %s" -#: readelf.c:4898 +#: readelf.c:5065 #, c-format msgid " %#06x: Name index: %lx" msgstr " %#06x: Nom de l'index: %lx" -#: readelf.c:4901 +#: readelf.c:5068 #, c-format msgid " Flags: %s Version: %d\n" msgstr " Fanions: %s Version: %d\n" -#: readelf.c:4937 +#: readelf.c:5104 msgid "version string table" msgstr "table chaîne de version" -#: readelf.c:4941 +#: readelf.c:5108 #, c-format msgid "" "\n" @@ -3023,39 +3139,39 @@ msgstr "" "\n" "La version de section « %s » des symboles contient %d entrée:\n" -#: readelf.c:4944 +#: readelf.c:5111 msgid " Addr: " msgstr " Adr: " -#: readelf.c:4954 +#: readelf.c:5121 msgid "version symbol data" msgstr "données de symbole de version" -#: readelf.c:4981 +#: readelf.c:5148 msgid " 0 (*local*) " msgstr " 0 (*local*) " -#: readelf.c:4985 +#: readelf.c:5152 msgid " 1 (*global*) " msgstr " 1 (*global*) " -#: readelf.c:5020 readelf.c:5454 +#: readelf.c:5187 readelf.c:5622 msgid "version need" msgstr "version nécessaire" -#: readelf.c:5030 +#: readelf.c:5197 msgid "version need aux (2)" msgstr "version nécessite aux (2)" -#: readelf.c:5071 readelf.c:5516 +#: readelf.c:5238 readelf.c:5684 msgid "version def" msgstr "définition de version" -#: readelf.c:5090 readelf.c:5531 +#: readelf.c:5257 readelf.c:5699 msgid "version def aux" msgstr "définition de version aux" -#: readelf.c:5121 +#: readelf.c:5288 msgid "" "\n" "No version information found in this file.\n" @@ -3063,38 +3179,23 @@ msgstr "" "\n" "Aucune information de version repérée dans ce fichier.\n" -#: readelf.c:5139 readelf.c:5174 -#, c-format -msgid ": %d" -msgstr ": %d" - -#: readelf.c:5141 readelf.c:5186 -#, c-format -msgid ": %d" -msgstr ": %d" - -#: readelf.c:5143 readelf.c:5189 -#, c-format -msgid ": %d" -msgstr ": %d" - -#: readelf.c:5252 +#: readelf.c:5420 msgid "Unable to read in dynamic data\n" msgstr "Incapable de lire les données dynamiques\n" -#: readelf.c:5294 +#: readelf.c:5462 msgid "Unable to seek to start of dynamic information" msgstr "Incapable de repérer le début des informations dynamiques" -#: readelf.c:5300 +#: readelf.c:5468 msgid "Failed to read in number of buckets\n" msgstr "Échec de lecture parmi tous les baquets\n" -#: readelf.c:5306 +#: readelf.c:5474 msgid "Failed to read in number of chains\n" msgstr "Échec de lecture du nombre de chaînes\n" -#: readelf.c:5326 +#: readelf.c:5494 msgid "" "\n" "Symbol table for image:\n" @@ -3102,15 +3203,15 @@ msgstr "" "\n" "Table de symbole de l'image:\n" -#: readelf.c:5328 +#: readelf.c:5496 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr " Nb Buc: Valeur Taille Type Lien Vis Ndx Nom\n" -#: readelf.c:5330 +#: readelf.c:5498 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr " Nb Buc: Valeur Taille Type Lien Vis Ndx Nom\n" -#: readelf.c:5375 +#: readelf.c:5543 #, c-format msgid "" "\n" @@ -3119,27 +3220,27 @@ msgstr "" "\n" "Table de symboles « %s » contient %lu entrées:\n" -#: readelf.c:5379 +#: readelf.c:5547 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr " Num: Valeur Tail Type Lien Vis Ndx Nom\n" -#: readelf.c:5381 +#: readelf.c:5549 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr " Num: Valeur Tail Type Lien Vis Ndx Nom\n" -#: readelf.c:5427 +#: readelf.c:5595 msgid "version data" msgstr "données de version" -#: readelf.c:5467 +#: readelf.c:5635 msgid "version need aux (3)" msgstr "version nécessite aux (3)" -#: readelf.c:5492 +#: readelf.c:5660 msgid "bad dynamic symbol" msgstr "mauvais symbole dynamique" -#: readelf.c:5554 +#: readelf.c:5722 msgid "" "\n" "Dynamic symbol information is not available for displaying symbols.\n" @@ -3147,7 +3248,7 @@ msgstr "" "\n" "L'information dynamique des symboles n'est pas disponible pour l'affichage des symboles.\n" -#: readelf.c:5566 +#: readelf.c:5734 #, c-format msgid "" "\n" @@ -3156,16 +3257,16 @@ msgstr "" "\n" "Histogramme de la longeur de la liste des baquets (total de %d baquets):\n" -#: readelf.c:5568 +#: readelf.c:5736 #, c-format msgid " Length Number %% of total Coverage\n" msgstr " Long. Nombre %% de couverture totale\n" -#: readelf.c:5573 readelf.c:5592 readelf.c:8825 readelf.c:9017 +#: readelf.c:5741 readelf.c:5760 readelf.c:9146 readelf.c:9338 msgid "Out of memory" msgstr "Mémoire épuisée" -#: readelf.c:5641 +#: readelf.c:5809 #, c-format msgid "" "\n" @@ -3174,11 +3275,11 @@ msgstr "" "\n" "Segment d'informations dynamiques à l'adresse de décalage 0x%lx contient %d entrées:\n" -#: readelf.c:5644 +#: readelf.c:5812 msgid " Num: Name BoundTo Flags\n" msgstr " Num: Nom Lier à Fanions\n" -#: readelf.c:5696 +#: readelf.c:5864 #, c-format msgid "" "\n" @@ -3187,7 +3288,7 @@ msgstr "" "\n" "Vidange de la section assembleur %s\n" -#: readelf.c:5719 +#: readelf.c:5887 #, c-format msgid "" "\n" @@ -3196,7 +3297,7 @@ msgstr "" "\n" "La section « %s » n'a pas de données à être videngé.\n" -#: readelf.c:5724 +#: readelf.c:5892 #, c-format msgid "" "\n" @@ -3205,20 +3306,20 @@ msgstr "" "\n" "Vidange hexadécimale de la section « %s »:\n" -#: readelf.c:5729 +#: readelf.c:5897 msgid "section data" msgstr "données de section" -#: readelf.c:5878 +#: readelf.c:6046 msgid "badly formed extended line op encountered!\n" msgstr "ligne rencontrée de l'extension de l'opérateur est mal composée!\n" -#: readelf.c:5885 +#: readelf.c:6053 #, c-format msgid " Extended opcode %d: " msgstr " Code op étendu %d: " -#: readelf.c:5890 +#: readelf.c:6058 msgid "" "End of Sequence\n" "\n" @@ -3226,30 +3327,31 @@ msgstr "" "Fin de séquence\n" "\n" -#: readelf.c:5896 +#: readelf.c:6064 #, c-format msgid "set Address to 0x%lx\n" msgstr "initialisé l'adresse à 0x%lx\n" -#: readelf.c:5901 +#: readelf.c:6069 msgid " define new File Table entry\n" msgstr " définir une entrée pour un nouveau fichier de table\n" -#: readelf.c:5902 readelf.c:6031 +#: readelf.c:6070 readelf.c:6199 msgid " Entry\tDir\tTime\tSize\tName\n" msgstr " Entrée\tRép.\tDate\tTaille\tNom\n" -#: readelf.c:5904 +#: readelf.c:6072 #, c-format msgid " %d\t" msgstr " %d\t" -#: readelf.c:5907 readelf.c:5909 readelf.c:5911 readelf.c:6043 readelf.c:6045 readelf.c:6047 +#: readelf.c:6075 readelf.c:6077 readelf.c:6079 readelf.c:6211 readelf.c:6213 +#: readelf.c:6215 #, c-format msgid "%lu\t" msgstr "%lu\t" -#: readelf.c:5912 +#: readelf.c:6080 #, c-format msgid "" "%s\n" @@ -3258,12 +3360,12 @@ msgstr "" "%s\n" "\n" -#: readelf.c:5916 +#: readelf.c:6084 #, c-format msgid "UNKNOWN: length %d\n" msgstr "UNKNOWN: longueur %d\n" -#: readelf.c:5942 +#: readelf.c:6110 #, c-format msgid "" "\n" @@ -3274,59 +3376,59 @@ msgstr "" "Vidange du contenu de débug de la section %s:\n" "\n" -#: readelf.c:5954 +#: readelf.c:6122 msgid "64-bit DWARF line info is not supported yet.\n" msgstr "ligne info DWARF 64 bits n'est pas encore supportée.\n" -#: readelf.c:5961 +#: readelf.c:6129 msgid "The line info appears to be corrupt - the section is too small\n" msgstr "La ligne d'information semble corrompue - la section est trop petite\n" -#: readelf.c:5969 +#: readelf.c:6137 msgid "Only DWARF version 2 line info is currently supported.\n" msgstr "Seul la ligne d'info DWARF de version 2 est couramment supportée.\n" -#: readelf.c:5984 +#: readelf.c:6152 #, c-format msgid " Length: %ld\n" msgstr " Longueur: %ld\n" -#: readelf.c:5985 +#: readelf.c:6153 #, c-format msgid " DWARF Version: %d\n" msgstr " Version DWARF: %d\n" -#: readelf.c:5986 +#: readelf.c:6154 #, c-format msgid " Prologue Length: %d\n" msgstr " Longueur du prologue: %d\n" -#: readelf.c:5987 +#: readelf.c:6155 #, c-format msgid " Minimum Instruction Length: %d\n" msgstr " Longueur minimale des instructions: %d\n" -#: readelf.c:5988 +#: readelf.c:6156 #, c-format msgid " Initial value of 'is_stmt': %d\n" msgstr " Valeur initiale de « is_stmt »: %d\n" -#: readelf.c:5989 +#: readelf.c:6157 #, c-format msgid " Line Base: %d\n" msgstr " Ligne de base: %d\n" -#: readelf.c:5990 +#: readelf.c:6158 #, c-format msgid " Line Range: %d\n" msgstr " Ligne d'étendue: %d\n" -#: readelf.c:5991 +#: readelf.c:6159 #, c-format msgid " Opcode Base: %d\n" msgstr " Code op Base: %d\n" -#: readelf.c:6000 +#: readelf.c:6168 msgid "" "\n" " Opcodes:\n" @@ -3334,12 +3436,12 @@ msgstr "" "\n" " Codes op:\n" -#: readelf.c:6003 +#: readelf.c:6171 #, c-format msgid " Opcode %d has %d args\n" msgstr " Code op %d a %d arguments\n" -#: readelf.c:6009 +#: readelf.c:6177 msgid "" "\n" " The Directory Table is empty.\n" @@ -3347,7 +3449,7 @@ msgstr "" "\n" " La table des répertoires est vide.\n" -#: readelf.c:6012 +#: readelf.c:6180 msgid "" "\n" " The Directory Table:\n" @@ -3355,12 +3457,12 @@ msgstr "" "\n" " La table des répertoire:\n" -#: readelf.c:6016 +#: readelf.c:6184 #, c-format msgid " %s\n" msgstr " %s\n" -#: readelf.c:6027 +#: readelf.c:6195 msgid "" "\n" " The File Name Table is empty.\n" @@ -3368,7 +3470,7 @@ msgstr "" "\n" " La talbe des noms de fichiers est vide.\n" -#: readelf.c:6030 +#: readelf.c:6198 msgid "" "\n" " The File Name Table:\n" @@ -3376,18 +3478,18 @@ msgstr "" "\n" " La table des noms de fichiers:\n" -#: readelf.c:6038 +#: readelf.c:6206 #, c-format msgid " %d\t" msgstr " %d\t" -#: readelf.c:6049 +#: readelf.c:6217 #, c-format msgid "%s\n" msgstr "%s\n" #. Now display the statements. -#: readelf.c:6057 +#: readelf.c:6225 msgid "" "\n" " Line Number Statements:\n" @@ -3395,78 +3497,78 @@ msgstr "" "\n" " Numéro de ligne des déclarations:\n" -#: readelf.c:6073 +#: readelf.c:6241 #, c-format msgid " Special opcode %d: advance Address by %d to 0x%lx" msgstr " Code op spécial %d: avancé l'Adresse par %d à 0x%lx" -#: readelf.c:6077 +#: readelf.c:6245 #, c-format msgid " and Line by %d to %d\n" msgstr " et Ligne par %d à %d\n" -#: readelf.c:6088 +#: readelf.c:6256 msgid " Copy\n" msgstr " Copie\n" -#: readelf.c:6095 +#: readelf.c:6263 #, c-format msgid " Advance PC by %d to %lx\n" msgstr " Avancer le compteur PC de %d à %lx\n" -#: readelf.c:6103 +#: readelf.c:6271 #, c-format msgid " Advance Line by %d to %d\n" msgstr " Avancer la ligne de %d à %d\n" -#: readelf.c:6110 +#: readelf.c:6278 #, c-format msgid " Set File Name to entry %d in the File Name Table\n" msgstr " Initialisé le nom du fichier à l'entrée %d dans la table des noms de fichiers\n" -#: readelf.c:6118 +#: readelf.c:6286 #, c-format msgid " Set column to %d\n" msgstr " Initialisé la colonne à %d\n" -#: readelf.c:6125 +#: readelf.c:6293 #, c-format msgid " Set is_stmt to %d\n" msgstr " Initialisé is_stmt avec %d\n" -#: readelf.c:6130 +#: readelf.c:6298 msgid " Set basic block\n" msgstr " Initialisé le bloc de base\n" -#: readelf.c:6138 +#: readelf.c:6306 #, c-format msgid " Advance PC by constant %d to 0x%lx\n" msgstr " Avancer le compteur PC par constante de %d à 0x%lx\n" -#: readelf.c:6146 +#: readelf.c:6314 #, c-format msgid " Advance PC by fixed size amount %d to 0x%lx\n" msgstr " Avancer le compteur PC par une taille fixe de %d à 0x%lx\n" -#: readelf.c:6151 +#: readelf.c:6319 msgid " Set prologue_end to true\n" msgstr " Initialiser prologue_end à VRAI\n" -#: readelf.c:6155 +#: readelf.c:6323 msgid " Set epilogue_begin to true\n" msgstr " Initialiser epilogue_begin à VRAI\n" -#: readelf.c:6161 +#: readelf.c:6329 #, c-format msgid " Set ISA to %d\n" msgstr " Initialiser ISA à %d\n" -#: readelf.c:6165 +#: readelf.c:6333 #, c-format msgid " Unknown opcode %d with operands: " msgstr " opcode inconnu %d avec les opérandes:" -#: readelf.c:6197 readelf.c:6658 readelf.c:6730 +#: readelf.c:6365 readelf.c:6827 readelf.c:6899 #, c-format msgid "" "Contents of the %s section:\n" @@ -3475,35 +3577,35 @@ msgstr "" "Contenue de la section %s:\n" "\n" -#: readelf.c:6216 +#: readelf.c:6384 msgid "64-bit DWARF pubnames are not supported yet.\n" msgstr "noms publics DWARF 64 bits ne sont pas encore supportés\n" -#: readelf.c:6226 +#: readelf.c:6394 msgid "Only DWARF 2 pubnames are currently supported\n" msgstr "Seuls les noms pubilcs DWARF 2 sont couramment supportés\n" -#: readelf.c:6233 +#: readelf.c:6401 #, c-format msgid " Length: %ld\n" msgstr " Longueur: %ld\n" -#: readelf.c:6235 +#: readelf.c:6403 #, c-format msgid " Version: %d\n" msgstr " Version: %d\n" -#: readelf.c:6237 +#: readelf.c:6405 #, c-format msgid " Offset into .debug_info section: %ld\n" msgstr " Décalage dans la section .debug_info:%ld\n" -#: readelf.c:6239 +#: readelf.c:6407 #, c-format msgid " Size of area in .debug_info section: %ld\n" msgstr " Taille de la zone dans la section .debug_info: %ld\n" -#: readelf.c:6242 +#: readelf.c:6410 msgid "" "\n" " Offset\tName\n" @@ -3511,93 +3613,121 @@ msgstr "" "\n" " Décalage\tNom\n" -#: readelf.c:6333 +#: readelf.c:6501 #, c-format msgid "Unknown TAG value: %lx" msgstr "Valeur d'étiquette (« TAG ») inconnue: %lx" -#: readelf.c:6443 +#: readelf.c:6612 #, c-format msgid "Unknown AT value: %lx" msgstr "Valeur AT inconnue: %lx" -#: readelf.c:6480 +#: readelf.c:6649 #, c-format msgid "Unknown FORM value: %lx" msgstr "Valeur FORM inconnue: %lx" -#: readelf.c:6679 +#: readelf.c:6848 #, c-format msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n" msgstr " DW_MACINFO_start_file - no de ligne: %d no de fichier: %d\n" -#: readelf.c:6684 +#: readelf.c:6853 msgid " DW_MACINFO_end_file\n" msgstr " DW_MACINFO_end_file\n" -#: readelf.c:6692 +#: readelf.c:6861 #, c-format msgid " DW_MACINFO_define - lineno : %d macro : %s\n" msgstr " DW_MACINFO_define - no de ligne : %d macro : %s\n" -#: readelf.c:6700 +#: readelf.c:6869 #, c-format msgid " DW_MACINFO_undef - lineno : %d macro : %s\n" msgstr " DW_MACINFO_undef - no de ligne : %d macro : %s\n" -#: readelf.c:6711 +#: readelf.c:6880 #, c-format msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n" msgstr " DW_MACINFO_vendor_ext - constante : %d chaîne : %s\n" -#: readelf.c:6739 +#: readelf.c:6908 msgid " Number TAG\n" msgstr " Numéro d'étiquette\n" -#: readelf.c:6745 +#: readelf.c:6914 #, c-format msgid " %ld %s [%s]\n" msgstr " %ld %s [%s]\n" -#: readelf.c:6748 +#: readelf.c:6917 msgid "has children" msgstr "a des rejetons" -#: readelf.c:6748 +#: readelf.c:6917 msgid "no children" msgstr "aucun rejeton" -#: readelf.c:6752 +#: readelf.c:6921 #, c-format msgid " %-18s %s\n" msgstr " %-18s %s\n" -#: readelf.c:6773 +#: readelf.c:6942 #, c-format msgid " %lu byte block: " msgstr " %lu bloc d'octets: " -#: readelf.c:7096 +#: readelf.c:7265 msgid "(User defined location op)" msgstr "(Op de localisation défini par l'usager)" -#: readelf.c:7098 +#: readelf.c:7267 msgid "(Unknown location op)" msgstr "(Op de localisation inconnu)" -#: readelf.c:7137 +#: readelf.c:7305 +msgid "debug_loc section data" +msgstr "données de la section debug_loc" + +#: readelf.c:7336 +msgid "" +"\n" +"The .debug_loc section is empty.\n" +msgstr "" +"\n" +"La section .debug_loc est vide.\n" + +#: readelf.c:7339 +msgid "" +"Contents of the .debug_loc section:\n" +"\n" +msgstr "" +"Contenu de la section .debug_loc:\n" +"\n" + +#: readelf.c:7340 +msgid "" +"\n" +" Offset Begin End Expression\n" +msgstr "" +"\n" +" Décalage Début Fin Expression\n" + +#: readelf.c:7412 msgid "debug_str section data" msgstr "données de la section debug_str" -#: readelf.c:7156 +#: readelf.c:7431 msgid "" msgstr "" -#: readelf.c:7159 +#: readelf.c:7434 msgid "" msgstr "" -#: readelf.c:7179 +#: readelf.c:7454 msgid "" "\n" "The .debug_str section is empty.\n" @@ -3605,7 +3735,7 @@ msgstr "" "\n" "La section .debug_str est vide.\n" -#: readelf.c:7183 +#: readelf.c:7458 msgid "" "Contents of the .debug_str section:\n" "\n" @@ -3613,38 +3743,38 @@ msgstr "" "Contenu de la section .debug_str:\n" "\n" -#: readelf.c:7354 +#: readelf.c:7629 #, c-format msgid " (indirect string, offset: 0x%lx): " msgstr " (chaîne indirecte, décalage: 0x%lx): " -#: readelf.c:7363 +#: readelf.c:7638 #, c-format -msgid "Unrecognised form: %d\n" +msgid "Unrecognized form: %d\n" msgstr "Forme non reconnue: %d\n" -#: readelf.c:7376 +#: readelf.c:7651 msgid "(not inlined)" msgstr "(pas en ligne)" -#: readelf.c:7377 +#: readelf.c:7652 msgid "(inlined)" msgstr "(en ligne)" -#: readelf.c:7378 +#: readelf.c:7653 msgid "(declared as inline but ignored)" msgstr "(déclaré comme en ligne mais ignoré)" -#: readelf.c:7379 +#: readelf.c:7654 msgid "(declared as inline and inlined)" msgstr "(déclaré comme en-ligne et en-ligné" -#: readelf.c:7380 +#: readelf.c:7655 #, c-format msgid " (Unknown inline attribute value: %lx)" msgstr " (valeur d'attibut en ligne inconnu: %lx)" -#: readelf.c:7545 readelf.c:7746 +#: readelf.c:7826 readelf.c:8029 #, c-format msgid "" "The section %s contains:\n" @@ -3653,91 +3783,91 @@ msgstr "" "La section %s contient:\n" "\n" -#: readelf.c:7568 +#: readelf.c:7850 msgid "64-bit DWARF debug info is not supported yet.\n" msgstr "info de débug DWARF 64 bits n'est pas encore supportée.\n" -#: readelf.c:7637 +#: readelf.c:7919 #, c-format msgid " Compilation Unit @ %lx:\n" msgstr " Unité de compilation @ %lx:\n" -#: readelf.c:7638 +#: readelf.c:7920 #, c-format msgid " Length: %ld\n" msgstr " Longueur: %ld\n" -#: readelf.c:7639 +#: readelf.c:7921 #, c-format msgid " Version: %d\n" msgstr " Version: %d\n" -#: readelf.c:7640 +#: readelf.c:7922 #, c-format msgid " Abbrev Offset: %ld\n" msgstr " Décalage agrégé: %ld\n" -#: readelf.c:7641 +#: readelf.c:7923 #, c-format msgid " Pointer Size: %d\n" msgstr " Taille des pointeurs: %d\n" -#: readelf.c:7645 +#: readelf.c:7927 msgid "Only version 2 DWARF debug information is currently supported.\n" msgstr "Seul les informations de débug de la version DWARF 2 est couramment supporté.\n" -#: readelf.c:7666 +#: readelf.c:7948 msgid "Unable to locate .debug_abbrev section!\n" msgstr "Incapable de localiser la section .debug_abbrev!\n" -#: readelf.c:7672 +#: readelf.c:7954 msgid "debug_abbrev section data" msgstr "données de la section debug_abbrev" -#: readelf.c:7709 +#: readelf.c:7991 #, c-format msgid "Unable to locate entry %lu in the abbreviation table\n" msgstr "Incapable de localiser l'entrée %lu dans la table d'abréviation\n" -#: readelf.c:7714 +#: readelf.c:7996 #, c-format msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n" msgstr " <%d><%lx>: Numéro d'abréviation: %lu (%s)\n" -#: readelf.c:7767 +#: readelf.c:8050 msgid "64-bit DWARF aranges are not supported yet.\n" msgstr "gamme aranges DWARF de 64 bits n'est pas encore supportée.\n" -#: readelf.c:7773 +#: readelf.c:8056 msgid "Only DWARF 2 aranges are currently supported.\n" msgstr "Seule la gamme aranges DWARF de version 2 est couramment supporté.\n" -#: readelf.c:7777 +#: readelf.c:8060 #, c-format msgid " Length: %ld\n" msgstr " Longueur %ld\n" -#: readelf.c:7778 +#: readelf.c:8061 #, c-format msgid " Version: %d\n" msgstr " Version: %d\n" -#: readelf.c:7779 +#: readelf.c:8062 #, c-format msgid " Offset into .debug_info: %lx\n" msgstr " Décalage dans .debug_info: %lx\n" -#: readelf.c:7780 +#: readelf.c:8063 #, c-format msgid " Pointer Size: %d\n" msgstr " Taille des pointeurs: %d\n" -#: readelf.c:7781 +#: readelf.c:8064 #, c-format msgid " Segment Size: %d\n" msgstr " Taille des segments: %d\n" -#: readelf.c:7783 +#: readelf.c:8066 msgid "" "\n" " Address Length\n" @@ -3745,21 +3875,21 @@ msgstr "" "\n" " Longueur d'adresse\n" -#: readelf.c:7965 +#: readelf.c:8248 #, c-format msgid "The section %s contains:\n" msgstr "La section %s contient:\n" -#: readelf.c:7988 +#: readelf.c:8271 msgid "64-bit DWARF format frames are not supported yet.\n" msgstr "gamme aranges DWARF de 64 bits n'est pas encore supportée.\n" -#: readelf.c:8499 +#: readelf.c:8820 #, c-format msgid "Displaying the debug contents of section %s is not yet supported.\n" msgstr "L'affichage du contenu de la section de débug %s n'est pas encore supporté.\n" -#: readelf.c:8565 +#: readelf.c:8886 #, c-format msgid "" "\n" @@ -3768,28 +3898,28 @@ msgstr "" "\n" "La section « %s » n'a aucune donnée de débug.\n" -#: readelf.c:8570 readelf.c:8632 +#: readelf.c:8891 readelf.c:8953 msgid "debug section data" msgstr "données de la section debug" -#: readelf.c:8586 +#: readelf.c:8907 #, c-format -msgid "Unrecognised debug section: %s\n" +msgid "Unrecognized debug section: %s\n" msgstr "Section de débug non reconnue: %s\n" -#: readelf.c:8660 +#: readelf.c:8981 msgid "Some sections were not dumped because they do not exist!\n" msgstr "Quelques sections n'ont pas été vidangées parce qu'inexistantes!\n" -#: readelf.c:8733 +#: readelf.c:9054 readelf.c:9418 msgid "liblist" msgstr "liblist" -#: readelf.c:8818 +#: readelf.c:9139 msgid "options" msgstr "options" -#: readelf.c:8849 +#: readelf.c:9170 #, c-format msgid "" "\n" @@ -3798,15 +3928,15 @@ msgstr "" "\n" "Section « %s » contient %d entrées:\n" -#: readelf.c:9010 -msgid "conflict list with without table" -msgstr "conflit de liste avec et sans table" +#: readelf.c:9331 +msgid "conflict list found without a dynamic symbol table" +msgstr "conflit de liste repéré sans symbole de table dynamique" -#: readelf.c:9028 readelf.c:9044 +#: readelf.c:9349 readelf.c:9365 msgid "conflict" msgstr "conflit" -#: readelf.c:9054 +#: readelf.c:9375 #, c-format msgid "" "\n" @@ -3815,82 +3945,95 @@ msgstr "" "\n" "La section « .conflict » contient %ld entrées:\n" -#: readelf.c:9056 +#: readelf.c:9377 msgid " Num: Index Value Name" msgstr " Nombre: Index Valeur Nom" -#: readelf.c:9083 +#: readelf.c:9426 +msgid "liblist string table" +msgstr "table de chaînes liblist" + +#: readelf.c:9435 +#, c-format +msgid "" +"\n" +"Library list section '%s' contains %lu entries:\n" +msgstr "" +"\n" +"Liste de libraire de la section « %s » contenant %lu entrées:\n" + +#: readelf.c:9484 msgid "NT_PRSTATUS (prstatus structure)" msgstr "NT_PRSTATUS (structure prstatus)" -#: readelf.c:9084 +#: readelf.c:9485 msgid "NT_FPREGSET (floating point registers)" msgstr "NT_FPREGSET (régistres en virgule flottante)" -#: readelf.c:9085 +#: readelf.c:9486 msgid "NT_PRPSINFO (prpsinfo structure)" msgstr "NT_PRPSINFO (structure prpsinfo)" -#: readelf.c:9086 +#: readelf.c:9487 msgid "NT_TASKSTRUCT (task structure)" msgstr "NT_TASKSTRUCT (structure de taches)" -#: readelf.c:9087 +#: readelf.c:9488 msgid "NT_PRXFPREG (user_xfpregs structure)" msgstr "NT_PRXFPREG (structure user_xfpregs)" -#: readelf.c:9088 +#: readelf.c:9489 msgid "NT_PSTATUS (pstatus structure)" msgstr "NT_PSTATUS (structure pstatus)" -#: readelf.c:9089 +#: readelf.c:9490 msgid "NT_FPREGS (floating point registers)" msgstr "NT_FPREGS (registres en virgule flottante)" -#: readelf.c:9090 +#: readelf.c:9491 msgid "NT_PSINFO (psinfo structure)" msgstr "NT_PSINFO (structure psinfo)" -#: readelf.c:9091 +#: readelf.c:9492 msgid "NT_LWPSTATUS (lwpstatus_t structure)" msgstr "NT_LWPSTATUS (structure lwpstatus_t)" -#: readelf.c:9092 +#: readelf.c:9493 msgid "NT_LWPSINFO (lwpsinfo_t structure)" msgstr "NT_LWPSINFO (structure lwpsinfo_t)" -#: readelf.c:9093 -msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)" +#: readelf.c:9494 +msgid "NT_WIN32PSTATUS (win32_pstatus structure)" msgstr "NT_WIN32PSTATUS (structure win32_pstatus)" -#: readelf.c:9095 readelf.c:9119 +#: readelf.c:9496 readelf.c:9520 #, c-format msgid "Unknown note type: (0x%08x)" msgstr "Type de note inconnu: (0x%08x)" #. NetBSD core "procinfo" structure. -#: readelf.c:9109 +#: readelf.c:9510 msgid "NetBSD procinfo structure" msgstr "structure proinfo NetBSD" -#: readelf.c:9136 readelf.c:9150 +#: readelf.c:9537 readelf.c:9551 msgid "PT_GETREGS (reg structure)" msgstr "PT_GETREGS (structure reg)" -#: readelf.c:9138 readelf.c:9152 +#: readelf.c:9539 readelf.c:9553 msgid "PT_GETFPREGS (fpreg structure)" msgstr "PT_GETFPPREGS (structure fpreg)" -#: readelf.c:9158 +#: readelf.c:9559 #, c-format msgid "PT_FIRSTMACH+%d" msgstr "PT_FIRSTMACH+%d" -#: readelf.c:9212 +#: readelf.c:9613 msgid "notes" msgstr "notes" -#: readelf.c:9218 +#: readelf.c:9619 #, c-format msgid "" "\n" @@ -3899,15 +4042,25 @@ msgstr "" "\n" "Notes au décalage 0x%08lx de longueur 0x%08lx:\n" -#: readelf.c:9220 +#: readelf.c:9621 msgid " Owner\t\tData size\tDescription\n" msgstr " Propriétaire\t\tTaille de données\tDescription\n" -#: readelf.c:9331 +#: readelf.c:9640 +#, c-format +msgid "corrupt note found at offset %x into core notes\n" +msgstr "note corrompue repérée au décalage %x dans les notes du core\n" + +#: readelf.c:9642 +#, c-format +msgid " type: %x, namesize: %08lx, descsize: %08lx\n" +msgstr " type: %x, taille de noms: %08lx, taille de descriptions: %08lx\n" + +#: readelf.c:9744 msgid "No note segments present in the core file.\n" msgstr "Aucun note de segment présent dans le fichier core.\n" -#: readelf.c:9409 +#: readelf.c:9822 msgid "" "This instance of readelf has been built without support for a\n" "64 bit data type and so it cannot read 64 bit ELF files.\n" @@ -3915,22 +4068,22 @@ msgstr "" "Cette instance de readelf a été contstruite sans soutien pour des\n" "types de données de 64 bits et ne peut donc lire des fichiers de 64 bits ELF.\n" -#: readelf.c:9452 +#: readelf.c:9868 #, c-format msgid "Cannot stat input file %s.\n" msgstr "Ne peut évaluer par stat() le fichier d'entrée %s.\n" -#: readelf.c:9459 +#: readelf.c:9875 #, c-format msgid "Input file %s not found.\n" msgstr "Fichier d'entrée %s non repéré.\n" -#: readelf.c:9465 +#: readelf.c:9881 #, c-format msgid "%s: Failed to read file header\n" msgstr "%s: échec de lecture de l'en-tête du fichier\n" -#: readelf.c:9479 +#: readelf.c:9895 #, c-format msgid "" "\n" @@ -3955,202 +4108,202 @@ msgstr "%s: changé de nom: %s" msgid "%s: simple_copy: %s" msgstr "%s: simple copie: %s" -#: resbin.c:130 +#: resbin.c:134 #, c-format msgid "%s: not enough binary data" msgstr "%s: pas assez de données binaires" -#: resbin.c:149 +#: resbin.c:153 msgid "null terminated unicode string" msgstr "chaîne unicode terminée par un null" -#: resbin.c:179 resbin.c:185 +#: resbin.c:183 resbin.c:189 msgid "resource ID" msgstr "IDentificateur de ressource" -#: resbin.c:229 +#: resbin.c:233 msgid "cursor" msgstr "curseur" -#: resbin.c:263 resbin.c:270 +#: resbin.c:267 resbin.c:274 msgid "menu header" msgstr "en-tête de menu" -#: resbin.c:280 +#: resbin.c:284 msgid "menuex header" msgstr "en-tête menuex" -#: resbin.c:284 +#: resbin.c:288 msgid "menuex offset" msgstr "décalage menuex" -#: resbin.c:291 +#: resbin.c:295 #, c-format msgid "unsupported menu version %d" msgstr "version de menu non supportée %d" -#: resbin.c:319 resbin.c:334 resbin.c:400 +#: resbin.c:323 resbin.c:338 resbin.c:404 msgid "menuitem header" msgstr "en-tête d'item du menu" -#: resbin.c:430 +#: resbin.c:434 msgid "menuitem" msgstr "item du menu" -#: resbin.c:471 resbin.c:499 +#: resbin.c:475 resbin.c:503 msgid "dialog header" msgstr "en-tête de dialogue" -#: resbin.c:489 +#: resbin.c:493 #, c-format -msgid "unexpected dialog signature %d" -msgstr "signature de dialogue inattendue %d" +msgid "unexpected DIALOGEX version %d" +msgstr "version DIALOGEX inattendue %d" -#: resbin.c:531 +#: resbin.c:538 msgid "dialog font point size" msgstr "taille en point de fonte de dialogue" -#: resbin.c:539 +#: resbin.c:546 msgid "dialogex font information" msgstr "information de fonte de type dialogex" -#: resbin.c:564 resbin.c:582 +#: resbin.c:572 resbin.c:590 msgid "dialog control" msgstr "contrôle de dialogue" -#: resbin.c:574 +#: resbin.c:582 msgid "dialogex control" msgstr "contrôle dialogex" -#: resbin.c:603 +#: resbin.c:611 msgid "dialog control end" msgstr "fin de contrôle du dialogue" -#: resbin.c:615 +#: resbin.c:623 msgid "dialog control data" msgstr "données de contrôle du dialogue" -#: resbin.c:658 +#: resbin.c:666 msgid "stringtable string length" msgstr "longueur de chaîne de la table des chaînes" -#: resbin.c:668 +#: resbin.c:676 msgid "stringtable string" msgstr "chaîne de la table des chaînes" -#: resbin.c:701 +#: resbin.c:709 msgid "fontdir header" msgstr "en-tête fontdir" -#: resbin.c:714 +#: resbin.c:722 msgid "fontdir" msgstr "fontdir" -#: resbin.c:730 +#: resbin.c:738 msgid "fontdir device name" msgstr "nom du périphérique fontdir" -#: resbin.c:736 +#: resbin.c:744 msgid "fontdir face name" msgstr "nom de la sélection du répertoire de fontes" -#: resbin.c:779 +#: resbin.c:787 msgid "accelerator" msgstr "accélérateur" -#: resbin.c:843 +#: resbin.c:851 msgid "group cursor header" msgstr "en-tête du groupe de curseurs" -#: resbin.c:847 +#: resbin.c:855 #, c-format msgid "unexpected group cursor type %d" msgstr "type de groupe de curseur inattendu %d" -#: resbin.c:862 +#: resbin.c:870 msgid "group cursor" msgstr "groupe de curseur" -#: resbin.c:901 +#: resbin.c:909 msgid "group icon header" msgstr "en-tête du groupe d'icônes" -#: resbin.c:905 +#: resbin.c:913 #, c-format msgid "unexpected group icon type %d" msgstr "type de groupe d'icône inattendu %d" -#: resbin.c:920 +#: resbin.c:928 msgid "group icon" msgstr "groupe d'icônes" -#: resbin.c:991 resbin.c:1210 +#: resbin.c:999 resbin.c:1218 msgid "unexpected version string" msgstr "chaîne de version inattendue" -#: resbin.c:1025 +#: resbin.c:1033 #, c-format msgid "version length %d does not match resource length %lu" msgstr "longueur de la version %d ne concorde pas avec la longueur de la ressource %lu" -#: resbin.c:1029 +#: resbin.c:1037 #, c-format msgid "unexpected version type %d" msgstr "type de version inattendu %d" -#: resbin.c:1041 +#: resbin.c:1049 #, c-format msgid "unexpected fixed version information length %d" msgstr "longueur d'information fixe de version inattendue %d" -#: resbin.c:1044 +#: resbin.c:1052 msgid "fixed version info" msgstr "information fixe de version" -#: resbin.c:1048 +#: resbin.c:1056 #, c-format msgid "unexpected fixed version signature %lu" msgstr "signature de version fixe inattendue %lu" -#: resbin.c:1052 +#: resbin.c:1060 #, c-format msgid "unexpected fixed version info version %lu" msgstr "information de version inattendue dans la version fixe %lu" -#: resbin.c:1081 +#: resbin.c:1089 msgid "version var info" msgstr "information de variable de version" -#: resbin.c:1098 +#: resbin.c:1106 #, c-format msgid "unexpected stringfileinfo value length %d" msgstr "longueur de la valeur stringfileinfo inattendue %d" -#: resbin.c:1108 +#: resbin.c:1116 #, c-format msgid "unexpected version stringtable value length %d" msgstr "longueur inattendue de la valeur de la table de chaîne de version %d" -#: resbin.c:1142 +#: resbin.c:1150 #, c-format msgid "unexpected version string length %d != %d + %d" msgstr "longueur inattendue de la chaîne de version %d != %d +%d" -#: resbin.c:1153 +#: resbin.c:1161 #, c-format msgid "unexpected version string length %d < %d" msgstr "longueur inattendue de la chaîne de version %d < %d" -#: resbin.c:1170 +#: resbin.c:1178 #, c-format msgid "unexpected varfileinfo value length %d" msgstr "longueur inattendue de la chaîne varfileinfo %d" -#: resbin.c:1189 +#: resbin.c:1197 msgid "version varfileinfo" msgstr "version varfileinfo" -#: resbin.c:1204 +#: resbin.c:1212 #, c-format msgid "unexpected version value length %d" msgstr "longueur inattendue de la chaîne de version %d" @@ -4273,99 +4426,119 @@ msgstr "Essayé « %s »\n" msgid "Using `%s'\n" msgstr "Utilisation de « %s »\n" -#: resrc.c:541 +#: resrc.c:542 #, c-format msgid "%s:%d: %s\n" msgstr "%s:%d: %s\n" -#: resrc.c:550 +#: resrc.c:551 #, c-format msgid "%s: unexpected EOF" msgstr "%s: fin de fichier EOF prématuré" -#: resrc.c:607 +#: resrc.c:608 #, c-format msgid "%s: read of %lu returned %lu" msgstr "%s: lecture de %lu retourné %lu" -#: resrc.c:649 resrc.c:903 resrc.c:1176 resrc.c:1330 +#: resrc.c:650 resrc.c:904 resrc.c:1177 resrc.c:1331 #, c-format msgid "stat failed on bitmap file `%s': %s" msgstr "échec d'évaluation par stat() du fichier bitmap « %s »: %s" -#: resrc.c:702 +#: resrc.c:703 #, c-format msgid "cursor file `%s' does not contain cursor data" msgstr "fichier curseur « %s » ne contient aucune donnée de type curseur" -#: resrc.c:734 resrc.c:1047 +#: resrc.c:735 resrc.c:1048 #, c-format msgid "%s: fseek to %lu failed: %s" msgstr "%s: échec %lu de repérage: %s" -#: resrc.c:871 +#: resrc.c:872 msgid "help ID requires DIALOGEX" msgstr "identificateur d'aide requiert DIALOGEX" -#: resrc.c:873 +#: resrc.c:874 msgid "control data requires DIALOGEX" msgstr "donnée de contrôle requiert DIALOGEX" -#: resrc.c:1016 +#: resrc.c:1017 #, c-format msgid "icon file `%s' does not contain icon data" msgstr "fichier d'icônes « %s » ne contient pas de données de type icône" -#: resrc.c:1535 +#: resrc.c:1536 #, c-format msgid "can't open `%s' for output: %s" msgstr "ne peut ouvrir « %s » pour la sortie: %s" -#: size.c:79 +#: size.c:86 +msgid " Displays the sizes of sections inside binary files\n" +msgstr "Afficher les tailles des sections à l'intérieur des fichiers binaires\n" + +#: size.c:87 +msgid " If no input file(s) are specified, a.out is assumed\n" +msgstr "Aucune fichier spécifié à l'entrée a.out est assumé\n" + +#: size.c:88 #, c-format msgid "" -"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" -" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" -" [-V | --version] [--target=bfdname] [--help] [file...]\n" +" The options are:\n" +" -A|-B --format={sysv|berkeley} Select output style (default is %s)\n" +" -o|-d|-h --radix={8|10|16} Display numbers in octal, decimal or hex\n" +" -t --totals Display the total sizes (Berkeley only)\n" +" --target= Set the binary file format\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" msgstr "" -"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" -" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" -" [-V | --version] [--target=nombfd] [--help] [FICHIER...]\n" - -#: size.c:85 -msgid "default is --format=berkeley\n" -msgstr "par défaut --format=berkeley\n" - -#: size.c:87 -msgid "default is --format=sysv\n" -msgstr "par défaut --format=sysv\n" +"Les options sont:\n" +" -A|-B --format={sysv|berkeley} sélection le style de sortie (par défaut %s)\n" +" -o|-d|-h --radix={8|10|16} afficher les nombres en octal, décimal ou hexadécimal\n" +" -t --totals afficher les tailles totales (Berkeley seulement)\n" +" --target= sélectionner le format de fichier binaire\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" +"\n" -#: size.c:146 +#: size.c:160 #, c-format msgid "invalid argument to --format: %s" msgstr "argument invalide pour --format: %s" -#: size.c:173 +#: size.c:187 #, c-format msgid "Invalid radix: %s\n" msgstr "Base numérique invalide: %s\n" -#: srconv.c:1931 -#, c-format -msgid "Usage: %s [-dhVq] in-file [out-file]\n" -msgstr "Usage: %s [-dhVq] fichier-entrée [fichier-sortie]\n" - -#: srconv.c:1938 -#, c-format -msgid "%s: Convert a COFF object file into a SYSROFF object file\n" -msgstr "%s: conversion d'un fichier objet COFF en un fichier objet SYSROFF\n" +#: srconv.c:1953 +msgid "Convert a COFF object file into a SYSROFF object file\n" +msgstr "Convertir un fichier objet COFF en un fichier objet SYSROFF\n" + +#: srconv.c:1954 +msgid "" +" The options are:\n" +" -q --quick (Obsolete - ignoerd)\n" +" -n --noprescan Do not perform a scan to convert commons into defs\n" +" -d --debug Display information about what is being done\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +"Les options sont:\n" +" -q --quick (obsolète - ignoré)\n" +" -n --noprescan ne pas faire de scrutation pour convertir les commun en defs\n" +" -d --debug afficher de l'information à propos de ce qui a été fait\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" -#: srconv.c:2074 +#: srconv.c:2099 #, c-format msgid "unable to open output file %s" msgstr "incapable d'ouvrir le fichier de sortie %s" -#: stabs.c:343 stabs.c:1760 +#: stabs.c:343 stabs.c:1759 msgid "numeric overflow" msgstr "débordement numérique" @@ -4379,121 +4552,152 @@ msgstr "Mauvaise inclusion (« stab »): % msgid "Warning: %s: %s\n" msgstr "AVERTISSEMENT: %s: %s\n" -#: stabs.c:486 +#: stabs.c:485 msgid "N_LBRAC not within function\n" msgstr "N_LBRAC n'est pas dans la fonction\n" -#: stabs.c:525 +#: stabs.c:524 msgid "Too many N_RBRACs\n" msgstr "Trop de N_RBRAC\n" -#: stabs.c:770 +#: stabs.c:769 msgid "unknown C++ encoded name" msgstr "nom encode C++ inconnu" #. Complain and keep going, so compilers can invent new #. cross-reference types. -#: stabs.c:1297 +#: stabs.c:1296 msgid "unrecognized cross reference type" msgstr "type de référence croisée non reconnue" #. Does this actually ever happen? Is that why we are worrying #. about dealing with it rather than just calling error_type? -#: stabs.c:1852 +#: stabs.c:1851 msgid "missing index type" msgstr "type d'index manquant" -#: stabs.c:2179 +#: stabs.c:2178 msgid "unknown virtual character for baseclass" msgstr "caractère virtuel inconnu pour la classe de base" -#: stabs.c:2197 +#: stabs.c:2196 msgid "unknown visibility character for baseclass" msgstr "caractère de visibilité inconnu pour la classe de base" -#: stabs.c:2389 +#: stabs.c:2388 msgid "unnamed $vb type" msgstr "type $vb inconnu" -#: stabs.c:2395 +#: stabs.c:2394 msgid "unrecognized C++ abbreviation" msgstr "abréviation C++ inconnue" -#: stabs.c:2475 +#: stabs.c:2474 msgid "unknown visibility character for field" msgstr "caractère de visibilité inconnu pour le champ" -#: stabs.c:2731 +#: stabs.c:2730 msgid "const/volatile indicator missing" msgstr "indicateur de const/volatile manquant" -#: stabs.c:2971 +#: stabs.c:2970 #, c-format msgid "No mangling for \"%s\"\n" msgstr "Pas de mutilation pour \"n%s\"\n" -#: stabs.c:3284 +#: stabs.c:3283 msgid "Undefined N_EXCL" msgstr "N_EXCL indéfini" -#: stabs.c:3372 +#: stabs.c:3371 #, c-format msgid "Type file number %d out of range\n" msgstr "Nombre de type de fichier %d hors gamme\n" -#: stabs.c:3377 +#: stabs.c:3376 #, c-format msgid "Type index number %d out of range\n" msgstr "Nombre de type index %d hors gamme\n" -#: stabs.c:3464 +#: stabs.c:3463 #, c-format msgid "Unrecognized XCOFF type %d\n" msgstr "Type XCOFF non reconnu %d\n" -#: stabs.c:3763 +#: stabs.c:3762 #, c-format msgid "bad mangled name `%s'\n" msgstr "mauvais codage par mutilation du nom « %s »\n" -#: stabs.c:3859 +#: stabs.c:3858 msgid "no argument types in mangled string\n" msgstr "aucun type d'argument dans la chaîne encodé par mutilation\n" -#: strings.c:199 +#: strings.c:200 #, c-format msgid "invalid number %s" msgstr "nombre invalide %s" -#: strings.c:638 +#: strings.c:640 #, c-format msgid "invalid integer argument %s" msgstr "argument en valeur entière invalide %s" -#: strings.c:648 -#, c-format -msgid "" -"Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" -" [-] [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" -" [--target=bfdname] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" -msgstr "" -"Usage: %s [-afov] [-n longueur-min] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" -" [-] [--all] [--print-file-name] [--bytes=longueur-min] [--radix={o,x,d}]\n" -" [--target=nom_bfd] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" - -#: sysdump.c:733 -#, c-format -msgid "Usage: %s [-hV] in-file\n" -msgstr "Usage: %s [-hV] fichier-entrée\n" +#: strings.c:651 +msgid " Display printable strings in [file(s)] (stdin by default)\n" +msgstr "Afficher les chaîne imprimables des [fichier] (stdin par défaut)\n" + +#: strings.c:652 +msgid "" +" The options are:\n" +" -a - --all Scan the entire file, not just the data section\n" +" -f --print-file-name Print the name of the file before each string\n" +" -n --bytes=[number] Locate & print any NUL-terminated sequence of at\n" +" - least [number] characters (default 4).\n" +" -t --radix={o,x,d} Print the location of the string in base 8, 10 or 16\n" +" -o An alias for --radix=o\n" +" -T --target= Specify the binary file format\n" +" -e --encoding={s,b,l,B,L} Select character size and endianness:\n" +" s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +"Les options sont:\n" +" -a - --all scruter entièrement le fichier, pas seulement les sections de données\n" +" -f --print-file-name afficher le nom du fichier avant chaque chaîne\n" +" -n --bytes=[nombre] localiser et afficher toute séquence terminées par NULL d'au\n" +" - moins [nombre] de caractères (par défault 4).\n" +" -t --radix={o,x,d} afficher la localisation de la chaîne en base 8, 10 ou 16\n" +" -o un alias pour --radix=o\n" +" -T --target= spécifier le format du fichier binaire\n" +" -e --encoding={s,b,l,B,L} sélectionner la taille des caractères et le\n" +" système de poids fort ou faible:\n" +" s = 8-bits, {b,l} = 16-bits, {B,L} = 32-bits\n" +" -h --help afficher l'aide-mémoire\n" +" -v --version afficher le nom et la version du logiciel\n" + +#: sysdump.c:768 +msgid "Print a human readable interpretation of a SYSROFF object file\n" +msgstr "Afficher dans un format humainement lisible l'interprétation du fichier objet SYSROFF\n" + +#: sysdump.c:769 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +"Les options sont:\n" +" -h --help afficher l'aide-mémoire\n" +" -v --version afficher le nom et la version du logiciel\n" -#: sysdump.c:805 +#: sysdump.c:836 #, c-format msgid "cannot open input file %s" msgstr "ne peut ouvrir le fichier d'entrée %s" #: version.c:35 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 © Free Software Foundation, Inc.\n" +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 © Free Software Foundation, Inc.\n" #: version.c:36 msgid "" @@ -4503,25 +4707,25 @@ msgstr "" "Ce logiciel est libre; vous pouvez le redistribuer selon les termes de la\n" "licence GNU General Public License. AUCUNE garantie n'est donnée.\n" -#: windres.c:237 +#: windres.c:239 #, c-format msgid "can't open %s `%s': %s" msgstr "ne peut ouvrir %s « %s »: %s" -#: windres.c:416 +#: windres.c:418 msgid ": expected to be a directory\n" msgstr ": espérait un répertoire\n" -#: windres.c:428 +#: windres.c:430 msgid ": expected to be a leaf\n" msgstr ": espérait une feuille\n" -#: windres.c:437 +#: windres.c:439 #, c-format msgid "%s: warning: " msgstr "%s: AVERTISSEMENT: " -#: windres.c:439 +#: windres.c:441 msgid ": duplicate value\n" msgstr ": valeur dupliquée\n" @@ -4536,67 +4740,65 @@ msgid "%s: supported formats:" msgstr "%s: formats supportés:" #. Otherwise, we give up. -#: windres.c:690 +#: windres.c:688 #, c-format msgid "can not determine type of file `%s'; use the -I option" msgstr "ne peut déterminer le type de fichier « %s »; utiliser l'option -I" -#: windres.c:704 +#: windres.c:702 #, c-format -msgid "Usage: %s [options] [input-file] [output-file]\n" +msgid "Usage: %s [option(s)] [input-file] [output-file]\n" msgstr "Usage: %s [options] [fichier-d-entrée] [fichier-de-sortie]\n" -#: windres.c:706 +#: windres.c:704 msgid "" -"Options:\n" -" -i FILE, --input FILE Name input file\n" -" -o FILE, --output FILE Name output file\n" -" -I FORMAT, --input-format FORMAT\n" -" Specify input format\n" -" -O FORMAT, --output-format FORMAT\n" -" Specify output format\n" -" -F TARGET, --target TARGET Specify COFF target\n" -" --preprocessor PROGRAM Program to use to preprocess rc file\n" -" --include-dir DIR Include directory when preprocessing rc file\n" -" -DSYM[=VAL], --define SYM[=VAL]\n" -" Define SYM when preprocessing rc file\n" -" -v Verbose - tells you what it's doing\n" -" --language VAL Set language when reading rc file\n" -" --use-temp-file Use a temporary file instead of popen to read\n" -" the preprocessor output\n" -" --no-use-temp-file Use popen (default)\n" -msgstr "" -"Options:\n" -" -i FICHIER, --input FICHIER nommer le fichier d'entrée\n" -" -o FICHIER, --output FICHIER nommer le fichier de sortie\n" -" -I FORMAT, --input-format FORMAT\n" +" The options are:\n" +" -i --input= Name input file\n" +" -o --output= Name output file\n" +" -I --input-format= Specify input format\n" +" -O --output-format= Specify output format\n" +" -F --target= Specify COFF target\n" +" --preprocessor= Program to use to preprocess rc file\n" +" --include-dir= Include directory when preprocessing rc file\n" +" -D --define [=] Define SYM when preprocessing rc file\n" +" -v --verbose Verbose - tells you what it's doing\n" +" --language= Set language when reading rc file\n" +" --use-temp-file Use a temporary file instead of popen to read\n" +" the preprocessor output\n" +" --no-use-temp-file Use popen (default)\n" +msgstr "" +"Les options sont:\n" +" -i --input= nommer le fichier d'entrée\n" +" -o --output= nommer le fichier de sortie\n" +" -I --input-format=\n" " spécifier le format d'entrée\n" -" -O FORMAT, --output-format FORMAT\n" +" -O --output-format=\n" " spécifier le format de sortie\n" -" -F CIBLE, --target CIBLE spécifier la CIBLE en COFF\n" -" --preprocessor PROGRAMME programme à utiliser pour pré-traiter le fichier rc\n" -" --include-dir RÉPERTOIRE inclure le RÉPERTOIRE lors du pré-traitement du fichier rc\n" -" -DSYM[=VALEUR], --define SYM[=VALEUR]\n" -" définir le SYMbole lors du pré-traitement du fichier rc\n" +" -F --target= spécifier la CIBLE en COFF\n" +" --preprocessor= programme à utiliser pour pré-traiter le fichier rc\n" +" --include-dir= inclure le RÉPERTOIRE lors du pré-traitement du fichier rc\n" +" -D --define SYM[=VALEUR]\n" +" définir le SYMbole ayant la VALEUR lors du\n" +" du pré-traitement du fichier rc\n" " -v utiliser le mode bavard\n" -" --language VAL initialiser le langage lors de la lecture du fichier rc\n" -" --use-temp-file utiliser un fichier temporaire au lieu de la lecture via\n" +" --language VAL initialiser le langage lors de la lecture du fichier rc\n" +" --use-temp-file utiliser un fichier temporaire au lieu de la lecture via\n" " popen de la sortie du pré-processeur\n" -" --no-use-temp-file utiliser popen (par défaut)\n" +" --no-use-temp-file utiliser popen (par défaut)\n" -#: windres.c:725 -msgid " --yydebug Turn on parser debugging\n" -msgstr " --yydebug activer le mode de débug de l'analyseur syntaxique\n" +#: windres.c:719 +msgid " --yydebug Turn on parser debugging\n" +msgstr " --yydebug activer le mode de débug de l'analyseur syntaxique\n" -#: windres.c:728 +#: windres.c:722 msgid "" -" --help Print this help message\n" -" --version Print version information\n" +" -h --help Print this help message\n" +" -V --version Print version information\n" msgstr "" -" -h --help afficher l'aide-mémoire\n" -" -V --version afficher le nom et la version du logiciel\n" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" -#: windres.c:731 +#: windres.c:725 msgid "" "FORMAT is one of rc, res, or coff, and is deduced from the file name\n" "extension if not specified. A single file name is an input file.\n" @@ -4607,11 +4809,11 @@ msgstr "" "L'entrée par défaut se fait à partir de stdin, par défaut pour rc.\n" "La sortie par défaut est stdout, par défaut pour rc.\n" -#: windres.c:983 +#: windres.c:988 msgid "no resources" msgstr "aucune ressource" -#: wrstabs.c:366 wrstabs.c:2027 +#: wrstabs.c:366 wrstabs.c:2026 #, c-format msgid "string_hash_lookup failed: %s" msgstr "échec de string_hash_lookup: %s" @@ -4621,11 +4823,147 @@ msgstr "échec de string_hash_lookup: %s" msgid "stab_int_type: bad size %u" msgstr "stab_int_type: mauvaise taille %u" -#: wrstabs.c:1467 +#: wrstabs.c:1466 #, c-format msgid "%s: warning: unknown size for field `%s' in struct" msgstr "%s: AVERTISSEMENT: taille inconnue pour le champ « %s » dans le struct" +#~ msgid "" +#~ "Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" +#~ " [-e executable] [--exe=executable] [--demangle[=style]]\n" +#~ " [--basenames] [--functions] [addr addr ...]\n" +#~ msgstr "" +#~ "Usage: %s [-CfsHV] [-b nombdf] [--target=nombdf]\n" +#~ " [-e executable] [--exe=executable] [--demangle[=style]]\n" +#~ " [--basenames] [--functions] [adr adr ...]\n" + +#~ msgid "" +#~ "Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" +#~ " [--input-target=bfdname] [--output-target=bfdname]\n" +#~ " [--header-file=file] [--linker=linker] [--debug]\n" +#~ " [--help] [--version]\n" +#~ " [in-file [out-file]]\n" +#~ msgstr "" +#~ "Usage: %s [-dhV] [-I nombfd] [-O nombfd] [-T fichier_en_tete] [-l editeur_de_lien]\n" +#~ " [--input-target=nombfd] [--output-target=nombfd]\n" +#~ " [--header-file=fichier] [--linker=editeur_de_liens] [--debug]\n" +#~ " [--help] [--version]\n" +#~ " [fichier_d_entree [fichier_de_sortie]]\n" + +#~ msgid "Usage: %s [OPTION]... [FILE]...\n" +#~ msgstr "Usage: %s [OPTIONS]... [FICHIER]...\n" + +#~ msgid "Usage: %s OPTION... FILE...\n" +#~ msgstr "Usage: %s OPTION... FICHIER...\n" + +#~ msgid " Options are:\n" +#~ msgstr " Les options sont:\n" + +#~ msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +#~ msgstr " -a ou --all équivalent à: -h -l -S -s -r -d -V -A -I\n" + +#~ msgid " -h or --file-header Display the ELF file header\n" +#~ msgstr " -h ou --file-header afficher l'en-tête du fichier ELF\n" + +#~ msgid " -l or --program-headers or --segments\n" +#~ msgstr " -l ou --program-headers ou --segments\n" + +#~ msgid " Display the program headers\n" +#~ msgstr " afficher les en-têtes du programme\n" + +#~ msgid " -S or --section-headers or --sections\n" +#~ msgstr " -S ou --section-headers ou --sections\n" + +#~ msgid " Display the sections' header\n" +#~ msgstr " afficher l'en-tête des sections\n" + +#~ msgid " -e or --headers Equivalent to: -h -l -S\n" +#~ msgstr " -e ou --headers équivalent à: -h -l -S\n" + +#~ msgid " -s or --syms or --symbols Display the symbol table\n" +#~ msgstr " -s ou --syms ou --symbols afficher la table de symboles\n" + +#~ msgid " -n or --notes Display the core notes (if present)\n" +#~ msgstr " -n ou --notes afficher les notes du core (si disponible)\n" + +#~ msgid " -r or --relocs Display the relocations (if present)\n" +#~ msgstr " -r ou --relocs afficher les relocalisations (si disponibles)\n" + +#~ msgid " -u or --unwind Display the unwind info (if present)\n" +#~ msgstr " -u ou --unwind afficher les infos unwind (si disponibles)\n" + +#~ msgid " -d or --dynamic Display the dynamic segment (if present)\n" +#~ msgstr " -d ou --dynamic afficher le segement dynamique (si disponible)\n" + +#~ msgid " -V or --version-info Display the version sections (if present)\n" +#~ msgstr " -V ou --version-info afficher la version des sections (si disponible)\n" + +#~ msgid " -A or --arch-specific Display architecture specific information (if any).\n" +#~ msgstr " -A ou --arch-specific afficher les informations de spécificités d'architecture (si disponible).\n" + +#~ msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" +#~ msgstr " -D ou --use-dynamic utiliser les infos de la section dynamique lors de l'affichage des symboles\n" + +#~ msgid " -x or --hex-dump=\n" +#~ msgstr " -x ou --hex-dump=\n" + +#~ msgid " Dump the contents of section \n" +#~ msgstr " vidanger le contenu de la section \n" + +#~ msgid " -w[liaprmfs] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]\n" +#~ msgstr " -w[liaprmfs] ou --debug-dump[=ligne,=info,=abbrev,=nompub,=plages,=macro,=trames,=str]\n" + +#~ msgid " Display the contents of DWARF2 debug sections\n" +#~ msgstr " afficher le contenu des sections DWARF2 de débug\n" + +#~ msgid " -i or --instruction-dump=\n" +#~ msgstr " -i ou --instruction-dump=\n" + +#~ msgid " -I or --histogram Display histogram of bucket list lengths\n" +#~ msgstr " -I ou --histogram afficher l'histogramme of bucket list lengths\n" + +#~ msgid " -v or --version Display the version number of readelf\n" +#~ msgstr " -v ou --version afficher le numéro de version de readelf\n" + +#~ msgid " -W or --wide Don't split lines or truncate symbols to fit into 80 columns\n" +#~ msgstr " -W ou --wide ne pas couper les lignes ou tronquer les symboles pour s'insérer dans 80 colonnes\n" + +#~ msgid " -H or --help Display this information\n" +#~ msgstr " -H ou --help afficher cette information\n" + +#~ msgid "unexpected dialog signature %d" +#~ msgstr "signature de dialogue inattendue %d" + +#~ msgid "" +#~ "Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +#~ " [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +#~ " [-V | --version] [--target=bfdname] [--help] [file...]\n" +#~ msgstr "" +#~ "Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +#~ " [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +#~ " [-V | --version] [--target=nombfd] [--help] [FICHIER...]\n" + +#~ msgid "default is --format=berkeley\n" +#~ msgstr "par défaut --format=berkeley\n" + +#~ msgid "default is --format=sysv\n" +#~ msgstr "par défaut --format=sysv\n" + +#~ msgid "Usage: %s [-dhVq] in-file [out-file]\n" +#~ msgstr "Usage: %s [-dhVq] fichier-entrée [fichier-sortie]\n" + +#~ msgid "" +#~ "Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" +#~ " [-] [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" +#~ " [--target=bfdname] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" +#~ msgstr "" +#~ "Usage: %s [-afov] [-n longueur-min] [-min-len] [-t {o,x,d}] [-e {s,b,l,B,L}]\n" +#~ " [-] [--all] [--print-file-name] [--bytes=longueur-min] [--radix={o,x,d}]\n" +#~ " [--target=nom_bfd] [--encoding {s,b,l,B,L}] [--help] [--version] file...\n" + +#~ msgid "Usage: %s [-hV] in-file\n" +#~ msgstr "Usage: %s [-hV] fichier-entrée\n" + #~ msgid "GNU %s version %s\n" #~ msgstr "GNU %s version %s\n" diff -uprN binutils-2.12.90.0.15/binutils/readelf.c binutils-2.13.90.0.2/binutils/readelf.c --- binutils-2.12.90.0.15/binutils/readelf.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/binutils/readelf.c Thu Aug 1 17:49:32 2002 @@ -65,6 +65,7 @@ #include "elf/i860.h" #include "elf/i960.h" #include "elf/ia64.h" +#include "elf/ip2k.h" #include "elf/m32r.h" #include "elf/m68k.h" #include "elf/m68hc11.h" @@ -652,6 +653,8 @@ guess_is_rela (e_machine) case EM_MMIX: case EM_XSTORMY16: case EM_VAX: + case EM_IP2K: + case EM_IP2K_OLD: return TRUE; case EM_MMA: @@ -1127,6 +1130,11 @@ dump_relocations (file, rel_offset, rel_ case EM_VAX: rtype = elf_vax_reloc_type (type); break; + + case EM_IP2K: + case EM_IP2K_OLD: + rtype = elf_ip2k_reloc_type (type); + break; } if (rtype == NULL) @@ -1569,6 +1577,8 @@ get_machine_name (e_machine) case EM_OPENRISC: case EM_OR32: return "OpenRISC"; case EM_DLX: return "OpenDLX"; + case EM_IP2K_OLD: + case EM_IP2K: return "Ubicom IP2xxx 8-bit microcontrollers"; default: sprintf (buff, _(": %x"), e_machine); return buff; @@ -2241,6 +2251,8 @@ get_section_type_name (sh_type) } } +#define OPTION_DEBUG_DUMP 512 + struct option options [] = { {"all", no_argument, 0, 'a'}, @@ -2260,7 +2272,7 @@ struct option options [] = {"version-info", no_argument, 0, 'V'}, {"use-dynamic", no_argument, 0, 'D'}, {"hex-dump", required_argument, 0, 'x'}, - {"debug-dump", optional_argument, 0, 'w'}, + {"debug-dump", optional_argument, 0, OPTION_DEBUG_DUMP}, {"unwind", no_argument, 0, 'u'}, #ifdef SUPPORT_DISASSEMBLY {"instruction-dump", required_argument, 0, 'i'}, @@ -2295,7 +2307,8 @@ usage () -A --arch-specific Display architecture specific information (if any).\n\ -D --use-dynamic Use the dynamic section info when displaying symbols\n\ -x --hex-dump= Dump the contents of section \n\ - -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n\ + -w[liaprmfFso] or\n\ + --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n\ Display the contents of DWARF2 debug sections\n")); #ifdef SUPPORT_DISASSEMBLY fprintf (stdout, _("\ @@ -2493,6 +2506,88 @@ parse_args (argc, argv) } } break; + case OPTION_DEBUG_DUMP: + do_dump ++; + if (optarg == 0) + do_debugging = 1; + else + { + const char *debug_dump_opt[] + = { "line", "info", "abbrev", "pubnames", "ranges", + "macro", "frames", "frames-interp", "str", "loc", NULL }; + unsigned int index; + const char *p; + + do_debugging = 0; + + p = optarg; + while (*p) + { + for (index = 0; debug_dump_opt[index]; index++) + { + size_t len = strlen (debug_dump_opt[index]); + + if (strncmp (p, debug_dump_opt[index], len) == 0 + && (p[len] == ',' || p[len] == '\0')) + { + switch (p[0]) + { + case 'i': + do_debug_info = 1; + break; + + case 'a': + do_debug_abbrevs = 1; + break; + + case 'l': + if (p[1] == 'i') + do_debug_lines = 1; + else + do_debug_loc = 1; + break; + + case 'p': + do_debug_pubnames = 1; + break; + + case 'r': + do_debug_aranges = 1; + break; + + case 'f': + if (len > 6) + do_debug_frames_interp = 1; + do_debug_frames = 1; + break; + + case 'm': + do_debug_macinfo = 1; + break; + + case 's': + do_debug_str = 1; + break; + } + + p += len; + break; + } + } + + if (debug_dump_opt[index] == NULL) + { + warn (_("Unrecognized debug option '%s'\n"), p); + p = strchr (p, ','); + if (p == NULL) + break; + } + + if (*p == ',') + p++; + } + } + break; #ifdef SUPPORT_DISASSEMBLY case 'i': do_dump ++; diff -uprN binutils-2.12.90.0.15/binutils.spec binutils-2.13.90.0.2/binutils.spec --- binutils-2.12.90.0.15/binutils.spec Tue Jul 16 16:48:44 2002 +++ binutils-2.13.90.0.2/binutils.spec Thu Aug 1 19:57:23 2002 @@ -9,7 +9,7 @@ Summary: A GNU collection of binary utilities. Name: binutils -Version: 2.12.90.0.15 +Version: 2.13.90.0.2 Release: 1 Copyright: GPL Group: Development/Tools diff -uprN binutils-2.12.90.0.15/configure.in binutils-2.13.90.0.2/configure.in --- binutils-2.12.90.0.15/configure.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/configure.in Thu Aug 1 17:49:32 2002 @@ -454,9 +454,6 @@ case "${target}" in # if the --with-newlib option has been given, because otherwise # 'target-newlib' will appear in skipdirs. ;; - *-*-linux*) - noconfigdirs="$noconfigdirs target-newlib target-libgloss" - ;; i[3456]86-*-mingw32*) target_configdirs="$target_configdirs target-mingw" noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}" @@ -544,6 +541,11 @@ case "${target}" in powerpc-*-eabi) noconfigdirs="$noconfigdirs ${libgcj}" ;; + powerpc64*-*-linux*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss" + # not yet ported. + noconfigdirs="$noconfigdirs target-libffi" + ;; rs6000-*-lynxos*) noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}" ;; @@ -578,6 +580,7 @@ case "${target}" in noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips ;; mips*-*-linux*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss" noconfigdirs="$noconfigdirs target-libffi" ;; mips*-*-*) @@ -638,6 +641,9 @@ case "${target}" in ip2k-*-*) noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}" ;; + *-*-linux*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss" + ;; *-*-lynxos*) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; diff -uprN binutils-2.12.90.0.15/gas/CONTRIBUTORS binutils-2.13.90.0.2/gas/CONTRIBUTORS --- binutils-2.12.90.0.15/gas/CONTRIBUTORS Mon Oct 15 21:27:23 2001 +++ binutils-2.13.90.0.2/gas/CONTRIBUTORS Mon Jul 29 08:19:16 2002 @@ -30,9 +30,8 @@ sparc opcode file rewrite, decstation, r ports, updated "know" assertions and made them work, much other reorganization, cleanup, and lint. -Ken Raeburn currently maintains gas, and wrote the high-level BFD -interface code to replace most of the code in format-specific I/O -modules. +Ken Raeburn wrote the high-level BFD interface code to replace most of +the code in format-specific I/O modules. The original Vax-VMS support was contributed by David L. Kashtan. Eric Youngdale and Pat Rankin have done much work with it since. diff -uprN binutils-2.12.90.0.15/gas/ChangeLog binutils-2.13.90.0.2/gas/ChangeLog --- binutils-2.12.90.0.15/gas/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,4 +1,225 @@ -Wed Jul 17 00:30:13 CEST 2002 Jan Hubicka +2002-08-01 Richard Sandiford + + * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend + handling to BFD_RELOC_MIPS16_GPREL. + +2002-08-01 Nick Clifton + + * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal + pool is computed using signed arithmetic so that proper sign + extension is performed if X_add_number is a 64-bit integer. + +2002-08-01 H.J. Lu + Daniel Jacobowitz + + * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced + .debug_line section unless it has line information. + +2002-07-31 Ian Dall + + * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype. + * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage): + Allow default displacement size to be an option "--disp-size-default". + (md_number_to_disp): Make error messages include value. Use %d to + print integers, not %s. + (fix_new_ns32k): Conditionally set fx_no_overflow so we don't + get duplicate messages sometimes. + (convert_iif): Grow frag to max possible instruction size. Avoid + creating unnecessary fixes. + (md_number_to_field) Add prototype. + (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add + prototypes and make static. + (struct addr_mode): Make mode and scaled_mode explicitly signed. + (evaluate_expr): Use resultP argument instead of exprP global. + (get_addr_mode): Quiten compiler warnings. + (encode_operand): eliminate unused variables. Quiten compiler + warnings. Eliminate nul character in format strings. + (parse): argc is unsigned. + (reloc): Type cast index to quieten compiler. + (md_pcrel_adjust, md_apply_fix3): Remove unused variable. + (md_convert_frag): Note unused parameters. Remove unused + variables. + (md_create_long_jump, md_create_short_jump, + md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note + unused parameters. + +2002-07-31 Nick Clifton + + * NEWS: Retroactively add entry for Lars Brinkhoff's contribution + of the PDP-11 and 2.11BSD a.out support. + +2002-07-31 Momchil Velikov + + * config/tc-v850.c (md_assemble): Fix range check for immediate + operand. + +2002-07-30 Chris Demetriou + + * config/tc-mips.c (mips_cpu_info_table): Clean up entries related + to Broadcom SB-1 core support. + +2002-07-31 Thiemo Seufer + + * config/tc-mips.c (mips_target_format): Fix formatting. + Add recognition of n32 ABI formats. + +2002-07-30 Maciej W. Rozycki + + * tc-mips.c (load_address): Don't clobber $at when loading a + 64-bit address in non-PIC code if noat is in effect. + (macro): Likewise. + +2002-07-30 Maciej W. Rozycki + + * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions + used in division/multiply macro expansions similarly to how they + are used in the variants with break instructions. + (macro2): Likewise. + +2002-07-30 Graeme Peterson + + * configure.in: Add support for arm-*-nto target. + * configure: Regenerate. + +2002-07-30 Nick Clifton + + * config/tc-arm.c (struct literal_pool): Add fields to allow + multiple literal pools to be maintained. + (find_literal_pool): New function. + (find_or_make_literal_pool): New function. + (add_to_literal_pool): Use find_or_make_literal_pool. + (arm_s_text, arm_s_data, arm_s_section): Remove - no longer + needed. + (s_ltorg): Use find_literal_pool. + (arm_cleanup): Dump all literal pools. + * doc/c-arm.texi: Document new behaviour of only dumping literal + pools upon request. + +2002-07-26 Alan Modra + + * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default + rather than PPC_OPCODE_32 for powerpc64*. + +2002-07-25 Nick Clifton + + * po/es.po: Updated Spanish translation. + * po/fr.po: Updated French translation. + +2002-07-25 Richard Sandiford + + * doc/c-mips.texi: Remove -mcpu. Document -mabi. + * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro. + (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros. + * configure, config.in: Regenerate. + * config/tc-mips.c (file_mips_abi): Rename to mips_abi. + (mips_set_options): Remove "abi" field. + (mips_opts): Update accordingly. Replace all uses of mips_opts.abi + with mips_abi. + (mips_cpu): Remove. + (mips_arch_string, mips_arch_info): New vars. + (mips_tune_string, mips_tune_info): New vars. + (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros. + (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI. + (mips_isa_to_str, mips_cpu_to_str): Remove. + (mips_ip): If the selected architecture is a generic ISA rather + than a processor, only mention the ISA level in error messages. + (OPTION_MCPU): Remove. + (OPTION_FP64): New. + (md_longopts): Add -mfp64, remove -mcpu. + (mips_set_option_string): New fn. + (md_parse_option): Make -mipsN update file_mips_isa rather than + mips_opts.isa. Use mips_set_option_string to set -march or -mtune. + Don't let -mgp32 and -mfp32 change the ABI. + (show): Move to end of file. Constify string argument. + (md_show_usage): Move to the end of the file. Read available + architectures from mips_cpu_info_table. + (mips_set_architecture): New fn. + (mips_after_parse_args): Rework. Remove -mcpu handling. -mipsN + is an alias for -march=mipsN. Don't change the ABI based on other + flags. Infer the register size from the ABI as well as the + architecture. Complain about more conflicting arguments. + Unify logic with GCC. + (s_mipsset): Don't change the ABI. + (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32. + (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just + "mipsN"-type entries. Remove entries that vary only in the + manufacturer's prefix, or that have "000" replaced by "k". + Remove TARGET_CPU entries. Make r2000 entry use CPU_R3000. + (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns. + (mips_parse_cpu): New fn. + (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove. + (mips_cpu_info_from_isa): Minor formatting tweak. + +2002-07-24 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + +2002-07-23 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + * config.in: Regenerate. + * po/POTFILES.in: Regenerate. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + +2002-07-23 Nick Clifton + + * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for + GAS. + +2002-07-19 Thiemo Seufer + + * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL + instead of S_IS_EXTERN. + (md_estimate_size_before_relax): Likewise. + (mips_fix_adjustable): Likewise. + +2002-07-19 Thiemo Seufer + + * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC. + +2002-07-19 Miroslav Tichy + Nick Clifton + + * cond.c (s_ifdef): Treat a referenced but not yet defined + symbol as if it were undefined, in exactly the same way as + .equiv. + + * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv + consider referenced bug not yet defined symbols to be + undefined. + +2002-07-18 Denis Chertykov + Frank Ch. Eigler + Alan Lehotsky + John Healy + Jeff Johnston + + * configure.in: Add ip2k configuraton. + * configure: Regenerate. + * Makefile.am: Add ip2k configuraton. + * Makefile.in: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + * config/tc-ip2k.c: New file. + * config/tc-ip2k.h: New files. + * NEWS: Mention new support. + * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi. + * doc/Makefile.in: Regenerate. + * doc/all.texi: Set IP2K + * doc/as.texinfo: Add IP2K description. + * doc/c-ip2k.texi: New file. + +2002-07-19 Nick Clifton + + * NEWS: Reformat to match style of other NEWS files. + +2002-07-17 Jan Hubicka * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers. diff -uprN binutils-2.12.90.0.15/gas/Makefile.am binutils-2.13.90.0.2/gas/Makefile.am --- binutils-2.12.90.0.15/gas/Makefile.am Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/Makefile.am Mon Jul 29 08:19:16 2002 @@ -56,6 +56,7 @@ CPU_TYPES = \ i386 \ i860 \ i960 \ + ip2k \ m32r \ m68hc11 \ m68k \ @@ -246,6 +247,7 @@ TARGET_CPU_CFILES = \ config/tc-i386.c \ config/tc-i860.c \ config/tc-i960.c \ + config/tc-ip2k.c \ config/tc-m32r.c \ config/tc-m68hc11.c \ config/tc-m68k.c \ @@ -295,6 +297,7 @@ TARGET_CPU_HFILES = \ config/tc-i386.h \ config/tc-i860.h \ config/tc-i960.h \ + config/tc-ip2k.h \ config/tc-m32r.h \ config/tc-m68hc11.h \ config/tc-m68k.h \ @@ -1163,6 +1166,20 @@ DEPTC_i960_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h +DEPTC_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ + cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \ + $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h +DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ + dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ + cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \ + $(BFDDIR)/libbfd.h DEPTC_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \ @@ -1681,6 +1698,15 @@ DEPOBJ_i960_elf = $(INCDIR)/symcat.h $(s $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ struc-symbol.h $(INCDIR)/aout/aout64.h +DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ + subsegs.h +DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ + $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ + struc-symbol.h $(INCDIR)/aout/aout64.h DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ @@ -2101,6 +2127,12 @@ DEP_i960_coff = $(srcdir)/config/obj-cof DEP_i960_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h +DEP_ip2k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ip2k.h \ + $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ + $(INCDIR)/bfdlink.h +DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \ $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h diff -uprN binutils-2.12.90.0.15/gas/Makefile.in binutils-2.13.90.0.2/gas/Makefile.in --- binutils-2.12.90.0.15/gas/Makefile.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/Makefile.in Thu Aug 1 17:49:32 2002 @@ -167,6 +167,7 @@ CPU_TYPES = \ i386 \ i860 \ i960 \ + ip2k \ m32r \ m68hc11 \ m68k \ @@ -363,6 +364,7 @@ TARGET_CPU_CFILES = \ config/tc-i386.c \ config/tc-i860.c \ config/tc-i960.c \ + config/tc-ip2k.c \ config/tc-m32r.c \ config/tc-m68hc11.c \ config/tc-m68k.c \ @@ -413,6 +415,7 @@ TARGET_CPU_HFILES = \ config/tc-i386.h \ config/tc-i860.h \ config/tc-i960.h \ + config/tc-ip2k.h \ config/tc-m32r.h \ config/tc-m68hc11.h \ config/tc-m68k.h \ @@ -910,6 +913,22 @@ DEPTC_i960_elf = $(INCDIR)/symcat.h $(sr $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h +DEPTC_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ + cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \ + $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h + +DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ + dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ + cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \ + $(BFDDIR)/libbfd.h + DEPTC_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \ @@ -1539,6 +1558,17 @@ DEPOBJ_i960_elf = $(INCDIR)/symcat.h $(s $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ struc-symbol.h $(INCDIR)/aout/aout64.h +DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ + subsegs.h + +DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ + $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ + struc-symbol.h $(INCDIR)/aout/aout64.h + DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ @@ -2069,6 +2099,14 @@ DEP_i960_elf = $(srcdir)/config/obj-elf. $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h +DEP_ip2k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ip2k.h \ + $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ + $(INCDIR)/bfdlink.h + +DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \ + $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h + DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \ $(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h @@ -2380,7 +2418,7 @@ configure configure.in gdbinit.in itbl-l DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best SOURCES = $(gasp_new_SOURCES) $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) OBJECTS = $(gasp_new_OBJECTS) $(itbl_test_OBJECTS) $(as_new_OBJECTS) diff -uprN binutils-2.12.90.0.15/gas/NEWS binutils-2.13.90.0.2/gas/NEWS --- binutils-2.12.90.0.15/gas/NEWS Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/NEWS Thu Aug 1 17:49:32 2002 @@ -1,370 +1,368 @@ -*- text -*- +* Support for the Ubicom IP2xxx microcontroller added. + Changes in 2.13: -Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 and -FR500 included. +* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 + and FR500 included. -Support for DLX processor added. +* Support for DLX processor added. -GASP has now been deprecated and will be removed in a future release. Use the -macro facilities in GAS instead. +* GASP has now been deprecated and will be removed in a future release. Use + the macro facilities in GAS instead. -GASP now correctly parses floating point numbers. Unless the base is explicitly -specified, they are interpreted as decimal numbers regardless of the currently -specified base. +* GASP now correctly parses floating point numbers. Unless the base is + explicitly specified, they are interpreted as decimal numbers regardless of + the currently specified base. Changes in 2.12: -Support for Don Knuth's MMIX, by Hans-Peter Nilsson. +* Support for Don Knuth's MMIX, by Hans-Peter Nilsson. -Support for the OpenRISC 32-bit embedded processor by OpenCores. +* Support for the OpenRISC 32-bit embedded processor by OpenCores. -The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for -specifying the target instruction set. The old method of specifying the -target processor has been deprecated, but is still accepted for -compatibility. +* The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for + specifying the target instruction set. The old method of specifying the + target processor has been deprecated, but is still accepted for + compatibility. -Support for the VFP floating-point instruction set has been added to -the ARM assembler. +* Support for the VFP floating-point instruction set has been added to + the ARM assembler. -New psuedo op: .incbin to include a set of binary data at a given point -in the assembly. Contributed by Anders Norlander. +* New psuedo op: .incbin to include a set of binary data at a given point + in the assembly. Contributed by Anders Norlander. -The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated -but still works for compatability. +* The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated + but still works for compatability. -The MIPS assembler no longer issues a warning by default when it -generates a nop instruction from a macro. The new command line option --n will turn on the warning. +* The MIPS assembler no longer issues a warning by default when it + generates a nop instruction from a macro. The new command line option + -n will turn on the warning. Changes in 2.11: -x86 gas now supports the full Pentium4 instruction set. +* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff. + +* x86 gas now supports the full Pentium4 instruction set. -Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs. +* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs. -Support for Motorola 68HC11 and 68HC12. +* Support for Motorola 68HC11 and 68HC12. -Support for Texas Instruments TMS320C54x (tic54x). +* Support for Texas Instruments TMS320C54x (tic54x). -Support for IA-64. +* Support for IA-64. -Support for i860, by Jason Eckhardt. +* Support for i860, by Jason Eckhardt. -Support for CRIS (Axis Communications ETRAX series). +* Support for CRIS (Axis Communications ETRAX series). -x86 gas has a new .arch pseudo op to specify the target CPU architecture. +* x86 gas has a new .arch pseudo op to specify the target CPU architecture. -x86 gas -q command line option quietens warnings about register size changes -due to suffix, indirect jmp/call without `*', stand-alone prefixes, and -translating various deprecated floating point instructions. +* x86 gas -q command line option quietens warnings about register size changes + due to suffix, indirect jmp/call without `*', stand-alone prefixes, and + translating various deprecated floating point instructions. Changes in 2.10: -Support for the ARM msr instruction was changed to only allow an immediate -operand when altering the flags field. +* Support for the ARM msr instruction was changed to only allow an immediate + operand when altering the flags field. -Support for ATMEL AVR. +* Support for ATMEL AVR. -Support for IBM 370 ELF. Somewhat experimental. +* Support for IBM 370 ELF. Somewhat experimental. -Support for numbers with suffixes. +* Support for numbers with suffixes. -Added support for breaking to the end of repeat loops. +* Added support for breaking to the end of repeat loops. -Added support for parallel instruction syntax (DOUBLEBAR_PARALLEL). +* Added support for parallel instruction syntax (DOUBLEBAR_PARALLEL). -New .elseif pseudo-op added. +* New .elseif pseudo-op added. -New --fatal-warnings option. +* New --fatal-warnings option. -picoJava architecture support added. +* picoJava architecture support added. -Motorola MCore 210 processor support added. +* Motorola MCore 210 processor support added. -A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 -assembly programs with intel syntax. +* A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 + assembly programs with intel syntax. -New pseudo-ops .func,.endfunc to aid in debugging user-written assembler code. +* New pseudo-ops .func,.endfunc to aid in debugging user-written assembler code. -Added -gdwarf2 option to generate DWARF 2 debugging information. +* Added -gdwarf2 option to generate DWARF 2 debugging information. -Full 16-bit mode support for i386. +* Full 16-bit mode support for i386. -Greatly improved instruction operand checking for i386. This change will -produce errors or warnings on incorrect assembly code that previous versions of -gas accepted. If you get unexpected messages from code that worked with older -versions of gas, please double check the code before reporting a bug. +* Greatly improved instruction operand checking for i386. This change will + produce errors or warnings on incorrect assembly code that previous versions + of gas accepted. If you get unexpected messages from code that worked with + older versions of gas, please double check the code before reporting a bug. -Weak symbol support added for COFF targets. +* Weak symbol support added for COFF targets. -Mitsubishi D30V support added. +* Mitsubishi D30V support added. -Texas Instruments c80 (tms320c80) support added. +* Texas Instruments c80 (tms320c80) support added. -i960 ELF support added. +* i960 ELF support added. -ARM ELF support added. +* ARM ELF support added. Changes in 2.9: -Texas Instruments c30 (tms320c30) support added. +* Texas Instruments c30 (tms320c30) support added. -The assembler now optimizes the exception frame information generated by egcs -and gcc 2.8. The new --traditional-format option disables this optimization. +* The assembler now optimizes the exception frame information generated by egcs + and gcc 2.8. The new --traditional-format option disables this optimization. -Added --gstabs option to generate stabs debugging information. +* Added --gstabs option to generate stabs debugging information. -The -a option takes a new suboption, m (e.g., -alm) to expand macros in a -listing. +* The -a option takes a new suboption, m (e.g., -alm) to expand macros in a + listing. -Added -MD option to print dependencies. +* Added -MD option to print dependencies. Changes in 2.8: -BeOS support added. +* BeOS support added. -MIPS16 support added. +* MIPS16 support added. -Motorola ColdFire 5200 support added (configure for m68k and use -m5200). +* Motorola ColdFire 5200 support added (configure for m68k and use -m5200). -Alpha/VMS support added. +* Alpha/VMS support added. -m68k options --base-size-default-16, --base-size-default-32, ---disp-size-default-16, and --disp-size-default-32 added. +* m68k options --base-size-default-16, --base-size-default-32, + --disp-size-default-16, and --disp-size-default-32 added. -The alignment directives now take an optional third argument, which is the -maximum number of bytes to skip. If doing the alignment would require skipping -more than the given number of bytes, the alignment is not done at all. +* The alignment directives now take an optional third argument, which is the + maximum number of bytes to skip. If doing the alignment would require + skipping more than the given number of bytes, the alignment is not done at + all. -The ELF assembler has a new pseudo-op, .symver, used for symbol versioning. +* The ELF assembler has a new pseudo-op, .symver, used for symbol versioning. -The -a option takes a new suboption, c (e.g., -alc), to skip false conditionals -in listings. +* The -a option takes a new suboption, c (e.g., -alc), to skip false + conditionals in listings. -Added new pseudo-op, .equiv; it's like .equ, except that it is an error if the -symbol is already defined. +* Added new pseudo-op, .equiv; it's like .equ, except that it is an error if + the symbol is already defined. Changes in 2.7: -The PowerPC assembler now allows the use of symbolic register names (r0, etc.) -if -mregnames is used. Symbolic names preceded by a '%' (%r0, etc.) can be -used any time. PowerPC 860 move to/from SPR instructions have been added. +* The PowerPC assembler now allows the use of symbolic register names (r0, + etc.) if -mregnames is used. Symbolic names preceded by a '%' (%r0, etc.) + can be used any time. PowerPC 860 move to/from SPR instructions have been + added. -Alpha Linux (ELF) support added. +* Alpha Linux (ELF) support added. -PowerPC ELF support added. +* PowerPC ELF support added. -m68k Linux (ELF) support added. +* m68k Linux (ELF) support added. -i960 Hx/Jx support added. +* i960 Hx/Jx support added. -i386/PowerPC gnu-win32 support added. +* i386/PowerPC gnu-win32 support added. -SCO ELF support added. For OpenServer 5 targets (i386-unknown-sco3.2v5) the -default is to build COFF-only support. To get a set of tools that generate ELF -(they'll understand both COFF and ELF), you must configure with -target=i386-unknown-sco3.2v5elf. +* SCO ELF support added. For OpenServer 5 targets (i386-unknown-sco3.2v5) the + default is to build COFF-only support. To get a set of tools that generate + ELF (they'll understand both COFF and ELF), you must configure with + target=i386-unknown-sco3.2v5elf. -m88k-motorola-sysv3* support added. +* m88k-motorola-sysv3* support added. Changes in 2.6: -Gas now directly supports macros, without requiring GASP. +* Gas now directly supports macros, without requiring GASP. -Gas now has an MRI assembler compatibility mode. Use -M or --mri to select MRI -mode. The pseudo-op ``.mri 1'' will switch into the MRI mode until the ``.mri -0'' is seen; this can be convenient for inline assembler code. +* Gas now has an MRI assembler compatibility mode. Use -M or --mri to select + MRI mode. The pseudo-op ``.mri 1'' will switch into the MRI mode until the + ``.mri 0'' is seen; this can be convenient for inline assembler code. -Added --defsym SYM=VALUE option. +* Added --defsym SYM=VALUE option. -Added -mips4 support to MIPS assembler. +* Added -mips4 support to MIPS assembler. -Added PIC support to Solaris and SPARC SunOS 4 assembler. +* Added PIC support to Solaris and SPARC SunOS 4 assembler. Changes in 2.4: -Converted this directory to use an autoconf-generated configure script. +* Converted this directory to use an autoconf-generated configure script. -ARM support, from Richard Earnshaw. +* ARM support, from Richard Earnshaw. -Updated VMS support, from Pat Rankin, including considerably improved debugging -support. +* Updated VMS support, from Pat Rankin, including considerably improved + debugging support. -Support for the control registers in the 68060. +* Support for the control registers in the 68060. -Handles (ignores) a new directive ".this_GCC_requires_the_GNU_assembler", to -provide for possible future gcc changes, for targets where gas provides some -features not available in the native assembler. If the native assembler is -used, it should become obvious pretty quickly what the problem is. +* Handles (ignores) a new directive ".this_GCC_requires_the_GNU_assembler", to + provide for possible future gcc changes, for targets where gas provides some + features not available in the native assembler. If the native assembler is + used, it should become obvious pretty quickly what the problem is. -Usage message is available with "--help". +* Usage message is available with "--help". -The GNU Assembler Preprocessor (gasp) is included. (Actually, it was in 2.3 -also, but didn't get into the NEWS file.) +* The GNU Assembler Preprocessor (gasp) is included. (Actually, it was in 2.3 + also, but didn't get into the NEWS file.) -Weak symbol support for a.out. +* Weak symbol support for a.out. -A bug in the listing code which could cause an infinite loop has been fixed. -Bugs in listings when generating a COFF object file have also been fixed. +* A bug in the listing code which could cause an infinite loop has been fixed. + Bugs in listings when generating a COFF object file have also been fixed. -Initial i386-svr4 PIC implementation from Eric Youngdale, based on code by Paul -Kranenburg. +* Initial i386-svr4 PIC implementation from Eric Youngdale, based on code by + Paul Kranenburg. -Improved Alpha support. Immediate constants can have a much larger range now. -Support for the 21164 has been contributed by Digital. +* Improved Alpha support. Immediate constants can have a much larger range + now. Support for the 21164 has been contributed by Digital. -Updated ns32k (pc532-mach, netbsd532) support from Ian Dall. +* Updated ns32k (pc532-mach, netbsd532) support from Ian Dall. Changes in 2.3: -Mach i386 support, by David Mackenzie and Ken Raeburn. - -RS/6000 and PowerPC support by Ian Taylor. - -VMS command scripts (make-gas.com, config-gas.com) have been worked on a bit, -based on mail received from various people. The `-h#' option should work again -too. - -HP-PA work, by Jeff Law. Note, for the PA, gas-2.3 has been designed to work -with gdb-4.12 and gcc-2.6. As gcc-2.6 has not been released yet, a special -version of gcc-2.5.8 has been patched to work with gas-2.3. You can retrieve -this special version of gcc-2.5.8 via anonymous ftp from jaguar.cs.utah.edu -in the "dist" directory. - -Vax support in gas fixed for BSD, so it builds and seems to run a couple simple -tests okay. I haven't put it through extensive testing. (GNU make is -currently required for BSD 4.3 builds.) - -Support for the DEC Alpha, running OSF/1 (ECOFF format). The gas support is -based on code donated by CMU, which used an a.out-based format. I'm afraid the -alpha-a.out support is pretty badly mangled, and much of it removed; making it -work will require rewriting it as BFD support for the format anyways. +* Mach i386 support, by David Mackenzie and Ken Raeburn. -Irix 5 support. +* RS/6000 and PowerPC support by Ian Taylor. -The test suites have been fixed up a bit, so that they should work with a -couple different versions of expect and dejagnu. - -Symbols' values are now handled internally as expressions, permitting more -flexibility in evaluating them in some cases. Some details of relocation -handling have also changed, and simple constant pool management has been added, -to make the Alpha port easier. - -New option "--statistics" for printing out program run times. This is intended -to be used with the gcc "-Q" option, which prints out times spent in various -phases of compilation. (You should be able to get all of them printed out with -"gcc -Q -Wa,--statistics", I think.) - ----------------------------------------------------------------- +* VMS command scripts (make-gas.com, config-gas.com) have been worked on a bit, + based on mail received from various people. The `-h#' option should work + again too. + +* HP-PA work, by Jeff Law. Note, for the PA, gas-2.3 has been designed to work + with gdb-4.12 and gcc-2.6. As gcc-2.6 has not been released yet, a special + version of gcc-2.5.8 has been patched to work with gas-2.3. You can retrieve + this special version of gcc-2.5.8 via anonymous ftp from jaguar.cs.utah.edu + in the "dist" directory. + +* Vax support in gas fixed for BSD, so it builds and seems to run a couple + simple tests okay. I haven't put it through extensive testing. (GNU make is + currently required for BSD 4.3 builds.) + +* Support for the DEC Alpha, running OSF/1 (ECOFF format). The gas support is + based on code donated by CMU, which used an a.out-based format. I'm afraid + the alpha-a.out support is pretty badly mangled, and much of it removed; + making it work will require rewriting it as BFD support for the format anyways. + +* Irix 5 support. + +* The test suites have been fixed up a bit, so that they should work with a + couple different versions of expect and dejagnu. + +* Symbols' values are now handled internally as expressions, permitting more + flexibility in evaluating them in some cases. Some details of relocation + handling have also changed, and simple constant pool management has been + added, to make the Alpha port easier. + +* New option "--statistics" for printing out program run times. This is + intended to be used with the gcc "-Q" option, which prints out times spent in + various phases of compilation. (You should be able to get all of them + printed out with "gcc -Q -Wa,--statistics", I think.) Changes in 2.2: -RS/6000 AIX and MIPS SGI Irix 5 support has been added. - -Configurations that are still in development (and therefore are convenient to -have listed in configure.in) still get rejected without a minor change to -gas/Makefile.in, so people not doing development work shouldn't get the -impression that support for such configurations is actually believed to be -reliable. - -The program name (usually "as") is printed when a fatal error message is -displayed. This should prevent some confusion about the source of occasional -messages about "internal errors". - -ELF support is falling into place. Support for the 386 should be working. -Support for SPARC Solaris is in. HPPA support from Utah is being integrated. - -Symbol values are maintained as expressions instead of being immediately boiled -down to add-symbol, sub-symbol, and constant. This permits slightly more -complex calculations involving symbols whose values are not alreadey known. - -DBX-style debugging info ("stabs") is now supported for COFF formats. -If any stabs directives are seen in the source, GAS will create two new -sections: a ".stab" and a ".stabstr" section. The format of the .stab -section is nearly identical to the a.out symbol format, and .stabstr is -its string table. For this to be useful, you must have configured GCC -to generate stabs (by defining DBX_DEBUGGING_INFO), and must have a GDB -that can use the stab sections (4.11 or later). +* RS/6000 AIX and MIPS SGI Irix 5 support has been added. -LynxOS, on i386 and m68k platforms, is now supported. SPARC LynxOS -support is in progress. +* Configurations that are still in development (and therefore are convenient to + have listed in configure.in) still get rejected without a minor change to + gas/Makefile.in, so people not doing development work shouldn't get the + impression that support for such configurations is actually believed to be + reliable. + +* The program name (usually "as") is printed when a fatal error message is + displayed. This should prevent some confusion about the source of occasional + messages about "internal errors". + +* ELF support is falling into place. Support for the 386 should be working. + Support for SPARC Solaris is in. HPPA support from Utah is being integrated. + +* Symbol values are maintained as expressions instead of being immediately + boiled down to add-symbol, sub-symbol, and constant. This permits slightly + more complex calculations involving symbols whose values are not alreadey + known. + +* DBX-style debugging info ("stabs") is now supported for COFF formats. + If any stabs directives are seen in the source, GAS will create two new + sections: a ".stab" and a ".stabstr" section. The format of the .stab + section is nearly identical to the a.out symbol format, and .stabstr is + its string table. For this to be useful, you must have configured GCC + to generate stabs (by defining DBX_DEBUGGING_INFO), and must have a GDB + that can use the stab sections (4.11 or later). ----------------------------------------------------------------- +* LynxOS, on i386 and m68k platforms, is now supported. SPARC LynxOS + support is in progress. Changes in 2.1: -Several small fixes for i386-aix (PS/2) support from Minh Tran-Le have been -incorporated, but not well tested yet. +* Several small fixes for i386-aix (PS/2) support from Minh Tran-Le have been + incorporated, but not well tested yet. -Altered the opcode table split for m68k; it should require less VM to compile -with gcc now. +* Altered the opcode table split for m68k; it should require less VM to compile + with gcc now. -Some minor adjustments to add (Convergent Technologies') Miniframe support, -suggested by Ronald Cole. +* Some minor adjustments to add (Convergent Technologies') Miniframe support, + suggested by Ronald Cole. -HPPA support (running OSF only, not HPUX) has been contributed by Utah. This -includes improved ELF support, which I've started adapting for SPARC Solaris -2.x. Integration isn't completely, so it probably won't work. +* HPPA support (running OSF only, not HPUX) has been contributed by Utah. This + includes improved ELF support, which I've started adapting for SPARC Solaris + 2.x. Integration isn't completely, so it probably won't work. -HP9000/300 support, donated by HP, has been merged in. +* HP9000/300 support, donated by HP, has been merged in. -Ian Taylor has finished the MIPS ECOFF (Ultrix, Irix) support. +* Ian Taylor has finished the MIPS ECOFF (Ultrix, Irix) support. -Better error messages for unsupported configurations (e.g., hppa-hpux). +* Better error messages for unsupported configurations (e.g., hppa-hpux). -Test suite framework is starting to become reasonable. - ----------------------------------------------------------------- +* Test suite framework is starting to become reasonable. Changes in 2.0: -Mostly bug fixes. - -Some more merging of BFD and ELF code, but ELF still doesn't work. +* Mostly bug fixes. ----------------------------------------------------------------- +* Some more merging of BFD and ELF code, but ELF still doesn't work. Changes in 1.94: -BFD merge is partly done. Adventurous souls may try giving configure the -"--with-bfd-assembler" option. Currently, ELF format requires it, a.out format -accepts it; SPARC CPU accepts it. It's the default only for OS "elf" or -"solaris". (ELF isn't really supported yet. It needs work. I've got some -code from Utah for HP-PA ELF, and from DG for m88k ELF, but they're not fully -merged yet.) - -The 68K opcode table has been split in half. It should now compile under gcc -without consuming ridiculous amounts of memory. - -A couple data structures have been reduced in size. This should result in -saving a little bit of space at runtime. - -Support for MIPS, from OSF and Ralph Campbell, has been merged in. The OSF -code provided ROSE format support, which I haven't merged in yet. (I can make -it available, if anyone wants to try it out.) Ralph's code, for BSD 4.4, -supports a.out format. We don't have ECOFF support in just yet; it's coming. - -Support for the Hitachi H8/500 has been added. +* BFD merge is partly done. Adventurous souls may try giving configure the + "--with-bfd-assembler" option. Currently, ELF format requires it, a.out + format accepts it; SPARC CPU accepts it. It's the default only for OS "elf" + or "solaris". (ELF isn't really supported yet. It needs work. I've got + some code from Utah for HP-PA ELF, and from DG for m88k ELF, but they're not + fully merged yet.) + +* The 68K opcode table has been split in half. It should now compile under gcc + without consuming ridiculous amounts of memory. + +* A couple data structures have been reduced in size. This should result in + saving a little bit of space at runtime. + +* Support for MIPS, from OSF and Ralph Campbell, has been merged in. The OSF + code provided ROSE format support, which I haven't merged in yet. (I can + make it available, if anyone wants to try it out.) Ralph's code, for BSD + 4.4, supports a.out format. We don't have ECOFF support in just yet; it's + coming. -VMS host and target support should be working now, thanks chiefly to Eric -Youngdale. +* Support for the Hitachi H8/500 has been added. ----------------------------------------------------------------- +* VMS host and target support should be working now, thanks chiefly to Eric + Youngdale. Changes in 1.93.01: -For m68k, support for more processors has been added: 68040, CPU32, 68851. +* For m68k, support for more processors has been added: 68040, CPU32, 68851. -For i386, .align is now power-of-two; was number-of-bytes. +* For i386, .align is now power-of-two; was number-of-bytes. -For m68k, "%" is now accepted before register names. For COFF format, which -doesn't use underscore prefixes for C labels, it is required, so variable "a0" -can be distinguished from the register. +* For m68k, "%" is now accepted before register names. For COFF format, which + doesn't use underscore prefixes for C labels, it is required, so variable "a0" + can be distinguished from the register. -Last public release was 1.38. Lots of configuration changes since then, lots -of new CPUs and formats, lots of bugs fixed. +* Last public release was 1.38. Lots of configuration changes since then, lots + of new CPUs and formats, lots of bugs fixed. Local variables: diff -uprN binutils-2.12.90.0.15/gas/cond.c binutils-2.13.90.0.2/gas/cond.c --- binutils-2.12.90.0.15/gas/cond.c Sat Aug 4 19:52:15 2001 +++ binutils-2.13.90.0.2/gas/cond.c Mon Jul 29 08:19:16 2002 @@ -60,15 +60,19 @@ static char *get_mri_string PARAMS ((int static struct conditional_frame *current_cframe = NULL; +/* Performs the .ifdef (test_defined == 1) and + the .ifndef (test_defined == 0) pseudo op. */ + void -s_ifdef (arg) - int arg; +s_ifdef (test_defined) + int test_defined; { /* Points to name of symbol. */ - register char *name; + char *name; /* Points to symbol. */ - register symbolS *symbolP; + symbolS *symbolP; struct conditional_frame cframe; + char c; /* Leading whitespace is part of operand. */ SKIP_WHITESPACE (); @@ -79,29 +83,43 @@ s_ifdef (arg) as_bad (_("invalid identifier for \".ifdef\"")); obstack_1grow (&cond_obstack, 0); ignore_rest_of_line (); + return; } + + c = get_symbol_end (); + symbolP = symbol_find (name); + *input_line_pointer = c; + + initialize_cframe (&cframe); + + if (cframe.dead_tree) + cframe.ignoring = 1; else { - char c; + int is_defined; + + /* Use the same definition of 'defined' as .equiv so that a symbol + which has been referenced but not yet given a value/address is + considered to be undefined. */ + is_defined = + symbolP != NULL + && S_IS_DEFINED (symbolP) + && S_GET_SEGMENT (symbolP) != reg_section; + + cframe.ignoring = ! (test_defined ^ is_defined); + } - c = get_symbol_end (); - symbolP = symbol_find (name); - *input_line_pointer = c; - - initialize_cframe (&cframe); - cframe.ignoring = cframe.dead_tree || !((symbolP != 0) ^ arg); - current_cframe = ((struct conditional_frame *) - obstack_copy (&cond_obstack, &cframe, - sizeof (cframe))); - - if (LISTING_SKIP_COND () - && cframe.ignoring - && (cframe.previous_cframe == NULL - || ! cframe.previous_cframe->ignoring)) - listing_list (2); + current_cframe = ((struct conditional_frame *) + obstack_copy (&cond_obstack, &cframe, + sizeof (cframe))); + + if (LISTING_SKIP_COND () + && cframe.ignoring + && (cframe.previous_cframe == NULL + || ! cframe.previous_cframe->ignoring)) + listing_list (2); - demand_empty_rest_of_line (); - } /* if a valid identifyer name */ + demand_empty_rest_of_line (); } void diff -uprN binutils-2.12.90.0.15/gas/config/tc-arm.c binutils-2.13.90.0.2/gas/config/tc-arm.c --- binutils-2.12.90.0.15/gas/config/tc-arm.c Sat Jun 8 20:44:52 2002 +++ binutils-2.13.90.0.2/gas/config/tc-arm.c Thu Aug 1 17:49:32 2002 @@ -2061,9 +2061,6 @@ static void s_code PARAMS ((int)); static void s_force_thumb PARAMS ((int)); static void s_thumb_func PARAMS ((int)); static void s_thumb_set PARAMS ((int)); -static void arm_s_text PARAMS ((int)); -static void arm_s_data PARAMS ((int)); -static void arm_s_section PARAMS ((int)); #ifdef OBJ_ELF static void s_arm_elf_cons PARAMS ((int)); #endif @@ -2085,17 +2082,10 @@ const pseudo_typeS md_pseudo_table[] = { "even", s_even, 0 }, { "ltorg", s_ltorg, 0 }, { "pool", s_ltorg, 0 }, - /* Allow for the effect of section changes. */ - { "text", arm_s_text, 0 }, - { "data", arm_s_data, 0 }, - { "section", arm_s_section, 0 }, - { "section.s", arm_s_section, 0 }, - { "sect", arm_s_section, 0 }, - { "sect.s", arm_s_section, 0 }, #ifdef OBJ_ELF { "word", s_arm_elf_cons, 4 }, { "long", s_arm_elf_cons, 4 }, - { "file", dwarf2_directive_file, 0 }, + { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, { "loc", dwarf2_directive_loc, 0 }, #else { "word", cons, 4}, @@ -2125,73 +2115,130 @@ static int arm_parse_fpu PARAMS ((char * symbolS * last_label_seen; static int label_is_thumb_function_name = false; -/* Literal stuff. */ +/* Literal Pool stuff. */ #define MAX_LITERAL_POOL_SIZE 1024 -typedef struct literalS +/* Literal pool structure. Held on a per-section + and per-sub-section basis. */ +typedef struct literal_pool +{ + expressionS literals [MAX_LITERAL_POOL_SIZE]; + unsigned int next_free_entry; + unsigned int id; + symbolS * symbol; + segT section; + subsegT sub_section; + struct literal_pool * next; +} literal_pool; + +/* Pointer to a linked list of literal pools. */ +literal_pool * list_of_pools = NULL; + +static literal_pool * find_literal_pool PARAMS ((void)); +static literal_pool * find_or_make_literal_pool PARAMS ((void)); + +static literal_pool * +find_literal_pool () { - struct expressionS exp; - struct arm_it * inst; -} literalT; + literal_pool * pool; -literalT literals[MAX_LITERAL_POOL_SIZE]; + for (pool = list_of_pools; pool != NULL; pool = pool->next) + { + if (pool->section == now_seg + && pool->sub_section == now_subseg) + break; + } + + return pool; +} + +static literal_pool * +find_or_make_literal_pool () +{ + /* Next literal pool ID number. */ + static unsigned int latest_pool_num = 1; + literal_pool * pool; -/* Next free entry in the pool. */ -int next_literal_pool_place = 0; + pool = find_literal_pool (); -/* Next literal pool number. */ -int lit_pool_num = 1; + if (pool == NULL) + { + /* Create a new pool. */ + pool = (literal_pool *) xmalloc (sizeof (* pool)); + if (! pool) + return NULL; + + pool->next_free_entry = 0; + pool->section = now_seg; + pool->sub_section = now_subseg; + pool->next = list_of_pools; + pool->symbol = NULL; + + /* Add it to the list. */ + list_of_pools = pool; + } + + /* New pools, and emptied pools, will have a NULL symbol. */ + if (pool->symbol == NULL) + { + pool->symbol = symbol_create (FAKE_LABEL_NAME, undefined_section, + (valueT) 0, &zero_address_frag); + pool->id = latest_pool_num ++; + } -symbolS * current_poolP = NULL; + /* Done. */ + return pool; +} +/* Add the literal in the global 'inst' + structure to the relevent literal pool. */ static int add_to_lit_pool () { - int lit_count = 0; + literal_pool * pool; + unsigned int entry; - if (current_poolP == NULL) - current_poolP = symbol_create (FAKE_LABEL_NAME, undefined_section, - (valueT) 0, &zero_address_frag); - - /* Check if this literal value is already in the pool: */ - while (lit_count < next_literal_pool_place) - { - if (literals[lit_count].exp.X_op == inst.reloc.exp.X_op - && inst.reloc.exp.X_op == O_constant - && (literals[lit_count].exp.X_add_number + pool = find_or_make_literal_pool (); + + /* Check if this literal value is already in the pool. */ + for (entry = 0; entry < pool->next_free_entry; entry ++) + { + if ((pool->literals[entry].X_op == inst.reloc.exp.X_op) + && (inst.reloc.exp.X_op == O_constant) + && (pool->literals[entry].X_add_number == inst.reloc.exp.X_add_number) - && literals[lit_count].exp.X_unsigned == inst.reloc.exp.X_unsigned) + && (pool->literals[entry].X_unsigned + == inst.reloc.exp.X_unsigned)) break; - if (literals[lit_count].exp.X_op == inst.reloc.exp.X_op - && inst.reloc.exp.X_op == O_symbol - && (literals[lit_count].exp.X_add_number + if ((pool->literals[entry].X_op == inst.reloc.exp.X_op) + && (inst.reloc.exp.X_op == O_symbol) + && (pool->literals[entry].X_add_number == inst.reloc.exp.X_add_number) - && (literals[lit_count].exp.X_add_symbol + && (pool->literals[entry].X_add_symbol == inst.reloc.exp.X_add_symbol) - && (literals[lit_count].exp.X_op_symbol + && (pool->literals[entry].X_op_symbol == inst.reloc.exp.X_op_symbol)) - break; - - lit_count++; + break; } - if (lit_count == next_literal_pool_place) /* New entry. */ + /* Do we need to create a new entry? */ + if (entry == pool->next_free_entry) { - if (next_literal_pool_place >= MAX_LITERAL_POOL_SIZE) + if (entry >= MAX_LITERAL_POOL_SIZE) { - inst.error = _("literal pool overflow"); + inst.error = _("Literal Pool Overflow"); return FAIL; } - literals[next_literal_pool_place].exp = inst.reloc.exp; - lit_count = next_literal_pool_place++; + pool->literals[entry] = inst.reloc.exp; + pool->next_free_entry += 1; } - inst.reloc.exp.X_op = O_symbol; - inst.reloc.exp.X_add_number = (lit_count) * 4 - 8; - inst.reloc.exp.X_add_symbol = current_poolP; + inst.reloc.exp.X_op = O_symbol; + inst.reloc.exp.X_add_number = ((int) entry) * 4 - 8; + inst.reloc.exp.X_add_symbol = pool->symbol; return SUCCESS; } @@ -2353,10 +2400,14 @@ static void s_ltorg (ignored) int ignored ATTRIBUTE_UNUSED; { - int lit_count = 0; + unsigned int entry; + literal_pool * pool; char sym_name[20]; - if (current_poolP == NULL) + pool = find_literal_pool (); + if (pool == NULL + || pool->symbol == NULL + || pool->next_free_entry == 0) return; /* Align pool as you have word accesses. @@ -2366,24 +2417,25 @@ s_ltorg (ignored) record_alignment (now_seg, 2); - sprintf (sym_name, "$$lit_\002%x", lit_pool_num++); + sprintf (sym_name, "$$lit_\002%x", pool->id); - symbol_locate (current_poolP, sym_name, now_seg, + symbol_locate (pool->symbol, sym_name, now_seg, (valueT) frag_now_fix (), frag_now); - symbol_table_insert (current_poolP); + symbol_table_insert (pool->symbol); - ARM_SET_THUMB (current_poolP, thumb_mode); + ARM_SET_THUMB (pool->symbol, thumb_mode); #if defined OBJ_COFF || defined OBJ_ELF - ARM_SET_INTERWORK (current_poolP, support_interwork); + ARM_SET_INTERWORK (pool->symbol, support_interwork); #endif - while (lit_count < next_literal_pool_place) + for (entry = 0; entry < pool->next_free_entry; entry ++) /* First output the expression in the instruction to the pool. */ - emit_expr (&(literals[lit_count++].exp), 4); /* .word */ + emit_expr (&(pool->literals[entry]), 4); /* .word */ - next_literal_pool_place = 0; - current_poolP = NULL; + /* Mark the pool as empty. */ + pool->next_free_entry = 0; + pool->symbol = NULL; } /* Same as s_align_ptwo but align 0 => align 2. */ @@ -2550,55 +2602,6 @@ s_thumb_set (equiv) #endif } -/* If we change section we must dump the literal pool first. */ - -static void -arm_s_text (ignore) - int ignore; -{ - if (now_seg != text_section) - s_ltorg (0); - -#ifdef OBJ_ELF - obj_elf_text (ignore); -#else - s_text (ignore); -#endif -} - -static void -arm_s_data (ignore) - int ignore; -{ - if (flag_readonly_data_in_text) - { - if (now_seg != text_section) - s_ltorg (0); - } - else if (now_seg != data_section) - s_ltorg (0); - -#ifdef OBJ_ELF - obj_elf_data (ignore); -#else - s_data (ignore); -#endif -} - -static void -arm_s_section (ignore) - int ignore; -{ - s_ltorg (0); - -#ifdef OBJ_ELF - obj_elf_section (ignore); -#endif -#ifdef OBJ_COFF - obj_coff_section (ignore); -#endif -} - static void opcode_select (width) int width; @@ -9679,7 +9682,7 @@ md_apply_fix3 (fixP, valP, seg) { as_bad_where (fixP->fx_file, fixP->fx_line, _("unable to compute ADRL instructions for PC offset of 0x%lx"), - value); + (long) value); break; } @@ -10045,7 +10048,8 @@ md_apply_fix3 (fixP, valP, seg) if ((value + 2) & ~0x3fe) as_bad_where (fixP->fx_file, fixP->fx_line, - _("invalid offset, value too big (0x%08lX)"), value); + _("invalid offset, value too big (0x%08lX)"), + (long) value); /* Round up, since pc will be rounded down. */ newval |= (value + 2) >> 2; @@ -10054,28 +10058,32 @@ md_apply_fix3 (fixP, valP, seg) case 9: /* SP load/store. */ if (value & ~0x3fc) as_bad_where (fixP->fx_file, fixP->fx_line, - _("invalid offset, value too big (0x%08lX)"), value); + _("invalid offset, value too big (0x%08lX)"), + (long) value); newval |= value >> 2; break; case 6: /* Word load/store. */ if (value & ~0x7c) as_bad_where (fixP->fx_file, fixP->fx_line, - _("invalid offset, value too big (0x%08lX)"), value); + _("invalid offset, value too big (0x%08lX)"), + (long) value); newval |= value << 4; /* 6 - 2. */ break; case 7: /* Byte load/store. */ if (value & ~0x1f) as_bad_where (fixP->fx_file, fixP->fx_line, - _("invalid offset, value too big (0x%08lX)"), value); + _("invalid offset, value too big (0x%08lX)"), + (long) value); newval |= value << 6; break; case 8: /* Halfword load/store. */ if (value & ~0x3e) as_bad_where (fixP->fx_file, fixP->fx_line, - _("invalid offset, value too big (0x%08lX)"), value); + _("invalid offset, value too big (0x%08lX)"), + (long) value); newval |= value << 5; /* 6 - 1. */ break; @@ -10254,10 +10262,10 @@ tc_gen_reloc (section, fixp) case BFD_RELOC_ARM_LITERAL: case BFD_RELOC_ARM_HWLITERAL: - /* If this is called then the a literal has been referenced across - a section boundary - possibly due to an implicit dump. */ + /* If this is called then the a literal has + been referenced across a section boundary. */ as_bad_where (fixp->fx_file, fixp->fx_line, - _("literal referenced across section boundary (Implicit dump?)")); + _("Literal referenced across section boundary")); return NULL; #ifdef OBJ_ELF @@ -10504,8 +10512,9 @@ md_assemble (str) -k Generate PIC code -mthumb Start in Thumb mode -mthumb-interwork Code supports ARM/Thumb interworking + -mimplicit-litpool-dump Dump literal pool on section change - For now we will also provide support for + For now we will also provide support for: -mapcs-32 32-bit Program counter -mapcs-26 26-bit Program counter @@ -11210,12 +11219,14 @@ cons_fix_new_arm (frag, where, size, exp void arm_cleanup () { - if (current_poolP == NULL) - return; + literal_pool * pool; - /* Put it at the end of text section. */ - subseg_set (text_section, 0); - s_ltorg (0); + for (pool = list_of_pools; pool; pool = pool->next) + { + /* Put it at the end of the relevent section. */ + subseg_set (pool->section, pool->sub_section); + s_ltorg (0); + } } void diff -uprN binutils-2.12.90.0.15/gas/config/tc-ip2k.c binutils-2.13.90.0.2/gas/config/tc-ip2k.c --- binutils-2.12.90.0.15/gas/config/tc-ip2k.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/config/tc-ip2k.c Mon Jul 29 08:19:18 2002 @@ -0,0 +1,507 @@ +/* tc-ip2k.c -- Assembler for the Scenix IP2xxx. + Copyright (C) 2000, 2002 Free Software Foundation. + + This file is part of GAS, the GNU Assembler. + + GAS is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GAS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#include +#include + +#include "as.h" +#include "dwarf2dbg.h" +#include "subsegs.h" +#include "symcat.h" +#include "opcodes/ip2k-desc.h" +#include "opcodes/ip2k-opc.h" +#include "cgen.h" +#include "elf/common.h" +#include "elf/ip2k.h" +#include "libbfd.h" + +/* Structure to hold all of the different components describing + an individual instruction. */ +typedef struct +{ + const CGEN_INSN * insn; + const CGEN_INSN * orig_insn; + CGEN_FIELDS fields; +#if CGEN_INT_INSN_P + CGEN_INSN_INT buffer [1]; +#define INSN_VALUE(buf) (*(buf)) +#else + unsigned char buffer [CGEN_MAX_INSN_SIZE]; +#define INSN_VALUE(buf) (buf) +#endif + char * addr; + fragS * frag; + int num_fixups; + fixS * fixups [GAS_CGEN_MAX_FIXUPS]; + int indices [MAX_OPERAND_INSTANCES]; +} +ip2k_insn; + +const char comment_chars[] = ";"; +const char line_comment_chars[] = "#"; +const char line_separator_chars[] = ""; +const char EXP_CHARS[] = "eE"; +const char FLT_CHARS[] = "dD"; + +static void ip2k_elf_section_text (int); +static void ip2k_elf_section_rtn (int); + +/* The target specific pseudo-ops which we support. */ +const pseudo_typeS md_pseudo_table[] = +{ + { "file", dwarf2_directive_file, 0 }, + { "loc", dwarf2_directive_loc, 0 }, + { "text", ip2k_elf_section_text, 0 }, + { "sect", ip2k_elf_section_rtn, 0 }, + { NULL, NULL, 0 } +}; + + + +#define OPTION_CPU_IP2022 (OPTION_MD_BASE) +#define OPTION_CPU_IP2022EXT (OPTION_MD_BASE+1) + +struct option md_longopts[] = +{ + { "mip2022", no_argument, NULL, OPTION_CPU_IP2022 }, + { "mip2022ext", no_argument, NULL, OPTION_CPU_IP2022EXT }, + { NULL, no_argument, NULL, 0 }, +}; +size_t md_longopts_size = sizeof (md_longopts); + +const char * md_shortopts = ""; + +/* Flag to detect when switching to code section where insn alignment is + implied. */ +static int force_code_align = 0; + +/* Mach selected from command line. */ +int ip2k_mach = 0; +unsigned ip2k_mach_bitmask = 0; + +int +md_parse_option (c, arg) + int c ATTRIBUTE_UNUSED; + char * arg ATTRIBUTE_UNUSED; +{ + switch (c) + { + case OPTION_CPU_IP2022: + ip2k_mach = bfd_mach_ip2022; + ip2k_mach_bitmask = 1 << MACH_IP2022; + break; + + case OPTION_CPU_IP2022EXT: + ip2k_mach = bfd_mach_ip2022ext; + ip2k_mach_bitmask = 1 << MACH_IP2022EXT; + break; + + default: + return 0; + } + + return 1; +} + + +void +md_show_usage (stream) + FILE * stream; +{ + fprintf (stream, _("IP2K specific command line options:\n")); + fprintf (stream, _(" -mip2022 restrict to IP2022 insns \n")); + fprintf (stream, _(" -mip2022ext permit extended IP2022 insn\n")); +} + + +void +md_begin () +{ + /* Initialize the `cgen' interface. */ + + /* Set the machine number and endian. */ + gas_cgen_cpu_desc = ip2k_cgen_cpu_open (CGEN_CPU_OPEN_MACHS, + ip2k_mach_bitmask, + CGEN_CPU_OPEN_ENDIAN, + CGEN_ENDIAN_BIG, + CGEN_CPU_OPEN_END); + ip2k_cgen_init_asm (gas_cgen_cpu_desc); + + /* This is a callback from cgen to gas to parse operands. */ + cgen_set_parse_operand_fn (gas_cgen_cpu_desc, gas_cgen_parse_operand); + + /* Set the machine type. */ + bfd_default_set_arch_mach (stdoutput, bfd_arch_ip2k, ip2k_mach); +} + + +void +md_assemble (str) + char * str; +{ + ip2k_insn insn; + char * errmsg; + + /* Initialize GAS's cgen interface for a new instruction. */ + gas_cgen_init_parse (); + + insn.insn = ip2k_cgen_assemble_insn + (gas_cgen_cpu_desc, str, & insn.fields, insn.buffer, & errmsg); + + if (!insn.insn) + { + as_bad ("%s", errmsg); + return; + } + + /* Check for special relocation required by SKIP instructions. */ + if (CGEN_INSN_ATTR_VALUE (insn.insn, CGEN_INSN_SKIPA)) + /* Unconditional skip has a 1-bit relocation of the current pc, so + that we emit either sb pcl.0 or snb pcl.0 depending on whether + the PCL (pc + 2) >> 1 is odd or even. */ + { + enum cgen_parse_operand_result result_type; + long value; + const char *curpc_plus_2 = ".+2"; + + errmsg = cgen_parse_address (gas_cgen_cpu_desc, & curpc_plus_2, + IP2K_OPERAND_ADDR16CJP, + BFD_RELOC_IP2K_PC_SKIP, + & result_type, & value); + if (errmsg) + { + as_bad ("%s", errmsg); + return; + } + } + + /* Doesn't really matter what we pass for RELAX_P here. */ + gas_cgen_finish_insn (insn.insn, insn.buffer, + CGEN_FIELDS_BITSIZE (& insn.fields), 1, NULL); +} + +valueT +md_section_align (segment, size) + segT segment; + valueT size; +{ + int align = bfd_get_section_alignment (stdoutput, segment); + + return ((size + (1 << align) - 1) & (-1 << align)); +} + + +symbolS * +md_undefined_symbol (name) + char * name ATTRIBUTE_UNUSED; +{ + return 0; +} + +int +md_estimate_size_before_relax (fragP, segment) + fragS * fragP ATTRIBUTE_UNUSED; + segT segment ATTRIBUTE_UNUSED; +{ + as_fatal (_("md_estimate_size_before_relax\n")); + return 1; +} + + +/* *fragP has been relaxed to its final size, and now needs to have + the bytes inside it modified to conform to the new size. + + Called after relaxation is finished. + fragP->fr_type == rs_machine_dependent. + fragP->fr_subtype is the subtype of what the address relaxed to. */ + +void +md_convert_frag (abfd, sec, fragP) + bfd * abfd ATTRIBUTE_UNUSED; + segT sec ATTRIBUTE_UNUSED; + fragS * fragP ATTRIBUTE_UNUSED; +{ +} + + +/* Functions concerning relocs. */ + +long +md_pcrel_from (fixP) + fixS *fixP; +{ + as_fatal (_("md_pcrel_from\n")); + + /* Return the address of the delay slot. */ + return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; +} + + +/* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. + Returns BFD_RELOC_NONE if no reloc type can be found. + *FIXP may be modified if desired. */ + +bfd_reloc_code_real_type +md_cgen_lookup_reloc (insn, operand, fixP) + const CGEN_INSN * insn ATTRIBUTE_UNUSED; + const CGEN_OPERAND * operand; + fixS * fixP ATTRIBUTE_UNUSED; +{ + bfd_reloc_code_real_type result; + + result = BFD_RELOC_NONE; + + switch (operand->type) + { + case IP2K_OPERAND_FR: + case IP2K_OPERAND_ADDR16L: + case IP2K_OPERAND_ADDR16H: + case IP2K_OPERAND_LIT8: + /* These may have been processed at parse time. */ + if (fixP->fx_cgen.opinfo != 0) + result = fixP->fx_cgen.opinfo; + fixP->fx_no_overflow = 1; + break; + + case IP2K_OPERAND_ADDR16CJP: + result = fixP->fx_cgen.opinfo; + if (result == 0 || result == BFD_RELOC_NONE) + result = BFD_RELOC_IP2K_ADDR16CJP; + fixP->fx_no_overflow = 1; + break; + + case IP2K_OPERAND_ADDR16P: + result = BFD_RELOC_IP2K_PAGE3; + fixP->fx_no_overflow = 1; + break; + + default: + result = BFD_RELOC_NONE; + break; + } + + return result; +} + + +/* Write a value out to the object file, using the appropriate endianness. */ + +void +md_number_to_chars (buf, val, n) + char * buf; + valueT val; + int n; +{ + number_to_chars_bigendian (buf, val, n); +} + +/* Turn a string in input_line_pointer into a floating point constant of type + type, and store the appropriate bytes in *litP. The number of LITTLENUMS + emitted is stored in *sizeP . An error message is returned, or NULL on + OK. */ + +/* Equal to MAX_PRECISION in atof-ieee.c */ +#define MAX_LITTLENUMS 6 + +char * +md_atof (type, litP, sizeP) + char type; + char * litP; + int * sizeP; +{ + int prec; + LITTLENUM_TYPE words [MAX_LITTLENUMS]; + LITTLENUM_TYPE *wordP; + char * t; + char * atof_ieee PARAMS ((char *, int, LITTLENUM_TYPE *)); + + switch (type) + { + case 'f': + case 'F': + case 's': + case 'S': + prec = 2; + break; + + case 'd': + case 'D': + case 'r': + case 'R': + prec = 4; + break; + + /* FIXME: Some targets allow other format chars for bigger sizes here. */ + + default: + * sizeP = 0; + return _("Bad call to md_atof()"); + } + + t = atof_ieee (input_line_pointer, type, words); + if (t) + input_line_pointer = t; + * sizeP = prec * sizeof (LITTLENUM_TYPE); + + /* This loops outputs the LITTLENUMs in REVERSE order; in accord with + the ip2k endianness. */ + for (wordP = words; prec--;) + { + md_number_to_chars (litP, (valueT) (*wordP++), sizeof (LITTLENUM_TYPE)); + litP += sizeof (LITTLENUM_TYPE); + } + + return 0; +} + + +/* See whether we need to force a relocation into the output file. + Force most of them, since the linker's bfd relocation engine + understands range limits better than gas' cgen fixup engine. + Consider the case of a fixup intermediate value being larger than + the instruction it will be eventually encoded within. */ + +int +ip2k_force_relocation (fix) + fixS * fix; +{ + switch (fix->fx_r_type) + { + /* (No C++ support in ip2k. */ + /* case BFD_RELOC_VTABLE_INHERIT: */ + /* case BFD_RELOC_VTABLE_ENTRY: */ + + case BFD_RELOC_IP2K_FR9: + case BFD_RELOC_IP2K_FR_OFFSET: + case BFD_RELOC_IP2K_BANK: + case BFD_RELOC_IP2K_ADDR16CJP: + case BFD_RELOC_IP2K_PAGE3: + case BFD_RELOC_IP2K_LO8DATA: + case BFD_RELOC_IP2K_HI8DATA: + case BFD_RELOC_IP2K_EX8DATA: + case BFD_RELOC_IP2K_LO8INSN: + case BFD_RELOC_IP2K_HI8INSN: + case BFD_RELOC_IP2K_PC_SKIP: + case BFD_RELOC_IP2K_TEXT: + return 1; + + case BFD_RELOC_16: + if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy) + && fix->fx_addsy && S_IS_DEFINED (fix->fx_addsy) + && (S_GET_SEGMENT (fix->fx_addsy)->flags & SEC_CODE)) + { + fix->fx_r_type = BFD_RELOC_IP2K_TEXT; + return 0; + } + return 0; + + default: + return 0; + } +} + +void +ip2k_apply_fix3 (fixP, valueP, seg) + fixS *fixP; + valueT *valueP; + segT seg; +{ + if (fixP->fx_r_type == BFD_RELOC_IP2K_TEXT + && ! fixP->fx_addsy + && ! fixP->fx_subsy) + { + *valueP = ((int)(*valueP)) / 2; + fixP->fx_r_type = BFD_RELOC_16; + } + else if (fixP->fx_r_type == BFD_RELOC_UNUSED + IP2K_OPERAND_FR) + { + /* Must be careful when we are fixing up an FR. We could be + fixing up an offset to (SP) or (DP) in which case we don't + want to step on the top 2 bits of the FR operand. The + gas_cgen_md_apply_fix3 doesn't know any better and overwrites + the entire operand. We counter this by adding the bits + to the new value. */ + char *where = fixP->fx_frag->fr_literal + fixP->fx_where; + + /* Canonical name, since used a lot. */ + CGEN_CPU_DESC cd = gas_cgen_cpu_desc; + CGEN_INSN_INT insn_value + = cgen_get_insn_value (cd, where, + CGEN_INSN_BITSIZE (fixP->fx_cgen.insn)); + /* Preserve (DP) or (SP) specification. */ + *valueP += (insn_value & 0x180); + } + + gas_cgen_md_apply_fix3 (fixP, valueP, seg); +} + +int +ip2k_elf_section_flags (flags, attr, type) + int flags; + int attr ATTRIBUTE_UNUSED; + int type ATTRIBUTE_UNUSED; +{ + /* This is used to detect when the section changes to an executable section. + This function is called by the elf section processing. When we note an + executable section specifier we set an internal flag to denote when + word alignment should be forced. */ + if (flags & SEC_CODE) + force_code_align = 1; + + return flags; +} + +static void +ip2k_elf_section_rtn (int i) +{ + obj_elf_section(i); + + if (force_code_align) + { + /* The s_align_ptwo function expects that we are just after a .align + directive and it will either try and read the align value or stop + if end of line so we must fake it out so it thinks we are at the + end of the line. */ + char *old_input_line_pointer = input_line_pointer; + input_line_pointer = "\n"; + s_align_ptwo (1); + force_code_align = 0; + /* Restore. */ + input_line_pointer = old_input_line_pointer; + } +} + +static void +ip2k_elf_section_text (int i) +{ + char *old_input_line_pointer; + obj_elf_text(i); + + /* the s_align_ptwo function expects that we are just after a .align + directive and it will either try and read the align value or stop if + end of line so we must fake it out so it thinks we are at the end of + the line. */ + old_input_line_pointer = input_line_pointer; + input_line_pointer = "\n"; + s_align_ptwo (1); + force_code_align = 0; + /* Restore. */ + input_line_pointer = old_input_line_pointer; +} diff -uprN binutils-2.12.90.0.15/gas/config/tc-ip2k.h binutils-2.13.90.0.2/gas/config/tc-ip2k.h --- binutils-2.12.90.0.15/gas/config/tc-ip2k.h Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/config/tc-ip2k.h Mon Jul 29 08:19:18 2002 @@ -0,0 +1,65 @@ +/* tc-ip2k.h -- Header file for tc-ip2k.c. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. + + This file is part of GAS, the GNU Assembler. + + GAS is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GAS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#define TC_IP2K + +#ifndef BFD_ASSEMBLER +/* Leading space so will compile with cc. */ + #error IP2K support requires BFD_ASSEMBLER +#endif + +#define LISTING_HEADER "IP2xxx GAS " + +/* The target BFD architecture. */ +#define TARGET_ARCH bfd_arch_ip2k + +#define TARGET_FORMAT "elf32-ip2k" + +#define TARGET_BYTES_BIG_ENDIAN 1 + +/* Permit temporary numeric labels. */ +#define LOCAL_LABELS_FB 1 + +/* .-foo gets turned into PC relative relocs. */ +#define DIFF_EXPR_OK + +/* We don't need to handle .word strangely. */ +#define WORKING_DOT_WORD + +#define LITERAL_PREFIXDOLLAR_HEX +#define LITERAL_PREFIXPERCENT_BIN +#define DOUBLESLASH_LINE_COMMENTS + +#define MD_APPLY_FIX3 +#define md_apply_fix3 ip2k_apply_fix3 + +#define md_elf_section_flags ip2k_elf_section_flags +extern int ip2k_elf_section_flags PARAMS ((int, int, int)); + +#define TC_HANDLES_FX_DONE + +#define tc_gen_reloc gas_cgen_tc_gen_reloc + +#define md_operand(x) gas_cgen_md_operand (x) +extern void gas_cgen_md_operand PARAMS ((expressionS *)); + +#define TC_FORCE_RELOCATION(fixp) ip2k_force_relocation (fixp) +extern int ip2k_force_relocation PARAMS ((struct fix *)); + diff -uprN binutils-2.12.90.0.15/gas/config/tc-mips.c binutils-2.13.90.0.2/gas/config/tc-mips.c --- binutils-2.12.90.0.15/gas/config/tc-mips.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/config/tc-mips.c Thu Aug 1 17:49:32 2002 @@ -129,7 +129,7 @@ enum mips_abi_level }; /* MIPS ABI we are using for this output file. */ -static enum mips_abi_level file_mips_abi = NO_ABI; +static enum mips_abi_level mips_abi = NO_ABI; /* This is the set of options which may be modified by the .set pseudo-op. We use a struct so that .set push and .set pop are more @@ -177,9 +177,6 @@ struct mips_set_options is passed but can changed if the assembler code uses .set mipsN. */ int gp32; int fp32; - /* The ABI currently in use. This is changed by .set mipsN to loosen - restrictions and doesn't affect the whole file. */ - enum mips_abi_level abi; }; /* True if -mgp32 was passed. */ @@ -194,7 +191,7 @@ static int file_mips_fp32 = -1; static struct mips_set_options mips_opts = { - ISA_UNKNOWN, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, NO_ABI + ISA_UNKNOWN, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }; /* These variables are filled in with the masks of registers used. @@ -218,18 +215,18 @@ static int file_ase_mips3d; command line (e.g., by -march). */ static int file_ase_mdmx; -/* The argument of the -mcpu= flag. Historical for code generation. */ -static int mips_cpu = CPU_UNKNOWN; - /* The argument of the -march= flag. The architecture we are assembling. */ static int mips_arch = CPU_UNKNOWN; +static const char *mips_arch_string; +static const struct mips_cpu_info *mips_arch_info; /* The argument of the -mtune= flag. The architecture for which we are optimizing. */ static int mips_tune = CPU_UNKNOWN; +static const char *mips_tune_string; +static const struct mips_cpu_info *mips_tune_info; -/* If they asked for mips1 or mips2 and a cpu that is - mips3 or greater, then mark the object file 32BITMODE. */ +/* True when generating 32-bit code for a 64-bit processor. */ static int mips_32bitmode = 0; /* Some ISA's have delay slots for instructions which read or write @@ -246,6 +243,15 @@ static int mips_32bitmode = 0; || (ISA) == ISA_MIPS3 \ ) +/* True if the given ABI requires 32-bit registers. */ +#define ABI_NEEDS_32BIT_REGS(ABI) ((ABI) == O32_ABI) + +/* Likewise 64-bit registers. */ +#define ABI_NEEDS_64BIT_REGS(ABI) \ + ((ABI) == N32_ABI \ + || (ABI) == N64_ABI \ + || (ABI) == O64_ABI) + /* Return true if ISA supports 64 bit gp register instructions. */ #define ISA_HAS_64BIT_REGS(ISA) ( \ (ISA) == ISA_MIPS3 \ @@ -255,21 +261,17 @@ static int mips_32bitmode = 0; ) #define HAVE_32BIT_GPRS \ - (mips_opts.gp32 \ - || mips_opts.abi == O32_ABI \ - || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) + (mips_opts.gp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) #define HAVE_32BIT_FPRS \ - (mips_opts.fp32 \ - || mips_opts.abi == O32_ABI \ - || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) + (mips_opts.fp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) #define HAVE_64BIT_GPRS (! HAVE_32BIT_GPRS) #define HAVE_64BIT_FPRS (! HAVE_32BIT_FPRS) -#define HAVE_NEWABI (mips_opts.abi == N32_ABI || mips_opts.abi == N64_ABI) +#define HAVE_NEWABI (mips_abi == N32_ABI || mips_abi == N64_ABI) -#define HAVE_64BIT_OBJECTS (mips_opts.abi == N64_ABI) +#define HAVE_64BIT_OBJECTS (mips_abi == N64_ABI) /* We can only have 64bit addresses if the object file format supports it. */ @@ -325,10 +327,6 @@ enum mips_pic_level /* Do not generate PIC code. */ NO_PIC, - /* Generate PIC code as in Irix 4. This is not implemented, and I'm - not sure what it is supposed to do. */ - IRIX4_PIC, - /* Generate PIC code as in the SVR4 MIPS ABI. */ SVR4_PIC, @@ -741,6 +739,7 @@ static void my_getExpression PARAMS ((ex #ifdef OBJ_ELF static int support_64bit_objects PARAMS((void)); #endif +static void mips_set_option_string PARAMS ((const char **, const char *)); static symbolS *get_symbol PARAMS ((void)); static void mips_align PARAMS ((int to, int fill, symbolS *label)); static void s_align PARAMS ((int)); @@ -772,10 +771,8 @@ static void s_mips_weakext PARAMS ((int) static void s_mips_file PARAMS ((int)); static void s_mips_loc PARAMS ((int)); static int mips16_extended_frag PARAMS ((fragS *, asection *, long)); -static const char *mips_isa_to_str PARAMS ((int)); -static const char *mips_cpu_to_str PARAMS ((int)); static int validate_mips_insn PARAMS ((const struct mips_opcode *)); -static void show PARAMS ((FILE *, char *, int *, int *)); +static void show PARAMS ((FILE *, const char *, int *, int *)); #ifdef OBJ_ELF static int mips_need_elf_addend_fixup PARAMS ((fixS *)); #endif @@ -817,9 +814,14 @@ struct mips_cpu_info int cpu; /* CPU number (default CPU if ISA). */ }; -static const struct mips_cpu_info *mips_cpu_info_from_name PARAMS ((const char *)); +static void mips_set_architecture PARAMS ((const struct mips_cpu_info *)); +static void mips_set_tune PARAMS ((const struct mips_cpu_info *)); +static boolean mips_strict_matching_cpu_name_p PARAMS ((const char *, + const char *)); +static boolean mips_matching_cpu_name_p PARAMS ((const char *, const char *)); +static const struct mips_cpu_info *mips_parse_cpu PARAMS ((const char *, + const char *)); static const struct mips_cpu_info *mips_cpu_info_from_isa PARAMS ((int)); -static const struct mips_cpu_info *mips_cpu_info_from_cpu PARAMS ((int)); /* Pseudo-op table. @@ -972,36 +974,6 @@ static boolean mips16_small, mips16_ext; static segT pdr_seg; -static const char * -mips_isa_to_str (isa) - int isa; -{ - const struct mips_cpu_info *ci; - static char s[20]; - - ci = mips_cpu_info_from_isa (isa); - if (ci != NULL) - return (ci->name); - - sprintf (s, "ISA#%d", isa); - return s; -} - -static const char * -mips_cpu_to_str (cpu) - int cpu; -{ - const struct mips_cpu_info *ci; - static char s[16]; - - ci = mips_cpu_info_from_cpu (cpu); - if (ci != NULL) - return (ci->name); - - sprintf (s, "CPU#%d", cpu); - return s; -} - /* The default target format to use. */ const char * @@ -1017,17 +989,26 @@ mips_target_format () return "pe-mips"; case bfd_target_elf_flavour: #ifdef TE_TMIPS - /* This is traditional mips */ + /* This is traditional mips. */ return (target_big_endian - ? (HAVE_64BIT_OBJECTS ? "elf64-tradbigmips" - : "elf32-tradbigmips") - : (HAVE_64BIT_OBJECTS ? "elf64-tradlittlemips" - : "elf32-tradlittlemips")); + ? (HAVE_64BIT_OBJECTS + ? "elf64-tradbigmips" + : (HAVE_NEWABI + ? "elf32-ntradbigmips" : "elf32-tradbigmips")) + : (HAVE_64BIT_OBJECTS + ? "elf64-tradlittlemips" + : (HAVE_NEWABI + ? "elf32-ntradlittlemips" : "elf32-tradlittlemips"))); #else return (target_big_endian - ? (HAVE_64BIT_OBJECTS ? "elf64-bigmips" : "elf32-bigmips") - : (HAVE_64BIT_OBJECTS ? "elf64-littlemips" - : "elf32-littlemips")); + ? (HAVE_64BIT_OBJECTS + ? "elf64-bigmips" + : (HAVE_NEWABI + ? "elf32-nbigmips" : "elf32-bigmips")) + : (HAVE_64BIT_OBJECTS + ? "elf64-littlemips" + : (HAVE_NEWABI + ? "elf32-nlittlemips" : "elf32-littlemips"))); #endif default: abort (); @@ -1177,7 +1158,7 @@ md_begin () if (strcmp (TARGET_OS, "elf") != 0) flags |= SEC_ALLOC | SEC_LOAD; - if (file_mips_abi != N64_ABI) + if (mips_abi != N64_ABI) { sec = subseg_new (".reginfo", (subsegT) 0); @@ -3547,7 +3528,7 @@ load_address (counter, reg, ep, used_at) /* We don't do GP optimization for now because RELAX_ENCODE can't hold the data for such large chunks. */ - if (*used_at == 0) + if (*used_at == 0 && ! mips_opts.noat) { macro_build (p, counter, ep, "lui", "t,u", reg, (int) BFD_RELOC_MIPS_HIGHEST); @@ -4259,7 +4240,7 @@ macro (ip) as_warn (_("Divide by zero.")); if (mips_trap) macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "teq", - "s,t", 0, 0); + "s,t,q", 0, 0, 7); else macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "break", "c", 7); @@ -4272,7 +4253,7 @@ macro (ip) if (mips_trap) { macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "teq", - "s,t", treg, 0); + "s,t,q", treg, 0, 7); macro_build ((char *) NULL, &icnt, (expressionS *) NULL, dbl ? "ddiv" : "div", "z,s,t", sreg, treg); } @@ -4308,7 +4289,7 @@ macro (ip) if (mips_trap) { macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "teq", - "s,t", sreg, AT); + "s,t,q", sreg, AT, 6); /* We want to close the noreorder block as soon as possible, so that later insns are available for delay slot filling. */ --mips_opts.noreorder; @@ -4371,7 +4352,7 @@ macro (ip) as_warn (_("Divide by zero.")); if (mips_trap) macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "teq", - "s,t", 0, 0); + "s,t,q", 0, 0, 7); else macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "break", "c", 7); @@ -4427,7 +4408,7 @@ macro (ip) if (mips_trap) { macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "teq", - "s,t", treg, 0); + "s,t,q", treg, 0, 7); macro_build ((char *) NULL, &icnt, (expressionS *) NULL, s, "z,s,t", sreg, treg); /* We want to close the noreorder block as soon as possible, so @@ -4562,7 +4543,7 @@ macro (ip) /* We don't do GP optimization for now because RELAX_ENCODE can't hold the data for such large chunks. */ - if (used_at == 0) + if (used_at == 0 && ! mips_opts.noat) { macro_build (p, &icnt, &offset_expr, "lui", "t,u", tempreg, (int) BFD_RELOC_MIPS_HIGHEST); @@ -5515,7 +5496,7 @@ macro (ip) /* We don't do GP optimization for now because RELAX_ENCODE can't hold the data for such large chunks. */ - if (used_at == 0) + if (used_at == 0 && ! mips_opts.noat) { macro_build (p, &icnt, &offset_expr, "lui", "t,u", tempreg, (int) BFD_RELOC_MIPS_HIGHEST); @@ -6576,8 +6557,8 @@ macro2 (ip) macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "mfhi", "d", AT); if (mips_trap) - macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "tne", "s,t", - dreg, AT); + macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "tne", + "s,t,q", dreg, AT, 6); else { expr1.X_add_number = 8; @@ -6615,8 +6596,8 @@ macro2 (ip) macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "mflo", "d", dreg); if (mips_trap) - macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "tne", "s,t", - AT, 0); + macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "tne", + "s,t,q", AT, 0, 6); else { expr1.X_add_number = 8; @@ -7763,11 +7744,15 @@ mips_ip (str, ip) if (!insn_error) { static char buf[100]; - sprintf (buf, - _("opcode not supported on this processor: %s (%s)"), - mips_cpu_to_str (mips_arch), - mips_isa_to_str (mips_opts.isa)); - + if (mips_arch_info->is_isa) + sprintf (buf, + _("opcode not supported at this ISA level (%s)"), + mips_cpu_info_from_isa (mips_opts.isa)->name); + else + sprintf (buf, + _("opcode not supported on this processor: %s (%s)"), + mips_arch_info->name, + mips_cpu_info_from_isa (mips_opts.isa)->name); insn_error = buf; } if (save_c) @@ -9892,8 +9877,8 @@ struct option md_longopts[] = {"march", required_argument, NULL, OPTION_MARCH}, #define OPTION_MTUNE (OPTION_MD_BASE + 22) {"mtune", required_argument, NULL, OPTION_MTUNE}, -#define OPTION_MCPU (OPTION_MD_BASE + 23) - {"mcpu", required_argument, NULL, OPTION_MCPU}, +#define OPTION_FP64 (OPTION_MD_BASE + 23) + {"mfp64", no_argument, NULL, OPTION_FP64}, #define OPTION_M4650 (OPTION_MD_BASE + 24) {"m4650", no_argument, NULL, OPTION_M4650}, #define OPTION_NO_M4650 (OPTION_MD_BASE + 25) @@ -9946,6 +9931,24 @@ struct option md_longopts[] = }; size_t md_longopts_size = sizeof (md_longopts); +/* Set STRING_PTR (either &mips_arch_string or &mips_tune_string) to + NEW_VALUE. Warn if another value was already specified. Note: + we have to defer parsing the -march and -mtune arguments in order + to handle 'from-abi' correctly, since the ABI might be specified + in a later argument. */ + +static void +mips_set_option_string (string_ptr, new_value) + const char **string_ptr, *new_value; +{ + if (*string_ptr != 0 && strcasecmp (*string_ptr, new_value) != 0) + as_warn (_("A different %s was already specified, is now %s"), + string_ptr == &mips_arch_string ? "-march" : "-mtune", + new_value); + + *string_ptr = new_value; +} + int md_parse_option (c, arg) int c; @@ -10001,130 +10004,68 @@ md_parse_option (c, arg) break; case OPTION_MIPS1: - mips_opts.isa = ISA_MIPS1; + file_mips_isa = ISA_MIPS1; break; case OPTION_MIPS2: - mips_opts.isa = ISA_MIPS2; + file_mips_isa = ISA_MIPS2; break; case OPTION_MIPS3: - mips_opts.isa = ISA_MIPS3; + file_mips_isa = ISA_MIPS3; break; case OPTION_MIPS4: - mips_opts.isa = ISA_MIPS4; + file_mips_isa = ISA_MIPS4; break; case OPTION_MIPS5: - mips_opts.isa = ISA_MIPS5; + file_mips_isa = ISA_MIPS5; break; case OPTION_MIPS32: - mips_opts.isa = ISA_MIPS32; + file_mips_isa = ISA_MIPS32; break; case OPTION_MIPS64: - mips_opts.isa = ISA_MIPS64; + file_mips_isa = ISA_MIPS64; break; case OPTION_MTUNE: - case OPTION_MARCH: - case OPTION_MCPU: - { - int cpu = CPU_UNKNOWN; - - /* Identify the processor type. */ - if (strcasecmp (arg, "default") != 0) - { - const struct mips_cpu_info *ci; - - ci = mips_cpu_info_from_name (arg); - if (ci == NULL || ci->is_isa) - { - switch (c) - { - case OPTION_MTUNE: - as_fatal (_("invalid architecture -mtune=%s"), arg); - break; - case OPTION_MARCH: - as_fatal (_("invalid architecture -march=%s"), arg); - break; - case OPTION_MCPU: - as_fatal (_("invalid architecture -mcpu=%s"), arg); - break; - } - } - else - cpu = ci->cpu; - } + mips_set_option_string (&mips_tune_string, arg); + break; - switch (c) - { - case OPTION_MTUNE: - if (mips_tune != CPU_UNKNOWN && mips_tune != cpu) - as_warn (_("A different -mtune= was already specified, is now " - "-mtune=%s"), arg); - mips_tune = cpu; - break; - case OPTION_MARCH: - if (mips_arch != CPU_UNKNOWN && mips_arch != cpu) - as_warn (_("A different -march= was already specified, is now " - "-march=%s"), arg); - mips_arch = cpu; - break; - case OPTION_MCPU: - if (mips_cpu != CPU_UNKNOWN && mips_cpu != cpu) - as_warn (_("A different -mcpu= was already specified, is now " - "-mcpu=%s"), arg); - mips_cpu = cpu; - } - } + case OPTION_MARCH: + mips_set_option_string (&mips_arch_string, arg); break; case OPTION_M4650: - if ((mips_arch != CPU_UNKNOWN && mips_arch != CPU_R4650) - || (mips_tune != CPU_UNKNOWN && mips_tune != CPU_R4650)) - as_warn (_("A different -march= or -mtune= was already specified, " - "is now -m4650")); - mips_arch = CPU_R4650; - mips_tune = CPU_R4650; + mips_set_option_string (&mips_arch_string, "4650"); + mips_set_option_string (&mips_tune_string, "4650"); break; case OPTION_NO_M4650: break; case OPTION_M4010: - if ((mips_arch != CPU_UNKNOWN && mips_arch != CPU_R4010) - || (mips_tune != CPU_UNKNOWN && mips_tune != CPU_R4010)) - as_warn (_("A different -march= or -mtune= was already specified, " - "is now -m4010")); - mips_arch = CPU_R4010; - mips_tune = CPU_R4010; + mips_set_option_string (&mips_arch_string, "4010"); + mips_set_option_string (&mips_tune_string, "4010"); break; case OPTION_NO_M4010: break; case OPTION_M4100: - if ((mips_arch != CPU_UNKNOWN && mips_arch != CPU_VR4100) - || (mips_tune != CPU_UNKNOWN && mips_tune != CPU_VR4100)) - as_warn (_("A different -march= or -mtune= was already specified, " - "is now -m4100")); - mips_arch = CPU_VR4100; - mips_tune = CPU_VR4100; + mips_set_option_string (&mips_arch_string, "4100"); + mips_set_option_string (&mips_tune_string, "4100"); break; case OPTION_NO_M4100: break; case OPTION_M3900: - if ((mips_arch != CPU_UNKNOWN && mips_arch != CPU_R3900) - || (mips_tune != CPU_UNKNOWN && mips_tune != CPU_R3900)) - as_warn (_("A different -march= or -mtune= was already specified, " - "is now -m3900")); - mips_arch = CPU_R3900; - mips_tune = CPU_R3900; + mips_set_option_string (&mips_arch_string, "3900"); + mips_set_option_string (&mips_tune_string, "3900"); break; case OPTION_NO_M3900: @@ -10227,7 +10168,7 @@ md_parse_option (c, arg) as_bad (_("-32 is supported for ELF format only")); return 0; } - mips_opts.abi = O32_ABI; + mips_abi = O32_ABI; break; case OPTION_N32: @@ -10236,7 +10177,7 @@ md_parse_option (c, arg) as_bad (_("-n32 is supported for ELF format only")); return 0; } - mips_opts.abi = N32_ABI; + mips_abi = N32_ABI; break; case OPTION_64: @@ -10245,7 +10186,7 @@ md_parse_option (c, arg) as_bad (_("-64 is supported for ELF format only")); return 0; } - mips_opts.abi = N64_ABI; + mips_abi = N64_ABI; if (! support_64bit_objects()) as_fatal (_("No compiled in support for 64 bit object file format")); break; @@ -10253,20 +10194,18 @@ md_parse_option (c, arg) case OPTION_GP32: file_mips_gp32 = 1; - if (mips_opts.abi != O32_ABI) - mips_opts.abi = NO_ABI; break; case OPTION_GP64: file_mips_gp32 = 0; - if (mips_opts.abi == O32_ABI) - mips_opts.abi = NO_ABI; break; case OPTION_FP32: file_mips_fp32 = 1; - if (mips_opts.abi != O32_ABI) - mips_opts.abi = NO_ABI; + break; + + case OPTION_FP64: + file_mips_fp32 = 0; break; #ifdef OBJ_ELF @@ -10277,20 +10216,20 @@ md_parse_option (c, arg) return 0; } if (strcmp (arg, "32") == 0) - mips_opts.abi = O32_ABI; + mips_abi = O32_ABI; else if (strcmp (arg, "o64") == 0) - mips_opts.abi = O64_ABI; + mips_abi = O64_ABI; else if (strcmp (arg, "n32") == 0) - mips_opts.abi = N32_ABI; + mips_abi = N32_ABI; else if (strcmp (arg, "64") == 0) { - mips_opts.abi = N64_ABI; + mips_abi = N64_ABI; if (! support_64bit_objects()) as_fatal (_("No compiled in support for 64 bit object file " "format")); } else if (strcmp (arg, "eabi") == 0) - mips_opts.abi = EABI_ABI; + mips_abi = EABI_ABI; else { as_fatal (_("invalid abi -mabi=%s"), arg); @@ -10323,144 +10262,40 @@ md_parse_option (c, arg) return 1; } + +/* Set up globals to generate code for the ISA or processor + described by INFO. */ static void -show (stream, string, col_p, first_p) - FILE *stream; - char *string; - int *col_p; - int *first_p; +mips_set_architecture (info) + const struct mips_cpu_info *info; { - if (*first_p) + if (info != 0) { - fprintf (stream, "%24s", ""); - *col_p = 24; - } - else - { - fprintf (stream, ", "); - *col_p += 2; - } - - if (*col_p + strlen (string) > 72) - { - fprintf (stream, "\n%24s", ""); - *col_p = 24; + mips_arch_info = info; + mips_arch = info->cpu; + mips_opts.isa = info->isa; } - - fprintf (stream, "%s", string); - *col_p += strlen (string); - - *first_p = 0; } -void -md_show_usage (stream) - FILE *stream; -{ - int column, first; - - fprintf (stream, _("\ -MIPS options:\n\ --membedded-pic generate embedded position independent code\n\ --EB generate big endian output\n\ --EL generate little endian output\n\ --g, -g2 do not remove unneeded NOPs or swap branches\n\ --G NUM allow referencing objects up to NUM bytes\n\ - implicitly with the gp register [default 8]\n")); - fprintf (stream, _("\ --mips1 generate MIPS ISA I instructions\n\ --mips2 generate MIPS ISA II instructions\n\ --mips3 generate MIPS ISA III instructions\n\ --mips4 generate MIPS ISA IV instructions\n\ --mips5 generate MIPS ISA V instructions\n\ --mips32 generate MIPS32 ISA instructions\n\ --mips64 generate MIPS64 ISA instructions\n\ --march=CPU/-mtune=CPU generate code/schedule for CPU, where CPU is one of:\n")); - - first = 1; - - show (stream, "2000", &column, &first); - show (stream, "3000", &column, &first); - show (stream, "3900", &column, &first); - show (stream, "4000", &column, &first); - show (stream, "4010", &column, &first); - show (stream, "4100", &column, &first); - show (stream, "4111", &column, &first); - show (stream, "4300", &column, &first); - show (stream, "4400", &column, &first); - show (stream, "4600", &column, &first); - show (stream, "4650", &column, &first); - show (stream, "5000", &column, &first); - show (stream, "5200", &column, &first); - show (stream, "5230", &column, &first); - show (stream, "5231", &column, &first); - show (stream, "5261", &column, &first); - show (stream, "5721", &column, &first); - show (stream, "6000", &column, &first); - show (stream, "8000", &column, &first); - show (stream, "10000", &column, &first); - show (stream, "12000", &column, &first); - show (stream, "sb1", &column, &first); - fputc ('\n', stream); - - fprintf (stream, _("\ --mCPU equivalent to -march=CPU -mtune=CPU. Deprecated.\n\ --no-mCPU don't generate code specific to CPU.\n\ - For -mCPU and -no-mCPU, CPU must be one of:\n")); - - first = 1; - - show (stream, "3900", &column, &first); - show (stream, "4010", &column, &first); - show (stream, "4100", &column, &first); - show (stream, "4650", &column, &first); - fputc ('\n', stream); - - fprintf (stream, _("\ --mips16 generate mips16 instructions\n\ --no-mips16 do not generate mips16 instructions\n")); - fprintf (stream, _("\ --mgp32 use 32-bit GPRs, regardless of the chosen ISA\n\ --mfp32 use 32-bit FPRs, regardless of the chosen ISA\n\ --O0 remove unneeded NOPs, do not swap branches\n\ --O remove unneeded NOPs and swap branches\n\ --n warn about NOPs generated from macros\n\ ---[no-]construct-floats [dis]allow floating point values to be constructed\n\ ---trap, --no-break trap exception on div by 0 and mult overflow\n\ ---break, --no-trap break exception on div by 0 and mult overflow\n")); -#ifdef OBJ_ELF - fprintf (stream, _("\ --KPIC, -call_shared generate SVR4 position independent code\n\ --non_shared do not generate position independent code\n\ --xgot assume a 32 bit GOT\n\ --mabi=ABI create ABI conformant object file for:\n")); - first = 1; +/* Likewise for tuning. */ - show (stream, "32", &column, &first); - show (stream, "o64", &column, &first); - show (stream, "n32", &column, &first); - show (stream, "64", &column, &first); - show (stream, "eabi", &column, &first); +static void +mips_set_tune (info) + const struct mips_cpu_info *info; +{ + if (info != 0) + { + mips_tune_info = info; + mips_tune = info->cpu; + } +} - fputc ('\n', stream); - fprintf (stream, _("\ --32 create o32 ABI object file (default)\n\ --n32 create n32 ABI object file\n\ --64 create 64 ABI object file\n")); -#endif -} - void mips_after_parse_args () { - const char *cpu; - char *a = NULL; - int mips_isa_from_cpu; - const struct mips_cpu_info *ci; - /* GP relative stuff not working for PE */ if (strncmp (TARGET_OS, "pe", 2) == 0 && g_switch_value != 0) @@ -10470,184 +10305,88 @@ mips_after_parse_args () g_switch_value = 0; } - cpu = TARGET_CPU; - if (strcmp (cpu + (sizeof TARGET_CPU) - 3, "el") == 0) - { - a = xmalloc (sizeof TARGET_CPU); - strcpy (a, TARGET_CPU); - a[(sizeof TARGET_CPU) - 3] = '\0'; - cpu = a; - } + /* The following code determines the architecture and register size. + Similar code was added to GCC 3.3 (see override_options() in + config/mips/mips.c). The GAS and GCC code should be kept in sync + as much as possible. */ - /* Backward compatibility for historic -mcpu= option. Check for - incompatible options, warn if -mcpu is used. */ - if (mips_cpu != CPU_UNKNOWN - && mips_arch != CPU_UNKNOWN - && mips_cpu != mips_arch) - { - as_fatal (_("The -mcpu option can't be used together with -march. " - "Use -mtune instead of -mcpu.")); - } + if (mips_arch_string != 0) + mips_set_architecture (mips_parse_cpu ("-march", mips_arch_string)); - if (mips_cpu != CPU_UNKNOWN - && mips_tune != CPU_UNKNOWN - && mips_cpu != mips_tune) - { - as_fatal (_("The -mcpu option can't be used together with -mtune. " - "Use -march instead of -mcpu.")); - } + if (mips_tune_string != 0) + mips_set_tune (mips_parse_cpu ("-mtune", mips_tune_string)); -#if 1 - /* For backward compatibility, let -mipsN set various defaults. */ - /* This code should go away, to be replaced with something rather more - draconian. Until GCC 3.1 has been released for some reasonable - amount of time, however, we need to support this. */ - if (mips_opts.isa != ISA_UNKNOWN) + if (file_mips_isa != ISA_UNKNOWN) { - /* Translate -mipsN to the appropriate settings of file_mips_gp32 - and file_mips_fp32. Tag binaries as using the mipsN ISA. */ - if (file_mips_gp32 < 0) - { - if (ISA_HAS_64BIT_REGS (mips_opts.isa)) - file_mips_gp32 = 0; - else - file_mips_gp32 = 1; - } - if (file_mips_fp32 < 0) - { - if (ISA_HAS_64BIT_REGS (mips_opts.isa)) - file_mips_fp32 = 0; - else - file_mips_fp32 = 1; - } - - ci = mips_cpu_info_from_isa (mips_opts.isa); - assert (ci != NULL); - /* -mipsN has higher priority than -mcpu but lower than -march. */ - if (mips_arch == CPU_UNKNOWN) - mips_arch = ci->cpu; - - /* Default mips_abi. */ - if (mips_opts.abi == NO_ABI) + /* Handle -mipsN. At this point, file_mips_isa contains the + ISA level specified by -mipsN, while mips_opts.isa contains + the -march selection (if any). */ + if (mips_arch_info != 0) { - if (mips_opts.isa == ISA_MIPS1 || mips_opts.isa == ISA_MIPS2) - mips_opts.abi = O32_ABI; - else if (mips_opts.isa == ISA_MIPS3 || mips_opts.isa == ISA_MIPS4) - mips_opts.abi = O64_ABI; + /* -march takes precedence over -mipsN, since it is more descriptive. + There's no harm in specifying both as long as the ISA levels + are the same. */ + if (file_mips_isa != mips_opts.isa) + as_bad (_("-%s conflicts with the other architecture options, which imply -%s"), + mips_cpu_info_from_isa (file_mips_isa)->name, + mips_cpu_info_from_isa (mips_opts.isa)->name); } + else + mips_set_architecture (mips_cpu_info_from_isa (file_mips_isa)); } - if (mips_arch == CPU_UNKNOWN && mips_cpu != CPU_UNKNOWN) - { - ci = mips_cpu_info_from_cpu (mips_cpu); - assert (ci != NULL); - mips_arch = ci->cpu; - as_warn (_("The -mcpu option is deprecated. Please use -march and " - "-mtune instead.")); - } + if (mips_arch_info == 0) + mips_set_architecture (mips_parse_cpu ("default CPU", + MIPS_CPU_STRING_DEFAULT)); - /* Set tune from -mcpu, not from -mipsN. */ - if (mips_tune == CPU_UNKNOWN && mips_cpu != CPU_UNKNOWN) - { - ci = mips_cpu_info_from_cpu (mips_cpu); - assert (ci != NULL); - mips_tune = ci->cpu; - } + if (ABI_NEEDS_64BIT_REGS (mips_abi) && !ISA_HAS_64BIT_REGS (mips_opts.isa)) + as_bad ("-march=%s is not compatible with the selected ABI", + mips_arch_info->name); - /* At this point, mips_arch will either be CPU_UNKNOWN if no ARCH was - specified on the command line, or some other value if one was. - Similarly, mips_opts.isa will be ISA_UNKNOWN if not specified on - the command line, or will be set otherwise if one was. */ + /* Optimize for mips_arch, unless -mtune selects a different processor. */ + if (mips_tune_info == 0) + mips_set_tune (mips_arch_info); - if (mips_arch != CPU_UNKNOWN && mips_opts.isa != ISA_UNKNOWN) - /* Handled above. */; -#else - if (mips_arch == CPU_UNKNOWN && mips_cpu != CPU_UNKNOWN) + if (file_mips_gp32 >= 0) { - ci = mips_cpu_info_from_cpu (mips_cpu); - assert (ci != NULL); - mips_arch = ci->cpu; - as_warn (_("The -mcpu option is deprecated. Please use -march and " - "-mtune instead.")); - } - - /* At this point, mips_arch will either be CPU_UNKNOWN if no ARCH was - specified on the command line, or some other value if one was. - Similarly, mips_opts.isa will be ISA_UNKNOWN if not specified on - the command line, or will be set otherwise if one was. */ - - if (mips_arch != CPU_UNKNOWN && mips_opts.isa != ISA_UNKNOWN) - { - /* We have to check if the isa is the default isa of arch. Otherwise - we'll get invalid object file headers. */ - ci = mips_cpu_info_from_cpu (mips_arch); - assert (ci != NULL); - if (mips_opts.isa != ci->isa) - { - /* This really should be an error instead of a warning, but old - compilers only have -mcpu which sets both arch and tune. For - now, we discard arch and preserve tune. */ - as_warn (_("The -march option is incompatible to -mipsN and " - "therefore ignored.")); - if (mips_tune == CPU_UNKNOWN) - mips_tune = mips_arch; - ci = mips_cpu_info_from_isa (mips_opts.isa); - assert (ci != NULL); - mips_arch = ci->cpu; - } - } -#endif - else if (mips_arch != CPU_UNKNOWN && mips_opts.isa == ISA_UNKNOWN) - { - /* We have ARCH, we need ISA. */ - ci = mips_cpu_info_from_cpu (mips_arch); - assert (ci != NULL); - mips_opts.isa = ci->isa; - } - else if (mips_arch == CPU_UNKNOWN && mips_opts.isa != ISA_UNKNOWN) - { - /* We have ISA, we need default ARCH. */ - ci = mips_cpu_info_from_isa (mips_opts.isa); - assert (ci != NULL); - mips_arch = ci->cpu; + /* The user specified the size of the integer registers. Make sure + it agrees with the ABI and ISA. */ + if (file_mips_gp32 == 0 && !ISA_HAS_64BIT_REGS (mips_opts.isa)) + as_bad (_("-mgp64 used with a 32-bit processor")); + else if (file_mips_gp32 == 1 && ABI_NEEDS_64BIT_REGS (mips_abi)) + as_bad (_("-mgp32 used with a 64-bit ABI")); + else if (file_mips_gp32 == 0 && ABI_NEEDS_32BIT_REGS (mips_abi)) + as_bad (_("-mgp64 used with a 32-bit ABI")); } else { - /* We need to set both ISA and ARCH from target cpu. */ - ci = mips_cpu_info_from_name (cpu); - if (ci == NULL) - ci = mips_cpu_info_from_cpu (CPU_R3000); - assert (ci != NULL); - mips_opts.isa = ci->isa; - mips_arch = ci->cpu; + /* Infer the integer register size from the ABI and processor. + Restrict ourselves to 32-bit registers if that's all the + processor has, or if the ABI cannot handle 64-bit registers. */ + file_mips_gp32 = (ABI_NEEDS_32BIT_REGS (mips_abi) + || !ISA_HAS_64BIT_REGS (mips_opts.isa)); } - if (mips_tune == CPU_UNKNOWN) - mips_tune = mips_arch; + /* ??? GAS treats single-float processors as though they had 64-bit + float registers (although it complains when double-precision + instructions are used). As things stand, saying they have 32-bit + registers would lead to spurious "register must be even" messages. + So here we assume float registers are always the same size as + integer ones, unless the user says otherwise. */ + if (file_mips_fp32 < 0) + file_mips_fp32 = file_mips_gp32; - ci = mips_cpu_info_from_cpu (mips_arch); - assert (ci != NULL); - mips_isa_from_cpu = ci->isa; + /* End of GCC-shared inference code. */ - /* End of TARGET_CPU processing, get rid of malloced memory - if necessary. */ - cpu = NULL; - if (a != NULL) - { - free (a); - a = NULL; - } + /* ??? When do we want this flag to be set? Who uses it? */ + if (file_mips_gp32 == 1 + && mips_abi == NO_ABI + && ISA_HAS_64BIT_REGS (mips_opts.isa)) + mips_32bitmode = 1; if (mips_opts.isa == ISA_MIPS1 && mips_trap) as_bad (_("trap exception not supported at ISA 1")); - /* If they asked for mips1 or mips2 and a cpu that is - mips3 or greater, then mark the object file 32BITMODE. */ - if (mips_isa_from_cpu != ISA_UNKNOWN - && ! ISA_HAS_64BIT_REGS (mips_opts.isa) - && ISA_HAS_64BIT_REGS (mips_isa_from_cpu)) - mips_32bitmode = 1; - /* If the selected architecture includes support for ASEs, enable generation of code for them. */ if (mips_opts.mips16 == -1) @@ -10657,13 +10396,7 @@ mips_after_parse_args () if (mips_opts.ase_mdmx == -1) mips_opts.ase_mdmx = (CPU_HAS_MDMX (mips_arch)) ? 1 : 0; - if (file_mips_gp32 < 0) - file_mips_gp32 = 0; - if (file_mips_fp32 < 0) - file_mips_fp32 = 0; - file_mips_isa = mips_opts.isa; - file_mips_abi = mips_opts.abi; file_ase_mips16 = mips_opts.mips16; file_ase_mips3d = mips_opts.ase_mips3d; file_ase_mdmx = mips_opts.ase_mdmx; @@ -10867,7 +10600,7 @@ mips_need_elf_addend_fixup (fixP) return 1; if (mips_pic != EMBEDDED_PIC && (S_IS_WEAK (fixP->fx_addsy) - || S_IS_EXTERN (fixP->fx_addsy)) + || S_IS_EXTERNAL (fixP->fx_addsy)) && !S_IS_COMMON (fixP->fx_addsy)) return 1; if (symbol_used_in_reloc_p (fixP->fx_addsy) @@ -11738,7 +11471,6 @@ s_mipsset (x) case 0: mips_opts.gp32 = file_mips_gp32; mips_opts.fp32 = file_mips_fp32; - mips_opts.abi = file_mips_abi; break; case 1: case 2: @@ -11750,9 +11482,6 @@ s_mipsset (x) case 4: case 5: case 64: - /* Loosen ABI register width restriction. */ - if (mips_opts.abi == O32_ABI) - mips_opts.abi = NO_ABI; mips_opts.gp32 = 0; mips_opts.fp32 = 0; break; @@ -12693,7 +12422,8 @@ md_estimate_size_before_relax (fragp, se /* A global or weak symbol is treated as external. */ && (OUTPUT_FLAVOR != bfd_target_elf_flavour || (! S_IS_WEAK (sym) - && (! S_IS_EXTERN (sym) || mips_pic == EMBEDDED_PIC))) + && (! S_IS_EXTERNAL (sym) + || mips_pic == EMBEDDED_PIC))) #endif ); } @@ -12735,7 +12465,7 @@ mips_fix_adjustable (fixp) /* Prevent all adjustments to global symbols. */ if (OUTPUT_FLAVOR == bfd_target_elf_flavour && mips_pic != EMBEDDED_PIC - && (S_IS_EXTERN (fixp->fx_addsy) || S_IS_WEAK (fixp->fx_addsy))) + && (S_IS_EXTERNAL (fixp->fx_addsy) || S_IS_WEAK (fixp->fx_addsy))) return 0; #endif if (fixp->fx_r_type == BFD_RELOC_MIPS16_JMP) @@ -12964,7 +12694,7 @@ tc_gen_reloc (section, fixp) stop md_apply_fix3 from subtracting twice in the first place since the fake addend is required for variant frags above. */ if (fixp->fx_addsy != NULL && OUTPUT_FLAVOR == bfd_target_elf_flavour - && code == BFD_RELOC_GPREL16 + && (code == BFD_RELOC_GPREL16 || code == BFD_RELOC_MIPS16_GPREL) && reloc->addend != 0 && mips_need_elf_addend_fixup (fixp)) reloc->addend += S_GET_VALUE (fixp->fx_addsy); @@ -13201,7 +12931,7 @@ void mips_elf_final_processing () { /* Write out the register information. */ - if (file_mips_abi != N64_ABI) + if (mips_abi != N64_ABI) { Elf32_RegInfo s; @@ -13251,22 +12981,18 @@ mips_elf_final_processing () elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_MDMX; /* Set the MIPS ELF ABI flags. */ - if (file_mips_abi == NO_ABI) - ; - else if (file_mips_abi == O32_ABI) + if (mips_abi == O32_ABI && USE_E_MIPS_ABI_O32) elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_O32; - else if (file_mips_abi == O64_ABI) + else if (mips_abi == O64_ABI) elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_O64; - else if (file_mips_abi == EABI_ABI) + else if (mips_abi == EABI_ABI) { - /* Set the EABI kind based on the ISA. This isn't really - the best, but then neither is basing the abi on the isa. */ - if (ISA_HAS_64BIT_REGS (file_mips_isa)) + if (!file_mips_gp32) elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_EABI64; else elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_EABI32; } - else if (file_mips_abi == N32_ABI) + else if (mips_abi == N32_ABI) elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ABI2; /* Nothing to do for N64_ABI. */ @@ -13707,176 +13433,175 @@ s_loc (x) } #endif -/* CPU name/ISA/number mapping table. +/* A table describing all the processors gas knows about. Names are + matched in the order listed. - Entries are grouped by type. The first matching CPU or ISA entry - gets chosen by CPU or ISA, so it should be the 'canonical' name - for that type. Entries after that within the type are sorted - alphabetically. - - Case is ignored in comparison, so put the canonical entry in the - appropriate case but everything else in lower case to ease eye pain. */ + To ease comparison, please keep this table in the same order as + gcc's mips_cpu_info_table[]. */ static const struct mips_cpu_info mips_cpu_info_table[] = { - /* MIPS1 ISA */ - { "MIPS1", 1, ISA_MIPS1, CPU_R3000, }, - { "mips", 1, ISA_MIPS1, CPU_R3000, }, - - /* MIPS2 ISA */ - { "MIPS2", 1, ISA_MIPS2, CPU_R6000, }, - - /* MIPS3 ISA */ - { "MIPS3", 1, ISA_MIPS3, CPU_R4000, }, - - /* MIPS4 ISA */ - { "MIPS4", 1, ISA_MIPS4, CPU_R8000, }, - - /* MIPS5 ISA */ - { "MIPS5", 1, ISA_MIPS5, CPU_MIPS5, }, - { "Generic-MIPS5", 0, ISA_MIPS5, CPU_MIPS5, }, - - /* MIPS32 ISA */ - { "MIPS32", 1, ISA_MIPS32, CPU_MIPS32, }, - { "mipsisa32", 0, ISA_MIPS32, CPU_MIPS32, }, - { "Generic-MIPS32", 0, ISA_MIPS32, CPU_MIPS32, }, + /* Entries for generic ISAs */ + { "mips1", 1, ISA_MIPS1, CPU_R3000 }, + { "mips2", 1, ISA_MIPS2, CPU_R6000 }, + { "mips3", 1, ISA_MIPS3, CPU_R4000 }, + { "mips4", 1, ISA_MIPS4, CPU_R8000 }, + { "mips5", 1, ISA_MIPS5, CPU_MIPS5 }, + { "mips32", 1, ISA_MIPS32, CPU_MIPS32 }, + { "mips64", 1, ISA_MIPS64, CPU_MIPS64 }, + + /* MIPS I */ + { "r3000", 0, ISA_MIPS1, CPU_R3000 }, + { "r2000", 0, ISA_MIPS1, CPU_R3000 }, + { "r3900", 0, ISA_MIPS1, CPU_R3900 }, + + /* MIPS II */ + { "r6000", 0, ISA_MIPS2, CPU_R6000 }, + + /* MIPS III */ + { "r4000", 0, ISA_MIPS3, CPU_R4000 }, + { "r4010", 0, ISA_MIPS2, CPU_R4010 }, + { "vr4100", 0, ISA_MIPS3, CPU_VR4100 }, + { "vr4111", 0, ISA_MIPS3, CPU_R4111 }, + { "vr4300", 0, ISA_MIPS3, CPU_R4300 }, + { "r4400", 0, ISA_MIPS3, CPU_R4400 }, + { "r4600", 0, ISA_MIPS3, CPU_R4600 }, + { "orion", 0, ISA_MIPS3, CPU_R4600 }, + { "r4650", 0, ISA_MIPS3, CPU_R4650 }, + + /* MIPS IV */ + { "r8000", 0, ISA_MIPS4, CPU_R8000 }, + { "r10000", 0, ISA_MIPS4, CPU_R10000 }, + { "r12000", 0, ISA_MIPS4, CPU_R12000 }, + { "vr5000", 0, ISA_MIPS4, CPU_R5000 }, + { "rm5200", 0, ISA_MIPS4, CPU_R5000 }, + { "rm5230", 0, ISA_MIPS4, CPU_R5000 }, + { "rm5231", 0, ISA_MIPS4, CPU_R5000 }, + { "rm5261", 0, ISA_MIPS4, CPU_R5000 }, + { "rm5721", 0, ISA_MIPS4, CPU_R5000 }, + { "r7000", 0, ISA_MIPS4, CPU_R5000 }, + + /* MIPS 32 */ { "4kc", 0, ISA_MIPS32, CPU_MIPS32, }, - { "4km", 0, ISA_MIPS32, CPU_MIPS32, }, - { "4kp", 0, ISA_MIPS32, CPU_MIPS32, }, + { "4km", 0, ISA_MIPS32, CPU_MIPS32 }, + { "4kp", 0, ISA_MIPS32, CPU_MIPS32 }, - /* For historical reasons. */ - { "MIPS64", 1, ISA_MIPS3, CPU_R4000, }, + /* MIPS 64 */ + { "5kc", 0, ISA_MIPS64, CPU_MIPS64 }, + { "20kc", 0, ISA_MIPS64, CPU_MIPS64 }, - /* MIPS64 ISA */ - { "mipsisa64", 1, ISA_MIPS64, CPU_MIPS64, }, - { "Generic-MIPS64", 0, ISA_MIPS64, CPU_MIPS64, }, - { "5kc", 0, ISA_MIPS64, CPU_MIPS64, }, - { "20kc", 0, ISA_MIPS64, CPU_MIPS64, }, - - /* R2000 CPU */ - { "R2000", 0, ISA_MIPS1, CPU_R2000, }, - { "2000", 0, ISA_MIPS1, CPU_R2000, }, - { "2k", 0, ISA_MIPS1, CPU_R2000, }, - { "r2k", 0, ISA_MIPS1, CPU_R2000, }, - - /* R3000 CPU */ - { "R3000", 0, ISA_MIPS1, CPU_R3000, }, - { "3000", 0, ISA_MIPS1, CPU_R3000, }, - { "3k", 0, ISA_MIPS1, CPU_R3000, }, - { "r3k", 0, ISA_MIPS1, CPU_R3000, }, - - /* TX3900 CPU */ - { "R3900", 0, ISA_MIPS1, CPU_R3900, }, - { "3900", 0, ISA_MIPS1, CPU_R3900, }, - { "mipstx39", 0, ISA_MIPS1, CPU_R3900, }, - - /* R4000 CPU */ - { "R4000", 0, ISA_MIPS3, CPU_R4000, }, - { "4000", 0, ISA_MIPS3, CPU_R4000, }, - { "4k", 0, ISA_MIPS3, CPU_R4000, }, /* beware */ - { "r4k", 0, ISA_MIPS3, CPU_R4000, }, - - /* R4010 CPU */ - { "R4010", 0, ISA_MIPS2, CPU_R4010, }, - { "4010", 0, ISA_MIPS2, CPU_R4010, }, - - /* R4400 CPU */ - { "R4400", 0, ISA_MIPS3, CPU_R4400, }, - { "4400", 0, ISA_MIPS3, CPU_R4400, }, - - /* R4600 CPU */ - { "R4600", 0, ISA_MIPS3, CPU_R4600, }, - { "4600", 0, ISA_MIPS3, CPU_R4600, }, - { "mips64orion", 0, ISA_MIPS3, CPU_R4600, }, - { "orion", 0, ISA_MIPS3, CPU_R4600, }, - - /* R4650 CPU */ - { "R4650", 0, ISA_MIPS3, CPU_R4650, }, - { "4650", 0, ISA_MIPS3, CPU_R4650, }, - - /* R6000 CPU */ - { "R6000", 0, ISA_MIPS2, CPU_R6000, }, - { "6000", 0, ISA_MIPS2, CPU_R6000, }, - { "6k", 0, ISA_MIPS2, CPU_R6000, }, - { "r6k", 0, ISA_MIPS2, CPU_R6000, }, - - /* R8000 CPU */ - { "R8000", 0, ISA_MIPS4, CPU_R8000, }, - { "8000", 0, ISA_MIPS4, CPU_R8000, }, - { "8k", 0, ISA_MIPS4, CPU_R8000, }, - { "r8k", 0, ISA_MIPS4, CPU_R8000, }, - - /* R10000 CPU */ - { "R10000", 0, ISA_MIPS4, CPU_R10000, }, - { "10000", 0, ISA_MIPS4, CPU_R10000, }, - { "10k", 0, ISA_MIPS4, CPU_R10000, }, - { "r10k", 0, ISA_MIPS4, CPU_R10000, }, - - /* R12000 CPU */ - { "R12000", 0, ISA_MIPS4, CPU_R12000, }, - { "12000", 0, ISA_MIPS4, CPU_R12000, }, - { "12k", 0, ISA_MIPS4, CPU_R12000, }, - { "r12k", 0, ISA_MIPS4, CPU_R12000, }, - - /* VR4100 CPU */ - { "VR4100", 0, ISA_MIPS3, CPU_VR4100, }, - { "4100", 0, ISA_MIPS3, CPU_VR4100, }, - { "mips64vr4100", 0, ISA_MIPS3, CPU_VR4100, }, - { "r4100", 0, ISA_MIPS3, CPU_VR4100, }, - - /* VR4111 CPU */ - { "VR4111", 0, ISA_MIPS3, CPU_R4111, }, - { "4111", 0, ISA_MIPS3, CPU_R4111, }, - { "mips64vr4111", 0, ISA_MIPS3, CPU_R4111, }, - { "r4111", 0, ISA_MIPS3, CPU_R4111, }, - - /* VR4300 CPU */ - { "VR4300", 0, ISA_MIPS3, CPU_R4300, }, - { "4300", 0, ISA_MIPS3, CPU_R4300, }, - { "mips64vr4300", 0, ISA_MIPS3, CPU_R4300, }, - { "r4300", 0, ISA_MIPS3, CPU_R4300, }, - - /* VR5000 CPU */ - { "VR5000", 0, ISA_MIPS4, CPU_R5000, }, - { "5000", 0, ISA_MIPS4, CPU_R5000, }, - { "5k", 0, ISA_MIPS4, CPU_R5000, }, - { "mips64vr5000", 0, ISA_MIPS4, CPU_R5000, }, - { "r5000", 0, ISA_MIPS4, CPU_R5000, }, - { "r5200", 0, ISA_MIPS4, CPU_R5000, }, - { "rm5200", 0, ISA_MIPS4, CPU_R5000, }, - { "r5230", 0, ISA_MIPS4, CPU_R5000, }, - { "rm5230", 0, ISA_MIPS4, CPU_R5000, }, - { "r5231", 0, ISA_MIPS4, CPU_R5000, }, - { "rm5231", 0, ISA_MIPS4, CPU_R5000, }, - { "r5261", 0, ISA_MIPS4, CPU_R5000, }, - { "rm5261", 0, ISA_MIPS4, CPU_R5000, }, - { "r5721", 0, ISA_MIPS4, CPU_R5000, }, - { "rm5721", 0, ISA_MIPS4, CPU_R5000, }, - { "r5k", 0, ISA_MIPS4, CPU_R5000, }, - { "r7000", 0, ISA_MIPS4, CPU_R5000, }, - - /* Broadcom SB-1 CPU */ - { "SB-1", 0, ISA_MIPS64, CPU_SB1, }, - { "sb-1250", 0, ISA_MIPS64, CPU_SB1, }, - { "sb1", 0, ISA_MIPS64, CPU_SB1, }, - { "sb1250", 0, ISA_MIPS64, CPU_SB1, }, + /* Broadcom SB-1 CPU core */ + { "sb1", 0, ISA_MIPS64, CPU_SB1 }, - /* End marker. */ - { NULL, 0, 0, 0, }, + /* End marker */ + { NULL, 0, 0, 0 } }; + +/* Return true if GIVEN is the same as CANONICAL, or if it is CANONICAL + with a final "000" replaced by "k". Ignore case. + + Note: this function is shared between GCC and GAS. */ + +static boolean +mips_strict_matching_cpu_name_p (canonical, given) + const char *canonical, *given; +{ + while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical)) + given++, canonical++; + + return ((*given == 0 && *canonical == 0) + || (strcmp (canonical, "000") == 0 && strcasecmp (given, "k") == 0)); +} + + +/* Return true if GIVEN matches CANONICAL, where GIVEN is a user-supplied + CPU name. We've traditionally allowed a lot of variation here. + + Note: this function is shared between GCC and GAS. */ + +static boolean +mips_matching_cpu_name_p (canonical, given) + const char *canonical, *given; +{ + /* First see if the name matches exactly, or with a final "000" + turned into "k". */ + if (mips_strict_matching_cpu_name_p (canonical, given)) + return true; + + /* If not, try comparing based on numerical designation alone. + See if GIVEN is an unadorned number, or 'r' followed by a number. */ + if (TOLOWER (*given) == 'r') + given++; + if (!ISDIGIT (*given)) + return false; + + /* Skip over some well-known prefixes in the canonical name, + hoping to find a number there too. */ + if (TOLOWER (canonical[0]) == 'v' && TOLOWER (canonical[1]) == 'r') + canonical += 2; + else if (TOLOWER (canonical[0]) == 'r' && TOLOWER (canonical[1]) == 'm') + canonical += 2; + else if (TOLOWER (canonical[0]) == 'r') + canonical += 1; + + return mips_strict_matching_cpu_name_p (canonical, given); +} + + +/* Parse an option that takes the name of a processor as its argument. + OPTION is the name of the option and CPU_STRING is the argument. + Return the corresponding processor enumeration if the CPU_STRING is + recognized, otherwise report an error and return null. + + A similar function exists in GCC. */ + static const struct mips_cpu_info * -mips_cpu_info_from_name (name) - const char *name; +mips_parse_cpu (option, cpu_string) + const char *option, *cpu_string; { - int i; + const struct mips_cpu_info *p; - for (i = 0; mips_cpu_info_table[i].name != NULL; i++) - if (strcasecmp (name, mips_cpu_info_table[i].name) == 0) - return (&mips_cpu_info_table[i]); + /* 'from-abi' selects the most compatible architecture for the given + ABI: MIPS I for 32-bit ABIs and MIPS III for 64-bit ABIs. For the + EABIs, we have to decide whether we're using the 32-bit or 64-bit + version. Look first at the -mgp options, if given, otherwise base + the choice on MIPS_DEFAULT_64BIT. - return NULL; + Treat NO_ABI like the EABIs. One reason to do this is that the + plain 'mips' and 'mips64' configs have 'from-abi' as their default + architecture. This code picks MIPS I for 'mips' and MIPS III for + 'mips64', just as we did in the days before 'from-abi'. */ + if (strcasecmp (cpu_string, "from-abi") == 0) + { + if (ABI_NEEDS_32BIT_REGS (mips_abi)) + return mips_cpu_info_from_isa (ISA_MIPS1); + + if (ABI_NEEDS_64BIT_REGS (mips_abi)) + return mips_cpu_info_from_isa (ISA_MIPS3); + + if (file_mips_gp32 >= 0) + return mips_cpu_info_from_isa (file_mips_gp32 ? ISA_MIPS1 : ISA_MIPS3); + + return mips_cpu_info_from_isa (MIPS_DEFAULT_64BIT + ? ISA_MIPS3 + : ISA_MIPS1); + } + + /* 'default' has traditionally been a no-op. Probably not very useful. */ + if (strcasecmp (cpu_string, "default") == 0) + return 0; + + for (p = mips_cpu_info_table; p->name != 0; p++) + if (mips_matching_cpu_name_p (p->name, cpu_string)) + return p; + + as_bad ("Bad value (%s) for %s", cpu_string, option); + return 0; } +/* Return the canonical processor information for ISA (a member of the + ISA_MIPS* enumeration). */ + static const struct mips_cpu_info * mips_cpu_info_from_isa (isa) int isa; @@ -13885,22 +13610,119 @@ mips_cpu_info_from_isa (isa) for (i = 0; mips_cpu_info_table[i].name != NULL; i++) if (mips_cpu_info_table[i].is_isa - && isa == mips_cpu_info_table[i].isa) + && isa == mips_cpu_info_table[i].isa) return (&mips_cpu_info_table[i]); return NULL; } + +static void +show (stream, string, col_p, first_p) + FILE *stream; + const char *string; + int *col_p; + int *first_p; +{ + if (*first_p) + { + fprintf (stream, "%24s", ""); + *col_p = 24; + } + else + { + fprintf (stream, ", "); + *col_p += 2; + } -static const struct mips_cpu_info * -mips_cpu_info_from_cpu (cpu) - int cpu; + if (*col_p + strlen (string) > 72) + { + fprintf (stream, "\n%24s", ""); + *col_p = 24; + } + + fprintf (stream, "%s", string); + *col_p += strlen (string); + + *first_p = 0; +} + +void +md_show_usage (stream) + FILE *stream; { - int i; + int column, first; + size_t i; + + fprintf (stream, _("\ +MIPS options:\n\ +-membedded-pic generate embedded position independent code\n\ +-EB generate big endian output\n\ +-EL generate little endian output\n\ +-g, -g2 do not remove unneeded NOPs or swap branches\n\ +-G NUM allow referencing objects up to NUM bytes\n\ + implicitly with the gp register [default 8]\n")); + fprintf (stream, _("\ +-mips1 generate MIPS ISA I instructions\n\ +-mips2 generate MIPS ISA II instructions\n\ +-mips3 generate MIPS ISA III instructions\n\ +-mips4 generate MIPS ISA IV instructions\n\ +-mips5 generate MIPS ISA V instructions\n\ +-mips32 generate MIPS32 ISA instructions\n\ +-mips64 generate MIPS64 ISA instructions\n\ +-march=CPU/-mtune=CPU generate code/schedule for CPU, where CPU is one of:\n")); + + first = 1; for (i = 0; mips_cpu_info_table[i].name != NULL; i++) - if (!mips_cpu_info_table[i].is_isa - && cpu == mips_cpu_info_table[i].cpu) - return (&mips_cpu_info_table[i]); + show (stream, mips_cpu_info_table[i].name, &column, &first); + show (stream, "from-abi", &column, &first); + fputc ('\n', stream); - return NULL; + fprintf (stream, _("\ +-mCPU equivalent to -march=CPU -mtune=CPU. Deprecated.\n\ +-no-mCPU don't generate code specific to CPU.\n\ + For -mCPU and -no-mCPU, CPU must be one of:\n")); + + first = 1; + + show (stream, "3900", &column, &first); + show (stream, "4010", &column, &first); + show (stream, "4100", &column, &first); + show (stream, "4650", &column, &first); + fputc ('\n', stream); + + fprintf (stream, _("\ +-mips16 generate mips16 instructions\n\ +-no-mips16 do not generate mips16 instructions\n")); + fprintf (stream, _("\ +-mgp32 use 32-bit GPRs, regardless of the chosen ISA\n\ +-mfp32 use 32-bit FPRs, regardless of the chosen ISA\n\ +-O0 remove unneeded NOPs, do not swap branches\n\ +-O remove unneeded NOPs and swap branches\n\ +-n warn about NOPs generated from macros\n\ +--[no-]construct-floats [dis]allow floating point values to be constructed\n\ +--trap, --no-break trap exception on div by 0 and mult overflow\n\ +--break, --no-trap break exception on div by 0 and mult overflow\n")); +#ifdef OBJ_ELF + fprintf (stream, _("\ +-KPIC, -call_shared generate SVR4 position independent code\n\ +-non_shared do not generate position independent code\n\ +-xgot assume a 32 bit GOT\n\ +-mabi=ABI create ABI conformant object file for:\n")); + + first = 1; + + show (stream, "32", &column, &first); + show (stream, "o64", &column, &first); + show (stream, "n32", &column, &first); + show (stream, "64", &column, &first); + show (stream, "eabi", &column, &first); + + fputc ('\n', stream); + + fprintf (stream, _("\ +-32 create o32 ABI object file (default)\n\ +-n32 create n32 ABI object file\n\ +-64 create 64 ABI object file\n")); +#endif } diff -uprN binutils-2.12.90.0.15/gas/config/tc-ns32k.c binutils-2.13.90.0.2/gas/config/tc-ns32k.c --- binutils-2.12.90.0.15/gas/config/tc-ns32k.c Sat Jun 8 20:44:53 2002 +++ binutils-2.13.90.0.2/gas/config/tc-ns32k.c Thu Aug 1 17:49:32 2002 @@ -63,26 +63,27 @@ const char comment_chars[] = "#"; const char line_comment_chars[] = LINE_COMMENT_CHARS; const char line_separator_chars[] = ";"; +static int default_disp_size = 4; /* Displacement size for external refs. */ #if !defined(ABSOLUTE_PREFIX) && !defined(IMMEDIATE_PREFIX) -#define ABSOLUTE_PREFIX '@' /* One or the other MUST be defined */ +#define ABSOLUTE_PREFIX '@' /* One or the other MUST be defined. */ #endif struct addr_mode { - char mode; /* addressing mode of operand (0-31) */ - char scaled_mode; /* mode combined with scaled mode */ - char scaled_reg; /* register used in scaled+1 (1-8) */ - char float_flag; /* set if R0..R7 was F0..F7 ie a - floating-point-register */ - char am_size; /* estimated max size of general addr-mode - parts */ - char im_disp; /* if im_disp==1 we have a displacement */ - char pcrel; /* 1 if pcrel, this is really redundant info */ - char disp_suffix[2]; /* length of displacement(s), 0=undefined */ - char *disp[2]; /* pointer(s) at displacement(s) - or immediates(s) (ascii) */ - char index_byte; /* index byte */ + signed char mode; /* Addressing mode of operand (0-31). */ + signed char scaled_mode; /* Mode combined with scaled mode. */ + char scaled_reg; /* Register used in scaled+1 (1-8). */ + char float_flag; /* Set if R0..R7 was F0..F7 ie a + floating-point-register. */ + char am_size; /* Estimated max size of general addr-mode + parts. */ + char im_disp; /* If im_disp==1 we have a displacement. */ + char pcrel; /* 1 if pcrel, this is really redundant info. */ + char disp_suffix[2]; /* Length of displacement(s), 0=undefined. */ + char *disp[2]; /* Pointer(s) at displacement(s) + or immediates(s) (ascii). */ + char index_byte; /* Index byte. */ }; typedef struct addr_mode addr_modeS; @@ -96,11 +97,11 @@ const char FLT_CHARS[] = "fd"; /* We don do we? */ /* UPPERCASE denotes live names when an instruction is built, IIF is - * used as an intermediate form to store the actual parts of the - * instruction. A ns32k machine instruction can be divided into a - * couple of sub PARTs. When an instruction is assembled the - * appropriate PART get an assignment. When an IIF has been completed - * it is converted to a FRAGment as specified in AS.H. */ + used as an intermediate form to store the actual parts of the + instruction. A ns32k machine instruction can be divided into a + couple of sub PARTs. When an instruction is assembled the + appropriate PART get an assignment. When an IIF has been completed + it is converted to a FRAGment as specified in AS.H. */ /* Internal structs. */ struct ns32k_option @@ -112,21 +113,20 @@ struct ns32k_option typedef struct { - int type; /* how to interpret object */ - int size; /* Estimated max size of object */ - unsigned long object; /* binary data */ - int object_adjust; /* number added to object */ - int pcrel; /* True if object is pcrel */ - int pcrel_adjust; /* length in bytes from the - instruction start to the - displacement */ - int im_disp; /* True if the object is a displacement */ - relax_substateT relax_substate; /* Initial relaxsubstate */ - bit_fixS *bit_fixP; /* Pointer at bit_fix struct */ + int type; /* How to interpret object. */ + int size; /* Estimated max size of object. */ + unsigned long object; /* Binary data. */ + int object_adjust; /* Number added to object. */ + int pcrel; /* True if object is pcrel. */ + int pcrel_adjust; /* Length in bytes from the instruction + start to the displacement. */ + int im_disp; /* True if the object is a displacement. */ + relax_substateT relax_substate; /* Initial relaxsubstate. */ + bit_fixS *bit_fixP; /* Pointer at bit_fix struct. */ int addr_mode; /* What addrmode do we associate with this - iif-entry */ - char bsr; /* Sequent hack */ - } iif_entryT; /* Internal Instruction Format */ + iif-entry. */ + char bsr; /* Sequent hack. */ + } iif_entryT; /* Internal Instruction Format. */ struct int_ins_form { @@ -184,7 +184,7 @@ char *input_line_pointer; With this representation we simplify the assembly and separates the machine dependent/independent parts in a more clean way (said OE). */ -struct ns32k_option opt1[] = /* restore, exit */ +struct ns32k_option opt1[] = /* restore, exit. */ { {"r0", 0x80, 0xff}, {"r1", 0x40, 0xff}, @@ -196,7 +196,7 @@ struct ns32k_option opt1[] = /* restore {"r7", 0x01, 0xff}, {0, 0x00, 0xff} }; -struct ns32k_option opt2[] = /* save, enter */ +struct ns32k_option opt2[] = /* save, enter. */ { {"r0", 0x01, 0xff}, {"r1", 0x02, 0xff}, @@ -208,7 +208,7 @@ struct ns32k_option opt2[] = /* save, e {"r7", 0x80, 0xff}, {0, 0x00, 0xff} }; -struct ns32k_option opt3[] = /* setcfg */ +struct ns32k_option opt3[] = /* setcfg. */ { {"c", 0x8, 0xff}, {"m", 0x4, 0xff}, @@ -216,21 +216,21 @@ struct ns32k_option opt3[] = /* setcfg {"i", 0x1, 0xff}, {0, 0x0, 0xff} }; -struct ns32k_option opt4[] = /* cinv */ +struct ns32k_option opt4[] = /* cinv. */ { {"a", 0x4, 0xff}, {"i", 0x2, 0xff}, {"d", 0x1, 0xff}, {0, 0x0, 0xff} }; -struct ns32k_option opt5[] = /* string inst */ +struct ns32k_option opt5[] = /* String inst. */ { {"b", 0x2, 0xff}, {"u", 0xc, 0xff}, {"w", 0x4, 0xff}, {0, 0x0, 0xff} }; -struct ns32k_option opt6[] = /* plain reg ext,cvtp etc */ +struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */ { {"r0", 0x00, 0xff}, {"r1", 0x01, 0xff}, @@ -247,7 +247,7 @@ struct ns32k_option opt6[] = /* plain r #define NS32532 #endif -struct ns32k_option cpureg_532[] = /* lpr spr */ +struct ns32k_option cpureg_532[] = /* lpr spr. */ { {"us", 0x0, 0xff}, {"dcr", 0x1, 0xff}, @@ -264,7 +264,7 @@ struct ns32k_option cpureg_532[] = /* lp {"mod", 0xf, 0xff}, {0, 0x00, 0xff} }; -struct ns32k_option mmureg_532[] = /* lmr smr */ +struct ns32k_option mmureg_532[] = /* lmr smr. */ { {"mcr", 0x9, 0xff}, {"msr", 0xa, 0xff}, @@ -276,7 +276,7 @@ struct ns32k_option mmureg_532[] = /* lm {0, 0x0, 0xff} }; -struct ns32k_option cpureg_032[] = /* lpr spr */ +struct ns32k_option cpureg_032[] = /* lpr spr. */ { {"upsr", 0x0, 0xff}, {"fp", 0x8, 0xff}, @@ -287,7 +287,7 @@ struct ns32k_option cpureg_032[] = /* lp {"mod", 0xf, 0xff}, {0, 0x0, 0xff} }; -struct ns32k_option mmureg_032[] = /* lmr smr */ +struct ns32k_option mmureg_032[] = /* lmr smr. */ { {"bpr0", 0x0, 0xff}, {"bpr1", 0x1, 0xff}, @@ -367,9 +367,10 @@ char disp_test[] = char disp_size[] = {4, 1, 2, 0, 4}; -static void evaluate_expr PARAMS ((expressionS * resultP, char *ptr)); -static void md_number_to_disp PARAMS ((char *buf, long val, int n)); -static void md_number_to_imm PARAMS ((char *buf, long val, int n)); +static void evaluate_expr PARAMS ((expressionS * resultP, char *)); +static void md_number_to_disp PARAMS ((char *, long, int)); +static void md_number_to_imm PARAMS ((char *, long, int)); +static void md_number_to_field PARAMS ((char *, long, bit_fixS *)); /* Parse a general operand into an addressingmode struct @@ -379,25 +380,27 @@ static void md_number_to_imm PARAMS ((ch Out: data in addr_mode struct. */ -int +static int addr_mode PARAMS ((char *, addr_modeS *, int)); + +static int addr_mode (operand, addr_modeP, recursive_level) char *operand; - register addr_modeS *addr_modeP; + addr_modeS *addr_modeP; int recursive_level; { - register char *str; - register int i; - register int strl; - register int mode; + char *str; + int i; + int strl; + int mode; int j; - mode = DEFAULT; /* default */ - addr_modeP->scaled_mode = 0; /* why not */ - addr_modeP->scaled_reg = 0; /* if 0, not scaled index */ + mode = DEFAULT; /* Default. */ + addr_modeP->scaled_mode = 0; /* Why not. */ + addr_modeP->scaled_reg = 0; /* If 0, not scaled index. */ addr_modeP->float_flag = 0; addr_modeP->am_size = 0; addr_modeP->im_disp = 0; - addr_modeP->pcrel = 0; /* not set in this function */ + addr_modeP->pcrel = 0; /* Not set in this function. */ addr_modeP->disp_suffix[0] = 0; addr_modeP->disp_suffix[1] = 0; addr_modeP->disp[0] = NULL; @@ -443,7 +446,7 @@ addr_mode (operand, addr_modeP, recursiv return -1; } default: - as_warn (_("Invalid syntax in PC-relative addressing mode")); + as_bad (_("Invalid syntax in PC-relative addressing mode")); return 0; } } @@ -457,7 +460,7 @@ addr_mode (operand, addr_modeP, recursiv i = 0; j = 2; do - { /* disp[0]'s termination point */ + { /* disp[0]'s termination point. */ j += 1; if (str[j] == '(') i++; @@ -467,7 +470,7 @@ addr_mode (operand, addr_modeP, recursiv while (j < strl && i != 0); if (i != 0 || !(str[j + 1] == '-' || str[j + 1] == '+')) { - as_warn (_("Invalid syntax in External addressing mode")); + as_bad (_("Invalid syntax in External addressing mode")); return (0); } str[j] = '\000'; /* null terminate disp[0] */ @@ -530,7 +533,8 @@ addr_mode (operand, addr_modeP, recursiv mode = 18; if (mode != DEFAULT) - { /* Memory relative. */ + { + /* Memory relative. */ addr_modeP->mode = mode; j = strl - 5; /* Temp for end of disp[0]. */ i = 0; @@ -547,7 +551,7 @@ addr_mode (operand, addr_modeP, recursiv if (i != 0) { - as_warn (_("Invalid syntax in Memory Relative addressing mode")); + as_bad (_("Invalid syntax in Memory Relative addressing mode")); return (0); } @@ -614,28 +618,28 @@ addr_mode (operand, addr_modeP, recursiv mode = 31; break; default: - as_warn (_("Invalid scaled-indexed mode, use (b,w,d,q)")); + as_bad (_("Invalid scaled-indexed mode, use (b,w,d,q)")); if (str[strl - 3] != ':' || str[strl - 6] != '[' || str[strl - 5] == 'r' || str[strl - 4] < '0' || str[strl - 4] > '7') - as_warn (_("Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}")); + as_bad (_("Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}")); } /* Scaled index. */ if (recursive_level > 0) { - as_warn (_("Scaled-indexed addressing mode combined with scaled-index")); + as_bad (_("Scaled-indexed addressing mode combined with scaled-index")); return 0; } - addr_modeP->am_size += 1; /* scaled index byte */ - j = str[strl - 4] - '0'; /* store temporary */ - str[strl - 6] = '\000'; /* nullterminate for recursive call */ + addr_modeP->am_size += 1; /* scaled index byte. */ + j = str[strl - 4] - '0'; /* store temporary. */ + str[strl - 6] = '\000'; /* nullterminate for recursive call. */ i = addr_mode (str, addr_modeP, 1); if (!i || addr_modeP->mode == 20) { - as_warn (_("Invalid or illegal addressing mode combined with scaled-index")); + as_bad (_("Invalid or illegal addressing mode combined with scaled-index")); return 0; } @@ -659,7 +663,8 @@ addr_mode (operand, addr_modeP, recursiv specifying suffixes and determines size of immediate mode via ns32k-opcode. Also builds index bytes if needed. */ -int +static int get_addr_mode PARAMS ((char *, addr_modeS *)); +static int get_addr_mode (ptr, addr_modeP) char *ptr; addr_modeS *addr_modeP; @@ -700,7 +705,7 @@ get_addr_mode (ptr, addr_modeP) case. Think it does so with local labels too, not optimum, pcrel is better. When I have time I will make gas check this and select pcrel when possible Actually that is trivial. */ - if (tmp = addr_modeP->scaled_reg) + if ((tmp = addr_modeP->scaled_reg)) { /* Build indexbyte. */ tmp--; /* Remember regnumber comes incremented for flagpurpose. */ @@ -709,19 +714,21 @@ get_addr_mode (ptr, addr_modeP) addr_modeP->am_size += 1; } - if (disp_test[addr_modeP->mode]) + assert (addr_modeP->mode >= 0); + if (disp_test[(unsigned int) addr_modeP->mode]) { - register char c; - register char suffix; - register char suffix_sub; - register int i; - register char *toP; - register char *fromP; + char c; + char suffix; + char suffix_sub; + int i; + char *toP; + char *fromP; /* There was a displacement, probe for length specifying suffix. */ addr_modeP->pcrel = 0; - if (disp_test[addr_modeP->mode]) + assert(addr_modeP->mode >= 0); + if (disp_test[(unsigned int) addr_modeP->mode]) { /* There is a displacement. */ if (addr_modeP->mode == 27 || addr_modeP->scaled_mode == 27) @@ -734,12 +741,12 @@ get_addr_mode (ptr, addr_modeP) { suffix_sub = suffix = 0; - if (toP = addr_modeP->disp[i]) + if ((toP = addr_modeP->disp[i])) { /* Suffix of expression, the largest size rules. */ fromP = toP; - while (c = *fromP++) + while ((c = *fromP++)) { *toP++ = c; if (c == ':') @@ -794,14 +801,15 @@ get_addr_mode (ptr, addr_modeP) /* Read an optionlist. */ -void +static void optlist PARAMS ((char *, struct ns32k_option *, unsigned long *)); +static void optlist (str, optionP, default_map) char *str; /* The string to extract options from. */ struct ns32k_option *optionP; /* How to search the string. */ unsigned long *default_map; /* Default pattern and output. */ { - register int i, j, k, strlen1, strlen2; - register char *patternP, *strP; + int i, j, k, strlen1, strlen2; + char *patternP, *strP; strlen1 = strlen (str); @@ -837,13 +845,15 @@ optlist (str, optionP, default_map) the instructions lmr, smr, lpr, spr return true if str is found in list. */ -int +static int list_search PARAMS ((char *, struct ns32k_option *, unsigned long *)); + +static int list_search (str, optionP, default_map) char *str; /* The string to match. */ struct ns32k_option *optionP; /* List to search. */ unsigned long *default_map; /* Default pattern and output. */ { - register int i; + int i; for (i = 0; optionP[i].pattern != 0; i++) { @@ -857,7 +867,7 @@ list_search (str, optionP, default_map) } } - as_warn (_("No such entry in list. (cpu/mmu register)")); + as_bad (_("No such entry in list. (cpu/mmu register)")); return 0; } @@ -866,11 +876,11 @@ evaluate_expr (resultP, ptr) expressionS *resultP; char *ptr; { - register char *tmp_line; + char *tmp_line; tmp_line = input_line_pointer; input_line_pointer = ptr; - expression (&exprP); + expression (resultP); input_line_pointer = tmp_line; } @@ -880,18 +890,20 @@ evaluate_expr (resultP, ptr) opcode. Be carefull not to put to objects in the same iif-slot. */ -void +static void encode_operand PARAMS ((int argc, char **argv, char *operandsP, char *, char, char)); +static void encode_operand (argc, argv, operandsP, suffixP, im_size, opcode_bit_ptr) int argc; char **argv; char *operandsP; char *suffixP; - char im_size; + char im_size ATTRIBUTE_UNUSED; char opcode_bit_ptr; { - register int i, j; + int i, j; char d; - int pcrel, tmp, b, loop, pcrel_adjust; + int pcrel, b, loop, pcrel_adjust; + unsigned long tmp; for (loop = 0; loop < argc; loop++) { @@ -906,18 +918,18 @@ encode_operand (argc, argv, operandsP, s switch ((d = operandsP[(loop << 1) + 1])) { - case 'f': /* operand of sfsr turns out to be a nasty - specialcase */ + case 'f': /* Operand of sfsr turns out to be a nasty + specialcase. */ opcode_bit_ptr -= 5; - case 'Z': /* float not immediate */ - case 'F': /* 32 bit float general form */ - case 'L': /* 64 bit float */ - case 'I': /* integer not immediate */ - case 'B': /* byte */ - case 'W': /* word */ - case 'D': /* double-word */ - case 'A': /* double-word gen-address-form ie no regs - allowed */ + case 'Z': /* Float not immediate. */ + case 'F': /* 32 bit float general form. */ + case 'L': /* 64 bit float. */ + case 'I': /* Integer not immediate. */ + case 'B': /* Byte */ + case 'W': /* Word */ + case 'D': /* Double-word. */ + case 'A': /* Double-word gen-address-form ie no regs + allowed. */ get_addr_mode (argv[i], &addr_modeP); if ((addr_modeP.mode == 20) && @@ -961,23 +973,23 @@ encode_operand (argc, argv, operandsP, s } break; - case 'b': /* multiple instruction disp */ - freeptr++; /* OVE:this is an useful hack */ - sprintf (freeptr, "((%s-1)*%d)\000", argv[i], desc->im_size); + case 'b': /* Multiple instruction disp. */ + freeptr++; /* OVE:this is an useful hack. */ + sprintf (freeptr, "((%s-1)*%d)", argv[i], desc->im_size); argv[i] = freeptr; - pcrel -= 1; /* make pcrel 0 inspite of what case 'p': - wants */ + pcrel -= 1; /* Make pcrel 0 inspite of what case 'p': + wants. */ /* fall thru */ - case 'p': /* displacement - pc relative addressing */ + case 'p': /* Displacement - pc relative addressing. */ pcrel += 1; /* fall thru */ - case 'd': /* displacement */ + case 'd': /* Displacement. */ iif.instr_size += suffixP[i] ? suffixP[i] : 4; IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0, pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0); break; - case 'H': /* sequent-hack: the linker wants a bit set - when bsr */ + case 'H': /* Sequent-hack: the linker wants a bit set + when bsr. */ pcrel = 1; iif.instr_size += suffixP[i] ? suffixP[i] : 4; IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0, @@ -988,68 +1000,68 @@ encode_operand (argc, argv, operandsP, s IIF (11, 2, 42, (unsigned long) argv[i], 0, 0, 0, 0, 0, bit_fix_new (4, opcode_bit_ptr, -8, 7, 0, 1, 0), -1, 0); break; - case 'r': /* register number (3 bits) */ + case 'r': /* Register number (3 bits). */ list_search (argv[i], opt6, &tmp); opcode_bit_ptr -= 3; iif.iifP[1].object |= tmp << opcode_bit_ptr; break; - case 'O': /* setcfg instruction optionslist */ + case 'O': /* Setcfg instruction optionslist. */ optlist (argv[i], opt3, &tmp); opcode_bit_ptr -= 4; iif.iifP[1].object |= tmp << 15; break; - case 'C': /* cinv instruction optionslist */ + case 'C': /* Cinv instruction optionslist. */ optlist (argv[i], opt4, &tmp); opcode_bit_ptr -= 4; - iif.iifP[1].object |= tmp << 15; /* insert the regtype in opcode */ + iif.iifP[1].object |= tmp << 15; /* Insert the regtype in opcode. */ break; - case 'S': /* stringinstruction optionslist */ + case 'S': /* String instruction options list. */ optlist (argv[i], opt5, &tmp); opcode_bit_ptr -= 4; iif.iifP[1].object |= tmp << 15; break; case 'u': - case 'U': /* registerlist */ + case 'U': /* Register list. */ IIF (10, 1, 1, 0, 0, 0, 0, 0, 0, NULL, -1, 0); switch (operandsP[(i << 1) + 1]) { - case 'u': /* restore, exit */ + case 'u': /* Restore, exit. */ optlist (argv[i], opt1, &iif.iifP[10].object); break; - case 'U': /* save,enter */ + case 'U': /* Save, enter. */ optlist (argv[i], opt2, &iif.iifP[10].object); break; } iif.instr_size += 1; break; - case 'M': /* mmu register */ + case 'M': /* MMU register. */ list_search (argv[i], mmureg, &tmp); opcode_bit_ptr -= 4; iif.iifP[1].object |= tmp << opcode_bit_ptr; break; - case 'P': /* cpu register */ + case 'P': /* CPU register. */ list_search (argv[i], cpureg, &tmp); opcode_bit_ptr -= 4; iif.iifP[1].object |= tmp << opcode_bit_ptr; break; - case 'g': /* inss exts */ - iif.instr_size += 1; /* 1 byte is allocated after the opcode */ + case 'g': /* Inss exts. */ + iif.instr_size += 1; /* 1 byte is allocated after the opcode. */ IIF (10, 2, 1, - (unsigned long) argv[i], /* i always 2 here */ + (unsigned long) argv[i], /* i always 2 here. */ 0, 0, 0, 0, 0, - bit_fix_new (3, 5, 0, 7, 0, 0, 0), /* a bit_fix is targeted to - the byte */ + bit_fix_new (3, 5, 0, 7, 0, 0, 0), /* A bit_fix is targeted to + the byte. */ -1, 0); break; case 'G': IIF (11, 2, 42, - (unsigned long) argv[i], /* i always 3 here */ + (unsigned long) argv[i], /* i always 3 here. */ 0, 0, 0, 0, 0, bit_fix_new (5, 0, 1, 32, -1, 0, -1), -1, 0); break; case 'i': iif.instr_size += 1; - b = 2 + i; /* put the extension byte after opcode */ + b = 2 + i; /* Put the extension byte after opcode. */ IIF (b, 2, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0); break; default: @@ -1062,17 +1074,19 @@ encode_operand (argc, argv, operandsP, s out: internal structure of instruction that has been prepared for direct conversion to fragment(s) and fixes in a systematical fashion - Return-value = recursive_level. */ + Return-value = recursive_level. */ /* Build iif of one assembly text line. */ -int +static int parse PARAMS ((char *, int)); +static int parse (line, recursive_level) char *line; int recursive_level; { - register char *lineptr, c, suffix_separator; - register int i; - int argc, arg_type; + char *lineptr, c, suffix_separator; + int i; + unsigned int argc; + int arg_type; char sqr, sep; char suffix[MAX_ARGS], *argv[MAX_ARGS]; /* No more than 4 operands. */ @@ -1128,7 +1142,7 @@ parse (line, recursive_level) break; } - suffix[argc] = 0; /* 0 when no ':' is encountered */ + suffix[argc] = 0; /* 0 when no ':' is encountered. */ argv[argc] = freeptr; *freeptr = '\0'; @@ -1257,7 +1271,8 @@ parse (line, recursive_level) objects not part of an instruction, the pointer to the opcode frag is always zero. */ -void +static void convert_iif PARAMS ((void)); +static void convert_iif () { int i; @@ -1270,8 +1285,8 @@ convert_iif () int k; char type; char size = 0; - int size_so_far; + frag_grow (iif.instr_size); /* This is important. */ memP = frag_more (0); inst_opcode = memP; inst_offset = (memP - frag_now->fr_literal); @@ -1279,7 +1294,7 @@ convert_iif () for (i = 0; i < IIF_ENTRIES; i++) { - if (type = iif.iifP[i].type) + if ((type = iif.iifP[i].type)) { /* The object exist, so handle it. */ switch (size = iif.iifP[i].size) @@ -1292,7 +1307,7 @@ convert_iif () iif.iifP[i].bit_fixP->fx_bit_base = (long) inst_opcode; /* Fall through. */ - case 8: /* bignum or doublefloat */ + case 8: /* bignum or doublefloat. */ case 1: case 2: case 3: @@ -1304,7 +1319,11 @@ convert_iif () switch (type) { case 1: /* The object is pure binary. */ - if (j || iif.iifP[i].pcrel) + if (j) + { + md_number_to_field(memP, exprP.X_add_number, j); + } + else if (iif.iifP[i].pcrel) { fix_new_ns32k (frag_now, (long) (memP - frag_now->fr_literal), @@ -1313,8 +1332,8 @@ convert_iif () iif.iifP[i].object, iif.iifP[i].pcrel, iif.iifP[i].im_disp, - j, - iif.iifP[i].bsr, /* sequent hack */ + 0, + iif.iifP[i].bsr, /* Sequent hack. */ inst_frag, inst_offset); } else @@ -1346,17 +1365,15 @@ convert_iif () /* We have a bignum ie a quad. This can only happens in a long suffixed instruction. */ if (k * 2 > size) - as_warn (_("Bignum too big for long")); + as_bad (_("Bignum too big for long")); if (k == 3) memP += 2; for (l = 0; k > 0; k--, l += 2) - { - md_number_to_chars (memP + l, - generic_bignum[l >> 1], - sizeof (LITTLENUM_TYPE)); - } + md_number_to_chars (memP + l, + generic_bignum[l >> 1], + sizeof (LITTLENUM_TYPE)); } else { @@ -1393,8 +1410,7 @@ convert_iif () } break; } - if (j || - exprP.X_add_symbol || + if (exprP.X_add_symbol || exprP.X_op_symbol || iif.iifP[i].pcrel) { @@ -1412,6 +1428,10 @@ convert_iif () iif.iifP[i].bsr, inst_frag, inst_offset); } + else if (j) + { + md_number_to_field(memP, exprP.X_add_number, j); + } else { /* Good, just put them bytes out. */ @@ -1445,9 +1465,8 @@ convert_iif () if ((exprP.X_add_symbol || exprP.X_op_symbol) && !iif.iifP[i].pcrel) { - /* Size is unknown until link time so have to - allow 4 bytes. */ - size = 4; + /* Size is unknown until link time so have to default. */ + size = default_disp_size; /* Normally 4 bytes. */ memP = frag_more (size); fix_new_ns32k_exp (frag_now, (long) (memP - frag_now->fr_literal), @@ -1458,7 +1477,7 @@ convert_iif () (bit_fixS *) 0, 0, inst_frag, inst_offset); - break; /* exit this absolute hack */ + break; /* Exit this absolute hack. */ } if (exprP.X_add_symbol || exprP.X_op_symbol) @@ -1515,7 +1534,7 @@ convert_iif () } else { - as_warn (_("Displacement to large for :d")); + as_bad (_("Displacement to large for :d")); size = 4; } } @@ -1584,7 +1603,7 @@ reloc (int size, int pcrel, int type) index = length + 3 * pcrel + 6 * type; - if (index >= 0 && index < sizeof (relocs) / sizeof (relocs[0])) + if (index >= 0 && (unsigned int) index < sizeof (relocs) / sizeof (relocs[0])) return relocs[index]; if (pcrel) @@ -1711,7 +1730,7 @@ md_number_to_disp (buf, val, n) { case 1: if (val < -64 || val > 63) - as_warn (_("Byte displacement out of range. line number not valid")); + as_bad (_("value of %ld out of byte displacement range."), val); val &= 0x7f; #ifdef SHOW_NUM printf ("%x ", val & 0xff); @@ -1720,7 +1739,7 @@ md_number_to_disp (buf, val, n) break; case 2: if (val < -8192 || val > 8191) - as_warn (_("Word displacement out of range. line number not valid")); + as_bad (_("value of %ld out of word displacement range."), val); val &= 0x3fff; val |= 0x8000; #ifdef SHOW_NUM @@ -1734,7 +1753,7 @@ md_number_to_disp (buf, val, n) break; case 4: if (val < -0x20000000 || val >= 0x20000000) - as_warn (_("Double word displacement out of range")); + as_bad (_("value of %ld out of double word displacement range."), val); val |= 0xc0000000; #ifdef SHOW_NUM printf ("%x ", val >> 24 & 0xff); @@ -1754,7 +1773,7 @@ md_number_to_disp (buf, val, n) *buf++ = val; break; default: - as_fatal (_("Internal logic error. line %s, file \"%s\""), + as_fatal (_("Internal logic error. line %d, file \"%s\""), __LINE__, __FILE__); } } @@ -1802,7 +1821,7 @@ md_number_to_imm (buf, val, n) *buf++ = val; break; default: - as_fatal (_("Internal logic error. line %s, file \"%s\""), + as_fatal (_("Internal logic error. line %d, file \"%s\""), __LINE__, __FILE__); } } @@ -1841,18 +1860,19 @@ static unsigned long r_mask[] = static void md_number_to_field (buf, val, field_ptr) - register char *buf; - register long val; - register bit_fixS *field_ptr; -{ - register unsigned long object; - register unsigned long mask; - /* define ENDIAN on a ns32k machine */ + char *buf; + long val; + bit_fixS *field_ptr; +{ + unsigned long object; + unsigned long mask; + /* Define ENDIAN on a ns32k machine. */ #ifdef ENDIAN - register unsigned long *mem_ptr; + unsigned long *mem_ptr; #else - register char *mem_ptr; + char *mem_ptr; #endif + if (field_ptr->fx_bit_min <= val && val <= field_ptr->fx_bit_max) { #ifdef ENDIAN @@ -1875,7 +1895,7 @@ md_number_to_field (buf, val, field_ptr) #ifdef ENDIAN /* We have a nice ns32k machine with lowbyte at low-physical mem. */ object = *mem_ptr; /* get some bytes */ -#else /* OVE Goof! the machine is a m68k or dito */ +#else /* OVE Goof! the machine is a m68k or dito. */ /* That takes more byte fiddling. */ object = 0; object |= mem_ptr[3] & 0xff; @@ -1906,7 +1926,7 @@ md_number_to_field (buf, val, field_ptr) } else { - as_warn (_("Bit field out of range")); + as_bad (_("Bit field out of range")); } } @@ -1928,11 +1948,11 @@ md_pcrel_adjust (fragP) return fragP->fr_address + fragP->fr_fix - opcode_address; } -int +static int md_fix_pcrel_adjust PARAMS ((fixS *fixP)); +static int md_fix_pcrel_adjust (fixP) fixS *fixP; { - fragS *fragP = fixP->fx_frag; fragS *opcode_frag; addressT opcode_address; unsigned int offset; @@ -1961,13 +1981,13 @@ md_apply_fix3 (fixP, valP, seg) segT seg ATTRIBUTE_UNUSED; { long val = * (long *) valP; - fragS *fragP = fixP->fx_frag; char *buf = fixP->fx_where + fixP->fx_frag->fr_literal; if (fix_bit_fixP (fixP)) - /* Bitfields to fix, sigh. */ - md_number_to_field (buf, val, fix_bit_fixP (fixP)); - + { + /* Bitfields to fix, sigh. */ + md_number_to_field (buf, val, fix_bit_fixP (fixP)); + } else switch (fix_im_disp (fixP)) { case 0: @@ -1977,7 +1997,7 @@ md_apply_fix3 (fixP, valP, seg) case 1: /* Displacement field. */ - /* Calculate offset */ + /* Calculate offset. */ md_number_to_disp (buf, (fixP->fx_pcrel ? val + md_fix_pcrel_adjust (fixP) : val), fixP->fx_size); @@ -1993,32 +2013,29 @@ md_apply_fix3 (fixP, valP, seg) fixP->fx_done = 1; } -/* Convert a relaxed displacement to ditto in final output */ +/* Convert a relaxed displacement to ditto in final output. */ #ifndef BFD_ASSEMBLER void md_convert_frag (headers, sec, fragP) object_headers *headers; segT sec; - register fragS *fragP; + fragS *fragP; #else void md_convert_frag (abfd, sec, fragP) - bfd *abfd; - segT sec; - register fragS *fragP; + bfd *abfd ATTRIBUTE_UNUSED; + segT sec ATTRIBUTE_UNUSED; + fragS *fragP; #endif { long disp; long ext = 0; - /* Address in gas core of the place to store the displacement. */ - register char *buffer_address = fragP->fr_fix + fragP->fr_literal; + char *buffer_address = fragP->fr_fix + fragP->fr_literal; /* Address in object code of the displacement. */ int object_address; - fragS *opcode_frag; - switch (fragP->fr_subtype) { case IND (BRANCH, BYTE): @@ -2053,7 +2070,7 @@ md_convert_frag (abfd, sec, fragP) int md_estimate_size_before_relax (fragP, segment) - register fragS *fragP; + fragS *fragP; segT segment; { if (fragP->fr_subtype == IND (BRANCH, UNDEF)) @@ -2070,7 +2087,7 @@ md_estimate_size_before_relax (fragP, se 1, 1, 0, - frag_bsr(fragP), /*sequent hack */ + frag_bsr(fragP), /* Sequent hack. */ frag_opcode_frag (fragP), frag_opcode_offset (fragP)); fragP->fr_fix += 4; @@ -2101,8 +2118,8 @@ void md_create_short_jump (ptr, from_addr, to_addr, frag, to_symbol) char *ptr; addressT from_addr, to_addr; - fragS *frag; - symbolS *to_symbol; + fragS *frag ATTRIBUTE_UNUSED; + symbolS *to_symbol ATTRIBUTE_UNUSED; { valueT offset; @@ -2115,8 +2132,8 @@ void md_create_long_jump (ptr, from_addr, to_addr, frag, to_symbol) char *ptr; addressT from_addr, to_addr; - fragS *frag; - symbolS *to_symbol; + fragS *frag ATTRIBUTE_UNUSED; + symbolS *to_symbol ATTRIBUTE_UNUSED; { valueT offset; @@ -2129,6 +2146,8 @@ const char *md_shortopts = "m:"; struct option md_longopts[] = { +#define OPTION_DISP_SIZE (OPTION_MD_BASE) + {"disp-size-default", required_argument , NULL, OPTION_DISP_SIZE}, {NULL, no_argument, NULL, 0} }; @@ -2154,10 +2173,24 @@ md_parse_option (c, arg) } else { - as_bad (_("invalid architecture option -m%s"), arg); + as_warn (_("invalid architecture option -m%s, ignored"), arg); return 0; } break; + case OPTION_DISP_SIZE: + { + int size = atoi(arg); + switch (size) + { + case 1: case 2: case 4: + default_disp_size = size; + break; + default: + as_warn (_("invalid default displacement size \"%s\". Defaulting to %d."), + arg, default_disp_size); + } + break; + } default: return 0; @@ -2172,7 +2205,8 @@ md_show_usage (stream) { fprintf (stream, _("\ NS32K options:\n\ --m32032 | -m32532 select variant of NS32K architecture\n")); +-m32032 | -m32532 select variant of NS32K architecture\n\ +--disp-size-default=<1|2|4>\n")); } /* Create a bit_fixS in obstack 'notes'. @@ -2182,15 +2216,15 @@ NS32K options:\n\ bit_fixS * bit_fix_new (size, offset, min, max, add, base_type, base_adj) - char size; /* Length of bitfield */ - char offset; /* Bit offset to bitfield */ - long min; /* Signextended min for bitfield */ - long max; /* Signextended max for bitfield */ - long add; /* Add mask, used for huffman prefix */ - long base_type; /* 0 or 1, if 1 it's exploded to opcode ptr */ + char size; /* Length of bitfield. */ + char offset; /* Bit offset to bitfield. */ + long min; /* Signextended min for bitfield. */ + long max; /* Signextended max for bitfield. */ + long add; /* Add mask, used for huffman prefix. */ + long base_type; /* 0 or 1, if 1 it's exploded to opcode ptr. */ long base_adj; { - register bit_fixS *bit_fixP; + bit_fixS *bit_fixP; bit_fixP = (bit_fixS *) obstack_alloc (¬es, sizeof (bit_fixS)); @@ -2202,7 +2236,7 @@ bit_fix_new (size, offset, min, max, add bit_fixP->fx_bit_min = min; bit_fixP->fx_bit_add = add; - return (bit_fixP); + return bit_fixP; } void @@ -2213,13 +2247,13 @@ fix_new_ns32k (frag, where, size, add_sy int size; /* 1, 2 or 4 usually. */ symbolS *add_symbol; /* X_add_symbol. */ long offset; /* X_add_number. */ - int pcrel; /* TRUE if PC-relative relocation. */ - char im_disp; /* true if the value to write is a - displacement */ - bit_fixS *bit_fixP; /* pointer at struct of bit_fix's, ignored if - NULL */ - char bsr; /* sequent-linker-hack: 1 when relocobject is - a bsr */ + int pcrel; /* True if PC-relative relocation. */ + char im_disp; /* True if the value to write is a + displacement. */ + bit_fixS *bit_fixP; /* Pointer at struct of bit_fix's, ignored if + NULL. */ + char bsr; /* Sequent-linker-hack: 1 when relocobject is + a bsr. */ fragS *opcode_frag; unsigned int opcode_offset; { @@ -2237,6 +2271,8 @@ fix_new_ns32k (frag, where, size, add_sy fix_im_disp (fixP) = im_disp; fix_bsr (fixP) = bsr; fix_bit_fixP (fixP) = bit_fixP; + /* We have a MD overflow check for displacements. */ + fixP->fx_no_overflow = (im_disp != 0); } void @@ -2246,13 +2282,13 @@ fix_new_ns32k_exp (frag, where, size, ex int where; /* Where in that frag? */ int size; /* 1, 2 or 4 usually. */ expressionS *exp; /* Expression. */ - int pcrel; /* TRUE if PC-relative relocation. */ - char im_disp; /* true if the value to write is a - displacement */ - bit_fixS *bit_fixP; /* pointer at struct of bit_fix's, ignored if - NULL */ - char bsr; /* sequent-linker-hack: 1 when relocobject is - a bsr */ + int pcrel; /* True if PC-relative relocation. */ + char im_disp; /* True if the value to write is a + displacement. */ + bit_fixS *bit_fixP; /* Pointer at struct of bit_fix's, ignored if + NULL. */ + char bsr; /* Sequent-linker-hack: 1 when relocobject is + a bsr. */ fragS *opcode_frag; unsigned int opcode_offset; { @@ -2269,6 +2305,8 @@ fix_new_ns32k_exp (frag, where, size, ex fix_im_disp (fixP) = im_disp; fix_bsr (fixP) = bsr; fix_bit_fixP (fixP) = bit_fixP; + /* We have a MD overflow check for displacements. */ + fixP->fx_no_overflow = (im_disp != 0); } /* This is TC_CONS_FIX_NEW, called by emit_expr in read.c. */ @@ -2288,7 +2326,7 @@ cons_fix_new_ns32k (frag, where, size, e symbolS * md_undefined_symbol (name) - char *name; + char *name ATTRIBUTE_UNUSED; { return 0; } @@ -2297,7 +2335,7 @@ md_undefined_symbol (name) valueT md_section_align (segment, size) - segT segment; + segT segment ATTRIBUTE_UNUSED; valueT size; { return size; /* Byte alignment is fine. */ @@ -2311,6 +2349,7 @@ md_pcrel_from (fixP) fixS *fixP; { long res; + res = fixP->fx_where + fixP->fx_frag->fr_address; #ifdef SEQUENT_COMPATABILITY if (frag_bsr (fixP->fx_frag)) @@ -2323,7 +2362,7 @@ md_pcrel_from (fixP) arelent * tc_gen_reloc (section, fixp) - asection *section; + asection *section ATTRIBUTE_UNUSED; fixS *fixp; { arelent *rel; diff -uprN binutils-2.12.90.0.15/gas/config/tc-ns32k.h binutils-2.13.90.0.2/gas/config/tc-ns32k.h --- binutils-2.12.90.0.15/gas/config/tc-ns32k.h Fri Mar 9 11:17:07 2001 +++ binutils-2.13.90.0.2/gas/config/tc-ns32k.h Thu Aug 1 17:49:32 2002 @@ -1,5 +1,5 @@ /* tc-ns32k.h -- Opcode table for National Semi 32k processor - Copyright 1987, 1992, 1993, 1994, 1995, 1997, 2000 + Copyright 1987, 1992, 1993, 1994, 1995, 1997, 2000, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -24,6 +24,7 @@ #define TARGET_BYTES_BIG_ENDIAN 0 #define TC_PCREL_ADJUST(F) md_pcrel_adjust(F) +extern int md_pcrel_adjust PARAMS((fragS *fragP)); #ifdef BFD_ASSEMBLER #define NO_RELOC BFD_RELOC_NONE @@ -62,35 +63,17 @@ #define ARG_LEN 50 #define TC_CONS_FIX_NEW cons_fix_new_ns32k -extern void fix_new_ns32k_exp PARAMS((fragS *frag, - int where, - int size, - expressionS *exp, - int pcrel, - int im_disp, - bit_fixS *bit_fixP, /* really bit_fixS */ - int bsr, - fragS *opcode_frag, - unsigned int opcode_offset)); - -extern void fix_new_ns32k PARAMS ((fragS *frag, - int where, - int size, - symbolS *add_symbol, - long offset, - int pcrel, - int im_disp, - bit_fixS *bit_fixP, /* really bit_fixS */ - int bsr, - fragS *opcode_frag, - unsigned int opcode_offset)); - -extern void cons_fix_new_ns32k PARAMS ((fragS *frag, - int where, - int size, - expressionS *exp)); +extern void fix_new_ns32k_exp PARAMS ((fragS *, int, int, expressionS *, + int, int, bit_fixS *, int, fragS *, + unsigned int)); -/* the NS32x32 has a non 0 nop instruction which should be used in aligns */ +extern void fix_new_ns32k PARAMS ((fragS *, int, int, symbolS *, long, + int, int, bit_fixS *, int, fragS *, + unsigned int)); + +extern void cons_fix_new_ns32k PARAMS ((fragS *, int, int, expressionS *)); + +/* The NS32x32 has a non 0 nop instruction which should be used in aligns. */ #define NOP_OPCODE 0xa2 #define md_operand(x) @@ -99,33 +82,34 @@ extern const struct relax_type md_relax_ #define TC_GENERIC_RELAX_TABLE md_relax_table #define TC_FRAG_TYPE \ -struct { \ - fragS *fr_opcode_fragP; \ - unsigned int fr_opcode_offset; \ - char fr_bsr; \ -} + struct \ + { \ + fragS * fr_opcode_fragP; \ + unsigned int fr_opcode_offset; \ + char fr_bsr; \ + } #define TC_FRAG_INIT(X) \ do \ { \ frag_opcode_frag (X) = NULL; \ frag_opcode_offset (X) = 0; \ - frag_bsr (X) = 0; \ + frag_bsr (X) = 0; \ } \ while (0) -/* Accessor macros for things which may move around */ +/* Accessor macros for things which may move around. */ #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset #define frag_bsr(X) (X)->tc_frag_data.fr_bsr #define TC_FIX_TYPE \ -struct \ -{ \ - fragS *opcode_fragP; \ - unsigned int opcode_offset; \ - unsigned int bsr : 1; \ -} + struct \ + { \ + fragS * opcode_fragP; \ + unsigned int opcode_offset; \ + unsigned int bsr : 1; \ + } /* Accessor macros for things which may move around. See comments in write.h. */ diff -uprN binutils-2.12.90.0.15/gas/config/tc-ppc.c binutils-2.13.90.0.2/gas/config/tc-ppc.c --- binutils-2.12.90.0.15/gas/config/tc-ppc.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/config/tc-ppc.c Mon Jul 29 08:19:18 2002 @@ -1070,7 +1070,12 @@ ppc_set_cpu () else if (strcmp (default_cpu, "rs6000") == 0) ppc_cpu = PPC_OPCODE_POWER | PPC_OPCODE_32; else if (strncmp (default_cpu, "powerpc", 7) == 0) - ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_32; + { + if (default_cpu[7] == '6' && default_cpu[8] == '4') + ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_64; + else + ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_32; + } else as_fatal (_("Unknown default cpu = %s, os = %s"), default_cpu, default_os); diff -uprN binutils-2.12.90.0.15/gas/config/tc-v850.c binutils-2.13.90.0.2/gas/config/tc-v850.c --- binutils-2.12.90.0.15/gas/config/tc-v850.c Sat Jun 8 20:44:53 2002 +++ binutils-2.13.90.0.2/gas/config/tc-v850.c Thu Aug 1 17:49:32 2002 @@ -1961,7 +1961,7 @@ md_assemble (str) if (((insn & 0x07e0) == 0x0200) && ex.X_op == O_constant && (ex.X_add_number < (-(1 << (operand->bits - 1))) - || ex.X_add_number > ((1 << operand->bits) - 1))) + || ex.X_add_number > ((1 << (operand->bits - 1)) - 1))) errmsg = _("immediate operand is too large"); } diff -uprN binutils-2.12.90.0.15/gas/config.in binutils-2.13.90.0.2/gas/config.in --- binutils-2.12.90.0.15/gas/config.in Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/gas/config.in Mon Jul 29 08:19:16 2002 @@ -160,6 +160,15 @@ /* Define as 1 if big endian. */ #undef TARGET_BYTES_BIG_ENDIAN +/* Default CPU for MIPS targets. */ +#undef MIPS_CPU_STRING_DEFAULT + +/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ +#undef USE_E_MIPS_ABI_O32 + +/* Generate 64-bit code by default on MIPS targets. */ +#undef MIPS_DEFAULT_64BIT + /* Default architecture. */ #undef DEFAULT_ARCH diff -uprN binutils-2.12.90.0.15/gas/configure binutils-2.13.90.0.2/gas/configure --- binutils-2.12.90.0.15/gas/configure Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/configure Thu Aug 1 17:49:32 2002 @@ -2273,6 +2273,7 @@ for this_target in $target $canon_target i[3456]86) cpu_type=i386 arch=i386;; x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; + ip2k) cpu_type=ip2k endian=big ;; m6811|m6812|m68hc12) cpu_type=m68hc11 ;; m680[012346]0) cpu_type=m68k ;; m68008) cpu_type=m68k ;; @@ -2344,6 +2345,7 @@ for this_target in $target $canon_target fmt=elf em=linux ;; arm-*-netbsdelf*) fmt=elf em=nbsd ;; arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;; + arm-**-nto*) fmt=elf ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; arm-*-wince) fmt=coff em=wince-pe ;; @@ -2474,6 +2476,8 @@ EOF ia64-*-hpux*) fmt=elf em=hpux ;; ia64-*-netbsd*) fmt=elf em=nbsd ;; + ip2k-*-*) fmt=elf bfd_gas=yes ;; + m32r-*-*) fmt=elf bfd_gas=yes ;; m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)fmt=elf bfd_gas=yes ;; @@ -2706,6 +2710,65 @@ EOF # Other random stuff. + case ${cpu_type} in + mips) + # Set mips_cpu to the name of the default CPU. + case ${target_cpu} in + mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el) + mips_cpu=from-abi + ;; + mipsisa32 | mipsisa32el) + mips_cpu=mips32 + ;; + mipsisa64 | mipsisa64el) + mips_cpu=mips64 + ;; + mipstx39 | mipstx39el) + mips_cpu=r3900 + ;; + mips64* | mipsisa64* | mipsisa32*) + mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'` + ;; + *) + { echo "configure: error: $target_cpu isn't a supported MIPS CPU name" 1>&2; exit 1; } + ;; + esac + # See whether it's appropriate to set E_MIPS_ABI_O32 for o32 + # binaries. It's a GNU extension that some OSes don't understand. + # The value only matters on ELF targets. + case ${target} in + *-*-irix*) + use_e_mips_abi_o32=0 + ;; + *) + use_e_mips_abi_o32=1 + ;; + esac + # Decide whether to generate 32-bit or 64-bit code by default. + # Used to resolve -march=from-abi when an embedded ABI is selected. + case ${target} in + mips64*-*-* | mipsisa64*-*-*) + mips_default_64bit=1 + ;; + *) + mips_default_64bit=0 + ;; + esac + cat >> confdefs.h <> confdefs.h <> confdefs.h <&6 -echo "configure:3153: checking for $ac_word" >&5 +echo "configure:3216: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3179,7 +3242,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3183: checking for $ac_word" >&5 +echo "configure:3246: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3230,7 +3293,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3234: checking for $ac_word" >&5 +echo "configure:3297: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3262,7 +3325,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:3266: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:3329: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -3273,12 +3336,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 3277 "configure" +#line 3340 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:3282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -3304,12 +3367,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:3308: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:3371: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:3313: checking whether we are using GNU C" >&5 +echo "configure:3376: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3318,7 +3381,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -3337,7 +3400,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:3341: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:3404: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3374,7 +3437,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3378: checking for $ac_word" >&5 +echo "configure:3441: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3405,7 +3468,7 @@ done test -n "$YACC" || YACC="yacc" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:3409: checking how to run the C preprocessor" >&5 +echo "configure:3472: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -3420,13 +3483,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3437,13 +3500,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3454,13 +3517,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3490,7 +3553,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3494: checking for $ac_word" >&5 +echo "configure:3557: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3523,7 +3586,7 @@ test -n "$LEX" || LEX="$missing_dir/miss # Extract the first word of "flex", so it can be a program name with args. set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3527: checking for $ac_word" >&5 +echo "configure:3590: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3557,7 +3620,7 @@ then *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:3561: checking for yywrap in -l$ac_lib" >&5 +echo "configure:3624: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3565,7 +3628,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3599,7 +3662,7 @@ fi fi echo $ac_n "checking lex output file root""... $ac_c" 1>&6 -echo "configure:3603: checking lex output file root" >&5 +echo "configure:3666: checking lex output file root" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3620,7 +3683,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 -echo "configure:3624: checking whether yytext is a pointer" >&5 +echo "configure:3687: checking whether yytext is a pointer" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3632,14 +3695,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPU ac_save_LIBS="$LIBS" LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_prog_lex_yytext_pointer=yes else @@ -3665,7 +3728,7 @@ ALL_LINGUAS="fr tr es" # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3669: checking for $ac_word" >&5 +echo "configure:3732: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3693,12 +3756,12 @@ else fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:3697: checking for ANSI C header files" >&5 +echo "configure:3760: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -3706,7 +3769,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3723,7 +3786,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -3741,7 +3804,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -3762,7 +3825,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -3773,7 +3836,7 @@ if (XOR (islower (i), ISLOWER (i)) || to exit (0); } EOF -if { (eval echo configure:3777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -3797,12 +3860,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:3801: checking for working const" >&5 +echo "configure:3864: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -3872,21 +3935,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:3876: checking for inline" >&5 +echo "configure:3939: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -3912,12 +3975,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:3916: checking for off_t" >&5 +echo "configure:3979: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -3945,12 +4008,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:3949: checking for size_t" >&5 +echo "configure:4012: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -3980,19 +4043,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:3984: checking for working alloca.h" >&5 +echo "configure:4047: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:3996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -4013,12 +4076,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:4017: checking for alloca" >&5 +echo "configure:4080: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -4078,12 +4141,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:4082: checking whether alloca needs Cray hooks" >&5 +echo "configure:4145: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4112: checking for $ac_func" >&5 +echo "configure:4175: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4163,7 +4226,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:4167: checking stack direction for C alloca" >&5 +echo "configure:4230: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4171,7 +4234,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -4215,17 +4278,17 @@ for ac_hdr in stdlib.h unistd.h sys/stat do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4219: checking for $ac_hdr" >&5 +echo "configure:4282: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4229: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4254,12 +4317,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4258: checking for $ac_func" >&5 +echo "configure:4321: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4307,7 +4370,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:4311: checking for working mmap" >&5 +echo "configure:4374: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4315,7 +4378,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -4496,17 +4559,17 @@ unistd.h values.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4500: checking for $ac_hdr" >&5 +echo "configure:4563: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4536,12 +4599,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4540: checking for $ac_func" >&5 +echo "configure:4603: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4593,12 +4656,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4597: checking for $ac_func" >&5 +echo "configure:4660: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4655,19 +4718,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:4659: checking for LC_MESSAGES" >&5 +echo "configure:4722: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:4671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -4688,7 +4751,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:4692: checking whether NLS is requested" >&5 +echo "configure:4755: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -4708,7 +4771,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:4712: checking whether included gettext is requested" >&5 +echo "configure:4775: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -4727,17 +4790,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:4731: checking for libintl.h" >&5 +echo "configure:4794: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4741: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4754,19 +4817,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:4758: checking for gettext in libc" >&5 +echo "configure:4821: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:4770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -4782,7 +4845,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:4786: checking for bindtextdomain in -lintl" >&5 +echo "configure:4849: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4790,7 +4853,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4817,19 +4880,19 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:4821: checking for gettext in libintl" >&5 +echo "configure:4884: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libintl=yes else @@ -4857,7 +4920,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4861: checking for $ac_word" >&5 +echo "configure:4924: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4891,12 +4954,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4895: checking for $ac_func" >&5 +echo "configure:4958: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4946,7 +5009,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4950: checking for $ac_word" >&5 +echo "configure:5013: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4982,7 +5045,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4986: checking for $ac_word" >&5 +echo "configure:5049: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5014,7 +5077,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -5054,7 +5117,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5058: checking for $ac_word" >&5 +echo "configure:5121: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5088,7 +5151,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5092: checking for $ac_word" >&5 +echo "configure:5155: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5124,7 +5187,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5128: checking for $ac_word" >&5 +echo "configure:5191: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5214,7 +5277,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:5218: checking for catalogs to be installed" >&5 +echo "configure:5281: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -5242,17 +5305,17 @@ echo "configure:5218: checking for catal if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:5246: checking for linux/version.h" >&5 +echo "configure:5309: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5319: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5315,7 +5378,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:5319: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:5382: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" @@ -5340,7 +5403,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:5344: checking for executable suffix" >&5 +echo "configure:5407: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5350,7 +5413,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:5354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:5417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.o | *.obj) ;; @@ -5375,17 +5438,17 @@ for ac_hdr in string.h stdlib.h memory.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5379: checking for $ac_hdr" >&5 +echo "configure:5442: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5415,7 +5478,7 @@ done # Put this here so that autoconf's "cross-compiling" message doesn't confuse # people who are not cross-compiling but are compiling cross-assemblers. echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6 -echo "configure:5419: checking whether compiling a cross-assembler" >&5 +echo "configure:5482: checking whether compiling a cross-assembler" >&5 if test "${host}" = "${target}"; then cross_gas=no else @@ -5430,19 +5493,19 @@ echo "$ac_t""$cross_gas" 1>&6 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:5434: checking for working alloca.h" >&5 +echo "configure:5497: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:5446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -5463,12 +5526,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:5467: checking for alloca" >&5 +echo "configure:5530: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -5528,12 +5591,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:5532: checking whether alloca needs Cray hooks" >&5 +echo "configure:5595: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5562: checking for $ac_func" >&5 +echo "configure:5625: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5613,7 +5676,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:5617: checking stack direction for C alloca" >&5 +echo "configure:5680: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5621,7 +5684,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -5662,21 +5725,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:5666: checking for inline" >&5 +echo "configure:5729: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -5706,12 +5769,12 @@ esac for ac_func in unlink remove do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5710: checking for $ac_func" >&5 +echo "configure:5773: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5763,12 +5826,12 @@ done for ac_func in sbrk do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5767: checking for $ac_func" >&5 +echo "configure:5830: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5826,7 +5889,7 @@ case $host in ;; *-ncr-sysv4.3*) echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6 -echo "configure:5830: checking for _mwvalidcheckl in -lmw" >&5 +echo "configure:5893: checking for _mwvalidcheckl in -lmw" >&5 ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5834,7 +5897,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lmw $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5866,7 +5929,7 @@ else fi echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:5870: checking for main in -lm" >&5 +echo "configure:5933: checking for main in -lm" >&5 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5874,14 +5937,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5904,7 +5967,7 @@ fi ;; *) echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:5908: checking for main in -lm" >&5 +echo "configure:5971: checking for main in -lm" >&5 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5912,14 +5975,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5950,12 +6013,12 @@ esac # enough, but on some of those systems, the assert macro relies on requoting # working properly! echo $ac_n "checking for working assert macro""... $ac_c" 1>&6 -echo "configure:5954: checking for working assert macro" >&5 +echo "configure:6017: checking for working assert macro" >&5 if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5971,7 +6034,7 @@ assert (a == b ; return 0; } EOF -if { (eval echo configure:5975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_assert_ok=yes else @@ -6012,12 +6075,12 @@ gas_test_headers=" " echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6 -echo "configure:6016: checking whether declaration is required for strstr" >&5 +echo "configure:6079: checking whether declaration is required for strstr" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_strstr=no else @@ -6049,12 +6112,12 @@ fi echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6 -echo "configure:6053: checking whether declaration is required for malloc" >&5 +echo "configure:6116: checking whether declaration is required for malloc" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_malloc=no else @@ -6086,12 +6149,12 @@ fi echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6 -echo "configure:6090: checking whether declaration is required for free" >&5 +echo "configure:6153: checking whether declaration is required for free" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_free=no else @@ -6123,12 +6186,12 @@ fi echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6 -echo "configure:6127: checking whether declaration is required for sbrk" >&5 +echo "configure:6190: checking whether declaration is required for sbrk" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_sbrk=no else @@ -6160,12 +6223,12 @@ fi echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6 -echo "configure:6164: checking whether declaration is required for environ" >&5 +echo "configure:6227: checking whether declaration is required for environ" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_environ=no else @@ -6200,12 +6263,12 @@ fi # for it? echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6 -echo "configure:6204: checking whether declaration is required for errno" >&5 +echo "configure:6267: checking whether declaration is required for errno" >&5 if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_decl_needed_errno=no else diff -uprN binutils-2.12.90.0.15/gas/configure.in binutils-2.13.90.0.2/gas/configure.in --- binutils-2.12.90.0.15/gas/configure.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/configure.in Thu Aug 1 17:49:32 2002 @@ -128,6 +128,7 @@ changequote(,)dnl i[3456]86) cpu_type=i386 arch=i386;; x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; + ip2k) cpu_type=ip2k endian=big ;; m6811|m6812|m68hc12) cpu_type=m68hc11 ;; m680[012346]0) cpu_type=m68k ;; changequote([,])dnl @@ -200,6 +201,7 @@ changequote([,])dnl fmt=elf em=linux ;; arm-*-netbsdelf*) fmt=elf em=nbsd ;; arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;; + arm-**-nto*) fmt=elf ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; arm-*-wince) fmt=coff em=wince-pe ;; @@ -327,6 +329,8 @@ changequote([,])dnl ia64-*-hpux*) fmt=elf em=hpux ;; ia64-*-netbsd*) fmt=elf em=nbsd ;; + ip2k-*-*) fmt=elf bfd_gas=yes ;; + m32r-*-*) fmt=elf bfd_gas=yes ;; m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)fmt=elf bfd_gas=yes ;; @@ -555,6 +559,61 @@ changequote([,])dnl # Other random stuff. + case ${cpu_type} in + mips) + # Set mips_cpu to the name of the default CPU. + case ${target_cpu} in + mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el) + mips_cpu=from-abi + ;; + mipsisa32 | mipsisa32el) + mips_cpu=mips32 + ;; + mipsisa64 | mipsisa64el) + mips_cpu=mips64 + ;; + mipstx39 | mipstx39el) + mips_cpu=r3900 + ;; + mips64* | mipsisa64* | mipsisa32*) +changequote(,)dnl + mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'` +changequote([,])dnl + ;; + *) + AC_ERROR($target_cpu isn't a supported MIPS CPU name) + ;; + esac + # See whether it's appropriate to set E_MIPS_ABI_O32 for o32 + # binaries. It's a GNU extension that some OSes don't understand. + # The value only matters on ELF targets. + case ${target} in + *-*-irix*) + use_e_mips_abi_o32=0 + ;; + *) + use_e_mips_abi_o32=1 + ;; + esac + # Decide whether to generate 32-bit or 64-bit code by default. + # Used to resolve -march=from-abi when an embedded ABI is selected. + case ${target} in + mips64*-*-* | mipsisa64*-*-*) + mips_default_64bit=1 + ;; + *) + mips_default_64bit=0 + ;; + esac + AC_DEFINE_UNQUOTED(MIPS_CPU_STRING_DEFAULT, "$mips_cpu", + [Default CPU for MIPS targets. ]) + AC_DEFINE_UNQUOTED(USE_E_MIPS_ABI_O32, $use_e_mips_abi_o32, + [Allow use of E_MIPS_ABI_O32 on MIPS targets. ]) + AC_DEFINE_UNQUOTED(MIPS_DEFAULT_64BIT, $mips_default_64bit, + [Generate 64-bit code by default on MIPS targets. ]) + ;; + esac + # Do we need the opcodes library? case ${cpu_type} in vax | i386 | tic30) @@ -577,7 +636,7 @@ changequote([,])dnl # Any other special object files needed ? case ${cpu_type} in - fr30 | m32r | openrisc) + fr30 | ip2k | m32r | openrisc) using_cgen=yes ;; diff -uprN binutils-2.12.90.0.15/gas/doc/Makefile.am binutils-2.13.90.0.2/gas/doc/Makefile.am --- binutils-2.12.90.0.15/gas/doc/Makefile.am Thu Mar 7 11:52:37 2002 +++ binutils-2.13.90.0.2/gas/doc/Makefile.am Mon Jul 29 08:19:18 2002 @@ -39,6 +39,7 @@ CPU_DOCS = \ c-i386.texi \ c-i860.texi \ c-i960.texi \ + c-ip2k.texi \ c-m32r.texi \ c-m68hc11.texi \ c-m68k.texi \ diff -uprN binutils-2.12.90.0.15/gas/doc/Makefile.in binutils-2.13.90.0.2/gas/doc/Makefile.in --- binutils-2.12.90.0.15/gas/doc/Makefile.in Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/gas/doc/Makefile.in Thu Aug 1 17:49:32 2002 @@ -150,6 +150,7 @@ CPU_DOCS = \ c-i386.texi \ c-i860.texi \ c-i960.texi \ + c-ip2k.texi \ c-m32r.texi \ c-m68hc11.texi \ c-m68k.texi \ diff -uprN binutils-2.12.90.0.15/gas/doc/all.texi binutils-2.13.90.0.2/gas/doc/all.texi --- binutils-2.12.90.0.15/gas/doc/all.texi Thu Mar 7 11:52:37 2002 +++ binutils-2.13.90.0.2/gas/doc/all.texi Mon Jul 29 08:19:18 2002 @@ -40,6 +40,7 @@ @set I80386 @set I860 @set I960 +@set IP2K @set M32R @set M68HC11 @set M680X0 diff -uprN binutils-2.12.90.0.15/gas/doc/as.texinfo binutils-2.13.90.0.2/gas/doc/as.texinfo --- binutils-2.12.90.0.15/gas/doc/as.texinfo Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/gas/doc/as.texinfo Mon Jul 29 08:19:18 2002 @@ -43,6 +43,7 @@ @set I860 @set I960 @set IA-64 +@set IP2K @set M32R @set M68HC11 @set M680X0 @@ -240,7 +241,7 @@ code for @value{TARGET} architectures. @cindex option summary @cindex summary of options Here is a brief summary of how to invoke @command{@value{AS}}. For details, -@pxref{Invoking,,Comand-Line Options}. +@pxref{Invoking,,Command-Line Options}. @c man title AS the portable GNU assembler. @@ -342,6 +343,11 @@ gcc(1), ld(1), and the Info entries for [@b{-mle}|@b{mbe}] [@b{-x}|@b{-xexplicit}] [@b{-xauto}] [@b{-xdebug}] @end ifset +@ifset IP2K + +@emph{Target IP2K options:} + [@b{-mip2022}|@b{-mip2022ext}] +@end ifset @ifset M32R @emph{Target M32R options:} @@ -670,6 +676,22 @@ error if necessary. @end table @end ifset +@ifset IP2K +The following options are available when @value{AS} is configured for the +Ubicom IP2K series. + +@table @gcctabopt + +@item -mip2022ext +Specifies that the extended IP2022 instructions are allowed. + +@item -mip2022 +Restores the default behaviour, which restricts the permitted instructions to +just the basic IP2022 ones. + +@end table +@end ifset + @ifset M32R The following options are available when @value{AS} is configured for the Mitsubishi M32R series. @@ -1558,7 +1580,7 @@ dump appears on the left hand side of th @kindex --listing-lhs-width2 @cindex Width of continuation lines of disassembly output Sets the maximum width, in words, of any further lines of the hex byte dump for -a given inut source line. If this value is not specified, it defaults to being +a given input source line. If this value is not specified, it defaults to being the same as the value specified for @samp{--listing-lhs-width}. If neither switch is used the default is to one. @@ -1998,6 +2020,9 @@ is considered a comment and is ignored. @ifset SPARC @samp{!} on the SPARC; @end ifset +@ifset IP2K +@samp{#} on the ip2k; +@end ifset @ifset M32R @samp{#} on the m32r; @end ifset @@ -4049,7 +4074,9 @@ The syntax for @code{equ} on the HPPA is @section @code{.equiv @var{symbol}, @var{expression}} @cindex @code{equiv} directive The @code{.equiv} directive is like @code{.equ} and @code{.set}, except that -the assembler will signal an error if @var{symbol} is already defined. +the assembler will signal an error if @var{symbol} is already defined. Note a +symbol which has been referenced but not actually defined is considered to be +undefined. Except for the contents of the error message, this is roughly equivalent to @smallexample @@ -4248,7 +4275,8 @@ The following variants of @code{.if} are @cindex @code{ifdef} directive @item .ifdef @var{symbol} Assembles the following section of code if the specified @var{symbol} -has been defined. +has been defined. Note a symbol which has been referenced but not yet defined +is considered to be undefined. @cindex @code{ifc} directive @item .ifc @var{string1},@var{string2} @@ -4294,7 +4322,8 @@ following section of code if the two str @item .ifndef @var{symbol} @itemx .ifnotdef @var{symbol} Assembles the following section of code if the specified @var{symbol} -has not been defined. Both spelling variants are equivalent. +has not been defined. Both spelling variants are equivalent. Note a symbol +which has been referenced but not yet defined is considered to be undefined. @cindex @code{ifne} directive @item .ifne @var{absolute expression} @@ -5690,6 +5719,9 @@ subject, see the hardware manufacturer's @ifset I960 * i960-Dependent:: Intel 80960 Dependent Features @end ifset +@ifset IP2K +* IP2K-Dependent:: IP2K Dependent Features +@end ifset @ifset M32R * M32R-Dependent:: M32R Dependent Features @end ifset @@ -5828,6 +5860,10 @@ family. @include c-ia64.texi @end ifset +@ifset IP2K +@include c-ip2k.texi +@end ifset + @ifset M32R @include c-m32r.texi @end ifset diff -uprN binutils-2.12.90.0.15/gas/doc/c-arm.texi binutils-2.13.90.0.2/gas/doc/c-arm.texi --- binutils-2.12.90.0.15/gas/doc/c-arm.texi Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gas/doc/c-arm.texi Thu Aug 1 17:49:32 2002 @@ -340,6 +340,14 @@ way that the @code{.thumb_func} directiv This directive causes the current contents of the literal pool to be dumped into the current section (which is assumed to be the .text section) at the current location (aligned to a word boundary). +@code{GAS} maintains a separate literal pool for each section and each +sub-section. The @code{.ltorg} directive will only affect the literal +pool of the current section and sub-section. At the end of assembly +all remaining, un-empty literal pools will automatically be dumped. + +Note - older versions of @code{GAS} would dump the current literal +pool any time a section change occurred. This is no longer done, since +it prevents accurate control of the placement of literal pools. @cindex @code{.pool} directive, ARM @item .pool diff -uprN binutils-2.12.90.0.15/gas/doc/c-ip2k.texi binutils-2.13.90.0.2/gas/doc/c-ip2k.texi --- binutils-2.12.90.0.15/gas/doc/c-ip2k.texi Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/doc/c-ip2k.texi Mon Jul 29 08:19:18 2002 @@ -0,0 +1,46 @@ +@c Copyright 2002 +@c Free Software Foundation, Inc. +@c This is part of the GAS manual. +@c For copying conditions, see the file as.texinfo. +@ifset GENERIC +@page +@node IP2K-Dependent +@chapter IP2K Dependent Features +@end ifset +@ifclear GENERIC +@node Machine Dependencies +@chapter IP2K Dependent Features +@end ifclear + +@cindex IP2K support +@menu +* IP2K-Opts:: IP2K Options +@end menu + +@node IP2K-Opts +@section IP2K Options + +@cindex options, IP2K +@cindex IP2K options + +The Ubicom IP2K version of @code{@value{AS}} has a few machine +dependent options: + +@table @code +@item -mip2022ext +@cindex @samp{-mip2022ext} option, IP2022 +@cindex architecture options, IP2022 +@cindex IP2K architecture options +@code{@value{AS}} can assemble the extended IP2022 instructions, but +it will only do so if this is specifically allowed via this command +line option. + +@item -mip2022 +@cindex @samp{-mip2022} option, IP2K +@cindex architecture options, IP2K +@cindex IP2K architecture options +This option restores the assembler's default behaviour of not +permitting the extended IP2022 instructions to be assembled. + + +@end table diff -uprN binutils-2.12.90.0.15/gas/doc/c-mips.texi binutils-2.13.90.0.2/gas/doc/c-mips.texi --- binutils-2.12.90.0.15/gas/doc/c-mips.texi Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/gas/doc/c-mips.texi Mon Jul 29 08:19:18 2002 @@ -175,12 +175,9 @@ sb1 Schedule and tune for a particular MIPS cpu. Valid @var{cpu} values are identical to @samp{-march=@var{cpu}}. -@item -mcpu=@var{cpu} -Generate code and schedule for a particular MIPS cpu. This is exactly -equivalent to @samp{-march=@var{cpu}} and @samp{-mtune=@var{cpu}}. Valid -@var{cpu} values are identical to @samp{-march=@var{cpu}}. -Use of this option is discouraged. - +@item -mabi=@var{abi} +Record which ABI the source code uses. The recognized arguments +are: @samp{32}, @samp{n32}, @samp{o64}, @samp{64} and @samp{eabi}. @cindex @code{-nocpp} ignored (MIPS) @item -nocpp diff -uprN binutils-2.12.90.0.15/gas/dwarf2dbg.c binutils-2.13.90.0.2/gas/dwarf2dbg.c --- binutils-2.12.90.0.15/gas/dwarf2dbg.c Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/gas/dwarf2dbg.c Thu Aug 1 17:49:32 2002 @@ -1248,11 +1248,15 @@ dwarf2_finish () segT line_seg; struct line_seg *s; - /* If no debug information was recorded, nothing to do. Don't - emit dwarf debug info for one ".file" directive only unless - we are generating DWARF2 debugging info. */ - if (debug_type != DEBUG_DWARF2 && all_segs == NULL - && files_in_use <= 2) + /* We don't need to do anything unless: + - Some debug information was recorded via .file/.loc + - or, we are generating DWARF2 information ourself (--gdwarf2) + - or, there is a user-provided .debug_info section which could + reference the file table in the .debug_line section we generate + below. */ + if (all_segs == NULL + && debug_type != DEBUG_DWARF2 + && bfd_get_section_by_name (stdoutput, ".debug_info") == NULL) return; /* Calculate the size of an address for the target machine. */ diff -uprN binutils-2.12.90.0.15/gas/po/POTFILES.in binutils-2.13.90.0.2/gas/po/POTFILES.in --- binutils-2.12.90.0.15/gas/po/POTFILES.in Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/gas/po/POTFILES.in Mon Jul 29 08:19:18 2002 @@ -78,6 +78,8 @@ config/tc-i960.c config/tc-i960.h config/tc-ia64.c config/tc-ia64.h +config/tc-ip2k.c +config/tc-ip2k.h config/tc-m32r.c config/tc-m32r.h config/tc-m68hc11.c diff -uprN binutils-2.12.90.0.15/gas/po/es.po binutils-2.13.90.0.2/gas/po/es.po --- binutils-2.12.90.0.15/gas/po/es.po Thu Mar 7 11:52:37 2002 +++ binutils-2.13.90.0.2/gas/po/es.po Mon Jul 29 08:19:18 2002 @@ -1,12 +1,12 @@ -# Mensajes en español para gas-2.12-pre020121. +# Mensajes en español para gas-2.12.91. # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martíne Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: gas 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 12:56+0000\n" -"PO-Revision-Date: 2002-02-25 11:04-0600\n" +"Project-Id-Version: gas 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:57-0400\n" +"PO-Revision-Date: 2002-07-24 16:04-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" @@ -258,22 +258,21 @@ msgstr "" " utilizadas para la columna de datos de salida del\n" " listado\n" -#: as.c:327 gasp.c:3528 +#: as.c:327 gasp.c:3592 #, c-format msgid "Report bugs to %s\n" msgstr "Reportar bichos a %s\n" -#. This output is intended to follow the GNU standards document. -#: as.c:527 +#: as.c:528 as.c:530 #, c-format msgid "GNU assembler %s\n" msgstr "GNU ensamblador %s\n" -#: as.c:528 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +#: as.c:532 +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" -#: as.c:529 gasp.c:3627 +#: as.c:533 gasp.c:3691 msgid "" "This program is free software; you may redistribute it under the terms of\n" "the GNU General Public License. This program has absolutely no warranty.\n" @@ -281,73 +280,73 @@ msgstr "" "Este programa es software libre; se puede redistribuir bajo los términos de\n" "la Licencia Pública General de GNU. Este programa no tiene ninguna garantía.\n" -#: as.c:532 +#: as.c:536 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "Este ensamblador se configuró para un objetivo `%s'.\n" -#: as.c:539 +#: as.c:543 msgid "multiple emulation names specified" msgstr "se especificaron múltiples nombres de emulación" -#: as.c:541 +#: as.c:545 msgid "emulations not handled in this configuration" msgstr "las emulaciones no se manejan en esta configuración" -#: as.c:546 +#: as.c:550 #, c-format msgid "alias = %s\n" msgstr "alias = %s\n" -#: as.c:547 +#: as.c:551 #, c-format msgid "canonical = %s\n" msgstr "canónico = %s\n" -#: as.c:548 +#: as.c:552 #, c-format msgid "cpu-type = %s\n" msgstr "tipo-cpu = %s\n" -#: as.c:550 +#: as.c:554 #, c-format msgid "format = %s\n" msgstr "formato = %s\n" -#: as.c:553 +#: as.c:557 #, c-format msgid "bfd-target = %s\n" msgstr "objetivo-bfd = %s\n" -#: as.c:566 +#: as.c:570 msgid "bad defsym; format is --defsym name=value" msgstr "defsym erróneo; el formato es --defsym nombre=valor" -#: as.c:590 +#: as.c:594 msgid "no file name following -t option" msgstr "no hay un nombre de fichero a continuación de la opción -t" -#: as.c:605 +#: as.c:609 #, c-format msgid "failed to read instruction table %s\n" msgstr "falló la lectura de la tabla de instrucciones %s\n" -#: as.c:720 +#: as.c:724 #, c-format msgid "invalid listing option `%c'" msgstr "opción de listado `%c' inválida" -#: as.c:928 +#: as.c:926 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "%d avisos, tratando los avisos como errores" -#: as.c:959 +#: as.c:957 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "%s: tiempo total en ensamblado: %ld.%06ld\n" -#: as.c:962 +#: as.c:960 #, c-format msgid "%s: data size %ld\n" msgstr "%s: tamaño de datos %ld\n" @@ -444,11 +443,11 @@ msgstr "Se intentó poner un símbolo inde msgid "Symbol `%s' can not be both weak and common" msgstr "El símbolo `%s' no puede ser débil y común al mismo tiempo" -#: config/obj-aout.c:255 config/obj-coff.c:2010 +#: config/obj-aout.c:255 config/obj-coff.c:2018 msgid "unresolved relocation" msgstr "reubicación sin resolver" -#: config/obj-aout.c:257 config/obj-coff.c:2012 +#: config/obj-aout.c:257 config/obj-coff.c:2020 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "reubicación errónea: el símbolo `%s' no está en la tabla de símbolos" @@ -458,7 +457,7 @@ msgstr "reubicación errónea: el símbolo msgid "%s: bad type for weak symbol" msgstr "%s: tipo erróneo para un símbolo débil" -#: config/obj-aout.c:458 config/obj-coff.c:2940 write.c:1933 +#: config/obj-aout.c:458 config/obj-coff.c:2941 write.c:1952 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "%s: los símbolos globales no tienen soporte en las secciones comunes" @@ -487,11 +486,12 @@ msgstr "Falló la inserción de \"%s\" en msgid "Line numbers must be positive integers\n" msgstr "Los números de línea deben ser enteros positivos\n" -#: config/obj-coff.c:503 config/obj-coff.c:2355 +#. Wrong context. +#: config/obj-coff.c:503 config/obj-coff.c:2363 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "pseudo-operador .ln dentro de .def/.endef: ignorado." -#: config/obj-coff.c:546 ecoff.c:3280 +#: config/obj-coff.c:546 ecoff.c:3278 msgid ".loc outside of .text" msgstr ".loc fuera de .text" @@ -499,11 +499,11 @@ msgstr ".loc fuera de .text" msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "pseudo-operador .loc dentro de .def/.endef: ignorado." -#: config/obj-coff.c:641 config/obj-coff.c:2412 +#: config/obj-coff.c:641 config/obj-coff.c:2415 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "pseudo-operador .def usado dentro de .def/.endef: ignorado." -#: config/obj-coff.c:687 config/obj-coff.c:2464 +#: config/obj-coff.c:687 config/obj-coff.c:2467 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "pseudo-operador .endef usado fuera de .def/.endef: ignorado." @@ -512,140 +512,141 @@ msgstr "pseudo-operador .endef usado fue msgid "`%s' symbol without preceding function" msgstr "símbolo `%s' sin una función precedente" -#: config/obj-coff.c:812 config/obj-coff.c:2539 +#: config/obj-coff.c:812 config/obj-coff.c:2547 #, c-format msgid "unexpected storage class %d" msgstr "clase de almacenamiento %d inesperada" -#: config/obj-coff.c:925 config/obj-coff.c:2646 +#: config/obj-coff.c:925 config/obj-coff.c:2654 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "pseudo-operador .dim usado fuera de .def/.endef: ignorado." -#: config/obj-coff.c:945 config/obj-coff.c:2666 +#: config/obj-coff.c:945 config/obj-coff.c:2674 msgid "badly formed .dim directive ignored" msgstr "directiva .dim formada erróneamente ignorada" -#: config/obj-coff.c:996 config/obj-coff.c:2729 +#: config/obj-coff.c:996 config/obj-coff.c:2734 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "pseudo-operador .size usado fuera de .def/.endef ignorado." -#: config/obj-coff.c:1012 config/obj-coff.c:2745 +#: config/obj-coff.c:1012 config/obj-coff.c:2750 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "pseudo-operador .scl usado fuera de .def/.endef ignorado." -#: config/obj-coff.c:1030 config/obj-coff.c:2763 +#: config/obj-coff.c:1030 config/obj-coff.c:2768 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "pseudo-operador .tag usado fuera de .def/.endef ignorado." -#: config/obj-coff.c:1049 config/obj-coff.c:2781 +#: config/obj-coff.c:1049 config/obj-coff.c:2785 #, c-format msgid "tag not found for .tag %s" msgstr "no se encontró una marca para .tag %s" -#: config/obj-coff.c:1064 config/obj-coff.c:2796 +#: config/obj-coff.c:1064 config/obj-coff.c:2799 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "pseudo-operador .type usado fuera de .def/.endef ignorado." -#: config/obj-coff.c:1086 config/obj-coff.c:2818 +#: config/obj-coff.c:1086 config/obj-coff.c:2819 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "pseudo-operador .val usado fuera de .def/.endef ignorado." -#: config/obj-coff.c:1231 config/obj-coff.c:3013 +#: config/obj-coff.c:1231 config/obj-coff.c:3012 msgid "mismatched .eb" msgstr ".eb sin coincidencia" -#: config/obj-coff.c:1252 config/obj-coff.c:3053 +#: config/obj-coff.c:1252 config/obj-coff.c:3050 msgid "C_EFCN symbol out of scope" msgstr "símbolo C_EFCN fuera de ámbito" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1476 +#: config/obj-coff.c:1478 #, c-format msgid "unsupported section attribute '%c'" msgstr "atributo de sección '%c' sin soporte" -#: config/obj-coff.c:1481 config/obj-coff.c:3758 config/tc-ppc.c:4211 +#: config/obj-coff.c:1483 config/obj-coff.c:3755 config/tc-ppc.c:4222 #, c-format msgid "unknown section attribute '%c'" msgstr "atributo de sección '%c' desconocido" -#: config/obj-coff.c:1511 config/tc-ppc.c:4229 config/tc-tic54x.c:4130 read.c:2555 +#: config/obj-coff.c:1513 config/tc-ppc.c:4240 config/tc-tic54x.c:4339 +#: read.c:2560 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "error al establecer las opciones para \"%s\": %s" -#: config/obj-coff.c:1522 +#: config/obj-coff.c:1524 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "Ignorando los atributos de sección cambiados para %s" -#: config/obj-coff.c:1658 +#: config/obj-coff.c:1660 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "0x%lx: \"%s\" tipo = %ld, clase = %d, segmento = %d\n" -#: config/obj-coff.c:1838 config/obj-ieee.c:69 +#: config/obj-coff.c:1845 config/obj-ieee.c:69 msgid "Out of step\n" msgstr "Fuera del paso\n" -#: config/obj-coff.c:2271 +#: config/obj-coff.c:2282 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "falló bfd_coff_swap_scnhdr_out" -#: config/obj-coff.c:2496 +#: config/obj-coff.c:2503 msgid "`.bf' symbol without preceding function\n" msgstr "símbolo `.bf' sin una función precedente\n" -#: config/obj-coff.c:3450 config/obj-ieee.c:507 +#: config/obj-coff.c:3453 config/obj-ieee.c:521 #, c-format msgid "FATAL: Can't create %s" msgstr "FATAL: No se puede crear %s" -#: config/obj-coff.c:3632 +#: config/obj-coff.c:3631 #, c-format msgid "Can't close %s: %s" msgstr "No se puede cerrar %s: %s" -#: config/obj-coff.c:3666 +#: config/obj-coff.c:3665 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "Demasiadas secciones nuevas; no se puede agregar \"%s\"" -#: config/obj-coff.c:4073 config/tc-sparc.c:3537 +#: config/obj-coff.c:4053 config/tc-sparc.c:3544 msgid "Expected comma after name" msgstr "Se esperaba una coma después del nombre" -#: config/obj-coff.c:4079 +#: config/obj-coff.c:4059 msgid "Missing size expression" msgstr "Falta una expresión de tamaño" -#: config/obj-coff.c:4085 +#: config/obj-coff.c:4065 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "¡longitud de lcomm (%d.) <0! Ignorada." -#: config/obj-coff.c:4113 +#: config/obj-coff.c:4093 #, c-format msgid "Symbol %s already defined" msgstr "El símbolo %s ya está definido" -#: config/obj-coff.c:4208 config/tc-i960.c:3206 +#: config/obj-coff.c:4189 config/tc-i960.c:3207 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "No hay un punto de entrada 'bal' para el proceso hoja %s" -#: config/obj-coff.c:4287 +#: config/obj-coff.c:4266 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "Negativo de un símbolo %s que no es absoluto" -#: config/obj-coff.c:4308 +#: config/obj-coff.c:4286 msgid "callj to difference of 2 symbols" msgstr "callj para diferenciar a 2 símbolos" -#: config/obj-coff.c:4354 +#: config/obj-coff.c:4330 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "No se puede emitir la reubicación {- %s-seg símbolo \"%s\"} @ dirección del fichero %ld." @@ -653,16 +654,16 @@ msgstr "No se puede emitir la reubicació #. This is a COBR instruction. They have only a 13-bit #. displacement and are only to be used for local branches: #. flag as error, don't generate relocation. -#: config/obj-coff.c:4443 config/tc-i960.c:3226 write.c:2826 +#: config/obj-coff.c:4416 config/tc-i960.c:3227 write.c:2845 msgid "can't use COBR format with external label" msgstr "no se puede utilizar el formato COBR con una etiqueta externa" -#: config/obj-coff.c:4518 +#: config/obj-coff.c:4489 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "El valor de %ld es demasiado grande para el campo de %d bytes en 0x%lx" -#: config/obj-coff.c:4532 +#: config/obj-coff.c:4503 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "Desbordamiento con signo de .word; el interruptor puede ser demasiado grande; %ld en 0x%lx" @@ -675,170 +676,176 @@ msgstr "No se puede establecer el valor msgid "Can't set register masks" msgstr "No se pueden establecer las máscaras de registro" -#: config/obj-elf.c:308 +#: config/obj-elf.c:313 msgid "expected comma after symbol-name" msgstr "se esperaba una coma después del nombre del símbolo" -#: config/obj-elf.c:315 config/tc-sparc.c:3690 +#: config/obj-elf.c:320 config/tc-sparc.c:3697 #, c-format msgid ".COMMon length (%d.) <0! Ignored." msgstr "¡longitud de .COMM (%d.) <0! Ignorada." -#: config/obj-elf.c:325 ecoff.c:3399 read.c:1403 read.c:1504 read.c:2137 read.c:2226 read.c:2856 read.c:4937 symbols.c:361 symbols.c:460 +#: config/obj-elf.c:330 ecoff.c:3397 read.c:1403 read.c:1504 read.c:2142 +#: read.c:2231 read.c:2861 read.c:4942 symbols.c:361 symbols.c:460 #, c-format msgid "symbol `%s' is already defined" msgstr "el símbolo `%s' ya está definido" -#: config/obj-elf.c:333 +#: config/obj-elf.c:338 #, c-format msgid "length of .comm \"%s\" is already %ld; not changed to %d" msgstr "la longitud de .comm \"%s\" ya es %ld; no se cambia a %d" -#: config/obj-elf.c:356 +#: config/obj-elf.c:361 msgid "common alignment negative; 0 assumed" msgstr "alineación común negativa; se asume 0" -#: config/obj-elf.c:375 +#: config/obj-elf.c:380 msgid "common alignment not a power of 2" msgstr "la alineación común no es una potencia de 2" -#: config/obj-elf.c:438 config/tc-sparc.c:3832 config/tc-v850.c:565 +#: config/obj-elf.c:443 config/tc-sparc.c:3839 config/tc-v850.c:450 #, c-format msgid "bad .common segment %s" msgstr "segmento .common %s erróneo" -#: config/obj-elf.c:668 +#: config/obj-elf.c:714 #, c-format msgid "setting incorrect section type for %s" msgstr "se establece un tipo de sección incorrecto para %s" -#: config/obj-elf.c:672 +#: config/obj-elf.c:718 #, c-format msgid "ignoring incorrect section type for %s" msgstr "se ignora un tipo de sección incorrecto para %s" -#: config/obj-elf.c:685 +#: config/obj-elf.c:731 #, c-format msgid "setting incorrect section attributes for %s" msgstr "se establecen atributos de sección incorrectos para %s" -#: config/obj-elf.c:732 +#: config/obj-elf.c:782 #, c-format msgid "ignoring changed section attributes for %s" msgstr "se ignoran los atributos de sección cambiados para %s" -#: config/obj-elf.c:734 +#: config/obj-elf.c:784 #, c-format msgid "ignoring changed section entity size for %s" msgstr "se ignoran el tamaño de entidad de sección cambiado para %s" -#: config/obj-elf.c:737 +#: config/obj-elf.c:787 #, c-format msgid "ignoring new section group for %s" msgstr "se ignora un grupo de sección nuevo para %s" -#: config/obj-elf.c:788 -msgid "unrecognized .section attribute: want a,w,x,M,S,G" -msgstr "atributo de .section no reconocido: se quiere a,w,x,M,S,G" +#: config/obj-elf.c:841 +msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" +msgstr "atributo de .section no reconocido: se quiere a,w,x,M,S,G,T" -#: config/obj-elf.c:828 +#: config/obj-elf.c:881 msgid "unrecognized section attribute" msgstr "atributo de sección no reconocido" -#: config/obj-elf.c:850 read.c:2538 +#: config/obj-elf.c:903 read.c:2543 msgid "unrecognized section type" msgstr "tipo de sección no reconocido" -#: config/obj-elf.c:880 +#: config/obj-elf.c:933 msgid "missing name" msgstr "falta un nombre" -#: config/obj-elf.c:987 +#: config/obj-elf.c:1042 msgid "invalid merge entity size" msgstr "tamaño de entidad de mezcla inválido" -#: config/obj-elf.c:994 +#: config/obj-elf.c:1049 msgid "entity size for SHF_MERGE not specified" msgstr "no se especificó el tamaño de entidad para SHF_MERGE" -#: config/obj-elf.c:1007 +#: config/obj-elf.c:1069 msgid "group name for SHF_GROUP not specified" msgstr "no se especificó el tamaño de entidad para SHF_GROUP" -#: config/obj-elf.c:1020 +#: config/obj-elf.c:1082 msgid "character following name is not '#'" msgstr "el carácter a continuación del nombre no es '#'" -#: config/obj-elf.c:1121 +#: config/obj-elf.c:1183 msgid ".previous without corresponding .section; ignored" msgstr ".previous sin .section correspondiente; ignorado" -#: config/obj-elf.c:1148 +#: config/obj-elf.c:1210 msgid ".popsection without corresponding .pushsection; ignored" msgstr ".popsection sin .pushsection correspondiente; ignorado" -#: config/obj-elf.c:1202 +#: config/obj-elf.c:1264 msgid "expected comma after name in .symver" msgstr "se esperaba una coma después del nombre en .symver" -#: config/obj-elf.c:1225 +#: config/obj-elf.c:1287 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "falta el nombre de versión en `%s' para el símbolo `%s'" -#: config/obj-elf.c:1236 +#: config/obj-elf.c:1298 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "versiones múltiples [`%s'|`%s'] para el símbolo `%s'" -#: config/obj-elf.c:1470 +#: config/obj-elf.c:1534 msgid "expected quoted string" msgstr "se esperaba una cadena entre comillas" -#: config/obj-elf.c:1491 +#: config/obj-elf.c:1555 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "se esperaba una coma después del nombre `%s' en la directiva .size" -#: config/obj-elf.c:1500 +#: config/obj-elf.c:1564 msgid "missing expression in .size directive" msgstr "falta una expresión en la directiva .size" -#: config/obj-elf.c:1583 +#: config/obj-elf.c:1647 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "tipo de símbolo \"%s\" no reconocido" -#: config/obj-elf.c:1764 +#: config/obj-elf.c:1828 msgid ".size expression too complicated to fix up" msgstr "la expresión .size es demasiado complicada para componerla" -#: config/obj-elf.c:1796 +#: config/obj-elf.c:1860 #, c-format msgid "invalid attempt to declare external version name as default in symbol `%s'" msgstr "intento inválido de declarar un nombre de versión externo como valor por omisión en el símbolo `%s'" -#: config/obj-elf.c:1855 ecoff.c:3644 +#: config/obj-elf.c:1921 ecoff.c:3642 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "el símbolo `%s' no puede ser débil y común al mismo tiempo" -#: config/obj-elf.c:1971 +#: config/obj-elf.c:2041 +#, c-format +msgid "assuming all members of group `%s' are COMDAT" +msgstr "se asume que todos los miembros del grupo `%s' son COMDAT" + +#: config/obj-elf.c:2063 #, c-format msgid "can't create group: %s" msgstr "no se puede crear un grupo: %s" -#: config/obj-elf.c:2068 +#: config/obj-elf.c:2170 #, c-format msgid "failed to set up debugging information: %s" msgstr "falló al establecer la información de depuración: %s" -#: config/obj-elf.c:2088 +#: config/obj-elf.c:2190 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "no se puede iniciar la escritura de la sección .mdebug: %s" -#: config/obj-elf.c:2096 +#: config/obj-elf.c:2198 #, c-format msgid "could not write .mdebug section: %s" msgstr "no se puede escribir la sección .mdebug: %s" @@ -1025,30 +1032,40 @@ msgstr "%s desconocido" msgid "unhandled stab type %d" msgstr "tipo de cabo %d sin manejar" -#: config/tc-a29k.c:160 config/tc-sparc.c:3884 +#: config/tc-a29k.c:160 config/tc-sparc.c:3891 msgid "Unknown segment type" msgstr "Tipo de segmento desconocido" #. Probably a memory allocation problem? Give up now. -#: config/tc-a29k.c:330 config/tc-hppa.c:1462 config/tc-mips.c:1251 config/tc-mips.c:1293 config/tc-sparc.c:847 +#: config/tc-a29k.c:330 config/tc-dlx.c:369 config/tc-hppa.c:1464 +#: config/tc-mips.c:1063 config/tc-mips.c:1105 config/tc-or32.c:230 +#: config/tc-sparc.c:853 msgid "Broken assembler. No assembly attempted." msgstr "Ensamblador descompuesto. No se intentó ensamblar." -#: config/tc-a29k.c:375 config/tc-avr.c:1131 config/tc-d10v.c:540 config/tc-d30v.c:552 config/tc-h8300.c:313 config/tc-h8500.c:284 config/tc-mcore.c:655 config/tc-mmix.c:468 config/tc-mn10200.c:940 config/tc-mn10300.c:1311 config/tc-ppc.c:2106 config/tc-s390.c:1054 config/tc-sh.c:869 config/tc-tic80.c:283 config/tc-v850.c:2073 config/tc-w65.c:241 config/tc-z8k.c:343 +#: config/tc-a29k.c:375 config/tc-avr.c:1137 config/tc-d10v.c:545 +#: config/tc-d30v.c:552 config/tc-h8300.c:333 config/tc-h8500.c:284 +#: config/tc-mcore.c:655 config/tc-mmix.c:475 config/tc-mn10200.c:940 +#: config/tc-mn10300.c:1318 config/tc-or32.c:336 config/tc-or32.c:392 +#: config/tc-ppc.c:2122 config/tc-s390.c:1062 config/tc-sh.c:1272 +#: config/tc-sh64.c:2228 config/tc-tic80.c:283 config/tc-v850.c:1984 +#: config/tc-w65.c:241 config/tc-z8k.c:343 msgid "missing operand" msgstr "operando faltante" -#: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958 config/tc-hppa.c:1598 config/tc-i860.c:431 config/tc-i860.c:448 config/tc-sparc.c:1409 config/tc-sparc.c:1415 +#: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958 +#: config/tc-dlx.c:834 config/tc-hppa.c:1600 config/tc-i860.c:431 +#: config/tc-i860.c:448 config/tc-sparc.c:1415 config/tc-sparc.c:1421 #, c-format msgid "Unknown opcode: `%s'" msgstr "Código de operación desconocido: `%s'" -#: config/tc-a29k.c:419 +#: config/tc-a29k.c:419 config/tc-dlx.c:852 #, c-format msgid "Unknown opcode `%s'." msgstr "Código de operación desconocido `%s'." -#: config/tc-a29k.c:451 +#: config/tc-a29k.c:451 config/tc-dlx.c:913 #, c-format msgid "Too many operands: %s" msgstr "Demasiados operandos: %s" @@ -1058,11 +1075,12 @@ msgstr "Demasiados operandos: %s" msgid "Immediate value of %ld is too large" msgstr "El valor inmediato de %ld es demasiado grande" -#: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832 config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2544 +#: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832 +#: config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2550 msgid "failed sanity check." msgstr "falló la prueba de sanidad." -#: config/tc-a29k.c:889 +#: config/tc-a29k.c:889 config/tc-or32.c:1046 config/tc-or32.c:1180 #, c-format msgid "bad relocation type: 0x%02x" msgstr "tipo de reubicación erróneo: 0x%02x" @@ -1080,12 +1098,12 @@ msgstr "a29k_convert_frag\n" msgid "a29k_estimate_size_before_relax\n" msgstr "a29k_estimate_size_before_relax\n" -#: config/tc-a29k.c:1092 +#: config/tc-a29k.c:1092 config/tc-dlx.c:1295 config/tc-or32.c:1375 #, c-format msgid "label \"$%d\" redefined" msgstr "se redefinió la etiqueta \"$%d\"" -#: config/tc-a29k.c:1165 +#: config/tc-a29k.c:1165 config/tc-dlx.c:511 config/tc-or32.c:1470 #, c-format msgid "Invalid expression after %%%%\n" msgstr "Expresión inválida después de %%%%\n" @@ -1094,30 +1112,33 @@ msgstr "Expresión inválida después de %% msgid "Invalid register in & expression" msgstr "Registro inválido en la expresión &" -#: config/tc-alpha.c:789 +#: config/tc-alpha.c:816 #, c-format msgid "internal error: can't hash opcode `%s': %s" msgstr "error interno: no se puede dispersar el código de operación `%s': %s" -#: config/tc-alpha.c:824 +#: config/tc-alpha.c:851 #, c-format msgid "internal error: can't hash macro `%s': %s" msgstr "error interno: no se puede dispersar la macro `%s': %s" -#: config/tc-alpha.c:906 config/tc-i960.c:2701 +#: config/tc-alpha.c:933 config/tc-i960.c:2702 msgid "syntax error" msgstr "error sintáctico" -#: config/tc-alpha.c:980 config/tc-h8300.c:1413 config/tc-h8500.c:1187 config/tc-hppa.c:4017 config/tc-i860.c:931 config/tc-m68hc11.c:500 config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663 config/tc-sparc.c:2831 config/tc-z8k.c:1321 +#: config/tc-alpha.c:1007 config/tc-h8300.c:1426 config/tc-h8500.c:1187 +#: config/tc-hppa.c:4019 config/tc-i860.c:931 config/tc-m68hc11.c:500 +#: config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663 +#: config/tc-or32.c:912 config/tc-sparc.c:2837 config/tc-z8k.c:1328 msgid "Bad call to MD_ATOF()" msgstr "Llamada errónea a MD_ATOF()" -#: config/tc-alpha.c:1030 +#: config/tc-alpha.c:1057 #, c-format msgid "Unknown CPU identifier `%s'" msgstr "Identificador de CPU `%s' desconocido" -#: config/tc-alpha.c:1074 +#: config/tc-alpha.c:1101 msgid "" "Alpha options:\n" "-32addr\t\t\ttreat addresses as 32-bit values\n" @@ -1135,7 +1156,7 @@ msgstr "" "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n" "\t\t\testas variantes incluyen códigos de operación PALcode\n" -#: config/tc-alpha.c:1084 +#: config/tc-alpha.c:1111 msgid "" "VMS options:\n" "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n" @@ -1145,306 +1166,362 @@ msgstr "" "-+\t\t\tcodificar por dispersión (no truncar) nombres más largos que 64 caracteres\n" "-H\t\t\tmostrar el símbolo nuevo después del truncado por dispersión\n" -#: config/tc-alpha.c:1242 +#: config/tc-alpha.c:1284 #, c-format msgid "unhandled relocation type %s" msgstr "tipo de reubicación %s sin manejar" -#: config/tc-alpha.c:1255 +#: config/tc-alpha.c:1297 msgid "non-absolute expression in constant field" msgstr "expresión no absoluta en campo constante" -#: config/tc-alpha.c:1269 +#: config/tc-alpha.c:1311 #, c-format msgid "type %d reloc done?\n" msgstr "¿tipo %d de reubicación hecha?\n" -#: config/tc-alpha.c:1317 config/tc-alpha.c:1324 config/tc-mips.c:7965 +#: config/tc-alpha.c:1359 config/tc-alpha.c:1366 config/tc-mips.c:8069 msgid "Used $at without \".set noat\"" msgstr "Se usó $at sin \".set noat\"" -#: config/tc-alpha.c:1481 +#: config/tc-alpha.c:1439 +#, c-format +msgid "!samegp reloc against symbol without .prologue: %s" +msgstr "reubicación !samegp contra un símbolo sin .prologue: %s" + +#: config/tc-alpha.c:1588 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "no se puede representar la reubicación `%s' en el fichero objeto" -#: config/tc-alpha.c:1488 +#: config/tc-alpha.c:1595 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "¿error interno? no se puede generar la reubicación `%s'" -#: config/tc-alpha.c:1543 +#: config/tc-alpha.c:1651 #, c-format msgid "frame reg expected, using $%d." msgstr "se esperaba un marco de registro, se usa $%d." -#: config/tc-alpha.c:1646 +#: config/tc-alpha.c:1752 #, c-format msgid "No !literal!%ld was found" msgstr "No se encontró una !literal!%ld" -#: config/tc-alpha.c:1654 +#: config/tc-alpha.c:1758 +#, c-format +msgid "No !tlsgd!%ld was found" +msgstr "No se encontró un !tlsgd!%ld" + +#: config/tc-alpha.c:1765 +#, c-format +msgid "No !tlsldm!%ld was found" +msgstr "No se encontró un !tlsldm!%ld" + +#: config/tc-alpha.c:1773 #, c-format msgid "No ldah !gpdisp!%ld was found" msgstr "No se encontró un ldah !gpdisp!%ld" -#: config/tc-alpha.c:1705 +#: config/tc-alpha.c:1823 +#, c-format +msgid "too many !literal!%ld for %s" +msgstr "demasiados !literal!%ld para %s" + +#: config/tc-alpha.c:1853 #, c-format msgid "No lda !gpdisp!%ld was found" msgstr "No se encontró un lda !gpdisp!%ld" #. only support one relocation op per insn -#: config/tc-alpha.c:1841 +#: config/tc-alpha.c:1997 msgid "More than one relocation op per insn" msgstr "Más de un operador de reubicación por insn" -#: config/tc-alpha.c:1857 +#: config/tc-alpha.c:2013 msgid "No relocation operand" msgstr "No hay un operando de reubicación" -#: config/tc-alpha.c:1867 +#: config/tc-alpha.c:2023 #, c-format msgid "Unknown relocation operand: !%s" msgstr "Operando de reubicación desconocido: !%s" -#: config/tc-alpha.c:1877 +#: config/tc-alpha.c:2033 #, c-format msgid "no sequence number after !%s" msgstr "no hay un número de secuencia después de !%s" -#: config/tc-alpha.c:1887 +#: config/tc-alpha.c:2043 #, c-format msgid "!%s does not use a sequence number" msgstr "!%s no utiliza un número de secuencia" -#: config/tc-alpha.c:1897 +#: config/tc-alpha.c:2053 #, c-format msgid "Bad sequence number: !%s!%s" msgstr "Secuencia de números errónea: !%s!%s" -#: config/tc-alpha.c:2224 +#: config/tc-alpha.c:2381 #, c-format msgid "operand out of range (%s not between %d and %d)" msgstr "operador fuera de rango (%s no está entre %d y %d)" -#: config/tc-alpha.c:2338 config/tc-alpha.c:2362 config/tc-d10v.c:629 config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1382 config/tc-ppc.c:2072 config/tc-ppc.c:2256 config/tc-ppc.c:2268 config/tc-s390.c:1064 config/tc-s390.c:1121 config/tc-v850.c:1853 config/tc-v850.c:1876 config/tc-v850.c:2096 +#: config/tc-alpha.c:2495 config/tc-alpha.c:2519 config/tc-d10v.c:634 +#: config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1389 +#: config/tc-ppc.c:2088 config/tc-ppc.c:2269 config/tc-ppc.c:2281 +#: config/tc-s390.c:1072 config/tc-s390.c:1129 config/tc-v850.c:1764 +#: config/tc-v850.c:1787 config/tc-v850.c:2007 msgid "too many fixups" msgstr "demasiadas composturas" -#: config/tc-alpha.c:2374 +#: config/tc-alpha.c:2531 msgid "invalid relocation for instruction" msgstr "reubicación inválida para la instrucción" -#: config/tc-alpha.c:2385 +#: config/tc-alpha.c:2542 msgid "invalid relocation for field" msgstr "reubicación inválida para el campo" -#: config/tc-alpha.c:2484 +#: config/tc-alpha.c:2649 #, c-format msgid "too many ldah insns for !gpdisp!%ld" msgstr "demasiadas instrucciones ldah para !gpdisp!%ld" -#: config/tc-alpha.c:2486 config/tc-alpha.c:2498 +#: config/tc-alpha.c:2651 config/tc-alpha.c:2663 #, c-format msgid "both insns for !gpdisp!%ld must be in the same section" msgstr "ambas instrucciones para !gpdisp!%ld deben estar en la misma sección" -#: config/tc-alpha.c:2496 +#: config/tc-alpha.c:2661 #, c-format msgid "too many lda insns for !gpdisp!%ld" msgstr "demasiadas instrucciones lda para !gpdisp!%ld" -#: config/tc-alpha.c:2577 config/tc-alpha.c:2647 +#: config/tc-alpha.c:2713 +#, c-format +msgid "too many lituse insns for !lituse_tlsgd!%ld" +msgstr "demasiadas instrucciones lituse para !lituse_tlsgd!%ld" + +#: config/tc-alpha.c:2716 +#, c-format +msgid "too many lituse insns for !lituse_tlsldm!%ld" +msgstr "demasiadas instrucciones lituse para !lituse_tlsldm!%ld" + +#: config/tc-alpha.c:2733 +#, c-format +msgid "duplicate !tlsgd!%ld" +msgstr "!tlsgd!%ld duplicado" + +#: config/tc-alpha.c:2735 +#, c-format +msgid "sequence number in use for !tlsldm!%ld" +msgstr "número de secuencia en uso para !tlsldm!%ld" + +#: config/tc-alpha.c:2749 +#, c-format +msgid "duplicate !tlsldm!%ld" +msgstr "!tlsldm!%ld duplicado" + +#: config/tc-alpha.c:2751 +#, c-format +msgid "sequence number in use for !tlsgd!%ld" +msgstr "número de secuencia en uso para !tlsgd!%ld" + +#: config/tc-alpha.c:2796 config/tc-alpha.c:2869 #, c-format msgid "inappropriate arguments for opcode `%s'" msgstr "argumentos inapropiados para el código de operación `%s'" -#: config/tc-alpha.c:2579 config/tc-alpha.c:2649 +#: config/tc-alpha.c:2798 config/tc-alpha.c:2871 #, c-format msgid "opcode `%s' not supported for target %s" msgstr "el código de operación `%s' no tiene soporte para el objetivo %s" -#: config/tc-alpha.c:2583 config/tc-alpha.c:2653 config/tc-avr.c:1097 +#: config/tc-alpha.c:2802 config/tc-alpha.c:2875 config/tc-avr.c:1103 #, c-format msgid "unknown opcode `%s'" msgstr "código de operación `%s' desconocido" -#: config/tc-alpha.c:2701 +#: config/tc-alpha.c:2922 msgid "can not resolve expression" msgstr "no se puede resolver la expresión" -#: config/tc-alpha.c:2845 config/tc-alpha.c:3024 +#: config/tc-alpha.c:3066 config/tc-alpha.c:3245 msgid "overflow in literal (.lita) table" msgstr "desbordamiento en la tabla (.lita) literal" -#: config/tc-alpha.c:2852 config/tc-alpha.c:2875 config/tc-alpha.c:3037 config/tc-alpha.c:3252 config/tc-alpha.c:3297 config/tc-alpha.c:3371 config/tc-alpha.c:3463 config/tc-alpha.c:3712 config/tc-alpha.c:3813 +#: config/tc-alpha.c:3073 config/tc-alpha.c:3096 config/tc-alpha.c:3258 +#: config/tc-alpha.c:3473 config/tc-alpha.c:3518 config/tc-alpha.c:3592 +#: config/tc-alpha.c:3684 config/tc-alpha.c:3933 config/tc-alpha.c:4034 msgid "macro requires $at register while noat in effect" msgstr "la macro requiere el registro $at mientras noat está en efecto" -#: config/tc-alpha.c:2854 config/tc-alpha.c:2877 config/tc-alpha.c:3039 +#: config/tc-alpha.c:3075 config/tc-alpha.c:3098 config/tc-alpha.c:3260 msgid "macro requires $at while $at in use" msgstr "la macro requiere $at mientras $at está en uso" -#: config/tc-alpha.c:2985 +#: config/tc-alpha.c:3206 msgid "bignum invalid; zero assumed" msgstr "bignum inválido; se asume cero" -#: config/tc-alpha.c:2987 +#: config/tc-alpha.c:3208 msgid "floating point number invalid; zero assumed" msgstr "número de coma flotante inválido; se asume cero" -#: config/tc-alpha.c:2992 +#: config/tc-alpha.c:3213 msgid "can't handle expression" msgstr "no se puede manejar la expresión" -#: config/tc-alpha.c:3030 +#: config/tc-alpha.c:3251 msgid "overflow in literal (.lit8) table" msgstr "desbordamiento en la tabla (.lit8) literal" -#: config/tc-alpha.c:4042 config/tc-ppc.c:1579 config/tc-ppc.c:3974 +#: config/tc-alpha.c:4271 config/tc-ppc.c:1569 config/tc-ppc.c:3985 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "¡longitud de .COMM (%ld.) <0! Ignorada." -#: config/tc-alpha.c:4071 config/tc-sparc.c:3700 config/tc-v850.c:283 +#: config/tc-alpha.c:4300 config/tc-sparc.c:3707 config/tc-v850.c:254 msgid "Ignoring attempt to re-define symbol" msgstr "Se ignora el intento de redefinir el símbolo" -#: config/tc-alpha.c:4080 config/tc-alpha.c:4089 config/tc-ppc.c:4011 +#: config/tc-alpha.c:4309 config/tc-alpha.c:4318 config/tc-ppc.c:4022 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "La longitud de .comm \"%s\" ya es %ld. No se cambia a %ld." -#: config/tc-alpha.c:4191 ecoff.c:3084 +#: config/tc-alpha.c:4420 ecoff.c:3082 msgid ".ent directive has no name" msgstr "la directiva .ent no tiene nombre" -#: config/tc-alpha.c:4199 +#: config/tc-alpha.c:4428 msgid "nested .ent directives" msgstr "directivas .ent anidadas" -#: config/tc-alpha.c:4235 ecoff.c:3034 +#: config/tc-alpha.c:4464 ecoff.c:3032 msgid ".end directive has no name" msgstr "la directiva .end no tiene nombre" -#: config/tc-alpha.c:4244 +#: config/tc-alpha.c:4473 msgid ".end directive names different symbol than .ent" msgstr "la directiva .end nombra un símbolo diferente de .ent" -#: config/tc-alpha.c:4321 +#: config/tc-alpha.c:4550 #, c-format msgid "Invalid argument %d to .prologue." msgstr "Argumento inválido %d para .prologue." -#: config/tc-alpha.c:4413 +#: config/tc-alpha.c:4642 msgid "ECOFF debugging is disabled." msgstr "La depuración ECOFF está desactivada." -#: config/tc-alpha.c:4434 +#: config/tc-alpha.c:4663 msgid "Unknown section directive" msgstr "Directiva de sección desconocida" -#: config/tc-alpha.c:4470 +#: config/tc-alpha.c:4699 msgid ".ent directive has no symbol" msgstr "la directiva .ent no tiene símbolo" -#: config/tc-alpha.c:4497 +#: config/tc-alpha.c:4726 msgid "Bad .frame directive 1./2. param" msgstr "Parámetro 1./2. de directiva .frame erróneo" -#: config/tc-alpha.c:4509 +#: config/tc-alpha.c:4738 msgid "Bad .frame directive 3./4. param" msgstr "Parámetro 3./4. de directiva .frame erróneo" -#: config/tc-alpha.c:4534 +#: config/tc-alpha.c:4763 msgid ".pdesc directive not in link (.link) section" msgstr "la directiva .pdesc no está en la sección de enlace (.link)" -#: config/tc-alpha.c:4542 +#: config/tc-alpha.c:4771 msgid ".pdesc has no matching .ent" msgstr ".pdesc no tiene un .ent coincidente" -#: config/tc-alpha.c:4553 +#: config/tc-alpha.c:4782 msgid ".pdesc directive has no entry symbol" msgstr "la directiva .pdesc no tiene un símbolo de entrada" -#: config/tc-alpha.c:4566 +#: config/tc-alpha.c:4795 msgid "No comma after .pdesc " msgstr "No hay una coma después de .pdesc " -#: config/tc-alpha.c:4589 +#: config/tc-alpha.c:4818 msgid "unknown procedure kind" msgstr "tipo de procedimiento desconocido" -#: config/tc-alpha.c:4682 +#: config/tc-alpha.c:4911 msgid ".name directive not in link (.link) section" msgstr "la directiva .name no está en la sección de enlace (.link)" -#: config/tc-alpha.c:4690 +#: config/tc-alpha.c:4919 msgid ".name directive has no symbol" msgstr "la directiva .name no tiene símbolo" -#: config/tc-alpha.c:4724 +#: config/tc-alpha.c:4953 msgid "No symbol after .linkage" msgstr "No hay un símbolo después de .linkage" -#: config/tc-alpha.c:4752 +#: config/tc-alpha.c:4981 msgid "No symbol after .code_address" msgstr "No hay un símbolo después de .code_address" -#: config/tc-alpha.c:4785 +#: config/tc-alpha.c:5014 msgid "Bad .mask directive" msgstr "Directiva .mask errónea" -#: config/tc-alpha.c:4806 +#: config/tc-alpha.c:5035 msgid "Bad .fmask directive" msgstr "Directiva .fmask errónea" -#: config/tc-alpha.c:4976 +#: config/tc-alpha.c:5205 #, c-format msgid "Expected comma after name \"%s\"" msgstr "Se esperaba una coma después del nombre \"%s\"" #. *symbol_get_obj (symbolP) = (signed char) temp; -#: config/tc-alpha.c:4987 +#: config/tc-alpha.c:5216 #, c-format msgid "unhandled: .proc %s,%d" msgstr "sin manejar: .proc %s,%d" -#: config/tc-alpha.c:5022 +#: config/tc-alpha.c:5251 #, c-format msgid "Tried to .set unrecognized mode `%s'" msgstr "Se intento hacer .set del modo `%s' no reconocido" #. not fatal, but it might not work in the end -#: config/tc-alpha.c:5039 +#: config/tc-alpha.c:5268 msgid "File overrides no-base-register option." msgstr "El fichero se impone a la opción no-base-register." -#: config/tc-alpha.c:5056 +#: config/tc-alpha.c:5285 #, c-format msgid "Bad base register, using $%d." msgstr "Registro base erróneo, utilizando $%d." -#: config/tc-alpha.c:5078 +#: config/tc-alpha.c:5307 #, c-format msgid "Alignment too large: %d. assumed" msgstr "Alineación demasiado grande: se asume %d." -#: config/tc-alpha.c:5082 config/tc-d30v.c:2214 +#: config/tc-alpha.c:5311 config/tc-d30v.c:2214 msgid "Alignment negative: 0 assumed" msgstr "Alineación negativa: se asume 0" -#: config/tc-alpha.c:5394 +#: config/tc-alpha.c:5623 #, c-format msgid "Chose GP value of %lx\n" msgstr "Valor GP escogido de %lx\n" -#: config/tc-alpha.c:5410 config/tc-ia64.c:932 -msgid "Bad .section directive: want a,s,w,x,M,S in string" -msgstr "Directiva .section errónea: se quiere a,s,w,x,M,S en la cadena" +#: config/tc-alpha.c:5639 config/tc-ia64.c:958 +msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" +msgstr "Directiva .section errónea: se quiere a,s,w,x,M,S,G,T en la cadena" -#: config/tc-arc.c:1616 config/tc-arm.c:10246 +#: config/tc-arc.c:1616 config/tc-arm.c:10347 msgid "md_estimate_size_before_relax\n" msgstr "md_estimate_size_before_relax\n" @@ -1452,757 +1529,1058 @@ msgstr "md_estimate_size_before_relax\n" msgid "md_convert_frag\n" msgstr "md_convert_frag\n" -#: config/tc-arm.c:664 +#: config/tc-arm.c:681 msgid "ARM register expected" msgstr "se esperaba un registro ARM" -#: config/tc-arm.c:665 config/tc-arm.c:2814 +#: config/tc-arm.c:682 config/tc-arm.c:2846 msgid "bad or missing co-processor number" msgstr "número de co-procesador erróneo o faltante" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:666 config/tc-arm.c:2869 +#: config/tc-arm.c:683 config/tc-arm.c:2901 msgid "co-processor register expected" msgstr "se esperaba un registro de co-procesador" -#: config/tc-arm.c:667 +#: config/tc-arm.c:684 msgid "FPA register expected" msgstr "se esperaba un registro FPA" -#: config/tc-arm.c:668 +#: config/tc-arm.c:685 msgid "VFP single precision register expected" msgstr "Se esperaba un registro de precisión simple VFP" -#: config/tc-arm.c:669 +#: config/tc-arm.c:686 msgid "VFP double precision register expected" msgstr "Se esperaba un registro de precisión doble VFP" -#: config/tc-arm.c:670 +#: config/tc-arm.c:687 msgid "Maverick MVF register expected" msgstr "se esperaba un registro Maverick MVF" -#: config/tc-arm.c:671 +#: config/tc-arm.c:688 msgid "Maverick MVD register expected" msgstr "se esperaba un registro Maverick MVD" -#: config/tc-arm.c:672 config/tc-arm.c:673 +#: config/tc-arm.c:689 config/tc-arm.c:690 msgid "Maverick MVFX register expected" msgstr "se esperaba un registro Maverick MVFX" -#: config/tc-arm.c:674 +#: config/tc-arm.c:691 msgid "Maverick MVAX register expected" msgstr "se esperaba un registro Maverick MVAX" -#: config/tc-arm.c:675 +#: config/tc-arm.c:692 msgid "Maverick DSPSC register expected" msgstr "se esperaba un registro Maverick DSPSC" -#: config/tc-arm.c:2013 +#: config/tc-arm.c:2036 msgid "bad arguments to instruction" msgstr "argumentos erróneos para la instrucción" -#: config/tc-arm.c:2014 +#: config/tc-arm.c:2037 msgid "r15 not allowed here" msgstr "no se permite r15 aquí" -#: config/tc-arm.c:2015 +#: config/tc-arm.c:2038 msgid "instruction is not conditional" msgstr "la instrucción no es condicional" -#: config/tc-arm.c:2016 +#: config/tc-arm.c:2039 msgid "acc0 expected" msgstr "se esperaba acc0" -#: config/tc-arm.c:2155 +#: config/tc-arm.c:2184 msgid "literal pool overflow" msgstr "desbordamiento de conjunto literal" -#: config/tc-arm.c:2297 +#: config/tc-arm.c:2326 msgid "invalid syntax for .req directive" msgstr "sintaxis inválida para la directiva .req." -#: config/tc-arm.c:2372 +#: config/tc-arm.c:2401 #, c-format msgid "alignment too large: %d assumed" msgstr "alineación demasiado grande: se asume %d" -#: config/tc-arm.c:2375 +#: config/tc-arm.c:2404 msgid "alignment negative. 0 assumed." msgstr "alineación negativa. Se asume 0." -#: config/tc-arm.c:2459 +#: config/tc-arm.c:2488 #, c-format msgid "expected comma after name \"%s\"" msgstr "se esperaba una coma después del nombre \"%s\"" -#: config/tc-arm.c:2509 config/tc-m32r.c:418 +#: config/tc-arm.c:2538 config/tc-m32r.c:418 #, c-format msgid "symbol `%s' already defined" msgstr "el símbolo `%s' ya está definido" -#: config/tc-arm.c:2580 +#: config/tc-arm.c:2612 msgid "selected processor does not support THUMB opcodes" msgstr "el procesador seleccionado no tiene soporte para códigos de operación THUMB" -#: config/tc-arm.c:2593 +#: config/tc-arm.c:2625 msgid "selected processor does not support ARM opcodes" msgstr "el procesador seleccionado no tiene soporte para códigos de operación ARM" -#: config/tc-arm.c:2605 +#: config/tc-arm.c:2637 #, c-format msgid "invalid instruction size selected (%d)" msgstr "tamaño de instrucción seleccionado inválido (%d)" -#: config/tc-arm.c:2640 +#: config/tc-arm.c:2672 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "operando inválido para la directiva .code (%d) (se esperaba 16 o 32)" -#: config/tc-arm.c:2651 +#: config/tc-arm.c:2683 msgid "garbage following instruction" msgstr "basura a continuación de la instrucción" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2701 +#: config/tc-arm.c:2733 #, c-format msgid "register expected, not '%.100s'" msgstr "se esperaba un registro, no '%.100s'" #. In the few cases where we might be able to accept #. something else this error can be overridden. -#: config/tc-arm.c:2773 +#: config/tc-arm.c:2805 msgid "flag for {c}psr instruction expected" msgstr "se esperaba una opción para la instrucción {c}psr" -#: config/tc-arm.c:2807 +#: config/tc-arm.c:2839 msgid "illegal co-processor number" msgstr "número de co-procesador ilegal" -#: config/tc-arm.c:2839 config/tc-arm.c:3877 config/tc-arm.c:4059 +#: config/tc-arm.c:2871 config/tc-arm.c:3931 config/tc-arm.c:4113 msgid "bad or missing expression" msgstr "expresión errónea o faltante" -#: config/tc-arm.c:2845 +#: config/tc-arm.c:2877 msgid "immediate co-processor expression too large" msgstr "expresión de co-procesador inmediata demasiado grande" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2892 +#: config/tc-arm.c:2924 msgid "floating point register expected" msgstr "se esperaba un registro de coma flotante" -#: config/tc-arm.c:2909 +#: config/tc-arm.c:2941 msgid "immediate expression expected" msgstr "se esperaba una expresión inmediata" -#: config/tc-arm.c:2924 +#: config/tc-arm.c:2956 msgid "co-processor address must be word aligned" msgstr "la dirección del co-procesador debe ser alineada con word" -#: config/tc-arm.c:2930 +#: config/tc-arm.c:2962 msgid "offset too large" msgstr "desplazamiento demasiado grande" -#: config/tc-arm.c:2979 +#: config/tc-arm.c:3011 msgid "pc may not be used in post-increment" msgstr "el pc no se puede usar en post-incremento" -#: config/tc-arm.c:2995 config/tc-arm.c:3440 config/tc-arm.c:4228 config/tc-arm.c:5095 config/tc-arm.c:5429 +#: config/tc-arm.c:3027 config/tc-arm.c:3472 config/tc-arm.c:4282 +#: config/tc-arm.c:5149 config/tc-arm.c:5483 msgid "pre-indexed expression expected" msgstr "se esperaba una expresión pre-indizada" -#: config/tc-arm.c:3008 config/tc-arm.c:3453 config/tc-arm.c:4239 config/tc-arm.c:5107 config/tc-arm.c:5441 config/tc-arm.c:5790 config/tc-arm.c:8452 config/tc-arm.c:8467 +#: config/tc-arm.c:3040 config/tc-arm.c:3485 config/tc-arm.c:4293 +#: config/tc-arm.c:5161 config/tc-arm.c:5495 config/tc-arm.c:5844 +#: config/tc-arm.c:8508 config/tc-arm.c:8523 msgid "missing ]" msgstr "falta un ]" -#: config/tc-arm.c:3018 +#: config/tc-arm.c:3050 msgid "pc may not be used with write-back" msgstr "el pc no se puede usar con escritura hacia atrás" -#: config/tc-arm.c:3070 +#: config/tc-arm.c:3102 msgid "comma expected after register name" msgstr "se esperaba una coma después del nombre de registro" -#: config/tc-arm.c:3089 +#: config/tc-arm.c:3121 msgid "CPSR or SPSR expected" msgstr "se esperaba CPSR ó SPSR" -#: config/tc-arm.c:3115 +#: config/tc-arm.c:3147 msgid "comma missing after psr flags" msgstr "falta una coma después de las opciones psr" -#: config/tc-arm.c:3131 config/tc-arm.c:3141 +#: config/tc-arm.c:3163 config/tc-arm.c:3173 msgid "only a register or immediate value can follow a psr flag" msgstr "sólo un registro o un valor inmediato puede seguir a una opción psr" -#: config/tc-arm.c:3152 +#: config/tc-arm.c:3184 msgid "immediate value cannot be used to set this field" msgstr "no se puede usar un valor inmediato para establecer este campo" -#: config/tc-arm.c:3170 config/tc-arm.c:4455 config/tc-arm.c:4735 config/tc-arm.c:4755 config/tc-i960.c:1924 +#: config/tc-arm.c:3202 config/tc-arm.c:4509 config/tc-arm.c:4789 +#: config/tc-arm.c:4809 config/tc-i960.c:1925 msgid "invalid constant" msgstr "constante inválida" -#: config/tc-arm.c:3218 +#: config/tc-arm.c:3250 msgid "rdhi, rdlo and rm must all be different" msgstr "rdhi, rdlo y rm deben ser todos diferentes" -#: config/tc-arm.c:3272 +#: config/tc-arm.c:3304 msgid "rd and rm should be different in mul" msgstr "rd y rm deben ser diferentes en mul" -#: config/tc-arm.c:3326 +#: config/tc-arm.c:3358 msgid "rd and rm should be different in mla" msgstr "rd y rm deben ser diferentes en mla" -#: config/tc-arm.c:3374 +#: config/tc-arm.c:3406 #, c-format msgid "acc0 expected, not '%.100s'" msgstr "se esperaba acc0, no '%.100s'" -#: config/tc-arm.c:3552 +#: config/tc-arm.c:3584 msgid "rdhi and rdlo must be different" msgstr "rdhi y rdlo deben ser diferentes" -#: config/tc-arm.c:3660 +#: config/tc-arm.c:3692 msgid "Warning: instruction unpredictable when using r15" msgstr "Aviso: la instrucción es impredecible cuando se utiliza r15" -#: config/tc-arm.c:3886 config/tc-arm.c:4068 config/tc-arm.c:7395 config/tc-arm.c:7428 config/tc-arm.c:7438 +#: config/tc-arm.c:3907 +msgid "use of r15 in bxj is not really useful" +msgstr "el uso de r15 en bxj no es realmente útil" + +#: config/tc-arm.c:3940 config/tc-arm.c:4122 config/tc-arm.c:7449 +#: config/tc-arm.c:7484 config/tc-arm.c:7494 msgid "immediate value out of range" msgstr "valor inmediato fuera de rango" -#: config/tc-arm.c:4191 +#: config/tc-arm.c:4245 msgid "'[' expected after PLD mnemonic" msgstr "se esperaba '[' después del mnemónico PLD" -#: config/tc-arm.c:4213 +#: config/tc-arm.c:4267 msgid "post-indexed expression used in preload instruction" msgstr "se usó una expresión post-indizada en la instrucción de precarga" -#: config/tc-arm.c:4218 config/tc-arm.c:4248 +#: config/tc-arm.c:4272 config/tc-arm.c:4302 msgid "writeback used in preload instruction" msgstr "se usó escritura hacia atrás en la instrucción de precarga" -#: config/tc-arm.c:4290 +#: config/tc-arm.c:4344 msgid "destination register must be even" msgstr "el registro de destino debe ser par" -#: config/tc-arm.c:4296 +#: config/tc-arm.c:4350 msgid "r14 not allowed here" msgstr "no se permite r14 aquí" -#: config/tc-arm.c:4303 +#: config/tc-arm.c:4357 msgid "pre/post-indexing used when modified address register is destination" msgstr "se usó pre/post-indizado cuando el registro de dirección modificado es el destino" -#: config/tc-arm.c:4313 +#: config/tc-arm.c:4367 msgid "ldrd destination registers must not overlap index register" msgstr "los registros destino ldrd no deben quedar sobre el registro índice" -#: config/tc-arm.c:4439 +#: config/tc-arm.c:4493 msgid "bad_segment" msgstr "segmento_erróneo" -#: config/tc-arm.c:4476 expr.c:1314 read.c:2198 +#: config/tc-arm.c:4530 expr.c:1314 read.c:2203 msgid "bad expression" msgstr "expresión errónea" -#: config/tc-arm.c:4499 config/tc-arm.c:4510 +#: config/tc-arm.c:4553 config/tc-arm.c:4564 msgid "shift expression expected" msgstr "se esperaba una expresión de desplazamiento" -#: config/tc-arm.c:4534 +#: config/tc-arm.c:4588 msgid "shift requires register or #expression" msgstr "el desplazamiento requiere un registro o una #expresión" -#: config/tc-arm.c:4535 +#: config/tc-arm.c:4589 msgid "shift requires #expression" msgstr "el desplazamiento requiere una #expresión" -#: config/tc-arm.c:4565 +#: config/tc-arm.c:4619 msgid "shift of 0 ignored." msgstr "se ignora un desplazamiento de 0." -#: config/tc-arm.c:4571 +#: config/tc-arm.c:4625 msgid "invalid immediate shift" msgstr "desplazamiento inmediato inválido" -#: config/tc-arm.c:4726 config/tc-arm.c:5143 config/tc-arm.c:5478 config/tc-arm.c:6087 config/tc-v850.c:1956 config/tc-v850.c:1977 +#: config/tc-arm.c:4780 config/tc-arm.c:5197 config/tc-arm.c:5532 +#: config/tc-arm.c:6141 config/tc-v850.c:1867 config/tc-v850.c:1888 msgid "constant expression expected" msgstr "se esperaba una expresión constante" -#: config/tc-arm.c:4768 +#: config/tc-arm.c:4822 msgid "register or shift expression expected" msgstr "se esperaba un registro o una expresión de desplazamiento" -#: config/tc-arm.c:4821 +#: config/tc-arm.c:4875 msgid "invalid floating point immediate expression" msgstr "expresión inmediata de coma flotante inválida" -#: config/tc-arm.c:4825 +#: config/tc-arm.c:4879 msgid "floating point register or immediate expression expected" msgstr "se esperaba un registro de coma flotante o una expresión inmediata" -#: config/tc-arm.c:4979 config/tc-arm.c:5309 +#: config/tc-arm.c:5033 config/tc-arm.c:5363 msgid "address offset too large" msgstr "dirección de desplazamiento demasiado grande" -#: config/tc-arm.c:5037 config/tc-arm.c:5227 config/tc-arm.c:5369 +#: config/tc-arm.c:5091 config/tc-arm.c:5281 config/tc-arm.c:5423 msgid "address expected" msgstr "se esperaba una dirección" -#: config/tc-arm.c:5067 config/tc-arm.c:5079 config/tc-arm.c:5116 config/tc-arm.c:5245 config/tc-arm.c:5399 config/tc-arm.c:5413 config/tc-arm.c:5450 +#: config/tc-arm.c:5121 config/tc-arm.c:5133 config/tc-arm.c:5170 +#: config/tc-arm.c:5299 config/tc-arm.c:5453 config/tc-arm.c:5467 +#: config/tc-arm.c:5504 #, c-format msgid "%s register same as write-back base" msgstr "el registro %s es el mismo que la base de escritura-hacia-atrás" -#: config/tc-arm.c:5069 config/tc-arm.c:5081 config/tc-arm.c:5118 config/tc-arm.c:5247 config/tc-arm.c:5401 config/tc-arm.c:5415 config/tc-arm.c:5452 +#: config/tc-arm.c:5123 config/tc-arm.c:5135 config/tc-arm.c:5172 +#: config/tc-arm.c:5301 config/tc-arm.c:5455 config/tc-arm.c:5469 +#: config/tc-arm.c:5506 msgid "destination" msgstr "destino" -#: config/tc-arm.c:5069 config/tc-arm.c:5081 config/tc-arm.c:5118 config/tc-arm.c:5247 config/tc-arm.c:5401 config/tc-arm.c:5415 config/tc-arm.c:5452 +#: config/tc-arm.c:5123 config/tc-arm.c:5135 config/tc-arm.c:5172 +#: config/tc-arm.c:5301 config/tc-arm.c:5455 config/tc-arm.c:5469 +#: config/tc-arm.c:5506 msgid "source" msgstr "fuente" -#: config/tc-arm.c:5128 config/tc-arm.c:5462 config/tc-arm.c:7699 +#: config/tc-arm.c:5182 config/tc-arm.c:5516 config/tc-arm.c:7755 msgid "invalid pseudo operation" msgstr "pseudo operación inválida" -#: config/tc-arm.c:5180 config/tc-arm.c:5513 +#: config/tc-arm.c:5234 config/tc-arm.c:5567 msgid "literal pool insertion failed" msgstr "falló la inserción en el conjunto de literales" -#: config/tc-arm.c:5275 config/tc-arm.c:5281 +#: config/tc-arm.c:5329 config/tc-arm.c:5335 msgid "post-indexed expression expected" msgstr "se esperaba una expresión post-indizada" -#: config/tc-arm.c:5579 +#: config/tc-arm.c:5633 msgid "bad range in register list" msgstr "rango erróneo en la lista de registros" -#: config/tc-arm.c:5587 config/tc-arm.c:5596 config/tc-arm.c:5638 +#: config/tc-arm.c:5641 config/tc-arm.c:5650 config/tc-arm.c:5692 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "Aviso: registro duplicado (r%d) en la lista de registros" -#: config/tc-arm.c:5599 +#: config/tc-arm.c:5653 msgid "Warning: register range not in ascending order" msgstr "Aviso: el rango de registros no está en orden ascendente" -#: config/tc-arm.c:5611 +#: config/tc-arm.c:5665 msgid "missing `}'" msgstr "falta un `}'" -#: config/tc-arm.c:5627 +#: config/tc-arm.c:5681 msgid "invalid register mask" msgstr "máscara de registro inválida" -#: config/tc-arm.c:5648 config/tc-arm.c:8709 config/tc-arm.c:8809 config/tc-avr.c:860 config/tc-cris.c:3006 config/tc-d10v.c:1563 config/tc-d30v.c:1863 config/tc-mips.c:3641 config/tc-mips.c:4630 config/tc-mips.c:5486 config/tc-mips.c:6091 config/tc-ppc.c:5143 config/tc-v850.c:2376 +#: config/tc-arm.c:5702 config/tc-arm.c:8765 config/tc-arm.c:8865 +#: config/tc-avr.c:866 config/tc-cris.c:3006 config/tc-d10v.c:1724 +#: config/tc-d30v.c:1863 config/tc-mips.c:3509 config/tc-mips.c:4523 +#: config/tc-mips.c:5436 config/tc-mips.c:6090 config/tc-ppc.c:5154 +#: config/tc-v850.c:2287 config/tc-xstormy16.c:479 msgid "expression too complex" msgstr "expresión demasiado compleja" -#: config/tc-arm.c:5686 +#: config/tc-arm.c:5740 msgid "r15 not allowed as base register" msgstr "no se permite r15 como registro base" -#: config/tc-arm.c:5750 config/tc-arm.c:5764 +#: config/tc-arm.c:5804 config/tc-arm.c:5818 msgid "r15 not allowed in swap" msgstr "no se permite r15 en el intercambio" -#: config/tc-arm.c:5859 +#: config/tc-arm.c:5913 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "el uso de r15 en bx en modo ARM no es realmente útil" -#: config/tc-arm.c:6093 +#: config/tc-arm.c:6147 msgid "constant value required for number of registers" msgstr "se requiere un valor constante para el número de registros" -#: config/tc-arm.c:6101 +#: config/tc-arm.c:6155 msgid "number of registers must be in the range [1:4]" msgstr "el número de registros debe estar en el rango [1:4]" -#: config/tc-arm.c:6162 +#: config/tc-arm.c:6216 msgid "r15 not allowed as base register with write-back" msgstr "no se permite r15 como registro base con escritura-hacia-atrás" -#: config/tc-arm.c:6544 +#: config/tc-arm.c:6598 msgid "only two consecutive VFP SP registers allowed here" msgstr "solamente se permiten dos registros SP VFP consecutivos aquí" -#: config/tc-arm.c:6712 +#: config/tc-arm.c:6766 msgid "VFP system register expected" msgstr "se esperaba un registro de sistema VFP" -#: config/tc-arm.c:6850 config/tc-arm.c:6889 config/tc-arm.c:6902 config/tc-arm.c:6963 config/tc-arm.c:7002 config/tc-arm.c:7015 config/tc-mips.c:9060 config/tc-mips.c:9090 +#: config/tc-arm.c:6904 config/tc-arm.c:6943 config/tc-arm.c:6956 +#: config/tc-arm.c:7017 config/tc-arm.c:7056 config/tc-arm.c:7069 +#: config/tc-mips.c:9255 config/tc-mips.c:9285 msgid "invalid register list" msgstr "lista de registros inválida" -#: config/tc-arm.c:6856 config/tc-arm.c:6969 +#: config/tc-arm.c:6910 config/tc-arm.c:7023 msgid "register list not in ascending order" msgstr "la lista de registros no está en orden ascendente" -#: config/tc-arm.c:6881 config/tc-arm.c:6994 +#: config/tc-arm.c:6935 config/tc-arm.c:7048 msgid "register range not in ascending order" msgstr "el rango de registros no está en orden ascendente" -#: config/tc-arm.c:6919 config/tc-arm.c:7032 +#: config/tc-arm.c:6973 config/tc-arm.c:7086 msgid "non-contiguous register range" msgstr "el rango de registro no es contiguo" -#: config/tc-arm.c:7062 config/tc-arm.c:7099 +#: config/tc-arm.c:7116 config/tc-arm.c:7153 msgid "this addressing mode requires base-register writeback" msgstr "este modo de direccionamiento requiere escritura hacia atrás del registro-base" -#: config/tc-arm.c:7259 +#: config/tc-arm.c:7313 msgid "lo register required" msgstr "se requiere el registro lo" -#: config/tc-arm.c:7267 +#: config/tc-arm.c:7321 msgid "hi register required" msgstr "se requiere el registro hi" -#: config/tc-arm.c:7337 config/tc-arm.c:8541 +#: config/tc-arm.c:7391 config/tc-arm.c:8597 msgid "dest and source1 must be the same register" msgstr "dest y source1 debe ser el mismo registro" -#: config/tc-arm.c:7344 +#: config/tc-arm.c:7398 msgid "subtract valid only on lo regs" msgstr "subtract válido sólo en registros lo" -#: config/tc-arm.c:7368 +#: config/tc-arm.c:7422 msgid "invalid Hi register with immediate" msgstr "registro Hi inválido con el inmediato" -#: config/tc-arm.c:7406 +#: config/tc-arm.c:7462 msgid "invalid immediate value for stack adjust" msgstr "valor inmediato inválido para el ajuste de la pila" -#: config/tc-arm.c:7417 +#: config/tc-arm.c:7473 msgid "invalid immediate for address calculation" msgstr "inmediato inválido para el cálculo de dirección" -#: config/tc-arm.c:7504 +#: config/tc-arm.c:7560 msgid "source1 and dest must be same register" msgstr "source1 y dest debe ser el mismo registro" -#: config/tc-arm.c:7538 +#: config/tc-arm.c:7594 msgid "invalid immediate for shift" msgstr "inmediato inválido para el desplazamiento" -#: config/tc-arm.c:7617 +#: config/tc-arm.c:7673 msgid "only lo regs allowed with immediate" msgstr "sólo se permiten registros lo con inmediatos" -#: config/tc-arm.c:7636 +#: config/tc-arm.c:7692 msgid "invalid immediate" msgstr "inmediato inválido" -#: config/tc-arm.c:7690 +#: config/tc-arm.c:7746 msgid "expected ']'" msgstr "se esperaba ']'" -#: config/tc-arm.c:7763 +#: config/tc-arm.c:7819 msgid "byte or halfword not valid for base register" msgstr "byte o halfword no válido para el registro base" -#: config/tc-arm.c:7768 +#: config/tc-arm.c:7824 msgid "r15 based store not allowed" msgstr "no se permite el almacenamiento basado en r15" -#: config/tc-arm.c:7773 +#: config/tc-arm.c:7829 msgid "invalid base register for register offset" msgstr "registro base inválido para el desplazamiento del registro" -#: config/tc-arm.c:7791 config/tc-arm.c:7826 +#: config/tc-arm.c:7847 config/tc-arm.c:7882 msgid "invalid offset" msgstr "desplazamiento inválido" -#: config/tc-arm.c:7802 +#: config/tc-arm.c:7858 msgid "invalid base register in load/store" msgstr "registro base inválido en carga/almacenamiento" -#: config/tc-arm.c:8345 +#: config/tc-arm.c:8401 msgid "expecting immediate, 7bit operand" msgstr "se espera un operando inmediato de 7 bits" -#: config/tc-arm.c:8360 +#: config/tc-arm.c:8416 msgid "immediate out of range" msgstr "inmediato fuera de rango" -#: config/tc-arm.c:8403 +#: config/tc-arm.c:8459 msgid "offset expected" msgstr "se esperaba un desplazamiento" -#: config/tc-arm.c:8412 config/tc-pj.c:528 config/tc-sh.c:3030 +#: config/tc-arm.c:8468 config/tc-pj.c:528 config/tc-sh.c:3591 msgid "offset out of range" msgstr "desplazamiento fuera de rango" -#: config/tc-arm.c:8549 +#: config/tc-arm.c:8605 msgid "Rs and Rd must be different in MUL" msgstr "Rs y Rd deben ser diferentes en MUL" -#: config/tc-arm.c:8693 +#: config/tc-arm.c:8749 msgid "inserted missing '!': load/store multiple always writes back base register" msgstr "se insertó un '!' faltante: los load/store múltiples siempre escribe hacia atrás el registro base" -#: config/tc-arm.c:8715 +#: config/tc-arm.c:8771 msgid "only lo-regs valid in load/store multiple" msgstr "sólo los registros lo son válidos en carga/almacenamiento múltiple" -#: config/tc-arm.c:8761 +#: config/tc-arm.c:8817 msgid "syntax: ldrs[b] Rd, [Rb, Ro]" msgstr "sintaxis: ldrs[b] Rd, [Rb, Ro]" -#: config/tc-arm.c:8825 +#: config/tc-arm.c:8881 msgid "invalid register list to push/pop instruction" msgstr "lista de registros inválida para la instrucción push/pop" -#: config/tc-arm.c:8937 config/tc-arm.c:9115 +#: config/tc-arm.c:8993 config/tc-arm.c:9171 msgid "virtual memory exhausted" msgstr "memoria agotada" -#: config/tc-arm.c:9018 +#: config/tc-arm.c:9074 #, c-format msgid "register '%s' does not exist\n" msgstr "el registro '%s' no existe\n" -#: config/tc-arm.c:9022 +#: config/tc-arm.c:9078 #, c-format msgid "ignoring redefinition of register alias '%s' to non-existant register '%s'" msgstr "se ignora la redefinición del alias de registro '%s' al registro no existente '%s'" -#: config/tc-arm.c:9031 +#: config/tc-arm.c:9087 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "se ignora la redefinición del alias de registro '%s'" -#: config/tc-arm.c:9037 +#: config/tc-arm.c:9093 msgid "ignoring incomplete .req pseuso op" msgstr "se ignora el pseudo operador incompleto .req" -#: config/tc-arm.c:9312 +#: config/tc-arm.c:9195 +msgid "use of old and new-style options to set CPU type" +msgstr "se utilizan opciones de estilo antiguo y nuevo para establecer el tipo de CPU" + +#: config/tc-arm.c:9205 +msgid "use of old and new-style options to set FPU type" +msgstr "se utilizan opciones de estilo antiguo y nuevo para establecer el tipo de FPU" + +#: config/tc-arm.c:9415 msgid "bad call to MD_ATOF()" msgstr "llamada errónea a MD_ATOF()" -#: config/tc-arm.c:9542 +#: config/tc-arm.c:9645 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "constante inválidoa (%lx) después de la compostura" -#: config/tc-arm.c:9578 +#: config/tc-arm.c:9681 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "no se pueden calcular las instrucciones ADRL para el desplazamiento de PC de 0x%lx" -#: config/tc-arm.c:9608 +#: config/tc-arm.c:9711 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "valor inmediato erróneo para el desplazamiento (%ld)" -#: config/tc-arm.c:9630 config/tc-arm.c:9652 +#: config/tc-arm.c:9733 config/tc-arm.c:9755 msgid "invalid literal constant: pool needs to be closer" msgstr "constante literal inválida: el conjunto necesita estar más cerca" -#: config/tc-arm.c:9632 +#: config/tc-arm.c:9735 #, c-format msgid "bad immediate value for half-word offset (%ld)" msgstr "valor inmediato erróneo para el desplazamiento half-word (%ld)" -#: config/tc-arm.c:9669 +#: config/tc-arm.c:9772 msgid "shift expression is too large" msgstr "la expresión de desplazamiento es demasiado grande" -#: config/tc-arm.c:9688 config/tc-arm.c:9697 +#: config/tc-arm.c:9791 config/tc-arm.c:9800 msgid "invalid swi expression" msgstr "expresión swi inválida" -#: config/tc-arm.c:9707 +#: config/tc-arm.c:9810 msgid "invalid expression in load/store multiple" msgstr "expresión inválida en load/store múltiples" -#: config/tc-arm.c:9760 +#: config/tc-arm.c:9863 msgid "GAS can't handle same-section branch dest >= 0x04000000" msgstr "GAS no puede manejar un destino de ramificación en la misma sección >= 0x04000000" -#: config/tc-arm.c:9769 +#: config/tc-arm.c:9872 msgid "out of range branch" msgstr "ramificación fuera de rango" -#: config/tc-arm.c:9802 config/tc-arm.c:9818 +#: config/tc-arm.c:9905 config/tc-arm.c:9921 msgid "branch out of range" msgstr "ramificación fuera de rango" -#: config/tc-arm.c:9841 +#: config/tc-arm.c:9945 msgid "branch with link out of range" msgstr "ramificación con enlace fuera de rango" -#: config/tc-arm.c:9917 +#: config/tc-arm.c:10018 msgid "illegal value for co-processor offset" msgstr "valor ilegal para el desplazamiento del co-procesador" -#: config/tc-arm.c:9941 +#: config/tc-arm.c:10042 #, c-format msgid "invalid offset, target not word aligned (0x%08X)" msgstr "desplazamiento inválido, el objetivo no está alineado a word (0x%08X)" -#: config/tc-arm.c:9947 config/tc-arm.c:9956 config/tc-arm.c:9963 config/tc-arm.c:9970 config/tc-arm.c:9977 +#: config/tc-arm.c:10048 config/tc-arm.c:10057 config/tc-arm.c:10064 +#: config/tc-arm.c:10071 config/tc-arm.c:10078 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "desplazamiento inválido, valor demasiado grande (0x%08lX)" -#: config/tc-arm.c:10016 +#: config/tc-arm.c:10117 msgid "invalid immediate for stack address calculation" msgstr "inmediato inválido para el cálculo de la dirección de la pila" -#: config/tc-arm.c:10025 +#: config/tc-arm.c:10126 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "inmediato inválido para el cálculo de la dirección (valor = 0x%08lX)" -#: config/tc-arm.c:10035 +#: config/tc-arm.c:10136 msgid "invalid 8bit immediate" msgstr "inmediato de 8bit inválido" -#: config/tc-arm.c:10043 +#: config/tc-arm.c:10144 msgid "invalid 3bit immediate" msgstr "inmediato de 3bit inválido" -#: config/tc-arm.c:10059 +#: config/tc-arm.c:10160 #, c-format msgid "invalid immediate: %ld is too large" msgstr "inmediato inválido: %ld es demasiado grande" -#: config/tc-arm.c:10074 +#: config/tc-arm.c:10175 #, c-format msgid "illegal Thumb shift value: %ld" msgstr "valor de desplazamiento Thumb ilegal: %ld" -#: config/tc-arm.c:10088 +#: config/tc-arm.c:10189 #, c-format msgid "bad relocation fixup type (%d)" msgstr "tipo de compostura de reubicación inválido (%d)" -#: config/tc-arm.c:10159 +#: config/tc-arm.c:10260 msgid "literal referenced across section boundary (Implicit dump?)" msgstr "se referencía una literal a través de un límite de sección (¿Volcado implícito?)" -#: config/tc-arm.c:10172 +#: config/tc-arm.c:10273 #, c-format msgid "internal relocation (type %d) not fixed up (IMMEDIATE)" msgstr "reubicación_interna (tipo %d) no compuesta (IMMEDIATE)" -#: config/tc-arm.c:10178 +#: config/tc-arm.c:10279 msgid "ADRL used for a symbol not defined in the same file" msgstr "se utiliza ADRL para un símbolo que no está definido en el mismo fichero" -#: config/tc-arm.c:10183 +#: config/tc-arm.c:10284 #, c-format msgid "internal_relocation (type %d) not fixed up (OFFSET_IMM)" msgstr "reubicación_interna (tipo %d) no compuesta (OFFSET_IMM)" -#: config/tc-arm.c:10204 config/tc-cris.c:2940 config/tc-mcore.c:2104 config/tc-mmix.c:2840 config/tc-ns32k.c:2350 +#: config/tc-arm.c:10305 config/tc-cris.c:2940 config/tc-mcore.c:2104 +#: config/tc-mmix.c:2869 config/tc-ns32k.c:2350 msgid "" msgstr "" -#: config/tc-arm.c:10207 config/tc-arm.c:10228 +#: config/tc-arm.c:10308 config/tc-arm.c:10329 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "no se puede representar la reubicación %s en este formato de fichero objeto" -#: config/tc-arm.c:10325 +#: config/tc-arm.c:10425 #, c-format msgid "no operator -- statement `%s'\n" msgstr "no hay operador -- declaración `%s'\n" -#: config/tc-arm.c:10343 config/tc-arm.c:10368 +#: config/tc-arm.c:10443 config/tc-arm.c:10468 #, c-format msgid "selected processor does not support `%s'" msgstr "el procesador seleccionado no tiene soporte para `%s'" -#: config/tc-arm.c:10385 +#: config/tc-arm.c:10485 #, c-format msgid "bad instruction `%s'" msgstr "instrucción `%s' errónea" -#: config/tc-arm.c:10583 +#: config/tc-arm.c:10586 +msgid "generate PIC code" +msgstr "genera código PIC" + +#: config/tc-arm.c:10587 +msgid "assemble Thumb code" +msgstr "ensambla código Thumb" + +#: config/tc-arm.c:10588 +msgid "support ARM/Thumb interworking" +msgstr "soporta la interoperación ARM/Thumb" + +#: config/tc-arm.c:10590 +msgid "use old ABI (ELF only)" +msgstr "usa la ABI antigua (solamente ELF)" + +#: config/tc-arm.c:10591 +msgid "code uses 32-bit program counter" +msgstr "el código utiliza un contador de programa de 32-bit" + +#: config/tc-arm.c:10592 +msgid "code uses 26-bit program counter" +msgstr "el código utiliza un contador de programa de 26-bit" + +#: config/tc-arm.c:10593 +msgid "floating point args are in fp regs" +msgstr "los argumentos de coma flotante están en los registros de coma flotante" + +#: config/tc-arm.c:10595 +msgid "re-entrant code" +msgstr "código reentrante" + +#: config/tc-arm.c:10596 +msgid "code is ATPCS conformant" +msgstr "el código es conforme a ATPCS" + +#: config/tc-arm.c:10597 +msgid "assemble for big-endian" +msgstr "ensamblar para big-endian" + +#: config/tc-arm.c:10598 +msgid "assemble for little-endian" +msgstr "ensamblar para little-endian" + +#. These are recognized by the assembler, but have no affect on code. +#: config/tc-arm.c:10602 +msgid "use frame pointer" +msgstr "usar apuntador de marco" + +#: config/tc-arm.c:10603 +msgid "use stack size checking" +msgstr "usar revisión del tamaño de la pila" + +#. DON'T add any new processors to this list -- we want the whole list +#. to go away... Add them to the processors table instead. +#: config/tc-arm.c:10607 config/tc-arm.c:10608 +msgid "use -mcpu=arm1" +msgstr "usar -mcpu=arm1" + +#: config/tc-arm.c:10609 config/tc-arm.c:10610 +msgid "use -mcpu=arm2" +msgstr "usar -mcpu=arm2" + +#: config/tc-arm.c:10611 config/tc-arm.c:10612 +msgid "use -mcpu=arm250" +msgstr "usar -mcpu=arm250" + +#: config/tc-arm.c:10613 config/tc-arm.c:10614 +msgid "use -mcpu=arm3" +msgstr "usar -mcpu=arm3" + +#: config/tc-arm.c:10615 config/tc-arm.c:10616 +msgid "use -mcpu=arm6" +msgstr "usar -mcpu=arm6" + +#: config/tc-arm.c:10617 config/tc-arm.c:10618 +msgid "use -mcpu=arm600" +msgstr "usar -mcpu=arm600" + +#: config/tc-arm.c:10619 config/tc-arm.c:10620 +msgid "use -mcpu=arm610" +msgstr "usar -mcpu=arm610" + +#: config/tc-arm.c:10621 config/tc-arm.c:10622 +msgid "use -mcpu=arm620" +msgstr "usar -mcpu=arm620" + +#: config/tc-arm.c:10623 config/tc-arm.c:10624 +msgid "use -mcpu=arm7" +msgstr "usar -mcpu=arm7" + +#: config/tc-arm.c:10625 config/tc-arm.c:10626 +msgid "use -mcpu=arm70" +msgstr "usar -mcpu=arm70" + +#: config/tc-arm.c:10627 config/tc-arm.c:10628 +msgid "use -mcpu=arm700" +msgstr "usar -mcpu=arm700" + +#: config/tc-arm.c:10629 config/tc-arm.c:10630 +msgid "use -mcpu=arm700i" +msgstr "usar -mcpu=arm700i" + +#: config/tc-arm.c:10631 config/tc-arm.c:10632 +msgid "use -mcpu=arm710" +msgstr "usar -mcpu=arm710" + +#: config/tc-arm.c:10633 config/tc-arm.c:10634 +msgid "use -mcpu=arm710c" +msgstr "usar -mcpu=arm710c" + +#: config/tc-arm.c:10635 config/tc-arm.c:10636 +msgid "use -mcpu=arm720" +msgstr "usar -mcpu=arm720" + +#: config/tc-arm.c:10637 config/tc-arm.c:10638 +msgid "use -mcpu=arm7d" +msgstr "usar -mcpu=arm7d" + +#: config/tc-arm.c:10639 config/tc-arm.c:10640 +msgid "use -mcpu=arm7di" +msgstr "usar -mcpu=arm7di" + +#: config/tc-arm.c:10641 config/tc-arm.c:10642 +msgid "use -mcpu=arm7m" +msgstr "usar -mcpu=arm7m" + +#: config/tc-arm.c:10643 config/tc-arm.c:10644 +msgid "use -mcpu=arm7dm" +msgstr "usar -mcpu=arm7dm" + +#: config/tc-arm.c:10645 config/tc-arm.c:10646 +msgid "use -mcpu=arm7dmi" +msgstr "usar -mcpu=arm7dmi" + +#: config/tc-arm.c:10647 config/tc-arm.c:10648 +msgid "use -mcpu=arm7100" +msgstr "usar -mcpu=arm7100" + +#: config/tc-arm.c:10649 config/tc-arm.c:10650 +msgid "use -mcpu=arm7500" +msgstr "usar -mcpu=arm7500" + +#: config/tc-arm.c:10651 config/tc-arm.c:10652 +msgid "use -mcpu=arm7500fe" +msgstr "usar -mcpu=arm7500fe" + +#: config/tc-arm.c:10653 config/tc-arm.c:10654 config/tc-arm.c:10655 +#: config/tc-arm.c:10656 +msgid "use -mcpu=arm7tdmi" +msgstr "usar -mcpu=arm7tdmi" + +#: config/tc-arm.c:10657 config/tc-arm.c:10658 +msgid "use -mcpu=arm710t" +msgstr "usar -mcpu=arm710t" + +#: config/tc-arm.c:10659 config/tc-arm.c:10660 +msgid "use -mcpu=arm720t" +msgstr "usar -mcpu=arm720t" + +#: config/tc-arm.c:10661 config/tc-arm.c:10662 +msgid "use -mcpu=arm740t" +msgstr "usar -mcpu=arm740t" + +#: config/tc-arm.c:10663 config/tc-arm.c:10664 +msgid "use -mcpu=arm8" +msgstr "usar -mcpu=arm8" + +#: config/tc-arm.c:10665 config/tc-arm.c:10666 +msgid "use -mcpu=arm810" +msgstr "usar -mcpu=arm810" + +#: config/tc-arm.c:10667 config/tc-arm.c:10668 +msgid "use -mcpu=arm9" +msgstr "usar -mcpu=arm9" + +#: config/tc-arm.c:10669 config/tc-arm.c:10670 +msgid "use -mcpu=arm9tdmi" +msgstr "usar -mcpu=arm9tdmi" + +#: config/tc-arm.c:10671 config/tc-arm.c:10672 +msgid "use -mcpu=arm920" +msgstr "usar -mcpu=arm920" + +#: config/tc-arm.c:10673 config/tc-arm.c:10674 +msgid "use -mcpu=arm940" +msgstr "usar -mcpu=arm940" + +#: config/tc-arm.c:10675 +msgid "use -mcpu=strongarm" +msgstr "usar -mcpu=strongarm" + +#: config/tc-arm.c:10677 +msgid "use -mcpu=strongarm110" +msgstr "usar -mcpu=strongarm110" + +#: config/tc-arm.c:10679 +msgid "use -mcpu=strongarm1100" +msgstr "usar -mcpu=strongarm1100" + +#: config/tc-arm.c:10681 +msgid "use -mcpu=strongarm1110" +msgstr "usar -mcpu=strongarm1110" + +#: config/tc-arm.c:10682 +msgid "use -mcpu=xscale" +msgstr "usar -mcpu=xscale" + +#: config/tc-arm.c:10683 +msgid "use -mcpu=all" +msgstr "usar -mcpu=all" + +#. Architecture variants -- don't add any more to this list either. +#: config/tc-arm.c:10686 config/tc-arm.c:10687 +msgid "use -march=armv2" +msgstr "usar -march=armv2" + +#: config/tc-arm.c:10688 config/tc-arm.c:10689 +msgid "use -march=armv2a" +msgstr "usar -march=armv2a" + +#: config/tc-arm.c:10690 config/tc-arm.c:10691 +msgid "use -march=armv3" +msgstr "usar -march=armv3" + +#: config/tc-arm.c:10692 config/tc-arm.c:10693 +msgid "use -march=armv3m" +msgstr "usar -march=armv3m" + +#: config/tc-arm.c:10694 config/tc-arm.c:10695 +msgid "use -march=armv4" +msgstr "usar -march=armv4" + +#: config/tc-arm.c:10696 config/tc-arm.c:10697 +msgid "use -march=armv4t" +msgstr "usar -march=armv4t" + +#: config/tc-arm.c:10698 config/tc-arm.c:10699 +msgid "use -march=armv5" +msgstr "usar -march=armv5" + +#: config/tc-arm.c:10700 config/tc-arm.c:10701 +msgid "use -march=armv5t" +msgstr "usar -march=armv5t" + +#: config/tc-arm.c:10702 config/tc-arm.c:10703 +msgid "use -march=armv5te" +msgstr "usar -march=armv5te" + +#. Floating point variants -- don't add any more to this list either. +#: config/tc-arm.c:10706 +msgid "use -mfpu=fpe" +msgstr "usar -mfpu=fpe" + +#: config/tc-arm.c:10707 +msgid "use -mfpu=fpa10" +msgstr "usar -mfpu=fpa10" + +#: config/tc-arm.c:10708 +msgid "use -mfpu=fpa11" +msgstr "usar -mfpu=fpa11" + +#: config/tc-arm.c:10710 +msgid "use either -mfpu=softfpa or -mfpu=softvfp" +msgstr "usar -mfpu=softfpa ó -mfpu=softvfp" + +#: config/tc-arm.c:10890 +msgid "invalid architectural extension" +msgstr "extensión de arquitectura inválida" + +#: config/tc-arm.c:10904 +msgid "missing architectural extension" +msgstr "falta la extensión de la arquitectura" + +#: config/tc-arm.c:10917 #, c-format -msgid "unrecognised APCS switch -m%s" -msgstr "interruptor APCS -m%s no reconocido" +msgid "unknown architectural extnsion `%s'" +msgstr "extensión de arquitectura `%s' desconocida" -#: config/tc-arm.c:10738 config/tc-arm.c:10751 config/tc-arm.c:10764 config/tc-arm.c:10777 config/tc-arm.c:10783 +#: config/tc-arm.c:10942 #, c-format -msgid "invalid architecture variant -m%s" -msgstr "variante de arquitectura -m%s inválida" - -#: config/tc-arm.c:10790 -#, c-format -msgid "invalid processor variant -m%s" -msgstr "variante de procesador -m%s inválida" - -#: config/tc-arm.c:10813 -msgid "" -" ARM Specific Assembler Options:\n" -" -m[arm][] select processor variant\n" -" -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n" -" -marm9e allow Cirrus/DSP instructions\n" -" -mthumb only allow Thumb instructions\n" -" -mthumb-interwork mark the assembled code as supporting interworking\n" -" -mall allow any instruction\n" -" -mfpa10, -mfpa11 select floating point architecture\n" -" -mfpe-old don't allow floating-point multiple instructions\n" -" -mvfpxd allow vfp single-precision instructions\n" -" -mvfp allow all vfp instructions\n" -" -mno-fpu don't allow any floating-point instructions.\n" -" -k generate PIC code.\n" -msgstr "" -" Opciones Específicas del Ensamblador de ARM:\n" -" -m[arm][] selecciona la variante de procesador\n" -" -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] selecciona la variante de arquitectura\n" -" -marm9e permite instrucciones Cirrus/DSP\n" -" -mthumb sólo permite instrucciones Thumb\n" -" -mthumb-interwork marca el código ensamblado con soporte para interoperación\n" -" -mall permite cualquier instrucción\n" -" -mfpa10, -mfpa11 selecciona la arquitectura de coma flotante\n" -" -mfpe-old no permite instrucciones múltiples de coma flotante\n" -" -mvfpxd permite instrucciones vfp de precisión sencilla\n" -" -mvfp permite todas las instrucciones vfp\n" -" -mno-fpu no permite ninguna instrucción de coma flotante.\n" -" -k genera código PIC.\n" - -#: config/tc-arm.c:10828 -msgid "" -" -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to use\n" -" -matpcs use ARM/Thumb Procedure Calling Standard\n" -" -mapcs-float floating point args are passed in FP regs\n" -" -mapcs-reentrant the code is position independent/reentrant\n" -msgstr "" -" -mapcs-32, -mapcs-26 especifica el Estándar de Llamada de Procedimiento de ARM a utilizar\n" -" -matpcs utiliza el Estándar de Llamada de Procedimiento ARM/Thumb\n" -" -mapcs-float los argumentos de coma flotante se pasan en registros FP\n" -" -mapcs-reentrant el código es independiente de posición/reentrante\n" - -#: config/tc-arm.c:10835 -msgid " -moabi support the old ELF ABI\n" -msgstr " -moabi soporta el ABI ELF antiguo\n" - -#: config/tc-arm.c:10839 -msgid "" -" -EB assemble code for a big endian cpu\n" -" -EL assemble code for a little endian cpu\n" -msgstr "" -" -EB ensambla código para un cpu big endian\n" -" -EL ensambla código para un cpu little endian\n" +msgid "missing cpu name `%s'" +msgstr "falta el nombre de cpu `%s'" + +#: config/tc-arm.c:10958 +#, c-format +msgid "unknown cpu `%s'" +msgstr "cpu `%s' desconocido" + +#: config/tc-arm.c:10977 +#, c-format +msgid "missing architecture name `%s'" +msgstr "falta el nombre de arquitectura `%s'" + +#: config/tc-arm.c:10994 +#, c-format +msgid "unknown architecture `%s'\n" +msgstr "arquitectura `%s' desconocida\n" + +#: config/tc-arm.c:11011 +#, c-format +msgid "unknown floating point format `%s'\n" +msgstr "formato de coma flotante `%s' desconocido\n" + +#: config/tc-arm.c:11017 +msgid "\t assemble for CPU " +msgstr "\t ensamblar para el CPU " + +#: config/tc-arm.c:11019 +msgid "\t assemble for architecture " +msgstr "\t ensamblar para la arquitectura " + +#: config/tc-arm.c:11021 +msgid "\t assemble for FPU architecture " +msgstr "\t ensamblar para la arquitectura de Unidad de Coma Flotante " + +#: config/tc-arm.c:11063 config/tc-arm.c:11085 +#, c-format +msgid "option `-%c%s' is deprecated: %s" +msgstr "la opción `-%c%s' está deprecada: %s" + +#: config/tc-arm.c:11094 +#, c-format +msgid "unrecognized option `-%c%s'" +msgstr "opción `-%c%s' no reconocida" + +#: config/tc-arm.c:11108 +msgid " ARM-specific assembler options:\n" +msgstr "Opciones de ensamblador específicas de ARM:\n" + +#: config/tc-arm.c:11119 +msgid " -EB assemble code for a big-endian cpu\n" +msgstr " -EB ensambla código para un cpu big-endian\n" + +#: config/tc-arm.c:11124 +msgid " -EL assemble code for a little-endian cpu\n" +msgstr " -EL ensambla código para un cpu little-endian\n" -#: config/tc-arm.c:11023 +#: config/tc-arm.c:11306 #, c-format msgid "%s: unexpected function type: %d" msgstr "%s: tipo de función inesperado: %d" -#: config/tc-arm.c:11389 +#: config/tc-arm.c:11672 msgid "alignments greater than 32 bytes not supported in .text sections." msgstr "las alineaciones más grandes que 32 bytes no tienen soporte en la sección text." @@ -2210,11 +2588,11 @@ msgstr "las alineaciones más grandes que msgid "arm convert_frag\n" msgstr "convert_frag de arm\n" -#: config/tc-avr.c:197 +#: config/tc-avr.c:203 msgid "Known MCU names:" msgstr "Nombres MCU conocidos:" -#: config/tc-avr.c:266 +#: config/tc-avr.c:272 msgid "" "AVR options:\n" " -mmcu=[avr-name] select microcontroller variant\n" @@ -2236,7 +2614,7 @@ msgstr "" " avr5 - ATmega161, ATmega163, ATmega32, AT94K\n" " o el nombre inmediato del microcontrolador.\n" -#: config/tc-avr.c:276 +#: config/tc-avr.c:282 msgid "" " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" " -mno-skip-bug disable warnings for skipping two-word instructions\n" @@ -2251,145 +2629,152 @@ msgstr "" " -mno-wrap rechaza las instrucciones rjmp/rcall con envoltura de 8K\n" " (por omisión para avr3, avr5)\n" -#: config/tc-avr.c:324 +#: config/tc-avr.c:330 #, c-format msgid "unknown MCU: %s\n" msgstr "MCU desconocido: %s\n" -#: config/tc-avr.c:333 +#: config/tc-avr.c:339 #, c-format msgid "redefinition of mcu type `%s' to `%s'" msgstr "redefinición del tipo de mcu `%s' a `%s'" -#: config/tc-avr.c:384 config/tc-d10v.c:314 config/tc-d30v.c:366 config/tc-mips.c:9586 config/tc-mmix.c:2233 config/tc-mn10200.c:361 config/tc-pj.c:357 config/tc-ppc.c:4803 config/tc-sh.c:2090 config/tc-v850.c:1292 +#: config/tc-avr.c:390 config/tc-d10v.c:319 config/tc-d30v.c:366 +#: config/tc-mips.c:9781 config/tc-mmix.c:2250 config/tc-mn10200.c:361 +#: config/tc-pj.c:357 config/tc-ppc.c:4814 config/tc-sh.c:2536 +#: config/tc-v850.c:1194 msgid "bad call to md_atof" msgstr "llamada errónea a md_atof" -#: config/tc-avr.c:447 +#: config/tc-avr.c:453 msgid "constant value required" msgstr "se requiere un valor constante" -#: config/tc-avr.c:450 +#: config/tc-avr.c:456 #, c-format msgid "number must be less than %d" msgstr "el número debe ser menor que %d" -#: config/tc-avr.c:502 +#: config/tc-avr.c:508 msgid "`,' required" msgstr "se requiere `,'" -#: config/tc-avr.c:521 +#: config/tc-avr.c:527 msgid "undefined combination of operands" msgstr "combinación indefinida de operandos" -#: config/tc-avr.c:530 +#: config/tc-avr.c:536 msgid "skipping two-word instruction" msgstr "instrucción que salta dos palabras" -#: config/tc-avr.c:592 +#: config/tc-avr.c:598 msgid "register r16-r23 required" msgstr "se requiere los registros r16-r23" -#: config/tc-avr.c:598 +#: config/tc-avr.c:604 msgid "register number above 15 required" msgstr "se requiere un número de registro superior a 15" -#: config/tc-avr.c:604 +#: config/tc-avr.c:610 msgid "even register number required" msgstr "se requieren números de registro par" -#: config/tc-avr.c:610 +#: config/tc-avr.c:616 msgid "register r24, r26, r28 or r30 required" msgstr "se requieren los registros r24, r26, r28 o r30" -#: config/tc-avr.c:616 +#: config/tc-avr.c:622 msgid "register name or number from 0 to 31 required" msgstr "se requiere un nombre de registro o un número del 0 al 31" -#: config/tc-avr.c:634 +#: config/tc-avr.c:640 msgid "pointer register (X, Y or Z) required" msgstr "se requiere un registro apuntador (X, Y o Z)" -#: config/tc-avr.c:641 +#: config/tc-avr.c:647 msgid "cannot both predecrement and postincrement" msgstr "no se puede predecrementar y postincrementar" -#: config/tc-avr.c:649 +#: config/tc-avr.c:655 msgid "addressing mode not supported" msgstr "el modo de direccionamiento no tiene soporte" -#: config/tc-avr.c:655 +#: config/tc-avr.c:661 msgid "can't predecrement" msgstr "no se puede predecrementar" -#: config/tc-avr.c:658 +#: config/tc-avr.c:664 msgid "pointer register Z required" msgstr "se requiere el registro apuntador Z" -#: config/tc-avr.c:676 +#: config/tc-avr.c:682 msgid "pointer register (Y or Z) required" msgstr "se requiere un registro apuntador (Y o Z)" -#: config/tc-avr.c:781 +#: config/tc-avr.c:787 #, c-format msgid "unknown constraint `%c'" msgstr "restricción `%c' desconocida" -#: config/tc-avr.c:890 config/tc-avr.c:906 config/tc-avr.c:1007 +#: config/tc-avr.c:896 config/tc-avr.c:912 config/tc-avr.c:1013 #, c-format msgid "odd address operand: %ld" msgstr "operando de direccón impar: %ld" -#: config/tc-avr.c:898 config/tc-avr.c:917 +#: config/tc-avr.c:904 config/tc-avr.c:923 config/tc-d10v.c:586 #, c-format msgid "operand out of range: %ld" msgstr "operando fuera de rango: %ld" -#: config/tc-avr.c:1016 config/tc-d10v.c:1634 config/tc-d30v.c:1987 +#: config/tc-avr.c:1022 config/tc-d10v.c:1810 config/tc-d30v.c:1987 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "línea %d: tipo de reubicación desconocido: 0x%x" -#: config/tc-avr.c:1030 +#: config/tc-avr.c:1036 msgid "only constant expression allowed" msgstr "sólo se permite una expresión constante" -#: config/tc-avr.c:1067 config/tc-d10v.c:1498 config/tc-d30v.c:1807 config/tc-mn10200.c:1240 config/tc-mn10300.c:1774 config/tc-ppc.c:5534 config/tc-v850.c:2296 +#: config/tc-avr.c:1073 config/tc-d10v.c:1659 config/tc-d30v.c:1807 +#: config/tc-mn10200.c:1240 config/tc-mn10300.c:1781 config/tc-or32.c:1622 +#: config/tc-ppc.c:5538 config/tc-v850.c:2207 #, c-format msgid "reloc %d not supported by object file format" msgstr "la reubicación %d no tiene soporte por el formato del fichero objeto" -#: config/tc-avr.c:1091 config/tc-d10v.c:1100 config/tc-d10v.c:1114 config/tc-h8300.c:1275 config/tc-h8500.c:1088 config/tc-mcore.c:988 config/tc-pj.c:266 config/tc-sh.c:1670 config/tc-z8k.c:1192 +#: config/tc-avr.c:1097 config/tc-d10v.c:1248 config/tc-d10v.c:1262 +#: config/tc-h8300.c:1289 config/tc-h8500.c:1088 config/tc-mcore.c:988 +#: config/tc-pj.c:266 config/tc-sh.c:2104 config/tc-z8k.c:1196 msgid "can't find opcode " msgstr "no se puede encontrar el código de operación " -#: config/tc-avr.c:1108 +#: config/tc-avr.c:1114 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "código de operación %s ilegal para el mcu %s" -#: config/tc-avr.c:1116 +#: config/tc-avr.c:1122 msgid "garbage at end of line" msgstr "basura al final de la línea" -#: config/tc-avr.c:1180 read.c:3219 +#: config/tc-avr.c:1186 read.c:3224 msgid "illegal expression" msgstr "expresión ilegal" -#: config/tc-avr.c:1206 config/tc-avr.c:1272 +#: config/tc-avr.c:1212 config/tc-avr.c:1278 msgid "`)' required" msgstr "se requiere `)'" -#: config/tc-avr.c:1226 +#: config/tc-avr.c:1232 #, c-format msgid "constant out of 8-bit range: %d" msgstr "constante fuera del rango de 8-bit: %d" -#: config/tc-avr.c:1229 +#: config/tc-avr.c:1235 msgid "expression possibly out of 8-bit range" msgstr "expresión posiblemente fuera del rango de 8-bit" -#: config/tc-avr.c:1300 config/tc-avr.c:1307 +#: config/tc-avr.c:1306 config/tc-avr.c:1313 #, c-format msgid "illegal %srelocation size: %d" msgstr "%s ilegal tamaño de reubicación: %d" @@ -2512,7 +2897,7 @@ msgstr "Por favor utilice --help para ve #: config/tc-cris.c:2811 msgid "--no-underscore is invalid with a.out format" -msgstr "--no-underscore esn inválido con el formato a.out" +msgstr "--no-underscore es inválido con el formato a.out" #: config/tc-cris.c:2887 msgid "Semantics error. This type of operand can not be relocated, it must be an assembly-time constant" @@ -2591,7 +2976,7 @@ msgstr "La pseudodirectiva .file es váli msgid "Pseudodirective .loc is only valid when generating ELF" msgstr "La pseudodirectiva .loc es válida solamente cuando se genera ELF" -#: config/tc-d10v.c:247 +#: config/tc-d10v.c:252 msgid "" "D10V options:\n" "-O Optimize. Will do some operations in parallel.\n" @@ -2607,91 +2992,130 @@ msgstr "" "--no-gstabs-packing Si se especifica --gstabs, no empaqueta juntas\n" " las instrucciones adjacentes.\n" -#: config/tc-d10v.c:538 config/tc-d30v.c:550 config/tc-mn10200.c:937 config/tc-mn10300.c:1308 config/tc-ppc.c:2104 config/tc-s390.c:1052 config/tc-tic80.c:279 config/tc-v850.c:2070 +#: config/tc-d10v.c:543 config/tc-d30v.c:550 config/tc-mn10200.c:937 +#: config/tc-mn10300.c:1315 config/tc-ppc.c:2120 config/tc-s390.c:1060 +#: config/tc-tic80.c:279 config/tc-v850.c:1981 msgid "illegal operand" msgstr "operando ilegal" -#: config/tc-d10v.c:581 config/tc-d10v.c:663 config/tc-d30v.c:656 +#: config/tc-d10v.c:657 +msgid "operand is not an immediate" +msgstr "e operando no es un inmediato" + +#: config/tc-d10v.c:675 #, c-format -msgid "operand out of range: %d" -msgstr "operando fuera de rango: %d" +msgid "operand out of range: %lu" +msgstr "operando fuera de rango: %lu" -#: config/tc-d10v.c:724 +#: config/tc-d10v.c:736 msgid "Instruction must be executed in parallel with another instruction." msgstr "La instrucción debe ser ejecutada en paralelo con otra instrucción." -#: config/tc-d10v.c:780 +#: config/tc-d10v.c:792 msgid "Instruction must be executed in parallel" msgstr "La instrucción debe ser ejecutada en paralelo" -#: config/tc-d10v.c:783 +#: config/tc-d10v.c:795 msgid "Long instructions may not be combined." msgstr "Las instrucciones long no se pueden combinar." -#: config/tc-d10v.c:817 +#: config/tc-d10v.c:828 msgid "One of these instructions may not be executed in parallel." msgstr "Una de estas instrucciones no se puede ejecutar en paralelo." -#: config/tc-d10v.c:821 config/tc-d30v.c:877 +#: config/tc-d10v.c:832 config/tc-d30v.c:877 msgid "Two IU instructions may not be executed in parallel" msgstr "Dos instrucciones IU no se pueden ejecutar en paralelo" -#: config/tc-d10v.c:823 config/tc-d10v.c:831 config/tc-d10v.c:844 config/tc-d10v.c:859 config/tc-d30v.c:878 config/tc-d30v.c:887 +#: config/tc-d10v.c:834 config/tc-d10v.c:842 config/tc-d10v.c:856 +#: config/tc-d10v.c:871 config/tc-d30v.c:878 config/tc-d30v.c:887 msgid "Swapping instruction order" msgstr "Intercambiando el orden de la instrucción" -#: config/tc-d10v.c:829 config/tc-d30v.c:884 +#: config/tc-d10v.c:840 config/tc-d30v.c:884 msgid "Two MU instructions may not be executed in parallel" msgstr "Dos instrucciones MU no se pueden ejecutar en paralelo" -#: config/tc-d10v.c:848 config/tc-d30v.c:904 +#: config/tc-d10v.c:860 config/tc-d30v.c:904 msgid "IU instruction may not be in the left container" msgstr "Una instrucción IU no puede estar en el contenedor izquierdo" # Parece que R es 'right' y L es 'left'. Revisar el código para comprobar # y mejorar esta traducción. cfuga -#: config/tc-d10v.c:850 config/tc-d10v.c:865 +#: config/tc-d10v.c:862 config/tc-d10v.c:877 msgid "Instruction in R container is squashed by flow control instruction in L container." msgstr "La instrucción en el contenedor R es aplastada por la instrucción de control de flujo en el contenedor L." -#: config/tc-d10v.c:863 config/tc-d30v.c:915 +#: config/tc-d10v.c:875 config/tc-d30v.c:915 msgid "MU instruction may not be in the right container" msgstr "Una instrucción MU no puede estar en el contenedor derecho" -#: config/tc-d10v.c:869 config/tc-d30v.c:927 +#: config/tc-d10v.c:881 config/tc-d30v.c:927 msgid "unknown execution type passed to write_2_short()" msgstr "tipo de ejecución desconocido pasado a write_2_short()" -#: config/tc-d10v.c:1128 config/tc-d10v.c:1149 config/tc-d30v.c:1411 +#: config/tc-d10v.c:1072 config/tc-d10v.c:1080 +#, c-format +msgid "packing conflict: %s must dispatch sequentially" +msgstr "conflicto de empaquetado: %s debe despachar secuencialmente" + +#: config/tc-d10v.c:1179 +#, c-format +msgid "resource conflict (R%d)" +msgstr "conflicto de recurso (R%d)" + +#: config/tc-d10v.c:1182 +#, c-format +msgid "resource conflict (A%d)" +msgstr "conflicto de recurso (A%d)" + +#: config/tc-d10v.c:1184 +msgid "resource conflict (PSW)" +msgstr "conflicto de recurso (PSW)" + +#: config/tc-d10v.c:1186 +msgid "resource conflict (C flag)" +msgstr "conflicto de recurso (opción C)" + +#: config/tc-d10v.c:1188 +msgid "resource conflict (F flag)" +msgstr "conflicto de recurso (opción F)" + +#: config/tc-d10v.c:1276 config/tc-d10v.c:1298 config/tc-d30v.c:1411 msgid "Unable to mix instructions as specified" msgstr "No se pueden mezclar las instrucciones como se especificó" -#: config/tc-d10v.c:1196 config/tc-d30v.c:1548 +#: config/tc-d10v.c:1345 config/tc-d30v.c:1548 #, c-format msgid "unknown opcode: %s" msgstr "código de operación desconocido: %s" -#: config/tc-d10v.c:1279 config/tc-d10v.c:1451 config/tc-tic80.c:536 +#: config/tc-d10v.c:1428 config/tc-d10v.c:1603 config/tc-tic80.c:536 msgid "bad opcode or operands" msgstr "código de operación u operandos erróneos" -#: config/tc-d10v.c:1352 config/tc-m68k.c:4310 +#: config/tc-d10v.c:1503 config/tc-m68k.c:4310 msgid "value out of range" msgstr "valor fuera de rango" -#: config/tc-d10v.c:1426 +#: config/tc-d10v.c:1579 msgid "illegal operand - register name found where none expected" msgstr "operando ilegal - se encontró un nombre de registro donde no se esperaba ninguno" -#: config/tc-d10v.c:1462 config/tc-tic80.c:547 +#: config/tc-d10v.c:1614 config/tc-tic80.c:547 msgid "Register number must be EVEN" msgstr "El número de registro debe ser PAR" -#: config/tc-d10v.c:1465 +#: config/tc-d10v.c:1617 msgid "Unsupported use of sp" msgstr "Uso sin soporte de sp" -#: config/tc-d10v.c:1614 +#: config/tc-d10v.c:1636 +#, c-format +msgid "cr%ld is a reserved control register" +msgstr "cr%ld es un registro de control reservado" + +#: config/tc-d10v.c:1790 #, c-format msgid "line %d: rep or repi must include at least 4 instructions" msgstr "línea %d: rep o repi debe incluir por lo menos 4 instrucciones" @@ -2727,6 +3151,11 @@ msgstr "tipo de reubicación de 12-bit in msgid "unexpected 18-bit reloc type" msgstr "tipo de reubicación de 18-bit inesperado" +#: config/tc-d30v.c:656 +#, c-format +msgid "operand out of range: %d" +msgstr "operando fuera de rango: %d" + #: config/tc-d30v.c:720 #, c-format msgid "%s NOP inserted" @@ -2843,6 +3272,55 @@ msgstr "valor demasiado grande para cabe msgid "Alignment too large: %d assumed" msgstr "Alineación demasiado grande: se asume %d" +#: config/tc-dlx.c:283 +msgid "missing .proc" +msgstr "falta un .proc" + +#: config/tc-dlx.c:300 +msgid ".endfunc missing for previous .proc" +msgstr "falta un .endfunc para el .proc previo" + +#: config/tc-dlx.c:498 +#, c-format +msgid "Expression Error for operand modifier %%hi/%%lo\n" +msgstr "Error de Expresión para el modificador de operando %%hi/%%lo\n" + +#: config/tc-dlx.c:552 +#, c-format +msgid "Bad operand for a load instruction: <%s>" +msgstr "Operando erróneo para una instrucción load <%s>" + +#: config/tc-dlx.c:667 +#, c-format +msgid "Bad operand for a store instruction: <%s>" +msgstr "Operando erróneo para una instrucción store <%s>" + +#: config/tc-dlx.c:865 +msgid "Can not set dlx_skip_hi16_flag" +msgstr "No se puede establecer dlx_skip_hi16_flag" + +#: config/tc-dlx.c:879 +#, c-format +msgid "Missing arguments for opcode <%s>." +msgstr "Faltan argumentos para el código de operación <%s>" + +#: config/tc-dlx.c:950 +#, c-format +msgid "Both the_insn.HI and the_insn.LO are set : %s" +msgstr "Tanto the_insn.HI como the_insn.LO están activados: %s" + +#: config/tc-dlx.c:1022 +msgid "failed regnum sanity check." +msgstr "falló la prueba de sanidad regnum." + +#: config/tc-dlx.c:1035 +msgid "failed general register sanity check." +msgstr "falló la prueba de sanidad de registro general." + +#: config/tc-dlx.c:1336 +msgid "Invalid expression after # number\n" +msgstr "Expresión inválida después de # number\n" + #: config/tc-fr30.c:84 msgid " FR30 specific command line options:\n" msgstr " Opciones de línea de comando específicas de FR30:\n" @@ -2856,116 +3334,226 @@ msgstr "No se permite la instrucción %s msgid "Addend to unresolved symbol not on word boundary." msgstr "La adición para un símbolo sin resolver no está en un límite de word." -#: config/tc-fr30.c:540 config/tc-i960.c:773 config/tc-m32r.c:1867 config/tc-openrisc.c:468 +#: config/tc-fr30.c:540 config/tc-frv.c:1283 config/tc-i960.c:773 +#: config/tc-m32r.c:1867 config/tc-openrisc.c:468 config/tc-xstormy16.c:635 msgid "Bad call to md_atof()" msgstr "Llamada errónea a md_atof()" -#: config/tc-h8300.c:64 config/tc-h8300.c:75 config/tc-h8300.c:134 config/tc-hppa.c:1422 config/tc-hppa.c:6915 config/tc-hppa.c:6921 config/tc-hppa.c:6927 config/tc-hppa.c:6933 config/tc-mn10300.c:900 config/tc-mn10300.c:2164 +#: config/tc-frv.c:416 +msgid "FRV specific command line options:\n" +msgstr "Opciones de línea de comando específicas de FVR:\n" + +#: config/tc-frv.c:417 +msgid "-G n Data >= n bytes is in small data area\n" +msgstr "-G n Datos >= n bytes en el área de datos small\n" + +#: config/tc-frv.c:418 +msgid "-mgpr-32 Note 32 gprs are used\n" +msgstr "-mgpr-32 Se usa nota de 32 gprs\n" + +#: config/tc-frv.c:419 +msgid "-mgpr-64 Note 64 gprs are used\n" +msgstr "-mgpr-64 Se usa nota de 64 gprs\n" + +#: config/tc-frv.c:420 +msgid "-mfpr-32 Note 32 fprs are used\n" +msgstr "-mfpr-32 Se usa nota de 32 fprs\n" + +#: config/tc-frv.c:421 +msgid "-mfpr-64 Note 64 fprs are used\n" +msgstr "-mfpr-64 Se usa nota de 64 fprs\n" + +#: config/tc-frv.c:422 +msgid "-msoft-float Note software fp is used\n" +msgstr "-msoft-float Se usa nota de fp de software\n" + +#: config/tc-frv.c:423 +msgid "-mdword Note stack is aligned to a 8 byte boundary\n" +msgstr "-mdword La pila de nota está alineada a un límite de 8 byte\n" + +#: config/tc-frv.c:424 +msgid "-mno-dword Note stack is aligned to a 4 byte boundary\n" +msgstr "-mno-dword La pila de nota está alineada a un límite de 4 byte\n" + +#: config/tc-frv.c:425 +msgid "-mdouble Note fp double insns are used\n" +msgstr "-mdouble Se usan instrucciones nota de fp doble\n" + +#: config/tc-frv.c:426 +msgid "-mmedia Note media insns are used\n" +msgstr "-mmedia Se usan instrucciones nota media\n" + +#: config/tc-frv.c:427 +msgid "-mmuladd Note multiply add/subtract insns are used\n" +msgstr "-mmuladd Se usan instrucciones nota de multiplicación adición/substracción\n" + +#: config/tc-frv.c:428 +msgid "-mpack Note instructions are packed\n" +msgstr "-mpack Las instrucciones nota están empaquetadas\n" + +#: config/tc-frv.c:429 +msgid "-mno-pack Do not allow instructions to be packed\n" +msgstr "-mno-pack No permite que se empaqueten las instrucciones\n" + +#: config/tc-frv.c:430 +msgid "-mpic Note small position independent code\n" +msgstr "-mpic Nota de código independiente de posición small\n" + +#: config/tc-frv.c:431 +msgid "-mPIC Note large position independent code\n" +msgstr "-mPIC Nota de código independiente de posición large\n" + +# continuar aqui +#: config/tc-frv.c:432 +msgid "-mlibrary-pic Compile library for large position indepedent code\n" +msgstr "-mlibrary-pic Compila la biblioteca para código independiente de posición large\n" + +#: config/tc-frv.c:433 +msgid "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n" +msgstr "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n" + +#: config/tc-frv.c:434 +msgid " Record the cpu type\n" +msgstr " Graba el tipo de cpu\n" + +#: config/tc-frv.c:435 +msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" +msgstr "-mtomcat-stats Muestra estadísticas para las alternativas de tomcat\n" + +#: config/tc-frv.c:436 +msgid "-mtomcat-debug Debug tomcat workarounds\n" +msgstr "-mtomcat-debug Depura las alternativas de tomcat\n" + +#: config/tc-frv.c:1003 +msgid "VLIW packing used for -mno-pack" +msgstr "Se utilizó empaquetado VLIW para -mno-pack" + +#: config/tc-frv.c:1016 +msgid "VLIW packing constraint violation" +msgstr "Violación de restricción de empaquetado VLIW" + +#: config/tc-frv.c:1544 +#, c-format +msgid "Relocation %s is not safe for %s" +msgstr "La reubicación %s no es segura para %s" + +#: config/tc-h8300.c:64 config/tc-h8300.c:76 config/tc-h8300.c:143 +#: config/tc-hppa.c:1424 config/tc-hppa.c:6917 config/tc-hppa.c:6923 +#: config/tc-hppa.c:6929 config/tc-hppa.c:6935 config/tc-mn10300.c:907 +#: config/tc-mn10300.c:2171 msgid "could not set architecture and machine" msgstr "no se pueden establecer la arquitectura y la máquina" -#: config/tc-h8300.c:262 config/tc-h8300.c:270 +#: config/tc-h8300.c:282 config/tc-h8300.c:290 msgid "Reg not valid for H8/300" msgstr "El registro no es válido para H8/300" -#: config/tc-h8300.c:430 config/tc-h8300.c:433 config/tc-h8300.c:436 config/tc-h8300.c:440 +#: config/tc-h8300.c:451 config/tc-h8300.c:454 config/tc-h8300.c:457 +#: config/tc-h8300.c:461 msgid "Invalid register list for ldm/stm\n" msgstr "Lista de registros inválida para ldm/stm\n" -#: config/tc-h8300.c:492 config/tc-h8300.c:554 config/tc-h8300.c:561 +#: config/tc-h8300.c:516 config/tc-h8300.c:578 config/tc-h8300.c:585 msgid "Wrong size pointer register for architecture." msgstr "Tamaño de apuntador a registro erróneo para la arquitectura." -#: config/tc-h8300.c:519 config/tc-h8300.c:528 config/tc-h8300.c:538 +#: config/tc-h8300.c:543 config/tc-h8300.c:552 config/tc-h8300.c:562 msgid "expected @(exp, reg16)" msgstr "se esperaba @(exp, reg16)" -#: config/tc-h8300.c:617 +#: config/tc-h8300.c:640 msgid "expect :8 or :16 here" msgstr "se esperaba :8 ó :16 aquí" -#: config/tc-h8300.c:818 +#: config/tc-h8300.c:847 #, c-format msgid "operand %s0x%lx out of range." msgstr "operando %s0x%lx fuera de rango." -#: config/tc-h8300.c:906 +#: config/tc-h8300.c:935 msgid "Can't work out size of operand.\n" msgstr "No se puede obtener el tamaño del operando.\n" -#: config/tc-h8300.c:954 +#: config/tc-h8300.c:983 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300 mode" msgstr "El código de operación `%s' con esos tipos de operando no están disponibles en el modo H8/300" -#: config/tc-h8300.c:1005 config/tc-h8300.c:1025 +#: config/tc-h8300.c:1029 config/tc-h8300.c:1049 msgid "Need #1 or #2 here" msgstr "Se necesita #1 ó #2 aquí" -#: config/tc-h8300.c:1020 +#: config/tc-h8300.c:1044 msgid "#4 not valid on H8/300." msgstr "#4 no es válido en H8/300" -#: config/tc-h8300.c:1107 config/tc-h8300.c:1157 +#: config/tc-h8300.c:1122 config/tc-h8300.c:1169 #, c-format msgid "branch operand has odd offset (%lx)\n" msgstr "el operando de ramificación tiene un desplazamiento non (%lx)\n" -#: config/tc-h8300.c:1195 +#: config/tc-h8300.c:1208 msgid "destination operand must be 16 bit register" msgstr "el operando de destino debe ser un registro de 16 bit" -#: config/tc-h8300.c:1204 +#: config/tc-h8300.c:1217 msgid "source operand must be 8 bit register" msgstr "el operando de origen debe ser un registro de 8 bit" -#: config/tc-h8300.c:1212 +#: config/tc-h8300.c:1225 msgid "destination operand must be 16bit absolute address" msgstr "el operando de destino debe ser una dirección absoluta de 16bit" -#: config/tc-h8300.c:1219 +#: config/tc-h8300.c:1232 msgid "destination operand must be 8 bit register" msgstr "el operando de destino debe ser un registro de 8 bit" -#: config/tc-h8300.c:1227 +#: config/tc-h8300.c:1240 msgid "source operand must be 16bit absolute address" msgstr "el operando de origen debe ser una dirección absoluta de 16bit" #. This seems more sane than saying "too many operands". We'll #. get here only if the trailing trash starts with a comma. -#: config/tc-h8300.c:1235 config/tc-mmix.c:452 config/tc-mmix.c:464 config/tc-mmix.c:2485 config/tc-mmix.c:2509 config/tc-mmix.c:2774 +#: config/tc-h8300.c:1248 config/tc-mmix.c:459 config/tc-mmix.c:471 +#: config/tc-mmix.c:2502 config/tc-mmix.c:2526 config/tc-mmix.c:2803 +#: config/tc-or32.c:642 config/tc-or32.c:856 msgid "invalid operands" msgstr "operandos inválidos" -#: config/tc-h8300.c:1286 config/tc-h8500.c:1094 config/tc-mips.c:8649 config/tc-sh.c:1907 config/tc-w65.c:733 config/tc-z8k.c:1202 +#: config/tc-h8300.c:1300 config/tc-h8500.c:1094 config/tc-mips.c:8834 +#: config/tc-sh.c:2371 config/tc-sh64.c:2811 config/tc-w65.c:733 +#: config/tc-z8k.c:1206 msgid "unknown opcode" msgstr "código de operación desconocido" -#: config/tc-h8300.c:1332 +#: config/tc-h8300.c:1346 msgid "mismatch between opcode size and operand size" msgstr "no hay coincidencia entre el tamaño del código de operación y el tamaño del operando" -#: config/tc-h8300.c:1344 config/tc-h8500.c:1121 config/tc-sh.c:2045 config/tc-w65.c:763 config/tc-z8k.c:1255 +#: config/tc-h8300.c:1358 config/tc-h8500.c:1121 config/tc-sh.c:2491 +#: config/tc-w65.c:763 config/tc-z8k.c:1262 msgid "call to tc_crawl_symbol_chain \n" msgstr "llamada a tc_crawl_symbol_chain \n" -#: config/tc-h8300.c:1360 config/tc-h8500.c:1135 config/tc-sh.c:2052 config/tc-w65.c:777 config/tc-z8k.c:1269 +#: config/tc-h8300.c:1374 config/tc-h8500.c:1135 config/tc-sh.c:2498 +#: config/tc-w65.c:777 config/tc-z8k.c:1276 msgid "call to tc_headers_hook \n" msgstr "llamada a tc_headers_hook \n" -#: config/tc-h8300.c:1452 config/tc-h8500.c:1225 config/tc-z8k.c:1383 +#: config/tc-h8300.c:1467 config/tc-h8500.c:1225 config/tc-z8k.c:1391 msgid "call to tc_aout_fix_to_chars \n" msgstr "llamada a tc_aout_fix_to_chars \n" -#: config/tc-h8300.c:1466 config/tc-z8k.c:1393 +#: config/tc-h8300.c:1481 config/tc-z8k.c:1401 msgid "call to md_convert_frag \n" msgstr "llamada a md_convert_frag \n" -#: config/tc-h8300.c:1528 config/tc-z8k.c:1479 +#: config/tc-h8300.c:1543 config/tc-z8k.c:1486 msgid "call tomd_estimate_size_before_relax \n" msgstr "llamada a tomd_estimate_size_before_relax \n" -#: config/tc-h8300.c:1649 config/tc-mcore.c:2413 config/tc-pj.c:572 config/tc-sh.c:3367 +#: config/tc-h8300.c:1664 config/tc-mcore.c:2413 config/tc-pj.c:572 +#: config/tc-sh.c:3959 #, c-format msgid "Cannot represent relocation type %s" msgstr "No se puede representar el tipo de reubicación %s" @@ -2998,7 +3586,7 @@ msgstr "@Rn+ necesita un registro word" msgid "@Rn needs word register" msgstr "@Rn necesita un registro word" -#: config/tc-h8500.c:828 config/tc-sh.c:1403 +#: config/tc-h8500.c:828 config/tc-sh.c:1835 #, c-format msgid "unhandled %d\n" msgstr "%d sin manejar\n" @@ -3008,776 +3596,777 @@ msgstr "%d sin manejar\n" msgid "operand must be absolute in range %d..%d" msgstr "el operando debe ser absoluto en el rango %d..%d" -#: config/tc-h8500.c:945 config/tc-sh.c:1610 +#: config/tc-h8500.c:945 config/tc-sh.c:2044 #, c-format msgid "failed for %d\n" msgstr "falló para %d\n" -#: config/tc-h8500.c:1110 config/tc-sh.c:1711 config/tc-sh.c:1956 config/tc-w65.c:752 +#: config/tc-h8500.c:1110 config/tc-sh.c:2146 config/tc-sh.c:2420 +#: config/tc-w65.c:752 msgid "invalid operands for opcode" msgstr "operandos inválidos para el código de operación" #. Simple range checking for FIELD againt HIGH and LOW bounds. #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1155 config/tc-hppa.c:1169 +#: config/tc-hppa.c:1157 config/tc-hppa.c:1171 #, c-format msgid "Field out of range [%d..%d] (%d)." msgstr "Campo fuera de rango [%d..%d] (%d)." #. Simple alignment checking for FIELD againt ALIGN (a power of two). #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1183 +#: config/tc-hppa.c:1185 #, c-format msgid "Field not properly aligned [%d] (%d)." msgstr "Campo no alineado adecuadamente [%d] (%d)." -#: config/tc-hppa.c:1212 +#: config/tc-hppa.c:1214 msgid "Missing .exit\n" msgstr "Falta un .exit\n" -#: config/tc-hppa.c:1215 +#: config/tc-hppa.c:1217 msgid "Missing .procend\n" msgstr "Falta un .procend\n" -#: config/tc-hppa.c:1395 +#: config/tc-hppa.c:1397 #, c-format msgid "Invalid field selector. Assuming F%%." msgstr "Selector de campo inválido. Se asume F%%." -#: config/tc-hppa.c:1428 +#: config/tc-hppa.c:1430 msgid "-R option not supported on this target." msgstr "la opción -R no tiene soporte en este objetivo." -#: config/tc-hppa.c:1444 config/tc-sparc.c:803 config/tc-sparc.c:839 +#: config/tc-hppa.c:1446 config/tc-sparc.c:809 config/tc-sparc.c:845 #, c-format msgid "Internal error: can't hash `%s': %s\n" msgstr "Error interno: no se puede dispersar `%s': %s\n" -#: config/tc-hppa.c:1452 config/tc-i860.c:190 +#: config/tc-hppa.c:1454 config/tc-i860.c:190 #, c-format msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "error interno: se pierde el código de operación: `%s' \"%s\"\n" -#: config/tc-hppa.c:1523 config/tc-hppa.c:7054 config/tc-hppa.c:7111 +#: config/tc-hppa.c:1525 config/tc-hppa.c:7056 config/tc-hppa.c:7113 msgid "Missing function name for .PROC (corrupted label chain)" msgstr "Falta el nombre de función para .PROC (cadena de etiquetas corrupta)" -#: config/tc-hppa.c:1526 config/tc-hppa.c:7114 +#: config/tc-hppa.c:1528 config/tc-hppa.c:7116 msgid "Missing function name for .PROC" msgstr "Falta el nombre de función para .PROC" -#: config/tc-hppa.c:1633 config/tc-hppa.c:4911 +#: config/tc-hppa.c:1635 config/tc-hppa.c:4913 msgid "could not update architecture and machine" msgstr "no se puede actualizar la arquitectura y la máquina" -#: config/tc-hppa.c:1841 +#: config/tc-hppa.c:1843 msgid "Invalid Indexed Load Completer." msgstr "Completador de Carga Indizado Inválido." -#: config/tc-hppa.c:1846 +#: config/tc-hppa.c:1848 msgid "Invalid Indexed Load Completer Syntax." msgstr "Sintaxis de Completador de Carga Indizado Inválido." -#: config/tc-hppa.c:1883 +#: config/tc-hppa.c:1885 msgid "Invalid Short Load/Store Completer." msgstr "Completador Short de Load/Store Inválido." -#: config/tc-hppa.c:1943 config/tc-hppa.c:1948 +#: config/tc-hppa.c:1945 config/tc-hppa.c:1950 msgid "Invalid Store Bytes Short Completer" msgstr "Completador de Store Bytes Short Inválido." -#: config/tc-hppa.c:2259 config/tc-hppa.c:2265 +#: config/tc-hppa.c:2261 config/tc-hppa.c:2267 msgid "Invalid left/right combination completer" msgstr "Completador de combinación derecha/izquierda inválido" -#: config/tc-hppa.c:2314 config/tc-hppa.c:2321 +#: config/tc-hppa.c:2316 config/tc-hppa.c:2323 msgid "Invalid permutation completer" msgstr "Completador de permutación inválido" -#: config/tc-hppa.c:2422 +#: config/tc-hppa.c:2424 #, c-format msgid "Invalid Add Condition: %s" msgstr "Condición de Adición Inválida: %s" -#: config/tc-hppa.c:2433 config/tc-hppa.c:2443 +#: config/tc-hppa.c:2435 config/tc-hppa.c:2445 msgid "Invalid Add and Branch Condition" msgstr "Condición de Adición y Ramificación Inválida" -#: config/tc-hppa.c:2464 config/tc-hppa.c:2602 +#: config/tc-hppa.c:2466 config/tc-hppa.c:2604 msgid "Invalid Compare/Subtract Condition" msgstr "Condición de Comparación/Sustracción Inválida" -#: config/tc-hppa.c:2504 +#: config/tc-hppa.c:2506 #, c-format msgid "Invalid Bit Branch Condition: %c" msgstr "Condición de Ramificación de Bit Inválida: %c" -#: config/tc-hppa.c:2590 +#: config/tc-hppa.c:2592 #, c-format msgid "Invalid Compare/Subtract Condition: %s" msgstr "Condición de Comparación/Sustracción Inválida: %s" -#: config/tc-hppa.c:2617 +#: config/tc-hppa.c:2619 msgid "Invalid Compare and Branch Condition" msgstr "Condición de Comparación y Ramificación Inválida" -#: config/tc-hppa.c:2713 +#: config/tc-hppa.c:2715 msgid "Invalid Logical Instruction Condition." msgstr "Condición de Instrucción Lógica Inválida." -#: config/tc-hppa.c:2768 +#: config/tc-hppa.c:2770 msgid "Invalid Shift/Extract/Deposit Condition." msgstr "Condición Desplazar/Extraer/Depositar Inválida." -#: config/tc-hppa.c:2880 +#: config/tc-hppa.c:2882 msgid "Invalid Unit Instruction Condition." msgstr "Condición de Instrucción Unit Inválida." -#: config/tc-hppa.c:3257 config/tc-hppa.c:3289 config/tc-hppa.c:3320 config/tc-hppa.c:3350 +#: config/tc-hppa.c:3259 config/tc-hppa.c:3291 config/tc-hppa.c:3322 +#: config/tc-hppa.c:3352 msgid "Branch to unaligned address" msgstr "Ramificación a dirección sin alinear" -#: config/tc-hppa.c:3528 +#: config/tc-hppa.c:3530 msgid "Invalid SFU identifier" msgstr "Identificador SFU inválido" -#: config/tc-hppa.c:3578 +#: config/tc-hppa.c:3580 msgid "Invalid COPR identifier" msgstr "Identificador COPR inválido" -#: config/tc-hppa.c:3707 +#: config/tc-hppa.c:3709 msgid "Invalid Floating Point Operand Format." msgstr "Formato de Operando de Coma Flotante Inválido." -#: config/tc-hppa.c:3824 config/tc-hppa.c:3844 config/tc-hppa.c:3864 config/tc-hppa.c:3884 config/tc-hppa.c:3904 +#: config/tc-hppa.c:3826 config/tc-hppa.c:3846 config/tc-hppa.c:3866 +#: config/tc-hppa.c:3886 config/tc-hppa.c:3906 msgid "Invalid register for single precision fmpyadd or fmpysub" msgstr "Registro inválido para fmpyadd ó fmpysub de precisión simple" -#: config/tc-hppa.c:3961 +#: config/tc-hppa.c:3963 #, c-format msgid "Invalid operands %s" msgstr "Operandos inválidos %s" -#: config/tc-hppa.c:4079 +#: config/tc-hppa.c:4081 msgid "Cannot handle fixup" msgstr "No se puede manejar la compostura" -#: config/tc-hppa.c:4380 +#: config/tc-hppa.c:4382 msgid " -Q ignored\n" msgstr " -Q ignorado\n" -#: config/tc-hppa.c:4384 +#: config/tc-hppa.c:4386 msgid " -c print a warning if a comment is found\n" msgstr " -c mostrar un aviso si se encuentra un comentario\n" -#: config/tc-hppa.c:4455 +#: config/tc-hppa.c:4457 #, c-format msgid "no hppa_fixup entry for fixup type 0x%x" msgstr "no hay una entrada hppa_fixup para el tipo de compostura 0x%x" -#: config/tc-hppa.c:4633 +#: config/tc-hppa.c:4635 msgid "Unknown relocation encountered in md_apply_fix." msgstr "Se encontró una reubicación desconocida en md_apply_fix." -#: config/tc-hppa.c:4775 config/tc-hppa.c:4800 +#: config/tc-hppa.c:4777 config/tc-hppa.c:4802 #, c-format msgid "Undefined register: '%s'." msgstr "Registro indefinido: '%s'." -#: config/tc-hppa.c:4834 +#: config/tc-hppa.c:4836 #, c-format msgid "Non-absolute symbol: '%s'." msgstr "Símbolo no absoluto: '%s'." -#: config/tc-hppa.c:4849 +#: config/tc-hppa.c:4851 #, c-format msgid "Undefined absolute constant: '%s'." msgstr "Constante absoluta indefinida: '%s'." -#: config/tc-hppa.c:4950 +#: config/tc-hppa.c:4952 #, c-format msgid "Invalid FP Compare Condition: %s" msgstr "Condición de Comparación de FP Inválida: %s" -#: config/tc-hppa.c:5006 +#: config/tc-hppa.c:5008 #, c-format msgid "Invalid FTEST completer: %s" msgstr "Completador FTEST inválido: %s" -#: config/tc-hppa.c:5073 config/tc-hppa.c:5111 +#: config/tc-hppa.c:5075 config/tc-hppa.c:5113 #, c-format msgid "Invalid FP Operand Format: %3s" msgstr "Formato de Operando FP Inválido: %3s" -#: config/tc-hppa.c:5190 +#: config/tc-hppa.c:5192 msgid "Bad segment in expression." msgstr "Segmento erróneo en la expresión." -#: config/tc-hppa.c:5249 +#: config/tc-hppa.c:5251 msgid "Bad segment (should be absolute)." msgstr "Segmento erróneo (debe ser absoluto)." -#: config/tc-hppa.c:5292 +#: config/tc-hppa.c:5294 #, c-format msgid "Invalid argument location: %s\n" msgstr "Ubicación de argumento inválida: %s\n" -#: config/tc-hppa.c:5323 +#: config/tc-hppa.c:5325 #, c-format msgid "Invalid argument description: %d" msgstr "Descripción de argumento inválida: %d" -#: config/tc-hppa.c:5346 +#: config/tc-hppa.c:5348 #, c-format msgid "Invalid Nullification: (%c)" msgstr "Nulificación Inválida: (%c)" -#: config/tc-hppa.c:6066 +#: config/tc-hppa.c:6068 #, c-format msgid "Invalid .CALL argument: %s" msgstr "Argumento de .CALL inválido: %s" -#: config/tc-hppa.c:6188 +#: config/tc-hppa.c:6190 msgid ".callinfo is not within a procedure definition" msgstr ".callinfo no está dentro de una definición de procedimiento" -#: config/tc-hppa.c:6208 +#: config/tc-hppa.c:6210 #, c-format msgid "FRAME parameter must be a multiple of 8: %d\n" msgstr "El parámetro FRAM debe ser un múltiplo de 8: %d\n" -#: config/tc-hppa.c:6227 +#: config/tc-hppa.c:6229 msgid "Value for ENTRY_GR must be in the range 3..18\n" msgstr "El valor para ENTRY_GR debe estar en el rango 3..18\n" -#: config/tc-hppa.c:6239 +#: config/tc-hppa.c:6241 msgid "Value for ENTRY_FR must be in the range 12..21\n" msgstr "El valor para ENTRY_FR debe estar en el rango 12..21\n" -#: config/tc-hppa.c:6249 +#: config/tc-hppa.c:6251 msgid "Value for ENTRY_SR must be 3\n" msgstr "El valor para ENTRY_SR debe ser 3\n" -#: config/tc-hppa.c:6305 +#: config/tc-hppa.c:6307 #, c-format msgid "Invalid .CALLINFO argument: %s" msgstr "Argumento de .CALLINFO inválido: %s" -#: config/tc-hppa.c:6416 +#: config/tc-hppa.c:6418 msgid "The .ENTER pseudo-op is not supported" msgstr "El pseudo-operador .ENTER no tiene soporte" -#: config/tc-hppa.c:6432 +#: config/tc-hppa.c:6434 msgid "Misplaced .entry. Ignored." msgstr ".entry mal colocado. Ignorado." -#: config/tc-hppa.c:6436 +#: config/tc-hppa.c:6438 msgid "Missing .callinfo." msgstr "Falta un .callinfo." -#: config/tc-hppa.c:6502 +#: config/tc-hppa.c:6504 msgid ".REG expression must be a register" msgstr "la expresión .REG debe ser un registro" -#: config/tc-hppa.c:6518 +#: config/tc-hppa.c:6520 msgid "bad or irreducible absolute expression; zero assumed" msgstr "expresión absoluta errónea o irreducible; se asume cero" -#: config/tc-hppa.c:6529 +#: config/tc-hppa.c:6531 msgid ".REG must use a label" msgstr ".REG debe usar una etiqueta" -#: config/tc-hppa.c:6531 +#: config/tc-hppa.c:6533 msgid ".EQU must use a label" msgstr ".EQU debe usar una etiqueta" -#: config/tc-hppa.c:6584 +#: config/tc-hppa.c:6586 msgid ".EXIT must appear within a procedure" msgstr ".EXIT debe aparecer dentro de un procedimiento" -#: config/tc-hppa.c:6588 +#: config/tc-hppa.c:6590 msgid "Missing .callinfo" msgstr "Falta un .callinfo" -#: config/tc-hppa.c:6592 +#: config/tc-hppa.c:6594 msgid "No .ENTRY for this .EXIT" msgstr "No hay .ENTRY para este .EXIT" -#: config/tc-hppa.c:6619 +#: config/tc-hppa.c:6621 #, c-format msgid "Cannot define export symbol: %s\n" msgstr "No se puede definir el símbolo de exportación: %s\n" -#: config/tc-hppa.c:6677 +#: config/tc-hppa.c:6679 #, c-format msgid "Using ENTRY rather than CODE in export directive for %s" msgstr "Utilizando ENTRY en lugar de CODE en la directiva de exportación para %s" -#: config/tc-hppa.c:6794 +#: config/tc-hppa.c:6796 #, c-format msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" msgstr "Argumento de .EXPORT/.IMPORT indefinido (ignorado): %s" -#: config/tc-hppa.c:6876 +#: config/tc-hppa.c:6878 msgid "Missing label name on .LABEL" msgstr "Falta el nombre de etiqueta en .LABEL" -#: config/tc-hppa.c:6881 +#: config/tc-hppa.c:6883 msgid "extra .LABEL arguments ignored." msgstr "se ignoran los argumentos extra de .LABEL." -#: config/tc-hppa.c:6898 +#: config/tc-hppa.c:6900 msgid "The .LEAVE pseudo-op is not supported" msgstr "El pseudo-operador .LEAVE no tiene soporte" -#: config/tc-hppa.c:6937 +#: config/tc-hppa.c:6939 msgid "Unrecognized .LEVEL argument\n" msgstr "No se reconoce el argumento de .LEVEL\n" -#: config/tc-hppa.c:6973 +#: config/tc-hppa.c:6975 #, c-format msgid "Cannot define static symbol: %s\n" msgstr "No se puede definir el símbolo estático: %s\n" -#: config/tc-hppa.c:7008 +#: config/tc-hppa.c:7010 msgid "Nested procedures" msgstr "Procedimientos anidados" -#: config/tc-hppa.c:7018 +#: config/tc-hppa.c:7020 msgid "Cannot allocate unwind descriptor\n" msgstr "No se puede asignar un descriptor de desenredo\n" -#: config/tc-hppa.c:7118 +#: config/tc-hppa.c:7120 msgid "misplaced .procend" msgstr ".procend mal colocado" -#: config/tc-hppa.c:7121 +#: config/tc-hppa.c:7123 msgid "Missing .callinfo for this procedure" msgstr "Falta un .callinfo para este procedimiento" -#: config/tc-hppa.c:7124 +#: config/tc-hppa.c:7126 msgid "Missing .EXIT for a .ENTRY" msgstr "Falta un .EXIT para un .ENTRY" -#: config/tc-hppa.c:7162 +#: config/tc-hppa.c:7164 msgid "Not in a space.\n" msgstr "No está en un espacio.\n" -#: config/tc-hppa.c:7165 +#: config/tc-hppa.c:7167 msgid "Not in a subspace.\n" msgstr "No está en un subespacio.\n" -#: config/tc-hppa.c:7256 +#: config/tc-hppa.c:7258 msgid "Invalid .SPACE argument" msgstr "Argumento de .SPACE inválido" -#: config/tc-hppa.c:7303 +#: config/tc-hppa.c:7305 msgid "Can't change spaces within a procedure definition. Ignored" msgstr "No se pueden cambiar espacios dentro de una definición de procedimiento. Ignorado" -#: config/tc-hppa.c:7432 +#: config/tc-hppa.c:7434 #, c-format msgid "Undefined space: '%s' Assuming space number = 0." msgstr "Espacio indefinido: '%s' Se asume que el número de espacio = 0." -#: config/tc-hppa.c:7456 +#: config/tc-hppa.c:7458 msgid "Must be in a space before changing or declaring subspaces.\n" msgstr "Debe estar en un espacio antes de cambiar o declarar subespacios.\n" -#: config/tc-hppa.c:7460 +#: config/tc-hppa.c:7462 msgid "Can't change subspaces within a procedure definition. Ignored" msgstr "No se pueden cambiar subespacios dentro de una definición de procedimiento. Ignorado" -#: config/tc-hppa.c:7495 +#: config/tc-hppa.c:7497 msgid "Parameters of an existing subspace can't be modified" msgstr "No se pueden modificar los parámetros de un subespacio existente" -#: config/tc-hppa.c:7546 +#: config/tc-hppa.c:7548 msgid "Alignment must be a power of 2" msgstr "La alineación debe ser una potencia de 2" -#: config/tc-hppa.c:7588 +#: config/tc-hppa.c:7590 msgid "FIRST not supported as a .SUBSPACE argument" msgstr "FIRST no tiene soporte como un argumento de .SUBSPACE" -#: config/tc-hppa.c:7590 +#: config/tc-hppa.c:7592 msgid "Invalid .SUBSPACE argument" msgstr "Argumento de .SUBSPACE inválido" -#: config/tc-hppa.c:7770 +#: config/tc-hppa.c:7772 #, c-format msgid "Internal error: Unable to find containing space for %s." msgstr "Error interno: No se puede encontrar el espacio contenedor para %s." -#: config/tc-hppa.c:7809 +#: config/tc-hppa.c:7811 #, c-format msgid "Out of memory: could not allocate new space chain entry: %s\n" msgstr "Memoria agotada: no se puede asignar una nueva entrada de cadena de espacio: %s\n" -#: config/tc-hppa.c:7895 +#: config/tc-hppa.c:7897 #, c-format msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "Memoria agotada: no se puede asignar una nueva entrada de cadena de subespacio: %s\n" -#: config/tc-hppa.c:8589 +#: config/tc-hppa.c:8638 #, c-format msgid "Symbol '%s' could not be created." msgstr "No se puede crear el símbolo '%s'." -#: config/tc-hppa.c:8593 +#: config/tc-hppa.c:8642 msgid "No memory for symbol name." msgstr "No hay memoria para el nombre del símbolo." -#: config/tc-i386.c:594 +#: config/tc-i386.c:658 #, c-format msgid "%s shortened to %s" msgstr "%s reducido a %s" -#: config/tc-i386.c:649 +#: config/tc-i386.c:714 msgid "same type of prefix used twice" msgstr "se utilizó dos veces el mismo tipo de prefijo" -#: config/tc-i386.c:667 +#: config/tc-i386.c:732 msgid "64bit mode not supported on this CPU." msgstr "el modo de 64bit no tiene soporte en este CPU." -#: config/tc-i386.c:671 +#: config/tc-i386.c:736 msgid "32bit mode not supported on this CPU." msgstr "el modo de 32bit no tiene soporte en este CPU." -#: config/tc-i386.c:704 +#: config/tc-i386.c:769 msgid "bad argument to syntax directive." msgstr "argumento erróneo para la directiva de sintaxis." -#: config/tc-i386.c:748 +#: config/tc-i386.c:813 #, c-format msgid "no such architecture: `%s'" msgstr "no hay tal arquitectura: `%s'" -#: config/tc-i386.c:753 +#: config/tc-i386.c:818 msgid "missing cpu architecture" msgstr "falta la arquitectura de cpu" -#: config/tc-i386.c:767 +#: config/tc-i386.c:832 #, c-format msgid "no such architecture modifier: `%s'" msgstr "no hay tal modificador de arquitectura: `%s'" -#: config/tc-i386.c:821 config/tc-i386.c:4628 +#: config/tc-i386.c:849 config/tc-i386.c:4857 msgid "Unknown architecture" msgstr "Arquitectura desconocida" -#: config/tc-i386.c:856 config/tc-i386.c:879 config/tc-m68k.c:3826 +#: config/tc-i386.c:884 config/tc-i386.c:907 config/tc-m68k.c:3826 #, c-format msgid "Internal Error: Can't hash %s: %s" msgstr "Error Interno: No se puede dispersar %s: %s" -#: config/tc-i386.c:1132 +#: config/tc-i386.c:1150 msgid "There are no unsigned pc-relative relocations" msgstr "No hay reubicaciones relativas a pc sin signo" -#: config/tc-i386.c:1139 config/tc-i386.c:4827 +#: config/tc-i386.c:1157 config/tc-i386.c:5062 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "no se puede hacer la reubicación relativa a pc de %d bytes" -#: config/tc-i386.c:1156 +#: config/tc-i386.c:1174 #, c-format msgid "can not do %s %d byte relocation" msgstr "no se puede hacer la reubicación %s de %d byte" -#: config/tc-i386.c:1263 config/tc-i386.c:1357 +#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. +#: config/tc-i386.c:1386 +#, c-format +msgid "translating to `%sp'" +msgstr "traduciendo a `%sp'" + +#: config/tc-i386.c:1431 +#, c-format +msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n" +msgstr "No se pueden codificar el registro '%%%s' en una instrucción que requiere el prefijo REX.\n" + +#: config/tc-i386.c:1470 config/tc-i386.c:1565 #, c-format msgid "no such instruction: `%s'" msgstr "no hay tal instrucción: `%s'" -#: config/tc-i386.c:1273 config/tc-i386.c:1389 +#: config/tc-i386.c:1480 config/tc-i386.c:1597 #, c-format msgid "invalid character %s in mnemonic" msgstr "carácter inválido %s en el mnemónico" -#: config/tc-i386.c:1280 +#: config/tc-i386.c:1487 msgid "expecting prefix; got nothing" msgstr "se esperaba un prefijo; se obtuvo nada" -#: config/tc-i386.c:1282 +#: config/tc-i386.c:1489 msgid "expecting mnemonic; got nothing" msgstr "se esperaba un mnemónico; se obtuvo nada" -#: config/tc-i386.c:1300 +#: config/tc-i386.c:1508 #, c-format msgid "redundant %s prefix" msgstr "prefijo %s redundante" -#: config/tc-i386.c:1398 +#: config/tc-i386.c:1606 #, c-format msgid "`%s' is not supported on `%s'" msgstr "`%s' no tiene soporte en `%s'" -#: config/tc-i386.c:1403 +#: config/tc-i386.c:1611 msgid "use .code16 to ensure correct addressing mode" msgstr "use .code16 para asegurar el modo de direccionamiento correcto" -#: config/tc-i386.c:1410 +#: config/tc-i386.c:1618 #, c-format msgid "expecting string instruction after `%s'" msgstr "se espera una instrucción de cadena después de `%s'" -#: config/tc-i386.c:1431 +#: config/tc-i386.c:1646 #, c-format msgid "invalid character %s before operand %d" msgstr "caracter inválido %s antes del operando %d" -#: config/tc-i386.c:1445 +#: config/tc-i386.c:1660 #, c-format msgid "unbalanced parenthesis in operand %d." msgstr "paréntesis sin balancear en el operando %d." -#: config/tc-i386.c:1448 +#: config/tc-i386.c:1663 #, c-format msgid "unbalanced brackets in operand %d." msgstr "llaves sin balancear en el operando %d." -#: config/tc-i386.c:1457 +#: config/tc-i386.c:1672 #, c-format msgid "invalid character %s in operand %d" msgstr "carácter inválido %s en el operando %d" -#: config/tc-i386.c:1484 +#: config/tc-i386.c:1699 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "operandos espurios; (%d operandos/instrucción máximo)" -#: config/tc-i386.c:1507 +#: config/tc-i386.c:1722 msgid "expecting operand after ','; got nothing" msgstr "se esperaba un operando después de ','; se obtuvo nada" -#: config/tc-i386.c:1512 +#: config/tc-i386.c:1727 msgid "expecting operand before ','; got nothing" msgstr "se esperaba un operando antes de ','; se obtuvo nada" #. We found no match. -#: config/tc-i386.c:1856 +#: config/tc-i386.c:2069 #, c-format msgid "suffix or operands invalid for `%s'" msgstr "sufijo u operandos inválidos para `%s'" -#: config/tc-i386.c:1867 +#: config/tc-i386.c:2080 #, c-format msgid "indirect %s without `*'" msgstr "%s indirecto sin `*'" #. Warn them that a data or address size prefix doesn't #. affect assembly of the next line of code. -#: config/tc-i386.c:1875 +#: config/tc-i386.c:2088 #, c-format msgid "stand-alone `%s' prefix" msgstr "prefijo `%s' por sí solo" -#: config/tc-i386.c:1911 config/tc-i386.c:1926 +#: config/tc-i386.c:2117 config/tc-i386.c:2132 #, c-format msgid "`%s' operand %d must use `%%es' segment" msgstr "`%s' operando %d debe usar el segmento `%%es'" -#. Prohibit these changes in the 64bit mode, since -#. the lowering is more complicated. -#: config/tc-i386.c:1999 config/tc-i386.c:2053 config/tc-i386.c:2068 config/tc-i386.c:2096 config/tc-i386.c:2124 +#: config/tc-i386.c:2212 +msgid "no instruction mnemonic suffix given and no register operands; can't size instruction" +msgstr "no se dio un sufijo mnemónico de instrucción y ningún operando de registro; no se puede determinar el tamaño de la instrucción" + +#. Prohibit these changes in the 64bit mode, since the +#. lowering is more complicated. +#: config/tc-i386.c:2296 config/tc-i386.c:2355 config/tc-i386.c:2372 +#: config/tc-i386.c:2404 config/tc-i386.c:2437 #, c-format -msgid "Incorrect register `%%%s' used with`%c' suffix" +msgid "Incorrect register `%%%s' used with `%c' suffix" msgstr "Se utilizó el registro incorrecto `%%%s' con el sufijo `%c'" -#: config/tc-i386.c:2005 config/tc-i386.c:2058 config/tc-i386.c:2129 +#: config/tc-i386.c:2304 config/tc-i386.c:2362 config/tc-i386.c:2444 #, c-format msgid "using `%%%s' instead of `%%%s' due to `%c' suffix" msgstr "utilizando `%%%s' en lugar de `%%%s' debido al sufijo `%c'" -#: config/tc-i386.c:2021 config/tc-i386.c:2039 config/tc-i386.c:2083 config/tc-i386.c:2110 +#: config/tc-i386.c:2319 config/tc-i386.c:2340 config/tc-i386.c:2391 +#: config/tc-i386.c:2422 #, c-format msgid "`%%%s' not allowed with `%s%c'" msgstr "no se permite `%%%s' con `%s%c'" -#: config/tc-i386.c:2170 +#: config/tc-i386.c:2485 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "no se dio un sufijo mnemónico de instrucción; no se puede determinar el tamaño inmediato" -#: config/tc-i386.c:2196 +#: config/tc-i386.c:2518 #, c-format msgid "no instruction mnemonic suffix given; can't determine immediate size %x %c" msgstr "no se dio un sufijo mnemónico de instrucción; no se puede determinar el tamaño inmediato %x %c" -#: config/tc-i386.c:2221 -msgid "no instruction mnemonic suffix given and no register operands; can't size instruction" -msgstr "no se dio un sufijo mnemónico de instrucción y ningún operando de registro; no se puede determinar el tamaño de la instrucción" - -#: config/tc-i386.c:2269 -msgid "64bit operations available only in 64bit modes." -msgstr "las operaciones de 64bit solamente están disponibles en modos de 64bit." - #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:2337 +#: config/tc-i386.c:2567 #, c-format msgid "translating to `%s %%%s,%%%s'" msgstr "traduciendo a `%s %%%s,%%%s'" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:2344 +#: config/tc-i386.c:2574 #, c-format msgid "translating to `%s %%%s'" msgstr "traduciendo a `%s %%%s'" -#: config/tc-i386.c:2617 +#: config/tc-i386.c:2593 #, c-format msgid "you can't `pop %%cs'" msgstr "no se puede hacer `pop %%cs'" -#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:2650 -#, c-format -msgid "translating to `%sp'" -msgstr "traduciendo a `%sp'" - -#: config/tc-i386.c:2693 -#, c-format -msgid "Can't encode registers '%%%s' in the instruction requiring REX prefix.\n" -msgstr "No se pueden codificar los registros '%%%s' en la instrucción que requiere el prefijo REX.\n" - -#: config/tc-i386.c:2755 config/tc-i386.c:2845 config/tc-i386.c:2881 +#: config/tc-i386.c:2919 config/tc-i386.c:3012 config/tc-i386.c:3051 msgid "skipping prefixes on this instruction" msgstr "saltando los prefijos en esta instrucción" -#: config/tc-i386.c:2901 +#: config/tc-i386.c:3071 msgid "16-bit jump out of range" msgstr "salto de 16-bit fuera de rango" -#: config/tc-i386.c:2910 +#: config/tc-i386.c:3080 #, c-format msgid "can't handle non absolute segment in `%s'" msgstr "no se puede manejar un segmento no absoluto en `%s'" -#: config/tc-i386.c:3217 +#: config/tc-i386.c:3418 #, c-format msgid "@%s reloc is not supported in %s bit mode" msgstr "las reubicaciones @%s no tienen soporte en modo de %s bits" -#: config/tc-i386.c:3293 +#: config/tc-i386.c:3494 msgid "only 1 or 2 immediate operands are allowed" msgstr "sólo se permiten 1 ó dos operandos inmediatos" -#: config/tc-i386.c:3316 config/tc-i386.c:3504 +#: config/tc-i386.c:3517 config/tc-i386.c:3708 #, c-format msgid "junk `%s' after expression" msgstr "basura `%s' después de la expresión" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3327 +#: config/tc-i386.c:3528 #, c-format msgid "missing or invalid immediate expression `%s' taken as 0" msgstr "la expresión inmediata faltante o inválida `%s' se toma como 0" -#: config/tc-i386.c:3358 config/tc-i386.c:3565 +#: config/tc-i386.c:3559 config/tc-i386.c:3769 #, c-format msgid "unimplemented segment %s in operand" msgstr "segmento %s sin implementar en el operando" -#: config/tc-i386.c:3360 config/tc-i386.c:3567 +#: config/tc-i386.c:3561 config/tc-i386.c:3771 #, c-format msgid "unimplemented segment type %d in operand" msgstr "tipo de segmento %d sin implementar en el operando" -#: config/tc-i386.c:3404 config/tc-i386.c:5588 +#: config/tc-i386.c:3605 config/tc-i386.c:5836 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "se esperaba un factor de escala de 1, 2, 4, u 8: se obtuvo `%s'" -#: config/tc-i386.c:3411 +#: config/tc-i386.c:3612 #, c-format msgid "scale factor of %d without an index register" msgstr "factor de escala de %d sin un registro índice" -#: config/tc-i386.c:3524 +#: config/tc-i386.c:3728 #, c-format msgid "bad expression used with @%s" msgstr "se utilizó una expresión errónea con @%s" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3546 +#: config/tc-i386.c:3750 #, c-format msgid "missing or invalid displacement expression `%s' taken as 0" msgstr "la expresión de desubicación faltante o inválida `%s' se toma como 0" -#: config/tc-i386.c:3652 +#: config/tc-i386.c:3869 #, c-format msgid "`%s' is not a valid base/index expression" msgstr "`%s' no es una expresión base/índice válida" -#: config/tc-i386.c:3656 +#: config/tc-i386.c:3873 #, c-format msgid "`%s' is not a valid %s bit base/index expression" msgstr "`%s' no es una expresión de %s bit base/índice válida" -#: config/tc-i386.c:3731 +#: config/tc-i386.c:3948 #, c-format msgid "bad memory operand `%s'" msgstr "operando de memoria `%s' erróneo" -#: config/tc-i386.c:3746 +#: config/tc-i386.c:3963 #, c-format msgid "junk `%s' after register" msgstr "basura `%s' después del registro" -#: config/tc-i386.c:3755 config/tc-i386.c:3870 config/tc-i386.c:3908 +#: config/tc-i386.c:3972 config/tc-i386.c:4087 config/tc-i386.c:4125 #, c-format msgid "bad register name `%s'" msgstr "nombre de registro `%s' erróneo" -#: config/tc-i386.c:3763 +#: config/tc-i386.c:3980 msgid "immediate operand illegal with absolute jump" msgstr "operando inmediato ilegal con salto absoluto" -#: config/tc-i386.c:3785 +#: config/tc-i386.c:4002 #, c-format msgid "too many memory references for `%s'" msgstr "demasiadas referencias a memoria para `%s'" -#: config/tc-i386.c:3863 +#: config/tc-i386.c:4080 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "se esperaba `,' ó `)' después del registro índice en `%s'" -#: config/tc-i386.c:3887 +#: config/tc-i386.c:4104 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "se esperaba `)' después del factor de escala en `%s'" -#: config/tc-i386.c:3894 +#: config/tc-i386.c:4111 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "se esperaba un registro índice o un factor de escala después de `,'; se obtuvo '%c'" -#: config/tc-i386.c:3901 +#: config/tc-i386.c:4118 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "se esperaba `,' ó `)' después del registro base en `%s'" #. It's not a memory operand; argh! -#: config/tc-i386.c:3942 +#: config/tc-i386.c:4159 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "caracter inválido %s al inicio del operando %d `%s'" -#: config/tc-i386.c:4117 +#: config/tc-i386.c:4338 msgid "long jump required" msgstr "se requiere un salto largo" -#: config/tc-i386.c:4417 +#: config/tc-i386.c:4646 msgid "Bad call to md_atof ()" msgstr "Llamada errónea a md_atof ()" -#: config/tc-i386.c:4581 +#: config/tc-i386.c:4810 msgid "No compiled in support for x86_64" msgstr "No se compiló el soporte para x86_64" -#: config/tc-i386.c:4602 +#: config/tc-i386.c:4831 msgid "" " -Q ignored\n" " -V print assembler version number\n" @@ -3791,63 +4380,63 @@ msgstr "" " -q omite algunos avisos\n" " -s ignorado\n" -#: config/tc-i386.c:4609 +#: config/tc-i386.c:4838 msgid " -q quieten some warnings\n" msgstr " -q omite algunos avisos\n" -#: config/tc-i386.c:4710 config/tc-s390.c:1592 +#: config/tc-i386.c:4939 config/tc-s390.c:1601 msgid "GOT already in symbol table" msgstr "GOT ya está en la tabla de símbolos" -#: config/tc-i386.c:4842 +#: config/tc-i386.c:5077 #, c-format msgid "can not do %d byte relocation" msgstr "no se puede hacer la reubicación de %d bytes" -#: config/tc-i386.c:4894 config/tc-s390.c:1957 +#: config/tc-i386.c:5142 config/tc-s390.c:1969 #, c-format msgid "cannot represent relocation type %s" msgstr "no se puede representar el tipo de reubicación %s" -#: config/tc-i386.c:5190 +#: config/tc-i386.c:5438 #, c-format msgid "too many memory references for '%s'" msgstr "demasiadas referencias a memoria para '%s'" -#: config/tc-i386.c:5353 +#: config/tc-i386.c:5601 #, c-format msgid "Unknown operand modifier `%s'\n" msgstr "Modificador de operando `%s' desconocido\n" -#: config/tc-i386.c:5560 +#: config/tc-i386.c:5808 #, c-format msgid "`%s' is not a valid segment register" msgstr "`%s' no es un registro de segmento válido" -#: config/tc-i386.c:5570 config/tc-i386.c:5691 +#: config/tc-i386.c:5818 config/tc-i386.c:5939 msgid "Register scaling only allowed in memory operands." msgstr "El escalamiento de registros sólo se permite en operandos de memoria." -#: config/tc-i386.c:5601 +#: config/tc-i386.c:5849 msgid "Too many register references in memory operand.\n" msgstr "Demasiadas referencias a registros en un operando de memoria.\n" -#: config/tc-i386.c:5670 +#: config/tc-i386.c:5918 #, c-format msgid "Syntax error. Expecting a constant. Got `%s'.\n" msgstr "Error sintáctico. Se esperaba una constante. Se obtuvo `%s'.\n" -#: config/tc-i386.c:5740 +#: config/tc-i386.c:5988 #, c-format msgid "Unrecognized token '%s'" msgstr "Elemento '%s' no reconocido" -#: config/tc-i386.c:5757 +#: config/tc-i386.c:6005 #, c-format msgid "Unexpected token `%s'\n" msgstr "Elemento `%s' inesperado\n" -#: config/tc-i386.c:5901 +#: config/tc-i386.c:6149 #, c-format msgid "Unrecognized token `%s'\n" msgstr "Elemento `%s' no reconocido\n" @@ -3856,7 +4445,7 @@ msgstr "Elemento `%s' no reconocido\n" msgid "Unknown temporary pseudo register" msgstr "Pseudo registro temporal desconocido" -#: config/tc-i860.c:181 config/tc-mips.c:1248 +#: config/tc-i860.c:181 config/tc-mips.c:1060 #, c-format msgid "internal error: can't hash `%s': %s\n" msgstr "error interno: no se puede dispersar `%s': %s\n" @@ -3894,7 +4483,7 @@ msgstr "El ensamblador aún no tiene sopo msgid "Illegal operands for %s" msgstr "Operandos ilegales para %s" -#: config/tc-i860.c:873 config/tc-sparc.c:2731 +#: config/tc-i860.c:873 config/tc-sparc.c:2737 msgid "bad segment" msgstr "segmento erróneo" @@ -4018,208 +4607,213 @@ msgstr "" "-no-relax\t\tno alterar las instrucciones comparar-y-ramificar para\n" "\t\t\tdesubicaciones largas\n" -#: config/tc-i960.c:1404 +#: config/tc-i960.c:1405 msgid "too many operands" msgstr "demasiados operandos" -#: config/tc-i960.c:1463 config/tc-i960.c:1690 +#: config/tc-i960.c:1464 config/tc-i960.c:1691 msgid "expression syntax error" msgstr "error sintáctico en la expresión" -#: config/tc-i960.c:1501 +#: config/tc-i960.c:1502 msgid "attempt to branch into different segment" msgstr "se intentó ramificar en un segmento diferente" -#: config/tc-i960.c:1505 +#: config/tc-i960.c:1506 #, c-format msgid "target of %s instruction must be a label" msgstr "el objetivo de la instrucción %s debe ser una etiqueta" -#: config/tc-i960.c:1544 +#: config/tc-i960.c:1545 msgid "unmatched '['" msgstr "'[' desemparejado" -#: config/tc-i960.c:1555 +#: config/tc-i960.c:1556 msgid "garbage after index spec ignored" msgstr "se ignora la basura después de la especificación del índice" #. We never moved: there was no opcode either! -#: config/tc-i960.c:1621 +#: config/tc-i960.c:1622 msgid "missing opcode" msgstr "falta el código de operación" -#: config/tc-i960.c:2036 +#: config/tc-i960.c:2037 msgid "invalid index register" msgstr "registro índice inválido" -#: config/tc-i960.c:2059 +#: config/tc-i960.c:2060 msgid "invalid scale factor" msgstr "factor de escala inválido" -#: config/tc-i960.c:2242 +#: config/tc-i960.c:2243 msgid "unaligned register" msgstr "registro sin alinear" -#: config/tc-i960.c:2265 +#: config/tc-i960.c:2266 msgid "no such sfr in this architecture" msgstr "no hay un sfr en esta arquitectura" -#: config/tc-i960.c:2303 +#: config/tc-i960.c:2304 msgid "illegal literal" msgstr "literal ilegal" #. Should not happen: see block comment above -#: config/tc-i960.c:2533 +#: config/tc-i960.c:2534 #, c-format msgid "Trying to 'bal' to %s" msgstr "Tratando de hacer 'bal' a %s" -#: config/tc-i960.c:2544 +#: config/tc-i960.c:2545 msgid "Looks like a proc, but can't tell what kind.\n" msgstr "Se ve como un proc, no se puede saber de qué tipo.\n" -#: config/tc-i960.c:2575 +#: config/tc-i960.c:2576 msgid "should have 1 or 2 operands" msgstr "debe tener 1 o 2 operandos" -#: config/tc-i960.c:2584 config/tc-i960.c:2603 +#: config/tc-i960.c:2585 config/tc-i960.c:2604 #, c-format msgid "Redefining leafproc %s" msgstr "Redefiniendo el proceso hoja %s" -#: config/tc-i960.c:2634 +#: config/tc-i960.c:2635 msgid "should have two operands" msgstr "debe tener dos operandos" -#: config/tc-i960.c:2644 +#: config/tc-i960.c:2645 msgid "'entry_num' must be absolute number in [0,31]" msgstr "'entry_num' debe ser un número absoluto en [0,31]" -#: config/tc-i960.c:2653 +#: config/tc-i960.c:2654 #, c-format msgid "Redefining entrynum for sysproc %s" msgstr "Redefiniendo el número de entrada para el proceso del sistema %s" -#: config/tc-i960.c:2760 +#: config/tc-i960.c:2761 msgid "architecture of opcode conflicts with that of earlier instruction(s)" msgstr "la arquitectura del código de operación tiene conflictos con alguno de una(s) instrucción(es) anterior(es)" -#: config/tc-i960.c:2781 +#: config/tc-i960.c:2782 msgid "big endian mode is not supported" msgstr "el modo big endian no tiene soporte" -#: config/tc-i960.c:2783 +#: config/tc-i960.c:2784 #, c-format msgid "ignoring unrecognized .endian type `%s'" msgstr "se ignora el tipo .endian `%s' no reconocido" -#: config/tc-i960.c:3055 +#: config/tc-i960.c:3056 #, c-format msgid "leafproc symbol '%s' undefined" msgstr "símolo de proceso hoja '%s' indefinido" -#: config/tc-i960.c:3065 +#: config/tc-i960.c:3066 #, c-format msgid "Warning: making leafproc entries %s and %s both global\n" msgstr "Aviso: haciendo globales las entradas de proceso hoja %s y %s\n" -#: config/tc-i960.c:3174 +#: config/tc-i960.c:3175 msgid "option --link-relax is only supported in b.out format" msgstr "la opción --link-relax solamente tiene soporte en el formato b.out" -#: config/tc-i960.c:3217 write.c:2670 +#: config/tc-i960.c:3218 write.c:2689 msgid "callj to difference of two symbols" msgstr "callj para diferenciar dos símbolos" -#: config/tc-ia64.c:1052 +#: config/tc-ia64.c:1078 msgid "Unwind directive not followed by an instruction." msgstr "La directiva de desenredo no está seguida por una instrucción." -#: config/tc-ia64.c:4416 +#: config/tc-ia64.c:4512 msgid "Register name expected" msgstr "Se esperaba un nombre de registro" -#: config/tc-ia64.c:4421 config/tc-ia64.c:4707 +#: config/tc-ia64.c:4517 config/tc-ia64.c:4803 msgid "Comma expected" msgstr "Se esperaba una coma" -#: config/tc-ia64.c:4429 +#: config/tc-ia64.c:4525 msgid "Register value annotation ignored" msgstr "Se ignora la anotación del valor del registro" -#: config/tc-ia64.c:4453 +#: config/tc-ia64.c:4549 msgid "Directive invalid within a bundle" msgstr "Directiva inválida dentro de una agrupación" -#: config/tc-ia64.c:4520 +#: config/tc-ia64.c:4616 msgid "Missing predicate relation type" msgstr "Falta el tipo de relación del predicado" -#: config/tc-ia64.c:4536 +#: config/tc-ia64.c:4632 msgid "Unrecognized predicate relation type" msgstr "Tipo de relación de predicado no reconocido" -#: config/tc-ia64.c:4556 config/tc-ia64.c:4581 +#: config/tc-ia64.c:4652 config/tc-ia64.c:4677 msgid "Predicate register expected" msgstr "Se esperaba un registro de predicado" -#: config/tc-ia64.c:4568 +#: config/tc-ia64.c:4664 msgid "Duplicate predicate register ignored" msgstr "Se ignora el registro de predicado duplicado" -#: config/tc-ia64.c:4590 +#: config/tc-ia64.c:4686 msgid "Bad register range" msgstr "Rango de registro erróneo" -#: config/tc-ia64.c:4618 +#: config/tc-ia64.c:4714 msgid "Predicate source and target required" msgstr "Se requiere el predicado fuente y destino" -#: config/tc-ia64.c:4620 config/tc-ia64.c:4632 +#: config/tc-ia64.c:4716 config/tc-ia64.c:4728 msgid "Use of p0 is not valid in this context" msgstr "El uso de p0 no es válido en este contexto" -#: config/tc-ia64.c:4627 +#: config/tc-ia64.c:4723 msgid "At least two PR arguments expected" msgstr "Se esperaban al menos dos argumentos PR" -#: config/tc-ia64.c:4641 +#: config/tc-ia64.c:4737 msgid "At least one PR argument expected" msgstr "Se esperaba al menos un argumento PR" -#: config/tc-ia64.c:4677 +#: config/tc-ia64.c:4773 #, c-format msgid "Inserting \"%s\" into entry hint table failed: %s" msgstr "Falló la inserción de \"%s\" en la tabla de entrada de pistas: %s" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5147 +#: config/tc-ia64.c:5243 msgid "62-bit relocation not yet implemented" msgstr "la reubicación de 62-bits aún no está implementada" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5220 +#: config/tc-ia64.c:5316 msgid "lower 16 bits of mask ignored" msgstr "se ignoran los 16 bits inferiores de la máscara" -#: config/tc-ia64.c:5775 +#: config/tc-ia64.c:5871 msgid "Value truncated to 62 bits" msgstr "Valor truncado a 62 bits" -#: config/tc-ia64.c:6126 +#: config/tc-ia64.c:6222 msgid "Additional NOP may be necessary to workaround Itanium processor A/B step errata" -msgstr "Pueden ser necesario un NOP adiciona para evitar el error de paso A/B del procesador Itanium" +msgstr "Pueden ser necesario un NOP adicional para evitar el error de paso A/B del procesador Itanium" -#: config/tc-ia64.c:6309 +#: config/tc-ia64.c:6405 #, c-format msgid "Unrecognized option '-x%s'" msgstr "Opción '-x%s' no reconocida" -#: config/tc-ia64.c:6337 +#: config/tc-ia64.c:6433 msgid "" "IA-64 options:\n" +" --mconstant-gp\t mark output file as using the constant-GP model\n" +"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" +" --mauto-pic\t\t mark output file as using the constant-GP model\n" +"\t\t\t without function descriptors (sets ELF header flag\n" +"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" " -x | -xexplicit\t turn on dependency violation checking (default)\n" @@ -4227,43 +4821,53 @@ msgid "" " -xdebug\t\t debug dependency violation checker\n" msgstr "" "Opciones de IA-64:\n" -" -milp32|-milp64|-mlp64|-mp64\tseleccionar el modelo de datos (-mlp64 por omisión)\n" -" -mle | -mbe\t\t seleccionar el orden de bytes little- o big-endian (-mle por omisión)\n" -" -x | -xexplicit\t activar la revisión de violaciones de dependencias (por omisión)\n" -" -xauto\t\t borrar automágicamente las violaciones de dependencias\n" -" -xdebug\t\t depurar el revisor de violaciones de dependencias\n" +" --mconstant-gp\t marca el fichero de salida como que usa el modelo\n" +"\t\t\t GP-constante (establece la opción EF_IA_64_CONS_GP\n" +"\t\t\t del encabezado ELF)\n" +" --mauto-pic\t\t marca el fichero de salida como que usa el modelo\n" +"\t\t\t GP-constante sin los descriptores de función\n" +"\t\t\t (establece la opción EF_IA_64_NOFUNCDESC_CONS_GP\n" +"\t\t\t del encabezado ELF)\n" +" -milp32|-milp64|-mlp64|-mp64\tselecciona el modelo de datos\n" +" \t(-mlp64 por omisión)\n" +" -mle | -mbe\t\t selecciona el orden de bytes little- o big-endian\n" +" \t\t (-mle por omisión)\n" +" -x | -xexplicit\t activa la revisión de violaciones de dependencias\n" +" \t (por omisión)\n" +" -xauto\t\t borra automágicamente las violaciones de dependencias\n" +" -xdebug\t\t depura el revisor de violaciones de dependencias\n" -#: config/tc-ia64.c:6351 +#: config/tc-ia64.c:6452 msgid "--gstabs is not supported for ia64" msgstr "--gstabs no tiene soporte para ia64" -#: config/tc-ia64.c:6618 config/tc-mips.c:1227 +#: config/tc-ia64.c:6743 config/tc-mips.c:1049 msgid "Could not set architecture and machine" msgstr "No se pueden establecer la arquitectura y la máquina" -#: config/tc-ia64.c:6725 +#: config/tc-ia64.c:6850 msgid "Explicit stops are ignored in auto mode" msgstr "Se ignoran las paradas explícitas en modo automático" -#: config/tc-ia64.c:6775 +#: config/tc-ia64.c:6900 msgid "Found '{' after explicit switch to automatic mode" msgstr "Se encontró '{' después del cambio explícito al modo automático" -#: config/tc-ia64.c:7222 +#: config/tc-ia64.c:7347 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "Dependencia sin manejar %s para %s (%s), nota %d" -#: config/tc-ia64.c:8498 +#: config/tc-ia64.c:8623 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "Especificador de dependencia %d no reconocido\n" -#: config/tc-ia64.c:9300 +#: config/tc-ia64.c:9425 msgid "Only the first path encountering the conflict is reported" msgstr "Solamente se reporta la primera ruta donde se encuentra el conflicto" -#: config/tc-ia64.c:9303 +#: config/tc-ia64.c:9428 msgid "This is the location of the conflicting usage" msgstr "Esta es la ubicación del uso conflictivo" @@ -4387,7 +4991,7 @@ msgstr "%s: la salida de la 1a instrucci msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?" msgstr "%s: la salida de la 2a instrucción es la misma que una entrada a la 1a instrucción - ¿Esto es intencional?" -#: config/tc-m32r.c:1252 config/tc-ppc.c:1571 config/tc-ppc.c:3966 +#: config/tc-m32r.c:1252 config/tc-ppc.c:1561 config/tc-ppc.c:3977 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "Se esperaba coma después del nombre del símbolo: se ingnora el resto de la línea." @@ -4396,15 +5000,16 @@ msgstr "Se esperaba coma después del nom msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "longitud SCOMMon (%ld.) <0!. Se ignora." -#: config/tc-m32r.c:1276 config/tc-ppc.c:1593 config/tc-ppc.c:2615 config/tc-ppc.c:3990 +#: config/tc-m32r.c:1276 config/tc-ppc.c:1583 config/tc-ppc.c:2626 +#: config/tc-ppc.c:4001 msgid "ignoring bad alignment" msgstr "se ignora la alineación errónea" -#: config/tc-m32r.c:1288 config/tc-ppc.c:1630 config/tc-v850.c:383 +#: config/tc-m32r.c:1288 config/tc-ppc.c:1620 config/tc-v850.c:333 msgid "Common alignment not a power of 2" msgstr "La alineación común no es una potencia de 2" -#: config/tc-m32r.c:1303 config/tc-ppc.c:1604 config/tc-ppc.c:4002 +#: config/tc-m32r.c:1303 config/tc-ppc.c:1594 config/tc-ppc.c:4013 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." msgstr "Se ignora el intento de redefinir el símbolo `%s'." @@ -4777,16 +5382,16 @@ msgstr "No se puede hacer la reubicación msgid "Unable to produce reloc against symbol '%s'" msgstr "No se puede producir una reubicación contra el símbolo '%s'" -#: config/tc-m68k.c:948 config/tc-mips.c:12429 +#: config/tc-m68k.c:948 config/tc-mips.c:12955 config/tc-vax.c:3442 #, c-format msgid "Cannot make %s relocation PC relative" msgstr "No se puede hacer la reubicación relativa al PC %s" -#: config/tc-m68k.c:1041 config/tc-tahoe.c:1495 config/tc-vax.c:1762 +#: config/tc-m68k.c:1041 config/tc-tahoe.c:1495 config/tc-vax.c:1890 msgid "No operator" msgstr "No hay operador" -#: config/tc-m68k.c:1071 config/tc-tahoe.c:1512 config/tc-vax.c:1779 +#: config/tc-m68k.c:1071 config/tc-tahoe.c:1512 config/tc-vax.c:1907 msgid "Unknown operator" msgstr "Operador desconocido" @@ -4818,7 +5423,8 @@ msgstr "68010 o superior" msgid "operands mismatch" msgstr "no coinciden los operandos" -#: config/tc-m68k.c:1949 config/tc-m68k.c:1955 config/tc-m68k.c:1961 config/tc-mmix.c:2448 config/tc-mmix.c:2472 +#: config/tc-m68k.c:1949 config/tc-m68k.c:1955 config/tc-m68k.c:1961 +#: config/tc-mmix.c:2465 config/tc-mmix.c:2489 msgid "operand out of range" msgstr "operando fuera de rango" @@ -4863,7 +5469,8 @@ msgstr "valor de byte sin soporte; utili msgid "unknown/incorrect operand" msgstr "operando desconocido/incorrecto" -#: config/tc-m68k.c:2485 config/tc-m68k.c:2493 config/tc-m68k.c:2500 config/tc-m68k.c:2507 +#: config/tc-m68k.c:2485 config/tc-m68k.c:2493 config/tc-m68k.c:2500 +#: config/tc-m68k.c:2507 msgid "out of range" msgstr "fuera de rango" @@ -5020,7 +5627,7 @@ msgstr "lista de registros errónea: %s" msgid "restore without save" msgstr "restore sin save" -#: config/tc-m68k.c:5641 config/tc-m68k.c:6026 +#: config/tc-m68k.c:5641 config/tc-m68k.c:6028 msgid "syntax error in structured control directive" msgstr "error sintáctico en la directiva estructurada de control" @@ -5033,68 +5640,69 @@ msgstr "falta el código de condición en msgid "Condition <%c%c> in structured control directive can not be encoded correctly" msgstr "La condición <%c%c> en la directiva de contro estructurado no se puede codificar correctamente" -#: config/tc-m68k.c:6069 +#: config/tc-m68k.c:6071 msgid "missing then" msgstr "then faltante" -#: config/tc-m68k.c:6151 +#: config/tc-m68k.c:6153 msgid "else without matching if" msgstr "else sin if coincidente" -#: config/tc-m68k.c:6185 +#: config/tc-m68k.c:6187 msgid "endi without matching if" msgstr "endi sin if coincidente" -#: config/tc-m68k.c:6226 +#: config/tc-m68k.c:6228 msgid "break outside of structured loop" msgstr "break fuera de un loop estructurado" -#: config/tc-m68k.c:6265 +#: config/tc-m68k.c:6267 msgid "next outside of structured loop" msgstr "next fuera de un loop estructurado" -#: config/tc-m68k.c:6317 +#: config/tc-m68k.c:6319 msgid "missing =" msgstr "= faltante" -#: config/tc-m68k.c:6355 +#: config/tc-m68k.c:6357 msgid "missing to or downto" msgstr "to o downto faltante" -#: config/tc-m68k.c:6391 config/tc-m68k.c:6425 config/tc-m68k.c:6644 +#: config/tc-m68k.c:6393 config/tc-m68k.c:6427 config/tc-m68k.c:6646 msgid "missing do" msgstr "do faltante" -#: config/tc-m68k.c:6528 +#: config/tc-m68k.c:6530 msgid "endf without for" msgstr "endf sin for" -#: config/tc-m68k.c:6584 +#: config/tc-m68k.c:6586 msgid "until without repeat" msgstr "until sin repeat" -#: config/tc-m68k.c:6680 +#: config/tc-m68k.c:6682 msgid "endw without while" msgstr "endw sin while" -#: config/tc-m68k.c:6804 +#: config/tc-m68k.c:6806 #, c-format msgid "unrecognized option `%s'" msgstr "opción `%s' no reconocida" -#: config/tc-m68k.c:6849 +#: config/tc-m68k.c:6851 #, c-format msgid "unrecognized architecture specification `%s'" msgstr "especificación de arquitectura `%s' no reconocida" -#: config/tc-m68k.c:6919 +#: config/tc-m68k.c:6944 +#, c-format msgid "" "680X0 options:\n" "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n" "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n" "-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m5307 | -m5407\n" -"\t\t\tspecify variant of 680X0 architecture [default 68020]\n" +"\t\t\tspecify variant of 680X0 architecture [default %s]\n" "-m68881 | -m68882 | -mno-68881 | -mno-68882\n" "\t\t\ttarget has/lacks floating-point coprocessor\n" "\t\t\t[default yes for 68020, 68030, and cpu32]\n" @@ -5104,12 +5712,12 @@ msgstr "" "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n" "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n" "-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m5307 | -m5407\n" -"\t\t\tespecifica la variante de la arquitectura 680X0 [por omisión 68020]\n" +"\t\t\tespecifica la variación de la arquitectura 680X0 [por omisión %s]\n" "-m68881 | -m68882 | -mno-68881 | -mno-68882\n" "\t\t\tel objetivo tiene un/carece de coprocesador de coma flotante\n" "\t\t\t[por omisión sí para 68020, 68030, y cpu32]\n" -#: config/tc-m68k.c:6929 +#: config/tc-m68k.c:6955 msgid "" "-m68851 | -mno-68851\n" "\t\t\ttarget has/lacks memory-management unit coprocessor\n" @@ -5131,7 +5739,7 @@ msgstr "" "\t\t\treconoce los nombres de registro sin carácter de prefijo\n" "--bitwise-or\t\tno trata `|' como un carácter de comentario\n" -#: config/tc-m68k.c:6939 +#: config/tc-m68k.c:6965 msgid "" "--base-size-default-16\tbase reg without size is 16 bits\n" "--base-size-default-32\tbase reg without size is 32 bits (default)\n" @@ -5143,12 +5751,12 @@ msgstr "" "--disp-size-default-16\tla desubicación de tamaño desconocido es de 16 bits\n" "--disp-size-default-32\tla desubicación de tamaño desconocido es de 32 bits (por omisión)\n" -#: config/tc-m68k.c:6974 +#: config/tc-m68k.c:7000 #, c-format msgid "Error %s in %s\n" msgstr "Error %s en %s\n" -#: config/tc-m68k.c:6978 +#: config/tc-m68k.c:7004 #, c-format msgid "Opcode(%d.%s): " msgstr "Código de operación(%d.%s): " @@ -5265,7 +5873,12 @@ msgstr "registro inválido: r15 ilegal" msgid "M340 specific opcode used when assembling for M210" msgstr "se utilizó un código de operación específico de M340 cuando se ensamblaba para M210" -#: config/tc-mcore.c:1104 config/tc-mcore.c:1143 config/tc-mcore.c:1162 config/tc-mcore.c:1181 config/tc-mcore.c:1208 config/tc-mcore.c:1237 config/tc-mcore.c:1274 config/tc-mcore.c:1309 config/tc-mcore.c:1328 config/tc-mcore.c:1347 config/tc-mcore.c:1379 config/tc-mcore.c:1404 config/tc-mcore.c:1461 config/tc-mcore.c:1515 config/tc-mcore.c:1551 config/tc-mcore.c:1609 config/tc-mcore.c:1631 config/tc-mcore.c:1654 +#: config/tc-mcore.c:1104 config/tc-mcore.c:1143 config/tc-mcore.c:1162 +#: config/tc-mcore.c:1181 config/tc-mcore.c:1208 config/tc-mcore.c:1237 +#: config/tc-mcore.c:1274 config/tc-mcore.c:1309 config/tc-mcore.c:1328 +#: config/tc-mcore.c:1347 config/tc-mcore.c:1379 config/tc-mcore.c:1404 +#: config/tc-mcore.c:1461 config/tc-mcore.c:1515 config/tc-mcore.c:1551 +#: config/tc-mcore.c:1609 config/tc-mcore.c:1631 config/tc-mcore.c:1654 msgid "second operand missing" msgstr "falta el segundo operando" @@ -5423,412 +6036,425 @@ msgstr "No se puede hacer la reubicación msgid "pc-relative" msgstr "relativo al pc" -#: config/tc-mips.c:659 +#: config/tc-mips.c:690 #, c-format msgid "internal Error, line %d, %s" msgstr "Error interno, línea %d, %s" -#: config/tc-mips.c:661 +#: config/tc-mips.c:692 msgid "MIPS internal Error" msgstr "Error interno de MIPS" -#: config/tc-mips.c:1028 -msgid "-G not supported in this configuration." -msgstr "-G no tiene soporte en esta configuración." - -#: config/tc-mips.c:1056 -msgid "The -mcpu option can't be used together with -march. Use -mtune instead of -mcpu." -msgstr "La opción -mcpu no se puede usar junto con -march. Utilice -mtune en lugar de -mcpu." - -#: config/tc-mips.c:1064 -msgid "The -mcpu option can't be used together with -mtune. Use -march instead of -mcpu." -msgstr "La opción -mcpu no se puede usar junto con -mtune. Utilice -march en lugar de -mcpu." - -#: config/tc-mips.c:1113 config/tc-mips.c:1138 -msgid "The -mcpu option is deprecated. Please use -march and -mtune instead." -msgstr "La opción -mcpu está deprecada. Por favor utilice -march y -mtune en su lugar." - -#. This really should be an error instead of a warning, but old -#. compilers only have -mcpu which sets both arch and tune. For -#. now, we discard arch and preserve tune. -#: config/tc-mips.c:1158 -msgid "The -march option is incompatible to -mipsN and therefore ignored." -msgstr "La opción -march es incompatible con -mipsN y por lo tanto se ignora." - -#: config/tc-mips.c:1210 -msgid "trap exception not supported at ISA 1" -msgstr "la excepciónd de trampa no tiene soporte en ISA 1" - -#: config/tc-mips.c:1274 +#: config/tc-mips.c:1086 #, c-format msgid "internal: can't hash `%s': %s" msgstr "interno: no se puede dispersar `%s': %s" -#: config/tc-mips.c:1282 +#: config/tc-mips.c:1094 #, c-format msgid "internal error: bad mips16 opcode: %s %s\n" msgstr "error interno: código de operación mips16 erróneo: %s %s\n" -#: config/tc-mips.c:1456 +#: config/tc-mips.c:1275 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "devuelto de mips_ip(%s) insn_opcode = 0x%x\n" -#: config/tc-mips.c:2012 config/tc-mips.c:12574 +#: config/tc-mips.c:1830 config/tc-mips.c:13100 msgid "extended instruction in delay slot" msgstr "instrucción extendida en ranuta de retardo" -#: config/tc-mips.c:2056 config/tc-mips.c:2067 +#: config/tc-mips.c:1874 config/tc-mips.c:1885 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "salto a una dirección mal alineada (0x%lx)" -#: config/tc-mips.c:2060 config/tc-mips.c:2071 +#: config/tc-mips.c:1878 config/tc-mips.c:1889 #, c-format msgid "jump address range overflow (0x%lx)" msgstr "desbordamiento de rango de salto de dirección (0x%lx)" -#: config/tc-mips.c:2864 config/tc-mips.c:3222 +#: config/tc-mips.c:2693 config/tc-mips.c:3088 msgid "Macro instruction expanded into multiple instructions" msgstr "Instrucción macro expandida en instrucciones múltiples" -#: config/tc-mips.c:3275 +#: config/tc-mips.c:2705 +msgid "Macro instruction expanded into multiple instructions in a branch delay slot" +msgstr "Instrucción macro expandida en instrucciones múltiples en una ranura de retraso de ramificación" + +#: config/tc-mips.c:3141 msgid "unsupported large constant" msgstr "constante large sin soporte" -#: config/tc-mips.c:3277 +#: config/tc-mips.c:3143 #, c-format msgid "Instruction %s requires absolute expression" msgstr "La instrucción %s requiere una expresión absoluta" -#: config/tc-mips.c:3423 +#: config/tc-mips.c:3292 #, c-format msgid "Number (0x%lx) larger than 32 bits" msgstr "El número (0x%lx) es más grande que 32 bits" -#: config/tc-mips.c:3445 +#: config/tc-mips.c:3314 msgid "Number larger than 64 bits" msgstr "El número es más grande que 64 bits" -#: config/tc-mips.c:3765 config/tc-mips.c:3823 config/tc-mips.c:5671 config/tc-mips.c:5715 config/tc-mips.c:6235 config/tc-mips.c:6293 +#: config/tc-mips.c:3631 config/tc-mips.c:3709 config/tc-mips.c:5637 +#: config/tc-mips.c:5688 config/tc-mips.c:6236 config/tc-mips.c:6295 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "Desbordamiento del desplazamiento del código PIC (máx 16 bits con signo)" -#: config/tc-mips.c:4070 +#: config/tc-mips.c:3957 #, c-format msgid "Branch %s is always false (nop)" msgstr "La ramificación %s es siempre falsa (nop)" -#: config/tc-mips.c:4078 +#: config/tc-mips.c:3965 #, c-format msgid "Branch likely %s is always false" msgstr "La ramificación como %s es siempre falsa" -#: config/tc-mips.c:4086 config/tc-mips.c:4155 config/tc-mips.c:4250 config/tc-mips.c:4300 config/tc-mips.c:7343 config/tc-mips.c:7351 config/tc-mips.c:7359 config/tc-mips.c:7468 +#: config/tc-mips.c:3973 config/tc-mips.c:4042 config/tc-mips.c:4137 +#: config/tc-mips.c:4187 config/tc-mips.c:7426 config/tc-mips.c:7434 +#: config/tc-mips.c:7442 config/tc-mips.c:7551 msgid "Unsupported large constant" msgstr "Constante large sin soporte" #. result is always true -#: config/tc-mips.c:4120 +#: config/tc-mips.c:4007 #, c-format msgid "Branch %s is always true" msgstr "La ramificación %s es siempre verdadera" -#: config/tc-mips.c:4372 config/tc-mips.c:4484 +#: config/tc-mips.c:4259 config/tc-mips.c:4371 msgid "Divide by zero." msgstr "División por cero." -#: config/tc-mips.c:5112 +#: config/tc-mips.c:4460 +msgid "dla used to load 32-bit register" +msgstr "Se usa dla para cargar registros de 32-bit" + +#: config/tc-mips.c:4463 +msgid "la used to load 64-bit address" +msgstr "Se usa la para cargar registros de 64-bit" + +#: config/tc-mips.c:5044 msgid "MIPS PIC call to register other than $25" msgstr "Llamada PIC MIPS a un registro diferente de $25" -#: config/tc-mips.c:5119 config/tc-mips.c:5130 config/tc-mips.c:5232 config/tc-mips.c:5243 +#: config/tc-mips.c:5051 config/tc-mips.c:5062 config/tc-mips.c:5181 +#: config/tc-mips.c:5192 msgid "No .cprestore pseudo-op used in PIC code" msgstr "No se utilizó el pseudo-operador .cprestore en el código PIC" -#: config/tc-mips.c:5124 config/tc-mips.c:5237 +#: config/tc-mips.c:5056 config/tc-mips.c:5186 msgid "No .frame pseudo-op used in PIC code" msgstr "No se utilizó el pseudo-operador .frame en el código PIC" -#: config/tc-mips.c:5315 config/tc-mips.c:5404 config/tc-mips.c:5986 config/tc-mips.c:6027 config/tc-mips.c:6045 config/tc-mips.c:6676 +#: config/tc-mips.c:5265 config/tc-mips.c:5354 config/tc-mips.c:5985 +#: config/tc-mips.c:6026 config/tc-mips.c:6044 config/tc-mips.c:6759 msgid "opcode not supported on this processor" msgstr "el código de operación no tiene soporte en este procesador" -#: config/tc-mips.c:6490 config/tc-mips.c:7234 +#: config/tc-mips.c:6493 config/tc-mips.c:7317 msgid "Macro used $at after \".set noat\"" msgstr "La macro utilizó $at después de \".set noat\"" -#: config/tc-mips.c:6642 config/tc-mips.c:6664 +#: config/tc-mips.c:6660 config/tc-mips.c:6681 config/tc-mips.c:6722 +#: config/tc-mips.c:6743 msgid "rotate count too large" msgstr "la cuenta de rotación es demasiado grande" -#: config/tc-mips.c:6716 +#: config/tc-mips.c:6799 #, c-format msgid "Instruction %s: result is always false" msgstr "Instrucción %s: el resultado es siempre falso" -#: config/tc-mips.c:6889 +#: config/tc-mips.c:6972 #, c-format msgid "Instruction %s: result is always true" msgstr "Instrucción %s: el resultado es siempre verdadero" -#: config/tc-mips.c:7028 config/tc-mips.c:7057 config/tc-mips.c:7127 config/tc-mips.c:7153 +#: config/tc-mips.c:7111 config/tc-mips.c:7140 config/tc-mips.c:7210 +#: config/tc-mips.c:7236 msgid "operand overflow" msgstr "desbordamiento de operando" #. FIXME: Check if this is one of the itbl macros, since they #. are added dynamically. -#: config/tc-mips.c:7230 +#: config/tc-mips.c:7313 #, c-format msgid "Macro %s not implemented yet" msgstr "La macro %s aún no está implementada" -#: config/tc-mips.c:7501 +#: config/tc-mips.c:7584 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "interno: código de operación mips erróneo (error de máscara): %s %s" -#: config/tc-mips.c:7557 +#: config/tc-mips.c:7646 #, c-format msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" msgstr "interno: código de operación mips erróneo (tipo de operando `%c' desconocido): %s %s" -#: config/tc-mips.c:7564 +#: config/tc-mips.c:7653 #, c-format msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" msgstr "interno: código de operación mips erróneo (bits 0x%lx indefinidos): %s %s" -#: config/tc-mips.c:7676 +#: config/tc-mips.c:7767 #, c-format msgid "opcode not supported on this processor: %s (%s)" msgstr "el código de operación no tiene soporte en este procesador: %s (%s)" -#: config/tc-mips.c:7753 +#: config/tc-mips.c:7847 #, c-format -msgid "Improper shift amount (%ld)" -msgstr "Cantidad de desplazamiento impropia (%ld)" +msgid "Improper shift amount (%lu)" +msgstr "Cantidad de desplazamiento impropia (%lu)" -#: config/tc-mips.c:7779 config/tc-mips.c:8992 config/tc-mips.c:9107 +#: config/tc-mips.c:7873 config/tc-mips.c:9187 config/tc-mips.c:9302 #, c-format msgid "Invalid value for `%s' (%lu)" msgstr "Valor inválido para `%s' (%lu)" -#: config/tc-mips.c:7797 +#: config/tc-mips.c:7891 #, c-format -msgid "Illegal break code (%ld)" -msgstr "Código de interrupción ilegal (%ld)" +msgid "Illegal break code (%lu)" +msgstr "Código de interrupción ilegal (%lu)" -#: config/tc-mips.c:7811 +#: config/tc-mips.c:7905 #, c-format -msgid "Illegal lower break code (%ld)" -msgstr "Código de interrupción inferior ilegal (%ld)" +msgid "Illegal lower break code (%lu)" +msgstr "Código de interrupción inferior ilegal (%lu)" -#: config/tc-mips.c:7824 +#: config/tc-mips.c:7918 #, c-format -msgid "Illegal 20-bit code (%ld)" -msgstr "Código de 20-bit ilegal (%ld)" +msgid "Illegal 20-bit code (%lu)" +msgstr "Código de 20-bit ilegal (%lu)" -#: config/tc-mips.c:7836 +#: config/tc-mips.c:7930 #, c-format -msgid "Coproccesor code > 25 bits (%ld)" -msgstr "Código de coprocesador > 25 bits (%ld)" +msgid "Coproccesor code > 25 bits (%lu)" +msgstr "Código de coprocesador > 25 bits (%lu)" -#: config/tc-mips.c:7849 +#: config/tc-mips.c:7943 #, c-format -msgid "Illegal 19-bit code (%ld)" -msgstr "Código de 19-bit ilegal (%ld)" +msgid "Illegal 19-bit code (%lu)" +msgstr "Código de 19-bit ilegal (%lu)" -#: config/tc-mips.c:7861 +#: config/tc-mips.c:7955 #, c-format -msgid "Invalid performance register (%ld)" -msgstr "Registro de rendimiento inválido (%ld)" +msgid "Invalid performance register (%lu)" +msgstr "Registro de rendimiento inválido (%lu)" -#: config/tc-mips.c:7898 +#: config/tc-mips.c:7992 #, c-format msgid "Invalid register number (%d)" msgstr "Número de registro inválido (%d)" -#: config/tc-mips.c:8063 +#: config/tc-mips.c:8168 +#, c-format +msgid "Invalid MDMX Immediate (%ld)" +msgstr "Inmediato MDMX inválido (%ld)" + +#: config/tc-mips.c:8211 #, c-format msgid "Invalid float register number (%d)" msgstr "Número de registro de coma flotante inválido (%d)" -#: config/tc-mips.c:8073 +#: config/tc-mips.c:8221 #, c-format msgid "Float register should be even, was %d" msgstr "El registro de coma flotante debería ser par, era %d" -#: config/tc-mips.c:8124 +#: config/tc-mips.c:8260 +#, c-format +msgid "Bad element selector %ld" +msgstr "Selector de elemento %ld erróneo" + +#: config/tc-mips.c:8267 +#, c-format +msgid "Expecting ']' found '%s'" +msgstr "Se esperaba ']', se encontró '%s'" + +#: config/tc-mips.c:8309 msgid "absolute expression required" msgstr "se requiere una expresión absoluta" -#: config/tc-mips.c:8192 +#: config/tc-mips.c:8377 #, c-format msgid "Bad floating point constant: %s" msgstr "Constante de coma flotante errónea: %s" -#: config/tc-mips.c:8320 +#: config/tc-mips.c:8505 msgid "Can't use floating point insn in this section" msgstr "No se pueden utilizar instrucciones de coma flotante en esta sección" -#: config/tc-mips.c:8361 config/tc-mips.c:8366 config/tc-mips.c:8497 config/tc-mips.c:8502 +#: config/tc-mips.c:8546 config/tc-mips.c:8551 config/tc-mips.c:8682 +#: config/tc-mips.c:8687 msgid "bad composition of relocations" msgstr "composición de reubicaciones errónea" -#: config/tc-mips.c:8399 +#: config/tc-mips.c:8584 msgid "16 bit expression not in range 0..65535" msgstr "la expresión de 16 bit no está en el rango 0..65535" -#: config/tc-mips.c:8436 +#: config/tc-mips.c:8621 msgid "16 bit expression not in range -32768..32767" msgstr "la expresión de 16 bit no está en el rango -32768..32767" -#: config/tc-mips.c:8521 +#: config/tc-mips.c:8706 msgid "lui expression not in range 0..65535" msgstr "la expresión de 16 bit no está en el rango 0..65535" -#: config/tc-mips.c:8545 +#: config/tc-mips.c:8730 #, c-format msgid "invalid condition code register $fcc%d" msgstr "registro de código de condición $fcc%d inválido" -#: config/tc-mips.c:8570 +#: config/tc-mips.c:8755 msgid "invalid coprocessor sub-selection value (0-7)" msgstr "valor de subselección de coprocesador (0-7) inválido" -#: config/tc-mips.c:8575 +#: config/tc-mips.c:8760 #, c-format msgid "bad char = '%c'\n" msgstr "carácter erróneo = '%c'\n" -#: config/tc-mips.c:8586 config/tc-mips.c:8591 config/tc-mips.c:9132 +#: config/tc-mips.c:8771 config/tc-mips.c:8776 config/tc-mips.c:9327 msgid "illegal operands" msgstr "operandos ilegales" -#: config/tc-mips.c:8658 +#: config/tc-mips.c:8843 msgid "unrecognized opcode" msgstr "códigos de operación no reconocidos" -#: config/tc-mips.c:8770 +#: config/tc-mips.c:8955 #, c-format msgid "invalid register number (%d)" msgstr "número de registro inválido (%d)" -#: config/tc-mips.c:8851 +#: config/tc-mips.c:9046 msgid "used $at without \".set noat\"" msgstr "se utilizó $at sin \".set noat\"" -#: config/tc-mips.c:9026 +#: config/tc-mips.c:9221 msgid "can't parse register list" msgstr "no se puede decodificar la lista de registros" -#: config/tc-mips.c:9258 +#: config/tc-mips.c:9453 msgid "extended operand requested but not required" msgstr "se solicitó un operando extendido pero no es necesario" -#: config/tc-mips.c:9260 +#: config/tc-mips.c:9455 msgid "invalid unextended operand value" msgstr "valor de operando no extendido inválido" -#: config/tc-mips.c:9288 +#: config/tc-mips.c:9483 msgid "operand value out of range for instruction" msgstr "el valor del operando está fuera de rango por la instrucción" -#: config/tc-mips.c:9520 +#: config/tc-mips.c:9715 msgid "internal error" msgstr "error interno" -#: config/tc-mips.c:9840 +#: config/tc-mips.c:10048 #, c-format msgid "invalid architecture -mtune=%s" msgstr "arquitectura -mtune=%s inválida" -#: config/tc-mips.c:9843 +#: config/tc-mips.c:10051 #, c-format msgid "invalid architecture -march=%s" msgstr "arquitectura -march=%s inválida" -#: config/tc-mips.c:9846 +#: config/tc-mips.c:10054 #, c-format msgid "invalid architecture -mcpu=%s" msgstr "arquitectura -mcpu=%s inválida" -#: config/tc-mips.c:9858 +#: config/tc-mips.c:10066 #, c-format msgid "A different -mtune= was already specified, is now -mtune=%s" msgstr "Ya se había especificado un -mtune= diferente, ahora es -mtune=%s" -#: config/tc-mips.c:9864 +#: config/tc-mips.c:10072 #, c-format msgid "A different -march= was already specified, is now -march=%s" msgstr "Ya se había especificado un -march= diferente, ahora es -march=%s" -#: config/tc-mips.c:9870 +#: config/tc-mips.c:10078 #, c-format msgid "A different -mcpu= was already specified, is now -mcpu=%s" msgstr "Ya se había especificado un -mcpu= diferente, ahora es -mcpu=%s" -#: config/tc-mips.c:9880 +#: config/tc-mips.c:10088 msgid "A different -march= or -mtune= was already specified, is now -m4650" msgstr "Ya se había especificado un -march ó un -mtune diferentes, ahora es -m4650" -#: config/tc-mips.c:9892 +#: config/tc-mips.c:10100 msgid "A different -march= or -mtune= was already specified, is now -m4010" msgstr "Ya se había especificado un -march ó un -mtune diferentes, ahora es -m4010" -#: config/tc-mips.c:9904 +#: config/tc-mips.c:10112 msgid "A different -march= or -mtune= was already specified, is now -m4100" msgstr "Ya se había especificado un -march ó un -mtune diferentes, ahora es -m4100" -#: config/tc-mips.c:9916 +#: config/tc-mips.c:10124 msgid "A different -march= or -mtune= was already specified, is now -m3900" msgstr "Ya se había especificado un -march ó un -mtune diferentes, ahora es -m3900" -#: config/tc-mips.c:9939 +#: config/tc-mips.c:10163 msgid "-G may not be used with embedded PIC code" msgstr "-G no se puede utilizar con código PIC imbuído" -#: config/tc-mips.c:9952 +#: config/tc-mips.c:10176 msgid "-call_shared is supported only for ELF format" msgstr "-call_shared sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:9958 config/tc-mips.c:11148 config/tc-mips.c:11350 +#: config/tc-mips.c:10182 config/tc-mips.c:11627 config/tc-mips.c:11837 msgid "-G may not be used with SVR4 PIC code" msgstr "-G no se puede utilizar con código PIC de SVR4" -#: config/tc-mips.c:9967 +#: config/tc-mips.c:10191 msgid "-non_shared is supported only for ELF format" msgstr "-non_shared sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:9984 +#: config/tc-mips.c:10208 msgid "-G is not supported for this configuration" msgstr "-G no tiene soporte para esta configuración" -#: config/tc-mips.c:9989 +#: config/tc-mips.c:10213 msgid "-G may not be used with SVR4 or embedded PIC code" msgstr "-G no se puede utilizar con código PIC de SVR4 o imbuído" -#: config/tc-mips.c:10003 +#: config/tc-mips.c:10227 msgid "-32 is supported for ELF format only" msgstr "-32 sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:10012 +#: config/tc-mips.c:10236 msgid "-n32 is supported for ELF format only" msgstr "-n32 sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:10021 +#: config/tc-mips.c:10245 msgid "-64 is supported for ELF format only" msgstr "-64 sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:10026 config/tc-mips.c:10065 +#: config/tc-mips.c:10250 config/tc-mips.c:10289 msgid "No compiled in support for 64 bit object file format" msgstr "No se compiló el soporte para el formato de fichero objeto de 64 bit" -#: config/tc-mips.c:10052 +#: config/tc-mips.c:10276 msgid "-mabi is supported for ELF format only" msgstr "-mabi sólo tiene soporte para el formato ELF" -#: config/tc-mips.c:10126 +#: config/tc-mips.c:10296 +#, c-format +msgid "invalid abi -mabi=%s" +msgstr "interruptor abi -mabi=%s inválido" + +#: config/tc-mips.c:10363 msgid "" "MIPS options:\n" "-membedded-pic\t\tgenerate embedded position independent code\n" @@ -5846,7 +6472,7 @@ msgstr "" "-G NUM\t\t\tpermite la referencia a objetos hasta NUM bytes\n" "\t\t\timplícitamente con el registro gp [por omisión 8]\n" -#: config/tc-mips.c:10134 +#: config/tc-mips.c:10371 msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" "-mips2\t\t\tgenerate MIPS ISA II instructions\n" @@ -5866,7 +6492,7 @@ msgstr "" "-mips64 genera instrucciones MIPS64 ISA\n" "-mcpu=CPU/-mtune=CPU\tgenera código/calendarización para el CPU, donde CPU es uno de:\n" -#: config/tc-mips.c:10170 +#: config/tc-mips.c:10407 msgid "" "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" "-no-mCPU\t\tdon't generate code specific to CPU.\n" @@ -5876,7 +6502,7 @@ msgstr "" "-no-mCPU\t\tno genera código específico para el CPU.\n" "\t\t\tPara -mCPU y -no-mCPU, CPU debe ser uno de:\n" -#: config/tc-mips.c:10183 +#: config/tc-mips.c:10420 msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" @@ -5884,7 +6510,7 @@ msgstr "" "-mips16\t\t\tgenera instrucciones mips16\n" "-no-mips16\t\tno genera instrucciones mips16\n" -#: config/tc-mips.c:10186 +#: config/tc-mips.c:10423 msgid "" "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" @@ -5903,7 +6529,7 @@ msgstr "" "--trap, --no-break\texcepción de trampa en div por 0 y desbordamiento de mult\n" "--break, --no-trap\texcepción de interrupción en div por 0 y desbordamiento de mult\n" -#: config/tc-mips.c:10196 +#: config/tc-mips.c:10433 msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" "-non_shared\t\tdo not generate position independent code\n" @@ -5915,7 +6541,7 @@ msgstr "" "-xgot\t\t\tasume un GOT de 32 bit\n" "-mabi=ABI\t\tcrea un fichero objeto que cumple con el ABI para:\n" -#: config/tc-mips.c:10212 +#: config/tc-mips.c:10449 msgid "" "-32\t\t\tcreate o32 ABI object file (default)\n" "-n32\t\t\tcreate n32 ABI object file\n" @@ -5925,190 +6551,220 @@ msgstr "" "-n32\t\t\tcrea ficheros objeto ABI o32\n" "-64\t\t\tcrea ficheros objeto ABI 64\n" -#: config/tc-mips.c:10342 +#: config/tc-mips.c:10469 +msgid "-G not supported in this configuration." +msgstr "-G no tiene soporte en esta configuración." + +#: config/tc-mips.c:10488 +msgid "The -mcpu option can't be used together with -march. Use -mtune instead of -mcpu." +msgstr "La opción -mcpu no se puede usar junto con -march. Utilice -mtune en lugar de -mcpu." + +#: config/tc-mips.c:10496 +msgid "The -mcpu option can't be used together with -mtune. Use -march instead of -mcpu." +msgstr "La opción -mcpu no se puede usar junto con -mtune. Utilice -march en lugar de -mcpu." + +#: config/tc-mips.c:10545 config/tc-mips.c:10570 +msgid "The -mcpu option is deprecated. Please use -march and -mtune instead." +msgstr "La opción -mcpu está deprecada. Por favor utilice -march y -mtune en su lugar." + +#. This really should be an error instead of a warning, but old +#. compilers only have -mcpu which sets both arch and tune. For +#. now, we discard arch and preserve tune. +#: config/tc-mips.c:10590 +msgid "The -march option is incompatible to -mipsN and therefore ignored." +msgstr "La opción -march es incompatible con -mipsN y por lo tanto se ignora." + +#: config/tc-mips.c:10642 +msgid "trap exception not supported at ISA 1" +msgstr "la excepciónd de trampa no tiene soporte en ISA 1" + +#: config/tc-mips.c:10810 #, c-format msgid "Unmatched %%hi reloc" msgstr "Reubicación %%hi sin coincidencia" -#: config/tc-mips.c:10554 +#: config/tc-mips.c:11030 msgid "Invalid PC relative reloc" msgstr "Reubicación relativa al PC inválida" -#: config/tc-mips.c:10662 config/tc-sparc.c:3106 config/tc-sparc.c:3113 config/tc-sparc.c:3120 config/tc-sparc.c:3127 config/tc-sparc.c:3134 config/tc-sparc.c:3143 config/tc-sparc.c:3154 config/tc-sparc.c:3176 config/tc-sparc.c:3200 write.c:1026 write.c:1089 +#: config/tc-mips.c:11138 config/tc-sparc.c:3113 config/tc-sparc.c:3120 +#: config/tc-sparc.c:3127 config/tc-sparc.c:3134 config/tc-sparc.c:3141 +#: config/tc-sparc.c:3150 config/tc-sparc.c:3161 config/tc-sparc.c:3183 +#: config/tc-sparc.c:3207 write.c:1041 write.c:1104 msgid "relocation overflow" msgstr "desbordamiento de reubicación" -#: config/tc-mips.c:10673 +#: config/tc-mips.c:11149 #, c-format msgid "Branch to odd address (%lx)" msgstr "Ramificación a una dirección impar (%lx)" -#: config/tc-mips.c:10735 +#: config/tc-mips.c:11214 msgid "Branch out of range" msgstr "Ramificación fuera de rango" -#: config/tc-mips.c:10843 +#: config/tc-mips.c:11322 #, c-format msgid "%08lx UNDEFINED\n" msgstr "%08lx SIN DEFINIR\n" -#: config/tc-mips.c:10906 +#: config/tc-mips.c:11385 #, c-format msgid "Alignment too large: %d. assumed." msgstr "Alineación demasiado grande: se asume %d." -#: config/tc-mips.c:10909 +#: config/tc-mips.c:11388 msgid "Alignment negative: 0 assumed." msgstr "Alineación negativa: se asume 0." -#: config/tc-mips.c:10997 +#: config/tc-mips.c:11476 msgid "No read only data section in this object file format" msgstr "No hay sección de datos de sólo lectura en este formato de fichero objeto" -#: config/tc-mips.c:11020 +#: config/tc-mips.c:11499 msgid "Global pointers not supported; recompile -G 0" msgstr "Los apuntadores globales no tienen soporte; recompile -G 0" -#: config/tc-mips.c:11106 +#: config/tc-mips.c:11585 #, c-format msgid "%s: no such section" msgstr "%s: no existe la sección" -#: config/tc-mips.c:11143 +#: config/tc-mips.c:11622 #, c-format msgid ".option pic%d not supported" msgstr ".option pic%d no tiene soporte" -#: config/tc-mips.c:11154 +#: config/tc-mips.c:11633 #, c-format msgid "Unrecognized option \"%s\"" msgstr "Opción \"%s\" no reconocida" -#: config/tc-mips.c:11217 +#: config/tc-mips.c:11696 msgid "`noreorder' must be set before `nomacro'" msgstr "se debe establecer `noreorder' antes de `nomacro'" -#: config/tc-mips.c:11273 config/tc-mips.c:11287 +#: config/tc-mips.c:11760 config/tc-mips.c:11774 #, c-format msgid "unknown ISA level %s" msgstr "nivel ISA %s desconocido" -#: config/tc-mips.c:11309 +#: config/tc-mips.c:11796 msgid ".set pop with no .set push" msgstr ".set pop sin .set push" -#: config/tc-mips.c:11333 +#: config/tc-mips.c:11820 #, c-format msgid "Tried to set unrecognized symbol: %s\n" msgstr "Se trató de establecer el símbolo no reconocido: %s\n" -#: config/tc-mips.c:11384 +#: config/tc-mips.c:11871 msgid ".cpload not in noreorder section" msgstr ".cpload no está en la sección noreorder" -#: config/tc-mips.c:11441 config/tc-mips.c:11454 +#: config/tc-mips.c:11928 config/tc-mips.c:11947 msgid "missing argument separator ',' for .cpsetup" msgstr "falta el separador de argumentos ',' para .cpsetup" -#: config/tc-mips.c:11638 +#: config/tc-mips.c:12128 msgid "Unsupported use of .gpword" msgstr "Uso sin soporte de .gpword" -#: config/tc-mips.c:11774 +#: config/tc-mips.c:12263 msgid "expected `$'" msgstr "se esperaba `$'" -#: config/tc-mips.c:11782 +#: config/tc-mips.c:12271 msgid "Bad register number" msgstr "Número de registro erróneo" -#: config/tc-mips.c:11798 +#: config/tc-mips.c:12319 msgid "Unrecognized register name" msgstr "Nombre de registro no reconocido" -#: config/tc-mips.c:11983 +#: config/tc-mips.c:12505 msgid "unsupported PC relative reference to different section" msgstr "referencia relativa al PC sin soporte a una sección diferente" -#: config/tc-mips.c:12096 +#: config/tc-mips.c:12618 msgid "unsupported relocation" msgstr "reubicación sin soporte" -#: config/tc-mips.c:12200 +#: config/tc-mips.c:12714 msgid "AT used after \".set noat\" or macro used after \".set nomacro\"" msgstr "se utilizó AT después de \".set noat\" o se utilizó una macro después de \".set nomacro\"" -#: config/tc-mips.c:12269 +#: config/tc-mips.c:12784 msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc" msgstr "Revise dos veces fx_r_type en tc-mips.c:tc_gen_reloc" -#: config/tc-mips.c:12461 config/tc-sh.c:3218 +#: config/tc-mips.c:12987 config/tc-sh.c:3799 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "No se puede representar la reubicación %s en este formato de fichero objeto" -#: config/tc-mips.c:12800 +#: config/tc-mips.c:13338 msgid "missing .end at end of assembly" msgstr "falta un .end al final del ensamblado" -#: config/tc-mips.c:12815 +#: config/tc-mips.c:13353 msgid "expected simple number" msgstr "se esperaba un número simple" -#: config/tc-mips.c:12841 +#: config/tc-mips.c:13379 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr " *input_line_pointer == '%c' 0x%02x\n" -#: config/tc-mips.c:12843 +#: config/tc-mips.c:13381 msgid "invalid number" msgstr "número inválido" -#: config/tc-mips.c:12901 +#: config/tc-mips.c:13470 msgid ".end not in text section" msgstr ".end no está en la sección text" -#: config/tc-mips.c:12905 +#: config/tc-mips.c:13474 msgid ".end directive without a preceding .ent directive." msgstr "directiva .end sin una directiva .ent precedente." -#: config/tc-mips.c:12914 +#: config/tc-mips.c:13483 msgid ".end symbol does not match .ent symbol." msgstr "el símbolo .end no coincide con el símbolo .ent." -#: config/tc-mips.c:12917 +#: config/tc-mips.c:13490 msgid ".end directive missing or unknown symbol" msgstr "falta la directiva .end o hay un símbolo desconocido" -#: config/tc-mips.c:12990 +#: config/tc-mips.c:13564 msgid ".ent or .aent not in text section." msgstr ".ent o .aent no están en la sección text." -#: config/tc-mips.c:12993 +#: config/tc-mips.c:13567 msgid "missing .end" msgstr "falta un .end" -#: config/tc-mips.c:13030 ecoff.c:3202 +#: config/tc-mips.c:13609 ecoff.c:3200 msgid ".frame outside of .ent" msgstr ".frame fuera de .ent" -#: config/tc-mips.c:13041 +#: config/tc-mips.c:13620 msgid "Bad .frame directive" msgstr "Directiva .frame errónea" -#: config/tc-mips.c:13071 +#: config/tc-mips.c:13653 msgid ".mask/.fmask outside of .ent" msgstr ".mask/.fmask fuera de .ent" -#: config/tc-mips.c:13078 +#: config/tc-mips.c:13660 msgid "Bad .mask/.fmask directive" msgstr "Directiva .mask/.fmask errónea" -#: config/tc-mmix.c:669 +#: config/tc-mmix.c:681 msgid " MMIX-specific command line options:\n" msgstr "Opciones de la línea de comandos específicas de MMIX:\n" -#: config/tc-mmix.c:670 +#: config/tc-mmix.c:682 msgid "" " -fixed-special-register-names\n" " Allow only the original special register names.\n" @@ -6116,19 +6772,19 @@ msgstr "" " -fixed-special-register-names\n" " Sólo permite los nombres de registros especiales originales.\n" -#: config/tc-mmix.c:673 +#: config/tc-mmix.c:685 msgid " -globalize-symbols Make all symbols global.\n" msgstr " -globalize-symbols Hace que todos los símbolos sean globales.\n" -#: config/tc-mmix.c:675 +#: config/tc-mmix.c:687 msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" msgstr " -gnu-syntax Desactiva la compatibilidad con la sintaxis mmixal.\n" -#: config/tc-mmix.c:677 +#: config/tc-mmix.c:689 msgid " -relax Create linker relaxable code.\n" msgstr " -relax Crea código relajable para el enlazador.\n" -#: config/tc-mmix.c:679 +#: config/tc-mmix.c:691 msgid "" " -no-predefined-syms Do not provide mmixal built-in constants.\n" " Implies -fixed-special-register-names.\n" @@ -6136,7 +6792,7 @@ msgstr "" " -no-predefined-syms No provee las constantes internas de mmixal.\n" " Implica -fixed-special-register-names.\n" -#: config/tc-mmix.c:682 +#: config/tc-mmix.c:694 msgid "" " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" " into multiple instructions.\n" @@ -6144,197 +6800,211 @@ msgstr "" " -no-expand No expande GETA, ramificaciones, PUSHJ ó JUMP\n" " a instrucciones múltiples.\n" -#: config/tc-mmix.c:685 +#: config/tc-mmix.c:697 msgid " -no-merge-gregs Do not merge GREG definitions with nearby values.\n" msgstr " -no-merge-gregs No mezcla las definiciones GREG con los valores cercanos.\n" -#: config/tc-mmix.c:687 +#: config/tc-mmix.c:699 +msgid " -linker-allocated-gregs If there's no suitable GREG definition for the operands of an instruction, let the linker resolve.\n" +msgstr " -linker-allocated-gregs Si no hay una definición GREG adecuada para los operandos de una instrucción, dejar resolver al enlazador.\n" + +#: config/tc-mmix.c:702 msgid "" " -x Do not warn when an operand to GETA, a branch,\n" " PUSHJ or JUMP is not known to be within range.\n" -" The linker will catch any errors.\n" +" The linker will catch any errors. Implies\n" +" -linker-allocated-gregs." msgstr "" " -x No avisa cuando no se sabe que un operando para\n" " GETA, una ramificación, PUSHJ ó JUMP esté dentro\n" -" del rango.\n" -" El enlazador atrapará cualquier error.\n" +" del rango. El enlazador atrapará cualquier error.\n" +" Implica -linker-allocated-gregs." -#: config/tc-mmix.c:813 +#: config/tc-mmix.c:829 #, c-format msgid "unknown opcode: `%s'" msgstr "código de operación desconocido: `%s'" -#: config/tc-mmix.c:935 config/tc-mmix.c:950 +#: config/tc-mmix.c:951 config/tc-mmix.c:966 msgid "specified location wasn't TETRA-aligned" msgstr "la ubicación especificada no estaba TETRA alineada" -#: config/tc-mmix.c:937 config/tc-mmix.c:952 config/tc-mmix.c:4055 config/tc-mmix.c:4071 +#: config/tc-mmix.c:953 config/tc-mmix.c:968 config/tc-mmix.c:4086 +#: config/tc-mmix.c:4102 msgid "unaligned data at an absolute location is not supported" msgstr "los datos sin alinear en una ubicación absoluta no tienen soporte" -#: config/tc-mmix.c:1062 +#: config/tc-mmix.c:1078 #, c-format msgid "invalid operand to opcode %s: `%s'" msgstr "operandos inválidos para el código de operación %s: `%s'" -#: config/tc-mmix.c:1084 config/tc-mmix.c:1111 config/tc-mmix.c:1144 config/tc-mmix.c:1152 config/tc-mmix.c:1169 config/tc-mmix.c:1197 config/tc-mmix.c:1218 config/tc-mmix.c:1243 config/tc-mmix.c:1291 config/tc-mmix.c:1389 config/tc-mmix.c:1414 config/tc-mmix.c:1446 config/tc-mmix.c:1478 config/tc-mmix.c:1508 config/tc-mmix.c:1561 config/tc-mmix.c:1578 config/tc-mmix.c:1605 config/tc-mmix.c:1633 config/tc-mmix.c:1660 config/tc-mmix.c:1686 config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744 config/tc-mmix.c:1760 config/tc-mmix.c:1823 config/tc-mmix.c:1839 +#: config/tc-mmix.c:1100 config/tc-mmix.c:1127 config/tc-mmix.c:1160 +#: config/tc-mmix.c:1168 config/tc-mmix.c:1185 config/tc-mmix.c:1213 +#: config/tc-mmix.c:1234 config/tc-mmix.c:1259 config/tc-mmix.c:1307 +#: config/tc-mmix.c:1405 config/tc-mmix.c:1430 config/tc-mmix.c:1462 +#: config/tc-mmix.c:1494 config/tc-mmix.c:1524 config/tc-mmix.c:1577 +#: config/tc-mmix.c:1594 config/tc-mmix.c:1621 config/tc-mmix.c:1649 +#: config/tc-mmix.c:1676 config/tc-mmix.c:1702 config/tc-mmix.c:1718 +#: config/tc-mmix.c:1744 config/tc-mmix.c:1760 config/tc-mmix.c:1776 +#: config/tc-mmix.c:1839 config/tc-mmix.c:1855 #, c-format msgid "invalid operands to opcode %s: `%s'" msgstr "operandos inválidos para el código de operación %s: `%s'" -#: config/tc-mmix.c:1816 +#: config/tc-mmix.c:1832 #, c-format msgid "unsupported operands to %s: `%s'" msgstr "operandos sin soporte para %s: `%s'" -#: config/tc-mmix.c:1944 +#: config/tc-mmix.c:1960 msgid "internal: mmix_prefix_name but empty prefix" msgstr "interno: hay un mmix_prefix_name pero es un prefijo vacío" -#: config/tc-mmix.c:1989 +#: config/tc-mmix.c:2005 #, c-format msgid "too many GREG registers allocated (max %d)" msgstr "se asignaron demasiados registros GREG (máximo %d)" -#: config/tc-mmix.c:2049 +#: config/tc-mmix.c:2065 msgid "BSPEC already active. Nesting is not supported." msgstr "BSPEC ya está activo. El anidamiento no tiene soporte." -#: config/tc-mmix.c:2058 +#: config/tc-mmix.c:2074 msgid "invalid BSPEC expression" msgstr "expresión BSPEC inválida" -#: config/tc-mmix.c:2074 +#: config/tc-mmix.c:2090 #, c-format msgid "can't create section %s" msgstr "no se puede crear la sección %s" -#: config/tc-mmix.c:2079 +#: config/tc-mmix.c:2095 #, c-format msgid "can't set section flags for section %s" msgstr "no se pueden establecer las opciones para la sección %s" -#: config/tc-mmix.c:2101 +#: config/tc-mmix.c:2117 msgid "ESPEC without preceding BSPEC" msgstr "ESPEC sin un BSPEC precedente" -#: config/tc-mmix.c:2131 +#: config/tc-mmix.c:2147 msgid "missing local expression" msgstr "falta una expresión local" -#: config/tc-mmix.c:2346 +#: config/tc-mmix.c:2363 msgid "operand out of range, instruction expanded" msgstr "el operando está fuera de rango, se expande la instrucción" #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be #. user-friendly, though a little bit non-substantial. -#: config/tc-mmix.c:2598 +#: config/tc-mmix.c:2621 msgid "directive LOCAL must be placed in code or data" msgstr "la directiva LOCAL debe estar colocada en el código o en los datos" -#: config/tc-mmix.c:2599 +#: config/tc-mmix.c:2622 msgid "internal confusion: relocation in a section without contents" msgstr "confusión interna: reubiación en una sección sin contenido" -#: config/tc-mmix.c:2714 +#: config/tc-mmix.c:2735 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" msgstr "interno: BFD_RELOC_MMIX_BASE_PLUS_OFFSET no resuelve a la sección" -#: config/tc-mmix.c:2754 +#: config/tc-mmix.c:2783 msgid "no suitable GREG definition for operands" msgstr "no hay una definición GREG adecuada para los operandos" -#: config/tc-mmix.c:2813 +#: config/tc-mmix.c:2842 msgid "operands were not reducible at assembly-time" msgstr "los operandos no son reducibles en el momento del ensamblado" -#: config/tc-mmix.c:2841 +#: config/tc-mmix.c:2870 #, c-format msgid "cannot generate relocation type for symbol %s, code %s" msgstr "no se puede generar el tipo de reubicación para el símbolo %s, código %s" -#: config/tc-mmix.c:2861 +#: config/tc-mmix.c:2890 #, c-format msgid "internal: unhandled label %s" msgstr "interno: etiqueta %s sin manejar" -#: config/tc-mmix.c:2915 +#: config/tc-mmix.c:2944 msgid "[0-9]H labels may not appear alone on a line" msgstr "las etiquetas [0-9]H no pueden aparecer solas en una línea" -#: config/tc-mmix.c:2924 +#: config/tc-mmix.c:2953 msgid "[0-9]H labels do not mix with dot-pseudos" msgstr "las etiquetas [0-9]H no se mezclan con pseudo-puntos" -#: config/tc-mmix.c:2988 +#: config/tc-mmix.c:3017 msgid "invalid characters in input" msgstr "caracteres inválidos en la entrada" -#: config/tc-mmix.c:3092 +#: config/tc-mmix.c:3121 msgid "empty label field for IS" msgstr "campo de etiqueta vacío para IS" -#: config/tc-mmix.c:3342 +#: config/tc-mmix.c:3371 #, c-format msgid "internal: unexpected relax type %d:%d" msgstr "interno: tipo de relajación inesperado %d:%d" -#: config/tc-mmix.c:3364 +#: config/tc-mmix.c:3393 msgid "BSPEC without ESPEC." msgstr "BSPEC sin un ESPEC." -#: config/tc-mmix.c:3566 +#: config/tc-mmix.c:3595 msgid "GREG expression too complicated" msgstr "expresión GREG demasiado complicada" -#: config/tc-mmix.c:3579 +#: config/tc-mmix.c:3610 msgid "internal: GREG expression not resolved to section" msgstr "interno: la expresión GREG no resuelva a la sección" -#: config/tc-mmix.c:3630 +#: config/tc-mmix.c:3661 msgid "register section has contents\n" msgstr "la sección de registros tiene contenido\n" -#: config/tc-mmix.c:3808 +#: config/tc-mmix.c:3839 msgid "section change from within a BSPEC/ESPEC pair is not supported" msgstr "el cambio de sección desde dentro de una pareja BSPEC/ESPEC no tiene soporte" -#: config/tc-mmix.c:3830 +#: config/tc-mmix.c:3861 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" msgstr "una directiva LOC desde dentro de una pareja BSPEC/ESPEC no tiene soporte" -#: config/tc-mmix.c:3841 +#: config/tc-mmix.c:3872 msgid "invalid LOC expression" msgstr "expresión LOC inválida" -#: config/tc-mmix.c:3866 config/tc-mmix.c:3892 +#: config/tc-mmix.c:3897 config/tc-mmix.c:3923 msgid "LOC expression stepping backwards is not supported" msgstr "el paso hacia atrás de una expresión LOC no tiene soporte" #. We will only get here in rare cases involving #NO_APP, #. where the unterminated string is not recognized by the #. preformatting pass. -#: config/tc-mmix.c:3976 config/tc-mmix.c:4137 +#: config/tc-mmix.c:4007 config/tc-mmix.c:4168 msgid "unterminated string" msgstr "cadena sin terminar" -#: config/tc-mmix.c:3993 +#: config/tc-mmix.c:4024 msgid "BYTE expression not a pure number" msgstr "la expresión BYTE no es un número puro" #. Note that mmixal does not allow negative numbers in #. BYTE sequences, so neither should we. -#: config/tc-mmix.c:4002 +#: config/tc-mmix.c:4033 msgid "BYTE expression not in the range 0..255" msgstr "la expresión BYTE no está en el rango 0..255" -#: config/tc-mmix.c:4053 config/tc-mmix.c:4069 +#: config/tc-mmix.c:4084 config/tc-mmix.c:4100 msgid "data item with alignment larger than location" msgstr "elemento de datos con una alineación más grande que la ubicación" #. Since integer_constant is local to expr.c, we have to make this a #. macro. FIXME: Do it cleaner. -#: config/tc-mmix.h:103 +#: config/tc-mmix.h:104 msgid "`&' serial number operator is not supported" msgstr "el operador de número serial `&' no tiene soporte" @@ -6346,22 +7016,25 @@ msgstr "" "Opciones MN10200:\n" "ninguna aún\n" -#: config/tc-mn10200.c:793 config/tc-mn10300.c:929 config/tc-ppc.c:1867 config/tc-s390.c:1290 config/tc-v850.c:1725 +#: config/tc-mn10200.c:793 config/tc-mn10300.c:936 config/tc-ppc.c:1883 +#: config/tc-s390.c:1299 config/tc-v850.c:1636 #, c-format msgid "Unrecognized opcode: `%s'" msgstr "Código de operación no reconocido: `%s'" -#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1452 config/tc-ppc.c:2305 config/tc-s390.c:1216 config/tc-v850.c:2149 +#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1459 config/tc-ppc.c:2318 +#: config/tc-s390.c:1224 config/tc-v850.c:2060 #, c-format msgid "junk at end of line: `%s'" msgstr "basura al final de la línea: `%s'" -#: config/tc-mn10200.c:1349 config/tc-mn10300.c:2076 config/tc-ppc.c:1299 config/tc-v850.c:1654 +#: config/tc-mn10200.c:1349 config/tc-mn10300.c:2083 config/tc-ppc.c:1290 +#: config/tc-v850.c:1565 #, c-format msgid "operand out of range (%s not between %ld and %ld)" msgstr "operando fuera de rango (%s no está entre %ld y %ld)" -#: config/tc-mn10300.c:518 +#: config/tc-mn10300.c:525 msgid "" "MN10300 options:\n" "none yet\n" @@ -6369,15 +7042,15 @@ msgstr "" "Opciones de MN10300:\n" "ninguna aún\n" -#: config/tc-mn10300.c:946 +#: config/tc-mn10300.c:953 msgid "Invalid opcode/operands" msgstr "Código de operación/operandos inválidos" -#: config/tc-mn10300.c:1423 +#: config/tc-mn10300.c:1430 msgid "Invalid register specification." msgstr "Especificación de registro inválida." -#: config/tc-mn10300.c:1976 +#: config/tc-mn10300.c:1983 #, c-format msgid "Bad relocation fixup type (%d)" msgstr "Tipo de compostura de reubicación inválido (%d)" @@ -6552,6 +7225,55 @@ msgstr "" msgid "Cannot find relocation type for symbol %s, code %d" msgstr "No se puede encontrar el tipo de reubicación para el símbolo %s, código %d" +#: config/tc-or32.c:467 config/tc-or32.c:682 +#, c-format +msgid "unknown opcode1: `%s'" +msgstr "código de operación1 desconocido: `%s'" + +#: config/tc-or32.c:473 config/tc-or32.c:688 +#, c-format +msgid "unknown opcode2 `%s'." +msgstr "código de operación2 `%s' desconocido." + +#: config/tc-or32.c:512 config/tc-or32.c:727 +#, c-format +msgid "instruction not allowed: %s" +msgstr "no se permite la instrucción: %s" + +#: config/tc-or32.c:515 config/tc-or32.c:730 +#, c-format +msgid "too many operands: %s" +msgstr "demasiados operandos: %s" + +#: config/tc-or32.c:605 config/tc-or32.c:821 +msgid "call/jmp target out of range (1)" +msgstr "objetivo call/jmp fuera de rango (1)" + +#: config/tc-or32.c:1018 config/tc-or32.c:1135 +msgid "the linker will not handle this relocation correctly (1)" +msgstr "el enlazador no manejará correctamente esta reubicación (1)" + +#: config/tc-or32.c:1027 config/tc-or32.c:1144 +msgid "call/jmp target out of range (2)" +msgstr "objetivo call/jmp fuera de rango (2)" + +#: config/tc-or32.c:1437 +msgid "register out of range" +msgstr "registro fuera de rango" + +#: config/tc-or32.c:1482 +msgid "invalid register in & expression" +msgstr "registro inválido en la expresión &" + +#: config/tc-pdp11.c:454 +msgid "Low order bits truncated in immediate float operand" +msgstr "Se truncaron los bits de orden inferior en el operando de coma flotante inmediato" + +#: config/tc-pdp11.c:665 +#, c-format +msgid "Unknown instruction '%s'" +msgstr "Instrucción '%s' desconocida" + #: config/tc-pj.c:67 config/tc-pj.c:75 msgid "confusing relocation expressions" msgstr "expresiones de reubicación confusas" @@ -6575,7 +7297,8 @@ msgstr "" "-little\t\t\tgenera código little endian\n" "-big\t\t\tgenera código big endian\n" -#: config/tc-pj.c:460 config/tc-sh.c:2922 config/tc-sh.c:2929 config/tc-sh.c:2936 config/tc-sh.c:2943 +#: config/tc-pj.c:460 config/tc-sh.c:3472 config/tc-sh.c:3479 +#: config/tc-sh.c:3486 config/tc-sh.c:3493 msgid "pcrel too far" msgstr "pcrel demasiado lejos" @@ -6587,27 +7310,28 @@ msgstr "convert_frag\n" msgid "estimate size\n" msgstr "tamaño estimado\n" -#: config/tc-ppc.c:990 config/tc-s390.c:378 +#: config/tc-ppc.c:982 config/tc-s390.c:384 #, c-format msgid "invalid switch -m%s" msgstr "interruptor -m%s inválido" -#: config/tc-ppc.c:1027 +#: config/tc-ppc.c:1019 msgid "" "PowerPC options:\n" "-u\t\t\tignored\n" -"-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n" -"-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n" -"-m601\t\t\tgenerate code for Motorola PowerPC 601\n" +"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n" +"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n" +"-m601\t\t\tgenerate code for PowerPC 601\n" "-mppc, -mppc32, -m603, -m604\n" -"\t\t\tgenerate code for Motorola PowerPC 603/604\n" -"-m403, -m405 generate code for Motorola PowerPC 403/405\n" +"\t\t\tgenerate code for PowerPC 603/604\n" +"-m403, -m405 generate code for PowerPC 403/405\n" "-m7400, -m7410, -m7450, -m7455\n" -"\t\t\tgenerate code For Motorola PowerPC 7400/7410/7450/7455\n" -"-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n" +"\t\t\tgenerate code For PowerPC 7400/7410/7450/7455\n" +"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n" "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n" "-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n" "-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n" +"-mpower4\t\tgenerate code for Power4 architecture\n" "-maltivec\t\tgenerate code for AltiVec\n" "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n" "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n" @@ -6624,17 +7348,19 @@ msgstr "" "-m403, -m405 genera código para Motorola PowerPC 403/405\n" "-m7400, -m7410, -m7450, -m7455\n" "\t\t\tgenera código para Motorola PowerPC 7400/7410/7450/7455\n" -"-mppc64, -m620\t\tgenera código para Motorola PowerPC 620\n" -"-mppc64bridge\t\tgenera código para PowerPC 64, incluyendo instrucciones puente\n" +"-mppc64, -m620\t\tgenera código para Motorola PowerPC 620/625/630\n" +"-mppc64bridge\t\tgenera código para PowerPC 64, incluyendo\n" +" \t\tinstrucciones puente\n" "-mbooke64\t\tgenera código para PowerPC BookE de 64-bit\n" "-mbooke, mbooke32\tgenera código para PowerPC BookE de 32-bit\n" +"-mpower4\t\tgenera código para la arquitectura Power4\n" "-maltivec\t\tgenera código para AltiVec\n" "-mcom\t\t\tgenera código de instrucciones comunes Power/PowerPC\n" "-many\t\t\tgenera código para cualquier arquitectura (PWR/PWRX/PPC)\n" "-mregnames\t\tPermite nombres simbólicos para los registros\n" "-mno-regnames\t\tNo permite nombres simbólicos para los registros\n" -#: config/tc-ppc.c:1048 +#: config/tc-ppc.c:1041 msgid "" "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n" "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n" @@ -6658,215 +7384,216 @@ msgstr "" "-V\t\t\tmuestra el número de versión del ensamblador\n" "-Qy, -Qn\t\tse ignora\n" -#: config/tc-ppc.c:1082 +#: config/tc-ppc.c:1075 #, c-format msgid "Unknown default cpu = %s, os = %s" msgstr "Cpu por omisión desconocido = %s, os = %s" -#: config/tc-ppc.c:1107 +#: config/tc-ppc.c:1100 msgid "Neither Power nor PowerPC opcodes were selected." msgstr "No se escogieron los códigos de operación Power ni PowerPC" -#: config/tc-ppc.c:1190 config/tc-s390.c:471 +#: config/tc-ppc.c:1181 config/tc-s390.c:477 #, c-format msgid "Internal assembler error for instruction %s" msgstr "Error interno del ensamblador para la instrucción %s" -#: config/tc-ppc.c:1210 +#: config/tc-ppc.c:1201 #, c-format msgid "Internal assembler error for macro %s" msgstr "Error interno del ensamblador para la macro %s" -#: config/tc-ppc.c:1437 +#: config/tc-ppc.c:1428 msgid "identifier+constant@got means identifier@got+constant" msgstr "identificador+constante@got significa identificador@got+constante" -#: config/tc-ppc.c:1505 config/tc-sh.c:388 config/tc-sh.c:416 +#: config/tc-ppc.c:1495 #, c-format msgid "%s relocations do not fit in %d bytes\n" msgstr "%s reubicaciones no caben en %d bytes\n" -#: config/tc-ppc.c:1612 +#: config/tc-ppc.c:1602 #, c-format msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." msgstr "La longitud de .lcomm \"%s\" ya es %ld. No se cambió a %ld." -#: config/tc-ppc.c:1694 +#: config/tc-ppc.c:1684 msgid "Relocation cannot be done when using -mrelocatable" msgstr "No se puede hacer la reubicación cuando se utiliza -mrelocatable" -#: config/tc-ppc.c:1794 +#: config/tc-ppc.c:1810 #, c-format msgid "syntax error: invalid toc specifier `%s'" msgstr "error sintáctico: especificador de tabla de contenidos `%s' inválido" -#: config/tc-ppc.c:1808 +#: config/tc-ppc.c:1824 #, c-format msgid "syntax error: expected `]', found `%c'" msgstr "error sintáctico: se esperaba `]', se obtuvo `%c'" -#: config/tc-ppc.c:2044 +#: config/tc-ppc.c:2060 msgid "[tocv] symbol is not a toc symbol" msgstr "el símbolo [tocv] no es un símbolo de tabla de contenido" -#: config/tc-ppc.c:2055 +#: config/tc-ppc.c:2071 msgid "Unimplemented toc32 expression modifier" msgstr "Modificador de expresión toc32 sin implementar" -#: config/tc-ppc.c:2060 +#: config/tc-ppc.c:2076 msgid "Unimplemented toc64 expression modifier" msgstr "Modificador de expresión toc64 sin implementar" -#: config/tc-ppc.c:2064 +#: config/tc-ppc.c:2080 #, c-format msgid "Unexpected return value [%d] from parse_toc_entry!\n" msgstr "¡Valor de devolución inesperado [%d] de parse_toc_entry!\n" -#: config/tc-ppc.c:2249 +#: config/tc-ppc.c:2262 msgid "unsupported relocation for DS offset field" msgstr "tipo de reubicación sin soporte para el campo de desplazamiento DS" -#: config/tc-ppc.c:2293 +#: config/tc-ppc.c:2306 #, c-format msgid "syntax error; found `%c' but expected `%c'" msgstr "error sintáctico; se encontró `%c' pero se esperaba `%c'" -#: config/tc-ppc.c:2419 +#: config/tc-ppc.c:2430 msgid "wrong number of operands" msgstr "número erróneo de operandos" -#: config/tc-ppc.c:2475 -msgid "Bad .section directive: want a,e,w,x,M,S in string" -msgstr "Directiva .section errónea: se quiere a,e,w,x,M,S en la cadena" +#: config/tc-ppc.c:2486 +msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string" +msgstr "Directiva .section errónea: se quiere a,e,w,x,M,S,G,T en la cadena" -#: config/tc-ppc.c:2590 +#: config/tc-ppc.c:2601 msgid "missing size" msgstr "falta el tamaño" -#: config/tc-ppc.c:2599 +#: config/tc-ppc.c:2610 msgid "negative size" msgstr "tamaño negativo" -#: config/tc-ppc.c:2636 +#: config/tc-ppc.c:2647 msgid "missing real symbol name" msgstr "falta el nombre real del símbolo" -#: config/tc-ppc.c:2657 +#: config/tc-ppc.c:2668 msgid "attempt to redefine symbol" msgstr "se intentó redefinir el símbolo" -#: config/tc-ppc.c:2891 +#: config/tc-ppc.c:2902 msgid "The XCOFF file format does not support arbitrary sections" msgstr "El formato del fichero XCOFF no tiene soporte para secciones arbitrarias" -#: config/tc-ppc.c:2968 +#: config/tc-ppc.c:2979 msgid "missing rename string" msgstr "falta la cadena para renombrar" -#: config/tc-ppc.c:2999 config/tc-ppc.c:3554 read.c:3053 +#: config/tc-ppc.c:3010 config/tc-ppc.c:3565 read.c:3058 msgid "missing value" msgstr "falta el valor" -#: config/tc-ppc.c:3017 +#: config/tc-ppc.c:3028 msgid "illegal .stabx expression; zero assumed" msgstr "expresión .stabx ilegal; se asume cero" -#: config/tc-ppc.c:3049 +#: config/tc-ppc.c:3060 msgid "missing class" msgstr "falta la clase" -#: config/tc-ppc.c:3058 +#: config/tc-ppc.c:3069 msgid "missing type" msgstr "falta el tipo" -#: config/tc-ppc.c:3139 +#: config/tc-ppc.c:3150 msgid "missing symbol name" msgstr "falta el nombre del símbolo" -#: config/tc-ppc.c:3333 +#: config/tc-ppc.c:3344 msgid "nested .bs blocks" msgstr "bloques .bs anidados" -#: config/tc-ppc.c:3366 +#: config/tc-ppc.c:3377 msgid ".es without preceding .bs" msgstr ".es sin un .bs precedente" -#: config/tc-ppc.c:3546 +#: config/tc-ppc.c:3557 msgid "non-constant byte count" msgstr "cuenta de byte no constante" -#: config/tc-ppc.c:3594 +#: config/tc-ppc.c:3605 msgid ".tc not in .toc section" msgstr ".tc no está en la sección .toc" -#: config/tc-ppc.c:3613 +#: config/tc-ppc.c:3624 msgid ".tc with no label" msgstr ".tc sin etiqueta" -#: config/tc-ppc.c:3724 +#: config/tc-ppc.c:3735 msgid "No previous section to return to. Directive ignored." msgstr "No hay sección previa a la cual regresar. Se ignora la directiva." #. Section Contents #. unknown -#: config/tc-ppc.c:4141 +#: config/tc-ppc.c:4152 msgid "Unsupported section attribute -- 'a'" msgstr "Atributo de sección sin soporte -- 'a'" -#: config/tc-ppc.c:4330 +#: config/tc-ppc.c:4341 msgid "bad symbol suffix" msgstr "sufijo de símbolo erróneo" -#: config/tc-ppc.c:4423 +#: config/tc-ppc.c:4434 msgid "Unrecognized symbol suffix" msgstr "sufijo de símbolo no reconocido" -#: config/tc-ppc.c:4505 +#: config/tc-ppc.c:4516 msgid "two .function pseudo-ops with no intervening .ef" msgstr "dos pseudo-operadores .function sin un .ef que intervenga" -#: config/tc-ppc.c:4518 +#: config/tc-ppc.c:4529 msgid ".ef with no preceding .function" msgstr ".ef sin un .function precedente" -#: config/tc-ppc.c:4646 +#: config/tc-ppc.c:4657 #, c-format msgid "warning: symbol %s has no csect" msgstr "aviso: el símbolo %s no tiene csect" -#: config/tc-ppc.c:4946 +#: config/tc-ppc.c:4957 msgid "symbol in .toc does not match any .tc" msgstr "el símbolo en .toc no coincide con ningún .tc" -#: config/tc-ppc.c:5246 config/tc-s390.c:1797 config/tc-v850.c:2420 +#: config/tc-ppc.c:5256 config/tc-s390.c:1809 config/tc-v850.c:2331 +#: config/tc-xstormy16.c:536 msgid "unresolved expression that must be resolved" msgstr "expresión sin resolver que debe ser resuelta" -#: config/tc-ppc.c:5249 +#: config/tc-ppc.c:5259 #, c-format msgid "unsupported relocation against %s" msgstr "reubicación sin soporte contra %s" -#: config/tc-ppc.c:5326 +#: config/tc-ppc.c:5334 #, c-format msgid "cannot emit PC relative %s relocation against %s" msgstr "no se puede emitir la reubicación %s relativa al PC contra %s" -#: config/tc-ppc.c:5331 +#: config/tc-ppc.c:5339 #, c-format msgid "cannot emit PC relative %s relocation" msgstr "no se puede emitir la reubicación %s relativa al PC" -#: config/tc-ppc.c:5454 +#: config/tc-ppc.c:5460 msgid "must branch to an address a multiple of 4" msgstr "se debe ramificar a una dirección que sea múltiplo de 4" -#: config/tc-ppc.c:5458 +#: config/tc-ppc.c:5464 #, c-format msgid "@local or @plt branch destination is too far away, %ld bytes" msgstr "el destino de la ramificación @local o @plt está demasiado lejos, %ld bytes" -#: config/tc-ppc.c:5491 +#: config/tc-ppc.c:5495 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "Falla de gas, valor de reubicación %d\n" @@ -6877,13 +7604,17 @@ msgid "" " -mregnames Allow symbolic names for registers\n" " -mwarn-areg-zero Warn about zero base/index registers\n" " -mno-regnames Do not allow symbolic names for registers\n" +" -m31 Set file format to 31 bit format\n" +" -m64 Set file format to 64 bit format\n" msgstr "" " Opciones de S390:\n" " -mregnames Permite nombres simbólicos para los registros\n" " -mwarn-areg-zero Avisa sobre registros con base/índice cero\n" " -mno-regnames No permite nombres símbólicos para los registros\n" +" -m31 Establece el formato del fichero al formato 31 bit\n" +" -m64 Establece el formato del fichero al formato 64 bit\n" -#: config/tc-s390.c:426 +#: config/tc-s390.c:428 msgid "" " -V print assembler version number\n" " -Qy, -Qn ignored\n" @@ -6891,193 +7622,238 @@ msgstr "" " -V muestra el número de versión del ensamblador\n" " -Qy, -Qn se ignora\n" -#: config/tc-s390.c:456 +#: config/tc-s390.c:462 #, c-format msgid "Internal assembler error for instruction format %s" msgstr "Error interno del ensamblador para la el formato de instrucción %s" -#: config/tc-s390.c:652 +#: config/tc-s390.c:658 #, c-format msgid "identifier+constant@%s means identifier@%s+constant" msgstr "identificador+constante@%s significa identificador@%s+constante" -#: config/tc-s390.c:735 +#: config/tc-s390.c:741 msgid "Can't handle O_big in s390_exp_compare" msgstr "No se puede manejar O_big en s390_exp_compare" -#: config/tc-s390.c:819 +#: config/tc-s390.c:825 msgid "Invalid suffix for literal pool entry" msgstr "Sufijo inválido para la entrada de conjunto de literales" -#: config/tc-s390.c:876 +#: config/tc-s390.c:882 msgid "Big number is too big" msgstr "El número grande es demasiado grande" -#: config/tc-s390.c:964 config/tc-s390.c:1473 +#: config/tc-s390.c:970 config/tc-s390.c:1482 #, c-format msgid "%s relocations do not fit in %d bytes" msgstr "%s reubicaciones no caben en %d bytes" -#: config/tc-s390.c:974 +#: config/tc-s390.c:980 msgid "relocation not applicable" msgstr "la reubicación no es aplicable" -#: config/tc-s390.c:1117 +#: config/tc-s390.c:1125 msgid "invalid operand suffix" msgstr "sufijo de operando inválido" -#: config/tc-s390.c:1140 +#: config/tc-s390.c:1148 msgid "syntax error; missing '(' after displacement" msgstr "error sintáctico; falta un '(' después de la desubicación" -#: config/tc-s390.c:1150 config/tc-s390.c:1183 config/tc-s390.c:1202 +#: config/tc-s390.c:1158 config/tc-s390.c:1191 config/tc-s390.c:1210 msgid "syntax error; expected ," msgstr "error sintáctico; se esperaba ," -#: config/tc-s390.c:1177 +#: config/tc-s390.c:1185 msgid "syntax error; missing ')' after base register" msgstr "error sintáctico; falta un '(' después del registro base" -#: config/tc-s390.c:1195 +#: config/tc-s390.c:1203 msgid "syntax error; ')' not allowed here" msgstr "errór sintáctico; no se permite aquí un ')'" -#: config/tc-s390.c:1353 config/tc-s390.c:1373 config/tc-s390.c:1386 +#: config/tc-s390.c:1362 config/tc-s390.c:1382 config/tc-s390.c:1395 msgid "Invalid .insn format\n" msgstr "Formato .insn inválido\n" -#: config/tc-s390.c:1361 +#: config/tc-s390.c:1370 #, c-format msgid "Unrecognized opcode format: `%s'" msgstr "Formato de código de operación no reconocido: `%s'" -#: config/tc-s390.c:1389 +#: config/tc-s390.c:1398 msgid "second operand of .insn not a constant\n" msgstr "el operando de .insn no es una constante\n" -#: config/tc-s390.c:1392 +#: config/tc-s390.c:1401 msgid "missing comma after insn constant\n" msgstr "falta una coma después de la constante insn\n" -#: config/tc-s390.c:1703 +#: config/tc-s390.c:1715 msgid "unresolved fx_subsy symbol that must be resolved" msgstr "símbolo fx_subsy sin resolver que debe ser resuelto" -#: config/tc-s390.c:1800 +#: config/tc-s390.c:1812 msgid "unsupported relocation type" msgstr "tipo de reubicación sin soporte" -#: config/tc-sh.c:89 +#: config/tc-sh.c:90 msgid "directive .big encountered when option -big required" msgstr "se encontró una directiva .big cuando se requirió una opción -big" -#: config/tc-sh.c:100 +#: config/tc-sh.c:101 msgid "directive .little encountered when option -little required" msgstr "se encontró una directiva .little cuando se requirió una opción -little" -#: config/tc-sh.c:909 +#: config/tc-sh.c:779 +msgid "Invalid PIC expression." +msgstr "Expresión PIC inválida." + +#: config/tc-sh.c:808 read.c:3754 +#, c-format +msgid "unsupported BFD relocation size %u" +msgstr "tamaño de reubicación BFD %u sin soporte" + +#: config/tc-sh.c:1277 +msgid "misplaced PIC operand" +msgstr "operando PIC mal colocado" + +#: config/tc-sh.c:1318 msgid "illegal register after @-" msgstr "registro ilegal después de @-" -#: config/tc-sh.c:925 +#: config/tc-sh.c:1334 msgid "must be @(r0,...)" msgstr "debe ser @(r0,...)" -#: config/tc-sh.c:949 +#: config/tc-sh.c:1358 msgid "syntax error in @(r0,...)" msgstr "error sintáctico en @(r0,...)" -#: config/tc-sh.c:954 +#: config/tc-sh.c:1363 msgid "syntax error in @(r0...)" msgstr "error sintáctico en @(r0...)" -#: config/tc-sh.c:987 config/tc-sh.c:992 +#: config/tc-sh.c:1404 +msgid "Deprecated syntax." +msgstr "Sintaxis deprecada." + +#: config/tc-sh.c:1416 config/tc-sh.c:1421 msgid "syntax error in @(disp,[Rn, gbr, pc])" msgstr "error sintáctico en @(disp,[Rn, gbr, pc])" -#: config/tc-sh.c:997 +#: config/tc-sh.c:1426 msgid "expecting )" msgstr "se esperaba )" -#: config/tc-sh.c:1005 +#: config/tc-sh.c:1434 msgid "illegal register after @" msgstr "registro ilegal después de @" -#: config/tc-sh.c:1553 +#: config/tc-sh.c:1985 #, c-format msgid "Invalid register: 'r%d'" msgstr "Registro inválido: 'r%d'" -#: config/tc-sh.c:1716 +#: config/tc-sh.c:2151 msgid "insn can't be combined with parallel processing insn" msgstr "las instrucciones no se pueden combinar con instrucciones de procesamiento paralelo" -#: config/tc-sh.c:1723 config/tc-sh.c:1734 +#: config/tc-sh.c:2158 config/tc-sh.c:2169 msgid "multiple movx specifications" msgstr "especificaciones movx múltiples" -#: config/tc-sh.c:1728 config/tc-sh.c:1755 +#: config/tc-sh.c:2163 config/tc-sh.c:2190 msgid "multiple movy specifications" msgstr "especificaciones movy múltiples" -#: config/tc-sh.c:1736 +#: config/tc-sh.c:2171 msgid "invalid movx address register" msgstr "registro de dirección movx inválido" -#: config/tc-sh.c:1742 config/tc-sh.c:1747 +#: config/tc-sh.c:2177 config/tc-sh.c:2182 msgid "invalid movx dsp register" msgstr "registro dsp movx inválido" -#: config/tc-sh.c:1764 config/tc-sh.c:1769 +#: config/tc-sh.c:2199 config/tc-sh.c:2204 msgid "invalid movy dsp register" msgstr "registro dsp movy inválido" -#: config/tc-sh.c:1773 +#: config/tc-sh.c:2208 msgid "invalid movy address register" msgstr "registro de dirección movy inválido" -#: config/tc-sh.c:1779 +#: config/tc-sh.c:2214 msgid "dsp immediate shift value not constant" msgstr "el valor de desplazamiento inmediato dsp no es constante" -#: config/tc-sh.c:1786 config/tc-sh.c:1799 +#: config/tc-sh.c:2221 config/tc-sh.c:2234 msgid "multiple parallel processing specifications" msgstr "especificaciones múltiples de procesamiento paralelo" -#: config/tc-sh.c:1792 +#: config/tc-sh.c:2227 msgid "multiple condition specifications" msgstr "especificaciones múltiples de condición" -#: config/tc-sh.c:1808 +#: config/tc-sh.c:2243 msgid "insn cannot be combined with pmuls" msgstr "las instrucciones no se pueden combinar con pmuls" -#: config/tc-sh.c:1825 +#: config/tc-sh.c:2260 msgid "bad padd / psub pmuls output operand" msgstr "operando de salida pmuls padd / psub erróneo" -#: config/tc-sh.c:1835 +#: config/tc-sh.c:2270 +msgid "destination register is same for parallel insns" +msgstr "el registro de destino es el mismo para instrucciones paralelas" + +#: config/tc-sh.c:2279 msgid "condition not followed by conditionalizable insn" msgstr "la condición no está seguida por una instrucción condicionalizable" -#: config/tc-sh.c:1845 +#: config/tc-sh.c:2289 msgid "unrecognized characters at end of parallel processing insn" msgstr "caracteres no reconocidos al final de la instrucción de procesamiento paralelo" -#: config/tc-sh.c:1961 +#: config/tc-sh.c:2425 #, c-format msgid "excess operands: '%s'" msgstr "exceso de operandos: '%s'" -#: config/tc-sh.c:2131 +#: config/tc-sh.c:2577 msgid ".uses pseudo-op seen when not relaxing" msgstr "se vio el pseudo-operador .uses cuando no se estaba relajando" -#: config/tc-sh.c:2137 +#: config/tc-sh.c:2583 msgid "bad .uses format" msgstr "formato de .uses erróneo" -#: config/tc-sh.c:2203 +#: config/tc-sh.c:2658 +msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia" +msgstr "Combinación inválida: --isa=SHcompact con --isa=SHmedia" + +#: config/tc-sh.c:2664 +msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact" +msgstr "Combinación inválida: --isa=SHmedia con --isa=SHcompact" + +#: config/tc-sh.c:2666 +msgid "Invalid combination: --abi=64 with --isa=SHcompact" +msgstr "Combinación inválida: --abi=64 con --isa=SHcompact" + +#: config/tc-sh.c:2677 +msgid "Invalid combination: --abi=32 with --abi=64" +msgstr "Combinación inválida: --abi=32 con --abi=64" + +#: config/tc-sh.c:2683 +msgid "Invalid combination: --abi=64 with --abi=32" +msgstr "Combinación inválida: --abi=64 con --abi=32" + +#: config/tc-sh.c:2685 +msgid "Invalid combination: --isa=SHcompact with --abi=64" +msgstr "Combinación inválida: --isa=SHcompact con --abi=64" + +#: config/tc-sh.c:2720 msgid "" "SH options:\n" "-little\t\t\tgenerate little endian code\n" @@ -7093,91 +7869,304 @@ msgstr "" "-small\t\t\talinea las secciones a límites de 4 bytes, no 16\n" "-dsp\t\t\tactiva instrucciones sh-dsp, y desactiva instrucciones sh3e / sh4.\n" -#: config/tc-sh.c:2292 +#: config/tc-sh.c:2728 +msgid "" +"-isa=[shmedia\t\tset default instruction set for SH64\n" +" | SHmedia\n" +" | shcompact\n" +" | SHcompact]\n" +"-abi=[32|64]\t\tset size of expanded SHmedia operands and object\n" +"\t\t\tfile type\n" +"-shcompact-const-crange\temit code-range descriptors for constants in\n" +"\t\t\tSHcompact code sections\n" +"-no-mix\t\t\tdisallow SHmedia code in the same section as\n" +"\t\t\tconstants and SHcompact code\n" +"-no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n" +"-expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n" +"\t\t\tto 32 bits only" +msgstr "" +"-isa=[shmedia\t\testablece el conjunto de instrucciones por omisión\n" +" \t\tpara SH64\n" +" | SHmedia\n" +" | shcompact\n" +" | SHcompact]\n" +"-abi=[32|64]\t\testablece el tamaño de los operandos SHmedia\n" +"\t\t\texpandidos y el tipo del fichero objeto\n" +"-shcompact-const-crange\temite descriptores de código-rango para\n" +"\t\t\tconstantes en las secciones de código SHcompact\n" +"-no-mix\t\t\tdesactiva el código SHmedia en la misma sección que\n" +"\t\t\tlas constantes y el código SHcompact\n" +"-no-expand\t\tno expande las instrucciones MOVI, PT, PTA ó PTB\n" +"-expand-pt32\t\tcon -abi=64, expande las instrucciones PT, PTA y PTB\n" +"\t\t\tsolamente a 32 bits" + +#: config/tc-sh.c:2825 msgid ".uses does not refer to a local symbol in the same section" msgstr ".uses no se refiere a un símbolo local en la misma sección" -#: config/tc-sh.c:2311 +#: config/tc-sh.c:2844 msgid "can't find fixup pointed to by .uses" msgstr "no se puede encontrar la compostura señalada por .uses" -#: config/tc-sh.c:2334 +#: config/tc-sh.c:2867 msgid ".uses target does not refer to a local symbol in the same section" msgstr "el objetivo .uses no se refiere a un símbolo local en la misma sección" -#: config/tc-sh.c:2432 +#: config/tc-sh.c:2969 msgid "displacement overflows 12-bit field" msgstr "la desubicación desborda el campo de 12-bits" -#: config/tc-sh.c:2435 +#: config/tc-sh.c:2972 #, c-format msgid "displacement to defined symbol %s overflows 12-bit field" msgstr "la desubicación del símbolo definido %s desborda el campo de 12-bits" -#: config/tc-sh.c:2439 +#: config/tc-sh.c:2976 #, c-format msgid "displacement to undefined symbol %s overflows 12-bit field" msgstr "la desubicación del símbolo indefinido %s desborda el campo de 12-bits" -#: config/tc-sh.c:2517 +#: config/tc-sh.c:3054 msgid "displacement overflows 8-bit field" msgstr "la desubicación desborda el campo de 8-bits" -#: config/tc-sh.c:2520 +#: config/tc-sh.c:3057 #, c-format msgid "displacement to defined symbol %s overflows 8-bit field" msgstr "la desubicación del símbolo definido %s desborda el campo de 8-bits" -#: config/tc-sh.c:2524 +#: config/tc-sh.c:3061 #, c-format msgid "displacement to undefined symbol %s overflows 8-bit field " msgstr "la desubicación del símbolo indefinido %s desborda el campo de 8-bits" -#: config/tc-sh.c:2537 +#: config/tc-sh.c:3078 #, c-format msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "desbordamiento en la ramificación a %s; se convirtió en una secuencia de instrucciones más larga" -#: config/tc-sh.c:2612 config/tc-sh.c:2660 config/tc-sparc.c:4093 config/tc-sparc.c:4118 +#: config/tc-sh.c:3153 config/tc-sh.c:3201 config/tc-sparc.c:4100 +#: config/tc-sparc.c:4125 msgid "misaligned data" msgstr "datos desalineados" -#: config/tc-sh.c:3022 +#: config/tc-sh.c:3583 msgid "misaligned offset" msgstr "desplazamiento desalineado" -#: config/tc-sparc.c:281 +#: config/tc-sh64.c:570 +msgid "This operand must be constant at assembly time" +msgstr "El operando debe ser una constante al momento de ensamblar" + +#: config/tc-sh64.c:685 +msgid "Invalid operand expression" +msgstr "Expresión de operando inválido" + +#: config/tc-sh64.c:772 config/tc-sh64.c:878 +msgid "PTB operand is a SHmedia symbol" +msgstr "El operando PTB es un símbolo SHmedia" + +#: config/tc-sh64.c:775 config/tc-sh64.c:875 +msgid "PTA operand is a SHcompact symbol" +msgstr "El operando PTA es un símbolo SHcompact" + +#: config/tc-sh64.c:791 +msgid "invalid expression in operand" +msgstr "expresión inválida en el operando" + +#: config/tc-sh64.c:1488 +#, c-format +msgid "invalid operand, not a 5-bit unsigned value: %d" +msgstr "operando inválido, no es un valor de 5-bit sin signo: %d" + +#: config/tc-sh64.c:1493 +#, c-format +msgid "invalid operand, not a 6-bit signed value: %d" +msgstr "operando inválido, no es un valor de 6-bit con signo: %d" + +#: config/tc-sh64.c:1498 +#, c-format +msgid "invalid operand, not a 6-bit unsigned value: %d" +msgstr "operando inválido, no es un valor de 6-bit sin signo: %d" + +#: config/tc-sh64.c:1503 config/tc-sh64.c:1515 +#, c-format +msgid "invalid operand, not a 11-bit signed value: %d" +msgstr "operando inválido, no es un valor de 11-bit con signo: %d" + +#: config/tc-sh64.c:1505 +#, c-format +msgid "invalid operand, not a multiple of 32: %d" +msgstr "operando inválido, no es un múltiplo de 32: %d" + +#: config/tc-sh64.c:1510 +#, c-format +msgid "invalid operand, not a 10-bit signed value: %d" +msgstr "operando inválido, no es un valor de 10-bit con signo: %d" + +#: config/tc-sh64.c:1517 +#, c-format +msgid "invalid operand, not an even value: %d" +msgstr "operando inválido, no es un valor impar: %d" + +#: config/tc-sh64.c:1522 +#, c-format +msgid "invalid operand, not a 12-bit signed value: %d" +msgstr "operando inválido, no es un valor de 12-bit con signo: %d" + +#: config/tc-sh64.c:1524 +#, c-format +msgid "invalid operand, not a multiple of 4: %d" +msgstr "operando inválido, no es un múltiplo de 4: %d" + +#: config/tc-sh64.c:1529 +#, c-format +msgid "invalid operand, not a 13-bit signed value: %d" +msgstr "operando inválido, no es un valor de 13-bit con signo: %d" + +#: config/tc-sh64.c:1531 +#, c-format +msgid "invalid operand, not a multiple of 8: %d" +msgstr "operando inválido, no es un múltiplo de 8: %d" + +#: config/tc-sh64.c:1536 +#, c-format +msgid "invalid operand, not a 16-bit signed value: %d" +msgstr "operando inválido, no es un valor de 16-bit con signo: %d" + +#: config/tc-sh64.c:1541 +#, c-format +msgid "invalid operand, not an 16-bit unsigned value: %d" +msgstr "operando inválido, no es un valor de 16-bit sin signo: %d" + +#: config/tc-sh64.c:1547 +msgid "operand out of range for PT, PTA and PTB" +msgstr "operando fuera de rango para PT, PTA y PTB" + +#: config/tc-sh64.c:1549 +#, c-format +msgid "operand not a multiple of 4 for PT, PTA or PTB: %d" +msgstr "el operando no es un múltiplo de 4 para PT, PTA o PTB: %d" + +#: config/tc-sh64.c:2077 +#, c-format +msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x" +msgstr "el operando MOVI no es un valor de 32-bit con signo: 0x%8x%08x" + +#: config/tc-sh64.c:2440 config/tc-sh64.c:2605 config/tc-sh64.c:2620 +msgid "invalid PIC reference" +msgstr "referencia PIC inválida" + +#: config/tc-sh64.c:2498 +msgid "can't find opcode" +msgstr "no se puede encontrar el código de operación" + +#: config/tc-sh64.c:2828 +#, c-format +msgid "invalid operands to %s" +msgstr "operandos inválidos para %s" + +#: config/tc-sh64.c:2834 +#, c-format +msgid "excess operands to %s" +msgstr "exceso de operandos para %s" + +#: config/tc-sh64.c:2880 +#, c-format +msgid "The `.mode %s' directive is not valid with this architecture" +msgstr "La directiva `.mode %s' no es válida para esta arquitectura" + +#: config/tc-sh64.c:2888 +#, c-format +msgid "Invalid argument to .mode: %s" +msgstr "Argumento inválido para .mode: %s" + +#: config/tc-sh64.c:2919 +#, c-format +msgid "The `.abi %s' directive is not valid with this architecture" +msgstr "La directiva `.abi %s' no es válida para esta arquitectura" + +#: config/tc-sh64.c:2925 +msgid "`.abi 64' but command-line options do not specify 64-bit ABI" +msgstr "`.abi 64' pero las opciones de la línea de órdenes no especifica la ABI de 64-bit" + +#: config/tc-sh64.c:2930 +msgid "`.abi 32' but command-line options do not specify 32-bit ABI" +msgstr "`.abi 32' pero las opciones de la línea de órdenes no especifica la ABI de 32-bit" + +#: config/tc-sh64.c:2933 +#, c-format +msgid "Invalid argument to .abi: %s" +msgstr "Argumento inválido para .abi: %s" + +#: config/tc-sh64.c:2984 +msgid "-no-mix is invalid without specifying SHcompact or SHmedia" +msgstr "-no-mix es inválido sin especificar SHcompact o SHmedia" + +#: config/tc-sh64.c:2989 +msgid "-shcompact-const-crange is invalid without SHcompact" +msgstr "-shcompact-const-crange es inválido sin SHcompact" + +#: config/tc-sh64.c:2992 +msgid "-expand-pt32 only valid with -abi=64" +msgstr "-expand-pt32 sólo es válido con -abi=64" + +#: config/tc-sh64.c:2995 +msgid "-no-expand only valid with SHcompact or SHmedia" +msgstr "-no-expand sólo es válido con SHcompact o SHmedia" + +#: config/tc-sh64.c:2998 +msgid "-expand-pt32 invalid together with -no-expand" +msgstr "-expand-pt32 es inválido junto con -no-expand" + +#: config/tc-sh64.c:3215 +msgid "SHmedia code not allowed in same section as constants and SHcompact code" +msgstr "No se permite código SHmedia en la misma sección que las constantes y el código SHcompact" + +#: config/tc-sh64.c:3233 +msgid "No segment info for current section" +msgstr "No hay información de segmento para la sección actual" + +#: config/tc-sh64.c:3275 +msgid "duplicate datalabel operator ignored" +msgstr "se ignora el operador datalabel duplicado" + +#: config/tc-sh64.c:3345 +msgid "Invalid DataLabel expression" +msgstr "Expresión DataLabel inválida" + +#: config/tc-sparc.c:287 msgid "Invalid default architecture, broken assembler." msgstr "Arquitectura por omisión inválida, ensamblador descompuesto." -#: config/tc-sparc.c:285 config/tc-sparc.c:488 +#: config/tc-sparc.c:291 config/tc-sparc.c:494 msgid "Bad opcode table, broken assembler." msgstr "Tabla de códigos de operación errónea, ensamblador descompuesto." -#: config/tc-sparc.c:480 +#: config/tc-sparc.c:486 #, c-format msgid "invalid architecture -xarch=%s" msgstr "arquitectura -xarch=%s inválida" -#: config/tc-sparc.c:482 +#: config/tc-sparc.c:488 #, c-format msgid "invalid architecture -A%s" msgstr "arquitectura inválida -A%s" -#: config/tc-sparc.c:549 +#: config/tc-sparc.c:555 #, c-format msgid "No compiled in support for %d bit object file format" msgstr "No se compiló el soporte para el formato de fichero objeto de %d bit" -#: config/tc-sparc.c:586 +#: config/tc-sparc.c:592 msgid "Unrecognized option following -K" msgstr "Opción no reconocida a continuación de -K" -#: config/tc-sparc.c:627 +#: config/tc-sparc.c:633 msgid "SPARC options:\n" msgstr "Opciones SPARC:\n" -#: config/tc-sparc.c:656 +#: config/tc-sparc.c:662 msgid "" "\n" "\t\t\tspecify variant of SPARC architecture\n" @@ -7195,11 +8184,11 @@ msgstr "" "-relax\t\t\trelaja saltos y ramificaciones (por omisión)\n" "-no-relax\t\tevita cambiar cualquier salto y ramificación\n" -#: config/tc-sparc.c:664 +#: config/tc-sparc.c:670 msgid "-k\t\t\tgenerate PIC\n" msgstr "-k\t\t\tgenera PIC\n" -#: config/tc-sparc.c:668 +#: config/tc-sparc.c:674 msgid "" "-32\t\t\tcreate 32 bit object file\n" "-64\t\t\tcreate 64 bit object file\n" @@ -7207,12 +8196,12 @@ msgstr "" "-32\t\t\tcrea ficheros objeto de 32 bits\n" "-64\t\t\tcrea ficheros objeto de 64 bits\n" -#: config/tc-sparc.c:671 +#: config/tc-sparc.c:677 #, c-format msgid "\t\t\t[default is %d]\n" msgstr "\t\t\t[por omisión es %d]\n" -#: config/tc-sparc.c:673 +#: config/tc-sparc.c:679 msgid "" "-TSO\t\t\tuse Total Store Ordering\n" "-PSO\t\t\tuse Partial Store Ordering\n" @@ -7222,12 +8211,12 @@ msgstr "" "-PSO\t\t\tusa el Ordenamiento de Almacenamiento Parcial\n" "-RMO\t\t\tusa el Ordenamiento de Memoria Relajado\n" -#: config/tc-sparc.c:677 +#: config/tc-sparc.c:683 #, c-format msgid "\t\t\t[default is %s]\n" msgstr "\t\t\t[por omisión es %s]\n" -#: config/tc-sparc.c:679 +#: config/tc-sparc.c:685 msgid "" "-KPIC\t\t\tgenerate PIC\n" "-V\t\t\tprint assembler version number\n" @@ -7249,7 +8238,7 @@ msgstr "" "-Qy, -Qn\t\tse ignora\n" "-s\t\t\tignored\n" -#: config/tc-sparc.c:691 +#: config/tc-sparc.c:697 msgid "" "-EL\t\t\tgenerate code for a little endian machine\n" "-EB\t\t\tgenerate code for a big endian machine\n" @@ -7261,272 +8250,272 @@ msgstr "" "--little-endian-data\tgenera código para una máquina que tenga instrucciones\n" " big endian y datos little endian.\n" -#: config/tc-sparc.c:811 +#: config/tc-sparc.c:817 #, c-format msgid "Internal error: losing opcode: `%s' \"%s\"\n" msgstr "Error interno: se pierde el código de operación: `%s' \"%s\"\n" -#: config/tc-sparc.c:830 +#: config/tc-sparc.c:836 #, c-format msgid "Internal error: can't find opcode `%s' for `%s'\n" msgstr "Error interno: no se puede encontrar el código de operación `%s' para `%s'\n" -#: config/tc-sparc.c:976 +#: config/tc-sparc.c:982 msgid "Support for 64-bit arithmetic not compiled in." msgstr "No se compiló el soporte para aritmética de 64-bit." -#: config/tc-sparc.c:1023 +#: config/tc-sparc.c:1029 msgid "set: number not in 0..4294967295 range" msgstr "set: el número no está en el rango 0..4294967295" -#: config/tc-sparc.c:1030 +#: config/tc-sparc.c:1036 msgid "set: number not in -2147483648..4294967295 range" msgstr "set: el número no está en el rango -2147483648..4294967295" -#: config/tc-sparc.c:1090 +#: config/tc-sparc.c:1096 msgid "setsw: number not in -2147483648..4294967295 range" msgstr "setsw: el número no está en el rango -2147483648..4294967295" -#: config/tc-sparc.c:1139 +#: config/tc-sparc.c:1145 msgid "setx: temporary register same as destination register" msgstr "setx: el registro temporal es el mismo que el registro destino" -#: config/tc-sparc.c:1210 +#: config/tc-sparc.c:1216 msgid "setx: illegal temporary register g0" msgstr "setx: registro temporal ilegal g0" -#: config/tc-sparc.c:1307 +#: config/tc-sparc.c:1313 msgid "FP branch in delay slot" msgstr "ramificación FP en la ranura de retraso" -#: config/tc-sparc.c:1323 +#: config/tc-sparc.c:1329 msgid "FP branch preceded by FP instruction; NOP inserted" msgstr "ramificación FP precedida por una instrucción FP; se insertó NOP" -#: config/tc-sparc.c:1363 +#: config/tc-sparc.c:1369 msgid "failed special case insn sanity check" msgstr "falló la prueba de sanidad de la instrucción especial case" -#: config/tc-sparc.c:1451 +#: config/tc-sparc.c:1457 msgid ": invalid membar mask name" msgstr ": nombre de máscara de barra de memoria inválido" -#: config/tc-sparc.c:1467 +#: config/tc-sparc.c:1473 msgid ": invalid membar mask expression" msgstr ": expresión de máscara de barra de memoria inválida" -#: config/tc-sparc.c:1472 +#: config/tc-sparc.c:1478 msgid ": invalid membar mask number" msgstr ": número de máscara de barra de memoria inválido" -#: config/tc-sparc.c:1487 +#: config/tc-sparc.c:1493 msgid ": invalid siam mode expression" msgstr ": expresión de modo siam inválida" -#: config/tc-sparc.c:1492 +#: config/tc-sparc.c:1498 msgid ": invalid siam mode number" msgstr ": número de modi siam inválido" -#: config/tc-sparc.c:1508 +#: config/tc-sparc.c:1514 msgid ": invalid prefetch function name" msgstr ": nombre de función de precargado inválido" -#: config/tc-sparc.c:1516 +#: config/tc-sparc.c:1522 msgid ": invalid prefetch function expression" msgstr ": expresión de función de precargado inválida" -#: config/tc-sparc.c:1521 +#: config/tc-sparc.c:1527 msgid ": invalid prefetch function number" msgstr ": número de función de precargado inválido" -#: config/tc-sparc.c:1549 config/tc-sparc.c:1561 +#: config/tc-sparc.c:1555 config/tc-sparc.c:1567 msgid ": unrecognizable privileged register" msgstr ": registro privilegiado no reconocible" -#: config/tc-sparc.c:1585 config/tc-sparc.c:1610 +#: config/tc-sparc.c:1591 config/tc-sparc.c:1616 msgid ": unrecognizable v9a or v9b ancillary state register" msgstr ": registro de estado ancilar v9a o v9b no reconocible" -#: config/tc-sparc.c:1590 +#: config/tc-sparc.c:1596 msgid ": rd on write only ancillary state register" msgstr ": rd en registro de estado ancilar de sólo escritura" #. %sys_tick and %sys_tick_cmpr are v9bnotv9a -#: config/tc-sparc.c:1598 +#: config/tc-sparc.c:1604 msgid ": unrecognizable v9a ancillary state register" msgstr ": registro de estado ancilar v9a no reconocible" -#: config/tc-sparc.c:1634 +#: config/tc-sparc.c:1640 msgid ": asr number must be between 16 and 31" msgstr ": el número asr debe estar entre 16 y 31" -#: config/tc-sparc.c:1642 +#: config/tc-sparc.c:1648 msgid ": asr number must be between 0 and 31" msgstr ": el número asr debe estar entre 0 y 31" -#: config/tc-sparc.c:1652 +#: config/tc-sparc.c:1658 msgid ": expecting %asrN" msgstr ": se esperaba %asrN" -#: config/tc-sparc.c:1980 +#: config/tc-sparc.c:1986 msgid "detected global register use not covered by .register pseudo-op" msgstr "se detectó el uso de un registro global que no está cubierto por el pseudo-operador .register" -#: config/tc-sparc.c:2051 +#: config/tc-sparc.c:2057 msgid ": There are only 64 f registers; [0-63]" msgstr ": Solamente hay 64 registros f; [0-63]" -#: config/tc-sparc.c:2053 config/tc-sparc.c:2065 +#: config/tc-sparc.c:2059 config/tc-sparc.c:2071 msgid ": There are only 32 f registers; [0-31]" msgstr ": Solamente hay 32 registros f; [0-31]" -#: config/tc-sparc.c:2183 config/tc-sparc.c:2219 +#: config/tc-sparc.c:2189 config/tc-sparc.c:2225 #, c-format msgid "Illegal operands: %%%s requires arguments in ()" msgstr "Operandos ilegales: %%%s requiere de argumentos en ()" -#: config/tc-sparc.c:2231 +#: config/tc-sparc.c:2237 #, c-format msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()" msgstr "Operandos ilegales: No se puede hacer aritmética aparte de + y - que involucre %%%s()" -#: config/tc-sparc.c:2341 +#: config/tc-sparc.c:2347 #, c-format msgid "Illegal operands: Can't add non-constant expression to %%%s()" msgstr "Operandos ilegales: No se puede agregar una expresión que no es constante a %%%s()" -#: config/tc-sparc.c:2351 +#: config/tc-sparc.c:2357 #, c-format msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol" msgstr "Operandos ilegales: No se puede hacer aritmética que involucre a %%%s() de un símbolo reubicable" -#: config/tc-sparc.c:2369 +#: config/tc-sparc.c:2375 msgid ": PC-relative operand can't be a constant" msgstr ": el operando relativo al PC no puede ser una constante" -#: config/tc-sparc.c:2402 +#: config/tc-sparc.c:2408 msgid ": invalid ASI name" msgstr ": nombre ASI inválido" -#: config/tc-sparc.c:2410 +#: config/tc-sparc.c:2416 msgid ": invalid ASI expression" msgstr ": expresión ASI inválida" -#: config/tc-sparc.c:2415 +#: config/tc-sparc.c:2421 msgid ": invalid ASI number" msgstr ": número ASI inválido" -#: config/tc-sparc.c:2512 +#: config/tc-sparc.c:2518 msgid "OPF immediate operand out of range (0-0x1ff)" msgstr "operador inmediato OPF fuera de rango (0-0x1ff)" -#: config/tc-sparc.c:2517 +#: config/tc-sparc.c:2523 msgid "non-immediate OPF operand, ignored" msgstr "operando OPF que no es inmediato, se ignora" -#: config/tc-sparc.c:2536 +#: config/tc-sparc.c:2542 msgid ": invalid cpreg name" msgstr ": nombre cpreg inválido" -#: config/tc-sparc.c:2565 +#: config/tc-sparc.c:2571 #, c-format msgid "Illegal operands%s" msgstr "Operando%s ilegal(es)" -#: config/tc-sparc.c:2599 +#: config/tc-sparc.c:2605 #, c-format msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" msgstr "la arquitectura saltó de \"%s\" a \"%s\" en \"%s\"" -#: config/tc-sparc.c:2635 +#: config/tc-sparc.c:2641 #, c-format msgid "Architecture mismatch on \"%s\"." msgstr "No hay coincidencia de arquitectura en \"%s\"." -#: config/tc-sparc.c:2636 +#: config/tc-sparc.c:2642 #, c-format msgid " (Requires %s; requested architecture is %s.)" msgstr " (Se requiere %s; la arquitectura solicitada es %s.)" -#: config/tc-sparc.c:3246 +#: config/tc-sparc.c:3253 #, c-format msgid "bad or unhandled relocation type: 0x%02x" msgstr "tipo de reubicación errónea o sin manejar: 0x%02x" -#: config/tc-sparc.c:3384 +#: config/tc-sparc.c:3391 #, c-format msgid "internal error: can't export reloc type %d (`%s')" msgstr "error interno: no se puede exportar el tipo de reubicación %d (`%s')" -#: config/tc-sparc.c:3546 +#: config/tc-sparc.c:3553 #, c-format msgid "BSS length (%d.) <0! Ignored." msgstr "¡Longitud BSS (%d.) <0! Se ignora." -#: config/tc-sparc.c:3558 +#: config/tc-sparc.c:3565 msgid "bad .reserve segment -- expected BSS segment" msgstr "segmento .reserve erróneo -- se esperaba el segmento BSS" -#: config/tc-sparc.c:3575 read.c:2040 +#: config/tc-sparc.c:3582 read.c:2045 msgid "missing alignment" msgstr "falta la alineación" -#: config/tc-sparc.c:3586 config/tc-sparc.c:3736 +#: config/tc-sparc.c:3593 config/tc-sparc.c:3743 #, c-format msgid "alignment too large; assuming %d" msgstr "alineación demasiado grande; se asume %d" -#: config/tc-sparc.c:3592 config/tc-sparc.c:3742 +#: config/tc-sparc.c:3599 config/tc-sparc.c:3749 msgid "negative alignment" msgstr "alineación negativa" -#: config/tc-sparc.c:3602 config/tc-sparc.c:3765 read.c:1249 read.c:2056 +#: config/tc-sparc.c:3609 config/tc-sparc.c:3772 read.c:1249 read.c:2061 msgid "alignment not a power of 2" msgstr "la alineación no es una potencia de 2" -#: config/tc-sparc.c:3680 config/tc-v850.c:260 +#: config/tc-sparc.c:3687 config/tc-v850.c:231 msgid "Expected comma after symbol-name" msgstr "Se esperaba una coma después del nombre del símbolo" -#: config/tc-sparc.c:3708 config/tc-v850.c:293 +#: config/tc-sparc.c:3715 config/tc-v850.c:264 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." msgstr "La longitud de .comm \"%s\" ya es %ld. No se cambia a %d." -#: config/tc-sparc.c:3722 +#: config/tc-sparc.c:3729 msgid "Expected comma after common length" msgstr "Se esperaba una coma después de la longitud común" -#: config/tc-sparc.c:3963 config/tc-sparc.c:3973 +#: config/tc-sparc.c:3970 config/tc-sparc.c:3980 #, c-format msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" msgstr "la sintaxis de registro es .register %%g[2367],{#scratch|nombresimbolo|#ignore}" -#: config/tc-sparc.c:3991 +#: config/tc-sparc.c:3998 msgid "redefinition of global register" msgstr "redefinición del registro global" -#: config/tc-sparc.c:4002 +#: config/tc-sparc.c:4009 #, c-format msgid "Register symbol %s already defined." msgstr "El símbolo de registro %s ya estaba definido." -#: config/tc-sparc.c:4211 +#: config/tc-sparc.c:4218 #, c-format msgid "Illegal operands: %%r_plt in %d-byte data field" msgstr "Operandos ilegales: %%r_plt en el campo de datos de %d-bytes" -#: config/tc-sparc.c:4248 +#: config/tc-sparc.c:4255 #, c-format msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" msgstr "Operandos ilegales: Sólo se permite %%r_%s%d en campos de datos de %d-bytes" -#: config/tc-sparc.c:4256 config/tc-sparc.c:4287 config/tc-sparc.c:4296 +#: config/tc-sparc.c:4263 config/tc-sparc.c:4294 config/tc-sparc.c:4303 #, c-format msgid "Illegal operands: %%r_%s%d requires arguments in ()" msgstr "Operandos ilegales: %%r_%s%d requiere argumentos en ()" -#: config/tc-sparc.c:4305 +#: config/tc-sparc.c:4312 #, c-format msgid "Illegal operands: garbage after %%r_%s%d()" msgstr "Operandos ilegales: hay basura después de %%r_%s%d()" @@ -7543,25 +8532,25 @@ msgstr "se llamó a estimate_size_before_ msgid "The -a option doesn't exist. (Despite what the man page says!" msgstr "La opción -a no existe. (¡A pesar de lo que diga la página del manual!)" -#: config/tc-tahoe.c:407 config/tc-vax.c:3125 +#: config/tc-tahoe.c:407 config/tc-vax.c:3286 #, c-format msgid "Displacement length %s ignored!" msgstr "¡Se ignora la longitud de desubicación %s!" -#: config/tc-tahoe.c:411 config/tc-vax.c:3117 +#: config/tc-tahoe.c:411 config/tc-vax.c:3278 msgid "SYMBOL TABLE not implemented" msgstr "SYMBOL TABLE no está implementado" -#: config/tc-tahoe.c:415 config/tc-vax.c:3121 +#: config/tc-tahoe.c:415 config/tc-vax.c:3282 msgid "TOKEN TRACE not implemented" msgstr "TOKEN TRACE no está implementado" -#: config/tc-tahoe.c:419 config/tc-vax.c:3129 +#: config/tc-tahoe.c:419 config/tc-vax.c:3290 #, c-format msgid "I don't need or use temp. file \"%s\"." msgstr "No se necesita o se utiliza el fichero temporal \"%s\"." -#: config/tc-tahoe.c:423 config/tc-vax.c:3133 +#: config/tc-tahoe.c:423 config/tc-vax.c:3294 msgid "I don't use an interpass file! -V ignored" msgstr "¡No se usa un fichero entre pasos! Se ignora -V" @@ -7739,15 +8728,15 @@ msgstr "No se puede utilizar el acceso i msgid "Compiler bug: ODD number of bytes in arg structure %s." msgstr "Bicho del compilador: número de bytes IMPAR en la estructura de argumentos %s." -#: config/tc-tahoe.c:1567 config/tc-vax.c:1835 +#: config/tc-tahoe.c:1567 config/tc-vax.c:1963 msgid "Not enough operands" msgstr "No hay suficientes operandos" -#: config/tc-tahoe.c:1577 config/tc-vax.c:1842 +#: config/tc-tahoe.c:1577 config/tc-vax.c:1970 msgid "Too many operands" msgstr "Demasiados operandos" -#: config/tc-tahoe.c:1628 config/tc-vax.c:378 +#: config/tc-tahoe.c:1628 config/tc-vax.c:403 #, c-format msgid "Ignoring statement due to \"%s\"" msgstr "Se ignora la declaración debido a \"%s\"" @@ -7776,442 +8765,447 @@ msgstr "Ugh, modo erróneo %x\n" #. Only word (et al.), align, or conditionals are allowed within #. .struct/.union. -#: config/tc-tic54x.c:80 +#: config/tc-tic54x.c:224 msgid "pseudo-op illegal within .struct/.union" msgstr "pseudo-operación ilegal dentro de .struct/.union" -#: config/tc-tic54x.c:89 +#: config/tc-tic54x.c:349 msgid "C54x-specific command line options:\n" msgstr "Opciones de línea de comandos específicas de C54x:\n" -#: config/tc-tic54x.c:90 +#: config/tc-tic54x.c:350 msgid "-mfar-mode | -mf Use extended addressing\n" msgstr "-mfar-mode | -mf Utiliza direccionamiento extendido\n" -#: config/tc-tic54x.c:91 +#: config/tc-tic54x.c:351 msgid "-mcpu= Specify the CPU version\n" msgstr "-mcpu= Especifica la versión del CPU\n" -#: config/tc-tic54x.c:93 +#: config/tc-tic54x.c:353 msgid "-mcoff-version={0|1|2} Select COFF version\n" msgstr "-mcoff-version={0|1|2} Selecciona la versión de COFF\n" -#: config/tc-tic54x.c:95 +#: config/tc-tic54x.c:355 msgid "-merrors-to-file \n" msgstr "-merrors-to-file \n" -#: config/tc-tic54x.c:96 +#: config/tc-tic54x.c:356 msgid "-me Redirect errors to a file\n" msgstr "-me Redirige los errores a un fichero\n" -#: config/tc-tic54x.c:348 +#: config/tc-tic54x.c:478 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" msgstr "Se esperaban una coma y un símbolo para '.asg CADENA, SÍMBOLO'" -#: config/tc-tic54x.c:401 +#: config/tc-tic54x.c:532 msgid "Unterminated string after absolute expression" msgstr "Cadena sin terminar después de una expresión absoluta" -#: config/tc-tic54x.c:409 +#: config/tc-tic54x.c:540 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" msgstr "Se esperaban una coma y un símbolo para '.eval EXPR, SÍMBOLO'" -#: config/tc-tic54x.c:421 +#: config/tc-tic54x.c:552 msgid "symbols assigned with .eval must begin with a letter" msgstr "los símbolos asignados con .eval deben comenzar con una letra" -#: config/tc-tic54x.c:675 +#: config/tc-tic54x.c:810 msgid "Offset on nested structures is ignored" msgstr "Se ignora el desplazamiento en estructuras anidadas" -#: config/tc-tic54x.c:725 +#: config/tc-tic54x.c:861 #, c-format msgid ".end%s without preceding .%s" msgstr ".end%s sin un .%s precedente" -#: config/tc-tic54x.c:791 +#: config/tc-tic54x.c:928 #, c-format msgid "Unrecognized struct/union tag '%s'" msgstr "Marca de struct/union '%s' no reconocida" -#: config/tc-tic54x.c:793 +#: config/tc-tic54x.c:930 msgid ".tag requires a structure tag" msgstr ".tag requiere una estructura tag" -#: config/tc-tic54x.c:799 +#: config/tc-tic54x.c:936 msgid "Label required for .tag" msgstr "Se requiere una etiqueta para .tag" -#: config/tc-tic54x.c:817 +#: config/tc-tic54x.c:955 #, c-format msgid ".tag target '%s' undefined" msgstr "el objetivo .tag '%s' está indefinido" -#: config/tc-tic54x.c:879 +#: config/tc-tic54x.c:1018 #, c-format msgid ".field count '%d' out of range (1 <= X <= 32)" msgstr "la cuenta de .field '%d' está fuera de rango (1 <= X <= 32)" -#: config/tc-tic54x.c:909 +#: config/tc-tic54x.c:1046 #, c-format msgid "Unrecognized field type '%c'" msgstr "Tipo de campo '%c' no reconocido" #. Disallow .byte with a non constant expression that will #. require relocation. -#: config/tc-tic54x.c:1044 +#: config/tc-tic54x.c:1183 msgid "Relocatable values require at least WORD storage" msgstr "Los valores reubicables requieren por lo menos almacenamiento WORD" -#: config/tc-tic54x.c:1105 +#: config/tc-tic54x.c:1245 msgid "Use of .def/.ref is deprecated. Use .global instead" msgstr "El uso de .def/.ref está deprecado. Utilice en su lugar .global" -#: config/tc-tic54x.c:1298 +#: config/tc-tic54x.c:1444 msgid ".space/.bes repeat count is negative, ignored" msgstr "la cuenta de repetición .space/.bes es negativa, se ignora" -#: config/tc-tic54x.c:1303 +#: config/tc-tic54x.c:1449 msgid ".space/.bes repeat count is zero, ignored" msgstr "la cuenta de repetición .space/.bes es cero, se ignora" -#: config/tc-tic54x.c:1380 +#: config/tc-tic54x.c:1527 msgid "Missing size argument" msgstr "Falta el tamaño del argumento" -#: config/tc-tic54x.c:1514 +#: config/tc-tic54x.c:1664 msgid "CPU version has already been set" msgstr "La versión de CPU ya se había establecido" -#: config/tc-tic54x.c:1518 +#: config/tc-tic54x.c:1668 #, c-format msgid "Unrecognized version '%s'" msgstr "Versión '%s' no reconocida" -#: config/tc-tic54x.c:1524 +#: config/tc-tic54x.c:1674 msgid "Changing of CPU version on the fly not supported" msgstr "No hay soporte para el cambio de la versión del CPU al vuelo" -#: config/tc-tic54x.c:1657 +#: config/tc-tic54x.c:1810 msgid "p2align not supported on this target" msgstr "p2align no tiene soporte en este objetivo" -#: config/tc-tic54x.c:1669 +#: config/tc-tic54x.c:1823 msgid "Argument to .even ignored" msgstr "Se ignora el argumento para .even" -#: config/tc-tic54x.c:1715 +#: config/tc-tic54x.c:1870 msgid "Invalid field size, must be from 1 to 32" msgstr "Tamaño de campo inválido, debe ser de 1 a 32" -#: config/tc-tic54x.c:1728 +#: config/tc-tic54x.c:1883 msgid "field size must be 16 when value is relocatable" msgstr "el tamaño del campo debe ser 16 cuando el valor es reubicable" -#: config/tc-tic54x.c:1742 +#: config/tc-tic54x.c:1898 msgid "field value truncated" msgstr "se trunca valor del campo" -#: config/tc-tic54x.c:1846 config/tc-tic54x.c:2148 +#: config/tc-tic54x.c:2007 config/tc-tic54x.c:2324 #, c-format msgid "Unrecognized section '%s'" msgstr "Sección '%s' no reconocida" -#: config/tc-tic54x.c:1855 +#: config/tc-tic54x.c:2016 msgid "Current section is unitialized, section name required for .clink" msgstr "La sección actual no está iniciada, se requiere el nombre de sección para .clink" -#: config/tc-tic54x.c:2061 +#: config/tc-tic54x.c:2230 msgid "ENDLOOP without corresponding LOOP" msgstr "ENDLOOP sin un LOOP correspondiente" -#: config/tc-tic54x.c:2101 +#: config/tc-tic54x.c:2274 msgid "Mixing of normal and extended addressing not supported" msgstr "No se da soporte a la mezcla de direccionamiento normal y extendido" -#: config/tc-tic54x.c:2107 +#: config/tc-tic54x.c:2280 msgid "Extended addressing not supported on the specified CPU" msgstr "No se da soporte a direccionamiento extendido en el CPU especificado" -#: config/tc-tic54x.c:2154 +#: config/tc-tic54x.c:2330 msgid ".sblock may be used for initialized sections only" msgstr ".sblock se puede utilizar únicamente para secciones sin iniciar" -#: config/tc-tic54x.c:2184 +#: config/tc-tic54x.c:2361 msgid "Symbol missing for .set/.equ" msgstr "Falta el símbolo para .set/.equ" -#: config/tc-tic54x.c:2240 +#: config/tc-tic54x.c:2420 msgid ".var may only be used within a macro definition" msgstr ".var solamente se puede usar dentro de una definición de macro" -#: config/tc-tic54x.c:2248 +#: config/tc-tic54x.c:2428 msgid "Substitution symbols must begin with a letter" msgstr "Los símbolos de sustitución deben empezar con una letra" -#: config/tc-tic54x.c:2338 +#: config/tc-tic54x.c:2522 #, c-format msgid "Can't open macro library file '%s' for reading." msgstr "No se puede abrir el fichero de biblioteca de macro '%s' para lectura." -#: config/tc-tic54x.c:2345 +#: config/tc-tic54x.c:2529 #, c-format msgid "File '%s' not in macro archive format" msgstr "El fichero '%s' no está en el formato de archivo de macro" -#: config/tc-tic54x.c:2504 +#: config/tc-tic54x.c:2689 #, c-format msgid "Bad COFF version '%s'" msgstr "Versión COFF '%s' errónea" -#: config/tc-tic54x.c:2513 +#: config/tc-tic54x.c:2698 #, c-format msgid "Bad CPU version '%s'" msgstr "Versión de CPU '%s' errónea" -#: config/tc-tic54x.c:2525 config/tc-tic54x.c:2528 +#: config/tc-tic54x.c:2711 config/tc-tic54x.c:2714 #, c-format msgid "Can't redirect stderr to the file '%s'" msgstr "No se puede redirigir la salida de error estándard al fichero '%s'" -#: config/tc-tic54x.c:2662 +#: config/tc-tic54x.c:2861 #, c-format msgid "Undefined substitution symbol '%s'" msgstr "Símbolo de sustitución '%s' indefinido" -#: config/tc-tic54x.c:3335 +#: config/tc-tic54x.c:3518 msgid "Badly formed address expression" msgstr "Expresión de dirección mal formada" -#: config/tc-tic54x.c:3593 +#: config/tc-tic54x.c:3782 #, c-format msgid "Invalid dmad syntax '%s'" msgstr "Sintaxis de dmad '%s' inválida" -#: config/tc-tic54x.c:3707 +#: config/tc-tic54x.c:3848 +#, c-format +msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'" +msgstr "Usa la directiva .mmregs para utilizar nombres de registro mapeados en memoria tales como '%s'" + +#: config/tc-tic54x.c:3901 msgid "Address mode *+ARx is write-only. Results of reading are undefined." msgstr "El modo de dirección *+ARx es de sólo escritura. El resultado de la lectura está indefinido." -#: config/tc-tic54x.c:3727 +#: config/tc-tic54x.c:3921 #, c-format msgid "Unrecognized indirect address format \"%s\"" msgstr "Formato de dirección indirecta \"%s\" no reconocido" -#: config/tc-tic54x.c:3762 +#: config/tc-tic54x.c:3960 #, c-format msgid "Operand '%s' out of range (%d <= x <= %d)" msgstr "El operando '%s' está fuera de rango (%d <= x <= %d)" -#: config/tc-tic54x.c:3782 +#: config/tc-tic54x.c:3980 msgid "Error in relocation handling" msgstr "Error en el manejo de la reubicación" -#: config/tc-tic54x.c:3801 config/tc-tic54x.c:3863 config/tc-tic54x.c:3889 +#: config/tc-tic54x.c:4001 config/tc-tic54x.c:4065 config/tc-tic54x.c:4097 #, c-format msgid "Unrecognized condition code \"%s\"" msgstr "Código de condición \"%s\" no reconocido" -#: config/tc-tic54x.c:3818 +#: config/tc-tic54x.c:4018 #, c-format msgid "Condition \"%s\" does not match preceding group" msgstr "La condición \"%s\" no coincide con el grupo precedente" -#: config/tc-tic54x.c:3826 +#: config/tc-tic54x.c:4026 #, c-format msgid "Condition \"%s\" uses a different accumulator from a preceding condition" msgstr "La condición \"%s\" utiliza un acumulador diferente de una condición precedente" -#: config/tc-tic54x.c:3833 +#: config/tc-tic54x.c:4033 msgid "Only one comparison conditional allowed" msgstr "Sólo se permite una comparación condicional" -#: config/tc-tic54x.c:3838 +#: config/tc-tic54x.c:4038 msgid "Only one overflow conditional allowed" msgstr "Sólo se permite un desbordamiento condicional" -#: config/tc-tic54x.c:3846 +#: config/tc-tic54x.c:4046 #, c-format msgid "Duplicate %s conditional" msgstr "Condicional %s duplicado" -#: config/tc-tic54x.c:3876 +#: config/tc-tic54x.c:4081 msgid "Invalid auxiliary register (use AR0-AR7)" msgstr "Registro auxiliar inválido (utilice AR0-AR7)" -#: config/tc-tic54x.c:3909 +#: config/tc-tic54x.c:4117 msgid "lk addressing modes are invalid for memory-mapped register addressing" msgstr "Los modos de direccionamiento lk son inválidos para el direccionamiento de registros mapeados en memoria" -#: config/tc-tic54x.c:3917 +#: config/tc-tic54x.c:4125 msgid "Address mode *+ARx is not allowed in memory-mapped register addressing. Resulting behavior is undefined." msgstr "El modo de dirección *+ARx no se permite en el direccionamiento de registros mapeados en memoria. El comportamiento resultante está indefinido." -#: config/tc-tic54x.c:3943 +#: config/tc-tic54x.c:4151 msgid "Destination accumulator for each part of this parallel instruction must be different" msgstr "El acumulador de destino para cada parte de esta instrucción paralela debe ser diferente" -#: config/tc-tic54x.c:3992 +#: config/tc-tic54x.c:4200 #, c-format msgid "Memory mapped register \"%s\" out of range" msgstr "El registro mapeado en memoria \"%s\" está fuera de rango" -#: config/tc-tic54x.c:4031 +#: config/tc-tic54x.c:4239 msgid "Invalid operand (use 1, 2, or 3)" msgstr "Operando inválido (utilice 1, 2, ó 3)" -#: config/tc-tic54x.c:4056 +#: config/tc-tic54x.c:4264 msgid "A status register or status bit name is required" msgstr "Se requiere un registro de estado o un nombre de bit de estado" -#: config/tc-tic54x.c:4066 +#: config/tc-tic54x.c:4274 #, c-format msgid "Unrecognized status bit \"%s\"" msgstr "Bit de estado \"%s\" no reconocido" -#: config/tc-tic54x.c:4089 +#: config/tc-tic54x.c:4297 #, c-format msgid "Invalid status register \"%s\"" msgstr "Registro de estado \"%s\" inválido" -#: config/tc-tic54x.c:4101 +#: config/tc-tic54x.c:4309 #, c-format msgid "Operand \"%s\" out of range (use 1 or 2)" msgstr "El operando \"%s\" está fuera de rango (utilice 1 ó 2)" -#: config/tc-tic54x.c:4302 +#: config/tc-tic54x.c:4517 #, c-format msgid "Unrecognized instruction \"%s\"" msgstr "Instrucción \"%s\" no reconocida" -#: config/tc-tic54x.c:4331 +#: config/tc-tic54x.c:4546 #, c-format msgid "Unrecognized operand list '%s' for instruction '%s'" msgstr "Lista de operando '%s' no reconocida para la instrucción '%s'" -#: config/tc-tic54x.c:4360 +#: config/tc-tic54x.c:4578 #, c-format msgid "Unrecognized parallel instruction \"%s\"" msgstr "Instrucción paralela \"%s\" no reconocida" -#: config/tc-tic54x.c:4410 +#: config/tc-tic54x.c:4629 #, c-format msgid "Invalid operand (s) for parallel instruction \"%s\"" msgstr "Operando(s) inválido(s) para la instrucción paralela \"%s\"" -#: config/tc-tic54x.c:4413 +#: config/tc-tic54x.c:4632 #, c-format msgid "Unrecognized parallel instruction combination \"%s || %s\"" msgstr "Combinación de instrucciones paralelas \"%s || %s\" no reconocida" -#: config/tc-tic54x.c:4645 +#: config/tc-tic54x.c:4869 #, c-format msgid "%s symbol recursion stopped at second appearance of '%s'" msgstr "La recursión del símbolo %s se detuvo en la segunda aparición de '%s'" -#: config/tc-tic54x.c:4684 +#: config/tc-tic54x.c:4909 msgid "Unrecognized substitution symbol function" msgstr "Función de sustitución de símbolo no reconocida" -#: config/tc-tic54x.c:4689 +#: config/tc-tic54x.c:4914 msgid "Missing '(' after substitution symbol function" msgstr "Falta un '(' después de la función de sustitución de símbolo" -#: config/tc-tic54x.c:4703 +#: config/tc-tic54x.c:4928 msgid "Expecting second argument" msgstr "Se esperaba un segundo argumento" -#: config/tc-tic54x.c:4716 config/tc-tic54x.c:4765 +#: config/tc-tic54x.c:4941 config/tc-tic54x.c:4991 msgid "Extra junk in function call, expecting ')'" msgstr "Basura extra en la llamada a función, se esperaba ')'" -#: config/tc-tic54x.c:4741 +#: config/tc-tic54x.c:4967 msgid "Function expects two arguments" msgstr "La función espera dos argumentos" -#: config/tc-tic54x.c:4754 +#: config/tc-tic54x.c:4980 msgid "Expecting character constant argument" msgstr "Se espera una constante de carácter como argumento" -#: config/tc-tic54x.c:4760 +#: config/tc-tic54x.c:4986 msgid "Both arguments must be substitution symbols" msgstr "Ambos argumentos deben ser símbolos de sustitución" -#: config/tc-tic54x.c:4813 +#: config/tc-tic54x.c:5039 #, c-format msgid "Invalid subscript (use 1 to %d)" msgstr "Subíndice inválido (utilice de 1 a %d)" -#: config/tc-tic54x.c:4823 +#: config/tc-tic54x.c:5049 #, c-format msgid "Invalid length (use 0 to %d" msgstr "Longitud inválida (utilice de 0 a %d)" -#: config/tc-tic54x.c:4833 +#: config/tc-tic54x.c:5059 msgid "Missing ')' in subscripted substitution symbol expression" msgstr "Falta un ')' en la expresión del símbolo de sustitución suscrito" -#: config/tc-tic54x.c:4853 +#: config/tc-tic54x.c:5079 msgid "Missing forced substitution terminator ':'" msgstr "Falta el terminador de sustitución forzada ':'" -#: config/tc-tic54x.c:5026 +#: config/tc-tic54x.c:5252 #, c-format msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)" msgstr "La instrucción no cabe en las ranuras de retardo disponibles (%d instrucciones word, %d ranuras restantes)" -#: config/tc-tic54x.c:5067 +#: config/tc-tic54x.c:5293 #, c-format msgid "Unrecognized parallel instruction '%s'" msgstr "Instrucción paralela '%s' no reconocida" -#: config/tc-tic54x.c:5079 +#: config/tc-tic54x.c:5305 #, c-format msgid "Instruction '%s' requires an LP cpu version" msgstr "La instrucción '%s' requiere una versión de cpu LP" -#: config/tc-tic54x.c:5086 +#: config/tc-tic54x.c:5312 #, c-format msgid "Instruction '%s' requires far mode addressing" msgstr "La instrucción '%s' requiere el modo de direccionamiento lejano" -#: config/tc-tic54x.c:5098 +#: config/tc-tic54x.c:5324 #, c-format msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined." msgstr "La instrucción no cabe en las ranuras de retardo disponibles (%d instrucciones word, %d ranuras restantes). El comportamiento resultante está indefinida." -#: config/tc-tic54x.c:5108 +#: config/tc-tic54x.c:5334 msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined." msgstr "Las instrucciones que causan discontinuidad en el PC no se permiten en una ranura de retardo. El comportamiento resultante está indefinido." -#: config/tc-tic54x.c:5119 +#: config/tc-tic54x.c:5345 #, c-format msgid "'%s' is not repeatable. Resulting behavior is undefined." msgstr "'%s' no se puede repetir. El comportamiento resultante está indefinido." -#: config/tc-tic54x.c:5123 +#: config/tc-tic54x.c:5349 msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined." msgstr "Las instrucciones que usan modificadores de desplazamiento long o direcciones absolutas no se pueden repetir. El comportamiento resultante está indefinido." -#: config/tc-tic54x.c:5314 +#: config/tc-tic54x.c:5545 #, c-format msgid "Unsupported relocation size %d" msgstr "Tamaño de reubicación %d sin soporte" -#: config/tc-tic54x.c:5468 +#: config/tc-tic54x.c:5699 msgid "non-absolute value used with .space/.bes" msgstr "se utilizó un valor no absoluto con .space/.bes" -#: config/tc-tic54x.c:5472 +#: config/tc-tic54x.c:5703 #, c-format msgid "negative value ignored in %s" msgstr "se ignora el valor negativo en %s" -#: config/tc-tic54x.c:5559 +#: config/tc-tic54x.c:5792 #, c-format msgid "attempt to .space/.bes backwards? (%ld)" msgstr "¿se intentó hacer .space/.bes hacia atrás? (%ld)" -#: config/tc-tic54x.c:5592 +#: config/tc-tic54x.c:5826 #, c-format msgid "Invalid label '%s'" msgstr "Etiqueta '%s' inválida" @@ -8289,336 +9283,340 @@ msgstr "typo de reubicación sin manejar msgid "md_convert_frag() not implemented yet" msgstr "md_convert_frag() aún no está implementado" -#: config/tc-v850.c:271 +#: config/tc-v850.c:242 #, c-format msgid ".COMMon length (%d.) < 0! Ignored." msgstr "¡Longitud .COMMún (%d.) < 0! Se ignora." -#: config/tc-v850.c:320 +#: config/tc-v850.c:291 msgid "Common alignment negative; 0 assumed" msgstr "Alineación común negativa; se asume 0" -#: config/tc-v850.c:1014 +#: config/tc-v850.c:916 #, c-format msgid "unknown operand shift: %x\n" msgstr "operando de desplazamiento desconocido: %x\n" -#: config/tc-v850.c:1015 +#: config/tc-v850.c:917 msgid "internal failure in parse_register_list" msgstr "falla interna en parse_register_list" -#: config/tc-v850.c:1032 +#: config/tc-v850.c:934 msgid "constant expression or register list expected" msgstr "se esperaba una expresión constante o una lista de registros" -#: config/tc-v850.c:1037 config/tc-v850.c:1050 config/tc-v850.c:1069 +#: config/tc-v850.c:939 config/tc-v850.c:952 config/tc-v850.c:971 msgid "high bits set in register list expression" msgstr "se establecieron los bits altos en la expresión de lista de registros" -#: config/tc-v850.c:1109 config/tc-v850.c:1173 +#: config/tc-v850.c:1011 config/tc-v850.c:1075 msgid "illegal register included in list" msgstr "se incluyó un registro ilegal en la lista" -#: config/tc-v850.c:1116 +#: config/tc-v850.c:1018 msgid "system registers cannot be included in list" msgstr "los registros del sistema no pueden estar incluídos en la lista" -#: config/tc-v850.c:1121 +#: config/tc-v850.c:1023 msgid "PSW cannot be included in list" msgstr "PSW no se puede incluir en la lista" -#: config/tc-v850.c:1128 +#: config/tc-v850.c:1030 msgid "High value system registers cannot be included in list" msgstr "Los registros altos de valores del sistema no se pueden incluir en la lista" -#: config/tc-v850.c:1152 +#: config/tc-v850.c:1054 msgid "second register should follow dash in register list" msgstr "el segundo registro debe estar a continuación de un guión en la lista de registros" -#: config/tc-v850.c:1199 +#: config/tc-v850.c:1101 msgid " V850 options:\n" msgstr "Opciones de V850:\n" -#: config/tc-v850.c:1200 +#: config/tc-v850.c:1102 msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" msgstr " -mwarn-signed-overflow Avisa si los valores inmediatos con signo desbordan\n" -#: config/tc-v850.c:1201 +#: config/tc-v850.c:1103 msgid " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" msgstr " -mwarn-unsigned-overflow Avisa si los valores inmediato sin signo desbordan\n" -#: config/tc-v850.c:1202 +#: config/tc-v850.c:1104 msgid " -mv850 The code is targeted at the v850\n" msgstr " -mv850 El código está destinado para el v850\n" -#: config/tc-v850.c:1203 +#: config/tc-v850.c:1105 msgid " -mv850e The code is targeted at the v850e\n" msgstr " -mv850e El código está destinado para el v850e\n" -#: config/tc-v850.c:1204 +#: config/tc-v850.c:1106 msgid " -mv850ea The code is targeted at the v850ea\n" msgstr " -mv850es El código está destinado para el v850ea\n" -#: config/tc-v850.c:1205 +#: config/tc-v850.c:1107 msgid " -mv850any The code is generic, despite any processor specific instructions\n" msgstr " -mv850any El código es genérico, a pesar de cualquier instrucción específica de procesador\n" -#: config/tc-v850.c:1217 config/tc-v850.c:1255 +#: config/tc-v850.c:1119 config/tc-v850.c:1157 #, c-format msgid "unknown command line option: -%c%s\n" msgstr "opción de línea de comandos desconocida: -%c%s\n" -#: config/tc-v850.c:1405 +#: config/tc-v850.c:1306 #, c-format msgid "Unable to determine default target processor from string: %s" msgstr "No se puede determinar el procesador objetivo por omisión de la cadena: %s" -#: config/tc-v850.c:1453 +#: config/tc-v850.c:1344 msgid "ctoff() relocation used on an instruction which does not support it" msgstr "se utilizó una reubicación ctoff() en una instrucción que no la soporta" -#: config/tc-v850.c:1475 +#: config/tc-v850.c:1370 msgid "sdaoff() relocation used on an instruction which does not support it" msgstr "se utilizó una reubicación sdaoff() en una instrucción que no la soporta" -#: config/tc-v850.c:1497 +#: config/tc-v850.c:1396 msgid "zdaoff() relocation used on an instruction which does not support it" msgstr "se utilizó una reubicación zdaoff() en una instrucción que no la soporta" -#: config/tc-v850.c:1530 +#: config/tc-v850.c:1433 msgid "tdaoff() relocation used on an instruction which does not support it" msgstr "se utilizó una reubicación tdaoff() en una instrucción que no la soporta" -#: config/tc-v850.c:1746 +#: config/tc-v850.c:1657 msgid "Target processor does not support this instruction." msgstr "El procesador objetivo no tiene soporte para esta instrucción." -#: config/tc-v850.c:1836 config/tc-v850.c:1866 config/tc-v850.c:2054 +#: config/tc-v850.c:1747 config/tc-v850.c:1777 config/tc-v850.c:1965 msgid "immediate operand is too large" msgstr "el operando inmediato es demasiado grande" -#: config/tc-v850.c:1848 +#: config/tc-v850.c:1759 msgid "AAARG -> unhandled constant reloc" msgstr "AAARG -> reubicación de constante sin manejar" -#: config/tc-v850.c:1892 +#: config/tc-v850.c:1803 msgid "invalid register name" msgstr "nombre de registro inválido" -#: config/tc-v850.c:1897 +#: config/tc-v850.c:1808 msgid "register r0 cannot be used here" msgstr "el registro r0 no se puede usar aquí" -#: config/tc-v850.c:1909 +#: config/tc-v850.c:1820 msgid "invalid system register name" msgstr "nombre de registro de sistema inválido" -#: config/tc-v850.c:1922 +#: config/tc-v850.c:1833 msgid "expected EP register" msgstr "se esperaba el registro EP" -#: config/tc-v850.c:1939 +#: config/tc-v850.c:1850 msgid "invalid condition code name" msgstr "nombre de código de condición inválido" -#: config/tc-v850.c:1960 config/tc-v850.c:1964 +#: config/tc-v850.c:1871 config/tc-v850.c:1875 msgid "constant too big to fit into instruction" msgstr "la constante es demasiado grande para caber en la instrucción" -#: config/tc-v850.c:2017 +#: config/tc-v850.c:1928 msgid "syntax error: value is missing before the register name" msgstr "error sintáctico: falta el valor antes del nombre de registro" -#: config/tc-v850.c:2019 +#: config/tc-v850.c:1930 msgid "syntax error: register not expected" msgstr "error sintáctico: no se esperaba un registro" -#: config/tc-v850.c:2033 +#: config/tc-v850.c:1944 msgid "syntax error: system register not expected" msgstr "error sintáctico: no se esperaba un registro de sistema" -#: config/tc-v850.c:2038 +#: config/tc-v850.c:1949 msgid "syntax error: condition code not expected" msgstr "error sintáctico: no es esperaba código de condición" -#: config/tc-v850.c:2079 +#: config/tc-v850.c:1990 msgid "invalid operand" msgstr "operando inválido" -#: config/tc-vax.c:267 +#: config/tc-vax.c:285 #, c-format msgid "VIP_BEGIN error:%s" msgstr "error VIP_BEGIN:%s" -#: config/tc-vax.c:397 +#: config/tc-vax.c:422 #, c-format -msgid "Ignoring statement because \"%s\"" -msgstr "Se ignora la declaración porque \"%s\"" +msgid "Aborting because statement has \"%s\"" +msgstr "Se aborta porque la declaración tiene \"%s\"" -#: config/tc-vax.c:444 +#: config/tc-vax.c:469 msgid "Can't relocate expression" msgstr "No se puede reubicar la expresión" -#: config/tc-vax.c:547 +#: config/tc-vax.c:572 msgid "Bignum not permitted in short literal. Immediate mode assumed." msgstr "No se permite un número grande en una literal short. Se asume el modo inmediato." -#: config/tc-vax.c:556 +#: config/tc-vax.c:581 msgid "Can't do flonum short literal: immediate mode used." msgstr "No se puede hacer una literal short de un número de coma flotante: se usa el modo inmediato." -#: config/tc-vax.c:601 +#: config/tc-vax.c:626 #, c-format msgid "A bignum/flonum may not be a displacement: 0x%lx used" msgstr "Un número grande/de coma flotante no puede ser una desubicación: se usa 0x%lx" -#: config/tc-vax.c:922 +#: config/tc-vax.c:961 #, c-format msgid "Short literal overflow(%ld.), immediate mode assumed." msgstr "Desbordamiento de la literal short (%ld.), se asume el modo inmediato." -#: config/tc-vax.c:931 +#: config/tc-vax.c:970 #, c-format msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" msgstr "Se fuerza la literal short a modo inmediato. now_seg=%s to_seg=%s" -#: config/tc-vax.c:990 +#: config/tc-vax.c:1035 msgid "Length specification ignored. Address mode 9F used" msgstr "Se ignora la especificación de longitud. Se usa el modo de direccionamiento 9F" -#: config/tc-vax.c:1039 +#: config/tc-vax.c:1096 msgid "Invalid operand: immediate value used as base address." msgstr "Operando inválido: se utilizó un valor inmediato como dirección base." -#: config/tc-vax.c:1041 +#: config/tc-vax.c:1098 msgid "Invalid operand: immediate value used as address." msgstr "Operando inválido: se utilizó un valor inmediato como dirección" -#: config/tc-vax.c:1814 +#: config/tc-vax.c:1123 +msgid "Symbol used as immediate operand in PIC mode." +msgstr "Se utiliza un símbolo como operando inmediato en modo PIC." + +#: config/tc-vax.c:1942 msgid "odd number of bytes in operand description" msgstr "número impar de bytes en la descripción del operando" -#: config/tc-vax.c:1830 +#: config/tc-vax.c:1958 msgid "Bad operand" msgstr "Operando erróneo" -#: config/tc-vax.c:2383 +#: config/tc-vax.c:2533 msgid "no '[' to match ']'" msgstr "no hay '[' que coincida con ']'" -#: config/tc-vax.c:2401 +#: config/tc-vax.c:2553 msgid "bad register in []" msgstr "registro erróneo en []" -#: config/tc-vax.c:2403 +#: config/tc-vax.c:2555 msgid "[PC] index banned" msgstr "índice [PC] prohibido" -#: config/tc-vax.c:2438 +#: config/tc-vax.c:2590 msgid "no '(' to match ')'" msgstr "no hay '(' que coincida con ')'" -#: config/tc-vax.c:2573 +#: config/tc-vax.c:2730 msgid "invalid branch operand" msgstr "operando de ramificación inválido" -#: config/tc-vax.c:2602 +#: config/tc-vax.c:2759 msgid "address prohibits @" msgstr "la dirección prohibe @" -#: config/tc-vax.c:2604 +#: config/tc-vax.c:2761 msgid "address prohibits #" msgstr "la dirección prohibe #" -#: config/tc-vax.c:2608 +#: config/tc-vax.c:2765 msgid "address prohibits -()" msgstr "la dirección prohibe -()" -#: config/tc-vax.c:2610 +#: config/tc-vax.c:2767 msgid "address prohibits ()+" msgstr "la dirección prohibe ()+" -#: config/tc-vax.c:2613 +#: config/tc-vax.c:2770 msgid "address prohibits ()" msgstr "la dirección prohibe ()" -#: config/tc-vax.c:2615 +#: config/tc-vax.c:2772 msgid "address prohibits []" msgstr "la dirección prohibe []" -#: config/tc-vax.c:2617 +#: config/tc-vax.c:2774 msgid "address prohibits register" msgstr "la dirección prohibe un registro" -#: config/tc-vax.c:2619 +#: config/tc-vax.c:2776 msgid "address prohibits displacement length specifier" msgstr "la dirección prohibe un especificador de longitud de desubicación" -#: config/tc-vax.c:2649 +#: config/tc-vax.c:2806 msgid "invalid operand of S^#" msgstr "operando inválido de S^#" -#: config/tc-vax.c:2666 +#: config/tc-vax.c:2823 msgid "S^# needs expression" msgstr "S^# necesita una expresión" -#: config/tc-vax.c:2673 +#: config/tc-vax.c:2830 msgid "S^# may only read-access" msgstr "S^# tal vez sea solamente para acceso por lectura" -#: config/tc-vax.c:2698 +#: config/tc-vax.c:2855 msgid "invalid operand of -()" msgstr "operando inválido de -()" -#: config/tc-vax.c:2704 +#: config/tc-vax.c:2861 msgid "-(PC) unpredictable" msgstr "-(PC) impredecible" -#: config/tc-vax.c:2706 +#: config/tc-vax.c:2863 msgid "[]index same as -()register: unpredictable" msgstr "[]índice igual que -()registro: impredecible" -#: config/tc-vax.c:2742 +#: config/tc-vax.c:2899 msgid "invalid operand of ()+" msgstr "operando inválido de ()+" -#: config/tc-vax.c:2748 +#: config/tc-vax.c:2905 msgid "(PC)+ unpredictable" msgstr "(PC)+ impredecible" -#: config/tc-vax.c:2750 +#: config/tc-vax.c:2907 msgid "[]index same as ()+register: unpredictable" msgstr "[]índice igual que ()+registro: impredecible" -#: config/tc-vax.c:2775 +#: config/tc-vax.c:2932 msgid "# conflicts length" msgstr "# tiene conflictos con la longitud" -#: config/tc-vax.c:2777 +#: config/tc-vax.c:2934 msgid "# bars register" msgstr "# prohibe el registro" -#: config/tc-vax.c:2799 +#: config/tc-vax.c:2956 msgid "writing or modifying # is unpredictable" msgstr "escribir o modificar # es impredecible" -#: config/tc-vax.c:2829 +#: config/tc-vax.c:2986 msgid "length not needed" msgstr "no se necesita la longitud" -#: config/tc-vax.c:2836 +#: config/tc-vax.c:2993 msgid "can't []index a register, because it has no address" msgstr "no se puede []indizar un registro, porque no tiene dirección" -#: config/tc-vax.c:2838 +#: config/tc-vax.c:2995 msgid "a register has no address" msgstr "un registro no tiene dirección" -#: config/tc-vax.c:2849 +#: config/tc-vax.c:3006 msgid "PC part of operand unpredictable" msgstr "la parte PC del operando es impredecible" -#: config/tc-vax.c:3178 +#: config/tc-vax.c:3346 msgid "" "VAX options:\n" "-d LENGTH\t\tignored\n" @@ -8636,7 +9634,7 @@ msgstr "" "-T\t\t\tse ignora\n" "-V\t\t\tse ignora\n" -#: config/tc-vax.c:3187 +#: config/tc-vax.c:3355 msgid "" "VMS options:\n" "-+\t\t\thash encode names longer than 31 characters\n" @@ -8666,6 +9664,15 @@ msgstr "error sintáctico después de for character code.\n" msgstr "Falta un > para el código de carácter.\n" -#: gasp.c:2762 +#: gasp.c:2826 #, c-format msgid "string for SDATAC longer than 255 characters (%d).\n" msgstr "la cadena para SDATAC es más larga que 255 caracteres (%d).\n" -#: gasp.c:2791 +#: gasp.c:2855 #, c-format msgid "illegal character in SDATA line (0x%x).\n" msgstr "carácter ilegal en la línea SDATA (0x%x).\n" -#: gasp.c:2813 +#: gasp.c:2877 msgid "Must have absolute SDATAB repeat count.\n" msgstr "Se debe tener una cuenta de repetición SDATAB absoluta.\n" -#: gasp.c:2816 +#: gasp.c:2880 #, c-format msgid "Must have positive SDATAB repeat count (%d).\n" msgstr "Se debe tener una cuenta de repetición SDATAB positiva (%d).\n" -#: gasp.c:2844 +#: gasp.c:2908 #, c-format msgid "Unreasonable include depth (%ld).\n" msgstr "Profundidad de inclusión no razonable (%ld).\n" -#: gasp.c:2898 +#: gasp.c:2962 #, c-format msgid "Can't open include file `%s'.\n" msgstr "No se puede abrir el fichero de inclusión `%s'.\n" -#: gasp.c:2972 +#: gasp.c:3036 msgid "Unreasonable expansion (-u turns off check).\n" msgstr "Expansión no razonable (-u apaga esta revisión).\n" #. This one causes lots of pain when trying to preprocess #. ordinary code. -#: gasp.c:3186 +#: gasp.c:3250 #, c-format msgid "Unrecognised pseudo op `%s'.\n" msgstr "Pseudo operación `%s' no reconocida.\n" -#: gasp.c:3255 +#: gasp.c:3319 msgid "ORG command not allowed.\n" msgstr "No se permite el comando ORG.\n" -#: gasp.c:3468 +#: gasp.c:3532 msgid "Invalid expression on command line.\n" msgstr "Expresión inválida en la línea de comandos.\n" -#: gasp.c:3511 +#: gasp.c:3575 #, c-format msgid "" "Usage: %s \n" @@ -9376,7 +10384,7 @@ msgstr "" " [-o sal] [--output salida] establece el fichero de salida\n" " [-p] [--print] muestra los números de línea\n" -#: gasp.c:3520 +#: gasp.c:3584 msgid "" " [-s] [--copysource] copy source through as comments \n" " [-u] [--unreasonable] allow unreasonable nesting\n" @@ -9392,37 +10400,37 @@ msgstr "" " [-Iruta] agrega a la lista de ruta de inclusión\n" " [fichero-entrada]\n" -#: gasp.c:3537 +#: gasp.c:3601 #, c-format msgid "%s: Gnu Assembler Macro Preprocessor\n" msgstr "%s: Preprocesador de Macro Ensamblador de Gnu\n" #. This output is intended to follow the GNU standards document. -#: gasp.c:3625 +#: gasp.c:3689 #, c-format msgid "GNU assembler pre-processor %s\n" msgstr "Pre-procesador de ensamblador de GNU %s\n" -#: gasp.c:3626 +#: gasp.c:3690 msgid "Copyright 1996 Free Software Foundation, Inc.\n" msgstr "Copyright 1996 Free Software Foundation, Inc.\n" -#: gasp.c:3649 +#: gasp.c:3713 #, c-format msgid "%s: Can't open output file `%s'.\n" msgstr "%s: No se puede abrir el fichero de salida `%s'.\n" -#: gasp.c:3673 +#: gasp.c:3737 #, c-format msgid "%s: Can't open input file `%s'.\n" msgstr "%s: No se puede abrir el fichero de entrada `%s'.\n" -#: gasp.c:3692 +#: gasp.c:3756 #, c-format msgid "Internal error, aborting at %s line %d" msgstr "Error interno, abortando en %s línea %d" -#: gasp.c:3695 +#: gasp.c:3759 msgid "" "\n" "Please report this bug.\n" @@ -9441,7 +10449,7 @@ msgstr "" #. line here (assuming of course that we actually have a line of #. input to read), so that it can be displayed in the listing #. that is produced at the end of the assembly. -#: input-file.c:145 input-scrub.c:242 listing.c:344 +#: input-file.c:145 input-scrub.c:242 listing.c:343 msgid "{standard input}" msgstr "{entrada estándar}" @@ -9480,21 +10488,21 @@ msgstr "Aviso:" msgid "Error:" msgstr "Error:" -#: listing.c:1131 +#: listing.c:1130 #, c-format msgid "can't open list file: %s" msgstr "no se puede abrir el fichero de lista: %s" -#: listing.c:1155 +#: listing.c:1154 #, c-format msgid "error closing list file: %s" msgstr "error al cerrar el fichero de lista: %s" -#: listing.c:1234 +#: listing.c:1233 msgid "strange paper height, set to no form" msgstr "tamaño de papel extraño, se establece a sin forma" -#: listing.c:1300 +#: listing.c:1299 msgid "new line in title" msgstr "línea nueva en el título" @@ -9625,7 +10633,7 @@ msgstr "etiqueta \"%d$\" redefinida" msgid ".abort detected. Abandoning ship." msgstr "se detectó .abort. Abandonando la nave." -#: read.c:1172 read.c:2406 +#: read.c:1172 read.c:2411 msgid "ignoring fill value in absolute section" msgstr "se ignora el valor de relleno en la sección absoluta" @@ -9638,11 +10646,11 @@ msgstr "la alineación es demasiado grand msgid "expected fill pattern missing" msgstr "falta el patrón de relleno esperado" -#: read.c:1368 read.c:1968 read.c:2176 read.c:2788 +#: read.c:1368 read.c:1973 read.c:2181 read.c:2793 msgid "expected symbol name" msgstr "se esperaba un nombre de símbolo" -#: read.c:1378 read.c:2186 read.c:2798 stabs.c:472 +#: read.c:1378 read.c:2191 read.c:2803 stabs.c:480 #, c-format msgid "expected comma after \"%s\"" msgstr "se esperaba una coma después de \"%s\"" @@ -9659,304 +10667,307 @@ msgstr "la longitud de .comm \"%s\" ya e #. Some of the back ends can't deal with non-positive line numbers. #. Besides, it's silly. -#: read.c:1628 +#: read.c:1633 #, c-format msgid "line numbers must be positive; line number %d rejected" msgstr "los números de línea deben ser positivos; se rechazó el número de línea %d." -#: read.c:1656 +#: read.c:1661 msgid "start address not supported" msgstr "la dirección de inicio no tiene soporte" -#: read.c:1666 +#: read.c:1671 msgid ".err encountered" msgstr "se encontró .err" -#: read.c:1685 read.c:1687 +#: read.c:1690 read.c:1692 #, c-format msgid ".fail %ld encountered" msgstr "se encontró .fail %ld" -#: read.c:1724 +#: read.c:1729 #, c-format msgid ".fill size clamped to %d" msgstr "el tamaño de fill se restringe a %d" -#: read.c:1729 +#: read.c:1734 msgid "size negative; .fill ignored" msgstr "tamaño negativo; se ignora .fill" -#: read.c:1735 +#: read.c:1740 msgid "repeat < 0; .fill ignored" msgstr "repetición < 0; se ignora .fill" -#: read.c:1895 +#: read.c:1900 #, c-format msgid "unrecognized .linkonce type `%s'" msgstr "tipo .linkonce `%s' no reconocido" -#: read.c:1908 read.c:1934 +#: read.c:1913 read.c:1939 msgid ".linkonce is not supported for this object file format" msgstr ".linkonce no tiene soporte en este formato de fichero objeto" -#: read.c:1930 +#: read.c:1935 #, c-format msgid "bfd_set_section_flags: %s" msgstr "bfd_set_section_flags: %s" -#: read.c:1985 +#: read.c:1990 msgid "missing size expression" msgstr "falta una expresión de tamaño" -#: read.c:1991 +#: read.c:1996 #, c-format msgid "BSS length (%d) < 0 ignored" msgstr "se ignora la longitud BSS (%d) <0" -#: read.c:2007 +#: read.c:2012 #, c-format msgid "error setting flags for \".sbss\": %s" msgstr "error al establecer las opciones para \".sbss\": %s" -#: read.c:2030 +#: read.c:2035 msgid "expected comma after size" msgstr "se esperaba una coma después del tamaño" -#: read.c:2064 +#: read.c:2069 #, c-format msgid "alignment too large; %d assumed" msgstr "alineación demasiado grande; se asume %d" -#: read.c:2069 +#: read.c:2074 msgid "alignment negative; 0 assumed" msgstr "alineación negativa; se asume 0" -#: read.c:2335 +#: read.c:2340 #, c-format msgid "attempt to redefine pseudo-op `%s' ignored" msgstr "se ignora el intento de redefinir el pseudo-operador `%s'" -#: read.c:2401 +#: read.c:2406 #, c-format msgid "invalid segment \"%s\"" msgstr "segmento \"%s\" inválido" -#: read.c:2409 +#: read.c:2414 msgid "only constant offsets supported in absolute section" msgstr "sólo los desplazamientos constantes tienen soporte en la sección absoluta" -#: read.c:2449 +#: read.c:2454 msgid "MRI style ORG pseudo-op not supported" msgstr "el pseudo-operador ORG de estilo MRI no tiene soporte" -#: read.c:2606 +#: read.c:2611 #, c-format msgid "unrecognized section type `%s'" msgstr "tipo de sección `%s' no reconocido" -#: read.c:2620 +#: read.c:2625 msgid "absolute sections are not supported" msgstr "las secciones absolutas no tienen soporte" -#: read.c:2635 +#: read.c:2640 #, c-format msgid "unrecognized section command `%s'" msgstr "comando de sección `%s' no reconocido" -#: read.c:2701 +#: read.c:2706 msgid ".endr encountered without preceeding .rept, .irc, or .irp" msgstr "se encontró una directiva .endr sin una directiva .rept, .irc, ó .irp precedente" -#: read.c:2733 +#: read.c:2738 #, c-format msgid "%s without %s" msgstr "%s sin %s" -#: read.c:2942 +#: read.c:2947 msgid "unsupported variable size or fill value" msgstr "tamaño de variable o valor de relleno sin soporte" -#: read.c:2967 +#: read.c:2972 msgid ".space repeat count is zero, ignored" msgstr "la cuenta de repetición .space es cero, se ignora" -#: read.c:2969 +#: read.c:2974 msgid ".space repeat count is negative, ignored" msgstr "la cuenta de repetición .space es negativa, se ignora" -#: read.c:2998 +#: read.c:3003 msgid "space allocation too complex in absolute section" msgstr "la asignación de espacio es demasiado compleja en la sección absoluta" -#: read.c:3004 +#: read.c:3009 msgid "space allocation too complex in common section" msgstr "la asignación de espacio es demasiado compleja en la sección común" -#: read.c:3092 read.c:4175 +#: read.c:3097 read.c:4180 #, c-format msgid "bad floating literal: %s" msgstr "literal de coma flotante errónea: %s" -#: read.c:3165 +#: read.c:3170 #, c-format msgid "rest of line ignored; first ignored character is `%c'" msgstr "se ignora el resto de la línea; el primer carácter ignorado es `%c'" -#: read.c:3168 +#: read.c:3173 #, c-format msgid "rest of line ignored; first ignored character valued 0x%x" msgstr "se ignora el resto de la línea; el primer carácter ignorado tiene valor 0x%x" -#: read.c:3221 +#: read.c:3226 msgid "missing expression" msgstr "falta una expresión" -#: read.c:3392 +#: read.c:3397 msgid "rva without symbol" msgstr "rva sin símbolo" -#: read.c:3516 +#: read.c:3521 msgid "attempt to store value in absolute section" msgstr "se intentó almacenar un valor en la sección absoluta" -#: read.c:3554 read.c:4453 +#: read.c:3559 read.c:4458 msgid "zero assumed for missing expression" msgstr "se asume cero para la expresión faltante" -#: read.c:3566 read.c:4465 write.c:293 +#: read.c:3571 read.c:4470 write.c:293 msgid "register value used as expression" msgstr "se usó un valor de registro como una expresión" #. Leading bits contain both 0s & 1s. -#: read.c:3656 +#: read.c:3661 #, c-format msgid "value 0x%lx truncated to 0x%lx" msgstr "el valor 0x%lx se truncó a 0x%lx" -#: read.c:3672 +#: read.c:3677 #, c-format msgid "bignum truncated to %d bytes" msgstr "se truncó el número grande a %d bytes" -#: read.c:3749 -#, c-format -msgid "unsupported BFD relocation size %u" -msgstr "tamaño de reubicación BFD %u sin soporte" - -#: read.c:3839 +#: read.c:3844 msgid "using a bit field width of zero" msgstr "se usa una anchura de campo de bit de cero" -#: read.c:3847 +#: read.c:3852 #, c-format msgid "field width \"%s\" too complex for a bitfield" msgstr "la anchura de campo \"%s\" es demasiado compleja para un campo de bits" -#: read.c:3855 +#: read.c:3860 #, c-format msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" msgstr "la anchura de campo %lu es demasiado grande para caber en %d bytes: se truncó a %d bits" -#: read.c:3877 +#: read.c:3882 #, c-format msgid "field value \"%s\" too complex for a bitfield" msgstr "el valor del campo \"%s\" es demasiado complejo para un campo de bits" -#: read.c:4003 read.c:4197 +#: read.c:4008 read.c:4202 msgid "unresolvable or nonpositive repeat count; using 1" msgstr "cuenta de repetición sin resolver o no positiva; se utiliza 1" -#: read.c:4054 +#: read.c:4059 #, c-format msgid "unknown floating type type '%c'" msgstr "tipo de coma flotante desconocido tipo '%c'" -#: read.c:4076 +#: read.c:4081 msgid "floating point constant too large" msgstr "constante de coma flotante demasiado grande" -#: read.c:4607 +#: read.c:4612 msgid "expected " msgstr "se esperaba " #. To be compatible with BSD 4.2 as: give the luser a linefeed!! -#: read.c:4640 read.c:4726 +#: read.c:4645 read.c:4731 msgid "unterminated string; newline inserted" msgstr "cadena sin terminar; se insertó una línea nueva" -#: read.c:4734 +#: read.c:4739 msgid "bad escaped character in string" msgstr "carácter escapado erróneamente en la cadena" -#: read.c:4760 +#: read.c:4765 msgid "expected address expression" msgstr "se esperaba una expresión de dirección" -#: read.c:4780 +#: read.c:4785 #, c-format msgid "symbol \"%s\" undefined; zero assumed" msgstr "el símbolo \"%s\" está indefinido; se asume cero" -#: read.c:4783 +#: read.c:4788 msgid "some symbol undefined; zero assumed" msgstr "algunos símbolos indefinidos; se asume cero" -#: read.c:4801 +#: read.c:4806 msgid "bad or irreducible absolute expression" msgstr "expresión absoluta errónea o irreducible" -#: read.c:4836 +#: read.c:4841 msgid "this string may not contain '\\0'" msgstr "esta cadena no puede contener '\\0'" -#: read.c:4873 +#: read.c:4878 msgid "missing string" msgstr "falta una cadena" -#: read.c:4996 +#: read.c:5001 #, c-format msgid ".incbin count zero, ignoring `%s'" msgstr "la cuenta .incbin es cero, se ignora `%s'" -#: read.c:5022 +#: read.c:5027 #, c-format msgid "file not found: %s" msgstr "no se encontró el fichero: %s" -#: read.c:5036 +#: read.c:5041 #, c-format msgid "seek to end of .incbin file failed `%s'" msgstr "falló la búsqueda del final del fichero .incbin `%s'" -#: read.c:5047 +#: read.c:5052 #, c-format msgid "skip (%ld) + count (%ld) larger than file size (%ld)" msgstr "salto (%ld) + cuenta (%ld) es más grande que el tamaño del fichero (%ld)" -#: read.c:5054 +#: read.c:5059 #, c-format msgid "could not skip to %ld in file `%s'" msgstr "no se puede saltar a %ld en el fichero `%s'" -#: read.c:5063 +#: read.c:5068 #, c-format msgid "truncated file `%s', %ld of %ld bytes read" msgstr "el fichero `%s' está truncado, se leyeron %ld de %ld bytes" -#: read.c:5226 +#: read.c:5231 msgid "missing .func" msgstr "falta un .func" -#: read.c:5243 +#: read.c:5248 msgid ".endfunc missing for previous .func" msgstr "falta un .endfunc para el .func previo" -#: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:247 +#: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:255 #, c-format msgid ".stab%c: missing comma" msgstr ".stab%c: falta una coma" -#: stabs.c:427 +#. This could happen for example with a source file with a huge +#. number of lines. The only cure is to use a different debug +#. format, probably DWARF. +#: stabs.c:248 +#, c-format +msgid ".stab%c: description field '%x' too big, try a different debug format" +msgstr ".stab%c: la descripción del campo '%x' es demasiado grande, intente un formato de depuración diferente" + +#: stabs.c:435 msgid "comma missing in .xstabs" msgstr "falta una coma en .xstabs" @@ -9975,51 +10986,51 @@ msgstr "el símbolo \"%s\" ya está defini msgid "inserting \"%s\" into symbol table failed: %s" msgstr "falló la inserción de \"%s\" en la tabla de símbolos: %s" -#: symbols.c:873 +#: symbols.c:880 #, c-format msgid "symbol definition loop encountered at `%s'" msgstr "se encontró un ciclo de definición de símbolo en %s" -#: symbols.c:1082 symbols.c:1086 +#: symbols.c:1094 symbols.c:1098 #, c-format msgid "undefined symbol `%s' in operation" msgstr "símbolo indefinido `%s' en la operación" -#: symbols.c:1091 +#: symbols.c:1103 msgid "invalid section for operation" msgstr "sección inválida para la operación" -#: symbols.c:1096 symbols.c:1100 +#: symbols.c:1108 symbols.c:1112 #, c-format msgid "undefined symbol `%s' in operation setting `%s'" msgstr "símbolo indefinido `%s' en la operación que establece `%s'" -#: symbols.c:1105 +#: symbols.c:1117 #, c-format msgid "invalid section for operation setting `%s'" msgstr "sección inválida para la operación que establece `%s'" -#: symbols.c:1123 +#: symbols.c:1138 #, c-format msgid "division by zero when setting `%s'" msgstr "división por cero al establecer `%s'" -#: symbols.c:1202 write.c:2009 +#: symbols.c:1225 write.c:2028 #, c-format msgid "can't resolve value for symbol `%s'" msgstr "no se puede resolver el valor para el símbolo `%s'" -#: symbols.c:1596 +#: symbols.c:1619 #, c-format msgid "\"%d\" (instance number %d of a %s label)" msgstr "\"%d\" (número de instancia %d de una etiqueta %s)" -#: symbols.c:1633 +#: symbols.c:1656 #, c-format msgid "attempt to get value of unresolved symbol `%s'" msgstr "se intentó obtener el valor del símbolo sin resolver `%s'" -#: symbols.c:1869 +#: symbols.c:1892 msgid "section symbols are already global" msgstr "los símbolos de sección ya son globales" @@ -10037,90 +11048,145 @@ msgstr "rva no tiene soporte" msgid "attempt to .org/.space backwards? (%ld)" msgstr "¿se intentó hacer .org/.space hacia atrás? (%ld)" -#: write.c:1029 +#: write.c:1044 msgid "relocation out of range" msgstr "reubicación fuera de rango" -#: write.c:1032 +#: write.c:1047 #, c-format msgid "%s:%u: bad return from bfd_install_relocation: %x" msgstr "%s:%u: devolución errónea de bfd_install_relocation: %x" -#: write.c:1076 +#: write.c:1091 msgid "internal error: fixup not contained within frag" msgstr "error interno: la compostura no está contenida en un fragmento" -#: write.c:1092 +#: write.c:1107 #, c-format msgid "%s:%u: bad return from bfd_install_relocation" msgstr "%s:%u: devolución errónea de bfd_install_relocation" -#: write.c:1179 write.c:1203 +#: write.c:1194 write.c:1218 #, c-format msgid "FATAL: Can't write %s" msgstr "FATAL: No se puede escribir %s" -#: write.c:1235 +#: write.c:1250 msgid "cannot write to output file" msgstr "no se puede escribir al fichero de salida" -#: write.c:1484 +#: write.c:1503 #, c-format msgid "%d error%s, %d warning%s, generating bad object file" msgstr "%d error%s, %d aviso%s, se genera un fichero objeto erróneo" -#: write.c:1491 +#: write.c:1510 #, c-format msgid "%d error%s, %d warning%s, no object file generated" msgstr "%d erro%s, %d aviso%s, no se genera un fichero objeto" -#: write.c:1947 +#: write.c:1966 #, c-format msgid "local label `%s' is not defined" msgstr "la etiqueta local `%s' no está definida" -#: write.c:2245 +#: write.c:2264 #, c-format msgid "alignment padding (%lu bytes) not a multiple of %ld" msgstr "el relleno de alineación (%lu bytes) no es un múltiplo de %ld" -#: write.c:2362 +#: write.c:2381 #, c-format msgid ".word %s-%s+%s didn't fit" msgstr ".word %s-%s+%s no cabe" -#: write.c:2447 +#: write.c:2466 msgid "attempt to .org backwards" msgstr "se intentó hacer .org hacia atrás" -#: write.c:2475 +#: write.c:2494 msgid ".space specifies non-absolute value" msgstr ".space especifica un valor no absoluto" -#: write.c:2482 +#: write.c:2501 msgid ".space or .fill with negative value, ignored" msgstr ".space ó .fill con valor negativo, se ignora" -#: write.c:2656 +#: write.c:2675 #, c-format msgid "negative of non-absolute symbol `%s'" msgstr "negativo de un símbolo `%s' que no es absoluto" -#: write.c:2750 +#: write.c:2769 #, c-format msgid "subtraction of two symbols in different sections `%s' {%s section} - `%s' {%s section} at file address %s" msgstr "sustracción de dos símbolos en secciones diferentes `%s' {sección %s} - `%s' {sección %s} en la dirección del fichero %s" -#: write.c:2886 +#: write.c:2905 #, c-format msgid "value of %s too large for field of %d bytes at %s" msgstr "el valor de %s es demasiado grande para el campo de %d bytes en %s" -#: write.c:2898 +#: write.c:2917 #, c-format msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "desbordamiento con signo de .word; el interruptor puede ser demasiado grande; %ld en 0x%lx" +#~ msgid "64bit operations available only in 64bit modes." +#~ msgstr "las operaciones de 64bit solamente están disponibles en modos de 64bit." + +#~ msgid "unrecognised APCS switch -m%s" +#~ msgstr "interruptor APCS -m%s no reconocido" + +#~ msgid "invalid architecture variant -m%s" +#~ msgstr "variante de arquitectura -m%s inválida" + +#~ msgid "invalid processor variant -m%s" +#~ msgstr "variante de procesador -m%s inválida" + +#~ msgid "" +#~ " ARM Specific Assembler Options:\n" +#~ " -m[arm][] select processor variant\n" +#~ " -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n" +#~ " -marm9e allow Cirrus/DSP instructions\n" +#~ " -mthumb only allow Thumb instructions\n" +#~ " -mthumb-interwork mark the assembled code as supporting interworking\n" +#~ " -mall allow any instruction\n" +#~ " -mfpa10, -mfpa11 select floating point architecture\n" +#~ " -mfpe-old don't allow floating-point multiple instructions\n" +#~ " -mvfpxd allow vfp single-precision instructions\n" +#~ " -mvfp allow all vfp instructions\n" +#~ " -mno-fpu don't allow any floating-point instructions.\n" +#~ " -k generate PIC code.\n" +#~ msgstr "" +#~ " Opciones Específicas del Ensamblador de ARM:\n" +#~ " -m[arm][] selecciona la variante de procesador\n" +#~ " -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] selecciona la variante de arquitectura\n" +#~ " -marm9e permite instrucciones Cirrus/DSP\n" +#~ " -mthumb sólo permite instrucciones Thumb\n" +#~ " -mthumb-interwork marca el código ensamblado con soporte para interoperación\n" +#~ " -mall permite cualquier instrucción\n" +#~ " -mfpa10, -mfpa11 selecciona la arquitectura de coma flotante\n" +#~ " -mfpe-old no permite instrucciones múltiples de coma flotante\n" +#~ " -mvfpxd permite instrucciones vfp de precisión sencilla\n" +#~ " -mvfp permite todas las instrucciones vfp\n" +#~ " -mno-fpu no permite ninguna instrucción de coma flotante.\n" +#~ " -k genera código PIC.\n" + +#~ msgid "" +#~ " -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to use\n" +#~ " -matpcs use ARM/Thumb Procedure Calling Standard\n" +#~ " -mapcs-float floating point args are passed in FP regs\n" +#~ " -mapcs-reentrant the code is position independent/reentrant\n" +#~ msgstr "" +#~ " -mapcs-32, -mapcs-26 especifica el Estándar de Llamada de Procedimiento de ARM a utilizar\n" +#~ " -matpcs utiliza el Estándar de Llamada de Procedimiento ARM/Thumb\n" +#~ " -mapcs-float los argumentos de coma flotante se pasan en registros FP\n" +#~ " -mapcs-reentrant el código es independiente de posición/reentrante\n" + +#~ msgid " -moabi support the old ELF ABI\n" +#~ msgstr " -moabi soporta el ABI ELF antiguo\n" + #~ msgid "EOF in Comment: Newline inserted" #~ msgstr "Fin de Fichero en Comentario: se insertó una Línea nueva" diff -uprN binutils-2.12.90.0.15/gas/po/fr.po binutils-2.13.90.0.2/gas/po/fr.po --- binutils-2.12.90.0.15/gas/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/gas/po/fr.po Mon Jul 29 08:19:18 2002 @@ -1,12 +1,12 @@ # Messages français pour GNU concernant gas. -# Copyright (C) 2001 Free Software Foundation, Inc. -# Michel Robitaille , since 1996. +# Copyright © 2001 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: GNU gas 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 12:56+0000\n" -"PO-Revision-Date: 2002-03-16 21:00-0500\n" +"Project-Id-Version: GNU gas 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:57-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@ -262,22 +262,21 @@ msgstr "" " --listing-cont-lines initialiser le nombre maximal de lignes de continuation à utiliser\n" " pour la colonne de donnée en sortie dans le listing\n" -#: as.c:327 gasp.c:3528 +#: as.c:327 gasp.c:3592 #, c-format msgid "Report bugs to %s\n" msgstr "Rapporter toutes anomalies à %s\n" -#. This output is intended to follow the GNU standards document. -#: as.c:527 +#: as.c:528 as.c:530 #, c-format msgid "GNU assembler %s\n" msgstr "Assembleur GNU %s\n" -#: as.c:528 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +#: as.c:532 +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" -#: as.c:529 gasp.c:3627 +#: as.c:533 gasp.c:3691 msgid "" "This program is free software; you may redistribute it under the terms of\n" "the GNU General Public License. This program has absolutely no warranty.\n" @@ -285,73 +284,73 @@ msgstr "" "Ce logiciel est libre; vous pouvez le redistribuer selon les termes de la\n" "licence GNU General Public License. AUCUNE garantie n'est donnée.\n" -#: as.c:532 +#: as.c:536 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "Cet assembleur a été configuré pour la cible « %s ».\n" -#: as.c:539 +#: as.c:543 msgid "multiple emulation names specified" msgstr "multiples noms d'émulation spécifiés" -#: as.c:541 +#: as.c:545 msgid "emulations not handled in this configuration" msgstr "émulations non traités dans cette configuration" -#: as.c:546 +#: as.c:550 #, c-format msgid "alias = %s\n" msgstr "alias = %s\n" -#: as.c:547 +#: as.c:551 #, c-format msgid "canonical = %s\n" msgstr "canonique = %s\n" -#: as.c:548 +#: as.c:552 #, c-format msgid "cpu-type = %s\n" msgstr "type de CPU = %s\n" -#: as.c:550 +#: as.c:554 #, c-format msgid "format = %s\n" msgstr "format = %s\n" -#: as.c:553 +#: as.c:557 #, c-format msgid "bfd-target = %s\n" msgstr "cible-bfd = %s\n" -#: as.c:566 +#: as.c:570 msgid "bad defsym; format is --defsym name=value" msgstr "defsym erroné; format est --defsym nom=valeur" -#: as.c:590 +#: as.c:594 msgid "no file name following -t option" msgstr "aucun nom de fichier après l'option -t" -#: as.c:605 +#: as.c:609 #, c-format msgid "failed to read instruction table %s\n" msgstr "échec de lecture de la table d'instructions %s\n" -#: as.c:720 +#: as.c:724 #, c-format msgid "invalid listing option `%c'" msgstr "Option de listage invalide « %c »" -#: as.c:928 +#: as.c:926 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "%d AVERTISSEMENTS, traitement des avertissements comme des erreurs" -#: as.c:959 +#: as.c:957 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "%s: temps total d'assemblage: %ld.%06ld\n" -#: as.c:962 +#: as.c:960 #, c-format msgid "%s: data size %ld\n" msgstr "%s: taille des données %ld\n" @@ -448,11 +447,11 @@ msgstr "Tentative de placer le symbole i msgid "Symbol `%s' can not be both weak and common" msgstr "Symbole « %s» ne peut être à la fois «weak» et «common »" -#: config/obj-aout.c:255 config/obj-coff.c:2010 +#: config/obj-aout.c:255 config/obj-coff.c:2018 msgid "unresolved relocation" msgstr "relocalisation non résolue" -#: config/obj-aout.c:257 config/obj-coff.c:2012 +#: config/obj-aout.c:257 config/obj-coff.c:2020 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "relocalisation erronée: symbole « %s » n'est pas dans la table des symboles" @@ -462,7 +461,7 @@ msgstr "relocalisation erronée: symbole msgid "%s: bad type for weak symbol" msgstr "%s: type erroné pour un symbole faible" -#: config/obj-aout.c:458 config/obj-coff.c:2940 write.c:1933 +#: config/obj-aout.c:458 config/obj-coff.c:2941 write.c:1952 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "%s: symboles globaux non supportés dans les section communes" @@ -491,11 +490,12 @@ msgstr "Insertion de « %s » dans la tabl msgid "Line numbers must be positive integers\n" msgstr "Les numéros de lignes doit être des entiers positifs\n" -#: config/obj-coff.c:503 config/obj-coff.c:2355 +#. Wrong context. +#: config/obj-coff.c:503 config/obj-coff.c:2363 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr ".ln pseudo opérateur à l'intérieur de .def/.endef: ignoré." -#: config/obj-coff.c:546 ecoff.c:3280 +#: config/obj-coff.c:546 ecoff.c:3278 msgid ".loc outside of .text" msgstr ".loc à l'extérieur de .text" @@ -503,11 +503,11 @@ msgstr ".loc à l'extérieur de .text" msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr ".loc pseudo opérateur à l'intérieur de .def/.endef: ignoré." -#: config/obj-coff.c:641 config/obj-coff.c:2412 +#: config/obj-coff.c:641 config/obj-coff.c:2415 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr ".def pseudo opérateur utilisé à l'intérieur de .def/.endef: ignoré." -#: config/obj-coff.c:687 config/obj-coff.c:2464 +#: config/obj-coff.c:687 config/obj-coff.c:2467 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr ".endef pseudo opérateur utilisé à l'extérieur de .def/.endef: ignoré." @@ -516,140 +516,141 @@ msgstr ".endef pseudo opérateur utilisé msgid "`%s' symbol without preceding function" msgstr "« %s » symbole sans fonction qui la précède" -#: config/obj-coff.c:812 config/obj-coff.c:2539 +#: config/obj-coff.c:812 config/obj-coff.c:2547 #, c-format msgid "unexpected storage class %d" msgstr "classe de stockage inattendue %d" -#: config/obj-coff.c:925 config/obj-coff.c:2646 +#: config/obj-coff.c:925 config/obj-coff.c:2654 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr ".dim pseudo opérateur utilisé à l'extérieur de .def/.endef: ignoré." -#: config/obj-coff.c:945 config/obj-coff.c:2666 +#: config/obj-coff.c:945 config/obj-coff.c:2674 msgid "badly formed .dim directive ignored" msgstr "directive .dim mal composée - ignorée" -#: config/obj-coff.c:996 config/obj-coff.c:2729 +#: config/obj-coff.c:996 config/obj-coff.c:2734 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr ".size pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré." -#: config/obj-coff.c:1012 config/obj-coff.c:2745 +#: config/obj-coff.c:1012 config/obj-coff.c:2750 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr ".scl pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré." -#: config/obj-coff.c:1030 config/obj-coff.c:2763 +#: config/obj-coff.c:1030 config/obj-coff.c:2768 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr ".tag pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré." -#: config/obj-coff.c:1049 config/obj-coff.c:2781 +#: config/obj-coff.c:1049 config/obj-coff.c:2785 #, c-format msgid "tag not found for .tag %s" msgstr "étiquette non repérée pour .tag %s" -#: config/obj-coff.c:1064 config/obj-coff.c:2796 +#: config/obj-coff.c:1064 config/obj-coff.c:2799 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr ".type pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré." -#: config/obj-coff.c:1086 config/obj-coff.c:2818 +#: config/obj-coff.c:1086 config/obj-coff.c:2819 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr ".val pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré." -#: config/obj-coff.c:1231 config/obj-coff.c:3013 +#: config/obj-coff.c:1231 config/obj-coff.c:3012 msgid "mismatched .eb" msgstr ".eb ne concorde pas" -#: config/obj-coff.c:1252 config/obj-coff.c:3053 +#: config/obj-coff.c:1252 config/obj-coff.c:3050 msgid "C_EFCN symbol out of scope" msgstr "symbole C_EFCN hors gamme" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1476 +#: config/obj-coff.c:1478 #, c-format msgid "unsupported section attribute '%c'" msgstr "attribut de section non supporté « %c »" -#: config/obj-coff.c:1481 config/obj-coff.c:3758 config/tc-ppc.c:4211 +#: config/obj-coff.c:1483 config/obj-coff.c:3755 config/tc-ppc.c:4222 #, c-format msgid "unknown section attribute '%c'" msgstr "attribut de section inconnu « %c »" -#: config/obj-coff.c:1511 config/tc-ppc.c:4229 config/tc-tic54x.c:4130 read.c:2555 +#: config/obj-coff.c:1513 config/tc-ppc.c:4240 config/tc-tic54x.c:4339 +#: read.c:2560 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "erreur lors de l'initialisation des fanions de « %s »: %s" -#: config/obj-coff.c:1522 +#: config/obj-coff.c:1524 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "A ignoré les attributs de section modifiés pour %s" -#: config/obj-coff.c:1658 +#: config/obj-coff.c:1660 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "0x%lx: « %s » type = %ld, classe = %d, segment = %d\n" -#: config/obj-coff.c:1838 config/obj-ieee.c:69 +#: config/obj-coff.c:1845 config/obj-ieee.c:69 msgid "Out of step\n" msgstr "Compteur d'étapes épuisée\n" -#: config/obj-coff.c:2271 +#: config/obj-coff.c:2282 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "bfd_coff_swap_scnhdr_out a échoué" -#: config/obj-coff.c:2496 +#: config/obj-coff.c:2503 msgid "`.bf' symbol without preceding function\n" msgstr "« .bf » symbole sans fonction qui la précède\n" -#: config/obj-coff.c:3450 config/obj-ieee.c:507 +#: config/obj-coff.c:3453 config/obj-ieee.c:521 #, c-format msgid "FATAL: Can't create %s" msgstr "FATALE: ne peut créer %s" -#: config/obj-coff.c:3632 +#: config/obj-coff.c:3631 #, c-format msgid "Can't close %s: %s" msgstr "Ne peut fermer %s: %s" -#: config/obj-coff.c:3666 +#: config/obj-coff.c:3665 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "Trop de nouvelles sections; ne peut l'ajouter « %s »" -#: config/obj-coff.c:4073 config/tc-sparc.c:3537 +#: config/obj-coff.c:4053 config/tc-sparc.c:3544 msgid "Expected comma after name" msgstr "Virgule attendue après le nom" -#: config/obj-coff.c:4079 +#: config/obj-coff.c:4059 msgid "Missing size expression" msgstr "Expression de la taille manquante" -#: config/obj-coff.c:4085 +#: config/obj-coff.c:4065 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "longueur lcomm (%d.) <0! Ignoré." -#: config/obj-coff.c:4113 +#: config/obj-coff.c:4093 #, c-format msgid "Symbol %s already defined" msgstr "Symbole %s est déjà défini" -#: config/obj-coff.c:4208 config/tc-i960.c:3206 +#: config/obj-coff.c:4189 config/tc-i960.c:3207 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "Pas de point d'entrée « bal » pour la procédure leafproc %s" -#: config/obj-coff.c:4287 +#: config/obj-coff.c:4266 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "Négatif d'un symbole non absolu %s" -#: config/obj-coff.c:4308 +#: config/obj-coff.c:4286 msgid "callj to difference of 2 symbols" msgstr "appel de callj pour différencier 2 symboles" -#: config/obj-coff.c:4354 +#: config/obj-coff.c:4330 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "Ne peut produire de relocalisation {- %s-seg symbole « %s »} @ fichier adresse %ld." @@ -657,16 +658,16 @@ msgstr "Ne peut produire de relocalisati #. This is a COBR instruction. They have only a 13-bit #. displacement and are only to be used for local branches: #. flag as error, don't generate relocation. -#: config/obj-coff.c:4443 config/tc-i960.c:3226 write.c:2826 +#: config/obj-coff.c:4416 config/tc-i960.c:3227 write.c:2845 msgid "can't use COBR format with external label" msgstr "ne peut utiliser un format COBR avec une étiquette externe" -#: config/obj-coff.c:4518 +#: config/obj-coff.c:4489 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "Valeur de %ld trop grande pour un champ de %d octets à 0x%lx" -#: config/obj-coff.c:4532 +#: config/obj-coff.c:4503 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "Débordement de .word signé; commutation peut être trop grande; %ld à 0x%lx" @@ -679,170 +680,176 @@ msgstr "Ne peut initialiser une valeur G msgid "Can't set register masks" msgstr "Ne peut initialiser les masques de registres" -#: config/obj-elf.c:308 +#: config/obj-elf.c:313 msgid "expected comma after symbol-name" msgstr "virgule attendue après un nom de symbole" -#: config/obj-elf.c:315 config/tc-sparc.c:3690 +#: config/obj-elf.c:320 config/tc-sparc.c:3697 #, c-format msgid ".COMMon length (%d.) <0! Ignored." msgstr "longueur de .common (%d.) <0! Ignoré." -#: config/obj-elf.c:325 ecoff.c:3399 read.c:1403 read.c:1504 read.c:2137 read.c:2226 read.c:2856 read.c:4937 symbols.c:361 symbols.c:460 +#: config/obj-elf.c:330 ecoff.c:3397 read.c:1403 read.c:1504 read.c:2142 +#: read.c:2231 read.c:2861 read.c:4942 symbols.c:361 symbols.c:460 #, c-format msgid "symbol `%s' is already defined" msgstr "symbole « %s » est déjà défini" -#: config/obj-elf.c:333 +#: config/obj-elf.c:338 #, c-format msgid "length of .comm \"%s\" is already %ld; not changed to %d" msgstr "longueur de .comm « %s » est déjà %ld; n''a pas été modifié à %d." -#: config/obj-elf.c:356 +#: config/obj-elf.c:361 msgid "common alignment negative; 0 assumed" msgstr "alignement négatif du commun; 0 est assumé" -#: config/obj-elf.c:375 +#: config/obj-elf.c:380 msgid "common alignment not a power of 2" msgstr "alignement du commun n'est pas une puissance de 2" -#: config/obj-elf.c:438 config/tc-sparc.c:3832 config/tc-v850.c:565 +#: config/obj-elf.c:443 config/tc-sparc.c:3839 config/tc-v850.c:450 #, c-format msgid "bad .common segment %s" msgstr "segment .common erroné %s" -#: config/obj-elf.c:668 +#: config/obj-elf.c:714 #, c-format msgid "setting incorrect section type for %s" msgstr "initialisation incorrecte du type de section pour %s" -#: config/obj-elf.c:672 +#: config/obj-elf.c:718 #, c-format msgid "ignoring incorrect section type for %s" msgstr "type de section incorrect de %s a été ignoré" -#: config/obj-elf.c:685 +#: config/obj-elf.c:731 #, c-format msgid "setting incorrect section attributes for %s" msgstr "initialisation incorrecte des attributs de section de %s" -#: config/obj-elf.c:732 +#: config/obj-elf.c:782 #, c-format msgid "ignoring changed section attributes for %s" msgstr "changement d'attributs de section ignoré pour %s" -#: config/obj-elf.c:734 +#: config/obj-elf.c:784 #, c-format msgid "ignoring changed section entity size for %s" msgstr "changement d'entité de taille de section pour %s" -#: config/obj-elf.c:737 +#: config/obj-elf.c:787 #, c-format msgid "ignoring new section group for %s" msgstr "nouveau groupe de section ignoré pour %s" -#: config/obj-elf.c:788 -msgid "unrecognized .section attribute: want a,w,x,M,S,G" -msgstr "attribut .section non reconnu: nécessite a,w,x,M,S,G" +#: config/obj-elf.c:841 +msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" +msgstr "attribut .section non reconnu: nécessite a,w,x,M,S,G,T" -#: config/obj-elf.c:828 +#: config/obj-elf.c:881 msgid "unrecognized section attribute" msgstr "attribut de section non reconnu" -#: config/obj-elf.c:850 read.c:2538 +#: config/obj-elf.c:903 read.c:2543 msgid "unrecognized section type" msgstr "type de section non reconnnu" -#: config/obj-elf.c:880 +#: config/obj-elf.c:933 msgid "missing name" msgstr "nom manquant" -#: config/obj-elf.c:987 +#: config/obj-elf.c:1042 msgid "invalid merge entity size" msgstr "fusion invalide d'entité taille" -#: config/obj-elf.c:994 +#: config/obj-elf.c:1049 msgid "entity size for SHF_MERGE not specified" msgstr "taille d'entité pour SHF_MERGE non spécifiée" -#: config/obj-elf.c:1007 +#: config/obj-elf.c:1069 msgid "group name for SHF_GROUP not specified" msgstr "nom de groupe pour SHF_GROUP non spécifié" -#: config/obj-elf.c:1020 +#: config/obj-elf.c:1082 msgid "character following name is not '#'" msgstr "caractère suivant le nom n'est pas « # »" -#: config/obj-elf.c:1121 +#: config/obj-elf.c:1183 msgid ".previous without corresponding .section; ignored" msgstr ".previous sans directive correspondante .section; ignoré" -#: config/obj-elf.c:1148 +#: config/obj-elf.c:1210 msgid ".popsection without corresponding .pushsection; ignored" msgstr ".popsection sans directive correspondante .pushsection; ignoré" -#: config/obj-elf.c:1202 +#: config/obj-elf.c:1264 msgid "expected comma after name in .symver" msgstr "virgule attendue après le nom dans .symver" -#: config/obj-elf.c:1225 +#: config/obj-elf.c:1287 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "nom de version manquant dans « %s» pour le symbole «%s »" -#: config/obj-elf.c:1236 +#: config/obj-elf.c:1298 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "version multiples [« %s»|«%s»] pour le symbole «%s »" -#: config/obj-elf.c:1470 +#: config/obj-elf.c:1534 msgid "expected quoted string" msgstr "chaîne en commentaire attendue" -#: config/obj-elf.c:1491 +#: config/obj-elf.c:1555 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "virgule attendue après le nom « %s » dans la directive .size" -#: config/obj-elf.c:1500 +#: config/obj-elf.c:1564 msgid "missing expression in .size directive" msgstr "expression manquante dans la directive .size" -#: config/obj-elf.c:1583 +#: config/obj-elf.c:1647 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "type de symbole non reconnu « %s »" -#: config/obj-elf.c:1764 +#: config/obj-elf.c:1828 msgid ".size expression too complicated to fix up" msgstr "expression .size trop compliquée pour tenter de la corriger" -#: config/obj-elf.c:1796 +#: config/obj-elf.c:1860 #, c-format msgid "invalid attempt to declare external version name as default in symbol `%s'" msgstr "tentative invalide de déclaration d'un nom de version externe comme symbole par défaut « %s »" -#: config/obj-elf.c:1855 ecoff.c:3644 +#: config/obj-elf.c:1921 ecoff.c:3642 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "Symbole « %s » ne peut être à la fois weak et common" -#: config/obj-elf.c:1971 +#: config/obj-elf.c:2041 +#, c-format +msgid "assuming all members of group `%s' are COMDAT" +msgstr "assumer que tous les membres du groupe « %s » sont COMDAT" + +#: config/obj-elf.c:2063 #, c-format msgid "can't create group: %s" msgstr "ne peut créet le groupe: %s" -#: config/obj-elf.c:2068 +#: config/obj-elf.c:2170 #, c-format msgid "failed to set up debugging information: %s" msgstr "échec d'initialisation des informations de débug: %s" -#: config/obj-elf.c:2088 +#: config/obj-elf.c:2190 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "ne peut débuter l'écriture de la section .mdebug: %s" -#: config/obj-elf.c:2096 +#: config/obj-elf.c:2198 #, c-format msgid "could not write .mdebug section: %s" msgstr "ne peut écrire la section .mdebug: %s" @@ -890,11 +897,11 @@ msgstr "Ne peut créer un fichier objet V #: config/obj-vms.c:617 msgid "I/O error writing VMS object file (length prefix)" -msgstr "Erreur d'E/S lors de l'écriture du fichier objet VMS (préfixe de longueur)" +msgstr "ERREUR d'E/S lors de l'écriture du fichier objet VMS (préfixe de longueur)" #: config/obj-vms.c:631 msgid "I/O error writing VMS object file" -msgstr "Erreur d'E/S lors de l'écriture du fichier objet VMS" +msgstr "ERREUR d'E/S lors de l'écriture du fichier objet VMS" #: config/obj-vms.c:1221 #, c-format @@ -1032,30 +1039,40 @@ msgstr "inconnu: %s" msgid "unhandled stab type %d" msgstr "type de « stab » non traité %d" -#: config/tc-a29k.c:160 config/tc-sparc.c:3884 +#: config/tc-a29k.c:160 config/tc-sparc.c:3891 msgid "Unknown segment type" msgstr "type de segment inconnu" #. Probably a memory allocation problem? Give up now. -#: config/tc-a29k.c:330 config/tc-hppa.c:1462 config/tc-mips.c:1251 config/tc-mips.c:1293 config/tc-sparc.c:847 +#: config/tc-a29k.c:330 config/tc-dlx.c:369 config/tc-hppa.c:1464 +#: config/tc-mips.c:1063 config/tc-mips.c:1105 config/tc-or32.c:230 +#: config/tc-sparc.c:853 msgid "Broken assembler. No assembly attempted." msgstr "Bris d'assemblage. Aucune tentative d'assemblage." -#: config/tc-a29k.c:375 config/tc-avr.c:1131 config/tc-d10v.c:540 config/tc-d30v.c:552 config/tc-h8300.c:313 config/tc-h8500.c:284 config/tc-mcore.c:655 config/tc-mmix.c:468 config/tc-mn10200.c:940 config/tc-mn10300.c:1311 config/tc-ppc.c:2106 config/tc-s390.c:1054 config/tc-sh.c:869 config/tc-tic80.c:283 config/tc-v850.c:2073 config/tc-w65.c:241 config/tc-z8k.c:343 +#: config/tc-a29k.c:375 config/tc-avr.c:1137 config/tc-d10v.c:545 +#: config/tc-d30v.c:552 config/tc-h8300.c:333 config/tc-h8500.c:284 +#: config/tc-mcore.c:655 config/tc-mmix.c:475 config/tc-mn10200.c:940 +#: config/tc-mn10300.c:1318 config/tc-or32.c:336 config/tc-or32.c:392 +#: config/tc-ppc.c:2122 config/tc-s390.c:1062 config/tc-sh.c:1272 +#: config/tc-sh64.c:2228 config/tc-tic80.c:283 config/tc-v850.c:1984 +#: config/tc-w65.c:241 config/tc-z8k.c:343 msgid "missing operand" msgstr "opérande manquante" -#: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958 config/tc-hppa.c:1598 config/tc-i860.c:431 config/tc-i860.c:448 config/tc-sparc.c:1409 config/tc-sparc.c:1415 +#: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958 +#: config/tc-dlx.c:834 config/tc-hppa.c:1600 config/tc-i860.c:431 +#: config/tc-i860.c:448 config/tc-sparc.c:1415 config/tc-sparc.c:1421 #, c-format msgid "Unknown opcode: `%s'" msgstr "opcode inconnu: « %s »" -#: config/tc-a29k.c:419 +#: config/tc-a29k.c:419 config/tc-dlx.c:852 #, c-format msgid "Unknown opcode `%s'." msgstr "opcode inconnu « %s »" -#: config/tc-a29k.c:451 +#: config/tc-a29k.c:451 config/tc-dlx.c:913 #, c-format msgid "Too many operands: %s" msgstr "Trop d'opérandes: %s" @@ -1065,11 +1082,12 @@ msgstr "Trop d'opérandes: %s" msgid "Immediate value of %ld is too large" msgstr "Valeur immédiate de %ld est trop grande" -#: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832 config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2544 +#: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832 +#: config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2550 msgid "failed sanity check." msgstr "la vérification de l'état de santé a échoué" -#: config/tc-a29k.c:889 +#: config/tc-a29k.c:889 config/tc-or32.c:1046 config/tc-or32.c:1180 #, c-format msgid "bad relocation type: 0x%02x" msgstr "type de relocalisation erroné: 0x%02x" @@ -1087,12 +1105,12 @@ msgstr "a29k_convert_frag\n" msgid "a29k_estimate_size_before_relax\n" msgstr "a29k_estimate_size_before_relax\n" -#: config/tc-a29k.c:1092 +#: config/tc-a29k.c:1092 config/tc-dlx.c:1295 config/tc-or32.c:1375 #, c-format msgid "label \"$%d\" redefined" msgstr "étiquette \"$%d\" redéfinie" -#: config/tc-a29k.c:1165 +#: config/tc-a29k.c:1165 config/tc-dlx.c:511 config/tc-or32.c:1470 #, c-format msgid "Invalid expression after %%%%\n" msgstr "expression invalide après %%%%\n" @@ -1101,30 +1119,33 @@ msgstr "expression invalide après %%%%\n msgid "Invalid register in & expression" msgstr "registre invalide dans l'expression &" -#: config/tc-alpha.c:789 +#: config/tc-alpha.c:816 #, c-format msgid "internal error: can't hash opcode `%s': %s" msgstr "erreur interne: ne peut insérer dans la table de hachage le opcode « %s »: %s" -#: config/tc-alpha.c:824 +#: config/tc-alpha.c:851 #, c-format msgid "internal error: can't hash macro `%s': %s" msgstr "erreur interne: ne peut insérer dans la table de hachage la macro « %s »: %s" -#: config/tc-alpha.c:906 config/tc-i960.c:2701 +#: config/tc-alpha.c:933 config/tc-i960.c:2702 msgid "syntax error" msgstr "erreur de syntaxe" -#: config/tc-alpha.c:980 config/tc-h8300.c:1413 config/tc-h8500.c:1187 config/tc-hppa.c:4017 config/tc-i860.c:931 config/tc-m68hc11.c:500 config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663 config/tc-sparc.c:2831 config/tc-z8k.c:1321 +#: config/tc-alpha.c:1007 config/tc-h8300.c:1426 config/tc-h8500.c:1187 +#: config/tc-hppa.c:4019 config/tc-i860.c:931 config/tc-m68hc11.c:500 +#: config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663 +#: config/tc-or32.c:912 config/tc-sparc.c:2837 config/tc-z8k.c:1328 msgid "Bad call to MD_ATOF()" msgstr "Appel erroné de MD_ATOF()" -#: config/tc-alpha.c:1030 +#: config/tc-alpha.c:1057 #, c-format msgid "Unknown CPU identifier `%s'" msgstr "identificateur de CPU inconnu « %s »" -#: config/tc-alpha.c:1074 +#: config/tc-alpha.c:1101 msgid "" "Alpha options:\n" "-32addr\t\t\ttreat addresses as 32-bit values\n" @@ -1142,7 +1163,7 @@ msgstr "" "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n" " inclure les opcode PAL des variantes d'architecture\n" -#: config/tc-alpha.c:1084 +#: config/tc-alpha.c:1111 msgid "" "VMS options:\n" "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n" @@ -1151,306 +1172,362 @@ msgstr "" "-+ encoder par hachage (sans tronquer) les noms plus longs que 64 caractères\n" "-H afficher les nouveaux symboles après une troncation du hachage\n" -#: config/tc-alpha.c:1242 +#: config/tc-alpha.c:1284 #, c-format msgid "unhandled relocation type %s" msgstr "type de relocalisation non traité %s" -#: config/tc-alpha.c:1255 +#: config/tc-alpha.c:1297 msgid "non-absolute expression in constant field" msgstr "expression non absolue dams le champ de constante" -#: config/tc-alpha.c:1269 +#: config/tc-alpha.c:1311 #, c-format msgid "type %d reloc done?\n" msgstr "type %d relocalisation complété?\n" -#: config/tc-alpha.c:1317 config/tc-alpha.c:1324 config/tc-mips.c:7965 +#: config/tc-alpha.c:1359 config/tc-alpha.c:1366 config/tc-mips.c:8069 msgid "Used $at without \".set noat\"" msgstr "Utilisation de $at sans \".set noat\"" -#: config/tc-alpha.c:1481 +#: config/tc-alpha.c:1439 +#, c-format +msgid "!samegp reloc against symbol without .prologue: %s" +msgstr "relocalisation !samgp vers le symbole sans .prologue: %s" + +#: config/tc-alpha.c:1588 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "ne peut représenter la relocalisation « %s » dans le fichier objet" -#: config/tc-alpha.c:1488 +#: config/tc-alpha.c:1595 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "erreur interne? ne peut générer la relocalisation « %s »" -#: config/tc-alpha.c:1543 +#: config/tc-alpha.c:1651 #, c-format msgid "frame reg expected, using $%d." msgstr "registre de trame attendu, utilise $%d" -#: config/tc-alpha.c:1646 +#: config/tc-alpha.c:1752 #, c-format msgid "No !literal!%ld was found" msgstr "Aucun !literal!%ld n'a été retrouvé" -#: config/tc-alpha.c:1654 +#: config/tc-alpha.c:1758 +#, c-format +msgid "No !tlsgd!%ld was found" +msgstr "Aucun !tlsgd!%ld n'a été retrouvé" + +#: config/tc-alpha.c:1765 +#, c-format +msgid "No !tlsldm!%ld was found" +msgstr "Aucun !tlsldm!%ld n'a été retrouvé" + +#: config/tc-alpha.c:1773 #, c-format msgid "No ldah !gpdisp!%ld was found" msgstr "Aucun ldah !gpdisp!%ld n'a été retrouvé" -#: config/tc-alpha.c:1705 +#: config/tc-alpha.c:1823 +#, c-format +msgid "too many !literal!%ld for %s" +msgstr "trop de !literal!%ld pour %s" + +#: config/tc-alpha.c:1853 #, c-format msgid "No lda !gpdisp!%ld was found" msgstr "Aucun lda !gpdisp!%ld n'a été retrouvé" #. only support one relocation op per insn -#: config/tc-alpha.c:1841 +#: config/tc-alpha.c:1997 msgid "More than one relocation op per insn" msgstr "Plus d'un opérateur de relocalisation par insn" -#: config/tc-alpha.c:1857 +#: config/tc-alpha.c:2013 msgid "No relocation operand" msgstr "Pas d'opérande de relocalisation" -#: config/tc-alpha.c:1867 +#: config/tc-alpha.c:2023 #, c-format msgid "Unknown relocation operand: !%s" msgstr "Opérande de relocalisation inconnue: !%s" -#: config/tc-alpha.c:1877 +#: config/tc-alpha.c:2033 #, c-format msgid "no sequence number after !%s" msgstr "pas de numéro de séquence après !%s" -#: config/tc-alpha.c:1887 +#: config/tc-alpha.c:2043 #, c-format msgid "!%s does not use a sequence number" msgstr "!%s n'utilise pas un numéro de séquence" -#: config/tc-alpha.c:1897 +#: config/tc-alpha.c:2053 #, c-format msgid "Bad sequence number: !%s!%s" msgstr "Numéro de séquence erroné: !%s!%s" -#: config/tc-alpha.c:2224 +#: config/tc-alpha.c:2381 #, c-format msgid "operand out of range (%s not between %d and %d)" msgstr "opérande hors gamme (%s n'est pas entre %d et %d)" -#: config/tc-alpha.c:2338 config/tc-alpha.c:2362 config/tc-d10v.c:629 config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1382 config/tc-ppc.c:2072 config/tc-ppc.c:2256 config/tc-ppc.c:2268 config/tc-s390.c:1064 config/tc-s390.c:1121 config/tc-v850.c:1853 config/tc-v850.c:1876 config/tc-v850.c:2096 +#: config/tc-alpha.c:2495 config/tc-alpha.c:2519 config/tc-d10v.c:634 +#: config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1389 +#: config/tc-ppc.c:2088 config/tc-ppc.c:2269 config/tc-ppc.c:2281 +#: config/tc-s390.c:1072 config/tc-s390.c:1129 config/tc-v850.c:1764 +#: config/tc-v850.c:1787 config/tc-v850.c:2007 msgid "too many fixups" msgstr "trop de correctifs" -#: config/tc-alpha.c:2374 +#: config/tc-alpha.c:2531 msgid "invalid relocation for instruction" msgstr "relocalisation invalide pour l'instruction" -#: config/tc-alpha.c:2385 +#: config/tc-alpha.c:2542 msgid "invalid relocation for field" msgstr "relocalisation invalide pour le champ" -#: config/tc-alpha.c:2484 +#: config/tc-alpha.c:2649 #, c-format msgid "too many ldah insns for !gpdisp!%ld" msgstr "trop de ldah insns pour !gpdisp!%ld" -#: config/tc-alpha.c:2486 config/tc-alpha.c:2498 +#: config/tc-alpha.c:2651 config/tc-alpha.c:2663 #, c-format msgid "both insns for !gpdisp!%ld must be in the same section" msgstr "les deux insns pour !gpdisp!%ld doivent être dans la même section" -#: config/tc-alpha.c:2496 +#: config/tc-alpha.c:2661 #, c-format msgid "too many lda insns for !gpdisp!%ld" msgstr "trop de lda insns pour !gpdisp!%ld" -#: config/tc-alpha.c:2577 config/tc-alpha.c:2647 +#: config/tc-alpha.c:2713 +#, c-format +msgid "too many lituse insns for !lituse_tlsgd!%ld" +msgstr "trop de lituse insn pour !lituse)tlsgd!%ld" + +#: config/tc-alpha.c:2716 +#, c-format +msgid "too many lituse insns for !lituse_tlsldm!%ld" +msgstr "trop de lituse insn pour !lituse_tlsldm!%ld" + +#: config/tc-alpha.c:2733 +#, c-format +msgid "duplicate !tlsgd!%ld" +msgstr "duplicité de !tlsgd!%ld" + +#: config/tc-alpha.c:2735 +#, c-format +msgid "sequence number in use for !tlsldm!%ld" +msgstr "numéro de séquence utilisé dans !tlsldm!%ld" + +#: config/tc-alpha.c:2749 +#, c-format +msgid "duplicate !tlsldm!%ld" +msgstr "duplicité de !tlsldm!%ld" + +#: config/tc-alpha.c:2751 +#, c-format +msgid "sequence number in use for !tlsgd!%ld" +msgstr "numéro de séquence utilisé pour !tlsgd!%ld" + +#: config/tc-alpha.c:2796 config/tc-alpha.c:2869 #, c-format msgid "inappropriate arguments for opcode `%s'" msgstr "arguments inappropriés pour le opcode « %s »" -#: config/tc-alpha.c:2579 config/tc-alpha.c:2649 +#: config/tc-alpha.c:2798 config/tc-alpha.c:2871 #, c-format msgid "opcode `%s' not supported for target %s" msgstr "opcode « %s » n'est pas supporté pour la cible %s" -#: config/tc-alpha.c:2583 config/tc-alpha.c:2653 config/tc-avr.c:1097 +#: config/tc-alpha.c:2802 config/tc-alpha.c:2875 config/tc-avr.c:1103 #, c-format msgid "unknown opcode `%s'" msgstr "opcode inconnu « %s »" -#: config/tc-alpha.c:2701 +#: config/tc-alpha.c:2922 msgid "can not resolve expression" msgstr "ne peut résoudre l'expression" -#: config/tc-alpha.c:2845 config/tc-alpha.c:3024 +#: config/tc-alpha.c:3066 config/tc-alpha.c:3245 msgid "overflow in literal (.lita) table" msgstr "débordement dans la table de litérals (.lita)" -#: config/tc-alpha.c:2852 config/tc-alpha.c:2875 config/tc-alpha.c:3037 config/tc-alpha.c:3252 config/tc-alpha.c:3297 config/tc-alpha.c:3371 config/tc-alpha.c:3463 config/tc-alpha.c:3712 config/tc-alpha.c:3813 +#: config/tc-alpha.c:3073 config/tc-alpha.c:3096 config/tc-alpha.c:3258 +#: config/tc-alpha.c:3473 config/tc-alpha.c:3518 config/tc-alpha.c:3592 +#: config/tc-alpha.c:3684 config/tc-alpha.c:3933 config/tc-alpha.c:4034 msgid "macro requires $at register while noat in effect" msgstr "macro requiert le registre $at alors qu'il n'est pas effectif" -#: config/tc-alpha.c:2854 config/tc-alpha.c:2877 config/tc-alpha.c:3039 +#: config/tc-alpha.c:3075 config/tc-alpha.c:3098 config/tc-alpha.c:3260 msgid "macro requires $at while $at in use" msgstr "macro requiert $at alors que $at est utilisé" -#: config/tc-alpha.c:2985 +#: config/tc-alpha.c:3206 msgid "bignum invalid; zero assumed" msgstr "grand nombre invalide; zéro assumé" -#: config/tc-alpha.c:2987 +#: config/tc-alpha.c:3208 msgid "floating point number invalid; zero assumed" msgstr "nombre flottant invalide; zéro assumé" -#: config/tc-alpha.c:2992 +#: config/tc-alpha.c:3213 msgid "can't handle expression" msgstr "ne peut traiter l'expression" -#: config/tc-alpha.c:3030 +#: config/tc-alpha.c:3251 msgid "overflow in literal (.lit8) table" msgstr "débordement dans la table de litérals (.lit8)" -#: config/tc-alpha.c:4042 config/tc-ppc.c:1579 config/tc-ppc.c:3974 +#: config/tc-alpha.c:4271 config/tc-ppc.c:1569 config/tc-ppc.c:3985 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "longueur de .COMMon (%ld.) <0! ignoré." -#: config/tc-alpha.c:4071 config/tc-sparc.c:3700 config/tc-v850.c:283 +#: config/tc-alpha.c:4300 config/tc-sparc.c:3707 config/tc-v850.c:254 msgid "Ignoring attempt to re-define symbol" msgstr "Tentative ignorée de re-définition de symbole" -#: config/tc-alpha.c:4080 config/tc-alpha.c:4089 config/tc-ppc.c:4011 +#: config/tc-alpha.c:4309 config/tc-alpha.c:4318 config/tc-ppc.c:4022 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "Longueur de .comm « %s » est déjà %ld. N'a pas été changé pour %ld." -#: config/tc-alpha.c:4191 ecoff.c:3084 +#: config/tc-alpha.c:4420 ecoff.c:3082 msgid ".ent directive has no name" msgstr "La directive .ent n'a pas de nom" -#: config/tc-alpha.c:4199 +#: config/tc-alpha.c:4428 msgid "nested .ent directives" msgstr "directive .ent imbriquées" -#: config/tc-alpha.c:4235 ecoff.c:3034 +#: config/tc-alpha.c:4464 ecoff.c:3032 msgid ".end directive has no name" msgstr "Directive .end n'a pas de nom" -#: config/tc-alpha.c:4244 +#: config/tc-alpha.c:4473 msgid ".end directive names different symbol than .ent" msgstr "Directive .end a un nom différent de symbole que .ent" -#: config/tc-alpha.c:4321 +#: config/tc-alpha.c:4550 #, c-format msgid "Invalid argument %d to .prologue." msgstr "argument invalide %d pour .prologue" -#: config/tc-alpha.c:4413 +#: config/tc-alpha.c:4642 msgid "ECOFF debugging is disabled." msgstr "Mise au point de ECOFF est désactivée." -#: config/tc-alpha.c:4434 +#: config/tc-alpha.c:4663 msgid "Unknown section directive" msgstr "Directive de section inconnue" -#: config/tc-alpha.c:4470 +#: config/tc-alpha.c:4699 msgid ".ent directive has no symbol" msgstr "Directive .ent n'a pas de symbole" -#: config/tc-alpha.c:4497 +#: config/tc-alpha.c:4726 msgid "Bad .frame directive 1./2. param" msgstr "Directive .frame erronée paramètre 1./2." -#: config/tc-alpha.c:4509 +#: config/tc-alpha.c:4738 msgid "Bad .frame directive 3./4. param" msgstr "Directive .frame erronée paramètre 3./4." -#: config/tc-alpha.c:4534 +#: config/tc-alpha.c:4763 msgid ".pdesc directive not in link (.link) section" msgstr "Directive .pdesc n'est pas dans la section .link" -#: config/tc-alpha.c:4542 +#: config/tc-alpha.c:4771 msgid ".pdesc has no matching .ent" msgstr ".pdesc n'est pas pairé avec .ent" -#: config/tc-alpha.c:4553 +#: config/tc-alpha.c:4782 msgid ".pdesc directive has no entry symbol" msgstr "Directive .pdesc n'a pas de symbole d'entrée" -#: config/tc-alpha.c:4566 +#: config/tc-alpha.c:4795 msgid "No comma after .pdesc " msgstr "Pas de virgule après .pdesc " -#: config/tc-alpha.c:4589 +#: config/tc-alpha.c:4818 msgid "unknown procedure kind" msgstr "type de procédure inconnue" -#: config/tc-alpha.c:4682 +#: config/tc-alpha.c:4911 msgid ".name directive not in link (.link) section" msgstr "Directive .name n'est pas dans la section .link" -#: config/tc-alpha.c:4690 +#: config/tc-alpha.c:4919 msgid ".name directive has no symbol" msgstr "Directive .name n'a pas de symbole" -#: config/tc-alpha.c:4724 +#: config/tc-alpha.c:4953 msgid "No symbol after .linkage" msgstr "Pas de symbole après .linkage" -#: config/tc-alpha.c:4752 +#: config/tc-alpha.c:4981 msgid "No symbol after .code_address" msgstr "Pas de symbole après .code_address" -#: config/tc-alpha.c:4785 +#: config/tc-alpha.c:5014 msgid "Bad .mask directive" msgstr "Directive .mask erronée" -#: config/tc-alpha.c:4806 +#: config/tc-alpha.c:5035 msgid "Bad .fmask directive" msgstr "Directive .fmask erronée" -#: config/tc-alpha.c:4976 +#: config/tc-alpha.c:5205 #, c-format msgid "Expected comma after name \"%s\"" msgstr "Virgule attendue après le nom « %s »" #. *symbol_get_obj (symbolP) = (signed char) temp; -#: config/tc-alpha.c:4987 +#: config/tc-alpha.c:5216 #, c-format msgid "unhandled: .proc %s,%d" msgstr "non traité: .proc %s,%d" -#: config/tc-alpha.c:5022 +#: config/tc-alpha.c:5251 #, c-format msgid "Tried to .set unrecognized mode `%s'" msgstr "Essayé la directive .set pour un mode non reconnu « %s »" #. not fatal, but it might not work in the end -#: config/tc-alpha.c:5039 +#: config/tc-alpha.c:5268 msgid "File overrides no-base-register option." msgstr "Le fichier écrase l'option no-base-register" -#: config/tc-alpha.c:5056 +#: config/tc-alpha.c:5285 #, c-format msgid "Bad base register, using $%d." msgstr "Registre de base erroné, utilise $%d." -#: config/tc-alpha.c:5078 +#: config/tc-alpha.c:5307 #, c-format msgid "Alignment too large: %d. assumed" msgstr "Alignement trop grand: %d. assumé" -#: config/tc-alpha.c:5082 config/tc-d30v.c:2214 +#: config/tc-alpha.c:5311 config/tc-d30v.c:2214 msgid "Alignment negative: 0 assumed" msgstr "Alignement négatif: 0 assumé" -#: config/tc-alpha.c:5394 +#: config/tc-alpha.c:5623 #, c-format msgid "Chose GP value of %lx\n" msgstr "Choisir une valeur GP de %lx\n" -#: config/tc-alpha.c:5410 config/tc-ia64.c:932 -msgid "Bad .section directive: want a,s,w,x,M,S in string" -msgstr "Directive .section erronée: nécessite a,s,w,x,M,S dans la chaîne" +#: config/tc-alpha.c:5639 config/tc-ia64.c:958 +msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" +msgstr "Directive .section erronée: nécessite a,s,w,x,M,S,G,T dans la chaîne" -#: config/tc-arc.c:1616 config/tc-arm.c:10246 +#: config/tc-arc.c:1616 config/tc-arm.c:10347 msgid "md_estimate_size_before_relax\n" msgstr "md_estimate_size_before_relax\n" @@ -1458,762 +1535,1058 @@ msgstr "md_estimate_size_before_relax\n" msgid "md_convert_frag\n" msgstr "md_convert_frag\n" -#: config/tc-arm.c:664 +#: config/tc-arm.c:681 msgid "ARM register expected" msgstr "registre ARM attendu" -#: config/tc-arm.c:665 config/tc-arm.c:2814 +#: config/tc-arm.c:682 config/tc-arm.c:2846 msgid "bad or missing co-processor number" msgstr "numéro de co-processeur erroné ou manquant" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:666 config/tc-arm.c:2869 +#: config/tc-arm.c:683 config/tc-arm.c:2901 msgid "co-processor register expected" msgstr "registre de coprocesseur attendu" -#: config/tc-arm.c:667 +#: config/tc-arm.c:684 msgid "FPA register expected" msgstr "registre FPA attendu" -#: config/tc-arm.c:668 +#: config/tc-arm.c:685 msgid "VFP single precision register expected" msgstr "registre VFP en simple précision attendu" -#: config/tc-arm.c:669 +#: config/tc-arm.c:686 msgid "VFP double precision register expected" msgstr "registre VFP en double précision attendu" -#: config/tc-arm.c:670 +#: config/tc-arm.c:687 msgid "Maverick MVF register expected" msgstr "registre Maverick MVF attendu" -#: config/tc-arm.c:671 +#: config/tc-arm.c:688 msgid "Maverick MVD register expected" msgstr "registre Maverick MVD attendu" -#: config/tc-arm.c:672 config/tc-arm.c:673 +#: config/tc-arm.c:689 config/tc-arm.c:690 msgid "Maverick MVFX register expected" msgstr "registre Maverick MVFX attendu" -#: config/tc-arm.c:674 +#: config/tc-arm.c:691 msgid "Maverick MVAX register expected" msgstr "registre Maverick MVAX attendu" -#: config/tc-arm.c:675 +#: config/tc-arm.c:692 msgid "Maverick DSPSC register expected" msgstr "registre Maverick DSPSC attendu" -#: config/tc-arm.c:2013 +#: config/tc-arm.c:2036 msgid "bad arguments to instruction" msgstr "arguments erronés pour l'instruction" -#: config/tc-arm.c:2014 +#: config/tc-arm.c:2037 msgid "r15 not allowed here" msgstr "r15 n'est pas permis ici" -#: config/tc-arm.c:2015 +#: config/tc-arm.c:2038 msgid "instruction is not conditional" msgstr "l'instruction n'est pas conditionnelle" -#: config/tc-arm.c:2016 +#: config/tc-arm.c:2039 msgid "acc0 expected" msgstr "acc0 attendu" -#: config/tc-arm.c:2155 +#: config/tc-arm.c:2184 msgid "literal pool overflow" msgstr "débordement du bassin de mots" -#: config/tc-arm.c:2297 +#: config/tc-arm.c:2326 msgid "invalid syntax for .req directive" msgstr "syntaxe invalide pour le directive .req" -#: config/tc-arm.c:2372 +#: config/tc-arm.c:2401 #, c-format msgid "alignment too large: %d assumed" msgstr "alignement trop grand: %d assumé" -#: config/tc-arm.c:2375 +#: config/tc-arm.c:2404 msgid "alignment negative. 0 assumed." msgstr "alignement négatif: 0 assumé" -#: config/tc-arm.c:2459 +#: config/tc-arm.c:2488 #, c-format msgid "expected comma after name \"%s\"" msgstr "virgule attendue après le nom « %s »" -#: config/tc-arm.c:2509 config/tc-m32r.c:418 +#: config/tc-arm.c:2538 config/tc-m32r.c:418 #, c-format msgid "symbol `%s' already defined" msgstr "symbole « %s » est déjà défini" -#: config/tc-arm.c:2580 +#: config/tc-arm.c:2612 msgid "selected processor does not support THUMB opcodes" msgstr "le processeur choisi ne supporte pas les opcode THUMB" -#: config/tc-arm.c:2593 +#: config/tc-arm.c:2625 msgid "selected processor does not support ARM opcodes" msgstr "le processeur choisi ne supporte pas les opcode ARM" -#: config/tc-arm.c:2605 +#: config/tc-arm.c:2637 #, c-format msgid "invalid instruction size selected (%d)" msgstr "taille d'instruction invalide (%d)" -#: config/tc-arm.c:2640 +#: config/tc-arm.c:2672 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "opérande invalide pour la directive .code (%d) (attendu 16 ou 32)" -#: config/tc-arm.c:2651 +#: config/tc-arm.c:2683 msgid "garbage following instruction" msgstr "instruction suivie de rebuts" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2701 +#: config/tc-arm.c:2733 #, c-format msgid "register expected, not '%.100s'" msgstr "registre attendu, pas '%.100s'" #. In the few cases where we might be able to accept #. something else this error can be overridden. -#: config/tc-arm.c:2773 +#: config/tc-arm.c:2805 msgid "flag for {c}psr instruction expected" msgstr "fanion pour instruction {c}psr attendu" -#: config/tc-arm.c:2807 +#: config/tc-arm.c:2839 msgid "illegal co-processor number" msgstr "numéro de co-processeur illégal" -#: config/tc-arm.c:2839 config/tc-arm.c:3877 config/tc-arm.c:4059 +#: config/tc-arm.c:2871 config/tc-arm.c:3931 config/tc-arm.c:4113 msgid "bad or missing expression" msgstr "expression erronée ou manquante" -#: config/tc-arm.c:2845 +#: config/tc-arm.c:2877 msgid "immediate co-processor expression too large" msgstr "expression « immediate » pour co-processeur est trop grande" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2892 +#: config/tc-arm.c:2924 msgid "floating point register expected" msgstr "registre en virgule flottante attendu" -#: config/tc-arm.c:2909 +#: config/tc-arm.c:2941 msgid "immediate expression expected" msgstr "expression immédiate attendue" -#: config/tc-arm.c:2924 +#: config/tc-arm.c:2956 msgid "co-processor address must be word aligned" msgstr "adresse du coprocesseur doit être alignée sur un mot" -#: config/tc-arm.c:2930 +#: config/tc-arm.c:2962 msgid "offset too large" msgstr "décalage d'adresse trop grand" -#: config/tc-arm.c:2979 +#: config/tc-arm.c:3011 msgid "pc may not be used in post-increment" msgstr "le PC ne peut être utilisé dans une instruction de post-incrémentation" -#: config/tc-arm.c:2995 config/tc-arm.c:3440 config/tc-arm.c:4228 config/tc-arm.c:5095 config/tc-arm.c:5429 +#: config/tc-arm.c:3027 config/tc-arm.c:3472 config/tc-arm.c:4282 +#: config/tc-arm.c:5149 config/tc-arm.c:5483 msgid "pre-indexed expression expected" msgstr "instruction pre-indexée attendue" -#: config/tc-arm.c:3008 config/tc-arm.c:3453 config/tc-arm.c:4239 config/tc-arm.c:5107 config/tc-arm.c:5441 config/tc-arm.c:5790 config/tc-arm.c:8452 config/tc-arm.c:8467 +#: config/tc-arm.c:3040 config/tc-arm.c:3485 config/tc-arm.c:4293 +#: config/tc-arm.c:5161 config/tc-arm.c:5495 config/tc-arm.c:5844 +#: config/tc-arm.c:8508 config/tc-arm.c:8523 msgid "missing ]" msgstr "] manquant" -#: config/tc-arm.c:3018 +#: config/tc-arm.c:3050 msgid "pc may not be used with write-back" msgstr "PC le peut être utilisé en mode ré-écriture" -#: config/tc-arm.c:3070 +#: config/tc-arm.c:3102 msgid "comma expected after register name" msgstr "virgule attendue après le nom du registre" -#: config/tc-arm.c:3089 +#: config/tc-arm.c:3121 msgid "CPSR or SPSR expected" msgstr "CPSR ou SPSR attendu" -#: config/tc-arm.c:3115 +#: config/tc-arm.c:3147 msgid "comma missing after psr flags" msgstr "virgule manquante après les fanions psr" -#: config/tc-arm.c:3131 config/tc-arm.c:3141 +#: config/tc-arm.c:3163 config/tc-arm.c:3173 msgid "only a register or immediate value can follow a psr flag" msgstr "seul un registre ou une valeur immédiate peut suivre un fanion PSR" -#: config/tc-arm.c:3152 +#: config/tc-arm.c:3184 msgid "immediate value cannot be used to set this field" msgstr "une valeur immédiate ne peut être utilisée pour ce champ" -#: config/tc-arm.c:3170 config/tc-arm.c:4455 config/tc-arm.c:4735 config/tc-arm.c:4755 config/tc-i960.c:1924 +#: config/tc-arm.c:3202 config/tc-arm.c:4509 config/tc-arm.c:4789 +#: config/tc-arm.c:4809 config/tc-i960.c:1925 msgid "invalid constant" msgstr "constante invalide" -#: config/tc-arm.c:3218 +#: config/tc-arm.c:3250 msgid "rdhi, rdlo and rm must all be different" msgstr "rdhi, rdlo et rm doivent tous être différents" -#: config/tc-arm.c:3272 +#: config/tc-arm.c:3304 msgid "rd and rm should be different in mul" msgstr "rd et rm doivent être différents dans mul" -#: config/tc-arm.c:3326 +#: config/tc-arm.c:3358 msgid "rd and rm should be different in mla" msgstr "rd et rm doivent être différents dans mla" -#: config/tc-arm.c:3374 +#: config/tc-arm.c:3406 #, c-format msgid "acc0 expected, not '%.100s'" msgstr "acc0 attendu, et non pas '%.100s'" -#: config/tc-arm.c:3552 +#: config/tc-arm.c:3584 msgid "rdhi and rdlo must be different" msgstr "rdhi et rdlo doivent être différents" -#: config/tc-arm.c:3660 +#: config/tc-arm.c:3692 msgid "Warning: instruction unpredictable when using r15" msgstr "AVERTISSEMENT: instruction imprévisible lorsque r15 est utilisé" -#: config/tc-arm.c:3886 config/tc-arm.c:4068 config/tc-arm.c:7395 config/tc-arm.c:7428 config/tc-arm.c:7438 +#: config/tc-arm.c:3907 +msgid "use of r15 in bxj is not really useful" +msgstr "utilisation de r15 dans le bxj n'est pas très utile" + +#: config/tc-arm.c:3940 config/tc-arm.c:4122 config/tc-arm.c:7449 +#: config/tc-arm.c:7484 config/tc-arm.c:7494 msgid "immediate value out of range" msgstr "valeur immediate est hors gamme" -#: config/tc-arm.c:4191 +#: config/tc-arm.c:4245 msgid "'[' expected after PLD mnemonic" msgstr "« [ » attendu après la mnémonique PLD" -#: config/tc-arm.c:4213 +#: config/tc-arm.c:4267 msgid "post-indexed expression used in preload instruction" msgstr "expression post-indexée dans une instruction préchargée" -#: config/tc-arm.c:4218 config/tc-arm.c:4248 +#: config/tc-arm.c:4272 config/tc-arm.c:4302 msgid "writeback used in preload instruction" msgstr "more ré-écriture utilisé dans une instruction de préchargement" -#: config/tc-arm.c:4290 +#: config/tc-arm.c:4344 msgid "destination register must be even" msgstr "registre de destination doit être pair" -#: config/tc-arm.c:4296 +#: config/tc-arm.c:4350 msgid "r14 not allowed here" msgstr "r14 n'est pas permis ici" -#: config/tc-arm.c:4303 +#: config/tc-arm.c:4357 msgid "pre/post-indexing used when modified address register is destination" msgstr "pré/post-indexation utilisée alors que le registre d'adresse est modifié pour la destination" -#: config/tc-arm.c:4313 +#: config/tc-arm.c:4367 msgid "ldrd destination registers must not overlap index register" msgstr "registres de destination ldrd ne doit pas chevaucher le registre d'index" -#: config/tc-arm.c:4439 +#: config/tc-arm.c:4493 msgid "bad_segment" msgstr "bad_segment" -#: config/tc-arm.c:4476 expr.c:1314 read.c:2198 +#: config/tc-arm.c:4530 expr.c:1314 read.c:2203 msgid "bad expression" msgstr "expression erronée" -#: config/tc-arm.c:4499 config/tc-arm.c:4510 +#: config/tc-arm.c:4553 config/tc-arm.c:4564 msgid "shift expression expected" msgstr "expression de décalage attendu" -#: config/tc-arm.c:4534 +#: config/tc-arm.c:4588 msgid "shift requires register or #expression" msgstr "décalage requiert un registre ou #expression" -#: config/tc-arm.c:4535 +#: config/tc-arm.c:4589 msgid "shift requires #expression" msgstr "décalage requiert ou #expression" -#: config/tc-arm.c:4565 +#: config/tc-arm.c:4619 msgid "shift of 0 ignored." msgstr "décalage de 0 est ignoré" -#: config/tc-arm.c:4571 +#: config/tc-arm.c:4625 msgid "invalid immediate shift" msgstr "décalage immédiat invalide" -#: config/tc-arm.c:4726 config/tc-arm.c:5143 config/tc-arm.c:5478 config/tc-arm.c:6087 config/tc-v850.c:1956 config/tc-v850.c:1977 +#: config/tc-arm.c:4780 config/tc-arm.c:5197 config/tc-arm.c:5532 +#: config/tc-arm.c:6141 config/tc-v850.c:1867 config/tc-v850.c:1888 msgid "constant expression expected" msgstr "expression de constante attendue" -#: config/tc-arm.c:4768 +#: config/tc-arm.c:4822 msgid "register or shift expression expected" msgstr "registre ou expression de décalage attendu" -#: config/tc-arm.c:4821 +#: config/tc-arm.c:4875 msgid "invalid floating point immediate expression" msgstr "expression invalide d'une valeur immédiate en virgule flottante" -#: config/tc-arm.c:4825 +#: config/tc-arm.c:4879 msgid "floating point register or immediate expression expected" msgstr "registre en virgule flottante ou expression immédiate attendu" -#: config/tc-arm.c:4979 config/tc-arm.c:5309 +#: config/tc-arm.c:5033 config/tc-arm.c:5363 msgid "address offset too large" msgstr "décalage d'adresse trop grand" -#: config/tc-arm.c:5037 config/tc-arm.c:5227 config/tc-arm.c:5369 +#: config/tc-arm.c:5091 config/tc-arm.c:5281 config/tc-arm.c:5423 msgid "address expected" msgstr "adresse attendue" -#: config/tc-arm.c:5067 config/tc-arm.c:5079 config/tc-arm.c:5116 config/tc-arm.c:5245 config/tc-arm.c:5399 config/tc-arm.c:5413 config/tc-arm.c:5450 +#: config/tc-arm.c:5121 config/tc-arm.c:5133 config/tc-arm.c:5170 +#: config/tc-arm.c:5299 config/tc-arm.c:5453 config/tc-arm.c:5467 +#: config/tc-arm.c:5504 #, c-format msgid "%s register same as write-back base" msgstr "registre %s identique à la base de ré-écriture arrière" -#: config/tc-arm.c:5069 config/tc-arm.c:5081 config/tc-arm.c:5118 config/tc-arm.c:5247 config/tc-arm.c:5401 config/tc-arm.c:5415 config/tc-arm.c:5452 +#: config/tc-arm.c:5123 config/tc-arm.c:5135 config/tc-arm.c:5172 +#: config/tc-arm.c:5301 config/tc-arm.c:5455 config/tc-arm.c:5469 +#: config/tc-arm.c:5506 msgid "destination" msgstr "destination" -#: config/tc-arm.c:5069 config/tc-arm.c:5081 config/tc-arm.c:5118 config/tc-arm.c:5247 config/tc-arm.c:5401 config/tc-arm.c:5415 config/tc-arm.c:5452 +#: config/tc-arm.c:5123 config/tc-arm.c:5135 config/tc-arm.c:5172 +#: config/tc-arm.c:5301 config/tc-arm.c:5455 config/tc-arm.c:5469 +#: config/tc-arm.c:5506 msgid "source" msgstr "source" -#: config/tc-arm.c:5128 config/tc-arm.c:5462 config/tc-arm.c:7699 +#: config/tc-arm.c:5182 config/tc-arm.c:5516 config/tc-arm.c:7755 msgid "invalid pseudo operation" msgstr "pseudo opération invalide" -#: config/tc-arm.c:5180 config/tc-arm.c:5513 +#: config/tc-arm.c:5234 config/tc-arm.c:5567 msgid "literal pool insertion failed" msgstr "insertion dans le bassin de mots à échoué" -#: config/tc-arm.c:5275 config/tc-arm.c:5281 +#: config/tc-arm.c:5329 config/tc-arm.c:5335 msgid "post-indexed expression expected" msgstr "instruction post-indexée attendue" -#: config/tc-arm.c:5579 +#: config/tc-arm.c:5633 msgid "bad range in register list" msgstr "hors gamme dans la liste de registres" -#: config/tc-arm.c:5587 config/tc-arm.c:5596 config/tc-arm.c:5638 +#: config/tc-arm.c:5641 config/tc-arm.c:5650 config/tc-arm.c:5692 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "AVERTISSEMENT: duplication de registre (r%d) dans la liste des registres" -#: config/tc-arm.c:5599 +#: config/tc-arm.c:5653 msgid "Warning: register range not in ascending order" msgstr "AVERTISSEMENT: gamme de registres n'est pas en ordre ascendant" -#: config/tc-arm.c:5611 +#: config/tc-arm.c:5665 msgid "missing `}'" msgstr "« } » manquant" -#: config/tc-arm.c:5627 +#: config/tc-arm.c:5681 msgid "invalid register mask" msgstr "masque de registre invalide" -#: config/tc-arm.c:5648 config/tc-arm.c:8709 config/tc-arm.c:8809 config/tc-avr.c:860 config/tc-cris.c:3006 config/tc-d10v.c:1563 config/tc-d30v.c:1863 config/tc-mips.c:3641 config/tc-mips.c:4630 config/tc-mips.c:5486 config/tc-mips.c:6091 config/tc-ppc.c:5143 config/tc-v850.c:2376 +#: config/tc-arm.c:5702 config/tc-arm.c:8765 config/tc-arm.c:8865 +#: config/tc-avr.c:866 config/tc-cris.c:3006 config/tc-d10v.c:1724 +#: config/tc-d30v.c:1863 config/tc-mips.c:3509 config/tc-mips.c:4523 +#: config/tc-mips.c:5436 config/tc-mips.c:6090 config/tc-ppc.c:5154 +#: config/tc-v850.c:2287 config/tc-xstormy16.c:479 msgid "expression too complex" msgstr "expression trop complexe" -#: config/tc-arm.c:5686 +#: config/tc-arm.c:5740 msgid "r15 not allowed as base register" msgstr "r15 n'est pas permis comme registre de base" -#: config/tc-arm.c:5750 config/tc-arm.c:5764 +#: config/tc-arm.c:5804 config/tc-arm.c:5818 msgid "r15 not allowed in swap" msgstr "r15 n'est pas permis dans l'espace de commutation (swap)" -#: config/tc-arm.c:5859 +#: config/tc-arm.c:5913 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "utilisation de r15 dans le bx en mode ARM n'est pas très utile" -#: config/tc-arm.c:6093 +#: config/tc-arm.c:6147 msgid "constant value required for number of registers" msgstr "caleur de constante requise pour les numéros de registres" -#: config/tc-arm.c:6101 +#: config/tc-arm.c:6155 msgid "number of registers must be in the range [1:4]" msgstr "Les numéros de registres doivent être dans les bornes [1:4]" -#: config/tc-arm.c:6162 +#: config/tc-arm.c:6216 msgid "r15 not allowed as base register with write-back" msgstr "r15 n'est pas permis comme registre de base en mode ré-écriture" -#: config/tc-arm.c:6544 +#: config/tc-arm.c:6598 msgid "only two consecutive VFP SP registers allowed here" msgstr "seuls deux registres consécutifs VFP SP sont permis ici" -#: config/tc-arm.c:6712 +#: config/tc-arm.c:6766 msgid "VFP system register expected" msgstr "registre système VFP attendu" -#: config/tc-arm.c:6850 config/tc-arm.c:6889 config/tc-arm.c:6902 config/tc-arm.c:6963 config/tc-arm.c:7002 config/tc-arm.c:7015 config/tc-mips.c:9060 config/tc-mips.c:9090 +#: config/tc-arm.c:6904 config/tc-arm.c:6943 config/tc-arm.c:6956 +#: config/tc-arm.c:7017 config/tc-arm.c:7056 config/tc-arm.c:7069 +#: config/tc-mips.c:9255 config/tc-mips.c:9285 msgid "invalid register list" msgstr "liste de registres invalide" -#: config/tc-arm.c:6856 config/tc-arm.c:6969 +#: config/tc-arm.c:6910 config/tc-arm.c:7023 msgid "register list not in ascending order" msgstr "liste de registres n'est pas en ordre ascendant" -#: config/tc-arm.c:6881 config/tc-arm.c:6994 +#: config/tc-arm.c:6935 config/tc-arm.c:7048 msgid "register range not in ascending order" msgstr "gamme de registres n'est pas en ordre ascendant" -#: config/tc-arm.c:6919 config/tc-arm.c:7032 +#: config/tc-arm.c:6973 config/tc-arm.c:7086 msgid "non-contiguous register range" msgstr "game de registres non contiguë" -#: config/tc-arm.c:7062 config/tc-arm.c:7099 +#: config/tc-arm.c:7116 config/tc-arm.c:7153 msgid "this addressing mode requires base-register writeback" msgstr "ce mode d'adressage requiert un registre de base avec écriture" -#: config/tc-arm.c:7259 +#: config/tc-arm.c:7313 msgid "lo register required" msgstr "registre LO requis" -#: config/tc-arm.c:7267 +#: config/tc-arm.c:7321 msgid "hi register required" msgstr "registre HI requis" -#: config/tc-arm.c:7337 config/tc-arm.c:8541 +#: config/tc-arm.c:7391 config/tc-arm.c:8597 msgid "dest and source1 must be the same register" msgstr "dest et source1 doivent être le même registre" -#: config/tc-arm.c:7344 +#: config/tc-arm.c:7398 msgid "subtract valid only on lo regs" msgstr "soustraction valide seulement avec des registres LO" -#: config/tc-arm.c:7368 +#: config/tc-arm.c:7422 msgid "invalid Hi register with immediate" msgstr "registre HI invalide avec une immédiat" -#: config/tc-arm.c:7406 +#: config/tc-arm.c:7462 msgid "invalid immediate value for stack adjust" msgstr "valeur immédiate invalide pour l'ajustement de la pile" -#: config/tc-arm.c:7417 +#: config/tc-arm.c:7473 msgid "invalid immediate for address calculation" msgstr "immédiat invalide pour le calcul d'adresse" -#: config/tc-arm.c:7504 +#: config/tc-arm.c:7560 msgid "source1 and dest must be same register" msgstr "source1 et dest doivent être le même registre" -#: config/tc-arm.c:7538 +#: config/tc-arm.c:7594 msgid "invalid immediate for shift" msgstr "immédiat invalide pour un décalage" -#: config/tc-arm.c:7617 +#: config/tc-arm.c:7673 msgid "only lo regs allowed with immediate" msgstr "seul les registres LO sont permis avec un immédiat" -#: config/tc-arm.c:7636 +#: config/tc-arm.c:7692 msgid "invalid immediate" msgstr "type immédiat invalide" -#: config/tc-arm.c:7690 +#: config/tc-arm.c:7746 msgid "expected ']'" msgstr "« ] » attendu" -#: config/tc-arm.c:7763 +#: config/tc-arm.c:7819 msgid "byte or halfword not valid for base register" msgstr "octet ou demi-mot non valide pour un registre de base" -#: config/tc-arm.c:7768 +#: config/tc-arm.c:7824 msgid "r15 based store not allowed" msgstr "r15 utilisé comme registre de base de stockage n'est pas permis" -#: config/tc-arm.c:7773 +#: config/tc-arm.c:7829 msgid "invalid base register for register offset" msgstr "registre de base invalide pour un registre de décalage" -#: config/tc-arm.c:7791 config/tc-arm.c:7826 +#: config/tc-arm.c:7847 config/tc-arm.c:7882 msgid "invalid offset" msgstr "décalage invalide" -#: config/tc-arm.c:7802 +#: config/tc-arm.c:7858 msgid "invalid base register in load/store" msgstr "registre de base invalide pour un chargement/stockage" -#: config/tc-arm.c:8345 +#: config/tc-arm.c:8401 msgid "expecting immediate, 7bit operand" msgstr "immédiat attendu, opérande de 7 bits" -#: config/tc-arm.c:8360 +#: config/tc-arm.c:8416 msgid "immediate out of range" msgstr "valeur immediate est hors gamme" -#: config/tc-arm.c:8403 +#: config/tc-arm.c:8459 msgid "offset expected" msgstr "décalage attendu" -#: config/tc-arm.c:8412 config/tc-pj.c:528 config/tc-sh.c:3030 +#: config/tc-arm.c:8468 config/tc-pj.c:528 config/tc-sh.c:3591 msgid "offset out of range" msgstr "décalage hors gamme" -#: config/tc-arm.c:8549 +#: config/tc-arm.c:8605 msgid "Rs and Rd must be different in MUL" msgstr "Rs et Rd doivent être différents dans MUL" -#: config/tc-arm.c:8693 +#: config/tc-arm.c:8749 msgid "inserted missing '!': load/store multiple always writes back base register" msgstr "insertion de « ! » manquant: chargement/stockage multiple exécute toujours des ré-écritures sur le registre de base" -#: config/tc-arm.c:8715 +#: config/tc-arm.c:8771 msgid "only lo-regs valid in load/store multiple" msgstr "seuls les registres LO sont valides dans de multiples chargement/stockage" -#: config/tc-arm.c:8761 +#: config/tc-arm.c:8817 msgid "syntax: ldrs[b] Rd, [Rb, Ro]" msgstr "syntaxe: ldrs[b] Rd, [Rb, Ro]" -#: config/tc-arm.c:8825 +#: config/tc-arm.c:8881 msgid "invalid register list to push/pop instruction" msgstr "liste de registres invalide pour les instructions push/pop" -#: config/tc-arm.c:8937 config/tc-arm.c:9115 +#: config/tc-arm.c:8993 config/tc-arm.c:9171 msgid "virtual memory exhausted" msgstr "mémoire virtuelle épuisée" -#: config/tc-arm.c:9018 +#: config/tc-arm.c:9074 #, c-format msgid "register '%s' does not exist\n" msgstr "registre « %s » n'existe pas\n" -#: config/tc-arm.c:9022 +#: config/tc-arm.c:9078 #, c-format msgid "ignoring redefinition of register alias '%s' to non-existant register '%s'" msgstr "redéfinition ignorée de l'alias de registre « %s» pour un registre non existant «%s »" -#: config/tc-arm.c:9031 +#: config/tc-arm.c:9087 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "a ignoré la redéfinition de l'alias du registre « %s »" -#: config/tc-arm.c:9037 +#: config/tc-arm.c:9093 msgid "ignoring incomplete .req pseuso op" msgstr "a ignoré le pseudo opérateur incomplet .req" -#: config/tc-arm.c:9312 +#: config/tc-arm.c:9195 +msgid "use of old and new-style options to set CPU type" +msgstr "utilise des options vieilles et nouvelles pour définit le type de CPU" + +#: config/tc-arm.c:9205 +msgid "use of old and new-style options to set FPU type" +msgstr "utilise des options vieilles et nouvelles pour définit le type de FPU" + +#: config/tc-arm.c:9415 msgid "bad call to MD_ATOF()" msgstr "appel erroné de MD_ATOF()" -#: config/tc-arm.c:9542 +#: config/tc-arm.c:9645 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "constante invalide (%lx) après le correctif" -#: config/tc-arm.c:9578 +#: config/tc-arm.c:9681 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "incapable de calculer les instructions ADRL pour le décalage PC de 0x%lx" -#: config/tc-arm.c:9608 +#: config/tc-arm.c:9711 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "valeur immédiate erronée pour le décalage (%ld)" -#: config/tc-arm.c:9630 config/tc-arm.c:9652 +#: config/tc-arm.c:9733 config/tc-arm.c:9755 msgid "invalid literal constant: pool needs to be closer" msgstr "litéral de constante invalide: le bassin doit être plus près" -#: config/tc-arm.c:9632 +#: config/tc-arm.c:9735 #, c-format msgid "bad immediate value for half-word offset (%ld)" msgstr "valeur immédiate erronée pour le décalage d'un demi-mot (%ld)" -#: config/tc-arm.c:9669 +#: config/tc-arm.c:9772 msgid "shift expression is too large" msgstr "l'expression de décalage est trop grande" -#: config/tc-arm.c:9688 config/tc-arm.c:9697 +#: config/tc-arm.c:9791 config/tc-arm.c:9800 msgid "invalid swi expression" msgstr "expression swi invalide" -#: config/tc-arm.c:9707 +#: config/tc-arm.c:9810 msgid "invalid expression in load/store multiple" msgstr "expression invalide dans chargement/stockage multiples" -#: config/tc-arm.c:9760 +#: config/tc-arm.c:9863 msgid "GAS can't handle same-section branch dest >= 0x04000000" msgstr "GAS ne peut traiter la destination d'un branchement d'une même section >= 0x04000000" -#: config/tc-arm.c:9769 +#: config/tc-arm.c:9872 msgid "out of range branch" msgstr "branchement hors gamme" -#: config/tc-arm.c:9802 config/tc-arm.c:9818 +#: config/tc-arm.c:9905 config/tc-arm.c:9921 msgid "branch out of range" msgstr "branchement hors gammme" -#: config/tc-arm.c:9841 +#: config/tc-arm.c:9945 msgid "branch with link out of range" msgstr "branchement avec un lien hors gamme" -#: config/tc-arm.c:9917 +#: config/tc-arm.c:10018 msgid "illegal value for co-processor offset" msgstr "valeur illégale pour un décalage de co-processeur" -#: config/tc-arm.c:9941 +#: config/tc-arm.c:10042 #, c-format msgid "invalid offset, target not word aligned (0x%08X)" msgstr "décalage invalide, cible n'est pas aligner sur une frontière de mot (0x%08X)" -#: config/tc-arm.c:9947 config/tc-arm.c:9956 config/tc-arm.c:9963 config/tc-arm.c:9970 config/tc-arm.c:9977 +#: config/tc-arm.c:10048 config/tc-arm.c:10057 config/tc-arm.c:10064 +#: config/tc-arm.c:10071 config/tc-arm.c:10078 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "décalage invalide, valeur trop grande (0x%08lX)" -#: config/tc-arm.c:10016 +#: config/tc-arm.c:10117 msgid "invalid immediate for stack address calculation" msgstr "immédiat invalide pour un calcul d'adresse de pile" -#: config/tc-arm.c:10025 +#: config/tc-arm.c:10126 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "immédiat invalide pour le calcul d'adresse (valeur = 0x%08lX)" -#: config/tc-arm.c:10035 +#: config/tc-arm.c:10136 msgid "invalid 8bit immediate" msgstr "immédiat de 8 bits invalide" -#: config/tc-arm.c:10043 +#: config/tc-arm.c:10144 msgid "invalid 3bit immediate" msgstr "immédiat de 3 bits invalide" -#: config/tc-arm.c:10059 +#: config/tc-arm.c:10160 #, c-format msgid "invalid immediate: %ld is too large" msgstr "immédiat invalide: %ld est trop grand" -#: config/tc-arm.c:10074 +#: config/tc-arm.c:10175 #, c-format msgid "illegal Thumb shift value: %ld" msgstr "valeur de décalage Thumb illégale: %ld" -#: config/tc-arm.c:10088 +#: config/tc-arm.c:10189 #, c-format msgid "bad relocation fixup type (%d)" msgstr "type erroné de correctif de relocalisation (%d)" -#: config/tc-arm.c:10159 +#: config/tc-arm.c:10260 msgid "literal referenced across section boundary (Implicit dump?)" msgstr "litéral référencé à travers une frontière de section (vidange implicite?)" -#: config/tc-arm.c:10172 +#: config/tc-arm.c:10273 #, c-format msgid "internal relocation (type %d) not fixed up (IMMEDIATE)" msgstr "relocalisation interne (type %d) n'est pas corrigé (IMMEDIAT)" -#: config/tc-arm.c:10178 +#: config/tc-arm.c:10279 msgid "ADRL used for a symbol not defined in the same file" msgstr "ADRL utilisé pour un symbole qui n'est pas défini dans le même fichier" -#: config/tc-arm.c:10183 +#: config/tc-arm.c:10284 #, c-format msgid "internal_relocation (type %d) not fixed up (OFFSET_IMM)" msgstr "relocalisation interne (type %d) n'est pas corrigé (OFFSET_IMM)" -#: config/tc-arm.c:10204 config/tc-cris.c:2940 config/tc-mcore.c:2104 config/tc-mmix.c:2840 config/tc-ns32k.c:2350 +#: config/tc-arm.c:10305 config/tc-cris.c:2940 config/tc-mcore.c:2104 +#: config/tc-mmix.c:2869 config/tc-ns32k.c:2350 msgid "" msgstr "" -#: config/tc-arm.c:10207 config/tc-arm.c:10228 +#: config/tc-arm.c:10308 config/tc-arm.c:10329 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "ne peut représenter la relocalisation %s dans ce format de fichier objet" -#: config/tc-arm.c:10325 +#: config/tc-arm.c:10425 #, c-format msgid "no operator -- statement `%s'\n" msgstr "pas d'opérateur -- déclaration « %s »\n" -#: config/tc-arm.c:10343 config/tc-arm.c:10368 +#: config/tc-arm.c:10443 config/tc-arm.c:10468 #, c-format msgid "selected processor does not support `%s'" msgstr "le processeur choisi ne supporte pas « %s »" -#: config/tc-arm.c:10385 +#: config/tc-arm.c:10485 #, c-format msgid "bad instruction `%s'" msgstr "instruction « %s » erronée" -#: config/tc-arm.c:10583 +#: config/tc-arm.c:10586 +msgid "generate PIC code" +msgstr "générer du code PIC" + +#: config/tc-arm.c:10587 +msgid "assemble Thumb code" +msgstr "assembler en code Thumb" + +#: config/tc-arm.c:10588 +msgid "support ARM/Thumb interworking" +msgstr "supporter l'inter-réseautage ARM/Thumb" + +#: config/tc-arm.c:10590 +msgid "use old ABI (ELF only)" +msgstr "utilise un vieil ABI (ELF seulement)" + +#: config/tc-arm.c:10591 +msgid "code uses 32-bit program counter" +msgstr "le code utilise un compteur de programme de 32 bits" + +#: config/tc-arm.c:10592 +msgid "code uses 26-bit program counter" +msgstr "le code utilise un compteur de programme de 26 bits" + +#: config/tc-arm.c:10593 +msgid "floating point args are in fp regs" +msgstr "arguments en virgule flottante sont dans les registres FP" + +#: config/tc-arm.c:10595 +msgid "re-entrant code" +msgstr "code ré-entrant" + +#: config/tc-arm.c:10596 +msgid "code is ATPCS conformant" +msgstr "code est conforme ATPCS" + +#: config/tc-arm.c:10597 +msgid "assemble for big-endian" +msgstr "assembler pour un système à octets de poids fort" + +#: config/tc-arm.c:10598 +msgid "assemble for little-endian" +msgstr "assembler pour un système à octets de poids faible" + +#. These are recognized by the assembler, but have no affect on code. +#: config/tc-arm.c:10602 +msgid "use frame pointer" +msgstr "utiliser le pointeur de trame" + +#: config/tc-arm.c:10603 +msgid "use stack size checking" +msgstr "utiliser la vérification de la taille de la pile" + +#. DON'T add any new processors to this list -- we want the whole list +#. to go away... Add them to the processors table instead. +#: config/tc-arm.c:10607 config/tc-arm.c:10608 +msgid "use -mcpu=arm1" +msgstr "utiliser -mcpu=arm1" + +#: config/tc-arm.c:10609 config/tc-arm.c:10610 +msgid "use -mcpu=arm2" +msgstr "utiliser -mcpu=arm2" + +#: config/tc-arm.c:10611 config/tc-arm.c:10612 +msgid "use -mcpu=arm250" +msgstr "utiliser -mcpu=arm250" + +#: config/tc-arm.c:10613 config/tc-arm.c:10614 +msgid "use -mcpu=arm3" +msgstr "utiliser -mcpu=arm3" + +#: config/tc-arm.c:10615 config/tc-arm.c:10616 +msgid "use -mcpu=arm6" +msgstr "utiliser -mcpu=arm6" + +#: config/tc-arm.c:10617 config/tc-arm.c:10618 +msgid "use -mcpu=arm600" +msgstr "utiliser -mcpu=arm600" + +#: config/tc-arm.c:10619 config/tc-arm.c:10620 +msgid "use -mcpu=arm610" +msgstr "utiliser -mcpu=arm610" + +#: config/tc-arm.c:10621 config/tc-arm.c:10622 +msgid "use -mcpu=arm620" +msgstr "utiliser -mcpu=arm620" + +#: config/tc-arm.c:10623 config/tc-arm.c:10624 +msgid "use -mcpu=arm7" +msgstr "utiliser -mcpu=arm7" + +#: config/tc-arm.c:10625 config/tc-arm.c:10626 +msgid "use -mcpu=arm70" +msgstr "utiliser -mcpu=arm70" + +#: config/tc-arm.c:10627 config/tc-arm.c:10628 +msgid "use -mcpu=arm700" +msgstr "utiliser -mcpu=arm700" + +#: config/tc-arm.c:10629 config/tc-arm.c:10630 +msgid "use -mcpu=arm700i" +msgstr "utiliser -mcpu=arm700i" + +#: config/tc-arm.c:10631 config/tc-arm.c:10632 +msgid "use -mcpu=arm710" +msgstr "utiliser -mcpu=arm710" + +#: config/tc-arm.c:10633 config/tc-arm.c:10634 +msgid "use -mcpu=arm710c" +msgstr "utiliser -mcpu=arm710c" + +#: config/tc-arm.c:10635 config/tc-arm.c:10636 +msgid "use -mcpu=arm720" +msgstr "utiliser -mcpu=arm720" + +#: config/tc-arm.c:10637 config/tc-arm.c:10638 +msgid "use -mcpu=arm7d" +msgstr "utiliser -mcpu=arm7d" + +#: config/tc-arm.c:10639 config/tc-arm.c:10640 +msgid "use -mcpu=arm7di" +msgstr "utiliser -mcpu=arm7di" + +#: config/tc-arm.c:10641 config/tc-arm.c:10642 +msgid "use -mcpu=arm7m" +msgstr "utiliser -mcpu=arm7m" + +#: config/tc-arm.c:10643 config/tc-arm.c:10644 +msgid "use -mcpu=arm7dm" +msgstr "utiliser -mcpu=arm7dm" + +#: config/tc-arm.c:10645 config/tc-arm.c:10646 +msgid "use -mcpu=arm7dmi" +msgstr "utiliser -mcpu=arm7dmi" + +#: config/tc-arm.c:10647 config/tc-arm.c:10648 +msgid "use -mcpu=arm7100" +msgstr "utiliser -mcpu=arm7100" + +#: config/tc-arm.c:10649 config/tc-arm.c:10650 +msgid "use -mcpu=arm7500" +msgstr "utiliser -mcpu=arm7500" + +#: config/tc-arm.c:10651 config/tc-arm.c:10652 +msgid "use -mcpu=arm7500fe" +msgstr "utiliser -mcpu=arm7500fe" + +#: config/tc-arm.c:10653 config/tc-arm.c:10654 config/tc-arm.c:10655 +#: config/tc-arm.c:10656 +msgid "use -mcpu=arm7tdmi" +msgstr "utiliser -mcpu=arm7tdmi" + +#: config/tc-arm.c:10657 config/tc-arm.c:10658 +msgid "use -mcpu=arm710t" +msgstr "utiliser -mcpu=arm710t" + +#: config/tc-arm.c:10659 config/tc-arm.c:10660 +msgid "use -mcpu=arm720t" +msgstr "utiliser -mcpu=arm720t" + +#: config/tc-arm.c:10661 config/tc-arm.c:10662 +msgid "use -mcpu=arm740t" +msgstr "utiliser -mcpu=arm740t" + +#: config/tc-arm.c:10663 config/tc-arm.c:10664 +msgid "use -mcpu=arm8" +msgstr "utiliser -mcpu=arm8" + +#: config/tc-arm.c:10665 config/tc-arm.c:10666 +msgid "use -mcpu=arm810" +msgstr "utiliser -mcpu=arm810" + +#: config/tc-arm.c:10667 config/tc-arm.c:10668 +msgid "use -mcpu=arm9" +msgstr "utiliser -mcpu=arm9" + +#: config/tc-arm.c:10669 config/tc-arm.c:10670 +msgid "use -mcpu=arm9tdmi" +msgstr "utiliser -mcpu=arm9tdmi" + +#: config/tc-arm.c:10671 config/tc-arm.c:10672 +msgid "use -mcpu=arm920" +msgstr "utiliser -mcpu=arm920" + +#: config/tc-arm.c:10673 config/tc-arm.c:10674 +msgid "use -mcpu=arm940" +msgstr "utiliser -mcpu=arm940" + +#: config/tc-arm.c:10675 +msgid "use -mcpu=strongarm" +msgstr "utiliser -mcpu=strongarm" + +#: config/tc-arm.c:10677 +msgid "use -mcpu=strongarm110" +msgstr "utiliser -mcpu=strongarm110" + +#: config/tc-arm.c:10679 +msgid "use -mcpu=strongarm1100" +msgstr "utiliser -mcpu=strongarm1100" + +#: config/tc-arm.c:10681 +msgid "use -mcpu=strongarm1110" +msgstr "utiliser -mcpu=strongarm1110" + +#: config/tc-arm.c:10682 +msgid "use -mcpu=xscale" +msgstr "utiliser -mcpu=xscale" + +#: config/tc-arm.c:10683 +msgid "use -mcpu=all" +msgstr "utiliser -mcpu=all" + +#. Architecture variants -- don't add any more to this list either. +#: config/tc-arm.c:10686 config/tc-arm.c:10687 +msgid "use -march=armv2" +msgstr "utiliser -march=armv2" + +#: config/tc-arm.c:10688 config/tc-arm.c:10689 +msgid "use -march=armv2a" +msgstr "utiliser -march=armv2a" + +#: config/tc-arm.c:10690 config/tc-arm.c:10691 +msgid "use -march=armv3" +msgstr "utiliser -march=armv3" + +#: config/tc-arm.c:10692 config/tc-arm.c:10693 +msgid "use -march=armv3m" +msgstr "utiliser -march=armv3m" + +#: config/tc-arm.c:10694 config/tc-arm.c:10695 +msgid "use -march=armv4" +msgstr "utiliser -march=armv4" + +#: config/tc-arm.c:10696 config/tc-arm.c:10697 +msgid "use -march=armv4t" +msgstr "utiliser -march=armv4t" + +#: config/tc-arm.c:10698 config/tc-arm.c:10699 +msgid "use -march=armv5" +msgstr "utiliser -march=armv5" + +#: config/tc-arm.c:10700 config/tc-arm.c:10701 +msgid "use -march=armv5t" +msgstr "utilsier -march=armv5t" + +#: config/tc-arm.c:10702 config/tc-arm.c:10703 +msgid "use -march=armv5te" +msgstr "utiliser -march=armv5te" + +#. Floating point variants -- don't add any more to this list either. +#: config/tc-arm.c:10706 +msgid "use -mfpu=fpe" +msgstr "utiliser -mfpu=fpe" + +#: config/tc-arm.c:10707 +msgid "use -mfpu=fpa10" +msgstr "utiliser -mfpu=fpa10" + +#: config/tc-arm.c:10708 +msgid "use -mfpu=fpa11" +msgstr "utiliser -mfpu=fpa11" + +#: config/tc-arm.c:10710 +msgid "use either -mfpu=softfpa or -mfpu=softvfp" +msgstr "utiliser soit -mfpu=softfpa ou -mfpu=softvfp" + +#: config/tc-arm.c:10890 +msgid "invalid architectural extension" +msgstr "extension d'architecture invalide" + +#: config/tc-arm.c:10904 +msgid "missing architectural extension" +msgstr "extension d'architecture manquante" + +#: config/tc-arm.c:10917 +#, c-format +msgid "unknown architectural extnsion `%s'" +msgstr "extension d'architecture inconnue « %s »" + +#: config/tc-arm.c:10942 +#, c-format +msgid "missing cpu name `%s'" +msgstr "nom de cpu manquant « %s »" + +#: config/tc-arm.c:10958 +#, c-format +msgid "unknown cpu `%s'" +msgstr "cpu inconnu « %s »" + +#: config/tc-arm.c:10977 +#, c-format +msgid "missing architecture name `%s'" +msgstr "nom d'architecture manquante « %s »" + +#: config/tc-arm.c:10994 +#, c-format +msgid "unknown architecture `%s'\n" +msgstr "architecture inconnue « %s »\n" + +#: config/tc-arm.c:11011 #, c-format -msgid "unrecognised APCS switch -m%s" -msgstr "commutateur APCS non reconnue -m%s" +msgid "unknown floating point format `%s'\n" +msgstr "format de virgule flottante inconnu « %s »\n" -#: config/tc-arm.c:10738 config/tc-arm.c:10751 config/tc-arm.c:10764 config/tc-arm.c:10777 config/tc-arm.c:10783 +#: config/tc-arm.c:11017 +msgid "\t assemble for CPU " +msgstr "'nom>\t assembler pour le CPU " + +#: config/tc-arm.c:11019 +msgid "\t assemble for architecture " +msgstr "\t assembler pour l'architecture " + +#: config/tc-arm.c:11021 +msgid "\t assemble for FPU architecture " +msgstr "\t assembler pour l'architecture FPU " + +#: config/tc-arm.c:11063 config/tc-arm.c:11085 #, c-format -msgid "invalid architecture variant -m%s" -msgstr "variante d'architecture invalide -m%s" - -#: config/tc-arm.c:10790 -#, c-format -msgid "invalid processor variant -m%s" -msgstr "variante de processor invalide -m%s" - -#: config/tc-arm.c:10813 -msgid "" -" ARM Specific Assembler Options:\n" -" -m[arm][] select processor variant\n" -" -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n" -" -marm9e allow Cirrus/DSP instructions\n" -" -mthumb only allow Thumb instructions\n" -" -mthumb-interwork mark the assembled code as supporting interworking\n" -" -mall allow any instruction\n" -" -mfpa10, -mfpa11 select floating point architecture\n" -" -mfpe-old don't allow floating-point multiple instructions\n" -" -mvfpxd allow vfp single-precision instructions\n" -" -mvfp allow all vfp instructions\n" -" -mno-fpu don't allow any floating-point instructions.\n" -" -k generate PIC code.\n" -msgstr "" -" Options spécifique de l'assembleur ARM:\n" -" -m[arm][] sélectionner la variante du processeur\n" -" -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] sélectionner la variante d'architecture\n" -" -marm9e permettre les instructions Cirrus/DSP\n" -" -mthumb permettre seulement des instruction « Thumb »\n" -" -mthumb-interwork marquer le code assemblé comme supportant\n" -" l'inter-réseautage\n" -" -mall permettre n'importe quelle instruction\n" -" -mfpa10, -mfpa11 sélectionner l'architecture en virgule flottante\n" -" -mfpe-old ne peut permettre les instructions multiples\n" -" en virgule flotttante\n" -" -mno-fpu ne pas permettre aucune instruction en virgule\n" -" flottante\n" -" -k générer code indépendant de la position PIC\n" - -#: config/tc-arm.c:10828 -msgid "" -" -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to use\n" -" -matpcs use ARM/Thumb Procedure Calling Standard\n" -" -mapcs-float floating point args are passed in FP regs\n" -" -mapcs-reentrant the code is position independent/reentrant\n" -msgstr "" -" -mapcs-32, -mapcs-26 spécifier le type d'appel de procédure standard ARM\n" -" à utiliser\n" -" -matpcs utiliser l'appel de procédure stanard ARM/Thumb\n" -" -mapcs-float passer les arguments en virgule flottante dans\n" -" les registres FP\n" -" -mapcs-reentrant le code est indépendant de la position/ré-entrant\n" - -#: config/tc-arm.c:10835 -msgid " -moabi support the old ELF ABI\n" -msgstr " -moabi supporter l'ancien ABI ELF\n" - -#: config/tc-arm.c:10839 -msgid "" -" -EB assemble code for a big endian cpu\n" -" -EL assemble code for a little endian cpu\n" -msgstr "" -" -EB assembler le code pour un système à octets\n" -" de poids fort\n" -" -EL assembler le code pour un système à octets\n" -" de poids faible\n" +msgid "option `-%c%s' is deprecated: %s" +msgstr "option « -%c%s » est déprécié: %s" + +#: config/tc-arm.c:11094 +#, c-format +msgid "unrecognized option `-%c%s'" +msgstr "option non reconnue « -%c%s »" + +#: config/tc-arm.c:11108 +msgid " ARM-specific assembler options:\n" +msgstr "Options en assembleur spécifiques ARM:\n" -#: config/tc-arm.c:11023 +#: config/tc-arm.c:11119 +msgid " -EB assemble code for a big-endian cpu\n" +msgstr " -EB assembler le code pour un système de poids fort\n" + +#: config/tc-arm.c:11124 +msgid " -EL assemble code for a little-endian cpu\n" +msgstr " -EL assembler le code pour un système de poids faible\n" + +#: config/tc-arm.c:11306 #, c-format msgid "%s: unexpected function type: %d" msgstr "%s: type de fonction inattendu: %d" -#: config/tc-arm.c:11389 +#: config/tc-arm.c:11672 msgid "alignments greater than 32 bytes not supported in .text sections." msgstr "alignements plus grand que 32 octets ne sont pas supportés dans les sections .text" @@ -2221,11 +2594,11 @@ msgstr "alignements plus grand que 32 oc msgid "arm convert_frag\n" msgstr "arm convert_frag\n" -#: config/tc-avr.c:197 +#: config/tc-avr.c:203 msgid "Known MCU names:" msgstr "Noms MCU connus:" -#: config/tc-avr.c:266 +#: config/tc-avr.c:272 msgid "" "AVR options:\n" " -mmcu=[avr-name] select microcontroller variant\n" @@ -2247,7 +2620,7 @@ msgstr "" " avr5 - ATmega161, ATmega163, ATmega32, AT94K\n" " ou un nom immédiat de micro-contrôleur\n" -#: config/tc-avr.c:276 +#: config/tc-avr.c:282 msgid "" " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" " -mno-skip-bug disable warnings for skipping two-word instructions\n" @@ -2261,145 +2634,152 @@ msgstr "" " -mno-wrap rejeter les instructions rjmp/rcall avec un emballage de 8K\n" " (par défaut pour avr3, avr5)\n" -#: config/tc-avr.c:324 +#: config/tc-avr.c:330 #, c-format msgid "unknown MCU: %s\n" msgstr "MCU inconnue: %s\n" -#: config/tc-avr.c:333 +#: config/tc-avr.c:339 #, c-format msgid "redefinition of mcu type `%s' to `%s'" msgstr "redéfinition du type MCU « %s» à «%s »" -#: config/tc-avr.c:384 config/tc-d10v.c:314 config/tc-d30v.c:366 config/tc-mips.c:9586 config/tc-mmix.c:2233 config/tc-mn10200.c:361 config/tc-pj.c:357 config/tc-ppc.c:4803 config/tc-sh.c:2090 config/tc-v850.c:1292 +#: config/tc-avr.c:390 config/tc-d10v.c:319 config/tc-d30v.c:366 +#: config/tc-mips.c:9781 config/tc-mmix.c:2250 config/tc-mn10200.c:361 +#: config/tc-pj.c:357 config/tc-ppc.c:4814 config/tc-sh.c:2536 +#: config/tc-v850.c:1194 msgid "bad call to md_atof" msgstr "appel erroné à md_atof" -#: config/tc-avr.c:447 +#: config/tc-avr.c:453 msgid "constant value required" msgstr "valeur constante requise" -#: config/tc-avr.c:450 +#: config/tc-avr.c:456 #, c-format msgid "number must be less than %d" msgstr "le nombre doit être plus petit que %d" -#: config/tc-avr.c:502 +#: config/tc-avr.c:508 msgid "`,' required" msgstr "« , » requis" -#: config/tc-avr.c:521 +#: config/tc-avr.c:527 msgid "undefined combination of operands" msgstr "combinaison d'opérandes indéfinie" -#: config/tc-avr.c:530 +#: config/tc-avr.c:536 msgid "skipping two-word instruction" msgstr "escamotage d'une instruction de 2 mots" -#: config/tc-avr.c:592 +#: config/tc-avr.c:598 msgid "register r16-r23 required" msgstr "resigstres r16-R32 requis" -#: config/tc-avr.c:598 +#: config/tc-avr.c:604 msgid "register number above 15 required" msgstr "Numéro de registre au-dessus de 15 est requis" -#: config/tc-avr.c:604 +#: config/tc-avr.c:610 msgid "even register number required" msgstr "numéro paire de registre est requis" -#: config/tc-avr.c:610 +#: config/tc-avr.c:616 msgid "register r24, r26, r28 or r30 required" msgstr "registre R24, R26, R28 ou R30 est requis" -#: config/tc-avr.c:616 +#: config/tc-avr.c:622 msgid "register name or number from 0 to 31 required" msgstr "nom de registre ou numéro de registre 0 à 31 est requis" -#: config/tc-avr.c:634 +#: config/tc-avr.c:640 msgid "pointer register (X, Y or Z) required" msgstr "registre de pointeur (X, Y ou Z) est requist" -#: config/tc-avr.c:641 +#: config/tc-avr.c:647 msgid "cannot both predecrement and postincrement" msgstr "ne peut à la fois pré-décrémenter et post-décrémenter" -#: config/tc-avr.c:649 +#: config/tc-avr.c:655 msgid "addressing mode not supported" msgstr "mode d'adressage non supporté" -#: config/tc-avr.c:655 +#: config/tc-avr.c:661 msgid "can't predecrement" msgstr "ne peut faire une pré-décrémentation" -#: config/tc-avr.c:658 +#: config/tc-avr.c:664 msgid "pointer register Z required" msgstr "registre de pointeurs Z requis" -#: config/tc-avr.c:676 +#: config/tc-avr.c:682 msgid "pointer register (Y or Z) required" msgstr "registre de pointeurs (Y ou Z) requis" -#: config/tc-avr.c:781 +#: config/tc-avr.c:787 #, c-format msgid "unknown constraint `%c'" msgstr "contrainte inconnue « %c »" -#: config/tc-avr.c:890 config/tc-avr.c:906 config/tc-avr.c:1007 +#: config/tc-avr.c:896 config/tc-avr.c:912 config/tc-avr.c:1013 #, c-format msgid "odd address operand: %ld" msgstr "opérande d'adresse impaire: %ld" -#: config/tc-avr.c:898 config/tc-avr.c:917 +#: config/tc-avr.c:904 config/tc-avr.c:923 config/tc-d10v.c:586 #, c-format msgid "operand out of range: %ld" msgstr "opérande hors gamme: %ld" -#: config/tc-avr.c:1016 config/tc-d10v.c:1634 config/tc-d30v.c:1987 +#: config/tc-avr.c:1022 config/tc-d10v.c:1810 config/tc-d30v.c:1987 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "ligne %d: type de relocalisation inconnu: 0x%x" -#: config/tc-avr.c:1030 +#: config/tc-avr.c:1036 msgid "only constant expression allowed" msgstr "seule une expression de constante est permise" -#: config/tc-avr.c:1067 config/tc-d10v.c:1498 config/tc-d30v.c:1807 config/tc-mn10200.c:1240 config/tc-mn10300.c:1774 config/tc-ppc.c:5534 config/tc-v850.c:2296 +#: config/tc-avr.c:1073 config/tc-d10v.c:1659 config/tc-d30v.c:1807 +#: config/tc-mn10200.c:1240 config/tc-mn10300.c:1781 config/tc-or32.c:1622 +#: config/tc-ppc.c:5538 config/tc-v850.c:2207 #, c-format msgid "reloc %d not supported by object file format" msgstr "relocalisation %d n'est pas supporté dans le format du fichier objet" -#: config/tc-avr.c:1091 config/tc-d10v.c:1100 config/tc-d10v.c:1114 config/tc-h8300.c:1275 config/tc-h8500.c:1088 config/tc-mcore.c:988 config/tc-pj.c:266 config/tc-sh.c:1670 config/tc-z8k.c:1192 +#: config/tc-avr.c:1097 config/tc-d10v.c:1248 config/tc-d10v.c:1262 +#: config/tc-h8300.c:1289 config/tc-h8500.c:1088 config/tc-mcore.c:988 +#: config/tc-pj.c:266 config/tc-sh.c:2104 config/tc-z8k.c:1196 msgid "can't find opcode " msgstr "ne peut repérer le opcode " -#: config/tc-avr.c:1108 +#: config/tc-avr.c:1114 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "opcode illégale %s pour MCU %s" -#: config/tc-avr.c:1116 +#: config/tc-avr.c:1122 msgid "garbage at end of line" msgstr "rebut à la fin de la ligne" -#: config/tc-avr.c:1180 read.c:3219 +#: config/tc-avr.c:1186 read.c:3224 msgid "illegal expression" msgstr "expression illégale" -#: config/tc-avr.c:1206 config/tc-avr.c:1272 +#: config/tc-avr.c:1212 config/tc-avr.c:1278 msgid "`)' required" msgstr "« ) » requis" -#: config/tc-avr.c:1226 +#: config/tc-avr.c:1232 #, c-format msgid "constant out of 8-bit range: %d" msgstr "constante hors gamme pour les bornes de 8 bits: %d" -#: config/tc-avr.c:1229 +#: config/tc-avr.c:1235 msgid "expression possibly out of 8-bit range" msgstr "expression possiblement hors gamme pour 8 bits" -#: config/tc-avr.c:1300 config/tc-avr.c:1307 +#: config/tc-avr.c:1306 config/tc-avr.c:1313 #, c-format msgid "illegal %srelocation size: %d" msgstr "taille des %srelocalisations illégale: %d" @@ -2527,7 +2907,7 @@ msgstr "--no-underscore est invalide pou #: config/tc-cris.c:2887 msgid "Semantics error. This type of operand can not be relocated, it must be an assembly-time constant" msgstr "" -"Erreur de sémantique. Ce type d'opérande ne peut être relocalisé, ce doit être\n" +"ERREUR de sémantique. Ce type d'opérande ne peut être relocalisé, ce doit être\n" "une constante utilisée au moment de l'assemblage" #: config/tc-cris.c:2941 @@ -2605,7 +2985,7 @@ msgstr "Pseudo-directive .file est valid msgid "Pseudodirective .loc is only valid when generating ELF" msgstr "Pseudo-directive .loc est valide seulement lors de la génération ELF" -#: config/tc-d10v.c:247 +#: config/tc-d10v.c:252 msgid "" "D10V options:\n" "-O Optimize. Will do some operations in parallel.\n" @@ -2621,91 +3001,130 @@ msgstr "" "--no-gstabs-packing Si --gstabs est spécifié, ne pas empaqueter les instructions\n" " adjacentes ensembles.\n" -#: config/tc-d10v.c:538 config/tc-d30v.c:550 config/tc-mn10200.c:937 config/tc-mn10300.c:1308 config/tc-ppc.c:2104 config/tc-s390.c:1052 config/tc-tic80.c:279 config/tc-v850.c:2070 +#: config/tc-d10v.c:543 config/tc-d30v.c:550 config/tc-mn10200.c:937 +#: config/tc-mn10300.c:1315 config/tc-ppc.c:2120 config/tc-s390.c:1060 +#: config/tc-tic80.c:279 config/tc-v850.c:1981 msgid "illegal operand" msgstr "opérande illégale" -#: config/tc-d10v.c:581 config/tc-d10v.c:663 config/tc-d30v.c:656 +#: config/tc-d10v.c:657 +msgid "operand is not an immediate" +msgstr "opérande n'est pas un immédiat" + +#: config/tc-d10v.c:675 #, c-format -msgid "operand out of range: %d" -msgstr "opérande hors gamme: %d" +msgid "operand out of range: %lu" +msgstr "opérande hors gamme: %lu" -#: config/tc-d10v.c:724 +#: config/tc-d10v.c:736 msgid "Instruction must be executed in parallel with another instruction." msgstr "L'instruction doit être exécutée en parallèle avec une autre." -#: config/tc-d10v.c:780 +#: config/tc-d10v.c:792 msgid "Instruction must be executed in parallel" msgstr "L'instruction doit être exécutée en parallèle" -#: config/tc-d10v.c:783 +#: config/tc-d10v.c:795 msgid "Long instructions may not be combined." msgstr "Les instructions longues ne peuvent pas être combinées." -#: config/tc-d10v.c:817 +#: config/tc-d10v.c:828 msgid "One of these instructions may not be executed in parallel." msgstr "Une de ces instructions ne peut pas être exécutée en parallèle" -#: config/tc-d10v.c:821 config/tc-d30v.c:877 +#: config/tc-d10v.c:832 config/tc-d30v.c:877 msgid "Two IU instructions may not be executed in parallel" msgstr "Deux instruction IU ne peuvent pas être exécutées en parallèle" -#: config/tc-d10v.c:823 config/tc-d10v.c:831 config/tc-d10v.c:844 config/tc-d10v.c:859 config/tc-d30v.c:878 config/tc-d30v.c:887 +#: config/tc-d10v.c:834 config/tc-d10v.c:842 config/tc-d10v.c:856 +#: config/tc-d10v.c:871 config/tc-d30v.c:878 config/tc-d30v.c:887 msgid "Swapping instruction order" msgstr "Ordre d'instruction de commutation (swapping)" -#: config/tc-d10v.c:829 config/tc-d30v.c:884 +#: config/tc-d10v.c:840 config/tc-d30v.c:884 msgid "Two MU instructions may not be executed in parallel" msgstr "Deux instructions MU ne peuvent pas être exécutées en parallèle." -#: config/tc-d10v.c:848 config/tc-d30v.c:904 +#: config/tc-d10v.c:860 config/tc-d30v.c:904 msgid "IU instruction may not be in the left container" msgstr "L'instruction IU ne peut pas être laissé dans le conteneur de gauche" -#: config/tc-d10v.c:850 config/tc-d10v.c:865 +#: config/tc-d10v.c:862 config/tc-d10v.c:877 msgid "Instruction in R container is squashed by flow control instruction in L container." msgstr "" "Instruction dans le conteneur R est écrasé par une instruction de contrôle de flux\n" "du conteneur L." -#: config/tc-d10v.c:863 config/tc-d30v.c:915 +#: config/tc-d10v.c:875 config/tc-d30v.c:915 msgid "MU instruction may not be in the right container" msgstr "L'instruction MU ne peut pas être dans le conteneur de droite" -#: config/tc-d10v.c:869 config/tc-d30v.c:927 +#: config/tc-d10v.c:881 config/tc-d30v.c:927 msgid "unknown execution type passed to write_2_short()" msgstr "type d'excution inconnue passé à write_2_short()" -#: config/tc-d10v.c:1128 config/tc-d10v.c:1149 config/tc-d30v.c:1411 +#: config/tc-d10v.c:1072 config/tc-d10v.c:1080 +#, c-format +msgid "packing conflict: %s must dispatch sequentially" +msgstr "conflit d'empaquetage: %s doit être soumis séquentiellement" + +#: config/tc-d10v.c:1179 +#, c-format +msgid "resource conflict (R%d)" +msgstr "conflit de ressources (R%d)" + +#: config/tc-d10v.c:1182 +#, c-format +msgid "resource conflict (A%d)" +msgstr "conflit de ressources (A%d)" + +#: config/tc-d10v.c:1184 +msgid "resource conflict (PSW)" +msgstr "conflit de ressources (PSW)" + +#: config/tc-d10v.c:1186 +msgid "resource conflict (C flag)" +msgstr "conflit de ressources (fanion C)" + +#: config/tc-d10v.c:1188 +msgid "resource conflict (F flag)" +msgstr "conflit de ressources (fanion F)" + +#: config/tc-d10v.c:1276 config/tc-d10v.c:1298 config/tc-d30v.c:1411 msgid "Unable to mix instructions as specified" msgstr "Incapable de mélanger les instructions tel que spécifié" -#: config/tc-d10v.c:1196 config/tc-d30v.c:1548 +#: config/tc-d10v.c:1345 config/tc-d30v.c:1548 #, c-format msgid "unknown opcode: %s" msgstr "opcode inconnu: %s" -#: config/tc-d10v.c:1279 config/tc-d10v.c:1451 config/tc-tic80.c:536 +#: config/tc-d10v.c:1428 config/tc-d10v.c:1603 config/tc-tic80.c:536 msgid "bad opcode or operands" msgstr "opcode ou opérandes erronés" -#: config/tc-d10v.c:1352 config/tc-m68k.c:4310 +#: config/tc-d10v.c:1503 config/tc-m68k.c:4310 msgid "value out of range" msgstr "valeur hors gamme" -#: config/tc-d10v.c:1426 +#: config/tc-d10v.c:1579 msgid "illegal operand - register name found where none expected" msgstr "opérande illégale - nom de registre repéré alors qu'aucun n'était attendu" -#: config/tc-d10v.c:1462 config/tc-tic80.c:547 +#: config/tc-d10v.c:1614 config/tc-tic80.c:547 msgid "Register number must be EVEN" msgstr "le numéro de registre doit être PAIR" -#: config/tc-d10v.c:1465 +#: config/tc-d10v.c:1617 msgid "Unsupported use of sp" msgstr "Utilisation non supporté de sp" -#: config/tc-d10v.c:1614 +#: config/tc-d10v.c:1636 +#, c-format +msgid "cr%ld is a reserved control register" +msgstr "cr%ld est un registre de contrôle réservé" + +#: config/tc-d10v.c:1790 #, c-format msgid "line %d: rep or repi must include at least 4 instructions" msgstr "ligne %d: rep ou repi doit inclure au moins 4 instructions" @@ -2743,6 +3162,11 @@ msgstr "type de relocalisation 12-bits a msgid "unexpected 18-bit reloc type" msgstr "type de relocalisation 18-bits attendu" +#: config/tc-d30v.c:656 +#, c-format +msgid "operand out of range: %d" +msgstr "opérande hors gamme: %d" + #: config/tc-d30v.c:720 #, c-format msgid "%s NOP inserted" @@ -2859,6 +3283,55 @@ msgstr "valeur trop grande pour entrer d msgid "Alignment too large: %d assumed" msgstr "Alignement trop grand: %d assumé" +#: config/tc-dlx.c:283 +msgid "missing .proc" +msgstr ".proc manquant" + +#: config/tc-dlx.c:300 +msgid ".endfunc missing for previous .proc" +msgstr ".endfunc manquant pour la déclaration .proc précédente" + +#: config/tc-dlx.c:498 +#, c-format +msgid "Expression Error for operand modifier %%hi/%%lo\n" +msgstr "ERREUR d'expression pour le modificateur d'opérande %%hi/%%lo\n" + +#: config/tc-dlx.c:552 +#, c-format +msgid "Bad operand for a load instruction: <%s>" +msgstr "Opérande invalide pour une instruction de chargement (load): « %s »" + +#: config/tc-dlx.c:667 +#, c-format +msgid "Bad operand for a store instruction: <%s>" +msgstr "Opérande erronée pour une instruction de stockage: « %s »" + +#: config/tc-dlx.c:865 +msgid "Can not set dlx_skip_hi16_flag" +msgstr "ne peut initialiser dlx_skip_hi16_flag" + +#: config/tc-dlx.c:879 +#, c-format +msgid "Missing arguments for opcode <%s>." +msgstr "arguments manquants pour le opcode « %s »" + +#: config/tc-dlx.c:950 +#, c-format +msgid "Both the_insn.HI and the_insn.LO are set : %s" +msgstr "à la fois the_insn.HI et the_insn.LO sont initialisés : %s" + +#: config/tc-dlx.c:1022 +msgid "failed regnum sanity check." +msgstr "échec du regnum de la vérification de l'état de santé" + +#: config/tc-dlx.c:1035 +msgid "failed general register sanity check." +msgstr "échec du registre général de la vérification de l'état de santé" + +#: config/tc-dlx.c:1336 +msgid "Invalid expression after # number\n" +msgstr "expression invalide après # numéro\n" + #: config/tc-fr30.c:84 msgid " FR30 specific command line options:\n" msgstr " Options spécifiques de la ligne de commande FR30:\n" @@ -2872,116 +3345,225 @@ msgstr "Instruction %s n'est pas permise msgid "Addend to unresolved symbol not on word boundary." msgstr "Ajout d'un symbole non résolu n'est pas sur une frontière de mot" -#: config/tc-fr30.c:540 config/tc-i960.c:773 config/tc-m32r.c:1867 config/tc-openrisc.c:468 +#: config/tc-fr30.c:540 config/tc-frv.c:1283 config/tc-i960.c:773 +#: config/tc-m32r.c:1867 config/tc-openrisc.c:468 config/tc-xstormy16.c:635 msgid "Bad call to md_atof()" msgstr "appel erroné de md_atof()" -#: config/tc-h8300.c:64 config/tc-h8300.c:75 config/tc-h8300.c:134 config/tc-hppa.c:1422 config/tc-hppa.c:6915 config/tc-hppa.c:6921 config/tc-hppa.c:6927 config/tc-hppa.c:6933 config/tc-mn10300.c:900 config/tc-mn10300.c:2164 +#: config/tc-frv.c:416 +msgid "FRV specific command line options:\n" +msgstr "Options spécifiques FRV de la ligne de commande:\n" + +#: config/tc-frv.c:417 +msgid "-G n Data >= n bytes is in small data area\n" +msgstr "-G n données >= n octets est une petite zone de données\n" + +#: config/tc-frv.c:418 +msgid "-mgpr-32 Note 32 gprs are used\n" +msgstr "-mgpr-32 noter que grps 32 est utilisé\n" + +#: config/tc-frv.c:419 +msgid "-mgpr-64 Note 64 gprs are used\n" +msgstr "-mgpr-64 noter que grps 64 est utilisé\n" + +#: config/tc-frv.c:420 +msgid "-mfpr-32 Note 32 fprs are used\n" +msgstr "-mfpr-32 noter que frps 32 est utilisé\n" + +#: config/tc-frv.c:421 +msgid "-mfpr-64 Note 64 fprs are used\n" +msgstr "-mfpr-64 noter que frps 64 est utilisé\n" + +#: config/tc-frv.c:422 +msgid "-msoft-float Note software fp is used\n" +msgstr "-msoft-float noter que le fp logiciel est utilisé\n" + +#: config/tc-frv.c:423 +msgid "-mdword Note stack is aligned to a 8 byte boundary\n" +msgstr "-mdword noter que la pile est alignée sur une frontière de 8 octets\n" + +#: config/tc-frv.c:424 +msgid "-mno-dword Note stack is aligned to a 4 byte boundary\n" +msgstr "-mno-dword noter que la pile est alignée sur une frontière de 4 octets\n" + +#: config/tc-frv.c:425 +msgid "-mdouble Note fp double insns are used\n" +msgstr "-mdouble noter que insns fp double sont utilisés\n" + +#: config/tc-frv.c:426 +msgid "-mmedia Note media insns are used\n" +msgstr "-mmedia noter que insns fp double sont utilisés\n" + +#: config/tc-frv.c:427 +msgid "-mmuladd Note multiply add/subtract insns are used\n" +msgstr "-mmuladd noter que les insns multiplicatif add/sous sont utilisés\n" + +#: config/tc-frv.c:428 +msgid "-mpack Note instructions are packed\n" +msgstr "-mpack noter que les instructions sont empaquetées\n" + +#: config/tc-frv.c:429 +msgid "-mno-pack Do not allow instructions to be packed\n" +msgstr "-mno-pack ne pas empaqueter les instructions\n" + +#: config/tc-frv.c:430 +msgid "-mpic Note small position independent code\n" +msgstr "-mpic noter le petit code indépendant de la position\n" + +#: config/tc-frv.c:431 +msgid "-mPIC Note large position independent code\n" +msgstr "-mPIC noter le grand code indépendant de la position\n" + +#: config/tc-frv.c:432 +msgid "-mlibrary-pic Compile library for large position indepedent code\n" +msgstr "-mlibrary-pic compiler la librairie pour du grand code indépendant de la position\n" + +#: config/tc-frv.c:433 +msgid "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n" +msgstr "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n" + +#: config/tc-frv.c:434 +msgid " Record the cpu type\n" +msgstr " enregistrer le type de cpu\n" + +#: config/tc-frv.c:435 +msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" +msgstr "-mtomcat-stats afficher les statistiques pour les arrangements pour tomcat\n" + +#: config/tc-frv.c:436 +msgid "-mtomcat-debug Debug tomcat workarounds\n" +msgstr "-mtomcat-debug arrengements de débug pour tomcat\n" + +#: config/tc-frv.c:1003 +msgid "VLIW packing used for -mno-pack" +msgstr "VLIW empaquetage utilisé pour -mno-pack" + +#: config/tc-frv.c:1016 +msgid "VLIW packing constraint violation" +msgstr "VLIW violation de la contrainte d'empaquetage" + +#: config/tc-frv.c:1544 +#, c-format +msgid "Relocation %s is not safe for %s" +msgstr "Relocalisation %s n'est pas sûre pour %s" + +#: config/tc-h8300.c:64 config/tc-h8300.c:76 config/tc-h8300.c:143 +#: config/tc-hppa.c:1424 config/tc-hppa.c:6917 config/tc-hppa.c:6923 +#: config/tc-hppa.c:6929 config/tc-hppa.c:6935 config/tc-mn10300.c:907 +#: config/tc-mn10300.c:2171 msgid "could not set architecture and machine" msgstr "ne peut initialiser l'architecture et la machine" -#: config/tc-h8300.c:262 config/tc-h8300.c:270 +#: config/tc-h8300.c:282 config/tc-h8300.c:290 msgid "Reg not valid for H8/300" msgstr "Registre invalide pour H8/300" -#: config/tc-h8300.c:430 config/tc-h8300.c:433 config/tc-h8300.c:436 config/tc-h8300.c:440 +#: config/tc-h8300.c:451 config/tc-h8300.c:454 config/tc-h8300.c:457 +#: config/tc-h8300.c:461 msgid "Invalid register list for ldm/stm\n" msgstr "Liste de registres invalide pour ldm/stm\n" -#: config/tc-h8300.c:492 config/tc-h8300.c:554 config/tc-h8300.c:561 +#: config/tc-h8300.c:516 config/tc-h8300.c:578 config/tc-h8300.c:585 msgid "Wrong size pointer register for architecture." msgstr "Taille erronée du registre de pointeur pour l'architecture" -#: config/tc-h8300.c:519 config/tc-h8300.c:528 config/tc-h8300.c:538 +#: config/tc-h8300.c:543 config/tc-h8300.c:552 config/tc-h8300.c:562 msgid "expected @(exp, reg16)" msgstr "@ attendu (exp, reg16)" -#: config/tc-h8300.c:617 +#: config/tc-h8300.c:640 msgid "expect :8 or :16 here" msgstr "attendu :8 ou :16 ici" -#: config/tc-h8300.c:818 +#: config/tc-h8300.c:847 #, c-format msgid "operand %s0x%lx out of range." msgstr "opérande %s0x%lx hors gamme." -#: config/tc-h8300.c:906 +#: config/tc-h8300.c:935 msgid "Can't work out size of operand.\n" msgstr "Ne peut traiter la taille de l'opérande.\n" -#: config/tc-h8300.c:954 +#: config/tc-h8300.c:983 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300 mode" msgstr "opcode « %s » avec ces type d'opérandes ne sont pas disponibles en mode H8/300" -#: config/tc-h8300.c:1005 config/tc-h8300.c:1025 +#: config/tc-h8300.c:1029 config/tc-h8300.c:1049 msgid "Need #1 or #2 here" msgstr "A besoin de #1 ou #2 ici" -#: config/tc-h8300.c:1020 +#: config/tc-h8300.c:1044 msgid "#4 not valid on H8/300." msgstr "#4 n'est pas valide sur H8/300." -#: config/tc-h8300.c:1107 config/tc-h8300.c:1157 +#: config/tc-h8300.c:1122 config/tc-h8300.c:1169 #, c-format msgid "branch operand has odd offset (%lx)\n" msgstr "opérande de branchement a un décalage impair (%lx)\n" -#: config/tc-h8300.c:1195 +#: config/tc-h8300.c:1208 msgid "destination operand must be 16 bit register" msgstr "opérande de destination doit être un registre de 16 bits" -#: config/tc-h8300.c:1204 +#: config/tc-h8300.c:1217 msgid "source operand must be 8 bit register" msgstr "opérande source doit être un registre de 8 bits" -#: config/tc-h8300.c:1212 +#: config/tc-h8300.c:1225 msgid "destination operand must be 16bit absolute address" msgstr "opérande de destination doit être une adresse absolue de 16 bits" -#: config/tc-h8300.c:1219 +#: config/tc-h8300.c:1232 msgid "destination operand must be 8 bit register" msgstr "opérande de destination doit être un registre de 8 bits" -#: config/tc-h8300.c:1227 +#: config/tc-h8300.c:1240 msgid "source operand must be 16bit absolute address" msgstr "opérande source doit être une adresse absolue de 16 bits" #. This seems more sane than saying "too many operands". We'll #. get here only if the trailing trash starts with a comma. -#: config/tc-h8300.c:1235 config/tc-mmix.c:452 config/tc-mmix.c:464 config/tc-mmix.c:2485 config/tc-mmix.c:2509 config/tc-mmix.c:2774 +#: config/tc-h8300.c:1248 config/tc-mmix.c:459 config/tc-mmix.c:471 +#: config/tc-mmix.c:2502 config/tc-mmix.c:2526 config/tc-mmix.c:2803 +#: config/tc-or32.c:642 config/tc-or32.c:856 msgid "invalid operands" msgstr "opérandes invalides" -#: config/tc-h8300.c:1286 config/tc-h8500.c:1094 config/tc-mips.c:8649 config/tc-sh.c:1907 config/tc-w65.c:733 config/tc-z8k.c:1202 +#: config/tc-h8300.c:1300 config/tc-h8500.c:1094 config/tc-mips.c:8834 +#: config/tc-sh.c:2371 config/tc-sh64.c:2811 config/tc-w65.c:733 +#: config/tc-z8k.c:1206 msgid "unknown opcode" msgstr "opcode inconnu" -#: config/tc-h8300.c:1332 +#: config/tc-h8300.c:1346 msgid "mismatch between opcode size and operand size" msgstr "pas de concordance entre la taille du opcode et celle de l'opérande" -#: config/tc-h8300.c:1344 config/tc-h8500.c:1121 config/tc-sh.c:2045 config/tc-w65.c:763 config/tc-z8k.c:1255 +#: config/tc-h8300.c:1358 config/tc-h8500.c:1121 config/tc-sh.c:2491 +#: config/tc-w65.c:763 config/tc-z8k.c:1262 msgid "call to tc_crawl_symbol_chain \n" msgstr "appel de tc_crawl_symbol_chain \n" -#: config/tc-h8300.c:1360 config/tc-h8500.c:1135 config/tc-sh.c:2052 config/tc-w65.c:777 config/tc-z8k.c:1269 +#: config/tc-h8300.c:1374 config/tc-h8500.c:1135 config/tc-sh.c:2498 +#: config/tc-w65.c:777 config/tc-z8k.c:1276 msgid "call to tc_headers_hook \n" msgstr "appel de tc_headers_hook \n" -#: config/tc-h8300.c:1452 config/tc-h8500.c:1225 config/tc-z8k.c:1383 +#: config/tc-h8300.c:1467 config/tc-h8500.c:1225 config/tc-z8k.c:1391 msgid "call to tc_aout_fix_to_chars \n" msgstr "appel de tc_aout_fix_to_chars \n" -#: config/tc-h8300.c:1466 config/tc-z8k.c:1393 +#: config/tc-h8300.c:1481 config/tc-z8k.c:1401 msgid "call to md_convert_frag \n" msgstr "appel de md_convert_frag \n" -#: config/tc-h8300.c:1528 config/tc-z8k.c:1479 +#: config/tc-h8300.c:1543 config/tc-z8k.c:1486 msgid "call tomd_estimate_size_before_relax \n" msgstr "appel de tomd_estimate_size_before_relax \n" -#: config/tc-h8300.c:1649 config/tc-mcore.c:2413 config/tc-pj.c:572 config/tc-sh.c:3367 +#: config/tc-h8300.c:1664 config/tc-mcore.c:2413 config/tc-pj.c:572 +#: config/tc-sh.c:3959 #, c-format msgid "Cannot represent relocation type %s" msgstr "Ne peut représenter le type de relocalisation %s" @@ -2996,7 +3578,7 @@ msgstr "attendu :8,:16 ou :24" #: config/tc-h8500.c:387 msgid "syntax error in reg list" -msgstr "Erreur de syntaxe dans la liste reg" +msgstr "ERREUR de syntaxe dans la liste reg" #: config/tc-h8500.c:405 msgid "missing final register in range" @@ -3014,7 +3596,7 @@ msgstr "@Rn+ a besoin d'un registre de m msgid "@Rn needs word register" msgstr "@Rn a besoin d'un registre de mots" -#: config/tc-h8500.c:828 config/tc-sh.c:1403 +#: config/tc-h8500.c:828 config/tc-sh.c:1835 #, c-format msgid "unhandled %d\n" msgstr "%d non traité\n" @@ -3024,778 +3606,779 @@ msgstr "%d non traité\n" msgid "operand must be absolute in range %d..%d" msgstr "l'opérande doit être absolu dans les bornes %d..%d" -#: config/tc-h8500.c:945 config/tc-sh.c:1610 +#: config/tc-h8500.c:945 config/tc-sh.c:2044 #, c-format msgid "failed for %d\n" msgstr "a échoué pour %d\n" -#: config/tc-h8500.c:1110 config/tc-sh.c:1711 config/tc-sh.c:1956 config/tc-w65.c:752 +#: config/tc-h8500.c:1110 config/tc-sh.c:2146 config/tc-sh.c:2420 +#: config/tc-w65.c:752 msgid "invalid operands for opcode" msgstr "opérandes invalides pour opcode" #. Simple range checking for FIELD againt HIGH and LOW bounds. #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1155 config/tc-hppa.c:1169 +#: config/tc-hppa.c:1157 config/tc-hppa.c:1171 #, c-format msgid "Field out of range [%d..%d] (%d)." msgstr "Champ hors gamme [%d..%d] (%d)." #. Simple alignment checking for FIELD againt ALIGN (a power of two). #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1183 +#: config/tc-hppa.c:1185 #, c-format msgid "Field not properly aligned [%d] (%d)." msgstr "Champ incorrectement alligné [%d] (%d)." -#: config/tc-hppa.c:1212 +#: config/tc-hppa.c:1214 msgid "Missing .exit\n" msgstr ".exit manquant\n" -#: config/tc-hppa.c:1215 +#: config/tc-hppa.c:1217 msgid "Missing .procend\n" msgstr ".procend manquant\n" -#: config/tc-hppa.c:1395 +#: config/tc-hppa.c:1397 #, c-format msgid "Invalid field selector. Assuming F%%." msgstr "Sélecteur de champ invalide. F%% assumé." -#: config/tc-hppa.c:1428 +#: config/tc-hppa.c:1430 msgid "-R option not supported on this target." msgstr "L'option -R n'est pas supportée pour la cible." -#: config/tc-hppa.c:1444 config/tc-sparc.c:803 config/tc-sparc.c:839 +#: config/tc-hppa.c:1446 config/tc-sparc.c:809 config/tc-sparc.c:845 #, c-format msgid "Internal error: can't hash `%s': %s\n" -msgstr "Erreur interne: ne peut adresser par hachage « %s »: %s\n" +msgstr "ERREUR interne: ne peut adresser par hachage « %s »: %s\n" -#: config/tc-hppa.c:1452 config/tc-i860.c:190 +#: config/tc-hppa.c:1454 config/tc-i860.c:190 #, c-format msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "erreur interne: perte du opcode: « %s» «%s »\n" -#: config/tc-hppa.c:1523 config/tc-hppa.c:7054 config/tc-hppa.c:7111 +#: config/tc-hppa.c:1525 config/tc-hppa.c:7056 config/tc-hppa.c:7113 msgid "Missing function name for .PROC (corrupted label chain)" msgstr "Nom de fonction manquant pour .PROC (chaîne d'étiquette corrompue)" -#: config/tc-hppa.c:1526 config/tc-hppa.c:7114 +#: config/tc-hppa.c:1528 config/tc-hppa.c:7116 msgid "Missing function name for .PROC" msgstr "Nom de fonction mauqnat pour .PROC" -#: config/tc-hppa.c:1633 config/tc-hppa.c:4911 +#: config/tc-hppa.c:1635 config/tc-hppa.c:4913 msgid "could not update architecture and machine" msgstr "ne peut mettre à jour l'architecture et la machine" -#: config/tc-hppa.c:1841 +#: config/tc-hppa.c:1843 msgid "Invalid Indexed Load Completer." msgstr "Complèteur de chargement indexé invalide." -#: config/tc-hppa.c:1846 +#: config/tc-hppa.c:1848 msgid "Invalid Indexed Load Completer Syntax." msgstr "Syntaxe de complèteur de chargement indexé invalide." -#: config/tc-hppa.c:1883 +#: config/tc-hppa.c:1885 msgid "Invalid Short Load/Store Completer." msgstr "Short Load/Store Completer invalide." -#: config/tc-hppa.c:1943 config/tc-hppa.c:1948 +#: config/tc-hppa.c:1945 config/tc-hppa.c:1950 msgid "Invalid Store Bytes Short Completer" msgstr "Store Bytes Short Completer invalide" -#: config/tc-hppa.c:2259 config/tc-hppa.c:2265 +#: config/tc-hppa.c:2261 config/tc-hppa.c:2267 msgid "Invalid left/right combination completer" msgstr "Combinaison de complèteur left/right invalide" -#: config/tc-hppa.c:2314 config/tc-hppa.c:2321 +#: config/tc-hppa.c:2316 config/tc-hppa.c:2323 msgid "Invalid permutation completer" msgstr "Permutation de complèteur invalide" -#: config/tc-hppa.c:2422 +#: config/tc-hppa.c:2424 #, c-format msgid "Invalid Add Condition: %s" msgstr "Condition d'addition invalide: %s" -#: config/tc-hppa.c:2433 config/tc-hppa.c:2443 +#: config/tc-hppa.c:2435 config/tc-hppa.c:2445 msgid "Invalid Add and Branch Condition" msgstr "Condition d'addition et de branchement invalide" -#: config/tc-hppa.c:2464 config/tc-hppa.c:2602 +#: config/tc-hppa.c:2466 config/tc-hppa.c:2604 msgid "Invalid Compare/Subtract Condition" msgstr "Condition comparaison/soustraction invalide" -#: config/tc-hppa.c:2504 +#: config/tc-hppa.c:2506 #, c-format msgid "Invalid Bit Branch Condition: %c" msgstr "Condition de bit de branchement invalide: %c" -#: config/tc-hppa.c:2590 +#: config/tc-hppa.c:2592 #, c-format msgid "Invalid Compare/Subtract Condition: %s" msgstr "Condition comparaison/soustraction invalide: %s" -#: config/tc-hppa.c:2617 +#: config/tc-hppa.c:2619 msgid "Invalid Compare and Branch Condition" msgstr "Condition comparaison et de branchement invalide" -#: config/tc-hppa.c:2713 +#: config/tc-hppa.c:2715 msgid "Invalid Logical Instruction Condition." msgstr "Instruction de condition logique invalide." -#: config/tc-hppa.c:2768 +#: config/tc-hppa.c:2770 msgid "Invalid Shift/Extract/Deposit Condition." msgstr "Condition décalage/extraction/dépot invalide." -#: config/tc-hppa.c:2880 +#: config/tc-hppa.c:2882 msgid "Invalid Unit Instruction Condition." msgstr "Instruction unaire (Unit) de condition invalide." -#: config/tc-hppa.c:3257 config/tc-hppa.c:3289 config/tc-hppa.c:3320 config/tc-hppa.c:3350 +#: config/tc-hppa.c:3259 config/tc-hppa.c:3291 config/tc-hppa.c:3322 +#: config/tc-hppa.c:3352 msgid "Branch to unaligned address" msgstr "Branchement non aligné sur une adresse" -#: config/tc-hppa.c:3528 +#: config/tc-hppa.c:3530 msgid "Invalid SFU identifier" msgstr "Identificateur SFU invalide" -#: config/tc-hppa.c:3578 +#: config/tc-hppa.c:3580 msgid "Invalid COPR identifier" msgstr "Identificateur COPR invalide" -#: config/tc-hppa.c:3707 +#: config/tc-hppa.c:3709 msgid "Invalid Floating Point Operand Format." msgstr "Format d'opérande en virgule flottante invalide." -#: config/tc-hppa.c:3824 config/tc-hppa.c:3844 config/tc-hppa.c:3864 config/tc-hppa.c:3884 config/tc-hppa.c:3904 +#: config/tc-hppa.c:3826 config/tc-hppa.c:3846 config/tc-hppa.c:3866 +#: config/tc-hppa.c:3886 config/tc-hppa.c:3906 msgid "Invalid register for single precision fmpyadd or fmpysub" msgstr "Registre invalide pour la précision simple fmpyadd ou fmpysub" -#: config/tc-hppa.c:3961 +#: config/tc-hppa.c:3963 #, c-format msgid "Invalid operands %s" msgstr "opérandes invalides %s" -#: config/tc-hppa.c:4079 +#: config/tc-hppa.c:4081 msgid "Cannot handle fixup" msgstr "Ne peut traiter le correctif" -#: config/tc-hppa.c:4380 +#: config/tc-hppa.c:4382 msgid " -Q ignored\n" msgstr " -Q ignoré\n" -#: config/tc-hppa.c:4384 +#: config/tc-hppa.c:4386 msgid " -c print a warning if a comment is found\n" msgstr " -c avertir si un commentaire est trouver\n" -#: config/tc-hppa.c:4455 +#: config/tc-hppa.c:4457 #, c-format msgid "no hppa_fixup entry for fixup type 0x%x" msgstr "pas d'entrée hppa_fixup entry pour le coirrectif du type 0x%x" -#: config/tc-hppa.c:4633 +#: config/tc-hppa.c:4635 msgid "Unknown relocation encountered in md_apply_fix." msgstr "Relocalisation inconnue rencontrée dans md_apply_fix." -#: config/tc-hppa.c:4775 config/tc-hppa.c:4800 +#: config/tc-hppa.c:4777 config/tc-hppa.c:4802 #, c-format msgid "Undefined register: '%s'." msgstr "Registre indéfinie: « %s »." -#: config/tc-hppa.c:4834 +#: config/tc-hppa.c:4836 #, c-format msgid "Non-absolute symbol: '%s'." msgstr "Symbole non absolu: « %s »." -#: config/tc-hppa.c:4849 +#: config/tc-hppa.c:4851 #, c-format msgid "Undefined absolute constant: '%s'." msgstr "Constante absolue indéfinie: « %s »." -#: config/tc-hppa.c:4950 +#: config/tc-hppa.c:4952 #, c-format msgid "Invalid FP Compare Condition: %s" msgstr "Condition de comparaison FP invalide: %s" -#: config/tc-hppa.c:5006 +#: config/tc-hppa.c:5008 #, c-format msgid "Invalid FTEST completer: %s" msgstr "Complèteur FTEST invalise: %s" -#: config/tc-hppa.c:5073 config/tc-hppa.c:5111 +#: config/tc-hppa.c:5075 config/tc-hppa.c:5113 #, c-format msgid "Invalid FP Operand Format: %3s" msgstr "Format d'opérande FP invalide: %3s" -#: config/tc-hppa.c:5190 +#: config/tc-hppa.c:5192 msgid "Bad segment in expression." msgstr "Segment erroné dans l'expression." -#: config/tc-hppa.c:5249 +#: config/tc-hppa.c:5251 msgid "Bad segment (should be absolute)." msgstr "Segement erroné (doit être absolu)." -#: config/tc-hppa.c:5292 +#: config/tc-hppa.c:5294 #, c-format msgid "Invalid argument location: %s\n" msgstr "Localisation invalide de l'argument: %s\n" -#: config/tc-hppa.c:5323 +#: config/tc-hppa.c:5325 #, c-format msgid "Invalid argument description: %d" msgstr "Description invalide de l'argument: %d" -#: config/tc-hppa.c:5346 +#: config/tc-hppa.c:5348 #, c-format msgid "Invalid Nullification: (%c)" msgstr "Nullification invalide: (%c)" -#: config/tc-hppa.c:6066 +#: config/tc-hppa.c:6068 #, c-format msgid "Invalid .CALL argument: %s" msgstr "Argument invalide .CALL: %s" -#: config/tc-hppa.c:6188 +#: config/tc-hppa.c:6190 msgid ".callinfo is not within a procedure definition" msgstr ".callinfo n'est pas à l'intérieur de la définition de procédure" -#: config/tc-hppa.c:6208 +#: config/tc-hppa.c:6210 #, c-format msgid "FRAME parameter must be a multiple of 8: %d\n" msgstr "Paramètre FRAME doit être un multiple de 8: %d\n" -#: config/tc-hppa.c:6227 +#: config/tc-hppa.c:6229 msgid "Value for ENTRY_GR must be in the range 3..18\n" msgstr "Valeur de ENTRY_GR doit être dans la plage 3..18\n" -#: config/tc-hppa.c:6239 +#: config/tc-hppa.c:6241 msgid "Value for ENTRY_FR must be in the range 12..21\n" msgstr "Valeur de ENTRY_FR doit être dans la plage 12..21\n" -#: config/tc-hppa.c:6249 +#: config/tc-hppa.c:6251 msgid "Value for ENTRY_SR must be 3\n" msgstr "Valeur de ENTRY_SR doit être 3\n" -#: config/tc-hppa.c:6305 +#: config/tc-hppa.c:6307 #, c-format msgid "Invalid .CALLINFO argument: %s" msgstr "Argument à .CALLINFO invalide: %s" -#: config/tc-hppa.c:6416 +#: config/tc-hppa.c:6418 msgid "The .ENTER pseudo-op is not supported" msgstr "Le pseudo-op .ENTER n'est pas supporté" -#: config/tc-hppa.c:6432 +#: config/tc-hppa.c:6434 msgid "Misplaced .entry. Ignored." msgstr ".entry mal positionné. Ignoré." -#: config/tc-hppa.c:6436 +#: config/tc-hppa.c:6438 msgid "Missing .callinfo." msgstr ".callinfo manquant." -#: config/tc-hppa.c:6502 +#: config/tc-hppa.c:6504 msgid ".REG expression must be a register" msgstr "Expression .REG doit être un registre" -#: config/tc-hppa.c:6518 +#: config/tc-hppa.c:6520 msgid "bad or irreducible absolute expression; zero assumed" msgstr "expression absolue erronée ou irréductible; zéro assumé" -#: config/tc-hppa.c:6529 +#: config/tc-hppa.c:6531 msgid ".REG must use a label" msgstr ".REG doit avoir une étiquette" -#: config/tc-hppa.c:6531 +#: config/tc-hppa.c:6533 msgid ".EQU must use a label" msgstr ".EQU doit avoir une étiquette" -#: config/tc-hppa.c:6584 +#: config/tc-hppa.c:6586 msgid ".EXIT must appear within a procedure" msgstr ".EXIT doit apparaître à l'intérieur d'une procédure" -#: config/tc-hppa.c:6588 +#: config/tc-hppa.c:6590 msgid "Missing .callinfo" msgstr ".callinfo manquant" -#: config/tc-hppa.c:6592 +#: config/tc-hppa.c:6594 msgid "No .ENTRY for this .EXIT" msgstr "Pas de .ENTRY pour ce .EXIT" -#: config/tc-hppa.c:6619 +#: config/tc-hppa.c:6621 #, c-format msgid "Cannot define export symbol: %s\n" msgstr "Ne peut définit un symbole d'exportation: %s\n" -#: config/tc-hppa.c:6677 +#: config/tc-hppa.c:6679 #, c-format msgid "Using ENTRY rather than CODE in export directive for %s" msgstr "Utilise ENTRY plutôt que CODE dans la directive d'exportation pour %s" -#: config/tc-hppa.c:6794 +#: config/tc-hppa.c:6796 #, c-format msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" msgstr "Argument .EXPORT/.IMPORT non défini (ignoré): %s" -#: config/tc-hppa.c:6876 +#: config/tc-hppa.c:6878 msgid "Missing label name on .LABEL" msgstr "Nom d'étiquette manquant pour .LABEL" -#: config/tc-hppa.c:6881 +#: config/tc-hppa.c:6883 msgid "extra .LABEL arguments ignored." msgstr "arguments superflues pour .LABEL sont ignorés." -#: config/tc-hppa.c:6898 +#: config/tc-hppa.c:6900 msgid "The .LEAVE pseudo-op is not supported" msgstr "Le pseudo-op .LEAVE n'est pas supporté" -#: config/tc-hppa.c:6937 +#: config/tc-hppa.c:6939 msgid "Unrecognized .LEVEL argument\n" msgstr "Argument .LEVEL non reconnu\n" -#: config/tc-hppa.c:6973 +#: config/tc-hppa.c:6975 #, c-format msgid "Cannot define static symbol: %s\n" msgstr "Ne peut définir le symbole statique: %s\n" -#: config/tc-hppa.c:7008 +#: config/tc-hppa.c:7010 msgid "Nested procedures" msgstr "Procédure imbriquées" -#: config/tc-hppa.c:7018 +#: config/tc-hppa.c:7020 msgid "Cannot allocate unwind descriptor\n" msgstr "Ne peut allouer un descripteur non étendu\n" -#: config/tc-hppa.c:7118 +#: config/tc-hppa.c:7120 msgid "misplaced .procend" msgstr ".procend mal positionné" -#: config/tc-hppa.c:7121 +#: config/tc-hppa.c:7123 msgid "Missing .callinfo for this procedure" msgstr ".callinfo manquant pour cette procédure" -#: config/tc-hppa.c:7124 +#: config/tc-hppa.c:7126 msgid "Missing .EXIT for a .ENTRY" msgstr ".EXIT manquant pour un .ENTRY" -#: config/tc-hppa.c:7162 +#: config/tc-hppa.c:7164 msgid "Not in a space.\n" msgstr "N'est pas dans l'espace.\n" -#: config/tc-hppa.c:7165 +#: config/tc-hppa.c:7167 msgid "Not in a subspace.\n" msgstr "N'est pas dans le sous-espace.\n" -#: config/tc-hppa.c:7256 +#: config/tc-hppa.c:7258 msgid "Invalid .SPACE argument" msgstr "Argument .SPACE invalide" -#: config/tc-hppa.c:7303 +#: config/tc-hppa.c:7305 msgid "Can't change spaces within a procedure definition. Ignored" msgstr "Ne peut changes les espace à l'intérieur d'une définition de procédure. Ignoré" -#: config/tc-hppa.c:7432 +#: config/tc-hppa.c:7434 #, c-format msgid "Undefined space: '%s' Assuming space number = 0." msgstr "Espace indéfini: « %s » Numéro d'espace assumé = 0." -#: config/tc-hppa.c:7456 +#: config/tc-hppa.c:7458 msgid "Must be in a space before changing or declaring subspaces.\n" msgstr "Doit être dans un espace avant de changer ou déclarer des sous-espaces.\n" -#: config/tc-hppa.c:7460 +#: config/tc-hppa.c:7462 msgid "Can't change subspaces within a procedure definition. Ignored" msgstr "Ne peut modifier des sous-espaces à l'intéieur de la définitin d'une procédure. Ignoré" -#: config/tc-hppa.c:7495 +#: config/tc-hppa.c:7497 msgid "Parameters of an existing subspace can't be modified" msgstr "Paramètres de sous-espaces existants ne peuvent être modifiés" -#: config/tc-hppa.c:7546 +#: config/tc-hppa.c:7548 msgid "Alignment must be a power of 2" msgstr "Alignement doit être une puissance de 2" -#: config/tc-hppa.c:7588 +#: config/tc-hppa.c:7590 msgid "FIRST not supported as a .SUBSPACE argument" msgstr "FIRST n'est pas supporté comme un argument pour .SUBSPACE" -#: config/tc-hppa.c:7590 +#: config/tc-hppa.c:7592 msgid "Invalid .SUBSPACE argument" msgstr "argument .SUBSPACE invallide" -#: config/tc-hppa.c:7770 +#: config/tc-hppa.c:7772 #, c-format msgid "Internal error: Unable to find containing space for %s." -msgstr "Erreur interne: incapable de repérer l'espace contenu pour %s." +msgstr "ERREUR interne: incapable de repérer l'espace contenu pour %s." -#: config/tc-hppa.c:7809 +#: config/tc-hppa.c:7811 #, c-format msgid "Out of memory: could not allocate new space chain entry: %s\n" msgstr "Mémoire épuisé: ne peut allouer un nouvel espace pour une entrée de chaîne: %s\n" -#: config/tc-hppa.c:7895 +#: config/tc-hppa.c:7897 #, c-format msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "Mémoire épuisé: ne peut allouer un nouvel sous-espace pour une entrée de chaîne: %s\n" -#: config/tc-hppa.c:8589 +#: config/tc-hppa.c:8638 #, c-format msgid "Symbol '%s' could not be created." msgstr "Symbole « %s » n'a pu être créé." -#: config/tc-hppa.c:8593 +#: config/tc-hppa.c:8642 msgid "No memory for symbol name." msgstr "Pas de mémoire pour le nom de symbole." -#: config/tc-i386.c:594 +#: config/tc-i386.c:658 #, c-format msgid "%s shortened to %s" msgstr "%s réduit à %s" -#: config/tc-i386.c:649 +#: config/tc-i386.c:714 msgid "same type of prefix used twice" msgstr "même type de préfixe utilisé deux fois" -#: config/tc-i386.c:667 +#: config/tc-i386.c:732 msgid "64bit mode not supported on this CPU." msgstr "mode 64 bits n'est pas supporté sur ce CPU" -#: config/tc-i386.c:671 +#: config/tc-i386.c:736 msgid "32bit mode not supported on this CPU." msgstr "mode 32 bits n'est pas supporté sur ce CPU" -#: config/tc-i386.c:704 +#: config/tc-i386.c:769 msgid "bad argument to syntax directive." msgstr "mauvais argument pour la directive de syntaxe" -#: config/tc-i386.c:748 +#: config/tc-i386.c:813 #, c-format msgid "no such architecture: `%s'" msgstr "pas de telle architecture: %s" -#: config/tc-i386.c:753 +#: config/tc-i386.c:818 msgid "missing cpu architecture" msgstr "architecture cpu manquante" -#: config/tc-i386.c:767 +#: config/tc-i386.c:832 #, c-format msgid "no such architecture modifier: `%s'" msgstr "pas de telle modificateur d'architecture: « %s »" -#: config/tc-i386.c:821 config/tc-i386.c:4628 +#: config/tc-i386.c:849 config/tc-i386.c:4857 msgid "Unknown architecture" msgstr "architecture inconnue" -#: config/tc-i386.c:856 config/tc-i386.c:879 config/tc-m68k.c:3826 +#: config/tc-i386.c:884 config/tc-i386.c:907 config/tc-m68k.c:3826 #, c-format msgid "Internal Error: Can't hash %s: %s" -msgstr "Erreur interne: ne peut adresser par hachage %s: %s" +msgstr "ERREUR interne: ne peut adresser par hachage %s: %s" -#: config/tc-i386.c:1132 +#: config/tc-i386.c:1150 msgid "There are no unsigned pc-relative relocations" msgstr "Il n'y a pas de relocalisations relatives au PC non signées" -#: config/tc-i386.c:1139 config/tc-i386.c:4827 +#: config/tc-i386.c:1157 config/tc-i386.c:5062 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "ne peut faire une relocalisation relative au PC de %d octets" -#: config/tc-i386.c:1156 +#: config/tc-i386.c:1174 #, c-format msgid "can not do %s %d byte relocation" msgstr "ne peut faire une relocalisation %s %d octets" -#: config/tc-i386.c:1263 config/tc-i386.c:1357 +#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. +#: config/tc-i386.c:1386 +#, c-format +msgid "translating to `%sp'" +msgstr "traduction à « %sp »" + +#: config/tc-i386.c:1431 +#, c-format +msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n" +msgstr "ne peut encoder le registre '%%%s» dans l'instruction nécessitant le préfixe REX.\n" + +#: config/tc-i386.c:1470 config/tc-i386.c:1565 #, c-format msgid "no such instruction: `%s'" msgstr "pas de telle instruction: « %s »" -#: config/tc-i386.c:1273 config/tc-i386.c:1389 +#: config/tc-i386.c:1480 config/tc-i386.c:1597 #, c-format msgid "invalid character %s in mnemonic" msgstr "caractère invalide %s dans la mnémonique" -#: config/tc-i386.c:1280 +#: config/tc-i386.c:1487 msgid "expecting prefix; got nothing" msgstr "préfixe attendu; n'a rien obtenu" -#: config/tc-i386.c:1282 +#: config/tc-i386.c:1489 msgid "expecting mnemonic; got nothing" msgstr "mnémonique attendue; n'a rien obtenu" -#: config/tc-i386.c:1300 +#: config/tc-i386.c:1508 #, c-format msgid "redundant %s prefix" msgstr "préfixe %s redondant" -#: config/tc-i386.c:1398 +#: config/tc-i386.c:1606 #, c-format msgid "`%s' is not supported on `%s'" msgstr "« %s» n'est pas supporté sur «%s »" -#: config/tc-i386.c:1403 +#: config/tc-i386.c:1611 msgid "use .code16 to ensure correct addressing mode" msgstr "utilise .code16 pour assurer un mode d'adressage correct" -#: config/tc-i386.c:1410 +#: config/tc-i386.c:1618 #, c-format msgid "expecting string instruction after `%s'" msgstr "chaîne d'instruction attendue après « %s »" -#: config/tc-i386.c:1431 +#: config/tc-i386.c:1646 #, c-format msgid "invalid character %s before operand %d" msgstr "caractère ivalide %s avant l'opérande %d" -#: config/tc-i386.c:1445 +#: config/tc-i386.c:1660 #, c-format msgid "unbalanced parenthesis in operand %d." msgstr "parenthèses non pairées dans l'éopérande %d." -#: config/tc-i386.c:1448 +#: config/tc-i386.c:1663 #, c-format msgid "unbalanced brackets in operand %d." msgstr "crochets non pairés dans l'opérande %d." -#: config/tc-i386.c:1457 +#: config/tc-i386.c:1672 #, c-format msgid "invalid character %s in operand %d" msgstr "caractère invalide %s dans l'opérande %d" -#: config/tc-i386.c:1484 +#: config/tc-i386.c:1699 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "fausses opérandes; (%d opérandes/instructions au maximum)" -#: config/tc-i386.c:1507 +#: config/tc-i386.c:1722 msgid "expecting operand after ','; got nothing" msgstr "opérande attendue après « , »; n'a rien obtenu" -#: config/tc-i386.c:1512 +#: config/tc-i386.c:1727 msgid "expecting operand before ','; got nothing" msgstr "opérande attendue avant « , »; n'a rien obtenu" #. We found no match. -#: config/tc-i386.c:1856 +#: config/tc-i386.c:2069 #, c-format msgid "suffix or operands invalid for `%s'" msgstr "suffixe ou opérande invalide pour « %s »" -#: config/tc-i386.c:1867 +#: config/tc-i386.c:2080 #, c-format msgid "indirect %s without `*'" msgstr "indirect %s sans « * »" #. Warn them that a data or address size prefix doesn't #. affect assembly of the next line of code. -#: config/tc-i386.c:1875 +#: config/tc-i386.c:2088 #, c-format msgid "stand-alone `%s' prefix" msgstr "préfixe « %s » autonome" -#: config/tc-i386.c:1911 config/tc-i386.c:1926 +#: config/tc-i386.c:2117 config/tc-i386.c:2132 #, c-format msgid "`%s' operand %d must use `%%es' segment" msgstr "« %s» opérande %d doit utiliser le segment «%%es »" -#. Prohibit these changes in the 64bit mode, since -#. the lowering is more complicated. -#: config/tc-i386.c:1999 config/tc-i386.c:2053 config/tc-i386.c:2068 config/tc-i386.c:2096 config/tc-i386.c:2124 +#: config/tc-i386.c:2212 +msgid "no instruction mnemonic suffix given and no register operands; can't size instruction" +msgstr "" +"aucun suffixe de mnémonique d'instruction fourni et pas d'opérandes registre;\n" +"ne peut déterminer la taille de l'instruction" + +#. Prohibit these changes in the 64bit mode, since the +#. lowering is more complicated. +#: config/tc-i386.c:2296 config/tc-i386.c:2355 config/tc-i386.c:2372 +#: config/tc-i386.c:2404 config/tc-i386.c:2437 #, c-format -msgid "Incorrect register `%%%s' used with`%c' suffix" -msgstr "Registre incorrect « %%%s» utilisé avec le suffixe «%c »" +msgid "Incorrect register `%%%s' used with `%c' suffix" +msgstr "Registre incorrect « %%%s» utilisé avec le suffixe « %c »" -#: config/tc-i386.c:2005 config/tc-i386.c:2058 config/tc-i386.c:2129 +#: config/tc-i386.c:2304 config/tc-i386.c:2362 config/tc-i386.c:2444 #, c-format msgid "using `%%%s' instead of `%%%s' due to `%c' suffix" msgstr "utilise « %%%s» au lieu de «%%%s» en raison du suffixe «%c »" -#: config/tc-i386.c:2021 config/tc-i386.c:2039 config/tc-i386.c:2083 config/tc-i386.c:2110 +#: config/tc-i386.c:2319 config/tc-i386.c:2340 config/tc-i386.c:2391 +#: config/tc-i386.c:2422 #, c-format msgid "`%%%s' not allowed with `%s%c'" msgstr "« %%%s» n'est pas permis avec «%s%c »" -#: config/tc-i386.c:2170 +#: config/tc-i386.c:2485 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "aucun suffixe de mnémonique d'instruction fourni; ne peut déterminer la taille de l'immédiat" -#: config/tc-i386.c:2196 +#: config/tc-i386.c:2518 #, c-format msgid "no instruction mnemonic suffix given; can't determine immediate size %x %c" msgstr "aucun suffixe de mnémonique d'instruction fourni; ne peut déterminer la taille de l'immédiat %x %c" -#: config/tc-i386.c:2221 -msgid "no instruction mnemonic suffix given and no register operands; can't size instruction" -msgstr "" -"aucun suffixe de mnémonique d'instruction fourni et pas d'opérandes registre;\n" -"ne peut déterminer la taille de l'instruction" - -#: config/tc-i386.c:2269 -msgid "64bit operations available only in 64bit modes." -msgstr "opérations 64 bits disponibles seulement en mode 64 bits." - #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:2337 +#: config/tc-i386.c:2567 #, c-format msgid "translating to `%s %%%s,%%%s'" msgstr "traduction à « %s %%%s,%%%s »" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:2344 +#: config/tc-i386.c:2574 #, c-format msgid "translating to `%s %%%s'" msgstr "traduction à « %s %%%s »" -#: config/tc-i386.c:2617 +#: config/tc-i386.c:2593 #, c-format msgid "you can't `pop %%cs'" msgstr "vous ne pouvez pas utiliser « pop %%cs »" -#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:2650 -#, c-format -msgid "translating to `%sp'" -msgstr "traduction à « %sp »" - -#: config/tc-i386.c:2693 -#, c-format -msgid "Can't encode registers '%%%s' in the instruction requiring REX prefix.\n" -msgstr "Ne peut encoder les registres '%%%s» dans l'instruction nécessitant le préfixe REX.\n" - -#: config/tc-i386.c:2755 config/tc-i386.c:2845 config/tc-i386.c:2881 +#: config/tc-i386.c:2919 config/tc-i386.c:3012 config/tc-i386.c:3051 msgid "skipping prefixes on this instruction" msgstr "escamotage des préfixes sur cette instruction" -#: config/tc-i386.c:2901 +#: config/tc-i386.c:3071 msgid "16-bit jump out of range" msgstr "saut de 16 bits hors gamme" -#: config/tc-i386.c:2910 +#: config/tc-i386.c:3080 #, c-format msgid "can't handle non absolute segment in `%s'" msgstr "ne peut traiter un segment non absolu dans « %s »" -#: config/tc-i386.c:3217 +#: config/tc-i386.c:3418 #, c-format msgid "@%s reloc is not supported in %s bit mode" msgstr "relocalisation @%s n'est pas supporté en mode %s bits" -#: config/tc-i386.c:3293 +#: config/tc-i386.c:3494 msgid "only 1 or 2 immediate operands are allowed" msgstr "seulement les opérandes immédiates 1 ou 2 sont permises" -#: config/tc-i386.c:3316 config/tc-i386.c:3504 +#: config/tc-i386.c:3517 config/tc-i386.c:3708 #, c-format msgid "junk `%s' after expression" msgstr "rebuts « %s » après l'expression" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3327 +#: config/tc-i386.c:3528 #, c-format msgid "missing or invalid immediate expression `%s' taken as 0" msgstr "expression immédiate invalide ou manquante « %s » prise alors pour 0" -#: config/tc-i386.c:3358 config/tc-i386.c:3565 +#: config/tc-i386.c:3559 config/tc-i386.c:3769 #, c-format msgid "unimplemented segment %s in operand" msgstr "segment non implanté %s dans l'opérande" -#: config/tc-i386.c:3360 config/tc-i386.c:3567 +#: config/tc-i386.c:3561 config/tc-i386.c:3771 #, c-format msgid "unimplemented segment type %d in operand" msgstr "type de segment non implanté %d dans l'opérande" -#: config/tc-i386.c:3404 config/tc-i386.c:5588 +#: config/tc-i386.c:3605 config/tc-i386.c:5836 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "facteur d'échelle attendu de 1, 2, 4, ou 8: a obtenu « %s »" -#: config/tc-i386.c:3411 +#: config/tc-i386.c:3612 #, c-format msgid "scale factor of %d without an index register" msgstr "facteur d'échelle de %d sans registre d'index" -#: config/tc-i386.c:3524 +#: config/tc-i386.c:3728 #, c-format msgid "bad expression used with @%s" msgstr "expression erronée utilisé avec @%s" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3546 +#: config/tc-i386.c:3750 #, c-format msgid "missing or invalid displacement expression `%s' taken as 0" msgstr "expression de déplacement invalide ou manquante « %s » alors 0 assumé" -#: config/tc-i386.c:3652 +#: config/tc-i386.c:3869 #, c-format msgid "`%s' is not a valid base/index expression" msgstr "« %s » n'est pas une expression de base/index valide" -#: config/tc-i386.c:3656 +#: config/tc-i386.c:3873 #, c-format msgid "`%s' is not a valid %s bit base/index expression" msgstr "« %s » n'est pas une expression de base/index valide de %s bits" -#: config/tc-i386.c:3731 +#: config/tc-i386.c:3948 #, c-format msgid "bad memory operand `%s'" msgstr "opérande mémoire erronée « %s »" -#: config/tc-i386.c:3746 +#: config/tc-i386.c:3963 #, c-format msgid "junk `%s' after register" msgstr "rebut « %s » après le registre" -#: config/tc-i386.c:3755 config/tc-i386.c:3870 config/tc-i386.c:3908 +#: config/tc-i386.c:3972 config/tc-i386.c:4087 config/tc-i386.c:4125 #, c-format msgid "bad register name `%s'" msgstr "mauvais nom de registre « %s »" -#: config/tc-i386.c:3763 +#: config/tc-i386.c:3980 msgid "immediate operand illegal with absolute jump" msgstr "opérande immédiate illégale avec un saut absolu" -#: config/tc-i386.c:3785 +#: config/tc-i386.c:4002 #, c-format msgid "too many memory references for `%s'" msgstr "trop de références en mémoire pour « %s »" -#: config/tc-i386.c:3863 +#: config/tc-i386.c:4080 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "attendu « ,» ou «)» après le registre d'index dans «%s »" -#: config/tc-i386.c:3887 +#: config/tc-i386.c:4104 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "attendu « )» après le facteur d'échelle dans «%s »" -#: config/tc-i386.c:3894 +#: config/tc-i386.c:4111 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "attendu un registre d'index ou un facteur d'échelle après « ,»; a obtenu «%c »" -#: config/tc-i386.c:3901 +#: config/tc-i386.c:4118 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "attendu « ,» ou «)» après le registre de base dans «%s »" #. It's not a memory operand; argh! -#: config/tc-i386.c:3942 +#: config/tc-i386.c:4159 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "caractère invalide %s au débutde l'opérande %d « %s »" -#: config/tc-i386.c:4117 +#: config/tc-i386.c:4338 msgid "long jump required" msgstr "long saut (jump) requis" -#: config/tc-i386.c:4417 +#: config/tc-i386.c:4646 msgid "Bad call to md_atof ()" msgstr "Appel erroné à md_atof ()" -#: config/tc-i386.c:4581 +#: config/tc-i386.c:4810 msgid "No compiled in support for x86_64" msgstr "Pas compilé pour le support pour x86_64" -#: config/tc-i386.c:4602 +#: config/tc-i386.c:4831 msgid "" " -Q ignored\n" " -V print assembler version number\n" @@ -3809,63 +4392,63 @@ msgstr "" " -q ne pas produire d'avertissements\n" " -s ignoré\n" -#: config/tc-i386.c:4609 +#: config/tc-i386.c:4838 msgid " -q quieten some warnings\n" msgstr " -q ne pas produire d'avertissement\n" -#: config/tc-i386.c:4710 config/tc-s390.c:1592 +#: config/tc-i386.c:4939 config/tc-s390.c:1601 msgid "GOT already in symbol table" msgstr "GOT est déjà dans la table de symboles" -#: config/tc-i386.c:4842 +#: config/tc-i386.c:5077 #, c-format msgid "can not do %d byte relocation" msgstr "ne peut relocaliser %d octets" -#: config/tc-i386.c:4894 config/tc-s390.c:1957 +#: config/tc-i386.c:5142 config/tc-s390.c:1969 #, c-format msgid "cannot represent relocation type %s" msgstr "ne peut représenter le type de relocalisation %s" -#: config/tc-i386.c:5190 +#: config/tc-i386.c:5438 #, c-format msgid "too many memory references for '%s'" msgstr "trop de références mémoire pour « %s »" -#: config/tc-i386.c:5353 +#: config/tc-i386.c:5601 #, c-format msgid "Unknown operand modifier `%s'\n" msgstr "modificateur d'opérande inconnu « %s »\n" -#: config/tc-i386.c:5560 +#: config/tc-i386.c:5808 #, c-format msgid "`%s' is not a valid segment register" msgstr "« %s » n'est pas un registre de segment valide" -#: config/tc-i386.c:5570 config/tc-i386.c:5691 +#: config/tc-i386.c:5818 config/tc-i386.c:5939 msgid "Register scaling only allowed in memory operands." msgstr "Registre d'échelle seulement permis dans les opérandes en mémoire" -#: config/tc-i386.c:5601 +#: config/tc-i386.c:5849 msgid "Too many register references in memory operand.\n" msgstr "Trop de références registre dans l'opérande mémoire.\n" -#: config/tc-i386.c:5670 +#: config/tc-i386.c:5918 #, c-format msgid "Syntax error. Expecting a constant. Got `%s'.\n" -msgstr "Erreur de syntaxe. Attendait une constante. A obtenu « %s ».\n" +msgstr "ERREUR de syntaxe. Attendait une constante. A obtenu « %s ».\n" -#: config/tc-i386.c:5740 +#: config/tc-i386.c:5988 #, c-format msgid "Unrecognized token '%s'" msgstr "Jeton non reconnu « %s »" -#: config/tc-i386.c:5757 +#: config/tc-i386.c:6005 #, c-format msgid "Unexpected token `%s'\n" msgstr "Jeton attendu « %s »\n" -#: config/tc-i386.c:5901 +#: config/tc-i386.c:6149 #, c-format msgid "Unrecognized token `%s'\n" msgstr "Jeton non reconnnu « %s »\n" @@ -3874,10 +4457,10 @@ msgstr "Jeton non reconnnu « %s »\n" msgid "Unknown temporary pseudo register" msgstr "Pseudo registre temporaire inconnu" -#: config/tc-i860.c:181 config/tc-mips.c:1248 +#: config/tc-i860.c:181 config/tc-mips.c:1060 #, c-format msgid "internal error: can't hash `%s': %s\n" -msgstr "Erreur interne: ne peut adresser par hachage « %s »: %s\n" +msgstr "ERREUR interne: ne peut adresser par hachage « %s »: %s\n" #: config/tc-i860.c:201 msgid "Defective assembler. No assembly attempted." @@ -3911,7 +4494,7 @@ msgstr "Assembleu be supporte pas encore msgid "Illegal operands for %s" msgstr "opérandes illégales pour %s" -#: config/tc-i860.c:873 config/tc-sparc.c:2731 +#: config/tc-i860.c:873 config/tc-sparc.c:2737 msgid "bad segment" msgstr "segment erroné" @@ -4035,208 +4618,213 @@ msgstr "" "-no-relax ne pas altérer les instructions comparer-et-aiguiller pour\n" " les longs déplacements\n" -#: config/tc-i960.c:1404 +#: config/tc-i960.c:1405 msgid "too many operands" msgstr "trop d'opérandes" -#: config/tc-i960.c:1463 config/tc-i960.c:1690 +#: config/tc-i960.c:1464 config/tc-i960.c:1691 msgid "expression syntax error" msgstr "erreur de syntaxe dans l'expression" -#: config/tc-i960.c:1501 +#: config/tc-i960.c:1502 msgid "attempt to branch into different segment" msgstr "tentative de branchement dans un segment différent" -#: config/tc-i960.c:1505 +#: config/tc-i960.c:1506 #, c-format msgid "target of %s instruction must be a label" msgstr "cible de l'instruction %s doit être une étiquette" -#: config/tc-i960.c:1544 +#: config/tc-i960.c:1545 msgid "unmatched '['" msgstr "« [ » non pairé" -#: config/tc-i960.c:1555 +#: config/tc-i960.c:1556 msgid "garbage after index spec ignored" msgstr "rabiut après la spécification d'index ignoré" #. We never moved: there was no opcode either! -#: config/tc-i960.c:1621 +#: config/tc-i960.c:1622 msgid "missing opcode" msgstr "opcode manquant" -#: config/tc-i960.c:2036 +#: config/tc-i960.c:2037 msgid "invalid index register" msgstr "registre d'index invalide" -#: config/tc-i960.c:2059 +#: config/tc-i960.c:2060 msgid "invalid scale factor" msgstr "facteur d'échelle invalide" -#: config/tc-i960.c:2242 +#: config/tc-i960.c:2243 msgid "unaligned register" msgstr "registre non aligné" -#: config/tc-i960.c:2265 +#: config/tc-i960.c:2266 msgid "no such sfr in this architecture" msgstr "pas de tel « sfr » pour cette architecture" -#: config/tc-i960.c:2303 +#: config/tc-i960.c:2304 msgid "illegal literal" msgstr "litéral illégal" #. Should not happen: see block comment above -#: config/tc-i960.c:2533 +#: config/tc-i960.c:2534 #, c-format msgid "Trying to 'bal' to %s" msgstr "Tentative de « bal » vers %s" -#: config/tc-i960.c:2544 +#: config/tc-i960.c:2545 msgid "Looks like a proc, but can't tell what kind.\n" msgstr "Ressemble à une procédure, mais ne peut dire de quel genre.\n" -#: config/tc-i960.c:2575 +#: config/tc-i960.c:2576 msgid "should have 1 or 2 operands" msgstr "devrait avoir 1 ou 2 opérandes" -#: config/tc-i960.c:2584 config/tc-i960.c:2603 +#: config/tc-i960.c:2585 config/tc-i960.c:2604 #, c-format msgid "Redefining leafproc %s" msgstr "Redéfinition leafproc %s" -#: config/tc-i960.c:2634 +#: config/tc-i960.c:2635 msgid "should have two operands" msgstr "devrait avoir deux opérandes" -#: config/tc-i960.c:2644 +#: config/tc-i960.c:2645 msgid "'entry_num' must be absolute number in [0,31]" msgstr "« entry_num » doit être un nombre absolu dans [0,31]" -#: config/tc-i960.c:2653 +#: config/tc-i960.c:2654 #, c-format msgid "Redefining entrynum for sysproc %s" msgstr "Redéfinition entrynum pour sysproc %s" -#: config/tc-i960.c:2760 +#: config/tc-i960.c:2761 msgid "architecture of opcode conflicts with that of earlier instruction(s)" msgstr "conflit de opcode d'architecture avec ceux d'instructions déjà définies" -#: config/tc-i960.c:2781 +#: config/tc-i960.c:2782 msgid "big endian mode is not supported" msgstr "système à octets de poids fort n'est pas supporté" -#: config/tc-i960.c:2783 +#: config/tc-i960.c:2784 #, c-format msgid "ignoring unrecognized .endian type `%s'" msgstr "type de système à octets non reconnu dans .endian « %s »" -#: config/tc-i960.c:3055 +#: config/tc-i960.c:3056 #, c-format msgid "leafproc symbol '%s' undefined" msgstr "symbole leafproc « %s » est indéfini" -#: config/tc-i960.c:3065 +#: config/tc-i960.c:3066 #, c-format msgid "Warning: making leafproc entries %s and %s both global\n" msgstr "AVERTISSEMENT: créer des entrées « leafproc » %s et %s toutes les 2 globales\n" -#: config/tc-i960.c:3174 +#: config/tc-i960.c:3175 msgid "option --link-relax is only supported in b.out format" msgstr "L'option --link-relax est seulement supporté dans le format b.out" -#: config/tc-i960.c:3217 write.c:2670 +#: config/tc-i960.c:3218 write.c:2689 msgid "callj to difference of two symbols" msgstr "appel de callj pour différencier deux symboles" -#: config/tc-ia64.c:1052 +#: config/tc-ia64.c:1078 msgid "Unwind directive not followed by an instruction." msgstr "directive unwind n'est pas suivie d'une instruction." -#: config/tc-ia64.c:4416 +#: config/tc-ia64.c:4512 msgid "Register name expected" msgstr "Nom de registre attendu" -#: config/tc-ia64.c:4421 config/tc-ia64.c:4707 +#: config/tc-ia64.c:4517 config/tc-ia64.c:4803 msgid "Comma expected" msgstr "Virgule attendu" -#: config/tc-ia64.c:4429 +#: config/tc-ia64.c:4525 msgid "Register value annotation ignored" msgstr "Annotation de valeur de registre ignorée" -#: config/tc-ia64.c:4453 +#: config/tc-ia64.c:4549 msgid "Directive invalid within a bundle" msgstr "Directive invalide à l'intérieur du paquet" -#: config/tc-ia64.c:4520 +#: config/tc-ia64.c:4616 msgid "Missing predicate relation type" msgstr "Type de relation de prédicact manquant" -#: config/tc-ia64.c:4536 +#: config/tc-ia64.c:4632 msgid "Unrecognized predicate relation type" msgstr "Type de relation de prédicat non reconnu" -#: config/tc-ia64.c:4556 config/tc-ia64.c:4581 +#: config/tc-ia64.c:4652 config/tc-ia64.c:4677 msgid "Predicate register expected" msgstr "Registre de prédicat attendu" -#: config/tc-ia64.c:4568 +#: config/tc-ia64.c:4664 msgid "Duplicate predicate register ignored" msgstr "Prédicat de registre en double ignoré" -#: config/tc-ia64.c:4590 +#: config/tc-ia64.c:4686 msgid "Bad register range" msgstr "Gamme de registre erronée" -#: config/tc-ia64.c:4618 +#: config/tc-ia64.c:4714 msgid "Predicate source and target required" msgstr "Prédicat source et cible requis" -#: config/tc-ia64.c:4620 config/tc-ia64.c:4632 +#: config/tc-ia64.c:4716 config/tc-ia64.c:4728 msgid "Use of p0 is not valid in this context" msgstr "Utilisation de p n'est pas valide dans ce contexte" -#: config/tc-ia64.c:4627 +#: config/tc-ia64.c:4723 msgid "At least two PR arguments expected" msgstr "Au moins deux arguments PR attendus" -#: config/tc-ia64.c:4641 +#: config/tc-ia64.c:4737 msgid "At least one PR argument expected" msgstr "Au moins un argument PR attendu" -#: config/tc-ia64.c:4677 +#: config/tc-ia64.c:4773 #, c-format msgid "Inserting \"%s\" into entry hint table failed: %s" msgstr "Insertion de « %s » dans la table d'indices a échoué: %s" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5147 +#: config/tc-ia64.c:5243 msgid "62-bit relocation not yet implemented" msgstr "Relocalisation 62 bits n'est pas encore implantée" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5220 +#: config/tc-ia64.c:5316 msgid "lower 16 bits of mask ignored" msgstr "16 bits du bas du masque sont ignorés" -#: config/tc-ia64.c:5775 +#: config/tc-ia64.c:5871 msgid "Value truncated to 62 bits" msgstr "Valeur tronquée à 62 bits" -#: config/tc-ia64.c:6126 +#: config/tc-ia64.c:6222 msgid "Additional NOP may be necessary to workaround Itanium processor A/B step errata" msgstr "L'ajout de NOP peut être nécessaire pour contrer les erreurs d'étapes A/B du processeur Itanium" -#: config/tc-ia64.c:6309 +#: config/tc-ia64.c:6405 #, c-format msgid "Unrecognized option '-x%s'" msgstr "Option non reconnue '-x%s'" -#: config/tc-ia64.c:6337 +#: config/tc-ia64.c:6433 msgid "" "IA-64 options:\n" +" --mconstant-gp\t mark output file as using the constant-GP model\n" +"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" +" --mauto-pic\t\t mark output file as using the constant-GP model\n" +"\t\t\t without function descriptors (sets ELF header flag\n" +"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" " -x | -xexplicit\t turn on dependency violation checking (default)\n" @@ -4244,43 +4832,48 @@ msgid "" " -xdebug\t\t debug dependency violation checker\n" msgstr "" "Options IA-64:\n" +" --mconstant-gp indiquer que le fichier utilise le modèle de constantes GP\n" +" (initialiser le fanion d'en-tête ELF EF_IA_64_CONS_GP)\n" +" --mauto-pic indiquer que le fichier utilise le modèle de constantes GP\n" +" sans les descripteurs de fonction (initialiser le fanion d'en-tête ELF\n" +" EF_IA_64_NOFUNCDESC_CONS_GP)\n" " -milp32|-milp64|-mlp64|-mp64 sélectionner le modèle de données (par défaut -mlp64)\n" " -mle | -mbe sélectionner le système à octet de poids faible ou fort (par défaut -mle)\n" " -x | -xexplicit activer la vérification de violation de dépendance (par défaut)\n" " -xauto enlever automatiquement les violations de dépendance\n" " -xdebug passer en mode débug le vérificateur de violations de dépendance\n" -#: config/tc-ia64.c:6351 +#: config/tc-ia64.c:6452 msgid "--gstabs is not supported for ia64" msgstr "--gstabs n'est pas supporté pour ia64" -#: config/tc-ia64.c:6618 config/tc-mips.c:1227 +#: config/tc-ia64.c:6743 config/tc-mips.c:1049 msgid "Could not set architecture and machine" msgstr "Ne peut initialiser l'architecture et la machine" -#: config/tc-ia64.c:6725 +#: config/tc-ia64.c:6850 msgid "Explicit stops are ignored in auto mode" msgstr "Les arrêts explicites sont ignorés en mode auto" -#: config/tc-ia64.c:6775 +#: config/tc-ia64.c:6900 msgid "Found '{' after explicit switch to automatic mode" msgstr "Trouvé « { » après un passage explicite en mode automatique" -#: config/tc-ia64.c:7222 +#: config/tc-ia64.c:7347 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "Dépendance non traitée %s pour %s (%s), noter %d" -#: config/tc-ia64.c:8498 +#: config/tc-ia64.c:8623 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "Spécificateur de dépendance non reconnu %d\n" -#: config/tc-ia64.c:9300 +#: config/tc-ia64.c:9425 msgid "Only the first path encountering the conflict is reported" msgstr "Seul le premier chemin où le conflit est rencontré est rapporté" -#: config/tc-ia64.c:9303 +#: config/tc-ia64.c:9428 msgid "This is the location of the conflicting usage" msgstr "Voici la localisation d'un usage conflictuel." @@ -4406,7 +4999,7 @@ msgstr "%s: la sortie de la 1ere instruc msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?" msgstr "%s: la sortie de la 2e instruction est la même que l'entrée de la 1ere instruction - est-ce intentionnel ?" -#: config/tc-m32r.c:1252 config/tc-ppc.c:1571 config/tc-ppc.c:3966 +#: config/tc-m32r.c:1252 config/tc-ppc.c:1561 config/tc-ppc.c:3977 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "Virgule attendue après le nomde symbole: reste de la ligne ignoré." @@ -4415,15 +5008,16 @@ msgstr "Virgule attendue après le nomde msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "longueur .SCOMMon (%ld.) <0! Ignoré." -#: config/tc-m32r.c:1276 config/tc-ppc.c:1593 config/tc-ppc.c:2615 config/tc-ppc.c:3990 +#: config/tc-m32r.c:1276 config/tc-ppc.c:1583 config/tc-ppc.c:2626 +#: config/tc-ppc.c:4001 msgid "ignoring bad alignment" msgstr "mauvais alignement ignoré" -#: config/tc-m32r.c:1288 config/tc-ppc.c:1630 config/tc-v850.c:383 +#: config/tc-m32r.c:1288 config/tc-ppc.c:1620 config/tc-v850.c:333 msgid "Common alignment not a power of 2" msgstr "Alignement du commun n'est pas une puissance de 2" -#: config/tc-m32r.c:1303 config/tc-ppc.c:1604 config/tc-ppc.c:4002 +#: config/tc-m32r.c:1303 config/tc-ppc.c:1594 config/tc-ppc.c:4013 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." msgstr "Tentative ignorée de re-définition du symbole « %s »." @@ -4793,16 +5387,16 @@ msgstr "Ne peut faire une relocalisation msgid "Unable to produce reloc against symbol '%s'" msgstr "Incapable de produire une relocalisation vers le symboles « %s »" -#: config/tc-m68k.c:948 config/tc-mips.c:12429 +#: config/tc-m68k.c:948 config/tc-mips.c:12955 config/tc-vax.c:3442 #, c-format msgid "Cannot make %s relocation PC relative" msgstr "Ne peut faire une relocalisation %s relative au PC" -#: config/tc-m68k.c:1041 config/tc-tahoe.c:1495 config/tc-vax.c:1762 +#: config/tc-m68k.c:1041 config/tc-tahoe.c:1495 config/tc-vax.c:1890 msgid "No operator" msgstr "Pas d'opérateur" -#: config/tc-m68k.c:1071 config/tc-tahoe.c:1512 config/tc-vax.c:1779 +#: config/tc-m68k.c:1071 config/tc-tahoe.c:1512 config/tc-vax.c:1907 msgid "Unknown operator" msgstr "Opérateur inconnu" @@ -4834,7 +5428,8 @@ msgstr "68010 ou plus" msgid "operands mismatch" msgstr "opérandes ne concordent pas" -#: config/tc-m68k.c:1949 config/tc-m68k.c:1955 config/tc-m68k.c:1961 config/tc-mmix.c:2448 config/tc-mmix.c:2472 +#: config/tc-m68k.c:1949 config/tc-m68k.c:1955 config/tc-m68k.c:1961 +#: config/tc-mmix.c:2465 config/tc-mmix.c:2489 msgid "operand out of range" msgstr "Opérande hors gamme" @@ -4879,7 +5474,8 @@ msgstr "valeur d'octet non supportée; ut msgid "unknown/incorrect operand" msgstr "opérande inconnue/incorrecte" -#: config/tc-m68k.c:2485 config/tc-m68k.c:2493 config/tc-m68k.c:2500 config/tc-m68k.c:2507 +#: config/tc-m68k.c:2485 config/tc-m68k.c:2493 config/tc-m68k.c:2500 +#: config/tc-m68k.c:2507 msgid "out of range" msgstr "hors gamme" @@ -4934,12 +5530,12 @@ msgstr "Ne sait pas comment mesurer la l #: config/tc-m68k.c:3835 config/tc-m68k.c:3873 #, c-format msgid "Internal Error: Can't find %s in hash table" -msgstr "Erreur interne: ne peut repérer %s dans la table de hachage" +msgstr "ERREUR interne: ne peut repérer %s dans la table de hachage" #: config/tc-m68k.c:3838 config/tc-m68k.c:3876 #, c-format msgid "Internal Error: Can't hash %s: %s" -msgstr "Erreur interne: ne peut adresser par hachage %s: %s" +msgstr "ERREUR interne: ne peut adresser par hachage %s: %s" #: config/tc-m68k.c:4002 #, c-format @@ -5036,7 +5632,7 @@ msgstr "liste de registres erronée: %s" msgid "restore without save" msgstr "restauration sans sauvegarde" -#: config/tc-m68k.c:5641 config/tc-m68k.c:6026 +#: config/tc-m68k.c:5641 config/tc-m68k.c:6028 msgid "syntax error in structured control directive" msgstr "erreur de syntaxes dans la directive de contrôle structurée" @@ -5049,68 +5645,69 @@ msgstr "code de condition manquant dans msgid "Condition <%c%c> in structured control directive can not be encoded correctly" msgstr "condition <%c%c> dans la directive de contrôle structurée ne peut être encodée correctement" -#: config/tc-m68k.c:6069 +#: config/tc-m68k.c:6071 msgid "missing then" msgstr "« then » manquant" -#: config/tc-m68k.c:6151 +#: config/tc-m68k.c:6153 msgid "else without matching if" msgstr "« else» non pairé avec «if »" -#: config/tc-m68k.c:6185 +#: config/tc-m68k.c:6187 msgid "endi without matching if" msgstr "« endi» non pairé avec «if »" -#: config/tc-m68k.c:6226 +#: config/tc-m68k.c:6228 msgid "break outside of structured loop" msgstr "« break » en dehors de la boucle structurée" -#: config/tc-m68k.c:6265 +#: config/tc-m68k.c:6267 msgid "next outside of structured loop" msgstr "« next » en dehor de la boucle structurée" -#: config/tc-m68k.c:6317 +#: config/tc-m68k.c:6319 msgid "missing =" msgstr "= manquant" -#: config/tc-m68k.c:6355 +#: config/tc-m68k.c:6357 msgid "missing to or downto" msgstr "« to» ou «downto » manquant" -#: config/tc-m68k.c:6391 config/tc-m68k.c:6425 config/tc-m68k.c:6644 +#: config/tc-m68k.c:6393 config/tc-m68k.c:6427 config/tc-m68k.c:6646 msgid "missing do" msgstr "« do » manquant" -#: config/tc-m68k.c:6528 +#: config/tc-m68k.c:6530 msgid "endf without for" msgstr "« endf» sans «for »" -#: config/tc-m68k.c:6584 +#: config/tc-m68k.c:6586 msgid "until without repeat" msgstr "« until» sans «repeat »" -#: config/tc-m68k.c:6680 +#: config/tc-m68k.c:6682 msgid "endw without while" msgstr "« endw» sans «while »" -#: config/tc-m68k.c:6804 +#: config/tc-m68k.c:6806 #, c-format msgid "unrecognized option `%s'" msgstr "option « %s » non reconnue" -#: config/tc-m68k.c:6849 +#: config/tc-m68k.c:6851 #, c-format msgid "unrecognized architecture specification `%s'" msgstr "spécification d'architecture non reconnue « %s »" -#: config/tc-m68k.c:6919 +#: config/tc-m68k.c:6944 +#, c-format msgid "" "680X0 options:\n" "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n" "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n" "-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m5307 | -m5407\n" -"\t\t\tspecify variant of 680X0 architecture [default 68020]\n" +"\t\t\tspecify variant of 680X0 architecture [default %s]\n" "-m68881 | -m68882 | -mno-68881 | -mno-68882\n" "\t\t\ttarget has/lacks floating-point coprocessor\n" "\t\t\t[default yes for 68020, 68030, and cpu32]\n" @@ -5120,12 +5717,12 @@ msgstr "" "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n" "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n" "-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m5307 | -m5407\n" -" spécifier la variante d'architecture 680X0 [par défaut 68020]\n" +" spécifier la variante d'architecture 680X0 [par défaut %s]\n" "-m68881 | -m68882 | -mno-68881 | -mno-68882\n" " indiquer si la cible a/n'a pas de coprocesseur en virgule flottante\n" -" [par défaut yes (oui) pour 68020, 68030, et cpu32]\n" +" [par défaut yes (oui) pour 68020, 68030 et cpu32]\n" -#: config/tc-m68k.c:6929 +#: config/tc-m68k.c:6955 msgid "" "-m68851 | -mno-68851\n" "\t\t\ttarget has/lacks memory-management unit coprocessor\n" @@ -5147,7 +5744,7 @@ msgstr "" " reconnaître les noms de registre sans caractère de préfixe\n" "--bitwise-or ne pas traiter « | » comme un caractère de commentaire\n" -#: config/tc-m68k.c:6939 +#: config/tc-m68k.c:6965 msgid "" "--base-size-default-16\tbase reg without size is 16 bits\n" "--base-size-default-32\tbase reg without size is 32 bits (default)\n" @@ -5159,12 +5756,12 @@ msgstr "" "--disp-size-default-16 déplacement sans taille connue est de 16 bits\n" "--disp-size-default-32 déplacement sans taille connue est de 32 bits (par défaut)\n" -#: config/tc-m68k.c:6974 +#: config/tc-m68k.c:7000 #, c-format msgid "Error %s in %s\n" -msgstr "Erreur %s dans %s\n" +msgstr "ERREUR %s dans %s\n" -#: config/tc-m68k.c:6978 +#: config/tc-m68k.c:7004 #, c-format msgid "Opcode(%d.%s): " msgstr "opcode(%d.%s): " @@ -5181,7 +5778,7 @@ msgstr "Mnémonique invalide « %s »" #: config/tc-m88k.c:268 msgid "Parameter syntax error" -msgstr "Erreur de syntaxe dans le paramètre" +msgstr "ERREUR de syntaxe dans le paramètre" #: config/tc-m88k.c:321 msgid "Unknown relocation type" @@ -5281,7 +5878,12 @@ msgstr "registre invalide: r15 illégal" msgid "M340 specific opcode used when assembling for M210" msgstr "opcode spécifique M340 utilisé lors de l'assemblage pour M210" -#: config/tc-mcore.c:1104 config/tc-mcore.c:1143 config/tc-mcore.c:1162 config/tc-mcore.c:1181 config/tc-mcore.c:1208 config/tc-mcore.c:1237 config/tc-mcore.c:1274 config/tc-mcore.c:1309 config/tc-mcore.c:1328 config/tc-mcore.c:1347 config/tc-mcore.c:1379 config/tc-mcore.c:1404 config/tc-mcore.c:1461 config/tc-mcore.c:1515 config/tc-mcore.c:1551 config/tc-mcore.c:1609 config/tc-mcore.c:1631 config/tc-mcore.c:1654 +#: config/tc-mcore.c:1104 config/tc-mcore.c:1143 config/tc-mcore.c:1162 +#: config/tc-mcore.c:1181 config/tc-mcore.c:1208 config/tc-mcore.c:1237 +#: config/tc-mcore.c:1274 config/tc-mcore.c:1309 config/tc-mcore.c:1328 +#: config/tc-mcore.c:1347 config/tc-mcore.c:1379 config/tc-mcore.c:1404 +#: config/tc-mcore.c:1461 config/tc-mcore.c:1515 config/tc-mcore.c:1551 +#: config/tc-mcore.c:1609 config/tc-mcore.c:1631 config/tc-mcore.c:1654 msgid "second operand missing" msgstr "seconde opérande manquante" @@ -5439,412 +6041,425 @@ msgstr "Ne peut déplacer %d octets par % msgid "pc-relative" msgstr "Relative au PC" -#: config/tc-mips.c:659 +#: config/tc-mips.c:690 #, c-format msgid "internal Error, line %d, %s" msgstr "erreur interne, ligne %d, %s" -#: config/tc-mips.c:661 +#: config/tc-mips.c:692 msgid "MIPS internal Error" -msgstr "Erreur interne MIPS" - -#: config/tc-mips.c:1028 -msgid "-G not supported in this configuration." -msgstr "-G n'est pas supporté dans cette configuration." - -#: config/tc-mips.c:1056 -msgid "The -mcpu option can't be used together with -march. Use -mtune instead of -mcpu." -msgstr "L'option -mcpu ne peut être utilisée ensemble avec -march. Utiliser -mtune au lieu de -mcpu." - -#: config/tc-mips.c:1064 -msgid "The -mcpu option can't be used together with -mtune. Use -march instead of -mcpu." -msgstr "L'option -mcpu ne peut être utilisée ensemble avec -mtune. Utiliser -march au lieu de -mcpu." - -#: config/tc-mips.c:1113 config/tc-mips.c:1138 -msgid "The -mcpu option is deprecated. Please use -march and -mtune instead." -msgstr "L'option -mcpu est dépréciée. SVP utiliser -march et -mtune à la place." - -#. This really should be an error instead of a warning, but old -#. compilers only have -mcpu which sets both arch and tune. For -#. now, we discard arch and preserve tune. -#: config/tc-mips.c:1158 -msgid "The -march option is incompatible to -mipsN and therefore ignored." -msgstr "L'option -march est incompatible avec -mipsN et est alors ignorée." - -#: config/tc-mips.c:1210 -msgid "trap exception not supported at ISA 1" -msgstr "exception par trappe non supportée sur ISA 1" +msgstr "ERREUR interne MIPS" -#: config/tc-mips.c:1274 +#: config/tc-mips.c:1086 #, c-format msgid "internal: can't hash `%s': %s" -msgstr "Erreur interne: ne peut adresser par hachage « %s »: %s" +msgstr "ERREUR interne: ne peut adresser par hachage « %s »: %s" -#: config/tc-mips.c:1282 +#: config/tc-mips.c:1094 #, c-format msgid "internal error: bad mips16 opcode: %s %s\n" msgstr "erreur interne: opcode mips16 erroné: %s %s\n" -#: config/tc-mips.c:1456 +#: config/tc-mips.c:1275 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "obtenu de mips_ip(%s) insn_opcode = 0x%x\n" -#: config/tc-mips.c:2012 config/tc-mips.c:12574 +#: config/tc-mips.c:1830 config/tc-mips.c:13100 msgid "extended instruction in delay slot" msgstr "instruction étendue dans la plage de délai" -#: config/tc-mips.c:2056 config/tc-mips.c:2067 +#: config/tc-mips.c:1874 config/tc-mips.c:1885 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "saut vers une adresse mal alignée (0x%lx)" -#: config/tc-mips.c:2060 config/tc-mips.c:2071 +#: config/tc-mips.c:1878 config/tc-mips.c:1889 #, c-format msgid "jump address range overflow (0x%lx)" msgstr "débordement de la gamme de saut d'adresses (0x%lx)" -#: config/tc-mips.c:2864 config/tc-mips.c:3222 +#: config/tc-mips.c:2693 config/tc-mips.c:3088 msgid "Macro instruction expanded into multiple instructions" msgstr "Instruction macro étendue en de multiples instructions" -#: config/tc-mips.c:3275 +#: config/tc-mips.c:2705 +msgid "Macro instruction expanded into multiple instructions in a branch delay slot" +msgstr "Étendre l'instruction macro en de multiples instructions dans un branchement avec délai" + +#: config/tc-mips.c:3141 msgid "unsupported large constant" msgstr "constante de grande taille non supportée" -#: config/tc-mips.c:3277 +#: config/tc-mips.c:3143 #, c-format msgid "Instruction %s requires absolute expression" msgstr "Instruction %s requiert une expression absolue" -#: config/tc-mips.c:3423 +#: config/tc-mips.c:3292 #, c-format msgid "Number (0x%lx) larger than 32 bits" msgstr "Nombre (0x%lx) plus grand que 32 bits" -#: config/tc-mips.c:3445 +#: config/tc-mips.c:3314 msgid "Number larger than 64 bits" msgstr "Nombre plus grand que 64 bits" -#: config/tc-mips.c:3765 config/tc-mips.c:3823 config/tc-mips.c:5671 config/tc-mips.c:5715 config/tc-mips.c:6235 config/tc-mips.c:6293 +#: config/tc-mips.c:3631 config/tc-mips.c:3709 config/tc-mips.c:5637 +#: config/tc-mips.c:5688 config/tc-mips.c:6236 config/tc-mips.c:6295 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "Débordement du décalage du code PIC (max 16 bits signés)" -#: config/tc-mips.c:4070 +#: config/tc-mips.c:3957 #, c-format msgid "Branch %s is always false (nop)" msgstr "Branchement %s est toujours faux (nop)" -#: config/tc-mips.c:4078 +#: config/tc-mips.c:3965 #, c-format msgid "Branch likely %s is always false" msgstr "Branchement tel que %s est toujours faux" -#: config/tc-mips.c:4086 config/tc-mips.c:4155 config/tc-mips.c:4250 config/tc-mips.c:4300 config/tc-mips.c:7343 config/tc-mips.c:7351 config/tc-mips.c:7359 config/tc-mips.c:7468 +#: config/tc-mips.c:3973 config/tc-mips.c:4042 config/tc-mips.c:4137 +#: config/tc-mips.c:4187 config/tc-mips.c:7426 config/tc-mips.c:7434 +#: config/tc-mips.c:7442 config/tc-mips.c:7551 msgid "Unsupported large constant" msgstr "Constante de grande taille non supportée" #. result is always true -#: config/tc-mips.c:4120 +#: config/tc-mips.c:4007 #, c-format msgid "Branch %s is always true" msgstr "Branchement %s est toujours vrai" -#: config/tc-mips.c:4372 config/tc-mips.c:4484 +#: config/tc-mips.c:4259 config/tc-mips.c:4371 msgid "Divide by zero." msgstr "Division par zéro." -#: config/tc-mips.c:5112 +#: config/tc-mips.c:4460 +msgid "dla used to load 32-bit register" +msgstr "dla utilisé pour charger le registre de 32 bits" + +#: config/tc-mips.c:4463 +msgid "la used to load 64-bit address" +msgstr "la utilisé pour charger le registre de 64 bits" + +#: config/tc-mips.c:5044 msgid "MIPS PIC call to register other than $25" msgstr "Appel PIC MIPS à un registre autre que $25" -#: config/tc-mips.c:5119 config/tc-mips.c:5130 config/tc-mips.c:5232 config/tc-mips.c:5243 +#: config/tc-mips.c:5051 config/tc-mips.c:5062 config/tc-mips.c:5181 +#: config/tc-mips.c:5192 msgid "No .cprestore pseudo-op used in PIC code" msgstr "Pas de pseudo-op .cprestore utilisé dans le code PIC" -#: config/tc-mips.c:5124 config/tc-mips.c:5237 +#: config/tc-mips.c:5056 config/tc-mips.c:5186 msgid "No .frame pseudo-op used in PIC code" msgstr "Pas de pseudo-op .frame utilisé dans le code PIC" -#: config/tc-mips.c:5315 config/tc-mips.c:5404 config/tc-mips.c:5986 config/tc-mips.c:6027 config/tc-mips.c:6045 config/tc-mips.c:6676 +#: config/tc-mips.c:5265 config/tc-mips.c:5354 config/tc-mips.c:5985 +#: config/tc-mips.c:6026 config/tc-mips.c:6044 config/tc-mips.c:6759 msgid "opcode not supported on this processor" msgstr "opcode non supporté sur ce processeur" -#: config/tc-mips.c:6490 config/tc-mips.c:7234 +#: config/tc-mips.c:6493 config/tc-mips.c:7317 msgid "Macro used $at after \".set noat\"" msgstr "Macro utilisée $at après \".set noat\"" -#: config/tc-mips.c:6642 config/tc-mips.c:6664 +#: config/tc-mips.c:6660 config/tc-mips.c:6681 config/tc-mips.c:6722 +#: config/tc-mips.c:6743 msgid "rotate count too large" msgstr "compteur de rotation trop grand" -#: config/tc-mips.c:6716 +#: config/tc-mips.c:6799 #, c-format msgid "Instruction %s: result is always false" msgstr "Instruction %s: résultat est toujours faux" -#: config/tc-mips.c:6889 +#: config/tc-mips.c:6972 #, c-format msgid "Instruction %s: result is always true" msgstr "Instruction %s: résultat est toujours vrai" -#: config/tc-mips.c:7028 config/tc-mips.c:7057 config/tc-mips.c:7127 config/tc-mips.c:7153 +#: config/tc-mips.c:7111 config/tc-mips.c:7140 config/tc-mips.c:7210 +#: config/tc-mips.c:7236 msgid "operand overflow" msgstr "débordement de l'opérande" #. FIXME: Check if this is one of the itbl macros, since they #. are added dynamically. -#: config/tc-mips.c:7230 +#: config/tc-mips.c:7313 #, c-format msgid "Macro %s not implemented yet" msgstr "Macro %s n'est pas implanté encore" -#: config/tc-mips.c:7501 +#: config/tc-mips.c:7584 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "interne: opcode mips erroné (erreur de masque): %s %s" -#: config/tc-mips.c:7557 +#: config/tc-mips.c:7646 #, c-format msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" msgstr "interne: opcode mips erroné (type d'opérande inconnu « %c »): %s %s" -#: config/tc-mips.c:7564 +#: config/tc-mips.c:7653 #, c-format msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" msgstr "interne: opcode mips erroné (bits 0x%lx indéfinis): %s %s" -#: config/tc-mips.c:7676 +#: config/tc-mips.c:7767 #, c-format msgid "opcode not supported on this processor: %s (%s)" msgstr "opcode non supporté surce processeur: %s (%s)" -#: config/tc-mips.c:7753 +#: config/tc-mips.c:7847 #, c-format -msgid "Improper shift amount (%ld)" -msgstr "Nombre de décalage erroné (%ld)" +msgid "Improper shift amount (%lu)" +msgstr "Nombre de décalages erroné (%lu)" -#: config/tc-mips.c:7779 config/tc-mips.c:8992 config/tc-mips.c:9107 +#: config/tc-mips.c:7873 config/tc-mips.c:9187 config/tc-mips.c:9302 #, c-format msgid "Invalid value for `%s' (%lu)" msgstr "Valeur invalide pour « %s » (%lu)" -#: config/tc-mips.c:7797 +#: config/tc-mips.c:7891 #, c-format -msgid "Illegal break code (%ld)" -msgstr "Code (break) de bris de communication (%ld)" +msgid "Illegal break code (%lu)" +msgstr "Code de branchement illégal (%lu)" -#: config/tc-mips.c:7811 +#: config/tc-mips.c:7905 #, c-format -msgid "Illegal lower break code (%ld)" -msgstr "Code (break) de bris de communication bas illégal (%ld)" +msgid "Illegal lower break code (%lu)" +msgstr "Code inférieur de branchement illégal (%lu)" -#: config/tc-mips.c:7824 +#: config/tc-mips.c:7918 #, c-format -msgid "Illegal 20-bit code (%ld)" -msgstr "Code de 20 bits illégal (%ld)" +msgid "Illegal 20-bit code (%lu)" +msgstr "Code de 20 bits illégal (%lu)" -#: config/tc-mips.c:7836 +#: config/tc-mips.c:7930 #, c-format -msgid "Coproccesor code > 25 bits (%ld)" -msgstr "Code du co-proccesseur > 25 bits (%ld)" +msgid "Coproccesor code > 25 bits (%lu)" +msgstr "Code du coproccesseur > 25 bits (%lu)" -#: config/tc-mips.c:7849 +#: config/tc-mips.c:7943 #, c-format -msgid "Illegal 19-bit code (%ld)" -msgstr "Code 19 bits illégal (%ld)" +msgid "Illegal 19-bit code (%lu)" +msgstr "Code 19 bits illégal (%lu)" -#: config/tc-mips.c:7861 +#: config/tc-mips.c:7955 #, c-format -msgid "Invalid performance register (%ld)" -msgstr "registre de performance invalide (%ld)" +msgid "Invalid performance register (%lu)" +msgstr "registre de performance invalide (%lu)" -#: config/tc-mips.c:7898 +#: config/tc-mips.c:7992 #, c-format msgid "Invalid register number (%d)" msgstr "numéro de registre invalide (%d)" -#: config/tc-mips.c:8063 +#: config/tc-mips.c:8168 +#, c-format +msgid "Invalid MDMX Immediate (%ld)" +msgstr "immédiat MDMX invalide (%ld)" + +#: config/tc-mips.c:8211 #, c-format msgid "Invalid float register number (%d)" msgstr "Numéro de registre en virgule flottante invalide (%d)" -#: config/tc-mips.c:8073 +#: config/tc-mips.c:8221 #, c-format msgid "Float register should be even, was %d" msgstr "Registre de virgule flottante dervait être pair, était %d" -#: config/tc-mips.c:8124 +#: config/tc-mips.c:8260 +#, c-format +msgid "Bad element selector %ld" +msgstr "Élément erroné du sélecteur %ld" + +#: config/tc-mips.c:8267 +#, c-format +msgid "Expecting ']' found '%s'" +msgstr "Attendu « ] » trouvé « %s »" + +#: config/tc-mips.c:8309 msgid "absolute expression required" msgstr "expression absolue requise" -#: config/tc-mips.c:8192 +#: config/tc-mips.c:8377 #, c-format msgid "Bad floating point constant: %s" msgstr "Constante en virgule flottante erronée: %s" -#: config/tc-mips.c:8320 +#: config/tc-mips.c:8505 msgid "Can't use floating point insn in this section" msgstr "Ne peut utiliser une virgule flottante insn dans cette section" -#: config/tc-mips.c:8361 config/tc-mips.c:8366 config/tc-mips.c:8497 config/tc-mips.c:8502 +#: config/tc-mips.c:8546 config/tc-mips.c:8551 config/tc-mips.c:8682 +#: config/tc-mips.c:8687 msgid "bad composition of relocations" msgstr "composition erronée des relocalisations" -#: config/tc-mips.c:8399 +#: config/tc-mips.c:8584 msgid "16 bit expression not in range 0..65535" msgstr "expression 16 bit n'est pas dans les bornes 0..65535" -#: config/tc-mips.c:8436 +#: config/tc-mips.c:8621 msgid "16 bit expression not in range -32768..32767" msgstr "expression 16 bit n'est pas dans les bornes -32768..32767" -#: config/tc-mips.c:8521 +#: config/tc-mips.c:8706 msgid "lui expression not in range 0..65535" msgstr "expression lui n'est pas dans les bornes 0..65535" -#: config/tc-mips.c:8545 +#: config/tc-mips.c:8730 #, c-format msgid "invalid condition code register $fcc%d" msgstr "registre de code de condition invalide $fcc%d" -#: config/tc-mips.c:8570 +#: config/tc-mips.c:8755 msgid "invalid coprocessor sub-selection value (0-7)" msgstr "valeur de sous sélection du co-processeur invalide (0-7)" -#: config/tc-mips.c:8575 +#: config/tc-mips.c:8760 #, c-format msgid "bad char = '%c'\n" msgstr "caractère erroné = « %c »\n" -#: config/tc-mips.c:8586 config/tc-mips.c:8591 config/tc-mips.c:9132 +#: config/tc-mips.c:8771 config/tc-mips.c:8776 config/tc-mips.c:9327 msgid "illegal operands" msgstr "opérande illégale" -#: config/tc-mips.c:8658 +#: config/tc-mips.c:8843 msgid "unrecognized opcode" msgstr "opcode non reconnu" -#: config/tc-mips.c:8770 +#: config/tc-mips.c:8955 #, c-format msgid "invalid register number (%d)" msgstr "noméro de registre invalide (%d)" -#: config/tc-mips.c:8851 +#: config/tc-mips.c:9046 msgid "used $at without \".set noat\"" msgstr "utilisé $at sand \".set noat\"" -#: config/tc-mips.c:9026 +#: config/tc-mips.c:9221 msgid "can't parse register list" msgstr "ne peut analyser la liste de registres" -#: config/tc-mips.c:9258 +#: config/tc-mips.c:9453 msgid "extended operand requested but not required" msgstr "opérande étendue demandé mais non requise" -#: config/tc-mips.c:9260 +#: config/tc-mips.c:9455 msgid "invalid unextended operand value" msgstr "valeur d'opérande non étendue invalide" -#: config/tc-mips.c:9288 +#: config/tc-mips.c:9483 msgid "operand value out of range for instruction" msgstr "valeur d'opérande hors gamme pour l'instruction" -#: config/tc-mips.c:9520 +#: config/tc-mips.c:9715 msgid "internal error" msgstr "erreur interne" -#: config/tc-mips.c:9840 +#: config/tc-mips.c:10048 #, c-format msgid "invalid architecture -mtune=%s" msgstr "architecture invalide -mtune=%s" -#: config/tc-mips.c:9843 +#: config/tc-mips.c:10051 #, c-format msgid "invalid architecture -march=%s" msgstr "architecture invalide -march=%s" -#: config/tc-mips.c:9846 +#: config/tc-mips.c:10054 #, c-format msgid "invalid architecture -mcpu=%s" msgstr "architecture invalide -mcpu=%s" -#: config/tc-mips.c:9858 +#: config/tc-mips.c:10066 #, c-format msgid "A different -mtune= was already specified, is now -mtune=%s" msgstr "Un choix différent pour -mtune a déjà été spécifié, est maintenant -mtune=%s" -#: config/tc-mips.c:9864 +#: config/tc-mips.c:10072 #, c-format msgid "A different -march= was already specified, is now -march=%s" msgstr "L'option -march= a déjà été spécifiée, est maintenant -march=%s" -#: config/tc-mips.c:9870 +#: config/tc-mips.c:10078 #, c-format msgid "A different -mcpu= was already specified, is now -mcpu=%s" msgstr "L'option -mcpu= a déjà été spécifiée, est maintenant -mcpu=%s" -#: config/tc-mips.c:9880 +#: config/tc-mips.c:10088 msgid "A different -march= or -mtune= was already specified, is now -m4650" msgstr "L'option -march= ou -mtune= a déjà été spécifiée, est maintenant -m4650" -#: config/tc-mips.c:9892 +#: config/tc-mips.c:10100 msgid "A different -march= or -mtune= was already specified, is now -m4010" msgstr "L'option -march= ou -mtune= a déjà été spécifiée, est maintenant -m4010" -#: config/tc-mips.c:9904 +#: config/tc-mips.c:10112 msgid "A different -march= or -mtune= was already specified, is now -m4100" msgstr "L'option -march= ou -mtune= a déjà été spécifiée, est maintenant -m4100" -#: config/tc-mips.c:9916 +#: config/tc-mips.c:10124 msgid "A different -march= or -mtune= was already specified, is now -m3900" msgstr "L'option -march= ou -mtune= a déjà été spécifiée, est maintenant -m3900" -#: config/tc-mips.c:9939 +#: config/tc-mips.c:10163 msgid "-G may not be used with embedded PIC code" msgstr "-G ne peut ^tre utilisé avec du code PIC imbriqué" -#: config/tc-mips.c:9952 +#: config/tc-mips.c:10176 msgid "-call_shared is supported only for ELF format" msgstr "-call_shared est supporté seulement pour le format ELF" -#: config/tc-mips.c:9958 config/tc-mips.c:11148 config/tc-mips.c:11350 +#: config/tc-mips.c:10182 config/tc-mips.c:11627 config/tc-mips.c:11837 msgid "-G may not be used with SVR4 PIC code" msgstr "-G ne peut être utilisé avec du code PIC SVR4" -#: config/tc-mips.c:9967 +#: config/tc-mips.c:10191 msgid "-non_shared is supported only for ELF format" msgstr "-non_shared est supporté seulement pour le format ELF" -#: config/tc-mips.c:9984 +#: config/tc-mips.c:10208 msgid "-G is not supported for this configuration" msgstr "-G n'est pas supporté pour cette configuration" -#: config/tc-mips.c:9989 +#: config/tc-mips.c:10213 msgid "-G may not be used with SVR4 or embedded PIC code" msgstr "-G e peut ëtre utilisé avec du code PIC SVR4 ou imbriqué" -#: config/tc-mips.c:10003 +#: config/tc-mips.c:10227 msgid "-32 is supported for ELF format only" msgstr "-32 est supporté seulement pour le format ELF" -#: config/tc-mips.c:10012 +#: config/tc-mips.c:10236 msgid "-n32 is supported for ELF format only" msgstr "-n32 est supporté seulement pour le format ELF" -#: config/tc-mips.c:10021 +#: config/tc-mips.c:10245 msgid "-64 is supported for ELF format only" msgstr "-64 est supporté seulement pour le format ELF" -#: config/tc-mips.c:10026 config/tc-mips.c:10065 +#: config/tc-mips.c:10250 config/tc-mips.c:10289 msgid "No compiled in support for 64 bit object file format" msgstr "Pas compilé pour le support de format de fichier objet de 64 bits" -#: config/tc-mips.c:10052 +#: config/tc-mips.c:10276 msgid "-mabi is supported for ELF format only" msgstr "-mabi est supporté seulement pour le format ELF" -#: config/tc-mips.c:10126 +#: config/tc-mips.c:10296 +#, c-format +msgid "invalid abi -mabi=%s" +msgstr "abi invalide -mabi=%s" + +#: config/tc-mips.c:10363 msgid "" "MIPS options:\n" "-membedded-pic\t\tgenerate embedded position independent code\n" @@ -5862,7 +6477,7 @@ msgstr "" "-G NOMBRE permettre la référence des objets jusqu'à NOMBRE d'octets\n" " implicitement avec le registre GP [par défaut 8]\n" -#: config/tc-mips.c:10134 +#: config/tc-mips.c:10371 msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" "-mips2\t\t\tgenerate MIPS ISA II instructions\n" @@ -5882,7 +6497,7 @@ msgstr "" "-mips64 générer des instructions MIPS64 ISA\n" "-march=CPU/-mtune=CPU générer du core/cédule pour le CPU, où CPU prend être:\n" -#: config/tc-mips.c:10170 +#: config/tc-mips.c:10407 msgid "" "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" "-no-mCPU\t\tdon't generate code specific to CPU.\n" @@ -5892,7 +6507,7 @@ msgstr "" "-no-mCPU ne pas générer de code spécifique au CPU.\n" " Pour -mCPU et -no-mCPU, CPU doit être un des suivants:\n" -#: config/tc-mips.c:10183 +#: config/tc-mips.c:10420 msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" @@ -5900,7 +6515,7 @@ msgstr "" "-mips16 générer des instructions mips16\n" "-no-mips16 ne pas générer d'instructions mips16\n" -#: config/tc-mips.c:10186 +#: config/tc-mips.c:10423 msgid "" "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" @@ -5922,7 +6537,7 @@ msgstr "" "--break, --no-trap interrompre l'exécution des exceptions de divisions par 0\n" " et de débordements par multiplication\n" -#: config/tc-mips.c:10196 +#: config/tc-mips.c:10433 msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" "-non_shared\t\tdo not generate position independent code\n" @@ -5934,7 +6549,7 @@ msgstr "" "-xgot assumer un GOT de 32 bits\n" "-mabi=ABI créer un fichier objet conforme ABI pour:\n" -#: config/tc-mips.c:10212 +#: config/tc-mips.c:10449 msgid "" "-32\t\t\tcreate o32 ABI object file (default)\n" "-n32\t\t\tcreate n32 ABI object file\n" @@ -5944,190 +6559,220 @@ msgstr "" "-n32 créer un fichier objet de on32 ABI\n" "-64 créer un fichier objet de 64 ABI\n" -#: config/tc-mips.c:10342 +#: config/tc-mips.c:10469 +msgid "-G not supported in this configuration." +msgstr "-G n'est pas supporté dans cette configuration." + +#: config/tc-mips.c:10488 +msgid "The -mcpu option can't be used together with -march. Use -mtune instead of -mcpu." +msgstr "L'option -mcpu ne peut être utilisée ensemble avec -march. Utiliser -mtune au lieu de -mcpu." + +#: config/tc-mips.c:10496 +msgid "The -mcpu option can't be used together with -mtune. Use -march instead of -mcpu." +msgstr "L'option -mcpu ne peut être utilisée ensemble avec -mtune. Utiliser -march au lieu de -mcpu." + +#: config/tc-mips.c:10545 config/tc-mips.c:10570 +msgid "The -mcpu option is deprecated. Please use -march and -mtune instead." +msgstr "L'option -mcpu est dépréciée. SVP utiliser -march et -mtune à la place." + +#. This really should be an error instead of a warning, but old +#. compilers only have -mcpu which sets both arch and tune. For +#. now, we discard arch and preserve tune. +#: config/tc-mips.c:10590 +msgid "The -march option is incompatible to -mipsN and therefore ignored." +msgstr "L'option -march est incompatible avec -mipsN et est alors ignorée." + +#: config/tc-mips.c:10642 +msgid "trap exception not supported at ISA 1" +msgstr "exception par trappe non supportée sur ISA 1" + +#: config/tc-mips.c:10810 #, c-format msgid "Unmatched %%hi reloc" msgstr "Relocalisation %%hi non pairée" -#: config/tc-mips.c:10554 +#: config/tc-mips.c:11030 msgid "Invalid PC relative reloc" msgstr "relocalisation relative au PC invalide" -#: config/tc-mips.c:10662 config/tc-sparc.c:3106 config/tc-sparc.c:3113 config/tc-sparc.c:3120 config/tc-sparc.c:3127 config/tc-sparc.c:3134 config/tc-sparc.c:3143 config/tc-sparc.c:3154 config/tc-sparc.c:3176 config/tc-sparc.c:3200 write.c:1026 write.c:1089 +#: config/tc-mips.c:11138 config/tc-sparc.c:3113 config/tc-sparc.c:3120 +#: config/tc-sparc.c:3127 config/tc-sparc.c:3134 config/tc-sparc.c:3141 +#: config/tc-sparc.c:3150 config/tc-sparc.c:3161 config/tc-sparc.c:3183 +#: config/tc-sparc.c:3207 write.c:1041 write.c:1104 msgid "relocation overflow" msgstr "débordement de relocalisation" -#: config/tc-mips.c:10673 +#: config/tc-mips.c:11149 #, c-format msgid "Branch to odd address (%lx)" msgstr "Branchement sur une adresse impaire (%lx)" -#: config/tc-mips.c:10735 +#: config/tc-mips.c:11214 msgid "Branch out of range" msgstr "Branchement hors gammme" -#: config/tc-mips.c:10843 +#: config/tc-mips.c:11322 #, c-format msgid "%08lx UNDEFINED\n" msgstr "%08lx INDÉFINI\n" -#: config/tc-mips.c:10906 +#: config/tc-mips.c:11385 #, c-format msgid "Alignment too large: %d. assumed." msgstr "Alignement trop grand: %d. assumé." -#: config/tc-mips.c:10909 +#: config/tc-mips.c:11388 msgid "Alignment negative: 0 assumed." msgstr "Alignement négatif: 0 assumé." -#: config/tc-mips.c:10997 +#: config/tc-mips.c:11476 msgid "No read only data section in this object file format" msgstr "Pas de section de données en lecture seulement dans ce format de fichier objet" -#: config/tc-mips.c:11020 +#: config/tc-mips.c:11499 msgid "Global pointers not supported; recompile -G 0" msgstr "Pointeurs globaux non supportés; recompiler avec -G 0" -#: config/tc-mips.c:11106 +#: config/tc-mips.c:11585 #, c-format msgid "%s: no such section" msgstr "%s: pas de telle section" -#: config/tc-mips.c:11143 +#: config/tc-mips.c:11622 #, c-format msgid ".option pic%d not supported" msgstr ".option pic%d n'est pas supportée" -#: config/tc-mips.c:11154 +#: config/tc-mips.c:11633 #, c-format msgid "Unrecognized option \"%s\"" msgstr "option « %s » non reconnue" -#: config/tc-mips.c:11217 +#: config/tc-mips.c:11696 msgid "`noreorder' must be set before `nomacro'" msgstr "« noreorder» doit être initialisé avant «nomacro »" -#: config/tc-mips.c:11273 config/tc-mips.c:11287 +#: config/tc-mips.c:11760 config/tc-mips.c:11774 #, c-format msgid "unknown ISA level %s" msgstr "niveau ISA inconnu %s" -#: config/tc-mips.c:11309 +#: config/tc-mips.c:11796 msgid ".set pop with no .set push" msgstr ".set pop sans .set push" -#: config/tc-mips.c:11333 +#: config/tc-mips.c:11820 #, c-format msgid "Tried to set unrecognized symbol: %s\n" msgstr "Tentative d'initialisation d'un symbole non reconnu: %s\n" -#: config/tc-mips.c:11384 +#: config/tc-mips.c:11871 msgid ".cpload not in noreorder section" msgstr ".cpload n'est pas dans la section « noreorder »" -#: config/tc-mips.c:11441 config/tc-mips.c:11454 +#: config/tc-mips.c:11928 config/tc-mips.c:11947 msgid "missing argument separator ',' for .cpsetup" msgstr "séparateur d'argument manquant « , » pour .cpsetup" -#: config/tc-mips.c:11638 +#: config/tc-mips.c:12128 msgid "Unsupported use of .gpword" msgstr "Utilisation non supporté de .gpword" -#: config/tc-mips.c:11774 +#: config/tc-mips.c:12263 msgid "expected `$'" msgstr "attendu « $ »" -#: config/tc-mips.c:11782 +#: config/tc-mips.c:12271 msgid "Bad register number" msgstr "Numéro de registre erroné" -#: config/tc-mips.c:11798 +#: config/tc-mips.c:12319 msgid "Unrecognized register name" msgstr "Nom de registre non reconnu" -#: config/tc-mips.c:11983 +#: config/tc-mips.c:12505 msgid "unsupported PC relative reference to different section" msgstr "référence relative au PC non supporté pour un section différente" -#: config/tc-mips.c:12096 +#: config/tc-mips.c:12618 msgid "unsupported relocation" msgstr "relocalisation non supportée" -#: config/tc-mips.c:12200 +#: config/tc-mips.c:12714 msgid "AT used after \".set noat\" or macro used after \".set nomacro\"" msgstr "AT utilisé après « .set noat» ou macro utilisée après «.set nomacro »" -#: config/tc-mips.c:12269 +#: config/tc-mips.c:12784 msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc" msgstr "Double check fx_r_type dans tc-mips.c:tc_gen_reloc" -#: config/tc-mips.c:12461 config/tc-sh.c:3218 +#: config/tc-mips.c:12987 config/tc-sh.c:3799 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "Ne peut représenter la relocalisation %s dans ce format de fichier objet" -#: config/tc-mips.c:12800 +#: config/tc-mips.c:13338 msgid "missing .end at end of assembly" msgstr ".end manquant à la fin de l'assemblage" -#: config/tc-mips.c:12815 +#: config/tc-mips.c:13353 msgid "expected simple number" msgstr "nombre simple attendu" -#: config/tc-mips.c:12841 +#: config/tc-mips.c:13379 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr " *input_line_pointer == « %c » 0x%02x\n" -#: config/tc-mips.c:12843 +#: config/tc-mips.c:13381 msgid "invalid number" msgstr "nombre invalide" -#: config/tc-mips.c:12901 +#: config/tc-mips.c:13470 msgid ".end not in text section" msgstr ".end n'est pas dans la section de texte" -#: config/tc-mips.c:12905 +#: config/tc-mips.c:13474 msgid ".end directive without a preceding .ent directive." msgstr "directive .end n'est pas précédé de la directive .ent" -#: config/tc-mips.c:12914 +#: config/tc-mips.c:13483 msgid ".end symbol does not match .ent symbol." msgstr "symbole .end n'est pas pairé avec le symbole .ent" -#: config/tc-mips.c:12917 +#: config/tc-mips.c:13490 msgid ".end directive missing or unknown symbol" msgstr "Directive .end manquante ou symbole inconnu" -#: config/tc-mips.c:12990 +#: config/tc-mips.c:13564 msgid ".ent or .aent not in text section." msgstr ".ent ou .aent n'est pas dans la section texte." -#: config/tc-mips.c:12993 +#: config/tc-mips.c:13567 msgid "missing .end" msgstr ".end manquant" -#: config/tc-mips.c:13030 ecoff.c:3202 +#: config/tc-mips.c:13609 ecoff.c:3200 msgid ".frame outside of .ent" msgstr ".frame à l'extérieur de .ent" -#: config/tc-mips.c:13041 +#: config/tc-mips.c:13620 msgid "Bad .frame directive" msgstr "Directive .frame erronée" -#: config/tc-mips.c:13071 +#: config/tc-mips.c:13653 msgid ".mask/.fmask outside of .ent" msgstr ".mask/.fmask à l'extérieur de .ent" -#: config/tc-mips.c:13078 +#: config/tc-mips.c:13660 msgid "Bad .mask/.fmask directive" msgstr "Directive .mask/.fmask erronée" -#: config/tc-mmix.c:669 +#: config/tc-mmix.c:681 msgid " MMIX-specific command line options:\n" msgstr " Options MMIX-spécifiques de la ligne de commande:\n" -#: config/tc-mmix.c:670 +#: config/tc-mmix.c:682 msgid "" " -fixed-special-register-names\n" " Allow only the original special register names.\n" @@ -6135,19 +6780,19 @@ msgstr "" " -fixed-special-register-names\n" " permettre seulement les noms originaux de registres spéciaux\n" -#: config/tc-mmix.c:673 +#: config/tc-mmix.c:685 msgid " -globalize-symbols Make all symbols global.\n" msgstr " -globalize-symbols rednre tous les symboles globaaux.\n" -#: config/tc-mmix.c:675 +#: config/tc-mmix.c:687 msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" msgstr " -gnu-syntax bloquer la la compabitlité de syntaxes mmixal\n" -#: config/tc-mmix.c:677 +#: config/tc-mmix.c:689 msgid " -relax Create linker relaxable code.\n" msgstr " -relax créer du code relaxable pour l'éditeur de liens\n" -#: config/tc-mmix.c:679 +#: config/tc-mmix.c:691 msgid "" " -no-predefined-syms Do not provide mmixal built-in constants.\n" " Implies -fixed-special-register-names.\n" @@ -6155,7 +6800,7 @@ msgstr "" " -no-predefined-syms ne pas fournir de constantes mmixal\n" " implique -fixed-special-register-names.\n" -#: config/tc-mmix.c:682 +#: config/tc-mmix.c:694 msgid "" " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" " into multiple instructions.\n" @@ -6163,196 +6808,214 @@ msgstr "" " -no-expand ne pas faire l'expansion GETA, branchanchement, PUSHJ ou JUMP\n" " en de multiples instructions.\n" -#: config/tc-mmix.c:685 +#: config/tc-mmix.c:697 msgid " -no-merge-gregs Do not merge GREG definitions with nearby values.\n" msgstr " -no-merge-gregs ne pas faire la fusion des définition GREG avec des valeurs proches.\n" -#: config/tc-mmix.c:687 +#: config/tc-mmix.c:699 +msgid " -linker-allocated-gregs If there's no suitable GREG definition for the operands of an instruction, let the linker resolve.\n" +msgstr "" +" -linker-allocated-gregs S'il n'y a pas de définition GREG pouvant convenir\n" +" pour les opérandes d'une instruction, laisser l'éditeur de liens\n" +" faire la résolution.\n" + +#: config/tc-mmix.c:702 msgid "" " -x Do not warn when an operand to GETA, a branch,\n" " PUSHJ or JUMP is not known to be within range.\n" -" The linker will catch any errors.\n" +" The linker will catch any errors. Implies\n" +" -linker-allocated-gregs." msgstr "" " -x ne pas avertir pour une opérande avec GETA, un branchement,\n" " PUSHJ ou JUMP qui n'est pas à l'intérieur de la gamme.\n" -" L'éditeur de liens interceptera les erreurs.\n" +" L'éditeur de liens interceptera les erreurs. Cela implique\n" +" -linker-allocated-gregs." -#: config/tc-mmix.c:813 +#: config/tc-mmix.c:829 #, c-format msgid "unknown opcode: `%s'" msgstr "opcode inconnu « %s »" -#: config/tc-mmix.c:935 config/tc-mmix.c:950 +#: config/tc-mmix.c:951 config/tc-mmix.c:966 msgid "specified location wasn't TETRA-aligned" msgstr "localisation spécifiée n'était pas alignée TETRA" -#: config/tc-mmix.c:937 config/tc-mmix.c:952 config/tc-mmix.c:4055 config/tc-mmix.c:4071 +#: config/tc-mmix.c:953 config/tc-mmix.c:968 config/tc-mmix.c:4086 +#: config/tc-mmix.c:4102 msgid "unaligned data at an absolute location is not supported" msgstr "données non alignées dans une localisation absolue ne sont pas supportées" -#: config/tc-mmix.c:1062 +#: config/tc-mmix.c:1078 #, c-format msgid "invalid operand to opcode %s: `%s'" msgstr "opérande invalide pour l'opcode %s: « %s »" -#: config/tc-mmix.c:1084 config/tc-mmix.c:1111 config/tc-mmix.c:1144 config/tc-mmix.c:1152 config/tc-mmix.c:1169 config/tc-mmix.c:1197 config/tc-mmix.c:1218 config/tc-mmix.c:1243 config/tc-mmix.c:1291 config/tc-mmix.c:1389 config/tc-mmix.c:1414 config/tc-mmix.c:1446 config/tc-mmix.c:1478 config/tc-mmix.c:1508 config/tc-mmix.c:1561 config/tc-mmix.c:1578 config/tc-mmix.c:1605 config/tc-mmix.c:1633 config/tc-mmix.c:1660 config/tc-mmix.c:1686 config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744 config/tc-mmix.c:1760 config/tc-mmix.c:1823 config/tc-mmix.c:1839 +#: config/tc-mmix.c:1100 config/tc-mmix.c:1127 config/tc-mmix.c:1160 +#: config/tc-mmix.c:1168 config/tc-mmix.c:1185 config/tc-mmix.c:1213 +#: config/tc-mmix.c:1234 config/tc-mmix.c:1259 config/tc-mmix.c:1307 +#: config/tc-mmix.c:1405 config/tc-mmix.c:1430 config/tc-mmix.c:1462 +#: config/tc-mmix.c:1494 config/tc-mmix.c:1524 config/tc-mmix.c:1577 +#: config/tc-mmix.c:1594 config/tc-mmix.c:1621 config/tc-mmix.c:1649 +#: config/tc-mmix.c:1676 config/tc-mmix.c:1702 config/tc-mmix.c:1718 +#: config/tc-mmix.c:1744 config/tc-mmix.c:1760 config/tc-mmix.c:1776 +#: config/tc-mmix.c:1839 config/tc-mmix.c:1855 #, c-format msgid "invalid operands to opcode %s: `%s'" msgstr "opérandes invalides pour l'opcode %s: « %s »" -#: config/tc-mmix.c:1816 +#: config/tc-mmix.c:1832 #, c-format msgid "unsupported operands to %s: `%s'" msgstr "opérandes non supportées vers %s: « %s »" -#: config/tc-mmix.c:1944 +#: config/tc-mmix.c:1960 msgid "internal: mmix_prefix_name but empty prefix" msgstr "interne: mmix_prefix_name mais le préfixe est vide" -#: config/tc-mmix.c:1989 +#: config/tc-mmix.c:2005 #, c-format msgid "too many GREG registers allocated (max %d)" msgstr "trop de registres GREG alloués (maximum %d)" -#: config/tc-mmix.c:2049 +#: config/tc-mmix.c:2065 msgid "BSPEC already active. Nesting is not supported." msgstr "BSPEC déjà actif. Imbrication non supportée." -#: config/tc-mmix.c:2058 +#: config/tc-mmix.c:2074 msgid "invalid BSPEC expression" msgstr "expresion BSPEC invalide" -#: config/tc-mmix.c:2074 +#: config/tc-mmix.c:2090 #, c-format msgid "can't create section %s" msgstr "ne peut créer la section %s" -#: config/tc-mmix.c:2079 +#: config/tc-mmix.c:2095 #, c-format msgid "can't set section flags for section %s" msgstr "ne peut initialiser les fanions de section por la section %s" -#: config/tc-mmix.c:2101 +#: config/tc-mmix.c:2117 msgid "ESPEC without preceding BSPEC" msgstr "ESPEC sans être précédé de BSPEC" -#: config/tc-mmix.c:2131 +#: config/tc-mmix.c:2147 msgid "missing local expression" msgstr "expression locale manquante" -#: config/tc-mmix.c:2346 +#: config/tc-mmix.c:2363 msgid "operand out of range, instruction expanded" msgstr "opérande hors gamme, instruction a été étendue" #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be #. user-friendly, though a little bit non-substantial. -#: config/tc-mmix.c:2598 +#: config/tc-mmix.c:2621 msgid "directive LOCAL must be placed in code or data" msgstr "directive LOCAL doit être placé dans le code ou le data" -#: config/tc-mmix.c:2599 +#: config/tc-mmix.c:2622 msgid "internal confusion: relocation in a section without contents" msgstr "confusion interne: relocalisation dans une section sans contenu" -#: config/tc-mmix.c:2714 +#: config/tc-mmix.c:2735 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" msgstr "interne: BFD_RELOC_MMIX_BASE_PLUS_OFFSET n'est pas résolu pour la section" -#: config/tc-mmix.c:2754 +#: config/tc-mmix.c:2783 msgid "no suitable GREG definition for operands" msgstr "pas de définition GREG satisfaisante pour les opérandes" -#: config/tc-mmix.c:2813 +#: config/tc-mmix.c:2842 msgid "operands were not reducible at assembly-time" msgstr "opérandes n'étaient pas réductibles au moment de l'assemblage" -#: config/tc-mmix.c:2841 +#: config/tc-mmix.c:2870 #, c-format msgid "cannot generate relocation type for symbol %s, code %s" msgstr "ne peut générer un type de relocalisation pour le symbole %s, code %s" -#: config/tc-mmix.c:2861 +#: config/tc-mmix.c:2890 #, c-format msgid "internal: unhandled label %s" msgstr "interne: étiquette %s non traitée" -#: config/tc-mmix.c:2915 +#: config/tc-mmix.c:2944 msgid "[0-9]H labels may not appear alone on a line" msgstr "étiquettes [0-9]H ne peuvent apparaître seuls sur une ligne" -#: config/tc-mmix.c:2924 +#: config/tc-mmix.c:2953 msgid "[0-9]H labels do not mix with dot-pseudos" msgstr "étiquettes [0-9]H ne peuvent être mélanger avec des dot-pseudos" -#: config/tc-mmix.c:2988 +#: config/tc-mmix.c:3017 msgid "invalid characters in input" msgstr "caractère invalide en entrée" -#: config/tc-mmix.c:3092 +#: config/tc-mmix.c:3121 msgid "empty label field for IS" msgstr "étiquette de champ vide pour IS" -#: config/tc-mmix.c:3342 +#: config/tc-mmix.c:3371 #, c-format msgid "internal: unexpected relax type %d:%d" msgstr "interne: type inattendue de relaxation %d:%d" -#: config/tc-mmix.c:3364 +#: config/tc-mmix.c:3393 msgid "BSPEC without ESPEC." msgstr "BSPEC sans ESPEC." -#: config/tc-mmix.c:3566 +#: config/tc-mmix.c:3595 msgid "GREG expression too complicated" msgstr "expression GREG trop complexe" -#: config/tc-mmix.c:3579 +#: config/tc-mmix.c:3610 msgid "internal: GREG expression not resolved to section" msgstr "interne: expression GREG non résolue pour la section" -#: config/tc-mmix.c:3630 +#: config/tc-mmix.c:3661 msgid "register section has contents\n" msgstr "registre section a du contenu\n" -#: config/tc-mmix.c:3808 +#: config/tc-mmix.c:3839 msgid "section change from within a BSPEC/ESPEC pair is not supported" msgstr "changement de section à partir de la paire BSPEC/ESPEC n'est pas supporté" -#: config/tc-mmix.c:3830 +#: config/tc-mmix.c:3861 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" msgstr "directive LOC à partir de la paire BSPEC/ESPEC n'est pas supportée" -#: config/tc-mmix.c:3841 +#: config/tc-mmix.c:3872 msgid "invalid LOC expression" msgstr "expresion LOC invalide" -#: config/tc-mmix.c:3866 config/tc-mmix.c:3892 +#: config/tc-mmix.c:3897 config/tc-mmix.c:3923 msgid "LOC expression stepping backwards is not supported" msgstr "expression LOC avec pas arrière n'est pas supportée" #. We will only get here in rare cases involving #NO_APP, #. where the unterminated string is not recognized by the #. preformatting pass. -#: config/tc-mmix.c:3976 config/tc-mmix.c:4137 +#: config/tc-mmix.c:4007 config/tc-mmix.c:4168 msgid "unterminated string" msgstr "chaîne non terminée" -#: config/tc-mmix.c:3993 +#: config/tc-mmix.c:4024 msgid "BYTE expression not a pure number" msgstr "Expression BYTE n'est pas un nombre pur" #. Note that mmixal does not allow negative numbers in #. BYTE sequences, so neither should we. -#: config/tc-mmix.c:4002 +#: config/tc-mmix.c:4033 msgid "BYTE expression not in the range 0..255" msgstr "expression BYTE n'est pas dans les bornes 0..255" -#: config/tc-mmix.c:4053 config/tc-mmix.c:4069 +#: config/tc-mmix.c:4084 config/tc-mmix.c:4100 msgid "data item with alignment larger than location" msgstr "item de données avec un alignement plus grand que la localisation" #. Since integer_constant is local to expr.c, we have to make this a #. macro. FIXME: Do it cleaner. -#: config/tc-mmix.h:103 +#: config/tc-mmix.h:104 msgid "`&' serial number operator is not supported" msgstr "opérateur de numéro de série « & » n'est pas supporté" @@ -6364,22 +7027,25 @@ msgstr "" "Options MN10200:\n" "aucune pour l'instant\n" -#: config/tc-mn10200.c:793 config/tc-mn10300.c:929 config/tc-ppc.c:1867 config/tc-s390.c:1290 config/tc-v850.c:1725 +#: config/tc-mn10200.c:793 config/tc-mn10300.c:936 config/tc-ppc.c:1883 +#: config/tc-s390.c:1299 config/tc-v850.c:1636 #, c-format msgid "Unrecognized opcode: `%s'" msgstr "opcode non reconnu: « %s »" -#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1452 config/tc-ppc.c:2305 config/tc-s390.c:1216 config/tc-v850.c:2149 +#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1459 config/tc-ppc.c:2318 +#: config/tc-s390.c:1224 config/tc-v850.c:2060 #, c-format msgid "junk at end of line: `%s'" msgstr "rebut à la fin de la ligne: « %s »" -#: config/tc-mn10200.c:1349 config/tc-mn10300.c:2076 config/tc-ppc.c:1299 config/tc-v850.c:1654 +#: config/tc-mn10200.c:1349 config/tc-mn10300.c:2083 config/tc-ppc.c:1290 +#: config/tc-v850.c:1565 #, c-format msgid "operand out of range (%s not between %ld and %ld)" msgstr "opérande hors gamme (%s n'est pas entre %ld et %ld)" -#: config/tc-mn10300.c:518 +#: config/tc-mn10300.c:525 msgid "" "MN10300 options:\n" "none yet\n" @@ -6387,15 +7053,15 @@ msgstr "" "Options MN10300:\n" "aucune pour l'instant\n" -#: config/tc-mn10300.c:946 +#: config/tc-mn10300.c:953 msgid "Invalid opcode/operands" msgstr "opcode/opérande invalide" -#: config/tc-mn10300.c:1423 +#: config/tc-mn10300.c:1430 msgid "Invalid register specification." msgstr "Spécification de registre invalide." -#: config/tc-mn10300.c:1976 +#: config/tc-mn10300.c:1983 #, c-format msgid "Bad relocation fixup type (%d)" msgstr "Type de correctif de relocalisation erroné (%d)" @@ -6418,7 +7084,7 @@ msgstr "Mode indexé-échelle invalide, ut #: config/tc-ns32k.c:622 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}" -msgstr "Erreur de syntaxe dans le mode indexé-échelle, utiliser [Rn:m] où n=[0..7] m={b,w,d,q}" +msgstr "ERREUR de syntaxe dans le mode indexé-échelle, utiliser [Rn:m] où n=[0..7] m={b,w,d,q}" #: config/tc-ns32k.c:627 msgid "Scaled-indexed addressing mode combined with scaled-index" @@ -6446,7 +7112,7 @@ msgstr "Pas de telle entrée dans la list #: config/tc-ns32k.c:901 msgid "Internal consistency error. check ns32k-opcode.h" -msgstr "Erreur de consistence interne. Vérifier ns32k-opcode.h" +msgstr "ERREUR de consistence interne. Vérifier ns32k-opcode.h" #: config/tc-ns32k.c:925 msgid "Address of immediate operand" @@ -6495,7 +7161,7 @@ msgstr "iif conversion interne pcrel/poi #: config/tc-ns32k.c:1432 msgid "Internal logic error in iif.iifP[n].type" -msgstr "Erreur de logique interne dans iif.iifP[].type" +msgstr "ERREUR de logique interne dans iif.iifP[].type" #. We cant relax this case. #: config/tc-ns32k.c:1470 @@ -6508,7 +7174,7 @@ msgstr "Déplacement trop grand pour :d" #: config/tc-ns32k.c:1531 msgid "Internal logic error in iif.iifP[].type" -msgstr "Erreur de logique interne dans iif.iifP[].type" +msgstr "ERREUR de logique interne dans iif.iifP[].type" #: config/tc-ns32k.c:1591 #, c-format @@ -6541,12 +7207,12 @@ msgstr "Déplacement de doubles mots hors #: config/tc-ns32k.c:1757 #, c-format msgid "Internal logic error. line %s, file \"%s\"" -msgstr "Erreur de logique interne. ligne %s, fichier « %s »" +msgstr "ERREUR de logique interne. ligne %s, fichier « %s »" #: config/tc-ns32k.c:1805 #, c-format msgid "Internal logic error. line %s, file \"%s\"" -msgstr "Erreur interne de logique. Ligne %s, fichier « %s »" +msgstr "ERREUR interne de logique. Ligne %s, fichier « %s »" #: config/tc-ns32k.c:1909 msgid "Bit field out of range" @@ -6570,6 +7236,55 @@ msgstr "" msgid "Cannot find relocation type for symbol %s, code %d" msgstr "ne peut trouver le type de relocalisation pour le symbole %s, code %d" +#: config/tc-or32.c:467 config/tc-or32.c:682 +#, c-format +msgid "unknown opcode1: `%s'" +msgstr "opcode1 inconnu « %s »" + +#: config/tc-or32.c:473 config/tc-or32.c:688 +#, c-format +msgid "unknown opcode2 `%s'." +msgstr "opcode2 inconnu « %s »" + +#: config/tc-or32.c:512 config/tc-or32.c:727 +#, c-format +msgid "instruction not allowed: %s" +msgstr "instruction non permise: %s" + +#: config/tc-or32.c:515 config/tc-or32.c:730 +#, c-format +msgid "too many operands: %s" +msgstr "trop d'opérandes: %s" + +#: config/tc-or32.c:605 config/tc-or32.c:821 +msgid "call/jmp target out of range (1)" +msgstr "call/jmp cible hors gamme (1)" + +#: config/tc-or32.c:1018 config/tc-or32.c:1135 +msgid "the linker will not handle this relocation correctly (1)" +msgstr "l'éditeur de liens ne traitera pas cette relocalisation correctement (1)" + +#: config/tc-or32.c:1027 config/tc-or32.c:1144 +msgid "call/jmp target out of range (2)" +msgstr "call/jmp cible hors gamme (2)" + +#: config/tc-or32.c:1437 +msgid "register out of range" +msgstr "registre hors gamme" + +#: config/tc-or32.c:1482 +msgid "invalid register in & expression" +msgstr "registre invalide dans l'expression &" + +#: config/tc-pdp11.c:454 +msgid "Low order bits truncated in immediate float operand" +msgstr "Bits du bas tronquée dans l'opérande flottante immédate" + +#: config/tc-pdp11.c:665 +#, c-format +msgid "Unknown instruction '%s'" +msgstr "instruction inconnue « %s »" + #: config/tc-pj.c:67 config/tc-pj.c:75 msgid "confusing relocation expressions" msgstr "expressions confuses de relocalisation" @@ -6593,7 +7308,8 @@ msgstr "" "-little générer du code pour système à octets de poids faible\n" "-big générer du code pour système à octets de poids fort\n" -#: config/tc-pj.c:460 config/tc-sh.c:2922 config/tc-sh.c:2929 config/tc-sh.c:2936 config/tc-sh.c:2943 +#: config/tc-pj.c:460 config/tc-sh.c:3472 config/tc-sh.c:3479 +#: config/tc-sh.c:3486 config/tc-sh.c:3493 msgid "pcrel too far" msgstr "pcrel trop éloigné" @@ -6605,27 +7321,28 @@ msgstr "convert_frag\n" msgid "estimate size\n" msgstr "taille estimée\n" -#: config/tc-ppc.c:990 config/tc-s390.c:378 +#: config/tc-ppc.c:982 config/tc-s390.c:384 #, c-format msgid "invalid switch -m%s" msgstr "option invalide -m%s" -#: config/tc-ppc.c:1027 +#: config/tc-ppc.c:1019 msgid "" "PowerPC options:\n" "-u\t\t\tignored\n" -"-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n" -"-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n" -"-m601\t\t\tgenerate code for Motorola PowerPC 601\n" +"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n" +"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n" +"-m601\t\t\tgenerate code for PowerPC 601\n" "-mppc, -mppc32, -m603, -m604\n" -"\t\t\tgenerate code for Motorola PowerPC 603/604\n" -"-m403, -m405 generate code for Motorola PowerPC 403/405\n" +"\t\t\tgenerate code for PowerPC 603/604\n" +"-m403, -m405 generate code for PowerPC 403/405\n" "-m7400, -m7410, -m7450, -m7455\n" -"\t\t\tgenerate code For Motorola PowerPC 7400/7410/7450/7455\n" -"-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n" +"\t\t\tgenerate code For PowerPC 7400/7410/7450/7455\n" +"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n" "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n" "-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n" "-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n" +"-mpower4\t\tgenerate code for Power4 architecture\n" "-maltivec\t\tgenerate code for AltiVec\n" "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n" "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n" @@ -6633,7 +7350,7 @@ msgid "" "-mno-regnames\t\tDo not allow symbolic names for registers\n" msgstr "" "Options PowerPC:\n" -"-u ignoré\n" +"-u ignorée\n" "-mpwrx, -mpwr2 générer le code pour IBM POWER/2 (RIOS2)\n" "-mpwr générer le code pour IBM POWER (RIOS1)\n" "-m601 générer le code pour Motorola PowerPC 601\n" @@ -6652,7 +7369,7 @@ msgstr "" "-mregnames permettre les noms symboliques pour les registres\n" "-mno-regnames ne pas permettre les noms symboliques pour les registres\n" -#: config/tc-ppc.c:1048 +#: config/tc-ppc.c:1041 msgid "" "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n" "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n" @@ -6677,215 +7394,216 @@ msgstr "" "-V afficher la version de l'assembleur\n" "-Qy, -Qn ignoré\n" -#: config/tc-ppc.c:1082 +#: config/tc-ppc.c:1075 #, c-format msgid "Unknown default cpu = %s, os = %s" msgstr "CPU par défaut inconnu = %s, système d'exploitation = %s" -#: config/tc-ppc.c:1107 +#: config/tc-ppc.c:1100 msgid "Neither Power nor PowerPC opcodes were selected." msgstr "Aucun de opcode Power ou PowerPC n'a été sélectionné." -#: config/tc-ppc.c:1190 config/tc-s390.c:471 +#: config/tc-ppc.c:1181 config/tc-s390.c:477 #, c-format msgid "Internal assembler error for instruction %s" msgstr "erreur interne d'assembleur pour l'instruction %s" -#: config/tc-ppc.c:1210 +#: config/tc-ppc.c:1201 #, c-format msgid "Internal assembler error for macro %s" msgstr "erreur interne d'assemebleur pour la macro %s" -#: config/tc-ppc.c:1437 +#: config/tc-ppc.c:1428 msgid "identifier+constant@got means identifier@got+constant" msgstr "identificateur+constante@got signifie identificateur@got+constante" -#: config/tc-ppc.c:1505 config/tc-sh.c:388 config/tc-sh.c:416 +#: config/tc-ppc.c:1495 #, c-format msgid "%s relocations do not fit in %d bytes\n" msgstr "La relocalisation %s n'entre pas dans %d octets\n" -#: config/tc-ppc.c:1612 +#: config/tc-ppc.c:1602 #, c-format msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." msgstr "Longueur de .lcomm « %s » est déjà %ld. N'a pas été changé à %ld." -#: config/tc-ppc.c:1694 +#: config/tc-ppc.c:1684 msgid "Relocation cannot be done when using -mrelocatable" msgstr "Relocalisation ne peut être faite avec -mrelocatable" -#: config/tc-ppc.c:1794 +#: config/tc-ppc.c:1810 #, c-format msgid "syntax error: invalid toc specifier `%s'" -msgstr "Erreur de syntaxe: spécificateur de table d'entrées invalide « %s »" +msgstr "ERREUR de syntaxe: spécificateur de table d'entrées invalide « %s »" -#: config/tc-ppc.c:1808 +#: config/tc-ppc.c:1824 #, c-format msgid "syntax error: expected `]', found `%c'" msgstr "erreur de syntaxe: attendu « ]», obtenu «%c »" -#: config/tc-ppc.c:2044 +#: config/tc-ppc.c:2060 msgid "[tocv] symbol is not a toc symbol" msgstr "symbole [tocv] n'est pas un symbole toc" -#: config/tc-ppc.c:2055 +#: config/tc-ppc.c:2071 msgid "Unimplemented toc32 expression modifier" msgstr "Modificateur d'expression toc32 non implanté" -#: config/tc-ppc.c:2060 +#: config/tc-ppc.c:2076 msgid "Unimplemented toc64 expression modifier" msgstr "Modificateur d'expression toc64 non implanté" -#: config/tc-ppc.c:2064 +#: config/tc-ppc.c:2080 #, c-format msgid "Unexpected return value [%d] from parse_toc_entry!\n" msgstr "Valeur retournée inattendue [%d] à partir de parse_toc_entry!\n" -#: config/tc-ppc.c:2249 +#: config/tc-ppc.c:2262 msgid "unsupported relocation for DS offset field" msgstr "type de relocalisation non supporté pour un décalage de champ DS" -#: config/tc-ppc.c:2293 +#: config/tc-ppc.c:2306 #, c-format msgid "syntax error; found `%c' but expected `%c'" msgstr "erreur de syntaxe; obtenu « %c» mais attendait «%c »" -#: config/tc-ppc.c:2419 +#: config/tc-ppc.c:2430 msgid "wrong number of operands" msgstr "nombre d'opérandes erroné" -#: config/tc-ppc.c:2475 -msgid "Bad .section directive: want a,e,w,x,M,S in string" -msgstr "directive .section erronée: a besoin de a,e,w,x,M,S dans la chaîne" +#: config/tc-ppc.c:2486 +msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string" +msgstr "directive .section erronée: a besoin de a,e,w,x,M,S,G,T dans la chaîne" -#: config/tc-ppc.c:2590 +#: config/tc-ppc.c:2601 msgid "missing size" msgstr "taille manquante" -#: config/tc-ppc.c:2599 +#: config/tc-ppc.c:2610 msgid "negative size" msgstr "taille négative" -#: config/tc-ppc.c:2636 +#: config/tc-ppc.c:2647 msgid "missing real symbol name" msgstr "nom de symbole réel manquant" -#: config/tc-ppc.c:2657 +#: config/tc-ppc.c:2668 msgid "attempt to redefine symbol" msgstr "tentative de redéfinition de symbole" -#: config/tc-ppc.c:2891 +#: config/tc-ppc.c:2902 msgid "The XCOFF file format does not support arbitrary sections" msgstr "Le format de fichier XCOFF ne supporte pas des sections arbitraires" -#: config/tc-ppc.c:2968 +#: config/tc-ppc.c:2979 msgid "missing rename string" msgstr "nouveau nom de chaîne manquant" -#: config/tc-ppc.c:2999 config/tc-ppc.c:3554 read.c:3053 +#: config/tc-ppc.c:3010 config/tc-ppc.c:3565 read.c:3058 msgid "missing value" msgstr "valeur manquante" -#: config/tc-ppc.c:3017 +#: config/tc-ppc.c:3028 msgid "illegal .stabx expression; zero assumed" msgstr "expression .stabx illégale; zéro assumé" -#: config/tc-ppc.c:3049 +#: config/tc-ppc.c:3060 msgid "missing class" msgstr "classe manquante" -#: config/tc-ppc.c:3058 +#: config/tc-ppc.c:3069 msgid "missing type" msgstr "type manquant" -#: config/tc-ppc.c:3139 +#: config/tc-ppc.c:3150 msgid "missing symbol name" msgstr "nom de symbole manquant" -#: config/tc-ppc.c:3333 +#: config/tc-ppc.c:3344 msgid "nested .bs blocks" msgstr "blocs .bs imbriqués" -#: config/tc-ppc.c:3366 +#: config/tc-ppc.c:3377 msgid ".es without preceding .bs" msgstr ".es n'est pas précédé de .bs" -#: config/tc-ppc.c:3546 +#: config/tc-ppc.c:3557 msgid "non-constant byte count" msgstr "compteur d'octet n'est pas une constante" -#: config/tc-ppc.c:3594 +#: config/tc-ppc.c:3605 msgid ".tc not in .toc section" msgstr ".tc n'est pas dans la section .toc" -#: config/tc-ppc.c:3613 +#: config/tc-ppc.c:3624 msgid ".tc with no label" msgstr ".tc sans étiquette" -#: config/tc-ppc.c:3724 +#: config/tc-ppc.c:3735 msgid "No previous section to return to. Directive ignored." msgstr "Pas de section précédente pour y retourner. Directive ignorée." #. Section Contents #. unknown -#: config/tc-ppc.c:4141 +#: config/tc-ppc.c:4152 msgid "Unsupported section attribute -- 'a'" msgstr "Attribut de section non supporté -- « a »" -#: config/tc-ppc.c:4330 +#: config/tc-ppc.c:4341 msgid "bad symbol suffix" msgstr "mauvais suffixe de symbole" -#: config/tc-ppc.c:4423 +#: config/tc-ppc.c:4434 msgid "Unrecognized symbol suffix" msgstr "suffixe de symbole non reconnu" -#: config/tc-ppc.c:4505 +#: config/tc-ppc.c:4516 msgid "two .function pseudo-ops with no intervening .ef" msgstr "deux pseudo-op .function sans .ef" -#: config/tc-ppc.c:4518 +#: config/tc-ppc.c:4529 msgid ".ef with no preceding .function" msgstr ".ef n'est pas précédé de .function" -#: config/tc-ppc.c:4646 +#: config/tc-ppc.c:4657 #, c-format msgid "warning: symbol %s has no csect" msgstr "AVERTISSEMENT: symbole %s n,as pas de csect" -#: config/tc-ppc.c:4946 +#: config/tc-ppc.c:4957 msgid "symbol in .toc does not match any .tc" msgstr "symbole dans .toc ne concorde pas avec aucun .tc" -#: config/tc-ppc.c:5246 config/tc-s390.c:1797 config/tc-v850.c:2420 +#: config/tc-ppc.c:5256 config/tc-s390.c:1809 config/tc-v850.c:2331 +#: config/tc-xstormy16.c:536 msgid "unresolved expression that must be resolved" msgstr "expression non résolue qui doit être résolue" -#: config/tc-ppc.c:5249 +#: config/tc-ppc.c:5259 #, c-format msgid "unsupported relocation against %s" msgstr "relocalisation non supportée vers %s" -#: config/tc-ppc.c:5326 +#: config/tc-ppc.c:5334 #, c-format msgid "cannot emit PC relative %s relocation against %s" msgstr "ne peut produire une relocalisation %s relative au PC pour %s" -#: config/tc-ppc.c:5331 +#: config/tc-ppc.c:5339 #, c-format msgid "cannot emit PC relative %s relocation" msgstr "ne peut produire une relocalisation %s relative au PC" -#: config/tc-ppc.c:5454 +#: config/tc-ppc.c:5460 msgid "must branch to an address a multiple of 4" msgstr "doit faire un branchement vers une adresse qui est un multiple de 4" -#: config/tc-ppc.c:5458 +#: config/tc-ppc.c:5464 #, c-format msgid "@local or @plt branch destination is too far away, %ld bytes" msgstr "Destination @local ou branchement @plt est trop éloignée, %ld octets" -#: config/tc-ppc.c:5491 +#: config/tc-ppc.c:5495 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "Échec de GAS, valeur de relocalisation %d\n" @@ -6896,13 +7614,17 @@ msgid "" " -mregnames Allow symbolic names for registers\n" " -mwarn-areg-zero Warn about zero base/index registers\n" " -mno-regnames Do not allow symbolic names for registers\n" +" -m31 Set file format to 31 bit format\n" +" -m64 Set file format to 64 bit format\n" msgstr "" "Option S390:\n" " -mregnames permettre les noms symboliques pour les registres\n" " -mwarn-areg-zero avertir lorsque des registres de base/index à zéro\n" " -mno-regnames ne pas permettre les noms symboliques pour les registres\n" +" -m31 définir le format de fichier à 32 bits\n" +" -m64 définir le format de fichier à 64 bits\n" -#: config/tc-s390.c:426 +#: config/tc-s390.c:428 msgid "" " -V print assembler version number\n" " -Qy, -Qn ignored\n" @@ -6910,193 +7632,238 @@ msgstr "" " -V afficher la version de l'assembleur\n" " -Qy, -Qn ignoré\n" -#: config/tc-s390.c:456 +#: config/tc-s390.c:462 #, c-format msgid "Internal assembler error for instruction format %s" msgstr "erreur interne d'assembleur pour le format d'instruction %s" -#: config/tc-s390.c:652 +#: config/tc-s390.c:658 #, c-format msgid "identifier+constant@%s means identifier@%s+constant" msgstr "identificateur+constante@%s signifie identificateur@%s+constante" -#: config/tc-s390.c:735 +#: config/tc-s390.c:741 msgid "Can't handle O_big in s390_exp_compare" msgstr "Ne peut traiter O_big dans s390_exp_compare" -#: config/tc-s390.c:819 +#: config/tc-s390.c:825 msgid "Invalid suffix for literal pool entry" msgstr "Suffixe invalide pour le bassin d'entrées litérales" -#: config/tc-s390.c:876 +#: config/tc-s390.c:882 msgid "Big number is too big" msgstr "Grand nombre trop grand" -#: config/tc-s390.c:964 config/tc-s390.c:1473 +#: config/tc-s390.c:970 config/tc-s390.c:1482 #, c-format msgid "%s relocations do not fit in %d bytes" msgstr "relocalisations %s n'entre pas dans %d octets" -#: config/tc-s390.c:974 +#: config/tc-s390.c:980 msgid "relocation not applicable" msgstr "relocalisation non applicable" -#: config/tc-s390.c:1117 +#: config/tc-s390.c:1125 msgid "invalid operand suffix" msgstr "suffixe d'opérande invalide" -#: config/tc-s390.c:1140 +#: config/tc-s390.c:1148 msgid "syntax error; missing '(' after displacement" msgstr "erreur de syntaxe; « ( » manquante après le déplacement" -#: config/tc-s390.c:1150 config/tc-s390.c:1183 config/tc-s390.c:1202 +#: config/tc-s390.c:1158 config/tc-s390.c:1191 config/tc-s390.c:1210 msgid "syntax error; expected ," msgstr "erreur de syntaxe: « , » attendu" -#: config/tc-s390.c:1177 +#: config/tc-s390.c:1185 msgid "syntax error; missing ')' after base register" msgstr "erreur de syntaxe: « ) » manquante après le registre de base" -#: config/tc-s390.c:1195 +#: config/tc-s390.c:1203 msgid "syntax error; ')' not allowed here" msgstr "erreur de syntaxes; « ) » n'est pas permis ici" -#: config/tc-s390.c:1353 config/tc-s390.c:1373 config/tc-s390.c:1386 +#: config/tc-s390.c:1362 config/tc-s390.c:1382 config/tc-s390.c:1395 msgid "Invalid .insn format\n" msgstr "format .insn invalide\n" -#: config/tc-s390.c:1361 +#: config/tc-s390.c:1370 #, c-format msgid "Unrecognized opcode format: `%s'" msgstr "format de opcode non reconnu: « %s »" -#: config/tc-s390.c:1389 +#: config/tc-s390.c:1398 msgid "second operand of .insn not a constant\n" msgstr "seconde opérande de .insn n'est pas constante\n" -#: config/tc-s390.c:1392 +#: config/tc-s390.c:1401 msgid "missing comma after insn constant\n" msgstr "virgule manquante après la constante insn\n" -#: config/tc-s390.c:1703 +#: config/tc-s390.c:1715 msgid "unresolved fx_subsy symbol that must be resolved" msgstr "symbole fx_subsy non résolu qui doit être résolu" -#: config/tc-s390.c:1800 +#: config/tc-s390.c:1812 msgid "unsupported relocation type" msgstr "type de relocalisation non supporté" -#: config/tc-sh.c:89 +#: config/tc-sh.c:90 msgid "directive .big encountered when option -big required" msgstr "directive .big rencontrée alors que l'option -big est requise" -#: config/tc-sh.c:100 +#: config/tc-sh.c:101 msgid "directive .little encountered when option -little required" msgstr "directive .little rencontrée alors que l'option -little est requise" -#: config/tc-sh.c:909 +#: config/tc-sh.c:779 +msgid "Invalid PIC expression." +msgstr "expresion PIC invalide" + +#: config/tc-sh.c:808 read.c:3754 +#, c-format +msgid "unsupported BFD relocation size %u" +msgstr "taile de relocalisation BFD non supportée %u" + +#: config/tc-sh.c:1277 +msgid "misplaced PIC operand" +msgstr "opérande PIC mal positionné" + +#: config/tc-sh.c:1318 msgid "illegal register after @-" msgstr "registre illégal après @-" -#: config/tc-sh.c:925 +#: config/tc-sh.c:1334 msgid "must be @(r0,...)" msgstr "doit être @(r0,...)" -#: config/tc-sh.c:949 +#: config/tc-sh.c:1358 msgid "syntax error in @(r0,...)" msgstr "erreur de syntaxe dans @(r0,...)" -#: config/tc-sh.c:954 +#: config/tc-sh.c:1363 msgid "syntax error in @(r0...)" msgstr "erreur de syntaxe dans @(r0...)" -#: config/tc-sh.c:987 config/tc-sh.c:992 +#: config/tc-sh.c:1404 +msgid "Deprecated syntax." +msgstr "syntaxe dépréciée" + +#: config/tc-sh.c:1416 config/tc-sh.c:1421 msgid "syntax error in @(disp,[Rn, gbr, pc])" msgstr "erreur de syntaxe dans @(disp,[Rn, gbr, pc])" -#: config/tc-sh.c:997 +#: config/tc-sh.c:1426 msgid "expecting )" msgstr ") attendu" -#: config/tc-sh.c:1005 +#: config/tc-sh.c:1434 msgid "illegal register after @" msgstr "registre illégal après @" -#: config/tc-sh.c:1553 +#: config/tc-sh.c:1985 #, c-format msgid "Invalid register: 'r%d'" msgstr "registre invalide: 'r%d'" -#: config/tc-sh.c:1716 +#: config/tc-sh.c:2151 msgid "insn can't be combined with parallel processing insn" msgstr "insn ne peut être combiné avec un traitement parallèle insn" -#: config/tc-sh.c:1723 config/tc-sh.c:1734 +#: config/tc-sh.c:2158 config/tc-sh.c:2169 msgid "multiple movx specifications" msgstr "spécifications multiples movx" -#: config/tc-sh.c:1728 config/tc-sh.c:1755 +#: config/tc-sh.c:2163 config/tc-sh.c:2190 msgid "multiple movy specifications" msgstr "spécifications multiples movy" -#: config/tc-sh.c:1736 +#: config/tc-sh.c:2171 msgid "invalid movx address register" msgstr "registre d'adresse movx invalide" -#: config/tc-sh.c:1742 config/tc-sh.c:1747 +#: config/tc-sh.c:2177 config/tc-sh.c:2182 msgid "invalid movx dsp register" msgstr "registre dsp movx invalide" -#: config/tc-sh.c:1764 config/tc-sh.c:1769 +#: config/tc-sh.c:2199 config/tc-sh.c:2204 msgid "invalid movy dsp register" msgstr "registre dsp movy invalide" -#: config/tc-sh.c:1773 +#: config/tc-sh.c:2208 msgid "invalid movy address register" msgstr "registre d'adresse movy invalide" -#: config/tc-sh.c:1779 +#: config/tc-sh.c:2214 msgid "dsp immediate shift value not constant" msgstr "la valeur de décalage dsp immédiate n'est pas une constante" -#: config/tc-sh.c:1786 config/tc-sh.c:1799 +#: config/tc-sh.c:2221 config/tc-sh.c:2234 msgid "multiple parallel processing specifications" msgstr "spécifications multiples de traitement parallèle" -#: config/tc-sh.c:1792 +#: config/tc-sh.c:2227 msgid "multiple condition specifications" msgstr "spécifications multiples de condition" -#: config/tc-sh.c:1808 +#: config/tc-sh.c:2243 msgid "insn cannot be combined with pmuls" msgstr "insn ne peut être combiné avec pmuls" -#: config/tc-sh.c:1825 +#: config/tc-sh.c:2260 msgid "bad padd / psub pmuls output operand" msgstr "mauvaise sortie d'opérande padd / psub pmuls" -#: config/tc-sh.c:1835 +#: config/tc-sh.c:2270 +msgid "destination register is same for parallel insns" +msgstr "registre de destination est le même pour les insns parallèles" + +#: config/tc-sh.c:2279 msgid "condition not followed by conditionalizable insn" msgstr "condition n'est pas suivie par insn conditionnable" -#: config/tc-sh.c:1845 +#: config/tc-sh.c:2289 msgid "unrecognized characters at end of parallel processing insn" msgstr "caractères non reconnus à la fin du traitement parallèle insn" -#: config/tc-sh.c:1961 +#: config/tc-sh.c:2425 #, c-format msgid "excess operands: '%s'" msgstr "excès d'opérandes: « %s »" -#: config/tc-sh.c:2131 +#: config/tc-sh.c:2577 msgid ".uses pseudo-op seen when not relaxing" msgstr "pseudo-op .uses a été vu alors pas de relaxation" -#: config/tc-sh.c:2137 +#: config/tc-sh.c:2583 msgid "bad .uses format" msgstr "format .uses erroné" -#: config/tc-sh.c:2203 +#: config/tc-sh.c:2658 +msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia" +msgstr "Combinaison invalide: --isa=SHcompact avec --isa=SHmedia" + +#: config/tc-sh.c:2664 +msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact" +msgstr "Combinaison invalide: --isa=SHmedia avec --isa=SHcompact" + +#: config/tc-sh.c:2666 +msgid "Invalid combination: --abi=64 with --isa=SHcompact" +msgstr "Combinaison invalide: --abi=64 avec --isa=SHcompact" + +#: config/tc-sh.c:2677 +msgid "Invalid combination: --abi=32 with --abi=64" +msgstr "Combinaison invalide: --abi=32 avec --abi=64" + +#: config/tc-sh.c:2683 +msgid "Invalid combination: --abi=64 with --abi=32" +msgstr "Combinaison invalide: --abi=64 avec --abi=32" + +#: config/tc-sh.c:2685 +msgid "Invalid combination: --isa=SHcompact with --abi=64" +msgstr "Combinaison invalide: --isa=SHcompact avec --abi=64" + +#: config/tc-sh.c:2720 msgid "" "SH options:\n" "-little\t\t\tgenerate little endian code\n" @@ -7112,91 +7879,303 @@ msgstr "" "-small aligner les sections sur des frontières de 4 octets, pas 16\n" "-dsp activer sh-dsp insns et désactiver sh3e / sh4 insns.\n" -#: config/tc-sh.c:2292 +#: config/tc-sh.c:2728 +msgid "" +"-isa=[shmedia\t\tset default instruction set for SH64\n" +" | SHmedia\n" +" | shcompact\n" +" | SHcompact]\n" +"-abi=[32|64]\t\tset size of expanded SHmedia operands and object\n" +"\t\t\tfile type\n" +"-shcompact-const-crange\temit code-range descriptors for constants in\n" +"\t\t\tSHcompact code sections\n" +"-no-mix\t\t\tdisallow SHmedia code in the same section as\n" +"\t\t\tconstants and SHcompact code\n" +"-no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n" +"-expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n" +"\t\t\tto 32 bits only" +msgstr "" +"-isa=[shmedia définir le jeux d'instruction par défaut pour SH64\n" +" | SHmedia\n" +" | shcompact\n" +" | SHcompact]\n" +"-abi=[32|64] définir la taille de l'expansion des opérandes SHmedia\n" +" et des type de fichiers objets\n" +"-shcompact-const-crange générer des descripteurs de gamme d'étendu du code pour\n" +" les constantes dans les sections de code SHcompact\n" +"-no-mix ne pas permettre le code SHMedia dans la même section que les\n" +" les constantes et le code SHcompact\n" +"-no-expand ne pas faire l'expansion des instructions MOVI, PT, PTA ou PTB\n" +"-expand-pt32 avec -abi=64, faire l'expansion des instructions PT, PTA et PTB\n" +" pour le 32 bits seulement" + +#: config/tc-sh.c:2825 msgid ".uses does not refer to a local symbol in the same section" msgstr ".uses ne réfère pas à un symbole local dans la même section" -#: config/tc-sh.c:2311 +#: config/tc-sh.c:2844 msgid "can't find fixup pointed to by .uses" msgstr "ne peut repérer le correctif pointé par .uses" -#: config/tc-sh.c:2334 +#: config/tc-sh.c:2867 msgid ".uses target does not refer to a local symbol in the same section" msgstr "la cible .uses ne réfère pas à un symbole local dans la même section" -#: config/tc-sh.c:2432 +#: config/tc-sh.c:2969 msgid "displacement overflows 12-bit field" msgstr "déplacement provoque un débordement du champ de 12 bits" -#: config/tc-sh.c:2435 +#: config/tc-sh.c:2972 #, c-format msgid "displacement to defined symbol %s overflows 12-bit field" msgstr "déplacement pour définir le symbole %s provoque un débordement du champ de 12 bits" -#: config/tc-sh.c:2439 +#: config/tc-sh.c:2976 #, c-format msgid "displacement to undefined symbol %s overflows 12-bit field" msgstr "déplacement pour symbole indéfini %s provoque un débordement du champ de 12 bits" -#: config/tc-sh.c:2517 +#: config/tc-sh.c:3054 msgid "displacement overflows 8-bit field" msgstr "déplacement provoque un débordement du champ de 8 bits" -#: config/tc-sh.c:2520 +#: config/tc-sh.c:3057 #, c-format msgid "displacement to defined symbol %s overflows 8-bit field" msgstr "déplacement pour définir le symbole %s provoque un débordement du champ de 8 bits" -#: config/tc-sh.c:2524 +#: config/tc-sh.c:3061 #, c-format msgid "displacement to undefined symbol %s overflows 8-bit field " msgstr "déplacement pour symbole indéfini %s provoque un débordement du champ de 8 bits" -#: config/tc-sh.c:2537 +#: config/tc-sh.c:3078 #, c-format msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "débordement durant le branchement vers %s; converti en une séquence d'instruction plus longue" -#: config/tc-sh.c:2612 config/tc-sh.c:2660 config/tc-sparc.c:4093 config/tc-sparc.c:4118 +#: config/tc-sh.c:3153 config/tc-sh.c:3201 config/tc-sparc.c:4100 +#: config/tc-sparc.c:4125 msgid "misaligned data" msgstr "donnée mal alignées" -#: config/tc-sh.c:3022 +#: config/tc-sh.c:3583 msgid "misaligned offset" msgstr "décalage désaligné" -#: config/tc-sparc.c:281 +#: config/tc-sh64.c:570 +msgid "This operand must be constant at assembly time" +msgstr "l'opérande doit être une constante au moment de l'assemblage" + +#: config/tc-sh64.c:685 +msgid "Invalid operand expression" +msgstr "opérande invalide dans l'expression" + +#: config/tc-sh64.c:772 config/tc-sh64.c:878 +msgid "PTB operand is a SHmedia symbol" +msgstr "opérande PTB est un symbole SHmédia" + +#: config/tc-sh64.c:775 config/tc-sh64.c:875 +msgid "PTA operand is a SHcompact symbol" +msgstr "opérande PTA est un symbole SHcompact" + +#: config/tc-sh64.c:791 +msgid "invalid expression in operand" +msgstr "expression invalide dans l'opérande" + +#: config/tc-sh64.c:1488 +#, c-format +msgid "invalid operand, not a 5-bit unsigned value: %d" +msgstr "valeur de l'opérande n'est pas une valeur non signée de 5 bits: %d" + +#: config/tc-sh64.c:1493 +#, c-format +msgid "invalid operand, not a 6-bit signed value: %d" +msgstr "valeur de l'opérande n'est pas une valeur non signée de 6 bits: %d" + +#: config/tc-sh64.c:1498 +#, c-format +msgid "invalid operand, not a 6-bit unsigned value: %d" +msgstr "valeur de l'opérande n'est pas une valeur non signée de 6 bits: %d" + +#: config/tc-sh64.c:1503 config/tc-sh64.c:1515 +#, c-format +msgid "invalid operand, not a 11-bit signed value: %d" +msgstr "valeur de l'opérande n'est pas une valeur signée de 11 bits: %d" + +#: config/tc-sh64.c:1505 +#, c-format +msgid "invalid operand, not a multiple of 32: %d" +msgstr "opérande invalide, doit être un multiple de 32: %d" + +#: config/tc-sh64.c:1510 +#, c-format +msgid "invalid operand, not a 10-bit signed value: %d" +msgstr "opérande invalide n'est pas une valeur signée de 10 bits: %d" + +#: config/tc-sh64.c:1517 +#, c-format +msgid "invalid operand, not an even value: %d" +msgstr "opérande invalide n'est pas une valeur paire: %d" + +#: config/tc-sh64.c:1522 +#, c-format +msgid "invalid operand, not a 12-bit signed value: %d" +msgstr "opérande invalide n'est pas une valeur signée de 12 bits: %d" + +#: config/tc-sh64.c:1524 +#, c-format +msgid "invalid operand, not a multiple of 4: %d" +msgstr "opérande invalide, n'est pas un multiple de 4: %d" + +#: config/tc-sh64.c:1529 +#, c-format +msgid "invalid operand, not a 13-bit signed value: %d" +msgstr "opérande invalide n'est pas une valeur signée de 13 bits: %d" + +#: config/tc-sh64.c:1531 +#, c-format +msgid "invalid operand, not a multiple of 8: %d" +msgstr "opérande invalide, n'est pas un multiple de 8: %d" + +#: config/tc-sh64.c:1536 +#, c-format +msgid "invalid operand, not a 16-bit signed value: %d" +msgstr "opérande invalide n'est pas une valeur signée de 16 bits: %d" + +#: config/tc-sh64.c:1541 +#, c-format +msgid "invalid operand, not an 16-bit unsigned value: %d" +msgstr "opérande invalide n'est pas une valeur non signée de 16 bits: %d" + +#: config/tc-sh64.c:1547 +msgid "operand out of range for PT, PTA and PTB" +msgstr "opérande hors gamme pour PT, PTA et PTB" + +#: config/tc-sh64.c:1549 +#, c-format +msgid "operand not a multiple of 4 for PT, PTA or PTB: %d" +msgstr "opérande n'est pas un multiple de 4 pour PT, pTA ou PTB: %d" + +#: config/tc-sh64.c:2077 +#, c-format +msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x" +msgstr "opérande MOVI n'est pas une valeur signée de 32 bits: 0x%8x%08x" + +#: config/tc-sh64.c:2440 config/tc-sh64.c:2605 config/tc-sh64.c:2620 +msgid "invalid PIC reference" +msgstr "référence PIC invalide" + +#: config/tc-sh64.c:2498 +msgid "can't find opcode" +msgstr "ne peut repérer le opcode" + +#: config/tc-sh64.c:2828 +#, c-format +msgid "invalid operands to %s" +msgstr "opérandes invalides vers %s" + +#: config/tc-sh64.c:2834 +#, c-format +msgid "excess operands to %s" +msgstr "opérandes en excès vers %s" + +#: config/tc-sh64.c:2880 +#, c-format +msgid "The `.mode %s' directive is not valid with this architecture" +msgstr "La directive « .mode %s » n'est pas valide pour cet architecture" + +#: config/tc-sh64.c:2888 +#, c-format +msgid "Invalid argument to .mode: %s" +msgstr "argument invalide pour .mode: %s" + +#: config/tc-sh64.c:2919 +#, c-format +msgid "The `.abi %s' directive is not valid with this architecture" +msgstr "La directive « .abi %s » n'est pas valide pour cet architecture" + +#: config/tc-sh64.c:2925 +msgid "`.abi 64' but command-line options do not specify 64-bit ABI" +msgstr "« .abi 64 » mais les options fournies ne spécifient pas un ABI 64 bits" + +#: config/tc-sh64.c:2930 +msgid "`.abi 32' but command-line options do not specify 32-bit ABI" +msgstr "« .abi 32 » mais les options fournies ne spécifient pas un ABI 64 bits" + +#: config/tc-sh64.c:2933 +#, c-format +msgid "Invalid argument to .abi: %s" +msgstr "Argument invalide vers .abi: %s" + +#: config/tc-sh64.c:2984 +msgid "-no-mix is invalid without specifying SHcompact or SHmedia" +msgstr "-no-mix est invalide sans spécification de SHcompact ou SHmedia" + +#: config/tc-sh64.c:2989 +msgid "-shcompact-const-crange is invalid without SHcompact" +msgstr "-shcompact-const-crange est invalide sans SHcompact" + +#: config/tc-sh64.c:2992 +msgid "-expand-pt32 only valid with -abi=64" +msgstr "-expand-pt32 seulement valide avec -abi=64" + +#: config/tc-sh64.c:2995 +msgid "-no-expand only valid with SHcompact or SHmedia" +msgstr "-no-expand valide seulement avec SHcompact ou SHmedia" + +#: config/tc-sh64.c:2998 +msgid "-expand-pt32 invalid together with -no-expand" +msgstr "-expand-pt32 invalid ensemble avec -no-expand" + +#: config/tc-sh64.c:3215 +msgid "SHmedia code not allowed in same section as constants and SHcompact code" +msgstr "code SHmedia n'est pas permis dans la même section comme constantes et code SHcompact" + +#: config/tc-sh64.c:3233 +msgid "No segment info for current section" +msgstr "Pas d'info de segment pour la section courante" + +#: config/tc-sh64.c:3275 +msgid "duplicate datalabel operator ignored" +msgstr "Duplication d'opérateur d'étiquette de données ignoré" + +#: config/tc-sh64.c:3345 +msgid "Invalid DataLabel expression" +msgstr "expresion d'étiquette de données invalide" + +#: config/tc-sparc.c:287 msgid "Invalid default architecture, broken assembler." msgstr "Architecture par défaut invalide, bris d'assemblage." -#: config/tc-sparc.c:285 config/tc-sparc.c:488 +#: config/tc-sparc.c:291 config/tc-sparc.c:494 msgid "Bad opcode table, broken assembler." msgstr "Table de opcode erronée, bris d'assemblage" -#: config/tc-sparc.c:480 +#: config/tc-sparc.c:486 #, c-format msgid "invalid architecture -xarch=%s" msgstr "architecture invalide -xarch=%s" -#: config/tc-sparc.c:482 +#: config/tc-sparc.c:488 #, c-format msgid "invalid architecture -A%s" msgstr "architecture invalide -A%s" -#: config/tc-sparc.c:549 +#: config/tc-sparc.c:555 #, c-format msgid "No compiled in support for %d bit object file format" msgstr "N'est pas compilé pour le support de format de fichier objet de %d bits" -#: config/tc-sparc.c:586 +#: config/tc-sparc.c:592 msgid "Unrecognized option following -K" msgstr "option non reconnnue après -K" -#: config/tc-sparc.c:627 +#: config/tc-sparc.c:633 msgid "SPARC options:\n" msgstr "Options SPARC:\n" -#: config/tc-sparc.c:656 +#: config/tc-sparc.c:662 msgid "" "\n" "\t\t\tspecify variant of SPARC architecture\n" @@ -7214,11 +8193,11 @@ msgstr "" "-relax relaxer les jump et les branchements (par défaut)\n" "-no-relax éviter les modification des jump et des branchements\n" -#: config/tc-sparc.c:664 +#: config/tc-sparc.c:670 msgid "-k\t\t\tgenerate PIC\n" msgstr "-k générer en PIC\n" -#: config/tc-sparc.c:668 +#: config/tc-sparc.c:674 msgid "" "-32\t\t\tcreate 32 bit object file\n" "-64\t\t\tcreate 64 bit object file\n" @@ -7226,12 +8205,12 @@ msgstr "" "-32 créer un fichier objet de 32 bits\n" "-64 créer un fichier objet de 64 bits\n" -#: config/tc-sparc.c:671 +#: config/tc-sparc.c:677 #, c-format msgid "\t\t\t[default is %d]\n" msgstr " [défaut est %d]\n" -#: config/tc-sparc.c:673 +#: config/tc-sparc.c:679 msgid "" "-TSO\t\t\tuse Total Store Ordering\n" "-PSO\t\t\tuse Partial Store Ordering\n" @@ -7241,12 +8220,12 @@ msgstr "" "-PSO utiliser le Partial Store Ordering\n" "-RMO utiliser le Relaxed Memory Ordering\n" -#: config/tc-sparc.c:677 +#: config/tc-sparc.c:683 #, c-format msgid "\t\t\t[default is %s]\n" msgstr " [défaut est %s]\n" -#: config/tc-sparc.c:679 +#: config/tc-sparc.c:685 msgid "" "-KPIC\t\t\tgenerate PIC\n" "-V\t\t\tprint assembler version number\n" @@ -7267,7 +8246,7 @@ msgstr "" "-Qy, -Qn ignoré\n" "-s ignoré\n" -#: config/tc-sparc.c:691 +#: config/tc-sparc.c:697 msgid "" "-EL\t\t\tgenerate code for a little endian machine\n" "-EB\t\t\tgenerate code for a big endian machine\n" @@ -7279,272 +8258,272 @@ msgstr "" "--little-endian-data générer du code pour machine ayant des instructions\n" " à octets de poids fort et des données à octets de poid faible\n" -#: config/tc-sparc.c:811 +#: config/tc-sparc.c:817 #, c-format msgid "Internal error: losing opcode: `%s' \"%s\"\n" -msgstr "Erreur interne: perte du opcode « %s» «%s »\n" +msgstr "ERREUR interne: perte du opcode « %s» «%s »\n" -#: config/tc-sparc.c:830 +#: config/tc-sparc.c:836 #, c-format msgid "Internal error: can't find opcode `%s' for `%s'\n" -msgstr "Erreur interne: ne peut trouver le opcode « %s» pour «%s »\n" +msgstr "ERREUR interne: ne peut trouver le opcode « %s» pour «%s »\n" -#: config/tc-sparc.c:976 +#: config/tc-sparc.c:982 msgid "Support for 64-bit arithmetic not compiled in." msgstr "Support pour l'arithmétique à 64 bits n'est pas compilé." -#: config/tc-sparc.c:1023 +#: config/tc-sparc.c:1029 msgid "set: number not in 0..4294967295 range" msgstr "set: nombre n'est pas dans les bornes 0..4294967295" -#: config/tc-sparc.c:1030 +#: config/tc-sparc.c:1036 msgid "set: number not in -2147483648..4294967295 range" msgstr "set: nombre n'est pas dans les bornes -2147483648..4294967295" -#: config/tc-sparc.c:1090 +#: config/tc-sparc.c:1096 msgid "setsw: number not in -2147483648..4294967295 range" msgstr "setsw: nombre n'est pas dans les bornes -2147483648..4294967295" -#: config/tc-sparc.c:1139 +#: config/tc-sparc.c:1145 msgid "setx: temporary register same as destination register" msgstr "setx: registre temporaire identique au registre de destination" -#: config/tc-sparc.c:1210 +#: config/tc-sparc.c:1216 msgid "setx: illegal temporary register g0" msgstr "setx: registre temporaire G0 illégal" -#: config/tc-sparc.c:1307 +#: config/tc-sparc.c:1313 msgid "FP branch in delay slot" msgstr "branchement FP dans une plage de délai" -#: config/tc-sparc.c:1323 +#: config/tc-sparc.c:1329 msgid "FP branch preceded by FP instruction; NOP inserted" msgstr "branchement FP précédé par une instruction FP; NOP inséré" -#: config/tc-sparc.c:1363 +#: config/tc-sparc.c:1369 msgid "failed special case insn sanity check" msgstr "cas spécial insn a échoué la vérification de l'état de santé" -#: config/tc-sparc.c:1451 +#: config/tc-sparc.c:1457 msgid ": invalid membar mask name" msgstr ": masque de nom membar invalide" -#: config/tc-sparc.c:1467 +#: config/tc-sparc.c:1473 msgid ": invalid membar mask expression" msgstr ": masque d'expression membar invalide" -#: config/tc-sparc.c:1472 +#: config/tc-sparc.c:1478 msgid ": invalid membar mask number" msgstr ": masque du numéro membar invalide" -#: config/tc-sparc.c:1487 +#: config/tc-sparc.c:1493 msgid ": invalid siam mode expression" msgstr ": mode siam invalide pour l'expression" -#: config/tc-sparc.c:1492 +#: config/tc-sparc.c:1498 msgid ": invalid siam mode number" msgstr ": numéro du mode siam invalide" -#: config/tc-sparc.c:1508 +#: config/tc-sparc.c:1514 msgid ": invalid prefetch function name" msgstr ": nom de fonction de pré-recherche invalide" -#: config/tc-sparc.c:1516 +#: config/tc-sparc.c:1522 msgid ": invalid prefetch function expression" msgstr ": expression de fonction de pré-recherche invalide" -#: config/tc-sparc.c:1521 +#: config/tc-sparc.c:1527 msgid ": invalid prefetch function number" msgstr ": numéro de fonction de pré-recherche invalide" -#: config/tc-sparc.c:1549 config/tc-sparc.c:1561 +#: config/tc-sparc.c:1555 config/tc-sparc.c:1567 msgid ": unrecognizable privileged register" msgstr ": registre privilégié non reconnaissable" -#: config/tc-sparc.c:1585 config/tc-sparc.c:1610 +#: config/tc-sparc.c:1591 config/tc-sparc.c:1616 msgid ": unrecognizable v9a or v9b ancillary state register" msgstr ": registre d'état auxiliaire v9a ou v9b non reconnaissable" -#: config/tc-sparc.c:1590 +#: config/tc-sparc.c:1596 msgid ": rd on write only ancillary state register" msgstr ": rd écrit seulement sur registre d'état auxiliaire" #. %sys_tick and %sys_tick_cmpr are v9bnotv9a -#: config/tc-sparc.c:1598 +#: config/tc-sparc.c:1604 msgid ": unrecognizable v9a ancillary state register" msgstr ": registre d'état auxiliaire v9a non reconnaissable" -#: config/tc-sparc.c:1634 +#: config/tc-sparc.c:1640 msgid ": asr number must be between 16 and 31" msgstr ": nombre asr doit être entre 16 et 31" -#: config/tc-sparc.c:1642 +#: config/tc-sparc.c:1648 msgid ": asr number must be between 0 and 31" msgstr ": nombre asr doit être entre 0 et 31" -#: config/tc-sparc.c:1652 +#: config/tc-sparc.c:1658 msgid ": expecting %asrN" msgstr ": %asrN attendu" -#: config/tc-sparc.c:1980 +#: config/tc-sparc.c:1986 msgid "detected global register use not covered by .register pseudo-op" msgstr "utilisation d'un registre global détectée n'est pas couvert pas un pseudo-op .register" -#: config/tc-sparc.c:2051 +#: config/tc-sparc.c:2057 msgid ": There are only 64 f registers; [0-63]" msgstr ": il n'y a que 64 registres F; [0-63]" -#: config/tc-sparc.c:2053 config/tc-sparc.c:2065 +#: config/tc-sparc.c:2059 config/tc-sparc.c:2071 msgid ": There are only 32 f registers; [0-31]" msgstr ": il n'y a que 32 registres F; [0-63]" -#: config/tc-sparc.c:2183 config/tc-sparc.c:2219 +#: config/tc-sparc.c:2189 config/tc-sparc.c:2225 #, c-format msgid "Illegal operands: %%%s requires arguments in ()" msgstr "Opérandes illégales: %%%s requiert des arguments dans ()" -#: config/tc-sparc.c:2231 +#: config/tc-sparc.c:2237 #, c-format msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()" msgstr "Opérandes illégales: ne peut faire de l'arithmétique autre que + et - impliquant %%%s()" -#: config/tc-sparc.c:2341 +#: config/tc-sparc.c:2347 #, c-format msgid "Illegal operands: Can't add non-constant expression to %%%s()" msgstr "Opérandes illégales: ne ajouter des expressions qui ne sont pas des constantes à %%%s()" -#: config/tc-sparc.c:2351 +#: config/tc-sparc.c:2357 #, c-format msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol" msgstr "Opérandes illégales: ne peut faire de l'arithmétique impliquant %%%s() un symbole relocalisable" -#: config/tc-sparc.c:2369 +#: config/tc-sparc.c:2375 msgid ": PC-relative operand can't be a constant" msgstr ": l'opérande relative au PC ne peut être une constante" -#: config/tc-sparc.c:2402 +#: config/tc-sparc.c:2408 msgid ": invalid ASI name" msgstr ": nom ASI invalide" -#: config/tc-sparc.c:2410 +#: config/tc-sparc.c:2416 msgid ": invalid ASI expression" msgstr ": expresion ASI invalide" -#: config/tc-sparc.c:2415 +#: config/tc-sparc.c:2421 msgid ": invalid ASI number" msgstr ": numéro ASI invalide" -#: config/tc-sparc.c:2512 +#: config/tc-sparc.c:2518 msgid "OPF immediate operand out of range (0-0x1ff)" msgstr "Opérande immédiate OPF est hors gamme (0-0x1ff)" -#: config/tc-sparc.c:2517 +#: config/tc-sparc.c:2523 msgid "non-immediate OPF operand, ignored" msgstr "Opérande OPF n'est pas immédiate, ignoré" -#: config/tc-sparc.c:2536 +#: config/tc-sparc.c:2542 msgid ": invalid cpreg name" msgstr ": nom cpreg invalide" -#: config/tc-sparc.c:2565 +#: config/tc-sparc.c:2571 #, c-format msgid "Illegal operands%s" msgstr "Opérande %s illégale" -#: config/tc-sparc.c:2599 +#: config/tc-sparc.c:2605 #, c-format msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" msgstr "architecture bousculé de « %s» à «%s» sur «%s »" -#: config/tc-sparc.c:2635 +#: config/tc-sparc.c:2641 #, c-format msgid "Architecture mismatch on \"%s\"." msgstr "L'architecture ne concorde pas sur « %s »." -#: config/tc-sparc.c:2636 +#: config/tc-sparc.c:2642 #, c-format msgid " (Requires %s; requested architecture is %s.)" msgstr " (Requiert %s; architecture requise est %s.)" -#: config/tc-sparc.c:3246 +#: config/tc-sparc.c:3253 #, c-format msgid "bad or unhandled relocation type: 0x%02x" msgstr "type de relocalisation mauvais ou non traité: 0x%02x" -#: config/tc-sparc.c:3384 +#: config/tc-sparc.c:3391 #, c-format msgid "internal error: can't export reloc type %d (`%s')" msgstr "erreur interne: ne peut exporter le type de relocalisation %d (« %s »)" -#: config/tc-sparc.c:3546 +#: config/tc-sparc.c:3553 #, c-format msgid "BSS length (%d.) <0! Ignored." msgstr "longueur BSS (%d.) <0! Ignoré." -#: config/tc-sparc.c:3558 +#: config/tc-sparc.c:3565 msgid "bad .reserve segment -- expected BSS segment" msgstr "segment .reserve erroné -- segement BSS attendu" -#: config/tc-sparc.c:3575 read.c:2040 +#: config/tc-sparc.c:3582 read.c:2045 msgid "missing alignment" msgstr "alignement manquante" -#: config/tc-sparc.c:3586 config/tc-sparc.c:3736 +#: config/tc-sparc.c:3593 config/tc-sparc.c:3743 #, c-format msgid "alignment too large; assuming %d" msgstr "alignment trop grand; %d assumé" -#: config/tc-sparc.c:3592 config/tc-sparc.c:3742 +#: config/tc-sparc.c:3599 config/tc-sparc.c:3749 msgid "negative alignment" msgstr "alignement négatif" -#: config/tc-sparc.c:3602 config/tc-sparc.c:3765 read.c:1249 read.c:2056 +#: config/tc-sparc.c:3609 config/tc-sparc.c:3772 read.c:1249 read.c:2061 msgid "alignment not a power of 2" msgstr "alignment n'est pas une puissance de 2" -#: config/tc-sparc.c:3680 config/tc-v850.c:260 +#: config/tc-sparc.c:3687 config/tc-v850.c:231 msgid "Expected comma after symbol-name" msgstr "Virgule attendue après un nom de symbole" -#: config/tc-sparc.c:3708 config/tc-v850.c:293 +#: config/tc-sparc.c:3715 config/tc-v850.c:264 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." msgstr "longueur de .comm « %s » est déjà %ld. N'a pas été modifié à %d." -#: config/tc-sparc.c:3722 +#: config/tc-sparc.c:3729 msgid "Expected comma after common length" msgstr "Virgule attendue après la longueur du commun" -#: config/tc-sparc.c:3963 config/tc-sparc.c:3973 +#: config/tc-sparc.c:3970 config/tc-sparc.c:3980 #, c-format msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" msgstr "syntaxe du registre est .register %%g[2367],{#scratch|symbolname|#ignore}" -#: config/tc-sparc.c:3991 +#: config/tc-sparc.c:3998 msgid "redefinition of global register" msgstr "redéfinition du registre global" -#: config/tc-sparc.c:4002 +#: config/tc-sparc.c:4009 #, c-format msgid "Register symbol %s already defined." msgstr "Symbole du registre %s est déjà défini." -#: config/tc-sparc.c:4211 +#: config/tc-sparc.c:4218 #, c-format msgid "Illegal operands: %%r_plt in %d-byte data field" msgstr "Opérandes illégales: %%r_plt dans %d-octet de champ de données" -#: config/tc-sparc.c:4248 +#: config/tc-sparc.c:4255 #, c-format msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" msgstr "Opérandes illégales: seulement %%r_%s%d permis dans %d-octets de champ de données" -#: config/tc-sparc.c:4256 config/tc-sparc.c:4287 config/tc-sparc.c:4296 +#: config/tc-sparc.c:4263 config/tc-sparc.c:4294 config/tc-sparc.c:4303 #, c-format msgid "Illegal operands: %%r_%s%d requires arguments in ()" msgstr "Opérandes illégales: %%r_%s%d requiert des arguments dans ()" -#: config/tc-sparc.c:4305 +#: config/tc-sparc.c:4312 #, c-format msgid "Illegal operands: garbage after %%r_%s%d()" msgstr "opérandes illégales: rebuts après %%r_%s%d()" @@ -7561,25 +8540,25 @@ msgstr "estimate_size_before_relax a été msgid "The -a option doesn't exist. (Despite what the man page says!" msgstr "L'option -a option n'existe pas. (En dépit de ce que dit la man page!" -#: config/tc-tahoe.c:407 config/tc-vax.c:3125 +#: config/tc-tahoe.c:407 config/tc-vax.c:3286 #, c-format msgid "Displacement length %s ignored!" msgstr "La longueur de déplacement %s est ignoré!" -#: config/tc-tahoe.c:411 config/tc-vax.c:3117 +#: config/tc-tahoe.c:411 config/tc-vax.c:3278 msgid "SYMBOL TABLE not implemented" msgstr "TABLE DE SYMBOLE non implanté" -#: config/tc-tahoe.c:415 config/tc-vax.c:3121 +#: config/tc-tahoe.c:415 config/tc-vax.c:3282 msgid "TOKEN TRACE not implemented" msgstr "TRACE DE JETON non implanté" -#: config/tc-tahoe.c:419 config/tc-vax.c:3129 +#: config/tc-tahoe.c:419 config/tc-vax.c:3290 #, c-format msgid "I don't need or use temp. file \"%s\"." msgstr "N'ai pas besoin ni n'utilise de fichier temporaire « %s »." -#: config/tc-tahoe.c:423 config/tc-vax.c:3133 +#: config/tc-tahoe.c:423 config/tc-vax.c:3294 msgid "I don't use an interpass file! -V ignored" msgstr "Un fichier d'inter-passe ne peut être utilisé! -V ignoré" @@ -7644,7 +8623,7 @@ msgstr "Rebut à la fin de l'expression." #: config/tc-tahoe.c:1309 msgid "Syntax error in direct register mode." -msgstr "Erreur de syntaxe dans le mode direct du registre" +msgstr "ERREUR de syntaxe dans le mode direct du registre" #: config/tc-tahoe.c:1311 msgid "You can't index a register in direct register mode." @@ -7676,7 +8655,7 @@ msgstr "Utilisation de r14 pour des mots #: config/tc-tahoe.c:1340 msgid "Syntax error in auto-dec mode." -msgstr "Erreur de syntaxe dans le mode auto-dec" +msgstr "ERREUR de syntaxe dans le mode auto-dec" #: config/tc-tahoe.c:1342 msgid "You can't have an index auto dec mode." @@ -7700,7 +8679,7 @@ msgstr "L'auto décrémentaiton ne fonctio #: config/tc-tahoe.c:1357 msgid "Syntax error in one of the auto-inc modes." -msgstr "Erreur de syntaxe dans un des modes auto-inc" +msgstr "ERREUR de syntaxe dans un des modes auto-inc" #: config/tc-tahoe.c:1363 msgid "Auto inc deferred only works of the SP register." @@ -7736,7 +8715,7 @@ msgstr "Vous ne pouvez indexer un regist #: config/tc-tahoe.c:1396 msgid "Syntax error in register displaced mode." -msgstr "Erreur de syntaxes en mode registre de déplacement" +msgstr "ERREUR de syntaxes en mode registre de déplacement" #: config/tc-tahoe.c:1415 msgid "An offest is needed for this operand." @@ -7755,15 +8734,15 @@ msgstr "L'accès immédiat ne peut être ut msgid "Compiler bug: ODD number of bytes in arg structure %s." msgstr "Bug du compilateur: nombre IMPAIR d'octets dans la structure arg %s." -#: config/tc-tahoe.c:1567 config/tc-vax.c:1835 +#: config/tc-tahoe.c:1567 config/tc-vax.c:1963 msgid "Not enough operands" msgstr "Pas assez d'opérandes" -#: config/tc-tahoe.c:1577 config/tc-vax.c:1842 +#: config/tc-tahoe.c:1577 config/tc-vax.c:1970 msgid "Too many operands" msgstr "Trop d'opérandes" -#: config/tc-tahoe.c:1628 config/tc-vax.c:378 +#: config/tc-tahoe.c:1628 config/tc-vax.c:403 #, c-format msgid "Ignoring statement due to \"%s\"" msgstr "Déclaration ignorée en raison de « %s »" @@ -7780,7 +8759,7 @@ msgstr "Les déplacement réels de branche #: config/tc-tahoe.c:1820 #, c-format msgid "Complier error: I got an unknown synthetic branch :%c" -msgstr "Erreur du compilateur: a obtenu un branchement syntétique inconnu :%c" +msgstr "ERREUR du compilateur: a obtenu un branchement syntétique inconnu :%c" #: config/tc-tahoe.c:1961 #, c-format @@ -7789,444 +8768,449 @@ msgstr "Barf, mauvais mode %x\n" #. Only word (et al.), align, or conditionals are allowed within #. .struct/.union. -#: config/tc-tic54x.c:80 +#: config/tc-tic54x.c:224 msgid "pseudo-op illegal within .struct/.union" msgstr "pseudo-op illégal à l'intérieur de .struct/.union" -#: config/tc-tic54x.c:89 +#: config/tc-tic54x.c:349 msgid "C54x-specific command line options:\n" msgstr "Options de la ligne de commande C54x-specific:\n" -#: config/tc-tic54x.c:90 +#: config/tc-tic54x.c:350 msgid "-mfar-mode | -mf Use extended addressing\n" msgstr "-mfar-mode | -mf utiliser un adressage étendu\n" -#: config/tc-tic54x.c:91 +#: config/tc-tic54x.c:351 msgid "-mcpu= Specify the CPU version\n" msgstr "-mcpu= spécifier la version du CPU\n" -#: config/tc-tic54x.c:93 +#: config/tc-tic54x.c:353 msgid "-mcoff-version={0|1|2} Select COFF version\n" msgstr "-mcoff-version={0|1|2} sélectionner la version COFF\n" -#: config/tc-tic54x.c:95 +#: config/tc-tic54x.c:355 msgid "-merrors-to-file \n" msgstr "-merrors-to-file \n" -#: config/tc-tic54x.c:96 +#: config/tc-tic54x.c:356 msgid "-me Redirect errors to a file\n" msgstr "-me rediriger les erreurs vers le fichier\n" -#: config/tc-tic54x.c:348 +#: config/tc-tic54x.c:478 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" msgstr "Virgule et symbole attendus pour '.asg CHAÎNE, SYMBOLE'" -#: config/tc-tic54x.c:401 +#: config/tc-tic54x.c:532 msgid "Unterminated string after absolute expression" msgstr "Chaîne non terminée après l'expression absolue" -#: config/tc-tic54x.c:409 +#: config/tc-tic54x.c:540 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" msgstr "Virgule et symbole attendus pour '.eval EXPR, SYMBOLE'" -#: config/tc-tic54x.c:421 +#: config/tc-tic54x.c:552 msgid "symbols assigned with .eval must begin with a letter" msgstr "symboles assignés avec .eval doivent débuter avec une lettre" -#: config/tc-tic54x.c:675 +#: config/tc-tic54x.c:810 msgid "Offset on nested structures is ignored" msgstr "Décalage sur des structures imbriqués est ignoré" -#: config/tc-tic54x.c:725 +#: config/tc-tic54x.c:861 #, c-format msgid ".end%s without preceding .%s" msgstr ".end%s n'est pas précédé de .%s" -#: config/tc-tic54x.c:791 +#: config/tc-tic54x.c:928 #, c-format msgid "Unrecognized struct/union tag '%s'" msgstr "Étiquette struct/union non reconnue « %s »" -#: config/tc-tic54x.c:793 +#: config/tc-tic54x.c:930 msgid ".tag requires a structure tag" msgstr ".tag requiert une structure d'étiquette" -#: config/tc-tic54x.c:799 +#: config/tc-tic54x.c:936 msgid "Label required for .tag" msgstr "Étiquette requise pour .tag" -#: config/tc-tic54x.c:817 +#: config/tc-tic54x.c:955 #, c-format msgid ".tag target '%s' undefined" msgstr ".tag cible « %s » qui est indéfini" -#: config/tc-tic54x.c:879 +#: config/tc-tic54x.c:1018 #, c-format msgid ".field count '%d' out of range (1 <= X <= 32)" msgstr "compte .field « %d » hors gamme (1 <= X <= 32)" -#: config/tc-tic54x.c:909 +#: config/tc-tic54x.c:1046 #, c-format msgid "Unrecognized field type '%c'" msgstr "Type de champ non reconnu « %c »" #. Disallow .byte with a non constant expression that will #. require relocation. -#: config/tc-tic54x.c:1044 +#: config/tc-tic54x.c:1183 msgid "Relocatable values require at least WORD storage" msgstr "Valeurs relocalisables requièrent au moins un MOT de stockage" -#: config/tc-tic54x.c:1105 +#: config/tc-tic54x.c:1245 msgid "Use of .def/.ref is deprecated. Use .global instead" msgstr "Utilisation de .def/.ref est déprécié. Utiliser .global à la place" -#: config/tc-tic54x.c:1298 +#: config/tc-tic54x.c:1444 msgid ".space/.bes repeat count is negative, ignored" msgstr "compte de répétition .space/.bes est négatif, ignoré" -#: config/tc-tic54x.c:1303 +#: config/tc-tic54x.c:1449 msgid ".space/.bes repeat count is zero, ignored" msgstr "compte de répétition .space/.bes est zéro, ignoré" -#: config/tc-tic54x.c:1380 +#: config/tc-tic54x.c:1527 msgid "Missing size argument" msgstr "Argument pour la taille est manquant" -#: config/tc-tic54x.c:1514 +#: config/tc-tic54x.c:1664 msgid "CPU version has already been set" msgstr "Version de CPU a déjà été initialisé" -#: config/tc-tic54x.c:1518 +#: config/tc-tic54x.c:1668 #, c-format msgid "Unrecognized version '%s'" msgstr "Version non reconnue « %s »" -#: config/tc-tic54x.c:1524 +#: config/tc-tic54x.c:1674 msgid "Changing of CPU version on the fly not supported" msgstr "Changement de version de CPU à la volée n'est pas supporté" -#: config/tc-tic54x.c:1657 +#: config/tc-tic54x.c:1810 msgid "p2align not supported on this target" msgstr "p2align n'est pas supporté pour cette cible" -#: config/tc-tic54x.c:1669 +#: config/tc-tic54x.c:1823 msgid "Argument to .even ignored" msgstr "Argument pour .even ignoré" -#: config/tc-tic54x.c:1715 +#: config/tc-tic54x.c:1870 msgid "Invalid field size, must be from 1 to 32" msgstr "Taille de champ invalide, doit être de 1 à 32." -#: config/tc-tic54x.c:1728 +#: config/tc-tic54x.c:1883 msgid "field size must be 16 when value is relocatable" msgstr "taille du champ doit être 16 quand la valeur est relocalisable" -#: config/tc-tic54x.c:1742 +#: config/tc-tic54x.c:1898 msgid "field value truncated" msgstr "valeur du champ tronquée" -#: config/tc-tic54x.c:1846 config/tc-tic54x.c:2148 +#: config/tc-tic54x.c:2007 config/tc-tic54x.c:2324 #, c-format msgid "Unrecognized section '%s'" msgstr "section non reconnue « %s »" -#: config/tc-tic54x.c:1855 +#: config/tc-tic54x.c:2016 msgid "Current section is unitialized, section name required for .clink" msgstr "Section courante n'est pas initialisée, nom de section requis pour .clink" -#: config/tc-tic54x.c:2061 +#: config/tc-tic54x.c:2230 msgid "ENDLOOP without corresponding LOOP" msgstr "ENDLOOP sans LOOP correspondant" -#: config/tc-tic54x.c:2101 +#: config/tc-tic54x.c:2274 msgid "Mixing of normal and extended addressing not supported" msgstr "Mélange d'adressage normal et étendu n'est pas supporté" -#: config/tc-tic54x.c:2107 +#: config/tc-tic54x.c:2280 msgid "Extended addressing not supported on the specified CPU" msgstr "Adressage étendu n'est pas supportée sur le CPU spécifié" -#: config/tc-tic54x.c:2154 +#: config/tc-tic54x.c:2330 msgid ".sblock may be used for initialized sections only" msgstr ".sblock peut être utilisé pour des sections initialisées seulement" -#: config/tc-tic54x.c:2184 +#: config/tc-tic54x.c:2361 msgid "Symbol missing for .set/.equ" msgstr "Symbole manquant pour .set/.equ" -#: config/tc-tic54x.c:2240 +#: config/tc-tic54x.c:2420 msgid ".var may only be used within a macro definition" msgstr ".var ne peut être utilisé qu'avec une définition de macro" -#: config/tc-tic54x.c:2248 +#: config/tc-tic54x.c:2428 msgid "Substitution symbols must begin with a letter" msgstr "Symboles de substitution doivent commencer par une lettre" -#: config/tc-tic54x.c:2338 +#: config/tc-tic54x.c:2522 #, c-format msgid "Can't open macro library file '%s' for reading." msgstr "Ne peut ouvrir le fichier de librairie de macro « %s » pour lecture" -#: config/tc-tic54x.c:2345 +#: config/tc-tic54x.c:2529 #, c-format msgid "File '%s' not in macro archive format" msgstr "Fichier « %s » n'est pas en format d'archive macro" -#: config/tc-tic54x.c:2504 +#: config/tc-tic54x.c:2689 #, c-format msgid "Bad COFF version '%s'" msgstr "Version COFF erroné « %s »" -#: config/tc-tic54x.c:2513 +#: config/tc-tic54x.c:2698 #, c-format msgid "Bad CPU version '%s'" msgstr "Version CPU erronée « %s »" -#: config/tc-tic54x.c:2525 config/tc-tic54x.c:2528 +#: config/tc-tic54x.c:2711 config/tc-tic54x.c:2714 #, c-format msgid "Can't redirect stderr to the file '%s'" msgstr "Ne peut rediriger stderr vers le fichier « %s »" -#: config/tc-tic54x.c:2662 +#: config/tc-tic54x.c:2861 #, c-format msgid "Undefined substitution symbol '%s'" msgstr "Symbole de substitution indéfini « %s »" -#: config/tc-tic54x.c:3335 +#: config/tc-tic54x.c:3518 msgid "Badly formed address expression" msgstr "Expression d'adresse mal composée" -#: config/tc-tic54x.c:3593 +#: config/tc-tic54x.c:3782 #, c-format msgid "Invalid dmad syntax '%s'" msgstr "Syntaxe dmad invalide « %s »" -#: config/tc-tic54x.c:3707 +#: config/tc-tic54x.c:3848 +#, c-format +msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'" +msgstr "Utiliser la directive .mmregs pour des noms de registres mappant la mémoire tel que « %s »" + +#: config/tc-tic54x.c:3901 msgid "Address mode *+ARx is write-only. Results of reading are undefined." msgstr "Mode d'address *+ARx est en écriture seulement. Résultat dela lecture est indéfini." -#: config/tc-tic54x.c:3727 +#: config/tc-tic54x.c:3921 #, c-format msgid "Unrecognized indirect address format \"%s\"" msgstr "Format non reconnu d'adresse indirecte « %s »" -#: config/tc-tic54x.c:3762 +#: config/tc-tic54x.c:3960 #, c-format msgid "Operand '%s' out of range (%d <= x <= %d)" msgstr "Opérande « %s » est hors gamme (%d <= x <= %d)" -#: config/tc-tic54x.c:3782 +#: config/tc-tic54x.c:3980 msgid "Error in relocation handling" -msgstr "Erreur dans le traitement de la relocalisation" +msgstr "ERREUR dans le traitement de la relocalisation" -#: config/tc-tic54x.c:3801 config/tc-tic54x.c:3863 config/tc-tic54x.c:3889 +#: config/tc-tic54x.c:4001 config/tc-tic54x.c:4065 config/tc-tic54x.c:4097 #, c-format msgid "Unrecognized condition code \"%s\"" msgstr "Code de condition non reconnu « %s »" -#: config/tc-tic54x.c:3818 +#: config/tc-tic54x.c:4018 #, c-format msgid "Condition \"%s\" does not match preceding group" msgstr "Condition « %s » ne concorde pas avec le groupe précédent" -#: config/tc-tic54x.c:3826 +#: config/tc-tic54x.c:4026 #, c-format msgid "Condition \"%s\" uses a different accumulator from a preceding condition" msgstr "Condition « %s » utilise un accumulateur différent de la condition précédente" -#: config/tc-tic54x.c:3833 +#: config/tc-tic54x.c:4033 msgid "Only one comparison conditional allowed" msgstr "Seulement une comparaison conditionnelle est permise" -#: config/tc-tic54x.c:3838 +#: config/tc-tic54x.c:4038 msgid "Only one overflow conditional allowed" msgstr "Seulement un débordement conditionnel est permis" -#: config/tc-tic54x.c:3846 +#: config/tc-tic54x.c:4046 #, c-format msgid "Duplicate %s conditional" msgstr "Conditionnel %s dupliqué" -#: config/tc-tic54x.c:3876 +#: config/tc-tic54x.c:4081 msgid "Invalid auxiliary register (use AR0-AR7)" msgstr "Registre auxiliaire invalide (utiliser AR0-AR7)" -#: config/tc-tic54x.c:3909 +#: config/tc-tic54x.c:4117 msgid "lk addressing modes are invalid for memory-mapped register addressing" msgstr "mode d'adressage lk sont invalides pour un mode d'adressage par registre adressant la mémoire" -#: config/tc-tic54x.c:3917 +#: config/tc-tic54x.c:4125 msgid "Address mode *+ARx is not allowed in memory-mapped register addressing. Resulting behavior is undefined." msgstr "Mode d'adressage *+ARx n'est pas permis pour un mode d'adressage par registre « memory-mapped »,. Comportement résultant est indéfini." -#: config/tc-tic54x.c:3943 +#: config/tc-tic54x.c:4151 msgid "Destination accumulator for each part of this parallel instruction must be different" msgstr "Accumulateur Destination accumulator for each part of this parallel instruction must be different" -#: config/tc-tic54x.c:3992 +#: config/tc-tic54x.c:4200 #, c-format msgid "Memory mapped register \"%s\" out of range" msgstr "Registre de projection mémoire « %s » hors gamme" -#: config/tc-tic54x.c:4031 +#: config/tc-tic54x.c:4239 msgid "Invalid operand (use 1, 2, or 3)" msgstr "Opérande invalide (utiiser 1, 2, ou 3)" -#: config/tc-tic54x.c:4056 +#: config/tc-tic54x.c:4264 msgid "A status register or status bit name is required" msgstr "Un resgistre d'état ou un nom de bit d'état est requis" -#: config/tc-tic54x.c:4066 +#: config/tc-tic54x.c:4274 #, c-format msgid "Unrecognized status bit \"%s\"" msgstr "Bit d'état non reconnnu « %s »" -#: config/tc-tic54x.c:4089 +#: config/tc-tic54x.c:4297 #, c-format msgid "Invalid status register \"%s\"" msgstr "Registre d'état invalide « %s »" -#: config/tc-tic54x.c:4101 +#: config/tc-tic54x.c:4309 #, c-format msgid "Operand \"%s\" out of range (use 1 or 2)" msgstr "Opérande « %s » est hors gamme (utiliser 1 ou 2)" -#: config/tc-tic54x.c:4302 +#: config/tc-tic54x.c:4517 #, c-format msgid "Unrecognized instruction \"%s\"" msgstr "Instruction non reconnnue « %s »" -#: config/tc-tic54x.c:4331 +#: config/tc-tic54x.c:4546 #, c-format msgid "Unrecognized operand list '%s' for instruction '%s'" msgstr "Liste d'opérandes non reconnue « %s» pour l'instruction «%s »" -#: config/tc-tic54x.c:4360 +#: config/tc-tic54x.c:4578 #, c-format msgid "Unrecognized parallel instruction \"%s\"" msgstr "Instruction parallèle non reconnue « %s »" -#: config/tc-tic54x.c:4410 +#: config/tc-tic54x.c:4629 #, c-format msgid "Invalid operand (s) for parallel instruction \"%s\"" msgstr "Opérande invalide (s) pour une instruction parallèle « %s »" -#: config/tc-tic54x.c:4413 +#: config/tc-tic54x.c:4632 #, c-format msgid "Unrecognized parallel instruction combination \"%s || %s\"" msgstr "Combinaison non reconnue d'instructions parallèles « %s || %s »" -#: config/tc-tic54x.c:4645 +#: config/tc-tic54x.c:4869 #, c-format msgid "%s symbol recursion stopped at second appearance of '%s'" msgstr "récursion de symboles %s stoppée à la seconde apparition de « %s »" -#: config/tc-tic54x.c:4684 +#: config/tc-tic54x.c:4909 msgid "Unrecognized substitution symbol function" msgstr "fonction de substitution de symbole non reconnue" -#: config/tc-tic54x.c:4689 +#: config/tc-tic54x.c:4914 msgid "Missing '(' after substitution symbol function" msgstr "« ( » manquante après la fonction de substitution de symbole" -#: config/tc-tic54x.c:4703 +#: config/tc-tic54x.c:4928 msgid "Expecting second argument" msgstr "Second argument attendu" -#: config/tc-tic54x.c:4716 config/tc-tic54x.c:4765 +#: config/tc-tic54x.c:4941 config/tc-tic54x.c:4991 msgid "Extra junk in function call, expecting ')'" msgstr "Rebut superflu dans l'appel de fonction, « ) » attendu" -#: config/tc-tic54x.c:4741 +#: config/tc-tic54x.c:4967 msgid "Function expects two arguments" msgstr "La fonction espère deux arguments" -#: config/tc-tic54x.c:4754 +#: config/tc-tic54x.c:4980 msgid "Expecting character constant argument" msgstr "Attendu un argument contenant une constante caractère" -#: config/tc-tic54x.c:4760 +#: config/tc-tic54x.c:4986 msgid "Both arguments must be substitution symbols" msgstr "Les arguments ensembles doivent être des symboles de substitution" -#: config/tc-tic54x.c:4813 +#: config/tc-tic54x.c:5039 #, c-format msgid "Invalid subscript (use 1 to %d)" msgstr "Sous-script invalide (utilise 1 à %d)" -#: config/tc-tic54x.c:4823 +#: config/tc-tic54x.c:5049 #, c-format msgid "Invalid length (use 0 to %d" msgstr "Longueur invalide (utiliser 0 à %d)" -#: config/tc-tic54x.c:4833 +#: config/tc-tic54x.c:5059 msgid "Missing ')' in subscripted substitution symbol expression" msgstr "« ) » manquant dans l'expression de symbole de substituttion sous-scriptée" -#: config/tc-tic54x.c:4853 +#: config/tc-tic54x.c:5079 msgid "Missing forced substitution terminator ':'" msgstr "Terminateur forcé de substitution manquant « : »" -#: config/tc-tic54x.c:5026 +#: config/tc-tic54x.c:5252 #, c-format msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)" msgstr "Instruction peut ne pas s'insérer dans des plages de délai (%d-mots insn, %d plages de gauche)" -#: config/tc-tic54x.c:5067 +#: config/tc-tic54x.c:5293 #, c-format msgid "Unrecognized parallel instruction '%s'" msgstr "Instruction parallèle non reconnue « %s »" -#: config/tc-tic54x.c:5079 +#: config/tc-tic54x.c:5305 #, c-format msgid "Instruction '%s' requires an LP cpu version" msgstr "L'instruction « %s » requiert une version LP de CPU" -#: config/tc-tic54x.c:5086 +#: config/tc-tic54x.c:5312 #, c-format msgid "Instruction '%s' requires far mode addressing" msgstr "L'instruction « %s » requiert une mode d'adressage éligné" -#: config/tc-tic54x.c:5098 +#: config/tc-tic54x.c:5324 #, c-format msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined." msgstr "Instruction ne s'insère pas dans les plages de délai disponibles (%d-mots insn, %d plages de gauche). Comportement résultant est indéfini." -#: config/tc-tic54x.c:5108 +#: config/tc-tic54x.c:5334 msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined." msgstr "" "Les instructions qui causent une discontinuité du PC ne sont pas permises dans une plage de délai.\n" "Comportement résultant est indéfini." -#: config/tc-tic54x.c:5119 +#: config/tc-tic54x.c:5345 #, c-format msgid "'%s' is not repeatable. Resulting behavior is undefined." msgstr "« %s » n'est pas répétable. Comportement résultant est indéfini." -#: config/tc-tic54x.c:5123 +#: config/tc-tic54x.c:5349 msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined." msgstr "Les instructions utilisant des modificateur de décalage long ou des adresses absolues ne sont pas répétables. Comportement résultant est indéfini." -#: config/tc-tic54x.c:5314 +#: config/tc-tic54x.c:5545 #, c-format msgid "Unsupported relocation size %d" msgstr "Taille de relocalisation non supportée %d" -#: config/tc-tic54x.c:5468 +#: config/tc-tic54x.c:5699 msgid "non-absolute value used with .space/.bes" msgstr "valeur non absolue utilisée avec .space/.bes" -#: config/tc-tic54x.c:5472 +#: config/tc-tic54x.c:5703 #, c-format msgid "negative value ignored in %s" msgstr "valeur négative ignorée dans %s" -#: config/tc-tic54x.c:5559 +#: config/tc-tic54x.c:5792 #, c-format msgid "attempt to .space/.bes backwards? (%ld)" msgstr "tentative arrière pour .space/.bes ? (%ld)" -#: config/tc-tic54x.c:5592 +#: config/tc-tic54x.c:5826 #, c-format msgid "Invalid label '%s'" msgstr "étiquette invalide « %s »" @@ -8304,336 +9288,340 @@ msgstr "type de relocalisation non trait msgid "md_convert_frag() not implemented yet" msgstr "md_convert_frag() n'est pas implanté encore" -#: config/tc-v850.c:271 +#: config/tc-v850.c:242 #, c-format msgid ".COMMon length (%d.) < 0! Ignored." msgstr "longueur de .COMMon (%d.) < 0! Ignoré." -#: config/tc-v850.c:320 +#: config/tc-v850.c:291 msgid "Common alignment negative; 0 assumed" msgstr "Alignement négative du commun; 0 est assumé" -#: config/tc-v850.c:1014 +#: config/tc-v850.c:916 #, c-format msgid "unknown operand shift: %x\n" msgstr "opérande de décalage inconnue: %x\n" -#: config/tc-v850.c:1015 +#: config/tc-v850.c:917 msgid "internal failure in parse_register_list" msgstr "échec interne dans parse_register_list" -#: config/tc-v850.c:1032 +#: config/tc-v850.c:934 msgid "constant expression or register list expected" msgstr "expression de constante ou liste de registre attendue" -#: config/tc-v850.c:1037 config/tc-v850.c:1050 config/tc-v850.c:1069 +#: config/tc-v850.c:939 config/tc-v850.c:952 config/tc-v850.c:971 msgid "high bits set in register list expression" msgstr "bits du haut initialisés dans l'expression de la liste des registres" -#: config/tc-v850.c:1109 config/tc-v850.c:1173 +#: config/tc-v850.c:1011 config/tc-v850.c:1075 msgid "illegal register included in list" msgstr "registre illégal inclu dans la liste" -#: config/tc-v850.c:1116 +#: config/tc-v850.c:1018 msgid "system registers cannot be included in list" msgstr "registres système ne peut être inclus dans la liste" -#: config/tc-v850.c:1121 +#: config/tc-v850.c:1023 msgid "PSW cannot be included in list" msgstr "PSW ne peut être inclu dans la liste" -#: config/tc-v850.c:1128 +#: config/tc-v850.c:1030 msgid "High value system registers cannot be included in list" msgstr "Registres systèmes des valeurs hautes ne peuvent être inclus dans la liste" -#: config/tc-v850.c:1152 +#: config/tc-v850.c:1054 msgid "second register should follow dash in register list" msgstr "Le second registre devrait suivre le tiret dans la liste de registres" -#: config/tc-v850.c:1199 +#: config/tc-v850.c:1101 msgid " V850 options:\n" msgstr " Options V850:\n" -#: config/tc-v850.c:1200 +#: config/tc-v850.c:1102 msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" msgstr " -mwarn-signed-overflow avertir lors de débordement des valeurs signées immédiates\n" -#: config/tc-v850.c:1201 +#: config/tc-v850.c:1103 msgid " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" msgstr " -mwarn-unsigned-overflow avertir s'il y a débordement des valeurs immédiates non signées\n" -#: config/tc-v850.c:1202 +#: config/tc-v850.c:1104 msgid " -mv850 The code is targeted at the v850\n" msgstr " -mv850 le code vise le v850\n" -#: config/tc-v850.c:1203 +#: config/tc-v850.c:1105 msgid " -mv850e The code is targeted at the v850e\n" msgstr " -mv850e le code vise le v850e\n" -#: config/tc-v850.c:1204 +#: config/tc-v850.c:1106 msgid " -mv850ea The code is targeted at the v850ea\n" msgstr " -mv850ea le code vise le v850ea\n" -#: config/tc-v850.c:1205 +#: config/tc-v850.c:1107 msgid " -mv850any The code is generic, despite any processor specific instructions\n" msgstr " -mv850any le code est générique, peu importe les instructions spécifiques du processeur\n" -#: config/tc-v850.c:1217 config/tc-v850.c:1255 +#: config/tc-v850.c:1119 config/tc-v850.c:1157 #, c-format msgid "unknown command line option: -%c%s\n" msgstr "option inconnue sur la ligne de commande: -%c%s\n" -#: config/tc-v850.c:1405 +#: config/tc-v850.c:1306 #, c-format msgid "Unable to determine default target processor from string: %s" msgstr "Incapable de déterminer le processeur cible par défaut à partir de la chaîne: %s" -#: config/tc-v850.c:1453 +#: config/tc-v850.c:1344 msgid "ctoff() relocation used on an instruction which does not support it" msgstr "relocalisation ctoff() utilisée sur une instruction qui ne la supporte pas" -#: config/tc-v850.c:1475 +#: config/tc-v850.c:1370 msgid "sdaoff() relocation used on an instruction which does not support it" msgstr "relocalisation sdaoff() utilisée sur une instruction qui ne la supporte pas" -#: config/tc-v850.c:1497 +#: config/tc-v850.c:1396 msgid "zdaoff() relocation used on an instruction which does not support it" msgstr "relocalisation zdaoff() utilisée sur une instruction qui ne la supporte pas" -#: config/tc-v850.c:1530 +#: config/tc-v850.c:1433 msgid "tdaoff() relocation used on an instruction which does not support it" msgstr "relocalisation tdaoff() utilisée sur une instruction qui ne la supporte pas" -#: config/tc-v850.c:1746 +#: config/tc-v850.c:1657 msgid "Target processor does not support this instruction." msgstr "Le processeur cible ne supporte pas cette instruction" -#: config/tc-v850.c:1836 config/tc-v850.c:1866 config/tc-v850.c:2054 +#: config/tc-v850.c:1747 config/tc-v850.c:1777 config/tc-v850.c:1965 msgid "immediate operand is too large" msgstr "opérande immédiate est trop grande" -#: config/tc-v850.c:1848 +#: config/tc-v850.c:1759 msgid "AAARG -> unhandled constant reloc" msgstr "AAARG -> relocalisation de constante non traitée" -#: config/tc-v850.c:1892 +#: config/tc-v850.c:1803 msgid "invalid register name" msgstr "nom de registre invalide" -#: config/tc-v850.c:1897 +#: config/tc-v850.c:1808 msgid "register r0 cannot be used here" msgstr "registre r0 ne peut être utilisé ici" -#: config/tc-v850.c:1909 +#: config/tc-v850.c:1820 msgid "invalid system register name" msgstr "nom de registre système invalide" -#: config/tc-v850.c:1922 +#: config/tc-v850.c:1833 msgid "expected EP register" msgstr "registre EP attendu" -#: config/tc-v850.c:1939 +#: config/tc-v850.c:1850 msgid "invalid condition code name" msgstr "nom du code de condition invalide" -#: config/tc-v850.c:1960 config/tc-v850.c:1964 +#: config/tc-v850.c:1871 config/tc-v850.c:1875 msgid "constant too big to fit into instruction" msgstr "constant trop grande pour être insérée dans l'instruction" -#: config/tc-v850.c:2017 +#: config/tc-v850.c:1928 msgid "syntax error: value is missing before the register name" msgstr "erreur de syntaxe: valeur manquante avant le nom du registre" -#: config/tc-v850.c:2019 +#: config/tc-v850.c:1930 msgid "syntax error: register not expected" msgstr "erreur de syntaxe: registre inattendu" -#: config/tc-v850.c:2033 +#: config/tc-v850.c:1944 msgid "syntax error: system register not expected" msgstr "erreur de syntaxe: registre système inattendu" -#: config/tc-v850.c:2038 +#: config/tc-v850.c:1949 msgid "syntax error: condition code not expected" msgstr "erreur de syntaxe: code de condition inattendu" -#: config/tc-v850.c:2079 +#: config/tc-v850.c:1990 msgid "invalid operand" msgstr "opérande invalide" -#: config/tc-vax.c:267 +#: config/tc-vax.c:285 #, c-format msgid "VIP_BEGIN error:%s" -msgstr "Erreur VIP_BEGIN:%s" +msgstr "ERREUR VIP_BEGIN:%s" -#: config/tc-vax.c:397 +#: config/tc-vax.c:422 #, c-format -msgid "Ignoring statement because \"%s\"" -msgstr "Déclaration ignoré en raison de « %s »" +msgid "Aborting because statement has \"%s\"" +msgstr "abandon parce que la déclaration a \"%s\"" -#: config/tc-vax.c:444 +#: config/tc-vax.c:469 msgid "Can't relocate expression" msgstr "ne peut relocaliser l'expression" -#: config/tc-vax.c:547 +#: config/tc-vax.c:572 msgid "Bignum not permitted in short literal. Immediate mode assumed." msgstr "Un grand nombre n'est pas permis dans un litéral « short ». Mode immédiat assumé." -#: config/tc-vax.c:556 +#: config/tc-vax.c:581 msgid "Can't do flonum short literal: immediate mode used." msgstr "Ne peut utiliser un nombre flottant en literal « short »: mode immédiat utilisé." -#: config/tc-vax.c:601 +#: config/tc-vax.c:626 #, c-format msgid "A bignum/flonum may not be a displacement: 0x%lx used" msgstr "Un nombre grand/flottant ne peut pas être utilisé comme déplacement: 0x%lx utilisé" -#: config/tc-vax.c:922 +#: config/tc-vax.c:961 #, c-format msgid "Short literal overflow(%ld.), immediate mode assumed." msgstr "Débordement de litéral « short » (%ld.), mode immédiat assumé." -#: config/tc-vax.c:931 +#: config/tc-vax.c:970 #, c-format msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" msgstr "Forcé le litéral « short » en mode immédiat. now_seg=%s à _seg=%s" -#: config/tc-vax.c:990 +#: config/tc-vax.c:1035 msgid "Length specification ignored. Address mode 9F used" msgstr "Spécification de longueur ignorée. Mode d'adressage 9F utilisé" -#: config/tc-vax.c:1039 +#: config/tc-vax.c:1096 msgid "Invalid operand: immediate value used as base address." msgstr "Opérande invalide: valeur immédiate utilisée comme adresse de base" -#: config/tc-vax.c:1041 +#: config/tc-vax.c:1098 msgid "Invalid operand: immediate value used as address." msgstr "Opérande invalide: valeur immédiate utilisée comme adresse" -#: config/tc-vax.c:1814 +#: config/tc-vax.c:1123 +msgid "Symbol used as immediate operand in PIC mode." +msgstr "symbole utilisé comme opérande immédiate en mode PIC" + +#: config/tc-vax.c:1942 msgid "odd number of bytes in operand description" msgstr "nombre impair d'octets dans la description de l'opérande" -#: config/tc-vax.c:1830 +#: config/tc-vax.c:1958 msgid "Bad operand" msgstr "Mauvaise opérande" -#: config/tc-vax.c:2383 +#: config/tc-vax.c:2533 msgid "no '[' to match ']'" msgstr "pas de « [» pairé avec «] »" -#: config/tc-vax.c:2401 +#: config/tc-vax.c:2553 msgid "bad register in []" msgstr "mauvais registre dans []" -#: config/tc-vax.c:2403 +#: config/tc-vax.c:2555 msgid "[PC] index banned" msgstr "indexation du [PC] est bannie" -#: config/tc-vax.c:2438 +#: config/tc-vax.c:2590 msgid "no '(' to match ')'" msgstr "pas de « (» pairé avec «) »" -#: config/tc-vax.c:2573 +#: config/tc-vax.c:2730 msgid "invalid branch operand" msgstr "opérande de brannchement invalide" -#: config/tc-vax.c:2602 +#: config/tc-vax.c:2759 msgid "address prohibits @" msgstr "l'adresse interdit @" -#: config/tc-vax.c:2604 +#: config/tc-vax.c:2761 msgid "address prohibits #" msgstr "l'adresse interdit #" -#: config/tc-vax.c:2608 +#: config/tc-vax.c:2765 msgid "address prohibits -()" msgstr "l'adresse interdit -()" -#: config/tc-vax.c:2610 +#: config/tc-vax.c:2767 msgid "address prohibits ()+" msgstr "l'adresse interdit ()+" -#: config/tc-vax.c:2613 +#: config/tc-vax.c:2770 msgid "address prohibits ()" msgstr "l'adresse interdit ()" -#: config/tc-vax.c:2615 +#: config/tc-vax.c:2772 msgid "address prohibits []" msgstr "l'adresse interdit []" -#: config/tc-vax.c:2617 +#: config/tc-vax.c:2774 msgid "address prohibits register" msgstr "adresse interdit l'utilisation de registre" -#: config/tc-vax.c:2619 +#: config/tc-vax.c:2776 msgid "address prohibits displacement length specifier" msgstr "adresse interdit un spécificateur de longeur de déplacement" -#: config/tc-vax.c:2649 +#: config/tc-vax.c:2806 msgid "invalid operand of S^#" msgstr "opérande invalide S^#" -#: config/tc-vax.c:2666 +#: config/tc-vax.c:2823 msgid "S^# needs expression" msgstr "S^# a besoin d'une expression" -#: config/tc-vax.c:2673 +#: config/tc-vax.c:2830 msgid "S^# may only read-access" msgstr "S^# doit être en accès lecture seulement" -#: config/tc-vax.c:2698 +#: config/tc-vax.c:2855 msgid "invalid operand of -()" msgstr "opérande invalide -()" -#: config/tc-vax.c:2704 +#: config/tc-vax.c:2861 msgid "-(PC) unpredictable" msgstr "-(PC) imprévisible" -#: config/tc-vax.c:2706 +#: config/tc-vax.c:2863 msgid "[]index same as -()register: unpredictable" msgstr "[]index identique à -()registre: imprévisible" -#: config/tc-vax.c:2742 +#: config/tc-vax.c:2899 msgid "invalid operand of ()+" msgstr "opérande invalide ()+" -#: config/tc-vax.c:2748 +#: config/tc-vax.c:2905 msgid "(PC)+ unpredictable" msgstr "(PC)+ imprévisible" -#: config/tc-vax.c:2750 +#: config/tc-vax.c:2907 msgid "[]index same as ()+register: unpredictable" msgstr "[]index identique à ()+registre: imprévisible" -#: config/tc-vax.c:2775 +#: config/tc-vax.c:2932 msgid "# conflicts length" msgstr "# conflit de longueur" -#: config/tc-vax.c:2777 +#: config/tc-vax.c:2934 msgid "# bars register" msgstr "# registre bars" -#: config/tc-vax.c:2799 +#: config/tc-vax.c:2956 msgid "writing or modifying # is unpredictable" msgstr "l'écriture ou la modification # est imprévisible" -#: config/tc-vax.c:2829 +#: config/tc-vax.c:2986 msgid "length not needed" msgstr "longueur n'est pas requise" -#: config/tc-vax.c:2836 +#: config/tc-vax.c:2993 msgid "can't []index a register, because it has no address" msgstr "ne peut indexer[] un registre, parce qu'il n'a pas d'adresse" -#: config/tc-vax.c:2838 +#: config/tc-vax.c:2995 msgid "a register has no address" msgstr "un registre n'a pas d'adresse" -#: config/tc-vax.c:2849 +#: config/tc-vax.c:3006 msgid "PC part of operand unpredictable" msgstr "PC faisant parti de l'opérande est imprévisible" -#: config/tc-vax.c:3178 +#: config/tc-vax.c:3346 msgid "" "VAX options:\n" "-d LENGTH\t\tignored\n" @@ -8651,7 +9639,7 @@ msgstr "" "-T ignoré\n" "-V ignoré\n" -#: config/tc-vax.c:3187 +#: config/tc-vax.c:3355 msgid "" "VMS options:\n" "-+\t\t\thash encode names longer than 31 characters\n" @@ -8682,6 +9670,15 @@ msgstr "erreur de syntaxe après for character code.\n" msgstr "> manquant pour le code de caractère.\n" -#: gasp.c:2762 +#: gasp.c:2826 #, c-format msgid "string for SDATAC longer than 255 characters (%d).\n" msgstr "chaîne pour SDATAC est plus longue que 255 caractères (%d).\n" -#: gasp.c:2791 +#: gasp.c:2855 #, c-format msgid "illegal character in SDATA line (0x%x).\n" msgstr "caractère illégal dans la ligne SDATA (0x%x).\n" -#: gasp.c:2813 +#: gasp.c:2877 msgid "Must have absolute SDATAB repeat count.\n" msgstr "Doit avoir un compteur de répétition absolu SDATAB.\n" -#: gasp.c:2816 +#: gasp.c:2880 #, c-format msgid "Must have positive SDATAB repeat count (%d).\n" msgstr "Doit avoir un compteur de répétition positif SDATAB (%d).\n" -#: gasp.c:2844 +#: gasp.c:2908 #, c-format msgid "Unreasonable include depth (%ld).\n" msgstr "Profondeur d'inclusion déraisonnable (%ld).\n" -#: gasp.c:2898 +#: gasp.c:2962 #, c-format msgid "Can't open include file `%s'.\n" msgstr "Ne peut ouvrir le fichier d'inclusion « %s ».\n" -#: gasp.c:2972 +#: gasp.c:3036 msgid "Unreasonable expansion (-u turns off check).\n" msgstr "Expansion non raisonnable (-u désactive la vérification).\n" #. This one causes lots of pain when trying to preprocess #. ordinary code. -#: gasp.c:3186 +#: gasp.c:3250 #, c-format msgid "Unrecognised pseudo op `%s'.\n" msgstr "Pseudo opérateur non reconnu « %s ».\n" -#: gasp.c:3255 +#: gasp.c:3319 msgid "ORG command not allowed.\n" msgstr "Commande « ORG » non permise.\n" -#: gasp.c:3468 +#: gasp.c:3532 msgid "Invalid expression on command line.\n" msgstr "Expression invalide sur la ligne de commande.\n" -#: gasp.c:3511 +#: gasp.c:3575 #, c-format msgid "" "Usage: %s \n" @@ -9391,7 +10389,7 @@ msgstr "" " [-o F] [--output F] produire un Fichier de sortie\n" " [-p] [--print] afficher les numéros de ligne\n" -#: gasp.c:3520 +#: gasp.c:3584 msgid "" " [-s] [--copysource] copy source through as comments \n" " [-u] [--unreasonable] allow unreasonable nesting\n" @@ -9408,37 +10406,37 @@ msgstr "" " [-Ipath] ajouter le le chemin pour inclusion à la liste\n" " [in-file]\n" -#: gasp.c:3537 +#: gasp.c:3601 #, c-format msgid "%s: Gnu Assembler Macro Preprocessor\n" msgstr "%s: Pré-processeur Macro Assembleur Gnu\n" #. This output is intended to follow the GNU standards document. -#: gasp.c:3625 +#: gasp.c:3689 #, c-format msgid "GNU assembler pre-processor %s\n" msgstr "Pré-processeur de l'assembleur GNU %s\n" -#: gasp.c:3626 +#: gasp.c:3690 msgid "Copyright 1996 Free Software Foundation, Inc.\n" msgstr "Copyright 1996 Free Software Foundation, Inc.\n" -#: gasp.c:3649 +#: gasp.c:3713 #, c-format msgid "%s: Can't open output file `%s'.\n" msgstr "%s: ne peut ouvrir le fichier de sortie « %s ».\n" -#: gasp.c:3673 +#: gasp.c:3737 #, c-format msgid "%s: Can't open input file `%s'.\n" msgstr "%s: ne peut ouvrir le fichier d'entrée « %s ».\n" -#: gasp.c:3692 +#: gasp.c:3756 #, c-format msgid "Internal error, aborting at %s line %d" msgstr "erreur interne, abandon à %s ligne %d" -#: gasp.c:3695 +#: gasp.c:3759 msgid "" "\n" "Please report this bug.\n" @@ -9457,7 +10455,7 @@ msgstr "" #. line here (assuming of course that we actually have a line of #. input to read), so that it can be displayed in the listing #. that is produced at the end of the assembly. -#: input-file.c:145 input-scrub.c:242 listing.c:344 +#: input-file.c:145 input-scrub.c:242 listing.c:343 msgid "{standard input}" msgstr "{entrée standard}" @@ -9496,21 +10494,21 @@ msgstr "AVERTISSEMENT:" msgid "Error:" msgstr "ERREUR:" -#: listing.c:1131 +#: listing.c:1130 #, c-format msgid "can't open list file: %s" msgstr "Ne peut ouvrir le fichier de liste: %s" -#: listing.c:1155 +#: listing.c:1154 #, c-format msgid "error closing list file: %s" -msgstr "Erreur de fermeture du fichier de liste: %s" +msgstr "ERREUR de fermeture du fichier de liste: %s" -#: listing.c:1234 +#: listing.c:1233 msgid "strange paper height, set to no form" msgstr "étrange hauteur de papier, initialisé sans format" -#: listing.c:1300 +#: listing.c:1299 msgid "new line in title" msgstr "saut de ligne dans le titre" @@ -9565,11 +10563,11 @@ msgstr "ERREUR: " #: messages.c:413 messages.c:433 msgid "Fatal error: " -msgstr "Erreur fatale: " +msgstr "ERREUR fatale: " #: messages.c:450 msgid "Internal error!\n" -msgstr "Erreur interne!\n" +msgstr "ERREUR interne!\n" #: messages.c:452 #, c-format @@ -9588,12 +10586,12 @@ msgstr "SVP rapporter cette anomalie.\n" #: messages.c:470 #, c-format msgid "Internal error, aborting at %s line %d in %s\n" -msgstr "Erreur interne, abandon à %s ligne %d dans %s\n" +msgstr "ERREUR interne, abandon à %s ligne %d dans %s\n" #: messages.c:473 #, c-format msgid "Internal error, aborting at %s line %d\n" -msgstr "Erreur interne, abandon à %s ligne %d\n" +msgstr "ERREUR interne, abandon à %s ligne %d\n" #: output-file.c:48 #, c-format @@ -9642,7 +10640,7 @@ msgstr "étiquette \"%d$\" redéfini" msgid ".abort detected. Abandoning ship." msgstr ".abort détecté. Abandon." -#: read.c:1172 read.c:2406 +#: read.c:1172 read.c:2411 msgid "ignoring fill value in absolute section" msgstr "ignoré la valeur de remplissage dans la section absolue" @@ -9655,11 +10653,11 @@ msgstr "alignement trop grand: %u assumé msgid "expected fill pattern missing" msgstr "patron de remplissage manquant et attendu" -#: read.c:1368 read.c:1968 read.c:2176 read.c:2788 +#: read.c:1368 read.c:1973 read.c:2181 read.c:2793 msgid "expected symbol name" msgstr "nom de symbole attendu" -#: read.c:1378 read.c:2186 read.c:2798 stabs.c:472 +#: read.c:1378 read.c:2191 read.c:2803 stabs.c:480 #, c-format msgid "expected comma after \"%s\"" msgstr "virgule attendue après « %s »" @@ -9676,304 +10674,307 @@ msgstr "longueur de .comm « %s » est déj #. Some of the back ends can't deal with non-positive line numbers. #. Besides, it's silly. -#: read.c:1628 +#: read.c:1633 #, c-format msgid "line numbers must be positive; line number %d rejected" msgstr "numéros de ligne doivent être positifs; numéro de ligne %d rejeté" -#: read.c:1656 +#: read.c:1661 msgid "start address not supported" msgstr "adresse de départ non supportée" -#: read.c:1666 +#: read.c:1671 msgid ".err encountered" msgstr ".err rencontré" -#: read.c:1685 read.c:1687 +#: read.c:1690 read.c:1692 #, c-format msgid ".fail %ld encountered" msgstr ".fail %ld rencontré" -#: read.c:1724 +#: read.c:1729 #, c-format msgid ".fill size clamped to %d" msgstr "taille de .fill limitée à %d." -#: read.c:1729 +#: read.c:1734 msgid "size negative; .fill ignored" msgstr "taille négative; .fill ignoré." -#: read.c:1735 +#: read.c:1740 msgid "repeat < 0; .fill ignored" msgstr "compteur de répétition < 0; .fill ignoré" -#: read.c:1895 +#: read.c:1900 #, c-format msgid "unrecognized .linkonce type `%s'" msgstr "type .linkonce non reconnu « %s »" -#: read.c:1908 read.c:1934 +#: read.c:1913 read.c:1939 msgid ".linkonce is not supported for this object file format" msgstr ".linkonce n'est pas supporté pour ce format de fichier objet" -#: read.c:1930 +#: read.c:1935 #, c-format msgid "bfd_set_section_flags: %s" msgstr "bfd_set_section_flags: %s" -#: read.c:1985 +#: read.c:1990 msgid "missing size expression" msgstr "expression de la taille manquante" -#: read.c:1991 +#: read.c:1996 #, c-format msgid "BSS length (%d) < 0 ignored" msgstr "longueur BSS (%d.) <0 ignoré" -#: read.c:2007 +#: read.c:2012 #, c-format msgid "error setting flags for \".sbss\": %s" msgstr "erreur lors de l'initialisation des fanions pour « .sbss »: %s" -#: read.c:2030 +#: read.c:2035 msgid "expected comma after size" msgstr "virgule attendue après la taille" -#: read.c:2064 +#: read.c:2069 #, c-format msgid "alignment too large; %d assumed" msgstr "alignement trop grand; %d assumé" -#: read.c:2069 +#: read.c:2074 msgid "alignment negative; 0 assumed" msgstr "alignement négatif; 0 assumé" -#: read.c:2335 +#: read.c:2340 #, c-format msgid "attempt to redefine pseudo-op `%s' ignored" msgstr "tentative de redéfinition du pseudo-op « %s » ignorée" -#: read.c:2401 +#: read.c:2406 #, c-format msgid "invalid segment \"%s\"" msgstr "segment invalide « %s »" -#: read.c:2409 +#: read.c:2414 msgid "only constant offsets supported in absolute section" msgstr "seul des constantes de décalage sont supportées dans une section absolue" -#: read.c:2449 +#: read.c:2454 msgid "MRI style ORG pseudo-op not supported" msgstr "pseudo-op MRI de style ORG n'est pas supporté" -#: read.c:2606 +#: read.c:2611 #, c-format msgid "unrecognized section type `%s'" msgstr "type de section non reconnnu « %s »" -#: read.c:2620 +#: read.c:2625 msgid "absolute sections are not supported" msgstr "sections absolues ne sont pas supportées" -#: read.c:2635 +#: read.c:2640 #, c-format msgid "unrecognized section command `%s'" msgstr "commande de section n'est pas reconnnue « %s »" -#: read.c:2701 +#: read.c:2706 msgid ".endr encountered without preceeding .rept, .irc, or .irp" msgstr "directive .end rencontrée sans directive .rept, .irc ou .irp la précédant" -#: read.c:2733 +#: read.c:2738 #, c-format msgid "%s without %s" msgstr "%s sans %s" -#: read.c:2942 +#: read.c:2947 msgid "unsupported variable size or fill value" msgstr "taille de variable ou valeur de remplissage non supportée" -#: read.c:2967 +#: read.c:2972 msgid ".space repeat count is zero, ignored" msgstr ".space compteur de répétition est zéro, ignoré" -#: read.c:2969 +#: read.c:2974 msgid ".space repeat count is negative, ignored" msgstr ".space compteur de répétition est négatif, ignoré" -#: read.c:2998 +#: read.c:3003 msgid "space allocation too complex in absolute section" msgstr "allocation d'espace trop complexe dans la section absolue" -#: read.c:3004 +#: read.c:3009 msgid "space allocation too complex in common section" msgstr "allocation d'espace trop complexe dans la section commune" -#: read.c:3092 read.c:4175 +#: read.c:3097 read.c:4180 #, c-format msgid "bad floating literal: %s" msgstr "litéral de virgule flottante erroné: %s" -#: read.c:3165 +#: read.c:3170 #, c-format msgid "rest of line ignored; first ignored character is `%c'" msgstr "reste de la ligne ignorée; premier caractère ignoré est « %c »" -#: read.c:3168 +#: read.c:3173 #, c-format msgid "rest of line ignored; first ignored character valued 0x%x" msgstr "reste de la ligne ignorée; premier caractère ignoré de valeur 0x%x" -#: read.c:3221 +#: read.c:3226 msgid "missing expression" msgstr "expression manquante" -#: read.c:3392 +#: read.c:3397 msgid "rva without symbol" msgstr "rva sans symbole" -#: read.c:3516 +#: read.c:3521 msgid "attempt to store value in absolute section" msgstr "tentative de stockage d'une valeur dans une section absolue" -#: read.c:3554 read.c:4453 +#: read.c:3559 read.c:4458 msgid "zero assumed for missing expression" msgstr "zéro assumé pour l'expression manquante" -#: read.c:3566 read.c:4465 write.c:293 +#: read.c:3571 read.c:4470 write.c:293 msgid "register value used as expression" msgstr "valeur de registre utilisée comme expression" #. Leading bits contain both 0s & 1s. -#: read.c:3656 +#: read.c:3661 #, c-format msgid "value 0x%lx truncated to 0x%lx" msgstr "valeur 0x%lx tronquée à 0x%lx" -#: read.c:3672 +#: read.c:3677 #, c-format msgid "bignum truncated to %d bytes" msgstr "grand nombre tronqué à %d octets" -#: read.c:3749 -#, c-format -msgid "unsupported BFD relocation size %u" -msgstr "taile de relocalisation BFD non supportée %u" - -#: read.c:3839 +#: read.c:3844 msgid "using a bit field width of zero" msgstr "utilise un champ de bits dont la largeur est zéro" -#: read.c:3847 +#: read.c:3852 #, c-format msgid "field width \"%s\" too complex for a bitfield" msgstr "largeur du champ « %s » trop complexe pour un champs de bits" -#: read.c:3855 +#: read.c:3860 #, c-format msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" msgstr "largeur du champ %lu trop grande pour s'insérer dans %d octets: tronqué à %d bits" -#: read.c:3877 +#: read.c:3882 #, c-format msgid "field value \"%s\" too complex for a bitfield" msgstr "valeur du champ « %s » trop complexe pour un champ de bits" -#: read.c:4003 read.c:4197 +#: read.c:4008 read.c:4202 msgid "unresolvable or nonpositive repeat count; using 1" msgstr "compteur de répétition non soluble ou non positif; utilise 1" -#: read.c:4054 +#: read.c:4059 #, c-format msgid "unknown floating type type '%c'" msgstr "type de virgule flottante inconnue « %c »" -#: read.c:4076 +#: read.c:4081 msgid "floating point constant too large" msgstr "constante en virgule flottante trop grande" -#: read.c:4607 +#: read.c:4612 msgid "expected " msgstr " attendu" #. To be compatible with BSD 4.2 as: give the luser a linefeed!! -#: read.c:4640 read.c:4726 +#: read.c:4645 read.c:4731 msgid "unterminated string; newline inserted" msgstr "chaîne non terminée; fin de ligne insérée" -#: read.c:4734 +#: read.c:4739 msgid "bad escaped character in string" msgstr "mauvais caractère d'échappement dans la chaîne" -#: read.c:4760 +#: read.c:4765 msgid "expected address expression" msgstr "expression d'adresse attendue" -#: read.c:4780 +#: read.c:4785 #, c-format msgid "symbol \"%s\" undefined; zero assumed" msgstr "symbole « %s » est indéfini; zéro assumé" -#: read.c:4783 +#: read.c:4788 msgid "some symbol undefined; zero assumed" msgstr "quelques symboles non définis; zéro assumé" -#: read.c:4801 +#: read.c:4806 msgid "bad or irreducible absolute expression" msgstr "expression absolue erronée ou irréductible" -#: read.c:4836 +#: read.c:4841 msgid "this string may not contain '\\0'" msgstr "cette chaîne ne peut pas contenir '\\0'" -#: read.c:4873 +#: read.c:4878 msgid "missing string" msgstr "chaîne manquante" -#: read.c:4996 +#: read.c:5001 #, c-format msgid ".incbin count zero, ignoring `%s'" msgstr ".incbin a un compte à zéro, « %s » est ignoré" -#: read.c:5022 +#: read.c:5027 #, c-format msgid "file not found: %s" msgstr "fichier non trouvé: %s" -#: read.c:5036 +#: read.c:5041 #, c-format msgid "seek to end of .incbin file failed `%s'" msgstr "recherche jusqu'à la fin de .incbin a échoué « %s »" -#: read.c:5047 +#: read.c:5052 #, c-format msgid "skip (%ld) + count (%ld) larger than file size (%ld)" msgstr "escamotage (%ld) + compte (%ld) plus grand que la taille du fichier (%ld)" -#: read.c:5054 +#: read.c:5059 #, c-format msgid "could not skip to %ld in file `%s'" msgstr "ne peut escamoter jusqu'à %ld dans le fichier « %s »" -#: read.c:5063 +#: read.c:5068 #, c-format msgid "truncated file `%s', %ld of %ld bytes read" msgstr "fichier « %s » tronqué, %ld de %ld octets lus" -#: read.c:5226 +#: read.c:5231 msgid "missing .func" msgstr ".func manquant" -#: read.c:5243 +#: read.c:5248 msgid ".endfunc missing for previous .func" msgstr ".endfunc manquant pour la déclartion .func précédente" -#: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:247 +#: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:255 #, c-format msgid ".stab%c: missing comma" msgstr ".stab%c: virgule manquante" -#: stabs.c:427 +#. This could happen for example with a source file with a huge +#. number of lines. The only cure is to use a different debug +#. format, probably DWARF. +#: stabs.c:248 +#, c-format +msgid ".stab%c: description field '%x' too big, try a different debug format" +msgstr ".stab%c: champ de description '%x' trop grand, essayer un format de débug différent" + +#: stabs.c:435 msgid "comma missing in .xstabs" msgstr "virgule manquante dans .xstabs" @@ -9992,51 +10993,51 @@ msgstr "symbole « %s» est déjà défini co msgid "inserting \"%s\" into symbol table failed: %s" msgstr "insertion de « %s » dans la table de symboles a échoué: %s" -#: symbols.c:873 +#: symbols.c:880 #, c-format msgid "symbol definition loop encountered at `%s'" msgstr "boucle de définition de symbole rencontrée à « %s »" -#: symbols.c:1082 symbols.c:1086 +#: symbols.c:1094 symbols.c:1098 #, c-format msgid "undefined symbol `%s' in operation" msgstr "symbole indéfini « %s » dans l'opération" -#: symbols.c:1091 +#: symbols.c:1103 msgid "invalid section for operation" msgstr "section invalide pour l'opération" -#: symbols.c:1096 symbols.c:1100 +#: symbols.c:1108 symbols.c:1112 #, c-format msgid "undefined symbol `%s' in operation setting `%s'" msgstr "symbole indéfini « %s» dans l'opération d'initialisation «%s »" -#: symbols.c:1105 +#: symbols.c:1117 #, c-format msgid "invalid section for operation setting `%s'" msgstr "section invalide pour une opération d'initialisation « %s »" -#: symbols.c:1123 +#: symbols.c:1138 #, c-format msgid "division by zero when setting `%s'" msgstr "division par zéro lors de l'initialisation de « %s »" -#: symbols.c:1202 write.c:2009 +#: symbols.c:1225 write.c:2028 #, c-format msgid "can't resolve value for symbol `%s'" msgstr "ne peut résoudre la valeur du symbole « %s »" -#: symbols.c:1596 +#: symbols.c:1619 #, c-format msgid "\"%d\" (instance number %d of a %s label)" msgstr "« %d » (instance d'un nombre %d d'un étiquette %s)" -#: symbols.c:1633 +#: symbols.c:1656 #, c-format msgid "attempt to get value of unresolved symbol `%s'" msgstr "tentative pour obtenir la valeur du symbole non résolu « %s »" -#: symbols.c:1869 +#: symbols.c:1892 msgid "section symbols are already global" msgstr "section des symboles est déjà globale" @@ -10054,92 +11055,150 @@ msgstr "rva n'est pas supportée" msgid "attempt to .org/.space backwards? (%ld)" msgstr "tentative arrière sur les directives .org/.space? (%ld)" -#: write.c:1029 +#: write.c:1044 msgid "relocation out of range" msgstr "relocalisation hors gamme" -#: write.c:1032 +#: write.c:1047 #, c-format msgid "%s:%u: bad return from bfd_install_relocation: %x" msgstr "%s:%u: retour erroné de bfd_install_relocation: %x" -#: write.c:1076 +#: write.c:1091 msgid "internal error: fixup not contained within frag" msgstr "erreur interne: correctif non contenu à l'intérieur du frag" -#: write.c:1092 +#: write.c:1107 #, c-format msgid "%s:%u: bad return from bfd_install_relocation" msgstr "%s:%u: retour erroné de bfd_install_relocation" -#: write.c:1179 write.c:1203 +#: write.c:1194 write.c:1218 #, c-format msgid "FATAL: Can't write %s" msgstr "FATAL: ne peut écrire %s" -#: write.c:1235 +#: write.c:1250 msgid "cannot write to output file" msgstr "ne peut écrire dans le fichier de sortie" -#: write.c:1484 +#: write.c:1503 #, c-format msgid "%d error%s, %d warning%s, generating bad object file" msgstr "%d erreurs%s, %d avertissements%s, génération d'un fichier objet erroné" -#: write.c:1491 +#: write.c:1510 #, c-format msgid "%d error%s, %d warning%s, no object file generated" msgstr "%d erreur%s, %d avertissement%s, pas de fichier objet généré" -#: write.c:1947 +#: write.c:1966 #, c-format msgid "local label `%s' is not defined" msgstr "étiquette locale « %s » n'est pas définie" -#: write.c:2245 +#: write.c:2264 #, c-format msgid "alignment padding (%lu bytes) not a multiple of %ld" msgstr "remplissage pour alignement (%lu octets) n] select processor variant\n" +#~ " -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n" +#~ " -marm9e allow Cirrus/DSP instructions\n" +#~ " -mthumb only allow Thumb instructions\n" +#~ " -mthumb-interwork mark the assembled code as supporting interworking\n" +#~ " -mall allow any instruction\n" +#~ " -mfpa10, -mfpa11 select floating point architecture\n" +#~ " -mfpe-old don't allow floating-point multiple instructions\n" +#~ " -mvfpxd allow vfp single-precision instructions\n" +#~ " -mvfp allow all vfp instructions\n" +#~ " -mno-fpu don't allow any floating-point instructions.\n" +#~ " -k generate PIC code.\n" +#~ msgstr "" +#~ " Options spécifique de l'assembleur ARM:\n" +#~ " -m[arm][] sélectionner la variante du processeur\n" +#~ " -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] sélectionner la variante d'architecture\n" +#~ " -marm9e permettre les instructions Cirrus/DSP\n" +#~ " -mthumb permettre seulement des instruction « Thumb »\n" +#~ " -mthumb-interwork marquer le code assemblé comme supportant\n" +#~ " l'inter-réseautage\n" +#~ " -mall permettre n'importe quelle instruction\n" +#~ " -mfpa10, -mfpa11 sélectionner l'architecture en virgule flottante\n" +#~ " -mfpe-old ne peut permettre les instructions multiples\n" +#~ " en virgule flotttante\n" +#~ " -mno-fpu ne pas permettre aucune instruction en virgule\n" +#~ " flottante\n" +#~ " -k générer code indépendant de la position PIC\n" + +#~ msgid "" +#~ " -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to use\n" +#~ " -matpcs use ARM/Thumb Procedure Calling Standard\n" +#~ " -mapcs-float floating point args are passed in FP regs\n" +#~ " -mapcs-reentrant the code is position independent/reentrant\n" +#~ msgstr "" +#~ " -mapcs-32, -mapcs-26 spécifier le type d'appel de procédure standard ARM\n" +#~ " à utiliser\n" +#~ " -matpcs utiliser l'appel de procédure stanard ARM/Thumb\n" +#~ " -mapcs-float passer les arguments en virgule flottante dans\n" +#~ " les registres FP\n" +#~ " -mapcs-reentrant le code est indépendant de la position/ré-entrant\n" + +#~ msgid " -moabi support the old ELF ABI\n" +#~ msgstr " -moabi supporter l'ancien ABI ELF\n" + #~ msgid "EOF in Comment: Newline inserted" #~ msgstr "EOF dans le commentaire: nouvelle ligne insérée" diff -uprN binutils-2.12.90.0.15/gas/testsuite/ChangeLog binutils-2.13.90.0.2/gas/testsuite/ChangeLog --- binutils-2.12.90.0.15/gas/testsuite/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/gas/testsuite/ChangeLog Thu Aug 1 19:58:41 2002 @@ -1,3 +1,38 @@ +2002-08-01 H.J. Lu + + * gas/mips/elf-rel6.s: Add ".p2align 4". + * gas/mips/elf-rel6.d: Check nop. + +2002-08-01 Richard Sandiford + + * gas/mips/elf-rel6.[sd]: New test. + * gas/mips/mips.exp: Run it. + +2002-07-29 Chris Demetriou + + * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking. + * gas/mips/elf_ase_mips16.s: Likewise. + * gas/mips/mips.exp: Run the new test. + +2002-07-26 Alan Modra + + * gas/ppc/altivec.d: Invoke "as" with "-a32". + +2002-07-25 Richard Sandiford + + * gas/mips/mips-gp32-fp64.d, + * gas/mips/mips-gp32-fp64-pic.d: Add -mfp64. + +2002-07-19 Hans-Peter Nilsson + + * gas/mmix/list-pseudoints.l: Adjust for changes in gas section + padding. + * gas/mmix/greg7.d: Ditto. + * gas/mmix/greg8.d: Ditto. + * gas/mmix/fb-2.d: Ditto. + * gas/mmix/comment-1.d: Ditto. + * gas/mmix/byte-1.d: Ditto. + 2002-07-17 H.J. Lu * gas/ia64/dv-branch.d: Updated. diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf-rel6.d binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf-rel6.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf-rel6.d Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf-rel6.d Thu Aug 1 19:58:41 2002 @@ -0,0 +1,14 @@ +#objdump: -dr --prefix-addresses +#name: MIPS ELF reloc 6 + +.*: +file format elf.*mips.* + +Disassembly of section \.text: +0+00 <.*> lb v0,0\(v1\) + 0: R_MIPS16_GPREL bar +0+04 <.*> lb v0,1\(v1\) + 4: R_MIPS16_GPREL bar +0+08 <[^>]*> nop +0+0a <[^>]*> nop +0+0c <[^>]*> nop +0+0e <[^>]*> nop diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf-rel6.s binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf-rel6.s --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf-rel6.s Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf-rel6.s Thu Aug 1 19:58:41 2002 @@ -0,0 +1,19 @@ + .sdata + .global foo + .globl bar +foo: .byte 1 + .byte 2 +bar: .byte 3 + .byte 4 + + .text + .set mips16 + .global f + .ent f +f: + lb $2,%gprel(bar)($3) + lb $2,%gprel(bar+1)($3) + .end f + +# align section end to 16-byte boundary for easier testing on multiple targets + .p2align 4 diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf_ase_mips16.d binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf_ase_mips16.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf_ase_mips16.d Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf_ase_mips16.d Thu Aug 1 17:49:32 2002 @@ -0,0 +1,8 @@ +# name: ELF MIPS16 ASE markings +# source: elf_ase_mips16.s +# objdump: -p +# as: -mips16 + +.*:.*file format.*mips.* +private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].* + diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf_ase_mips16.s binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf_ase_mips16.s --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/elf_ase_mips16.s Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/elf_ase_mips16.s Thu Aug 1 17:49:32 2002 @@ -0,0 +1,3 @@ +# Test of MIPS16 ASE file markings. + + # no actual contents necessary! diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips-gp32-fp64-pic.d binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips-gp32-fp64-pic.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips-gp32-fp64-pic.d Fri Aug 10 14:08:01 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips-gp32-fp64-pic.d Mon Jul 29 08:19:19 2002 @@ -1,5 +1,5 @@ #objdump: -d -mmips:8000 -#as: -march=8000 -EB -mgp32 -KPIC +#as: -march=8000 -EB -mgp32 -mfp64 -KPIC #name: MIPS -mgp32 -mfp64 (SVR4 PIC) .*: +file format.* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips-gp32-fp64.d binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips-gp32-fp64.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips-gp32-fp64.d Fri Aug 10 14:08:01 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips-gp32-fp64.d Mon Jul 29 08:19:19 2002 @@ -1,5 +1,5 @@ #objdump: -d -mmips:8000 -#as: -march=8000 -EB -mgp32 +#as: -march=8000 -EB -mgp32 -mfp64 #name: MIPS -mgp32 -mfp64 .*: +file format.* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips.exp binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips.exp --- binutils-2.12.90.0.15/gas/testsuite/gas/mips/mips.exp Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mips/mips.exp Thu Aug 1 17:49:32 2002 @@ -180,6 +180,9 @@ if { [istarget mips*-*-*] } then { run_dump_test "elf_e_flags3" run_dump_test "elf_e_flags4" + # Verify that ASE markings are handled properly. + if { !$no_mips16 } { run_dump_test "elf_ase_mips16" } + run_dump_test "mips-gp32-fp32-pic" run_dump_test "mips-gp32-fp64-pic" run_dump_test "mips-gp64-fp32-pic" @@ -202,6 +205,7 @@ if { [istarget mips*-*-*] } then { run_dump_test "e32-rel4" } run_dump_test "elf-rel5" + run_dump_test "elf-rel6" run_dump_test "${tmips}${el}empic" run_dump_test "empic2" run_dump_test "empic3_e" diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/byte-1.d binutils-2.13.90.0.2/gas/testsuite/gas/mmix/byte-1.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/byte-1.d Fri Nov 16 14:05:52 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/byte-1.d Mon Jul 29 08:19:19 2002 @@ -7,12 +7,12 @@ Section Headers: \[ 0\] NULL 0000000000000000 00000000 0000000000000000 0000000000000000 0 0 0 \[ 1\] \.text PROGBITS 0000000000000000 00000040 - 0000000000000018 0000000000000000 AX 0 0 4 - \[ 2\] \.data PROGBITS 0000000000000000 00000058 + 0000000000000016 0000000000000000 AX 0 0 4 + \[ 2\] \.data PROGBITS 0000000000000000 00000056 0000000000000000 0000000000000000 WA 0 0 1 - \[ 3\] \.bss NOBITS 0000000000000000 00000058 + \[ 3\] \.bss NOBITS 0000000000000000 00000056 0000000000000000 0000000000000000 WA 0 0 1 - \[ 4\] \.shstrtab STRTAB 0000000000000000 00000058 + \[ 4\] \.shstrtab STRTAB 0000000000000000 00000056 000000000000002c 0000000000000000 0 0 1 \[ 5\] \.symtab SYMTAB 0000000000000000 00000248 00000000000000c0 0000000000000018 6 7 8 @@ -38,4 +38,4 @@ Symbol table '\.symtab' contains 8 entri Hex dump of section '\.text': 0x00000000 fd2b2a29 73747269 6e670aff 8e007374 .* - 0x00000010 72696e67 320a0000 .* + 0x00000010 72696e67 320a .* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/comment-1.d binutils-2.13.90.0.2/gas/testsuite/gas/mmix/comment-1.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/comment-1.d Thu Mar 7 11:52:38 2002 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/comment-1.d Mon Jul 29 08:19:19 2002 @@ -2,9 +2,9 @@ #readelf: -Ssrx1 -x6 There are 10 section headers, starting at offset 0x...: #... - \[ 5\] \.MMIX\.spec_data\.4 PROGBITS 0+ 0+c8 + \[ 5\] \.MMIX\.spec_data\.4 PROGBITS 0+ 0+c4 0+ 0+ 0 0 1 - \[ 6\] \.MMIX\.reg_content PROGBITS 0+ 0+c8 + \[ 6\] \.MMIX\.reg_content PROGBITS 0+ 0+c4 0+8 0+ W 0 0 1 #... Relocation section '\.rela\.text' at offset 0x... contains 5 entries: @@ -39,7 +39,7 @@ Hex dump of section '\.text': 0x0+50 f9000028 f2290000 fa2a0000 fb00002b .* 0x0+60 f604002c fe2d0004 00000000 03020104 .* 0x0+70 0007000c 00000014 00000000 0000001c .* - 0x0+80 fd221538 00000000 .* + 0x0+80 fd221538 .* Hex dump of section '\.MMIX\.reg_contents': 0x0+ 00000000 00000033 .* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/fb-2.d binutils-2.13.90.0.2/gas/testsuite/gas/mmix/fb-2.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/fb-2.d Fri Nov 16 14:05:52 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/fb-2.d Mon Jul 29 08:19:19 2002 @@ -27,7 +27,7 @@ Contents of section \.text: 0010 00000000 00000000 00000000 00000000 .* 0020 00000000 fd000000 231e0000 00000000 .* 0030 00000000 00000000 00000000 00000000 .* - 0040 fd000000 002a002b 002b002c 00000000 .* + 0040 fd000000 002a002b 002b002c .* Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/greg7.d binutils-2.13.90.0.2/gas/testsuite/gas/mmix/greg7.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/greg7.d Fri Nov 16 14:05:52 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/greg7.d Mon Jul 29 08:19:19 2002 @@ -22,7 +22,7 @@ OFFSET TYPE VALUE 0+a R_MMIX_REG \.MMIX\.reg_contents Contents of section \.text: - 0000 00000000 00000021 232c0004 00000000 .* + 0000 00000000 00000021 232c0004 .* Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000004 .* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/greg8.d binutils-2.13.90.0.2/gas/testsuite/gas/mmix/greg8.d --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/greg8.d Fri Nov 16 14:05:52 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/greg8.d Mon Jul 29 08:19:19 2002 @@ -27,7 +27,7 @@ OFFSET TYPE VALUE 0+ R_MMIX_64 \.text Contents of section \.text: - 0000 00000000 00000021 232c0054 00000000 .* + 0000 00000000 00000021 232c0054 .* Contents of section \.data: Contents of section \.MMIX\.reg_contents: 0000 00000000 00000000 .* diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/mmix/list-pseudoints.l binutils-2.13.90.0.2/gas/testsuite/gas/mmix/list-pseudoints.l --- binutils-2.12.90.0.15/gas/testsuite/gas/mmix/list-pseudoints.l Fri Nov 16 14:05:52 2001 +++ binutils-2.13.90.0.2/gas/testsuite/gas/mmix/list-pseudoints.l Mon Jul 29 08:19:19 2002 @@ -8,8 +8,7 @@ GAS for MMIX .*/list-pseudoints.s pag 4 DE004500 4 7821329E 5 0010 07D9 wyde 2009 - 6 0012 99000000 byte 0x99 - 6 0000 + 6 0012 99 byte 0x99 GAS for MMIX .*/list-pseudoints.s page 2 diff -uprN binutils-2.12.90.0.15/gas/testsuite/gas/ppc/altivec.d binutils-2.13.90.0.2/gas/testsuite/gas/ppc/altivec.d --- binutils-2.12.90.0.15/gas/testsuite/gas/ppc/altivec.d Sun Apr 21 01:09:26 2002 +++ binutils-2.13.90.0.2/gas/testsuite/gas/ppc/altivec.d Mon Jul 29 08:19:19 2002 @@ -1,4 +1,4 @@ -#as: -m601 -maltivec +#as: -a32 -m601 -maltivec #objdump: -Dr #name: AltiVec tests diff -uprN binutils-2.12.90.0.15/gprof/ChangeLog binutils-2.13.90.0.2/gprof/ChangeLog --- binutils-2.12.90.0.15/gprof/ChangeLog Thu May 23 15:10:11 2002 +++ binutils-2.13.90.0.2/gprof/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,40 @@ +2002-07-30 Nick Clifton + + * po/tr.po: Updated Turkish translation. + +2002-07-30 Nick Clifton + + * alpha.c, cg_arcs.c, cg_dfn.c, gmon.h, gprof.c, gprof.h, hertz.c, + i386.c, mips.c, sparc.c, tahoe.c, utils.c, vax.c: Update Copyright + notice so that it applies even if the sources are modified. + +2002-07-29 Ulrich Drepper + + * gprof.texi (Executing the Program): Add documentation on how to use + bbconv.pl. Patch by Eric Hanchrow. + +2002-07-25 Nick Clifton + + * po/es.po: Updated Spanish translation. + * po/fr.po: Updated French translation. + +2002-07-24 Dave Brolley + + * corefile.c (core_create_function_syms): Use the end of the section + containing the symbol to compute max_vma. + +2002-07-24 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + * po/id.po: New Indonesian translation. + * configure.in (LINGUAS): Add id. + * configure: Regenerate. + 2002-05-02 Nick Clifton * po/Make-in (.po.gmo): Do not attempt to create a .gmo file if @@ -562,7 +599,7 @@ [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and HAVE_SYSCONF, try setitimer and fall back on sysconf. -Fri Apr 7 15:56:57 2000 Andrew Cagney +2000-04-07 Andrew Cagney * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add --enable-build-warnings option. @@ -651,7 +688,7 @@ Fri Apr 7 15:56:57 2000 Andrew Cagney * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild. -Mon Jun 14 10:35:28 1999 Andreas Schwab +1999-06-14 Andreas Schwab * gprof.texi: Fix typo. @@ -703,12 +740,12 @@ Tue Feb 16 17:01:33 1999 Ian Lance Tayl * Makefile.in: Rebuild. * gconfig.in: Rebuild. -Sun Dec 6 21:57:50 1998 Ian Lance Taylor +1998-12-06 Ian Lance Taylor * gprof.texi (Symspecs): Mention that you have to add any underscore yourself when naming a symbol. -Mon Nov 2 15:05:33 1998 Geoffrey Noer +1998-11-02 Geoffrey Noer * configure.in: detect cygwin* instead of cygwin32* * configure: regenerate diff -uprN binutils-2.12.90.0.15/gprof/alpha.c binutils-2.13.90.0.2/gprof/alpha.c --- binutils-2.12.90.0.15/gprof/alpha.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/alpha.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 1998 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 1998 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/cg_arcs.c binutils-2.13.90.0.2/gprof/cg_arcs.c --- binutils-2.12.90.0.15/gprof/cg_arcs.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/cg_arcs.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 2001 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 2001 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "libiberty.h" #include "gprof.h" diff -uprN binutils-2.12.90.0.15/gprof/cg_dfn.c binutils-2.13.90.0.2/gprof/cg_dfn.c --- binutils-2.12.90.0.15/gprof/cg_dfn.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/cg_dfn.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "libiberty.h" #include "gprof.h" diff -uprN binutils-2.12.90.0.15/gprof/configure binutils-2.13.90.0.2/gprof/configure --- binutils-2.12.90.0.15/gprof/configure Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/configure Mon Jul 29 08:19:19 2002 @@ -1538,7 +1538,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) - lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB( .*|) (shared object|dynamic lib )' lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ;; @@ -2485,7 +2485,7 @@ fi done -ALL_LINGUAS="fr tr sv es" +ALL_LINGUAS="fr tr sv es id" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2491: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. @@ -3115,7 +3115,7 @@ EOF fi -for ac_hdr in unistd.h +for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3247,11 +3247,24 @@ else #include #include +#if HAVE_SYS_TYPES_H +# include +#endif + +#if HAVE_STDLIB_H +# include +#endif + +#if HAVE_SYS_STAT_H +# include +#endif + +#if HAVE_UNISTD_H +# include +#endif + /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE -# ifdef HAVE_UNISTD_H -# include -# endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H @@ -3359,7 +3372,7 @@ main() } EOF -if { (eval echo configure:3363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -3387,17 +3400,17 @@ unistd.h values.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3391: checking for $ac_hdr" >&5 +echo "configure:3404: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3427,12 +3440,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3431: checking for $ac_func" >&5 +echo "configure:3444: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3484,12 +3497,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3488: checking for $ac_func" >&5 +echo "configure:3501: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3546,19 +3559,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3550: checking for LC_MESSAGES" >&5 +echo "configure:3563: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3579,7 +3592,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3583: checking whether NLS is requested" >&5 +echo "configure:3596: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3599,7 +3612,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3603: checking whether included gettext is requested" >&5 +echo "configure:3616: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3618,17 +3631,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3622: checking for libintl.h" >&5 +echo "configure:3635: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3645: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3645,19 +3658,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3649: checking for gettext in libc" >&5 +echo "configure:3662: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -3673,7 +3686,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3677: checking for bindtextdomain in -lintl" >&5 +echo "configure:3690: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3681,7 +3694,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3708,19 +3721,19 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3712: checking for gettext in libintl" >&5 +echo "configure:3725: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libintl=yes else @@ -3748,7 +3761,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3752: checking for $ac_word" >&5 +echo "configure:3765: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3782,12 +3795,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3786: checking for $ac_func" >&5 +echo "configure:3799: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3837,7 +3850,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3841: checking for $ac_word" >&5 +echo "configure:3854: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3873,7 +3886,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3877: checking for $ac_word" >&5 +echo "configure:3890: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3905,7 +3918,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -3945,7 +3958,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3949: checking for $ac_word" >&5 +echo "configure:3962: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3979,7 +3992,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3983: checking for $ac_word" >&5 +echo "configure:3996: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4015,7 +4028,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4019: checking for $ac_word" >&5 +echo "configure:4032: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4105,7 +4118,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4109: checking for catalogs to be installed" >&5 +echo "configure:4122: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4133,17 +4146,17 @@ echo "configure:4109: checking for catal if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4137: checking for linux/version.h" >&5 +echo "configure:4150: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4206,12 +4219,12 @@ fi echo $ac_n "checking whether weak symbol works""... $ac_c" 1>&6 -echo "configure:4210: checking whether weak symbol works" >&5 +echo "configure:4223: checking whether weak symbol works" >&5 if eval "test \"`echo '$''{'libiberty_cv_have_weak_symbol'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* libiberty_cv_have_weak_symbol=no else @@ -4244,14 +4257,14 @@ if test $libiberty_cv_have_weak_symbol = # demangler may use dlopen. echo $ac_n "checking for library containing dlopen""... $ac_c" 1>&6 -echo "configure:4248: checking for library containing dlopen" >&5 +echo "configure:4261: checking for library containing dlopen" >&5 if eval "test \"`echo '$''{'ac_cv_search_dlopen'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_func_search_save_LIBS="$LIBS" ac_cv_search_dlopen="no" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_search_dlopen="none required" else @@ -4273,7 +4286,7 @@ rm -f conftest* test "$ac_cv_search_dlopen" = "no" && for i in dl; do LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_search_dlopen="-l$i" break @@ -4307,7 +4320,7 @@ fi fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:4311: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:4324: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" @@ -4332,7 +4345,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:4336: checking for executable suffix" >&5 +echo "configure:4349: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4342,7 +4355,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:4346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:4359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.o | *.obj) ;; @@ -4367,17 +4380,17 @@ for ac_hdr in sys/gmon_out.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4371: checking for $ac_hdr" >&5 +echo "configure:4384: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* diff -uprN binutils-2.12.90.0.15/gprof/configure.in binutils-2.13.90.0.2/gprof/configure.in --- binutils-2.12.90.0.15/gprof/configure.in Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/configure.in Mon Jul 29 08:19:19 2002 @@ -23,7 +23,7 @@ AC_PROG_INSTALL AC_CHECK_FUNCS(setmode) -ALL_LINGUAS="fr tr sv es" +ALL_LINGUAS="fr tr sv es id" CY_GNU_GETTEXT LIBIBERTY_HAVE_WEAK_SYMBOL diff -uprN binutils-2.12.90.0.15/gprof/corefile.c binutils-2.13.90.0.2/gprof/corefile.c --- binutils-2.12.90.0.15/gprof/corefile.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/corefile.c Mon Jul 29 08:19:19 2002 @@ -542,8 +542,15 @@ core_create_function_syms (cbfd) if (class == 't') symtab.limit->is_static = true; + /* Keep track of the minimum and maximum vma addresses used by all + symbols. When computing the max_vma, use the ending address of the + section containing the symbol, if available. */ min_vma = MIN (symtab.limit->addr, min_vma); - max_vma = MAX (symtab.limit->addr, max_vma); + if (core_syms[i]->section) + max_vma = MAX (core_syms[i]->section->vma + + core_syms[i]->section->_cooked_size - 1, max_vma); + else + max_vma = MAX (symtab.limit->addr, max_vma); /* If we see "main" without an initial '_', we assume names are *not* prefixed by '_'. */ diff -uprN binutils-2.12.90.0.15/gprof/gmon.h binutils-2.13.90.0.2/gprof/gmon.h --- binutils-2.12.90.0.15/gprof/gmon.h Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/gmon.h Thu Aug 1 17:49:32 2002 @@ -1,6 +1,6 @@ -/*- - * Copyright (c) 1991, 2001 The Regents of the University of California. - * All rights reserved. +/* + * Copyright (c) 1983, 1991, 1993, 2001 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -10,11 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -29,8 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)gmon.h 5.2 (Berkeley) 5/6/91 */ #ifndef gmon_h #define gmon_h diff -uprN binutils-2.12.90.0.15/gprof/gprof.c binutils-2.13.90.0.2/gprof/gprof.c --- binutils-2.12.90.0.15/gprof/gprof.c Thu Mar 7 11:52:39 2002 +++ binutils-2.13.90.0.2/gprof/gprof.c Thu Aug 1 17:49:32 2002 @@ -1,21 +1,32 @@ /* - * Copyright (c) 1983, 1998, 2001, 2002 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 1998, 2001, 2002 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ + #include "libiberty.h" #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/gprof.h binutils-2.13.90.0.2/gprof/gprof.h --- binutils-2.12.90.0.15/gprof/gprof.h Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/gprof.h Thu Aug 1 17:49:32 2002 @@ -1,22 +1,30 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. * - * @(#)gprof.h 5.9 (Berkeley) 6/1/90 + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #ifndef gprof_h #define gprof_h diff -uprN binutils-2.12.90.0.15/gprof/gprof.texi binutils-2.13.90.0.2/gprof/gprof.texi --- binutils-2.12.90.0.15/gprof/gprof.texi Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/gprof/gprof.texi Thu Aug 1 17:49:32 2002 @@ -357,7 +357,21 @@ appearance of a human-readable @file{bb. counts didn't get written into @file{gmon.out}. The Perl script @code{bbconv.pl}, included with the @code{gprof} source distribution, will convert a @file{bb.out} file into -a format readable by @code{gprof}. +a format readable by @code{gprof}. Invoke it like this: + +@smallexample +bbconv.pl < bb.out > @var{bh-data} +@end smallexample + +This translates the information in @file{bb.out} into a form that +@code{gprof} can understand. But you still need to tell @code{gprof} +about the existence of this translated information. To do that, include +@var{bb-data} on the @code{gprof} command line, @emph{along with +@file{gmon.out}}, like this: + +@smallexample +gprof @var{options} @var{executable-file} gmon.out @var{bb-data} [@var{yet-more-profile-data-files}@dots{}] [> @var{outfile}] +@end smallexample @node Invoking @chapter @code{gprof} Command Summary diff -uprN binutils-2.12.90.0.15/gprof/hertz.c binutils-2.13.90.0.2/gprof/hertz.c --- binutils-2.12.90.0.15/gprof/hertz.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/hertz.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "hertz.h" diff -uprN binutils-2.12.90.0.15/gprof/i386.c binutils-2.13.90.0.2/gprof/i386.c --- binutils-2.12.90.0.15/gprof/i386.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/i386.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 2001 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 2001 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/mips.c binutils-2.13.90.0.2/gprof/mips.c --- binutils-2.12.90.0.15/gprof/mips.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/mips.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 1998 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 1998 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/po/es.po binutils-2.13.90.0.2/gprof/po/es.po --- binutils-2.12.90.0.15/gprof/po/es.po Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/po/es.po Mon Jul 29 08:19:19 2002 @@ -1,58 +1,58 @@ -# Mensajes en español para gprof 2.12-pre020121. +# Mensajes en español para gprof 2.12.91. # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martínez Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: gprof 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 14:03+0000\n" -"PO-Revision-Date: 2002-01-24 08:59-0600\n" +"Project-Id-Version: gprof 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-24 02:02-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: alpha.c:90 +#: alpha.c:93 mips.c:47 msgid "" msgstr "" -#: alpha.c:107 +#: alpha.c:110 mips.c:64 #, c-format msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "[find_call] %s: 0x%lx a 0x%lx\n" -#: alpha.c:129 +#: alpha.c:132 #, c-format msgid "[find_call] 0x%lx: jsr%s \n" msgstr "[find_call] 0x%lx: jsr%s \n" -#: alpha.c:138 +#: alpha.c:142 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "[find_call] 0x%lx: bsr" -#: basic_blocks.c:124 call_graph.c:87 hist.c:92 +#: basic_blocks.c:134 call_graph.c:94 hist.c:98 #, c-format msgid "%s: %s: unexpected end of file\n" msgstr "%s: %s: fin de fichero inesperado\n" -#: basic_blocks.c:192 +#: basic_blocks.c:202 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" msgstr "%s: aviso: ignorando las cuentas de ejecución de bloques básicos (use -l o --line)\n" #. FIXME: This only works if bfd_vma is unsigned long. -#: basic_blocks.c:283 basic_blocks.c:293 +#: basic_blocks.c:295 basic_blocks.c:305 #, c-format msgid "%s:%d: (%s:0x%lx) %lu executions\n" msgstr "%s:%d: (%s:0x%lx) %lu ejecuciones\n" -#: basic_blocks.c:284 basic_blocks.c:294 +#: basic_blocks.c:296 basic_blocks.c:306 msgid "" msgstr "" -#: basic_blocks.c:538 +#: basic_blocks.c:553 #, c-format msgid "" "\n" @@ -69,269 +69,299 @@ msgstr "" " Línea Cuenta\n" "\n" -#: basic_blocks.c:562 -msgid "\nExecution Summary:\n\n" -msgstr "\nResumen de Ejecución:\n\n" +#: basic_blocks.c:577 +msgid "" +"\n" +"Execution Summary:\n" +"\n" +msgstr "" +"\n" +"Resumen de Ejecución:\n" +"\n" -#: basic_blocks.c:563 +#: basic_blocks.c:578 #, c-format msgid "%9ld Executable lines in this file\n" msgstr "%9ld Líneas ejecutables en este fichero\n" -#: basic_blocks.c:565 +#: basic_blocks.c:580 #, c-format msgid "%9ld Lines executed\n" msgstr "%9ld Líneas ejecutadas\n" -#: basic_blocks.c:566 +#: basic_blocks.c:581 #, c-format msgid "%9.2f Percent of the file executed\n" msgstr "%9.2f Porcentaje ejecutado del fichero\n" -#: basic_blocks.c:570 +#: basic_blocks.c:585 #, c-format -msgid "\n%9lu Total number of line executions\n" -msgstr "\n%9lu Número total de ejecuciones de línea\n" +msgid "" +"\n" +"%9lu Total number of line executions\n" +msgstr "" +"\n" +"%9lu Número total de ejecuciones de línea\n" -#: basic_blocks.c:572 +#: basic_blocks.c:587 #, c-format msgid "%9.2f Average executions per line\n" msgstr "%9.2f Ejecuciones promedio por línea\n" -#: call_graph.c:66 +#: call_graph.c:71 #, c-format msgid "[cg_tally] arc from %s to %s traversed %lu times\n" msgstr "[cg_tally] arco desde %s hasta %s recorrido %lu veces\n" -#: cg_print.c:54 -msgid "\t\t Call graph (explanation follows)\n\n" -msgstr "\t\t Gráfico de llamadas (explicación a continuación)\n\n" +#: cg_print.c:73 +msgid "" +"\t\t Call graph (explanation follows)\n" +"\n" +msgstr "" +"\t\t Gráfico de llamadas (explicación a continuación)\n" +"\n" -#: cg_print.c:56 -msgid "\t\t\tCall graph\n\n" -msgstr "\t\t\tGráfico de llamadas\n\n" +#: cg_print.c:75 +msgid "" +"\t\t\tCall graph\n" +"\n" +msgstr "" +"\t\t\tGráfico de llamadas\n" +"\n" -#: cg_print.c:59 hist.c:354 +#: cg_print.c:78 hist.c:363 #, c-format -msgid "\ngranularity: each sample hit covers %ld byte(s)" -msgstr "\ngranularidad: cada elemento de muestra cubre %ld byte(s)" +msgid "" +"\n" +"granularity: each sample hit covers %ld byte(s)" +msgstr "" +"\n" +"granularidad: cada elemento de muestra cubre %ld byte(s)" -#: cg_print.c:63 +#: cg_print.c:82 #, c-format -msgid " for %.2f%% of %.2f seconds\n\n" -msgstr " para %.2f%% de %.2f segundos\n\n" +msgid "" +" for %.2f%% of %.2f seconds\n" +"\n" +msgstr "" +" para %.2f%% de %.2f segundos\n" +"\n" -#: cg_print.c:67 -msgid " no time propagated\n\n" -msgstr " no hay tiempo propagado\n\n" +#: cg_print.c:86 +msgid "" +" no time propagated\n" +"\n" +msgstr "" +" no hay tiempo propagado\n" +"\n" -#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +#: cg_print.c:95 cg_print.c:98 cg_print.c:100 msgid "called" msgstr "llamado" -#: cg_print.c:76 cg_print.c:81 +#: cg_print.c:95 cg_print.c:100 msgid "total" msgstr "total" -#: cg_print.c:76 +#: cg_print.c:95 msgid "parents" msgstr "padres" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "index" msgstr "índice" -#: cg_print.c:78 +#: cg_print.c:97 msgid "%time" msgstr "%tiempo" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "self" msgstr "sí mismo" -#: cg_print.c:78 +#: cg_print.c:97 msgid "descendants" msgstr "descendientes" -#: cg_print.c:79 hist.c:380 +#: cg_print.c:98 hist.c:389 msgid "name" msgstr "nombre" -#: cg_print.c:81 +#: cg_print.c:100 msgid "children" msgstr "hijos" -#: cg_print.c:86 +#: cg_print.c:105 #, c-format msgid "index %% time self children called name\n" msgstr "ind %% tiempo sí_mismo hijos llamado nombre\n" -#: cg_print.c:109 +#: cg_print.c:129 #, c-format msgid " [%d]\n" msgstr " [%d]\n" -#: cg_print.c:335 +#: cg_print.c:363 #, c-format msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -#: cg_print.c:336 +#: cg_print.c:364 #, c-format msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -#: cg_print.c:570 -msgid "Index by function name\n\n" -msgstr "Índice por nombre de función\n\n" +#: cg_print.c:604 +msgid "" +"Index by function name\n" +"\n" +msgstr "" +"Índice por nombre de función\n" +"\n" -#: cg_print.c:627 cg_print.c:636 +#: cg_print.c:661 cg_print.c:670 #, c-format msgid "" msgstr "" -#: corefile.c:61 +#: corefile.c:64 #, c-format msgid "%s: could not open %s.\n" msgstr "%s: no se puede abrir %s.\n" -#: corefile.c:75 corefile.c:109 +#: corefile.c:78 corefile.c:112 #, c-format msgid "%s: unable to parse mapping file %s.\n" msgstr "%s: no se puede decodificar el fichero de mapeo %s.\n" -#: corefile.c:151 +#: corefile.c:155 #, c-format msgid "%s: %s: not in a.out format\n" msgstr "%s: %s: no está en el formato a.out\n" -#: corefile.c:162 +#: corefile.c:166 #, c-format msgid "%s: can't find .text section in %s\n" msgstr "%s: no se puede encontrar la sección .text en %s\n" -#: corefile.c:220 +#: corefile.c:225 #, c-format msgid "%s: ran out room for %lu bytes of text space\n" msgstr "%s: se terminó el espacio para %lu bytes de espacio de texto\n" -#: corefile.c:234 +#: corefile.c:239 #, c-format msgid "%s: can't do -c\n" msgstr "%s: no se puede hacer -c\n" -#: corefile.c:265 +#: corefile.c:276 #, c-format msgid "%s: -c not supported on architecture %s\n" msgstr "%s: -c no tiene soporte en la arquitectura %s\n" -#: corefile.c:432 +#: corefile.c:447 #, c-format msgid "%s: file `%s' has no symbols\n" msgstr "%s: el fichero `%s' no tiene símbolos\n" -#: corefile.c:732 +#: corefile.c:748 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" msgstr "%s: alguien contó mal: ltab.len=%d en lugar de %ld\n" -#: gmon_io.c:59 gmon_io.c:106 +#: gmon_io.c:96 gmon_io.c:159 gmon_io.c:219 gmon_io.c:251 gmon_io.c:422 +#: gmon_io.c:449 gmon_io.c:646 gmon_io.c:671 #, c-format -msgid "%s: GMON_PTR_SIZE has unexpected value of %u\n" -msgstr "%s: GMON_PRT_SIZE tiene un valor inesperado de %u\n" +msgid "%s: bits per address has unexpected value of %u\n" +msgstr "%s: los bits por dirección tienen un valor inesperado de %u\n" -#: gmon_io.c:154 gmon_io.c:172 -#, c-format -msgid "%s: bfd_vma has unexpected size of %ld bytes\n" -msgstr "%s: bfd_vma tiene un tamaño inesperado de %ld bytes\n" - -#: gmon_io.c:207 gmon_io.c:299 +#: gmon_io.c:288 gmon_io.c:383 #, c-format msgid "%s: file too short to be a gmon file\n" msgstr "%s: el fichero es muy corto para ser un fichero gmon\n" -#: gmon_io.c:217 gmon_io.c:333 +#: gmon_io.c:298 gmon_io.c:432 #, c-format msgid "%s: file `%s' has bad magic cookie\n" msgstr "%s: el fichero `%s' tiene una galleta mágica errónea\n" -#: gmon_io.c:228 +#: gmon_io.c:309 #, c-format msgid "%s: file `%s' has unsupported version %d\n" msgstr "%s: el fichero `%s' tiene la version %d que no tiene soporte\n" -#: gmon_io.c:258 +#: gmon_io.c:339 #, c-format msgid "%s: %s: found bad tag %d (file corrupted?)\n" msgstr "%s: %s: se encontró la marca errónea %d (¿fichero corrupto?)\n" -#: gmon_io.c:321 +#: gmon_io.c:405 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" msgstr "%s: tasa de análisis de perfil incompatible con el primer fichero gmon\n" -#: gmon_io.c:350 +#: gmon_io.c:465 #, c-format msgid "%s: incompatible with first gmon file\n" msgstr "%s: incompatible con el primer fichero gmon\n" -#: gmon_io.c:378 +#: gmon_io.c:493 #, c-format msgid "%s: file '%s' does not appear to be in gmon.out format\n" msgstr "%s: el fichero '%s' no parece estar en el formato gmon.out\n" # FIXME: comprobar con el código si bins es abreviatura de binarios o # se refiere a la denominación inglesa de 'papelera'. cfuga -#: gmon_io.c:399 +#: gmon_io.c:514 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "%s: fin de fichero inesperado después de leer %d/%d binarios\n" -#: gmon_io.c:435 +#: gmon_io.c:547 msgid "time is in ticks, not seconds\n" msgstr "el tiempo está en tics, no en segundos\n" -#: gmon_io.c:441 gmon_io.c:578 +#: gmon_io.c:553 gmon_io.c:742 #, c-format msgid "%s: don't know how to deal with file format %d\n" msgstr "%s: se desconoce cómo lidiar con el fichero de formato %d\n" -#: gmon_io.c:448 +#: gmon_io.c:560 #, c-format msgid "File `%s' (version %d) contains:\n" msgstr "El fichero `%s' (versión %d) contiene:\n" -#: gmon_io.c:451 +#: gmon_io.c:563 #, c-format msgid "\t%d histogram record\n" msgstr "\t%d registro de histograma\n" -#: gmon_io.c:452 +#: gmon_io.c:564 #, c-format msgid "\t%d histogram records\n" msgstr "\t%d registros de histogramas\n" -#: gmon_io.c:454 +#: gmon_io.c:566 #, c-format msgid "\t%d call-graph record\n" msgstr "\t%d registro de gráfico de llamadas\n" -#: gmon_io.c:455 +#: gmon_io.c:567 #, c-format msgid "\t%d call-graph records\n" msgstr "\t%d registros de gráficos de llamadas\n" -#: gmon_io.c:457 +#: gmon_io.c:569 #, c-format msgid "\t%d basic-block count record\n" msgstr "\t%d registro de cuenta de bloques básicos\n" -#: gmon_io.c:458 +#: gmon_io.c:570 #, c-format msgid "\t%d basic-block count records\n" msgstr "\t%d registros de cuentas de bloques básicos\n" -#: gprof.c:145 +#: gprof.c:152 #, c-format msgid "" "Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" @@ -362,128 +392,161 @@ msgstr "" "\t[--demangle[=ESTILO]] [--no-demangle]\n" "\t[fichero-imagen] [fichero-perfil...]\n" -#: gprof.c:161 +#: gprof.c:168 #, c-format msgid "Report bugs to %s\n" msgstr "Reportar bichos a %s\n" -#: gprof.c:233 +#: gprof.c:242 #, c-format msgid "%s: debugging not supported; -d ignored\n" msgstr "%s: no hay soporte para depuración; se ignora -d\n" -#: gprof.c:313 +#: gprof.c:322 #, c-format msgid "%s: unknown file format %s\n" msgstr "%s: formato de fichero %s desconocido\n" #. This output is intended to follow the GNU standards document. -#: gprof.c:397 +#: gprof.c:406 #, c-format msgid "GNU gprof %s\n" msgstr "GNU gprof %s\n" -#: gprof.c:398 +#: gprof.c:407 msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" msgstr "Basado en gprof de BSD, copyright 1983 Regents of the University of California.\n" -#: gprof.c:399 +#: gprof.c:408 msgid "This program is free software. This program has absolutely no warranty.\n" msgstr "Este programa es software libre. Este programa no tiene ninguna garantía en lo absoluto.\n" -#: gprof.c:440 +#: gprof.c:449 #, c-format msgid "%s: unknown demangling style `%s'\n" msgstr "%s: estilo de desenredo desconocido `%s'\n" -#: gprof.c:460 +#: gprof.c:469 #, c-format msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "%s: Sólo se puede especificar uno de --function-ordering y --file-ordering.\n" -#: gprof.c:560 +#: gprof.c:569 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" msgstr "%s: perdón, el formato de fichero `prof' aún no tiene soporte\n" -#: gprof.c:621 +#: gprof.c:630 #, c-format msgid "%s: gmon.out file is missing histogram\n" msgstr "%s: al fichero gmon.out le falta el histograma\n" -#: gprof.c:628 +#: gprof.c:637 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" msgstr "%s: al fichero gmon.out le falta los datos del gráfico de llamadas\n" -#: hist.c:121 +#: hist.c:127 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" msgstr "%s: `%s' es incompatible con el primer fichero gmon\n" -#: hist.c:137 +#: hist.c:143 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "%s: %s: fin de fichero inesperado después de leer %d de %d muestras\n" -#: hist.c:350 +#: hist.c:359 #, c-format msgid "%c%c/call" msgstr "%c%c/llamada" -#: hist.c:358 +#: hist.c:367 #, c-format -msgid " for %.2f%% of %.2f %s\n\n" -msgstr " para %.2f%% de %.2f %s\n\n" +msgid "" +" for %.2f%% of %.2f %s\n" +"\n" +msgstr "" +" para %.2f%% de %.2f %s\n" +"\n" -#: hist.c:364 +#: hist.c:373 #, c-format -msgid "\nEach sample counts as %g %s.\n" -msgstr "\nCada muestra cuenta como %g %s.\n" +msgid "" +"\n" +"Each sample counts as %g %s.\n" +msgstr "" +"\n" +"Cada muestra cuenta como %g %s.\n" -#: hist.c:369 -msgid " no time accumulated\n\n" -msgstr " no hay tiempo acumulado\n\n" +#: hist.c:378 +msgid "" +" no time accumulated\n" +"\n" +msgstr "" +" no hay tiempo acumulado\n" +"\n" -#: hist.c:376 +#: hist.c:385 msgid "cumulative" msgstr "cumulativo" -#: hist.c:376 +#: hist.c:385 msgid "self " msgstr "sí mismo " -#: hist.c:376 +#: hist.c:385 msgid "total " msgstr "total " -#: hist.c:379 +#: hist.c:388 msgid "time" msgstr "tiempo" -#: hist.c:379 +#: hist.c:388 msgid "calls" msgstr "llamadas" -#: hist.c:468 -msgid "\n\n\nflat profile:\n" -msgstr "\n\n\nperfil plano:\n" +#: hist.c:481 +msgid "" +"\n" +"\n" +"\n" +"flat profile:\n" +msgstr "" +"\n" +"\n" +"\n" +"perfil plano:\n" -#: hist.c:474 +#: hist.c:487 msgid "Flat profile:\n" msgstr "Perfil plano:\n" -#: source.c:163 +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "[find_call] 0x%lx: jal" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "[find_call] 0x%lx: jalr\n" + +#: source.c:166 #, c-format msgid "%s: could not locate `%s'\n" msgstr "%s: no se puede encontrar `%s'\n" -#: source.c:238 +#: source.c:241 #, c-format msgid "*** File %s:\n" msgstr "*** Fichero %s:\n" -#: utils.c:94 +#: utils.c:99 #, c-format msgid " " msgstr " " + +#~ msgid "%s: bfd_vma has unexpected size of %ld bytes\n" +#~ msgstr "%s: bfd_vma tiene un tamaño inesperado de %ld bytes\n" diff -uprN binutils-2.12.90.0.15/gprof/po/fr.po binutils-2.13.90.0.2/gprof/po/fr.po --- binutils-2.12.90.0.15/gprof/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/gprof/po/fr.po Mon Jul 29 08:19:19 2002 @@ -1,58 +1,58 @@ # Messages français pour gprof. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Michel Robitaille , 1996. +# Copyright © 1996 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: gprof 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 14:03+0000\n" -"PO-Revision-Date: 2002-03-16 21:00-0500\n" +"Project-Id-Version: gprof 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: alpha.c:90 +#: alpha.c:93 mips.c:47 msgid "" msgstr "" -#: alpha.c:107 +#: alpha.c:110 mips.c:64 #, c-format msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "[find_call] %s: 0x%lx to 0x%lx\n" -#: alpha.c:129 +#: alpha.c:132 #, c-format msgid "[find_call] 0x%lx: jsr%s \n" msgstr "[find_call] 0x%lx: jsr%s \n" -#: alpha.c:138 +#: alpha.c:142 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "[find_call] 0x%lx: bsr" -#: basic_blocks.c:124 call_graph.c:87 hist.c:92 +#: basic_blocks.c:134 call_graph.c:94 hist.c:98 #, c-format msgid "%s: %s: unexpected end of file\n" msgstr "%s: %s: fin prématurée du fichier\n" -#: basic_blocks.c:192 +#: basic_blocks.c:202 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" msgstr "%s: AVERTISSEMENT: a ignoré les compteurs d'exécution des blocs de base(utiliser -l ou --line)\n" #. FIXME: This only works if bfd_vma is unsigned long. -#: basic_blocks.c:283 basic_blocks.c:293 +#: basic_blocks.c:295 basic_blocks.c:305 #, c-format msgid "%s:%d: (%s:0x%lx) %lu executions\n" msgstr "%s:%d: (%s:0x%lx) %lu exécutions\n" -#: basic_blocks.c:284 basic_blocks.c:294 +#: basic_blocks.c:296 basic_blocks.c:306 msgid "" msgstr "" -#: basic_blocks.c:538 +#: basic_blocks.c:553 #, c-format msgid "" "\n" @@ -69,7 +69,7 @@ msgstr "" " Ligne Compteur\n" "\n" -#: basic_blocks.c:562 +#: basic_blocks.c:577 msgid "" "\n" "Execution Summary:\n" @@ -79,22 +79,22 @@ msgstr "" "Sommaire d'exécution:\n" "\n" -#: basic_blocks.c:563 +#: basic_blocks.c:578 #, c-format msgid "%9ld Executable lines in this file\n" msgstr "%9ld Lignes exécutables dans ce fichier\n" -#: basic_blocks.c:565 +#: basic_blocks.c:580 #, c-format msgid "%9ld Lines executed\n" msgstr "%9ld Lignes exécutées\n" -#: basic_blocks.c:566 +#: basic_blocks.c:581 #, c-format msgid "%9.2f Percent of the file executed\n" msgstr "%9.2f Percent du fichier exécuté\n" -#: basic_blocks.c:570 +#: basic_blocks.c:585 #, c-format msgid "" "\n" @@ -103,17 +103,17 @@ msgstr "" "\n" "%9lu Nombre total de lignes exécutées\n" -#: basic_blocks.c:572 +#: basic_blocks.c:587 #, c-format msgid "%9.2f Average executions per line\n" msgstr "%9.2f Exécutions moyennes par ligne\n" -#: call_graph.c:66 +#: call_graph.c:71 #, c-format msgid "[cg_tally] arc from %s to %s traversed %lu times\n" msgstr "[cg_tally] arc à partir de %s à %s traversés %lu fois\n" -#: cg_print.c:54 +#: cg_print.c:73 msgid "" "\t\t Call graph (explanation follows)\n" "\n" @@ -121,7 +121,7 @@ msgstr "" "\t\t Appel de graphe (les explications suivent)\n" "\n" -#: cg_print.c:56 +#: cg_print.c:75 msgid "" "\t\t\tCall graph\n" "\n" @@ -129,7 +129,7 @@ msgstr "" "\t\t\tAppel de graphe\n" "\n" -#: cg_print.c:59 hist.c:354 +#: cg_print.c:78 hist.c:363 #, c-format msgid "" "\n" @@ -138,7 +138,7 @@ msgstr "" "\n" "granularité: chaque échantillonnage couvre %ld octet(s)" -#: cg_print.c:63 +#: cg_print.c:82 #, c-format msgid "" " for %.2f%% of %.2f seconds\n" @@ -147,7 +147,7 @@ msgstr "" " pour %.2f%% of %.2f secondes\n" "\n" -#: cg_print.c:67 +#: cg_print.c:86 msgid "" " no time propagated\n" "\n" @@ -155,63 +155,63 @@ msgstr "" " pas de propagation de temps\n" "\n" -#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +#: cg_print.c:95 cg_print.c:98 cg_print.c:100 msgid "called" msgstr "appelé" -#: cg_print.c:76 cg_print.c:81 +#: cg_print.c:95 cg_print.c:100 msgid "total" msgstr "total" -#: cg_print.c:76 +#: cg_print.c:95 msgid "parents" msgstr "parents" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "index" msgstr "index" -#: cg_print.c:78 +#: cg_print.c:97 msgid "%time" msgstr "%temps" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "self" msgstr "auto" -#: cg_print.c:78 +#: cg_print.c:97 msgid "descendants" msgstr "descendants" -#: cg_print.c:79 hist.c:380 +#: cg_print.c:98 hist.c:389 msgid "name" msgstr "nom" -#: cg_print.c:81 +#: cg_print.c:100 msgid "children" msgstr "rejetons" -#: cg_print.c:86 +#: cg_print.c:105 #, c-format msgid "index %% time self children called name\n" msgstr "index %% temp auto rejetons appelé nom\n" -#: cg_print.c:109 +#: cg_print.c:129 #, c-format msgid " [%d]\n" msgstr " [%d]\n" -#: cg_print.c:335 +#: cg_print.c:363 #, c-format msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -#: cg_print.c:336 +#: cg_print.c:364 #, c-format msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" -#: cg_print.c:570 +#: cg_print.c:604 msgid "" "Index by function name\n" "\n" @@ -219,151 +219,147 @@ msgstr "" "Index par nom de fonction\n" "\n" -#: cg_print.c:627 cg_print.c:636 +#: cg_print.c:661 cg_print.c:670 #, c-format msgid "" msgstr "" -#: corefile.c:61 +#: corefile.c:64 #, c-format msgid "%s: could not open %s.\n" msgstr "%s: ne peut ouvrir %s.\n" -#: corefile.c:75 corefile.c:109 +#: corefile.c:78 corefile.c:112 #, c-format msgid "%s: unable to parse mapping file %s.\n" msgstr "%s: incapable d'analyser le fichier de projection %s.\n" -#: corefile.c:151 +#: corefile.c:155 #, c-format msgid "%s: %s: not in a.out format\n" msgstr "%s: %s: n'est pas dans le format a.out\n" -#: corefile.c:162 +#: corefile.c:166 #, c-format msgid "%s: can't find .text section in %s\n" msgstr "%s: ne peut repérer la section .text dans %s\n" -#: corefile.c:220 +#: corefile.c:225 #, c-format msgid "%s: ran out room for %lu bytes of text space\n" msgstr "%s: espace épuisé pour %lu octets dans l'espace texte\n" -#: corefile.c:234 +#: corefile.c:239 #, c-format msgid "%s: can't do -c\n" msgstr "%s: ne peut appliquer l'option -c\n" -#: corefile.c:265 +#: corefile.c:276 #, c-format msgid "%s: -c not supported on architecture %s\n" msgstr "%s: l'option -c n'est pas supporté l'architecture %s\n" -#: corefile.c:432 +#: corefile.c:447 #, c-format msgid "%s: file `%s' has no symbols\n" msgstr "%s: fichier « %s » n'a pas de symbole\n" -#: corefile.c:732 +#: corefile.c:748 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" msgstr "%s: mauvais décomptage: ltab.len=%d au lieu de %ld\n" -#: gmon_io.c:59 gmon_io.c:106 +#: gmon_io.c:96 gmon_io.c:159 gmon_io.c:219 gmon_io.c:251 gmon_io.c:422 +#: gmon_io.c:449 gmon_io.c:646 gmon_io.c:671 #, c-format -msgid "%s: GMON_PTR_SIZE has unexpected value of %u\n" -msgstr "%s: GMON_PTR_SIZE a une valeur de taille inattendue de %u\n" +msgid "%s: bits per address has unexpected value of %u\n" +msgstr "%s: bits par adresse a une valeur inattendue de %u\n" -#: gmon_io.c:154 gmon_io.c:172 -#, c-format -msgid "%s: bfd_vma has unexpected size of %ld bytes\n" -msgstr "%s: bfd_vma a une taille inattendue de %ld octetst\n" - -#: gmon_io.c:207 gmon_io.c:299 +#: gmon_io.c:288 gmon_io.c:383 #, c-format msgid "%s: file too short to be a gmon file\n" msgstr "%s: fichier trop court pour être un fichier gmon\n" -#: gmon_io.c:217 gmon_io.c:333 +#: gmon_io.c:298 gmon_io.c:432 #, c-format msgid "%s: file `%s' has bad magic cookie\n" msgstr "%s: fichier « %s » a un nombre magique erroné\n" -#: gmon_io.c:228 +#: gmon_io.c:309 #, c-format msgid "%s: file `%s' has unsupported version %d\n" msgstr "%s: fichier « %s » est d'une version non supportée %d\n" -#: gmon_io.c:258 +#: gmon_io.c:339 #, c-format msgid "%s: %s: found bad tag %d (file corrupted?)\n" msgstr "%s: %s: a repéré une étiquette erronée %d (fichier corrompu?)\n" -#: gmon_io.c:321 +#: gmon_io.c:405 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" msgstr "%s: taux de profilage incompatible avec le premier fichier gmon\n" -#: gmon_io.c:350 +#: gmon_io.c:465 #, c-format msgid "%s: incompatible with first gmon file\n" msgstr "%s: incompatible avec le premier fichier gmon\n" -#: gmon_io.c:378 +#: gmon_io.c:493 #, c-format msgid "%s: file '%s' does not appear to be in gmon.out format\n" msgstr "%s: fichier « %s » ne semble pas être dans le format gmon.out\n" -#: gmon_io.c:399 +#: gmon_io.c:514 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "%s: EOF inattendu après la lecture de %d/%d bins\n" -#: gmon_io.c:435 +#: gmon_io.c:547 msgid "time is in ticks, not seconds\n" msgstr "temps est en tics et non pas en secondes\n" -#: gmon_io.c:441 gmon_io.c:578 +#: gmon_io.c:553 gmon_io.c:742 #, c-format msgid "%s: don't know how to deal with file format %d\n" msgstr "%s: ne sait pas comment gérer le format %d du fichier\n" -#: gmon_io.c:448 +#: gmon_io.c:560 #, c-format msgid "File `%s' (version %d) contains:\n" msgstr "Fichier « %s » (version %d) contient:\n" -#: gmon_io.c:451 +#: gmon_io.c:563 #, c-format msgid "\t%d histogram record\n" msgstr "\t%d enregistrement de type histogramme\n" -#: gmon_io.c:452 +#: gmon_io.c:564 #, c-format msgid "\t%d histogram records\n" msgstr "\t%d enregistrements de type histogramme\n" -#: gmon_io.c:454 +#: gmon_io.c:566 #, c-format msgid "\t%d call-graph record\n" msgstr "\t%d enregistrement de type call-graph\n" -#: gmon_io.c:455 +#: gmon_io.c:567 #, c-format msgid "\t%d call-graph records\n" msgstr "\t%d enregistrements de type call-graph\n" -#: gmon_io.c:457 +#: gmon_io.c:569 #, c-format msgid "\t%d basic-block count record\n" msgstr "\t%d enregistrement de décomptes de bloc de base\n" -#: gmon_io.c:458 +#: gmon_io.c:570 #, c-format msgid "\t%d basic-block count records\n" msgstr "\t%d enregistrements de décomptes de bloc de base\n" -#: gprof.c:145 +#: gprof.c:152 #, c-format msgid "" "Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" @@ -394,76 +390,76 @@ msgstr "" "\t[--demangle[=STYLE]] [--no-demangle]\n" "\t[fichier-image] [fichier-profile...]\n" -#: gprof.c:161 +#: gprof.c:168 #, c-format msgid "Report bugs to %s\n" msgstr "Rapporter toutes anomalies à %s\n" -#: gprof.c:233 +#: gprof.c:242 #, c-format msgid "%s: debugging not supported; -d ignored\n" msgstr "%s: mise au point n'est pas supportée; -d ignorée\n" -#: gprof.c:313 +#: gprof.c:322 #, c-format msgid "%s: unknown file format %s\n" msgstr "%s: format de fichier inconnu %s\n" #. This output is intended to follow the GNU standards document. -#: gprof.c:397 +#: gprof.c:406 #, c-format msgid "GNU gprof %s\n" msgstr "GNU gprof %s\n" -#: gprof.c:398 +#: gprof.c:407 msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" msgstr "Basé à partir de BSD gprof, copyright 1983 Regents of the University of California.\n" -#: gprof.c:399 +#: gprof.c:408 msgid "This program is free software. This program has absolutely no warranty.\n" msgstr "Ce logiciel est libre. AUCUNE garantie n'est donnée.\n" -#: gprof.c:440 +#: gprof.c:449 #, c-format msgid "%s: unknown demangling style `%s'\n" msgstr "%s: style d'encodage par mutilation inconnu « %s »\n" -#: gprof.c:460 +#: gprof.c:469 #, c-format msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "%s: une seule des options --function-ordering et --file-ordering peut être spécifiée.\n" -#: gprof.c:560 +#: gprof.c:569 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" msgstr "%s: désolé, le format de fichier « prof » n'est pas encore supporté\n" -#: gprof.c:621 +#: gprof.c:630 #, c-format msgid "%s: gmon.out file is missing histogram\n" msgstr "%s: le fichier gmon.out n'a pas d'histogramme\n" -#: gprof.c:628 +#: gprof.c:637 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" msgstr "%s: le fichier gmon.out n'a pas de données de type call-graph\n" -#: hist.c:121 +#: hist.c:127 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" msgstr "%s: « %s » est incompatible avec le premier fichier gmon\n" -#: hist.c:137 +#: hist.c:143 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "%s: %s: EOF inattendu après la lecture de %d de %d échantillons\n" -#: hist.c:350 +#: hist.c:359 #, c-format msgid "%c%c/call" msgstr "%c%c/appel" -#: hist.c:358 +#: hist.c:367 #, c-format msgid "" " for %.2f%% of %.2f %s\n" @@ -472,7 +468,7 @@ msgstr "" " pour %.2f%% of %.2f %s\n" "\n" -#: hist.c:364 +#: hist.c:373 #, c-format msgid "" "\n" @@ -481,7 +477,7 @@ msgstr "" "\n" "Chaque échantillon dénombre %g %s.\n" -#: hist.c:369 +#: hist.c:378 msgid "" " no time accumulated\n" "\n" @@ -489,27 +485,27 @@ msgstr "" " pas d'accumulation de temps\n" "\n" -#: hist.c:376 +#: hist.c:385 msgid "cumulative" msgstr "cumulatif" -#: hist.c:376 +#: hist.c:385 msgid "self " msgstr "auto " -#: hist.c:376 +#: hist.c:385 msgid "total " msgstr "total " -#: hist.c:379 +#: hist.c:388 msgid "time" msgstr "temps" -#: hist.c:379 +#: hist.c:388 msgid "calls" msgstr "appels" -#: hist.c:468 +#: hist.c:481 msgid "" "\n" "\n" @@ -521,21 +517,34 @@ msgstr "" "\n" "profile plat:\n" -#: hist.c:474 +#: hist.c:487 msgid "Flat profile:\n" msgstr "Profile plat:\n" -#: source.c:163 +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "[find_call] 0x%lx: jal" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "[find_call] 0x%lx: jalr\n" + +#: source.c:166 #, c-format msgid "%s: could not locate `%s'\n" msgstr "%s: n'a pu localiser « %s »\n" -#: source.c:238 +#: source.c:241 #, c-format msgid "*** File %s:\n" msgstr "*** Fichier %s:\n" -#: utils.c:94 +#: utils.c:99 #, c-format msgid " " msgstr " " + +#~ msgid "%s: bfd_vma has unexpected size of %ld bytes\n" +#~ msgstr "%s: bfd_vma a une taille inattendue de %ld octetst\n" diff -uprN binutils-2.12.90.0.15/gprof/po/id.po binutils-2.13.90.0.2/gprof/po/id.po --- binutils-2.12.90.0.15/gprof/po/id.po Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/gprof/po/id.po Mon Jul 29 08:19:19 2002 @@ -0,0 +1,547 @@ +# gprof 2.12.1 (Indonesian) +# Copyright (C) 2002 Free Software Foundation, Inc. +# Tedi Heriyanto , 2002. +# +msgid "" +msgstr "" +"Project-Id-Version: gprof 2.12.1\n" +"POT-Creation-Date: 2002-01-31 18:32+0000\n" +"PO-Revision-Date: 2002-07-23 12:43GMT+0700\n" +"Last-Translator: Tedi Heriyanto \n" +"Language-Team: Indonesian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: alpha.c:93 mips.c:47 +msgid "" +msgstr "" + +#: alpha.c:110 mips.c:64 +#, c-format +msgid "[find_call] %s: 0x%lx to 0x%lx\n" +msgstr "[find_call] %s: 0x%lx hingga 0x%lx\n" + +#: alpha.c:132 +#, c-format +msgid "[find_call] 0x%lx: jsr%s \n" +msgstr "[find_call] 0x%lx: jsr%s \n" + +#: alpha.c:142 +#, c-format +msgid "[find_call] 0x%lx: bsr" +msgstr "[find_call] 0x%lx: bsr" + +#: basic_blocks.c:122 call_graph.c:90 hist.c:93 +#, c-format +msgid "%s: %s: unexpected end of file\n" +msgstr "%s: %s: akhir file tidak diharapkan\n" + +#: basic_blocks.c:190 +#, c-format +msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" +msgstr "%s: peringatan: mengabaikan hitungan basic-block exec (gunakan -l atau --line)\n" + +#. FIXME: This only works if bfd_vma is unsigned long. +#: basic_blocks.c:281 basic_blocks.c:291 +#, c-format +msgid "%s:%d: (%s:0x%lx) %lu executions\n" +msgstr "%s:%d: (%s:0x%lx) %lu eksekusi\n" + +#: basic_blocks.c:282 basic_blocks.c:292 +msgid "" +msgstr "" + +#: basic_blocks.c:536 +#, c-format +msgid "" +"\n" +"\n" +"Top %d Lines:\n" +"\n" +" Line Count\n" +"\n" +msgstr "" +"\n" +"\n" +"Awal %d Baris:\n" +"\n" +" Baris Hitungan\n" +"\n" + +#: basic_blocks.c:560 +msgid "" +"\n" +"Execution Summary:\n" +"\n" +msgstr "" +"\n" +"Ringkasan Eksekusi:\n" +"\n" + +#: basic_blocks.c:561 +#, c-format +msgid "%9ld Executable lines in this file\n" +msgstr "%9ld baris eksekutabel dalam file ini\n" + +#: basic_blocks.c:563 +#, c-format +msgid "%9ld Lines executed\n" +msgstr "%9ld baris dieksekusi\n" + +#: basic_blocks.c:564 +#, c-format +msgid "%9.2f Percent of the file executed\n" +msgstr "%9.2f Persen file dieksekusi\n" + +#: basic_blocks.c:568 +#, c-format +msgid "" +"\n" +"%9lu Total number of line executions\n" +msgstr "" +"\n" +"%9lu Total jumlah baris eksekusi\n" + +#: basic_blocks.c:570 +#, c-format +msgid "%9.2f Average executions per line\n" +msgstr "%9.2f Rata-rata eksekusi per baris\n" + +#: call_graph.c:69 +#, c-format +msgid "[cg_tally] arc from %s to %s traversed %lu times\n" +msgstr "[cg_tally] arc dari %s hingga %s ditransvers %lu kali\n" + +#: cg_print.c:58 +msgid "" +"\t\t Call graph (explanation follows)\n" +"\n" +msgstr "" +"\t\t Panggil graph (penjelasan mengikuti)\n" +"\n" + +#: cg_print.c:60 +msgid "" +"\t\t\tCall graph\n" +"\n" +msgstr "" +"\t\t\tPanggil graph\n" +"\n" + +#: cg_print.c:63 hist.c:355 +#, c-format +msgid "" +"\n" +"granularity: each sample hit covers %ld byte(s)" +msgstr "" +"\n" +"granularitas: setiap sampel mencapai %ld byte(s)" + +#: cg_print.c:67 +#, c-format +msgid "" +" for %.2f%% of %.2f seconds\n" +"\n" +msgstr "" +" untuk %.2f%% dari %.2f detik\n" +"\n" + +#: cg_print.c:71 +msgid "" +" no time propagated\n" +"\n" +msgstr "" +" no time propagated\n" +"\n" + +#: cg_print.c:80 cg_print.c:83 cg_print.c:85 +msgid "called" +msgstr "dipanggil" + +#: cg_print.c:80 cg_print.c:85 +msgid "total" +msgstr "total" + +#: cg_print.c:80 +msgid "parents" +msgstr "orangtua" + +#: cg_print.c:82 cg_print.c:83 +msgid "index" +msgstr "indeks" + +#: cg_print.c:82 +msgid "%time" +msgstr "%time" + +#: cg_print.c:82 cg_print.c:83 +msgid "self" +msgstr "diri" + +#: cg_print.c:82 +msgid "descendants" +msgstr "turunan" + +#: cg_print.c:83 hist.c:381 +msgid "name" +msgstr "nama" + +#: cg_print.c:85 +msgid "children" +msgstr "anak" + +#: cg_print.c:90 +#, c-format +msgid "index %% time self children called name\n" +msgstr "indeks %% waktu diri anak dipanggil nama\n" + +#: cg_print.c:113 +#, c-format +msgid " [%d]\n" +msgstr " [%d]\n" + +#: cg_print.c:339 +#, c-format +msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" + +#: cg_print.c:340 +#, c-format +msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" + +#: cg_print.c:574 +msgid "" +"Index by function name\n" +"\n" +msgstr "" +"Indeks berdasarkan nama fungsi\n" +"\n" + +#: cg_print.c:631 cg_print.c:640 +#, c-format +msgid "" +msgstr "" + +#: corefile.c:64 +#, c-format +msgid "%s: could not open %s.\n" +msgstr "%s: tidak dapat membuka %s.\n" + +#: corefile.c:78 corefile.c:112 +#, c-format +msgid "%s: unable to parse mapping file %s.\n" +msgstr "%s: tidak dapat memparsing file mapping %s.\n" + +#: corefile.c:154 +#, c-format +msgid "%s: %s: not in a.out format\n" +msgstr "%s: %s: bukan dalam format a.out\n" + +#: corefile.c:165 +#, c-format +msgid "%s: can't find .text section in %s\n" +msgstr "%s: tidak dapat menemukan bagian teks dalam %s\n" + +#: corefile.c:223 +#, c-format +msgid "%s: ran out room for %lu bytes of text space\n" +msgstr "%s: kehabisan ruang untuk %lu byte ruang teks\n" + +#: corefile.c:237 +#, c-format +msgid "%s: can't do -c\n" +msgstr "%s: tidak dapat melakukan -c\n" + +#: corefile.c:272 +#, c-format +msgid "%s: -c not supported on architecture %s\n" +msgstr "%s: -c tidak didukung pada arsitektur %s\n" + +#: corefile.c:439 +#, c-format +msgid "%s: file `%s' has no symbols\n" +msgstr "%s: file `%s' tidak memiliki simbol\n" + +#: corefile.c:739 +#, c-format +msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" +msgstr "%s: somebody miscounted: ltab.len=%d alih-alih %ld\n" + +#: gmon_io.c:83 gmon_io.c:137 gmon_io.c:188 gmon_io.c:216 gmon_io.c:386 gmon_io.c:413 gmon_io.c:609 gmon_io.c:634 +#, c-format +msgid "%s: bits per address has unexpected value of %u\n" +msgstr "%s: bit per alamat memiliki nilai yang tidak diharapkan %u\n" + +#: gmon_io.c:252 gmon_io.c:347 +#, c-format +msgid "%s: file too short to be a gmon file\n" +msgstr "%s: file terlalu pendek untuk menjadi file gmon\n" + +#: gmon_io.c:262 gmon_io.c:396 +#, c-format +msgid "%s: file `%s' has bad magic cookie\n" +msgstr "%s: file `%s' memiliki cookie ajaib yang buruk\n" + +#: gmon_io.c:273 +#, c-format +msgid "%s: file `%s' has unsupported version %d\n" +msgstr "%s: file `%s' memiliki versi yang belum didukung %d\n" + +#: gmon_io.c:303 +#, c-format +msgid "%s: %s: found bad tag %d (file corrupted?)\n" +msgstr "%s: %s: ditemukan bad tag %d (file terkorupsi?)\n" + +#: gmon_io.c:369 +#, c-format +msgid "%s: profiling rate incompatible with first gmon file\n" +msgstr "%s: rate profil tidak kompatibel dengan file gmon pertama\n" + +#: gmon_io.c:429 +#, c-format +msgid "%s: incompatible with first gmon file\n" +msgstr "%s: tidak kompatibel dengan file gmon pertama\n" + +#: gmon_io.c:457 +#, c-format +msgid "%s: file '%s' does not appear to be in gmon.out format\n" +msgstr "%s: file '%s' tampaknya bukan dalam format gmon.out\n" + +#: gmon_io.c:478 +#, c-format +msgid "%s: unexpected EOF after reading %d/%d bins\n" +msgstr "%s: EOF tak diharapkan setelah membaca %d/%d bins\n" + +#: gmon_io.c:511 +msgid "time is in ticks, not seconds\n" +msgstr "waktu dalam tick, bukan detik\n" + +#: gmon_io.c:517 gmon_io.c:704 +#, c-format +msgid "%s: don't know how to deal with file format %d\n" +msgstr "%s: tidak tahu bagaimana menangani format file %d\n" + +#: gmon_io.c:524 +#, c-format +msgid "File `%s' (version %d) contains:\n" +msgstr "File `%s' (versi %d) berisi:\n" + +#: gmon_io.c:527 +#, c-format +msgid "\t%d histogram record\n" +msgstr "\t%d catatan histogram\n" + +#: gmon_io.c:528 +#, c-format +msgid "\t%d histogram records\n" +msgstr "\t%d catatan histogram\n" + +#: gmon_io.c:530 +#, c-format +msgid "\t%d call-graph record\n" +msgstr "\t%d catatan call-graph\n" + +#: gmon_io.c:531 +#, c-format +msgid "\t%d call-graph records\n" +msgstr "\t%d catatan call-graph\n" + +#: gmon_io.c:533 +#, c-format +msgid "\t%d basic-block count record\n" +msgstr "\t%d catatan hitungan basic-block\n" + +#: gmon_io.c:534 +#, c-format +msgid "\t%d basic-block count records\n" +msgstr "\t%d catatan hitungan basic-block\n" + +#: gprof.c:147 +#, c-format +msgid "" +"Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" +"\t[-d[num]] [-k from/to] [-m min-count] [-t table-length]\n" +"\t[--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n" +"\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n" +"\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n" +"\t[--function-ordering] [--file-ordering]\n" +"\t[--directory-path=dirs] [--display-unused-functions]\n" +"\t[--file-format=name] [--file-info] [--help] [--line] [--min-count=n]\n" +"\t[--no-static] [--print-path] [--separate-files]\n" +"\t[--static-call-graph] [--sum] [--table-length=len] [--traditional]\n" +"\t[--version] [--width=n] [--ignore-non-functions]\n" +"\t[--demangle[=STYLE]] [--no-demangle]\n" +"\t[image-file] [profile-file...]\n" +msgstr "" +"Penggunaan: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" +"\t[-d[num]] [-k from/to] [-m min-count] [-t table-length]\n" +"\t[--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n" +"\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n" +"\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n" +"\t[--function-ordering] [--file-ordering]\n" +"\t[--directory-path=dirs] [--display-unused-functions]\n" +"\t[--file-format=name] [--file-info] [--help] [--line] [--min-count=n]\n" +"\t[--no-static] [--print-path] [--separate-files]\n" +"\t[--static-call-graph] [--sum] [--table-length=len] [--traditional]\n" +"\t[--version] [--width=n] [--ignore-non-functions]\n" +"\t[--demangle[=STYLE]] [--no-demangle]\n" +"\t[image-file] [profile-file...]\n" + +#: gprof.c:163 +#, c-format +msgid "Report bugs to %s\n" +msgstr "Laporkan kesalahan ke %s\n" + +#: gprof.c:235 +#, c-format +msgid "%s: debugging not supported; -d ignored\n" +msgstr "%s: debugging tidak didukung; -d diabaikan\n" + +#: gprof.c:315 +#, c-format +msgid "%s: unknown file format %s\n" +msgstr "%s: format file tidak dikenal %s\n" + +#. This output is intended to follow the GNU standards document. +#: gprof.c:399 +#, c-format +msgid "GNU gprof %s\n" +msgstr "GNU gprof %s\n" + +#: gprof.c:400 +msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" +msgstr "Berdasarkan BSD gprof, copyright 1983 Regents of the University of California.\n" + +#: gprof.c:401 +msgid "This program is free software. This program has absolutely no warranty.\n" +msgstr "This program is free software. This program has absolutely no warranty.\n" + +#: gprof.c:442 +#, c-format +msgid "%s: unknown demangling style `%s'\n" +msgstr "%s: gaya demangling tidak dikenal `%s'\n" + +#: gprof.c:462 +#, c-format +msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" +msgstr "%s: Hanya satu --function-ordering dan --file-ordering dapat dispesifikasikan.\n" + +#: gprof.c:562 +#, c-format +msgid "%s: sorry, file format `prof' is not yet supported\n" +msgstr "%s: maaf, format file `prof' belum didukung\n" + +#: gprof.c:623 +#, c-format +msgid "%s: gmon.out file is missing histogram\n" +msgstr "%s: file gmon.out kehilangan histogram\n" + +#: gprof.c:630 +#, c-format +msgid "%s: gmon.out file is missing call-graph data\n" +msgstr "%s: file gmon.out kehilangan data call-graph\n" + +#: hist.c:122 +#, c-format +msgid "%s: `%s' is incompatible with first gmon file\n" +msgstr "%s: `%s' tidak kompatibel dengan file gmon pertama\n" + +#: hist.c:138 +#, c-format +msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" +msgstr "%s: %s: EOF tidak diharapkan setelah membaca %d dari %d sampel\n" + +#: hist.c:351 +#, c-format +msgid "%c%c/call" +msgstr "%c%c/panggilan" + +#: hist.c:359 +#, c-format +msgid "" +" for %.2f%% of %.2f %s\n" +"\n" +msgstr "" +" untuk %.2f%% dari %.2f %s\n" +"\n" + +#: hist.c:365 +#, c-format +msgid "" +"\n" +"Each sample counts as %g %s.\n" +msgstr "" +"\n" +"Setiap sampel dihitung sebagai %g %s.\n" + +#: hist.c:370 +msgid "" +" no time accumulated\n" +"\n" +msgstr "" +" tidak ada waktu terkumpul\n" +"\n" + +#: hist.c:377 +msgid "cumulative" +msgstr "kumulatif" + +#: hist.c:377 +msgid "self " +msgstr "diri.." + +#: hist.c:377 +msgid "total " +msgstr "total " + +#: hist.c:380 +msgid "time" +msgstr "waktu" + +#: hist.c:380 +msgid "calls" +msgstr "panggilan" + +#: hist.c:469 +msgid "" +"\n" +"\n" +"\n" +"flat profile:\n" +msgstr "" +"\n" +"\n" +"\n" +"profil flat:\n" + +#: hist.c:475 +msgid "Flat profile:\n" +msgstr "Profil flat:\n" + +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "[find_call] 0x%lx: jal" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "[find_call] 0x%lx: jalr\n" + +#: source.c:163 +#, c-format +msgid "%s: could not locate `%s'\n" +msgstr "%s: tidak dapat menemukan `%s'\n" + +#: source.c:238 +#, c-format +msgid "*** File %s:\n" +msgstr "*** File %s:\n" + +#: utils.c:96 +#, c-format +msgid " " +msgstr " " diff -uprN binutils-2.12.90.0.15/gprof/po/sv.po binutils-2.13.90.0.2/gprof/po/sv.po --- binutils-2.12.90.0.15/gprof/po/sv.po Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/po/sv.po Mon Jul 29 08:19:19 2002 @@ -1,58 +1,58 @@ # Swedish messages for gprof. -# Copyright (C) 2001 Free Software Foundation, Inc. -# Christian Rose , 2001. +# Copyright (C) 2001, 2002 Free Software Foundation, Inc. +# Christian Rose , 2001, 2002. # msgid "" msgstr "" -"Project-Id-Version: gprof 2.11\n" -"POT-Creation-Date: 2000-07-27 16:32-0700\n" -"PO-Revision-Date: 2001-12-17 16:08+0100\n" +"Project-Id-Version: gprof 2.12.1\n" +"POT-Creation-Date: 2002-01-31 18:32+0000\n" +"PO-Revision-Date: 2002-07-23 14:01+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: alpha.c:89 +#: alpha.c:93 mips.c:47 msgid "" msgstr "" -#: alpha.c:106 +#: alpha.c:110 mips.c:64 #, c-format msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "[find_call] %s: 0x%lx till 0x%lx\n" -#: alpha.c:128 +#: alpha.c:132 #, c-format msgid "[find_call] 0x%lx: jsr%s \n" msgstr "[find_call] 0x%lx: jsr%s \n" -#: alpha.c:137 +#: alpha.c:142 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "[find_call] 0x%lx: bsr" -#: basic_blocks.c:123 call_graph.c:86 hist.c:122 +#: basic_blocks.c:122 call_graph.c:90 hist.c:93 #, c-format msgid "%s: %s: unexpected end of file\n" msgstr "%s: %s: oväntat filslut\n" -#: basic_blocks.c:198 +#: basic_blocks.c:190 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" msgstr "%s: varning: ignorerar exekveringsräkning för grundblock (använd -l eller --line)\n" #. FIXME: This only works if bfd_vma is unsigned long. -#: basic_blocks.c:296 basic_blocks.c:306 +#: basic_blocks.c:281 basic_blocks.c:291 #, c-format msgid "%s:%d: (%s:0x%lx) %lu executions\n" msgstr "%s:%d: (%s:0x%lx) %lu exekveringar\n" -#: basic_blocks.c:297 basic_blocks.c:307 +#: basic_blocks.c:282 basic_blocks.c:292 msgid "" msgstr "" -#: basic_blocks.c:551 +#: basic_blocks.c:536 #, c-format msgid "" "\n" @@ -69,267 +69,298 @@ msgstr "" " Rad Antal\n" "\n" -#: basic_blocks.c:575 -msgid "\nExecution Summary:\n\n" -msgstr "\nExekveringssammanfattning:\n\n" +#: basic_blocks.c:560 +msgid "" +"\n" +"Execution Summary:\n" +"\n" +msgstr "" +"\n" +"Exekveringssammanfattning:\n" +"\n" -#: basic_blocks.c:576 +#: basic_blocks.c:561 #, c-format msgid "%9ld Executable lines in this file\n" msgstr "%9ld Exekverbara rader i denna fil\n" -#: basic_blocks.c:578 +#: basic_blocks.c:563 #, c-format msgid "%9ld Lines executed\n" msgstr "%9ld Exekverade rader\n" -#: basic_blocks.c:579 +#: basic_blocks.c:564 #, c-format msgid "%9.2f Percent of the file executed\n" msgstr "%9.2f Procent av filen som exekverats\n" -#: basic_blocks.c:583 +#: basic_blocks.c:568 #, c-format -msgid "\n%9lu Total number of line executions\n" -msgstr "\n%9lu Totala antalet radexekveringar\n" +msgid "" +"\n" +"%9lu Total number of line executions\n" +msgstr "" +"\n" +"%9lu Totala antalet radexekveringar\n" -#: basic_blocks.c:585 +#: basic_blocks.c:570 #, c-format msgid "%9.2f Average executions per line\n" msgstr "%9.2f Medelexekveringar per rad\n" -#: call_graph.c:66 +#: call_graph.c:69 #, c-format msgid "[cg_tally] arc from %s to %s traversed %lu times\n" msgstr "[cg_tally] båge från %s till %s traverserad %lu gånger\n" -#: cg_print.c:54 -msgid "\t\t Call graph (explanation follows)\n\n" -msgstr "\t\t Angropsgraf (förklaring följer)\n\n" - -#: cg_print.c:56 -msgid "\t\t\tCall graph\n\n" -msgstr "\t\t\tAnropsgraf\n\n" - -#: cg_print.c:59 hist.c:391 -#, c-format -msgid "\ngranularity: each sample hit covers %ld byte(s)" -msgstr "\nupplösning: varje stickprov täcker %ld byte" - -#: cg_print.c:63 -msgid " for %.2f%% of %.2f seconds\n\n" -msgstr " för %.2f%% på %.2f sekunder\n\n" +#: cg_print.c:58 +msgid "" +"\t\t Call graph (explanation follows)\n" +"\n" +msgstr "" +"\t\t Angropsgraf (förklaring följer)\n" +"\n" + +#: cg_print.c:60 +msgid "" +"\t\t\tCall graph\n" +"\n" +msgstr "" +"\t\t\tAnropsgraf\n" +"\n" + +#: cg_print.c:63 hist.c:355 +#, c-format +msgid "" +"\n" +"granularity: each sample hit covers %ld byte(s)" +msgstr "" +"\n" +"upplösning: varje stickprov täcker %ld byte" #: cg_print.c:67 -msgid " no time propagated\n\n" -msgstr " ingen tid propagerad\n\n" +#, c-format +msgid "" +" for %.2f%% of %.2f seconds\n" +"\n" +msgstr "" +" för %.2f%% på %.2f sekunder\n" +"\n" -#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +#: cg_print.c:71 +msgid "" +" no time propagated\n" +"\n" +msgstr "" +" ingen tid propagerad\n" +"\n" + +#: cg_print.c:80 cg_print.c:83 cg_print.c:85 msgid "called" msgstr "anropad" -#: cg_print.c:76 cg_print.c:81 +#: cg_print.c:80 cg_print.c:85 msgid "total" msgstr "totalt" -#: cg_print.c:76 +#: cg_print.c:80 msgid "parents" msgstr "föräldrar" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:82 cg_print.c:83 msgid "index" msgstr "index" -#: cg_print.c:78 +#: cg_print.c:82 msgid "%time" msgstr "%tid" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:82 cg_print.c:83 msgid "self" msgstr "själv" -# Jag tror att detta egentligen ska vara "descendants". -# -#: cg_print.c:78 -msgid "descendents" +#: cg_print.c:82 +msgid "descendants" msgstr "ättlingar" -#: cg_print.c:79 hist.c:416 +#: cg_print.c:83 hist.c:381 msgid "name" msgstr "namn" -#: cg_print.c:81 +#: cg_print.c:85 msgid "children" msgstr "barn" -#: cg_print.c:86 +#: cg_print.c:90 +#, c-format msgid "index %% time self children called name\n" msgstr "index %% tid själv barn anropad namn\n" -#: cg_print.c:109 +#: cg_print.c:113 #, c-format msgid " [%d]\n" msgstr " [%d]\n" -#: cg_print.c:335 +#: cg_print.c:339 #, c-format msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -#: cg_print.c:336 +#: cg_print.c:340 #, c-format msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" -#: cg_print.c:570 -msgid "Index by function name\n\n" -msgstr "Indexerad efter funktionsnamn\n\n" +#: cg_print.c:574 +msgid "" +"Index by function name\n" +"\n" +msgstr "" +"Index efter funktionsnamn\n" +"\n" -#: cg_print.c:627 cg_print.c:636 +#: cg_print.c:631 cg_print.c:640 #, c-format msgid "" msgstr "" -#: corefile.c:61 +#: corefile.c:64 #, c-format msgid "%s: could not open %s.\n" msgstr "%s: kunde inte öppna %s.\n" -#: corefile.c:75 corefile.c:109 +#: corefile.c:78 corefile.c:112 #, c-format msgid "%s: unable to parse mapping file %s.\n" msgstr "%s: kan inte tolka mappfilen %s.\n" -#: corefile.c:151 +#: corefile.c:154 #, c-format msgid "%s: %s: not in a.out format\n" msgstr "%s: %s: inte i a.out-format\n" -#: corefile.c:162 +#: corefile.c:165 #, c-format msgid "%s: can't find .text section in %s\n" msgstr "%s: kan inte hitta .text-sektion i %s\n" -#: corefile.c:220 +#: corefile.c:223 #, c-format msgid "%s: ran out room for %lu bytes of text space\n" msgstr "%s: slut på utrymme för %lu byte textutrymme\n" -#: corefile.c:234 +#: corefile.c:237 #, c-format msgid "%s: can't do -c\n" msgstr "%s: kan inte göra -c\n" -#: corefile.c:265 +#: corefile.c:272 #, c-format msgid "%s: -c not supported on architecture %s\n" msgstr "%s: -c stöds inte på arkitekturen %s\n" -#: corefile.c:432 +#: corefile.c:439 #, c-format msgid "%s: file `%s' has no symbols\n" msgstr "%s: filen \"%s\" har inga symboler\n" -#: corefile.c:732 +#: corefile.c:739 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" msgstr "%s: någon räknade fel: ltab.len=%d istället för %ld\n" -#: gmon_io.c:50 gmon_io.c:71 +#: gmon_io.c:83 gmon_io.c:137 gmon_io.c:188 gmon_io.c:216 gmon_io.c:386 gmon_io.c:413 gmon_io.c:609 gmon_io.c:634 #, c-format -msgid "%s: bfd_vma has unexpected size of %ld bytes\n" -msgstr "%s: bfd_vma har en oväntad storlek på %ld byte\n" +msgid "%s: bits per address has unexpected value of %u\n" +msgstr "%s: bitar per adress har ett oväntat värde på %u\n" -#: gmon_io.c:107 gmon_io.c:199 +#: gmon_io.c:252 gmon_io.c:347 #, c-format msgid "%s: file too short to be a gmon file\n" msgstr "%s: filen är för kort för att vara en gmon-fil\n" -#: gmon_io.c:117 gmon_io.c:233 +#: gmon_io.c:262 gmon_io.c:396 #, c-format msgid "%s: file `%s' has bad magic cookie\n" msgstr "%s: filen \"%s\" har felaktigt magiskt tal\n" -#: gmon_io.c:128 +#: gmon_io.c:273 #, c-format msgid "%s: file `%s' has unsupported version %d\n" msgstr "%s: filen \"%s\" har version %d som inte stöds\n" -#: gmon_io.c:158 +#: gmon_io.c:303 #, c-format msgid "%s: %s: found bad tag %d (file corrupted?)\n" msgstr "%s: %s: hittade felaktig tagg %d (är filen skadad?)\n" -#: gmon_io.c:221 +#: gmon_io.c:369 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" msgstr "%s: profileringshastighet är inkompatibel med första gmon-filen\n" -#: gmon_io.c:250 +#: gmon_io.c:429 #, c-format msgid "%s: incompatible with first gmon file\n" msgstr "%s: inkompatibel med första gmon-filen\n" -#: gmon_io.c:278 +#: gmon_io.c:457 #, c-format msgid "%s: file '%s' does not appear to be in gmon.out format\n" msgstr "%s: filen \"%s\" verkar inte vara i gmon.out-format\n" # Man brukar tala om "bins" i hashtabeller # -#: gmon_io.c:299 +#: gmon_io.c:478 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "%s: oväntat filslut efter läsning av %d/%d poster\n" -#: gmon_io.c:335 +#: gmon_io.c:511 msgid "time is in ticks, not seconds\n" msgstr "tiden är i tick, inte sekunder\n" -#: gmon_io.c:341 gmon_io.c:475 +#: gmon_io.c:517 gmon_io.c:704 #, c-format msgid "%s: don't know how to deal with file format %d\n" msgstr "%s: vet inte hur fileformat %d ska hanteras\n" -#: gmon_io.c:348 +#: gmon_io.c:524 #, c-format msgid "File `%s' (version %d) contains:\n" msgstr "Filen \"%s\" (version %d) innehåller:\n" -# printf (_("\t%d histogram record%s\n"), -# nhist, nhist == 1 ? "" : "s"); -# printf (_("\t%d call-graph record%s\n"), -# narcs, narcs == 1 ? "" : "s"); -# printf (_("\t%d basic-block count record%s\n"), -# nbbs, nbbs == 1 ? "" : "s"); -# -# Detta är trasigt - this is broken -# - -# Lägg aldrig till s för att bilda plural, använd istället två meddelanden -# - -# Never add s to form plural, use two messages instead -# (or, even better, use ngettext) -# -#: gmon_io.c:350 +#: gmon_io.c:527 #, c-format -msgid "\t%d histogram record%s\n" -msgstr "\t%d histogramposter%.0s\n" +msgid "\t%d histogram record\n" +msgstr "\t%d histogrampost\n" -# This is broken for the same reason -# -#: gmon_io.c:352 +#: gmon_io.c:528 #, c-format -msgid "\t%d call-graph record%s\n" -msgstr "\t%d anropsgrafposter%.0s\n" +msgid "\t%d histogram records\n" +msgstr "\t%d histogramposter\n" -# This is broken for the same reason -# -#: gmon_io.c:354 +#: gmon_io.c:530 +#, c-format +msgid "\t%d call-graph record\n" +msgstr "\t%d anropsgrafpost\n" + +#: gmon_io.c:531 +#, c-format +msgid "\t%d call-graph records\n" +msgstr "\t%d anropsgrafposter\n" + +#: gmon_io.c:533 #, c-format -msgid "\t%d basic-block count record%s\n" -msgstr "\t%d grundblocksräkningsposter%.0s\n" +msgid "\t%d basic-block count record\n" +msgstr "\t%d grundblocksräkningspost\n" -#: gprof.c:145 +#: gmon_io.c:534 +#, c-format +msgid "\t%d basic-block count records\n" +msgstr "\t%d grundblocksräkningsposter\n" + +#: gprof.c:147 #, c-format msgid "" "Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" @@ -360,118 +391,149 @@ msgstr "" "\t[--demangle[=STIL]] [--no-demangle]\n" "\t[bildfil] [profilfil...]\n" -#: gprof.c:161 +#: gprof.c:163 #, c-format msgid "Report bugs to %s\n" msgstr "" "Rapportera fel till %s,\n" "och synpunkter på översättningen till sv@li.org\n" -#: gprof.c:230 +#: gprof.c:235 #, c-format msgid "%s: debugging not supported; -d ignored\n" msgstr "%s: felsökning stöds inte; -d ignorerades\n" -#: gprof.c:310 +#: gprof.c:315 #, c-format msgid "%s: unknown file format %s\n" msgstr "%s: okänt filformat %s\n" #. This output is intended to follow the GNU standards document. -#: gprof.c:394 +#: gprof.c:399 #, c-format msgid "GNU gprof %s\n" msgstr "GNU gprof %s\n" -#: gprof.c:395 +#: gprof.c:400 msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" msgstr "Baserat på BSD gprof, copyright 1983 Regents of the University of California.\n" -#: gprof.c:396 +#: gprof.c:401 msgid "This program is free software. This program has absolutely no warranty.\n" msgstr "Detta program är fri programvara. Detta program har ingen som helst garanti.\n" -#: gprof.c:437 +#: gprof.c:442 #, c-format msgid "%s: unknown demangling style `%s'\n" msgstr "%s: okänd avmanglingsstil \"%s\"\n" -#: gprof.c:457 +#: gprof.c:462 #, c-format msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "%s: Endast en av --function-ordering och --file-ordering kan anges.\n" -#: gprof.c:557 +#: gprof.c:562 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" msgstr "%s: tyvärr, filformatet \"prof\" stöds inte än\n" -#: gprof.c:618 +#: gprof.c:623 #, c-format msgid "%s: gmon.out file is missing histogram\n" msgstr "%s: gmon.out-filen saknar histogram\n" -#: gprof.c:625 +#: gprof.c:630 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" msgstr "%s: gmon.out-filen saknar anropsgrafdata\n" -#: hist.c:158 +#: hist.c:122 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" msgstr "%s: \"%s\" är inkompatibel med första gmon-filen\n" -#: hist.c:174 +#: hist.c:138 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "%s: %s: oväntat filslut efter läsning av %d av %d stickprov\n" -#: hist.c:387 +#: hist.c:351 #, c-format msgid "%c%c/call" msgstr "%c%c/anrop" -#: hist.c:395 -msgid " for %.2f%% of %.2f %s\n\n" -msgstr " för %.2f%% av %.2f %s\n\n" +#: hist.c:359 +#, c-format +msgid "" +" for %.2f%% of %.2f %s\n" +"\n" +msgstr "" +" för %.2f%% av %.2f %s\n" +"\n" -#: hist.c:401 +#: hist.c:365 #, c-format -msgid "\nEach sample counts as %g %s.\n" -msgstr "\nVarje stickprov räknas som %g %s.\n" +msgid "" +"\n" +"Each sample counts as %g %s.\n" +msgstr "" +"\n" +"Varje stickprov räknas som %g %s.\n" -#: hist.c:406 -msgid " no time accumulated\n\n" -msgstr " ingen ackumulerad tid\n\n" +#: hist.c:370 +msgid "" +" no time accumulated\n" +"\n" +msgstr "" +" ingen ackumulerad tid\n" +"\n" -#: hist.c:413 +#: hist.c:377 msgid "cumulative" msgstr "kumulativ" -#: hist.c:413 +#: hist.c:377 msgid "self " msgstr "själv" -#: hist.c:413 +#: hist.c:377 msgid "total " msgstr "totalt" -#: hist.c:415 +#: hist.c:380 msgid "time" msgstr "tid" -#: hist.c:415 +#: hist.c:380 msgid "calls" msgstr "anrop" -#: hist.c:504 -msgid "\n\n\nflat profile:\n" -msgstr "\n\n\nplatt profil:\n" +#: hist.c:469 +msgid "" +"\n" +"\n" +"\n" +"flat profile:\n" +msgstr "" +"\n" +"\n" +"\n" +"platt profil:\n" -#: hist.c:510 +#: hist.c:475 msgid "Flat profile:\n" msgstr "Platt profil:\n" +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "[find_call] 0x%lx: jal" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "[find_call] 0x%lx: jalr\n" + #: source.c:163 #, c-format msgid "%s: could not locate `%s'\n" @@ -482,7 +544,10 @@ msgstr "%s: kunde inte hitta \"%s\"\n" msgid "*** File %s:\n" msgstr "*** Fil %s:\n" -#: utils.c:93 +#: utils.c:96 #, c-format msgid " " msgstr " " + +#~ msgid "%s: bfd_vma has unexpected size of %ld bytes\n" +#~ msgstr "%s: bfd_vma har en oväntad storlek på %ld byte\n" diff -uprN binutils-2.12.90.0.15/gprof/po/tr.po binutils-2.13.90.0.2/gprof/po/tr.po --- binutils-2.12.90.0.15/gprof/po/tr.po Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/po/tr.po Thu Aug 1 17:49:32 2002 @@ -4,56 +4,56 @@ # msgid "" msgstr "" -"Project-Id-Version: gprof 2.11\n" -"POT-Creation-Date: 2000-07-27 16:32-0700\n" -"PO-Revision-Date: 2001-11-30 11:40EET\n" +"Project-Id-Version: gprof 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-27 22:12EET\n" "Last-Translator: Deniz Akkus Kanca \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 0.9.5\n" +"X-Generator: KBabel 0.9.6\n" -#: alpha.c:89 +#: alpha.c:93 mips.c:47 msgid "" -msgstr "" +msgstr "" -#: alpha.c:106 +#: alpha.c:110 mips.c:64 #, c-format msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "[find_call] %s: 0x%lx'dan 0x%lx'a\n" -#: alpha.c:128 +#: alpha.c:132 #, c-format msgid "[find_call] 0x%lx: jsr%s \n" -msgstr "[find_call] 0x%lx: jsr%s \n" +msgstr "[find_call] 0x%lx: jsr%s \n" -#: alpha.c:137 +#: alpha.c:142 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "[find_call] 0x%lx: bsr" -#: basic_blocks.c:123 call_graph.c:86 hist.c:122 +#: basic_blocks.c:134 call_graph.c:94 hist.c:98 #, c-format msgid "%s: %s: unexpected end of file\n" msgstr "%s: %s: beklenmeyen dosyasonu\n" -#: basic_blocks.c:198 +#: basic_blocks.c:202 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" -msgstr "%s: uyarý: temel blok yürütme sayýlarý yoksayýldý (-l veya --line kullanýn)\n" +msgstr "%s: uyarı: temel blok yürütme sayıları yoksayıldı (-l veya --line kullanın)\n" #. FIXME: This only works if bfd_vma is unsigned long. -#: basic_blocks.c:296 basic_blocks.c:306 +#: basic_blocks.c:295 basic_blocks.c:305 #, c-format msgid "%s:%d: (%s:0x%lx) %lu executions\n" -msgstr "%s:%d: (%s:0x%lx) %lu yürütme\n" +msgstr "%s:%d: (%s:0x%lx) %lu yürütme\n" -#: basic_blocks.c:297 basic_blocks.c:307 +#: basic_blocks.c:296 basic_blocks.c:306 msgid "" msgstr "" -#: basic_blocks.c:551 +#: basic_blocks.c:553 #, c-format msgid "" "\n" @@ -65,250 +65,302 @@ msgid "" msgstr "" "\n" "\n" -"Tepe %d Satýr:\n" +"Tepe %d Satır:\n" "\n" -" Satýr Sayý\n" +" Satır Sayı\n" "\n" -#: basic_blocks.c:575 -msgid "\nExecution Summary:\n\n" -msgstr "\nYürütme Özeti:\n\n" +#: basic_blocks.c:577 +msgid "" +"\n" +"Execution Summary:\n" +"\n" +msgstr "" +"\n" +"Yürütme Özeti:\n" +"\n" -#: basic_blocks.c:576 +#: basic_blocks.c:578 #, c-format msgid "%9ld Executable lines in this file\n" -msgstr "%9ld yürütülür satýr -- bu dosyada\n" +msgstr "%9ld yürütülür satır -- bu dosyada\n" -#: basic_blocks.c:578 +#: basic_blocks.c:580 #, c-format msgid "%9ld Lines executed\n" -msgstr "%9ld Yürütülen Satýr\n" +msgstr "%9ld Yürütülen Satır\n" -#: basic_blocks.c:579 +#: basic_blocks.c:581 #, c-format msgid "%9.2f Percent of the file executed\n" -msgstr "%9.2f Dosyanýn yürütülen kýsým yüzdesi\n" +msgstr "%9.2f Dosyanın yürütülen kısım yüzdesi\n" -#: basic_blocks.c:583 +#: basic_blocks.c:585 #, c-format -msgid "\n%9lu Total number of line executions\n" -msgstr "\n%9lu Toplam satýr yürütüþ sayýsý\n" +msgid "" +"\n" +"%9lu Total number of line executions\n" +msgstr "" +"\n" +"%9lu Toplam satır yürütüş sayısı\n" -#: basic_blocks.c:585 +#: basic_blocks.c:587 #, c-format msgid "%9.2f Average executions per line\n" -msgstr "%9.2f Satýr baþýna ortalama yürütüþ sayýsý\n" +msgstr "%9.2f Satır başına ortalama yürütüş sayısı\n" -#: call_graph.c:66 +#: call_graph.c:71 #, c-format msgid "[cg_tally] arc from %s to %s traversed %lu times\n" -msgstr "[cg_tally] %s'dan %s'a olan yay %lu defa geçildi\n" +msgstr "[cg_tally] %s'dan %s'a olan yay %lu defa geçildi\n" -#: cg_print.c:54 -msgid "\t\t Call graph (explanation follows)\n\n" -msgstr "\t\t Çaðrý grafiði (açýklama aþaðýda)\n\n" +#: cg_print.c:73 +msgid "" +"\t\t Call graph (explanation follows)\n" +"\n" +msgstr "" +"\t\t ÇaÄŸrı grafiÄŸi (açıklama aÅŸağıda)\n" +"\n" -#: cg_print.c:56 -msgid "\t\t\tCall graph\n\n" -msgstr "\t\t\tÇaðrý grafiði\n\n" +#: cg_print.c:75 +msgid "" +"\t\t\tCall graph\n" +"\n" +msgstr "" +"\t\t\tÇaÄŸrı grafiÄŸi\n" +"\n" -#: cg_print.c:59 hist.c:391 +#: cg_print.c:78 hist.c:363 #, c-format -msgid "\ngranularity: each sample hit covers %ld byte(s)" -msgstr "\nÖðe boyu: her örnek %ld bayt içermektedir" +msgid "" +"\n" +"granularity: each sample hit covers %ld byte(s)" +msgstr "" +"\n" +"Öğe boyu: her örnek %ld bayt içermektedir" -#: cg_print.c:63 -msgid " for %.2f%% of %.2f seconds\n\n" -msgstr "Toplam %2$.2f saniyenin %1$.2f%%'si için\n\n" +#: cg_print.c:82 +#, c-format +msgid "" +" for %.2f%% of %.2f seconds\n" +"\n" +msgstr "" +"Toplam %2$.2f saniyenin %1$.2f%%'si için\n" +"\n" -#: cg_print.c:67 -msgid " no time propagated\n\n" -msgstr " zaman ilerletilmedi\n\n" +#: cg_print.c:86 +msgid "" +" no time propagated\n" +"\n" +msgstr "" +" zaman ilerletilmedi\n" +"\n" -#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +#: cg_print.c:95 cg_print.c:98 cg_print.c:100 msgid "called" -msgstr "çaðrýldý" +msgstr "çaÄŸrıldı" -#: cg_print.c:76 cg_print.c:81 +#: cg_print.c:95 cg_print.c:100 msgid "total" msgstr "toplam" -#: cg_print.c:76 +#: cg_print.c:95 msgid "parents" -msgstr "üstler" +msgstr "üstler" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "index" msgstr "indeks" -#: cg_print.c:78 +#: cg_print.c:97 msgid "%time" msgstr "zaman%" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:97 cg_print.c:98 msgid "self" msgstr "kendisi" -#: cg_print.c:78 -msgid "descendents" +#: cg_print.c:97 +msgid "descendants" msgstr "astlar" -#: cg_print.c:79 hist.c:416 +#: cg_print.c:98 hist.c:389 msgid "name" msgstr "isim" -#: cg_print.c:81 +#: cg_print.c:100 msgid "children" msgstr "astlar" -#: cg_print.c:86 +#: cg_print.c:105 +#, c-format msgid "index %% time self children called name\n" -msgstr "indeks %% zaman kendi astlar çaðrýldý isim\n" +msgstr "indeks %% zaman kendi astlar çaÄŸrıldı isim\n" -#: cg_print.c:109 +#: cg_print.c:129 #, c-format msgid " [%d]\n" -msgstr " <%d'yi bütün olarak çevrimler> [%d]\n" +msgstr " <%d'yi bütün olarak çevrimler> [%d]\n" -#: cg_print.c:335 +#: cg_print.c:363 #, c-format msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" -#: cg_print.c:336 +#: cg_print.c:364 #, c-format msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" -msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" -#: cg_print.c:570 -msgid "Index by function name\n\n" -msgstr "Ýþlev adýna göre indeks\n\n" +#: cg_print.c:604 +msgid "" +"Index by function name\n" +"\n" +msgstr "" +"Ä°ÅŸlev adına göre indeks\n" +"\n" -#: cg_print.c:627 cg_print.c:636 +#: cg_print.c:661 cg_print.c:670 #, c-format msgid "" -msgstr "<çevrim %d>" +msgstr "<çevrim %d>" -#: corefile.c:61 +#: corefile.c:64 #, c-format msgid "%s: could not open %s.\n" -msgstr "%s: %s açýlamadý.\n" +msgstr "%s: %s açılamadı.\n" -#: corefile.c:75 corefile.c:109 +#: corefile.c:78 corefile.c:112 #, c-format msgid "%s: unable to parse mapping file %s.\n" -msgstr "%s: eþlem dosyasý %s ayrýþtýrýlamadý.\n" +msgstr "%s: eÅŸlem dosyası %s ayrıştırılamadı.\n" -#: corefile.c:151 +#: corefile.c:155 #, c-format msgid "%s: %s: not in a.out format\n" -msgstr "%s: %s: a.out biçeminde deðil\n" +msgstr "%s: %s: a.out biçeminde deÄŸil\n" -#: corefile.c:162 +#: corefile.c:166 #, c-format msgid "%s: can't find .text section in %s\n" -msgstr "%s: %s içerisinde .text (metin) bölümü bulunamadý\n" +msgstr "%s: %s içerisinde .text (metin) bölümü bulunamadı\n" -#: corefile.c:220 +#: corefile.c:225 #, c-format msgid "%s: ran out room for %lu bytes of text space\n" -msgstr "%s: %lu bayt metin yeri için yer bulunamadý\n" +msgstr "%s: %lu bayt metin yeri için yer bulunamadı\n" -#: corefile.c:234 +#: corefile.c:239 #, c-format msgid "%s: can't do -c\n" -msgstr "%s: -c yapýlamýyor\n" +msgstr "%s: -c yapılamıyor\n" -#: corefile.c:265 +#: corefile.c:276 #, c-format msgid "%s: -c not supported on architecture %s\n" -msgstr "%s: -c %s platformu üzerinde desteklenmiyor\n" +msgstr "%s: -c %s platformu üzerinde desteklenmiyor\n" -#: corefile.c:432 +#: corefile.c:447 #, c-format msgid "%s: file `%s' has no symbols\n" -msgstr "%s: `%s' dosyasý sembol içermiyor\n" +msgstr "%s: `%s' dosyası sembol içermiyor\n" -#: corefile.c:732 +#: corefile.c:748 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" -msgstr "%1$s: hatalý sayým: %3$ld yerine ltab.len=%2$d\n" +msgstr "%1$s: hatalı sayım: %3$ld yerine ltab.len=%2$d\n" -#: gmon_io.c:50 gmon_io.c:71 +#: gmon_io.c:96 gmon_io.c:159 gmon_io.c:219 gmon_io.c:251 gmon_io.c:422 +#: gmon_io.c:449 gmon_io.c:646 gmon_io.c:671 #, c-format -msgid "%s: bfd_vma has unexpected size of %ld bytes\n" -msgstr "%s: beklenmeyen boyut: bfd_vma'nýn boyutu %ld bayt\n" +msgid "%s: bits per address has unexpected value of %u\n" +msgstr "%s: sayıda bit, adreste beklenmeyen %u deÄŸerine sahip\n" -#: gmon_io.c:107 gmon_io.c:199 +#: gmon_io.c:288 gmon_io.c:383 #, c-format msgid "%s: file too short to be a gmon file\n" -msgstr "%s: Dosya bir gmon dosyasý olmak için çok kýsa\n" +msgstr "%s: Dosya bir gmon dosyası olmak için çok kısa\n" -#: gmon_io.c:117 gmon_io.c:233 +#: gmon_io.c:298 gmon_io.c:432 #, c-format msgid "%s: file `%s' has bad magic cookie\n" -msgstr "%s: `%s' dosyasýnda kötü sihirli çerez var\n" +msgstr "%s: `%s' dosyasında kötü sihirli çerez var\n" -#: gmon_io.c:128 +#: gmon_io.c:309 #, c-format msgid "%s: file `%s' has unsupported version %d\n" -msgstr "%s: `%s' dosyasý desteklenmeyen %d sürümünde\n" +msgstr "%s: `%s' dosyası desteklenmeyen %d sürümünde\n" -#: gmon_io.c:158 +#: gmon_io.c:339 #, c-format msgid "%s: %s: found bad tag %d (file corrupted?)\n" -msgstr "%s: %s: Hatalý etiket %d bulundu (dosya bozuk mu?)\n" +msgstr "%s: %s: Hatalı etiket %d bulundu (dosya bozuk mu?)\n" -#: gmon_io.c:221 +#: gmon_io.c:405 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" -msgstr "%s: profilleme hýzý ilk gmon dosyasý ile uyumlu deðil\n" +msgstr "%s: profilleme hızı ilk gmon dosyası ile uyumlu deÄŸil\n" -#: gmon_io.c:250 +#: gmon_io.c:465 #, c-format msgid "%s: incompatible with first gmon file\n" -msgstr "%s: ilk gmon dosyasý ile uyumlu deðil\n" +msgstr "%s: ilk gmon dosyası ile uyumlu deÄŸil\n" -#: gmon_io.c:278 +#: gmon_io.c:493 #, c-format msgid "%s: file '%s' does not appear to be in gmon.out format\n" -msgstr "%s: '%s' dosyasý gmon.out biçeminde deðil\n" +msgstr "%s: '%s' dosyası gmon.out biçeminde deÄŸil\n" -#: gmon_io.c:299 +#: gmon_io.c:514 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "%s: %d/%d sele okunduktan sonra beklenmeyen dosyasonu (EOF) bulundu\n" -#: gmon_io.c:335 +#: gmon_io.c:547 msgid "time is in ticks, not seconds\n" -msgstr "zaman týk olarak veriliyor, saniye olarak deðil\n" +msgstr "zaman tık olarak veriliyor, saniye olarak deÄŸil\n" -#: gmon_io.c:341 gmon_io.c:475 +#: gmon_io.c:553 gmon_io.c:742 #, c-format msgid "%s: don't know how to deal with file format %d\n" -msgstr "%s: %d dosya biçeminin nasýl iþleneceði bilinmiyor\n" +msgstr "%s: %d dosya biçeminin nasıl iÅŸleneceÄŸi bilinmiyor\n" -#: gmon_io.c:348 +#: gmon_io.c:560 #, c-format msgid "File `%s' (version %d) contains:\n" -msgstr "`%s' Dosyasý (%d sürümü) aþaðýdakileri içeriyor:\n" +msgstr "`%s' Dosyası (%d sürümü) aÅŸağıdakileri içeriyor:\n" + +#: gmon_io.c:563 +#, c-format +msgid "\t%d histogram record\n" +msgstr "\t%d geçmiÅŸ grafiÄŸi kaydı\n" + +#: gmon_io.c:564 +#, c-format +msgid "\t%d histogram records\n" +msgstr "\t%d geçmiÅŸ grafiÄŸi kayıtları\n" -#: gmon_io.c:350 +#: gmon_io.c:566 #, c-format -msgid "\t%d histogram record%s\n" -msgstr "\t%d geçmiþ grafiði kaydý%s\n" +msgid "\t%d call-graph record\n" +msgstr "\t%d çaÄŸrı grafiÄŸi kaydı\n" -#: gmon_io.c:352 +#: gmon_io.c:567 #, c-format -msgid "\t%d call-graph record%s\n" -msgstr "\t%d çaðrý grafiði kaydý%s\n" +msgid "\t%d call-graph records\n" +msgstr "\t%d çaÄŸrı grafiÄŸi kayıtları\n" -#: gmon_io.c:354 +#: gmon_io.c:569 #, c-format -msgid "\t%d basic-block count record%s\n" -msgstr "\t%d temel blok sayým kaydý%s\n" +msgid "\t%d basic-block count record\n" +msgstr "\t%d temel blok sayım kaydı\n" -#: gprof.c:145 +#: gmon_io.c:570 +#, c-format +msgid "\t%d basic-block count records\n" +msgstr "\t%d temel blok sayım kayıtları\n" + +#: gprof.c:152 #, c-format msgid "" "Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" @@ -325,166 +377,200 @@ msgid "" "\t[--demangle[=STYLE]] [--no-demangle]\n" "\t[image-file] [profile-file...]\n" msgstr "" -"Kullaným: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][isim]] [-I dizinler]\n" -"\t[-d[sayý]] [-k hedeften/hedefe] [-m minimum-sayý] [-t tablo-uzunluðu]\n" -"\t[--[no-]annotated-source[=isim]] açýklamalý kaynak kodunu gösterir/göstermez\n" -"\t[--[no-]exec-counts[=isim]] yürütme sayýsýný gösterir/göstermez\n" -"\t[--[no-]flat-profile[=isim]] düz profil çýktýlar\n" -"\t[--[no-]graph[=isim]] grafik çýktýlar\n" -"\t[--[no-]time=isim] zaman bilgisi çýktýlar\n" -"\t[--all-lines] bütün satýrlarý gösterir\n" -"\t[--brief] kýsa çýktý verir\n" -"\t[--debug[=seviye]] hata ayýklama seviyesini atar\n" -"\t[--function-ordering] iþlev adýna göre sýralar\n" -"\t[--file-ordering] dosya adýna göre sýralar\n" +"Kullanım: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][isim]] [-I dizinler]\n" +"\t[-d[sayı]] [-k hedeften/hedefe] [-m minimum-sayı] [-t tablo-uzunluÄŸu]\n" +"\t[--[no-]annotated-source[=isim]] açıklamalı kaynak kodunu gösterir/göstermez\n" +"\t[--[no-]exec-counts[=isim]] yürütme sayısını gösterir/göstermez\n" +"\t[--[no-]flat-profile[=isim]] düz profil çıktılar\n" +"\t[--[no-]graph[=isim]] grafik çıktılar\n" +"\t[--[no-]time=isim] zaman bilgisi çıktılar\n" +"\t[--all-lines] bütün satırları gösterir\n" +"\t[--brief] kısa çıktı verir\n" +"\t[--debug[=seviye]] hata ayıklama seviyesini atar\n" +"\t[--function-ordering] iÅŸlev adına göre sıralar\n" +"\t[--file-ordering] dosya adına göre sıralar\n" "\t[--directory-path=dizinler] dizin adres yolunu belirtir\n" -"\t[--display-unused-functions] kullanýlmayan iþlevleri gösterir\n" -"\t[--file-format=isim] dosya biçemini belirtir\n" -"\t[--file-info] dosya bilgisini gösterir\n" -"\t[--help] yardým bilgisi gösterir\n" -"\t[--line] satýr bilgisi gösterir\n" -"\t[--min-count=n] minimum sayýyý atar\n" -"\t[--no-static] statik iþlemleri yoksayar\n" -"\t[--print-path] yazdýrma yolu\n" -"\t[--separate-files] ayrý dosyalar\n" -"\t[--static-call-graph] statik çaðrý grafiði\n" +"\t[--display-unused-functions] kullanılmayan iÅŸlevleri gösterir\n" +"\t[--file-format=isim] dosya biçemini belirtir\n" +"\t[--file-info] dosya bilgisini gösterir\n" +"\t[--help] yardım bilgisi gösterir\n" +"\t[--line] satır bilgisi gösterir\n" +"\t[--min-count=n] minimum sayıyı atar\n" +"\t[--no-static] statik iÅŸlemleri yoksayar\n" +"\t[--print-path] yazdırma yolu\n" +"\t[--separate-files] ayrı dosyalar\n" +"\t[--static-call-graph] statik çaÄŸrı grafiÄŸi\n" "\t[--sum] toplam\n" -"\t[--table-length=uzunluk] tablo uzunluðu\n" +"\t[--table-length=uzunluk] tablo uzunluÄŸu\n" "\t[--traditional] geleneksel\n" -"\t[--version] sürüm bilgisi gösterir\n" -"\t[--width=n] geniþlik\n" -"\t[--ignore-non-functions] iþlev olmayanlarý yoksayar\n" -"\t[--demangle[=TARZ]] düzeltme tarzý atar\n" -"\t[--no-demangle] düzeltme uygulamaz\n" -"\t[görüntü-dosyasý] [profil-dosyasý...]\n" +"\t[--version] sürüm bilgisi gösterir\n" +"\t[--width=n] geniÅŸlik\n" +"\t[--ignore-non-functions] iÅŸlev olmayanları yoksayar\n" +"\t[--demangle[=TARZ]] düzeltme tarzı atar\n" +"\t[--no-demangle] düzeltme uygulamaz\n" +"\t[görüntü-dosyası] [profil-dosyası...]\n" -#: gprof.c:161 +#: gprof.c:168 #, c-format msgid "Report bugs to %s\n" msgstr "" -"Yazýlým hatalarýný %s adresine,\n" -"çeviri hatalarýný adresine gönderin\n" +"Yazılım hatalarını %s adresine,\n" +"çeviri hatalarını adresine gönderin\n" -#: gprof.c:230 +#: gprof.c:242 #, c-format msgid "%s: debugging not supported; -d ignored\n" -msgstr "%s: hata ayýklama desteklenmiyor; -d yoksayýldý\n" +msgstr "%s: hata ayıklama desteklenmiyor; -d yoksayıldı\n" -#: gprof.c:310 +#: gprof.c:322 #, c-format msgid "%s: unknown file format %s\n" -msgstr "%s: bilinmeyen dosya biçemi %s\n" +msgstr "%s: bilinmeyen dosya biçemi %s\n" #. This output is intended to follow the GNU standards document. -#: gprof.c:394 +#: gprof.c:406 #, c-format msgid "GNU gprof %s\n" msgstr "GNU gprof %s\n" -#: gprof.c:395 +#: gprof.c:407 msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" -msgstr "BSD gprof baz alýnmýþtýr. BSD gprof Telif Hakký 1983 Regents of the University of California.\n" +msgstr "BSD gprof baz alınmıştır. BSD gprof Telif Hakkı 1983 Regents of the University of California.\n" -#: gprof.c:396 +#: gprof.c:408 msgid "This program is free software. This program has absolutely no warranty.\n" -msgstr "Bu yazýlým bir serbest yazýlýmdýr. Bu yazýlýmýn herhangi bir garantisi yoktur.\n" +msgstr "Bu yazılım bir serbest yazılımdır. Bu yazılımın herhangi bir garantisi yoktur.\n" -#: gprof.c:437 +#: gprof.c:449 #, c-format msgid "%s: unknown demangling style `%s'\n" -msgstr "%s: bilinmeyen düzeltme tarzý `%s'\n" +msgstr "%s: bilinmeyen düzeltme tarzı `%s'\n" -#: gprof.c:457 +#: gprof.c:469 #, c-format msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "" -"%s: --function-ordering (iþleve göre sýrala) ve\n" -" --file-ordering (dosyaya göre sýrala) seçeneklerinin biri seçilebilir.\n" +"%s: --function-ordering (iÅŸleve göre sırala) ve\n" +" --file-ordering (dosyaya göre sırala) seçeneklerinin biri seçilebilir.\n" -#: gprof.c:557 +#: gprof.c:569 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" -msgstr "%s: `prof' dosya biçemi henüz desteklenmiyor\n" +msgstr "%s: `prof' dosya biçemi henüz desteklenmiyor\n" -#: gprof.c:618 +#: gprof.c:630 #, c-format msgid "%s: gmon.out file is missing histogram\n" -msgstr "%s: gmon.out dosyasýnda geçmiþ grafiði yok\n" +msgstr "%s: gmon.out dosyasında geçmiÅŸ grafiÄŸi yok\n" -#: gprof.c:625 +#: gprof.c:637 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" -msgstr "%s: gmon.out dosyasýnda çaðrý grafik verisi yok\n" +msgstr "%s: gmon.out dosyasında çaÄŸrı grafik verisi yok\n" -#: hist.c:158 +#: hist.c:127 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" -msgstr "%s: `%s' ilk gmon dosyasý ile uyumlu deðil\n" +msgstr "%s: `%s' ilk gmon dosyası ile uyumlu deÄŸil\n" -#: hist.c:174 +#: hist.c:143 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "" -"%1$s: %2$s: Toplam %4$d örneðin %3$d'si okunduktan sonra\n" +"%1$s: %2$s: Toplam %4$d örneÄŸin %3$d'si okunduktan sonra\n" "beklenmeyen dosyasonu(EOF) bulundu\n" -#: hist.c:387 +#: hist.c:359 #, c-format msgid "%c%c/call" -msgstr "%c%c/çaðrý" +msgstr "%c%c/çaÄŸrı" -#: hist.c:395 -msgid " for %.2f%% of %.2f %s\n\n" -msgstr " Toplam %2$.2f %3$s'nin %1$.2f%%'si okundu\n\n" +#: hist.c:367 +#, c-format +msgid "" +" for %.2f%% of %.2f %s\n" +"\n" +msgstr "" +" Toplam %2$.2f %3$s'nin %1$.2f%%'si okundu\n" +"\n" -#: hist.c:401 +#: hist.c:373 #, c-format -msgid "\nEach sample counts as %g %s.\n" -msgstr "\nHer örnek %g %s sayýlýyor.\n" +msgid "" +"\n" +"Each sample counts as %g %s.\n" +msgstr "" +"\n" +"Her örnek %g %s sayılıyor.\n" -#: hist.c:406 -msgid " no time accumulated\n\n" -msgstr " zamanlama deðeri biriktirilemedi\n\n" +#: hist.c:378 +msgid "" +" no time accumulated\n" +"\n" +msgstr "" +" zamanlama deÄŸeri biriktirilemedi\n" +"\n" -#: hist.c:413 +#: hist.c:385 msgid "cumulative" -msgstr "birikmiþ" +msgstr "birikmiÅŸ" -#: hist.c:413 +#: hist.c:385 msgid "self " msgstr "kendisi " -#: hist.c:413 +#: hist.c:385 msgid "total " msgstr "toplam " -#: hist.c:415 +#: hist.c:388 msgid "time" msgstr "zaman" -#: hist.c:415 +#: hist.c:388 msgid "calls" -msgstr "çaðrý" +msgstr "çaÄŸrı" -#: hist.c:504 -msgid "\n\n\nflat profile:\n" -msgstr "\n\n\ndüz profil:\n" +#: hist.c:481 +msgid "" +"\n" +"\n" +"\n" +"flat profile:\n" +msgstr "" +"\n" +"\n" +"\n" +"düz profil:\n" -#: hist.c:510 +#: hist.c:487 msgid "Flat profile:\n" -msgstr "Düz profil:\n" +msgstr "Düz profil:\n" -#: source.c:163 +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "[find_call] 0x%lx: jal" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "[find_call] 0x%lx: jalr\n" + +#: source.c:166 #, c-format msgid "%s: could not locate `%s'\n" -msgstr "%s: `%s' bulunamadý\n" +msgstr "%s: `%s' bulunamadı\n" -#: source.c:238 +#: source.c:241 #, c-format msgid "*** File %s:\n" -msgstr "*** %s Dosyasý:\n" +msgstr "*** %s Dosyası:\n" -#: utils.c:93 +#: utils.c:99 #, c-format msgid " " -msgstr " <çevrim %d>" +msgstr " <çevrim %d>" + +#~ msgid "%s: bfd_vma has unexpected size of %ld bytes\n" +#~ msgstr "%s: beklenmeyen boyut: bfd_vma'nın boyutu %ld bayt\n" diff -uprN binutils-2.12.90.0.15/gprof/sparc.c binutils-2.13.90.0.2/gprof/sparc.c --- binutils-2.12.90.0.15/gprof/sparc.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/sparc.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/tahoe.c binutils-2.13.90.0.2/gprof/tahoe.c --- binutils-2.12.90.0.15/gprof/tahoe.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/tahoe.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 2001 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 2001 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/gprof/utils.c binutils-2.13.90.0.2/gprof/utils.c --- binutils-2.12.90.0.15/gprof/utils.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/utils.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 1998, 2001 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 2001 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "demangle.h" #include "gprof.h" diff -uprN binutils-2.12.90.0.15/gprof/vax.c binutils-2.13.90.0.2/gprof/vax.c --- binutils-2.12.90.0.15/gprof/vax.c Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/gprof/vax.c Thu Aug 1 17:49:32 2002 @@ -1,20 +1,30 @@ /* - * Copyright (c) 1983, 2001 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993, 2001 + * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that: (1) source distributions retain this entire copyright - * notice and comment, and (2) distributions including binaries display - * the following acknowledgement: ``This product includes software - * developed by the University of California, Berkeley and its contributors'' - * in the documentation or other materials provided with the distribution - * and in all advertising materials mentioning features or use of this - * software. Neither the name of the University nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "gprof.h" #include "search_list.h" diff -uprN binutils-2.12.90.0.15/include/ChangeLog binutils-2.13.90.0.2/include/ChangeLog --- binutils-2.12.90.0.15/include/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/include/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,17 @@ +2002-07-31 Ian Dall + + * bfdlink.h (bfd_link_common_skip_ar_symbols): New enum. + (struct bfd_link_info): Add new field 'common_skip_ar_symbols'. + +2002-07-25 Richard Sandiford + + * opcode/mips.h (CPU_R2000): Remove. + +2002-07-19 Denis Chertykov + Matthew Green + + * dis-asm.h (print_insn_ip2k): Declare. + 2002-07-10 Jakub Jelinek * elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, diff -uprN binutils-2.12.90.0.15/include/bfdlink.h binutils-2.13.90.0.2/include/bfdlink.h --- binutils-2.12.90.0.15/include/bfdlink.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/include/bfdlink.h Thu Aug 1 17:49:32 2002 @@ -66,6 +66,14 @@ enum bfd_link_hash_type bfd_link_hash_warning /* Like indirect, but warn if referenced. */ }; +enum bfd_link_common_skip_ar_aymbols +{ + bfd_link_common_skip_none, + bfd_link_common_skip_text, + bfd_link_common_skip_data, + bfd_link_common_skip_all +}; + /* The linking routines use a hash table which uses this structure for its elements. */ @@ -343,6 +351,10 @@ struct bfd_link_info /* How many spare .dynamic DT_NULL entries should be added? */ unsigned int spare_dynamic_tags; + + /* Criteria for skipping symbols when detemining + whether to include an object from an archive. */ + enum bfd_link_common_skip_ar_aymbols common_skip_ar_aymbols; }; /* This structures holds a set of callback functions. These are diff -uprN binutils-2.12.90.0.15/include/dis-asm.h binutils-2.13.90.0.2/include/dis-asm.h --- binutils-2.12.90.0.15/include/dis-asm.h Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/include/dis-asm.h Mon Jul 29 08:19:19 2002 @@ -210,6 +210,7 @@ extern int print_insn_fr30 PARAMS ((bfd extern int print_insn_hppa PARAMS ((bfd_vma, disassemble_info*)); extern int print_insn_i860 PARAMS ((bfd_vma, disassemble_info*)); extern int print_insn_i960 PARAMS ((bfd_vma, disassemble_info*)); +extern int print_insn_ip2k PARAMS ((bfd_vma, disassemble_info*)); extern int print_insn_m32r PARAMS ((bfd_vma, disassemble_info*)); extern int print_insn_m88k PARAMS ((bfd_vma, disassemble_info*)); extern int print_insn_mcore PARAMS ((bfd_vma, disassemble_info*)); diff -uprN binutils-2.12.90.0.15/include/gdb/ChangeLog binutils-2.13.90.0.2/include/gdb/ChangeLog --- binutils-2.12.90.0.15/include/gdb/ChangeLog Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/include/gdb/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,24 @@ +2002-07-29 Andrey Volkov + + * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_ + prefix. + +2002-07-23 Andrey Volkov + + * sim-h8300.h: New file. + +2002-07-17 Andrew Cagney + + * remote-sim.h: Update copyright. + (sim_set_callbacks, sim_size, sim_trace) + (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to + "sim/common/run-sim.h". + +Wed Jul 17 19:36:38 2002 J"orn Rennecke + + * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, + renumbering the sh-dsp registers to use distinct numbers. + 2002-06-15 Andrew Cagney * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. diff -uprN binutils-2.12.90.0.15/include/gdb/remote-sim.h binutils-2.13.90.0.2/include/gdb/remote-sim.h --- binutils-2.12.90.0.15/include/gdb/remote-sim.h Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/include/gdb/remote-sim.h Mon Jul 29 08:19:19 2002 @@ -1,6 +1,7 @@ /* This file defines the interface between the simulator and gdb. - Copyright 1993, 1994, 1996, 1997, 1998, 2000 - Free Software Foundation, Inc. + + Copyright 1993, 1994, 1996, 1997, 1998, 2000, 2002 Free Software + Foundation, Inc. This file is part of GDB. @@ -289,63 +290,6 @@ SIM_RC sim_enable_breakpoint PARAMS ((SI SIM_RC sim_disable_breakpoint PARAMS ((SIM_DESC sd, SIM_ADDR addr)); SIM_RC sim_enable_all_breakpoints PARAMS ((SIM_DESC sd)); SIM_RC sim_disable_all_breakpoints PARAMS ((SIM_DESC sd)); - - -/* Provide simulator with a default (global) host_callback_struct. - THIS PROCEDURE IS DEPRECIATED. - GDB and NRUN do not use this interface. - This procedure does not take a SIM_DESC argument as it is - used before sim_open. */ - -void sim_set_callbacks PARAMS ((struct host_callback_struct *)); - - -/* Set the size of the simulator memory array. - THIS PROCEDURE IS DEPRECIATED. - GDB and NRUN do not use this interface. - This procedure does not take a SIM_DESC argument as it is - used before sim_open. */ - -void sim_size PARAMS ((int i)); - - -/* Single-step simulator with tracing enabled. - THIS PROCEDURE IS DEPRECIATED. - THIS PROCEDURE IS EVEN MORE DEPRECATED THAN SIM_SET_TRACE - GDB and NRUN do not use this interface. - This procedure returns: ``0'' indicating that the simulator should - be continued using sim_trace() calls; ``1'' indicating that the - simulation has finished. */ - -int sim_trace PARAMS ((SIM_DESC sd)); - - -/* Enable tracing. - THIS PROCEDURE IS DEPRECIATED. - GDB and NRUN do not use this interface. - This procedure returns: ``0'' indicating that the simulator should - be continued using sim_trace() calls; ``1'' indicating that the - simulation has finished. */ - -void sim_set_trace PARAMS ((void)); - - -/* Configure the size of the profile buffer. - THIS PROCEDURE IS DEPRECIATED. - GDB and NRUN do not use this interface. - This procedure does not take a SIM_DESC argument as it is - used before sim_open. */ - -void sim_set_profile_size PARAMS ((int n)); - - -/* Kill the running program. - THIS PROCEDURE IS DEPRECIATED. - GDB and NRUN do not use this interface. - This procedure will be replaced as part of the introduction of - multi-cpu simulators. */ - -void sim_kill PARAMS ((SIM_DESC sd)); #ifdef __cplusplus } diff -uprN binutils-2.12.90.0.15/include/gdb/sim-h8300.h binutils-2.13.90.0.2/include/gdb/sim-h8300.h --- binutils-2.12.90.0.15/include/gdb/sim-h8300.h Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/include/gdb/sim-h8300.h Thu Aug 1 17:49:32 2002 @@ -0,0 +1,78 @@ +/* This file defines the interface between the h8300 simulator and gdb. + Copyright (C) 2002 Free Software Foundation, Inc. + +This file is part of GDB. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#if !defined (SIM_H8300_H) +#define SIM_H8300_H + +#ifdef __cplusplus +extern "C" { //} +#endif + +/* The simulator makes use of the following register information. */ + + enum sim_h8300_regs + { + /* Registers common to all the H8 variants. */ + /* Start here: */ + SIM_H8300_R0_REGNUM, + SIM_H8300_R1_REGNUM, + SIM_H8300_R2_REGNUM, + SIM_H8300_R3_REGNUM, + SIM_H8300_R4_REGNUM, + SIM_H8300_R5_REGNUM, + SIM_H8300_R6_REGNUM, + SIM_H8300_R7_REGNUM, + + SIM_H8300_CCR_REGNUM, /* Contains processor status */ + SIM_H8300_PC_REGNUM, /* Contains program counter */ + /* End here */ + + SIM_H8300_EXR_REGNUM, /* Contains extended processor status + H8S and higher */ + SIM_H8300_MACL_REGNUM, /* Lower part of MAC register (26xx only)*/ + SIM_H8300_MACH_REGNUM, /* High part of MAC register (26xx only) */ + + SIM_H8300_CYCLE_REGNUM, + SIM_H8300_INST_REGNUM, + SIM_H8300_TICK_REGNUM + }; + + enum + { + SIM_H8300_ARG_FIRST_REGNUM = SIM_H8300_R0_REGNUM, /* first reg in which an arg + may be passed */ + SIM_H8300_ARG_LAST_REGNUM = SIM_H8300_R3_REGNUM, /* last reg in which an arg + may be passed */ + SIM_H8300_FP_REGNUM = SIM_H8300_R6_REGNUM, /* Contain address of executing + stack frame */ + SIM_H8300_SP_REGNUM = SIM_H8300_R7_REGNUM /* Contains address of top of stack */ + }; + + enum + { + SIM_H8300_NUM_COMMON_REGS = 10, + SIM_H8300_S_NUM_REGS = 13, + SIM_H8300_NUM_REGS = 16 + }; + +#ifdef __cplusplus +} +#endif + +#endif /* SIM_H8300_H */ diff -uprN binutils-2.12.90.0.15/include/gdb/sim-sh.h binutils-2.13.90.0.2/include/gdb/sim-sh.h --- binutils-2.12.90.0.15/include/gdb/sim-sh.h Thu May 23 15:10:11 2002 +++ binutils-2.13.90.0.2/include/gdb/sim-sh.h Mon Jul 29 08:19:19 2002 @@ -1,5 +1,5 @@ /* This file defines the interface between the sh simulator and gdb. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -27,25 +27,132 @@ extern "C" { // } /* The simulator makes use of the following register information. */ enum - { - SIM_SH64_R0_REGNUM = 0, - SIM_SH64_SP_REGNUM = 15, - SIM_SH64_PC_REGNUM = 64, - SIM_SH64_SR_REGNUM = 65, - SIM_SH64_SSR_REGNUM = 66, - SIM_SH64_SPC_REGNUM = 67, - SIM_SH64_TR0_REGNUM = 68, - SIM_SH64_FPCSR_REGNUM = 76, - SIM_SH64_FR0_REGNUM = 77 - }; +{ + SIM_SH_R0_REGNUM = 0, + SIM_SH_R1_REGNUM, + SIM_SH_R2_REGNUM, + SIM_SH_R3_REGNUM, + SIM_SH_R4_REGNUM, + SIM_SH_R5_REGNUM, + SIM_SH_R6_REGNUM, + SIM_SH_R7_REGNUM, + SIM_SH_R8_REGNUM, + SIM_SH_R9_REGNUM, + SIM_SH_R10_REGNUM, + SIM_SH_R11_REGNUM, + SIM_SH_R12_REGNUM, + SIM_SH_R13_REGNUM, + SIM_SH_R14_REGNUM, + SIM_SH_R15_REGNUM, + SIM_SH_PC_REGNUM, + SIM_SH_PR_REGNUM, + SIM_SH_GBR_REGNUM, + SIM_SH_VBR_REGNUM, + SIM_SH_MACH_REGNUM, + SIM_SH_MACL_REGNUM, + SIM_SH_SR_REGNUM, + SIM_SH_FPUL_REGNUM, + SIM_SH_FPSCR_REGNUM, + SIM_SH_FR0_REGNUM, /* FRn registers: sh3e / sh4 */ + SIM_SH_FR1_REGNUM, + SIM_SH_FR2_REGNUM, + SIM_SH_FR3_REGNUM, + SIM_SH_FR4_REGNUM, + SIM_SH_FR5_REGNUM, + SIM_SH_FR6_REGNUM, + SIM_SH_FR7_REGNUM, + SIM_SH_FR8_REGNUM, + SIM_SH_FR9_REGNUM, + SIM_SH_FR10_REGNUM, + SIM_SH_FR11_REGNUM, + SIM_SH_FR12_REGNUM, + SIM_SH_FR13_REGNUM, + SIM_SH_FR14_REGNUM, + SIM_SH_FR15_REGNUM, + SIM_SH_SSR_REGNUM, /* sh3{,e,-dsp}, sh4 */ + SIM_SH_SPC_REGNUM, /* sh3{,e,-dsp}, sh4 */ + SIM_SH_R0_BANK0_REGNUM, /* SIM_SH_Rn_BANKm_REGNUM: sh3[e] / sh4 */ + SIM_SH_R1_BANK0_REGNUM, + SIM_SH_R2_BANK0_REGNUM, + SIM_SH_R3_BANK0_REGNUM, + SIM_SH_R4_BANK0_REGNUM, + SIM_SH_R5_BANK0_REGNUM, + SIM_SH_R6_BANK0_REGNUM, + SIM_SH_R7_BANK0_REGNUM, + SIM_SH_R0_BANK1_REGNUM, + SIM_SH_R1_BANK1_REGNUM, + SIM_SH_R2_BANK1_REGNUM, + SIM_SH_R3_BANK1_REGNUM, + SIM_SH_R4_BANK1_REGNUM, + SIM_SH_R5_BANK1_REGNUM, + SIM_SH_R6_BANK1_REGNUM, + SIM_SH_R7_BANK1_REGNUM, + SIM_SH_XF0_REGNUM, + SIM_SH_XF1_REGNUM, + SIM_SH_XF2_REGNUM, + SIM_SH_XF3_REGNUM, + SIM_SH_XF4_REGNUM, + SIM_SH_XF5_REGNUM, + SIM_SH_XF6_REGNUM, + SIM_SH_XF7_REGNUM, + SIM_SH_XF8_REGNUM, + SIM_SH_XF9_REGNUM, + SIM_SH_XF10_REGNUM, + SIM_SH_XF11_REGNUM, + SIM_SH_XF12_REGNUM, + SIM_SH_XF13_REGNUM, + SIM_SH_XF14_REGNUM, + SIM_SH_XF15_REGNUM, + SIM_SH_SGR_REGNUM, + SIM_SH_DBR_REGNUM, + SIM_SH4_NUM_REGS, /* 77 */ + + /* sh[3]-dsp */ + SIM_SH_DSR_REGNUM, + SIM_SH_A0G_REGNUM, + SIM_SH_A0_REGNUM, + SIM_SH_A1G_REGNUM, + SIM_SH_A1_REGNUM, + SIM_SH_M0_REGNUM, + SIM_SH_M1_REGNUM, + SIM_SH_X0_REGNUM, + SIM_SH_X1_REGNUM, + SIM_SH_Y0_REGNUM, + SIM_SH_Y1_REGNUM, + SIM_SH_MOD_REGNUM, + SIM_SH_RS_REGNUM, + SIM_SH_RE_REGNUM, + SIM_SH_R0_BANK_REGNUM, + SIM_SH_R1_BANK_REGNUM, + SIM_SH_R2_BANK_REGNUM, + SIM_SH_R3_BANK_REGNUM, + SIM_SH_R4_BANK_REGNUM, + SIM_SH_R5_BANK_REGNUM, + SIM_SH_R6_BANK_REGNUM, + SIM_SH_R7_BANK_REGNUM + /* 100..127: room for expansion. */ +}; enum - { - SIM_SH64_NR_REGS = 141, /* total number of architectural registers */ - SIM_SH64_NR_R_REGS = 64, /* number of general registers */ - SIM_SH64_NR_TR_REGS = 8, /* number of target registers */ - SIM_SH64_NR_FP_REGS = 64 /* number of floating point registers */ - }; +{ + SIM_SH64_R0_REGNUM = 0, + SIM_SH64_SP_REGNUM = 15, + SIM_SH64_PC_REGNUM = 64, + SIM_SH64_SR_REGNUM = 65, + SIM_SH64_SSR_REGNUM = 66, + SIM_SH64_SPC_REGNUM = 67, + SIM_SH64_TR0_REGNUM = 68, + SIM_SH64_FPCSR_REGNUM = 76, + SIM_SH64_FR0_REGNUM = 77 +}; + +enum +{ + SIM_SH64_NR_REGS = 141, /* total number of architectural registers */ + SIM_SH64_NR_R_REGS = 64, /* number of general registers */ + SIM_SH64_NR_TR_REGS = 8, /* number of target registers */ + SIM_SH64_NR_FP_REGS = 64 /* number of floating point registers */ +}; #ifdef __cplusplus } diff -uprN binutils-2.12.90.0.15/include/opcode/mips.h binutils-2.13.90.0.2/include/opcode/mips.h --- binutils-2.12.90.0.15/include/opcode/mips.h Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/include/opcode/mips.h Mon Jul 29 08:19:19 2002 @@ -377,7 +377,6 @@ struct mips_opcode /* CPU defines, use instead of hardcoding processor number. Keep this in sync with bfd/archures.c in order for machine selection to work. */ #define CPU_UNKNOWN 0 /* Gas internal use. */ -#define CPU_R2000 2000 #define CPU_R3000 3000 #define CPU_R3900 3900 #define CPU_R4000 4000 diff -uprN binutils-2.12.90.0.15/ld/ChangeLog binutils-2.13.90.0.2/ld/ChangeLog --- binutils-2.12.90.0.15/ld/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,103 @@ +2002-08-01 Nick Clifton + + * emulparams/armelf.sh: Revert previous delta. + * scripttempl/elf.sc: Revert previous delta. + +2002-07-31 H.J. Lu + + * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for + --enable-64-bit-bfd. + +2002-07-31 H.J. Lu + + * configure.tgt: Enable x86-64 emulation for Linux/i386 if + 64bit BFD is selected. + +2002-07-31 H.J. Lu + + * configure.tgt: Enable 64bit emulations for 32bit Linux/mips + if 64bit BFD is selected. + +2002-07-31 Ian Dall + + * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set + link_info.common_skip_ar_aymbols. + * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file. + + * ldmain.c (main): Initialize new field + link_info.common_skip_ar_aymbols. + +2002-07-31 Adam Nemet + + * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it + to .plt.thumb. + * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is + used. + +2002-07-31 Nick Clifton + + * NEWS: Retroactively add entry for Lars Brinkhoff's contribution + of the PDP-11 and 2.11BSD a.out support. + +2002-07-31 Thiemo Seufer + + * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations + for n32 ABI support. + * Makefile.in: Regenerate. + * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add + n32 ABI emulations for these 64 bit targets. + * emulparams/elf32bmipn32.sh: Expand comment. + * emulparams/elf32btsmipn32.sh: New file, for traditional big endian + n32 ABI. + * emulparams/elf32ltsmipn32.sh: Likewise for little endian. + +2002-07-30 Graeme Peterson + + * configure.tgt: Add support for arm-*-nto target. + * Makefile.am: Add earmnto.o file. + * Makefile.in: Regenerate. + * NEWS: Mention port of ARM support to QNX. + * emulparams/armnto.sh: New file. + +2002-07-30 Jakub Jelinek + + * ldlang.c (lang_add_section): Don't turn .tbss into normal sections + for relocatable link. + (lang_size_sections_1): Don't make .tbss zero size for relocatable + link. + +2002-07-26 Bernd Schmidt + + * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete. + (STACK_ADDR): New. + +2002-07-25 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + * po/fr.po: Updated French translation. + +2002-07-24 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + +2002-07-20 Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't + bomb on /DISCARD/ input section. + * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise. + * emultempl/mmo.em (mmo_place_orphan): Likewise. + +2002-07-19 Hans-Peter Nilsson + + * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text + output section. + 2002-07-16 Denis Chertykov Nick Clifton Frank Ch. Eigler @@ -99,7 +199,7 @@ * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd section. Add ${RELOCATING-0}. -Wed Jun 26 16:33:58 2002 J"orn Rennecke +2002-06-26 J"orn Rennecke * emulparams/shelf.sh (STACK_ADDR): Don't define. (OTHER_SECTIONS): Define. @@ -146,12 +246,12 @@ Wed Jun 26 16:33:58 2002 J"orn Rennecke 2002-06-17 Tom Rix - * emultempl/elf32.em: gld*_get_script: Check for + * emultempl/elf32.em: gld*_get_script: Check for GENERATE_COMBRELOC_SCRIPT. * scripttempl/elfd10v.sc : Fix STACK and INSN. * emulparams/d10velf.sh : Fix TEXT_START_ADDR. -Thu Jun 13 20:18:38 2002 J"orn Rennecke +2002-06-13 J"orn Rennecke * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf. @@ -257,7 +357,7 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke * NEWS: Add entry for VAX ELF support. 2002-05-29 Matt Thomas - Jason Thorpe + Jason Thorpe * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o. (eelf32vax.c) @@ -429,15 +529,15 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o. (earmelfb_nbsd.c): New rule. - * Makefile.in: Regenerate. + * Makefile.in: Regenerate. * configure.tgt (armeb-*-netbsdelf*): New target. - (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls. + (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls. (arm-*-netbsd*): Likewise. * emulparams/armelfb_nbsd.sh: New file. 2002-05-18 Tom Rix - * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib + * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib support. 2002-05-17 Marek Michalkiewicz @@ -462,12 +562,12 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke 2002-05-10 Tom Rix - * emultempl/aix.em: (gld*_set_output_arch): New function. Use + * emultempl/aix.em: (gld*_set_output_arch): New function. Use architecture and machine information in the output bfd. (gld*_before_parse): Remove old arch and machine code. (choose_target): Rename to gld*_choose_target. - (rtld): Change type to int. - * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for + (rtld): Change type to int. + * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for objects in XCOFF archives. * ldfile.h: Update copyright date. @@ -556,9 +656,9 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke 2002-04-30 Tom Rix - * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add - -blibpath, -bnolibpath support. - + * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add + -blibpath, -bnolibpath support. + 2002-04-30 Mark Mitchell * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o. @@ -566,7 +666,7 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke * Makefile.in: Regenerated. * configure.tgt: Add support for powerpc-*-windiss. * emulparams/elf32ppcwindiss.sh: New file. - + 2002-04-30 Richard Sandiford * ldlang.c (print_assignment): Update print_dot for assignments to ".". @@ -582,7 +682,7 @@ Thu Jun 13 20:18:38 2002 J"orn Rennecke * mpw-esh.c: Delete. * mpw-idtmips.c: Delete. -Wed Apr 17 19:23:14 2002 J"orn Rennecke +2002-04-17 J"orn Rennecke * emulparams/shelf32.sh (MACHINE): Now sh5. @@ -655,9 +755,9 @@ Wed Apr 17 19:23:14 2002 J"orn Rennecke the contents of the buffer returned from basename function will are getting overwritten while still being used. -Mon Mar 18 17:38:39 CET 2002 Jan Hubicka - Andreas Jaeger - Andreas Schwab +2002-03-18 Jan Hubicka + Andreas Jaeger + Andreas Schwab * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native. * elf_x86_64.sh (ARCH): Set to i386:x86-64 @@ -1792,6 +1892,10 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubick * ldmain.c (main): Initialize. * ld.texinfo: Document. +2001-09-29 Alan Modra + + * ldlang.c (section_already_linked): Remove assignment to kept_section. + 2001-09-26 Alan Modra * ldmisc.c (USE_STDARG): Remove. diff -uprN binutils-2.12.90.0.15/ld/Makefile.am binutils-2.13.90.0.2/ld/Makefile.am --- binutils-2.12.90.0.15/ld/Makefile.am Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/Makefile.am Thu Aug 1 17:49:32 2002 @@ -122,6 +122,7 @@ ALL_EMULATIONS = \ earmelf_nbsd.o \ earmelfb_nbsd.o \ earmelf_oabi.o \ + earmnto.o \ earmnbsd.o \ earmpe.o \ eavr1200.o \ @@ -155,7 +156,9 @@ ALL_EMULATIONS = \ eelf32bmip.o \ eelf32bmipn32.o \ eelf32btsmip.o \ + eelf32btsmipn32.o \ eelf32ltsmip.o \ + eelf32ltsmipn32.o \ eelf32ebmip.o \ eelf32elmip.o \ eelf32fr30.o \ @@ -428,6 +431,10 @@ earmcoff.c: $(srcdir)/emulparams/armcoff earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)" +earmnto.c: $(srcdir)/emulparams/armnto.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} armnto "$(tdir_armnto)" earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \ $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS} ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)" @@ -562,10 +569,18 @@ eelf32btsmip.c: $(srcdir)/emulparams/elf $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)" +eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \ + $(srcdir)/emulparams/elf32bmip.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)" eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \ $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)" +eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \ + $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)" eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} diff -uprN binutils-2.12.90.0.15/ld/Makefile.in binutils-2.13.90.0.2/ld/Makefile.in --- binutils-2.12.90.0.15/ld/Makefile.in Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/Makefile.in Thu Aug 1 17:49:32 2002 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -152,8 +152,7 @@ MANCONF = -Dman TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl -POD2MAN = pod2man --center="GNU Development Tools" \ - --release="binutils-$(VERSION)" --section=1 +POD2MAN = pod2man --center="GNU Development Tools" --release="binutils-$(VERSION)" --section=1 #stuff for self hosting (can be overridden in config file). @@ -162,49 +161,19 @@ HOSTING_LIBS = @HOSTING_LIBS@ HOSTING_EMU = -m $(EMUL) # Setup the testing framework, if you have one -EXPECT = `if [ -f $$r/../expect/expect ] ; \ - then echo $$r/../expect/expect ; \ - else echo expect ; fi` +EXPECT = `if [ -f $$r/../expect/expect ] ; then echo $$r/../expect/expect ; else echo expect ; fi` -RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \ - then echo $${srcroot}/../dejagnu/runtest ; \ - else echo runtest ; fi` +RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; then echo $${srcroot}/../dejagnu/runtest ; else echo runtest ; fi` RUNTESTFLAGS = -CC_FOR_TARGET = ` \ - if [ -f $$r/../gcc/xgcc ] ; then \ - if [ -f $$r/../newlib/Makefile ] ; then \ - echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ - else \ - echo $$r/../gcc/xgcc -B$$r/../gcc/; \ - fi; \ - else \ - if [ "@host@" = "@target@" ] ; then \ - echo $(CC); \ - else \ - echo gcc | sed '$(transform)'; \ - fi; \ - fi` +CC_FOR_TARGET = ` if [ -f $$r/../gcc/xgcc ] ; then if [ -f $$r/../newlib/Makefile ] ; then echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; else echo $$r/../gcc/xgcc -B$$r/../gcc/; fi; else if [ "@host@" = "@target@" ] ; then echo $(CC); else echo gcc | sed '$(transform)'; fi; fi` CXX = gcc -CXX_FOR_TARGET = ` \ - if [ -f $$r/../gcc/xgcc ] ; then \ - if [ -f $$r/../newlib/Makefile ] ; then \ - echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ - else \ - echo $$r/../gcc/xgcc -B$$r/../gcc/; \ - fi; \ - else \ - if [ "@host@" = "@target@" ] ; then \ - echo $(CXX); \ - else \ - echo gcc | sed '$(transform)'; \ - fi; \ - fi` +CXX_FOR_TARGET = ` if [ -f $$r/../gcc/xgcc ] ; then if [ -f $$r/../newlib/Makefile ] ; then echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; else echo $$r/../gcc/xgcc -B$$r/../gcc/; fi; else if [ "@host@" = "@target@" ] ; then echo $(CXX); else echo gcc | sed '$(transform)'; fi; fi` noinst_PROGRAMS = ld-new @@ -217,233 +186,25 @@ INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) BFDLIB = ../bfd/libbfd.la LIBIBERTY = ../libiberty/libiberty.a -ALL_EMULATIONS = \ - ea29k.o \ - eaixppc.o \ - eaixrs6.o \ - ealpha.o \ - earcelf.o \ - earm_epoc_pe.o \ - earmaoutb.o \ - earmaoutl.o \ - earmcoff.o \ - earmelf.o \ - earmelf_fbsd.o \ - earmelf_linux.o \ - earmelf_nbsd.o \ - earmelfb_nbsd.o \ - earmelf_oabi.o \ - earmnbsd.o \ - earmpe.o \ - eavr1200.o \ - eavr23xx.o \ - eavr4433.o \ - eavr44x4.o \ - eavr85xx.o \ - eavrmega103.o \ - eavrmega161.o \ - eavrmega603.o \ - eavr1.o \ - eavr2.o \ - eavr3.o \ - eavr4.o \ - eavr5.o \ - ecoff_sparc.o \ - ecrisaout.o \ - ecriself.o \ - ecrislinux.o \ - ed10velf.o \ - ed30v_e.o \ - ed30v_o.o \ - ed30velf.o \ - edelta68.o \ - eelf32_dlx.o \ - eebmon29k.o \ - eelf32_i960.o \ - eelf32_i860.o \ - eelf32_sparc.o \ - eelf32b4300.o \ - eelf32bmip.o \ - eelf32bmipn32.o \ - eelf32btsmip.o \ - eelf32ltsmip.o \ - eelf32ebmip.o \ - eelf32elmip.o \ - eelf32fr30.o \ - eelf32frv.o \ - eelf32i370.o \ - eelf32ip2k.o \ - eelf32l4300.o \ - eelf32lmip.o \ - eelf32lppc.o \ - eelf32lppcsim.o \ - eelf32mcore.o \ - eelf32openrisc.o \ - eelf32ppc.o \ - eelf32ppc_fbsd.o \ - eelf32ppclinux.o \ - eelf32ppcsim.o \ - eelf32ppcwindiss.o \ - eelf32vax.o \ - eelf32xstormy16.o \ - eelf_i386.o \ - eelf_i386_be.o \ - eelf_i386_chaos.o \ - eelf_i386_fbsd.o \ - eelf_i386_ldso.o \ - eelf_s390.o \ - egld960.o \ - egld960coff.o \ - eh8300.o \ - eh8300h.o \ - eh8300s.o \ - eh8300elf.o \ - eh8300helf.o \ - eh8300self.o \ - eh8500.o \ - eh8500b.o \ - eh8500c.o \ - eh8500m.o \ - eh8500s.o \ - ehp300bsd.o \ - ehp3hpux.o \ - ehppaelf.o \ - ehppalinux.o \ - ehppanbsd.o \ - ehppaobsd.o \ - ei386aout.o \ - ei386beos.o \ - ei386bsd.o \ - ei386coff.o \ - ei386go32.o \ - ei386linux.o \ - ei386lynx.o \ - ei386mach.o \ - ei386moss.o \ - ei386msdos.o \ - ei386nbsd.o \ - ei386nto.o \ - ei386nw.o \ - ei386pe.o \ - ei386pe_posix.o \ - elnk960.o \ - em68hc11elf.o \ - em68hc11elfb.o \ - em68hc12elf.o \ - em68hc12elfb.o \ - em68k4knbsd.o \ - em68kaout.o \ - em68kaux.o \ - em68kcoff.o \ - em68kelf.o \ - em68kelfnbsd.o \ - em68klinux.o \ - em68klynx.o \ - em68knbsd.o \ - em68kpsos.o \ - em88kbcs.o \ - emcorepe.o \ - emipsbig.o \ - emipsbsd.o \ - emipsidt.o \ - emipsidtl.o \ - emipslit.o \ - emipslnews.o \ - emipspe.o \ - enews.o \ - ens32knbsd.o \ - eor32.o \ - eor32elf.o \ - epc532macha.o \ - epdp11.o \ - epjelf.o \ - epjlelf.o \ - eppcmacos.o \ - eppcnw.o \ - eppcpe.o \ - eriscix.o \ - esa29200.o \ - esh.o \ - eshelf32.o \ - eshlelf32.o \ - eshelf32_nbsd.o \ - eshlelf32_nbsd.o \ - eshelf.o \ - eshelf_linux.o \ - eshlelf_linux.o \ - eshelf_nbsd.o \ - eshlelf_nbsd.o \ - eshl.o \ - eshlelf.o \ - eshpe.o \ - esparcaout.o \ - esparclinux.o \ - esparclynx.o \ - esparcnbsd.o \ - est2000.o \ - esun3.o \ - esun4.o \ - etic30aout.o \ - etic30coff.o \ - etic54xcoff.o \ - etic80coff.o \ - evanilla.o \ - evax.o \ - evaxnbsd.o \ - evsta.o \ - ew65.o \ - ez8001.o \ - ez8002.o - - -ALL_64_EMULATIONS = \ - eelf64_aix.o \ - eelf64_ia64.o \ - eelf64_ia64_fbsd.o \ - eshelf64.o \ - eshlelf64.o \ - eshelf64_nbsd.o \ - eshlelf64_nbsd.o \ - eelf_x86_64.o \ - eelf_x86_64_fbsd.o \ - eelf64_s390.o \ - eelf64_sparc.o \ - eelf64_sparc_fbsd.o \ - eelf64alpha.o \ - eelf64alpha_fbsd.o \ - eelf64alpha_nbsd.o \ - eelf64bmip.o \ - eelf64btsmip.o \ - eelf64ltsmip.o \ - eelf64hppa.o \ - eelf64mmix.o \ - emmo.o \ - eelf64ppc.o \ - eelf64lppc.o \ - ehppa64linux.o - - -ALL_EMUL_EXTRA_OFILES = \ - deffilep.o \ - pe-dll.o - - -CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ - ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ - mri.c ldcref.c pe-dll.c - - -HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ - ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ - ldwrite.h mri.h deffile.h pe-dll.h +ALL_EMULATIONS = ea29k.o eaixppc.o eaixrs6.o ealpha.o earcelf.o earm_epoc_pe.o earmaoutb.o earmaoutl.o earmcoff.o earmelf.o earmelf_fbsd.o earmelf_linux.o earmelf_nbsd.o earmelfb_nbsd.o earmelf_oabi.o earmnto.o earmnbsd.o earmpe.o eavr1200.o eavr23xx.o eavr4433.o eavr44x4.o eavr85xx.o eavrmega103.o eavrmega161.o eavrmega603.o eavr1.o eavr2.o eavr3.o eavr4.o eavr5.o ecoff_sparc.o ecrisaout.o ecriself.o ecrislinux.o ed10velf.o ed30v_e.o ed30v_o.o ed30velf.o edelta68.o eelf32_dlx.o eebmon29k.o eelf32_i960.o eelf32_i860.o eelf32_sparc.o eelf32b4300.o eelf32bmip.o eelf32bmipn32.o eelf32btsmip.o eelf32btsmipn32.o eelf32ltsmip.o eelf32ltsmipn32.o eelf32ebmip.o eelf32elmip.o eelf32fr30.o eelf32frv.o eelf32i370.o eelf32ip2k.o eelf32l4300.o eelf32lmip.o eelf32lppc.o eelf32lppcsim.o eelf32mcore.o eelf32openrisc.o eelf32ppc.o eelf32ppc_fbsd.o eelf32ppclinux.o eelf32ppcsim.o eelf32ppcwindiss.o eelf32vax.o eelf32xstormy16.o eelf_i386.o eelf_i386_be.o eelf_i386_chaos.o eelf_i386_fbsd.o eelf_i386_ldso.o eelf_s390.o egld960.o egld960coff.o eh8300.o eh8300h.o eh8300s.o eh8300elf.o eh8300helf.o eh8300self.o eh8500.o eh8500b.o eh8500c.o eh8500m.o eh8500s.o ehp300bsd.o ehp3hpux.o ehppaelf.o ehppalinux.o ehppanbsd.o ehppaobsd.o ei386aout.o ei386beos.o ei386bsd.o ei386coff.o ei386go32.o ei386linux.o ei386lynx.o ei386mach.o ei386moss.o ei386msdos.o ei386nbsd.o ei386nto.o ei386nw.o ei386pe.o ei386pe_posix.o elnk960.o em68hc11elf.o em68hc11elfb.o em68hc12elf.o em68hc12elfb.o em68k4knbsd.o em68kaout.o em68kaux.o em68kcoff.o em68kelf.o em68kelfnbsd.o em68klinux.o em68klynx.o em68knbsd.o em68kpsos.o em88kbcs.o emcorepe.o emipsbig.o emipsbsd.o emipsidt.o emipsidtl.o emipslit.o emipslnews.o emipspe.o enews.o ens32knbsd.o eor32.o eor32elf.o epc532macha.o epdp11.o epjelf.o epjlelf.o eppcmacos.o eppcnw.o eppcpe.o eriscix.o esa29200.o esh.o eshelf32.o eshlelf32.o eshelf32_nbsd.o eshlelf32_nbsd.o eshelf.o eshelf_linux.o eshlelf_linux.o eshelf_nbsd.o eshlelf_nbsd.o eshl.o eshlelf.o eshpe.o esparcaout.o esparclinux.o esparclynx.o esparcnbsd.o est2000.o esun3.o esun4.o etic30aout.o etic30coff.o etic54xcoff.o etic80coff.o evanilla.o evax.o evaxnbsd.o evsta.o ew65.o ez8001.o ez8002.o + + +ALL_64_EMULATIONS = eelf64_aix.o eelf64_ia64.o eelf64_ia64_fbsd.o eshelf64.o eshlelf64.o eshelf64_nbsd.o eshlelf64_nbsd.o eelf_x86_64.o eelf_x86_64_fbsd.o eelf64_s390.o eelf64_sparc.o eelf64_sparc_fbsd.o eelf64alpha.o eelf64alpha_fbsd.o eelf64alpha_nbsd.o eelf64bmip.o eelf64btsmip.o eelf64ltsmip.o eelf64hppa.o eelf64mmix.o emmo.o eelf64ppc.o eelf64lppc.o ehppa64linux.o + + +ALL_EMUL_EXTRA_OFILES = deffilep.o pe-dll.o + + +CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c mri.c ldcref.c pe-dll.c + + +HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h ldwrite.h mri.h deffile.h pe-dll.h GENERATED_CFILES = ldgram.c ldlex.c deffilep.c GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h -OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o \ - ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o \ - ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} +OFILES = ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} STAGESTUFF = *.o ldscripts/* e*.c @@ -462,8 +223,7 @@ GEN_DEPENDS = $(srcdir)/genscripts.sh st # We need this for automake to use YLWRAP. EXTRA_ld_new_SOURCES = deffilep.y -ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ - ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c +ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS) ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS) @@ -476,8 +236,7 @@ MAINTAINERCLEANFILES = ldver.texi # We want to reconfigure if configure.host or configure.tgt changes. CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt -MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ - ldemul-list.h crtbegin.o crtend.o ld.log ld.sum +MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) ldemul-list.h crtbegin.o crtend.o ld.log ld.sum CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 @@ -527,7 +286,7 @@ deffilep.c ldgram.c ldlex.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) OBJECTS = $(ld_new_OBJECTS) @@ -545,7 +304,7 @@ Makefile: $(srcdir)/Makefile.in $(top_b $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 cd $(srcdir) && $(ACLOCAL) -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) @@ -828,7 +587,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ @@ -1151,6 +910,10 @@ earmcoff.c: $(srcdir)/emulparams/armcoff earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)" +earmnto.c: $(srcdir)/emulparams/armnto.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/armelf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} armnto "$(tdir_armnto)" earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \ $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/epocpe.sc ${GEN_DEPENDS} ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)" @@ -1285,10 +1048,18 @@ eelf32btsmip.c: $(srcdir)/emulparams/elf $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32btsmip "$(tdir_elf32btsmip)" +eelf32btsmipn32.c: $(srcdir)/emulparams/elf32btsmipn32.sh \ + $(srcdir)/emulparams/elf32bmip.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32btsmipn32 "$(tdir_elf32btsmipn32)" eelf32ltsmip.c: $(srcdir)/emulparams/elf32ltsmip.sh \ $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)" +eelf32ltsmipn32.c: $(srcdir)/emulparams/elf32ltsmipn32.sh \ + $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32ltsmipn32 "$(tdir_elf32ltsmipn32)" eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} diff -uprN binutils-2.12.90.0.15/ld/NEWS binutils-2.13.90.0.2/ld/NEWS --- binutils-2.12.90.0.15/ld/NEWS Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/NEWS Thu Aug 1 17:49:32 2002 @@ -1,5 +1,7 @@ -*- text -*- +* ARM port to QNX operating system added by Graeme Peterson. + * IP2K support added by Denis Chertykov. Changes in 2.13: @@ -55,6 +57,8 @@ Changes in version 2.11: * Support for CRIS (Axis Communications ETRAX series). +* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff. + Changes in version 2.10: * Added AT> to the linker script language to allow load-time allocation of @@ -78,7 +82,7 @@ Changes in version 2.10: wildcard file names. * Added -O option to optimize linker output (as of this writing, this only -affects ELF shared library generation). + affects ELF shared library generation). * The -e option now accepts a number as well as a symbol name. diff -uprN binutils-2.12.90.0.15/ld/configure.tgt binutils-2.13.90.0.2/ld/configure.tgt --- binutils-2.12.90.0.15/ld/configure.tgt Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/configure.tgt Thu Aug 1 17:49:32 2002 @@ -144,6 +144,9 @@ i[3456]86-*-linux*aout*) targ_emul=i386l i[3456]86-*-linux*oldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;; i[3456]86-*-linux-gnu*) targ_emul=elf_i386 targ_extra_emuls=i386linux + if test x${want64} = xtrue; then + targ_extra_emuls="$targ_extra_emuls elf_x86_64" + fi tdir_i386linux=${targ_alias}aout ;; x86_64-*-linux-gnu*) targ_emul=elf_x86_64 @@ -229,6 +232,7 @@ arm-*-netbsdelf*) targ_emul=armelf_nbsd; targ_extra_emuls="armelfb_nbsd armelf armnbsd" ;; arm-*-netbsd*) targ_emul=armnbsd; targ_extra_emuls="armelf armelf_nbsd armelfb_nbsd" ;; +arm-**-nto*) targ_emul=armnto ;; arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; arm-*-elf) targ_emul=armelf ;; @@ -388,11 +392,23 @@ mips*el-*-rtems*) targ_emul=elf32elmip ; mips*-*-rtems*) targ_emul=elf32ebmip ;; mips*el-*-vxworks*) targ_emul=elf32elmip ;; mips*-*-vxworks*) targ_emul=elf32ebmip ;; +mips64*el-*-linux-gnu*) targ_emul=elf32ltsmipn32 + targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip" + ;; +mips64*-*-linux-gnu*) targ_emul=elf32btsmipn32 + targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip" + ;; mips*el-*-linux-gnu*) targ_emul=elf32ltsmip - targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip" + targ_extra_emuls="elf32btsmip" + if test x${want64} = xtrue; then + targ_extra_emuls="$targ_extra_emuls elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" + fi ;; mips*-*-linux-gnu*) targ_emul=elf32btsmip - targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip" + targ_extra_emuls="elf32ltsmip" + if test x${want64} = xtrue; then + targ_extra_emuls="$targ_extra_emuls elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip" + fi ;; mips*-*-lnews*) targ_emul=mipslnews ;; mips*-*-sysv4*) targ_emul=elf32btsmip ;; @@ -441,7 +457,11 @@ powerpc*-*-linux*) tdir_elf32ppcsim=$tdir_elf32ppc ;; *) targ_emul=elf32ppclinux targ_extra_emuls="elf32ppc elf32ppcsim" - targ_extra_libpath=elf32ppc ;; + targ_extra_libpath=elf32ppc + if test "${want64}" = "true"; then + targ_extra_emuls="$targ_extra_emuls elf64ppc" + fi + ;; esac ;; powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \ | powerpc*le-*-sysv* | powerpc*le-*-vxworks*) diff -uprN binutils-2.12.90.0.15/ld/emulparams/armnto.sh binutils-2.13.90.0.2/ld/emulparams/armnto.sh --- binutils-2.12.90.0.15/ld/emulparams/armnto.sh Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/emulparams/armnto.sh Thu Aug 1 17:49:32 2002 @@ -0,0 +1,24 @@ +MACHINE= +SCRIPT_NAME=elf +OUTPUT_FORMAT="elf32-littlearm" +BIG_OUTPUT_FORMAT="elf32-bigarm" +LITTLE_OUTPUT_FORMAT="elf32-littlearm" +TEXT_START_ADDR=0x00100000 +TEMPLATE_NAME=elf32 +EXTRA_EM_FILE=armelf +OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)' +OTHER_BSS_SYMBOLS='__bss_start__ = .;' +OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;' + +DATA_START_SYMBOLS='__data_start = . ;'; + +GENERATE_SHLIB_SCRIPT=yes + +ARCH=arm +MACHINE= +MAXPAGESIZE=0x1000 + +ENTRY=_start + +# This sets the stack to the top of the simulator memory (2^19 bytes). +STACK_ADDR=0x80000 diff -uprN binutils-2.12.90.0.15/ld/emulparams/elf32bmipn32.sh binutils-2.13.90.0.2/ld/emulparams/elf32bmipn32.sh --- binutils-2.12.90.0.15/ld/emulparams/elf32bmipn32.sh Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/ld/emulparams/elf32bmipn32.sh Thu Aug 1 17:49:32 2002 @@ -1,5 +1,5 @@ # If you change this file, please also look at files which source this one: -# elf64bmip.sh elf64btsmip.sh +# elf64bmip.sh elf64btsmip.sh elf32btsmipn32.sh # This is an ELF platform. SCRIPT_NAME=elf diff -uprN binutils-2.12.90.0.15/ld/emulparams/elf32btsmipn32.sh binutils-2.13.90.0.2/ld/emulparams/elf32btsmipn32.sh --- binutils-2.12.90.0.15/ld/emulparams/elf32btsmipn32.sh Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/emulparams/elf32btsmipn32.sh Thu Aug 1 17:49:32 2002 @@ -0,0 +1,17 @@ +# If you change this file, please also look at files which source this one: +# elf32ltsmipn32.sh + +. ${srcdir}/emulparams/elf32bmipn32.sh +OUTPUT_FORMAT="elf32-ntradbigmips" +BIG_OUTPUT_FORMAT="elf32-ntradbigmips" +LITTLE_OUTPUT_FORMAT="elf32-ntradlittlemips" + +unset EXECUTABLE_SYMBOLS +unset WRITABLE_RODATA + +# Magic sections. +OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)' +OTHER_SECTIONS=' + .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) } + .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) } +' diff -uprN binutils-2.12.90.0.15/ld/emulparams/elf32frv.sh binutils-2.13.90.0.2/ld/emulparams/elf32frv.sh --- binutils-2.12.90.0.15/ld/emulparams/elf32frv.sh Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/ld/emulparams/elf32frv.sh Mon Jul 29 08:19:19 2002 @@ -9,9 +9,7 @@ EMBEDDED=yes OTHER_EXCLUDE_FILES='*frvend.o' OTHER_BSS_END_SYMBOLS='__end = .;' DATA_START_SYMBOLS='__data_start = . ;' -OTHER_RELOCATING_SECTIONS=' - PROVIDE (_stack = 0x200000); - PROVIDE (__stack = 0x200000);' +STACK_ADDR=0x200000 OTHER_GOT_SYMBOLS=' . = ALIGN(8); _gp = . + 2048; PROVIDE (gp = _gp);' diff -uprN binutils-2.12.90.0.15/ld/emulparams/elf32ltsmipn32.sh binutils-2.13.90.0.2/ld/emulparams/elf32ltsmipn32.sh --- binutils-2.12.90.0.15/ld/emulparams/elf32ltsmipn32.sh Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/emulparams/elf32ltsmipn32.sh Thu Aug 1 17:49:32 2002 @@ -0,0 +1,4 @@ +. ${srcdir}/emulparams/elf32btsmipn32.sh +OUTPUT_FORMAT="elf32-ntradlittlemips" +BIG_OUTPUT_FORMAT="elf32-ntradbigmips" +LITTLE_OUTPUT_FORMAT="elf32-ntradlittlemips" diff -uprN binutils-2.12.90.0.15/ld/emulparams/ns32knbsd.sh binutils-2.13.90.0.2/ld/emulparams/ns32knbsd.sh --- binutils-2.12.90.0.15/ld/emulparams/ns32knbsd.sh Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/ld/emulparams/ns32knbsd.sh Thu Aug 1 17:49:32 2002 @@ -5,3 +5,4 @@ TARGET_PAGE_SIZE=0x1000 ARCH=ns32k EXECUTABLE_SYMBOLS='__DYNAMIC = 0;' NONPAGED_TEXT_START_ADDR=0x1000 +EXTRA_EM_FILE=netbsd diff -uprN binutils-2.12.90.0.15/ld/emultempl/elf32.em binutils-2.13.90.0.2/ld/emultempl/elf32.em --- binutils-2.12.90.0.15/ld/emultempl/elf32.em Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/ld/emultempl/elf32.em Mon Jul 29 08:19:19 2002 @@ -1265,7 +1265,7 @@ gld${EMULATION_NAME}_place_orphan (file, /* Restore the global list pointer. */ stat_ptr = old; - if (place != NULL) + if (place != NULL && os->bfd_section != NULL) { asection *snew, **pps; diff -uprN binutils-2.12.90.0.15/ld/emultempl/mmo.em binutils-2.13.90.0.2/ld/emultempl/mmo.em --- binutils-2.12.90.0.15/ld/emultempl/mmo.em Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/ld/emultempl/mmo.em Mon Jul 29 08:19:19 2002 @@ -153,6 +153,21 @@ mmo_place_orphan (file, s) stat_ptr = old; snew = os->bfd_section; + if (snew == NULL) + /* /DISCARD/ section. */ + return true; + + /* We need an output section for .text as a root, so if there was none + (might happen with a peculiar linker script such as in "map + addresses", map-address.exp), we grab the output section created + above. */ + if (hold_text.os == NULL) + { + if (os == NULL) + return false; + hold_text.os = os; + } + bfd_section = place->os->bfd_section; if (place->section == NULL && bfd_section == NULL) bfd_section = output_prev_sec_find (place->os); diff -uprN binutils-2.12.90.0.15/ld/emultempl/netbsd.em binutils-2.13.90.0.2/ld/emultempl/netbsd.em --- binutils-2.12.90.0.15/ld/emultempl/netbsd.em Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/emultempl/netbsd.em Thu Aug 1 17:49:32 2002 @@ -0,0 +1,9 @@ +LDEMUL_BEFORE_PARSE=gldnetbsd_before_parse +cat >>e${EMULATION_NAME}.c <bfd_section != NULL) { asection *snew, **pps; diff -uprN binutils-2.12.90.0.15/ld/ldlang.c binutils-2.13.90.0.2/ld/ldlang.c --- binutils-2.12.90.0.15/ld/ldlang.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/ldlang.c Thu Aug 1 17:49:32 2002 @@ -1218,7 +1218,7 @@ lang_add_section (ptr, section, output, } /* For now make .tbss normal section. */ - if (flags & SEC_THREAD_LOCAL) + if ((flags & SEC_THREAD_LOCAL) && ! link_info.relocateable) flags |= SEC_LOAD; section->output_section->flags |= flags; @@ -3055,7 +3055,8 @@ lang_size_sections_1 (s, output_section_ if (bfd_is_abs_section (os->bfd_section)) ASSERT (after == os->bfd_section->vma); else if ((os->bfd_section->flags & SEC_HAS_CONTENTS) == 0 - && (os->bfd_section->flags & SEC_THREAD_LOCAL)) + && (os->bfd_section->flags & SEC_THREAD_LOCAL) + && ! link_info.relocateable) os->bfd_section->_raw_size = 0; else os->bfd_section->_raw_size = diff -uprN binutils-2.12.90.0.15/ld/ldmain.c binutils-2.13.90.0.2/ld/ldmain.c --- binutils-2.12.90.0.15/ld/ldmain.c Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/ldmain.c Thu Aug 1 17:49:32 2002 @@ -265,6 +265,7 @@ main (argc, argv) link_info.pei386_auto_import = -1; link_info.combreloc = true; link_info.spare_dynamic_tags = 5; + link_info.common_skip_ar_aymbols = bfd_link_common_skip_none; ldfile_add_arch (""); diff -uprN binutils-2.12.90.0.15/ld/po/es.po binutils-2.13.90.0.2/ld/po/es.po --- binutils-2.12.90.0.15/ld/po/es.po Sun Feb 3 11:22:32 2002 +++ binutils-2.13.90.0.2/ld/po/es.po Mon Jul 29 08:19:19 2002 @@ -1,12 +1,12 @@ -# Mensajes en español para ld 2.12-pre020121. +# Mensajes en español para ld 2.12.91. # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martínez Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: ld 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-01-24 09:16-0600\n" +"Project-Id-Version: ld 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-24 02:06-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" @@ -26,118 +26,122 @@ msgstr " --thumb-entry= Establece msgid "Errors encountered processing file %s" msgstr "Errores encontrados al procesar el fichero %s" -#: emultempl/armcoff.em:207 emultempl/pe.em:1414 +#: emultempl/armcoff.em:207 emultempl/pe.em:1422 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "%P: aviso: '--thumb-entry %s' se impone a '-e %s'\n" -#: emultempl/armcoff.em:212 emultempl/pe.em:1419 +#: emultempl/armcoff.em:212 emultempl/pe.em:1427 msgid "%P: warning: connot find thumb start symbol %s\n" msgstr "%P: aviso: no se puede encontrar el símbolo de inicio thumb %s\n" -#: emultempl/pe.em:315 +#: emultempl/pe.em:317 msgid " --base_file Generate a base file for relocatable DLLs\n" msgstr " --base_file Genera un fichero base para DLLs reubicables\n" # DLL son las siglas en inglés de `Biblioteca de Enlace Dinámico'. # El problema es que las siglas en español (BED) no están muy extendidas. # Se dejó `DLL' sin traducir en todas las ocasiones. cfuga -#: emultempl/pe.em:316 +#: emultempl/pe.em:318 msgid " --dll Set image base to the default for DLLs\n" msgstr " --dll Establece la imagen base por omisión para las DLLs\n" -#: emultempl/pe.em:317 +#: emultempl/pe.em:319 msgid " --file-alignment Set file alignment\n" msgstr " --file-alignment Establece el fichero de alineación\n" -#: emultempl/pe.em:318 +#: emultempl/pe.em:320 msgid " --heap Set initial size of the heap\n" msgstr " --heap Establece el tamaño inicial del montón\n" -#: emultempl/pe.em:319 +#: emultempl/pe.em:321 msgid " --image-base
Set start address of the executable\n" msgstr " --image-base Establece la dirección de inicio del ejecutable\n" -#: emultempl/pe.em:320 +#: emultempl/pe.em:322 msgid " --major-image-version Set version number of the executable\n" msgstr " --major-image-version Establece el número de versión del ejecutable\n" -#: emultempl/pe.em:321 +#: emultempl/pe.em:323 msgid " --major-os-version Set minimum required OS version\n" msgstr " --major-os-version Establece la versión mínima requerida del SO\n" -#: emultempl/pe.em:322 +#: emultempl/pe.em:324 msgid " --major-subsystem-version Set minimum required OS subsystem version\n" msgstr " --major-subsystem-version Establece la versión mínima requerida del subsistema del SO\n" -#: emultempl/pe.em:323 +#: emultempl/pe.em:325 msgid " --minor-image-version Set revision number of the executable\n" msgstr " --minor-image-version Establece el número de revisión del ejecutable\n" -#: emultempl/pe.em:324 +#: emultempl/pe.em:326 msgid " --minor-os-version Set minimum required OS revision\n" msgstr " --minor-os-version Establece la revisión mínima requerida del SO\n" -#: emultempl/pe.em:325 +#: emultempl/pe.em:327 msgid " --minor-subsystem-version Set minimum required OS subsystem revision\n" msgstr " --minor-subsystem-version Establece la revisión mínima requerida del subsistema del SO\n" -#: emultempl/pe.em:326 +#: emultempl/pe.em:328 msgid " --section-alignment Set section alignment\n" msgstr " --section-alignment Establece la alineación de la sección\n" -#: emultempl/pe.em:327 +#: emultempl/pe.em:329 msgid " --stack Set size of the initial stack\n" msgstr " --stack Establece el tamaño de la pila inicial\n" -#: emultempl/pe.em:328 +#: emultempl/pe.em:330 msgid " --subsystem [:] Set required OS subsystem [& version]\n" msgstr " --subsystem [:] Establece el subsistema [y versión] requeridos del SO\n" -#: emultempl/pe.em:329 +#: emultempl/pe.em:331 msgid " --support-old-code Support interworking with old code\n" msgstr " --support-old-code Soporte para interoperar con código antiguo\n" -#: emultempl/pe.em:330 +#: emultempl/pe.em:332 msgid " --thumb-entry= Set the entry point to be Thumb \n" msgstr " --thumb-entry= Establece el punto de entrada para el símbolo Thumb \n" -#: emultempl/pe.em:332 +#: emultempl/pe.em:334 msgid " --add-stdcall-alias Export symbols with and without @nn\n" msgstr " --add-stdcall-alias Exportar símbolos con y sin @nn\n" -#: emultempl/pe.em:333 +#: emultempl/pe.em:335 msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" msgstr " --disable-stdcall-fixup No enlazar _sym con _sym@nn\n" -#: emultempl/pe.em:334 +#: emultempl/pe.em:336 msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" msgstr " --enable-stdcall-fixup Enlazar _sym con _sym@nn sin avisos\n" -#: emultempl/pe.em:335 +#: emultempl/pe.em:337 msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" msgstr " --exclude-symbols sim,sim,... Excluye los símbolos de la exportación automática\n" -#: emultempl/pe.em:336 +#: emultempl/pe.em:338 +msgid " --exclude-libs lib,lib,... Exclude libraries from automatic export\n" +msgstr " --exclude-libs bib,bib,... Excluye las bibliotecas de la exportación automática\n" + +#: emultempl/pe.em:339 msgid " --export-all-symbols Automatically export all globals to DLL\n" msgstr " --export-all-symbols Exporta automáticamente todos los globales a la DLL\n" -#: emultempl/pe.em:337 +#: emultempl/pe.em:340 msgid " --kill-at Remove @nn from exported symbols\n" msgstr " --kill-at Elimina @nn de los símbolos exportados\n" -#: emultempl/pe.em:338 +#: emultempl/pe.em:341 msgid " --out-implib Generate import library\n" msgstr " --out-implib Generar una biblioteca de importación\n" -#: emultempl/pe.em:339 +#: emultempl/pe.em:342 msgid " --output-def Generate a .DEF file for the built DLL\n" msgstr " --output-def Generar un fichero .DEF para la DLL construida\n" -#: emultempl/pe.em:340 +#: emultempl/pe.em:343 msgid " --warn-duplicate-exports Warn about duplicate exports.\n" msgstr " --warn-duplicate-exports Avisar sobre exportaciones duplicadas.\n" -#: emultempl/pe.em:341 +#: emultempl/pe.em:344 msgid "" " --compat-implib Create backward compatible import libs;\n" " create __imp_ as well.\n" @@ -145,7 +149,7 @@ msgstr "" " --compat-implib Crear bibliotecas de importación compatibles hacia atrás;\n" " cerar además __imp_.\n" -#: emultempl/pe.em:343 +#: emultempl/pe.em:346 msgid "" " --enable-auto-image-base Automatically choose image base for DLLs\n" " unless user specifies one\n" @@ -153,11 +157,11 @@ msgstr "" " --enable-auto-image-base Escoger automáticamente la imagen base para las DLLs\n" " a menos que el usuario especifique una\n" -#: emultempl/pe.em:345 +#: emultempl/pe.em:348 msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" msgstr " --disable-auto-image-base No escoger automáticamente una imagen base. (por omisión)\n" -#: emultempl/pe.em:346 +#: emultempl/pe.em:349 msgid "" " --dll-search-prefix= When linking dynamically to a dll without an\n" " importlib, use .dll \n" @@ -167,7 +171,7 @@ msgstr "" " biblioteca de importación, usar .dll \n" " en lugar de lib.dll \n" -#: emultempl/pe.em:349 +#: emultempl/pe.em:352 msgid "" " --enable-auto-import Do sophistcated linking of _sym to \n" " __imp_sym for DATA references\n" @@ -175,11 +179,11 @@ msgstr "" " --enable-auto-import Hacer enlazado sofisticado de _sym a \n" " __imp_sym para las referencias DATA\n" -#: emultempl/pe.em:351 +#: emultempl/pe.em:354 msgid " --disable-auto-import Do not auto-import DATA items from DLLs\n" msgstr " --disable-auto-import No importar automáticamente elementos DATA de las DLLs\n" -#: emultempl/pe.em:352 +#: emultempl/pe.em:355 msgid "" " --enable-extra-pe-debug Enable verbose debug output when building\n" " or linking to DLLs (esp. auto-import)\n" @@ -187,73 +191,73 @@ msgstr "" " --enable-extra-pe-debug Activa la salida de depuración detallada al construir\n" " o enlazar a DLLs (en part. con auto-importación)\n" -#: emultempl/pe.em:421 +#: emultempl/pe.em:424 msgid "%P: warning: bad version number in -subsystem option\n" msgstr "%P: aviso: número de versión erróneo en la opción -subsystem\n" -#: emultempl/pe.em:457 +#: emultempl/pe.em:460 msgid "%P%F: invalid subsystem type %s\n" msgstr "%P%F: tipo de subsistema %s inválido\n" -#: emultempl/pe.em:472 +#: emultempl/pe.em:475 msgid "%P%F: invalid hex number for PE parameter '%s'\n" msgstr "%P%F: número hexadecimal inválido para el parámetro PE '%s'\n" -#: emultempl/pe.em:490 +#: emultempl/pe.em:493 msgid "%P%F: strange hex info for PE parameter '%s'\n" msgstr "%P%F: información hexadecimal extraña para el parámetro PE '%s'\n" -#: emultempl/pe.em:529 +#: emultempl/pe.em:532 #, c-format msgid "%s: Can't open base file %s\n" msgstr "%s: No se puede abrir el fichero base %s\n" -#: emultempl/pe.em:731 +#: emultempl/pe.em:738 msgid "%P: warning, file alignment > section alignment.\n" msgstr "%P: aviso, alineación del fichero > alineación de la sección.\n" -#: emultempl/pe.em:815 emultempl/pe.em:841 +#: emultempl/pe.em:822 emultempl/pe.em:848 #, c-format msgid "Warning: resolving %s by linking to %s\n" msgstr "Aviso: resolviendo %s al enlazar con %s\n" -#: emultempl/pe.em:820 emultempl/pe.em:846 +#: emultempl/pe.em:827 emultempl/pe.em:853 msgid "Use --enable-stdcall-fixup to disable these warnings\n" msgstr "Use --enable-stdcall-fixup para desactivar estos avisos\n" -#: emultempl/pe.em:821 emultempl/pe.em:847 +#: emultempl/pe.em:828 emultempl/pe.em:854 msgid "Use --disable-stdcall-fixup to disable these fixups\n" msgstr "Use --disable-stdcall-fixup para desactivar estas composturas\n" -#: emultempl/pe.em:872 +#: emultempl/pe.em:879 msgid "%C: Cannot get section contents - auto-import exception\n" msgstr "%C: No se puede obtener el contenido de la sección - excepción de auto-importación\n" -#: emultempl/pe.em:880 +#: emultempl/pe.em:887 msgid "%C: variable '%T' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.\n" msgstr "%C: no se puede auto-importar la variable '%T'. Por favor lea la documentación para --enable-auto-import de ld para más detalles.\n" -#: emultempl/pe.em:908 +#: emultempl/pe.em:916 #, c-format -msgid "Warning: resolving %s by linking to %s (auto-import)\n" -msgstr "Aviso: resolviendo %s al enlazar con %s (auto-importación)\n" +msgid "Info: resolving %s by linking to %s (auto-import)\n" +msgstr "Información: resolviendo %s al enlazar con %s (auto-importación)\n" -#: emultempl/pe.em:989 +#: emultempl/pe.em:997 msgid "%F%P: PE operations on non PE file.\n" msgstr "%F%P: operaciones PE en un fichero que no es PE.\n" -#: emultempl/pe.em:1218 +#: emultempl/pe.em:1226 #, c-format msgid "Errors encountered processing file %s\n" msgstr "Se encontraron errores al procesar el fichero %s\n" -#: emultempl/pe.em:1241 +#: emultempl/pe.em:1249 #, c-format msgid "Errors encountered processing file %s for interworking" msgstr "Se encontraron errores el procesar el fichero %s para interoperabilidad" -#: emultempl/pe.em:1297 ldlang.c:2050 ldlang.c:4441 ldlang.c:4474 -#: ldmain.c:1067 +#: emultempl/pe.em:1305 ldlang.c:2065 ldlang.c:4608 ldlang.c:4641 +#: ldmain.c:1061 msgid "%P%F: bfd_link_hash_lookup failed: %E\n" msgstr "%P%F: falló bfd_link_hash_lookup: %E\n" @@ -266,8 +270,14 @@ msgid "%X%P: cref_hash_lookup failed: %E msgstr "%X%P: falló cref_hash_lookup: %E\n" #: ldcref.c:235 -msgid "\nCross Reference Table\n\n" -msgstr "\nTabla de Referencias Cruzadas\n\n" +msgid "" +"\n" +"Cross Reference Table\n" +"\n" +msgstr "" +"\n" +"Tabla de Referencias Cruzadas\n" +"\n" #: ldcref.c:236 msgid "Symbol" @@ -289,11 +299,11 @@ msgstr "%P: falta el símbolo `%T' de la msgid "%B%F: could not read symbols; %E\n" msgstr "%B%F: no se pueden leer símbolos; %E\n" -#: ldcref.c:469 ldmain.c:1133 ldmain.c:1137 +#: ldcref.c:469 ldmain.c:1127 ldmain.c:1131 msgid "%B%F: could not read symbols: %E\n" msgstr "%B%F: no se pueden leer símbolos: %E\n" -#: ldcref.c:537 ldcref.c:544 ldmain.c:1183 ldmain.c:1190 +#: ldcref.c:537 ldcref.c:544 ldmain.c:1177 ldmain.c:1184 msgid "%B%F: could not read relocs: %E\n" msgstr "%B%F: no se pueden leer las reubicaciones: %E\n" @@ -322,8 +332,14 @@ msgid "%P%X: Unsupported size %d for set msgstr "%P%X: Tamaño %d sin soporte para el conjunto %s\n" #: ldctor.c:344 -msgid "\nSet Symbol\n\n" -msgstr "\nConjunto Símbolo\n\n" +msgid "" +"\n" +"Set Symbol\n" +"\n" +msgstr "" +"\n" +"Conjunto Símbolo\n" +"\n" #: ldemul.c:225 msgid "%S SYSLIB ignored\n" @@ -345,55 +361,55 @@ msgstr "Emulaciones con soporte: " msgid " no emulation specific options.\n" msgstr " no hay opciones específicas de emulación.\n" -#: ldexp.c:163 +#: ldexp.c:174 msgid "%F%P: %s uses undefined section %s\n" msgstr "%F%P: %s usa la sección sin definir %s\n" -#: ldexp.c:165 +#: ldexp.c:176 msgid "%F%P: %s forward reference of section %s\n" msgstr "%F%P: %s es una referencia hacia adelante de la sección %s\n" -#: ldexp.c:277 +#: ldexp.c:304 msgid "%F%S %% by zero\n" msgstr "%F%S %% por cero\n" -#: ldexp.c:284 +#: ldexp.c:311 msgid "%F%S / by zero\n" msgstr "%F%S / por cero\n" -#: ldexp.c:408 +#: ldexp.c:463 msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%S: símbolo `%s' sin resolución referenciado en la expresión\n" -#: ldexp.c:427 +#: ldexp.c:483 msgid "%F%S: undefined symbol `%s' referenced in expression\n" msgstr "%X%S: símbolo `%s' indefinido referenciado en la expresión\n" -#: ldexp.c:611 +#: ldexp.c:685 msgid "%F%S can not PROVIDE assignment to location counter\n" msgstr "%F%S no puede hacer una asignación PROVIDE al contador de ubicación\n" -#: ldexp.c:621 +#: ldexp.c:695 msgid "%F%S invalid assignment to location counter\n" msgstr "%F%S asignación inválida al contador de ubicación\n" -#: ldexp.c:625 +#: ldexp.c:699 msgid "%F%S assignment to location counter invalid outside of SECTION\n" msgstr "%F%S asignación al contador de ubicación es inválida fuera de SECTION\n" -#: ldexp.c:634 +#: ldexp.c:708 msgid "%F%S cannot move location counter backwards (from %V to %V)\n" msgstr "%F%S no se puede mover el contador de ubicación hacia atrás (de %V a %V)\n" -#: ldexp.c:661 +#: ldexp.c:735 msgid "%P%F:%s: hash creation failed\n" msgstr "%P%F:%s: falló la creación de la dispersión\n" -#: ldexp.c:963 +#: ldexp.c:1037 ldexp.c:1071 msgid "%F%S nonconstant expression for %s\n" msgstr "%F%S expresión no constante para %s\n" -#: ldexp.c:993 +#: ldexp.c:1126 msgid "%F%S non constant expression for %s\n" msgstr "%F%S expresión no constante para %s\n" @@ -411,525 +427,552 @@ msgstr "tuvo éxito el intento de abrir % msgid "%F%P: invalid BFD target `%s'\n" msgstr "%F%P: objetivo BFD inválido `%s'\n" -#: ldfile.c:137 +#: ldfile.c:142 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: saltando el %s incompatible mientras se buscaba %s\n" -#: ldfile.c:229 +#: ldfile.c:234 msgid "%F%P: cannot open %s for %s: %E\n" msgstr "%F%P: no se puede abrir %s para %s: %E\n" -#: ldfile.c:232 +#: ldfile.c:237 msgid "%F%P: cannot open %s: %E\n" msgstr "%F%P: no se puede abrir %s: %E\n" -#: ldfile.c:262 +#: ldfile.c:267 msgid "%F%P: cannot find %s\n" msgstr "%F%P: no se puede encontrar %s\n" -#: ldfile.c:281 ldfile.c:297 +#: ldfile.c:286 ldfile.c:302 #, c-format msgid "cannot find script file %s\n" msgstr "no se puede encontrar el fichero de guión %s\n" -#: ldfile.c:283 ldfile.c:299 +#: ldfile.c:288 ldfile.c:304 #, c-format msgid "opened script file %s\n" msgstr "fichero de guión %s abierto\n" -#: ldfile.c:348 +#: ldfile.c:353 msgid "%P%F: cannot open linker script file %s: %E\n" msgstr "%P%F: no se puede abrir el fichero de guión del enlazador %s: %E\n" -#: ldfile.c:386 +#: ldfile.c:391 msgid "%P%F: unknown architecture: %s\n" msgstr "%P%F: arquitectura desconocida: %s\n" -#: ldfile.c:402 +#: ldfile.c:407 msgid "%P%F: target architecture respecified\n" msgstr "%P%F: arquitectura destino reespecificada\n" -#: ldfile.c:456 +#: ldfile.c:461 msgid "%P%F: cannot represent machine `%s'\n" msgstr "%P%F: no se puede representar la máquina `%s'\n" -#: ldlang.c:771 -msgid "\nMemory Configuration\n\n" -msgstr "\nConfiguración de la Memoria\n\n" +#: ldlang.c:784 +msgid "" +"\n" +"Memory Configuration\n" +"\n" +msgstr "" +"\n" +"Configuración de la Memoria\n" +"\n" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Name" msgstr "Nombre" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Origin" msgstr "Origen" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Length" msgstr "Longitud" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Attributes" msgstr "Atributos" -#: ldlang.c:815 -msgid "\nLinker script and memory map\n\n" -msgstr "\nGuión del enlazador y mapa de memoria\n\n" +#: ldlang.c:828 +msgid "" +"\n" +"Linker script and memory map\n" +"\n" +msgstr "" +"\n" +"Guión del enlazador y mapa de memoria\n" +"\n" -#: ldlang.c:832 +#: ldlang.c:845 msgid "%P%F: Illegal use of `%s' section\n" msgstr "%P%F: Uso ilegal de la sección `%s'\n" -#: ldlang.c:842 +#: ldlang.c:855 msgid "%P%F: output format %s cannot represent section called %s\n" msgstr "%P%F: el formato de salida %s no puede representar la sección llamada %s\n" -#: ldlang.c:1004 +#: ldlang.c:1016 msgid "%P: %B: warning: ignoring duplicate section `%s'\n" msgstr "%P: %B: aviso: ignorando la sección duplicada `%s'\n" -#: ldlang.c:1007 +#: ldlang.c:1019 msgid "%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n" msgstr "%P: %B: aviso: ignorando el símbolo duplicado `%s' de la sección `%s'\n" -#: ldlang.c:1021 +#: ldlang.c:1033 msgid "%P: %B: warning: duplicate section `%s' has different size\n" msgstr "%P: %B: aviso: la sección duplicada `%s' tiene tamaño diferente\n" -#: ldlang.c:1069 +#: ldlang.c:1084 msgid "%P%F: Failed to create hash table\n" msgstr "%P%F: Falló al crear la tabla de dispersión\n" -#: ldlang.c:1484 +#: ldlang.c:1503 msgid "%B: file not recognized: %E\n" msgstr "%B: fichero no reconocido: %E\n" -#: ldlang.c:1485 +#: ldlang.c:1504 msgid "%B: matching formats:" msgstr "%B: formatos coincidentes:" -#: ldlang.c:1492 +#: ldlang.c:1511 msgid "%F%B: file not recognized: %E\n" msgstr "%F%B: fichero no reconocido: %E\n" -#: ldlang.c:1548 +#: ldlang.c:1567 msgid "%F%B: member %B in archive is not an object\n" msgstr "%F%B: el miembro %B en el archivo no es un objeto\n" -#: ldlang.c:1559 ldlang.c:1573 +#: ldlang.c:1578 ldlang.c:1592 msgid "%F%B: could not read symbols: %E\n" msgstr "%F%B: no se puede leer símbolos: %E\n" -#: ldlang.c:1834 +#: ldlang.c:1853 msgid "%P: warning: could not find any targets that match endianness requirement\n" msgstr "%P: aviso: no se puede encontrar ningún objetivo que coincida con los requerimientos de endianess\n" -#: ldlang.c:1847 +#: ldlang.c:1866 msgid "%P%F: target %s not found\n" msgstr "%P%F: no se encuentra el objetivo %s\n" -#: ldlang.c:1849 +#: ldlang.c:1868 msgid "%P%F: cannot open output file %s: %E\n" msgstr "%P%F: no se puede abrir el fichero de salida %s: %E\n" -#: ldlang.c:1859 +#: ldlang.c:1878 msgid "%P%F:%s: can not make object file: %E\n" msgstr "%P%F:%s: no se puede hacer el fichero objeto: %E\n" -#: ldlang.c:1863 +#: ldlang.c:1882 msgid "%P%F:%s: can not set architecture: %E\n" msgstr "%P%F:%s: no se puede establecer la arquitectura: %E\n" -#: ldlang.c:1867 +#: ldlang.c:1886 msgid "%P%F: can not create link hash table: %E\n" msgstr "%P%F: no se puede crear la tabla de dispersión de enlace: %E\n" -#: ldlang.c:2169 +#: ldlang.c:2235 msgid " load address 0x%V" msgstr " cargar la dirección 0x%V" -#: ldlang.c:2299 +#: ldlang.c:2375 msgid "%W (size before relaxing)\n" msgstr "%W (tamaño antes de la relajación)\n" -#: ldlang.c:2381 +#: ldlang.c:2462 #, c-format msgid "Address of section %s set to " msgstr "La dirección de la sección %s se estableció a " -#: ldlang.c:2535 +#: ldlang.c:2623 #, c-format msgid "Fail with %d\n" msgstr "Falló con %d\n" -#: ldlang.c:2777 +#: ldlang.c:2868 msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" msgstr "%X%P: la sección %s [%V -> %V] sobreescribe a la sección %s [%V -> %V]\n" -#: ldlang.c:2806 +#: ldlang.c:2897 msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" msgstr "%X%P: la dirección 0x%v de %B sección %s no está dentro de la región %s\n" -#: ldlang.c:2814 +#: ldlang.c:2905 msgid "%X%P: region %s is full (%B section %s)\n" msgstr "%X%P: la región %s está llena (%B sección %s)\n" -#: ldlang.c:2864 +#: ldlang.c:2955 msgid "%P%X: Internal error on COFF shared library section %s\n" msgstr "%P%X: Error interno en la sección %s de biblioteca compartida COFF\n" -#: ldlang.c:2906 +#: ldlang.c:2999 msgid "%P: warning: no memory region specified for section `%s'\n" msgstr "%P: aviso: no se especificó una región de memoria para la sección `%s'\n" -#: ldlang.c:2921 +#: ldlang.c:3014 msgid "%P: warning: changing start of section %s by %u bytes\n" msgstr "%P: aviso: cambiando el inicio de la sección %s por %u bytes\n" -#: ldlang.c:2935 +#: ldlang.c:3028 msgid "%F%S: non constant address expression for section %s\n" msgstr "%F%S: expresión de dirección no constante para la sección %s\n" -#: ldlang.c:2999 -msgid "%X%P: use an absolute load address or a load memory region, not both\n" -msgstr "%X%P: usar una dirección de carga absoluta o una region de carga de memoria, no ambos\n" - -#: ldlang.c:3114 +#: ldlang.c:3203 msgid "%P%F: can't relax section: %E\n" msgstr "%P%F: no se puede relajar la sección: %E\n" -#: ldlang.c:3273 +#: ldlang.c:3398 msgid "%F%P: invalid data statement\n" msgstr "%F%P: declaración inválida de datos\n" -#: ldlang.c:3310 +#: ldlang.c:3435 msgid "%F%P: invalid reloc statement\n" msgstr "%F%P: declaración inválida de reubicación\n" -#: ldlang.c:3448 +#: ldlang.c:3574 msgid "%P%F:%s: can't set start address\n" msgstr "%P%F:%s: no se puede establecer la dirección de inicio\n" -#: ldlang.c:3461 ldlang.c:3478 +#: ldlang.c:3587 ldlang.c:3605 msgid "%P%F: can't set start address\n" msgstr "%P%F: no se puede establecer la dirección de inicio\n" -#: ldlang.c:3473 +#: ldlang.c:3599 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "%P: aviso: no se puede encontrar el símbolo de entrada %s; usando por omisión %V\n" -#: ldlang.c:3483 +#: ldlang.c:3610 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "%P: aviso: no se puede encontrar el símbolo de entrada %s; no se establece la dirección de inicio\n" -#: ldlang.c:3525 -msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" -msgstr "%P: aviso: la arquitectura %s del fichero de entrada `%B' es incompatible con la salida %s\n" - -#: ldlang.c:3538 +#: ldlang.c:3660 msgid "%P%F: Relocatable linking with relocations from format %s (%B) to format %s (%B) is not supported\n" msgstr "%P%F: No tiene soporte el enlazado reubicable con reubicaciones del formato %s (%B) al formato %s (%B)\n" -#: ldlang.c:3558 +#: ldlang.c:3669 +msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" +msgstr "%P: aviso: la arquitectura %s del fichero de entrada `%B' es incompatible con la salida %s\n" + +#: ldlang.c:3690 msgid "%E%X: failed to merge target specific data of file %B\n" msgstr "%E%X: falló la mezcla de datos específicos de objetivo del fichero %B\n" -#: ldlang.c:3647 -msgid "\nAllocating common symbols\n" -msgstr "\nAsignando símbolos comunes\n" - -#: ldlang.c:3648 -msgid "Common symbol size file\n\n" -msgstr "Símbolo común tamaño fichero\n\n" +#: ldlang.c:3779 +msgid "" +"\n" +"Allocating common symbols\n" +msgstr "" +"\n" +"Asignando símbolos comunes\n" + +#: ldlang.c:3780 +msgid "" +"Common symbol size file\n" +"\n" +msgstr "" +"Símbolo común tamaño fichero\n" +"\n" #. This message happens when using the #. svr3.ifile linker script, so I have #. disabled it. -#: ldlang.c:3730 +#: ldlang.c:3858 msgid "%P: no [COMMON] command, defaulting to .bss\n" msgstr "%P: no hay una orden [COMMON], usando .bss por omisión\n" -#: ldlang.c:3789 +#: ldlang.c:3917 msgid "%P%F: invalid syntax in flags\n" msgstr "%P%F: sintaxis inválida en los interruptores\n" -#: ldlang.c:4390 +#: ldlang.c:4532 msgid "%P%Fmultiple STARTUP files\n" msgstr "%P%Fficheros STARTUP múltiples\n" -#: ldlang.c:4658 +#: ldlang.c:4575 +msgid "%X%P:%S: section has both a load address and a load region\n" +msgstr "%X%P:%S: la sección tiene tanto una dirección de carga como una región de carga\n" + +#: ldlang.c:4825 msgid "%F%P: bfd_record_phdr failed: %E\n" msgstr "%F%P: falló bfd_record_phdr: %E\n" -#: ldlang.c:4677 +#: ldlang.c:4844 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: se asignó la sección `%s' al phdr no existente `%s'\n" -#: ldlang.c:5003 +#: ldlang.c:5143 msgid "%X%P: unknown language `%s' in version information\n" msgstr "%X%P: lenguaje `%s' desconocido en la información de la versión\n" -#: ldlang.c:5055 +#: ldlang.c:5195 msgid "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "%X%P: la marca de versión anónima no se puede combinar con otras marcas de versión\n" -#: ldlang.c:5062 +#: ldlang.c:5202 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: marca de versión `%s' duplicada\n" -#: ldlang.c:5075 ldlang.c:5088 +#: ldlang.c:5215 ldlang.c:5228 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "%X%P: expresión `%s' duplicada en la información de la versión\n" -#: ldlang.c:5130 +#: ldlang.c:5270 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "%X%P: no se puede encontrar la dependencia de versión `%s'\n" -#: ldlang.c:5152 +#: ldlang.c:5292 msgid "%X%P: unable to read .exports section contents\n" msgstr "%X%P: no se pueden leer los contenidos de la sección .exports\n" -#: ldmain.c:195 +#: ldmain.c:198 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: no se puede establecer el objetivo BFD por omisión a `%s': %E\n" -#: ldmain.c:284 +#: ldmain.c:290 msgid "%P%F: -r and --mpc860c0 may not be used together\n" msgstr "%P%F: no se pueden usar juntos -r y --mpc860c0\n" -#: ldmain.c:286 +#: ldmain.c:292 msgid "%P%F: --relax and -r may not be used together\n" msgstr "%P%F: no se pueden usar juntos -relax y -r\n" -#: ldmain.c:288 +#: ldmain.c:294 msgid "%P%F: -r and -shared may not be used together\n" msgstr "%P%F: no se pueden usar juntos -r y -shared\n" -#: ldmain.c:294 +#: ldmain.c:300 msgid "%P%F: -F may not be used without -shared\n" msgstr "%P%F: no se puede usar -F sin -shared\n" -#: ldmain.c:296 +#: ldmain.c:302 msgid "%P%F: -f may not be used without -shared\n" msgstr "%P%F: no se puede usar -f sin -shared\n" -#: ldmain.c:334 -#, c-format -msgid "using %s linker script:\n" -msgstr "usando el guión del enlazador %s:\n" +#: ldmain.c:341 +msgid "using external linker script:" +msgstr "usando el guión externo del enlazador:" + +#: ldmain.c:343 +msgid "using internal linker script:" +msgstr "usando el guión interno del enlazador:" -#: ldmain.c:369 +#: ldmain.c:377 msgid "%P%F: no input files\n" msgstr "%P%F: no hay ficheros de entrada\n" -#: ldmain.c:374 +#: ldmain.c:382 msgid "%P: mode %s\n" msgstr "%P: modo %s\n" -#: ldmain.c:391 +#: ldmain.c:399 msgid "%P%F: cannot open map file %s: %E\n" msgstr "%P%F: no se puede encontrar el fichero de mapeo %s: %E\n" -#: ldmain.c:438 +#: ldmain.c:432 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: se encontraron errores de enlace, borrando el ejecutable `%s'\n" -#: ldmain.c:449 +#: ldmain.c:443 msgid "%F%B: final close failed: %E\n" msgstr "%F%B: falló el cerrado final: %E\n" -#: ldmain.c:473 +#: ldmain.c:467 msgid "%X%P: unable to open for source of copy `%s'\n" msgstr "%X%P: no se puede abrir para la fuente de la copia `%s'\n" -#: ldmain.c:475 +#: ldmain.c:469 msgid "%X%P: unable to open for destination of copy `%s'\n" msgstr "%X%P: no se puede abrir para el destino de la copia `%s'\n" -#: ldmain.c:481 +#: ldmain.c:475 msgid "%P: Error writing file `%s'\n" msgstr "%P: Error al escribir el fichero `%s'\n" -#: ldmain.c:487 pe-dll.c:1442 +#: ldmain.c:481 pe-dll.c:1463 #, c-format msgid "%P: Error closing file `%s'\n" msgstr "%P: Error al cerrar el fichero `%s'\n" -#: ldmain.c:504 +#: ldmain.c:498 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: tiempo total en el enlazado: %ld.%06ld\n" -#: ldmain.c:507 +#: ldmain.c:501 #, c-format msgid "%s: data size %ld\n" msgstr "%s: tamaño de los datos %ld\n" -#: ldmain.c:548 +#: ldmain.c:542 msgid "%P%F: missing argument to -m\n" msgstr "%P%F: falta el argumento para -m\n" -#: ldmain.c:676 ldmain.c:697 ldmain.c:728 +#: ldmain.c:670 ldmain.c:691 ldmain.c:722 msgid "%P%F: bfd_hash_table_init failed: %E\n" msgstr "%P%F: falló bfd_hash_table_init: %E\n" -#: ldmain.c:681 ldmain.c:700 +#: ldmain.c:675 ldmain.c:694 msgid "%P%F: bfd_hash_lookup failed: %E\n" msgstr "%P%F: falló bfd_hash_lookup: %E\n" -#: ldmain.c:715 +#: ldmain.c:709 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: error: fichero de símbolos a retener duplicado\n" -#: ldmain.c:759 +#: ldmain.c:753 msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" msgstr "%P%F: falló bfd_hash_lookup para la inserción: %E\n" -#: ldmain.c:764 +#: ldmain.c:758 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P `-retain-symbols-file' se impone a `-s' y `-S'\n" -#: ldmain.c:840 -msgid "Archive member included because of file (symbol)\n\n" -msgstr "Se incluyó el miembro del archivo debido al fichero (símbolo)\n\n" +#: ldmain.c:834 +msgid "" +"Archive member included because of file (symbol)\n" +"\n" +msgstr "" +"Se incluyó el miembro del archivo debido al fichero (símbolo)\n" +"\n" -#: ldmain.c:911 +#: ldmain.c:905 msgid "%X%C: multiple definition of `%T'\n" msgstr "%X%C: definiciones múltiples de `%T'\n" -#: ldmain.c:914 +#: ldmain.c:908 msgid "%D: first defined here\n" msgstr "%D: primero se definió aquí\n" -#: ldmain.c:918 +#: ldmain.c:912 msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" msgstr "%P: Desactivandola la relajación: no trabajará con definiciones múltiples\n" # FIXME: Revisar en el código fuente si `common' se refiere a una orden o # se puede sustituir por `común'. cfuga -#: ldmain.c:949 +#: ldmain.c:943 msgid "%B: warning: definition of `%T' overriding common\n" msgstr "%B: aviso: la definición de `%T' se impone a common\n" -#: ldmain.c:952 +#: ldmain.c:946 msgid "%B: warning: common is here\n" msgstr "%B: aviso: common está aquí\n" -#: ldmain.c:959 +#: ldmain.c:953 msgid "%B: warning: common of `%T' overridden by definition\n" msgstr "%B: aviso: el common de `%T' es sobrepasado por definición\n" -#: ldmain.c:962 +#: ldmain.c:956 msgid "%B: warning: defined here\n" msgstr "%B: aviso: definido aquí\n" -#: ldmain.c:969 +#: ldmain.c:963 msgid "%B: warning: common of `%T' overridden by larger common\n" msgstr "%B: aviso: el common de `%T' es sobrepasado por un common más grande\n" -#: ldmain.c:972 +#: ldmain.c:966 msgid "%B: warning: larger common is here\n" msgstr "%B: aviso: el common más grande está aquí\n" -#: ldmain.c:976 +#: ldmain.c:970 msgid "%B: warning: common of `%T' overriding smaller common\n" msgstr "%B: aviso: el common de `%T' es sobrepasado por un common más pequeño\n" -#: ldmain.c:979 +#: ldmain.c:973 msgid "%B: warning: smaller common is here\n" msgstr "%B: aviso: el common más pequeño está aquí\n" -#: ldmain.c:983 +#: ldmain.c:977 msgid "%B: warning: multiple common of `%T'\n" msgstr "%B: aviso: common múltiple de `%T'\n" -#: ldmain.c:985 +#: ldmain.c:979 msgid "%B: warning: previous common is here\n" msgstr "%B: aviso: el common previo está aquí\n" -#: ldmain.c:1006 ldmain.c:1045 +#: ldmain.c:1000 ldmain.c:1039 msgid "%P: warning: global constructor %s used\n" msgstr "%P: aviso: se usó el constructor global %s\n" -#: ldmain.c:1055 +#: ldmain.c:1049 msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" msgstr "%P%F: error del frente trasero de BFD: BFD_RELOC_CTOR sin soporte\n" -#: ldmain.c:1239 +#: ldmain.c:1233 msgid "%F%P: bfd_hash_table_init failed: %E\n" msgstr "%F%P: falló bfd_hash_table_init: %E\n" -#: ldmain.c:1246 +#: ldmain.c:1240 msgid "%F%P: bfd_hash_lookup failed: %E\n" msgstr "%F%P: falló bfd_hash_lookup: %E\n" -#: ldmain.c:1266 +#: ldmain.c:1260 msgid "%C: undefined reference to `%T'\n" msgstr "%C: referencia a `%T' sin definir\n" -#: ldmain.c:1272 +#: ldmain.c:1266 msgid "%D: more undefined references to `%T' follow\n" msgstr "%D: más referencias a `%T' sin definir a continuación\n" -#: ldmain.c:1279 +#: ldmain.c:1273 msgid "%B: undefined reference to `%T'\n" msgstr "%B: referencia a `%T' sin definir\n" -#: ldmain.c:1285 +#: ldmain.c:1279 msgid "%B: more undefined references to `%T' follow\n" msgstr "%B: más referencias a `%T' sin definir a continuación\n" -#: ldmain.c:1305 ldmain.c:1326 ldmain.c:1345 +#: ldmain.c:1299 ldmain.c:1320 ldmain.c:1339 msgid "%P%X: generated" msgstr "%P%X: generado" -#: ldmain.c:1308 +#: ldmain.c:1302 msgid " relocation truncated to fit: %s %T" msgstr " reubicación truncada para ajustar: %s %T" -#: ldmain.c:1329 +#: ldmain.c:1323 #, c-format msgid "dangerous relocation: %s\n" msgstr "reubicación peligrosa: %s\n" -#: ldmain.c:1348 +#: ldmain.c:1342 msgid " reloc refers to symbol `%T' which is not being output\n" msgstr " la reubicación se refiere al símbolo `%T' el cual no se muestra\n" -#: ldmisc.c:176 +#: ldmisc.c:157 msgid "no symbol" msgstr "no hay símbolo" -#: ldmisc.c:240 +#: ldmisc.c:221 #, c-format msgid "built in linker script:%u" msgstr "guión interno del enlazador:%u" -#: ldmisc.c:290 ldmisc.c:294 +#: ldmisc.c:271 ldmisc.c:275 msgid "%B%F: could not read symbols\n" msgstr "%B%F: no se pueden leer los símbolos\n" #. We use abfd->filename in this initial line, #. in case filename is a .h file or something #. similarly unhelpful. -#: ldmisc.c:330 +#: ldmisc.c:311 msgid "%B: In function `%T':\n" msgstr "%B: En la función `%T':\n" -#: ldmisc.c:439 +#: ldmisc.c:463 msgid "%F%P: internal error %s %d\n" msgstr "%F%P: error interno %s %d\n" -#: ldmisc.c:489 +#: ldmisc.c:513 msgid "%P: internal error: aborting at %s line %d in %s\n" msgstr "%P: error interno: abortando en %s línea %d en %s\n" -#: ldmisc.c:492 +#: ldmisc.c:516 msgid "%P: internal error: aborting at %s line %d\n" msgstr "%P: error interno: abortando en %s línea %d\n" -#: ldmisc.c:494 +#: ldmisc.c:518 msgid "%P%F: please report this bug\n" msgstr "%P%F: por favor reporte este bicho\n" @@ -940,8 +983,8 @@ msgid "GNU ld version %s\n" msgstr "GNU ld versión %s\n" #: ldver.c:42 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" #: ldver.c:43 msgid "" @@ -960,359 +1003,363 @@ msgstr " Emulaciones con soporte:\n" msgid "%P%F: bfd_new_link_order failed\n" msgstr "%P%F: falló bfd_new_link_order\n" -#: ldwrite.c:321 +#: ldwrite.c:325 msgid "%F%P: clone section failed: %E\n" msgstr "%F%P: falló la clonación de la sección: %E\n" -#: ldwrite.c:360 +#: ldwrite.c:364 #, c-format msgid "%8x something else\n" msgstr "%8x algo más\n" -#: ldwrite.c:543 +#: ldwrite.c:547 msgid "%F%P: final link failed: %E\n" msgstr "%F%P: falló el enlace final: %E\n" -#: lexsup.c:175 lexsup.c:270 +#: lexsup.c:172 lexsup.c:267 msgid "KEYWORD" msgstr "PALABRA CLAVE" -#: lexsup.c:175 +#: lexsup.c:172 msgid "Shared library control for HP/UX compatibility" msgstr "Control de biblioteca compartida para compatibilidad con HP/UX" -#: lexsup.c:178 +#: lexsup.c:175 msgid "ARCH" msgstr "ARQ" -#: lexsup.c:178 +#: lexsup.c:175 msgid "Set architecture" msgstr "Establecer la arquitectura" -#: lexsup.c:180 lexsup.c:337 +#: lexsup.c:177 lexsup.c:336 msgid "TARGET" msgstr "OBJETIVO" -#: lexsup.c:180 +#: lexsup.c:177 msgid "Specify target for following input files" msgstr "Especificar el objetivo para los siguientes ficheros de entrada" -#: lexsup.c:182 lexsup.c:223 lexsup.c:235 lexsup.c:244 lexsup.c:315 -#: lexsup.c:344 lexsup.c:384 +#: lexsup.c:179 lexsup.c:220 lexsup.c:232 lexsup.c:241 lexsup.c:312 +#: lexsup.c:343 lexsup.c:383 msgid "FILE" msgstr "FICHERO" -#: lexsup.c:182 +#: lexsup.c:179 msgid "Read MRI format linker script" msgstr "Leer el guión del enlazador de formato MRI" -#: lexsup.c:184 +#: lexsup.c:181 msgid "Force common symbols to be defined" msgstr "Forzar que los símbolos comunes sean definidos" -#: lexsup.c:188 lexsup.c:374 lexsup.c:376 lexsup.c:378 +#: lexsup.c:185 lexsup.c:373 lexsup.c:375 lexsup.c:377 msgid "ADDRESS" msgstr "DIRECCIÓN" -#: lexsup.c:188 +#: lexsup.c:185 msgid "Set start address" msgstr "Establecer la dirección de inicio" -#: lexsup.c:190 +#: lexsup.c:187 msgid "Export all dynamic symbols" msgstr "Exportar todos los símbolos dinámicos" -#: lexsup.c:192 +#: lexsup.c:189 msgid "Link big-endian objects" msgstr "Enlazar objetos big-endian" -#: lexsup.c:194 +#: lexsup.c:191 msgid "Link little-endian objects" msgstr "Enlazar objetos little-endian" -#: lexsup.c:196 lexsup.c:199 +#: lexsup.c:193 lexsup.c:196 msgid "SHLIB" msgstr "BIBCOMP" -#: lexsup.c:196 +#: lexsup.c:193 msgid "Auxiliary filter for shared object symbol table" msgstr "Filtro auxiliar para la tabla de símbolos de objetos compartidos" -#: lexsup.c:199 +#: lexsup.c:196 msgid "Filter for shared object symbol table" msgstr "Filtro para la tabla de símbolos de objetos compartidos" -#: lexsup.c:201 +#: lexsup.c:198 msgid "Ignored" msgstr "Ignorado" -#: lexsup.c:203 +#: lexsup.c:200 msgid "SIZE" msgstr "TAMAÑO" -#: lexsup.c:203 +#: lexsup.c:200 msgid "Small data size (if no size, same as --shared)" msgstr "Tamaño de los datos small (si no se especifica, es el mismo que --shared)" -#: lexsup.c:206 +#: lexsup.c:203 msgid "FILENAME" msgstr "FICHERO" -#: lexsup.c:206 +#: lexsup.c:203 msgid "Set internal name of shared library" msgstr "Establecer el nombre interno de la biblioteca compartida" -#: lexsup.c:208 +#: lexsup.c:205 msgid "PROGRAM" msgstr "PROGRAMA" -#: lexsup.c:208 +#: lexsup.c:205 msgid "Set PROGRAM as the dynamic linker to use" msgstr "Establece el PROGRAMA como el enlazador dinámico a utilizar" -#: lexsup.c:210 +#: lexsup.c:207 msgid "LIBNAME" msgstr "NOMBREBIB" -#: lexsup.c:210 +#: lexsup.c:207 msgid "Search for library LIBNAME" msgstr "Buscar la biblioteca NOMBREBIB" -#: lexsup.c:212 +#: lexsup.c:209 msgid "DIRECTORY" msgstr "DIRECTORIO" -#: lexsup.c:212 +#: lexsup.c:209 msgid "Add DIRECTORY to library search path" msgstr "Agregar el DIRECTORIO a la ruta de búsqueda de bibliotecas" -#: lexsup.c:214 +#: lexsup.c:211 msgid "EMULATION" msgstr "EMULACIÓN" -#: lexsup.c:214 +#: lexsup.c:211 msgid "Set emulation" msgstr "Establecer la emulación" -#: lexsup.c:216 +#: lexsup.c:213 msgid "Print map file on standard output" msgstr "Imprimir el fichero mapa en la salida estándar" -#: lexsup.c:218 +#: lexsup.c:215 msgid "Do not page align data" msgstr "No paginar los datos alineados" -#: lexsup.c:220 +#: lexsup.c:217 msgid "Do not page align data, do not make text readonly" msgstr "No paginar los datos alineados, no hacer el texto de sólo lectura" -#: lexsup.c:223 +#: lexsup.c:220 msgid "Set output file name" msgstr "Establecer el nombre del fichero de salida" -#: lexsup.c:225 +#: lexsup.c:222 msgid "Optimize output file" msgstr "Optimizar la salida del fichero" -#: lexsup.c:227 +#: lexsup.c:224 msgid "Ignored for SVR4 compatibility" msgstr "Ignorado por compatibilidad con SVR4" -#: lexsup.c:231 +#: lexsup.c:228 msgid "Generate relocateable output" msgstr "Generar salida reubicable" -#: lexsup.c:235 +#: lexsup.c:232 msgid "Just link symbols (if directory, same as --rpath)" msgstr "Sólo enlazar símbolos (si es un directorio, es igual que --rpath)" -#: lexsup.c:238 +#: lexsup.c:235 msgid "Strip all symbols" msgstr "Descartar todos los símbolos" -#: lexsup.c:240 +#: lexsup.c:237 msgid "Strip debugging symbols" msgstr "Descartar los símbolos de depuración" -#: lexsup.c:242 +#: lexsup.c:239 msgid "Trace file opens" msgstr "Rastrear la apertura de ficheros" -#: lexsup.c:244 +#: lexsup.c:241 msgid "Read linker script" msgstr "Leer el guión del enlazador" -#: lexsup.c:246 lexsup.c:262 lexsup.c:301 lexsup.c:313 lexsup.c:368 -#: lexsup.c:387 lexsup.c:407 +#: lexsup.c:243 lexsup.c:259 lexsup.c:298 lexsup.c:310 lexsup.c:367 +#: lexsup.c:386 lexsup.c:406 msgid "SYMBOL" msgstr "SÍMBOLO" -#: lexsup.c:246 +#: lexsup.c:243 msgid "Start with undefined reference to SYMBOL" msgstr "Iniciar con una referencia sin definir hacia el SÍMBOLO" -#: lexsup.c:248 +#: lexsup.c:245 msgid "[=SECTION]" msgstr "[=SECCIóN]" -#: lexsup.c:248 +#: lexsup.c:245 msgid "Don't merge input [SECTION | orphan] sections" msgstr "No mezclar secciones de entrada [SECCIÓN | huérfanas]" -#: lexsup.c:250 +#: lexsup.c:247 msgid "Build global constructor/destructor tables" msgstr "Construir tablas globales de constructores/destructores" -#: lexsup.c:252 +#: lexsup.c:249 msgid "Print version information" msgstr "Mostrar la información de la versión" -#: lexsup.c:254 +#: lexsup.c:251 msgid "Print version and emulation information" msgstr "Mostrar la información de la versión y la emulación" -#: lexsup.c:256 +#: lexsup.c:253 msgid "Discard all local symbols" msgstr "Descartar todos los símbolos locales" -#: lexsup.c:258 +#: lexsup.c:255 msgid "Discard temporary local symbols (default)" msgstr "Descartar los símbolos locales temporales (por omisión)" -#: lexsup.c:260 +#: lexsup.c:257 msgid "Don't discard any local symbols" msgstr "No descartar ningún símbolo local" -#: lexsup.c:262 +#: lexsup.c:259 msgid "Trace mentions of SYMBOL" msgstr "Rastrear las menciones del SÍMBOLO" -#: lexsup.c:264 lexsup.c:346 lexsup.c:348 +#: lexsup.c:261 lexsup.c:345 lexsup.c:347 msgid "PATH" msgstr "RUTA" -#: lexsup.c:264 +#: lexsup.c:261 msgid "Default search path for Solaris compatibility" msgstr "Ruta de búsqueda por omisión para compatibilidad con Solaris" -#: lexsup.c:266 +#: lexsup.c:263 msgid "Start a group" msgstr "Iniciar un grupo" -#: lexsup.c:268 +#: lexsup.c:265 msgid "End a group" msgstr "Terminar un grupo" -#: lexsup.c:270 +#: lexsup.c:267 msgid "Ignored for SunOS compatibility" msgstr "Ignorado por compatibilidad con SunOS" -#: lexsup.c:272 +#: lexsup.c:269 msgid "Link against shared libraries" msgstr "Enlazar contra bibliotecas compartidas" -#: lexsup.c:278 +#: lexsup.c:275 msgid "Do not link against shared libraries" msgstr "No enlazar contra bibliotecas compartidas" -#: lexsup.c:286 +#: lexsup.c:283 msgid "Bind global references locally" msgstr "Asociar localmente las referencias globlales" -#: lexsup.c:288 +#: lexsup.c:285 msgid "Check section addresses for overlaps (default)" msgstr "Revisar las direcciones de las secciones por traslapes (por omisión)" -#: lexsup.c:290 +#: lexsup.c:287 msgid "Do not check section addresses for overlaps" msgstr "No revisar las direcciones de las secciones por traslapes" -#: lexsup.c:293 +#: lexsup.c:290 msgid "Output cross reference table" msgstr "Mostrar la tabla de referencias cruzadas" -#: lexsup.c:295 +#: lexsup.c:292 msgid "SYMBOL=EXPRESSION" msgstr "SÍMBOLO=EXPRESIÓN" -#: lexsup.c:295 +#: lexsup.c:292 msgid "Define a symbol" msgstr "Define un símbolo" -#: lexsup.c:297 +#: lexsup.c:294 msgid "[=STYLE]" msgstr "[=ESTILO]" -#: lexsup.c:297 +#: lexsup.c:294 msgid "Demangle symbol names [using STYLE]" msgstr "Desenreda los nombres de los símbolos [utilizando el ESTILO]" # No me convence mucho la traducción de `embedded' por imbuído. cfuga -#: lexsup.c:299 +#: lexsup.c:296 msgid "Generate embedded relocs" msgstr "Genera reubicaciones imbuídas" -#: lexsup.c:301 +#: lexsup.c:298 msgid "Call SYMBOL at unload-time" msgstr "Llamar al SÍMBOLO al momento de descargar" -#: lexsup.c:303 +#: lexsup.c:300 msgid "Force generation of file with .exe suffix" msgstr "Forzar la generación del fichero con sufijo .exe" -#: lexsup.c:305 +#: lexsup.c:302 msgid "Remove unused sections (on some targets)" msgstr "Eliminar las secciones sin uso (en algunos objetivos)" -#: lexsup.c:308 +#: lexsup.c:305 msgid "Don't remove unused sections (default)" msgstr "No eliminar las secciones sin uso (por omisión)" -#: lexsup.c:311 +#: lexsup.c:308 msgid "Print option help" msgstr "Muestra la ayuda de opciones" -#: lexsup.c:313 +#: lexsup.c:310 msgid "Call SYMBOL at load-time" msgstr "Llamar al SÍMBOLO al momento de cargar" -#: lexsup.c:315 +#: lexsup.c:312 msgid "Write a map file" msgstr "Escribir un fichero mapa" -#: lexsup.c:317 +#: lexsup.c:314 msgid "Do not define Common storage" msgstr "No definir almacenamiento Common" -#: lexsup.c:319 +#: lexsup.c:316 msgid "Do not demangle symbol names" msgstr "No desenredar los nombres de los símbolos" -#: lexsup.c:321 +#: lexsup.c:318 msgid "Use less memory and more disk I/O" msgstr "Usar menos memoria y más E/S de disco" -#: lexsup.c:323 +#: lexsup.c:320 msgid "Allow no undefined symbols" msgstr "No permitir símbolos sin definir" -#: lexsup.c:325 +#: lexsup.c:322 msgid "Allow undefined symbols in shared objects" msgstr "Permitir símbolos sin definir en objetos compartidos" -#: lexsup.c:327 +#: lexsup.c:324 +msgid "Allow multiple definitions" +msgstr "Permitir definiciones múltiples" + +#: lexsup.c:326 msgid "Don't warn about mismatched input files" msgstr "No avisar sobre ficheros de entrada sin coincidencia" -#: lexsup.c:329 +#: lexsup.c:328 msgid "Turn off --whole-archive" msgstr "Apagar --whole-archive" -#: lexsup.c:331 +#: lexsup.c:330 msgid "Create an output file even if errors occur" msgstr "Crear un fichero de salida aún si ocurren errores" -#: lexsup.c:335 +#: lexsup.c:334 msgid "" "Only use library directories specified on\n" "\t\t\t\tthe command line" @@ -1320,107 +1367,107 @@ msgstr "" "Utilizar solamente los directorios de bibliotecas\n" "\t\t\t\tespecificados en la línea de comandos" -#: lexsup.c:337 +#: lexsup.c:336 msgid "Specify target of output file" msgstr "Especificar el objetivo del fichero de salida" -#: lexsup.c:339 +#: lexsup.c:338 msgid "Ignored for Linux compatibility" msgstr "Ignorado por compatibilidad con Linux" -#: lexsup.c:341 +#: lexsup.c:340 msgid "Relax branches on certain targets" msgstr "Relajar ramificaciones en ciertos objetivos" -#: lexsup.c:344 +#: lexsup.c:343 msgid "Keep only symbols listed in FILE" msgstr "Conservar solamente los símbolos enlistados en el FICHERO" -#: lexsup.c:346 +#: lexsup.c:345 msgid "Set runtime shared library search path" msgstr "Establecer la rúta de búsqueda de bibliotecas compartidas en tiempo de ejecución" -#: lexsup.c:348 +#: lexsup.c:347 msgid "Set link time shared library search path" msgstr "Establecer la rúta de búsqueda de bibliotecas compartidas en tiempo de enlace" -#: lexsup.c:350 +#: lexsup.c:349 msgid "Create a shared library" msgstr "Crear una biblioteca compartida" -#: lexsup.c:354 +#: lexsup.c:353 msgid "Sort common symbols by size" msgstr "Ordenar los símbolos comunes por tamaño" -#: lexsup.c:358 +#: lexsup.c:357 msgid "COUNT" msgstr "CUENTA" -#: lexsup.c:358 +#: lexsup.c:357 msgid "How many tags to reserve in .dynamic section" msgstr "Cúantas marcas reservar en la sección .dynamic" -#: lexsup.c:360 +#: lexsup.c:359 msgid "[=SIZE]" msgstr "[=TAMAÑO]" -#: lexsup.c:360 +#: lexsup.c:359 msgid "Split output sections every SIZE octets" msgstr "Dividir las secciones de salida cada TAMAÑO octetos" -#: lexsup.c:362 +#: lexsup.c:361 msgid "[=COUNT]" msgstr "[=CUENTA]" -#: lexsup.c:362 +#: lexsup.c:361 msgid "Split output sections every COUNT relocs" msgstr "Dividir las secciones de salida cada CUENTA reubicaciones" -#: lexsup.c:364 +#: lexsup.c:363 msgid "Print memory usage statistics" msgstr "Mostrar las estadísticas de uso de memoria" -#: lexsup.c:366 +#: lexsup.c:365 msgid "Display target specific options" msgstr "Mostrar las opciones específicas del objetivo" -#: lexsup.c:368 +#: lexsup.c:367 msgid "Do task level linking" msgstr "Enlazar a nivel de tarea" -#: lexsup.c:370 +#: lexsup.c:369 msgid "Use same format as native linker" msgstr "Usar el mismo formato que el enlazador nativo" -#: lexsup.c:372 +#: lexsup.c:371 msgid "SECTION=ADDRESS" msgstr "SECCIÓN=DIRECCIÓN" -#: lexsup.c:372 +#: lexsup.c:371 msgid "Set address of named section" msgstr "Establecer la dirección de la sección nombrada" -#: lexsup.c:374 +#: lexsup.c:373 msgid "Set address of .bss section" msgstr "Establecer la dirección de la sección .bss" -#: lexsup.c:376 +#: lexsup.c:375 msgid "Set address of .data section" msgstr "Establecer la dirección de la sección .data" -#: lexsup.c:378 +#: lexsup.c:377 msgid "Set address of .text section" msgstr "Establecer la dirección de la sección .text" -#: lexsup.c:380 +#: lexsup.c:379 msgid "Output lots of information during link" msgstr "Mostrar mucha información durante el enlace" -#: lexsup.c:384 +#: lexsup.c:383 msgid "Read version information script" msgstr "Leer la información de la versión del guión" -#: lexsup.c:387 +#: lexsup.c:386 msgid "" "Take export symbols list from .exports, using\n" "\t\t\t\tSYMBOL as the version." @@ -1428,43 +1475,43 @@ msgstr "" "Tomar la lista de exportación de símbolos de .exports, usando\n" "\t\t\tel SÍMBOLO como la versión." -#: lexsup.c:390 +#: lexsup.c:389 msgid "Warn about duplicate common symbols" msgstr "Avisar sobre símbolos comunes duplicados" -#: lexsup.c:392 +#: lexsup.c:391 msgid "Warn if global constructors/destructors are seen" msgstr "Avisar si se ven constructores/destructores globales" -#: lexsup.c:395 +#: lexsup.c:394 msgid "Warn if the multiple GP values are used" msgstr "Avisar si se usan los valores múltiples GP" -#: lexsup.c:397 +#: lexsup.c:396 msgid "Warn only once per undefined symbol" msgstr "Avisar sólo una vez por cada símbolo sin definir" -#: lexsup.c:399 +#: lexsup.c:398 msgid "Warn if start of section changes due to alignment" msgstr "Avisar si el inicio de la sección cambia debido a la alineación" -#: lexsup.c:402 +#: lexsup.c:401 msgid "Treat warnings as errors" msgstr "Tratar los avisos como errores" -#: lexsup.c:405 +#: lexsup.c:404 msgid "Include all objects from following archives" msgstr "Incluir todos los objetos de los siguientes ficheros" -#: lexsup.c:407 +#: lexsup.c:406 msgid "Use wrapper functions for SYMBOL" msgstr "Usar funciones de envoltura para el SÍMBOLO" -#: lexsup.c:409 +#: lexsup.c:408 msgid "[=WORDS]" msgstr "[=PALABRAS]" -#: lexsup.c:409 +#: lexsup.c:408 msgid "" "Modify problematic branches in last WORDS (1-10,\n" "\t\t\t\tdefault 5) words of a page" @@ -1472,27 +1519,27 @@ msgstr "" "Modificar las ramificaciones problemáticas en las últimas PALABRAS (1-10,\n" "\t\t\t5 por omisión) palabras de una página" -#: lexsup.c:575 +#: lexsup.c:574 msgid "%P: unrecognized option '%s'\n" msgstr "%P: opción `%s' no reconocida\n" -#: lexsup.c:577 +#: lexsup.c:576 msgid "%P%F: use the --help option for usage information\n" msgstr "%P%F: use la opción --help para información de modo de empleo\n" -#: lexsup.c:596 +#: lexsup.c:595 msgid "%P%F: unrecognized -a option `%s'\n" msgstr "%P%F: opción -a `%s' no reconocida\n" -#: lexsup.c:609 +#: lexsup.c:608 msgid "%P%F: unrecognized -assert option `%s'\n" msgstr "%P%F: opción -assert `%s' no reconocida\n" -#: lexsup.c:652 +#: lexsup.c:651 msgid "%F%P: unknown demangling style `%s'" msgstr "%F%P: estilo de desenredo `%s' desconocido" -#: lexsup.c:712 +#: lexsup.c:711 msgid "%P%F: invalid number `%s'\n" msgstr "%P%F: número `%s' inválido\n" @@ -1504,65 +1551,65 @@ msgstr "%P%F: número `%s' inválido\n" #. an error message here. We cannot just make this a warning, #. increment optind, and continue because getopt is too confused #. and will seg-fault the next time around. -#: lexsup.c:810 +#: lexsup.c:812 msgid "%P%F: bad -rpath option\n" msgstr "%P%F: opción -rpath errónea\n" -#: lexsup.c:908 +#: lexsup.c:910 msgid "%P%F: -shared not supported\n" msgstr "%P%F: -shared no tiene soporte\n" -#: lexsup.c:940 +#: lexsup.c:942 msgid "%P%F: invalid argument to option \"--section-start\"\n" msgstr "%P%F: argumento inválido para la opción \"--section-start\"\n" -#: lexsup.c:946 +#: lexsup.c:948 msgid "%P%F: missing argument(s) to option \"--section-start\"\n" msgstr "%P%F: falta(n) argumento(s) para la opción \"--section-start\"\n" -#: lexsup.c:1095 +#: lexsup.c:1097 msgid "%P%F: may not nest groups (--help for usage)\n" msgstr "%P%F: no se pueden anidar grupos (--help para modo de empleo)\n" -#: lexsup.c:1102 +#: lexsup.c:1104 msgid "%P%F: group ended before it began (--help for usage)\n" msgstr "%P%F: el grupo terminó antes de empezar (--help para modo de empleo)\n" -#: lexsup.c:1116 +#: lexsup.c:1118 msgid "%P%F: invalid argument to option \"mpc860c0\"\n" msgstr "%P%F: Argumento inválido para la opción \"mpc860c0\"\n" -#: lexsup.c:1171 +#: lexsup.c:1173 msgid "%P%F: invalid hex number `%s'\n" msgstr "%P%F: número hexadecimal `%s' inválido\n" -#: lexsup.c:1183 +#: lexsup.c:1185 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Modo de empleo: %s [opciones] fichero...\n" -#: lexsup.c:1185 +#: lexsup.c:1187 msgid "Options:\n" msgstr "Opciones:\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:1268 +#: lexsup.c:1270 #, c-format msgid "%s: supported targets:" msgstr "%s: objetivos con soporte:" -#: lexsup.c:1276 +#: lexsup.c:1278 #, c-format msgid "%s: supported emulations: " msgstr "%s: emulaciones con soporte: " -#: lexsup.c:1281 +#: lexsup.c:1283 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: opciones específicas de emulación:\n" -#: lexsup.c:1285 +#: lexsup.c:1287 #, c-format msgid "Report bugs to %s\n" msgstr "Reportar bichos a %s\n" @@ -1571,61 +1618,61 @@ msgstr "Reportar bichos a %s\n" msgid "%P%F: unknown format type %s\n" msgstr "%P%F: tipo de formato %s desconocido\n" -#: pe-dll.c:316 +#: pe-dll.c:321 #, c-format msgid "%XUnsupported PEI architecture: %s\n" msgstr "%XArquitectura PEI sin soporte: %s\n" -#: pe-dll.c:650 +#: pe-dll.c:671 #, c-format msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%XError, EXPORT duplicado con ordinales: %s (%d vs %d)\n" -#: pe-dll.c:657 +#: pe-dll.c:678 #, c-format msgid "Warning, duplicate EXPORT: %s\n" msgstr "Aviso, EXPORT duplicado: %s\n" -#: pe-dll.c:721 +#: pe-dll.c:742 #, c-format msgid "%XCannot export %s: symbol not defined\n" msgstr "%XNo se puede exportar %s: símbolo no definido\n" -#: pe-dll.c:727 +#: pe-dll.c:748 #, c-format msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%XNo se puede exportar %s: tipo erróneo del símbolo (%d vs %d)\n" -#: pe-dll.c:734 +#: pe-dll.c:755 #, c-format msgid "%XCannot export %s: symbol not found\n" msgstr "%XNo se puede exportar %s: no se encuentra el símbolo\n" -#: pe-dll.c:849 +#: pe-dll.c:870 #, c-format msgid "%XError, ordinal used twice: %d (%s vs %s)\n" msgstr "%XError, ordinal utilizado dos veces: %d (%s vs %s)\n" -#: pe-dll.c:1160 +#: pe-dll.c:1181 #, c-format msgid "%XError: %d-bit reloc in dll\n" msgstr "%XError: reubicación de %d-bit en la dll\n" -#: pe-dll.c:1295 +#: pe-dll.c:1316 #, c-format msgid "%s: Can't open output def file %s\n" msgstr "%s: No se puede abrir el fichero por omisión de salida %s\n" -#: pe-dll.c:1438 +#: pe-dll.c:1459 msgid "; no contents available\n" msgstr "; no hay contenido disponible\n" -#: pe-dll.c:2107 +#: pe-dll.c:2128 #, c-format msgid "%XCan't open .lib file: %s\n" msgstr "%XNo se puede abrir el fichero .lib: %s\n" -#: pe-dll.c:2112 +#: pe-dll.c:2133 #, c-format msgid "Creating library file: %s\n" msgstr "Creando el fichero de biblioteca: %s\n" diff -uprN binutils-2.12.90.0.15/ld/po/fr.po binutils-2.13.90.0.2/ld/po/fr.po --- binutils-2.12.90.0.15/ld/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/ld/po/fr.po Mon Jul 29 08:19:19 2002 @@ -1,12 +1,12 @@ # Messages français pour ld. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Michel Robitaille , 1996. +# Copyright © 1996 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: ld 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-03-17 20:00-0500\n" +"Project-Id-Version: ld 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@ -26,115 +26,119 @@ msgstr " --thumb-entry= initialis msgid "Errors encountered processing file %s" msgstr "Erreur rencontrées lors du traitement du fichier %s" -#: emultempl/armcoff.em:207 emultempl/pe.em:1414 +#: emultempl/armcoff.em:207 emultempl/pe.em:1422 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "%P: AVERTISSEMENT: « --thumb-entry %s » écrase « -e %s »\n" -#: emultempl/armcoff.em:212 emultempl/pe.em:1419 +#: emultempl/armcoff.em:212 emultempl/pe.em:1427 msgid "%P: warning: connot find thumb start symbol %s\n" msgstr "%P: AVERTISSEMENT: ne peut repérer le symbole thumb de départ %s\n" -#: emultempl/pe.em:315 +#: emultempl/pe.em:317 msgid " --base_file Generate a base file for relocatable DLLs\n" msgstr " --base_file générer une fichier de base les les DLL relocalisables\n" -#: emultempl/pe.em:316 +#: emultempl/pe.em:318 msgid " --dll Set image base to the default for DLLs\n" msgstr " --dll initialise l'image de base au DLL par défaut\n" -#: emultempl/pe.em:317 +#: emultempl/pe.em:319 msgid " --file-alignment Set file alignment\n" msgstr " --file-alignment initialiser l'alignement du fichier\n" -#: emultempl/pe.em:318 +#: emultempl/pe.em:320 msgid " --heap Set initial size of the heap\n" msgstr " --heap initialiser la taille initiale du monceau\n" -#: emultempl/pe.em:319 +#: emultempl/pe.em:321 msgid " --image-base
Set start address of the executable\n" msgstr " --image-base initialiser l'adresse de début de l'exécutable\n" -#: emultempl/pe.em:320 +#: emultempl/pe.em:322 msgid " --major-image-version Set version number of the executable\n" msgstr " --major-image-version initialiser le numéro de version de l'exécutable\n" -#: emultempl/pe.em:321 +#: emultempl/pe.em:323 msgid " --major-os-version Set minimum required OS version\n" msgstr " --major-os-version initialiser le numéro minimum de version du système d'exploitation\n" -#: emultempl/pe.em:322 +#: emultempl/pe.em:324 msgid " --major-subsystem-version Set minimum required OS subsystem version\n" msgstr " --major-subsystem-version initialiser le numéro minimum de version du sous-système\n" -#: emultempl/pe.em:323 +#: emultempl/pe.em:325 msgid " --minor-image-version Set revision number of the executable\n" msgstr " --minor-image-version initialiser le numéro de révision de l'exécutable\n" -#: emultempl/pe.em:324 +#: emultempl/pe.em:326 msgid " --minor-os-version Set minimum required OS revision\n" msgstr " --minor-os-version initialiser le numéro minimum de version du système d'exploitation\n" -#: emultempl/pe.em:325 +#: emultempl/pe.em:327 msgid " --minor-subsystem-version Set minimum required OS subsystem revision\n" msgstr " --minor-subsystem-version initialiser le numéro minimum de version du sous-système\n" -#: emultempl/pe.em:326 +#: emultempl/pe.em:328 msgid " --section-alignment Set section alignment\n" msgstr " --section-alignment initialiser l'alignement de section\n" -#: emultempl/pe.em:327 +#: emultempl/pe.em:329 msgid " --stack Set size of the initial stack\n" msgstr " --stack initialiser la taille initiale de la pile\n" -#: emultempl/pe.em:328 +#: emultempl/pe.em:330 msgid " --subsystem [:] Set required OS subsystem [& version]\n" msgstr " --subsystem [:] initialiser le sous-système de l'OS requis [&version]\n" -#: emultempl/pe.em:329 +#: emultempl/pe.em:331 msgid " --support-old-code Support interworking with old code\n" msgstr " --support-old-code supporter l'inter-réseautage avec le vieux code\n" -#: emultempl/pe.em:330 +#: emultempl/pe.em:332 msgid " --thumb-entry= Set the entry point to be Thumb \n" msgstr " --thumb-entry= initialiser le point d'entrée de Thumb \n" -#: emultempl/pe.em:332 +#: emultempl/pe.em:334 msgid " --add-stdcall-alias Export symbols with and without @nn\n" msgstr " --add-stdcall-alias exporter les symboles avec et sans @nn\n" -#: emultempl/pe.em:333 +#: emultempl/pe.em:335 msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" msgstr " --disable-stdcall-fixup ne lier _sym à _sym@nn\n" -#: emultempl/pe.em:334 +#: emultempl/pe.em:336 msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" msgstr " --enable-stdcall-fixup lier _sym à _sym@nn sans avertissement\n" -#: emultempl/pe.em:335 +#: emultempl/pe.em:337 msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" msgstr " --exclude-symbols sym,sym,... exclure les symboles de l'exportation automatique\n" -#: emultempl/pe.em:336 +#: emultempl/pe.em:338 +msgid " --exclude-libs lib,lib,... Exclude libraries from automatic export\n" +msgstr " --exclude-libs libs,lib,... exclure les librairies lors l'exportation automatique\n" + +#: emultempl/pe.em:339 msgid " --export-all-symbols Automatically export all globals to DLL\n" msgstr " --export-all-symbols exporter automatiquement tous les globaux au DLL\n" -#: emultempl/pe.em:337 +#: emultempl/pe.em:340 msgid " --kill-at Remove @nn from exported symbols\n" msgstr " --kill-at enlever les @nn des symboles exportés\n" -#: emultempl/pe.em:338 +#: emultempl/pe.em:341 msgid " --out-implib Generate import library\n" msgstr " --out-implib générer la librairie d'importation\n" -#: emultempl/pe.em:339 +#: emultempl/pe.em:342 msgid " --output-def Generate a .DEF file for the built DLL\n" msgstr " --output-def générer le fichier .DEF pour le DLL construit\n" -#: emultempl/pe.em:340 +#: emultempl/pe.em:343 msgid " --warn-duplicate-exports Warn about duplicate exports.\n" msgstr " --warn-duplicate-exports avertir lors de l'exportation avec duplication\n" -#: emultempl/pe.em:341 +#: emultempl/pe.em:344 msgid "" " --compat-implib Create backward compatible import libs;\n" " create __imp_ as well.\n" @@ -143,7 +147,7 @@ msgstr "" " compatibilité arrière; \n" " créer __imp_ aussi\n" -#: emultempl/pe.em:343 +#: emultempl/pe.em:346 msgid "" " --enable-auto-image-base Automatically choose image base for DLLs\n" " unless user specifies one\n" @@ -151,11 +155,11 @@ msgstr "" " --enable-auto-image-base automatiquement choisir l'image de base pour les DLL\n" " à moins que l'usager en ait spécifié une\n" -#: emultempl/pe.em:345 +#: emultempl/pe.em:348 msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" msgstr " --disable-auto-image-base ne pas choisir automatiquement l'image de base (par défaut)\n" -#: emultempl/pe.em:346 +#: emultempl/pe.em:349 msgid "" " --dll-search-prefix= When linking dynamically to a dll without an\n" " importlib, use .dll \n" @@ -165,7 +169,7 @@ msgstr "" " importlib, utiliser .dll \n" " de préférence à lib.dll \n" -#: emultempl/pe.em:349 +#: emultempl/pe.em:352 msgid "" " --enable-auto-import Do sophistcated linking of _sym to \n" " __imp_sym for DATA references\n" @@ -173,11 +177,11 @@ msgstr "" " --enable-auto-import faire de l'édition de liens sophistiquée de _sym vers \n" " __imp_sym pour les références DATA\n" -#: emultempl/pe.em:351 +#: emultempl/pe.em:354 msgid " --disable-auto-import Do not auto-import DATA items from DLLs\n" msgstr " --disable-auto-image-base ne pas choisir des items DATA auto-importés à partir des DLLs\n" -#: emultempl/pe.em:352 +#: emultempl/pe.em:355 msgid "" " --enable-extra-pe-debug Enable verbose debug output when building\n" " or linking to DLLs (esp. auto-import)\n" @@ -186,72 +190,73 @@ msgstr "" " de mise au point lors de la construction ou du lien\n" " vers un DLLs (spécialement en auto-import)\n" -#: emultempl/pe.em:421 +#: emultempl/pe.em:424 msgid "%P: warning: bad version number in -subsystem option\n" msgstr "%P: AVERTISSEMENT: mauvais numéro de version dans l'option -subsystem\n" -#: emultempl/pe.em:457 +#: emultempl/pe.em:460 msgid "%P%F: invalid subsystem type %s\n" msgstr "%P%F: type de sous-système invalide %s\n" -#: emultempl/pe.em:472 +#: emultempl/pe.em:475 msgid "%P%F: invalid hex number for PE parameter '%s'\n" msgstr "%P%F: nombre hexadécimal invalide pour un paramètre PE « %s »\n" -#: emultempl/pe.em:490 +#: emultempl/pe.em:493 msgid "%P%F: strange hex info for PE parameter '%s'\n" msgstr "%P%F: info étrange en hexadécimal pour un paramètre PE « %s »\n" -#: emultempl/pe.em:529 +#: emultempl/pe.em:532 #, c-format msgid "%s: Can't open base file %s\n" msgstr "%s: ne peut ouvrir le fichier de base %s\n" -#: emultempl/pe.em:731 +#: emultempl/pe.em:738 msgid "%P: warning, file alignment > section alignment.\n" msgstr "%P: AVERTISSEMENT, alignement de fichier > alignement de section\n" -#: emultempl/pe.em:815 emultempl/pe.em:841 +#: emultempl/pe.em:822 emultempl/pe.em:848 #, c-format msgid "Warning: resolving %s by linking to %s\n" msgstr "AVERTISSEMENT: résolution de %s par un lien vers %s\n" -#: emultempl/pe.em:820 emultempl/pe.em:846 +#: emultempl/pe.em:827 emultempl/pe.em:853 msgid "Use --enable-stdcall-fixup to disable these warnings\n" msgstr "Utiliser --enable-stdcall-fixup pour inhiber les avertissements\n" -#: emultempl/pe.em:821 emultempl/pe.em:847 +#: emultempl/pe.em:828 emultempl/pe.em:854 msgid "Use --disable-stdcall-fixup to disable these fixups\n" msgstr "Utiliser --disable-stdcall-fixup pour inhiber les correctifs\n" -#: emultempl/pe.em:872 +#: emultempl/pe.em:879 msgid "%C: Cannot get section contents - auto-import exception\n" msgstr "%C: ne peut obtenir le contenu de section - exception auto-import\n" -#: emultempl/pe.em:880 +#: emultempl/pe.em:887 msgid "%C: variable '%T' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.\n" msgstr "%C: variable « %T » ne peut être auto-importée. SVP lire la documentation de ld --enable-auto-import pour plus de détails.\n" -#: emultempl/pe.em:908 +#: emultempl/pe.em:916 #, c-format -msgid "Warning: resolving %s by linking to %s (auto-import)\n" -msgstr "AVERTISSEMENT: résolution de %s par un lien vers %s (auto-importé)\n" +msgid "Info: resolving %s by linking to %s (auto-import)\n" +msgstr "Info: résolution de %s par un lien vers %s (auto-importé)\n" -#: emultempl/pe.em:989 +#: emultempl/pe.em:997 msgid "%F%P: PE operations on non PE file.\n" msgstr "%F%P: operations PE sur des fichiers non PE.\n" -#: emultempl/pe.em:1218 +#: emultempl/pe.em:1226 #, c-format msgid "Errors encountered processing file %s\n" msgstr "Erreurs rencontrées lors du traitement du fichier %s\n" -#: emultempl/pe.em:1241 +#: emultempl/pe.em:1249 #, c-format msgid "Errors encountered processing file %s for interworking" msgstr "Erreurs rencontrées lors du traitement du fichier %s pour l'inter-réseautage" -#: emultempl/pe.em:1297 ldlang.c:2050 ldlang.c:4441 ldlang.c:4474 ldmain.c:1067 +#: emultempl/pe.em:1305 ldlang.c:2065 ldlang.c:4608 ldlang.c:4641 +#: ldmain.c:1061 msgid "%P%F: bfd_link_hash_lookup failed: %E\n" msgstr "%P%F: bfd_link_hash_lookup en échec: %E\n" @@ -293,11 +298,11 @@ msgstr "%P: symbole « %T » manquant dans msgid "%B%F: could not read symbols; %E\n" msgstr "%B%F: ne peut lire les symboles; %E\n" -#: ldcref.c:469 ldmain.c:1133 ldmain.c:1137 +#: ldcref.c:469 ldmain.c:1127 ldmain.c:1131 msgid "%B%F: could not read symbols: %E\n" msgstr "%B%F: ne peut lire les symboles: %E\n" -#: ldcref.c:537 ldcref.c:544 ldmain.c:1183 ldmain.c:1190 +#: ldcref.c:537 ldcref.c:544 ldmain.c:1177 ldmain.c:1184 msgid "%B%F: could not read relocs: %E\n" msgstr "%B%F: ne peut lire les relocalisations: %E\n" @@ -355,55 +360,55 @@ msgstr "Émulations supportées: " msgid " no emulation specific options.\n" msgstr " aucune option spécifique d'émulation.\n" -#: ldexp.c:163 +#: ldexp.c:174 msgid "%F%P: %s uses undefined section %s\n" msgstr "%F%P: %s utilise une section indéfinie %s\n" -#: ldexp.c:165 +#: ldexp.c:176 msgid "%F%P: %s forward reference of section %s\n" msgstr "%F%P: %s référence avant de la section %s\n" -#: ldexp.c:277 +#: ldexp.c:304 msgid "%F%S %% by zero\n" msgstr "%F%S %% par zéro\n" -#: ldexp.c:284 +#: ldexp.c:311 msgid "%F%S / by zero\n" msgstr "%F%S / by zéro\n" -#: ldexp.c:408 +#: ldexp.c:463 msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%S: symbole non résolu « %s » référencé dans l'expression\n" -#: ldexp.c:427 +#: ldexp.c:483 msgid "%F%S: undefined symbol `%s' referenced in expression\n" msgstr "%F%S: symbole non résolu « %s » référencé dans l'expression\n" -#: ldexp.c:611 +#: ldexp.c:685 msgid "%F%S can not PROVIDE assignment to location counter\n" msgstr "%F%S ne peut FOURNIR une assignation au compteur de localisation\n" -#: ldexp.c:621 +#: ldexp.c:695 msgid "%F%S invalid assignment to location counter\n" msgstr "%F%S affection invalide au compteur de localisation\n" -#: ldexp.c:625 +#: ldexp.c:699 msgid "%F%S assignment to location counter invalid outside of SECTION\n" msgstr "%F%S affection au compteur de localisation invalide en dehors de la SECTION\n" -#: ldexp.c:634 +#: ldexp.c:708 msgid "%F%S cannot move location counter backwards (from %V to %V)\n" msgstr "%F%S ne peut déplacer le compteur de localisation par en arrière (de %V vers %V)\n" -#: ldexp.c:661 +#: ldexp.c:735 msgid "%P%F:%s: hash creation failed\n" msgstr "%P%F:%s: création de la table de hachage en échec\n" -#: ldexp.c:963 +#: ldexp.c:1037 ldexp.c:1071 msgid "%F%S nonconstant expression for %s\n" msgstr "%F%S expression d'une non constante: %s\n" -#: ldexp.c:993 +#: ldexp.c:1126 msgid "%F%S non constant expression for %s\n" msgstr "%F%S expression de non constante: %s\n" @@ -421,49 +426,49 @@ msgstr "succès de la tentative d'ouvertu msgid "%F%P: invalid BFD target `%s'\n" msgstr "%F%P: cible BFD invalide « %s »\n" -#: ldfile.c:137 +#: ldfile.c:142 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: escamotage incompatible %s lors de la recherche de %s\n" -#: ldfile.c:229 +#: ldfile.c:234 msgid "%F%P: cannot open %s for %s: %E\n" msgstr "%F%P: ne peut ouvrir %s pour %s: %E\n" -#: ldfile.c:232 +#: ldfile.c:237 msgid "%F%P: cannot open %s: %E\n" msgstr "%F%P: ne peut ouvrir %s: %E\n" -#: ldfile.c:262 +#: ldfile.c:267 msgid "%F%P: cannot find %s\n" msgstr "%F%P: ne peut trouver %s\n" -#: ldfile.c:281 ldfile.c:297 +#: ldfile.c:286 ldfile.c:302 #, c-format msgid "cannot find script file %s\n" msgstr "ne peut repérer le fichier de scripts %s\n" -#: ldfile.c:283 ldfile.c:299 +#: ldfile.c:288 ldfile.c:304 #, c-format msgid "opened script file %s\n" msgstr "fichier de scripts ouvert %s\n" -#: ldfile.c:348 +#: ldfile.c:353 msgid "%P%F: cannot open linker script file %s: %E\n" msgstr "%P%F: ne peut ouvrir le fichier de scripts de l'éditeur de liens %s: %E\n" -#: ldfile.c:386 +#: ldfile.c:391 msgid "%P%F: unknown architecture: %s\n" msgstr "%P%F: architecture inconnue: %s\n" -#: ldfile.c:402 +#: ldfile.c:407 msgid "%P%F: target architecture respecified\n" msgstr "%P%F: architecture cible re-spécifiée\n" -#: ldfile.c:456 +#: ldfile.c:461 msgid "%P%F: cannot represent machine `%s'\n" msgstr "%P%F: ne peut représenter la machine « %s »\n" -#: ldlang.c:771 +#: ldlang.c:784 msgid "" "\n" "Memory Configuration\n" @@ -473,23 +478,23 @@ msgstr "" "Configuration mémoire\n" "\n" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Name" msgstr "Nom" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Origin" msgstr "Origine" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Length" msgstr "Longueur" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Attributes" msgstr "Attributs" -#: ldlang.c:815 +#: ldlang.c:828 msgid "" "\n" "Linker script and memory map\n" @@ -499,167 +504,163 @@ msgstr "" "Script de l'éditeurs de liens and table de projection mémoire\n" "\n" -#: ldlang.c:832 +#: ldlang.c:845 msgid "%P%F: Illegal use of `%s' section\n" msgstr "%P%F: utilisation illégale de la section « %s »\n" -#: ldlang.c:842 +#: ldlang.c:855 msgid "%P%F: output format %s cannot represent section called %s\n" msgstr "%P%F: format de sortie %s ne peut représenter la section %s\n" -#: ldlang.c:1004 +#: ldlang.c:1016 msgid "%P: %B: warning: ignoring duplicate section `%s'\n" msgstr "%P: %B: AVERTISSEMENT: section dupliquée ignorée « %s »\n" -#: ldlang.c:1007 +#: ldlang.c:1019 msgid "%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n" msgstr "%P: %B: AVERTISSEMENT: duplication ignorée « %s » dans la section symbole « %s »\n" -#: ldlang.c:1021 +#: ldlang.c:1033 msgid "%P: %B: warning: duplicate section `%s' has different size\n" msgstr "%P: %B: AVERTISSEMENT: section dupliquée « %s » a un taille différente\n" -#: ldlang.c:1069 +#: ldlang.c:1084 msgid "%P%F: Failed to create hash table\n" msgstr "%P%F: échec de création de la table de hachage\n" -#: ldlang.c:1484 +#: ldlang.c:1503 msgid "%B: file not recognized: %E\n" msgstr "%B: fichier non reconnue: %E\n" -#: ldlang.c:1485 +#: ldlang.c:1504 msgid "%B: matching formats:" msgstr "%B: formats concordants:" -#: ldlang.c:1492 +#: ldlang.c:1511 msgid "%F%B: file not recognized: %E\n" msgstr "%F%B: fichier non reconnu: %E\n" -#: ldlang.c:1548 +#: ldlang.c:1567 msgid "%F%B: member %B in archive is not an object\n" msgstr "%F%B: membre %B dans l'archive n'est pas un objet\n" -#: ldlang.c:1559 ldlang.c:1573 +#: ldlang.c:1578 ldlang.c:1592 msgid "%F%B: could not read symbols: %E\n" msgstr "%F%B: ne peut lire les symboles: %E\n" -#: ldlang.c:1834 +#: ldlang.c:1853 msgid "%P: warning: could not find any targets that match endianness requirement\n" msgstr "" "%P: AVERTISSEMENT: ne peut repérer les cibles qui concordent avec\n" "les types de système à octets de poids faible ou fort requis\n" -#: ldlang.c:1847 +#: ldlang.c:1866 msgid "%P%F: target %s not found\n" msgstr "%P%F: cible %s non trouvée\n" -#: ldlang.c:1849 +#: ldlang.c:1868 msgid "%P%F: cannot open output file %s: %E\n" msgstr "%P%F: ne peut ouvrir le fichier de sortie %s: %E\n" -#: ldlang.c:1859 +#: ldlang.c:1878 msgid "%P%F:%s: can not make object file: %E\n" msgstr "%P%F:%s: ne peut créer le fichier objet: %E\n" -#: ldlang.c:1863 +#: ldlang.c:1882 msgid "%P%F:%s: can not set architecture: %E\n" msgstr "%P%F:%s: ne peut initialiser l'architecture: %E\n" -#: ldlang.c:1867 +#: ldlang.c:1886 msgid "%P%F: can not create link hash table: %E\n" msgstr "%P%F: ne peut créer un lien vers la table de hachage: %E\n" -#: ldlang.c:2169 +#: ldlang.c:2235 msgid " load address 0x%V" msgstr " address de chargement 0x%V" -#: ldlang.c:2299 +#: ldlang.c:2375 msgid "%W (size before relaxing)\n" msgstr "%W (taille avant relaxe)\n" -#: ldlang.c:2381 +#: ldlang.c:2462 #, c-format msgid "Address of section %s set to " msgstr "Adresse de la section %s initialisé à " -#: ldlang.c:2535 +#: ldlang.c:2623 #, c-format msgid "Fail with %d\n" msgstr "Échec avec %d\n" -#: ldlang.c:2777 +#: ldlang.c:2868 msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" msgstr "%X%P: section %s [%V -> %V] chevauche la section %s [%V -> %V]\n" -#: ldlang.c:2806 +#: ldlang.c:2897 msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" msgstr "%X%P: l'adresse 0x%v de %B de la section %s n'est pas dans la région %s\n" -#: ldlang.c:2814 +#: ldlang.c:2905 msgid "%X%P: region %s is full (%B section %s)\n" msgstr "%X%P: région %s est pleine (%B section %s)\n" -#: ldlang.c:2864 +#: ldlang.c:2955 msgid "%P%X: Internal error on COFF shared library section %s\n" msgstr "%P%X: erreur interne dans la section partagée de la librairie de COFF %s\n" -#: ldlang.c:2906 +#: ldlang.c:2999 msgid "%P: warning: no memory region specified for section `%s'\n" msgstr "%P: AVERTISSEMENT: pas de région mémoire spécifiée pour la section « %s »\n" -#: ldlang.c:2921 +#: ldlang.c:3014 msgid "%P: warning: changing start of section %s by %u bytes\n" msgstr "%P: AVERTISSEMENT: modification du début de section %s de %u octets\n" -#: ldlang.c:2935 +#: ldlang.c:3028 msgid "%F%S: non constant address expression for section %s\n" msgstr "%F%S: adresse d'expression n'est pas une constante pour la section %s\n" -#: ldlang.c:2999 -msgid "%X%P: use an absolute load address or a load memory region, not both\n" -msgstr "%X%P: utiliser une adresse absolue de chargement ou charger la région mémoire, mais pas les deux\n" - -#: ldlang.c:3114 +#: ldlang.c:3203 msgid "%P%F: can't relax section: %E\n" msgstr "%P%F: ne peut relâcher la section: %E\n" -#: ldlang.c:3273 +#: ldlang.c:3398 msgid "%F%P: invalid data statement\n" msgstr "%F%P: déclaration invalide de données\n" -#: ldlang.c:3310 +#: ldlang.c:3435 msgid "%F%P: invalid reloc statement\n" msgstr "%F%P: déclaration invalide de relocalisation\n" -#: ldlang.c:3448 +#: ldlang.c:3574 msgid "%P%F:%s: can't set start address\n" msgstr "%P%F:%s: ne peut initialiser l'adresse de départ\n" -#: ldlang.c:3461 ldlang.c:3478 +#: ldlang.c:3587 ldlang.c:3605 msgid "%P%F: can't set start address\n" msgstr "%P%F: ne peut initialiser l'adresse de départ\n" -#: ldlang.c:3473 +#: ldlang.c:3599 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "%P: AVERTISSEMENT: ne peut trouver le symbole d'entrée %s; utilise par défaut %V\n" -#: ldlang.c:3483 +#: ldlang.c:3610 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "%P: AVERTISSEMENT: ne peut trouver le symbole d'entrée %s; pas d'initialisation de l'adresse de départ\n" -#: ldlang.c:3525 -msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" -msgstr "%P: AVERTISSEMENT: architecture %s du fichier d'entrée « %B » est incompatible avec la sortie %s\n" - -#: ldlang.c:3538 +#: ldlang.c:3660 msgid "%P%F: Relocatable linking with relocations from format %s (%B) to format %s (%B) is not supported\n" msgstr "%P%F: liaison relocalisable avec relocalisation à partir du format %s (%B) au format %s (%B) n'est pas supportée\n" -#: ldlang.c:3558 +#: ldlang.c:3669 +msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" +msgstr "%P: AVERTISSEMENT: architecture %s du fichier d'entrée « %B » est incompatible avec la sortie %s\n" + +#: ldlang.c:3690 msgid "%E%X: failed to merge target specific data of file %B\n" msgstr "%E%X: échec de fusion des données spécifiques cibles du fichier %B\n" -#: ldlang.c:3647 +#: ldlang.c:3779 msgid "" "\n" "Allocating common symbols\n" @@ -667,7 +668,7 @@ msgstr "" "\n" "Allocation des symboles communs\n" -#: ldlang.c:3648 +#: ldlang.c:3780 msgid "" "Common symbol size file\n" "\n" @@ -678,151 +679,158 @@ msgstr "" #. This message happens when using the #. svr3.ifile linker script, so I have #. disabled it. -#: ldlang.c:3730 +#: ldlang.c:3858 msgid "%P: no [COMMON] command, defaulting to .bss\n" msgstr "%P: pas de commande [COMMUNE], utilisation par défaut de .bss\n" -#: ldlang.c:3789 +#: ldlang.c:3917 msgid "%P%F: invalid syntax in flags\n" msgstr "%P%F: syntaxe invalide dans les fanions\n" -#: ldlang.c:4390 +#: ldlang.c:4532 msgid "%P%Fmultiple STARTUP files\n" msgstr "%P%F fichiers multiples de DÉPART\n" -#: ldlang.c:4658 +#: ldlang.c:4575 +msgid "%X%P:%S: section has both a load address and a load region\n" +msgstr "%X%P:%S: section a à la fois une adresse de chargement et une région de chargement\n" + +#: ldlang.c:4825 msgid "%F%P: bfd_record_phdr failed: %E\n" msgstr "%F%P: bfd_record_phdr en échec: %E\n" -#: ldlang.c:4677 +#: ldlang.c:4844 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: section « %s » affectée à phdr inexistent « %s »\n" -#: ldlang.c:5003 +#: ldlang.c:5143 msgid "%X%P: unknown language `%s' in version information\n" msgstr "%X%P: langage inconnue « %s » dans l'information de la version\n" -#: ldlang.c:5055 +#: ldlang.c:5195 msgid "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "%X%P: étiquette de version anonyme ne peut être combinée avec d'autres étiquettes de version\n" -#: ldlang.c:5062 +#: ldlang.c:5202 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: duplication de l'étiquette de version « %s »\n" -#: ldlang.c:5075 ldlang.c:5088 +#: ldlang.c:5215 ldlang.c:5228 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "%X%P: duplication de l'expression « %s » dans l'information de version\n" -#: ldlang.c:5130 +#: ldlang.c:5270 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "%X%P: incapable de repérer les dépendences de version « %s »\n" -#: ldlang.c:5152 +#: ldlang.c:5292 msgid "%X%P: unable to read .exports section contents\n" msgstr "%X%P: incapable de lire le contenu de la section .exports\n" -#: ldmain.c:195 +#: ldmain.c:198 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: ne peut initialiser la cible par défaut BFD à « %s »: %E\n" -#: ldmain.c:284 +#: ldmain.c:290 msgid "%P%F: -r and --mpc860c0 may not be used together\n" msgstr "%P%F: -r et --mpc860c0 ne peuvent être utilisés ensemble\n" -#: ldmain.c:286 +#: ldmain.c:292 msgid "%P%F: --relax and -r may not be used together\n" msgstr "%P%F: --relax et -r ne peuvent être utilisés ensemble\n" -#: ldmain.c:288 +#: ldmain.c:294 msgid "%P%F: -r and -shared may not be used together\n" msgstr "%P%F: -r et -shared ne peuvent être utilisés ensemble\n" -#: ldmain.c:294 +#: ldmain.c:300 msgid "%P%F: -F may not be used without -shared\n" msgstr "%P%F: -F ne peut être utilisé sans -shared\n" -#: ldmain.c:296 +#: ldmain.c:302 msgid "%P%F: -f may not be used without -shared\n" msgstr "%P%F: -f ne peut être utilisé sans -shared\n" -#: ldmain.c:334 -#, c-format -msgid "using %s linker script:\n" -msgstr "utilisation du script d'édition de liens %s:\n" +#: ldmain.c:341 +msgid "using external linker script:" +msgstr "utilisation du script externe d'édition de liens:" + +#: ldmain.c:343 +msgid "using internal linker script:" +msgstr "utilisation du script interne d'édition de liens:" -#: ldmain.c:369 +#: ldmain.c:377 msgid "%P%F: no input files\n" msgstr "%P%F: aucun fichier d'entrée\n" -#: ldmain.c:374 +#: ldmain.c:382 msgid "%P: mode %s\n" msgstr "%P: mode %s\n" -#: ldmain.c:391 +#: ldmain.c:399 msgid "%P%F: cannot open map file %s: %E\n" msgstr "%P%F: ne peut ouvrir le fichier de la table de projection %s: %E\n" -#: ldmain.c:438 +#: ldmain.c:432 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: erreurs de lien trouvés, destruction de l'exécutable « %s »\n" -#: ldmain.c:449 +#: ldmain.c:443 msgid "%F%B: final close failed: %E\n" msgstr "%F%B: fermeture finale en échec: %E\n" -#: ldmain.c:473 +#: ldmain.c:467 msgid "%X%P: unable to open for source of copy `%s'\n" msgstr "%X%P: incapable d'ouvrir la copie source de « %s »\n" -#: ldmain.c:475 +#: ldmain.c:469 msgid "%X%P: unable to open for destination of copy `%s'\n" msgstr "%X%P: incpapable d'ouvrir la copie destination de « %s »\n" -#: ldmain.c:481 +#: ldmain.c:475 msgid "%P: Error writing file `%s'\n" msgstr "%P: erreur lors de l'écriture du fichier « %s »\n" -#: ldmain.c:487 pe-dll.c:1442 +#: ldmain.c:481 pe-dll.c:1463 #, c-format msgid "%P: Error closing file `%s'\n" msgstr "%P: erreur lors de la fermeture du fichier « %s »\n" -#: ldmain.c:504 +#: ldmain.c:498 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: temps total d'édition de liens: %ld.%06ld\n" -#: ldmain.c:507 +#: ldmain.c:501 #, c-format msgid "%s: data size %ld\n" msgstr "%s: tailles des données %ld\n" -#: ldmain.c:548 +#: ldmain.c:542 msgid "%P%F: missing argument to -m\n" msgstr "%P%F: argument manquant pour -m\n" -#: ldmain.c:676 ldmain.c:697 ldmain.c:728 +#: ldmain.c:670 ldmain.c:691 ldmain.c:722 msgid "%P%F: bfd_hash_table_init failed: %E\n" msgstr "%P%F: bfd_hash_table_init en échec: %E\n" -#: ldmain.c:681 ldmain.c:700 +#: ldmain.c:675 ldmain.c:694 msgid "%P%F: bfd_hash_lookup failed: %E\n" msgstr "%P%F: bfd_hash_lookup en échec: %E\n" -#: ldmain.c:715 +#: ldmain.c:709 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: erreur: duplication dans retain-symbols-file\n" -#: ldmain.c:759 +#: ldmain.c:753 msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" msgstr "%P%F: bfd_hash_lookup en échec lors d'une insertion: %E\n" -#: ldmain.c:764 +#: ldmain.c:758 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P: « -retain-symbols-file » écrase les options « -s » et « -S »\n" -#: ldmain.c:840 +#: ldmain.c:834 msgid "" "Archive member included because of file (symbol)\n" "\n" @@ -830,140 +838,140 @@ msgstr "" "Membre de l'archive est inclu en raison du fichier (symbole)\n" "\n" -#: ldmain.c:911 +#: ldmain.c:905 msgid "%X%C: multiple definition of `%T'\n" msgstr "%X%C: définitions multiples de « %T »\n" -#: ldmain.c:914 +#: ldmain.c:908 msgid "%D: first defined here\n" msgstr "%D: défini pour la première fois ici\n" -#: ldmain.c:918 +#: ldmain.c:912 msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" msgstr "%P: désactivation de la relâche: il ne pourra pas travailler avec des définitions multiples\n" -#: ldmain.c:949 +#: ldmain.c:943 msgid "%B: warning: definition of `%T' overriding common\n" msgstr "%B: AVERTISSEMENT: définition de « %T » écrase le commun\n" -#: ldmain.c:952 +#: ldmain.c:946 msgid "%B: warning: common is here\n" msgstr "%B: AVERTISSEMENT: le commun est ici\n" -#: ldmain.c:959 +#: ldmain.c:953 msgid "%B: warning: common of `%T' overridden by definition\n" msgstr "%B: AVERTISSEMENT: le commun de « %T » écrasé par définition\n" -#: ldmain.c:962 +#: ldmain.c:956 msgid "%B: warning: defined here\n" msgstr "%B: AVERTISSEMENT: défini ici\n" -#: ldmain.c:969 +#: ldmain.c:963 msgid "%B: warning: common of `%T' overridden by larger common\n" msgstr "%B: AVERTISSEMENT: le commun de « %T » écrasé par un commun de plus grande taille\n" -#: ldmain.c:972 +#: ldmain.c:966 msgid "%B: warning: larger common is here\n" msgstr "%B: AVERTISSEMENT: le commun de plus grande taille est ici\n" -#: ldmain.c:976 +#: ldmain.c:970 msgid "%B: warning: common of `%T' overriding smaller common\n" msgstr "%B: AVERTISSEMENT: le commun de « %T » écrasé par un commun de plus petite taille\n" -#: ldmain.c:979 +#: ldmain.c:973 msgid "%B: warning: smaller common is here\n" msgstr "%B: AVERTISSEMENT: le commun de plus petite taille est ici\n" -#: ldmain.c:983 +#: ldmain.c:977 msgid "%B: warning: multiple common of `%T'\n" msgstr "%B: AVERTISSEMENT: communs multiples de « %T »\n" -#: ldmain.c:985 +#: ldmain.c:979 msgid "%B: warning: previous common is here\n" msgstr "%B: AVERTISSEMENT: commun précédent est ici\n" -#: ldmain.c:1006 ldmain.c:1045 +#: ldmain.c:1000 ldmain.c:1039 msgid "%P: warning: global constructor %s used\n" msgstr "%P: AVERTISSEMENT: constructeur global %s est utilisé\n" -#: ldmain.c:1055 +#: ldmain.c:1049 msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" msgstr "%P%F: BFD erreur de terminaison arrière (backend): BFD_RELOC_CTOR non supporté\n" -#: ldmain.c:1239 +#: ldmain.c:1233 msgid "%F%P: bfd_hash_table_init failed: %E\n" msgstr "%F%P: bfd_hash_table_init en échec: %E\n" -#: ldmain.c:1246 +#: ldmain.c:1240 msgid "%F%P: bfd_hash_lookup failed: %E\n" msgstr "%F%P: bfd_hash_lookup en échec: %E\n" -#: ldmain.c:1266 +#: ldmain.c:1260 msgid "%C: undefined reference to `%T'\n" msgstr "%C: référence indéfinie vers « %T »\n" -#: ldmain.c:1272 +#: ldmain.c:1266 msgid "%D: more undefined references to `%T' follow\n" msgstr "%D: encore plus de références indéfinies suivent vers « %T »\n" -#: ldmain.c:1279 +#: ldmain.c:1273 msgid "%B: undefined reference to `%T'\n" msgstr "%B: référence indéfinie vers « %T »\n" -#: ldmain.c:1285 +#: ldmain.c:1279 msgid "%B: more undefined references to `%T' follow\n" msgstr "%B: encore plus de références indéfinies suivent vers « %T »\n" -#: ldmain.c:1305 ldmain.c:1326 ldmain.c:1345 +#: ldmain.c:1299 ldmain.c:1320 ldmain.c:1339 msgid "%P%X: generated" msgstr "%P%X: généré" -#: ldmain.c:1308 +#: ldmain.c:1302 msgid " relocation truncated to fit: %s %T" msgstr " relocalisation tronquée pour concorder avec la taille: %s %T" -#: ldmain.c:1329 +#: ldmain.c:1323 #, c-format msgid "dangerous relocation: %s\n" msgstr "relocalisation dangereuse: %s\n" -#: ldmain.c:1348 +#: ldmain.c:1342 msgid " reloc refers to symbol `%T' which is not being output\n" msgstr " relocalisation réfère au symbole « %T » qui n'a pas été sorti\n" -#: ldmisc.c:176 +#: ldmisc.c:157 msgid "no symbol" msgstr "aucun symbole" -#: ldmisc.c:240 +#: ldmisc.c:221 #, c-format msgid "built in linker script:%u" msgstr "construit dans le script d'édition de liens:%u" -#: ldmisc.c:290 ldmisc.c:294 +#: ldmisc.c:271 ldmisc.c:275 msgid "%B%F: could not read symbols\n" msgstr "%B%F: ne peut lire les symboles\n" #. We use abfd->filename in this initial line, #. in case filename is a .h file or something #. similarly unhelpful. -#: ldmisc.c:330 +#: ldmisc.c:311 msgid "%B: In function `%T':\n" msgstr "%B: dans la fonction « %T »:\n" -#: ldmisc.c:439 +#: ldmisc.c:463 msgid "%F%P: internal error %s %d\n" msgstr "%F%P: erreur interne %s %d\n" -#: ldmisc.c:489 +#: ldmisc.c:513 msgid "%P: internal error: aborting at %s line %d in %s\n" msgstr "%P: erreur interne: arrêt immédiat %s, ligne %d dans %s\n" -#: ldmisc.c:492 +#: ldmisc.c:516 msgid "%P: internal error: aborting at %s line %d\n" msgstr "%P: erreur interne: arrêt immédiat à %s ligne %d\n" -#: ldmisc.c:494 +#: ldmisc.c:518 msgid "%P%F: please report this bug\n" msgstr "%P%F: rapporter cette anomalie\n" @@ -974,8 +982,8 @@ msgid "GNU ld version %s\n" msgstr "GNU ld version %s\n" #: ldver.c:42 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" #: ldver.c:43 msgid "" @@ -994,356 +1002,362 @@ msgstr " Émulations supportées:\n" msgid "%P%F: bfd_new_link_order failed\n" msgstr "%P%F: bfd_new_link_order en échec\n" -#: ldwrite.c:321 +#: ldwrite.c:325 msgid "%F%P: clone section failed: %E\n" msgstr "%F%P: section clone en échec: %E\n" -#: ldwrite.c:360 +#: ldwrite.c:364 #, c-format msgid "%8x something else\n" msgstr "%8x quelque chose d'autre\n" -#: ldwrite.c:543 +#: ldwrite.c:547 msgid "%F%P: final link failed: %E\n" msgstr "%F%P: édition de lien finale en échec: %E\n" -#: lexsup.c:175 lexsup.c:270 +#: lexsup.c:172 lexsup.c:267 msgid "KEYWORD" msgstr "MOT CLÉ" -#: lexsup.c:175 +#: lexsup.c:172 msgid "Shared library control for HP/UX compatibility" msgstr "Librairie partagée de contrôle pour compatibilité HP/UX" -#: lexsup.c:178 +#: lexsup.c:175 msgid "ARCH" msgstr "ARCH" -#: lexsup.c:178 +#: lexsup.c:175 msgid "Set architecture" msgstr "Initilisé l'architecture" -#: lexsup.c:180 lexsup.c:337 +#: lexsup.c:177 lexsup.c:336 msgid "TARGET" msgstr "CIBLE" -#: lexsup.c:180 +#: lexsup.c:177 msgid "Specify target for following input files" msgstr "Spécifier la cible pour les règles suivantes pour les fichiers d'entrée" -#: lexsup.c:182 lexsup.c:223 lexsup.c:235 lexsup.c:244 lexsup.c:315 lexsup.c:344 lexsup.c:384 +#: lexsup.c:179 lexsup.c:220 lexsup.c:232 lexsup.c:241 lexsup.c:312 +#: lexsup.c:343 lexsup.c:383 msgid "FILE" msgstr "FICHIER" -#: lexsup.c:182 +#: lexsup.c:179 msgid "Read MRI format linker script" msgstr "Lecture du format MRI du script de l'éditeur de liens" -#: lexsup.c:184 +#: lexsup.c:181 msgid "Force common symbols to be defined" msgstr "Forcer les symboles communs à être définis" -#: lexsup.c:188 lexsup.c:374 lexsup.c:376 lexsup.c:378 +#: lexsup.c:185 lexsup.c:373 lexsup.c:375 lexsup.c:377 msgid "ADDRESS" msgstr "ADRESSE" -#: lexsup.c:188 +#: lexsup.c:185 msgid "Set start address" msgstr "Initialiser l'adresse de début" -#: lexsup.c:190 +#: lexsup.c:187 msgid "Export all dynamic symbols" msgstr "Exportation de tous les symboles dynamiques" -#: lexsup.c:192 +#: lexsup.c:189 msgid "Link big-endian objects" msgstr "Lier les objets pour les systèmes à octet de poids fort (big endian)" -#: lexsup.c:194 +#: lexsup.c:191 msgid "Link little-endian objects" msgstr "Lier les objets pour les systèmes à octets de poids faible (little endian)" -#: lexsup.c:196 lexsup.c:199 +#: lexsup.c:193 lexsup.c:196 msgid "SHLIB" msgstr "LIBRAIRIE COMMMUNE (SHLIB)" -#: lexsup.c:196 +#: lexsup.c:193 msgid "Auxiliary filter for shared object symbol table" msgstr "Filtre auxiliaire de la table de symboles de l'objet partagé" -#: lexsup.c:199 +#: lexsup.c:196 msgid "Filter for shared object symbol table" msgstr "Filtre de la table de symboles de l'objet partagé" -#: lexsup.c:201 +#: lexsup.c:198 msgid "Ignored" msgstr "Ignoré" -#: lexsup.c:203 +#: lexsup.c:200 msgid "SIZE" msgstr "TAILLE" -#: lexsup.c:203 +#: lexsup.c:200 msgid "Small data size (if no size, same as --shared)" msgstr "Petite taille des données (si aucune taille spécifié, identique à --shared)" -#: lexsup.c:206 +#: lexsup.c:203 msgid "FILENAME" msgstr "NOM DE FICHIER" -#: lexsup.c:206 +#: lexsup.c:203 msgid "Set internal name of shared library" msgstr "Initialisé le nom interne de la librairie partagée" -#: lexsup.c:208 +#: lexsup.c:205 msgid "PROGRAM" msgstr "PROGRAMME" -#: lexsup.c:208 +#: lexsup.c:205 msgid "Set PROGRAM as the dynamic linker to use" msgstr "Utiliser le PROGRAM comme éditeur de liens dynamique" -#: lexsup.c:210 +#: lexsup.c:207 msgid "LIBNAME" msgstr "NOM de LIBRAIRIE" -#: lexsup.c:210 +#: lexsup.c:207 msgid "Search for library LIBNAME" msgstr "Recherche de la librairie LIBNAME" -#: lexsup.c:212 +#: lexsup.c:209 msgid "DIRECTORY" msgstr "RÉPERTOIRE" -#: lexsup.c:212 +#: lexsup.c:209 msgid "Add DIRECTORY to library search path" msgstr "Ajout du RÉPERTOIRE au chemin de recherche de librairie" -#: lexsup.c:214 +#: lexsup.c:211 msgid "EMULATION" msgstr "ÉMULATION" -#: lexsup.c:214 +#: lexsup.c:211 msgid "Set emulation" msgstr "Initialisation de l'émuilation" -#: lexsup.c:216 +#: lexsup.c:213 msgid "Print map file on standard output" msgstr "Afficher le fichier de projection sur la sortie standard" -#: lexsup.c:218 +#: lexsup.c:215 msgid "Do not page align data" msgstr "Ne pas paginer l'alignement des données" -#: lexsup.c:220 +#: lexsup.c:217 msgid "Do not page align data, do not make text readonly" msgstr "Ne pas paginer l'alignement des donnnées, ne pas faire de texte en lecture seulement" -#: lexsup.c:223 +#: lexsup.c:220 msgid "Set output file name" msgstr "Initialisé le nom du fichier de sortie" -#: lexsup.c:225 +#: lexsup.c:222 msgid "Optimize output file" msgstr "Optimisé le fichier de sortie" -#: lexsup.c:227 +#: lexsup.c:224 msgid "Ignored for SVR4 compatibility" msgstr "Ignoré pour la compatibilité avec SVR4" -#: lexsup.c:231 +#: lexsup.c:228 msgid "Generate relocateable output" msgstr "Généré la sortie des relocalisables " -#: lexsup.c:235 +#: lexsup.c:232 msgid "Just link symbols (if directory, same as --rpath)" msgstr "Juste lier les symboles (si répertoire, identique à --rpath)" -#: lexsup.c:238 +#: lexsup.c:235 msgid "Strip all symbols" msgstr "Élaguer tous les symboles" -#: lexsup.c:240 +#: lexsup.c:237 msgid "Strip debugging symbols" msgstr "Élaguer tous les symboles de débug" -#: lexsup.c:242 +#: lexsup.c:239 msgid "Trace file opens" msgstr "Ouverture des fichiers de trace" -#: lexsup.c:244 +#: lexsup.c:241 msgid "Read linker script" msgstr "Lecture du script de l'éditeur de lien" -#: lexsup.c:246 lexsup.c:262 lexsup.c:301 lexsup.c:313 lexsup.c:368 lexsup.c:387 lexsup.c:407 +#: lexsup.c:243 lexsup.c:259 lexsup.c:298 lexsup.c:310 lexsup.c:367 +#: lexsup.c:386 lexsup.c:406 msgid "SYMBOL" msgstr "SYMBOLE" -#: lexsup.c:246 +#: lexsup.c:243 msgid "Start with undefined reference to SYMBOL" msgstr "Débuter avec une référence indéfinie au SYMBOLE" -#: lexsup.c:248 +#: lexsup.c:245 msgid "[=SECTION]" msgstr "[=SECTION]" -#: lexsup.c:248 +#: lexsup.c:245 msgid "Don't merge input [SECTION | orphan] sections" msgstr "Ne pas fusionner les sections d'entrée [SECTION | orpheline]" -#: lexsup.c:250 +#: lexsup.c:247 msgid "Build global constructor/destructor tables" msgstr "Bâtir les tables de constructeurs/destructeurs globaux" -#: lexsup.c:252 +#: lexsup.c:249 msgid "Print version information" msgstr "Afficher les informations de version" -#: lexsup.c:254 +#: lexsup.c:251 msgid "Print version and emulation information" msgstr "Afficher les information de version et d'émulation" -#: lexsup.c:256 +#: lexsup.c:253 msgid "Discard all local symbols" msgstr "Ignorer tous les symboles locaux" -#: lexsup.c:258 +#: lexsup.c:255 msgid "Discard temporary local symbols (default)" msgstr "Ignorer tous les symboles locaux temporaires (par défaut)" -#: lexsup.c:260 +#: lexsup.c:257 msgid "Don't discard any local symbols" msgstr "Ne pas ignorer tous les symboles locaux" -#: lexsup.c:262 +#: lexsup.c:259 msgid "Trace mentions of SYMBOL" msgstr "Tracer les mentions de SYMBOLE" -#: lexsup.c:264 lexsup.c:346 lexsup.c:348 +#: lexsup.c:261 lexsup.c:345 lexsup.c:347 msgid "PATH" msgstr "CHEMIN" -#: lexsup.c:264 +#: lexsup.c:261 msgid "Default search path for Solaris compatibility" msgstr "Chemin par défaut de recherche pour la compatibilité Solaris" -#: lexsup.c:266 +#: lexsup.c:263 msgid "Start a group" msgstr "Débuter un groupe" -#: lexsup.c:268 +#: lexsup.c:265 msgid "End a group" msgstr "Terminer un groupe" -#: lexsup.c:270 +#: lexsup.c:267 msgid "Ignored for SunOS compatibility" msgstr "Ignoré pour la compatibilité avec SunOS" -#: lexsup.c:272 +#: lexsup.c:269 msgid "Link against shared libraries" msgstr "Établir des liens vis à vis des librairies partagées" -#: lexsup.c:278 +#: lexsup.c:275 msgid "Do not link against shared libraries" msgstr "Ne pas établir de liens vis à vis des librairies partagées" -#: lexsup.c:286 +#: lexsup.c:283 msgid "Bind global references locally" msgstr "Lier les référence locales globales" -#: lexsup.c:288 +#: lexsup.c:285 msgid "Check section addresses for overlaps (default)" msgstr "Vérifier les adresses de section pour le chevauchement (par défaut)" -#: lexsup.c:290 +#: lexsup.c:287 msgid "Do not check section addresses for overlaps" msgstr "Ne pas vérifier les adresses des sections pour le chevauchement" -#: lexsup.c:293 +#: lexsup.c:290 msgid "Output cross reference table" msgstr "Produire la table des références croisées" -#: lexsup.c:295 +#: lexsup.c:292 msgid "SYMBOL=EXPRESSION" msgstr "SYMBOLE=EXPRESSION" -#: lexsup.c:295 +#: lexsup.c:292 msgid "Define a symbol" msgstr "Définir un symbole" -#: lexsup.c:297 +#: lexsup.c:294 msgid "[=STYLE]" msgstr "[=STYLE]" -#: lexsup.c:297 +#: lexsup.c:294 msgid "Demangle symbol names [using STYLE]" msgstr "Recouvrir les noms des symboles encodés par mutilisation [utilisant le STYLE]" -#: lexsup.c:299 +#: lexsup.c:296 msgid "Generate embedded relocs" msgstr "Générer des relocalisations imbriqués" -#: lexsup.c:301 +#: lexsup.c:298 msgid "Call SYMBOL at unload-time" msgstr "Appeler le SYMBOLE au moment du déchargement" -#: lexsup.c:303 +#: lexsup.c:300 msgid "Force generation of file with .exe suffix" msgstr "Force la génération de fichier avec le suffixe .exe" -#: lexsup.c:305 +#: lexsup.c:302 msgid "Remove unused sections (on some targets)" msgstr "Enlever les sections inutilisées (sur quelques cibles)" -#: lexsup.c:308 +#: lexsup.c:305 msgid "Don't remove unused sections (default)" msgstr "Ne pas enlever les sections inutilisées (par défaut)" -#: lexsup.c:311 +#: lexsup.c:308 msgid "Print option help" msgstr "Afficher l'aide-mémoire" -#: lexsup.c:313 +#: lexsup.c:310 msgid "Call SYMBOL at load-time" msgstr "Appeler le SYMBOLE au moment du chargement" -#: lexsup.c:315 +#: lexsup.c:312 msgid "Write a map file" msgstr "Écrire un fichier de projection" -#: lexsup.c:317 +#: lexsup.c:314 msgid "Do not define Common storage" msgstr "Ne pas définir le stockage commun" -#: lexsup.c:319 +#: lexsup.c:316 msgid "Do not demangle symbol names" msgstr "Ne pas recouvrir les noms des symboles encodés par mutilisation" -#: lexsup.c:321 +#: lexsup.c:318 msgid "Use less memory and more disk I/O" msgstr "Utiliser moins de mémoire et plus d'espace disque" -#: lexsup.c:323 +#: lexsup.c:320 msgid "Allow no undefined symbols" msgstr "Ne pas permettre de symboles indéfinis" -#: lexsup.c:325 +#: lexsup.c:322 msgid "Allow undefined symbols in shared objects" msgstr "Permettre les symboles indéfinis dans les objets partagés" -#: lexsup.c:327 +#: lexsup.c:324 +msgid "Allow multiple definitions" +msgstr "Autoriser des définitions multiples" + +#: lexsup.c:326 msgid "Don't warn about mismatched input files" msgstr "Ne pas avertir à propos des non-concordances dans les fichiers d'entrée" -#: lexsup.c:329 +#: lexsup.c:328 msgid "Turn off --whole-archive" msgstr "Désactiver --whole-archive" -#: lexsup.c:331 +#: lexsup.c:330 msgid "Create an output file even if errors occur" msgstr "Créer un fichier de sortie même si des erreurs surviennent" -#: lexsup.c:335 +#: lexsup.c:334 msgid "" "Only use library directories specified on\n" "\t\t\t\tthe command line" @@ -1351,107 +1365,107 @@ msgstr "" "Utiliser seuelement les répertoires de librairies spécifiés sur\n" "la ligne de commande" -#: lexsup.c:337 +#: lexsup.c:336 msgid "Specify target of output file" msgstr "Spécifier un fichier cible de sortie" -#: lexsup.c:339 +#: lexsup.c:338 msgid "Ignored for Linux compatibility" msgstr "Ignoré pour la compatibilité avec Linux" -#: lexsup.c:341 +#: lexsup.c:340 msgid "Relax branches on certain targets" msgstr "Relâcher les branches de certaines cibles" -#: lexsup.c:344 +#: lexsup.c:343 msgid "Keep only symbols listed in FILE" msgstr "Conserver uniquement les symboles listés dans le FICHIER" -#: lexsup.c:346 +#: lexsup.c:345 msgid "Set runtime shared library search path" msgstr "Initialisé le chemin de recherche des librairies partagées pour l'exécution" -#: lexsup.c:348 +#: lexsup.c:347 msgid "Set link time shared library search path" msgstr "Initialisé le chemin de recherche des librairies partagées pour l'édition de liens" -#: lexsup.c:350 +#: lexsup.c:349 msgid "Create a shared library" msgstr "Créer une librairie partagée" -#: lexsup.c:354 +#: lexsup.c:353 msgid "Sort common symbols by size" msgstr "Trier les symboles communs par taille" -#: lexsup.c:358 +#: lexsup.c:357 msgid "COUNT" msgstr "DÉCOMPTE" -#: lexsup.c:358 +#: lexsup.c:357 msgid "How many tags to reserve in .dynamic section" msgstr "Combien d'étiquettes réservées dans la section .dynamic" -#: lexsup.c:360 +#: lexsup.c:359 msgid "[=SIZE]" msgstr "[=TAILLE]" -#: lexsup.c:360 +#: lexsup.c:359 msgid "Split output sections every SIZE octets" msgstr "Découper à la sortie les sections à chaque NOMBRE d'octets" -#: lexsup.c:362 +#: lexsup.c:361 msgid "[=COUNT]" msgstr "[=DÉCOMPTE]" -#: lexsup.c:362 +#: lexsup.c:361 msgid "Split output sections every COUNT relocs" msgstr "Découper à la sortie les sections à chaque NOMBRE de relocalisations" -#: lexsup.c:364 +#: lexsup.c:363 msgid "Print memory usage statistics" msgstr "Afficher les statistiques de l'utilisation de la mémoire" -#: lexsup.c:366 +#: lexsup.c:365 msgid "Display target specific options" msgstr "Afficher les options spécifiques cibles" -#: lexsup.c:368 +#: lexsup.c:367 msgid "Do task level linking" msgstr "Composer des liens au niveau de l'exécution de la tache" -#: lexsup.c:370 +#: lexsup.c:369 msgid "Use same format as native linker" msgstr "Utiliser le même format que l'éditeur de lien natif" -#: lexsup.c:372 +#: lexsup.c:371 msgid "SECTION=ADDRESS" msgstr "SECTION=ADRESSE" -#: lexsup.c:372 +#: lexsup.c:371 msgid "Set address of named section" msgstr "Initialisé l'adresse de la section nommé" -#: lexsup.c:374 +#: lexsup.c:373 msgid "Set address of .bss section" msgstr "Initialisé l'adresse de la section .bss" -#: lexsup.c:376 +#: lexsup.c:375 msgid "Set address of .data section" msgstr "Initialisé l'adresse de la section .data" -#: lexsup.c:378 +#: lexsup.c:377 msgid "Set address of .text section" msgstr "Initialisé l'adresse de la section .text" -#: lexsup.c:380 +#: lexsup.c:379 msgid "Output lots of information during link" msgstr "Afficher des tas d'information durant l'édition de lien" -#: lexsup.c:384 +#: lexsup.c:383 msgid "Read version information script" msgstr "Lire le script des informations de version" -#: lexsup.c:387 +#: lexsup.c:386 msgid "" "Take export symbols list from .exports, using\n" "\t\t\t\tSYMBOL as the version." @@ -1459,43 +1473,43 @@ msgstr "" "Prendre la liste des symboles exportés de .exports, en utilisant\n" "\t\t\t\tSYMBOLE comme version." -#: lexsup.c:390 +#: lexsup.c:389 msgid "Warn about duplicate common symbols" msgstr "AVERTIR au sujet des symboles communs dupliqués" -#: lexsup.c:392 +#: lexsup.c:391 msgid "Warn if global constructors/destructors are seen" msgstr "AVERTIR si des constructeurs/destructeurs globaux sont détectés" -#: lexsup.c:395 +#: lexsup.c:394 msgid "Warn if the multiple GP values are used" msgstr "AVERTIR si des valeurs GP multiples sont utilisées" -#: lexsup.c:397 +#: lexsup.c:396 msgid "Warn only once per undefined symbol" msgstr "AVERTIR seulement une fois pour chaque symbole indéfini" -#: lexsup.c:399 +#: lexsup.c:398 msgid "Warn if start of section changes due to alignment" msgstr "AVERTIR si le début de la section est modifié en raison de l'alignement" -#: lexsup.c:402 +#: lexsup.c:401 msgid "Treat warnings as errors" msgstr "Traiter les avertissements comme des erreurs" -#: lexsup.c:405 +#: lexsup.c:404 msgid "Include all objects from following archives" msgstr "Inclure tous les objets des archives suivantes" -#: lexsup.c:407 +#: lexsup.c:406 msgid "Use wrapper functions for SYMBOL" msgstr "Utiliser les fonctions d'emballage pour SYMBOLE" -#: lexsup.c:409 +#: lexsup.c:408 msgid "[=WORDS]" msgstr "[=MOTS]" -#: lexsup.c:409 +#: lexsup.c:408 msgid "" "Modify problematic branches in last WORDS (1-10,\n" "\t\t\t\tdefault 5) words of a page" @@ -1503,27 +1517,27 @@ msgstr "" "Modifier les branches problématiques dans les derniers MOTS (1-10,\n" "\t\t\t\tpar défaut 5 derniers) mots de la page" -#: lexsup.c:575 +#: lexsup.c:574 msgid "%P: unrecognized option '%s'\n" msgstr "%P: option « %s » non reocnnue\n" -#: lexsup.c:577 +#: lexsup.c:576 msgid "%P%F: use the --help option for usage information\n" msgstr "%P%F: utiliser --help pour afficher l'aide-mémoire\n" -#: lexsup.c:596 +#: lexsup.c:595 msgid "%P%F: unrecognized -a option `%s'\n" msgstr "%P%F: -a option non reocnnue « %s »\n" -#: lexsup.c:609 +#: lexsup.c:608 msgid "%P%F: unrecognized -assert option `%s'\n" msgstr "%P%F: -assert option non reconnue « %s »\n" -#: lexsup.c:652 +#: lexsup.c:651 msgid "%F%P: unknown demangling style `%s'" msgstr "%F%P: style inconnu de recouvrement du transcodage par mutilisation « %s »" -#: lexsup.c:712 +#: lexsup.c:711 msgid "%P%F: invalid number `%s'\n" msgstr "%P%F: nombre invalide « %s »\n" @@ -1535,65 +1549,65 @@ msgstr "%P%F: nombre invalide « %s »\n" #. an error message here. We cannot just make this a warning, #. increment optind, and continue because getopt is too confused #. and will seg-fault the next time around. -#: lexsup.c:810 +#: lexsup.c:812 msgid "%P%F: bad -rpath option\n" msgstr "%P%F: option -rpath non reconnue\n" -#: lexsup.c:908 +#: lexsup.c:910 msgid "%P%F: -shared not supported\n" msgstr "%P%F: -shared non supporté\n" -#: lexsup.c:940 +#: lexsup.c:942 msgid "%P%F: invalid argument to option \"--section-start\"\n" msgstr "%P%F: argument invalide pour l'option \"--section-start\"\n" -#: lexsup.c:946 +#: lexsup.c:948 msgid "%P%F: missing argument(s) to option \"--section-start\"\n" msgstr "%P%F: argument(s) manquant(s) pour l'option \"--section-start\"\n" -#: lexsup.c:1095 +#: lexsup.c:1097 msgid "%P%F: may not nest groups (--help for usage)\n" msgstr "%P%F: ne peut imbriquer les groupes (--help pour l'usage)\n" -#: lexsup.c:1102 +#: lexsup.c:1104 msgid "%P%F: group ended before it began (--help for usage)\n" msgstr "%P%F: fin du groupe avant son début (--help pour l'usage)\n" -#: lexsup.c:1116 +#: lexsup.c:1118 msgid "%P%F: invalid argument to option \"mpc860c0\"\n" msgstr "%P%F: argument invalide pour l'option « mpc860c0 »\n" -#: lexsup.c:1171 +#: lexsup.c:1173 msgid "%P%F: invalid hex number `%s'\n" msgstr "%P%F: nombre hexadécimal invalide « %s »\n" -#: lexsup.c:1183 +#: lexsup.c:1185 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Usage: %s [options] fichier...\n" -#: lexsup.c:1185 +#: lexsup.c:1187 msgid "Options:\n" msgstr "Options:\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:1268 +#: lexsup.c:1270 #, c-format msgid "%s: supported targets:" msgstr "%s: cibles supportées:" -#: lexsup.c:1276 +#: lexsup.c:1278 #, c-format msgid "%s: supported emulations: " msgstr "%s: émulations supportées: " -#: lexsup.c:1281 +#: lexsup.c:1283 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: options spécifiques d'émulation:\n" -#: lexsup.c:1285 +#: lexsup.c:1287 #, c-format msgid "Report bugs to %s\n" msgstr "Rapporter toutes anomalies à %s\n" @@ -1602,61 +1616,61 @@ msgstr "Rapporter toutes anomalies à %s\ msgid "%P%F: unknown format type %s\n" msgstr "%P%F: type de format inconnu %s\n" -#: pe-dll.c:316 +#: pe-dll.c:321 #, c-format msgid "%XUnsupported PEI architecture: %s\n" msgstr "%XArchitecture PEI non supportée: %s\n" -#: pe-dll.c:650 +#: pe-dll.c:671 #, c-format msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%XErreur, duplicattion EXPORT avec nombre ordinal: %s (%d vs %d)\n" -#: pe-dll.c:657 +#: pe-dll.c:678 #, c-format msgid "Warning, duplicate EXPORT: %s\n" msgstr "AVERTISSEMENT, duplication EXPORT: %s\n" -#: pe-dll.c:721 +#: pe-dll.c:742 #, c-format msgid "%XCannot export %s: symbol not defined\n" msgstr "%XNe peut exporter %s: symbole indéfini\n" -#: pe-dll.c:727 +#: pe-dll.c:748 #, c-format msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%XNe peut exporter %s: mauvais type de symbole (%d vs %d)\n" -#: pe-dll.c:734 +#: pe-dll.c:755 #, c-format msgid "%XCannot export %s: symbol not found\n" msgstr "%XNe peut exporter %s: symbole non repéré\n" -#: pe-dll.c:849 +#: pe-dll.c:870 #, c-format msgid "%XError, ordinal used twice: %d (%s vs %s)\n" msgstr "%XErreur, ordinal utilisé 2 fois: %d (%s vs %s)\n" -#: pe-dll.c:1160 +#: pe-dll.c:1181 #, c-format msgid "%XError: %d-bit reloc in dll\n" msgstr "%XErreur: %d-bit relocalisation dans dll\n" -#: pe-dll.c:1295 +#: pe-dll.c:1316 #, c-format msgid "%s: Can't open output def file %s\n" msgstr "%s: ne peut ouvrir le fichier def %s\n" -#: pe-dll.c:1438 +#: pe-dll.c:1459 msgid "; no contents available\n" msgstr "; aucun contenu disponible\n" -#: pe-dll.c:2107 +#: pe-dll.c:2128 #, c-format msgid "%XCan't open .lib file: %s\n" msgstr "%XNe peut ouvrir le fichier .lib: %s\n" -#: pe-dll.c:2112 +#: pe-dll.c:2133 #, c-format msgid "Creating library file: %s\n" msgstr "Création du fichier de librairie: %s\n" diff -uprN binutils-2.12.90.0.15/ld/po/sv.po binutils-2.13.90.0.2/ld/po/sv.po --- binutils-2.12.90.0.15/ld/po/sv.po Thu May 23 15:10:11 2002 +++ binutils-2.13.90.0.2/ld/po/sv.po Mon Jul 29 08:19:19 2002 @@ -4,9 +4,9 @@ # msgid "" msgstr "" -"Project-Id-Version: ld 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-05-05 20:29+0200\n" +"Project-Id-Version: ld 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:58-0400\n" +"PO-Revision-Date: 2002-07-24 12:31+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" @@ -19,134 +19,148 @@ msgstr " --support-old-code Stöd inte #: emultempl/armcoff.em:72 msgid " --thumb-entry= Set the entry point to be Thumb symbol \n" -msgstr " --thumb-entry= Ställ in ingångspunkten till att vara tumsymbolen \n" +msgstr "" +" --thumb-entry= Ställ in ingångspunkten till att vara tumsymbolen\n" +" \n" #: emultempl/armcoff.em:141 #, c-format msgid "Errors encountered processing file %s" msgstr "Fel inträffade vid bearbetning av filen %s" -#: emultempl/armcoff.em:207 emultempl/pe.em:1414 +#: emultempl/armcoff.em:207 emultempl/pe.em:1422 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "%P: varning: \"--thumb-entry %s\" åsidosätter \"-e %s\"\n" -#: emultempl/armcoff.em:212 emultempl/pe.em:1419 +#: emultempl/armcoff.em:212 emultempl/pe.em:1427 msgid "%P: warning: connot find thumb start symbol %s\n" msgstr "%P: varning: kan inte hitta tumstartsymbol %s\n" -#: emultempl/pe.em:315 +#: emultempl/pe.em:317 msgid " --base_file Generate a base file for relocatable DLLs\n" msgstr "" " --base_file Generera en basfil för\n" -" omlokaliseringsbara DLL:er\n" +" omlokaliseringsbara DLL:er\n" -#: emultempl/pe.em:316 +#: emultempl/pe.em:318 msgid " --dll Set image base to the default for DLLs\n" -msgstr " --dll Ställ in bildbas till standard för DLL:er\n" +msgstr "" +" --dll Ställ in bildbas till standard för\n" +" DLL:er\n" -#: emultempl/pe.em:317 +#: emultempl/pe.em:319 msgid " --file-alignment Set file alignment\n" msgstr " --file-alignment Ställ in filjustering\n" -#: emultempl/pe.em:318 +#: emultempl/pe.em:320 msgid " --heap Set initial size of the heap\n" msgstr " --heap Ställ in initial storlek på högen\n" -#: emultempl/pe.em:319 +#: emultempl/pe.em:321 msgid " --image-base
Set start address of the executable\n" msgstr " --image-base Ställ in startadressen för det körbara\n" -#: emultempl/pe.em:320 +#: emultempl/pe.em:322 msgid " --major-image-version Set version number of the executable\n" msgstr " --major-image-version Ställ in versionsnummer för det körbara\n" -#: emultempl/pe.em:321 +#: emultempl/pe.em:323 msgid " --major-os-version Set minimum required OS version\n" msgstr " --major-os-version Ställ in lägsta nödvändiga OS-version\n" -#: emultempl/pe.em:322 +#: emultempl/pe.em:324 msgid " --major-subsystem-version Set minimum required OS subsystem version\n" msgstr "" " --major-subsystem-version Ställ in lägsta nödvändiga\n" -" OS-undersystemsversion\n" +" OS-undersystemsversion\n" -#: emultempl/pe.em:323 +#: emultempl/pe.em:325 msgid " --minor-image-version Set revision number of the executable\n" msgstr "" -" --minor-image-version Ställ in underrevisionsnummer för det\n" -" körbara\n" +" --minor-image-version Ställ in underrevisionsnummer för\n" +" det körbara\n" -#: emultempl/pe.em:324 +#: emultempl/pe.em:326 msgid " --minor-os-version Set minimum required OS revision\n" msgstr " --minor-os-version Ställ in lägsta nödvändiga OS-revision\n" -#: emultempl/pe.em:325 +#: emultempl/pe.em:327 msgid " --minor-subsystem-version Set minimum required OS subsystem revision\n" msgstr "" " --minor-subsystem-version Ställ in lägsta nödvändiga\n" -" OS-undersystemsrevision\n" +" OS-undersystemsrevision\n" -#: emultempl/pe.em:326 +#: emultempl/pe.em:328 msgid " --section-alignment Set section alignment\n" msgstr " --section-alignment Ställ in sektionsjustering\n" -#: emultempl/pe.em:327 +#: emultempl/pe.em:329 msgid " --stack Set size of the initial stack\n" msgstr " --stack Ställ in storlek på initiala stacken\n" -#: emultempl/pe.em:328 +#: emultempl/pe.em:330 msgid " --subsystem [:] Set required OS subsystem [& version]\n" msgstr "" " --subsystem [:] Ställ in nödvändigt OS-undersystem\n" -" [och nödvändig version]\n" +" [och nödvändig version]\n" -#: emultempl/pe.em:329 +#: emultempl/pe.em:331 msgid " --support-old-code Support interworking with old code\n" msgstr " --support-old-code Stöd interaktion med gammal kod\n" -#: emultempl/pe.em:330 +#: emultempl/pe.em:332 msgid " --thumb-entry= Set the entry point to be Thumb \n" msgstr "" -" --thumb-entry= Ställ in ingångspunkten till att vara\n" -" tummen \n" +" --thumb-entry= Ställ in ingångspunkten till att\n" +" vara tummen \n" -#: emultempl/pe.em:332 +#: emultempl/pe.em:334 msgid " --add-stdcall-alias Export symbols with and without @nn\n" msgstr " --add-stdcall-alias Exportera symboler med och utan @nn\n" -#: emultempl/pe.em:333 +#: emultempl/pe.em:335 msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" msgstr " --disable-stdcall-fixup Länka inte _sym till _sym@nn\n" -#: emultempl/pe.em:334 +#: emultempl/pe.em:336 msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" msgstr " --enable-stdcall-fixup Länka _sym till _sym@nn utan varningar\n" -#: emultempl/pe.em:335 +#: emultempl/pe.em:337 msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" -msgstr " --exclude-symbols sym,sym,... Exkludera symboler från automatisk export\n" +msgstr "" +" --exclude-symbols sym,sym,... Exkludera symboler från automatisk\n" +" export\n" -#: emultempl/pe.em:336 +#: emultempl/pe.em:338 +msgid " --exclude-libs lib,lib,... Exclude libraries from automatic export\n" +msgstr "" +" --exclude-libs bibl,bibl,... Exkludera bibliotek från automatisk\n" +" export\n" + +#: emultempl/pe.em:339 msgid " --export-all-symbols Automatically export all globals to DLL\n" -msgstr " --export-all-symbols Exportera automatiskt alla symboler till DLL\n" +msgstr "" +" --export-all-symbols Exportera automatiskt alla symboler\n" +" till DLL\n" -#: emultempl/pe.em:337 +#: emultempl/pe.em:340 msgid " --kill-at Remove @nn from exported symbols\n" msgstr " --kill-at Ta bort @nn från exporterade symboler\n" -#: emultempl/pe.em:338 +#: emultempl/pe.em:341 msgid " --out-implib Generate import library\n" msgstr " --out-implib Generera importbibliotek\n" -#: emultempl/pe.em:339 +#: emultempl/pe.em:342 msgid " --output-def Generate a .DEF file for the built DLL\n" msgstr " --output-def Generera en .DEF-fil för byggd DLL\n" -#: emultempl/pe.em:340 +#: emultempl/pe.em:343 msgid " --warn-duplicate-exports Warn about duplicate exports.\n" msgstr " --warn-duplicate-exports Varna för dubbla exporter.\n" -#: emultempl/pe.em:341 +#: emultempl/pe.em:344 msgid "" " --compat-implib Create backward compatible import libs;\n" " create __imp_ as well.\n" @@ -154,7 +168,7 @@ msgstr "" " --compat-implib Skapa bakåtkompatibla importbibliotek;\n" " och skapa även __imp_.\n" -#: emultempl/pe.em:343 +#: emultempl/pe.em:346 msgid "" " --enable-auto-image-base Automatically choose image base for DLLs\n" " unless user specifies one\n" @@ -162,11 +176,13 @@ msgstr "" " --enable-auto-image-base Välj automatiskt bildbas för DLL:er\n" " såvida inte användaren anger en\n" -#: emultempl/pe.em:345 +#: emultempl/pe.em:348 msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" -msgstr " --disable-auto-image-base Välj inte bildbas automatiskt. (standard)\n" +msgstr "" +" --disable-auto-image-base Välj inte bildbas automatiskt\n" +" (standard).\n" -#: emultempl/pe.em:346 +#: emultempl/pe.em:349 msgid "" " --dll-search-prefix= When linking dynamically to a dll without an\n" " importlib, use .dll \n" @@ -176,7 +192,7 @@ msgstr "" " för lib.dll vid dynamisk\n" " länkning utan ett importbibliotek\n" -#: emultempl/pe.em:349 +#: emultempl/pe.em:352 msgid "" " --enable-auto-import Do sophistcated linking of _sym to \n" " __imp_sym for DATA references\n" @@ -184,13 +200,13 @@ msgstr "" " --enable-auto-import Utför sofistikerad länkning av _sym till\n" " __imp_sym för DATA-referenser\n" -#: emultempl/pe.em:351 +#: emultempl/pe.em:354 msgid " --disable-auto-import Do not auto-import DATA items from DLLs\n" msgstr "" " --disable-auto-import Importera inte DATA-objekt från DLL:er\n" " automatiskt\n" -#: emultempl/pe.em:352 +#: emultempl/pe.em:355 msgid "" " --enable-extra-pe-debug Enable verbose debug output when building\n" " or linking to DLLs (esp. auto-import)\n" @@ -199,72 +215,73 @@ msgstr "" " bygge av eller länkning till DLL:er\n" " (särskilt automatisk import)\n" -#: emultempl/pe.em:421 +#: emultempl/pe.em:424 msgid "%P: warning: bad version number in -subsystem option\n" msgstr "%P: varning: felaktigt nummer i flaggan -subsystem\n" -#: emultempl/pe.em:457 +#: emultempl/pe.em:460 msgid "%P%F: invalid subsystem type %s\n" msgstr "%P%F: ogiltig typ av undersystem %s\n" -#: emultempl/pe.em:472 +#: emultempl/pe.em:475 msgid "%P%F: invalid hex number for PE parameter '%s'\n" msgstr "%P%F: ogiltigt hexadecimalt tal för PE-parametern \"%s\"\n" -#: emultempl/pe.em:490 +#: emultempl/pe.em:493 msgid "%P%F: strange hex info for PE parameter '%s'\n" msgstr "%P%F: konstig hexadecimal information för PE-parametern \"%s\"\n" -#: emultempl/pe.em:529 +#: emultempl/pe.em:532 #, c-format msgid "%s: Can't open base file %s\n" msgstr "%s: Kan inte öppna basfilen %s\n" -#: emultempl/pe.em:731 +#: emultempl/pe.em:738 msgid "%P: warning, file alignment > section alignment.\n" msgstr "%P: varning, filjusteringen > sektionsjusteringen.\n" -#: emultempl/pe.em:815 emultempl/pe.em:841 +#: emultempl/pe.em:822 emultempl/pe.em:848 #, c-format msgid "Warning: resolving %s by linking to %s\n" msgstr "Varning: löser upp %s genom att länka till %s\n" -#: emultempl/pe.em:820 emultempl/pe.em:846 +#: emultempl/pe.em:827 emultempl/pe.em:853 msgid "Use --enable-stdcall-fixup to disable these warnings\n" msgstr "Använd --enable-stdcall-fixup för att stänga av dessa varningar\n" -#: emultempl/pe.em:821 emultempl/pe.em:847 +#: emultempl/pe.em:828 emultempl/pe.em:854 msgid "Use --disable-stdcall-fixup to disable these fixups\n" msgstr "Använd --disable-stdcall-fixup för att stänga av dessa korrigeringar\n" -#: emultempl/pe.em:872 +#: emultempl/pe.em:879 msgid "%C: Cannot get section contents - auto-import exception\n" msgstr "%C: Kan inte få tag i sektionsinnehåll - undantag i automatisk import\n" -#: emultempl/pe.em:880 +#: emultempl/pe.em:887 msgid "%C: variable '%T' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.\n" msgstr "%C: variabeln \"%T\" kan inte importeras automatiskt. Läs dokumentationen för ld:s --enable-auto-import för detaljer.\n" -#: emultempl/pe.em:908 +#: emultempl/pe.em:916 #, c-format -msgid "Warning: resolving %s by linking to %s (auto-import)\n" -msgstr "Varning: löser upp %s genom att länka till %s (automatisk import)\n" +msgid "Info: resolving %s by linking to %s (auto-import)\n" +msgstr "Info: löser upp %s genom att länka till %s (automatisk import)\n" -#: emultempl/pe.em:989 +#: emultempl/pe.em:997 msgid "%F%P: PE operations on non PE file.\n" msgstr "%F%P: PE-operationer på fil som inte är PE.\n" -#: emultempl/pe.em:1218 +#: emultempl/pe.em:1226 #, c-format msgid "Errors encountered processing file %s\n" msgstr "Fel uppstod vid behandling av filen %s\n" -#: emultempl/pe.em:1241 +#: emultempl/pe.em:1249 #, c-format msgid "Errors encountered processing file %s for interworking" msgstr "Fel uppstod vid behandling av filen %s för interaktion" -#: emultempl/pe.em:1297 ldlang.c:2050 ldlang.c:4441 ldlang.c:4474 ldmain.c:1067 +#: emultempl/pe.em:1305 ldlang.c:2065 ldlang.c:4608 ldlang.c:4641 +#: ldmain.c:1061 msgid "%P%F: bfd_link_hash_lookup failed: %E\n" msgstr "%P%F: bfd_link_hash_lookup misslyckades: %E\n" @@ -306,11 +323,11 @@ msgstr "%P: symbolen \"%T\" saknas från msgid "%B%F: could not read symbols; %E\n" msgstr "%B%F: kunde inte läsa symboler; %E\n" -#: ldcref.c:469 ldmain.c:1133 ldmain.c:1137 +#: ldcref.c:469 ldmain.c:1127 ldmain.c:1131 msgid "%B%F: could not read symbols: %E\n" msgstr "%B%F: kunde inte läsa symboler: %E\n" -#: ldcref.c:537 ldcref.c:544 ldmain.c:1183 ldmain.c:1190 +#: ldcref.c:537 ldcref.c:544 ldmain.c:1177 ldmain.c:1184 msgid "%B%F: could not read relocs: %E\n" msgstr "%B%F: kunde inte läsa omlokaliseringar: %E\n" @@ -368,55 +385,55 @@ msgstr "Emuleringar som stöds: " msgid " no emulation specific options.\n" msgstr " inga emuleringsspecifika flaggor.\n" -#: ldexp.c:163 +#: ldexp.c:174 msgid "%F%P: %s uses undefined section %s\n" msgstr "%F%P: %s använder odefinierad sektion %s\n" -#: ldexp.c:165 +#: ldexp.c:176 msgid "%F%P: %s forward reference of section %s\n" msgstr "%F%P: %s framåtreferens av sektionen %s\n" -#: ldexp.c:277 +#: ldexp.c:304 msgid "%F%S %% by zero\n" msgstr "%F%S %% med noll\n" -#: ldexp.c:284 +#: ldexp.c:311 msgid "%F%S / by zero\n" msgstr "%F%S / med noll\n" -#: ldexp.c:408 +#: ldexp.c:463 msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%S: oupplösningsbara symbolen \"%s\" refererades i uttrycket\n" -#: ldexp.c:427 +#: ldexp.c:483 msgid "%F%S: undefined symbol `%s' referenced in expression\n" msgstr "%F%S: odefinierade symbolen \"%s\" refererades i uttrycket\n" -#: ldexp.c:611 +#: ldexp.c:685 msgid "%F%S can not PROVIDE assignment to location counter\n" msgstr "%F%S kan inte TILLHANDAHÅLLA tilldelning till platsräknare\n" -#: ldexp.c:621 +#: ldexp.c:695 msgid "%F%S invalid assignment to location counter\n" msgstr "%F%S ogiltig tilldelning till platsräknare\n" -#: ldexp.c:625 +#: ldexp.c:699 msgid "%F%S assignment to location counter invalid outside of SECTION\n" msgstr "%F%S tilldelning till platsräknare som är ogiltig utanför SEKTION\n" -#: ldexp.c:634 +#: ldexp.c:708 msgid "%F%S cannot move location counter backwards (from %V to %V)\n" msgstr "%F%S kan inte flytta platsräknare bakåt (från %V till %V)\n" -#: ldexp.c:661 +#: ldexp.c:735 msgid "%P%F:%s: hash creation failed\n" msgstr "%P%F:%s: skapande av hash misslyckades\n" -#: ldexp.c:963 +#: ldexp.c:1037 ldexp.c:1071 msgid "%F%S nonconstant expression for %s\n" msgstr "%F%S ickekonstant uttryck för %s\n" -#: ldexp.c:993 +#: ldexp.c:1126 msgid "%F%S non constant expression for %s\n" msgstr "%F%S ickekonstant uttryck för %s\n" @@ -434,49 +451,49 @@ msgstr "försök att öppna %s lyckades\n" msgid "%F%P: invalid BFD target `%s'\n" msgstr "%F%P: ogiltigt BFD-mål \"%s\"\n" -#: ldfile.c:137 +#: ldfile.c:142 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: hoppar över inkompatibel %s vid sökning av %s\n" -#: ldfile.c:229 +#: ldfile.c:234 msgid "%F%P: cannot open %s for %s: %E\n" msgstr "%F%P: kan inte öppna %s för %s: %E\n" -#: ldfile.c:232 +#: ldfile.c:237 msgid "%F%P: cannot open %s: %E\n" msgstr "%F%P: kan inte öppna %s: %E\n" -#: ldfile.c:262 +#: ldfile.c:267 msgid "%F%P: cannot find %s\n" msgstr "%F%P: kan inte hitta %s\n" -#: ldfile.c:281 ldfile.c:297 +#: ldfile.c:286 ldfile.c:302 #, c-format msgid "cannot find script file %s\n" msgstr "kan inte hitta skriptfilen %s\n" -#: ldfile.c:283 ldfile.c:299 +#: ldfile.c:288 ldfile.c:304 #, c-format msgid "opened script file %s\n" msgstr "öppnade skriptfilen %s\n" -#: ldfile.c:348 +#: ldfile.c:353 msgid "%P%F: cannot open linker script file %s: %E\n" msgstr "%P%F: kan inte öppna länkskriptfilen %s: %E\n" -#: ldfile.c:386 +#: ldfile.c:391 msgid "%P%F: unknown architecture: %s\n" msgstr "%P%F: okänd arkitektur: %s\n" -#: ldfile.c:402 +#: ldfile.c:407 msgid "%P%F: target architecture respecified\n" msgstr "%P%F: målarkitekturen specifierades om\n" -#: ldfile.c:456 +#: ldfile.c:461 msgid "%P%F: cannot represent machine `%s'\n" msgstr "%P%F: kan inte representera maskinen \"%s\"\n" -#: ldlang.c:771 +#: ldlang.c:784 msgid "" "\n" "Memory Configuration\n" @@ -486,23 +503,23 @@ msgstr "" "Minneskonfiguration\n" "\n" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Name" msgstr "Namn" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Origin" msgstr "Början" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Length" msgstr "Längd" -#: ldlang.c:773 +#: ldlang.c:786 msgid "Attributes" msgstr "Attribut" -#: ldlang.c:815 +#: ldlang.c:828 msgid "" "\n" "Linker script and memory map\n" @@ -512,165 +529,161 @@ msgstr "" "Länkskript och minnestabell\n" "\n" -#: ldlang.c:832 +#: ldlang.c:845 msgid "%P%F: Illegal use of `%s' section\n" msgstr "%P%F: Otillåten användning av sektionen \"%s\"\n" -#: ldlang.c:842 +#: ldlang.c:855 msgid "%P%F: output format %s cannot represent section called %s\n" msgstr "%P%F: utdataformatet %s kan inte representera sektionen kallad %s\n" -#: ldlang.c:1004 +#: ldlang.c:1016 msgid "%P: %B: warning: ignoring duplicate section `%s'\n" msgstr "%P: %B: varning: ignorerar dubbel sektion \"%s\"\n" -#: ldlang.c:1007 +#: ldlang.c:1019 msgid "%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n" msgstr "%P: %B: varning: ignorerar dubbla \"%s\"-sektionssymbolen \"%s\"\n" -#: ldlang.c:1021 +#: ldlang.c:1033 msgid "%P: %B: warning: duplicate section `%s' has different size\n" msgstr "%P: %B: varning: dubbla sektionen \"%s\" har annan storlek\n" -#: ldlang.c:1069 +#: ldlang.c:1084 msgid "%P%F: Failed to create hash table\n" msgstr "%P%F: Misslyckades med att skapa hashtabell\n" -#: ldlang.c:1484 +#: ldlang.c:1503 msgid "%B: file not recognized: %E\n" msgstr "%B: filen inte igenkänd: %E\n" -#: ldlang.c:1485 +#: ldlang.c:1504 msgid "%B: matching formats:" msgstr "%B: matchande format:" -#: ldlang.c:1492 +#: ldlang.c:1511 msgid "%F%B: file not recognized: %E\n" msgstr "%F%B: filen inte igenkänd: %E\n" -#: ldlang.c:1548 +#: ldlang.c:1567 msgid "%F%B: member %B in archive is not an object\n" msgstr "%F%B: medlem %B i arkivet är inte ett objekt\n" -#: ldlang.c:1559 ldlang.c:1573 +#: ldlang.c:1578 ldlang.c:1592 msgid "%F%B: could not read symbols: %E\n" msgstr "%F%B: kunde inte läsa symboler: %E\n" -#: ldlang.c:1834 +#: ldlang.c:1853 msgid "%P: warning: could not find any targets that match endianness requirement\n" msgstr "%P: varning: kunde inte hitta några mål som matchar kravet på endianess\n" -#: ldlang.c:1847 +#: ldlang.c:1866 msgid "%P%F: target %s not found\n" msgstr "%P%F: målet %s hittades inte\n" -#: ldlang.c:1849 +#: ldlang.c:1868 msgid "%P%F: cannot open output file %s: %E\n" msgstr "%P%F: kan inte öppna utdatafilen %s: %E\n" -#: ldlang.c:1859 +#: ldlang.c:1878 msgid "%P%F:%s: can not make object file: %E\n" msgstr "%P%F:%s: kan inte skapa objektfilen: %E\n" -#: ldlang.c:1863 +#: ldlang.c:1882 msgid "%P%F:%s: can not set architecture: %E\n" msgstr "%P%F:%s: kan inte ställa in arkitektur: %E\n" -#: ldlang.c:1867 +#: ldlang.c:1886 msgid "%P%F: can not create link hash table: %E\n" msgstr "%P%F: kan inte skapa hashtabell över länkar: %E\n" -#: ldlang.c:2169 +#: ldlang.c:2235 msgid " load address 0x%V" msgstr " inläsningsadress 0x%V" -#: ldlang.c:2299 +#: ldlang.c:2375 msgid "%W (size before relaxing)\n" msgstr "%W (storlek innan avslappning)\n" -#: ldlang.c:2381 +#: ldlang.c:2462 #, c-format msgid "Address of section %s set to " msgstr "Adressen på sektionen %s ställd till " -#: ldlang.c:2535 +#: ldlang.c:2623 #, c-format msgid "Fail with %d\n" msgstr "Misslyckas med %d\n" -#: ldlang.c:2777 +#: ldlang.c:2868 msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" msgstr "%X%P: sektionen %s [%V -> %V] överlappar med sektionen %s [%V -> %V]\n" -#: ldlang.c:2806 +#: ldlang.c:2897 msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" msgstr "%X%P: adressen 0x%v i %B-sektionen %s är inte inom området %s\n" -#: ldlang.c:2814 +#: ldlang.c:2905 msgid "%X%P: region %s is full (%B section %s)\n" msgstr "%X%P: området %s är fullt (%B-sektion %s)\n" -#: ldlang.c:2864 +#: ldlang.c:2955 msgid "%P%X: Internal error on COFF shared library section %s\n" msgstr "%P%X: Internt fel i delat COFF-bibliotek sektion %s\n" -#: ldlang.c:2906 +#: ldlang.c:2999 msgid "%P: warning: no memory region specified for section `%s'\n" msgstr "%P: varning: inget minnesområde angivet för sektionen \"%s\"\n" -#: ldlang.c:2921 +#: ldlang.c:3014 msgid "%P: warning: changing start of section %s by %u bytes\n" msgstr "%P: varning: ändrar start på sektionen %s med %u byte\n" -#: ldlang.c:2935 +#: ldlang.c:3028 msgid "%F%S: non constant address expression for section %s\n" msgstr "%F%S: ickekonstant adressuttryck för sektionen %s\n" -#: ldlang.c:2999 -msgid "%X%P: use an absolute load address or a load memory region, not both\n" -msgstr "%X%P: använd en absolut inläsningsadress eller ett minnesinläsningsområde, inte både och\n" - -#: ldlang.c:3114 +#: ldlang.c:3203 msgid "%P%F: can't relax section: %E\n" msgstr "%P%F: kan inte slappna av sektion: %E\n" -#: ldlang.c:3273 +#: ldlang.c:3398 msgid "%F%P: invalid data statement\n" msgstr "%F%P: ogiltig datasats\n" -#: ldlang.c:3310 +#: ldlang.c:3435 msgid "%F%P: invalid reloc statement\n" msgstr "%F%P: ogiltig omlokaliseringssats\n" -#: ldlang.c:3448 +#: ldlang.c:3574 msgid "%P%F:%s: can't set start address\n" msgstr "%P%F:%s: kan inte ställa in startadress\n" -#: ldlang.c:3461 ldlang.c:3478 +#: ldlang.c:3587 ldlang.c:3605 msgid "%P%F: can't set start address\n" msgstr "%P%F: kan inte ställa in startadress\n" -#: ldlang.c:3473 +#: ldlang.c:3599 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "%P: varning: kan inte hitta ingångssymbolen %s; använder som standard %V\n" -#: ldlang.c:3483 +#: ldlang.c:3610 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "%P: varning: kan inte hitta ingångssymbolen %s; ställer inte in startadress\n" -#: ldlang.c:3525 -msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" -msgstr "%P: varning: %s-arkitekturen i indatafilen \"%B\" är inkompatibel med %s-utdata\n" - -#: ldlang.c:3538 +#: ldlang.c:3660 msgid "%P%F: Relocatable linking with relocations from format %s (%B) to format %s (%B) is not supported\n" msgstr "%P%F: Omlokaliseringsbar länkning med omlänkningar från formatet %s (%B) till formatet %s (%B) stöds inte\n" -#: ldlang.c:3558 +#: ldlang.c:3669 +msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" +msgstr "%P: varning: %s-arkitekturen i indatafilen \"%B\" är inkompatibel med %s-utdata\n" + +#: ldlang.c:3690 msgid "%E%X: failed to merge target specific data of file %B\n" msgstr "%E%X: misslyckades med att slå samman målspecifik data i filen %B\n" -#: ldlang.c:3647 +#: ldlang.c:3779 msgid "" "\n" "Allocating common symbols\n" @@ -678,7 +691,7 @@ msgstr "" "\n" "Allokerar gemensamma symboler\n" -#: ldlang.c:3648 +#: ldlang.c:3780 msgid "" "Common symbol size file\n" "\n" @@ -689,156 +702,158 @@ msgstr "" #. This message happens when using the #. svr3.ifile linker script, so I have #. disabled it. -#: ldlang.c:3730 +#: ldlang.c:3858 msgid "%P: no [COMMON] command, defaulting to .bss\n" msgstr "%P: inget [COMMON]-kommando, använder standardalternativet .bss\n" -#: ldlang.c:3789 +#: ldlang.c:3917 msgid "%P%F: invalid syntax in flags\n" msgstr "%P%F: ogiltig syntax i flaggor\n" -#: ldlang.c:4390 +#: ldlang.c:4532 msgid "%P%Fmultiple STARTUP files\n" msgstr "%P%Fflera samtidiga STARTUP-filer\n" -#: ldlang.c:4658 +#: ldlang.c:4575 +msgid "%X%P:%S: section has both a load address and a load region\n" +msgstr "%X%P:%S: sektionen har både en inläsningsadress och ett minnesinläsningsområde\n" + +#: ldlang.c:4825 msgid "%F%P: bfd_record_phdr failed: %E\n" msgstr "%F%P: bfd_record_phdr misslyckades: %E\n" -#: ldlang.c:4677 +#: ldlang.c:4844 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: sektionen \"%s\" är tilldelad till ickexisterande phvd \"%s\"\n" -#: ldlang.c:5003 +#: ldlang.c:5143 msgid "%X%P: unknown language `%s' in version information\n" msgstr "%X%P: okänt språk i \"%s\" i versionsinformation\n" -#: ldlang.c:5055 +#: ldlang.c:5195 msgid "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "%X%P: anonym versionstagg kan inte kombineras med andra versionstaggar\n" -#: ldlang.c:5062 +#: ldlang.c:5202 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: dubbel versionstagg \"%s\"\n" -#: ldlang.c:5075 ldlang.c:5088 +#: ldlang.c:5215 ldlang.c:5228 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "%X%P: dubbelt uttryck \"%s\" i versionsinformation\n" -#: ldlang.c:5130 +#: ldlang.c:5270 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "%X%P: kan inte hitta versionsberoende \"%s\"\n" -#: ldlang.c:5152 +#: ldlang.c:5292 msgid "%X%P: unable to read .exports section contents\n" msgstr "%X%P: kan inte läsa innehållet i .exports-sektionen\n" -#: ldmain.c:195 +#: ldmain.c:198 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: kan inte ställa in BSD-standardmålet till \"%s\": %E\n" -#: ldmain.c:284 +#: ldmain.c:290 msgid "%P%F: -r and --mpc860c0 may not be used together\n" msgstr "%P%F: -r och --mpc860c0 kan inte användas tillsammans\n" -#: ldmain.c:286 +#: ldmain.c:292 msgid "%P%F: --relax and -r may not be used together\n" msgstr "%P%F: --relax och -r kan inte användas tillsammans\n" -#: ldmain.c:288 +#: ldmain.c:294 msgid "%P%F: -r and -shared may not be used together\n" msgstr "%P%F: -r och -shared kan inte användas tillsammans\n" -#: ldmain.c:294 +#: ldmain.c:300 msgid "%P%F: -F may not be used without -shared\n" msgstr "%P%F: -F kan inte användas utan -shared\n" -#: ldmain.c:296 +#: ldmain.c:302 msgid "%P%F: -f may not be used without -shared\n" msgstr "%P%F: -f kan inte användas utan -shared\n" -# This is broken -# -# info_msg (_("using %s linker script:\n"), -# saved_script_handle ? "external" : "internal"); -# -#: ldmain.c:334 -#, c-format -msgid "using %s linker script:\n" -msgstr "använder %s länkskript:\n" +#: ldmain.c:341 +msgid "using external linker script:" +msgstr "använder externt länkskript:" + +#: ldmain.c:343 +msgid "using internal linker script:" +msgstr "använder internt länkskript:" -#: ldmain.c:369 +#: ldmain.c:377 msgid "%P%F: no input files\n" msgstr "%P%F: inga indatafiler\n" -#: ldmain.c:374 +#: ldmain.c:382 msgid "%P: mode %s\n" msgstr "%P: läge %s\n" -#: ldmain.c:391 +#: ldmain.c:399 msgid "%P%F: cannot open map file %s: %E\n" msgstr "%P%F: kan inte öppna tabellfil %s: %E\n" -#: ldmain.c:438 +#: ldmain.c:432 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: länkfel hittades, tar bort den körbara filen \"%s\"\n" -#: ldmain.c:449 +#: ldmain.c:443 msgid "%F%B: final close failed: %E\n" msgstr "%F%B: avslutande stängning misslyckades: %E\n" -#: ldmain.c:473 +#: ldmain.c:467 msgid "%X%P: unable to open for source of copy `%s'\n" msgstr "%X%P: kan inte öppna för källkoden till kopian \"%s\"\n" -#: ldmain.c:475 +#: ldmain.c:469 msgid "%X%P: unable to open for destination of copy `%s'\n" msgstr "%X%P: kan inte öppna för mål av kopian \"%s\"\n" -#: ldmain.c:481 +#: ldmain.c:475 msgid "%P: Error writing file `%s'\n" msgstr "%P: Fel vid skrivning av filen \"%s\"\n" -#: ldmain.c:487 pe-dll.c:1442 +#: ldmain.c:481 pe-dll.c:1463 #, c-format msgid "%P: Error closing file `%s'\n" msgstr "%P: Fel vid stängning av filen \"%s\"\n" -#: ldmain.c:504 +#: ldmain.c:498 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: total tid i länkning: %ld.%06ld\n" -#: ldmain.c:507 +#: ldmain.c:501 #, c-format msgid "%s: data size %ld\n" msgstr "%s: datastorlek %ld\n" -#: ldmain.c:548 +#: ldmain.c:542 msgid "%P%F: missing argument to -m\n" msgstr "%P%F: argument saknas till -m\n" -#: ldmain.c:676 ldmain.c:697 ldmain.c:728 +#: ldmain.c:670 ldmain.c:691 ldmain.c:722 msgid "%P%F: bfd_hash_table_init failed: %E\n" msgstr "%P%F: bfd_hash_table_init misslyckades: %E\n" -#: ldmain.c:681 ldmain.c:700 +#: ldmain.c:675 ldmain.c:694 msgid "%P%F: bfd_hash_lookup failed: %E\n" msgstr "%P%F: bfd_hash_lookup misslyckades: %E\n" -#: ldmain.c:715 +#: ldmain.c:709 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: fel: dubbel retain-symbols-file\n" -#: ldmain.c:759 +#: ldmain.c:753 msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" msgstr "%P%F: bfd_hash_lookup för ingång misslyckades: %E\n" -#: ldmain.c:764 +#: ldmain.c:758 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P: \"-retain-symbols-file\" åsidosätter \"-s\" och \"-S\"\n" -#: ldmain.c:840 +#: ldmain.c:834 msgid "" "Archive member included because of file (symbol)\n" "\n" @@ -846,140 +861,140 @@ msgstr "" "Arkivmedlem inkluderad på grund av fil (symbol)\n" "\n" -#: ldmain.c:911 +#: ldmain.c:905 msgid "%X%C: multiple definition of `%T'\n" msgstr "%X%C: flera defintioner av \"%T\"\n" -#: ldmain.c:914 +#: ldmain.c:908 msgid "%D: first defined here\n" msgstr "%D: först definierad här\n" -#: ldmain.c:918 +#: ldmain.c:912 msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" msgstr "%P: Stänger av avslappning: det kommer inte att fungera med flera definitioner\n" -#: ldmain.c:949 +#: ldmain.c:943 msgid "%B: warning: definition of `%T' overriding common\n" msgstr "%B: varning: definitioner av \"%T\" åsidosätter gemensam\n" -#: ldmain.c:952 +#: ldmain.c:946 msgid "%B: warning: common is here\n" msgstr "%B: varning: gemensam är här\n" -#: ldmain.c:959 +#: ldmain.c:953 msgid "%B: warning: common of `%T' overridden by definition\n" msgstr "%B: varning: gemensam i \"%T\" åsidosattes av definition\n" -#: ldmain.c:962 +#: ldmain.c:956 msgid "%B: warning: defined here\n" msgstr "%B: varning: definierad här\n" -#: ldmain.c:969 +#: ldmain.c:963 msgid "%B: warning: common of `%T' overridden by larger common\n" msgstr "%B: varning: gemensam i \"%T\" åsidosattes av större gemensam\n" -#: ldmain.c:972 +#: ldmain.c:966 msgid "%B: warning: larger common is here\n" msgstr "%B: varning: större gemensam är här\n" -#: ldmain.c:976 +#: ldmain.c:970 msgid "%B: warning: common of `%T' overriding smaller common\n" msgstr "%B: varning: gemensam i \"%T\" åsidosätter mindre gemensam\n" -#: ldmain.c:979 +#: ldmain.c:973 msgid "%B: warning: smaller common is here\n" msgstr "%B: varning: mindre gemensam är här\n" -#: ldmain.c:983 +#: ldmain.c:977 msgid "%B: warning: multiple common of `%T'\n" msgstr "%B: varning: flera gemensamma i \"%T\"\n" -#: ldmain.c:985 +#: ldmain.c:979 msgid "%B: warning: previous common is here\n" msgstr "%B: varning: föregående gemensam är här\n" -#: ldmain.c:1006 ldmain.c:1045 +#: ldmain.c:1000 ldmain.c:1039 msgid "%P: warning: global constructor %s used\n" msgstr "%P: varning: global konstruktor %s användes\n" -#: ldmain.c:1055 +#: ldmain.c:1049 msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" msgstr "%P%F: Fel i BFD-backend: BFD_RELOC_CTOR stöds inte\n" -#: ldmain.c:1239 +#: ldmain.c:1233 msgid "%F%P: bfd_hash_table_init failed: %E\n" msgstr "%F%P: bfd_hash_table_init misslyckades: %E\n" -#: ldmain.c:1246 +#: ldmain.c:1240 msgid "%F%P: bfd_hash_lookup failed: %E\n" msgstr "%F%P: bfd_hash_lookup misslyckades: %E\n" -#: ldmain.c:1266 +#: ldmain.c:1260 msgid "%C: undefined reference to `%T'\n" msgstr "%C: odefinierad referens till \"%T\"\n" -#: ldmain.c:1272 +#: ldmain.c:1266 msgid "%D: more undefined references to `%T' follow\n" msgstr "%D: flera odefinierade referenser till \"%T\" följer\n" -#: ldmain.c:1279 +#: ldmain.c:1273 msgid "%B: undefined reference to `%T'\n" msgstr "%B: odefinierad referens till \"%T\"\n" -#: ldmain.c:1285 +#: ldmain.c:1279 msgid "%B: more undefined references to `%T' follow\n" msgstr "%B: flera odefinierade referenser till \"%T\" följer\n" -#: ldmain.c:1305 ldmain.c:1326 ldmain.c:1345 +#: ldmain.c:1299 ldmain.c:1320 ldmain.c:1339 msgid "%P%X: generated" msgstr "%P%X: genererad" -#: ldmain.c:1308 +#: ldmain.c:1302 msgid " relocation truncated to fit: %s %T" msgstr " omlokalisering trunkerad för att passa: %s %T" -#: ldmain.c:1329 +#: ldmain.c:1323 #, c-format msgid "dangerous relocation: %s\n" msgstr "farlig omlokalisering: %s\n" -#: ldmain.c:1348 +#: ldmain.c:1342 msgid " reloc refers to symbol `%T' which is not being output\n" msgstr " omlokalisering refererar till symbolen \"%T\" som inte skrivs ut\n" -#: ldmisc.c:176 +#: ldmisc.c:157 msgid "no symbol" msgstr "ingen symbol" -#: ldmisc.c:240 +#: ldmisc.c:221 #, c-format msgid "built in linker script:%u" msgstr "inbyggt länkskript:%u" -#: ldmisc.c:290 ldmisc.c:294 +#: ldmisc.c:271 ldmisc.c:275 msgid "%B%F: could not read symbols\n" msgstr "%B%F: kunde inte läsa symboler\n" #. We use abfd->filename in this initial line, #. in case filename is a .h file or something #. similarly unhelpful. -#: ldmisc.c:330 +#: ldmisc.c:311 msgid "%B: In function `%T':\n" msgstr "%B: I funktionen \"%T\":\n" -#: ldmisc.c:439 +#: ldmisc.c:463 msgid "%F%P: internal error %s %d\n" msgstr "%F%P: internt fel %s %d\n" -#: ldmisc.c:489 +#: ldmisc.c:513 msgid "%P: internal error: aborting at %s line %d in %s\n" msgstr "%P: internt fel: avbryter vid %s rad %d i %s\n" -#: ldmisc.c:492 +#: ldmisc.c:516 msgid "%P: internal error: aborting at %s line %d\n" msgstr "%P: internt fel: avbryter vid %s rad %d\n" -#: ldmisc.c:494 +#: ldmisc.c:518 msgid "%P%F: please report this bug\n" msgstr "%P%F: rapportera detta fel\n" @@ -990,8 +1005,8 @@ msgid "GNU ld version %s\n" msgstr "GNU ld version %s\n" #: ldver.c:42 -msgid "Copyright 2001 Free Software Foundation, Inc.\n" -msgstr "Copyright 2001 Free Software Foundation, Inc.\n" +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "Copyright 2002 Free Software Foundation, Inc.\n" #: ldver.c:43 msgid "" @@ -1010,357 +1025,363 @@ msgstr " Emuleringar som stöds:\n" msgid "%P%F: bfd_new_link_order failed\n" msgstr "%P%F: bfd_new_link_order misslyckades\n" -#: ldwrite.c:321 +#: ldwrite.c:325 msgid "%F%P: clone section failed: %E\n" msgstr "%F%P: klonsektion misslyckades: %E\n" -#: ldwrite.c:360 +#: ldwrite.c:364 #, c-format msgid "%8x something else\n" msgstr "%8x någonting annat\n" -#: ldwrite.c:543 +#: ldwrite.c:547 msgid "%F%P: final link failed: %E\n" msgstr "%F%P: avslutande länkning misslyckades: %E\n" -#: lexsup.c:175 lexsup.c:270 +#: lexsup.c:172 lexsup.c:267 msgid "KEYWORD" msgstr "NYCKELORD" -#: lexsup.c:175 +#: lexsup.c:172 msgid "Shared library control for HP/UX compatibility" msgstr "Styrning av delade bibliotek för kompatibilitet med HP/UX" -#: lexsup.c:178 +#: lexsup.c:175 msgid "ARCH" msgstr "ARK" -#: lexsup.c:178 +#: lexsup.c:175 msgid "Set architecture" msgstr "Ställ in arkitektur" -#: lexsup.c:180 lexsup.c:337 +#: lexsup.c:177 lexsup.c:336 msgid "TARGET" msgstr "MÅL" -#: lexsup.c:180 +#: lexsup.c:177 msgid "Specify target for following input files" msgstr "Ange mål för följande indatafiler" -#: lexsup.c:182 lexsup.c:223 lexsup.c:235 lexsup.c:244 lexsup.c:315 lexsup.c:344 lexsup.c:384 +#: lexsup.c:179 lexsup.c:220 lexsup.c:232 lexsup.c:241 lexsup.c:312 +#: lexsup.c:343 lexsup.c:383 msgid "FILE" msgstr "FIL" -#: lexsup.c:182 +#: lexsup.c:179 msgid "Read MRI format linker script" msgstr "Läs länkskript i MRI-format" -#: lexsup.c:184 +#: lexsup.c:181 msgid "Force common symbols to be defined" msgstr "Tvinga gemensamma symboler att vara definierade" -#: lexsup.c:188 lexsup.c:374 lexsup.c:376 lexsup.c:378 +#: lexsup.c:185 lexsup.c:373 lexsup.c:375 lexsup.c:377 msgid "ADDRESS" msgstr "ADRESS" -#: lexsup.c:188 +#: lexsup.c:185 msgid "Set start address" msgstr "Ställ in startadress" -#: lexsup.c:190 +#: lexsup.c:187 msgid "Export all dynamic symbols" msgstr "Exportera alla dynamiska symboler" -#: lexsup.c:192 +#: lexsup.c:189 msgid "Link big-endian objects" msgstr "Länka objekt som är big-endian" -#: lexsup.c:194 +#: lexsup.c:191 msgid "Link little-endian objects" msgstr "Länka objekt som är little-endian" -#: lexsup.c:196 lexsup.c:199 +#: lexsup.c:193 lexsup.c:196 msgid "SHLIB" msgstr "DELBIBL" -#: lexsup.c:196 +#: lexsup.c:193 msgid "Auxiliary filter for shared object symbol table" msgstr "Yttre filter för symboltabell över delade objekt" -#: lexsup.c:199 +#: lexsup.c:196 msgid "Filter for shared object symbol table" msgstr "Filter för symboltabell över delade objekt" -#: lexsup.c:201 +#: lexsup.c:198 msgid "Ignored" msgstr "Ignorerad" -#: lexsup.c:203 +#: lexsup.c:200 msgid "SIZE" msgstr "STORLEK" -#: lexsup.c:203 +#: lexsup.c:200 msgid "Small data size (if no size, same as --shared)" msgstr "Liten datastorlek (om ingen storlek, samma som --shared)" -#: lexsup.c:206 +#: lexsup.c:203 msgid "FILENAME" msgstr "FILNAMN" -#: lexsup.c:206 +#: lexsup.c:203 msgid "Set internal name of shared library" msgstr "Ställ in internt namn på delat bibliotek" -#: lexsup.c:208 +#: lexsup.c:205 msgid "PROGRAM" msgstr "PROGRAM" -#: lexsup.c:208 +#: lexsup.c:205 msgid "Set PROGRAM as the dynamic linker to use" msgstr "Ställ in PROGRAM som den dynamiska länkare som ska användas" -#: lexsup.c:210 +#: lexsup.c:207 msgid "LIBNAME" msgstr "BIBLNAMN" -#: lexsup.c:210 +#: lexsup.c:207 msgid "Search for library LIBNAME" msgstr "Sök efter biblioteket BIBLNAMN" -#: lexsup.c:212 +#: lexsup.c:209 msgid "DIRECTORY" msgstr "KATALOG" -#: lexsup.c:212 +#: lexsup.c:209 msgid "Add DIRECTORY to library search path" msgstr "Lägg till KATALOG till bibliotekssökvägen" -#: lexsup.c:214 +#: lexsup.c:211 msgid "EMULATION" msgstr "EMULERING" -#: lexsup.c:214 +#: lexsup.c:211 msgid "Set emulation" msgstr "Ställ in emulering" -#: lexsup.c:216 +#: lexsup.c:213 msgid "Print map file on standard output" msgstr "Visa tabellfil på standard ut" -#: lexsup.c:218 +#: lexsup.c:215 msgid "Do not page align data" msgstr "Justera inte data efter jämna sidor" -#: lexsup.c:220 +#: lexsup.c:217 msgid "Do not page align data, do not make text readonly" msgstr "Justera inte data efter jämna sidor, gör inte texten endast läsbar" -#: lexsup.c:223 +#: lexsup.c:220 msgid "Set output file name" msgstr "Ställ in utdatafilnamnet" -#: lexsup.c:225 +#: lexsup.c:222 msgid "Optimize output file" msgstr "Optimera utdatafil" -#: lexsup.c:227 +#: lexsup.c:224 msgid "Ignored for SVR4 compatibility" msgstr "Ignorerad för kompatibilitet med SVR4" -#: lexsup.c:231 +#: lexsup.c:228 msgid "Generate relocateable output" msgstr "Generera omlokaliseringsbar utdata" -#: lexsup.c:235 +#: lexsup.c:232 msgid "Just link symbols (if directory, same as --rpath)" msgstr "Länka bara symboler (om katalog, samma som --rpath)" -#: lexsup.c:238 +#: lexsup.c:235 msgid "Strip all symbols" msgstr "Ta bort alla symboler" -#: lexsup.c:240 +#: lexsup.c:237 msgid "Strip debugging symbols" msgstr "Ta bort felsökningssymboler" -#: lexsup.c:242 +#: lexsup.c:239 msgid "Trace file opens" msgstr "Spåra filöppningar" -#: lexsup.c:244 +#: lexsup.c:241 msgid "Read linker script" msgstr "Läs länkskript" -#: lexsup.c:246 lexsup.c:262 lexsup.c:301 lexsup.c:313 lexsup.c:368 lexsup.c:387 lexsup.c:407 +#: lexsup.c:243 lexsup.c:259 lexsup.c:298 lexsup.c:310 lexsup.c:367 +#: lexsup.c:386 lexsup.c:406 msgid "SYMBOL" msgstr "SYMBOL" -#: lexsup.c:246 +#: lexsup.c:243 msgid "Start with undefined reference to SYMBOL" msgstr "Börja med odefinierad referens till SYMBOL" -#: lexsup.c:248 +#: lexsup.c:245 msgid "[=SECTION]" msgstr "[=SEKTION]" -#: lexsup.c:248 +#: lexsup.c:245 msgid "Don't merge input [SECTION | orphan] sections" msgstr "Slå inte samman [SEKTION | föräldralösa] sektioner" -#: lexsup.c:250 +#: lexsup.c:247 msgid "Build global constructor/destructor tables" msgstr "Bygg globala konstruktors-/destruktorstabeller" -#: lexsup.c:252 +#: lexsup.c:249 msgid "Print version information" msgstr "Visa versionsinformation" -#: lexsup.c:254 +#: lexsup.c:251 msgid "Print version and emulation information" msgstr "Visa versions- och emuleringsinformation" -#: lexsup.c:256 +#: lexsup.c:253 msgid "Discard all local symbols" msgstr "Kasta alla lokala symboler" -#: lexsup.c:258 +#: lexsup.c:255 msgid "Discard temporary local symbols (default)" msgstr "Kasta temporära lokala symboler (standard)" -#: lexsup.c:260 +#: lexsup.c:257 msgid "Don't discard any local symbols" msgstr "Kasta inte några lokala symboler" -#: lexsup.c:262 +#: lexsup.c:259 msgid "Trace mentions of SYMBOL" msgstr "Spåra omnämningar av SYMBOL" -#: lexsup.c:264 lexsup.c:346 lexsup.c:348 +#: lexsup.c:261 lexsup.c:345 lexsup.c:347 msgid "PATH" msgstr "SÖKVÄG" -#: lexsup.c:264 +#: lexsup.c:261 msgid "Default search path for Solaris compatibility" msgstr "Standardsökväg för Solaris-kompatibilitet" -#: lexsup.c:266 +#: lexsup.c:263 msgid "Start a group" msgstr "Starta en grupp" -#: lexsup.c:268 +#: lexsup.c:265 msgid "End a group" msgstr "Sluta en grupp" -#: lexsup.c:270 +#: lexsup.c:267 msgid "Ignored for SunOS compatibility" msgstr "Ignorerad för SunOS-kompatibilitet" -#: lexsup.c:272 +#: lexsup.c:269 msgid "Link against shared libraries" msgstr "Länka mot delade bibliotek" -#: lexsup.c:278 +#: lexsup.c:275 msgid "Do not link against shared libraries" msgstr "Länka inte mot delade bibliotek" -#: lexsup.c:286 +#: lexsup.c:283 msgid "Bind global references locally" msgstr "Bind globala referenser lokalt" -#: lexsup.c:288 +#: lexsup.c:285 msgid "Check section addresses for overlaps (default)" msgstr "Kontrollera sektionsadresser för överlappningar (standard)" -#: lexsup.c:290 +#: lexsup.c:287 msgid "Do not check section addresses for overlaps" msgstr "Kontrollera inte sektionsadresser för överlappningar" -#: lexsup.c:293 +#: lexsup.c:290 msgid "Output cross reference table" msgstr "Skapa korsreferenstabell" -#: lexsup.c:295 +#: lexsup.c:292 msgid "SYMBOL=EXPRESSION" msgstr "SYMBOL=UTTRYCK" -#: lexsup.c:295 +#: lexsup.c:292 msgid "Define a symbol" msgstr "Definiera en symbol" -#: lexsup.c:297 +#: lexsup.c:294 msgid "[=STYLE]" msgstr "[=STIL]" -#: lexsup.c:297 +#: lexsup.c:294 msgid "Demangle symbol names [using STYLE]" msgstr "Avkoda symbolnamn [använd STIL]" -#: lexsup.c:299 +#: lexsup.c:296 msgid "Generate embedded relocs" msgstr "Generera inbäddade omlokaliseringar" -#: lexsup.c:301 +#: lexsup.c:298 msgid "Call SYMBOL at unload-time" msgstr "Anropa SYMBOL vid urladdning" -#: lexsup.c:303 +#: lexsup.c:300 msgid "Force generation of file with .exe suffix" msgstr "Tvinga generering av fil med ändelsen .exe" -#: lexsup.c:305 +#: lexsup.c:302 msgid "Remove unused sections (on some targets)" msgstr "Ta bort oanvända sektioner (på vissa mål)" -#: lexsup.c:308 +#: lexsup.c:305 msgid "Don't remove unused sections (default)" msgstr "Ta inte bort oanvända sektioner (standard)" -#: lexsup.c:311 +#: lexsup.c:308 msgid "Print option help" msgstr "Visa hjälp om flaggor" -#: lexsup.c:313 +#: lexsup.c:310 msgid "Call SYMBOL at load-time" msgstr "Anropa SYMBOL vid inläsning" -#: lexsup.c:315 +#: lexsup.c:312 msgid "Write a map file" msgstr "Skriv en tabellfil" -#: lexsup.c:317 +#: lexsup.c:314 msgid "Do not define Common storage" msgstr "Definiera inte gemensam lagring" -#: lexsup.c:319 +#: lexsup.c:316 msgid "Do not demangle symbol names" msgstr "Avkoda inte symbolnamn" -#: lexsup.c:321 +#: lexsup.c:318 msgid "Use less memory and more disk I/O" msgstr "Använd mindre minne och mer disk-I/O" -#: lexsup.c:323 +#: lexsup.c:320 msgid "Allow no undefined symbols" msgstr "Tillåt inga odefinierade symboler" -#: lexsup.c:325 +#: lexsup.c:322 msgid "Allow undefined symbols in shared objects" msgstr "Tillåt odefinierade symboler i delade objekt" +#: lexsup.c:324 +msgid "Allow multiple definitions" +msgstr "Tillåt flera defintioner" + # src/prefs.c:170 -#: lexsup.c:327 +#: lexsup.c:326 msgid "Don't warn about mismatched input files" msgstr "Varna inte om opassande indatafiler" -#: lexsup.c:329 +#: lexsup.c:328 msgid "Turn off --whole-archive" msgstr "Slå av ---whole-archive" -#: lexsup.c:331 +#: lexsup.c:330 msgid "Create an output file even if errors occur" msgstr "Skapa en utdatafil även om fel förekommer" -#: lexsup.c:335 +#: lexsup.c:334 msgid "" "Only use library directories specified on\n" "\t\t\t\tthe command line" @@ -1368,107 +1389,107 @@ msgstr "" "Använd endast bibliotekskataloger som anges\n" "\t\t\t\tpå kommandoraden" -#: lexsup.c:337 +#: lexsup.c:336 msgid "Specify target of output file" msgstr "Ange mål för utdatafil" -#: lexsup.c:339 +#: lexsup.c:338 msgid "Ignored for Linux compatibility" msgstr "Ignorerad för kompatibilitet med Linux" -#: lexsup.c:341 +#: lexsup.c:340 msgid "Relax branches on certain targets" msgstr "Slappna av greningar på vissa mål" -#: lexsup.c:344 +#: lexsup.c:343 msgid "Keep only symbols listed in FILE" msgstr "Behåll endast symboler angivna i FIL" -#: lexsup.c:346 +#: lexsup.c:345 msgid "Set runtime shared library search path" msgstr "Ställ in körtidssökväg för delade bibliotek" -#: lexsup.c:348 +#: lexsup.c:347 msgid "Set link time shared library search path" msgstr "Ställ in länkningstidssökväg för delade bibliotek" -#: lexsup.c:350 +#: lexsup.c:349 msgid "Create a shared library" msgstr "Skapa ett delat bibliotek" -#: lexsup.c:354 +#: lexsup.c:353 msgid "Sort common symbols by size" msgstr "Sortera gemensamma symboler efter storlek" -#: lexsup.c:358 +#: lexsup.c:357 msgid "COUNT" msgstr "ANTAL" -#: lexsup.c:358 +#: lexsup.c:357 msgid "How many tags to reserve in .dynamic section" msgstr "Hur många taggar som ska reserveras i .dynamic-sektion" -#: lexsup.c:360 +#: lexsup.c:359 msgid "[=SIZE]" msgstr "[=STORLEK]" -#: lexsup.c:360 +#: lexsup.c:359 msgid "Split output sections every SIZE octets" msgstr "Dela utdatasektioner var STORLEK oktett" -#: lexsup.c:362 +#: lexsup.c:361 msgid "[=COUNT]" msgstr "[=ANTAL]" -#: lexsup.c:362 +#: lexsup.c:361 msgid "Split output sections every COUNT relocs" msgstr "Dela utdatasektioner var ANTAL omlokalisering" -#: lexsup.c:364 +#: lexsup.c:363 msgid "Print memory usage statistics" msgstr "Visa statistik över minnesanvändning" -#: lexsup.c:366 +#: lexsup.c:365 msgid "Display target specific options" msgstr "Visa målspecifika flaggor" -#: lexsup.c:368 +#: lexsup.c:367 msgid "Do task level linking" msgstr "Utför länkning på uppgiftsnivå" -#: lexsup.c:370 +#: lexsup.c:369 msgid "Use same format as native linker" msgstr "Använd samma format som inhemska länkaren" -#: lexsup.c:372 +#: lexsup.c:371 msgid "SECTION=ADDRESS" msgstr "SEKTION=ADRESS" -#: lexsup.c:372 +#: lexsup.c:371 msgid "Set address of named section" msgstr "Ställ in adress på namngiven sektion" -#: lexsup.c:374 +#: lexsup.c:373 msgid "Set address of .bss section" msgstr "Ställ in adress på .bss-sektion" -#: lexsup.c:376 +#: lexsup.c:375 msgid "Set address of .data section" msgstr "Ställ in adress på .data-sektion" -#: lexsup.c:378 +#: lexsup.c:377 msgid "Set address of .text section" msgstr "Ställ in adress på .text-sektion" -#: lexsup.c:380 +#: lexsup.c:379 msgid "Output lots of information during link" msgstr "Visa mycket information under länkning" -#: lexsup.c:384 +#: lexsup.c:383 msgid "Read version information script" msgstr "Läs skript med versionsinformation" -#: lexsup.c:387 +#: lexsup.c:386 msgid "" "Take export symbols list from .exports, using\n" "\t\t\t\tSYMBOL as the version." @@ -1476,43 +1497,43 @@ msgstr "" "Plocka lista med exportsymboler från .exports och\n" "\t\t\t\tanvänd SYMBOL som version." -#: lexsup.c:390 +#: lexsup.c:389 msgid "Warn about duplicate common symbols" msgstr "Varna för dubbla gemensamma symboler" -#: lexsup.c:392 +#: lexsup.c:391 msgid "Warn if global constructors/destructors are seen" msgstr "Varna om globala konstruktorer/destruktorer hittas" -#: lexsup.c:395 +#: lexsup.c:394 msgid "Warn if the multiple GP values are used" msgstr "Varna om flera GP-värden används" -#: lexsup.c:397 +#: lexsup.c:396 msgid "Warn only once per undefined symbol" msgstr "Varna endast en gång per odefinierad symbol" -#: lexsup.c:399 +#: lexsup.c:398 msgid "Warn if start of section changes due to alignment" msgstr "Varna om början på sektionen ändras på grund av justering" -#: lexsup.c:402 +#: lexsup.c:401 msgid "Treat warnings as errors" msgstr "Behandla varningar som fel" -#: lexsup.c:405 +#: lexsup.c:404 msgid "Include all objects from following archives" msgstr "Inkludera alla objekt från följande arkiv" -#: lexsup.c:407 +#: lexsup.c:406 msgid "Use wrapper functions for SYMBOL" msgstr "Använd inkapslingsfunktioner för SYMBOL" -#: lexsup.c:409 +#: lexsup.c:408 msgid "[=WORDS]" msgstr "[=ORD]" -#: lexsup.c:409 +#: lexsup.c:408 msgid "" "Modify problematic branches in last WORDS (1-10,\n" "\t\t\t\tdefault 5) words of a page" @@ -1520,27 +1541,27 @@ msgstr "" "Ändra problematiska greningar i sista ORD (1-10,\n" "\t\t\t\tstandardvärde 5) orden på en sida" -#: lexsup.c:575 +#: lexsup.c:574 msgid "%P: unrecognized option '%s'\n" msgstr "%P: okänd flagga \"%s\"\n" -#: lexsup.c:577 +#: lexsup.c:576 msgid "%P%F: use the --help option for usage information\n" msgstr "%P%F: använd flaggan --help för användningsinformation\n" -#: lexsup.c:596 +#: lexsup.c:595 msgid "%P%F: unrecognized -a option `%s'\n" msgstr "%P%F: okänd -a-flagga \"%s\"\n" -#: lexsup.c:609 +#: lexsup.c:608 msgid "%P%F: unrecognized -assert option `%s'\n" msgstr "%P%F: okänd -assert-flagga \"%s\"\n" -#: lexsup.c:652 +#: lexsup.c:651 msgid "%F%P: unknown demangling style `%s'" msgstr "%F%P: okänd avkodningsstil \"%s\"" -#: lexsup.c:712 +#: lexsup.c:711 msgid "%P%F: invalid number `%s'\n" msgstr "%P%F: ogiltigt tal \"%s\"\n" @@ -1552,65 +1573,65 @@ msgstr "%P%F: ogiltigt tal \"%s\"\n" #. an error message here. We cannot just make this a warning, #. increment optind, and continue because getopt is too confused #. and will seg-fault the next time around. -#: lexsup.c:810 +#: lexsup.c:812 msgid "%P%F: bad -rpath option\n" msgstr "%P%F: okänd -rpath-flagga\n" -#: lexsup.c:908 +#: lexsup.c:910 msgid "%P%F: -shared not supported\n" msgstr "%P%F: -shared stöds inte\n" -#: lexsup.c:940 +#: lexsup.c:942 msgid "%P%F: invalid argument to option \"--section-start\"\n" msgstr "%P%F: ogiltigt argument till flaggan \"--section-start\"\n" -#: lexsup.c:946 +#: lexsup.c:948 msgid "%P%F: missing argument(s) to option \"--section-start\"\n" msgstr "%P%F: argument saknas till flaggan \"--section-start\"\n" -#: lexsup.c:1095 +#: lexsup.c:1097 msgid "%P%F: may not nest groups (--help for usage)\n" msgstr "%P%F: får inte nästla grupper (--help för användning)\n" -#: lexsup.c:1102 +#: lexsup.c:1104 msgid "%P%F: group ended before it began (--help for usage)\n" msgstr "%P%F: gruppen slutade innan den började (--help för användning)\n" -#: lexsup.c:1116 +#: lexsup.c:1118 msgid "%P%F: invalid argument to option \"mpc860c0\"\n" msgstr "%P%F: ogiltigt argument till flaggan \"mpc860c0\"\n" -#: lexsup.c:1171 +#: lexsup.c:1173 msgid "%P%F: invalid hex number `%s'\n" msgstr "%P%F: ogiltigt hexadecimalt tal \"%s\"\n" -#: lexsup.c:1183 +#: lexsup.c:1185 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Användning: %s [flaggor] fil...\n" -#: lexsup.c:1185 +#: lexsup.c:1187 msgid "Options:\n" msgstr "Alternativ:\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:1268 +#: lexsup.c:1270 #, c-format msgid "%s: supported targets:" msgstr "%s: mål som stöds:" -#: lexsup.c:1276 +#: lexsup.c:1278 #, c-format msgid "%s: supported emulations: " msgstr "%s: emuleringar som stöds: " -#: lexsup.c:1281 +#: lexsup.c:1283 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: emuleringsspecifika flaggor:\n" -#: lexsup.c:1285 +#: lexsup.c:1287 #, c-format msgid "Report bugs to %s\n" msgstr "" @@ -1621,61 +1642,61 @@ msgstr "" msgid "%P%F: unknown format type %s\n" msgstr "%P%F: okänd formattyp %s\n" -#: pe-dll.c:316 +#: pe-dll.c:321 #, c-format msgid "%XUnsupported PEI architecture: %s\n" msgstr "%XPEI-arkitekturen stöds inte: %s\n" -#: pe-dll.c:650 +#: pe-dll.c:671 #, c-format msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%XFel, dubbel EXPORT med ordinaler: %s (%d gentemot %d)\n" -#: pe-dll.c:657 +#: pe-dll.c:678 #, c-format msgid "Warning, duplicate EXPORT: %s\n" msgstr "Varning, dubbel EXPORT: %s\n" -#: pe-dll.c:721 +#: pe-dll.c:742 #, c-format msgid "%XCannot export %s: symbol not defined\n" msgstr "%XKan inte exportera %s: symbolen är inte definierad\n" -#: pe-dll.c:727 +#: pe-dll.c:748 #, c-format msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%XKan inte exportera %s: symbolen är av fel typ (%d gentemot %d)\n" -#: pe-dll.c:734 +#: pe-dll.c:755 #, c-format msgid "%XCannot export %s: symbol not found\n" msgstr "%XKan inte exportera %s: symbolen hittades inte\n" -#: pe-dll.c:849 +#: pe-dll.c:870 #, c-format msgid "%XError, ordinal used twice: %d (%s vs %s)\n" msgstr "%XFel, ordinalen användes två gånger: %d (%s gentemot %s)\n" -#: pe-dll.c:1160 +#: pe-dll.c:1181 #, c-format msgid "%XError: %d-bit reloc in dll\n" msgstr "%XFel: %d-bitars omlokalisering i dll\n" -#: pe-dll.c:1295 +#: pe-dll.c:1316 #, c-format msgid "%s: Can't open output def file %s\n" msgstr "%s: Kan inte öppna utdatadefinitionsfilen %s\n" -#: pe-dll.c:1438 +#: pe-dll.c:1459 msgid "; no contents available\n" msgstr "; inget innehåll är tillgängligt\n" -#: pe-dll.c:2107 +#: pe-dll.c:2128 #, c-format msgid "%XCan't open .lib file: %s\n" msgstr "%XKan inte öppna .lib-filen: %s\n" -#: pe-dll.c:2112 +#: pe-dll.c:2133 #, c-format msgid "Creating library file: %s\n" msgstr "Skapar biblioteksfil: %s\n" diff -uprN binutils-2.12.90.0.15/ld/testsuite/ChangeLog binutils-2.13.90.0.2/ld/testsuite/ChangeLog --- binutils-2.12.90.0.15/ld/testsuite/ChangeLog Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,29 @@ +2002-07-30 John David Anglin + + * ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp, + ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target. + * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, + ld-linkonce/linkonce.exp, ld-shared/shared.exp, + ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux* + targets. + * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s, + ld-discard/static.s: Add whitespace before assembler directives. + +2002-07-29 Chris Demetriou + + * ld-mips-elf/mips16-1.d: Check that ASE flag is actually set. + +2002-07-26 Richard Sandiford + + * ld-mips-elf/mips16-1.d, + * ld-mips-elf/mips16-1[ab].s: New test. + * ld-mips-elf/mips-elf.exp: Run it. + +2002-07-19 Hans-Peter Nilsson + + * ld-mmix/sec-1.d: Adjust for changes in padding. + * ld-mmix/sec-3.d: Ditto. + 2002-07-15 H.J. Lu * ld-elfvers/vers.exp: Add vers21. diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-discard/discard.exp binutils-2.13.90.0.2/ld/testsuite/ld-discard/discard.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-discard/discard.exp Fri Nov 16 14:05:53 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-discard/discard.exp Thu Aug 1 17:49:32 2002 @@ -22,7 +22,10 @@ # Test for ELF here, so we don't have to qualify on ELF specifically # in every .d-file. -if { ![istarget *-*-linux*] && ![istarget *-*-gnu] && ![istarget *-*-elf] } { +if { ![istarget *-*-linux*] \ + && ![istarget *-*-gnu] \ + && ![istarget hppa*64*-*-hpux*] \ + && ![istarget *-*-elf] } { return } diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-discard/exit.s binutils-2.13.90.0.2/ld/testsuite/ld-discard/exit.s --- binutils-2.12.90.0.15/ld/testsuite/ld-discard/exit.s Fri Nov 16 14:05:53 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-discard/exit.s Thu Aug 1 17:49:32 2002 @@ -1,6 +1,6 @@ -.globl data + .globl data .section .data.exit,"aw" data: -.globl text + .globl text .section .text.exit,"aw" text: diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-discard/extern.s binutils-2.13.90.0.2/ld/testsuite/ld-discard/extern.s --- binutils-2.12.90.0.15/ld/testsuite/ld-discard/extern.s Fri Nov 16 14:05:53 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-discard/extern.s Thu Aug 1 17:49:32 2002 @@ -1,11 +1,11 @@ -.globl data + .globl data .section .data.exit,"aw" data: -.globl text + .globl text .section .text.exit,"aw" text: -.text -.globl _start + .text + .globl _start _start: .long data .section .debug_info diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-discard/start.s binutils-2.13.90.0.2/ld/testsuite/ld-discard/start.s --- binutils-2.12.90.0.15/ld/testsuite/ld-discard/start.s Fri Nov 16 14:05:53 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-discard/start.s Thu Aug 1 17:49:32 2002 @@ -1,5 +1,5 @@ -.text -.globl _start + .text + .globl _start _start: .long data .section .debug_info diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-discard/static.s binutils-2.13.90.0.2/ld/testsuite/ld-discard/static.s --- binutils-2.12.90.0.15/ld/testsuite/ld-discard/static.s Fri Nov 16 14:05:53 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-discard/static.s Thu Aug 1 17:49:32 2002 @@ -2,8 +2,8 @@ data: .section .text.exit,"aw" text: -.text -.globl _start + .text + .globl _start _start: .long data .section .debug_info diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-elfvers/vers.exp binutils-2.13.90.0.2/ld/testsuite/ld-elfvers/vers.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-elfvers/vers.exp Wed Jul 17 11:38:29 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-elfvers/vers.exp Thu Aug 1 17:49:32 2002 @@ -25,7 +25,9 @@ if ![isnative] then {return} # This test can only be run on a couple of ELF platforms. # Square bracket expressions seem to confuse istarget. # This is similar to the test that is used in ld-shared, BTW. -if { ![istarget i?86-*-sysv4*] \ +if { ![istarget hppa*64*-*-hpux*] \ + && ![istarget hppa*-*-linux*] \ + && ![istarget i?86-*-sysv4*] \ && ![istarget i?86-*-unixware] \ && ![istarget i?86-*-elf*] \ && ![istarget i?86-*-linux*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-elfvsb/elfvsb.exp binutils-2.13.90.0.2/ld/testsuite/ld-elfvsb/elfvsb.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-elfvsb/elfvsb.exp Sun Apr 21 01:09:26 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-elfvsb/elfvsb.exp Thu Aug 1 17:49:32 2002 @@ -26,7 +26,9 @@ if ![isnative] then {return} # This test can only be run on a couple of ELF platforms. # Square bracket expressions seem to confuse istarget. -if { ![istarget i?86-*-linux*] \ +if { ![istarget hppa*64*-*-hpux*] \ + && ![istarget hppa*-*-linux*] \ + && ![istarget i?86-*-linux*] \ && ![istarget ia64-*-linux*] \ && ![istarget m68k-*-linux*] \ && ![istarget mips*-*-linux*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-elfweak/elfweak.exp binutils-2.13.90.0.2/ld/testsuite/ld-elfweak/elfweak.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-elfweak/elfweak.exp Mon Oct 1 15:25:26 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-elfweak/elfweak.exp Thu Aug 1 17:49:32 2002 @@ -25,7 +25,9 @@ if ![isnative] then {return} # This test can only be run on a couple of ELF platforms. # Square bracket expressions seem to confuse istarget. # This is similar to the test that is used in ld-shared, BTW. -if { ![istarget i?86-*-sysv4*] \ +if { ![istarget hppa*64*-*-hpux*] \ + && ![istarget hppa*-*-linux*] \ + && ![istarget i?86-*-sysv4*] \ && ![istarget i?86-*-unixware] \ && ![istarget i?86-*-elf*] \ && ![istarget i?86-*-linux*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-linkonce/linkonce.exp binutils-2.13.90.0.2/ld/testsuite/ld-linkonce/linkonce.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-linkonce/linkonce.exp Mon Oct 1 15:25:26 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-linkonce/linkonce.exp Thu Aug 1 17:49:32 2002 @@ -21,7 +21,10 @@ # Test for ELF here (or really, .gnu.linkonce functionality), so we don't # have to qualify on ELF specifically in every .d-file. -if { ![istarget *-*-linux*] && ![istarget *-*-gnu] && ![istarget *-*-elf] } { +if { ![istarget *-*-linux*] \ + && ![istarget *-*-gnu] \ + && ![istarget hppa*64*-*-hpux*] \ + && ![istarget *-*-elf] } { return } diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips-elf.exp binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips-elf.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips-elf.exp Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips-elf.exp Mon Jul 29 08:19:19 2002 @@ -39,6 +39,8 @@ if { [istarget mips*-*-*] } then { run_dump_test "emrelocs-eb" run_dump_test "emrelocs-el" + run_dump_test "mips16-1" + run_dump_test "region1" } } diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1.d binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1.d --- binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1.d Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1.d Thu Aug 1 17:49:32 2002 @@ -0,0 +1,9 @@ +#source: mips16-1a.s -no-mips16 +#source: mips16-1b.s -mips16 +#ld: -r +#objdump: -pd + +.*:.*file format.*mips.* +private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].* + +#pass diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1a.s binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1a.s --- binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1a.s Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1a.s Mon Jul 29 08:19:19 2002 @@ -0,0 +1,2 @@ + .text +foo1: jr $31 diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1b.s binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1b.s --- binutils-2.12.90.0.15/ld/testsuite/ld-mips-elf/mips16-1b.s Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mips-elf/mips16-1b.s Mon Jul 29 08:19:19 2002 @@ -0,0 +1,2 @@ + .text +foo2: jr $31 diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mmix/sec-1.d binutils-2.13.90.0.2/ld/testsuite/ld-mmix/sec-1.d --- binutils-2.12.90.0.15/ld/testsuite/ld-mmix/sec-1.d Fri Nov 16 14:05:55 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mmix/sec-1.d Mon Jul 29 08:19:19 2002 @@ -12,11 +12,11 @@ Idx Name Size VMA CONTENTS, ALLOC, LOAD, CODE 1 \.a\.fourth\.section 0+10 0+20 0+20 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, DATA - 2 secname 0+1c 0+4 0+4 0+ 2\*\*2 + 2 secname 0+19 0+4 0+4 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, CODE - 3 anothersec 0+14 2000000000000000 2000000000000000 0+ 2\*\*2 + 3 anothersec 0+13 2000000000000000 2000000000000000 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, DATA - 4 thirdsec 0+c 0+ 0+ 0+ 2\*\*2 + 4 thirdsec 0+a 0+ 0+ 0+ 2\*\*2 CONTENTS, READONLY Contents of section \.text: 0000 e3fd0001 .* @@ -24,9 +24,9 @@ Contents of section \.a\.fourth\.section 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section secname: 0004 00000001 00000002 00000003 00000004 .* - 0014 ffffffff fffff827 50000000 .* + 0014 ffffffff fffff827 50 .* Contents of section anothersec: 0000 0000000a 00000009 00000008 00000007 .* - 0010 25272900 .* + 0010 252729 .* Contents of section thirdsec: - 0000 00030d41 000186a2 26280000 .* + 0000 00030d41 000186a2 2628 .* diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-mmix/sec-3.d binutils-2.13.90.0.2/ld/testsuite/ld-mmix/sec-3.d --- binutils-2.12.90.0.15/ld/testsuite/ld-mmix/sec-3.d Fri Nov 16 14:05:55 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-mmix/sec-3.d Mon Jul 29 08:19:19 2002 @@ -10,27 +10,27 @@ Sections: Idx Name Size VMA LMA File off Algn 0 \.text 0+4 0+ 0+ 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, CODE - 1 secname 0+1c 0+4 0+4 0+ 2\*\*2 + 1 secname 0+19 0+4 0+4 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, CODE 2 \.a\.fourth\.section 0+10 0+20 0+20 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, READONLY, DATA 3 \.data 0+4 2000000000000004 2000000000000004 0+ 2\*\*2 CONTENTS, ALLOC, LOAD - 4 anothersec 0+14 2000000000000008 2000000000000008 0+ 2\*\*2 + 4 anothersec 0+13 2000000000000008 2000000000000008 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, DATA - 5 thirdsec 0+c 200000000000001c 200000000000001c 0+ 2\*\*2 + 5 thirdsec 0+a 200000000000001c 200000000000001c 0+ 2\*\*2 CONTENTS, READONLY Contents of section \.text: 0000 e3fd0001 .* Contents of section secname: 0004 00000001 00000002 00000003 00000004 .* - 0014 ffffffff fffff827 50000000 .* + 0014 ffffffff fffff827 50 .* Contents of section \.a\.fourth\.section: 0020 00000000 0087a238 00000000 302a55a8 .* Contents of section \.data: 0004 0000002c .* Contents of section anothersec: 0008 0000000a 00000009 00000008 00000007 .* - 0018 25272900 .* + 0018 252729 .* Contents of section thirdsec: - 001c 00030d41 000186a2 26280000 .* + 001c 00030d41 000186a2 2628 .* diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-scripts/phdrs.exp binutils-2.13.90.0.2/ld/testsuite/ld-scripts/phdrs.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-scripts/phdrs.exp Mon Aug 27 11:44:52 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-scripts/phdrs.exp Thu Aug 1 17:49:32 2002 @@ -22,6 +22,7 @@ if { ![istarget *-*-sysv4*] \ && ![istarget *-*-unixware*] \ && ![istarget *-*-elf*] \ && ![istarget *-*-eabi*] \ + && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-linux*] \ && ![istarget *-*-irix5*] \ && ![istarget *-*-irix6*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-scripts/phdrs2.exp binutils-2.13.90.0.2/ld/testsuite/ld-scripts/phdrs2.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-scripts/phdrs2.exp Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-scripts/phdrs2.exp Thu Aug 1 17:49:32 2002 @@ -19,6 +19,7 @@ if { ![istarget *-*-sysv4*] \ && ![istarget *-*-unixware*] \ && ![istarget *-*-elf*] \ && ![istarget *-*-eabi*] \ + && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-linux*] \ && ![istarget *-*-irix5*] \ && ![istarget *-*-irix6*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-selective/sel-dump.exp binutils-2.13.90.0.2/ld/testsuite/ld-selective/sel-dump.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-selective/sel-dump.exp Thu Feb 7 10:21:04 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-selective/sel-dump.exp Thu Aug 1 17:49:32 2002 @@ -20,6 +20,7 @@ if { ![istarget *-*-linux*] && ![istarget *-*-gnu] + && ![istarget hppa*64*-*-hpux*] && ![istarget *-*-elf] } { return } diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-shared/shared.exp binutils-2.13.90.0.2/ld/testsuite/ld-shared/shared.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-shared/shared.exp Sun Apr 21 01:09:26 2002 +++ binutils-2.13.90.0.2/ld/testsuite/ld-shared/shared.exp Thu Aug 1 17:49:32 2002 @@ -28,7 +28,9 @@ if ![isnative] then {return} # This test can only be run on a couple of ELF platforms. # Square bracket expressions seem to confuse istarget. -if { ![istarget i?86-*-sysv4*] \ +if { ![istarget hppa*64*-*-hpux*] \ + && ![istarget hppa*-*-linux*] \ + && ![istarget i?86-*-sysv4*] \ && ![istarget i?86-*-unixware] \ && ![istarget i?86-*-elf*] \ && ![istarget i?86-*-linux*] \ diff -uprN binutils-2.12.90.0.15/ld/testsuite/ld-undefined/weak-undef.exp binutils-2.13.90.0.2/ld/testsuite/ld-undefined/weak-undef.exp --- binutils-2.12.90.0.15/ld/testsuite/ld-undefined/weak-undef.exp Thu Mar 15 14:57:32 2001 +++ binutils-2.13.90.0.2/ld/testsuite/ld-undefined/weak-undef.exp Thu Aug 1 17:49:32 2002 @@ -25,6 +25,7 @@ if { ![istarget *-*-sysv4*] \ && ![istarget *-*-unixware*] \ && ![istarget *-*-elf*] \ && ![istarget *-*-eabi*] \ + && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-linux*] \ && ![istarget *-*-irix5*] \ && ![istarget *-*-irix6*] \ diff -uprN binutils-2.12.90.0.15/libiberty/ChangeLog binutils-2.13.90.0.2/libiberty/ChangeLog --- binutils-2.12.90.0.15/libiberty/ChangeLog Wed Jul 17 11:38:30 2002 +++ binutils-2.13.90.0.2/libiberty/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,7 @@ +2002-07-29 Neil Booth + + * cplus-dem.c (PREPEND_BLANK): Remove. + 2002-07-10 Jason Merrill * cp-demangle.c (demangle_identifier): Support extended Unicode diff -uprN binutils-2.12.90.0.15/libiberty/cplus-dem.c binutils-2.13.90.0.2/libiberty/cplus-dem.c --- binutils-2.12.90.0.15/libiberty/cplus-dem.c Thu Mar 7 11:52:40 2002 +++ binutils-2.13.90.0.2/libiberty/cplus-dem.c Thu Aug 1 17:49:32 2002 @@ -339,8 +339,6 @@ struct demangler_engine libiberty_demang }; #define STRING_EMPTY(str) ((str) -> b == (str) -> p) -#define PREPEND_BLANK(str) {if (!STRING_EMPTY(str)) \ - string_prepend(str, " ");} #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \ string_append(str, " ");} #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b)) diff -uprN binutils-2.12.90.0.15/mips/ChangeLog binutils-2.13.90.0.2/mips/ChangeLog --- binutils-2.12.90.0.15/mips/ChangeLog Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/mips/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,11 @@ +2002-08-01 H.J. Lu + + * binutils-mips-isa.patch: Updated. + +2002-07-26 H.J. Lu + + * binutils-mips-isa.patch: Updated. + 2002-06-06 H.J. Lu * binutils-mips-isa.patch: Updated. diff -uprN binutils-2.12.90.0.15/mips/binutils-mips-isa.patch binutils-2.13.90.0.2/mips/binutils-mips-isa.patch --- binutils-2.12.90.0.15/mips/binutils-mips-isa.patch Fri Jun 7 19:22:17 2002 +++ binutils-2.13.90.0.2/mips/binutils-mips-isa.patch Fri Aug 2 08:47:37 2002 @@ -1,3 +1,13 @@ +2002-08-02 H.J. Lu + + * config/tc-mips.c (OPTION_MCPU): Put it back. + (md_parse_option): Handle OPTION_MCPU. + (mips_after_parse_args): Check -mcpu. + +2002-07-26 H.J. Lu + + * config/tc-mips.c (mips_after_parse_args): Updated. + 2002-04-04 H.J. Lu * elf32-mips.c: Move all changes to ... @@ -22,8 +32,8 @@ * mips.h (bfd_mips_elf_set_isa): New prototype. ---- binutils/bfd/elfxx-mips.c.isa Thu Jun 6 11:18:20 2002 -+++ binutils/bfd/elfxx-mips.c Thu Jun 6 11:18:35 2002 +--- binutils/bfd/elfxx-mips.c.mips Fri Aug 2 08:29:05 2002 ++++ binutils/bfd/elfxx-mips.c Fri Aug 2 08:29:13 2002 @@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place - Suit #include "elf-bfd.h" #include "elfxx-mips.h" @@ -32,7 +42,7 @@ /* Get the ECOFF swapping routines. */ #include "coff/sym.h" -@@ -5890,6 +5891,55 @@ _bfd_mips_elf_finish_dynamic_sections (o +@@ -5882,6 +5883,55 @@ _bfd_mips_elf_finish_dynamic_sections (o return true; } @@ -88,7 +98,7 @@ /* The final processing done just before writing out a MIPS ELF object file. This gets the MIPS architecture right based on the machine number. This is used by both the 32-bit and the 64-bit ABI. */ -@@ -5899,75 +5949,92 @@ _bfd_mips_elf_final_write_processing (ab +@@ -5891,75 +5941,92 @@ _bfd_mips_elf_final_write_processing (ab bfd *abfd; boolean linker ATTRIBUTE_UNUSED; { @@ -197,9 +207,21 @@ /* Set the sh_info field for .gptab sections and other appropriate info for each special section. */ ---- binutils/gas/config/tc-mips.c.isa Thu Jun 6 11:18:20 2002 -+++ binutils/gas/config/tc-mips.c Thu Jun 6 11:20:53 2002 -@@ -1041,6 +1041,12 @@ md_begin () +--- binutils/gas/config/tc-mips.c.mips Fri Aug 2 08:29:05 2002 ++++ binutils/gas/config/tc-mips.c Fri Aug 2 08:37:21 2002 +@@ -226,6 +226,11 @@ static int mips_tune = CPU_UNKNOWN; + static const char *mips_tune_string; + static const struct mips_cpu_info *mips_tune_info; + ++/* The deprecated -mcpu option. */ ++#define SEEN_OPTION_MCPU 0x1 ++#define SEEN_OPTION_MARCH_MTUNE 0x2 ++static int seen_mips_cpu_arch_tune = 0; ++ + /* True when generating 32-bit code for a 64-bit processor. */ + static int mips_32bitmode = 0; + +@@ -1029,6 +1034,12 @@ md_begin () if (! bfd_set_arch_mach (stdoutput, bfd_arch_mips, mips_arch)) as_warn (_("Could not set architecture and machine")); @@ -212,23 +234,52 @@ op_hash = hash_new (); for (i = 0; i < NUMOPCODES;) -@@ -10535,11 +10541,11 @@ mips_after_parse_args () +@@ -9927,6 +9938,9 @@ struct option md_longopts[] = + #define OPTION_NO_MDEBUG (OPTION_ELF_BASE + 8) + {"no-mdebug", no_argument, NULL, OPTION_NO_MDEBUG}, + #endif /* OBJ_ELF */ ++/* Pray it is large enough so that it won't conflict with others. */ ++#define OPTION_MCPU (OPTION_MD_BASE + 0x7000000) ++ {"mcpu", required_argument, NULL, OPTION_MCPU}, + {NULL, no_argument, NULL, 0} + }; + size_t md_longopts_size = sizeof (md_longopts); +@@ -10032,10 +10046,18 @@ md_parse_option (c, arg) + break; + + case OPTION_MTUNE: ++ seen_mips_cpu_arch_tune |= SEEN_OPTION_MARCH_MTUNE; + mips_set_option_string (&mips_tune_string, arg); + break; + + case OPTION_MARCH: ++ seen_mips_cpu_arch_tune |= SEEN_OPTION_MARCH_MTUNE; ++ mips_set_option_string (&mips_arch_string, arg); ++ break; ++ ++ case OPTION_MCPU: ++ seen_mips_cpu_arch_tune |= SEEN_OPTION_MCPU; ++ mips_set_option_string (&mips_tune_string, arg); + mips_set_option_string (&mips_arch_string, arg); + break; - if (mips_arch != CPU_UNKNOWN && mips_opts.isa != ISA_UNKNOWN) - { -- /* We have to check if the isa is the default isa of arch. Otherwise -- we'll get invalid object file headers. */ -+ /* We have to check if the isa is compatible with the arch isa. -+ Otherwise we'll get invalid object file headers. */ - ci = mips_cpu_info_from_cpu (mips_arch); - assert (ci != NULL); -- if (mips_opts.isa != ci->isa) -+ if ((mips_opts.isa & ci->isa) != mips_opts.isa) - { - /* This really should be an error instead of a warning, but old - compilers only have -mcpu which sets both arch and tune. For ---- binutils/include/elf/mips.h.isa Thu Jun 6 11:18:20 2002 -+++ binutils/include/elf/mips.h Thu Jun 6 11:18:35 2002 +@@ -10296,6 +10318,14 @@ mips_set_tune (info) + void + mips_after_parse_args () + { ++ if (seen_mips_cpu_arch_tune ++ == (SEEN_OPTION_MCPU | SEEN_OPTION_MARCH_MTUNE)) ++ as_fatal (_("The -mcpu option is deprecated. Please use " ++ "-march and -mtune instead.")); ++ else if (seen_mips_cpu_arch_tune == SEEN_OPTION_MCPU) ++ as_warn (_("The -mcpu option is deprecated. Please use " ++ "-march and -mtune instead.")); ++ + /* GP relative stuff not working for PE */ + if (strncmp (TARGET_OS, "pe", 2) == 0 + && g_switch_value != 0) +--- binutils/include/elf/mips.h.mips Fri Aug 2 08:29:05 2002 ++++ binutils/include/elf/mips.h Fri Aug 2 08:29:13 2002 @@ -817,6 +817,9 @@ extern void bfd_mips_elf_swap_options_in extern void bfd_mips_elf_swap_options_out PARAMS ((bfd *, const Elf_Internal_Options *, Elf_External_Options *)); diff -uprN binutils-2.12.90.0.15/opcodes/ChangeLog binutils-2.13.90.0.2/opcodes/ChangeLog --- binutils-2.12.90.0.15/opcodes/ChangeLog Wed Jul 17 11:38:30 2002 +++ binutils-2.13.90.0.2/opcodes/ChangeLog Thu Aug 1 17:49:32 2002 @@ -1,3 +1,53 @@ +2002-07-30 Nick Clifton + + * po/sv.po: Updated Swedish translation. + +2002-07-25 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + * po/pr_BR.po: Updated Brazilian Portuguese translation. + * po/tr.po: Updated Turkish translation. + * po/fr.po: Updated French translation. + +2002-07-24 Nick Clifton + + * po/sv.po: Updated Swedish translation. + * po/es.po: Updated Spanish translation. + * po/pr_BR.po: Updated Brazilian Portuguese translation. + +2002-07-23 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + +2002-07-23 Nick Clifton + + * po/fr.po: Updated French translation. + * po/pr_BR.po: New Brazilian Portuguese translation. + * po/id.po: Updated Indonesian translation. + * configure.in (LINGUAS): Add pr_BR. + * configure: Regenerate. + +2002-07-18 Denis Chertykov + Frank Ch. Eigler + Alan Lehotsky + matthew green + + * configure.in: Add support for ip2k. + * configure: Regenerate. + * Makefile.am: Add support for ip2k. + * Makefile.in: Regenerate. + * disassemble.c: Add support for ip2k. + * ip2k-asm.c: New generated file. + * ip2k-desc.c: New generated file. + * ip2k-desc.h: New generated file. + * ip2k-dis.c: New generated file. + * ip2k-ibld.c: New generated file. + * ip2k-opc.c: New generated file. + * ip2k-opc.h: New generated file. + 2002-07-17 David Mosberger * ia64-opc-b.c (bWhc): New macro. @@ -100,7 +150,7 @@ * arc-dis.c: Use #include "" instead of <> for local header files. * m68k-dis.c: Likewise. -Wed May 22 20:11:51 2002 J"orn Rennecke +2002-05-22 J"orn Rennecke * Makefile.am (sh-dis.lo): Compile with @archdefs@. * Makefile.in: regenerate. @@ -112,7 +162,7 @@ Wed May 22 20:11:51 2002 J"orn Rennecke * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros. -Fri May 17 14:26:44 2002 J"orn Rennecke +2002-05-17 J"orn Rennecke * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh. * sh-dis.c (LITTLE_BIT): Delete. @@ -238,7 +288,7 @@ Fri May 17 14:26:44 2002 J"orn Rennecke * ppc-opc.c: Add optional field to mtmsrd. (MTMSRD_L, XRLARB_MASK): Define. -Mon Mar 18 21:10:43 CET 2002 Jan Hubicka +2002-03-18 Jan Hubicka * i386-dis.c (prefix_name): Fix handling of 32bit address prefix in 64bit mode. @@ -1728,7 +1778,7 @@ Mon Mar 18 21:10:43 CET 2002 Jan Hubick * ia64-ic.tbl: Update from Intel. Add setf to fr-writers. * ia64-asmtab.c: Regenerate. -Mon Feb 12 17:41:26 CET 2001 Jan Hubicka +2001-02-12 Jan Hubicka * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison instructions. @@ -1767,7 +1817,7 @@ Mon Feb 12 17:41:26 CET 2001 Jan Hubick * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS. * m32r-desc.h: Regenerate. -Thu Feb 1 16:29:06 MET 2001 Jan Hubicka +2001-02-01 Jan Hubicka * i386-dis.c (dis386_att, grps): Use 'T' for push/pop (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax @@ -1780,7 +1830,7 @@ Thu Feb 1 16:29:06 MET 2001 Jan Hubick * disassemble.c: Remove spurious white space. -Sat Jan 13 01:48:24 MET 2001 Jan Hubicka +2001-01-13 Jan Hubicka * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret templates. diff -uprN binutils-2.12.90.0.15/opcodes/Makefile.am binutils-2.13.90.0.2/opcodes/Makefile.am --- binutils-2.12.90.0.15/opcodes/Makefile.am Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/Makefile.am Mon Jul 29 08:19:19 2002 @@ -30,6 +30,7 @@ HFILES = \ h8500-opc.h \ ia64-asmtab.h \ ia64-opc.h \ + ip2k-desc.h ip2k-opc.h \ m32r-desc.h m32r-opc.h \ mcore-opc.h \ openrisc-desc.h openrisc-opc.h \ @@ -90,6 +91,11 @@ CFILES = \ ia64-opc.c \ ia64-gen.c \ ia64-asmtab.c \ + ip2k-asm.c \ + ip2k-desc.c \ + ip2k-dis.c \ + ip2k-ibld.c \ + ip2k-opc.c \ m32r-asm.c \ m32r-desc.c \ m32r-dis.c \ @@ -189,6 +195,11 @@ ALL_MACHINES = \ i960-dis.lo \ ia64-dis.lo \ ia64-opc.lo \ + ip2k-asm.lo \ + ip2k-desc.lo \ + ip2k-dis.lo \ + ip2k-ibld.lo \ + ip2k-opc.lo \ m32r-asm.lo \ m32r-desc.lo \ m32r-dis.lo \ @@ -312,7 +323,7 @@ uninstall_libopcodes: rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h CLEANFILES = \ - stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \ + stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \ stamp-xstormy16 \ libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2 @@ -330,12 +341,14 @@ CGENDEPS = \ cgen-asm.in cgen-dis.in cgen-ibld.in if CGEN_MAINT +IP2K_DEPS = stamp-ip2k M32R_DEPS = stamp-m32r FR30_DEPS = stamp-fr30 FRV_DEPS = stamp-frv OPENRISC_DEPS = stamp-openrisc XSTORMY16_DEPS = stamp-xstormy16 else +IP2K_DEPS = M32R_DEPS = FR30_DEPS = FRV_DEPS = @@ -351,6 +364,11 @@ run-cgen: .PHONY: run-cgen # For now, require developers to configure with --enable-cgen-maint. +$(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS) + @true +stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc + $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles= + $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS) @true stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc @@ -513,23 +531,23 @@ fr30-ibld.lo: fr30-ibld.c sysdep.h confi fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ fr30-opc.h $(INCDIR)/libiberty.h -frv-asm.lo: frv-asm.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ - $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h -frv-desc.lo: frv-desc.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ +frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ + $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h +frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h opintl.h $(INCDIR)/libiberty.h +frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \ $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h -frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \ - $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ - frv-opc.h opintl.h -frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \ - $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ - frv-opc.h opintl.h -frv-opc.lo: frv-opc.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ - $(INCDIR)/opcode/cgen.h frv-opc.h +frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \ + $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h +frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \ + $(INCDIR)/elf/reloc-macros.h h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/symcat.h opintl.h @@ -572,6 +590,22 @@ ia64-gen.lo: ia64-gen.c $(INCDIR)/anside ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \ ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c ia64-asmtab.lo: ia64-asmtab.c +ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ + $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h +ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h opintl.h $(INCDIR)/libiberty.h +ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h +ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h +ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h $(INCDIR)/libiberty.h m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ diff -uprN binutils-2.12.90.0.15/opcodes/Makefile.in binutils-2.13.90.0.2/opcodes/Makefile.in --- binutils-2.12.90.0.15/opcodes/Makefile.in Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/Makefile.in Mon Jul 29 08:19:19 2002 @@ -140,6 +140,7 @@ HFILES = \ h8500-opc.h \ ia64-asmtab.h \ ia64-opc.h \ + ip2k-desc.h ip2k-opc.h \ m32r-desc.h m32r-opc.h \ mcore-opc.h \ openrisc-desc.h openrisc-opc.h \ @@ -201,6 +202,11 @@ CFILES = \ ia64-opc.c \ ia64-gen.c \ ia64-asmtab.c \ + ip2k-asm.c \ + ip2k-desc.c \ + ip2k-dis.c \ + ip2k-ibld.c \ + ip2k-opc.c \ m32r-asm.c \ m32r-desc.c \ m32r-dis.c \ @@ -301,6 +307,11 @@ ALL_MACHINES = \ i960-dis.lo \ ia64-dis.lo \ ia64-opc.lo \ + ip2k-asm.lo \ + ip2k-desc.lo \ + ip2k-dis.lo \ + ip2k-ibld.lo \ + ip2k-opc.lo \ m32r-asm.lo \ m32r-desc.lo \ m32r-dis.lo \ @@ -379,7 +390,7 @@ noinst_LIBRARIES = libopcodes.a POTFILES = $(HFILES) $(CFILES) CLEANFILES = \ - stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \ + stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \ stamp-xstormy16 \ libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2 @@ -396,6 +407,8 @@ CGENDEPS = \ $(CGENDIR)/opc-opinst.scm \ cgen-asm.in cgen-dis.in cgen-ibld.in +@CGEN_MAINT_TRUE@IP2K_DEPS = @CGEN_MAINT_TRUE@stamp-ip2k +@CGEN_MAINT_FALSE@IP2K_DEPS = @CGEN_MAINT_TRUE@M32R_DEPS = @CGEN_MAINT_TRUE@stamp-m32r @CGEN_MAINT_FALSE@M32R_DEPS = @CGEN_MAINT_TRUE@FR30_DEPS = @CGEN_MAINT_TRUE@stamp-fr30 @@ -847,6 +860,11 @@ run-cgen: .PHONY: run-cgen # For now, require developers to configure with --enable-cgen-maint. +$(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS) + @true +stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc + $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles= + $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS) @true stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc @@ -1009,23 +1027,23 @@ fr30-ibld.lo: fr30-ibld.c sysdep.h confi fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \ fr30-opc.h $(INCDIR)/libiberty.h -frv-asm.lo: frv-asm.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ - $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h -frv-desc.lo: frv-desc.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ +frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ + $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h +frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h opintl.h $(INCDIR)/libiberty.h +frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \ $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h -frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \ - $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ - frv-opc.h opintl.h -frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \ - $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ - frv-opc.h opintl.h -frv-opc.lo: frv-opc.c sysdep.h config.h $(BFD_H) \ - $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h frv-desc.h \ - $(INCDIR)/opcode/cgen.h frv-opc.h +frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \ + $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h +frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \ + frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \ + $(INCDIR)/elf/reloc-macros.h h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/symcat.h opintl.h @@ -1068,6 +1086,22 @@ ia64-gen.lo: ia64-gen.c $(INCDIR)/anside ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \ ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c ia64-asmtab.lo: ia64-asmtab.c +ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ + $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h +ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h opintl.h $(INCDIR)/libiberty.h +ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h +ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \ + $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h +ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + ip2k-opc.h $(INCDIR)/libiberty.h m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \ m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \ diff -uprN binutils-2.12.90.0.15/opcodes/configure binutils-2.13.90.0.2/opcodes/configure --- binutils-2.12.90.0.15/opcodes/configure Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/configure Mon Jul 29 08:19:19 2002 @@ -2619,7 +2619,7 @@ else fi -ALL_LINGUAS="fr sv tr es da de id" +ALL_LINGUAS="fr sv tr es da de id pt_BR" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2625: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. @@ -3249,7 +3249,7 @@ EOF fi -for ac_hdr in unistd.h +for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3381,11 +3381,24 @@ else #include #include +#if HAVE_SYS_TYPES_H +# include +#endif + +#if HAVE_STDLIB_H +# include +#endif + +#if HAVE_SYS_STAT_H +# include +#endif + +#if HAVE_UNISTD_H +# include +#endif + /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE -# ifdef HAVE_UNISTD_H -# include -# endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H @@ -3493,7 +3506,7 @@ main() } EOF -if { (eval echo configure:3497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -3521,17 +3534,17 @@ unistd.h values.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3525: checking for $ac_hdr" >&5 +echo "configure:3538: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3561,12 +3574,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3565: checking for $ac_func" >&5 +echo "configure:3578: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3618,12 +3631,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3622: checking for $ac_func" >&5 +echo "configure:3635: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3680,19 +3693,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3684: checking for LC_MESSAGES" >&5 +echo "configure:3697: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3713,7 +3726,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3717: checking whether NLS is requested" >&5 +echo "configure:3730: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3733,7 +3746,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3737: checking whether included gettext is requested" >&5 +echo "configure:3750: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3752,17 +3765,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3756: checking for libintl.h" >&5 +echo "configure:3769: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3779,19 +3792,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3783: checking for gettext in libc" >&5 +echo "configure:3796: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -3807,7 +3820,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3811: checking for bindtextdomain in -lintl" >&5 +echo "configure:3824: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3815,7 +3828,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3842,19 +3855,19 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3846: checking for gettext in libintl" >&5 +echo "configure:3859: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libintl=yes else @@ -3882,7 +3895,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3886: checking for $ac_word" >&5 +echo "configure:3899: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3916,12 +3929,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3920: checking for $ac_func" >&5 +echo "configure:3933: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3971,7 +3984,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3975: checking for $ac_word" >&5 +echo "configure:3988: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4007,7 +4020,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4011: checking for $ac_word" >&5 +echo "configure:4024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4039,7 +4052,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -4079,7 +4092,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4083: checking for $ac_word" >&5 +echo "configure:4096: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4113,7 +4126,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4117: checking for $ac_word" >&5 +echo "configure:4130: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4149,7 +4162,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4153: checking for $ac_word" >&5 +echo "configure:4166: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4239,7 +4252,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4243: checking for catalogs to be installed" >&5 +echo "configure:4256: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4267,17 +4280,17 @@ echo "configure:4243: checking for catal if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4271: checking for linux/version.h" >&5 +echo "configure:4284: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4355,7 +4368,7 @@ if test "x$cross_compiling" = "xno"; the EXEEXT_FOR_BUILD='$(EXEEXT)' else echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 -echo "configure:4359: checking for build system executable suffix" >&5 +echo "configure:4372: checking for build system executable suffix" >&5 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4392,7 +4405,7 @@ fi # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:4396: checking for a BSD compatible install" >&5 +echo "configure:4409: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4449,17 +4462,17 @@ for ac_hdr in string.h strings.h stdlib. do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4453: checking for $ac_hdr" >&5 +echo "configure:4466: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4595,6 +4608,7 @@ if test x${all_targets} = xfalse ; then bfd_i860_arch) ta="$ta i860-dis.lo" ;; bfd_i960_arch) ta="$ta i960-dis.lo" ;; bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; + bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;; bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; diff -uprN binutils-2.12.90.0.15/opcodes/configure.in binutils-2.13.90.0.2/opcodes/configure.in --- binutils-2.12.90.0.15/opcodes/configure.in Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/configure.in Mon Jul 29 08:19:19 2002 @@ -78,7 +78,7 @@ AC_EXEEXT AC_PROG_CC -ALL_LINGUAS="fr sv tr es da de id" +ALL_LINGUAS="fr sv tr es da de id pt_BR" CY_GNU_GETTEXT . ${srcdir}/../bfd/configure.host @@ -189,6 +189,7 @@ if test x${all_targets} = xfalse ; then bfd_i860_arch) ta="$ta i860-dis.lo" ;; bfd_i960_arch) ta="$ta i960-dis.lo" ;; bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; + bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;; bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; diff -uprN binutils-2.12.90.0.15/opcodes/disassemble.c binutils-2.13.90.0.2/opcodes/disassemble.c --- binutils-2.12.90.0.15/opcodes/disassemble.c Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/disassemble.c Mon Jul 29 08:19:19 2002 @@ -36,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suit #define ARCH_i386 #define ARCH_i860 #define ARCH_i960 +#define ARCH_ip2k #define ARCH_ia64 #define ARCH_fr30 #define ARCH_m32r @@ -179,6 +180,11 @@ disassembler (abfd) disassemble = print_insn_ia64; break; #endif +#ifdef ARCH_ip2k + case bfd_arch_ip2k: + disassemble = print_insn_ip2k; + break; +#endif #ifdef ARCH_fr30 case bfd_arch_fr30: disassemble = print_insn_fr30; diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-asm.c binutils-2.13.90.0.2/opcodes/ip2k-asm.c --- binutils-2.12.90.0.15/opcodes/ip2k-asm.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-asm.c Mon Jul 29 08:19:19 2002 @@ -0,0 +1,977 @@ +/* Assembler interface for targets using CGEN. -*- C -*- + CGEN: Cpu tools GENerator + +THIS FILE IS MACHINE GENERATED WITH CGEN. +- the resultant file is machine generated, cgen-asm.in isn't + +Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* ??? Eventually more and more of this stuff can go to cpu-independent files. + Keep that in mind. */ + +#include "sysdep.h" +#include +#include "ansidecl.h" +#include "bfd.h" +#include "symcat.h" +#include "ip2k-desc.h" +#include "ip2k-opc.h" +#include "opintl.h" +#include "xregex.h" +#include "libiberty.h" +#include "safe-ctype.h" + +#undef min +#define min(a,b) ((a) < (b) ? (a) : (b)) +#undef max +#define max(a,b) ((a) > (b) ? (a) : (b)) + +static const char * parse_insn_normal + PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, const char **, CGEN_FIELDS *)); + +/* -- assembler routines inserted here. */ + +/* -- asm.c */ + +static const char * +parse_fr (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; +{ + const char *errmsg; + char *old_strp; + char *afteroffset; + enum cgen_parse_operand_result result_type; + bfd_vma value; + extern CGEN_KEYWORD ip2k_cgen_opval_register_names; + long tempvalue; + + old_strp = *strp; + afteroffset = NULL; + + + /* Check here to see if you're about to try parsing a w as the first arg */ + /* and return an error if you are. */ + if ( (strncmp(*strp,"w",1)==0) || (strncmp(*strp,"W",1)==0) ) + { + (*strp)++; + + if ( (strncmp(*strp,",",1)==0) || isspace(**strp) ) + { + /* We've been passed a w. Return with an error message so that */ + /* cgen will try the next parsing option. */ + errmsg = _("W keyword invalid in FR operand slot."); + return errmsg; + } + *strp = old_strp; + } + + + /* Attempt parse as register keyword. */ + /* old_strp = *strp; */ + + errmsg = cgen_parse_keyword (cd, strp, & ip2k_cgen_opval_register_names, valuep); + if ( *strp != NULL ) + if (errmsg == NULL) + return errmsg; + + /* Attempt to parse for "(IP)" */ + afteroffset = strstr(*strp,"(IP)"); + + if ( afteroffset == NULL) + { + /* Make sure it's not in lower case */ + afteroffset = strstr(*strp,"(ip)"); + } + + if ( afteroffset != NULL ) + { + if ( afteroffset != *strp ) + { + /* Invalid offset present.*/ + errmsg = _("offset(IP) is not a valid form"); + return errmsg; + } + else + { + *strp += 4; + *valuep = 0; + errmsg = NULL; + return errmsg; + } + } + + /* Attempt to parse for DP. ex: mov w, offset(DP) */ + /* mov offset(DP),w */ + + /* Try parsing it as an address and see what comes back */ + + afteroffset = strstr(*strp,"(DP)"); + + if ( afteroffset == NULL) + { + /* Maybe it's in lower case */ + afteroffset = strstr(*strp,"(dp)"); + } + + if ( afteroffset != NULL ) + { + if ( afteroffset == *strp ) + { + /* No offset present. Use 0 by default. */ + tempvalue = 0; + errmsg = NULL; + } + else + { + errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_IP2K_FR_OFFSET, + & result_type, & tempvalue); + } + + if (errmsg == NULL) + { + if ( (tempvalue >= 0) && (tempvalue <= 127) ) + { + /* Value is ok. Fix up the first 2 bits and return */ + *valuep = 0x0100 | tempvalue; + *strp += 4; /* skip over the (DP) in *strp */ + return errmsg; + } else + { + /* Found something there in front of (DP) but it's out of range. */ + errmsg = _("(DP) offset out of range."); + return errmsg; + } + + } + } + + + /* Attempt to parse for SP. ex: mov w, offset(SP) */ + /* mov offset(SP), w */ + + + afteroffset = strstr(*strp,"(SP)"); + + if (afteroffset == NULL) + { + /* Maybe it's in lower case. */ + afteroffset = strstr(*strp, "(sp)"); + } + + if ( afteroffset != NULL ) + { + if ( afteroffset == *strp ) + { + /* No offset present. Use 0 by default. */ + tempvalue = 0; + errmsg = NULL; + } + else + { + errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_IP2K_FR_OFFSET, + & result_type, & tempvalue); + } + if (errmsg == NULL) + { + if ( (tempvalue >= 0) && (tempvalue <= 127) ) + { + /* Value is ok. Fix up the first 2 bits and return */ + *valuep = 0x0180 | tempvalue; + *strp += 4; /* skip over the (SP) in *strp */ + return errmsg; + } else + { + /* Found something there in front of (SP) but it's out of range. */ + errmsg = _("(SP) offset out of range."); + return errmsg; + } + + } + } + + + /* Attempt to parse as an address. */ + *strp = old_strp; + errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_IP2K_FR9, + & result_type, & value); + if (errmsg == NULL) + { + *valuep = value; + + /* if a parenthesis is found, warn about invalid form */ + + if (**strp == '(') + { + errmsg = _("illegal use of parentheses"); + } + /* if a numeric value is specified, ensure that it is between 1 and 255 */ + else if (result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) + { + if (value < 0x1 || value > 0xff) + errmsg = _("operand out of range (not between 1 and 255)"); + } + } + return errmsg; +} + +static const char * +parse_addr16 (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; +{ + const char *errmsg; + enum cgen_parse_operand_result result_type; + bfd_reloc_code_real_type code = BFD_RELOC_NONE; + long value; + + if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16H ) + code = BFD_RELOC_IP2K_HI8DATA; + else if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16L ) + code = BFD_RELOC_IP2K_LO8DATA; + else + { + /* Something is very wrong. opindex has to be one of the above. */ + errmsg = _("parse_addr16: invalid opindex."); + return errmsg; + } + + errmsg = cgen_parse_address (cd, strp, opindex, code, + & result_type, & value); + if (errmsg == NULL) + { + /* We either have a relocation or a number now. */ + if ( result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER ) + { + /* We got a number back. */ + if ( code == BFD_RELOC_IP2K_HI8DATA ) + value >>= 8; + else /* code = BFD_RELOC_IP2K_LOW8DATA */ + value &= 0x00FF; + } + *valuep = value; + } + + return errmsg; +} + + + static const char * + parse_addr16_p (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; + { + const char *errmsg; + enum cgen_parse_operand_result result_type; + bfd_reloc_code_real_type code = BFD_RELOC_IP2K_PAGE3; + long value; + + errmsg = cgen_parse_address (cd, strp, opindex, code, + & result_type, & value); + if (errmsg == NULL) + { + if ( result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER ) + *valuep = (value >> 13) & 0x7; + else if ( result_type == CGEN_PARSE_OPERAND_RESULT_QUEUED ) + *valuep = value; + } + return errmsg; + } + + + static const char * + parse_addr16_cjp (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; + { + const char *errmsg; + enum cgen_parse_operand_result result_type; + bfd_reloc_code_real_type code = BFD_RELOC_NONE; + long value; + + if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16CJP ) + code = BFD_RELOC_IP2K_ADDR16CJP; + else if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16P ) + code = BFD_RELOC_IP2K_PAGE3; + + errmsg = cgen_parse_address (cd, strp, opindex, code, + & result_type, & value); + if (errmsg == NULL) + { + if ( result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER ) + { + if ( (value & 0x1) == 0) /* If the address is even .... */ + { + if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16CJP ) + *valuep = (value >> 1) & 0x1FFF; /* Should mask be 1FFF? */ + else if ( opindex == (CGEN_OPERAND_TYPE)IP2K_OPERAND_ADDR16P ) + *valuep = (value >> 14) & 0x7; + } + else + errmsg = _("Byte address required. - must be even."); + }else if ( result_type == CGEN_PARSE_OPERAND_RESULT_QUEUED ) + { + /* This will happen for things like (s2-s1) where s2 and s1 */ + /* are labels. */ + *valuep = value; + } + else + errmsg = _("cgen_parse_address returned a symbol. Literal required."); + } + return errmsg; + } + + +static const char * +parse_lit8 (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; +{ + const char *errmsg; + enum cgen_parse_operand_result result_type; + bfd_reloc_code_real_type code = BFD_RELOC_NONE; + long value; + + /* Parse %OP relocating operators. */ + if (strncmp (*strp, "%bank", 5) == 0) + { + *strp += 5; + code = BFD_RELOC_IP2K_BANK; + } + else if (strncmp (*strp, "%lo8data", 8) == 0) + { + *strp += 8; + code = BFD_RELOC_IP2K_LO8DATA; + } + else if (strncmp (*strp, "%hi8data", 8) == 0) + { + *strp += 8; + code = BFD_RELOC_IP2K_HI8DATA; + } + else if (strncmp (*strp, "%ex8data", 8) == 0) + { + *strp += 8; + code = BFD_RELOC_IP2K_EX8DATA; + } + else if (strncmp (*strp, "%lo8insn", 8) == 0) + { + *strp += 8; + code = BFD_RELOC_IP2K_LO8INSN; + } + else if (strncmp (*strp, "%hi8insn", 8) == 0) + { + *strp += 8; + code = BFD_RELOC_IP2K_HI8INSN; + } + + + /* Parse %op operand. */ + if (code != BFD_RELOC_NONE) + { + errmsg = cgen_parse_address (cd, strp, opindex, code, + & result_type, & value); + if ((errmsg == NULL) && + (result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED)) + errmsg = _("%operator operand is not a symbol"); + + *valuep = value; + } + /* Parse as a number. */ + else + { + errmsg = cgen_parse_signed_integer (cd, strp, opindex, valuep); + + /* Truncate to eight bits to accept both signed and unsigned input. */ + if (errmsg == NULL) + *valuep &= 0xFF; + } + + return errmsg; +} + +static const char * +parse_bit3 (cd, strp, opindex, valuep) + CGEN_CPU_DESC cd; + const char **strp; + int opindex; + long *valuep; +{ + const char *errmsg; + char mode = 0; + long count = 0; + unsigned long value; + + if (strncmp (*strp, "%bit", 4) == 0) + { + *strp += 4; + mode = 1; + } + else if (strncmp (*strp, "%msbbit", 7) == 0) + { + *strp += 7; + mode = 1; + } + else if (strncmp (*strp, "%lsbbit", 7) == 0) + { + *strp += 7; + mode = 2; + } + + errmsg = cgen_parse_signed_integer (cd, strp, opindex, valuep); + if (errmsg) { + return errmsg; + } + + if (mode) { + value = (unsigned long) *valuep; + if (value == 0) { + errmsg = _("Attempt to find bit index of 0"); + return errmsg; + } + + if (mode == 1) { + count = 31; + while ((value & 0x80000000) == 0) { + count--; + value <<= 1; + } + } else if (mode == 2) { + count = 0; + while ((value & 0x00000001) == 0) { + count++; + value >>= 1; + } + } + + *valuep = count; + } + + return errmsg; +} + + +/* -- dis.c */ + +const char * ip2k_cgen_parse_operand + PARAMS ((CGEN_CPU_DESC, int, const char **, CGEN_FIELDS *)); + +/* Main entry point for operand parsing. + + This function is basically just a big switch statement. Earlier versions + used tables to look up the function to use, but + - if the table contains both assembler and disassembler functions then + the disassembler contains much of the assembler and vice-versa, + - there's a lot of inlining possibilities as things grow, + - using a switch statement avoids the function call overhead. + + This function could be moved into `parse_insn_normal', but keeping it + separate makes clear the interface between `parse_insn_normal' and each of + the handlers. */ + +const char * +ip2k_cgen_parse_operand (cd, opindex, strp, fields) + CGEN_CPU_DESC cd; + int opindex; + const char ** strp; + CGEN_FIELDS * fields; +{ + const char * errmsg = NULL; + /* Used by scalar operands that still need to be parsed. */ + long junk ATTRIBUTE_UNUSED; + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + errmsg = parse_addr16_cjp (cd, strp, IP2K_OPERAND_ADDR16CJP, &fields->f_addr16cjp); + break; + case IP2K_OPERAND_ADDR16H : + errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16H, &fields->f_imm8); + break; + case IP2K_OPERAND_ADDR16L : + errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16L, &fields->f_imm8); + break; + case IP2K_OPERAND_ADDR16P : + errmsg = parse_addr16_cjp (cd, strp, IP2K_OPERAND_ADDR16P, &fields->f_page3); + break; + case IP2K_OPERAND_BITNO : + errmsg = parse_bit3 (cd, strp, IP2K_OPERAND_BITNO, &fields->f_bitno); + break; + case IP2K_OPERAND_CBIT : + errmsg = cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_CBIT, &junk); + break; + case IP2K_OPERAND_DCBIT : + errmsg = cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_DCBIT, &junk); + break; + case IP2K_OPERAND_FR : + errmsg = parse_fr (cd, strp, IP2K_OPERAND_FR, &fields->f_reg); + break; + case IP2K_OPERAND_LIT8 : + errmsg = parse_lit8 (cd, strp, IP2K_OPERAND_LIT8, &fields->f_imm8); + break; + case IP2K_OPERAND_PABITS : + errmsg = cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_PABITS, &junk); + break; + case IP2K_OPERAND_RETI3 : + errmsg = cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_RETI3, &fields->f_reti3); + break; + case IP2K_OPERAND_ZBIT : + errmsg = cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_ZBIT, &junk); + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while parsing.\n"), opindex); + abort (); + } + + return errmsg; +} + +cgen_parse_fn * const ip2k_cgen_parse_handlers[] = +{ + parse_insn_normal, +}; + +void +ip2k_cgen_init_asm (cd) + CGEN_CPU_DESC cd; +{ + ip2k_cgen_init_opcode_table (cd); + ip2k_cgen_init_ibld_table (cd); + cd->parse_handlers = & ip2k_cgen_parse_handlers[0]; + cd->parse_operand = ip2k_cgen_parse_operand; +} + + + +/* Regex construction routine. + + This translates an opcode syntax string into a regex string, + by replacing any non-character syntax element (such as an + opcode) with the pattern '.*' + + It then compiles the regex and stores it in the opcode, for + later use by ip2k_cgen_assemble_insn + + Returns NULL for success, an error message for failure. */ + +char * +ip2k_cgen_build_insn_regex (insn) + CGEN_INSN *insn; +{ + CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); + const char *mnem = CGEN_INSN_MNEMONIC (insn); + char rxbuf[CGEN_MAX_RX_ELEMENTS]; + char *rx = rxbuf; + const CGEN_SYNTAX_CHAR_TYPE *syn; + int reg_err; + + syn = CGEN_SYNTAX_STRING (CGEN_OPCODE_SYNTAX (opc)); + + /* Mnemonics come first in the syntax string. */ + if (! CGEN_SYNTAX_MNEMONIC_P (* syn)) + return _("missing mnemonic in syntax string"); + ++syn; + + /* Generate a case sensitive regular expression that emulates case + insensitive matching in the "C" locale. We cannot generate a case + insensitive regular expression because in Turkish locales, 'i' and 'I' + are not equal modulo case conversion. */ + + /* Copy the literal mnemonic out of the insn. */ + for (; *mnem; mnem++) + { + char c = *mnem; + + if (ISALPHA (c)) + { + *rx++ = '['; + *rx++ = TOLOWER (c); + *rx++ = TOUPPER (c); + *rx++ = ']'; + } + else + *rx++ = c; + } + + /* Copy any remaining literals from the syntax string into the rx. */ + for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) + { + if (CGEN_SYNTAX_CHAR_P (* syn)) + { + char c = CGEN_SYNTAX_CHAR (* syn); + + switch (c) + { + /* Escape any regex metacharacters in the syntax. */ + case '.': case '[': case '\\': + case '*': case '^': case '$': + +#ifdef CGEN_ESCAPE_EXTENDED_REGEX + case '?': case '{': case '}': + case '(': case ')': case '*': + case '|': case '+': case ']': +#endif + *rx++ = '\\'; + *rx++ = c; + break; + + default: + if (ISALPHA (c)) + { + *rx++ = '['; + *rx++ = TOLOWER (c); + *rx++ = TOUPPER (c); + *rx++ = ']'; + } + else + *rx++ = c; + break; + } + } + else + { + /* Replace non-syntax fields with globs. */ + *rx++ = '.'; + *rx++ = '*'; + } + } + + /* Trailing whitespace ok. */ + * rx++ = '['; + * rx++ = ' '; + * rx++ = '\t'; + * rx++ = ']'; + * rx++ = '*'; + + /* But anchor it after that. */ + * rx++ = '$'; + * rx = '\0'; + + CGEN_INSN_RX (insn) = xmalloc (sizeof (regex_t)); + reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB); + + if (reg_err == 0) + return NULL; + else + { + static char msg[80]; + + regerror (reg_err, (regex_t *) CGEN_INSN_RX (insn), msg, 80); + regfree ((regex_t *) CGEN_INSN_RX (insn)); + free (CGEN_INSN_RX (insn)); + (CGEN_INSN_RX (insn)) = NULL; + return msg; + } +} + + +/* Default insn parser. + + The syntax string is scanned and operands are parsed and stored in FIELDS. + Relocs are queued as we go via other callbacks. + + ??? Note that this is currently an all-or-nothing parser. If we fail to + parse the instruction, we return 0 and the caller will start over from + the beginning. Backtracking will be necessary in parsing subexpressions, + but that can be handled there. Not handling backtracking here may get + expensive in the case of the m68k. Deal with later. + + Returns NULL for success, an error message for failure. */ + +static const char * +parse_insn_normal (cd, insn, strp, fields) + CGEN_CPU_DESC cd; + const CGEN_INSN *insn; + const char **strp; + CGEN_FIELDS *fields; +{ + /* ??? Runtime added insns not handled yet. */ + const CGEN_SYNTAX *syntax = CGEN_INSN_SYNTAX (insn); + const char *str = *strp; + const char *errmsg; + const char *p; + const CGEN_SYNTAX_CHAR_TYPE * syn; +#ifdef CGEN_MNEMONIC_OPERANDS + /* FIXME: wip */ + int past_opcode_p; +#endif + + /* For now we assume the mnemonic is first (there are no leading operands). + We can parse it without needing to set up operand parsing. + GAS's input scrubber will ensure mnemonics are lowercase, but we may + not be called from GAS. */ + p = CGEN_INSN_MNEMONIC (insn); + while (*p && TOLOWER (*p) == TOLOWER (*str)) + ++p, ++str; + + if (* p) + return _("unrecognized instruction"); + +#ifndef CGEN_MNEMONIC_OPERANDS + if (* str && ! ISSPACE (* str)) + return _("unrecognized instruction"); +#endif + + CGEN_INIT_PARSE (cd); + cgen_init_parse_operand (cd); +#ifdef CGEN_MNEMONIC_OPERANDS + past_opcode_p = 0; +#endif + + /* We don't check for (*str != '\0') here because we want to parse + any trailing fake arguments in the syntax string. */ + syn = CGEN_SYNTAX_STRING (syntax); + + /* Mnemonics come first for now, ensure valid string. */ + if (! CGEN_SYNTAX_MNEMONIC_P (* syn)) + abort (); + + ++syn; + + while (* syn != 0) + { + /* Non operand chars must match exactly. */ + if (CGEN_SYNTAX_CHAR_P (* syn)) + { + /* FIXME: While we allow for non-GAS callers above, we assume the + first char after the mnemonic part is a space. */ + /* FIXME: We also take inappropriate advantage of the fact that + GAS's input scrubber will remove extraneous blanks. */ + if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) + { +#ifdef CGEN_MNEMONIC_OPERANDS + if (CGEN_SYNTAX_CHAR(* syn) == ' ') + past_opcode_p = 1; +#endif + ++ syn; + ++ str; + } + else if (*str) + { + /* Syntax char didn't match. Can't be this insn. */ + static char msg [80]; + + /* xgettext:c-format */ + sprintf (msg, _("syntax error (expected char `%c', found `%c')"), + CGEN_SYNTAX_CHAR(*syn), *str); + return msg; + } + else + { + /* Ran out of input. */ + static char msg [80]; + + /* xgettext:c-format */ + sprintf (msg, _("syntax error (expected char `%c', found end of instruction)"), + CGEN_SYNTAX_CHAR(*syn)); + return msg; + } + continue; + } + + /* We have an operand of some sort. */ + errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), + &str, fields); + if (errmsg) + return errmsg; + + /* Done with this operand, continue with next one. */ + ++ syn; + } + + /* If we're at the end of the syntax string, we're done. */ + if (* syn == 0) + { + /* FIXME: For the moment we assume a valid `str' can only contain + blanks now. IE: We needn't try again with a longer version of + the insn and it is assumed that longer versions of insns appear + before shorter ones (eg: lsr r2,r3,1 vs lsr r2,r3). */ + while (ISSPACE (* str)) + ++ str; + + if (* str != '\0') + return _("junk at end of line"); /* FIXME: would like to include `str' */ + + return NULL; + } + + /* We couldn't parse it. */ + return _("unrecognized instruction"); +} + +/* Main entry point. + This routine is called for each instruction to be assembled. + STR points to the insn to be assembled. + We assume all necessary tables have been initialized. + The assembled instruction, less any fixups, is stored in BUF. + Remember that if CGEN_INT_INSN_P then BUF is an int and thus the value + still needs to be converted to target byte order, otherwise BUF is an array + of bytes in target byte order. + The result is a pointer to the insn's entry in the opcode table, + or NULL if an error occured (an error message will have already been + printed). + + Note that when processing (non-alias) macro-insns, + this function recurses. + + ??? It's possible to make this cpu-independent. + One would have to deal with a few minor things. + At this point in time doing so would be more of a curiosity than useful + [for example this file isn't _that_ big], but keeping the possibility in + mind helps keep the design clean. */ + +const CGEN_INSN * +ip2k_cgen_assemble_insn (cd, str, fields, buf, errmsg) + CGEN_CPU_DESC cd; + const char *str; + CGEN_FIELDS *fields; + CGEN_INSN_BYTES_PTR buf; + char **errmsg; +{ + const char *start; + CGEN_INSN_LIST *ilist; + const char *parse_errmsg = NULL; + const char *insert_errmsg = NULL; + int recognized_mnemonic = 0; + + /* Skip leading white space. */ + while (ISSPACE (* str)) + ++ str; + + /* The instructions are stored in hashed lists. + Get the first in the list. */ + ilist = CGEN_ASM_LOOKUP_INSN (cd, str); + + /* Keep looking until we find a match. */ + start = str; + for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist)) + { + const CGEN_INSN *insn = ilist->insn; + recognized_mnemonic = 1; + +#ifdef CGEN_VALIDATE_INSN_SUPPORTED + /* Not usually needed as unsupported opcodes + shouldn't be in the hash lists. */ + /* Is this insn supported by the selected cpu? */ + if (! ip2k_cgen_insn_supported (cd, insn)) + continue; +#endif + /* If the RELAX attribute is set, this is an insn that shouldn't be + chosen immediately. Instead, it is used during assembler/linker + relaxation if possible. */ + if (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_RELAX) != 0) + continue; + + str = start; + + /* Skip this insn if str doesn't look right lexically. */ + if (CGEN_INSN_RX (insn) != NULL && + regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH) + continue; + + /* Allow parse/insert handlers to obtain length of insn. */ + CGEN_FIELDS_BITSIZE (fields) = CGEN_INSN_BITSIZE (insn); + + parse_errmsg = CGEN_PARSE_FN (cd, insn) (cd, insn, & str, fields); + if (parse_errmsg != NULL) + continue; + + /* ??? 0 is passed for `pc'. */ + insert_errmsg = CGEN_INSERT_FN (cd, insn) (cd, insn, fields, buf, + (bfd_vma) 0); + if (insert_errmsg != NULL) + continue; + + /* It is up to the caller to actually output the insn and any + queued relocs. */ + return insn; + } + + { + static char errbuf[150]; +#ifdef CGEN_VERBOSE_ASSEMBLER_ERRORS + const char *tmp_errmsg; + + /* If requesting verbose error messages, use insert_errmsg. + Failing that, use parse_errmsg. */ + tmp_errmsg = (insert_errmsg ? insert_errmsg : + parse_errmsg ? parse_errmsg : + recognized_mnemonic ? + _("unrecognized form of instruction") : + _("unrecognized instruction")); + + if (strlen (start) > 50) + /* xgettext:c-format */ + sprintf (errbuf, "%s `%.50s...'", tmp_errmsg, start); + else + /* xgettext:c-format */ + sprintf (errbuf, "%s `%.50s'", tmp_errmsg, start); +#else + if (strlen (start) > 50) + /* xgettext:c-format */ + sprintf (errbuf, _("bad instruction `%.50s...'"), start); + else + /* xgettext:c-format */ + sprintf (errbuf, _("bad instruction `%.50s'"), start); +#endif + + *errmsg = errbuf; + return NULL; + } +} + +#if 0 /* This calls back to GAS which we can't do without care. */ + +/* Record each member of OPVALS in the assembler's symbol table. + This lets GAS parse registers for us. + ??? Interesting idea but not currently used. */ + +/* Record each member of OPVALS in the assembler's symbol table. + FIXME: Not currently used. */ + +void +ip2k_cgen_asm_hash_keywords (cd, opvals) + CGEN_CPU_DESC cd; + CGEN_KEYWORD *opvals; +{ + CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL); + const CGEN_KEYWORD_ENTRY * ke; + + while ((ke = cgen_keyword_search_next (& search)) != NULL) + { +#if 0 /* Unnecessary, should be done in the search routine. */ + if (! ip2k_cgen_opval_supported (ke)) + continue; +#endif + cgen_asm_record_register (cd, ke->name, ke->value); + } +} + +#endif /* 0 */ diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-desc.c binutils-2.13.90.0.2/opcodes/ip2k-desc.c --- binutils-2.12.90.0.15/opcodes/ip2k-desc.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-desc.c Mon Jul 29 08:19:19 2002 @@ -0,0 +1,1219 @@ +/* CPU data for ip2k. + +THIS FILE IS MACHINE GENERATED WITH CGEN. + +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and/or GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +#include "sysdep.h" +#include +#include +#include "ansidecl.h" +#include "bfd.h" +#include "symcat.h" +#include "ip2k-desc.h" +#include "ip2k-opc.h" +#include "opintl.h" +#include "libiberty.h" + +/* Attributes. */ + +static const CGEN_ATTR_ENTRY bool_attr[] = +{ + { "#f", 0 }, + { "#t", 1 }, + { 0, 0 } +}; + +static const CGEN_ATTR_ENTRY MACH_attr[] = +{ + { "base", MACH_BASE }, + { "ip2022", MACH_IP2022 }, + { "ip2022ext", MACH_IP2022EXT }, + { "max", MACH_MAX }, + { 0, 0 } +}; + +static const CGEN_ATTR_ENTRY ISA_attr[] = +{ + { "ip2k", ISA_IP2K }, + { "max", ISA_MAX }, + { 0, 0 } +}; + +const CGEN_ATTR_TABLE ip2k_cgen_ifield_attr_table[] = +{ + { "MACH", & MACH_attr[0], & MACH_attr[0] }, + { "VIRTUAL", &bool_attr[0], &bool_attr[0] }, + { "PCREL-ADDR", &bool_attr[0], &bool_attr[0] }, + { "ABS-ADDR", &bool_attr[0], &bool_attr[0] }, + { "RESERVED", &bool_attr[0], &bool_attr[0] }, + { "SIGN-OPT", &bool_attr[0], &bool_attr[0] }, + { "SIGNED", &bool_attr[0], &bool_attr[0] }, + { 0, 0, 0 } +}; + +const CGEN_ATTR_TABLE ip2k_cgen_hardware_attr_table[] = +{ + { "MACH", & MACH_attr[0], & MACH_attr[0] }, + { "VIRTUAL", &bool_attr[0], &bool_attr[0] }, + { "CACHE-ADDR", &bool_attr[0], &bool_attr[0] }, + { "PC", &bool_attr[0], &bool_attr[0] }, + { "PROFILE", &bool_attr[0], &bool_attr[0] }, + { 0, 0, 0 } +}; + +const CGEN_ATTR_TABLE ip2k_cgen_operand_attr_table[] = +{ + { "MACH", & MACH_attr[0], & MACH_attr[0] }, + { "VIRTUAL", &bool_attr[0], &bool_attr[0] }, + { "PCREL-ADDR", &bool_attr[0], &bool_attr[0] }, + { "ABS-ADDR", &bool_attr[0], &bool_attr[0] }, + { "SIGN-OPT", &bool_attr[0], &bool_attr[0] }, + { "SIGNED", &bool_attr[0], &bool_attr[0] }, + { "NEGATIVE", &bool_attr[0], &bool_attr[0] }, + { "RELAX", &bool_attr[0], &bool_attr[0] }, + { "SEM-ONLY", &bool_attr[0], &bool_attr[0] }, + { 0, 0, 0 } +}; + +const CGEN_ATTR_TABLE ip2k_cgen_insn_attr_table[] = +{ + { "MACH", & MACH_attr[0], & MACH_attr[0] }, + { "ALIAS", &bool_attr[0], &bool_attr[0] }, + { "VIRTUAL", &bool_attr[0], &bool_attr[0] }, + { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] }, + { "COND-CTI", &bool_attr[0], &bool_attr[0] }, + { "SKIP-CTI", &bool_attr[0], &bool_attr[0] }, + { "DELAY-SLOT", &bool_attr[0], &bool_attr[0] }, + { "RELAXABLE", &bool_attr[0], &bool_attr[0] }, + { "RELAX", &bool_attr[0], &bool_attr[0] }, + { "NO-DIS", &bool_attr[0], &bool_attr[0] }, + { "PBB", &bool_attr[0], &bool_attr[0] }, + { "EXT-SKIP-INSN", &bool_attr[0], &bool_attr[0] }, + { "SKIPA", &bool_attr[0], &bool_attr[0] }, + { 0, 0, 0 } +}; + +/* Instruction set variants. */ + +static const CGEN_ISA ip2k_cgen_isa_table[] = { + { "ip2k", 16, 16, 16, 16 }, + { 0, 0, 0, 0, 0 } +}; + +/* Machine variants. */ + +static const CGEN_MACH ip2k_cgen_mach_table[] = { + { "ip2022", "ip2022", MACH_IP2022, 0 }, + { "ip2022ext", "ip2022ext", MACH_IP2022EXT, 0 }, + { 0, 0, 0, 0 } +}; + +static CGEN_KEYWORD_ENTRY ip2k_cgen_opval_register_names_entries[] = +{ + { "ADDRSEL", 2, {0, {0}}, 0, 0 }, + { "ADDRX", 3, {0, {0}}, 0, 0 }, + { "IPH", 4, {0, {0}}, 0, 0 }, + { "IPL", 5, {0, {0}}, 0, 0 }, + { "SPH", 6, {0, {0}}, 0, 0 }, + { "SPL", 7, {0, {0}}, 0, 0 }, + { "PCH", 8, {0, {0}}, 0, 0 }, + { "PCL", 9, {0, {0}}, 0, 0 }, + { "WREG", 10, {0, {0}}, 0, 0 }, + { "STATUS", 11, {0, {0}}, 0, 0 }, + { "DPH", 12, {0, {0}}, 0, 0 }, + { "DPL", 13, {0, {0}}, 0, 0 }, + { "SPDREG", 14, {0, {0}}, 0, 0 }, + { "MULH", 15, {0, {0}}, 0, 0 }, + { "ADDRH", 16, {0, {0}}, 0, 0 }, + { "ADDRL", 17, {0, {0}}, 0, 0 }, + { "DATAH", 18, {0, {0}}, 0, 0 }, + { "DATAL", 19, {0, {0}}, 0, 0 }, + { "INTVECH", 20, {0, {0}}, 0, 0 }, + { "INTVECL", 21, {0, {0}}, 0, 0 }, + { "INTSPD", 22, {0, {0}}, 0, 0 }, + { "INTF", 23, {0, {0}}, 0, 0 }, + { "INTE", 24, {0, {0}}, 0, 0 }, + { "INTED", 25, {0, {0}}, 0, 0 }, + { "FCFG", 26, {0, {0}}, 0, 0 }, + { "TCTRL", 27, {0, {0}}, 0, 0 }, + { "XCFG", 28, {0, {0}}, 0, 0 }, + { "EMCFG", 29, {0, {0}}, 0, 0 }, + { "IPCH", 30, {0, {0}}, 0, 0 }, + { "IPCL", 31, {0, {0}}, 0, 0 }, + { "RAIN", 32, {0, {0}}, 0, 0 }, + { "RAOUT", 33, {0, {0}}, 0, 0 }, + { "RADIR", 34, {0, {0}}, 0, 0 }, + { "LFSRH", 35, {0, {0}}, 0, 0 }, + { "RBIN", 36, {0, {0}}, 0, 0 }, + { "RBOUT", 37, {0, {0}}, 0, 0 }, + { "RBDIR", 38, {0, {0}}, 0, 0 }, + { "LFSRL", 39, {0, {0}}, 0, 0 }, + { "RCIN", 40, {0, {0}}, 0, 0 }, + { "RCOUT", 41, {0, {0}}, 0, 0 }, + { "RCDIR", 42, {0, {0}}, 0, 0 }, + { "LFSRA", 43, {0, {0}}, 0, 0 }, + { "RDIN", 44, {0, {0}}, 0, 0 }, + { "RDOUT", 45, {0, {0}}, 0, 0 }, + { "RDDIR", 46, {0, {0}}, 0, 0 }, + { "REIN", 48, {0, {0}}, 0, 0 }, + { "REOUT", 49, {0, {0}}, 0, 0 }, + { "REDIR", 50, {0, {0}}, 0, 0 }, + { "RFIN", 52, {0, {0}}, 0, 0 }, + { "RFOUT", 53, {0, {0}}, 0, 0 }, + { "RFDIR", 54, {0, {0}}, 0, 0 }, + { "RGOUT", 57, {0, {0}}, 0, 0 }, + { "RGDIR", 58, {0, {0}}, 0, 0 }, + { "RTTMR", 64, {0, {0}}, 0, 0 }, + { "RTCFG", 65, {0, {0}}, 0, 0 }, + { "T0TMR", 66, {0, {0}}, 0, 0 }, + { "T0CFG", 67, {0, {0}}, 0, 0 }, + { "T1CNTH", 68, {0, {0}}, 0, 0 }, + { "T1CNTL", 69, {0, {0}}, 0, 0 }, + { "T1CAP1H", 70, {0, {0}}, 0, 0 }, + { "T1CAP1L", 71, {0, {0}}, 0, 0 }, + { "T1CAP2H", 72, {0, {0}}, 0, 0 }, + { "T1CMP2H", 72, {0, {0}}, 0, 0 }, + { "T1CAP2L", 73, {0, {0}}, 0, 0 }, + { "T1CMP2L", 73, {0, {0}}, 0, 0 }, + { "T1CMP1H", 74, {0, {0}}, 0, 0 }, + { "T1CMP1L", 75, {0, {0}}, 0, 0 }, + { "T1CFG1H", 76, {0, {0}}, 0, 0 }, + { "T1CFG1L", 77, {0, {0}}, 0, 0 }, + { "T1CFG2H", 78, {0, {0}}, 0, 0 }, + { "T1CFG2L", 79, {0, {0}}, 0, 0 }, + { "ADCH", 80, {0, {0}}, 0, 0 }, + { "ADCL", 81, {0, {0}}, 0, 0 }, + { "ADCCFG", 82, {0, {0}}, 0, 0 }, + { "ADCTMR", 83, {0, {0}}, 0, 0 }, + { "T2CNTH", 84, {0, {0}}, 0, 0 }, + { "T2CNTL", 85, {0, {0}}, 0, 0 }, + { "T2CAP1H", 86, {0, {0}}, 0, 0 }, + { "T2CAP1L", 87, {0, {0}}, 0, 0 }, + { "T2CAP2H", 88, {0, {0}}, 0, 0 }, + { "T2CMP2H", 88, {0, {0}}, 0, 0 }, + { "T2CAP2L", 89, {0, {0}}, 0, 0 }, + { "T2CMP2L", 89, {0, {0}}, 0, 0 }, + { "T2CMP1H", 90, {0, {0}}, 0, 0 }, + { "T2CMP1L", 91, {0, {0}}, 0, 0 }, + { "T2CFG1H", 92, {0, {0}}, 0, 0 }, + { "T2CFG1L", 93, {0, {0}}, 0, 0 }, + { "T2CFG2H", 94, {0, {0}}, 0, 0 }, + { "T2CFG2L", 95, {0, {0}}, 0, 0 }, + { "S1TMRH", 96, {0, {0}}, 0, 0 }, + { "S1TMRL", 97, {0, {0}}, 0, 0 }, + { "S1TBUFH", 98, {0, {0}}, 0, 0 }, + { "S1TBUFL", 99, {0, {0}}, 0, 0 }, + { "S1TCFG", 100, {0, {0}}, 0, 0 }, + { "S1RCNT", 101, {0, {0}}, 0, 0 }, + { "S1RBUFH", 102, {0, {0}}, 0, 0 }, + { "S1RBUFL", 103, {0, {0}}, 0, 0 }, + { "S1RCFG", 104, {0, {0}}, 0, 0 }, + { "S1RSYNC", 105, {0, {0}}, 0, 0 }, + { "S1INTF", 106, {0, {0}}, 0, 0 }, + { "S1INTE", 107, {0, {0}}, 0, 0 }, + { "S1MODE", 108, {0, {0}}, 0, 0 }, + { "S1SMASK", 109, {0, {0}}, 0, 0 }, + { "PSPCFG", 110, {0, {0}}, 0, 0 }, + { "CMPCFG", 111, {0, {0}}, 0, 0 }, + { "S2TMRH", 112, {0, {0}}, 0, 0 }, + { "S2TMRL", 113, {0, {0}}, 0, 0 }, + { "S2TBUFH", 114, {0, {0}}, 0, 0 }, + { "S2TBUFL", 115, {0, {0}}, 0, 0 }, + { "S2TCFG", 116, {0, {0}}, 0, 0 }, + { "S2RCNT", 117, {0, {0}}, 0, 0 }, + { "S2RBUFH", 118, {0, {0}}, 0, 0 }, + { "S2RBUFL", 119, {0, {0}}, 0, 0 }, + { "S2RCFG", 120, {0, {0}}, 0, 0 }, + { "S2RSYNC", 121, {0, {0}}, 0, 0 }, + { "S2INTF", 122, {0, {0}}, 0, 0 }, + { "S2INTE", 123, {0, {0}}, 0, 0 }, + { "S2MODE", 124, {0, {0}}, 0, 0 }, + { "S2SMASK", 125, {0, {0}}, 0, 0 }, + { "CALLH", 126, {0, {0}}, 0, 0 }, + { "CALLL", 127, {0, {0}}, 0, 0 } +}; + +CGEN_KEYWORD ip2k_cgen_opval_register_names = +{ + & ip2k_cgen_opval_register_names_entries[0], + 121, + 0, 0, 0, 0, "" +}; + + +/* The hardware table. */ + +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define A(a) (1 << CGEN_HW_##a) +#else +#define A(a) (1 << CGEN_HW_/**/a) +#endif + +const CGEN_HW_ENTRY ip2k_cgen_hw_table[] = +{ + { "h-memory", HW_H_MEMORY, CGEN_ASM_NONE, 0, { 0, { (1<name) + { + if (strcmp (name, table->bfd_name) == 0) + return table; + ++table; + } + abort (); +} + +/* Subroutine of ip2k_cgen_cpu_open to build the hardware table. */ + +static void +build_hw_table (cd) + CGEN_CPU_TABLE *cd; +{ + int i; + int machs = cd->machs; + const CGEN_HW_ENTRY *init = & ip2k_cgen_hw_table[0]; + /* MAX_HW is only an upper bound on the number of selected entries. + However each entry is indexed by it's enum so there can be holes in + the table. */ + const CGEN_HW_ENTRY **selected = + (const CGEN_HW_ENTRY **) xmalloc (MAX_HW * sizeof (CGEN_HW_ENTRY *)); + + cd->hw_table.init_entries = init; + cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY); + memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); + /* ??? For now we just use machs to determine which ones we want. */ + for (i = 0; init[i].name != NULL; ++i) + if (CGEN_HW_ATTR_VALUE (&init[i], CGEN_HW_MACH) + & machs) + selected[init[i].type] = &init[i]; + cd->hw_table.entries = selected; + cd->hw_table.num_entries = MAX_HW; +} + +/* Subroutine of ip2k_cgen_cpu_open to build the hardware table. */ + +static void +build_ifield_table (cd) + CGEN_CPU_TABLE *cd; +{ + cd->ifld_table = & ip2k_cgen_ifld_table[0]; +} + +/* Subroutine of ip2k_cgen_cpu_open to build the hardware table. */ + +static void +build_operand_table (cd) + CGEN_CPU_TABLE *cd; +{ + int i; + int machs = cd->machs; + const CGEN_OPERAND *init = & ip2k_cgen_operand_table[0]; + /* MAX_OPERANDS is only an upper bound on the number of selected entries. + However each entry is indexed by it's enum so there can be holes in + the table. */ + const CGEN_OPERAND **selected = + (const CGEN_OPERAND **) xmalloc (MAX_OPERANDS * sizeof (CGEN_OPERAND *)); + + cd->operand_table.init_entries = init; + cd->operand_table.entry_size = sizeof (CGEN_OPERAND); + memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); + /* ??? For now we just use mach to determine which ones we want. */ + for (i = 0; init[i].name != NULL; ++i) + if (CGEN_OPERAND_ATTR_VALUE (&init[i], CGEN_OPERAND_MACH) + & machs) + selected[init[i].type] = &init[i]; + cd->operand_table.entries = selected; + cd->operand_table.num_entries = MAX_OPERANDS; +} + +/* Subroutine of ip2k_cgen_cpu_open to build the hardware table. + ??? This could leave out insns not supported by the specified mach/isa, + but that would cause errors like "foo only supported by bar" to become + "unknown insn", so for now we include all insns and require the app to + do the checking later. + ??? On the other hand, parsing of such insns may require their hardware or + operand elements to be in the table [which they mightn't be]. */ + +static void +build_insn_table (cd) + CGEN_CPU_TABLE *cd; +{ + int i; + const CGEN_IBASE *ib = & ip2k_cgen_insn_table[0]; + CGEN_INSN *insns = (CGEN_INSN *) xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); + + memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); + for (i = 0; i < MAX_INSNS; ++i) + insns[i].base = &ib[i]; + cd->insn_table.init_entries = insns; + cd->insn_table.entry_size = sizeof (CGEN_IBASE); + cd->insn_table.num_init_entries = MAX_INSNS; +} + +/* Subroutine of ip2k_cgen_cpu_open to rebuild the tables. */ + +static void +ip2k_cgen_rebuild_tables (cd) + CGEN_CPU_TABLE *cd; +{ + int i; + unsigned int isas = cd->isas; + unsigned int machs = cd->machs; + + cd->int_insn_p = CGEN_INT_INSN_P; + + /* Data derived from the isa spec. */ +#define UNSET (CGEN_SIZE_UNKNOWN + 1) + cd->default_insn_bitsize = UNSET; + cd->base_insn_bitsize = UNSET; + cd->min_insn_bitsize = 65535; /* some ridiculously big number */ + cd->max_insn_bitsize = 0; + for (i = 0; i < MAX_ISAS; ++i) + if (((1 << i) & isas) != 0) + { + const CGEN_ISA *isa = & ip2k_cgen_isa_table[i]; + + /* Default insn sizes of all selected isas must be + equal or we set the result to 0, meaning "unknown". */ + if (cd->default_insn_bitsize == UNSET) + cd->default_insn_bitsize = isa->default_insn_bitsize; + else if (isa->default_insn_bitsize == cd->default_insn_bitsize) + ; /* this is ok */ + else + cd->default_insn_bitsize = CGEN_SIZE_UNKNOWN; + + /* Base insn sizes of all selected isas must be equal + or we set the result to 0, meaning "unknown". */ + if (cd->base_insn_bitsize == UNSET) + cd->base_insn_bitsize = isa->base_insn_bitsize; + else if (isa->base_insn_bitsize == cd->base_insn_bitsize) + ; /* this is ok */ + else + cd->base_insn_bitsize = CGEN_SIZE_UNKNOWN; + + /* Set min,max insn sizes. */ + if (isa->min_insn_bitsize < cd->min_insn_bitsize) + cd->min_insn_bitsize = isa->min_insn_bitsize; + if (isa->max_insn_bitsize > cd->max_insn_bitsize) + cd->max_insn_bitsize = isa->max_insn_bitsize; + } + + /* Data derived from the mach spec. */ + for (i = 0; i < MAX_MACHS; ++i) + if (((1 << i) & machs) != 0) + { + const CGEN_MACH *mach = & ip2k_cgen_mach_table[i]; + + if (mach->insn_chunk_bitsize != 0) + { + if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize) + { + fprintf (stderr, "ip2k_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'\n", + cd->insn_chunk_bitsize, mach->insn_chunk_bitsize); + abort (); + } + + cd->insn_chunk_bitsize = mach->insn_chunk_bitsize; + } + } + + /* Determine which hw elements are used by MACH. */ + build_hw_table (cd); + + /* Build the ifield table. */ + build_ifield_table (cd); + + /* Determine which operands are used by MACH/ISA. */ + build_operand_table (cd); + + /* Build the instruction table. */ + build_insn_table (cd); +} + +/* Initialize a cpu table and return a descriptor. + It's much like opening a file, and must be the first function called. + The arguments are a set of (type/value) pairs, terminated with + CGEN_CPU_OPEN_END. + + Currently supported values: + CGEN_CPU_OPEN_ISAS: bitmap of values in enum isa_attr + CGEN_CPU_OPEN_MACHS: bitmap of values in enum mach_attr + CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name + CGEN_CPU_OPEN_ENDIAN: specify endian choice + CGEN_CPU_OPEN_END: terminates arguments + + ??? Simultaneous multiple isas might not make sense, but it's not (yet) + precluded. + + ??? We only support ISO C stdargs here, not K&R. + Laziness, plus experiment to see if anything requires K&R - eventually + K&R will no longer be supported - e.g. GDB is currently trying this. */ + +CGEN_CPU_DESC +ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) +{ + CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); + static int init_p; + unsigned int isas = 0; /* 0 = "unspecified" */ + unsigned int machs = 0; /* 0 = "unspecified" */ + enum cgen_endian endian = CGEN_ENDIAN_UNKNOWN; + va_list ap; + + if (! init_p) + { + init_tables (); + init_p = 1; + } + + memset (cd, 0, sizeof (*cd)); + + va_start (ap, arg_type); + while (arg_type != CGEN_CPU_OPEN_END) + { + switch (arg_type) + { + case CGEN_CPU_OPEN_ISAS : + isas = va_arg (ap, unsigned int); + break; + case CGEN_CPU_OPEN_MACHS : + machs = va_arg (ap, unsigned int); + break; + case CGEN_CPU_OPEN_BFDMACH : + { + const char *name = va_arg (ap, const char *); + const CGEN_MACH *mach = + lookup_mach_via_bfd_name (ip2k_cgen_mach_table, name); + + machs |= 1 << mach->num; + break; + } + case CGEN_CPU_OPEN_ENDIAN : + endian = va_arg (ap, enum cgen_endian); + break; + default : + fprintf (stderr, "ip2k_cgen_cpu_open: unsupported argument `%d'\n", + arg_type); + abort (); /* ??? return NULL? */ + } + arg_type = va_arg (ap, enum cgen_cpu_open_arg); + } + va_end (ap); + + /* mach unspecified means "all" */ + if (machs == 0) + machs = (1 << MAX_MACHS) - 1; + /* base mach is always selected */ + machs |= 1; + /* isa unspecified means "all" */ + if (isas == 0) + isas = (1 << MAX_ISAS) - 1; + if (endian == CGEN_ENDIAN_UNKNOWN) + { + /* ??? If target has only one, could have a default. */ + fprintf (stderr, "ip2k_cgen_cpu_open: no endianness specified\n"); + abort (); + } + + cd->isas = isas; + cd->machs = machs; + cd->endian = endian; + /* FIXME: for the sparc case we can determine insn-endianness statically. + The worry here is where both data and insn endian can be independently + chosen, in which case this function will need another argument. + Actually, will want to allow for more arguments in the future anyway. */ + cd->insn_endian = endian; + + /* Table (re)builder. */ + cd->rebuild_tables = ip2k_cgen_rebuild_tables; + ip2k_cgen_rebuild_tables (cd); + + /* Default to not allowing signed overflow. */ + cd->signed_overflow_ok_p = 0; + + return (CGEN_CPU_DESC) cd; +} + +/* Cover fn to ip2k_cgen_cpu_open to handle the simple case of 1 isa, 1 mach. + MACH_NAME is the bfd name of the mach. */ + +CGEN_CPU_DESC +ip2k_cgen_cpu_open_1 (mach_name, endian) + const char *mach_name; + enum cgen_endian endian; +{ + return ip2k_cgen_cpu_open (CGEN_CPU_OPEN_BFDMACH, mach_name, + CGEN_CPU_OPEN_ENDIAN, endian, + CGEN_CPU_OPEN_END); +} + +/* Close a cpu table. + ??? This can live in a machine independent file, but there's currently + no place to put this file (there's no libcgen). libopcodes is the wrong + place as some simulator ports use this but they don't use libopcodes. */ + +void +ip2k_cgen_cpu_close (cd) + CGEN_CPU_DESC cd; +{ + unsigned int i; + CGEN_INSN *insns; + + if (cd->macro_insn_table.init_entries) + { + insns = cd->macro_insn_table.init_entries; + for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns) + { + if (CGEN_INSN_RX ((insns))) + regfree(CGEN_INSN_RX (insns)); + } + } + + if (cd->insn_table.init_entries) + { + insns = cd->insn_table.init_entries; + for (i = 0; i < cd->insn_table.num_init_entries; ++i, ++insns) + { + if (CGEN_INSN_RX (insns)) + regfree(CGEN_INSN_RX (insns)); + } + } + + + + if (cd->macro_insn_table.init_entries) + free ((CGEN_INSN *) cd->macro_insn_table.init_entries); + + if (cd->insn_table.init_entries) + free ((CGEN_INSN *) cd->insn_table.init_entries); + + if (cd->hw_table.entries) + free ((CGEN_HW_ENTRY *) cd->hw_table.entries); + + if (cd->operand_table.entries) + free ((CGEN_HW_ENTRY *) cd->operand_table.entries); + + free (cd); +} + diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-desc.h binutils-2.13.90.0.2/opcodes/ip2k-desc.h --- binutils-2.12.90.0.15/opcodes/ip2k-desc.h Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-desc.h Mon Jul 29 08:19:19 2002 @@ -0,0 +1,251 @@ +/* CPU data header for ip2k. + +THIS FILE IS MACHINE GENERATED WITH CGEN. + +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and/or GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +#ifndef IP2K_CPU_H +#define IP2K_CPU_H + +#define CGEN_ARCH ip2k + +/* Given symbol S, return ip2k_cgen_. */ +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define CGEN_SYM(s) ip2k##_cgen_##s +#else +#define CGEN_SYM(s) ip2k/**/_cgen_/**/s +#endif + + +/* Selected cpu families. */ +#define HAVE_CPU_IP2KBF + +#define CGEN_INSN_LSB0_P 1 + +/* Minimum size of any insn (in bytes). */ +#define CGEN_MIN_INSN_SIZE 2 + +/* Maximum size of any insn (in bytes). */ +#define CGEN_MAX_INSN_SIZE 2 + +#define CGEN_INT_INSN_P 1 + +/* Maximum number of syntax elements in an instruction. */ +#define CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS 12 + +/* CGEN_MNEMONIC_OPERANDS is defined if mnemonics have operands. + e.g. In "b,a foo" the ",a" is an operand. If mnemonics have operands + we can't hash on everything up to the space. */ +#define CGEN_MNEMONIC_OPERANDS + +/* Maximum number of fields in an instruction. */ +#define CGEN_ACTUAL_MAX_IFMT_OPERANDS 3 + +/* Enums. */ + +/* Enum declaration for op6 enums. */ +typedef enum insn_op6 { + OP6_OTHER1, OP6_OTHER2, OP6_SUB, OP6_DEC + , OP6_OR, OP6_AND, OP6_XOR, OP6_ADD + , OP6_TEST, OP6_NOT, OP6_INC, OP6_DECSZ + , OP6_RR, OP6_RL, OP6_SWAP, OP6_INCSZ + , OP6_CSE, OP6_POP, OP6_SUBC, OP6_DECSNZ + , OP6_MULU, OP6_MULS, OP6_INCSNZ, OP6_ADDC +} INSN_OP6; + +/* Enum declaration for dir enums. */ +typedef enum insn_dir { + DIR_TO_W, DIR_NOTTO_W +} INSN_DIR; + +/* Enum declaration for op4 enums. */ +typedef enum insn_op4 { + OP4_LITERAL = 7, OP4_CLRB = 8, OP4_SETB = 9, OP4_SNB = 10 + , OP4_SB = 11 +} INSN_OP4; + +/* Enum declaration for op4mid enums. */ +typedef enum insn_op4mid { + OP4MID_LOADH_L = 0, OP4MID_LOADL_L = 1, OP4MID_MULU_L = 2, OP4MID_MULS_L = 3 + , OP4MID_PUSH_L = 4, OP4MID_CSNE_L = 6, OP4MID_CSE_L = 7, OP4MID_RETW_L = 8 + , OP4MID_CMP_L = 9, OP4MID_SUB_L = 10, OP4MID_ADD_L = 11, OP4MID_MOV_L = 12 + , OP4MID_OR_L = 13, OP4MID_AND_L = 14, OP4MID_XOR_L = 15 +} INSN_OP4MID; + +/* Enum declaration for op3 enums. */ +typedef enum insn_op3 { + OP3_CALL = 6, OP3_JMP = 7 +} INSN_OP3; + +/* Enum declaration for . */ +typedef enum register_names { + H_REGISTERS_ADDRSEL = 2, H_REGISTERS_ADDRX = 3, H_REGISTERS_IPH = 4, H_REGISTERS_IPL = 5 + , H_REGISTERS_SPH = 6, H_REGISTERS_SPL = 7, H_REGISTERS_PCH = 8, H_REGISTERS_PCL = 9 + , H_REGISTERS_WREG = 10, H_REGISTERS_STATUS = 11, H_REGISTERS_DPH = 12, H_REGISTERS_DPL = 13 + , H_REGISTERS_SPDREG = 14, H_REGISTERS_MULH = 15, H_REGISTERS_ADDRH = 16, H_REGISTERS_ADDRL = 17 + , H_REGISTERS_DATAH = 18, H_REGISTERS_DATAL = 19, H_REGISTERS_INTVECH = 20, H_REGISTERS_INTVECL = 21 + , H_REGISTERS_INTSPD = 22, H_REGISTERS_INTF = 23, H_REGISTERS_INTE = 24, H_REGISTERS_INTED = 25 + , H_REGISTERS_FCFG = 26, H_REGISTERS_TCTRL = 27, H_REGISTERS_XCFG = 28, H_REGISTERS_EMCFG = 29 + , H_REGISTERS_IPCH = 30, H_REGISTERS_IPCL = 31, H_REGISTERS_RAIN = 32, H_REGISTERS_RAOUT = 33 + , H_REGISTERS_RADIR = 34, H_REGISTERS_LFSRH = 35, H_REGISTERS_RBIN = 36, H_REGISTERS_RBOUT = 37 + , H_REGISTERS_RBDIR = 38, H_REGISTERS_LFSRL = 39, H_REGISTERS_RCIN = 40, H_REGISTERS_RCOUT = 41 + , H_REGISTERS_RCDIR = 42, H_REGISTERS_LFSRA = 43, H_REGISTERS_RDIN = 44, H_REGISTERS_RDOUT = 45 + , H_REGISTERS_RDDIR = 46, H_REGISTERS_REIN = 48, H_REGISTERS_REOUT = 49, H_REGISTERS_REDIR = 50 + , H_REGISTERS_RFIN = 52, H_REGISTERS_RFOUT = 53, H_REGISTERS_RFDIR = 54, H_REGISTERS_RGOUT = 57 + , H_REGISTERS_RGDIR = 58, H_REGISTERS_RTTMR = 64, H_REGISTERS_RTCFG = 65, H_REGISTERS_T0TMR = 66 + , H_REGISTERS_T0CFG = 67, H_REGISTERS_T1CNTH = 68, H_REGISTERS_T1CNTL = 69, H_REGISTERS_T1CAP1H = 70 + , H_REGISTERS_T1CAP1L = 71, H_REGISTERS_T1CAP2H = 72, H_REGISTERS_T1CMP2H = 72, H_REGISTERS_T1CAP2L = 73 + , H_REGISTERS_T1CMP2L = 73, H_REGISTERS_T1CMP1H = 74, H_REGISTERS_T1CMP1L = 75, H_REGISTERS_T1CFG1H = 76 + , H_REGISTERS_T1CFG1L = 77, H_REGISTERS_T1CFG2H = 78, H_REGISTERS_T1CFG2L = 79, H_REGISTERS_ADCH = 80 + , H_REGISTERS_ADCL = 81, H_REGISTERS_ADCCFG = 82, H_REGISTERS_ADCTMR = 83, H_REGISTERS_T2CNTH = 84 + , H_REGISTERS_T2CNTL = 85, H_REGISTERS_T2CAP1H = 86, H_REGISTERS_T2CAP1L = 87, H_REGISTERS_T2CAP2H = 88 + , H_REGISTERS_T2CMP2H = 88, H_REGISTERS_T2CAP2L = 89, H_REGISTERS_T2CMP2L = 89, H_REGISTERS_T2CMP1H = 90 + , H_REGISTERS_T2CMP1L = 91, H_REGISTERS_T2CFG1H = 92, H_REGISTERS_T2CFG1L = 93, H_REGISTERS_T2CFG2H = 94 + , H_REGISTERS_T2CFG2L = 95, H_REGISTERS_S1TMRH = 96, H_REGISTERS_S1TMRL = 97, H_REGISTERS_S1TBUFH = 98 + , H_REGISTERS_S1TBUFL = 99, H_REGISTERS_S1TCFG = 100, H_REGISTERS_S1RCNT = 101, H_REGISTERS_S1RBUFH = 102 + , H_REGISTERS_S1RBUFL = 103, H_REGISTERS_S1RCFG = 104, H_REGISTERS_S1RSYNC = 105, H_REGISTERS_S1INTF = 106 + , H_REGISTERS_S1INTE = 107, H_REGISTERS_S1MODE = 108, H_REGISTERS_S1SMASK = 109, H_REGISTERS_PSPCFG = 110 + , H_REGISTERS_CMPCFG = 111, H_REGISTERS_S2TMRH = 112, H_REGISTERS_S2TMRL = 113, H_REGISTERS_S2TBUFH = 114 + , H_REGISTERS_S2TBUFL = 115, H_REGISTERS_S2TCFG = 116, H_REGISTERS_S2RCNT = 117, H_REGISTERS_S2RBUFH = 118 + , H_REGISTERS_S2RBUFL = 119, H_REGISTERS_S2RCFG = 120, H_REGISTERS_S2RSYNC = 121, H_REGISTERS_S2INTF = 122 + , H_REGISTERS_S2INTE = 123, H_REGISTERS_S2MODE = 124, H_REGISTERS_S2SMASK = 125, H_REGISTERS_CALLH = 126 + , H_REGISTERS_CALLL = 127 +} REGISTER_NAMES; + +/* Attributes. */ + +/* Enum declaration for machine type selection. */ +typedef enum mach_attr { + MACH_BASE, MACH_IP2022, MACH_IP2022EXT, MACH_MAX +} MACH_ATTR; + +/* Enum declaration for instruction set selection. */ +typedef enum isa_attr { + ISA_IP2K, ISA_MAX +} ISA_ATTR; + +/* Number of architecture variants. */ +#define MAX_ISAS 1 +#define MAX_MACHS ((int) MACH_MAX) + +/* Ifield support. */ + +extern const struct cgen_ifld ip2k_cgen_ifld_table[]; + +/* Ifield attribute indices. */ + +/* Enum declaration for cgen_ifld attrs. */ +typedef enum cgen_ifld_attr { + CGEN_IFLD_VIRTUAL, CGEN_IFLD_PCREL_ADDR, CGEN_IFLD_ABS_ADDR, CGEN_IFLD_RESERVED + , CGEN_IFLD_SIGN_OPT, CGEN_IFLD_SIGNED, CGEN_IFLD_END_BOOLS, CGEN_IFLD_START_NBOOLS = 31 + , CGEN_IFLD_MACH, CGEN_IFLD_END_NBOOLS +} CGEN_IFLD_ATTR; + +/* Number of non-boolean elements in cgen_ifld_attr. */ +#define CGEN_IFLD_NBOOL_ATTRS (CGEN_IFLD_END_NBOOLS - CGEN_IFLD_START_NBOOLS - 1) + +/* Enum declaration for ip2k ifield types. */ +typedef enum ifield_type { + IP2K_F_NIL, IP2K_F_ANYOF, IP2K_F_IMM8, IP2K_F_REG + , IP2K_F_ADDR16CJP, IP2K_F_DIR, IP2K_F_BITNO, IP2K_F_OP3 + , IP2K_F_OP4, IP2K_F_OP4MID, IP2K_F_OP6, IP2K_F_OP8 + , IP2K_F_OP6_10LOW, IP2K_F_OP6_7LOW, IP2K_F_RETI3, IP2K_F_SKIPB + , IP2K_F_PAGE3, IP2K_F_MAX +} IFIELD_TYPE; + +#define MAX_IFLD ((int) IP2K_F_MAX) + +/* Hardware attribute indices. */ + +/* Enum declaration for cgen_hw attrs. */ +typedef enum cgen_hw_attr { + CGEN_HW_VIRTUAL, CGEN_HW_CACHE_ADDR, CGEN_HW_PC, CGEN_HW_PROFILE + , CGEN_HW_END_BOOLS, CGEN_HW_START_NBOOLS = 31, CGEN_HW_MACH, CGEN_HW_END_NBOOLS +} CGEN_HW_ATTR; + +/* Number of non-boolean elements in cgen_hw_attr. */ +#define CGEN_HW_NBOOL_ATTRS (CGEN_HW_END_NBOOLS - CGEN_HW_START_NBOOLS - 1) + +/* Enum declaration for ip2k hardware types. */ +typedef enum cgen_hw_type { + HW_H_MEMORY, HW_H_SINT, HW_H_UINT, HW_H_ADDR + , HW_H_IADDR, HW_H_SPR, HW_H_REGISTERS, HW_H_STACK + , HW_H_PABITS, HW_H_ZBIT, HW_H_CBIT, HW_H_DCBIT + , HW_H_PC, HW_MAX +} CGEN_HW_TYPE; + +#define MAX_HW ((int) HW_MAX) + +/* Operand attribute indices. */ + +/* Enum declaration for cgen_operand attrs. */ +typedef enum cgen_operand_attr { + CGEN_OPERAND_VIRTUAL, CGEN_OPERAND_PCREL_ADDR, CGEN_OPERAND_ABS_ADDR, CGEN_OPERAND_SIGN_OPT + , CGEN_OPERAND_SIGNED, CGEN_OPERAND_NEGATIVE, CGEN_OPERAND_RELAX, CGEN_OPERAND_SEM_ONLY + , CGEN_OPERAND_END_BOOLS, CGEN_OPERAND_START_NBOOLS = 31, CGEN_OPERAND_MACH, CGEN_OPERAND_END_NBOOLS +} CGEN_OPERAND_ATTR; + +/* Number of non-boolean elements in cgen_operand_attr. */ +#define CGEN_OPERAND_NBOOL_ATTRS (CGEN_OPERAND_END_NBOOLS - CGEN_OPERAND_START_NBOOLS - 1) + +/* Enum declaration for ip2k operand types. */ +typedef enum cgen_operand_type { + IP2K_OPERAND_PC, IP2K_OPERAND_ADDR16CJP, IP2K_OPERAND_FR, IP2K_OPERAND_LIT8 + , IP2K_OPERAND_BITNO, IP2K_OPERAND_ADDR16P, IP2K_OPERAND_ADDR16H, IP2K_OPERAND_ADDR16L + , IP2K_OPERAND_RETI3, IP2K_OPERAND_PABITS, IP2K_OPERAND_ZBIT, IP2K_OPERAND_CBIT + , IP2K_OPERAND_DCBIT, IP2K_OPERAND_MAX +} CGEN_OPERAND_TYPE; + +/* Number of operands types. */ +#define MAX_OPERANDS 13 + +/* Maximum number of operands referenced by any insn. */ +#define MAX_OPERAND_INSTANCES 8 + +/* Insn attribute indices. */ + +/* Enum declaration for cgen_insn attrs. */ +typedef enum cgen_insn_attr { + CGEN_INSN_ALIAS, CGEN_INSN_VIRTUAL, CGEN_INSN_UNCOND_CTI, CGEN_INSN_COND_CTI + , CGEN_INSN_SKIP_CTI, CGEN_INSN_DELAY_SLOT, CGEN_INSN_RELAXABLE, CGEN_INSN_RELAX + , CGEN_INSN_NO_DIS, CGEN_INSN_PBB, CGEN_INSN_EXT_SKIP_INSN, CGEN_INSN_SKIPA + , CGEN_INSN_END_BOOLS, CGEN_INSN_START_NBOOLS = 31, CGEN_INSN_MACH, CGEN_INSN_END_NBOOLS +} CGEN_INSN_ATTR; + +/* Number of non-boolean elements in cgen_insn_attr. */ +#define CGEN_INSN_NBOOL_ATTRS (CGEN_INSN_END_NBOOLS - CGEN_INSN_START_NBOOLS - 1) + +/* cgen.h uses things we just defined. */ +#include "opcode/cgen.h" + +/* Attributes. */ +extern const CGEN_ATTR_TABLE ip2k_cgen_hardware_attr_table[]; +extern const CGEN_ATTR_TABLE ip2k_cgen_ifield_attr_table[]; +extern const CGEN_ATTR_TABLE ip2k_cgen_operand_attr_table[]; +extern const CGEN_ATTR_TABLE ip2k_cgen_insn_attr_table[]; + +/* Hardware decls. */ + + + + + +#endif /* IP2K_CPU_H */ diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-dis.c binutils-2.13.90.0.2/opcodes/ip2k-dis.c --- binutils-2.12.90.0.15/opcodes/ip2k-dis.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-dis.c Mon Jul 29 08:19:19 2002 @@ -0,0 +1,743 @@ +/* Disassembler interface for targets using CGEN. -*- C -*- + CGEN: Cpu tools GENerator + +THIS FILE IS MACHINE GENERATED WITH CGEN. +- the resultant file is machine generated, cgen-dis.in isn't + +Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* ??? Eventually more and more of this stuff can go to cpu-independent files. + Keep that in mind. */ + +#include "sysdep.h" +#include +#include "ansidecl.h" +#include "dis-asm.h" +#include "bfd.h" +#include "symcat.h" +#include "ip2k-desc.h" +#include "ip2k-opc.h" +#include "opintl.h" + +/* Default text to print if an instruction isn't recognized. */ +#define UNKNOWN_INSN_MSG _("*unknown*") + +static void print_normal + PARAMS ((CGEN_CPU_DESC, PTR, long, unsigned int, bfd_vma, int)); +static void print_address + PARAMS ((CGEN_CPU_DESC, PTR, bfd_vma, unsigned int, bfd_vma, int)); +static void print_keyword + PARAMS ((CGEN_CPU_DESC, PTR, CGEN_KEYWORD *, long, unsigned int)); +static void print_insn_normal + PARAMS ((CGEN_CPU_DESC, PTR, const CGEN_INSN *, CGEN_FIELDS *, + bfd_vma, int)); +static int print_insn + PARAMS ((CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, unsigned)); +static int default_print_insn + PARAMS ((CGEN_CPU_DESC, bfd_vma, disassemble_info *)); +static int read_insn + PARAMS ((CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, int, + CGEN_EXTRACT_INFO *, unsigned long *)); + +/* -- disassembler routines inserted here */ + +/* -- dis.c */ + +static void +print_fr (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + const CGEN_KEYWORD_ENTRY *ke; + extern CGEN_KEYWORD ip2k_cgen_opval_register_names; + long offsettest; + long offsetvalue; + + if ( value == 0 ) /* This is (IP) */ + { + (*info->fprintf_func) (info->stream, "%s", "(IP)"); + return; + } + + offsettest = value >> 7; + offsetvalue = value & 0x7F; + + /* Check to see if first two bits are 10 -> (DP) */ + if ( offsettest == 2 ) + { + if ( offsetvalue == 0 ) + (*info->fprintf_func) (info->stream, "%s","(DP)"); + else + (*info->fprintf_func) (info->stream, "$%x%s",offsetvalue, "(DP)"); + return; + } + + /* Check to see if first two bits are 11 -> (SP) */ + if ( offsettest == 3 ) + { + if ( offsetvalue == 0 ) + (*info->fprintf_func) (info->stream, "%s", "(SP)"); + else + (*info->fprintf_func) (info->stream, "$%x%s", offsetvalue,"(SP)"); + return; + } + + /* Attempt to print as a register keyword. */ + ke = cgen_keyword_lookup_value (& ip2k_cgen_opval_register_names, value); + if (ke != NULL) + { + (*info->fprintf_func) (info->stream, "%s", ke->name); + return; + } + + /* Print as an address literal. */ + (*info->fprintf_func) (info->stream, "$%02x", value); +} + +static void +print_dollarhex (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + (*info->fprintf_func) (info->stream, "$%x", value); +} + +static void +print_dollarhex8 (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + (*info->fprintf_func) (info->stream, "$%02x", value); +} + +static void +print_dollarhex16 (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + (*info->fprintf_func) (info->stream, "$%04x", value); +} + +static void +print_dollarhex_addr16h (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + /* This is a loadh instruction. Shift the value to the left */ + /* by 8 bits so that disassembled code will reassemble properly. */ + value = ((value << 8) & 0xFF00); + + (*info->fprintf_func) (info->stream, "$%04x", value); +} + +static void +print_dollarhex_addr16l (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + (*info->fprintf_func) (info->stream, "$%04x", value); +} + +static void +print_dollarhex_p (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + value = ((value << 14) & 0x1C000); + ;value = (value & 0x1FFFF); + (*info->fprintf_func) (info->stream, "$%05x", value); +} + +static void +print_dollarhex_cj (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + value = ((value << 1) & 0x1FFFF); + (*info->fprintf_func) (info->stream, "$%05x", value); +} + + +static void +print_decimal (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) dis_info; + + (*info->fprintf_func) (info->stream, "%d", value); +} + + + +/* -- */ + +void ip2k_cgen_print_operand + PARAMS ((CGEN_CPU_DESC, int, PTR, CGEN_FIELDS *, + void const *, bfd_vma, int)); + +/* Main entry point for printing operands. + XINFO is a `void *' and not a `disassemble_info *' to not put a requirement + of dis-asm.h on cgen.h. + + This function is basically just a big switch statement. Earlier versions + used tables to look up the function to use, but + - if the table contains both assembler and disassembler functions then + the disassembler contains much of the assembler and vice-versa, + - there's a lot of inlining possibilities as things grow, + - using a switch statement avoids the function call overhead. + + This function could be moved into `print_insn_normal', but keeping it + separate makes clear the interface between `print_insn_normal' and each of + the handlers. */ + +void +ip2k_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length) + CGEN_CPU_DESC cd; + int opindex; + PTR xinfo; + CGEN_FIELDS *fields; + void const *attrs ATTRIBUTE_UNUSED; + bfd_vma pc; + int length; +{ + disassemble_info *info = (disassemble_info *) xinfo; + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + print_dollarhex_cj (cd, info, fields->f_addr16cjp, 0|(1<f_imm8, 0, pc, length); + break; + case IP2K_OPERAND_ADDR16L : + print_dollarhex_addr16l (cd, info, fields->f_imm8, 0, pc, length); + break; + case IP2K_OPERAND_ADDR16P : + print_dollarhex_p (cd, info, fields->f_page3, 0, pc, length); + break; + case IP2K_OPERAND_BITNO : + print_decimal (cd, info, fields->f_bitno, 0, pc, length); + break; + case IP2K_OPERAND_CBIT : + print_normal (cd, info, 0, 0, pc, length); + break; + case IP2K_OPERAND_DCBIT : + print_normal (cd, info, 0, 0, pc, length); + break; + case IP2K_OPERAND_FR : + print_fr (cd, info, fields->f_reg, 0|(1<f_imm8, 0|(1<f_reti3, 0, pc, length); + break; + case IP2K_OPERAND_ZBIT : + print_normal (cd, info, 0, 0, pc, length); + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while printing insn.\n"), + opindex); + abort (); + } +} + +cgen_print_fn * const ip2k_cgen_print_handlers[] = +{ + print_insn_normal, +}; + + +void +ip2k_cgen_init_dis (cd) + CGEN_CPU_DESC cd; +{ + ip2k_cgen_init_opcode_table (cd); + ip2k_cgen_init_ibld_table (cd); + cd->print_handlers = & ip2k_cgen_print_handlers[0]; + cd->print_operand = ip2k_cgen_print_operand; +} + + +/* Default print handler. */ + +static void +print_normal (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + PTR dis_info; + long value; + unsigned int attrs; + bfd_vma pc ATTRIBUTE_UNUSED; + int length ATTRIBUTE_UNUSED; +{ + disassemble_info *info = (disassemble_info *) dis_info; + +#ifdef CGEN_PRINT_NORMAL + CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length); +#endif + + /* Print the operand as directed by the attributes. */ + if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) + ; /* nothing to do */ + else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED)) + (*info->fprintf_func) (info->stream, "%ld", value); + else + (*info->fprintf_func) (info->stream, "0x%lx", value); +} + +/* Default address handler. */ + +static void +print_address (cd, dis_info, value, attrs, pc, length) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + PTR dis_info; + bfd_vma value; + unsigned int attrs; + bfd_vma pc ATTRIBUTE_UNUSED; + int length ATTRIBUTE_UNUSED; +{ + disassemble_info *info = (disassemble_info *) dis_info; + +#ifdef CGEN_PRINT_ADDRESS + CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length); +#endif + + /* Print the operand as directed by the attributes. */ + if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) + ; /* nothing to do */ + else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADDR)) + (*info->print_address_func) (value, info); + else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_ABS_ADDR)) + (*info->print_address_func) (value, info); + else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED)) + (*info->fprintf_func) (info->stream, "%ld", (long) value); + else + (*info->fprintf_func) (info->stream, "0x%lx", (long) value); +} + +/* Keyword print handler. */ + +static void +print_keyword (cd, dis_info, keyword_table, value, attrs) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + PTR dis_info; + CGEN_KEYWORD *keyword_table; + long value; + unsigned int attrs ATTRIBUTE_UNUSED; +{ + disassemble_info *info = (disassemble_info *) dis_info; + const CGEN_KEYWORD_ENTRY *ke; + + ke = cgen_keyword_lookup_value (keyword_table, value); + if (ke != NULL) + (*info->fprintf_func) (info->stream, "%s", ke->name); + else + (*info->fprintf_func) (info->stream, "???"); +} + +/* Default insn printer. + + DIS_INFO is defined as `PTR' so the disassembler needn't know anything + about disassemble_info. */ + +static void +print_insn_normal (cd, dis_info, insn, fields, pc, length) + CGEN_CPU_DESC cd; + PTR dis_info; + const CGEN_INSN *insn; + CGEN_FIELDS *fields; + bfd_vma pc; + int length; +{ + const CGEN_SYNTAX *syntax = CGEN_INSN_SYNTAX (insn); + disassemble_info *info = (disassemble_info *) dis_info; + const CGEN_SYNTAX_CHAR_TYPE *syn; + + CGEN_INIT_PRINT (cd); + + for (syn = CGEN_SYNTAX_STRING (syntax); *syn; ++syn) + { + if (CGEN_SYNTAX_MNEMONIC_P (*syn)) + { + (*info->fprintf_func) (info->stream, "%s", CGEN_INSN_MNEMONIC (insn)); + continue; + } + if (CGEN_SYNTAX_CHAR_P (*syn)) + { + (*info->fprintf_func) (info->stream, "%c", CGEN_SYNTAX_CHAR (*syn)); + continue; + } + + /* We have an operand. */ + ip2k_cgen_print_operand (cd, CGEN_SYNTAX_FIELD (*syn), info, + fields, CGEN_INSN_ATTRS (insn), pc, length); + } +} + +/* Subroutine of print_insn. Reads an insn into the given buffers and updates + the extract info. + Returns 0 if all is well, non-zero otherwise. */ + +static int +read_insn (cd, pc, info, buf, buflen, ex_info, insn_value) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + bfd_vma pc; + disassemble_info *info; + char *buf; + int buflen; + CGEN_EXTRACT_INFO *ex_info; + unsigned long *insn_value; +{ + int status = (*info->read_memory_func) (pc, buf, buflen, info); + if (status != 0) + { + (*info->memory_error_func) (status, pc, info); + return -1; + } + + ex_info->dis_info = info; + ex_info->valid = (1 << buflen) - 1; + ex_info->insn_bytes = buf; + + *insn_value = bfd_get_bits (buf, buflen * 8, info->endian == BFD_ENDIAN_BIG); + return 0; +} + +/* Utility to print an insn. + BUF is the base part of the insn, target byte order, BUFLEN bytes long. + The result is the size of the insn in bytes or zero for an unknown insn + or -1 if an error occurs fetching data (memory_error_func will have + been called). */ + +static int +print_insn (cd, pc, info, buf, buflen) + CGEN_CPU_DESC cd; + bfd_vma pc; + disassemble_info *info; + char *buf; + unsigned int buflen; +{ + CGEN_INSN_INT insn_value; + const CGEN_INSN_LIST *insn_list; + CGEN_EXTRACT_INFO ex_info; + int basesize; + + /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ + basesize = cd->base_insn_bitsize < buflen * 8 ? + cd->base_insn_bitsize : buflen * 8; + insn_value = cgen_get_insn_value (cd, buf, basesize); + + + /* Fill in ex_info fields like read_insn would. Don't actually call + read_insn, since the incoming buffer is already read (and possibly + modified a la m32r). */ + ex_info.valid = (1 << buflen) - 1; + ex_info.dis_info = info; + ex_info.insn_bytes = buf; + + /* The instructions are stored in hash lists. + Pick the first one and keep trying until we find the right one. */ + + insn_list = CGEN_DIS_LOOKUP_INSN (cd, buf, insn_value); + while (insn_list != NULL) + { + const CGEN_INSN *insn = insn_list->insn; + CGEN_FIELDS fields; + int length; + unsigned long insn_value_cropped; + +#ifdef CGEN_VALIDATE_INSN_SUPPORTED + /* Not needed as insn shouldn't be in hash lists if not supported. */ + /* Supported by this cpu? */ + if (! ip2k_cgen_insn_supported (cd, insn)) + { + insn_list = CGEN_DIS_NEXT_INSN (insn_list); + continue; + } +#endif + + /* Basic bit mask must be correct. */ + /* ??? May wish to allow target to defer this check until the extract + handler. */ + + /* Base size may exceed this instruction's size. Extract the + relevant part from the buffer. */ + if ((unsigned) (CGEN_INSN_BITSIZE (insn) / 8) < buflen && + (unsigned) (CGEN_INSN_BITSIZE (insn) / 8) <= sizeof (unsigned long)) + insn_value_cropped = bfd_get_bits (buf, CGEN_INSN_BITSIZE (insn), + info->endian == BFD_ENDIAN_BIG); + else + insn_value_cropped = insn_value; + + if ((insn_value_cropped & CGEN_INSN_BASE_MASK (insn)) + == CGEN_INSN_BASE_VALUE (insn)) + { + /* Printing is handled in two passes. The first pass parses the + machine insn and extracts the fields. The second pass prints + them. */ + + /* Make sure the entire insn is loaded into insn_value, if it + can fit. */ + if (((unsigned) CGEN_INSN_BITSIZE (insn) > cd->base_insn_bitsize) && + (unsigned) (CGEN_INSN_BITSIZE (insn) / 8) <= sizeof (unsigned long)) + { + unsigned long full_insn_value; + int rc = read_insn (cd, pc, info, buf, + CGEN_INSN_BITSIZE (insn) / 8, + & ex_info, & full_insn_value); + if (rc != 0) + return rc; + length = CGEN_EXTRACT_FN (cd, insn) + (cd, insn, &ex_info, full_insn_value, &fields, pc); + } + else + length = CGEN_EXTRACT_FN (cd, insn) + (cd, insn, &ex_info, insn_value_cropped, &fields, pc); + + /* length < 0 -> error */ + if (length < 0) + return length; + if (length > 0) + { + CGEN_PRINT_FN (cd, insn) (cd, info, insn, &fields, pc, length); + /* length is in bits, result is in bytes */ + return length / 8; + } + } + + insn_list = CGEN_DIS_NEXT_INSN (insn_list); + } + + return 0; +} + +/* Default value for CGEN_PRINT_INSN. + The result is the size of the insn in bytes or zero for an unknown insn + or -1 if an error occured fetching bytes. */ + +#ifndef CGEN_PRINT_INSN +#define CGEN_PRINT_INSN default_print_insn +#endif + +static int +default_print_insn (cd, pc, info) + CGEN_CPU_DESC cd; + bfd_vma pc; + disassemble_info *info; +{ + char buf[CGEN_MAX_INSN_SIZE]; + int buflen; + int status; + + /* Attempt to read the base part of the insn. */ + buflen = cd->base_insn_bitsize / 8; + status = (*info->read_memory_func) (pc, buf, buflen, info); + + /* Try again with the minimum part, if min < base. */ + if (status != 0 && (cd->min_insn_bitsize < cd->base_insn_bitsize)) + { + buflen = cd->min_insn_bitsize / 8; + status = (*info->read_memory_func) (pc, buf, buflen, info); + } + + if (status != 0) + { + (*info->memory_error_func) (status, pc, info); + return -1; + } + + return print_insn (cd, pc, info, buf, buflen); +} + +/* Main entry point. + Print one instruction from PC on INFO->STREAM. + Return the size of the instruction (in bytes). */ + +typedef struct cpu_desc_list { + struct cpu_desc_list *next; + int isa; + int mach; + int endian; + CGEN_CPU_DESC cd; +} cpu_desc_list; + +int +print_insn_ip2k (pc, info) + bfd_vma pc; + disassemble_info *info; +{ + static cpu_desc_list *cd_list = 0; + cpu_desc_list *cl = 0; + static CGEN_CPU_DESC cd = 0; + static int prev_isa; + static int prev_mach; + static int prev_endian; + int length; + int isa,mach; + int endian = (info->endian == BFD_ENDIAN_BIG + ? CGEN_ENDIAN_BIG + : CGEN_ENDIAN_LITTLE); + enum bfd_architecture arch; + + /* ??? gdb will set mach but leave the architecture as "unknown" */ +#ifndef CGEN_BFD_ARCH +#define CGEN_BFD_ARCH bfd_arch_ip2k +#endif + arch = info->arch; + if (arch == bfd_arch_unknown) + arch = CGEN_BFD_ARCH; + + /* There's no standard way to compute the machine or isa number + so we leave it to the target. */ +#ifdef CGEN_COMPUTE_MACH + mach = CGEN_COMPUTE_MACH (info); +#else + mach = info->mach; +#endif + +#ifdef CGEN_COMPUTE_ISA + isa = CGEN_COMPUTE_ISA (info); +#else + isa = info->insn_sets; +#endif + + /* If we've switched cpu's, try to find a handle we've used before */ + if (cd + && (isa != prev_isa + || mach != prev_mach + || endian != prev_endian)) + { + cd = 0; + for (cl = cd_list; cl; cl = cl->next) + { + if (cl->isa == isa && + cl->mach == mach && + cl->endian == endian) + { + cd = cl->cd; + break; + } + } + } + + /* If we haven't initialized yet, initialize the opcode table. */ + if (! cd) + { + const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); + const char *mach_name; + + if (!arch_type) + abort (); + mach_name = arch_type->printable_name; + + prev_isa = isa; + prev_mach = mach; + prev_endian = endian; + cd = ip2k_cgen_cpu_open (CGEN_CPU_OPEN_ISAS, prev_isa, + CGEN_CPU_OPEN_BFDMACH, mach_name, + CGEN_CPU_OPEN_ENDIAN, prev_endian, + CGEN_CPU_OPEN_END); + if (!cd) + abort (); + + /* save this away for future reference */ + cl = xmalloc (sizeof (struct cpu_desc_list)); + cl->cd = cd; + cl->isa = isa; + cl->mach = mach; + cl->endian = endian; + cl->next = cd_list; + cd_list = cl; + + ip2k_cgen_init_dis (cd); + } + + /* We try to have as much common code as possible. + But at this point some targets need to take over. */ + /* ??? Some targets may need a hook elsewhere. Try to avoid this, + but if not possible try to move this hook elsewhere rather than + have two hooks. */ + length = CGEN_PRINT_INSN (cd, pc, info); + if (length > 0) + return length; + if (length < 0) + return -1; + + (*info->fprintf_func) (info->stream, UNKNOWN_INSN_MSG); + return cd->default_insn_bitsize / 8; +} diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-ibld.c binutils-2.13.90.0.2/opcodes/ip2k-ibld.c --- binutils-2.12.90.0.15/opcodes/ip2k-ibld.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-ibld.c Mon Jul 29 08:19:19 2002 @@ -0,0 +1,952 @@ +/* Instruction building/extraction support for ip2k. -*- C -*- + +THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. +- the resultant file is machine generated, cgen-ibld.in isn't + +Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* ??? Eventually more and more of this stuff can go to cpu-independent files. + Keep that in mind. */ + +#include "sysdep.h" +#include +#include "ansidecl.h" +#include "dis-asm.h" +#include "bfd.h" +#include "symcat.h" +#include "ip2k-desc.h" +#include "ip2k-opc.h" +#include "opintl.h" +#include "safe-ctype.h" + +#undef min +#define min(a,b) ((a) < (b) ? (a) : (b)) +#undef max +#define max(a,b) ((a) > (b) ? (a) : (b)) + +/* Used by the ifield rtx function. */ +#define FLD(f) (fields->f) + +static const char * insert_normal + PARAMS ((CGEN_CPU_DESC, long, unsigned int, unsigned int, unsigned int, + unsigned int, unsigned int, unsigned int, CGEN_INSN_BYTES_PTR)); +static const char * insert_insn_normal + PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, + CGEN_FIELDS *, CGEN_INSN_BYTES_PTR, bfd_vma)); +static int extract_normal + PARAMS ((CGEN_CPU_DESC, CGEN_EXTRACT_INFO *, CGEN_INSN_INT, + unsigned int, unsigned int, unsigned int, unsigned int, + unsigned int, unsigned int, bfd_vma, long *)); +static int extract_insn_normal + PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, CGEN_EXTRACT_INFO *, + CGEN_INSN_INT, CGEN_FIELDS *, bfd_vma)); +#if CGEN_INT_INSN_P +static void put_insn_int_value + PARAMS ((CGEN_CPU_DESC, CGEN_INSN_BYTES_PTR, int, int, CGEN_INSN_INT)); +#endif +#if ! CGEN_INT_INSN_P +static CGEN_INLINE void insert_1 + PARAMS ((CGEN_CPU_DESC, unsigned long, int, int, int, unsigned char *)); +static CGEN_INLINE int fill_cache + PARAMS ((CGEN_CPU_DESC, CGEN_EXTRACT_INFO *, int, int, bfd_vma)); +static CGEN_INLINE long extract_1 + PARAMS ((CGEN_CPU_DESC, CGEN_EXTRACT_INFO *, int, int, int, + unsigned char *, bfd_vma)); +#endif + +/* Operand insertion. */ + +#if ! CGEN_INT_INSN_P + +/* Subroutine of insert_normal. */ + +static CGEN_INLINE void +insert_1 (cd, value, start, length, word_length, bufp) + CGEN_CPU_DESC cd; + unsigned long value; + int start,length,word_length; + unsigned char *bufp; +{ + unsigned long x,mask; + int shift; + + x = cgen_get_insn_value (cd, bufp, word_length); + + /* Written this way to avoid undefined behaviour. */ + mask = (((1L << (length - 1)) - 1) << 1) | 1; + if (CGEN_INSN_LSB0_P) + shift = (start + 1) - length; + else + shift = (word_length - (start + length)); + x = (x & ~(mask << shift)) | ((value & mask) << shift); + + cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x); +} + +#endif /* ! CGEN_INT_INSN_P */ + +/* Default insertion routine. + + ATTRS is a mask of the boolean attributes. + WORD_OFFSET is the offset in bits from the start of the insn of the value. + WORD_LENGTH is the length of the word in bits in which the value resides. + START is the starting bit number in the word, architecture origin. + LENGTH is the length of VALUE in bits. + TOTAL_LENGTH is the total length of the insn in bits. + + The result is an error message or NULL if success. */ + +/* ??? This duplicates functionality with bfd's howto table and + bfd_install_relocation. */ +/* ??? This doesn't handle bfd_vma's. Create another function when + necessary. */ + +static const char * +insert_normal (cd, value, attrs, word_offset, start, length, word_length, + total_length, buffer) + CGEN_CPU_DESC cd; + long value; + unsigned int attrs; + unsigned int word_offset, start, length, word_length, total_length; + CGEN_INSN_BYTES_PTR buffer; +{ + static char errbuf[100]; + /* Written this way to avoid undefined behaviour. */ + unsigned long mask = (((1L << (length - 1)) - 1) << 1) | 1; + + /* If LENGTH is zero, this operand doesn't contribute to the value. */ + if (length == 0) + return NULL; + +#if 0 + if (CGEN_INT_INSN_P + && word_offset != 0) + abort (); +#endif + + if (word_length > 32) + abort (); + + /* For architectures with insns smaller than the base-insn-bitsize, + word_length may be too big. */ + if (cd->min_insn_bitsize < cd->base_insn_bitsize) + { + if (word_offset == 0 + && word_length > total_length) + word_length = total_length; + } + + /* Ensure VALUE will fit. */ + if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGN_OPT)) + { + long minval = - (1L << (length - 1)); + unsigned long maxval = mask; + + if ((value > 0 && (unsigned long) value > maxval) + || value < minval) + { + /* xgettext:c-format */ + sprintf (errbuf, + _("operand out of range (%ld not between %ld and %lu)"), + value, minval, maxval); + return errbuf; + } + } + else if (! CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED)) + { + unsigned long maxval = mask; + + if ((unsigned long) value > maxval) + { + /* xgettext:c-format */ + sprintf (errbuf, + _("operand out of range (%lu not between 0 and %lu)"), + value, maxval); + return errbuf; + } + } + else + { + if (! cgen_signed_overflow_ok_p (cd)) + { + long minval = - (1L << (length - 1)); + long maxval = (1L << (length - 1)) - 1; + + if (value < minval || value > maxval) + { + sprintf + /* xgettext:c-format */ + (errbuf, _("operand out of range (%ld not between %ld and %ld)"), + value, minval, maxval); + return errbuf; + } + } + } + +#if CGEN_INT_INSN_P + + { + int shift; + + if (CGEN_INSN_LSB0_P) + shift = (word_offset + start + 1) - length; + else + shift = total_length - (word_offset + start + length); + *buffer = (*buffer & ~(mask << shift)) | ((value & mask) << shift); + } + +#else /* ! CGEN_INT_INSN_P */ + + { + unsigned char *bufp = (unsigned char *) buffer + word_offset / 8; + + insert_1 (cd, value, start, length, word_length, bufp); + } + +#endif /* ! CGEN_INT_INSN_P */ + + return NULL; +} + +/* Default insn builder (insert handler). + The instruction is recorded in CGEN_INT_INSN_P byte order (meaning + that if CGEN_INSN_BYTES_PTR is an int * and thus, the value is + recorded in host byte order, otherwise BUFFER is an array of bytes + and the value is recorded in target byte order). + The result is an error message or NULL if success. */ + +static const char * +insert_insn_normal (cd, insn, fields, buffer, pc) + CGEN_CPU_DESC cd; + const CGEN_INSN * insn; + CGEN_FIELDS * fields; + CGEN_INSN_BYTES_PTR buffer; + bfd_vma pc; +{ + const CGEN_SYNTAX *syntax = CGEN_INSN_SYNTAX (insn); + unsigned long value; + const CGEN_SYNTAX_CHAR_TYPE * syn; + + CGEN_INIT_INSERT (cd); + value = CGEN_INSN_BASE_VALUE (insn); + + /* If we're recording insns as numbers (rather than a string of bytes), + target byte order handling is deferred until later. */ + +#if CGEN_INT_INSN_P + + put_insn_int_value (cd, buffer, cd->base_insn_bitsize, + CGEN_FIELDS_BITSIZE (fields), value); + +#else + + cgen_put_insn_value (cd, buffer, min ((unsigned) cd->base_insn_bitsize, + (unsigned) CGEN_FIELDS_BITSIZE (fields)), + value); + +#endif /* ! CGEN_INT_INSN_P */ + + /* ??? It would be better to scan the format's fields. + Still need to be able to insert a value based on the operand though; + e.g. storing a branch displacement that got resolved later. + Needs more thought first. */ + + for (syn = CGEN_SYNTAX_STRING (syntax); * syn; ++ syn) + { + const char *errmsg; + + if (CGEN_SYNTAX_CHAR_P (* syn)) + continue; + + errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), + fields, buffer, pc); + if (errmsg) + return errmsg; + } + + return NULL; +} + +#if CGEN_INT_INSN_P +/* Cover function to store an insn value into an integral insn. Must go here + because it needs -desc.h for CGEN_INT_INSN_P. */ + +static void +put_insn_int_value (cd, buf, length, insn_length, value) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + CGEN_INSN_BYTES_PTR buf; + int length; + int insn_length; + CGEN_INSN_INT value; +{ + /* For architectures with insns smaller than the base-insn-bitsize, + length may be too big. */ + if (length > insn_length) + *buf = value; + else + { + int shift = insn_length - length; + /* Written this way to avoid undefined behaviour. */ + CGEN_INSN_INT mask = (((1L << (length - 1)) - 1) << 1) | 1; + *buf = (*buf & ~(mask << shift)) | ((value & mask) << shift); + } +} +#endif + +/* Operand extraction. */ + +#if ! CGEN_INT_INSN_P + +/* Subroutine of extract_normal. + Ensure sufficient bytes are cached in EX_INFO. + OFFSET is the offset in bytes from the start of the insn of the value. + BYTES is the length of the needed value. + Returns 1 for success, 0 for failure. */ + +static CGEN_INLINE int +fill_cache (cd, ex_info, offset, bytes, pc) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + CGEN_EXTRACT_INFO *ex_info; + int offset, bytes; + bfd_vma pc; +{ + /* It's doubtful that the middle part has already been fetched so + we don't optimize that case. kiss. */ + unsigned int mask; + disassemble_info *info = (disassemble_info *) ex_info->dis_info; + + /* First do a quick check. */ + mask = (1 << bytes) - 1; + if (((ex_info->valid >> offset) & mask) == mask) + return 1; + + /* Search for the first byte we need to read. */ + for (mask = 1 << offset; bytes > 0; --bytes, ++offset, mask <<= 1) + if (! (mask & ex_info->valid)) + break; + + if (bytes) + { + int status; + + pc += offset; + status = (*info->read_memory_func) + (pc, ex_info->insn_bytes + offset, bytes, info); + + if (status != 0) + { + (*info->memory_error_func) (status, pc, info); + return 0; + } + + ex_info->valid |= ((1 << bytes) - 1) << offset; + } + + return 1; +} + +/* Subroutine of extract_normal. */ + +static CGEN_INLINE long +extract_1 (cd, ex_info, start, length, word_length, bufp, pc) + CGEN_CPU_DESC cd; + CGEN_EXTRACT_INFO *ex_info ATTRIBUTE_UNUSED; + int start,length,word_length; + unsigned char *bufp; + bfd_vma pc ATTRIBUTE_UNUSED; +{ + unsigned long x; + int shift; +#if 0 + int big_p = CGEN_CPU_INSN_ENDIAN (cd) == CGEN_ENDIAN_BIG; +#endif + x = cgen_get_insn_value (cd, bufp, word_length); + + if (CGEN_INSN_LSB0_P) + shift = (start + 1) - length; + else + shift = (word_length - (start + length)); + return x >> shift; +} + +#endif /* ! CGEN_INT_INSN_P */ + +/* Default extraction routine. + + INSN_VALUE is the first base_insn_bitsize bits of the insn in host order, + or sometimes less for cases like the m32r where the base insn size is 32 + but some insns are 16 bits. + ATTRS is a mask of the boolean attributes. We only need `SIGNED', + but for generality we take a bitmask of all of them. + WORD_OFFSET is the offset in bits from the start of the insn of the value. + WORD_LENGTH is the length of the word in bits in which the value resides. + START is the starting bit number in the word, architecture origin. + LENGTH is the length of VALUE in bits. + TOTAL_LENGTH is the total length of the insn in bits. + + Returns 1 for success, 0 for failure. */ + +/* ??? The return code isn't properly used. wip. */ + +/* ??? This doesn't handle bfd_vma's. Create another function when + necessary. */ + +static int +extract_normal (cd, ex_info, insn_value, attrs, word_offset, start, length, + word_length, total_length, pc, valuep) + CGEN_CPU_DESC cd; +#if ! CGEN_INT_INSN_P + CGEN_EXTRACT_INFO *ex_info; +#else + CGEN_EXTRACT_INFO *ex_info ATTRIBUTE_UNUSED; +#endif + CGEN_INSN_INT insn_value; + unsigned int attrs; + unsigned int word_offset, start, length, word_length, total_length; +#if ! CGEN_INT_INSN_P + bfd_vma pc; +#else + bfd_vma pc ATTRIBUTE_UNUSED; +#endif + long *valuep; +{ + long value, mask; + + /* If LENGTH is zero, this operand doesn't contribute to the value + so give it a standard value of zero. */ + if (length == 0) + { + *valuep = 0; + return 1; + } + +#if 0 + if (CGEN_INT_INSN_P + && word_offset != 0) + abort (); +#endif + + if (word_length > 32) + abort (); + + /* For architectures with insns smaller than the insn-base-bitsize, + word_length may be too big. */ + if (cd->min_insn_bitsize < cd->base_insn_bitsize) + { + if (word_offset == 0 + && word_length > total_length) + word_length = total_length; + } + + /* Does the value reside in INSN_VALUE, and at the right alignment? */ + + if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length)) + { + if (CGEN_INSN_LSB0_P) + value = insn_value >> ((word_offset + start + 1) - length); + else + value = insn_value >> (total_length - ( word_offset + start + length)); + } + +#if ! CGEN_INT_INSN_P + + else + { + unsigned char *bufp = ex_info->insn_bytes + word_offset / 8; + + if (word_length > 32) + abort (); + + if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0) + return 0; + + value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc); + } + +#endif /* ! CGEN_INT_INSN_P */ + + /* Written this way to avoid undefined behaviour. */ + mask = (((1L << (length - 1)) - 1) << 1) | 1; + + value &= mask; + /* sign extend? */ + if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED) + && (value & (1L << (length - 1)))) + value |= ~mask; + + *valuep = value; + + return 1; +} + +/* Default insn extractor. + + INSN_VALUE is the first base_insn_bitsize bits, translated to host order. + The extracted fields are stored in FIELDS. + EX_INFO is used to handle reading variable length insns. + Return the length of the insn in bits, or 0 if no match, + or -1 if an error occurs fetching data (memory_error_func will have + been called). */ + +static int +extract_insn_normal (cd, insn, ex_info, insn_value, fields, pc) + CGEN_CPU_DESC cd; + const CGEN_INSN *insn; + CGEN_EXTRACT_INFO *ex_info; + CGEN_INSN_INT insn_value; + CGEN_FIELDS *fields; + bfd_vma pc; +{ + const CGEN_SYNTAX *syntax = CGEN_INSN_SYNTAX (insn); + const CGEN_SYNTAX_CHAR_TYPE *syn; + + CGEN_FIELDS_BITSIZE (fields) = CGEN_INSN_BITSIZE (insn); + + CGEN_INIT_EXTRACT (cd); + + for (syn = CGEN_SYNTAX_STRING (syntax); *syn; ++syn) + { + int length; + + if (CGEN_SYNTAX_CHAR_P (*syn)) + continue; + + length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), + ex_info, insn_value, fields, pc); + if (length <= 0) + return length; + } + + /* We recognized and successfully extracted this insn. */ + return CGEN_INSN_BITSIZE (insn); +} + +/* machine generated code added here */ + +const char * ip2k_cgen_insert_operand + PARAMS ((CGEN_CPU_DESC, int, CGEN_FIELDS *, CGEN_INSN_BYTES_PTR, bfd_vma)); + +/* Main entry point for operand insertion. + + This function is basically just a big switch statement. Earlier versions + used tables to look up the function to use, but + - if the table contains both assembler and disassembler functions then + the disassembler contains much of the assembler and vice-versa, + - there's a lot of inlining possibilities as things grow, + - using a switch statement avoids the function call overhead. + + This function could be moved into `parse_insn_normal', but keeping it + separate makes clear the interface between `parse_insn_normal' and each of + the handlers. It's also needed by GAS to insert operands that couldn't be + resolved during parsing. */ + +const char * +ip2k_cgen_insert_operand (cd, opindex, fields, buffer, pc) + CGEN_CPU_DESC cd; + int opindex; + CGEN_FIELDS * fields; + CGEN_INSN_BYTES_PTR buffer; + bfd_vma pc ATTRIBUTE_UNUSED; +{ + const char * errmsg = NULL; + unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + errmsg = insert_normal (cd, fields->f_addr16cjp, 0|(1<f_imm8, 0, 0, 7, 8, 16, total_length, buffer); + break; + case IP2K_OPERAND_ADDR16L : + errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); + break; + case IP2K_OPERAND_ADDR16P : + errmsg = insert_normal (cd, fields->f_page3, 0, 0, 2, 3, 16, total_length, buffer); + break; + case IP2K_OPERAND_BITNO : + errmsg = insert_normal (cd, fields->f_bitno, 0, 0, 11, 3, 16, total_length, buffer); + break; + case IP2K_OPERAND_CBIT : + break; + case IP2K_OPERAND_DCBIT : + break; + case IP2K_OPERAND_FR : + errmsg = insert_normal (cd, fields->f_reg, 0|(1<f_imm8, 0, 0, 7, 8, 16, total_length, buffer); + break; + case IP2K_OPERAND_PABITS : + break; + case IP2K_OPERAND_RETI3 : + errmsg = insert_normal (cd, fields->f_reti3, 0, 0, 2, 3, 16, total_length, buffer); + break; + case IP2K_OPERAND_ZBIT : + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while building insn.\n"), + opindex); + abort (); + } + + return errmsg; +} + +int ip2k_cgen_extract_operand + PARAMS ((CGEN_CPU_DESC, int, CGEN_EXTRACT_INFO *, CGEN_INSN_INT, + CGEN_FIELDS *, bfd_vma)); + +/* Main entry point for operand extraction. + The result is <= 0 for error, >0 for success. + ??? Actual values aren't well defined right now. + + This function is basically just a big switch statement. Earlier versions + used tables to look up the function to use, but + - if the table contains both assembler and disassembler functions then + the disassembler contains much of the assembler and vice-versa, + - there's a lot of inlining possibilities as things grow, + - using a switch statement avoids the function call overhead. + + This function could be moved into `print_insn_normal', but keeping it + separate makes clear the interface between `print_insn_normal' and each of + the handlers. */ + +int +ip2k_cgen_extract_operand (cd, opindex, ex_info, insn_value, fields, pc) + CGEN_CPU_DESC cd; + int opindex; + CGEN_EXTRACT_INFO *ex_info; + CGEN_INSN_INT insn_value; + CGEN_FIELDS * fields; + bfd_vma pc; +{ + /* Assume success (for those operands that are nops). */ + int length = 1; + unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + length = extract_normal (cd, ex_info, insn_value, 0|(1<f_addr16cjp); + break; + case IP2K_OPERAND_ADDR16H : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); + break; + case IP2K_OPERAND_ADDR16L : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); + break; + case IP2K_OPERAND_ADDR16P : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 2, 3, 16, total_length, pc, & fields->f_page3); + break; + case IP2K_OPERAND_BITNO : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 11, 3, 16, total_length, pc, & fields->f_bitno); + break; + case IP2K_OPERAND_CBIT : + break; + case IP2K_OPERAND_DCBIT : + break; + case IP2K_OPERAND_FR : + length = extract_normal (cd, ex_info, insn_value, 0|(1<f_reg); + break; + case IP2K_OPERAND_LIT8 : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); + break; + case IP2K_OPERAND_PABITS : + break; + case IP2K_OPERAND_RETI3 : + length = extract_normal (cd, ex_info, insn_value, 0, 0, 2, 3, 16, total_length, pc, & fields->f_reti3); + break; + case IP2K_OPERAND_ZBIT : + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while decoding insn.\n"), + opindex); + abort (); + } + + return length; +} + +cgen_insert_fn * const ip2k_cgen_insert_handlers[] = +{ + insert_insn_normal, +}; + +cgen_extract_fn * const ip2k_cgen_extract_handlers[] = +{ + extract_insn_normal, +}; + +int ip2k_cgen_get_int_operand + PARAMS ((CGEN_CPU_DESC, int, const CGEN_FIELDS *)); +bfd_vma ip2k_cgen_get_vma_operand + PARAMS ((CGEN_CPU_DESC, int, const CGEN_FIELDS *)); + +/* Getting values from cgen_fields is handled by a collection of functions. + They are distinguished by the type of the VALUE argument they return. + TODO: floating point, inlining support, remove cases where result type + not appropriate. */ + +int +ip2k_cgen_get_int_operand (cd, opindex, fields) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + int opindex; + const CGEN_FIELDS * fields; +{ + int value; + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + value = fields->f_addr16cjp; + break; + case IP2K_OPERAND_ADDR16H : + value = fields->f_imm8; + break; + case IP2K_OPERAND_ADDR16L : + value = fields->f_imm8; + break; + case IP2K_OPERAND_ADDR16P : + value = fields->f_page3; + break; + case IP2K_OPERAND_BITNO : + value = fields->f_bitno; + break; + case IP2K_OPERAND_CBIT : + value = 0; + break; + case IP2K_OPERAND_DCBIT : + value = 0; + break; + case IP2K_OPERAND_FR : + value = fields->f_reg; + break; + case IP2K_OPERAND_LIT8 : + value = fields->f_imm8; + break; + case IP2K_OPERAND_PABITS : + value = 0; + break; + case IP2K_OPERAND_RETI3 : + value = fields->f_reti3; + break; + case IP2K_OPERAND_ZBIT : + value = 0; + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while getting int operand.\n"), + opindex); + abort (); + } + + return value; +} + +bfd_vma +ip2k_cgen_get_vma_operand (cd, opindex, fields) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + int opindex; + const CGEN_FIELDS * fields; +{ + bfd_vma value; + + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + value = fields->f_addr16cjp; + break; + case IP2K_OPERAND_ADDR16H : + value = fields->f_imm8; + break; + case IP2K_OPERAND_ADDR16L : + value = fields->f_imm8; + break; + case IP2K_OPERAND_ADDR16P : + value = fields->f_page3; + break; + case IP2K_OPERAND_BITNO : + value = fields->f_bitno; + break; + case IP2K_OPERAND_CBIT : + value = 0; + break; + case IP2K_OPERAND_DCBIT : + value = 0; + break; + case IP2K_OPERAND_FR : + value = fields->f_reg; + break; + case IP2K_OPERAND_LIT8 : + value = fields->f_imm8; + break; + case IP2K_OPERAND_PABITS : + value = 0; + break; + case IP2K_OPERAND_RETI3 : + value = fields->f_reti3; + break; + case IP2K_OPERAND_ZBIT : + value = 0; + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while getting vma operand.\n"), + opindex); + abort (); + } + + return value; +} + +void ip2k_cgen_set_int_operand + PARAMS ((CGEN_CPU_DESC, int, CGEN_FIELDS *, int)); +void ip2k_cgen_set_vma_operand + PARAMS ((CGEN_CPU_DESC, int, CGEN_FIELDS *, bfd_vma)); + +/* Stuffing values in cgen_fields is handled by a collection of functions. + They are distinguished by the type of the VALUE argument they accept. + TODO: floating point, inlining support, remove cases where argument type + not appropriate. */ + +void +ip2k_cgen_set_int_operand (cd, opindex, fields, value) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + int opindex; + CGEN_FIELDS * fields; + int value; +{ + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + fields->f_addr16cjp = value; + break; + case IP2K_OPERAND_ADDR16H : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_ADDR16L : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_ADDR16P : + fields->f_page3 = value; + break; + case IP2K_OPERAND_BITNO : + fields->f_bitno = value; + break; + case IP2K_OPERAND_CBIT : + break; + case IP2K_OPERAND_DCBIT : + break; + case IP2K_OPERAND_FR : + fields->f_reg = value; + break; + case IP2K_OPERAND_LIT8 : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_PABITS : + break; + case IP2K_OPERAND_RETI3 : + fields->f_reti3 = value; + break; + case IP2K_OPERAND_ZBIT : + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while setting int operand.\n"), + opindex); + abort (); + } +} + +void +ip2k_cgen_set_vma_operand (cd, opindex, fields, value) + CGEN_CPU_DESC cd ATTRIBUTE_UNUSED; + int opindex; + CGEN_FIELDS * fields; + bfd_vma value; +{ + switch (opindex) + { + case IP2K_OPERAND_ADDR16CJP : + fields->f_addr16cjp = value; + break; + case IP2K_OPERAND_ADDR16H : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_ADDR16L : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_ADDR16P : + fields->f_page3 = value; + break; + case IP2K_OPERAND_BITNO : + fields->f_bitno = value; + break; + case IP2K_OPERAND_CBIT : + break; + case IP2K_OPERAND_DCBIT : + break; + case IP2K_OPERAND_FR : + fields->f_reg = value; + break; + case IP2K_OPERAND_LIT8 : + fields->f_imm8 = value; + break; + case IP2K_OPERAND_PABITS : + break; + case IP2K_OPERAND_RETI3 : + fields->f_reti3 = value; + break; + case IP2K_OPERAND_ZBIT : + break; + + default : + /* xgettext:c-format */ + fprintf (stderr, _("Unrecognized field %d while setting vma operand.\n"), + opindex); + abort (); + } +} + +/* Function to call before using the instruction builder tables. */ + +void +ip2k_cgen_init_ibld_table (cd) + CGEN_CPU_DESC cd; +{ + cd->insert_handlers = & ip2k_cgen_insert_handlers[0]; + cd->extract_handlers = & ip2k_cgen_extract_handlers[0]; + + cd->insert_operand = ip2k_cgen_insert_operand; + cd->extract_operand = ip2k_cgen_extract_operand; + + cd->get_int_operand = ip2k_cgen_get_int_operand; + cd->set_int_operand = ip2k_cgen_set_int_operand; + cd->get_vma_operand = ip2k_cgen_get_vma_operand; + cd->set_vma_operand = ip2k_cgen_set_vma_operand; +} diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-opc.c binutils-2.13.90.0.2/opcodes/ip2k-opc.c --- binutils-2.12.90.0.15/opcodes/ip2k-opc.c Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-opc.c Mon Jul 29 08:19:19 2002 @@ -0,0 +1,914 @@ +/* Instruction opcode table for ip2k. + +THIS FILE IS MACHINE GENERATED WITH CGEN. + +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and/or GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +#include "sysdep.h" +#include "ansidecl.h" +#include "bfd.h" +#include "symcat.h" +#include "ip2k-desc.h" +#include "ip2k-opc.h" +#include "libiberty.h" + +/* -- opc.c */ + +/* A better hash function for instruction mnemonics. */ +unsigned int +ip2k_asm_hash (insn) + const char* insn; +{ + unsigned int hash; + const char* m = insn; + + for (hash = 0; *m && !isspace(*m); m++) + hash = (hash * 23) ^ (0x1F & tolower(*m)); + + /* printf ("%s %d\n", insn, (hash % CGEN_ASM_HASH_SIZE)); */ + + return hash % CGEN_ASM_HASH_SIZE; +} + + + + +/* -- asm.c */ +/* The hash functions are recorded here to help keep assembler code out of + the disassembler and vice versa. */ + +static int asm_hash_insn_p PARAMS ((const CGEN_INSN *)); +static unsigned int asm_hash_insn PARAMS ((const char *)); +static int dis_hash_insn_p PARAMS ((const CGEN_INSN *)); +static unsigned int dis_hash_insn PARAMS ((const char *, CGEN_INSN_INT)); + +/* Instruction formats. */ + +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define F(f) & ip2k_cgen_ifld_table[IP2K_##f] +#else +#define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f] +#endif +static const CGEN_IFMT ifmt_empty = { + 0, 0, 0x0, { { 0 } } +}; + +static const CGEN_IFMT ifmt_jmp = { + 16, 16, 0xe000, { { F (F_OP3) }, { F (F_ADDR16CJP) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_sb = { + 16, 16, 0xf000, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_xorw_l = { + 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_loadl_a = { + 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_loadh_a = { + 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_addcfr_w = { + 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_speed = { + 16, 16, 0xff00, { { F (F_OP8) }, { F (F_IMM8) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_ireadi = { + 16, 16, 0xffff, { { F (F_OP6) }, { F (F_OP6_10LOW) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_page = { + 16, 16, 0xfff8, { { F (F_OP6) }, { F (F_OP6_7LOW) }, { F (F_PAGE3) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_reti = { + 16, 16, 0xfff8, { { F (F_OP6) }, { F (F_OP6_7LOW) }, { F (F_RETI3) }, { 0 } } +}; + +#undef F + +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define A(a) (1 << CGEN_INSN_##a) +#else +#define A(a) (1 << CGEN_INSN_/**/a) +#endif +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define OPERAND(op) IP2K_OPERAND_##op +#else +#define OPERAND(op) IP2K_OPERAND_/**/op +#endif +#define MNEM CGEN_SYNTAX_MNEMONIC /* syntax value for mnemonic */ +#define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field)) + +/* The instruction table. */ + +static const CGEN_OPCODE ip2k_cgen_insn_opcode_table[MAX_INSNS] = +{ + /* Special null first entry. + A `num' value of zero is thus invalid. + Also, the special `invalid' insn resides here. */ + { { 0, 0, 0, 0 }, {{0}}, 0, {0}}, +/* jmp $addr16cjp */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (ADDR16CJP), 0 } }, + & ifmt_jmp, { 0xe000 } + }, +/* call $addr16cjp */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (ADDR16CJP), 0 } }, + & ifmt_jmp, { 0xc000 } + }, +/* sb $fr,$bitno */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } }, + & ifmt_sb, { 0xb000 } + }, +/* snb $fr,$bitno */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } }, + & ifmt_sb, { 0xa000 } + }, +/* setb $fr,$bitno */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } }, + & ifmt_sb, { 0x9000 } + }, +/* clrb $fr,$bitno */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } }, + & ifmt_sb, { 0x8000 } + }, +/* xor W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7f00 } + }, +/* and W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7e00 } + }, +/* or W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7d00 } + }, +/* add W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7b00 } + }, +/* sub W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7a00 } + }, +/* cmp W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7900 } + }, +/* retw #$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7800 } + }, +/* cse W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7700 } + }, +/* csne W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7600 } + }, +/* push #$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7400 } + }, +/* muls W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7300 } + }, +/* mulu W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7200 } + }, +/* loadl #$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7100 } + }, +/* loadh #$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7000 } + }, +/* loadl $addr16l */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (ADDR16L), 0 } }, + & ifmt_loadl_a, { 0x7100 } + }, +/* loadh $addr16h */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (ADDR16H), 0 } }, + & ifmt_loadh_a, { 0x7000 } + }, +/* addc $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x5e00 } + }, +/* addc W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x5c00 } + }, +/* incsnz $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x5a00 } + }, +/* incsnz W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x5800 } + }, +/* muls W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x5400 } + }, +/* mulu W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x5000 } + }, +/* decsnz $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4e00 } + }, +/* decsnz W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4c00 } + }, +/* subc W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4800 } + }, +/* subc $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x4a00 } + }, +/* pop $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4600 } + }, +/* push $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4400 } + }, +/* cse W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4200 } + }, +/* csne W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x4000 } + }, +/* incsz $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3e00 } + }, +/* incsz W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3c00 } + }, +/* swap $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3a00 } + }, +/* swap W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3800 } + }, +/* rl $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3600 } + }, +/* rl W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3400 } + }, +/* rr $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3200 } + }, +/* rr W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x3000 } + }, +/* decsz $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2e00 } + }, +/* decsz W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2c00 } + }, +/* inc $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2a00 } + }, +/* inc W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2800 } + }, +/* not $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2600 } + }, +/* not W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2400 } + }, +/* test $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2200 } + }, +/* mov W,#$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } }, + & ifmt_xorw_l, { 0x7c00 } + }, +/* mov $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x200 } + }, +/* mov W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x2000 } + }, +/* add $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x1e00 } + }, +/* add W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x1c00 } + }, +/* xor $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x1a00 } + }, +/* xor W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x1800 } + }, +/* and $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x1600 } + }, +/* and W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x1400 } + }, +/* or $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0x1200 } + }, +/* or W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x1000 } + }, +/* dec $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0xe00 } + }, +/* dec W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0xc00 } + }, +/* sub $fr,W */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), ',', 'W', 0 } }, + & ifmt_addcfr_w, { 0xa00 } + }, +/* sub W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x800 } + }, +/* clr $fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x600 } + }, +/* cmp W,$fr */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', 'W', ',', OP (FR), 0 } }, + & ifmt_addcfr_w, { 0x400 } + }, +/* speed #$lit8 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (LIT8), 0 } }, + & ifmt_speed, { 0x100 } + }, +/* ireadi */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x1d } + }, +/* iwritei */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x1c } + }, +/* fread */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x1b } + }, +/* fwrite */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x1a } + }, +/* iread */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x19 } + }, +/* iwrite */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x18 } + }, +/* page $addr16p */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', OP (ADDR16P), 0 } }, + & ifmt_page, { 0x10 } + }, +/* system */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0xff } + }, +/* reti #$reti3 */ + { + { 0, 0, 0, 0 }, + { { MNEM, ' ', '#', OP (RETI3), 0 } }, + & ifmt_reti, { 0x8 } + }, +/* ret */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x7 } + }, +/* int */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x6 } + }, +/* breakx */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x5 } + }, +/* cwdt */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x4 } + }, +/* ferase */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x3 } + }, +/* retnp */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x2 } + }, +/* break */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x1 } + }, +/* nop */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_ireadi, { 0x0 } + }, +}; + +#undef A +#undef OPERAND +#undef MNEM +#undef OP + +/* Formats for ALIAS macro-insns. */ + +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define F(f) & ip2k_cgen_ifld_table[IP2K_##f] +#else +#define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f] +#endif +static const CGEN_IFMT ifmt_sc = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_snc = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_sz = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_snz = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_skip = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +static const CGEN_IFMT ifmt_skipb = { + 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } } +}; + +#undef F + +/* Each non-simple macro entry points to an array of expansion possibilities. */ + +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define A(a) (1 << CGEN_INSN_##a) +#else +#define A(a) (1 << CGEN_INSN_/**/a) +#endif +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define OPERAND(op) IP2K_OPERAND_##op +#else +#define OPERAND(op) IP2K_OPERAND_/**/op +#endif +#define MNEM CGEN_SYNTAX_MNEMONIC /* syntax value for mnemonic */ +#define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field)) + +/* The macro instruction table. */ + +static const CGEN_IBASE ip2k_cgen_macro_insn_table[] = +{ +/* sc */ + { + -1, "sc", "sc", 16, + { 0|A(ALIAS), { (1<macro_insn_table.init_entries = insns; + cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE); + cd->macro_insn_table.num_init_entries = num_macros; + + oc = & ip2k_cgen_insn_opcode_table[0]; + insns = (CGEN_INSN *) cd->insn_table.init_entries; + for (i = 0; i < MAX_INSNS; ++i) + { + insns[i].opcode = &oc[i]; + ip2k_cgen_build_insn_regex (& insns[i]); + } + + cd->sizeof_fields = sizeof (CGEN_FIELDS); + cd->set_fields_bitsize = set_fields_bitsize; + + cd->asm_hash_p = asm_hash_insn_p; + cd->asm_hash = asm_hash_insn; + cd->asm_hash_size = CGEN_ASM_HASH_SIZE; + + cd->dis_hash_p = dis_hash_insn_p; + cd->dis_hash = dis_hash_insn; + cd->dis_hash_size = CGEN_DIS_HASH_SIZE; +} diff -uprN binutils-2.12.90.0.15/opcodes/ip2k-opc.h binutils-2.13.90.0.2/opcodes/ip2k-opc.h --- binutils-2.12.90.0.15/opcodes/ip2k-opc.h Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/ip2k-opc.h Mon Jul 29 08:19:19 2002 @@ -0,0 +1,133 @@ +/* Instruction opcode header for ip2k. + +THIS FILE IS MACHINE GENERATED WITH CGEN. + +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and/or GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +#ifndef IP2K_OPC_H +#define IP2K_OPC_H + +/* -- opc.h */ + +/* Check applicability of instructions against machines. */ +#define CGEN_VALIDATE_INSN_SUPPORTED + +/* Allows reason codes to be output when assembler errors occur. */ +#define CGEN_VERBOSE_ASSEMBLER_ERRORS + +/* Override disassembly hashing - there are variable bits in the top + byte of these instructions. */ +#define CGEN_DIS_HASH_SIZE 8 +#define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 5) % CGEN_DIS_HASH_SIZE) + +#define CGEN_ASM_HASH_SIZE 127 +#define CGEN_ASM_HASH(insn) ip2k_asm_hash(insn) + +extern unsigned int ip2k_asm_hash (const char *insn); + + +/* Special check to ensure that instruction exists for given machine. */ +static int +ip2k_cgen_insn_supported (cd, insn) + CGEN_CPU_DESC cd; + CGEN_INSN *insn; +{ + int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); + + /* No mach attribute? Assume it's supported for all machs. */ + if (machs == 0) + return 1; + + return ((machs & cd->machs) != 0); +} + + +/* -- opc.c */ +/* Enum declaration for ip2k instruction types. */ +typedef enum cgen_insn_type { + IP2K_INSN_INVALID, IP2K_INSN_JMP, IP2K_INSN_CALL, IP2K_INSN_SB + , IP2K_INSN_SNB, IP2K_INSN_SETB, IP2K_INSN_CLRB, IP2K_INSN_XORW_L + , IP2K_INSN_ANDW_L, IP2K_INSN_ORW_L, IP2K_INSN_ADDW_L, IP2K_INSN_SUBW_L + , IP2K_INSN_CMPW_L, IP2K_INSN_RETW_L, IP2K_INSN_CSEW_L, IP2K_INSN_CSNEW_L + , IP2K_INSN_PUSH_L, IP2K_INSN_MULSW_L, IP2K_INSN_MULUW_L, IP2K_INSN_LOADL_L + , IP2K_INSN_LOADH_L, IP2K_INSN_LOADL_A, IP2K_INSN_LOADH_A, IP2K_INSN_ADDCFR_W + , IP2K_INSN_ADDCW_FR, IP2K_INSN_INCSNZ_FR, IP2K_INSN_INCSNZW_FR, IP2K_INSN_MULSW_FR + , IP2K_INSN_MULUW_FR, IP2K_INSN_DECSNZ_FR, IP2K_INSN_DECSNZW_FR, IP2K_INSN_SUBCW_FR + , IP2K_INSN_SUBCFR_W, IP2K_INSN_POP_FR, IP2K_INSN_PUSH_FR, IP2K_INSN_CSEW_FR + , IP2K_INSN_CSNEW_FR, IP2K_INSN_INCSZ_FR, IP2K_INSN_INCSZW_FR, IP2K_INSN_SWAP_FR + , IP2K_INSN_SWAPW_FR, IP2K_INSN_RL_FR, IP2K_INSN_RLW_FR, IP2K_INSN_RR_FR + , IP2K_INSN_RRW_FR, IP2K_INSN_DECSZ_FR, IP2K_INSN_DECSZW_FR, IP2K_INSN_INC_FR + , IP2K_INSN_INCW_FR, IP2K_INSN_NOT_FR, IP2K_INSN_NOTW_FR, IP2K_INSN_TEST_FR + , IP2K_INSN_MOVW_L, IP2K_INSN_MOVFR_W, IP2K_INSN_MOVW_FR, IP2K_INSN_ADDFR_W + , IP2K_INSN_ADDW_FR, IP2K_INSN_XORFR_W, IP2K_INSN_XORW_FR, IP2K_INSN_ANDFR_W + , IP2K_INSN_ANDW_FR, IP2K_INSN_ORFR_W, IP2K_INSN_ORW_FR, IP2K_INSN_DEC_FR + , IP2K_INSN_DECW_FR, IP2K_INSN_SUBFR_W, IP2K_INSN_SUBW_FR, IP2K_INSN_CLR_FR + , IP2K_INSN_CMPW_FR, IP2K_INSN_SPEED, IP2K_INSN_IREADI, IP2K_INSN_IWRITEI + , IP2K_INSN_FREAD, IP2K_INSN_FWRITE, IP2K_INSN_IREAD, IP2K_INSN_IWRITE + , IP2K_INSN_PAGE, IP2K_INSN_SYSTEM, IP2K_INSN_RETI, IP2K_INSN_RET + , IP2K_INSN_INT, IP2K_INSN_BREAKX, IP2K_INSN_CWDT, IP2K_INSN_FERASE + , IP2K_INSN_RETNP, IP2K_INSN_BREAK, IP2K_INSN_NOP +} CGEN_INSN_TYPE; + +/* Index of `invalid' insn place holder. */ +#define CGEN_INSN_INVALID IP2K_INSN_INVALID + +/* Total number of insns in table. */ +#define MAX_INSNS ((int) IP2K_INSN_NOP + 1) + +/* This struct records data prior to insertion or after extraction. */ +struct cgen_fields +{ + int length; + long f_nil; + long f_anyof; + long f_imm8; + long f_reg; + long f_addr16cjp; + long f_dir; + long f_bitno; + long f_op3; + long f_op4; + long f_op4mid; + long f_op6; + long f_op8; + long f_op6_10low; + long f_op6_7low; + long f_reti3; + long f_skipb; + long f_page3; +}; + +#define CGEN_INIT_PARSE(od) \ +{\ +} +#define CGEN_INIT_INSERT(od) \ +{\ +} +#define CGEN_INIT_EXTRACT(od) \ +{\ +} +#define CGEN_INIT_PRINT(od) \ +{\ +} + + +#endif /* IP2K_OPC_H */ diff -uprN binutils-2.12.90.0.15/opcodes/po/POTFILES.in binutils-2.13.90.0.2/opcodes/po/POTFILES.in --- binutils-2.12.90.0.15/opcodes/po/POTFILES.in Tue Jun 18 21:41:59 2002 +++ binutils-2.13.90.0.2/opcodes/po/POTFILES.in Mon Jul 29 08:19:19 2002 @@ -54,6 +54,13 @@ ia64-opc-i.c ia64-opc-m.c ia64-opc.c ia64-opc.h +ip2k-asm.c +ip2k-desc.c +ip2k-desc.h +ip2k-dis.c +ip2k-ibld.c +ip2k-opc.c +ip2k-opc.h m10200-dis.c m10200-opc.c m10300-dis.c diff -uprN binutils-2.12.90.0.15/opcodes/po/es.po binutils-2.13.90.0.2/opcodes/po/es.po --- binutils-2.12.90.0.15/opcodes/po/es.po Sun Feb 3 11:22:33 2002 +++ binutils-2.13.90.0.2/opcodes/po/es.po Mon Jul 29 08:19:19 2002 @@ -1,12 +1,12 @@ -# Mensajes en español para opcodes-2.12-pre020121 +# Mensajes en español para opcodes-2.12.91 # Copyright (C) 2002 Free Software Foundation, Inc. # Cristian Othón Martínez Vera , 2002. # msgid "" msgstr "" -"Project-Id-Version: opcodes 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-01-24 08:55-0600\n" +"Project-Id-Version: opcodes 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 02:03-0500\n" "Last-Translator: Cristian Othón Martínez Vera \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" @@ -25,21 +25,21 @@ msgstr "pista de salto sin alinear" msgid "Illegal limm reference in last instruction!\n" msgstr "¡Referencia limm ilegal en la última instrucción!\n" -#: arm-dis.c:509 +#: arm-dis.c:507 msgid "" msgstr "" -#: arm-dis.c:1019 +#: arm-dis.c:1010 #, c-format msgid "Unrecognised register name set: %s\n" msgstr "Conjunto de nombres de registro no reconocido: %s\n" -#: arm-dis.c:1026 +#: arm-dis.c:1017 #, c-format msgid "Unrecognised disassembler option: %s\n" msgstr "Opción de desensamblador no reconocida: %s\n" -#: arm-dis.c:1198 +#: arm-dis.c:1191 msgid "" "\n" "The following ARM specific disassembler options are supported for use with\n" @@ -62,7 +62,8 @@ msgstr "Error interno del desensamblador msgid "unknown constraint `%c'" msgstr "restricción `%c' desconocida" -#: cgen-asm.c:346 fr30-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 +#: cgen-asm.c:346 fr30-ibld.c:195 frv-ibld.c:195 m32r-ibld.c:195 +#: openrisc-ibld.c:195 xstormy16-ibld.c:195 #, c-format msgid "operand out of range (%ld not between %ld and %ld)" msgstr "operando fuera de rango (%ld no está entre %ld y %ld)" @@ -88,106 +89,126 @@ msgstr "Error desconocido %d\n" msgid "Address 0x%x is out of bounds.\n" msgstr "La dirección 0x%x está fuera de los límites.\n" -#: fr30-asm.c:324 m32r-asm.c:326 openrisc-asm.c:245 +#: fr30-asm.c:323 frv-asm.c:595 m32r-asm.c:325 openrisc-asm.c:244 +#: xstormy16-asm.c:231 #, c-format msgid "Unrecognized field %d while parsing.\n" msgstr "No se reconoció el campo %d durante la decodificación.\n" -#: fr30-asm.c:374 m32r-asm.c:376 openrisc-asm.c:295 +#: fr30-asm.c:373 frv-asm.c:645 m32r-asm.c:375 openrisc-asm.c:294 +#: xstormy16-asm.c:281 msgid "missing mnemonic in syntax string" msgstr "falta el mnemónico en la cadena sintáctica" #. We couldn't parse it. -#: fr30-asm.c:510 fr30-asm.c:514 fr30-asm.c:601 fr30-asm.c:703 m32r-asm.c:512 -#: m32r-asm.c:516 m32r-asm.c:603 m32r-asm.c:705 openrisc-asm.c:431 -#: openrisc-asm.c:435 openrisc-asm.c:522 openrisc-asm.c:624 +#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:781 +#: frv-asm.c:785 frv-asm.c:872 frv-asm.c:974 m32r-asm.c:511 m32r-asm.c:515 +#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 +#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 +#: xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 msgid "unrecognized instruction" msgstr "instrucción no reconocida" -#: fr30-asm.c:557 m32r-asm.c:559 openrisc-asm.c:478 +#: fr30-asm.c:556 frv-asm.c:828 m32r-asm.c:558 openrisc-asm.c:477 +#: xstormy16-asm.c:464 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "error sintáctico (se esperaba el carácter `%c', se encontró `%c')" -#: fr30-asm.c:567 m32r-asm.c:569 openrisc-asm.c:488 +#: fr30-asm.c:566 frv-asm.c:838 m32r-asm.c:568 openrisc-asm.c:487 +#: xstormy16-asm.c:474 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "error sintáctico (se esperaba el carácter `%c', se encontró el final de la instrucción)" -#: fr30-asm.c:595 m32r-asm.c:597 openrisc-asm.c:516 +#: fr30-asm.c:594 frv-asm.c:866 m32r-asm.c:596 openrisc-asm.c:515 +#: xstormy16-asm.c:502 msgid "junk at end of line" msgstr "basura al final de la línea" -#: fr30-asm.c:702 m32r-asm.c:704 openrisc-asm.c:623 +#: fr30-asm.c:701 frv-asm.c:973 m32r-asm.c:703 openrisc-asm.c:622 +#: xstormy16-asm.c:609 msgid "unrecognized form of instruction" msgstr "forma de instrucción no reconocida" -#: fr30-asm.c:714 m32r-asm.c:716 openrisc-asm.c:635 +#: fr30-asm.c:713 frv-asm.c:985 m32r-asm.c:715 openrisc-asm.c:634 +#: xstormy16-asm.c:621 #, c-format msgid "bad instruction `%.50s...'" msgstr "instrucción errónea `%.50s...'" -#: fr30-asm.c:717 m32r-asm.c:719 openrisc-asm.c:638 +#: fr30-asm.c:716 frv-asm.c:988 m32r-asm.c:718 openrisc-asm.c:637 +#: xstormy16-asm.c:624 #, c-format msgid "bad instruction `%.50s'" msgstr "instrucción errónea `%.50s'" #. Default text to print if an instruction isn't recognized. -#: fr30-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: fr30-dis.c:39 frv-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: xstormy16-dis.c:39 msgid "*unknown*" msgstr "*desconocida*" -#: fr30-dis.c:319 m32r-dis.c:250 openrisc-dis.c:137 +#: fr30-dis.c:318 frv-dis.c:360 m32r-dis.c:249 openrisc-dis.c:136 +#: xstormy16-dis.c:169 #, c-format msgid "Unrecognized field %d while printing insn.\n" msgstr "No se reconoció el campo %d al mostrar insn.\n" -#: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: fr30-ibld.c:166 frv-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: xstormy16-ibld.c:166 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "operando fuera de rango (%ld no está entre %ld y %lu)" -#: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: fr30-ibld.c:179 frv-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: xstormy16-ibld.c:179 #, c-format msgid "operand out of range (%lu not between 0 and %lu)" msgstr "operando fuera de rango (%lu no está entre 0 y %lu)" -#: fr30-ibld.c:731 m32r-ibld.c:660 openrisc-ibld.c:634 +#: fr30-ibld.c:730 frv-ibld.c:820 m32r-ibld.c:659 openrisc-ibld.c:633 +#: xstormy16-ibld.c:678 #, c-format msgid "Unrecognized field %d while building insn.\n" msgstr "No se reconoció el campo %d al construir insn.\n" -#: fr30-ibld.c:939 m32r-ibld.c:794 openrisc-ibld.c:737 +#: fr30-ibld.c:937 frv-ibld.c:1103 m32r-ibld.c:792 openrisc-ibld.c:735 +#: xstormy16-ibld.c:826 #, c-format msgid "Unrecognized field %d while decoding insn.\n" msgstr "No se reconoció el campo %d al decodificar insn.\n" -#: fr30-ibld.c:1088 m32r-ibld.c:904 openrisc-ibld.c:817 +#: fr30-ibld.c:1086 frv-ibld.c:1348 m32r-ibld.c:902 openrisc-ibld.c:815 +#: xstormy16-ibld.c:939 #, c-format msgid "Unrecognized field %d while getting int operand.\n" msgstr "No se reconoció el campo %d al obtener el operando int.\n" -#: fr30-ibld.c:1217 m32r-ibld.c:994 openrisc-ibld.c:877 +#: fr30-ibld.c:1215 frv-ibld.c:1573 m32r-ibld.c:992 openrisc-ibld.c:875 +#: xstormy16-ibld.c:1032 #, c-format msgid "Unrecognized field %d while getting vma operand.\n" msgstr "No se reconoció el campo %d al obtener el operando vma.\n" -#: fr30-ibld.c:1351 m32r-ibld.c:1092 openrisc-ibld.c:946 +#: fr30-ibld.c:1349 frv-ibld.c:1807 m32r-ibld.c:1090 openrisc-ibld.c:944 +#: xstormy16-ibld.c:1134 #, c-format msgid "Unrecognized field %d while setting int operand.\n" msgstr "No se reconoció el campo %d al establecer el operando int.\n" -#: fr30-ibld.c:1473 m32r-ibld.c:1178 openrisc-ibld.c:1003 +#: fr30-ibld.c:1471 frv-ibld.c:2029 m32r-ibld.c:1176 openrisc-ibld.c:1001 +#: xstormy16-ibld.c:1224 #, c-format msgid "Unrecognized field %d while setting vma operand.\n" msgstr "No se reconoció el campo %d al establecer el operando vma.\n" -#: h8300-dis.c:384 +#: h8300-dis.c:385 #, c-format msgid "Hmmmm %x" msgstr "Hmmmm %x" -#: h8300-dis.c:395 +#: h8300-dis.c:396 #, c-format msgid "Don't understand %x \n" msgstr "No se entiende %x \n" @@ -237,12 +258,12 @@ msgstr "" msgid "# " msgstr "# " -#: mips-dis.c:290 +#: mips-dis.c:337 #, c-format msgid "# internal error, undefined modifier(%c)" msgstr "# error interno, modificador(%c) sin definir" -#: mips-dis.c:1154 +#: mips-dis.c:1209 #, c-format msgid "# internal disassembler error, unrecognised modifier (%c)" msgstr "# error interno del desensamblador, modificador (%c) no reconocido" @@ -276,62 +297,62 @@ msgstr "*tipo de operandos operandos des msgid "$" msgstr "$" -#: ppc-opc.c:765 ppc-opc.c:798 +#: ppc-opc.c:777 ppc-opc.c:810 msgid "invalid conditional option" msgstr "opción condicional inválida" -#: ppc-opc.c:800 +#: ppc-opc.c:812 msgid "attempt to set y bit when using + or - modifier" msgstr "intento de establecer el bit y cuando se usaba el modificador + ó -" -#: ppc-opc.c:832 ppc-opc.c:884 +#: ppc-opc.c:844 ppc-opc.c:896 msgid "offset not a multiple of 4" msgstr "el desplazamiento no es un múltiplo de 4" -#: ppc-opc.c:857 +#: ppc-opc.c:869 msgid "offset not between -2048 and 2047" msgstr "el desplazamiento no está entre -2048 y 2047" -#: ppc-opc.c:882 +#: ppc-opc.c:894 msgid "offset not between -8192 and 8191" msgstr "el desplazamiento no está entre -8192 y 8191" -#: ppc-opc.c:910 +#: ppc-opc.c:922 msgid "ignoring least significant bits in branch offset" msgstr "ignorando los bits menos significativos en el desplazamiento de la rama" -#: ppc-opc.c:944 ppc-opc.c:981 +#: ppc-opc.c:956 ppc-opc.c:993 msgid "illegal bitmask" msgstr "máscara de bits ilegal" -#: ppc-opc.c:1054 +#: ppc-opc.c:1066 msgid "value out of range" msgstr "valor fuera de rango" -#: ppc-opc.c:1130 +#: ppc-opc.c:1142 msgid "index register in load range" msgstr "registro índice en el rango de carga" -#: ppc-opc.c:1146 +#: ppc-opc.c:1158 msgid "invalid register operand when updating" msgstr "operando de registro inválido mientras se actualizaba" #. Mark as non-valid instruction -#: sparc-dis.c:749 +#: sparc-dis.c:750 msgid "unknown" msgstr "desconocida" -#: sparc-dis.c:824 +#: sparc-dis.c:825 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Error interno: sparc-opcode.h erróneo: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:835 +#: sparc-dis.c:836 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Error interno: sparc-opcode.h erróneo: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:884 +#: sparc-dis.c:885 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "Error interno: sparc-opcode.h erróneo: \"%s\" == \"%s\"\n" @@ -395,5 +416,33 @@ msgstr "el valor inmediato no está en ra msgid "immediate value must be even" msgstr "el valor inmediato debe ser par" +#: xstormy16-asm.c:74 +msgid "Bad register in preincrement" +msgstr "Registro erróneo en el preincremento" + +#: xstormy16-asm.c:79 +msgid "Bad register in postincrement" +msgstr "Registro erróneo en el postincremento" + +#: xstormy16-asm.c:81 +msgid "Bad register name" +msgstr "Nombre de registro erróneo" + +#: xstormy16-asm.c:85 +msgid "Label conflicts with register name" +msgstr "La etiqueta tiene conflictos con el nombre de registro" + +#: xstormy16-asm.c:89 +msgid "Label conflicts with `Rx'" +msgstr "La etiqueta tiene conflictos con `Rx'" + +#: xstormy16-asm.c:91 +msgid "Bad immediate expression" +msgstr "Expresión inmediata errónea" + +#: xstormy16-asm.c:120 +msgid "Small operand was not an immediate number" +msgstr "El operando small no era un número inmediato" + #~ msgid "unrecognized keyword/register name" #~ msgstr "nombre clave/de registro no reconocido" diff -uprN binutils-2.12.90.0.15/opcodes/po/fr.po binutils-2.13.90.0.2/opcodes/po/fr.po --- binutils-2.12.90.0.15/opcodes/po/fr.po Fri Mar 22 14:06:16 2002 +++ binutils-2.13.90.0.2/opcodes/po/fr.po Mon Jul 29 08:19:19 2002 @@ -1,12 +1,12 @@ # Messages français pour opcodes. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Michel Robitaille , 1996. +# Copyright © 1996 Free Software Foundation, Inc. +# Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" -"Project-Id-Version: opcodes 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-03-17 20:00-0500\n" +"Project-Id-Version: opcodes 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@ -25,21 +25,21 @@ msgstr "saut indicé non aligné" msgid "Illegal limm reference in last instruction!\n" msgstr "Référence limite illégale dans la dernière instruction!\n" -#: arm-dis.c:509 +#: arm-dis.c:507 msgid "" msgstr "" -#: arm-dis.c:1019 +#: arm-dis.c:1010 #, c-format msgid "Unrecognised register name set: %s\n" msgstr "Nom de jeu de registres inconnu: %s\n" -#: arm-dis.c:1026 +#: arm-dis.c:1017 #, c-format msgid "Unrecognised disassembler option: %s\n" msgstr "Option du désassembleur non reconnue: %s\n" -#: arm-dis.c:1198 +#: arm-dis.c:1191 msgid "" "\n" "The following ARM specific disassembler options are supported for use with\n" @@ -62,7 +62,8 @@ msgstr "Erreur interne du désassembleur" msgid "unknown constraint `%c'" msgstr "contrainte inconnue « %c »" -#: cgen-asm.c:346 fr30-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 +#: cgen-asm.c:346 fr30-ibld.c:195 frv-ibld.c:195 m32r-ibld.c:195 +#: openrisc-ibld.c:195 xstormy16-ibld.c:195 #, c-format msgid "operand out of range (%ld not between %ld and %ld)" msgstr "opérande hors gamme (%ld n'est pas entre %ld et %ld)" @@ -88,105 +89,127 @@ msgstr "Erreur inconnue %d\n" msgid "Address 0x%x is out of bounds.\n" msgstr "Adresse 0x%x est hors gamme.\n" -#: fr30-asm.c:324 m32r-asm.c:326 openrisc-asm.c:245 +#: fr30-asm.c:323 frv-asm.c:595 m32r-asm.c:325 openrisc-asm.c:244 +#: xstormy16-asm.c:231 #, c-format msgid "Unrecognized field %d while parsing.\n" msgstr "Champ non reconnu %d lors de l'analyse.\n" -#: fr30-asm.c:374 m32r-asm.c:376 openrisc-asm.c:295 +#: fr30-asm.c:373 frv-asm.c:645 m32r-asm.c:375 openrisc-asm.c:294 +#: xstormy16-asm.c:281 msgid "missing mnemonic in syntax string" msgstr "mnémonique manquante dans la syntaxe de la chaîne" #. We couldn't parse it. -#: fr30-asm.c:510 fr30-asm.c:514 fr30-asm.c:601 fr30-asm.c:703 m32r-asm.c:512 m32r-asm.c:516 m32r-asm.c:603 m32r-asm.c:705 openrisc-asm.c:431 openrisc-asm.c:435 openrisc-asm.c:522 openrisc-asm.c:624 +#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:781 +#: frv-asm.c:785 frv-asm.c:872 frv-asm.c:974 m32r-asm.c:511 m32r-asm.c:515 +#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 +#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 +#: xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 msgid "unrecognized instruction" msgstr "instruction non reconnue" -#: fr30-asm.c:557 m32r-asm.c:559 openrisc-asm.c:478 +#: fr30-asm.c:556 frv-asm.c:828 m32r-asm.c:558 openrisc-asm.c:477 +#: xstormy16-asm.c:464 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "erreur de syntaxe (caractère « %c » attendu, « %c » obtenu)" -#: fr30-asm.c:567 m32r-asm.c:569 openrisc-asm.c:488 +#: fr30-asm.c:566 frv-asm.c:838 m32r-asm.c:568 openrisc-asm.c:487 +#: xstormy16-asm.c:474 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "erreur de syntaxe (caractère « %c » attendu, fin de l'instruction obtenue)" -#: fr30-asm.c:595 m32r-asm.c:597 openrisc-asm.c:516 +#: fr30-asm.c:594 frv-asm.c:866 m32r-asm.c:596 openrisc-asm.c:515 +#: xstormy16-asm.c:502 msgid "junk at end of line" msgstr "rebut à la fin de la ligne" -#: fr30-asm.c:702 m32r-asm.c:704 openrisc-asm.c:623 +#: fr30-asm.c:701 frv-asm.c:973 m32r-asm.c:703 openrisc-asm.c:622 +#: xstormy16-asm.c:609 msgid "unrecognized form of instruction" msgstr "forme d'instruction non reconnue" -#: fr30-asm.c:714 m32r-asm.c:716 openrisc-asm.c:635 +#: fr30-asm.c:713 frv-asm.c:985 m32r-asm.c:715 openrisc-asm.c:634 +#: xstormy16-asm.c:621 #, c-format msgid "bad instruction `%.50s...'" msgstr "instruction erronée « %.50s... »" -#: fr30-asm.c:717 m32r-asm.c:719 openrisc-asm.c:638 +#: fr30-asm.c:716 frv-asm.c:988 m32r-asm.c:718 openrisc-asm.c:637 +#: xstormy16-asm.c:624 #, c-format msgid "bad instruction `%.50s'" msgstr "instruction erronée « %.50s »" #. Default text to print if an instruction isn't recognized. -#: fr30-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: fr30-dis.c:39 frv-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: xstormy16-dis.c:39 msgid "*unknown*" msgstr "*inconnu*" -#: fr30-dis.c:319 m32r-dis.c:250 openrisc-dis.c:137 +#: fr30-dis.c:318 frv-dis.c:360 m32r-dis.c:249 openrisc-dis.c:136 +#: xstormy16-dis.c:169 #, c-format msgid "Unrecognized field %d while printing insn.\n" msgstr "Champ non reconnu %d lors de l'impression insn.\n" -#: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: fr30-ibld.c:166 frv-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: xstormy16-ibld.c:166 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "opérande hors gamme (%ld n'est pas entre %ld et %lu)" -#: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: fr30-ibld.c:179 frv-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: xstormy16-ibld.c:179 #, c-format msgid "operand out of range (%lu not between 0 and %lu)" msgstr "opérande hors gamme (%lu n'est pas entre 0 et %lu)" -#: fr30-ibld.c:731 m32r-ibld.c:660 openrisc-ibld.c:634 +#: fr30-ibld.c:730 frv-ibld.c:820 m32r-ibld.c:659 openrisc-ibld.c:633 +#: xstormy16-ibld.c:678 #, c-format msgid "Unrecognized field %d while building insn.\n" msgstr "Champ non reconnu %d lors de la construction de insn.\n" -#: fr30-ibld.c:939 m32r-ibld.c:794 openrisc-ibld.c:737 +#: fr30-ibld.c:937 frv-ibld.c:1103 m32r-ibld.c:792 openrisc-ibld.c:735 +#: xstormy16-ibld.c:826 #, c-format msgid "Unrecognized field %d while decoding insn.\n" msgstr "Champ non reconnu %d lors du décodage de insn.\n" -#: fr30-ibld.c:1088 m32r-ibld.c:904 openrisc-ibld.c:817 +#: fr30-ibld.c:1086 frv-ibld.c:1348 m32r-ibld.c:902 openrisc-ibld.c:815 +#: xstormy16-ibld.c:939 #, c-format msgid "Unrecognized field %d while getting int operand.\n" msgstr "Champ non reconnu %d lors de la prise d'une opérande int.\n" -#: fr30-ibld.c:1217 m32r-ibld.c:994 openrisc-ibld.c:877 +#: fr30-ibld.c:1215 frv-ibld.c:1573 m32r-ibld.c:992 openrisc-ibld.c:875 +#: xstormy16-ibld.c:1032 #, c-format msgid "Unrecognized field %d while getting vma operand.\n" msgstr "Champ non reconnu %d lors de la prise d'une opérande vma.\n" -#: fr30-ibld.c:1351 m32r-ibld.c:1092 openrisc-ibld.c:946 +#: fr30-ibld.c:1349 frv-ibld.c:1807 m32r-ibld.c:1090 openrisc-ibld.c:944 +#: xstormy16-ibld.c:1134 #, c-format msgid "Unrecognized field %d while setting int operand.\n" msgstr "Champ non reconnu %d lors de l'initialisation d'une opérande int.\n" -#: fr30-ibld.c:1473 m32r-ibld.c:1178 openrisc-ibld.c:1003 +#: fr30-ibld.c:1471 frv-ibld.c:2029 m32r-ibld.c:1176 openrisc-ibld.c:1001 +#: xstormy16-ibld.c:1224 #, c-format msgid "Unrecognized field %d while setting vma operand.\n" msgstr "Champ non reconnu %d lors de l'initialisation d'une opérande vma.\n" # h8300-dis.c:380Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" -#: h8300-dis.c:384 +#: h8300-dis.c:385 #, c-format msgid "Hmmmm %x" msgstr "Hummm %x" -#: h8300-dis.c:395 +#: h8300-dis.c:396 #, c-format msgid "Don't understand %x \n" msgstr "Ne comprend pas %x \n" @@ -236,12 +259,12 @@ msgstr "" msgid "# " msgstr "# " -#: mips-dis.c:290 +#: mips-dis.c:337 #, c-format msgid "# internal error, undefined modifier(%c)" msgstr "# erreur interne, modificateur non défini(%c)" -#: mips-dis.c:1154 +#: mips-dis.c:1209 #, c-format msgid "# internal disassembler error, unrecognised modifier (%c)" msgstr "# erreur interne du déssassembleur, modificateur non reconnu(%c)" @@ -275,62 +298,62 @@ msgstr "*type d'opérande inconnue: %d*" msgid "$" msgstr "$" -#: ppc-opc.c:765 ppc-opc.c:798 +#: ppc-opc.c:777 ppc-opc.c:810 msgid "invalid conditional option" msgstr "option conditionnelle invalide" -#: ppc-opc.c:800 +#: ppc-opc.c:812 msgid "attempt to set y bit when using + or - modifier" msgstr "tentative d'initialisation du bit y lorsque le modificateur + ou - a été utilisé" -#: ppc-opc.c:832 ppc-opc.c:884 +#: ppc-opc.c:844 ppc-opc.c:896 msgid "offset not a multiple of 4" msgstr "décalage n'est pas un multiple de 4" -#: ppc-opc.c:857 +#: ppc-opc.c:869 msgid "offset not between -2048 and 2047" msgstr "décalage n'est pas entre -2048 et 2047" -#: ppc-opc.c:882 +#: ppc-opc.c:894 msgid "offset not between -8192 and 8191" msgstr "décalage n'est pas entre -8192 et 8191" -#: ppc-opc.c:910 +#: ppc-opc.c:922 msgid "ignoring least significant bits in branch offset" msgstr "Les derniers bits les moins significatifs sont ignorés dans le décalage de branchement" -#: ppc-opc.c:944 ppc-opc.c:981 +#: ppc-opc.c:956 ppc-opc.c:993 msgid "illegal bitmask" msgstr "masque de bits illégal" -#: ppc-opc.c:1054 +#: ppc-opc.c:1066 msgid "value out of range" msgstr "valeur hors gamme" -#: ppc-opc.c:1130 +#: ppc-opc.c:1142 msgid "index register in load range" msgstr "registre index n'est pas dans la plage de chargement" -#: ppc-opc.c:1146 +#: ppc-opc.c:1158 msgid "invalid register operand when updating" msgstr "opérande registre invalide lors de la mise à jour" #. Mark as non-valid instruction -#: sparc-dis.c:749 +#: sparc-dis.c:750 msgid "unknown" msgstr "inconnu" -#: sparc-dis.c:824 +#: sparc-dis.c:825 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Erreur interne: sparc-opcode.h erroné: « %s », %#.8lx, %#.8lx\n" -#: sparc-dis.c:835 +#: sparc-dis.c:836 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Erreur interne: sparc-opcode.h erroné: « %s », %#.8lx, %#.8lx\n" -#: sparc-dis.c:884 +#: sparc-dis.c:885 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "Erreur interne: sparc-opcode.h erroné: « %s » == « %s »\n" @@ -356,31 +379,31 @@ msgstr "La valeur de déplacement est hor #: v850-opc.c:69 msgid "displacement value is out of range" -msgstr "La valeur de déplacement est hors gamme." +msgstr "valeur de déplacement est hors gamme" #: v850-opc.c:70 msgid "displacement value is not aligned" -msgstr "La valeur de déplacement n'est pas alignée." +msgstr "valeur de déplacement n'est pas alignée" #: v850-opc.c:72 msgid "immediate value is out of range" -msgstr "La valeur immédiate est hors gamme." +msgstr "valeur immédiate est hors gamme" #: v850-opc.c:83 msgid "branch value not in range and to odd offset" -msgstr "Valeur de branchement est hors gamme et a un décalage impair." +msgstr "valeur de branchement est hors gamme et a un décalage impair" #: v850-opc.c:85 v850-opc.c:117 msgid "branch value out of range" -msgstr "Valeur de branchement hors gamme." +msgstr "valeur de branchement hors gamme" #: v850-opc.c:88 v850-opc.c:120 msgid "branch to odd offset" -msgstr "Branchement avec un décalage impair." +msgstr "Branchement avec un décalage impair" #: v850-opc.c:115 msgid "branch value not in range and to an odd offset" -msgstr "Valeur de branchement est hors gamme et a un décalage impair" +msgstr "valeur de branchement est hors gamme et a un décalage impair" #: v850-opc.c:346 msgid "invalid register for stack adjustment" @@ -388,11 +411,39 @@ msgstr "registre invalide pour un ajuste #: v850-opc.c:370 msgid "immediate value not in range and not even" -msgstr "La valeur immédiate est hors gamme et est impaire." +msgstr "valeur immédiate est hors gamme et est impaire" #: v850-opc.c:375 msgid "immediate value must be even" -msgstr "La valeur immédiate doit être paire." +msgstr "valeur immédiate doit être paire" + +#: xstormy16-asm.c:74 +msgid "Bad register in preincrement" +msgstr "Registre erroné dans un préincrément" + +#: xstormy16-asm.c:79 +msgid "Bad register in postincrement" +msgstr "Registre erroné dans un postincrément" + +#: xstormy16-asm.c:81 +msgid "Bad register name" +msgstr "Nom erroné de registre" + +#: xstormy16-asm.c:85 +msgid "Label conflicts with register name" +msgstr "Conflits d'étiquette avec le nom de registre" + +#: xstormy16-asm.c:89 +msgid "Label conflicts with `Rx'" +msgstr "Conflit d'étiquette avec « Rx »" + +#: xstormy16-asm.c:91 +msgid "Bad immediate expression" +msgstr "Expression immédiate erronée" + +#: xstormy16-asm.c:120 +msgid "Small operand was not an immediate number" +msgstr "Petite opérande n'était pas un nombre immédiat" #~ msgid "unrecognized keyword/register name" #~ msgstr "nom de mot clé ou de registre non reconnu" diff -uprN binutils-2.12.90.0.15/opcodes/po/id.po binutils-2.13.90.0.2/opcodes/po/id.po --- binutils-2.12.90.0.15/opcodes/po/id.po Thu May 23 15:10:11 2002 +++ binutils-2.13.90.0.2/opcodes/po/id.po Mon Jul 29 08:19:19 2002 @@ -1,12 +1,12 @@ -# opcodes 2.12-pre020121 (Indonesian) +# opcodes 2.12.1 (Indonesian) # Copyright (C) 2002 Free Software Foundation, Inc. # Tedi Heriyanto , 2002. # msgid "" msgstr "" -"Project-Id-Version: opcodes 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-04-02 08:20GMT+0700\n" +"Project-Id-Version: opcodes 2.12.1\n" +"POT-Creation-Date: 2002-02-08 03:24-0200\n" +"PO-Revision-Date: 2002-07-23 12:35GMT+0700\n" "Last-Translator: Tedi Heriyanto \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" @@ -26,21 +26,21 @@ msgstr "petunjuk lompat tidak rata" msgid "Illegal limm reference in last instruction!\n" msgstr "referensi limm ilegal dalam instruksi terakhir!\n" -#: arm-dis.c:509 +#: arm-dis.c:502 msgid "" msgstr "" -#: arm-dis.c:1019 +#: arm-dis.c:1012 #, c-format msgid "Unrecognised register name set: %s\n" msgstr "Set nama register tidak dikenal: %s\n" -#: arm-dis.c:1026 +#: arm-dis.c:1019 #, c-format msgid "Unrecognised disassembler option: %s\n" msgstr "Option disasembler tidak dikenal: %s\n" -#: arm-dis.c:1198 +#: arm-dis.c:1191 msgid "" "\n" "The following ARM specific disassembler options are supported for use with\n" @@ -63,7 +63,7 @@ msgstr "Kesalahan disasembler internal" msgid "unknown constraint `%c'" msgstr "konstrain tidak dikenal `%c'" -#: cgen-asm.c:346 fr30-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 +#: cgen-asm.c:346 fr30-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 xstormy16-ibld.c:195 #, c-format msgid "operand out of range (%ld not between %ld and %ld)" msgstr "operand keluar batas (%ld tidak antara %ld dan %ld)" @@ -89,94 +89,94 @@ msgstr "Kesalahan tidak dikenal %d\n" msgid "Address 0x%x is out of bounds.\n" msgstr "Alamat 0x%x di luar batas.\n" -#: fr30-asm.c:324 m32r-asm.c:326 openrisc-asm.c:245 +#: fr30-asm.c:323 m32r-asm.c:325 openrisc-asm.c:244 xstormy16-asm.c:231 #, c-format msgid "Unrecognized field %d while parsing.\n" msgstr "Field tidak dikenal %d saat parsing.\n" -#: fr30-asm.c:374 m32r-asm.c:376 openrisc-asm.c:295 +#: fr30-asm.c:373 m32r-asm.c:375 openrisc-asm.c:294 xstormy16-asm.c:281 msgid "missing mnemonic in syntax string" msgstr "mnemonik hilang dalam string sintaks" #. We couldn't parse it. -#: fr30-asm.c:510 fr30-asm.c:514 fr30-asm.c:601 fr30-asm.c:703 m32r-asm.c:512 m32r-asm.c:516 m32r-asm.c:603 m32r-asm.c:705 openrisc-asm.c:431 openrisc-asm.c:435 openrisc-asm.c:522 openrisc-asm.c:624 +#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 m32r-asm.c:511 m32r-asm.c:515 m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 msgid "unrecognized instruction" msgstr "instruksti tidak dikenal" -#: fr30-asm.c:557 m32r-asm.c:559 openrisc-asm.c:478 +#: fr30-asm.c:556 m32r-asm.c:558 openrisc-asm.c:477 xstormy16-asm.c:464 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "kesalahan sintaks (diharapkan karakter `%c', ditemukan `%c')" -#: fr30-asm.c:567 m32r-asm.c:569 openrisc-asm.c:488 +#: fr30-asm.c:566 m32r-asm.c:568 openrisc-asm.c:487 xstormy16-asm.c:474 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "kesalahan sintaks (diharapkan karakter `%c', ditemukan akhir instruksi)" -#: fr30-asm.c:595 m32r-asm.c:597 openrisc-asm.c:516 +#: fr30-asm.c:594 m32r-asm.c:596 openrisc-asm.c:515 xstormy16-asm.c:502 msgid "junk at end of line" msgstr "sampah di akhir baris" -#: fr30-asm.c:702 m32r-asm.c:704 openrisc-asm.c:623 +#: fr30-asm.c:701 m32r-asm.c:703 openrisc-asm.c:622 xstormy16-asm.c:609 msgid "unrecognized form of instruction" msgstr "bentuk instruksi tidak dikenal" -#: fr30-asm.c:714 m32r-asm.c:716 openrisc-asm.c:635 +#: fr30-asm.c:713 m32r-asm.c:715 openrisc-asm.c:634 xstormy16-asm.c:621 #, c-format msgid "bad instruction `%.50s...'" msgstr "instruksi buruk `%.50s...'" -#: fr30-asm.c:717 m32r-asm.c:719 openrisc-asm.c:638 +#: fr30-asm.c:716 m32r-asm.c:718 openrisc-asm.c:637 xstormy16-asm.c:624 #, c-format msgid "bad instruction `%.50s'" msgstr "instruksi buruk `%.50s'" #. Default text to print if an instruction isn't recognized. -#: fr30-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: fr30-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 xstormy16-dis.c:39 msgid "*unknown*" msgstr "*tidak dikenal*" -#: fr30-dis.c:319 m32r-dis.c:250 openrisc-dis.c:137 +#: fr30-dis.c:318 m32r-dis.c:249 openrisc-dis.c:136 xstormy16-dis.c:169 #, c-format msgid "Unrecognized field %d while printing insn.\n" msgstr "Field tidak dikenal %d saat mencetak insn.\n" -#: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 xstormy16-ibld.c:166 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "operand di luar batas (%ld tidak antara %ld dan %lu)" -#: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 xstormy16-ibld.c:179 #, c-format msgid "operand out of range (%lu not between 0 and %lu)" msgstr "operand di luar batas (%lu tidak antara 0 dan %lu)" -#: fr30-ibld.c:731 m32r-ibld.c:660 openrisc-ibld.c:634 +#: fr30-ibld.c:730 m32r-ibld.c:659 openrisc-ibld.c:633 xstormy16-ibld.c:678 #, c-format msgid "Unrecognized field %d while building insn.\n" msgstr "Field tidak dikenal %d saat membuild insn.\n" -#: fr30-ibld.c:939 m32r-ibld.c:794 openrisc-ibld.c:737 +#: fr30-ibld.c:937 m32r-ibld.c:792 openrisc-ibld.c:735 xstormy16-ibld.c:826 #, c-format msgid "Unrecognized field %d while decoding insn.\n" msgstr "Field tidak dikenal %d saat mendekode insn.\n" -#: fr30-ibld.c:1088 m32r-ibld.c:904 openrisc-ibld.c:817 +#: fr30-ibld.c:1086 m32r-ibld.c:902 openrisc-ibld.c:815 xstormy16-ibld.c:939 #, c-format msgid "Unrecognized field %d while getting int operand.\n" msgstr "Field tidak dikenal %d saat memperoleh operand int.\n" -#: fr30-ibld.c:1217 m32r-ibld.c:994 openrisc-ibld.c:877 +#: fr30-ibld.c:1215 m32r-ibld.c:992 openrisc-ibld.c:875 xstormy16-ibld.c:1032 #, c-format msgid "Unrecognized field %d while getting vma operand.\n" msgstr "Field tidak dikenal %d saat memperoleh operand vma.\n" -#: fr30-ibld.c:1351 m32r-ibld.c:1092 openrisc-ibld.c:946 +#: fr30-ibld.c:1349 m32r-ibld.c:1090 openrisc-ibld.c:944 xstormy16-ibld.c:1134 #, c-format msgid "Unrecognized field %d while setting int operand.\n" msgstr "Field tidak dikenal %d saat menset operand int.\n" -#: fr30-ibld.c:1473 m32r-ibld.c:1178 openrisc-ibld.c:1003 +#: fr30-ibld.c:1471 m32r-ibld.c:1176 openrisc-ibld.c:1001 xstormy16-ibld.c:1224 #, c-format msgid "Unrecognized field %d while setting vma operand.\n" msgstr "Field tidak dikenal %d saat menset operand vma.\n" @@ -316,21 +316,21 @@ msgid "invalid register operand when upd msgstr "operand register tidak valid saat mengupdate" #. Mark as non-valid instruction -#: sparc-dis.c:749 +#: sparc-dis.c:750 msgid "unknown" msgstr "tidak dikenal" -#: sparc-dis.c:824 +#: sparc-dis.c:825 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Kesalahan internal: sparc-opcode.h buruk: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:835 +#: sparc-dis.c:836 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Kesalahan internal: sparc-opcode.h buruk: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:884 +#: sparc-dis.c:885 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "Kesalahan internal: sparc-opcode.h buruk: \"%s\" == \"%s\"\n" @@ -393,3 +393,31 @@ msgstr "nilai langsung tidak dalam jangk #: v850-opc.c:375 msgid "immediate value must be even" msgstr "nilai langsung harus genap" + +#: xstormy16-asm.c:74 +msgid "Bad register in preincrement" +msgstr "register buruk dalam preinkremen" + +#: xstormy16-asm.c:79 +msgid "Bad register in postincrement" +msgstr "Register buruk dalam pascainkremen" + +#: xstormy16-asm.c:81 +msgid "Bad register name" +msgstr "Nama register buruk" + +#: xstormy16-asm.c:85 +msgid "Label conflicts with register name" +msgstr "Label konflik dengan nama register" + +#: xstormy16-asm.c:89 +msgid "Label conflicts with `Rx'" +msgstr "Label konflik dengan `Rx'" + +#: xstormy16-asm.c:91 +msgid "Bad immediate expression" +msgstr "Ekspresi langsung yang buruk" + +#: xstormy16-asm.c:120 +msgid "Small operand was not an immediate number" +msgstr "Operand kecil bukan sebuah angka immediate" diff -uprN binutils-2.12.90.0.15/opcodes/po/pt_BR.po binutils-2.13.90.0.2/opcodes/po/pt_BR.po --- binutils-2.12.90.0.15/opcodes/po/pt_BR.po Wed Dec 31 16:00:00 1969 +++ binutils-2.13.90.0.2/opcodes/po/pt_BR.po Mon Jul 29 08:19:19 2002 @@ -0,0 +1,445 @@ +# opcodes: translation to Brazilian Portuguese (pt_BR) +# Copyright (C) 2002 Free Software Foundation, Inc. +# Alexandre Folle de Menezes , 2002. +# +msgid "" +msgstr "" +"Project-Id-Version: opcodes 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 04:00-0300\n" +"Last-Translator: Alexandre Folle de Menezes \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: alpha-opc.c:335 +msgid "branch operand unaligned" +msgstr "operando de desvio desalinhado" + +#: alpha-opc.c:358 alpha-opc.c:380 +msgid "jump hint unaligned" +msgstr "dica de salto desalinhada" + +#: arc-dis.c:52 +msgid "Illegal limm reference in last instruction!\n" +msgstr "Referência limm ilegal na última instrução!\n" + +#: arm-dis.c:507 +msgid "" +msgstr "" + +#: arm-dis.c:1010 +#, c-format +msgid "Unrecognised register name set: %s\n" +msgstr "Conjunto de nomes de registrador desconhecido: %s\n" + +#: arm-dis.c:1017 +#, c-format +msgid "Unrecognised disassembler option: %s\n" +msgstr "Opção do desmontador desconhecida: %s\n" + +#: arm-dis.c:1191 +msgid "" +"\n" +"The following ARM specific disassembler options are supported for use with\n" +"the -M switch:\n" +msgstr "" +"\n" +"As opções do desmontador espcíficas para ARM a seguir não são suportadas para\n" +"uso com a opção -M:\n" + +#: avr-dis.c:118 avr-dis.c:128 +msgid "undefined" +msgstr "indefinido" + +#: avr-dis.c:180 +msgid "Internal disassembler error" +msgstr "Erro interno do desmontador" + +#: avr-dis.c:228 +#, c-format +msgid "unknown constraint `%c'" +msgstr "restrição `%c' desconhecida" + +#: cgen-asm.c:346 fr30-ibld.c:195 frv-ibld.c:195 m32r-ibld.c:195 +#: openrisc-ibld.c:195 xstormy16-ibld.c:195 +#, c-format +msgid "operand out of range (%ld not between %ld and %ld)" +msgstr "operando fora de faixa (%ld não está entre %ld e %ld)" + +#: cgen-asm.c:367 +#, c-format +msgid "operand out of range (%lu not between %lu and %lu)" +msgstr "operando fora de faixa (%lu não está entre %lu e %lu)" + +#: d30v-dis.c:312 +#, c-format +msgid "" +msgstr "" + +#. Can't happen. +#: dis-buf.c:57 +#, c-format +msgid "Unknown error %d\n" +msgstr "Erro %d desconhecido\n" + +#: dis-buf.c:62 +#, c-format +msgid "Address 0x%x is out of bounds.\n" +msgstr "Endereço 0x%x está fora dos limites.\n" + +#: fr30-asm.c:323 frv-asm.c:595 m32r-asm.c:325 openrisc-asm.c:244 +#: xstormy16-asm.c:231 +#, c-format +msgid "Unrecognized field %d while parsing.\n" +msgstr "Campo %d desconhecido durante análise.\n" + +#: fr30-asm.c:373 frv-asm.c:645 m32r-asm.c:375 openrisc-asm.c:294 +#: xstormy16-asm.c:281 +msgid "missing mnemonic in syntax string" +msgstr "mnemônico faltando na string de sintaxe" + +#. We couldn't parse it. +#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:781 +#: frv-asm.c:785 frv-asm.c:872 frv-asm.c:974 m32r-asm.c:511 m32r-asm.c:515 +#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 +#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 +#: xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 +msgid "unrecognized instruction" +msgstr "instrução não reconhecida" + +#: fr30-asm.c:556 frv-asm.c:828 m32r-asm.c:558 openrisc-asm.c:477 +#: xstormy16-asm.c:464 +#, c-format +msgid "syntax error (expected char `%c', found `%c')" +msgstr "erro de sintaxe (esperado char `%c', encontrado `%c')" + +#: fr30-asm.c:566 frv-asm.c:838 m32r-asm.c:568 openrisc-asm.c:487 +#: xstormy16-asm.c:474 +#, c-format +msgid "syntax error (expected char `%c', found end of instruction)" +msgstr "erro de sintaxe (esperado char `%c', encontrado fim de instrução)" + +#: fr30-asm.c:594 frv-asm.c:866 m32r-asm.c:596 openrisc-asm.c:515 +#: xstormy16-asm.c:502 +msgid "junk at end of line" +msgstr "lixo no final do arquivo" + +#: fr30-asm.c:701 frv-asm.c:973 m32r-asm.c:703 openrisc-asm.c:622 +#: xstormy16-asm.c:609 +msgid "unrecognized form of instruction" +msgstr "forma de instrução não reconhecida" + +#: fr30-asm.c:713 frv-asm.c:985 m32r-asm.c:715 openrisc-asm.c:634 +#: xstormy16-asm.c:621 +#, c-format +msgid "bad instruction `%.50s...'" +msgstr "instrução `%.50s...' errada" + +#: fr30-asm.c:716 frv-asm.c:988 m32r-asm.c:718 openrisc-asm.c:637 +#: xstormy16-asm.c:624 +#, c-format +msgid "bad instruction `%.50s'" +msgstr "instrução `%.50s' errada" + +#. Default text to print if an instruction isn't recognized. +#: fr30-dis.c:39 frv-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: xstormy16-dis.c:39 +msgid "*unknown*" +msgstr "*desconecida*" + +#: fr30-dis.c:318 frv-dis.c:360 m32r-dis.c:249 openrisc-dis.c:136 +#: xstormy16-dis.c:169 +#, c-format +msgid "Unrecognized field %d while printing insn.\n" +msgstr "Campo %d não reconhecido durante impressão de insn.\n" + +#: fr30-ibld.c:166 frv-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: xstormy16-ibld.c:166 +#, c-format +msgid "operand out of range (%ld not between %ld and %lu)" +msgstr "operando fora de faixa (%ld não está entre %ld e %lu)" + +#: fr30-ibld.c:179 frv-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: xstormy16-ibld.c:179 +#, c-format +msgid "operand out of range (%lu not between 0 and %lu)" +msgstr "operando fora de faixa (%lu não está entre 0 e %lu)" + +#: fr30-ibld.c:730 frv-ibld.c:820 m32r-ibld.c:659 openrisc-ibld.c:633 +#: xstormy16-ibld.c:678 +#, c-format +msgid "Unrecognized field %d while building insn.\n" +msgstr "Campo %d não reconhecido durante construção de insn.\n" + +#: fr30-ibld.c:937 frv-ibld.c:1103 m32r-ibld.c:792 openrisc-ibld.c:735 +#: xstormy16-ibld.c:826 +#, c-format +msgid "Unrecognized field %d while decoding insn.\n" +msgstr "Campo %d não reconhecido durante decodificação de insn.\n" + +#: fr30-ibld.c:1086 frv-ibld.c:1348 m32r-ibld.c:902 openrisc-ibld.c:815 +#: xstormy16-ibld.c:939 +#, c-format +msgid "Unrecognized field %d while getting int operand.\n" +msgstr "Campo %d não reconhecido ao obter operando int.\n" + +#: fr30-ibld.c:1215 frv-ibld.c:1573 m32r-ibld.c:992 openrisc-ibld.c:875 +#: xstormy16-ibld.c:1032 +#, c-format +msgid "Unrecognized field %d while getting vma operand.\n" +msgstr "Campo %d não reconhecido ao obter operando vma.\n" + +#: fr30-ibld.c:1349 frv-ibld.c:1807 m32r-ibld.c:1090 openrisc-ibld.c:944 +#: xstormy16-ibld.c:1134 +#, c-format +msgid "Unrecognized field %d while setting int operand.\n" +msgstr "Campo %d não reconhecido ao definir operando int.\n" + +#: fr30-ibld.c:1471 frv-ibld.c:2029 m32r-ibld.c:1176 openrisc-ibld.c:1001 +#: xstormy16-ibld.c:1224 +#, c-format +msgid "Unrecognized field %d while setting vma operand.\n" +msgstr "Campo %d não reconhecido ao definir operando vma.\n" + +#: h8300-dis.c:385 +#, c-format +msgid "Hmmmm %x" +msgstr "Hmmmm %x" + +#: h8300-dis.c:396 +#, c-format +msgid "Don't understand %x \n" +msgstr "Não entendo %x \n" + +#: h8500-dis.c:143 +#, c-format +msgid "can't cope with insert %d\n" +msgstr "impossível lidar com insert %d\n" + +#. Couldn't understand anything. +#: h8500-dis.c:350 +#, c-format +msgid "%02x\t\t*unknown*" +msgstr "%02x\t\t*desconhecido*" + +#: i386-dis.c:1649 +msgid "" +msgstr "" + +#: m10200-dis.c:199 +#, c-format +msgid "unknown\t0x%02x" +msgstr "desconhecido\t0x%02x" + +#: m10200-dis.c:339 +#, c-format +msgid "unknown\t0x%04lx" +msgstr "desconhecido\t0x%04lx" + +#: m10300-dis.c:685 +#, c-format +msgid "unknown\t0x%04x" +msgstr "desconhecido\t0x%04x" + +#: m68k-dis.c:429 +#, c-format +msgid "\n" +msgstr "\n" + +#: m68k-dis.c:1007 +#, c-format +msgid "" +msgstr "" + +#: m88k-dis.c:255 +#, c-format +msgid "# " +msgstr "# " + +#: mips-dis.c:337 +#, c-format +msgid "# internal error, undefined modifier(%c)" +msgstr "# erro interno, modificador (%c) indefinido" + +#: mips-dis.c:1209 +#, c-format +msgid "# internal disassembler error, unrecognised modifier (%c)" +msgstr "# erro interno do desmontador, modificador (%c) não reconhecido" + +#: mmix-dis.c:34 +#, c-format +msgid "Bad case %d (%s) in %s:%d\n" +msgstr "Case %d errado (%s) em %s:%d\n" + +#: mmix-dis.c:44 +#, c-format +msgid "Internal: Non-debugged code (test-case missing): %s:%d" +msgstr "Interno: Código não depurado (test-case faltando): %s:%d" + +#: mmix-dis.c:53 +msgid "(unknown)" +msgstr "(desconhecido)" + +#: mmix-dis.c:517 +#, c-format +msgid "*unknown operands type: %d*" +msgstr "*tipo de operandos desconhecidos: %d*" + +#. I and Z are output operands and can`t be immediate +#. * A is an address and we can`t have the address of +#. * an immediate either. We don't know how much to increase +#. * aoffsetp by since whatever generated this is broken +#. * anyway! +#. +#: ns32k-dis.c:628 +msgid "$" +msgstr "$" + +#: ppc-opc.c:777 ppc-opc.c:810 +msgid "invalid conditional option" +msgstr "opção condicional inválida" + +#: ppc-opc.c:812 +msgid "attempt to set y bit when using + or - modifier" +msgstr "tentativa de setar bit y ao usar modificador + ou -" + +#: ppc-opc.c:844 ppc-opc.c:896 +msgid "offset not a multiple of 4" +msgstr "deslocamento não é um múltiplo de 4" + +#: ppc-opc.c:869 +msgid "offset not between -2048 and 2047" +msgstr "deslocamento não está entre -2048 and 2047" + +#: ppc-opc.c:894 +msgid "offset not between -8192 and 8191" +msgstr "deslocamento não está entre -8192 and 8191" + +#: ppc-opc.c:922 +msgid "ignoring least significant bits in branch offset" +msgstr "ignorando os bits menos significatiovs no deslocamento do desvio" + +#: ppc-opc.c:956 ppc-opc.c:993 +msgid "illegal bitmask" +msgstr "máscara de bits ilegal" + +#: ppc-opc.c:1066 +msgid "value out of range" +msgstr "valor fora de faixa" + +#: ppc-opc.c:1142 +msgid "index register in load range" +msgstr "registrador de índice na faixa de carregamento" + +#: ppc-opc.c:1158 +msgid "invalid register operand when updating" +msgstr "operando de registro inválido durante atualização" + +#. Mark as non-valid instruction +#: sparc-dis.c:750 +msgid "unknown" +msgstr "desconhecido" + +#: sparc-dis.c:825 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Erro interno: sparc-opcode.h errado: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:836 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Erro interno: sparc-opcode.h errado: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:885 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +msgstr "Erro interno: sparc-opcode.h errado: \"%s\" == \"%s\"\n" + +#: v850-dis.c:224 +#, c-format +msgid "unknown operand shift: %x\n" +msgstr "deslocamento de operando desconhecido: %x\n" + +#: v850-dis.c:236 +#, c-format +msgid "unknown pop reg: %d\n" +msgstr "registrador pop desconhecido: %d\n" + +#. The functions used to insert and extract complicated operands. +#. Note: There is a conspiracy between these functions and +#. v850_insert_operand() in gas/config/tc-v850.c. Error messages +#. containing the string 'out of range' will be ignored unless a +#. specific command line option is given to GAS. +#: v850-opc.c:68 +msgid "displacement value is not in range and is not aligned" +msgstr "valor do deslocamento está fora da faixa e não está alinhado" + +#: v850-opc.c:69 +msgid "displacement value is out of range" +msgstr "valor do deslocamento está fora da faixa" + +#: v850-opc.c:70 +msgid "displacement value is not aligned" +msgstr "valor do deslocamento não está alinhado" + +#: v850-opc.c:72 +msgid "immediate value is out of range" +msgstr "valor imediato está fora da faixa" + +#: v850-opc.c:83 +msgid "branch value not in range and to odd offset" +msgstr "valor do desvio fora da faixa e para deslocamento ímpar" + +#: v850-opc.c:85 v850-opc.c:117 +msgid "branch value out of range" +msgstr "valor do desvio fora da faixa" + +#: v850-opc.c:88 v850-opc.c:120 +msgid "branch to odd offset" +msgstr "desvio para um deslocamento ímpar" + +#: v850-opc.c:115 +msgid "branch value not in range and to an odd offset" +msgstr "valor do desvio fora da faixa e para um deslocamento ímpar" + +#: v850-opc.c:346 +msgid "invalid register for stack adjustment" +msgstr "registrador inválido para ajuste da pilha" + +#: v850-opc.c:370 +msgid "immediate value not in range and not even" +msgstr "valor imediato fora da faixa e não é par" + +#: v850-opc.c:375 +msgid "immediate value must be even" +msgstr "o valor imediato deve ser par" + +#: xstormy16-asm.c:74 +msgid "Bad register in preincrement" +msgstr "Registrador errado no pré-incremento" + +#: xstormy16-asm.c:79 +msgid "Bad register in postincrement" +msgstr "Registrador errado no pós-incremento" + +#: xstormy16-asm.c:81 +msgid "Bad register name" +msgstr "Nome de registrador errado" + +#: xstormy16-asm.c:85 +msgid "Label conflicts with register name" +msgstr "O rótulo conflita com nome de registrador" + +#: xstormy16-asm.c:89 +msgid "Label conflicts with `Rx'" +msgstr "O rótulo conflita com `Rx'" + +#: xstormy16-asm.c:91 +msgid "Bad immediate expression" +msgstr "Expressão imediata errada" + +#: xstormy16-asm.c:120 +msgid "Small operand was not an immediate number" +msgstr "O operando pequeno não era um número imediato" diff -uprN binutils-2.12.90.0.15/opcodes/po/sv.po binutils-2.13.90.0.2/opcodes/po/sv.po --- binutils-2.12.90.0.15/opcodes/po/sv.po Sun Feb 3 11:22:33 2002 +++ binutils-2.13.90.0.2/opcodes/po/sv.po Thu Aug 1 17:49:32 2002 @@ -1,12 +1,12 @@ # Swedish messages for opcodes. -# Copyright (C) 2001 Free Software Foundation, Inc. -# Christian Rose , 2001. +# Copyright (C) 2001, 2002 Free Software Foundation, Inc. +# Christian Rose , 2001, 2002. # msgid "" msgstr "" -"Project-Id-Version: opcodes 2.11\n" -"POT-Creation-Date: 2002-01-31 17:10+0000\n" -"PO-Revision-Date: 2001-10-23 15:35+0200\n" +"Project-Id-Version: opcodes 2.12.1\n" +"POT-Creation-Date: 2002-02-08 03:24-0200\n" +"PO-Revision-Date: 2002-07-26 23:46+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" @@ -96,7 +96,7 @@ msgstr "Okänt fält %d vid tolkning.\n" #: fr30-asm.c:373 m32r-asm.c:375 openrisc-asm.c:294 xstormy16-asm.c:281 msgid "missing mnemonic in syntax string" -msgstr "" +msgstr "instruktion saknas i syntaxsträng" #. We couldn't parse it. #: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 m32r-asm.c:511 @@ -113,18 +113,17 @@ msgid "syntax error (expected char `%c', msgstr "syntaxfel (tecknet \"%c\" förväntades, hittade \"%c\")" #: fr30-asm.c:566 m32r-asm.c:568 openrisc-asm.c:487 xstormy16-asm.c:474 -#, fuzzy, c-format +#, c-format msgid "syntax error (expected char `%c', found end of instruction)" -msgstr "syntaxfel (tecknet \"%c\" förväntades, hittade \"%c\")" +msgstr "syntaxfel (tecknet \"%c\" förväntades, hittade slutet på instruktion)" #: fr30-asm.c:594 m32r-asm.c:596 openrisc-asm.c:515 xstormy16-asm.c:502 msgid "junk at end of line" msgstr "skräp vid slutet på raden" #: fr30-asm.c:701 m32r-asm.c:703 openrisc-asm.c:622 xstormy16-asm.c:609 -#, fuzzy msgid "unrecognized form of instruction" -msgstr "okänd instruktion" +msgstr "okänd instruktionsform" #: fr30-asm.c:713 m32r-asm.c:715 openrisc-asm.c:634 xstormy16-asm.c:621 #, c-format @@ -148,9 +147,9 @@ msgid "Unrecognized field %d while print msgstr "Okänt fält %d vid utskrift av instruktion.\n" #: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 xstormy16-ibld.c:166 -#, fuzzy, c-format +#, c-format msgid "operand out of range (%ld not between %ld and %lu)" -msgstr "operanden är utanför intervallet (%ld är inte mellan %ld och %ld)" +msgstr "operanden är utanför intervallet (%ld är inte mellan %ld och %lu)" #: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 xstormy16-ibld.c:179 #, c-format @@ -249,29 +248,28 @@ msgid "# internal error, undefined modif msgstr "# internt fel, okänd modifierare(%c)" #: mips-dis.c:1154 -#, fuzzy, c-format +#, c-format msgid "# internal disassembler error, unrecognised modifier (%c)" -msgstr "# internt fel, okänd modifierare(%c)" +msgstr "# internt disassemblerfel, okänd modifierare (%c)" #: mmix-dis.c:34 #, c-format msgid "Bad case %d (%s) in %s:%d\n" -msgstr "" +msgstr "Felaktigt fall %d (%s) i %s:%d\n" #: mmix-dis.c:44 #, c-format msgid "Internal: Non-debugged code (test-case missing): %s:%d" -msgstr "" +msgstr "Internt: Ej felsökt kod (testfall saknas): %s:%d" #: mmix-dis.c:53 -#, fuzzy msgid "(unknown)" -msgstr "okänd" +msgstr "(okänd)" #: mmix-dis.c:517 -#, fuzzy, c-format +#, c-format msgid "*unknown operands type: %d*" -msgstr "okänt operandskifte: %x\n" +msgstr "*okänd operandtyp: %d*" #. I and Z are output operands and can`t be immediate #. * A is an address and we can`t have the address of @@ -293,15 +291,15 @@ msgstr "försök att ställa in y-biten då #: ppc-opc.c:832 ppc-opc.c:884 msgid "offset not a multiple of 4" -msgstr "" +msgstr "avståndet är inte en multipel av 4" #: ppc-opc.c:857 msgid "offset not between -2048 and 2047" -msgstr "" +msgstr "avståndet är inte mellan -2048 och 2047" #: ppc-opc.c:882 msgid "offset not between -8192 and 8191" -msgstr "" +msgstr "avståndet är inte mellan -8192 och 8191" #: ppc-opc.c:910 msgid "ignoring least significant bits in branch offset" @@ -324,21 +322,21 @@ msgid "invalid register operand when upd msgstr "ogiltig registeroperand vid uppdatering" #. Mark as non-valid instruction -#: sparc-dis.c:749 +#: sparc-dis.c:750 msgid "unknown" msgstr "okänd" -#: sparc-dis.c:824 +#: sparc-dis.c:825 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:835 +#: sparc-dis.c:836 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:884 +#: sparc-dis.c:885 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\" == \"%s\"\n" @@ -360,8 +358,7 @@ msgstr "okänt pop-register: %d\n" #. specific command line option is given to GAS. #: v850-opc.c:68 msgid "displacement value is not in range and is not aligned" -msgstr "" -"förskjutningsvärdet är inte inom intervallet och ligger inte på jämn gräns" +msgstr "förskjutningsvärdet är inte inom intervallet och ligger inte på jämn gräns" #: v850-opc.c:69 msgid "displacement value is out of range" @@ -404,35 +401,32 @@ msgid "immediate value must be even" msgstr "omedelbara värdet måste vara jämnt" #: xstormy16-asm.c:74 -#, fuzzy msgid "Bad register in preincrement" -msgstr "indexregistret är i inläsningsintervallet" +msgstr "Felaktigt register i förhandsuppräkning" #: xstormy16-asm.c:79 -#, fuzzy msgid "Bad register in postincrement" -msgstr "ogiltigt register för stackjustering" +msgstr "Felaktigt register i efterhandsuppräkning" #: xstormy16-asm.c:81 -#, fuzzy msgid "Bad register name" -msgstr "indexregistret är i inläsningsintervallet" +msgstr "Felaktigt registernamn" #: xstormy16-asm.c:85 msgid "Label conflicts with register name" -msgstr "" +msgstr "Etiketten är i konflikt med registernamn" #: xstormy16-asm.c:89 msgid "Label conflicts with `Rx'" -msgstr "" +msgstr "Etiketten är i konflikt med \"Rx\"" #: xstormy16-asm.c:91 msgid "Bad immediate expression" -msgstr "" +msgstr "Felaktigt omedelbart uttryck" #: xstormy16-asm.c:120 msgid "Small operand was not an immediate number" -msgstr "" +msgstr "Liten operand var inte ett omedelbart tal" #~ msgid "unrecognized keyword/register name" #~ msgstr "okänt namn på nyckelord/register" diff -uprN binutils-2.12.90.0.15/opcodes/po/tr.po binutils-2.13.90.0.2/opcodes/po/tr.po --- binutils-2.12.90.0.15/opcodes/po/tr.po Thu Mar 7 11:52:40 2002 +++ binutils-2.13.90.0.2/opcodes/po/tr.po Mon Jul 29 08:19:19 2002 @@ -4,9 +4,9 @@ # msgid "" msgstr "" -"Project-Id-Version: opcodes 2.12-pre020121\n" -"POT-Creation-Date: 2002-01-17 13:58+0000\n" -"PO-Revision-Date: 2002-02-17 11:26EET\n" +"Project-Id-Version: opcodes 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2002-07-24 11:26EET\n" "Last-Translator: Deniz Akkus Kanca \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" @@ -26,21 +26,21 @@ msgstr "atlama iÅŸareti hizalı deÄŸil" msgid "Illegal limm reference in last instruction!\n" msgstr "Son iÅŸlemde geçersiz limm referansı!\n" -#: arm-dis.c:509 +#: arm-dis.c:507 msgid "" msgstr "" -#: arm-dis.c:1019 +#: arm-dis.c:1010 #, c-format msgid "Unrecognised register name set: %s\n" msgstr "Bilinmeyen yazmaç ad kümesi: %s\n" -#: arm-dis.c:1026 +#: arm-dis.c:1017 #, c-format msgid "Unrecognised disassembler option: %s\n" msgstr "Bilinmeyen karşıt-çevirici seçeneÄŸi: %s\n" -#: arm-dis.c:1198 +#: arm-dis.c:1191 msgid "" "\n" "The following ARM specific disassembler options are supported for use with\n" @@ -63,7 +63,8 @@ msgstr "İç karşıt-çevirici hatası msgid "unknown constraint `%c'" msgstr "`%c' bilinmeyen kısıtı" -#: cgen-asm.c:346 fr30-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 +#: cgen-asm.c:346 fr30-ibld.c:195 frv-ibld.c:195 m32r-ibld.c:195 +#: openrisc-ibld.c:195 xstormy16-ibld.c:195 #, c-format msgid "operand out of range (%ld not between %ld and %ld)" msgstr "Kapsam dışı terim (%ld, %ld ve %ld arasında deÄŸil) " @@ -89,106 +90,126 @@ msgstr "Bilinmeyen hata %d\n" msgid "Address 0x%x is out of bounds.\n" msgstr "0x%x adresi sınırların dışında.\n" -#: fr30-asm.c:324 m32r-asm.c:326 openrisc-asm.c:245 +#: fr30-asm.c:323 frv-asm.c:595 m32r-asm.c:325 openrisc-asm.c:244 +#: xstormy16-asm.c:231 #, c-format msgid "Unrecognized field %d while parsing.\n" msgstr "Ayrıştırma esnasında bilinmeyen alan %d bulundu.\n" -#: fr30-asm.c:374 m32r-asm.c:376 openrisc-asm.c:295 +#: fr30-asm.c:373 frv-asm.c:645 m32r-asm.c:375 openrisc-asm.c:294 +#: xstormy16-asm.c:281 msgid "missing mnemonic in syntax string" msgstr "biçem dizgesinde ipucu eksik" #. We couldn't parse it. -#: fr30-asm.c:510 fr30-asm.c:514 fr30-asm.c:601 fr30-asm.c:703 m32r-asm.c:512 -#: m32r-asm.c:516 m32r-asm.c:603 m32r-asm.c:705 openrisc-asm.c:431 -#: openrisc-asm.c:435 openrisc-asm.c:522 openrisc-asm.c:624 +#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:781 +#: frv-asm.c:785 frv-asm.c:872 frv-asm.c:974 m32r-asm.c:511 m32r-asm.c:515 +#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 +#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:417 +#: xstormy16-asm.c:421 xstormy16-asm.c:508 xstormy16-asm.c:610 msgid "unrecognized instruction" msgstr "bilinmeyen iÅŸlem" -#: fr30-asm.c:557 m32r-asm.c:559 openrisc-asm.c:478 +#: fr30-asm.c:556 frv-asm.c:828 m32r-asm.c:558 openrisc-asm.c:477 +#: xstormy16-asm.c:464 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "biçem hatası (char `%c' beklenirken `%c' bulundu)" -#: fr30-asm.c:567 m32r-asm.c:569 openrisc-asm.c:488 +#: fr30-asm.c:566 frv-asm.c:838 m32r-asm.c:568 openrisc-asm.c:487 +#: xstormy16-asm.c:474 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "biçem hatası (char `%c' beklenirken iÅŸlem sonu bulundu)" -#: fr30-asm.c:595 m32r-asm.c:597 openrisc-asm.c:516 +#: fr30-asm.c:594 frv-asm.c:866 m32r-asm.c:596 openrisc-asm.c:515 +#: xstormy16-asm.c:502 msgid "junk at end of line" msgstr "Satır sonu bozuk " -#: fr30-asm.c:702 m32r-asm.c:704 openrisc-asm.c:623 +#: fr30-asm.c:701 frv-asm.c:973 m32r-asm.c:703 openrisc-asm.c:622 +#: xstormy16-asm.c:609 msgid "unrecognized form of instruction" msgstr "bilinmeyen iÅŸlem türü" -#: fr30-asm.c:714 m32r-asm.c:716 openrisc-asm.c:635 +#: fr30-asm.c:713 frv-asm.c:985 m32r-asm.c:715 openrisc-asm.c:634 +#: xstormy16-asm.c:621 #, c-format msgid "bad instruction `%.50s...'" msgstr "geçersiz iÅŸlem `%.50s...'" -#: fr30-asm.c:717 m32r-asm.c:719 openrisc-asm.c:638 +#: fr30-asm.c:716 frv-asm.c:988 m32r-asm.c:718 openrisc-asm.c:637 +#: xstormy16-asm.c:624 #, c-format msgid "bad instruction `%.50s'" msgstr "geçersiz iÅŸlem `%.50s'" #. Default text to print if an instruction isn't recognized. -#: fr30-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: fr30-dis.c:39 frv-dis.c:39 m32r-dis.c:39 mmix-dis.c:282 openrisc-dis.c:39 +#: xstormy16-dis.c:39 msgid "*unknown*" msgstr "*bilinmeyen*" -#: fr30-dis.c:319 m32r-dis.c:250 openrisc-dis.c:137 +#: fr30-dis.c:318 frv-dis.c:360 m32r-dis.c:249 openrisc-dis.c:136 +#: xstormy16-dis.c:169 #, c-format msgid "Unrecognized field %d while printing insn.\n" msgstr "yönerge yazdırılırken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: fr30-ibld.c:166 frv-ibld.c:166 m32r-ibld.c:166 openrisc-ibld.c:166 +#: xstormy16-ibld.c:166 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "Kapsam dışı iÅŸlenen (%ld, %ld ve %lu arasında deÄŸil) " -#: fr30-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: fr30-ibld.c:179 frv-ibld.c:179 m32r-ibld.c:179 openrisc-ibld.c:179 +#: xstormy16-ibld.c:179 #, c-format msgid "operand out of range (%lu not between 0 and %lu)" msgstr "kapsam dışı terim (%lu 0 ve %lu arasında deÄŸil) " -#: fr30-ibld.c:731 m32r-ibld.c:660 openrisc-ibld.c:634 +#: fr30-ibld.c:730 frv-ibld.c:820 m32r-ibld.c:659 openrisc-ibld.c:633 +#: xstormy16-ibld.c:678 #, c-format msgid "Unrecognized field %d while building insn.\n" msgstr "Yönerge oluÅŸturulurken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:939 m32r-ibld.c:794 openrisc-ibld.c:737 +#: fr30-ibld.c:937 frv-ibld.c:1103 m32r-ibld.c:792 openrisc-ibld.c:735 +#: xstormy16-ibld.c:826 #, c-format msgid "Unrecognized field %d while decoding insn.\n" msgstr "Yönerge çözümlenirken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:1088 m32r-ibld.c:904 openrisc-ibld.c:817 +#: fr30-ibld.c:1086 frv-ibld.c:1348 m32r-ibld.c:902 openrisc-ibld.c:815 +#: xstormy16-ibld.c:939 #, c-format msgid "Unrecognized field %d while getting int operand.\n" msgstr "`int' terimi alınırken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:1217 m32r-ibld.c:994 openrisc-ibld.c:877 +#: fr30-ibld.c:1215 frv-ibld.c:1573 m32r-ibld.c:992 openrisc-ibld.c:875 +#: xstormy16-ibld.c:1032 #, c-format msgid "Unrecognized field %d while getting vma operand.\n" msgstr "`vma' terimi alınırken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:1351 m32r-ibld.c:1092 openrisc-ibld.c:946 +#: fr30-ibld.c:1349 frv-ibld.c:1807 m32r-ibld.c:1090 openrisc-ibld.c:944 +#: xstormy16-ibld.c:1134 #, c-format msgid "Unrecognized field %d while setting int operand.\n" msgstr "`int' terimi atanırken bilinmeyen alan %d bulundu.\n" -#: fr30-ibld.c:1473 m32r-ibld.c:1178 openrisc-ibld.c:1003 +#: fr30-ibld.c:1471 frv-ibld.c:2029 m32r-ibld.c:1176 openrisc-ibld.c:1001 +#: xstormy16-ibld.c:1224 #, c-format msgid "Unrecognized field %d while setting vma operand.\n" msgstr "`vma' terimi atanırken bilinmeyen alan %d bulundu.\n" -#: h8300-dis.c:384 +#: h8300-dis.c:385 #, c-format msgid "Hmmmm %x" msgstr "Hmmmm %x" -#: h8300-dis.c:395 +#: h8300-dis.c:396 #, c-format msgid "Don't understand %x \n" msgstr "%x anlaşılamadı\n" @@ -238,12 +259,12 @@ msgstr "" msgid "# " msgstr "# <`dis' hatası: %08x>" -#: mips-dis.c:290 +#: mips-dis.c:337 #, c-format msgid "# internal error, undefined modifier(%c)" msgstr "#iç hata, tanımlanmamış deÄŸiÅŸtirici (%c)" -#: mips-dis.c:1154 +#: mips-dis.c:1209 #, c-format msgid "# internal disassembler error, unrecognised modifier (%c)" msgstr "#iç karşıt-çevirici hatası, tanımlanmamış deÄŸiÅŸtirici (%c)" @@ -277,62 +298,62 @@ msgstr "bilinmeyen iÅŸlenen türü: %d*" msgid "$" msgstr "$" -#: ppc-opc.c:765 ppc-opc.c:798 +#: ppc-opc.c:777 ppc-opc.c:810 msgid "invalid conditional option" msgstr "koÅŸullu seçenek geçersiz " -#: ppc-opc.c:800 +#: ppc-opc.c:812 msgid "attempt to set y bit when using + or - modifier" msgstr "+ veya - deÄŸiÅŸtiricisini kullanırken y bitini atama denemesi" -#: ppc-opc.c:832 ppc-opc.c:884 +#: ppc-opc.c:844 ppc-opc.c:896 msgid "offset not a multiple of 4" msgstr "görece 4'ün katı deÄŸil" -#: ppc-opc.c:857 +#: ppc-opc.c:869 msgid "offset not between -2048 and 2047" msgstr "görece -2048 ve 2047 arasında deÄŸil" -#: ppc-opc.c:882 +#: ppc-opc.c:894 msgid "offset not between -8192 and 8191" msgstr "görece -8192 ve 8191 arasında deÄŸil" -#: ppc-opc.c:910 +#: ppc-opc.c:922 msgid "ignoring least significant bits in branch offset" msgstr "Dal göreli konumunda en önemsiz bitler atlanıyor" -#: ppc-opc.c:944 ppc-opc.c:981 +#: ppc-opc.c:956 ppc-opc.c:993 msgid "illegal bitmask" msgstr "geçersiz bitmask " -#: ppc-opc.c:1054 +#: ppc-opc.c:1066 msgid "value out of range" msgstr "deÄŸer aralık dışı" -#: ppc-opc.c:1130 +#: ppc-opc.c:1142 msgid "index register in load range" msgstr "yükleme aralığında endeks yazmacı" -#: ppc-opc.c:1146 +#: ppc-opc.c:1158 msgid "invalid register operand when updating" msgstr "güncelleme esnasında geçersiz yazmaç terimi bulundu" #. Mark as non-valid instruction -#: sparc-dis.c:749 +#: sparc-dis.c:750 msgid "unknown" msgstr "bilinmeyen" -#: sparc-dis.c:824 +#: sparc-dis.c:825 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:835 +#: sparc-dis.c:836 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" -#: sparc-dis.c:884 +#: sparc-dis.c:885 #, c-format msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "İç hata: geçersiz sparc-opcode.h: \"%s\" == \"%s\"\n" @@ -395,3 +416,31 @@ msgstr "ÅŸimdiki deÄŸer kapsam dışı v #: v850-opc.c:375 msgid "immediate value must be even" msgstr "ÅŸimdiki deÄŸer çift sayı olmalı" + +#: xstormy16-asm.c:74 +msgid "Bad register in preincrement" +msgstr "Arttırma öncesinde geçersiz yazmaç" + +#: xstormy16-asm.c:79 +msgid "Bad register in postincrement" +msgstr "Arttırma sonrasında geçersiz yazmaç " + +#: xstormy16-asm.c:81 +msgid "Bad register name" +msgstr "Geçersiz yazmaç adı" + +#: xstormy16-asm.c:85 +msgid "Label conflicts with register name" +msgstr "Etiket, yazmaç adıyla çakışıyor" + +#: xstormy16-asm.c:89 +msgid "Label conflicts with `Rx'" +msgstr "Etiket, `Rx' ile çakışıyor" + +#: xstormy16-asm.c:91 +msgid "Bad immediate expression" +msgstr "Hatalı ÅŸimdiki ifade" + +#: xstormy16-asm.c:120 +msgid "Small operand was not an immediate number" +msgstr "Küçük iÅŸlenen ÅŸimdiki sayı deÄŸil"