diff options
Diffstat (limited to 'ld')
414 files changed, 14903 insertions, 9153 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 69dad59..7b03989 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,28 @@ +2025-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/ld-elfweak/elfweak.exp: Enable on *-*-solaris2* rather + than sparc*-*-solaris2* only. + +2025-07-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/ld-plugin/lto.exp (PR ld/28138 test): Raise fd limit + to 25. + +2025-07-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/ld-elf/indirect.exp (Run with libpr19553c.so): + Skip on *-*-solaris2*. + +2025-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR ld/32580 + * configure.ac <*-*-solaris2*>: Enforce SHELL=/bin/bash. + * configure: Regenerate. + +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-02-08 Alexandre Oliva <oliva@adacore.com> * testsuite/ld-sparc/got-def.s: New test. diff --git a/ld/Makefile.am b/ld/Makefile.am index ccff928..90897a7 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -171,7 +171,6 @@ ALL_EMULATION_SOURCES = \ earmelf_linux.c \ earmelf_linux_eabi.c \ earmelf_linux_fdpiceabi.c \ - earmelf_nacl.c \ earmelf_nbsd.c \ earmelf_phoenix.c \ earmelf_vxworks.c \ @@ -181,7 +180,6 @@ ALL_EMULATION_SOURCES = \ earmelfb_linux.c \ earmelfb_linux_eabi.c \ earmelfb_linux_fdpiceabi.c \ - earmelfb_nacl.c \ earmelfb_nbsd.c \ earmnto.c \ earmpe.c \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 3e24bd4..b3d88f0 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -682,7 +682,6 @@ ALL_EMULATION_SOURCES = \ earmelf_linux.c \ earmelf_linux_eabi.c \ earmelf_linux_fdpiceabi.c \ - earmelf_nacl.c \ earmelf_nbsd.c \ earmelf_phoenix.c \ earmelf_vxworks.c \ @@ -692,7 +691,6 @@ ALL_EMULATION_SOURCES = \ earmelfb_linux.c \ earmelfb_linux_eabi.c \ earmelfb_linux_fdpiceabi.c \ - earmelfb_nacl.c \ earmelfb_nbsd.c \ earmnto.c \ earmpe.c \ @@ -1304,7 +1302,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Po@am__quote@ @@ -1314,7 +1311,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Po@am__quote@ @@ -1,5 +1,23 @@ -*- text -*- +* NaCl target support is removed. + +Changes in 2.45: + +* On s390 64-bit (s390x), generate SFrame stack trace information (.sframe) + for the linker generated .plt section. Enabled by default. Can be disabled + using linker option --no-ld-generated-unwind-info. + +* All SFrame sections generated by the linker have the header flag + SFRAME_F_FDE_FUNC_START_PCREL set to indicate the new encoding for + sfde_func_start_address field in the SFrame section. Relocatable SFrame + links are now fixed. + + ELF SFrame sections now have section type set to SHT_GNU_SFRAME. + +* On RISC-V, add new PLT formats, and GNU property merge rules for zicfiss and + zicfilp extensions. + * The linker's --stats option can take an optional argument which if used is interpreted as a filename into which resource usage information should be stored. As an alternative mechanism the LD_STATS environment variable can @@ -12,12 +30,23 @@ * Remove the linker -taso option for Alpha target, as Linux/Alpha kernel support for 32-bit pointers has been removed. +* On avr, the default linker scripts now assert that the .progmem sections + don't extend past 0xffff since they are accessed by means of LPM. + For data in program memory that may be located past 0xffff, a .progmemx + section should be used. + * On s390, generate ".eh_frame" unwind information for the linker generated .plt section. Enabled by default. Can be disabled using linker option --no-ld-generated-unwind-info. * On s390, add support for linker option --[no-]ld-generated-unwind-info. +* On LoongArch, linker relaxation time complexity is no longer quadratic with + respect to relocation counts. Linking time of large software should be + improved. + +* On LoongArch, R_LARCH_32_PCREL records are now checked for overflow. + Changes in 2.44: * Support for Nios II target has been removed, as this architecture has been diff --git a/ld/config.in b/ld/config.in index e10c9e7..3781224 100644 --- a/ld/config.in +++ b/ld/config.in @@ -234,9 +234,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of `void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/ld/configure b/ld/configure index 3f745ac..124b441 100755 --- a/ld/configure +++ b/ld/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ld 2.44.50. +# Generated by GNU Autoconf 2.69 for ld 2.45.50. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ld' PACKAGE_TARNAME='ld' -PACKAGE_VERSION='2.44.50' -PACKAGE_STRING='ld 2.44.50' +PACKAGE_VERSION='2.45.50' +PACKAGE_STRING='ld 2.45.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -696,8 +696,6 @@ install_as_default TARGET_SYSTEM_ROOT_DEFINE TARGET_SYSTEM_ROOT use_sysroot -ENABLE_BFD_64_BIT_FALSE -ENABLE_BFD_64_BIT_TRUE LARGEFILE_CPPFLAGS CXXCPP OTOOL64 @@ -842,7 +840,6 @@ enable_largefile enable_checking with_lib_path enable_targets -enable_64_bit_bfd with_sysroot enable_gold enable_got @@ -1439,7 +1436,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ld 2.44.50 to adapt to many kinds of systems. +\`configure' configures ld 2.45.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1510,7 +1507,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ld 2.44.50:";; + short | recursive ) echo "Configuration of ld 2.45.50:";; esac cat <<\_ACEOF @@ -1536,7 +1533,6 @@ Optional Features: --disable-largefile omit support for large files --enable-checking enable run-time checks --enable-targets alternative target configurations - --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) --enable-gold[=ARG] build gold [ARG={default,yes,no}] --enable-got=<type> GOT handling scheme (target, single, negative, multigot) @@ -1694,7 +1690,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ld configure 2.44.50 +ld configure 2.45.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2177,189 +2173,6 @@ fi } # ac_fn_cxx_try_link -# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES -# -------------------------------------------- -# Tries to find the compile-time value of EXPR in a program that includes -# INCLUDES, setting VAR accordingly. Returns whether the value could be -# computed -ac_fn_c_compute_int () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -static int test_array [1 - 2 * !(($2) >= 0)]; -test_array [0] = 0; -return test_array [0]; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_lo=0 ac_mid=0 - while :; do - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -static int test_array [1 - 2 * !(($2) <= $ac_mid)]; -test_array [0] = 0; -return test_array [0]; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_hi=$ac_mid; break -else - as_fn_arith $ac_mid + 1 && ac_lo=$as_val - if test $ac_lo -le $ac_mid; then - ac_lo= ac_hi= - break - fi - as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -static int test_array [1 - 2 * !(($2) < 0)]; -test_array [0] = 0; -return test_array [0]; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_hi=-1 ac_mid=-1 - while :; do - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -static int test_array [1 - 2 * !(($2) >= $ac_mid)]; -test_array [0] = 0; -return test_array [0]; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_lo=$ac_mid; break -else - as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val - if test $ac_mid -le $ac_hi; then - ac_lo= ac_hi= - break - fi - as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done -else - ac_lo= ac_hi= -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -# Binary search between lo and hi bounds. -while test "x$ac_lo" != "x$ac_hi"; do - as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -static int test_array [1 - 2 * !(($2) <= $ac_mid)]; -test_array [0] = 0; -return test_array [0]; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_hi=$ac_mid -else - as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -done -case $ac_lo in #(( -?*) eval "$3=\$ac_lo"; ac_retval=0 ;; -'') ac_retval=1 ;; -esac - else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -static long int longval () { return $2; } -static unsigned long int ulongval () { return $2; } -#include <stdio.h> -#include <stdlib.h> -int -main () -{ - - FILE *f = fopen ("conftest.val", "w"); - if (! f) - return 1; - if (($2) < 0) - { - long int i = longval (); - if (i != ($2)) - return 1; - fprintf (f, "%ld", i); - } - else - { - unsigned long int i = ulongval (); - if (i != ($2)) - return 1; - fprintf (f, "%lu", i); - } - /* Do not output a trailing newline, as this causes \r\n confusion - on some platforms. */ - return ferror (f) || fclose (f) != 0; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - echo >>conftest.val; read $3 <conftest.val; ac_retval=0 -else - ac_retval=1 -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -rm -f conftest.val - - fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_compute_int - # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES # --------------------------------------------- # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR @@ -2409,7 +2222,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ld $as_me 2.44.50, which was +It was created by ld $as_me 2.45.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3393,7 +3206,7 @@ fi # Define the identity of the package. PACKAGE='ld' - VERSION='2.44.50' + VERSION='2.45.50' cat >>confdefs.h <<_ACEOF @@ -3549,6 +3362,19 @@ fi +case $target in + *-*-solaris2*) + case "$SHELL" in + *bash*) + ;; + *) + # PR 32580: Force use of bash to avoid corrupt linker scripts. + SHELL=/bin/bash + ;; + esac + ;; +esac + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -11688,7 +11514,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11691 "configure" +#line 11517 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11794,7 +11620,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11797 "configure" +#line 11623 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15462,70 +15288,40 @@ if test "${enable_targets+set}" = set; then : esac fi -# Check whether --enable-64-bit-bfd was given. -if test "${enable_64_bit_bfd+set}" = set; then : - enableval=$enable_64_bit_bfd; case $enableval in #( - yes|no) : - ;; #( - *) : - as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #( - *) : - ;; -esac -else - enable_64_bit_bfd=no -fi - - -if test "x$enable_64_bit_bfd" = "xno"; then : - # The cast to long int works around a bug in the HP C Compiler -# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -# This bug is HP SR number 8606223364. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 -$as_echo_n "checking size of void *... " >&6; } -if ${ac_cv_sizeof_void_p+:} false; then : - $as_echo_n "(cached) " >&6 -else - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : - -else - if test "$ac_cv_type_void_p" = yes; then - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error 77 "cannot compute sizeof (void *) -See \`config.log' for more details" "$LINENO" 5; } - else - ac_cv_sizeof_void_p=0 - fi -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 -$as_echo "$ac_cv_sizeof_void_p" >&6; } - - - -cat >>confdefs.h <<_ACEOF -#define SIZEOF_VOID_P $ac_cv_sizeof_void_p +# See whether 64-bit bfd lib has been enabled. +OLD_CPPFLAGS=$CPPFLAGS +# Put the old CPPFLAGS last, in case the user's CPPFLAGS point somewhere +# with bfd, with -I/foo/include. We always want our bfd. +CPPFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CPPFLAGS" +# Note we cannot cache the result of this check because BFD64 may change +# when a secondary target has been added or removed and we have no access +# to this information here. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BFD is 64-bit" >&5 +$as_echo_n "checking whether BFD is 64-bit... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include "bfd.h" +int +main () +{ +#ifdef BFD64 +HAVE_BFD64 +#endif + ; + return 0; +} _ACEOF - - - if test "x$ac_cv_sizeof_void_p" = "x8"; then : - enable_64_bit_bfd=yes -fi - -fi - - if test "x$enable_64_bit_bfd" = "xyes"; then - ENABLE_BFD_64_BIT_TRUE= - ENABLE_BFD_64_BIT_FALSE='#' +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "HAVE_BFD64" >/dev/null 2>&1; then : + have_64_bit_bfd=yes else - ENABLE_BFD_64_BIT_TRUE='#' - ENABLE_BFD_64_BIT_FALSE= + have_64_bit_bfd=no fi +rm -f conftest* - +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_64_bit_bfd" >&5 +$as_echo "$have_64_bit_bfd" >&6; } +CPPFLAGS=$OLD_CPPFLAGS # Check whether --with-sysroot was given. @@ -15799,7 +15595,7 @@ else case "${target}" in # Enable gnu hash only on GNU targets, but not mips mips*-*-*) enable_default_hash_style=sysv ;; - *-*-gnu* | *-*-linux* | *-*-nacl*) enable_default_hash_style=both ;; + *-*-gnu* | *-*-linux*) enable_default_hash_style=both ;; *) enable_default_hash_style=sysv ;; esac fi @@ -18177,287 +17973,6 @@ fi - -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - -# Find out how to test for executable files. Don't use a zero-byte file, -# as systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - ac_executable_p="test -x" -else - ac_executable_p="test -f" -fi -rm -f conf$$.file - -# Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case "$MSGFMT" in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS="$ac_save_IFS" - test -z "$ac_dir" && ac_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then - if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && - (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" - break 2 - fi - fi - done - done - IFS="$ac_save_IFS" - test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" - ;; -esac -fi -MSGFMT="$ac_cv_path_MSGFMT" -if test "$MSGFMT" != ":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - # Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GMSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT -if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - - -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - -# Find out how to test for executable files. Don't use a zero-byte file, -# as systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - ac_executable_p="test -x" -else - ac_executable_p="test -f" -fi -rm -f conf$$.file - -# Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_XGETTEXT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case "$XGETTEXT" in - [\\/]* | ?:[\\/]*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. - ;; - *) - ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS="$ac_save_IFS" - test -z "$ac_dir" && ac_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then - if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && - (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" - break 2 - fi - fi - done - done - IFS="$ac_save_IFS" - test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" - ;; -esac -fi -XGETTEXT="$ac_cv_path_XGETTEXT" -if test "$XGETTEXT" != ":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - rm -f messages.po - - -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - -# Find out how to test for executable files. Don't use a zero-byte file, -# as systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - ac_executable_p="test -x" -else - ac_executable_p="test -f" -fi -rm -f conf$$.file - -# Extract the first word of "msgmerge", so it can be a program name with args. -set dummy msgmerge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGMERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else - case "$MSGMERGE" in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. - ;; - *) - ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS="$ac_save_IFS" - test -z "$ac_dir" && ac_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then - if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then - ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" - break 2 - fi - fi - done - done - IFS="$ac_save_IFS" - test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" - ;; -esac -fi -MSGMERGE="$ac_cv_path_MSGMERGE" -if test "$MSGMERGE" != ":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 -$as_echo "$MSGMERGE" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test "$GMSGFMT" != ":"; then - if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && - (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - : ; - else - GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 -$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } - GMSGFMT=":" - fi - fi - - if test "$XGETTEXT" != ":"; then - if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && - (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - : ; - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 -$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } - XGETTEXT=":" - fi - rm -f messages.po - fi - - ac_config_commands="$ac_config_commands default-2" - - - - - for ac_prog in 'bison -y' byacc do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -19306,11 +18821,11 @@ do EMUL=$targ_emul fi - if test x${enable_64_bit_bfd} = xno; then + if test x${have_64_bit_bfd} = xno; then . ${srcdir}/../bfd/config.bfd fi - if test x${enable_64_bit_bfd} = xyes; then + if test x${have_64_bit_bfd} = xyes; then targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls" targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath" fi @@ -19534,7 +19049,7 @@ _ACEOF if test x${all_targets} = xtrue; then - if test x${enable_64_bit_bfd} = xyes; then + if test x${have_64_bit_bfd} = xyes; then EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)' EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES) $(ALL_64_EMUL_EXTRA_OFILES)' else @@ -19737,10 +19252,6 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then - as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -20150,7 +19661,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ld $as_me 2.44.50, which was +This file was extended by ld $as_me 2.45.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20216,7 +19727,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ld config.status 2.44.50 +ld config.status 2.45.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -20703,13 +20214,6 @@ fi # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" -# Capture the value of obsolete ALL_LINGUAS because we need it to compute - # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it - # from automake. - eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' - # Capture the value of LINGUAS because we need it to compute CATALOGS. - LINGUAS="${LINGUAS-%UNSET%}" - _ACEOF @@ -20724,7 +20228,6 @@ do "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "default-2") CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; @@ -22327,107 +21830,6 @@ _LT_EOF ;; esac done ;; - "default-2":C) - for ac_file in $CONFIG_FILES; do - # Support "outfile[:infile[:infile...]]" - case "$ac_file" in - *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - esac - # PO directories have a Makefile.in generated from Makefile.in.in. - case "$ac_file" in */Makefile.in) - # Adjust a relative srcdir. - ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` - ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` - ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` - # In autoconf-2.13 it is called $ac_given_srcdir. - # In autoconf-2.50 it is called $srcdir. - test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" - case "$ac_given_srcdir" in - .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; - /*) top_srcdir="$ac_given_srcdir" ;; - *) top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then - rm -f "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" - POMAKEFILEDEPS="POTFILES.in" - # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend - # on $ac_dir but don't depend on user-specified configuration - # parameters. - if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then - # The LINGUAS file contains the set of available languages. - if test -n "$OBSOLETE_ALL_LINGUAS"; then - test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete" - fi - ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assigment from automake. - eval 'ALL_LINGUAS''=$ALL_LINGUAS_' - POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" - else - # The set of available languages was given in configure.ac. - eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' - fi - case "$ac_given_srcdir" in - .) srcdirpre= ;; - *) srcdirpre='$(srcdir)/' ;; - esac - POFILES= - GMOFILES= - UPDATEPOFILES= - DUMMYPOFILES= - for lang in $ALL_LINGUAS; do - POFILES="$POFILES $srcdirpre$lang.po" - GMOFILES="$GMOFILES $srcdirpre$lang.gmo" - UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" - DUMMYPOFILES="$DUMMYPOFILES $lang.nop" - done - # CATALOGS depends on both $ac_dir and the user's LINGUAS - # environment variable. - INST_LINGUAS= - if test -n "$ALL_LINGUAS"; then - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "$LINGUAS"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - INST_LINGUAS="$INST_LINGUAS $presentlang" - fi - done - fi - CATALOGS= - if test -n "$INST_LINGUAS"; then - for lang in $INST_LINGUAS; do - CATALOGS="$CATALOGS $lang.gmo" - done - fi - test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" - sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" - for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do - if test -f "$f"; then - case "$f" in - *.orig | *.bak | *~) ;; - *) cat "$f" >> "$ac_dir/Makefile" ;; - esac - fi - done - fi - ;; - esac - done ;; "default":C) case "$srcdir" in .) srcdirpre= ;; diff --git a/ld/configure.ac b/ld/configure.ac index 1ee0c0c..e306c1d 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -28,6 +28,19 @@ AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE +case $target in + *-*-solaris2*) + case "$SHELL" in + *bash*) + ;; + *) + # PR 32580: Force use of bash to avoid corrupt linker scripts. + SHELL=/bin/bash + ;; + esac + ;; +esac + AC_PROG_CC AC_PROG_CXX AC_PROG_GREP @@ -313,7 +326,7 @@ esac], [case "${target}" in # Enable gnu hash only on GNU targets, but not mips mips*-*-*) enable_default_hash_style=sysv ;; - *-*-gnu* | *-*-linux* | *-*-nacl*) enable_default_hash_style=both ;; + *-*-gnu* | *-*-linux*) enable_default_hash_style=both ;; *) enable_default_hash_style=sysv ;; esac]) @@ -389,7 +402,6 @@ fi ALL_LINGUAS="bg da de es fi fr ga id it ja pt_BR ru sr sv tr uk vi zh_CN zh_TW" ZW_GNU_GETTEXT_SISTER_DIR -AM_PO_SUBDIRS AC_EXEEXT @@ -495,11 +507,11 @@ do EMUL=$targ_emul fi - if test x${enable_64_bit_bfd} = xno; then + if test x${have_64_bit_bfd} = xno; then . ${srcdir}/../bfd/config.bfd fi - if test x${enable_64_bit_bfd} = xyes; then + if test x${have_64_bit_bfd} = xyes; then targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls" targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath" fi @@ -686,7 +698,7 @@ AC_SUBST(TDIRS) AM_SUBST_NOTMAKE(TDIRS) if test x${all_targets} = xtrue; then - if test x${enable_64_bit_bfd} = xyes; then + if test x${have_64_bit_bfd} = xyes; then EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)' EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES) $(ALL_64_EMUL_EXTRA_OFILES)' else diff --git a/ld/configure.tgt b/ld/configure.tgt index ea01ccf..3f49485 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -231,14 +231,6 @@ arm*-*-linux-*) targ_emul=armelf_linux targ_extra_emuls="armelf armelfb armelfb_linux" targ_extra_libpath="armelfb_linux" ;; -arm*b-*-nacl*) targ_emul=armelfb_nacl - targ_extra_emuls="armelf_nacl" - targ_extra_libpath=$targ_extra_emuls - ;; -arm*-*-nacl*) targ_emul=armelf_nacl - targ_extra_emuls="armelfb_nacl" - targ_extra_libpath=$targ_extra_emuls - ;; arm*-*-uclinux*eabi*) targ_emul=armelf_linux_eabi targ_extra_emuls=armelfb_linux_eabi targ_extra_libpath=$targ_extra_emuls diff --git a/ld/emulparams/armelf_nacl.sh b/ld/emulparams/armelf_nacl.sh deleted file mode 100644 index 3d5a3b0..0000000 --- a/ld/emulparams/armelf_nacl.sh +++ /dev/null @@ -1,5 +0,0 @@ -source_sh ${srcdir}/emulparams/armelf_linux_eabi.sh -source_sh ${srcdir}/emulparams/elf_nacl.sh -BIG_OUTPUT_FORMAT="elf32-bigarm-nacl" -LITTLE_OUTPUT_FORMAT="elf32-littlearm-nacl" -OUTPUT_FORMAT="$LITTLE_OUTPUT_FORMAT" diff --git a/ld/emulparams/armelfb_nacl.sh b/ld/emulparams/armelfb_nacl.sh deleted file mode 100644 index ae5085d..0000000 --- a/ld/emulparams/armelfb_nacl.sh +++ /dev/null @@ -1,2 +0,0 @@ -source_sh ${srcdir}/emulparams/armelf_nacl.sh -OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT" diff --git a/ld/emulparams/elf32lriscv.sh b/ld/emulparams/elf32lriscv.sh index da0d7cf..4246013 100644 --- a/ld/emulparams/elf32lriscv.sh +++ b/ld/emulparams/elf32lriscv.sh @@ -6,7 +6,7 @@ OUTPUT_FORMAT="elf32-littleriscv" # On Linux, first look for 32 bit ILP32D target libraries in /lib/ilp32d as per # the glibc ABI. case "$target" in - riscv32*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *32*) LIBPATH_SUFFIX="32/ilp32d 32" ;; diff --git a/ld/emulparams/elf32lriscv_ilp32.sh b/ld/emulparams/elf32lriscv_ilp32.sh index 4935937..c773985 100644 --- a/ld/emulparams/elf32lriscv_ilp32.sh +++ b/ld/emulparams/elf32lriscv_ilp32.sh @@ -5,7 +5,7 @@ OUTPUT_FORMAT="elf32-littleriscv" # On Linux, first look for 32 bit ILP32 target libraries in /lib/ilp32 as per # the glibc ABI. case "$target" in - riscv32*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *32*) LIBPATH_SUFFIX="32/ilp32 32" ;; diff --git a/ld/emulparams/elf32lriscv_ilp32f.sh b/ld/emulparams/elf32lriscv_ilp32f.sh index c684bf8..a2f0c2a 100644 --- a/ld/emulparams/elf32lriscv_ilp32f.sh +++ b/ld/emulparams/elf32lriscv_ilp32f.sh @@ -5,7 +5,7 @@ OUTPUT_FORMAT="elf32-littleriscv" # On Linux, first look for 32 bit ILP32F target libraries in /lib/ilp32f as per # the glibc ABI. case "$target" in - riscv32*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *32*) LIBPATH_SUFFIX="32/ilp32f 32" ;; diff --git a/ld/emulparams/elf64lriscv.sh b/ld/emulparams/elf64lriscv.sh index e07a064..7958052 100644 --- a/ld/emulparams/elf64lriscv.sh +++ b/ld/emulparams/elf64lriscv.sh @@ -6,7 +6,7 @@ OUTPUT_FORMAT="elf64-littleriscv" # On Linux, first look for 64 bit LP64D target libraries in /lib64/lp64d as per # the glibc ABI, and then /lib64 for backward compatility. case "$target" in - riscv64*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *64*) LIBPATH_SUFFIX="64/lp64d 64";; diff --git a/ld/emulparams/elf64lriscv_lp64.sh b/ld/emulparams/elf64lriscv_lp64.sh index b1bb252..7c7feca 100644 --- a/ld/emulparams/elf64lriscv_lp64.sh +++ b/ld/emulparams/elf64lriscv_lp64.sh @@ -5,7 +5,7 @@ OUTPUT_FORMAT="elf64-littleriscv" # On Linux, first look for 64 bit LP64 target libraries in /lib64/lp64 as per # the glibc ABI, and then /lib64 for backward compatility. case "$target" in - riscv64*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *64*) LIBPATH_SUFFIX="64/lp64 64";; diff --git a/ld/emulparams/elf64lriscv_lp64f.sh b/ld/emulparams/elf64lriscv_lp64f.sh index 005f191..e036c2f 100644 --- a/ld/emulparams/elf64lriscv_lp64f.sh +++ b/ld/emulparams/elf64lriscv_lp64f.sh @@ -5,7 +5,7 @@ OUTPUT_FORMAT="elf64-littleriscv" # On Linux, first look for 64 bit LP64F target libraries in /lib64/lp64f as per # the glibc ABI, and then /lib64 for backward compatility. case "$target" in - riscv64*-linux*) + riscv*-linux*) case "$EMULATION_NAME" in *64*) LIBPATH_SUFFIX="64/lp64f 64";; diff --git a/ld/emulparams/elf_nacl.sh b/ld/emulparams/elf_nacl.sh deleted file mode 100644 index d68cbcd..0000000 --- a/ld/emulparams/elf_nacl.sh +++ /dev/null @@ -1,14 +0,0 @@ -ENABLE_INITFINI_ARRAY=yes -SEPARATE_CODE=yes -TEXT_START_ADDR=0x20000 -NACL_RODATA_DISTANCE=0x10000000 - -nacl_rodata_addr() -{ - nacl_text_addr="SEGMENT_START(\"text-segment\", $1)" - nacl_rodata_addr="$nacl_text_addr + ${NACL_RODATA_DISTANCE}" - echo "$nacl_rodata_addr" -} - -RODATA_ADDR=`nacl_rodata_addr "${TEXT_START_ADDR}"` -SHLIB_RODATA_ADDR=`nacl_rodata_addr 0` diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em index afa91af..91d58d8 100644 --- a/ld/emultempl/aarch64elf.em +++ b/ld/emultempl/aarch64elf.em @@ -42,6 +42,11 @@ static aarch64_protection_opts sw_protections = { .gcs_report_dynamic = MARKING_UNSET, }; +static aarch64_memtag_opts memtag_opts = { + .memtag_mode = AARCH64_MEMTAG_MODE_NONE, + .memtag_stack = 0, +}; + #define COMPILE_TIME_STRLEN(s) \ (sizeof(s) - 1) @@ -335,7 +340,8 @@ aarch64_elf_create_output_section_statements (void) pic_veneer, fix_erratum_835769, fix_erratum_843419, no_apply_dynamic_relocs, - &sw_protections); + &sw_protections, + &memtag_opts); stub_file = lang_add_input_file ("linker stubs", lang_input_file_is_fake_enum, @@ -440,6 +446,31 @@ aarch64_parse_gcs_option (const char *_optarg) #undef GCS #undef GCS_LEN } + +static bool +aarch64_parse_memtag_mode_option (const char *_optarg) +{ + #define MEMTAG_MODE "memtag-mode" + #define MEMTAG_MODE_LEN COMPILE_TIME_STRLEN (MEMTAG_MODE) + + if (strncmp (_optarg, MEMTAG_MODE, MEMTAG_MODE_LEN) != 0) + return false; + + if (strcmp (_optarg + MEMTAG_MODE_LEN, "=none") == 0) + memtag_opts.memtag_mode = AARCH64_MEMTAG_MODE_NONE; + else if (strcmp (_optarg + MEMTAG_MODE_LEN, "=sync") == 0) + memtag_opts.memtag_mode = AARCH64_MEMTAG_MODE_SYNC; + else if (strcmp (_optarg + MEMTAG_MODE_LEN, "=async") == 0) + memtag_opts.memtag_mode = AARCH64_MEMTAG_MODE_ASYNC; + else + einfo (_("%X%P: error: unrecognized value '-z %s'\n"), _optarg); + + return true; + + #undef MEMTAG_MODE + #undef MEMTAG_MODE_LEN +} + EOF # Define some shell vars to insert bits of code into the standard elf @@ -518,6 +549,17 @@ PARSE_AND_LIST_OPTIONS=' and output have GCS marking.\n\ error: Emit error when the input objects are missing GCS markings\n\ and output have GCS marking.\n")); + fprintf (file, _("\ + -z memtag-mode[=none|sync|async] Select Memory Tagging Extension mode of operation to use.\n\ + Emits a DT_AARCH64_MEMTAG_MODE dynamic tag for the binary.\n\ + This entry is only valid on the main executable. It is\n\ + ignored in the dynamically loaded objects by the loader.\n\ + none (default): Disable MTE checking of memory reads and writes.\n\ + sync: Enable precise exceptions when mismatched address and\n\ + allocation tags detected on load/store operations.\n\ + async: Enable imprecise exceptions.\n")); + fprintf (file, _("\ + -z memtag-stack Mark program stack with MTE protection.\n")); ' PARSE_AND_LIST_ARGS_CASE_Z_AARCH64=' @@ -533,6 +575,10 @@ PARSE_AND_LIST_ARGS_CASE_Z_AARCH64=' {} else if (aarch64_parse_gcs_option (optarg)) {} + else if (aarch64_parse_memtag_mode_option (optarg)) + {} + else if (strcmp (optarg, "memtag-stack") == 0) + memtag_opts.memtag_stack = 1; ' PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_AARCH64" diff --git a/ld/emultempl/emulation.em b/ld/emultempl/emulation.em index 7fe821a..8ff71d6 100644 --- a/ld/emultempl/emulation.em +++ b/ld/emultempl/emulation.em @@ -36,6 +36,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = ${LDEMUL_EMIT_CTF_EARLY-NULL}, ${LDEMUL_ACQUIRE_STRINGS_FOR_CTF-NULL}, ${LDEMUL_NEW_DYNSYM_FOR_CTF-NULL}, - ${LDEMUL_PRINT_SYMBOL-NULL} + ${LDEMUL_PRINT_SYMBOL-NULL}, + ${LDEMUL_FIND_START_SYMBOL-NULL} }; EOF diff --git a/ld/emultempl/kvxelf.em b/ld/emultempl/kvxelf.em index 186f148..c9a83f7 100644 --- a/ld/emultempl/kvxelf.em +++ b/ld/emultempl/kvxelf.em @@ -173,7 +173,7 @@ elf${ELFSIZE}_kvx_add_stub_section (const char *stub_sec_name, return stub_sec; err_ret: - einfo ("%X%P: can not make stub section: %E\n"); + einfo (_("%X%P: can not make stub section: %E\n")); return NULL; } @@ -216,7 +216,7 @@ gld${EMULATION_NAME}_after_allocation (void) ret = bfd_elf_discard_info (link_info.output_bfd, & link_info); if (ret < 0) { - einfo ("%X%P: .eh_frame/.stab edit: %E\n"); + einfo (_("%X%P: .eh_frame/.stab edit: %E\n")); return; } else if (ret > 0) @@ -232,7 +232,7 @@ gld${EMULATION_NAME}_after_allocation (void) { if (ret < 0) { - einfo ("%X%P: could not compute sections lists for stub generation: %E\n"); + einfo (_("%X%P: could not compute sections lists for stub generation: %E\n")); return; } @@ -246,7 +246,7 @@ gld${EMULATION_NAME}_after_allocation (void) & elf${ELFSIZE}_kvx_add_stub_section, & gldkvx_layout_sections_again)) { - einfo ("%X%P: cannot size stub section: %E\n"); + einfo (_("%X%P: cannot size stub section: %E\n")); return; } } @@ -266,7 +266,7 @@ gld${EMULATION_NAME}_finish (void) && stub_file->the_bfd->sections != NULL) { if (! elf${ELFSIZE}_kvx_build_stubs (& link_info)) - einfo ("%X%P: can not build stubs: %E\n"); + einfo (_("%X%P: can not build stubs: %E\n")); } } @@ -291,7 +291,7 @@ kvx_elf_create_output_section_statements (void) bfd_get_arch (link_info.output_bfd), bfd_get_mach (link_info.output_bfd))) { - einfo ("%X%P: can not create BFD %E\n"); + fatal (_("%P: can not create BFD %E\n")); return; } @@ -299,7 +299,7 @@ kvx_elf_create_output_section_statements (void) ldlang_add_file (stub_file); if (!kvx_elf${ELFSIZE}_init_stub_bfd (&link_info, stub_file->the_bfd)) - einfo ("%P: can not init BFD: %E\n"); + fatal (_("%P: can not init BFD: %E\n")); } diff --git a/ld/emultempl/loongarchelf.em b/ld/emultempl/loongarchelf.em index 928fd83..517ece1 100644 --- a/ld/emultempl/loongarchelf.em +++ b/ld/emultempl/loongarchelf.em @@ -58,7 +58,7 @@ larch_elf_before_allocation (void) ENABLE_RELAXATION; } - link_info.relax_pass = 2; + link_info.relax_pass = 3; } static void diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 50bb082..b522687 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -2448,6 +2448,55 @@ gld${EMULATION_NAME}_find_potential_libraries { return ldfile_open_file_search (name, entry, "", ".lib"); } + +static struct bfd_link_hash_entry * +gld${EMULATION_NAME}_find_alt_start_symbol + (struct bfd_sym_chain *entry) +{ +#if defined (TARGET_IS_i386pe) + bool entry_has_stdcall_suffix; +#endif + struct bfd_link_hash_entry *h; + size_t entry_name_len; + char *symbol_name; + const char *prefix; + const char *suffix; + + entry_name_len = strlen (entry->name); + + if (is_underscoring ()) + prefix = "_"; + else + prefix = ""; + +#if defined (TARGET_IS_i386pe) + if ((entry_name_len > 2 && entry->name[entry_name_len-2] == '@' && ISDIGIT (entry->name[entry_name_len-1])) + || (entry_name_len > 3 && entry->name[entry_name_len-3] == '@' && ISDIGIT (entry->name[entry_name_len-2]) && ISDIGIT (entry->name[entry_name_len-1])) + || (entry_name_len > 4 && entry->name[entry_name_len-4] == '@' && ISDIGIT (entry->name[entry_name_len-3]) && ISDIGIT (entry->name[entry_name_len-2]) && ISDIGIT (entry->name[entry_name_len-1]))) + entry_has_stdcall_suffix = true; + else + entry_has_stdcall_suffix = false; + + if (!entry_has_stdcall_suffix && (bfd_link_dll (&link_info) || dll)) + suffix = "@12"; + else if (!entry_has_stdcall_suffix && pe_subsystem == 1 /* NT kernel driver */) + suffix = "@8"; + else +#endif + suffix = ""; + + if (*prefix == '\0' && *suffix == '\0') + return NULL; + + symbol_name = xmalloc (entry_name_len + 5); + strcpy (symbol_name, prefix); + strcat (symbol_name, entry->name); + strcat (symbol_name, suffix); + + h = bfd_link_hash_lookup (link_info.hash, symbol_name, false, false, true); + free (symbol_name); + return h; +} static char * gld${EMULATION_NAME}_get_script (int *isfile) @@ -2526,5 +2575,6 @@ LDEMUL_UNRECOGNIZED_FILE=gld${EMULATION_NAME}_unrecognized_file LDEMUL_LIST_OPTIONS=gld${EMULATION_NAME}_list_options LDEMUL_RECOGNIZED_FILE=gld${EMULATION_NAME}_recognized_file LDEMUL_FIND_POTENTIAL_LIBRARIES=gld${EMULATION_NAME}_find_potential_libraries +LDEMUL_FIND_START_SYMBOL=gld${EMULATION_NAME}_find_alt_start_symbol source_em ${srcdir}/emultempl/emulation.em @@ -531,7 +531,9 @@ named @var{entry}, the linker will try to parse @var{entry} as a number, and use that as the entry address (the number will be interpreted in base 10; you may use a leading @samp{0x} for base 16, or a leading @samp{0} for base 8). @xref{Entry Point}, for a discussion of defaults -and other ways of specifying the entry point. +and other ways of specifying the entry point. For i386 PE, @var{entry} +can be also the original function name (without the leading underscore +and/or the trailing stdcall @samp{@@number} when applicable). @kindex --exclude-libs @item --exclude-libs @var{lib},@var{lib},... @@ -1022,7 +1024,7 @@ Write a @dfn{dependency file} to @var{depfile}. This file contains a rule suitable for @code{make} describing the output file and all the input files that were read to produce it. The output is similar to the compiler's output with @samp{-M -MP} (@pxref{Preprocessor Options,, Options -Controlling the Preprocessor, gcc.info, Using the GNU Compiler +Controlling the Preprocessor, gcc, Using the GNU Compiler Collection}). Note that there is no option like the compiler's @samp{-MM}, to exclude ``system files'' (which is not a well-specified concept in the linker, unlike ``system headers'' in the compiler). So the output from @@ -8372,6 +8374,21 @@ GCS markings. If issues are found, a maximum of 20 messages will be emitted, and then a summary with the total number of issues will be displayed at the end. +@kindex -z memtag-mode=@var{mode} +@cindex MTE modes of operation +The @samp{-z memtag-mode=mode} specifies the MTE mode of operation. +The value of @samp{mode} can be one of @samp{none}, @samp{sync} or +@samp{async}. The specified modes determine the value of the +@samp{DT_AARCH64_MEMTAG_MODE} dynamic tag. The @samp{sync} mode +implies precise exceptions, with the runtime providing the exact +instruction where the fault occurred, and the exact faulting address. +The @samp{async} mode implies imprecise exceptions. + +@kindex -z memtag-stack +@cindex Mark program stack for MTE protection +The @samp{-z memtag-stack} specifies that output object uses MTE +instructions for stack memory usage. + @ifclear GENERIC @lowersections @end ifclear @@ -9684,7 +9701,7 @@ format can be supported simply by creating a new BFD back end and adding it to the library. To conserve runtime memory, however, the linker and associated tools are usually configured to support only a subset of the object file formats available. You can use @code{objdump -i} -(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to +(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}) to list all the formats available for your configuration. @cindex BFD requirements diff --git a/ld/ldemul.c b/ld/ldemul.c index dce0d38..35f91a2 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -35,6 +35,14 @@ static ld_emulation_xfer_type *ld_emulation; +struct bfd_link_hash_entry * +ldemul_find_alt_start_symbol (struct bfd_sym_chain *entry) +{ + if (ld_emulation->find_alt_start_symbol) + return ld_emulation->find_alt_start_symbol (entry); + return NULL; +} + void ldemul_hll (char *name) { diff --git a/ld/ldemul.h b/ld/ldemul.h index aa014ae..c58d4c2 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -115,9 +115,10 @@ extern void ldemul_acquire_strings_for_ctf (struct ctf_dict *, struct elf_strtab_hash *); extern void ldemul_new_dynsym_for_ctf (struct ctf_dict *, int symidx, struct elf_internal_sym *); - extern bool ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr); +extern struct bfd_link_hash_entry * ldemul_find_alt_start_symbol + (struct bfd_sym_chain *); typedef struct ld_emulation_xfer_struct { /* Run before parsing the command line and script file. @@ -259,6 +260,11 @@ typedef struct ld_emulation_xfer_struct { bool (*print_symbol) (struct bfd_link_hash_entry *hash_entry, void *ptr); + /* Called when ENTRY->name cannot be found by a direct lookup in INFO->hash. + Allows emulations to try variations of the name. */ + struct bfd_link_hash_entry * (*find_alt_start_symbol) + (struct bfd_sym_chain *entry); + } ld_emulation_xfer_type; typedef enum { diff --git a/ld/ldlang.c b/ld/ldlang.c index 0bb9e17..6e31c35 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -43,6 +43,7 @@ #include "hashtab.h" #include "elf-bfd.h" #include "bfdver.h" +#include <errno.h> #if BFD_SUPPORTS_PLUGINS #include "plugin.h" @@ -322,7 +323,7 @@ spec_match (const struct wildcard_spec *spec, const char *name) } static char * -ldirname (const char *name) +stat_ldirname (const char *name) { const char *base = lbasename (name); @@ -1266,7 +1267,7 @@ new_afile (const char *name, /* If name is a relative path, search the directory of the current linker script first. */ if (from_filename && !IS_ABSOLUTE_PATH (name)) - p->extra_search_path = ldirname (from_filename); + p->extra_search_path = stat_ldirname (from_filename); p->flags.real = true; p->flags.search_dirs = true; break; @@ -2486,11 +2487,18 @@ lang_map (void) } static bool +is_defined (struct bfd_link_hash_entry *h) +{ + return h != NULL + && (h->type == bfd_link_hash_defined + || h->type == bfd_link_hash_defweak); +} + +static bool sort_def_symbol (struct bfd_link_hash_entry *hash_entry, void *info ATTRIBUTE_UNUSED) { - if ((hash_entry->type == bfd_link_hash_defined - || hash_entry->type == bfd_link_hash_defweak) + if (is_defined (hash_entry) && hash_entry->u.def.section->owner != link_info.output_bfd && hash_entry->u.def.section->owner != NULL) { @@ -2867,7 +2875,7 @@ lang_add_section (lang_statement_list_type *ptr, /* This must happen after flags have been updated. The output section may have been created before we saw its first input section, eg. for a data statement. */ - bfd_init_private_section_data (section->owner, section, + bfd_copy_private_section_data (section->owner, section, link_info.output_bfd, output->bfd_section, &link_info); @@ -4184,9 +4192,7 @@ ldlang_check_require_defined_symbols (void) h = bfd_link_hash_lookup (link_info.hash, ptr->name, false, false, true); - if (h == NULL - || (h->type != bfd_link_hash_defined - && h->type != bfd_link_hash_defweak)) + if (! is_defined (h)) einfo(_("%X%P: required symbol `%s' not defined\n"), ptr->name); } } @@ -4892,9 +4898,7 @@ print_assignment (lang_assignment_statement_type *assignment, h = bfd_link_hash_lookup (link_info.hash, assignment->exp->assign.dst, false, false, true); - if (h != NULL - && (h->type == bfd_link_hash_defined - || h->type == bfd_link_hash_defweak)) + if (is_defined (h)) { value = h->u.def.value; value += h->u.def.section->output_section->vma; @@ -4939,8 +4943,7 @@ print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) { asection *sec = (asection *) ptr; - if ((hash_entry->type == bfd_link_hash_defined - || hash_entry->type == bfd_link_hash_defweak) + if (is_defined (hash_entry) && sec == hash_entry->u.def.section) { print_spaces (SECTION_NAME_MAP_LENGTH); @@ -5062,7 +5065,8 @@ print_input_section (asection *i, bool is_discarded) } print_spaces (SECTION_NAME_MAP_LENGTH - len); - if (i->output_section != NULL + if ((i->flags & SEC_EXCLUDE) == 0 + && i->output_section != NULL && i->output_section->owner == link_info.output_bfd) addr = i->output_section->vma + i->output_offset; else @@ -7233,9 +7237,7 @@ lang_end (void) { h = bfd_link_hash_lookup (link_info.hash, sym->name, false, false, false); - if (h != NULL - && (h->type == bfd_link_hash_defined - || h->type == bfd_link_hash_defweak) + if (is_defined (h) && !bfd_is_const_section (h->u.def.section)) break; } @@ -7254,9 +7256,11 @@ lang_end (void) h = bfd_link_hash_lookup (link_info.hash, entry_symbol.name, false, false, true); - if (h != NULL - && (h->type == bfd_link_hash_defined - || h->type == bfd_link_hash_defweak) + + if (! is_defined (h) || h->u.def.section->output_section == NULL) + h = ldemul_find_alt_start_symbol (&entry_symbol); + + if (is_defined (h) && h->u.def.section->output_section != NULL) { bfd_vma val; @@ -10491,7 +10495,7 @@ setup_section (bfd *ibfd, sec_ptr isection, void *p) /* Allow the BFD backend to copy any private data it understands from the input section to the output section. */ - if (!bfd_copy_private_section_data (ibfd, isection, obfd, osection)) + if (!bfd_copy_private_section_data (ibfd, isection, obfd, osection, NULL)) { err = _("failed to copy private data"); goto loser; @@ -10837,10 +10841,19 @@ cmdline_add_object_only_section (bfd_byte *contents, size_t size) fatal (_("%P: failed to finish output with object-only section\n")); } + /* ibfd needs to be closed *after* obfd, otherwise ld may crash with a + segmentation fault. */ + if (!bfd_close (ibfd)) + einfo (_("%P%F: failed to close input\n")); + /* Must be freed after bfd_close (). */ free (isympp); free (osympp); + /* Must unlink to ensure rename works on Windows. */ + if (unlink (output_filename) && errno != ENOENT) + einfo (_("%P%F: failed to unlink %s\n"), output_filename); + if (rename (ofilename, output_filename)) { unlink (ofilename); @@ -10851,10 +10864,14 @@ cmdline_add_object_only_section (bfd_byte *contents, size_t size) return; loser: - free (isympp); - free (osympp); if (obfd) bfd_close (obfd); + /* ibfd needs to be closed *after* obfd, otherwise ld may crash with a + segmentation fault. */ + if (ibfd) + bfd_close (ibfd); + free (isympp); + free (osympp); if (ofilename) { unlink (ofilename); @@ -10884,6 +10901,9 @@ cmdline_emit_object_only_section (void) lang_init (true); ldexp_init (true); + /* Allow lang_add_section to add new sections. */ + map_head_is_link_order = false; + /* Set up the object-only output. */ lang_final (); diff --git a/ld/ldmisc.c b/ld/ldmisc.c index 9ee0781..3f305fa 100644 --- a/ld/ldmisc.c +++ b/ld/ldmisc.c @@ -42,7 +42,6 @@ %C clever filename:linenumber with function %D like %C, but no function name %E current bfd error or errno - %F error is fatal %G like %D, but only function name %H like %C but in addition emit section+offset %P print program name @@ -70,7 +69,6 @@ void vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning) { - bool isfatal = false; const char *scan; int arg_type; unsigned int arg_count = 0; @@ -280,11 +278,6 @@ vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning) } break; - case 'F': - /* Error is fatal. */ - isfatal = true; - break; - case 'P': /* Print program name. */ fprintf (fp, "%s", program_name); @@ -586,9 +579,6 @@ vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning) if (is_warning && config.fatal_warnings) config.make_executable = false; - - if (isfatal) - xexit (1); } /* Format info message and print on stdout. */ diff --git a/ld/ldwrite.c b/ld/ldwrite.c index 7613def..974245f 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -366,7 +366,7 @@ clone_section (bfd *abfd, asection *s, const char *name, int *count) n->reloc_count = 0; n->alignment_power = s->alignment_power; - bfd_copy_private_section_data (abfd, s, abfd, n); + bfd_copy_private_section_data (abfd, s, abfd, n, NULL); return n; } diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 4a2ea03..210b77e 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -1620,10 +1620,11 @@ generate_reloc (bfd *abfd, struct bfd_link_info *info) printf ("rel: %s\n", sym->name); } if (!relocs[i]->howto->pc_relative - && relocs[i]->howto->type != pe_details->imagebase_reloc - && (relocs[i]->howto->type < pe_details->secrel_reloc_lo - || relocs[i]->howto->type > pe_details->secrel_reloc_hi) - && relocs[i]->howto->type != pe_details->section_reloc) + && (bfd_get_flavour (b) != bfd_target_coff_flavour + || (relocs[i]->howto->type != pe_details->imagebase_reloc + && (relocs[i]->howto->type < pe_details->secrel_reloc_lo + || relocs[i]->howto->type > pe_details->secrel_reloc_hi) + && relocs[i]->howto->type != pe_details->section_reloc))) { struct bfd_symbol *sym = *relocs[i]->sym_ptr_ptr; const struct bfd_link_hash_entry *blhe diff --git a/ld/po/BLD-POTFILES.in b/ld/po/BLD-POTFILES.in index 10cef15..7daf1d7 100644 --- a/ld/po/BLD-POTFILES.in +++ b/ld/po/BLD-POTFILES.in @@ -33,7 +33,6 @@ earmelf_haiku.c earmelf_linux.c earmelf_linux_eabi.c earmelf_linux_fdpiceabi.c -earmelf_nacl.c earmelf_nbsd.c earmelf_phoenix.c earmelf_vxworks.c @@ -43,7 +42,6 @@ earmelfb_fuchsia.c earmelfb_linux.c earmelfb_linux_eabi.c earmelfb_linux_fdpiceabi.c -earmelfb_nacl.c earmelfb_nbsd.c earmnto.c earmpe.c diff --git a/ld/po/es.po b/ld/po/es.po index a58a44b..3111da2 100644 --- a/ld/po/es.po +++ b/ld/po/es.po @@ -1,15 +1,15 @@ # Spanish translation for ld. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2018, 2019, 2020 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2018, 2019, 2020, 2021 Free Software Foundation, Inc. # This file is distributed under the same license as the binutils package. # Cristian Othón MartÃnez Vera <cfuga@cfuga.mx>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. -# Antonio Ceballos Roa <aceballos@gmail.com>, 2018, 2019, 2020 +# Antonio Ceballos Roa <aceballos@gmail.com>, 2018, 2019, 2020, 2021, 2025 # msgid "" msgstr "" -"Project-Id-Version: ld 2.34.90\n" -"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2020-07-04 10:34+0100\n" -"PO-Revision-Date: 2020-11-14 10:52+0100\n" +"Project-Id-Version: ld 2.44.90\n" +"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" +"POT-Creation-Date: 2025-07-13 08:53+0100\n" +"PO-Revision-Date: 2025-07-16 08:01+0200\n" "Last-Translator: Antonio Ceballos Roa <aceballos@gmail.com>\n" "Language-Team: Spanish <es@tp.org.es>\n" "Language: es\n" @@ -19,19 +19,19 @@ msgstr "" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ldcref.c:171 +#: ldcref.c:170 msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" msgstr "%X%P: falló bfd_hash_table_init de la tabla cref: %E\n" -#: ldcref.c:177 +#: ldcref.c:176 msgid "%X%P: cref_hash_lookup failed: %E\n" msgstr "%X%P: falló cref_hash_lookup: %E\n" -#: ldcref.c:187 +#: ldcref.c:186 msgid "%X%P: cref alloc failed: %E\n" msgstr "%X%P: falló la reubicación cref: %E\n" -#: ldcref.c:372 +#: ldcref.c:371 #, c-format msgid "" "\n" @@ -42,66 +42,65 @@ msgstr "" "Tabla de Referencias Cruzadas\n" "\n" -#: ldcref.c:373 +#: ldcref.c:372 msgid "Symbol" msgstr "SÃmbolo" -#: ldcref.c:381 +#: ldcref.c:380 #, c-format msgid "File\n" msgstr "Fichero\n" -#: ldcref.c:385 +#: ldcref.c:384 #, c-format msgid "No symbols\n" msgstr "No hay sÃmbolos\n" -#: ldcref.c:414 ldcref.c:566 +#: ldcref.c:413 ldcref.c:565 msgid "%P: symbol `%pT' missing from main hash table\n" msgstr "%P: falta el sÃmbolo `%pT' de la tabla principal de dispersión\n" -#: ldcref.c:518 ldcref.c:629 ldmain.c:1293 ldmisc.c:335 pe-dll.c:736 -#: pe-dll.c:1314 pe-dll.c:1435 pe-dll.c:1558 earm_wince_pe.c:1437 -#: earm_wince_pe.c:1644 earmpe.c:1437 earmpe.c:1644 ei386pe.c:1437 -#: ei386pe.c:1644 ei386pe_posix.c:1437 ei386pe_posix.c:1644 ei386pep.c:1422 -#: emcorepe.c:1437 emcorepe.c:1644 eppcpe.c:1437 eppcpe.c:1644 eshpe.c:1437 -#: eshpe.c:1644 -msgid "%F%P: %pB: could not read symbols: %E\n" -msgstr "%F%F: %pB: no se pueden leer sÃmbolos: %E\n" +#: ldcref.c:517 ldcref.c:628 ldmain.c:1733 ldmisc.c:320 pe-dll.c:783 +#: pe-dll.c:1353 pe-dll.c:1474 pe-dll.c:1576 eaarch64pe.c:1580 earm64pe.c:1580 +#: earm_wince_pe.c:1583 earm_wince_pe.c:1770 earmpe.c:1583 earmpe.c:1770 +#: ei386pe.c:1583 ei386pe.c:1770 ei386pe_posix.c:1583 ei386pe_posix.c:1770 +#: ei386pep.c:1580 emcorepe.c:1583 emcorepe.c:1770 eshpe.c:1583 eshpe.c:1770 +msgid "%P: %pB: could not read symbols: %E\n" +msgstr "%P: %pB: no se pueden leer sÃmbolos: %E\n" -#: ldcref.c:691 ldcref.c:698 ldmain.c:1355 ldmain.c:1362 -msgid "%F%P: %pB: could not read relocs: %E\n" -msgstr "%F%P: %pB: no se pueden leer las reubicaciones: %E\n" +#: ldcref.c:690 ldcref.c:697 ldmain.c:1795 ldmain.c:1802 +msgid "%P: %pB: could not read relocs: %E\n" +msgstr "%P: %pB: no se pueden leer las reubicaciones: %E\n" #. We found a reloc for the symbol. The symbol is defined #. in OUTSECNAME. This reloc is from a section which is #. mapped into a section from which references to OUTSECNAME #. are prohibited. We must report an error. -#: ldcref.c:725 -msgid "%X%P: %C: prohibited cross reference from %s to `%pT' in %s\n" -msgstr "%X%P: %C: referencia cruzada prohibida de %s a `%pT' en %s\n" +#: ldcref.c:724 +msgid "%X%P: %H: prohibited cross reference from %s to `%pT' in %s\n" +msgstr "%X%P: %H: referencia cruzada prohibida de %s a `%pT' en %s\n" -#: ldctor.c:84 +#: ldctor.c:85 msgid "%X%P: different relocs used in set %s\n" msgstr "%X%P: se usaron diferentes reubicaciones en el conjunto %s\n" -#: ldctor.c:102 +#: ldctor.c:103 msgid "%X%P: different object file formats composing set %s\n" msgstr "%X%P: formatos diferentes de fichero objeto componen al conjunto %s\n" -#: ldctor.c:278 ldctor.c:299 +#: ldctor.c:279 ldctor.c:300 msgid "%X%P: %s does not support reloc %s for set %s\n" msgstr "%X%P: %s no se admite la reubicación %s para el conjunto %s\n" -#: ldctor.c:294 +#: ldctor.c:295 msgid "%X%P: special section %s does not support reloc %s for set %s\n" msgstr "%X%P: la sección especial %s no admite la reubicación %s para el conjunto %s\n" -#: ldctor.c:320 +#: ldctor.c:321 msgid "%X%P: unsupported size %d for set %s\n" msgstr "%X%P: no se admite el tamaño %d para el conjunto %s\n" -#: ldctor.c:343 +#: ldctor.c:344 msgid "" "\n" "Set Symbol\n" @@ -111,314 +110,389 @@ msgstr "" "Conjunto SÃmbolo\n" "\n" -#: ldelf.c:71 -msgid "%P: warning: -z dynamic-undefined-weak ignored\n" -msgstr "%P: aviso: se ha hecho caso omiso de -z dynamic-undefined-weak\n" - #: ldelf.c:98 -msgid "%F%P: %pB: --just-symbols may not be used on DSO\n" -msgstr "%F%P: %pB: --just-symbols no se puede utilizar en DSO\n" +msgid "%P: common page size (0x%v) > maximum page size (0x%v)\n" +msgstr "%P: tamaño de página común (0x%v) > tamaño máximo de página (0x%v)\n" -#: ldelf.c:200 +#: ldelf.c:124 +msgid "%P: %pB: --just-symbols may not be used on DSO\n" +msgstr "%P: %pB: --just-symbols no se puede utilizar en DSO\n" + +#: ldelf.c:226 ldelf.c:372 msgid "%P: %pB: bfd_stat failed: %E\n" msgstr "%P: %pB: falló bfd_stat: %E\n" -#: ldelf.c:241 +#: ldelf.c:267 msgid "%P: warning: %s, needed by %pB, may conflict with %s\n" msgstr "%P: aviso: %s, necesario para %pB, podrÃa entrar en conflicto con %s\n" -#: ldelf.c:261 ldfile.c:133 +#: ldelf.c:287 ldfile.c:356 #, c-format msgid "attempt to open %s failed\n" msgstr "falló el intento de abrir %s\n" -#: ldelf.c:298 -msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" -msgstr "%F%P: %pB: bfd_elf_get_bfd_needed_list falló: %E\n" - -#: ldelf.c:346 -msgid "%F%P: %pB: bfd_stat failed: %E\n" -msgstr "%F%P: %pB: bfd_stat falló: %E\n" +#: ldelf.c:324 +msgid "%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" +msgstr "%P: %pB: bfd_elf_get_bfd_needed_list falló: %E\n" -#: ldelf.c:352 +#: ldelf.c:378 #, c-format msgid "found %s at %s\n" msgstr "se ha encontrado %s en %s\n" -#: ldelf.c:385 ldlang.c:3146 ldlang.c:3160 -msgid "%F%P: %pB: error adding symbols: %E\n" -msgstr "%F%P: %pB: error al añadir sÃmbolos: %E\n" +#: ldelf.c:411 ldlang.c:3228 ldlang.c:3242 ldlang.c:11057 +msgid "%P: %pB: error adding symbols: %E\n" +msgstr "%P: %pB: error al añadir sÃmbolos: %E\n" #. We only issue an "unrecognised" message in verbose mode #. as the $<foo> token might be a legitimate component of #. a path name in the target's file system. -#: ldelf.c:572 +#: ldelf.c:601 #, c-format msgid "unrecognised or unsupported token '%s' in search path\n" msgstr "no se reconoce o no se admite el «token» '%s' en la ruta de búsqueda\n" -#: ldelf.c:1016 -msgid "%F%P: %s: can't open for writing: %E\n" -msgstr "%F%P: %s: no se puede abrir para escritura: %E\n" - -#: ldelf.c:1050 ldelf.c:1084 -msgid "%F%P: cannot use executable file '%pB' as input to a link\n" -msgstr "%F%P: no se puede usar el fichero ejecutable '%pB' como entrada de un enlace\n" - -#: ldelf.c:1111 -msgid "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" -msgstr "%F%P: descripciones de marcos compactos incompatibles DWARF2 .eh_frame desde %pB\n" - -#: ldelf.c:1147 -msgid "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" -msgstr "%P: aviso: no se puede crear la sección .eh_frame_hdr, se hace caso omiso de --eh-frame-hdr.\n" - -#: ldelf.c:1203 +#: ldelf.c:1084 #, c-format msgid "%s needed by %pB\n" msgstr "%s necesario para %pB\n" -#: ldelf.c:1312 +#: ldelf.c:1193 msgid "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" msgstr "%P: aviso: %s, necesario para %pB, no se ha encontrado (pruebe utilizando -rpath o -rpath-link)\n" -#: ldelf.c:1325 -msgid "%F%P: failed to add DT_NEEDED dynamic tag\n" -msgstr "%F%P: fallo al añadir la etiqueta dinámica DT_NEEDED\n" +#: ldelf.c:1209 +msgid "%P: failed to add DT_NEEDED dynamic tag\n" +msgstr "%P: fallo al añadir la etiqueta dinámica DT_NEEDED\n" + +#: ldelf.c:1260 +msgid "%P: %s: can't open for writing: %E\n" +msgstr "%P: %s: no se puede abrir para escritura: %E\n" + +#: ldelf.c:1315 +msgid "%P: cannot use executable file '%pB' as input to a link\n" +msgstr "%P: no se puede usar el fichero ejecutable '%pB' como entrada de un enlace\n" + +#: ldelf.c:1369 +msgid "%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" +msgstr "%P: descripciones de marcos compactos incompatibles DWARF2 .eh_frame desde %pB\n" -#: ldelf.c:1333 -msgid "%F%P: failed to parse EH frame entries\n" -msgstr "%F%P: fallo al analizar entradas de marco EH\n" +#: ldelf.c:1405 +msgid "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" +msgstr "%P: aviso: no se puede crear la sección .eh_frame_hdr, se descarta --eh-frame-hdr.\n" + +#: ldelf.c:1411 +msgid "%P: failed to parse EH frame entries\n" +msgstr "%P: fallo al analizar entradas de marco EH\n" -#: ldelf.c:1372 +#: ldelf.c:1453 msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n" -msgstr "%P: aviso: se descarta la sección .note.gnu.build-id, se hace caso omiso de --build-id\n" +msgstr "%P: aviso: se descarta la sección .note.gnu.build-id, se descarta --build-id\n" -#: ldelf.c:1418 earm_wince_pe.c:1228 earmpe.c:1228 ei386pe.c:1228 -#: ei386pe_posix.c:1228 ei386pep.c:1231 emcorepe.c:1228 eppcpe.c:1228 -#: eshpe.c:1228 +#: ldelf.c:1503 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 +#: earmpe.c:1339 ei386pe.c:1339 ei386pe_posix.c:1339 ei386pep.c:1354 +#: emcorepe.c:1339 eshpe.c:1339 msgid "%P: warning: unrecognized --build-id style ignored\n" msgstr "%P: aviso: se descarta estilo --build-id no reconocido\n" -#: ldelf.c:1436 +#: ldelf.c:1522 msgid "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n" -msgstr "%P: aviso: no se puede crear la sección .note.gnu.build-id, se hace caso omiso de --build-id\n" +msgstr "%P: aviso: no se puede crear la sección .note.gnu.build-id, se descarta --build-id\n" + +#: ldelf.c:1543 +msgid "%P: warning: .note.package section discarded, --package-metadata ignored\n" +msgstr "%P: aviso: se descarta la sección .note.package; se descarta --package-metadata\n" + +#: ldelf.c:1599 +msgid "%P: warning: --package-metadata is empty, ignoring\n" +msgstr "%P: aviso: --package-metadata está vacÃo; se descarta\n" -#: ldelf.c:1468 eaix5ppc.c:1370 eaix5rs6.c:1370 eaixppc.c:1370 eaixrs6.c:1370 -#: eppcmacos.c:1370 -msgid "%F%P: failed to record assignment to %s: %E\n" -msgstr "%F%P: no se ha podido grabar la asignación a %s: %E\n" +#: ldelf.c:1609 +msgid "%P: warning: --package-metadata=%s does not contain valid JSON, ignoring: %s\n" +msgstr "%P: aviso: --package-metadata=%s no contiene JSON válido; se descarta: %s\n" -#: ldelf.c:1650 ldelf.c:1715 eaix5ppc.c:832 eaix5rs6.c:832 eaixppc.c:832 -#: eaixrs6.c:832 eelf64_ia64_vms.c:209 eppcmacos.c:832 -msgid "%F%P: failed to set dynamic section sizes: %E\n" -msgstr "%F%P: no se han podido establecer los tamaños de las secciones dinámicas: %E\n" +#: ldelf.c:1638 +msgid "%P: warning: cannot create .note.package section, --package-metadata ignored\n" +msgstr "%P: aviso: no se puede crear la sección .note.package; se descarta --package-metadata\n" -#: ldelf.c:1687 -msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" -msgstr "%F%P: %pB: no se puede leer el contenido de la sección .gnu.warning: %E\n" +#: ldelf.c:1670 eaix5ppc.c:1545 eaix5rs6.c:1545 eaixppc.c:1545 eaixrs6.c:1545 +#: eppcmacos.c:1545 +msgid "%P: failed to record assignment to %s: %E\n" +msgstr "%P: no se ha podido grabar la asignación a %s: %E\n" -#: ldelfgen.c:55 -msgid "%F%P: map sections to segments failed: %E\n" -msgstr "%F%P: falló la asociación de secciones a segmentos: %E\n" +#: ldelf.c:1845 ldelf.c:1911 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 +#: eaixrs6.c:816 eelf64_ia64_vms.c:209 eppcmacos.c:816 +msgid "%P: failed to set dynamic section sizes: %E\n" +msgstr "%P: no se han podido establecer los tamaños de las secciones dinámicas: %E\n" -#: ldelfgen.c:75 -msgid "%F%P: looping in map_segments" -msgstr "%F%P: bucle en map_segments" +#: ldelf.c:1883 +msgid "%P: %pB: can't read contents of section %pA: %E\n" +msgstr "%P: %pB: no se puede leer el contenido de la sección %pA: %E\n" -#: ldelfgen.c:87 -msgid "%F%P: failed to strip zero-sized dynamic sections" -msgstr "%F%P: no se han podido quitar las secciones dinámicas de tamaño cero" +#: ldelfgen.c:285 +msgid "%P: %pA has both ordered and unordered sections\n" +msgstr "%P: %pA usa tanto secciones ordenadas como desordenadas\n" -#: ldelfgen.c:191 -msgid "%F%P: warning: CTF strtab association failed; strings will not be shared: %s\n" -msgstr "%F%P: aviso: la asociación CFT strtab ha fallado; las cadenas no van a compartirse: %s\n" +#: ldelfgen.c:310 eelf32loongarch.c:106 eelf64loongarch.c:106 +msgid "%P: map sections to segments failed: %E\n" +msgstr "%P: falló la asociación de secciones a segmentos: %E\n" -#: ldelfgen.c:197 -msgid "%F%P: warning: CTF symbol shuffling failed; slight space cost: %s\n" -msgstr "%F%P: aviso: la acción de barajar los sÃmbolos CTF ha fallado; leve coste de espacio: %s\n" +#: ldelfgen.c:330 +msgid "%P: looping in map_segments\n" +msgstr "%P: bucle en map_segments\n" -#: ldemul.c:314 +#: ldelfgen.c:341 +msgid "%P: failed to strip zero-sized dynamic sections\n" +msgstr "%P: no se han podido quitar las secciones dinámicas de tamaño cero\n" + +#: ldelfgen.c:419 +msgid "%P: warning: CTF strtab association failed; strings will not be shared: %s\n" +msgstr "%P: aviso: la asociación CFT strtab ha fallado; las cadenas no van a compartirse: %s\n" + +#: ldelfgen.c:446 +msgid "%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: aviso: la adición de sÃmbolos CTF ha fallado; CTF no estará vinculado a sÃmbolos: %s\n" + +#: ldelfgen.c:456 +msgid "%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: aviso: la remodelación de sÃmbolos CTF ha fallado; CTF no estará vinculado a sÃmbolos: %s\n" + +#: ldemul.c:331 #, c-format msgid "%pS SYSLIB ignored\n" msgstr "%pS se descarta SYSLIB\n" -#: ldemul.c:320 +#: ldemul.c:337 #, c-format msgid "%pS HLL ignored\n" msgstr "%pS se descarta HLL\n" -#: ldemul.c:340 +#: ldemul.c:357 msgid "%P: unrecognised emulation mode: %s\n" msgstr "%P: no se reconoce el modo de emulación: %s\n" -#: ldemul.c:341 +#: ldemul.c:358 msgid "Supported emulations: " msgstr "Emulaciones admitidas: " -#: ldemul.c:383 +#: ldemul.c:400 #, c-format msgid " no emulation specific options.\n" msgstr " no hay opciones especÃficas de emulación.\n" -#: ldexp.c:284 -msgid "%F%P: bfd_hash_allocate failed creating symbol %s\n" -msgstr "%F%P: falló bfd_hash_allocate al crear el sÃmbolo %s\n" +#: ldexp.c:285 +msgid "%P: bfd_hash_allocate failed creating symbol %s\n" +msgstr "%P: falló bfd_hash_allocate al crear el sÃmbolo %s\n" -#: ldexp.c:315 -msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n" -msgstr "%F%P: falló bfd_hash_lookup al crear el sÃmbolo %s\n" +#: ldexp.c:316 +msgid "%P: bfd_hash_lookup failed creating symbol %s\n" +msgstr "%P: falló bfd_hash_lookup al crear el sÃmbolo %s\n" -#: ldexp.c:552 +#: ldexp.c:562 msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" msgstr "%P: aviso: la dirección de `%s' no es un múltiplo del tamaño máximo de página\n" -#: ldexp.c:631 -msgid "%F%P:%pS %% by zero\n" -msgstr "%F%P:%pS por cero\n" +#: ldexp.c:641 +msgid "%P:%pS %% by zero\n" +msgstr "%P:%pS %% por cero\n" -#: ldexp.c:640 -msgid "%F%P:%pS / by zero\n" -msgstr "%F%P:%pS / por cero\n" +#: ldexp.c:650 +msgid "%P:%pS / by zero\n" +msgstr "%P:%pS / por cero\n" -#: ldexp.c:736 ldlang.c:3922 ldmain.c:1260 earm_wince_pe.c:1772 earmpe.c:1772 -#: ei386pe.c:1772 ei386pe_posix.c:1772 ei386pep.c:1646 emcorepe.c:1772 -#: eppcpe.c:1772 eshpe.c:1772 -msgid "%F%P: bfd_link_hash_lookup failed: %E\n" -msgstr "%F%P: falló bfd_link_hash_lookup: %E\n" +#: ldexp.c:764 ldlang.c:4112 ldmain.c:1700 eaarch64pe.c:1168 eaarch64pe.c:1784 +#: earm64pe.c:1168 earm64pe.c:1784 earm_wince_pe.c:1154 earm_wince_pe.c:1881 +#: earmpe.c:1154 earmpe.c:1881 ei386pe.c:1154 ei386pe.c:1881 +#: ei386pe_posix.c:1154 ei386pe_posix.c:1881 ei386pep.c:1168 ei386pep.c:1784 +#: emcorepe.c:1154 emcorepe.c:1881 eshpe.c:1154 eshpe.c:1881 +msgid "%P: bfd_link_hash_lookup failed: %E\n" +msgstr "%P: falló bfd_link_hash_lookup: %E\n" -#: ldexp.c:749 +#: ldexp.c:777 msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%P:%pS: se referencÃa el sÃmbolo sin resolución `%s' en la expresión\n" -#: ldexp.c:764 -msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" -msgstr "%F%P:%pS: se referencÃa el sÃmbolo sin definir `%s' en la expresión\n" +#: ldexp.c:792 +msgid "%P:%pS: undefined symbol `%s' referenced in expression\n" +msgstr "%P:%pS: se referencÃa el sÃmbolo sin definir `%s' en la expresión\n" -#: ldexp.c:802 ldexp.c:820 ldexp.c:848 -msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" -msgstr "%F%P:%pS: se referencÃa la sección sin definir `%s' en la expresión\n" +#: ldexp.c:830 ldexp.c:848 ldexp.c:876 +msgid "%P:%pS: undefined section `%s' referenced in expression\n" +msgstr "%P:%pS: se referencÃa la sección sin definir `%s' en la expresión\n" -#: ldexp.c:879 ldexp.c:893 -msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" -msgstr "%F%P:%pS: se referencÃa la región MEMORY sin definir `%s' en la expresión\n" +#: ldexp.c:915 ldexp.c:929 +msgid "%P:%pS: undefined MEMORY region `%s' referenced in expression\n" +msgstr "%P:%pS: se referencÃa la región MEMORY sin definir `%s' en la expresión\n" -#: ldexp.c:905 -msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" -msgstr "%F%P:%pS: se referencÃa la constante sin definir `%s' en la expresión\n" +#: ldexp.c:941 +msgid "%P:%pS: unknown constant `%s' referenced in expression\n" +msgstr "%P:%pS: se referencÃa la constante desconocida `%s' en la expresión\n" -#: ldexp.c:1053 -msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" -msgstr "%F%P:%pS no se puede hacer una asignación PROVIDE al contador de ubicación\n" +#: ldexp.c:1089 +msgid "%P:%pS can not PROVIDE assignment to location counter\n" +msgstr "%P:%pS no se puede hacer una asignación PROVIDE al contador de ubicación\n" -#: ldexp.c:1086 -msgid "%F%P:%pS invalid assignment to location counter\n" -msgstr "%F%P:%pS asignación inválida al contador de ubicación\n" +#: ldexp.c:1122 +msgid "%P:%pS invalid assignment to location counter\n" +msgstr "%P:%pS asignación inválida al contador de ubicación\n" -#: ldexp.c:1090 -msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" -msgstr "%F%P:%pS asignación al contador de ubicación inválida fuera de SECTIONS\n" +#: ldexp.c:1126 +msgid "%P:%pS assignment to location counter invalid outside of SECTIONS\n" +msgstr "%P:%pS asignación al contador de ubicación inválida fuera de SECTIONS\n" -#: ldexp.c:1109 -msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" -msgstr "%F%P:%pS no se puede mover el contador de ubicación hacia atrás (de %V a %V)\n" +#: ldexp.c:1145 +msgid "%P:%pS cannot move location counter backwards (from %V to %V)\n" +msgstr "%P:%pS no se puede mover el contador de ubicación hacia atrás (de %V a %V)\n" -#: ldexp.c:1169 -msgid "%F%P:%s: hash creation failed\n" -msgstr "%F%P:%s: falló la creación de la dispersión\n" +#: ldexp.c:1205 +msgid "%P:%s: hash creation failed\n" +msgstr "%P:%s: falló la creación de la dispersión\n" -#: ldexp.c:1538 ldexp.c:1580 ldexp.c:1640 -msgid "%F%P:%pS: nonconstant expression for %s\n" -msgstr "%F%P:%pS: la expresión no es constante para %s\n" +#: ldexp.c:1581 ldexp.c:1624 ldexp.c:1684 +msgid "%P:%pS: nonconstant expression for %s\n" +msgstr "%P:%pS: la expresión no es constante para %s\n" -#: ldexp.c:1666 ldlang.c:1281 ldlang.c:3464 ldlang.c:7848 -msgid "%F%P: can not create hash table: %E\n" -msgstr "%F%P: no se puede crear la tabla de dispersión: %E\n" +#: ldexp.c:1711 ldlang.c:1399 ldlang.c:3561 ldlang.c:8309 +msgid "%P: can not create hash table: %E\n" +msgstr "%P: no se puede crear la tabla de dispersión: %E\n" -#: ldfile.c:135 +#: ldfile.c:239 +#, c-format +msgid "remap input file '%s' to '%s' based upon pattern '%s'\n" +msgstr "reasigna el fichero de entrada '%s' a '%s' basado en el patrón '%s'\n" + +#: ldfile.c:242 +#, c-format +msgid "remove input file '%s' based upon pattern '%s'\n" +msgstr "borra el fichero de entrada '%s' basado en el patrón '%s'\n" + +#: ldfile.c:248 +#, c-format +msgid "remap input file '%s' to '%s'\n" +msgstr "reasigna el fichero de entrada '%s' a '%s'\n" + +#: ldfile.c:251 +#, c-format +msgid "remove input file '%s'\n" +msgstr "borra el fichero de entrada '%s'\n" + +#: ldfile.c:269 +msgid "" +"\n" +"Input File Remapping\n" +"\n" +msgstr "" +"\n" +"Reasignación de Fichero de Entrada\n" +"\n" + +#: ldfile.c:274 +#, c-format +msgid " Pattern: %s\tMaps To: %s\n" +msgstr " Patrón: %s\tAsociar A: %s\n" + +#: ldfile.c:275 +msgid "<discard>" +msgstr "<descartar>" + +#: ldfile.c:358 #, c-format msgid "attempt to open %s succeeded\n" msgstr "tuvo éxito el intento de abrir %s\n" -#: ldfile.c:141 -msgid "%F%P: invalid BFD target `%s'\n" -msgstr "%F%P: objetivo BFD inválido `%s'\n" +#: ldfile.c:364 +msgid "%P: invalid BFD target `%s'\n" +msgstr "%P: objetivo BFD inválido `%s'\n" -#: ldfile.c:267 ldfile.c:297 +#: ldfile.c:481 ldfile.c:511 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: se salta el %s incompatible mientras se busca %s\n" -#: ldfile.c:280 -msgid "%F%P: attempted static link of dynamic object `%s'\n" -msgstr "%F%P: se intentó el enlazado estático del objeto dinámico `%s'\n" +#: ldfile.c:494 +msgid "%P: attempted static link of dynamic object `%s'\n" +msgstr "%P: se intentó el enlazado estático del objeto dinámico `%s'\n" -#: ldfile.c:407 +#: ldfile.c:623 msgid "%P: cannot find %s (%s): %E\n" msgstr "%P: no se puede encontrar %s (%s): %E\n" -#: ldfile.c:410 +#. We ignore the return status of the script +#. and always print the error message. +#: ldfile.c:626 ldfile.c:710 ldfile.c:714 msgid "%P: cannot find %s: %E\n" msgstr "%P: no se puede encontrar %s: %E\n" -#: ldfile.c:462 +#: ldfile.c:678 msgid "%P: cannot find %s inside %s\n" msgstr "%P: no se puede encontrar %s dentro de %s\n" -#: ldfile.c:465 -msgid "%P: cannot find %s\n" -msgstr "%P: no se puede encontrar %s\n" +#: ldfile.c:693 ldmain.c:1880 +msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n" +msgstr "%P: Se va a ejecutar el script '%s' de manejo de errores con los argumentos: '%s' '%s'\n" -#: ldfile.c:475 +#: ldfile.c:697 ldmain.c:1884 +msgid "error handling script" +msgstr "script de manejo de errores" + +#: ldfile.c:703 ldmain.c:1890 +msgid "%P: Failed to run error handling script '%s', reason: " +msgstr "%P: No se ha podido ejecutar el script '%s' de manejo de errores, motivo: " + +#: ldfile.c:719 +msgid "%P: have you installed the static version of the %s library ?\n" +msgstr "%P: ¿ha instalado la versión estática de la biblioteca %s ?\n" + +#: ldfile.c:730 msgid "%P: note to link with %s use -l:%s or rename it to lib%s\n" msgstr "%P: nótese para enlazar con %s utilizar -l:%s o renombrarlo a lib%s\n" -#: ldfile.c:503 +#: ldfile.c:762 #, c-format msgid "cannot find script file %s\n" msgstr "no se puede encontrar el fichero de guión %s\n" -#: ldfile.c:505 +#: ldfile.c:764 #, c-format msgid "opened script file %s\n" msgstr "fichero de guión %s abierto\n" -#: ldfile.c:654 -msgid "%F%P: error: linker script file '%s' appears multiple times\n" -msgstr "%F%P: error: el fichero script del enlazador '%s' aparece varias veces\n" +#: ldfile.c:900 +msgid "%P: error: linker script file '%s' appears multiple times\n" +msgstr "%P: error: el fichero script del enlazador '%s' aparece varias veces\n" -#: ldfile.c:676 -msgid "%F%P: cannot open linker script file %s: %E\n" -msgstr "%F%P: no se puede abrir el fichero de guión del enlazador %s: %E\n" +#: ldfile.c:919 +msgid "%P: cannot open linker script file %s: %E\n" +msgstr "%P: no se puede abrir el fichero de guión del enlazador %s: %E\n" -#: ldfile.c:749 -msgid "%F%P: cannot represent machine `%s'\n" -msgstr "%F%P: no se puede representar la máquina `%s'\n" +#: ldfile.c:1013 +msgid "%P: cannot represent machine `%s'\n" +msgstr "%P: no se puede representar la máquina `%s'\n" -#: ldlang.c:1365 +#: ldlang.c:1490 msgid "%P:%pS: warning: redeclaration of memory region `%s'\n" msgstr "%P:%pS: aviso: redeclaración de la región de memoria `%s'\n" -#: ldlang.c:1371 +#: ldlang.c:1496 msgid "%P:%pS: warning: memory region `%s' not declared\n" msgstr "%P:%pS: aviso: no se declaró la región de memoria `%s'\n" -#: ldlang.c:1407 -msgid "%F%P:%pS: error: alias for default memory region\n" -msgstr "%F%P:%pS: aviso: alias para la región de memoria por defecto\n" +#: ldlang.c:1532 +msgid "%P:%pS: error: alias for default memory region\n" +msgstr "%P:%pS: aviso: alias para la región de memoria por defecto\n" -#: ldlang.c:1418 -msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n" -msgstr "%F%P:%pS: aviso: redefinición del alias de la región de memoria '%s'\n" +#: ldlang.c:1543 +msgid "%P:%pS: error: redefinition of memory region alias `%s'\n" +msgstr "%P:%pS: aviso: redefinición del alias de la región de memoria '%s'\n" -#: ldlang.c:1425 -msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" -msgstr "%F%P:%pS: aviso: no existe la región de memoria `%s' para el alias `%s'\n" +#: ldlang.c:1550 +msgid "%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" +msgstr "%P:%pS: aviso: no existe la región de memoria `%s' para el alias `%s'\n" -#: ldlang.c:1484 ldlang.c:1523 -msgid "%F%P: failed creating section `%s': %E\n" -msgstr "%F%P: falló la creación de la sección `%s': %E\n" +#: ldlang.c:1611 ldlang.c:1654 +msgid "%P: failed creating section `%s': %E\n" +msgstr "%P: falló la creación de la sección `%s': %E\n" -#: ldlang.c:2221 +#: ldlang.c:2372 msgid "" "\n" "As-needed library included to satisfy reference by file (symbol)\n" @@ -428,8 +502,7 @@ msgstr "" "Biblioteca bajo demanda incluida para satisfacer referencia por fichero (sÃmbolo)\n" "\n" -#: ldlang.c:2288 -#, c-format +#: ldlang.c:2437 msgid "" "\n" "Discarded input sections\n" @@ -439,7 +512,15 @@ msgstr "" "Secciones de salida descartadas\n" "\n" -#: ldlang.c:2296 +#: ldlang.c:2445 +msgid "" +"\n" +"There are no discarded input sections\n" +msgstr "" +"\n" +"No hay secciones de entrada descartadas\n" + +#: ldlang.c:2447 msgid "" "\n" "Memory Configuration\n" @@ -449,24 +530,23 @@ msgstr "" "Configuración de la Memoria\n" "\n" -#: ldlang.c:2298 +#: ldlang.c:2449 msgid "Name" msgstr "Nombre" -#: ldlang.c:2298 +#: ldlang.c:2449 msgid "Origin" msgstr "Origen" -#: ldlang.c:2298 +#: ldlang.c:2449 msgid "Length" msgstr "Longitud" -#: ldlang.c:2298 +#: ldlang.c:2449 msgid "Attributes" msgstr "Atributos" -#: ldlang.c:2338 -#, c-format +#: ldlang.c:2473 msgid "" "\n" "Linker script and memory map\n" @@ -476,223 +556,249 @@ msgstr "" "Guión del enlazador y mapa de memoria\n" "\n" -#: ldlang.c:2391 -msgid "%F%P: illegal use of `%s' section\n" -msgstr "%F%P: uso ilegal de la sección `%s'\n" +#: ldlang.c:2533 +msgid "%P: illegal use of `%s' section\n" +msgstr "%P: uso ilegal de la sección `%s'\n" -#: ldlang.c:2400 -msgid "%F%P: output format %s cannot represent section called %s: %E\n" -msgstr "%F%P: el formato de salida %s no puede representar la sección llamada %s: %E\n" +#: ldlang.c:2542 +msgid "%P: output format %s cannot represent section called %s: %E\n" +msgstr "%P: el formato de salida %s no puede representar la sección llamada %s: %E\n" -#: ldlang.c:2567 -msgid "%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from '%pB' match /DISCARD/ clause.\n" +#: ldlang.c:2723 +msgid "%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%pB' match /DISCARD/ clause.\n" msgstr "%P:%pS: aviso: --enable-non-contiguous-regions hace que la sección `%pA' desde '%pB' coincida con la cláusula /DISCARD/.\n" -#: ldlang.c:2600 -msgid "%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for section `%pA' from '%pB' (assigned to %pA, but additional match: %pA)\n" +#: ldlang.c:2747 +msgid "%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for section `%pA' from `%pB' (assigned to %pA, but additional match: %pA)\n" msgstr "%P:%pS: aviso: --enable-non-contiguous-regions puede alterar el comportamiento de la sección `%pA' desde '%pB' (asignado a %pA, pero hay otra coincidencia: %pA)\n" -#: ldlang.c:3050 +#: ldlang.c:3125 msgid "%P: %pB: file not recognized: %E; matching formats:" msgstr "%P: %pB: no se reconoce el fichero: %E; formatos coincidentes:" -#: ldlang.c:3058 -msgid "%F%P: %pB: file not recognized: %E\n" -msgstr "%F%P: %pB: no se reconoce el fichero: %E\n" +#: ldlang.c:3134 +msgid "%P: %pB: file not recognized: %E\n" +msgstr "%P: %pB: no se reconoce el fichero: %E\n" -#: ldlang.c:3131 -msgid "%F%P: %pB: member %pB in archive is not an object\n" -msgstr "%F%P: %pB: el miembro %pB en el archivo no es un objeto\n" +#: ldlang.c:3207 +msgid "%P: %pB: member %pB in archive is not an object\n" +msgstr "%P: %pB: el miembro %pB en el archivo no es un objeto\n" -#: ldlang.c:3434 +#: ldlang.c:3483 +msgid "%P: input file '%s' is the same as output file\n" +msgstr "%P: el fichero de entrada '%s' es el mismo que el de salida\n" + +#: ldlang.c:3531 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 `endianez'\n" -#: ldlang.c:3448 -msgid "%F%P: target %s not found\n" -msgstr "%F%P: no se encontró el objetivo %s\n" +#: ldlang.c:3545 +msgid "%P: target %s not found\n" +msgstr "%P: no se encontró el objetivo %s\n" -#: ldlang.c:3450 -msgid "%F%P: cannot open output file %s: %E\n" -msgstr "%F%P: no se puede abrir el fichero de salida %s: %E\n" +#: ldlang.c:3547 +msgid "%P: cannot open output file %s: %E\n" +msgstr "%P: no se puede abrir el fichero de salida %s: %E\n" -#: ldlang.c:3456 -msgid "%F%P: %s: can not make object file: %E\n" -msgstr "%F%P: %s: no se puede hacer el fichero objeto: %E\n" +#: ldlang.c:3553 +msgid "%P: %s: can not make object file: %E\n" +msgstr "%P: %s: no se puede hacer el fichero objeto: %E\n" -#: ldlang.c:3460 -msgid "%F%P: %s: can not set architecture: %E\n" -msgstr "%F%P: %s: no se puede establecer la arquitectura: %E\n" +#: ldlang.c:3557 +msgid "%P: %s: can not set architecture: %E\n" +msgstr "%P: %s: no se puede establecer la arquitectura: %E\n" -#: ldlang.c:3640 +#: ldlang.c:3744 msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgstr "%P: aviso: %s contiene secciones de salida. ¿Olvidó -T?\n" -#: ldlang.c:3697 -msgid "%P: warning: CTF section in `%pI' not loaded: its types will be discarded: `%s'\n" -msgstr "%P: aviso: sección CTF en `%pI' no cargada: sus tipos serán descartados: `%s'\n" +#: ldlang.c:3791 +#, c-format +msgid "%s: %s\n" +msgstr "%s: %s\n" -#: ldlang.c:3722 +#: ldlang.c:3791 +msgid "CTF warning" +msgstr "aviso CTF" + +#: ldlang.c:3791 +msgid "CTF error" +msgstr "error CTF" + +#: ldlang.c:3797 +#, c-format +msgid "CTF error: cannot get CTF errors: `%s'\n" +msgstr "error CTF: no se pueedn obtener errores CTF: `%s'\n" + +#: ldlang.c:3833 +msgid "%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n" +msgstr "%P: aviso: sección CTF en %pB no cargada: sus tipos serán descartados: %s\n" + +#: ldlang.c:3866 msgid "%P: warning: CTF output not created: `%s'\n" msgstr "%P: aviso: salida CTF no creada: `%s'\n" -#: ldlang.c:3764 -msgid "%F%P: cannot link with CTF in %pB: %s\n" -msgstr "%F%P: no se puede con CTF en %pB: %s\n" +#: ldlang.c:3915 +msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n" +msgstr "%P: aviso: sección CTF en %pB no puede enlazarse: `%s'\n" -#: ldlang.c:3774 -msgid "%F%P: CTF linking failed; output will have no CTF section: %s\n" -msgstr "%F%P: enlazado CTF fallido; la salida no tendrá ninguna sección CTF: %s\n" +#: ldlang.c:3935 +msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n" +msgstr "%P: aviso: enlazado CTF fallido; la salida no tendrá ninguna sección CTF: %s\n" -#: ldlang.c:3830 -msgid "%F%P: CTF section emission failed; output will have no CTF section: %s\n" -msgstr "%F%P: emisión de sección CTF fallida; la salida no tendrá ninguna sección CTF: %s\n" +#: ldlang.c:4018 +msgid "%P: warning: CTF section emission failed; output will have no CTF section: %s\n" +msgstr "%P: aviso: emisión de sección CTF fallida; la salida no tendrá ninguna sección CTF: %s\n" -#: ldlang.c:3868 -msgid "%P: warning: CTF section in `%pI' not linkable: %P was built without support for CTF\n" -msgstr "%P: aviso: sección CTF en `%pI' no enlazable: %P se construyó sin soporte para CTF\n" +#: ldlang.c:4059 +msgid "%P: warning: CTF section in %pB not linkable: %P was built without support for CTF\n" +msgstr "%P: aviso: sección CTF en %pB no enlazable: %P se construyó sin soporte para CTF\n" -#: ldlang.c:3992 +#: ldlang.c:4195 msgid "%X%P: required symbol `%s' not defined\n" msgstr "%X%P: sÃmbolo requerido `%s' sin definir\n" -#: ldlang.c:4291 +#: ldlang.c:4396 ldlang.c:4405 +msgid "%P: invalid type for output section `%s'\n" +msgstr "%P: tipo no válido para la sección de salida `%s'\n" + +#: ldlang.c:4541 msgid "warning: INSERT statement in linker script is incompatible with --enable-non-contiguous-regions.\n" msgstr "aviso: la sentencia INSERT en el script del enlazador es incompatible con --enable-non-contiguous-regions.\n" -#: ldlang.c:4304 -msgid "%F%P: %s not found for insert\n" -msgstr "%F%P: no se puede encontrar %s para insert\n" +#: ldlang.c:4554 +msgid "%P: %s not found for insert\n" +msgstr "%P: no se puede encontrar %s para insert\n" -#: ldlang.c:4544 +#: ldlang.c:4826 msgid " load address 0x%V" msgstr " dirección de carga 0x%V" -#: ldlang.c:4777 +#: ldlang.c:5086 msgid "%W (size before relaxing)\n" msgstr "%W (tamaño antes de la relajación)\n" -#: ldlang.c:4870 +#: ldlang.c:5215 #, c-format msgid "Address of section %s set to " msgstr "La dirección de la sección %s se estableció a " -#: ldlang.c:5068 +#: ldlang.c:5417 #, c-format msgid "Fail with %d\n" msgstr "Falló con %d\n" -#: ldlang.c:5281 -msgid "%F%P: Output section '%s' not large enough for the linker-created stubs section '%s'.\n" -msgstr "%F%P: La sección de salida '%s' no es suficientemente grande para la sección '%s' de stubs creada para el enlazador.\n" +#: ldlang.c:5634 +msgid "%P: Output section `%pA' not large enough for the linker-created stubs section `%pA'.\n" +msgstr "%P: La sección de salida `%pA' no es suficientemente grande para la sección `%pA' de stubs creada para el enlazador.\n" -#: ldlang.c:5286 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions (section '%s' would overflow '%s' after it changed size).\n" -msgstr "%F%P: No está admitido relajar con --enable-non-contiguous-regions (la sección '%s' se solaparÃa con '%s' tras cambiar de tamaño).\n" +#: ldlang.c:5639 +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions (section `%pA' would overflow `%pA' after it changed size).\n" +msgstr "%P: No está admitido relajar con --enable-non-contiguous-regions (la sección `%pA' se solaparÃa con `%pA' tras cambiar de tamaño).\n" -#: ldlang.c:5395 +#: ldlang.c:5748 msgid "%X%P: section %s VMA wraps around address space\n" msgstr "%X%P: la VMA de la sección %s da la vuelta alrededor del espacio de direcciones\n" -#: ldlang.c:5401 +#: ldlang.c:5754 msgid "%X%P: section %s LMA wraps around address space\n" msgstr "%X%P: La VMA de la sección %s da la vuelta alrededor del espacio de direcciones\n" -#: ldlang.c:5453 +#: ldlang.c:5806 msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgstr "%X%P: la LMA de la sección %s [%V,%V] se solapa con la LMA de la sección %s [%V,%V]\n" -#: ldlang.c:5497 +#: ldlang.c:5850 msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgstr "%X%P: la VMA de la sección %s [%V,%V] se solapa con la VMA de la sección %s [%V,%V]\n" -#: ldlang.c:5520 +#: ldlang.c:5873 msgid "%X%P: region `%s' overflowed by %lu byte\n" msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n" msgstr[0] "%X%P: la región `%s' se desborda por %lu byte\n" msgstr[1] "%X%P: la región `%s' se desborda por %lu bytes\n" -#: ldlang.c:5545 +#: ldlang.c:5898 msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n" msgstr "%X%P: la dirección 0x%v de la sección %pB %s no está dentro de la región `%s'\n" -#: ldlang.c:5556 +#: ldlang.c:5909 msgid "%X%P: %pB section `%s' will not fit in region `%s'\n" msgstr "%X%P: la sección %pB `%s' no cabe en la región `%s'\n" -#: ldlang.c:5642 -msgid "%F%P:%pS: non constant or forward reference address expression for section %s\n" -msgstr "%F%P:%pS: expresión de dirección de referencia hacia adelante o no constante para la sección %s\n" +#: ldlang.c:5995 +msgid "%P:%pS: non constant or forward reference address expression for section %s\n" +msgstr "%P:%pS: expresión de dirección de referencia hacia adelante o no constante para la sección %s\n" -#: ldlang.c:5667 +#: ldlang.c:6020 msgid "%X%P: internal error on COFF shared library section %s\n" msgstr "%X%P: error interno en la sección de biblioteca compartida COFF %s\n" -#: ldlang.c:5725 -msgid "%F%P: error: no memory region specified for loadable section `%s'\n" -msgstr "%F%P: aviso: no se especificó una región de memoria para la sección cargable `%s'\n" +#: ldlang.c:6078 +msgid "%P: error: no memory region specified for loadable section `%s'\n" +msgstr "%P: aviso: no se especificó una región de memoria para la sección cargable `%s'\n" -#: ldlang.c:5729 +#: ldlang.c:6082 msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgstr "%P: aviso: no se especificó una región de memoria para la sección cargable `%s'\n" -#: ldlang.c:5763 +#: ldlang.c:6116 msgid "%P: warning: start of section %s changed by %ld\n" msgstr "%P: aviso: el inicio de la sección %s se ha cambiado por %ld\n" -#: ldlang.c:5855 +#: ldlang.c:6209 msgid "%P: warning: dot moved backwards before `%s'\n" msgstr "%P: aviso: el punto se movió hacia atrás antes de `%s'\n" -#: ldlang.c:6036 -msgid "%F%P: can't relax section: %E\n" -msgstr "%F%P: no se puede relajar la sección: %E\n" +#: ldlang.c:6385 +msgid "%P: can't relax section: %E\n" +msgstr "%P: no se puede relajar la sección: %E\n" -#: ldlang.c:6457 -msgid "%F%P: invalid data statement\n" -msgstr "%F%P: declaración de datos inválida\n" +#: ldlang.c:6794 +msgid "%P: invalid data statement\n" +msgstr "%P: declaración de datos inválida\n" -#: ldlang.c:6490 -msgid "%F%P: invalid reloc statement\n" -msgstr "%F%P: declaración de reubicación inválida\n" +#: ldlang.c:6827 +msgid "%P: invalid reloc statement\n" +msgstr "%P: declaración de reubicación inválida\n" -#: ldlang.c:6844 -msgid "%F%P: gc-sections requires either an entry or an undefined symbol\n" -msgstr "%F%P: las secciones-gc requieren de una entrada o un sÃmbolo indefinido\n" +#: ldlang.c:7244 +msgid "%P: --gc-sections requires a defined symbol root specified by -e or -u\n" +msgstr "%P: --gc-sections requiere de una raÃz de sÃmbolos definida mediante -e o -u\n" -#: ldlang.c:6868 -msgid "%F%P: %s: can't set start address\n" -msgstr "%F%P: %s: no se puede establecer la dirección de inicio\n" +#: ldlang.c:7271 +msgid "%P: %s: can't set start address\n" +msgstr "%P: %s: no se puede establecer la dirección de inicio\n" -#: ldlang.c:6881 ldlang.c:6899 -msgid "%F%P: can't set start address\n" -msgstr "%F%P: no se puede establecer la dirección de inicio\n" +#: ldlang.c:7284 ldlang.c:7303 +msgid "%P: can't set start address\n" +msgstr "%P: no se puede establecer la dirección de inicio\n" -#: ldlang.c:6893 +#: ldlang.c:7297 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; se usa por defecto %V\n" -#: ldlang.c:6904 +#: ldlang.c:7308 ldlang.c:7316 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:6960 -msgid "%F%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" -msgstr "%F%P: no se admite el enlazado reubicable con reubicaciones del formato %s (%pB) al formato %s (%pB)\n" +#: ldlang.c:7372 +msgid "%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" +msgstr "%P: no se admite el enlazado reubicable con reubicaciones del formato %s (%pB) al formato %s (%pB)\n" -#: ldlang.c:6970 +#: ldlang.c:7381 msgid "%X%P: %s architecture of input file `%pB' is incompatible with %s output\n" msgstr "%X%P: la arquitectura %s del fichero de entrada `%pB' es incompatible con la salida %s\n" -#: ldlang.c:6993 +#: ldlang.c:7405 msgid "%X%P: failed to merge target specific data of file %pB\n" msgstr "%X%P: falló la mezcla de datos especÃficos de objetivo del fichero %pB\n" -#: ldlang.c:7064 -msgid "%F%P: could not define common symbol `%pT': %E\n" -msgstr "%F%P: no se puede definir el sÃmbolo común `%pT': %E\n" +#: ldlang.c:7476 +msgid "%P: could not define common symbol `%pT': %E\n" +msgstr "%P: no se puede definir el sÃmbolo común `%pT': %E\n" -#: ldlang.c:7076 +#: ldlang.c:7488 msgid "" "\n" "Allocating common symbols\n" @@ -700,7 +806,7 @@ msgstr "" "\n" "Se asignan sÃmbolos comunes\n" -#: ldlang.c:7077 +#: ldlang.c:7489 msgid "" "Common symbol size file\n" "\n" @@ -708,182 +814,292 @@ msgstr "" "SÃmbolo común tamaño fichero\n" "\n" -#: ldlang.c:7151 +#: ldlang.c:7546 msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n" msgstr "%X%P: error: sección huérfana no colocada `%pA' de `%pB'\n" -#: ldlang.c:7169 +#: ldlang.c:7564 msgid "%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n" msgstr "%P: aviso: la sección huérfana `%pA' de `%pB' se está colocando en la sección `%s'\n" -#: ldlang.c:7260 -msgid "%F%P: invalid character %c (%d) in flags\n" -msgstr "%F%P: carácter inválido %c (%d) en los interruptores\n" +#: ldlang.c:7654 +msgid "%P: invalid character %c (%d) in flags\n" +msgstr "%P: carácter inválido %c (%d) en los interruptores\n" + +#. && in_section_ordering +#: ldlang.c:7748 +msgid "%P:%pS: error: output section '%s' must already exist\n" +msgstr "%P:%pS: error: la sección de salida '%s' debe existir de antemano\n" -#: ldlang.c:7369 -msgid "%F%P:%pS: error: align with input and explicit align specified\n" -msgstr "%F%P:%pS: error: se especificó alineamiento con la entrada y alineamiento explÃcito\n" +#: ldlang.c:7772 +msgid "%P:%pS: error: align with input and explicit align specified\n" +msgstr "%P:%pS: error: se especificó alineamiento con la entrada y alineamiento explÃcito\n" -#: ldlang.c:7875 -msgid "%F%P: %s: plugin reported error after all symbols read\n" -msgstr "%F%P: %s: el plugin reportó error después de leer todos los sÃmbolos\n" +#: ldlang.c:8243 +msgid "%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%pB'\n" +msgstr "%P: aviso: --enable-non-contiguous-regions descarta la sección `%pA' desde `%pB'\n" -#: ldlang.c:8312 -msgid "%F%P: multiple STARTUP files\n" -msgstr "%F%P: ficheros STARTUP múltiples\n" +#: ldlang.c:8347 +msgid "%P: %s: plugin reported error after all symbols read\n" +msgstr "%P: %s: el plugin reportó error después de leer todos los sÃmbolos\n" -#: ldlang.c:8358 +#: ldlang.c:8472 +msgid "" +"Object-only input files:\n" +" " +msgstr "" +"Ficheros de entrada solo objeto:\n" +" " + +#: ldlang.c:8586 +msgid "%P: bfd_merge_sections failed: %E\n" +msgstr "%P: falló bfd_merge_sections: %E\n" + +#: ldlang.c:8965 +msgid "%P: multiple STARTUP files\n" +msgstr "%P: ficheros STARTUP múltiples\n" + +#: ldlang.c:9010 msgid "%X%P:%pS: section has both a load address and a load region\n" msgstr "%X%P:%pS: la sección tiene tanto una dirección de carga como una región de carga\n" -#: ldlang.c:8464 +#: ldlang.c:9119 msgid "%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack them\n" msgstr "%X%P:%pS: no se admiten PHDRS y FILEHDR cuando los encabezados PT_LOAD previso no los tienen\n" -#: ldlang.c:8537 -msgid "%F%P: no sections assigned to phdrs\n" -msgstr "%F%P: no se asignaron secciones a phdrs\n" +#: ldlang.c:9192 +msgid "%P: no sections assigned to phdrs\n" +msgstr "%P: no se asignaron secciones a phdrs\n" -#: ldlang.c:8575 -msgid "%F%P: bfd_record_phdr failed: %E\n" -msgstr "%F%P: falló bfd_record_phdr: %E\n" +#: ldlang.c:9230 +msgid "%P: bfd_record_phdr failed: %E\n" +msgstr "%P: falló bfd_record_phdr: %E\n" -#: ldlang.c:8595 +#: ldlang.c:9250 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: se asignó la sección `%s' al phdr que no existe `%s'\n" -#: ldlang.c:9018 +#: ldlang.c:9663 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:9163 +#: ldlang.c:9801 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:9172 +#: ldlang.c:9809 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: marca de versión `%s' duplicada\n" -#: ldlang.c:9193 ldlang.c:9202 ldlang.c:9220 ldlang.c:9230 +#: ldlang.c:9830 ldlang.c:9839 ldlang.c:9857 ldlang.c:9867 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:9270 +#: ldlang.c:9907 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:9293 +#: ldlang.c:9930 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" -#: ldlang.c:9331 -msgid "%F%P: invalid origin for memory region %s\n" -msgstr "%F%P: origen no válido para la región de memoria %s\n" +#: ldlang.c:9974 +msgid "%P: invalid origin for memory region %s\n" +msgstr "%P: origen no válido para la región de memoria %s\n" -#: ldlang.c:9340 -msgid "%F%P: invalid length for memory region %s\n" -msgstr "%F%P: longitud no válida para la región de memoria %s\n" +#: ldlang.c:9986 +msgid "%P: invalid length for memory region %s\n" +msgstr "%P: longitud no válida para la región de memoria %s\n" -#: ldlang.c:9451 +#: ldlang.c:10099 msgid "%X%P: unknown feature `%s'\n" msgstr "%X%P: opción `%s' desconocida\n" -#: ldmain.c:194 -msgid "%F%P: cannot open dependency file %s: %E\n" -msgstr "%F%P: no se puede abrir el fichero de dependencias %s: %E\n" +#: ldlang.c:10465 +msgid "failed to create output section" +msgstr "fallo al crear la sección de salida" + +#: ldlang.c:10499 +msgid "failed to copy private data" +msgstr "fallo al copiar datos privados" + +#: ldlang.c:10508 +msgid "%P: setup_section: %s: %s\n" +msgstr "%P: setup_section: %s: %s\n" + +#: ldlang.c:10571 +msgid "relocation count is negative" +msgstr "el contador de reubicaciones es negativo" -#: ldmain.c:264 -msgid "%F%P: fatal error: libbfd ABI mismatch\n" -msgstr "%F%P: error fatal: discordancia en ABI de libbfd\n" +#: ldlang.c:10603 +msgid "%P: copy_section: %s: %s\n" +msgstr "%P: copy_section: %s: %s\n" -#: ldmain.c:300 +#: ldlang.c:10758 +msgid "error setting up sections" +msgstr "error configurando secciones" + +#: ldlang.c:10766 +msgid "error copying private header data" +msgstr "error copiando datos de cabecera privados" + +#: ldlang.c:10779 +msgid "can't create object-only section" +msgstr "no se puede crear la sección de solo objeto" + +#: ldlang.c:10785 +msgid "can't set object-only section size" +msgstr "no se puede establecer el tamaño de la sección de solo objeto" + +#: ldlang.c:10816 +msgid "error copying sections" +msgstr "error copiando secciones" + +#: ldlang.c:10823 +msgid "error adding object-only section" +msgstr "error añadiendo section de solo objeto" + +#: ldlang.c:10833 +msgid "error copying private BFD data" +msgstr "error copiando BFD privados" + +#: ldlang.c:10840 +msgid "%P: failed to finish output with object-only section\n" +msgstr "%P: fallo al finalizar la salida con sección de solo objeto\n" + +#: ldlang.c:10850 +msgid "%P: failed to rename output with object-only section\n" +msgstr "%P: fallo al renombrar la salida con sección de solo objeto\n" + +#: ldlang.c:10866 +msgid "%P: failed to add object-only section: %s\n" +msgstr "%P: no se ha podido la sección de solo objeto: %s\n" + +#: ldlang.c:10899 +msgid "%P: Failed to create hash table\n" +msgstr "%P: Falló al crear la tabla de dispersión\n" + +#: ldlang.c:10963 +msgid "%P:%s: final close failed on object-only output: %E\n" +msgstr "%P:%s: falló el cerrado final de la salida de solo objeto: %E\n" + +#: ldlang.c:10973 +msgid "%P:%s: cannot open object-only output: %E\n" +msgstr "%P:%s: no se puede abrir la salida de solo objeto: %E\n" + +#: ldlang.c:10981 +msgid "%P:%s: cannot stat object-only output: %E\n" +msgstr "%P:%s: no se puede hacer stat de la salida de solo objeto: %E\n" + +#: ldlang.c:10996 +msgid "%P:%s: read failed on object-only output: %E\n" +msgstr "%P:%s: fallo al leer la salida de solo objeto: %E\n" + +#: ldlang.c:11023 +msgid "%P: cannot extract object-only section from %B: %E\n" +msgstr "%P: no se puede extraer la sección de solo objeto de %B: %E\n" + +#: ldmain.c:204 +msgid "%P: cannot open dependency file %s: %E\n" +msgstr "%P: no se puede abrir el fichero de dependencias %s: %E\n" + +#: ldmain.c:553 +msgid "WARNING: Data is unreliable!\n" +msgstr "AVISO: ¡El dato no es fiable!\n" + +#: ldmain.c:611 +msgid "%P: fatal error: libbfd ABI mismatch\n" +msgstr "%P: error fatal: discordancia en ABI de libbfd\n" + +#: ldmain.c:650 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: no se puede establecer el objetivo BFD por defecto a `%s': %E\n" -#: ldmain.c:402 +#: ldmain.c:761 msgid "built in linker script" msgstr "guión interno del enlazador" -#: ldmain.c:412 -msgid "using external linker script:" -msgstr "se usa el guión externo del enlazador:" +#: ldmain.c:771 +#, c-format +msgid "using external linker script: %s" +msgstr "se usa el guión externo del enlazador: %s" -#: ldmain.c:414 +#: ldmain.c:773 msgid "using internal linker script:" msgstr "se usa el guión interno del enlazador:" -#: ldmain.c:461 -msgid "%F%P: --no-define-common may not be used without -shared\n" -msgstr "%F%P: no se puede usar --no-define-common sin -shared\n" +#: ldmain.c:823 +msgid "%P: --no-define-common may not be used without -shared\n" +msgstr "%P: no se puede usar --no-define-common sin -shared\n" -#: ldmain.c:467 -msgid "%F%P: no input files\n" -msgstr "%F%P: no hay ficheros de entrada\n" +#: ldmain.c:830 +msgid "%P: no input files\n" +msgstr "%P: no hay ficheros de entrada\n" -#: ldmain.c:471 +#: ldmain.c:834 msgid "%P: mode %s\n" msgstr "%P: modo %s\n" -#: ldmain.c:487 ends32belf.c:418 ends32belf16m.c:418 ends32belf_linux.c:547 -#: ends32elf.c:418 ends32elf16m.c:418 ends32elf_linux.c:547 -msgid "%F%P: cannot open map file %s: %E\n" -msgstr "%F%P: no se puede encontrar el fichero de mapeo %s: %E\n" +#: ldmain.c:852 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 +#: ends32elf.c:473 ends32elf16m.c:473 ends32elf_linux.c:606 +msgid "%P: cannot open map file %s: %E\n" +msgstr "%P: no se puede encontrar el fichero de mapeo %s: %E\n" -#: ldmain.c:540 +#: ldmain.c:944 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: se encontraron errores de enlace, se borra el ejecutable `%s'\n" -#: ldmain.c:549 -msgid "%F%P: %pB: final close failed: %E\n" -msgstr "%F%P: %pB: falló el cerrado final: %E\n" +#: ldmain.c:955 +msgid "%P: %s: final close failed: %E\n" +msgstr "%P: %s: falló el cerrado final: %E\n" -#: ldmain.c:576 -msgid "%F%P: unable to open for source of copy `%s'\n" -msgstr "%F%P: no se puede abrir para la fuente de la copia `%s'\n" +#: ldmain.c:984 +msgid "%P: unable to open for source of copy `%s'\n" +msgstr "%P: no se puede abrir para la fuente de la copia `%s'\n" -#: ldmain.c:579 -msgid "%F%P: unable to open for destination of copy `%s'\n" -msgstr "%F%P: no se puede abrir para el destino de la copia `%s'\n" +#: ldmain.c:987 +msgid "%P: unable to open for destination of copy `%s'\n" +msgstr "%P: no se puede abrir para el destino de la copia `%s'\n" -#: ldmain.c:586 +#: ldmain.c:994 msgid "%P: error writing file `%s'\n" msgstr "%P: error al escribir el fichero `%s'\n" -#: ldmain.c:591 pe-dll.c:1949 +#: ldmain.c:999 pe-dll.c:2013 #, c-format msgid "%P: error closing file `%s'\n" msgstr "%P: error al cerrar el fichero `%s'\n" -#: ldmain.c:605 +#: ldmain.c:1030 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: tiempo total de enlazado: %ld.%06ld\n" -#: ldmain.c:692 -msgid "%F%P: missing argument to -m\n" -msgstr "%F%P: falta el argumento para -m\n" +#: ldmain.c:1120 +msgid "%P: missing argument to -m\n" +msgstr "%P: falta el argumento para -m\n" -#: ldmain.c:742 ldmain.c:759 ldmain.c:779 ldmain.c:811 pe-dll.c:1395 -msgid "%F%P: bfd_hash_table_init failed: %E\n" -msgstr "%F%P: falló bfd_hash_table_init: %E\n" +#: ldmain.c:1174 ldmain.c:1191 ldmain.c:1211 ldmain.c:1243 pe-dll.c:1434 +msgid "%P: bfd_hash_table_init failed: %E\n" +msgstr "%P: falló bfd_hash_table_init: %E\n" -#: ldmain.c:746 ldmain.c:763 ldmain.c:783 -msgid "%F%P: bfd_hash_lookup failed: %E\n" -msgstr "%F%P: falló bfd_hash_lookup: %E\n" +#: ldmain.c:1178 ldmain.c:1195 ldmain.c:1215 +msgid "%P: bfd_hash_lookup failed: %E\n" +msgstr "%P: falló bfd_hash_lookup: %E\n" -#: ldmain.c:797 +#: ldmain.c:1229 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: error: fichero de sÃmbolos a retener duplicado\n" -#: ldmain.c:841 -msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n" -msgstr "%F%P: falló bfd_hash_lookup para la inserción: %E\n" +#: ldmain.c:1273 +msgid "%P: bfd_hash_lookup for insertion failed: %E\n" +msgstr "%P: falló bfd_hash_lookup para la inserción: %E\n" -#: ldmain.c:846 +#: ldmain.c:1278 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P `-retain-symbols-file' se impone a `-s' y `-S'\n" -#: ldmain.c:962 +#: ldmain.c:1402 msgid "" "Archive member included to satisfy reference by file (symbol)\n" "\n" @@ -891,167 +1107,179 @@ msgstr "" "Se incluyó el miembro del archivo para satisfacer referencia por fichero (sÃmbolo)\n" "\n" -#: ldmain.c:1071 +#: ldmain.c:1508 +msgid "%P: %C: warning: multiple definition of `%pT'" +msgstr "%P: %C: aviso: definiciones múltiples de `%pT'" + +#: ldmain.c:1511 msgid "%X%P: %C: multiple definition of `%pT'" msgstr "%X%P: %C: definiciones múltiples de `%pT'" -#: ldmain.c:1074 +#: ldmain.c:1514 msgid "; %D: first defined here" msgstr "; %D: primero se definió aquÃ" -#: ldmain.c:1079 +#: ldmain.c:1519 msgid "%P: disabling relaxation; it will not work with multiple definitions\n" msgstr "%P: se desactiva la relajación: no funcionará 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:1132 +#: ldmain.c:1572 msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n" msgstr "%P: %pB: aviso: la definición de `%pT' se impone a common desde %pB\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:1136 +#: ldmain.c:1576 msgid "%P: %pB: warning: definition of `%pT' overriding common\n" msgstr "%P: %pB: aviso: la definición de `%pT' se impone a common\n" -#: ldmain.c:1145 +#: ldmain.c:1585 msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa por definición desde %pB\n" -#: ldmain.c:1149 +#: ldmain.c:1589 msgid "%P: %pB: warning: common of `%pT' overridden by definition\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa por definición\n" -#: ldmain.c:1158 +#: ldmain.c:1598 msgid "%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa con un common más grande desde %pB\n" -#: ldmain.c:1162 +#: ldmain.c:1602 msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa con un common más grande\n" -#: ldmain.c:1169 +#: ldmain.c:1609 msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa con un common más pequeño desde %pB\n" -#: ldmain.c:1173 +#: ldmain.c:1613 msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n" msgstr "%P: %pB: aviso: el common de `%pT' se sobrepasa con un common más pequeño\n" -#: ldmain.c:1180 +#: ldmain.c:1620 msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n" msgstr "%P: %pB y %pB: aviso: common múltiple de `%pT'\n" -#: ldmain.c:1183 +#: ldmain.c:1623 msgid "%P: %pB: warning: multiple common of `%pT'\n" msgstr "%P: %pB: aviso: common múltiple de `%pT'\n" -#: ldmain.c:1202 ldmain.c:1238 +#: ldmain.c:1642 ldmain.c:1678 msgid "%P: warning: global constructor %s used\n" msgstr "%P: aviso: se usó el constructor global %s\n" -#: ldmain.c:1248 -msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" -msgstr "%F%P: error del frente trasero de BFD: no se admite BFD_RELOC_CTOR\n" +#: ldmain.c:1688 +msgid "%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" +msgstr "%P: error del frente trasero de BFD: no se admite BFD_RELOC_CTOR\n" #. We found a reloc for the symbol we are looking for. -#: ldmain.c:1320 ldmain.c:1322 ldmain.c:1324 ldmain.c:1332 ldmain.c:1375 +#: ldmain.c:1760 ldmain.c:1762 ldmain.c:1764 ldmain.c:1772 ldmain.c:1815 msgid "warning: " msgstr "aviso: " -#: ldmain.c:1427 -msgid "%X%P: %C: undefined reference to `%pT'\n" -msgstr "%X%P: %C: referencia a `%pT' sin definir\n" +#: ldmain.c:1905 +msgid "%X%P: %H: undefined reference to `%pT'\n" +msgstr "%X%P: %H: referencia a `%pT' sin definir\n" -#: ldmain.c:1430 -msgid "%P: %C: warning: undefined reference to `%pT'\n" -msgstr "%P: %C: aviso: referencia a `%pT' sin definir\n" +#: ldmain.c:1908 +msgid "%P: %H: warning: undefined reference to `%pT'\n" +msgstr "%P: %H: aviso: referencia a `%pT' sin definir\n" -#: ldmain.c:1436 +#: ldmain.c:1914 msgid "%X%P: %D: more undefined references to `%pT' follow\n" msgstr "%X%P: %D: más referencias a `%pT' sin definir a continuación\n" -#: ldmain.c:1439 +#: ldmain.c:1917 msgid "%P: %D: warning: more undefined references to `%pT' follow\n" msgstr "%P: %D: aviso: más referencias a `%pT' sin definir a continuación\n" -#: ldmain.c:1450 +#: ldmain.c:1928 msgid "%X%P: %pB: undefined reference to `%pT'\n" msgstr "%X%P: %pB: referencia a `%pT' sin definir\n" -#: ldmain.c:1453 +#: ldmain.c:1931 msgid "%P: %pB: warning: undefined reference to `%pT'\n" msgstr "%P: %pB: aviso: referencia a `%pT' sin definir\n" -#: ldmain.c:1459 +#: ldmain.c:1937 msgid "%X%P: %pB: more undefined references to `%pT' follow\n" msgstr "%X%P: %pB: más referencias a `%pT' sin definir a continuación\n" -#: ldmain.c:1462 +#: ldmain.c:1940 msgid "%P: %pB: warning: more undefined references to `%pT' follow\n" msgstr "%P: %pB: aviso: más referencias a `%pT' sin definir a continuación\n" -#: ldmain.c:1499 +#: ldmain.c:1977 msgid " additional relocation overflows omitted from the output\n" msgstr " se omitieron desbordamientos de reubicación adicionales de la salida\n" -#: ldmain.c:1512 +#: ldmain.c:1990 #, c-format msgid " relocation truncated to fit: %s against undefined symbol `%pT'" msgstr " reubicación truncada para ajustar: %s contra el sÃmbolo `%pT' sin definir" -#: ldmain.c:1518 +#: ldmain.c:1996 #, c-format msgid " relocation truncated to fit: %s against symbol `%pT' defined in %pA section in %pB" msgstr " reubicación truncada para ajustar: %s contra el sÃmbolo `%pT' definido en la sección %pA en %pB" -#: ldmain.c:1531 +#: ldmain.c:2009 #, c-format msgid " relocation truncated to fit: %s against `%pT'" msgstr " reubicación truncada para ajustar: %s contra `%pT'" -#: ldmain.c:1547 +#: ldmain.c:2025 msgid "%X%H: dangerous relocation: %s\n" msgstr "%X%H: reubicación peligrosa: %s\n" -#: ldmain.c:1561 +#: ldmain.c:2039 msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n" msgstr "%X%H: la reubicación se refiere al sÃmbolo `%pT', el cual no se muestra\n" -#: ldmain.c:1595 +#: ldmain.c:2073 msgid "%P: %pB: reference to %s\n" msgstr "%P: %pB: referencia a %s\n" -#: ldmain.c:1597 +#: ldmain.c:2075 msgid "%P: %pB: definition of %s\n" msgstr "%P: %pB: definición de %s\n" -#: ldmisc.c:374 +#: ldmisc.c:359 #, c-format msgid "%pB: in function `%pT':\n" msgstr "%pB: en la función `%pT':\n" -#: ldmisc.c:512 +#: ldmisc.c:499 #, c-format msgid "no symbol" msgstr "no hay sÃmbolo" -#: ldmisc.c:619 -msgid "%F%P: internal error %s %d\n" -msgstr "%F%P: error interno %s %d\n" +#: ldmisc.c:693 +msgid "%P: error: unsupported option: %s\n" +msgstr "%P: error: no se admite la opción: %s\n" + +#: ldmisc.c:695 +msgid "%P: warning: %s ignored\n" +msgstr "%P: aviso: se descarta %s\n" -#: ldmisc.c:683 +#: ldmisc.c:706 +msgid "%P: internal error %s %d\n" +msgstr "%P: error interno %s %d\n" + +#: ldmisc.c:770 msgid "%P: internal error: aborting at %s:%d in %s\n" msgstr "%P: error interno: se aborta en %s:%d en %s\n" -#: ldmisc.c:686 +#: ldmisc.c:773 msgid "%P: internal error: aborting at %s:%d\n" msgstr "%P: error interno: se aborta en %s:%d\n" -#: ldmisc.c:688 -msgid "%F%P: please report this bug\n" -msgstr "%F%P: por favor reporte este bicho\n" +#: ldmisc.c:775 +msgid "%P: please report this bug\n" +msgstr "%P: por favor reporte este error\n" #. Output for noisy == 2 is intended to follow the GNU standards. #: ldver.c:38 @@ -1061,8 +1289,8 @@ msgstr "GNU ld %s\n" #: ldver.c:42 #, c-format -msgid "Copyright (C) 2020 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2020 Free Software Foundation, Inc.\n" +msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n" +msgstr "Copyright (C) 2025 Free Software Foundation, Inc.\n" #: ldver.c:43 #, c-format @@ -1081,360 +1309,381 @@ msgstr "" msgid " Supported emulations:\n" msgstr " Emulaciones admitidas:\n" -#: ldwrite.c:60 ldwrite.c:170 ldwrite.c:222 ldwrite.c:263 -msgid "%F%P: bfd_new_link_order failed\n" -msgstr "%F%P: falló bfd_new_link_order\n" +#: ldwrite.c:60 ldwrite.c:67 ldwrite.c:173 ldwrite.c:181 ldwrite.c:227 +#: ldwrite.c:268 +msgid "%P: bfd_new_link_order failed: %E\n" +msgstr "%P: falló bfd_new_link_order: %E\n" -#: ldwrite.c:332 -msgid "%F%P: cannot create split section name for %s\n" -msgstr "%F%P: no se puede crear el nombre de sección dividida para %s\n" +#: ldwrite.c:337 +msgid "%P: cannot create split section name for %s\n" +msgstr "%P: no se puede crear el nombre de sección dividida para %s\n" -#: ldwrite.c:344 -msgid "%F%P: clone section failed: %E\n" -msgstr "%F%P: falló la clonación de la sección: %E\n" +#: ldwrite.c:348 +msgid "%P: clone section failed: %E\n" +msgstr "%P: falló la clonación de la sección: %E\n" -#: ldwrite.c:382 +#: ldwrite.c:385 #, c-format msgid "%8x something else\n" msgstr "%8x algo más\n" -#: ldwrite.c:552 -msgid "%F%P: final link failed: %E\n" -msgstr "%F%P: falló el enlace final: %E\n" +#: ldwrite.c:551 +msgid "%P: final link failed: %E\n" +msgstr "%P: falló el enlace final: %E\n" + +#: ldwrite.c:553 +msgid "%P: final link failed\n" +msgstr "%P: falló el enlace final\n" -#: lexsup.c:103 lexsup.c:288 +#: lexsup.c:105 lexsup.c:303 msgid "KEYWORD" msgstr "PALABRA CLAVE" -#: lexsup.c:103 +#: lexsup.c:105 msgid "Shared library control for HP/UX compatibility" msgstr "Control de biblioteca compartida para compatibilidad con HP/UX" -#: lexsup.c:106 +#: lexsup.c:108 msgid "ARCH" msgstr "ARQ" -#: lexsup.c:106 +#: lexsup.c:108 msgid "Set architecture" msgstr "Establece la arquitectura" -#: lexsup.c:108 lexsup.c:415 +#: lexsup.c:110 lexsup.c:443 msgid "TARGET" msgstr "OBJETIVO" -#: lexsup.c:108 +#: lexsup.c:110 msgid "Specify target for following input files" msgstr "Especifica el objetivo para los siguientes ficheros de entrada" -#: lexsup.c:111 lexsup.c:117 lexsup.c:174 lexsup.c:178 lexsup.c:214 -#: lexsup.c:227 lexsup.c:229 lexsup.c:433 lexsup.c:500 lexsup.c:513 -#: lexsup.c:517 +#: lexsup.c:113 lexsup.c:119 lexsup.c:180 lexsup.c:184 lexsup.c:223 +#: lexsup.c:227 lexsup.c:242 lexsup.c:244 lexsup.c:465 lexsup.c:491 +#: lexsup.c:541 lexsup.c:554 lexsup.c:558 msgid "FILE" msgstr "FICHERO" -#: lexsup.c:111 +#: lexsup.c:113 msgid "Read MRI format linker script" msgstr "Lee el guión del enlazador de formato MRI" -#: lexsup.c:113 +#: lexsup.c:115 msgid "Force common symbols to be defined" msgstr "Fuerza que se definan los sÃmbolos comunes" -#: lexsup.c:117 +#: lexsup.c:119 msgid "Write dependency file" msgstr "Escribe el fichero de dependencias" -#: lexsup.c:120 +#: lexsup.c:122 msgid "Force group members out of groups" msgstr "Fuerza a los miembros de grupo a salir de los grupos" -#: lexsup.c:122 lexsup.c:477 lexsup.c:479 lexsup.c:481 lexsup.c:483 -#: lexsup.c:485 lexsup.c:487 +#: lexsup.c:124 lexsup.c:516 lexsup.c:518 lexsup.c:520 lexsup.c:522 +#: lexsup.c:524 lexsup.c:526 lexsup.c:528 msgid "ADDRESS" msgstr "DIRECCIÓN" -#: lexsup.c:122 +#: lexsup.c:124 msgid "Set start address" msgstr "Establece la dirección de inicio" -#: lexsup.c:124 +#: lexsup.c:126 msgid "Export all dynamic symbols" msgstr "Exporta todos los sÃmbolos dinámicos" -#: lexsup.c:126 +#: lexsup.c:128 msgid "Undo the effect of --export-dynamic" msgstr "Deshace el efecto de --export-dynamic" -#: lexsup.c:128 +#: lexsup.c:130 msgid "Enable support of non-contiguous memory regions" msgstr "Activa el que las regiones de memoria no contiguas sean permitidas" -#: lexsup.c:130 +#: lexsup.c:132 msgid "Enable warnings when --enable-non-contiguous-regions may cause unexpected behaviour" msgstr "Activa avisos cuando --enable-non-contiguous-regions puede provocar comportamiento inesperado" -#: lexsup.c:132 +#: lexsup.c:134 +msgid "Disable the LINKER_VERSION linker script directive" +msgstr "" + +#: lexsup.c:136 +msgid "Enable the LINKER_VERSION linker script directive" +msgstr "" + +#: lexsup.c:138 msgid "Link big-endian objects" msgstr "Enlaza objetos big-endian" -#: lexsup.c:134 +#: lexsup.c:140 msgid "Link little-endian objects" msgstr "Enlaza objetos little-endian" -#: lexsup.c:136 lexsup.c:139 +#: lexsup.c:142 lexsup.c:145 msgid "SHLIB" msgstr "BIBCOMP" -#: lexsup.c:136 +#: lexsup.c:142 msgid "Auxiliary filter for shared object symbol table" msgstr "Filtro auxiliar para la tabla de sÃmbolos de objetos compartidos" -#: lexsup.c:139 +#: lexsup.c:145 msgid "Filter for shared object symbol table" msgstr "Filtro para la tabla de sÃmbolos de objetos compartidos" -#: lexsup.c:142 +#: lexsup.c:148 msgid "Ignored" msgstr "Se descarta" -#: lexsup.c:144 +#: lexsup.c:150 msgid "SIZE" msgstr "TAMAÑO" -#: lexsup.c:144 +#: lexsup.c:150 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:147 +#: lexsup.c:153 msgid "FILENAME" msgstr "FICHERO" -#: lexsup.c:147 +#: lexsup.c:153 msgid "Set internal name of shared library" msgstr "Establece el nombre interno de la biblioteca compartida" -#: lexsup.c:149 +#: lexsup.c:155 msgid "PROGRAM" msgstr "PROGRAMA" -#: lexsup.c:149 +#: lexsup.c:155 msgid "Set PROGRAM as the dynamic linker to use" msgstr "Establece el PROGRAMA como el enlazador dinámico a utilizar" -#: lexsup.c:152 +#: lexsup.c:158 msgid "Produce an executable with no program interpreter header" msgstr "Produce un ejecutable sin cabecera de intérprete de programa" -#: lexsup.c:155 +#: lexsup.c:161 msgid "LIBNAME" msgstr "NOMBREBIB" -#: lexsup.c:155 +#: lexsup.c:161 msgid "Search for library LIBNAME" msgstr "Busca la biblioteca NOMBREBIB" -#: lexsup.c:157 +#: lexsup.c:163 msgid "DIRECTORY" msgstr "DIRECTORIO" -#: lexsup.c:157 +#: lexsup.c:163 msgid "Add DIRECTORY to library search path" msgstr "Agrega el DIRECTORIO a la ruta de búsqueda de bibliotecas" -#: lexsup.c:160 +#: lexsup.c:166 msgid "Override the default sysroot location" msgstr "Sobreescribe la ubicación de sysroot por defecto" -#: lexsup.c:162 +#: lexsup.c:168 msgid "EMULATION" msgstr "EMULACIÓN" -#: lexsup.c:162 +#: lexsup.c:168 msgid "Set emulation" msgstr "Establece la emulación" -#: lexsup.c:164 +#: lexsup.c:170 msgid "Print map file on standard output" msgstr "Muestra el fichero mapa en la salida estándar" -#: lexsup.c:166 +#: lexsup.c:172 msgid "Do not page align data" msgstr "No pagina los datos alineados" -#: lexsup.c:168 +#: lexsup.c:174 msgid "Do not page align data, do not make text readonly" msgstr "No pagina los datos alineados, no hace el texto de sólo lectura" -#: lexsup.c:171 +#: lexsup.c:177 msgid "Page align data, make text readonly" msgstr "Pagina los datos alineados, hace el texto de sólo lectura" -#: lexsup.c:174 +#: lexsup.c:180 msgid "Set output file name" msgstr "Establece el nombre del fichero de salida" -#: lexsup.c:176 +#: lexsup.c:182 msgid "Optimize output file" msgstr "Optimiza la salida del fichero" -#: lexsup.c:178 +#: lexsup.c:184 msgid "Generate import library" msgstr "Genera biblioteca de importación" -#: lexsup.c:181 lexsup.c:192 +#: lexsup.c:187 lexsup.c:201 msgid "PLUGIN" msgstr "PLUGIN" -#: lexsup.c:181 +#: lexsup.c:187 msgid "Load named plugin" msgstr "Carga el plugin nombrado" -#: lexsup.c:183 lexsup.c:194 +#: lexsup.c:189 lexsup.c:203 msgid "ARG" msgstr "ARG" -#: lexsup.c:183 +#: lexsup.c:189 msgid "Send arg to last-loaded plugin" msgstr "EnvÃa el argumento al último plugin cargado" -#: lexsup.c:185 lexsup.c:188 +#: lexsup.c:191 +msgid "Store plugin intermediate files permanently" +msgstr "" + +#: lexsup.c:194 lexsup.c:197 msgid "Ignored for GCC LTO option compatibility" msgstr "Se descarta por compatibilidad con LTO de GCC" -#: lexsup.c:192 +#: lexsup.c:201 msgid "Load named plugin (ignored)" msgstr "Carga el plugin nombrado (ignorado)" -#: lexsup.c:194 +#: lexsup.c:203 msgid "Send arg to last-loaded plugin (ignored)" msgstr "EnvÃa el argumento al último plugin cargado (ignorado)" -#: lexsup.c:197 +#: lexsup.c:206 msgid "Ignored for GCC linker option compatibility" msgstr "Se descarta por compatibilidad con opción del enlazador de GCC" -#: lexsup.c:200 lexsup.c:203 +#: lexsup.c:209 lexsup.c:212 msgid "Ignored for gold option compatibility" msgstr "Se descarta por compatibilidad con opción oro de GCC" -#: lexsup.c:206 +#: lexsup.c:215 msgid "Ignored for SVR4 compatibility" msgstr "Se descarta por compatibilidad con SVR4" -#: lexsup.c:210 +#: lexsup.c:219 msgid "Generate relocatable output" msgstr "Genera salida reubicable" -#: lexsup.c:214 +#: lexsup.c:223 msgid "Just link symbols (if directory, same as --rpath)" msgstr "Sólo enlaza sÃmbolos (si es un directorio, es igual que --rpath)" -#: lexsup.c:217 +#: lexsup.c:229 +msgid "PATTERN=FILE" +msgstr "" + +#: lexsup.c:232 msgid "Strip all symbols" msgstr "Descarta todos los sÃmbolos" -#: lexsup.c:219 +#: lexsup.c:234 msgid "Strip debugging symbols" msgstr "Descarta los sÃmbolos de depuración" -#: lexsup.c:221 +#: lexsup.c:236 msgid "Strip symbols in discarded sections" msgstr "Descarta sÃmbolos en las secciones descartadas" -#: lexsup.c:223 +#: lexsup.c:238 msgid "Do not strip symbols in discarded sections" msgstr "No descarta sÃmbolos en las secciones descartadas" -#: lexsup.c:225 +#: lexsup.c:240 msgid "Trace file opens" msgstr "Rastrea la apertura de ficheros" -#: lexsup.c:227 +#: lexsup.c:242 msgid "Read linker script" msgstr "Lee el guión del enlazador" -#: lexsup.c:229 +#: lexsup.c:244 msgid "Read default linker script" msgstr "Lee el guión del enlazador por defecto" -#: lexsup.c:233 lexsup.c:236 lexsup.c:254 lexsup.c:343 lexsup.c:367 -#: lexsup.c:470 lexsup.c:503 lexsup.c:515 lexsup.c:553 lexsup.c:556 +#: lexsup.c:248 lexsup.c:251 lexsup.c:269 lexsup.c:361 lexsup.c:385 +#: lexsup.c:509 lexsup.c:544 lexsup.c:556 lexsup.c:615 lexsup.c:618 msgid "SYMBOL" msgstr "SÃMBOLO" -#: lexsup.c:233 +#: lexsup.c:248 msgid "Start with undefined reference to SYMBOL" msgstr "Inicia con una referencia sin definir hacia el SÃMBOLO" -#: lexsup.c:236 +#: lexsup.c:251 msgid "Require SYMBOL be defined in the final output" msgstr "Requiere que se defina SÃMBOLO en la salida final" -#: lexsup.c:239 +#: lexsup.c:254 msgid "[=SECTION]" msgstr "[=SECCIÓN]" -#: lexsup.c:240 +#: lexsup.c:255 msgid "Don't merge input [SECTION | orphan] sections" msgstr "No mezcla secciones de entrada [SECCIÓN | huérfanas]" -#: lexsup.c:242 +#: lexsup.c:257 msgid "Build global constructor/destructor tables" msgstr "Construye tablas globales de constructores/destructores" -#: lexsup.c:244 +#: lexsup.c:259 msgid "Print version information" msgstr "Muestra la información de la versión" -#: lexsup.c:246 +#: lexsup.c:261 msgid "Print version and emulation information" msgstr "Muestra la información de la versión y de la emulación" -#: lexsup.c:248 +#: lexsup.c:263 msgid "Discard all local symbols" msgstr "Descarta todos los sÃmbolos locales" -#: lexsup.c:250 +#: lexsup.c:265 msgid "Discard temporary local symbols (default)" -msgstr "Descarta los sÃmbolos locales temporales (por defecto)" +msgstr "Descarta los sÃmbolos locales temporales (opción predefinida)" -#: lexsup.c:252 +#: lexsup.c:267 msgid "Don't discard any local symbols" msgstr "No descarta ningún sÃmbolo local" -#: lexsup.c:254 +#: lexsup.c:269 msgid "Trace mentions of SYMBOL" msgstr "Rastrea las menciones del SÃMBOLO" -#: lexsup.c:256 lexsup.c:435 lexsup.c:437 +#: lexsup.c:271 lexsup.c:467 lexsup.c:469 msgid "PATH" msgstr "RUTA" -#: lexsup.c:256 +#: lexsup.c:271 msgid "Default search path for Solaris compatibility" msgstr "Ruta de búsqueda por defecto para compatibilidad con Solaris" -#: lexsup.c:259 +#: lexsup.c:274 msgid "Start a group" msgstr "Inicia un grupo" -#: lexsup.c:261 +#: lexsup.c:276 msgid "End a group" msgstr "Termina un grupo" -#: lexsup.c:265 +#: lexsup.c:280 msgid "Accept input files whose architecture cannot be determined" msgstr "Acepta ficheros de entrada cuya arquitectura no se pueda determinar" -#: lexsup.c:269 +#: lexsup.c:284 msgid "Reject input files whose architecture is unknown" msgstr "Rechaza ficheros de entrada cuya arquitectura es desconocida" -#: lexsup.c:281 +#: lexsup.c:296 msgid "Only set DT_NEEDED for following dynamic libs if used" msgstr "Sólo establece DT_NEEDED para las siguientes bibliotecas dinámicas si se usan" -#: lexsup.c:284 +#: lexsup.c:299 msgid "" "Always set DT_NEEDED for dynamic libraries mentioned on\n" " the command line" @@ -1442,188 +1691,208 @@ msgstr "" "Siempre establece DT_NEEDED para las bibliotecas dinámicas\n" " mencionadas en la lÃnea de órdenes" -#: lexsup.c:288 +#: lexsup.c:303 msgid "Ignored for SunOS compatibility" msgstr "Se descarta por compatibilidad con SunOS" -#: lexsup.c:290 +#: lexsup.c:305 msgid "Link against shared libraries" msgstr "Enlaza contra bibliotecas compartidas" -#: lexsup.c:296 +#: lexsup.c:311 msgid "Do not link against shared libraries" msgstr "No enlaza contra bibliotecas compartidas" -#: lexsup.c:304 +#: lexsup.c:319 +msgid "Don't bind global references locally" +msgstr "No asocia localmente las referencias globales" + +#: lexsup.c:321 msgid "Bind global references locally" msgstr "Asocia localmente las referencias globlales" -#: lexsup.c:306 +#: lexsup.c:323 msgid "Bind global function references locally" msgstr "Asocia localmente las referencias a función globales" -#: lexsup.c:308 +#: lexsup.c:325 msgid "Check section addresses for overlaps (default)" msgstr "Revisa las direcciones de las secciones por traslapes (por defecto)" -#: lexsup.c:311 +#: lexsup.c:328 msgid "Do not check section addresses for overlaps" msgstr "No revisa las direcciones de las secciones por traslapes" -#: lexsup.c:315 +#: lexsup.c:332 msgid "Copy DT_NEEDED links mentioned inside DSOs that follow" msgstr "Copia los enlaces DT_NEEDED mencionados dentro de los DSOs a continuación" -#: lexsup.c:319 +#: lexsup.c:336 msgid "Do not copy DT_NEEDED links mentioned inside DSOs that follow" msgstr "No copia los enlaces DT_NEEDED mencionados dentro de los DSOs a continuación" -#: lexsup.c:323 +#: lexsup.c:340 msgid "Output cross reference table" msgstr "Muestra la tabla de referencias cruzadas" -#: lexsup.c:325 +#: lexsup.c:342 msgid "SYMBOL=EXPRESSION" msgstr "SÃMBOLO=EXPRESIÓN" -#: lexsup.c:325 +#: lexsup.c:342 msgid "Define a symbol" msgstr "Define un sÃmbolo" -#: lexsup.c:327 +#: lexsup.c:344 msgid "[=STYLE]" msgstr "[=ESTILO]" -#: lexsup.c:327 +#: lexsup.c:344 msgid "Demangle symbol names [using STYLE]" msgstr "Desenreda los nombres de los sÃmbolos [utilizando el ESTILO]" -#: lexsup.c:331 +#: lexsup.c:348 msgid "" "Do not allow multiple definitions with symbols included\n" " in filename invoked by -R or --just-symbols" msgstr "" -"No permite definiciones múltiples con sÃmbolos incluidos\n" -" en el nombre de fichero invocado por -R o --just-symbols" +"No permite definiciones múltiples con sÃmbolos incluidos en el nombre\n" +" de fichero invocado por -R o --just-symbols" # No me convence mucho la traducción de `embedded' por imbuÃdo. cfuga -#: lexsup.c:335 +#: lexsup.c:353 msgid "Generate embedded relocs" msgstr "Genera reubicaciones imbuÃdas" -#: lexsup.c:337 +#: lexsup.c:355 msgid "Treat warnings as errors" msgstr "Trata los avisos como errores" -#: lexsup.c:340 +#: lexsup.c:358 msgid "Do not treat warnings as errors (default)" msgstr "No trata los avisos como errores (por defecto)" -#: lexsup.c:343 +#: lexsup.c:361 msgid "Call SYMBOL at unload-time" msgstr "Llama al SÃMBOLO al momento de descargar" -#: lexsup.c:345 +#: lexsup.c:363 msgid "Force generation of file with .exe suffix" msgstr "Fuerza la generación del fichero con sufijo .exe" -#: lexsup.c:347 +#: lexsup.c:365 msgid "Remove unused sections (on some targets)" msgstr "Elimina las secciones sin uso (en algunos objetivos)" -#: lexsup.c:350 +#: lexsup.c:368 msgid "Don't remove unused sections (default)" msgstr "No elimina las secciones sin uso (por defecto)" -#: lexsup.c:353 +#: lexsup.c:371 msgid "List removed unused sections on stderr" msgstr "Muestra las secciones sin uso eliminadas en la salida de error estándar" -#: lexsup.c:356 +#: lexsup.c:374 msgid "Do not list removed unused sections" msgstr "No muestra las secciones sin uso eliminadas" -#: lexsup.c:359 +#: lexsup.c:377 msgid "Keep exported symbols when removing unused sections" msgstr "Mantiene los sÃmbolos exportados cuando se quitan secciones sin uso" -#: lexsup.c:362 +#: lexsup.c:380 msgid "Set default hash table size close to <NUMBER>" msgstr "Establece el tamaño de de la tabla de dispersión cercano al <NÚMERO>" -#: lexsup.c:365 +#: lexsup.c:383 msgid "Print option help" msgstr "Muestra la ayuda de opciones" -#: lexsup.c:367 +#: lexsup.c:385 msgid "Call SYMBOL at load-time" msgstr "Llama al SÃMBOLO al momento de cargar" -#: lexsup.c:369 +#: lexsup.c:387 msgid "FILE/DIR" msgstr "FICHERO/DIR" -#: lexsup.c:369 +#: lexsup.c:387 msgid "Write a linker map to FILE or DIR/<outputname>.map" msgstr "Escribe un mapa de enlazador en FICHERO o DIR/<nombresalida>.map" -#: lexsup.c:371 +#: lexsup.c:389 msgid "Do not define Common storage" msgstr "No define almacenamiento Common" -#: lexsup.c:373 +#: lexsup.c:391 msgid "Do not demangle symbol names" msgstr "No desenreda los nombres de los sÃmbolos" -#: lexsup.c:375 +#: lexsup.c:393 msgid "Use less memory and more disk I/O" msgstr "Usa menos memoria y más E/S de disco" -#: lexsup.c:377 +#: lexsup.c:395 msgid "Do not allow unresolved references in object files" msgstr "No permite referencias sin resolver en ficheros objeto" -#: lexsup.c:380 +#: lexsup.c:398 +msgid "Do not display any warning or error messages" +msgstr "No muestra mensajes de aviso ni error" + +#: lexsup.c:401 msgid "Allow unresolved references in shared libraries" msgstr "Permite referencias sin resolver en bibliotecas compartidas" -#: lexsup.c:384 +#: lexsup.c:405 msgid "Do not allow unresolved references in shared libs" msgstr "No permite referencias sin resolver en bibliotecas compartidas" -#: lexsup.c:388 +#: lexsup.c:409 msgid "Allow multiple definitions" msgstr "Permite definiciones múltiples" -#: lexsup.c:390 +#: lexsup.c:413 +msgid "SCRIPT" +msgstr "SCRIPT" + +#: lexsup.c:413 +msgid "Provide a script to help with undefined symbol errors" +msgstr "Ofrece un script de ayuda para errores de sÃmbolos indefinidos" + +#: lexsup.c:416 +msgid "Allow undefined version" +msgstr "Permite versiones sin definir" + +#: lexsup.c:418 msgid "Disallow undefined version" msgstr "No permite versiones sin definir" -#: lexsup.c:392 +#: lexsup.c:420 msgid "Create default symbol version" msgstr "Crea la versión de sÃmbolo por defecto" -#: lexsup.c:395 +#: lexsup.c:423 msgid "Create default symbol version for imported symbols" msgstr "Crea la versión de sÃmbolo por defecto para sÃmbolos importados" -#: lexsup.c:398 +#: lexsup.c:426 msgid "Don't warn about mismatched input files" msgstr "No avisa sobre ficheros de entrada sin coincidencia" -#: lexsup.c:401 +#: lexsup.c:429 msgid "Don't warn on finding an incompatible library" msgstr "No avisa al encontrar una biblioteca incompatible" -#: lexsup.c:404 +#: lexsup.c:432 msgid "Turn off --whole-archive" msgstr "Apaga --whole-archive" -#: lexsup.c:406 +#: lexsup.c:434 msgid "Create an output file even if errors occur" msgstr "Crea un fichero de salida aún si ocurren errores" -#: lexsup.c:411 +#: lexsup.c:439 msgid "" "Only use library directories specified on\n" " the command line" @@ -1631,143 +1900,163 @@ msgstr "" "Utiliza solamente los directorios de bibliotecas\n" " especificados en la lÃnea de órdenes" -#: lexsup.c:415 +#: lexsup.c:443 msgid "Specify target of output file" msgstr "Especifica el objetivo del fichero de salida" -#: lexsup.c:418 +#: lexsup.c:446 msgid "Print default output format" msgstr "Muestra el formato de salida por defecto" -#: lexsup.c:420 +#: lexsup.c:448 msgid "Print current sysroot" msgstr "Muestra el sysroot actual" -#: lexsup.c:422 +#: lexsup.c:450 msgid "Ignored for Linux compatibility" msgstr "Se descarta por compatibilidad con Linux" -#: lexsup.c:425 +#: lexsup.c:453 msgid "Reduce memory overheads, possibly taking much longer" msgstr "Reduce las saturaciones de memoria, tal vez tomando más tiempo" -#: lexsup.c:428 +#: lexsup.c:457 +msgid "Set the maximum cache size to SIZE bytes" +msgstr "" + +#: lexsup.c:460 msgid "Reduce code size by using target specific optimizations" msgstr "Reduce el tamaño del código usando optimizaciones especÃficas del objetivo" -#: lexsup.c:430 +#: lexsup.c:462 msgid "Do not use relaxation techniques to reduce code size" msgstr "No utiliza técnicas de relajación para reducir el tamaño del código" -#: lexsup.c:433 +#: lexsup.c:465 msgid "Keep only symbols listed in FILE" msgstr "Conserva solamente los sÃmbolos enlistados en el FICHERO" -#: lexsup.c:435 +#: lexsup.c:467 msgid "Set runtime shared library search path" msgstr "Establece la ruta de búsqueda de bibliotecas compartidas en tiempo de ejecución" -#: lexsup.c:437 +#: lexsup.c:469 msgid "Set link time shared library search path" msgstr "Establece la ruta de búsqueda de bibliotecas compartidas en tiempo de enlace" -#: lexsup.c:440 +#: lexsup.c:472 msgid "Create a shared library" msgstr "Crea una biblioteca compartida" -#: lexsup.c:444 +#: lexsup.c:476 msgid "Create a position independent executable" msgstr "Crea un ejecutable independiente de posición" -#: lexsup.c:448 +#: lexsup.c:480 +msgid "Create a position dependent executable (default)" +msgstr "Crea un ejecutable dependiente de posición (por defecto)" + +#: lexsup.c:482 msgid "[=ascending|descending]" msgstr "[=ascending|descending]" -#: lexsup.c:449 +#: lexsup.c:483 msgid "Sort common symbols by alignment [in specified order]" msgstr "Ordena los sÃmbolos comunes por alineación [en orden especÃfico]" -#: lexsup.c:454 +#: lexsup.c:488 msgid "name|alignment" msgstr "nombre|alineación" -#: lexsup.c:455 +#: lexsup.c:489 msgid "Sort sections by name or maximum alignment" msgstr "Ordena secciones por nombre o alineación máxima" -#: lexsup.c:457 +#: lexsup.c:492 +msgid "Sort sections by statements in FILE" +msgstr "" + +#: lexsup.c:494 msgid "COUNT" msgstr "CUENTA" -#: lexsup.c:457 +#: lexsup.c:494 msgid "How many tags to reserve in .dynamic section" msgstr "Cúantas marcas reserva en la sección .dynamic" -#: lexsup.c:460 +#: lexsup.c:497 msgid "[=SIZE]" msgstr "[=TAMAÑO]" -#: lexsup.c:460 +#: lexsup.c:497 msgid "Split output sections every SIZE octets" msgstr "Divide las secciones de salida cada TAMAÑO octetos" -#: lexsup.c:463 +#: lexsup.c:500 msgid "[=COUNT]" msgstr "[=CUENTA]" -#: lexsup.c:463 +#: lexsup.c:500 msgid "Split output sections every COUNT relocs" msgstr "Divide las secciones de salida cada CUENTA reubicaciones" -#: lexsup.c:466 -msgid "Print memory usage statistics" -msgstr "Muestra las estadÃsticas de uso de memoria" +#: lexsup.c:503 +msgid "Print resource usage statistics" +msgstr "Muestra las estadÃsticas de uso de recursos" + +#: lexsup.c:505 +msgid "Do not print resource usage statistics" +msgstr "No muestra las estadÃsticas de uso de recursos" -#: lexsup.c:468 +#: lexsup.c:507 msgid "Display target specific options" msgstr "Muestra las opciones especÃficas del objetivo" -#: lexsup.c:470 +#: lexsup.c:509 msgid "Do task level linking" msgstr "Enlaza a nivel de tarea" -#: lexsup.c:472 +#: lexsup.c:511 msgid "Use same format as native linker" msgstr "Usa el mismo formato que el enlazador nativo" -#: lexsup.c:474 +#: lexsup.c:513 msgid "SECTION=ADDRESS" msgstr "SECCIÓN=DIRECCIÓN" -#: lexsup.c:474 +#: lexsup.c:513 msgid "Set address of named section" msgstr "Establece la dirección de la sección nombrada" -#: lexsup.c:477 +#: lexsup.c:516 +msgid "Set image base address" +msgstr "Establece la dirección base de la imagen" + +#: lexsup.c:518 msgid "Set address of .bss section" msgstr "Establece la dirección de la sección .bss" -#: lexsup.c:479 +#: lexsup.c:520 msgid "Set address of .data section" msgstr "Establece la dirección de la sección .data" -#: lexsup.c:481 +#: lexsup.c:522 msgid "Set address of .text section" msgstr "Establece la dirección de la sección .text" -#: lexsup.c:483 +#: lexsup.c:524 msgid "Set address of text segment" msgstr "Establece la dirección del segmento de texto" -#: lexsup.c:485 +#: lexsup.c:526 msgid "Set address of rodata segment" msgstr "Establece la dirección del segmento de datos de solo lectura" -#: lexsup.c:487 +#: lexsup.c:528 msgid "Set address of ldata segment" msgstr "Establece la dirección del segmento de datos (ldata)" -#: lexsup.c:490 +#: lexsup.c:531 msgid "" "How to handle unresolved symbols. <method> is:\n" " ignore-all, report-all, ignore-in-object-files,\n" @@ -1777,19 +2066,19 @@ msgstr "" " ignore-all, report-all, ignore-in-object-files,\n" " ignore-in-shared-libs" -#: lexsup.c:495 +#: lexsup.c:536 msgid "[=NUMBER]" msgstr "[=NÚMERO]" -#: lexsup.c:496 +#: lexsup.c:537 msgid "Output lots of information during link" msgstr "Muestra mucha información durante el enlace" -#: lexsup.c:500 +#: lexsup.c:541 msgid "Read version information script" msgstr "Lee la información de la versión del guión" -#: lexsup.c:503 +#: lexsup.c:544 msgid "" "Take export symbols list from .exports, using\n" " SYMBOL as the version." @@ -1797,158 +2086,193 @@ msgstr "" "Toma la lista de exportación de sÃmbolos de .exports, usando\n" " el SÃMBOLO como la versión." -#: lexsup.c:507 +#: lexsup.c:548 msgid "Add data symbols to dynamic list" msgstr "Agrega sÃmbolos de datos a la lista dinámica" -#: lexsup.c:509 +#: lexsup.c:550 msgid "Use C++ operator new/delete dynamic list" msgstr "Usa la lista dinámica de los operadores de C++ new/delete" -#: lexsup.c:511 +#: lexsup.c:552 msgid "Use C++ typeinfo dynamic list" msgstr "Usa la lista dinámica de tipo de dato de C++" -#: lexsup.c:513 +#: lexsup.c:554 msgid "Read dynamic list" msgstr "Lee la lista dinámica" -#: lexsup.c:515 +#: lexsup.c:556 msgid "Export the specified symbol" msgstr "Exporta el sÃmbolo especificado" -#: lexsup.c:517 +#: lexsup.c:558 msgid "Read export dynamic symbol list" msgstr "Lee la lista de los sÃmbolos dinámicos exportados" -#: lexsup.c:519 +#: lexsup.c:560 msgid "Warn about duplicate common symbols" msgstr "Avisa sobre sÃmbolos comunes duplicados" -#: lexsup.c:521 +#: lexsup.c:562 msgid "Warn if global constructors/destructors are seen" msgstr "Avisa si se ven constructores/destructores globales" -#: lexsup.c:524 +#: lexsup.c:586 msgid "Warn if the multiple GP values are used" msgstr "Avisa si se usan valores múltiples de GP" -#: lexsup.c:526 +#: lexsup.c:588 msgid "Warn only once per undefined symbol" msgstr "Avisa sólo una vez por cada sÃmbolo sin definir" -#: lexsup.c:528 +#: lexsup.c:590 msgid "Warn if start of section changes due to alignment" msgstr "Avisa si el inicio de la sección cambia debido a la alineación" -#: lexsup.c:533 -msgid "Warn if outpout has DT_TEXTREL (default)" +#: lexsup.c:595 +msgid "Warn if output has DT_TEXTREL (default)" msgstr "Avisa si la salida tiene DT_TEXTREL (lo predefinido)" -#: lexsup.c:535 -msgid "Warn if outpout has DT_TEXTREL" +#: lexsup.c:597 +msgid "Warn if output has DT_TEXTREL" msgstr "Avisa si la salida tiene DT_TEXTREL" -#: lexsup.c:541 +#: lexsup.c:603 msgid "Warn if an object has alternate ELF machine code" msgstr "Avisa si el objeto tiene código máquina ELF alternativo" -#: lexsup.c:545 +#: lexsup.c:607 msgid "Report unresolved symbols as warnings" msgstr "Reporta sÃmbolos sin resolver como avisos" -#: lexsup.c:548 +#: lexsup.c:610 msgid "Report unresolved symbols as errors" msgstr "Reporta sÃmbolos sin resolver como errores" -#: lexsup.c:550 +#: lexsup.c:612 msgid "Include all objects from following archives" msgstr "Incluye todos los objetos de los siguientes ficheros" -#: lexsup.c:553 +#: lexsup.c:615 msgid "Use wrapper functions for SYMBOL" msgstr "Usa funciones de envoltura para el SÃMBOLO" -#: lexsup.c:557 +#: lexsup.c:619 msgid "Unresolved SYMBOL will not cause an error or warning" msgstr "SÃMBOLO no resuelto no provocará error ni aviso" -#: lexsup.c:559 +#: lexsup.c:621 msgid "Push state of flags governing input file handling" msgstr "Apila («push») el estado de los indicadores que gobiernan el manejo del fichero de entrada" -#: lexsup.c:562 +#: lexsup.c:624 msgid "Pop state of flags governing input file handling" msgstr "Retira («pop») el estado de los indicadores que gobiernan el manejo del fichero de entrada" -#: lexsup.c:565 +#: lexsup.c:627 msgid "Report target memory usage" msgstr "Informa sobre el uso de memoria del objetivo" -#: lexsup.c:567 +#: lexsup.c:629 msgid "=MODE" msgstr "=MODO" -#: lexsup.c:567 +#: lexsup.c:629 msgid "Control how orphan sections are handled." msgstr "Controla cómo manejar las secciones huérfanas" -#: lexsup.c:570 +#: lexsup.c:632 msgid "Show discarded sections in map file output (default)" msgstr "Muestra secciones descartadas en la salida del fichero de mapa (opción predefinida)" -#: lexsup.c:573 +#: lexsup.c:635 msgid "Do not show discarded sections in map file output" msgstr "No muestra secciones descartadas en la salida del fichero de mapa" -#: lexsup.c:751 +#: lexsup.c:638 +msgid "Show local symbols in map file output" +msgstr "Muestra los sÃmbolos locales en la salida del fichero de mapa" + +#: lexsup.c:641 +msgid "Do not show local symbols in map file output (default)" +msgstr "No muestra los sÃmbolos locales en la salida del fichero de mapa (opción predefinida)" + +#: lexsup.c:644 +msgid "Emit names and types of static variables in CTF" +msgstr "Emite nombres y tipos de variables estáticas en CTF" + +#: lexsup.c:647 +msgid "Do not emit names and types of static variables in CTF" +msgstr "No emite nombres ni tipos de variables estáticas en CTF" + +#: lexsup.c:651 +msgid "" +"How to share CTF types between translation units.\n" +" <method> is: share-unconflicted (default),\n" +" share-duplicated" +msgstr "" +"Cómo compartir tipos CTF entre unidades de traducción.\n" +" <method> es: share-unconflicted (predefinido),\n" +" share-duplicated" + +#: lexsup.c:815 +msgid "%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" +msgstr "%P: Error: no se puede desambiguar: %s (¿quiso decir -%s ?)\n" + +#: lexsup.c:819 +msgid "%P: Warning: grouped short command line options are deprecated: %s\n" +msgstr "%P: Aviso: la agrupación de opciones abreviadas en la lÃnea de órdenes es obsoleta: %s\n" + +#: lexsup.c:846 msgid "%P: %s: missing argument\n" msgstr "%P: %s: falta el argumento\n" -#: lexsup.c:756 +#: lexsup.c:851 msgid "%P: unrecognized option '%s'\n" msgstr "%P: no se reconoce la opción `%s'\n" -#: lexsup.c:761 -msgid "%F%P: use the --help option for usage information\n" -msgstr "%F%P: use la opción --help para información de modo de empleo\n" - -#: lexsup.c:780 -msgid "%F%P: unrecognized -a option `%s'\n" -msgstr "%F%P: no se reconoce la opción -a `%s'\n" - -#: lexsup.c:793 -msgid "%F%P: unrecognized -assert option `%s'\n" -msgstr "%F%P: no se reconoce la opción -assert `%s'\n" - -#: lexsup.c:837 -msgid "%F%P: unknown demangling style `%s'\n" -msgstr "%F%P: estilo de desenredo `%s' desconocido\n" - -#: lexsup.c:913 lexsup.c:1372 eaarch64cloudabi.c:803 eaarch64cloudabib.c:803 -#: eaarch64elf.c:798 eaarch64elf32.c:798 eaarch64elf32b.c:798 -#: eaarch64elfb.c:798 eaarch64fbsd.c:803 eaarch64fbsdb.c:803 -#: eaarch64linux.c:803 eaarch64linux32.c:803 eaarch64linux32b.c:803 -#: eaarch64linuxb.c:803 earmelf.c:1064 earmelf_fbsd.c:1064 -#: earmelf_fuchsia.c:1069 earmelf_linux.c:1069 earmelf_linux_eabi.c:1069 -#: earmelf_linux_fdpiceabi.c:1069 earmelf_nacl.c:1069 earmelf_nbsd.c:1064 -#: earmelf_phoenix.c:1069 earmelf_vxworks.c:1100 earmelfb.c:1064 -#: earmelfb_fbsd.c:1064 earmelfb_fuchsia.c:1069 earmelfb_linux.c:1069 -#: earmelfb_linux_eabi.c:1069 earmelfb_linux_fdpiceabi.c:1069 -#: earmelfb_nacl.c:1069 earmelfb_nbsd.c:1064 earmnto.c:1039 earmsymbian.c:1064 -#: ecskyelf.c:530 ecskyelf_linux.c:693 eelf32metag.c:690 eelf64lppc.c:1149 -#: eelf64ppc.c:1149 eelf64ppc_fbsd.c:1149 ehppaelf.c:550 ehppalinux.c:728 -#: ehppanbsd.c:728 ehppaobsd.c:728 -msgid "%F%P: invalid number `%s'\n" -msgstr "%F%P: número `%s' inválido\n" - -#: lexsup.c:1009 -msgid "%F%P: bad --unresolved-symbols option: %s\n" -msgstr "%F%P: opción --unresolved-symbols errónea: %s\n" - -#: lexsup.c:1077 -msgid "%F%P: bad -plugin-opt option\n" -msgstr "%F%P: opción -plugin-opt errónea\n" +#: lexsup.c:856 +msgid "%P: use the --help option for usage information\n" +msgstr "%P: use la opción --help para información de modo de empleo\n" + +#: lexsup.c:875 +msgid "%P: unrecognized -a option `%s'\n" +msgstr "%P: no se reconoce la opción -a `%s'\n" + +#: lexsup.c:888 +msgid "%P: unrecognized -assert option `%s'\n" +msgstr "%P: no se reconoce la opción -assert `%s'\n" + +#: lexsup.c:932 +msgid "%P: unknown demangling style `%s'\n" +msgstr "%P: estilo de desenredo `%s' desconocido\n" + +#: lexsup.c:1039 lexsup.c:1545 eaarch64cloudabi.c:1021 eaarch64cloudabib.c:1021 +#: eaarch64elf.c:1026 eaarch64elf32.c:1026 eaarch64elf32b.c:1026 +#: eaarch64elfb.c:1026 eaarch64fbsd.c:1026 eaarch64fbsdb.c:1026 +#: eaarch64haiku.c:1021 eaarch64linux.c:1026 eaarch64linux32.c:1026 +#: eaarch64linux32b.c:1026 eaarch64linuxb.c:1026 eaarch64nto.c:1183 +#: earmelf.c:1135 earmelf_fbsd.c:1135 earmelf_fuchsia.c:1140 +#: earmelf_haiku.c:1140 earmelf_linux.c:1140 earmelf_linux_eabi.c:1140 +#: earmelf_linux_fdpiceabi.c:1140 earmelf_nacl.c:1140 earmelf_nbsd.c:1135 +#: earmelf_phoenix.c:1140 earmelf_vxworks.c:1167 earmelfb.c:1135 +#: earmelfb_fbsd.c:1135 earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 +#: earmelfb_linux_eabi.c:1140 earmelfb_linux_fdpiceabi.c:1140 +#: earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 earmnto.c:1095 ecskyelf.c:602 +#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1226 +#: eelf64lppc_fbsd.c:1226 eelf64ppc.c:1226 eelf64ppc_fbsd.c:1226 ehppaelf.c:613 +#: ehppalinux.c:825 ehppanbsd.c:825 ehppaobsd.c:825 +msgid "%P: invalid number `%s'\n" +msgstr "%P: número `%s' inválido\n" + +#: lexsup.c:1135 +msgid "%P: bad --unresolved-symbols option: %s\n" +msgstr "%P: opción --unresolved-symbols errónea: %s\n" + +#: lexsup.c:1222 +msgid "%P: bad -plugin-opt option\n" +msgstr "%P: opción -plugin-opt errónea\n" #. This can happen if the user put "-rpath,a" on the command #. line. (Or something similar. The comma is important). @@ -1958,106 +2282,133 @@ msgstr "%F%P: opción -plugin-opt errónea\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:1094 -msgid "%F%P: unrecognised option: %s\n" -msgstr "%F%P: no se reconoce la opción %s\n" +#: lexsup.c:1242 +msgid "%P: unrecognised option: %s\n" +msgstr "%P: no se reconoce la opción %s\n" -#: lexsup.c:1097 lexsup.c:1207 lexsup.c:1225 lexsup.c:1341 -msgid "%F%P: -r and %s may not be used together\n" -msgstr "%F%P: no se pueden usar juntos -r y %s\n" +#: lexsup.c:1245 lexsup.c:1355 lexsup.c:1376 lexsup.c:1514 +msgid "%P: -r and %s may not be used together\n" +msgstr "%P: no se pueden usar juntos -r y %s\n" -#: lexsup.c:1219 -msgid "%F%P: -shared not supported\n" -msgstr "%F%P: no se admite -shared\n" +#: lexsup.c:1367 +msgid "%P: -shared not supported\n" +msgstr "%P: no se admite -shared\n" -#: lexsup.c:1230 -msgid "%F%P: -pie not supported\n" -msgstr "%F%P: no se admite -pie\n" +#: lexsup.c:1381 +msgid "%P: -pie not supported\n" +msgstr "%P: no se admite -pie\n" -#: lexsup.c:1236 +#: lexsup.c:1387 msgid "%P: SONAME must not be empty string; keeping previous one\n" msgstr "%P: SONAME no debe ser una cadena vacÃa: se conserva la anterior\n" -#: lexsup.c:1242 +#: lexsup.c:1393 msgid "descending" msgstr "descendente" -#: lexsup.c:1244 +#: lexsup.c:1395 msgid "ascending" msgstr "ascendente" -#: lexsup.c:1247 -msgid "%F%P: invalid common section sorting option: %s\n" -msgstr "%F%P: opción de ordenado de sección común inválida: %s\n" +#: lexsup.c:1398 +msgid "%P: invalid common section sorting option: %s\n" +msgstr "%P: opción de ordenado de sección común inválida: %s\n" -#: lexsup.c:1251 +#: lexsup.c:1402 msgid "name" msgstr "nombre" -#: lexsup.c:1253 +#: lexsup.c:1404 msgid "alignment" msgstr "alineación" -#: lexsup.c:1256 -msgid "%F%P: invalid section sorting option: %s\n" -msgstr "%F%P: opción de ordenado de sección inválida: %s\n" +#: lexsup.c:1407 +msgid "%P: invalid section sorting option: %s\n" +msgstr "%P: opción de ordenado de sección inválida: %s\n" + +#: lexsup.c:1412 +msgid "%P: warning: section ordering file changed. Ignoring earlier definition\n" +msgstr "%P: aviso: el fichero de ordenado de secciones ha cambiado. Se descarta la definición anterior\n" -#: lexsup.c:1290 -msgid "%F%P: invalid argument to option \"--section-start\"\n" -msgstr "%F%P: argumento inválido para la opción \"--section-start\"\n" +#: lexsup.c:1460 +msgid "%P: invalid argument to option \"--section-start\"\n" +msgstr "%P: argumento inválido para la opción \"--section-start\"\n" -#: lexsup.c:1297 -msgid "%F%P: missing argument(s) to option \"--section-start\"\n" -msgstr "%F%P: falta(n) argumento(s) para la opción \"--section-start\"\n" +#: lexsup.c:1467 +msgid "%P: missing argument(s) to option \"--section-start\"\n" +msgstr "%P: falta(n) argumento(s) para la opción \"--section-start\"\n" -#: lexsup.c:1562 -msgid "%F%P: group ended before it began (--help for usage)\n" -msgstr "%F%P: el grupo terminó antes de empezar (--help para modo de empleo)\n" +#: lexsup.c:1740 +msgid "%P: group ended before it began (--help for usage)\n" +msgstr "%P: el grupo terminó antes de empezar (--help para modo de empleo)\n" -#: lexsup.c:1590 +#: lexsup.c:1756 +msgid "%P: failed to add remap file %s\n" +msgstr "%P: fallo al añadir el fichero de reasignación %s\n" + +#. FIXME: Should we allow --remap-inputs=@myfile as a synonym +#. for --remap-inputs-file=myfile ? +#: lexsup.c:1765 +msgid "%P: invalid argument to option --remap-inputs\n" +msgstr "%P: argumento inválido para la opción --remap--inputs\n" + +#: lexsup.c:1786 +msgid "%P: invalid cache memory size: %s\n" +msgstr "%P: tamaño de memoria caché no válido: %s\n" + +#: lexsup.c:1799 msgid "%X%P: --hash-size needs a numeric argument\n" msgstr "%X%P: --hash-size necesita un argumento numérico\n" -#: lexsup.c:1602 -msgid "%F%P: no state pushed before popping\n" -msgstr "%F%P: no se apiló («push») ningún estado con anterioridad a retirarlo («pop»)\n" +#: lexsup.c:1811 +msgid "%P: no state pushed before popping\n" +msgstr "%P: no se apiló («push») ningún estado con anterioridad a retirarlo («pop»)\n" + +#: lexsup.c:1834 +msgid "%P: invalid argument to option \"--orphan-handling\"\n" +msgstr "%P: argumento inválido para la opción \"--orphan-handling\"\n" -#: lexsup.c:1625 -msgid "%F%P: invalid argument to option \"--orphan-handling\"\n" -msgstr "%F%P: argumento inválido para la opción \"--orphan-handling\"\n" +#: lexsup.c:1872 +msgid "%P: bad --ctf-share-types option: %s\n" +msgstr "%P: opción --ctf-share-types errónea: %s\n" -#: lexsup.c:1648 +#: lexsup.c:1889 msgid "%P: no file/directory name provided for map output; ignored\n" msgstr "%P: no se ha proporcionado nombre de fichero/directorio para la salida de mapas; se hace caso omiso\n" -#. If this alloc fails then something is probably very -#. wrong. Better to halt now rather than continue on -#. into more problems. -#: lexsup.c:1669 -msgid "%P%F: cannot create name for linker map file: %E\n" -msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" +#: lexsup.c:1917 +msgid "%P: cannot stat linker map file: %E\n" +msgstr "%P: no se puede el estado del fichero de mapa del enlazador: %E\n" + +#: lexsup.c:1928 +msgid "%P: linker map file is not a regular file\n" +msgstr "%P: el fichero de mapa del enlazador no es un fichero normal\n" -#: lexsup.c:1680 +#: lexsup.c:1943 msgid "%P: SONAME must not be empty string; ignored\n" msgstr "%P: SONAME no debe ser una cadena vacÃa: se descarta\n" -#: lexsup.c:1686 +#: lexsup.c:1949 msgid "%P: missing --end-group; added as last command line option\n" msgstr "%P: falta --end-group; añadida como última opción de la lÃnea de órdenes\n" -#: lexsup.c:1794 -msgid "%F%P: -F may not be used without -shared\n" -msgstr "%F%P: no se puede usar -F sin -shared\n" +#: lexsup.c:2038 +msgid "%P: -r and -z nosectionheader may not be used together\n" +msgstr "%P: no se pueden usar juntos -r y -z numcabecerasección\n" -#: lexsup.c:1796 -msgid "%F%P: -f may not be used without -shared\n" -msgstr "%F%P: no se puede usar -f sin -shared\n" +#: lexsup.c:2046 +msgid "%P: -F may not be used without -shared\n" +msgstr "%P: no se puede usar -F sin -shared\n" -#: lexsup.c:1837 lexsup.c:1850 -msgid "%F%P: invalid hex number `%s'\n" -msgstr "%F%P: número hexadecimal `%s' inválido\n" +#: lexsup.c:2048 +msgid "%P: -f may not be used without -shared\n" +msgstr "%P: no se puede usar -f sin -shared\n" -#: lexsup.c:1880 +#: lexsup.c:2089 lexsup.c:2102 +msgid "%P: invalid hex number `%s'\n" +msgstr "%P: número hexadecimal `%s' inválido\n" + +#: lexsup.c:2132 #, c-format msgid " --audit=AUDITLIB Specify a library to use for auditing\n" msgstr " --audit=AUDITLIB Especifica una biblioteca para auditorÃa\n" @@ -2065,42 +2416,42 @@ msgstr " --audit=AUDITLIB Especifica una biblioteca para auditorÃa\ # 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 -#: lexsup.c:1882 +#: lexsup.c:2134 #, c-format msgid " -Bgroup Selects group name lookup rules for DSO\n" msgstr " -Bgroup Selecciona las reglas de búsqueda de nombre de grupo para DSO\n" -#: lexsup.c:1884 +#: lexsup.c:2136 #, c-format msgid " --disable-new-dtags Disable new dynamic tags\n" msgstr " --disable-new-dtags Desactiva etiquetas dinámicas nuevas\n" -#: lexsup.c:1886 +#: lexsup.c:2138 #, c-format msgid " --enable-new-dtags Enable new dynamic tags\n" msgstr " --enable-new-dtags Activa etiquetas dinámicas nuevas\n" -#: lexsup.c:1888 +#: lexsup.c:2140 #, c-format msgid " --eh-frame-hdr Create .eh_frame_hdr section\n" msgstr " --eh-frame-hdr Crea sección .eh_frame_hdr\n" -#: lexsup.c:1890 +#: lexsup.c:2142 #, c-format msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n" msgstr " --no-eh-frame-hdr No crea sección .eh_frame_hdr\n" -#: lexsup.c:1892 +#: lexsup.c:2144 #, c-format msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n" msgstr " --exclude-libs=LIBS Hace ocultos todos los sÃmbolos en LIBS\n" -#: lexsup.c:1894 +#: lexsup.c:2146 #, c-format msgid " --hash-style=STYLE Set hash style to sysv/gnu/both. Default: " msgstr " --hash-style=ESTILO Establece el estilo «hash» a sysv/gnu/both. Predefinido: " -#: lexsup.c:1913 +#: lexsup.c:2165 #, c-format msgid "" " -P AUDITLIB, --depaudit=AUDITLIB\n" @@ -2109,21 +2460,21 @@ msgstr "" " -P AUDITLIB, --depaudit=AUDITLIB\n" " Especifica una biblioteca para auditar dependencias\n" -#: lexsup.c:1916 +#: lexsup.c:2168 #, c-format msgid " -z combreloc Merge dynamic relocs into one section and sort\n" msgstr "" " -z combreloc Funde las reubicaciones dinámicas en una sola\n" -" sección y las ordena\n" +" sección y las ordena\n" -#: lexsup.c:1918 +#: lexsup.c:2170 #, c-format msgid " -z nocombreloc Don't merge dynamic relocs into one section\n" msgstr "" " -z nocombreloc No funde las reubicaciones dinámicas en una\n" -" sola sección\n" +" sola sección\n" -#: lexsup.c:1920 +#: lexsup.c:2172 #, c-format msgid "" " -z global Make symbols in DSO available for subsequently\n" @@ -2132,63 +2483,76 @@ msgstr "" " -z global Hace disponibles los sÃmbolos en DSO a los\n" " objetos cargados posteriormente\n" -#: lexsup.c:1923 +#: lexsup.c:2175 #, c-format msgid " -z initfirst Mark DSO to be initialized first at runtime\n" msgstr "" " -z initfirst Marca el DSO para ser inicialiado al principio\n" -" en tiempo de ejecución\n" +" en tiempo de ejecución\n" -#: lexsup.c:1925 +#: lexsup.c:2177 #, c-format msgid " -z interpose Mark object to interpose all DSOs but executable\n" msgstr "" " -z interpose Marca el objeto para interponer todos los DSOs\n" -" menos los ejecutables\n" +" menos los ejecutables\n" + +#: lexsup.c:2179 +#, c-format +msgid " -z unique Mark DSO to be loaded at most once by default, and only in the main namespace\n" +msgstr "" +" -z unique Marca el DSO para que el comportamiento predefinido sea\n" +" cargarlo una vez como máximo y solo en el espacio\n" +" de nombres principal\n" -#: lexsup.c:1927 +#: lexsup.c:2181 +#, c-format +msgid " -z nounique Don't mark DSO as a loadable at most once\n" +msgstr " -z nounique No marca el DSO como cargable una vez como máximo\n" + +#: lexsup.c:2183 #, c-format msgid " -z lazy Mark object lazy runtime binding (default)\n" msgstr "" " -z lazy Señala enlace perezoso de objetos en tiempo\n" -" de ejecución (opción predefinida)\n" +" de ejecución (opción predefinida)\n" -#: lexsup.c:1929 +#: lexsup.c:2185 #, c-format msgid " -z loadfltr Mark object requiring immediate process\n" msgstr " -z loadfltr Indica que el objeto requiere procesamiento inmediato\n" -#: lexsup.c:1931 +#: lexsup.c:2187 #, c-format msgid " -z nocopyreloc Don't create copy relocs\n" msgstr " -z nocopyreloc No crea reubicaciones copia\n" -#: lexsup.c:1933 +#: lexsup.c:2189 #, c-format msgid " -z nodefaultlib Mark object not to use default search paths\n" msgstr " -z nodefaultlib Indica que el objeto no utilizará rutas de búsqueda predeterminadas\n" -#: lexsup.c:1935 +#: lexsup.c:2191 #, c-format msgid " -z nodelete Mark DSO non-deletable at runtime\n" msgstr " -z nodelete Indica que el DSO no es borrable en tiempo de ejecución\n" -#: lexsup.c:1937 +#: lexsup.c:2193 #, c-format msgid " -z nodlopen Mark DSO not available to dlopen\n" msgstr " -z nodlopen Indica que el DSO no está disponible para dlopen\n" -#: lexsup.c:1939 +#: lexsup.c:2195 #, c-format msgid " -z nodump Mark DSO not available to dldump\n" msgstr " -z nodump Indica que el DSO no está disponible para dldump\n" -#: lexsup.c:1941 +#: lexsup.c:2197 #, c-format msgid " -z now Mark object non-lazy runtime binding\n" msgstr " -z now Señala enlace no perezoso de objetos en tiempo de ejecución\n" -#: lexsup.c:1943 +#: lexsup.c:2199 #, c-format msgid "" " -z origin Mark object requiring immediate $ORIGIN\n" @@ -2197,172 +2561,345 @@ msgstr "" " -z origin Indica que el objeto requiere procesamiento\n" " inmediato de $ORIGEN en tiempo de ejecución\n" -#: lexsup.c:1947 +#: lexsup.c:2203 #, c-format msgid " -z relro Create RELRO program header (default)\n" msgstr " -z relro Crea cabecera de programa RELRO (opción predefinida)\n" -#: lexsup.c:1949 +#: lexsup.c:2205 #, c-format msgid " -z norelro Don't create RELRO program header\n" msgstr " -z norelro No crea cabecera de programa RELRO\n" -#: lexsup.c:1952 +#: lexsup.c:2208 #, c-format msgid " -z relro Create RELRO program header\n" msgstr " -z relro Crea cabecera de programa RELRO\n" -#: lexsup.c:1954 +#: lexsup.c:2210 #, c-format msgid " -z norelro Don't create RELRO program header (default)\n" msgstr " -z norelro No crea cabecera de programa RELRO (opción predefinida)\n" -#: lexsup.c:1958 +#: lexsup.c:2214 #, c-format msgid " -z separate-code Create separate code program header (default)\n" msgstr "" " -z separate-code Crea cabecera de programa de código separado\n" -" (opción predefinida)\n" +" (opción predefinida)\n" -#: lexsup.c:1960 +#: lexsup.c:2216 #, c-format msgid " -z noseparate-code Don't create separate code program header\n" msgstr " -z noseparate-code No crea cabecera de programa de código separado\n" -#: lexsup.c:1963 +#: lexsup.c:2219 #, c-format msgid " -z separate-code Create separate code program header\n" msgstr " -z separate-code Crea cabecera de programa de código separado\n" -#: lexsup.c:1965 +#: lexsup.c:2221 #, c-format msgid " -z noseparate-code Don't create separate code program header (default)\n" msgstr "" " -z noseparate-code No crea cabecera de programa de código separado\n" -" (opción predefinida)\n" +" (opción predefinida)\n" + +#: lexsup.c:2225 +#, c-format +msgid " --rosegment With -z separate-code, create a single read-only segment (default)\n" +msgstr " --rosegment Con -z separate-code, crea un único segmento de solo lectura (opción predeterminada)\n" + +#: lexsup.c:2227 +#, c-format +msgid " --no-rosegment With -z separate-code, creste two read-only segments\n" +msgstr " --no-rosegment Con -z separate-code, crea dos segmentos de solo lectura\n" + +#: lexsup.c:2230 +#, c-format +msgid " --rosegment With -z separate-code, create a single read-only segment\n" +msgstr " --rosegment Con -z separate-code, crea un único segmento de solo lectura\n" + +#: lexsup.c:2232 +#, c-format +msgid " --no-rosegment With -z separate-code, creste two read-only segments (default)\n" +msgstr " --no-rosegment Con -z separate-code, crea dos segmentos de solo lectura (opción predeterminada)\n" -#: lexsup.c:1968 +#: lexsup.c:2235 #, c-format msgid " -z common Generate common symbols with STT_COMMON type\n" msgstr " -z common Genera sÃmbolos comunes con el tipo STT_COMMON\n" -#: lexsup.c:1970 +#: lexsup.c:2237 #, c-format msgid " -z nocommon Generate common symbols with STT_OBJECT type\n" msgstr " -z nocommon Genera sÃmbolos comunes con el tipo STT_OBJECT\n" -#: lexsup.c:1972 -#, c-format -msgid " -z stack-size=SIZE Set size of stack segment\n" -msgstr " -z stack-size=TAMAÑO Establece el tamaño de segmento de la pila\n" - -#: lexsup.c:1975 +#: lexsup.c:2240 #, c-format msgid " -z text Treat DT_TEXTREL in output as error (default)\n" msgstr " -z text Trata DT_TEXTREL en la salida como error (lo predefinido)\n" -#: lexsup.c:1978 +#: lexsup.c:2243 #, c-format msgid " -z text Treat DT_TEXTREL in output as error\n" msgstr " -z text Trata DT_TEXTREL en la salida como error\n" -#: lexsup.c:1982 +#: lexsup.c:2247 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z notext No trata DT_TEXTREL en la salida como error (lo predefinido)\n" -#: lexsup.c:1984 +#: lexsup.c:2249 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z textoff No trata DT_TEXTREL en la salida como error (lo predefinido)\n" -#: lexsup.c:1989 +#: lexsup.c:2254 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error\n" msgstr " -z notext No trata DT_TEXTREL en la salida como error\n" -#: lexsup.c:1991 +#: lexsup.c:2256 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error\n" msgstr " -z textoff No trata DT_TEXTREL en la salida como error\n" -#: lexsup.c:1999 +#: lexsup.c:2260 +#, c-format +msgid " -z memory-seal Mark object be memory sealed (default)\n" +msgstr " -z memory-seal Marca objeto sea sellado de memoria (opción predeterminada)\n" + +#: lexsup.c:2262 +#, c-format +msgid " -z nomemory-seal Don't mark oject to be memory sealed\n" +msgstr " -z nomemory-seal No marca objeto sea sellado de memoria\n" + +#: lexsup.c:2265 +#, c-format +msgid " -z memory-seal Mark object be memory sealed\n" +msgstr " -z memory-seal Marca objeto sea sellado de memoria\n" + +#: lexsup.c:2267 +#, c-format +msgid " -z nomemory-seal Don't mark oject to be memory sealed (default)\n" +msgstr " -z nomemory-seal No marca objeto sea sellado de memoria (opción predeterminada)\n" + +#: lexsup.c:2275 #, c-format msgid " --build-id[=STYLE] Generate build ID note\n" msgstr " --build-id[=ESTILO] Genera nota de ID de «build»\n" -#: lexsup.c:2001 +# 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 +#: lexsup.c:2279 #, c-format -msgid "" -" --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]\n" -" Compress DWARF debug sections using zlib\n" +msgid " Styles: none,md5,sha1,xx,uuid,0xHEX\n" +msgstr " Estilos: none,md5,sha1,xx,uuid,0xHEX\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 +#: lexsup.c:2283 +#, c-format +msgid " Styles: none,md5,sha1,uuid,0xHEX\n" +msgstr " Estilos: none,md5,sha1,uuid,0xHEX\n" + +#: lexsup.c:2286 +#, c-format +msgid " --package-metadata[=JSON] Generate package metadata note\n" msgstr "" -" --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]\n" -" Comprime las secciones de depuración DWARF\n" -" mediante zlib\n" -#: lexsup.c:2005 +#: lexsup.c:2288 #, c-format -msgid " Default: zlib-gabi\n" -msgstr " Lo predefinido: zlib-gabi\n" +msgid "" +" --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" +"\t\t\t Compress DWARF debug sections\n" +msgstr "" +" --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" +"\t\t\t Comprime las secciones de depuración DWARF\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 -#: lexsup.c:2008 +#: lexsup.c:2291 #, c-format -msgid " Default: none\n" -msgstr " Lo predefinido: none\n" +msgid " Default: %s\n" +msgstr " Opción predefinida: %s\n" -#: lexsup.c:2011 +#: lexsup.c:2294 #, c-format msgid " -z common-page-size=SIZE Set common page size to SIZE\n" msgstr " -z common-page-size=TAMAÑO Establece el tamaño de página común a TAMAÑO\n" -#: lexsup.c:2013 +#: lexsup.c:2296 #, c-format msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n" msgstr " -z max-page-size=TAMAÑO Establece el tamaño de página máximo a TAMAÑO\n" -#: lexsup.c:2015 +#: lexsup.c:2298 #, c-format msgid " -z defs Report unresolved symbols in object files\n" msgstr "" " -z defs Informa sobre sÃmbolos no resueltos en los\n" -" ficheros objeto\n" +" ficheros objeto\n" -#: lexsup.c:2017 +#: lexsup.c:2300 +#, c-format +msgid " -z undefs Ignore unresolved symbols in object files\n" +msgstr "" +" -z undefs Ignora sÃmbolos no resueltos en los ficheros\n" +" objeto\n" + +#: lexsup.c:2302 #, c-format msgid " -z muldefs Allow multiple definitions\n" msgstr " -z muldefs Permite definiciones múltiples\n" -#: lexsup.c:2019 +#: lexsup.c:2304 +#, c-format +msgid " -z stack-size=SIZE Set size of stack segment\n" +msgstr " -z stack-size=TAMAÑO Establece el tamaño de segmento de la pila\n" + +#: lexsup.c:2307 #, c-format msgid " -z execstack Mark executable as requiring executable stack\n" msgstr "" " -z execstack Indica que el ejecutable requiere pila de\n" -" ejecutable\n" +" ejecutable\n" -#: lexsup.c:2021 +#: lexsup.c:2309 #, c-format msgid " -z noexecstack Mark executable as not requiring executable stack\n" msgstr "" " -z noexecstack Indica que el ejecutable no requiere pila de\n" -" ejecutable\n" +" ejecutable\n" + +#: lexsup.c:2311 +#, c-format +msgid " --warn-execstack-objects Generate a warning if an object file requests an executable stack\n" +msgstr " --warn-execstack-objects Genera un aviso si un fichero objeto solicita una pila de ejecutable\n" + +#: lexsup.c:2314 +#, c-format +msgid " --warn-execstack Generate a warning if creating an executable stack\n" +msgstr " --warn-execstack Genera un aviso si se crea una pila de ejecutable\n" + +#: lexsup.c:2317 +#, c-format +msgid " --warn-execstack Generate a warning if creating an executable stack (default)\n" +msgstr "" +" --warn-execstack Genera un aviso si se crea una pila de ejecutable\n" +" (opción predeterminada)\n" + +#: lexsup.c:2321 +#, c-format +msgid " --no-warn-execstack Do not generate a warning if creating an executable stack (default)\n" +msgstr "" +" --no-warn-execstack No genera un aviso si se crea una pila de ejecutable\n" +" (opción predeterminada)\n" + +#: lexsup.c:2324 +#, c-format +msgid " --no-warn-execstack Do not generate a warning if creating an executable stack\n" +msgstr " --no-warn-execstack No genera un aviso si se crea una pila de ejecutable\n" + +#: lexsup.c:2327 +#, c-format +msgid " --error-execstack Turn warnings about executable stacks into errors\n" +msgstr " --error-execstack Transforma los avisos sobre pilas de ejecutables en errores\n" + +#: lexsup.c:2329 +#, c-format +msgid " --no-error-execstack Do not turn warnings about executable stacks into errors\n" +msgstr " --no-error-execstack No transforma los avisos sobre pilas de ejecutables en errores\n" + +#: lexsup.c:2333 +#, c-format +msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions (default)\n" +msgstr " --warn-rwx-segments Genera un aviso si un segmento LOAD tiene permisos RWS (opción predefinida)\n" -#: lexsup.c:2023 +#: lexsup.c:2335 +#, c-format +msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions\n" +msgstr " --no-warn-rwx-segments No genera un aviso si un segmento LOAD tiene permisos RWS\n" + +#: lexsup.c:2338 +#, c-format +msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions\n" +msgstr " --warn-rwx-segments Genera un aviso si un segmento LOAD tiene permisos RWS\n" + +#: lexsup.c:2340 +#, c-format +msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions (default)\n" +msgstr " --no-warn-rwx-segments No genera un aviso si un segmento LOAD tiene permisos RWS (opción predefinida)\n" + +#: lexsup.c:2343 +#, c-format +msgid " --error-rwx-segments Turn warnings about loadable RWX segments into errors\n" +msgstr " --error-rwx-segments Transforma en errores los avisos sobre segmentos RWX cargables\n" + +#: lexsup.c:2345 +#, c-format +msgid " --no-error-rwx-segments Do not turn warnings about loadable RWX segments into errors\n" +msgstr " --no-error-rwx-segments No transforma en errores los avisos sobre segmentos RWX cargables\n" + +#: lexsup.c:2348 +#, c-format +msgid " -z unique-symbol Avoid duplicated local symbol names\n" +msgstr " -z unique-symbol Evita duplicados en nombres de sÃmbolos locales\n" + +#: lexsup.c:2350 +#, c-format +msgid " -z nounique-symbol Keep duplicated local symbol names (default)\n" +msgstr "" +" -z nounique-symbol Mantiene duplicados en nombres de sÃmbolos\n" +" locales (comportamiento predefinido)\n" + +#: lexsup.c:2352 #, c-format msgid " -z globalaudit Mark executable requiring global auditing\n" msgstr " -z globalaudit Indica que el ejecutable requiere auditorÃa global\n" -#: lexsup.c:2030 +#: lexsup.c:2354 +#, c-format +msgid " -z start-stop-gc Enable garbage collection on __start/__stop\n" +msgstr " -z start-stop-gc Activa la recolección de basura al hacer __start/__stop\n" + +#: lexsup.c:2356 +#, c-format +msgid " -z nostart-stop-gc Don't garbage collect __start/__stop (default)\n" +msgstr " -z nostart-stop-gc No recolecta basura al hacer __start/__stop (opción predeterminada)\n" + +#: lexsup.c:2358 +#, c-format +msgid "" +" -z start-stop-visibility=V Set visibility of built-in __start/__stop symbols\n" +" to DEFAULT, PROTECTED, HIDDEN or INTERNAL\n" +msgstr "" +" -z start-stop-visibility=V Establece la visibilidad de los sÃmbolos internos\n" +" __start/__stop symbols a\n" +" DEFAULT, PROTECTED, HIDDEN o INTERNAL\n" + +#: lexsup.c:2361 +#, c-format +msgid " -z sectionheader Generate section header (default)\n" +msgstr " -z sectionheader Genera cabecera de sección (opción predeterminada)\n" + +#: lexsup.c:2363 +#, c-format +msgid " -z nosectionheader Do not generate section header\n" +msgstr " -z nosectionheader No genera cabecera de sección\n" + +#: lexsup.c:2370 #, c-format msgid " --ld-generated-unwind-info Generate exception handling info for PLT\n" msgstr "" " --ld-generated-unwind-info Genera información de manejo de excepciones\n" -" para PLT\n" +" para PLT\n" -#: lexsup.c:2032 +#: lexsup.c:2372 #, c-format msgid "" " --no-ld-generated-unwind-info\n" @@ -2372,456 +2909,977 @@ msgstr "" " No genera información de manejo de excepción para\n" "PLT\n" -#: lexsup.c:2043 +#: lexsup.c:2382 #, c-format msgid "ELF emulations:\n" msgstr "Emulaciones ELF:\n" -#: lexsup.c:2061 +#: lexsup.c:2400 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Modo de empleo: %s [opciones] fichero...\n" -#: lexsup.c:2063 +#: lexsup.c:2402 #, c-format msgid "Options:\n" msgstr "Opciones:\n" -#: lexsup.c:2141 +#: lexsup.c:2480 #, c-format msgid " @FILE" msgstr " @FICHERO" -#: lexsup.c:2144 +#: lexsup.c:2483 #, c-format msgid "Read options from FILE\n" msgstr "Lee opciones del FICHERO\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:2149 +#: lexsup.c:2488 #, c-format msgid "%s: supported targets:" msgstr "%s: objetivos admitidos:" -#: lexsup.c:2157 +#: lexsup.c:2496 #, c-format msgid "%s: supported emulations: " msgstr "%s: emulaciones admitidas: " -#: lexsup.c:2162 +#: lexsup.c:2501 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: opciones especÃficas de emulación:\n" -#: lexsup.c:2169 +#: lexsup.c:2508 #, c-format msgid "Report bugs to %s\n" msgstr "Reporte bichos a %s\n" #: mri.c:291 -msgid "%F%P: unknown format type %s\n" -msgstr "%F%P: tipo de formato %s desconocido\n" +#, fuzzy +#| msgid "%F%P: unknown format type %s\n" +msgid "%P: unknown format type %s\n" +msgstr "%P: tipo de formato %s desconocido\n" + +#: pdb.c:845 pdb.c:1136 +msgid "%P: CodeView symbol references out of range type %v\n" +msgstr "" + +#: pdb.c:1014 +msgid "%P: warning: truncated CodeView record S_LDATA32/S_GDATA32/S_LTHREAD32/S_GTHREAD32\n" +msgstr "" + +#: pdb.c:1033 +msgid "%P: warning: name for S_LDATA32/S_GDATA32/S_LTHREAD32/S_GTHREAD32 has no terminating zero\n" +msgstr "" + +#: pdb.c:1081 pdb.c:1751 +msgid "%P: warning: truncated CodeView record S_GPROC32/S_LPROC32\n" +msgstr "" + +#: pdb.c:1093 pdb.c:1768 +msgid "%P: warning: could not find end of S_GPROC32/S_LPROC32 record\n" +msgstr "" + +#: pdb.c:1119 +msgid "%P: warning: name for S_GPROC32/S_LPROC32 has no terminating zero\n" +msgstr "" + +#: pdb.c:1175 +msgid "%P: CodeView S_GPROC32_ID/S_LPROC32_ID symbol referenced unknown type as ID\n" +msgstr "" + +#: pdb.c:1249 +msgid "%P: warning: truncated CodeView record S_UDT\n" +msgstr "" + +#: pdb.c:1260 +msgid "%P: warning: name for S_UDT has no terminating zero\n" +msgstr "" + +#: pdb.c:1297 +msgid "%P: warning: truncated CodeView record S_CONSTANT\n" +msgstr "" + +#: pdb.c:1314 +msgid "%P: warning: unhandled type %v within S_CONSTANT\n" +msgstr "" + +#: pdb.c:1328 +msgid "%P: warning: name for S_CONSTANT has no terminating zero\n" +msgstr "" + +#: pdb.c:1388 +msgid "%P: warning: unexpected CodeView scope start record %v\n" +msgstr "" + +#: pdb.c:1410 +msgid "%P: warning: truncated CodeView record S_BUILDINFO\n" +msgstr "" + +#: pdb.c:1436 +msgid "%P: warning: truncated CodeView record S_BLOCK32\n" +msgstr "" + +#: pdb.c:1448 +msgid "%P: warning: could not find end of S_BLOCK32 record\n" +msgstr "" + +#: pdb.c:1473 +msgid "%P: warning: truncated CodeView record S_BPREL32\n" +msgstr "" + +#: pdb.c:1497 +msgid "%P: warning: truncated CodeView record S_REGISTER\n" +msgstr "" + +#: pdb.c:1521 +msgid "%P: warning: truncated CodeView record S_REGREL32\n" +msgstr "" + +#: pdb.c:1545 +msgid "%P: warning: truncated CodeView record S_LOCAL\n" +msgstr "" + +#: pdb.c:1571 +msgid "%P: warning: truncated CodeView record S_INLINESITE\n" +msgstr "" + +#: pdb.c:1583 +msgid "%P: warning: could not find end of S_INLINESITE record\n" +msgstr "" + +#: pdb.c:1616 +msgid "%P: warning: truncated CodeView record S_THUNK32\n" +msgstr "" + +#: pdb.c:1628 +msgid "%P: warning: could not find end of S_THUNK32 record\n" +msgstr "" + +#: pdb.c:1653 +msgid "%P: warning: truncated CodeView record S_HEAPALLOCSITE\n" +msgstr "" + +#: pdb.c:1687 pdb.c:1831 +#, fuzzy +#| msgid "%P: warning: unrecognized --build-id style ignored\n" +msgid "%P: warning: unrecognized CodeView record %v\n" +msgstr "%P: aviso: se descarta estilo --build-id no reconocido\n" + +#: pdb.c:1723 +msgid "%P: warning: truncated CodeView record S_LDATA32/S_LTHREAD32\n" +msgstr "" + +#: pdb.c:1879 +msgid "%P: warning: truncated DEBUG_S_INLINEELINES data\n" +msgstr "" + +#: pdb.c:1886 +msgid "%P: warning: unexpected DEBUG_S_INLINEELINES version %u\n" +msgstr "" + +#: pdb.c:2239 +msgid "%P: CodeView type %v references other type %v not yet declared\n" +msgstr "" + +#: pdb.c:2246 +msgid "%P: CodeView type %v references out of range type %v\n" +msgstr "" + +#: pdb.c:2306 +msgid "%P: warning: truncated CodeView type record LF_UDT_SRC_LINE\n" +msgstr "" + +#: pdb.c:2319 +msgid "%P: warning: CodeView type record LF_UDT_SRC_LINE referred to unknown type %v\n" +msgstr "" + +#: pdb.c:2341 +msgid "%P: warning: CodeView type record LF_UDT_SRC_LINE referred to unknown string %v\n" +msgstr "" + +#: pdb.c:2350 +msgid "%P: warning: CodeView type record LF_UDT_SRC_LINE pointed to unexpected record type\n" +msgstr "" + +#: pdb.c:2399 +msgid "%P: warning: duplicate CodeView type record LF_UDT_MOD_SRC_LINE\n" +msgstr "" + +#: pdb.c:2448 +msgid "%P: warning: truncated CodeView type record LF_MODIFIER\n" +msgstr "" + +#: pdb.c:2466 pdb.c:2481 +msgid "%P: warning: truncated CodeView type record LF_POINTER\n" +msgstr "" + +#: pdb.c:2499 +msgid "%P: warning: truncated CodeView type record LF_PROCEDURE\n" +msgstr "" + +#: pdb.c:2519 +msgid "%P: warning: truncated CodeView type record LF_MFUNCTION\n" +msgstr "" + +#: pdb.c:2547 pdb.c:2557 +msgid "%P: warning: truncated CodeView type record LF_ARGLIST\n" +msgstr "" + +#: pdb.c:2582 pdb.c:2652 pdb.c:2789 pdb.c:2836 pdb.c:3054 pdb.c:3101 +msgid "%P: warning: truncated CodeView type record LF_FIELDLIST\n" +msgstr "" + +#: pdb.c:2599 pdb.c:2627 +msgid "%P: warning: truncated CodeView type record LF_MEMBER\n" +msgstr "" + +#: pdb.c:2618 +msgid "%P: warning: unhandled type %v within LF_MEMBER\n" +msgstr "" + +#: pdb.c:2638 +msgid "%P: warning: name for LF_MEMBER has no terminating zero\n" +msgstr "" + +#: pdb.c:2671 pdb.c:2694 pdb.c:2721 +msgid "%P: warning: truncated CodeView type record LF_ENUMERATE\n" +msgstr "" + +#: pdb.c:2687 +msgid "%P: warning: unhandled type %v within LF_ENUMERATE\n" +msgstr "" + +#: pdb.c:2707 +msgid "%P: warning: name for LF_ENUMERATE has no terminating zero\n" +msgstr "" + +#: pdb.c:2738 +msgid "%P: warning: truncated CodeView type record LF_INDEX\n" +msgstr "" + +#: pdb.c:2759 +msgid "%P: warning: truncated CodeView type record LF_ONEMETHOD\n" +msgstr "" + +#: pdb.c:2774 +msgid "%P: warning: name for LF_ONEMETHOD has no terminating zero\n" +msgstr "" + +#: pdb.c:2807 +msgid "%P: warning: truncated CodeView type record LF_METHOD\n" +msgstr "" + +#: pdb.c:2822 +msgid "%P: warning: name for LF_METHOD has no terminating zero\n" +msgstr "" + +#: pdb.c:2855 pdb.c:2884 pdb.c:2895 +msgid "%P: warning: truncated CodeView type record LF_BCLASS\n" +msgstr "" + +#: pdb.c:2875 +msgid "%P: warning: unhandled type %v within LF_BCLASS\n" +msgstr "" + +#: pdb.c:2912 +msgid "%P: warning: truncated CodeView type record LF_VFUNCTAB\n" +msgstr "" + +#: pdb.c:2935 pdb.c:2969 pdb.c:2994 pdb.c:3005 +msgid "%P: warning: truncated CodeView type record LF_VBCLASS/LF_IVBCLASS\n" +msgstr "" + +#: pdb.c:2960 pdb.c:2985 +msgid "%P: warning: unhandled type %v within LF_VBCLASS/LF_IVBCLASS\n" +msgstr "" + +#: pdb.c:3024 +msgid "%P: warning: truncated CodeView type record LF_STMEMBER\n" +msgstr "" + +#: pdb.c:3039 +msgid "%P: warning: name for LF_STMEMBER has no terminating zero\n" +msgstr "" + +#: pdb.c:3072 +msgid "%P: warning: truncated CodeView type record LF_NESTTYPE\n" +msgstr "" + +#: pdb.c:3086 +msgid "%P: warning: name for LF_NESTTYPE has no terminating zero\n" +msgstr "" + +#: pdb.c:3113 +#, fuzzy +#| msgid "%P: warning: unrecognized --build-id style ignored\n" +msgid "%P: warning: unrecognized CodeView subtype %v\n" +msgstr "%P: aviso: se descarta estilo --build-id no reconocido\n" + +#: pdb.c:3128 +msgid "%P: warning: truncated CodeView type record LF_BITFIELD\n" +msgstr "" + +#: pdb.c:3146 +msgid "%P: warning: truncated CodeView type record LF_METHODLIST\n" +msgstr "" + +#: pdb.c:3154 +msgid "%P: warning: malformed CodeView type record LF_METHODLIST\n" +msgstr "" + +#: pdb.c:3178 +msgid "%P: warning: truncated CodeView type record LF_ARRAY\n" +msgstr "" + +#: pdb.c:3201 pdb.c:3235 +msgid "%P: warning: truncated CodeView type record LF_CLASS/LF_STRUCTURE\n" +msgstr "" + +#: pdb.c:3226 +msgid "%P: warning: unhandled type %v within LF_CLASS/LF_STRUCTURE\n" +msgstr "" + +#: pdb.c:3245 +msgid "%P: warning: name for LF_CLASS/LF_STRUCTURE has no terminating zero\n" +msgstr "" + +#: pdb.c:3264 +msgid "%P: warning: unique name for LF_CLASS/LF_STRUCTURE has no terminating zero\n" +msgstr "" + +#: pdb.c:3288 pdb.c:3316 +msgid "%P: warning: truncated CodeView type record LF_UNION\n" +msgstr "" + +#: pdb.c:3307 +#, fuzzy +#| msgid "%P: warning: unknown machine type %u" +msgid "%P: warning: unhandled type %v within LF_UNION\n" +msgstr "%P: aviso: tipo de máquina no conocido %u" + +#: pdb.c:3326 +msgid "%P: warning: name for LF_UNION has no terminating zero\n" +msgstr "" + +#: pdb.c:3345 +msgid "%P: warning: unique name for LF_UNION has no terminating zero\n" +msgstr "" + +#: pdb.c:3369 +msgid "%P: warning: truncated CodeView type record LF_ENUM\n" +msgstr "" + +#: pdb.c:3384 +msgid "%P: warning: name for LF_ENUM has no terminating zero\n" +msgstr "" + +#: pdb.c:3402 +msgid "%P: warning: unique name for LF_ENUM has no terminating zero\n" +msgstr "" + +#: pdb.c:3421 +msgid "%P: warning: truncated CodeView type record LF_VFTABLE\n" +msgstr "" + +#: pdb.c:3442 +msgid "%P: warning: truncated CodeView type record LF_STRING_ID\n" +msgstr "" + +#: pdb.c:3455 +msgid "%P: warning: string for LF_STRING_ID has no terminating zero\n" +msgstr "" + +#: pdb.c:3472 pdb.c:3482 +msgid "%P: warning: truncated CodeView type record LF_SUBSTR_LIST\n" +msgstr "" + +#: pdb.c:3505 pdb.c:3515 +msgid "%P: warning: truncated CodeView type record LF_BUILDINFO\n" +msgstr "" + +#: pdb.c:3538 +msgid "%P: warning: truncated CodeView type record LF_FUNC_ID\n" +msgstr "" + +#: pdb.c:3554 +msgid "%P: warning: string for LF_FUNC_ID has no terminating zero\n" +msgstr "" + +#: pdb.c:3571 +msgid "%P: warning: truncated CodeView type record LF_MFUNC_ID\n" +msgstr "" + +#: pdb.c:3587 +msgid "%P: warning: string for LF_MFUNC_ID has no terminating zero\n" +msgstr "" + +#: pdb.c:3602 +#, fuzzy +#| msgid "%P: warning: unrecognized --build-id style ignored\n" +msgid "%P: warning: unrecognized CodeView type %v\n" +msgstr "%P: aviso: se descarta estilo --build-id no reconocido\n" + +#: pdb.c:3776 +msgid "%P: warning: unable to get working directory\n" +msgstr "" + +#: pdb.c:3784 +#, fuzzy +#| msgid "%P: warning: global constructor %s used\n" +msgid "%P: warning: unable to get program name\n" +msgstr "%P: aviso: se usó el constructor global %s\n" + +#: pdb.c:3793 +msgid "%P: warning: unable to get full path to PDB\n" +msgstr "" + +#: pdb.c:5249 +#, fuzzy +#| msgid "%F%P: can not create BFD: %E\n" +msgid "%P: warning: cannot create PDB file: %E\n" +msgstr "%P: no se puede crear BFD: %E\n" + +#: pdb.c:5264 +#, fuzzy +#| msgid "%P: warning: cannot create .buildid section, --build-id ignored\n" +msgid "%P: warning: cannot create old directory stream in PDB file: %E\n" +msgstr "%P: aviso: no se puede crear la sección .buildid, se descarta --build-id\n" + +#: pdb.c:5273 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create info stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5282 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create TPI stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5291 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create DBI stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5300 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create IPI stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5309 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create /names stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5318 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create symbol record stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5327 +#, fuzzy +#| msgid "%P: warning: cannot create .buildid section, --build-id ignored\n" +msgid "%P: warning: cannot create publics stream in PDB file: %E\n" +msgstr "%P: aviso: no se puede crear la sección .buildid, se descarta --build-id\n" + +#: pdb.c:5334 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot create section header stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5353 +#, fuzzy +#| msgid "%P: cannot stat linker map file: %E\n" +msgid "%P: warning: cannot populate DBI stream in PDB file: %E\n" +msgstr "%P: no se puede el estado del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5362 +#, fuzzy +#| msgid "%P: cannot stat linker map file: %E\n" +msgid "%P: warning: cannot populate TPI stream in PDB file: %E\n" +msgstr "%P: no se puede el estado del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5373 +#, fuzzy +#| msgid "%P: cannot stat linker map file: %E\n" +msgid "%P: warning: cannot populate IPI stream in PDB file: %E\n" +msgstr "%P: no se puede el estado del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5385 +#, fuzzy +#| msgid "%P%F: cannot create name for linker map file: %E\n" +msgid "%P: warning: cannot populate names stream in PDB file: %E\n" +msgstr "%P%F: no se puede crear el nombre del fichero de mapa del enlazador: %E\n" + +#: pdb.c:5392 +msgid "%P: warning: cannot populate publics stream in PDB file: %E\n" +msgstr "" + +#: pdb.c:5399 +#, fuzzy +#| msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" +msgid "%P: warning: cannot populate info stream in PDB file: %E\n" +msgstr "%P: %pB: aviso: no se puede analizar la sección .xtensa.info\n" -#: pe-dll.c:447 +#: pe-dll.c:483 msgid "%X%P: unsupported PEI architecture: %s\n" msgstr "%X%P: no se admite la arquitectura PEI: %s\n" -#: pe-dll.c:825 +#: pe-dll.c:872 msgid "%X%P: cannot export %s: invalid export name\n" msgstr "%X%P: no se puede exportar %s: nombre de exportación inválido\n" -#: pe-dll.c:877 +#: pe-dll.c:924 #, c-format msgid "%X%P: error, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%X%P: error, EXPORT duplicado con ordinales: %s (%d vs %d)\n" -#: pe-dll.c:884 +#: pe-dll.c:931 #, c-format msgid "%P: warning, duplicate EXPORT: %s\n" msgstr "%P: aviso, EXPORT duplicado: %s\n" -#: pe-dll.c:991 +#: pe-dll.c:1038 #, c-format msgid "%X%P: cannot export %s: symbol not defined\n" msgstr "%X%P: no se puede exportar %s: sÃmbolo sin definir\n" -#: pe-dll.c:997 +#: pe-dll.c:1044 #, c-format msgid "%X%P: cannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%X%P: no se puede exportar %s: tipo erróneo del sÃmbolo (%d vs %d)\n" -#: pe-dll.c:1004 +#: pe-dll.c:1051 #, c-format msgid "%X%P: cannot export %s: symbol not found\n" msgstr "%X%P: no se puede exportar %s: no se encuentra el sÃmbolo\n" -#: pe-dll.c:1027 eaarch64cloudabi.c:360 eaarch64cloudabib.c:360 -#: eaarch64elf.c:359 eaarch64elf32.c:359 eaarch64elf32b.c:359 -#: eaarch64elfb.c:359 eaarch64fbsd.c:360 eaarch64fbsdb.c:360 -#: eaarch64linux.c:360 eaarch64linux32.c:360 eaarch64linux32b.c:360 -#: eaarch64linuxb.c:360 eaix5ppc.c:1432 eaix5ppc.c:1442 eaix5rs6.c:1432 -#: eaix5rs6.c:1442 eaixppc.c:1432 eaixppc.c:1442 eaixrs6.c:1432 eaixrs6.c:1442 -#: earmelf.c:568 earmelf_fbsd.c:568 earmelf_fuchsia.c:569 earmelf_linux.c:569 -#: earmelf_linux_eabi.c:569 earmelf_linux_fdpiceabi.c:569 earmelf_nacl.c:569 -#: earmelf_nbsd.c:568 earmelf_phoenix.c:569 earmelf_vxworks.c:568 -#: earmelfb.c:568 earmelfb_fbsd.c:568 earmelfb_fuchsia.c:569 -#: earmelfb_linux.c:569 earmelfb_linux_eabi.c:569 -#: earmelfb_linux_fdpiceabi.c:569 earmelfb_nacl.c:569 earmelfb_nbsd.c:568 -#: earmnto.c:568 earmsymbian.c:568 ecskyelf.c:163 ecskyelf_linux.c:163 -#: eelf32b4300.c:172 eelf32bmip.c:172 eelf32bmipn32.c:186 eelf32bsmip.c:186 -#: eelf32btsmip.c:172 eelf32btsmip_fbsd.c:172 eelf32btsmipn32.c:172 -#: eelf32btsmipn32_fbsd.c:172 eelf32ebmip.c:172 eelf32ebmipvxworks.c:172 -#: eelf32elmip.c:172 eelf32elmipvxworks.c:172 eelf32l4300.c:172 -#: eelf32lmip.c:172 eelf32lr5900.c:172 eelf32lr5900n32.c:172 eelf32lsmip.c:172 -#: eelf32ltsmip.c:172 eelf32ltsmip_fbsd.c:172 eelf32ltsmipn32.c:172 -#: eelf32ltsmipn32_fbsd.c:172 eelf32metag.c:87 eelf32mipswindiss.c:172 -#: eelf64bmip.c:186 eelf64btsmip.c:172 eelf64btsmip_fbsd.c:172 -#: eelf64lppc.c:117 eelf64ltsmip.c:172 eelf64ltsmip_fbsd.c:172 eelf64ppc.c:117 -#: eelf64ppc_fbsd.c:117 ehppaelf.c:110 ehppalinux.c:110 ehppanbsd.c:110 -#: ehppaobsd.c:110 em68hc11elf.c:170 em68hc11elfb.c:170 em68hc12elf.c:170 -#: em68hc12elfb.c:170 enios2elf.c:92 enios2linux.c:92 eppcmacos.c:1432 -#: eppcmacos.c:1442 -msgid "%F%P: can not create BFD: %E\n" -msgstr "%F%P: no se puede crear BFD: %E\n" - -#: pe-dll.c:1041 +#: pe-dll.c:1075 eaarch64cloudabi.c:376 eaarch64cloudabib.c:376 +#: eaarch64elf.c:376 eaarch64elf32.c:376 eaarch64elf32b.c:376 +#: eaarch64elfb.c:376 eaarch64fbsd.c:376 eaarch64fbsdb.c:376 +#: eaarch64haiku.c:376 eaarch64linux.c:376 eaarch64linux32.c:376 +#: eaarch64linux32b.c:376 eaarch64linuxb.c:376 eaarch64nto.c:376 +#: eaix5ppc.c:1631 eaix5ppc.c:1641 eaix5rs6.c:1631 eaix5rs6.c:1641 +#: eaixppc.c:1631 eaixppc.c:1641 eaixrs6.c:1631 eaixrs6.c:1641 earmelf.c:572 +#: earmelf_fbsd.c:572 earmelf_fuchsia.c:573 earmelf_haiku.c:573 +#: earmelf_linux.c:573 earmelf_linux_eabi.c:573 earmelf_linux_fdpiceabi.c:573 +#: earmelf_nacl.c:573 earmelf_nbsd.c:572 earmelf_phoenix.c:573 +#: earmelf_vxworks.c:572 earmelfb.c:572 earmelfb_fbsd.c:572 +#: earmelfb_fuchsia.c:573 earmelfb_linux.c:573 earmelfb_linux_eabi.c:573 +#: earmelfb_linux_fdpiceabi.c:573 earmelfb_nacl.c:573 earmelfb_nbsd.c:572 +#: earmnto.c:572 ecskyelf.c:166 ecskyelf_linux.c:166 eelf32b4300.c:175 +#: eelf32bmip.c:175 eelf32bmipn32.c:189 eelf32bsmip.c:189 eelf32btsmip.c:175 +#: eelf32btsmip_fbsd.c:175 eelf32btsmipn32.c:175 eelf32btsmipn32_fbsd.c:175 +#: eelf32ebmip.c:175 eelf32ebmipvxworks.c:175 eelf32elmip.c:175 +#: eelf32elmipvxworks.c:175 eelf32l4300.c:175 eelf32lmip.c:175 +#: eelf32lr5900.c:175 eelf32lr5900n32.c:175 eelf32lsmip.c:175 +#: eelf32ltsmip.c:175 eelf32ltsmip_fbsd.c:175 eelf32ltsmipn32.c:175 +#: eelf32ltsmipn32_fbsd.c:175 eelf32metag.c:90 eelf32mipswindiss.c:175 +#: eelf64bmip.c:189 eelf64btsmip.c:175 eelf64btsmip_fbsd.c:175 eelf64lppc.c:122 +#: eelf64lppc_fbsd.c:122 eelf64ltsmip.c:175 eelf64ltsmip_fbsd.c:175 +#: eelf64ppc.c:122 eelf64ppc_fbsd.c:122 eelf_mipsel_haiku.c:175 ehppaelf.c:113 +#: ehppalinux.c:113 ehppanbsd.c:113 ehppaobsd.c:113 em68hc11elf.c:173 +#: em68hc11elfb.c:173 em68hc12elf.c:173 em68hc12elfb.c:173 eppcmacos.c:1631 +#: eppcmacos.c:1641 +#, fuzzy +#| msgid "%F%P: can not create BFD: %E\n" +msgid "%P: can not create BFD: %E\n" +msgstr "%P: no se puede crear BFD: %E\n" + +#: pe-dll.c:1089 msgid "%X%P: can not create .edata section: %E\n" msgstr "%X%P: no se puede crear la sección .edata: %E\n" -#: pe-dll.c:1055 +#: pe-dll.c:1103 msgid "%X%P: can not create .reloc section: %E\n" msgstr "%X%P: no se puede crear la sección .reloc: %E\n" -#: pe-dll.c:1116 +#: pe-dll.c:1152 #, c-format msgid "%X%P: error: ordinal used twice: %d (%s vs %s)\n" msgstr "%X%P: error, ordinal utilizado dos veces: %d (%s vs %s)\n" -#: pe-dll.c:1152 +#: pe-dll.c:1188 #, c-format msgid "%X%P: error: export ordinal too large: %d\n" msgstr "%X%P: error: exportación de ordinal demasiado grande: %d\n" -#: pe-dll.c:1475 +#: pe-dll.c:1514 #, c-format msgid "Info: resolving %s by linking to %s (auto-import)\n" msgstr "Información: se resuelve %s al enlazar con %s (auto-importación)\n" -#: pe-dll.c:1481 +#: pe-dll.c:1520 msgid "%P: warning: auto-importing has been activated without --enable-auto-import specified on the command line; this should work unless it involves constant data structures referencing symbols from auto-imported DLLs\n" msgstr "" "%P: aviso: la importación automática se activó sin especificar --enable-auto-import en la lÃnea de órdenes.\n" "Esto debe funcionar a menos que involucre estructuras de datos constantes que referencÃen sÃmbolos de DLLs auto-importadas\n" -#. Huh? Shouldn't happen, but punt if it does. -#: pe-dll.c:1550 -msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n" -msgstr "%P: reubicación de sección vma cero detectada: `%s' #%d f=%d\n" +#: pe-dll.c:1684 +msgid "%P: base relocation for section `%s' above .reloc section\n" +msgstr "" -#: pe-dll.c:1666 +#: pe-dll.c:1734 #, c-format msgid "%X%P: error: %d-bit reloc in dll\n" msgstr "%X%P: error: reubicación de %d-bit en la dll\n" -#: pe-dll.c:1794 +#: pe-dll.c:1860 #, c-format msgid "%P: can't open output def file %s\n" msgstr "%P: no se puede abrir el fichero por defecto de salida %s\n" -#: pe-dll.c:1945 +#: pe-dll.c:2009 #, c-format msgid "; no contents available\n" msgstr "; no hay contenido disponible\n" -#: pe-dll.c:2804 -msgid "%X%P: %C: variable '%pT' can't be auto-imported; please read the documentation for ld's --enable-auto-import for details\n" +#: pe-dll.c:2368 +#, fuzzy +#| msgid "%X%P: error: export ordinal too large: %d\n" +msgid "%P: error: NULL decorated name for %s\n" +msgstr "%X%P: error: exportación de ordinal demasiado grande: %d\n" + +#: pe-dll.c:2903 +#, fuzzy +#| msgid "%X%P: %C: variable '%pT' can't be auto-imported; please read the documentation for ld's --enable-auto-import for details\n" +msgid "%X%P: %H: variable '%pT' can't be auto-imported; please read the documentation for ld's --enable-auto-import for details\n" msgstr "%X%P: %C: no se puede auto-importar la variable '%pT'. Por favor lea la documentación de --enable-auto-import de ld para más detalles\n" -#: pe-dll.c:2831 +#: pe-dll.c:2924 #, c-format msgid "%X%P: can't open .lib file: %s\n" msgstr "%X%P: no se puede abrir el fichero .lib: %s\n" -#: pe-dll.c:2837 +#: pe-dll.c:2930 #, c-format msgid "Creating library file: %s\n" msgstr "Se crea el fichero de biblioteca: %s\n" -#: pe-dll.c:2867 +#: pe-dll.c:2960 msgid "%X%P: bfd_openr %s: %E\n" msgstr "%X%P: bfd_openr %s: %E\n" -#: pe-dll.c:2879 +#: pe-dll.c:2972 msgid "%X%P: %s(%s): can't find member in non-archive file" msgstr "%X%P: %s(%s): no se puede encontrar el miembro en un fichero que no es archivo" -#: pe-dll.c:2893 +#: pe-dll.c:2986 msgid "%X%P: %s(%s): can't find member in archive" msgstr "%X%P: %s(%s): no se puede encontrar el miembro en el archivo" -#: pe-dll.c:3156 +#: pe-dll.c:3243 msgid "%X%P: add symbols %s: %E\n" msgstr "%X%P: añade los sÃmbolos %s: %E\n" -#: pe-dll.c:3343 +#: pe-dll.c:3454 msgid "%X%P: open %s: %E\n" msgstr "%X%P: abre %s: %E\n" -#: pe-dll.c:3352 +#: pe-dll.c:3464 msgid "%X%P: %s: this doesn't appear to be a DLL\n" msgstr "%X%P: %s: no parece que esto sea una DLL\n" -#: pe-dll.c:3557 +#: pe-dll.c:3684 msgid "%X%P: error: can't use long section names on this arch\n" msgstr "%X%P: error: no se pueden usar nombres de sección largos en esta arquitectura\n" -#: plugin.c:233 plugin.c:279 +#: plugin.c:240 plugin.c:286 msgid "<no plugin>" msgstr "<sin plugin>" -#: plugin.c:248 plugin.c:1100 -msgid "%F%P: %s: error loading plugin: %s\n" -msgstr "%F%P: %s: error al cargar el plugin: %s\n" +#: plugin.c:255 plugin.c:1139 +#, fuzzy +#| msgid "%F%P: %s: error loading plugin: %s\n" +msgid "%P: %s: error loading plugin: %s\n" +msgstr "%P: %s: error al cargar el plugin: %s\n" -#: plugin.c:255 +#: plugin.c:262 msgid "%P: %s: duplicated plugin\n" msgstr "%P: %s: plugin duplicado\n" -#: plugin.c:341 -msgid "%F%P: could not create dummy IR bfd: %E\n" -msgstr "%F%P: no se puede crear el bdf IR dummy: %F%E\n" +#: plugin.c:346 +#, fuzzy +#| msgid "%F%P: could not create dummy IR bfd: %E\n" +msgid "%P: could not create dummy IR bfd: %E\n" +msgstr "%P: no se puede crear el bdf IR dummy: %F%E\n" -#: plugin.c:422 -msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n" -msgstr "%F%P: %s: ¡SÃmbolo que no es ELF en el BFD ELF!\n" +#: plugin.c:428 +#, fuzzy +#| msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n" +msgid "%P: %s: non-ELF symbol in ELF BFD!\n" +msgstr "%P: %s: ¡SÃmbolo que no es ELF en el BFD ELF!\n" -#: plugin.c:433 -msgid "%F%P: unknown ELF symbol visibility: %d!\n" -msgstr "%F%P: visibilidad de sÃmbolo ELF desconocida: ¡%d!\n" +#: plugin.c:439 +#, fuzzy +#| msgid "%F%P: unknown ELF symbol visibility: %d!\n" +msgid "%P: unknown ELF symbol visibility: %d!\n" +msgstr "%P: visibilidad de sÃmbolo ELF desconocida: ¡%d!\n" -#: plugin.c:542 -msgid "%F%P: unsupported input file size: %s (%ld bytes)\n" -msgstr "%F%P: no se admite el tamaño de fichero de entrada: %s (%ld bytes)\n" +#: plugin.c:561 +#, fuzzy +#| msgid "%F%P: unsupported input file size: %s (%ld bytes)\n" +msgid "%P: unsupported input file size: %s (%ld bytes)\n" +msgstr "%P: no se admite el tamaño de fichero de entrada: %s (%ld bytes)\n" -#: plugin.c:679 +#: plugin.c:706 #, c-format msgid "unknown LTO kind value %x" msgstr "valor de tipo LTO desconocido %x" -#: plugin.c:705 +#: plugin.c:732 #, c-format msgid "unknown LTO resolution value %x" msgstr "valor de resolución LTO desconocido %x" -#: plugin.c:725 +#: plugin.c:752 #, c-format msgid "unknown LTO visibility value %x" msgstr "valor de visibilidad LTO desconocido %x" #. We should not have a new, indirect or warning symbol here. -#: plugin.c:805 -msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n" -msgstr "%F%P: %s: la tabla de sÃmbolos de plugin está corrupta (tipo de sÃmbolo %d)\n" +#: plugin.c:837 +#, fuzzy +#| msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n" +msgid "%P: %s: plugin symbol table corrupt (sym type %d)\n" +msgstr "%P: %s: la tabla de sÃmbolos de plugin está corrupta (tipo de sÃmbolo %d)\n" -#: plugin.c:867 +#: plugin.c:902 msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n" msgstr "%P %pB: sÃmbolo `%s' definición: %s, visibilidad: %s, resolución: %s\n" -#: plugin.c:944 +#: plugin.c:979 msgid "%P: warning: " msgstr "%P: aviso: " -#: plugin.c:955 -msgid "%P: error: " +#: plugin.c:989 +#, fuzzy +#| msgid "%P: error: " +msgid "%X%P: error: " msgstr "%P: error: " -#: plugin.c:1107 -msgid "%F%P: %s: plugin error: %d\n" -msgstr "%F%P: %s: error en el plugin: %d\n" - -#: plugin.c:1162 -msgid "%F%P: plugin_strdup failed to allocate memory: %s\n" -msgstr "%F%P: plugin_strdup no pudo asignar memoria: %s\n" - -#: plugin.c:1199 -msgid "%F%P: plugin failed to allocate memory for input: %s\n" -msgstr "%F%P: plugin no pudo asignar memoria para entrada: %s\n" - -#: plugin.c:1226 -msgid "%F%P: %s: plugin reported error claiming file\n" -msgstr "%F%P: %s: el plugin reportó error al reclamar el fichero\n" - -#: plugin.c:1337 +#: plugin.c:1146 +#, fuzzy +#| msgid "%F%P: %s: plugin error: %d\n" +msgid "%P: %s: plugin error: %d\n" +msgstr "%P: %s: error en el plugin: %d\n" + +#: plugin.c:1210 +#, fuzzy +#| msgid "%F%P: plugin_strdup failed to allocate memory: %s\n" +msgid "%P: plugin_strdup failed to allocate memory: %s\n" +msgstr "%P: plugin_strdup no pudo asignar memoria: %s\n" + +#: plugin.c:1252 +#, fuzzy +#| msgid "%F%P: plugin failed to allocate memory for input: %s\n" +msgid "%P: plugin failed to allocate memory for input: %s\n" +msgstr "%P: plugin no pudo asignar memoria para entrada: %s\n" + +#: plugin.c:1281 +#, fuzzy +#| msgid "%F%P: %s: plugin reported error claiming file\n" +msgid "%P: %s: plugin reported error claiming file\n" +msgstr "%P: %s: el plugin reportó error al reclamar el fichero\n" + +#: plugin.c:1403 msgid "%P: %s: error in plugin cleanup: %d (ignored)\n" msgstr "%P: %s: error en la limpieza de plugin: %d (se descarta)\n" -#: eaarch64cloudabi.c:223 eaarch64cloudabib.c:223 eaarch64elf.c:222 -#: eaarch64elf32.c:222 eaarch64elf32b.c:222 eaarch64elfb.c:222 -#: eaarch64fbsd.c:223 eaarch64fbsdb.c:223 eaarch64linux.c:223 -#: eaarch64linux32.c:223 eaarch64linux32b.c:223 eaarch64linuxb.c:223 -#: earmelf.c:292 earmelf_fbsd.c:292 earmelf_fuchsia.c:293 earmelf_linux.c:293 -#: earmelf_linux_eabi.c:293 earmelf_linux_fdpiceabi.c:293 earmelf_nacl.c:293 -#: earmelf_nbsd.c:292 earmelf_phoenix.c:293 earmelf_vxworks.c:292 -#: earmelfb.c:292 earmelfb_fbsd.c:292 earmelfb_fuchsia.c:293 -#: earmelfb_linux.c:293 earmelfb_linux_eabi.c:293 -#: earmelfb_linux_fdpiceabi.c:293 earmelfb_nacl.c:293 earmelfb_nbsd.c:292 -#: earmnto.c:292 earmsymbian.c:292 eavr1.c:178 eavr2.c:178 eavr25.c:178 -#: eavr3.c:178 eavr31.c:178 eavr35.c:178 eavr4.c:178 eavr5.c:178 eavr51.c:178 -#: eavr6.c:178 eavrtiny.c:178 eavrxmega1.c:178 eavrxmega2.c:178 -#: eavrxmega3.c:178 eavrxmega4.c:178 eavrxmega5.c:178 eavrxmega6.c:178 -#: eavrxmega7.c:178 ecskyelf.c:210 ecskyelf_linux.c:210 eelf32b4300.c:205 -#: eelf32bmip.c:205 eelf32bmipn32.c:219 eelf32bsmip.c:219 eelf32btsmip.c:205 -#: eelf32btsmip_fbsd.c:205 eelf32btsmipn32.c:205 eelf32btsmipn32_fbsd.c:205 -#: eelf32ebmip.c:205 eelf32ebmipvxworks.c:205 eelf32elmip.c:205 -#: eelf32elmipvxworks.c:205 eelf32l4300.c:205 eelf32lmip.c:205 -#: eelf32lr5900.c:205 eelf32lr5900n32.c:205 eelf32lsmip.c:205 -#: eelf32ltsmip.c:205 eelf32ltsmip_fbsd.c:205 eelf32ltsmipn32.c:205 -#: eelf32ltsmipn32_fbsd.c:205 eelf32metag.c:206 eelf32mipswindiss.c:205 -#: eelf64bmip.c:219 eelf64btsmip.c:205 eelf64btsmip_fbsd.c:205 -#: eelf64lppc.c:470 eelf64ltsmip.c:205 eelf64ltsmip_fbsd.c:205 eelf64ppc.c:470 -#: eelf64ppc_fbsd.c:470 ehppaelf.c:230 ehppalinux.c:230 ehppanbsd.c:230 -#: ehppaobsd.c:230 em68hc11elf.c:295 em68hc11elfb.c:295 em68hc12elf.c:295 -#: em68hc12elfb.c:295 enios2elf.c:223 enios2linux.c:223 +#: eaarch64cloudabi.c:242 eaarch64cloudabib.c:242 eaarch64elf.c:242 +#: eaarch64elf32.c:242 eaarch64elf32b.c:242 eaarch64elfb.c:242 +#: eaarch64fbsd.c:242 eaarch64fbsdb.c:242 eaarch64haiku.c:242 +#: eaarch64linux.c:242 eaarch64linux32.c:242 eaarch64linux32b.c:242 +#: eaarch64linuxb.c:242 eaarch64nto.c:242 eaix5ppc.c:1096 eaix5rs6.c:1096 +#: eaixppc.c:1096 eaixrs6.c:1096 earmelf.c:299 earmelf_fbsd.c:299 +#: earmelf_fuchsia.c:300 earmelf_haiku.c:300 earmelf_linux.c:300 +#: earmelf_linux_eabi.c:300 earmelf_linux_fdpiceabi.c:300 earmelf_nacl.c:300 +#: earmelf_nbsd.c:299 earmelf_phoenix.c:300 earmelf_vxworks.c:299 +#: earmelfb.c:299 earmelfb_fbsd.c:299 earmelfb_fuchsia.c:300 +#: earmelfb_linux.c:300 earmelfb_linux_eabi.c:300 +#: earmelfb_linux_fdpiceabi.c:300 earmelfb_nacl.c:300 earmelfb_nbsd.c:299 +#: earmnto.c:299 eavr1.c:182 eavr2.c:182 eavr25.c:182 eavr3.c:182 eavr31.c:182 +#: eavr35.c:182 eavr4.c:182 eavr5.c:182 eavr51.c:182 eavr6.c:182 eavrtiny.c:182 +#: eavrxmega1.c:182 eavrxmega2.c:182 eavrxmega2_flmap.c:182 eavrxmega3.c:182 +#: eavrxmega4.c:182 eavrxmega4_flmap.c:182 eavrxmega5.c:182 eavrxmega6.c:182 +#: eavrxmega7.c:182 ecskyelf.c:213 ecskyelf_linux.c:213 eelf32b4300.c:208 +#: eelf32bmip.c:208 eelf32bmipn32.c:222 eelf32bsmip.c:222 eelf32btsmip.c:208 +#: eelf32btsmip_fbsd.c:208 eelf32btsmipn32.c:208 eelf32btsmipn32_fbsd.c:208 +#: eelf32ebmip.c:208 eelf32ebmipvxworks.c:208 eelf32elmip.c:208 +#: eelf32elmipvxworks.c:208 eelf32kvx.c:198 eelf32l4300.c:208 eelf32lmip.c:208 +#: eelf32lr5900.c:208 eelf32lr5900n32.c:208 eelf32lsmip.c:208 +#: eelf32ltsmip.c:208 eelf32ltsmip_fbsd.c:208 eelf32ltsmipn32.c:208 +#: eelf32ltsmipn32_fbsd.c:208 eelf32metag.c:209 eelf32mipswindiss.c:208 +#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 eelf64kvx.c:198 +#: eelf64kvx_linux.c:196 eelf64lppc.c:485 eelf64lppc_fbsd.c:485 +#: eelf64ltsmip.c:208 eelf64ltsmip_fbsd.c:208 eelf64ppc.c:485 +#: eelf64ppc_fbsd.c:485 eelf_mipsel_haiku.c:208 ehppaelf.c:233 ehppalinux.c:233 +#: ehppanbsd.c:233 ehppaobsd.c:233 em68hc11elf.c:298 em68hc11elfb.c:298 +#: em68hc12elf.c:298 em68hc12elfb.c:298 eppcmacos.c:1096 msgid "%X%P: can not make stub section: %E\n" msgstr "%X%P: no se puede crear la sección stub: %E\n" -#: eaarch64cloudabi.c:266 eaarch64cloudabib.c:266 eaarch64elf.c:265 -#: eaarch64elf32.c:265 eaarch64elf32b.c:265 eaarch64elfb.c:265 -#: eaarch64fbsd.c:266 eaarch64fbsdb.c:266 eaarch64linux.c:266 -#: eaarch64linux32.c:266 eaarch64linux32b.c:266 eaarch64linuxb.c:266 -#: earcelf.c:96 earclinux.c:97 earclinux_nps.c:97 earcv2elf.c:96 -#: earcv2elfx.c:96 earmelf.c:404 earmelf_fbsd.c:404 earmelf_fuchsia.c:405 -#: earmelf_linux.c:405 earmelf_linux_eabi.c:405 earmelf_linux_fdpiceabi.c:405 -#: earmelf_nacl.c:405 earmelf_nbsd.c:404 earmelf_phoenix.c:405 -#: earmelf_vxworks.c:404 earmelfb.c:404 earmelfb_fbsd.c:404 -#: earmelfb_fuchsia.c:405 earmelfb_linux.c:405 earmelfb_linux_eabi.c:405 -#: earmelfb_linux_fdpiceabi.c:405 earmelfb_nacl.c:405 earmelfb_nbsd.c:404 -#: earmnto.c:404 earmsymbian.c:404 eavr1.c:299 eavr2.c:299 eavr25.c:299 -#: eavr3.c:299 eavr31.c:299 eavr35.c:299 eavr4.c:299 eavr5.c:299 eavr51.c:299 -#: eavr6.c:299 eavrtiny.c:299 eavrxmega1.c:299 eavrxmega2.c:299 -#: eavrxmega3.c:299 eavrxmega4.c:299 eavrxmega5.c:299 eavrxmega6.c:299 -#: eavrxmega7.c:299 ecriself.c:96 ecrislinux.c:97 ed10velf.c:96 -#: eelf32_sparc.c:97 eelf32_sparc_sol2.c:228 eelf32_sparc_vxworks.c:126 -#: eelf32_spu.c:766 eelf32_tic6x_be.c:181 eelf32_tic6x_elf_be.c:181 -#: eelf32_tic6x_elf_le.c:181 eelf32_tic6x_le.c:181 eelf32_tic6x_linux_be.c:181 -#: eelf32_tic6x_linux_le.c:181 eelf32_x86_64.c:121 eelf32am33lin.c:96 -#: eelf32b4300.c:293 eelf32bfin.c:106 eelf32bfinfd.c:106 eelf32bmip.c:293 -#: eelf32bmipn32.c:307 eelf32bsmip.c:307 eelf32btsmip.c:293 -#: eelf32btsmip_fbsd.c:293 eelf32btsmipn32.c:293 eelf32btsmipn32_fbsd.c:293 -#: eelf32cr16.c:246 eelf32crx.c:133 eelf32ebmip.c:293 eelf32ebmipvxworks.c:322 -#: eelf32elmip.c:293 eelf32elmipvxworks.c:322 eelf32epiphany.c:96 -#: eelf32epiphany_4x4.c:98 eelf32frvfd.c:96 eelf32ip2k.c:96 eelf32l4300.c:293 -#: eelf32lm32.c:96 eelf32lm32fd.c:96 eelf32lmip.c:293 eelf32lppc.c:317 -#: eelf32lppclinux.c:317 eelf32lppcnto.c:317 eelf32lppcsim.c:317 -#: eelf32lr5900.c:293 eelf32lr5900n32.c:292 eelf32lriscv.c:89 -#: eelf32lriscv_ilp32.c:89 eelf32lriscv_ilp32f.c:89 eelf32lsmip.c:293 -#: eelf32ltsmip.c:293 eelf32ltsmip_fbsd.c:293 eelf32ltsmipn32.c:293 -#: eelf32ltsmipn32_fbsd.c:293 eelf32m32c.c:107 eelf32mb_linux.c:97 -#: eelf32mbel_linux.c:97 eelf32mcore.c:96 eelf32mep.c:96 eelf32metag.c:256 -#: eelf32microblaze.c:96 eelf32microblazeel.c:96 eelf32mipswindiss.c:292 -#: eelf32moxie.c:96 eelf32or1k.c:97 eelf32or1k_linux.c:97 eelf32ppc.c:317 -#: eelf32ppc_fbsd.c:317 eelf32ppclinux.c:317 eelf32ppcnto.c:317 -#: eelf32ppcsim.c:317 eelf32ppcvxworks.c:291 eelf32ppcwindiss.c:317 -#: eelf32rl78.c:96 eelf32rx.c:112 eelf32rx_linux.c:109 eelf32tilegx.c:97 -#: eelf32tilegx_be.c:97 eelf32tilepro.c:97 eelf32vax.c:96 eelf32visium.c:96 -#: eelf32xc16x.c:96 eelf32xc16xl.c:96 eelf32xc16xs.c:96 eelf32xstormy16.c:107 -#: eelf32xtensa.c:2001 eelf32z80.c:123 eelf64_aix.c:96 eelf64_ia64.c:122 -#: eelf64_ia64_fbsd.c:122 eelf64_ia64_vms.c:220 eelf64_s390.c:112 -#: eelf64_sparc.c:97 eelf64_sparc_fbsd.c:97 eelf64_sparc_sol2.c:228 -#: eelf64alpha.c:180 eelf64alpha_fbsd.c:180 eelf64alpha_nbsd.c:180 -#: eelf64bmip.c:307 eelf64bpf.c:96 eelf64btsmip.c:293 eelf64btsmip_fbsd.c:293 -#: eelf64hppa.c:96 eelf64lppc.c:580 eelf64lriscv.c:89 eelf64lriscv_lp64.c:89 -#: eelf64lriscv_lp64f.c:89 eelf64ltsmip.c:293 eelf64ltsmip_fbsd.c:293 -#: eelf64mmix.c:207 eelf64ppc.c:580 eelf64ppc_fbsd.c:580 eelf64rdos.c:112 -#: eelf64tilegx.c:97 eelf64tilegx_be.c:97 eelf_i386.c:121 eelf_i386_be.c:120 -#: eelf_i386_fbsd.c:121 eelf_i386_ldso.c:121 eelf_i386_sol2.c:252 -#: eelf_i386_vxworks.c:150 eelf_iamcu.c:121 eelf_k1om.c:121 -#: eelf_k1om_fbsd.c:121 eelf_l1om.c:121 eelf_l1om_fbsd.c:121 eelf_s390.c:97 -#: eelf_x86_64.c:121 eelf_x86_64_cloudabi.c:121 eelf_x86_64_fbsd.c:121 -#: eelf_x86_64_sol2.c:252 eh8300elf.c:96 eh8300elf_linux.c:96 eh8300helf.c:96 -#: eh8300helf_linux.c:96 eh8300hnelf.c:96 eh8300self.c:96 -#: eh8300self_linux.c:96 eh8300snelf.c:96 eh8300sxelf.c:96 -#: eh8300sxelf_linux.c:96 eh8300sxnelf.c:96 ehppa64linux.c:96 ehppaelf.c:280 -#: ehppalinux.c:280 ehppanbsd.c:280 ehppaobsd.c:280 ei386lynx.c:111 -#: ei386moss.c:111 ei386nto.c:111 em32relf.c:96 em32relf_linux.c:96 -#: em32rlelf.c:96 em32rlelf_linux.c:96 em68hc11elf.c:373 em68hc11elfb.c:373 -#: em68hc12elf.c:373 em68hc12elfb.c:373 em68kelf.c:248 em68kelfnbsd.c:248 -#: emn10300.c:96 ends32belf.c:204 ends32belf16m.c:204 ends32belf_linux.c:204 -#: ends32elf.c:204 ends32elf16m.c:204 ends32elf_linux.c:204 enios2elf.c:273 -#: enios2linux.c:273 eppclynx.c:317 epruelf.c:117 escore3_elf.c:117 -#: escore7_elf.c:117 eshelf.c:96 eshelf_fd.c:97 eshelf_linux.c:97 -#: eshelf_nbsd.c:96 eshelf_nto.c:96 eshelf_uclinux.c:96 eshelf_vxworks.c:125 -#: eshlelf.c:96 eshlelf_fd.c:97 eshlelf_linux.c:97 eshlelf_nbsd.c:96 -#: eshlelf_nto.c:96 eshlelf_vxworks.c:125 ev850.c:143 ev850_rh850.c:143 +#: eaarch64cloudabi.c:285 eaarch64cloudabib.c:285 eaarch64elf.c:285 +#: eaarch64elf32.c:285 eaarch64elf32b.c:285 eaarch64elfb.c:285 +#: eaarch64fbsd.c:285 eaarch64fbsdb.c:285 eaarch64haiku.c:285 +#: eaarch64linux.c:285 eaarch64linux32.c:285 eaarch64linux32b.c:285 +#: eaarch64linuxb.c:285 eaarch64nto.c:285 earcelf.c:117 earclinux.c:118 +#: earclinux_nps.c:118 earcv2elf.c:117 earcv2elfx.c:117 earmelf.c:411 +#: earmelf_fbsd.c:411 earmelf_fuchsia.c:412 earmelf_haiku.c:412 +#: earmelf_linux.c:412 earmelf_linux_eabi.c:412 earmelf_linux_fdpiceabi.c:412 +#: earmelf_nacl.c:412 earmelf_nbsd.c:411 earmelf_phoenix.c:412 +#: earmelf_vxworks.c:411 earmelfb.c:411 earmelfb_fbsd.c:411 +#: earmelfb_fuchsia.c:412 earmelfb_linux.c:412 earmelfb_linux_eabi.c:412 +#: earmelfb_linux_fdpiceabi.c:412 earmelfb_nacl.c:412 earmelfb_nbsd.c:411 +#: earmnto.c:411 eavr1.c:321 eavr2.c:321 eavr25.c:321 eavr3.c:321 eavr31.c:321 +#: eavr35.c:321 eavr4.c:321 eavr5.c:321 eavr51.c:321 eavr6.c:321 eavrtiny.c:321 +#: eavrxmega1.c:321 eavrxmega2.c:321 eavrxmega2_flmap.c:321 eavrxmega3.c:321 +#: eavrxmega4.c:321 eavrxmega4_flmap.c:321 eavrxmega5.c:321 eavrxmega6.c:321 +#: eavrxmega7.c:321 ecriself.c:117 ecrislinux.c:118 ed10velf.c:117 +#: eelf32_sparc.c:118 eelf32_sparc_sol2.c:250 eelf32_sparc_vxworks.c:147 +#: eelf32_spu.c:651 eelf32_tic6x_be.c:182 eelf32_tic6x_elf_be.c:182 +#: eelf32_tic6x_elf_le.c:182 eelf32_tic6x_le.c:182 eelf32_tic6x_linux_be.c:182 +#: eelf32_tic6x_linux_le.c:182 eelf32_x86_64.c:182 eelf32am33lin.c:117 +#: eelf32b4300.c:314 eelf32bfin.c:127 eelf32bfinfd.c:127 eelf32bmip.c:314 +#: eelf32bmipn32.c:328 eelf32briscv.c:94 eelf32briscv_ilp32.c:94 +#: eelf32briscv_ilp32f.c:94 eelf32bsmip.c:328 eelf32btsmip.c:314 +#: eelf32btsmip_fbsd.c:314 eelf32btsmipn32.c:314 eelf32btsmipn32_fbsd.c:314 +#: eelf32cr16.c:267 eelf32crx.c:154 eelf32ebmip.c:314 eelf32ebmipvxworks.c:343 +#: eelf32elmip.c:314 eelf32elmipvxworks.c:343 eelf32epiphany.c:117 +#: eelf32epiphany_4x4.c:119 eelf32frvfd.c:117 eelf32ip2k.c:117 eelf32kvx.c:241 +#: eelf32l4300.c:314 eelf32lm32.c:117 eelf32lm32fd.c:117 eelf32lmip.c:314 +#: eelf32loongarch.c:92 eelf32lppc.c:326 eelf32lppclinux.c:326 +#: eelf32lppcnto.c:326 eelf32lppcsim.c:326 eelf32lr5900.c:314 +#: eelf32lr5900n32.c:313 eelf32lriscv.c:94 eelf32lriscv_ilp32.c:94 +#: eelf32lriscv_ilp32f.c:94 eelf32lsmip.c:314 eelf32ltsmip.c:314 +#: eelf32ltsmip_fbsd.c:314 eelf32ltsmipn32.c:314 eelf32ltsmipn32_fbsd.c:314 +#: eelf32m32c.c:128 eelf32mb_linux.c:118 eelf32mbel_linux.c:118 +#: eelf32mcore.c:117 eelf32mep.c:117 eelf32metag.c:259 eelf32microblaze.c:117 +#: eelf32microblazeel.c:117 eelf32mipswindiss.c:313 eelf32moxie.c:117 +#: eelf32or1k.c:118 eelf32or1k_linux.c:118 eelf32ppc.c:326 eelf32ppc_fbsd.c:326 +#: eelf32ppchaiku.c:326 eelf32ppclinux.c:326 eelf32ppcnto.c:326 +#: eelf32ppcsim.c:326 eelf32ppcvxworks.c:300 eelf32ppcwindiss.c:326 +#: eelf32rl78.c:117 eelf32rx.c:133 eelf32rx_linux.c:130 eelf32tilegx.c:118 +#: eelf32tilegx_be.c:118 eelf32tilepro.c:118 eelf32vax.c:117 eelf32visium.c:117 +#: eelf32xstormy16.c:128 eelf32xtensa.c:2014 eelf32z80.c:144 eelf64_aix.c:117 +#: eelf64_ia64.c:143 eelf64_ia64_fbsd.c:143 eelf64_ia64_vms.c:220 +#: eelf64_s390.c:133 eelf64_sparc.c:118 eelf64_sparc_fbsd.c:118 +#: eelf64_sparc_sol2.c:250 eelf64alpha.c:178 eelf64alpha_fbsd.c:178 +#: eelf64alpha_nbsd.c:178 eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 +#: eelf64briscv_lp64.c:94 eelf64briscv_lp64f.c:94 eelf64btsmip.c:314 +#: eelf64btsmip_fbsd.c:314 eelf64hppa.c:117 eelf64kvx.c:241 +#: eelf64kvx_linux.c:239 eelf64loongarch.c:92 eelf64lppc.c:595 +#: eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 eelf64lriscv_lp64.c:94 +#: eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 eelf64ltsmip_fbsd.c:314 +#: eelf64mmix.c:225 eelf64ppc.c:595 eelf64ppc_fbsd.c:595 eelf64rdos.c:165 +#: eelf64tilegx.c:118 eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 +#: eelf_i386_fbsd.c:142 eelf_i386_haiku.c:142 eelf_i386_ldso.c:142 +#: eelf_i386_sol2.c:274 eelf_i386_vxworks.c:171 eelf_iamcu.c:142 +#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:182 +#: eelf_x86_64_cloudabi.c:182 eelf_x86_64_fbsd.c:182 eelf_x86_64_haiku.c:182 +#: eelf_x86_64_sol2.c:314 eh8300elf.c:117 eh8300elf_linux.c:117 +#: eh8300helf.c:117 eh8300helf_linux.c:117 eh8300hnelf.c:117 eh8300self.c:117 +#: eh8300self_linux.c:117 eh8300snelf.c:117 eh8300sxelf.c:117 +#: eh8300sxelf_linux.c:117 eh8300sxnelf.c:117 ehppa64linux.c:117 ehppaelf.c:283 +#: ehppalinux.c:283 ehppanbsd.c:283 ehppaobsd.c:283 ei386lynx.c:132 +#: ei386moss.c:132 ei386nto.c:132 em32relf.c:117 em32relf_linux.c:117 +#: em32rlelf.c:117 em32rlelf_linux.c:117 em68hc11elf.c:394 em68hc11elfb.c:394 +#: em68hc12elf.c:394 em68hc12elfb.c:394 em68kelf.c:269 em68kelfnbsd.c:269 +#: emn10300.c:117 ends32belf.c:225 ends32belf16m.c:225 ends32belf_linux.c:225 +#: ends32elf.c:225 ends32elf16m.c:225 ends32elf_linux.c:225 epruelf.c:138 +#: escore3_elf.c:135 escore7_elf.c:135 eshelf.c:117 eshelf_fd.c:118 +#: eshelf_linux.c:118 eshelf_nbsd.c:117 eshelf_nto.c:117 eshelf_uclinux.c:117 +#: eshelf_vxworks.c:146 eshlelf.c:117 eshlelf_fd.c:118 eshlelf_linux.c:118 +#: eshlelf_nbsd.c:117 eshlelf_nto.c:117 eshlelf_vxworks.c:146 ev850.c:164 +#: ev850_rh850.c:164 msgid "%X%P: .eh_frame/.stab edit: %E\n" msgstr "%X%P: edición de .eh_frame/.stab: %E\n" -#: eaarch64cloudabi.c:282 eaarch64cloudabib.c:282 eaarch64elf.c:281 -#: eaarch64elf32.c:281 eaarch64elf32b.c:281 eaarch64elfb.c:281 -#: eaarch64fbsd.c:282 eaarch64fbsdb.c:282 eaarch64linux.c:282 -#: eaarch64linux32.c:282 eaarch64linux32b.c:282 eaarch64linuxb.c:282 -#: earmelf.c:419 earmelf_fbsd.c:419 earmelf_fuchsia.c:420 earmelf_linux.c:420 -#: earmelf_linux_eabi.c:420 earmelf_linux_fdpiceabi.c:420 earmelf_nacl.c:420 -#: earmelf_nbsd.c:419 earmelf_phoenix.c:420 earmelf_vxworks.c:419 -#: earmelfb.c:419 earmelfb_fbsd.c:419 earmelfb_fuchsia.c:420 -#: earmelfb_linux.c:420 earmelfb_linux_eabi.c:420 -#: earmelfb_linux_fdpiceabi.c:420 earmelfb_nacl.c:420 earmelfb_nbsd.c:419 -#: earmnto.c:419 earmsymbian.c:419 ecskyelf.c:260 ecskyelf_linux.c:260 +#: eaarch64cloudabi.c:301 eaarch64cloudabib.c:301 eaarch64elf.c:301 +#: eaarch64elf32.c:301 eaarch64elf32b.c:301 eaarch64elfb.c:301 +#: eaarch64fbsd.c:301 eaarch64fbsdb.c:301 eaarch64haiku.c:301 +#: eaarch64linux.c:301 eaarch64linux32.c:301 eaarch64linux32b.c:301 +#: eaarch64linuxb.c:301 eaarch64nto.c:301 earmelf.c:426 earmelf_fbsd.c:426 +#: earmelf_fuchsia.c:427 earmelf_haiku.c:427 earmelf_linux.c:427 +#: earmelf_linux_eabi.c:427 earmelf_linux_fdpiceabi.c:427 earmelf_nacl.c:427 +#: earmelf_nbsd.c:426 earmelf_phoenix.c:427 earmelf_vxworks.c:426 +#: earmelfb.c:426 earmelfb_fbsd.c:426 earmelfb_fuchsia.c:427 +#: earmelfb_linux.c:427 earmelfb_linux_eabi.c:427 +#: earmelfb_linux_fdpiceabi.c:427 earmelfb_nacl.c:427 earmelfb_nbsd.c:426 +#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 eelf32kvx.c:257 +#: eelf64kvx.c:257 eelf64kvx_linux.c:255 msgid "%X%P: could not compute sections lists for stub generation: %E\n" msgstr "%X%P: no se han podido calcular las listas para la generación de stub: %E\n" -#: eaarch64cloudabi.c:297 eaarch64cloudabib.c:297 eaarch64elf.c:296 -#: eaarch64elf32.c:296 eaarch64elf32b.c:296 eaarch64elfb.c:296 -#: eaarch64fbsd.c:297 eaarch64fbsdb.c:297 eaarch64linux.c:297 -#: eaarch64linux32.c:297 eaarch64linux32b.c:297 eaarch64linuxb.c:297 -#: earmelf.c:434 earmelf_fbsd.c:434 earmelf_fuchsia.c:435 earmelf_linux.c:435 -#: earmelf_linux_eabi.c:435 earmelf_linux_fdpiceabi.c:435 earmelf_nacl.c:435 -#: earmelf_nbsd.c:434 earmelf_phoenix.c:435 earmelf_vxworks.c:434 -#: earmelfb.c:434 earmelfb_fbsd.c:434 earmelfb_fuchsia.c:435 -#: earmelfb_linux.c:435 earmelfb_linux_eabi.c:435 -#: earmelfb_linux_fdpiceabi.c:435 earmelfb_nacl.c:435 earmelfb_nbsd.c:434 -#: earmnto.c:434 earmsymbian.c:434 eavr1.c:129 eavr1.c:192 eavr2.c:129 -#: eavr2.c:192 eavr25.c:129 eavr25.c:192 eavr3.c:129 eavr3.c:192 eavr31.c:129 -#: eavr31.c:192 eavr35.c:129 eavr35.c:192 eavr4.c:129 eavr4.c:192 eavr5.c:129 -#: eavr5.c:192 eavr51.c:129 eavr51.c:192 eavr6.c:129 eavr6.c:192 -#: eavrtiny.c:129 eavrtiny.c:192 eavrxmega1.c:129 eavrxmega1.c:192 -#: eavrxmega2.c:129 eavrxmega2.c:192 eavrxmega3.c:129 eavrxmega3.c:192 -#: eavrxmega4.c:129 eavrxmega4.c:192 eavrxmega5.c:129 eavrxmega5.c:192 -#: eavrxmega6.c:129 eavrxmega6.c:192 eavrxmega7.c:129 eavrxmega7.c:192 -#: eelf32metag.c:271 eelf32metag.c:285 eelf64lppc.c:523 eelf64lppc.c:542 -#: eelf64lppc.c:569 eelf64ppc.c:523 eelf64ppc.c:542 eelf64ppc.c:569 -#: eelf64ppc_fbsd.c:523 eelf64ppc_fbsd.c:542 eelf64ppc_fbsd.c:569 -#: ehppaelf.c:295 ehppaelf.c:310 ehppalinux.c:295 ehppalinux.c:310 -#: ehppanbsd.c:295 ehppanbsd.c:310 ehppaobsd.c:295 ehppaobsd.c:310 -#: em68hc11elf.c:90 em68hc11elf.c:100 em68hc11elf.c:317 em68hc11elfb.c:90 -#: em68hc11elfb.c:100 em68hc11elfb.c:317 em68hc12elf.c:90 em68hc12elf.c:100 -#: em68hc12elf.c:317 em68hc12elfb.c:90 em68hc12elfb.c:100 em68hc12elfb.c:317 -#: enios2elf.c:290 enios2elf.c:303 enios2linux.c:290 enios2linux.c:303 +#: eaarch64cloudabi.c:316 eaarch64cloudabib.c:316 eaarch64elf.c:316 +#: eaarch64elf32.c:316 eaarch64elf32b.c:316 eaarch64elfb.c:316 +#: eaarch64fbsd.c:316 eaarch64fbsdb.c:316 eaarch64haiku.c:316 +#: eaarch64linux.c:316 eaarch64linux32.c:316 eaarch64linux32b.c:316 +#: eaarch64linuxb.c:316 eaarch64nto.c:316 earmelf.c:441 earmelf_fbsd.c:441 +#: earmelf_fuchsia.c:442 earmelf_haiku.c:442 earmelf_linux.c:442 +#: earmelf_linux_eabi.c:442 earmelf_linux_fdpiceabi.c:442 earmelf_nacl.c:442 +#: earmelf_nbsd.c:441 earmelf_phoenix.c:442 earmelf_vxworks.c:441 +#: earmelfb.c:441 earmelfb_fbsd.c:441 earmelfb_fuchsia.c:442 +#: earmelfb_linux.c:442 earmelfb_linux_eabi.c:442 +#: earmelfb_linux_fdpiceabi.c:442 earmelfb_nacl.c:442 earmelfb_nbsd.c:441 +#: earmnto.c:441 eavr1.c:132 eavr1.c:196 eavr2.c:132 eavr2.c:196 eavr25.c:132 +#: eavr25.c:196 eavr3.c:132 eavr3.c:196 eavr31.c:132 eavr31.c:196 eavr35.c:132 +#: eavr35.c:196 eavr4.c:132 eavr4.c:196 eavr5.c:132 eavr5.c:196 eavr51.c:132 +#: eavr51.c:196 eavr6.c:132 eavr6.c:196 eavrtiny.c:132 eavrtiny.c:196 +#: eavrxmega1.c:132 eavrxmega1.c:196 eavrxmega2.c:132 eavrxmega2.c:196 +#: eavrxmega2_flmap.c:132 eavrxmega2_flmap.c:196 eavrxmega3.c:132 +#: eavrxmega3.c:196 eavrxmega4.c:132 eavrxmega4.c:196 eavrxmega4_flmap.c:132 +#: eavrxmega4_flmap.c:196 eavrxmega5.c:132 eavrxmega5.c:196 eavrxmega6.c:132 +#: eavrxmega6.c:196 eavrxmega7.c:132 eavrxmega7.c:196 eelf32metag.c:274 +#: eelf32metag.c:288 eelf64lppc.c:538 eelf64lppc.c:557 eelf64lppc.c:584 +#: eelf64lppc_fbsd.c:538 eelf64lppc_fbsd.c:557 eelf64lppc_fbsd.c:584 +#: eelf64ppc.c:538 eelf64ppc.c:557 eelf64ppc.c:584 eelf64ppc_fbsd.c:538 +#: eelf64ppc_fbsd.c:557 eelf64ppc_fbsd.c:584 ehppaelf.c:298 ehppaelf.c:313 +#: ehppalinux.c:298 ehppalinux.c:313 ehppanbsd.c:298 ehppanbsd.c:313 +#: ehppaobsd.c:298 ehppaobsd.c:313 em68hc11elf.c:93 em68hc11elf.c:103 +#: em68hc11elf.c:320 em68hc11elfb.c:93 em68hc11elfb.c:103 em68hc11elfb.c:320 +#: em68hc12elf.c:93 em68hc12elf.c:103 em68hc12elf.c:320 em68hc12elfb.c:93 +#: em68hc12elfb.c:103 em68hc12elfb.c:320 msgid "%X%P: can not size stub section: %E\n" msgstr "%X%P: no se puede medir la sección de stub: %E\n" -#: eaarch64cloudabi.c:316 eaarch64cloudabib.c:316 eaarch64elf.c:315 -#: eaarch64elf32.c:315 eaarch64elf32b.c:315 eaarch64elfb.c:315 -#: eaarch64fbsd.c:316 eaarch64fbsdb.c:316 eaarch64linux.c:316 -#: eaarch64linux32.c:316 eaarch64linux32b.c:316 eaarch64linuxb.c:316 -#: earmelf.c:468 earmelf_fbsd.c:468 earmelf_fuchsia.c:469 earmelf_linux.c:469 -#: earmelf_linux_eabi.c:469 earmelf_linux_fdpiceabi.c:469 earmelf_nacl.c:469 -#: earmelf_nbsd.c:468 earmelf_phoenix.c:469 earmelf_vxworks.c:468 -#: earmelfb.c:468 earmelfb_fbsd.c:468 earmelfb_fuchsia.c:469 -#: earmelfb_linux.c:469 earmelfb_linux_eabi.c:469 -#: earmelfb_linux_fdpiceabi.c:469 earmelfb_nacl.c:469 earmelfb_nbsd.c:468 -#: earmnto.c:468 earmsymbian.c:468 eavr1.c:201 eavr2.c:201 eavr25.c:201 -#: eavr3.c:201 eavr31.c:201 eavr35.c:201 eavr4.c:201 eavr5.c:201 eavr51.c:201 -#: eavr6.c:201 eavrtiny.c:201 eavrxmega1.c:201 eavrxmega2.c:201 -#: eavrxmega3.c:201 eavrxmega4.c:201 eavrxmega5.c:201 eavrxmega6.c:201 -#: eavrxmega7.c:201 eelf32metag.c:300 eelf64lppc.c:619 eelf64ppc.c:619 -#: eelf64ppc_fbsd.c:619 ehppaelf.c:332 ehppalinux.c:332 ehppanbsd.c:332 -#: ehppaobsd.c:332 em68hc11elf.c:321 em68hc11elfb.c:321 em68hc12elf.c:321 -#: em68hc12elfb.c:321 enios2elf.c:318 enios2linux.c:318 +#: eaarch64cloudabi.c:335 eaarch64cloudabib.c:335 eaarch64elf.c:335 +#: eaarch64elf32.c:335 eaarch64elf32b.c:335 eaarch64elfb.c:335 +#: eaarch64fbsd.c:335 eaarch64fbsdb.c:335 eaarch64haiku.c:335 +#: eaarch64linux.c:335 eaarch64linux32.c:335 eaarch64linux32b.c:335 +#: eaarch64linuxb.c:335 eaarch64nto.c:335 eaix5ppc.c:1136 eaix5rs6.c:1136 +#: eaixppc.c:1136 eaixrs6.c:1136 earmelf.c:475 earmelf_fbsd.c:475 +#: earmelf_fuchsia.c:476 earmelf_haiku.c:476 earmelf_linux.c:476 +#: earmelf_linux_eabi.c:476 earmelf_linux_fdpiceabi.c:476 earmelf_nacl.c:476 +#: earmelf_nbsd.c:475 earmelf_phoenix.c:476 earmelf_vxworks.c:475 +#: earmelfb.c:475 earmelfb_fbsd.c:475 earmelfb_fuchsia.c:476 +#: earmelfb_linux.c:476 earmelfb_linux_eabi.c:476 +#: earmelfb_linux_fdpiceabi.c:476 earmelfb_nacl.c:476 earmelfb_nbsd.c:475 +#: earmnto.c:475 eavr1.c:205 eavr2.c:205 eavr25.c:205 eavr3.c:205 eavr31.c:205 +#: eavr35.c:205 eavr4.c:205 eavr5.c:205 eavr51.c:205 eavr6.c:205 eavrtiny.c:205 +#: eavrxmega1.c:205 eavrxmega2.c:205 eavrxmega2_flmap.c:205 eavrxmega3.c:205 +#: eavrxmega4.c:205 eavrxmega4_flmap.c:205 eavrxmega5.c:205 eavrxmega6.c:205 +#: eavrxmega7.c:205 eelf32kvx.c:291 eelf32metag.c:303 eelf64kvx.c:291 +#: eelf64kvx_linux.c:289 eelf64lppc.c:634 eelf64lppc_fbsd.c:634 eelf64ppc.c:634 +#: eelf64ppc_fbsd.c:634 ehppaelf.c:335 ehppalinux.c:335 ehppanbsd.c:335 +#: ehppaobsd.c:335 em68hc11elf.c:324 em68hc11elfb.c:324 em68hc12elf.c:324 +#: em68hc12elfb.c:324 eppcmacos.c:1136 msgid "%X%P: can not build stubs: %E\n" msgstr "%X%P: no se pueden construir los stubs: %E\n" +#. The AArch64 backend needs special fields in the output hash structure. +#. These will only be created if the output format is an AArch64 format, +#. hence we do not support linking and changing output formats at the +#. same time. Use a link followed by objcopy to change output formats. #. The arm backend needs special fields in the output hash structure. #. These will only be created if the output format is an arm format, #. hence we do not support linking and changing output formats at the @@ -2835,10 +3893,6 @@ msgstr "%X%P: no se pueden construir los stubs: %E\n" #. hence we do not support linking and changing output formats at the #. same time. Use a link followed by objcopy to change output formats. #. Check the output target is nds32. -#. The arm backend needs special fields in the output hash structure. -#. These will only be created if the output format is an arm format, -#. hence we do not support linking and changing output formats at the -#. same time. Use a link followed by objcopy to change output formats. #. The score backend needs special fields in the output hash structure. #. These will only be created if the output format is an score format, #. hence we do not support linking and changing output formats at the @@ -2851,553 +3905,604 @@ msgstr "%X%P: no se pueden construir los stubs: %E\n" #. These will only be created if the output format is an arm format, #. hence we do not support linking and changing output formats at the #. same time. Use a link followed by objcopy to change output formats. -#: eaarch64cloudabi.c:334 eaarch64cloudabib.c:334 eaarch64elf.c:333 -#: eaarch64elf32.c:333 eaarch64elf32b.c:333 eaarch64elfb.c:333 -#: eaarch64fbsd.c:334 eaarch64fbsdb.c:334 eaarch64linux.c:334 -#: eaarch64linux32.c:334 eaarch64linux32b.c:334 eaarch64linuxb.c:334 -#: earm_wince_pe.c:1377 earmelf.c:540 earmelf_fbsd.c:540 earmelf_fuchsia.c:541 -#: earmelf_linux.c:541 earmelf_linux_eabi.c:541 earmelf_linux_fdpiceabi.c:541 -#: earmelf_nacl.c:541 earmelf_nbsd.c:540 earmelf_phoenix.c:541 -#: earmelf_vxworks.c:540 earmelfb.c:540 earmelfb_fbsd.c:540 -#: earmelfb_fuchsia.c:541 earmelfb_linux.c:541 earmelfb_linux_eabi.c:541 -#: earmelfb_linux_fdpiceabi.c:541 earmelfb_nacl.c:541 earmelfb_nbsd.c:540 -#: earmnto.c:540 earmpe.c:1377 earmsymbian.c:540 eavr1.c:142 eavr2.c:142 -#: eavr25.c:142 eavr3.c:142 eavr31.c:142 eavr35.c:142 eavr4.c:142 eavr5.c:142 -#: eavr51.c:142 eavr6.c:142 eavrtiny.c:142 eavrxmega1.c:142 eavrxmega2.c:142 -#: eavrxmega3.c:142 eavrxmega4.c:142 eavrxmega5.c:142 eavrxmega6.c:142 -#: eavrxmega7.c:142 eelf32lriscv.c:110 eelf32lriscv_ilp32.c:110 -#: eelf32lriscv_ilp32f.c:110 eelf64lriscv.c:110 eelf64lriscv_lp64.c:110 -#: eelf64lriscv_lp64f.c:110 ei386pe.c:1377 ei386pe_posix.c:1377 -#: emcorepe.c:1377 ends32belf.c:74 ends32belf16m.c:74 ends32belf_linux.c:74 -#: ends32elf.c:74 ends32elf16m.c:74 ends32elf_linux.c:74 eppcpe.c:1377 -#: escore3_elf.c:75 escore7_elf.c:75 eshpe.c:1377 ev850.c:91 ev850_rh850.c:91 -msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" -msgstr "%F%P: error: no se puede cambiar el formato de salida mientras se enlazan los binarios %s\n" - -#: eaarch64cloudabi.c:570 eaarch64cloudabib.c:570 eaarch64elf.c:569 -#: eaarch64elf32.c:569 eaarch64elf32b.c:569 eaarch64elfb.c:569 -#: eaarch64fbsd.c:570 eaarch64fbsdb.c:570 eaarch64linux.c:570 -#: eaarch64linux32.c:570 eaarch64linux32b.c:570 eaarch64linuxb.c:570 -#: earcelf.c:202 earclinux.c:258 earclinux_nps.c:258 earcv2elf.c:186 -#: earcv2elfx.c:186 earmelf.c:812 earmelf_fbsd.c:812 earmelf_fuchsia.c:813 -#: earmelf_linux.c:813 earmelf_linux_eabi.c:813 earmelf_linux_fdpiceabi.c:813 -#: earmelf_nacl.c:813 earmelf_nbsd.c:812 earmelf_phoenix.c:813 -#: earmelf_vxworks.c:848 earmelfb.c:812 earmelfb_fbsd.c:812 -#: earmelfb_fuchsia.c:813 earmelfb_linux.c:813 earmelfb_linux_eabi.c:813 -#: earmelfb_linux_fdpiceabi.c:813 earmelfb_nacl.c:813 earmelfb_nbsd.c:812 -#: earmnto.c:787 earmsymbian.c:812 eavr1.c:409 eavr2.c:409 eavr25.c:409 -#: eavr3.c:409 eavr31.c:409 eavr35.c:409 eavr4.c:409 eavr5.c:409 eavr51.c:409 -#: eavr6.c:409 eavrtiny.c:409 eavrxmega1.c:409 eavrxmega2.c:409 -#: eavrxmega3.c:409 eavrxmega4.c:409 eavrxmega5.c:409 eavrxmega6.c:409 -#: eavrxmega7.c:409 ecriself.c:201 ecrislinux.c:233 ecskyelf.c:445 -#: ecskyelf_linux.c:502 ed10velf.c:186 eelf32_sparc.c:258 -#: eelf32_sparc_sol2.c:389 eelf32_sparc_vxworks.c:295 eelf32_spu.c:919 -#: eelf32_tic6x_be.c:369 eelf32_tic6x_elf_be.c:369 eelf32_tic6x_elf_le.c:369 -#: eelf32_tic6x_le.c:369 eelf32_tic6x_linux_be.c:369 -#: eelf32_tic6x_linux_le.c:369 eelf32_x86_64.c:5195 eelf32am33lin.c:232 -#: eelf32b4300.c:473 eelf32bfin.c:250 eelf32bfinfd.c:275 eelf32bmip.c:473 -#: eelf32bmipn32.c:487 eelf32bsmip.c:487 eelf32btsmip.c:473 -#: eelf32btsmip_fbsd.c:473 eelf32btsmipn32.c:473 eelf32btsmipn32_fbsd.c:473 -#: eelf32cr16.c:336 eelf32crx.c:223 eelf32ebmip.c:473 eelf32ebmipvxworks.c:508 -#: eelf32elmip.c:473 eelf32elmipvxworks.c:508 eelf32epiphany.c:201 -#: eelf32epiphany_4x4.c:188 eelf32frvfd.c:257 eelf32ip2k.c:201 -#: eelf32l4300.c:473 eelf32lm32.c:201 eelf32lm32fd.c:257 eelf32lmip.c:473 -#: eelf32lppc.c:521 eelf32lppclinux.c:521 eelf32lppcnto.c:521 -#: eelf32lppcsim.c:521 eelf32lr5900.c:442 eelf32lr5900n32.c:441 -#: eelf32lriscv.c:312 eelf32lriscv_ilp32.c:312 eelf32lriscv_ilp32f.c:312 -#: eelf32lsmip.c:473 eelf32ltsmip.c:473 eelf32ltsmip_fbsd.c:473 -#: eelf32ltsmipn32.c:473 eelf32ltsmipn32_fbsd.c:473 eelf32m32c.c:212 -#: eelf32mb_linux.c:258 eelf32mbel_linux.c:258 eelf32mcore.c:207 -#: eelf32mep.c:186 eelf32metag.c:507 eelf32microblaze.c:186 -#: eelf32microblazeel.c:186 eelf32mipswindiss.c:416 eelf32moxie.c:201 -#: eelf32or1k.c:202 eelf32or1k_linux.c:258 eelf32ppc.c:521 -#: eelf32ppc_fbsd.c:521 eelf32ppclinux.c:521 eelf32ppcnto.c:521 -#: eelf32ppcsim.c:521 eelf32ppcvxworks.c:495 eelf32ppcwindiss.c:521 -#: eelf32rl78.c:201 eelf32rx.c:229 eelf32rx_linux.c:214 eelf32tilegx.c:258 -#: eelf32tilegx_be.c:258 eelf32tilepro.c:258 eelf32vax.c:232 -#: eelf32visium.c:186 eelf32xc16x.c:186 eelf32xc16xl.c:186 eelf32xc16xs.c:186 -#: eelf32xstormy16.c:197 eelf32xtensa.c:2179 eelf32z80.c:213 eelf64_aix.c:232 -#: eelf64_ia64.c:289 eelf64_ia64_fbsd.c:289 eelf64_s390.c:328 -#: eelf64_sparc.c:258 eelf64_sparc_fbsd.c:258 eelf64_sparc_sol2.c:389 -#: eelf64alpha.c:351 eelf64alpha_fbsd.c:351 eelf64alpha_nbsd.c:351 -#: eelf64bmip.c:487 eelf64bpf.c:186 eelf64btsmip.c:473 eelf64btsmip_fbsd.c:473 -#: eelf64hppa.c:202 eelf64lppc.c:952 eelf64lriscv.c:312 -#: eelf64lriscv_lp64.c:312 eelf64lriscv_lp64f.c:312 eelf64ltsmip.c:473 -#: eelf64ltsmip_fbsd.c:473 eelf64mmix.c:4009 eelf64ppc.c:952 -#: eelf64ppc_fbsd.c:952 eelf64rdos.c:283 eelf64tilegx.c:258 -#: eelf64tilegx_be.c:258 eelf_i386.c:4817 eelf_i386_be.c:256 -#: eelf_i386_fbsd.c:292 eelf_i386_ldso.c:267 eelf_i386_sol2.c:423 -#: eelf_i386_vxworks.c:319 eelf_iamcu.c:4795 eelf_k1om.c:5151 -#: eelf_k1om_fbsd.c:5131 eelf_l1om.c:5151 eelf_l1om_fbsd.c:5131 -#: eelf_s390.c:258 eelf_x86_64.c:5195 eelf_x86_64_cloudabi.c:292 -#: eelf_x86_64_fbsd.c:292 eelf_x86_64_sol2.c:423 eh8300elf.c:201 -#: eh8300elf_linux.c:201 eh8300helf.c:201 eh8300helf_linux.c:201 -#: eh8300hnelf.c:201 eh8300self.c:201 eh8300self_linux.c:201 eh8300snelf.c:201 -#: eh8300sxelf.c:201 eh8300sxelf_linux.c:201 eh8300sxnelf.c:201 -#: ehppa64linux.c:232 ehppaelf.c:469 ehppalinux.c:541 ehppanbsd.c:541 -#: ehppaobsd.c:541 ei386lynx.c:247 ei386moss.c:247 ei386nto.c:247 -#: em32relf.c:201 em32relf_linux.c:257 em32rlelf.c:201 em32rlelf_linux.c:257 -#: em68hc11elf.c:471 em68hc11elfb.c:471 em68hc12elf.c:471 em68hc12elfb.c:471 -#: em68kelf.c:415 em68kelfnbsd.c:415 emn10300.c:232 ends32belf.c:322 -#: ends32belf16m.c:322 ends32belf_linux.c:345 ends32elf.c:322 -#: ends32elf16m.c:322 ends32elf_linux.c:345 enios2elf.c:488 enios2linux.c:519 -#: eppclynx.c:521 epruelf.c:207 escore3_elf.c:253 escore7_elf.c:253 -#: eshelf.c:232 eshelf_fd.c:258 eshelf_linux.c:258 eshelf_nbsd.c:232 -#: eshelf_nto.c:232 eshelf_uclinux.c:232 eshelf_vxworks.c:269 eshlelf.c:232 -#: eshlelf_fd.c:258 eshlelf_linux.c:258 eshlelf_nbsd.c:232 eshlelf_nto.c:232 -#: eshlelf_vxworks.c:269 ev850.c:233 ev850_rh850.c:233 -msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" -msgstr "%F%P: opción --compress-debug-sections no válida: `%s'\n" - -#: eaarch64cloudabi.c:621 eaarch64cloudabib.c:621 eaarch64elf.c:620 -#: eaarch64elf32.c:620 eaarch64elf32b.c:620 eaarch64elfb.c:620 -#: eaarch64fbsd.c:621 eaarch64fbsdb.c:621 eaarch64linux.c:621 -#: eaarch64linux32.c:621 eaarch64linux32b.c:621 eaarch64linuxb.c:621 -#: earcelf.c:253 earclinux.c:309 earclinux_nps.c:309 earmelf.c:863 -#: earmelf_fbsd.c:863 earmelf_fuchsia.c:864 earmelf_linux.c:864 -#: earmelf_linux_eabi.c:864 earmelf_linux_fdpiceabi.c:864 earmelf_nacl.c:864 -#: earmelf_nbsd.c:863 earmelf_phoenix.c:864 earmelf_vxworks.c:899 -#: earmelfb.c:863 earmelfb_fbsd.c:863 earmelfb_fuchsia.c:864 -#: earmelfb_linux.c:864 earmelfb_linux_eabi.c:864 -#: earmelfb_linux_fdpiceabi.c:864 earmelfb_nacl.c:864 earmelfb_nbsd.c:863 -#: earmnto.c:838 earmsymbian.c:863 ecrislinux.c:284 ecskyelf_linux.c:553 -#: eelf32_sparc.c:309 eelf32_sparc_sol2.c:440 eelf32_sparc_vxworks.c:346 -#: eelf32_tic6x_be.c:420 eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 -#: eelf32_tic6x_le.c:420 eelf32_tic6x_linux_be.c:420 -#: eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:5246 eelf32am33lin.c:283 -#: eelf32b4300.c:524 eelf32bfin.c:301 eelf32bfinfd.c:326 eelf32bmip.c:524 -#: eelf32bmipn32.c:538 eelf32bsmip.c:538 eelf32btsmip.c:524 -#: eelf32btsmip_fbsd.c:524 eelf32btsmipn32.c:524 eelf32btsmipn32_fbsd.c:524 -#: eelf32ebmip.c:524 eelf32ebmipvxworks.c:559 eelf32elmip.c:524 -#: eelf32elmipvxworks.c:559 eelf32frvfd.c:308 eelf32l4300.c:524 -#: eelf32lm32fd.c:308 eelf32lmip.c:524 eelf32lppc.c:572 eelf32lppclinux.c:572 -#: eelf32lppcnto.c:572 eelf32lppcsim.c:572 eelf32lriscv.c:363 -#: eelf32lriscv_ilp32.c:363 eelf32lriscv_ilp32f.c:363 eelf32lsmip.c:524 -#: eelf32ltsmip.c:524 eelf32ltsmip_fbsd.c:524 eelf32ltsmipn32.c:524 -#: eelf32ltsmipn32_fbsd.c:524 eelf32mb_linux.c:309 eelf32mbel_linux.c:309 -#: eelf32metag.c:558 eelf32or1k_linux.c:309 eelf32ppc.c:572 -#: eelf32ppc_fbsd.c:572 eelf32ppclinux.c:572 eelf32ppcnto.c:572 -#: eelf32ppcsim.c:572 eelf32ppcvxworks.c:546 eelf32ppcwindiss.c:572 -#: eelf32tilegx.c:309 eelf32tilegx_be.c:309 eelf32tilepro.c:309 -#: eelf32vax.c:283 eelf32xtensa.c:2230 eelf64_aix.c:283 eelf64_ia64.c:340 -#: eelf64_ia64_fbsd.c:340 eelf64_s390.c:379 eelf64_sparc.c:309 -#: eelf64_sparc_fbsd.c:309 eelf64_sparc_sol2.c:440 eelf64alpha.c:402 -#: eelf64alpha_fbsd.c:402 eelf64alpha_nbsd.c:402 eelf64bmip.c:538 -#: eelf64btsmip.c:524 eelf64btsmip_fbsd.c:524 eelf64hppa.c:253 -#: eelf64lppc.c:1003 eelf64lriscv.c:363 eelf64lriscv_lp64.c:363 -#: eelf64lriscv_lp64f.c:363 eelf64ltsmip.c:524 eelf64ltsmip_fbsd.c:524 -#: eelf64mmix.c:4060 eelf64ppc.c:1003 eelf64ppc_fbsd.c:1003 eelf64rdos.c:334 -#: eelf64tilegx.c:309 eelf64tilegx_be.c:309 eelf_i386.c:4868 -#: eelf_i386_be.c:307 eelf_i386_fbsd.c:343 eelf_i386_ldso.c:318 -#: eelf_i386_sol2.c:474 eelf_i386_vxworks.c:370 eelf_iamcu.c:4846 -#: eelf_k1om.c:5202 eelf_k1om_fbsd.c:5182 eelf_l1om.c:5202 -#: eelf_l1om_fbsd.c:5182 eelf_s390.c:309 eelf_x86_64.c:5246 -#: eelf_x86_64_cloudabi.c:343 eelf_x86_64_fbsd.c:343 eelf_x86_64_sol2.c:474 -#: ehppa64linux.c:283 ehppalinux.c:592 ehppanbsd.c:592 ehppaobsd.c:592 -#: ei386lynx.c:298 ei386moss.c:298 ei386nto.c:298 em32relf_linux.c:308 -#: em32rlelf_linux.c:308 em68kelf.c:466 em68kelfnbsd.c:466 emn10300.c:283 -#: ends32belf_linux.c:396 ends32elf_linux.c:396 enios2linux.c:570 -#: eppclynx.c:572 escore3_elf.c:304 escore7_elf.c:304 eshelf.c:283 -#: eshelf_fd.c:309 eshelf_linux.c:309 eshelf_nbsd.c:283 eshelf_nto.c:283 -#: eshelf_uclinux.c:283 eshelf_vxworks.c:320 eshlelf.c:283 eshlelf_fd.c:309 -#: eshlelf_linux.c:309 eshlelf_nbsd.c:283 eshlelf_nto.c:283 -#: eshlelf_vxworks.c:320 -msgid "%F%P: invalid hash style `%s'\n" -msgstr "%F%P: estilo de hash no válido `%s'\n" - -#: eaarch64cloudabi.c:637 eaarch64cloudabib.c:637 eaarch64elf.c:636 -#: eaarch64elf32.c:636 eaarch64elf32b.c:636 eaarch64elfb.c:636 -#: eaarch64fbsd.c:637 eaarch64fbsdb.c:637 eaarch64linux.c:637 -#: eaarch64linux32.c:637 eaarch64linux32b.c:637 eaarch64linuxb.c:637 -#: earcelf.c:269 earclinux.c:325 earclinux_nps.c:325 earcv2elf.c:202 -#: earcv2elfx.c:202 earmelf.c:879 earmelf_fbsd.c:879 earmelf_fuchsia.c:880 -#: earmelf_linux.c:880 earmelf_linux_eabi.c:880 earmelf_linux_fdpiceabi.c:880 -#: earmelf_nacl.c:880 earmelf_nbsd.c:879 earmelf_phoenix.c:880 -#: earmelf_vxworks.c:915 earmelfb.c:879 earmelfb_fbsd.c:879 -#: earmelfb_fuchsia.c:880 earmelfb_linux.c:880 earmelfb_linux_eabi.c:880 -#: earmelfb_linux_fdpiceabi.c:880 earmelfb_nacl.c:880 earmelfb_nbsd.c:879 -#: earmnto.c:854 earmsymbian.c:879 eavr1.c:425 eavr2.c:425 eavr25.c:425 -#: eavr3.c:425 eavr31.c:425 eavr35.c:425 eavr4.c:425 eavr5.c:425 eavr51.c:425 -#: eavr6.c:425 eavrtiny.c:425 eavrxmega1.c:425 eavrxmega2.c:425 -#: eavrxmega3.c:425 eavrxmega4.c:425 eavrxmega5.c:425 eavrxmega6.c:425 -#: eavrxmega7.c:425 ecriself.c:217 ecrislinux.c:300 ecskyelf.c:461 -#: ecskyelf_linux.c:569 ed10velf.c:202 eelf32_sparc.c:325 -#: eelf32_sparc_sol2.c:456 eelf32_sparc_vxworks.c:362 eelf32_spu.c:935 -#: eelf32_tic6x_be.c:436 eelf32_tic6x_elf_be.c:436 eelf32_tic6x_elf_le.c:436 -#: eelf32_tic6x_le.c:436 eelf32_tic6x_linux_be.c:436 -#: eelf32_tic6x_linux_le.c:436 eelf32_x86_64.c:5262 eelf32am33lin.c:299 -#: eelf32b4300.c:540 eelf32bfin.c:317 eelf32bfinfd.c:342 eelf32bmip.c:540 -#: eelf32bmipn32.c:554 eelf32bsmip.c:554 eelf32btsmip.c:540 -#: eelf32btsmip_fbsd.c:540 eelf32btsmipn32.c:540 eelf32btsmipn32_fbsd.c:540 -#: eelf32cr16.c:352 eelf32crx.c:239 eelf32ebmip.c:540 eelf32ebmipvxworks.c:575 -#: eelf32elmip.c:540 eelf32elmipvxworks.c:575 eelf32epiphany.c:217 -#: eelf32epiphany_4x4.c:204 eelf32frvfd.c:324 eelf32ip2k.c:217 -#: eelf32l4300.c:540 eelf32lm32.c:217 eelf32lm32fd.c:324 eelf32lmip.c:540 -#: eelf32lppc.c:588 eelf32lppclinux.c:588 eelf32lppcnto.c:588 -#: eelf32lppcsim.c:588 eelf32lr5900.c:458 eelf32lr5900n32.c:457 -#: eelf32lriscv.c:379 eelf32lriscv_ilp32.c:379 eelf32lriscv_ilp32f.c:379 -#: eelf32lsmip.c:540 eelf32ltsmip.c:540 eelf32ltsmip_fbsd.c:540 -#: eelf32ltsmipn32.c:540 eelf32ltsmipn32_fbsd.c:540 eelf32m32c.c:228 -#: eelf32mb_linux.c:325 eelf32mbel_linux.c:325 eelf32mcore.c:223 -#: eelf32mep.c:202 eelf32metag.c:574 eelf32microblaze.c:202 -#: eelf32microblazeel.c:202 eelf32mipswindiss.c:432 eelf32moxie.c:217 -#: eelf32or1k.c:218 eelf32or1k_linux.c:325 eelf32ppc.c:588 -#: eelf32ppc_fbsd.c:588 eelf32ppclinux.c:588 eelf32ppcnto.c:588 -#: eelf32ppcsim.c:588 eelf32ppcvxworks.c:562 eelf32ppcwindiss.c:588 -#: eelf32rl78.c:217 eelf32rx.c:245 eelf32rx_linux.c:230 eelf32tilegx.c:325 -#: eelf32tilegx_be.c:325 eelf32tilepro.c:325 eelf32vax.c:299 -#: eelf32visium.c:202 eelf32xc16x.c:202 eelf32xc16xl.c:202 eelf32xc16xs.c:202 -#: eelf32xstormy16.c:213 eelf32xtensa.c:2246 eelf32z80.c:229 eelf64_aix.c:299 -#: eelf64_ia64.c:356 eelf64_ia64_fbsd.c:356 eelf64_s390.c:395 -#: eelf64_sparc.c:325 eelf64_sparc_fbsd.c:325 eelf64_sparc_sol2.c:456 -#: eelf64alpha.c:418 eelf64alpha_fbsd.c:418 eelf64alpha_nbsd.c:418 -#: eelf64bmip.c:554 eelf64bpf.c:202 eelf64btsmip.c:540 eelf64btsmip_fbsd.c:540 -#: eelf64hppa.c:269 eelf64lppc.c:1019 eelf64lriscv.c:379 -#: eelf64lriscv_lp64.c:379 eelf64lriscv_lp64f.c:379 eelf64ltsmip.c:540 -#: eelf64ltsmip_fbsd.c:540 eelf64mmix.c:4076 eelf64ppc.c:1019 -#: eelf64ppc_fbsd.c:1019 eelf64rdos.c:350 eelf64tilegx.c:325 -#: eelf64tilegx_be.c:325 eelf_i386.c:4884 eelf_i386_be.c:323 -#: eelf_i386_fbsd.c:359 eelf_i386_ldso.c:334 eelf_i386_sol2.c:490 -#: eelf_i386_vxworks.c:386 eelf_iamcu.c:4862 eelf_k1om.c:5218 -#: eelf_k1om_fbsd.c:5198 eelf_l1om.c:5218 eelf_l1om_fbsd.c:5198 -#: eelf_s390.c:325 eelf_x86_64.c:5262 eelf_x86_64_cloudabi.c:359 -#: eelf_x86_64_fbsd.c:359 eelf_x86_64_sol2.c:490 eh8300elf.c:217 -#: eh8300elf_linux.c:217 eh8300helf.c:217 eh8300helf_linux.c:217 -#: eh8300hnelf.c:217 eh8300self.c:217 eh8300self_linux.c:217 eh8300snelf.c:217 -#: eh8300sxelf.c:217 eh8300sxelf_linux.c:217 eh8300sxnelf.c:217 -#: ehppa64linux.c:299 ehppaelf.c:485 ehppalinux.c:608 ehppanbsd.c:608 -#: ehppaobsd.c:608 ei386lynx.c:314 ei386moss.c:314 ei386nto.c:314 -#: em32relf.c:217 em32relf_linux.c:324 em32rlelf.c:217 em32rlelf_linux.c:324 -#: em68hc11elf.c:487 em68hc11elfb.c:487 em68hc12elf.c:487 em68hc12elfb.c:487 -#: em68kelf.c:482 em68kelfnbsd.c:482 emn10300.c:299 ends32belf.c:338 -#: ends32belf16m.c:338 ends32belf_linux.c:412 ends32elf.c:338 -#: ends32elf16m.c:338 ends32elf_linux.c:412 enios2elf.c:504 enios2linux.c:586 -#: eppclynx.c:588 epruelf.c:223 escore3_elf.c:320 escore7_elf.c:320 -#: eshelf.c:299 eshelf_fd.c:325 eshelf_linux.c:325 eshelf_nbsd.c:299 -#: eshelf_nto.c:299 eshelf_uclinux.c:299 eshelf_vxworks.c:336 eshlelf.c:299 -#: eshlelf_fd.c:325 eshlelf_linux.c:325 eshlelf_nbsd.c:299 eshlelf_nto.c:299 -#: eshlelf_vxworks.c:336 ev850.c:249 ev850_rh850.c:249 -msgid "%F%P: invalid maximum page size `%s'\n" -msgstr "%F%P: tamaño de página máximo no válido `%s'\n" - -#: eaarch64cloudabi.c:646 eaarch64cloudabib.c:646 eaarch64elf.c:645 -#: eaarch64elf32.c:645 eaarch64elf32b.c:645 eaarch64elfb.c:645 -#: eaarch64fbsd.c:646 eaarch64fbsdb.c:646 eaarch64linux.c:646 -#: eaarch64linux32.c:646 eaarch64linux32b.c:646 eaarch64linuxb.c:646 -#: earcelf.c:278 earclinux.c:334 earclinux_nps.c:334 earcv2elf.c:211 -#: earcv2elfx.c:211 earmelf.c:888 earmelf_fbsd.c:888 earmelf_fuchsia.c:889 -#: earmelf_linux.c:889 earmelf_linux_eabi.c:889 earmelf_linux_fdpiceabi.c:889 -#: earmelf_nacl.c:889 earmelf_nbsd.c:888 earmelf_phoenix.c:889 -#: earmelf_vxworks.c:924 earmelfb.c:888 earmelfb_fbsd.c:888 -#: earmelfb_fuchsia.c:889 earmelfb_linux.c:889 earmelfb_linux_eabi.c:889 -#: earmelfb_linux_fdpiceabi.c:889 earmelfb_nacl.c:889 earmelfb_nbsd.c:888 -#: earmnto.c:863 earmsymbian.c:888 eavr1.c:434 eavr2.c:434 eavr25.c:434 -#: eavr3.c:434 eavr31.c:434 eavr35.c:434 eavr4.c:434 eavr5.c:434 eavr51.c:434 -#: eavr6.c:434 eavrtiny.c:434 eavrxmega1.c:434 eavrxmega2.c:434 -#: eavrxmega3.c:434 eavrxmega4.c:434 eavrxmega5.c:434 eavrxmega6.c:434 -#: eavrxmega7.c:434 ecriself.c:226 ecrislinux.c:309 ecskyelf.c:470 -#: ecskyelf_linux.c:578 ed10velf.c:211 eelf32_sparc.c:334 -#: eelf32_sparc_sol2.c:465 eelf32_sparc_vxworks.c:371 eelf32_spu.c:944 -#: eelf32_tic6x_be.c:445 eelf32_tic6x_elf_be.c:445 eelf32_tic6x_elf_le.c:445 -#: eelf32_tic6x_le.c:445 eelf32_tic6x_linux_be.c:445 -#: eelf32_tic6x_linux_le.c:445 eelf32_x86_64.c:5271 eelf32am33lin.c:308 -#: eelf32b4300.c:549 eelf32bfin.c:326 eelf32bfinfd.c:351 eelf32bmip.c:549 -#: eelf32bmipn32.c:563 eelf32bsmip.c:563 eelf32btsmip.c:549 -#: eelf32btsmip_fbsd.c:549 eelf32btsmipn32.c:549 eelf32btsmipn32_fbsd.c:549 -#: eelf32cr16.c:361 eelf32crx.c:248 eelf32ebmip.c:549 eelf32ebmipvxworks.c:584 -#: eelf32elmip.c:549 eelf32elmipvxworks.c:584 eelf32epiphany.c:226 -#: eelf32epiphany_4x4.c:213 eelf32frvfd.c:333 eelf32ip2k.c:226 -#: eelf32l4300.c:549 eelf32lm32.c:226 eelf32lm32fd.c:333 eelf32lmip.c:549 -#: eelf32lppc.c:597 eelf32lppclinux.c:597 eelf32lppcnto.c:597 -#: eelf32lppcsim.c:597 eelf32lr5900.c:467 eelf32lr5900n32.c:466 -#: eelf32lriscv.c:388 eelf32lriscv_ilp32.c:388 eelf32lriscv_ilp32f.c:388 -#: eelf32lsmip.c:549 eelf32ltsmip.c:549 eelf32ltsmip_fbsd.c:549 -#: eelf32ltsmipn32.c:549 eelf32ltsmipn32_fbsd.c:549 eelf32m32c.c:237 -#: eelf32mb_linux.c:334 eelf32mbel_linux.c:334 eelf32mcore.c:232 -#: eelf32mep.c:211 eelf32metag.c:583 eelf32microblaze.c:211 -#: eelf32microblazeel.c:211 eelf32mipswindiss.c:441 eelf32moxie.c:226 -#: eelf32or1k.c:227 eelf32or1k_linux.c:334 eelf32ppc.c:597 -#: eelf32ppc_fbsd.c:597 eelf32ppclinux.c:597 eelf32ppcnto.c:597 -#: eelf32ppcsim.c:597 eelf32ppcvxworks.c:571 eelf32ppcwindiss.c:597 -#: eelf32rl78.c:226 eelf32rx.c:254 eelf32rx_linux.c:239 eelf32tilegx.c:334 -#: eelf32tilegx_be.c:334 eelf32tilepro.c:334 eelf32vax.c:308 -#: eelf32visium.c:211 eelf32xc16x.c:211 eelf32xc16xl.c:211 eelf32xc16xs.c:211 -#: eelf32xstormy16.c:222 eelf32xtensa.c:2255 eelf32z80.c:238 eelf64_aix.c:308 -#: eelf64_ia64.c:365 eelf64_ia64_fbsd.c:365 eelf64_s390.c:404 -#: eelf64_sparc.c:334 eelf64_sparc_fbsd.c:334 eelf64_sparc_sol2.c:465 -#: eelf64alpha.c:427 eelf64alpha_fbsd.c:427 eelf64alpha_nbsd.c:427 -#: eelf64bmip.c:563 eelf64bpf.c:211 eelf64btsmip.c:549 eelf64btsmip_fbsd.c:549 -#: eelf64hppa.c:278 eelf64lppc.c:1028 eelf64lriscv.c:388 -#: eelf64lriscv_lp64.c:388 eelf64lriscv_lp64f.c:388 eelf64ltsmip.c:549 -#: eelf64ltsmip_fbsd.c:549 eelf64mmix.c:4085 eelf64ppc.c:1028 -#: eelf64ppc_fbsd.c:1028 eelf64rdos.c:359 eelf64tilegx.c:334 -#: eelf64tilegx_be.c:334 eelf_i386.c:4893 eelf_i386_be.c:332 -#: eelf_i386_fbsd.c:368 eelf_i386_ldso.c:343 eelf_i386_sol2.c:499 -#: eelf_i386_vxworks.c:395 eelf_iamcu.c:4871 eelf_k1om.c:5227 -#: eelf_k1om_fbsd.c:5207 eelf_l1om.c:5227 eelf_l1om_fbsd.c:5207 -#: eelf_s390.c:334 eelf_x86_64.c:5271 eelf_x86_64_cloudabi.c:368 -#: eelf_x86_64_fbsd.c:368 eelf_x86_64_sol2.c:499 eh8300elf.c:226 -#: eh8300elf_linux.c:226 eh8300helf.c:226 eh8300helf_linux.c:226 -#: eh8300hnelf.c:226 eh8300self.c:226 eh8300self_linux.c:226 eh8300snelf.c:226 -#: eh8300sxelf.c:226 eh8300sxelf_linux.c:226 eh8300sxnelf.c:226 -#: ehppa64linux.c:308 ehppaelf.c:494 ehppalinux.c:617 ehppanbsd.c:617 -#: ehppaobsd.c:617 ei386lynx.c:323 ei386moss.c:323 ei386nto.c:323 -#: em32relf.c:226 em32relf_linux.c:333 em32rlelf.c:226 em32rlelf_linux.c:333 -#: em68hc11elf.c:496 em68hc11elfb.c:496 em68hc12elf.c:496 em68hc12elfb.c:496 -#: em68kelf.c:491 em68kelfnbsd.c:491 emn10300.c:308 ends32belf.c:347 -#: ends32belf16m.c:347 ends32belf_linux.c:421 ends32elf.c:347 -#: ends32elf16m.c:347 ends32elf_linux.c:421 enios2elf.c:513 enios2linux.c:595 -#: eppclynx.c:597 epruelf.c:232 escore3_elf.c:329 escore7_elf.c:329 -#: eshelf.c:308 eshelf_fd.c:334 eshelf_linux.c:334 eshelf_nbsd.c:308 -#: eshelf_nto.c:308 eshelf_uclinux.c:308 eshelf_vxworks.c:345 eshlelf.c:308 -#: eshlelf_fd.c:334 eshlelf_linux.c:334 eshlelf_nbsd.c:308 eshlelf_nto.c:308 -#: eshlelf_vxworks.c:345 ev850.c:258 ev850_rh850.c:258 -msgid "%F%P: invalid common page size `%s'\n" -msgstr "%F%P: tamaño de página normal no válido `%s'\n" - -#: eaarch64cloudabi.c:654 eaarch64cloudabib.c:654 eaarch64elf.c:653 -#: eaarch64elf32.c:653 eaarch64elf32b.c:653 eaarch64elfb.c:653 -#: eaarch64fbsd.c:654 eaarch64fbsdb.c:654 eaarch64linux.c:654 -#: eaarch64linux32.c:654 eaarch64linux32b.c:654 eaarch64linuxb.c:654 -#: earcelf.c:286 earclinux.c:342 earclinux_nps.c:342 earcv2elf.c:219 -#: earcv2elfx.c:219 earmelf.c:896 earmelf_fbsd.c:896 earmelf_fuchsia.c:897 -#: earmelf_linux.c:897 earmelf_linux_eabi.c:897 earmelf_linux_fdpiceabi.c:897 -#: earmelf_nacl.c:897 earmelf_nbsd.c:896 earmelf_phoenix.c:897 -#: earmelf_vxworks.c:932 earmelfb.c:896 earmelfb_fbsd.c:896 -#: earmelfb_fuchsia.c:897 earmelfb_linux.c:897 earmelfb_linux_eabi.c:897 -#: earmelfb_linux_fdpiceabi.c:897 earmelfb_nacl.c:897 earmelfb_nbsd.c:896 -#: earmnto.c:871 earmsymbian.c:896 eavr1.c:442 eavr2.c:442 eavr25.c:442 -#: eavr3.c:442 eavr31.c:442 eavr35.c:442 eavr4.c:442 eavr5.c:442 eavr51.c:442 -#: eavr6.c:442 eavrtiny.c:442 eavrxmega1.c:442 eavrxmega2.c:442 -#: eavrxmega3.c:442 eavrxmega4.c:442 eavrxmega5.c:442 eavrxmega6.c:442 -#: eavrxmega7.c:442 ecriself.c:234 ecrislinux.c:317 ecskyelf.c:478 -#: ecskyelf_linux.c:586 ed10velf.c:219 eelf32_sparc.c:342 -#: eelf32_sparc_sol2.c:473 eelf32_sparc_vxworks.c:379 eelf32_spu.c:952 -#: eelf32_tic6x_be.c:453 eelf32_tic6x_elf_be.c:453 eelf32_tic6x_elf_le.c:453 -#: eelf32_tic6x_le.c:453 eelf32_tic6x_linux_be.c:453 -#: eelf32_tic6x_linux_le.c:453 eelf32_x86_64.c:5279 eelf32am33lin.c:316 -#: eelf32b4300.c:557 eelf32bfin.c:334 eelf32bfinfd.c:359 eelf32bmip.c:557 -#: eelf32bmipn32.c:571 eelf32bsmip.c:571 eelf32btsmip.c:557 -#: eelf32btsmip_fbsd.c:557 eelf32btsmipn32.c:557 eelf32btsmipn32_fbsd.c:557 -#: eelf32cr16.c:369 eelf32crx.c:256 eelf32ebmip.c:557 eelf32ebmipvxworks.c:592 -#: eelf32elmip.c:557 eelf32elmipvxworks.c:592 eelf32epiphany.c:234 -#: eelf32epiphany_4x4.c:221 eelf32frvfd.c:341 eelf32ip2k.c:234 -#: eelf32l4300.c:557 eelf32lm32.c:234 eelf32lm32fd.c:341 eelf32lmip.c:557 -#: eelf32lppc.c:605 eelf32lppclinux.c:605 eelf32lppcnto.c:605 -#: eelf32lppcsim.c:605 eelf32lr5900.c:475 eelf32lr5900n32.c:474 -#: eelf32lriscv.c:396 eelf32lriscv_ilp32.c:396 eelf32lriscv_ilp32f.c:396 -#: eelf32lsmip.c:557 eelf32ltsmip.c:557 eelf32ltsmip_fbsd.c:557 -#: eelf32ltsmipn32.c:557 eelf32ltsmipn32_fbsd.c:557 eelf32m32c.c:245 -#: eelf32mb_linux.c:342 eelf32mbel_linux.c:342 eelf32mcore.c:240 -#: eelf32mep.c:219 eelf32metag.c:591 eelf32microblaze.c:219 -#: eelf32microblazeel.c:219 eelf32mipswindiss.c:449 eelf32moxie.c:234 -#: eelf32or1k.c:235 eelf32or1k_linux.c:342 eelf32ppc.c:605 -#: eelf32ppc_fbsd.c:605 eelf32ppclinux.c:605 eelf32ppcnto.c:605 -#: eelf32ppcsim.c:605 eelf32ppcvxworks.c:579 eelf32ppcwindiss.c:605 -#: eelf32rl78.c:234 eelf32rx.c:262 eelf32rx_linux.c:247 eelf32tilegx.c:342 -#: eelf32tilegx_be.c:342 eelf32tilepro.c:342 eelf32vax.c:316 -#: eelf32visium.c:219 eelf32xc16x.c:219 eelf32xc16xl.c:219 eelf32xc16xs.c:219 -#: eelf32xstormy16.c:230 eelf32xtensa.c:2263 eelf32z80.c:246 eelf64_aix.c:316 -#: eelf64_ia64.c:373 eelf64_ia64_fbsd.c:373 eelf64_s390.c:412 -#: eelf64_sparc.c:342 eelf64_sparc_fbsd.c:342 eelf64_sparc_sol2.c:473 -#: eelf64alpha.c:435 eelf64alpha_fbsd.c:435 eelf64alpha_nbsd.c:435 -#: eelf64bmip.c:571 eelf64bpf.c:219 eelf64btsmip.c:557 eelf64btsmip_fbsd.c:557 -#: eelf64hppa.c:286 eelf64lppc.c:1036 eelf64lriscv.c:396 -#: eelf64lriscv_lp64.c:396 eelf64lriscv_lp64f.c:396 eelf64ltsmip.c:557 -#: eelf64ltsmip_fbsd.c:557 eelf64mmix.c:4093 eelf64ppc.c:1036 -#: eelf64ppc_fbsd.c:1036 eelf64rdos.c:367 eelf64tilegx.c:342 -#: eelf64tilegx_be.c:342 eelf_i386.c:4901 eelf_i386_be.c:340 -#: eelf_i386_fbsd.c:376 eelf_i386_ldso.c:351 eelf_i386_sol2.c:507 -#: eelf_i386_vxworks.c:403 eelf_iamcu.c:4879 eelf_k1om.c:5235 -#: eelf_k1om_fbsd.c:5215 eelf_l1om.c:5235 eelf_l1om_fbsd.c:5215 -#: eelf_s390.c:342 eelf_x86_64.c:5279 eelf_x86_64_cloudabi.c:376 -#: eelf_x86_64_fbsd.c:376 eelf_x86_64_sol2.c:507 eh8300elf.c:234 -#: eh8300elf_linux.c:234 eh8300helf.c:234 eh8300helf_linux.c:234 -#: eh8300hnelf.c:234 eh8300self.c:234 eh8300self_linux.c:234 eh8300snelf.c:234 -#: eh8300sxelf.c:234 eh8300sxelf_linux.c:234 eh8300sxnelf.c:234 -#: ehppa64linux.c:316 ehppaelf.c:502 ehppalinux.c:625 ehppanbsd.c:625 -#: ehppaobsd.c:625 ei386lynx.c:331 ei386moss.c:331 ei386nto.c:331 -#: em32relf.c:234 em32relf_linux.c:341 em32rlelf.c:234 em32rlelf_linux.c:341 -#: em68hc11elf.c:504 em68hc11elfb.c:504 em68hc12elf.c:504 em68hc12elfb.c:504 -#: em68kelf.c:499 em68kelfnbsd.c:499 emn10300.c:316 ends32belf.c:355 -#: ends32belf16m.c:355 ends32belf_linux.c:429 ends32elf.c:355 -#: ends32elf16m.c:355 ends32elf_linux.c:429 enios2elf.c:521 enios2linux.c:603 -#: eppclynx.c:605 epruelf.c:240 escore3_elf.c:337 escore7_elf.c:337 -#: eshelf.c:316 eshelf_fd.c:342 eshelf_linux.c:342 eshelf_nbsd.c:316 -#: eshelf_nto.c:316 eshelf_uclinux.c:316 eshelf_vxworks.c:353 eshlelf.c:316 -#: eshlelf_fd.c:342 eshlelf_linux.c:342 eshlelf_nbsd.c:316 eshlelf_nto.c:316 -#: eshlelf_vxworks.c:353 ev850.c:266 ev850_rh850.c:266 -msgid "%F%P: invalid stack size `%s'\n" -msgstr "%F%P: tamaño de pila no válido `%s'\n" - -#: eaarch64cloudabi.c:685 eaarch64cloudabib.c:685 eaarch64elf.c:684 -#: eaarch64elf32.c:684 eaarch64elf32b.c:684 eaarch64elfb.c:684 -#: eaarch64fbsd.c:685 eaarch64fbsdb.c:685 eaarch64linux.c:685 -#: eaarch64linux32.c:685 eaarch64linux32b.c:685 eaarch64linuxb.c:685 -#: earcelf.c:317 earclinux.c:373 earclinux_nps.c:373 earcv2elf.c:250 -#: earcv2elfx.c:250 earmelf.c:927 earmelf_fbsd.c:927 earmelf_fuchsia.c:928 -#: earmelf_linux.c:928 earmelf_linux_eabi.c:928 earmelf_linux_fdpiceabi.c:928 -#: earmelf_nacl.c:928 earmelf_nbsd.c:927 earmelf_phoenix.c:928 -#: earmelf_vxworks.c:963 earmelfb.c:927 earmelfb_fbsd.c:927 -#: earmelfb_fuchsia.c:928 earmelfb_linux.c:928 earmelfb_linux_eabi.c:928 -#: earmelfb_linux_fdpiceabi.c:928 earmelfb_nacl.c:928 earmelfb_nbsd.c:927 -#: earmnto.c:902 earmsymbian.c:927 eavr1.c:473 eavr2.c:473 eavr25.c:473 -#: eavr3.c:473 eavr31.c:473 eavr35.c:473 eavr4.c:473 eavr5.c:473 eavr51.c:473 -#: eavr6.c:473 eavrtiny.c:473 eavrxmega1.c:473 eavrxmega2.c:473 -#: eavrxmega3.c:473 eavrxmega4.c:473 eavrxmega5.c:473 eavrxmega6.c:473 -#: eavrxmega7.c:473 ecriself.c:265 ecrislinux.c:348 ecskyelf.c:509 -#: ecskyelf_linux.c:617 ed10velf.c:250 eelf32_sparc.c:373 -#: eelf32_sparc_sol2.c:504 eelf32_sparc_vxworks.c:410 eelf32_spu.c:983 -#: eelf32_tic6x_be.c:484 eelf32_tic6x_elf_be.c:484 eelf32_tic6x_elf_le.c:484 -#: eelf32_tic6x_le.c:484 eelf32_tic6x_linux_be.c:484 -#: eelf32_tic6x_linux_le.c:484 eelf32_x86_64.c:5310 eelf32am33lin.c:347 -#: eelf32b4300.c:588 eelf32bfin.c:365 eelf32bfinfd.c:390 eelf32bmip.c:588 -#: eelf32bmipn32.c:602 eelf32bsmip.c:602 eelf32btsmip.c:588 -#: eelf32btsmip_fbsd.c:588 eelf32btsmipn32.c:588 eelf32btsmipn32_fbsd.c:588 -#: eelf32cr16.c:400 eelf32crx.c:287 eelf32ebmip.c:588 eelf32ebmipvxworks.c:623 -#: eelf32elmip.c:588 eelf32elmipvxworks.c:623 eelf32epiphany.c:265 -#: eelf32epiphany_4x4.c:252 eelf32frvfd.c:372 eelf32ip2k.c:265 -#: eelf32l4300.c:588 eelf32lm32.c:265 eelf32lm32fd.c:372 eelf32lmip.c:588 -#: eelf32lppc.c:636 eelf32lppclinux.c:636 eelf32lppcnto.c:636 -#: eelf32lppcsim.c:636 eelf32lr5900.c:506 eelf32lr5900n32.c:505 -#: eelf32lriscv.c:427 eelf32lriscv_ilp32.c:427 eelf32lriscv_ilp32f.c:427 -#: eelf32lsmip.c:588 eelf32ltsmip.c:588 eelf32ltsmip_fbsd.c:588 -#: eelf32ltsmipn32.c:588 eelf32ltsmipn32_fbsd.c:588 eelf32m32c.c:276 -#: eelf32mb_linux.c:373 eelf32mbel_linux.c:373 eelf32mcore.c:271 -#: eelf32mep.c:250 eelf32metag.c:622 eelf32microblaze.c:250 -#: eelf32microblazeel.c:250 eelf32mipswindiss.c:480 eelf32moxie.c:265 -#: eelf32or1k.c:266 eelf32or1k_linux.c:373 eelf32ppc.c:636 -#: eelf32ppc_fbsd.c:636 eelf32ppclinux.c:636 eelf32ppcnto.c:636 -#: eelf32ppcsim.c:636 eelf32ppcvxworks.c:610 eelf32ppcwindiss.c:636 -#: eelf32rl78.c:265 eelf32rx.c:293 eelf32rx_linux.c:278 eelf32tilegx.c:373 -#: eelf32tilegx_be.c:373 eelf32tilepro.c:373 eelf32vax.c:347 -#: eelf32visium.c:250 eelf32xc16x.c:250 eelf32xc16xl.c:250 eelf32xc16xs.c:250 -#: eelf32xstormy16.c:261 eelf32xtensa.c:2294 eelf32z80.c:277 eelf64_aix.c:347 -#: eelf64_ia64.c:404 eelf64_ia64_fbsd.c:404 eelf64_s390.c:443 -#: eelf64_sparc.c:373 eelf64_sparc_fbsd.c:373 eelf64_sparc_sol2.c:504 -#: eelf64alpha.c:466 eelf64alpha_fbsd.c:466 eelf64alpha_nbsd.c:466 -#: eelf64bmip.c:602 eelf64bpf.c:250 eelf64btsmip.c:588 eelf64btsmip_fbsd.c:588 -#: eelf64hppa.c:317 eelf64lppc.c:1067 eelf64lriscv.c:427 -#: eelf64lriscv_lp64.c:427 eelf64lriscv_lp64f.c:427 eelf64ltsmip.c:588 -#: eelf64ltsmip_fbsd.c:588 eelf64mmix.c:4124 eelf64ppc.c:1067 -#: eelf64ppc_fbsd.c:1067 eelf64rdos.c:398 eelf64tilegx.c:373 -#: eelf64tilegx_be.c:373 eelf_i386.c:4932 eelf_i386_be.c:371 -#: eelf_i386_fbsd.c:407 eelf_i386_ldso.c:382 eelf_i386_sol2.c:538 -#: eelf_i386_vxworks.c:434 eelf_iamcu.c:4910 eelf_k1om.c:5266 -#: eelf_k1om_fbsd.c:5246 eelf_l1om.c:5266 eelf_l1om_fbsd.c:5246 -#: eelf_s390.c:373 eelf_x86_64.c:5310 eelf_x86_64_cloudabi.c:407 -#: eelf_x86_64_fbsd.c:407 eelf_x86_64_sol2.c:538 eh8300elf.c:265 -#: eh8300elf_linux.c:265 eh8300helf.c:265 eh8300helf_linux.c:265 -#: eh8300hnelf.c:265 eh8300self.c:265 eh8300self_linux.c:265 eh8300snelf.c:265 -#: eh8300sxelf.c:265 eh8300sxelf_linux.c:265 eh8300sxnelf.c:265 -#: ehppa64linux.c:347 ehppaelf.c:533 ehppalinux.c:656 ehppanbsd.c:656 -#: ehppaobsd.c:656 ei386lynx.c:362 ei386moss.c:362 ei386nto.c:362 -#: em32relf.c:265 em32relf_linux.c:372 em32rlelf.c:265 em32rlelf_linux.c:372 -#: em68hc11elf.c:535 em68hc11elfb.c:535 em68hc12elf.c:535 em68hc12elfb.c:535 -#: em68kelf.c:530 em68kelfnbsd.c:530 emn10300.c:347 ends32belf.c:386 -#: ends32belf16m.c:386 ends32belf_linux.c:460 ends32elf.c:386 -#: ends32elf16m.c:386 ends32elf_linux.c:460 enios2elf.c:552 enios2linux.c:634 -#: eppclynx.c:636 epruelf.c:271 escore3_elf.c:368 escore7_elf.c:368 -#: eshelf.c:347 eshelf_fd.c:373 eshelf_linux.c:373 eshelf_nbsd.c:347 -#: eshelf_nto.c:347 eshelf_uclinux.c:347 eshelf_vxworks.c:384 eshlelf.c:347 -#: eshlelf_fd.c:373 eshlelf_linux.c:373 eshlelf_nbsd.c:347 eshlelf_nto.c:347 -#: eshlelf_vxworks.c:384 ev850.c:297 ev850_rh850.c:297 -msgid "%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" -msgstr "%F%P: visibilidad no válida en `-z %s', debe ser default, internal, hidden o protected" - -#: eaarch64cloudabi.c:754 eaarch64cloudabib.c:754 eaarch64elf.c:749 +#: eaarch64cloudabi.c:353 eaarch64cloudabib.c:353 eaarch64elf.c:353 +#: eaarch64elf32.c:353 eaarch64elf32b.c:353 eaarch64elfb.c:353 +#: eaarch64fbsd.c:353 eaarch64fbsdb.c:353 eaarch64haiku.c:353 +#: eaarch64linux.c:353 eaarch64linux32.c:353 eaarch64linux32b.c:353 +#: eaarch64linuxb.c:353 eaarch64nto.c:353 earm_wince_pe.c:1523 earmelf.c:544 +#: earmelf_fbsd.c:544 earmelf_fuchsia.c:545 earmelf_haiku.c:545 +#: earmelf_linux.c:545 earmelf_linux_eabi.c:545 earmelf_linux_fdpiceabi.c:545 +#: earmelf_nacl.c:545 earmelf_nbsd.c:544 earmelf_phoenix.c:545 +#: earmelf_vxworks.c:544 earmelfb.c:544 earmelfb_fbsd.c:544 +#: earmelfb_fuchsia.c:545 earmelfb_linux.c:545 earmelfb_linux_eabi.c:545 +#: earmelfb_linux_fdpiceabi.c:545 earmelfb_nacl.c:545 earmelfb_nbsd.c:544 +#: earmnto.c:544 earmpe.c:1523 eavr1.c:145 eavr2.c:145 eavr25.c:145 eavr3.c:145 +#: eavr31.c:145 eavr35.c:145 eavr4.c:145 eavr5.c:145 eavr51.c:145 eavr6.c:145 +#: eavrtiny.c:145 eavrxmega1.c:145 eavrxmega2.c:145 eavrxmega2_flmap.c:145 +#: eavrxmega3.c:145 eavrxmega4.c:145 eavrxmega4_flmap.c:145 eavrxmega5.c:145 +#: eavrxmega6.c:145 eavrxmega7.c:145 eelf32briscv.c:129 +#: eelf32briscv_ilp32.c:129 eelf32briscv_ilp32f.c:129 eelf32lriscv.c:129 +#: eelf32lriscv_ilp32.c:129 eelf32lriscv_ilp32f.c:129 eelf64briscv.c:129 +#: eelf64briscv_lp64.c:129 eelf64briscv_lp64f.c:129 eelf64lriscv.c:129 +#: eelf64lriscv_lp64.c:129 eelf64lriscv_lp64f.c:129 ei386pe.c:1523 +#: ei386pe_posix.c:1523 emcorepe.c:1523 ends32belf.c:77 ends32belf16m.c:77 +#: ends32belf_linux.c:77 ends32elf.c:77 ends32elf16m.c:77 ends32elf_linux.c:77 +#: escore3_elf.c:82 escore7_elf.c:82 eshpe.c:1523 ev850.c:94 ev850_rh850.c:94 +#, fuzzy +#| msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" +msgid "%P: error: cannot change output format whilst linking %s binaries\n" +msgstr "%P: error: no se puede cambiar el formato de salida mientras se enlazan los binarios %s\n" + +#: eaarch64cloudabi.c:403 eaarch64cloudabi.c:463 eaarch64cloudabi.c:487 +#: eaarch64cloudabib.c:403 eaarch64cloudabib.c:463 eaarch64cloudabib.c:487 +#: eaarch64elf.c:403 eaarch64elf.c:463 eaarch64elf.c:487 eaarch64elf32.c:403 +#: eaarch64elf32.c:463 eaarch64elf32.c:487 eaarch64elf32b.c:403 +#: eaarch64elf32b.c:463 eaarch64elf32b.c:487 eaarch64elfb.c:403 +#: eaarch64elfb.c:463 eaarch64elfb.c:487 eaarch64fbsd.c:403 eaarch64fbsd.c:463 +#: eaarch64fbsd.c:487 eaarch64fbsdb.c:403 eaarch64fbsdb.c:463 +#: eaarch64fbsdb.c:487 eaarch64haiku.c:403 eaarch64haiku.c:463 +#: eaarch64haiku.c:487 eaarch64linux.c:403 eaarch64linux.c:463 +#: eaarch64linux.c:487 eaarch64linux32.c:403 eaarch64linux32.c:463 +#: eaarch64linux32.c:487 eaarch64linux32b.c:403 eaarch64linux32b.c:463 +#: eaarch64linux32b.c:487 eaarch64linuxb.c:403 eaarch64linuxb.c:463 +#: eaarch64linuxb.c:487 eaarch64nto.c:403 eaarch64nto.c:463 eaarch64nto.c:487 +#, fuzzy +#| msgid "%F%P: unrecognized -a option `%s'\n" +msgid "%X%P: error: unrecognized value '-z %s'\n" +msgstr "%P: no se reconoce la opción -a `%s'\n" + +#: eaarch64cloudabi.c:744 eaarch64cloudabib.c:744 eaarch64elf.c:744 +#: eaarch64elf32.c:744 eaarch64elf32b.c:744 eaarch64elfb.c:744 +#: eaarch64fbsd.c:744 eaarch64fbsdb.c:744 eaarch64haiku.c:744 +#: eaarch64linux.c:744 eaarch64linux32.c:744 eaarch64linux32b.c:744 +#: eaarch64linuxb.c:744 eaarch64nto.c:906 earcelf.c:233 earclinux.c:324 +#: earclinux_nps.c:324 earcv2elf.c:212 earcv2elfx.c:212 earmelf.c:848 +#: earmelf_fbsd.c:848 earmelf_fuchsia.c:849 earmelf_haiku.c:849 +#: earmelf_linux.c:849 earmelf_linux_eabi.c:849 earmelf_linux_fdpiceabi.c:849 +#: earmelf_nacl.c:849 earmelf_nbsd.c:848 earmelf_phoenix.c:849 +#: earmelf_vxworks.c:880 earmelfb.c:848 earmelfb_fbsd.c:848 +#: earmelfb_fuchsia.c:849 earmelfb_linux.c:849 earmelfb_linux_eabi.c:849 +#: earmelfb_linux_fdpiceabi.c:849 earmelfb_nacl.c:849 earmelfb_nbsd.c:848 +#: earmnto.c:808 eavr1.c:428 eavr2.c:428 eavr25.c:428 eavr3.c:428 eavr31.c:428 +#: eavr35.c:428 eavr4.c:428 eavr5.c:428 eavr51.c:428 eavr6.c:428 eavrtiny.c:428 +#: eavrxmega1.c:428 eavrxmega2.c:428 eavrxmega2_flmap.c:428 eavrxmega3.c:428 +#: eavrxmega4.c:428 eavrxmega4_flmap.c:428 eavrxmega5.c:428 eavrxmega6.c:428 +#: eavrxmega7.c:428 ecriself.c:237 ecrislinux.c:284 ecskyelf.c:476 +#: ecskyelf_linux.c:563 ed10velf.c:212 eelf32_sparc.c:324 +#: eelf32_sparc_sol2.c:456 eelf32_sparc_vxworks.c:356 eelf32_spu.c:796 +#: eelf32_tic6x_be.c:413 eelf32_tic6x_elf_be.c:413 eelf32_tic6x_elf_le.c:413 +#: eelf32_tic6x_le.c:413 eelf32_tic6x_linux_be.c:413 +#: eelf32_tic6x_linux_le.c:413 eelf32_x86_64.c:8396 eelf32am33lin.c:283 +#: eelf32b4300.c:528 eelf32bfin.c:297 eelf32bfinfd.c:337 eelf32bmip.c:528 +#: eelf32bmipn32.c:542 eelf32briscv.c:402 eelf32briscv_ilp32.c:402 +#: eelf32briscv_ilp32f.c:402 eelf32bsmip.c:542 eelf32btsmip.c:528 +#: eelf32btsmip_fbsd.c:528 eelf32btsmipn32.c:528 eelf32btsmipn32_fbsd.c:528 +#: eelf32cr16.c:362 eelf32crx.c:249 eelf32ebmip.c:528 eelf32ebmipvxworks.c:559 +#: eelf32elmip.c:528 eelf32elmipvxworks.c:559 eelf32epiphany.c:237 +#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:548 +#: eelf32l4300.c:528 eelf32lm32.c:237 eelf32lm32fd.c:323 eelf32lmip.c:528 +#: eelf32loongarch.c:380 eelf32lppc.c:553 eelf32lppclinux.c:553 +#: eelf32lppcnto.c:553 eelf32lppcsim.c:553 eelf32lr5900.c:482 +#: eelf32lr5900n32.c:481 eelf32lriscv.c:402 eelf32lriscv_ilp32.c:402 +#: eelf32lriscv_ilp32f.c:402 eelf32lsmip.c:528 eelf32ltsmip.c:528 +#: eelf32ltsmip_fbsd.c:528 eelf32ltsmipn32.c:528 eelf32ltsmipn32_fbsd.c:528 +#: eelf32m32c.c:248 eelf32mb_linux.c:324 eelf32mbel_linux.c:324 +#: eelf32mcore.c:240 eelf32mep.c:212 eelf32metag.c:570 eelf32microblaze.c:212 +#: eelf32microblazeel.c:212 eelf32mipswindiss.c:441 eelf32moxie.c:237 +#: eelf32or1k.c:238 eelf32or1k_linux.c:324 eelf32ppc.c:553 eelf32ppc_fbsd.c:553 +#: eelf32ppchaiku.c:553 eelf32ppclinux.c:553 eelf32ppcnto.c:553 +#: eelf32ppcsim.c:553 eelf32ppcvxworks.c:523 eelf32ppcwindiss.c:553 +#: eelf32rl78.c:237 eelf32rx.c:259 eelf32rx_linux.c:250 eelf32tilegx.c:324 +#: eelf32tilegx_be.c:324 eelf32tilepro.c:324 eelf32vax.c:283 eelf32visium.c:212 +#: eelf32xstormy16.c:223 eelf32xtensa.c:2227 eelf32z80.c:239 eelf64_aix.c:283 +#: eelf64_ia64.c:352 eelf64_ia64_fbsd.c:352 eelf64_s390.c:426 +#: eelf64_sparc.c:324 eelf64_sparc_fbsd.c:324 eelf64_sparc_sol2.c:456 +#: eelf64alpha.c:388 eelf64alpha_fbsd.c:388 eelf64alpha_nbsd.c:388 +#: eelf64bmip.c:542 eelf64bpf.c:212 eelf64briscv.c:402 eelf64briscv_lp64.c:402 +#: eelf64briscv_lp64f.c:402 eelf64btsmip.c:528 eelf64btsmip_fbsd.c:528 +#: eelf64hppa.c:233 eelf64kvx.c:548 eelf64kvx_linux.c:586 eelf64loongarch.c:380 +#: eelf64lppc.c:989 eelf64lppc_fbsd.c:989 eelf64lriscv.c:402 +#: eelf64lriscv_lp64.c:402 eelf64lriscv_lp64f.c:402 eelf64ltsmip.c:528 +#: eelf64ltsmip_fbsd.c:528 eelf64mmix.c:391 eelf64ppc.c:989 +#: eelf64ppc_fbsd.c:989 eelf64rdos.c:377 eelf64tilegx.c:324 +#: eelf64tilegx_be.c:324 eelf_i386.c:7822 eelf_i386_be.c:307 +#: eelf_i386_fbsd.c:354 eelf_i386_haiku.c:354 eelf_i386_ldso.c:314 +#: eelf_i386_sol2.c:486 eelf_i386_vxworks.c:380 eelf_iamcu.c:354 +#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8396 +#: eelf_x86_64_cloudabi.c:394 eelf_x86_64_fbsd.c:394 eelf_x86_64_haiku.c:394 +#: eelf_x86_64_sol2.c:526 eh8300elf.c:237 eh8300elf_linux.c:237 +#: eh8300helf.c:237 eh8300helf_linux.c:237 eh8300hnelf.c:237 eh8300self.c:237 +#: eh8300self_linux.c:237 eh8300snelf.c:237 eh8300sxelf.c:237 +#: eh8300sxelf_linux.c:237 eh8300sxnelf.c:237 ehppa64linux.c:283 ehppaelf.c:491 +#: ehppalinux.c:603 ehppanbsd.c:603 ehppaobsd.c:603 ei386lynx.c:298 +#: ei386moss.c:298 ei386nto.c:298 em32relf.c:237 em32relf_linux.c:323 +#: em32rlelf.c:237 em32rlelf_linux.c:323 em68hc11elf.c:493 em68hc11elfb.c:493 +#: em68hc12elf.c:493 em68hc12elfb.c:493 em68kelf.c:478 em68kelfnbsd.c:478 +#: emn10300.c:283 ends32belf.c:336 ends32belf16m.c:336 ends32belf_linux.c:369 +#: ends32elf.c:336 ends32elf16m.c:336 ends32elf_linux.c:369 epruelf.c:233 +#: escore3_elf.c:301 escore7_elf.c:301 eshelf.c:283 eshelf_fd.c:324 +#: eshelf_linux.c:324 eshelf_nbsd.c:283 eshelf_nto.c:283 eshelf_uclinux.c:283 +#: eshelf_vxworks.c:315 eshlelf.c:283 eshlelf_fd.c:324 eshlelf_linux.c:324 +#: eshlelf_nbsd.c:283 eshlelf_nto.c:283 eshlelf_vxworks.c:315 ev850.c:259 +#: ev850_rh850.c:259 +msgid "%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" +msgstr "" + +#: eaarch64cloudabi.c:749 eaarch64cloudabib.c:749 eaarch64elf.c:749 #: eaarch64elf32.c:749 eaarch64elf32b.c:749 eaarch64elfb.c:749 -#: eaarch64fbsd.c:754 eaarch64fbsdb.c:754 eaarch64linux.c:754 -#: eaarch64linux32.c:754 eaarch64linux32b.c:754 eaarch64linuxb.c:754 -#: earcelf.c:373 earclinux.c:433 earclinux_nps.c:433 earcv2elf.c:255 -#: earcv2elfx.c:255 earmelf.c:983 earmelf_fbsd.c:983 earmelf_fuchsia.c:988 -#: earmelf_linux.c:988 earmelf_linux_eabi.c:988 earmelf_linux_fdpiceabi.c:988 -#: earmelf_nacl.c:988 earmelf_nbsd.c:983 earmelf_phoenix.c:988 -#: earmelf_vxworks.c:1019 earmelfb.c:983 earmelfb_fbsd.c:983 -#: earmelfb_fuchsia.c:988 earmelfb_linux.c:988 earmelfb_linux_eabi.c:988 -#: earmelfb_linux_fdpiceabi.c:988 earmelfb_nacl.c:988 earmelfb_nbsd.c:983 -#: earmnto.c:958 earmsymbian.c:983 eavr1.c:478 eavr2.c:478 eavr25.c:478 -#: eavr3.c:478 eavr31.c:478 eavr35.c:478 eavr4.c:478 eavr5.c:478 eavr51.c:478 -#: eavr6.c:478 eavrtiny.c:478 eavrxmega1.c:478 eavrxmega2.c:478 -#: eavrxmega3.c:478 eavrxmega4.c:478 eavrxmega5.c:478 eavrxmega6.c:478 -#: eavrxmega7.c:478 ecriself.c:270 ecrislinux.c:408 ecskyelf.c:514 -#: ecskyelf_linux.c:677 ed10velf.c:255 eelf32_sparc.c:433 -#: eelf32_sparc_sol2.c:564 eelf32_sparc_vxworks.c:470 eelf32_spu.c:988 -#: eelf32_tic6x_be.c:540 eelf32_tic6x_elf_be.c:540 eelf32_tic6x_elf_le.c:540 -#: eelf32_tic6x_le.c:540 eelf32_tic6x_linux_be.c:540 -#: eelf32_tic6x_linux_le.c:540 eelf32_x86_64.c:5439 eelf32am33lin.c:403 -#: eelf32b4300.c:648 eelf32bfin.c:421 eelf32bfinfd.c:446 eelf32bmip.c:648 -#: eelf32bmipn32.c:662 eelf32bsmip.c:662 eelf32btsmip.c:648 -#: eelf32btsmip_fbsd.c:648 eelf32btsmipn32.c:648 eelf32btsmipn32_fbsd.c:648 -#: eelf32cr16.c:405 eelf32crx.c:292 eelf32ebmip.c:648 eelf32ebmipvxworks.c:683 -#: eelf32elmip.c:648 eelf32elmipvxworks.c:683 eelf32epiphany.c:270 -#: eelf32epiphany_4x4.c:257 eelf32frvfd.c:428 eelf32ip2k.c:270 -#: eelf32l4300.c:648 eelf32lm32.c:270 eelf32lm32fd.c:428 eelf32lmip.c:648 -#: eelf32lppc.c:702 eelf32lppclinux.c:702 eelf32lppcnto.c:702 -#: eelf32lppcsim.c:702 eelf32lr5900.c:511 eelf32lr5900n32.c:510 -#: eelf32lriscv.c:487 eelf32lriscv_ilp32.c:487 eelf32lriscv_ilp32f.c:487 -#: eelf32lsmip.c:648 eelf32ltsmip.c:648 eelf32ltsmip_fbsd.c:648 -#: eelf32ltsmipn32.c:648 eelf32ltsmipn32_fbsd.c:648 eelf32m32c.c:281 -#: eelf32mb_linux.c:433 eelf32mbel_linux.c:433 eelf32mcore.c:276 -#: eelf32mep.c:255 eelf32metag.c:682 eelf32microblaze.c:255 -#: eelf32microblazeel.c:255 eelf32mipswindiss.c:485 eelf32moxie.c:270 -#: eelf32or1k.c:271 eelf32or1k_linux.c:433 eelf32ppc.c:702 -#: eelf32ppc_fbsd.c:702 eelf32ppclinux.c:702 eelf32ppcnto.c:702 -#: eelf32ppcsim.c:702 eelf32ppcvxworks.c:676 eelf32ppcwindiss.c:702 -#: eelf32rl78.c:270 eelf32rx.c:298 eelf32rx_linux.c:283 eelf32tilegx.c:433 -#: eelf32tilegx_be.c:433 eelf32tilepro.c:433 eelf32vax.c:403 -#: eelf32visium.c:255 eelf32xc16x.c:255 eelf32xc16xl.c:255 eelf32xc16xs.c:255 -#: eelf32xstormy16.c:266 eelf32xtensa.c:2354 eelf32z80.c:282 eelf64_aix.c:403 -#: eelf64_ia64.c:460 eelf64_ia64_fbsd.c:460 eelf64_s390.c:503 -#: eelf64_sparc.c:433 eelf64_sparc_fbsd.c:433 eelf64_sparc_sol2.c:564 +#: eaarch64fbsd.c:749 eaarch64fbsdb.c:749 eaarch64haiku.c:749 +#: eaarch64linux.c:749 eaarch64linux32.c:749 eaarch64linux32b.c:749 +#: eaarch64linuxb.c:749 eaarch64nto.c:911 earcelf.c:238 earclinux.c:329 +#: earclinux_nps.c:329 earcv2elf.c:217 earcv2elfx.c:217 earmelf.c:853 +#: earmelf_fbsd.c:853 earmelf_fuchsia.c:854 earmelf_haiku.c:854 +#: earmelf_linux.c:854 earmelf_linux_eabi.c:854 earmelf_linux_fdpiceabi.c:854 +#: earmelf_nacl.c:854 earmelf_nbsd.c:853 earmelf_phoenix.c:854 +#: earmelf_vxworks.c:885 earmelfb.c:853 earmelfb_fbsd.c:853 +#: earmelfb_fuchsia.c:854 earmelfb_linux.c:854 earmelfb_linux_eabi.c:854 +#: earmelfb_linux_fdpiceabi.c:854 earmelfb_nacl.c:854 earmelfb_nbsd.c:853 +#: earmnto.c:813 eavr1.c:433 eavr2.c:433 eavr25.c:433 eavr3.c:433 eavr31.c:433 +#: eavr35.c:433 eavr4.c:433 eavr5.c:433 eavr51.c:433 eavr6.c:433 eavrtiny.c:433 +#: eavrxmega1.c:433 eavrxmega2.c:433 eavrxmega2_flmap.c:433 eavrxmega3.c:433 +#: eavrxmega4.c:433 eavrxmega4_flmap.c:433 eavrxmega5.c:433 eavrxmega6.c:433 +#: eavrxmega7.c:433 ecriself.c:242 ecrislinux.c:289 ecskyelf.c:481 +#: ecskyelf_linux.c:568 ed10velf.c:217 eelf32_sparc.c:329 +#: eelf32_sparc_sol2.c:461 eelf32_sparc_vxworks.c:361 eelf32_spu.c:801 +#: eelf32_tic6x_be.c:418 eelf32_tic6x_elf_be.c:418 eelf32_tic6x_elf_le.c:418 +#: eelf32_tic6x_le.c:418 eelf32_tic6x_linux_be.c:418 +#: eelf32_tic6x_linux_le.c:418 eelf32_x86_64.c:8401 eelf32am33lin.c:288 +#: eelf32b4300.c:533 eelf32bfin.c:302 eelf32bfinfd.c:342 eelf32bmip.c:533 +#: eelf32bmipn32.c:547 eelf32briscv.c:407 eelf32briscv_ilp32.c:407 +#: eelf32briscv_ilp32f.c:407 eelf32bsmip.c:547 eelf32btsmip.c:533 +#: eelf32btsmip_fbsd.c:533 eelf32btsmipn32.c:533 eelf32btsmipn32_fbsd.c:533 +#: eelf32cr16.c:367 eelf32crx.c:254 eelf32ebmip.c:533 eelf32ebmipvxworks.c:564 +#: eelf32elmip.c:533 eelf32elmipvxworks.c:564 eelf32epiphany.c:242 +#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:553 +#: eelf32l4300.c:533 eelf32lm32.c:242 eelf32lm32fd.c:328 eelf32lmip.c:533 +#: eelf32loongarch.c:385 eelf32lppc.c:558 eelf32lppclinux.c:558 +#: eelf32lppcnto.c:558 eelf32lppcsim.c:558 eelf32lr5900.c:487 +#: eelf32lr5900n32.c:486 eelf32lriscv.c:407 eelf32lriscv_ilp32.c:407 +#: eelf32lriscv_ilp32f.c:407 eelf32lsmip.c:533 eelf32ltsmip.c:533 +#: eelf32ltsmip_fbsd.c:533 eelf32ltsmipn32.c:533 eelf32ltsmipn32_fbsd.c:533 +#: eelf32m32c.c:253 eelf32mb_linux.c:329 eelf32mbel_linux.c:329 +#: eelf32mcore.c:245 eelf32mep.c:217 eelf32metag.c:575 eelf32microblaze.c:217 +#: eelf32microblazeel.c:217 eelf32mipswindiss.c:446 eelf32moxie.c:242 +#: eelf32or1k.c:243 eelf32or1k_linux.c:329 eelf32ppc.c:558 eelf32ppc_fbsd.c:558 +#: eelf32ppchaiku.c:558 eelf32ppclinux.c:558 eelf32ppcnto.c:558 +#: eelf32ppcsim.c:558 eelf32ppcvxworks.c:528 eelf32ppcwindiss.c:558 +#: eelf32rl78.c:242 eelf32rx.c:264 eelf32rx_linux.c:255 eelf32tilegx.c:329 +#: eelf32tilegx_be.c:329 eelf32tilepro.c:329 eelf32vax.c:288 eelf32visium.c:217 +#: eelf32xstormy16.c:228 eelf32xtensa.c:2232 eelf32z80.c:244 eelf64_aix.c:288 +#: eelf64_ia64.c:357 eelf64_ia64_fbsd.c:357 eelf64_s390.c:431 +#: eelf64_sparc.c:329 eelf64_sparc_fbsd.c:329 eelf64_sparc_sol2.c:461 +#: eelf64alpha.c:393 eelf64alpha_fbsd.c:393 eelf64alpha_nbsd.c:393 +#: eelf64bmip.c:547 eelf64bpf.c:217 eelf64briscv.c:407 eelf64briscv_lp64.c:407 +#: eelf64briscv_lp64f.c:407 eelf64btsmip.c:533 eelf64btsmip_fbsd.c:533 +#: eelf64hppa.c:238 eelf64kvx.c:553 eelf64kvx_linux.c:591 eelf64loongarch.c:385 +#: eelf64lppc.c:994 eelf64lppc_fbsd.c:994 eelf64lriscv.c:407 +#: eelf64lriscv_lp64.c:407 eelf64lriscv_lp64f.c:407 eelf64ltsmip.c:533 +#: eelf64ltsmip_fbsd.c:533 eelf64mmix.c:396 eelf64ppc.c:994 +#: eelf64ppc_fbsd.c:994 eelf64rdos.c:382 eelf64tilegx.c:329 +#: eelf64tilegx_be.c:329 eelf_i386.c:7827 eelf_i386_be.c:312 +#: eelf_i386_fbsd.c:359 eelf_i386_haiku.c:359 eelf_i386_ldso.c:319 +#: eelf_i386_sol2.c:491 eelf_i386_vxworks.c:385 eelf_iamcu.c:359 +#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8401 +#: eelf_x86_64_cloudabi.c:399 eelf_x86_64_fbsd.c:399 eelf_x86_64_haiku.c:399 +#: eelf_x86_64_sol2.c:531 eh8300elf.c:242 eh8300elf_linux.c:242 +#: eh8300helf.c:242 eh8300helf_linux.c:242 eh8300hnelf.c:242 eh8300self.c:242 +#: eh8300self_linux.c:242 eh8300snelf.c:242 eh8300sxelf.c:242 +#: eh8300sxelf_linux.c:242 eh8300sxnelf.c:242 ehppa64linux.c:288 ehppaelf.c:496 +#: ehppalinux.c:608 ehppanbsd.c:608 ehppaobsd.c:608 ei386lynx.c:303 +#: ei386moss.c:303 ei386nto.c:303 em32relf.c:242 em32relf_linux.c:328 +#: em32rlelf.c:242 em32rlelf_linux.c:328 em68hc11elf.c:498 em68hc11elfb.c:498 +#: em68hc12elf.c:498 em68hc12elfb.c:498 em68kelf.c:483 em68kelfnbsd.c:483 +#: emn10300.c:288 ends32belf.c:341 ends32belf16m.c:341 ends32belf_linux.c:374 +#: ends32elf.c:341 ends32elf16m.c:341 ends32elf_linux.c:374 epruelf.c:238 +#: escore3_elf.c:306 escore7_elf.c:306 eshelf.c:288 eshelf_fd.c:329 +#: eshelf_linux.c:329 eshelf_nbsd.c:288 eshelf_nto.c:288 eshelf_uclinux.c:288 +#: eshelf_vxworks.c:320 eshlelf.c:288 eshlelf_fd.c:329 eshlelf_linux.c:329 +#: eshlelf_nbsd.c:288 eshlelf_nto.c:288 eshlelf_vxworks.c:320 ev850.c:264 +#: ev850_rh850.c:264 +#, fuzzy +#| msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" +msgid "%P: invalid --compress-debug-sections option: `%s'\n" +msgstr "%P: opción --compress-debug-sections no válida: `%s'\n" + +#: eaarch64cloudabi.c:807 eaarch64cloudabib.c:807 eaarch64elf.c:807 +#: eaarch64elf32.c:807 eaarch64elf32b.c:807 eaarch64elfb.c:807 +#: eaarch64fbsd.c:807 eaarch64fbsdb.c:807 eaarch64haiku.c:807 +#: eaarch64linux.c:807 eaarch64linux32.c:807 eaarch64linux32b.c:807 +#: eaarch64linuxb.c:807 eaarch64nto.c:969 earcelf.c:296 earclinux.c:387 +#: earclinux_nps.c:387 earmelf.c:911 earmelf_fbsd.c:911 earmelf_fuchsia.c:912 +#: earmelf_haiku.c:912 earmelf_linux.c:912 earmelf_linux_eabi.c:912 +#: earmelf_linux_fdpiceabi.c:912 earmelf_nacl.c:912 earmelf_nbsd.c:911 +#: earmelf_phoenix.c:912 earmelf_vxworks.c:943 earmelfb.c:911 +#: earmelfb_fbsd.c:911 earmelfb_fuchsia.c:912 earmelfb_linux.c:912 +#: earmelfb_linux_eabi.c:912 earmelfb_linux_fdpiceabi.c:912 earmelfb_nacl.c:912 +#: earmelfb_nbsd.c:911 earmnto.c:871 ecrislinux.c:347 ecskyelf_linux.c:626 +#: eelf32_sparc.c:387 eelf32_sparc_sol2.c:519 eelf32_sparc_vxworks.c:419 +#: eelf32_tic6x_be.c:476 eelf32_tic6x_elf_be.c:476 eelf32_tic6x_elf_le.c:476 +#: eelf32_tic6x_le.c:476 eelf32_tic6x_linux_be.c:476 +#: eelf32_tic6x_linux_le.c:476 eelf32_x86_64.c:8459 eelf32am33lin.c:346 +#: eelf32b4300.c:591 eelf32bfin.c:360 eelf32bfinfd.c:400 eelf32bmip.c:591 +#: eelf32bmipn32.c:605 eelf32briscv.c:465 eelf32briscv_ilp32.c:465 +#: eelf32briscv_ilp32f.c:465 eelf32bsmip.c:605 eelf32btsmip.c:591 +#: eelf32btsmip_fbsd.c:591 eelf32btsmipn32.c:591 eelf32btsmipn32_fbsd.c:591 +#: eelf32ebmip.c:591 eelf32ebmipvxworks.c:622 eelf32elmip.c:591 +#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:611 eelf32l4300.c:591 +#: eelf32lm32fd.c:386 eelf32lmip.c:591 eelf32loongarch.c:443 eelf32lppc.c:616 +#: eelf32lppclinux.c:616 eelf32lppcnto.c:616 eelf32lppcsim.c:616 +#: eelf32lriscv.c:465 eelf32lriscv_ilp32.c:465 eelf32lriscv_ilp32f.c:465 +#: eelf32lsmip.c:591 eelf32ltsmip.c:591 eelf32ltsmip_fbsd.c:591 +#: eelf32ltsmipn32.c:591 eelf32ltsmipn32_fbsd.c:591 eelf32mb_linux.c:387 +#: eelf32mbel_linux.c:387 eelf32metag.c:633 eelf32or1k_linux.c:387 +#: eelf32ppc.c:616 eelf32ppc_fbsd.c:616 eelf32ppchaiku.c:616 +#: eelf32ppclinux.c:616 eelf32ppcnto.c:616 eelf32ppcsim.c:616 +#: eelf32ppcvxworks.c:586 eelf32ppcwindiss.c:616 eelf32tilegx.c:387 +#: eelf32tilegx_be.c:387 eelf32tilepro.c:387 eelf32vax.c:346 +#: eelf32xtensa.c:2290 eelf64_aix.c:346 eelf64_ia64.c:415 +#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:489 eelf64_sparc.c:387 +#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:451 +#: eelf64alpha_fbsd.c:451 eelf64alpha_nbsd.c:451 eelf64bmip.c:605 +#: eelf64briscv.c:465 eelf64briscv_lp64.c:465 eelf64briscv_lp64f.c:465 +#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:611 +#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1052 +#: eelf64lppc_fbsd.c:1052 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 +#: eelf64lriscv_lp64f.c:465 eelf64ltsmip.c:591 eelf64ltsmip_fbsd.c:591 +#: eelf64mmix.c:454 eelf64ppc.c:1052 eelf64ppc_fbsd.c:1052 eelf64rdos.c:440 +#: eelf64tilegx.c:387 eelf64tilegx_be.c:387 eelf_i386.c:7885 eelf_i386_be.c:370 +#: eelf_i386_fbsd.c:417 eelf_i386_haiku.c:417 eelf_i386_ldso.c:377 +#: eelf_i386_sol2.c:549 eelf_i386_vxworks.c:443 eelf_iamcu.c:417 +#: eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8459 +#: eelf_x86_64_cloudabi.c:457 eelf_x86_64_fbsd.c:457 eelf_x86_64_haiku.c:457 +#: eelf_x86_64_sol2.c:589 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 +#: ehppaobsd.c:666 ei386lynx.c:361 ei386moss.c:361 ei386nto.c:361 +#: em32relf_linux.c:386 em32rlelf_linux.c:386 em68kelf.c:541 em68kelfnbsd.c:541 +#: emn10300.c:346 ends32belf_linux.c:432 ends32elf_linux.c:432 +#: escore3_elf.c:364 escore7_elf.c:364 eshelf.c:346 eshelf_fd.c:387 +#: eshelf_linux.c:387 eshelf_nbsd.c:346 eshelf_nto.c:346 eshelf_uclinux.c:346 +#: eshelf_vxworks.c:378 eshlelf.c:346 eshlelf_fd.c:387 eshlelf_linux.c:387 +#: eshlelf_nbsd.c:346 eshlelf_nto.c:346 eshlelf_vxworks.c:378 +#, fuzzy +#| msgid "%F%P: invalid hash style `%s'\n" +msgid "%P: invalid hash style `%s'\n" +msgstr "%P: estilo de hash no válido `%s'\n" + +#: eaarch64cloudabi.c:824 eaarch64cloudabib.c:824 eaarch64elf.c:824 +#: eaarch64elf32.c:824 eaarch64elf32b.c:824 eaarch64elfb.c:824 +#: eaarch64fbsd.c:824 eaarch64fbsdb.c:824 eaarch64haiku.c:824 +#: eaarch64linux.c:824 eaarch64linux32.c:824 eaarch64linux32b.c:824 +#: eaarch64linuxb.c:824 eaarch64nto.c:986 earcelf.c:313 earclinux.c:404 +#: earclinux_nps.c:404 earcv2elf.c:241 earcv2elfx.c:241 earmelf.c:928 +#: earmelf_fbsd.c:928 earmelf_fuchsia.c:929 earmelf_haiku.c:929 +#: earmelf_linux.c:929 earmelf_linux_eabi.c:929 earmelf_linux_fdpiceabi.c:929 +#: earmelf_nacl.c:929 earmelf_nbsd.c:928 earmelf_phoenix.c:929 +#: earmelf_vxworks.c:960 earmelfb.c:928 earmelfb_fbsd.c:928 +#: earmelfb_fuchsia.c:929 earmelfb_linux.c:929 earmelfb_linux_eabi.c:929 +#: earmelfb_linux_fdpiceabi.c:929 earmelfb_nacl.c:929 earmelfb_nbsd.c:928 +#: earmnto.c:888 eavr1.c:457 eavr2.c:457 eavr25.c:457 eavr3.c:457 eavr31.c:457 +#: eavr35.c:457 eavr4.c:457 eavr5.c:457 eavr51.c:457 eavr6.c:457 eavrtiny.c:457 +#: eavrxmega1.c:457 eavrxmega2.c:457 eavrxmega2_flmap.c:457 eavrxmega3.c:457 +#: eavrxmega4.c:457 eavrxmega4_flmap.c:457 eavrxmega5.c:457 eavrxmega6.c:457 +#: eavrxmega7.c:457 ecriself.c:266 ecrislinux.c:364 ecskyelf.c:505 +#: ecskyelf_linux.c:643 ed10velf.c:241 eelf32_sparc.c:404 +#: eelf32_sparc_sol2.c:536 eelf32_sparc_vxworks.c:436 eelf32_spu.c:825 +#: eelf32_tic6x_be.c:493 eelf32_tic6x_elf_be.c:493 eelf32_tic6x_elf_le.c:493 +#: eelf32_tic6x_le.c:493 eelf32_tic6x_linux_be.c:493 +#: eelf32_tic6x_linux_le.c:493 eelf32_x86_64.c:8476 eelf32am33lin.c:363 +#: eelf32b4300.c:608 eelf32bfin.c:377 eelf32bfinfd.c:417 eelf32bmip.c:608 +#: eelf32bmipn32.c:622 eelf32briscv.c:482 eelf32briscv_ilp32.c:482 +#: eelf32briscv_ilp32f.c:482 eelf32bsmip.c:622 eelf32btsmip.c:608 +#: eelf32btsmip_fbsd.c:608 eelf32btsmipn32.c:608 eelf32btsmipn32_fbsd.c:608 +#: eelf32cr16.c:391 eelf32crx.c:278 eelf32ebmip.c:608 eelf32ebmipvxworks.c:639 +#: eelf32elmip.c:608 eelf32elmipvxworks.c:639 eelf32epiphany.c:266 +#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:628 +#: eelf32l4300.c:608 eelf32lm32.c:266 eelf32lm32fd.c:403 eelf32lmip.c:608 +#: eelf32loongarch.c:460 eelf32lppc.c:633 eelf32lppclinux.c:633 +#: eelf32lppcnto.c:633 eelf32lppcsim.c:633 eelf32lr5900.c:511 +#: eelf32lr5900n32.c:510 eelf32lriscv.c:482 eelf32lriscv_ilp32.c:482 +#: eelf32lriscv_ilp32f.c:482 eelf32lsmip.c:608 eelf32ltsmip.c:608 +#: eelf32ltsmip_fbsd.c:608 eelf32ltsmipn32.c:608 eelf32ltsmipn32_fbsd.c:608 +#: eelf32m32c.c:277 eelf32mb_linux.c:404 eelf32mbel_linux.c:404 +#: eelf32mcore.c:269 eelf32mep.c:241 eelf32metag.c:650 eelf32microblaze.c:241 +#: eelf32microblazeel.c:241 eelf32mipswindiss.c:470 eelf32moxie.c:266 +#: eelf32or1k.c:267 eelf32or1k_linux.c:404 eelf32ppc.c:633 eelf32ppc_fbsd.c:633 +#: eelf32ppchaiku.c:633 eelf32ppclinux.c:633 eelf32ppcnto.c:633 +#: eelf32ppcsim.c:633 eelf32ppcvxworks.c:603 eelf32ppcwindiss.c:633 +#: eelf32rl78.c:266 eelf32rx.c:288 eelf32rx_linux.c:279 eelf32tilegx.c:404 +#: eelf32tilegx_be.c:404 eelf32tilepro.c:404 eelf32vax.c:363 eelf32visium.c:241 +#: eelf32xstormy16.c:252 eelf32xtensa.c:2307 eelf32z80.c:268 eelf64_aix.c:363 +#: eelf64_ia64.c:432 eelf64_ia64_fbsd.c:432 eelf64_s390.c:506 +#: eelf64_sparc.c:404 eelf64_sparc_fbsd.c:404 eelf64_sparc_sol2.c:536 +#: eelf64alpha.c:468 eelf64alpha_fbsd.c:468 eelf64alpha_nbsd.c:468 +#: eelf64bmip.c:622 eelf64bpf.c:241 eelf64briscv.c:482 eelf64briscv_lp64.c:482 +#: eelf64briscv_lp64f.c:482 eelf64btsmip.c:608 eelf64btsmip_fbsd.c:608 +#: eelf64hppa.c:313 eelf64kvx.c:628 eelf64kvx_linux.c:666 eelf64loongarch.c:460 +#: eelf64lppc.c:1069 eelf64lppc_fbsd.c:1069 eelf64lriscv.c:482 +#: eelf64lriscv_lp64.c:482 eelf64lriscv_lp64f.c:482 eelf64ltsmip.c:608 +#: eelf64ltsmip_fbsd.c:608 eelf64mmix.c:471 eelf64ppc.c:1069 +#: eelf64ppc_fbsd.c:1069 eelf64rdos.c:457 eelf64tilegx.c:404 +#: eelf64tilegx_be.c:404 eelf_i386.c:7902 eelf_i386_be.c:387 +#: eelf_i386_fbsd.c:434 eelf_i386_haiku.c:434 eelf_i386_ldso.c:394 +#: eelf_i386_sol2.c:566 eelf_i386_vxworks.c:460 eelf_iamcu.c:434 +#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8476 +#: eelf_x86_64_cloudabi.c:474 eelf_x86_64_fbsd.c:474 eelf_x86_64_haiku.c:474 +#: eelf_x86_64_sol2.c:606 eh8300elf.c:266 eh8300elf_linux.c:266 +#: eh8300helf.c:266 eh8300helf_linux.c:266 eh8300hnelf.c:266 eh8300self.c:266 +#: eh8300self_linux.c:266 eh8300snelf.c:266 eh8300sxelf.c:266 +#: eh8300sxelf_linux.c:266 eh8300sxnelf.c:266 ehppa64linux.c:363 ehppaelf.c:520 +#: ehppalinux.c:683 ehppanbsd.c:683 ehppaobsd.c:683 ei386lynx.c:378 +#: ei386moss.c:378 ei386nto.c:378 em32relf.c:266 em32relf_linux.c:403 +#: em32rlelf.c:266 em32rlelf_linux.c:403 em68hc11elf.c:522 em68hc11elfb.c:522 +#: em68hc12elf.c:522 em68hc12elfb.c:522 em68kelf.c:558 em68kelfnbsd.c:558 +#: emn10300.c:363 ends32belf.c:365 ends32belf16m.c:365 ends32belf_linux.c:449 +#: ends32elf.c:365 ends32elf16m.c:365 ends32elf_linux.c:449 epruelf.c:262 +#: escore3_elf.c:381 escore7_elf.c:381 eshelf.c:363 eshelf_fd.c:404 +#: eshelf_linux.c:404 eshelf_nbsd.c:363 eshelf_nto.c:363 eshelf_uclinux.c:363 +#: eshelf_vxworks.c:395 eshlelf.c:363 eshlelf_fd.c:404 eshlelf_linux.c:404 +#: eshlelf_nbsd.c:363 eshlelf_nto.c:363 eshlelf_vxworks.c:395 ev850.c:288 +#: ev850_rh850.c:288 +#, fuzzy +#| msgid "%F%P: invalid maximum page size `%s'\n" +msgid "%P: invalid maximum page size `%s'\n" +msgstr "%P: tamaño de página máximo no válido `%s'\n" + +#: eaarch64cloudabi.c:834 eaarch64cloudabib.c:834 eaarch64elf.c:834 +#: eaarch64elf32.c:834 eaarch64elf32b.c:834 eaarch64elfb.c:834 +#: eaarch64fbsd.c:834 eaarch64fbsdb.c:834 eaarch64haiku.c:834 +#: eaarch64linux.c:834 eaarch64linux32.c:834 eaarch64linux32b.c:834 +#: eaarch64linuxb.c:834 eaarch64nto.c:996 earcelf.c:323 earclinux.c:414 +#: earclinux_nps.c:414 earcv2elf.c:251 earcv2elfx.c:251 earmelf.c:938 +#: earmelf_fbsd.c:938 earmelf_fuchsia.c:939 earmelf_haiku.c:939 +#: earmelf_linux.c:939 earmelf_linux_eabi.c:939 earmelf_linux_fdpiceabi.c:939 +#: earmelf_nacl.c:939 earmelf_nbsd.c:938 earmelf_phoenix.c:939 +#: earmelf_vxworks.c:970 earmelfb.c:938 earmelfb_fbsd.c:938 +#: earmelfb_fuchsia.c:939 earmelfb_linux.c:939 earmelfb_linux_eabi.c:939 +#: earmelfb_linux_fdpiceabi.c:939 earmelfb_nacl.c:939 earmelfb_nbsd.c:938 +#: earmnto.c:898 eavr1.c:467 eavr2.c:467 eavr25.c:467 eavr3.c:467 eavr31.c:467 +#: eavr35.c:467 eavr4.c:467 eavr5.c:467 eavr51.c:467 eavr6.c:467 eavrtiny.c:467 +#: eavrxmega1.c:467 eavrxmega2.c:467 eavrxmega2_flmap.c:467 eavrxmega3.c:467 +#: eavrxmega4.c:467 eavrxmega4_flmap.c:467 eavrxmega5.c:467 eavrxmega6.c:467 +#: eavrxmega7.c:467 ecriself.c:276 ecrislinux.c:374 ecskyelf.c:515 +#: ecskyelf_linux.c:653 ed10velf.c:251 eelf32_sparc.c:414 +#: eelf32_sparc_sol2.c:546 eelf32_sparc_vxworks.c:446 eelf32_spu.c:835 +#: eelf32_tic6x_be.c:503 eelf32_tic6x_elf_be.c:503 eelf32_tic6x_elf_le.c:503 +#: eelf32_tic6x_le.c:503 eelf32_tic6x_linux_be.c:503 +#: eelf32_tic6x_linux_le.c:503 eelf32_x86_64.c:8486 eelf32am33lin.c:373 +#: eelf32b4300.c:618 eelf32bfin.c:387 eelf32bfinfd.c:427 eelf32bmip.c:618 +#: eelf32bmipn32.c:632 eelf32briscv.c:492 eelf32briscv_ilp32.c:492 +#: eelf32briscv_ilp32f.c:492 eelf32bsmip.c:632 eelf32btsmip.c:618 +#: eelf32btsmip_fbsd.c:618 eelf32btsmipn32.c:618 eelf32btsmipn32_fbsd.c:618 +#: eelf32cr16.c:401 eelf32crx.c:288 eelf32ebmip.c:618 eelf32ebmipvxworks.c:649 +#: eelf32elmip.c:618 eelf32elmipvxworks.c:649 eelf32epiphany.c:276 +#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:638 +#: eelf32l4300.c:618 eelf32lm32.c:276 eelf32lm32fd.c:413 eelf32lmip.c:618 +#: eelf32loongarch.c:470 eelf32lppc.c:643 eelf32lppclinux.c:643 +#: eelf32lppcnto.c:643 eelf32lppcsim.c:643 eelf32lr5900.c:521 +#: eelf32lr5900n32.c:520 eelf32lriscv.c:492 eelf32lriscv_ilp32.c:492 +#: eelf32lriscv_ilp32f.c:492 eelf32lsmip.c:618 eelf32ltsmip.c:618 +#: eelf32ltsmip_fbsd.c:618 eelf32ltsmipn32.c:618 eelf32ltsmipn32_fbsd.c:618 +#: eelf32m32c.c:287 eelf32mb_linux.c:414 eelf32mbel_linux.c:414 +#: eelf32mcore.c:279 eelf32mep.c:251 eelf32metag.c:660 eelf32microblaze.c:251 +#: eelf32microblazeel.c:251 eelf32mipswindiss.c:480 eelf32moxie.c:276 +#: eelf32or1k.c:277 eelf32or1k_linux.c:414 eelf32ppc.c:643 eelf32ppc_fbsd.c:643 +#: eelf32ppchaiku.c:643 eelf32ppclinux.c:643 eelf32ppcnto.c:643 +#: eelf32ppcsim.c:643 eelf32ppcvxworks.c:613 eelf32ppcwindiss.c:643 +#: eelf32rl78.c:276 eelf32rx.c:298 eelf32rx_linux.c:289 eelf32tilegx.c:414 +#: eelf32tilegx_be.c:414 eelf32tilepro.c:414 eelf32vax.c:373 eelf32visium.c:251 +#: eelf32xstormy16.c:262 eelf32xtensa.c:2317 eelf32z80.c:278 eelf64_aix.c:373 +#: eelf64_ia64.c:442 eelf64_ia64_fbsd.c:442 eelf64_s390.c:516 +#: eelf64_sparc.c:414 eelf64_sparc_fbsd.c:414 eelf64_sparc_sol2.c:546 +#: eelf64alpha.c:478 eelf64alpha_fbsd.c:478 eelf64alpha_nbsd.c:478 +#: eelf64bmip.c:632 eelf64bpf.c:251 eelf64briscv.c:492 eelf64briscv_lp64.c:492 +#: eelf64briscv_lp64f.c:492 eelf64btsmip.c:618 eelf64btsmip_fbsd.c:618 +#: eelf64hppa.c:323 eelf64kvx.c:638 eelf64kvx_linux.c:676 eelf64loongarch.c:470 +#: eelf64lppc.c:1079 eelf64lppc_fbsd.c:1079 eelf64lriscv.c:492 +#: eelf64lriscv_lp64.c:492 eelf64lriscv_lp64f.c:492 eelf64ltsmip.c:618 +#: eelf64ltsmip_fbsd.c:618 eelf64mmix.c:481 eelf64ppc.c:1079 +#: eelf64ppc_fbsd.c:1079 eelf64rdos.c:467 eelf64tilegx.c:414 +#: eelf64tilegx_be.c:414 eelf_i386.c:7912 eelf_i386_be.c:397 +#: eelf_i386_fbsd.c:444 eelf_i386_haiku.c:444 eelf_i386_ldso.c:404 +#: eelf_i386_sol2.c:576 eelf_i386_vxworks.c:470 eelf_iamcu.c:444 +#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8486 +#: eelf_x86_64_cloudabi.c:484 eelf_x86_64_fbsd.c:484 eelf_x86_64_haiku.c:484 +#: eelf_x86_64_sol2.c:616 eh8300elf.c:276 eh8300elf_linux.c:276 +#: eh8300helf.c:276 eh8300helf_linux.c:276 eh8300hnelf.c:276 eh8300self.c:276 +#: eh8300self_linux.c:276 eh8300snelf.c:276 eh8300sxelf.c:276 +#: eh8300sxelf_linux.c:276 eh8300sxnelf.c:276 ehppa64linux.c:373 ehppaelf.c:530 +#: ehppalinux.c:693 ehppanbsd.c:693 ehppaobsd.c:693 ei386lynx.c:388 +#: ei386moss.c:388 ei386nto.c:388 em32relf.c:276 em32relf_linux.c:413 +#: em32rlelf.c:276 em32rlelf_linux.c:413 em68hc11elf.c:532 em68hc11elfb.c:532 +#: em68hc12elf.c:532 em68hc12elfb.c:532 em68kelf.c:568 em68kelfnbsd.c:568 +#: emn10300.c:373 ends32belf.c:375 ends32belf16m.c:375 ends32belf_linux.c:459 +#: ends32elf.c:375 ends32elf16m.c:375 ends32elf_linux.c:459 epruelf.c:272 +#: escore3_elf.c:391 escore7_elf.c:391 eshelf.c:373 eshelf_fd.c:414 +#: eshelf_linux.c:414 eshelf_nbsd.c:373 eshelf_nto.c:373 eshelf_uclinux.c:373 +#: eshelf_vxworks.c:405 eshlelf.c:373 eshlelf_fd.c:414 eshlelf_linux.c:414 +#: eshlelf_nbsd.c:373 eshlelf_nto.c:373 eshlelf_vxworks.c:405 ev850.c:298 +#: ev850_rh850.c:298 +#, fuzzy +#| msgid "%F%P: invalid common page size `%s'\n" +msgid "%P: invalid common page size `%s'\n" +msgstr "%P: tamaño de página normal no válido `%s'\n" + +#: eaarch64cloudabi.c:843 eaarch64cloudabib.c:843 eaarch64elf.c:843 +#: eaarch64elf32.c:843 eaarch64elf32b.c:843 eaarch64elfb.c:843 +#: eaarch64fbsd.c:843 eaarch64fbsdb.c:843 eaarch64haiku.c:843 +#: eaarch64linux.c:843 eaarch64linux32.c:843 eaarch64linux32b.c:843 +#: eaarch64linuxb.c:843 eaarch64nto.c:1005 eaarch64nto.c:1192 earcelf.c:332 +#: earclinux.c:423 earclinux_nps.c:423 earcv2elf.c:260 earcv2elfx.c:260 +#: earmelf.c:947 earmelf_fbsd.c:947 earmelf_fuchsia.c:948 earmelf_haiku.c:948 +#: earmelf_linux.c:948 earmelf_linux_eabi.c:948 earmelf_linux_fdpiceabi.c:948 +#: earmelf_nacl.c:948 earmelf_nbsd.c:947 earmelf_phoenix.c:948 +#: earmelf_vxworks.c:979 earmelfb.c:947 earmelfb_fbsd.c:947 +#: earmelfb_fuchsia.c:948 earmelfb_linux.c:948 earmelfb_linux_eabi.c:948 +#: earmelfb_linux_fdpiceabi.c:948 earmelfb_nacl.c:948 earmelfb_nbsd.c:947 +#: earmnto.c:907 eavr1.c:476 eavr2.c:476 eavr25.c:476 eavr3.c:476 eavr31.c:476 +#: eavr35.c:476 eavr4.c:476 eavr5.c:476 eavr51.c:476 eavr6.c:476 eavrtiny.c:476 +#: eavrxmega1.c:476 eavrxmega2.c:476 eavrxmega2_flmap.c:476 eavrxmega3.c:476 +#: eavrxmega4.c:476 eavrxmega4_flmap.c:476 eavrxmega5.c:476 eavrxmega6.c:476 +#: eavrxmega7.c:476 ecriself.c:285 ecrislinux.c:383 ecskyelf.c:524 +#: ecskyelf_linux.c:662 ed10velf.c:260 eelf32_sparc.c:423 +#: eelf32_sparc_sol2.c:555 eelf32_sparc_vxworks.c:455 eelf32_spu.c:844 +#: eelf32_tic6x_be.c:512 eelf32_tic6x_elf_be.c:512 eelf32_tic6x_elf_le.c:512 +#: eelf32_tic6x_le.c:512 eelf32_tic6x_linux_be.c:512 +#: eelf32_tic6x_linux_le.c:512 eelf32_x86_64.c:8495 eelf32am33lin.c:382 +#: eelf32b4300.c:627 eelf32bfin.c:396 eelf32bfinfd.c:436 eelf32bmip.c:627 +#: eelf32bmipn32.c:641 eelf32briscv.c:501 eelf32briscv_ilp32.c:501 +#: eelf32briscv_ilp32f.c:501 eelf32bsmip.c:641 eelf32btsmip.c:627 +#: eelf32btsmip_fbsd.c:627 eelf32btsmipn32.c:627 eelf32btsmipn32_fbsd.c:627 +#: eelf32cr16.c:410 eelf32crx.c:297 eelf32ebmip.c:627 eelf32ebmipvxworks.c:658 +#: eelf32elmip.c:627 eelf32elmipvxworks.c:658 eelf32epiphany.c:285 +#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:647 +#: eelf32l4300.c:627 eelf32lm32.c:285 eelf32lm32fd.c:422 eelf32lmip.c:627 +#: eelf32loongarch.c:479 eelf32lppc.c:652 eelf32lppclinux.c:652 +#: eelf32lppcnto.c:652 eelf32lppcsim.c:652 eelf32lr5900.c:530 +#: eelf32lr5900n32.c:529 eelf32lriscv.c:501 eelf32lriscv_ilp32.c:501 +#: eelf32lriscv_ilp32f.c:501 eelf32lsmip.c:627 eelf32ltsmip.c:627 +#: eelf32ltsmip_fbsd.c:627 eelf32ltsmipn32.c:627 eelf32ltsmipn32_fbsd.c:627 +#: eelf32m32c.c:296 eelf32mb_linux.c:423 eelf32mbel_linux.c:423 +#: eelf32mcore.c:288 eelf32mep.c:260 eelf32metag.c:669 eelf32microblaze.c:260 +#: eelf32microblazeel.c:260 eelf32mipswindiss.c:489 eelf32moxie.c:285 +#: eelf32or1k.c:286 eelf32or1k_linux.c:423 eelf32ppc.c:652 eelf32ppc_fbsd.c:652 +#: eelf32ppchaiku.c:652 eelf32ppclinux.c:652 eelf32ppcnto.c:652 +#: eelf32ppcsim.c:652 eelf32ppcvxworks.c:622 eelf32ppcwindiss.c:652 +#: eelf32rl78.c:285 eelf32rx.c:307 eelf32rx_linux.c:298 eelf32tilegx.c:423 +#: eelf32tilegx_be.c:423 eelf32tilepro.c:423 eelf32vax.c:382 eelf32visium.c:260 +#: eelf32xstormy16.c:271 eelf32xtensa.c:2326 eelf32z80.c:287 eelf64_aix.c:382 +#: eelf64_ia64.c:451 eelf64_ia64_fbsd.c:451 eelf64_s390.c:525 +#: eelf64_sparc.c:423 eelf64_sparc_fbsd.c:423 eelf64_sparc_sol2.c:555 +#: eelf64alpha.c:487 eelf64alpha_fbsd.c:487 eelf64alpha_nbsd.c:487 +#: eelf64bmip.c:641 eelf64bpf.c:260 eelf64briscv.c:501 eelf64briscv_lp64.c:501 +#: eelf64briscv_lp64f.c:501 eelf64btsmip.c:627 eelf64btsmip_fbsd.c:627 +#: eelf64hppa.c:332 eelf64kvx.c:647 eelf64kvx_linux.c:685 eelf64loongarch.c:479 +#: eelf64lppc.c:1088 eelf64lppc_fbsd.c:1088 eelf64lriscv.c:501 +#: eelf64lriscv_lp64.c:501 eelf64lriscv_lp64f.c:501 eelf64ltsmip.c:627 +#: eelf64ltsmip_fbsd.c:627 eelf64mmix.c:490 eelf64ppc.c:1088 +#: eelf64ppc_fbsd.c:1088 eelf64rdos.c:476 eelf64tilegx.c:423 +#: eelf64tilegx_be.c:423 eelf_i386.c:7921 eelf_i386_be.c:406 +#: eelf_i386_fbsd.c:453 eelf_i386_haiku.c:453 eelf_i386_ldso.c:413 +#: eelf_i386_sol2.c:585 eelf_i386_vxworks.c:479 eelf_iamcu.c:453 +#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8495 +#: eelf_x86_64_cloudabi.c:493 eelf_x86_64_fbsd.c:493 eelf_x86_64_haiku.c:493 +#: eelf_x86_64_sol2.c:625 eh8300elf.c:285 eh8300elf_linux.c:285 +#: eh8300helf.c:285 eh8300helf_linux.c:285 eh8300hnelf.c:285 eh8300self.c:285 +#: eh8300self_linux.c:285 eh8300snelf.c:285 eh8300sxelf.c:285 +#: eh8300sxelf_linux.c:285 eh8300sxnelf.c:285 ehppa64linux.c:382 ehppaelf.c:539 +#: ehppalinux.c:702 ehppanbsd.c:702 ehppaobsd.c:702 ei386lynx.c:397 +#: ei386moss.c:397 ei386nto.c:397 em32relf.c:285 em32relf_linux.c:422 +#: em32rlelf.c:285 em32rlelf_linux.c:422 em68hc11elf.c:541 em68hc11elfb.c:541 +#: em68hc12elf.c:541 em68hc12elfb.c:541 em68kelf.c:577 em68kelfnbsd.c:577 +#: emn10300.c:382 ends32belf.c:384 ends32belf16m.c:384 ends32belf_linux.c:468 +#: ends32elf.c:384 ends32elf16m.c:384 ends32elf_linux.c:468 epruelf.c:281 +#: escore3_elf.c:400 escore7_elf.c:400 eshelf.c:382 eshelf_fd.c:423 +#: eshelf_linux.c:423 eshelf_nbsd.c:382 eshelf_nto.c:382 eshelf_uclinux.c:382 +#: eshelf_vxworks.c:414 eshlelf.c:382 eshlelf_fd.c:423 eshlelf_linux.c:423 +#: eshlelf_nbsd.c:382 eshlelf_nto.c:382 eshlelf_vxworks.c:414 ev850.c:307 +#: ev850_rh850.c:307 +#, fuzzy +#| msgid "%F%P: invalid stack size `%s'\n" +msgid "%P: invalid stack size `%s'\n" +msgstr "%P: tamaño de pila no válido `%s'\n" + +#: eaarch64cloudabi.c:882 eaarch64cloudabib.c:882 eaarch64elf.c:882 +#: eaarch64elf32.c:882 eaarch64elf32b.c:882 eaarch64elfb.c:882 +#: eaarch64fbsd.c:882 eaarch64fbsdb.c:882 eaarch64haiku.c:882 +#: eaarch64linux.c:882 eaarch64linux32.c:882 eaarch64linux32b.c:882 +#: eaarch64linuxb.c:882 eaarch64nto.c:1044 earcelf.c:371 earclinux.c:462 +#: earclinux_nps.c:462 earcv2elf.c:299 earcv2elfx.c:299 earmelf.c:986 +#: earmelf_fbsd.c:986 earmelf_fuchsia.c:987 earmelf_haiku.c:987 +#: earmelf_linux.c:987 earmelf_linux_eabi.c:987 earmelf_linux_fdpiceabi.c:987 +#: earmelf_nacl.c:987 earmelf_nbsd.c:986 earmelf_phoenix.c:987 +#: earmelf_vxworks.c:1018 earmelfb.c:986 earmelfb_fbsd.c:986 +#: earmelfb_fuchsia.c:987 earmelfb_linux.c:987 earmelfb_linux_eabi.c:987 +#: earmelfb_linux_fdpiceabi.c:987 earmelfb_nacl.c:987 earmelfb_nbsd.c:986 +#: earmnto.c:946 eavr1.c:515 eavr2.c:515 eavr25.c:515 eavr3.c:515 eavr31.c:515 +#: eavr35.c:515 eavr4.c:515 eavr5.c:515 eavr51.c:515 eavr6.c:515 eavrtiny.c:515 +#: eavrxmega1.c:515 eavrxmega2.c:515 eavrxmega2_flmap.c:515 eavrxmega3.c:515 +#: eavrxmega4.c:515 eavrxmega4_flmap.c:515 eavrxmega5.c:515 eavrxmega6.c:515 +#: eavrxmega7.c:515 ecriself.c:324 ecrislinux.c:422 ecskyelf.c:563 +#: ecskyelf_linux.c:701 ed10velf.c:299 eelf32_sparc.c:462 +#: eelf32_sparc_sol2.c:594 eelf32_sparc_vxworks.c:494 eelf32_spu.c:883 +#: eelf32_tic6x_be.c:551 eelf32_tic6x_elf_be.c:551 eelf32_tic6x_elf_le.c:551 +#: eelf32_tic6x_le.c:551 eelf32_tic6x_linux_be.c:551 +#: eelf32_tic6x_linux_le.c:551 eelf32_x86_64.c:8534 eelf32am33lin.c:421 +#: eelf32b4300.c:666 eelf32bfin.c:435 eelf32bfinfd.c:475 eelf32bmip.c:666 +#: eelf32bmipn32.c:680 eelf32briscv.c:540 eelf32briscv_ilp32.c:540 +#: eelf32briscv_ilp32f.c:540 eelf32bsmip.c:680 eelf32btsmip.c:666 +#: eelf32btsmip_fbsd.c:666 eelf32btsmipn32.c:666 eelf32btsmipn32_fbsd.c:666 +#: eelf32cr16.c:449 eelf32crx.c:336 eelf32ebmip.c:666 eelf32ebmipvxworks.c:697 +#: eelf32elmip.c:666 eelf32elmipvxworks.c:697 eelf32epiphany.c:324 +#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:686 +#: eelf32l4300.c:666 eelf32lm32.c:324 eelf32lm32fd.c:461 eelf32lmip.c:666 +#: eelf32loongarch.c:518 eelf32lppc.c:691 eelf32lppclinux.c:691 +#: eelf32lppcnto.c:691 eelf32lppcsim.c:691 eelf32lr5900.c:569 +#: eelf32lr5900n32.c:568 eelf32lriscv.c:540 eelf32lriscv_ilp32.c:540 +#: eelf32lriscv_ilp32f.c:540 eelf32lsmip.c:666 eelf32ltsmip.c:666 +#: eelf32ltsmip_fbsd.c:666 eelf32ltsmipn32.c:666 eelf32ltsmipn32_fbsd.c:666 +#: eelf32m32c.c:335 eelf32mb_linux.c:462 eelf32mbel_linux.c:462 +#: eelf32mcore.c:327 eelf32mep.c:299 eelf32metag.c:708 eelf32microblaze.c:299 +#: eelf32microblazeel.c:299 eelf32mipswindiss.c:528 eelf32moxie.c:324 +#: eelf32or1k.c:325 eelf32or1k_linux.c:462 eelf32ppc.c:691 eelf32ppc_fbsd.c:691 +#: eelf32ppchaiku.c:691 eelf32ppclinux.c:691 eelf32ppcnto.c:691 +#: eelf32ppcsim.c:691 eelf32ppcvxworks.c:661 eelf32ppcwindiss.c:691 +#: eelf32rl78.c:324 eelf32rx.c:346 eelf32rx_linux.c:337 eelf32tilegx.c:462 +#: eelf32tilegx_be.c:462 eelf32tilepro.c:462 eelf32vax.c:421 eelf32visium.c:299 +#: eelf32xstormy16.c:310 eelf32xtensa.c:2365 eelf32z80.c:326 eelf64_aix.c:421 +#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 eelf64_s390.c:564 +#: eelf64_sparc.c:462 eelf64_sparc_fbsd.c:462 eelf64_sparc_sol2.c:594 #: eelf64alpha.c:526 eelf64alpha_fbsd.c:526 eelf64alpha_nbsd.c:526 -#: eelf64bmip.c:662 eelf64bpf.c:255 eelf64btsmip.c:648 eelf64btsmip_fbsd.c:648 -#: eelf64hppa.c:373 eelf64lppc.c:1133 eelf64lriscv.c:487 -#: eelf64lriscv_lp64.c:487 eelf64lriscv_lp64f.c:487 eelf64ltsmip.c:648 -#: eelf64ltsmip_fbsd.c:648 eelf64mmix.c:4180 eelf64ppc.c:1133 -#: eelf64ppc_fbsd.c:1133 eelf64rdos.c:458 eelf64tilegx.c:433 -#: eelf64tilegx_be.c:433 eelf_i386.c:5058 eelf_i386_be.c:470 -#: eelf_i386_fbsd.c:533 eelf_i386_ldso.c:485 eelf_i386_sol2.c:641 -#: eelf_i386_vxworks.c:537 eelf_iamcu.c:5013 eelf_k1om.c:5369 -#: eelf_k1om_fbsd.c:5349 eelf_l1om.c:5369 eelf_l1om_fbsd.c:5349 -#: eelf_s390.c:433 eelf_x86_64.c:5442 eelf_x86_64_cloudabi.c:539 -#: eelf_x86_64_fbsd.c:539 eelf_x86_64_sol2.c:670 eh8300elf.c:270 -#: eh8300elf_linux.c:270 eh8300helf.c:270 eh8300helf_linux.c:270 -#: eh8300hnelf.c:270 eh8300self.c:270 eh8300self_linux.c:270 eh8300snelf.c:270 -#: eh8300sxelf.c:270 eh8300sxelf_linux.c:270 eh8300sxnelf.c:270 -#: ehppa64linux.c:403 ehppaelf.c:538 ehppalinux.c:716 ehppanbsd.c:716 -#: ehppaobsd.c:716 ei386lynx.c:418 ei386moss.c:418 ei386nto.c:418 -#: em32relf.c:270 em32relf_linux.c:428 em32rlelf.c:270 em32rlelf_linux.c:428 -#: em68hc11elf.c:540 em68hc11elfb.c:540 em68hc12elf.c:540 em68hc12elfb.c:540 -#: em68kelf.c:590 em68kelfnbsd.c:590 emn10300.c:403 ends32belf.c:391 -#: ends32belf16m.c:391 ends32belf_linux.c:520 ends32elf.c:391 -#: ends32elf16m.c:391 ends32elf_linux.c:520 enios2elf.c:557 enios2linux.c:694 -#: eppclynx.c:702 epruelf.c:276 escore3_elf.c:424 escore7_elf.c:424 -#: eshelf.c:403 eshelf_fd.c:433 eshelf_linux.c:433 eshelf_nbsd.c:403 -#: eshelf_nto.c:403 eshelf_uclinux.c:403 eshelf_vxworks.c:440 eshlelf.c:403 -#: eshlelf_fd.c:433 eshlelf_linux.c:433 eshlelf_nbsd.c:403 eshlelf_nto.c:403 -#: eshlelf_vxworks.c:440 ev850.c:302 ev850_rh850.c:302 -msgid "%P: warning: -z %s ignored\n" -msgstr "%P: aviso: se hace caso omiso de -z %s\n" - -#: eaarch64cloudabi.c:788 eaarch64cloudabib.c:788 eaarch64elf.c:783 -#: eaarch64elf32.c:783 eaarch64elf32b.c:783 eaarch64elfb.c:783 -#: eaarch64fbsd.c:788 eaarch64fbsdb.c:788 eaarch64linux.c:788 -#: eaarch64linux32.c:788 eaarch64linux32b.c:788 eaarch64linuxb.c:788 +#: eelf64bmip.c:680 eelf64bpf.c:299 eelf64briscv.c:540 eelf64briscv_lp64.c:540 +#: eelf64briscv_lp64f.c:540 eelf64btsmip.c:666 eelf64btsmip_fbsd.c:666 +#: eelf64hppa.c:371 eelf64kvx.c:686 eelf64kvx_linux.c:724 eelf64loongarch.c:518 +#: eelf64lppc.c:1127 eelf64lppc_fbsd.c:1127 eelf64lriscv.c:540 +#: eelf64lriscv_lp64.c:540 eelf64lriscv_lp64f.c:540 eelf64ltsmip.c:666 +#: eelf64ltsmip_fbsd.c:666 eelf64mmix.c:529 eelf64ppc.c:1127 +#: eelf64ppc_fbsd.c:1127 eelf64rdos.c:515 eelf64tilegx.c:462 +#: eelf64tilegx_be.c:462 eelf_i386.c:7960 eelf_i386_be.c:445 +#: eelf_i386_fbsd.c:492 eelf_i386_haiku.c:492 eelf_i386_ldso.c:452 +#: eelf_i386_sol2.c:624 eelf_i386_vxworks.c:518 eelf_iamcu.c:492 +#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8534 +#: eelf_x86_64_cloudabi.c:532 eelf_x86_64_fbsd.c:532 eelf_x86_64_haiku.c:532 +#: eelf_x86_64_sol2.c:664 eh8300elf.c:324 eh8300elf_linux.c:324 +#: eh8300helf.c:324 eh8300helf_linux.c:324 eh8300hnelf.c:324 eh8300self.c:324 +#: eh8300self_linux.c:324 eh8300snelf.c:324 eh8300sxelf.c:324 +#: eh8300sxelf_linux.c:324 eh8300sxnelf.c:324 ehppa64linux.c:421 ehppaelf.c:578 +#: ehppalinux.c:741 ehppanbsd.c:741 ehppaobsd.c:741 ei386lynx.c:436 +#: ei386moss.c:436 ei386nto.c:436 em32relf.c:324 em32relf_linux.c:461 +#: em32rlelf.c:324 em32rlelf_linux.c:461 em68hc11elf.c:580 em68hc11elfb.c:580 +#: em68hc12elf.c:580 em68hc12elfb.c:580 em68kelf.c:616 em68kelfnbsd.c:616 +#: emn10300.c:421 ends32belf.c:423 ends32belf16m.c:423 ends32belf_linux.c:507 +#: ends32elf.c:423 ends32elf16m.c:423 ends32elf_linux.c:507 epruelf.c:320 +#: escore3_elf.c:439 escore7_elf.c:439 eshelf.c:421 eshelf_fd.c:462 +#: eshelf_linux.c:462 eshelf_nbsd.c:421 eshelf_nto.c:421 eshelf_uclinux.c:421 +#: eshelf_vxworks.c:453 eshlelf.c:421 eshlelf_fd.c:462 eshlelf_linux.c:462 +#: eshlelf_nbsd.c:421 eshlelf_nto.c:421 eshlelf_vxworks.c:453 ev850.c:346 +#: ev850_rh850.c:346 +#, fuzzy +#| msgid "%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" +msgid "%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" +msgstr "%P: visibilidad no válida en `-z %s', debe ser default, internal, hidden o protected" + +#: eaarch64cloudabi.c:1006 eaarch64cloudabib.c:1006 eaarch64elf.c:1011 +#: eaarch64elf32.c:1011 eaarch64elf32b.c:1011 eaarch64elfb.c:1011 +#: eaarch64fbsd.c:1011 eaarch64fbsdb.c:1011 eaarch64haiku.c:1006 +#: eaarch64linux.c:1011 eaarch64linux32.c:1011 eaarch64linux32b.c:1011 +#: eaarch64linuxb.c:1011 eaarch64nto.c:1168 msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n" msgstr "%P: error: no se reconoce la opción para --fix-cortex-a53-843419: %s\n" -#: eaarch64cloudabi.c:817 eaarch64cloudabib.c:817 eaarch64elf.c:812 -#: eaarch64elf32.c:812 eaarch64elf32b.c:812 eaarch64elfb.c:812 -#: eaarch64fbsd.c:817 eaarch64fbsdb.c:817 eaarch64linux.c:817 -#: eaarch64linux32.c:817 eaarch64linux32b.c:817 eaarch64linuxb.c:817 -#: earmelf.c:1120 earmelf_fbsd.c:1120 earmelf_fuchsia.c:1125 -#: earmelf_linux.c:1125 earmelf_linux_eabi.c:1125 -#: earmelf_linux_fdpiceabi.c:1125 earmelf_nacl.c:1125 earmelf_nbsd.c:1120 -#: earmelf_phoenix.c:1125 earmelf_vxworks.c:1160 earmelfb.c:1120 -#: earmelfb_fbsd.c:1120 earmelfb_fuchsia.c:1125 earmelfb_linux.c:1125 -#: earmelfb_linux_eabi.c:1125 earmelfb_linux_fdpiceabi.c:1125 -#: earmelfb_nacl.c:1125 earmelfb_nbsd.c:1120 earmnto.c:1095 earmsymbian.c:1120 +#: eaarch64cloudabi.c:1035 eaarch64cloudabib.c:1035 eaarch64elf.c:1040 +#: eaarch64elf32.c:1040 eaarch64elf32b.c:1040 eaarch64elfb.c:1040 +#: eaarch64fbsd.c:1040 eaarch64fbsdb.c:1040 eaarch64haiku.c:1035 +#: eaarch64linux.c:1040 eaarch64linux32.c:1040 eaarch64linux32b.c:1040 +#: eaarch64linuxb.c:1040 eaarch64nto.c:1213 earmelf.c:1191 earmelf_fbsd.c:1191 +#: earmelf_fuchsia.c:1196 earmelf_haiku.c:1196 earmelf_linux.c:1196 +#: earmelf_linux_eabi.c:1196 earmelf_linux_fdpiceabi.c:1196 earmelf_nacl.c:1196 +#: earmelf_nbsd.c:1191 earmelf_phoenix.c:1196 earmelf_vxworks.c:1227 +#: earmelfb.c:1191 earmelfb_fbsd.c:1191 earmelfb_fuchsia.c:1196 +#: earmelfb_linux.c:1196 earmelfb_linux_eabi.c:1196 +#: earmelfb_linux_fdpiceabi.c:1196 earmelfb_nacl.c:1196 earmelfb_nbsd.c:1191 +#: earmnto.c:1151 #, c-format msgid "" " --no-enum-size-warning Don't warn about objects with incompatible\n" @@ -3406,17 +4511,18 @@ msgstr "" " --no-enum-size-warning No advierte de objetos con tamaños de\n" " enumerados incompatibles\n" -#: eaarch64cloudabi.c:819 eaarch64cloudabib.c:819 eaarch64elf.c:814 -#: eaarch64elf32.c:814 eaarch64elf32b.c:814 eaarch64elfb.c:814 -#: eaarch64fbsd.c:819 eaarch64fbsdb.c:819 eaarch64linux.c:819 -#: eaarch64linux32.c:819 eaarch64linux32b.c:819 eaarch64linuxb.c:819 -#: earmelf.c:1122 earmelf_fbsd.c:1122 earmelf_fuchsia.c:1127 -#: earmelf_linux.c:1127 earmelf_linux_eabi.c:1127 -#: earmelf_linux_fdpiceabi.c:1127 earmelf_nacl.c:1127 earmelf_nbsd.c:1122 -#: earmelf_phoenix.c:1127 earmelf_vxworks.c:1162 earmelfb.c:1122 -#: earmelfb_fbsd.c:1122 earmelfb_fuchsia.c:1127 earmelfb_linux.c:1127 -#: earmelfb_linux_eabi.c:1127 earmelfb_linux_fdpiceabi.c:1127 -#: earmelfb_nacl.c:1127 earmelfb_nbsd.c:1122 earmnto.c:1097 earmsymbian.c:1122 +#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1042 +#: eaarch64elf32.c:1042 eaarch64elf32b.c:1042 eaarch64elfb.c:1042 +#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 +#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 +#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 earmelf.c:1193 earmelf_fbsd.c:1193 +#: earmelf_fuchsia.c:1198 earmelf_haiku.c:1198 earmelf_linux.c:1198 +#: earmelf_linux_eabi.c:1198 earmelf_linux_fdpiceabi.c:1198 earmelf_nacl.c:1198 +#: earmelf_nbsd.c:1193 earmelf_phoenix.c:1198 earmelf_vxworks.c:1229 +#: earmelfb.c:1193 earmelfb_fbsd.c:1193 earmelfb_fuchsia.c:1198 +#: earmelfb_linux.c:1198 earmelfb_linux_eabi.c:1198 +#: earmelfb_linux_fdpiceabi.c:1198 earmelfb_nacl.c:1198 earmelfb_nbsd.c:1193 +#: earmnto.c:1153 #, c-format msgid "" " --no-wchar-size-warning Don't warn about objects with incompatible\n" @@ -3425,32 +4531,34 @@ msgstr "" " --no-wchar-size-warning No advierte de objetos con tamaños de\n" " wchar_t incompatibles\n" -#: eaarch64cloudabi.c:821 eaarch64cloudabib.c:821 eaarch64elf.c:816 -#: eaarch64elf32.c:816 eaarch64elf32b.c:816 eaarch64elfb.c:816 -#: eaarch64fbsd.c:821 eaarch64fbsdb.c:821 eaarch64linux.c:821 -#: eaarch64linux32.c:821 eaarch64linux32b.c:821 eaarch64linuxb.c:821 -#: earmelf.c:1124 earmelf_fbsd.c:1124 earmelf_fuchsia.c:1129 -#: earmelf_linux.c:1129 earmelf_linux_eabi.c:1129 -#: earmelf_linux_fdpiceabi.c:1129 earmelf_nacl.c:1129 earmelf_nbsd.c:1124 -#: earmelf_phoenix.c:1129 earmelf_vxworks.c:1164 earmelfb.c:1124 -#: earmelfb_fbsd.c:1124 earmelfb_fuchsia.c:1129 earmelfb_linux.c:1129 -#: earmelfb_linux_eabi.c:1129 earmelfb_linux_fdpiceabi.c:1129 -#: earmelfb_nacl.c:1129 earmelfb_nbsd.c:1124 earmnto.c:1099 earmsymbian.c:1124 +#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1044 +#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 +#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 +#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 +#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 earmelf.c:1195 earmelf_fbsd.c:1195 +#: earmelf_fuchsia.c:1200 earmelf_haiku.c:1200 earmelf_linux.c:1200 +#: earmelf_linux_eabi.c:1200 earmelf_linux_fdpiceabi.c:1200 earmelf_nacl.c:1200 +#: earmelf_nbsd.c:1195 earmelf_phoenix.c:1200 earmelf_vxworks.c:1231 +#: earmelfb.c:1195 earmelfb_fbsd.c:1195 earmelfb_fuchsia.c:1200 +#: earmelfb_linux.c:1200 earmelfb_linux_eabi.c:1200 +#: earmelfb_linux_fdpiceabi.c:1200 earmelfb_nacl.c:1200 earmelfb_nbsd.c:1195 +#: earmnto.c:1155 #, c-format msgid " --pic-veneer Always generate PIC interworking veneers\n" msgstr " --pic-veneer Genera siempre capas de interoperabilidad PIC\n" -#: eaarch64cloudabi.c:822 eaarch64cloudabib.c:822 eaarch64elf.c:817 -#: eaarch64elf32.c:817 eaarch64elf32b.c:817 eaarch64elfb.c:817 -#: eaarch64fbsd.c:822 eaarch64fbsdb.c:822 eaarch64linux.c:822 -#: eaarch64linux32.c:822 eaarch64linux32b.c:822 eaarch64linuxb.c:822 -#: earmelf.c:1131 earmelf_fbsd.c:1131 earmelf_fuchsia.c:1136 -#: earmelf_linux.c:1136 earmelf_linux_eabi.c:1136 -#: earmelf_linux_fdpiceabi.c:1136 earmelf_nacl.c:1136 earmelf_nbsd.c:1131 -#: earmelf_phoenix.c:1136 earmelf_vxworks.c:1171 earmelfb.c:1131 -#: earmelfb_fbsd.c:1131 earmelfb_fuchsia.c:1136 earmelfb_linux.c:1136 -#: earmelfb_linux_eabi.c:1136 earmelfb_linux_fdpiceabi.c:1136 -#: earmelfb_nacl.c:1136 earmelfb_nbsd.c:1131 earmnto.c:1106 earmsymbian.c:1131 +#: eaarch64cloudabi.c:1040 eaarch64cloudabib.c:1040 eaarch64elf.c:1045 +#: eaarch64elf32.c:1045 eaarch64elf32b.c:1045 eaarch64elfb.c:1045 +#: eaarch64fbsd.c:1045 eaarch64fbsdb.c:1045 eaarch64haiku.c:1040 +#: eaarch64linux.c:1045 eaarch64linux32.c:1045 eaarch64linux32b.c:1045 +#: eaarch64linuxb.c:1045 eaarch64nto.c:1218 earmelf.c:1202 earmelf_fbsd.c:1202 +#: earmelf_fuchsia.c:1207 earmelf_haiku.c:1207 earmelf_linux.c:1207 +#: earmelf_linux_eabi.c:1207 earmelf_linux_fdpiceabi.c:1207 earmelf_nacl.c:1207 +#: earmelf_nbsd.c:1202 earmelf_phoenix.c:1207 earmelf_vxworks.c:1238 +#: earmelfb.c:1202 earmelfb_fbsd.c:1202 earmelfb_fuchsia.c:1207 +#: earmelfb_linux.c:1207 earmelfb_linux_eabi.c:1207 +#: earmelfb_linux_fdpiceabi.c:1207 earmelfb_nacl.c:1207 earmelfb_nbsd.c:1202 +#: earmnto.c:1162 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections that\n" @@ -3472,18 +4580,20 @@ msgstr "" " que el enlazador es el que deberÃa escoger los\n" " valores adecuados.\n" -#: eaarch64cloudabi.c:831 eaarch64cloudabib.c:831 eaarch64elf.c:826 -#: eaarch64elf32.c:826 eaarch64elf32b.c:826 eaarch64elfb.c:826 -#: eaarch64fbsd.c:831 eaarch64fbsdb.c:831 eaarch64linux.c:831 -#: eaarch64linux32.c:831 eaarch64linux32b.c:831 eaarch64linuxb.c:831 +#: eaarch64cloudabi.c:1049 eaarch64cloudabib.c:1049 eaarch64elf.c:1054 +#: eaarch64elf32.c:1054 eaarch64elf32b.c:1054 eaarch64elfb.c:1054 +#: eaarch64fbsd.c:1054 eaarch64fbsdb.c:1054 eaarch64haiku.c:1049 +#: eaarch64linux.c:1054 eaarch64linux32.c:1054 eaarch64linux32b.c:1054 +#: eaarch64linuxb.c:1054 eaarch64nto.c:1227 #, c-format msgid " --fix-cortex-a53-835769 Fix erratum 835769\n" msgstr " --fix-cortex-a53-835769 Corrige el error 835769\n" -#: eaarch64cloudabi.c:832 eaarch64cloudabib.c:832 eaarch64elf.c:827 -#: eaarch64elf32.c:827 eaarch64elf32b.c:827 eaarch64elfb.c:827 -#: eaarch64fbsd.c:832 eaarch64fbsdb.c:832 eaarch64linux.c:832 -#: eaarch64linux32.c:832 eaarch64linux32b.c:832 eaarch64linuxb.c:832 +#: eaarch64cloudabi.c:1050 eaarch64cloudabib.c:1050 eaarch64elf.c:1055 +#: eaarch64elf32.c:1055 eaarch64elf32b.c:1055 eaarch64elfb.c:1055 +#: eaarch64fbsd.c:1055 eaarch64fbsdb.c:1055 eaarch64haiku.c:1050 +#: eaarch64linux.c:1055 eaarch64linux32.c:1055 eaarch64linux32b.c:1055 +#: eaarch64linuxb.c:1055 eaarch64nto.c:1228 #, c-format msgid "" " --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and optionally specify which workaround to use.\n" @@ -3509,143 +4619,161 @@ msgstr "" " instrucción ADRP como ADR. La solución siempre utilizará\n" " capa, lo que empeorará el rendimiento y el tamaño.\n" -#: eaarch64cloudabi.c:843 eaarch64cloudabib.c:843 eaarch64elf.c:838 -#: eaarch64elf32.c:838 eaarch64elf32b.c:838 eaarch64elfb.c:838 -#: eaarch64fbsd.c:843 eaarch64fbsdb.c:843 eaarch64linux.c:843 -#: eaarch64linux32.c:843 eaarch64linux32b.c:843 eaarch64linuxb.c:843 +#: eaarch64cloudabi.c:1061 eaarch64cloudabib.c:1061 eaarch64elf.c:1066 +#: eaarch64elf32.c:1066 eaarch64elf32b.c:1066 eaarch64elfb.c:1066 +#: eaarch64fbsd.c:1066 eaarch64fbsdb.c:1066 eaarch64haiku.c:1061 +#: eaarch64linux.c:1066 eaarch64linux32.c:1066 eaarch64linux32b.c:1066 +#: eaarch64linuxb.c:1066 eaarch64nto.c:1239 #, c-format msgid " --no-apply-dynamic-relocs Do not apply link-time values for dynamic relocations\n" msgstr " --no-apply-dynamic-relocs No aplica valores de tiempo de enlazamiento a reubicaciones dinámicas\n" -#: eaarch64cloudabi.c:844 eaarch64cloudabib.c:844 eaarch64elf.c:839 -#: eaarch64elf32.c:839 eaarch64elf32b.c:839 eaarch64elfb.c:839 -#: eaarch64fbsd.c:844 eaarch64fbsdb.c:844 eaarch64linux.c:844 -#: eaarch64linux32.c:844 eaarch64linux32b.c:844 eaarch64linuxb.c:844 -#, c-format -msgid " -z force-bti Turn on Branch Target Identification mechanism and generate PLTs with BTI. Generate warnings for missing BTI on inputs\n" +#: eaarch64cloudabi.c:1062 eaarch64cloudabib.c:1062 eaarch64elf.c:1067 +#: eaarch64elf32.c:1067 eaarch64elf32b.c:1067 eaarch64elfb.c:1067 +#: eaarch64fbsd.c:1067 eaarch64fbsdb.c:1067 eaarch64haiku.c:1062 +#: eaarch64linux.c:1067 eaarch64linux32.c:1067 eaarch64linux32b.c:1067 +#: eaarch64linuxb.c:1067 eaarch64nto.c:1240 +#, fuzzy, c-format +#| msgid " -z force-bti Turn on Branch Target Identification mechanism and generate PLTs with BTI. Generate warnings for missing BTI on inputs\n" +msgid "" +" -z force-bti Turn on Branch Target Identification mechanism and generate PLTs with BTI.\n" +" Generate warnings for missing BTI markings on inputs\n" msgstr " -z force-bti Activa el mechanismo de identificación de objetivo de rama y genera PLTs con BTI. Genera avisos para BTI ausentes en las entradas\n" -#: eaarch64cloudabi.c:845 eaarch64cloudabib.c:845 eaarch64elf.c:840 -#: eaarch64elf32.c:840 eaarch64elf32b.c:840 eaarch64elfb.c:840 -#: eaarch64fbsd.c:845 eaarch64fbsdb.c:845 eaarch64linux.c:845 -#: eaarch64linux32.c:845 eaarch64linux32b.c:845 eaarch64linuxb.c:845 +#: eaarch64cloudabi.c:1065 eaarch64cloudabib.c:1065 eaarch64elf.c:1070 +#: eaarch64elf32.c:1070 eaarch64elf32b.c:1070 eaarch64elfb.c:1070 +#: eaarch64fbsd.c:1070 eaarch64fbsdb.c:1070 eaarch64haiku.c:1065 +#: eaarch64linux.c:1070 eaarch64linux32.c:1070 eaarch64linux32b.c:1070 +#: eaarch64linuxb.c:1070 eaarch64nto.c:1243 #, c-format -msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" -msgstr " -z pac-plt Protege PLTs con autenticación de puntero.\n" - -#: eaix5ppc.c:317 eaix5rs6.c:317 eaixppc.c:317 eaixrs6.c:317 eppcmacos.c:317 -msgid "%F%P: cannot open %s\n" -msgstr "%F%P: no se puede abrir %s\n" - -#: eaix5ppc.c:364 eaix5rs6.c:364 eaixppc.c:364 eaixrs6.c:364 eppcmacos.c:364 -msgid "%F%P: cannot read %s\n" -msgstr "%F%P: no se puede leer %s\n" - -#: eaix5ppc.c:392 eaix5rs6.c:392 eaixppc.c:392 eaixrs6.c:392 eppcmacos.c:392 -msgid "%P: warning: ignoring invalid -D number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -D no válido %s\n" - -#: eaix5ppc.c:400 eaix5rs6.c:400 eaixppc.c:400 eaixrs6.c:400 eppcmacos.c:400 -msgid "%P: warning: ignoring invalid -H number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -H no válido %s\n" - -#: eaix5ppc.c:512 eaix5rs6.c:512 eaixppc.c:512 eaixrs6.c:512 eppcmacos.c:512 -msgid "%P: warning: ignoring invalid -bmaxdata number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -bmaxdata no válido %s\n" - -#: eaix5ppc.c:521 eaix5rs6.c:521 eaixppc.c:521 eaixrs6.c:521 eppcmacos.c:521 -msgid "%P: warning: ignoring invalid -bmaxstack number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -bmaxstack no válido %s\n" - -#: eaix5ppc.c:534 eaix5rs6.c:534 eaixppc.c:534 eaixrs6.c:534 eppcmacos.c:534 -msgid "%P: warning: ignoring invalid module type %s\n" -msgstr "%P: aviso: se hace caso omiso del tipo de módulo no válido %s\n" - -#: eaix5ppc.c:564 eaix5rs6.c:564 eaixppc.c:564 eaixrs6.c:564 eppcmacos.c:564 -msgid "%P: warning: ignoring invalid -pD number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -pD no válido %s\n" - -#: eaix5ppc.c:587 eaix5rs6.c:587 eaixppc.c:587 eaixrs6.c:587 eppcmacos.c:587 -msgid "%P: warning: ignoring invalid -pT number %s\n" -msgstr "%P: aviso: se hace caso omiso del número -pT no válido %s\n" - -#: eaix5ppc.c:716 eaix5rs6.c:716 eaixppc.c:716 eaixrs6.c:716 eppcmacos.c:716 -msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n" -msgstr "%F%P: falló bfd_xcoff_link_record_set: %E\n" - -#: eaix5ppc.c:746 eaix5rs6.c:746 eaixppc.c:746 eaixrs6.c:746 eppcmacos.c:746 -msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n" -msgstr "%F%P: falló bfd_link_hash_lookup: %E\n" - -#: eaix5ppc.c:748 eaix5rs6.c:748 eaixppc.c:748 eaixrs6.c:748 eppcmacos.c:748 -msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" -msgstr "%F%P: falló bfd_xcoff_export_symbol: %E\n" - -#: eaix5ppc.c:854 eaix5rs6.c:854 eaixppc.c:854 eaixrs6.c:854 eppcmacos.c:854 -msgid "%F%P: can't find output section %s\n" -msgstr "%F%P: no se puede encontrar la sección de salida %s\n" - -#: eaix5ppc.c:891 eaix5rs6.c:891 eaixppc.c:891 eaixrs6.c:891 eppcmacos.c:891 -msgid "%F%P: can't find %s in output section\n" -msgstr "%F%P: no se puede encontrar %s en la sección de salida\n" - -#: eaix5ppc.c:958 eaix5rs6.c:958 eaixppc.c:958 eaixrs6.c:958 eppcmacos.c:958 -msgid "%P: can't find required output section %s\n" -msgstr "%P: no se puede encontrar la sección de salida requerida %s\n" - -#: eaix5ppc.c:1167 eaix5rs6.c:1167 eaixppc.c:1167 eaixrs6.c:1167 -#: eppcmacos.c:1167 -msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" -msgstr "%F%P:%s:%d: #! ([miembro]) no se admite en ficheros de importación\n" +msgid "" +" -z bti-report[=none|warning|error] Emit warning/error on mismatch of BTI marking between input objects and ouput.\n" +" none: Does not emit any warning/error messages.\n" +" warning (default): Emit warning when the input objects are missing BTI markings\n" +" and output has BTI marking.\n" +" error: Emit error when the input objects are missing BTI markings\n" +" and output has BTI marking.\n" +msgstr "" -#: eaix5ppc.c:1184 eaix5rs6.c:1184 eaixppc.c:1184 eaixrs6.c:1184 -#: eppcmacos.c:1184 -msgid "%F%P: could not parse import path: %E\n" -msgstr "%F%P: no se puede analizar la ruta de importación: %E\n" +#: eaarch64cloudabi.c:1072 eaarch64cloudabib.c:1072 eaarch64elf.c:1077 +#: eaarch64elf32.c:1077 eaarch64elf32b.c:1077 eaarch64elfb.c:1077 +#: eaarch64fbsd.c:1077 eaarch64fbsdb.c:1077 eaarch64haiku.c:1072 +#: eaarch64linux.c:1077 eaarch64linux32.c:1077 eaarch64linux32b.c:1077 +#: eaarch64linuxb.c:1077 eaarch64nto.c:1250 +#, fuzzy, c-format +#| msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" +msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" +msgstr " -z pac-plt Protege PLTs con autenticación de puntero.\n" -#: eaix5ppc.c:1194 eaix5ppc.c:1206 eaix5rs6.c:1194 eaix5rs6.c:1206 -#: eaixppc.c:1194 eaixppc.c:1206 eaixrs6.c:1194 eaixrs6.c:1206 -#: eppcmacos.c:1194 eppcmacos.c:1206 -msgid "%P:%s:%d: warning: syntax error in import file\n" -msgstr "%P:%s:%d: aviso: error de sintaxis en fichero de importación\n" +#: eaarch64cloudabi.c:1074 eaarch64cloudabib.c:1074 eaarch64elf.c:1079 +#: eaarch64elf32.c:1079 eaarch64elf32b.c:1079 eaarch64elfb.c:1079 +#: eaarch64fbsd.c:1079 eaarch64fbsdb.c:1079 eaarch64haiku.c:1074 +#: eaarch64linux.c:1079 eaarch64linux32.c:1079 eaarch64linux32b.c:1079 +#: eaarch64linuxb.c:1079 eaarch64nto.c:1252 +#, c-format +msgid "" +" -z gcs=[always|never|implicit] Controls whether the output supports the Guarded Control Stack (GCS) mechanism.\n" +" implicit (default if '-z gcs' is omitted): deduce GCS from input objects.\n" +" always: always marks the output with GCS.\n" +" never: never marks the output with GCS.\n" +msgstr "" -#: eaix5ppc.c:1241 eaix5rs6.c:1241 eaixppc.c:1241 eaixrs6.c:1241 -#: eppcmacos.c:1241 -msgid "%P:%s%d: warning: syntax error in import/export file\n" -msgstr "%P:%s%d: aviso: error de sintaxis en fichero de importación/exportación\n" +#: eaarch64cloudabi.c:1079 eaarch64cloudabib.c:1079 eaarch64elf.c:1084 +#: eaarch64elf32.c:1084 eaarch64elf32b.c:1084 eaarch64elfb.c:1084 +#: eaarch64fbsd.c:1084 eaarch64fbsdb.c:1084 eaarch64haiku.c:1079 +#: eaarch64linux.c:1084 eaarch64linux32.c:1084 eaarch64linux32b.c:1084 +#: eaarch64linuxb.c:1084 eaarch64nto.c:1257 +#, c-format +msgid "" +" -z gcs-report[=none|warning|error] Emit warning/error on mismatch of GCS marking between input objects and ouput.\n" +" none: Does not emit any warning/error messages.\n" +" warning (default): Emit warning when the input objects are missing GCS markings\n" +" and output have GCS marking.\n" +" error: Emit error when the input objects are missing GCS markings\n" +" and output have GCS marking.\n" +msgstr "" -#: eaix5ppc.c:1259 eaix5rs6.c:1259 eaixppc.c:1259 eaixrs6.c:1259 -#: eppcmacos.c:1259 -msgid "%P:%s:%d: warning: syntax error in import/export file\n" -msgstr "%P:%s:%d: aviso: error de sintaxis en fichero de importación/exportación\n" +#: eaarch64cloudabi.c:1086 eaarch64cloudabib.c:1086 eaarch64elf.c:1091 +#: eaarch64elf32.c:1091 eaarch64elf32b.c:1091 eaarch64elfb.c:1091 +#: eaarch64fbsd.c:1091 eaarch64fbsdb.c:1091 eaarch64haiku.c:1086 +#: eaarch64linux.c:1091 eaarch64linux32.c:1091 eaarch64linux32b.c:1091 +#: eaarch64linuxb.c:1091 eaarch64nto.c:1264 +#, c-format +msgid "" +" -z gcs-report-dynamic=none|warning|error Emit warning/error on mismatch of GCS marking between the current link\n" +" unit and input dynamic objects.\n" +" none: Does not emit any warning/error messages.\n" +" warning: Emit warning when the input objects are missing GCS markings\n" +" and output have GCS marking.\n" +" error: Emit error when the input objects are missing GCS markings\n" +" and output have GCS marking.\n" +msgstr "" -#: eaix5ppc.c:1294 eaix5rs6.c:1294 eaixppc.c:1294 eaixrs6.c:1294 -#: eppcmacos.c:1294 -msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" -msgstr "%X%P:%s:%d: fallo al importar el sÃmbolo %s: %E\n" +#: eaarch64cloudabi.c:1094 eaarch64cloudabib.c:1094 eaarch64elf.c:1099 +#: eaarch64elf32.c:1099 eaarch64elf32b.c:1099 eaarch64elfb.c:1099 +#: eaarch64fbsd.c:1099 eaarch64fbsdb.c:1099 eaarch64haiku.c:1094 +#: eaarch64linux.c:1099 eaarch64linux32.c:1099 eaarch64linux32b.c:1099 +#: eaarch64linuxb.c:1099 eaarch64nto.c:1272 +#, c-format +msgid "" +" -z memtag-mode[=none|sync|async] Select Memory Tagging Extension mode of operation to use.\n" +" Emits a DT_AARCH64_MEMTAG_MODE dynamic tag for the binary.\n" +" This entry is only valid on the main executable. It is\n" +" ignored in the dynamically loaded objects by the loader.\n" +" none (default): Disable MTE checking of memory reads and writes.\n" +" sync: Enable precise exceptions when mismatched address and\n" +" allocation tags detected on load/store operations.\n" +" async: Enable imprecise exceptions.\n" +msgstr "" -#: eaix5ppc.c:1304 eaix5rs6.c:1304 eaixppc.c:1304 eaixrs6.c:1304 -#: eppcmacos.c:1304 -msgid "%P:%s:%d: warning: ignoring unterminated last line\n" -msgstr "%P:%s:%d: aviso: se hace caso omiso de la lÃnea última inacabada\n" +#: eaarch64cloudabi.c:1103 eaarch64cloudabib.c:1103 eaarch64elf.c:1108 +#: eaarch64elf32.c:1108 eaarch64elf32b.c:1108 eaarch64elfb.c:1108 +#: eaarch64fbsd.c:1108 eaarch64fbsdb.c:1108 eaarch64haiku.c:1103 +#: eaarch64linux.c:1108 eaarch64linux32.c:1108 eaarch64linux32b.c:1108 +#: eaarch64linuxb.c:1108 eaarch64nto.c:1281 +#, fuzzy, c-format +#| msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" +msgid " -z memtag-stack Mark program stack with MTE protection.\n" +msgstr " -z pac-plt Protege PLTs con autenticación de puntero.\n" -#: eaix5ppc.c:1339 eaix5rs6.c:1339 eaixppc.c:1339 eaixrs6.c:1339 -#: eppcmacos.c:1339 -msgid "%F%P: only relocations against symbols are permitted\n" -msgstr "%F%P: solo se permiten reubicaciones contra sÃmbolos\n" +#: eaarch64nto.c:521 +#, fuzzy +#| msgid "%X%P: can not create note section: %E\n" +msgid "%P: cannot create .note section in stub BFD.\n" +msgstr "%X%P: no se puede crear la sección de notas: %E\n" -#: eaix5ppc.c:1342 eaix5rs6.c:1342 eaixppc.c:1342 eaixrs6.c:1342 -#: eppcmacos.c:1342 -msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" -msgstr "%F%P: falló bfd_xcoff_link_count_reloc: %E\n" +#: eaarch64nto.c:530 +#, fuzzy +#| msgid "%F%P: failed to create .xtensa.info section\n" +msgid "%P: failed to create .note section\n" +msgstr "%P: fallo al crear la sección .xtensa.info\n" + +#: eaarch64nto.c:571 +#, fuzzy +#| msgid "%F%P: %pB: can't read contents of section .idata: %E\n" +msgid "%P: %pB: can't read contents of section .note: %E\n" +msgstr "%P: %pB: no se puede leer el contenido de la sección .idata: %E\n" + +#: eaarch64nto.c:581 eaarch64nto.c:585 +#, fuzzy +#| msgid "%P: %B: warning: duplicate section `%s' has different size\n" +msgid "%P: %pB: warning: duplicated QNX stack .note detected\n" +msgstr "%P: %B: aviso: la sección duplicada `%s' tiene tamaño diferente\n" + +#: eaarch64nto.c:614 +msgid "%P: error: --lazy-stack must follow -zstack-size=<size>\n" +msgstr "" -#: ealphavms.c:167 eelf64_ia64_vms.c:167 -#, c-format -msgid " --identification <string> Set the identification of the output\n" -msgstr " --identification <cadena> Establece la identificación de la salida\n" +#: eaarch64nto.c:1284 +#, fuzzy, c-format +#| msgid " --stack <size> Set size of the initial stack\n" +msgid "" +" --stack <size> Set size of the initial stack\n" +" --lazy-stack Set lazy allocation of stack\n" +msgstr " --stack <size> Establece el tamaño de la pila inicial\n" -#: earm_wince_pe.c:378 earmpe.c:378 ei386pe.c:378 ei386pe_posix.c:378 -#: ei386pep.c:361 emcorepe.c:378 eppcpe.c:378 eshpe.c:378 +#: eaarch64pe.c:350 earm64pe.c:350 earm_wince_pe.c:338 earmpe.c:338 +#: ei386pe.c:338 ei386pe_posix.c:338 ei386pep.c:350 emcorepe.c:338 eshpe.c:338 #, c-format msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr " --base_file <ficherobase> Genera un fichero base para DLLs reubicables\n" @@ -3653,222 +4781,209 @@ msgstr " --base_file <ficherobase> Genera un fichero base para DLLs re # 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 -#: earm_wince_pe.c:379 earmpe.c:379 ei386pe.c:379 ei386pe_posix.c:379 -#: ei386pep.c:362 emcorepe.c:379 eppcpe.c:379 eshpe.c:379 +#: eaarch64pe.c:351 earm64pe.c:351 earm_wince_pe.c:339 earmpe.c:339 +#: ei386pe.c:339 ei386pe_posix.c:339 ei386pep.c:351 emcorepe.c:339 eshpe.c:339 #, c-format msgid " --dll Set image base to the default for DLLs\n" msgstr " --dll Establece la imagen base por defecto para las DLLs\n" -#: earm_wince_pe.c:380 earmpe.c:380 ei386pe.c:380 ei386pe_posix.c:380 -#: ei386pep.c:363 emcorepe.c:380 eppcpe.c:380 eshpe.c:380 +#: eaarch64pe.c:352 earm64pe.c:352 earm_wince_pe.c:340 earmpe.c:340 +#: ei386pe.c:340 ei386pe_posix.c:340 ei386pep.c:352 emcorepe.c:340 eshpe.c:340 #, c-format msgid " --file-alignment <size> Set file alignment\n" msgstr " --file-alignment <tamaño> Establece el fichero de alineación\n" -#: earm_wince_pe.c:381 earmpe.c:381 ei386pe.c:381 ei386pe_posix.c:381 -#: ei386pep.c:364 emcorepe.c:381 eppcpe.c:381 eshpe.c:381 +#: eaarch64pe.c:353 earm64pe.c:353 earm_wince_pe.c:341 earmpe.c:341 +#: ei386pe.c:341 ei386pe_posix.c:341 ei386pep.c:353 emcorepe.c:341 eshpe.c:341 #, c-format msgid " --heap <size> Set initial size of the heap\n" msgstr " --heap <tamaño> Establece el tamaño inicial del montón\n" -#: earm_wince_pe.c:382 earmpe.c:382 ei386pe.c:382 ei386pe_posix.c:382 -#: ei386pep.c:365 emcorepe.c:382 eppcpe.c:382 eshpe.c:382 +#: eaarch64pe.c:354 earm64pe.c:354 earm_wince_pe.c:342 earmpe.c:342 +#: ei386pe.c:342 ei386pe_posix.c:342 ei386pep.c:354 emcorepe.c:342 eshpe.c:342 #, c-format msgid " --image-base <address> Set start address of the executable\n" msgstr " --image-base <dirección> Establece la dirección de inicio del ejecutable\n" -#: earm_wince_pe.c:383 earmpe.c:383 ei386pe.c:383 ei386pe_posix.c:383 -#: ei386pep.c:366 emcorepe.c:383 eppcpe.c:383 eshpe.c:383 +#: eaarch64pe.c:355 earm64pe.c:355 earm_wince_pe.c:343 earmpe.c:343 +#: ei386pe.c:343 ei386pe_posix.c:343 ei386pep.c:355 emcorepe.c:343 eshpe.c:343 #, c-format msgid " --major-image-version <number> Set version number of the executable\n" msgstr " --major-image-version <número> Establece el número de versión del ejecutable\n" -#: earm_wince_pe.c:384 earmpe.c:384 ei386pe.c:384 ei386pe_posix.c:384 -#: ei386pep.c:367 emcorepe.c:384 eppcpe.c:384 eshpe.c:384 +#: eaarch64pe.c:356 earm64pe.c:356 earm_wince_pe.c:344 earmpe.c:344 +#: ei386pe.c:344 ei386pe_posix.c:344 ei386pep.c:356 emcorepe.c:344 eshpe.c:344 #, c-format msgid " --major-os-version <number> Set minimum required OS version\n" msgstr " --major-os-version <número> Establece la versión mÃnima requerida del SO\n" -#: earm_wince_pe.c:385 earmpe.c:385 ei386pe.c:385 ei386pe_posix.c:385 -#: ei386pep.c:368 emcorepe.c:385 eppcpe.c:385 eshpe.c:385 +#: eaarch64pe.c:357 earm64pe.c:357 earm_wince_pe.c:345 earmpe.c:345 +#: ei386pe.c:345 ei386pe_posix.c:345 ei386pep.c:357 emcorepe.c:345 eshpe.c:345 #, c-format msgid " --major-subsystem-version <number> Set minimum required OS subsystem version\n" msgstr " --major-subsystem-version <número> Establece la versión mÃnima requerida del subsistema del SO\n" -#: earm_wince_pe.c:386 earmpe.c:386 ei386pe.c:386 ei386pe_posix.c:386 -#: ei386pep.c:369 emcorepe.c:386 eppcpe.c:386 eshpe.c:386 +#: eaarch64pe.c:358 earm64pe.c:358 earm_wince_pe.c:346 earmpe.c:346 +#: ei386pe.c:346 ei386pe_posix.c:346 ei386pep.c:358 emcorepe.c:346 eshpe.c:346 #, c-format msgid " --minor-image-version <number> Set revision number of the executable\n" msgstr " --minor-image-version <número> Establece el número de revisión del ejecutable\n" -#: earm_wince_pe.c:387 earmpe.c:387 ei386pe.c:387 ei386pe_posix.c:387 -#: ei386pep.c:370 emcorepe.c:387 eppcpe.c:387 eshpe.c:387 +#: eaarch64pe.c:359 earm64pe.c:359 earm_wince_pe.c:347 earmpe.c:347 +#: ei386pe.c:347 ei386pe_posix.c:347 ei386pep.c:359 emcorepe.c:347 eshpe.c:347 #, c-format msgid " --minor-os-version <number> Set minimum required OS revision\n" msgstr " --minor-os-version <número> Establece la revisión mÃnima requerida del SO\n" -#: earm_wince_pe.c:388 earmpe.c:388 ei386pe.c:388 ei386pe_posix.c:388 -#: ei386pep.c:371 emcorepe.c:388 eppcpe.c:388 eshpe.c:388 +#: eaarch64pe.c:360 earm64pe.c:360 earm_wince_pe.c:348 earmpe.c:348 +#: ei386pe.c:348 ei386pe_posix.c:348 ei386pep.c:360 emcorepe.c:348 eshpe.c:348 #, c-format msgid " --minor-subsystem-version <number> Set minimum required OS subsystem revision\n" msgstr " --minor-subsystem-version <número> Establece la revisión mÃnima requerida del subsistema del SO\n" -#: earm_wince_pe.c:389 earmpe.c:389 ei386pe.c:389 ei386pe_posix.c:389 -#: ei386pep.c:372 emcorepe.c:389 eppcpe.c:389 eshpe.c:389 +#: eaarch64pe.c:361 earm64pe.c:361 earm_wince_pe.c:349 earmpe.c:349 +#: ei386pe.c:349 ei386pe_posix.c:349 ei386pep.c:361 emcorepe.c:349 eshpe.c:349 #, c-format msgid " --section-alignment <size> Set section alignment\n" msgstr " --section-alignment <tamaño> Establece la alineación de la sección\n" -#: earm_wince_pe.c:390 earmpe.c:390 ei386pe.c:390 ei386pe_posix.c:390 -#: ei386pep.c:373 emcorepe.c:390 eppcpe.c:390 eshpe.c:390 +#: eaarch64pe.c:362 earm64pe.c:362 earm_wince_pe.c:350 earmpe.c:350 +#: ei386pe.c:350 ei386pe_posix.c:350 ei386pep.c:362 emcorepe.c:350 eshpe.c:350 #, c-format msgid " --stack <size> Set size of the initial stack\n" msgstr " --stack <size> Establece el tamaño de la pila inicial\n" -#: earm_wince_pe.c:391 earmpe.c:391 ei386pe.c:391 ei386pe_posix.c:391 -#: ei386pep.c:374 emcorepe.c:391 eppcpe.c:391 eshpe.c:391 +#: eaarch64pe.c:363 earm64pe.c:363 earm_wince_pe.c:351 earmpe.c:351 +#: ei386pe.c:351 ei386pe_posix.c:351 ei386pep.c:363 emcorepe.c:351 eshpe.c:351 #, c-format msgid " --subsystem <name>[:<version>] Set required OS subsystem [& version]\n" msgstr " --subsystem <nombre>[:<versión>] Establece el subsistema [y versión] requeridos del SO\n" -#: earm_wince_pe.c:392 earmpe.c:392 ei386pe.c:392 ei386pe_posix.c:392 -#: ei386pep.c:375 emcorepe.c:392 eppcpe.c:392 eshpe.c:392 +#: eaarch64pe.c:364 earm64pe.c:364 earm_wince_pe.c:352 earmpe.c:352 +#: ei386pe.c:352 ei386pe_posix.c:352 ei386pep.c:364 emcorepe.c:352 eshpe.c:352 #, c-format msgid " --support-old-code Support interworking with old code\n" msgstr " --support-old-code Admite interoperar con código antiguo\n" -#: earm_wince_pe.c:393 earmpe.c:393 ei386pe.c:393 ei386pe_posix.c:393 -#: ei386pep.c:376 emcorepe.c:393 eppcpe.c:393 eshpe.c:393 +#: eaarch64pe.c:365 earm64pe.c:365 earm_wince_pe.c:353 earmpe.c:353 +#: ei386pe.c:353 ei386pe_posix.c:353 ei386pep.c:365 emcorepe.c:353 eshpe.c:353 #, c-format msgid " --[no-]leading-underscore Set explicit symbol underscore prefix mode\n" msgstr " --[no-]leading-underscore Establece el modo explÃcito de prefijo de sÃmbolo con subrayado\n" -#: earm_wince_pe.c:394 earmpe.c:394 ei386pe.c:394 ei386pe_posix.c:394 -#: emcorepe.c:394 eppcpe.c:394 eshpe.c:394 +#: eaarch64pe.c:366 earm64pe.c:366 ei386pep.c:366 #, c-format -msgid " --thumb-entry=<symbol> Set the entry point to be Thumb <symbol>\n" -msgstr " --thumb-entry=<sÃmbolo> Establece el punto de entrada para el sÃmbolo Thumb <sÃmbolo>\n" - -#: earm_wince_pe.c:395 earmpe.c:395 ei386pe.c:395 ei386pe_posix.c:395 -#: emcorepe.c:395 eppcpe.c:395 eshpe.c:395 -#, c-format -msgid " --[no-]insert-timestamp Use a real timestamp rather than zero (default).\n" -msgstr " --[no-]insert-timestamp Utiliza marca de sello real en lugar de cero (opción predefinida).\n" +msgid " --[no-]insert-timestamp Use a real timestamp rather than zero (default)\n" +msgstr " --[no-]insert-timestamp Utiliza marca de tiempo real en lugar de cero (opción predefinida)\n" -#: earm_wince_pe.c:396 earmpe.c:396 ei386pe.c:396 ei386pe_posix.c:396 -#: ei386pep.c:378 emcorepe.c:396 eppcpe.c:396 eshpe.c:396 +#: eaarch64pe.c:367 earm64pe.c:367 earm_wince_pe.c:356 earmpe.c:356 +#: ei386pe.c:356 ei386pe_posix.c:356 ei386pep.c:367 emcorepe.c:356 eshpe.c:356 #, c-format msgid " This makes binaries non-deterministic\n" msgstr " Produce binarios no deterministas\n" -#: earm_wince_pe.c:398 earmpe.c:398 ei386pe.c:398 ei386pe_posix.c:398 -#: ei386pep.c:380 emcorepe.c:398 eppcpe.c:398 eshpe.c:398 +#: eaarch64pe.c:369 earm64pe.c:369 earm_wince_pe.c:358 earmpe.c:358 +#: ei386pe.c:358 ei386pe_posix.c:358 ei386pep.c:369 emcorepe.c:358 eshpe.c:358 #, c-format msgid " --add-stdcall-alias Export symbols with and without @nn\n" msgstr " --add-stdcall-alias Exporta sÃmbolos con y sin @nn\n" -#: earm_wince_pe.c:399 earmpe.c:399 ei386pe.c:399 ei386pe_posix.c:399 -#: ei386pep.c:381 emcorepe.c:399 eppcpe.c:399 eshpe.c:399 +#: eaarch64pe.c:370 earm64pe.c:370 earm_wince_pe.c:359 earmpe.c:359 +#: ei386pe.c:359 ei386pe_posix.c:359 ei386pep.c:370 emcorepe.c:359 eshpe.c:359 #, c-format msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" msgstr " --disable-stdcall-fixup No enlaza _sym con _sym@nn\n" -#: earm_wince_pe.c:400 earmpe.c:400 ei386pe.c:400 ei386pe_posix.c:400 -#: ei386pep.c:382 emcorepe.c:400 eppcpe.c:400 eshpe.c:400 +#: eaarch64pe.c:371 earm64pe.c:371 earm_wince_pe.c:360 earmpe.c:360 +#: ei386pe.c:360 ei386pe_posix.c:360 ei386pep.c:371 emcorepe.c:360 eshpe.c:360 #, c-format msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" msgstr " --enable-stdcall-fixup Enlaza _sym con _sym@nn sin avisos\n" -#: earm_wince_pe.c:401 earmpe.c:401 ei386pe.c:401 ei386pe_posix.c:401 -#: ei386pep.c:383 emcorepe.c:401 eppcpe.c:401 eshpe.c:401 +#: eaarch64pe.c:372 earm64pe.c:372 earm_wince_pe.c:361 earmpe.c:361 +#: ei386pe.c:361 ei386pe_posix.c:361 ei386pep.c:372 emcorepe.c:361 eshpe.c:361 #, c-format msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" msgstr " --exclude-symbols sim,sim,... Excluye sÃmbolos de la exportación automática\n" -#: earm_wince_pe.c:402 earmpe.c:402 ei386pe.c:402 ei386pe_posix.c:402 -#: ei386pep.c:384 emcorepe.c:402 eppcpe.c:402 eshpe.c:402 +#: eaarch64pe.c:373 earm64pe.c:373 earm_wince_pe.c:362 earmpe.c:362 +#: ei386pe.c:362 ei386pe_posix.c:362 ei386pep.c:373 emcorepe.c:362 eshpe.c:362 #, c-format msgid " --exclude-all-symbols Exclude all symbols from automatic export\n" msgstr " --exclude-all-symbols Excluye todos los sÃmbolos de la exportación automática\n" -#: earm_wince_pe.c:403 earmpe.c:403 ei386pe.c:403 ei386pe_posix.c:403 -#: ei386pep.c:385 emcorepe.c:403 eppcpe.c:403 eshpe.c:403 +#: eaarch64pe.c:374 earm64pe.c:374 earm_wince_pe.c:363 earmpe.c:363 +#: ei386pe.c:363 ei386pe_posix.c:363 ei386pep.c:374 emcorepe.c:363 eshpe.c:363 #, c-format msgid " --exclude-libs lib,lib,... Exclude libraries from automatic export\n" msgstr " --exclude-libs bib,bib,... Excluye bibliotecas de la exportación automática\n" -#: earm_wince_pe.c:404 earmpe.c:404 ei386pe.c:404 ei386pe_posix.c:404 -#: ei386pep.c:386 emcorepe.c:404 eppcpe.c:404 eshpe.c:404 +#: eaarch64pe.c:375 earm64pe.c:375 earm_wince_pe.c:364 earmpe.c:364 +#: ei386pe.c:364 ei386pe_posix.c:364 ei386pep.c:375 emcorepe.c:364 eshpe.c:364 #, c-format msgid " --exclude-modules-for-implib mod,mod,...\n" msgstr " --exclude-modules-for-implib mod,mod,...\n" -#: earm_wince_pe.c:405 earmpe.c:405 ei386pe.c:405 ei386pe_posix.c:405 -#: ei386pep.c:387 emcorepe.c:405 eppcpe.c:405 eshpe.c:405 +#: eaarch64pe.c:376 earm64pe.c:376 earm_wince_pe.c:365 earmpe.c:365 +#: ei386pe.c:365 ei386pe_posix.c:365 ei386pep.c:376 emcorepe.c:365 eshpe.c:365 #, c-format msgid " Exclude objects, archive members from auto\n" msgstr " Excluye objetos, miembros de archivo de la exportación\n" -#: earm_wince_pe.c:406 earmpe.c:406 ei386pe.c:406 ei386pe_posix.c:406 -#: emcorepe.c:406 eppcpe.c:406 eshpe.c:406 +#: eaarch64pe.c:377 earm64pe.c:377 ei386pep.c:377 #, c-format -msgid " export, place into import library instead.\n" -msgstr " automática, los coloca en la biblioteca de importación.\n" +msgid " export, place into import library instead\n" +msgstr " automática, los coloca en la biblioteca de importación\n" -#: earm_wince_pe.c:407 earmpe.c:407 ei386pe.c:407 ei386pe_posix.c:407 -#: ei386pep.c:389 emcorepe.c:407 eppcpe.c:407 eshpe.c:407 +#: eaarch64pe.c:378 earm64pe.c:378 earm_wince_pe.c:367 earmpe.c:367 +#: ei386pe.c:367 ei386pe_posix.c:367 ei386pep.c:378 emcorepe.c:367 eshpe.c:367 #, c-format 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" -#: earm_wince_pe.c:408 earmpe.c:408 ei386pe.c:408 ei386pe_posix.c:408 -#: ei386pep.c:390 emcorepe.c:408 eppcpe.c:408 eshpe.c:408 +#: eaarch64pe.c:379 earm64pe.c:379 earm_wince_pe.c:368 earmpe.c:368 +#: ei386pe.c:368 ei386pe_posix.c:368 ei386pep.c:379 emcorepe.c:368 eshpe.c:368 #, c-format msgid " --kill-at Remove @nn from exported symbols\n" msgstr " --kill-at Elimina @nn de los sÃmbolos exportados\n" -#: earm_wince_pe.c:409 earmpe.c:409 ei386pe.c:409 ei386pe_posix.c:409 -#: ei386pep.c:391 emcorepe.c:409 eppcpe.c:409 eshpe.c:409 +#: eaarch64pe.c:380 earm64pe.c:380 earm_wince_pe.c:369 earmpe.c:369 +#: ei386pe.c:369 ei386pe_posix.c:369 ei386pep.c:380 emcorepe.c:369 eshpe.c:369 #, c-format msgid " --output-def <file> Generate a .DEF file for the built DLL\n" msgstr " --output-def <fichero> Genera un fichero .DEF para la DLL construida\n" -#: earm_wince_pe.c:410 earmpe.c:410 ei386pe.c:410 ei386pe_posix.c:410 -#: ei386pep.c:392 emcorepe.c:410 eppcpe.c:410 eshpe.c:410 +#: eaarch64pe.c:381 earm64pe.c:381 earm_wince_pe.c:370 earmpe.c:370 +#: ei386pe.c:370 ei386pe_posix.c:370 ei386pep.c:381 emcorepe.c:370 eshpe.c:370 #, c-format msgid " --warn-duplicate-exports Warn about duplicate exports\n" msgstr " --warn-duplicate-exports Avisa sobre exportaciones duplicadas\n" -#: earm_wince_pe.c:411 earmpe.c:411 ei386pe.c:411 ei386pe_posix.c:411 -#: emcorepe.c:411 eppcpe.c:411 eshpe.c:411 +#: eaarch64pe.c:382 earm64pe.c:382 ei386pep.c:382 #, c-format msgid "" " --compat-implib Create backward compatible import libs;\n" -" create __imp_<SYMBOL> as well.\n" +" create __imp_<SYMBOL> as well\n" msgstr "" " --compat-implib Crea bibliotecas de importación compatibles hacia atrás;\n" -" crea además __imp_<SÃMBOLO>.\n" +" crea además __imp_<SÃMBOLO>\n" -#: earm_wince_pe.c:412 earmpe.c:412 ei386pe.c:412 ei386pe_posix.c:412 -#: emcorepe.c:412 eppcpe.c:412 eshpe.c:412 +#: eaarch64pe.c:383 earm64pe.c:383 ei386pep.c:383 #, c-format msgid "" -" --enable-auto-image-base[=<address>] Automatically choose image base for DLLs\n" -" (optionally starting with address) unless\n" -" specifically set with --image-base\n" +" --enable-auto-image-base Automatically choose image base for DLLs\n" +" unless user specifies one\n" msgstr "" -" --enable-auto-image-base[=<direc>] Escoge automáticamente la base de la imagen para las DLLs\n" -" (opcionalmente empezando con direc salvo que\n" -" se establezca especÃficamente con --image-base\n" +" --enable-auto-image-base Escoge automáticamente la base de la imagen para\n" +" las DLLs salvo que el usuario especifique una\n" -#: earm_wince_pe.c:413 earmpe.c:413 ei386pe.c:413 ei386pe_posix.c:413 -#: emcorepe.c:413 eppcpe.c:413 eshpe.c:413 +#: eaarch64pe.c:384 earm64pe.c:384 ei386pep.c:384 #, c-format -msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" -msgstr " --disable-auto-image-base No escoge automáticamente una imagen base. (por defecto)\n" +msgid " --disable-auto-image-base Do not auto-choose image base (default)\n" +msgstr " --disable-auto-image-base No escoge automáticamente una imagen base (por defecto)\n" -#: earm_wince_pe.c:414 earmpe.c:414 ei386pe.c:414 ei386pe_posix.c:414 -#: ei386pep.c:396 emcorepe.c:414 eppcpe.c:414 eshpe.c:414 +#: eaarch64pe.c:385 earm64pe.c:385 earm_wince_pe.c:374 earmpe.c:374 +#: ei386pe.c:374 ei386pe_posix.c:374 ei386pep.c:385 emcorepe.c:374 eshpe.c:374 #, c-format msgid "" " --dll-search-prefix=<string> When linking dynamically to a dll without\n" @@ -3879,8 +4994,8 @@ msgstr "" " biblioteca de importación, usa <cadena><nombrebase>.dll \n" " en lugar de lib<nombrebase>.dll \n" -#: earm_wince_pe.c:415 earmpe.c:415 ei386pe.c:415 ei386pe_posix.c:415 -#: ei386pep.c:397 emcorepe.c:415 eppcpe.c:415 eshpe.c:415 +#: eaarch64pe.c:386 earm64pe.c:386 earm_wince_pe.c:375 earmpe.c:375 +#: ei386pe.c:375 ei386pe_posix.c:375 ei386pep.c:386 emcorepe.c:375 eshpe.c:375 #, c-format msgid "" " --enable-auto-import Do sophisticated linking of _sym to\n" @@ -3889,66 +5004,43 @@ msgstr "" " --enable-auto-import Hace enlazado sofisticado de _sym a\n" " __imp_sym para las referencias DATA\n" -#: earm_wince_pe.c:416 earmpe.c:416 ei386pe.c:416 ei386pe_posix.c:416 -#: ei386pep.c:398 emcorepe.c:416 eppcpe.c:416 eshpe.c:416 +#: eaarch64pe.c:387 earm64pe.c:387 earm_wince_pe.c:376 earmpe.c:376 +#: ei386pe.c:376 ei386pe_posix.c:376 ei386pep.c:387 emcorepe.c:376 eshpe.c:376 #, c-format msgid " --disable-auto-import Do not auto-import DATA items from DLLs\n" msgstr " --disable-auto-import No importa automáticamente elementos DATA de las DLLs\n" -#: earm_wince_pe.c:417 earmpe.c:417 ei386pe.c:417 ei386pe_posix.c:417 -#: emcorepe.c:417 eppcpe.c:417 eshpe.c:417 +#: eaarch64pe.c:388 earm64pe.c:388 ei386pep.c:388 #, c-format msgid "" " --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" " adding pseudo-relocations resolved at\n" -" runtime.\n" +" runtime\n" msgstr "" " --enable-runtime-pseudo-reloc Evita limitaciones de autoimportación\n" " agregando pseudo-reubicaciones resueltas\n" -" al momento de ejecución.\n" +" al momento de ejecución\n" -#: earm_wince_pe.c:418 earmpe.c:418 ei386pe.c:418 ei386pe_posix.c:418 -#: emcorepe.c:418 eppcpe.c:418 eshpe.c:418 +#: eaarch64pe.c:389 earm64pe.c:389 ei386pep.c:389 #, c-format msgid "" " --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n" -" auto-imported DATA.\n" +" auto-imported DATA\n" msgstr "" " --disable-runtime-pseudo-reloc No agrega pseudo-reubicaciones al momento\n" -" de ejecución para DATOS autoimportados.\n" +" de ejecución para DATOS autoimportados\n" -#: earm_wince_pe.c:419 earmpe.c:419 ei386pe.c:419 ei386pe_posix.c:419 -#: emcorepe.c:419 eppcpe.c:419 eshpe.c:419 +#: eaarch64pe.c:390 earm64pe.c:390 ei386pep.c:390 #, c-format msgid "" -" --enable-extra-pe-debug Enable verbose debug output when building\n" +" --enable-extra-pep-debug Enable verbose debug output when building\n" " or linking to DLLs (esp. auto-import)\n" msgstr "" -" --enable-extra-pe-debug Activa la salida de depuración detallada al construir\n" +" --enable-extra-pep-debug Activa la salida de depuración detallada al construir\n" " o enlazar a DLLs (en part. con auto-importación)\n" -#: earm_wince_pe.c:421 earmpe.c:421 ei386pe.c:421 ei386pe_posix.c:421 -#: emcorepe.c:421 eppcpe.c:421 eshpe.c:421 -#, c-format -msgid "" -" --large-address-aware Executable supports virtual addresses\n" -" greater than 2 gigabytes\n" -msgstr "" -" --large-address-aware El ejecutable admite direcciones\n" -" virtuales mayores a 2 gigabytes\n" - -#: earm_wince_pe.c:422 earmpe.c:422 ei386pe.c:422 ei386pe_posix.c:422 -#: emcorepe.c:422 eppcpe.c:422 eshpe.c:422 -#, c-format -msgid "" -" --disable-large-address-aware Executable does not support virtual\n" -" addresses greater than 2 gigabytes\n" -msgstr "" -" --disable-large-address-aware El ejecutable no admite direcciones\n" -" virtuales mayores que 2 gigabytes\n" - -#: earm_wince_pe.c:423 earmpe.c:423 ei386pe.c:423 ei386pe_posix.c:423 -#: ei386pep.c:402 emcorepe.c:423 eppcpe.c:423 eshpe.c:423 +#: eaarch64pe.c:391 earm64pe.c:391 earm_wince_pe.c:383 earmpe.c:383 +#: ei386pe.c:383 ei386pe_posix.c:383 ei386pep.c:391 emcorepe.c:383 eshpe.c:383 #, c-format msgid "" " --enable-long-section-names Use long COFF section names even in\n" @@ -3957,8 +5049,8 @@ msgstr "" " --enable-long-section-names Usa nombres de sección COFF largos aún\n" " en ficheros de imágenes ejecutables\n" -#: earm_wince_pe.c:424 earmpe.c:424 ei386pe.c:424 ei386pe_posix.c:424 -#: ei386pep.c:403 emcorepe.c:424 eppcpe.c:424 eshpe.c:424 +#: eaarch64pe.c:392 earm64pe.c:392 earm_wince_pe.c:384 earmpe.c:384 +#: ei386pe.c:384 ei386pe_posix.c:384 ei386pep.c:392 emcorepe.c:384 eshpe.c:384 #, c-format msgid "" " --disable-long-section-names Never use long COFF section names, even\n" @@ -3967,239 +5059,584 @@ msgstr "" " --disable-long-section-names Nunca usa nombres de sección COFF largos,\n" " aún en ficheros objeto\n" -#: earm_wince_pe.c:425 earmpe.c:425 ei386pe.c:425 ei386pe_posix.c:425 -#: ei386pep.c:405 emcorepe.c:425 eppcpe.c:425 eshpe.c:425 +#: eaarch64pe.c:393 earm64pe.c:393 ei386pep.c:393 #, c-format msgid "" -" --dynamicbase Image base address may be relocated using\n" +" --[disable-]high-entropy-va Image is compatible with 64-bit address space\n" +" layout randomization (ASLR)\n" +msgstr "" +" --[disable-]high-entropy-va Imagen compatible con disposición aleatoria\n" +" del espacio de direcciones de 64 bits\n" +" (en inglés: ASLR)\n" + +#: eaarch64pe.c:394 earm64pe.c:394 earm_wince_pe.c:385 earmpe.c:385 +#: ei386pe.c:385 ei386pe_posix.c:385 ei386pep.c:394 emcorepe.c:385 eshpe.c:385 +#, c-format +msgid "" +" --[disable-]dynamicbase Image base address may be relocated using\n" " address space layout randomization (ASLR)\n" msgstr "" -" --dynamicbase La dirección base de la imagen se puede\n" +" --[disable-]dynamicbase La dirección base de la imagen se puede\n" " reubicar usando la disposición aleatoria\n" " del espacio de direcciones (en inglés: ASLR)\n" -#: earm_wince_pe.c:426 earmpe.c:426 ei386pe.c:426 ei386pe_posix.c:426 -#: ei386pep.c:406 emcorepe.c:426 eppcpe.c:426 eshpe.c:426 +#: eaarch64pe.c:395 earm64pe.c:395 earm_wince_pe.c:386 earmpe.c:386 +#: ei386pe.c:386 ei386pe_posix.c:386 ei386pep.c:395 emcorepe.c:386 eshpe.c:386 #, c-format msgid " --enable-reloc-section Create the base relocation table\n" msgstr " --enable-reloc-section Crea la tabla de reubicación de base\n" -#: earm_wince_pe.c:427 earmpe.c:427 ei386pe.c:427 ei386pe_posix.c:427 -#: ei386pep.c:407 emcorepe.c:427 eppcpe.c:427 eshpe.c:427 +#: eaarch64pe.c:396 earm64pe.c:396 earm_wince_pe.c:387 earmpe.c:387 +#: ei386pe.c:387 ei386pe_posix.c:387 ei386pep.c:396 emcorepe.c:387 eshpe.c:387 +#, c-format +msgid " --disable-reloc-section Do not create the base relocation table\n" +msgstr " --disable-reloc-section No crea la tabla de reubicación de base\n" + +#: eaarch64pe.c:397 earm64pe.c:397 earm_wince_pe.c:388 earmpe.c:388 +#: ei386pe.c:388 ei386pe_posix.c:388 ei386pep.c:397 emcorepe.c:388 eshpe.c:388 #, c-format -msgid " --forceinteg Code integrity checks are enforced\n" -msgstr " --forceinteg Activa la revisión de integridad de código\n" +msgid " --[disable-]forceinteg Code integrity checks are enforced\n" +msgstr " --[disable-]forceinteg Se aplican comprobaciones de integridad del código\n" -#: earm_wince_pe.c:428 earmpe.c:428 ei386pe.c:428 ei386pe_posix.c:428 -#: ei386pep.c:408 emcorepe.c:428 eppcpe.c:428 eshpe.c:428 +#: eaarch64pe.c:398 earm64pe.c:398 earm_wince_pe.c:389 earmpe.c:389 +#: ei386pe.c:389 ei386pe_posix.c:389 ei386pep.c:398 emcorepe.c:389 eshpe.c:389 #, c-format -msgid " --nxcompat Image is compatible with data execution prevention\n" -msgstr " --nxcompat La imagen es compatible con la prevención de ejecución de datos\n" +msgid "" +" --[disable-]nxcompat Image is compatible with data execution\n" +" prevention\n" +msgstr "" +" --[disable-]nxcompat La imagen es compatible con la prevención\n" +" de ejecución de datos\n" -#: earm_wince_pe.c:429 earmpe.c:429 ei386pe.c:429 ei386pe_posix.c:429 -#: ei386pep.c:409 emcorepe.c:429 eppcpe.c:429 eshpe.c:429 +#: eaarch64pe.c:399 earm64pe.c:399 earm_wince_pe.c:390 earmpe.c:390 +#: ei386pe.c:390 ei386pe_posix.c:390 ei386pep.c:399 emcorepe.c:390 eshpe.c:390 #, c-format -msgid " --no-isolation Image understands isolation but do not isolate the image\n" -msgstr " --no-isolation La imagen entiende aislamiento, pero no aÃsla la imagen\n" +msgid "" +" --[disable-]no-isolation Image understands isolation but do not\n" +" isolate the image\n" +msgstr "" +" --[disable-]no-isolation La imagen entiende aislamiento, pero\n" +" no aÃsla la imagen\n" -#: earm_wince_pe.c:430 earmpe.c:430 ei386pe.c:430 ei386pe_posix.c:430 -#: emcorepe.c:430 eppcpe.c:430 eshpe.c:430 +#: eaarch64pe.c:400 earm64pe.c:400 ei386pep.c:400 #, c-format msgid "" -" --no-seh Image does not use SEH. No SE handler may\n" +" --[disable-]no-seh Image does not use SEH; no SE handler may\n" " be called in this image\n" msgstr "" -" --no-seh La imagen no usa SEH. No se puede llamar\n" -" un manejador SE en esta imagen\n" +" --[disable-]no-seh La imagen no usa SEH; no se puede llamar\n" +" a un manejador SE en esta imagen\n" -#: earm_wince_pe.c:431 earmpe.c:431 ei386pe.c:431 ei386pe_posix.c:431 -#: ei386pep.c:411 emcorepe.c:431 eppcpe.c:431 eshpe.c:431 +#: eaarch64pe.c:401 earm64pe.c:401 earm_wince_pe.c:392 earmpe.c:392 +#: ei386pe.c:392 ei386pe_posix.c:392 ei386pep.c:401 emcorepe.c:392 eshpe.c:392 #, c-format -msgid " --no-bind Do not bind this image\n" -msgstr " --no-bind No enlaza esta imagen\n" +msgid " --[disable-]no-bind Do not bind this image\n" +msgstr " --[disable-]no-bind No enlaza esta imagen\n" -#: earm_wince_pe.c:432 earmpe.c:432 ei386pe.c:432 ei386pe_posix.c:432 -#: ei386pep.c:412 emcorepe.c:432 eppcpe.c:432 eshpe.c:432 +#: eaarch64pe.c:402 earm64pe.c:402 earm_wince_pe.c:393 earmpe.c:393 +#: ei386pe.c:393 ei386pe_posix.c:393 ei386pep.c:402 emcorepe.c:393 eshpe.c:393 #, c-format -msgid " --wdmdriver Driver uses the WDM model\n" -msgstr " --wdmdriver El controlador usa el modelo WDB\n" +msgid " --[disable-]wdmdriver Driver uses the WDM model\n" +msgstr " --[disable-]wdmdriver El controlador usa el modelo WDM\n" -#: earm_wince_pe.c:433 earmpe.c:433 ei386pe.c:433 ei386pe_posix.c:433 -#: ei386pep.c:413 emcorepe.c:433 eppcpe.c:433 eshpe.c:433 +#: eaarch64pe.c:403 earm64pe.c:403 earm_wince_pe.c:394 earmpe.c:394 +#: ei386pe.c:394 ei386pe_posix.c:394 ei386pep.c:403 emcorepe.c:394 eshpe.c:394 #, c-format -msgid " --tsaware Image is Terminal Server aware\n" -msgstr " --tsaware La imagen funciona con Terminal Server\n" +msgid " --[disable-]tsaware Image is Terminal Server aware\n" +msgstr " --[disable-]tsaware La imagen funciona con Terminal Server\n" -#: earm_wince_pe.c:434 earmpe.c:434 ei386pe.c:434 ei386pe_posix.c:434 -#: ei386pep.c:414 emcorepe.c:434 eppcpe.c:434 eshpe.c:434 +#: eaarch64pe.c:404 earm64pe.c:404 earm_wince_pe.c:395 earmpe.c:395 +#: ei386pe.c:395 ei386pe_posix.c:395 ei386pep.c:404 emcorepe.c:395 eshpe.c:395 #, c-format -msgid " --build-id[=STYLE] Generate build ID\n" -msgstr " --build-id[=ESTILO] Genera ID de build\n" +msgid " --build-id[=STYLE] Generate build ID\n" +msgstr " --build-id[=ESTILO] Genera ID de build\n" + +#: eaarch64pe.c:406 earm64pe.c:406 earm_wince_pe.c:397 earmpe.c:397 +#: ei386pe.c:397 ei386pe_posix.c:397 ei386pep.c:406 emcorepe.c:397 eshpe.c:397 +#, fuzzy, c-format +#| msgid " --build-id[=STYLE] Generate build ID\n" +msgid " --pdb=[FILENAME] Generate PDB file\n" +msgstr " --build-id[=ESTILO] Genera ID de build\n" -#: earm_wince_pe.c:562 earmpe.c:562 ei386beos.c:205 ei386pe.c:562 -#: ei386pe_posix.c:562 ei386pep.c:539 emcorepe.c:562 eppcpe.c:562 eshpe.c:562 +#: eaarch64pe.c:535 earm64pe.c:535 earm_wince_pe.c:546 earmpe.c:546 +#: ei386beos.c:188 ei386pe.c:546 ei386pe_posix.c:546 ei386pep.c:535 +#: emcorepe.c:546 eshpe.c:546 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" -#: earm_wince_pe.c:587 earmpe.c:587 ei386beos.c:222 ei386pe.c:587 -#: ei386pe_posix.c:587 ei386pep.c:564 emcorepe.c:587 eppcpe.c:587 eshpe.c:587 -msgid "%F%P: invalid subsystem type %s\n" -msgstr "%F%P: tipo de subsistema %s inválido\n" - -#: earm_wince_pe.c:608 earmpe.c:608 ei386beos.c:233 ei386pe.c:608 -#: ei386pe_posix.c:608 ei386pep.c:585 emcorepe.c:608 eppcpe.c:608 eshpe.c:608 -msgid "%F%P: invalid hex number for PE parameter '%s'\n" -msgstr "%F%P: número hexadecimal inválido para el parámetro PE '%s'\n" - -#: earm_wince_pe.c:625 earmpe.c:625 ei386beos.c:250 ei386pe.c:625 -#: ei386pe_posix.c:625 ei386pep.c:602 emcorepe.c:625 eppcpe.c:625 eshpe.c:625 -msgid "%F%P: strange hex info for PE parameter '%s'\n" -msgstr "%F%P: información hexadecimal extraña para el parámetro PE '%s'\n" - -#: earm_wince_pe.c:641 earmpe.c:641 eelf32mcore.c:282 ei386beos.c:266 -#: ei386pe.c:641 ei386pe_posix.c:641 ei386pep.c:619 emcorepe.c:641 -#: eppcpe.c:641 eshpe.c:641 -msgid "%F%P: cannot open base file %s\n" -msgstr "%F%P: no se puede abrir el fichero base %s\n" - -#: earm_wince_pe.c:937 earmpe.c:937 ei386beos.c:362 ei386pe.c:937 -#: ei386pe_posix.c:937 ei386pep.c:899 emcorepe.c:937 eppcpe.c:937 eshpe.c:937 +#: eaarch64pe.c:560 earm64pe.c:560 earm_wince_pe.c:571 earmpe.c:571 +#: ei386beos.c:205 ei386pe.c:571 ei386pe_posix.c:571 ei386pep.c:560 +#: emcorepe.c:571 eshpe.c:571 +#, fuzzy +#| msgid "%F%P: invalid subsystem type %s\n" +msgid "%P: invalid subsystem type %s\n" +msgstr "%P: tipo de subsistema %s inválido\n" + +#: eaarch64pe.c:581 earm64pe.c:581 earm_wince_pe.c:592 earmpe.c:592 +#: ei386beos.c:215 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 +#: emcorepe.c:592 eshpe.c:592 +#, fuzzy +#| msgid "%F%P: invalid hex number for PE parameter '%s'\n" +msgid "%P: invalid hex number for PE parameter '%s'\n" +msgstr "%P: número hexadecimal inválido para el parámetro PE '%s'\n" + +#: eaarch64pe.c:598 earm64pe.c:598 earm_wince_pe.c:609 earmpe.c:609 +#: ei386beos.c:230 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 +#: emcorepe.c:609 eshpe.c:609 +#, fuzzy +#| msgid "%F%P: strange hex info for PE parameter '%s'\n" +msgid "%P: strange hex info for PE parameter '%s'\n" +msgstr "%P: información hexadecimal extraña para el parámetro PE '%s'\n" + +#: eaarch64pe.c:615 earm64pe.c:615 earm_wince_pe.c:625 earmpe.c:625 +#: eelf32mcore.c:356 ei386beos.c:245 ei386pe.c:625 ei386pe_posix.c:625 +#: ei386pep.c:615 emcorepe.c:625 eshpe.c:625 +#, fuzzy +#| msgid "%F%P: cannot open base file %s\n" +msgid "%P: cannot open base file %s\n" +msgstr "%P: no se puede abrir el fichero base %s\n" + +#: eaarch64pe.c:932 earm64pe.c:932 earm_wince_pe.c:955 earmpe.c:955 +#: ei386beos.c:341 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 +#: emcorepe.c:955 eshpe.c:955 msgid "%P: warning, file alignment > section alignment\n" msgstr "%P: aviso, alineación del fichero > alineación de la sección\n" -#: earm_wince_pe.c:950 earmpe.c:950 ei386pe.c:950 ei386pe_posix.c:950 -#: emcorepe.c:950 eppcpe.c:950 eshpe.c:950 -msgid "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" -msgstr "%P: aviso: --export-dynamic no se admite para objetivos PE, ¿quiso decir --export-all-symbols?\n" +#: eaarch64pe.c:945 earm64pe.c:945 ei386pep.c:945 +msgid "%P: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols?\n" +msgstr "%P: aviso: --export-dynamic no se admite para objetivos PE+, ¿quiso decir --export-all-symbols?\n" -#: earm_wince_pe.c:995 earmpe.c:995 ei386pe.c:995 ei386pe_posix.c:995 -#: emcorepe.c:995 eppcpe.c:995 eshpe.c:995 -msgid "%P: warning: resolving %s by linking to %s\n" -msgstr "%P: aviso: se resuelve %s al enlazar con %s\n" +#: eaarch64pe.c:997 earm64pe.c:997 earm_wince_pe.c:1049 earmpe.c:1049 +#: ei386pe.c:1049 ei386pe_posix.c:1049 ei386pep.c:997 emcorepe.c:1049 +#: eshpe.c:1049 +#, fuzzy +#| msgid "%P: warning: ignoring invalid module type %s\n" +msgid "%P: warning: overwriting decorated name %s with %s\n" +msgstr "%P: aviso: se descartal tipo de módulo no válido %s\n" -#: earm_wince_pe.c:1000 earmpe.c:1000 ei386pe.c:1000 ei386pe_posix.c:1000 -#: ei386pep.c:985 ei386pep.c:1012 emcorepe.c:1000 eppcpe.c:1000 eshpe.c:1000 +#: eaarch64pe.c:1042 eaarch64pe.c:1070 earm64pe.c:1042 earm64pe.c:1070 +#: ei386pep.c:1042 ei386pep.c:1070 +#, c-format +msgid "warning: resolving %s by linking to %s\n" +msgstr "aviso: se resuelve %s al enlazar con %s\n" + +#: eaarch64pe.c:1047 eaarch64pe.c:1075 earm64pe.c:1047 earm64pe.c:1075 +#: earm_wince_pe.c:1023 earmpe.c:1023 ei386pe.c:1023 ei386pe_posix.c:1023 +#: ei386pep.c:1047 ei386pep.c:1075 emcorepe.c:1023 eshpe.c:1023 msgid "Use --enable-stdcall-fixup to disable these warnings\n" msgstr "Use --enable-stdcall-fixup para desactivar estos avisos\n" -#: earm_wince_pe.c:1001 earmpe.c:1001 ei386pe.c:1001 ei386pe_posix.c:1001 -#: ei386pep.c:986 ei386pep.c:1013 emcorepe.c:1001 eppcpe.c:1001 eshpe.c:1001 +#: eaarch64pe.c:1048 eaarch64pe.c:1076 earm64pe.c:1048 earm64pe.c:1076 +#: earm_wince_pe.c:1024 earmpe.c:1024 ei386pe.c:1024 ei386pe_posix.c:1024 +#: ei386pep.c:1048 ei386pep.c:1076 emcorepe.c:1024 eshpe.c:1024 msgid "Use --disable-stdcall-fixup to disable these fixups\n" msgstr "Use --disable-stdcall-fixup para desactivar estas composturas\n" -#: earm_wince_pe.c:1070 earmpe.c:1070 ei386pe.c:1070 ei386pe_posix.c:1070 -#: ei386pep.c:1064 emcorepe.c:1070 eppcpe.c:1070 eshpe.c:1070 -msgid "%P: %C: cannot get section contents - auto-import exception\n" +#: eaarch64pe.c:1131 earm64pe.c:1131 earm_wince_pe.c:1115 earmpe.c:1115 +#: ei386pe.c:1115 ei386pe_posix.c:1115 ei386pep.c:1131 emcorepe.c:1115 +#: eshpe.c:1115 +#, fuzzy +#| msgid "%P: %C: cannot get section contents - auto-import exception\n" +msgid "%P: %H: cannot get section contents - auto-import exception\n" msgstr "%P: %C: no se puede obtener el contenido de la sección - excepción de auto-importación\n" -#: earm_wince_pe.c:1155 earmpe.c:1155 ei386pe.c:1155 ei386pe_posix.c:1155 -#: ei386pep.c:1158 emcorepe.c:1155 eppcpe.c:1155 eshpe.c:1155 +#: eaarch64pe.c:1261 earm64pe.c:1261 earm_wince_pe.c:1246 earmpe.c:1246 +#: ei386pe.c:1246 ei386pe_posix.c:1246 ei386pep.c:1261 emcorepe.c:1246 +#: eshpe.c:1246 msgid "%P: warning: .buildid section discarded, --build-id ignored\n" -msgstr "%P: aviso: se descarta la sección .buildid, se hace caso omiso de --build-id\n" +msgstr "%P: aviso: se descarta la sección .buildid, se descarta --build-id\n" -#: earm_wince_pe.c:1252 earmpe.c:1252 ei386pe.c:1252 ei386pe_posix.c:1252 -#: ei386pep.c:1255 emcorepe.c:1252 eppcpe.c:1252 eshpe.c:1252 +#: eaarch64pe.c:1382 earm64pe.c:1382 earm_wince_pe.c:1367 earmpe.c:1367 +#: ei386pe.c:1367 ei386pe_posix.c:1367 ei386pep.c:1382 emcorepe.c:1367 +#: eshpe.c:1367 msgid "%P: warning: cannot create .buildid section, --build-id ignored\n" msgstr "%P: aviso: no se puede crear la sección .buildid, se descarta --build-id\n" -#: earm_wince_pe.c:1306 earmpe.c:1306 ei386pe.c:1306 ei386pe_posix.c:1306 -#: ei386pep.c:1310 emcorepe.c:1306 eppcpe.c:1306 eshpe.c:1306 -msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" -msgstr "%F%P: no se pueden realizar operaciones PE en el fichero de salida '%pB' que no es PE\n" - -#: earm_wince_pe.c:1449 earmpe.c:1449 ei386pe.c:1449 ei386pe_posix.c:1449 -#: ei386pep.c:1434 emcorepe.c:1449 eppcpe.c:1449 eshpe.c:1449 +#: eaarch64pe.c:1468 earm64pe.c:1468 earm_wince_pe.c:1452 earmpe.c:1452 +#: ei386pe.c:1452 ei386pe_posix.c:1452 ei386pep.c:1468 emcorepe.c:1452 +#: eshpe.c:1452 +#, fuzzy +#| msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" +msgid "%P: cannot perform PE operations on non PE output file '%pB'\n" +msgstr "%P: no se pueden realizar operaciones PE en el fichero de salida '%pB' que no es PE\n" + +#: eaarch64pe.c:1592 earm64pe.c:1592 earm_wince_pe.c:1595 earmpe.c:1595 +#: ei386pe.c:1595 ei386pe_posix.c:1595 ei386pep.c:1592 emcorepe.c:1595 +#: eshpe.c:1595 msgid "%X%P: unable to process relocs: %E\n" msgstr "%X%P: no se pueden procesar las reubicaciones: %E\n" -#: earm_wince_pe.c:1687 earmelf.c:138 earmelf_fbsd.c:138 earmelf_fuchsia.c:139 -#: earmelf_linux.c:139 earmelf_linux_eabi.c:139 earmelf_linux_fdpiceabi.c:139 -#: earmelf_nacl.c:139 earmelf_nbsd.c:138 earmelf_phoenix.c:139 -#: earmelf_vxworks.c:138 earmelfb.c:138 earmelfb_fbsd.c:138 -#: earmelfb_fuchsia.c:139 earmelfb_linux.c:139 earmelfb_linux_eabi.c:139 -#: earmelfb_linux_fdpiceabi.c:139 earmelfb_nacl.c:139 earmelfb_nbsd.c:138 -#: earmnto.c:138 earmpe.c:1687 earmsymbian.c:138 ei386beos.c:610 -#: ei386beos.c:631 ei386pe.c:1687 ei386pe_posix.c:1687 emcorepe.c:1687 -#: eppcpe.c:1687 eshpe.c:1687 +#: eaix5ppc.c:302 eaix5rs6.c:302 eaixppc.c:302 eaixrs6.c:302 eppcmacos.c:302 +#, fuzzy +#| msgid "%F%P: cannot open %s\n" +msgid "%P: cannot open %s\n" +msgstr "%P: no se puede abrir %s\n" + +#: eaix5ppc.c:350 eaix5rs6.c:350 eaixppc.c:350 eaixrs6.c:350 eppcmacos.c:350 +#, fuzzy +#| msgid "%F%P: cannot read %s\n" +msgid "%P: cannot read %s\n" +msgstr "%P: no se puede leer %s\n" + +#: eaix5ppc.c:377 eaix5rs6.c:377 eaixppc.c:377 eaixrs6.c:377 eppcmacos.c:377 +msgid "%P: warning: ignoring invalid -D number %s\n" +msgstr "%P: aviso: se descartal número -D no válido %s\n" + +#: eaix5ppc.c:385 eaix5rs6.c:385 eaixppc.c:385 eaixrs6.c:385 eppcmacos.c:385 +msgid "%P: warning: ignoring invalid -H number %s\n" +msgstr "%P: aviso: se descartal número -H no válido %s\n" + +#: eaix5ppc.c:497 eaix5rs6.c:497 eaixppc.c:497 eaixrs6.c:497 eppcmacos.c:497 +msgid "%P: warning: ignoring invalid -bmaxdata number %s\n" +msgstr "%P: aviso: se descartal número -bmaxdata no válido %s\n" + +#: eaix5ppc.c:506 eaix5rs6.c:506 eaixppc.c:506 eaixrs6.c:506 eppcmacos.c:506 +msgid "%P: warning: ignoring invalid -bmaxstack number %s\n" +msgstr "%P: aviso: se descartal número -bmaxstack no válido %s\n" + +#: eaix5ppc.c:519 eaix5rs6.c:519 eaixppc.c:519 eaixrs6.c:519 eppcmacos.c:519 +msgid "%P: warning: ignoring invalid module type %s\n" +msgstr "%P: aviso: se descartal tipo de módulo no válido %s\n" + +#: eaix5ppc.c:549 eaix5rs6.c:549 eaixppc.c:549 eaixrs6.c:549 eppcmacos.c:549 +msgid "%P: warning: ignoring invalid -pD number %s\n" +msgstr "%P: aviso: se descartal número -pD no válido %s\n" + +#: eaix5ppc.c:572 eaix5rs6.c:572 eaixppc.c:572 eaixrs6.c:572 eppcmacos.c:572 +msgid "%P: warning: ignoring invalid -pT number %s\n" +msgstr "%P: aviso: se descartal número -pT no válido %s\n" + +#: eaix5ppc.c:701 eaix5rs6.c:701 eaixppc.c:701 eaixrs6.c:701 eppcmacos.c:701 +#, fuzzy +#| msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n" +msgid "%P: bfd_xcoff_link_record_set failed: %E\n" +msgstr "%P: falló bfd_xcoff_link_record_set: %E\n" + +#: eaix5ppc.c:731 eaix5rs6.c:731 eaixppc.c:731 eaixrs6.c:731 eppcmacos.c:731 +#, fuzzy +#| msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n" +msgid "%P: bfd_link_hash_lookup of export symbol failed: %E\n" +msgstr "%P: falló bfd_link_hash_lookup: %E\n" + +#: eaix5ppc.c:733 eaix5rs6.c:733 eaixppc.c:733 eaixrs6.c:733 eppcmacos.c:733 +#, fuzzy +#| msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" +msgid "%P: bfd_xcoff_export_symbol failed: %E\n" +msgstr "%P: falló bfd_xcoff_export_symbol: %E\n" + +#: eaix5ppc.c:838 eaix5rs6.c:838 eaixppc.c:838 eaixrs6.c:838 eppcmacos.c:838 +#, fuzzy +#| msgid "%F%P: can't find output section %s\n" +msgid "%P: can't find output section %pA\n" +msgstr "%P: no se puede encontrar la sección de salida %s\n" + +#: eaix5ppc.c:875 eaix5rs6.c:875 eaixppc.c:875 eaixrs6.c:875 eppcmacos.c:875 +#, fuzzy +#| msgid "%F%P: can't find %s in output section\n" +msgid "%P: can't find %pA in output section\n" +msgstr "%P: no se puede encontrar %s en la sección de salida\n" + +#: eaix5ppc.c:941 eaix5rs6.c:941 eaixppc.c:941 eaixrs6.c:941 eppcmacos.c:941 +msgid "%P: can't find required output section %s\n" +msgstr "%P: no se puede encontrar la sección de salida requerida %s\n" + +#: eaix5ppc.c:1123 eaix5rs6.c:1123 eaixppc.c:1123 eaixrs6.c:1123 +#: eppcmacos.c:1123 +#, fuzzy +#| msgid "%X%P: can not size stub section: %E\n" +msgid "%X%P: can not size stub sections: %E\n" +msgstr "%X%P: no se puede medir la sección de stub: %E\n" + +#: eaix5ppc.c:1128 eaix5rs6.c:1128 eaixppc.c:1128 eaixrs6.c:1128 +#: eppcmacos.c:1128 +#, fuzzy +#| msgid "%F%P: failed to set dynamic section sizes: %E\n" +msgid "%P: failed to layout dynamic sections: %E\n" +msgstr "%P: no se han podido establecer los tamaños de las secciones dinámicas: %E\n" + +#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341 +#: eppcmacos.c:1341 +#, fuzzy +#| msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" +msgid "%P:%s:%d: #! ([member]) is not supported in import files\n" +msgstr "%P:%s:%d: #! ([miembro]) no se admite en ficheros de importación\n" + +#: eaix5ppc.c:1358 eaix5rs6.c:1358 eaixppc.c:1358 eaixrs6.c:1358 +#: eppcmacos.c:1358 +#, fuzzy +#| msgid "%F%P: could not parse import path: %E\n" +msgid "%P: could not parse import path: %E\n" +msgstr "%P: no se puede analizar la ruta de importación: %E\n" + +#: eaix5ppc.c:1368 eaix5ppc.c:1380 eaix5rs6.c:1368 eaix5rs6.c:1380 +#: eaixppc.c:1368 eaixppc.c:1380 eaixrs6.c:1368 eaixrs6.c:1380 eppcmacos.c:1368 +#: eppcmacos.c:1380 +msgid "%P:%s:%d: warning: syntax error in import file\n" +msgstr "%P:%s:%d: aviso: error de sintaxis en fichero de importación\n" + +#: eaix5ppc.c:1415 eaix5rs6.c:1415 eaixppc.c:1415 eaixrs6.c:1415 +#: eppcmacos.c:1415 +msgid "%P:%s%d: warning: syntax error in import/export file\n" +msgstr "%P:%s%d: aviso: error de sintaxis en fichero de importación/exportación\n" + +#: eaix5ppc.c:1433 eaix5rs6.c:1433 eaixppc.c:1433 eaixrs6.c:1433 +#: eppcmacos.c:1433 +msgid "%P:%s:%d: warning: syntax error in import/export file\n" +msgstr "%P:%s:%d: aviso: error de sintaxis en fichero de importación/exportación\n" + +#: eaix5ppc.c:1468 eaix5rs6.c:1468 eaixppc.c:1468 eaixrs6.c:1468 +#: eppcmacos.c:1468 +msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" +msgstr "%X%P:%s:%d: fallo al importar el sÃmbolo %s: %E\n" + +#: eaix5ppc.c:1478 eaix5rs6.c:1478 eaixppc.c:1478 eaixrs6.c:1478 +#: eppcmacos.c:1478 +msgid "%P:%s:%d: warning: ignoring unterminated last line\n" +msgstr "%P:%s:%d: aviso: se descarta la lÃnea última inacabada\n" + +#: eaix5ppc.c:1513 eaix5rs6.c:1513 eaixppc.c:1513 eaixrs6.c:1513 +#: eppcmacos.c:1513 +#, fuzzy +#| msgid "%F%P: only relocations against symbols are permitted\n" +msgid "%P: only relocations against symbols are permitted\n" +msgstr "%P: solo se permiten reubicaciones contra sÃmbolos\n" + +#: eaix5ppc.c:1516 eaix5rs6.c:1516 eaixppc.c:1516 eaixrs6.c:1516 +#: eppcmacos.c:1516 +#, fuzzy +#| msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" +msgid "%P: bfd_xcoff_link_count_reloc failed: %E\n" +msgstr "%P: falló bfd_xcoff_link_count_reloc: %E\n" + +#: eaix5ppc.c:1604 eaix5rs6.c:1604 eaixppc.c:1604 eaixrs6.c:1604 +#: eppcmacos.c:1604 +#, fuzzy +#| msgid "%X%P: can not create stub BFD: %E\n" +msgid "%P: can not create stub BFD: %E\n" +msgstr "%X%P: no se puede crear stub BFD: %E\n" + +#: eaix5ppc.c:1614 eaix5rs6.c:1614 eaixppc.c:1614 eaixrs6.c:1614 +#: eelf32kvx.c:324 eelf64_s390.c:66 eelf64kvx.c:324 eelf64kvx_linux.c:322 +#: eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 eelf64ppc_fbsd.c:132 +#: eppcmacos.c:1614 +#, fuzzy +#| msgid "%F%P: can not init BFD: %E\n" +msgid "%P: can not init BFD: %E\n" +msgstr "%P: no se puede inicializar BFD: %E\n" + +#: ealphavms.c:168 eelf64_ia64_vms.c:168 #, c-format -msgid "%P: errors encountered processing file %s\n" -msgstr "%P: se encontraron errores al procesar el fichero %s\n" +msgid " --identification <string> Set the identification of the output\n" +msgstr " --identification <cadena> Establece la identificación de la salida\n" + +#: earm_wince_pe.c:354 earmpe.c:354 ei386pe.c:354 ei386pe_posix.c:354 +#: emcorepe.c:354 eshpe.c:354 +#, c-format +msgid " --thumb-entry=<symbol> Set the entry point to be Thumb <symbol>\n" +msgstr " --thumb-entry=<sÃmbolo> Establece el punto de entrada para el sÃmbolo Thumb <sÃmbolo>\n" + +#: earm_wince_pe.c:355 earmpe.c:355 ei386pe.c:355 ei386pe_posix.c:355 +#: emcorepe.c:355 eshpe.c:355 +#, c-format +msgid " --[no-]insert-timestamp Use a real timestamp rather than zero (default).\n" +msgstr " --[no-]insert-timestamp Utiliza marca de sello real en lugar de cero (opción predefinida).\n" + +#: earm_wince_pe.c:366 earmpe.c:366 ei386pe.c:366 ei386pe_posix.c:366 +#: emcorepe.c:366 eshpe.c:366 +#, c-format +msgid " export, place into import library instead.\n" +msgstr " automática, los coloca en la biblioteca de importación.\n" + +#: earm_wince_pe.c:371 earmpe.c:371 ei386pe.c:371 ei386pe_posix.c:371 +#: emcorepe.c:371 eshpe.c:371 +#, c-format +msgid "" +" --compat-implib Create backward compatible import libs;\n" +" create __imp_<SYMBOL> as well.\n" +msgstr "" +" --compat-implib Crea bibliotecas de importación compatibles hacia atrás;\n" +" crea además __imp_<SÃMBOLO>.\n" + +#: earm_wince_pe.c:372 earmpe.c:372 ei386pe.c:372 ei386pe_posix.c:372 +#: emcorepe.c:372 eshpe.c:372 +#, c-format +msgid "" +" --enable-auto-image-base[=<address>] Automatically choose image base for DLLs\n" +" (optionally starting with address) unless\n" +" specifically set with --image-base\n" +msgstr "" +" --enable-auto-image-base[=<direc>] Escoge automáticamente la base de la imagen para las DLLs\n" +" (opcionalmente empezando con direc salvo que\n" +" se establezca especÃficamente con --image-base\n" -#: earm_wince_pe.c:1710 earmpe.c:1710 ei386pe.c:1710 ei386pe_posix.c:1710 -#: emcorepe.c:1710 eppcpe.c:1710 eshpe.c:1710 +#: earm_wince_pe.c:373 earmpe.c:373 ei386pe.c:373 ei386pe_posix.c:373 +#: emcorepe.c:373 eshpe.c:373 +#, c-format +msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" +msgstr " --disable-auto-image-base No escoge automáticamente una imagen base. (por defecto)\n" + +#: earm_wince_pe.c:377 earmpe.c:377 ei386pe.c:377 ei386pe_posix.c:377 +#: emcorepe.c:377 eshpe.c:377 +#, c-format +msgid "" +" --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" +" adding pseudo-relocations resolved at\n" +" runtime.\n" +msgstr "" +" --enable-runtime-pseudo-reloc Evita limitaciones de autoimportación\n" +" agregando pseudo-reubicaciones resueltas\n" +" al momento de ejecución.\n" + +#: earm_wince_pe.c:378 earmpe.c:378 ei386pe.c:378 ei386pe_posix.c:378 +#: emcorepe.c:378 eshpe.c:378 +#, c-format +msgid "" +" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n" +" auto-imported DATA.\n" +msgstr "" +" --disable-runtime-pseudo-reloc No agrega pseudo-reubicaciones al momento\n" +" de ejecución para DATOS autoimportados.\n" + +#: earm_wince_pe.c:379 earmpe.c:379 ei386pe.c:379 ei386pe_posix.c:379 +#: emcorepe.c:379 eshpe.c:379 +#, c-format +msgid "" +" --enable-extra-pe-debug Enable verbose debug output when building\n" +" or linking to DLLs (esp. auto-import)\n" +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" + +#: earm_wince_pe.c:381 earmpe.c:381 ei386pe.c:381 ei386pe_posix.c:381 +#: emcorepe.c:381 eshpe.c:381 +#, c-format +msgid "" +" --large-address-aware Executable supports virtual addresses\n" +" greater than 2 gigabytes\n" +msgstr "" +" --large-address-aware El ejecutable admite direcciones\n" +" virtuales mayores a 2 gigabytes\n" + +#: earm_wince_pe.c:382 earmpe.c:382 ei386pe.c:382 ei386pe_posix.c:382 +#: emcorepe.c:382 eshpe.c:382 +#, c-format +msgid "" +" --disable-large-address-aware Executable does not support virtual\n" +" addresses greater than 2 gigabytes\n" +msgstr "" +" --disable-large-address-aware El ejecutable no admite direcciones\n" +" virtuales mayores que 2 gigabytes\n" + +#: earm_wince_pe.c:391 earmpe.c:391 ei386pe.c:391 ei386pe_posix.c:391 +#: emcorepe.c:391 eshpe.c:391 +#, c-format +msgid "" +" --[disable-]no-seh Image does not use SEH. No SE handler may\n" +" be called in this image\n" +msgstr "" +" --[disable-]no-seh La imagen no usa SEH. No se puede llamar\n" +" a ningún manejador SE en esta imagen\n" + +#: earm_wince_pe.c:968 earmpe.c:968 ei386pe.c:968 ei386pe_posix.c:968 +#: emcorepe.c:968 eshpe.c:968 +msgid "%P: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?\n" +msgstr "%P: aviso: --export-dynamic no se admite para objetivos PE, ¿quiso decir --export-all-symbols?\n" + +#: earm_wince_pe.c:1018 earmpe.c:1018 ei386pe.c:1018 ei386pe_posix.c:1018 +#: emcorepe.c:1018 eshpe.c:1018 +msgid "%P: warning: resolving %s by linking to %s\n" +msgstr "%P: aviso: se resuelve %s al enlazar con %s\n" + +#: earm_wince_pe.c:1819 earmpe.c:1819 ei386pe.c:1819 ei386pe_posix.c:1819 +#: emcorepe.c:1819 eshpe.c:1819 #, c-format msgid "%P: errors encountered processing file %s for interworking\n" msgstr "%P: se encontraron errores al procesar el fichero %s para interoperabilidad\n" -#: earm_wince_pe.c:1877 earmelf.c:520 earmelf_fbsd.c:520 earmelf_fuchsia.c:521 -#: earmelf_linux.c:521 earmelf_linux_eabi.c:521 earmelf_linux_fdpiceabi.c:521 -#: earmelf_nacl.c:521 earmelf_nbsd.c:520 earmelf_phoenix.c:521 -#: earmelf_vxworks.c:520 earmelfb.c:520 earmelfb_fbsd.c:520 -#: earmelfb_fuchsia.c:521 earmelfb_linux.c:521 earmelfb_linux_eabi.c:521 -#: earmelfb_linux_fdpiceabi.c:521 earmelfb_nacl.c:521 earmelfb_nbsd.c:520 -#: earmnto.c:520 earmpe.c:1877 earmsymbian.c:520 ei386pe.c:1877 -#: ei386pe_posix.c:1877 emcorepe.c:1877 eppcpe.c:1877 eshpe.c:1877 +#: earm_wince_pe.c:1987 earmelf.c:524 earmelf_fbsd.c:524 earmelf_fuchsia.c:525 +#: earmelf_haiku.c:525 earmelf_linux.c:525 earmelf_linux_eabi.c:525 +#: earmelf_linux_fdpiceabi.c:525 earmelf_nacl.c:525 earmelf_nbsd.c:524 +#: earmelf_phoenix.c:525 earmelf_vxworks.c:524 earmelfb.c:524 +#: earmelfb_fbsd.c:524 earmelfb_fuchsia.c:525 earmelfb_linux.c:525 +#: earmelfb_linux_eabi.c:525 earmelfb_linux_fdpiceabi.c:525 earmelfb_nacl.c:525 +#: earmelfb_nbsd.c:524 earmnto.c:524 earmpe.c:1987 ei386pe.c:1987 +#: ei386pe_posix.c:1987 emcorepe.c:1987 eshpe.c:1987 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "%P: aviso: '--thumb-entry %s' se impone a '-e %s'\n" -#: earm_wince_pe.c:1882 earmelf.c:525 earmelf_fbsd.c:525 earmelf_fuchsia.c:526 -#: earmelf_linux.c:526 earmelf_linux_eabi.c:526 earmelf_linux_fdpiceabi.c:526 -#: earmelf_nacl.c:526 earmelf_nbsd.c:525 earmelf_phoenix.c:526 -#: earmelf_vxworks.c:525 earmelfb.c:525 earmelfb_fbsd.c:525 -#: earmelfb_fuchsia.c:526 earmelfb_linux.c:526 earmelfb_linux_eabi.c:526 -#: earmelfb_linux_fdpiceabi.c:526 earmelfb_nacl.c:526 earmelfb_nbsd.c:525 -#: earmnto.c:525 earmpe.c:1882 earmsymbian.c:525 ei386pe.c:1882 -#: ei386pe_posix.c:1882 emcorepe.c:1882 eppcpe.c:1882 eshpe.c:1882 +#: earm_wince_pe.c:1992 earmelf.c:529 earmelf_fbsd.c:529 earmelf_fuchsia.c:530 +#: earmelf_haiku.c:530 earmelf_linux.c:530 earmelf_linux_eabi.c:530 +#: earmelf_linux_fdpiceabi.c:530 earmelf_nacl.c:530 earmelf_nbsd.c:529 +#: earmelf_phoenix.c:530 earmelf_vxworks.c:529 earmelfb.c:529 +#: earmelfb_fbsd.c:529 earmelfb_fuchsia.c:530 earmelfb_linux.c:530 +#: earmelfb_linux_eabi.c:530 earmelfb_linux_fdpiceabi.c:530 earmelfb_nacl.c:530 +#: earmelfb_nbsd.c:529 earmnto.c:529 earmpe.c:1992 ei386pe.c:1992 +#: ei386pe_posix.c:1992 emcorepe.c:1992 eshpe.c:1992 msgid "%P: warning: cannot find thumb start symbol %s\n" msgstr "%P: aviso: no se puede encontrar el sÃmbolo de inicio thumb %s\n" -#: earmelf.c:551 earmelf_fbsd.c:551 earmelf_fuchsia.c:552 earmelf_linux.c:552 -#: earmelf_linux_eabi.c:552 earmelf_linux_fdpiceabi.c:552 earmelf_nacl.c:552 -#: earmelf_nbsd.c:551 earmelf_phoenix.c:552 earmelf_vxworks.c:551 -#: earmelfb.c:551 earmelfb_fbsd.c:551 earmelfb_fuchsia.c:552 -#: earmelfb_linux.c:552 earmelfb_linux_eabi.c:552 -#: earmelfb_linux_fdpiceabi.c:552 earmelfb_nacl.c:552 earmelfb_nbsd.c:551 -#: earmnto.c:551 earmsymbian.c:551 -msgid "%F%P: %s: can't open: %E\n" -msgstr "%F%P: %s: no se puede abrir: %E\n" - -#: earmelf.c:554 earmelf_fbsd.c:554 earmelf_fuchsia.c:555 earmelf_linux.c:555 -#: earmelf_linux_eabi.c:555 earmelf_linux_fdpiceabi.c:555 earmelf_nacl.c:555 -#: earmelf_nbsd.c:554 earmelf_phoenix.c:555 earmelf_vxworks.c:554 -#: earmelfb.c:554 earmelfb_fbsd.c:554 earmelfb_fuchsia.c:555 -#: earmelfb_linux.c:555 earmelfb_linux_eabi.c:555 -#: earmelfb_linux_fdpiceabi.c:555 earmelfb_nacl.c:555 earmelfb_nbsd.c:554 -#: earmnto.c:554 earmsymbian.c:554 -msgid "%F%P: %s: not a relocatable file: %E\n" -msgstr "%F%P: %s no es un fichero reubicable: %E\n" - -#: earmelf.c:1030 earmelf_fbsd.c:1030 earmelf_fuchsia.c:1035 -#: earmelf_linux.c:1035 earmelf_linux_eabi.c:1035 -#: earmelf_linux_fdpiceabi.c:1035 earmelf_nacl.c:1035 earmelf_nbsd.c:1030 -#: earmelf_phoenix.c:1035 earmelf_vxworks.c:1066 earmelfb.c:1030 -#: earmelfb_fbsd.c:1030 earmelfb_fuchsia.c:1035 earmelfb_linux.c:1035 -#: earmelfb_linux_eabi.c:1035 earmelfb_linux_fdpiceabi.c:1035 -#: earmelfb_nacl.c:1035 earmelfb_nbsd.c:1030 earmnto.c:1005 earmsymbian.c:1030 +#: earmelf.c:145 earmelf_fbsd.c:145 earmelf_fuchsia.c:146 earmelf_haiku.c:146 +#: earmelf_linux.c:146 earmelf_linux_eabi.c:146 earmelf_linux_fdpiceabi.c:146 +#: earmelf_nacl.c:146 earmelf_nbsd.c:145 earmelf_phoenix.c:146 +#: earmelf_vxworks.c:145 earmelfb.c:145 earmelfb_fbsd.c:145 +#: earmelfb_fuchsia.c:146 earmelfb_linux.c:146 earmelfb_linux_eabi.c:146 +#: earmelfb_linux_fdpiceabi.c:146 earmelfb_nacl.c:146 earmelfb_nbsd.c:145 +#: earmnto.c:145 ei386beos.c:592 +#, c-format +msgid "%P: errors encountered processing file %s\n" +msgstr "%P: se encontraron errores al procesar el fichero %s\n" + +#: earmelf.c:555 earmelf_fbsd.c:555 earmelf_fuchsia.c:556 earmelf_haiku.c:556 +#: earmelf_linux.c:556 earmelf_linux_eabi.c:556 earmelf_linux_fdpiceabi.c:556 +#: earmelf_nacl.c:556 earmelf_nbsd.c:555 earmelf_phoenix.c:556 +#: earmelf_vxworks.c:555 earmelfb.c:555 earmelfb_fbsd.c:555 +#: earmelfb_fuchsia.c:556 earmelfb_linux.c:556 earmelfb_linux_eabi.c:556 +#: earmelfb_linux_fdpiceabi.c:556 earmelfb_nacl.c:556 earmelfb_nbsd.c:555 +#: earmnto.c:555 +#, fuzzy +#| msgid "%F%P: %s: can't open: %E\n" +msgid "%P: %s: can't open: %E\n" +msgstr "%P: %s: no se puede abrir: %E\n" + +#: earmelf.c:558 earmelf_fbsd.c:558 earmelf_fuchsia.c:559 earmelf_haiku.c:559 +#: earmelf_linux.c:559 earmelf_linux_eabi.c:559 earmelf_linux_fdpiceabi.c:559 +#: earmelf_nacl.c:559 earmelf_nbsd.c:558 earmelf_phoenix.c:559 +#: earmelf_vxworks.c:558 earmelfb.c:558 earmelfb_fbsd.c:558 +#: earmelfb_fuchsia.c:559 earmelfb_linux.c:559 earmelfb_linux_eabi.c:559 +#: earmelfb_linux_fdpiceabi.c:559 earmelfb_nacl.c:559 earmelfb_nbsd.c:558 +#: earmnto.c:558 +#, fuzzy +#| msgid "%F%P: %s: not a relocatable file: %E\n" +msgid "%P: %s: not a relocatable file: %E\n" +msgstr "%P: %s no es un fichero reubicable: %E\n" + +#: earmelf.c:1101 earmelf_fbsd.c:1101 earmelf_fuchsia.c:1106 +#: earmelf_haiku.c:1106 earmelf_linux.c:1106 earmelf_linux_eabi.c:1106 +#: earmelf_linux_fdpiceabi.c:1106 earmelf_nacl.c:1106 earmelf_nbsd.c:1101 +#: earmelf_phoenix.c:1106 earmelf_vxworks.c:1133 earmelfb.c:1101 +#: earmelfb_fbsd.c:1101 earmelfb_fuchsia.c:1106 earmelfb_linux.c:1106 +#: earmelfb_linux_eabi.c:1106 earmelfb_linux_fdpiceabi.c:1106 +#: earmelfb_nacl.c:1106 earmelfb_nbsd.c:1101 earmnto.c:1061 msgid "%P: unrecognized VFP11 fix type '%s'\n" msgstr "%P: no se reconoce el tipo de corrección VFP11 '%s'\n" -#: earmelf.c:1043 earmelf_fbsd.c:1043 earmelf_fuchsia.c:1048 -#: earmelf_linux.c:1048 earmelf_linux_eabi.c:1048 -#: earmelf_linux_fdpiceabi.c:1048 earmelf_nacl.c:1048 earmelf_nbsd.c:1043 -#: earmelf_phoenix.c:1048 earmelf_vxworks.c:1079 earmelfb.c:1043 -#: earmelfb_fbsd.c:1043 earmelfb_fuchsia.c:1048 earmelfb_linux.c:1048 -#: earmelfb_linux_eabi.c:1048 earmelfb_linux_fdpiceabi.c:1048 -#: earmelfb_nacl.c:1048 earmelfb_nbsd.c:1043 earmnto.c:1018 earmsymbian.c:1043 +#: earmelf.c:1114 earmelf_fbsd.c:1114 earmelf_fuchsia.c:1119 +#: earmelf_haiku.c:1119 earmelf_linux.c:1119 earmelf_linux_eabi.c:1119 +#: earmelf_linux_fdpiceabi.c:1119 earmelf_nacl.c:1119 earmelf_nbsd.c:1114 +#: earmelf_phoenix.c:1119 earmelf_vxworks.c:1146 earmelfb.c:1114 +#: earmelfb_fbsd.c:1114 earmelfb_fuchsia.c:1119 earmelfb_linux.c:1119 +#: earmelfb_linux_eabi.c:1119 earmelfb_linux_fdpiceabi.c:1119 +#: earmelfb_nacl.c:1119 earmelfb_nbsd.c:1114 earmnto.c:1074 msgid "%P: unrecognized STM32L4XX fix type '%s'\n" msgstr "%P: no se reconoce el tipo de corrección STM32L4XX '%s'\n" -#: earmelf.c:1110 earmelf_fbsd.c:1110 earmelf_fuchsia.c:1115 -#: earmelf_linux.c:1115 earmelf_linux_eabi.c:1115 -#: earmelf_linux_fdpiceabi.c:1115 earmelf_nacl.c:1115 earmelf_nbsd.c:1110 -#: earmelf_phoenix.c:1115 earmelf_vxworks.c:1150 earmelfb.c:1110 -#: earmelfb_fbsd.c:1110 earmelfb_fuchsia.c:1115 earmelfb_linux.c:1115 -#: earmelfb_linux_eabi.c:1115 earmelfb_linux_fdpiceabi.c:1115 -#: earmelfb_nacl.c:1115 earmelfb_nbsd.c:1110 earmnto.c:1085 earmsymbian.c:1110 +#: earmelf.c:1181 earmelf_fbsd.c:1181 earmelf_fuchsia.c:1186 +#: earmelf_haiku.c:1186 earmelf_linux.c:1186 earmelf_linux_eabi.c:1186 +#: earmelf_linux_fdpiceabi.c:1186 earmelf_nacl.c:1186 earmelf_nbsd.c:1181 +#: earmelf_phoenix.c:1186 earmelf_vxworks.c:1217 earmelfb.c:1181 +#: earmelfb_fbsd.c:1181 earmelfb_fuchsia.c:1186 earmelfb_linux.c:1186 +#: earmelfb_linux_eabi.c:1186 earmelfb_linux_fdpiceabi.c:1186 +#: earmelfb_nacl.c:1186 earmelfb_nbsd.c:1181 earmnto.c:1141 #, c-format msgid " --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" msgstr " --thumb-entry=<sim> Establece el punto de entrada para el sÃmbolo Thumb <sim>\n" @@ -4207,112 +5644,112 @@ msgstr " --thumb-entry=<sim> Establece el punto de entrada para el sÃm # 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 -#: earmelf.c:1111 earmelf_fbsd.c:1111 earmelf_fuchsia.c:1116 -#: earmelf_linux.c:1116 earmelf_linux_eabi.c:1116 -#: earmelf_linux_fdpiceabi.c:1116 earmelf_nacl.c:1116 earmelf_nbsd.c:1111 -#: earmelf_phoenix.c:1116 earmelf_vxworks.c:1151 earmelfb.c:1111 -#: earmelfb_fbsd.c:1111 earmelfb_fuchsia.c:1116 earmelfb_linux.c:1116 -#: earmelfb_linux_eabi.c:1116 earmelfb_linux_fdpiceabi.c:1116 -#: earmelfb_nacl.c:1116 earmelfb_nbsd.c:1111 earmnto.c:1086 earmsymbian.c:1111 +#: earmelf.c:1182 earmelf_fbsd.c:1182 earmelf_fuchsia.c:1187 +#: earmelf_haiku.c:1187 earmelf_linux.c:1187 earmelf_linux_eabi.c:1187 +#: earmelf_linux_fdpiceabi.c:1187 earmelf_nacl.c:1187 earmelf_nbsd.c:1182 +#: earmelf_phoenix.c:1187 earmelf_vxworks.c:1218 earmelfb.c:1182 +#: earmelfb_fbsd.c:1182 earmelfb_fuchsia.c:1187 earmelfb_linux.c:1187 +#: earmelfb_linux_eabi.c:1187 earmelfb_linux_fdpiceabi.c:1187 +#: earmelfb_nacl.c:1187 earmelfb_nbsd.c:1182 earmnto.c:1142 #, c-format msgid " --be8 Output BE8 format image\n" msgstr " --be8 Salida en formato de imagen BE8\n" -#: earmelf.c:1112 earmelf_fbsd.c:1112 earmelf_fuchsia.c:1117 -#: earmelf_linux.c:1117 earmelf_linux_eabi.c:1117 -#: earmelf_linux_fdpiceabi.c:1117 earmelf_nacl.c:1117 earmelf_nbsd.c:1112 -#: earmelf_phoenix.c:1117 earmelf_vxworks.c:1152 earmelfb.c:1112 -#: earmelfb_fbsd.c:1112 earmelfb_fuchsia.c:1117 earmelfb_linux.c:1117 -#: earmelfb_linux_eabi.c:1117 earmelfb_linux_fdpiceabi.c:1117 -#: earmelfb_nacl.c:1117 earmelfb_nbsd.c:1112 earmnto.c:1087 earmsymbian.c:1112 +#: earmelf.c:1183 earmelf_fbsd.c:1183 earmelf_fuchsia.c:1188 +#: earmelf_haiku.c:1188 earmelf_linux.c:1188 earmelf_linux_eabi.c:1188 +#: earmelf_linux_fdpiceabi.c:1188 earmelf_nacl.c:1188 earmelf_nbsd.c:1183 +#: earmelf_phoenix.c:1188 earmelf_vxworks.c:1219 earmelfb.c:1183 +#: earmelfb_fbsd.c:1183 earmelfb_fuchsia.c:1188 earmelfb_linux.c:1188 +#: earmelfb_linux_eabi.c:1188 earmelfb_linux_fdpiceabi.c:1188 +#: earmelfb_nacl.c:1188 earmelfb_nbsd.c:1183 earmnto.c:1143 #, c-format msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n" msgstr " --target1-rel Interpreta R_ARM_TARGET1 como R_ARM_REL32\n" -#: earmelf.c:1113 earmelf_fbsd.c:1113 earmelf_fuchsia.c:1118 -#: earmelf_linux.c:1118 earmelf_linux_eabi.c:1118 -#: earmelf_linux_fdpiceabi.c:1118 earmelf_nacl.c:1118 earmelf_nbsd.c:1113 -#: earmelf_phoenix.c:1118 earmelf_vxworks.c:1153 earmelfb.c:1113 -#: earmelfb_fbsd.c:1113 earmelfb_fuchsia.c:1118 earmelfb_linux.c:1118 -#: earmelfb_linux_eabi.c:1118 earmelfb_linux_fdpiceabi.c:1118 -#: earmelfb_nacl.c:1118 earmelfb_nbsd.c:1113 earmnto.c:1088 earmsymbian.c:1113 +#: earmelf.c:1184 earmelf_fbsd.c:1184 earmelf_fuchsia.c:1189 +#: earmelf_haiku.c:1189 earmelf_linux.c:1189 earmelf_linux_eabi.c:1189 +#: earmelf_linux_fdpiceabi.c:1189 earmelf_nacl.c:1189 earmelf_nbsd.c:1184 +#: earmelf_phoenix.c:1189 earmelf_vxworks.c:1220 earmelfb.c:1184 +#: earmelfb_fbsd.c:1184 earmelfb_fuchsia.c:1189 earmelfb_linux.c:1189 +#: earmelfb_linux_eabi.c:1189 earmelfb_linux_fdpiceabi.c:1189 +#: earmelfb_nacl.c:1189 earmelfb_nbsd.c:1184 earmnto.c:1144 #, c-format msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n" msgstr " --target1-abs Interpreta R_ARM_TARGET1 como R_ARM_ABS32\n" -#: earmelf.c:1114 earmelf_fbsd.c:1114 earmelf_fuchsia.c:1119 -#: earmelf_linux.c:1119 earmelf_linux_eabi.c:1119 -#: earmelf_linux_fdpiceabi.c:1119 earmelf_nacl.c:1119 earmelf_nbsd.c:1114 -#: earmelf_phoenix.c:1119 earmelf_vxworks.c:1154 earmelfb.c:1114 -#: earmelfb_fbsd.c:1114 earmelfb_fuchsia.c:1119 earmelfb_linux.c:1119 -#: earmelfb_linux_eabi.c:1119 earmelfb_linux_fdpiceabi.c:1119 -#: earmelfb_nacl.c:1119 earmelfb_nbsd.c:1114 earmnto.c:1089 earmsymbian.c:1114 +#: earmelf.c:1185 earmelf_fbsd.c:1185 earmelf_fuchsia.c:1190 +#: earmelf_haiku.c:1190 earmelf_linux.c:1190 earmelf_linux_eabi.c:1190 +#: earmelf_linux_fdpiceabi.c:1190 earmelf_nacl.c:1190 earmelf_nbsd.c:1185 +#: earmelf_phoenix.c:1190 earmelf_vxworks.c:1221 earmelfb.c:1185 +#: earmelfb_fbsd.c:1185 earmelfb_fuchsia.c:1190 earmelfb_linux.c:1190 +#: earmelfb_linux_eabi.c:1190 earmelfb_linux_fdpiceabi.c:1190 +#: earmelfb_nacl.c:1190 earmelfb_nbsd.c:1185 earmnto.c:1145 #, c-format msgid " --target2=<type> Specify definition of R_ARM_TARGET2\n" msgstr " --target2=<type> Especifica la definición de R_ARM_TARGET2\n" -#: earmelf.c:1115 earmelf_fbsd.c:1115 earmelf_fuchsia.c:1120 -#: earmelf_linux.c:1120 earmelf_linux_eabi.c:1120 -#: earmelf_linux_fdpiceabi.c:1120 earmelf_nacl.c:1120 earmelf_nbsd.c:1115 -#: earmelf_phoenix.c:1120 earmelf_vxworks.c:1155 earmelfb.c:1115 -#: earmelfb_fbsd.c:1115 earmelfb_fuchsia.c:1120 earmelfb_linux.c:1120 -#: earmelfb_linux_eabi.c:1120 earmelfb_linux_fdpiceabi.c:1120 -#: earmelfb_nacl.c:1120 earmelfb_nbsd.c:1115 earmnto.c:1090 earmsymbian.c:1115 +#: earmelf.c:1186 earmelf_fbsd.c:1186 earmelf_fuchsia.c:1191 +#: earmelf_haiku.c:1191 earmelf_linux.c:1191 earmelf_linux_eabi.c:1191 +#: earmelf_linux_fdpiceabi.c:1191 earmelf_nacl.c:1191 earmelf_nbsd.c:1186 +#: earmelf_phoenix.c:1191 earmelf_vxworks.c:1222 earmelfb.c:1186 +#: earmelfb_fbsd.c:1186 earmelfb_fuchsia.c:1191 earmelfb_linux.c:1191 +#: earmelfb_linux_eabi.c:1191 earmelfb_linux_fdpiceabi.c:1191 +#: earmelfb_nacl.c:1191 earmelfb_nbsd.c:1186 earmnto.c:1146 #, c-format msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n" msgstr " --fix-v4bx Reescribe BX rn como MOV pc, rn para ARMv4\n" -#: earmelf.c:1116 earmelf_fbsd.c:1116 earmelf_fuchsia.c:1121 -#: earmelf_linux.c:1121 earmelf_linux_eabi.c:1121 -#: earmelf_linux_fdpiceabi.c:1121 earmelf_nacl.c:1121 earmelf_nbsd.c:1116 -#: earmelf_phoenix.c:1121 earmelf_vxworks.c:1156 earmelfb.c:1116 -#: earmelfb_fbsd.c:1116 earmelfb_fuchsia.c:1121 earmelfb_linux.c:1121 -#: earmelfb_linux_eabi.c:1121 earmelfb_linux_fdpiceabi.c:1121 -#: earmelfb_nacl.c:1121 earmelfb_nbsd.c:1116 earmnto.c:1091 earmsymbian.c:1116 +#: earmelf.c:1187 earmelf_fbsd.c:1187 earmelf_fuchsia.c:1192 +#: earmelf_haiku.c:1192 earmelf_linux.c:1192 earmelf_linux_eabi.c:1192 +#: earmelf_linux_fdpiceabi.c:1192 earmelf_nacl.c:1192 earmelf_nbsd.c:1187 +#: earmelf_phoenix.c:1192 earmelf_vxworks.c:1223 earmelfb.c:1187 +#: earmelfb_fbsd.c:1187 earmelfb_fuchsia.c:1192 earmelfb_linux.c:1192 +#: earmelfb_linux_eabi.c:1192 earmelfb_linux_fdpiceabi.c:1192 +#: earmelfb_nacl.c:1192 earmelfb_nbsd.c:1187 earmnto.c:1147 #, c-format msgid " --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking veneer\n" msgstr " --fix-v4bx-interworking Reescribe rama BX rn en capa de interoperabilidad ARMv4\n" -#: earmelf.c:1117 earmelf_fbsd.c:1117 earmelf_fuchsia.c:1122 -#: earmelf_linux.c:1122 earmelf_linux_eabi.c:1122 -#: earmelf_linux_fdpiceabi.c:1122 earmelf_nacl.c:1122 earmelf_nbsd.c:1117 -#: earmelf_phoenix.c:1122 earmelf_vxworks.c:1157 earmelfb.c:1117 -#: earmelfb_fbsd.c:1117 earmelfb_fuchsia.c:1122 earmelfb_linux.c:1122 -#: earmelfb_linux_eabi.c:1122 earmelfb_linux_fdpiceabi.c:1122 -#: earmelfb_nacl.c:1122 earmelfb_nbsd.c:1117 earmnto.c:1092 earmsymbian.c:1117 +#: earmelf.c:1188 earmelf_fbsd.c:1188 earmelf_fuchsia.c:1193 +#: earmelf_haiku.c:1193 earmelf_linux.c:1193 earmelf_linux_eabi.c:1193 +#: earmelf_linux_fdpiceabi.c:1193 earmelf_nacl.c:1193 earmelf_nbsd.c:1188 +#: earmelf_phoenix.c:1193 earmelf_vxworks.c:1224 earmelfb.c:1188 +#: earmelfb_fbsd.c:1188 earmelfb_fuchsia.c:1193 earmelfb_linux.c:1193 +#: earmelfb_linux_eabi.c:1193 earmelfb_linux_fdpiceabi.c:1193 +#: earmelfb_nacl.c:1193 earmelfb_nbsd.c:1188 earmnto.c:1148 #, c-format msgid " --use-blx Enable use of BLX instructions\n" msgstr " --use-blx Activa el uso de instrucciones BLX\n" -#: earmelf.c:1118 earmelf_fbsd.c:1118 earmelf_fuchsia.c:1123 -#: earmelf_linux.c:1123 earmelf_linux_eabi.c:1123 -#: earmelf_linux_fdpiceabi.c:1123 earmelf_nacl.c:1123 earmelf_nbsd.c:1118 -#: earmelf_phoenix.c:1123 earmelf_vxworks.c:1158 earmelfb.c:1118 -#: earmelfb_fbsd.c:1118 earmelfb_fuchsia.c:1123 earmelfb_linux.c:1123 -#: earmelfb_linux_eabi.c:1123 earmelfb_linux_fdpiceabi.c:1123 -#: earmelfb_nacl.c:1123 earmelfb_nbsd.c:1118 earmnto.c:1093 earmsymbian.c:1118 +#: earmelf.c:1189 earmelf_fbsd.c:1189 earmelf_fuchsia.c:1194 +#: earmelf_haiku.c:1194 earmelf_linux.c:1194 earmelf_linux_eabi.c:1194 +#: earmelf_linux_fdpiceabi.c:1194 earmelf_nacl.c:1194 earmelf_nbsd.c:1189 +#: earmelf_phoenix.c:1194 earmelf_vxworks.c:1225 earmelfb.c:1189 +#: earmelfb_fbsd.c:1189 earmelfb_fuchsia.c:1194 earmelfb_linux.c:1194 +#: earmelfb_linux_eabi.c:1194 earmelfb_linux_fdpiceabi.c:1194 +#: earmelfb_nacl.c:1194 earmelfb_nbsd.c:1189 earmnto.c:1149 #, c-format msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n" msgstr " --vfp11-denorm-fix Especifica cómo corregir VFP11 denorm erratum\n" -#: earmelf.c:1119 earmelf_fbsd.c:1119 earmelf_fuchsia.c:1124 -#: earmelf_linux.c:1124 earmelf_linux_eabi.c:1124 -#: earmelf_linux_fdpiceabi.c:1124 earmelf_nacl.c:1124 earmelf_nbsd.c:1119 -#: earmelf_phoenix.c:1124 earmelf_vxworks.c:1159 earmelfb.c:1119 -#: earmelfb_fbsd.c:1119 earmelfb_fuchsia.c:1124 earmelfb_linux.c:1124 -#: earmelfb_linux_eabi.c:1124 earmelfb_linux_fdpiceabi.c:1124 -#: earmelfb_nacl.c:1124 earmelfb_nbsd.c:1119 earmnto.c:1094 earmsymbian.c:1119 +#: earmelf.c:1190 earmelf_fbsd.c:1190 earmelf_fuchsia.c:1195 +#: earmelf_haiku.c:1195 earmelf_linux.c:1195 earmelf_linux_eabi.c:1195 +#: earmelf_linux_fdpiceabi.c:1195 earmelf_nacl.c:1195 earmelf_nbsd.c:1190 +#: earmelf_phoenix.c:1195 earmelf_vxworks.c:1226 earmelfb.c:1190 +#: earmelfb_fbsd.c:1190 earmelfb_fuchsia.c:1195 earmelfb_linux.c:1195 +#: earmelfb_linux_eabi.c:1195 earmelfb_linux_fdpiceabi.c:1195 +#: earmelfb_nacl.c:1195 earmelfb_nbsd.c:1190 earmnto.c:1150 #, c-format msgid " --fix-stm32l4xx-629360 Specify how to fix STM32L4XX 629360 erratum\n" msgstr " --fix-stm32l4xx-629360 Especifica cómo corregir el error STM32L4XX 629360\n" -#: earmelf.c:1125 earmelf_fbsd.c:1125 earmelf_fuchsia.c:1130 -#: earmelf_linux.c:1130 earmelf_linux_eabi.c:1130 -#: earmelf_linux_fdpiceabi.c:1130 earmelf_nacl.c:1130 earmelf_nbsd.c:1125 -#: earmelf_phoenix.c:1130 earmelf_vxworks.c:1165 earmelfb.c:1125 -#: earmelfb_fbsd.c:1125 earmelfb_fuchsia.c:1130 earmelfb_linux.c:1130 -#: earmelfb_linux_eabi.c:1130 earmelfb_linux_fdpiceabi.c:1130 -#: earmelfb_nacl.c:1130 earmelfb_nbsd.c:1125 earmnto.c:1100 earmsymbian.c:1125 +#: earmelf.c:1196 earmelf_fbsd.c:1196 earmelf_fuchsia.c:1201 +#: earmelf_haiku.c:1201 earmelf_linux.c:1201 earmelf_linux_eabi.c:1201 +#: earmelf_linux_fdpiceabi.c:1201 earmelf_nacl.c:1201 earmelf_nbsd.c:1196 +#: earmelf_phoenix.c:1201 earmelf_vxworks.c:1232 earmelfb.c:1196 +#: earmelfb_fbsd.c:1196 earmelfb_fuchsia.c:1201 earmelfb_linux.c:1201 +#: earmelfb_linux_eabi.c:1201 earmelfb_linux_fdpiceabi.c:1201 +#: earmelfb_nacl.c:1201 earmelfb_nbsd.c:1196 earmnto.c:1156 #, c-format msgid "" " --long-plt Generate long .plt entries\n" @@ -4321,13 +5758,13 @@ msgstr "" " --long-plt Genera entradas .plt largas para manejar\n" " desplazamientos .plt/.got grandes\n" -#: earmelf.c:1127 earmelf_fbsd.c:1127 earmelf_fuchsia.c:1132 -#: earmelf_linux.c:1132 earmelf_linux_eabi.c:1132 -#: earmelf_linux_fdpiceabi.c:1132 earmelf_nacl.c:1132 earmelf_nbsd.c:1127 -#: earmelf_phoenix.c:1132 earmelf_vxworks.c:1167 earmelfb.c:1127 -#: earmelfb_fbsd.c:1127 earmelfb_fuchsia.c:1132 earmelfb_linux.c:1132 -#: earmelfb_linux_eabi.c:1132 earmelfb_linux_fdpiceabi.c:1132 -#: earmelfb_nacl.c:1132 earmelfb_nbsd.c:1127 earmnto.c:1102 earmsymbian.c:1127 +#: earmelf.c:1198 earmelf_fbsd.c:1198 earmelf_fuchsia.c:1203 +#: earmelf_haiku.c:1203 earmelf_linux.c:1203 earmelf_linux_eabi.c:1203 +#: earmelf_linux_fdpiceabi.c:1203 earmelf_nacl.c:1203 earmelf_nbsd.c:1198 +#: earmelf_phoenix.c:1203 earmelf_vxworks.c:1234 earmelfb.c:1198 +#: earmelfb_fbsd.c:1198 earmelfb_fuchsia.c:1203 earmelfb_linux.c:1203 +#: earmelfb_linux_eabi.c:1203 earmelfb_linux_fdpiceabi.c:1203 +#: earmelfb_nacl.c:1203 earmelfb_nbsd.c:1198 earmnto.c:1158 #, c-format msgid "" " --cmse-implib Make import library to be a secure gateway import\n" @@ -4337,13 +5774,13 @@ msgstr "" " biblioteca de importación de pasarela segura\n" " según las extensiones de seguridad de ARMv8-M\n" -#: earmelf.c:1129 earmelf_fbsd.c:1129 earmelf_fuchsia.c:1134 -#: earmelf_linux.c:1134 earmelf_linux_eabi.c:1134 -#: earmelf_linux_fdpiceabi.c:1134 earmelf_nacl.c:1134 earmelf_nbsd.c:1129 -#: earmelf_phoenix.c:1134 earmelf_vxworks.c:1169 earmelfb.c:1129 -#: earmelfb_fbsd.c:1129 earmelfb_fuchsia.c:1134 earmelfb_linux.c:1134 -#: earmelfb_linux_eabi.c:1134 earmelfb_linux_fdpiceabi.c:1134 -#: earmelfb_nacl.c:1134 earmelfb_nbsd.c:1129 earmnto.c:1104 earmsymbian.c:1129 +#: earmelf.c:1200 earmelf_fbsd.c:1200 earmelf_fuchsia.c:1205 +#: earmelf_haiku.c:1205 earmelf_linux.c:1205 earmelf_linux_eabi.c:1205 +#: earmelf_linux_fdpiceabi.c:1205 earmelf_nacl.c:1205 earmelf_nbsd.c:1200 +#: earmelf_phoenix.c:1205 earmelf_vxworks.c:1236 earmelfb.c:1200 +#: earmelfb_fbsd.c:1200 earmelfb_fuchsia.c:1205 earmelfb_linux.c:1205 +#: earmelfb_linux_eabi.c:1205 earmelfb_linux_fdpiceabi.c:1205 +#: earmelfb_nacl.c:1205 earmelfb_nbsd.c:1200 earmnto.c:1160 #, c-format msgid "" " --in-implib Import library whose symbols address must\n" @@ -4352,76 +5789,79 @@ msgstr "" " --in-implib Importa biblioteca en la que la dirección de\n" " los sÃmbolos debe permanecer estable\n" -#: earmelf.c:1140 earmelf_fbsd.c:1140 earmelf_fuchsia.c:1145 -#: earmelf_linux.c:1145 earmelf_linux_eabi.c:1145 -#: earmelf_linux_fdpiceabi.c:1145 earmelf_nacl.c:1145 earmelf_nbsd.c:1140 -#: earmelf_phoenix.c:1145 earmelf_vxworks.c:1180 earmelfb.c:1140 -#: earmelfb_fbsd.c:1140 earmelfb_fuchsia.c:1145 earmelfb_linux.c:1145 -#: earmelfb_linux_eabi.c:1145 earmelfb_linux_fdpiceabi.c:1145 -#: earmelfb_nacl.c:1145 earmelfb_nbsd.c:1140 earmnto.c:1115 earmsymbian.c:1140 +#: earmelf.c:1211 earmelf_fbsd.c:1211 earmelf_fuchsia.c:1216 +#: earmelf_haiku.c:1216 earmelf_linux.c:1216 earmelf_linux_eabi.c:1216 +#: earmelf_linux_fdpiceabi.c:1216 earmelf_nacl.c:1216 earmelf_nbsd.c:1211 +#: earmelf_phoenix.c:1216 earmelf_vxworks.c:1247 earmelfb.c:1211 +#: earmelfb_fbsd.c:1211 earmelfb_fuchsia.c:1216 earmelfb_linux.c:1216 +#: earmelfb_linux_eabi.c:1216 earmelfb_linux_fdpiceabi.c:1216 +#: earmelfb_nacl.c:1216 earmelfb_nbsd.c:1211 earmnto.c:1171 #, c-format msgid " --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch erratum fix\n" msgstr " --[no-]fix-cortex-a8 Desactiva/activa la corrección del error de rama Cortex-A8 Thumb-2\n" -#: earmelf.c:1141 earmelf_fbsd.c:1141 earmelf_fuchsia.c:1146 -#: earmelf_linux.c:1146 earmelf_linux_eabi.c:1146 -#: earmelf_linux_fdpiceabi.c:1146 earmelf_nacl.c:1146 earmelf_nbsd.c:1141 -#: earmelf_phoenix.c:1146 earmelf_vxworks.c:1181 earmelfb.c:1141 -#: earmelfb_fbsd.c:1141 earmelfb_fuchsia.c:1146 earmelfb_linux.c:1146 -#: earmelfb_linux_eabi.c:1146 earmelfb_linux_fdpiceabi.c:1146 -#: earmelfb_nacl.c:1146 earmelfb_nbsd.c:1141 earmnto.c:1116 earmsymbian.c:1141 +#: earmelf.c:1212 earmelf_fbsd.c:1212 earmelf_fuchsia.c:1217 +#: earmelf_haiku.c:1217 earmelf_linux.c:1217 earmelf_linux_eabi.c:1217 +#: earmelf_linux_fdpiceabi.c:1217 earmelf_nacl.c:1217 earmelf_nbsd.c:1212 +#: earmelf_phoenix.c:1217 earmelf_vxworks.c:1248 earmelfb.c:1212 +#: earmelfb_fbsd.c:1212 earmelfb_fuchsia.c:1217 earmelfb_linux.c:1217 +#: earmelfb_linux_eabi.c:1217 earmelfb_linux_fdpiceabi.c:1217 +#: earmelfb_nacl.c:1217 earmelfb_nbsd.c:1212 earmnto.c:1172 #, c-format msgid " --no-merge-exidx-entries Disable merging exidx entries\n" msgstr " --no-merge-exidx-entries Desactiva la fusión de entradas exidx\n" -#: earmelf.c:1142 earmelf_fbsd.c:1142 earmelf_fuchsia.c:1147 -#: earmelf_linux.c:1147 earmelf_linux_eabi.c:1147 -#: earmelf_linux_fdpiceabi.c:1147 earmelf_nacl.c:1147 earmelf_nbsd.c:1142 -#: earmelf_phoenix.c:1147 earmelf_vxworks.c:1182 earmelfb.c:1142 -#: earmelfb_fbsd.c:1142 earmelfb_fuchsia.c:1147 earmelfb_linux.c:1147 -#: earmelfb_linux_eabi.c:1147 earmelfb_linux_fdpiceabi.c:1147 -#: earmelfb_nacl.c:1147 earmelfb_nbsd.c:1142 earmnto.c:1117 earmsymbian.c:1142 +#: earmelf.c:1213 earmelf_fbsd.c:1213 earmelf_fuchsia.c:1218 +#: earmelf_haiku.c:1218 earmelf_linux.c:1218 earmelf_linux_eabi.c:1218 +#: earmelf_linux_fdpiceabi.c:1218 earmelf_nacl.c:1218 earmelf_nbsd.c:1213 +#: earmelf_phoenix.c:1218 earmelf_vxworks.c:1249 earmelfb.c:1213 +#: earmelfb_fbsd.c:1213 earmelfb_fuchsia.c:1218 earmelfb_linux.c:1218 +#: earmelfb_linux_eabi.c:1218 earmelfb_linux_fdpiceabi.c:1218 +#: earmelfb_nacl.c:1218 earmelfb_nbsd.c:1213 earmnto.c:1173 #, c-format msgid " --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum fix\n" msgstr " --[no-]fix-arm1176 Desactiva/activa la corrección inmediata del error ARM1176 BLX\n" -#: earmelf_vxworks.c:600 eelf32_sparc_vxworks.c:71 eelf32ebmipvxworks.c:267 -#: eelf32elmipvxworks.c:267 eelf32ppcvxworks.c:236 eelf_i386_vxworks.c:95 -#: eshelf_vxworks.c:71 eshlelf_vxworks.c:71 +#: earmelf_vxworks.c:604 eelf32_sparc_vxworks.c:74 eelf32ebmipvxworks.c:270 +#: eelf32elmipvxworks.c:270 eelf32ppcvxworks.c:227 eelf_i386_vxworks.c:98 +#: eshelf_vxworks.c:74 eshlelf_vxworks.c:74 msgid "%X%P: cannot create dynamic sections %E\n" msgstr "%X%P: no se pueden crear secciones dinámicas %E\n" -#: earmelf_vxworks.c:606 eelf32_sparc_vxworks.c:77 eelf32ebmipvxworks.c:273 -#: eelf32elmipvxworks.c:273 eelf32ppcvxworks.c:242 eelf_i386_vxworks.c:101 -#: eshelf_vxworks.c:77 eshlelf_vxworks.c:77 +#: earmelf_vxworks.c:610 eelf32_sparc_vxworks.c:80 eelf32ebmipvxworks.c:276 +#: eelf32elmipvxworks.c:276 eelf32ppcvxworks.c:233 eelf_i386_vxworks.c:104 +#: eshelf_vxworks.c:80 eshlelf_vxworks.c:80 msgid "%X%P: dynamic sections created in non-dynamic link\n" msgstr "%X%P: secciones dinámicas creadas en enlace no dinámico\n" -#: earmelf_vxworks.c:1184 eelf32_sparc_vxworks.c:487 eelf32ebmipvxworks.c:745 -#: eelf32elmipvxworks.c:745 eelf32ppcvxworks.c:810 eelf_i386_vxworks.c:564 -#: eshelf_vxworks.c:457 eshlelf_vxworks.c:457 +#: earmelf_vxworks.c:1251 eelf32_sparc_vxworks.c:583 eelf32ebmipvxworks.c:831 +#: eelf32elmipvxworks.c:831 eelf32ppcvxworks.c:873 eelf_i386_vxworks.c:668 +#: eshelf_vxworks.c:538 eshlelf_vxworks.c:538 #, c-format msgid " --force-dynamic Always create dynamic sections\n" msgstr " --force-dynamic Crea siempre secciones dinámicas\n" -#: eavr1.c:122 eavr2.c:122 eavr25.c:122 eavr3.c:122 eavr31.c:122 eavr35.c:122 -#: eavr4.c:122 eavr5.c:122 eavr51.c:122 eavr6.c:122 eavrtiny.c:122 -#: eavrxmega1.c:122 eavrxmega2.c:122 eavrxmega3.c:122 eavrxmega4.c:122 -#: eavrxmega5.c:122 eavrxmega6.c:122 eavrxmega7.c:122 +#: eavr1.c:125 eavr2.c:125 eavr25.c:125 eavr3.c:125 eavr31.c:125 eavr35.c:125 +#: eavr4.c:125 eavr5.c:125 eavr51.c:125 eavr6.c:125 eavrtiny.c:125 +#: eavrxmega1.c:125 eavrxmega2.c:125 eavrxmega2_flmap.c:125 eavrxmega3.c:125 +#: eavrxmega4.c:125 eavrxmega4_flmap.c:125 eavrxmega5.c:125 eavrxmega6.c:125 +#: eavrxmega7.c:125 msgid "%X%P: can not setup the input section list: %E\n" msgstr "%X%P: no se puede configurar la lista de secciones de entrada: %E\n" -#: eavr1.c:157 eavr2.c:157 eavr25.c:157 eavr3.c:157 eavr31.c:157 eavr35.c:157 -#: eavr4.c:157 eavr5.c:157 eavr51.c:157 eavr6.c:157 eavrtiny.c:157 -#: eavrxmega1.c:157 eavrxmega2.c:157 eavrxmega3.c:157 eavrxmega4.c:157 -#: eavrxmega5.c:157 eavrxmega6.c:157 eavrxmega7.c:157 +#: eavr1.c:160 eavr2.c:160 eavr25.c:160 eavr3.c:160 eavr31.c:160 eavr35.c:160 +#: eavr4.c:160 eavr5.c:160 eavr51.c:160 eavr6.c:160 eavrtiny.c:160 +#: eavrxmega1.c:160 eavrxmega2.c:160 eavrxmega2_flmap.c:160 eavrxmega3.c:160 +#: eavrxmega4.c:160 eavrxmega4_flmap.c:160 eavrxmega5.c:160 eavrxmega6.c:160 +#: eavrxmega7.c:160 msgid "%X%P: can not create stub BFD: %E\n" msgstr "%X%P: no se puede crear stub BFD: %E\n" -#: eavr1.c:527 eavr2.c:527 eavr25.c:527 eavr3.c:527 eavr31.c:527 eavr35.c:527 -#: eavr4.c:527 eavr5.c:527 eavr51.c:527 eavr6.c:527 eavrtiny.c:527 -#: eavrxmega1.c:527 eavrxmega2.c:527 eavrxmega3.c:527 eavrxmega4.c:527 -#: eavrxmega5.c:527 eavrxmega6.c:527 eavrxmega7.c:527 +#: eavr1.c:587 eavr2.c:587 eavr25.c:587 eavr3.c:587 eavr31.c:587 eavr35.c:587 +#: eavr4.c:587 eavr5.c:587 eavr51.c:587 eavr6.c:587 eavrtiny.c:587 +#: eavrxmega1.c:587 eavrxmega2.c:587 eavrxmega2_flmap.c:587 eavrxmega3.c:587 +#: eavrxmega4.c:587 eavrxmega4_flmap.c:587 eavrxmega5.c:587 eavrxmega6.c:587 +#: eavrxmega7.c:587 #, c-format msgid "" " --pmem-wrap-around=<val> Make the linker relaxation machine assume that a\n" @@ -4433,10 +5873,11 @@ msgstr "" " una vuelta a cero en la dirección <val>.\n" " Valores admitidos: 8k, 16k, 32k y 64k.\n" -#: eavr1.c:533 eavr2.c:533 eavr25.c:533 eavr3.c:533 eavr31.c:533 eavr35.c:533 -#: eavr4.c:533 eavr5.c:533 eavr51.c:533 eavr6.c:533 eavrtiny.c:533 -#: eavrxmega1.c:533 eavrxmega2.c:533 eavrxmega3.c:533 eavrxmega4.c:533 -#: eavrxmega5.c:533 eavrxmega6.c:533 eavrxmega7.c:533 +#: eavr1.c:593 eavr2.c:593 eavr25.c:593 eavr3.c:593 eavr31.c:593 eavr35.c:593 +#: eavr4.c:593 eavr5.c:593 eavr51.c:593 eavr6.c:593 eavrtiny.c:593 +#: eavrxmega1.c:593 eavrxmega2.c:593 eavrxmega2_flmap.c:593 eavrxmega3.c:593 +#: eavrxmega4.c:593 eavrxmega4_flmap.c:593 eavrxmega5.c:593 eavrxmega6.c:593 +#: eavrxmega7.c:593 #, c-format msgid "" " --no-call-ret-replacement The relaxation machine normally will\n" @@ -4449,10 +5890,11 @@ msgstr "" " seguidas por una sola instrucción jump.\n" " Esta opción desactiva dicha optimización.\n" -#: eavr1.c:541 eavr2.c:541 eavr25.c:541 eavr3.c:541 eavr31.c:541 eavr35.c:541 -#: eavr4.c:541 eavr5.c:541 eavr51.c:541 eavr6.c:541 eavrtiny.c:541 -#: eavrxmega1.c:541 eavrxmega2.c:541 eavrxmega3.c:541 eavrxmega4.c:541 -#: eavrxmega5.c:541 eavrxmega6.c:541 eavrxmega7.c:541 +#: eavr1.c:601 eavr2.c:601 eavr25.c:601 eavr3.c:601 eavr31.c:601 eavr35.c:601 +#: eavr4.c:601 eavr5.c:601 eavr51.c:601 eavr6.c:601 eavrtiny.c:601 +#: eavrxmega1.c:601 eavrxmega2.c:601 eavrxmega2_flmap.c:601 eavrxmega3.c:601 +#: eavrxmega4.c:601 eavrxmega4_flmap.c:601 eavrxmega5.c:601 eavrxmega6.c:601 +#: eavrxmega7.c:601 #, c-format msgid "" " --no-stubs If the linker detects to attempt to access\n" @@ -4466,31 +5908,34 @@ msgstr "" " inserta un stub de salto. Puede desactivarse\n" " con esta opción.\n" -#: eavr1.c:549 eavr2.c:549 eavr25.c:549 eavr3.c:549 eavr31.c:549 eavr35.c:549 -#: eavr4.c:549 eavr5.c:549 eavr51.c:549 eavr6.c:549 eavrtiny.c:549 -#: eavrxmega1.c:549 eavrxmega2.c:549 eavrxmega3.c:549 eavrxmega4.c:549 -#: eavrxmega5.c:549 eavrxmega6.c:549 eavrxmega7.c:549 +#: eavr1.c:609 eavr2.c:609 eavr25.c:609 eavr3.c:609 eavr31.c:609 eavr35.c:609 +#: eavr4.c:609 eavr5.c:609 eavr51.c:609 eavr6.c:609 eavrtiny.c:609 +#: eavrxmega1.c:609 eavrxmega2.c:609 eavrxmega2_flmap.c:609 eavrxmega3.c:609 +#: eavrxmega4.c:609 eavrxmega4_flmap.c:609 eavrxmega5.c:609 eavrxmega6.c:609 +#: eavrxmega7.c:609 #, c-format msgid " --debug-stubs Used for debugging avr-ld.\n" msgstr " --debug-stubs Utilizado para depurar avr-ld.\n" -#: eavr1.c:551 eavr2.c:551 eavr25.c:551 eavr3.c:551 eavr31.c:551 eavr35.c:551 -#: eavr4.c:551 eavr5.c:551 eavr51.c:551 eavr6.c:551 eavrtiny.c:551 -#: eavrxmega1.c:551 eavrxmega2.c:551 eavrxmega3.c:551 eavrxmega4.c:551 -#: eavrxmega5.c:551 eavrxmega6.c:551 eavrxmega7.c:551 +#: eavr1.c:611 eavr2.c:611 eavr25.c:611 eavr3.c:611 eavr31.c:611 eavr35.c:611 +#: eavr4.c:611 eavr5.c:611 eavr51.c:611 eavr6.c:611 eavrtiny.c:611 +#: eavrxmega1.c:611 eavrxmega2.c:611 eavrxmega2_flmap.c:611 eavrxmega3.c:611 +#: eavrxmega4.c:611 eavrxmega4_flmap.c:611 eavrxmega5.c:611 eavrxmega6.c:611 +#: eavrxmega7.c:611 #, c-format msgid " --debug-relax Used for debugging avr-ld.\n" msgstr " --debug-relax Utilizado para depurar avr-ld.\n" -#: ecskyelf.c:275 ecskyelf_linux.c:275 +#: ecskyelf.c:278 ecskyelf_linux.c:278 eelf32kvx.c:271 eelf64kvx.c:271 +#: eelf64kvx_linux.c:269 msgid "%X%P: cannot size stub section: %E\n" msgstr "%X%P: no se puede medir la sección de stub: %E\n" -#: ecskyelf.c:292 ecskyelf_linux.c:292 +#: ecskyelf.c:295 ecskyelf_linux.c:295 msgid "%X%P: cannot build stubs: %E\n" msgstr "%X%P: no se pueden construir los stubs: %E\n" -#: ecskyelf.c:544 ecskyelf_linux.c:707 +#: ecskyelf.c:616 ecskyelf_linux.c:803 #, c-format msgid "" " --[no-]branch-stub Disable/enable use of stubs to expand branch\n" @@ -4500,7 +5945,7 @@ msgstr "" " las instrucciones de rama que no pueden llegar\n" " al objetivo.\n" -#: ecskyelf.c:548 ecskyelf_linux.c:711 +#: ecskyelf.c:620 ecskyelf_linux.c:807 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections\n" @@ -4511,133 +5956,148 @@ msgstr "" #: ed30v_e.c:73 ed30v_o.c:73 ed30velf.c:73 eelf32_dlx.c:73 eelf32fr30.c:73 #: eelf32frv.c:73 eelf32ft32.c:73 eelf32iq10.c:73 eelf32iq2000.c:73 -#: eelf32mt.c:73 em9s12zelf.c:73 emn10200.c:73 emoxiebox.c:73 emsp430X.c:98 -#: emsp430elf.c:98 epjelf.c:73 epjlelf.c:73 exgateelf.c:73 +#: eelf32mt.c:73 em9s12zelf.c:73 emn10200.c:73 emoxiebox.c:73 emsp430X.c:99 +#: emsp430elf.c:99 epjelf.c:73 epjlelf.c:73 exgateelf.c:73 msgid "%X%P: can not size group sections: %E\n" msgstr "%X%P: no se pueden dimensionar las secciones de grupos: %E\n" -#: eelf32_spu.c:255 ev850.c:73 ev850_rh850.c:73 +#: eelf32_spu.c:258 ev850.c:76 ev850_rh850.c:76 msgid "%X%P: can not create note section: %E\n" msgstr "%X%P: no se puede crear la sección de notas: %E\n" -#: eelf32_spu.c:344 -msgid "%F%P: no built-in overlay manager\n" -msgstr "%F%P: ningún gestor de recubrimientos incorporado\n" +#: eelf32_spu.c:347 +#, fuzzy +#| msgid "%F%P: no built-in overlay manager\n" +msgid "%P: no built-in overlay manager\n" +msgstr "%P: ningún gestor de recubrimientos incorporado\n" -#: eelf32_spu.c:354 +#: eelf32_spu.c:357 msgid "%X%P: can not open built-in overlay manager: %E\n" msgstr "%X%P: no se puede abrir el gestor de recubrimientos incorporado: %E\n" -#: eelf32_spu.c:360 +#: eelf32_spu.c:363 msgid "%X%P: can not load built-in overlay manager: %E\n" msgstr "%X%P: no se puede cargar el gestor de recubrimientos incorporado: %E\n" -#: eelf32_spu.c:420 +#: eelf32_spu.c:423 msgid "%X%P: can not find overlays: %E\n" msgstr "%X%P: no se pueden encontrar recubrimientos: %E\n" -#: eelf32_spu.c:427 +#: eelf32_spu.c:430 msgid "%P: --auto-overlay ignored with user overlay script\n" msgstr "%P: --auto-overlay ignorada con script de recubrimientos de usuario\n" -#: eelf32_spu.c:448 +#: eelf32_spu.c:451 msgid "%X%P: can not size overlay stubs: %E\n" msgstr "%X%P: no se puede calcular tamaño de stubs de recubrimientos: %E\n" -#: eelf32_spu.c:521 -msgid "%F%P: can not open script: %E\n" -msgstr "%F%P: no se puede abrir el script: %E\n" +#: eelf32_spu.c:524 +#, fuzzy +#| msgid "%F%P: can not open script: %E\n" +msgid "%P: can not open script: %E\n" +msgstr "%P: no se puede abrir el script: %E\n" -#: eelf32_spu.c:568 +#: eelf32_spu.c:571 msgid "%X%P: %pA exceeds local store range\n" msgstr "%X%P: %pA sobrepasa el rango de almacenamiento local\n" -#: eelf32_spu.c:571 +#: eelf32_spu.c:574 msgid "%P: --auto-overlay ignored with zero local store range\n" msgstr "%P: --auto-overlay descartado con rango de almacenamiento local cero\n" -#: eelf32_spu.c:675 -#, c-format -msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" -msgstr "ejecutando: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" - -#: eelf32_spu.c:1021 -msgid "%F%P: invalid --local-store address range `%s'\n" -msgstr "%F%P: rango de direcciones --local-store no válido `%s'\n" - -#: eelf32_spu.c:1057 -msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" -msgstr "%F%P --num-lines/--num-regions no válido `%u'\n" - -#: eelf32_spu.c:1062 -msgid "%F%P: invalid --line-size/--region-size `%u'\n" -msgstr "%F%P: --line-size/--region-size no válido `%u'\n" - -#: eelf32_spu.c:1083 -msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" -msgstr "%F%P: --num-lines/--num-regions no válido `%s'\n" - -#: eelf32_spu.c:1096 -msgid "%F%P: invalid --line-size/--region-size `%s'\n" -msgstr "%F%P: --line-size/--region-size no válido `%s'\n" - -#: eelf32_spu.c:1105 -msgid "%F%P: invalid --fixed-space value `%s'\n" -msgstr "%F%P: valor de --fixed-space no válido `%s'\n" - -#: eelf32_spu.c:1114 -msgid "%F%P: invalid --reserved-space value `%s'\n" -msgstr "%F%P: valor de --reserved-space no válido `%s'\n" - -#: eelf32_spu.c:1123 -msgid "%F%P: invalid --extra-stack-space value `%s'\n" -msgstr "%F%P: valor de --extra-stack-space no válido `%s'\n" - -#: eelf32_spu.c:1160 +#: eelf32_spu.c:939 +#, fuzzy +#| msgid "%F%P: invalid --local-store address range `%s'\n" +msgid "%P: invalid --local-store address range `%s'\n" +msgstr "%P: rango de direcciones --local-store no válido `%s'\n" + +#: eelf32_spu.c:975 +#, fuzzy +#| msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" +msgid "%P: invalid --num-lines/--num-regions `%u'\n" +msgstr "%P --num-lines/--num-regions no válido `%u'\n" + +#: eelf32_spu.c:980 +#, fuzzy +#| msgid "%F%P: invalid --line-size/--region-size `%u'\n" +msgid "%P: invalid --line-size/--region-size `%u'\n" +msgstr "%P: --line-size/--region-size no válido `%u'\n" + +#: eelf32_spu.c:1001 +#, fuzzy +#| msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" +msgid "%P: invalid --num-lines/--num-regions `%s'\n" +msgstr "%P: --num-lines/--num-regions no válido `%s'\n" + +#: eelf32_spu.c:1014 +#, fuzzy +#| msgid "%F%P: invalid --line-size/--region-size `%s'\n" +msgid "%P: invalid --line-size/--region-size `%s'\n" +msgstr "%P: --line-size/--region-size no válido `%s'\n" + +#: eelf32_spu.c:1023 +#, fuzzy +#| msgid "%F%P: invalid --fixed-space value `%s'\n" +msgid "%P: invalid --fixed-space value `%s'\n" +msgstr "%P: valor de --fixed-space no válido `%s'\n" + +#: eelf32_spu.c:1032 +#, fuzzy +#| msgid "%F%P: invalid --reserved-space value `%s'\n" +msgid "%P: invalid --reserved-space value `%s'\n" +msgstr "%P: valor de --reserved-space no válido `%s'\n" + +#: eelf32_spu.c:1041 +#, fuzzy +#| msgid "%F%P: invalid --extra-stack-space value `%s'\n" +msgid "%P: invalid --extra-stack-space value `%s'\n" +msgstr "%P: valor de --extra-stack-space no válido `%s'\n" + +#: eelf32_spu.c:1078 #, c-format msgid " --plugin Make SPU plugin\n" msgstr " --plugin Produce plugin SPU\n" -#: eelf32_spu.c:1162 +#: eelf32_spu.c:1080 #, c-format msgid " --no-overlays No overlay handling\n" msgstr " --no-overlays Sin manejo de recubrimientos\n" -#: eelf32_spu.c:1164 +#: eelf32_spu.c:1082 #, c-format msgid " --compact-stubs Use smaller and possibly slower call stubs\n" msgstr "" " --compact-stubs Utiliza stubs de llamadas más pequeños y\n" " posiblemente más lentos\n" -#: eelf32_spu.c:1166 +#: eelf32_spu.c:1084 #, c-format msgid " --emit-stub-syms Add symbols on overlay call stubs\n" msgstr " --emit-stub-syms Añade sÃmbolos en los stubs de llamada de recubrimiento\n" -#: eelf32_spu.c:1168 +#: eelf32_spu.c:1086 #, c-format msgid " --extra-overlay-stubs Add stubs on all calls out of overlay regions\n" msgstr " --extra-overlay-stubs Añade stubs en todas las llamadas fuera de regiones de recubrimiento\n" -#: eelf32_spu.c:1170 +#: eelf32_spu.c:1088 #, c-format msgid " --local-store=lo:hi Valid address range\n" msgstr " --local-store=inf:sup Rango de direcciones válido\n" -#: eelf32_spu.c:1172 +#: eelf32_spu.c:1090 #, c-format msgid " --stack-analysis Estimate maximum stack requirement\n" msgstr " --stack-analysis Estima el requisito de pila máximo\n" -#: eelf32_spu.c:1174 +#: eelf32_spu.c:1092 #, c-format msgid " --emit-stack-syms Add sym giving stack needed for each func\n" msgstr "" " --emit-stack-syms Añade sÃmbolo para dar la pila necesaria\n" " para cada función\n" -#: eelf32_spu.c:1176 +#: eelf32_spu.c:1094 #, c-format msgid "" " --auto-overlay [=filename] Create an overlay script in filename if\n" @@ -4646,14 +6106,14 @@ msgstr "" " --auto-overlay [=filename] Crea script de recubrimiento en nombre del fichero\n" " si el ejecutable no cabe en el almacenamiento local\n" -#: eelf32_spu.c:1179 +#: eelf32_spu.c:1097 #, c-format msgid " --auto-relink Rerun linker using auto-overlay script\n" msgstr "" " --auto-relink Vuelve a ejecutar el enlazador utilizando\n" " script de autorecubrimiento\n" -#: eelf32_spu.c:1181 +#: eelf32_spu.c:1099 #, c-format msgid "" " --overlay-rodata Place read-only data with associated function\n" @@ -4662,28 +6122,28 @@ msgstr "" " --overlay-rodata Coloca los datos de solo lectura con el código de\n" " la función asociada en recubrimientos\n" -#: eelf32_spu.c:1184 +#: eelf32_spu.c:1102 #, c-format msgid " --num-regions Number of overlay buffers (default 1)\n" msgstr "" " --num-regions Número de «buffers» de recubrimientos\n" " (1 predefinido)\n" -#: eelf32_spu.c:1186 +#: eelf32_spu.c:1104 #, c-format msgid " --region-size Size of overlay buffers (default 0, auto)\n" msgstr "" " --region-size Tamaño de los «buffers» de recubrimiento\n" " (0 predefinido, auto)\n" -#: eelf32_spu.c:1188 +#: eelf32_spu.c:1106 #, c-format msgid " --fixed-space=bytes Local store for non-overlay code and data\n" msgstr "" " --fixed-space=bytes Almacenamiento local para código y datos\n" " no de recubrimiento\n" -#: eelf32_spu.c:1190 +#: eelf32_spu.c:1108 #, c-format msgid "" " --reserved-space=bytes Local store for stack and heap. If not specified\n" @@ -4693,7 +6153,7 @@ msgstr "" " se especifica, ld estima el tamaño de pila y\n" " asume que no hay montÃculo\n" -#: eelf32_spu.c:1193 +#: eelf32_spu.c:1111 #, c-format msgid "" " --extra-stack-space=bytes Space for negative sp access (default 2000) if\n" @@ -4702,65 +6162,71 @@ msgstr "" " --extra-stack-space=bytes Espacio para acceso sp negativo (2000 predefinido)\n" " si no se proporciona --reserved-space\n" -#: eelf32_spu.c:1196 +#: eelf32_spu.c:1114 #, c-format msgid " --soft-icache Generate software icache overlays\n" msgstr " --soft-icache Genera recubrimientos «icache» software\n" -#: eelf32_spu.c:1198 +#: eelf32_spu.c:1116 #, c-format msgid " --num-lines Number of soft-icache lines (default 32)\n" msgstr " --num-lines Número de lÃneas «soft-icache» (32 predefinido)\n" -#: eelf32_spu.c:1200 +#: eelf32_spu.c:1118 #, c-format msgid " --line-size Size of soft-icache lines (default 1k)\n" msgstr " --line-size Tamaño de las lÃneas «soft-icache» (1k predefinido)\n" -#: eelf32_spu.c:1202 +#: eelf32_spu.c:1120 #, c-format msgid " --non-ia-text Allow non-icache code in icache lines\n" msgstr " --non-ia-text Permite código no «icache» en lÃneas «icache»\n" -#: eelf32_spu.c:1204 +#: eelf32_spu.c:1122 #, c-format msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr " --lrlive-analysis Examina la vitalidad lr en el prólogo de las funciones\n" -#: eelf32_tic6x_be.c:88 eelf32_tic6x_elf_be.c:88 eelf32_tic6x_elf_le.c:88 -#: eelf32_tic6x_le.c:88 eelf32_tic6x_linux_be.c:88 eelf32_tic6x_linux_le.c:88 -msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" -msgstr "%F%P: --dsbt-index %d no válido, tamaño fuera de DSBT\n" - -#: eelf32_tic6x_be.c:550 eelf32_tic6x_elf_be.c:550 eelf32_tic6x_elf_le.c:550 -#: eelf32_tic6x_le.c:550 eelf32_tic6x_linux_be.c:550 -#: eelf32_tic6x_linux_le.c:550 -msgid "%F%P: invalid --dsbt-index %s\n" -msgstr "%F%P: --dsbt-index no válido %s\n" - -#: eelf32_tic6x_be.c:560 eelf32_tic6x_elf_be.c:560 eelf32_tic6x_elf_le.c:560 -#: eelf32_tic6x_le.c:560 eelf32_tic6x_linux_be.c:560 -#: eelf32_tic6x_linux_le.c:560 -msgid "%F%P: invalid --dsbt-size %s\n" -msgstr "%F%P: --dsbt-size no válido %s\n" - -#: eelf32_tic6x_be.c:576 eelf32_tic6x_elf_be.c:576 eelf32_tic6x_elf_le.c:576 -#: eelf32_tic6x_le.c:576 eelf32_tic6x_linux_be.c:576 -#: eelf32_tic6x_linux_le.c:576 +#: eelf32_tic6x_be.c:90 eelf32_tic6x_elf_be.c:90 eelf32_tic6x_elf_le.c:90 +#: eelf32_tic6x_le.c:90 eelf32_tic6x_linux_be.c:90 eelf32_tic6x_linux_le.c:90 +#, fuzzy +#| msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" +msgid "%P: invalid --dsbt-index %d, outside DSBT size\n" +msgstr "%P: --dsbt-index %d no válido, tamaño fuera de DSBT\n" + +#: eelf32_tic6x_be.c:629 eelf32_tic6x_elf_be.c:629 eelf32_tic6x_elf_le.c:629 +#: eelf32_tic6x_le.c:629 eelf32_tic6x_linux_be.c:629 +#: eelf32_tic6x_linux_le.c:629 +#, fuzzy +#| msgid "%F%P: invalid --dsbt-index %s\n" +msgid "%P: invalid --dsbt-index %s\n" +msgstr "%P: --dsbt-index no válido %s\n" + +#: eelf32_tic6x_be.c:639 eelf32_tic6x_elf_be.c:639 eelf32_tic6x_elf_le.c:639 +#: eelf32_tic6x_le.c:639 eelf32_tic6x_linux_be.c:639 +#: eelf32_tic6x_linux_le.c:639 +#, fuzzy +#| msgid "%F%P: invalid --dsbt-size %s\n" +msgid "%P: invalid --dsbt-size %s\n" +msgstr "%P: --dsbt-size no válido %s\n" + +#: eelf32_tic6x_be.c:655 eelf32_tic6x_elf_be.c:655 eelf32_tic6x_elf_le.c:655 +#: eelf32_tic6x_le.c:655 eelf32_tic6x_linux_be.c:655 +#: eelf32_tic6x_linux_le.c:655 #, c-format msgid " --dsbt-index <index> Use this as the DSBT index for the output object\n" msgstr " --dsbt-index <Ãndice> Indica el Ãndice DSBT del objeto de salida\n" -#: eelf32_tic6x_be.c:577 eelf32_tic6x_elf_be.c:577 eelf32_tic6x_elf_le.c:577 -#: eelf32_tic6x_le.c:577 eelf32_tic6x_linux_be.c:577 -#: eelf32_tic6x_linux_le.c:577 +#: eelf32_tic6x_be.c:656 eelf32_tic6x_elf_be.c:656 eelf32_tic6x_elf_le.c:656 +#: eelf32_tic6x_le.c:656 eelf32_tic6x_linux_be.c:656 +#: eelf32_tic6x_linux_le.c:656 #, c-format msgid " --dsbt-size <index> Use this as the number of entries in the DSBT table\n" msgstr " --dsbt-size <Ãndice> Indica el número de entradas en la tabla DSBT\n" -#: eelf32_tic6x_be.c:578 eelf32_tic6x_elf_be.c:578 eelf32_tic6x_elf_le.c:578 -#: eelf32_tic6x_le.c:578 eelf32_tic6x_linux_be.c:578 -#: eelf32_tic6x_linux_le.c:578 +#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 +#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 +#: eelf32_tic6x_linux_le.c:657 #, c-format msgid " --no-merge-exidx-entries\n" msgstr " --no-merge-exidx-entries\n" @@ -4768,66 +6234,104 @@ msgstr " --no-merge-exidx-entries\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 -#: eelf32_tic6x_be.c:579 eelf32_tic6x_elf_be.c:579 eelf32_tic6x_elf_le.c:579 -#: eelf32_tic6x_le.c:579 eelf32_tic6x_linux_be.c:579 -#: eelf32_tic6x_linux_le.c:579 +#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 +#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 +#: eelf32_tic6x_linux_le.c:658 #, c-format msgid " Disable merging exidx entries\n" msgstr " Desactiva la fusión de entradas exidx\n" -#: eelf32_x86_64.c:5398 eelf_i386.c:5017 eelf_i386_be.c:452 -#: eelf_i386_fbsd.c:492 eelf_i386_ldso.c:467 eelf_i386_sol2.c:623 -#: eelf_i386_vxworks.c:519 eelf_iamcu.c:4995 eelf_k1om.c:5351 -#: eelf_k1om_fbsd.c:5331 eelf_l1om.c:5351 eelf_l1om_fbsd.c:5331 -#: eelf_x86_64.c:5398 eelf_x86_64_cloudabi.c:495 eelf_x86_64_fbsd.c:495 -#: eelf_x86_64_sol2.c:626 -msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" -msgstr "%F%P: número no válido para -z call-nop=prefix-: %s\n" - -#: eelf32_x86_64.c:5407 eelf_i386.c:5026 eelf_i386_be.c:461 -#: eelf_i386_fbsd.c:501 eelf_i386_ldso.c:476 eelf_i386_sol2.c:632 -#: eelf_i386_vxworks.c:528 eelf_iamcu.c:5004 eelf_k1om.c:5360 -#: eelf_k1om_fbsd.c:5340 eelf_l1om.c:5360 eelf_l1om_fbsd.c:5340 -#: eelf_x86_64.c:5407 eelf_x86_64_cloudabi.c:504 eelf_x86_64_fbsd.c:504 -#: eelf_x86_64_sol2.c:635 -msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" -msgstr "%F%P: número no válido para -z call-nop=suffix-: %s\n" - -#: eelf32_x86_64.c:5412 eelf_i386.c:5031 eelf_i386_be.c:466 -#: eelf_i386_fbsd.c:506 eelf_i386_ldso.c:481 eelf_i386_sol2.c:637 -#: eelf_i386_vxworks.c:533 eelf_iamcu.c:5009 eelf_k1om.c:5365 -#: eelf_k1om_fbsd.c:5345 eelf_l1om.c:5365 eelf_l1om_fbsd.c:5345 -#: eelf_x86_64.c:5412 eelf_x86_64_cloudabi.c:509 eelf_x86_64_fbsd.c:509 -#: eelf_x86_64_sol2.c:640 -msgid "%F%P: unsupported option: -z %s\n" -msgstr "%F%P: no se admite la opción: -z %s\n" - -#: eelf32_x86_64.c:5434 eelf_i386.c:5053 eelf_i386_fbsd.c:528 -#: eelf_x86_64.c:5434 eelf_x86_64_cloudabi.c:531 eelf_x86_64_fbsd.c:531 -#: eelf_x86_64_sol2.c:662 -msgid "%F%P: invalid option for -z cet-report=: %s\n" -msgstr "%F%P: origen no válido para -z cet-report=: %s\n" - -#: eelf32_x86_64.c:5471 eelf_i386.c:5090 eelf_i386_be.c:482 -#: eelf_i386_fbsd.c:565 eelf_i386_ldso.c:506 eelf_i386_sol2.c:662 -#: eelf_i386_vxworks.c:554 eelf_iamcu.c:5034 eelf_k1om.c:5390 -#: eelf_k1om_fbsd.c:5370 eelf_l1om.c:5390 eelf_l1om_fbsd.c:5370 -#: eelf_x86_64.c:5474 eelf_x86_64_cloudabi.c:571 eelf_x86_64_fbsd.c:571 -#: eelf_x86_64_sol2.c:702 +#: eelf32_x86_64.c:8638 eelf_i386.c:8061 eelf_i386_be.c:542 +#: eelf_i386_fbsd.c:593 eelf_i386_haiku.c:593 eelf_i386_ldso.c:553 +#: eelf_i386_sol2.c:725 eelf_i386_vxworks.c:619 eelf_iamcu.c:593 +#: eelf_x86_64.c:8638 eelf_x86_64_cloudabi.c:636 eelf_x86_64_fbsd.c:636 +#: eelf_x86_64_haiku.c:636 eelf_x86_64_sol2.c:768 +#, fuzzy +#| msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" +msgid "%P: invalid number for -z call-nop=prefix-: %s\n" +msgstr "%P: número no válido para -z call-nop=prefix-: %s\n" + +#: eelf32_x86_64.c:8647 eelf_i386.c:8070 eelf_i386_be.c:551 +#: eelf_i386_fbsd.c:602 eelf_i386_haiku.c:602 eelf_i386_ldso.c:562 +#: eelf_i386_sol2.c:734 eelf_i386_vxworks.c:628 eelf_iamcu.c:602 +#: eelf_x86_64.c:8647 eelf_x86_64_cloudabi.c:645 eelf_x86_64_fbsd.c:645 +#: eelf_x86_64_haiku.c:645 eelf_x86_64_sol2.c:777 +#, fuzzy +#| msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" +msgid "%P: invalid number for -z call-nop=suffix-: %s\n" +msgstr "%P: número no válido para -z call-nop=suffix-: %s\n" + +#: eelf32_x86_64.c:8652 eelf_i386.c:8075 eelf_i386_be.c:556 +#: eelf_i386_fbsd.c:607 eelf_i386_haiku.c:607 eelf_i386_ldso.c:567 +#: eelf_i386_sol2.c:739 eelf_i386_vxworks.c:633 eelf_iamcu.c:607 +#: eelf_x86_64.c:8652 eelf_x86_64_cloudabi.c:650 eelf_x86_64_fbsd.c:650 +#: eelf_x86_64_haiku.c:650 eelf_x86_64_sol2.c:782 +#, fuzzy +#| msgid "%F%P: unsupported option: -z %s\n" +msgid "%P: unsupported option: -z %s\n" +msgstr "%P: no se admite la opción: -z %s\n" + +#: eelf32_x86_64.c:8674 eelf_i386.c:8097 eelf_i386_fbsd.c:629 +#: eelf_i386_haiku.c:629 eelf_x86_64.c:8674 eelf_x86_64_cloudabi.c:672 +#: eelf_x86_64_fbsd.c:672 eelf_x86_64_haiku.c:672 eelf_x86_64_sol2.c:804 +#, fuzzy +#| msgid "%F%P: invalid option for -z cet-report=: %s\n" +msgid "%P: invalid option for -z cet-report=: %s\n" +msgstr "%P: origen no válido para -z cet-report=: %s\n" + +#: eelf32_x86_64.c:8688 eelf_i386.c:8111 eelf_i386_fbsd.c:643 +#: eelf_i386_haiku.c:643 eelf_x86_64.c:8688 eelf_x86_64_cloudabi.c:686 +#: eelf_x86_64_fbsd.c:686 eelf_x86_64_haiku.c:686 eelf_x86_64_sol2.c:818 +#, fuzzy +#| msgid "%F%P: invalid x86-64 ISA level: %s\n" +msgid "%P: invalid x86-64 ISA level: %s\n" +msgstr "%P: nivel ISA x86-64 inválido: %s\n" + +#: eelf32_x86_64.c:8704 eelf_i386.c:8127 eelf_i386_fbsd.c:659 +#: eelf_i386_haiku.c:659 eelf_x86_64.c:8704 eelf_x86_64_cloudabi.c:702 +#: eelf_x86_64_fbsd.c:702 eelf_x86_64_haiku.c:702 eelf_x86_64_sol2.c:834 +#, fuzzy +#| msgid "%F%P: invalid option for -z cet-report=: %s\n" +msgid "%P: invalid option for -z isa-level-report=: %s\n" +msgstr "%P: origen no válido para -z cet-report=: %s\n" + +#: eelf32_x86_64.c:8751 eelf_i386.c:8169 eelf_i386_be.c:572 +#: eelf_i386_fbsd.c:701 eelf_i386_haiku.c:701 eelf_i386_ldso.c:592 +#: eelf_i386_sol2.c:764 eelf_i386_vxworks.c:654 eelf_iamcu.c:632 +#: eelf_x86_64.c:8801 eelf_x86_64_cloudabi.c:799 eelf_x86_64_fbsd.c:799 +#: eelf_x86_64_haiku.c:799 eelf_x86_64_sol2.c:931 #, c-format msgid " -z noextern-protected-data Do not treat protected data symbol as external\n" msgstr " -z noextern-protected-data No trata los sÃmbolos de datos protegidos como externos\n" -#: eelf32_x86_64.c:5474 eelf32lppc.c:802 eelf32lppclinux.c:802 -#: eelf32lppcnto.c:802 eelf32lppcsim.c:802 eelf32ppc.c:802 -#: eelf32ppc_fbsd.c:802 eelf32ppclinux.c:802 eelf32ppcnto.c:802 -#: eelf32ppcsim.c:802 eelf32ppcvxworks.c:780 eelf32ppcwindiss.c:802 -#: eelf64lppc.c:1282 eelf64ppc.c:1282 eelf64ppc_fbsd.c:1282 eelf_i386.c:5093 -#: eelf_i386_be.c:485 eelf_i386_fbsd.c:568 eelf_i386_ldso.c:509 -#: eelf_i386_sol2.c:665 eelf_i386_vxworks.c:557 eelf_iamcu.c:5037 -#: eelf_k1om.c:5393 eelf_k1om_fbsd.c:5373 eelf_l1om.c:5393 -#: eelf_l1om_fbsd.c:5373 eelf_x86_64.c:5477 eelf_x86_64_cloudabi.c:574 -#: eelf_x86_64_fbsd.c:574 eelf_x86_64_sol2.c:705 eppclynx.c:802 +#: eelf32_x86_64.c:8753 eelf_i386.c:8171 eelf_i386_be.c:574 +#: eelf_i386_fbsd.c:703 eelf_i386_haiku.c:703 eelf_i386_ldso.c:594 +#: eelf_i386_sol2.c:766 eelf_i386_vxworks.c:656 eelf_iamcu.c:634 +#: eelf_x86_64.c:8803 eelf_x86_64_cloudabi.c:801 eelf_x86_64_fbsd.c:801 +#: eelf_x86_64_haiku.c:801 eelf_x86_64_sol2.c:933 +#, c-format +msgid " -z indirect-extern-access Enable indirect external access\n" +msgstr "" + +#: eelf32_x86_64.c:8755 eelf_i386.c:8173 eelf_i386_be.c:576 +#: eelf_i386_fbsd.c:705 eelf_i386_haiku.c:705 eelf_i386_ldso.c:596 +#: eelf_i386_sol2.c:768 eelf_i386_vxworks.c:658 eelf_iamcu.c:636 +#: eelf_x86_64.c:8805 eelf_x86_64_cloudabi.c:803 eelf_x86_64_fbsd.c:803 +#: eelf_x86_64_haiku.c:803 eelf_x86_64_sol2.c:935 +#, c-format +msgid " -z noindirect-extern-access Disable indirect external access (default)\n" +msgstr "" + +#: eelf32_x86_64.c:8758 eelf32lppc.c:869 eelf32lppclinux.c:869 +#: eelf32lppcnto.c:869 eelf32lppcsim.c:869 eelf32ppc.c:869 eelf32ppc_fbsd.c:869 +#: eelf32ppchaiku.c:869 eelf32ppclinux.c:869 eelf32ppcnto.c:869 +#: eelf32ppcsim.c:869 eelf32ppcvxworks.c:843 eelf32ppcwindiss.c:869 +#: eelf64lppc.c:1385 eelf64lppc_fbsd.c:1385 eelf64ppc.c:1385 +#: eelf64ppc_fbsd.c:1385 eelf_i386.c:8176 eelf_i386_be.c:579 +#: eelf_i386_fbsd.c:708 eelf_i386_haiku.c:708 eelf_i386_ldso.c:599 +#: eelf_i386_sol2.c:771 eelf_i386_vxworks.c:661 eelf_iamcu.c:639 +#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 +#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 #, c-format msgid "" " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n" @@ -4836,50 +6340,49 @@ msgstr "" " -z dynamic-undefined-weak Hace dinámicos los sÃmbolos débiles indefinidos\n" " -z nodynamic-undefined-weak No hace dinámicos los sÃmbolos débiles indefinidos\n" -#: eelf32_x86_64.c:5478 eelf_x86_64.c:5481 eelf_x86_64_cloudabi.c:578 -#: eelf_x86_64_fbsd.c:578 eelf_x86_64_sol2.c:709 +#: eelf32_x86_64.c:8762 eelf_x86_64.c:8812 eelf_x86_64_cloudabi.c:810 +#: eelf_x86_64_fbsd.c:810 eelf_x86_64_haiku.c:810 eelf_x86_64_sol2.c:942 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr "" " -z noreloc-overflow Desactiva la comprobación de desbordamiento\n" " por reubicación\n" -#: eelf32_x86_64.c:5481 eelf_i386.c:5097 eelf_i386_be.c:489 -#: eelf_i386_fbsd.c:572 eelf_i386_ldso.c:513 eelf_i386_sol2.c:669 -#: eelf_i386_vxworks.c:561 eelf_iamcu.c:5041 eelf_k1om.c:5397 -#: eelf_k1om_fbsd.c:5377 eelf_l1om.c:5397 eelf_l1om_fbsd.c:5377 -#: eelf_x86_64.c:5484 eelf_x86_64_cloudabi.c:581 eelf_x86_64_fbsd.c:581 -#: eelf_x86_64_sol2.c:712 +#: eelf32_x86_64.c:8765 eelf_i386.c:8180 eelf_i386_be.c:583 +#: eelf_i386_fbsd.c:712 eelf_i386_haiku.c:712 eelf_i386_ldso.c:603 +#: eelf_i386_sol2.c:775 eelf_i386_vxworks.c:665 eelf_iamcu.c:643 +#: eelf_x86_64.c:8815 eelf_x86_64_cloudabi.c:813 eelf_x86_64_fbsd.c:813 +#: eelf_x86_64_haiku.c:813 eelf_x86_64_sol2.c:945 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr "" " -z call-nop=RELLENO Utiliza RELLENO como NOP de 1 byte para\n" " bifurcación\n" -#: eelf32_x86_64.c:5484 eelf_i386.c:5100 eelf_i386_fbsd.c:575 -#: eelf_x86_64.c:5487 eelf_x86_64_cloudabi.c:584 eelf_x86_64_fbsd.c:584 -#: eelf_x86_64_sol2.c:715 +#: eelf32_x86_64.c:8768 eelf_i386.c:8183 eelf_i386_fbsd.c:715 +#: eelf_i386_haiku.c:715 eelf_x86_64.c:8818 eelf_x86_64_cloudabi.c:816 +#: eelf_x86_64_fbsd.c:816 eelf_x86_64_haiku.c:816 eelf_x86_64_sol2.c:948 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr " -z ibtplt Genera entradas PLT con IBT activado\n" -#: eelf32_x86_64.c:5486 eelf_i386.c:5102 eelf_i386_fbsd.c:577 -#: eelf_x86_64.c:5489 eelf_x86_64_cloudabi.c:586 eelf_x86_64_fbsd.c:586 -#: eelf_x86_64_sol2.c:717 +#: eelf32_x86_64.c:8770 eelf_i386.c:8185 eelf_i386_fbsd.c:717 +#: eelf_i386_haiku.c:717 eelf_x86_64.c:8820 eelf_x86_64_cloudabi.c:818 +#: eelf_x86_64_fbsd.c:818 eelf_x86_64_haiku.c:818 eelf_x86_64_sol2.c:950 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr " -z ibt Genera GNU_PROPERTY_X86_FEATURE_1_IBT\n" -#: eelf32_x86_64.c:5488 eelf_i386.c:5104 eelf_i386_fbsd.c:579 -#: eelf_x86_64.c:5491 eelf_x86_64_cloudabi.c:588 eelf_x86_64_fbsd.c:588 -#: eelf_x86_64_sol2.c:719 +#: eelf32_x86_64.c:8772 eelf_i386.c:8187 eelf_i386_fbsd.c:719 +#: eelf_i386_haiku.c:719 eelf_x86_64.c:8822 eelf_x86_64_cloudabi.c:820 +#: eelf_x86_64_fbsd.c:820 eelf_x86_64_haiku.c:820 eelf_x86_64_sol2.c:952 #, c-format msgid " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr " -z shstk Genera GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" -#: eelf32_x86_64.c:5490 eelf_i386.c:5106 eelf_i386_fbsd.c:581 -#: eelf_x86_64.c:5493 eelf_x86_64_cloudabi.c:590 eelf_x86_64_fbsd.c:590 -#: eelf_x86_64_sol2.c:721 +#: eelf32_x86_64.c:8774 eelf_i386.c:8189 eelf_i386_fbsd.c:721 +#: eelf_i386_haiku.c:721 eelf_x86_64.c:8824 eelf_x86_64_cloudabi.c:822 +#: eelf_x86_64_fbsd.c:822 eelf_x86_64_haiku.c:822 eelf_x86_64_sol2.c:954 #, c-format msgid "" " -z cet-report=[none|warning|error] (default: none)\n" @@ -4888,41 +6391,103 @@ msgstr "" " -z cet-report=[none|warning|error] (predefinido: none)\n" " Informa de la falta de las propiedades IBT y SHSTK\n" -#: eelf32b4300.c:685 eelf32bmip.c:685 eelf32bmipn32.c:699 eelf32bsmip.c:699 -#: eelf32btsmip.c:685 eelf32btsmip_fbsd.c:685 eelf32btsmipn32.c:685 -#: eelf32btsmipn32_fbsd.c:685 eelf32ebmip.c:685 eelf32ebmipvxworks.c:724 -#: eelf32elmip.c:685 eelf32elmipvxworks.c:724 eelf32l4300.c:685 -#: eelf32lmip.c:685 eelf32lr5900.c:548 eelf32lr5900n32.c:547 eelf32lsmip.c:685 -#: eelf32ltsmip.c:685 eelf32ltsmip_fbsd.c:685 eelf32ltsmipn32.c:685 -#: eelf32ltsmipn32_fbsd.c:685 eelf32mipswindiss.c:522 eelf64bmip.c:699 -#: eelf64btsmip.c:685 eelf64btsmip_fbsd.c:685 eelf64ltsmip.c:685 -#: eelf64ltsmip_fbsd.c:685 +#: eelf32_x86_64.c:8778 eelf_i386.c:8193 eelf_i386_fbsd.c:725 +#: eelf_i386_haiku.c:725 eelf_x86_64.c:8828 eelf_x86_64_cloudabi.c:826 +#: eelf_x86_64_fbsd.c:826 eelf_x86_64_haiku.c:826 eelf_x86_64_sol2.c:958 +#, c-format +msgid " -z report-relative-reloc Report relative relocations\n" +msgstr "" + +#: eelf32_x86_64.c:8781 eelf_i386.c:8196 eelf_i386_fbsd.c:728 +#: eelf_i386_haiku.c:728 eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 +#: eelf_x86_64_fbsd.c:829 eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 +#, c-format +msgid " -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as needed\n" +msgstr " -z x86-64-{baseline|v[234]} Marca el nivel ISA x86-64-{baseline|v[234]} requerido\n" + +#: eelf32_x86_64.c:8784 eelf_i386.c:8199 eelf_i386_fbsd.c:731 +#: eelf_i386_haiku.c:731 eelf_x86_64.c:8834 eelf_x86_64_cloudabi.c:832 +#: eelf_x86_64_fbsd.c:832 eelf_x86_64_haiku.c:832 eelf_x86_64_sol2.c:964 +#, fuzzy, c-format +#| msgid "" +#| " -z lam-u48-report=[none|warning|error] (default: none)\n" +#| " Report missing LAM_U48 property\n" +msgid "" +" -z isa-level-report=[none|all|needed|used] (default: none)\n" +" Report x86-64 ISA level\n" +msgstr "" +" -z lam-u48-report=[none|warning|error] (predefinido: none)\n" +" Informa de la falta de la propiedad LAM_U48\n" + +#: eelf32_x86_64.c:8789 eelf_x86_64.c:8853 eelf_x86_64_cloudabi.c:851 +#: eelf_x86_64_fbsd.c:851 eelf_x86_64_haiku.c:851 eelf_x86_64_sol2.c:983 +#, c-format +msgid "" +" -z mark-plt Mark PLT with dynamic tags (default)\n" +" -z nomark-plt Do not mark PLT with dynamic tags\n" +msgstr "" + +#: eelf32_x86_64.c:8793 eelf_x86_64.c:8857 eelf_x86_64_cloudabi.c:855 +#: eelf_x86_64_fbsd.c:855 eelf_x86_64_haiku.c:855 eelf_x86_64_sol2.c:987 +#, c-format +msgid "" +" -z mark-plt Mark PLT with dynamic tags\n" +" -z nomark-plt Do not mark PLT with dynamic tags (default)\n" +msgstr "" + +#: eelf32_x86_64.c:8797 eelf64loongarch.c:619 eelf64lppc.c:1389 +#: eelf64lppc_fbsd.c:1389 eelf64ppc.c:1389 eelf64ppc_fbsd.c:1389 +#: eelf_i386.c:8203 eelf_i386_fbsd.c:735 eelf_i386_haiku.c:735 +#: eelf_x86_64.c:8861 eelf_x86_64_cloudabi.c:859 eelf_x86_64_fbsd.c:859 +#: eelf_x86_64_haiku.c:859 eelf_x86_64_sol2.c:991 +#, c-format +msgid " -z pack-relative-relocs Pack relative relocations\n" +msgstr "" + +#: eelf32_x86_64.c:8799 eelf64loongarch.c:621 eelf64lppc.c:1391 +#: eelf64lppc_fbsd.c:1391 eelf64ppc.c:1391 eelf64ppc_fbsd.c:1391 +#: eelf_i386.c:8205 eelf_i386_fbsd.c:737 eelf_i386_haiku.c:737 +#: eelf_x86_64.c:8863 eelf_x86_64_cloudabi.c:861 eelf_x86_64_fbsd.c:861 +#: eelf_x86_64_haiku.c:861 eelf_x86_64_sol2.c:993 +#, c-format +msgid " -z nopack-relative-relocs Do not pack relative relocations (default)\n" +msgstr "" + +#: eelf32b4300.c:775 eelf32bmip.c:775 eelf32bmipn32.c:789 eelf32bsmip.c:789 +#: eelf32btsmip.c:775 eelf32btsmip_fbsd.c:775 eelf32btsmipn32.c:775 +#: eelf32btsmipn32_fbsd.c:775 eelf32ebmip.c:775 eelf32ebmipvxworks.c:810 +#: eelf32elmip.c:775 eelf32elmipvxworks.c:810 eelf32l4300.c:775 +#: eelf32lmip.c:775 eelf32lr5900.c:629 eelf32lr5900n32.c:628 eelf32lsmip.c:775 +#: eelf32ltsmip.c:775 eelf32ltsmip_fbsd.c:775 eelf32ltsmipn32.c:775 +#: eelf32ltsmipn32_fbsd.c:775 eelf32mipswindiss.c:588 eelf64bmip.c:789 +#: eelf64btsmip.c:775 eelf64btsmip_fbsd.c:775 eelf64ltsmip.c:775 +#: eelf64ltsmip_fbsd.c:775 eelf_mipsel_haiku.c:775 #, c-format msgid " --insn32 Only generate 32-bit microMIPS instructions\n" msgstr " --insn32 Solo genera instrucciones microMIPS de 32 bits\n" -#: eelf32b4300.c:688 eelf32bmip.c:688 eelf32bmipn32.c:702 eelf32bsmip.c:702 -#: eelf32btsmip.c:688 eelf32btsmip_fbsd.c:688 eelf32btsmipn32.c:688 -#: eelf32btsmipn32_fbsd.c:688 eelf32ebmip.c:688 eelf32ebmipvxworks.c:727 -#: eelf32elmip.c:688 eelf32elmipvxworks.c:727 eelf32l4300.c:688 -#: eelf32lmip.c:688 eelf32lr5900.c:551 eelf32lr5900n32.c:550 eelf32lsmip.c:688 -#: eelf32ltsmip.c:688 eelf32ltsmip_fbsd.c:688 eelf32ltsmipn32.c:688 -#: eelf32ltsmipn32_fbsd.c:688 eelf32mipswindiss.c:525 eelf64bmip.c:702 -#: eelf64btsmip.c:688 eelf64btsmip_fbsd.c:688 eelf64ltsmip.c:688 -#: eelf64ltsmip_fbsd.c:688 +#: eelf32b4300.c:778 eelf32bmip.c:778 eelf32bmipn32.c:792 eelf32bsmip.c:792 +#: eelf32btsmip.c:778 eelf32btsmip_fbsd.c:778 eelf32btsmipn32.c:778 +#: eelf32btsmipn32_fbsd.c:778 eelf32ebmip.c:778 eelf32ebmipvxworks.c:813 +#: eelf32elmip.c:778 eelf32elmipvxworks.c:813 eelf32l4300.c:778 +#: eelf32lmip.c:778 eelf32lr5900.c:632 eelf32lr5900n32.c:631 eelf32lsmip.c:778 +#: eelf32ltsmip.c:778 eelf32ltsmip_fbsd.c:778 eelf32ltsmipn32.c:778 +#: eelf32ltsmipn32_fbsd.c:778 eelf32mipswindiss.c:591 eelf64bmip.c:792 +#: eelf64btsmip.c:778 eelf64btsmip_fbsd.c:778 eelf64ltsmip.c:778 +#: eelf64ltsmip_fbsd.c:778 eelf_mipsel_haiku.c:778 #, c-format msgid " --no-insn32 Generate all microMIPS instructions\n" msgstr " --no-insn32 Genera todas las instrucciones microMIPS\n" -#: eelf32b4300.c:691 eelf32bmip.c:691 eelf32bmipn32.c:705 eelf32bsmip.c:705 -#: eelf32btsmip.c:691 eelf32btsmip_fbsd.c:691 eelf32btsmipn32.c:691 -#: eelf32btsmipn32_fbsd.c:691 eelf32ebmip.c:691 eelf32ebmipvxworks.c:730 -#: eelf32elmip.c:691 eelf32elmipvxworks.c:730 eelf32l4300.c:691 -#: eelf32lmip.c:691 eelf32lr5900.c:554 eelf32lr5900n32.c:553 eelf32lsmip.c:691 -#: eelf32ltsmip.c:691 eelf32ltsmip_fbsd.c:691 eelf32ltsmipn32.c:691 -#: eelf32ltsmipn32_fbsd.c:691 eelf32mipswindiss.c:528 eelf64bmip.c:705 -#: eelf64btsmip.c:691 eelf64btsmip_fbsd.c:691 eelf64ltsmip.c:691 -#: eelf64ltsmip_fbsd.c:691 +#: eelf32b4300.c:781 eelf32bmip.c:781 eelf32bmipn32.c:795 eelf32bsmip.c:795 +#: eelf32btsmip.c:781 eelf32btsmip_fbsd.c:781 eelf32btsmipn32.c:781 +#: eelf32btsmipn32_fbsd.c:781 eelf32ebmip.c:781 eelf32ebmipvxworks.c:816 +#: eelf32elmip.c:781 eelf32elmipvxworks.c:816 eelf32l4300.c:781 +#: eelf32lmip.c:781 eelf32lr5900.c:635 eelf32lr5900n32.c:634 eelf32lsmip.c:781 +#: eelf32ltsmip.c:781 eelf32ltsmip_fbsd.c:781 eelf32ltsmipn32.c:781 +#: eelf32ltsmipn32_fbsd.c:781 eelf32mipswindiss.c:594 eelf64bmip.c:795 +#: eelf64btsmip.c:781 eelf64btsmip_fbsd.c:781 eelf64ltsmip.c:781 +#: eelf64ltsmip_fbsd.c:781 eelf_mipsel_haiku.c:781 #, c-format msgid "" " --ignore-branch-isa Accept invalid branch relocations requiring\n" @@ -4931,15 +6496,15 @@ msgstr "" " --ignore-branch-isa Acepta las reubicaciones de rama inválidas que\n" " requieren opción de modo ISA\n" -#: eelf32b4300.c:695 eelf32bmip.c:695 eelf32bmipn32.c:709 eelf32bsmip.c:709 -#: eelf32btsmip.c:695 eelf32btsmip_fbsd.c:695 eelf32btsmipn32.c:695 -#: eelf32btsmipn32_fbsd.c:695 eelf32ebmip.c:695 eelf32ebmipvxworks.c:734 -#: eelf32elmip.c:695 eelf32elmipvxworks.c:734 eelf32l4300.c:695 -#: eelf32lmip.c:695 eelf32lr5900.c:558 eelf32lr5900n32.c:557 eelf32lsmip.c:695 -#: eelf32ltsmip.c:695 eelf32ltsmip_fbsd.c:695 eelf32ltsmipn32.c:695 -#: eelf32ltsmipn32_fbsd.c:695 eelf32mipswindiss.c:532 eelf64bmip.c:709 -#: eelf64btsmip.c:695 eelf64btsmip_fbsd.c:695 eelf64ltsmip.c:695 -#: eelf64ltsmip_fbsd.c:695 +#: eelf32b4300.c:785 eelf32bmip.c:785 eelf32bmipn32.c:799 eelf32bsmip.c:799 +#: eelf32btsmip.c:785 eelf32btsmip_fbsd.c:785 eelf32btsmipn32.c:785 +#: eelf32btsmipn32_fbsd.c:785 eelf32ebmip.c:785 eelf32ebmipvxworks.c:820 +#: eelf32elmip.c:785 eelf32elmipvxworks.c:820 eelf32l4300.c:785 +#: eelf32lmip.c:785 eelf32lr5900.c:639 eelf32lr5900n32.c:638 eelf32lsmip.c:785 +#: eelf32ltsmip.c:785 eelf32ltsmip_fbsd.c:785 eelf32ltsmipn32.c:785 +#: eelf32ltsmipn32_fbsd.c:785 eelf32mipswindiss.c:598 eelf64bmip.c:799 +#: eelf64btsmip.c:785 eelf64btsmip_fbsd.c:785 eelf64ltsmip.c:785 +#: eelf64ltsmip_fbsd.c:785 eelf_mipsel_haiku.c:785 #, c-format msgid "" " --no-ignore-branch-isa Reject invalid branch relocations requiring\n" @@ -4948,200 +6513,264 @@ msgstr "" " --no-ignore-branch-isa Rechaza las reubicaciones de rama inválidas que\n" " requieren opción de modo ISA\n" -#: eelf32b4300.c:699 eelf32bmip.c:699 eelf32bmipn32.c:713 eelf32bsmip.c:713 -#: eelf32btsmip.c:699 eelf32btsmip_fbsd.c:699 eelf32btsmipn32.c:699 -#: eelf32btsmipn32_fbsd.c:699 eelf32ebmip.c:699 eelf32ebmipvxworks.c:738 -#: eelf32elmip.c:699 eelf32elmipvxworks.c:738 eelf32l4300.c:699 -#: eelf32lmip.c:699 eelf32lr5900.c:562 eelf32lr5900n32.c:561 eelf32lsmip.c:699 -#: eelf32ltsmip.c:699 eelf32ltsmip_fbsd.c:699 eelf32ltsmipn32.c:699 -#: eelf32ltsmipn32_fbsd.c:699 eelf32mipswindiss.c:536 eelf64bmip.c:713 -#: eelf64btsmip.c:699 eelf64btsmip_fbsd.c:699 eelf64ltsmip.c:699 -#: eelf64ltsmip_fbsd.c:699 +#: eelf32b4300.c:789 eelf32bmip.c:789 eelf32bmipn32.c:803 eelf32bsmip.c:803 +#: eelf32btsmip.c:789 eelf32btsmip_fbsd.c:789 eelf32btsmipn32.c:789 +#: eelf32btsmipn32_fbsd.c:789 eelf32ebmip.c:789 eelf32ebmipvxworks.c:824 +#: eelf32elmip.c:789 eelf32elmipvxworks.c:824 eelf32l4300.c:789 +#: eelf32lmip.c:789 eelf32lr5900.c:643 eelf32lr5900n32.c:642 eelf32lsmip.c:789 +#: eelf32ltsmip.c:789 eelf32ltsmip_fbsd.c:789 eelf32ltsmipn32.c:789 +#: eelf32ltsmipn32_fbsd.c:789 eelf32mipswindiss.c:602 eelf64bmip.c:803 +#: eelf64btsmip.c:789 eelf64btsmip_fbsd.c:789 eelf64ltsmip.c:789 +#: eelf64ltsmip_fbsd.c:789 eelf_mipsel_haiku.c:789 #, c-format msgid " --compact-branches Generate compact branches/jumps for MIPS R6\n" msgstr " --compact-branches Genera ramas/saltos compactos para MIPS R6\n" -#: eelf32b4300.c:702 eelf32bmip.c:702 eelf32bmipn32.c:716 eelf32bsmip.c:716 -#: eelf32btsmip.c:702 eelf32btsmip_fbsd.c:702 eelf32btsmipn32.c:702 -#: eelf32btsmipn32_fbsd.c:702 eelf32ebmip.c:702 eelf32ebmipvxworks.c:741 -#: eelf32elmip.c:702 eelf32elmipvxworks.c:741 eelf32l4300.c:702 -#: eelf32lmip.c:702 eelf32lr5900.c:565 eelf32lr5900n32.c:564 eelf32lsmip.c:702 -#: eelf32ltsmip.c:702 eelf32ltsmip_fbsd.c:702 eelf32ltsmipn32.c:702 -#: eelf32ltsmipn32_fbsd.c:702 eelf32mipswindiss.c:539 eelf64bmip.c:716 -#: eelf64btsmip.c:702 eelf64btsmip_fbsd.c:702 eelf64ltsmip.c:702 -#: eelf64ltsmip_fbsd.c:702 +#: eelf32b4300.c:792 eelf32bmip.c:792 eelf32bmipn32.c:806 eelf32bsmip.c:806 +#: eelf32btsmip.c:792 eelf32btsmip_fbsd.c:792 eelf32btsmipn32.c:792 +#: eelf32btsmipn32_fbsd.c:792 eelf32ebmip.c:792 eelf32ebmipvxworks.c:827 +#: eelf32elmip.c:792 eelf32elmipvxworks.c:827 eelf32l4300.c:792 +#: eelf32lmip.c:792 eelf32lr5900.c:646 eelf32lr5900n32.c:645 eelf32lsmip.c:792 +#: eelf32ltsmip.c:792 eelf32ltsmip_fbsd.c:792 eelf32ltsmipn32.c:792 +#: eelf32ltsmipn32_fbsd.c:792 eelf32mipswindiss.c:605 eelf64bmip.c:806 +#: eelf64btsmip.c:792 eelf64btsmip_fbsd.c:792 eelf64ltsmip.c:792 +#: eelf64ltsmip_fbsd.c:792 eelf_mipsel_haiku.c:792 #, c-format msgid " --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n" msgstr " --no-compact-branches Genera ramas/saltos de ranura de retardo para MIPS R6\n" -#: eelf32bfin.c:441 eelf32bfinfd.c:466 +#: eelf32bfin.c:523 eelf32bfinfd.c:563 #, c-format msgid " --code-in-l1 Put code in L1\n" msgstr " --code-in-l1 Pone el código en L1\n" -#: eelf32bfin.c:443 eelf32bfinfd.c:468 +#: eelf32bfin.c:525 eelf32bfinfd.c:565 #, c-format msgid " --data-in-l1 Put data in L1\n" msgstr " --data-in-l1 Pone los datos en L1\n" -#: eelf32cr16.c:85 -msgid "%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: todos los objetos de entrada deben ser COFF o ELF para --embedded-relocs\n" +#: eelf32briscv.c:641 eelf32briscv_ilp32.c:641 eelf32briscv_ilp32f.c:641 +#: eelf32lriscv.c:641 eelf32lriscv_ilp32.c:641 eelf32lriscv_ilp32f.c:641 +#: eelf64briscv.c:641 eelf64briscv_lp64.c:641 eelf64briscv_lp64f.c:641 +#: eelf64lriscv.c:641 eelf64lriscv_lp64.c:641 eelf64lriscv_lp64f.c:641 +#, fuzzy, c-format +#| msgid " --plugin Make SPU plugin\n" +msgid " --relax-gp Perform GP relaxation\n" +msgstr " --plugin Produce plugin SPU\n" + +#: eelf32briscv.c:642 eelf32briscv_ilp32.c:642 eelf32briscv_ilp32f.c:642 +#: eelf32lriscv.c:642 eelf32lriscv_ilp32.c:642 eelf32lriscv_ilp32f.c:642 +#: eelf64briscv.c:642 eelf64briscv_lp64.c:642 eelf64briscv_lp64f.c:642 +#: eelf64lriscv.c:642 eelf64lriscv_lp64.c:642 eelf64lriscv_lp64f.c:642 +#, fuzzy, c-format +#| msgid " --no-toc-sort Don't sort TOC and GOT sections\n" +msgid " --no-relax-gp Don't perform GP relaxation\n" +msgstr "" +" --no-toc-sort No ordena las secciones TOC y GOT\n" +" -z nocombreloc No funde las reubicaciones dinámicas en una\n" +" sola sección\n" + +#: eelf32briscv.c:643 eelf32briscv_ilp32.c:643 eelf32briscv_ilp32f.c:643 +#: eelf32lriscv.c:643 eelf32lriscv_ilp32.c:643 eelf32lriscv_ilp32f.c:643 +#: eelf64briscv.c:643 eelf64briscv_lp64.c:643 eelf64briscv_lp64f.c:643 +#: eelf64lriscv.c:643 eelf64lriscv_lp64.c:643 eelf64lriscv_lp64f.c:643 +#, c-format +msgid " --check-uleb128 Check if SUB_ULEB128 has non-zero addend\n" +msgstr "" + +#: eelf32briscv.c:644 eelf32briscv_ilp32.c:644 eelf32briscv_ilp32f.c:644 +#: eelf32lriscv.c:644 eelf32lriscv_ilp32.c:644 eelf32lriscv_ilp32f.c:644 +#: eelf64briscv.c:644 eelf64briscv_lp64.c:644 eelf64briscv_lp64f.c:644 +#: eelf64lriscv.c:644 eelf64lriscv_lp64.c:644 eelf64lriscv_lp64f.c:644 +#, c-format +msgid " --no-check-uleb128 Don't check if SUB_ULEB128 has non-zero addend\n" +msgstr "" + +#: eelf32cr16.c:88 +#, fuzzy +#| msgid "%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" +msgid "%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" +msgstr "%P: %pB: todos los objetos de entrada deben ser COFF o ELF para --embedded-relocs\n" -#: eelf32cr16.c:109 em68kelf.c:113 em68kelfnbsd.c:113 -msgid "%F%P: %pB: can not create .emreloc section: %E\n" -msgstr "%F%P: %pB: no se puede crear la sección .emreloc: %E\n" +#: eelf32cr16.c:112 em68kelf.c:116 em68kelfnbsd.c:116 +#, fuzzy +#| msgid "%F%P: %pB: can not create .emreloc section: %E\n" +msgid "%P: %pB: can not create .emreloc section: %E\n" +msgstr "%P: %pB: no se puede crear la sección .emreloc: %E\n" -#: eelf32cr16.c:128 em68kelf.c:134 em68kelfnbsd.c:134 +#: eelf32cr16.c:131 em68kelf.c:137 em68kelfnbsd.c:137 msgid "%X%P: %pB: section %s has relocs; can not use --embedded-relocs\n" msgstr "%X%P: %pB: la sección %s tiene reubicaciones; no se puede utilizar --embedded-relocs\n" -#: eelf32cr16.c:184 em68kelf.c:177 em68kelfnbsd.c:177 +#: eelf32cr16.c:187 em68kelf.c:180 em68kelfnbsd.c:180 msgid "%X%P: %pB: can not create runtime reloc information: %E\n" msgstr "%X%P: %pB: no se puede crear información de reubicación para tiempo de ejecución: %E\n" -#: eelf32cr16.c:187 em68kelf.c:181 em68kelfnbsd.c:181 +#: eelf32cr16.c:190 em68kelf.c:184 em68kelfnbsd.c:184 msgid "%X%P: %pB: can not create runtime reloc information: %s\n" msgstr "%X%P: %pB: no se puede crear información de reubicación para tiempo de ejecución: %s\n" -#: eelf32lppc.c:96 eelf32lppclinux.c:96 eelf32lppcnto.c:96 eelf32lppcsim.c:96 -#: eelf32ppc.c:96 eelf32ppc_fbsd.c:96 eelf32ppclinux.c:96 eelf32ppcnto.c:96 -#: eelf32ppcsim.c:96 eelf32ppcwindiss.c:96 eppclynx.c:96 +#: eelf32kvx.c:64 eelf64kvx.c:64 +#, fuzzy +#| msgid "%F%P: -pie not supported\n" +msgid ":%P: -pie not supported\n" +msgstr "%P: no se admite -pie\n" + +#: eelf32kvx.c:316 eelf64kvx.c:316 eelf64kvx_linux.c:314 +#, fuzzy +#| msgid "%F%P: can not create BFD: %E\n" +msgid "%P: can not create BFD %E\n" +msgstr "%P: no se puede crear BFD: %E\n" + +#: eelf32lppc.c:99 eelf32lppclinux.c:99 eelf32lppcnto.c:99 eelf32lppcsim.c:99 +#: eelf32ppc.c:99 eelf32ppc_fbsd.c:99 eelf32ppchaiku.c:99 eelf32ppclinux.c:99 +#: eelf32ppcnto.c:99 eelf32ppcsim.c:99 eelf32ppcwindiss.c:99 msgid "%X%P: select_plt_layout problem %E\n" msgstr "%X%P: select_plt_layout problema %E\n" -#: eelf32lppc.c:160 eelf32lppclinux.c:160 eelf32lppcnto.c:160 -#: eelf32lppcsim.c:160 eelf32ppc.c:160 eelf32ppc_fbsd.c:160 -#: eelf32ppclinux.c:160 eelf32ppcnto.c:160 eelf32ppcsim.c:160 -#: eelf32ppcvxworks.c:105 eelf32ppcwindiss.c:160 eelf64lppc.c:319 -#: eelf64ppc.c:319 eelf64ppc_fbsd.c:319 eppclynx.c:160 +#: eelf32lppc.c:163 eelf32lppclinux.c:163 eelf32lppcnto.c:163 +#: eelf32lppcsim.c:163 eelf32ppc.c:163 eelf32ppc_fbsd.c:163 +#: eelf32ppchaiku.c:163 eelf32ppclinux.c:163 eelf32ppcnto.c:163 +#: eelf32ppcsim.c:163 eelf32ppcvxworks.c:108 eelf32ppcwindiss.c:163 +#: eelf64lppc.c:324 eelf64lppc_fbsd.c:324 eelf64ppc.c:324 eelf64ppc_fbsd.c:324 msgid "%X%P: inline PLT: %E\n" msgstr "%X%P: PLT en lÃnea: %E\n" -#: eelf32lppc.c:168 eelf32lppclinux.c:168 eelf32lppcnto.c:168 -#: eelf32lppcsim.c:168 eelf32ppc.c:168 eelf32ppc_fbsd.c:168 -#: eelf32ppclinux.c:168 eelf32ppcnto.c:168 eelf32ppcsim.c:168 -#: eelf32ppcvxworks.c:113 eelf32ppcwindiss.c:168 eelf64lppc.c:330 -#: eelf64ppc.c:330 eelf64ppc_fbsd.c:330 eppclynx.c:168 +#: eelf32lppc.c:171 eelf32lppclinux.c:171 eelf32lppcnto.c:171 +#: eelf32lppcsim.c:171 eelf32ppc.c:171 eelf32ppc_fbsd.c:171 +#: eelf32ppchaiku.c:171 eelf32ppclinux.c:171 eelf32ppcnto.c:171 +#: eelf32ppcsim.c:171 eelf32ppcvxworks.c:116 eelf32ppcwindiss.c:171 +#: eelf64lppc.c:328 eelf64lppc.c:347 eelf64lppc_fbsd.c:328 +#: eelf64lppc_fbsd.c:347 eelf64ppc.c:328 eelf64ppc.c:347 eelf64ppc_fbsd.c:328 +#: eelf64ppc_fbsd.c:347 msgid "%X%P: TLS problem %E\n" msgstr "%X%P: TLS problema %E\n" -#: eelf32lppc.c:255 eelf32lppclinux.c:255 eelf32lppcnto.c:255 -#: eelf32lppcsim.c:255 eelf32ppc.c:255 eelf32ppc_fbsd.c:255 -#: eelf32ppclinux.c:255 eelf32ppcnto.c:255 eelf32ppcsim.c:255 -#: eelf32ppcvxworks.c:200 eelf32ppcwindiss.c:255 eppclynx.c:255 +#: eelf32lppc.c:258 eelf32lppclinux.c:258 eelf32lppcnto.c:258 +#: eelf32lppcsim.c:258 eelf32ppc.c:258 eelf32ppc_fbsd.c:258 +#: eelf32ppchaiku.c:258 eelf32ppclinux.c:258 eelf32ppcnto.c:258 +#: eelf32ppcsim.c:258 eelf32ppcvxworks.c:203 eelf32ppcwindiss.c:258 msgid "%X%P: ppc_finish_symbols problem %E\n" msgstr "%X%P: ppc_finish_symbols problema %E\n" -#: eelf32lppc.c:743 eelf32lppclinux.c:743 eelf32lppcnto.c:743 -#: eelf32lppcsim.c:743 eelf32ppc.c:743 eelf32ppc_fbsd.c:743 -#: eelf32ppclinux.c:743 eelf32ppcnto.c:743 eelf32ppcsim.c:743 -#: eelf32ppcvxworks.c:717 eelf32ppcwindiss.c:743 eelf64lppc.c:1175 -#: eelf64ppc.c:1175 eelf64ppc_fbsd.c:1175 eppclynx.c:743 -msgid "%F%P: invalid --plt-align `%s'\n" -msgstr "%F%P: --plt-align no válido `%s'\n" - -#: eelf32lppc.c:776 eelf32lppclinux.c:776 eelf32lppcnto.c:776 -#: eelf32lppcsim.c:776 eelf32ppc.c:776 eelf32ppc_fbsd.c:776 -#: eelf32ppclinux.c:776 eelf32ppcnto.c:776 eelf32ppcsim.c:776 -#: eelf32ppcvxworks.c:750 eelf32ppcwindiss.c:776 eppclynx.c:776 -msgid "%F%P: invalid pagesize `%s'\n" -msgstr "%F%P: tamaño de página no válido `%s'\n" - -#: eelf32lppc.c:806 eelf32lppclinux.c:806 eelf32lppcnto.c:806 -#: eelf32lppcsim.c:806 eelf32ppc.c:806 eelf32ppc_fbsd.c:806 -#: eelf32ppclinux.c:806 eelf32ppcnto.c:806 eelf32ppcsim.c:806 -#: eelf32ppcvxworks.c:784 eelf32ppcwindiss.c:806 eelf64lppc.c:1320 -#: eelf64ppc.c:1320 eelf64ppc_fbsd.c:1320 eppclynx.c:806 +#: eelf32lppc.c:810 eelf32lppclinux.c:810 eelf32lppcnto.c:810 +#: eelf32lppcsim.c:810 eelf32ppc.c:810 eelf32ppc_fbsd.c:810 +#: eelf32ppchaiku.c:810 eelf32ppclinux.c:810 eelf32ppcnto.c:810 +#: eelf32ppcsim.c:810 eelf32ppcvxworks.c:780 eelf32ppcwindiss.c:810 +#: eelf64lppc.c:1252 eelf64lppc_fbsd.c:1252 eelf64ppc.c:1252 +#: eelf64ppc_fbsd.c:1252 +#, fuzzy +#| msgid "%F%P: invalid --plt-align `%s'\n" +msgid "%P: invalid --plt-align `%s'\n" +msgstr "%P: --plt-align no válido `%s'\n" + +#: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 +#: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 +#: eelf32ppchaiku.c:843 eelf32ppclinux.c:843 eelf32ppcnto.c:843 +#: eelf32ppcsim.c:843 eelf32ppcvxworks.c:813 eelf32ppcwindiss.c:843 +#, fuzzy +#| msgid "%F%P: invalid pagesize `%s'\n" +msgid "%P: invalid pagesize `%s'\n" +msgstr "%P: tamaño de página no válido `%s'\n" + +#: eelf32lppc.c:873 eelf32lppclinux.c:873 eelf32lppcnto.c:873 +#: eelf32lppcsim.c:873 eelf32ppc.c:873 eelf32ppc_fbsd.c:873 +#: eelf32ppchaiku.c:873 eelf32ppclinux.c:873 eelf32ppcnto.c:873 +#: eelf32ppcsim.c:873 eelf32ppcvxworks.c:847 eelf32ppcwindiss.c:873 +#: eelf64lppc.c:1437 eelf64lppc_fbsd.c:1437 eelf64ppc.c:1437 +#: eelf64ppc_fbsd.c:1437 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr " --emit-stub-syms Etiqueta los stubs del enlazador con un sÃmbolo\n" -#: eelf32lppc.c:809 eelf32lppclinux.c:809 eelf32lppcnto.c:809 -#: eelf32lppcsim.c:809 eelf32ppc.c:809 eelf32ppc_fbsd.c:809 -#: eelf32ppclinux.c:809 eelf32ppcnto.c:809 eelf32ppcsim.c:809 -#: eelf32ppcvxworks.c:787 eelf32ppcwindiss.c:809 eelf64lppc.c:1323 -#: eelf64ppc.c:1323 eelf64ppc_fbsd.c:1323 eppclynx.c:809 +#: eelf32lppc.c:876 eelf32lppclinux.c:876 eelf32lppcnto.c:876 +#: eelf32lppcsim.c:876 eelf32ppc.c:876 eelf32ppc_fbsd.c:876 +#: eelf32ppchaiku.c:876 eelf32ppclinux.c:876 eelf32ppcnto.c:876 +#: eelf32ppcsim.c:876 eelf32ppcvxworks.c:850 eelf32ppcwindiss.c:876 +#: eelf64lppc.c:1440 eelf64lppc_fbsd.c:1440 eelf64ppc.c:1440 +#: eelf64ppc_fbsd.c:1440 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr "" " --no-emit-stub-syms No etiqueta los stubs del enlazador con un\n" " sÃmbolo\n" -#: eelf32lppc.c:812 eelf32lppclinux.c:812 eelf32lppcnto.c:812 -#: eelf32lppcsim.c:812 eelf32ppc.c:812 eelf32ppc_fbsd.c:812 -#: eelf32ppclinux.c:812 eelf32ppcnto.c:812 eelf32ppcsim.c:812 -#: eelf32ppcvxworks.c:790 eelf32ppcwindiss.c:812 eelf64lppc.c:1343 -#: eelf64ppc.c:1343 eelf64ppc_fbsd.c:1343 eppclynx.c:812 +#: eelf32lppc.c:879 eelf32lppclinux.c:879 eelf32lppcnto.c:879 +#: eelf32lppcsim.c:879 eelf32ppc.c:879 eelf32ppc_fbsd.c:879 +#: eelf32ppchaiku.c:879 eelf32ppclinux.c:879 eelf32ppcnto.c:879 +#: eelf32ppcsim.c:879 eelf32ppcvxworks.c:853 eelf32ppcwindiss.c:879 +#: eelf64lppc.c:1460 eelf64lppc_fbsd.c:1460 eelf64ppc.c:1460 +#: eelf64ppc_fbsd.c:1460 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr " --no-tls-optimize No trata de optimizar los accesos TLS\n" -#: eelf32lppc.c:815 eelf32lppclinux.c:815 eelf32lppcnto.c:815 -#: eelf32lppcsim.c:815 eelf32ppc.c:815 eelf32ppc_fbsd.c:815 -#: eelf32ppclinux.c:815 eelf32ppcnto.c:815 eelf32ppcsim.c:815 -#: eelf32ppcvxworks.c:793 eelf32ppcwindiss.c:815 eelf64lppc.c:1349 -#: eelf64ppc.c:1349 eelf64ppc_fbsd.c:1349 eppclynx.c:815 +#: eelf32lppc.c:882 eelf32lppclinux.c:882 eelf32lppcnto.c:882 +#: eelf32lppcsim.c:882 eelf32ppc.c:882 eelf32ppc_fbsd.c:882 +#: eelf32ppchaiku.c:882 eelf32ppclinux.c:882 eelf32ppcnto.c:882 +#: eelf32ppcsim.c:882 eelf32ppcvxworks.c:856 eelf32ppcwindiss.c:882 +#: eelf64lppc.c:1466 eelf64lppc_fbsd.c:1466 eelf64ppc.c:1466 +#: eelf64ppc_fbsd.c:1466 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr " --no-tls-get-addr-optimize No utiliza una llamada __tls_get_addr especial\n" -#: eelf32lppc.c:818 eelf32lppclinux.c:818 eelf32lppcnto.c:818 -#: eelf32lppcsim.c:818 eelf32ppc.c:818 eelf32ppc_fbsd.c:818 -#: eelf32ppclinux.c:818 eelf32ppcnto.c:818 eelf32ppcsim.c:818 -#: eelf32ppcwindiss.c:818 eppclynx.c:818 +#: eelf32lppc.c:885 eelf32lppclinux.c:885 eelf32lppcnto.c:885 +#: eelf32lppcsim.c:885 eelf32ppc.c:885 eelf32ppc_fbsd.c:885 +#: eelf32ppchaiku.c:885 eelf32ppclinux.c:885 eelf32ppcnto.c:885 +#: eelf32ppcsim.c:885 eelf32ppcwindiss.c:885 #, c-format msgid " --secure-plt Use new-style PLT if possible\n" msgstr " --secure-plt Utiliza el nuevo estilo PLT si es posible\n" -#: eelf32lppc.c:821 eelf32lppclinux.c:821 eelf32lppcnto.c:821 -#: eelf32lppcsim.c:821 eelf32ppc.c:821 eelf32ppc_fbsd.c:821 -#: eelf32ppclinux.c:821 eelf32ppcnto.c:821 eelf32ppcsim.c:821 -#: eelf32ppcwindiss.c:821 eppclynx.c:821 +#: eelf32lppc.c:888 eelf32lppclinux.c:888 eelf32lppcnto.c:888 +#: eelf32lppcsim.c:888 eelf32ppc.c:888 eelf32ppc_fbsd.c:888 +#: eelf32ppchaiku.c:888 eelf32ppclinux.c:888 eelf32ppcnto.c:888 +#: eelf32ppcsim.c:888 eelf32ppcwindiss.c:888 #, c-format msgid " --bss-plt Force old-style BSS PLT\n" msgstr " --bss-plt Fuerza BSS PLT al viejo estilo\n" -#: eelf32lppc.c:824 eelf32lppclinux.c:824 eelf32lppcnto.c:824 -#: eelf32lppcsim.c:824 eelf32ppc.c:824 eelf32ppc_fbsd.c:824 -#: eelf32ppclinux.c:824 eelf32ppcnto.c:824 eelf32ppcsim.c:824 -#: eelf32ppcwindiss.c:824 eppclynx.c:824 +#: eelf32lppc.c:891 eelf32lppclinux.c:891 eelf32lppcnto.c:891 +#: eelf32lppcsim.c:891 eelf32ppc.c:891 eelf32ppc_fbsd.c:891 +#: eelf32ppchaiku.c:891 eelf32ppclinux.c:891 eelf32ppcnto.c:891 +#: eelf32ppcsim.c:891 eelf32ppcwindiss.c:891 #, c-format msgid " --plt-align Align PLT call stubs to fit cache lines\n" msgstr "" " --plt-align Alinea stubs de llamadas PLT para que quepan\n" " en las lÃneas de caché\n" -#: eelf32lppc.c:827 eelf32lppclinux.c:827 eelf32lppcnto.c:827 -#: eelf32lppcsim.c:827 eelf32ppc.c:827 eelf32ppc_fbsd.c:827 -#: eelf32ppclinux.c:827 eelf32ppcnto.c:827 eelf32ppcsim.c:827 -#: eelf32ppcwindiss.c:827 eelf64lppc.c:1311 eelf64ppc.c:1311 -#: eelf64ppc_fbsd.c:1311 eppclynx.c:827 +#: eelf32lppc.c:894 eelf32lppclinux.c:894 eelf32lppcnto.c:894 +#: eelf32lppcsim.c:894 eelf32ppc.c:894 eelf32ppc_fbsd.c:894 +#: eelf32ppchaiku.c:894 eelf32ppclinux.c:894 eelf32ppcnto.c:894 +#: eelf32ppcsim.c:894 eelf32ppcwindiss.c:894 eelf64lppc.c:1419 +#: eelf64lppc_fbsd.c:1419 eelf64ppc.c:1419 eelf64ppc_fbsd.c:1419 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr " --no-plt-align No alinea stubs de llamadas PLT individuales\n" -#: eelf32lppc.c:830 eelf32lppclinux.c:830 eelf32lppcnto.c:830 -#: eelf32lppcsim.c:830 eelf32ppc.c:830 eelf32ppc_fbsd.c:830 -#: eelf32ppclinux.c:830 eelf32ppcnto.c:830 eelf32ppcsim.c:830 -#: eelf32ppcwindiss.c:830 eelf64lppc.c:1361 eelf64ppc.c:1361 -#: eelf64ppc_fbsd.c:1361 eppclynx.c:830 +#: eelf32lppc.c:897 eelf32lppclinux.c:897 eelf32lppcnto.c:897 +#: eelf32lppcsim.c:897 eelf32ppc.c:897 eelf32ppc_fbsd.c:897 +#: eelf32ppchaiku.c:897 eelf32ppclinux.c:897 eelf32ppcnto.c:897 +#: eelf32ppcsim.c:897 eelf32ppcwindiss.c:897 eelf64lppc.c:1478 +#: eelf64lppc_fbsd.c:1478 eelf64ppc.c:1478 eelf64ppc_fbsd.c:1478 #, c-format msgid " --no-inline-optimize Don't convert inline PLT to direct calls\n" msgstr " --no-inline-optimize No convierte PLT en lÃnea en llamadas directas\n" -#: eelf32lppc.c:833 eelf32lppclinux.c:833 eelf32lppcnto.c:833 -#: eelf32lppcsim.c:833 eelf32ppc.c:833 eelf32ppc_fbsd.c:833 -#: eelf32ppclinux.c:833 eelf32ppcnto.c:833 eelf32ppcsim.c:833 -#: eelf32ppcwindiss.c:833 eppclynx.c:833 +#: eelf32lppc.c:900 eelf32lppclinux.c:900 eelf32lppcnto.c:900 +#: eelf32lppcsim.c:900 eelf32ppc.c:900 eelf32ppc_fbsd.c:900 +#: eelf32ppchaiku.c:900 eelf32ppclinux.c:900 eelf32ppcnto.c:900 +#: eelf32ppcsim.c:900 eelf32ppcwindiss.c:900 #, c-format msgid " --sdata-got Force GOT location just before .sdata\n" msgstr " --sdata-got Fuerza la ubicación de GOT justo antes de .sdata\n" -#: eelf32lppc.c:836 eelf32lppclinux.c:836 eelf32lppcnto.c:836 -#: eelf32lppcsim.c:836 eelf32ppc.c:836 eelf32ppc_fbsd.c:836 -#: eelf32ppclinux.c:836 eelf32ppcnto.c:836 eelf32ppcsim.c:836 -#: eelf32ppcvxworks.c:796 eelf32ppcwindiss.c:836 eppclynx.c:836 +#: eelf32lppc.c:903 eelf32lppclinux.c:903 eelf32lppcnto.c:903 +#: eelf32lppcsim.c:903 eelf32ppc.c:903 eelf32ppc_fbsd.c:903 +#: eelf32ppchaiku.c:903 eelf32ppclinux.c:903 eelf32ppcnto.c:903 +#: eelf32ppcsim.c:903 eelf32ppcvxworks.c:859 eelf32ppcwindiss.c:903 #, c-format msgid "" " --ppc476-workaround [=pagesize]\n" @@ -5150,37 +6779,38 @@ msgstr "" " --ppc476-workaround [=tamañopágina]\n" " Evita un error de caché en ppc476\n" -#: eelf32lppc.c:840 eelf32lppclinux.c:840 eelf32lppcnto.c:840 -#: eelf32lppcsim.c:840 eelf32ppc.c:840 eelf32ppc_fbsd.c:840 -#: eelf32ppclinux.c:840 eelf32ppcnto.c:840 eelf32ppcsim.c:840 -#: eelf32ppcvxworks.c:800 eelf32ppcwindiss.c:840 eppclynx.c:840 +#: eelf32lppc.c:907 eelf32lppclinux.c:907 eelf32lppcnto.c:907 +#: eelf32lppcsim.c:907 eelf32ppc.c:907 eelf32ppc_fbsd.c:907 +#: eelf32ppchaiku.c:907 eelf32ppclinux.c:907 eelf32ppcnto.c:907 +#: eelf32ppcsim.c:907 eelf32ppcvxworks.c:863 eelf32ppcwindiss.c:907 #, c-format msgid " --no-ppc476-workaround Disable workaround\n" msgstr " --no-ppc476-workaround Desactiva la solución alternativa\n" -#: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 -#: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 -#: eelf32ppclinux.c:843 eelf32ppcnto.c:843 eelf32ppcsim.c:843 -#: eelf32ppcvxworks.c:803 eelf32ppcwindiss.c:843 eppclynx.c:843 +#: eelf32lppc.c:910 eelf32lppclinux.c:910 eelf32lppcnto.c:910 +#: eelf32lppcsim.c:910 eelf32ppc.c:910 eelf32ppc_fbsd.c:910 +#: eelf32ppchaiku.c:910 eelf32ppclinux.c:910 eelf32ppcnto.c:910 +#: eelf32ppcsim.c:910 eelf32ppcvxworks.c:866 eelf32ppcwindiss.c:910 #, c-format msgid " --no-pic-fixup Don't edit non-pic to pic\n" msgstr " --no-pic-fixup No edita non-pic para pic\n" -#: eelf32lppc.c:846 eelf32lppclinux.c:846 eelf32lppcnto.c:846 -#: eelf32lppcsim.c:846 eelf32ppc.c:846 eelf32ppc_fbsd.c:846 -#: eelf32ppclinux.c:846 eelf32ppcnto.c:846 eelf32ppcsim.c:846 -#: eelf32ppcvxworks.c:806 eelf32ppcwindiss.c:846 eppclynx.c:846 +#: eelf32lppc.c:913 eelf32lppclinux.c:913 eelf32lppcnto.c:913 +#: eelf32lppcsim.c:913 eelf32ppc.c:913 eelf32ppc_fbsd.c:913 +#: eelf32ppchaiku.c:913 eelf32ppclinux.c:913 eelf32ppcnto.c:913 +#: eelf32ppcsim.c:913 eelf32ppcvxworks.c:869 eelf32ppcwindiss.c:913 #, c-format msgid " --vle-reloc-fixup Correct old object file 16A/16D relocation\n" msgstr " --vle-reloc-fixup Corrige reubicaciones de ficheros objeto antiguos 16A/16D\n" -#: eelf32mcore.c:295 +#: eelf32mcore.c:369 #, c-format msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr " --base_file <ficherobase> Genera un fichero base para DLLs reubicables\n" -#: eelf32metag.c:704 eelf64lppc.c:1286 eelf64ppc.c:1286 eelf64ppc_fbsd.c:1286 -#: ehppaelf.c:568 ehppalinux.c:746 ehppanbsd.c:746 ehppaobsd.c:746 +#: eelf32metag.c:802 eelf64lppc.c:1394 eelf64lppc_fbsd.c:1394 eelf64ppc.c:1394 +#: eelf64ppc_fbsd.c:1394 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 +#: ehppaobsd.c:843 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections that\n" @@ -5202,7 +6832,7 @@ msgstr "" " que el enlazador es el que deberÃa escoger los\n" " valores adecuados.\n" -#: eelf32rx.c:327 +#: eelf32rx.c:398 #, c-format msgid "" " --no-flag-mismatch-warnings Don't warn about objects with incompatible\n" @@ -5211,7 +6841,7 @@ msgstr "" " --no-flag-mismatch-warnings No advierte de objetos con configuraciones de\n" " endian o dsp incompatibles\n" -#: eelf32rx.c:329 +#: eelf32rx.c:400 #, c-format msgid "" " --flag-mismatch-warnings Warn about objects with incompatible\n" @@ -5220,7 +6850,7 @@ msgstr "" " --flag-mismatch-warnings Advierte de objetos con configuraciones de\n" " endian, dsp o ABI incompatibles\n" -#: eelf32rx.c:331 +#: eelf32rx.c:402 #, c-format msgid "" " --ignore-lma Ignore segment LMAs [default]\n" @@ -5230,68 +6860,80 @@ msgstr "" " [comportamiento predefinido]\n" " (para compatibilidad con Renesas Tools)\n" -#: eelf32rx.c:333 +#: eelf32rx.c:404 #, c-format msgid " --no-ignore-lma Don't ignore segment LMAs\n" msgstr " --no-ignore-lma No ignora los LMAs de segmento\n" -#: eelf32xtensa.c:149 +#: eelf32xtensa.c:147 msgid "file already has property tables" msgstr "el fichero ya tiene tablas de propiedades" -#: eelf32xtensa.c:159 +#: eelf32xtensa.c:157 msgid "failed to read section contents" msgstr "fallo al leer el contenido de la sección" -#: eelf32xtensa.c:171 +#: eelf32xtensa.c:169 msgid "could not create new section" msgstr "no se ha podido crear la nueva sección" -#: eelf32xtensa.c:187 +#: eelf32xtensa.c:185 msgid "could not allocate section contents" msgstr "no se ha podido asignar el contenido de la sección" -#: eelf32xtensa.c:206 +#: eelf32xtensa.c:204 msgid "out of memory" msgstr "sin memoria" -#: eelf32xtensa.c:304 +#: eelf32xtensa.c:301 msgid "%P: warning: failed to convert %s table in %pB (%s); subsequent disassembly may be incomplete\n" msgstr "%P: aviso: no se ha podido convertir la tabla de %s en %pB (%s); el desensamblaje subsiguiente puede estar incompleto\n" -#: eelf32xtensa.c:424 -msgid "%F%P: %pB: cannot read contents of section %pA\n" -msgstr "%F%P: %pB: no se puede leer el contenido de la sección %pA\n" +#: eelf32xtensa.c:421 +#, fuzzy +#| msgid "%F%P: %pB: cannot read contents of section %pA\n" +msgid "%P: %pB: cannot read contents of section %pA\n" +msgstr "%P: %pB: no se puede leer el contenido de la sección %pA\n" -#: eelf32xtensa.c:435 +#: eelf32xtensa.c:432 msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n" msgstr "%P: %pB: aviso: configuración Xtensa incompatible (%s)\n" -#: eelf32xtensa.c:439 +#: eelf32xtensa.c:436 msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" msgstr "%P: %pB: aviso: no se puede analizar la sección .xtensa.info\n" -#: eelf32xtensa.c:465 -msgid "%F%P: little endian output does not match Xtensa configuration\n" -msgstr "%F%P: la salida «little endian» no concuerda con la configuración Xtensa\n" - -#: eelf32xtensa.c:471 -msgid "%F%P: big endian output does not match Xtensa configuration\n" -msgstr "%F%P: la salida «big endian» no concuerda con la configuración Xtensa\n" - -#: eelf32xtensa.c:490 -msgid "%F%P: cross-endian linking for %pB not supported\n" -msgstr "%F%P: no se admite el enlazamiento con «endian» cruzado para %pB\n" - -#: eelf32xtensa.c:521 -msgid "%F%P: failed to create .xtensa.info section\n" -msgstr "%F%P: fallo al crear la sección .xtensa.info\n" - -#: eelf32xtensa.c:1262 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" -msgstr "%F%P: No se admite relajar con --enable-non-contiguous-regions.\n" - -#: eelf32xtensa.c:2383 +#: eelf32xtensa.c:462 +#, fuzzy +#| msgid "%F%P: little endian output does not match Xtensa configuration\n" +msgid "%P: little endian output does not match Xtensa configuration\n" +msgstr "%P: la salida «little endian» no concuerda con la configuración Xtensa\n" + +#: eelf32xtensa.c:468 +#, fuzzy +#| msgid "%F%P: big endian output does not match Xtensa configuration\n" +msgid "%P: big endian output does not match Xtensa configuration\n" +msgstr "%P: la salida «big endian» no concuerda con la configuración Xtensa\n" + +#: eelf32xtensa.c:487 +#, fuzzy +#| msgid "%F%P: cross-endian linking for %pB not supported\n" +msgid "%P: cross-endian linking for %pB not supported\n" +msgstr "%P: no se admite el enlazamiento con «endian» cruzado para %pB\n" + +#: eelf32xtensa.c:518 +#, fuzzy +#| msgid "%F%P: failed to create .xtensa.info section\n" +msgid "%P: failed to create .xtensa.info section\n" +msgstr "%P: fallo al crear la sección .xtensa.info\n" + +#: eelf32xtensa.c:1257 +#, fuzzy +#| msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions.\n" +msgstr "%P: No se admite relajar con --enable-non-contiguous-regions.\n" + +#: eelf32xtensa.c:2466 #, c-format msgid "" " --size-opt When relaxing longcalls, prefer size\n" @@ -5300,87 +6942,87 @@ msgstr "" " --size-opt Cuando relaja llamadas largas, optimiza antes\n" " tamaño que alineamiento de objetivo de rama\n" -#: eelf32xtensa.c:2386 +#: eelf32xtensa.c:2469 #, c-format msgid " --abi-windowed Choose windowed ABI for the output object\n" msgstr " --abi-windowed Elige ABI de ventana para el objeto de salida\n" -#: eelf32xtensa.c:2388 +#: eelf32xtensa.c:2471 #, c-format msgid " --abi-call0 Choose call0 ABI for the output object\n" msgstr " --abi-call0 Elige ABI call0 para el objeto de salida\n" -#: eelf32z80.c:67 ez80.c:59 -msgid "%F%P: %pB: Instruction sets of object files incompatible\n" -msgstr "%F%P: %pB: Conjuntos de instrucciones de los ficheros objeto incompatibles\n" +#: eelf32z80.c:70 ez80.c:59 +#, fuzzy +#| msgid "%F%P: %pB: Instruction sets of object files incompatible\n" +msgid "%P: %pB: Instruction sets of object files incompatible\n" +msgstr "%P: %pB: Conjuntos de instrucciones de los ficheros objeto incompatibles\n" -#: eelf64_ia64.c:477 eelf64_ia64_fbsd.c:477 +#: eelf64_ia64.c:575 eelf64_ia64_fbsd.c:575 #, c-format msgid " --itanium Generate code for Intel Itanium processor\n" msgstr " --itanium Genera código para el procesador Intel Itanium\n" -#: eelf64_s390.c:63 eelf64lppc.c:127 eelf64ppc.c:127 eelf64ppc_fbsd.c:127 -msgid "%F%P: can not init BFD: %E\n" -msgstr "%F%P: no se puede inicializar BFD: %E\n" - -#: eelf64_s390.c:520 +#: eelf64_s390.c:661 #, c-format msgid " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr " --s390-pgste Pide al kernel que asigne tablas de páginas de 4k\n" -#: eelf64alpha.c:549 eelf64alpha_fbsd.c:549 eelf64alpha_nbsd.c:549 -#, c-format -msgid "" -" --taso Load executable in the lower 31-bit addressable\n" -" virtual address range\n" -msgstr "" -" --taso Carga el ejecutable en el rango de 31 bits inferior\n" -" de direcciones virtuales direccionables\n" - -#: eelf64alpha.c:552 eelf64alpha_fbsd.c:552 eelf64alpha_nbsd.c:552 +#: eelf64alpha.c:618 eelf64alpha_fbsd.c:618 eelf64alpha_nbsd.c:618 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr " --secureplt Fuerza PLT en el segmento de texto\n" -#: eelf64alpha.c:554 eelf64alpha_fbsd.c:554 eelf64alpha_nbsd.c:554 +#: eelf64alpha.c:620 eelf64alpha_fbsd.c:620 eelf64alpha_nbsd.c:620 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr " --no-secureplt Fuerza PLT en el segmento de datos\n" -#: eelf64lppc.c:311 eelf64lppc.c:339 eelf64ppc.c:311 eelf64ppc.c:339 -#: eelf64ppc_fbsd.c:311 eelf64ppc_fbsd.c:339 +#: eelf64lppc.c:316 eelf64lppc.c:356 eelf64lppc_fbsd.c:316 +#: eelf64lppc_fbsd.c:356 eelf64ppc.c:316 eelf64ppc.c:356 eelf64ppc_fbsd.c:316 +#: eelf64ppc_fbsd.c:356 msgid "%X%P: can not edit %s: %E\n" msgstr "%X%P: no se puede editar%s: %E\n" -#: eelf64lppc.c:504 eelf64ppc.c:504 eelf64ppc_fbsd.c:504 +#: eelf64lppc.c:519 eelf64lppc_fbsd.c:519 eelf64ppc.c:519 eelf64ppc_fbsd.c:519 msgid "%X%P: linker script separates .got and .toc\n" msgstr "%X%P: el «script» de enlazamiento separa .got y .toc\n" -#: eelf64lppc.c:565 eelf64ppc.c:565 eelf64ppc_fbsd.c:565 +#: eelf64lppc.c:580 eelf64lppc_fbsd.c:580 eelf64ppc.c:580 eelf64ppc_fbsd.c:580 msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "%P: los fragmentos .init/.fini utilizan punteros TOC que difieren\n" -#: eelf64lppc.c:1296 eelf64ppc.c:1296 +#: eelf64lppc.c:1281 eelf64lppc_fbsd.c:1281 eelf64ppc.c:1281 +#: eelf64ppc_fbsd.c:1281 +#, fuzzy +#| msgid "%F%P: invalid --power10-stubs argument `%s'\n" +msgid "%P: invalid --power10-stubs argument `%s'\n" +msgstr "%P: argumento de --power10-stubs no válido `%s'\n" + +#: eelf64lppc.c:1404 eelf64ppc.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr " --plt-static-chain Los stubs de llamadas PLT deberÃan cargar r11 (lo predefinido)\n" -#: eelf64lppc.c:1299 eelf64ppc.c:1299 +#: eelf64lppc.c:1407 eelf64ppc.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr " --no-plt-static-chain Los stubs de llamadas PLT no deberÃan cargar r11\n" -#: eelf64lppc.c:1302 eelf64ppc.c:1302 eelf64ppc_fbsd.c:1302 +#: eelf64lppc.c:1410 eelf64lppc_fbsd.c:1410 eelf64ppc.c:1410 +#: eelf64ppc_fbsd.c:1410 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr " --plt-thread-safe Stubs de llamadas PLT con barrera carga-carga\n" -#: eelf64lppc.c:1305 eelf64ppc.c:1305 eelf64ppc_fbsd.c:1305 +#: eelf64lppc.c:1413 eelf64lppc_fbsd.c:1413 eelf64ppc.c:1413 +#: eelf64ppc_fbsd.c:1413 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr " --no-plt-thread-safe Stubs de llamadas PLT sin barrera\n" -#: eelf64lppc.c:1308 eelf64ppc.c:1308 eelf64ppc_fbsd.c:1308 +#: eelf64lppc.c:1416 eelf64lppc_fbsd.c:1416 eelf64ppc.c:1416 +#: eelf64ppc_fbsd.c:1416 #, c-format msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n" msgstr "" @@ -5388,17 +7030,38 @@ msgstr "" " Alinea los stubs de llamadas PLT para que quepan\n" " en lÃneas de caché\n" -#: eelf64lppc.c:1314 eelf64ppc.c:1314 eelf64ppc_fbsd.c:1314 +#: eelf64lppc.c:1422 eelf64lppc_fbsd.c:1422 eelf64ppc.c:1422 +#: eelf64ppc_fbsd.c:1422 #, c-format msgid " --plt-localentry Optimize calls to ELFv2 localentry:0 functions\n" msgstr " --plt-localentry Optimiza las llamadas a funciones ELFv2 localentry:0\n" -#: eelf64lppc.c:1317 eelf64ppc.c:1317 eelf64ppc_fbsd.c:1317 +#: eelf64lppc.c:1425 eelf64lppc_fbsd.c:1425 eelf64ppc.c:1425 +#: eelf64ppc_fbsd.c:1425 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr " --no-plt-localentry No optimiza las llamadas ELFv2\n" -#: eelf64lppc.c:1326 eelf64ppc.c:1326 eelf64ppc_fbsd.c:1326 +#: eelf64lppc.c:1428 eelf64lppc_fbsd.c:1428 eelf64ppc.c:1428 +#: eelf64ppc_fbsd.c:1428 +#, c-format +msgid " --power10-stubs [=auto] Use Power10 PLT call stubs (default auto)\n" +msgstr " --power10-stubs [=auto] Utiliza stubs PLT Power10 (predefinido: auto)\n" + +#: eelf64lppc.c:1431 eelf64lppc_fbsd.c:1431 eelf64ppc.c:1431 +#: eelf64ppc_fbsd.c:1431 +#, c-format +msgid " --no-pcrel-optimize Don't perform R_PPC64_PCREL_OPT optimization\n" +msgstr " --no-pcrel-optimize No efectúa optimización R_PPC64_PCREL_OPT\n" + +#: eelf64lppc.c:1434 eelf64lppc_fbsd.c:1434 eelf64ppc.c:1434 +#: eelf64ppc_fbsd.c:1434 +#, c-format +msgid " --no-power10-stubs Don't use Power10 PLT call stubs\n" +msgstr " --no-power10-stubs No utiliza stubs de llamadas PLT Power10\n" + +#: eelf64lppc.c:1443 eelf64lppc_fbsd.c:1443 eelf64ppc.c:1443 +#: eelf64ppc_fbsd.c:1443 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a version\n" @@ -5412,12 +7075,14 @@ msgstr "" " igual que a los sÃmbolos de los descriptores de\n" " función. Activo por omisión.\n" -#: eelf64lppc.c:1332 eelf64ppc.c:1332 eelf64ppc_fbsd.c:1332 +#: eelf64lppc.c:1449 eelf64lppc_fbsd.c:1449 eelf64ppc.c:1449 +#: eelf64ppc_fbsd.c:1449 #, c-format msgid " --no-dotsyms Don't do anything special in version scripts\n" msgstr " --no-dotsyms No hace nada especial en los «scripts» de versión\n" -#: eelf64lppc.c:1335 eelf64ppc.c:1335 eelf64ppc_fbsd.c:1335 +#: eelf64lppc.c:1452 eelf64lppc_fbsd.c:1452 eelf64ppc.c:1452 +#: eelf64ppc_fbsd.c:1452 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines used\n" @@ -5428,50 +7093,59 @@ msgstr "" " utilizadas por código gcc -Os. Por defecto, activado\n" " enlazado final normal, desactivado para ld -r.\n" -#: eelf64lppc.c:1340 eelf64ppc.c:1340 eelf64ppc_fbsd.c:1340 +#: eelf64lppc.c:1457 eelf64lppc_fbsd.c:1457 eelf64ppc.c:1457 +#: eelf64ppc_fbsd.c:1457 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr " --no-save-restore-funcs No proporciona estas rutinas\n" -#: eelf64lppc.c:1346 eelf64ppc.c:1346 eelf64ppc_fbsd.c:1346 +#: eelf64lppc.c:1463 eelf64lppc_fbsd.c:1463 eelf64ppc.c:1463 +#: eelf64ppc_fbsd.c:1463 #, c-format msgid " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr " --tls-get-addr-optimize Fuerza el uso de la llamada especial __tls_get_addr\n" -#: eelf64lppc.c:1352 eelf64ppc.c:1352 eelf64ppc_fbsd.c:1352 +#: eelf64lppc.c:1469 eelf64lppc_fbsd.c:1469 eelf64ppc.c:1469 +#: eelf64ppc_fbsd.c:1469 #, c-format msgid " --tls-get-addr-regsave Force register save __tls_get_addr stub\n" msgstr " --tls-get-addr-regsave Fuerza el uso del stub de salvado de registro __tls_get_addr\n" -#: eelf64lppc.c:1355 eelf64ppc.c:1355 eelf64ppc_fbsd.c:1355 +#: eelf64lppc.c:1472 eelf64lppc_fbsd.c:1472 eelf64ppc.c:1472 +#: eelf64ppc_fbsd.c:1472 #, c-format msgid " --no-tls-get-addr-regsave Don't use register save __tls_get_addr stub\n" msgstr " --no-tls-get-addr-regsave No utiliza el stub de salvado de registro __tls_get_addr\n" -#: eelf64lppc.c:1358 eelf64ppc.c:1358 eelf64ppc_fbsd.c:1358 +#: eelf64lppc.c:1475 eelf64lppc_fbsd.c:1475 eelf64ppc.c:1475 +#: eelf64ppc_fbsd.c:1475 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr " --no-opd-optimize No optimiza la sección OPD\n" -#: eelf64lppc.c:1364 eelf64ppc.c:1364 eelf64ppc_fbsd.c:1364 +#: eelf64lppc.c:1481 eelf64lppc_fbsd.c:1481 eelf64ppc.c:1481 +#: eelf64ppc_fbsd.c:1481 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr " --no-toc-optimize No optimiza la sección TOC\n" -#: eelf64lppc.c:1367 eelf64ppc.c:1367 eelf64ppc_fbsd.c:1367 +#: eelf64lppc.c:1484 eelf64lppc_fbsd.c:1484 eelf64ppc.c:1484 +#: eelf64ppc_fbsd.c:1484 #, c-format msgid " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr " --no-multi-toc Deniega secciones toc múltiples automáticas\n" -#: eelf64lppc.c:1370 eelf64ppc.c:1370 eelf64ppc_fbsd.c:1370 +#: eelf64lppc.c:1487 eelf64lppc_fbsd.c:1487 eelf64ppc.c:1487 +#: eelf64ppc_fbsd.c:1487 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr "" " --no-toc-sort No ordena las secciones TOC y GOT\n" " -z nocombreloc No funde las reubicaciones dinámicas en una\n" -" sola sección\n" +" sola sección\n" -#: eelf64lppc.c:1373 eelf64ppc.c:1373 eelf64ppc_fbsd.c:1373 +#: eelf64lppc.c:1490 eelf64lppc_fbsd.c:1490 eelf64ppc.c:1490 +#: eelf64ppc_fbsd.c:1490 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" @@ -5480,163 +7154,141 @@ msgstr "" " --non-overlapping-opd Canoniza .opd de forma que no haya solapamiento\n" " de entradas .opd\n" -#: eelf64mmix.c:81 emmo.c:84 -msgid "%X%P: internal problems setting up section %s" -msgstr "%X%P: problemas internos configurando la sección %s" - -#: eelf64mmix.c:125 emmo.c:128 -msgid "%X%P: too many global registers: %u, max 223\n" -msgstr "%X%P: demasiados registros globales: %u, máx 223\n" - -#. This is a fatal error; make einfo call not return. -#: eelf64mmix.c:143 emmo.c:146 -msgid "%F%P: can't finalize linker-allocated global registers\n" -msgstr "%F%P: no se pueden finalizar los registros globales asignados por el enlazador\n" - -#: eelf64ppc_fbsd.c:1296 +#: eelf64lppc_fbsd.c:1404 eelf64ppc_fbsd.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr " --plt-static-chain Los stubs de llamadas PLT deberÃan cargar r11\n" -#: eelf64ppc_fbsd.c:1299 +#: eelf64lppc_fbsd.c:1407 eelf64ppc_fbsd.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" msgstr " --no-plt-static-chain Los stubs de llamadas PLT no deberÃan cargar r11 (lo predefinido)\n" -#: eelf_x86_64.c:5497 eelf_x86_64_cloudabi.c:594 eelf_x86_64_fbsd.c:594 -#: eelf_x86_64_sol2.c:725 -#, c-format -msgid " -z bndplt Always generate BND prefix in PLT entries\n" -msgstr " -z bndplt Genera siempre prefijo BND en las entradas PLT\n" +#: eelf64mmix.c:84 emmo.c:84 +msgid "%X%P: internal problems setting up section %s" +msgstr "%X%P: problemas internos configurando la sección %s" -#: ehppaelf.c:324 ehppalinux.c:324 ehppanbsd.c:324 ehppaobsd.c:324 -msgid "%X%P: can not set gp\n" -msgstr "%X%P: no se puede establecer gp\n" +#: eelf64mmix.c:128 emmo.c:128 +msgid "%X%P: too many global registers: %u, max 223\n" +msgstr "%X%P: demasiados registros globales: %u, máx 223\n" -#: ehppaelf.c:564 ehppalinux.c:742 ehppanbsd.c:742 ehppaobsd.c:742 +#: eelf64mmix.c:144 emmo.c:144 +#, fuzzy +#| msgid "%F%P: can't finalize linker-allocated global registers\n" +msgid "%P: can't finalize linker-allocated global registers\n" +msgstr "%P: no se pueden finalizar los registros globales asignados por el enlazador\n" + +#: eelf_x86_64.c:8719 eelf_x86_64_cloudabi.c:717 eelf_x86_64_fbsd.c:717 +#: eelf_x86_64_haiku.c:717 eelf_x86_64_sol2.c:849 +#, fuzzy +#| msgid "%F%P: invalid option for -z lam-u48-report=: %s\n" +msgid "%P: invalid option for -z lam-u48-report=: %s\n" +msgstr "%P: opción no válida para -z lam-u48-report=: %s\n" + +#: eelf_x86_64.c:8733 eelf_x86_64_cloudabi.c:731 eelf_x86_64_fbsd.c:731 +#: eelf_x86_64_haiku.c:731 eelf_x86_64_sol2.c:863 +#, fuzzy +#| msgid "%F%P: invalid option for -z lam-u57-report=: %s\n" +msgid "%P: invalid option for -z lam-u57-report=: %s\n" +msgstr "%P: opción no válida para -z lam-u57-report=: %s\n" + +#: eelf_x86_64.c:8754 eelf_x86_64_cloudabi.c:752 eelf_x86_64_fbsd.c:752 +#: eelf_x86_64_haiku.c:752 eelf_x86_64_sol2.c:884 +#, fuzzy +#| msgid "%F%P: invalid option for -z lam-report=: %s\n" +msgid "%P: invalid option for -z lam-report=: %s\n" +msgstr "%P: opción no válida para -z lam-report=: %s\n" + +#: eelf_x86_64.c:8838 eelf_x86_64_cloudabi.c:836 eelf_x86_64_fbsd.c:836 +#: eelf_x86_64_haiku.c:836 eelf_x86_64_sol2.c:968 +#, c-format +msgid " -z lam-u48 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" +msgstr " -z lam-u48 Genera GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" + +#: eelf_x86_64.c:8840 eelf_x86_64_cloudabi.c:838 eelf_x86_64_fbsd.c:838 +#: eelf_x86_64_haiku.c:838 eelf_x86_64_sol2.c:970 #, c-format msgid "" -" --multi-subspace Generate import and export stubs to support\n" -" multiple sub-space shared libraries\n" +" -z lam-u48-report=[none|warning|error] (default: none)\n" +" Report missing LAM_U48 property\n" msgstr "" -" --multi-subspace Genera stubs de importación y exportación para\n" -" admitir bibliotecas compartidas de subespacios\n" -" múltiples\n" - -#: ei386beos.c:376 -msgid "%F%P: PE operations on non PE file\n" -msgstr "%F%P: operaciones PE en un fichero que no es PE\n" +" -z lam-u48-report=[none|warning|error] (predefinido: none)\n" +" Informa de la falta de la propiedad LAM_U48\n" -#: ei386beos.c:426 ei386beos.c:431 -msgid "%F%P: %pB: can't read contents of section .idata: %E\n" -msgstr "%F%P: %pB: no se puede leer el contenido de la sección .idata: %E\n" - -#: ei386beos.c:680 -msgid "%F%P: section %s has '$' as first character\n" -msgstr "%F%P: la sección %s tiene un '$' como primer carácter\n" - -#: ei386beos.c:712 -msgid "%F%P: *(%s$) missing from linker script\n" -msgstr "%F%P: falta *(%s$) en el «script» del enlazador \n" - -#: ei386pep.c:377 +#: eelf_x86_64.c:8843 eelf_x86_64_cloudabi.c:841 eelf_x86_64_fbsd.c:841 +#: eelf_x86_64_haiku.c:841 eelf_x86_64_sol2.c:973 #, c-format -msgid " --[no-]insert-timestamp Use a real timestamp rather than zero (default)\n" -msgstr " --[no-]insert-timestamp Utiliza marca de tiempo real en lugar de cero (opción predefinida)\n" - -#: ei386pep.c:388 -#, c-format -msgid " export, place into import library instead\n" -msgstr " automática, los coloca en la biblioteca de importación\n" +msgid " -z lam-u57 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" +msgstr " -z lam-u57 Genera GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" -#: ei386pep.c:393 +#: eelf_x86_64.c:8845 eelf_x86_64_cloudabi.c:843 eelf_x86_64_fbsd.c:843 +#: eelf_x86_64_haiku.c:843 eelf_x86_64_sol2.c:975 #, c-format msgid "" -" --compat-implib Create backward compatible import libs;\n" -" create __imp_<SYMBOL> as well\n" +" -z lam-u57-report=[none|warning|error] (default: none)\n" +" Report missing LAM_U57 property\n" msgstr "" -" --compat-implib Crea bibliotecas de importación compatibles hacia atrás;\n" -" crea además __imp_<SÃMBOLO>\n" +" -z lam-u57-report=[none|warning|error] (predefinido: none)\n" +" Informa de la falta de la propiedad LAM_U57\n" -#: ei386pep.c:394 +#: eelf_x86_64.c:8848 eelf_x86_64_cloudabi.c:846 eelf_x86_64_fbsd.c:846 +#: eelf_x86_64_haiku.c:846 eelf_x86_64_sol2.c:978 #, c-format msgid "" -" --enable-auto-image-base Automatically choose image base for DLLs\n" -" unless user specifies one\n" +" -z lam-report=[none|warning|error] (default: none)\n" +" Report missing LAM_U48 and LAM_U57 properties\n" msgstr "" -" --enable-auto-image-base Escoge automáticamente la base de la imagen para\n" -" las DLLs salvo que el usuario especifique una\n" - -#: ei386pep.c:395 -#, c-format -msgid " --disable-auto-image-base Do not auto-choose image base (default)\n" -msgstr " --disable-auto-image-base No escoge automáticamente una imagen base (por defecto)\n" +" -z lam-report=[none|warning|error] (predefinido: none)\n" +" Informa de la falta de las propiedades LAM_U48 and\n" +" LAM_U57\n" -#: ei386pep.c:399 -#, c-format -msgid "" -" --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" -" adding pseudo-relocations resolved at\n" -" runtime\n" -msgstr "" -" --enable-runtime-pseudo-reloc Evita limitaciones de autoimportación\n" -" agregando pseudo-reubicaciones resueltas\n" -" al momento de ejecución\n" - -#: ei386pep.c:400 -#, c-format -msgid "" -" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n" -" auto-imported DATA\n" -msgstr "" -" --disable-runtime-pseudo-reloc No agrega pseudo-reubicaciones al momento\n" -" de ejecución para DATOS autoimportados\n" - -#: ei386pep.c:401 -#, c-format -msgid "" -" --enable-extra-pep-debug Enable verbose debug output when building\n" -" or linking to DLLs (esp. auto-import)\n" -msgstr "" -" --enable-extra-pep-debug Activa la salida de depuración detallada al construir\n" -" o enlazar a DLLs (en part. con auto-importación)\n" - -#: ei386pep.c:404 -#, c-format -msgid "" -" --high-entropy-va Image is compatible with 64-bit address space\n" -" layout randomization (ASLR)\n" -msgstr "" -" --high-entropy-va Imagen compatible con disposición aleatoria del espacio\n" -" de direcciones de 64 bits (en inglés: ASLR)\n" +#: ehppaelf.c:327 ehppalinux.c:327 ehppanbsd.c:327 ehppaobsd.c:327 +msgid "%X%P: can not set gp\n" +msgstr "%X%P: no se puede establecer gp\n" -#: ei386pep.c:410 +#: ehppaelf.c:627 ehppalinux.c:839 ehppanbsd.c:839 ehppaobsd.c:839 #, c-format msgid "" -" --no-seh Image does not use SEH; no SE handler may\n" -" be called in this image\n" +" --multi-subspace Generate import and export stubs to support\n" +" multiple sub-space shared libraries\n" msgstr "" -" --no-seh La imagen no usa SEH; no se puede llamar\n" -" a un manejador SE en esta imagen\n" - -#: ei386pep.c:912 -msgid "%P: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols?\n" -msgstr "%P: aviso: --export-dynamic no se admite para objetivos PE+, ¿quiso decir --export-all-symbols?\n" - -#: ei386pep.c:980 ei386pep.c:1007 -#, c-format -msgid "warning: resolving %s by linking to %s\n" -msgstr "aviso: se resuelve %s al enlazar con %s\n" +" --multi-subspace Genera stubs de importación y exportación para\n" +" admitir bibliotecas compartidas de subespacios\n" +" múltiples\n" -#: em68hc11elf.c:141 em68hc11elfb.c:141 em68hc12elf.c:141 em68hc12elfb.c:141 +#: ei386beos.c:354 +#, fuzzy +#| msgid "%F%P: PE operations on non PE file\n" +msgid "%P: PE operations on non PE file\n" +msgstr "%P: operaciones PE en un fichero que no es PE\n" + +#: ei386beos.c:403 ei386beos.c:408 +#, fuzzy +#| msgid "%F%P: %pB: can't read contents of section .idata: %E\n" +msgid "%P: %pB: can't read contents of section .idata: %E\n" +msgstr "%P: %pB: no se puede leer el contenido de la sección .idata: %E\n" + +#: ei386beos.c:640 +#, fuzzy +#| msgid "%F%P: section %s has '$' as first character\n" +msgid "%P: section %s has '$' as first character\n" +msgstr "%P: la sección %s tiene un '$' como primer carácter\n" + +#: ei386beos.c:670 +#, fuzzy +#| msgid "%F%P: *(%s$) missing from linker script\n" +msgid "%P: *(%s$) missing from linker script\n" +msgstr "%P: falta *(%s$) en el «script» del enlazador \n" + +#: em68hc11elf.c:144 em68hc11elfb.c:144 em68hc12elf.c:144 em68hc12elfb.c:144 msgid "%P: warning: the size of the 'window' memory region is not a power of 2; its size %d is truncated to %d\n" msgstr "%P: aviso: el tamaño de la región de memoria de la 'ventana' no es potencia de 2; se trunca su tamaño %d a %d\n" -#: em68hc11elf.c:156 em68hc11elfb.c:156 em68hc12elf.c:156 em68hc12elfb.c:156 +#: em68hc11elf.c:159 em68hc11elfb.c:159 em68hc12elf.c:159 em68hc12elfb.c:159 msgid "%X%P: changing output format whilst linking is not supported\n" msgstr "%X%P: no se puede cambiar el formato de salida mientras se enlaza\n" -#: em68hc11elf.c:561 em68hc11elfb.c:561 em68hc12elf.c:561 em68hc12elfb.c:561 +#: em68hc11elf.c:624 em68hc11elfb.c:624 em68hc12elf.c:624 em68hc12elfb.c:624 #, c-format msgid "" " --no-trampoline Do not generate the far trampolines used to call\n" @@ -5645,7 +7297,7 @@ msgstr "" " --no-trampoline No genera trampolines lejanos utilizados para\n" " llamar a funciones lejanas mediante jsr o bsr\n" -#: em68hc11elf.c:564 em68hc11elfb.c:564 em68hc12elf.c:564 em68hc12elfb.c:564 +#: em68hc11elf.c:627 em68hc11elfb.c:627 em68hc12elf.c:627 em68hc12elfb.c:627 #, c-format msgid "" " --bank-window NAME Specify the name of the memory region describing\n" @@ -5654,24 +7306,26 @@ msgstr "" " --bank-window NOMBRE Especifica el nombre de la región de memoria que\n" " describe la disposición de la ventana del banco de memoria\n" -#: em68kelf.c:89 em68kelfnbsd.c:89 -msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: todos los objetos de entrada deben ser ELF para --embedded-relocs\n" +#: em68kelf.c:92 em68kelfnbsd.c:92 +#, fuzzy +#| msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" +msgid "%P: %pB: all input objects must be ELF for --embedded-relocs\n" +msgstr "%P: %pB: todos los objetos de entrada deben ser ELF para --embedded-relocs\n" -#: em68kelf.c:603 em68kelfnbsd.c:603 +#: em68kelf.c:701 em68kelfnbsd.c:701 msgid "%P: unrecognized --got argument '%s'\n" msgstr "%P: no se reconoce el argumento --got '%s'\n" -#: em68kelf.c:616 em68kelfnbsd.c:616 +#: em68kelf.c:714 em68kelfnbsd.c:714 #, c-format msgid " --got=<type> Specify GOT handling scheme\n" msgstr " --got=<tipo> Especifica el esquema de manejo GOT\n" -#: emmo.c:333 +#: emmo.c:330 msgid "%X%P: internal problems scanning %pB after opening it" msgstr "%X%P: problemas internos explorando %pB después de abrirlo" -#: emsp430X.c:159 emsp430elf.c:159 +#: emsp430X.c:160 emsp430elf.c:160 msgid "%P: error: unhandled data_statement size\n" msgstr "%P: error: tamaño de declaración de datos no manejado\n" @@ -5683,7 +7337,7 @@ msgstr "%P: error: no hay ninguna sección que se llame %s o %s en el «script» msgid "%P: error: no section named %s in linker script\n" msgstr "%P: error: no hay ninguna sección que se llame %s en el «script» del enlazador\n" -#: emsp430X.c:452 emsp430elf.c:452 +#: emsp430X.c:456 emsp430elf.c:456 #, c-format msgid "" " --code-region={either,lower,upper,none}\n" @@ -5692,7 +7346,7 @@ msgstr "" " --code-region={either,lower,upper,none}\n" " Transforma las secciones .text* en secciones {either,lower,upper,none}.text*\n" -#: emsp430X.c:453 emsp430elf.c:453 +#: emsp430X.c:457 emsp430elf.c:457 #, c-format msgid "" " --data-region={either,lower,upper,none}\n" @@ -5703,7 +7357,7 @@ msgstr "" " Transforma las secciones .data*, .rodata* y .bss* en\n" " secciones {either,lower,upper,none}.{bss,data,rodata}*\n" -#: emsp430X.c:454 emsp430elf.c:454 +#: emsp430X.c:458 emsp430elf.c:458 #, c-format msgid "" " --disable-sec-transformation\n" @@ -5714,108 +7368,149 @@ msgstr "" " Desactiva la transformación de las secciones .{text,data,bss,rodata}*\n" " para añadir los prefijos {either,lower,upper,none}\n" -#: emsp430X.c:473 emsp430elf.c:473 +#: emsp430X.c:477 emsp430elf.c:477 msgid "%P: --code-region requires an argument: {upper,lower,either,none}\n" msgstr "%P: --code-region requiere un argumento: {upper,lower,either,none}\n" -#: emsp430X.c:479 emsp430elf.c:479 +#: emsp430X.c:483 emsp430elf.c:483 msgid "%P: error: unrecognized argument to --code-region= option: \"%s\"\n" msgstr "%P: no se reconoce el argumento de la opción --code-region=: \"%s\"\n" -#: emsp430X.c:496 emsp430elf.c:496 +#: emsp430X.c:500 emsp430elf.c:500 msgid "%P: --data-region requires an argument: {upper,lower,either,none}\n" msgstr "%P: --data-region requiere un argumento: {upper,lower,either,none}\n" -#: emsp430X.c:502 emsp430elf.c:502 +#: emsp430X.c:506 emsp430elf.c:506 msgid "%P: error: unrecognized argument to --data-region= option: \"%s\"\n" msgstr "%P: no se reconoce el argumento de la opción --data-region=: \"%s\"\n" #. Incompatible objects. -#: ends32belf.c:126 ends32belf16m.c:126 ends32belf_linux.c:126 ends32elf.c:126 -#: ends32elf16m.c:126 ends32elf_linux.c:126 -msgid "%F%P: %pB: ABI version of object files mismatched\n" -msgstr "%F%P: %pB: versión ABI de los ficheros objeto discordantes\n" - -#: ends32belf.c:395 ends32belf16m.c:395 ends32belf_linux.c:524 ends32elf.c:395 -#: ends32elf16m.c:395 ends32elf_linux.c:524 +#: ends32belf.c:129 ends32belf16m.c:129 ends32belf_linux.c:129 ends32elf.c:129 +#: ends32elf16m.c:129 ends32elf_linux.c:129 +#, fuzzy +#| msgid "%F%P: %pB: ABI version of object files mismatched\n" +msgid "%P: %pB: ABI version of object files mismatched\n" +msgstr "%P: %pB: versión ABI de los ficheros objeto discordantes\n" + +#: ends32belf.c:450 ends32belf16m.c:450 ends32belf_linux.c:583 ends32elf.c:450 +#: ends32elf16m.c:450 ends32elf_linux.c:583 msgid "%P: --mbaseline is not used anymore\n" msgstr "%P: --mbaseline ya no se utiliza\n" -#: ends32belf.c:406 ends32belf16m.c:406 ends32belf_linux.c:535 ends32elf.c:406 -#: ends32elf16m.c:406 ends32elf_linux.c:535 +#: ends32belf.c:461 ends32belf16m.c:461 ends32belf_linux.c:594 ends32elf.c:461 +#: ends32elf16m.c:461 ends32elf_linux.c:594 msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n" msgstr "%P: --relax-[no-]reduce-fp-updat ya no se utiliza\n" -#: ends32belf.c:410 ends32belf16m.c:410 ends32belf_linux.c:539 ends32elf.c:410 -#: ends32elf16m.c:410 ends32elf_linux.c:539 +#: ends32belf.c:465 ends32belf16m.c:465 ends32belf_linux.c:598 ends32elf.c:465 +#: ends32elf16m.c:465 ends32elf_linux.c:598 msgid "%P: missing file for --mexport-symbols\n" msgstr "%P: falta el fichero para --mexport-symbols\n" -#: ends32belf.c:423 ends32belf.c:432 ends32belf16m.c:423 ends32belf16m.c:432 -#: ends32belf_linux.c:552 ends32belf_linux.c:561 ends32elf.c:423 -#: ends32elf.c:432 ends32elf16m.c:423 ends32elf16m.c:432 ends32elf_linux.c:552 -#: ends32elf_linux.c:561 +#: ends32belf.c:478 ends32belf.c:487 ends32belf16m.c:478 ends32belf16m.c:487 +#: ends32belf_linux.c:611 ends32belf_linux.c:620 ends32elf.c:478 +#: ends32elf.c:487 ends32elf16m.c:478 ends32elf16m.c:487 ends32elf_linux.c:611 +#: ends32elf_linux.c:620 msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n" msgstr "%P: argumentos válidos para --mhyper-relax=(low|medium|high)\n" -#: ends32belf.c:452 ends32belf16m.c:452 ends32belf_linux.c:581 ends32elf.c:452 -#: ends32elf16m.c:452 ends32elf_linux.c:581 +#: ends32belf.c:507 ends32belf16m.c:507 ends32belf_linux.c:640 ends32elf.c:507 +#: ends32elf16m.c:507 ends32elf_linux.c:640 #, c-format msgid " --m[no-]fp-as-gp Disable/enable fp-as-gp relaxation\n" msgstr " --m[no-]fp-as-gp Desactiva/activa la relajación fp-as-gp\n" -#: ends32belf.c:454 ends32belf16m.c:454 ends32belf_linux.c:583 ends32elf.c:454 -#: ends32elf16m.c:454 ends32elf_linux.c:583 +#: ends32belf.c:509 ends32belf16m.c:509 ends32belf_linux.c:642 ends32elf.c:509 +#: ends32elf16m.c:509 ends32elf_linux.c:642 #, c-format msgid " --mexport-symbols=FILE Exporting symbols in linker script\n" msgstr " --mexport-symbols=FICHERO Exportando los sÃmbolos del «script» del enlazador\n" -#: ends32belf.c:456 ends32belf16m.c:456 ends32belf_linux.c:585 ends32elf.c:456 -#: ends32elf16m.c:456 ends32elf_linux.c:585 +#: ends32belf.c:511 ends32belf16m.c:511 ends32belf_linux.c:644 ends32elf.c:511 +#: ends32elf16m.c:511 ends32elf_linux.c:644 #, c-format msgid " --mhyper-relax=level Adjust relax level (low|medium|high). default: medium\n" msgstr " --mhyper-relax=nivel Ajusta el nivel de relajamiento (low|medium|high). predefinido: medium\n" -#: ends32belf.c:458 ends32belf16m.c:458 ends32belf_linux.c:587 ends32elf.c:458 -#: ends32elf16m.c:458 ends32elf_linux.c:587 +#: ends32belf.c:513 ends32belf16m.c:513 ends32belf_linux.c:646 ends32elf.c:513 +#: ends32elf16m.c:513 ends32elf_linux.c:646 #, c-format msgid " --m[no-]tlsdesc-trampoline Disable/enable TLS DESC trampoline\n" msgstr " --m[no-]tlsdesc-trampoline Desactiva/activa trampolÃn TLS DESC\n" -#: epdp11.c:82 +#: epdp11.c:83 #, c-format msgid " -N, --omagic Do not make text readonly, do not page align data (default)\n" msgstr "" " -N, --omagic No hace que el texto sea de solo lectura; no alinea los\n" " datos a la página (lo predefinido)\n" -#: epdp11.c:83 +#: epdp11.c:84 #, c-format msgid " -n, --nmagic Make text readonly, align data to next page\n" msgstr "" " -n, --nmagic Hace que el texto sea de solo lectura; alinea los\n" " datos a la siguiente página\n" -#: epdp11.c:84 +#: epdp11.c:85 #, c-format msgid " -z, --imagic Make text readonly, separate instruction and data spaces\n" msgstr "" " -z, --imagic Hace que el texto sea de solo lectura; espacios de datos\n" " e instrucciones separados\n" -#: epdp11.c:85 +#: epdp11.c:86 #, c-format msgid " --no-omagic Equivalent to --nmagic\n" msgstr " --no-magic Equivalente a --nmagic\n" -#: etic3xcoff.c:69 etic3xcoff_onchip.c:69 etic4xcoff.c:69 etic54xcoff.c:69 +#: etic3xcoff.c:70 etic3xcoff_onchip.c:70 etic4xcoff.c:70 etic54xcoff.c:70 #, c-format msgid " --format 0|1|2 Specify which COFF version to use\n" msgstr " --format 0|1|2 Especifica qué versión COFF utilizar\n" #: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91 -msgid "%F%P: invalid COFF format version %s\n" -msgstr "%F%P: versión no válida de formato COFF %s\n" +#, fuzzy +#| msgid "%F%P: invalid COFF format version %s\n" +msgid "%P: invalid COFF format version %s\n" +msgstr "%P: versión no válida de formato COFF %s\n" + +#~ msgid "%P: warning: -z dynamic-undefined-weak ignored\n" +#~ msgstr "%P: aviso: se ha hecho caso omiso de -z dynamic-undefined-weak\n" + +#~ msgid "%F%P: %pB: bfd_stat failed: %E\n" +#~ msgstr "%F%P: %pB: bfd_stat falló: %E\n" + +#~ msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" +#~ msgstr "%F%P: %pB: no se puede leer el contenido de la sección .gnu.warning: %E\n" + +#~ msgid "%P: cannot find %s\n" +#~ msgstr "%P: no se puede encontrar %s\n" + +#, c-format +#~ msgid " Default: zlib-gabi\n" +#~ msgstr " Lo predefinido: zlib-gabi\n" + +#~ msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n" +#~ msgstr "%P: reubicación de sección vma cero detectada: `%s' #%d f=%d\n" + +#, c-format +#~ msgid "" +#~ " --taso Load executable in the lower 31-bit addressable\n" +#~ " virtual address range\n" +#~ msgstr "" +#~ " --taso Carga el ejecutable en el rango de 31 bits inferior\n" +#~ " de direcciones virtuales direccionables\n" + +#, c-format +#~ msgid " -z bndplt Always generate BND prefix in PLT entries\n" +#~ msgstr " -z bndplt Genera siempre prefijo BND en las entradas PLT\n" + +#~ msgid "%F%P: cannot link with CTF in %pB: %s\n" +#~ msgstr "%F%P: no se puede con CTF en %pB: %s\n" + +#~ msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" +#~ msgstr "ejecutando: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" #~ msgid " --[no-]branch-stub\n" #~ msgstr " --[no-]branch-stub\n" @@ -5823,9 +7518,6 @@ msgstr "%F%P: versión no válida de formato COFF %s\n" #~ msgid " --stub-group-size=N\n" #~ msgstr " --stub-group-size=N\n" -#~ msgid "%P: warning: unknown machine type %u" -#~ msgstr "%P: aviso: tipo de máquina no conocido %u" - #~ msgid "%P: warning: mixing ADL and Z80 mode binaries, objdump may generate invalid output" #~ msgstr "%P: aviso: mezclando binarios de modo ADL y Z80, objdump puede generar salida no válida" @@ -5897,9 +7589,6 @@ msgstr "%F%P: versión no válida de formato COFF %s\n" #~ msgid "%B: matching formats:" #~ msgstr "%B: formatos coincidentes:" -#~ msgid "%P%F: Failed to create hash table\n" -#~ msgstr "%P%F: Falló al crear la tabla de dispersión\n" - #~ msgid "%P%F: bfd_hash_lookup failed: %E\n" #~ msgstr "%P%F: falló bfd_hash_lookup: %E\n" @@ -5912,9 +7601,6 @@ msgstr "%F%P: versión no válida de formato COFF %s\n" #~ msgid "%B: warning: previous common is here\n" #~ msgstr "%B: aviso: el common previo está aquÃ\n" -#~ msgid "%P%F: -r and -shared may not be used together\n" -#~ msgstr "%P%F: no se pueden usar juntos -r y -shared\n" - #~ msgid "%P%F: -r and -pie may not be used together\n" #~ msgstr "%P%F: no se pueden usar juntos -r y -pie\n" @@ -5989,18 +7675,12 @@ msgstr "%F%P: versión no válida de formato COFF %s\n" #~ msgid "%P%X: generated" #~ msgstr "%P%X: generado" -#~ msgid "%F%P: %s uses undefined section %s\n" -#~ msgstr "%F%P: %s usa la sección sin definir %s\n" - #~ 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" #~ msgid "%P%F: target architecture respecified\n" #~ msgstr "%P%F: arquitectura destino reespecificada\n" -#~ 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" - #~ msgid "%P: no [COMMON] command, defaulting to .bss\n" #~ msgstr "%P: no hay una orden [COMMON], usando .bss por defecto\n" diff --git a/ld/po/ld.pot b/ld/po/ld.pot index 63447a1..47c96be 100644 --- a/ld/po/ld.pot +++ b/ld/po/ld.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2025-01-19 12:39+0000\n" +"POT-Creation-Date: 2025-07-13 08:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -55,16 +55,16 @@ msgstr "" msgid "%P: symbol `%pT' missing from main hash table\n" msgstr "" -#: ldcref.c:517 ldcref.c:628 ldmain.c:1357 ldmisc.c:327 pe-dll.c:780 -#: pe-dll.c:1350 pe-dll.c:1471 pe-dll.c:1573 eaarch64pe.c:1580 earm64pe.c:1580 +#: ldcref.c:517 ldcref.c:628 ldmain.c:1733 ldmisc.c:320 pe-dll.c:783 +#: pe-dll.c:1353 pe-dll.c:1474 pe-dll.c:1576 eaarch64pe.c:1580 earm64pe.c:1580 #: earm_wince_pe.c:1583 earm_wince_pe.c:1770 earmpe.c:1583 earmpe.c:1770 #: ei386pe.c:1583 ei386pe.c:1770 ei386pe_posix.c:1583 ei386pe_posix.c:1770 #: ei386pep.c:1580 emcorepe.c:1583 emcorepe.c:1770 eshpe.c:1583 eshpe.c:1770 -msgid "%F%P: %pB: could not read symbols: %E\n" +msgid "%P: %pB: could not read symbols: %E\n" msgstr "" -#: ldcref.c:690 ldcref.c:697 ldmain.c:1419 ldmain.c:1426 -msgid "%F%P: %pB: could not read relocs: %E\n" +#: ldcref.c:690 ldcref.c:697 ldmain.c:1795 ldmain.c:1802 +msgid "%P: %pB: could not read relocs: %E\n" msgstr "" #. We found a reloc for the symbol. The symbol is defined @@ -103,14 +103,14 @@ msgid "" msgstr "" #: ldelf.c:98 -msgid "%F%P: common page size (0x%v) > maximum page size (0x%v)\n" +msgid "%P: common page size (0x%v) > maximum page size (0x%v)\n" msgstr "" #: ldelf.c:124 -msgid "%F%P: %pB: --just-symbols may not be used on DSO\n" +msgid "%P: %pB: --just-symbols may not be used on DSO\n" msgstr "" -#: ldelf.c:226 +#: ldelf.c:226 ldelf.c:372 msgid "%P: %pB: bfd_stat failed: %E\n" msgstr "" @@ -124,11 +124,7 @@ msgid "attempt to open %s failed\n" msgstr "" #: ldelf.c:324 -msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" -msgstr "" - -#: ldelf.c:372 -msgid "%F%P: %pB: bfd_stat failed: %E\n" +msgid "%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" msgstr "" #: ldelf.c:378 @@ -136,8 +132,8 @@ msgstr "" msgid "found %s at %s\n" msgstr "" -#: ldelf.c:411 ldlang.c:3177 ldlang.c:3191 ldlang.c:10994 -msgid "%F%P: %pB: error adding symbols: %E\n" +#: ldelf.c:411 ldlang.c:3228 ldlang.c:3242 ldlang.c:11057 +msgid "%P: %pB: error adding symbols: %E\n" msgstr "" #. We only issue an "unrecognised" message in verbose mode @@ -159,145 +155,143 @@ msgid "" msgstr "" #: ldelf.c:1209 -msgid "%F%P: failed to add DT_NEEDED dynamic tag\n" +msgid "%P: failed to add DT_NEEDED dynamic tag\n" msgstr "" -#: ldelf.c:1261 -msgid "%F%P: %s: can't open for writing: %E\n" +#: ldelf.c:1260 +msgid "%P: %s: can't open for writing: %E\n" msgstr "" -#: ldelf.c:1317 -msgid "%F%P: cannot use executable file '%pB' as input to a link\n" +#: ldelf.c:1315 +msgid "%P: cannot use executable file '%pB' as input to a link\n" msgstr "" -#: ldelf.c:1371 +#: ldelf.c:1369 msgid "" -"%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %" -"pB\n" +"%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" msgstr "" -#: ldelf.c:1407 +#: ldelf.c:1405 msgid "" "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" msgstr "" -#: ldelf.c:1413 -msgid "%F%P: failed to parse EH frame entries\n" +#: ldelf.c:1411 +msgid "%P: failed to parse EH frame entries\n" msgstr "" -#: ldelf.c:1455 +#: ldelf.c:1453 msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n" msgstr "" -#: ldelf.c:1505 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 +#: ldelf.c:1503 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 #: earmpe.c:1339 ei386pe.c:1339 ei386pe_posix.c:1339 ei386pep.c:1354 #: emcorepe.c:1339 eshpe.c:1339 msgid "%P: warning: unrecognized --build-id style ignored\n" msgstr "" -#: ldelf.c:1524 +#: ldelf.c:1522 msgid "" "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n" msgstr "" -#: ldelf.c:1545 +#: ldelf.c:1543 msgid "" "%P: warning: .note.package section discarded, --package-metadata ignored\n" msgstr "" -#: ldelf.c:1601 +#: ldelf.c:1599 msgid "%P: warning: --package-metadata is empty, ignoring\n" msgstr "" -#: ldelf.c:1611 +#: ldelf.c:1609 msgid "" "%P: warning: --package-metadata=%s does not contain valid JSON, ignoring: %" "s\n" msgstr "" -#: ldelf.c:1640 +#: ldelf.c:1638 msgid "" "%P: warning: cannot create .note.package section, --package-metadata " "ignored\n" msgstr "" -#: ldelf.c:1672 eaix5ppc.c:1546 eaix5rs6.c:1546 eaixppc.c:1546 eaixrs6.c:1546 -#: eppcmacos.c:1546 -msgid "%F%P: failed to record assignment to %s: %E\n" +#: ldelf.c:1670 eaix5ppc.c:1545 eaix5rs6.c:1545 eaixppc.c:1545 eaixrs6.c:1545 +#: eppcmacos.c:1545 +msgid "%P: failed to record assignment to %s: %E\n" msgstr "" -#: ldelf.c:1850 ldelf.c:1915 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 +#: ldelf.c:1845 ldelf.c:1911 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 #: eaixrs6.c:816 eelf64_ia64_vms.c:209 eppcmacos.c:816 -msgid "%F%P: failed to set dynamic section sizes: %E\n" +msgid "%P: failed to set dynamic section sizes: %E\n" msgstr "" -#: ldelf.c:1887 -msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" +#: ldelf.c:1883 +msgid "%P: %pB: can't read contents of section %pA: %E\n" msgstr "" #: ldelfgen.c:285 -msgid "%F%P: %pA has both ordered and unordered sections\n" +msgid "%P: %pA has both ordered and unordered sections\n" msgstr "" #: ldelfgen.c:310 eelf32loongarch.c:106 eelf64loongarch.c:106 -msgid "%F%P: map sections to segments failed: %E\n" +msgid "%P: map sections to segments failed: %E\n" msgstr "" #: ldelfgen.c:330 -msgid "%F%P: looping in map_segments\n" +msgid "%P: looping in map_segments\n" msgstr "" -#: ldelfgen.c:342 -msgid "%F%P: failed to strip zero-sized dynamic sections\n" +#: ldelfgen.c:341 +msgid "%P: failed to strip zero-sized dynamic sections\n" msgstr "" -#: ldelfgen.c:420 +#: ldelfgen.c:419 msgid "" -"%F%P: warning: CTF strtab association failed; strings will not be shared: %" -"s\n" +"%P: warning: CTF strtab association failed; strings will not be shared: %s\n" msgstr "" -#: ldelfgen.c:447 +#: ldelfgen.c:446 msgid "" -"%F%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %" +"%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %" "s\n" msgstr "" -#: ldelfgen.c:457 +#: ldelfgen.c:456 msgid "" -"%F%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: " -"%s\n" +"%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %" +"s\n" msgstr "" -#: ldemul.c:323 +#: ldemul.c:331 #, c-format msgid "%pS SYSLIB ignored\n" msgstr "" -#: ldemul.c:329 +#: ldemul.c:337 #, c-format msgid "%pS HLL ignored\n" msgstr "" -#: ldemul.c:349 +#: ldemul.c:357 msgid "%P: unrecognised emulation mode: %s\n" msgstr "" -#: ldemul.c:350 +#: ldemul.c:358 msgid "Supported emulations: " msgstr "" -#: ldemul.c:392 +#: ldemul.c:400 #, c-format msgid " no emulation specific options.\n" msgstr "" #: ldexp.c:285 -msgid "%F%P: bfd_hash_allocate failed creating symbol %s\n" +msgid "%P: bfd_hash_allocate failed creating symbol %s\n" msgstr "" #: ldexp.c:316 -msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n" +msgid "%P: bfd_hash_lookup failed creating symbol %s\n" msgstr "" #: ldexp.c:562 @@ -305,19 +299,19 @@ msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" msgstr "" #: ldexp.c:641 -msgid "%F%P:%pS %% by zero\n" +msgid "%P:%pS %% by zero\n" msgstr "" #: ldexp.c:650 -msgid "%F%P:%pS / by zero\n" +msgid "%P:%pS / by zero\n" msgstr "" -#: ldexp.c:764 ldlang.c:4035 ldmain.c:1324 eaarch64pe.c:1168 eaarch64pe.c:1784 +#: ldexp.c:764 ldlang.c:4112 ldmain.c:1700 eaarch64pe.c:1168 eaarch64pe.c:1784 #: earm64pe.c:1168 earm64pe.c:1784 earm_wince_pe.c:1154 earm_wince_pe.c:1881 #: earmpe.c:1154 earmpe.c:1881 ei386pe.c:1154 ei386pe.c:1881 #: ei386pe_posix.c:1154 ei386pe_posix.c:1881 ei386pep.c:1168 ei386pep.c:1784 #: emcorepe.c:1154 emcorepe.c:1881 eshpe.c:1154 eshpe.c:1881 -msgid "%F%P: bfd_link_hash_lookup failed: %E\n" +msgid "%P: bfd_link_hash_lookup failed: %E\n" msgstr "" #: ldexp.c:777 @@ -325,47 +319,47 @@ msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgstr "" #: ldexp.c:792 -msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" +msgid "%P:%pS: undefined symbol `%s' referenced in expression\n" msgstr "" #: ldexp.c:830 ldexp.c:848 ldexp.c:876 -msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" +msgid "%P:%pS: undefined section `%s' referenced in expression\n" msgstr "" #: ldexp.c:915 ldexp.c:929 -msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" +msgid "%P:%pS: undefined MEMORY region `%s' referenced in expression\n" msgstr "" #: ldexp.c:941 -msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" +msgid "%P:%pS: unknown constant `%s' referenced in expression\n" msgstr "" #: ldexp.c:1089 -msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" +msgid "%P:%pS can not PROVIDE assignment to location counter\n" msgstr "" #: ldexp.c:1122 -msgid "%F%P:%pS invalid assignment to location counter\n" +msgid "%P:%pS invalid assignment to location counter\n" msgstr "" #: ldexp.c:1126 -msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" +msgid "%P:%pS assignment to location counter invalid outside of SECTIONS\n" msgstr "" #: ldexp.c:1145 -msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" +msgid "%P:%pS cannot move location counter backwards (from %V to %V)\n" msgstr "" #: ldexp.c:1205 -msgid "%F%P:%s: hash creation failed\n" +msgid "%P:%s: hash creation failed\n" msgstr "" #: ldexp.c:1581 ldexp.c:1624 ldexp.c:1684 -msgid "%F%P:%pS: nonconstant expression for %s\n" +msgid "%P:%pS: nonconstant expression for %s\n" msgstr "" -#: ldexp.c:1711 ldlang.c:1355 ldlang.c:3510 ldlang.c:8236 -msgid "%F%P: can not create hash table: %E\n" +#: ldexp.c:1711 ldlang.c:1399 ldlang.c:3561 ldlang.c:8309 +msgid "%P: can not create hash table: %E\n" msgstr "" #: ldfile.c:239 @@ -410,885 +404,888 @@ msgid "attempt to open %s succeeded\n" msgstr "" #: ldfile.c:364 -msgid "%F%P: invalid BFD target `%s'\n" +msgid "%P: invalid BFD target `%s'\n" msgstr "" -#: ldfile.c:494 ldfile.c:524 +#: ldfile.c:481 ldfile.c:511 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "" -#: ldfile.c:507 -msgid "%F%P: attempted static link of dynamic object `%s'\n" +#: ldfile.c:494 +msgid "%P: attempted static link of dynamic object `%s'\n" msgstr "" -#: ldfile.c:636 +#: ldfile.c:623 msgid "%P: cannot find %s (%s): %E\n" msgstr "" #. We ignore the return status of the script #. and always print the error message. -#: ldfile.c:639 ldfile.c:723 ldfile.c:727 +#: ldfile.c:626 ldfile.c:710 ldfile.c:714 msgid "%P: cannot find %s: %E\n" msgstr "" -#: ldfile.c:691 +#: ldfile.c:678 msgid "%P: cannot find %s inside %s\n" msgstr "" -#: ldfile.c:706 ldmain.c:1504 +#: ldfile.c:693 ldmain.c:1880 msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n" msgstr "" -#: ldfile.c:710 ldmain.c:1508 +#: ldfile.c:697 ldmain.c:1884 msgid "error handling script" msgstr "" -#: ldfile.c:716 ldmain.c:1514 +#: ldfile.c:703 ldmain.c:1890 msgid "%P: Failed to run error handling script '%s', reason: " msgstr "" -#: ldfile.c:732 +#: ldfile.c:719 msgid "%P: have you installed the static version of the %s library ?\n" msgstr "" -#: ldfile.c:743 +#: ldfile.c:730 msgid "%P: note to link with %s use -l:%s or rename it to lib%s\n" msgstr "" -#: ldfile.c:775 +#: ldfile.c:762 #, c-format msgid "cannot find script file %s\n" msgstr "" -#: ldfile.c:777 +#: ldfile.c:764 #, c-format msgid "opened script file %s\n" msgstr "" -#: ldfile.c:913 -msgid "%F%P: error: linker script file '%s' appears multiple times\n" +#: ldfile.c:900 +msgid "%P: error: linker script file '%s' appears multiple times\n" msgstr "" -#: ldfile.c:932 -msgid "%F%P: cannot open linker script file %s: %E\n" +#: ldfile.c:919 +msgid "%P: cannot open linker script file %s: %E\n" msgstr "" -#: ldfile.c:1026 -msgid "%F%P: cannot represent machine `%s'\n" +#: ldfile.c:1013 +msgid "%P: cannot represent machine `%s'\n" msgstr "" -#: ldlang.c:1446 +#: ldlang.c:1490 msgid "%P:%pS: warning: redeclaration of memory region `%s'\n" msgstr "" -#: ldlang.c:1452 +#: ldlang.c:1496 msgid "%P:%pS: warning: memory region `%s' not declared\n" msgstr "" -#: ldlang.c:1488 -msgid "%F%P:%pS: error: alias for default memory region\n" +#: ldlang.c:1532 +msgid "%P:%pS: error: alias for default memory region\n" msgstr "" -#: ldlang.c:1499 -msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n" +#: ldlang.c:1543 +msgid "%P:%pS: error: redefinition of memory region alias `%s'\n" msgstr "" -#: ldlang.c:1506 -msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" +#: ldlang.c:1550 +msgid "%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" msgstr "" -#: ldlang.c:1567 ldlang.c:1610 -msgid "%F%P: failed creating section `%s': %E\n" +#: ldlang.c:1611 ldlang.c:1654 +msgid "%P: failed creating section `%s': %E\n" msgstr "" -#: ldlang.c:2328 +#: ldlang.c:2372 msgid "" "\n" "As-needed library included to satisfy reference by file (symbol)\n" "\n" msgstr "" -#: ldlang.c:2393 +#: ldlang.c:2437 msgid "" "\n" "Discarded input sections\n" "\n" msgstr "" -#: ldlang.c:2401 +#: ldlang.c:2445 msgid "" "\n" "There are no discarded input sections\n" msgstr "" -#: ldlang.c:2403 +#: ldlang.c:2447 msgid "" "\n" "Memory Configuration\n" "\n" msgstr "" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Name" msgstr "" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Origin" msgstr "" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Length" msgstr "" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Attributes" msgstr "" -#: ldlang.c:2429 +#: ldlang.c:2473 msgid "" "\n" "Linker script and memory map\n" "\n" msgstr "" -#: ldlang.c:2482 -msgid "%F%P: illegal use of `%s' section\n" +#: ldlang.c:2533 +msgid "%P: illegal use of `%s' section\n" msgstr "" -#: ldlang.c:2491 -msgid "%F%P: output format %s cannot represent section called %s: %E\n" +#: ldlang.c:2542 +msgid "%P: output format %s cannot represent section called %s: %E\n" msgstr "" -#: ldlang.c:2672 +#: ldlang.c:2723 msgid "" "%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%" "pB' match /DISCARD/ clause.\n" msgstr "" -#: ldlang.c:2696 +#: ldlang.c:2747 msgid "" "%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for " "section `%pA' from `%pB' (assigned to %pA, but additional match: %pA)\n" msgstr "" -#: ldlang.c:3074 +#: ldlang.c:3125 msgid "%P: %pB: file not recognized: %E; matching formats:" msgstr "" -#: ldlang.c:3083 -msgid "%F%P: %pB: file not recognized: %E\n" +#: ldlang.c:3134 +msgid "%P: %pB: file not recognized: %E\n" msgstr "" -#: ldlang.c:3156 -msgid "%F%P: %pB: member %pB in archive is not an object\n" +#: ldlang.c:3207 +msgid "%P: %pB: member %pB in archive is not an object\n" msgstr "" -#: ldlang.c:3432 -msgid "%F%P: input file '%s' is the same as output file\n" +#: ldlang.c:3483 +msgid "%P: input file '%s' is the same as output file\n" msgstr "" -#: ldlang.c:3480 +#: ldlang.c:3531 msgid "" "%P: warning: could not find any targets that match endianness requirement\n" msgstr "" -#: ldlang.c:3494 -msgid "%F%P: target %s not found\n" +#: ldlang.c:3545 +msgid "%P: target %s not found\n" msgstr "" -#: ldlang.c:3496 -msgid "%F%P: cannot open output file %s: %E\n" +#: ldlang.c:3547 +msgid "%P: cannot open output file %s: %E\n" msgstr "" -#: ldlang.c:3502 -msgid "%F%P: %s: can not make object file: %E\n" +#: ldlang.c:3553 +msgid "%P: %s: can not make object file: %E\n" msgstr "" -#: ldlang.c:3506 -msgid "%F%P: %s: can not set architecture: %E\n" +#: ldlang.c:3557 +msgid "%P: %s: can not set architecture: %E\n" msgstr "" -#: ldlang.c:3693 +#: ldlang.c:3744 msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgstr "" -#: ldlang.c:3740 +#: ldlang.c:3791 #, c-format msgid "%s: %s\n" msgstr "" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF warning" msgstr "" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF error" msgstr "" -#: ldlang.c:3746 +#: ldlang.c:3797 #, c-format msgid "CTF error: cannot get CTF errors: `%s'\n" msgstr "" -#: ldlang.c:3780 +#: ldlang.c:3833 msgid "" "%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n" msgstr "" -#: ldlang.c:3809 +#: ldlang.c:3866 msgid "%P: warning: CTF output not created: `%s'\n" msgstr "" -#: ldlang.c:3852 +#: ldlang.c:3915 msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n" msgstr "" -#: ldlang.c:3872 +#: ldlang.c:3935 msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n" msgstr "" -#: ldlang.c:3943 +#: ldlang.c:4018 msgid "" "%P: warning: CTF section emission failed; output will have no CTF section: %" "s\n" msgstr "" -#: ldlang.c:3982 +#: ldlang.c:4059 msgid "" "%P: warning: CTF section in %pB not linkable: %P was built without support " "for CTF\n" msgstr "" -#: ldlang.c:4120 +#: ldlang.c:4195 msgid "%X%P: required symbol `%s' not defined\n" msgstr "" -#: ldlang.c:4321 ldlang.c:4330 -msgid "%F%P: invalid type for output section `%s'\n" +#: ldlang.c:4396 ldlang.c:4405 +msgid "%P: invalid type for output section `%s'\n" msgstr "" -#: ldlang.c:4466 +#: ldlang.c:4541 msgid "" "warning: INSERT statement in linker script is incompatible with --enable-non-" "contiguous-regions.\n" msgstr "" -#: ldlang.c:4479 -msgid "%F%P: %s not found for insert\n" +#: ldlang.c:4554 +msgid "%P: %s not found for insert\n" msgstr "" -#: ldlang.c:4751 +#: ldlang.c:4826 msgid " load address 0x%V" msgstr "" -#: ldlang.c:5013 +#: ldlang.c:5086 msgid "%W (size before relaxing)\n" msgstr "" -#: ldlang.c:5142 +#: ldlang.c:5215 #, c-format msgid "Address of section %s set to " msgstr "" -#: ldlang.c:5344 +#: ldlang.c:5417 #, c-format msgid "Fail with %d\n" msgstr "" -#: ldlang.c:5561 +#: ldlang.c:5634 msgid "" -"%F%P: Output section `%pA' not large enough for the linker-created stubs " +"%P: Output section `%pA' not large enough for the linker-created stubs " "section `%pA'.\n" msgstr "" -#: ldlang.c:5566 +#: ldlang.c:5639 msgid "" -"%F%P: Relaxation not supported with --enable-non-contiguous-regions (section " -"`%pA' would overflow `%pA' after it changed size).\n" +"%P: Relaxation not supported with --enable-non-contiguous-regions (section `%" +"pA' would overflow `%pA' after it changed size).\n" msgstr "" -#: ldlang.c:5675 +#: ldlang.c:5748 msgid "%X%P: section %s VMA wraps around address space\n" msgstr "" -#: ldlang.c:5681 +#: ldlang.c:5754 msgid "%X%P: section %s LMA wraps around address space\n" msgstr "" -#: ldlang.c:5733 +#: ldlang.c:5806 msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgstr "" -#: ldlang.c:5777 +#: ldlang.c:5850 msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgstr "" -#: ldlang.c:5800 +#: ldlang.c:5873 msgid "%X%P: region `%s' overflowed by %lu byte\n" msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n" msgstr[0] "" msgstr[1] "" -#: ldlang.c:5825 +#: ldlang.c:5898 msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n" msgstr "" -#: ldlang.c:5836 +#: ldlang.c:5909 msgid "%X%P: %pB section `%s' will not fit in region `%s'\n" msgstr "" -#: ldlang.c:5922 +#: ldlang.c:5995 msgid "" -"%F%P:%pS: non constant or forward reference address expression for section %" -"s\n" +"%P:%pS: non constant or forward reference address expression for section %s\n" msgstr "" -#: ldlang.c:5947 +#: ldlang.c:6020 msgid "%X%P: internal error on COFF shared library section %s\n" msgstr "" -#: ldlang.c:6005 -msgid "%F%P: error: no memory region specified for loadable section `%s'\n" +#: ldlang.c:6078 +msgid "%P: error: no memory region specified for loadable section `%s'\n" msgstr "" -#: ldlang.c:6009 +#: ldlang.c:6082 msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgstr "" -#: ldlang.c:6043 +#: ldlang.c:6116 msgid "%P: warning: start of section %s changed by %ld\n" msgstr "" -#: ldlang.c:6136 +#: ldlang.c:6209 msgid "%P: warning: dot moved backwards before `%s'\n" msgstr "" -#: ldlang.c:6312 -msgid "%F%P: can't relax section: %E\n" +#: ldlang.c:6385 +msgid "%P: can't relax section: %E\n" msgstr "" -#: ldlang.c:6721 -msgid "%F%P: invalid data statement\n" +#: ldlang.c:6794 +msgid "%P: invalid data statement\n" msgstr "" -#: ldlang.c:6754 -msgid "%F%P: invalid reloc statement\n" +#: ldlang.c:6827 +msgid "%P: invalid reloc statement\n" msgstr "" -#: ldlang.c:7172 +#: ldlang.c:7244 msgid "" -"%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n" +"%P: --gc-sections requires a defined symbol root specified by -e or -u\n" msgstr "" -#: ldlang.c:7197 -msgid "%F%P: %s: can't set start address\n" +#: ldlang.c:7271 +msgid "%P: %s: can't set start address\n" msgstr "" -#: ldlang.c:7210 ldlang.c:7229 -msgid "%F%P: can't set start address\n" +#: ldlang.c:7284 ldlang.c:7303 +msgid "%P: can't set start address\n" msgstr "" -#: ldlang.c:7223 +#: ldlang.c:7297 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "" -#: ldlang.c:7234 ldlang.c:7242 +#: ldlang.c:7308 ldlang.c:7316 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "" -#: ldlang.c:7298 +#: ldlang.c:7372 msgid "" -"%F%P: relocatable linking with relocations from format %s (%pB) to format %s " -"(%pB) is not supported\n" +"%P: relocatable linking with relocations from format %s (%pB) to format %s (%" +"pB) is not supported\n" msgstr "" -#: ldlang.c:7308 +#: ldlang.c:7381 msgid "" "%X%P: %s architecture of input file `%pB' is incompatible with %s output\n" msgstr "" -#: ldlang.c:7332 +#: ldlang.c:7405 msgid "%X%P: failed to merge target specific data of file %pB\n" msgstr "" -#: ldlang.c:7403 -msgid "%F%P: could not define common symbol `%pT': %E\n" +#: ldlang.c:7476 +msgid "%P: could not define common symbol `%pT': %E\n" msgstr "" -#: ldlang.c:7415 +#: ldlang.c:7488 msgid "" "\n" "Allocating common symbols\n" msgstr "" -#: ldlang.c:7416 +#: ldlang.c:7489 msgid "" "Common symbol size file\n" "\n" msgstr "" -#: ldlang.c:7473 +#: ldlang.c:7546 msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n" msgstr "" -#: ldlang.c:7491 +#: ldlang.c:7564 msgid "" "%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n" msgstr "" -#: ldlang.c:7581 -msgid "%F%P: invalid character %c (%d) in flags\n" +#: ldlang.c:7654 +msgid "%P: invalid character %c (%d) in flags\n" msgstr "" #. && in_section_ordering -#: ldlang.c:7675 -msgid "%F%P:%pS: error: output section '%s' must already exist\n" +#: ldlang.c:7748 +msgid "%P:%pS: error: output section '%s' must already exist\n" msgstr "" -#: ldlang.c:7699 -msgid "%F%P:%pS: error: align with input and explicit align specified\n" +#: ldlang.c:7772 +msgid "%P:%pS: error: align with input and explicit align specified\n" msgstr "" -#: ldlang.c:8170 +#: ldlang.c:8243 msgid "" "%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%" "pB'\n" msgstr "" -#: ldlang.c:8274 -msgid "%F%P: %s: plugin reported error after all symbols read\n" +#: ldlang.c:8347 +msgid "%P: %s: plugin reported error after all symbols read\n" msgstr "" -#: ldlang.c:8399 +#: ldlang.c:8472 msgid "" "Object-only input files:\n" " " msgstr "" -#: ldlang.c:8511 -msgid "%F%P: bfd_merge_sections failed: %E\n" +#: ldlang.c:8586 +msgid "%P: bfd_merge_sections failed: %E\n" msgstr "" -#: ldlang.c:8888 -msgid "%F%P: multiple STARTUP files\n" +#: ldlang.c:8965 +msgid "%P: multiple STARTUP files\n" msgstr "" -#: ldlang.c:8934 +#: ldlang.c:9010 msgid "%X%P:%pS: section has both a load address and a load region\n" msgstr "" -#: ldlang.c:9043 +#: ldlang.c:9119 msgid "" "%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers " "lack them\n" msgstr "" -#: ldlang.c:9116 -msgid "%F%P: no sections assigned to phdrs\n" +#: ldlang.c:9192 +msgid "%P: no sections assigned to phdrs\n" msgstr "" -#: ldlang.c:9154 -msgid "%F%P: bfd_record_phdr failed: %E\n" +#: ldlang.c:9230 +msgid "%P: bfd_record_phdr failed: %E\n" msgstr "" -#: ldlang.c:9174 +#: ldlang.c:9250 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "" -#: ldlang.c:9590 +#: ldlang.c:9663 msgid "%X%P: unknown language `%s' in version information\n" msgstr "" -#: ldlang.c:9735 +#: ldlang.c:9801 msgid "" "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "" -#: ldlang.c:9744 +#: ldlang.c:9809 msgid "%X%P: duplicate version tag `%s'\n" msgstr "" -#: ldlang.c:9765 ldlang.c:9774 ldlang.c:9792 ldlang.c:9802 +#: ldlang.c:9830 ldlang.c:9839 ldlang.c:9857 ldlang.c:9867 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "" -#: ldlang.c:9842 +#: ldlang.c:9907 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "" -#: ldlang.c:9865 +#: ldlang.c:9930 msgid "%X%P: unable to read .exports section contents\n" msgstr "" -#: ldlang.c:9911 +#: ldlang.c:9974 msgid "%P: invalid origin for memory region %s\n" msgstr "" -#: ldlang.c:9923 +#: ldlang.c:9986 msgid "%P: invalid length for memory region %s\n" msgstr "" -#: ldlang.c:10035 +#: ldlang.c:10099 msgid "%X%P: unknown feature `%s'\n" msgstr "" -#: ldlang.c:10401 +#: ldlang.c:10465 msgid "failed to create output section" msgstr "" -#: ldlang.c:10435 +#: ldlang.c:10499 msgid "failed to copy private data" msgstr "" -#: ldlang.c:10444 -msgid "%P%F: setup_section: %s: %s\n" +#: ldlang.c:10508 +msgid "%P: setup_section: %s: %s\n" msgstr "" -#: ldlang.c:10507 +#: ldlang.c:10571 msgid "relocation count is negative" msgstr "" -#: ldlang.c:10539 -msgid "%P%F: copy_section: %s: %s\n" +#: ldlang.c:10603 +msgid "%P: copy_section: %s: %s\n" msgstr "" -#: ldlang.c:10694 +#: ldlang.c:10758 msgid "error setting up sections" msgstr "" -#: ldlang.c:10702 +#: ldlang.c:10766 msgid "error copying private header data" msgstr "" -#: ldlang.c:10715 +#: ldlang.c:10779 msgid "can't create object-only section" msgstr "" -#: ldlang.c:10721 +#: ldlang.c:10785 msgid "can't set object-only section size" msgstr "" -#: ldlang.c:10752 +#: ldlang.c:10816 msgid "error copying sections" msgstr "" -#: ldlang.c:10759 +#: ldlang.c:10823 msgid "error adding object-only section" msgstr "" -#: ldlang.c:10769 +#: ldlang.c:10833 msgid "error copying private BFD data" msgstr "" -#: ldlang.c:10776 -msgid "%P%F: failed to finish output with object-only section\n" +#: ldlang.c:10840 +msgid "%P: failed to finish output with object-only section\n" msgstr "" -#: ldlang.c:10786 -msgid "%P%F: failed to rename output with object-only section\n" +#: ldlang.c:10850 +msgid "%P: failed to rename output with object-only section\n" msgstr "" -#: ldlang.c:10802 -msgid "%P%F: failed to add object-only section: %s\n" +#: ldlang.c:10866 +msgid "%P: failed to add object-only section: %s\n" msgstr "" -#: ldlang.c:10835 -msgid "%P%F: Failed to create hash table\n" +#: ldlang.c:10899 +msgid "%P: Failed to create hash table\n" msgstr "" -#: ldlang.c:10899 -msgid "%P%F:%s: final close failed on object-only output: %E\n" +#: ldlang.c:10963 +msgid "%P:%s: final close failed on object-only output: %E\n" msgstr "" -#: ldlang.c:10909 -msgid "%P%F:%s: cannot open object-only output: %E\n" +#: ldlang.c:10973 +msgid "%P:%s: cannot open object-only output: %E\n" msgstr "" -#: ldlang.c:10917 -msgid "%P%F:%s: cannot stat object-only output: %E\n" +#: ldlang.c:10981 +msgid "%P:%s: cannot stat object-only output: %E\n" msgstr "" -#: ldlang.c:10932 -msgid "%P%F:%s: read failed on object-only output: %E\n" +#: ldlang.c:10996 +msgid "%P:%s: read failed on object-only output: %E\n" msgstr "" -#: ldlang.c:10959 -msgid "%P%F: cannot extract object-only section from %B: %E\n" +#: ldlang.c:11023 +msgid "%P: cannot extract object-only section from %B: %E\n" msgstr "" -#: ldmain.c:198 -msgid "%F%P: cannot open dependency file %s: %E\n" +#: ldmain.c:204 +msgid "%P: cannot open dependency file %s: %E\n" msgstr "" -#: ldmain.c:291 -msgid "%F%P: fatal error: libbfd ABI mismatch\n" +#: ldmain.c:553 +msgid "WARNING: Data is unreliable!\n" msgstr "" -#: ldmain.c:330 +#: ldmain.c:611 +msgid "%P: fatal error: libbfd ABI mismatch\n" +msgstr "" + +#: ldmain.c:650 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "" -#: ldmain.c:435 +#: ldmain.c:761 msgid "built in linker script" msgstr "" -#: ldmain.c:445 +#: ldmain.c:771 #, c-format msgid "using external linker script: %s" msgstr "" -#: ldmain.c:447 +#: ldmain.c:773 msgid "using internal linker script:" msgstr "" -#: ldmain.c:497 -msgid "%F%P: --no-define-common may not be used without -shared\n" +#: ldmain.c:823 +msgid "%P: --no-define-common may not be used without -shared\n" msgstr "" -#: ldmain.c:504 -msgid "%F%P: no input files\n" +#: ldmain.c:830 +msgid "%P: no input files\n" msgstr "" -#: ldmain.c:508 +#: ldmain.c:834 msgid "%P: mode %s\n" msgstr "" -#: ldmain.c:526 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 +#: ldmain.c:852 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 #: ends32elf.c:473 ends32elf16m.c:473 ends32elf_linux.c:606 -msgid "%F%P: cannot open map file %s: %E\n" +msgid "%P: cannot open map file %s: %E\n" msgstr "" -#: ldmain.c:590 +#: ldmain.c:944 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "" -#: ldmain.c:601 -msgid "%F%P: %s: final close failed: %E\n" +#: ldmain.c:955 +msgid "%P: %s: final close failed: %E\n" msgstr "" -#: ldmain.c:630 -msgid "%F%P: unable to open for source of copy `%s'\n" +#: ldmain.c:984 +msgid "%P: unable to open for source of copy `%s'\n" msgstr "" -#: ldmain.c:633 -msgid "%F%P: unable to open for destination of copy `%s'\n" +#: ldmain.c:987 +msgid "%P: unable to open for destination of copy `%s'\n" msgstr "" -#: ldmain.c:640 +#: ldmain.c:994 msgid "%P: error writing file `%s'\n" msgstr "" -#: ldmain.c:645 pe-dll.c:2009 +#: ldmain.c:999 pe-dll.c:2013 #, c-format msgid "%P: error closing file `%s'\n" msgstr "" -#: ldmain.c:660 +#: ldmain.c:1030 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "" -#: ldmain.c:747 -msgid "%F%P: missing argument to -m\n" +#: ldmain.c:1120 +msgid "%P: missing argument to -m\n" msgstr "" -#: ldmain.c:801 ldmain.c:818 ldmain.c:838 ldmain.c:870 pe-dll.c:1431 -msgid "%F%P: bfd_hash_table_init failed: %E\n" +#: ldmain.c:1174 ldmain.c:1191 ldmain.c:1211 ldmain.c:1243 pe-dll.c:1434 +msgid "%P: bfd_hash_table_init failed: %E\n" msgstr "" -#: ldmain.c:805 ldmain.c:822 ldmain.c:842 -msgid "%F%P: bfd_hash_lookup failed: %E\n" +#: ldmain.c:1178 ldmain.c:1195 ldmain.c:1215 +msgid "%P: bfd_hash_lookup failed: %E\n" msgstr "" -#: ldmain.c:856 +#: ldmain.c:1229 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "" -#: ldmain.c:900 -msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n" +#: ldmain.c:1273 +msgid "%P: bfd_hash_lookup for insertion failed: %E\n" msgstr "" -#: ldmain.c:905 +#: ldmain.c:1278 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "" -#: ldmain.c:1026 +#: ldmain.c:1402 msgid "" "Archive member included to satisfy reference by file (symbol)\n" "\n" msgstr "" -#: ldmain.c:1132 +#: ldmain.c:1508 msgid "%P: %C: warning: multiple definition of `%pT'" msgstr "" -#: ldmain.c:1135 +#: ldmain.c:1511 msgid "%X%P: %C: multiple definition of `%pT'" msgstr "" -#: ldmain.c:1138 +#: ldmain.c:1514 msgid "; %D: first defined here" msgstr "" -#: ldmain.c:1143 +#: ldmain.c:1519 msgid "%P: disabling relaxation; it will not work with multiple definitions\n" msgstr "" -#: ldmain.c:1196 +#: ldmain.c:1572 msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n" msgstr "" -#: ldmain.c:1200 +#: ldmain.c:1576 msgid "%P: %pB: warning: definition of `%pT' overriding common\n" msgstr "" -#: ldmain.c:1209 +#: ldmain.c:1585 msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n" msgstr "" -#: ldmain.c:1213 +#: ldmain.c:1589 msgid "%P: %pB: warning: common of `%pT' overridden by definition\n" msgstr "" -#: ldmain.c:1222 +#: ldmain.c:1598 msgid "" "%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n" msgstr "" -#: ldmain.c:1226 +#: ldmain.c:1602 msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n" msgstr "" -#: ldmain.c:1233 +#: ldmain.c:1609 msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n" msgstr "" -#: ldmain.c:1237 +#: ldmain.c:1613 msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n" msgstr "" -#: ldmain.c:1244 +#: ldmain.c:1620 msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n" msgstr "" -#: ldmain.c:1247 +#: ldmain.c:1623 msgid "%P: %pB: warning: multiple common of `%pT'\n" msgstr "" -#: ldmain.c:1266 ldmain.c:1302 +#: ldmain.c:1642 ldmain.c:1678 msgid "%P: warning: global constructor %s used\n" msgstr "" -#: ldmain.c:1312 -msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" +#: ldmain.c:1688 +msgid "%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" msgstr "" #. We found a reloc for the symbol we are looking for. -#: ldmain.c:1384 ldmain.c:1386 ldmain.c:1388 ldmain.c:1396 ldmain.c:1439 +#: ldmain.c:1760 ldmain.c:1762 ldmain.c:1764 ldmain.c:1772 ldmain.c:1815 msgid "warning: " msgstr "" -#: ldmain.c:1529 +#: ldmain.c:1905 msgid "%X%P: %H: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1532 +#: ldmain.c:1908 msgid "%P: %H: warning: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1538 +#: ldmain.c:1914 msgid "%X%P: %D: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1541 +#: ldmain.c:1917 msgid "%P: %D: warning: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1552 +#: ldmain.c:1928 msgid "%X%P: %pB: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1555 +#: ldmain.c:1931 msgid "%P: %pB: warning: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1561 +#: ldmain.c:1937 msgid "%X%P: %pB: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1564 +#: ldmain.c:1940 msgid "%P: %pB: warning: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1601 +#: ldmain.c:1977 msgid " additional relocation overflows omitted from the output\n" msgstr "" -#: ldmain.c:1614 +#: ldmain.c:1990 #, c-format msgid " relocation truncated to fit: %s against undefined symbol `%pT'" msgstr "" -#: ldmain.c:1620 +#: ldmain.c:1996 #, c-format msgid "" " relocation truncated to fit: %s against symbol `%pT' defined in %pA section " "in %pB" msgstr "" -#: ldmain.c:1633 +#: ldmain.c:2009 #, c-format msgid " relocation truncated to fit: %s against `%pT'" msgstr "" -#: ldmain.c:1649 +#: ldmain.c:2025 msgid "%X%H: dangerous relocation: %s\n" msgstr "" -#: ldmain.c:1663 +#: ldmain.c:2039 msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n" msgstr "" -#: ldmain.c:1697 +#: ldmain.c:2073 msgid "%P: %pB: reference to %s\n" msgstr "" -#: ldmain.c:1699 +#: ldmain.c:2075 msgid "%P: %pB: definition of %s\n" msgstr "" -#: ldmisc.c:366 +#: ldmisc.c:359 #, c-format msgid "%pB: in function `%pT':\n" msgstr "" -#: ldmisc.c:506 +#: ldmisc.c:499 #, c-format msgid "no symbol" msgstr "" -#: ldmisc.c:688 +#: ldmisc.c:693 msgid "%P: error: unsupported option: %s\n" msgstr "" -#: ldmisc.c:690 +#: ldmisc.c:695 msgid "%P: warning: %s ignored\n" msgstr "" -#: ldmisc.c:701 -msgid "%F%P: internal error %s %d\n" +#: ldmisc.c:706 +msgid "%P: internal error %s %d\n" msgstr "" -#: ldmisc.c:765 +#: ldmisc.c:770 msgid "%P: internal error: aborting at %s:%d in %s\n" msgstr "" -#: ldmisc.c:768 +#: ldmisc.c:773 msgid "%P: internal error: aborting at %s:%d\n" msgstr "" -#: ldmisc.c:770 -msgid "%F%P: please report this bug\n" +#: ldmisc.c:775 +msgid "%P: please report this bug\n" msgstr "" #. Output for noisy == 2 is intended to follow the GNU standards. @@ -1318,28 +1315,28 @@ msgstr "" #: ldwrite.c:60 ldwrite.c:67 ldwrite.c:173 ldwrite.c:181 ldwrite.c:227 #: ldwrite.c:268 -msgid "%F%P: bfd_new_link_order failed: %E\n" +msgid "%P: bfd_new_link_order failed: %E\n" msgstr "" #: ldwrite.c:337 -msgid "%F%P: cannot create split section name for %s\n" +msgid "%P: cannot create split section name for %s\n" msgstr "" -#: ldwrite.c:349 -msgid "%F%P: clone section failed: %E\n" +#: ldwrite.c:348 +msgid "%P: clone section failed: %E\n" msgstr "" -#: ldwrite.c:387 +#: ldwrite.c:385 #, c-format msgid "%8x something else\n" msgstr "" -#: ldwrite.c:553 -msgid "%F%P: final link failed: %E\n" +#: ldwrite.c:551 +msgid "%P: final link failed: %E\n" msgstr "" -#: ldwrite.c:555 -msgid "%F%P: final link failed\n" +#: ldwrite.c:553 +msgid "%P: final link failed\n" msgstr "" #: lexsup.c:105 lexsup.c:303 @@ -1368,7 +1365,7 @@ msgstr "" #: lexsup.c:113 lexsup.c:119 lexsup.c:180 lexsup.c:184 lexsup.c:223 #: lexsup.c:227 lexsup.c:242 lexsup.c:244 lexsup.c:465 lexsup.c:491 -#: lexsup.c:539 lexsup.c:552 lexsup.c:556 +#: lexsup.c:541 lexsup.c:554 lexsup.c:558 msgid "FILE" msgstr "" @@ -1388,8 +1385,8 @@ msgstr "" msgid "Force group members out of groups" msgstr "" -#: lexsup.c:124 lexsup.c:514 lexsup.c:516 lexsup.c:518 lexsup.c:520 -#: lexsup.c:522 lexsup.c:524 lexsup.c:526 +#: lexsup.c:124 lexsup.c:516 lexsup.c:518 lexsup.c:520 lexsup.c:522 +#: lexsup.c:524 lexsup.c:526 lexsup.c:528 msgid "ADDRESS" msgstr "" @@ -1616,7 +1613,7 @@ msgid "Read default linker script" msgstr "" #: lexsup.c:248 lexsup.c:251 lexsup.c:269 lexsup.c:361 lexsup.c:385 -#: lexsup.c:507 lexsup.c:542 lexsup.c:554 lexsup.c:613 lexsup.c:616 +#: lexsup.c:509 lexsup.c:544 lexsup.c:556 lexsup.c:615 lexsup.c:618 msgid "SYMBOL" msgstr "" @@ -2003,58 +2000,62 @@ msgid "Split output sections every COUNT relocs" msgstr "" #: lexsup.c:503 -msgid "Print memory usage statistics" +msgid "Print resource usage statistics" msgstr "" #: lexsup.c:505 -msgid "Display target specific options" +msgid "Do not print resource usage statistics" msgstr "" #: lexsup.c:507 -msgid "Do task level linking" +msgid "Display target specific options" msgstr "" #: lexsup.c:509 -msgid "Use same format as native linker" +msgid "Do task level linking" msgstr "" #: lexsup.c:511 +msgid "Use same format as native linker" +msgstr "" + +#: lexsup.c:513 msgid "SECTION=ADDRESS" msgstr "" -#: lexsup.c:511 +#: lexsup.c:513 msgid "Set address of named section" msgstr "" -#: lexsup.c:514 +#: lexsup.c:516 msgid "Set image base address" msgstr "" -#: lexsup.c:516 +#: lexsup.c:518 msgid "Set address of .bss section" msgstr "" -#: lexsup.c:518 +#: lexsup.c:520 msgid "Set address of .data section" msgstr "" -#: lexsup.c:520 +#: lexsup.c:522 msgid "Set address of .text section" msgstr "" -#: lexsup.c:522 +#: lexsup.c:524 msgid "Set address of text segment" msgstr "" -#: lexsup.c:524 +#: lexsup.c:526 msgid "Set address of rodata segment" msgstr "" -#: lexsup.c:526 +#: lexsup.c:528 msgid "Set address of ldata segment" msgstr "" -#: lexsup.c:529 +#: lexsup.c:531 msgid "" "How to handle unresolved symbols. <method> is:\n" " ignore-all, report-all, ignore-in-object-" @@ -2062,207 +2063,208 @@ msgid "" " ignore-in-shared-libs" msgstr "" -#: lexsup.c:534 +#: lexsup.c:536 msgid "[=NUMBER]" msgstr "" -#: lexsup.c:535 +#: lexsup.c:537 msgid "Output lots of information during link" msgstr "" -#: lexsup.c:539 +#: lexsup.c:541 msgid "Read version information script" msgstr "" -#: lexsup.c:542 +#: lexsup.c:544 msgid "" "Take export symbols list from .exports, using\n" " SYMBOL as the version." msgstr "" -#: lexsup.c:546 +#: lexsup.c:548 msgid "Add data symbols to dynamic list" msgstr "" -#: lexsup.c:548 +#: lexsup.c:550 msgid "Use C++ operator new/delete dynamic list" msgstr "" -#: lexsup.c:550 +#: lexsup.c:552 msgid "Use C++ typeinfo dynamic list" msgstr "" -#: lexsup.c:552 +#: lexsup.c:554 msgid "Read dynamic list" msgstr "" -#: lexsup.c:554 +#: lexsup.c:556 msgid "Export the specified symbol" msgstr "" -#: lexsup.c:556 +#: lexsup.c:558 msgid "Read export dynamic symbol list" msgstr "" -#: lexsup.c:558 +#: lexsup.c:560 msgid "Warn about duplicate common symbols" msgstr "" -#: lexsup.c:560 +#: lexsup.c:562 msgid "Warn if global constructors/destructors are seen" msgstr "" -#: lexsup.c:584 +#: lexsup.c:586 msgid "Warn if the multiple GP values are used" msgstr "" -#: lexsup.c:586 +#: lexsup.c:588 msgid "Warn only once per undefined symbol" msgstr "" -#: lexsup.c:588 +#: lexsup.c:590 msgid "Warn if start of section changes due to alignment" msgstr "" -#: lexsup.c:593 +#: lexsup.c:595 msgid "Warn if output has DT_TEXTREL (default)" msgstr "" -#: lexsup.c:595 +#: lexsup.c:597 msgid "Warn if output has DT_TEXTREL" msgstr "" -#: lexsup.c:601 +#: lexsup.c:603 msgid "Warn if an object has alternate ELF machine code" msgstr "" -#: lexsup.c:605 +#: lexsup.c:607 msgid "Report unresolved symbols as warnings" msgstr "" -#: lexsup.c:608 +#: lexsup.c:610 msgid "Report unresolved symbols as errors" msgstr "" -#: lexsup.c:610 +#: lexsup.c:612 msgid "Include all objects from following archives" msgstr "" -#: lexsup.c:613 +#: lexsup.c:615 msgid "Use wrapper functions for SYMBOL" msgstr "" -#: lexsup.c:617 +#: lexsup.c:619 msgid "Unresolved SYMBOL will not cause an error or warning" msgstr "" -#: lexsup.c:619 +#: lexsup.c:621 msgid "Push state of flags governing input file handling" msgstr "" -#: lexsup.c:622 +#: lexsup.c:624 msgid "Pop state of flags governing input file handling" msgstr "" -#: lexsup.c:625 +#: lexsup.c:627 msgid "Report target memory usage" msgstr "" -#: lexsup.c:627 +#: lexsup.c:629 msgid "=MODE" msgstr "" -#: lexsup.c:627 +#: lexsup.c:629 msgid "Control how orphan sections are handled." msgstr "" -#: lexsup.c:630 +#: lexsup.c:632 msgid "Show discarded sections in map file output (default)" msgstr "" -#: lexsup.c:633 +#: lexsup.c:635 msgid "Do not show discarded sections in map file output" msgstr "" -#: lexsup.c:636 +#: lexsup.c:638 msgid "Show local symbols in map file output" msgstr "" -#: lexsup.c:639 +#: lexsup.c:641 msgid "Do not show local symbols in map file output (default)" msgstr "" -#: lexsup.c:642 +#: lexsup.c:644 msgid "Emit names and types of static variables in CTF" msgstr "" -#: lexsup.c:645 +#: lexsup.c:647 msgid "Do not emit names and types of static variables in CTF" msgstr "" -#: lexsup.c:649 +#: lexsup.c:651 msgid "" "How to share CTF types between translation units.\n" " <method> is: share-unconflicted (default),\n" " share-duplicated" msgstr "" -#: lexsup.c:813 -msgid "%F%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" +#: lexsup.c:815 +msgid "%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" msgstr "" -#: lexsup.c:816 +#: lexsup.c:819 msgid "%P: Warning: grouped short command line options are deprecated: %s\n" msgstr "" -#: lexsup.c:843 +#: lexsup.c:846 msgid "%P: %s: missing argument\n" msgstr "" -#: lexsup.c:848 +#: lexsup.c:851 msgid "%P: unrecognized option '%s'\n" msgstr "" -#: lexsup.c:853 -msgid "%F%P: use the --help option for usage information\n" +#: lexsup.c:856 +msgid "%P: use the --help option for usage information\n" msgstr "" -#: lexsup.c:872 -msgid "%F%P: unrecognized -a option `%s'\n" +#: lexsup.c:875 +msgid "%P: unrecognized -a option `%s'\n" msgstr "" -#: lexsup.c:885 -msgid "%F%P: unrecognized -assert option `%s'\n" +#: lexsup.c:888 +msgid "%P: unrecognized -assert option `%s'\n" msgstr "" -#: lexsup.c:929 -msgid "%F%P: unknown demangling style `%s'\n" +#: lexsup.c:932 +msgid "%P: unknown demangling style `%s'\n" msgstr "" -#: lexsup.c:1037 lexsup.c:1533 eaarch64cloudabi.c:986 eaarch64cloudabib.c:986 -#: eaarch64elf.c:986 eaarch64elf32.c:986 eaarch64elf32b.c:986 -#: eaarch64elfb.c:986 eaarch64fbsd.c:991 eaarch64fbsdb.c:991 -#: eaarch64haiku.c:986 eaarch64linux.c:991 eaarch64linux32.c:991 -#: eaarch64linux32b.c:991 eaarch64linuxb.c:991 eaarch64nto.c:1148 -#: earmelf.c:1135 earmelf_fbsd.c:1135 earmelf_fuchsia.c:1140 -#: earmelf_haiku.c:1140 earmelf_linux.c:1140 earmelf_linux_eabi.c:1140 -#: earmelf_linux_fdpiceabi.c:1140 earmelf_nacl.c:1140 earmelf_nbsd.c:1135 -#: earmelf_phoenix.c:1140 earmelf_vxworks.c:1167 earmelfb.c:1135 -#: earmelfb_fbsd.c:1135 earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 -#: earmelfb_linux_eabi.c:1140 earmelfb_linux_fdpiceabi.c:1140 -#: earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 earmnto.c:1095 ecskyelf.c:602 -#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1236 -#: eelf64lppc_fbsd.c:1236 eelf64ppc.c:1236 eelf64ppc_fbsd.c:1236 -#: ehppaelf.c:613 ehppalinux.c:825 ehppanbsd.c:825 ehppaobsd.c:825 -msgid "%F%P: invalid number `%s'\n" +#: lexsup.c:1039 lexsup.c:1545 eaarch64cloudabi.c:1021 +#: eaarch64cloudabib.c:1021 eaarch64elf.c:1026 eaarch64elf32.c:1026 +#: eaarch64elf32b.c:1026 eaarch64elfb.c:1026 eaarch64fbsd.c:1026 +#: eaarch64fbsdb.c:1026 eaarch64haiku.c:1021 eaarch64linux.c:1026 +#: eaarch64linux32.c:1026 eaarch64linux32b.c:1026 eaarch64linuxb.c:1026 +#: eaarch64nto.c:1183 earmelf.c:1135 earmelf_fbsd.c:1135 +#: earmelf_fuchsia.c:1140 earmelf_haiku.c:1140 earmelf_linux.c:1140 +#: earmelf_linux_eabi.c:1140 earmelf_linux_fdpiceabi.c:1140 +#: earmelf_nacl.c:1140 earmelf_nbsd.c:1135 earmelf_phoenix.c:1140 +#: earmelf_vxworks.c:1167 earmelfb.c:1135 earmelfb_fbsd.c:1135 +#: earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 earmelfb_linux_eabi.c:1140 +#: earmelfb_linux_fdpiceabi.c:1140 earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 +#: earmnto.c:1095 ecskyelf.c:602 ecskyelf_linux.c:789 eelf32metag.c:788 +#: eelf64lppc.c:1237 eelf64lppc_fbsd.c:1237 eelf64ppc.c:1237 +#: eelf64ppc_fbsd.c:1237 ehppaelf.c:613 ehppalinux.c:825 ehppanbsd.c:825 +#: ehppaobsd.c:825 +msgid "%P: invalid number `%s'\n" msgstr "" -#: lexsup.c:1133 -msgid "%F%P: bad --unresolved-symbols option: %s\n" +#: lexsup.c:1135 +msgid "%P: bad --unresolved-symbols option: %s\n" msgstr "" -#: lexsup.c:1220 -msgid "%F%P: bad -plugin-opt option\n" +#: lexsup.c:1222 +msgid "%P: bad -plugin-opt option\n" msgstr "" #. This can happen if the user put "-rpath,a" on the command @@ -2273,175 +2275,175 @@ msgstr "" #. 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:1240 -msgid "%F%P: unrecognised option: %s\n" +#: lexsup.c:1242 +msgid "%P: unrecognised option: %s\n" msgstr "" -#: lexsup.c:1243 lexsup.c:1353 lexsup.c:1374 lexsup.c:1502 -msgid "%F%P: -r and %s may not be used together\n" +#: lexsup.c:1245 lexsup.c:1355 lexsup.c:1376 lexsup.c:1514 +msgid "%P: -r and %s may not be used together\n" msgstr "" -#: lexsup.c:1365 -msgid "%F%P: -shared not supported\n" +#: lexsup.c:1367 +msgid "%P: -shared not supported\n" msgstr "" -#: lexsup.c:1379 -msgid "%F%P: -pie not supported\n" +#: lexsup.c:1381 +msgid "%P: -pie not supported\n" msgstr "" -#: lexsup.c:1385 +#: lexsup.c:1387 msgid "%P: SONAME must not be empty string; keeping previous one\n" msgstr "" -#: lexsup.c:1391 +#: lexsup.c:1393 msgid "descending" msgstr "" -#: lexsup.c:1393 +#: lexsup.c:1395 msgid "ascending" msgstr "" -#: lexsup.c:1396 -msgid "%F%P: invalid common section sorting option: %s\n" +#: lexsup.c:1398 +msgid "%P: invalid common section sorting option: %s\n" msgstr "" -#: lexsup.c:1400 +#: lexsup.c:1402 msgid "name" msgstr "" -#: lexsup.c:1402 +#: lexsup.c:1404 msgid "alignment" msgstr "" -#: lexsup.c:1405 -msgid "%F%P: invalid section sorting option: %s\n" +#: lexsup.c:1407 +msgid "%P: invalid section sorting option: %s\n" msgstr "" -#: lexsup.c:1411 +#: lexsup.c:1412 msgid "" "%P: warning: section ordering file changed. Ignoring earlier definition\n" msgstr "" -#: lexsup.c:1448 -msgid "%F%P: invalid argument to option \"--section-start\"\n" +#: lexsup.c:1460 +msgid "%P: invalid argument to option \"--section-start\"\n" msgstr "" -#: lexsup.c:1455 -msgid "%F%P: missing argument(s) to option \"--section-start\"\n" +#: lexsup.c:1467 +msgid "%P: missing argument(s) to option \"--section-start\"\n" msgstr "" -#: lexsup.c:1728 -msgid "%F%P: group ended before it began (--help for usage)\n" +#: lexsup.c:1740 +msgid "%P: group ended before it began (--help for usage)\n" msgstr "" -#: lexsup.c:1744 -msgid "%F%P: failed to add remap file %s\n" +#: lexsup.c:1756 +msgid "%P: failed to add remap file %s\n" msgstr "" #. FIXME: Should we allow --remap-inputs=@myfile as a synonym #. for --remap-inputs-file=myfile ? -#: lexsup.c:1753 -msgid "%F%P: invalid argument to option --remap-inputs\n" +#: lexsup.c:1765 +msgid "%P: invalid argument to option --remap-inputs\n" msgstr "" -#: lexsup.c:1774 -msgid "%F%P: invalid cache memory size: %s\n" +#: lexsup.c:1786 +msgid "%P: invalid cache memory size: %s\n" msgstr "" -#: lexsup.c:1788 +#: lexsup.c:1799 msgid "%X%P: --hash-size needs a numeric argument\n" msgstr "" -#: lexsup.c:1800 -msgid "%F%P: no state pushed before popping\n" +#: lexsup.c:1811 +msgid "%P: no state pushed before popping\n" msgstr "" -#: lexsup.c:1823 -msgid "%F%P: invalid argument to option \"--orphan-handling\"\n" +#: lexsup.c:1834 +msgid "%P: invalid argument to option \"--orphan-handling\"\n" msgstr "" -#: lexsup.c:1861 -msgid "%F%P: bad --ctf-share-types option: %s\n" +#: lexsup.c:1872 +msgid "%P: bad --ctf-share-types option: %s\n" msgstr "" -#: lexsup.c:1878 +#: lexsup.c:1889 msgid "%P: no file/directory name provided for map output; ignored\n" msgstr "" -#: lexsup.c:1906 +#: lexsup.c:1917 msgid "%P: cannot stat linker map file: %E\n" msgstr "" -#: lexsup.c:1917 +#: lexsup.c:1928 msgid "%P: linker map file is not a regular file\n" msgstr "" -#: lexsup.c:1932 +#: lexsup.c:1943 msgid "%P: SONAME must not be empty string; ignored\n" msgstr "" -#: lexsup.c:1938 +#: lexsup.c:1949 msgid "%P: missing --end-group; added as last command line option\n" msgstr "" -#: lexsup.c:2047 -msgid "%F%P: -r and -z nosectionheader may not be used together\n" +#: lexsup.c:2038 +msgid "%P: -r and -z nosectionheader may not be used together\n" msgstr "" -#: lexsup.c:2055 -msgid "%F%P: -F may not be used without -shared\n" +#: lexsup.c:2046 +msgid "%P: -F may not be used without -shared\n" msgstr "" -#: lexsup.c:2057 -msgid "%F%P: -f may not be used without -shared\n" +#: lexsup.c:2048 +msgid "%P: -f may not be used without -shared\n" msgstr "" -#: lexsup.c:2098 lexsup.c:2111 -msgid "%F%P: invalid hex number `%s'\n" +#: lexsup.c:2089 lexsup.c:2102 +msgid "%P: invalid hex number `%s'\n" msgstr "" -#: lexsup.c:2141 +#: lexsup.c:2132 #, c-format msgid " --audit=AUDITLIB Specify a library to use for auditing\n" msgstr "" -#: lexsup.c:2143 +#: lexsup.c:2134 #, c-format msgid " -Bgroup Selects group name lookup rules for DSO\n" msgstr "" -#: lexsup.c:2145 +#: lexsup.c:2136 #, c-format msgid " --disable-new-dtags Disable new dynamic tags\n" msgstr "" -#: lexsup.c:2147 +#: lexsup.c:2138 #, c-format msgid " --enable-new-dtags Enable new dynamic tags\n" msgstr "" -#: lexsup.c:2149 +#: lexsup.c:2140 #, c-format msgid " --eh-frame-hdr Create .eh_frame_hdr section\n" msgstr "" -#: lexsup.c:2151 +#: lexsup.c:2142 #, c-format msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n" msgstr "" -#: lexsup.c:2153 +#: lexsup.c:2144 #, c-format msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n" msgstr "" -#: lexsup.c:2155 +#: lexsup.c:2146 #, c-format msgid "" " --hash-style=STYLE Set hash style to sysv/gnu/both. Default: " msgstr "" -#: lexsup.c:2174 +#: lexsup.c:2165 #, c-format msgid "" " -P AUDITLIB, --depaudit=AUDITLIB\n" @@ -2449,20 +2451,20 @@ msgid "" "dependencies\n" msgstr "" -#: lexsup.c:2177 +#: lexsup.c:2168 #, c-format msgid "" " -z combreloc Merge dynamic relocs into one section and " "sort\n" msgstr "" -#: lexsup.c:2179 +#: lexsup.c:2170 #, c-format msgid "" " -z nocombreloc Don't merge dynamic relocs into one section\n" msgstr "" -#: lexsup.c:2181 +#: lexsup.c:2172 #, c-format msgid "" " -z global Make symbols in DSO available for " @@ -2470,424 +2472,424 @@ msgid "" " loaded objects\n" msgstr "" -#: lexsup.c:2184 +#: lexsup.c:2175 #, c-format msgid "" " -z initfirst Mark DSO to be initialized first at runtime\n" msgstr "" -#: lexsup.c:2186 +#: lexsup.c:2177 #, c-format msgid "" " -z interpose Mark object to interpose all DSOs but " "executable\n" msgstr "" -#: lexsup.c:2188 +#: lexsup.c:2179 #, c-format msgid "" " -z unique Mark DSO to be loaded at most once by default, " "and only in the main namespace\n" msgstr "" -#: lexsup.c:2190 +#: lexsup.c:2181 #, c-format msgid "" " -z nounique Don't mark DSO as a loadable at most once\n" msgstr "" -#: lexsup.c:2192 +#: lexsup.c:2183 #, c-format msgid "" " -z lazy Mark object lazy runtime binding (default)\n" msgstr "" -#: lexsup.c:2194 +#: lexsup.c:2185 #, c-format msgid " -z loadfltr Mark object requiring immediate process\n" msgstr "" -#: lexsup.c:2196 +#: lexsup.c:2187 #, c-format msgid " -z nocopyreloc Don't create copy relocs\n" msgstr "" -#: lexsup.c:2198 +#: lexsup.c:2189 #, c-format msgid "" " -z nodefaultlib Mark object not to use default search paths\n" msgstr "" -#: lexsup.c:2200 +#: lexsup.c:2191 #, c-format msgid " -z nodelete Mark DSO non-deletable at runtime\n" msgstr "" -#: lexsup.c:2202 +#: lexsup.c:2193 #, c-format msgid " -z nodlopen Mark DSO not available to dlopen\n" msgstr "" -#: lexsup.c:2204 +#: lexsup.c:2195 #, c-format msgid " -z nodump Mark DSO not available to dldump\n" msgstr "" -#: lexsup.c:2206 +#: lexsup.c:2197 #, c-format msgid " -z now Mark object non-lazy runtime binding\n" msgstr "" -#: lexsup.c:2208 +#: lexsup.c:2199 #, c-format msgid "" " -z origin Mark object requiring immediate $ORIGIN\n" " processing at runtime\n" msgstr "" -#: lexsup.c:2212 +#: lexsup.c:2203 #, c-format msgid " -z relro Create RELRO program header (default)\n" msgstr "" -#: lexsup.c:2214 +#: lexsup.c:2205 #, c-format msgid " -z norelro Don't create RELRO program header\n" msgstr "" -#: lexsup.c:2217 +#: lexsup.c:2208 #, c-format msgid " -z relro Create RELRO program header\n" msgstr "" -#: lexsup.c:2219 +#: lexsup.c:2210 #, c-format msgid "" " -z norelro Don't create RELRO program header (default)\n" msgstr "" -#: lexsup.c:2223 +#: lexsup.c:2214 #, c-format msgid "" " -z separate-code Create separate code program header (default)\n" msgstr "" -#: lexsup.c:2225 +#: lexsup.c:2216 #, c-format msgid "" " -z noseparate-code Don't create separate code program header\n" msgstr "" -#: lexsup.c:2228 +#: lexsup.c:2219 #, c-format msgid " -z separate-code Create separate code program header\n" msgstr "" -#: lexsup.c:2230 +#: lexsup.c:2221 #, c-format msgid "" " -z noseparate-code Don't create separate code program header " "(default)\n" msgstr "" -#: lexsup.c:2234 +#: lexsup.c:2225 #, c-format msgid "" " --rosegment With -z separate-code, create a single read-" "only segment (default)\n" msgstr "" -#: lexsup.c:2236 +#: lexsup.c:2227 #, c-format msgid "" " --no-rosegment With -z separate-code, creste two read-only " "segments\n" msgstr "" -#: lexsup.c:2239 +#: lexsup.c:2230 #, c-format msgid "" " --rosegment With -z separate-code, create a single read-" "only segment\n" msgstr "" -#: lexsup.c:2241 +#: lexsup.c:2232 #, c-format msgid "" " --no-rosegment With -z separate-code, creste two read-only " "segments (default)\n" msgstr "" -#: lexsup.c:2244 +#: lexsup.c:2235 #, c-format msgid "" " -z common Generate common symbols with STT_COMMON type\n" msgstr "" -#: lexsup.c:2246 +#: lexsup.c:2237 #, c-format msgid "" " -z nocommon Generate common symbols with STT_OBJECT type\n" msgstr "" -#: lexsup.c:2249 +#: lexsup.c:2240 #, c-format msgid "" " -z text Treat DT_TEXTREL in output as error (default)\n" msgstr "" -#: lexsup.c:2252 +#: lexsup.c:2243 #, c-format msgid " -z text Treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2256 +#: lexsup.c:2247 #, c-format msgid "" " -z notext Don't treat DT_TEXTREL in output as error " "(default)\n" msgstr "" -#: lexsup.c:2258 +#: lexsup.c:2249 #, c-format msgid "" " -z textoff Don't treat DT_TEXTREL in output as error " "(default)\n" msgstr "" -#: lexsup.c:2263 +#: lexsup.c:2254 #, c-format msgid "" " -z notext Don't treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2265 +#: lexsup.c:2256 #, c-format msgid "" " -z textoff Don't treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2269 +#: lexsup.c:2260 #, c-format msgid " -z memory-seal Mark object be memory sealed (default)\n" msgstr "" -#: lexsup.c:2271 +#: lexsup.c:2262 #, c-format msgid " -z nomemory-seal Don't mark oject to be memory sealed\n" msgstr "" -#: lexsup.c:2274 +#: lexsup.c:2265 #, c-format msgid " -z memory-seal Mark object be memory sealed\n" msgstr "" -#: lexsup.c:2276 +#: lexsup.c:2267 #, c-format msgid "" " -z nomemory-seal Don't mark oject to be memory sealed " "(default)\n" msgstr "" -#: lexsup.c:2284 +#: lexsup.c:2275 #, c-format msgid " --build-id[=STYLE] Generate build ID note\n" msgstr "" -#: lexsup.c:2288 +#: lexsup.c:2279 #, c-format msgid " Styles: none,md5,sha1,xx,uuid,0xHEX\n" msgstr "" -#: lexsup.c:2292 +#: lexsup.c:2283 #, c-format msgid " Styles: none,md5,sha1,uuid,0xHEX\n" msgstr "" -#: lexsup.c:2295 +#: lexsup.c:2286 #, c-format msgid " --package-metadata[=JSON] Generate package metadata note\n" msgstr "" -#: lexsup.c:2297 +#: lexsup.c:2288 #, c-format msgid "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" "\t\t\t Compress DWARF debug sections\n" msgstr "" -#: lexsup.c:2300 +#: lexsup.c:2291 #, c-format msgid " Default: %s\n" msgstr "" -#: lexsup.c:2303 +#: lexsup.c:2294 #, c-format msgid " -z common-page-size=SIZE Set common page size to SIZE\n" msgstr "" -#: lexsup.c:2305 +#: lexsup.c:2296 #, c-format msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n" msgstr "" -#: lexsup.c:2307 +#: lexsup.c:2298 #, c-format msgid "" " -z defs Report unresolved symbols in object files\n" msgstr "" -#: lexsup.c:2309 +#: lexsup.c:2300 #, c-format msgid "" " -z undefs Ignore unresolved symbols in object files\n" msgstr "" -#: lexsup.c:2311 +#: lexsup.c:2302 #, c-format msgid " -z muldefs Allow multiple definitions\n" msgstr "" -#: lexsup.c:2313 +#: lexsup.c:2304 #, c-format msgid " -z stack-size=SIZE Set size of stack segment\n" msgstr "" -#: lexsup.c:2316 +#: lexsup.c:2307 #, c-format msgid "" " -z execstack Mark executable as requiring executable stack\n" msgstr "" -#: lexsup.c:2318 +#: lexsup.c:2309 #, c-format msgid "" " -z noexecstack Mark executable as not requiring executable " "stack\n" msgstr "" -#: lexsup.c:2320 +#: lexsup.c:2311 #, c-format msgid "" " --warn-execstack-objects Generate a warning if an object file requests " "an executable stack\n" msgstr "" -#: lexsup.c:2323 +#: lexsup.c:2314 #, c-format msgid "" " --warn-execstack Generate a warning if creating an executable " "stack\n" msgstr "" -#: lexsup.c:2326 +#: lexsup.c:2317 #, c-format msgid "" " --warn-execstack Generate a warning if creating an executable " "stack (default)\n" msgstr "" -#: lexsup.c:2330 +#: lexsup.c:2321 #, c-format msgid "" " --no-warn-execstack Do not generate a warning if creating an " "executable stack (default)\n" msgstr "" -#: lexsup.c:2333 +#: lexsup.c:2324 #, c-format msgid "" " --no-warn-execstack Do not generate a warning if creating an " "executable stack\n" msgstr "" -#: lexsup.c:2336 +#: lexsup.c:2327 #, c-format msgid "" " --error-execstack Turn warnings about executable stacks into " "errors\n" msgstr "" -#: lexsup.c:2338 +#: lexsup.c:2329 #, c-format msgid "" " --no-error-execstack Do not turn warnings about executable stacks " "into errors\n" msgstr "" -#: lexsup.c:2342 +#: lexsup.c:2333 #, c-format msgid "" " --warn-rwx-segments Generate a warning if a LOAD segment has RWX " "permissions (default)\n" msgstr "" -#: lexsup.c:2344 +#: lexsup.c:2335 #, c-format msgid "" " --no-warn-rwx-segments Do not generate a warning if a LOAD segments " "has RWX permissions\n" msgstr "" -#: lexsup.c:2347 +#: lexsup.c:2338 #, c-format msgid "" " --warn-rwx-segments Generate a warning if a LOAD segment has RWX " "permissions\n" msgstr "" -#: lexsup.c:2349 +#: lexsup.c:2340 #, c-format msgid "" " --no-warn-rwx-segments Do not generate a warning if a LOAD segments " "has RWX permissions (default)\n" msgstr "" -#: lexsup.c:2352 +#: lexsup.c:2343 #, c-format msgid "" " --error-rwx-segments Turn warnings about loadable RWX segments into " "errors\n" msgstr "" -#: lexsup.c:2354 +#: lexsup.c:2345 #, c-format msgid "" " --no-error-rwx-segments Do not turn warnings about loadable RWX " "segments into errors\n" msgstr "" -#: lexsup.c:2357 +#: lexsup.c:2348 #, c-format msgid " -z unique-symbol Avoid duplicated local symbol names\n" msgstr "" -#: lexsup.c:2359 +#: lexsup.c:2350 #, c-format msgid "" " -z nounique-symbol Keep duplicated local symbol names (default)\n" msgstr "" -#: lexsup.c:2361 +#: lexsup.c:2352 #, c-format msgid "" " -z globalaudit Mark executable requiring global auditing\n" msgstr "" -#: lexsup.c:2363 +#: lexsup.c:2354 #, c-format msgid "" " -z start-stop-gc Enable garbage collection on __start/__stop\n" msgstr "" -#: lexsup.c:2365 +#: lexsup.c:2356 #, c-format msgid "" " -z nostart-stop-gc Don't garbage collect __start/__stop " "(default)\n" msgstr "" -#: lexsup.c:2367 +#: lexsup.c:2358 #, c-format msgid "" " -z start-stop-visibility=V Set visibility of built-in __start/__stop " @@ -2895,23 +2897,23 @@ msgid "" " to DEFAULT, PROTECTED, HIDDEN or INTERNAL\n" msgstr "" -#: lexsup.c:2370 +#: lexsup.c:2361 #, c-format msgid " -z sectionheader Generate section header (default)\n" msgstr "" -#: lexsup.c:2372 +#: lexsup.c:2363 #, c-format msgid " -z nosectionheader Do not generate section header\n" msgstr "" -#: lexsup.c:2379 +#: lexsup.c:2370 #, c-format msgid "" " --ld-generated-unwind-info Generate exception handling info for PLT\n" msgstr "" -#: lexsup.c:2381 +#: lexsup.c:2372 #, c-format msgid "" " --no-ld-generated-unwind-info\n" @@ -2919,55 +2921,55 @@ msgid "" "PLT\n" msgstr "" -#: lexsup.c:2391 +#: lexsup.c:2382 #, c-format msgid "ELF emulations:\n" msgstr "" -#: lexsup.c:2409 +#: lexsup.c:2400 #, c-format msgid "Usage: %s [options] file...\n" msgstr "" -#: lexsup.c:2411 +#: lexsup.c:2402 #, c-format msgid "Options:\n" msgstr "" -#: lexsup.c:2489 +#: lexsup.c:2480 #, c-format msgid " @FILE" msgstr "" -#: lexsup.c:2492 +#: lexsup.c:2483 #, c-format msgid "Read options from FILE\n" msgstr "" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:2497 +#: lexsup.c:2488 #, c-format msgid "%s: supported targets:" msgstr "" -#: lexsup.c:2505 +#: lexsup.c:2496 #, c-format msgid "%s: supported emulations: " msgstr "" -#: lexsup.c:2510 +#: lexsup.c:2501 #, c-format msgid "%s: emulation specific options:\n" msgstr "" -#: lexsup.c:2517 +#: lexsup.c:2508 #, c-format msgid "Report bugs to %s\n" msgstr "" #: mri.c:291 -msgid "%F%P: unknown format type %s\n" +msgid "%P: unknown format type %s\n" msgstr "" #: pdb.c:845 pdb.c:1136 @@ -3410,46 +3412,46 @@ msgstr "" msgid "%P: warning: cannot populate info stream in PDB file: %E\n" msgstr "" -#: pe-dll.c:480 +#: pe-dll.c:483 msgid "%X%P: unsupported PEI architecture: %s\n" msgstr "" -#: pe-dll.c:869 +#: pe-dll.c:872 msgid "%X%P: cannot export %s: invalid export name\n" msgstr "" -#: pe-dll.c:921 +#: pe-dll.c:924 #, c-format msgid "%X%P: error, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "" -#: pe-dll.c:928 +#: pe-dll.c:931 #, c-format msgid "%P: warning, duplicate EXPORT: %s\n" msgstr "" -#: pe-dll.c:1035 +#: pe-dll.c:1038 #, c-format msgid "%X%P: cannot export %s: symbol not defined\n" msgstr "" -#: pe-dll.c:1041 +#: pe-dll.c:1044 #, c-format msgid "%X%P: cannot export %s: symbol wrong type (%d vs %d)\n" msgstr "" -#: pe-dll.c:1048 +#: pe-dll.c:1051 #, c-format msgid "%X%P: cannot export %s: symbol not found\n" msgstr "" -#: pe-dll.c:1072 eaarch64cloudabi.c:370 eaarch64cloudabib.c:370 -#: eaarch64elf.c:369 eaarch64elf32.c:369 eaarch64elf32b.c:369 -#: eaarch64elfb.c:369 eaarch64fbsd.c:370 eaarch64fbsdb.c:370 -#: eaarch64haiku.c:370 eaarch64linux.c:370 eaarch64linux32.c:370 -#: eaarch64linux32b.c:370 eaarch64linuxb.c:370 eaarch64nto.c:370 -#: eaix5ppc.c:1632 eaix5ppc.c:1642 eaix5rs6.c:1632 eaix5rs6.c:1642 -#: eaixppc.c:1632 eaixppc.c:1642 eaixrs6.c:1632 eaixrs6.c:1642 earmelf.c:572 +#: pe-dll.c:1075 eaarch64cloudabi.c:376 eaarch64cloudabib.c:376 +#: eaarch64elf.c:376 eaarch64elf32.c:376 eaarch64elf32b.c:376 +#: eaarch64elfb.c:376 eaarch64fbsd.c:376 eaarch64fbsdb.c:376 +#: eaarch64haiku.c:376 eaarch64linux.c:376 eaarch64linux32.c:376 +#: eaarch64linux32b.c:376 eaarch64linuxb.c:376 eaarch64nto.c:376 +#: eaix5ppc.c:1631 eaix5ppc.c:1641 eaix5rs6.c:1631 eaix5rs6.c:1641 +#: eaixppc.c:1631 eaixppc.c:1641 eaixrs6.c:1631 eaixrs6.c:1641 earmelf.c:572 #: earmelf_fbsd.c:572 earmelf_fuchsia.c:573 earmelf_haiku.c:573 #: earmelf_linux.c:573 earmelf_linux_eabi.c:573 earmelf_linux_fdpiceabi.c:573 #: earmelf_nacl.c:573 earmelf_nbsd.c:572 earmelf_phoenix.c:573 @@ -3469,104 +3471,104 @@ msgstr "" #: eelf64ltsmip_fbsd.c:175 eelf64ppc.c:122 eelf64ppc_fbsd.c:122 #: eelf_mipsel_haiku.c:175 ehppaelf.c:113 ehppalinux.c:113 ehppanbsd.c:113 #: ehppaobsd.c:113 em68hc11elf.c:173 em68hc11elfb.c:173 em68hc12elf.c:173 -#: em68hc12elfb.c:173 eppcmacos.c:1632 eppcmacos.c:1642 -msgid "%F%P: can not create BFD: %E\n" +#: em68hc12elfb.c:173 eppcmacos.c:1631 eppcmacos.c:1641 +msgid "%P: can not create BFD: %E\n" msgstr "" -#: pe-dll.c:1086 +#: pe-dll.c:1089 msgid "%X%P: can not create .edata section: %E\n" msgstr "" -#: pe-dll.c:1100 +#: pe-dll.c:1103 msgid "%X%P: can not create .reloc section: %E\n" msgstr "" -#: pe-dll.c:1149 +#: pe-dll.c:1152 #, c-format msgid "%X%P: error: ordinal used twice: %d (%s vs %s)\n" msgstr "" -#: pe-dll.c:1185 +#: pe-dll.c:1188 #, c-format msgid "%X%P: error: export ordinal too large: %d\n" msgstr "" -#: pe-dll.c:1511 +#: pe-dll.c:1514 #, c-format msgid "Info: resolving %s by linking to %s (auto-import)\n" msgstr "" -#: pe-dll.c:1517 +#: pe-dll.c:1520 msgid "" "%P: warning: auto-importing has been activated without --enable-auto-import " "specified on the command line; this should work unless it involves constant " "data structures referencing symbols from auto-imported DLLs\n" msgstr "" -#: pe-dll.c:1680 +#: pe-dll.c:1684 msgid "%P: base relocation for section `%s' above .reloc section\n" msgstr "" -#: pe-dll.c:1730 +#: pe-dll.c:1734 #, c-format msgid "%X%P: error: %d-bit reloc in dll\n" msgstr "" -#: pe-dll.c:1856 +#: pe-dll.c:1860 #, c-format msgid "%P: can't open output def file %s\n" msgstr "" -#: pe-dll.c:2005 +#: pe-dll.c:2009 #, c-format msgid "; no contents available\n" msgstr "" -#: pe-dll.c:2364 +#: pe-dll.c:2368 msgid "%P: error: NULL decorated name for %s\n" msgstr "" -#: pe-dll.c:2899 +#: pe-dll.c:2903 msgid "" "%X%P: %H: variable '%pT' can't be auto-imported; please read the " "documentation for ld's --enable-auto-import for details\n" msgstr "" -#: pe-dll.c:2920 +#: pe-dll.c:2924 #, c-format msgid "%X%P: can't open .lib file: %s\n" msgstr "" -#: pe-dll.c:2926 +#: pe-dll.c:2930 #, c-format msgid "Creating library file: %s\n" msgstr "" -#: pe-dll.c:2956 +#: pe-dll.c:2960 msgid "%X%P: bfd_openr %s: %E\n" msgstr "" -#: pe-dll.c:2968 +#: pe-dll.c:2972 msgid "%X%P: %s(%s): can't find member in non-archive file" msgstr "" -#: pe-dll.c:2982 +#: pe-dll.c:2986 msgid "%X%P: %s(%s): can't find member in archive" msgstr "" -#: pe-dll.c:3239 +#: pe-dll.c:3243 msgid "%X%P: add symbols %s: %E\n" msgstr "" -#: pe-dll.c:3450 +#: pe-dll.c:3454 msgid "%X%P: open %s: %E\n" msgstr "" -#: pe-dll.c:3460 +#: pe-dll.c:3464 msgid "%X%P: %s: this doesn't appear to be a DLL\n" msgstr "" -#: pe-dll.c:3680 +#: pe-dll.c:3684 msgid "%X%P: error: can't use long section names on this arch\n" msgstr "" @@ -3574,8 +3576,8 @@ msgstr "" msgid "<no plugin>" msgstr "" -#: plugin.c:255 plugin.c:1137 -msgid "%F%P: %s: error loading plugin: %s\n" +#: plugin.c:255 plugin.c:1139 +msgid "%P: %s: error loading plugin: %s\n" msgstr "" #: plugin.c:262 @@ -3583,79 +3585,79 @@ msgid "%P: %s: duplicated plugin\n" msgstr "" #: plugin.c:346 -msgid "%F%P: could not create dummy IR bfd: %E\n" +msgid "%P: could not create dummy IR bfd: %E\n" msgstr "" -#: plugin.c:427 -msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n" +#: plugin.c:428 +msgid "%P: %s: non-ELF symbol in ELF BFD!\n" msgstr "" -#: plugin.c:438 -msgid "%F%P: unknown ELF symbol visibility: %d!\n" +#: plugin.c:439 +msgid "%P: unknown ELF symbol visibility: %d!\n" msgstr "" -#: plugin.c:560 -msgid "%F%P: unsupported input file size: %s (%ld bytes)\n" +#: plugin.c:561 +msgid "%P: unsupported input file size: %s (%ld bytes)\n" msgstr "" -#: plugin.c:705 +#: plugin.c:706 #, c-format msgid "unknown LTO kind value %x" msgstr "" -#: plugin.c:731 +#: plugin.c:732 #, c-format msgid "unknown LTO resolution value %x" msgstr "" -#: plugin.c:751 +#: plugin.c:752 #, c-format msgid "unknown LTO visibility value %x" msgstr "" #. We should not have a new, indirect or warning symbol here. -#: plugin.c:836 -msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n" +#: plugin.c:837 +msgid "%P: %s: plugin symbol table corrupt (sym type %d)\n" msgstr "" -#: plugin.c:901 +#: plugin.c:902 msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n" msgstr "" -#: plugin.c:978 +#: plugin.c:979 msgid "%P: warning: " msgstr "" #: plugin.c:989 -msgid "%P: error: " +msgid "%X%P: error: " msgstr "" -#: plugin.c:1144 -msgid "%F%P: %s: plugin error: %d\n" +#: plugin.c:1146 +msgid "%P: %s: plugin error: %d\n" msgstr "" -#: plugin.c:1208 -msgid "%F%P: plugin_strdup failed to allocate memory: %s\n" +#: plugin.c:1210 +msgid "%P: plugin_strdup failed to allocate memory: %s\n" msgstr "" -#: plugin.c:1250 -msgid "%F%P: plugin failed to allocate memory for input: %s\n" +#: plugin.c:1252 +msgid "%P: plugin failed to allocate memory for input: %s\n" msgstr "" -#: plugin.c:1279 -msgid "%F%P: %s: plugin reported error claiming file\n" +#: plugin.c:1281 +msgid "%P: %s: plugin reported error claiming file\n" msgstr "" -#: plugin.c:1401 +#: plugin.c:1403 msgid "%P: %s: error in plugin cleanup: %d (ignored)\n" msgstr "" -#: eaarch64cloudabi.c:237 eaarch64cloudabib.c:237 eaarch64elf.c:236 -#: eaarch64elf32.c:236 eaarch64elf32b.c:236 eaarch64elfb.c:236 -#: eaarch64fbsd.c:237 eaarch64fbsdb.c:237 eaarch64haiku.c:237 -#: eaarch64linux.c:237 eaarch64linux32.c:237 eaarch64linux32b.c:237 -#: eaarch64linuxb.c:237 eaarch64nto.c:237 eaix5ppc.c:1097 eaix5rs6.c:1097 -#: eaixppc.c:1097 eaixrs6.c:1097 earmelf.c:299 earmelf_fbsd.c:299 +#: eaarch64cloudabi.c:242 eaarch64cloudabib.c:242 eaarch64elf.c:242 +#: eaarch64elf32.c:242 eaarch64elf32b.c:242 eaarch64elfb.c:242 +#: eaarch64fbsd.c:242 eaarch64fbsdb.c:242 eaarch64haiku.c:242 +#: eaarch64linux.c:242 eaarch64linux32.c:242 eaarch64linux32b.c:242 +#: eaarch64linuxb.c:242 eaarch64nto.c:242 eaix5ppc.c:1096 eaix5rs6.c:1096 +#: eaixppc.c:1096 eaixrs6.c:1096 earmelf.c:299 earmelf_fbsd.c:299 #: earmelf_fuchsia.c:300 earmelf_haiku.c:300 earmelf_linux.c:300 #: earmelf_linux_eabi.c:300 earmelf_linux_fdpiceabi.c:300 earmelf_nacl.c:300 #: earmelf_nbsd.c:299 earmelf_phoenix.c:300 earmelf_vxworks.c:299 @@ -3670,24 +3672,25 @@ msgstr "" #: eelf32b4300.c:208 eelf32bmip.c:208 eelf32bmipn32.c:222 eelf32bsmip.c:222 #: eelf32btsmip.c:208 eelf32btsmip_fbsd.c:208 eelf32btsmipn32.c:208 #: eelf32btsmipn32_fbsd.c:208 eelf32ebmip.c:208 eelf32ebmipvxworks.c:208 -#: eelf32elmip.c:208 eelf32elmipvxworks.c:208 eelf32l4300.c:208 -#: eelf32lmip.c:208 eelf32lr5900.c:208 eelf32lr5900n32.c:208 eelf32lsmip.c:208 -#: eelf32ltsmip.c:208 eelf32ltsmip_fbsd.c:208 eelf32ltsmipn32.c:208 -#: eelf32ltsmipn32_fbsd.c:208 eelf32metag.c:209 eelf32mipswindiss.c:208 -#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 +#: eelf32elmip.c:208 eelf32elmipvxworks.c:208 eelf32kvx.c:198 +#: eelf32l4300.c:208 eelf32lmip.c:208 eelf32lr5900.c:208 eelf32lr5900n32.c:208 +#: eelf32lsmip.c:208 eelf32ltsmip.c:208 eelf32ltsmip_fbsd.c:208 +#: eelf32ltsmipn32.c:208 eelf32ltsmipn32_fbsd.c:208 eelf32metag.c:209 +#: eelf32mipswindiss.c:208 eelf64bmip.c:222 eelf64btsmip.c:208 +#: eelf64btsmip_fbsd.c:208 eelf64kvx.c:198 eelf64kvx_linux.c:196 #: eelf64lppc.c:485 eelf64lppc_fbsd.c:485 eelf64ltsmip.c:208 #: eelf64ltsmip_fbsd.c:208 eelf64ppc.c:485 eelf64ppc_fbsd.c:485 #: eelf_mipsel_haiku.c:208 ehppaelf.c:233 ehppalinux.c:233 ehppanbsd.c:233 #: ehppaobsd.c:233 em68hc11elf.c:298 em68hc11elfb.c:298 em68hc12elf.c:298 -#: em68hc12elfb.c:298 eppcmacos.c:1097 +#: em68hc12elfb.c:298 eppcmacos.c:1096 msgid "%X%P: can not make stub section: %E\n" msgstr "" -#: eaarch64cloudabi.c:280 eaarch64cloudabib.c:280 eaarch64elf.c:279 -#: eaarch64elf32.c:279 eaarch64elf32b.c:279 eaarch64elfb.c:279 -#: eaarch64fbsd.c:280 eaarch64fbsdb.c:280 eaarch64haiku.c:280 -#: eaarch64linux.c:280 eaarch64linux32.c:280 eaarch64linux32b.c:280 -#: eaarch64linuxb.c:280 eaarch64nto.c:280 earcelf.c:117 earclinux.c:118 +#: eaarch64cloudabi.c:285 eaarch64cloudabib.c:285 eaarch64elf.c:285 +#: eaarch64elf32.c:285 eaarch64elf32b.c:285 eaarch64elfb.c:285 +#: eaarch64fbsd.c:285 eaarch64fbsdb.c:285 eaarch64haiku.c:285 +#: eaarch64linux.c:285 eaarch64linux32.c:285 eaarch64linux32b.c:285 +#: eaarch64linuxb.c:285 eaarch64nto.c:285 earcelf.c:117 earclinux.c:118 #: earclinux_nps.c:118 earcv2elf.c:117 earcv2elfx.c:117 earmelf.c:411 #: earmelf_fbsd.c:411 earmelf_fuchsia.c:412 earmelf_haiku.c:412 #: earmelf_linux.c:412 earmelf_linux_eabi.c:412 earmelf_linux_fdpiceabi.c:412 @@ -3701,9 +3704,9 @@ msgstr "" #: eavrxmega3.c:321 eavrxmega4.c:321 eavrxmega4_flmap.c:321 eavrxmega5.c:321 #: eavrxmega6.c:321 eavrxmega7.c:321 ecriself.c:117 ecrislinux.c:118 #: ed10velf.c:117 eelf32_sparc.c:118 eelf32_sparc_sol2.c:250 -#: eelf32_sparc_vxworks.c:147 eelf32_spu.c:787 eelf32_tic6x_be.c:184 -#: eelf32_tic6x_elf_be.c:184 eelf32_tic6x_elf_le.c:184 eelf32_tic6x_le.c:184 -#: eelf32_tic6x_linux_be.c:184 eelf32_tic6x_linux_le.c:184 eelf32_x86_64.c:150 +#: eelf32_sparc_vxworks.c:147 eelf32_spu.c:787 eelf32_tic6x_be.c:182 +#: eelf32_tic6x_elf_be.c:182 eelf32_tic6x_elf_le.c:182 eelf32_tic6x_le.c:182 +#: eelf32_tic6x_linux_be.c:182 eelf32_tic6x_linux_le.c:182 eelf32_x86_64.c:182 #: eelf32am33lin.c:117 eelf32b4300.c:314 eelf32bfin.c:127 eelf32bfinfd.c:127 #: eelf32bmip.c:314 eelf32bmipn32.c:328 eelf32briscv.c:94 #: eelf32briscv_ilp32.c:94 eelf32briscv_ilp32f.c:94 eelf32bsmip.c:328 @@ -3711,16 +3714,17 @@ msgstr "" #: eelf32btsmipn32_fbsd.c:314 eelf32cr16.c:267 eelf32crx.c:154 #: eelf32ebmip.c:314 eelf32ebmipvxworks.c:343 eelf32elmip.c:314 #: eelf32elmipvxworks.c:343 eelf32epiphany.c:117 eelf32epiphany_4x4.c:119 -#: eelf32frvfd.c:117 eelf32ip2k.c:117 eelf32l4300.c:314 eelf32lm32.c:117 -#: eelf32lm32fd.c:117 eelf32lmip.c:314 eelf32loongarch.c:92 eelf32lppc.c:338 -#: eelf32lppclinux.c:338 eelf32lppcnto.c:338 eelf32lppcsim.c:338 -#: eelf32lr5900.c:314 eelf32lr5900n32.c:313 eelf32lriscv.c:94 -#: eelf32lriscv_ilp32.c:94 eelf32lriscv_ilp32f.c:94 eelf32lsmip.c:314 -#: eelf32ltsmip.c:314 eelf32ltsmip_fbsd.c:314 eelf32ltsmipn32.c:314 -#: eelf32ltsmipn32_fbsd.c:314 eelf32m32c.c:128 eelf32mb_linux.c:118 -#: eelf32mbel_linux.c:118 eelf32mcore.c:117 eelf32mep.c:117 eelf32metag.c:259 -#: eelf32microblaze.c:117 eelf32microblazeel.c:117 eelf32mipswindiss.c:313 -#: eelf32moxie.c:117 eelf32or1k.c:118 eelf32or1k_linux.c:118 eelf32ppc.c:338 +#: eelf32frvfd.c:117 eelf32ip2k.c:117 eelf32kvx.c:241 eelf32l4300.c:314 +#: eelf32lm32.c:117 eelf32lm32fd.c:117 eelf32lmip.c:314 eelf32loongarch.c:92 +#: eelf32lppc.c:338 eelf32lppclinux.c:338 eelf32lppcnto.c:338 +#: eelf32lppcsim.c:338 eelf32lr5900.c:314 eelf32lr5900n32.c:313 +#: eelf32lriscv.c:94 eelf32lriscv_ilp32.c:94 eelf32lriscv_ilp32f.c:94 +#: eelf32lsmip.c:314 eelf32ltsmip.c:314 eelf32ltsmip_fbsd.c:314 +#: eelf32ltsmipn32.c:314 eelf32ltsmipn32_fbsd.c:314 eelf32m32c.c:128 +#: eelf32mb_linux.c:118 eelf32mbel_linux.c:118 eelf32mcore.c:117 +#: eelf32mep.c:117 eelf32metag.c:259 eelf32microblaze.c:117 +#: eelf32microblazeel.c:117 eelf32mipswindiss.c:313 eelf32moxie.c:117 +#: eelf32or1k.c:118 eelf32or1k_linux.c:118 eelf32ppc.c:338 #: eelf32ppc_fbsd.c:338 eelf32ppchaiku.c:338 eelf32ppclinux.c:338 #: eelf32ppcnto.c:338 eelf32ppcsim.c:338 eelf32ppcvxworks.c:312 #: eelf32ppcwindiss.c:338 eelf32rl78.c:117 eelf32rx.c:133 eelf32rx_linux.c:130 @@ -3729,19 +3733,20 @@ msgstr "" #: eelf32xtensa.c:2014 eelf32z80.c:144 eelf64_aix.c:117 eelf64_ia64.c:143 #: eelf64_ia64_fbsd.c:143 eelf64_ia64_vms.c:220 eelf64_s390.c:133 #: eelf64_sparc.c:118 eelf64_sparc_fbsd.c:118 eelf64_sparc_sol2.c:250 -#: eelf64alpha.c:201 eelf64alpha_fbsd.c:201 eelf64alpha_nbsd.c:201 +#: eelf64alpha.c:178 eelf64alpha_fbsd.c:178 eelf64alpha_nbsd.c:178 #: eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 eelf64briscv_lp64.c:94 #: eelf64briscv_lp64f.c:94 eelf64btsmip.c:314 eelf64btsmip_fbsd.c:314 -#: eelf64hppa.c:117 eelf64loongarch.c:92 eelf64lppc.c:595 -#: eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 eelf64lriscv_lp64.c:94 -#: eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 eelf64ltsmip_fbsd.c:314 -#: eelf64mmix.c:228 eelf64ppc.c:595 eelf64ppc_fbsd.c:595 eelf64rdos.c:133 -#: eelf64tilegx.c:118 eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 +#: eelf64hppa.c:117 eelf64kvx.c:241 eelf64kvx_linux.c:239 eelf64loongarch.c:92 +#: eelf64lppc.c:595 eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 +#: eelf64lriscv_lp64.c:94 eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 +#: eelf64ltsmip_fbsd.c:314 eelf64mmix.c:225 eelf64ppc.c:595 +#: eelf64ppc_fbsd.c:595 eelf64rdos.c:165 eelf64tilegx.c:118 +#: eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 #: eelf_i386_fbsd.c:142 eelf_i386_haiku.c:142 eelf_i386_ldso.c:142 #: eelf_i386_sol2.c:274 eelf_i386_vxworks.c:171 eelf_iamcu.c:142 -#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:150 -#: eelf_x86_64_cloudabi.c:150 eelf_x86_64_fbsd.c:150 eelf_x86_64_haiku.c:150 -#: eelf_x86_64_sol2.c:282 eh8300elf.c:117 eh8300elf_linux.c:117 +#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:182 +#: eelf_x86_64_cloudabi.c:182 eelf_x86_64_fbsd.c:182 eelf_x86_64_haiku.c:182 +#: eelf_x86_64_sol2.c:314 eh8300elf.c:117 eh8300elf_linux.c:117 #: eh8300helf.c:117 eh8300helf_linux.c:117 eh8300hnelf.c:117 eh8300self.c:117 #: eh8300self_linux.c:117 eh8300snelf.c:117 eh8300sxelf.c:117 #: eh8300sxelf_linux.c:117 eh8300sxnelf.c:117 ehppa64linux.c:117 @@ -3760,26 +3765,27 @@ msgstr "" msgid "%X%P: .eh_frame/.stab edit: %E\n" msgstr "" -#: eaarch64cloudabi.c:296 eaarch64cloudabib.c:296 eaarch64elf.c:295 -#: eaarch64elf32.c:295 eaarch64elf32b.c:295 eaarch64elfb.c:295 -#: eaarch64fbsd.c:296 eaarch64fbsdb.c:296 eaarch64haiku.c:296 -#: eaarch64linux.c:296 eaarch64linux32.c:296 eaarch64linux32b.c:296 -#: eaarch64linuxb.c:296 eaarch64nto.c:296 earmelf.c:426 earmelf_fbsd.c:426 +#: eaarch64cloudabi.c:301 eaarch64cloudabib.c:301 eaarch64elf.c:301 +#: eaarch64elf32.c:301 eaarch64elf32b.c:301 eaarch64elfb.c:301 +#: eaarch64fbsd.c:301 eaarch64fbsdb.c:301 eaarch64haiku.c:301 +#: eaarch64linux.c:301 eaarch64linux32.c:301 eaarch64linux32b.c:301 +#: eaarch64linuxb.c:301 eaarch64nto.c:301 earmelf.c:426 earmelf_fbsd.c:426 #: earmelf_fuchsia.c:427 earmelf_haiku.c:427 earmelf_linux.c:427 #: earmelf_linux_eabi.c:427 earmelf_linux_fdpiceabi.c:427 earmelf_nacl.c:427 #: earmelf_nbsd.c:426 earmelf_phoenix.c:427 earmelf_vxworks.c:426 #: earmelfb.c:426 earmelfb_fbsd.c:426 earmelfb_fuchsia.c:427 #: earmelfb_linux.c:427 earmelfb_linux_eabi.c:427 #: earmelfb_linux_fdpiceabi.c:427 earmelfb_nacl.c:427 earmelfb_nbsd.c:426 -#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 +#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 eelf32kvx.c:257 +#: eelf64kvx.c:257 eelf64kvx_linux.c:255 msgid "%X%P: could not compute sections lists for stub generation: %E\n" msgstr "" -#: eaarch64cloudabi.c:311 eaarch64cloudabib.c:311 eaarch64elf.c:310 -#: eaarch64elf32.c:310 eaarch64elf32b.c:310 eaarch64elfb.c:310 -#: eaarch64fbsd.c:311 eaarch64fbsdb.c:311 eaarch64haiku.c:311 -#: eaarch64linux.c:311 eaarch64linux32.c:311 eaarch64linux32b.c:311 -#: eaarch64linuxb.c:311 eaarch64nto.c:311 earmelf.c:441 earmelf_fbsd.c:441 +#: eaarch64cloudabi.c:316 eaarch64cloudabib.c:316 eaarch64elf.c:316 +#: eaarch64elf32.c:316 eaarch64elf32b.c:316 eaarch64elfb.c:316 +#: eaarch64fbsd.c:316 eaarch64fbsdb.c:316 eaarch64haiku.c:316 +#: eaarch64linux.c:316 eaarch64linux32.c:316 eaarch64linux32b.c:316 +#: eaarch64linuxb.c:316 eaarch64nto.c:316 earmelf.c:441 earmelf_fbsd.c:441 #: earmelf_fuchsia.c:442 earmelf_haiku.c:442 earmelf_linux.c:442 #: earmelf_linux_eabi.c:442 earmelf_linux_fdpiceabi.c:442 earmelf_nacl.c:442 #: earmelf_nbsd.c:441 earmelf_phoenix.c:442 earmelf_vxworks.c:441 @@ -3807,12 +3813,12 @@ msgstr "" msgid "%X%P: can not size stub section: %E\n" msgstr "" -#: eaarch64cloudabi.c:330 eaarch64cloudabib.c:330 eaarch64elf.c:329 -#: eaarch64elf32.c:329 eaarch64elf32b.c:329 eaarch64elfb.c:329 -#: eaarch64fbsd.c:330 eaarch64fbsdb.c:330 eaarch64haiku.c:330 -#: eaarch64linux.c:330 eaarch64linux32.c:330 eaarch64linux32b.c:330 -#: eaarch64linuxb.c:330 eaarch64nto.c:330 eaix5ppc.c:1137 eaix5rs6.c:1137 -#: eaixppc.c:1137 eaixrs6.c:1137 earmelf.c:475 earmelf_fbsd.c:475 +#: eaarch64cloudabi.c:335 eaarch64cloudabib.c:335 eaarch64elf.c:335 +#: eaarch64elf32.c:335 eaarch64elf32b.c:335 eaarch64elfb.c:335 +#: eaarch64fbsd.c:335 eaarch64fbsdb.c:335 eaarch64haiku.c:335 +#: eaarch64linux.c:335 eaarch64linux32.c:335 eaarch64linux32b.c:335 +#: eaarch64linuxb.c:335 eaarch64nto.c:335 eaix5ppc.c:1136 eaix5rs6.c:1136 +#: eaixppc.c:1136 eaixrs6.c:1136 earmelf.c:475 earmelf_fbsd.c:475 #: earmelf_fuchsia.c:476 earmelf_haiku.c:476 earmelf_linux.c:476 #: earmelf_linux_eabi.c:476 earmelf_linux_fdpiceabi.c:476 earmelf_nacl.c:476 #: earmelf_nbsd.c:475 earmelf_phoenix.c:476 earmelf_vxworks.c:475 @@ -3823,10 +3829,11 @@ msgstr "" #: eavr35.c:205 eavr4.c:205 eavr5.c:205 eavr51.c:205 eavr6.c:205 #: eavrtiny.c:205 eavrxmega1.c:205 eavrxmega2.c:205 eavrxmega2_flmap.c:205 #: eavrxmega3.c:205 eavrxmega4.c:205 eavrxmega4_flmap.c:205 eavrxmega5.c:205 -#: eavrxmega6.c:205 eavrxmega7.c:205 eelf32metag.c:303 eelf64lppc.c:634 +#: eavrxmega6.c:205 eavrxmega7.c:205 eelf32kvx.c:291 eelf32metag.c:303 +#: eelf64kvx.c:291 eelf64kvx_linux.c:289 eelf64lppc.c:634 #: eelf64lppc_fbsd.c:634 eelf64ppc.c:634 eelf64ppc_fbsd.c:634 ehppaelf.c:335 #: ehppalinux.c:335 ehppanbsd.c:335 ehppaobsd.c:335 em68hc11elf.c:324 -#: em68hc11elfb.c:324 em68hc12elf.c:324 em68hc12elfb.c:324 eppcmacos.c:1137 +#: em68hc11elfb.c:324 em68hc12elf.c:324 em68hc12elfb.c:324 eppcmacos.c:1136 msgid "%X%P: can not build stubs: %E\n" msgstr "" @@ -3859,11 +3866,11 @@ msgstr "" #. These will only be created if the output format is an arm format, #. hence we do not support linking and changing output formats at the #. same time. Use a link followed by objcopy to change output formats. -#: eaarch64cloudabi.c:348 eaarch64cloudabib.c:348 eaarch64elf.c:347 -#: eaarch64elf32.c:347 eaarch64elf32b.c:347 eaarch64elfb.c:347 -#: eaarch64fbsd.c:348 eaarch64fbsdb.c:348 eaarch64haiku.c:348 -#: eaarch64linux.c:348 eaarch64linux32.c:348 eaarch64linux32b.c:348 -#: eaarch64linuxb.c:348 eaarch64nto.c:348 earm_wince_pe.c:1523 earmelf.c:544 +#: eaarch64cloudabi.c:353 eaarch64cloudabib.c:353 eaarch64elf.c:353 +#: eaarch64elf32.c:353 eaarch64elf32b.c:353 eaarch64elfb.c:353 +#: eaarch64fbsd.c:353 eaarch64fbsdb.c:353 eaarch64haiku.c:353 +#: eaarch64linux.c:353 eaarch64linux32.c:353 eaarch64linux32b.c:353 +#: eaarch64linuxb.c:353 eaarch64nto.c:353 earm_wince_pe.c:1523 earmelf.c:544 #: earmelf_fbsd.c:544 earmelf_fuchsia.c:545 earmelf_haiku.c:545 #: earmelf_linux.c:545 earmelf_linux_eabi.c:545 earmelf_linux_fdpiceabi.c:545 #: earmelf_nacl.c:545 earmelf_nbsd.c:544 earmelf_phoenix.c:545 @@ -3883,27 +3890,30 @@ msgstr "" #: ends32belf16m.c:77 ends32belf_linux.c:77 ends32elf.c:77 ends32elf16m.c:77 #: ends32elf_linux.c:77 escore3_elf.c:82 escore7_elf.c:82 eshpe.c:1523 #: ev850.c:94 ev850_rh850.c:94 -msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" -msgstr "" - -#: eaarch64cloudabi.c:397 eaarch64cloudabi.c:457 eaarch64cloudabib.c:397 -#: eaarch64cloudabib.c:457 eaarch64elf.c:396 eaarch64elf.c:456 -#: eaarch64elf32.c:396 eaarch64elf32.c:456 eaarch64elf32b.c:396 -#: eaarch64elf32b.c:456 eaarch64elfb.c:396 eaarch64elfb.c:456 -#: eaarch64fbsd.c:397 eaarch64fbsd.c:457 eaarch64fbsdb.c:397 -#: eaarch64fbsdb.c:457 eaarch64haiku.c:397 eaarch64haiku.c:457 -#: eaarch64linux.c:397 eaarch64linux.c:457 eaarch64linux32.c:397 -#: eaarch64linux32.c:457 eaarch64linux32b.c:397 eaarch64linux32b.c:457 -#: eaarch64linuxb.c:397 eaarch64linuxb.c:457 eaarch64nto.c:397 -#: eaarch64nto.c:457 +msgid "%P: error: cannot change output format whilst linking %s binaries\n" +msgstr "" + +#: eaarch64cloudabi.c:403 eaarch64cloudabi.c:463 eaarch64cloudabi.c:487 +#: eaarch64cloudabib.c:403 eaarch64cloudabib.c:463 eaarch64cloudabib.c:487 +#: eaarch64elf.c:403 eaarch64elf.c:463 eaarch64elf.c:487 eaarch64elf32.c:403 +#: eaarch64elf32.c:463 eaarch64elf32.c:487 eaarch64elf32b.c:403 +#: eaarch64elf32b.c:463 eaarch64elf32b.c:487 eaarch64elfb.c:403 +#: eaarch64elfb.c:463 eaarch64elfb.c:487 eaarch64fbsd.c:403 eaarch64fbsd.c:463 +#: eaarch64fbsd.c:487 eaarch64fbsdb.c:403 eaarch64fbsdb.c:463 +#: eaarch64fbsdb.c:487 eaarch64haiku.c:403 eaarch64haiku.c:463 +#: eaarch64haiku.c:487 eaarch64linux.c:403 eaarch64linux.c:463 +#: eaarch64linux.c:487 eaarch64linux32.c:403 eaarch64linux32.c:463 +#: eaarch64linux32.c:487 eaarch64linux32b.c:403 eaarch64linux32b.c:463 +#: eaarch64linux32b.c:487 eaarch64linuxb.c:403 eaarch64linuxb.c:463 +#: eaarch64linuxb.c:487 eaarch64nto.c:403 eaarch64nto.c:463 eaarch64nto.c:487 msgid "%X%P: error: unrecognized value '-z %s'\n" msgstr "" -#: eaarch64cloudabi.c:713 eaarch64cloudabib.c:713 eaarch64elf.c:712 -#: eaarch64elf32.c:712 eaarch64elf32b.c:712 eaarch64elfb.c:712 -#: eaarch64fbsd.c:713 eaarch64fbsdb.c:713 eaarch64haiku.c:713 -#: eaarch64linux.c:713 eaarch64linux32.c:713 eaarch64linux32b.c:713 -#: eaarch64linuxb.c:713 eaarch64nto.c:875 earcelf.c:233 earclinux.c:324 +#: eaarch64cloudabi.c:744 eaarch64cloudabib.c:744 eaarch64elf.c:744 +#: eaarch64elf32.c:744 eaarch64elf32b.c:744 eaarch64elfb.c:744 +#: eaarch64fbsd.c:744 eaarch64fbsdb.c:744 eaarch64haiku.c:744 +#: eaarch64linux.c:744 eaarch64linux32.c:744 eaarch64linux32b.c:744 +#: eaarch64linuxb.c:744 eaarch64nto.c:906 earcelf.c:233 earclinux.c:324 #: earclinux_nps.c:324 earcv2elf.c:212 earcv2elfx.c:212 earmelf.c:848 #: earmelf_fbsd.c:848 earmelf_fuchsia.c:849 earmelf_haiku.c:849 #: earmelf_linux.c:849 earmelf_linux_eabi.c:849 earmelf_linux_fdpiceabi.c:849 @@ -3918,16 +3928,16 @@ msgstr "" #: eavrxmega6.c:428 eavrxmega7.c:428 ecriself.c:237 ecrislinux.c:284 #: ecskyelf.c:476 ecskyelf_linux.c:563 ed10velf.c:212 eelf32_sparc.c:324 #: eelf32_sparc_sol2.c:456 eelf32_sparc_vxworks.c:356 eelf32_spu.c:932 -#: eelf32_tic6x_be.c:415 eelf32_tic6x_elf_be.c:415 eelf32_tic6x_elf_le.c:415 -#: eelf32_tic6x_le.c:415 eelf32_tic6x_linux_be.c:415 -#: eelf32_tic6x_linux_le.c:415 eelf32_x86_64.c:8364 eelf32am33lin.c:283 +#: eelf32_tic6x_be.c:413 eelf32_tic6x_elf_be.c:413 eelf32_tic6x_elf_le.c:413 +#: eelf32_tic6x_le.c:413 eelf32_tic6x_linux_be.c:413 +#: eelf32_tic6x_linux_le.c:413 eelf32_x86_64.c:8396 eelf32am33lin.c:283 #: eelf32b4300.c:528 eelf32bfin.c:297 eelf32bfinfd.c:337 eelf32bmip.c:528 #: eelf32bmipn32.c:542 eelf32briscv.c:402 eelf32briscv_ilp32.c:402 #: eelf32briscv_ilp32f.c:402 eelf32bsmip.c:542 eelf32btsmip.c:528 #: eelf32btsmip_fbsd.c:528 eelf32btsmipn32.c:528 eelf32btsmipn32_fbsd.c:528 #: eelf32cr16.c:362 eelf32crx.c:249 eelf32ebmip.c:528 eelf32ebmipvxworks.c:559 #: eelf32elmip.c:528 eelf32elmipvxworks.c:559 eelf32epiphany.c:237 -#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:549 +#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:548 #: eelf32l4300.c:528 eelf32lm32.c:237 eelf32lm32fd.c:323 eelf32lmip.c:528 #: eelf32loongarch.c:380 eelf32lppc.c:565 eelf32lppclinux.c:565 #: eelf32lppcnto.c:565 eelf32lppcsim.c:565 eelf32lr5900.c:482 @@ -3944,22 +3954,22 @@ msgstr "" #: eelf32tilegx.c:324 eelf32tilegx_be.c:324 eelf32tilepro.c:324 #: eelf32vax.c:283 eelf32visium.c:212 eelf32xstormy16.c:223 #: eelf32xtensa.c:2227 eelf32z80.c:239 eelf64_aix.c:283 eelf64_ia64.c:352 -#: eelf64_ia64_fbsd.c:352 eelf64_s390.c:421 eelf64_sparc.c:324 -#: eelf64_sparc_fbsd.c:324 eelf64_sparc_sol2.c:456 eelf64alpha.c:412 -#: eelf64alpha_fbsd.c:412 eelf64alpha_nbsd.c:412 eelf64bmip.c:542 +#: eelf64_ia64_fbsd.c:352 eelf64_s390.c:426 eelf64_sparc.c:324 +#: eelf64_sparc_fbsd.c:324 eelf64_sparc_sol2.c:456 eelf64alpha.c:388 +#: eelf64alpha_fbsd.c:388 eelf64alpha_nbsd.c:388 eelf64bmip.c:542 #: eelf64bpf.c:212 eelf64briscv.c:402 eelf64briscv_lp64.c:402 #: eelf64briscv_lp64f.c:402 eelf64btsmip.c:528 eelf64btsmip_fbsd.c:528 -#: eelf64hppa.c:233 eelf64kvx.c:549 eelf64kvx_linux.c:586 -#: eelf64loongarch.c:380 eelf64lppc.c:999 eelf64lppc_fbsd.c:999 +#: eelf64hppa.c:233 eelf64kvx.c:548 eelf64kvx_linux.c:586 +#: eelf64loongarch.c:380 eelf64lppc.c:1000 eelf64lppc_fbsd.c:1000 #: eelf64lriscv.c:402 eelf64lriscv_lp64.c:402 eelf64lriscv_lp64f.c:402 -#: eelf64ltsmip.c:528 eelf64ltsmip_fbsd.c:528 eelf64mmix.c:394 eelf64ppc.c:999 -#: eelf64ppc_fbsd.c:999 eelf64rdos.c:345 eelf64tilegx.c:324 +#: eelf64ltsmip.c:528 eelf64ltsmip_fbsd.c:528 eelf64mmix.c:391 +#: eelf64ppc.c:1000 eelf64ppc_fbsd.c:1000 eelf64rdos.c:377 eelf64tilegx.c:324 #: eelf64tilegx_be.c:324 eelf_i386.c:7822 eelf_i386_be.c:307 #: eelf_i386_fbsd.c:354 eelf_i386_haiku.c:354 eelf_i386_ldso.c:314 #: eelf_i386_sol2.c:486 eelf_i386_vxworks.c:380 eelf_iamcu.c:354 -#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8364 -#: eelf_x86_64_cloudabi.c:362 eelf_x86_64_fbsd.c:362 eelf_x86_64_haiku.c:362 -#: eelf_x86_64_sol2.c:494 eh8300elf.c:237 eh8300elf_linux.c:237 +#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8396 +#: eelf_x86_64_cloudabi.c:394 eelf_x86_64_fbsd.c:394 eelf_x86_64_haiku.c:394 +#: eelf_x86_64_sol2.c:526 eh8300elf.c:237 eh8300elf_linux.c:237 #: eh8300helf.c:237 eh8300helf_linux.c:237 eh8300hnelf.c:237 eh8300self.c:237 #: eh8300self_linux.c:237 eh8300snelf.c:237 eh8300sxelf.c:237 #: eh8300sxelf_linux.c:237 eh8300sxnelf.c:237 ehppa64linux.c:283 @@ -3975,15 +3985,14 @@ msgstr "" #: eshelf_vxworks.c:315 eshlelf.c:283 eshlelf_fd.c:324 eshlelf_linux.c:324 #: eshlelf_nbsd.c:283 eshlelf_nto.c:283 eshlelf_vxworks.c:315 ev850.c:259 #: ev850_rh850.c:259 -msgid "" -"%F%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" +msgid "%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" msgstr "" -#: eaarch64cloudabi.c:718 eaarch64cloudabib.c:718 eaarch64elf.c:717 -#: eaarch64elf32.c:717 eaarch64elf32b.c:717 eaarch64elfb.c:717 -#: eaarch64fbsd.c:718 eaarch64fbsdb.c:718 eaarch64haiku.c:718 -#: eaarch64linux.c:718 eaarch64linux32.c:718 eaarch64linux32b.c:718 -#: eaarch64linuxb.c:718 eaarch64nto.c:880 earcelf.c:238 earclinux.c:329 +#: eaarch64cloudabi.c:749 eaarch64cloudabib.c:749 eaarch64elf.c:749 +#: eaarch64elf32.c:749 eaarch64elf32b.c:749 eaarch64elfb.c:749 +#: eaarch64fbsd.c:749 eaarch64fbsdb.c:749 eaarch64haiku.c:749 +#: eaarch64linux.c:749 eaarch64linux32.c:749 eaarch64linux32b.c:749 +#: eaarch64linuxb.c:749 eaarch64nto.c:911 earcelf.c:238 earclinux.c:329 #: earclinux_nps.c:329 earcv2elf.c:217 earcv2elfx.c:217 earmelf.c:853 #: earmelf_fbsd.c:853 earmelf_fuchsia.c:854 earmelf_haiku.c:854 #: earmelf_linux.c:854 earmelf_linux_eabi.c:854 earmelf_linux_fdpiceabi.c:854 @@ -3998,16 +4007,16 @@ msgstr "" #: eavrxmega6.c:433 eavrxmega7.c:433 ecriself.c:242 ecrislinux.c:289 #: ecskyelf.c:481 ecskyelf_linux.c:568 ed10velf.c:217 eelf32_sparc.c:329 #: eelf32_sparc_sol2.c:461 eelf32_sparc_vxworks.c:361 eelf32_spu.c:937 -#: eelf32_tic6x_be.c:420 eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 -#: eelf32_tic6x_le.c:420 eelf32_tic6x_linux_be.c:420 -#: eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:8369 eelf32am33lin.c:288 +#: eelf32_tic6x_be.c:418 eelf32_tic6x_elf_be.c:418 eelf32_tic6x_elf_le.c:418 +#: eelf32_tic6x_le.c:418 eelf32_tic6x_linux_be.c:418 +#: eelf32_tic6x_linux_le.c:418 eelf32_x86_64.c:8401 eelf32am33lin.c:288 #: eelf32b4300.c:533 eelf32bfin.c:302 eelf32bfinfd.c:342 eelf32bmip.c:533 #: eelf32bmipn32.c:547 eelf32briscv.c:407 eelf32briscv_ilp32.c:407 #: eelf32briscv_ilp32f.c:407 eelf32bsmip.c:547 eelf32btsmip.c:533 #: eelf32btsmip_fbsd.c:533 eelf32btsmipn32.c:533 eelf32btsmipn32_fbsd.c:533 #: eelf32cr16.c:367 eelf32crx.c:254 eelf32ebmip.c:533 eelf32ebmipvxworks.c:564 #: eelf32elmip.c:533 eelf32elmipvxworks.c:564 eelf32epiphany.c:242 -#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:554 +#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:553 #: eelf32l4300.c:533 eelf32lm32.c:242 eelf32lm32fd.c:328 eelf32lmip.c:533 #: eelf32loongarch.c:385 eelf32lppc.c:570 eelf32lppclinux.c:570 #: eelf32lppcnto.c:570 eelf32lppcsim.c:570 eelf32lr5900.c:487 @@ -4024,22 +4033,22 @@ msgstr "" #: eelf32tilegx.c:329 eelf32tilegx_be.c:329 eelf32tilepro.c:329 #: eelf32vax.c:288 eelf32visium.c:217 eelf32xstormy16.c:228 #: eelf32xtensa.c:2232 eelf32z80.c:244 eelf64_aix.c:288 eelf64_ia64.c:357 -#: eelf64_ia64_fbsd.c:357 eelf64_s390.c:426 eelf64_sparc.c:329 -#: eelf64_sparc_fbsd.c:329 eelf64_sparc_sol2.c:461 eelf64alpha.c:417 -#: eelf64alpha_fbsd.c:417 eelf64alpha_nbsd.c:417 eelf64bmip.c:547 +#: eelf64_ia64_fbsd.c:357 eelf64_s390.c:431 eelf64_sparc.c:329 +#: eelf64_sparc_fbsd.c:329 eelf64_sparc_sol2.c:461 eelf64alpha.c:393 +#: eelf64alpha_fbsd.c:393 eelf64alpha_nbsd.c:393 eelf64bmip.c:547 #: eelf64bpf.c:217 eelf64briscv.c:407 eelf64briscv_lp64.c:407 #: eelf64briscv_lp64f.c:407 eelf64btsmip.c:533 eelf64btsmip_fbsd.c:533 -#: eelf64hppa.c:238 eelf64kvx.c:554 eelf64kvx_linux.c:591 -#: eelf64loongarch.c:385 eelf64lppc.c:1004 eelf64lppc_fbsd.c:1004 +#: eelf64hppa.c:238 eelf64kvx.c:553 eelf64kvx_linux.c:591 +#: eelf64loongarch.c:385 eelf64lppc.c:1005 eelf64lppc_fbsd.c:1005 #: eelf64lriscv.c:407 eelf64lriscv_lp64.c:407 eelf64lriscv_lp64f.c:407 -#: eelf64ltsmip.c:533 eelf64ltsmip_fbsd.c:533 eelf64mmix.c:399 -#: eelf64ppc.c:1004 eelf64ppc_fbsd.c:1004 eelf64rdos.c:350 eelf64tilegx.c:329 +#: eelf64ltsmip.c:533 eelf64ltsmip_fbsd.c:533 eelf64mmix.c:396 +#: eelf64ppc.c:1005 eelf64ppc_fbsd.c:1005 eelf64rdos.c:382 eelf64tilegx.c:329 #: eelf64tilegx_be.c:329 eelf_i386.c:7827 eelf_i386_be.c:312 #: eelf_i386_fbsd.c:359 eelf_i386_haiku.c:359 eelf_i386_ldso.c:319 #: eelf_i386_sol2.c:491 eelf_i386_vxworks.c:385 eelf_iamcu.c:359 -#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8369 -#: eelf_x86_64_cloudabi.c:367 eelf_x86_64_fbsd.c:367 eelf_x86_64_haiku.c:367 -#: eelf_x86_64_sol2.c:499 eh8300elf.c:242 eh8300elf_linux.c:242 +#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8401 +#: eelf_x86_64_cloudabi.c:399 eelf_x86_64_fbsd.c:399 eelf_x86_64_haiku.c:399 +#: eelf_x86_64_sol2.c:531 eh8300elf.c:242 eh8300elf_linux.c:242 #: eh8300helf.c:242 eh8300helf_linux.c:242 eh8300hnelf.c:242 eh8300self.c:242 #: eh8300self_linux.c:242 eh8300snelf.c:242 eh8300sxelf.c:242 #: eh8300sxelf_linux.c:242 eh8300sxnelf.c:242 ehppa64linux.c:288 @@ -4055,14 +4064,14 @@ msgstr "" #: eshelf_vxworks.c:320 eshlelf.c:288 eshlelf_fd.c:329 eshlelf_linux.c:329 #: eshlelf_nbsd.c:288 eshlelf_nto.c:288 eshlelf_vxworks.c:320 ev850.c:264 #: ev850_rh850.c:264 -msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" +msgid "%P: invalid --compress-debug-sections option: `%s'\n" msgstr "" -#: eaarch64cloudabi.c:776 eaarch64cloudabib.c:776 eaarch64elf.c:775 -#: eaarch64elf32.c:775 eaarch64elf32b.c:775 eaarch64elfb.c:775 -#: eaarch64fbsd.c:776 eaarch64fbsdb.c:776 eaarch64haiku.c:776 -#: eaarch64linux.c:776 eaarch64linux32.c:776 eaarch64linux32b.c:776 -#: eaarch64linuxb.c:776 eaarch64nto.c:938 earcelf.c:296 earclinux.c:387 +#: eaarch64cloudabi.c:807 eaarch64cloudabib.c:807 eaarch64elf.c:807 +#: eaarch64elf32.c:807 eaarch64elf32b.c:807 eaarch64elfb.c:807 +#: eaarch64fbsd.c:807 eaarch64fbsdb.c:807 eaarch64haiku.c:807 +#: eaarch64linux.c:807 eaarch64linux32.c:807 eaarch64linux32b.c:807 +#: eaarch64linuxb.c:807 eaarch64nto.c:969 earcelf.c:296 earclinux.c:387 #: earclinux_nps.c:387 earmelf.c:911 earmelf_fbsd.c:911 earmelf_fuchsia.c:912 #: earmelf_haiku.c:912 earmelf_linux.c:912 earmelf_linux_eabi.c:912 #: earmelf_linux_fdpiceabi.c:912 earmelf_nacl.c:912 earmelf_nbsd.c:911 @@ -4071,15 +4080,15 @@ msgstr "" #: earmelfb_linux_eabi.c:912 earmelfb_linux_fdpiceabi.c:912 #: earmelfb_nacl.c:912 earmelfb_nbsd.c:911 earmnto.c:871 ecrislinux.c:347 #: ecskyelf_linux.c:626 eelf32_sparc.c:387 eelf32_sparc_sol2.c:519 -#: eelf32_sparc_vxworks.c:419 eelf32_tic6x_be.c:478 eelf32_tic6x_elf_be.c:478 -#: eelf32_tic6x_elf_le.c:478 eelf32_tic6x_le.c:478 eelf32_tic6x_linux_be.c:478 -#: eelf32_tic6x_linux_le.c:478 eelf32_x86_64.c:8427 eelf32am33lin.c:346 +#: eelf32_sparc_vxworks.c:419 eelf32_tic6x_be.c:476 eelf32_tic6x_elf_be.c:476 +#: eelf32_tic6x_elf_le.c:476 eelf32_tic6x_le.c:476 eelf32_tic6x_linux_be.c:476 +#: eelf32_tic6x_linux_le.c:476 eelf32_x86_64.c:8459 eelf32am33lin.c:346 #: eelf32b4300.c:591 eelf32bfin.c:360 eelf32bfinfd.c:400 eelf32bmip.c:591 #: eelf32bmipn32.c:605 eelf32briscv.c:465 eelf32briscv_ilp32.c:465 #: eelf32briscv_ilp32f.c:465 eelf32bsmip.c:605 eelf32btsmip.c:591 #: eelf32btsmip_fbsd.c:591 eelf32btsmipn32.c:591 eelf32btsmipn32_fbsd.c:591 #: eelf32ebmip.c:591 eelf32ebmipvxworks.c:622 eelf32elmip.c:591 -#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:612 +#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:611 #: eelf32l4300.c:591 eelf32lm32fd.c:386 eelf32lmip.c:591 eelf32loongarch.c:443 #: eelf32lppc.c:628 eelf32lppclinux.c:628 eelf32lppcnto.c:628 #: eelf32lppcsim.c:628 eelf32lriscv.c:465 eelf32lriscv_ilp32.c:465 @@ -4091,21 +4100,21 @@ msgstr "" #: eelf32ppcsim.c:628 eelf32ppcvxworks.c:598 eelf32ppcwindiss.c:628 #: eelf32tilegx.c:387 eelf32tilegx_be.c:387 eelf32tilepro.c:387 #: eelf32vax.c:346 eelf32xtensa.c:2290 eelf64_aix.c:346 eelf64_ia64.c:415 -#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:484 eelf64_sparc.c:387 -#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:475 -#: eelf64alpha_fbsd.c:475 eelf64alpha_nbsd.c:475 eelf64bmip.c:605 +#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:489 eelf64_sparc.c:387 +#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:451 +#: eelf64alpha_fbsd.c:451 eelf64alpha_nbsd.c:451 eelf64bmip.c:605 #: eelf64briscv.c:465 eelf64briscv_lp64.c:465 eelf64briscv_lp64f.c:465 -#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:612 -#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1062 -#: eelf64lppc_fbsd.c:1062 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 +#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:611 +#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1063 +#: eelf64lppc_fbsd.c:1063 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 #: eelf64lriscv_lp64f.c:465 eelf64ltsmip.c:591 eelf64ltsmip_fbsd.c:591 -#: eelf64mmix.c:457 eelf64ppc.c:1062 eelf64ppc_fbsd.c:1062 eelf64rdos.c:408 +#: eelf64mmix.c:454 eelf64ppc.c:1063 eelf64ppc_fbsd.c:1063 eelf64rdos.c:440 #: eelf64tilegx.c:387 eelf64tilegx_be.c:387 eelf_i386.c:7885 #: eelf_i386_be.c:370 eelf_i386_fbsd.c:417 eelf_i386_haiku.c:417 #: eelf_i386_ldso.c:377 eelf_i386_sol2.c:549 eelf_i386_vxworks.c:443 -#: eelf_iamcu.c:417 eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8427 -#: eelf_x86_64_cloudabi.c:425 eelf_x86_64_fbsd.c:425 eelf_x86_64_haiku.c:425 -#: eelf_x86_64_sol2.c:557 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 +#: eelf_iamcu.c:417 eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8459 +#: eelf_x86_64_cloudabi.c:457 eelf_x86_64_fbsd.c:457 eelf_x86_64_haiku.c:457 +#: eelf_x86_64_sol2.c:589 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 #: ehppaobsd.c:666 ei386lynx.c:361 ei386moss.c:361 ei386nto.c:361 #: em32relf_linux.c:386 em32rlelf_linux.c:386 em68kelf.c:541 #: em68kelfnbsd.c:541 emn10300.c:346 ends32belf_linux.c:432 @@ -4114,14 +4123,14 @@ msgstr "" #: eshelf_uclinux.c:346 eshelf_vxworks.c:378 eshlelf.c:346 eshlelf_fd.c:387 #: eshlelf_linux.c:387 eshlelf_nbsd.c:346 eshlelf_nto.c:346 #: eshlelf_vxworks.c:378 -msgid "%F%P: invalid hash style `%s'\n" +msgid "%P: invalid hash style `%s'\n" msgstr "" -#: eaarch64cloudabi.c:793 eaarch64cloudabib.c:793 eaarch64elf.c:792 -#: eaarch64elf32.c:792 eaarch64elf32b.c:792 eaarch64elfb.c:792 -#: eaarch64fbsd.c:793 eaarch64fbsdb.c:793 eaarch64haiku.c:793 -#: eaarch64linux.c:793 eaarch64linux32.c:793 eaarch64linux32b.c:793 -#: eaarch64linuxb.c:793 eaarch64nto.c:955 earcelf.c:313 earclinux.c:404 +#: eaarch64cloudabi.c:824 eaarch64cloudabib.c:824 eaarch64elf.c:824 +#: eaarch64elf32.c:824 eaarch64elf32b.c:824 eaarch64elfb.c:824 +#: eaarch64fbsd.c:824 eaarch64fbsdb.c:824 eaarch64haiku.c:824 +#: eaarch64linux.c:824 eaarch64linux32.c:824 eaarch64linux32b.c:824 +#: eaarch64linuxb.c:824 eaarch64nto.c:986 earcelf.c:313 earclinux.c:404 #: earclinux_nps.c:404 earcv2elf.c:241 earcv2elfx.c:241 earmelf.c:928 #: earmelf_fbsd.c:928 earmelf_fuchsia.c:929 earmelf_haiku.c:929 #: earmelf_linux.c:929 earmelf_linux_eabi.c:929 earmelf_linux_fdpiceabi.c:929 @@ -4136,16 +4145,16 @@ msgstr "" #: eavrxmega6.c:457 eavrxmega7.c:457 ecriself.c:266 ecrislinux.c:364 #: ecskyelf.c:505 ecskyelf_linux.c:643 ed10velf.c:241 eelf32_sparc.c:404 #: eelf32_sparc_sol2.c:536 eelf32_sparc_vxworks.c:436 eelf32_spu.c:961 -#: eelf32_tic6x_be.c:495 eelf32_tic6x_elf_be.c:495 eelf32_tic6x_elf_le.c:495 -#: eelf32_tic6x_le.c:495 eelf32_tic6x_linux_be.c:495 -#: eelf32_tic6x_linux_le.c:495 eelf32_x86_64.c:8444 eelf32am33lin.c:363 +#: eelf32_tic6x_be.c:493 eelf32_tic6x_elf_be.c:493 eelf32_tic6x_elf_le.c:493 +#: eelf32_tic6x_le.c:493 eelf32_tic6x_linux_be.c:493 +#: eelf32_tic6x_linux_le.c:493 eelf32_x86_64.c:8476 eelf32am33lin.c:363 #: eelf32b4300.c:608 eelf32bfin.c:377 eelf32bfinfd.c:417 eelf32bmip.c:608 #: eelf32bmipn32.c:622 eelf32briscv.c:482 eelf32briscv_ilp32.c:482 #: eelf32briscv_ilp32f.c:482 eelf32bsmip.c:622 eelf32btsmip.c:608 #: eelf32btsmip_fbsd.c:608 eelf32btsmipn32.c:608 eelf32btsmipn32_fbsd.c:608 #: eelf32cr16.c:391 eelf32crx.c:278 eelf32ebmip.c:608 eelf32ebmipvxworks.c:639 #: eelf32elmip.c:608 eelf32elmipvxworks.c:639 eelf32epiphany.c:266 -#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:629 +#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:628 #: eelf32l4300.c:608 eelf32lm32.c:266 eelf32lm32fd.c:403 eelf32lmip.c:608 #: eelf32loongarch.c:460 eelf32lppc.c:645 eelf32lppclinux.c:645 #: eelf32lppcnto.c:645 eelf32lppcsim.c:645 eelf32lr5900.c:511 @@ -4162,22 +4171,22 @@ msgstr "" #: eelf32tilegx.c:404 eelf32tilegx_be.c:404 eelf32tilepro.c:404 #: eelf32vax.c:363 eelf32visium.c:241 eelf32xstormy16.c:252 #: eelf32xtensa.c:2307 eelf32z80.c:268 eelf64_aix.c:363 eelf64_ia64.c:432 -#: eelf64_ia64_fbsd.c:432 eelf64_s390.c:501 eelf64_sparc.c:404 -#: eelf64_sparc_fbsd.c:404 eelf64_sparc_sol2.c:536 eelf64alpha.c:492 -#: eelf64alpha_fbsd.c:492 eelf64alpha_nbsd.c:492 eelf64bmip.c:622 +#: eelf64_ia64_fbsd.c:432 eelf64_s390.c:506 eelf64_sparc.c:404 +#: eelf64_sparc_fbsd.c:404 eelf64_sparc_sol2.c:536 eelf64alpha.c:468 +#: eelf64alpha_fbsd.c:468 eelf64alpha_nbsd.c:468 eelf64bmip.c:622 #: eelf64bpf.c:241 eelf64briscv.c:482 eelf64briscv_lp64.c:482 #: eelf64briscv_lp64f.c:482 eelf64btsmip.c:608 eelf64btsmip_fbsd.c:608 -#: eelf64hppa.c:313 eelf64kvx.c:629 eelf64kvx_linux.c:666 -#: eelf64loongarch.c:460 eelf64lppc.c:1079 eelf64lppc_fbsd.c:1079 +#: eelf64hppa.c:313 eelf64kvx.c:628 eelf64kvx_linux.c:666 +#: eelf64loongarch.c:460 eelf64lppc.c:1080 eelf64lppc_fbsd.c:1080 #: eelf64lriscv.c:482 eelf64lriscv_lp64.c:482 eelf64lriscv_lp64f.c:482 -#: eelf64ltsmip.c:608 eelf64ltsmip_fbsd.c:608 eelf64mmix.c:474 -#: eelf64ppc.c:1079 eelf64ppc_fbsd.c:1079 eelf64rdos.c:425 eelf64tilegx.c:404 +#: eelf64ltsmip.c:608 eelf64ltsmip_fbsd.c:608 eelf64mmix.c:471 +#: eelf64ppc.c:1080 eelf64ppc_fbsd.c:1080 eelf64rdos.c:457 eelf64tilegx.c:404 #: eelf64tilegx_be.c:404 eelf_i386.c:7902 eelf_i386_be.c:387 #: eelf_i386_fbsd.c:434 eelf_i386_haiku.c:434 eelf_i386_ldso.c:394 #: eelf_i386_sol2.c:566 eelf_i386_vxworks.c:460 eelf_iamcu.c:434 -#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8444 -#: eelf_x86_64_cloudabi.c:442 eelf_x86_64_fbsd.c:442 eelf_x86_64_haiku.c:442 -#: eelf_x86_64_sol2.c:574 eh8300elf.c:266 eh8300elf_linux.c:266 +#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8476 +#: eelf_x86_64_cloudabi.c:474 eelf_x86_64_fbsd.c:474 eelf_x86_64_haiku.c:474 +#: eelf_x86_64_sol2.c:606 eh8300elf.c:266 eh8300elf_linux.c:266 #: eh8300helf.c:266 eh8300helf_linux.c:266 eh8300hnelf.c:266 eh8300self.c:266 #: eh8300self_linux.c:266 eh8300snelf.c:266 eh8300sxelf.c:266 #: eh8300sxelf_linux.c:266 eh8300sxnelf.c:266 ehppa64linux.c:363 @@ -4193,14 +4202,14 @@ msgstr "" #: eshelf_vxworks.c:395 eshlelf.c:363 eshlelf_fd.c:404 eshlelf_linux.c:404 #: eshlelf_nbsd.c:363 eshlelf_nto.c:363 eshlelf_vxworks.c:395 ev850.c:288 #: ev850_rh850.c:288 -msgid "%F%P: invalid maximum page size `%s'\n" +msgid "%P: invalid maximum page size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:803 eaarch64cloudabib.c:803 eaarch64elf.c:802 -#: eaarch64elf32.c:802 eaarch64elf32b.c:802 eaarch64elfb.c:802 -#: eaarch64fbsd.c:803 eaarch64fbsdb.c:803 eaarch64haiku.c:803 -#: eaarch64linux.c:803 eaarch64linux32.c:803 eaarch64linux32b.c:803 -#: eaarch64linuxb.c:803 eaarch64nto.c:965 earcelf.c:323 earclinux.c:414 +#: eaarch64cloudabi.c:834 eaarch64cloudabib.c:834 eaarch64elf.c:834 +#: eaarch64elf32.c:834 eaarch64elf32b.c:834 eaarch64elfb.c:834 +#: eaarch64fbsd.c:834 eaarch64fbsdb.c:834 eaarch64haiku.c:834 +#: eaarch64linux.c:834 eaarch64linux32.c:834 eaarch64linux32b.c:834 +#: eaarch64linuxb.c:834 eaarch64nto.c:996 earcelf.c:323 earclinux.c:414 #: earclinux_nps.c:414 earcv2elf.c:251 earcv2elfx.c:251 earmelf.c:938 #: earmelf_fbsd.c:938 earmelf_fuchsia.c:939 earmelf_haiku.c:939 #: earmelf_linux.c:939 earmelf_linux_eabi.c:939 earmelf_linux_fdpiceabi.c:939 @@ -4215,16 +4224,16 @@ msgstr "" #: eavrxmega6.c:467 eavrxmega7.c:467 ecriself.c:276 ecrislinux.c:374 #: ecskyelf.c:515 ecskyelf_linux.c:653 ed10velf.c:251 eelf32_sparc.c:414 #: eelf32_sparc_sol2.c:546 eelf32_sparc_vxworks.c:446 eelf32_spu.c:971 -#: eelf32_tic6x_be.c:505 eelf32_tic6x_elf_be.c:505 eelf32_tic6x_elf_le.c:505 -#: eelf32_tic6x_le.c:505 eelf32_tic6x_linux_be.c:505 -#: eelf32_tic6x_linux_le.c:505 eelf32_x86_64.c:8454 eelf32am33lin.c:373 +#: eelf32_tic6x_be.c:503 eelf32_tic6x_elf_be.c:503 eelf32_tic6x_elf_le.c:503 +#: eelf32_tic6x_le.c:503 eelf32_tic6x_linux_be.c:503 +#: eelf32_tic6x_linux_le.c:503 eelf32_x86_64.c:8486 eelf32am33lin.c:373 #: eelf32b4300.c:618 eelf32bfin.c:387 eelf32bfinfd.c:427 eelf32bmip.c:618 #: eelf32bmipn32.c:632 eelf32briscv.c:492 eelf32briscv_ilp32.c:492 #: eelf32briscv_ilp32f.c:492 eelf32bsmip.c:632 eelf32btsmip.c:618 #: eelf32btsmip_fbsd.c:618 eelf32btsmipn32.c:618 eelf32btsmipn32_fbsd.c:618 #: eelf32cr16.c:401 eelf32crx.c:288 eelf32ebmip.c:618 eelf32ebmipvxworks.c:649 #: eelf32elmip.c:618 eelf32elmipvxworks.c:649 eelf32epiphany.c:276 -#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:639 +#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:638 #: eelf32l4300.c:618 eelf32lm32.c:276 eelf32lm32fd.c:413 eelf32lmip.c:618 #: eelf32loongarch.c:470 eelf32lppc.c:655 eelf32lppclinux.c:655 #: eelf32lppcnto.c:655 eelf32lppcsim.c:655 eelf32lr5900.c:521 @@ -4241,22 +4250,22 @@ msgstr "" #: eelf32tilegx.c:414 eelf32tilegx_be.c:414 eelf32tilepro.c:414 #: eelf32vax.c:373 eelf32visium.c:251 eelf32xstormy16.c:262 #: eelf32xtensa.c:2317 eelf32z80.c:278 eelf64_aix.c:373 eelf64_ia64.c:442 -#: eelf64_ia64_fbsd.c:442 eelf64_s390.c:511 eelf64_sparc.c:414 -#: eelf64_sparc_fbsd.c:414 eelf64_sparc_sol2.c:546 eelf64alpha.c:502 -#: eelf64alpha_fbsd.c:502 eelf64alpha_nbsd.c:502 eelf64bmip.c:632 +#: eelf64_ia64_fbsd.c:442 eelf64_s390.c:516 eelf64_sparc.c:414 +#: eelf64_sparc_fbsd.c:414 eelf64_sparc_sol2.c:546 eelf64alpha.c:478 +#: eelf64alpha_fbsd.c:478 eelf64alpha_nbsd.c:478 eelf64bmip.c:632 #: eelf64bpf.c:251 eelf64briscv.c:492 eelf64briscv_lp64.c:492 #: eelf64briscv_lp64f.c:492 eelf64btsmip.c:618 eelf64btsmip_fbsd.c:618 -#: eelf64hppa.c:323 eelf64kvx.c:639 eelf64kvx_linux.c:676 -#: eelf64loongarch.c:470 eelf64lppc.c:1089 eelf64lppc_fbsd.c:1089 +#: eelf64hppa.c:323 eelf64kvx.c:638 eelf64kvx_linux.c:676 +#: eelf64loongarch.c:470 eelf64lppc.c:1090 eelf64lppc_fbsd.c:1090 #: eelf64lriscv.c:492 eelf64lriscv_lp64.c:492 eelf64lriscv_lp64f.c:492 -#: eelf64ltsmip.c:618 eelf64ltsmip_fbsd.c:618 eelf64mmix.c:484 -#: eelf64ppc.c:1089 eelf64ppc_fbsd.c:1089 eelf64rdos.c:435 eelf64tilegx.c:414 +#: eelf64ltsmip.c:618 eelf64ltsmip_fbsd.c:618 eelf64mmix.c:481 +#: eelf64ppc.c:1090 eelf64ppc_fbsd.c:1090 eelf64rdos.c:467 eelf64tilegx.c:414 #: eelf64tilegx_be.c:414 eelf_i386.c:7912 eelf_i386_be.c:397 #: eelf_i386_fbsd.c:444 eelf_i386_haiku.c:444 eelf_i386_ldso.c:404 #: eelf_i386_sol2.c:576 eelf_i386_vxworks.c:470 eelf_iamcu.c:444 -#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8454 -#: eelf_x86_64_cloudabi.c:452 eelf_x86_64_fbsd.c:452 eelf_x86_64_haiku.c:452 -#: eelf_x86_64_sol2.c:584 eh8300elf.c:276 eh8300elf_linux.c:276 +#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8486 +#: eelf_x86_64_cloudabi.c:484 eelf_x86_64_fbsd.c:484 eelf_x86_64_haiku.c:484 +#: eelf_x86_64_sol2.c:616 eh8300elf.c:276 eh8300elf_linux.c:276 #: eh8300helf.c:276 eh8300helf_linux.c:276 eh8300hnelf.c:276 eh8300self.c:276 #: eh8300self_linux.c:276 eh8300snelf.c:276 eh8300sxelf.c:276 #: eh8300sxelf_linux.c:276 eh8300sxnelf.c:276 ehppa64linux.c:373 @@ -4272,14 +4281,14 @@ msgstr "" #: eshelf_vxworks.c:405 eshlelf.c:373 eshlelf_fd.c:414 eshlelf_linux.c:414 #: eshlelf_nbsd.c:373 eshlelf_nto.c:373 eshlelf_vxworks.c:405 ev850.c:298 #: ev850_rh850.c:298 -msgid "%F%P: invalid common page size `%s'\n" +msgid "%P: invalid common page size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:812 eaarch64cloudabib.c:812 eaarch64elf.c:811 -#: eaarch64elf32.c:811 eaarch64elf32b.c:811 eaarch64elfb.c:811 -#: eaarch64fbsd.c:812 eaarch64fbsdb.c:812 eaarch64haiku.c:812 -#: eaarch64linux.c:812 eaarch64linux32.c:812 eaarch64linux32b.c:812 -#: eaarch64linuxb.c:812 eaarch64nto.c:974 eaarch64nto.c:1157 earcelf.c:332 +#: eaarch64cloudabi.c:843 eaarch64cloudabib.c:843 eaarch64elf.c:843 +#: eaarch64elf32.c:843 eaarch64elf32b.c:843 eaarch64elfb.c:843 +#: eaarch64fbsd.c:843 eaarch64fbsdb.c:843 eaarch64haiku.c:843 +#: eaarch64linux.c:843 eaarch64linux32.c:843 eaarch64linux32b.c:843 +#: eaarch64linuxb.c:843 eaarch64nto.c:1005 eaarch64nto.c:1192 earcelf.c:332 #: earclinux.c:423 earclinux_nps.c:423 earcv2elf.c:260 earcv2elfx.c:260 #: earmelf.c:947 earmelf_fbsd.c:947 earmelf_fuchsia.c:948 earmelf_haiku.c:948 #: earmelf_linux.c:948 earmelf_linux_eabi.c:948 earmelf_linux_fdpiceabi.c:948 @@ -4294,16 +4303,16 @@ msgstr "" #: eavrxmega6.c:476 eavrxmega7.c:476 ecriself.c:285 ecrislinux.c:383 #: ecskyelf.c:524 ecskyelf_linux.c:662 ed10velf.c:260 eelf32_sparc.c:423 #: eelf32_sparc_sol2.c:555 eelf32_sparc_vxworks.c:455 eelf32_spu.c:980 -#: eelf32_tic6x_be.c:514 eelf32_tic6x_elf_be.c:514 eelf32_tic6x_elf_le.c:514 -#: eelf32_tic6x_le.c:514 eelf32_tic6x_linux_be.c:514 -#: eelf32_tic6x_linux_le.c:514 eelf32_x86_64.c:8463 eelf32am33lin.c:382 +#: eelf32_tic6x_be.c:512 eelf32_tic6x_elf_be.c:512 eelf32_tic6x_elf_le.c:512 +#: eelf32_tic6x_le.c:512 eelf32_tic6x_linux_be.c:512 +#: eelf32_tic6x_linux_le.c:512 eelf32_x86_64.c:8495 eelf32am33lin.c:382 #: eelf32b4300.c:627 eelf32bfin.c:396 eelf32bfinfd.c:436 eelf32bmip.c:627 #: eelf32bmipn32.c:641 eelf32briscv.c:501 eelf32briscv_ilp32.c:501 #: eelf32briscv_ilp32f.c:501 eelf32bsmip.c:641 eelf32btsmip.c:627 #: eelf32btsmip_fbsd.c:627 eelf32btsmipn32.c:627 eelf32btsmipn32_fbsd.c:627 #: eelf32cr16.c:410 eelf32crx.c:297 eelf32ebmip.c:627 eelf32ebmipvxworks.c:658 #: eelf32elmip.c:627 eelf32elmipvxworks.c:658 eelf32epiphany.c:285 -#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:648 +#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:647 #: eelf32l4300.c:627 eelf32lm32.c:285 eelf32lm32fd.c:422 eelf32lmip.c:627 #: eelf32loongarch.c:479 eelf32lppc.c:664 eelf32lppclinux.c:664 #: eelf32lppcnto.c:664 eelf32lppcsim.c:664 eelf32lr5900.c:530 @@ -4320,22 +4329,22 @@ msgstr "" #: eelf32tilegx.c:423 eelf32tilegx_be.c:423 eelf32tilepro.c:423 #: eelf32vax.c:382 eelf32visium.c:260 eelf32xstormy16.c:271 #: eelf32xtensa.c:2326 eelf32z80.c:287 eelf64_aix.c:382 eelf64_ia64.c:451 -#: eelf64_ia64_fbsd.c:451 eelf64_s390.c:520 eelf64_sparc.c:423 -#: eelf64_sparc_fbsd.c:423 eelf64_sparc_sol2.c:555 eelf64alpha.c:511 -#: eelf64alpha_fbsd.c:511 eelf64alpha_nbsd.c:511 eelf64bmip.c:641 +#: eelf64_ia64_fbsd.c:451 eelf64_s390.c:525 eelf64_sparc.c:423 +#: eelf64_sparc_fbsd.c:423 eelf64_sparc_sol2.c:555 eelf64alpha.c:487 +#: eelf64alpha_fbsd.c:487 eelf64alpha_nbsd.c:487 eelf64bmip.c:641 #: eelf64bpf.c:260 eelf64briscv.c:501 eelf64briscv_lp64.c:501 #: eelf64briscv_lp64f.c:501 eelf64btsmip.c:627 eelf64btsmip_fbsd.c:627 -#: eelf64hppa.c:332 eelf64kvx.c:648 eelf64kvx_linux.c:685 -#: eelf64loongarch.c:479 eelf64lppc.c:1098 eelf64lppc_fbsd.c:1098 +#: eelf64hppa.c:332 eelf64kvx.c:647 eelf64kvx_linux.c:685 +#: eelf64loongarch.c:479 eelf64lppc.c:1099 eelf64lppc_fbsd.c:1099 #: eelf64lriscv.c:501 eelf64lriscv_lp64.c:501 eelf64lriscv_lp64f.c:501 -#: eelf64ltsmip.c:627 eelf64ltsmip_fbsd.c:627 eelf64mmix.c:493 -#: eelf64ppc.c:1098 eelf64ppc_fbsd.c:1098 eelf64rdos.c:444 eelf64tilegx.c:423 +#: eelf64ltsmip.c:627 eelf64ltsmip_fbsd.c:627 eelf64mmix.c:490 +#: eelf64ppc.c:1099 eelf64ppc_fbsd.c:1099 eelf64rdos.c:476 eelf64tilegx.c:423 #: eelf64tilegx_be.c:423 eelf_i386.c:7921 eelf_i386_be.c:406 #: eelf_i386_fbsd.c:453 eelf_i386_haiku.c:453 eelf_i386_ldso.c:413 #: eelf_i386_sol2.c:585 eelf_i386_vxworks.c:479 eelf_iamcu.c:453 -#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8463 -#: eelf_x86_64_cloudabi.c:461 eelf_x86_64_fbsd.c:461 eelf_x86_64_haiku.c:461 -#: eelf_x86_64_sol2.c:593 eh8300elf.c:285 eh8300elf_linux.c:285 +#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8495 +#: eelf_x86_64_cloudabi.c:493 eelf_x86_64_fbsd.c:493 eelf_x86_64_haiku.c:493 +#: eelf_x86_64_sol2.c:625 eh8300elf.c:285 eh8300elf_linux.c:285 #: eh8300helf.c:285 eh8300helf_linux.c:285 eh8300hnelf.c:285 eh8300self.c:285 #: eh8300self_linux.c:285 eh8300snelf.c:285 eh8300sxelf.c:285 #: eh8300sxelf_linux.c:285 eh8300sxnelf.c:285 ehppa64linux.c:382 @@ -4351,14 +4360,14 @@ msgstr "" #: eshelf_vxworks.c:414 eshlelf.c:382 eshlelf_fd.c:423 eshlelf_linux.c:423 #: eshlelf_nbsd.c:382 eshlelf_nto.c:382 eshlelf_vxworks.c:414 ev850.c:307 #: ev850_rh850.c:307 -msgid "%F%P: invalid stack size `%s'\n" +msgid "%P: invalid stack size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:851 eaarch64cloudabib.c:851 eaarch64elf.c:850 -#: eaarch64elf32.c:850 eaarch64elf32b.c:850 eaarch64elfb.c:850 -#: eaarch64fbsd.c:851 eaarch64fbsdb.c:851 eaarch64haiku.c:851 -#: eaarch64linux.c:851 eaarch64linux32.c:851 eaarch64linux32b.c:851 -#: eaarch64linuxb.c:851 eaarch64nto.c:1013 earcelf.c:371 earclinux.c:462 +#: eaarch64cloudabi.c:882 eaarch64cloudabib.c:882 eaarch64elf.c:882 +#: eaarch64elf32.c:882 eaarch64elf32b.c:882 eaarch64elfb.c:882 +#: eaarch64fbsd.c:882 eaarch64fbsdb.c:882 eaarch64haiku.c:882 +#: eaarch64linux.c:882 eaarch64linux32.c:882 eaarch64linux32b.c:882 +#: eaarch64linuxb.c:882 eaarch64nto.c:1044 earcelf.c:371 earclinux.c:462 #: earclinux_nps.c:462 earcv2elf.c:299 earcv2elfx.c:299 earmelf.c:986 #: earmelf_fbsd.c:986 earmelf_fuchsia.c:987 earmelf_haiku.c:987 #: earmelf_linux.c:987 earmelf_linux_eabi.c:987 earmelf_linux_fdpiceabi.c:987 @@ -4373,16 +4382,16 @@ msgstr "" #: eavrxmega6.c:515 eavrxmega7.c:515 ecriself.c:324 ecrislinux.c:422 #: ecskyelf.c:563 ecskyelf_linux.c:701 ed10velf.c:299 eelf32_sparc.c:462 #: eelf32_sparc_sol2.c:594 eelf32_sparc_vxworks.c:494 eelf32_spu.c:1019 -#: eelf32_tic6x_be.c:553 eelf32_tic6x_elf_be.c:553 eelf32_tic6x_elf_le.c:553 -#: eelf32_tic6x_le.c:553 eelf32_tic6x_linux_be.c:553 -#: eelf32_tic6x_linux_le.c:553 eelf32_x86_64.c:8502 eelf32am33lin.c:421 +#: eelf32_tic6x_be.c:551 eelf32_tic6x_elf_be.c:551 eelf32_tic6x_elf_le.c:551 +#: eelf32_tic6x_le.c:551 eelf32_tic6x_linux_be.c:551 +#: eelf32_tic6x_linux_le.c:551 eelf32_x86_64.c:8534 eelf32am33lin.c:421 #: eelf32b4300.c:666 eelf32bfin.c:435 eelf32bfinfd.c:475 eelf32bmip.c:666 #: eelf32bmipn32.c:680 eelf32briscv.c:540 eelf32briscv_ilp32.c:540 #: eelf32briscv_ilp32f.c:540 eelf32bsmip.c:680 eelf32btsmip.c:666 #: eelf32btsmip_fbsd.c:666 eelf32btsmipn32.c:666 eelf32btsmipn32_fbsd.c:666 #: eelf32cr16.c:449 eelf32crx.c:336 eelf32ebmip.c:666 eelf32ebmipvxworks.c:697 #: eelf32elmip.c:666 eelf32elmipvxworks.c:697 eelf32epiphany.c:324 -#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:687 +#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:686 #: eelf32l4300.c:666 eelf32lm32.c:324 eelf32lm32fd.c:461 eelf32lmip.c:666 #: eelf32loongarch.c:518 eelf32lppc.c:703 eelf32lppclinux.c:703 #: eelf32lppcnto.c:703 eelf32lppcsim.c:703 eelf32lr5900.c:569 @@ -4399,22 +4408,22 @@ msgstr "" #: eelf32tilegx.c:462 eelf32tilegx_be.c:462 eelf32tilepro.c:462 #: eelf32vax.c:421 eelf32visium.c:299 eelf32xstormy16.c:310 #: eelf32xtensa.c:2365 eelf32z80.c:326 eelf64_aix.c:421 eelf64_ia64.c:490 -#: eelf64_ia64_fbsd.c:490 eelf64_s390.c:559 eelf64_sparc.c:462 -#: eelf64_sparc_fbsd.c:462 eelf64_sparc_sol2.c:594 eelf64alpha.c:550 -#: eelf64alpha_fbsd.c:550 eelf64alpha_nbsd.c:550 eelf64bmip.c:680 +#: eelf64_ia64_fbsd.c:490 eelf64_s390.c:564 eelf64_sparc.c:462 +#: eelf64_sparc_fbsd.c:462 eelf64_sparc_sol2.c:594 eelf64alpha.c:526 +#: eelf64alpha_fbsd.c:526 eelf64alpha_nbsd.c:526 eelf64bmip.c:680 #: eelf64bpf.c:299 eelf64briscv.c:540 eelf64briscv_lp64.c:540 #: eelf64briscv_lp64f.c:540 eelf64btsmip.c:666 eelf64btsmip_fbsd.c:666 -#: eelf64hppa.c:371 eelf64kvx.c:687 eelf64kvx_linux.c:724 -#: eelf64loongarch.c:518 eelf64lppc.c:1137 eelf64lppc_fbsd.c:1137 +#: eelf64hppa.c:371 eelf64kvx.c:686 eelf64kvx_linux.c:724 +#: eelf64loongarch.c:518 eelf64lppc.c:1138 eelf64lppc_fbsd.c:1138 #: eelf64lriscv.c:540 eelf64lriscv_lp64.c:540 eelf64lriscv_lp64f.c:540 -#: eelf64ltsmip.c:666 eelf64ltsmip_fbsd.c:666 eelf64mmix.c:532 -#: eelf64ppc.c:1137 eelf64ppc_fbsd.c:1137 eelf64rdos.c:483 eelf64tilegx.c:462 +#: eelf64ltsmip.c:666 eelf64ltsmip_fbsd.c:666 eelf64mmix.c:529 +#: eelf64ppc.c:1138 eelf64ppc_fbsd.c:1138 eelf64rdos.c:515 eelf64tilegx.c:462 #: eelf64tilegx_be.c:462 eelf_i386.c:7960 eelf_i386_be.c:445 #: eelf_i386_fbsd.c:492 eelf_i386_haiku.c:492 eelf_i386_ldso.c:452 #: eelf_i386_sol2.c:624 eelf_i386_vxworks.c:518 eelf_iamcu.c:492 -#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8502 -#: eelf_x86_64_cloudabi.c:500 eelf_x86_64_fbsd.c:500 eelf_x86_64_haiku.c:500 -#: eelf_x86_64_sol2.c:632 eh8300elf.c:324 eh8300elf_linux.c:324 +#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8534 +#: eelf_x86_64_cloudabi.c:532 eelf_x86_64_fbsd.c:532 eelf_x86_64_haiku.c:532 +#: eelf_x86_64_sol2.c:664 eh8300elf.c:324 eh8300elf_linux.c:324 #: eh8300helf.c:324 eh8300helf_linux.c:324 eh8300hnelf.c:324 eh8300self.c:324 #: eh8300self_linux.c:324 eh8300snelf.c:324 eh8300sxelf.c:324 #: eh8300sxelf_linux.c:324 eh8300sxnelf.c:324 ehppa64linux.c:421 @@ -4431,23 +4440,23 @@ msgstr "" #: eshlelf_nbsd.c:421 eshlelf_nto.c:421 eshlelf_vxworks.c:453 ev850.c:346 #: ev850_rh850.c:346 msgid "" -"%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or " +"%P: invalid visibility in `-z %s'; must be default, internal, hidden, or " "protected" msgstr "" -#: eaarch64cloudabi.c:971 eaarch64cloudabib.c:971 eaarch64elf.c:971 -#: eaarch64elf32.c:971 eaarch64elf32b.c:971 eaarch64elfb.c:971 -#: eaarch64fbsd.c:976 eaarch64fbsdb.c:976 eaarch64haiku.c:971 -#: eaarch64linux.c:976 eaarch64linux32.c:976 eaarch64linux32b.c:976 -#: eaarch64linuxb.c:976 eaarch64nto.c:1133 +#: eaarch64cloudabi.c:1006 eaarch64cloudabib.c:1006 eaarch64elf.c:1011 +#: eaarch64elf32.c:1011 eaarch64elf32b.c:1011 eaarch64elfb.c:1011 +#: eaarch64fbsd.c:1011 eaarch64fbsdb.c:1011 eaarch64haiku.c:1006 +#: eaarch64linux.c:1011 eaarch64linux32.c:1011 eaarch64linux32b.c:1011 +#: eaarch64linuxb.c:1011 eaarch64nto.c:1168 msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n" msgstr "" -#: eaarch64cloudabi.c:1000 eaarch64cloudabib.c:1000 eaarch64elf.c:1000 -#: eaarch64elf32.c:1000 eaarch64elf32b.c:1000 eaarch64elfb.c:1000 -#: eaarch64fbsd.c:1005 eaarch64fbsdb.c:1005 eaarch64haiku.c:1000 -#: eaarch64linux.c:1005 eaarch64linux32.c:1005 eaarch64linux32b.c:1005 -#: eaarch64linuxb.c:1005 eaarch64nto.c:1178 earmelf.c:1191 earmelf_fbsd.c:1191 +#: eaarch64cloudabi.c:1035 eaarch64cloudabib.c:1035 eaarch64elf.c:1040 +#: eaarch64elf32.c:1040 eaarch64elf32b.c:1040 eaarch64elfb.c:1040 +#: eaarch64fbsd.c:1040 eaarch64fbsdb.c:1040 eaarch64haiku.c:1035 +#: eaarch64linux.c:1040 eaarch64linux32.c:1040 eaarch64linux32b.c:1040 +#: eaarch64linuxb.c:1040 eaarch64nto.c:1213 earmelf.c:1191 earmelf_fbsd.c:1191 #: earmelf_fuchsia.c:1196 earmelf_haiku.c:1196 earmelf_linux.c:1196 #: earmelf_linux_eabi.c:1196 earmelf_linux_fdpiceabi.c:1196 #: earmelf_nacl.c:1196 earmelf_nbsd.c:1191 earmelf_phoenix.c:1196 @@ -4461,11 +4470,11 @@ msgid "" " enum sizes\n" msgstr "" -#: eaarch64cloudabi.c:1002 eaarch64cloudabib.c:1002 eaarch64elf.c:1002 -#: eaarch64elf32.c:1002 eaarch64elf32b.c:1002 eaarch64elfb.c:1002 -#: eaarch64fbsd.c:1007 eaarch64fbsdb.c:1007 eaarch64haiku.c:1002 -#: eaarch64linux.c:1007 eaarch64linux32.c:1007 eaarch64linux32b.c:1007 -#: eaarch64linuxb.c:1007 eaarch64nto.c:1180 earmelf.c:1193 earmelf_fbsd.c:1193 +#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1042 +#: eaarch64elf32.c:1042 eaarch64elf32b.c:1042 eaarch64elfb.c:1042 +#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 +#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 +#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 earmelf.c:1193 earmelf_fbsd.c:1193 #: earmelf_fuchsia.c:1198 earmelf_haiku.c:1198 earmelf_linux.c:1198 #: earmelf_linux_eabi.c:1198 earmelf_linux_fdpiceabi.c:1198 #: earmelf_nacl.c:1198 earmelf_nbsd.c:1193 earmelf_phoenix.c:1198 @@ -4479,11 +4488,11 @@ msgid "" " wchar_t sizes\n" msgstr "" -#: eaarch64cloudabi.c:1004 eaarch64cloudabib.c:1004 eaarch64elf.c:1004 -#: eaarch64elf32.c:1004 eaarch64elf32b.c:1004 eaarch64elfb.c:1004 -#: eaarch64fbsd.c:1009 eaarch64fbsdb.c:1009 eaarch64haiku.c:1004 -#: eaarch64linux.c:1009 eaarch64linux32.c:1009 eaarch64linux32b.c:1009 -#: eaarch64linuxb.c:1009 eaarch64nto.c:1182 earmelf.c:1195 earmelf_fbsd.c:1195 +#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1044 +#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 +#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 +#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 +#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 earmelf.c:1195 earmelf_fbsd.c:1195 #: earmelf_fuchsia.c:1200 earmelf_haiku.c:1200 earmelf_linux.c:1200 #: earmelf_linux_eabi.c:1200 earmelf_linux_fdpiceabi.c:1200 #: earmelf_nacl.c:1200 earmelf_nbsd.c:1195 earmelf_phoenix.c:1200 @@ -4496,11 +4505,11 @@ msgid "" " --pic-veneer Always generate PIC interworking veneers\n" msgstr "" -#: eaarch64cloudabi.c:1005 eaarch64cloudabib.c:1005 eaarch64elf.c:1005 -#: eaarch64elf32.c:1005 eaarch64elf32b.c:1005 eaarch64elfb.c:1005 -#: eaarch64fbsd.c:1010 eaarch64fbsdb.c:1010 eaarch64haiku.c:1005 -#: eaarch64linux.c:1010 eaarch64linux32.c:1010 eaarch64linux32b.c:1010 -#: eaarch64linuxb.c:1010 eaarch64nto.c:1183 earmelf.c:1202 earmelf_fbsd.c:1202 +#: eaarch64cloudabi.c:1040 eaarch64cloudabib.c:1040 eaarch64elf.c:1045 +#: eaarch64elf32.c:1045 eaarch64elf32b.c:1045 eaarch64elfb.c:1045 +#: eaarch64fbsd.c:1045 eaarch64fbsdb.c:1045 eaarch64haiku.c:1040 +#: eaarch64linux.c:1045 eaarch64linux32.c:1045 eaarch64linux32b.c:1045 +#: eaarch64linuxb.c:1045 eaarch64nto.c:1218 earmelf.c:1202 earmelf_fbsd.c:1202 #: earmelf_fuchsia.c:1207 earmelf_haiku.c:1207 earmelf_linux.c:1207 #: earmelf_linux_eabi.c:1207 earmelf_linux_fdpiceabi.c:1207 #: earmelf_nacl.c:1207 earmelf_nbsd.c:1202 earmelf_phoenix.c:1207 @@ -4524,20 +4533,20 @@ msgid "" " choose suitable defaults.\n" msgstr "" -#: eaarch64cloudabi.c:1014 eaarch64cloudabib.c:1014 eaarch64elf.c:1014 -#: eaarch64elf32.c:1014 eaarch64elf32b.c:1014 eaarch64elfb.c:1014 -#: eaarch64fbsd.c:1019 eaarch64fbsdb.c:1019 eaarch64haiku.c:1014 -#: eaarch64linux.c:1019 eaarch64linux32.c:1019 eaarch64linux32b.c:1019 -#: eaarch64linuxb.c:1019 eaarch64nto.c:1192 +#: eaarch64cloudabi.c:1049 eaarch64cloudabib.c:1049 eaarch64elf.c:1054 +#: eaarch64elf32.c:1054 eaarch64elf32b.c:1054 eaarch64elfb.c:1054 +#: eaarch64fbsd.c:1054 eaarch64fbsdb.c:1054 eaarch64haiku.c:1049 +#: eaarch64linux.c:1054 eaarch64linux32.c:1054 eaarch64linux32b.c:1054 +#: eaarch64linuxb.c:1054 eaarch64nto.c:1227 #, c-format msgid " --fix-cortex-a53-835769 Fix erratum 835769\n" msgstr "" -#: eaarch64cloudabi.c:1015 eaarch64cloudabib.c:1015 eaarch64elf.c:1015 -#: eaarch64elf32.c:1015 eaarch64elf32b.c:1015 eaarch64elfb.c:1015 -#: eaarch64fbsd.c:1020 eaarch64fbsdb.c:1020 eaarch64haiku.c:1015 -#: eaarch64linux.c:1020 eaarch64linux32.c:1020 eaarch64linux32b.c:1020 -#: eaarch64linuxb.c:1020 eaarch64nto.c:1193 +#: eaarch64cloudabi.c:1050 eaarch64cloudabib.c:1050 eaarch64elf.c:1055 +#: eaarch64elf32.c:1055 eaarch64elf32b.c:1055 eaarch64elfb.c:1055 +#: eaarch64fbsd.c:1055 eaarch64fbsdb.c:1055 eaarch64haiku.c:1050 +#: eaarch64linux.c:1055 eaarch64linux32.c:1055 eaarch64linux32b.c:1055 +#: eaarch64linuxb.c:1055 eaarch64nto.c:1228 #, c-format msgid "" " --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and " @@ -4562,22 +4571,22 @@ msgid "" "you both a performance and size overhead.\n" msgstr "" -#: eaarch64cloudabi.c:1026 eaarch64cloudabib.c:1026 eaarch64elf.c:1026 -#: eaarch64elf32.c:1026 eaarch64elf32b.c:1026 eaarch64elfb.c:1026 -#: eaarch64fbsd.c:1031 eaarch64fbsdb.c:1031 eaarch64haiku.c:1026 -#: eaarch64linux.c:1031 eaarch64linux32.c:1031 eaarch64linux32b.c:1031 -#: eaarch64linuxb.c:1031 eaarch64nto.c:1204 +#: eaarch64cloudabi.c:1061 eaarch64cloudabib.c:1061 eaarch64elf.c:1066 +#: eaarch64elf32.c:1066 eaarch64elf32b.c:1066 eaarch64elfb.c:1066 +#: eaarch64fbsd.c:1066 eaarch64fbsdb.c:1066 eaarch64haiku.c:1061 +#: eaarch64linux.c:1066 eaarch64linux32.c:1066 eaarch64linux32b.c:1066 +#: eaarch64linuxb.c:1066 eaarch64nto.c:1239 #, c-format msgid "" " --no-apply-dynamic-relocs Do not apply link-time values for dynamic " "relocations\n" msgstr "" -#: eaarch64cloudabi.c:1027 eaarch64cloudabib.c:1027 eaarch64elf.c:1027 -#: eaarch64elf32.c:1027 eaarch64elf32b.c:1027 eaarch64elfb.c:1027 -#: eaarch64fbsd.c:1032 eaarch64fbsdb.c:1032 eaarch64haiku.c:1027 -#: eaarch64linux.c:1032 eaarch64linux32.c:1032 eaarch64linux32b.c:1032 -#: eaarch64linuxb.c:1032 eaarch64nto.c:1205 +#: eaarch64cloudabi.c:1062 eaarch64cloudabib.c:1062 eaarch64elf.c:1067 +#: eaarch64elf32.c:1067 eaarch64elf32b.c:1067 eaarch64elfb.c:1067 +#: eaarch64fbsd.c:1067 eaarch64fbsdb.c:1067 eaarch64haiku.c:1062 +#: eaarch64linux.c:1067 eaarch64linux32.c:1067 eaarch64linux32b.c:1067 +#: eaarch64linuxb.c:1067 eaarch64nto.c:1240 #, c-format msgid "" " -z force-bti Turn on Branch Target Identification " @@ -4586,11 +4595,11 @@ msgid "" "markings on inputs\n" msgstr "" -#: eaarch64cloudabi.c:1030 eaarch64cloudabib.c:1030 eaarch64elf.c:1030 -#: eaarch64elf32.c:1030 eaarch64elf32b.c:1030 eaarch64elfb.c:1030 -#: eaarch64fbsd.c:1035 eaarch64fbsdb.c:1035 eaarch64haiku.c:1030 -#: eaarch64linux.c:1035 eaarch64linux32.c:1035 eaarch64linux32b.c:1035 -#: eaarch64linuxb.c:1035 eaarch64nto.c:1208 +#: eaarch64cloudabi.c:1065 eaarch64cloudabib.c:1065 eaarch64elf.c:1070 +#: eaarch64elf32.c:1070 eaarch64elf32b.c:1070 eaarch64elfb.c:1070 +#: eaarch64fbsd.c:1070 eaarch64fbsdb.c:1070 eaarch64haiku.c:1065 +#: eaarch64linux.c:1070 eaarch64linux32.c:1070 eaarch64linux32b.c:1070 +#: eaarch64linuxb.c:1070 eaarch64nto.c:1243 #, c-format msgid "" " -z bti-report[=none|warning|error] Emit warning/error on mismatch of BTI " @@ -4605,22 +4614,22 @@ msgid "" " and output has BTI marking.\n" msgstr "" -#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1037 -#: eaarch64elf32.c:1037 eaarch64elf32b.c:1037 eaarch64elfb.c:1037 -#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 -#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 -#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 +#: eaarch64cloudabi.c:1072 eaarch64cloudabib.c:1072 eaarch64elf.c:1077 +#: eaarch64elf32.c:1077 eaarch64elf32b.c:1077 eaarch64elfb.c:1077 +#: eaarch64fbsd.c:1077 eaarch64fbsdb.c:1077 eaarch64haiku.c:1072 +#: eaarch64linux.c:1077 eaarch64linux32.c:1077 eaarch64linux32b.c:1077 +#: eaarch64linuxb.c:1077 eaarch64nto.c:1250 #, c-format msgid "" " -z pac-plt Protect PLTs with Pointer " "Authentication.\n" msgstr "" -#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1039 -#: eaarch64elf32.c:1039 eaarch64elf32b.c:1039 eaarch64elfb.c:1039 -#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 -#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 -#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 +#: eaarch64cloudabi.c:1074 eaarch64cloudabib.c:1074 eaarch64elf.c:1079 +#: eaarch64elf32.c:1079 eaarch64elf32b.c:1079 eaarch64elfb.c:1079 +#: eaarch64fbsd.c:1079 eaarch64fbsdb.c:1079 eaarch64haiku.c:1074 +#: eaarch64linux.c:1079 eaarch64linux32.c:1079 eaarch64linux32b.c:1079 +#: eaarch64linuxb.c:1079 eaarch64nto.c:1252 #, c-format msgid "" " -z gcs=[always|never|implicit] Controls whether the output supports " @@ -4633,11 +4642,11 @@ msgid "" "GCS.\n" msgstr "" -#: eaarch64cloudabi.c:1044 eaarch64cloudabib.c:1044 eaarch64elf.c:1044 -#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 -#: eaarch64fbsd.c:1049 eaarch64fbsdb.c:1049 eaarch64haiku.c:1044 -#: eaarch64linux.c:1049 eaarch64linux32.c:1049 eaarch64linux32b.c:1049 -#: eaarch64linuxb.c:1049 eaarch64nto.c:1222 +#: eaarch64cloudabi.c:1079 eaarch64cloudabib.c:1079 eaarch64elf.c:1084 +#: eaarch64elf32.c:1084 eaarch64elf32b.c:1084 eaarch64elfb.c:1084 +#: eaarch64fbsd.c:1084 eaarch64fbsdb.c:1084 eaarch64haiku.c:1079 +#: eaarch64linux.c:1084 eaarch64linux32.c:1084 eaarch64linux32b.c:1084 +#: eaarch64linuxb.c:1084 eaarch64nto.c:1257 #, c-format msgid "" " -z gcs-report[=none|warning|error] Emit warning/error on mismatch of GCS " @@ -4652,11 +4661,11 @@ msgid "" " and output have GCS marking.\n" msgstr "" -#: eaarch64cloudabi.c:1051 eaarch64cloudabib.c:1051 eaarch64elf.c:1051 -#: eaarch64elf32.c:1051 eaarch64elf32b.c:1051 eaarch64elfb.c:1051 -#: eaarch64fbsd.c:1056 eaarch64fbsdb.c:1056 eaarch64haiku.c:1051 -#: eaarch64linux.c:1056 eaarch64linux32.c:1056 eaarch64linux32b.c:1056 -#: eaarch64linuxb.c:1056 eaarch64nto.c:1229 +#: eaarch64cloudabi.c:1086 eaarch64cloudabib.c:1086 eaarch64elf.c:1091 +#: eaarch64elf32.c:1091 eaarch64elf32b.c:1091 eaarch64elfb.c:1091 +#: eaarch64fbsd.c:1091 eaarch64fbsdb.c:1091 eaarch64haiku.c:1086 +#: eaarch64linux.c:1091 eaarch64linux32.c:1091 eaarch64linux32b.c:1091 +#: eaarch64linuxb.c:1091 eaarch64nto.c:1264 #, c-format msgid "" " -z gcs-report-dynamic=none|warning|error Emit warning/error on mismatch " @@ -4675,31 +4684,66 @@ msgid "" "marking.\n" msgstr "" -#: eaarch64nto.c:490 -msgid "%F%P: cannot create .note section in stub BFD.\n" +#: eaarch64cloudabi.c:1094 eaarch64cloudabib.c:1094 eaarch64elf.c:1099 +#: eaarch64elf32.c:1099 eaarch64elf32b.c:1099 eaarch64elfb.c:1099 +#: eaarch64fbsd.c:1099 eaarch64fbsdb.c:1099 eaarch64haiku.c:1094 +#: eaarch64linux.c:1099 eaarch64linux32.c:1099 eaarch64linux32b.c:1099 +#: eaarch64linuxb.c:1099 eaarch64nto.c:1272 +#, c-format +msgid "" +" -z memtag-mode[=none|sync|async] Select Memory Tagging Extension mode " +"of operation to use.\n" +" Emits a DT_AARCH64_MEMTAG_MODE " +"dynamic tag for the binary.\n" +" This entry is only valid on the main " +"executable. It is\n" +" ignored in the dynamically loaded " +"objects by the loader.\n" +" none (default): Disable MTE " +"checking of memory reads and writes.\n" +" sync: Enable precise exceptions " +"when mismatched address and\n" +" allocation tags detected on " +"load/store operations.\n" +" async: Enable imprecise " +"exceptions.\n" +msgstr "" + +#: eaarch64cloudabi.c:1103 eaarch64cloudabib.c:1103 eaarch64elf.c:1108 +#: eaarch64elf32.c:1108 eaarch64elf32b.c:1108 eaarch64elfb.c:1108 +#: eaarch64fbsd.c:1108 eaarch64fbsdb.c:1108 eaarch64haiku.c:1103 +#: eaarch64linux.c:1108 eaarch64linux32.c:1108 eaarch64linux32b.c:1108 +#: eaarch64linuxb.c:1108 eaarch64nto.c:1281 +#, c-format +msgid "" +" -z memtag-stack Mark program stack with MTE protection.\n" +msgstr "" + +#: eaarch64nto.c:521 +msgid "%P: cannot create .note section in stub BFD.\n" msgstr "" -#: eaarch64nto.c:499 -msgid "%F%P: failed to create .note section\n" +#: eaarch64nto.c:530 +msgid "%P: failed to create .note section\n" msgstr "" -#: eaarch64nto.c:540 -msgid "%F%P: %pB: can't read contents of section .note: %E\n" +#: eaarch64nto.c:571 +msgid "%P: %pB: can't read contents of section .note: %E\n" msgstr "" -#: eaarch64nto.c:550 eaarch64nto.c:554 +#: eaarch64nto.c:581 eaarch64nto.c:585 msgid "%P: %pB: warning: duplicated QNX stack .note detected\n" msgstr "" -#: eaarch64nto.c:583 -msgid "%F%P: error: --lazy-stack must follow -zstack-size=<size>\n" +#: eaarch64nto.c:614 +msgid "%P: error: --lazy-stack must follow -zstack-size=<size>\n" msgstr "" -#: eaarch64nto.c:1238 +#: eaarch64nto.c:1284 #, c-format msgid "" " --stack <size> Set size of the initial stack\n" -" --lazy-stack\t\t Set lazy allocation of stack\n" +" --lazy-stack Set lazy allocation of stack\n" msgstr "" #: eaarch64pe.c:350 earm64pe.c:350 earm_wince_pe.c:338 earmpe.c:338 @@ -5113,29 +5157,29 @@ msgstr "" #: eaarch64pe.c:560 earm64pe.c:560 earm_wince_pe.c:571 earmpe.c:571 #: ei386beos.c:205 ei386pe.c:571 ei386pe_posix.c:571 ei386pep.c:560 #: emcorepe.c:571 eshpe.c:571 -msgid "%F%P: invalid subsystem type %s\n" +msgid "%P: invalid subsystem type %s\n" msgstr "" #: eaarch64pe.c:581 earm64pe.c:581 earm_wince_pe.c:592 earmpe.c:592 -#: ei386beos.c:216 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 +#: ei386beos.c:215 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 #: emcorepe.c:592 eshpe.c:592 -msgid "%F%P: invalid hex number for PE parameter '%s'\n" +msgid "%P: invalid hex number for PE parameter '%s'\n" msgstr "" #: eaarch64pe.c:598 earm64pe.c:598 earm_wince_pe.c:609 earmpe.c:609 -#: ei386beos.c:233 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 +#: ei386beos.c:230 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 #: emcorepe.c:609 eshpe.c:609 -msgid "%F%P: strange hex info for PE parameter '%s'\n" +msgid "%P: strange hex info for PE parameter '%s'\n" msgstr "" #: eaarch64pe.c:615 earm64pe.c:615 earm_wince_pe.c:625 earmpe.c:625 -#: eelf32mcore.c:356 ei386beos.c:249 ei386pe.c:625 ei386pe_posix.c:625 +#: eelf32mcore.c:356 ei386beos.c:245 ei386pe.c:625 ei386pe_posix.c:625 #: ei386pep.c:615 emcorepe.c:625 eshpe.c:625 -msgid "%F%P: cannot open base file %s\n" +msgid "%P: cannot open base file %s\n" msgstr "" #: eaarch64pe.c:932 earm64pe.c:932 earm_wince_pe.c:955 earmpe.c:955 -#: ei386beos.c:345 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 +#: ei386beos.c:341 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 #: emcorepe.c:955 eshpe.c:955 msgid "%P: warning, file alignment > section alignment\n" msgstr "" @@ -5191,7 +5235,7 @@ msgstr "" #: eaarch64pe.c:1468 earm64pe.c:1468 earm_wince_pe.c:1452 earmpe.c:1452 #: ei386pe.c:1452 ei386pe_posix.c:1452 ei386pep.c:1468 emcorepe.c:1452 #: eshpe.c:1452 -msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" +msgid "%P: cannot perform PE operations on non PE output file '%pB'\n" msgstr "" #: eaarch64pe.c:1592 earm64pe.c:1592 earm_wince_pe.c:1595 earmpe.c:1595 @@ -5201,11 +5245,11 @@ msgid "%X%P: unable to process relocs: %E\n" msgstr "" #: eaix5ppc.c:302 eaix5rs6.c:302 eaixppc.c:302 eaixrs6.c:302 eppcmacos.c:302 -msgid "%F%P: cannot open %s\n" +msgid "%P: cannot open %s\n" msgstr "" -#: eaix5ppc.c:349 eaix5rs6.c:349 eaixppc.c:349 eaixrs6.c:349 eppcmacos.c:349 -msgid "%F%P: cannot read %s\n" +#: eaix5ppc.c:350 eaix5rs6.c:350 eaixppc.c:350 eaixrs6.c:350 eppcmacos.c:350 +msgid "%P: cannot read %s\n" msgstr "" #: eaix5ppc.c:377 eaix5rs6.c:377 eaixppc.c:377 eaixrs6.c:377 eppcmacos.c:377 @@ -5237,94 +5281,95 @@ msgid "%P: warning: ignoring invalid -pT number %s\n" msgstr "" #: eaix5ppc.c:701 eaix5rs6.c:701 eaixppc.c:701 eaixrs6.c:701 eppcmacos.c:701 -msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n" +msgid "%P: bfd_xcoff_link_record_set failed: %E\n" msgstr "" #: eaix5ppc.c:731 eaix5rs6.c:731 eaixppc.c:731 eaixrs6.c:731 eppcmacos.c:731 -msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n" +msgid "%P: bfd_link_hash_lookup of export symbol failed: %E\n" msgstr "" #: eaix5ppc.c:733 eaix5rs6.c:733 eaixppc.c:733 eaixrs6.c:733 eppcmacos.c:733 -msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" +msgid "%P: bfd_xcoff_export_symbol failed: %E\n" msgstr "" #: eaix5ppc.c:838 eaix5rs6.c:838 eaixppc.c:838 eaixrs6.c:838 eppcmacos.c:838 -msgid "%F%P: can't find output section %s\n" +msgid "%P: can't find output section %pA\n" msgstr "" #: eaix5ppc.c:875 eaix5rs6.c:875 eaixppc.c:875 eaixrs6.c:875 eppcmacos.c:875 -msgid "%F%P: can't find %s in output section\n" +msgid "%P: can't find %pA in output section\n" msgstr "" -#: eaix5ppc.c:942 eaix5rs6.c:942 eaixppc.c:942 eaixrs6.c:942 eppcmacos.c:942 +#: eaix5ppc.c:941 eaix5rs6.c:941 eaixppc.c:941 eaixrs6.c:941 eppcmacos.c:941 msgid "%P: can't find required output section %s\n" msgstr "" -#: eaix5ppc.c:1124 eaix5rs6.c:1124 eaixppc.c:1124 eaixrs6.c:1124 -#: eppcmacos.c:1124 +#: eaix5ppc.c:1123 eaix5rs6.c:1123 eaixppc.c:1123 eaixrs6.c:1123 +#: eppcmacos.c:1123 msgid "%X%P: can not size stub sections: %E\n" msgstr "" -#: eaix5ppc.c:1129 eaix5rs6.c:1129 eaixppc.c:1129 eaixrs6.c:1129 -#: eppcmacos.c:1129 -msgid "%F%P: failed to layout dynamic sections: %E\n" +#: eaix5ppc.c:1128 eaix5rs6.c:1128 eaixppc.c:1128 eaixrs6.c:1128 +#: eppcmacos.c:1128 +msgid "%P: failed to layout dynamic sections: %E\n" msgstr "" -#: eaix5ppc.c:1342 eaix5rs6.c:1342 eaixppc.c:1342 eaixrs6.c:1342 -#: eppcmacos.c:1342 -msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" +#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341 +#: eppcmacos.c:1341 +msgid "%P:%s:%d: #! ([member]) is not supported in import files\n" msgstr "" -#: eaix5ppc.c:1359 eaix5rs6.c:1359 eaixppc.c:1359 eaixrs6.c:1359 -#: eppcmacos.c:1359 -msgid "%F%P: could not parse import path: %E\n" +#: eaix5ppc.c:1358 eaix5rs6.c:1358 eaixppc.c:1358 eaixrs6.c:1358 +#: eppcmacos.c:1358 +msgid "%P: could not parse import path: %E\n" msgstr "" -#: eaix5ppc.c:1369 eaix5ppc.c:1381 eaix5rs6.c:1369 eaix5rs6.c:1381 -#: eaixppc.c:1369 eaixppc.c:1381 eaixrs6.c:1369 eaixrs6.c:1381 -#: eppcmacos.c:1369 eppcmacos.c:1381 +#: eaix5ppc.c:1368 eaix5ppc.c:1380 eaix5rs6.c:1368 eaix5rs6.c:1380 +#: eaixppc.c:1368 eaixppc.c:1380 eaixrs6.c:1368 eaixrs6.c:1380 +#: eppcmacos.c:1368 eppcmacos.c:1380 msgid "%P:%s:%d: warning: syntax error in import file\n" msgstr "" -#: eaix5ppc.c:1416 eaix5rs6.c:1416 eaixppc.c:1416 eaixrs6.c:1416 -#: eppcmacos.c:1416 +#: eaix5ppc.c:1415 eaix5rs6.c:1415 eaixppc.c:1415 eaixrs6.c:1415 +#: eppcmacos.c:1415 msgid "%P:%s%d: warning: syntax error in import/export file\n" msgstr "" -#: eaix5ppc.c:1434 eaix5rs6.c:1434 eaixppc.c:1434 eaixrs6.c:1434 -#: eppcmacos.c:1434 +#: eaix5ppc.c:1433 eaix5rs6.c:1433 eaixppc.c:1433 eaixrs6.c:1433 +#: eppcmacos.c:1433 msgid "%P:%s:%d: warning: syntax error in import/export file\n" msgstr "" -#: eaix5ppc.c:1469 eaix5rs6.c:1469 eaixppc.c:1469 eaixrs6.c:1469 -#: eppcmacos.c:1469 +#: eaix5ppc.c:1468 eaix5rs6.c:1468 eaixppc.c:1468 eaixrs6.c:1468 +#: eppcmacos.c:1468 msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" msgstr "" -#: eaix5ppc.c:1479 eaix5rs6.c:1479 eaixppc.c:1479 eaixrs6.c:1479 -#: eppcmacos.c:1479 +#: eaix5ppc.c:1478 eaix5rs6.c:1478 eaixppc.c:1478 eaixrs6.c:1478 +#: eppcmacos.c:1478 msgid "%P:%s:%d: warning: ignoring unterminated last line\n" msgstr "" -#: eaix5ppc.c:1514 eaix5rs6.c:1514 eaixppc.c:1514 eaixrs6.c:1514 -#: eppcmacos.c:1514 -msgid "%F%P: only relocations against symbols are permitted\n" +#: eaix5ppc.c:1513 eaix5rs6.c:1513 eaixppc.c:1513 eaixrs6.c:1513 +#: eppcmacos.c:1513 +msgid "%P: only relocations against symbols are permitted\n" msgstr "" -#: eaix5ppc.c:1517 eaix5rs6.c:1517 eaixppc.c:1517 eaixrs6.c:1517 -#: eppcmacos.c:1517 -msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" +#: eaix5ppc.c:1516 eaix5rs6.c:1516 eaixppc.c:1516 eaixrs6.c:1516 +#: eppcmacos.c:1516 +msgid "%P: bfd_xcoff_link_count_reloc failed: %E\n" msgstr "" -#: eaix5ppc.c:1605 eaix5rs6.c:1605 eaixppc.c:1605 eaixrs6.c:1605 -#: eppcmacos.c:1605 -msgid "%F%P: can not create stub BFD: %E\n" +#: eaix5ppc.c:1604 eaix5rs6.c:1604 eaixppc.c:1604 eaixrs6.c:1604 +#: eppcmacos.c:1604 +msgid "%P: can not create stub BFD: %E\n" msgstr "" -#: eaix5ppc.c:1615 eaix5rs6.c:1615 eaixppc.c:1615 eaixrs6.c:1615 -#: eelf64_s390.c:66 eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 -#: eelf64ppc_fbsd.c:132 eppcmacos.c:1615 -msgid "%F%P: can not init BFD: %E\n" +#: eaix5ppc.c:1614 eaix5rs6.c:1614 eaixppc.c:1614 eaixrs6.c:1614 +#: eelf32kvx.c:324 eelf64_s390.c:66 eelf64kvx.c:324 eelf64kvx_linux.c:322 +#: eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 eelf64ppc_fbsd.c:132 +#: eppcmacos.c:1614 +msgid "%P: can not init BFD: %E\n" msgstr "" #: ealphavms.c:168 eelf64_ia64_vms.c:168 @@ -5485,7 +5530,7 @@ msgstr "" #: earmelf_vxworks.c:145 earmelfb.c:145 earmelfb_fbsd.c:145 #: earmelfb_fuchsia.c:146 earmelfb_linux.c:146 earmelfb_linux_eabi.c:146 #: earmelfb_linux_fdpiceabi.c:146 earmelfb_nacl.c:146 earmelfb_nbsd.c:145 -#: earmnto.c:145 ei386beos.c:598 +#: earmnto.c:145 ei386beos.c:592 #, c-format msgid "%P: errors encountered processing file %s\n" msgstr "" @@ -5497,7 +5542,7 @@ msgstr "" #: earmelfb_fuchsia.c:556 earmelfb_linux.c:556 earmelfb_linux_eabi.c:556 #: earmelfb_linux_fdpiceabi.c:556 earmelfb_nacl.c:556 earmelfb_nbsd.c:555 #: earmnto.c:555 -msgid "%F%P: %s: can't open: %E\n" +msgid "%P: %s: can't open: %E\n" msgstr "" #: earmelf.c:558 earmelf_fbsd.c:558 earmelf_fuchsia.c:559 earmelf_haiku.c:559 @@ -5507,7 +5552,7 @@ msgstr "" #: earmelfb_fuchsia.c:559 earmelfb_linux.c:559 earmelfb_linux_eabi.c:559 #: earmelfb_linux_fdpiceabi.c:559 earmelfb_nacl.c:559 earmelfb_nbsd.c:558 #: earmnto.c:558 -msgid "%F%P: %s: not a relocatable file: %E\n" +msgid "%P: %s: not a relocatable file: %E\n" msgstr "" #: earmelf.c:1101 earmelf_fbsd.c:1101 earmelf_fuchsia.c:1106 @@ -5817,7 +5862,8 @@ msgstr "" msgid " --debug-relax Used for debugging avr-ld.\n" msgstr "" -#: ecskyelf.c:278 ecskyelf_linux.c:278 +#: ecskyelf.c:278 ecskyelf_linux.c:278 eelf32kvx.c:271 eelf64kvx.c:271 +#: eelf64kvx_linux.c:269 msgid "%X%P: cannot size stub section: %E\n" msgstr "" @@ -5851,7 +5897,7 @@ msgid "%X%P: can not create note section: %E\n" msgstr "" #: eelf32_spu.c:347 -msgid "%F%P: no built-in overlay manager\n" +msgid "%P: no built-in overlay manager\n" msgstr "" #: eelf32_spu.c:357 @@ -5875,7 +5921,7 @@ msgid "%X%P: can not size overlay stubs: %E\n" msgstr "" #: eelf32_spu.c:524 -msgid "%F%P: can not open script: %E\n" +msgid "%P: can not open script: %E\n" msgstr "" #: eelf32_spu.c:571 @@ -5892,35 +5938,35 @@ msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" msgstr "" #: eelf32_spu.c:1075 -msgid "%F%P: invalid --local-store address range `%s'\n" +msgid "%P: invalid --local-store address range `%s'\n" msgstr "" #: eelf32_spu.c:1111 -msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" +msgid "%P: invalid --num-lines/--num-regions `%u'\n" msgstr "" #: eelf32_spu.c:1116 -msgid "%F%P: invalid --line-size/--region-size `%u'\n" +msgid "%P: invalid --line-size/--region-size `%u'\n" msgstr "" #: eelf32_spu.c:1137 -msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" +msgid "%P: invalid --num-lines/--num-regions `%s'\n" msgstr "" #: eelf32_spu.c:1150 -msgid "%F%P: invalid --line-size/--region-size `%s'\n" +msgid "%P: invalid --line-size/--region-size `%s'\n" msgstr "" #: eelf32_spu.c:1159 -msgid "%F%P: invalid --fixed-space value `%s'\n" +msgid "%P: invalid --fixed-space value `%s'\n" msgstr "" #: eelf32_spu.c:1168 -msgid "%F%P: invalid --reserved-space value `%s'\n" +msgid "%P: invalid --reserved-space value `%s'\n" msgstr "" #: eelf32_spu.c:1177 -msgid "%F%P: invalid --extra-stack-space value `%s'\n" +msgid "%P: invalid --extra-stack-space value `%s'\n" msgstr "" #: eelf32_spu.c:1214 @@ -6045,243 +6091,243 @@ msgstr "" msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr "" -#: eelf32_tic6x_be.c:91 eelf32_tic6x_elf_be.c:91 eelf32_tic6x_elf_le.c:91 -#: eelf32_tic6x_le.c:91 eelf32_tic6x_linux_be.c:91 eelf32_tic6x_linux_le.c:91 -msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" +#: eelf32_tic6x_be.c:90 eelf32_tic6x_elf_be.c:90 eelf32_tic6x_elf_le.c:90 +#: eelf32_tic6x_le.c:90 eelf32_tic6x_linux_be.c:90 eelf32_tic6x_linux_le.c:90 +msgid "%P: invalid --dsbt-index %d, outside DSBT size\n" msgstr "" -#: eelf32_tic6x_be.c:631 eelf32_tic6x_elf_be.c:631 eelf32_tic6x_elf_le.c:631 -#: eelf32_tic6x_le.c:631 eelf32_tic6x_linux_be.c:631 -#: eelf32_tic6x_linux_le.c:631 -msgid "%F%P: invalid --dsbt-index %s\n" +#: eelf32_tic6x_be.c:629 eelf32_tic6x_elf_be.c:629 eelf32_tic6x_elf_le.c:629 +#: eelf32_tic6x_le.c:629 eelf32_tic6x_linux_be.c:629 +#: eelf32_tic6x_linux_le.c:629 +msgid "%P: invalid --dsbt-index %s\n" msgstr "" -#: eelf32_tic6x_be.c:641 eelf32_tic6x_elf_be.c:641 eelf32_tic6x_elf_le.c:641 -#: eelf32_tic6x_le.c:641 eelf32_tic6x_linux_be.c:641 -#: eelf32_tic6x_linux_le.c:641 -msgid "%F%P: invalid --dsbt-size %s\n" +#: eelf32_tic6x_be.c:639 eelf32_tic6x_elf_be.c:639 eelf32_tic6x_elf_le.c:639 +#: eelf32_tic6x_le.c:639 eelf32_tic6x_linux_be.c:639 +#: eelf32_tic6x_linux_le.c:639 +msgid "%P: invalid --dsbt-size %s\n" msgstr "" -#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 -#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 -#: eelf32_tic6x_linux_le.c:657 +#: eelf32_tic6x_be.c:655 eelf32_tic6x_elf_be.c:655 eelf32_tic6x_elf_le.c:655 +#: eelf32_tic6x_le.c:655 eelf32_tic6x_linux_be.c:655 +#: eelf32_tic6x_linux_le.c:655 #, c-format msgid "" " --dsbt-index <index> Use this as the DSBT index for the output object\n" msgstr "" -#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 -#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 -#: eelf32_tic6x_linux_le.c:658 +#: eelf32_tic6x_be.c:656 eelf32_tic6x_elf_be.c:656 eelf32_tic6x_elf_le.c:656 +#: eelf32_tic6x_le.c:656 eelf32_tic6x_linux_be.c:656 +#: eelf32_tic6x_linux_le.c:656 #, c-format msgid "" " --dsbt-size <index> Use this as the number of entries in the DSBT " "table\n" msgstr "" -#: eelf32_tic6x_be.c:659 eelf32_tic6x_elf_be.c:659 eelf32_tic6x_elf_le.c:659 -#: eelf32_tic6x_le.c:659 eelf32_tic6x_linux_be.c:659 -#: eelf32_tic6x_linux_le.c:659 +#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 +#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 +#: eelf32_tic6x_linux_le.c:657 #, c-format msgid " --no-merge-exidx-entries\n" msgstr "" -#: eelf32_tic6x_be.c:660 eelf32_tic6x_elf_be.c:660 eelf32_tic6x_elf_le.c:660 -#: eelf32_tic6x_le.c:660 eelf32_tic6x_linux_be.c:660 -#: eelf32_tic6x_linux_le.c:660 +#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 +#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 +#: eelf32_tic6x_linux_le.c:658 #, c-format msgid " Disable merging exidx entries\n" msgstr "" -#: eelf32_x86_64.c:8606 eelf_i386.c:8061 eelf_i386_be.c:542 +#: eelf32_x86_64.c:8638 eelf_i386.c:8061 eelf_i386_be.c:542 #: eelf_i386_fbsd.c:593 eelf_i386_haiku.c:593 eelf_i386_ldso.c:553 #: eelf_i386_sol2.c:725 eelf_i386_vxworks.c:619 eelf_iamcu.c:593 -#: eelf_x86_64.c:8606 eelf_x86_64_cloudabi.c:604 eelf_x86_64_fbsd.c:604 -#: eelf_x86_64_haiku.c:604 eelf_x86_64_sol2.c:736 -msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" +#: eelf_x86_64.c:8638 eelf_x86_64_cloudabi.c:636 eelf_x86_64_fbsd.c:636 +#: eelf_x86_64_haiku.c:636 eelf_x86_64_sol2.c:768 +msgid "%P: invalid number for -z call-nop=prefix-: %s\n" msgstr "" -#: eelf32_x86_64.c:8615 eelf_i386.c:8070 eelf_i386_be.c:551 +#: eelf32_x86_64.c:8647 eelf_i386.c:8070 eelf_i386_be.c:551 #: eelf_i386_fbsd.c:602 eelf_i386_haiku.c:602 eelf_i386_ldso.c:562 #: eelf_i386_sol2.c:734 eelf_i386_vxworks.c:628 eelf_iamcu.c:602 -#: eelf_x86_64.c:8615 eelf_x86_64_cloudabi.c:613 eelf_x86_64_fbsd.c:613 -#: eelf_x86_64_haiku.c:613 eelf_x86_64_sol2.c:745 -msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" +#: eelf_x86_64.c:8647 eelf_x86_64_cloudabi.c:645 eelf_x86_64_fbsd.c:645 +#: eelf_x86_64_haiku.c:645 eelf_x86_64_sol2.c:777 +msgid "%P: invalid number for -z call-nop=suffix-: %s\n" msgstr "" -#: eelf32_x86_64.c:8620 eelf_i386.c:8075 eelf_i386_be.c:556 +#: eelf32_x86_64.c:8652 eelf_i386.c:8075 eelf_i386_be.c:556 #: eelf_i386_fbsd.c:607 eelf_i386_haiku.c:607 eelf_i386_ldso.c:567 #: eelf_i386_sol2.c:739 eelf_i386_vxworks.c:633 eelf_iamcu.c:607 -#: eelf_x86_64.c:8620 eelf_x86_64_cloudabi.c:618 eelf_x86_64_fbsd.c:618 -#: eelf_x86_64_haiku.c:618 eelf_x86_64_sol2.c:750 -msgid "%F%P: unsupported option: -z %s\n" +#: eelf_x86_64.c:8652 eelf_x86_64_cloudabi.c:650 eelf_x86_64_fbsd.c:650 +#: eelf_x86_64_haiku.c:650 eelf_x86_64_sol2.c:782 +msgid "%P: unsupported option: -z %s\n" msgstr "" -#: eelf32_x86_64.c:8642 eelf_i386.c:8097 eelf_i386_fbsd.c:629 -#: eelf_i386_haiku.c:629 eelf_x86_64.c:8642 eelf_x86_64_cloudabi.c:640 -#: eelf_x86_64_fbsd.c:640 eelf_x86_64_haiku.c:640 eelf_x86_64_sol2.c:772 -msgid "%F%P: invalid option for -z cet-report=: %s\n" +#: eelf32_x86_64.c:8674 eelf_i386.c:8097 eelf_i386_fbsd.c:629 +#: eelf_i386_haiku.c:629 eelf_x86_64.c:8674 eelf_x86_64_cloudabi.c:672 +#: eelf_x86_64_fbsd.c:672 eelf_x86_64_haiku.c:672 eelf_x86_64_sol2.c:804 +msgid "%P: invalid option for -z cet-report=: %s\n" msgstr "" -#: eelf32_x86_64.c:8656 eelf_i386.c:8111 eelf_i386_fbsd.c:643 -#: eelf_i386_haiku.c:643 eelf_x86_64.c:8656 eelf_x86_64_cloudabi.c:654 -#: eelf_x86_64_fbsd.c:654 eelf_x86_64_haiku.c:654 eelf_x86_64_sol2.c:786 -msgid "%F%P: invalid x86-64 ISA level: %s\n" +#: eelf32_x86_64.c:8688 eelf_i386.c:8111 eelf_i386_fbsd.c:643 +#: eelf_i386_haiku.c:643 eelf_x86_64.c:8688 eelf_x86_64_cloudabi.c:686 +#: eelf_x86_64_fbsd.c:686 eelf_x86_64_haiku.c:686 eelf_x86_64_sol2.c:818 +msgid "%P: invalid x86-64 ISA level: %s\n" msgstr "" -#: eelf32_x86_64.c:8672 eelf_i386.c:8127 eelf_i386_fbsd.c:659 -#: eelf_i386_haiku.c:659 eelf_x86_64.c:8672 eelf_x86_64_cloudabi.c:670 -#: eelf_x86_64_fbsd.c:670 eelf_x86_64_haiku.c:670 eelf_x86_64_sol2.c:802 -msgid "%F%P: invalid option for -z isa-level-report=: %s\n" +#: eelf32_x86_64.c:8704 eelf_i386.c:8127 eelf_i386_fbsd.c:659 +#: eelf_i386_haiku.c:659 eelf_x86_64.c:8704 eelf_x86_64_cloudabi.c:702 +#: eelf_x86_64_fbsd.c:702 eelf_x86_64_haiku.c:702 eelf_x86_64_sol2.c:834 +msgid "%P: invalid option for -z isa-level-report=: %s\n" msgstr "" -#: eelf32_x86_64.c:8719 eelf_i386.c:8169 eelf_i386_be.c:572 +#: eelf32_x86_64.c:8751 eelf_i386.c:8169 eelf_i386_be.c:572 #: eelf_i386_fbsd.c:701 eelf_i386_haiku.c:701 eelf_i386_ldso.c:592 #: eelf_i386_sol2.c:764 eelf_i386_vxworks.c:654 eelf_iamcu.c:632 -#: eelf_x86_64.c:8769 eelf_x86_64_cloudabi.c:767 eelf_x86_64_fbsd.c:767 -#: eelf_x86_64_haiku.c:767 eelf_x86_64_sol2.c:899 +#: eelf_x86_64.c:8801 eelf_x86_64_cloudabi.c:799 eelf_x86_64_fbsd.c:799 +#: eelf_x86_64_haiku.c:799 eelf_x86_64_sol2.c:931 #, c-format msgid "" " -z noextern-protected-data Do not treat protected data symbol as " "external\n" msgstr "" -#: eelf32_x86_64.c:8721 eelf_i386.c:8171 eelf_i386_be.c:574 +#: eelf32_x86_64.c:8753 eelf_i386.c:8171 eelf_i386_be.c:574 #: eelf_i386_fbsd.c:703 eelf_i386_haiku.c:703 eelf_i386_ldso.c:594 #: eelf_i386_sol2.c:766 eelf_i386_vxworks.c:656 eelf_iamcu.c:634 -#: eelf_x86_64.c:8771 eelf_x86_64_cloudabi.c:769 eelf_x86_64_fbsd.c:769 -#: eelf_x86_64_haiku.c:769 eelf_x86_64_sol2.c:901 +#: eelf_x86_64.c:8803 eelf_x86_64_cloudabi.c:801 eelf_x86_64_fbsd.c:801 +#: eelf_x86_64_haiku.c:801 eelf_x86_64_sol2.c:933 #, c-format msgid " -z indirect-extern-access Enable indirect external access\n" msgstr "" -#: eelf32_x86_64.c:8723 eelf_i386.c:8173 eelf_i386_be.c:576 +#: eelf32_x86_64.c:8755 eelf_i386.c:8173 eelf_i386_be.c:576 #: eelf_i386_fbsd.c:705 eelf_i386_haiku.c:705 eelf_i386_ldso.c:596 #: eelf_i386_sol2.c:768 eelf_i386_vxworks.c:658 eelf_iamcu.c:636 -#: eelf_x86_64.c:8773 eelf_x86_64_cloudabi.c:771 eelf_x86_64_fbsd.c:771 -#: eelf_x86_64_haiku.c:771 eelf_x86_64_sol2.c:903 +#: eelf_x86_64.c:8805 eelf_x86_64_cloudabi.c:803 eelf_x86_64_fbsd.c:803 +#: eelf_x86_64_haiku.c:803 eelf_x86_64_sol2.c:935 #, c-format msgid "" " -z noindirect-extern-access Disable indirect external access (default)\n" msgstr "" -#: eelf32_x86_64.c:8726 eelf32lppc.c:881 eelf32lppclinux.c:881 +#: eelf32_x86_64.c:8758 eelf32lppc.c:881 eelf32lppclinux.c:881 #: eelf32lppcnto.c:881 eelf32lppcsim.c:881 eelf32ppc.c:881 #: eelf32ppc_fbsd.c:881 eelf32ppchaiku.c:881 eelf32ppclinux.c:881 #: eelf32ppcnto.c:881 eelf32ppcsim.c:881 eelf32ppcvxworks.c:855 -#: eelf32ppcwindiss.c:881 eelf64lppc.c:1395 eelf64lppc_fbsd.c:1395 -#: eelf64ppc.c:1395 eelf64ppc_fbsd.c:1395 eelf_i386.c:8176 eelf_i386_be.c:579 +#: eelf32ppcwindiss.c:881 eelf64lppc.c:1396 eelf64lppc_fbsd.c:1396 +#: eelf64ppc.c:1396 eelf64ppc_fbsd.c:1396 eelf_i386.c:8176 eelf_i386_be.c:579 #: eelf_i386_fbsd.c:708 eelf_i386_haiku.c:708 eelf_i386_ldso.c:599 #: eelf_i386_sol2.c:771 eelf_i386_vxworks.c:661 eelf_iamcu.c:639 -#: eelf_x86_64.c:8776 eelf_x86_64_cloudabi.c:774 eelf_x86_64_fbsd.c:774 -#: eelf_x86_64_haiku.c:774 eelf_x86_64_sol2.c:906 +#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 +#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 #, c-format msgid "" " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n" " -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n" msgstr "" -#: eelf32_x86_64.c:8730 eelf_x86_64.c:8780 eelf_x86_64_cloudabi.c:778 -#: eelf_x86_64_fbsd.c:778 eelf_x86_64_haiku.c:778 eelf_x86_64_sol2.c:910 +#: eelf32_x86_64.c:8762 eelf_x86_64.c:8812 eelf_x86_64_cloudabi.c:810 +#: eelf_x86_64_fbsd.c:810 eelf_x86_64_haiku.c:810 eelf_x86_64_sol2.c:942 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr "" -#: eelf32_x86_64.c:8733 eelf_i386.c:8180 eelf_i386_be.c:583 +#: eelf32_x86_64.c:8765 eelf_i386.c:8180 eelf_i386_be.c:583 #: eelf_i386_fbsd.c:712 eelf_i386_haiku.c:712 eelf_i386_ldso.c:603 #: eelf_i386_sol2.c:775 eelf_i386_vxworks.c:665 eelf_iamcu.c:643 -#: eelf_x86_64.c:8783 eelf_x86_64_cloudabi.c:781 eelf_x86_64_fbsd.c:781 -#: eelf_x86_64_haiku.c:781 eelf_x86_64_sol2.c:913 +#: eelf_x86_64.c:8815 eelf_x86_64_cloudabi.c:813 eelf_x86_64_fbsd.c:813 +#: eelf_x86_64_haiku.c:813 eelf_x86_64_sol2.c:945 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr "" -#: eelf32_x86_64.c:8736 eelf_i386.c:8183 eelf_i386_fbsd.c:715 -#: eelf_i386_haiku.c:715 eelf_x86_64.c:8786 eelf_x86_64_cloudabi.c:784 -#: eelf_x86_64_fbsd.c:784 eelf_x86_64_haiku.c:784 eelf_x86_64_sol2.c:916 +#: eelf32_x86_64.c:8768 eelf_i386.c:8183 eelf_i386_fbsd.c:715 +#: eelf_i386_haiku.c:715 eelf_x86_64.c:8818 eelf_x86_64_cloudabi.c:816 +#: eelf_x86_64_fbsd.c:816 eelf_x86_64_haiku.c:816 eelf_x86_64_sol2.c:948 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr "" -#: eelf32_x86_64.c:8738 eelf_i386.c:8185 eelf_i386_fbsd.c:717 -#: eelf_i386_haiku.c:717 eelf_x86_64.c:8788 eelf_x86_64_cloudabi.c:786 -#: eelf_x86_64_fbsd.c:786 eelf_x86_64_haiku.c:786 eelf_x86_64_sol2.c:918 +#: eelf32_x86_64.c:8770 eelf_i386.c:8185 eelf_i386_fbsd.c:717 +#: eelf_i386_haiku.c:717 eelf_x86_64.c:8820 eelf_x86_64_cloudabi.c:818 +#: eelf_x86_64_fbsd.c:818 eelf_x86_64_haiku.c:818 eelf_x86_64_sol2.c:950 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr "" -#: eelf32_x86_64.c:8740 eelf_i386.c:8187 eelf_i386_fbsd.c:719 -#: eelf_i386_haiku.c:719 eelf_x86_64.c:8790 eelf_x86_64_cloudabi.c:788 -#: eelf_x86_64_fbsd.c:788 eelf_x86_64_haiku.c:788 eelf_x86_64_sol2.c:920 +#: eelf32_x86_64.c:8772 eelf_i386.c:8187 eelf_i386_fbsd.c:719 +#: eelf_i386_haiku.c:719 eelf_x86_64.c:8822 eelf_x86_64_cloudabi.c:820 +#: eelf_x86_64_fbsd.c:820 eelf_x86_64_haiku.c:820 eelf_x86_64_sol2.c:952 #, c-format msgid "" " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr "" -#: eelf32_x86_64.c:8742 eelf_i386.c:8189 eelf_i386_fbsd.c:721 -#: eelf_i386_haiku.c:721 eelf_x86_64.c:8792 eelf_x86_64_cloudabi.c:790 -#: eelf_x86_64_fbsd.c:790 eelf_x86_64_haiku.c:790 eelf_x86_64_sol2.c:922 +#: eelf32_x86_64.c:8774 eelf_i386.c:8189 eelf_i386_fbsd.c:721 +#: eelf_i386_haiku.c:721 eelf_x86_64.c:8824 eelf_x86_64_cloudabi.c:822 +#: eelf_x86_64_fbsd.c:822 eelf_x86_64_haiku.c:822 eelf_x86_64_sol2.c:954 #, c-format msgid "" " -z cet-report=[none|warning|error] (default: none)\n" " Report missing IBT and SHSTK properties\n" msgstr "" -#: eelf32_x86_64.c:8746 eelf_i386.c:8193 eelf_i386_fbsd.c:725 -#: eelf_i386_haiku.c:725 eelf_x86_64.c:8796 eelf_x86_64_cloudabi.c:794 -#: eelf_x86_64_fbsd.c:794 eelf_x86_64_haiku.c:794 eelf_x86_64_sol2.c:926 +#: eelf32_x86_64.c:8778 eelf_i386.c:8193 eelf_i386_fbsd.c:725 +#: eelf_i386_haiku.c:725 eelf_x86_64.c:8828 eelf_x86_64_cloudabi.c:826 +#: eelf_x86_64_fbsd.c:826 eelf_x86_64_haiku.c:826 eelf_x86_64_sol2.c:958 #, c-format msgid " -z report-relative-reloc Report relative relocations\n" msgstr "" -#: eelf32_x86_64.c:8749 eelf_i386.c:8196 eelf_i386_fbsd.c:728 -#: eelf_i386_haiku.c:728 eelf_x86_64.c:8799 eelf_x86_64_cloudabi.c:797 -#: eelf_x86_64_fbsd.c:797 eelf_x86_64_haiku.c:797 eelf_x86_64_sol2.c:929 +#: eelf32_x86_64.c:8781 eelf_i386.c:8196 eelf_i386_fbsd.c:728 +#: eelf_i386_haiku.c:728 eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 +#: eelf_x86_64_fbsd.c:829 eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 #, c-format msgid "" " -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as " "needed\n" msgstr "" -#: eelf32_x86_64.c:8752 eelf_i386.c:8199 eelf_i386_fbsd.c:731 -#: eelf_i386_haiku.c:731 eelf_x86_64.c:8802 eelf_x86_64_cloudabi.c:800 -#: eelf_x86_64_fbsd.c:800 eelf_x86_64_haiku.c:800 eelf_x86_64_sol2.c:932 +#: eelf32_x86_64.c:8784 eelf_i386.c:8199 eelf_i386_fbsd.c:731 +#: eelf_i386_haiku.c:731 eelf_x86_64.c:8834 eelf_x86_64_cloudabi.c:832 +#: eelf_x86_64_fbsd.c:832 eelf_x86_64_haiku.c:832 eelf_x86_64_sol2.c:964 #, c-format msgid "" " -z isa-level-report=[none|all|needed|used] (default: none)\n" " Report x86-64 ISA level\n" msgstr "" -#: eelf32_x86_64.c:8757 eelf_x86_64.c:8821 eelf_x86_64_cloudabi.c:819 -#: eelf_x86_64_fbsd.c:819 eelf_x86_64_haiku.c:819 eelf_x86_64_sol2.c:951 +#: eelf32_x86_64.c:8789 eelf_x86_64.c:8853 eelf_x86_64_cloudabi.c:851 +#: eelf_x86_64_fbsd.c:851 eelf_x86_64_haiku.c:851 eelf_x86_64_sol2.c:983 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags (default)\n" " -z nomark-plt Do not mark PLT with dynamic tags\n" msgstr "" -#: eelf32_x86_64.c:8761 eelf_x86_64.c:8825 eelf_x86_64_cloudabi.c:823 -#: eelf_x86_64_fbsd.c:823 eelf_x86_64_haiku.c:823 eelf_x86_64_sol2.c:955 +#: eelf32_x86_64.c:8793 eelf_x86_64.c:8857 eelf_x86_64_cloudabi.c:855 +#: eelf_x86_64_fbsd.c:855 eelf_x86_64_haiku.c:855 eelf_x86_64_sol2.c:987 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags\n" " -z nomark-plt Do not mark PLT with dynamic tags (default)\n" msgstr "" -#: eelf32_x86_64.c:8765 eelf64loongarch.c:619 eelf64lppc.c:1399 -#: eelf64lppc_fbsd.c:1399 eelf64ppc.c:1399 eelf64ppc_fbsd.c:1399 +#: eelf32_x86_64.c:8797 eelf64loongarch.c:619 eelf64lppc.c:1400 +#: eelf64lppc_fbsd.c:1400 eelf64ppc.c:1400 eelf64ppc_fbsd.c:1400 #: eelf_i386.c:8203 eelf_i386_fbsd.c:735 eelf_i386_haiku.c:735 -#: eelf_x86_64.c:8829 eelf_x86_64_cloudabi.c:827 eelf_x86_64_fbsd.c:827 -#: eelf_x86_64_haiku.c:827 eelf_x86_64_sol2.c:959 +#: eelf_x86_64.c:8861 eelf_x86_64_cloudabi.c:859 eelf_x86_64_fbsd.c:859 +#: eelf_x86_64_haiku.c:859 eelf_x86_64_sol2.c:991 #, c-format msgid " -z pack-relative-relocs Pack relative relocations\n" msgstr "" -#: eelf32_x86_64.c:8767 eelf64loongarch.c:621 eelf64lppc.c:1401 -#: eelf64lppc_fbsd.c:1401 eelf64ppc.c:1401 eelf64ppc_fbsd.c:1401 +#: eelf32_x86_64.c:8799 eelf64loongarch.c:621 eelf64lppc.c:1402 +#: eelf64lppc_fbsd.c:1402 eelf64ppc.c:1402 eelf64ppc_fbsd.c:1402 #: eelf_i386.c:8205 eelf_i386_fbsd.c:737 eelf_i386_haiku.c:737 -#: eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 eelf_x86_64_fbsd.c:829 -#: eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 +#: eelf_x86_64.c:8863 eelf_x86_64_cloudabi.c:861 eelf_x86_64_fbsd.c:861 +#: eelf_x86_64_haiku.c:861 eelf_x86_64_sol2.c:993 #, c-format msgid "" " -z nopack-relative-relocs Do not pack relative relocations (default)\n" @@ -6419,12 +6465,11 @@ msgid "" msgstr "" #: eelf32cr16.c:88 -msgid "" -"%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" +msgid "%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" msgstr "" #: eelf32cr16.c:112 em68kelf.c:116 em68kelfnbsd.c:116 -msgid "%F%P: %pB: can not create .emreloc section: %E\n" +msgid "%P: %pB: can not create .emreloc section: %E\n" msgstr "" #: eelf32cr16.c:131 em68kelf.c:137 em68kelfnbsd.c:137 @@ -6440,7 +6485,11 @@ msgid "%X%P: %pB: can not create runtime reloc information: %s\n" msgstr "" #: eelf32kvx.c:64 eelf64kvx.c:64 -msgid "%F:%P: -pie not supported\n" +msgid ":%P: -pie not supported\n" +msgstr "" + +#: eelf32kvx.c:316 eelf64kvx.c:316 eelf64kvx_linux.c:314 +msgid "%P: can not create BFD %E\n" msgstr "" #: eelf32lppc.c:99 eelf32lppclinux.c:99 eelf32lppcnto.c:99 eelf32lppcsim.c:99 @@ -6478,24 +6527,24 @@ msgstr "" #: eelf32lppcsim.c:822 eelf32ppc.c:822 eelf32ppc_fbsd.c:822 #: eelf32ppchaiku.c:822 eelf32ppclinux.c:822 eelf32ppcnto.c:822 #: eelf32ppcsim.c:822 eelf32ppcvxworks.c:792 eelf32ppcwindiss.c:822 -#: eelf64lppc.c:1262 eelf64lppc_fbsd.c:1262 eelf64ppc.c:1262 -#: eelf64ppc_fbsd.c:1262 -msgid "%F%P: invalid --plt-align `%s'\n" +#: eelf64lppc.c:1263 eelf64lppc_fbsd.c:1263 eelf64ppc.c:1263 +#: eelf64ppc_fbsd.c:1263 +msgid "%P: invalid --plt-align `%s'\n" msgstr "" #: eelf32lppc.c:855 eelf32lppclinux.c:855 eelf32lppcnto.c:855 #: eelf32lppcsim.c:855 eelf32ppc.c:855 eelf32ppc_fbsd.c:855 #: eelf32ppchaiku.c:855 eelf32ppclinux.c:855 eelf32ppcnto.c:855 #: eelf32ppcsim.c:855 eelf32ppcvxworks.c:825 eelf32ppcwindiss.c:855 -msgid "%F%P: invalid pagesize `%s'\n" +msgid "%P: invalid pagesize `%s'\n" msgstr "" #: eelf32lppc.c:885 eelf32lppclinux.c:885 eelf32lppcnto.c:885 #: eelf32lppcsim.c:885 eelf32ppc.c:885 eelf32ppc_fbsd.c:885 #: eelf32ppchaiku.c:885 eelf32ppclinux.c:885 eelf32ppcnto.c:885 #: eelf32ppcsim.c:885 eelf32ppcvxworks.c:859 eelf32ppcwindiss.c:885 -#: eelf64lppc.c:1447 eelf64lppc_fbsd.c:1447 eelf64ppc.c:1447 -#: eelf64ppc_fbsd.c:1447 +#: eelf64lppc.c:1448 eelf64lppc_fbsd.c:1448 eelf64ppc.c:1448 +#: eelf64ppc_fbsd.c:1448 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr "" @@ -6504,8 +6553,8 @@ msgstr "" #: eelf32lppcsim.c:888 eelf32ppc.c:888 eelf32ppc_fbsd.c:888 #: eelf32ppchaiku.c:888 eelf32ppclinux.c:888 eelf32ppcnto.c:888 #: eelf32ppcsim.c:888 eelf32ppcvxworks.c:862 eelf32ppcwindiss.c:888 -#: eelf64lppc.c:1450 eelf64lppc_fbsd.c:1450 eelf64ppc.c:1450 -#: eelf64ppc_fbsd.c:1450 +#: eelf64lppc.c:1451 eelf64lppc_fbsd.c:1451 eelf64ppc.c:1451 +#: eelf64ppc_fbsd.c:1451 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr "" @@ -6514,8 +6563,8 @@ msgstr "" #: eelf32lppcsim.c:891 eelf32ppc.c:891 eelf32ppc_fbsd.c:891 #: eelf32ppchaiku.c:891 eelf32ppclinux.c:891 eelf32ppcnto.c:891 #: eelf32ppcsim.c:891 eelf32ppcvxworks.c:865 eelf32ppcwindiss.c:891 -#: eelf64lppc.c:1470 eelf64lppc_fbsd.c:1470 eelf64ppc.c:1470 -#: eelf64ppc_fbsd.c:1470 +#: eelf64lppc.c:1471 eelf64lppc_fbsd.c:1471 eelf64ppc.c:1471 +#: eelf64ppc_fbsd.c:1471 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr "" @@ -6524,8 +6573,8 @@ msgstr "" #: eelf32lppcsim.c:894 eelf32ppc.c:894 eelf32ppc_fbsd.c:894 #: eelf32ppchaiku.c:894 eelf32ppclinux.c:894 eelf32ppcnto.c:894 #: eelf32ppcsim.c:894 eelf32ppcvxworks.c:868 eelf32ppcwindiss.c:894 -#: eelf64lppc.c:1476 eelf64lppc_fbsd.c:1476 eelf64ppc.c:1476 -#: eelf64ppc_fbsd.c:1476 +#: eelf64lppc.c:1477 eelf64lppc_fbsd.c:1477 eelf64ppc.c:1477 +#: eelf64ppc_fbsd.c:1477 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr "" @@ -6557,8 +6606,8 @@ msgstr "" #: eelf32lppc.c:906 eelf32lppclinux.c:906 eelf32lppcnto.c:906 #: eelf32lppcsim.c:906 eelf32ppc.c:906 eelf32ppc_fbsd.c:906 #: eelf32ppchaiku.c:906 eelf32ppclinux.c:906 eelf32ppcnto.c:906 -#: eelf32ppcsim.c:906 eelf32ppcwindiss.c:906 eelf64lppc.c:1429 -#: eelf64lppc_fbsd.c:1429 eelf64ppc.c:1429 eelf64ppc_fbsd.c:1429 +#: eelf32ppcsim.c:906 eelf32ppcwindiss.c:906 eelf64lppc.c:1430 +#: eelf64lppc_fbsd.c:1430 eelf64ppc.c:1430 eelf64ppc_fbsd.c:1430 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr "" @@ -6566,8 +6615,8 @@ msgstr "" #: eelf32lppc.c:909 eelf32lppclinux.c:909 eelf32lppcnto.c:909 #: eelf32lppcsim.c:909 eelf32ppc.c:909 eelf32ppc_fbsd.c:909 #: eelf32ppchaiku.c:909 eelf32ppclinux.c:909 eelf32ppcnto.c:909 -#: eelf32ppcsim.c:909 eelf32ppcwindiss.c:909 eelf64lppc.c:1488 -#: eelf64lppc_fbsd.c:1488 eelf64ppc.c:1488 eelf64ppc_fbsd.c:1488 +#: eelf32ppcsim.c:909 eelf32ppcwindiss.c:909 eelf64lppc.c:1489 +#: eelf64lppc_fbsd.c:1489 eelf64ppc.c:1489 eelf64ppc_fbsd.c:1489 #, c-format msgid "" " --no-inline-optimize Don't convert inline PLT to direct calls\n" @@ -6622,8 +6671,8 @@ msgid "" " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr "" -#: eelf32metag.c:802 eelf64lppc.c:1404 eelf64lppc_fbsd.c:1404 eelf64ppc.c:1404 -#: eelf64ppc_fbsd.c:1404 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 +#: eelf32metag.c:802 eelf64lppc.c:1405 eelf64lppc_fbsd.c:1405 eelf64ppc.c:1405 +#: eelf64ppc_fbsd.c:1405 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 #: ehppaobsd.c:843 #, c-format msgid "" @@ -6694,7 +6743,7 @@ msgid "" msgstr "" #: eelf32xtensa.c:421 -msgid "%F%P: %pB: cannot read contents of section %pA\n" +msgid "%P: %pB: cannot read contents of section %pA\n" msgstr "" #: eelf32xtensa.c:432 @@ -6706,23 +6755,23 @@ msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" msgstr "" #: eelf32xtensa.c:462 -msgid "%F%P: little endian output does not match Xtensa configuration\n" +msgid "%P: little endian output does not match Xtensa configuration\n" msgstr "" #: eelf32xtensa.c:468 -msgid "%F%P: big endian output does not match Xtensa configuration\n" +msgid "%P: big endian output does not match Xtensa configuration\n" msgstr "" #: eelf32xtensa.c:487 -msgid "%F%P: cross-endian linking for %pB not supported\n" +msgid "%P: cross-endian linking for %pB not supported\n" msgstr "" #: eelf32xtensa.c:518 -msgid "%F%P: failed to create .xtensa.info section\n" +msgid "%P: failed to create .xtensa.info section\n" msgstr "" #: eelf32xtensa.c:1257 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions.\n" msgstr "" #: eelf32xtensa.c:2466 @@ -6744,7 +6793,7 @@ msgid " --abi-call0 Choose call0 ABI for the output object\n" msgstr "" #: eelf32z80.c:70 ez80.c:59 -msgid "%F%P: %pB: Instruction sets of object files incompatible\n" +msgid "%P: %pB: Instruction sets of object files incompatible\n" msgstr "" #: eelf64_ia64.c:575 eelf64_ia64_fbsd.c:575 @@ -6753,26 +6802,18 @@ msgid "" " --itanium Generate code for Intel Itanium processor\n" msgstr "" -#: eelf64_s390.c:648 +#: eelf64_s390.c:661 #, c-format msgid "" " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr "" -#: eelf64alpha.c:645 eelf64alpha_fbsd.c:645 eelf64alpha_nbsd.c:645 -#, c-format -msgid "" -" --taso Load executable in the lower 31-bit " -"addressable\n" -" virtual address range\n" -msgstr "" - -#: eelf64alpha.c:648 eelf64alpha_fbsd.c:648 eelf64alpha_nbsd.c:648 +#: eelf64alpha.c:618 eelf64alpha_fbsd.c:618 eelf64alpha_nbsd.c:618 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr "" -#: eelf64alpha.c:650 eelf64alpha_fbsd.c:650 eelf64alpha_nbsd.c:650 +#: eelf64alpha.c:620 eelf64alpha_fbsd.c:620 eelf64alpha_nbsd.c:620 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr "" @@ -6791,76 +6832,76 @@ msgstr "" msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "" -#: eelf64lppc.c:1291 eelf64lppc_fbsd.c:1291 eelf64ppc.c:1291 -#: eelf64ppc_fbsd.c:1291 -msgid "%F%P: invalid --power10-stubs argument `%s'\n" +#: eelf64lppc.c:1292 eelf64lppc_fbsd.c:1292 eelf64ppc.c:1292 +#: eelf64ppc_fbsd.c:1292 +msgid "%P: invalid --power10-stubs argument `%s'\n" msgstr "" -#: eelf64lppc.c:1414 eelf64ppc.c:1414 +#: eelf64lppc.c:1415 eelf64ppc.c:1415 #, c-format msgid "" " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr "" -#: eelf64lppc.c:1417 eelf64ppc.c:1417 +#: eelf64lppc.c:1418 eelf64ppc.c:1418 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr "" -#: eelf64lppc.c:1420 eelf64lppc_fbsd.c:1420 eelf64ppc.c:1420 -#: eelf64ppc_fbsd.c:1420 +#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421 +#: eelf64ppc_fbsd.c:1421 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr "" -#: eelf64lppc.c:1423 eelf64lppc_fbsd.c:1423 eelf64ppc.c:1423 -#: eelf64ppc_fbsd.c:1423 +#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424 +#: eelf64ppc_fbsd.c:1424 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr "" -#: eelf64lppc.c:1426 eelf64lppc_fbsd.c:1426 eelf64ppc.c:1426 -#: eelf64ppc_fbsd.c:1426 +#: eelf64lppc.c:1427 eelf64lppc_fbsd.c:1427 eelf64ppc.c:1427 +#: eelf64ppc_fbsd.c:1427 #, c-format msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n" msgstr "" -#: eelf64lppc.c:1432 eelf64lppc_fbsd.c:1432 eelf64ppc.c:1432 -#: eelf64ppc_fbsd.c:1432 +#: eelf64lppc.c:1433 eelf64lppc_fbsd.c:1433 eelf64ppc.c:1433 +#: eelf64ppc_fbsd.c:1433 #, c-format msgid "" " --plt-localentry Optimize calls to ELFv2 localentry:0 " "functions\n" msgstr "" -#: eelf64lppc.c:1435 eelf64lppc_fbsd.c:1435 eelf64ppc.c:1435 -#: eelf64ppc_fbsd.c:1435 +#: eelf64lppc.c:1436 eelf64lppc_fbsd.c:1436 eelf64ppc.c:1436 +#: eelf64ppc_fbsd.c:1436 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr "" -#: eelf64lppc.c:1438 eelf64lppc_fbsd.c:1438 eelf64ppc.c:1438 -#: eelf64ppc_fbsd.c:1438 +#: eelf64lppc.c:1439 eelf64lppc_fbsd.c:1439 eelf64ppc.c:1439 +#: eelf64ppc_fbsd.c:1439 #, c-format msgid "" " --power10-stubs [=auto] Use Power10 PLT call stubs (default auto)\n" msgstr "" -#: eelf64lppc.c:1441 eelf64lppc_fbsd.c:1441 eelf64ppc.c:1441 -#: eelf64ppc_fbsd.c:1441 +#: eelf64lppc.c:1442 eelf64lppc_fbsd.c:1442 eelf64ppc.c:1442 +#: eelf64ppc_fbsd.c:1442 #, c-format msgid "" " --no-pcrel-optimize Don't perform R_PPC64_PCREL_OPT optimization\n" msgstr "" -#: eelf64lppc.c:1444 eelf64lppc_fbsd.c:1444 eelf64ppc.c:1444 -#: eelf64ppc_fbsd.c:1444 +#: eelf64lppc.c:1445 eelf64lppc_fbsd.c:1445 eelf64ppc.c:1445 +#: eelf64ppc_fbsd.c:1445 #, c-format msgid " --no-power10-stubs Don't use Power10 PLT call stubs\n" msgstr "" -#: eelf64lppc.c:1453 eelf64lppc_fbsd.c:1453 eelf64ppc.c:1453 -#: eelf64ppc_fbsd.c:1453 +#: eelf64lppc.c:1454 eelf64lppc_fbsd.c:1454 eelf64ppc.c:1454 +#: eelf64ppc_fbsd.c:1454 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a " @@ -6870,15 +6911,15 @@ msgid "" " descriptor symbols. Defaults to on.\n" msgstr "" -#: eelf64lppc.c:1459 eelf64lppc_fbsd.c:1459 eelf64ppc.c:1459 -#: eelf64ppc_fbsd.c:1459 +#: eelf64lppc.c:1460 eelf64lppc_fbsd.c:1460 eelf64ppc.c:1460 +#: eelf64ppc_fbsd.c:1460 #, c-format msgid "" " --no-dotsyms Don't do anything special in version scripts\n" msgstr "" -#: eelf64lppc.c:1462 eelf64lppc_fbsd.c:1462 eelf64ppc.c:1462 -#: eelf64ppc_fbsd.c:1462 +#: eelf64lppc.c:1463 eelf64lppc_fbsd.c:1463 eelf64ppc.c:1463 +#: eelf64ppc_fbsd.c:1463 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines " @@ -6887,71 +6928,71 @@ msgid "" " final link, off for ld -r.\n" msgstr "" -#: eelf64lppc.c:1467 eelf64lppc_fbsd.c:1467 eelf64ppc.c:1467 -#: eelf64ppc_fbsd.c:1467 +#: eelf64lppc.c:1468 eelf64lppc_fbsd.c:1468 eelf64ppc.c:1468 +#: eelf64ppc_fbsd.c:1468 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr "" -#: eelf64lppc.c:1473 eelf64lppc_fbsd.c:1473 eelf64ppc.c:1473 -#: eelf64ppc_fbsd.c:1473 +#: eelf64lppc.c:1474 eelf64lppc_fbsd.c:1474 eelf64ppc.c:1474 +#: eelf64ppc_fbsd.c:1474 #, c-format msgid "" " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr "" -#: eelf64lppc.c:1479 eelf64lppc_fbsd.c:1479 eelf64ppc.c:1479 -#: eelf64ppc_fbsd.c:1479 +#: eelf64lppc.c:1480 eelf64lppc_fbsd.c:1480 eelf64ppc.c:1480 +#: eelf64ppc_fbsd.c:1480 #, c-format msgid " --tls-get-addr-regsave Force register save __tls_get_addr stub\n" msgstr "" -#: eelf64lppc.c:1482 eelf64lppc_fbsd.c:1482 eelf64ppc.c:1482 -#: eelf64ppc_fbsd.c:1482 +#: eelf64lppc.c:1483 eelf64lppc_fbsd.c:1483 eelf64ppc.c:1483 +#: eelf64ppc_fbsd.c:1483 #, c-format msgid "" " --no-tls-get-addr-regsave Don't use register save __tls_get_addr stub\n" msgstr "" -#: eelf64lppc.c:1485 eelf64lppc_fbsd.c:1485 eelf64ppc.c:1485 -#: eelf64ppc_fbsd.c:1485 +#: eelf64lppc.c:1486 eelf64lppc_fbsd.c:1486 eelf64ppc.c:1486 +#: eelf64ppc_fbsd.c:1486 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr "" -#: eelf64lppc.c:1491 eelf64lppc_fbsd.c:1491 eelf64ppc.c:1491 -#: eelf64ppc_fbsd.c:1491 +#: eelf64lppc.c:1492 eelf64lppc_fbsd.c:1492 eelf64ppc.c:1492 +#: eelf64ppc_fbsd.c:1492 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr "" -#: eelf64lppc.c:1494 eelf64lppc_fbsd.c:1494 eelf64ppc.c:1494 -#: eelf64ppc_fbsd.c:1494 +#: eelf64lppc.c:1495 eelf64lppc_fbsd.c:1495 eelf64ppc.c:1495 +#: eelf64ppc_fbsd.c:1495 #, c-format msgid "" " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr "" -#: eelf64lppc.c:1497 eelf64lppc_fbsd.c:1497 eelf64ppc.c:1497 -#: eelf64ppc_fbsd.c:1497 +#: eelf64lppc.c:1498 eelf64lppc_fbsd.c:1498 eelf64ppc.c:1498 +#: eelf64ppc_fbsd.c:1498 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr "" -#: eelf64lppc.c:1500 eelf64lppc_fbsd.c:1500 eelf64ppc.c:1500 -#: eelf64ppc_fbsd.c:1500 +#: eelf64lppc.c:1501 eelf64lppc_fbsd.c:1501 eelf64ppc.c:1501 +#: eelf64ppc_fbsd.c:1501 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" " overlapping .opd entries\n" msgstr "" -#: eelf64lppc_fbsd.c:1414 eelf64ppc_fbsd.c:1414 +#: eelf64lppc_fbsd.c:1415 eelf64ppc_fbsd.c:1415 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr "" -#: eelf64lppc_fbsd.c:1417 eelf64ppc_fbsd.c:1417 +#: eelf64lppc_fbsd.c:1418 eelf64ppc_fbsd.c:1418 #, c-format msgid "" " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" @@ -6965,58 +7006,57 @@ msgstr "" msgid "%X%P: too many global registers: %u, max 223\n" msgstr "" -#. This is a fatal error; make einfo call not return. -#: eelf64mmix.c:146 emmo.c:146 -msgid "%F%P: can't finalize linker-allocated global registers\n" +#: eelf64mmix.c:144 emmo.c:144 +msgid "%P: can't finalize linker-allocated global registers\n" msgstr "" -#: eelf_x86_64.c:8687 eelf_x86_64_cloudabi.c:685 eelf_x86_64_fbsd.c:685 -#: eelf_x86_64_haiku.c:685 eelf_x86_64_sol2.c:817 -msgid "%F%P: invalid option for -z lam-u48-report=: %s\n" +#: eelf_x86_64.c:8719 eelf_x86_64_cloudabi.c:717 eelf_x86_64_fbsd.c:717 +#: eelf_x86_64_haiku.c:717 eelf_x86_64_sol2.c:849 +msgid "%P: invalid option for -z lam-u48-report=: %s\n" msgstr "" -#: eelf_x86_64.c:8701 eelf_x86_64_cloudabi.c:699 eelf_x86_64_fbsd.c:699 -#: eelf_x86_64_haiku.c:699 eelf_x86_64_sol2.c:831 -msgid "%F%P: invalid option for -z lam-u57-report=: %s\n" +#: eelf_x86_64.c:8733 eelf_x86_64_cloudabi.c:731 eelf_x86_64_fbsd.c:731 +#: eelf_x86_64_haiku.c:731 eelf_x86_64_sol2.c:863 +msgid "%P: invalid option for -z lam-u57-report=: %s\n" msgstr "" -#: eelf_x86_64.c:8722 eelf_x86_64_cloudabi.c:720 eelf_x86_64_fbsd.c:720 -#: eelf_x86_64_haiku.c:720 eelf_x86_64_sol2.c:852 -msgid "%F%P: invalid option for -z lam-report=: %s\n" +#: eelf_x86_64.c:8754 eelf_x86_64_cloudabi.c:752 eelf_x86_64_fbsd.c:752 +#: eelf_x86_64_haiku.c:752 eelf_x86_64_sol2.c:884 +msgid "%P: invalid option for -z lam-report=: %s\n" msgstr "" -#: eelf_x86_64.c:8806 eelf_x86_64_cloudabi.c:804 eelf_x86_64_fbsd.c:804 -#: eelf_x86_64_haiku.c:804 eelf_x86_64_sol2.c:936 +#: eelf_x86_64.c:8838 eelf_x86_64_cloudabi.c:836 eelf_x86_64_fbsd.c:836 +#: eelf_x86_64_haiku.c:836 eelf_x86_64_sol2.c:968 #, c-format msgid "" " -z lam-u48 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" msgstr "" -#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 -#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 +#: eelf_x86_64.c:8840 eelf_x86_64_cloudabi.c:838 eelf_x86_64_fbsd.c:838 +#: eelf_x86_64_haiku.c:838 eelf_x86_64_sol2.c:970 #, c-format msgid "" " -z lam-u48-report=[none|warning|error] (default: none)\n" " Report missing LAM_U48 property\n" msgstr "" -#: eelf_x86_64.c:8811 eelf_x86_64_cloudabi.c:809 eelf_x86_64_fbsd.c:809 -#: eelf_x86_64_haiku.c:809 eelf_x86_64_sol2.c:941 +#: eelf_x86_64.c:8843 eelf_x86_64_cloudabi.c:841 eelf_x86_64_fbsd.c:841 +#: eelf_x86_64_haiku.c:841 eelf_x86_64_sol2.c:973 #, c-format msgid "" " -z lam-u57 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" msgstr "" -#: eelf_x86_64.c:8813 eelf_x86_64_cloudabi.c:811 eelf_x86_64_fbsd.c:811 -#: eelf_x86_64_haiku.c:811 eelf_x86_64_sol2.c:943 +#: eelf_x86_64.c:8845 eelf_x86_64_cloudabi.c:843 eelf_x86_64_fbsd.c:843 +#: eelf_x86_64_haiku.c:843 eelf_x86_64_sol2.c:975 #, c-format msgid "" " -z lam-u57-report=[none|warning|error] (default: none)\n" " Report missing LAM_U57 property\n" msgstr "" -#: eelf_x86_64.c:8816 eelf_x86_64_cloudabi.c:814 eelf_x86_64_fbsd.c:814 -#: eelf_x86_64_haiku.c:814 eelf_x86_64_sol2.c:946 +#: eelf_x86_64.c:8848 eelf_x86_64_cloudabi.c:846 eelf_x86_64_fbsd.c:846 +#: eelf_x86_64_haiku.c:846 eelf_x86_64_sol2.c:978 #, c-format msgid "" " -z lam-report=[none|warning|error] (default: none)\n" @@ -7034,20 +7074,20 @@ msgid "" " multiple sub-space shared libraries\n" msgstr "" -#: ei386beos.c:359 -msgid "%F%P: PE operations on non PE file\n" +#: ei386beos.c:354 +msgid "%P: PE operations on non PE file\n" msgstr "" -#: ei386beos.c:409 ei386beos.c:414 -msgid "%F%P: %pB: can't read contents of section .idata: %E\n" +#: ei386beos.c:403 ei386beos.c:408 +msgid "%P: %pB: can't read contents of section .idata: %E\n" msgstr "" -#: ei386beos.c:646 -msgid "%F%P: section %s has '$' as first character\n" +#: ei386beos.c:640 +msgid "%P: section %s has '$' as first character\n" msgstr "" -#: ei386beos.c:676 -msgid "%F%P: *(%s$) missing from linker script\n" +#: ei386beos.c:670 +msgid "%P: *(%s$) missing from linker script\n" msgstr "" #: em68hc11elf.c:144 em68hc11elfb.c:144 em68hc12elf.c:144 em68hc12elfb.c:144 @@ -7077,7 +7117,7 @@ msgid "" msgstr "" #: em68kelf.c:92 em68kelfnbsd.c:92 -msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" +msgid "%P: %pB: all input objects must be ELF for --embedded-relocs\n" msgstr "" #: em68kelf.c:701 em68kelfnbsd.c:701 @@ -7089,7 +7129,7 @@ msgstr "" msgid " --got=<type> Specify GOT handling scheme\n" msgstr "" -#: emmo.c:333 +#: emmo.c:330 msgid "%X%P: internal problems scanning %pB after opening it" msgstr "" @@ -7148,7 +7188,7 @@ msgstr "" #. Incompatible objects. #: ends32belf.c:129 ends32belf16m.c:129 ends32belf_linux.c:129 ends32elf.c:129 #: ends32elf16m.c:129 ends32elf_linux.c:129 -msgid "%F%P: %pB: ABI version of object files mismatched\n" +msgid "%P: %pB: ABI version of object files mismatched\n" msgstr "" #: ends32belf.c:450 ends32belf16m.c:450 ends32belf_linux.c:583 ends32elf.c:450 @@ -7227,6 +7267,6 @@ msgstr "" msgid " --format 0|1|2 Specify which COFF version to use\n" msgstr "" -#: etic3xcoff.c:92 etic3xcoff_onchip.c:92 etic4xcoff.c:92 etic54xcoff.c:92 -msgid "%F%P: invalid COFF format version %s\n" +#: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91 +msgid "%P: invalid COFF format version %s\n" msgstr "" diff --git a/ld/po/ro.po b/ld/po/ro.po index 8a39a9b..25879bf 100644 --- a/ld/po/ro.po +++ b/ld/po/ro.po @@ -10,14 +10,15 @@ # Actualizare a traducerii pentru versiunea 2.41.90, făcută de R-GC, ian-2024. # Actualizare a traducerii pentru versiunea 2.42.90, făcută de R-GC, iul-2024. # Actualizare a traducerii pentru versiunea 2.43.90, făcută de R-GC, ian-2025. +# Actualizare a traducerii pentru versiunea 2.44.90, făcută de R-GC, iul-2025. # Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul). # msgid "" msgstr "" -"Project-Id-Version: ld 2.43.90\n" +"Project-Id-Version: ld 2.44.90\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2025-01-19 12:28+0000\n" -"PO-Revision-Date: 2025-01-20 13:02+0100\n" +"POT-Creation-Date: 2025-07-13 08:53+0100\n" +"PO-Revision-Date: 2025-07-15 19:12+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" "Language: ro\n" @@ -69,17 +70,17 @@ msgstr "Niciun simbol\n" msgid "%P: symbol `%pT' missing from main hash table\n" msgstr "%P: simbolul „%pT†lipseÈ™te din tabelul sumelor de control (hash) principal\n" -#: ldcref.c:517 ldcref.c:628 ldmain.c:1357 ldmisc.c:327 pe-dll.c:780 -#: pe-dll.c:1350 pe-dll.c:1471 pe-dll.c:1573 eaarch64pe.c:1580 earm64pe.c:1580 +#: ldcref.c:517 ldcref.c:628 ldmain.c:1733 ldmisc.c:320 pe-dll.c:783 +#: pe-dll.c:1353 pe-dll.c:1474 pe-dll.c:1576 eaarch64pe.c:1580 earm64pe.c:1580 #: earm_wince_pe.c:1583 earm_wince_pe.c:1770 earmpe.c:1583 earmpe.c:1770 #: ei386pe.c:1583 ei386pe.c:1770 ei386pe_posix.c:1583 ei386pe_posix.c:1770 #: ei386pep.c:1580 emcorepe.c:1583 emcorepe.c:1770 eshpe.c:1583 eshpe.c:1770 -msgid "%F%P: %pB: could not read symbols: %E\n" -msgstr "%F%P: %pB: nu s-au putut citi simbolurile: %E\n" +msgid "%P: %pB: could not read symbols: %E\n" +msgstr "%P: %pB: nu s-au putut citi simbolurile: %E\n" -#: ldcref.c:690 ldcref.c:697 ldmain.c:1419 ldmain.c:1426 -msgid "%F%P: %pB: could not read relocs: %E\n" -msgstr "%F%P: %pB: nu s-au putut citi realocările: %E\n" +#: ldcref.c:690 ldcref.c:697 ldmain.c:1795 ldmain.c:1802 +msgid "%P: %pB: could not read relocs: %E\n" +msgstr "%P: %pB: nu s-au putut citi realocările: %E\n" #. We found a reloc for the symbol. The symbol is defined #. in OUTSECNAME. This reloc is from a section which is @@ -120,14 +121,14 @@ msgstr "" "\n" #: ldelf.c:98 -msgid "%F%P: common page size (0x%v) > maximum page size (0x%v)\n" -msgstr "%F%P: dimensiunea comună a paginii (0x%v) > dimensiunea maximă a paginii (0x%v)\n" +msgid "%P: common page size (0x%v) > maximum page size (0x%v)\n" +msgstr "%F%P: dimensiunea normală a paginii (0x%v) > dimensiunea maximă a paginii (0x%v)\n" #: ldelf.c:124 -msgid "%F%P: %pB: --just-symbols may not be used on DSO\n" -msgstr "%F%P: %pB: „--just-symbols†nu poate fi utilizată pe DSO\n" +msgid "%P: %pB: --just-symbols may not be used on DSO\n" +msgstr "%P: %pB: „--just-symbols†nu poate fi utilizată pe DSO\n" -#: ldelf.c:226 +#: ldelf.c:226 ldelf.c:372 msgid "%P: %pB: bfd_stat failed: %E\n" msgstr "%P: %pB: bfd_stat a eÈ™uat: %E\n" @@ -141,21 +142,17 @@ msgid "attempt to open %s failed\n" msgstr "încercarea de a deschide %s a eÈ™uat\n" #: ldelf.c:324 -msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" -msgstr "%F%P: %pB: bfd_elf_get_bfd_bfd_needed_list a eÈ™uat: %E\n" - -#: ldelf.c:372 -msgid "%F%P: %pB: bfd_stat failed: %E\n" -msgstr "%F%P: %pB: bfd_stat a eÈ™uat: %E\n" +msgid "%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" +msgstr "%P: %pB: bfd_elf_get_bfd_bfd_needed_list a eÈ™uat: %E\n" #: ldelf.c:378 #, c-format msgid "found %s at %s\n" msgstr "s-a găsit %s în %s\n" -#: ldelf.c:411 ldlang.c:3177 ldlang.c:3191 ldlang.c:10994 -msgid "%F%P: %pB: error adding symbols: %E\n" -msgstr "%F%P: %pB: eroare la adăugarea simbolurilor: %E\n" +#: ldelf.c:411 ldlang.c:3228 ldlang.c:3242 ldlang.c:11057 +msgid "%P: %pB: error adding symbols: %E\n" +msgstr "%P: %pB: eroare la adăugarea simbolurilor: %E\n" #. We only issue an "unrecognised" message in verbose mode #. as the $<foo> token might be a legitimate component of @@ -175,199 +172,199 @@ msgid "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-lin msgstr "%P: avertisment: %s, necesar pentru %pB, nu a fost găsit (încercaÈ›i să utilizaÈ›i „-rpath†sau „-rpath-linkâ€)\n" #: ldelf.c:1209 -msgid "%F%P: failed to add DT_NEEDED dynamic tag\n" -msgstr "%F%P: nu a reuÈ™it să adauge eticheta dinamică DT_NEEDED\n" +msgid "%P: failed to add DT_NEEDED dynamic tag\n" +msgstr "%P: nu a reuÈ™it să adauge eticheta dinamică DT_NEEDED\n" -#: ldelf.c:1261 -msgid "%F%P: %s: can't open for writing: %E\n" -msgstr "%F%P: %s: nu se poate deschide pentru scriere: %E\n" +#: ldelf.c:1260 +msgid "%P: %s: can't open for writing: %E\n" +msgstr "%P: %s: nu se poate deschide pentru scriere: %E\n" -#: ldelf.c:1317 -msgid "%F%P: cannot use executable file '%pB' as input to a link\n" -msgstr "%F%P: nu se poate utiliza fiÈ™ierul executabil „%pB†ca intrare pentru o legătură\n" +#: ldelf.c:1315 +msgid "%P: cannot use executable file '%pB' as input to a link\n" +msgstr "%P: nu se poate utiliza fiÈ™ierul executabil „%pB†ca intrare pentru o legătură\n" -#: ldelf.c:1371 -msgid "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" -msgstr "%F%P: descrieri de cadre compacte incompatibile cu DWARF2 .eh_frame din %pB\n" +#: ldelf.c:1369 +msgid "%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" +msgstr "%P: descrieri de cadre compacte incompatibile cu DWARF2 .eh_frame din %pB\n" -#: ldelf.c:1407 +#: ldelf.c:1405 msgid "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" msgstr "%P: avertisment: nu se poate crea secÈ›iunea .eh_frame_hdr, „--eh-frame-hdr†ignorată\n" -#: ldelf.c:1413 -msgid "%F%P: failed to parse EH frame entries\n" -msgstr "%F%P: nu s-a reuÈ™it să se analizeze intrările cadrului EH\n" +#: ldelf.c:1411 +msgid "%P: failed to parse EH frame entries\n" +msgstr "%P: nu s-a reuÈ™it să se analizeze intrările cadrului EH\n" -#: ldelf.c:1455 +#: ldelf.c:1453 msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n" msgstr "%P: avertisment: secÈ›iunea .note.gnu.build-id a fost eliminată, „--build-id†ignorată\n" -#: ldelf.c:1505 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 +#: ldelf.c:1503 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 #: earmpe.c:1339 ei386pe.c:1339 ei386pe_posix.c:1339 ei386pep.c:1354 #: emcorepe.c:1339 eshpe.c:1339 msgid "%P: warning: unrecognized --build-id style ignored\n" msgstr "%P: avertisment: stilul „--build-id†nerecunoscut ignorat\n" -#: ldelf.c:1524 +#: ldelf.c:1522 msgid "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n" msgstr "%P: avertisment: nu se poate crea secÈ›iunea .note.gnu.build-id, „--build-id†ignorată\n" -#: ldelf.c:1545 +#: ldelf.c:1543 msgid "%P: warning: .note.package section discarded, --package-metadata ignored\n" msgstr "%P: avertisment: secÈ›iunea .note.package a fost eliminată, „--package-metadata†ignorată\n" -#: ldelf.c:1601 +#: ldelf.c:1599 msgid "%P: warning: --package-metadata is empty, ignoring\n" msgstr "%P: avertisment: argumentul opÈ›iunii „--package-metadata†este gol, se ignoră\n" -#: ldelf.c:1611 +#: ldelf.c:1609 msgid "%P: warning: --package-metadata=%s does not contain valid JSON, ignoring: %s\n" msgstr "%P: avertisment: „--package-metadata=%s†nu conÈ›ine JSON valid, se ignoră: %s\n" -#: ldelf.c:1640 +#: ldelf.c:1638 msgid "%P: warning: cannot create .note.package section, --package-metadata ignored\n" msgstr "%P: avertisment: nu se poate crea secÈ›iunea .note.package, „--package-metadata†ignorată\n" -#: ldelf.c:1672 eaix5ppc.c:1546 eaix5rs6.c:1546 eaixppc.c:1546 eaixrs6.c:1546 -#: eppcmacos.c:1546 -msgid "%F%P: failed to record assignment to %s: %E\n" -msgstr "%F%P: nu s-a reuÈ™it să se înregistreze atribuirea la %s: %E\n" +#: ldelf.c:1670 eaix5ppc.c:1545 eaix5rs6.c:1545 eaixppc.c:1545 eaixrs6.c:1545 +#: eppcmacos.c:1545 +msgid "%P: failed to record assignment to %s: %E\n" +msgstr "%P: nu s-a reuÈ™it să se înregistreze atribuirea la %s: %E\n" -#: ldelf.c:1850 ldelf.c:1915 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 +#: ldelf.c:1845 ldelf.c:1911 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 #: eaixrs6.c:816 eelf64_ia64_vms.c:209 eppcmacos.c:816 -msgid "%F%P: failed to set dynamic section sizes: %E\n" -msgstr "%F%P: nu s-a reuÈ™it să se definească dimensiunile secÈ›iunilor dinamice: %E\n" +msgid "%P: failed to set dynamic section sizes: %E\n" +msgstr "%P: nu s-a reuÈ™it să se definească dimensiunile secÈ›iunilor dinamice: %E\n" -#: ldelf.c:1887 -msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" -msgstr "%F%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .gnu.warning: %E\n" +#: ldelf.c:1883 +msgid "%P: %pB: can't read contents of section %pA: %E\n" +msgstr "%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii %pA: %E\n" #: ldelfgen.c:285 -msgid "%F%P: %pA has both ordered and unordered sections\n" -msgstr "%F%P: %pA are atât secÈ›iuni ordonate, cât È™i neordonate.\n" +msgid "%P: %pA has both ordered and unordered sections\n" +msgstr "%P: %pA are atât secÈ›iuni ordonate, cât È™i neordonate.\n" #: ldelfgen.c:310 eelf32loongarch.c:106 eelf64loongarch.c:106 -msgid "%F%P: map sections to segments failed: %E\n" -msgstr "%F%P: cartografierea secÈ›iunilor în segmente a eÈ™uat: %E\n" +msgid "%P: map sections to segments failed: %E\n" +msgstr "%P: cartografierea secÈ›iunilor în segmente a eÈ™uat: %E\n" #: ldelfgen.c:330 -msgid "%F%P: looping in map_segments\n" -msgstr "%F%P: buclă în map_segments\n" +msgid "%P: looping in map_segments\n" +msgstr "%P: buclă în map_segments\n" -#: ldelfgen.c:342 -msgid "%F%P: failed to strip zero-sized dynamic sections\n" -msgstr "%F%P: nu s-a reuÈ™it să se elimine secÈ›iunile dinamice de dimensiune zero\n" +#: ldelfgen.c:341 +msgid "%P: failed to strip zero-sized dynamic sections\n" +msgstr "%P: nu s-a reuÈ™it să se elimine secÈ›iunile dinamice de dimensiune zero\n" -#: ldelfgen.c:420 -msgid "%F%P: warning: CTF strtab association failed; strings will not be shared: %s\n" -msgstr "%F%P: avertisment: Asocierea CTF strtab a eÈ™uat; È™irurile nu vor fi partajate: %s\n" +#: ldelfgen.c:419 +msgid "%P: warning: CTF strtab association failed; strings will not be shared: %s\n" +msgstr "%P: avertisment: asocierea CTF strtab a eÈ™uat; È™irurile nu vor fi partajate: %s\n" -#: ldelfgen.c:447 -msgid "%F%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %s\n" -msgstr "%F%P: avertisment: Adăugarea simbolului CTF a eÈ™uat; CTF nu va fi vinculat la simboluri: %s\n" +#: ldelfgen.c:446 +msgid "%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: avertisment: adăugarea simbolului CTF a eÈ™uat; CTF nu va fi vinculat la simboluri: %s\n" -#: ldelfgen.c:457 -msgid "%F%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %s\n" -msgstr "%F%P: avertisment: Amestecarea simbolurilor CTF a eÈ™uat; CTF nu va fi vinculat la simboluri: %s\n" +#: ldelfgen.c:456 +msgid "%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: avertisment: amestecarea simbolurilor CTF a eÈ™uat; CTF nu va fi vinculat la simboluri: %s\n" -#: ldemul.c:323 +#: ldemul.c:331 #, c-format msgid "%pS SYSLIB ignored\n" msgstr "%pS SYSLIB ignorat\n" -#: ldemul.c:329 +#: ldemul.c:337 #, c-format msgid "%pS HLL ignored\n" msgstr "%pS HLL ignorat\n" -#: ldemul.c:349 +#: ldemul.c:357 msgid "%P: unrecognised emulation mode: %s\n" msgstr "%P: mod de emulare nerecunoscut: %s\n" -#: ldemul.c:350 +#: ldemul.c:358 msgid "Supported emulations: " msgstr "Emulări acceptate: " -#: ldemul.c:392 +#: ldemul.c:400 #, c-format msgid " no emulation specific options.\n" msgstr " nicio opÈ›iune specifică de emulare.\n" #: ldexp.c:285 -msgid "%F%P: bfd_hash_allocate failed creating symbol %s\n" -msgstr "%F%P: bfd_hash_allocate nu a reuÈ™it să creeze simbolul %s\n" +msgid "%P: bfd_hash_allocate failed creating symbol %s\n" +msgstr "%P: bfd_hash_allocate nu a reuÈ™it să creeze simbolul %s\n" #: ldexp.c:316 -msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n" -msgstr "%F%P: bfd_hash_lookup nu a reuÈ™it să creeze simbolul %s\n" +msgid "%P: bfd_hash_lookup failed creating symbol %s\n" +msgstr "%P: bfd_hash_lookup nu a reuÈ™it să creeze simbolul %s\n" #: ldexp.c:562 msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" msgstr "%P: avertisment: adresa lui „%s†nu este multiplă față de dimensiunea maximă a paginii\n" #: ldexp.c:641 -msgid "%F%P:%pS %% by zero\n" -msgstr "%F%P:%pS %% la zero\n" +msgid "%P:%pS %% by zero\n" +msgstr "%P:%pS %% la zero\n" #: ldexp.c:650 -msgid "%F%P:%pS / by zero\n" -msgstr "%F%P:%pS / la zero\n" +msgid "%P:%pS / by zero\n" +msgstr "%P:%pS / la zero\n" -#: ldexp.c:764 ldlang.c:4035 ldmain.c:1324 eaarch64pe.c:1168 eaarch64pe.c:1784 +#: ldexp.c:764 ldlang.c:4112 ldmain.c:1700 eaarch64pe.c:1168 eaarch64pe.c:1784 #: earm64pe.c:1168 earm64pe.c:1784 earm_wince_pe.c:1154 earm_wince_pe.c:1881 #: earmpe.c:1154 earmpe.c:1881 ei386pe.c:1154 ei386pe.c:1881 #: ei386pe_posix.c:1154 ei386pe_posix.c:1881 ei386pep.c:1168 ei386pep.c:1784 #: emcorepe.c:1154 emcorepe.c:1881 eshpe.c:1154 eshpe.c:1881 -msgid "%F%P: bfd_link_hash_lookup failed: %E\n" -msgstr "%F%P: bfd_link_hash_lookup a eÈ™uat: %E\n" +msgid "%P: bfd_link_hash_lookup failed: %E\n" +msgstr "%P: bfd_link_hash_lookup a eÈ™uat: %E\n" #: ldexp.c:777 msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%P:%pS: simbol nerezolvabil „%s†la care se face referire în expresie\n" #: ldexp.c:792 -msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" -msgstr "%F%P:%pS: simbol nedefinit „%s†la care se face referire în expresie\n" +msgid "%P:%pS: undefined symbol `%s' referenced in expression\n" +msgstr "%P:%pS: simbol nedefinit „%s†la care se face referire în expresie\n" #: ldexp.c:830 ldexp.c:848 ldexp.c:876 -msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" -msgstr "%F%P:%pS: secÈ›iune nedefinită „%s†la care se face referire în expresie\n" +msgid "%P:%pS: undefined section `%s' referenced in expression\n" +msgstr "%P:%pS: secÈ›iune nedefinită „%s†la care se face referire în expresie\n" #: ldexp.c:915 ldexp.c:929 -msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" -msgstr "%F%P:%pS: regiune de MEMORIE nedefinită „%s†la care se face referire în expresie\n" +msgid "%P:%pS: undefined MEMORY region `%s' referenced in expression\n" +msgstr "%P:%pS: regiune de MEMORIE nedefinită „%s†la care se face referire în expresie\n" #: ldexp.c:941 -msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" -msgstr "%F%P:%pS: constantă necunoscută „%s†la care se face referire în expresie\n" +msgid "%P:%pS: unknown constant `%s' referenced in expression\n" +msgstr "%P:%pS: constantă necunoscută „%s†la care se face referire în expresie\n" #: ldexp.c:1089 -msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" -msgstr "%F%P:%pS nu poate FURNIZA atribuirea la contorul de locaÈ›ie\n" +msgid "%P:%pS can not PROVIDE assignment to location counter\n" +msgstr "%P:%pS nu poate FURNIZA atribuirea la contorul de locaÈ›ie\n" #: ldexp.c:1122 -msgid "%F%P:%pS invalid assignment to location counter\n" -msgstr "%F%P:%pS atribuire nevalidă la contorul de locaÈ›ie\n" +msgid "%P:%pS invalid assignment to location counter\n" +msgstr "%P:%pS atribuire nevalidă la contorul de locaÈ›ie\n" #: ldexp.c:1126 -msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" -msgstr "%F%P:%pS atribuirea unui contor de locaÈ›ie nu este validă în afara SECÈšIUNILOR\n" +msgid "%P:%pS assignment to location counter invalid outside of SECTIONS\n" +msgstr "%P:%pS atribuirea unui contor de locaÈ›ie nu este validă în afara SECÈšIUNILOR\n" #: ldexp.c:1145 -msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" -msgstr "%F%P:%pS nu poate muta contorul de locaÈ›ii înapoi (de la %V la %V)\n" +msgid "%P:%pS cannot move location counter backwards (from %V to %V)\n" +msgstr "%P:%pS nu poate muta contorul de locaÈ›ii înapoi (de la %V la %V)\n" #: ldexp.c:1205 -msgid "%F%P:%s: hash creation failed\n" -msgstr "%F%P:%s: crearea sumei de control (hash) a eÈ™uat\n" +msgid "%P:%s: hash creation failed\n" +msgstr "%P:%s: crearea sumei de control (hash) a eÈ™uat\n" #: ldexp.c:1581 ldexp.c:1624 ldexp.c:1684 -msgid "%F%P:%pS: nonconstant expression for %s\n" -msgstr "%F%P:%pS: expresie neconstantă pentru %s\n" +msgid "%P:%pS: nonconstant expression for %s\n" +msgstr "%P:%pS: expresie neconstantă pentru %s\n" -#: ldexp.c:1711 ldlang.c:1355 ldlang.c:3510 ldlang.c:8236 -msgid "%F%P: can not create hash table: %E\n" -msgstr "%F%P: nu se poate crea tabelul sumelor de control (hash): %E\n" +#: ldexp.c:1711 ldlang.c:1399 ldlang.c:3561 ldlang.c:8309 +msgid "%P: can not create hash table: %E\n" +msgstr "%P: nu se poate crea tabelul sumelor de control (hash): %E\n" #: ldfile.c:239 #, c-format @@ -414,98 +411,98 @@ msgid "attempt to open %s succeeded\n" msgstr "încercarea de a deschide %s a reuÈ™it\n" #: ldfile.c:364 -msgid "%F%P: invalid BFD target `%s'\n" -msgstr "%F%P: È›intă BFD nevalidă „%sâ€\n" +msgid "%P: invalid BFD target `%s'\n" +msgstr "%P: È›intă BFD nevalidă „%sâ€\n" -#: ldfile.c:494 ldfile.c:524 +#: ldfile.c:481 ldfile.c:511 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: se omite %s incompatibil atunci când se caută %s\n" -#: ldfile.c:507 -msgid "%F%P: attempted static link of dynamic object `%s'\n" -msgstr "%F%P: s-a încercat o legătură statică a obiectului dinamic „%sâ€\n" +#: ldfile.c:494 +msgid "%P: attempted static link of dynamic object `%s'\n" +msgstr "%P: s-a încercat o legătură statică a obiectului dinamic „%sâ€\n" -#: ldfile.c:636 +#: ldfile.c:623 msgid "%P: cannot find %s (%s): %E\n" msgstr "%P: nu se poate găsi %s (%s): %E\n" #. We ignore the return status of the script #. and always print the error message. -#: ldfile.c:639 ldfile.c:723 ldfile.c:727 +#: ldfile.c:626 ldfile.c:710 ldfile.c:714 msgid "%P: cannot find %s: %E\n" msgstr "%P: nu se poate găsi %s: %E\n" -#: ldfile.c:691 +#: ldfile.c:678 msgid "%P: cannot find %s inside %s\n" msgstr "%P: nu se poate găsi %s în interiorul lui %s\n" -#: ldfile.c:706 ldmain.c:1504 +#: ldfile.c:693 ldmain.c:1880 msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n" msgstr "%P: Pe cale să se execute scriptul de tratare a erorilor „%s†cu argumentele: „%s†„%sâ€\n" -#: ldfile.c:710 ldmain.c:1508 +#: ldfile.c:697 ldmain.c:1884 msgid "error handling script" msgstr "script de tratare a erorilor" -#: ldfile.c:716 ldmain.c:1514 +#: ldfile.c:703 ldmain.c:1890 msgid "%P: Failed to run error handling script '%s', reason: " msgstr "%P: Nu s-a reuÈ™it rularea scriptului de tratare a erorilor «%s», datorită: " -#: ldfile.c:732 +#: ldfile.c:719 msgid "%P: have you installed the static version of the %s library ?\n" msgstr "%P: aveÈ›i instalată versiunea statică a bibliotecii %s?\n" -#: ldfile.c:743 +#: ldfile.c:730 msgid "%P: note to link with %s use -l:%s or rename it to lib%s\n" msgstr "%P: reÈ›ineÈ›i că pentru a edita legăturile cu %s folosiÈ›i „-l:%s†sau redenumiÈ›i-l în lib%s\n" -#: ldfile.c:775 +#: ldfile.c:762 #, c-format msgid "cannot find script file %s\n" msgstr "nu se poate găsi fiÈ™ierul script %s\n" -#: ldfile.c:777 +#: ldfile.c:764 #, c-format msgid "opened script file %s\n" msgstr "s-a deschis fiÈ™ierul script %s\n" -#: ldfile.c:913 -msgid "%F%P: error: linker script file '%s' appears multiple times\n" -msgstr "%F%P: eroare: fiÈ™ierul script de editare de legături «%s» apare de mai multe ori\n" +#: ldfile.c:900 +msgid "%P: error: linker script file '%s' appears multiple times\n" +msgstr "%P: eroare: fiÈ™ierul script de editare de legături «%s» apare de mai multe ori\n" -#: ldfile.c:932 -msgid "%F%P: cannot open linker script file %s: %E\n" -msgstr "%F%P: nu se poate deschide fiÈ™ierul script de editare de legături «%s»: %E\n" +#: ldfile.c:919 +msgid "%P: cannot open linker script file %s: %E\n" +msgstr "%P: nu se poate deschide fiÈ™ierul script de editare de legături «%s»: %E\n" -#: ldfile.c:1026 -msgid "%F%P: cannot represent machine `%s'\n" -msgstr "%F%P: nu se poate reprezenta maÈ™ina „%sâ€\n" +#: ldfile.c:1013 +msgid "%P: cannot represent machine `%s'\n" +msgstr "%P: nu se poate reprezenta maÈ™ina „%sâ€\n" -#: ldlang.c:1446 +#: ldlang.c:1490 msgid "%P:%pS: warning: redeclaration of memory region `%s'\n" msgstr "%P:%pS: avertisment: redeclarare a regiunii de memorie „%sâ€\n" -#: ldlang.c:1452 +#: ldlang.c:1496 msgid "%P:%pS: warning: memory region `%s' not declared\n" msgstr "%P:%pS: avertisment: regiunea de memorie „%s†nu este declarată\n" -#: ldlang.c:1488 -msgid "%F%P:%pS: error: alias for default memory region\n" -msgstr "%F%P:%pS: eroare: alias pentru regiunea de memorie implicită\n" +#: ldlang.c:1532 +msgid "%P:%pS: error: alias for default memory region\n" +msgstr "%P:%pS: eroare: alias pentru regiunea de memorie implicită\n" -#: ldlang.c:1499 -msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n" -msgstr "%F%P:%pS: eroare: redefinirea aliasului regiunii de memorie „%sâ€\n" +#: ldlang.c:1543 +msgid "%P:%pS: error: redefinition of memory region alias `%s'\n" +msgstr "%P:%pS: eroare: redefinirea aliasului regiunii de memorie „%sâ€\n" -#: ldlang.c:1506 -msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" -msgstr "%F%P:%pS: eroare: regiunea de memorie „%s†pentru alias „%s†nu există\n" +#: ldlang.c:1550 +msgid "%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" +msgstr "%P:%pS: eroare: regiunea de memorie „%s†pentru alias „%s†nu există\n" -#: ldlang.c:1567 ldlang.c:1610 -msgid "%F%P: failed creating section `%s': %E\n" -msgstr "%F%P: a eÈ™uat crearea secÈ›iunii „%sâ€: %E\n" +#: ldlang.c:1611 ldlang.c:1654 +msgid "%P: failed creating section `%s': %E\n" +msgstr "%P: a eÈ™uat crearea secÈ›iunii „%sâ€: %E\n" -#: ldlang.c:2328 +#: ldlang.c:2372 msgid "" "\n" "As-needed library included to satisfy reference by file (symbol)\n" @@ -515,7 +512,7 @@ msgstr "" "Biblioteca necesară inclusă pentru a satisface referinÈ›a prin fiÈ™ier (simbol)\n" "\n" -#: ldlang.c:2393 +#: ldlang.c:2437 msgid "" "\n" "Discarded input sections\n" @@ -525,7 +522,7 @@ msgstr "" "SecÈ›iuni de intrare înlăturate\n" "\n" -#: ldlang.c:2401 +#: ldlang.c:2445 msgid "" "\n" "There are no discarded input sections\n" @@ -533,7 +530,7 @@ msgstr "" "\n" "Nu există secÈ›iuni de intrare înlăturate\n" -#: ldlang.c:2403 +#: ldlang.c:2447 msgid "" "\n" "Memory Configuration\n" @@ -543,23 +540,23 @@ msgstr "" "ConfiguraÈ›ia memoriei\n" "\n" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Name" msgstr "Nume" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Origin" msgstr "Origine" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Length" msgstr "Lungime" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Attributes" msgstr "Atribute" -#: ldlang.c:2429 +#: ldlang.c:2473 msgid "" "\n" "Linker script and memory map\n" @@ -569,252 +566,250 @@ msgstr "" "Script de editare de legături È™i hartă de memorie\n" "\n" -#: ldlang.c:2482 -msgid "%F%P: illegal use of `%s' section\n" -msgstr "%F%P: utilizare ilegală a secÈ›iunii „%sâ€\n" +#: ldlang.c:2533 +msgid "%P: illegal use of `%s' section\n" +msgstr "%P: utilizare ilegală a secÈ›iunii „%sâ€\n" -#: ldlang.c:2491 -msgid "%F%P: output format %s cannot represent section called %s: %E\n" -msgstr "%F%P: formatul de ieÈ™ire %s nu poate reprezenta secÈ›iunea numită %s: %E\n" +#: ldlang.c:2542 +msgid "%P: output format %s cannot represent section called %s: %E\n" +msgstr "%P: formatul de ieÈ™ire %s nu poate reprezenta secÈ›iunea numită %s: %E\n" -#: ldlang.c:2672 +#: ldlang.c:2723 msgid "%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%pB' match /DISCARD/ clause.\n" msgstr "%P:%pS: avertisment: „--enable-non-contiguous-regions†face ca secÈ›iunea „%pA†din „%pB†să corespundă clauzei /DISCARD/ (înlăturare).\n" -#: ldlang.c:2696 +#: ldlang.c:2747 msgid "%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for section `%pA' from `%pB' (assigned to %pA, but additional match: %pA)\n" msgstr "%P:%pS: avertisment: „--enable-non-contiguous-regions†poate schimba comportamentul pentru secÈ›iunea „%pA†din „%pB†(atribuită la %pA, dar cu o potrivire suplimentară: %pA)\n" -#: ldlang.c:3074 +#: ldlang.c:3125 msgid "%P: %pB: file not recognized: %E; matching formats:" msgstr "%P: %pB: fiÈ™ier nerecunoscut: %E; formate corespondente:" -#: ldlang.c:3083 -msgid "%F%P: %pB: file not recognized: %E\n" -msgstr "%F%P: %pB: fiÈ™ier nerecunoscut: %E\n" +#: ldlang.c:3134 +msgid "%P: %pB: file not recognized: %E\n" +msgstr "%P: %pB: fiÈ™ier nerecunoscut: %E\n" -#: ldlang.c:3156 -msgid "%F%P: %pB: member %pB in archive is not an object\n" -msgstr "%F%P: %pB: membrul %pB din arhivă nu este un obiect\n" +#: ldlang.c:3207 +msgid "%P: %pB: member %pB in archive is not an object\n" +msgstr "%P: %pB: membrul %pB din arhivă nu este un obiect\n" -#: ldlang.c:3432 -msgid "%F%P: input file '%s' is the same as output file\n" -msgstr "%F%P: fiÈ™ierul de intrare „%s†este acelaÈ™i cu fiÈ™ierul de ieÈ™ire\n" +#: ldlang.c:3483 +msgid "%P: input file '%s' is the same as output file\n" +msgstr "%P: fiÈ™ierul de intrare „%s†este acelaÈ™i cu fiÈ™ierul de ieÈ™ire\n" -#: ldlang.c:3480 +#: ldlang.c:3531 msgid "%P: warning: could not find any targets that match endianness requirement\n" msgstr "%P: avertisment: nu s-a putut găsi nicio È›intă care să se potrivească cu cerinÈ›a de endianness (ordinea de biÈ›i)\n" -#: ldlang.c:3494 -msgid "%F%P: target %s not found\n" -msgstr "%F%P: È›inta %s nu a fost găsită\n" +#: ldlang.c:3545 +msgid "%P: target %s not found\n" +msgstr "%P: È›inta %s nu a fost găsită\n" -#: ldlang.c:3496 -msgid "%F%P: cannot open output file %s: %E\n" -msgstr "%F%P: nu se poate deschide fiÈ™ierul de ieÈ™ire %s: %E\n" +#: ldlang.c:3547 +msgid "%P: cannot open output file %s: %E\n" +msgstr "%P: nu se poate deschide fiÈ™ierul de ieÈ™ire %s: %E\n" -#: ldlang.c:3502 -msgid "%F%P: %s: can not make object file: %E\n" -msgstr "%F%P: %s: nu se poate crea un fiÈ™ier obiect: %E\n" +#: ldlang.c:3553 +msgid "%P: %s: can not make object file: %E\n" +msgstr "%P: %s: nu se poate crea un fiÈ™ier obiect: %E\n" -#: ldlang.c:3506 -msgid "%F%P: %s: can not set architecture: %E\n" -msgstr "%F%P: %s: nu se poate defini arhitectura: %E\n" +#: ldlang.c:3557 +msgid "%P: %s: can not set architecture: %E\n" +msgstr "%P: %s: nu se poate defini arhitectura: %E\n" -#: ldlang.c:3693 +#: ldlang.c:3744 msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgstr "%P: avertisment: %s conÈ›ine secÈ›iuni de ieÈ™ire; aÈ›i uitat „-Tâ€?\n" -#: ldlang.c:3740 +#: ldlang.c:3791 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF warning" msgstr "avertisment CTF" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF error" msgstr "eroare CTF" -#: ldlang.c:3746 +#: ldlang.c:3797 #, c-format msgid "CTF error: cannot get CTF errors: `%s'\n" msgstr "eroare CTF: nu se pot obÈ›ine erorile CTF: „%sâ€\n" -#: ldlang.c:3780 +#: ldlang.c:3833 msgid "%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n" msgstr "%P: avertisment: secÈ›iunea CTF din %pB nu a fost încărcată; tipurile sale vor fi eliminate: %s\n" -#: ldlang.c:3809 +#: ldlang.c:3866 msgid "%P: warning: CTF output not created: `%s'\n" msgstr "%P: avertisment: ieÈ™irea CTF nu a fost creată: „%sâ€\n" -#: ldlang.c:3852 +#: ldlang.c:3915 msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n" msgstr "%P: avertisment: secÈ›iunea CTF din %pB nu poate fi vinculată: „%sâ€\n" -#: ldlang.c:3872 +#: ldlang.c:3935 msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n" msgstr "%P: avertisment: vincularea CTF a eÈ™uat; ieÈ™irea nu va avea o secÈ›iune CTF: %s\n" -#: ldlang.c:3943 +#: ldlang.c:4018 msgid "%P: warning: CTF section emission failed; output will have no CTF section: %s\n" msgstr "%P: avertisment: emiterea secÈ›iunii CTF a eÈ™uat; ieÈ™irea nu va avea o secÈ›iune CTF: %s\n" -#: ldlang.c:3982 +#: ldlang.c:4059 msgid "%P: warning: CTF section in %pB not linkable: %P was built without support for CTF\n" msgstr "%P: avertisment: secÈ›iunea CTF din %pB nu este vinculabilă: %P a fost construit fără suport pentru CTF.\n" -#: ldlang.c:4120 +#: ldlang.c:4195 msgid "%X%P: required symbol `%s' not defined\n" msgstr "%X%P: simbolul necesar „%s†nu este definit\n" -#: ldlang.c:4321 ldlang.c:4330 -msgid "%F%P: invalid type for output section `%s'\n" -msgstr "%F%P: tip nevalid pentru secÈ›iunea de ieÈ™ire „%sâ€\n" +#: ldlang.c:4396 ldlang.c:4405 +msgid "%P: invalid type for output section `%s'\n" +msgstr "%P: tip nevalid pentru secÈ›iunea de ieÈ™ire „%sâ€\n" -#: ldlang.c:4466 +#: ldlang.c:4541 msgid "warning: INSERT statement in linker script is incompatible with --enable-non-contiguous-regions.\n" msgstr "avertizare: instrucÈ›iunea INSERT din scriptul editorului de legături este incompatibilă cu „--enable-non-contiguous-regionsâ€.\n" -#: ldlang.c:4479 -msgid "%F%P: %s not found for insert\n" -msgstr "%F%P: %s nu a fost găsit pentru inserare\n" +#: ldlang.c:4554 +msgid "%P: %s not found for insert\n" +msgstr "%P: %s nu a fost găsit pentru inserare\n" -#: ldlang.c:4751 +#: ldlang.c:4826 msgid " load address 0x%V" msgstr " adresa de încărcare 0x%V" -#: ldlang.c:5013 +#: ldlang.c:5086 msgid "%W (size before relaxing)\n" msgstr "%W (dimensiunea înainte de relaxare)\n" -#: ldlang.c:5142 +#: ldlang.c:5215 #, c-format msgid "Address of section %s set to " msgstr "Adresa secÈ›iunii %s a fost stabilită la " -#: ldlang.c:5344 +#: ldlang.c:5417 #, c-format msgid "Fail with %d\n" msgstr "EÈ™ec cu %d\n" -#: ldlang.c:5561 -msgid "%F%P: Output section `%pA' not large enough for the linker-created stubs section `%pA'.\n" -msgstr "%F%P: SecÈ›iunea de ieÈ™ire „%pA†nu este suficient de mare pentru secÈ›iunea de cioturi(stubs) „%pA†creată de editorul de legături.\n" +#: ldlang.c:5634 +msgid "%P: Output section `%pA' not large enough for the linker-created stubs section `%pA'.\n" +msgstr "%P: secÈ›iunea de ieÈ™ire „%pA†nu este suficient de mare pentru secÈ›iunea de cioturi(stubs) „%pA†creată de editorul de legături.\n" -#: ldlang.c:5566 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions (section `%pA' would overflow `%pA' after it changed size).\n" -msgstr "%F%P: relaxarea nu este acceptată cu „--enable-non-contiguous-regions†(secÈ›iunea „%pA†ar fi depășit „%pA†după ce aceasta È™i-a schimbat dimensiunea).\n" +#: ldlang.c:5639 +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions (section `%pA' would overflow `%pA' after it changed size).\n" +msgstr "%P: relaxarea nu este acceptată cu „--enable-non-contiguous-regions†(secÈ›iunea „%pA†ar fi depășit „%pA†după ce aceasta È™i-a schimbat dimensiunea).\n" -#: ldlang.c:5675 +#: ldlang.c:5748 msgid "%X%P: section %s VMA wraps around address space\n" msgstr "%X%P: secÈ›iunea %s VMA înglobează spaÈ›iul de adrese\n" -#: ldlang.c:5681 +#: ldlang.c:5754 msgid "%X%P: section %s LMA wraps around address space\n" msgstr "%X%P: secÈ›iunea %s LMA înglobează spaÈ›iul de adrese\n" -#: ldlang.c:5733 +#: ldlang.c:5806 msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgstr "%X%P: secÈ›iunea %s LMA [%V,%V] se suprapune peste secÈ›iunea %s LMA [%V,%V]\n" -#: ldlang.c:5777 +#: ldlang.c:5850 msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgstr "%X%P: secÈ›iunea %s VMA [%V,%V] se suprapune peste secÈ›iunea %s VMA [%V,%V]\n" -#: ldlang.c:5800 +#: ldlang.c:5873 msgid "%X%P: region `%s' overflowed by %lu byte\n" msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n" msgstr[0] "%X%P: regiunea „%s†este depășită cu %lu octet\n" msgstr[1] "%X%P: regiunea „%s†este depășită cu %lu octeÈ›i\n" msgstr[2] "%X%P: regiunea „%s†este depășită cu %lu de octeÈ›i\n" -#: ldlang.c:5825 +#: ldlang.c:5898 msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n" msgstr "%X%P: adresa 0x%v din %pB secÈ›iunea „%s†nu se află în regiunea „%sâ€\n" -#: ldlang.c:5836 +#: ldlang.c:5909 msgid "%X%P: %pB section `%s' will not fit in region `%s'\n" msgstr "%X%P: %pB secÈ›iunea „%s†nu va încăpea în regiunea „%sâ€\n" -#: ldlang.c:5922 -msgid "%F%P:%pS: non constant or forward reference address expression for section %s\n" -msgstr "" -"%F%P:%pS: expresie de adresă de referință neconstantă sau directă pentru secÈ›iunea %s\n" -"redirecÅ£iona\n" +#: ldlang.c:5995 +msgid "%P:%pS: non constant or forward reference address expression for section %s\n" +msgstr "%P:%pS: expresie de adresă de referință neconstantă sau redirecÈ›ionată pentru secÈ›iunea %s\n" -#: ldlang.c:5947 +#: ldlang.c:6020 msgid "%X%P: internal error on COFF shared library section %s\n" msgstr "%X%P: eroare internă în secÈ›iunea de bibliotecă partajată COFF %s\n" -#: ldlang.c:6005 -msgid "%F%P: error: no memory region specified for loadable section `%s'\n" -msgstr "%F%P: eroare: nu a fost specificată nicio regiune de memorie pentru secÈ›iunea încărcabilă „%sâ€\n" +#: ldlang.c:6078 +msgid "%P: error: no memory region specified for loadable section `%s'\n" +msgstr "%P: eroare: nu a fost specificată nicio regiune de memorie pentru secÈ›iunea încărcabilă „%sâ€\n" -#: ldlang.c:6009 +#: ldlang.c:6082 msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgstr "%P: avertisment: nu a fost specificată nicio regiune de memorie pentru secÈ›iunea încărcabilă „%sâ€\n" -#: ldlang.c:6043 +#: ldlang.c:6116 msgid "%P: warning: start of section %s changed by %ld\n" msgstr "%P: avertisment: începutul secÈ›iunii %s a fost schimbat de %ld\n" -#: ldlang.c:6136 +#: ldlang.c:6209 msgid "%P: warning: dot moved backwards before `%s'\n" msgstr "%P: avertisment: punct mutat înapoi înainte de „%sâ€\n" -#: ldlang.c:6312 -msgid "%F%P: can't relax section: %E\n" -msgstr "%F%P: nu se poate relaxa secÈ›iunea: %E\n" +#: ldlang.c:6385 +msgid "%P: can't relax section: %E\n" +msgstr "%P: nu se poate relaxa secÈ›iunea: %E\n" -#: ldlang.c:6721 -msgid "%F%P: invalid data statement\n" -msgstr "%F%P: declaraÈ›ie de date nevalidă\n" +#: ldlang.c:6794 +msgid "%P: invalid data statement\n" +msgstr "%P: declaraÈ›ie de date nevalidă\n" -#: ldlang.c:6754 -msgid "%F%P: invalid reloc statement\n" -msgstr "%F%P: declaraÈ›ie de realocare nevalidă\n" +#: ldlang.c:6827 +msgid "%P: invalid reloc statement\n" +msgstr "%P: declaraÈ›ie de realocare nevalidă\n" -#: ldlang.c:7172 -msgid "%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n" -msgstr "%F%P: „--gc-sections†necesită o rădăcină de simbol definită specificată prin „-e†sau „-uâ€\n" +#: ldlang.c:7244 +msgid "%P: --gc-sections requires a defined symbol root specified by -e or -u\n" +msgstr "%P: „--gc-sections†necesită o rădăcină de simbol definită specificată prin „-e†sau „-uâ€\n" -#: ldlang.c:7197 -msgid "%F%P: %s: can't set start address\n" -msgstr "%F%P: %s: nu se poate defini adresa de start\n" +#: ldlang.c:7271 +msgid "%P: %s: can't set start address\n" +msgstr "%P: %s: nu se poate defini adresa de start\n" -#: ldlang.c:7210 ldlang.c:7229 -msgid "%F%P: can't set start address\n" -msgstr "%F%P: nu se poate defini adresa de start\n" +#: ldlang.c:7284 ldlang.c:7303 +msgid "%P: can't set start address\n" +msgstr "%P: nu se poate defini adresa de start\n" -#: ldlang.c:7223 +#: ldlang.c:7297 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "%P: avertisment: nu se poate găsi simbolul de intrare %s; se utilizează valoarea implicită %V\n" -#: ldlang.c:7234 ldlang.c:7242 +#: ldlang.c:7308 ldlang.c:7316 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "%P: avertisment: nu se poate găsi simbolul de intrare %s; nu se stabileÈ™te adresa de start\n" -#: ldlang.c:7298 -msgid "%F%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" -msgstr "%F%P: nu este permisă legătura realocabilă cu realocări de la formatul %s (%pB) la formatul %s (%pB)\n" +#: ldlang.c:7372 +msgid "%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" +msgstr "%P: nu este permisă legătura realocabilă cu realocări de la formatul %s (%pB) la formatul %s (%pB)\n" -#: ldlang.c:7308 +#: ldlang.c:7381 msgid "%X%P: %s architecture of input file `%pB' is incompatible with %s output\n" msgstr "%X%P: arhitectura %s a fiÈ™ierului de intrare „%pB†este incompatibilă cu ieÈ™irea %s\n" -#: ldlang.c:7332 +#: ldlang.c:7405 msgid "%X%P: failed to merge target specific data of file %pB\n" msgstr "%X%P: a eÈ™uat să fuzioneze datele specifice È›intei din fiÈ™ierul %pB\n" -#: ldlang.c:7403 -msgid "%F%P: could not define common symbol `%pT': %E\n" -msgstr "%F%P: nu s-a putut defini simbolul comun „%pTâ€: %E\n" +#: ldlang.c:7476 +msgid "%P: could not define common symbol `%pT': %E\n" +msgstr "%P: nu s-a putut defini simbolul comun „%pTâ€: %E\n" -#: ldlang.c:7415 +#: ldlang.c:7488 msgid "" "\n" "Allocating common symbols\n" @@ -822,7 +817,7 @@ msgstr "" "\n" "Alocarea simbolurilor comune\n" -#: ldlang.c:7416 +#: ldlang.c:7489 msgid "" "Common symbol size file\n" "\n" @@ -830,36 +825,36 @@ msgstr "" "Simbol comun dimensiune fiÈ™ier\n" "\n" -#: ldlang.c:7473 +#: ldlang.c:7546 msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n" msgstr "%X%P: eroare: secÈ›iune orfană neplasată „%pA†din „%pBâ€\n" -#: ldlang.c:7491 +#: ldlang.c:7564 msgid "%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n" msgstr "%P: avertisment: secÈ›iunea orfană „%pA†din „%pB†este plasată în secÈ›iunea „%sâ€\n" -#: ldlang.c:7581 -msgid "%F%P: invalid character %c (%d) in flags\n" -msgstr "%F%P: caracter nevalid %c (%d) în fanioane\n" +#: ldlang.c:7654 +msgid "%P: invalid character %c (%d) in flags\n" +msgstr "%P: caracter nevalid %c (%d) în fanioane\n" #. && in_section_ordering -#: ldlang.c:7675 -msgid "%F%P:%pS: error: output section '%s' must already exist\n" -msgstr "%F%P:%pS: eroare: secÈ›iunea de ieÈ™ire „%s†trebuie să existe deja\n" +#: ldlang.c:7748 +msgid "%P:%pS: error: output section '%s' must already exist\n" +msgstr "%P:%pS: eroare: secÈ›iunea de ieÈ™ire „%s†trebuie să existe deja\n" -#: ldlang.c:7699 -msgid "%F%P:%pS: error: align with input and explicit align specified\n" -msgstr "%F%P:%pS: eroare: s-au specificat atât alinierea cu intrarea cât È™i alinierea explicită\n" +#: ldlang.c:7772 +msgid "%P:%pS: error: align with input and explicit align specified\n" +msgstr "%P:%pS: eroare: s-au specificat atât alinierea cu intrarea cât È™i alinierea explicită\n" -#: ldlang.c:8170 +#: ldlang.c:8243 msgid "%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%pB'\n" msgstr "%P: avertisment: „--enable-non-contiguous-regions†elimină secÈ›iunea „%pA†din „%pBâ€\n" -#: ldlang.c:8274 -msgid "%F%P: %s: plugin reported error after all symbols read\n" -msgstr "%F%P: %s: modulul a raportat o eroare după ce toate simbolurile au fost citite\n" +#: ldlang.c:8347 +msgid "%P: %s: plugin reported error after all symbols read\n" +msgstr "%P: %s: modulul a raportat o eroare după ce toate simbolurile au fost citite\n" -#: ldlang.c:8399 +#: ldlang.c:8472 msgid "" "Object-only input files:\n" " " @@ -867,425 +862,429 @@ msgstr "" "FiÈ™iere de intrare numai-pentru-obiecte:\n" " " -#: ldlang.c:8511 -msgid "%F%P: bfd_merge_sections failed: %E\n" -msgstr "%F%P: bfd_merge_section a eÈ™uat: %E\n" +#: ldlang.c:8586 +msgid "%P: bfd_merge_sections failed: %E\n" +msgstr "%P: bfd_merge_section a eÈ™uat: %E\n" -#: ldlang.c:8888 -msgid "%F%P: multiple STARTUP files\n" -msgstr "%F%P: multiple fiÈ™iere STARTUP\n" +#: ldlang.c:8965 +msgid "%P: multiple STARTUP files\n" +msgstr "%P: multiple fiÈ™iere STARTUP\n" -#: ldlang.c:8934 +#: ldlang.c:9010 msgid "%X%P:%pS: section has both a load address and a load region\n" msgstr "%X%P:%pS: secÈ›iunea are atât o adresă de încărcare, cât È™i o regiune de încărcare\n" -#: ldlang.c:9043 +#: ldlang.c:9119 msgid "%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack them\n" msgstr "%X%P:%pS: PHDRS È™i FILEHDR nu sunt acceptate atunci când antetele PT_LOAD anterioare nu le au.\n" -#: ldlang.c:9116 -msgid "%F%P: no sections assigned to phdrs\n" -msgstr "%F%P: nu există secÈ›iuni alocate pentru phdrs\n" +#: ldlang.c:9192 +msgid "%P: no sections assigned to phdrs\n" +msgstr "%P: nu există secÈ›iuni alocate pentru phdrs\n" -#: ldlang.c:9154 -msgid "%F%P: bfd_record_phdr failed: %E\n" -msgstr "%F%P: bfd_record_phdr a eÈ™uat: %E\n" +#: ldlang.c:9230 +msgid "%P: bfd_record_phdr failed: %E\n" +msgstr "%P: bfd_record_phdr a eÈ™uat: %E\n" -#: ldlang.c:9174 +#: ldlang.c:9250 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: secÈ›iunea „%s†atribuită unui phdr inexistent „%sâ€\n" -#: ldlang.c:9590 +#: ldlang.c:9663 msgid "%X%P: unknown language `%s' in version information\n" msgstr "%X%P: limbaj necunoscut „%s†în informaÈ›iile despre versiune\n" -#: ldlang.c:9735 +#: ldlang.c:9801 msgid "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "%X%P: eticheta de versiune anonimă nu poate fi combinată cu alte etichete de versiune\n" -#: ldlang.c:9744 +#: ldlang.c:9809 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: etichetă de versiune duplicată „%sâ€\n" -#: ldlang.c:9765 ldlang.c:9774 ldlang.c:9792 ldlang.c:9802 +#: ldlang.c:9830 ldlang.c:9839 ldlang.c:9857 ldlang.c:9867 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "%X%P: expresie duplicată „%s†în informaÈ›iile despre versiune\n" -#: ldlang.c:9842 +#: ldlang.c:9907 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "%X%P: nu se poate găsi dependenÈ›a de versiunea „%sâ€\n" -#: ldlang.c:9865 +#: ldlang.c:9930 msgid "%X%P: unable to read .exports section contents\n" msgstr "%X%P: nu se poate citi conÈ›inutul secÈ›iunii .exports\n" -#: ldlang.c:9911 +#: ldlang.c:9974 msgid "%P: invalid origin for memory region %s\n" msgstr "%P: origine nevalidă pentru regiunea de memorie %s\n" -#: ldlang.c:9923 +#: ldlang.c:9986 msgid "%P: invalid length for memory region %s\n" msgstr "%P: lungime nevalidă pentru regiunea de memorie %s\n" -#: ldlang.c:10035 +#: ldlang.c:10099 msgid "%X%P: unknown feature `%s'\n" msgstr "%X%P: caracteristică necunoscută „%sâ€\n" -#: ldlang.c:10401 +#: ldlang.c:10465 msgid "failed to create output section" msgstr "crearea secÈ›iunii de ieÈ™ire a eÈ™uat" -#: ldlang.c:10435 +#: ldlang.c:10499 msgid "failed to copy private data" msgstr "nu s-au putut copia datele private" -#: ldlang.c:10444 -msgid "%P%F: setup_section: %s: %s\n" -msgstr "%P%F: setup_section: %s: %s\n" +#: ldlang.c:10508 +msgid "%P: setup_section: %s: %s\n" +msgstr "%P: setup_section: %s: %s\n" -#: ldlang.c:10507 +#: ldlang.c:10571 msgid "relocation count is negative" msgstr "numărul de realocări este negativ" -#: ldlang.c:10539 -msgid "%P%F: copy_section: %s: %s\n" -msgstr "%P%F: copy_section: %s: %s\n" +#: ldlang.c:10603 +msgid "%P: copy_section: %s: %s\n" +msgstr "%P: copy_section: %s: %s\n" -#: ldlang.c:10694 +#: ldlang.c:10758 msgid "error setting up sections" msgstr "eroare la configurarea secÈ›iunilor" -#: ldlang.c:10702 +#: ldlang.c:10766 msgid "error copying private header data" msgstr "eroare la copierea datelor de antet private" -#: ldlang.c:10715 +#: ldlang.c:10779 msgid "can't create object-only section" msgstr "nu se poate crea o secÈ›iune numai-cu-obiecte" -#: ldlang.c:10721 +#: ldlang.c:10785 msgid "can't set object-only section size" msgstr "nu se poate stabili dimensiunea secÈ›iunii numai-cu-obiecte" -#: ldlang.c:10752 +#: ldlang.c:10816 msgid "error copying sections" msgstr "eroare la copierea secÈ›iunilor" -#: ldlang.c:10759 +#: ldlang.c:10823 msgid "error adding object-only section" msgstr "eroare de adăugare a secÈ›iunii numai-cu-obiecte" -#: ldlang.c:10769 +#: ldlang.c:10833 msgid "error copying private BFD data" msgstr "eroare la copierea datelor BFD private" -#: ldlang.c:10776 -msgid "%P%F: failed to finish output with object-only section\n" -msgstr "%P%F: nu s-a putut finaliza ieÈ™irea cu secÈ›iunea numai-pentru-obiecte\n" - -#: ldlang.c:10786 -msgid "%P%F: failed to rename output with object-only section\n" -msgstr "%P%F: redenumirea ieÈ™irii cu secÈ›iunea numai-pentru-obiecte a eÈ™uat\n" +#: ldlang.c:10840 +msgid "%P: failed to finish output with object-only section\n" +msgstr "%P: nu s-a putut finaliza ieÈ™irea cu secÈ›iunea numai-pentru-obiecte\n" -#: ldlang.c:10802 -msgid "%P%F: failed to add object-only section: %s\n" -msgstr "%P%F: adăugarea secÈ›iunii numai-pentru-obiecte a eÈ™uat: %s\n" +#: ldlang.c:10850 +msgid "%P: failed to rename output with object-only section\n" +msgstr "%P=: redenumirea ieÈ™irii cu secÈ›iunea numai-pentru-obiecte a eÈ™uat\n" -#: ldlang.c:10835 -msgid "%P%F: Failed to create hash table\n" -msgstr "%F%P: Crearea tabelului sumelor de control (hash) a eÈ™uat\n" +#: ldlang.c:10866 +msgid "%P: failed to add object-only section: %s\n" +msgstr "%P: adăugarea secÈ›iunii numai-pentru-obiecte a eÈ™uat: %s\n" #: ldlang.c:10899 -msgid "%P%F:%s: final close failed on object-only output: %E\n" -msgstr "%P%F:%s: închiderea finală a eÈ™uat la ieÈ™irea numai-pentru-obiecte: %E\n" +msgid "%P: Failed to create hash table\n" +msgstr "%P: Crearea tabelului sumelor de control (hash) a eÈ™uat\n" + +#: ldlang.c:10963 +msgid "%P:%s: final close failed on object-only output: %E\n" +msgstr "%P:%s: închiderea finală a eÈ™uat la ieÈ™irea numai-pentru-obiecte: %E\n" + +#: ldlang.c:10973 +msgid "%P:%s: cannot open object-only output: %E\n" +msgstr "%P:%s: nu se poate deschide ieÈ™irea numai-pentru-obiecte: %E\n" -#: ldlang.c:10909 -msgid "%P%F:%s: cannot open object-only output: %E\n" -msgstr "%P%F:%s: nu se poate deschide ieÈ™irea numai-pentru-obiecte: %E\n" +#: ldlang.c:10981 +msgid "%P:%s: cannot stat object-only output: %E\n" +msgstr "%P:%s: nu se poate stabili starea de ieÈ™ire numai-pentru-obiecte: %E\n" -#: ldlang.c:10917 -msgid "%P%F:%s: cannot stat object-only output: %E\n" -msgstr "%P%F:%s: nu se poate stabili starea de ieÈ™ire numai-pentru-obiecte: %E\n" +#: ldlang.c:10996 +msgid "%P:%s: read failed on object-only output: %E\n" +msgstr "%P:%s: citirea a eÈ™uat la ieÈ™irea numai-pentru-obiecte: %E\n" -#: ldlang.c:10932 -msgid "%P%F:%s: read failed on object-only output: %E\n" -msgstr "%P%F:%s: citirea a eÈ™uat la ieÈ™irea numai-pentru-obiecte: %E\n" +#: ldlang.c:11023 +msgid "%P: cannot extract object-only section from %B: %E\n" +msgstr "%P: nu se poate extrage secÈ›iunea numai-pentru-obiecte din %B: %E\n" -#: ldlang.c:10959 -msgid "%P%F: cannot extract object-only section from %B: %E\n" -msgstr "%P%F: nu se poate extrage secÈ›iunea numai-pentru-obiecte din %B: %E\n" +#: ldmain.c:204 +msgid "%P: cannot open dependency file %s: %E\n" +msgstr "%P: nu se poate deschide fiÈ™ierul de dependență %s: %E\n" -#: ldmain.c:198 -msgid "%F%P: cannot open dependency file %s: %E\n" -msgstr "%F%P: nu se poate deschide fiÈ™ierul de dependență %s: %E\n" +#: ldmain.c:553 +msgid "WARNING: Data is unreliable!\n" +msgstr "AVERTISMENT: Datele nu sunt fiabile!\n" -#: ldmain.c:291 -msgid "%F%P: fatal error: libbfd ABI mismatch\n" -msgstr "%F%P: eroare fatală: nepotrivire ABI libbfd\n" +#: ldmain.c:611 +msgid "%P: fatal error: libbfd ABI mismatch\n" +msgstr "%P: eroare fatală: nepotrivire ABI libbfd\n" -#: ldmain.c:330 +#: ldmain.c:650 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: nu se poate stabili È›inta implicită BFD la „%sâ€: %E\n" -#: ldmain.c:435 +#: ldmain.c:761 msgid "built in linker script" msgstr "construit în scriptul de editare de legături" -#: ldmain.c:445 +#: ldmain.c:771 #, c-format msgid "using external linker script: %s" msgstr "utilizând un script de editare de legături extern: %s" -#: ldmain.c:447 +#: ldmain.c:773 msgid "using internal linker script:" msgstr "utilizând un script de editare de legături intern:" -#: ldmain.c:497 -msgid "%F%P: --no-define-common may not be used without -shared\n" -msgstr "%F%P: „--no-define-common†nu poate fi utilizată fără „-sharedâ€\n" +#: ldmain.c:823 +msgid "%P: --no-define-common may not be used without -shared\n" +msgstr "%P: „--no-define-common†nu poate fi utilizată fără „-sharedâ€\n" -#: ldmain.c:504 -msgid "%F%P: no input files\n" -msgstr "%F%P: nu există fiÈ™iere de intrare\n" +#: ldmain.c:830 +msgid "%P: no input files\n" +msgstr "%P: nu există fiÈ™iere de intrare\n" -#: ldmain.c:508 +#: ldmain.c:834 msgid "%P: mode %s\n" msgstr "%P: modul %s\n" -#: ldmain.c:526 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 +#: ldmain.c:852 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 #: ends32elf.c:473 ends32elf16m.c:473 ends32elf_linux.c:606 -msgid "%F%P: cannot open map file %s: %E\n" -msgstr "%F%P: nu se poate deschide fiÈ™ierul hartă %s: %E\n" +msgid "%P: cannot open map file %s: %E\n" +msgstr "%P: nu se poate deschide fiÈ™ierul hartă %s: %E\n" -#: ldmain.c:590 +#: ldmain.c:944 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: s-au găsit erori de legătură, se È™terge executabilul „%sâ€\n" -#: ldmain.c:601 -msgid "%F%P: %s: final close failed: %E\n" -msgstr "%F%P: %s: închiderea finală a eÈ™uat: %E\n" +#: ldmain.c:955 +msgid "%P: %s: final close failed: %E\n" +msgstr "%P: %s: închiderea finală a eÈ™uat: %E\n" -#: ldmain.c:630 -msgid "%F%P: unable to open for source of copy `%s'\n" -msgstr "%F%P: nu se poate deschide sursa copiei „%sâ€\n" +#: ldmain.c:984 +msgid "%P: unable to open for source of copy `%s'\n" +msgstr "%P: nu se poate deschide sursa copiei „%sâ€\n" -#: ldmain.c:633 -msgid "%F%P: unable to open for destination of copy `%s'\n" -msgstr "%F%P: nu se poate deschide destinaÈ›ia copiei „%sâ€\n" +#: ldmain.c:987 +msgid "%P: unable to open for destination of copy `%s'\n" +msgstr "%P: nu se poate deschide destinaÈ›ia copiei „%sâ€\n" -#: ldmain.c:640 +#: ldmain.c:994 msgid "%P: error writing file `%s'\n" msgstr "%P: eroare la scrierea fiÈ™ierului „%sâ€\n" -#: ldmain.c:645 pe-dll.c:2009 +#: ldmain.c:999 pe-dll.c:2013 #, c-format msgid "%P: error closing file `%s'\n" msgstr "%P: eroare la închiderea fiÈ™ierului „%sâ€\n" -#: ldmain.c:660 +#: ldmain.c:1030 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: timpul total de editare de legături: %ld.%06ld\n" -#: ldmain.c:747 -msgid "%F%P: missing argument to -m\n" -msgstr "%F%P: lipseÈ™te argumentul pentru „-mâ€\n" +#: ldmain.c:1120 +msgid "%P: missing argument to -m\n" +msgstr "%P: lipseÈ™te argumentul pentru „-mâ€\n" -#: ldmain.c:801 ldmain.c:818 ldmain.c:838 ldmain.c:870 pe-dll.c:1431 -msgid "%F%P: bfd_hash_table_init failed: %E\n" -msgstr "%F%P: bfd_hash_table_init a eÈ™uat: %E\n" +#: ldmain.c:1174 ldmain.c:1191 ldmain.c:1211 ldmain.c:1243 pe-dll.c:1434 +msgid "%P: bfd_hash_table_init failed: %E\n" +msgstr "%P: bfd_hash_table_init a eÈ™uat: %E\n" -#: ldmain.c:805 ldmain.c:822 ldmain.c:842 -msgid "%F%P: bfd_hash_lookup failed: %E\n" -msgstr "%F%P: bfd_hash_lookup a eÈ™uat: %E\n" +#: ldmain.c:1178 ldmain.c:1195 ldmain.c:1215 +msgid "%P: bfd_hash_lookup failed: %E\n" +msgstr "%P: bfd_hash_lookup a eÈ™uat: %E\n" -#: ldmain.c:856 +#: ldmain.c:1229 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: eroare: retain-symbols-file duplicat\n" -#: ldmain.c:900 -msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n" -msgstr "%F%P: bfd_hash_lookup pentru inserare a eÈ™uat: %E\n" +#: ldmain.c:1273 +msgid "%P: bfd_hash_lookup for insertion failed: %E\n" +msgstr "%P: bfd_hash_lookup pentru inserare a eÈ™uat: %E\n" -#: ldmain.c:905 +#: ldmain.c:1278 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P: „-retain-symbols-file†suprascrie „-s†și „-Sâ€\n" -#: ldmain.c:1026 +#: ldmain.c:1402 msgid "" "Archive member included to satisfy reference by file (symbol)\n" "\n" msgstr "Membru al arhivei inclus pentru a satisface referinÈ›a prin fiÈ™ier (simbol)\n" -#: ldmain.c:1132 +#: ldmain.c:1508 msgid "%P: %C: warning: multiple definition of `%pT'" msgstr "%P: %C: avertisment: definiÈ›ie multiplă a lui „%pTâ€" -#: ldmain.c:1135 +#: ldmain.c:1511 msgid "%X%P: %C: multiple definition of `%pT'" msgstr "%X%P: %C: definiÈ›ie multiplă a lui „%pTâ€" -#: ldmain.c:1138 +#: ldmain.c:1514 msgid "; %D: first defined here" msgstr "; %D: definit pentru prima dată aici" -#: ldmain.c:1143 +#: ldmain.c:1519 msgid "%P: disabling relaxation; it will not work with multiple definitions\n" msgstr "%P: dezactivarea relaxării; nu va funcÈ›iona cu definiÈ›ii multiple\n" -#: ldmain.c:1196 +#: ldmain.c:1572 msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n" msgstr "%P: %pB: avertisment: definiÈ›ia din „%pT†suprascrie „common†din %pB\n" -#: ldmain.c:1200 +#: ldmain.c:1576 msgid "%P: %pB: warning: definition of `%pT' overriding common\n" msgstr "%P: %pB: avertisment: definiÈ›ia din „%pT†suprascrie „commonâ€\n" -#: ldmain.c:1209 +#: ldmain.c:1585 msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n" msgstr "%P: %pB: avertisment: „common†din „%pT†este suprascris de definiÈ›ia din %pB\n" -#: ldmain.c:1213 +#: ldmain.c:1589 msgid "%P: %pB: warning: common of `%pT' overridden by definition\n" msgstr "%P: %pB: avertisment: „common†din „%pT†este suprascris de definiÈ›ie\n" -#: ldmain.c:1222 +#: ldmain.c:1598 msgid "%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n" msgstr "%P: %pB: avertisment: „common†din „%pT†este substituit de un „common†mai mare din %pB\n" -#: ldmain.c:1226 +#: ldmain.c:1602 msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n" msgstr "%P: %pB: avertisment: „common†din „%pT†este substituit de un „common†mai mare\n" -#: ldmain.c:1233 +#: ldmain.c:1609 msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n" msgstr "%P: %pB: avertisment: „common†din „%pT†suprascrie un „common†mai mic din %pB\n" -#: ldmain.c:1237 +#: ldmain.c:1613 msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n" msgstr "%P: %pB: avertisment: „common†din „%pT†suprascrie un „common†mai mic\n" -#: ldmain.c:1244 +#: ldmain.c:1620 msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n" msgstr "%P: %pB È™i %pB: avertisment: „common†multiple de „%pTâ€\n" -#: ldmain.c:1247 +#: ldmain.c:1623 msgid "%P: %pB: warning: multiple common of `%pT'\n" msgstr "%P: avertisment: „common†multiple de „%pTâ€\n" -#: ldmain.c:1266 ldmain.c:1302 +#: ldmain.c:1642 ldmain.c:1678 msgid "%P: warning: global constructor %s used\n" msgstr "%P: avertisment: constructor global %s utilizat\n" -#: ldmain.c:1312 -msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" -msgstr "%F%P: eroare de motor BFD: BFD_RELOC_CTOR nu este acceptat\n" +#: ldmain.c:1688 +msgid "%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" +msgstr "%P: eroare de motor BFD: BFD_RELOC_CTOR nu este acceptat\n" #. We found a reloc for the symbol we are looking for. -#: ldmain.c:1384 ldmain.c:1386 ldmain.c:1388 ldmain.c:1396 ldmain.c:1439 +#: ldmain.c:1760 ldmain.c:1762 ldmain.c:1764 ldmain.c:1772 ldmain.c:1815 msgid "warning: " msgstr "avertizare: " -#: ldmain.c:1529 +#: ldmain.c:1905 msgid "%X%P: %H: undefined reference to `%pT'\n" msgstr "%X%P: %H: referință nedefinită la „%pTâ€\n" -#: ldmain.c:1532 +#: ldmain.c:1908 msgid "%P: %H: warning: undefined reference to `%pT'\n" msgstr "%P: %H: avertisment: referință nedefinită la „%pTâ€\n" -#: ldmain.c:1538 +#: ldmain.c:1914 msgid "%X%P: %D: more undefined references to `%pT' follow\n" msgstr "%X%P: %D: urmează mai multe referinÈ›e nedefinite la „%pTâ€\n" -#: ldmain.c:1541 +#: ldmain.c:1917 msgid "%P: %D: warning: more undefined references to `%pT' follow\n" msgstr "%P: %D: avertisment: urmează mai multe referinÈ›e nedefinite la „%pTâ€\n" -#: ldmain.c:1552 +#: ldmain.c:1928 msgid "%X%P: %pB: undefined reference to `%pT'\n" msgstr "%X%P: %pB: referință nedefinită la „%pTâ€\n" -#: ldmain.c:1555 +#: ldmain.c:1931 msgid "%P: %pB: warning: undefined reference to `%pT'\n" msgstr "%P: %pB: avertisment: referință nedefinită la „%pTâ€\n" -#: ldmain.c:1561 +#: ldmain.c:1937 msgid "%X%P: %pB: more undefined references to `%pT' follow\n" msgstr "%X%P: %pB: urmează mai multe referinÈ›e nedefinite la „%pTâ€\n" -#: ldmain.c:1564 +#: ldmain.c:1940 msgid "%P: %pB: warning: more undefined references to `%pT' follow\n" msgstr "%P: %pB: avertisment: urmează mai multe referinÈ›e nedefinite la „%pTâ€\n" -#: ldmain.c:1601 +#: ldmain.c:1977 msgid " additional relocation overflows omitted from the output\n" msgstr " depășiri de realocare adiÈ›ionale omise de la ieÈ™ire\n" -#: ldmain.c:1614 +#: ldmain.c:1990 #, c-format msgid " relocation truncated to fit: %s against undefined symbol `%pT'" msgstr " realocare trunchiată pentru a se potrivi: %s față de simbolul nedefinit „%pTâ€" -#: ldmain.c:1620 +#: ldmain.c:1996 #, c-format msgid " relocation truncated to fit: %s against symbol `%pT' defined in %pA section in %pB" msgstr " realocare trunchiată pentru a se potrivi: %s față de simbolul „%pT†definit în secÈ›iunea %pA din %pB" -#: ldmain.c:1633 +#: ldmain.c:2009 #, c-format msgid " relocation truncated to fit: %s against `%pT'" msgstr " realocare trunchiată pentru a se potrivi: %s față de „%pTâ€" -#: ldmain.c:1649 +#: ldmain.c:2025 msgid "%X%H: dangerous relocation: %s\n" msgstr "%X%H: realocare periculoasă: %s\n" -#: ldmain.c:1663 +#: ldmain.c:2039 msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n" msgstr "%X%H: realocarea se referă la simbolul „%pT†care nu este emis.\n" -#: ldmain.c:1697 +#: ldmain.c:2073 msgid "%P: %pB: reference to %s\n" msgstr "%P: %pB: referință la %s\n" -#: ldmain.c:1699 +#: ldmain.c:2075 msgid "%P: %pB: definition of %s\n" msgstr "%P: %pB: definiÈ›ia lui %s\n" -#: ldmisc.c:366 +#: ldmisc.c:359 #, c-format msgid "%pB: in function `%pT':\n" msgstr "%pB: în funcÈ›ia „%pTâ€:\n" -#: ldmisc.c:506 +#: ldmisc.c:499 #, c-format msgid "no symbol" msgstr "niciun simbol" -#: ldmisc.c:688 +#: ldmisc.c:693 msgid "%P: error: unsupported option: %s\n" msgstr "P: eroare: opÈ›iune neacceptată: %s\n" -#: ldmisc.c:690 +#: ldmisc.c:695 msgid "%P: warning: %s ignored\n" msgstr "%P: avertisment: %s este ignorată\n" -#: ldmisc.c:701 -msgid "%F%P: internal error %s %d\n" -msgstr "%F%P: eroare internă %s %d\n" +#: ldmisc.c:706 +msgid "%P: internal error %s %d\n" +msgstr "%P: eroare internă %s %d\n" -#: ldmisc.c:765 +#: ldmisc.c:770 msgid "%P: internal error: aborting at %s:%d in %s\n" msgstr "%P: eroare internă: se abandonează la %s:%d în %s\n" -#: ldmisc.c:768 +#: ldmisc.c:773 msgid "%P: internal error: aborting at %s:%d\n" msgstr "%P: eroare internă: se abandonează la %s:%d\n" -#: ldmisc.c:770 -msgid "%F%P: please report this bug\n" -msgstr "%F%P: raportaÈ›i acestă eroare\n" +#: ldmisc.c:775 +msgid "%P: please report this bug\n" +msgstr "%P: raportaÈ›i acestă eroare\n" #. Output for noisy == 2 is intended to follow the GNU standards. #: ldver.c:38 @@ -1316,29 +1315,29 @@ msgstr " Emulări acceptate:\n" #: ldwrite.c:60 ldwrite.c:67 ldwrite.c:173 ldwrite.c:181 ldwrite.c:227 #: ldwrite.c:268 -msgid "%F%P: bfd_new_link_order failed: %E\n" -msgstr "%F%P: bfd_new_link_order a eÈ™uat: %E\n" +msgid "%P: bfd_new_link_order failed: %E\n" +msgstr "%P: bfd_new_link_order a eÈ™uat: %E\n" #: ldwrite.c:337 -msgid "%F%P: cannot create split section name for %s\n" -msgstr "%F%P: nu se poate crea un nume de secÈ›iune divizat pentru %s\n" +msgid "%P: cannot create split section name for %s\n" +msgstr "%P: nu se poate crea un nume de secÈ›iune divizat pentru %s\n" -#: ldwrite.c:349 -msgid "%F%P: clone section failed: %E\n" -msgstr "%F%P: clonarea secÈ›iunii a eÈ™uat: %E\n" +#: ldwrite.c:348 +msgid "%P: clone section failed: %E\n" +msgstr "%P: clonarea secÈ›iunii a eÈ™uat: %E\n" -#: ldwrite.c:387 +#: ldwrite.c:385 #, c-format msgid "%8x something else\n" msgstr "%8x încă ceva\n" -#: ldwrite.c:553 -msgid "%F%P: final link failed: %E\n" -msgstr "%F%P: legătura finală a eÈ™uat: %E\n" +#: ldwrite.c:551 +msgid "%P: final link failed: %E\n" +msgstr "%P: legătura finală a eÈ™uat: %E\n" -#: ldwrite.c:555 -msgid "%F%P: final link failed\n" -msgstr "%F%P: legătura finală a eÈ™uat\n" +#: ldwrite.c:553 +msgid "%P: final link failed\n" +msgstr "%P: legătura finală a eÈ™uat\n" #: lexsup.c:105 lexsup.c:303 msgid "KEYWORD" @@ -1366,7 +1365,7 @@ msgstr "Specifică È›inta pentru următoarele fiÈ™iere de intrare" #: lexsup.c:113 lexsup.c:119 lexsup.c:180 lexsup.c:184 lexsup.c:223 #: lexsup.c:227 lexsup.c:242 lexsup.c:244 lexsup.c:465 lexsup.c:491 -#: lexsup.c:539 lexsup.c:552 lexsup.c:556 +#: lexsup.c:541 lexsup.c:554 lexsup.c:558 msgid "FILE" msgstr "FIȘIER" @@ -1386,8 +1385,8 @@ msgstr "Scrie fiÈ™ierul de dependenÈ›e" msgid "Force group members out of groups" msgstr "ForÈ›ează membrii grupului să iasă din grupuri" -#: lexsup.c:124 lexsup.c:514 lexsup.c:516 lexsup.c:518 lexsup.c:520 -#: lexsup.c:522 lexsup.c:524 lexsup.c:526 +#: lexsup.c:124 lexsup.c:516 lexsup.c:518 lexsup.c:520 lexsup.c:522 +#: lexsup.c:524 lexsup.c:526 lexsup.c:528 msgid "ADDRESS" msgstr "ADRESA" @@ -1612,7 +1611,7 @@ msgid "Read default linker script" msgstr "CiteÈ™te scriptul editorului de legături implicit" #: lexsup.c:248 lexsup.c:251 lexsup.c:269 lexsup.c:361 lexsup.c:385 -#: lexsup.c:507 lexsup.c:542 lexsup.c:554 lexsup.c:613 lexsup.c:616 +#: lexsup.c:509 lexsup.c:544 lexsup.c:556 lexsup.c:615 lexsup.c:618 msgid "SYMBOL" msgstr "SIMBOL" @@ -1999,58 +1998,62 @@ msgid "Split output sections every COUNT relocs" msgstr "ÃŽmparte secÈ›iunile la ieÈ™ire la fiecare NUMÄ‚R de realocări" #: lexsup.c:503 -msgid "Print memory usage statistics" -msgstr "AfiÈ™ează statisticile de utilizare a memoriei" +msgid "Print resource usage statistics" +msgstr "AfiÈ™ează statisticile de utilizare a resurselor" #: lexsup.c:505 +msgid "Do not print resource usage statistics" +msgstr "Nu afiÈ™ează statisticile de utilizare a resurselor" + +#: lexsup.c:507 msgid "Display target specific options" msgstr "AfiÈ™ează opÈ›iunile specifice È›intei" -#: lexsup.c:507 +#: lexsup.c:509 msgid "Do task level linking" msgstr "Efectuează editarea de legături la nivel de sarcină" -#: lexsup.c:509 +#: lexsup.c:511 msgid "Use same format as native linker" msgstr "Utilizează acelaÈ™i format ca È™i editorul nativ de legături" -#: lexsup.c:511 +#: lexsup.c:513 msgid "SECTION=ADDRESS" msgstr "SECÈšIUNE=ADRESÄ‚" -#: lexsup.c:511 +#: lexsup.c:513 msgid "Set address of named section" msgstr "StabileÈ™te adresa secÈ›iunii numite" -#: lexsup.c:514 +#: lexsup.c:516 msgid "Set image base address" msgstr "StabileÈ™te adresa de bază a imaginii" -#: lexsup.c:516 +#: lexsup.c:518 msgid "Set address of .bss section" msgstr "StabileÈ™te adresa secÈ›iunii .bss" -#: lexsup.c:518 +#: lexsup.c:520 msgid "Set address of .data section" msgstr "StabileÈ™te adresa secÈ›iunii .data" -#: lexsup.c:520 +#: lexsup.c:522 msgid "Set address of .text section" msgstr "StabileÈ™te adresa secÈ›iunii .text" -#: lexsup.c:522 +#: lexsup.c:524 msgid "Set address of text segment" msgstr "StabileÈ™te adresa segmentului de text" -#: lexsup.c:524 +#: lexsup.c:526 msgid "Set address of rodata segment" msgstr "StabileÈ™te adresa segmentului de date numai-pentru-citire" -#: lexsup.c:526 +#: lexsup.c:528 msgid "Set address of ldata segment" msgstr "StabileÈ™te adresa segmentului de date „ldataâ€" -#: lexsup.c:529 +#: lexsup.c:531 msgid "" "How to handle unresolved symbols. <method> is:\n" " ignore-all, report-all, ignore-in-object-files,\n" @@ -2060,19 +2063,19 @@ msgstr "" " ignore-all, report-all, ignore-in-object-files,\n" " ignore-in-shared-libs" -#: lexsup.c:534 +#: lexsup.c:536 msgid "[=NUMBER]" msgstr "[=NUMÄ‚R]" -#: lexsup.c:535 +#: lexsup.c:537 msgid "Output lots of information during link" msgstr "AfiÈ™ează o mulÈ›ime de informaÈ›ii în timpul editării de legături" -#: lexsup.c:539 +#: lexsup.c:541 msgid "Read version information script" msgstr "CiteÈ™te scriptul de informaÈ›ii despre versiune" -#: lexsup.c:542 +#: lexsup.c:544 msgid "" "Take export symbols list from .exports, using\n" " SYMBOL as the version." @@ -2080,127 +2083,127 @@ msgstr "" "Preia lista de simboluri de export din .exports,\n" " utilizând SIMBOL ca versiune." -#: lexsup.c:546 +#: lexsup.c:548 msgid "Add data symbols to dynamic list" msgstr "Adaugă simboluri de date la lista dinamică" -#: lexsup.c:548 +#: lexsup.c:550 msgid "Use C++ operator new/delete dynamic list" msgstr "Utilizează operatorul C++ new/delete din lista dinamică" -#: lexsup.c:550 +#: lexsup.c:552 msgid "Use C++ typeinfo dynamic list" msgstr "Utilizează lista dinamică de informaÈ›ii despre tipul C++" -#: lexsup.c:552 +#: lexsup.c:554 msgid "Read dynamic list" msgstr "CiteÈ™te lista dinamică" -#: lexsup.c:554 +#: lexsup.c:556 msgid "Export the specified symbol" msgstr "Exportă simbolul specificat" -#: lexsup.c:556 +#: lexsup.c:558 msgid "Read export dynamic symbol list" msgstr "CiteÈ™te lista de simboluri dinamice de export" -#: lexsup.c:558 +#: lexsup.c:560 msgid "Warn about duplicate common symbols" msgstr "Avertizează despre simbolurile comune duplicat" -#: lexsup.c:560 +#: lexsup.c:562 msgid "Warn if global constructors/destructors are seen" msgstr "Avertizează dacă sunt văzuÈ›i constructori/destructori globali" -#: lexsup.c:584 +#: lexsup.c:586 msgid "Warn if the multiple GP values are used" msgstr "Avertizează în cazul în care se utilizează valori GP multiple" -#: lexsup.c:586 +#: lexsup.c:588 msgid "Warn only once per undefined symbol" msgstr "Avertizează o singură dată pentru fiecare simbol nedefinit" -#: lexsup.c:588 +#: lexsup.c:590 msgid "Warn if start of section changes due to alignment" msgstr "Avertizează dacă începutul secÈ›iunii se modifică din cauza alinierii" -#: lexsup.c:593 +#: lexsup.c:595 msgid "Warn if output has DT_TEXTREL (default)" msgstr "Avertizează dacă ieÈ™irea conÈ›ine DT_TEXTREL (implicit)" -#: lexsup.c:595 +#: lexsup.c:597 msgid "Warn if output has DT_TEXTREL" msgstr "Avertizează dacă ieÈ™irea conÈ›ine DT_TEXTREL" -#: lexsup.c:601 +#: lexsup.c:603 msgid "Warn if an object has alternate ELF machine code" msgstr "Avertizează dacă un obiect are un cod maÈ™ină ELF alternativ" -#: lexsup.c:605 +#: lexsup.c:607 msgid "Report unresolved symbols as warnings" msgstr "Raportează simbolurile nerezolvate ca avertismente" -#: lexsup.c:608 +#: lexsup.c:610 msgid "Report unresolved symbols as errors" msgstr "Raportează simbolurile nerezolvate ca erori" -#: lexsup.c:610 +#: lexsup.c:612 msgid "Include all objects from following archives" msgstr "Include toate obiectele din următoarele arhive" -#: lexsup.c:613 +#: lexsup.c:615 msgid "Use wrapper functions for SYMBOL" msgstr "Utilizează funcÈ›iile de învăluire pentru SIMBOL" -#: lexsup.c:617 +#: lexsup.c:619 msgid "Unresolved SYMBOL will not cause an error or warning" msgstr "SIMBOLUL nerezolvat nu va cauza o eroare sau un avertisment" -#: lexsup.c:619 +#: lexsup.c:621 msgid "Push state of flags governing input file handling" msgstr "Starea de introducere a fanioanelor care guvernează gestionarea fiÈ™ierelor de intrare" -#: lexsup.c:622 +#: lexsup.c:624 msgid "Pop state of flags governing input file handling" msgstr "Starea de retragere a fanioanelor care guvernează gestionarea fiÈ™ierelor de intrare" -#: lexsup.c:625 +#: lexsup.c:627 msgid "Report target memory usage" msgstr "Raportează utilizarea memoriei È›intă" -#: lexsup.c:627 +#: lexsup.c:629 msgid "=MODE" msgstr "=Mod" -#: lexsup.c:627 +#: lexsup.c:629 msgid "Control how orphan sections are handled." msgstr "Controlează modul în care sunt tratate secÈ›iunile orfane." -#: lexsup.c:630 +#: lexsup.c:632 msgid "Show discarded sections in map file output (default)" msgstr "AfiÈ™ează secÈ›iunile respinse în fiÈ™ierul-hartă de la ieÈ™ire (implicit)" -#: lexsup.c:633 +#: lexsup.c:635 msgid "Do not show discarded sections in map file output" msgstr "Nu afiÈ™ează secÈ›iunile respinse în fiÈ™ierul-hartă de la ieÈ™ire" -#: lexsup.c:636 +#: lexsup.c:638 msgid "Show local symbols in map file output" msgstr "AfiÈ™ează simbolurile locale în fiÈ™ierul-hartă de la ieÈ™ire" -#: lexsup.c:639 +#: lexsup.c:641 msgid "Do not show local symbols in map file output (default)" msgstr "Nu afiÈ™ează simbolurile locale în fiÈ™ierul-hartă de la ieÈ™ire (implicit)" -#: lexsup.c:642 +#: lexsup.c:644 msgid "Emit names and types of static variables in CTF" msgstr "Emite numele È™i tipurile de variabile statice în CTF" -#: lexsup.c:645 +#: lexsup.c:647 msgid "Do not emit names and types of static variables in CTF" msgstr "Nu emite numele È™i tipurile de variabile statice în CTF" -#: lexsup.c:649 +#: lexsup.c:651 msgid "" "How to share CTF types between translation units.\n" " <method> is: share-unconflicted (default),\n" @@ -2210,43 +2213,43 @@ msgstr "" " <metoda> este: share-unconflicted (implicită),\n" " share-duplicate" -#: lexsup.c:813 -msgid "%F%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" -msgstr "%F%P: Eroare: nu se pot rezolva ambiguitățile: %s (aÈ›i vrut să spuneÈ›i -%s ?)\n" +#: lexsup.c:815 +msgid "%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" +msgstr "%P: Eroare: nu se pot rezolva ambiguitățile: %s (aÈ›i vrut să spuneÈ›i -%s ?)\n" -#: lexsup.c:816 +#: lexsup.c:819 msgid "%P: Warning: grouped short command line options are deprecated: %s\n" msgstr "%P: Avertisment: opÈ›iunile de linie de comandă scurte grupate sunt depreciate: %s\n" -#: lexsup.c:843 +#: lexsup.c:846 msgid "%P: %s: missing argument\n" msgstr "%P: %s: argument lipsă\n" -#: lexsup.c:848 +#: lexsup.c:851 msgid "%P: unrecognized option '%s'\n" msgstr "%P: opÈ›iune nerecunoscută „%sâ€\n" -#: lexsup.c:853 -msgid "%F%P: use the --help option for usage information\n" -msgstr "%F%P: utilizaÈ›i opÈ›iunea „--help†pentru informaÈ›ii despre utilizare\n" +#: lexsup.c:856 +msgid "%P: use the --help option for usage information\n" +msgstr "%P: utilizaÈ›i opÈ›iunea „--help†pentru informaÈ›ii despre utilizare\n" -#: lexsup.c:872 -msgid "%F%P: unrecognized -a option `%s'\n" -msgstr "%F%P: opÈ›iune „-a†nerecunoscută „%sâ€\n" +#: lexsup.c:875 +msgid "%P: unrecognized -a option `%s'\n" +msgstr "%P: opÈ›iune „-a†nerecunoscută „%sâ€\n" -#: lexsup.c:885 -msgid "%F%P: unrecognized -assert option `%s'\n" -msgstr "%F%P: opÈ›iune „-assert†nerecunoscută „%sâ€\n" +#: lexsup.c:888 +msgid "%P: unrecognized -assert option `%s'\n" +msgstr "%P: opÈ›iune „-assert†nerecunoscută „%sâ€\n" -#: lexsup.c:929 -msgid "%F%P: unknown demangling style `%s'\n" -msgstr "%F%P: stil necunoscut de descifrare(demangling) „%sâ€\n" +#: lexsup.c:932 +msgid "%P: unknown demangling style `%s'\n" +msgstr "%P: stil necunoscut de descifrare(demangling) „%sâ€\n" -#: lexsup.c:1037 lexsup.c:1533 eaarch64cloudabi.c:986 eaarch64cloudabib.c:986 -#: eaarch64elf.c:986 eaarch64elf32.c:986 eaarch64elf32b.c:986 -#: eaarch64elfb.c:986 eaarch64fbsd.c:991 eaarch64fbsdb.c:991 -#: eaarch64haiku.c:986 eaarch64linux.c:991 eaarch64linux32.c:991 -#: eaarch64linux32b.c:991 eaarch64linuxb.c:991 eaarch64nto.c:1148 +#: lexsup.c:1039 lexsup.c:1545 eaarch64cloudabi.c:1021 eaarch64cloudabib.c:1021 +#: eaarch64elf.c:1026 eaarch64elf32.c:1026 eaarch64elf32b.c:1026 +#: eaarch64elfb.c:1026 eaarch64fbsd.c:1026 eaarch64fbsdb.c:1026 +#: eaarch64haiku.c:1021 eaarch64linux.c:1026 eaarch64linux32.c:1026 +#: eaarch64linux32b.c:1026 eaarch64linuxb.c:1026 eaarch64nto.c:1183 #: earmelf.c:1135 earmelf_fbsd.c:1135 earmelf_fuchsia.c:1140 #: earmelf_haiku.c:1140 earmelf_linux.c:1140 earmelf_linux_eabi.c:1140 #: earmelf_linux_fdpiceabi.c:1140 earmelf_nacl.c:1140 earmelf_nbsd.c:1135 @@ -2254,19 +2257,19 @@ msgstr "%F%P: stil necunoscut de descifrare(demangling) „%sâ€\n" #: earmelfb_fbsd.c:1135 earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 #: earmelfb_linux_eabi.c:1140 earmelfb_linux_fdpiceabi.c:1140 #: earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 earmnto.c:1095 ecskyelf.c:602 -#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1225 -#: eelf64lppc_fbsd.c:1225 eelf64ppc.c:1225 eelf64ppc_fbsd.c:1225 ehppaelf.c:613 +#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1226 +#: eelf64lppc_fbsd.c:1226 eelf64ppc.c:1226 eelf64ppc_fbsd.c:1226 ehppaelf.c:613 #: ehppalinux.c:825 ehppanbsd.c:825 ehppaobsd.c:825 -msgid "%F%P: invalid number `%s'\n" -msgstr "%F%P: număr nevalid „%sâ€\n" +msgid "%P: invalid number `%s'\n" +msgstr "%P: număr nevalid „%sâ€\n" -#: lexsup.c:1133 -msgid "%F%P: bad --unresolved-symbols option: %s\n" -msgstr "%F%P: opÈ›iune „--unresolved-symbols†greÈ™ită: %s\n" +#: lexsup.c:1135 +msgid "%P: bad --unresolved-symbols option: %s\n" +msgstr "%P: opÈ›iune „--unresolved-symbols†greÈ™ită: %s\n" -#: lexsup.c:1220 -msgid "%F%P: bad -plugin-opt option\n" -msgstr "%F%P: opÈ›iune „-plugin-opt†greÈ™ită\n" +#: lexsup.c:1222 +msgid "%P: bad -plugin-opt option\n" +msgstr "%P: opÈ›iune „-plugin-opt†greÈ™ită\n" #. This can happen if the user put "-rpath,a" on the command #. line. (Or something similar. The comma is important). @@ -2276,177 +2279,177 @@ msgstr "%F%P: opÈ›iune „-plugin-opt†greÈ™ită\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:1240 -msgid "%F%P: unrecognised option: %s\n" -msgstr "%F%P: opÈ›iune nerecunoscută: %s\n" +#: lexsup.c:1242 +msgid "%P: unrecognised option: %s\n" +msgstr "%P: opÈ›iune nerecunoscută: %s\n" -#: lexsup.c:1243 lexsup.c:1353 lexsup.c:1374 lexsup.c:1502 -msgid "%F%P: -r and %s may not be used together\n" -msgstr "%F%P: opÈ›iunile „-r†și „%s†nu pot fi folosite împreună\n" +#: lexsup.c:1245 lexsup.c:1355 lexsup.c:1376 lexsup.c:1514 +msgid "%P: -r and %s may not be used together\n" +msgstr "%P: opÈ›iunile „-r†și „%s†nu pot fi folosite împreună\n" -#: lexsup.c:1365 -msgid "%F%P: -shared not supported\n" -msgstr "%F%P: „-shared†nu este acceptată\n" +#: lexsup.c:1367 +msgid "%P: -shared not supported\n" +msgstr "%P: „-shared†nu este acceptată\n" -#: lexsup.c:1379 -msgid "%F%P: -pie not supported\n" -msgstr "%F%P: „-pie†nu este acceptată\n" +#: lexsup.c:1381 +msgid "%P: -pie not supported\n" +msgstr "%P: „-pie†nu este acceptată\n" -#: lexsup.c:1385 +#: lexsup.c:1387 msgid "%P: SONAME must not be empty string; keeping previous one\n" msgstr "%P: SONAME nu trebuie să fie un È™ir gol; se păstrează È™irul anterior\n" -#: lexsup.c:1391 +#: lexsup.c:1393 msgid "descending" msgstr "descrescător" -#: lexsup.c:1393 +#: lexsup.c:1395 msgid "ascending" msgstr "crescător" -#: lexsup.c:1396 -msgid "%F%P: invalid common section sorting option: %s\n" -msgstr "%F%P: opÈ›iune de sortare a secÈ›iunii comune nevalidă: %s\n" +#: lexsup.c:1398 +msgid "%P: invalid common section sorting option: %s\n" +msgstr "%P: opÈ›iune de sortare a secÈ›iunii comune nevalidă: %s\n" -#: lexsup.c:1400 +#: lexsup.c:1402 msgid "name" msgstr "nume" -#: lexsup.c:1402 +#: lexsup.c:1404 msgid "alignment" msgstr "aliniere" -#: lexsup.c:1405 -msgid "%F%P: invalid section sorting option: %s\n" -msgstr "%F%P: opÈ›iune de sortare a secÈ›iunii nevalidă: %s\n" +#: lexsup.c:1407 +msgid "%P: invalid section sorting option: %s\n" +msgstr "%P: opÈ›iune de sortare a secÈ›iunii nevalidă: %s\n" -#: lexsup.c:1411 +#: lexsup.c:1412 msgid "%P: warning: section ordering file changed. Ignoring earlier definition\n" msgstr "%P: avertisment: fiÈ™ierul de ordonare a secÈ›iunilor a fost modificat. Se ignoră definiÈ›ia anterioară\n" -#: lexsup.c:1448 -msgid "%F%P: invalid argument to option \"--section-start\"\n" -msgstr "%F%P: argument nevalid pentru opÈ›iunea „--section-startâ€\n" +#: lexsup.c:1460 +msgid "%P: invalid argument to option \"--section-start\"\n" +msgstr "%P: argument nevalid pentru opÈ›iunea „--section-startâ€\n" -#: lexsup.c:1455 -msgid "%F%P: missing argument(s) to option \"--section-start\"\n" -msgstr "%F%P: argument(e) lipsă pentru opÈ›iunea „--section-startâ€\n" +#: lexsup.c:1467 +msgid "%P: missing argument(s) to option \"--section-start\"\n" +msgstr "%P: argument(e) lipsă pentru opÈ›iunea „--section-startâ€\n" -#: lexsup.c:1728 -msgid "%F%P: group ended before it began (--help for usage)\n" -msgstr "%F%P: grupul s-a încheiat înainte de a începe („--help†pentru utilizare)\n" +#: lexsup.c:1740 +msgid "%P: group ended before it began (--help for usage)\n" +msgstr "%P: grupul s-a încheiat înainte de a începe („--help†pentru utilizare)\n" -#: lexsup.c:1744 -msgid "%F%P: failed to add remap file %s\n" -msgstr "%F%P: adăugarea fiÈ™ierului de reasociere (remap) %s a eÈ™uat\n" +#: lexsup.c:1756 +msgid "%P: failed to add remap file %s\n" +msgstr "%P: adăugarea fiÈ™ierului de reasociere (remap) %s a eÈ™uat\n" #. FIXME: Should we allow --remap-inputs=@myfile as a synonym #. for --remap-inputs-file=myfile ? -#: lexsup.c:1753 -msgid "%F%P: invalid argument to option --remap-inputs\n" -msgstr "%F%P: argument nevalid pentru opÈ›iunea „--remap-inputsâ€\n" +#: lexsup.c:1765 +msgid "%P: invalid argument to option --remap-inputs\n" +msgstr "%P: argument nevalid pentru opÈ›iunea „--remap-inputsâ€\n" -#: lexsup.c:1774 -msgid "%F%P: invalid cache memory size: %s\n" -msgstr "%F%P: dimensiune a memoriei de prestocare a datelor nevalidă: %s\n" +#: lexsup.c:1786 +msgid "%P: invalid cache memory size: %s\n" +msgstr "%P: dimensiune a memoriei de prestocare a datelor nevalidă: %s\n" -#: lexsup.c:1788 +#: lexsup.c:1799 msgid "%X%P: --hash-size needs a numeric argument\n" msgstr "%X%P: opÈ›iunea „--hash-size†are nevoie de un argument numeric\n" -#: lexsup.c:1800 -msgid "%F%P: no state pushed before popping\n" -msgstr "%F%P: nici o stare nu a fost introdusă înainte de retragere\n" +#: lexsup.c:1811 +msgid "%P: no state pushed before popping\n" +msgstr "%P: nici o stare nu a fost introdusă înainte de retragere\n" -#: lexsup.c:1823 -msgid "%F%P: invalid argument to option \"--orphan-handling\"\n" -msgstr "%F%P: argument nevalid pentru opÈ›iunea „--orphan-handlingâ€\n" +#: lexsup.c:1834 +msgid "%P: invalid argument to option \"--orphan-handling\"\n" +msgstr "%P: argument nevalid pentru opÈ›iunea „--orphan-handlingâ€\n" -#: lexsup.c:1861 -msgid "%F%P: bad --ctf-share-types option: %s\n" -msgstr "%F%P: opÈ›iune „--ctf-share-types†greÈ™ită: %s\n" +#: lexsup.c:1872 +msgid "%P: bad --ctf-share-types option: %s\n" +msgstr "%P: opÈ›iune „--ctf-share-types†greÈ™ită: %s\n" -#: lexsup.c:1878 +#: lexsup.c:1889 msgid "%P: no file/directory name provided for map output; ignored\n" msgstr "%P: nu a fost furnizat niciun nume de fiÈ™ier/director pentru ieÈ™irea hărÈ›ii (tabelului de asocieri); se ignoră\n" -#: lexsup.c:1906 +#: lexsup.c:1917 msgid "%P: cannot stat linker map file: %E\n" msgstr "%P: nu se poate obÈ›ine starea fiÈ™ierului-hartă al editorului de legături: %E\n" -#: lexsup.c:1917 +#: lexsup.c:1928 msgid "%P: linker map file is not a regular file\n" msgstr "%P: fiÈ™ierul-hartă al editorului de legături nu este un fiÈ™ier obiÈ™nuit\n" -#: lexsup.c:1932 +#: lexsup.c:1943 msgid "%P: SONAME must not be empty string; ignored\n" msgstr "%P: SONAME nu trebuie să fie un È™ir gol; se ignoră\n" -#: lexsup.c:1938 +#: lexsup.c:1949 msgid "%P: missing --end-group; added as last command line option\n" msgstr "%P: lipseÈ™te „--end-groupâ€; adăugată ca ultimă opÈ›iune în linia de comandă\n" -#: lexsup.c:2047 -msgid "%F%P: -r and -z nosectionheader may not be used together\n" -msgstr "%F%P: „-r†și „-z†nosectionheader nu pot fi folosite împreună\n" +#: lexsup.c:2038 +msgid "%P: -r and -z nosectionheader may not be used together\n" +msgstr "%P: „-r†și „-z†nosectionheader nu pot fi folosite împreună\n" -#: lexsup.c:2055 -msgid "%F%P: -F may not be used without -shared\n" -msgstr "%F%P: opÈ›iunea „-F†nu se poate utiliza fără opÈ›iunea „-sharedâ€\n" +#: lexsup.c:2046 +msgid "%P: -F may not be used without -shared\n" +msgstr "%P: opÈ›iunea „-F†nu se poate utiliza fără opÈ›iunea „-sharedâ€\n" -#: lexsup.c:2057 -msgid "%F%P: -f may not be used without -shared\n" -msgstr "%F%P: opÈ›iunea „-f†nu se poate utiliza fără opÈ›iunea „-sharedâ€\n" +#: lexsup.c:2048 +msgid "%P: -f may not be used without -shared\n" +msgstr "%P: opÈ›iunea „-f†nu se poate utiliza fără opÈ›iunea „-sharedâ€\n" -#: lexsup.c:2098 lexsup.c:2111 -msgid "%F%P: invalid hex number `%s'\n" -msgstr "%F%P: număr hexazecimal nevalid „%sâ€\n" +#: lexsup.c:2089 lexsup.c:2102 +msgid "%P: invalid hex number `%s'\n" +msgstr "%P: număr hexazecimal nevalid „%sâ€\n" -#: lexsup.c:2141 +#: lexsup.c:2132 #, c-format msgid " --audit=AUDITLIB Specify a library to use for auditing\n" msgstr "" " --audit=AUDITLIB specifică o bibliotecă care să fie utilizată\n" " pentru auditare\n" -#: lexsup.c:2143 +#: lexsup.c:2134 #, c-format msgid " -Bgroup Selects group name lookup rules for DSO\n" msgstr "" " -Bgroup selectează regulile de căutare a numelui grupului\n" " pentru DSO\n" -#: lexsup.c:2145 +#: lexsup.c:2136 #, c-format msgid " --disable-new-dtags Disable new dynamic tags\n" msgstr " --disable-new-dtags dezactivează etichetele dinamice noi\n" -#: lexsup.c:2147 +#: lexsup.c:2138 #, c-format msgid " --enable-new-dtags Enable new dynamic tags\n" msgstr " --enable-new-dtags activează etichetele dinamice noi\n" -#: lexsup.c:2149 +#: lexsup.c:2140 #, c-format msgid " --eh-frame-hdr Create .eh_frame_hdr section\n" msgstr " --eh-frame-hdr creează secÈ›iunea .eh_frame_hdr\n" -#: lexsup.c:2151 +#: lexsup.c:2142 #, c-format msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n" msgstr " --no-eh-frame-hdr nu creează secÈ›iunea .eh_frame_hdr\n" -#: lexsup.c:2153 +#: lexsup.c:2144 #, c-format msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n" msgstr " --exclude-libs=LIBS face ca toate simbolurile din LIBS să fie ascunse\n" -#: lexsup.c:2155 +#: lexsup.c:2146 #, c-format msgid " --hash-style=STYLE Set hash style to sysv/gnu/both. Default: " msgstr " --hash-style=STIL stabileÈ™te stilul „hash†la sysv/gnu/both. Implicit: " -#: lexsup.c:2174 +#: lexsup.c:2165 #, c-format msgid "" " -P AUDITLIB, --depaudit=AUDITLIB\n" @@ -2456,21 +2459,21 @@ msgstr "" " specifică o bibliotecă care să fie utilizată pentru\n" " auditarea dependenÈ›elor\n" -#: lexsup.c:2177 +#: lexsup.c:2168 #, c-format msgid " -z combreloc Merge dynamic relocs into one section and sort\n" msgstr "" " -z combreloc fuzionează realocările dinamice într-o singură\n" " secÈ›iune È™i le sortează\n" -#: lexsup.c:2179 +#: lexsup.c:2170 #, c-format msgid " -z nocombreloc Don't merge dynamic relocs into one section\n" msgstr "" " -z nocombreloc nu fuzionează realocările dinamice într-o singură\n" " secÈ›iune\n" -#: lexsup.c:2181 +#: lexsup.c:2172 #, c-format msgid "" " -z global Make symbols in DSO available for subsequently\n" @@ -2479,220 +2482,220 @@ msgstr "" " -z global face ca simbolurile din DSO să fie disponibile\n" " pentru obiectele încărcate ulterior\n" -#: lexsup.c:2184 +#: lexsup.c:2175 #, c-format msgid " -z initfirst Mark DSO to be initialized first at runtime\n" msgstr "" " -z initfirst marchează DSO pentru a fi iniÈ›ializat primul în\n" " timpul execuÈ›iein\n" -#: lexsup.c:2186 +#: lexsup.c:2177 #, c-format msgid " -z interpose Mark object to interpose all DSOs but executable\n" msgstr "" " -z interpose marchează obiectul pentru a interpune toate DSO-urile,\n" " cu excepÈ›ia celor executabile\n" -#: lexsup.c:2188 +#: lexsup.c:2179 #, c-format msgid " -z unique Mark DSO to be loaded at most once by default, and only in the main namespace\n" msgstr "" " -z unique marchează DSO pentru a fi încărcat cel mult o singură dată în mod implicit,\n" " È™i numai în spaÈ›iul principal de nume\n" -#: lexsup.c:2190 +#: lexsup.c:2181 #, c-format msgid " -z nounique Don't mark DSO as a loadable at most once\n" msgstr " -z nounique nu marchează DSO ca fiind încărcabil cel mult o dată\n" -#: lexsup.c:2192 +#: lexsup.c:2183 #, c-format msgid " -z lazy Mark object lazy runtime binding (default)\n" msgstr " -z lazy marchează legarea leneșă a obiectului în timpul execuÈ›iei (implicit)\n" -#: lexsup.c:2194 +#: lexsup.c:2185 #, c-format msgid " -z loadfltr Mark object requiring immediate process\n" msgstr " -z loadfltr marchează obiectul care necesită procesare imediată\n" -#: lexsup.c:2196 +#: lexsup.c:2187 #, c-format msgid " -z nocopyreloc Don't create copy relocs\n" msgstr " -z nocopyreloc nu creează realocări de copii\n" -#: lexsup.c:2198 +#: lexsup.c:2189 #, c-format msgid " -z nodefaultlib Mark object not to use default search paths\n" msgstr " -z nodefaultlib marchează obiectul pentru a nu utiliza rutele de căutare implicite\n" -#: lexsup.c:2200 +#: lexsup.c:2191 #, c-format msgid " -z nodelete Mark DSO non-deletable at runtime\n" msgstr " -z nodelete marchează DSO ca ne-eliminabil în timpul execuÈ›iei\n" -#: lexsup.c:2202 +#: lexsup.c:2193 #, c-format msgid " -z nodlopen Mark DSO not available to dlopen\n" msgstr " -z nodlopen marchează DSO ca nedisponibil pentru dlopen()\n" -#: lexsup.c:2204 +#: lexsup.c:2195 #, c-format msgid " -z nodump Mark DSO not available to dldump\n" msgstr " -z nodump marchează DSO ca nedisponibil pentru dldump()\n" -#: lexsup.c:2206 +#: lexsup.c:2197 #, c-format msgid " -z now Mark object non-lazy runtime binding\n" msgstr " -z now marchează legarea non-leneșă a obiectului în timpul execuÈ›iei\n" -#: lexsup.c:2208 +#: lexsup.c:2199 #, c-format msgid "" " -z origin Mark object requiring immediate $ORIGIN\n" " processing at runtime\n" msgstr " -z origin marchează un obiect care necesită procesare imediată $ORIGIN în timpul execuÈ›iei\n" -#: lexsup.c:2212 +#: lexsup.c:2203 #, c-format msgid " -z relro Create RELRO program header (default)\n" msgstr " -z relro creează antetul de program RELRO (implicit)\n" -#: lexsup.c:2214 +#: lexsup.c:2205 #, c-format msgid " -z norelro Don't create RELRO program header\n" msgstr " -z norelro nu creează antetul de program RELRO (implicit)\n" -#: lexsup.c:2217 +#: lexsup.c:2208 #, c-format msgid " -z relro Create RELRO program header\n" msgstr " -z relro creează antetul de program RELRO\n" -#: lexsup.c:2219 +#: lexsup.c:2210 #, c-format msgid " -z norelro Don't create RELRO program header (default)\n" msgstr " -z norelro nu creează antetul de program RELRO (implicit)\n" -#: lexsup.c:2223 +#: lexsup.c:2214 #, c-format msgid " -z separate-code Create separate code program header (default)\n" msgstr " -z separate-code creează antetul de program de cod separat (implicit)\n" -#: lexsup.c:2225 +#: lexsup.c:2216 #, c-format msgid " -z noseparate-code Don't create separate code program header\n" msgstr " -z noseparate-code nu creează antetul de program de cod separat\n" -#: lexsup.c:2228 +#: lexsup.c:2219 #, c-format msgid " -z separate-code Create separate code program header\n" msgstr " -z separate-code creează antetul de program de cod separat\n" -#: lexsup.c:2230 +#: lexsup.c:2221 #, c-format msgid " -z noseparate-code Don't create separate code program header (default)\n" msgstr " -z noseparate-code nu creează antetul de program de cod separat (implicit)\n" -#: lexsup.c:2234 +#: lexsup.c:2225 #, c-format msgid " --rosegment With -z separate-code, create a single read-only segment (default)\n" msgstr " --rosegment cu opÈ›iunea „-z separate-codeâ€, creează un singur segment numai-pentru-citire (implicit)\n" -#: lexsup.c:2236 +#: lexsup.c:2227 #, c-format msgid " --no-rosegment With -z separate-code, creste two read-only segments\n" msgstr " --no-rosegment cu opÈ›iunea „-z separate-codeâ€, creează două segmente numai-pentru-citire\n" -#: lexsup.c:2239 +#: lexsup.c:2230 #, c-format msgid " --rosegment With -z separate-code, create a single read-only segment\n" msgstr " --rosegment cu opÈ›iunea „-z separate-codeâ€, creează un singur segment numai-pentru-citire\n" -#: lexsup.c:2241 +#: lexsup.c:2232 #, c-format msgid " --no-rosegment With -z separate-code, creste two read-only segments (default)\n" msgstr " --no-rosegment cu opÈ›iunea „-z separate-codeâ€, creează două segmente numai-pentru-citire (implicit)\n" -#: lexsup.c:2244 +#: lexsup.c:2235 #, c-format msgid " -z common Generate common symbols with STT_COMMON type\n" msgstr " -z common generează simboluri comune cu tipul STT_COMMON\n" -#: lexsup.c:2246 +#: lexsup.c:2237 #, c-format msgid " -z nocommon Generate common symbols with STT_OBJECT type\n" msgstr " -z nocommon generează simboluri comune cu tipul STT_OBJECT\n" -#: lexsup.c:2249 +#: lexsup.c:2240 #, c-format msgid " -z text Treat DT_TEXTREL in output as error (default)\n" msgstr " -z text tratează DT_TEXTREL din ieÈ™ire ca eroare (implicit)\n" -#: lexsup.c:2252 +#: lexsup.c:2243 #, c-format msgid " -z text Treat DT_TEXTREL in output as error\n" msgstr " -z text tratează DT_TEXTREL din ieÈ™ire ca eroare\n" -#: lexsup.c:2256 +#: lexsup.c:2247 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z notext nu tratează DT_TEXTREL din ieÈ™ire ca eroare (implicit)\n" -#: lexsup.c:2258 +#: lexsup.c:2249 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z textoff nu tratează DT_TEXTREL din ieÈ™ire ca eroare (implicit)\n" -#: lexsup.c:2263 +#: lexsup.c:2254 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error\n" msgstr " -z notext nu tratează DT_TEXTREL din ieÈ™ire ca eroare\n" -#: lexsup.c:2265 +#: lexsup.c:2256 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error\n" msgstr " -z textoff nu tratează DT_TEXTREL din ieÈ™ire ca eroare\n" -#: lexsup.c:2269 +#: lexsup.c:2260 #, c-format msgid " -z memory-seal Mark object be memory sealed (default)\n" msgstr " -z memory-seal marchează ca obiectul să fie sigilat în memorie (implicit)\n" -#: lexsup.c:2271 +#: lexsup.c:2262 #, c-format msgid " -z nomemory-seal Don't mark oject to be memory sealed\n" msgstr " -z nomemory-seal nu marchează ca obiectul să fie sigilat în memorien\n" -#: lexsup.c:2274 +#: lexsup.c:2265 #, c-format msgid " -z memory-seal Mark object be memory sealed\n" msgstr " -z memory-seal marchează ca obiectul să fie sigilat în memorie\n" -#: lexsup.c:2276 +#: lexsup.c:2267 #, c-format msgid " -z nomemory-seal Don't mark oject to be memory sealed (default)\n" msgstr " -z nomemory-seal nu marchează ca obiectul să fie sigilat în memorie (implicit)\n" -#: lexsup.c:2284 +#: lexsup.c:2275 #, c-format msgid " --build-id[=STYLE] Generate build ID note\n" msgstr " --build-id[=STIL] generează nota de identificare a construcÈ›iei\n" -#: lexsup.c:2288 +#: lexsup.c:2279 #, c-format msgid " Styles: none,md5,sha1,xx,uuid,0xHEX\n" msgstr " Stiluri: none,md5,sha1,xx,uuid,0xHEX\n" -#: lexsup.c:2292 +#: lexsup.c:2283 #, c-format msgid " Styles: none,md5,sha1,uuid,0xHEX\n" msgstr " Stiluri: none,md5,sha1,uuid,0xHEX\n" -#: lexsup.c:2295 +#: lexsup.c:2286 #, c-format msgid " --package-metadata[=JSON] Generate package metadata note\n" msgstr " --package-metadata[=JSON] generează nota de metadate a pachetului\n" -#: lexsup.c:2297 +#: lexsup.c:2288 #, c-format msgid "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" @@ -2701,142 +2704,142 @@ msgstr "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" "\t\t\t comprimă secÈ›iunile de depanare DWARF\n" -#: lexsup.c:2300 +#: lexsup.c:2291 #, c-format msgid " Default: %s\n" msgstr " Implicit: %s\n" -#: lexsup.c:2303 +#: lexsup.c:2294 #, c-format msgid " -z common-page-size=SIZE Set common page size to SIZE\n" msgstr " -z common-page-size=DIMENS stabileÈ™te dimensiunea comună a paginii la DIMENS\n" -#: lexsup.c:2305 +#: lexsup.c:2296 #, c-format msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n" msgstr " -z max-page-size=DIMENS stabileÈ™te dimensiunea maximă a paginii la DIMENS\n" -#: lexsup.c:2307 +#: lexsup.c:2298 #, c-format msgid " -z defs Report unresolved symbols in object files\n" msgstr " -z defs raportează simbolurile nerezolvate din fiÈ™ierele obiect\n" -#: lexsup.c:2309 +#: lexsup.c:2300 #, c-format msgid " -z undefs Ignore unresolved symbols in object files\n" msgstr " -z undefs ignoră simbolurile nerezolvate din fiÈ™ierele obiect\n" -#: lexsup.c:2311 +#: lexsup.c:2302 #, c-format msgid " -z muldefs Allow multiple definitions\n" msgstr " -z muldefs permite definiÈ›ii multiple\n" -#: lexsup.c:2313 +#: lexsup.c:2304 #, c-format msgid " -z stack-size=SIZE Set size of stack segment\n" msgstr " -z stack-size=DIMENS stabileÈ™te dimensiunea segmentului de stivă\n" -#: lexsup.c:2316 +#: lexsup.c:2307 #, c-format msgid " -z execstack Mark executable as requiring executable stack\n" msgstr " -z execstack marchează executabilul ca necesitând stivă executabilă\n" -#: lexsup.c:2318 +#: lexsup.c:2309 #, c-format msgid " -z noexecstack Mark executable as not requiring executable stack\n" msgstr " -z noexecstack marchează executabilul ca neavând nevoie de stivă executabilă\n" -#: lexsup.c:2320 +#: lexsup.c:2311 #, c-format msgid " --warn-execstack-objects Generate a warning if an object file requests an executable stack\n" msgstr " --warn-execstack-objects generează un avertisment în cazul în care un fiÈ™ier obiect solicită o stivă executabilă\n" -#: lexsup.c:2323 +#: lexsup.c:2314 #, c-format msgid " --warn-execstack Generate a warning if creating an executable stack\n" msgstr " --warn-execstack generează un avertisment dacă se creează o stivă executabilă\n" -#: lexsup.c:2326 +#: lexsup.c:2317 #, c-format msgid " --warn-execstack Generate a warning if creating an executable stack (default)\n" msgstr " --warn-execstack generează un avertisment dacă se creează o stivă executabilă (implicit)\n" -#: lexsup.c:2330 +#: lexsup.c:2321 #, c-format msgid " --no-warn-execstack Do not generate a warning if creating an executable stack (default)\n" msgstr " --no-warn-execstack nu generează un avertisment dacă se creează o stivă executabilă (implicit)\n" -#: lexsup.c:2333 +#: lexsup.c:2324 #, c-format msgid " --no-warn-execstack Do not generate a warning if creating an executable stack\n" msgstr " --no-warn-execstack nu generează un avertisment dacă se creează o stivă executabilă\n" -#: lexsup.c:2336 +#: lexsup.c:2327 #, c-format msgid " --error-execstack Turn warnings about executable stacks into errors\n" msgstr " --error-execstack transformă avertismentele privind stivele executabile în erori\n" -#: lexsup.c:2338 +#: lexsup.c:2329 #, c-format msgid " --no-error-execstack Do not turn warnings about executable stacks into errors\n" msgstr " --no-error-execstack nu transformă avertismentele privind stivele executabile în erori\n" -#: lexsup.c:2342 +#: lexsup.c:2333 #, c-format msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions (default)\n" msgstr " --warn-rwx-segments generează un avertisment în cazul în care un segment LOAD are permisiuni RWX (implicit)\n" -#: lexsup.c:2344 +#: lexsup.c:2335 #, c-format msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions\n" msgstr " --no-warn-rwx-segments nu generează un avertisment în cazul în care un segment LOAD are permisiuni RWX\n" -#: lexsup.c:2347 +#: lexsup.c:2338 #, c-format msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions\n" msgstr " --warn-rwx-segments generează un avertisment în cazul în care un segment LOAD are permisiuni RWX\n" -#: lexsup.c:2349 +#: lexsup.c:2340 #, c-format msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions (default)\n" msgstr " --no-warn-rwx-segments nu generează un avertisment în cazul în care un segment LOAD are permisiuni RWX (implicit)\n" -#: lexsup.c:2352 +#: lexsup.c:2343 #, c-format msgid " --error-rwx-segments Turn warnings about loadable RWX segments into errors\n" msgstr " --error-rwx-segments transformă avertismentele privind segmentele RWX încărcabile în erori\n" -#: lexsup.c:2354 +#: lexsup.c:2345 #, c-format msgid " --no-error-rwx-segments Do not turn warnings about loadable RWX segments into errors\n" msgstr " --no-error-rwx-segments nu transformă avertismentele privind segmentele RWX încărcabile în erori\n" -#: lexsup.c:2357 +#: lexsup.c:2348 #, c-format msgid " -z unique-symbol Avoid duplicated local symbol names\n" msgstr " -z unique-symbol evită numele de simboluri locale duplicate\n" -#: lexsup.c:2359 +#: lexsup.c:2350 #, c-format msgid " -z nounique-symbol Keep duplicated local symbol names (default)\n" msgstr " -z nounique-symbol păstrează numele duplicate ale simbolurilor locale (implicit)\n" -#: lexsup.c:2361 +#: lexsup.c:2352 #, c-format msgid " -z globalaudit Mark executable requiring global auditing\n" msgstr " -z globalaudit marchează executabilul care necesită auditare globală\n" -#: lexsup.c:2363 +#: lexsup.c:2354 #, c-format msgid " -z start-stop-gc Enable garbage collection on __start/__stop\n" msgstr " -z start-stop-gc activează colectarea gunoiului la __start/__stop\n" -#: lexsup.c:2365 +#: lexsup.c:2356 #, c-format msgid " -z nostart-stop-gc Don't garbage collect __start/__stop (default)\n" msgstr " -z nostart-stop-gc nu colectează gunoiul la __start/__stop (implicit)\n" -#: lexsup.c:2367 +#: lexsup.c:2358 #, c-format msgid "" " -z start-stop-visibility=V Set visibility of built-in __start/__stop symbols\n" @@ -2845,22 +2848,22 @@ msgstr "" " -z start-stop-visibility=V stabileÈ™te vizibilitatea simbolurilor __start/__stop încorporate\n" " la DEFAULT, PROTECTED, HIDDEN sau INTERNAL\n" -#: lexsup.c:2370 +#: lexsup.c:2361 #, c-format msgid " -z sectionheader Generate section header (default)\n" msgstr " -z sectionheader generează antetul de secÈ›iune (implicit)\n" -#: lexsup.c:2372 +#: lexsup.c:2363 #, c-format msgid " -z nosectionheader Do not generate section header\n" msgstr " -z nosectionheader nu generează antetul de secÈ›iune\n" -#: lexsup.c:2379 +#: lexsup.c:2370 #, c-format msgid " --ld-generated-unwind-info Generate exception handling info for PLT\n" msgstr " --ld-generated-unwind-info generează informaÈ›ii de tratare a excepÈ›iilor pentru PLT\n" -#: lexsup.c:2381 +#: lexsup.c:2372 #, c-format msgid "" " --no-ld-generated-unwind-info\n" @@ -2869,56 +2872,56 @@ msgstr "" " --no-ld-generated-unwind-info\n" " nu generează informaÈ›ii de tratare a excepÈ›iilor pentru PLT\n" -#: lexsup.c:2391 +#: lexsup.c:2382 #, c-format msgid "ELF emulations:\n" msgstr "Emulări ELF:\n" -#: lexsup.c:2409 +#: lexsup.c:2400 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Utilizare: %s [opÈ›iuni] fiÈ™ier...\n" -#: lexsup.c:2411 +#: lexsup.c:2402 #, c-format msgid "Options:\n" msgstr "OpÈ›iuni:\n" -#: lexsup.c:2489 +#: lexsup.c:2480 #, c-format msgid " @FILE" msgstr " @FIȘIER" -#: lexsup.c:2492 +#: lexsup.c:2483 #, c-format msgid "Read options from FILE\n" msgstr "CiteÈ™te opÈ›iunile din FIȘIER\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:2497 +#: lexsup.c:2488 #, c-format msgid "%s: supported targets:" msgstr "%s: È›inte acceptate:" -#: lexsup.c:2505 +#: lexsup.c:2496 #, c-format msgid "%s: supported emulations: " msgstr "%s: emulări acceptate: " -#: lexsup.c:2510 +#: lexsup.c:2501 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: opÈ›iuni specifice emulării:\n" -#: lexsup.c:2517 +#: lexsup.c:2508 #, c-format msgid "Report bugs to %s\n" msgstr "RaportaÈ›i erorile la %s\n" #: mri.c:291 -msgid "%F%P: unknown format type %s\n" -msgstr "%F%P: tip de format necunoscut „%sâ€\n" +msgid "%P: unknown format type %s\n" +msgstr "%P: tip de format necunoscut „%sâ€\n" #: pdb.c:845 pdb.c:1136 msgid "%P: CodeView symbol references out of range type %v\n" @@ -3348,46 +3351,46 @@ msgstr "%P: avertisment: nu se poate popula fluxul publics în fiÈ™ierul PPB: %E msgid "%P: warning: cannot populate info stream in PDB file: %E\n" msgstr "%P: avertisment: nu se poate popula fluxul de informaÈ›ii în fiÈ™ierul PDB: %E\n" -#: pe-dll.c:480 +#: pe-dll.c:483 msgid "%X%P: unsupported PEI architecture: %s\n" msgstr "%X%P: arhitectură PEI neacceptată: %s\n" -#: pe-dll.c:869 +#: pe-dll.c:872 msgid "%X%P: cannot export %s: invalid export name\n" msgstr "%X%P: nu se poate exporta %s: nume de export nevalid\n" -#: pe-dll.c:921 +#: pe-dll.c:924 #, c-format msgid "%X%P: error, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%X%P: eroare, EXPORT duplicat cu ordinale: %s (%d vs %d)\n" -#: pe-dll.c:928 +#: pe-dll.c:931 #, c-format msgid "%P: warning, duplicate EXPORT: %s\n" msgstr "%P: avertisment, EXPORT duplicat: %s\n" -#: pe-dll.c:1035 +#: pe-dll.c:1038 #, c-format msgid "%X%P: cannot export %s: symbol not defined\n" msgstr "%X%P: nu se poate exporta %s: simbolul nu este definit\n" -#: pe-dll.c:1041 +#: pe-dll.c:1044 #, c-format msgid "%X%P: cannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%X%P: nu se poate exporta %s: simbol de tip greÈ™it (%d vs %d)\n" -#: pe-dll.c:1048 +#: pe-dll.c:1051 #, c-format msgid "%X%P: cannot export %s: symbol not found\n" msgstr "%X%P: nu se poate exporta %s: simbolul nu a fost găsit\n" -#: pe-dll.c:1072 eaarch64cloudabi.c:370 eaarch64cloudabib.c:370 -#: eaarch64elf.c:369 eaarch64elf32.c:369 eaarch64elf32b.c:369 -#: eaarch64elfb.c:369 eaarch64fbsd.c:370 eaarch64fbsdb.c:370 -#: eaarch64haiku.c:370 eaarch64linux.c:370 eaarch64linux32.c:370 -#: eaarch64linux32b.c:370 eaarch64linuxb.c:370 eaarch64nto.c:370 -#: eaix5ppc.c:1632 eaix5ppc.c:1642 eaix5rs6.c:1632 eaix5rs6.c:1642 -#: eaixppc.c:1632 eaixppc.c:1642 eaixrs6.c:1632 eaixrs6.c:1642 earmelf.c:572 +#: pe-dll.c:1075 eaarch64cloudabi.c:376 eaarch64cloudabib.c:376 +#: eaarch64elf.c:376 eaarch64elf32.c:376 eaarch64elf32b.c:376 +#: eaarch64elfb.c:376 eaarch64fbsd.c:376 eaarch64fbsdb.c:376 +#: eaarch64haiku.c:376 eaarch64linux.c:376 eaarch64linux32.c:376 +#: eaarch64linux32b.c:376 eaarch64linuxb.c:376 eaarch64nto.c:376 +#: eaix5ppc.c:1631 eaix5ppc.c:1641 eaix5rs6.c:1631 eaix5rs6.c:1641 +#: eaixppc.c:1631 eaixppc.c:1641 eaixrs6.c:1631 eaixrs6.c:1641 earmelf.c:572 #: earmelf_fbsd.c:572 earmelf_fuchsia.c:573 earmelf_haiku.c:573 #: earmelf_linux.c:573 earmelf_linux_eabi.c:573 earmelf_linux_fdpiceabi.c:573 #: earmelf_nacl.c:573 earmelf_nbsd.c:572 earmelf_phoenix.c:573 @@ -3406,100 +3409,100 @@ msgstr "%X%P: nu se poate exporta %s: simbolul nu a fost găsit\n" #: eelf64lppc_fbsd.c:122 eelf64ltsmip.c:175 eelf64ltsmip_fbsd.c:175 #: eelf64ppc.c:122 eelf64ppc_fbsd.c:122 eelf_mipsel_haiku.c:175 ehppaelf.c:113 #: ehppalinux.c:113 ehppanbsd.c:113 ehppaobsd.c:113 em68hc11elf.c:173 -#: em68hc11elfb.c:173 em68hc12elf.c:173 em68hc12elfb.c:173 eppcmacos.c:1632 -#: eppcmacos.c:1642 -msgid "%F%P: can not create BFD: %E\n" -msgstr "%F%P: nu se poate crea BFD: %E\n" +#: em68hc11elfb.c:173 em68hc12elf.c:173 em68hc12elfb.c:173 eppcmacos.c:1631 +#: eppcmacos.c:1641 +msgid "%P: can not create BFD: %E\n" +msgstr "%P: nu se poate crea BFD: %E\n" -#: pe-dll.c:1086 +#: pe-dll.c:1089 msgid "%X%P: can not create .edata section: %E\n" msgstr "%X%P: nu se poate crea secÈ›iunea .edata: %E\n" -#: pe-dll.c:1100 +#: pe-dll.c:1103 msgid "%X%P: can not create .reloc section: %E\n" msgstr "%X%P: nu se poate crea secÈ›iunea .reloc: %E\n" -#: pe-dll.c:1149 +#: pe-dll.c:1152 #, c-format msgid "%X%P: error: ordinal used twice: %d (%s vs %s)\n" msgstr "%X%P: eroare: ordinal folosit de două ori: %d (%s vs %s)\n" -#: pe-dll.c:1185 +#: pe-dll.c:1188 #, c-format msgid "%X%P: error: export ordinal too large: %d\n" msgstr "%X%P: eroare: export de ordinal prea mare: %d\n" -#: pe-dll.c:1511 +#: pe-dll.c:1514 #, c-format msgid "Info: resolving %s by linking to %s (auto-import)\n" msgstr "Info: rezolvarea lui %s prin crearea unei legături către %s (auto-import)\n" -#: pe-dll.c:1517 +#: pe-dll.c:1520 msgid "%P: warning: auto-importing has been activated without --enable-auto-import specified on the command line; this should work unless it involves constant data structures referencing symbols from auto-imported DLLs\n" msgstr "%P: avertisment: auto-importul a fost activat fără ca „--enable-auto-import†să fie specificată în linia de comandă; acest lucru ar trebui să funcÈ›ioneze, cu excepÈ›ia cazului în care implică structuri de date constante care fac referire la simboluri din DLL-uri auto-importate.\n" -#: pe-dll.c:1680 +#: pe-dll.c:1684 msgid "%P: base relocation for section `%s' above .reloc section\n" msgstr "%P: realocarea bazei pentru secÈ›iunea „%s†deasupra secÈ›iunii .reloc\n" -#: pe-dll.c:1730 +#: pe-dll.c:1734 #, c-format msgid "%X%P: error: %d-bit reloc in dll\n" msgstr "%X%P: eroare: realocare de %d biÈ›i în dll\n" -#: pe-dll.c:1856 +#: pe-dll.c:1860 #, c-format msgid "%P: can't open output def file %s\n" msgstr "%P: nu se poate deschide fiÈ™ierul def de ieÈ™ire %s\n" -#: pe-dll.c:2005 +#: pe-dll.c:2009 #, c-format msgid "; no contents available\n" msgstr "; niciun conÈ›inut disponibil\n" -#: pe-dll.c:2364 +#: pe-dll.c:2368 msgid "%P: error: NULL decorated name for %s\n" msgstr "%P: eroare: nume decorat NULL pentru %s\n" -#: pe-dll.c:2899 +#: pe-dll.c:2903 msgid "%X%P: %H: variable '%pT' can't be auto-imported; please read the documentation for ld's --enable-auto-import for details\n" msgstr "%X%P: %H: variabila „%pT†nu poate fi auto-importată; vă rugăm să citiÈ›i documentaÈ›ia pentru „--enable-auto-import†de la «ld» pentru detalii\n" -#: pe-dll.c:2920 +#: pe-dll.c:2924 #, c-format msgid "%X%P: can't open .lib file: %s\n" msgstr "%X%P: nu se poate deschide fiÈ™ierul .lib: %s\n" -#: pe-dll.c:2926 +#: pe-dll.c:2930 #, c-format msgid "Creating library file: %s\n" msgstr "Se creează fiÈ™ierul de bibliotecă: %s\n" -#: pe-dll.c:2956 +#: pe-dll.c:2960 msgid "%X%P: bfd_openr %s: %E\n" msgstr "%X%P: bfd_openr %s: %E\n" -#: pe-dll.c:2968 +#: pe-dll.c:2972 msgid "%X%P: %s(%s): can't find member in non-archive file" msgstr "%X%P: %s(%s): nu se poate găsi un membru într-un fiÈ™ier ce nu este o arhivă" -#: pe-dll.c:2982 +#: pe-dll.c:2986 msgid "%X%P: %s(%s): can't find member in archive" msgstr "%X%P: %s(%s): nu se poate găsi un membru în arhivă" -#: pe-dll.c:3239 +#: pe-dll.c:3243 msgid "%X%P: add symbols %s: %E\n" msgstr "%X%P: adaugă simboluri %s: %E\n" -#: pe-dll.c:3450 +#: pe-dll.c:3454 msgid "%X%P: open %s: %E\n" msgstr "%X%P: deschide %s: %E\n" -#: pe-dll.c:3460 +#: pe-dll.c:3464 msgid "%X%P: %s: this doesn't appear to be a DLL\n" msgstr "%X%P: %s: aceasta nu pare a fi o DLL\n" -#: pe-dll.c:3680 +#: pe-dll.c:3684 msgid "%X%P: error: can't use long section names on this arch\n" msgstr "%X%P: eroare: nu se pot folosi nume de secÈ›iuni lungi în această arhivă\n" @@ -3507,88 +3510,88 @@ msgstr "%X%P: eroare: nu se pot folosi nume de secÈ›iuni lungi în această arhi msgid "<no plugin>" msgstr "<niciun modul>" -#: plugin.c:255 plugin.c:1137 -msgid "%F%P: %s: error loading plugin: %s\n" -msgstr "%F%P: %s: eroare la încărcarea modulului: %s\n" +#: plugin.c:255 plugin.c:1139 +msgid "%P: %s: error loading plugin: %s\n" +msgstr "%P: %s: eroare la încărcarea modulului: %s\n" #: plugin.c:262 msgid "%P: %s: duplicated plugin\n" msgstr "%P: %s: modul duplicat\n" #: plugin.c:346 -msgid "%F%P: could not create dummy IR bfd: %E\n" -msgstr "%F%P: nu s-a putut crea un bfd IR fictiv: %E\n" +msgid "%P: could not create dummy IR bfd: %E\n" +msgstr "%P: nu s-a putut crea un bfd IR fictiv: %E\n" -#: plugin.c:427 -msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n" -msgstr "%F%P: %s: simbol non-ELF în BFD ELF!\n" +#: plugin.c:428 +msgid "%P: %s: non-ELF symbol in ELF BFD!\n" +msgstr "%P: %s: simbol non-ELF în BFD ELF!\n" -#: plugin.c:438 -msgid "%F%P: unknown ELF symbol visibility: %d!\n" -msgstr "%F%P: vizibilitate de simbol ELF necunoscută: %d!\n" +#: plugin.c:439 +msgid "%P: unknown ELF symbol visibility: %d!\n" +msgstr "%P: vizibilitate de simbol ELF necunoscută: %d!\n" -#: plugin.c:560 -msgid "%F%P: unsupported input file size: %s (%ld bytes)\n" -msgstr "%F%P: dimensiune neacceptată a fiÈ™ierului de intrare: %s (%ld octeÈ›i)\n" +#: plugin.c:561 +msgid "%P: unsupported input file size: %s (%ld bytes)\n" +msgstr "%P: dimensiune neacceptată a fiÈ™ierului de intrare: %s (%ld octeÈ›i)\n" -#: plugin.c:705 +#: plugin.c:706 #, c-format msgid "unknown LTO kind value %x" msgstr "valoare necunoscută a tipului LTO %x" -#: plugin.c:731 +#: plugin.c:732 #, c-format msgid "unknown LTO resolution value %x" msgstr "valoare necunoscută a rezoluÈ›iei LTO %x" -#: plugin.c:751 +#: plugin.c:752 #, c-format msgid "unknown LTO visibility value %x" msgstr "valoare necunoscută a vizibilității LTO %x" #. We should not have a new, indirect or warning symbol here. -#: plugin.c:836 -msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n" -msgstr "%F%P: %s: tabelul de simboluri al modulului este corupt ( tip de simbol %d)\n" +#: plugin.c:837 +msgid "%P: %s: plugin symbol table corrupt (sym type %d)\n" +msgstr "%P: %s: tabelul de simboluri al modulului este corupt ( tip de simbol %d)\n" -#: plugin.c:901 +#: plugin.c:902 msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n" msgstr "%P: %pB: simbol „%s†definiÈ›ie: %s, vizibilitate: %s, rezoluÈ›ie: %s\n" -#: plugin.c:978 +#: plugin.c:979 msgid "%P: warning: " msgstr "%P: avertisment: " #: plugin.c:989 -msgid "%P: error: " -msgstr "%P: eroare: " +msgid "%X%P: error: " +msgstr "%X%P: eroare: " -#: plugin.c:1144 -msgid "%F%P: %s: plugin error: %d\n" -msgstr "%F%P: %s: eroare de modul: %d\n" +#: plugin.c:1146 +msgid "%P: %s: plugin error: %d\n" +msgstr "%P: %s: eroare de modul: %d\n" -#: plugin.c:1208 -msgid "%F%P: plugin_strdup failed to allocate memory: %s\n" -msgstr "%F%P: plugin_strdup nu a reuÈ™it să aloce memorie: %s\n" +#: plugin.c:1210 +msgid "%P: plugin_strdup failed to allocate memory: %s\n" +msgstr "%P: plugin_strdup nu a reuÈ™it să aloce memorie: %s\n" -#: plugin.c:1250 -msgid "%F%P: plugin failed to allocate memory for input: %s\n" -msgstr "%F%P: modulul nu a reuÈ™it să aloce memorie pentru intrare: %s\n" +#: plugin.c:1252 +msgid "%P: plugin failed to allocate memory for input: %s\n" +msgstr "%P: modulul nu a reuÈ™it să aloce memorie pentru intrare: %s\n" -#: plugin.c:1279 -msgid "%F%P: %s: plugin reported error claiming file\n" -msgstr "%F%P: %s: modulul a raportat o eroare de revendicare a fiÈ™ierului\n" +#: plugin.c:1281 +msgid "%P: %s: plugin reported error claiming file\n" +msgstr "%P: %s: modulul a raportat o eroare de revendicare a fiÈ™ierului\n" -#: plugin.c:1401 +#: plugin.c:1403 msgid "%P: %s: error in plugin cleanup: %d (ignored)\n" msgstr "%P: %s: eroare în curățarea modulului: %d (ignorat)\n" -#: eaarch64cloudabi.c:237 eaarch64cloudabib.c:237 eaarch64elf.c:236 -#: eaarch64elf32.c:236 eaarch64elf32b.c:236 eaarch64elfb.c:236 -#: eaarch64fbsd.c:237 eaarch64fbsdb.c:237 eaarch64haiku.c:237 -#: eaarch64linux.c:237 eaarch64linux32.c:237 eaarch64linux32b.c:237 -#: eaarch64linuxb.c:237 eaarch64nto.c:237 eaix5ppc.c:1097 eaix5rs6.c:1097 -#: eaixppc.c:1097 eaixrs6.c:1097 earmelf.c:299 earmelf_fbsd.c:299 +#: eaarch64cloudabi.c:242 eaarch64cloudabib.c:242 eaarch64elf.c:242 +#: eaarch64elf32.c:242 eaarch64elf32b.c:242 eaarch64elfb.c:242 +#: eaarch64fbsd.c:242 eaarch64fbsdb.c:242 eaarch64haiku.c:242 +#: eaarch64linux.c:242 eaarch64linux32.c:242 eaarch64linux32b.c:242 +#: eaarch64linuxb.c:242 eaarch64nto.c:242 eaix5ppc.c:1096 eaix5rs6.c:1096 +#: eaixppc.c:1096 eaixrs6.c:1096 earmelf.c:299 earmelf_fbsd.c:299 #: earmelf_fuchsia.c:300 earmelf_haiku.c:300 earmelf_linux.c:300 #: earmelf_linux_eabi.c:300 earmelf_linux_fdpiceabi.c:300 earmelf_nacl.c:300 #: earmelf_nbsd.c:299 earmelf_phoenix.c:300 earmelf_vxworks.c:299 @@ -3603,23 +3606,24 @@ msgstr "%P: %s: eroare în curățarea modulului: %d (ignorat)\n" #: eelf32bmip.c:208 eelf32bmipn32.c:222 eelf32bsmip.c:222 eelf32btsmip.c:208 #: eelf32btsmip_fbsd.c:208 eelf32btsmipn32.c:208 eelf32btsmipn32_fbsd.c:208 #: eelf32ebmip.c:208 eelf32ebmipvxworks.c:208 eelf32elmip.c:208 -#: eelf32elmipvxworks.c:208 eelf32l4300.c:208 eelf32lmip.c:208 +#: eelf32elmipvxworks.c:208 eelf32kvx.c:198 eelf32l4300.c:208 eelf32lmip.c:208 #: eelf32lr5900.c:208 eelf32lr5900n32.c:208 eelf32lsmip.c:208 #: eelf32ltsmip.c:208 eelf32ltsmip_fbsd.c:208 eelf32ltsmipn32.c:208 #: eelf32ltsmipn32_fbsd.c:208 eelf32metag.c:209 eelf32mipswindiss.c:208 -#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 eelf64lppc.c:485 -#: eelf64lppc_fbsd.c:485 eelf64ltsmip.c:208 eelf64ltsmip_fbsd.c:208 -#: eelf64ppc.c:485 eelf64ppc_fbsd.c:485 eelf_mipsel_haiku.c:208 ehppaelf.c:233 -#: ehppalinux.c:233 ehppanbsd.c:233 ehppaobsd.c:233 em68hc11elf.c:298 -#: em68hc11elfb.c:298 em68hc12elf.c:298 em68hc12elfb.c:298 eppcmacos.c:1097 +#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 eelf64kvx.c:198 +#: eelf64kvx_linux.c:196 eelf64lppc.c:485 eelf64lppc_fbsd.c:485 +#: eelf64ltsmip.c:208 eelf64ltsmip_fbsd.c:208 eelf64ppc.c:485 +#: eelf64ppc_fbsd.c:485 eelf_mipsel_haiku.c:208 ehppaelf.c:233 ehppalinux.c:233 +#: ehppanbsd.c:233 ehppaobsd.c:233 em68hc11elf.c:298 em68hc11elfb.c:298 +#: em68hc12elf.c:298 em68hc12elfb.c:298 eppcmacos.c:1096 msgid "%X%P: can not make stub section: %E\n" msgstr "%X%P: nu se poate crea secÈ›iunea ciot (stub): %E\n" -#: eaarch64cloudabi.c:280 eaarch64cloudabib.c:280 eaarch64elf.c:279 -#: eaarch64elf32.c:279 eaarch64elf32b.c:279 eaarch64elfb.c:279 -#: eaarch64fbsd.c:280 eaarch64fbsdb.c:280 eaarch64haiku.c:280 -#: eaarch64linux.c:280 eaarch64linux32.c:280 eaarch64linux32b.c:280 -#: eaarch64linuxb.c:280 eaarch64nto.c:280 earcelf.c:117 earclinux.c:118 +#: eaarch64cloudabi.c:285 eaarch64cloudabib.c:285 eaarch64elf.c:285 +#: eaarch64elf32.c:285 eaarch64elf32b.c:285 eaarch64elfb.c:285 +#: eaarch64fbsd.c:285 eaarch64fbsdb.c:285 eaarch64haiku.c:285 +#: eaarch64linux.c:285 eaarch64linux32.c:285 eaarch64linux32b.c:285 +#: eaarch64linuxb.c:285 eaarch64nto.c:285 earcelf.c:117 earclinux.c:118 #: earclinux_nps.c:118 earcv2elf.c:117 earcv2elfx.c:117 earmelf.c:411 #: earmelf_fbsd.c:411 earmelf_fuchsia.c:412 earmelf_haiku.c:412 #: earmelf_linux.c:412 earmelf_linux_eabi.c:412 earmelf_linux_fdpiceabi.c:412 @@ -3633,16 +3637,16 @@ msgstr "%X%P: nu se poate crea secÈ›iunea ciot (stub): %E\n" #: eavrxmega4.c:321 eavrxmega4_flmap.c:321 eavrxmega5.c:321 eavrxmega6.c:321 #: eavrxmega7.c:321 ecriself.c:117 ecrislinux.c:118 ed10velf.c:117 #: eelf32_sparc.c:118 eelf32_sparc_sol2.c:250 eelf32_sparc_vxworks.c:147 -#: eelf32_spu.c:651 eelf32_tic6x_be.c:184 eelf32_tic6x_elf_be.c:184 -#: eelf32_tic6x_elf_le.c:184 eelf32_tic6x_le.c:184 eelf32_tic6x_linux_be.c:184 -#: eelf32_tic6x_linux_le.c:184 eelf32_x86_64.c:150 eelf32am33lin.c:117 +#: eelf32_spu.c:651 eelf32_tic6x_be.c:182 eelf32_tic6x_elf_be.c:182 +#: eelf32_tic6x_elf_le.c:182 eelf32_tic6x_le.c:182 eelf32_tic6x_linux_be.c:182 +#: eelf32_tic6x_linux_le.c:182 eelf32_x86_64.c:182 eelf32am33lin.c:117 #: eelf32b4300.c:314 eelf32bfin.c:127 eelf32bfinfd.c:127 eelf32bmip.c:314 #: eelf32bmipn32.c:328 eelf32briscv.c:94 eelf32briscv_ilp32.c:94 #: eelf32briscv_ilp32f.c:94 eelf32bsmip.c:328 eelf32btsmip.c:314 #: eelf32btsmip_fbsd.c:314 eelf32btsmipn32.c:314 eelf32btsmipn32_fbsd.c:314 #: eelf32cr16.c:267 eelf32crx.c:154 eelf32ebmip.c:314 eelf32ebmipvxworks.c:343 #: eelf32elmip.c:314 eelf32elmipvxworks.c:343 eelf32epiphany.c:117 -#: eelf32epiphany_4x4.c:119 eelf32frvfd.c:117 eelf32ip2k.c:117 +#: eelf32epiphany_4x4.c:119 eelf32frvfd.c:117 eelf32ip2k.c:117 eelf32kvx.c:241 #: eelf32l4300.c:314 eelf32lm32.c:117 eelf32lm32fd.c:117 eelf32lmip.c:314 #: eelf32loongarch.c:92 eelf32lppc.c:326 eelf32lppclinux.c:326 #: eelf32lppcnto.c:326 eelf32lppcsim.c:326 eelf32lr5900.c:314 @@ -3660,20 +3664,20 @@ msgstr "%X%P: nu se poate crea secÈ›iunea ciot (stub): %E\n" #: eelf32xstormy16.c:128 eelf32xtensa.c:2014 eelf32z80.c:144 eelf64_aix.c:117 #: eelf64_ia64.c:143 eelf64_ia64_fbsd.c:143 eelf64_ia64_vms.c:220 #: eelf64_s390.c:133 eelf64_sparc.c:118 eelf64_sparc_fbsd.c:118 -#: eelf64_sparc_sol2.c:250 eelf64alpha.c:201 eelf64alpha_fbsd.c:201 -#: eelf64alpha_nbsd.c:201 eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 +#: eelf64_sparc_sol2.c:250 eelf64alpha.c:178 eelf64alpha_fbsd.c:178 +#: eelf64alpha_nbsd.c:178 eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 #: eelf64briscv_lp64.c:94 eelf64briscv_lp64f.c:94 eelf64btsmip.c:314 -#: eelf64btsmip_fbsd.c:314 eelf64hppa.c:117 eelf64loongarch.c:92 -#: eelf64lppc.c:595 eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 -#: eelf64lriscv_lp64.c:94 eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 -#: eelf64ltsmip_fbsd.c:314 eelf64mmix.c:228 eelf64ppc.c:595 -#: eelf64ppc_fbsd.c:595 eelf64rdos.c:133 eelf64tilegx.c:118 -#: eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 +#: eelf64btsmip_fbsd.c:314 eelf64hppa.c:117 eelf64kvx.c:241 +#: eelf64kvx_linux.c:239 eelf64loongarch.c:92 eelf64lppc.c:595 +#: eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 eelf64lriscv_lp64.c:94 +#: eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 eelf64ltsmip_fbsd.c:314 +#: eelf64mmix.c:225 eelf64ppc.c:595 eelf64ppc_fbsd.c:595 eelf64rdos.c:165 +#: eelf64tilegx.c:118 eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 #: eelf_i386_fbsd.c:142 eelf_i386_haiku.c:142 eelf_i386_ldso.c:142 #: eelf_i386_sol2.c:274 eelf_i386_vxworks.c:171 eelf_iamcu.c:142 -#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:150 -#: eelf_x86_64_cloudabi.c:150 eelf_x86_64_fbsd.c:150 eelf_x86_64_haiku.c:150 -#: eelf_x86_64_sol2.c:282 eh8300elf.c:117 eh8300elf_linux.c:117 +#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:182 +#: eelf_x86_64_cloudabi.c:182 eelf_x86_64_fbsd.c:182 eelf_x86_64_haiku.c:182 +#: eelf_x86_64_sol2.c:314 eh8300elf.c:117 eh8300elf_linux.c:117 #: eh8300helf.c:117 eh8300helf_linux.c:117 eh8300hnelf.c:117 eh8300self.c:117 #: eh8300self_linux.c:117 eh8300snelf.c:117 eh8300sxelf.c:117 #: eh8300sxelf_linux.c:117 eh8300sxnelf.c:117 ehppa64linux.c:117 ehppaelf.c:283 @@ -3691,26 +3695,27 @@ msgstr "%X%P: nu se poate crea secÈ›iunea ciot (stub): %E\n" msgid "%X%P: .eh_frame/.stab edit: %E\n" msgstr "%X%P: editare .eh_frame/.stab: %E\n" -#: eaarch64cloudabi.c:296 eaarch64cloudabib.c:296 eaarch64elf.c:295 -#: eaarch64elf32.c:295 eaarch64elf32b.c:295 eaarch64elfb.c:295 -#: eaarch64fbsd.c:296 eaarch64fbsdb.c:296 eaarch64haiku.c:296 -#: eaarch64linux.c:296 eaarch64linux32.c:296 eaarch64linux32b.c:296 -#: eaarch64linuxb.c:296 eaarch64nto.c:296 earmelf.c:426 earmelf_fbsd.c:426 +#: eaarch64cloudabi.c:301 eaarch64cloudabib.c:301 eaarch64elf.c:301 +#: eaarch64elf32.c:301 eaarch64elf32b.c:301 eaarch64elfb.c:301 +#: eaarch64fbsd.c:301 eaarch64fbsdb.c:301 eaarch64haiku.c:301 +#: eaarch64linux.c:301 eaarch64linux32.c:301 eaarch64linux32b.c:301 +#: eaarch64linuxb.c:301 eaarch64nto.c:301 earmelf.c:426 earmelf_fbsd.c:426 #: earmelf_fuchsia.c:427 earmelf_haiku.c:427 earmelf_linux.c:427 #: earmelf_linux_eabi.c:427 earmelf_linux_fdpiceabi.c:427 earmelf_nacl.c:427 #: earmelf_nbsd.c:426 earmelf_phoenix.c:427 earmelf_vxworks.c:426 #: earmelfb.c:426 earmelfb_fbsd.c:426 earmelfb_fuchsia.c:427 #: earmelfb_linux.c:427 earmelfb_linux_eabi.c:427 #: earmelfb_linux_fdpiceabi.c:427 earmelfb_nacl.c:427 earmelfb_nbsd.c:426 -#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 +#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 eelf32kvx.c:257 +#: eelf64kvx.c:257 eelf64kvx_linux.c:255 msgid "%X%P: could not compute sections lists for stub generation: %E\n" msgstr "%X%P: nu s-au putut calcula listele de secÈ›iuni pentru generarea de cioturi (stubs): %E\n" -#: eaarch64cloudabi.c:311 eaarch64cloudabib.c:311 eaarch64elf.c:310 -#: eaarch64elf32.c:310 eaarch64elf32b.c:310 eaarch64elfb.c:310 -#: eaarch64fbsd.c:311 eaarch64fbsdb.c:311 eaarch64haiku.c:311 -#: eaarch64linux.c:311 eaarch64linux32.c:311 eaarch64linux32b.c:311 -#: eaarch64linuxb.c:311 eaarch64nto.c:311 earmelf.c:441 earmelf_fbsd.c:441 +#: eaarch64cloudabi.c:316 eaarch64cloudabib.c:316 eaarch64elf.c:316 +#: eaarch64elf32.c:316 eaarch64elf32b.c:316 eaarch64elfb.c:316 +#: eaarch64fbsd.c:316 eaarch64fbsdb.c:316 eaarch64haiku.c:316 +#: eaarch64linux.c:316 eaarch64linux32.c:316 eaarch64linux32b.c:316 +#: eaarch64linuxb.c:316 eaarch64nto.c:316 earmelf.c:441 earmelf_fbsd.c:441 #: earmelf_fuchsia.c:442 earmelf_haiku.c:442 earmelf_linux.c:442 #: earmelf_linux_eabi.c:442 earmelf_linux_fdpiceabi.c:442 earmelf_nacl.c:442 #: earmelf_nbsd.c:441 earmelf_phoenix.c:442 earmelf_vxworks.c:441 @@ -3738,12 +3743,12 @@ msgstr "%X%P: nu s-au putut calcula listele de secÈ›iuni pentru generarea de cio msgid "%X%P: can not size stub section: %E\n" msgstr "%X%P: nu se poate dimensiona secÈ›iunea ciot (stub): %E\n" -#: eaarch64cloudabi.c:330 eaarch64cloudabib.c:330 eaarch64elf.c:329 -#: eaarch64elf32.c:329 eaarch64elf32b.c:329 eaarch64elfb.c:329 -#: eaarch64fbsd.c:330 eaarch64fbsdb.c:330 eaarch64haiku.c:330 -#: eaarch64linux.c:330 eaarch64linux32.c:330 eaarch64linux32b.c:330 -#: eaarch64linuxb.c:330 eaarch64nto.c:330 eaix5ppc.c:1137 eaix5rs6.c:1137 -#: eaixppc.c:1137 eaixrs6.c:1137 earmelf.c:475 earmelf_fbsd.c:475 +#: eaarch64cloudabi.c:335 eaarch64cloudabib.c:335 eaarch64elf.c:335 +#: eaarch64elf32.c:335 eaarch64elf32b.c:335 eaarch64elfb.c:335 +#: eaarch64fbsd.c:335 eaarch64fbsdb.c:335 eaarch64haiku.c:335 +#: eaarch64linux.c:335 eaarch64linux32.c:335 eaarch64linux32b.c:335 +#: eaarch64linuxb.c:335 eaarch64nto.c:335 eaix5ppc.c:1136 eaix5rs6.c:1136 +#: eaixppc.c:1136 eaixrs6.c:1136 earmelf.c:475 earmelf_fbsd.c:475 #: earmelf_fuchsia.c:476 earmelf_haiku.c:476 earmelf_linux.c:476 #: earmelf_linux_eabi.c:476 earmelf_linux_fdpiceabi.c:476 earmelf_nacl.c:476 #: earmelf_nbsd.c:475 earmelf_phoenix.c:476 earmelf_vxworks.c:475 @@ -3754,10 +3759,11 @@ msgstr "%X%P: nu se poate dimensiona secÈ›iunea ciot (stub): %E\n" #: eavr35.c:205 eavr4.c:205 eavr5.c:205 eavr51.c:205 eavr6.c:205 eavrtiny.c:205 #: eavrxmega1.c:205 eavrxmega2.c:205 eavrxmega2_flmap.c:205 eavrxmega3.c:205 #: eavrxmega4.c:205 eavrxmega4_flmap.c:205 eavrxmega5.c:205 eavrxmega6.c:205 -#: eavrxmega7.c:205 eelf32metag.c:303 eelf64lppc.c:634 eelf64lppc_fbsd.c:634 -#: eelf64ppc.c:634 eelf64ppc_fbsd.c:634 ehppaelf.c:335 ehppalinux.c:335 -#: ehppanbsd.c:335 ehppaobsd.c:335 em68hc11elf.c:324 em68hc11elfb.c:324 -#: em68hc12elf.c:324 em68hc12elfb.c:324 eppcmacos.c:1137 +#: eavrxmega7.c:205 eelf32kvx.c:291 eelf32metag.c:303 eelf64kvx.c:291 +#: eelf64kvx_linux.c:289 eelf64lppc.c:634 eelf64lppc_fbsd.c:634 eelf64ppc.c:634 +#: eelf64ppc_fbsd.c:634 ehppaelf.c:335 ehppalinux.c:335 ehppanbsd.c:335 +#: ehppaobsd.c:335 em68hc11elf.c:324 em68hc11elfb.c:324 em68hc12elf.c:324 +#: em68hc12elfb.c:324 eppcmacos.c:1136 msgid "%X%P: can not build stubs: %E\n" msgstr "%X%P: nu se pot construi cioturi (stubs): %E\n" @@ -3790,11 +3796,11 @@ msgstr "%X%P: nu se pot construi cioturi (stubs): %E\n" #. These will only be created if the output format is an arm format, #. hence we do not support linking and changing output formats at the #. same time. Use a link followed by objcopy to change output formats. -#: eaarch64cloudabi.c:348 eaarch64cloudabib.c:348 eaarch64elf.c:347 -#: eaarch64elf32.c:347 eaarch64elf32b.c:347 eaarch64elfb.c:347 -#: eaarch64fbsd.c:348 eaarch64fbsdb.c:348 eaarch64haiku.c:348 -#: eaarch64linux.c:348 eaarch64linux32.c:348 eaarch64linux32b.c:348 -#: eaarch64linuxb.c:348 eaarch64nto.c:348 earm_wince_pe.c:1523 earmelf.c:544 +#: eaarch64cloudabi.c:353 eaarch64cloudabib.c:353 eaarch64elf.c:353 +#: eaarch64elf32.c:353 eaarch64elf32b.c:353 eaarch64elfb.c:353 +#: eaarch64fbsd.c:353 eaarch64fbsdb.c:353 eaarch64haiku.c:353 +#: eaarch64linux.c:353 eaarch64linux32.c:353 eaarch64linux32b.c:353 +#: eaarch64linuxb.c:353 eaarch64nto.c:353 earm_wince_pe.c:1523 earmelf.c:544 #: earmelf_fbsd.c:544 earmelf_fuchsia.c:545 earmelf_haiku.c:545 #: earmelf_linux.c:545 earmelf_linux_eabi.c:545 earmelf_linux_fdpiceabi.c:545 #: earmelf_nacl.c:545 earmelf_nbsd.c:544 earmelf_phoenix.c:545 @@ -3813,27 +3819,30 @@ msgstr "%X%P: nu se pot construi cioturi (stubs): %E\n" #: ei386pe_posix.c:1523 emcorepe.c:1523 ends32belf.c:77 ends32belf16m.c:77 #: ends32belf_linux.c:77 ends32elf.c:77 ends32elf16m.c:77 ends32elf_linux.c:77 #: escore3_elf.c:82 escore7_elf.c:82 eshpe.c:1523 ev850.c:94 ev850_rh850.c:94 -msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" -msgstr "%F%P: eroare: nu se poate schimba formatul de ieÈ™ire în timp ce se leagă binarele %s\n" - -#: eaarch64cloudabi.c:397 eaarch64cloudabi.c:457 eaarch64cloudabib.c:397 -#: eaarch64cloudabib.c:457 eaarch64elf.c:396 eaarch64elf.c:456 -#: eaarch64elf32.c:396 eaarch64elf32.c:456 eaarch64elf32b.c:396 -#: eaarch64elf32b.c:456 eaarch64elfb.c:396 eaarch64elfb.c:456 -#: eaarch64fbsd.c:397 eaarch64fbsd.c:457 eaarch64fbsdb.c:397 -#: eaarch64fbsdb.c:457 eaarch64haiku.c:397 eaarch64haiku.c:457 -#: eaarch64linux.c:397 eaarch64linux.c:457 eaarch64linux32.c:397 -#: eaarch64linux32.c:457 eaarch64linux32b.c:397 eaarch64linux32b.c:457 -#: eaarch64linuxb.c:397 eaarch64linuxb.c:457 eaarch64nto.c:397 -#: eaarch64nto.c:457 +msgid "%P: error: cannot change output format whilst linking %s binaries\n" +msgstr "%P: eroare: nu se poate schimba formatul de ieÈ™ire în timp ce se leagă binarele %s\n" + +#: eaarch64cloudabi.c:403 eaarch64cloudabi.c:463 eaarch64cloudabi.c:487 +#: eaarch64cloudabib.c:403 eaarch64cloudabib.c:463 eaarch64cloudabib.c:487 +#: eaarch64elf.c:403 eaarch64elf.c:463 eaarch64elf.c:487 eaarch64elf32.c:403 +#: eaarch64elf32.c:463 eaarch64elf32.c:487 eaarch64elf32b.c:403 +#: eaarch64elf32b.c:463 eaarch64elf32b.c:487 eaarch64elfb.c:403 +#: eaarch64elfb.c:463 eaarch64elfb.c:487 eaarch64fbsd.c:403 eaarch64fbsd.c:463 +#: eaarch64fbsd.c:487 eaarch64fbsdb.c:403 eaarch64fbsdb.c:463 +#: eaarch64fbsdb.c:487 eaarch64haiku.c:403 eaarch64haiku.c:463 +#: eaarch64haiku.c:487 eaarch64linux.c:403 eaarch64linux.c:463 +#: eaarch64linux.c:487 eaarch64linux32.c:403 eaarch64linux32.c:463 +#: eaarch64linux32.c:487 eaarch64linux32b.c:403 eaarch64linux32b.c:463 +#: eaarch64linux32b.c:487 eaarch64linuxb.c:403 eaarch64linuxb.c:463 +#: eaarch64linuxb.c:487 eaarch64nto.c:403 eaarch64nto.c:463 eaarch64nto.c:487 msgid "%X%P: error: unrecognized value '-z %s'\n" msgstr "%X%P: eroare: valoare nerecunoscută „-z %sâ€\n" -#: eaarch64cloudabi.c:713 eaarch64cloudabib.c:713 eaarch64elf.c:712 -#: eaarch64elf32.c:712 eaarch64elf32b.c:712 eaarch64elfb.c:712 -#: eaarch64fbsd.c:713 eaarch64fbsdb.c:713 eaarch64haiku.c:713 -#: eaarch64linux.c:713 eaarch64linux32.c:713 eaarch64linux32b.c:713 -#: eaarch64linuxb.c:713 eaarch64nto.c:875 earcelf.c:233 earclinux.c:324 +#: eaarch64cloudabi.c:744 eaarch64cloudabib.c:744 eaarch64elf.c:744 +#: eaarch64elf32.c:744 eaarch64elf32b.c:744 eaarch64elfb.c:744 +#: eaarch64fbsd.c:744 eaarch64fbsdb.c:744 eaarch64haiku.c:744 +#: eaarch64linux.c:744 eaarch64linux32.c:744 eaarch64linux32b.c:744 +#: eaarch64linuxb.c:744 eaarch64nto.c:906 earcelf.c:233 earclinux.c:324 #: earclinux_nps.c:324 earcv2elf.c:212 earcv2elfx.c:212 earmelf.c:848 #: earmelf_fbsd.c:848 earmelf_fuchsia.c:849 earmelf_haiku.c:849 #: earmelf_linux.c:849 earmelf_linux_eabi.c:849 earmelf_linux_fdpiceabi.c:849 @@ -3848,16 +3857,16 @@ msgstr "%X%P: eroare: valoare nerecunoscută „-z %sâ€\n" #: eavrxmega7.c:428 ecriself.c:237 ecrislinux.c:284 ecskyelf.c:476 #: ecskyelf_linux.c:563 ed10velf.c:212 eelf32_sparc.c:324 #: eelf32_sparc_sol2.c:456 eelf32_sparc_vxworks.c:356 eelf32_spu.c:796 -#: eelf32_tic6x_be.c:415 eelf32_tic6x_elf_be.c:415 eelf32_tic6x_elf_le.c:415 -#: eelf32_tic6x_le.c:415 eelf32_tic6x_linux_be.c:415 -#: eelf32_tic6x_linux_le.c:415 eelf32_x86_64.c:8364 eelf32am33lin.c:283 +#: eelf32_tic6x_be.c:413 eelf32_tic6x_elf_be.c:413 eelf32_tic6x_elf_le.c:413 +#: eelf32_tic6x_le.c:413 eelf32_tic6x_linux_be.c:413 +#: eelf32_tic6x_linux_le.c:413 eelf32_x86_64.c:8396 eelf32am33lin.c:283 #: eelf32b4300.c:528 eelf32bfin.c:297 eelf32bfinfd.c:337 eelf32bmip.c:528 #: eelf32bmipn32.c:542 eelf32briscv.c:402 eelf32briscv_ilp32.c:402 #: eelf32briscv_ilp32f.c:402 eelf32bsmip.c:542 eelf32btsmip.c:528 #: eelf32btsmip_fbsd.c:528 eelf32btsmipn32.c:528 eelf32btsmipn32_fbsd.c:528 #: eelf32cr16.c:362 eelf32crx.c:249 eelf32ebmip.c:528 eelf32ebmipvxworks.c:559 #: eelf32elmip.c:528 eelf32elmipvxworks.c:559 eelf32epiphany.c:237 -#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:549 +#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:548 #: eelf32l4300.c:528 eelf32lm32.c:237 eelf32lm32fd.c:323 eelf32lmip.c:528 #: eelf32loongarch.c:380 eelf32lppc.c:553 eelf32lppclinux.c:553 #: eelf32lppcnto.c:553 eelf32lppcsim.c:553 eelf32lr5900.c:482 @@ -3873,22 +3882,22 @@ msgstr "%X%P: eroare: valoare nerecunoscută „-z %sâ€\n" #: eelf32rl78.c:237 eelf32rx.c:259 eelf32rx_linux.c:250 eelf32tilegx.c:324 #: eelf32tilegx_be.c:324 eelf32tilepro.c:324 eelf32vax.c:283 eelf32visium.c:212 #: eelf32xstormy16.c:223 eelf32xtensa.c:2227 eelf32z80.c:239 eelf64_aix.c:283 -#: eelf64_ia64.c:352 eelf64_ia64_fbsd.c:352 eelf64_s390.c:421 +#: eelf64_ia64.c:352 eelf64_ia64_fbsd.c:352 eelf64_s390.c:426 #: eelf64_sparc.c:324 eelf64_sparc_fbsd.c:324 eelf64_sparc_sol2.c:456 -#: eelf64alpha.c:412 eelf64alpha_fbsd.c:412 eelf64alpha_nbsd.c:412 +#: eelf64alpha.c:388 eelf64alpha_fbsd.c:388 eelf64alpha_nbsd.c:388 #: eelf64bmip.c:542 eelf64bpf.c:212 eelf64briscv.c:402 eelf64briscv_lp64.c:402 #: eelf64briscv_lp64f.c:402 eelf64btsmip.c:528 eelf64btsmip_fbsd.c:528 -#: eelf64hppa.c:233 eelf64kvx.c:549 eelf64kvx_linux.c:586 eelf64loongarch.c:380 -#: eelf64lppc.c:988 eelf64lppc_fbsd.c:988 eelf64lriscv.c:402 +#: eelf64hppa.c:233 eelf64kvx.c:548 eelf64kvx_linux.c:586 eelf64loongarch.c:380 +#: eelf64lppc.c:989 eelf64lppc_fbsd.c:989 eelf64lriscv.c:402 #: eelf64lriscv_lp64.c:402 eelf64lriscv_lp64f.c:402 eelf64ltsmip.c:528 -#: eelf64ltsmip_fbsd.c:528 eelf64mmix.c:394 eelf64ppc.c:988 -#: eelf64ppc_fbsd.c:988 eelf64rdos.c:345 eelf64tilegx.c:324 +#: eelf64ltsmip_fbsd.c:528 eelf64mmix.c:391 eelf64ppc.c:989 +#: eelf64ppc_fbsd.c:989 eelf64rdos.c:377 eelf64tilegx.c:324 #: eelf64tilegx_be.c:324 eelf_i386.c:7822 eelf_i386_be.c:307 #: eelf_i386_fbsd.c:354 eelf_i386_haiku.c:354 eelf_i386_ldso.c:314 #: eelf_i386_sol2.c:486 eelf_i386_vxworks.c:380 eelf_iamcu.c:354 -#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8364 -#: eelf_x86_64_cloudabi.c:362 eelf_x86_64_fbsd.c:362 eelf_x86_64_haiku.c:362 -#: eelf_x86_64_sol2.c:494 eh8300elf.c:237 eh8300elf_linux.c:237 +#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8396 +#: eelf_x86_64_cloudabi.c:394 eelf_x86_64_fbsd.c:394 eelf_x86_64_haiku.c:394 +#: eelf_x86_64_sol2.c:526 eh8300elf.c:237 eh8300elf_linux.c:237 #: eh8300helf.c:237 eh8300helf_linux.c:237 eh8300hnelf.c:237 eh8300self.c:237 #: eh8300self_linux.c:237 eh8300snelf.c:237 eh8300sxelf.c:237 #: eh8300sxelf_linux.c:237 eh8300sxnelf.c:237 ehppa64linux.c:283 ehppaelf.c:491 @@ -3903,14 +3912,14 @@ msgstr "%X%P: eroare: valoare nerecunoscută „-z %sâ€\n" #: eshelf_vxworks.c:315 eshlelf.c:283 eshlelf_fd.c:324 eshlelf_linux.c:324 #: eshlelf_nbsd.c:283 eshlelf_nto.c:283 eshlelf_vxworks.c:315 ev850.c:259 #: ev850_rh850.c:259 -msgid "%F%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" -msgstr "%F%P: „--compress-debug-sections=zstdâ€: «ld» nu este construit cu suport pentru «zstd»\n" - -#: eaarch64cloudabi.c:718 eaarch64cloudabib.c:718 eaarch64elf.c:717 -#: eaarch64elf32.c:717 eaarch64elf32b.c:717 eaarch64elfb.c:717 -#: eaarch64fbsd.c:718 eaarch64fbsdb.c:718 eaarch64haiku.c:718 -#: eaarch64linux.c:718 eaarch64linux32.c:718 eaarch64linux32b.c:718 -#: eaarch64linuxb.c:718 eaarch64nto.c:880 earcelf.c:238 earclinux.c:329 +msgid "%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" +msgstr "%P: „--compress-debug-sections=zstdâ€: «ld» nu este construit cu suport pentru «zstd»\n" + +#: eaarch64cloudabi.c:749 eaarch64cloudabib.c:749 eaarch64elf.c:749 +#: eaarch64elf32.c:749 eaarch64elf32b.c:749 eaarch64elfb.c:749 +#: eaarch64fbsd.c:749 eaarch64fbsdb.c:749 eaarch64haiku.c:749 +#: eaarch64linux.c:749 eaarch64linux32.c:749 eaarch64linux32b.c:749 +#: eaarch64linuxb.c:749 eaarch64nto.c:911 earcelf.c:238 earclinux.c:329 #: earclinux_nps.c:329 earcv2elf.c:217 earcv2elfx.c:217 earmelf.c:853 #: earmelf_fbsd.c:853 earmelf_fuchsia.c:854 earmelf_haiku.c:854 #: earmelf_linux.c:854 earmelf_linux_eabi.c:854 earmelf_linux_fdpiceabi.c:854 @@ -3925,16 +3934,16 @@ msgstr "%F%P: „--compress-debug-sections=zstdâ€: «ld» nu este construit cu #: eavrxmega7.c:433 ecriself.c:242 ecrislinux.c:289 ecskyelf.c:481 #: ecskyelf_linux.c:568 ed10velf.c:217 eelf32_sparc.c:329 #: eelf32_sparc_sol2.c:461 eelf32_sparc_vxworks.c:361 eelf32_spu.c:801 -#: eelf32_tic6x_be.c:420 eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 -#: eelf32_tic6x_le.c:420 eelf32_tic6x_linux_be.c:420 -#: eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:8369 eelf32am33lin.c:288 +#: eelf32_tic6x_be.c:418 eelf32_tic6x_elf_be.c:418 eelf32_tic6x_elf_le.c:418 +#: eelf32_tic6x_le.c:418 eelf32_tic6x_linux_be.c:418 +#: eelf32_tic6x_linux_le.c:418 eelf32_x86_64.c:8401 eelf32am33lin.c:288 #: eelf32b4300.c:533 eelf32bfin.c:302 eelf32bfinfd.c:342 eelf32bmip.c:533 #: eelf32bmipn32.c:547 eelf32briscv.c:407 eelf32briscv_ilp32.c:407 #: eelf32briscv_ilp32f.c:407 eelf32bsmip.c:547 eelf32btsmip.c:533 #: eelf32btsmip_fbsd.c:533 eelf32btsmipn32.c:533 eelf32btsmipn32_fbsd.c:533 #: eelf32cr16.c:367 eelf32crx.c:254 eelf32ebmip.c:533 eelf32ebmipvxworks.c:564 #: eelf32elmip.c:533 eelf32elmipvxworks.c:564 eelf32epiphany.c:242 -#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:554 +#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:553 #: eelf32l4300.c:533 eelf32lm32.c:242 eelf32lm32fd.c:328 eelf32lmip.c:533 #: eelf32loongarch.c:385 eelf32lppc.c:558 eelf32lppclinux.c:558 #: eelf32lppcnto.c:558 eelf32lppcsim.c:558 eelf32lr5900.c:487 @@ -3950,22 +3959,22 @@ msgstr "%F%P: „--compress-debug-sections=zstdâ€: «ld» nu este construit cu #: eelf32rl78.c:242 eelf32rx.c:264 eelf32rx_linux.c:255 eelf32tilegx.c:329 #: eelf32tilegx_be.c:329 eelf32tilepro.c:329 eelf32vax.c:288 eelf32visium.c:217 #: eelf32xstormy16.c:228 eelf32xtensa.c:2232 eelf32z80.c:244 eelf64_aix.c:288 -#: eelf64_ia64.c:357 eelf64_ia64_fbsd.c:357 eelf64_s390.c:426 +#: eelf64_ia64.c:357 eelf64_ia64_fbsd.c:357 eelf64_s390.c:431 #: eelf64_sparc.c:329 eelf64_sparc_fbsd.c:329 eelf64_sparc_sol2.c:461 -#: eelf64alpha.c:417 eelf64alpha_fbsd.c:417 eelf64alpha_nbsd.c:417 +#: eelf64alpha.c:393 eelf64alpha_fbsd.c:393 eelf64alpha_nbsd.c:393 #: eelf64bmip.c:547 eelf64bpf.c:217 eelf64briscv.c:407 eelf64briscv_lp64.c:407 #: eelf64briscv_lp64f.c:407 eelf64btsmip.c:533 eelf64btsmip_fbsd.c:533 -#: eelf64hppa.c:238 eelf64kvx.c:554 eelf64kvx_linux.c:591 eelf64loongarch.c:385 -#: eelf64lppc.c:993 eelf64lppc_fbsd.c:993 eelf64lriscv.c:407 +#: eelf64hppa.c:238 eelf64kvx.c:553 eelf64kvx_linux.c:591 eelf64loongarch.c:385 +#: eelf64lppc.c:994 eelf64lppc_fbsd.c:994 eelf64lriscv.c:407 #: eelf64lriscv_lp64.c:407 eelf64lriscv_lp64f.c:407 eelf64ltsmip.c:533 -#: eelf64ltsmip_fbsd.c:533 eelf64mmix.c:399 eelf64ppc.c:993 -#: eelf64ppc_fbsd.c:993 eelf64rdos.c:350 eelf64tilegx.c:329 +#: eelf64ltsmip_fbsd.c:533 eelf64mmix.c:396 eelf64ppc.c:994 +#: eelf64ppc_fbsd.c:994 eelf64rdos.c:382 eelf64tilegx.c:329 #: eelf64tilegx_be.c:329 eelf_i386.c:7827 eelf_i386_be.c:312 #: eelf_i386_fbsd.c:359 eelf_i386_haiku.c:359 eelf_i386_ldso.c:319 #: eelf_i386_sol2.c:491 eelf_i386_vxworks.c:385 eelf_iamcu.c:359 -#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8369 -#: eelf_x86_64_cloudabi.c:367 eelf_x86_64_fbsd.c:367 eelf_x86_64_haiku.c:367 -#: eelf_x86_64_sol2.c:499 eh8300elf.c:242 eh8300elf_linux.c:242 +#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8401 +#: eelf_x86_64_cloudabi.c:399 eelf_x86_64_fbsd.c:399 eelf_x86_64_haiku.c:399 +#: eelf_x86_64_sol2.c:531 eh8300elf.c:242 eh8300elf_linux.c:242 #: eh8300helf.c:242 eh8300helf_linux.c:242 eh8300hnelf.c:242 eh8300self.c:242 #: eh8300self_linux.c:242 eh8300snelf.c:242 eh8300sxelf.c:242 #: eh8300sxelf_linux.c:242 eh8300sxnelf.c:242 ehppa64linux.c:288 ehppaelf.c:496 @@ -3980,14 +3989,14 @@ msgstr "%F%P: „--compress-debug-sections=zstdâ€: «ld» nu este construit cu #: eshelf_vxworks.c:320 eshlelf.c:288 eshlelf_fd.c:329 eshlelf_linux.c:329 #: eshlelf_nbsd.c:288 eshlelf_nto.c:288 eshlelf_vxworks.c:320 ev850.c:264 #: ev850_rh850.c:264 -msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" -msgstr "%F%P: opÈ›iune nevalidă „--compress-debug-sectionsâ€: „%sâ€\n" - -#: eaarch64cloudabi.c:776 eaarch64cloudabib.c:776 eaarch64elf.c:775 -#: eaarch64elf32.c:775 eaarch64elf32b.c:775 eaarch64elfb.c:775 -#: eaarch64fbsd.c:776 eaarch64fbsdb.c:776 eaarch64haiku.c:776 -#: eaarch64linux.c:776 eaarch64linux32.c:776 eaarch64linux32b.c:776 -#: eaarch64linuxb.c:776 eaarch64nto.c:938 earcelf.c:296 earclinux.c:387 +msgid "%P: invalid --compress-debug-sections option: `%s'\n" +msgstr "%P: opÈ›iune nevalidă „--compress-debug-sectionsâ€: „%sâ€\n" + +#: eaarch64cloudabi.c:807 eaarch64cloudabib.c:807 eaarch64elf.c:807 +#: eaarch64elf32.c:807 eaarch64elf32b.c:807 eaarch64elfb.c:807 +#: eaarch64fbsd.c:807 eaarch64fbsdb.c:807 eaarch64haiku.c:807 +#: eaarch64linux.c:807 eaarch64linux32.c:807 eaarch64linux32b.c:807 +#: eaarch64linuxb.c:807 eaarch64nto.c:969 earcelf.c:296 earclinux.c:387 #: earclinux_nps.c:387 earmelf.c:911 earmelf_fbsd.c:911 earmelf_fuchsia.c:912 #: earmelf_haiku.c:912 earmelf_linux.c:912 earmelf_linux_eabi.c:912 #: earmelf_linux_fdpiceabi.c:912 earmelf_nacl.c:912 earmelf_nbsd.c:911 @@ -3996,15 +4005,15 @@ msgstr "%F%P: opÈ›iune nevalidă „--compress-debug-sectionsâ€: „%sâ€\n" #: earmelfb_linux_eabi.c:912 earmelfb_linux_fdpiceabi.c:912 earmelfb_nacl.c:912 #: earmelfb_nbsd.c:911 earmnto.c:871 ecrislinux.c:347 ecskyelf_linux.c:626 #: eelf32_sparc.c:387 eelf32_sparc_sol2.c:519 eelf32_sparc_vxworks.c:419 -#: eelf32_tic6x_be.c:478 eelf32_tic6x_elf_be.c:478 eelf32_tic6x_elf_le.c:478 -#: eelf32_tic6x_le.c:478 eelf32_tic6x_linux_be.c:478 -#: eelf32_tic6x_linux_le.c:478 eelf32_x86_64.c:8427 eelf32am33lin.c:346 +#: eelf32_tic6x_be.c:476 eelf32_tic6x_elf_be.c:476 eelf32_tic6x_elf_le.c:476 +#: eelf32_tic6x_le.c:476 eelf32_tic6x_linux_be.c:476 +#: eelf32_tic6x_linux_le.c:476 eelf32_x86_64.c:8459 eelf32am33lin.c:346 #: eelf32b4300.c:591 eelf32bfin.c:360 eelf32bfinfd.c:400 eelf32bmip.c:591 #: eelf32bmipn32.c:605 eelf32briscv.c:465 eelf32briscv_ilp32.c:465 #: eelf32briscv_ilp32f.c:465 eelf32bsmip.c:605 eelf32btsmip.c:591 #: eelf32btsmip_fbsd.c:591 eelf32btsmipn32.c:591 eelf32btsmipn32_fbsd.c:591 #: eelf32ebmip.c:591 eelf32ebmipvxworks.c:622 eelf32elmip.c:591 -#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:612 eelf32l4300.c:591 +#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:611 eelf32l4300.c:591 #: eelf32lm32fd.c:386 eelf32lmip.c:591 eelf32loongarch.c:443 eelf32lppc.c:616 #: eelf32lppclinux.c:616 eelf32lppcnto.c:616 eelf32lppcsim.c:616 #: eelf32lriscv.c:465 eelf32lriscv_ilp32.c:465 eelf32lriscv_ilp32f.c:465 @@ -4016,21 +4025,21 @@ msgstr "%F%P: opÈ›iune nevalidă „--compress-debug-sectionsâ€: „%sâ€\n" #: eelf32ppcvxworks.c:586 eelf32ppcwindiss.c:616 eelf32tilegx.c:387 #: eelf32tilegx_be.c:387 eelf32tilepro.c:387 eelf32vax.c:346 #: eelf32xtensa.c:2290 eelf64_aix.c:346 eelf64_ia64.c:415 -#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:484 eelf64_sparc.c:387 -#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:475 -#: eelf64alpha_fbsd.c:475 eelf64alpha_nbsd.c:475 eelf64bmip.c:605 +#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:489 eelf64_sparc.c:387 +#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:451 +#: eelf64alpha_fbsd.c:451 eelf64alpha_nbsd.c:451 eelf64bmip.c:605 #: eelf64briscv.c:465 eelf64briscv_lp64.c:465 eelf64briscv_lp64f.c:465 -#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:612 -#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1051 -#: eelf64lppc_fbsd.c:1051 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 +#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:611 +#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1052 +#: eelf64lppc_fbsd.c:1052 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 #: eelf64lriscv_lp64f.c:465 eelf64ltsmip.c:591 eelf64ltsmip_fbsd.c:591 -#: eelf64mmix.c:457 eelf64ppc.c:1051 eelf64ppc_fbsd.c:1051 eelf64rdos.c:408 +#: eelf64mmix.c:454 eelf64ppc.c:1052 eelf64ppc_fbsd.c:1052 eelf64rdos.c:440 #: eelf64tilegx.c:387 eelf64tilegx_be.c:387 eelf_i386.c:7885 eelf_i386_be.c:370 #: eelf_i386_fbsd.c:417 eelf_i386_haiku.c:417 eelf_i386_ldso.c:377 #: eelf_i386_sol2.c:549 eelf_i386_vxworks.c:443 eelf_iamcu.c:417 -#: eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8427 -#: eelf_x86_64_cloudabi.c:425 eelf_x86_64_fbsd.c:425 eelf_x86_64_haiku.c:425 -#: eelf_x86_64_sol2.c:557 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 +#: eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8459 +#: eelf_x86_64_cloudabi.c:457 eelf_x86_64_fbsd.c:457 eelf_x86_64_haiku.c:457 +#: eelf_x86_64_sol2.c:589 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 #: ehppaobsd.c:666 ei386lynx.c:361 ei386moss.c:361 ei386nto.c:361 #: em32relf_linux.c:386 em32rlelf_linux.c:386 em68kelf.c:541 em68kelfnbsd.c:541 #: emn10300.c:346 ends32belf_linux.c:432 ends32elf_linux.c:432 @@ -4038,14 +4047,14 @@ msgstr "%F%P: opÈ›iune nevalidă „--compress-debug-sectionsâ€: „%sâ€\n" #: eshelf_linux.c:387 eshelf_nbsd.c:346 eshelf_nto.c:346 eshelf_uclinux.c:346 #: eshelf_vxworks.c:378 eshlelf.c:346 eshlelf_fd.c:387 eshlelf_linux.c:387 #: eshlelf_nbsd.c:346 eshlelf_nto.c:346 eshlelf_vxworks.c:378 -msgid "%F%P: invalid hash style `%s'\n" -msgstr "%F%P: stil de sumă de control „hash†nevalid „%sâ€\n" - -#: eaarch64cloudabi.c:793 eaarch64cloudabib.c:793 eaarch64elf.c:792 -#: eaarch64elf32.c:792 eaarch64elf32b.c:792 eaarch64elfb.c:792 -#: eaarch64fbsd.c:793 eaarch64fbsdb.c:793 eaarch64haiku.c:793 -#: eaarch64linux.c:793 eaarch64linux32.c:793 eaarch64linux32b.c:793 -#: eaarch64linuxb.c:793 eaarch64nto.c:955 earcelf.c:313 earclinux.c:404 +msgid "%P: invalid hash style `%s'\n" +msgstr "%P: stil de sumă de control „hash†nevalid „%sâ€\n" + +#: eaarch64cloudabi.c:824 eaarch64cloudabib.c:824 eaarch64elf.c:824 +#: eaarch64elf32.c:824 eaarch64elf32b.c:824 eaarch64elfb.c:824 +#: eaarch64fbsd.c:824 eaarch64fbsdb.c:824 eaarch64haiku.c:824 +#: eaarch64linux.c:824 eaarch64linux32.c:824 eaarch64linux32b.c:824 +#: eaarch64linuxb.c:824 eaarch64nto.c:986 earcelf.c:313 earclinux.c:404 #: earclinux_nps.c:404 earcv2elf.c:241 earcv2elfx.c:241 earmelf.c:928 #: earmelf_fbsd.c:928 earmelf_fuchsia.c:929 earmelf_haiku.c:929 #: earmelf_linux.c:929 earmelf_linux_eabi.c:929 earmelf_linux_fdpiceabi.c:929 @@ -4060,16 +4069,16 @@ msgstr "%F%P: stil de sumă de control „hash†nevalid „%sâ€\n" #: eavrxmega7.c:457 ecriself.c:266 ecrislinux.c:364 ecskyelf.c:505 #: ecskyelf_linux.c:643 ed10velf.c:241 eelf32_sparc.c:404 #: eelf32_sparc_sol2.c:536 eelf32_sparc_vxworks.c:436 eelf32_spu.c:825 -#: eelf32_tic6x_be.c:495 eelf32_tic6x_elf_be.c:495 eelf32_tic6x_elf_le.c:495 -#: eelf32_tic6x_le.c:495 eelf32_tic6x_linux_be.c:495 -#: eelf32_tic6x_linux_le.c:495 eelf32_x86_64.c:8444 eelf32am33lin.c:363 +#: eelf32_tic6x_be.c:493 eelf32_tic6x_elf_be.c:493 eelf32_tic6x_elf_le.c:493 +#: eelf32_tic6x_le.c:493 eelf32_tic6x_linux_be.c:493 +#: eelf32_tic6x_linux_le.c:493 eelf32_x86_64.c:8476 eelf32am33lin.c:363 #: eelf32b4300.c:608 eelf32bfin.c:377 eelf32bfinfd.c:417 eelf32bmip.c:608 #: eelf32bmipn32.c:622 eelf32briscv.c:482 eelf32briscv_ilp32.c:482 #: eelf32briscv_ilp32f.c:482 eelf32bsmip.c:622 eelf32btsmip.c:608 #: eelf32btsmip_fbsd.c:608 eelf32btsmipn32.c:608 eelf32btsmipn32_fbsd.c:608 #: eelf32cr16.c:391 eelf32crx.c:278 eelf32ebmip.c:608 eelf32ebmipvxworks.c:639 #: eelf32elmip.c:608 eelf32elmipvxworks.c:639 eelf32epiphany.c:266 -#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:629 +#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:628 #: eelf32l4300.c:608 eelf32lm32.c:266 eelf32lm32fd.c:403 eelf32lmip.c:608 #: eelf32loongarch.c:460 eelf32lppc.c:633 eelf32lppclinux.c:633 #: eelf32lppcnto.c:633 eelf32lppcsim.c:633 eelf32lr5900.c:511 @@ -4085,22 +4094,22 @@ msgstr "%F%P: stil de sumă de control „hash†nevalid „%sâ€\n" #: eelf32rl78.c:266 eelf32rx.c:288 eelf32rx_linux.c:279 eelf32tilegx.c:404 #: eelf32tilegx_be.c:404 eelf32tilepro.c:404 eelf32vax.c:363 eelf32visium.c:241 #: eelf32xstormy16.c:252 eelf32xtensa.c:2307 eelf32z80.c:268 eelf64_aix.c:363 -#: eelf64_ia64.c:432 eelf64_ia64_fbsd.c:432 eelf64_s390.c:501 +#: eelf64_ia64.c:432 eelf64_ia64_fbsd.c:432 eelf64_s390.c:506 #: eelf64_sparc.c:404 eelf64_sparc_fbsd.c:404 eelf64_sparc_sol2.c:536 -#: eelf64alpha.c:492 eelf64alpha_fbsd.c:492 eelf64alpha_nbsd.c:492 +#: eelf64alpha.c:468 eelf64alpha_fbsd.c:468 eelf64alpha_nbsd.c:468 #: eelf64bmip.c:622 eelf64bpf.c:241 eelf64briscv.c:482 eelf64briscv_lp64.c:482 #: eelf64briscv_lp64f.c:482 eelf64btsmip.c:608 eelf64btsmip_fbsd.c:608 -#: eelf64hppa.c:313 eelf64kvx.c:629 eelf64kvx_linux.c:666 eelf64loongarch.c:460 -#: eelf64lppc.c:1068 eelf64lppc_fbsd.c:1068 eelf64lriscv.c:482 +#: eelf64hppa.c:313 eelf64kvx.c:628 eelf64kvx_linux.c:666 eelf64loongarch.c:460 +#: eelf64lppc.c:1069 eelf64lppc_fbsd.c:1069 eelf64lriscv.c:482 #: eelf64lriscv_lp64.c:482 eelf64lriscv_lp64f.c:482 eelf64ltsmip.c:608 -#: eelf64ltsmip_fbsd.c:608 eelf64mmix.c:474 eelf64ppc.c:1068 -#: eelf64ppc_fbsd.c:1068 eelf64rdos.c:425 eelf64tilegx.c:404 +#: eelf64ltsmip_fbsd.c:608 eelf64mmix.c:471 eelf64ppc.c:1069 +#: eelf64ppc_fbsd.c:1069 eelf64rdos.c:457 eelf64tilegx.c:404 #: eelf64tilegx_be.c:404 eelf_i386.c:7902 eelf_i386_be.c:387 #: eelf_i386_fbsd.c:434 eelf_i386_haiku.c:434 eelf_i386_ldso.c:394 #: eelf_i386_sol2.c:566 eelf_i386_vxworks.c:460 eelf_iamcu.c:434 -#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8444 -#: eelf_x86_64_cloudabi.c:442 eelf_x86_64_fbsd.c:442 eelf_x86_64_haiku.c:442 -#: eelf_x86_64_sol2.c:574 eh8300elf.c:266 eh8300elf_linux.c:266 +#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8476 +#: eelf_x86_64_cloudabi.c:474 eelf_x86_64_fbsd.c:474 eelf_x86_64_haiku.c:474 +#: eelf_x86_64_sol2.c:606 eh8300elf.c:266 eh8300elf_linux.c:266 #: eh8300helf.c:266 eh8300helf_linux.c:266 eh8300hnelf.c:266 eh8300self.c:266 #: eh8300self_linux.c:266 eh8300snelf.c:266 eh8300sxelf.c:266 #: eh8300sxelf_linux.c:266 eh8300sxnelf.c:266 ehppa64linux.c:363 ehppaelf.c:520 @@ -4115,14 +4124,14 @@ msgstr "%F%P: stil de sumă de control „hash†nevalid „%sâ€\n" #: eshelf_vxworks.c:395 eshlelf.c:363 eshlelf_fd.c:404 eshlelf_linux.c:404 #: eshlelf_nbsd.c:363 eshlelf_nto.c:363 eshlelf_vxworks.c:395 ev850.c:288 #: ev850_rh850.c:288 -msgid "%F%P: invalid maximum page size `%s'\n" -msgstr "%F%P: dimensiunea maximă a paginii „%s†nu este validă\n" - -#: eaarch64cloudabi.c:803 eaarch64cloudabib.c:803 eaarch64elf.c:802 -#: eaarch64elf32.c:802 eaarch64elf32b.c:802 eaarch64elfb.c:802 -#: eaarch64fbsd.c:803 eaarch64fbsdb.c:803 eaarch64haiku.c:803 -#: eaarch64linux.c:803 eaarch64linux32.c:803 eaarch64linux32b.c:803 -#: eaarch64linuxb.c:803 eaarch64nto.c:965 earcelf.c:323 earclinux.c:414 +msgid "%P: invalid maximum page size `%s'\n" +msgstr "%P: dimensiunea maximă a paginii „%s†nu este validă\n" + +#: eaarch64cloudabi.c:834 eaarch64cloudabib.c:834 eaarch64elf.c:834 +#: eaarch64elf32.c:834 eaarch64elf32b.c:834 eaarch64elfb.c:834 +#: eaarch64fbsd.c:834 eaarch64fbsdb.c:834 eaarch64haiku.c:834 +#: eaarch64linux.c:834 eaarch64linux32.c:834 eaarch64linux32b.c:834 +#: eaarch64linuxb.c:834 eaarch64nto.c:996 earcelf.c:323 earclinux.c:414 #: earclinux_nps.c:414 earcv2elf.c:251 earcv2elfx.c:251 earmelf.c:938 #: earmelf_fbsd.c:938 earmelf_fuchsia.c:939 earmelf_haiku.c:939 #: earmelf_linux.c:939 earmelf_linux_eabi.c:939 earmelf_linux_fdpiceabi.c:939 @@ -4137,16 +4146,16 @@ msgstr "%F%P: dimensiunea maximă a paginii „%s†nu este validă\n" #: eavrxmega7.c:467 ecriself.c:276 ecrislinux.c:374 ecskyelf.c:515 #: ecskyelf_linux.c:653 ed10velf.c:251 eelf32_sparc.c:414 #: eelf32_sparc_sol2.c:546 eelf32_sparc_vxworks.c:446 eelf32_spu.c:835 -#: eelf32_tic6x_be.c:505 eelf32_tic6x_elf_be.c:505 eelf32_tic6x_elf_le.c:505 -#: eelf32_tic6x_le.c:505 eelf32_tic6x_linux_be.c:505 -#: eelf32_tic6x_linux_le.c:505 eelf32_x86_64.c:8454 eelf32am33lin.c:373 +#: eelf32_tic6x_be.c:503 eelf32_tic6x_elf_be.c:503 eelf32_tic6x_elf_le.c:503 +#: eelf32_tic6x_le.c:503 eelf32_tic6x_linux_be.c:503 +#: eelf32_tic6x_linux_le.c:503 eelf32_x86_64.c:8486 eelf32am33lin.c:373 #: eelf32b4300.c:618 eelf32bfin.c:387 eelf32bfinfd.c:427 eelf32bmip.c:618 #: eelf32bmipn32.c:632 eelf32briscv.c:492 eelf32briscv_ilp32.c:492 #: eelf32briscv_ilp32f.c:492 eelf32bsmip.c:632 eelf32btsmip.c:618 #: eelf32btsmip_fbsd.c:618 eelf32btsmipn32.c:618 eelf32btsmipn32_fbsd.c:618 #: eelf32cr16.c:401 eelf32crx.c:288 eelf32ebmip.c:618 eelf32ebmipvxworks.c:649 #: eelf32elmip.c:618 eelf32elmipvxworks.c:649 eelf32epiphany.c:276 -#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:639 +#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:638 #: eelf32l4300.c:618 eelf32lm32.c:276 eelf32lm32fd.c:413 eelf32lmip.c:618 #: eelf32loongarch.c:470 eelf32lppc.c:643 eelf32lppclinux.c:643 #: eelf32lppcnto.c:643 eelf32lppcsim.c:643 eelf32lr5900.c:521 @@ -4162,22 +4171,22 @@ msgstr "%F%P: dimensiunea maximă a paginii „%s†nu este validă\n" #: eelf32rl78.c:276 eelf32rx.c:298 eelf32rx_linux.c:289 eelf32tilegx.c:414 #: eelf32tilegx_be.c:414 eelf32tilepro.c:414 eelf32vax.c:373 eelf32visium.c:251 #: eelf32xstormy16.c:262 eelf32xtensa.c:2317 eelf32z80.c:278 eelf64_aix.c:373 -#: eelf64_ia64.c:442 eelf64_ia64_fbsd.c:442 eelf64_s390.c:511 +#: eelf64_ia64.c:442 eelf64_ia64_fbsd.c:442 eelf64_s390.c:516 #: eelf64_sparc.c:414 eelf64_sparc_fbsd.c:414 eelf64_sparc_sol2.c:546 -#: eelf64alpha.c:502 eelf64alpha_fbsd.c:502 eelf64alpha_nbsd.c:502 +#: eelf64alpha.c:478 eelf64alpha_fbsd.c:478 eelf64alpha_nbsd.c:478 #: eelf64bmip.c:632 eelf64bpf.c:251 eelf64briscv.c:492 eelf64briscv_lp64.c:492 #: eelf64briscv_lp64f.c:492 eelf64btsmip.c:618 eelf64btsmip_fbsd.c:618 -#: eelf64hppa.c:323 eelf64kvx.c:639 eelf64kvx_linux.c:676 eelf64loongarch.c:470 -#: eelf64lppc.c:1078 eelf64lppc_fbsd.c:1078 eelf64lriscv.c:492 +#: eelf64hppa.c:323 eelf64kvx.c:638 eelf64kvx_linux.c:676 eelf64loongarch.c:470 +#: eelf64lppc.c:1079 eelf64lppc_fbsd.c:1079 eelf64lriscv.c:492 #: eelf64lriscv_lp64.c:492 eelf64lriscv_lp64f.c:492 eelf64ltsmip.c:618 -#: eelf64ltsmip_fbsd.c:618 eelf64mmix.c:484 eelf64ppc.c:1078 -#: eelf64ppc_fbsd.c:1078 eelf64rdos.c:435 eelf64tilegx.c:414 +#: eelf64ltsmip_fbsd.c:618 eelf64mmix.c:481 eelf64ppc.c:1079 +#: eelf64ppc_fbsd.c:1079 eelf64rdos.c:467 eelf64tilegx.c:414 #: eelf64tilegx_be.c:414 eelf_i386.c:7912 eelf_i386_be.c:397 #: eelf_i386_fbsd.c:444 eelf_i386_haiku.c:444 eelf_i386_ldso.c:404 #: eelf_i386_sol2.c:576 eelf_i386_vxworks.c:470 eelf_iamcu.c:444 -#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8454 -#: eelf_x86_64_cloudabi.c:452 eelf_x86_64_fbsd.c:452 eelf_x86_64_haiku.c:452 -#: eelf_x86_64_sol2.c:584 eh8300elf.c:276 eh8300elf_linux.c:276 +#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8486 +#: eelf_x86_64_cloudabi.c:484 eelf_x86_64_fbsd.c:484 eelf_x86_64_haiku.c:484 +#: eelf_x86_64_sol2.c:616 eh8300elf.c:276 eh8300elf_linux.c:276 #: eh8300helf.c:276 eh8300helf_linux.c:276 eh8300hnelf.c:276 eh8300self.c:276 #: eh8300self_linux.c:276 eh8300snelf.c:276 eh8300sxelf.c:276 #: eh8300sxelf_linux.c:276 eh8300sxnelf.c:276 ehppa64linux.c:373 ehppaelf.c:530 @@ -4192,14 +4201,14 @@ msgstr "%F%P: dimensiunea maximă a paginii „%s†nu este validă\n" #: eshelf_vxworks.c:405 eshlelf.c:373 eshlelf_fd.c:414 eshlelf_linux.c:414 #: eshlelf_nbsd.c:373 eshlelf_nto.c:373 eshlelf_vxworks.c:405 ev850.c:298 #: ev850_rh850.c:298 -msgid "%F%P: invalid common page size `%s'\n" -msgstr "%F%P: dimensiunea comună a paginii „%s†nu este validă\n" - -#: eaarch64cloudabi.c:812 eaarch64cloudabib.c:812 eaarch64elf.c:811 -#: eaarch64elf32.c:811 eaarch64elf32b.c:811 eaarch64elfb.c:811 -#: eaarch64fbsd.c:812 eaarch64fbsdb.c:812 eaarch64haiku.c:812 -#: eaarch64linux.c:812 eaarch64linux32.c:812 eaarch64linux32b.c:812 -#: eaarch64linuxb.c:812 eaarch64nto.c:974 eaarch64nto.c:1157 earcelf.c:332 +msgid "%P: invalid common page size `%s'\n" +msgstr "%P: dimensiunea comună a paginii „%s†nu este validă\n" + +#: eaarch64cloudabi.c:843 eaarch64cloudabib.c:843 eaarch64elf.c:843 +#: eaarch64elf32.c:843 eaarch64elf32b.c:843 eaarch64elfb.c:843 +#: eaarch64fbsd.c:843 eaarch64fbsdb.c:843 eaarch64haiku.c:843 +#: eaarch64linux.c:843 eaarch64linux32.c:843 eaarch64linux32b.c:843 +#: eaarch64linuxb.c:843 eaarch64nto.c:1005 eaarch64nto.c:1192 earcelf.c:332 #: earclinux.c:423 earclinux_nps.c:423 earcv2elf.c:260 earcv2elfx.c:260 #: earmelf.c:947 earmelf_fbsd.c:947 earmelf_fuchsia.c:948 earmelf_haiku.c:948 #: earmelf_linux.c:948 earmelf_linux_eabi.c:948 earmelf_linux_fdpiceabi.c:948 @@ -4214,16 +4223,16 @@ msgstr "%F%P: dimensiunea comună a paginii „%s†nu este validă\n" #: eavrxmega7.c:476 ecriself.c:285 ecrislinux.c:383 ecskyelf.c:524 #: ecskyelf_linux.c:662 ed10velf.c:260 eelf32_sparc.c:423 #: eelf32_sparc_sol2.c:555 eelf32_sparc_vxworks.c:455 eelf32_spu.c:844 -#: eelf32_tic6x_be.c:514 eelf32_tic6x_elf_be.c:514 eelf32_tic6x_elf_le.c:514 -#: eelf32_tic6x_le.c:514 eelf32_tic6x_linux_be.c:514 -#: eelf32_tic6x_linux_le.c:514 eelf32_x86_64.c:8463 eelf32am33lin.c:382 +#: eelf32_tic6x_be.c:512 eelf32_tic6x_elf_be.c:512 eelf32_tic6x_elf_le.c:512 +#: eelf32_tic6x_le.c:512 eelf32_tic6x_linux_be.c:512 +#: eelf32_tic6x_linux_le.c:512 eelf32_x86_64.c:8495 eelf32am33lin.c:382 #: eelf32b4300.c:627 eelf32bfin.c:396 eelf32bfinfd.c:436 eelf32bmip.c:627 #: eelf32bmipn32.c:641 eelf32briscv.c:501 eelf32briscv_ilp32.c:501 #: eelf32briscv_ilp32f.c:501 eelf32bsmip.c:641 eelf32btsmip.c:627 #: eelf32btsmip_fbsd.c:627 eelf32btsmipn32.c:627 eelf32btsmipn32_fbsd.c:627 #: eelf32cr16.c:410 eelf32crx.c:297 eelf32ebmip.c:627 eelf32ebmipvxworks.c:658 #: eelf32elmip.c:627 eelf32elmipvxworks.c:658 eelf32epiphany.c:285 -#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:648 +#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:647 #: eelf32l4300.c:627 eelf32lm32.c:285 eelf32lm32fd.c:422 eelf32lmip.c:627 #: eelf32loongarch.c:479 eelf32lppc.c:652 eelf32lppclinux.c:652 #: eelf32lppcnto.c:652 eelf32lppcsim.c:652 eelf32lr5900.c:530 @@ -4239,22 +4248,22 @@ msgstr "%F%P: dimensiunea comună a paginii „%s†nu este validă\n" #: eelf32rl78.c:285 eelf32rx.c:307 eelf32rx_linux.c:298 eelf32tilegx.c:423 #: eelf32tilegx_be.c:423 eelf32tilepro.c:423 eelf32vax.c:382 eelf32visium.c:260 #: eelf32xstormy16.c:271 eelf32xtensa.c:2326 eelf32z80.c:287 eelf64_aix.c:382 -#: eelf64_ia64.c:451 eelf64_ia64_fbsd.c:451 eelf64_s390.c:520 +#: eelf64_ia64.c:451 eelf64_ia64_fbsd.c:451 eelf64_s390.c:525 #: eelf64_sparc.c:423 eelf64_sparc_fbsd.c:423 eelf64_sparc_sol2.c:555 -#: eelf64alpha.c:511 eelf64alpha_fbsd.c:511 eelf64alpha_nbsd.c:511 +#: eelf64alpha.c:487 eelf64alpha_fbsd.c:487 eelf64alpha_nbsd.c:487 #: eelf64bmip.c:641 eelf64bpf.c:260 eelf64briscv.c:501 eelf64briscv_lp64.c:501 #: eelf64briscv_lp64f.c:501 eelf64btsmip.c:627 eelf64btsmip_fbsd.c:627 -#: eelf64hppa.c:332 eelf64kvx.c:648 eelf64kvx_linux.c:685 eelf64loongarch.c:479 -#: eelf64lppc.c:1087 eelf64lppc_fbsd.c:1087 eelf64lriscv.c:501 +#: eelf64hppa.c:332 eelf64kvx.c:647 eelf64kvx_linux.c:685 eelf64loongarch.c:479 +#: eelf64lppc.c:1088 eelf64lppc_fbsd.c:1088 eelf64lriscv.c:501 #: eelf64lriscv_lp64.c:501 eelf64lriscv_lp64f.c:501 eelf64ltsmip.c:627 -#: eelf64ltsmip_fbsd.c:627 eelf64mmix.c:493 eelf64ppc.c:1087 -#: eelf64ppc_fbsd.c:1087 eelf64rdos.c:444 eelf64tilegx.c:423 +#: eelf64ltsmip_fbsd.c:627 eelf64mmix.c:490 eelf64ppc.c:1088 +#: eelf64ppc_fbsd.c:1088 eelf64rdos.c:476 eelf64tilegx.c:423 #: eelf64tilegx_be.c:423 eelf_i386.c:7921 eelf_i386_be.c:406 #: eelf_i386_fbsd.c:453 eelf_i386_haiku.c:453 eelf_i386_ldso.c:413 #: eelf_i386_sol2.c:585 eelf_i386_vxworks.c:479 eelf_iamcu.c:453 -#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8463 -#: eelf_x86_64_cloudabi.c:461 eelf_x86_64_fbsd.c:461 eelf_x86_64_haiku.c:461 -#: eelf_x86_64_sol2.c:593 eh8300elf.c:285 eh8300elf_linux.c:285 +#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8495 +#: eelf_x86_64_cloudabi.c:493 eelf_x86_64_fbsd.c:493 eelf_x86_64_haiku.c:493 +#: eelf_x86_64_sol2.c:625 eh8300elf.c:285 eh8300elf_linux.c:285 #: eh8300helf.c:285 eh8300helf_linux.c:285 eh8300hnelf.c:285 eh8300self.c:285 #: eh8300self_linux.c:285 eh8300snelf.c:285 eh8300sxelf.c:285 #: eh8300sxelf_linux.c:285 eh8300sxnelf.c:285 ehppa64linux.c:382 ehppaelf.c:539 @@ -4269,14 +4278,14 @@ msgstr "%F%P: dimensiunea comună a paginii „%s†nu este validă\n" #: eshelf_vxworks.c:414 eshlelf.c:382 eshlelf_fd.c:423 eshlelf_linux.c:423 #: eshlelf_nbsd.c:382 eshlelf_nto.c:382 eshlelf_vxworks.c:414 ev850.c:307 #: ev850_rh850.c:307 -msgid "%F%P: invalid stack size `%s'\n" -msgstr "%F%P: dimensiune nevalidă a stivei „%sâ€\n" - -#: eaarch64cloudabi.c:851 eaarch64cloudabib.c:851 eaarch64elf.c:850 -#: eaarch64elf32.c:850 eaarch64elf32b.c:850 eaarch64elfb.c:850 -#: eaarch64fbsd.c:851 eaarch64fbsdb.c:851 eaarch64haiku.c:851 -#: eaarch64linux.c:851 eaarch64linux32.c:851 eaarch64linux32b.c:851 -#: eaarch64linuxb.c:851 eaarch64nto.c:1013 earcelf.c:371 earclinux.c:462 +msgid "%P: invalid stack size `%s'\n" +msgstr "%P: dimensiune nevalidă a stivei „%sâ€\n" + +#: eaarch64cloudabi.c:882 eaarch64cloudabib.c:882 eaarch64elf.c:882 +#: eaarch64elf32.c:882 eaarch64elf32b.c:882 eaarch64elfb.c:882 +#: eaarch64fbsd.c:882 eaarch64fbsdb.c:882 eaarch64haiku.c:882 +#: eaarch64linux.c:882 eaarch64linux32.c:882 eaarch64linux32b.c:882 +#: eaarch64linuxb.c:882 eaarch64nto.c:1044 earcelf.c:371 earclinux.c:462 #: earclinux_nps.c:462 earcv2elf.c:299 earcv2elfx.c:299 earmelf.c:986 #: earmelf_fbsd.c:986 earmelf_fuchsia.c:987 earmelf_haiku.c:987 #: earmelf_linux.c:987 earmelf_linux_eabi.c:987 earmelf_linux_fdpiceabi.c:987 @@ -4291,16 +4300,16 @@ msgstr "%F%P: dimensiune nevalidă a stivei „%sâ€\n" #: eavrxmega7.c:515 ecriself.c:324 ecrislinux.c:422 ecskyelf.c:563 #: ecskyelf_linux.c:701 ed10velf.c:299 eelf32_sparc.c:462 #: eelf32_sparc_sol2.c:594 eelf32_sparc_vxworks.c:494 eelf32_spu.c:883 -#: eelf32_tic6x_be.c:553 eelf32_tic6x_elf_be.c:553 eelf32_tic6x_elf_le.c:553 -#: eelf32_tic6x_le.c:553 eelf32_tic6x_linux_be.c:553 -#: eelf32_tic6x_linux_le.c:553 eelf32_x86_64.c:8502 eelf32am33lin.c:421 +#: eelf32_tic6x_be.c:551 eelf32_tic6x_elf_be.c:551 eelf32_tic6x_elf_le.c:551 +#: eelf32_tic6x_le.c:551 eelf32_tic6x_linux_be.c:551 +#: eelf32_tic6x_linux_le.c:551 eelf32_x86_64.c:8534 eelf32am33lin.c:421 #: eelf32b4300.c:666 eelf32bfin.c:435 eelf32bfinfd.c:475 eelf32bmip.c:666 #: eelf32bmipn32.c:680 eelf32briscv.c:540 eelf32briscv_ilp32.c:540 #: eelf32briscv_ilp32f.c:540 eelf32bsmip.c:680 eelf32btsmip.c:666 #: eelf32btsmip_fbsd.c:666 eelf32btsmipn32.c:666 eelf32btsmipn32_fbsd.c:666 #: eelf32cr16.c:449 eelf32crx.c:336 eelf32ebmip.c:666 eelf32ebmipvxworks.c:697 #: eelf32elmip.c:666 eelf32elmipvxworks.c:697 eelf32epiphany.c:324 -#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:687 +#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:686 #: eelf32l4300.c:666 eelf32lm32.c:324 eelf32lm32fd.c:461 eelf32lmip.c:666 #: eelf32loongarch.c:518 eelf32lppc.c:691 eelf32lppclinux.c:691 #: eelf32lppcnto.c:691 eelf32lppcsim.c:691 eelf32lr5900.c:569 @@ -4316,22 +4325,22 @@ msgstr "%F%P: dimensiune nevalidă a stivei „%sâ€\n" #: eelf32rl78.c:324 eelf32rx.c:346 eelf32rx_linux.c:337 eelf32tilegx.c:462 #: eelf32tilegx_be.c:462 eelf32tilepro.c:462 eelf32vax.c:421 eelf32visium.c:299 #: eelf32xstormy16.c:310 eelf32xtensa.c:2365 eelf32z80.c:326 eelf64_aix.c:421 -#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 eelf64_s390.c:559 +#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 eelf64_s390.c:564 #: eelf64_sparc.c:462 eelf64_sparc_fbsd.c:462 eelf64_sparc_sol2.c:594 -#: eelf64alpha.c:550 eelf64alpha_fbsd.c:550 eelf64alpha_nbsd.c:550 +#: eelf64alpha.c:526 eelf64alpha_fbsd.c:526 eelf64alpha_nbsd.c:526 #: eelf64bmip.c:680 eelf64bpf.c:299 eelf64briscv.c:540 eelf64briscv_lp64.c:540 #: eelf64briscv_lp64f.c:540 eelf64btsmip.c:666 eelf64btsmip_fbsd.c:666 -#: eelf64hppa.c:371 eelf64kvx.c:687 eelf64kvx_linux.c:724 eelf64loongarch.c:518 -#: eelf64lppc.c:1126 eelf64lppc_fbsd.c:1126 eelf64lriscv.c:540 +#: eelf64hppa.c:371 eelf64kvx.c:686 eelf64kvx_linux.c:724 eelf64loongarch.c:518 +#: eelf64lppc.c:1127 eelf64lppc_fbsd.c:1127 eelf64lriscv.c:540 #: eelf64lriscv_lp64.c:540 eelf64lriscv_lp64f.c:540 eelf64ltsmip.c:666 -#: eelf64ltsmip_fbsd.c:666 eelf64mmix.c:532 eelf64ppc.c:1126 -#: eelf64ppc_fbsd.c:1126 eelf64rdos.c:483 eelf64tilegx.c:462 +#: eelf64ltsmip_fbsd.c:666 eelf64mmix.c:529 eelf64ppc.c:1127 +#: eelf64ppc_fbsd.c:1127 eelf64rdos.c:515 eelf64tilegx.c:462 #: eelf64tilegx_be.c:462 eelf_i386.c:7960 eelf_i386_be.c:445 #: eelf_i386_fbsd.c:492 eelf_i386_haiku.c:492 eelf_i386_ldso.c:452 #: eelf_i386_sol2.c:624 eelf_i386_vxworks.c:518 eelf_iamcu.c:492 -#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8502 -#: eelf_x86_64_cloudabi.c:500 eelf_x86_64_fbsd.c:500 eelf_x86_64_haiku.c:500 -#: eelf_x86_64_sol2.c:632 eh8300elf.c:324 eh8300elf_linux.c:324 +#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8534 +#: eelf_x86_64_cloudabi.c:532 eelf_x86_64_fbsd.c:532 eelf_x86_64_haiku.c:532 +#: eelf_x86_64_sol2.c:664 eh8300elf.c:324 eh8300elf_linux.c:324 #: eh8300helf.c:324 eh8300helf_linux.c:324 eh8300hnelf.c:324 eh8300self.c:324 #: eh8300self_linux.c:324 eh8300snelf.c:324 eh8300sxelf.c:324 #: eh8300sxelf_linux.c:324 eh8300sxnelf.c:324 ehppa64linux.c:421 ehppaelf.c:578 @@ -4346,22 +4355,22 @@ msgstr "%F%P: dimensiune nevalidă a stivei „%sâ€\n" #: eshelf_vxworks.c:453 eshlelf.c:421 eshlelf_fd.c:462 eshlelf_linux.c:462 #: eshlelf_nbsd.c:421 eshlelf_nto.c:421 eshlelf_vxworks.c:453 ev850.c:346 #: ev850_rh850.c:346 -msgid "%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" -msgstr "%F%P: vizibilitate nevalidă în „-z %sâ€; trebuie să fie „default (implicită), „internal†(internă), „hidden†(ascunsă) sau „protected (protejată)" - -#: eaarch64cloudabi.c:971 eaarch64cloudabib.c:971 eaarch64elf.c:971 -#: eaarch64elf32.c:971 eaarch64elf32b.c:971 eaarch64elfb.c:971 -#: eaarch64fbsd.c:976 eaarch64fbsdb.c:976 eaarch64haiku.c:971 -#: eaarch64linux.c:976 eaarch64linux32.c:976 eaarch64linux32b.c:976 -#: eaarch64linuxb.c:976 eaarch64nto.c:1133 +msgid "%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" +msgstr "%P: vizibilitate nevalidă în „-z %sâ€; trebuie să fie „default (implicită), „internal†(internă), „hidden†(ascunsă) sau „protected (protejată)" + +#: eaarch64cloudabi.c:1006 eaarch64cloudabib.c:1006 eaarch64elf.c:1011 +#: eaarch64elf32.c:1011 eaarch64elf32b.c:1011 eaarch64elfb.c:1011 +#: eaarch64fbsd.c:1011 eaarch64fbsdb.c:1011 eaarch64haiku.c:1006 +#: eaarch64linux.c:1011 eaarch64linux32.c:1011 eaarch64linux32b.c:1011 +#: eaarch64linuxb.c:1011 eaarch64nto.c:1168 msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n" msgstr "%P: eroare: opÈ›iune nerecunoscută pentru „--fix-cortex-a53-843419â€: %s\n" -#: eaarch64cloudabi.c:1000 eaarch64cloudabib.c:1000 eaarch64elf.c:1000 -#: eaarch64elf32.c:1000 eaarch64elf32b.c:1000 eaarch64elfb.c:1000 -#: eaarch64fbsd.c:1005 eaarch64fbsdb.c:1005 eaarch64haiku.c:1000 -#: eaarch64linux.c:1005 eaarch64linux32.c:1005 eaarch64linux32b.c:1005 -#: eaarch64linuxb.c:1005 eaarch64nto.c:1178 earmelf.c:1191 earmelf_fbsd.c:1191 +#: eaarch64cloudabi.c:1035 eaarch64cloudabib.c:1035 eaarch64elf.c:1040 +#: eaarch64elf32.c:1040 eaarch64elf32b.c:1040 eaarch64elfb.c:1040 +#: eaarch64fbsd.c:1040 eaarch64fbsdb.c:1040 eaarch64haiku.c:1035 +#: eaarch64linux.c:1040 eaarch64linux32.c:1040 eaarch64linux32b.c:1040 +#: eaarch64linuxb.c:1040 eaarch64nto.c:1213 earmelf.c:1191 earmelf_fbsd.c:1191 #: earmelf_fuchsia.c:1196 earmelf_haiku.c:1196 earmelf_linux.c:1196 #: earmelf_linux_eabi.c:1196 earmelf_linux_fdpiceabi.c:1196 earmelf_nacl.c:1196 #: earmelf_nbsd.c:1191 earmelf_phoenix.c:1196 earmelf_vxworks.c:1227 @@ -4375,11 +4384,11 @@ msgid "" " enum sizes\n" msgstr " --no-enum-size-warning nu avertizează asupra obiectelor cu dimensiuni de enumerare incompatibile\n" -#: eaarch64cloudabi.c:1002 eaarch64cloudabib.c:1002 eaarch64elf.c:1002 -#: eaarch64elf32.c:1002 eaarch64elf32b.c:1002 eaarch64elfb.c:1002 -#: eaarch64fbsd.c:1007 eaarch64fbsdb.c:1007 eaarch64haiku.c:1002 -#: eaarch64linux.c:1007 eaarch64linux32.c:1007 eaarch64linux32b.c:1007 -#: eaarch64linuxb.c:1007 eaarch64nto.c:1180 earmelf.c:1193 earmelf_fbsd.c:1193 +#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1042 +#: eaarch64elf32.c:1042 eaarch64elf32b.c:1042 eaarch64elfb.c:1042 +#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 +#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 +#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 earmelf.c:1193 earmelf_fbsd.c:1193 #: earmelf_fuchsia.c:1198 earmelf_haiku.c:1198 earmelf_linux.c:1198 #: earmelf_linux_eabi.c:1198 earmelf_linux_fdpiceabi.c:1198 earmelf_nacl.c:1198 #: earmelf_nbsd.c:1193 earmelf_phoenix.c:1198 earmelf_vxworks.c:1229 @@ -4393,11 +4402,11 @@ msgid "" " wchar_t sizes\n" msgstr " --no-wchar-size-warning nu avertizează asupra obiectelor cu dimensiuni wchar_t incompatibile\n" -#: eaarch64cloudabi.c:1004 eaarch64cloudabib.c:1004 eaarch64elf.c:1004 -#: eaarch64elf32.c:1004 eaarch64elf32b.c:1004 eaarch64elfb.c:1004 -#: eaarch64fbsd.c:1009 eaarch64fbsdb.c:1009 eaarch64haiku.c:1004 -#: eaarch64linux.c:1009 eaarch64linux32.c:1009 eaarch64linux32b.c:1009 -#: eaarch64linuxb.c:1009 eaarch64nto.c:1182 earmelf.c:1195 earmelf_fbsd.c:1195 +#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1044 +#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 +#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 +#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 +#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 earmelf.c:1195 earmelf_fbsd.c:1195 #: earmelf_fuchsia.c:1200 earmelf_haiku.c:1200 earmelf_linux.c:1200 #: earmelf_linux_eabi.c:1200 earmelf_linux_fdpiceabi.c:1200 earmelf_nacl.c:1200 #: earmelf_nbsd.c:1195 earmelf_phoenix.c:1200 earmelf_vxworks.c:1231 @@ -4409,11 +4418,11 @@ msgstr " --no-wchar-size-warning nu avertizează asupra obiectelor cu dimen msgid " --pic-veneer Always generate PIC interworking veneers\n" msgstr " --pic-veneer generează întotdeauna straturi de interoperabilitate PIC\n" -#: eaarch64cloudabi.c:1005 eaarch64cloudabib.c:1005 eaarch64elf.c:1005 -#: eaarch64elf32.c:1005 eaarch64elf32b.c:1005 eaarch64elfb.c:1005 -#: eaarch64fbsd.c:1010 eaarch64fbsdb.c:1010 eaarch64haiku.c:1005 -#: eaarch64linux.c:1010 eaarch64linux32.c:1010 eaarch64linux32b.c:1010 -#: eaarch64linuxb.c:1010 eaarch64nto.c:1183 earmelf.c:1202 earmelf_fbsd.c:1202 +#: eaarch64cloudabi.c:1040 eaarch64cloudabib.c:1040 eaarch64elf.c:1045 +#: eaarch64elf32.c:1045 eaarch64elf32b.c:1045 eaarch64elfb.c:1045 +#: eaarch64fbsd.c:1045 eaarch64fbsdb.c:1045 eaarch64haiku.c:1040 +#: eaarch64linux.c:1045 eaarch64linux32.c:1045 eaarch64linux32b.c:1045 +#: eaarch64linuxb.c:1045 eaarch64nto.c:1218 earmelf.c:1202 earmelf_fbsd.c:1202 #: earmelf_fuchsia.c:1207 earmelf_haiku.c:1207 earmelf_linux.c:1207 #: earmelf_linux_eabi.c:1207 earmelf_linux_fdpiceabi.c:1207 earmelf_nacl.c:1207 #: earmelf_nbsd.c:1202 earmelf_phoenix.c:1207 earmelf_vxworks.c:1238 @@ -4443,20 +4452,20 @@ msgstr "" " editorul de legături ar trebui să aleagă valori\n" " implicite adecvate.\n" -#: eaarch64cloudabi.c:1014 eaarch64cloudabib.c:1014 eaarch64elf.c:1014 -#: eaarch64elf32.c:1014 eaarch64elf32b.c:1014 eaarch64elfb.c:1014 -#: eaarch64fbsd.c:1019 eaarch64fbsdb.c:1019 eaarch64haiku.c:1014 -#: eaarch64linux.c:1019 eaarch64linux32.c:1019 eaarch64linux32b.c:1019 -#: eaarch64linuxb.c:1019 eaarch64nto.c:1192 +#: eaarch64cloudabi.c:1049 eaarch64cloudabib.c:1049 eaarch64elf.c:1054 +#: eaarch64elf32.c:1054 eaarch64elf32b.c:1054 eaarch64elfb.c:1054 +#: eaarch64fbsd.c:1054 eaarch64fbsdb.c:1054 eaarch64haiku.c:1049 +#: eaarch64linux.c:1054 eaarch64linux32.c:1054 eaarch64linux32b.c:1054 +#: eaarch64linuxb.c:1054 eaarch64nto.c:1227 #, c-format msgid " --fix-cortex-a53-835769 Fix erratum 835769\n" msgstr " --fix-cortex-a53-835769 remediază eroarea 835769\n" -#: eaarch64cloudabi.c:1015 eaarch64cloudabib.c:1015 eaarch64elf.c:1015 -#: eaarch64elf32.c:1015 eaarch64elf32b.c:1015 eaarch64elfb.c:1015 -#: eaarch64fbsd.c:1020 eaarch64fbsdb.c:1020 eaarch64haiku.c:1015 -#: eaarch64linux.c:1020 eaarch64linux32.c:1020 eaarch64linux32b.c:1020 -#: eaarch64linuxb.c:1020 eaarch64nto.c:1193 +#: eaarch64cloudabi.c:1050 eaarch64cloudabib.c:1050 eaarch64elf.c:1055 +#: eaarch64elf32.c:1055 eaarch64elf32b.c:1055 eaarch64elfb.c:1055 +#: eaarch64fbsd.c:1055 eaarch64fbsdb.c:1055 eaarch64haiku.c:1050 +#: eaarch64linux.c:1055 eaarch64linux32.c:1055 eaarch64linux32b.c:1055 +#: eaarch64linuxb.c:1055 eaarch64nto.c:1228 #, c-format msgid "" " --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and optionally specify which workaround to use.\n" @@ -4483,20 +4492,20 @@ msgstr "" " niciodată instrucÈ›iunea ADRP într-o ADR. Ca atare, soluÈ›ia va folosi întotdeauna\n" " un strat de protecÈ›ie, ceea ce va genera o înrăutățire atât în ceea ce priveÈ™te performanÈ›a, cât È™i dimensiunea.\n" -#: eaarch64cloudabi.c:1026 eaarch64cloudabib.c:1026 eaarch64elf.c:1026 -#: eaarch64elf32.c:1026 eaarch64elf32b.c:1026 eaarch64elfb.c:1026 -#: eaarch64fbsd.c:1031 eaarch64fbsdb.c:1031 eaarch64haiku.c:1026 -#: eaarch64linux.c:1031 eaarch64linux32.c:1031 eaarch64linux32b.c:1031 -#: eaarch64linuxb.c:1031 eaarch64nto.c:1204 +#: eaarch64cloudabi.c:1061 eaarch64cloudabib.c:1061 eaarch64elf.c:1066 +#: eaarch64elf32.c:1066 eaarch64elf32b.c:1066 eaarch64elfb.c:1066 +#: eaarch64fbsd.c:1066 eaarch64fbsdb.c:1066 eaarch64haiku.c:1061 +#: eaarch64linux.c:1066 eaarch64linux32.c:1066 eaarch64linux32b.c:1066 +#: eaarch64linuxb.c:1066 eaarch64nto.c:1239 #, c-format msgid " --no-apply-dynamic-relocs Do not apply link-time values for dynamic relocations\n" msgstr " --no-apply-dynamic-relocs nu aplică valorile timpului de legătură pentru realocările dinamice\n" -#: eaarch64cloudabi.c:1027 eaarch64cloudabib.c:1027 eaarch64elf.c:1027 -#: eaarch64elf32.c:1027 eaarch64elf32b.c:1027 eaarch64elfb.c:1027 -#: eaarch64fbsd.c:1032 eaarch64fbsdb.c:1032 eaarch64haiku.c:1027 -#: eaarch64linux.c:1032 eaarch64linux32.c:1032 eaarch64linux32b.c:1032 -#: eaarch64linuxb.c:1032 eaarch64nto.c:1205 +#: eaarch64cloudabi.c:1062 eaarch64cloudabib.c:1062 eaarch64elf.c:1067 +#: eaarch64elf32.c:1067 eaarch64elf32b.c:1067 eaarch64elfb.c:1067 +#: eaarch64fbsd.c:1067 eaarch64fbsdb.c:1067 eaarch64haiku.c:1062 +#: eaarch64linux.c:1067 eaarch64linux32.c:1067 eaarch64linux32b.c:1067 +#: eaarch64linuxb.c:1067 eaarch64nto.c:1240 #, c-format msgid "" " -z force-bti Turn on Branch Target Identification mechanism and generate PLTs with BTI.\n" @@ -4505,11 +4514,11 @@ msgstr "" " -z force-bti activează mecanismul de Identificare a Èšintei Ramurii (BTI) È™i generează PLT cu BTI;\n" " generează avertismente pentru lipsa BTI la intrări\n" -#: eaarch64cloudabi.c:1030 eaarch64cloudabib.c:1030 eaarch64elf.c:1030 -#: eaarch64elf32.c:1030 eaarch64elf32b.c:1030 eaarch64elfb.c:1030 -#: eaarch64fbsd.c:1035 eaarch64fbsdb.c:1035 eaarch64haiku.c:1030 -#: eaarch64linux.c:1035 eaarch64linux32.c:1035 eaarch64linux32b.c:1035 -#: eaarch64linuxb.c:1035 eaarch64nto.c:1208 +#: eaarch64cloudabi.c:1065 eaarch64cloudabib.c:1065 eaarch64elf.c:1070 +#: eaarch64elf32.c:1070 eaarch64elf32b.c:1070 eaarch64elfb.c:1070 +#: eaarch64fbsd.c:1070 eaarch64fbsdb.c:1070 eaarch64haiku.c:1065 +#: eaarch64linux.c:1070 eaarch64linux32.c:1070 eaarch64linux32b.c:1070 +#: eaarch64linuxb.c:1070 eaarch64nto.c:1243 #, c-format msgid "" " -z bti-report[=none|warning|error] Emit warning/error on mismatch of BTI marking between input objects and ouput.\n" @@ -4527,20 +4536,20 @@ msgstr "" " - error: emite eroare atunci când obiectele de intrare nu au marcaje BTI,\n" " iar cele de ieÈ™ire au marcaje BTI\n" -#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1037 -#: eaarch64elf32.c:1037 eaarch64elf32b.c:1037 eaarch64elfb.c:1037 -#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 -#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 -#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 +#: eaarch64cloudabi.c:1072 eaarch64cloudabib.c:1072 eaarch64elf.c:1077 +#: eaarch64elf32.c:1077 eaarch64elf32b.c:1077 eaarch64elfb.c:1077 +#: eaarch64fbsd.c:1077 eaarch64fbsdb.c:1077 eaarch64haiku.c:1072 +#: eaarch64linux.c:1077 eaarch64linux32.c:1077 eaarch64linux32b.c:1077 +#: eaarch64linuxb.c:1077 eaarch64nto.c:1250 #, c-format msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" msgstr " -z pac-plt protejează PLT-urile cu autentificarea indicatoarelor\n" -#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1039 -#: eaarch64elf32.c:1039 eaarch64elf32b.c:1039 eaarch64elfb.c:1039 -#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 -#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 -#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 +#: eaarch64cloudabi.c:1074 eaarch64cloudabib.c:1074 eaarch64elf.c:1079 +#: eaarch64elf32.c:1079 eaarch64elf32b.c:1079 eaarch64elfb.c:1079 +#: eaarch64fbsd.c:1079 eaarch64fbsdb.c:1079 eaarch64haiku.c:1074 +#: eaarch64linux.c:1079 eaarch64linux32.c:1079 eaarch64linux32b.c:1079 +#: eaarch64linuxb.c:1079 eaarch64nto.c:1252 #, c-format msgid "" " -z gcs=[always|never|implicit] Controls whether the output supports the Guarded Control Stack (GCS) mechanism.\n" @@ -4554,11 +4563,11 @@ msgstr "" " - always: marchează întotdeauna ieÈ™irea cu GCS\n" " - never: nu marchează niciodată ieÈ™irea cu GCS\n" -#: eaarch64cloudabi.c:1044 eaarch64cloudabib.c:1044 eaarch64elf.c:1044 -#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 -#: eaarch64fbsd.c:1049 eaarch64fbsdb.c:1049 eaarch64haiku.c:1044 -#: eaarch64linux.c:1049 eaarch64linux32.c:1049 eaarch64linux32b.c:1049 -#: eaarch64linuxb.c:1049 eaarch64nto.c:1222 +#: eaarch64cloudabi.c:1079 eaarch64cloudabib.c:1079 eaarch64elf.c:1084 +#: eaarch64elf32.c:1084 eaarch64elf32b.c:1084 eaarch64elfb.c:1084 +#: eaarch64fbsd.c:1084 eaarch64fbsdb.c:1084 eaarch64haiku.c:1079 +#: eaarch64linux.c:1084 eaarch64linux32.c:1084 eaarch64linux32b.c:1084 +#: eaarch64linuxb.c:1084 eaarch64nto.c:1257 #, c-format msgid "" " -z gcs-report[=none|warning|error] Emit warning/error on mismatch of GCS marking between input objects and ouput.\n" @@ -4576,11 +4585,11 @@ msgstr "" " - error: emite eroare atunci când obiectele de intrare nu au marcaje GCS,\n" " iar cele de ieÈ™ire au marcaje GCS\n" -#: eaarch64cloudabi.c:1051 eaarch64cloudabib.c:1051 eaarch64elf.c:1051 -#: eaarch64elf32.c:1051 eaarch64elf32b.c:1051 eaarch64elfb.c:1051 -#: eaarch64fbsd.c:1056 eaarch64fbsdb.c:1056 eaarch64haiku.c:1051 -#: eaarch64linux.c:1056 eaarch64linux32.c:1056 eaarch64linux32b.c:1056 -#: eaarch64linuxb.c:1056 eaarch64nto.c:1229 +#: eaarch64cloudabi.c:1086 eaarch64cloudabib.c:1086 eaarch64elf.c:1091 +#: eaarch64elf32.c:1091 eaarch64elf32b.c:1091 eaarch64elfb.c:1091 +#: eaarch64fbsd.c:1091 eaarch64fbsdb.c:1091 eaarch64haiku.c:1086 +#: eaarch64linux.c:1091 eaarch64linux32.c:1091 eaarch64linux32b.c:1091 +#: eaarch64linuxb.c:1091 eaarch64nto.c:1264 #, c-format msgid "" " -z gcs-report-dynamic=none|warning|error Emit warning/error on mismatch of GCS marking between the current link\n" @@ -4599,34 +4608,70 @@ msgstr "" " - error: emite eroare atunci când obiectele de intrare nu au marcaje GCS,\n" " iar cele de ieÈ™ire au marcaje GCS\n" -#: eaarch64nto.c:490 -msgid "%F%P: cannot create .note section in stub BFD.\n" -msgstr "%F%P: nu se poate crea secÈ›iunea .note în ciotul (stub) BFD.\n" - -#: eaarch64nto.c:499 -msgid "%F%P: failed to create .note section\n" -msgstr "%F%P: crearea secÈ›iunii .note a eÈ™uat\n" - -#: eaarch64nto.c:540 -msgid "%F%P: %pB: can't read contents of section .note: %E\n" -msgstr "%F%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .note: %E\n" - -#: eaarch64nto.c:550 eaarch64nto.c:554 +#: eaarch64cloudabi.c:1094 eaarch64cloudabib.c:1094 eaarch64elf.c:1099 +#: eaarch64elf32.c:1099 eaarch64elf32b.c:1099 eaarch64elfb.c:1099 +#: eaarch64fbsd.c:1099 eaarch64fbsdb.c:1099 eaarch64haiku.c:1094 +#: eaarch64linux.c:1099 eaarch64linux32.c:1099 eaarch64linux32b.c:1099 +#: eaarch64linuxb.c:1099 eaarch64nto.c:1272 +#, c-format +msgid "" +" -z memtag-mode[=none|sync|async] Select Memory Tagging Extension mode of operation to use.\n" +" Emits a DT_AARCH64_MEMTAG_MODE dynamic tag for the binary.\n" +" This entry is only valid on the main executable. It is\n" +" ignored in the dynamically loaded objects by the loader.\n" +" none (default): Disable MTE checking of memory reads and writes.\n" +" sync: Enable precise exceptions when mismatched address and\n" +" allocation tags detected on load/store operations.\n" +" async: Enable imprecise exceptions.\n" +msgstr "" +" -z memtag-mode[=none|sync|async] Selectează modul de operare Memory Tagging Extension de utilizat.\n" +" Emite o etichetă dinamică DT_AARCH64_MEMTAG_MODE pentru binar.\n" +" Această intrare este valabilă numai pe executabilul principal.\n" +" Este ignorată în obiectele încărcate dinamic de către încărcător.\n" +" - none (implicit): dezactivează verificarea MTE a citirilor È™i\n" +" scrierilor în memorie\n" +" - sync: activează excepÈ›ii precise atunci când sunt detectate\n" +" etichete de adresă È™i alocare nepotrivite în operaÈ›iile de\n" +" încărcare/stocare\n" +" - async: activează excepÈ›ii imprecise\n" + +#: eaarch64cloudabi.c:1103 eaarch64cloudabib.c:1103 eaarch64elf.c:1108 +#: eaarch64elf32.c:1108 eaarch64elf32b.c:1108 eaarch64elfb.c:1108 +#: eaarch64fbsd.c:1108 eaarch64fbsdb.c:1108 eaarch64haiku.c:1103 +#: eaarch64linux.c:1108 eaarch64linux32.c:1108 eaarch64linux32b.c:1108 +#: eaarch64linuxb.c:1108 eaarch64nto.c:1281 +#, c-format +msgid " -z memtag-stack Mark program stack with MTE protection.\n" +msgstr " -z memtag-stack marchează stiva de programe cu protecÈ›ie MTE\n" + +#: eaarch64nto.c:521 +msgid "%P: cannot create .note section in stub BFD.\n" +msgstr "%P: nu se poate crea secÈ›iunea .note în ciotul (stub) BFD.\n" + +#: eaarch64nto.c:530 +msgid "%P: failed to create .note section\n" +msgstr "%P: crearea secÈ›iunii .note a eÈ™uat\n" + +#: eaarch64nto.c:571 +msgid "%P: %pB: can't read contents of section .note: %E\n" +msgstr "%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .note: %E\n" + +#: eaarch64nto.c:581 eaarch64nto.c:585 msgid "%P: %pB: warning: duplicated QNX stack .note detected\n" msgstr "%P: %pB: avertisment: stivă QNX duplicată .note detectată\n" -#: eaarch64nto.c:583 -msgid "%F%P: error: --lazy-stack must follow -zstack-size=<size>\n" -msgstr "%F%P: eroare: opÈ›iunea „--lazy-stack†trebuie să fie urmată de „-zstack-size=<dimensiune>â€\n" +#: eaarch64nto.c:614 +msgid "%P: error: --lazy-stack must follow -zstack-size=<size>\n" +msgstr "%P: eroare: opÈ›iunea „--lazy-stack†trebuie să fie urmată de „-zstack-size=<dimensiune>â€\n" -#: eaarch64nto.c:1238 +#: eaarch64nto.c:1284 #, c-format msgid "" " --stack <size> Set size of the initial stack\n" -" --lazy-stack\t\t Set lazy allocation of stack\n" +" --lazy-stack Set lazy allocation of stack\n" msgstr "" " --stack <dimensiunea> stabileÈ™te dimensiunea stivei iniÈ›iale\n" -" --lazy-stack\t\t stabileÈ™te alocarea leneșă a stivei\n" +" --lazy-stack stabileÈ™te alocarea leneșă a stivei\n" #: eaarch64pe.c:350 earm64pe.c:350 earm_wince_pe.c:338 earmpe.c:338 #: ei386pe.c:338 ei386pe_posix.c:338 ei386pep.c:350 emcorepe.c:338 eshpe.c:338 @@ -5021,29 +5066,29 @@ msgstr "%P: avertisment: număr de versiune greÈ™it în opÈ›iunea „-subsystemâ #: eaarch64pe.c:560 earm64pe.c:560 earm_wince_pe.c:571 earmpe.c:571 #: ei386beos.c:205 ei386pe.c:571 ei386pe_posix.c:571 ei386pep.c:560 #: emcorepe.c:571 eshpe.c:571 -msgid "%F%P: invalid subsystem type %s\n" -msgstr "%F%P: tip de subsistem nevalid %s\n" +msgid "%P: invalid subsystem type %s\n" +msgstr "%P: tip de subsistem nevalid %s\n" #: eaarch64pe.c:581 earm64pe.c:581 earm_wince_pe.c:592 earmpe.c:592 -#: ei386beos.c:216 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 +#: ei386beos.c:215 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 #: emcorepe.c:592 eshpe.c:592 -msgid "%F%P: invalid hex number for PE parameter '%s'\n" -msgstr "%F%P: număr hexazecimal nevalid pentru parametrul PE „%sâ€\n" +msgid "%P: invalid hex number for PE parameter '%s'\n" +msgstr "%P: număr hexazecimal nevalid pentru parametrul PE „%sâ€\n" #: eaarch64pe.c:598 earm64pe.c:598 earm_wince_pe.c:609 earmpe.c:609 -#: ei386beos.c:233 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 +#: ei386beos.c:230 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 #: emcorepe.c:609 eshpe.c:609 -msgid "%F%P: strange hex info for PE parameter '%s'\n" -msgstr "%F%P: informaÈ›ii hexazecimale ciudate pentru parametrul PE '%s'\n" +msgid "%P: strange hex info for PE parameter '%s'\n" +msgstr "%P: informaÈ›ii hexazecimale ciudate pentru parametrul PE „%sâ€\n" #: eaarch64pe.c:615 earm64pe.c:615 earm_wince_pe.c:625 earmpe.c:625 -#: eelf32mcore.c:356 ei386beos.c:249 ei386pe.c:625 ei386pe_posix.c:625 +#: eelf32mcore.c:356 ei386beos.c:245 ei386pe.c:625 ei386pe_posix.c:625 #: ei386pep.c:615 emcorepe.c:625 eshpe.c:625 -msgid "%F%P: cannot open base file %s\n" -msgstr "%F%P: nu se poate deschide fiÈ™ierul de bază %s\n" +msgid "%P: cannot open base file %s\n" +msgstr "%P: nu se poate deschide fiÈ™ierul de bază %s\n" #: eaarch64pe.c:932 earm64pe.c:932 earm_wince_pe.c:955 earmpe.c:955 -#: ei386beos.c:345 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 +#: ei386beos.c:341 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 #: emcorepe.c:955 eshpe.c:955 msgid "%P: warning, file alignment > section alignment\n" msgstr "%P: avertisment, alinierea fiÈ™ierului > alinierea secÈ›iunii\n" @@ -5097,8 +5142,8 @@ msgstr "%P: warning: nu se poate crea secÈ›iunea .buildid, opÈ›iunea „--build- #: eaarch64pe.c:1468 earm64pe.c:1468 earm_wince_pe.c:1452 earmpe.c:1452 #: ei386pe.c:1452 ei386pe_posix.c:1452 ei386pep.c:1468 emcorepe.c:1452 #: eshpe.c:1452 -msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" -msgstr "%F%P: nu se pot efectua operaÈ›iuni PE pe un fiÈ™ier de ieÈ™ire non-PE „%pBâ€\n" +msgid "%P: cannot perform PE operations on non PE output file '%pB'\n" +msgstr "%P: nu se pot efectua operaÈ›iuni PE pe un fiÈ™ier de ieÈ™ire non-PE „%pBâ€\n" #: eaarch64pe.c:1592 earm64pe.c:1592 earm_wince_pe.c:1595 earmpe.c:1595 #: ei386pe.c:1595 ei386pe_posix.c:1595 ei386pep.c:1592 emcorepe.c:1595 @@ -5107,12 +5152,12 @@ msgid "%X%P: unable to process relocs: %E\n" msgstr "%X%P: nu se pot procesa realocările: %E\n" #: eaix5ppc.c:302 eaix5rs6.c:302 eaixppc.c:302 eaixrs6.c:302 eppcmacos.c:302 -msgid "%F%P: cannot open %s\n" -msgstr "%F%P: nu se poate deschide %s\n" +msgid "%P: cannot open %s\n" +msgstr "%P: nu se poate deschide %s\n" -#: eaix5ppc.c:349 eaix5rs6.c:349 eaixppc.c:349 eaixrs6.c:349 eppcmacos.c:349 -msgid "%F%P: cannot read %s\n" -msgstr "%F%P: nu se poate citi %s\n" +#: eaix5ppc.c:350 eaix5rs6.c:350 eaixppc.c:350 eaixrs6.c:350 eppcmacos.c:350 +msgid "%P: cannot read %s\n" +msgstr "%P: nu se poate citi %s\n" #: eaix5ppc.c:377 eaix5rs6.c:377 eaixppc.c:377 eaixrs6.c:377 eppcmacos.c:377 msgid "%P: warning: ignoring invalid -D number %s\n" @@ -5143,95 +5188,96 @@ msgid "%P: warning: ignoring invalid -pT number %s\n" msgstr "%P: avertisment: se ignoră numărul „-pT†nevalid %s\n" #: eaix5ppc.c:701 eaix5rs6.c:701 eaixppc.c:701 eaixrs6.c:701 eppcmacos.c:701 -msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n" -msgstr "%F%P: bfd_xcoff_link_record_set a eÈ™uat: %E\n" +msgid "%P: bfd_xcoff_link_record_set failed: %E\n" +msgstr "%P: bfd_xcoff_link_record_set a eÈ™uat: %E\n" #: eaix5ppc.c:731 eaix5rs6.c:731 eaixppc.c:731 eaixrs6.c:731 eppcmacos.c:731 -msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n" -msgstr "%F%P: bfd_link_hash_lookup a simbolului de export a eÈ™uat: %E\n" +msgid "%P: bfd_link_hash_lookup of export symbol failed: %E\n" +msgstr "%P: bfd_link_hash_lookup a simbolului de export a eÈ™uat: %E\n" #: eaix5ppc.c:733 eaix5rs6.c:733 eaixppc.c:733 eaixrs6.c:733 eppcmacos.c:733 -msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" -msgstr "%F%P: bfd_xcoff_export_symbol a eÈ™uat: %E\n" +msgid "%P: bfd_xcoff_export_symbol failed: %E\n" +msgstr "%P: bfd_xcoff_export_symbol a eÈ™uat: %E\n" #: eaix5ppc.c:838 eaix5rs6.c:838 eaixppc.c:838 eaixrs6.c:838 eppcmacos.c:838 -msgid "%F%P: can't find output section %s\n" -msgstr "%F%P: nu se poate găsi secÈ›iunea de ieÈ™ire %s\n" +msgid "%P: can't find output section %pA\n" +msgstr "%P: nu se poate găsi secÈ›iunea de ieÈ™ire %pA\n" #: eaix5ppc.c:875 eaix5rs6.c:875 eaixppc.c:875 eaixrs6.c:875 eppcmacos.c:875 -msgid "%F%P: can't find %s in output section\n" -msgstr "%F%P: nu se poate găsi %s în secÈ›iunea de ieÈ™ire\n" +msgid "%P: can't find %pA in output section\n" +msgstr "%P: nu se poate găsi %pA în secÈ›iunea de ieÈ™ire\n" -#: eaix5ppc.c:942 eaix5rs6.c:942 eaixppc.c:942 eaixrs6.c:942 eppcmacos.c:942 +#: eaix5ppc.c:941 eaix5rs6.c:941 eaixppc.c:941 eaixrs6.c:941 eppcmacos.c:941 msgid "%P: can't find required output section %s\n" msgstr "%P: nu se poate găsi secÈ›iunea de ieÈ™ire necesară %s\n" -#: eaix5ppc.c:1124 eaix5rs6.c:1124 eaixppc.c:1124 eaixrs6.c:1124 -#: eppcmacos.c:1124 +#: eaix5ppc.c:1123 eaix5rs6.c:1123 eaixppc.c:1123 eaixrs6.c:1123 +#: eppcmacos.c:1123 msgid "%X%P: can not size stub sections: %E\n" msgstr "%X%P: nu se pot dimensiona secÈ›iunile ciot (stub): %E\n" -#: eaix5ppc.c:1129 eaix5rs6.c:1129 eaixppc.c:1129 eaixrs6.c:1129 -#: eppcmacos.c:1129 -msgid "%F%P: failed to layout dynamic sections: %E\n" -msgstr "%F%P: structurarea secÈ›iunilor dinamice a eÈ™uat: %E\n" +#: eaix5ppc.c:1128 eaix5rs6.c:1128 eaixppc.c:1128 eaixrs6.c:1128 +#: eppcmacos.c:1128 +msgid "%P: failed to layout dynamic sections: %E\n" +msgstr "%P: structurarea secÈ›iunilor dinamice a eÈ™uat: %E\n" -#: eaix5ppc.c:1342 eaix5rs6.c:1342 eaixppc.c:1342 eaixrs6.c:1342 -#: eppcmacos.c:1342 -msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" -msgstr "%F%P:%s:%d: #! ([membru]) nu este acceptat în fiÈ™ierele de import\n" +#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341 +#: eppcmacos.c:1341 +msgid "%P:%s:%d: #! ([member]) is not supported in import files\n" +msgstr "%P:%s:%d: #! ([membru]) nu este acceptat în fiÈ™ierele de import\n" -#: eaix5ppc.c:1359 eaix5rs6.c:1359 eaixppc.c:1359 eaixrs6.c:1359 -#: eppcmacos.c:1359 -msgid "%F%P: could not parse import path: %E\n" -msgstr "%F%P: nu s-a putut analiza ruta de import: %E\n" +#: eaix5ppc.c:1358 eaix5rs6.c:1358 eaixppc.c:1358 eaixrs6.c:1358 +#: eppcmacos.c:1358 +msgid "%P: could not parse import path: %E\n" +msgstr "%P: nu s-a putut analiza ruta de import: %E\n" -#: eaix5ppc.c:1369 eaix5ppc.c:1381 eaix5rs6.c:1369 eaix5rs6.c:1381 -#: eaixppc.c:1369 eaixppc.c:1381 eaixrs6.c:1369 eaixrs6.c:1381 eppcmacos.c:1369 -#: eppcmacos.c:1381 +#: eaix5ppc.c:1368 eaix5ppc.c:1380 eaix5rs6.c:1368 eaix5rs6.c:1380 +#: eaixppc.c:1368 eaixppc.c:1380 eaixrs6.c:1368 eaixrs6.c:1380 eppcmacos.c:1368 +#: eppcmacos.c:1380 msgid "%P:%s:%d: warning: syntax error in import file\n" msgstr "%P:%s:%d: avertisment: eroare de sintaxă în fiÈ™ierul de import\n" -#: eaix5ppc.c:1416 eaix5rs6.c:1416 eaixppc.c:1416 eaixrs6.c:1416 -#: eppcmacos.c:1416 +#: eaix5ppc.c:1415 eaix5rs6.c:1415 eaixppc.c:1415 eaixrs6.c:1415 +#: eppcmacos.c:1415 msgid "%P:%s%d: warning: syntax error in import/export file\n" msgstr "%P:%s%d: avertisment: eroare de sintaxă în fiÈ™ierul de import/export\n" -#: eaix5ppc.c:1434 eaix5rs6.c:1434 eaixppc.c:1434 eaixrs6.c:1434 -#: eppcmacos.c:1434 +#: eaix5ppc.c:1433 eaix5rs6.c:1433 eaixppc.c:1433 eaixrs6.c:1433 +#: eppcmacos.c:1433 msgid "%P:%s:%d: warning: syntax error in import/export file\n" msgstr "%P:%s:%d: avertisment: eroare de sintaxă în fiÈ™ierul de import/export\n" -#: eaix5ppc.c:1469 eaix5rs6.c:1469 eaixppc.c:1469 eaixrs6.c:1469 -#: eppcmacos.c:1469 +#: eaix5ppc.c:1468 eaix5rs6.c:1468 eaixppc.c:1468 eaixrs6.c:1468 +#: eppcmacos.c:1468 msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" msgstr "%X%P:%s:%d: nu s-a reuÈ™it să se importe simbolul %s: %E\n" -#: eaix5ppc.c:1479 eaix5rs6.c:1479 eaixppc.c:1479 eaixrs6.c:1479 -#: eppcmacos.c:1479 +#: eaix5ppc.c:1478 eaix5rs6.c:1478 eaixppc.c:1478 eaixrs6.c:1478 +#: eppcmacos.c:1478 msgid "%P:%s:%d: warning: ignoring unterminated last line\n" msgstr "%P:%s:%d: avertisment: se ignoră ultima linie neterminată\n" -#: eaix5ppc.c:1514 eaix5rs6.c:1514 eaixppc.c:1514 eaixrs6.c:1514 -#: eppcmacos.c:1514 -msgid "%F%P: only relocations against symbols are permitted\n" -msgstr "%F%P: doar realocările față de simboluri sunt permise\n" +#: eaix5ppc.c:1513 eaix5rs6.c:1513 eaixppc.c:1513 eaixrs6.c:1513 +#: eppcmacos.c:1513 +msgid "%P: only relocations against symbols are permitted\n" +msgstr "%P: doar realocările față de simboluri sunt permise\n" -#: eaix5ppc.c:1517 eaix5rs6.c:1517 eaixppc.c:1517 eaixrs6.c:1517 -#: eppcmacos.c:1517 -msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" -msgstr "%F%P: bfd_xcoff_link_count_reloc a eÈ™uat: %E\n" +#: eaix5ppc.c:1516 eaix5rs6.c:1516 eaixppc.c:1516 eaixrs6.c:1516 +#: eppcmacos.c:1516 +msgid "%P: bfd_xcoff_link_count_reloc failed: %E\n" +msgstr "%P: bfd_xcoff_link_count_reloc a eÈ™uat: %E\n" -#: eaix5ppc.c:1605 eaix5rs6.c:1605 eaixppc.c:1605 eaixrs6.c:1605 -#: eppcmacos.c:1605 -msgid "%F%P: can not create stub BFD: %E\n" -msgstr "%F%P: nu se poate crea ciotul (stub) BFD: %E\n" +#: eaix5ppc.c:1604 eaix5rs6.c:1604 eaixppc.c:1604 eaixrs6.c:1604 +#: eppcmacos.c:1604 +msgid "%P: can not create stub BFD: %E\n" +msgstr "%P: nu se poate crea ciotul (stub) BFD: %E\n" -#: eaix5ppc.c:1615 eaix5rs6.c:1615 eaixppc.c:1615 eaixrs6.c:1615 -#: eelf64_s390.c:66 eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 -#: eelf64ppc_fbsd.c:132 eppcmacos.c:1615 -msgid "%F%P: can not init BFD: %E\n" -msgstr "%F%P: nu se poate iniÈ›ia BFD: %E\n" +#: eaix5ppc.c:1614 eaix5rs6.c:1614 eaixppc.c:1614 eaixrs6.c:1614 +#: eelf32kvx.c:324 eelf64_s390.c:66 eelf64kvx.c:324 eelf64kvx_linux.c:322 +#: eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 eelf64ppc_fbsd.c:132 +#: eppcmacos.c:1614 +msgid "%P: can not init BFD: %E\n" +msgstr "%P: nu se poate iniÈ›ia BFD: %E\n" #: ealphavms.c:168 eelf64_ia64_vms.c:168 #, c-format @@ -5401,7 +5447,7 @@ msgstr "%P: avertisment: nu se poate găsi simbolul de început al lui Thumb %s\ #: earmelf_vxworks.c:145 earmelfb.c:145 earmelfb_fbsd.c:145 #: earmelfb_fuchsia.c:146 earmelfb_linux.c:146 earmelfb_linux_eabi.c:146 #: earmelfb_linux_fdpiceabi.c:146 earmelfb_nacl.c:146 earmelfb_nbsd.c:145 -#: earmnto.c:145 ei386beos.c:598 +#: earmnto.c:145 ei386beos.c:592 #, c-format msgid "%P: errors encountered processing file %s\n" msgstr "%P: erori întâlnite la procesarea fiÈ™ierului %s\n" @@ -5413,8 +5459,8 @@ msgstr "%P: erori întâlnite la procesarea fiÈ™ierului %s\n" #: earmelfb_fuchsia.c:556 earmelfb_linux.c:556 earmelfb_linux_eabi.c:556 #: earmelfb_linux_fdpiceabi.c:556 earmelfb_nacl.c:556 earmelfb_nbsd.c:555 #: earmnto.c:555 -msgid "%F%P: %s: can't open: %E\n" -msgstr "%F%P: %s: nu se poate deschide: %E\n" +msgid "%P: %s: can't open: %E\n" +msgstr "%P: %s: nu se poate deschide: %E\n" #: earmelf.c:558 earmelf_fbsd.c:558 earmelf_fuchsia.c:559 earmelf_haiku.c:559 #: earmelf_linux.c:559 earmelf_linux_eabi.c:559 earmelf_linux_fdpiceabi.c:559 @@ -5423,8 +5469,8 @@ msgstr "%F%P: %s: nu se poate deschide: %E\n" #: earmelfb_fuchsia.c:559 earmelfb_linux.c:559 earmelfb_linux_eabi.c:559 #: earmelfb_linux_fdpiceabi.c:559 earmelfb_nacl.c:559 earmelfb_nbsd.c:558 #: earmnto.c:558 -msgid "%F%P: %s: not a relocatable file: %E\n" -msgstr "%F%P: %s: nu este un fiÈ™ier realocabil: %E\n" +msgid "%P: %s: not a relocatable file: %E\n" +msgstr "%P: %s: nu este un fiÈ™ier realocabil: %E\n" #: earmelf.c:1101 earmelf_fbsd.c:1101 earmelf_fuchsia.c:1106 #: earmelf_haiku.c:1106 earmelf_linux.c:1106 earmelf_linux_eabi.c:1106 @@ -5744,7 +5790,8 @@ msgstr " --debug-stubs folosită pentru depanarea avr-ld\n" msgid " --debug-relax Used for debugging avr-ld.\n" msgstr " --debug-relax folosită pentru depanarea avr-ld\n" -#: ecskyelf.c:278 ecskyelf_linux.c:278 +#: ecskyelf.c:278 ecskyelf_linux.c:278 eelf32kvx.c:271 eelf64kvx.c:271 +#: eelf64kvx_linux.c:269 msgid "%X%P: cannot size stub section: %E\n" msgstr "%X%P: nu se poate dimensiona secÈ›iunea ciot (stub): %E\n" @@ -5783,8 +5830,8 @@ msgid "%X%P: can not create note section: %E\n" msgstr "%X%P: nu se poate crea secÈ›iunea de note: %E\n" #: eelf32_spu.c:347 -msgid "%F%P: no built-in overlay manager\n" -msgstr "%F%P: nu există un gestionar de suprapuneri încorporat\n" +msgid "%P: no built-in overlay manager\n" +msgstr "%P: nu există un gestionar de suprapuneri încorporat\n" #: eelf32_spu.c:357 msgid "%X%P: can not open built-in overlay manager: %E\n" @@ -5807,8 +5854,8 @@ msgid "%X%P: can not size overlay stubs: %E\n" msgstr "%X%P: nu se pot dimensiona cioturile (stubs) de suprapunere: %E\n" #: eelf32_spu.c:524 -msgid "%F%P: can not open script: %E\n" -msgstr "%F%P: nu se poate deschide scriptul: %E\n" +msgid "%P: can not open script: %E\n" +msgstr "%P: nu se poate deschide scriptul: %E\n" #: eelf32_spu.c:571 msgid "%X%P: %pA exceeds local store range\n" @@ -5819,36 +5866,36 @@ msgid "%P: --auto-overlay ignored with zero local store range\n" msgstr "%P: „--auto-overlay†ignorată cu un interval de stocare locală zero\n" #: eelf32_spu.c:939 -msgid "%F%P: invalid --local-store address range `%s'\n" -msgstr "%F%P: interval de adrese „--local-store†nevalid „%sâ€\n" +msgid "%P: invalid --local-store address range `%s'\n" +msgstr "%P: interval de adrese „--local-store†nevalid „%sâ€\n" #: eelf32_spu.c:975 -msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" -msgstr "%F%P: argument nevalid --num-lines/--num-regions „%uâ€\n" +msgid "%P: invalid --num-lines/--num-regions `%u'\n" +msgstr "%P: argument nevalid --num-lines/--num-regions „%uâ€\n" #: eelf32_spu.c:980 -msgid "%F%P: invalid --line-size/--region-size `%u'\n" -msgstr "%F%P: argument nevalid --line-size/--region-size „%uâ€\n" +msgid "%P: invalid --line-size/--region-size `%u'\n" +msgstr "%P: argument nevalid --line-size/--region-size „%uâ€\n" #: eelf32_spu.c:1001 -msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" -msgstr "%F%P: argument nevalid --num-lines/--num-regions „%uâ€\n" +msgid "%P: invalid --num-lines/--num-regions `%s'\n" +msgstr "%P: argument nevalid --num-lines/--num-regions „%uâ€\n" #: eelf32_spu.c:1014 -msgid "%F%P: invalid --line-size/--region-size `%s'\n" -msgstr "%F%P: argument nevalid --line-size/--region-size „%uâ€\n" +msgid "%P: invalid --line-size/--region-size `%s'\n" +msgstr "%P: argument nevalid --line-size/--region-size „%uâ€\n" #: eelf32_spu.c:1023 -msgid "%F%P: invalid --fixed-space value `%s'\n" -msgstr "%F%P: valoare nevalidă --fixed-space „%uâ€\n" +msgid "%P: invalid --fixed-space value `%s'\n" +msgstr "%P: valoare nevalidă --fixed-space „%uâ€\n" #: eelf32_spu.c:1032 -msgid "%F%P: invalid --reserved-space value `%s'\n" -msgstr "%F%P: valoare nevalidă --reserved-space „%uâ€\n" +msgid "%P: invalid --reserved-space value `%s'\n" +msgstr "%P: valoare nevalidă --reserved-space „%uâ€\n" #: eelf32_spu.c:1041 -msgid "%F%P: invalid --extra-stack-space value `%s'\n" -msgstr "%F%P: valoare nevalidă --extra-stack-space „%uâ€\n" +msgid "%P: invalid --extra-stack-space value `%s'\n" +msgstr "%P: valoare nevalidă --extra-stack-space „%uâ€\n" #: eelf32_spu.c:1078 #, c-format @@ -5989,136 +6036,136 @@ msgstr " --non-ia-text permite cod non-icache în liniile icache\ msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr " --lrlive-analysis scanează prologul funcÈ›iilor pentru vitalitatea lr\n" -#: eelf32_tic6x_be.c:91 eelf32_tic6x_elf_be.c:91 eelf32_tic6x_elf_le.c:91 -#: eelf32_tic6x_le.c:91 eelf32_tic6x_linux_be.c:91 eelf32_tic6x_linux_le.c:91 -msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" -msgstr "%F%P: nevalid --dsbt-index %d, în afara dimensiunii DSBT\n" +#: eelf32_tic6x_be.c:90 eelf32_tic6x_elf_be.c:90 eelf32_tic6x_elf_le.c:90 +#: eelf32_tic6x_le.c:90 eelf32_tic6x_linux_be.c:90 eelf32_tic6x_linux_le.c:90 +msgid "%P: invalid --dsbt-index %d, outside DSBT size\n" +msgstr "%P: nevalid --dsbt-index %d, în afara dimensiunii DSBT\n" -#: eelf32_tic6x_be.c:631 eelf32_tic6x_elf_be.c:631 eelf32_tic6x_elf_le.c:631 -#: eelf32_tic6x_le.c:631 eelf32_tic6x_linux_be.c:631 -#: eelf32_tic6x_linux_le.c:631 -msgid "%F%P: invalid --dsbt-index %s\n" -msgstr "%F%P: nevalid --dsbt-index %s\n" +#: eelf32_tic6x_be.c:629 eelf32_tic6x_elf_be.c:629 eelf32_tic6x_elf_le.c:629 +#: eelf32_tic6x_le.c:629 eelf32_tic6x_linux_be.c:629 +#: eelf32_tic6x_linux_le.c:629 +msgid "%P: invalid --dsbt-index %s\n" +msgstr "%P: nevalid --dsbt-index %s\n" -#: eelf32_tic6x_be.c:641 eelf32_tic6x_elf_be.c:641 eelf32_tic6x_elf_le.c:641 -#: eelf32_tic6x_le.c:641 eelf32_tic6x_linux_be.c:641 -#: eelf32_tic6x_linux_le.c:641 -msgid "%F%P: invalid --dsbt-size %s\n" -msgstr "%F%P: nevalid --dsbt-size %s\n" +#: eelf32_tic6x_be.c:639 eelf32_tic6x_elf_be.c:639 eelf32_tic6x_elf_le.c:639 +#: eelf32_tic6x_le.c:639 eelf32_tic6x_linux_be.c:639 +#: eelf32_tic6x_linux_le.c:639 +msgid "%P: invalid --dsbt-size %s\n" +msgstr "%P: nevalid --dsbt-size %s\n" -#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 -#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 -#: eelf32_tic6x_linux_le.c:657 +#: eelf32_tic6x_be.c:655 eelf32_tic6x_elf_be.c:655 eelf32_tic6x_elf_le.c:655 +#: eelf32_tic6x_le.c:655 eelf32_tic6x_linux_be.c:655 +#: eelf32_tic6x_linux_le.c:655 #, c-format msgid " --dsbt-index <index> Use this as the DSBT index for the output object\n" msgstr "" " --dsbt-index <index> utilizează această valoare ca index DSBT pentru obiectul\n" " de ieÈ™ire\n" -#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 -#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 -#: eelf32_tic6x_linux_le.c:658 +#: eelf32_tic6x_be.c:656 eelf32_tic6x_elf_be.c:656 eelf32_tic6x_elf_le.c:656 +#: eelf32_tic6x_le.c:656 eelf32_tic6x_linux_be.c:656 +#: eelf32_tic6x_linux_le.c:656 #, c-format msgid " --dsbt-size <index> Use this as the number of entries in the DSBT table\n" msgstr "" " --dsbt-size <index> utilizează această valoare ca număr de intrări în\n" " tabelul DSBT\n" -#: eelf32_tic6x_be.c:659 eelf32_tic6x_elf_be.c:659 eelf32_tic6x_elf_le.c:659 -#: eelf32_tic6x_le.c:659 eelf32_tic6x_linux_be.c:659 -#: eelf32_tic6x_linux_le.c:659 +#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 +#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 +#: eelf32_tic6x_linux_le.c:657 #, c-format msgid " --no-merge-exidx-entries\n" msgstr " --no-merge-exidx-entries\n" -#: eelf32_tic6x_be.c:660 eelf32_tic6x_elf_be.c:660 eelf32_tic6x_elf_le.c:660 -#: eelf32_tic6x_le.c:660 eelf32_tic6x_linux_be.c:660 -#: eelf32_tic6x_linux_le.c:660 +#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 +#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 +#: eelf32_tic6x_linux_le.c:658 #, c-format msgid " Disable merging exidx entries\n" msgstr " dezactivează fuzionarea intrărilor exidx\n" -#: eelf32_x86_64.c:8606 eelf_i386.c:8061 eelf_i386_be.c:542 +#: eelf32_x86_64.c:8638 eelf_i386.c:8061 eelf_i386_be.c:542 #: eelf_i386_fbsd.c:593 eelf_i386_haiku.c:593 eelf_i386_ldso.c:553 #: eelf_i386_sol2.c:725 eelf_i386_vxworks.c:619 eelf_iamcu.c:593 -#: eelf_x86_64.c:8606 eelf_x86_64_cloudabi.c:604 eelf_x86_64_fbsd.c:604 -#: eelf_x86_64_haiku.c:604 eelf_x86_64_sol2.c:736 -msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" -msgstr "%F%P: număr nevalid pentru -z call-nop=prefix-: %s\n" +#: eelf_x86_64.c:8638 eelf_x86_64_cloudabi.c:636 eelf_x86_64_fbsd.c:636 +#: eelf_x86_64_haiku.c:636 eelf_x86_64_sol2.c:768 +msgid "%P: invalid number for -z call-nop=prefix-: %s\n" +msgstr "%P: număr nevalid pentru -z call-nop=prefix-: %s\n" -#: eelf32_x86_64.c:8615 eelf_i386.c:8070 eelf_i386_be.c:551 +#: eelf32_x86_64.c:8647 eelf_i386.c:8070 eelf_i386_be.c:551 #: eelf_i386_fbsd.c:602 eelf_i386_haiku.c:602 eelf_i386_ldso.c:562 #: eelf_i386_sol2.c:734 eelf_i386_vxworks.c:628 eelf_iamcu.c:602 -#: eelf_x86_64.c:8615 eelf_x86_64_cloudabi.c:613 eelf_x86_64_fbsd.c:613 -#: eelf_x86_64_haiku.c:613 eelf_x86_64_sol2.c:745 -msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" -msgstr "%F%P: număr nevalid pentru -z call-nop=suffix-: %s\n" +#: eelf_x86_64.c:8647 eelf_x86_64_cloudabi.c:645 eelf_x86_64_fbsd.c:645 +#: eelf_x86_64_haiku.c:645 eelf_x86_64_sol2.c:777 +msgid "%P: invalid number for -z call-nop=suffix-: %s\n" +msgstr "%P: număr nevalid pentru -z call-nop=suffix-: %s\n" -#: eelf32_x86_64.c:8620 eelf_i386.c:8075 eelf_i386_be.c:556 +#: eelf32_x86_64.c:8652 eelf_i386.c:8075 eelf_i386_be.c:556 #: eelf_i386_fbsd.c:607 eelf_i386_haiku.c:607 eelf_i386_ldso.c:567 #: eelf_i386_sol2.c:739 eelf_i386_vxworks.c:633 eelf_iamcu.c:607 -#: eelf_x86_64.c:8620 eelf_x86_64_cloudabi.c:618 eelf_x86_64_fbsd.c:618 -#: eelf_x86_64_haiku.c:618 eelf_x86_64_sol2.c:750 -msgid "%F%P: unsupported option: -z %s\n" -msgstr "%F%P: opÈ›iune neacceptată: -z %s\n" - -#: eelf32_x86_64.c:8642 eelf_i386.c:8097 eelf_i386_fbsd.c:629 -#: eelf_i386_haiku.c:629 eelf_x86_64.c:8642 eelf_x86_64_cloudabi.c:640 -#: eelf_x86_64_fbsd.c:640 eelf_x86_64_haiku.c:640 eelf_x86_64_sol2.c:772 -msgid "%F%P: invalid option for -z cet-report=: %s\n" -msgstr "%F%P: opÈ›iune invalidă pentru -z cet-report=: %s\n" - -#: eelf32_x86_64.c:8656 eelf_i386.c:8111 eelf_i386_fbsd.c:643 -#: eelf_i386_haiku.c:643 eelf_x86_64.c:8656 eelf_x86_64_cloudabi.c:654 -#: eelf_x86_64_fbsd.c:654 eelf_x86_64_haiku.c:654 eelf_x86_64_sol2.c:786 -msgid "%F%P: invalid x86-64 ISA level: %s\n" -msgstr "%F%P: nivel ISA x86-64 nevalid: %s\n" - -#: eelf32_x86_64.c:8672 eelf_i386.c:8127 eelf_i386_fbsd.c:659 -#: eelf_i386_haiku.c:659 eelf_x86_64.c:8672 eelf_x86_64_cloudabi.c:670 -#: eelf_x86_64_fbsd.c:670 eelf_x86_64_haiku.c:670 eelf_x86_64_sol2.c:802 -msgid "%F%P: invalid option for -z isa-level-report=: %s\n" -msgstr "%F%P: opÈ›iune nevalidă pentru -z isa-level-report=: %s\n" - -#: eelf32_x86_64.c:8719 eelf_i386.c:8169 eelf_i386_be.c:572 +#: eelf_x86_64.c:8652 eelf_x86_64_cloudabi.c:650 eelf_x86_64_fbsd.c:650 +#: eelf_x86_64_haiku.c:650 eelf_x86_64_sol2.c:782 +msgid "%P: unsupported option: -z %s\n" +msgstr "%P: opÈ›iune neacceptată: -z %s\n" + +#: eelf32_x86_64.c:8674 eelf_i386.c:8097 eelf_i386_fbsd.c:629 +#: eelf_i386_haiku.c:629 eelf_x86_64.c:8674 eelf_x86_64_cloudabi.c:672 +#: eelf_x86_64_fbsd.c:672 eelf_x86_64_haiku.c:672 eelf_x86_64_sol2.c:804 +msgid "%P: invalid option for -z cet-report=: %s\n" +msgstr "%P: opÈ›iune invalidă pentru -z cet-report=: %s\n" + +#: eelf32_x86_64.c:8688 eelf_i386.c:8111 eelf_i386_fbsd.c:643 +#: eelf_i386_haiku.c:643 eelf_x86_64.c:8688 eelf_x86_64_cloudabi.c:686 +#: eelf_x86_64_fbsd.c:686 eelf_x86_64_haiku.c:686 eelf_x86_64_sol2.c:818 +msgid "%P: invalid x86-64 ISA level: %s\n" +msgstr "%P: nivel ISA x86-64 nevalid: %s\n" + +#: eelf32_x86_64.c:8704 eelf_i386.c:8127 eelf_i386_fbsd.c:659 +#: eelf_i386_haiku.c:659 eelf_x86_64.c:8704 eelf_x86_64_cloudabi.c:702 +#: eelf_x86_64_fbsd.c:702 eelf_x86_64_haiku.c:702 eelf_x86_64_sol2.c:834 +msgid "%P: invalid option for -z isa-level-report=: %s\n" +msgstr "%P: opÈ›iune nevalidă pentru -z isa-level-report=: %s\n" + +#: eelf32_x86_64.c:8751 eelf_i386.c:8169 eelf_i386_be.c:572 #: eelf_i386_fbsd.c:701 eelf_i386_haiku.c:701 eelf_i386_ldso.c:592 #: eelf_i386_sol2.c:764 eelf_i386_vxworks.c:654 eelf_iamcu.c:632 -#: eelf_x86_64.c:8769 eelf_x86_64_cloudabi.c:767 eelf_x86_64_fbsd.c:767 -#: eelf_x86_64_haiku.c:767 eelf_x86_64_sol2.c:899 +#: eelf_x86_64.c:8801 eelf_x86_64_cloudabi.c:799 eelf_x86_64_fbsd.c:799 +#: eelf_x86_64_haiku.c:799 eelf_x86_64_sol2.c:931 #, c-format msgid " -z noextern-protected-data Do not treat protected data symbol as external\n" msgstr "" " -z noextern-protected-data nu tratează simbolurile de date protejate ca fiind\n" " externe\n" -#: eelf32_x86_64.c:8721 eelf_i386.c:8171 eelf_i386_be.c:574 +#: eelf32_x86_64.c:8753 eelf_i386.c:8171 eelf_i386_be.c:574 #: eelf_i386_fbsd.c:703 eelf_i386_haiku.c:703 eelf_i386_ldso.c:594 #: eelf_i386_sol2.c:766 eelf_i386_vxworks.c:656 eelf_iamcu.c:634 -#: eelf_x86_64.c:8771 eelf_x86_64_cloudabi.c:769 eelf_x86_64_fbsd.c:769 -#: eelf_x86_64_haiku.c:769 eelf_x86_64_sol2.c:901 +#: eelf_x86_64.c:8803 eelf_x86_64_cloudabi.c:801 eelf_x86_64_fbsd.c:801 +#: eelf_x86_64_haiku.c:801 eelf_x86_64_sol2.c:933 #, c-format msgid " -z indirect-extern-access Enable indirect external access\n" msgstr " -z indirect-extern-access permite accesul extern indirect\n" -#: eelf32_x86_64.c:8723 eelf_i386.c:8173 eelf_i386_be.c:576 +#: eelf32_x86_64.c:8755 eelf_i386.c:8173 eelf_i386_be.c:576 #: eelf_i386_fbsd.c:705 eelf_i386_haiku.c:705 eelf_i386_ldso.c:596 #: eelf_i386_sol2.c:768 eelf_i386_vxworks.c:658 eelf_iamcu.c:636 -#: eelf_x86_64.c:8773 eelf_x86_64_cloudabi.c:771 eelf_x86_64_fbsd.c:771 -#: eelf_x86_64_haiku.c:771 eelf_x86_64_sol2.c:903 +#: eelf_x86_64.c:8805 eelf_x86_64_cloudabi.c:803 eelf_x86_64_fbsd.c:803 +#: eelf_x86_64_haiku.c:803 eelf_x86_64_sol2.c:935 #, c-format msgid " -z noindirect-extern-access Disable indirect external access (default)\n" msgstr " -z noindirect-extern-access dezactivează accesul extern indirect (implicit)\n" -#: eelf32_x86_64.c:8726 eelf32lppc.c:869 eelf32lppclinux.c:869 +#: eelf32_x86_64.c:8758 eelf32lppc.c:869 eelf32lppclinux.c:869 #: eelf32lppcnto.c:869 eelf32lppcsim.c:869 eelf32ppc.c:869 eelf32ppc_fbsd.c:869 #: eelf32ppchaiku.c:869 eelf32ppclinux.c:869 eelf32ppcnto.c:869 #: eelf32ppcsim.c:869 eelf32ppcvxworks.c:843 eelf32ppcwindiss.c:869 -#: eelf64lppc.c:1384 eelf64lppc_fbsd.c:1384 eelf64ppc.c:1384 -#: eelf64ppc_fbsd.c:1384 eelf_i386.c:8176 eelf_i386_be.c:579 +#: eelf64lppc.c:1385 eelf64lppc_fbsd.c:1385 eelf64ppc.c:1385 +#: eelf64ppc_fbsd.c:1385 eelf_i386.c:8176 eelf_i386_be.c:579 #: eelf_i386_fbsd.c:708 eelf_i386_haiku.c:708 eelf_i386_ldso.c:599 #: eelf_i386_sol2.c:771 eelf_i386_vxworks.c:661 eelf_iamcu.c:639 -#: eelf_x86_64.c:8776 eelf_x86_64_cloudabi.c:774 eelf_x86_64_fbsd.c:774 -#: eelf_x86_64_haiku.c:774 eelf_x86_64_sol2.c:906 +#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 +#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 #, c-format msgid "" " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n" @@ -6127,45 +6174,45 @@ msgstr "" " -z dynamic-undefined-weak face ca simbolurile slabe nedefinite să fie dinamice\n" " -z nodynamic-undefined-weak nu face ca simbolurile slabe nedefinite să fie dinamice\n" -#: eelf32_x86_64.c:8730 eelf_x86_64.c:8780 eelf_x86_64_cloudabi.c:778 -#: eelf_x86_64_fbsd.c:778 eelf_x86_64_haiku.c:778 eelf_x86_64_sol2.c:910 +#: eelf32_x86_64.c:8762 eelf_x86_64.c:8812 eelf_x86_64_cloudabi.c:810 +#: eelf_x86_64_fbsd.c:810 eelf_x86_64_haiku.c:810 eelf_x86_64_sol2.c:942 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr " -z noreloc-overflow dezactivează verificarea depășirii realocării\n" -#: eelf32_x86_64.c:8733 eelf_i386.c:8180 eelf_i386_be.c:583 +#: eelf32_x86_64.c:8765 eelf_i386.c:8180 eelf_i386_be.c:583 #: eelf_i386_fbsd.c:712 eelf_i386_haiku.c:712 eelf_i386_ldso.c:603 #: eelf_i386_sol2.c:775 eelf_i386_vxworks.c:665 eelf_iamcu.c:643 -#: eelf_x86_64.c:8783 eelf_x86_64_cloudabi.c:781 eelf_x86_64_fbsd.c:781 -#: eelf_x86_64_haiku.c:781 eelf_x86_64_sol2.c:913 +#: eelf_x86_64.c:8815 eelf_x86_64_cloudabi.c:813 eelf_x86_64_fbsd.c:813 +#: eelf_x86_64_haiku.c:813 eelf_x86_64_sol2.c:945 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr " -z call-nop=PADDING utilizează PADDING ca NOP pe 1 octet pentru ramură\n" -#: eelf32_x86_64.c:8736 eelf_i386.c:8183 eelf_i386_fbsd.c:715 -#: eelf_i386_haiku.c:715 eelf_x86_64.c:8786 eelf_x86_64_cloudabi.c:784 -#: eelf_x86_64_fbsd.c:784 eelf_x86_64_haiku.c:784 eelf_x86_64_sol2.c:916 +#: eelf32_x86_64.c:8768 eelf_i386.c:8183 eelf_i386_fbsd.c:715 +#: eelf_i386_haiku.c:715 eelf_x86_64.c:8818 eelf_x86_64_cloudabi.c:816 +#: eelf_x86_64_fbsd.c:816 eelf_x86_64_haiku.c:816 eelf_x86_64_sol2.c:948 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr " -z ibtplt generează intrări PLT compatibile cu IBT\n" -#: eelf32_x86_64.c:8738 eelf_i386.c:8185 eelf_i386_fbsd.c:717 -#: eelf_i386_haiku.c:717 eelf_x86_64.c:8788 eelf_x86_64_cloudabi.c:786 -#: eelf_x86_64_fbsd.c:786 eelf_x86_64_haiku.c:786 eelf_x86_64_sol2.c:918 +#: eelf32_x86_64.c:8770 eelf_i386.c:8185 eelf_i386_fbsd.c:717 +#: eelf_i386_haiku.c:717 eelf_x86_64.c:8820 eelf_x86_64_cloudabi.c:818 +#: eelf_x86_64_fbsd.c:818 eelf_x86_64_haiku.c:818 eelf_x86_64_sol2.c:950 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr " -z ibt generează GNU_PROPERTY_X86_FEATURE_1_IBT\n" -#: eelf32_x86_64.c:8740 eelf_i386.c:8187 eelf_i386_fbsd.c:719 -#: eelf_i386_haiku.c:719 eelf_x86_64.c:8790 eelf_x86_64_cloudabi.c:788 -#: eelf_x86_64_fbsd.c:788 eelf_x86_64_haiku.c:788 eelf_x86_64_sol2.c:920 +#: eelf32_x86_64.c:8772 eelf_i386.c:8187 eelf_i386_fbsd.c:719 +#: eelf_i386_haiku.c:719 eelf_x86_64.c:8822 eelf_x86_64_cloudabi.c:820 +#: eelf_x86_64_fbsd.c:820 eelf_x86_64_haiku.c:820 eelf_x86_64_sol2.c:952 #, c-format msgid " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr " -z shstk generează GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" -#: eelf32_x86_64.c:8742 eelf_i386.c:8189 eelf_i386_fbsd.c:721 -#: eelf_i386_haiku.c:721 eelf_x86_64.c:8792 eelf_x86_64_cloudabi.c:790 -#: eelf_x86_64_fbsd.c:790 eelf_x86_64_haiku.c:790 eelf_x86_64_sol2.c:922 +#: eelf32_x86_64.c:8774 eelf_i386.c:8189 eelf_i386_fbsd.c:721 +#: eelf_i386_haiku.c:721 eelf_x86_64.c:8824 eelf_x86_64_cloudabi.c:822 +#: eelf_x86_64_fbsd.c:822 eelf_x86_64_haiku.c:822 eelf_x86_64_sol2.c:954 #, c-format msgid "" " -z cet-report=[none|warning|error] (default: none)\n" @@ -6174,25 +6221,25 @@ msgstr "" " -z cet-report=[none|warning|error] (implicit: none)\n" " raportează proprietățile IBT È™i SHSTK lipsă\n" -#: eelf32_x86_64.c:8746 eelf_i386.c:8193 eelf_i386_fbsd.c:725 -#: eelf_i386_haiku.c:725 eelf_x86_64.c:8796 eelf_x86_64_cloudabi.c:794 -#: eelf_x86_64_fbsd.c:794 eelf_x86_64_haiku.c:794 eelf_x86_64_sol2.c:926 +#: eelf32_x86_64.c:8778 eelf_i386.c:8193 eelf_i386_fbsd.c:725 +#: eelf_i386_haiku.c:725 eelf_x86_64.c:8828 eelf_x86_64_cloudabi.c:826 +#: eelf_x86_64_fbsd.c:826 eelf_x86_64_haiku.c:826 eelf_x86_64_sol2.c:958 #, c-format msgid " -z report-relative-reloc Report relative relocations\n" msgstr " -z report-relative-reloc raportează realocările relative\n" -#: eelf32_x86_64.c:8749 eelf_i386.c:8196 eelf_i386_fbsd.c:728 -#: eelf_i386_haiku.c:728 eelf_x86_64.c:8799 eelf_x86_64_cloudabi.c:797 -#: eelf_x86_64_fbsd.c:797 eelf_x86_64_haiku.c:797 eelf_x86_64_sol2.c:929 +#: eelf32_x86_64.c:8781 eelf_i386.c:8196 eelf_i386_fbsd.c:728 +#: eelf_i386_haiku.c:728 eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 +#: eelf_x86_64_fbsd.c:829 eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 #, c-format msgid " -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as needed\n" msgstr "" " -z x86-64-{baseline|v[234]} marchează nivelul ISA x86-64-{baseline|v[234]} ca\n" " fiind necesar\n" -#: eelf32_x86_64.c:8752 eelf_i386.c:8199 eelf_i386_fbsd.c:731 -#: eelf_i386_haiku.c:731 eelf_x86_64.c:8802 eelf_x86_64_cloudabi.c:800 -#: eelf_x86_64_fbsd.c:800 eelf_x86_64_haiku.c:800 eelf_x86_64_sol2.c:932 +#: eelf32_x86_64.c:8784 eelf_i386.c:8199 eelf_i386_fbsd.c:731 +#: eelf_i386_haiku.c:731 eelf_x86_64.c:8834 eelf_x86_64_cloudabi.c:832 +#: eelf_x86_64_fbsd.c:832 eelf_x86_64_haiku.c:832 eelf_x86_64_sol2.c:964 #, c-format msgid "" " -z isa-level-report=[none|all|needed|used] (default: none)\n" @@ -6201,8 +6248,8 @@ msgstr "" " -z isa-level-report=[none|all|needed|used] (implicilt: none)\n" " raportează nivelul ISA x86-64\n" -#: eelf32_x86_64.c:8757 eelf_x86_64.c:8821 eelf_x86_64_cloudabi.c:819 -#: eelf_x86_64_fbsd.c:819 eelf_x86_64_haiku.c:819 eelf_x86_64_sol2.c:951 +#: eelf32_x86_64.c:8789 eelf_x86_64.c:8853 eelf_x86_64_cloudabi.c:851 +#: eelf_x86_64_fbsd.c:851 eelf_x86_64_haiku.c:851 eelf_x86_64_sol2.c:983 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags (default)\n" @@ -6211,8 +6258,8 @@ msgstr "" " -z mark-plt marchează PLT cu etichete dinamice (implicit)\n" " -z nomark-plt nu marchează PLT cu etichete dinamice\n" -#: eelf32_x86_64.c:8761 eelf_x86_64.c:8825 eelf_x86_64_cloudabi.c:823 -#: eelf_x86_64_fbsd.c:823 eelf_x86_64_haiku.c:823 eelf_x86_64_sol2.c:955 +#: eelf32_x86_64.c:8793 eelf_x86_64.c:8857 eelf_x86_64_cloudabi.c:855 +#: eelf_x86_64_fbsd.c:855 eelf_x86_64_haiku.c:855 eelf_x86_64_sol2.c:987 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags\n" @@ -6221,20 +6268,20 @@ msgstr "" " -z mark-plt marchează PLT cu etichete dinamice\n" " -z nomark-plt nu marchează PLT cu etichete dinamice (implicit)\n" -#: eelf32_x86_64.c:8765 eelf64loongarch.c:619 eelf64lppc.c:1388 -#: eelf64lppc_fbsd.c:1388 eelf64ppc.c:1388 eelf64ppc_fbsd.c:1388 +#: eelf32_x86_64.c:8797 eelf64loongarch.c:619 eelf64lppc.c:1389 +#: eelf64lppc_fbsd.c:1389 eelf64ppc.c:1389 eelf64ppc_fbsd.c:1389 #: eelf_i386.c:8203 eelf_i386_fbsd.c:735 eelf_i386_haiku.c:735 -#: eelf_x86_64.c:8829 eelf_x86_64_cloudabi.c:827 eelf_x86_64_fbsd.c:827 -#: eelf_x86_64_haiku.c:827 eelf_x86_64_sol2.c:959 +#: eelf_x86_64.c:8861 eelf_x86_64_cloudabi.c:859 eelf_x86_64_fbsd.c:859 +#: eelf_x86_64_haiku.c:859 eelf_x86_64_sol2.c:991 #, c-format msgid " -z pack-relative-relocs Pack relative relocations\n" msgstr " -z pack-relative-relocs raportează realocările relative la pachet\n" -#: eelf32_x86_64.c:8767 eelf64loongarch.c:621 eelf64lppc.c:1390 -#: eelf64lppc_fbsd.c:1390 eelf64ppc.c:1390 eelf64ppc_fbsd.c:1390 +#: eelf32_x86_64.c:8799 eelf64loongarch.c:621 eelf64lppc.c:1391 +#: eelf64lppc_fbsd.c:1391 eelf64ppc.c:1391 eelf64ppc_fbsd.c:1391 #: eelf_i386.c:8205 eelf_i386_fbsd.c:737 eelf_i386_haiku.c:737 -#: eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 eelf_x86_64_fbsd.c:829 -#: eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 +#: eelf_x86_64.c:8863 eelf_x86_64_cloudabi.c:861 eelf_x86_64_fbsd.c:861 +#: eelf_x86_64_haiku.c:861 eelf_x86_64_sol2.c:993 #, c-format msgid " -z nopack-relative-relocs Do not pack relative relocations (default)\n" msgstr " -z nopack-relative-relocs nu raportează realocările relative la pachet (implicit)\n" @@ -6368,12 +6415,12 @@ msgid " --no-check-uleb128 Don't check if SUB_ULEB128 has non-zero add msgstr " --no-check-uleb128 nu verifică dacă SUB_ULEB128 are un adaos diferit de zero\n" #: eelf32cr16.c:88 -msgid "%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: toate obiectele de intrare trebuie să fie COFF sau ELF pentru „--embedded-relocsâ€\n" +msgid "%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" +msgstr "%P: %pB: toate obiectele de intrare trebuie să fie COFF sau ELF pentru „--embedded-relocsâ€\n" #: eelf32cr16.c:112 em68kelf.c:116 em68kelfnbsd.c:116 -msgid "%F%P: %pB: can not create .emreloc section: %E\n" -msgstr "%F%P: %pB: nu se poate crea secÈ›iunea .emreloc: %E\n" +msgid "%P: %pB: can not create .emreloc section: %E\n" +msgstr "%P: %pB: nu se poate crea secÈ›iunea .emreloc: %E\n" #: eelf32cr16.c:131 em68kelf.c:137 em68kelfnbsd.c:137 msgid "%X%P: %pB: section %s has relocs; can not use --embedded-relocs\n" @@ -6388,8 +6435,12 @@ msgid "%X%P: %pB: can not create runtime reloc information: %s\n" msgstr "%X%P: %pB: nu se pot crea informaÈ›ii despre realocarea în timp de execuÈ›ie: %s\n" #: eelf32kvx.c:64 eelf64kvx.c:64 -msgid "%F:%P: -pie not supported\n" -msgstr "%F:%P: opÈ›iunea „-pie†nu este acceptată\n" +msgid ":%P: -pie not supported\n" +msgstr ":%P: opÈ›iunea „-pie†nu este acceptată\n" + +#: eelf32kvx.c:316 eelf64kvx.c:316 eelf64kvx_linux.c:314 +msgid "%P: can not create BFD %E\n" +msgstr "%P: nu se poate crea BFD: %E\n" #: eelf32lppc.c:99 eelf32lppclinux.c:99 eelf32lppcnto.c:99 eelf32lppcsim.c:99 #: eelf32ppc.c:99 eelf32ppc_fbsd.c:99 eelf32ppchaiku.c:99 eelf32ppclinux.c:99 @@ -6426,24 +6477,24 @@ msgstr "%X%P: problemă ppc_finish_symbols %E\n" #: eelf32lppcsim.c:810 eelf32ppc.c:810 eelf32ppc_fbsd.c:810 #: eelf32ppchaiku.c:810 eelf32ppclinux.c:810 eelf32ppcnto.c:810 #: eelf32ppcsim.c:810 eelf32ppcvxworks.c:780 eelf32ppcwindiss.c:810 -#: eelf64lppc.c:1251 eelf64lppc_fbsd.c:1251 eelf64ppc.c:1251 -#: eelf64ppc_fbsd.c:1251 -msgid "%F%P: invalid --plt-align `%s'\n" -msgstr "%F%P: argument nevalid --plt-align „%sâ€\n" +#: eelf64lppc.c:1252 eelf64lppc_fbsd.c:1252 eelf64ppc.c:1252 +#: eelf64ppc_fbsd.c:1252 +msgid "%P: invalid --plt-align `%s'\n" +msgstr "%P: argument nevalid --plt-align „%sâ€\n" #: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 #: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 #: eelf32ppchaiku.c:843 eelf32ppclinux.c:843 eelf32ppcnto.c:843 #: eelf32ppcsim.c:843 eelf32ppcvxworks.c:813 eelf32ppcwindiss.c:843 -msgid "%F%P: invalid pagesize `%s'\n" -msgstr "%F%P: dimensiune a paginii nevalidă „%sâ€\n" +msgid "%P: invalid pagesize `%s'\n" +msgstr "%P: dimensiune a paginii nevalidă „%sâ€\n" #: eelf32lppc.c:873 eelf32lppclinux.c:873 eelf32lppcnto.c:873 #: eelf32lppcsim.c:873 eelf32ppc.c:873 eelf32ppc_fbsd.c:873 #: eelf32ppchaiku.c:873 eelf32ppclinux.c:873 eelf32ppcnto.c:873 #: eelf32ppcsim.c:873 eelf32ppcvxworks.c:847 eelf32ppcwindiss.c:873 -#: eelf64lppc.c:1436 eelf64lppc_fbsd.c:1436 eelf64ppc.c:1436 -#: eelf64ppc_fbsd.c:1436 +#: eelf64lppc.c:1437 eelf64lppc_fbsd.c:1437 eelf64ppc.c:1437 +#: eelf64ppc_fbsd.c:1437 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr "" @@ -6454,8 +6505,8 @@ msgstr "" #: eelf32lppcsim.c:876 eelf32ppc.c:876 eelf32ppc_fbsd.c:876 #: eelf32ppchaiku.c:876 eelf32ppclinux.c:876 eelf32ppcnto.c:876 #: eelf32ppcsim.c:876 eelf32ppcvxworks.c:850 eelf32ppcwindiss.c:876 -#: eelf64lppc.c:1439 eelf64lppc_fbsd.c:1439 eelf64ppc.c:1439 -#: eelf64ppc_fbsd.c:1439 +#: eelf64lppc.c:1440 eelf64lppc_fbsd.c:1440 eelf64ppc.c:1440 +#: eelf64ppc_fbsd.c:1440 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr "" @@ -6466,8 +6517,8 @@ msgstr "" #: eelf32lppcsim.c:879 eelf32ppc.c:879 eelf32ppc_fbsd.c:879 #: eelf32ppchaiku.c:879 eelf32ppclinux.c:879 eelf32ppcnto.c:879 #: eelf32ppcsim.c:879 eelf32ppcvxworks.c:853 eelf32ppcwindiss.c:879 -#: eelf64lppc.c:1459 eelf64lppc_fbsd.c:1459 eelf64ppc.c:1459 -#: eelf64ppc_fbsd.c:1459 +#: eelf64lppc.c:1460 eelf64lppc_fbsd.c:1460 eelf64ppc.c:1460 +#: eelf64ppc_fbsd.c:1460 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr " --no-tls-optimize nu încearcă să optimizeze accesările TLS\n" @@ -6476,8 +6527,8 @@ msgstr " --no-tls-optimize nu încearcă să optimizeze accesările T #: eelf32lppcsim.c:882 eelf32ppc.c:882 eelf32ppc_fbsd.c:882 #: eelf32ppchaiku.c:882 eelf32ppclinux.c:882 eelf32ppcnto.c:882 #: eelf32ppcsim.c:882 eelf32ppcvxworks.c:856 eelf32ppcwindiss.c:882 -#: eelf64lppc.c:1465 eelf64lppc_fbsd.c:1465 eelf64ppc.c:1465 -#: eelf64ppc_fbsd.c:1465 +#: eelf64lppc.c:1466 eelf64lppc_fbsd.c:1466 eelf64ppc.c:1466 +#: eelf64ppc_fbsd.c:1466 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr " --no-tls-get-addr-optimize nu foloseÈ™te un apel special __tls_get_addr\n" @@ -6511,8 +6562,8 @@ msgstr "" #: eelf32lppc.c:894 eelf32lppclinux.c:894 eelf32lppcnto.c:894 #: eelf32lppcsim.c:894 eelf32ppc.c:894 eelf32ppc_fbsd.c:894 #: eelf32ppchaiku.c:894 eelf32ppclinux.c:894 eelf32ppcnto.c:894 -#: eelf32ppcsim.c:894 eelf32ppcwindiss.c:894 eelf64lppc.c:1418 -#: eelf64lppc_fbsd.c:1418 eelf64ppc.c:1418 eelf64ppc_fbsd.c:1418 +#: eelf32ppcsim.c:894 eelf32ppcwindiss.c:894 eelf64lppc.c:1419 +#: eelf64lppc_fbsd.c:1419 eelf64ppc.c:1419 eelf64ppc_fbsd.c:1419 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr "" @@ -6522,8 +6573,8 @@ msgstr "" #: eelf32lppc.c:897 eelf32lppclinux.c:897 eelf32lppcnto.c:897 #: eelf32lppcsim.c:897 eelf32ppc.c:897 eelf32ppc_fbsd.c:897 #: eelf32ppchaiku.c:897 eelf32ppclinux.c:897 eelf32ppcnto.c:897 -#: eelf32ppcsim.c:897 eelf32ppcwindiss.c:897 eelf64lppc.c:1477 -#: eelf64lppc_fbsd.c:1477 eelf64ppc.c:1477 eelf64ppc_fbsd.c:1477 +#: eelf32ppcsim.c:897 eelf32ppcwindiss.c:897 eelf64lppc.c:1478 +#: eelf64lppc_fbsd.c:1478 eelf64ppc.c:1478 eelf64ppc_fbsd.c:1478 #, c-format msgid " --no-inline-optimize Don't convert inline PLT to direct calls\n" msgstr " --no-inline-optimize nu converteÈ™te PLTurile în linie în apeluri directe\n" @@ -6577,8 +6628,8 @@ msgstr " --vle-reloc-fixup corectează realocarea vechiului fiÈ™ier o msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr " --base_file <fiÈ™ier-bază> generează un fiÈ™ier de bază pentru DLL-uri realocabile\n" -#: eelf32metag.c:802 eelf64lppc.c:1393 eelf64lppc_fbsd.c:1393 eelf64ppc.c:1393 -#: eelf64ppc_fbsd.c:1393 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 +#: eelf32metag.c:802 eelf64lppc.c:1394 eelf64lppc_fbsd.c:1394 eelf64ppc.c:1394 +#: eelf64ppc_fbsd.c:1394 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 #: ehppaobsd.c:843 #, c-format msgid "" @@ -6656,8 +6707,8 @@ msgid "%P: warning: failed to convert %s table in %pB (%s); subsequent disassemb msgstr "%P: avertisment: nu s-a reuÈ™it conversia tabelului %s în %pB (%s); dezasamblarea ulterioară poate fi incompletă\n" #: eelf32xtensa.c:421 -msgid "%F%P: %pB: cannot read contents of section %pA\n" -msgstr "%F%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii %pA\n" +msgid "%P: %pB: cannot read contents of section %pA\n" +msgstr "%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii %pA\n" #: eelf32xtensa.c:432 msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n" @@ -6668,24 +6719,24 @@ msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" msgstr "%P: %pB: avertisment: nu se poate analiza secÈ›iunea .xtensa.info\n" #: eelf32xtensa.c:462 -msgid "%F%P: little endian output does not match Xtensa configuration\n" -msgstr "%F%P: ieÈ™irea little endian nu se potriveÈ™te cu configuraÈ›ia Xtensa\n" +msgid "%P: little endian output does not match Xtensa configuration\n" +msgstr "%P: ieÈ™irea little endian nu se potriveÈ™te cu configuraÈ›ia Xtensa\n" #: eelf32xtensa.c:468 -msgid "%F%P: big endian output does not match Xtensa configuration\n" -msgstr "%F%P: ieÈ™irea big endian nu se potriveÈ™te cu configuraÈ›ia Xtensa\n" +msgid "%P: big endian output does not match Xtensa configuration\n" +msgstr "%P: ieÈ™irea big endian nu se potriveÈ™te cu configuraÈ›ia Xtensa\n" #: eelf32xtensa.c:487 -msgid "%F%P: cross-endian linking for %pB not supported\n" -msgstr "%F%P: legătura cross-endian pentru %pB nu este admisă\n" +msgid "%P: cross-endian linking for %pB not supported\n" +msgstr "%P: legătura cross-endian pentru %pB nu este admisă\n" #: eelf32xtensa.c:518 -msgid "%F%P: failed to create .xtensa.info section\n" -msgstr "%F%P: a eÈ™uat crearea secÈ›iunii .xtensa.info\n" +msgid "%P: failed to create .xtensa.info section\n" +msgstr "%P: a eÈ™uat crearea secÈ›iunii .xtensa.info\n" #: eelf32xtensa.c:1257 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" -msgstr "%F%P: Relaxarea nu este admisă cu „--enable-non-contiguous-regionsâ€.\n" +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions.\n" +msgstr "%P: Relaxarea nu este admisă cu „--enable-non-contiguous-regionsâ€.\n" #: eelf32xtensa.c:2466 #, c-format @@ -6708,34 +6759,25 @@ msgid " --abi-call0 Choose call0 ABI for the output object\n" msgstr " --abi-call0 alege ABI call0 pentru obiectul de ieÈ™ire\n" #: eelf32z80.c:70 ez80.c:59 -msgid "%F%P: %pB: Instruction sets of object files incompatible\n" -msgstr "%F%P: %pB: Seturile de instrucÈ›iuni ale fiÈ™ierelor obiect sunt incompatibile\n" +msgid "%P: %pB: Instruction sets of object files incompatible\n" +msgstr "%P: %pB: Seturile de instrucÈ›iuni ale fiÈ™ierelor obiect sunt incompatibile\n" #: eelf64_ia64.c:575 eelf64_ia64_fbsd.c:575 #, c-format msgid " --itanium Generate code for Intel Itanium processor\n" msgstr " --itanium generează cod pentru procesorul Intel Itanium\n" -#: eelf64_s390.c:648 +#: eelf64_s390.c:661 #, c-format msgid " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr " --s390-pgste îi indică nucleului să aloce tabele de pagini de 4k\n" -#: eelf64alpha.c:645 eelf64alpha_fbsd.c:645 eelf64alpha_nbsd.c:645 -#, c-format -msgid "" -" --taso Load executable in the lower 31-bit addressable\n" -" virtual address range\n" -msgstr "" -" --taso încarcă executabilul în intervalul inferior de\n" -" adrese virtuale adresabile pe 31 de biÈ›i\n" - -#: eelf64alpha.c:648 eelf64alpha_fbsd.c:648 eelf64alpha_nbsd.c:648 +#: eelf64alpha.c:618 eelf64alpha_fbsd.c:618 eelf64alpha_nbsd.c:618 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr " --secureplt forÈ›ează PLT în segmentul de text\n" -#: eelf64alpha.c:650 eelf64alpha_fbsd.c:650 eelf64alpha_nbsd.c:650 +#: eelf64alpha.c:620 eelf64alpha_fbsd.c:620 eelf64alpha_nbsd.c:620 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr " --no-secureplt forÈ›ează PLT în segmentul de date\n" @@ -6754,81 +6796,81 @@ msgstr "%X%P: scriptul editorului de legături separă .got È™i .toc\n" msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "%P: fragmentele .init/.fini utilizează indicatori TOC diferiÈ›i\n" -#: eelf64lppc.c:1280 eelf64lppc_fbsd.c:1280 eelf64ppc.c:1280 -#: eelf64ppc_fbsd.c:1280 -msgid "%F%P: invalid --power10-stubs argument `%s'\n" -msgstr "%F%P: argument --power10-stubs nevalid „%sâ€\n" +#: eelf64lppc.c:1281 eelf64lppc_fbsd.c:1281 eelf64ppc.c:1281 +#: eelf64ppc_fbsd.c:1281 +msgid "%P: invalid --power10-stubs argument `%s'\n" +msgstr "%P: argument --power10-stubs nevalid „%sâ€\n" -#: eelf64lppc.c:1403 eelf64ppc.c:1403 +#: eelf64lppc.c:1404 eelf64ppc.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr "" " --plt-static-chain cioturile (stub) de apel PLT trebuie să încarce\n" " r11 (implicit)\n" -#: eelf64lppc.c:1406 eelf64ppc.c:1406 +#: eelf64lppc.c:1407 eelf64ppc.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr "" " --no-plt-static-chain cioturile (stub) de apel PLT nu trebuie să încarce\n" " r11\n" -#: eelf64lppc.c:1409 eelf64lppc_fbsd.c:1409 eelf64ppc.c:1409 -#: eelf64ppc_fbsd.c:1409 +#: eelf64lppc.c:1410 eelf64lppc_fbsd.c:1410 eelf64ppc.c:1410 +#: eelf64ppc_fbsd.c:1410 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr "" " --plt-thread-safe cioturi (stubs) de apel PLT cu barieră de\n" " încărcare-încărcare (load-load)\n" -#: eelf64lppc.c:1412 eelf64lppc_fbsd.c:1412 eelf64ppc.c:1412 -#: eelf64ppc_fbsd.c:1412 +#: eelf64lppc.c:1413 eelf64lppc_fbsd.c:1413 eelf64ppc.c:1413 +#: eelf64ppc_fbsd.c:1413 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr " --no-plt-thread-safe cioturi de apel PLT fără barieră\n" -#: eelf64lppc.c:1415 eelf64lppc_fbsd.c:1415 eelf64ppc.c:1415 -#: eelf64ppc_fbsd.c:1415 +#: eelf64lppc.c:1416 eelf64lppc_fbsd.c:1416 eelf64ppc.c:1416 +#: eelf64ppc_fbsd.c:1416 #, c-format msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n" msgstr "" " --plt-align [=<alinierea>] aliniază cioturile (stubs) de apel PLT pentru\n" " a se potrivi cu liniile din spaÈ›iul de prestocare\n" -#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421 -#: eelf64ppc_fbsd.c:1421 +#: eelf64lppc.c:1422 eelf64lppc_fbsd.c:1422 eelf64ppc.c:1422 +#: eelf64ppc_fbsd.c:1422 #, c-format msgid " --plt-localentry Optimize calls to ELFv2 localentry:0 functions\n" msgstr " --plt-localentry optimizează apelurile către funcÈ›iile ELFv2 localentry:0\n" -#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424 -#: eelf64ppc_fbsd.c:1424 +#: eelf64lppc.c:1425 eelf64lppc_fbsd.c:1425 eelf64ppc.c:1425 +#: eelf64ppc_fbsd.c:1425 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr " --no-plt-localentry nu optimizează apelurile ELFv2\n" -#: eelf64lppc.c:1427 eelf64lppc_fbsd.c:1427 eelf64ppc.c:1427 -#: eelf64ppc_fbsd.c:1427 +#: eelf64lppc.c:1428 eelf64lppc_fbsd.c:1428 eelf64ppc.c:1428 +#: eelf64ppc_fbsd.c:1428 #, c-format msgid " --power10-stubs [=auto] Use Power10 PLT call stubs (default auto)\n" msgstr "" " --power10-stubs [=auto] utilizează cioturi (stubs) de apelare Power10 PLT\n" " (implicit auto)\n" -#: eelf64lppc.c:1430 eelf64lppc_fbsd.c:1430 eelf64ppc.c:1430 -#: eelf64ppc_fbsd.c:1430 +#: eelf64lppc.c:1431 eelf64lppc_fbsd.c:1431 eelf64ppc.c:1431 +#: eelf64ppc_fbsd.c:1431 #, c-format msgid " --no-pcrel-optimize Don't perform R_PPC64_PCREL_OPT optimization\n" msgstr " --no-pcrel-optimize nu efectuează optimizarea R_PPC64_PCREL_OPT\n" -#: eelf64lppc.c:1433 eelf64lppc_fbsd.c:1433 eelf64ppc.c:1433 -#: eelf64ppc_fbsd.c:1433 +#: eelf64lppc.c:1434 eelf64lppc_fbsd.c:1434 eelf64ppc.c:1434 +#: eelf64ppc_fbsd.c:1434 #, c-format msgid " --no-power10-stubs Don't use Power10 PLT call stubs\n" msgstr " --no-power10-stubs nu utilizează cioturi (stubs) de apelare Power10 PLT\n" -#: eelf64lppc.c:1442 eelf64lppc_fbsd.c:1442 eelf64ppc.c:1442 -#: eelf64ppc_fbsd.c:1442 +#: eelf64lppc.c:1443 eelf64lppc_fbsd.c:1443 eelf64ppc.c:1443 +#: eelf64ppc_fbsd.c:1443 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a version\n" @@ -6842,14 +6884,14 @@ msgstr "" " la fel ca simbolurile descriptorilor de funcÈ›ie;\n" " valoarea implicită este «activată»\n" -#: eelf64lppc.c:1448 eelf64lppc_fbsd.c:1448 eelf64ppc.c:1448 -#: eelf64ppc_fbsd.c:1448 +#: eelf64lppc.c:1449 eelf64lppc_fbsd.c:1449 eelf64ppc.c:1449 +#: eelf64ppc_fbsd.c:1449 #, c-format msgid " --no-dotsyms Don't do anything special in version scripts\n" msgstr " --no-dotsyms nu face nimic special în scripturile de versiune\n" -#: eelf64lppc.c:1451 eelf64lppc_fbsd.c:1451 eelf64ppc.c:1451 -#: eelf64ppc_fbsd.c:1451 +#: eelf64lppc.c:1452 eelf64lppc_fbsd.c:1452 eelf64ppc.c:1452 +#: eelf64ppc_fbsd.c:1452 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines used\n" @@ -6861,60 +6903,60 @@ msgstr "" " implicită este activată pentru o legătură finală\n" " normală, È™i dezactivată pentru «ld -r»\n" -#: eelf64lppc.c:1456 eelf64lppc_fbsd.c:1456 eelf64ppc.c:1456 -#: eelf64ppc_fbsd.c:1456 +#: eelf64lppc.c:1457 eelf64lppc_fbsd.c:1457 eelf64ppc.c:1457 +#: eelf64ppc_fbsd.c:1457 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr " --no-save-restore-funcs nu furnizează aceste rutine\n" -#: eelf64lppc.c:1462 eelf64lppc_fbsd.c:1462 eelf64ppc.c:1462 -#: eelf64ppc_fbsd.c:1462 +#: eelf64lppc.c:1463 eelf64lppc_fbsd.c:1463 eelf64ppc.c:1463 +#: eelf64ppc_fbsd.c:1463 #, c-format msgid " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr " --tls-get-addr-optimize forÈ›ează utilizarea apelului special __tls_get_addr\n" -#: eelf64lppc.c:1468 eelf64lppc_fbsd.c:1468 eelf64ppc.c:1468 -#: eelf64ppc_fbsd.c:1468 +#: eelf64lppc.c:1469 eelf64lppc_fbsd.c:1469 eelf64ppc.c:1469 +#: eelf64ppc_fbsd.c:1469 #, c-format msgid " --tls-get-addr-regsave Force register save __tls_get_addr stub\n" msgstr "" " --tls-get-addr-regsave forÈ›ează utilizarea ciotului (stub) de salvare a\n" " registrului __tls_get_addr\n" -#: eelf64lppc.c:1471 eelf64lppc_fbsd.c:1471 eelf64ppc.c:1471 -#: eelf64ppc_fbsd.c:1471 +#: eelf64lppc.c:1472 eelf64lppc_fbsd.c:1472 eelf64ppc.c:1472 +#: eelf64ppc_fbsd.c:1472 #, c-format msgid " --no-tls-get-addr-regsave Don't use register save __tls_get_addr stub\n" msgstr "" " --no-tls-get-addr-regsave nu utilizează ciotul (stub) de salvare a registrului\n" " __tls_get_addr\n" -#: eelf64lppc.c:1474 eelf64lppc_fbsd.c:1474 eelf64ppc.c:1474 -#: eelf64ppc_fbsd.c:1474 +#: eelf64lppc.c:1475 eelf64lppc_fbsd.c:1475 eelf64ppc.c:1475 +#: eelf64ppc_fbsd.c:1475 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr " --no-opd-optimize nu optimizează secÈ›iunea OPD\n" -#: eelf64lppc.c:1480 eelf64lppc_fbsd.c:1480 eelf64ppc.c:1480 -#: eelf64ppc_fbsd.c:1480 +#: eelf64lppc.c:1481 eelf64lppc_fbsd.c:1481 eelf64ppc.c:1481 +#: eelf64ppc_fbsd.c:1481 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr " --no-toc-optimize nu optimizează secÈ›iunea TOC\n" -#: eelf64lppc.c:1483 eelf64lppc_fbsd.c:1483 eelf64ppc.c:1483 -#: eelf64ppc_fbsd.c:1483 +#: eelf64lppc.c:1484 eelf64lppc_fbsd.c:1484 eelf64ppc.c:1484 +#: eelf64ppc_fbsd.c:1484 #, c-format msgid " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr " --no-multi-toc nu permite secÈ›iuni automate de toc multiple\n" -#: eelf64lppc.c:1486 eelf64lppc_fbsd.c:1486 eelf64ppc.c:1486 -#: eelf64ppc_fbsd.c:1486 +#: eelf64lppc.c:1487 eelf64lppc_fbsd.c:1487 eelf64ppc.c:1487 +#: eelf64ppc_fbsd.c:1487 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr " --no-toc-sort nu sortează secÈ›iunile TOC È™i GOT\n" -#: eelf64lppc.c:1489 eelf64lppc_fbsd.c:1489 eelf64ppc.c:1489 -#: eelf64ppc_fbsd.c:1489 +#: eelf64lppc.c:1490 eelf64lppc_fbsd.c:1490 eelf64ppc.c:1490 +#: eelf64ppc_fbsd.c:1490 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" @@ -6923,12 +6965,12 @@ msgstr "" " --non-overlapping-opd canonizează .opd, astfel încât să nu existe intrări\n" " .opd suprapuse\n" -#: eelf64lppc_fbsd.c:1403 eelf64ppc_fbsd.c:1403 +#: eelf64lppc_fbsd.c:1404 eelf64ppc_fbsd.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr " --plt-static-chain cioturile (stub) de apel PLT trebuie să încarce r11\n" -#: eelf64lppc_fbsd.c:1406 eelf64ppc_fbsd.c:1406 +#: eelf64lppc_fbsd.c:1407 eelf64ppc_fbsd.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" msgstr "" @@ -6943,34 +6985,33 @@ msgstr "%X%P: probleme interne la configurarea secÈ›iunii %s" msgid "%X%P: too many global registers: %u, max 223\n" msgstr "%X%P: prea multe registre globale: %u, max 223\n" -#. This is a fatal error; make einfo call not return. -#: eelf64mmix.c:146 emmo.c:146 -msgid "%F%P: can't finalize linker-allocated global registers\n" -msgstr "%F%P: nu se pot finaliza registrele globale alocate pentru editorul de legături\n" +#: eelf64mmix.c:144 emmo.c:144 +msgid "%P: can't finalize linker-allocated global registers\n" +msgstr "%P: nu se pot finaliza registrele globale alocate pentru editorul de legături\n" -#: eelf_x86_64.c:8687 eelf_x86_64_cloudabi.c:685 eelf_x86_64_fbsd.c:685 -#: eelf_x86_64_haiku.c:685 eelf_x86_64_sol2.c:817 -msgid "%F%P: invalid option for -z lam-u48-report=: %s\n" -msgstr "%F%P: opÈ›iune nevalidă pentru -z lam-u48-report=: %s\n" +#: eelf_x86_64.c:8719 eelf_x86_64_cloudabi.c:717 eelf_x86_64_fbsd.c:717 +#: eelf_x86_64_haiku.c:717 eelf_x86_64_sol2.c:849 +msgid "%P: invalid option for -z lam-u48-report=: %s\n" +msgstr "%P: opÈ›iune nevalidă pentru -z lam-u48-report=: %s\n" -#: eelf_x86_64.c:8701 eelf_x86_64_cloudabi.c:699 eelf_x86_64_fbsd.c:699 -#: eelf_x86_64_haiku.c:699 eelf_x86_64_sol2.c:831 -msgid "%F%P: invalid option for -z lam-u57-report=: %s\n" -msgstr "%F%P: opÈ›iune nevalidă pentru -z lam-u57-report=: %s\n" +#: eelf_x86_64.c:8733 eelf_x86_64_cloudabi.c:731 eelf_x86_64_fbsd.c:731 +#: eelf_x86_64_haiku.c:731 eelf_x86_64_sol2.c:863 +msgid "%P: invalid option for -z lam-u57-report=: %s\n" +msgstr "%P: opÈ›iune nevalidă pentru -z lam-u57-report=: %s\n" -#: eelf_x86_64.c:8722 eelf_x86_64_cloudabi.c:720 eelf_x86_64_fbsd.c:720 -#: eelf_x86_64_haiku.c:720 eelf_x86_64_sol2.c:852 -msgid "%F%P: invalid option for -z lam-report=: %s\n" -msgstr "%F%P: opÈ›iune nevalidă pentru -z lam-report=: %s\n" +#: eelf_x86_64.c:8754 eelf_x86_64_cloudabi.c:752 eelf_x86_64_fbsd.c:752 +#: eelf_x86_64_haiku.c:752 eelf_x86_64_sol2.c:884 +msgid "%P: invalid option for -z lam-report=: %s\n" +msgstr "%P: opÈ›iune nevalidă pentru -z lam-report=: %s\n" -#: eelf_x86_64.c:8806 eelf_x86_64_cloudabi.c:804 eelf_x86_64_fbsd.c:804 -#: eelf_x86_64_haiku.c:804 eelf_x86_64_sol2.c:936 +#: eelf_x86_64.c:8838 eelf_x86_64_cloudabi.c:836 eelf_x86_64_fbsd.c:836 +#: eelf_x86_64_haiku.c:836 eelf_x86_64_sol2.c:968 #, c-format msgid " -z lam-u48 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" msgstr " -z lam-u48 generează GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" -#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 -#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 +#: eelf_x86_64.c:8840 eelf_x86_64_cloudabi.c:838 eelf_x86_64_fbsd.c:838 +#: eelf_x86_64_haiku.c:838 eelf_x86_64_sol2.c:970 #, c-format msgid "" " -z lam-u48-report=[none|warning|error] (default: none)\n" @@ -6979,14 +7020,14 @@ msgstr "" " -z lam-u48-report=[none|warning|error] (implicit: none)\n" " raportează lipsa proprietății LAM_U48\n" -#: eelf_x86_64.c:8811 eelf_x86_64_cloudabi.c:809 eelf_x86_64_fbsd.c:809 -#: eelf_x86_64_haiku.c:809 eelf_x86_64_sol2.c:941 +#: eelf_x86_64.c:8843 eelf_x86_64_cloudabi.c:841 eelf_x86_64_fbsd.c:841 +#: eelf_x86_64_haiku.c:841 eelf_x86_64_sol2.c:973 #, c-format msgid " -z lam-u57 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" msgstr " -z lam-u57 generează GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" -#: eelf_x86_64.c:8813 eelf_x86_64_cloudabi.c:811 eelf_x86_64_fbsd.c:811 -#: eelf_x86_64_haiku.c:811 eelf_x86_64_sol2.c:943 +#: eelf_x86_64.c:8845 eelf_x86_64_cloudabi.c:843 eelf_x86_64_fbsd.c:843 +#: eelf_x86_64_haiku.c:843 eelf_x86_64_sol2.c:975 #, c-format msgid "" " -z lam-u57-report=[none|warning|error] (default: none)\n" @@ -6995,8 +7036,8 @@ msgstr "" " -z lam-u57-report=[none|warning|error] (implicit: none)\n" " raportează lipsa proprietății LAM_U57\n" -#: eelf_x86_64.c:8816 eelf_x86_64_cloudabi.c:814 eelf_x86_64_fbsd.c:814 -#: eelf_x86_64_haiku.c:814 eelf_x86_64_sol2.c:946 +#: eelf_x86_64.c:8848 eelf_x86_64_cloudabi.c:846 eelf_x86_64_fbsd.c:846 +#: eelf_x86_64_haiku.c:846 eelf_x86_64_sol2.c:978 #, c-format msgid "" " -z lam-report=[none|warning|error] (default: none)\n" @@ -7018,21 +7059,21 @@ msgstr "" " --multi-subspace generează cioturi (stubs) de import È™i export pentru\n" " a admite biblioteci partajate în mai multe sub-spaÈ›ii\n" -#: ei386beos.c:359 -msgid "%F%P: PE operations on non PE file\n" -msgstr "%F%P: operaÈ›ii PE pe un fiÈ™ier care nu este PE\n" +#: ei386beos.c:354 +msgid "%P: PE operations on non PE file\n" +msgstr "%P: operaÈ›ii PE pe un fiÈ™ier care nu este PE\n" -#: ei386beos.c:409 ei386beos.c:414 -msgid "%F%P: %pB: can't read contents of section .idata: %E\n" -msgstr "%F%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .idata: %E\n" +#: ei386beos.c:403 ei386beos.c:408 +msgid "%P: %pB: can't read contents of section .idata: %E\n" +msgstr "%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .idata: %E\n" -#: ei386beos.c:646 -msgid "%F%P: section %s has '$' as first character\n" -msgstr "%F%P: secÈ›iunea %s are „$†ca prim caracter\n" +#: ei386beos.c:640 +msgid "%P: section %s has '$' as first character\n" +msgstr "%P: secÈ›iunea %s are „$†ca prim caracter\n" -#: ei386beos.c:676 -msgid "%F%P: *(%s$) missing from linker script\n" -msgstr "%F%P: *(%s$) lipseÈ™te din scriptul editorului de legături\n" +#: ei386beos.c:670 +msgid "%P: *(%s$) missing from linker script\n" +msgstr "%P: *(%s$) lipseÈ™te din scriptul editorului de legături\n" #: em68hc11elf.c:144 em68hc11elfb.c:144 em68hc12elf.c:144 em68hc12elfb.c:144 msgid "%P: warning: the size of the 'window' memory region is not a power of 2; its size %d is truncated to %d\n" @@ -7061,8 +7102,8 @@ msgstr "" " dispunerea ferestrei bancului de memorie\n" #: em68kelf.c:92 em68kelfnbsd.c:92 -msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: toate obiectele de intrare trebuie să fie ELF pentru „--embedded-relocsâ€\n" +msgid "%P: %pB: all input objects must be ELF for --embedded-relocs\n" +msgstr "%P: %pB: toate obiectele de intrare trebuie să fie ELF pentru „--embedded-relocsâ€\n" #: em68kelf.c:701 em68kelfnbsd.c:701 msgid "%P: unrecognized --got argument '%s'\n" @@ -7073,7 +7114,7 @@ msgstr "%P: argument --got nerecunoscut „%sâ€\n" msgid " --got=<type> Specify GOT handling scheme\n" msgstr " --got=<tip> specifică schema de gestionare a GOT\n" -#: emmo.c:333 +#: emmo.c:330 msgid "%X%P: internal problems scanning %pB after opening it" msgstr "%X%P: probleme interne la scanarea %pB după ce a fost deschis" @@ -7139,8 +7180,8 @@ msgstr "%P: eroare: argument nerecunoscut pentru opÈ›iunea --data-region=: „%s #. Incompatible objects. #: ends32belf.c:129 ends32belf16m.c:129 ends32belf_linux.c:129 ends32elf.c:129 #: ends32elf16m.c:129 ends32elf_linux.c:129 -msgid "%F%P: %pB: ABI version of object files mismatched\n" -msgstr "%F%P: %pB: versiunea ABI a fiÈ™ierelor obiect nu corespunde\n" +msgid "%P: %pB: ABI version of object files mismatched\n" +msgstr "%P: %pB: versiunea ABI a fiÈ™ierelor obiect nu corespunde\n" #: ends32belf.c:450 ends32belf16m.c:450 ends32belf_linux.c:583 ends32elf.c:450 #: ends32elf16m.c:450 ends32elf_linux.c:583 @@ -7221,9 +7262,23 @@ msgstr " --no-omagic echivalent cu „--nmagicâ€\n" msgid " --format 0|1|2 Specify which COFF version to use\n" msgstr " --format 0|1|2 specifică versiunea COFF ce trebuie utilizată\n" -#: etic3xcoff.c:92 etic3xcoff_onchip.c:92 etic4xcoff.c:92 etic54xcoff.c:92 -msgid "%F%P: invalid COFF format version %s\n" -msgstr "%F%P: versiune nevalidă a formatului COFF %s\n" +#: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91 +msgid "%P: invalid COFF format version %s\n" +msgstr "%P: versiune nevalidă a formatului COFF %s\n" + +#~ msgid "%F%P: %pB: bfd_stat failed: %E\n" +#~ msgstr "%F%P: %pB: bfd_stat a eÈ™uat: %E\n" + +#~ msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" +#~ msgstr "%F%P: %pB: nu se poate citi conÈ›inutul secÈ›iunii .gnu.warning: %E\n" + +#, c-format +#~ msgid "" +#~ " --taso Load executable in the lower 31-bit addressable\n" +#~ " virtual address range\n" +#~ msgstr "" +#~ " --taso încarcă executabilul în intervalul inferior de\n" +#~ " adrese virtuale adresabile pe 31 de biÈ›i\n" #~ msgid "%P%F: cannot create name for linker map file: %E\n" #~ msgstr "%P%F: nu se poate crea numele pentru fiÈ™ierul-hartă al editorului de legături: %E\n" diff --git a/ld/po/uk.po b/ld/po/uk.po index ec08501..85d9d1f 100644 --- a/ld/po/uk.po +++ b/ld/po/uk.po @@ -2,13 +2,13 @@ # Copyright (C) 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the binutils package. # -# Yuri Chornoivan <yurchor@ukr.net>, 2012, 2014, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025. +# Yuri Chornoivan <yurchor@ukr.net>, 2012, 2014, 2017-2025. msgid "" msgstr "" -"Project-Id-Version: ld 2.43.90\n" +"Project-Id-Version: ld 2.44.90\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2025-01-19 12:28+0000\n" -"PO-Revision-Date: 2025-01-19 19:19+0200\n" +"POT-Creation-Date: 2025-07-13 08:53+0100\n" +"PO-Revision-Date: 2025-07-15 16:30+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" "Language: uk\n" @@ -60,17 +60,17 @@ msgstr "Ðемає Ñимволів\n" msgid "%P: symbol `%pT' missing from main hash table\n" msgstr "%P: немає Ñимволу «%pT» у оÑновній таблиці хешів\n" -#: ldcref.c:517 ldcref.c:628 ldmain.c:1357 ldmisc.c:327 pe-dll.c:780 -#: pe-dll.c:1350 pe-dll.c:1471 pe-dll.c:1573 eaarch64pe.c:1580 earm64pe.c:1580 +#: ldcref.c:517 ldcref.c:628 ldmain.c:1733 ldmisc.c:320 pe-dll.c:783 +#: pe-dll.c:1353 pe-dll.c:1474 pe-dll.c:1576 eaarch64pe.c:1580 earm64pe.c:1580 #: earm_wince_pe.c:1583 earm_wince_pe.c:1770 earmpe.c:1583 earmpe.c:1770 #: ei386pe.c:1583 ei386pe.c:1770 ei386pe_posix.c:1583 ei386pe_posix.c:1770 #: ei386pep.c:1580 emcorepe.c:1583 emcorepe.c:1770 eshpe.c:1583 eshpe.c:1770 -msgid "%F%P: %pB: could not read symbols: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ Ñимволи: %E\n" +msgid "%P: %pB: could not read symbols: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ Ñимволи: %E\n" -#: ldcref.c:690 ldcref.c:697 ldmain.c:1419 ldmain.c:1426 -msgid "%F%P: %pB: could not read relocs: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ переÑуваннÑ: %E\n" +#: ldcref.c:690 ldcref.c:697 ldmain.c:1795 ldmain.c:1802 +msgid "%P: %pB: could not read relocs: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ переÑуваннÑ: %E\n" #. We found a reloc for the symbol. The symbol is defined #. in OUTSECNAME. This reloc is from a section which is @@ -111,14 +111,14 @@ msgstr "" "\n" #: ldelf.c:98 -msgid "%F%P: common page size (0x%v) > maximum page size (0x%v)\n" -msgstr "%F%P: типовий розмір Ñторінки (0x%v) > макÑимального розміру Ñторінки (0x%v)\n" +msgid "%P: common page size (0x%v) > maximum page size (0x%v)\n" +msgstr "%P: типовий розмір Ñторінки (0x%v) > макÑимального розміру Ñторінки (0x%v)\n" #: ldelf.c:124 -msgid "%F%P: %pB: --just-symbols may not be used on DSO\n" -msgstr "%F%P: %pB: --just-symbols може бути не викориÑтано Ð´Ð»Ñ DSO\n" +msgid "%P: %pB: --just-symbols may not be used on DSO\n" +msgstr "%P: %pB: --just-symbols може бути не викориÑтано Ð´Ð»Ñ DSO\n" -#: ldelf.c:226 +#: ldelf.c:226 ldelf.c:372 msgid "%P: %pB: bfd_stat failed: %E\n" msgstr "%P: %pB: помилка bfd_stat: %E\n" @@ -132,21 +132,17 @@ msgid "attempt to open %s failed\n" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ %s\n" #: ldelf.c:324 -msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" -msgstr "%F%P: %pB: помилка bfd_elf_get_bfd_needed_list: %E\n" - -#: ldelf.c:372 -msgid "%F%P: %pB: bfd_stat failed: %E\n" -msgstr "%F%P: %pB: помилка bfd_stat: %E\n" +msgid "%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n" +msgstr "%P: %pB: помилка bfd_elf_get_bfd_needed_list: %E\n" #: ldelf.c:378 #, c-format msgid "found %s at %s\n" msgstr "знайдено %s у %s\n" -#: ldelf.c:411 ldlang.c:3177 ldlang.c:3191 ldlang.c:10994 -msgid "%F%P: %pB: error adding symbols: %E\n" -msgstr "%F%P: %pB: помилка під Ñ‡Ð°Ñ Ñпроби додати Ñимволи: %E\n" +#: ldelf.c:411 ldlang.c:3228 ldlang.c:3242 ldlang.c:11057 +msgid "%P: %pB: error adding symbols: %E\n" +msgstr "%P: %pB: помилка під Ñ‡Ð°Ñ Ñпроби додати Ñимволи: %E\n" #. We only issue an "unrecognised" message in verbose mode #. as the $<foo> token might be a legitimate component of @@ -166,199 +162,199 @@ msgid "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-lin msgstr "P: попередженнÑ: %s, потрібного Ð´Ð»Ñ %pB, не знайдено (Ñпробуйте ÑкориÑтатиÑÑ -rpath або -rpath-link)\n" #: ldelf.c:1209 -msgid "%F%P: failed to add DT_NEEDED dynamic tag\n" -msgstr "%F%P: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ динамічну мітку DT_NEEDED\n" +msgid "%P: failed to add DT_NEEDED dynamic tag\n" +msgstr "%P: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ динамічну мітку DT_NEEDED\n" -#: ldelf.c:1261 -msgid "%F%P: %s: can't open for writing: %E\n" -msgstr "%F%P: %s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸ÑуваннÑ: %E\n" +#: ldelf.c:1260 +msgid "%P: %s: can't open for writing: %E\n" +msgstr "%P: %s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸ÑуваннÑ: %E\n" -#: ldelf.c:1317 -msgid "%F%P: cannot use executable file '%pB' as input to a link\n" -msgstr "%F%P: не можна викориÑтовувати виконуваний файл «%pB» Ñк вхідні дані до поÑиланнÑ\n" +#: ldelf.c:1315 +msgid "%P: cannot use executable file '%pB' as input to a link\n" +msgstr "%P: не можна викориÑтовувати виконуваний файл «%pB» Ñк вхідні дані до поÑиланнÑ\n" -#: ldelf.c:1371 -msgid "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" -msgstr "%F%P: компактні опиÑи кадрів неÑуміÑні з .eh_frame DWARF2 з %pB\n" +#: ldelf.c:1369 +msgid "%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" +msgstr "%P: компактні опиÑи кадрів неÑуміÑні з .eh_frame DWARF2 з %pB\n" -#: ldelf.c:1407 +#: ldelf.c:1405 msgid "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ñтворити розділ .eh_frame_hdr, --eh-frame-hdr проігноровано\n" -#: ldelf.c:1413 -msgid "%F%P: failed to parse EH frame entries\n" -msgstr "%F%P: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ запиÑи кадру EH\n" +#: ldelf.c:1411 +msgid "%P: failed to parse EH frame entries\n" +msgstr "%P: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ запиÑи кадру EH\n" -#: ldelf.c:1455 +#: ldelf.c:1453 msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n" msgstr "%P: попередженнÑ: розділ .note.gnu.build-id відкинуто, --build-id проігноровано.\n" -#: ldelf.c:1505 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 +#: ldelf.c:1503 eaarch64pe.c:1354 earm64pe.c:1354 earm_wince_pe.c:1339 #: earmpe.c:1339 ei386pe.c:1339 ei386pe_posix.c:1339 ei386pep.c:1354 #: emcorepe.c:1339 eshpe.c:1339 msgid "%P: warning: unrecognized --build-id style ignored\n" msgstr "%P: попередженнÑ: проігноровано нерозпізнаний Ñтиль --build-id\n" -#: ldelf.c:1524 +#: ldelf.c:1522 msgid "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n" msgstr "%P: попередженнÑ: неможливо Ñтворити розділ .note.gnu.build-id, --build-id проігноровано\n" -#: ldelf.c:1545 +#: ldelf.c:1543 msgid "%P: warning: .note.package section discarded, --package-metadata ignored\n" msgstr "%P: попередженнÑ: розділ .note.package відкинуто, --package-metadata проігноровано.\n" -#: ldelf.c:1601 +#: ldelf.c:1599 msgid "%P: warning: --package-metadata is empty, ignoring\n" msgstr "%P: попередженнÑ: порожнє Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --package-metadata, ігноруємо\n" -#: ldelf.c:1611 +#: ldelf.c:1609 msgid "%P: warning: --package-metadata=%s does not contain valid JSON, ignoring: %s\n" msgstr "%P: попередженнÑ: --package-metadata=%s не міÑтить коректного коду JSON, ігноруємо: %s\n" -#: ldelf.c:1640 +#: ldelf.c:1638 msgid "%P: warning: cannot create .note.package section, --package-metadata ignored\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ñтворити розділ .note.package, --package-metadata проігноровано\n" -#: ldelf.c:1672 eaix5ppc.c:1546 eaix5rs6.c:1546 eaixppc.c:1546 eaixrs6.c:1546 -#: eppcmacos.c:1546 -msgid "%F%P: failed to record assignment to %s: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð·Ð°Ð¿Ð¸Ñати вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s: %E\n" +#: ldelf.c:1670 eaix5ppc.c:1545 eaix5rs6.c:1545 eaixppc.c:1545 eaixrs6.c:1545 +#: eppcmacos.c:1545 +msgid "%P: failed to record assignment to %s: %E\n" +msgstr "%P: не вдалоÑÑ Ð·Ð°Ð¿Ð¸Ñати вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s: %E\n" -#: ldelf.c:1850 ldelf.c:1915 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 +#: ldelf.c:1845 ldelf.c:1911 eaix5ppc.c:816 eaix5rs6.c:816 eaixppc.c:816 #: eaixrs6.c:816 eelf64_ia64_vms.c:209 eppcmacos.c:816 -msgid "%F%P: failed to set dynamic section sizes: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñтановити розміри динамічного розділу: %E\n" +msgid "%P: failed to set dynamic section sizes: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñтановити розміри динамічного розділу: %E\n" -#: ldelf.c:1887 -msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .gnu.warning: %E\n" +#: ldelf.c:1883 +msgid "%P: %pB: can't read contents of section %pA: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу %pA: %E\n" #: ldelfgen.c:285 -msgid "%F%P: %pA has both ordered and unordered sections\n" -msgstr "%F%P: %pA міÑтить одразу впорÑдкований Ñ– невпорÑдкований розділи\n" +msgid "%P: %pA has both ordered and unordered sections\n" +msgstr "%P: %pA міÑтить одразу впорÑдкований Ñ– невпорÑдкований розділи\n" #: ldelfgen.c:310 eelf32loongarch.c:106 eelf64loongarch.c:106 -msgid "%F%P: map sections to segments failed: %E\n" -msgstr "%F%P: помилка прив'Ñзки розділів до Ñегментів: %E\n" +msgid "%P: map sections to segments failed: %E\n" +msgstr "%P: помилка прив'Ñзки розділів до Ñегментів: %E\n" #: ldelfgen.c:330 -msgid "%F%P: looping in map_segments\n" -msgstr "%F%P: Ð·Ð°Ñ†Ð¸ÐºÐ»ÐµÐ½Ð½Ñ Ñƒ map_segments\n" +msgid "%P: looping in map_segments\n" +msgstr "%P: Ð·Ð°Ñ†Ð¸ÐºÐ»ÐµÐ½Ð½Ñ Ñƒ map_segments\n" -#: ldelfgen.c:342 -msgid "%F%P: failed to strip zero-sized dynamic sections\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ð¸Ð»ÑƒÑ‡Ð¸Ñ‚Ð¸ динамічні розділи нульового розміру\n" +#: ldelfgen.c:341 +msgid "%P: failed to strip zero-sized dynamic sections\n" +msgstr "%P: не вдалоÑÑ Ð²Ð¸Ð»ÑƒÑ‡Ð¸Ñ‚Ð¸ динамічні розділи нульового розміру\n" -#: ldelfgen.c:420 -msgid "%F%P: warning: CTF strtab association failed; strings will not be shared: %s\n" -msgstr "%F%P: попередженнÑ: не вдалоÑÑ Ð¿Ñ€Ð¸Ð²'Ñзати таблицю Ñ€Ñдків CTF; Ñпільне викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€Ñдків Ñ” неможливим: %s\n" +#: ldelfgen.c:419 +msgid "%P: warning: CTF strtab association failed; strings will not be shared: %s\n" +msgstr "%P: попередженнÑ: не вдалоÑÑ Ð¿Ñ€Ð¸Ð²'Ñзати таблицю Ñ€Ñдків CTF; Ñпільне викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€Ñдків Ñ” неможливим: %s\n" -#: ldelfgen.c:447 -msgid "%F%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %s\n" -msgstr "%F%P: попередженнÑ: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ Ñимвол CTF; CTF не буде пов'Ñзано із Ñимволами: %s\n" +#: ldelfgen.c:446 +msgid "%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: попередженнÑ: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ Ñимвол CTF; CTF не буде пов'Ñзано із Ñимволами: %s\n" -#: ldelfgen.c:457 -msgid "%F%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %s\n" -msgstr "%F%P: попередженнÑ: не вдалоÑÑ Ð¿Ð¾Ð¼Ñ–Ð½Ñти міÑцÑми Ñимволи CTF; CTF не буде пов'Ñзано із Ñимволами: %s\n" +#: ldelfgen.c:456 +msgid "%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: %s\n" +msgstr "%P: попередженнÑ: не вдалоÑÑ Ð¿Ð¾Ð¼Ñ–Ð½Ñти міÑцÑми Ñимволи CTF; CTF не буде пов'Ñзано із Ñимволами: %s\n" -#: ldemul.c:323 +#: ldemul.c:331 #, c-format msgid "%pS SYSLIB ignored\n" msgstr "%pS SYSLIB, проігноровано\n" -#: ldemul.c:329 +#: ldemul.c:337 #, c-format msgid "%pS HLL ignored\n" msgstr "%pS HLL, проігноровано\n" -#: ldemul.c:349 +#: ldemul.c:357 msgid "%P: unrecognised emulation mode: %s\n" msgstr "%P: невідомий режим емулÑції: %s\n" -#: ldemul.c:350 +#: ldemul.c:358 msgid "Supported emulations: " msgstr "Підтримувані режими емулÑції: " -#: ldemul.c:392 +#: ldemul.c:400 #, c-format msgid " no emulation specific options.\n" msgstr " не вказано Ñпецифічних Ð´Ð»Ñ ÐµÐ¼ÑƒÐ»Ñції параметрів\n" #: ldexp.c:285 -msgid "%F%P: bfd_hash_allocate failed creating symbol %s\n" -msgstr "%F%P: bfd_hash_allocate не вдалоÑÑ Ñтворити Ñимвол %s\n" +msgid "%P: bfd_hash_allocate failed creating symbol %s\n" +msgstr "%P: bfd_hash_allocate не вдалоÑÑ Ñтворити Ñимвол %s\n" #: ldexp.c:316 -msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n" -msgstr "%F%P: bfd_hash_lookup не вдалоÑÑ Ñтворити Ñимвол %s\n" +msgid "%P: bfd_hash_lookup failed creating symbol %s\n" +msgstr "%P: bfd_hash_lookup не вдалоÑÑ Ñтворити Ñимвол %s\n" #: ldexp.c:562 msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" msgstr "%P: попередженнÑ: адреÑа «%s» не Ñ” кратною до макÑимального розміру Ñторінки\n" #: ldexp.c:641 -msgid "%F%P:%pS %% by zero\n" -msgstr "%F%P:%pS %% на нуль\n" +msgid "%P:%pS %% by zero\n" +msgstr "%P:%pS %% на нуль\n" #: ldexp.c:650 -msgid "%F%P:%pS / by zero\n" -msgstr "%F%P:%pS / на нуль\n" +msgid "%P:%pS / by zero\n" +msgstr "%P:%pS / на нуль\n" -#: ldexp.c:764 ldlang.c:4035 ldmain.c:1324 eaarch64pe.c:1168 eaarch64pe.c:1784 +#: ldexp.c:764 ldlang.c:4112 ldmain.c:1700 eaarch64pe.c:1168 eaarch64pe.c:1784 #: earm64pe.c:1168 earm64pe.c:1784 earm_wince_pe.c:1154 earm_wince_pe.c:1881 #: earmpe.c:1154 earmpe.c:1881 ei386pe.c:1154 ei386pe.c:1881 #: ei386pe_posix.c:1154 ei386pe_posix.c:1881 ei386pep.c:1168 ei386pep.c:1784 #: emcorepe.c:1154 emcorepe.c:1881 eshpe.c:1154 eshpe.c:1881 -msgid "%F%P: bfd_link_hash_lookup failed: %E\n" -msgstr "%F%P: помилка bfd_link_hash_lookup: %E\n" +msgid "%P: bfd_link_hash_lookup failed: %E\n" +msgstr "%P: помилка bfd_link_hash_lookup: %E\n" #: ldexp.c:777 msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgstr "%X%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол, Ñкий не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸, «%s»\n" #: ldexp.c:792 -msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" -msgstr "%F%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол, Ñкий не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸, «%s»\n" +msgid "%P:%pS: undefined symbol `%s' referenced in expression\n" +msgstr "%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол, Ñкий не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸, «%s»\n" #: ldexp.c:830 ldexp.c:848 ldexp.c:876 -msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" -msgstr "%F%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невизначений розділ, «%s»\n" +msgid "%P:%pS: undefined section `%s' referenced in expression\n" +msgstr "%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невизначений розділ, «%s»\n" #: ldexp.c:915 ldexp.c:929 -msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" -msgstr "%F%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невизначену ділÑнку MEMORY, «%s»\n" +msgid "%P:%pS: undefined MEMORY region `%s' referenced in expression\n" +msgstr "%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невизначену ділÑнку MEMORY, «%s»\n" #: ldexp.c:941 -msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" -msgstr "%F%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невідому Ñталу, «%s»\n" +msgid "%P:%pS: unknown constant `%s' referenced in expression\n" +msgstr "%P:%pS: у виразі виÑвлено поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° невідому Ñталу, «%s»\n" #: ldexp.c:1089 -msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" -msgstr "%F%P:%pS не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ прив’Ñзку до лічильника розташуваннÑ\n" +msgid "%P:%pS can not PROVIDE assignment to location counter\n" +msgstr "%P:%pS не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ прив’Ñзку до лічильника розташуваннÑ\n" #: ldexp.c:1122 -msgid "%F%P:%pS invalid assignment to location counter\n" -msgstr "%F%P:%pS: некоректне Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾ лічильника розташуваннÑ\n" +msgid "%P:%pS invalid assignment to location counter\n" +msgstr "%P:%pS: некоректне Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾ лічильника розташуваннÑ\n" #: ldexp.c:1126 -msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" -msgstr "%F%P:%pS прив’Ñзка до лічильника Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ñ” некоректною поза межами SECTIONS\n" +msgid "%P:%pS assignment to location counter invalid outside of SECTIONS\n" +msgstr "%P:%pS прив’Ñзка до лічильника Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ñ” некоректною поза межами SECTIONS\n" #: ldexp.c:1145 -msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" -msgstr "%F%P:%pS не вдалоÑÑ Ð¿ÐµÑ€ÐµÑунути лічильник Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð°Ð´ (з %V до %V)\n" +msgid "%P:%pS cannot move location counter backwards (from %V to %V)\n" +msgstr "%P:%pS не вдалоÑÑ Ð¿ÐµÑ€ÐµÑунути лічильник Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð°Ð´ (з %V до %V)\n" #: ldexp.c:1205 -msgid "%F%P:%s: hash creation failed\n" -msgstr "%F%P:%s: не вдалоÑÑ Ñтворити хеш\n" +msgid "%P:%s: hash creation failed\n" +msgstr "%P:%s: не вдалоÑÑ Ñтворити хеш\n" #: ldexp.c:1581 ldexp.c:1624 ldexp.c:1684 -msgid "%F%P:%pS: nonconstant expression for %s\n" -msgstr "%F%P:%pS: неÑталий вираз Ð´Ð»Ñ %s\n" +msgid "%P:%pS: nonconstant expression for %s\n" +msgstr "%P:%pS: неÑталий вираз Ð´Ð»Ñ %s\n" -#: ldexp.c:1711 ldlang.c:1355 ldlang.c:3510 ldlang.c:8236 -msgid "%F%P: can not create hash table: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити таблицю хешів: %E\n" +#: ldexp.c:1711 ldlang.c:1399 ldlang.c:3561 ldlang.c:8309 +msgid "%P: can not create hash table: %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити таблицю хешів: %E\n" #: ldfile.c:239 #, c-format @@ -405,98 +401,98 @@ msgid "attempt to open %s succeeded\n" msgstr "уÑпішно відкрито %s\n" #: ldfile.c:364 -msgid "%F%P: invalid BFD target `%s'\n" -msgstr "%F%P: некоректне Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ BFD «%s»\n" +msgid "%P: invalid BFD target `%s'\n" +msgstr "%P: некоректне Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ BFD «%s»\n" -#: ldfile.c:494 ldfile.c:524 +#: ldfile.c:481 ldfile.c:511 msgid "%P: skipping incompatible %s when searching for %s\n" msgstr "%P: пропуÑкаємо неÑуміÑний %s під Ñ‡Ð°Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ %s\n" -#: ldfile.c:507 -msgid "%F%P: attempted static link of dynamic object `%s'\n" -msgstr "%F%P: Ñпроба Ñтатичного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¸Ð½Ð°Ð¼Ñ–Ñ‡Ð½Ð¾Ð³Ð¾ об’єкта «%s»\n" +#: ldfile.c:494 +msgid "%P: attempted static link of dynamic object `%s'\n" +msgstr "%P: Ñпроба Ñтатичного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¸Ð½Ð°Ð¼Ñ–Ñ‡Ð½Ð¾Ð³Ð¾ об’єкта «%s»\n" -#: ldfile.c:636 +#: ldfile.c:623 msgid "%P: cannot find %s (%s): %E\n" msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ %s (%s): %E\n" #. We ignore the return status of the script #. and always print the error message. -#: ldfile.c:639 ldfile.c:723 ldfile.c:727 +#: ldfile.c:626 ldfile.c:710 ldfile.c:714 msgid "%P: cannot find %s: %E\n" msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ %s: %E\n" -#: ldfile.c:691 +#: ldfile.c:678 msgid "%P: cannot find %s inside %s\n" msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ %s у %s\n" -#: ldfile.c:706 ldmain.c:1504 +#: ldfile.c:693 ldmain.c:1880 msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n" msgstr "%P: зараз запуÑтимо Ñкрипт обробки помилок «%s» із такими аргументами: «%s» «%s»\n" -#: ldfile.c:710 ldmain.c:1508 +#: ldfile.c:697 ldmain.c:1884 msgid "error handling script" msgstr "Ñкрипт обробки помилок" -#: ldfile.c:716 ldmain.c:1514 +#: ldfile.c:703 ldmain.c:1890 msgid "%P: Failed to run error handling script '%s', reason: " msgstr "%P: не вдалоÑÑ Ð·Ð°Ð¿ÑƒÑтити Ñкрипт обробки помилок «%s», причина: " -#: ldfile.c:732 +#: ldfile.c:719 msgid "%P: have you installed the static version of the %s library ?\n" msgstr "%P: ви вÑтановлено вами Ñтатичну верÑÑ–ÑŽ бібліотеки %s?\n" -#: ldfile.c:743 +#: ldfile.c:730 msgid "%P: note to link with %s use -l:%s or rename it to lib%s\n" msgstr "%P: зауважте, що Ð´Ð»Ñ Ð¿Ð¾Ð²'ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ %s Ñлід ÑкориÑтатиÑÑ -l:%s або перейменувати його на lib%s\n" -#: ldfile.c:775 +#: ldfile.c:762 #, c-format msgid "cannot find script file %s\n" msgstr "не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ файл Ñкрипту %s\n" -#: ldfile.c:777 +#: ldfile.c:764 #, c-format msgid "opened script file %s\n" msgstr "відкрито файл Ñкрипту %s\n" -#: ldfile.c:913 -msgid "%F%P: error: linker script file '%s' appears multiple times\n" -msgstr "%F%P: помилка: файл Ñкрипту ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» вказано декілька разів\n" +#: ldfile.c:900 +msgid "%P: error: linker script file '%s' appears multiple times\n" +msgstr "%P: помилка: файл Ñкрипту ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» вказано декілька разів\n" -#: ldfile.c:932 -msgid "%F%P: cannot open linker script file %s: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл Ñкрипту ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ %s: %E\n" +#: ldfile.c:919 +msgid "%P: cannot open linker script file %s: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл Ñкрипту ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ %s: %E\n" -#: ldfile.c:1026 -msgid "%F%P: cannot represent machine `%s'\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´Ñ‚Ð²Ð¾Ñ€Ð¸Ñ‚Ð¸ архітектуру «%s»\n" +#: ldfile.c:1013 +msgid "%P: cannot represent machine `%s'\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´Ñ‚Ð²Ð¾Ñ€Ð¸Ñ‚Ð¸ архітектуру «%s»\n" -#: ldlang.c:1446 +#: ldlang.c:1490 msgid "%P:%pS: warning: redeclaration of memory region `%s'\n" msgstr "%P:%pS: попередженнÑ: повторне Ð¾Ð³Ð¾Ð»Ð¾ÑˆÐµÐ½Ð½Ñ Ð´Ñ–Ð»Ñнки пам’Ñті «%s»\n" -#: ldlang.c:1452 +#: ldlang.c:1496 msgid "%P:%pS: warning: memory region `%s' not declared\n" msgstr "%P:%pS: попередженнÑ: ділÑнку пам’Ñті «%s» не оголошено\n" -#: ldlang.c:1488 -msgid "%F%P:%pS: error: alias for default memory region\n" -msgstr "%F%P:%pS: помилка: пÑевдонім Ð´Ð»Ñ Ñ‚Ð¸Ð¿Ð¾Ð²Ð¾Ñ— ділÑнки пам’Ñті\n" +#: ldlang.c:1532 +msgid "%P:%pS: error: alias for default memory region\n" +msgstr "%P:%pS: помилка: пÑевдонім Ð´Ð»Ñ Ñ‚Ð¸Ð¿Ð¾Ð²Ð¾Ñ— ділÑнки пам’Ñті\n" -#: ldlang.c:1499 -msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n" -msgstr "%F%P:%pS: помилка: повторне Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñевдоніма ділÑнки пам’Ñті «%s»\n" +#: ldlang.c:1543 +msgid "%P:%pS: error: redefinition of memory region alias `%s'\n" +msgstr "%P:%pS: помилка: повторне Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñевдоніма ділÑнки пам’Ñті «%s»\n" -#: ldlang.c:1506 -msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" -msgstr "%F%P:%pS: помилка: ділÑнки пам’Ñті «%s» Ð´Ð»Ñ Ð¿Ñевдоніма «%s» не Ñ–Ñнує\n" +#: ldlang.c:1550 +msgid "%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" +msgstr "%P:%pS: помилка: ділÑнки пам’Ñті «%s» Ð´Ð»Ñ Ð¿Ñевдоніма «%s» не Ñ–Ñнує\n" -#: ldlang.c:1567 ldlang.c:1610 -msgid "%F%P: failed creating section `%s': %E\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити розділ «%s»: %E\n" +#: ldlang.c:1611 ldlang.c:1654 +msgid "%P: failed creating section `%s': %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити розділ «%s»: %E\n" -#: ldlang.c:2328 +#: ldlang.c:2372 msgid "" "\n" "As-needed library included to satisfy reference by file (symbol)\n" @@ -506,7 +502,7 @@ msgstr "" "Включено бібліотеку, що завантажуєтьÑÑ Ð½Ð° вимогу, Ð´Ð»Ñ Ð·Ð°Ð´Ð¾Ð²Ð¾Ð»ÐµÐ½Ð½Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð·Ð° файлом (Ñимволом)\n" "\n" -#: ldlang.c:2393 +#: ldlang.c:2437 msgid "" "\n" "Discarded input sections\n" @@ -516,7 +512,7 @@ msgstr "" "Відкинуті розділи вхідних даних\n" "\n" -#: ldlang.c:2401 +#: ldlang.c:2445 msgid "" "\n" "There are no discarded input sections\n" @@ -525,7 +521,7 @@ msgstr "" "Ðемає відкинутих розділів вхідних даних\n" "\n" -#: ldlang.c:2403 +#: ldlang.c:2447 msgid "" "\n" "Memory Configuration\n" @@ -535,23 +531,23 @@ msgstr "" "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð¿Ð°Ð¼â€™Ñті\n" "\n" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Name" msgstr "Ðазва" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Origin" msgstr "ПоходженнÑ" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Length" msgstr "Довжина" -#: ldlang.c:2405 +#: ldlang.c:2449 msgid "Attributes" msgstr "Ðтрибути" -#: ldlang.c:2429 +#: ldlang.c:2473 msgid "" "\n" "Linker script and memory map\n" @@ -561,163 +557,163 @@ msgstr "" "Скрипт ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° карта пам’Ñті\n" "\n" -#: ldlang.c:2482 -msgid "%F%P: illegal use of `%s' section\n" -msgstr "%F%P: заборонене викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ «%s»\n" +#: ldlang.c:2533 +msgid "%P: illegal use of `%s' section\n" +msgstr "%P: заборонене викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ «%s»\n" -#: ldlang.c:2491 -msgid "%F%P: output format %s cannot represent section called %s: %E\n" -msgstr "%F%P: у форматі вихідних даних %s не можна відтворити розділ з назвою %s: %E\n" +#: ldlang.c:2542 +msgid "%P: output format %s cannot represent section called %s: %E\n" +msgstr "%P: у форматі вихідних даних %s не можна відтворити розділ з назвою %s: %E\n" -#: ldlang.c:2672 +#: ldlang.c:2723 msgid "%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%pB' match /DISCARD/ clause.\n" msgstr "%P:%pS: попередженнÑ: --enable-non-contiguous-regions робить розділ «%pA» з «%pB» відповідним умові /DISCARD/.\n" -#: ldlang.c:2696 +#: ldlang.c:2747 msgid "%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for section `%pA' from `%pB' (assigned to %pA, but additional match: %pA)\n" msgstr "%P:%pS: попередженнÑ: --enable-non-contiguous-regions може змінити поведінку розділу «%pA» з «%pB» (призначено до %pA, але Ñ” додаткова відповідніÑть: %pA)\n" -#: ldlang.c:3074 +#: ldlang.c:3125 msgid "%P: %pB: file not recognized: %E; matching formats:" msgstr "%P: %pB: файл не розпізнано: %E; відповідні формати:" -#: ldlang.c:3083 -msgid "%F%P: %pB: file not recognized: %E\n" -msgstr "%F%P: %pB: файл не розпізнано: %E\n" +#: ldlang.c:3134 +msgid "%P: %pB: file not recognized: %E\n" +msgstr "%P: %pB: файл не розпізнано: %E\n" -#: ldlang.c:3156 -msgid "%F%P: %pB: member %pB in archive is not an object\n" -msgstr "%F%P: %pB: елемент %pB у архіві не Ñ” об’єктом\n" +#: ldlang.c:3207 +msgid "%P: %pB: member %pB in archive is not an object\n" +msgstr "%P: %pB: елемент %pB у архіві не Ñ” об’єктом\n" -#: ldlang.c:3432 -msgid "%F%P: input file '%s' is the same as output file\n" -msgstr "%F%P: файл вхідних даних «%s» збігаєтьÑÑ Ñ–Ð· файлом Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…\n" +#: ldlang.c:3483 +msgid "%P: input file '%s' is the same as output file\n" +msgstr "%P: файл вхідних даних «%s» збігаєтьÑÑ Ñ–Ð· файлом Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…\n" -#: ldlang.c:3480 +#: ldlang.c:3531 msgid "%P: warning: could not find any targets that match endianness requirement\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ жодних призначень, Ñкі б відповідали вимозі щодо порÑдку байтів\n" -#: ldlang.c:3494 -msgid "%F%P: target %s not found\n" -msgstr "%F%P: Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s не знайдено\n" +#: ldlang.c:3545 +msgid "%P: target %s not found\n" +msgstr "%P: Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s не знайдено\n" -#: ldlang.c:3496 -msgid "%F%P: cannot open output file %s: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл вихідних даних %s: %E\n" +#: ldlang.c:3547 +msgid "%P: cannot open output file %s: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл вихідних даних %s: %E\n" -#: ldlang.c:3502 -msgid "%F%P: %s: can not make object file: %E\n" -msgstr "%F%P:%s: не вдалоÑÑ Ñтворити об’єктний файл: %E\n" +#: ldlang.c:3553 +msgid "%P: %s: can not make object file: %E\n" +msgstr "%P:%s: не вдалоÑÑ Ñтворити об’єктний файл: %E\n" -#: ldlang.c:3506 -msgid "%F%P: %s: can not set architecture: %E\n" -msgstr "%F%P:%s: не вдалоÑÑ Ð²Ñтановити архітектуру: %E\n" +#: ldlang.c:3557 +msgid "%P: %s: can not set architecture: %E\n" +msgstr "%P:%s: не вдалоÑÑ Ð²Ñтановити архітектуру: %E\n" -#: ldlang.c:3693 +#: ldlang.c:3744 msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgstr "%P: попередженнÑ: %s міÑтить розділи Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…; не забули параметр -T?\n" -#: ldlang.c:3740 +#: ldlang.c:3791 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF warning" msgstr "Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ CTF" -#: ldlang.c:3740 +#: ldlang.c:3791 msgid "CTF error" msgstr "помилка CTF" -#: ldlang.c:3746 +#: ldlang.c:3797 #, c-format msgid "CTF error: cannot get CTF errors: `%s'\n" msgstr "Помилка CTF: не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ помилки CTF: «%s»\n" -#: ldlang.c:3780 +#: ldlang.c:3833 msgid "%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n" msgstr "%P: попередженнÑ: розділ CTF у %pB не завантажено; його типи буде відкинуто: %s\n" -#: ldlang.c:3809 +#: ldlang.c:3866 msgid "%P: warning: CTF output not created: `%s'\n" msgstr "%P: попередженнÑ: дані CTF не виведено: «%s»\n" -#: ldlang.c:3852 +#: ldlang.c:3915 msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n" msgstr "%P: попередженнÑ: розділ CTF у %pB не може бути Ñкомпоновано: «%s»\n" -#: ldlang.c:3872 +#: ldlang.c:3935 msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð²Ð¸ÐºÐ¾Ð½Ð°Ñ‚Ð¸ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð· CTF; у виведених даних не буде розділу CTF: %s\n" -#: ldlang.c:3943 +#: ldlang.c:4018 msgid "%P: warning: CTF section emission failed; output will have no CTF section: %s\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð²Ð¸ÐºÐ¾Ð½Ð°Ñ‚Ð¸ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ CTF; у виведених даних не буде розділу CTF: %s\n" -#: ldlang.c:3982 +#: ldlang.c:4059 msgid "%P: warning: CTF section in %pB not linkable: %P was built without support for CTF\n" msgstr "%P: попередженнÑ: розділ CTF у %pB Ñ” непридатним до компонуваннÑ: %P було зібрано без підтримки CTF\n" -#: ldlang.c:4120 +#: ldlang.c:4195 msgid "%X%P: required symbol `%s' not defined\n" msgstr "%X%P: обов’Ñзковий Ñимвол «%s» не визначено\n" -#: ldlang.c:4321 ldlang.c:4330 -msgid "%F%P: invalid type for output section `%s'\n" -msgstr "%F%P: некоректний тип Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ виведеннÑ, «%s»\n" +#: ldlang.c:4396 ldlang.c:4405 +msgid "%P: invalid type for output section `%s'\n" +msgstr "%P: некоректний тип Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ виведеннÑ, «%s»\n" -#: ldlang.c:4466 +#: ldlang.c:4541 msgid "warning: INSERT statement in linker script is incompatible with --enable-non-contiguous-regions.\n" msgstr "попередженнÑ: інÑÑ‚Ñ€ÑƒÐºÑ†Ñ–Ñ INSERT у Ñкрипті компонувальника Ñ” неÑуміÑною із --enable-non-contiguous-regions.\n" -#: ldlang.c:4479 -msgid "%F%P: %s not found for insert\n" -msgstr "%F%P: не знайдено %s Ð´Ð»Ñ Ð²ÑтавленнÑ\n" +#: ldlang.c:4554 +msgid "%P: %s not found for insert\n" +msgstr "%P: не знайдено %s Ð´Ð»Ñ Ð²ÑтавленнÑ\n" -#: ldlang.c:4751 +#: ldlang.c:4826 msgid " load address 0x%V" msgstr " адреÑа Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ 0x%V" -#: ldlang.c:5013 +#: ldlang.c:5086 msgid "%W (size before relaxing)\n" msgstr "%W (розмір до впорÑдкуваннÑ)\n" -#: ldlang.c:5142 +#: ldlang.c:5215 #, c-format msgid "Address of section %s set to " msgstr "ÐдреÑу розділу %s вÑтановлено у Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ " -#: ldlang.c:5344 +#: ldlang.c:5417 #, c-format msgid "Fail with %d\n" msgstr "Помилка з %d\n" -#: ldlang.c:5561 -msgid "%F%P: Output section `%pA' not large enough for the linker-created stubs section `%pA'.\n" -msgstr "%F%P: розділ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Â«%pA» Ñ” недоÑтатньо великим Ð´Ð»Ñ Ñтвореного компонувальником фіктивного розділу «%pA».\n" +#: ldlang.c:5634 +msgid "%P: Output section `%pA' not large enough for the linker-created stubs section `%pA'.\n" +msgstr "%P: розділ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Â«%pA» Ñ” недоÑтатньо великим Ð´Ð»Ñ Ñтвореного компонувальником фіктивного розділу «%pA».\n" -#: ldlang.c:5566 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions (section `%pA' would overflow `%pA' after it changed size).\n" -msgstr "%F%P: підтримки оптимізації разом із --enable-non-contiguous-regions не передбачено (розділ «%pA» переповнить «%pA» піÑÐ»Ñ Ð·Ð¼Ñ–Ð½Ð¸ розмірів).\n" +#: ldlang.c:5639 +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions (section `%pA' would overflow `%pA' after it changed size).\n" +msgstr "%P: підтримки оптимізації разом із --enable-non-contiguous-regions не передбачено (розділ «%pA» переповнить «%pA» піÑÐ»Ñ Ð·Ð¼Ñ–Ð½Ð¸ розмірів).\n" -#: ldlang.c:5675 +#: ldlang.c:5748 msgid "%X%P: section %s VMA wraps around address space\n" msgstr "%X%P: розділ VMA %s згортає проÑтір адреÑ\n" -#: ldlang.c:5681 +#: ldlang.c:5754 msgid "%X%P: section %s LMA wraps around address space\n" msgstr "%X%P: розділ LMA %s згортає проÑтір адреÑ\n" -#: ldlang.c:5733 +#: ldlang.c:5806 msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgstr "%X%P: розділ LMA %s [%V,%V], перекриваєтьÑÑ Ð· розділом LMA %s [%V,%V]\n" -#: ldlang.c:5777 +#: ldlang.c:5850 msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgstr "%X%P: розділ VMA %s [%V,%V], перекриваєтьÑÑ Ð· розділом VMA %s [%V,%V]\n" -#: ldlang.c:5800 +#: ldlang.c:5873 msgid "%X%P: region `%s' overflowed by %lu byte\n" msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n" msgstr[0] "%X%P: ділÑнку «%s» переповнено на %ld байт\n" @@ -725,87 +721,87 @@ msgstr[1] "%X%P: ділÑнку «%s» переповнено на %ld байтРmsgstr[2] "%X%P: ділÑнку «%s» переповнено на %ld байтів\n" msgstr[3] "%X%P: ділÑнку «%s» переповнено на %ld байт\n" -#: ldlang.c:5825 +#: ldlang.c:5898 msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n" msgstr "%X%P: адреÑа 0x%v розділу %pB «%s» не лежить у ділÑнці «%s»\n" -#: ldlang.c:5836 +#: ldlang.c:5909 msgid "%X%P: %pB section `%s' will not fit in region `%s'\n" msgstr "%X%P: розділ %pB «%s» не вміÑтитьÑÑ Ñƒ ділÑнці «%s»\n" -#: ldlang.c:5922 -msgid "%F%P:%pS: non constant or forward reference address expression for section %s\n" -msgstr "%F%P: %pS: не Ñталий вираз адреÑи або вираз з випереджувальним поÑиланнÑм Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ %s\n" +#: ldlang.c:5995 +msgid "%P:%pS: non constant or forward reference address expression for section %s\n" +msgstr "%P: %pS: не Ñталий вираз адреÑи або вираз з випереджувальним поÑиланнÑм Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ %s\n" -#: ldlang.c:5947 +#: ldlang.c:6020 msgid "%X%P: internal error on COFF shared library section %s\n" msgstr "%X%P: Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° у розділі бібліотеки Ñпільного викориÑÑ‚Ð°Ð½Ð½Ñ COFF, %s\n" -#: ldlang.c:6005 -msgid "%F%P: error: no memory region specified for loadable section `%s'\n" -msgstr "%F%P: помилка: Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ розділу «%s» не вказано ділÑнки пам’Ñті\n" +#: ldlang.c:6078 +msgid "%P: error: no memory region specified for loadable section `%s'\n" +msgstr "%P: помилка: Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ розділу «%s» не вказано ділÑнки пам’Ñті\n" -#: ldlang.c:6009 +#: ldlang.c:6082 msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgstr "%P: попередженнÑ: у завантажуваному розділі «%s» не вказано ділÑнки пам’Ñті\n" -#: ldlang.c:6043 +#: ldlang.c:6116 msgid "%P: warning: start of section %s changed by %ld\n" msgstr "%P: попередженнÑ: початок розділу %s змінено на %ld\n" -#: ldlang.c:6136 +#: ldlang.c:6209 msgid "%P: warning: dot moved backwards before `%s'\n" msgstr "%P: попередженнÑ: dot переÑунуто назад до «%s»\n" -#: ldlang.c:6312 -msgid "%F%P: can't relax section: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ð¿Ð¾Ñ€Ñдкувати розділ: %E\n" +#: ldlang.c:6385 +msgid "%P: can't relax section: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ð¿Ð¾Ñ€Ñдкувати розділ: %E\n" -#: ldlang.c:6721 -msgid "%F%P: invalid data statement\n" -msgstr "%F%P: некоректне Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…\n" +#: ldlang.c:6794 +msgid "%P: invalid data statement\n" +msgstr "%P: некоректне Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…\n" -#: ldlang.c:6754 -msgid "%F%P: invalid reloc statement\n" -msgstr "%F%P: некоректна Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÑуваннÑ\n" +#: ldlang.c:6827 +msgid "%P: invalid reloc statement\n" +msgstr "%P: некоректна Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÑуваннÑ\n" -#: ldlang.c:7172 -msgid "%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n" -msgstr "%F%P: --gc-sections потребує визначеного кореневого Ñимволу, вказаного за допомогою -e або -u\n" +#: ldlang.c:7244 +msgid "%P: --gc-sections requires a defined symbol root specified by -e or -u\n" +msgstr "%P: --gc-sections потребує визначеного кореневого Ñимволу, вказаного за допомогою -e або -u\n" -#: ldlang.c:7197 -msgid "%F%P: %s: can't set start address\n" -msgstr "%F%P:%s: не вдалоÑÑ Ð²Ñтановити початкову адреÑу\n" +#: ldlang.c:7271 +msgid "%P: %s: can't set start address\n" +msgstr "%P:%s: не вдалоÑÑ Ð²Ñтановити початкову адреÑу\n" -#: ldlang.c:7210 ldlang.c:7229 -msgid "%F%P: can't set start address\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñтановити початкову адреÑу\n" +#: ldlang.c:7284 ldlang.c:7303 +msgid "%P: can't set start address\n" +msgstr "%P: не вдалоÑÑ Ð²Ñтановити початкову адреÑу\n" -#: ldlang.c:7223 +#: ldlang.c:7297 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ вхідних Ñимвол %s; типовим визначено %V\n" -#: ldlang.c:7234 ldlang.c:7242 +#: ldlang.c:7308 ldlang.c:7316 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ вхідний Ñимвол %s; не кажучи вже про початкову адреÑу\n" -#: ldlang.c:7298 -msgid "%F%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" -msgstr "%F%P: підтримки придатного до переÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð· переÑуваннÑми з формату %s (%pB) до формату %s (%pB) не передбачено\n" +#: ldlang.c:7372 +msgid "%P: relocatable linking with relocations from format %s (%pB) to format %s (%pB) is not supported\n" +msgstr "%P: підтримки придатного до переÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð· переÑуваннÑми з формату %s (%pB) до формату %s (%pB) не передбачено\n" -#: ldlang.c:7308 +#: ldlang.c:7381 msgid "%X%P: %s architecture of input file `%pB' is incompatible with %s output\n" msgstr "%X%P: архітектура %s файла вхідних даних, «%pB», Ñ” неÑуміÑною з виведеннÑм даних %s\n" -#: ldlang.c:7332 +#: ldlang.c:7405 msgid "%X%P: failed to merge target specific data of file %pB\n" msgstr "%X%P: не вдалоÑÑ Ð¾Ð±â€™Ñ”Ð´Ð½Ð°Ñ‚Ð¸ Ñпецифічні Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ñ– файла %pB\n" -#: ldlang.c:7403 -msgid "%F%P: could not define common symbol `%pT': %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ типовий Ñимвол «%pT»: %E\n" +#: ldlang.c:7476 +msgid "%P: could not define common symbol `%pT': %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ типовий Ñимвол «%pT»: %E\n" -#: ldlang.c:7415 +#: ldlang.c:7488 msgid "" "\n" "Allocating common symbols\n" @@ -813,7 +809,7 @@ msgstr "" "\n" "Ð Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð°Ð»ÑŒÐ½Ð¸Ñ… Ñимволів\n" -#: ldlang.c:7416 +#: ldlang.c:7489 msgid "" "Common symbol size file\n" "\n" @@ -821,36 +817,36 @@ msgstr "" "Загальний Ñимвол розмір файл\n" "\n" -#: ldlang.c:7473 +#: ldlang.c:7546 msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n" msgstr "%X%P: помилка: нерозміщений оÑиротілий розділ «%pA» з «%pB».\n" -#: ldlang.c:7491 +#: ldlang.c:7564 msgid "%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n" msgstr "%P: попередженнÑ: оÑиротілий розділ «%pA» з «%pB» розташовуєтьÑÑ Ñƒ розділі «%s»\n" -#: ldlang.c:7581 -msgid "%F%P: invalid character %c (%d) in flags\n" -msgstr "%F%P: некоректний Ñимвол %c (%d) у прапорцÑÑ…\n" +#: ldlang.c:7654 +msgid "%P: invalid character %c (%d) in flags\n" +msgstr "%P: некоректний Ñимвол %c (%d) у прапорцÑÑ…\n" #. && in_section_ordering -#: ldlang.c:7675 -msgid "%F%P:%pS: error: output section '%s' must already exist\n" -msgstr "%F%P:%pS: помилка: розділ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Â«%s» має вже Ñ–Ñнувати\n" +#: ldlang.c:7748 +msgid "%P:%pS: error: output section '%s' must already exist\n" +msgstr "%P:%pS: помилка: розділ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Â«%s» має вже Ñ–Ñнувати\n" -#: ldlang.c:7699 -msgid "%F%P:%pS: error: align with input and explicit align specified\n" -msgstr "%F%P:%pS: помилка: вказано Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð° вхідними даними та Ñвне вирівнюваннÑ\n" +#: ldlang.c:7772 +msgid "%P:%pS: error: align with input and explicit align specified\n" +msgstr "%P:%pS: помилка: вказано Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð° вхідними даними та Ñвне вирівнюваннÑ\n" -#: ldlang.c:8170 +#: ldlang.c:8243 msgid "%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%pB'\n" msgstr "%P: попередженнÑ: --enable-non-contiguous-regions відкидає розділ «%pA» з «%pB»\n" -#: ldlang.c:8274 -msgid "%F%P: %s: plugin reported error after all symbols read\n" -msgstr "%F%P: %s: додатком піÑÐ»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð²ÑÑ–Ñ… Ñимволів повідомлено про помилку\n" +#: ldlang.c:8347 +msgid "%P: %s: plugin reported error after all symbols read\n" +msgstr "%P: %s: додатком піÑÐ»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð²ÑÑ–Ñ… Ñимволів повідомлено про помилку\n" -#: ldlang.c:8399 +#: ldlang.c:8472 msgid "" "Object-only input files:\n" " " @@ -858,251 +854,255 @@ msgstr "" "Вхідні файли лише об'єктів:\n" " " -#: ldlang.c:8511 -msgid "%F%P: bfd_merge_sections failed: %E\n" -msgstr "%F%P: помилка bfd_merge_sections: %E\n" +#: ldlang.c:8586 +msgid "%P: bfd_merge_sections failed: %E\n" +msgstr "%P: помилка bfd_merge_sections: %E\n" -#: ldlang.c:8888 -msgid "%F%P: multiple STARTUP files\n" -msgstr "%F%P: декілька файлів STARTUP\n" +#: ldlang.c:8965 +msgid "%P: multiple STARTUP files\n" +msgstr "%P: декілька файлів STARTUP\n" -#: ldlang.c:8934 +#: ldlang.c:9010 msgid "%X%P:%pS: section has both a load address and a load region\n" msgstr "%X%P:%pS: у розділі Ñ” одразу адреÑа Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ– ділÑнка завантаженнÑ\n" -#: ldlang.c:9043 +#: ldlang.c:9119 msgid "%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack them\n" msgstr "%X%P:%pS: підтримки PHDRS Ñ– FILEHDR не передбачено, Ñкщо у попередніх заголовках PT_LOAD Ñ—Ñ… немає\n" -#: ldlang.c:9116 -msgid "%F%P: no sections assigned to phdrs\n" -msgstr "%F%P: з p-заголовками не пов’Ñзано жодних розділів\n" +#: ldlang.c:9192 +msgid "%P: no sections assigned to phdrs\n" +msgstr "%P: з p-заголовками не пов’Ñзано жодних розділів\n" -#: ldlang.c:9154 -msgid "%F%P: bfd_record_phdr failed: %E\n" -msgstr "%F%P: помилка bfd_record_phdr: %E\n" +#: ldlang.c:9230 +msgid "%P: bfd_record_phdr failed: %E\n" +msgstr "%P: помилка bfd_record_phdr: %E\n" -#: ldlang.c:9174 +#: ldlang.c:9250 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "%X%P: розділ «%s» пов’Ñзано з p-заголовком, Ñкого не Ñ–Ñнує «%s»\n" -#: ldlang.c:9590 +#: ldlang.c:9663 msgid "%X%P: unknown language `%s' in version information\n" msgstr "%X%P: невідома мова, «%s», у даних щодо верÑÑ–Ñ—\n" -#: ldlang.c:9735 +#: ldlang.c:9801 msgid "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "%X%P: анонімний теґ верÑÑ–Ñ— не може бути поєднано з іншими теґами верÑій\n" -#: ldlang.c:9744 +#: ldlang.c:9809 msgid "%X%P: duplicate version tag `%s'\n" msgstr "%X%P: Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‚ÐµÒ‘Ñƒ version «%s»\n" -#: ldlang.c:9765 ldlang.c:9774 ldlang.c:9792 ldlang.c:9802 +#: ldlang.c:9830 ldlang.c:9839 ldlang.c:9857 ldlang.c:9867 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "%X%P: Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ñ€Ð°Ð·Ñƒ «%s» у даних щодо верÑÑ–Ñ—\n" -#: ldlang.c:9842 +#: ldlang.c:9907 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "%X%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ залежніÑть за верÑÑ–Ñми «%s»\n" -#: ldlang.c:9865 +#: ldlang.c:9930 msgid "%X%P: unable to read .exports section contents\n" msgstr "%X%P: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .exports\n" -#: ldlang.c:9911 +#: ldlang.c:9974 msgid "%P: invalid origin for memory region %s\n" msgstr "%P: некоректне Ð¿Ð¾Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ð°Ñті пам’Ñті %s\n" -#: ldlang.c:9923 +#: ldlang.c:9986 msgid "%P: invalid length for memory region %s\n" msgstr "%P: некоректна довжина облаÑті пам’Ñті %s\n" -#: ldlang.c:10035 +#: ldlang.c:10099 msgid "%X%P: unknown feature `%s'\n" msgstr "%X%P: невідома можливіÑть «%s»\n" -#: ldlang.c:10401 +#: ldlang.c:10465 msgid "failed to create output section" msgstr "не вдалоÑÑ Ñтворити розділ виведеннÑ" -#: ldlang.c:10435 +#: ldlang.c:10499 msgid "failed to copy private data" msgstr "не вдалоÑÑ Ñкопіювати закриті дані" -#: ldlang.c:10444 -msgid "%P%F: setup_section: %s: %s\n" -msgstr "%P%F: setup_section: %s: %s\n" +#: ldlang.c:10508 +msgid "%P: setup_section: %s: %s\n" +msgstr "%P: setup_section: %s: %s\n" -#: ldlang.c:10507 +#: ldlang.c:10571 msgid "relocation count is negative" msgstr "лічильник переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñ” від'ємним" -#: ldlang.c:10539 -msgid "%P%F: copy_section: %s: %s\n" -msgstr "%P%F: copy_section: %s: %s\n" +#: ldlang.c:10603 +msgid "%P: copy_section: %s: %s\n" +msgstr "%P: copy_section: %s: %s\n" -#: ldlang.c:10694 +#: ldlang.c:10758 msgid "error setting up sections" msgstr "помилка при вÑтановленні розділів" -#: ldlang.c:10702 +#: ldlang.c:10766 msgid "error copying private header data" msgstr "помилка при копіюванні закритих даних заголовка" -#: ldlang.c:10715 +#: ldlang.c:10779 msgid "can't create object-only section" msgstr "не вдалоÑÑ Ñтворити розділ лише об'єктів" -#: ldlang.c:10721 +#: ldlang.c:10785 msgid "can't set object-only section size" msgstr "не можна вÑтановлювати розмір розділу лише об'єктів" -#: ldlang.c:10752 +#: ldlang.c:10816 msgid "error copying sections" msgstr "помилка при копіюванні розділів" -#: ldlang.c:10759 +#: ldlang.c:10823 msgid "error adding object-only section" msgstr "помилка при додаванні розділу лише об'єктів" -#: ldlang.c:10769 +#: ldlang.c:10833 msgid "error copying private BFD data" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ð¸Ñ… даних BFD" -#: ldlang.c:10776 -msgid "%P%F: failed to finish output with object-only section\n" -msgstr "%P%F: не вдалоÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· розділом лише об'єктів\n" - -#: ldlang.c:10786 -msgid "%P%F: failed to rename output with object-only section\n" -msgstr "%P%F: не вдалоÑÑ Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· розділом лише об'єктів\n" +#: ldlang.c:10840 +msgid "%P: failed to finish output with object-only section\n" +msgstr "%P: не вдалоÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· розділом лише об'єктів\n" -#: ldlang.c:10802 -msgid "%P%F: failed to add object-only section: %s\n" -msgstr "%P%F: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ розділ лише об'єктів: %s\n" +#: ldlang.c:10850 +msgid "%P: failed to rename output with object-only section\n" +msgstr "%P: не вдалоÑÑ Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· розділом лише об'єктів\n" -#: ldlang.c:10835 -msgid "%P%F: Failed to create hash table\n" -msgstr "%P%F: не вдалоÑÑ Ñтворити таблицю хешів\n" +#: ldlang.c:10866 +msgid "%P: failed to add object-only section: %s\n" +msgstr "%P: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ розділ лише об'єктів: %s\n" #: ldlang.c:10899 -msgid "%P%F:%s: final close failed on object-only output: %E\n" -msgstr "%P%F:%s: не вдалоÑÑ Ð¾Ñтаточно закрити Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" +msgid "%P: Failed to create hash table\n" +msgstr "%P: не вдалоÑÑ Ñтворити таблицю хешів\n" + +#: ldlang.c:10963 +msgid "%P:%s: final close failed on object-only output: %E\n" +msgstr "%P:%s: не вдалоÑÑ Ð¾Ñтаточно закрити Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" -#: ldlang.c:10909 -msgid "%P%F:%s: cannot open object-only output: %E\n" -msgstr "%P%F:%s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" +#: ldlang.c:10973 +msgid "%P:%s: cannot open object-only output: %E\n" +msgstr "%P:%s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" -#: ldlang.c:10917 -msgid "%P%F:%s: cannot stat object-only output: %E\n" -msgstr "%P%F:%s: не вдалоÑÑ ÑтатиÑтично обробити Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" +#: ldlang.c:10981 +msgid "%P:%s: cannot stat object-only output: %E\n" +msgstr "%P:%s: не вдалоÑÑ ÑтатиÑтично обробити Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" -#: ldlang.c:10932 -msgid "%P%F:%s: read failed on object-only output: %E\n" +#: ldlang.c:10996 +msgid "%P:%s: read failed on object-only output: %E\n" msgstr "%P%F:%s: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð»Ð¸ÑˆÐµ об'єктів: %E\n" -#: ldlang.c:10959 -msgid "%P%F: cannot extract object-only section from %B: %E\n" -msgstr "%P%F: не вдалоÑÑ Ð²Ð¸Ð´Ð¾Ð±ÑƒÑ‚Ð¸ розділ лише об'єктів з %B: %E\n" +#: ldlang.c:11023 +msgid "%P: cannot extract object-only section from %B: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ð¸Ð´Ð¾Ð±ÑƒÑ‚Ð¸ розділ лише об'єктів з %B: %E\n" -#: ldmain.c:198 -msgid "%F%P: cannot open dependency file %s: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл залежноÑтей %s: %E\n" +#: ldmain.c:204 +msgid "%P: cannot open dependency file %s: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл залежноÑтей %s: %E\n" -#: ldmain.c:291 -msgid "%F%P: fatal error: libbfd ABI mismatch\n" -msgstr "%F%P: критична помилка: невідповідніÑть двійкового інтерфейÑу libbfd\n" +#: ldmain.c:553 +msgid "WARNING: Data is unreliable!\n" +msgstr "УВÐГÐ: дані Ñ” ненадійними!\n" -#: ldmain.c:330 +#: ldmain.c:611 +msgid "%P: fatal error: libbfd ABI mismatch\n" +msgstr "%P: критична помилка: невідповідніÑть двійкового інтерфейÑу libbfd\n" + +#: ldmain.c:650 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "%X%P: не вдалоÑÑ Ð²Ñтановити типове Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ BFD у «%s»: %E\n" -#: ldmain.c:435 +#: ldmain.c:761 msgid "built in linker script" msgstr "зібрано у Ñкрипті компонувальника" -#: ldmain.c:445 +#: ldmain.c:771 #, c-format msgid "using external linker script: %s" msgstr "за допомогою зовнішнього Ñкрипту компонуваннÑ: %s" -#: ldmain.c:447 +#: ldmain.c:773 msgid "using internal linker script:" msgstr "за допомогою внутрішнього Ñкрипту компонуваннÑ:" -#: ldmain.c:497 -msgid "%F%P: --no-define-common may not be used without -shared\n" -msgstr "%F%P: --no-define-common не можна викориÑтовувати без -shared\n" +#: ldmain.c:823 +msgid "%P: --no-define-common may not be used without -shared\n" +msgstr "%P: --no-define-common не можна викориÑтовувати без -shared\n" -#: ldmain.c:504 -msgid "%F%P: no input files\n" -msgstr "%F%P: немає файлів вхідних даних\n" +#: ldmain.c:830 +msgid "%P: no input files\n" +msgstr "%P: немає файлів вхідних даних\n" -#: ldmain.c:508 +#: ldmain.c:834 msgid "%P: mode %s\n" msgstr "%P: режим %s\n" -#: ldmain.c:526 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 +#: ldmain.c:852 ends32belf.c:473 ends32belf16m.c:473 ends32belf_linux.c:606 #: ends32elf.c:473 ends32elf16m.c:473 ends32elf_linux.c:606 -msgid "%F%P: cannot open map file %s: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл карти %s: %E\n" +msgid "%P: cannot open map file %s: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл карти %s: %E\n" -#: ldmain.c:590 +#: ldmain.c:944 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "%P: виÑвлено помилки компонуваннÑ, вилучаємо виконуваний файл «%s»\n" -#: ldmain.c:601 -msgid "%F%P: %s: final close failed: %E\n" -msgstr "%F%P: %s: Ñпроба оÑтаточного Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" +#: ldmain.c:955 +msgid "%P: %s: final close failed: %E\n" +msgstr "%P: %s: Ñпроба оÑтаточного Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" -#: ldmain.c:630 -msgid "%F%P: unable to open for source of copy `%s'\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð´Ð¶ÐµÑ€ÐµÐ»Ð° копії «%s»\n" +#: ldmain.c:984 +msgid "%P: unable to open for source of copy `%s'\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð´Ð¶ÐµÑ€ÐµÐ»Ð° копії «%s»\n" -#: ldmain.c:633 -msgid "%F%P: unable to open for destination of copy `%s'\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÐ¾Ð¿Ñ–Ñ— «%s»\n" +#: ldmain.c:987 +msgid "%P: unable to open for destination of copy `%s'\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÐ¾Ð¿Ñ–Ñ— «%s»\n" -#: ldmain.c:640 +#: ldmain.c:994 msgid "%P: error writing file `%s'\n" msgstr "%P: помилка під Ñ‡Ð°Ñ Ð¿Ñ€Ð¾Ð±Ð¸ запиÑу файла «%s»\n" -#: ldmain.c:645 pe-dll.c:2009 +#: ldmain.c:999 pe-dll.c:2013 #, c-format msgid "%P: error closing file `%s'\n" msgstr "%P: помилка під Ñ‡Ð°Ñ Ñпроби закрити файл «%s»\n" -#: ldmain.c:660 +#: ldmain.c:1030 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "%s: загальний чаÑ, витрачений на компонуваннÑ: %ld.%06ld\n" -#: ldmain.c:747 -msgid "%F%P: missing argument to -m\n" -msgstr "%F%P: не виÑтачає аргументу до -m\n" +#: ldmain.c:1120 +msgid "%P: missing argument to -m\n" +msgstr "%P: не виÑтачає аргументу до -m\n" -#: ldmain.c:801 ldmain.c:818 ldmain.c:838 ldmain.c:870 pe-dll.c:1431 -msgid "%F%P: bfd_hash_table_init failed: %E\n" -msgstr "%F%P: помилка bfd_hash_table_init: %E\n" +#: ldmain.c:1174 ldmain.c:1191 ldmain.c:1211 ldmain.c:1243 pe-dll.c:1434 +msgid "%P: bfd_hash_table_init failed: %E\n" +msgstr "%P: помилка bfd_hash_table_init: %E\n" -#: ldmain.c:805 ldmain.c:822 ldmain.c:842 -msgid "%F%P: bfd_hash_lookup failed: %E\n" -msgstr "%F%P: помилка bfd_hash_lookup: %E\n" +#: ldmain.c:1178 ldmain.c:1195 ldmain.c:1215 +msgid "%P: bfd_hash_lookup failed: %E\n" +msgstr "%P: помилка bfd_hash_lookup: %E\n" -#: ldmain.c:856 +#: ldmain.c:1229 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "%X%P: помилка: Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ retain-symbols-file\n" -#: ldmain.c:900 -msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n" -msgstr "%F%P: Ñпроба викориÑÑ‚Ð°Ð½Ð½Ñ bfd_hash_lookup Ð´Ð»Ñ Ð²ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" +#: ldmain.c:1273 +msgid "%P: bfd_hash_lookup for insertion failed: %E\n" +msgstr "%P: Ñпроба викориÑÑ‚Ð°Ð½Ð½Ñ bfd_hash_lookup Ð´Ð»Ñ Ð²ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" -#: ldmain.c:905 +#: ldmain.c:1278 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "%P: «-retain-symbols-file» має вищий пріоритет «-s» Ñ– «-S»\n" -#: ldmain.c:1026 +#: ldmain.c:1402 msgid "" "Archive member included to satisfy reference by file (symbol)\n" "\n" @@ -1110,175 +1110,175 @@ msgstr "" "Включено елемент архіву Ð´Ð»Ñ Ð·Ð°Ð´Ð¾Ð²Ð¾Ð»ÐµÐ½Ð½Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° файл (Ñимвол)\n" "\n" -#: ldmain.c:1132 +#: ldmain.c:1508 msgid "%P: %C: warning: multiple definition of `%pT'" msgstr "%P: %C: попередженнÑ: декілька визначень «%pT»" -#: ldmain.c:1135 +#: ldmain.c:1511 msgid "%X%P: %C: multiple definition of `%pT'" msgstr "%X%P: %C: повторне Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«%pT»" -#: ldmain.c:1138 +#: ldmain.c:1514 msgid "; %D: first defined here" msgstr "; %D: тут визначено вперше" -#: ldmain.c:1143 +#: ldmain.c:1519 msgid "%P: disabling relaxation; it will not work with multiple definitions\n" msgstr "%P: вимикаємо оптимізацію: вона не працюватиме з декількома визначеннÑми\n" -#: ldmain.c:1196 +#: ldmain.c:1572 msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n" msgstr "%P: %pB: попередженнÑ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«%pT», що перевизначає «common» з %pB\n" -#: ldmain.c:1200 +#: ldmain.c:1576 msgid "%P: %pB: warning: definition of `%pT' overriding common\n" msgstr "%P: %pB: попередженнÑ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«%pT», що перевизначає «common»\n" -#: ldmain.c:1209 +#: ldmain.c:1585 msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначаєтьÑÑ Ð· %pB\n" -#: ldmain.c:1213 +#: ldmain.c:1589 msgid "%P: %pB: warning: common of `%pT' overridden by definition\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначаєтьÑÑ\n" -#: ldmain.c:1222 +#: ldmain.c:1598 msgid "%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначаєтьÑÑ Ð±Ñ–Ð»ÑŒÑˆÐ¸Ð¼ common\n" -#: ldmain.c:1226 +#: ldmain.c:1602 msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначаєтьÑÑ Ð±Ñ–Ð»ÑŒÑˆÐ¸Ð¼ common\n" -#: ldmain.c:1233 +#: ldmain.c:1609 msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначає менший common з %pB\n" -#: ldmain.c:1237 +#: ldmain.c:1613 msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n" msgstr "%P: %pB: попередженнÑ: common «%pT» перевизначає менший common\n" -#: ldmain.c:1244 +#: ldmain.c:1620 msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n" msgstr "%P: %pB Ñ– %pB: попередженнÑ: декілька common «%pT»\n" -#: ldmain.c:1247 +#: ldmain.c:1623 msgid "%P: %pB: warning: multiple common of `%pT'\n" msgstr "%P: %pB: попередженнÑ: декілька common «%pT»\n" -#: ldmain.c:1266 ldmain.c:1302 +#: ldmain.c:1642 ldmain.c:1678 msgid "%P: warning: global constructor %s used\n" msgstr "%P: попередженнÑ: викориÑтано загальний конÑтруктор %s\n" -#: ldmain.c:1312 -msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" -msgstr "%F%P: помилка Ð¼Ð¾Ð´ÑƒÐ»Ñ BFD: підтримки BFD_RELOC_CTOR не передбачено\n" +#: ldmain.c:1688 +msgid "%P: BFD backend error: BFD_RELOC_CTOR unsupported\n" +msgstr "%P: помилка Ð¼Ð¾Ð´ÑƒÐ»Ñ BFD: підтримки BFD_RELOC_CTOR не передбачено\n" #. We found a reloc for the symbol we are looking for. -#: ldmain.c:1384 ldmain.c:1386 ldmain.c:1388 ldmain.c:1396 ldmain.c:1439 +#: ldmain.c:1760 ldmain.c:1762 ldmain.c:1764 ldmain.c:1772 ldmain.c:1815 msgid "warning: " msgstr "попередженнÑ: " -#: ldmain.c:1529 +#: ldmain.c:1905 msgid "%X%P: %H: undefined reference to `%pT'\n" msgstr "%X%P: %H: невизначене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Â«%pT»\n" -#: ldmain.c:1532 +#: ldmain.c:1908 msgid "%P: %H: warning: undefined reference to `%pT'\n" msgstr "%P: %H: попередженнÑ: невизначене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1538 +#: ldmain.c:1914 msgid "%X%P: %D: more undefined references to `%pT' follow\n" msgstr "%X%P: %D: нижче інші невизначені поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1541 +#: ldmain.c:1917 msgid "%P: %D: warning: more undefined references to `%pT' follow\n" msgstr "%P: %D: попередженнÑ: нижче інші невизначені поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1552 +#: ldmain.c:1928 msgid "%X%P: %pB: undefined reference to `%pT'\n" msgstr "%X%P: %pB: невизначене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1555 +#: ldmain.c:1931 msgid "%P: %pB: warning: undefined reference to `%pT'\n" msgstr "%P: %pB: попередженнÑ: невизначене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1561 +#: ldmain.c:1937 msgid "%X%P: %pB: more undefined references to `%pT' follow\n" msgstr "%X%P: %pB: нижче інші невизначені поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1564 +#: ldmain.c:1940 msgid "%P: %pB: warning: more undefined references to `%pT' follow\n" msgstr "%P: %pB: попередженнÑ: нижче інші невизначені поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° «%pT»\n" -#: ldmain.c:1601 +#: ldmain.c:1977 msgid " additional relocation overflows omitted from the output\n" msgstr " додаткові Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ¼Ñ–Ñ‰ÐµÐ½ÑŒ виключено з виведених даних\n" -#: ldmain.c:1614 +#: ldmain.c:1990 #, c-format msgid " relocation truncated to fit: %s against undefined symbol `%pT'" msgstr " переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð±Ñ€Ñ–Ð·Ð°Ð½Ð¾ за потребою: %s щодо невизначеного Ñимволу «%pT»" -#: ldmain.c:1620 +#: ldmain.c:1996 #, c-format msgid " relocation truncated to fit: %s against symbol `%pT' defined in %pA section in %pB" msgstr " переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð±Ñ€Ñ–Ð·Ð°Ð½Ð¾ за потребою: %s щодо Ñимволу «%pT», визначеного у розділі %pA у %pB" -#: ldmain.c:1633 +#: ldmain.c:2009 #, c-format msgid " relocation truncated to fit: %s against `%pT'" msgstr " переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð±Ñ€Ñ–Ð·Ð°Ð½Ð¾ за потребою: %s щодо «%pT»" -#: ldmain.c:1649 +#: ldmain.c:2025 msgid "%X%H: dangerous relocation: %s\n" msgstr "%X%H: небезпечне переÑуваннÑ: %s\n" -#: ldmain.c:1663 +#: ldmain.c:2039 msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n" msgstr "%X%P: переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾ÑилаєтьÑÑ Ð½Ð° Ñимвол «%pT», Ñкий не виводитьÑÑ\n" -#: ldmain.c:1697 +#: ldmain.c:2073 msgid "%P: %pB: reference to %s\n" msgstr "%P: %pB: поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° %s\n" -#: ldmain.c:1699 +#: ldmain.c:2075 msgid "%P: %pB: definition of %s\n" msgstr "%P: %pB: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s\n" -#: ldmisc.c:366 +#: ldmisc.c:359 #, c-format msgid "%pB: in function `%pT':\n" msgstr "%pB: у функції «%pT»:\n" -#: ldmisc.c:506 +#: ldmisc.c:499 #, c-format msgid "no symbol" msgstr "немає Ñимволу" -#: ldmisc.c:688 +#: ldmisc.c:693 msgid "%P: error: unsupported option: %s\n" msgstr "%P: помилка: непідтримуваний параметр: %s\n" -#: ldmisc.c:690 +#: ldmisc.c:695 msgid "%P: warning: %s ignored\n" msgstr "%P: попередженнÑ: проігноровано %s\n" -#: ldmisc.c:701 -msgid "%F%P: internal error %s %d\n" -msgstr "%F%P: Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° %s, %d\n" +#: ldmisc.c:706 +msgid "%P: internal error %s %d\n" +msgstr "%P: Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° %s, %d\n" -#: ldmisc.c:765 +#: ldmisc.c:770 msgid "%P: internal error: aborting at %s:%d in %s\n" msgstr "%P: Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°: перериваємо роботу у %s:%d у %s\n" -#: ldmisc.c:768 +#: ldmisc.c:773 msgid "%P: internal error: aborting at %s:%d\n" msgstr "%P: Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°: перериваємо роботу у %s:%d\n" -#: ldmisc.c:770 -msgid "%F%P: please report this bug\n" -msgstr "%F%P: будь лаÑка, ÑповіÑтіть авторів програми про цю ваду\n" +#: ldmisc.c:775 +msgid "%P: please report this bug\n" +msgstr "%P: будь лаÑка, ÑповіÑтіть авторів програми про цю ваду\n" #. Output for noisy == 2 is intended to follow the GNU standards. #: ldver.c:38 @@ -1310,29 +1310,29 @@ msgstr " Підтримувані режими емулÑції:\n" #: ldwrite.c:60 ldwrite.c:67 ldwrite.c:173 ldwrite.c:181 ldwrite.c:227 #: ldwrite.c:268 -msgid "%F%P: bfd_new_link_order failed: %E\n" -msgstr "%F%P: помилка bfd_new_link_order: %E\n" +msgid "%P: bfd_new_link_order failed: %E\n" +msgstr "%P: помилка bfd_new_link_order: %E\n" #: ldwrite.c:337 -msgid "%F%P: cannot create split section name for %s\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити назву розділеного розділу Ð´Ð»Ñ %s\n" +msgid "%P: cannot create split section name for %s\n" +msgstr "%P: не вдалоÑÑ Ñтворити назву розділеного розділу Ð´Ð»Ñ %s\n" -#: ldwrite.c:349 -msgid "%F%P: clone section failed: %E\n" -msgstr "%F%P: Ñпроба ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ зазнала невдачі: %E\n" +#: ldwrite.c:348 +msgid "%P: clone section failed: %E\n" +msgstr "%P: Ñпроба ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ зазнала невдачі: %E\n" -#: ldwrite.c:387 +#: ldwrite.c:385 #, c-format msgid "%8x something else\n" msgstr "%8x щоÑÑŒ інше\n" -#: ldwrite.c:553 -msgid "%F%P: final link failed: %E\n" -msgstr "%F%P: Ñпроба оÑтаточного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" +#: ldwrite.c:551 +msgid "%P: final link failed: %E\n" +msgstr "%P: Ñпроба оÑтаточного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі: %E\n" -#: ldwrite.c:555 -msgid "%F%P: final link failed\n" -msgstr "%F%P: Ñпроба оÑтаточного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі\n" +#: ldwrite.c:553 +msgid "%P: final link failed\n" +msgstr "%P: Ñпроба оÑтаточного ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдачі\n" #: lexsup.c:105 lexsup.c:303 msgid "KEYWORD" @@ -1360,7 +1360,7 @@ msgstr "Вказати Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð½Ð°Ñтупних файл #: lexsup.c:113 lexsup.c:119 lexsup.c:180 lexsup.c:184 lexsup.c:223 #: lexsup.c:227 lexsup.c:242 lexsup.c:244 lexsup.c:465 lexsup.c:491 -#: lexsup.c:539 lexsup.c:552 lexsup.c:556 +#: lexsup.c:541 lexsup.c:554 lexsup.c:558 msgid "FILE" msgstr "ФÐЙЛ" @@ -1380,8 +1380,8 @@ msgstr "запиÑати файл залежноÑтей" msgid "Force group members out of groups" msgstr "примуÑово групувати учаÑників поза групами" -#: lexsup.c:124 lexsup.c:514 lexsup.c:516 lexsup.c:518 lexsup.c:520 -#: lexsup.c:522 lexsup.c:524 lexsup.c:526 +#: lexsup.c:124 lexsup.c:516 lexsup.c:518 lexsup.c:520 lexsup.c:522 +#: lexsup.c:524 lexsup.c:526 lexsup.c:528 msgid "ADDRESS" msgstr "ÐДРЕСÐ" @@ -1606,7 +1606,7 @@ msgid "Read default linker script" msgstr "Прочитати типовий Ñкрипт компонувальника" #: lexsup.c:248 lexsup.c:251 lexsup.c:269 lexsup.c:361 lexsup.c:385 -#: lexsup.c:507 lexsup.c:542 lexsup.c:554 lexsup.c:613 lexsup.c:616 +#: lexsup.c:509 lexsup.c:544 lexsup.c:556 lexsup.c:615 lexsup.c:618 msgid "SYMBOL" msgstr "СИМВОЛ" @@ -1999,58 +1999,62 @@ msgid "Split output sections every COUNT relocs" msgstr "розділÑти розділи виведених даних кожні КІЛЬКІСТЬ переміщень" #: lexsup.c:503 -msgid "Print memory usage statistics" -msgstr "вивеÑти ÑтатиÑтичні дані щодо викориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼â€™Ñті" +msgid "Print resource usage statistics" +msgstr "вивеÑти ÑтатиÑтичні дані щодо викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€ÐµÑурÑів" #: lexsup.c:505 +msgid "Do not print resource usage statistics" +msgstr "не виводити ÑтатиÑтичні дані щодо викориÑÑ‚Ð°Ð½Ð½Ñ Ñ€ÐµÑурÑів" + +#: lexsup.c:507 msgid "Display target specific options" msgstr "вивеÑти параметри, Ñпецифічні Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ" -#: lexsup.c:507 +#: lexsup.c:509 msgid "Do task level linking" msgstr "виконати ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° рівні завдань" -#: lexsup.c:509 +#: lexsup.c:511 msgid "Use same format as native linker" msgstr "викориÑтовувати той Ñамий формат, що Ñ– природний компонувальник" -#: lexsup.c:511 +#: lexsup.c:513 msgid "SECTION=ADDRESS" msgstr "РОЗДІЛ=ÐДРЕСÐ" -#: lexsup.c:511 +#: lexsup.c:513 msgid "Set address of named section" msgstr "вÑтановити адреÑу іменованого розділу" -#: lexsup.c:514 +#: lexsup.c:516 msgid "Set image base address" msgstr "Ð’Ñтановити базову адреÑу образу" -#: lexsup.c:516 +#: lexsup.c:518 msgid "Set address of .bss section" msgstr "вÑтановити адреÑу розділу .bss" -#: lexsup.c:518 +#: lexsup.c:520 msgid "Set address of .data section" msgstr "вÑтановити адреÑу розділу .data" -#: lexsup.c:520 +#: lexsup.c:522 msgid "Set address of .text section" msgstr "вÑтановити адреÑу розділу .text" -#: lexsup.c:522 +#: lexsup.c:524 msgid "Set address of text segment" msgstr "вÑтановити адреÑу текÑтового Ñегмента" -#: lexsup.c:524 +#: lexsup.c:526 msgid "Set address of rodata segment" msgstr "вÑтановити адреÑу Ñегмента rodata" -#: lexsup.c:526 +#: lexsup.c:528 msgid "Set address of ldata segment" msgstr "вÑтановити адреÑу Ñегмента ldata" -#: lexsup.c:529 +#: lexsup.c:531 msgid "" "How to handle unresolved symbols. <method> is:\n" " ignore-all, report-all, ignore-in-object-files,\n" @@ -2060,19 +2064,19 @@ msgstr "" " ignore-all, report-all, ignore-in-object-files,\n" " ignore-in-shared-libs" -#: lexsup.c:534 +#: lexsup.c:536 msgid "[=NUMBER]" msgstr "[=ЧИСЛО]" -#: lexsup.c:535 +#: lexsup.c:537 msgid "Output lots of information during link" msgstr "вивеÑти докладні відомоÑті під Ñ‡Ð°Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ" -#: lexsup.c:539 +#: lexsup.c:541 msgid "Read version information script" msgstr "прочитати Ñкрипт даних щодо верÑÑ–Ñ—" -#: lexsup.c:542 +#: lexsup.c:544 msgid "" "Take export symbols list from .exports, using\n" " SYMBOL as the version." @@ -2080,127 +2084,127 @@ msgstr "" "отримати ÑпиÑок Ñимволів екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð· .exports, викориÑтовуючи\n" " викориÑтовуючи СИМВОЛ Ñк верÑÑ–ÑŽ." -#: lexsup.c:546 +#: lexsup.c:548 msgid "Add data symbols to dynamic list" msgstr "додавати Ñимволи даних до динамічного ÑпиÑку" -#: lexsup.c:548 +#: lexsup.c:550 msgid "Use C++ operator new/delete dynamic list" msgstr "викориÑтовувати динамічний ÑпиÑок операторів new/delete C++" -#: lexsup.c:550 +#: lexsup.c:552 msgid "Use C++ typeinfo dynamic list" msgstr "викориÑтовувати динамічний ÑпиÑок typeinfo C++" -#: lexsup.c:552 +#: lexsup.c:554 msgid "Read dynamic list" msgstr "читати динамічний ÑпиÑок" -#: lexsup.c:554 +#: lexsup.c:556 msgid "Export the specified symbol" msgstr "екÑпортувати вказаний Ñимвол" -#: lexsup.c:556 +#: lexsup.c:558 msgid "Read export dynamic symbol list" msgstr "прочитати екÑпортований ÑпиÑок динамічних Ñимволів" -#: lexsup.c:558 +#: lexsup.c:560 msgid "Warn about duplicate common symbols" msgstr "попереджати про Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð°Ð»ÑŒÐ½Ð¸Ñ… Ñимволів" -#: lexsup.c:560 +#: lexsup.c:562 msgid "Warn if global constructors/destructors are seen" msgstr "попереджати, Ñкщо Ñ” видимими загальні конÑтруктори або деÑтруктори" -#: lexsup.c:584 +#: lexsup.c:586 msgid "Warn if the multiple GP values are used" msgstr "попереджати, Ñкщо викориÑтано декілька значень GP" -#: lexsup.c:586 +#: lexsup.c:588 msgid "Warn only once per undefined symbol" msgstr "попереджати про невизначений Ñимвол лише один раз" -#: lexsup.c:588 +#: lexsup.c:590 msgid "Warn if start of section changes due to alignment" msgstr "попереджати, Ñкщо початок розділу змінюєтьÑÑ Ñ‡ÐµÑ€ÐµÐ· вирівнюваннÑ" -#: lexsup.c:593 +#: lexsup.c:595 msgid "Warn if output has DT_TEXTREL (default)" msgstr "Попереджати, Ñкщо у виведенні Ñ” DT_TEXTREL (типова поведінка)" -#: lexsup.c:595 +#: lexsup.c:597 msgid "Warn if output has DT_TEXTREL" msgstr "Попереджати, Ñкщо у виведенні Ñ” DT_TEXTREL" -#: lexsup.c:601 +#: lexsup.c:603 msgid "Warn if an object has alternate ELF machine code" msgstr "попереджати, Ñкщо об’єкт має альтернативний машинний код ELF" -#: lexsup.c:605 +#: lexsup.c:607 msgid "Report unresolved symbols as warnings" msgstr "повідомлÑти про нерозв’Ñзні Ñимволи Ñк про попередженнÑ" -#: lexsup.c:608 +#: lexsup.c:610 msgid "Report unresolved symbols as errors" msgstr "повідомлÑти про нерозв’Ñзні Ñимволи Ñк про помилки" -#: lexsup.c:610 +#: lexsup.c:612 msgid "Include all objects from following archives" msgstr "включити вÑÑ– об’єкти з вказаних нижче архівів" -#: lexsup.c:613 +#: lexsup.c:615 msgid "Use wrapper functions for SYMBOL" msgstr "викориÑтовувати функції-обгортки Ð´Ð»Ñ Ñимволу СИМВОЛ" -#: lexsup.c:617 +#: lexsup.c:619 msgid "Unresolved SYMBOL will not cause an error or warning" msgstr "невизначений СИМВОЛ не призведе до Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилку або попередженнÑ" -#: lexsup.c:619 +#: lexsup.c:621 msgid "Push state of flags governing input file handling" msgstr "подати Ñтан прапорців, Ñкі керують обробкою вхідного файла" -#: lexsup.c:622 +#: lexsup.c:624 msgid "Pop state of flags governing input file handling" msgstr "отримати Ñтан прапорців, Ñкі керують обробкою вхідного файла" -#: lexsup.c:625 +#: lexsup.c:627 msgid "Report target memory usage" msgstr "вивеÑти звіт щодо викориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼â€™Ñті призначеннÑ" -#: lexsup.c:627 +#: lexsup.c:629 msgid "=MODE" msgstr "=РЕЖИМ" -#: lexsup.c:627 +#: lexsup.c:629 msgid "Control how orphan sections are handled." msgstr "керувати тим, Ñк оброблÑтимутьÑÑ Ð¾Ñиротілі розділи." -#: lexsup.c:630 +#: lexsup.c:632 msgid "Show discarded sections in map file output (default)" msgstr "Показувати відкинуті розділи у виведенні прив'Ñзки файлів (типова поведінка)" -#: lexsup.c:633 +#: lexsup.c:635 msgid "Do not show discarded sections in map file output" msgstr "Ðе показувати відкинуті розділи у виведенні прив'Ñзки файлів" -#: lexsup.c:636 +#: lexsup.c:638 msgid "Show local symbols in map file output" msgstr "Показати локальні Ñимволи у вихідному файлі прив'Ñзок" -#: lexsup.c:639 +#: lexsup.c:641 msgid "Do not show local symbols in map file output (default)" msgstr "Ðе показувати локальні Ñимволи у виведенні прив'Ñзки файлів (типова поведінка)" -#: lexsup.c:642 +#: lexsup.c:644 msgid "Emit names and types of static variables in CTF" msgstr "ÐадÑилати назви Ñ– типи Ñтатичних змінних у CTF" -#: lexsup.c:645 +#: lexsup.c:647 msgid "Do not emit names and types of static variables in CTF" msgstr "Ðе надÑилати назви Ñ– типи Ñтатичних змінних у CTF" -#: lexsup.c:649 +#: lexsup.c:651 msgid "" "How to share CTF types between translation units.\n" " <method> is: share-unconflicted (default),\n" @@ -2210,43 +2214,43 @@ msgstr "" " <метод>: share-unconflicted (типовий),\n" " share-duplicated" -#: lexsup.c:813 -msgid "%F%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" -msgstr "%F%P: помилка: не вдалоÑÑ Ð¿Ð¾Ð·Ð±ÑƒÑ‚Ð¸ÑÑ Ð½ÐµÐ¾Ð´Ð½Ð¾Ð·Ð½Ð°Ñ‡Ð½Ð¾Ñті: %s (мали на увазі -%s ?)\n" +#: lexsup.c:815 +msgid "%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" +msgstr "%P: помилка: не вдалоÑÑ Ð¿Ð¾Ð·Ð±ÑƒÑ‚Ð¸ÑÑ Ð½ÐµÐ¾Ð´Ð½Ð¾Ð·Ð½Ð°Ñ‡Ð½Ð¾Ñті: %s (мали на увазі -%s ?)\n" -#: lexsup.c:816 +#: lexsup.c:819 msgid "%P: Warning: grouped short command line options are deprecated: %s\n" msgstr "%P: попередженнÑ: викориÑÑ‚Ð°Ð½Ð½Ñ Ð·Ð³Ñ€ÑƒÐ¿Ð¾Ð²Ð°Ð½Ð¸Ñ… Ñкорочених параметрів командного Ñ€Ñдка вважаєтьÑÑ Ð·Ð°Ñтарілим: %s\n" -#: lexsup.c:843 +#: lexsup.c:846 msgid "%P: %s: missing argument\n" msgstr "%P: %s: не виÑтачає аргументу\n" -#: lexsup.c:848 +#: lexsup.c:851 msgid "%P: unrecognized option '%s'\n" msgstr "%P: нерозпізнаний параметр «%s»\n" -#: lexsup.c:853 -msgid "%F%P: use the --help option for usage information\n" -msgstr "%F%P: ÑкориÑтайтеÑÑ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ --help, щоб отримати підказку щодо кориÑтуваннÑ\n" +#: lexsup.c:856 +msgid "%P: use the --help option for usage information\n" +msgstr "%P: ÑкориÑтайтеÑÑ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ --help, щоб отримати підказку щодо кориÑтуваннÑ\n" -#: lexsup.c:872 -msgid "%F%P: unrecognized -a option `%s'\n" -msgstr "%F%P: нерозпізнаний параметр -a, «%s»\n" +#: lexsup.c:875 +msgid "%P: unrecognized -a option `%s'\n" +msgstr "%P: нерозпізнаний параметр -a, «%s»\n" -#: lexsup.c:885 -msgid "%F%P: unrecognized -assert option `%s'\n" -msgstr "%F%P: нерозпізнаний параметр -assert, «%s»\n" +#: lexsup.c:888 +msgid "%P: unrecognized -assert option `%s'\n" +msgstr "%P: нерозпізнаний параметр -assert, «%s»\n" -#: lexsup.c:929 -msgid "%F%P: unknown demangling style `%s'\n" -msgstr "%F%P: невідомий Ñтиль розгортаннÑ, «%s»\n" +#: lexsup.c:932 +msgid "%P: unknown demangling style `%s'\n" +msgstr "%P: невідомий Ñтиль розгортаннÑ, «%s»\n" -#: lexsup.c:1037 lexsup.c:1533 eaarch64cloudabi.c:986 eaarch64cloudabib.c:986 -#: eaarch64elf.c:986 eaarch64elf32.c:986 eaarch64elf32b.c:986 -#: eaarch64elfb.c:986 eaarch64fbsd.c:991 eaarch64fbsdb.c:991 -#: eaarch64haiku.c:986 eaarch64linux.c:991 eaarch64linux32.c:991 -#: eaarch64linux32b.c:991 eaarch64linuxb.c:991 eaarch64nto.c:1148 +#: lexsup.c:1039 lexsup.c:1545 eaarch64cloudabi.c:1021 eaarch64cloudabib.c:1021 +#: eaarch64elf.c:1026 eaarch64elf32.c:1026 eaarch64elf32b.c:1026 +#: eaarch64elfb.c:1026 eaarch64fbsd.c:1026 eaarch64fbsdb.c:1026 +#: eaarch64haiku.c:1021 eaarch64linux.c:1026 eaarch64linux32.c:1026 +#: eaarch64linux32b.c:1026 eaarch64linuxb.c:1026 eaarch64nto.c:1183 #: earmelf.c:1135 earmelf_fbsd.c:1135 earmelf_fuchsia.c:1140 #: earmelf_haiku.c:1140 earmelf_linux.c:1140 earmelf_linux_eabi.c:1140 #: earmelf_linux_fdpiceabi.c:1140 earmelf_nacl.c:1140 earmelf_nbsd.c:1135 @@ -2254,19 +2258,19 @@ msgstr "%F%P: невідомий Ñтиль розгортаннÑ, «%s»\n" #: earmelfb_fbsd.c:1135 earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 #: earmelfb_linux_eabi.c:1140 earmelfb_linux_fdpiceabi.c:1140 #: earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 earmnto.c:1095 ecskyelf.c:602 -#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1225 -#: eelf64lppc_fbsd.c:1225 eelf64ppc.c:1225 eelf64ppc_fbsd.c:1225 ehppaelf.c:613 +#: ecskyelf_linux.c:789 eelf32metag.c:788 eelf64lppc.c:1226 +#: eelf64lppc_fbsd.c:1226 eelf64ppc.c:1226 eelf64ppc_fbsd.c:1226 ehppaelf.c:613 #: ehppalinux.c:825 ehppanbsd.c:825 ehppaobsd.c:825 -msgid "%F%P: invalid number `%s'\n" -msgstr "%F%P: некоректне чиÑло, «%s»\n" +msgid "%P: invalid number `%s'\n" +msgstr "%P: некоректне чиÑло, «%s»\n" -#: lexsup.c:1133 -msgid "%F%P: bad --unresolved-symbols option: %s\n" -msgstr "%F%P: помилковий параметр --unresolved-symbols: %s\n" +#: lexsup.c:1135 +msgid "%P: bad --unresolved-symbols option: %s\n" +msgstr "%P: помилковий параметр --unresolved-symbols: %s\n" -#: lexsup.c:1220 -msgid "%F%P: bad -plugin-opt option\n" -msgstr "%F%P: помилковий параметр -plugin-opt\n" +#: lexsup.c:1222 +msgid "%P: bad -plugin-opt option\n" +msgstr "%P: помилковий параметр -plugin-opt\n" #. This can happen if the user put "-rpath,a" on the command #. line. (Or something similar. The comma is important). @@ -2276,173 +2280,173 @@ msgstr "%F%P: помилковий параметр -plugin-opt\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:1240 -msgid "%F%P: unrecognised option: %s\n" -msgstr "%F%P: нерозпізнаний параметр: %s\n" +#: lexsup.c:1242 +msgid "%P: unrecognised option: %s\n" +msgstr "%P: нерозпізнаний параметр: %s\n" -#: lexsup.c:1243 lexsup.c:1353 lexsup.c:1374 lexsup.c:1502 -msgid "%F%P: -r and %s may not be used together\n" -msgstr "%F%P: -r Ñ– %s не можна викориÑтовувати одночаÑно\n" +#: lexsup.c:1245 lexsup.c:1355 lexsup.c:1376 lexsup.c:1514 +msgid "%P: -r and %s may not be used together\n" +msgstr "%P: -r Ñ– %s не можна викориÑтовувати одночаÑно\n" -#: lexsup.c:1365 -msgid "%F%P: -shared not supported\n" -msgstr "%F%P: підтримки -shared не передбачено\n" +#: lexsup.c:1367 +msgid "%P: -shared not supported\n" +msgstr "%P: підтримки -shared не передбачено\n" -#: lexsup.c:1379 -msgid "%F%P: -pie not supported\n" -msgstr "%F%P: підтримки -pie не передбачено\n" +#: lexsup.c:1381 +msgid "%P: -pie not supported\n" +msgstr "%P: підтримки -pie не передбачено\n" -#: lexsup.c:1385 +#: lexsup.c:1387 msgid "%P: SONAME must not be empty string; keeping previous one\n" msgstr "%P: SONAME має бути непорожнім Ñ€Ñдком; лишаємо попереднє значеннÑ\n" -#: lexsup.c:1391 +#: lexsup.c:1393 msgid "descending" msgstr "за ÑпаданнÑм" -#: lexsup.c:1393 +#: lexsup.c:1395 msgid "ascending" msgstr "за зроÑтаннÑм" -#: lexsup.c:1396 -msgid "%F%P: invalid common section sorting option: %s\n" -msgstr "%F%P: некоректний параметр впорÑÐ´ÐºÐ¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñпільних розділів: %s\n" +#: lexsup.c:1398 +msgid "%P: invalid common section sorting option: %s\n" +msgstr "%P: некоректний параметр впорÑÐ´ÐºÐ¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñпільних розділів: %s\n" -#: lexsup.c:1400 +#: lexsup.c:1402 msgid "name" msgstr "назва" -#: lexsup.c:1402 +#: lexsup.c:1404 msgid "alignment" msgstr "вирівнюваннÑ" -#: lexsup.c:1405 -msgid "%F%P: invalid section sorting option: %s\n" -msgstr "%F%P: некоректний параметр впорÑÐ´ÐºÐ¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñ–Ð²: %s\n" +#: lexsup.c:1407 +msgid "%P: invalid section sorting option: %s\n" +msgstr "%P: некоректний параметр впорÑÐ´ÐºÐ¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñ–Ð²: %s\n" -#: lexsup.c:1411 +#: lexsup.c:1412 msgid "%P: warning: section ordering file changed. Ignoring earlier definition\n" msgstr "%P: попередженнÑ: до файла упорÑÐ´ÐºÐ¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñ–Ð² внеÑено зміни. Ігноруємо попереднє визначеннÑ\n" -#: lexsup.c:1448 -msgid "%F%P: invalid argument to option \"--section-start\"\n" -msgstr "%F%P: некоректний аргумент параметра «--section-start»\n" +#: lexsup.c:1460 +msgid "%P: invalid argument to option \"--section-start\"\n" +msgstr "%P: некоректний аргумент параметра «--section-start»\n" -#: lexsup.c:1455 -msgid "%F%P: missing argument(s) to option \"--section-start\"\n" -msgstr "%F%P: не виÑтачає аргументів параметра «--section-start»\n" +#: lexsup.c:1467 +msgid "%P: missing argument(s) to option \"--section-start\"\n" +msgstr "%P: не виÑтачає аргументів параметра «--section-start»\n" -#: lexsup.c:1728 -msgid "%F%P: group ended before it began (--help for usage)\n" -msgstr "%F%P: групу завершено до Ñ—Ñ— початку (ÑкориÑтайтеÑÑ --help, щоб отримати довідку з кориÑтуваннÑ)\n" +#: lexsup.c:1740 +msgid "%P: group ended before it began (--help for usage)\n" +msgstr "%P: групу завершено до Ñ—Ñ— початку (ÑкориÑтайтеÑÑ --help, щоб отримати довідку з кориÑтуваннÑ)\n" -#: lexsup.c:1744 -msgid "%F%P: failed to add remap file %s\n" -msgstr "%F%P: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ файл переприв'Ñзки %s\n" +#: lexsup.c:1756 +msgid "%P: failed to add remap file %s\n" +msgstr "%P: не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ файл переприв'Ñзки %s\n" #. FIXME: Should we allow --remap-inputs=@myfile as a synonym #. for --remap-inputs-file=myfile ? -#: lexsup.c:1753 -msgid "%F%P: invalid argument to option --remap-inputs\n" -msgstr "%F%P: некоректний аргумент параметра --remap-inputs\n" +#: lexsup.c:1765 +msgid "%P: invalid argument to option --remap-inputs\n" +msgstr "%P: некоректний аргумент параметра --remap-inputs\n" -#: lexsup.c:1774 -msgid "%F%P: invalid cache memory size: %s\n" -msgstr "%F%P: некоректний розмір кешу у пам'Ñті: «%s»\n" +#: lexsup.c:1786 +msgid "%P: invalid cache memory size: %s\n" +msgstr "%P: некоректний розмір кешу у пам'Ñті: «%s»\n" -#: lexsup.c:1788 +#: lexsup.c:1799 msgid "%X%P: --hash-size needs a numeric argument\n" msgstr "%X%P: --hash-size потребує чиÑлового аргументу\n" -#: lexsup.c:1800 -msgid "%F%P: no state pushed before popping\n" -msgstr "%F%P: не подано (push) Ñтану до Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ (pop)\n" +#: lexsup.c:1811 +msgid "%P: no state pushed before popping\n" +msgstr "%P: не подано (push) Ñтану до Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ (pop)\n" -#: lexsup.c:1823 -msgid "%F%P: invalid argument to option \"--orphan-handling\"\n" -msgstr "%F%P: некоректний аргумент параметра «--orphan-handling»\n" +#: lexsup.c:1834 +msgid "%P: invalid argument to option \"--orphan-handling\"\n" +msgstr "%P: некоректний аргумент параметра «--orphan-handling»\n" -#: lexsup.c:1861 -msgid "%F%P: bad --ctf-share-types option: %s\n" -msgstr "%F%P: помилковий параметр --ctf-share-types: %s\n" +#: lexsup.c:1872 +msgid "%P: bad --ctf-share-types option: %s\n" +msgstr "%P: помилковий параметр --ctf-share-types: %s\n" -#: lexsup.c:1878 +#: lexsup.c:1889 msgid "%P: no file/directory name provided for map output; ignored\n" msgstr "%P: не надано назви файла або каталогу Ð´Ð»Ñ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ ÐºÐ°Ñ€Ñ‚Ð¸; проігноровано\n" -#: lexsup.c:1906 +#: lexsup.c:1917 msgid "%P: cannot stat linker map file: %E\n" msgstr "%P: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ файл карти компонуваннÑ: %E\n" -#: lexsup.c:1917 +#: lexsup.c:1928 msgid "%P: linker map file is not a regular file\n" msgstr "%P: файл карти ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ Ñ” звичайним файлом\n" -#: lexsup.c:1932 +#: lexsup.c:1943 msgid "%P: SONAME must not be empty string; ignored\n" msgstr "%P: SONAME має бути непорожнім Ñ€Ñдком; ігноруємо\n" -#: lexsup.c:1938 +#: lexsup.c:1949 msgid "%P: missing --end-group; added as last command line option\n" msgstr "%P: пропущено --end-group; додано Ñк оÑтанній параметр командного Ñ€Ñдка\n" -#: lexsup.c:2047 -msgid "%F%P: -r and -z nosectionheader may not be used together\n" -msgstr "%F%P: -r Ñ– -z nosectionheader не можна викориÑтовувати одночаÑно\n" +#: lexsup.c:2038 +msgid "%P: -r and -z nosectionheader may not be used together\n" +msgstr "%P: -r Ñ– -z nosectionheader не можна викориÑтовувати одночаÑно\n" -#: lexsup.c:2055 -msgid "%F%P: -F may not be used without -shared\n" -msgstr "%F%P: -F не можна викориÑтовувати без -shared\n" +#: lexsup.c:2046 +msgid "%P: -F may not be used without -shared\n" +msgstr "%P: -F не можна викориÑтовувати без -shared\n" -#: lexsup.c:2057 -msgid "%F%P: -f may not be used without -shared\n" -msgstr "%F%P: -f не можна викориÑтовувати без -shared\n" +#: lexsup.c:2048 +msgid "%P: -f may not be used without -shared\n" +msgstr "%P: -f не можна викориÑтовувати без -shared\n" -#: lexsup.c:2098 lexsup.c:2111 -msgid "%F%P: invalid hex number `%s'\n" -msgstr "%F%P: некоректне шіÑтнадцÑткове чиÑло «%s»\n" +#: lexsup.c:2089 lexsup.c:2102 +msgid "%P: invalid hex number `%s'\n" +msgstr "%P: некоректне шіÑтнадцÑткове чиÑло «%s»\n" -#: lexsup.c:2141 +#: lexsup.c:2132 #, c-format msgid " --audit=AUDITLIB Specify a library to use for auditing\n" msgstr " --audit=БІБЛÐУДИТУ вказати бібліотеку, Ñку Ñлід викориÑтати Ð´Ð»Ñ Ð°ÑƒÐ´Ð¸Ñ‚Ñƒ\n" -#: lexsup.c:2143 +#: lexsup.c:2134 #, c-format msgid " -Bgroup Selects group name lookup rules for DSO\n" msgstr " -Bgroup вибирає правила пошук назви групи Ð´Ð»Ñ DSO\n" -#: lexsup.c:2145 +#: lexsup.c:2136 #, c-format msgid " --disable-new-dtags Disable new dynamic tags\n" msgstr " --disable-new-dtags вимкнути нові динамічні мітки\n" -#: lexsup.c:2147 +#: lexsup.c:2138 #, c-format msgid " --enable-new-dtags Enable new dynamic tags\n" msgstr " --enable-new-dtags увімкнути нові динамічні мітки\n" -#: lexsup.c:2149 +#: lexsup.c:2140 #, c-format msgid " --eh-frame-hdr Create .eh_frame_hdr section\n" msgstr " --eh-frame-hdr Ñтворити розділ .eh_frame_hdr\n" -#: lexsup.c:2151 +#: lexsup.c:2142 #, c-format msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n" msgstr " --no-eh-frame-hdr не Ñтворювати розділ .eh_frame_hdr\n" -#: lexsup.c:2153 +#: lexsup.c:2144 #, c-format msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n" msgstr " --exclude-libs=БІБЛ зробити уÑÑ– Ñимволи у бібліотеках БІБЛ прихованими\n" -#: lexsup.c:2155 +#: lexsup.c:2146 #, c-format msgid " --hash-style=STYLE Set hash style to sysv/gnu/both. Default: " msgstr " --hash-style=СТИЛЬ вÑтановити Ñтиль хешуваннÑ: sysv, gnu або both. Типове: " -#: lexsup.c:2174 +#: lexsup.c:2165 #, c-format msgid "" " -P AUDITLIB, --depaudit=AUDITLIB\n" @@ -2451,17 +2455,17 @@ msgstr "" " -P БІБЛÐУДИТУ, --depaudit=БІБЛÐУДИТУ\n" " вказати бібліотеку Ð´Ð»Ñ Ð°ÑƒÐ´Ð¸Ñ‚Ñƒ залежноÑтей\n" -#: lexsup.c:2177 +#: lexsup.c:2168 #, c-format msgid " -z combreloc Merge dynamic relocs into one section and sort\n" msgstr " -z combreloc об’єднати динамічні переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ одного розділу Ñ– упорÑдкувати\n" -#: lexsup.c:2179 +#: lexsup.c:2170 #, c-format msgid " -z nocombreloc Don't merge dynamic relocs into one section\n" msgstr " -z nocombreloc не об’єднувати динамічні переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ одного розділу\n" -#: lexsup.c:2181 +#: lexsup.c:2172 #, c-format msgid "" " -z global Make symbols in DSO available for subsequently\n" @@ -2470,69 +2474,69 @@ msgstr "" " -z global зробити Ñимволи у DSO доÑтупними длÑ\n" " наÑтупних поÑлідовно завантажених об’єктів\n" -#: lexsup.c:2184 +#: lexsup.c:2175 #, c-format msgid " -z initfirst Mark DSO to be initialized first at runtime\n" msgstr " -z initfirst позначити DSO Ñк такий, що ініціалізуєтьÑÑ Ð¿ÐµÑ€ÑˆÐ¸Ð¼ при запуÑку\n" -#: lexsup.c:2186 +#: lexsup.c:2177 #, c-format msgid " -z interpose Mark object to interpose all DSOs but executable\n" msgstr " -z interpose позначити об’єкт Ð´Ð»Ñ Ð²ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ñ ÑƒÑÑ–Ñ… DSO, окрім виконуваних\n" -#: lexsup.c:2188 +#: lexsup.c:2179 #, c-format msgid " -z unique Mark DSO to be loaded at most once by default, and only in the main namespace\n" msgstr " -z unique Позначити DSO Ñк такий, що типово завантажуєтьÑÑ Ð¿Ñ€Ð¸Ð½Ð°Ð¹Ð¼Ð½Ñ– один раз Ñ– лише до оÑновного проÑтору назв\n" -#: lexsup.c:2190 +#: lexsup.c:2181 #, c-format msgid " -z nounique Don't mark DSO as a loadable at most once\n" msgstr " -z nounique не позначати DSO Ñк такий, Ñкий можна завантажувати не більше одного разу\n" -#: lexsup.c:2192 +#: lexsup.c:2183 #, c-format msgid " -z lazy Mark object lazy runtime binding (default)\n" msgstr " -z lazy визначити ліниве прив’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ динамічному режимі Ð´Ð»Ñ Ð¾Ð±â€™Ñ”ÐºÑ‚Ð° (типове)\n" -#: lexsup.c:2194 +#: lexsup.c:2185 #, c-format msgid " -z loadfltr Mark object requiring immediate process\n" msgstr " -z loadfltr позначити об’єкт Ñк такий, що потребує негайної обробки\n" -#: lexsup.c:2196 +#: lexsup.c:2187 #, c-format msgid " -z nocopyreloc Don't create copy relocs\n" msgstr " -z nocopyreloc не Ñтворювати переміщено копій\n" -#: lexsup.c:2198 +#: lexsup.c:2189 #, c-format msgid " -z nodefaultlib Mark object not to use default search paths\n" msgstr "" " -z nodefaultlib позначити об’єкт Ñк такий, що не викориÑтовує\n" " типових шлÑхів пошуку\n" -#: lexsup.c:2200 +#: lexsup.c:2191 #, c-format msgid " -z nodelete Mark DSO non-deletable at runtime\n" msgstr " -z nodelete позначити DSO, Ñк непридатний до Ð²Ð¸Ð»ÑƒÑ‡ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´ Ñ‡Ð°Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ\n" -#: lexsup.c:2202 +#: lexsup.c:2193 #, c-format msgid " -z nodlopen Mark DSO not available to dlopen\n" msgstr " -z nodlopen позначити DSO Ñк недоÑтупний Ð´Ð»Ñ dlopen\n" -#: lexsup.c:2204 +#: lexsup.c:2195 #, c-format msgid " -z nodump Mark DSO not available to dldump\n" msgstr " -z nodump позначити DSO Ñк недоÑтупний Ð´Ð»Ñ dldump\n" -#: lexsup.c:2206 +#: lexsup.c:2197 #, c-format msgid " -z now Mark object non-lazy runtime binding\n" msgstr " -z now визначити Ð´Ð»Ñ Ð¾Ð±â€™Ñ”ÐºÑ‚Ð° неліниве прив’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ динамічному режимі\n" -#: lexsup.c:2208 +#: lexsup.c:2199 #, c-format msgid "" " -z origin Mark object requiring immediate $ORIGIN\n" @@ -2541,147 +2545,147 @@ msgstr "" " -z origin позначити об’єкт Ñк такий, що потребує негайної\n" " обробки $ORIGIN під Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку\n" -#: lexsup.c:2212 +#: lexsup.c:2203 #, c-format msgid " -z relro Create RELRO program header (default)\n" msgstr " -z relro Ñтворити заголовок програми RELRO (типово)\n" -#: lexsup.c:2214 +#: lexsup.c:2205 #, c-format msgid " -z norelro Don't create RELRO program header\n" msgstr " -z norelro не Ñтворювати заголовок програми RELRO\n" -#: lexsup.c:2217 +#: lexsup.c:2208 #, c-format msgid " -z relro Create RELRO program header\n" msgstr " -z relro Ñтворити заголовок програми RELRO\n" -#: lexsup.c:2219 +#: lexsup.c:2210 #, c-format msgid " -z norelro Don't create RELRO program header (default)\n" msgstr " -z norelro не Ñтворювати заголовок програми RELRO (типово)\n" -#: lexsup.c:2223 +#: lexsup.c:2214 #, c-format msgid " -z separate-code Create separate code program header (default)\n" msgstr " -z separate-code Ñтворити окремий заголовок коду програми (типово)\n" -#: lexsup.c:2225 +#: lexsup.c:2216 #, c-format msgid " -z noseparate-code Don't create separate code program header\n" msgstr " -z noseparate-code не Ñтворювати окремого заголовка коду програми\n" -#: lexsup.c:2228 +#: lexsup.c:2219 #, c-format msgid " -z separate-code Create separate code program header\n" msgstr " -z separate-code Ñтворити окремий заголовок коду програми\n" -#: lexsup.c:2230 +#: lexsup.c:2221 #, c-format msgid " -z noseparate-code Don't create separate code program header (default)\n" msgstr " -z noseparate-code не Ñтворювати окремого заголовка коду програми (типово)\n" -#: lexsup.c:2234 +#: lexsup.c:2225 #, c-format msgid " --rosegment With -z separate-code, create a single read-only segment (default)\n" msgstr " --rosegment з -z separate-code Ñтворити єдиний Ñегмент лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ (типово)\n" -#: lexsup.c:2236 +#: lexsup.c:2227 #, c-format msgid " --no-rosegment With -z separate-code, creste two read-only segments\n" msgstr " --no-rosegment з -z separate-code Ñтворити два Ñегменти лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ\n" -#: lexsup.c:2239 +#: lexsup.c:2230 #, c-format msgid " --rosegment With -z separate-code, create a single read-only segment\n" msgstr " --rosegment з -z separate-code Ñтворити єдиний Ñегмент лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ\n" -#: lexsup.c:2241 +#: lexsup.c:2232 #, c-format msgid " --no-rosegment With -z separate-code, creste two read-only segments (default)\n" msgstr " --no-rosegment з -z separate-code Ñтворити два Ñегменти лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ (типово)\n" -#: lexsup.c:2244 +#: lexsup.c:2235 #, c-format msgid " -z common Generate common symbols with STT_COMMON type\n" msgstr " -z common Ñтворити загальні Ñимволи із типом STT_COMMON\n" -#: lexsup.c:2246 +#: lexsup.c:2237 #, c-format msgid " -z nocommon Generate common symbols with STT_OBJECT type\n" msgstr " -z nocommon Ñтворити загальні Ñимволи із типом STT_OBJECT\n" -#: lexsup.c:2249 +#: lexsup.c:2240 #, c-format msgid " -z text Treat DT_TEXTREL in output as error (default)\n" msgstr " -z text вважати DT_TEXTREL у виведенні помилкою (типова поведінка)\n" -#: lexsup.c:2252 +#: lexsup.c:2243 #, c-format msgid " -z text Treat DT_TEXTREL in output as error\n" msgstr " -z text вважати DT_TEXTREL у виведенні помилкою\n" -#: lexsup.c:2256 +#: lexsup.c:2247 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z notext не вважати DT_TEXTREL у виведенні помилкою (типова поведінка)\n" -#: lexsup.c:2258 +#: lexsup.c:2249 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error (default)\n" msgstr " -z textoff не вважати DT_TEXTREL у виведенні помилкою (типова поведінка)\n" -#: lexsup.c:2263 +#: lexsup.c:2254 #, c-format msgid " -z notext Don't treat DT_TEXTREL in output as error\n" msgstr " -z notext не вважати DT_TEXTREL у виведенні помилкою\n" -#: lexsup.c:2265 +#: lexsup.c:2256 #, c-format msgid " -z textoff Don't treat DT_TEXTREL in output as error\n" msgstr " -z textoff не вважати DT_TEXTREL у виведенні помилкою\n" -#: lexsup.c:2269 +#: lexsup.c:2260 #, c-format msgid " -z memory-seal Mark object be memory sealed (default)\n" msgstr " -z memory-seal позначити об'єкт Ñк запечатаний у пам'Ñті (типове)\n" -#: lexsup.c:2271 +#: lexsup.c:2262 #, c-format msgid " -z nomemory-seal Don't mark oject to be memory sealed\n" msgstr " -z nomemory-seal не позначати об'єкт Ñк запечатаний у пам'Ñті\n" -#: lexsup.c:2274 +#: lexsup.c:2265 #, c-format msgid " -z memory-seal Mark object be memory sealed\n" msgstr " -z memory-seal позначити об'єкт Ñк запечатаний у пам'Ñті\n" -#: lexsup.c:2276 +#: lexsup.c:2267 #, c-format msgid " -z nomemory-seal Don't mark oject to be memory sealed (default)\n" msgstr " -z nomemory-seal не позначати об'єкт Ñк запечатаний у пам'Ñті (типове)\n" -#: lexsup.c:2284 +#: lexsup.c:2275 #, c-format msgid " --build-id[=STYLE] Generate build ID note\n" msgstr " --build-id[=СТИЛЬ] Ñтворити нотатку щодо ідентифікатора збираннÑ\n" -#: lexsup.c:2288 +#: lexsup.c:2279 #, c-format msgid " Styles: none,md5,sha1,xx,uuid,0xHEX\n" msgstr " Ñтилі: none,md5,sha1,xx,uuid,0xHEX\n" -#: lexsup.c:2292 +#: lexsup.c:2283 #, c-format msgid " Styles: none,md5,sha1,uuid,0xHEX\n" msgstr " Ñтилі: none,md5,sha1,uuid,0xHEX\n" -#: lexsup.c:2295 +#: lexsup.c:2286 #, c-format msgid " --package-metadata[=JSON] Generate package metadata note\n" msgstr " --package-metadata[=JSON] Ñтворити нотатку щодо метаданих пакунка\n" -#: lexsup.c:2297 +#: lexsup.c:2288 #, c-format msgid "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" @@ -2690,142 +2694,142 @@ msgstr "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n" " ÑтиÑнути розділи діагноÑтики DWARF\n" -#: lexsup.c:2300 +#: lexsup.c:2291 #, c-format msgid " Default: %s\n" msgstr " Типове значеннÑ: %s\n" -#: lexsup.c:2303 +#: lexsup.c:2294 #, c-format msgid " -z common-page-size=SIZE Set common page size to SIZE\n" msgstr " -z common-page-size=РОЗМІРвÑтановити Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ Ñторінки загальне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð ÐžÐ—ÐœÐ†Ð \n" -#: lexsup.c:2305 +#: lexsup.c:2296 #, c-format msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n" msgstr " -z max-page-size=РОЗМІРвÑтановити Ð´Ð»Ñ Ð¼Ð°ÐºÑимального розміру Ñторінки Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð ÐžÐ—ÐœÐ†Ð \n" -#: lexsup.c:2307 +#: lexsup.c:2298 #, c-format msgid " -z defs Report unresolved symbols in object files\n" msgstr " -z defs повідомлÑти про невизначені Ñимволи у об’єктних файлах\n" -#: lexsup.c:2309 +#: lexsup.c:2300 #, c-format msgid " -z undefs Ignore unresolved symbols in object files\n" msgstr " -z undefs ігнорувати невизначені Ñимволи в об'єктних файлах\n" -#: lexsup.c:2311 +#: lexsup.c:2302 #, c-format msgid " -z muldefs Allow multiple definitions\n" msgstr " -z muldefs дозволÑти декілька визначень\n" -#: lexsup.c:2313 +#: lexsup.c:2304 #, c-format msgid " -z stack-size=SIZE Set size of stack segment\n" msgstr " -z stack-size=РОЗМІРвÑтановити розмір Ñегмента Ñтека\n" -#: lexsup.c:2316 +#: lexsup.c:2307 #, c-format msgid " -z execstack Mark executable as requiring executable stack\n" msgstr " -z execstack позначити виконуваний файл Ñк такий, що потребує виконуваного Ñтека\n" -#: lexsup.c:2318 +#: lexsup.c:2309 #, c-format msgid " -z noexecstack Mark executable as not requiring executable stack\n" msgstr " -z noexecstack позначити виконуваний файл Ñк такий, що не потребує виконуваного Ñтека\n" -#: lexsup.c:2320 +#: lexsup.c:2311 #, c-format msgid " --warn-execstack-objects Generate a warning if an object file requests an executable stack\n" msgstr " --warn-execstack-objects вивеÑти попередженнÑ, Ñкщо об'єктний файл надÑилає запит щодо виконуваного Ñтека\n" -#: lexsup.c:2323 +#: lexsup.c:2314 #, c-format msgid " --warn-execstack Generate a warning if creating an executable stack\n" msgstr " --warn-execstack виводити Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñƒ випадку ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ Ñтека\n" -#: lexsup.c:2326 +#: lexsup.c:2317 #, c-format msgid " --warn-execstack Generate a warning if creating an executable stack (default)\n" msgstr " --warn-execstack виводити Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñƒ випадку ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ Ñтека (типовий варіант)\n" -#: lexsup.c:2330 +#: lexsup.c:2321 #, c-format msgid " --no-warn-execstack Do not generate a warning if creating an executable stack (default)\n" msgstr " --no-warn-execstack не виводити Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñƒ випадку ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ Ñтека (типовий варіант)\n" -#: lexsup.c:2333 +#: lexsup.c:2324 #, c-format msgid " --no-warn-execstack Do not generate a warning if creating an executable stack\n" msgstr " --no-warn-execstack не виводити Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñƒ випадку ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ Ñтека\n" -#: lexsup.c:2336 +#: lexsup.c:2327 #, c-format msgid " --error-execstack Turn warnings about executable stacks into errors\n" msgstr " --error-execstack вважати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ виконуваного Ñтека помилками\n" -#: lexsup.c:2338 +#: lexsup.c:2329 #, c-format msgid " --no-error-execstack Do not turn warnings about executable stacks into errors\n" msgstr " --no-error-execstack не вважати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ виконуваного Ñтека помилками\n" -#: lexsup.c:2342 +#: lexsup.c:2333 #, c-format msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions (default)\n" msgstr " --warn-rwx-segments попереджати, Ñкщо Ñегмент LOAD має права доÑтупу RWX (типова поведінка)\n" -#: lexsup.c:2344 +#: lexsup.c:2335 #, c-format msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions\n" msgstr " --no-warn-rwx-segments не попереджати, Ñкщо Ñегменти LOAD мають права доÑтупу RWX\n" -#: lexsup.c:2347 +#: lexsup.c:2338 #, c-format msgid " --warn-rwx-segments Generate a warning if a LOAD segment has RWX permissions\n" msgstr " --warn-rwx-segments попереджати, Ñкщо Ñегмент LOAD має права доÑтупу RWX\n" -#: lexsup.c:2349 +#: lexsup.c:2340 #, c-format msgid " --no-warn-rwx-segments Do not generate a warning if a LOAD segments has RWX permissions (default)\n" msgstr " --no-warn-rwx-segments не попереджати, Ñкщо Ñегменти LOAD мають права доÑтупу RWX (типова поведінка)\n" -#: lexsup.c:2352 +#: lexsup.c:2343 #, c-format msgid " --error-rwx-segments Turn warnings about loadable RWX segments into errors\n" msgstr " --error-rwx-segments вважати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ завантажуваних Ñегментів RWX помилками\n" -#: lexsup.c:2354 +#: lexsup.c:2345 #, c-format msgid " --no-error-rwx-segments Do not turn warnings about loadable RWX segments into errors\n" msgstr " --no-error-rwx-segments не вважати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ завантажуваних Ñегментів RWX помилками\n" -#: lexsup.c:2357 +#: lexsup.c:2348 #, c-format msgid " -z unique-symbol Avoid duplicated local symbol names\n" msgstr " -z unique-symbol уникати Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð² локальних Ñимволів\n" -#: lexsup.c:2359 +#: lexsup.c:2350 #, c-format msgid " -z nounique-symbol Keep duplicated local symbol names (default)\n" msgstr " -z nounique-symbol зберігати дубльовані назви локальних Ñимволів (типова поведінка)\n" -#: lexsup.c:2361 +#: lexsup.c:2352 #, c-format msgid " -z globalaudit Mark executable requiring global auditing\n" msgstr " -z globalaudit позначити виконуваний файл Ñк такий, Ñкий потребує загального наглÑду\n" -#: lexsup.c:2363 +#: lexsup.c:2354 #, c-format msgid " -z start-stop-gc Enable garbage collection on __start/__stop\n" msgstr " -z start-stop-gc увімкнути Ð·Ð±Ð¸Ñ€Ð°Ð½Ð½Ñ ÑÐ¼Ñ–Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸ __start/__stop\n" -#: lexsup.c:2365 +#: lexsup.c:2356 #, c-format msgid " -z nostart-stop-gc Don't garbage collect __start/__stop (default)\n" msgstr " -z nostart-stop-gc не збирати ÑÐ¼Ñ–Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸ __start/__stop (типова поведінка)\n" -#: lexsup.c:2367 +#: lexsup.c:2358 #, c-format msgid "" " -z start-stop-visibility=V Set visibility of built-in __start/__stop symbols\n" @@ -2834,22 +2838,22 @@ msgstr "" " -z start-stop-visibility=V вÑтановити видиміÑть вбудованих Ñимволів __start/__stop\n" " у Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ DEFAULT, PROTECTED, HIDDEN або INTERNAL\n" -#: lexsup.c:2370 +#: lexsup.c:2361 #, c-format msgid " -z sectionheader Generate section header (default)\n" msgstr " -z sectionheader Ñтворити заголовок розділу (типовий варіант)\n" -#: lexsup.c:2372 +#: lexsup.c:2363 #, c-format msgid " -z nosectionheader Do not generate section header\n" msgstr " -z nosectionheader не Ñтворювати заголовок розділу\n" -#: lexsup.c:2379 +#: lexsup.c:2370 #, c-format msgid " --ld-generated-unwind-info Generate exception handling info for PLT\n" msgstr " --ld-generated-unwind-info Ñтворити дані Ð´Ð»Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ¸ виключень Ð´Ð»Ñ PLT\n" -#: lexsup.c:2381 +#: lexsup.c:2372 #, c-format msgid "" " --no-ld-generated-unwind-info\n" @@ -2858,56 +2862,56 @@ msgstr "" " --no-ld-generated-unwind-info\n" " не Ñтворювати дані Ð´Ð»Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ¸ виключень Ð´Ð»Ñ PLT\n" -#: lexsup.c:2391 +#: lexsup.c:2382 #, c-format msgid "ELF emulations:\n" msgstr "ЕмулÑÑ†Ñ–Ñ ELF:\n" -#: lexsup.c:2409 +#: lexsup.c:2400 #, c-format msgid "Usage: %s [options] file...\n" msgstr "ВикориÑтаннÑ: %s [параметри] файл…\n" -#: lexsup.c:2411 +#: lexsup.c:2402 #, c-format msgid "Options:\n" msgstr "Параметри:\n" -#: lexsup.c:2489 +#: lexsup.c:2480 #, c-format msgid " @FILE" msgstr " @ФÐЙЛ" -#: lexsup.c:2492 +#: lexsup.c:2483 #, c-format msgid "Read options from FILE\n" msgstr "читати параметри з файла ФÐЙЛ\n" #. Note: Various tools (such as libtool) depend upon the #. format of the listings below - do not change them. -#: lexsup.c:2497 +#: lexsup.c:2488 #, c-format msgid "%s: supported targets:" msgstr "%s: підтримувані призначеннÑ:" -#: lexsup.c:2505 +#: lexsup.c:2496 #, c-format msgid "%s: supported emulations: " msgstr "%s: підтримувані режими емулÑції: " -#: lexsup.c:2510 +#: lexsup.c:2501 #, c-format msgid "%s: emulation specific options:\n" msgstr "%s: Ñпецифічні параметри емулÑції:\n" -#: lexsup.c:2517 +#: lexsup.c:2508 #, c-format msgid "Report bugs to %s\n" msgstr "ПовідомлÑйте про вади за адреÑою %s\n" #: mri.c:291 -msgid "%F%P: unknown format type %s\n" -msgstr "%F%P: невідомий тип Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s\n" +msgid "%P: unknown format type %s\n" +msgstr "%P: невідомий тип Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s\n" #: pdb.c:845 pdb.c:1136 msgid "%P: CodeView symbol references out of range type %v\n" @@ -3337,46 +3341,46 @@ msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð°Ð¿Ð¾Ð²Ð½Ð¸Ñ‚Ð¸ пРmsgid "%P: warning: cannot populate info stream in PDB file: %E\n" msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð°Ð¿Ð¾Ð²Ð½Ð¸Ñ‚Ð¸ потік даних (info) до файла PDB: %E\n" -#: pe-dll.c:480 +#: pe-dll.c:483 msgid "%X%P: unsupported PEI architecture: %s\n" msgstr "%X%P: непідтримувана архітектура PEI: %s\n" -#: pe-dll.c:869 +#: pe-dll.c:872 msgid "%X%P: cannot export %s: invalid export name\n" msgstr "%X%P: неможливо екÑпортувати %s: некоректна назва екÑпортуваннÑ\n" -#: pe-dll.c:921 +#: pe-dll.c:924 #, c-format msgid "%X%P: error, duplicate EXPORT with ordinals: %s (%d vs %d)\n" msgstr "%X%P: помилка: EXPORT повторюєтьÑÑ Ñ–Ð· порÑдковими чиÑлівниками: %s (%d Ñ– %d)\n" -#: pe-dll.c:928 +#: pe-dll.c:931 #, c-format msgid "%P: warning, duplicate EXPORT: %s\n" msgstr "%P: попередженнÑ: Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ EXPORT: %s\n" -#: pe-dll.c:1035 +#: pe-dll.c:1038 #, c-format msgid "%X%P: cannot export %s: symbol not defined\n" msgstr "%X%P: екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s неможливе: Ñимвол не визначено\n" -#: pe-dll.c:1041 +#: pe-dll.c:1044 #, c-format msgid "%X%P: cannot export %s: symbol wrong type (%d vs %d)\n" msgstr "%X%P: екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s неможливе: Ñимвол належить до помилкового типу (%d Ñ– %d)\n" -#: pe-dll.c:1048 +#: pe-dll.c:1051 #, c-format msgid "%X%P: cannot export %s: symbol not found\n" msgstr "%X%P: екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s неможливе: Ñимвол не визначено\n" -#: pe-dll.c:1072 eaarch64cloudabi.c:370 eaarch64cloudabib.c:370 -#: eaarch64elf.c:369 eaarch64elf32.c:369 eaarch64elf32b.c:369 -#: eaarch64elfb.c:369 eaarch64fbsd.c:370 eaarch64fbsdb.c:370 -#: eaarch64haiku.c:370 eaarch64linux.c:370 eaarch64linux32.c:370 -#: eaarch64linux32b.c:370 eaarch64linuxb.c:370 eaarch64nto.c:370 -#: eaix5ppc.c:1632 eaix5ppc.c:1642 eaix5rs6.c:1632 eaix5rs6.c:1642 -#: eaixppc.c:1632 eaixppc.c:1642 eaixrs6.c:1632 eaixrs6.c:1642 earmelf.c:572 +#: pe-dll.c:1075 eaarch64cloudabi.c:376 eaarch64cloudabib.c:376 +#: eaarch64elf.c:376 eaarch64elf32.c:376 eaarch64elf32b.c:376 +#: eaarch64elfb.c:376 eaarch64fbsd.c:376 eaarch64fbsdb.c:376 +#: eaarch64haiku.c:376 eaarch64linux.c:376 eaarch64linux32.c:376 +#: eaarch64linux32b.c:376 eaarch64linuxb.c:376 eaarch64nto.c:376 +#: eaix5ppc.c:1631 eaix5ppc.c:1641 eaix5rs6.c:1631 eaix5rs6.c:1641 +#: eaixppc.c:1631 eaixppc.c:1641 eaixrs6.c:1631 eaixrs6.c:1641 earmelf.c:572 #: earmelf_fbsd.c:572 earmelf_fuchsia.c:573 earmelf_haiku.c:573 #: earmelf_linux.c:573 earmelf_linux_eabi.c:573 earmelf_linux_fdpiceabi.c:573 #: earmelf_nacl.c:573 earmelf_nbsd.c:572 earmelf_phoenix.c:573 @@ -3395,100 +3399,100 @@ msgstr "%X%P: екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %s неможливе: Ñимвол нР#: eelf64lppc_fbsd.c:122 eelf64ltsmip.c:175 eelf64ltsmip_fbsd.c:175 #: eelf64ppc.c:122 eelf64ppc_fbsd.c:122 eelf_mipsel_haiku.c:175 ehppaelf.c:113 #: ehppalinux.c:113 ehppanbsd.c:113 ehppaobsd.c:113 em68hc11elf.c:173 -#: em68hc11elfb.c:173 em68hc12elf.c:173 em68hc12elfb.c:173 eppcmacos.c:1632 -#: eppcmacos.c:1642 -msgid "%F%P: can not create BFD: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити BFD: %E\n" +#: em68hc11elfb.c:173 em68hc12elf.c:173 em68hc12elfb.c:173 eppcmacos.c:1631 +#: eppcmacos.c:1641 +msgid "%P: can not create BFD: %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити BFD: %E\n" -#: pe-dll.c:1086 +#: pe-dll.c:1089 msgid "%X%P: can not create .edata section: %E\n" msgstr "%X%P: не вдалоÑÑ Ñтворити розділ .edata: %E\n" -#: pe-dll.c:1100 +#: pe-dll.c:1103 msgid "%X%P: can not create .reloc section: %E\n" msgstr "%X%P: не вдалоÑÑ Ñтворити розділ .reloc: %E\n" -#: pe-dll.c:1149 +#: pe-dll.c:1152 #, c-format msgid "%X%P: error: ordinal used twice: %d (%s vs %s)\n" msgstr "%X%P: помилка: порÑдковий номер викориÑтано двічі: %d (%s Ñ– %s)\n" -#: pe-dll.c:1185 +#: pe-dll.c:1188 #, c-format msgid "%X%P: error: export ordinal too large: %d\n" msgstr "%X%P: помилка: порÑдковий номер екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ” надто великим: %d\n" -#: pe-dll.c:1511 +#: pe-dll.c:1514 #, c-format msgid "Info: resolving %s by linking to %s (auto-import)\n" msgstr "ІнформаціÑ: визначаємо %s компонуваннÑм з %s (автоімпортуваннÑ)\n" -#: pe-dll.c:1517 +#: pe-dll.c:1520 msgid "%P: warning: auto-importing has been activated without --enable-auto-import specified on the command line; this should work unless it involves constant data structures referencing symbols from auto-imported DLLs\n" msgstr "%P: попередженнÑ: Ð°Ð²Ñ‚Ð¾Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð´Ñ–Ñно без вказаного --enable-auto-import у командному Ñ€Ñдку. Це має Ñпрацювати, Ñкщо у автоматично імпортованих DLL немає Ñимволів з поÑиланнÑм на Ñталі Ñтруктури даних.\n" -#: pe-dll.c:1680 +#: pe-dll.c:1684 msgid "%P: base relocation for section `%s' above .reloc section\n" msgstr "%P: переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ñнови Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ «%s» у міÑце над розділом .reloc\n" -#: pe-dll.c:1730 +#: pe-dll.c:1734 #, c-format msgid "%X%P: error: %d-bit reloc in dll\n" msgstr "%X%P: помилка: %d-бітове переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ dll\n" -#: pe-dll.c:1856 +#: pe-dll.c:1860 #, c-format msgid "%P: can't open output def file %s\n" msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл def, %s, Ð´Ð»Ñ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…\n" -#: pe-dll.c:2005 +#: pe-dll.c:2009 #, c-format msgid "; no contents available\n" msgstr "; вміÑÑ‚ недоÑтупний\n" -#: pe-dll.c:2364 +#: pe-dll.c:2368 msgid "%P: error: NULL decorated name for %s\n" msgstr "%P: помилка: Ð¿Ð¾Ñ€Ð¾Ð¶Ð½Ñ (NULL) оздоблена назва Ð´Ð»Ñ %s\n" -#: pe-dll.c:2899 +#: pe-dll.c:2903 msgid "%X%P: %H: variable '%pT' can't be auto-imported; please read the documentation for ld's --enable-auto-import for details\n" msgstr "%X%P: %H: змінну «%pT» не може бути імпортовано у автоматичному режимі. Будь лаÑка, ознайомтеÑÑ Ð· документацією до параметра --enable-auto-import ld, щоб дізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ.\n" -#: pe-dll.c:2920 +#: pe-dll.c:2924 #, c-format msgid "%X%P: can't open .lib file: %s\n" msgstr "%X%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл .lib: %s\n" -#: pe-dll.c:2926 +#: pe-dll.c:2930 #, c-format msgid "Creating library file: %s\n" msgstr "Створюємо файл бібліотеки: %s\n" -#: pe-dll.c:2956 +#: pe-dll.c:2960 msgid "%X%P: bfd_openr %s: %E\n" msgstr "%X%P: bfd_openr %s: %E\n" -#: pe-dll.c:2968 +#: pe-dll.c:2972 msgid "%X%P: %s(%s): can't find member in non-archive file" msgstr "%X%P: %s(%s): не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ елемент у неархівному файлі" -#: pe-dll.c:2982 +#: pe-dll.c:2986 msgid "%X%P: %s(%s): can't find member in archive" msgstr "%X%P: %s(%s): не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ елемент у архіві" -#: pe-dll.c:3239 +#: pe-dll.c:3243 msgid "%X%P: add symbols %s: %E\n" msgstr "%X%P: Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ñимволів %s: %E\n" -#: pe-dll.c:3450 +#: pe-dll.c:3454 msgid "%X%P: open %s: %E\n" msgstr "%X%P: Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ñ‚Ñ %s: %E\n" -#: pe-dll.c:3460 +#: pe-dll.c:3464 msgid "%X%P: %s: this doesn't appear to be a DLL\n" msgstr "%X%P: %s: здаєтьÑÑ, ще не DLL\n" -#: pe-dll.c:3680 +#: pe-dll.c:3684 msgid "%X%P: error: can't use long section names on this arch\n" msgstr "%X%P: помилка: на цій архітектурі не можна викориÑтовувати довгі назви розділів\n" @@ -3496,88 +3500,88 @@ msgstr "%X%P: помилка: на цій архітектурі не можна msgid "<no plugin>" msgstr "<немає додатка>" -#: plugin.c:255 plugin.c:1137 -msgid "%F%P: %s: error loading plugin: %s\n" -msgstr "%F%P: %s: помилка під Ñ‡Ð°Ñ Ñпроби завантажити додаток: %s\n" +#: plugin.c:255 plugin.c:1139 +msgid "%P: %s: error loading plugin: %s\n" +msgstr "%P: %s: помилка під Ñ‡Ð°Ñ Ñпроби завантажити додаток: %s\n" #: plugin.c:262 msgid "%P: %s: duplicated plugin\n" msgstr "%P: %s: Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ°\n" #: plugin.c:346 -msgid "%F%P: could not create dummy IR bfd: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити шаблон bfd IR: %E\n" +msgid "%P: could not create dummy IR bfd: %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити шаблон bfd IR: %E\n" -#: plugin.c:427 -msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n" -msgstr "%F%P: %s: не-ELF Ñимвол у BFD ELF!\n" +#: plugin.c:428 +msgid "%P: %s: non-ELF symbol in ELF BFD!\n" +msgstr "%P: %s: не-ELF Ñимвол у BFD ELF!\n" -#: plugin.c:438 -msgid "%F%P: unknown ELF symbol visibility: %d!\n" -msgstr "%F%P: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñті Ñимволу ELF: %d!\n" +#: plugin.c:439 +msgid "%P: unknown ELF symbol visibility: %d!\n" +msgstr "%P: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñті Ñимволу ELF: %d!\n" -#: plugin.c:560 -msgid "%F%P: unsupported input file size: %s (%ld bytes)\n" -msgstr "%F%P: непідтримуваний розмір файла вхідних даних: %s (%ld байтів)\n" +#: plugin.c:561 +msgid "%P: unsupported input file size: %s (%ld bytes)\n" +msgstr "%P: непідтримуваний розмір файла вхідних даних: %s (%ld байтів)\n" -#: plugin.c:705 +#: plugin.c:706 #, c-format msgid "unknown LTO kind value %x" msgstr "невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‚Ð¸Ð¿Ñƒ LTO, %x" -#: plugin.c:731 +#: plugin.c:732 #, c-format msgid "unknown LTO resolution value %x" msgstr "невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð²'Ñзку LTO, %x" -#: plugin.c:751 +#: plugin.c:752 #, c-format msgid "unknown LTO visibility value %x" msgstr "невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾Ñті LTO, %x" #. We should not have a new, indirect or warning symbol here. -#: plugin.c:836 -msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n" -msgstr "%F%P: %s: пошкоджено таблицю Ñимволів додатка (тип Ñимволів %d)\n" +#: plugin.c:837 +msgid "%P: %s: plugin symbol table corrupt (sym type %d)\n" +msgstr "%P: %s: пошкоджено таблицю Ñимволів додатка (тип Ñимволів %d)\n" -#: plugin.c:901 +#: plugin.c:902 msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n" msgstr "%P: %pB: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñимволу «%s»: %s, видиміÑть: %s, розв’ÑзаннÑ: %s\n" -#: plugin.c:978 +#: plugin.c:979 msgid "%P: warning: " msgstr "%P: попередженнÑ: " #: plugin.c:989 -msgid "%P: error: " +msgid "%X%P: error: " msgstr "%P: помилка: " -#: plugin.c:1144 -msgid "%F%P: %s: plugin error: %d\n" -msgstr "%F%P: %s: помилка додатка: %d\n" +#: plugin.c:1146 +msgid "%P: %s: plugin error: %d\n" +msgstr "%P: %s: помилка додатка: %d\n" -#: plugin.c:1208 -msgid "%F%P: plugin_strdup failed to allocate memory: %s\n" -msgstr "%F%P: plugin_strdup не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ пам’Ñть: %s\n" +#: plugin.c:1210 +msgid "%P: plugin_strdup failed to allocate memory: %s\n" +msgstr "%P: plugin_strdup не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ пам’Ñть: %s\n" -#: plugin.c:1250 -msgid "%F%P: plugin failed to allocate memory for input: %s\n" -msgstr "%F%P: додатку не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ пам’Ñть Ð´Ð»Ñ Ð²Ñ…Ñ–Ð´Ð½Ð¸Ñ… даних: %s\n" +#: plugin.c:1252 +msgid "%P: plugin failed to allocate memory for input: %s\n" +msgstr "%P: додатку не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ пам’Ñть Ð´Ð»Ñ Ð²Ñ…Ñ–Ð´Ð½Ð¸Ñ… даних: %s\n" -#: plugin.c:1279 -msgid "%F%P: %s: plugin reported error claiming file\n" -msgstr "%F%P: %s: додатком повідомлено про помилку під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð°\n" +#: plugin.c:1281 +msgid "%P: %s: plugin reported error claiming file\n" +msgstr "%P: %s: додатком повідомлено про помилку під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð°\n" -#: plugin.c:1401 +#: plugin.c:1403 msgid "%P: %s: error in plugin cleanup: %d (ignored)\n" msgstr "%P: %s: помилка під Ñ‡Ð°Ñ ÑÐ¿Ð¾Ñ€Ð¾Ð¶Ð½ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… додатка: %d (проігноровано)\n" -#: eaarch64cloudabi.c:237 eaarch64cloudabib.c:237 eaarch64elf.c:236 -#: eaarch64elf32.c:236 eaarch64elf32b.c:236 eaarch64elfb.c:236 -#: eaarch64fbsd.c:237 eaarch64fbsdb.c:237 eaarch64haiku.c:237 -#: eaarch64linux.c:237 eaarch64linux32.c:237 eaarch64linux32b.c:237 -#: eaarch64linuxb.c:237 eaarch64nto.c:237 eaix5ppc.c:1097 eaix5rs6.c:1097 -#: eaixppc.c:1097 eaixrs6.c:1097 earmelf.c:299 earmelf_fbsd.c:299 +#: eaarch64cloudabi.c:242 eaarch64cloudabib.c:242 eaarch64elf.c:242 +#: eaarch64elf32.c:242 eaarch64elf32b.c:242 eaarch64elfb.c:242 +#: eaarch64fbsd.c:242 eaarch64fbsdb.c:242 eaarch64haiku.c:242 +#: eaarch64linux.c:242 eaarch64linux32.c:242 eaarch64linux32b.c:242 +#: eaarch64linuxb.c:242 eaarch64nto.c:242 eaix5ppc.c:1096 eaix5rs6.c:1096 +#: eaixppc.c:1096 eaixrs6.c:1096 earmelf.c:299 earmelf_fbsd.c:299 #: earmelf_fuchsia.c:300 earmelf_haiku.c:300 earmelf_linux.c:300 #: earmelf_linux_eabi.c:300 earmelf_linux_fdpiceabi.c:300 earmelf_nacl.c:300 #: earmelf_nbsd.c:299 earmelf_phoenix.c:300 earmelf_vxworks.c:299 @@ -3592,23 +3596,24 @@ msgstr "%P: %s: помилка під Ñ‡Ð°Ñ ÑÐ¿Ð¾Ñ€Ð¾Ð¶Ð½ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… Ð #: eelf32bmip.c:208 eelf32bmipn32.c:222 eelf32bsmip.c:222 eelf32btsmip.c:208 #: eelf32btsmip_fbsd.c:208 eelf32btsmipn32.c:208 eelf32btsmipn32_fbsd.c:208 #: eelf32ebmip.c:208 eelf32ebmipvxworks.c:208 eelf32elmip.c:208 -#: eelf32elmipvxworks.c:208 eelf32l4300.c:208 eelf32lmip.c:208 +#: eelf32elmipvxworks.c:208 eelf32kvx.c:198 eelf32l4300.c:208 eelf32lmip.c:208 #: eelf32lr5900.c:208 eelf32lr5900n32.c:208 eelf32lsmip.c:208 #: eelf32ltsmip.c:208 eelf32ltsmip_fbsd.c:208 eelf32ltsmipn32.c:208 #: eelf32ltsmipn32_fbsd.c:208 eelf32metag.c:209 eelf32mipswindiss.c:208 -#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 eelf64lppc.c:485 -#: eelf64lppc_fbsd.c:485 eelf64ltsmip.c:208 eelf64ltsmip_fbsd.c:208 -#: eelf64ppc.c:485 eelf64ppc_fbsd.c:485 eelf_mipsel_haiku.c:208 ehppaelf.c:233 -#: ehppalinux.c:233 ehppanbsd.c:233 ehppaobsd.c:233 em68hc11elf.c:298 -#: em68hc11elfb.c:298 em68hc12elf.c:298 em68hc12elfb.c:298 eppcmacos.c:1097 +#: eelf64bmip.c:222 eelf64btsmip.c:208 eelf64btsmip_fbsd.c:208 eelf64kvx.c:198 +#: eelf64kvx_linux.c:196 eelf64lppc.c:485 eelf64lppc_fbsd.c:485 +#: eelf64ltsmip.c:208 eelf64ltsmip_fbsd.c:208 eelf64ppc.c:485 +#: eelf64ppc_fbsd.c:485 eelf_mipsel_haiku.c:208 ehppaelf.c:233 ehppalinux.c:233 +#: ehppanbsd.c:233 ehppaobsd.c:233 em68hc11elf.c:298 em68hc11elfb.c:298 +#: em68hc12elf.c:298 em68hc12elfb.c:298 eppcmacos.c:1096 msgid "%X%P: can not make stub section: %E\n" msgstr "%X%P: не вдалоÑÑ Ñтворити фіктивний розділ: %E\n" -#: eaarch64cloudabi.c:280 eaarch64cloudabib.c:280 eaarch64elf.c:279 -#: eaarch64elf32.c:279 eaarch64elf32b.c:279 eaarch64elfb.c:279 -#: eaarch64fbsd.c:280 eaarch64fbsdb.c:280 eaarch64haiku.c:280 -#: eaarch64linux.c:280 eaarch64linux32.c:280 eaarch64linux32b.c:280 -#: eaarch64linuxb.c:280 eaarch64nto.c:280 earcelf.c:117 earclinux.c:118 +#: eaarch64cloudabi.c:285 eaarch64cloudabib.c:285 eaarch64elf.c:285 +#: eaarch64elf32.c:285 eaarch64elf32b.c:285 eaarch64elfb.c:285 +#: eaarch64fbsd.c:285 eaarch64fbsdb.c:285 eaarch64haiku.c:285 +#: eaarch64linux.c:285 eaarch64linux32.c:285 eaarch64linux32b.c:285 +#: eaarch64linuxb.c:285 eaarch64nto.c:285 earcelf.c:117 earclinux.c:118 #: earclinux_nps.c:118 earcv2elf.c:117 earcv2elfx.c:117 earmelf.c:411 #: earmelf_fbsd.c:411 earmelf_fuchsia.c:412 earmelf_haiku.c:412 #: earmelf_linux.c:412 earmelf_linux_eabi.c:412 earmelf_linux_fdpiceabi.c:412 @@ -3622,16 +3627,16 @@ msgstr "%X%P: не вдалоÑÑ Ñтворити фіктивний розді #: eavrxmega4.c:321 eavrxmega4_flmap.c:321 eavrxmega5.c:321 eavrxmega6.c:321 #: eavrxmega7.c:321 ecriself.c:117 ecrislinux.c:118 ed10velf.c:117 #: eelf32_sparc.c:118 eelf32_sparc_sol2.c:250 eelf32_sparc_vxworks.c:147 -#: eelf32_spu.c:651 eelf32_tic6x_be.c:184 eelf32_tic6x_elf_be.c:184 -#: eelf32_tic6x_elf_le.c:184 eelf32_tic6x_le.c:184 eelf32_tic6x_linux_be.c:184 -#: eelf32_tic6x_linux_le.c:184 eelf32_x86_64.c:150 eelf32am33lin.c:117 +#: eelf32_spu.c:651 eelf32_tic6x_be.c:182 eelf32_tic6x_elf_be.c:182 +#: eelf32_tic6x_elf_le.c:182 eelf32_tic6x_le.c:182 eelf32_tic6x_linux_be.c:182 +#: eelf32_tic6x_linux_le.c:182 eelf32_x86_64.c:182 eelf32am33lin.c:117 #: eelf32b4300.c:314 eelf32bfin.c:127 eelf32bfinfd.c:127 eelf32bmip.c:314 #: eelf32bmipn32.c:328 eelf32briscv.c:94 eelf32briscv_ilp32.c:94 #: eelf32briscv_ilp32f.c:94 eelf32bsmip.c:328 eelf32btsmip.c:314 #: eelf32btsmip_fbsd.c:314 eelf32btsmipn32.c:314 eelf32btsmipn32_fbsd.c:314 #: eelf32cr16.c:267 eelf32crx.c:154 eelf32ebmip.c:314 eelf32ebmipvxworks.c:343 #: eelf32elmip.c:314 eelf32elmipvxworks.c:343 eelf32epiphany.c:117 -#: eelf32epiphany_4x4.c:119 eelf32frvfd.c:117 eelf32ip2k.c:117 +#: eelf32epiphany_4x4.c:119 eelf32frvfd.c:117 eelf32ip2k.c:117 eelf32kvx.c:241 #: eelf32l4300.c:314 eelf32lm32.c:117 eelf32lm32fd.c:117 eelf32lmip.c:314 #: eelf32loongarch.c:92 eelf32lppc.c:326 eelf32lppclinux.c:326 #: eelf32lppcnto.c:326 eelf32lppcsim.c:326 eelf32lr5900.c:314 @@ -3649,20 +3654,20 @@ msgstr "%X%P: не вдалоÑÑ Ñтворити фіктивний розді #: eelf32xstormy16.c:128 eelf32xtensa.c:2014 eelf32z80.c:144 eelf64_aix.c:117 #: eelf64_ia64.c:143 eelf64_ia64_fbsd.c:143 eelf64_ia64_vms.c:220 #: eelf64_s390.c:133 eelf64_sparc.c:118 eelf64_sparc_fbsd.c:118 -#: eelf64_sparc_sol2.c:250 eelf64alpha.c:201 eelf64alpha_fbsd.c:201 -#: eelf64alpha_nbsd.c:201 eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 +#: eelf64_sparc_sol2.c:250 eelf64alpha.c:178 eelf64alpha_fbsd.c:178 +#: eelf64alpha_nbsd.c:178 eelf64bmip.c:328 eelf64bpf.c:117 eelf64briscv.c:94 #: eelf64briscv_lp64.c:94 eelf64briscv_lp64f.c:94 eelf64btsmip.c:314 -#: eelf64btsmip_fbsd.c:314 eelf64hppa.c:117 eelf64loongarch.c:92 -#: eelf64lppc.c:595 eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 -#: eelf64lriscv_lp64.c:94 eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 -#: eelf64ltsmip_fbsd.c:314 eelf64mmix.c:228 eelf64ppc.c:595 -#: eelf64ppc_fbsd.c:595 eelf64rdos.c:133 eelf64tilegx.c:118 -#: eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 +#: eelf64btsmip_fbsd.c:314 eelf64hppa.c:117 eelf64kvx.c:241 +#: eelf64kvx_linux.c:239 eelf64loongarch.c:92 eelf64lppc.c:595 +#: eelf64lppc_fbsd.c:595 eelf64lriscv.c:94 eelf64lriscv_lp64.c:94 +#: eelf64lriscv_lp64f.c:94 eelf64ltsmip.c:314 eelf64ltsmip_fbsd.c:314 +#: eelf64mmix.c:225 eelf64ppc.c:595 eelf64ppc_fbsd.c:595 eelf64rdos.c:165 +#: eelf64tilegx.c:118 eelf64tilegx_be.c:118 eelf_i386.c:142 eelf_i386_be.c:141 #: eelf_i386_fbsd.c:142 eelf_i386_haiku.c:142 eelf_i386_ldso.c:142 #: eelf_i386_sol2.c:274 eelf_i386_vxworks.c:171 eelf_iamcu.c:142 -#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:150 -#: eelf_x86_64_cloudabi.c:150 eelf_x86_64_fbsd.c:150 eelf_x86_64_haiku.c:150 -#: eelf_x86_64_sol2.c:282 eh8300elf.c:117 eh8300elf_linux.c:117 +#: eelf_mipsel_haiku.c:314 eelf_s390.c:118 eelf_x86_64.c:182 +#: eelf_x86_64_cloudabi.c:182 eelf_x86_64_fbsd.c:182 eelf_x86_64_haiku.c:182 +#: eelf_x86_64_sol2.c:314 eh8300elf.c:117 eh8300elf_linux.c:117 #: eh8300helf.c:117 eh8300helf_linux.c:117 eh8300hnelf.c:117 eh8300self.c:117 #: eh8300self_linux.c:117 eh8300snelf.c:117 eh8300sxelf.c:117 #: eh8300sxelf_linux.c:117 eh8300sxnelf.c:117 ehppa64linux.c:117 ehppaelf.c:283 @@ -3680,26 +3685,27 @@ msgstr "%X%P: не вдалоÑÑ Ñтворити фіктивний розді msgid "%X%P: .eh_frame/.stab edit: %E\n" msgstr "%X%P: Ñ€ÐµÐ´Ð°Ð³ÑƒÐ²Ð°Ð½Ð½Ñ .eh_frame/.stab: %E\n" -#: eaarch64cloudabi.c:296 eaarch64cloudabib.c:296 eaarch64elf.c:295 -#: eaarch64elf32.c:295 eaarch64elf32b.c:295 eaarch64elfb.c:295 -#: eaarch64fbsd.c:296 eaarch64fbsdb.c:296 eaarch64haiku.c:296 -#: eaarch64linux.c:296 eaarch64linux32.c:296 eaarch64linux32b.c:296 -#: eaarch64linuxb.c:296 eaarch64nto.c:296 earmelf.c:426 earmelf_fbsd.c:426 +#: eaarch64cloudabi.c:301 eaarch64cloudabib.c:301 eaarch64elf.c:301 +#: eaarch64elf32.c:301 eaarch64elf32b.c:301 eaarch64elfb.c:301 +#: eaarch64fbsd.c:301 eaarch64fbsdb.c:301 eaarch64haiku.c:301 +#: eaarch64linux.c:301 eaarch64linux32.c:301 eaarch64linux32b.c:301 +#: eaarch64linuxb.c:301 eaarch64nto.c:301 earmelf.c:426 earmelf_fbsd.c:426 #: earmelf_fuchsia.c:427 earmelf_haiku.c:427 earmelf_linux.c:427 #: earmelf_linux_eabi.c:427 earmelf_linux_fdpiceabi.c:427 earmelf_nacl.c:427 #: earmelf_nbsd.c:426 earmelf_phoenix.c:427 earmelf_vxworks.c:426 #: earmelfb.c:426 earmelfb_fbsd.c:426 earmelfb_fuchsia.c:427 #: earmelfb_linux.c:427 earmelfb_linux_eabi.c:427 #: earmelfb_linux_fdpiceabi.c:427 earmelfb_nacl.c:427 earmelfb_nbsd.c:426 -#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 +#: earmnto.c:426 ecskyelf.c:263 ecskyelf_linux.c:263 eelf32kvx.c:257 +#: eelf64kvx.c:257 eelf64kvx_linux.c:255 msgid "%X%P: could not compute sections lists for stub generation: %E\n" msgstr "%X%P: не вдалоÑÑ Ð¾Ð±Ñ‡Ð¸Ñтити ÑпиÑки розділів Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð³Ð»ÑƒÑˆÐºÐ¸: %E\n" -#: eaarch64cloudabi.c:311 eaarch64cloudabib.c:311 eaarch64elf.c:310 -#: eaarch64elf32.c:310 eaarch64elf32b.c:310 eaarch64elfb.c:310 -#: eaarch64fbsd.c:311 eaarch64fbsdb.c:311 eaarch64haiku.c:311 -#: eaarch64linux.c:311 eaarch64linux32.c:311 eaarch64linux32b.c:311 -#: eaarch64linuxb.c:311 eaarch64nto.c:311 earmelf.c:441 earmelf_fbsd.c:441 +#: eaarch64cloudabi.c:316 eaarch64cloudabib.c:316 eaarch64elf.c:316 +#: eaarch64elf32.c:316 eaarch64elf32b.c:316 eaarch64elfb.c:316 +#: eaarch64fbsd.c:316 eaarch64fbsdb.c:316 eaarch64haiku.c:316 +#: eaarch64linux.c:316 eaarch64linux32.c:316 eaarch64linux32b.c:316 +#: eaarch64linuxb.c:316 eaarch64nto.c:316 earmelf.c:441 earmelf_fbsd.c:441 #: earmelf_fuchsia.c:442 earmelf_haiku.c:442 earmelf_linux.c:442 #: earmelf_linux_eabi.c:442 earmelf_linux_fdpiceabi.c:442 earmelf_nacl.c:442 #: earmelf_nbsd.c:441 earmelf_phoenix.c:442 earmelf_vxworks.c:441 @@ -3727,12 +3733,12 @@ msgstr "%X%P: не вдалоÑÑ Ð¾Ð±Ñ‡Ð¸Ñтити ÑпиÑки розділі msgid "%X%P: can not size stub section: %E\n" msgstr "%X%P: неможливо вимірÑти фіктивний розділ: %E\n" -#: eaarch64cloudabi.c:330 eaarch64cloudabib.c:330 eaarch64elf.c:329 -#: eaarch64elf32.c:329 eaarch64elf32b.c:329 eaarch64elfb.c:329 -#: eaarch64fbsd.c:330 eaarch64fbsdb.c:330 eaarch64haiku.c:330 -#: eaarch64linux.c:330 eaarch64linux32.c:330 eaarch64linux32b.c:330 -#: eaarch64linuxb.c:330 eaarch64nto.c:330 eaix5ppc.c:1137 eaix5rs6.c:1137 -#: eaixppc.c:1137 eaixrs6.c:1137 earmelf.c:475 earmelf_fbsd.c:475 +#: eaarch64cloudabi.c:335 eaarch64cloudabib.c:335 eaarch64elf.c:335 +#: eaarch64elf32.c:335 eaarch64elf32b.c:335 eaarch64elfb.c:335 +#: eaarch64fbsd.c:335 eaarch64fbsdb.c:335 eaarch64haiku.c:335 +#: eaarch64linux.c:335 eaarch64linux32.c:335 eaarch64linux32b.c:335 +#: eaarch64linuxb.c:335 eaarch64nto.c:335 eaix5ppc.c:1136 eaix5rs6.c:1136 +#: eaixppc.c:1136 eaixrs6.c:1136 earmelf.c:475 earmelf_fbsd.c:475 #: earmelf_fuchsia.c:476 earmelf_haiku.c:476 earmelf_linux.c:476 #: earmelf_linux_eabi.c:476 earmelf_linux_fdpiceabi.c:476 earmelf_nacl.c:476 #: earmelf_nbsd.c:475 earmelf_phoenix.c:476 earmelf_vxworks.c:475 @@ -3743,10 +3749,11 @@ msgstr "%X%P: неможливо вимірÑти фіктивний роздіР#: eavr35.c:205 eavr4.c:205 eavr5.c:205 eavr51.c:205 eavr6.c:205 eavrtiny.c:205 #: eavrxmega1.c:205 eavrxmega2.c:205 eavrxmega2_flmap.c:205 eavrxmega3.c:205 #: eavrxmega4.c:205 eavrxmega4_flmap.c:205 eavrxmega5.c:205 eavrxmega6.c:205 -#: eavrxmega7.c:205 eelf32metag.c:303 eelf64lppc.c:634 eelf64lppc_fbsd.c:634 -#: eelf64ppc.c:634 eelf64ppc_fbsd.c:634 ehppaelf.c:335 ehppalinux.c:335 -#: ehppanbsd.c:335 ehppaobsd.c:335 em68hc11elf.c:324 em68hc11elfb.c:324 -#: em68hc12elf.c:324 em68hc12elfb.c:324 eppcmacos.c:1137 +#: eavrxmega7.c:205 eelf32kvx.c:291 eelf32metag.c:303 eelf64kvx.c:291 +#: eelf64kvx_linux.c:289 eelf64lppc.c:634 eelf64lppc_fbsd.c:634 eelf64ppc.c:634 +#: eelf64ppc_fbsd.c:634 ehppaelf.c:335 ehppalinux.c:335 ehppanbsd.c:335 +#: ehppaobsd.c:335 em68hc11elf.c:324 em68hc11elfb.c:324 em68hc12elf.c:324 +#: em68hc12elfb.c:324 eppcmacos.c:1136 msgid "%X%P: can not build stubs: %E\n" msgstr "%X%P: неможливо збирати фіктивні запиÑи: %E\n" @@ -3779,11 +3786,11 @@ msgstr "%X%P: неможливо збирати фіктивні запиÑи: % #. These will only be created if the output format is an arm format, #. hence we do not support linking and changing output formats at the #. same time. Use a link followed by objcopy to change output formats. -#: eaarch64cloudabi.c:348 eaarch64cloudabib.c:348 eaarch64elf.c:347 -#: eaarch64elf32.c:347 eaarch64elf32b.c:347 eaarch64elfb.c:347 -#: eaarch64fbsd.c:348 eaarch64fbsdb.c:348 eaarch64haiku.c:348 -#: eaarch64linux.c:348 eaarch64linux32.c:348 eaarch64linux32b.c:348 -#: eaarch64linuxb.c:348 eaarch64nto.c:348 earm_wince_pe.c:1523 earmelf.c:544 +#: eaarch64cloudabi.c:353 eaarch64cloudabib.c:353 eaarch64elf.c:353 +#: eaarch64elf32.c:353 eaarch64elf32b.c:353 eaarch64elfb.c:353 +#: eaarch64fbsd.c:353 eaarch64fbsdb.c:353 eaarch64haiku.c:353 +#: eaarch64linux.c:353 eaarch64linux32.c:353 eaarch64linux32b.c:353 +#: eaarch64linuxb.c:353 eaarch64nto.c:353 earm_wince_pe.c:1523 earmelf.c:544 #: earmelf_fbsd.c:544 earmelf_fuchsia.c:545 earmelf_haiku.c:545 #: earmelf_linux.c:545 earmelf_linux_eabi.c:545 earmelf_linux_fdpiceabi.c:545 #: earmelf_nacl.c:545 earmelf_nbsd.c:544 earmelf_phoenix.c:545 @@ -3802,27 +3809,30 @@ msgstr "%X%P: неможливо збирати фіктивні запиÑи: % #: ei386pe_posix.c:1523 emcorepe.c:1523 ends32belf.c:77 ends32belf16m.c:77 #: ends32belf_linux.c:77 ends32elf.c:77 ends32elf16m.c:77 ends32elf_linux.c:77 #: escore3_elf.c:82 escore7_elf.c:82 eshpe.c:1523 ev850.c:94 ev850_rh850.c:94 -msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" -msgstr "%F%P: помилка: неможливо змінити формат під Ñ‡Ð°Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¸Ñ… файлів %s\n" - -#: eaarch64cloudabi.c:397 eaarch64cloudabi.c:457 eaarch64cloudabib.c:397 -#: eaarch64cloudabib.c:457 eaarch64elf.c:396 eaarch64elf.c:456 -#: eaarch64elf32.c:396 eaarch64elf32.c:456 eaarch64elf32b.c:396 -#: eaarch64elf32b.c:456 eaarch64elfb.c:396 eaarch64elfb.c:456 -#: eaarch64fbsd.c:397 eaarch64fbsd.c:457 eaarch64fbsdb.c:397 -#: eaarch64fbsdb.c:457 eaarch64haiku.c:397 eaarch64haiku.c:457 -#: eaarch64linux.c:397 eaarch64linux.c:457 eaarch64linux32.c:397 -#: eaarch64linux32.c:457 eaarch64linux32b.c:397 eaarch64linux32b.c:457 -#: eaarch64linuxb.c:397 eaarch64linuxb.c:457 eaarch64nto.c:397 -#: eaarch64nto.c:457 +msgid "%P: error: cannot change output format whilst linking %s binaries\n" +msgstr "%P: помилка: неможливо змінити формат під Ñ‡Ð°Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¸Ñ… файлів %s\n" + +#: eaarch64cloudabi.c:403 eaarch64cloudabi.c:463 eaarch64cloudabi.c:487 +#: eaarch64cloudabib.c:403 eaarch64cloudabib.c:463 eaarch64cloudabib.c:487 +#: eaarch64elf.c:403 eaarch64elf.c:463 eaarch64elf.c:487 eaarch64elf32.c:403 +#: eaarch64elf32.c:463 eaarch64elf32.c:487 eaarch64elf32b.c:403 +#: eaarch64elf32b.c:463 eaarch64elf32b.c:487 eaarch64elfb.c:403 +#: eaarch64elfb.c:463 eaarch64elfb.c:487 eaarch64fbsd.c:403 eaarch64fbsd.c:463 +#: eaarch64fbsd.c:487 eaarch64fbsdb.c:403 eaarch64fbsdb.c:463 +#: eaarch64fbsdb.c:487 eaarch64haiku.c:403 eaarch64haiku.c:463 +#: eaarch64haiku.c:487 eaarch64linux.c:403 eaarch64linux.c:463 +#: eaarch64linux.c:487 eaarch64linux32.c:403 eaarch64linux32.c:463 +#: eaarch64linux32.c:487 eaarch64linux32b.c:403 eaarch64linux32b.c:463 +#: eaarch64linux32b.c:487 eaarch64linuxb.c:403 eaarch64linuxb.c:463 +#: eaarch64linuxb.c:487 eaarch64nto.c:403 eaarch64nto.c:463 eaarch64nto.c:487 msgid "%X%P: error: unrecognized value '-z %s'\n" msgstr "%X%P: помилка: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«-z %s»\n" -#: eaarch64cloudabi.c:713 eaarch64cloudabib.c:713 eaarch64elf.c:712 -#: eaarch64elf32.c:712 eaarch64elf32b.c:712 eaarch64elfb.c:712 -#: eaarch64fbsd.c:713 eaarch64fbsdb.c:713 eaarch64haiku.c:713 -#: eaarch64linux.c:713 eaarch64linux32.c:713 eaarch64linux32b.c:713 -#: eaarch64linuxb.c:713 eaarch64nto.c:875 earcelf.c:233 earclinux.c:324 +#: eaarch64cloudabi.c:744 eaarch64cloudabib.c:744 eaarch64elf.c:744 +#: eaarch64elf32.c:744 eaarch64elf32b.c:744 eaarch64elfb.c:744 +#: eaarch64fbsd.c:744 eaarch64fbsdb.c:744 eaarch64haiku.c:744 +#: eaarch64linux.c:744 eaarch64linux32.c:744 eaarch64linux32b.c:744 +#: eaarch64linuxb.c:744 eaarch64nto.c:906 earcelf.c:233 earclinux.c:324 #: earclinux_nps.c:324 earcv2elf.c:212 earcv2elfx.c:212 earmelf.c:848 #: earmelf_fbsd.c:848 earmelf_fuchsia.c:849 earmelf_haiku.c:849 #: earmelf_linux.c:849 earmelf_linux_eabi.c:849 earmelf_linux_fdpiceabi.c:849 @@ -3837,16 +3847,16 @@ msgstr "%X%P: помилка: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«-z %s»\n" #: eavrxmega7.c:428 ecriself.c:237 ecrislinux.c:284 ecskyelf.c:476 #: ecskyelf_linux.c:563 ed10velf.c:212 eelf32_sparc.c:324 #: eelf32_sparc_sol2.c:456 eelf32_sparc_vxworks.c:356 eelf32_spu.c:796 -#: eelf32_tic6x_be.c:415 eelf32_tic6x_elf_be.c:415 eelf32_tic6x_elf_le.c:415 -#: eelf32_tic6x_le.c:415 eelf32_tic6x_linux_be.c:415 -#: eelf32_tic6x_linux_le.c:415 eelf32_x86_64.c:8364 eelf32am33lin.c:283 +#: eelf32_tic6x_be.c:413 eelf32_tic6x_elf_be.c:413 eelf32_tic6x_elf_le.c:413 +#: eelf32_tic6x_le.c:413 eelf32_tic6x_linux_be.c:413 +#: eelf32_tic6x_linux_le.c:413 eelf32_x86_64.c:8396 eelf32am33lin.c:283 #: eelf32b4300.c:528 eelf32bfin.c:297 eelf32bfinfd.c:337 eelf32bmip.c:528 #: eelf32bmipn32.c:542 eelf32briscv.c:402 eelf32briscv_ilp32.c:402 #: eelf32briscv_ilp32f.c:402 eelf32bsmip.c:542 eelf32btsmip.c:528 #: eelf32btsmip_fbsd.c:528 eelf32btsmipn32.c:528 eelf32btsmipn32_fbsd.c:528 #: eelf32cr16.c:362 eelf32crx.c:249 eelf32ebmip.c:528 eelf32ebmipvxworks.c:559 #: eelf32elmip.c:528 eelf32elmipvxworks.c:559 eelf32epiphany.c:237 -#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:549 +#: eelf32epiphany_4x4.c:214 eelf32frvfd.c:323 eelf32ip2k.c:237 eelf32kvx.c:548 #: eelf32l4300.c:528 eelf32lm32.c:237 eelf32lm32fd.c:323 eelf32lmip.c:528 #: eelf32loongarch.c:380 eelf32lppc.c:553 eelf32lppclinux.c:553 #: eelf32lppcnto.c:553 eelf32lppcsim.c:553 eelf32lr5900.c:482 @@ -3862,22 +3872,22 @@ msgstr "%X%P: помилка: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«-z %s»\n" #: eelf32rl78.c:237 eelf32rx.c:259 eelf32rx_linux.c:250 eelf32tilegx.c:324 #: eelf32tilegx_be.c:324 eelf32tilepro.c:324 eelf32vax.c:283 eelf32visium.c:212 #: eelf32xstormy16.c:223 eelf32xtensa.c:2227 eelf32z80.c:239 eelf64_aix.c:283 -#: eelf64_ia64.c:352 eelf64_ia64_fbsd.c:352 eelf64_s390.c:421 +#: eelf64_ia64.c:352 eelf64_ia64_fbsd.c:352 eelf64_s390.c:426 #: eelf64_sparc.c:324 eelf64_sparc_fbsd.c:324 eelf64_sparc_sol2.c:456 -#: eelf64alpha.c:412 eelf64alpha_fbsd.c:412 eelf64alpha_nbsd.c:412 +#: eelf64alpha.c:388 eelf64alpha_fbsd.c:388 eelf64alpha_nbsd.c:388 #: eelf64bmip.c:542 eelf64bpf.c:212 eelf64briscv.c:402 eelf64briscv_lp64.c:402 #: eelf64briscv_lp64f.c:402 eelf64btsmip.c:528 eelf64btsmip_fbsd.c:528 -#: eelf64hppa.c:233 eelf64kvx.c:549 eelf64kvx_linux.c:586 eelf64loongarch.c:380 -#: eelf64lppc.c:988 eelf64lppc_fbsd.c:988 eelf64lriscv.c:402 +#: eelf64hppa.c:233 eelf64kvx.c:548 eelf64kvx_linux.c:586 eelf64loongarch.c:380 +#: eelf64lppc.c:989 eelf64lppc_fbsd.c:989 eelf64lriscv.c:402 #: eelf64lriscv_lp64.c:402 eelf64lriscv_lp64f.c:402 eelf64ltsmip.c:528 -#: eelf64ltsmip_fbsd.c:528 eelf64mmix.c:394 eelf64ppc.c:988 -#: eelf64ppc_fbsd.c:988 eelf64rdos.c:345 eelf64tilegx.c:324 +#: eelf64ltsmip_fbsd.c:528 eelf64mmix.c:391 eelf64ppc.c:989 +#: eelf64ppc_fbsd.c:989 eelf64rdos.c:377 eelf64tilegx.c:324 #: eelf64tilegx_be.c:324 eelf_i386.c:7822 eelf_i386_be.c:307 #: eelf_i386_fbsd.c:354 eelf_i386_haiku.c:354 eelf_i386_ldso.c:314 #: eelf_i386_sol2.c:486 eelf_i386_vxworks.c:380 eelf_iamcu.c:354 -#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8364 -#: eelf_x86_64_cloudabi.c:362 eelf_x86_64_fbsd.c:362 eelf_x86_64_haiku.c:362 -#: eelf_x86_64_sol2.c:494 eh8300elf.c:237 eh8300elf_linux.c:237 +#: eelf_mipsel_haiku.c:528 eelf_s390.c:324 eelf_x86_64.c:8396 +#: eelf_x86_64_cloudabi.c:394 eelf_x86_64_fbsd.c:394 eelf_x86_64_haiku.c:394 +#: eelf_x86_64_sol2.c:526 eh8300elf.c:237 eh8300elf_linux.c:237 #: eh8300helf.c:237 eh8300helf_linux.c:237 eh8300hnelf.c:237 eh8300self.c:237 #: eh8300self_linux.c:237 eh8300snelf.c:237 eh8300sxelf.c:237 #: eh8300sxelf_linux.c:237 eh8300sxnelf.c:237 ehppa64linux.c:283 ehppaelf.c:491 @@ -3892,14 +3902,14 @@ msgstr "%X%P: помилка: невідоме Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«-z %s»\n" #: eshelf_vxworks.c:315 eshlelf.c:283 eshlelf_fd.c:324 eshlelf_linux.c:324 #: eshlelf_nbsd.c:283 eshlelf_nto.c:283 eshlelf_vxworks.c:315 ev850.c:259 #: ev850_rh850.c:259 -msgid "%F%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" -msgstr "%F%P: --compress-debug-sections=zstd: ld зібрано без підтримки zstd\n" - -#: eaarch64cloudabi.c:718 eaarch64cloudabib.c:718 eaarch64elf.c:717 -#: eaarch64elf32.c:717 eaarch64elf32b.c:717 eaarch64elfb.c:717 -#: eaarch64fbsd.c:718 eaarch64fbsdb.c:718 eaarch64haiku.c:718 -#: eaarch64linux.c:718 eaarch64linux32.c:718 eaarch64linux32b.c:718 -#: eaarch64linuxb.c:718 eaarch64nto.c:880 earcelf.c:238 earclinux.c:329 +msgid "%P: --compress-debug-sections=zstd: ld is not built with zstd support\n" +msgstr "%P: --compress-debug-sections=zstd: ld зібрано без підтримки zstd\n" + +#: eaarch64cloudabi.c:749 eaarch64cloudabib.c:749 eaarch64elf.c:749 +#: eaarch64elf32.c:749 eaarch64elf32b.c:749 eaarch64elfb.c:749 +#: eaarch64fbsd.c:749 eaarch64fbsdb.c:749 eaarch64haiku.c:749 +#: eaarch64linux.c:749 eaarch64linux32.c:749 eaarch64linux32b.c:749 +#: eaarch64linuxb.c:749 eaarch64nto.c:911 earcelf.c:238 earclinux.c:329 #: earclinux_nps.c:329 earcv2elf.c:217 earcv2elfx.c:217 earmelf.c:853 #: earmelf_fbsd.c:853 earmelf_fuchsia.c:854 earmelf_haiku.c:854 #: earmelf_linux.c:854 earmelf_linux_eabi.c:854 earmelf_linux_fdpiceabi.c:854 @@ -3914,16 +3924,16 @@ msgstr "%F%P: --compress-debug-sections=zstd: ld зібрано без Ð¿Ñ–Ð´Ñ‚Ñ #: eavrxmega7.c:433 ecriself.c:242 ecrislinux.c:289 ecskyelf.c:481 #: ecskyelf_linux.c:568 ed10velf.c:217 eelf32_sparc.c:329 #: eelf32_sparc_sol2.c:461 eelf32_sparc_vxworks.c:361 eelf32_spu.c:801 -#: eelf32_tic6x_be.c:420 eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 -#: eelf32_tic6x_le.c:420 eelf32_tic6x_linux_be.c:420 -#: eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:8369 eelf32am33lin.c:288 +#: eelf32_tic6x_be.c:418 eelf32_tic6x_elf_be.c:418 eelf32_tic6x_elf_le.c:418 +#: eelf32_tic6x_le.c:418 eelf32_tic6x_linux_be.c:418 +#: eelf32_tic6x_linux_le.c:418 eelf32_x86_64.c:8401 eelf32am33lin.c:288 #: eelf32b4300.c:533 eelf32bfin.c:302 eelf32bfinfd.c:342 eelf32bmip.c:533 #: eelf32bmipn32.c:547 eelf32briscv.c:407 eelf32briscv_ilp32.c:407 #: eelf32briscv_ilp32f.c:407 eelf32bsmip.c:547 eelf32btsmip.c:533 #: eelf32btsmip_fbsd.c:533 eelf32btsmipn32.c:533 eelf32btsmipn32_fbsd.c:533 #: eelf32cr16.c:367 eelf32crx.c:254 eelf32ebmip.c:533 eelf32ebmipvxworks.c:564 #: eelf32elmip.c:533 eelf32elmipvxworks.c:564 eelf32epiphany.c:242 -#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:554 +#: eelf32epiphany_4x4.c:219 eelf32frvfd.c:328 eelf32ip2k.c:242 eelf32kvx.c:553 #: eelf32l4300.c:533 eelf32lm32.c:242 eelf32lm32fd.c:328 eelf32lmip.c:533 #: eelf32loongarch.c:385 eelf32lppc.c:558 eelf32lppclinux.c:558 #: eelf32lppcnto.c:558 eelf32lppcsim.c:558 eelf32lr5900.c:487 @@ -3939,22 +3949,22 @@ msgstr "%F%P: --compress-debug-sections=zstd: ld зібрано без Ð¿Ñ–Ð´Ñ‚Ñ #: eelf32rl78.c:242 eelf32rx.c:264 eelf32rx_linux.c:255 eelf32tilegx.c:329 #: eelf32tilegx_be.c:329 eelf32tilepro.c:329 eelf32vax.c:288 eelf32visium.c:217 #: eelf32xstormy16.c:228 eelf32xtensa.c:2232 eelf32z80.c:244 eelf64_aix.c:288 -#: eelf64_ia64.c:357 eelf64_ia64_fbsd.c:357 eelf64_s390.c:426 +#: eelf64_ia64.c:357 eelf64_ia64_fbsd.c:357 eelf64_s390.c:431 #: eelf64_sparc.c:329 eelf64_sparc_fbsd.c:329 eelf64_sparc_sol2.c:461 -#: eelf64alpha.c:417 eelf64alpha_fbsd.c:417 eelf64alpha_nbsd.c:417 +#: eelf64alpha.c:393 eelf64alpha_fbsd.c:393 eelf64alpha_nbsd.c:393 #: eelf64bmip.c:547 eelf64bpf.c:217 eelf64briscv.c:407 eelf64briscv_lp64.c:407 #: eelf64briscv_lp64f.c:407 eelf64btsmip.c:533 eelf64btsmip_fbsd.c:533 -#: eelf64hppa.c:238 eelf64kvx.c:554 eelf64kvx_linux.c:591 eelf64loongarch.c:385 -#: eelf64lppc.c:993 eelf64lppc_fbsd.c:993 eelf64lriscv.c:407 +#: eelf64hppa.c:238 eelf64kvx.c:553 eelf64kvx_linux.c:591 eelf64loongarch.c:385 +#: eelf64lppc.c:994 eelf64lppc_fbsd.c:994 eelf64lriscv.c:407 #: eelf64lriscv_lp64.c:407 eelf64lriscv_lp64f.c:407 eelf64ltsmip.c:533 -#: eelf64ltsmip_fbsd.c:533 eelf64mmix.c:399 eelf64ppc.c:993 -#: eelf64ppc_fbsd.c:993 eelf64rdos.c:350 eelf64tilegx.c:329 +#: eelf64ltsmip_fbsd.c:533 eelf64mmix.c:396 eelf64ppc.c:994 +#: eelf64ppc_fbsd.c:994 eelf64rdos.c:382 eelf64tilegx.c:329 #: eelf64tilegx_be.c:329 eelf_i386.c:7827 eelf_i386_be.c:312 #: eelf_i386_fbsd.c:359 eelf_i386_haiku.c:359 eelf_i386_ldso.c:319 #: eelf_i386_sol2.c:491 eelf_i386_vxworks.c:385 eelf_iamcu.c:359 -#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8369 -#: eelf_x86_64_cloudabi.c:367 eelf_x86_64_fbsd.c:367 eelf_x86_64_haiku.c:367 -#: eelf_x86_64_sol2.c:499 eh8300elf.c:242 eh8300elf_linux.c:242 +#: eelf_mipsel_haiku.c:533 eelf_s390.c:329 eelf_x86_64.c:8401 +#: eelf_x86_64_cloudabi.c:399 eelf_x86_64_fbsd.c:399 eelf_x86_64_haiku.c:399 +#: eelf_x86_64_sol2.c:531 eh8300elf.c:242 eh8300elf_linux.c:242 #: eh8300helf.c:242 eh8300helf_linux.c:242 eh8300hnelf.c:242 eh8300self.c:242 #: eh8300self_linux.c:242 eh8300snelf.c:242 eh8300sxelf.c:242 #: eh8300sxelf_linux.c:242 eh8300sxnelf.c:242 ehppa64linux.c:288 ehppaelf.c:496 @@ -3969,14 +3979,14 @@ msgstr "%F%P: --compress-debug-sections=zstd: ld зібрано без Ð¿Ñ–Ð´Ñ‚Ñ #: eshelf_vxworks.c:320 eshlelf.c:288 eshlelf_fd.c:329 eshlelf_linux.c:329 #: eshlelf_nbsd.c:288 eshlelf_nto.c:288 eshlelf_vxworks.c:320 ev850.c:264 #: ev850_rh850.c:264 -msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" -msgstr "%F%P: некоректний параметр --compress-debug-sections: `%s'\n" - -#: eaarch64cloudabi.c:776 eaarch64cloudabib.c:776 eaarch64elf.c:775 -#: eaarch64elf32.c:775 eaarch64elf32b.c:775 eaarch64elfb.c:775 -#: eaarch64fbsd.c:776 eaarch64fbsdb.c:776 eaarch64haiku.c:776 -#: eaarch64linux.c:776 eaarch64linux32.c:776 eaarch64linux32b.c:776 -#: eaarch64linuxb.c:776 eaarch64nto.c:938 earcelf.c:296 earclinux.c:387 +msgid "%P: invalid --compress-debug-sections option: `%s'\n" +msgstr "%P: некоректний параметр --compress-debug-sections: `%s'\n" + +#: eaarch64cloudabi.c:807 eaarch64cloudabib.c:807 eaarch64elf.c:807 +#: eaarch64elf32.c:807 eaarch64elf32b.c:807 eaarch64elfb.c:807 +#: eaarch64fbsd.c:807 eaarch64fbsdb.c:807 eaarch64haiku.c:807 +#: eaarch64linux.c:807 eaarch64linux32.c:807 eaarch64linux32b.c:807 +#: eaarch64linuxb.c:807 eaarch64nto.c:969 earcelf.c:296 earclinux.c:387 #: earclinux_nps.c:387 earmelf.c:911 earmelf_fbsd.c:911 earmelf_fuchsia.c:912 #: earmelf_haiku.c:912 earmelf_linux.c:912 earmelf_linux_eabi.c:912 #: earmelf_linux_fdpiceabi.c:912 earmelf_nacl.c:912 earmelf_nbsd.c:911 @@ -3985,15 +3995,15 @@ msgstr "%F%P: некоректний параметр --compress-debug-sections: #: earmelfb_linux_eabi.c:912 earmelfb_linux_fdpiceabi.c:912 earmelfb_nacl.c:912 #: earmelfb_nbsd.c:911 earmnto.c:871 ecrislinux.c:347 ecskyelf_linux.c:626 #: eelf32_sparc.c:387 eelf32_sparc_sol2.c:519 eelf32_sparc_vxworks.c:419 -#: eelf32_tic6x_be.c:478 eelf32_tic6x_elf_be.c:478 eelf32_tic6x_elf_le.c:478 -#: eelf32_tic6x_le.c:478 eelf32_tic6x_linux_be.c:478 -#: eelf32_tic6x_linux_le.c:478 eelf32_x86_64.c:8427 eelf32am33lin.c:346 +#: eelf32_tic6x_be.c:476 eelf32_tic6x_elf_be.c:476 eelf32_tic6x_elf_le.c:476 +#: eelf32_tic6x_le.c:476 eelf32_tic6x_linux_be.c:476 +#: eelf32_tic6x_linux_le.c:476 eelf32_x86_64.c:8459 eelf32am33lin.c:346 #: eelf32b4300.c:591 eelf32bfin.c:360 eelf32bfinfd.c:400 eelf32bmip.c:591 #: eelf32bmipn32.c:605 eelf32briscv.c:465 eelf32briscv_ilp32.c:465 #: eelf32briscv_ilp32f.c:465 eelf32bsmip.c:605 eelf32btsmip.c:591 #: eelf32btsmip_fbsd.c:591 eelf32btsmipn32.c:591 eelf32btsmipn32_fbsd.c:591 #: eelf32ebmip.c:591 eelf32ebmipvxworks.c:622 eelf32elmip.c:591 -#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:612 eelf32l4300.c:591 +#: eelf32elmipvxworks.c:622 eelf32frvfd.c:386 eelf32kvx.c:611 eelf32l4300.c:591 #: eelf32lm32fd.c:386 eelf32lmip.c:591 eelf32loongarch.c:443 eelf32lppc.c:616 #: eelf32lppclinux.c:616 eelf32lppcnto.c:616 eelf32lppcsim.c:616 #: eelf32lriscv.c:465 eelf32lriscv_ilp32.c:465 eelf32lriscv_ilp32f.c:465 @@ -4005,21 +4015,21 @@ msgstr "%F%P: некоректний параметр --compress-debug-sections: #: eelf32ppcvxworks.c:586 eelf32ppcwindiss.c:616 eelf32tilegx.c:387 #: eelf32tilegx_be.c:387 eelf32tilepro.c:387 eelf32vax.c:346 #: eelf32xtensa.c:2290 eelf64_aix.c:346 eelf64_ia64.c:415 -#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:484 eelf64_sparc.c:387 -#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:475 -#: eelf64alpha_fbsd.c:475 eelf64alpha_nbsd.c:475 eelf64bmip.c:605 +#: eelf64_ia64_fbsd.c:415 eelf64_s390.c:489 eelf64_sparc.c:387 +#: eelf64_sparc_fbsd.c:387 eelf64_sparc_sol2.c:519 eelf64alpha.c:451 +#: eelf64alpha_fbsd.c:451 eelf64alpha_nbsd.c:451 eelf64bmip.c:605 #: eelf64briscv.c:465 eelf64briscv_lp64.c:465 eelf64briscv_lp64f.c:465 -#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:612 -#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1051 -#: eelf64lppc_fbsd.c:1051 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 +#: eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591 eelf64hppa.c:296 eelf64kvx.c:611 +#: eelf64kvx_linux.c:649 eelf64loongarch.c:443 eelf64lppc.c:1052 +#: eelf64lppc_fbsd.c:1052 eelf64lriscv.c:465 eelf64lriscv_lp64.c:465 #: eelf64lriscv_lp64f.c:465 eelf64ltsmip.c:591 eelf64ltsmip_fbsd.c:591 -#: eelf64mmix.c:457 eelf64ppc.c:1051 eelf64ppc_fbsd.c:1051 eelf64rdos.c:408 +#: eelf64mmix.c:454 eelf64ppc.c:1052 eelf64ppc_fbsd.c:1052 eelf64rdos.c:440 #: eelf64tilegx.c:387 eelf64tilegx_be.c:387 eelf_i386.c:7885 eelf_i386_be.c:370 #: eelf_i386_fbsd.c:417 eelf_i386_haiku.c:417 eelf_i386_ldso.c:377 #: eelf_i386_sol2.c:549 eelf_i386_vxworks.c:443 eelf_iamcu.c:417 -#: eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8427 -#: eelf_x86_64_cloudabi.c:425 eelf_x86_64_fbsd.c:425 eelf_x86_64_haiku.c:425 -#: eelf_x86_64_sol2.c:557 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 +#: eelf_mipsel_haiku.c:591 eelf_s390.c:387 eelf_x86_64.c:8459 +#: eelf_x86_64_cloudabi.c:457 eelf_x86_64_fbsd.c:457 eelf_x86_64_haiku.c:457 +#: eelf_x86_64_sol2.c:589 ehppa64linux.c:346 ehppalinux.c:666 ehppanbsd.c:666 #: ehppaobsd.c:666 ei386lynx.c:361 ei386moss.c:361 ei386nto.c:361 #: em32relf_linux.c:386 em32rlelf_linux.c:386 em68kelf.c:541 em68kelfnbsd.c:541 #: emn10300.c:346 ends32belf_linux.c:432 ends32elf_linux.c:432 @@ -4027,14 +4037,14 @@ msgstr "%F%P: некоректний параметр --compress-debug-sections: #: eshelf_linux.c:387 eshelf_nbsd.c:346 eshelf_nto.c:346 eshelf_uclinux.c:346 #: eshelf_vxworks.c:378 eshlelf.c:346 eshlelf_fd.c:387 eshlelf_linux.c:387 #: eshlelf_nbsd.c:346 eshlelf_nto.c:346 eshlelf_vxworks.c:378 -msgid "%F%P: invalid hash style `%s'\n" -msgstr "%F%P: некоректний Ñтиль хешуваннÑ, «%s»\n" - -#: eaarch64cloudabi.c:793 eaarch64cloudabib.c:793 eaarch64elf.c:792 -#: eaarch64elf32.c:792 eaarch64elf32b.c:792 eaarch64elfb.c:792 -#: eaarch64fbsd.c:793 eaarch64fbsdb.c:793 eaarch64haiku.c:793 -#: eaarch64linux.c:793 eaarch64linux32.c:793 eaarch64linux32b.c:793 -#: eaarch64linuxb.c:793 eaarch64nto.c:955 earcelf.c:313 earclinux.c:404 +msgid "%P: invalid hash style `%s'\n" +msgstr "%P: некоректний Ñтиль хешуваннÑ, «%s»\n" + +#: eaarch64cloudabi.c:824 eaarch64cloudabib.c:824 eaarch64elf.c:824 +#: eaarch64elf32.c:824 eaarch64elf32b.c:824 eaarch64elfb.c:824 +#: eaarch64fbsd.c:824 eaarch64fbsdb.c:824 eaarch64haiku.c:824 +#: eaarch64linux.c:824 eaarch64linux32.c:824 eaarch64linux32b.c:824 +#: eaarch64linuxb.c:824 eaarch64nto.c:986 earcelf.c:313 earclinux.c:404 #: earclinux_nps.c:404 earcv2elf.c:241 earcv2elfx.c:241 earmelf.c:928 #: earmelf_fbsd.c:928 earmelf_fuchsia.c:929 earmelf_haiku.c:929 #: earmelf_linux.c:929 earmelf_linux_eabi.c:929 earmelf_linux_fdpiceabi.c:929 @@ -4049,16 +4059,16 @@ msgstr "%F%P: некоректний Ñтиль хешуваннÑ, «%s»\n" #: eavrxmega7.c:457 ecriself.c:266 ecrislinux.c:364 ecskyelf.c:505 #: ecskyelf_linux.c:643 ed10velf.c:241 eelf32_sparc.c:404 #: eelf32_sparc_sol2.c:536 eelf32_sparc_vxworks.c:436 eelf32_spu.c:825 -#: eelf32_tic6x_be.c:495 eelf32_tic6x_elf_be.c:495 eelf32_tic6x_elf_le.c:495 -#: eelf32_tic6x_le.c:495 eelf32_tic6x_linux_be.c:495 -#: eelf32_tic6x_linux_le.c:495 eelf32_x86_64.c:8444 eelf32am33lin.c:363 +#: eelf32_tic6x_be.c:493 eelf32_tic6x_elf_be.c:493 eelf32_tic6x_elf_le.c:493 +#: eelf32_tic6x_le.c:493 eelf32_tic6x_linux_be.c:493 +#: eelf32_tic6x_linux_le.c:493 eelf32_x86_64.c:8476 eelf32am33lin.c:363 #: eelf32b4300.c:608 eelf32bfin.c:377 eelf32bfinfd.c:417 eelf32bmip.c:608 #: eelf32bmipn32.c:622 eelf32briscv.c:482 eelf32briscv_ilp32.c:482 #: eelf32briscv_ilp32f.c:482 eelf32bsmip.c:622 eelf32btsmip.c:608 #: eelf32btsmip_fbsd.c:608 eelf32btsmipn32.c:608 eelf32btsmipn32_fbsd.c:608 #: eelf32cr16.c:391 eelf32crx.c:278 eelf32ebmip.c:608 eelf32ebmipvxworks.c:639 #: eelf32elmip.c:608 eelf32elmipvxworks.c:639 eelf32epiphany.c:266 -#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:629 +#: eelf32epiphany_4x4.c:243 eelf32frvfd.c:403 eelf32ip2k.c:266 eelf32kvx.c:628 #: eelf32l4300.c:608 eelf32lm32.c:266 eelf32lm32fd.c:403 eelf32lmip.c:608 #: eelf32loongarch.c:460 eelf32lppc.c:633 eelf32lppclinux.c:633 #: eelf32lppcnto.c:633 eelf32lppcsim.c:633 eelf32lr5900.c:511 @@ -4074,22 +4084,22 @@ msgstr "%F%P: некоректний Ñтиль хешуваннÑ, «%s»\n" #: eelf32rl78.c:266 eelf32rx.c:288 eelf32rx_linux.c:279 eelf32tilegx.c:404 #: eelf32tilegx_be.c:404 eelf32tilepro.c:404 eelf32vax.c:363 eelf32visium.c:241 #: eelf32xstormy16.c:252 eelf32xtensa.c:2307 eelf32z80.c:268 eelf64_aix.c:363 -#: eelf64_ia64.c:432 eelf64_ia64_fbsd.c:432 eelf64_s390.c:501 +#: eelf64_ia64.c:432 eelf64_ia64_fbsd.c:432 eelf64_s390.c:506 #: eelf64_sparc.c:404 eelf64_sparc_fbsd.c:404 eelf64_sparc_sol2.c:536 -#: eelf64alpha.c:492 eelf64alpha_fbsd.c:492 eelf64alpha_nbsd.c:492 +#: eelf64alpha.c:468 eelf64alpha_fbsd.c:468 eelf64alpha_nbsd.c:468 #: eelf64bmip.c:622 eelf64bpf.c:241 eelf64briscv.c:482 eelf64briscv_lp64.c:482 #: eelf64briscv_lp64f.c:482 eelf64btsmip.c:608 eelf64btsmip_fbsd.c:608 -#: eelf64hppa.c:313 eelf64kvx.c:629 eelf64kvx_linux.c:666 eelf64loongarch.c:460 -#: eelf64lppc.c:1068 eelf64lppc_fbsd.c:1068 eelf64lriscv.c:482 +#: eelf64hppa.c:313 eelf64kvx.c:628 eelf64kvx_linux.c:666 eelf64loongarch.c:460 +#: eelf64lppc.c:1069 eelf64lppc_fbsd.c:1069 eelf64lriscv.c:482 #: eelf64lriscv_lp64.c:482 eelf64lriscv_lp64f.c:482 eelf64ltsmip.c:608 -#: eelf64ltsmip_fbsd.c:608 eelf64mmix.c:474 eelf64ppc.c:1068 -#: eelf64ppc_fbsd.c:1068 eelf64rdos.c:425 eelf64tilegx.c:404 +#: eelf64ltsmip_fbsd.c:608 eelf64mmix.c:471 eelf64ppc.c:1069 +#: eelf64ppc_fbsd.c:1069 eelf64rdos.c:457 eelf64tilegx.c:404 #: eelf64tilegx_be.c:404 eelf_i386.c:7902 eelf_i386_be.c:387 #: eelf_i386_fbsd.c:434 eelf_i386_haiku.c:434 eelf_i386_ldso.c:394 #: eelf_i386_sol2.c:566 eelf_i386_vxworks.c:460 eelf_iamcu.c:434 -#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8444 -#: eelf_x86_64_cloudabi.c:442 eelf_x86_64_fbsd.c:442 eelf_x86_64_haiku.c:442 -#: eelf_x86_64_sol2.c:574 eh8300elf.c:266 eh8300elf_linux.c:266 +#: eelf_mipsel_haiku.c:608 eelf_s390.c:404 eelf_x86_64.c:8476 +#: eelf_x86_64_cloudabi.c:474 eelf_x86_64_fbsd.c:474 eelf_x86_64_haiku.c:474 +#: eelf_x86_64_sol2.c:606 eh8300elf.c:266 eh8300elf_linux.c:266 #: eh8300helf.c:266 eh8300helf_linux.c:266 eh8300hnelf.c:266 eh8300self.c:266 #: eh8300self_linux.c:266 eh8300snelf.c:266 eh8300sxelf.c:266 #: eh8300sxelf_linux.c:266 eh8300sxnelf.c:266 ehppa64linux.c:363 ehppaelf.c:520 @@ -4104,14 +4114,14 @@ msgstr "%F%P: некоректний Ñтиль хешуваннÑ, «%s»\n" #: eshelf_vxworks.c:395 eshlelf.c:363 eshlelf_fd.c:404 eshlelf_linux.c:404 #: eshlelf_nbsd.c:363 eshlelf_nto.c:363 eshlelf_vxworks.c:395 ev850.c:288 #: ev850_rh850.c:288 -msgid "%F%P: invalid maximum page size `%s'\n" -msgstr "%F%P: некоректний макÑимальний розмір Ñторінки, «%s»\n" - -#: eaarch64cloudabi.c:803 eaarch64cloudabib.c:803 eaarch64elf.c:802 -#: eaarch64elf32.c:802 eaarch64elf32b.c:802 eaarch64elfb.c:802 -#: eaarch64fbsd.c:803 eaarch64fbsdb.c:803 eaarch64haiku.c:803 -#: eaarch64linux.c:803 eaarch64linux32.c:803 eaarch64linux32b.c:803 -#: eaarch64linuxb.c:803 eaarch64nto.c:965 earcelf.c:323 earclinux.c:414 +msgid "%P: invalid maximum page size `%s'\n" +msgstr "%P: некоректний макÑимальний розмір Ñторінки, «%s»\n" + +#: eaarch64cloudabi.c:834 eaarch64cloudabib.c:834 eaarch64elf.c:834 +#: eaarch64elf32.c:834 eaarch64elf32b.c:834 eaarch64elfb.c:834 +#: eaarch64fbsd.c:834 eaarch64fbsdb.c:834 eaarch64haiku.c:834 +#: eaarch64linux.c:834 eaarch64linux32.c:834 eaarch64linux32b.c:834 +#: eaarch64linuxb.c:834 eaarch64nto.c:996 earcelf.c:323 earclinux.c:414 #: earclinux_nps.c:414 earcv2elf.c:251 earcv2elfx.c:251 earmelf.c:938 #: earmelf_fbsd.c:938 earmelf_fuchsia.c:939 earmelf_haiku.c:939 #: earmelf_linux.c:939 earmelf_linux_eabi.c:939 earmelf_linux_fdpiceabi.c:939 @@ -4126,16 +4136,16 @@ msgstr "%F%P: некоректний макÑимальний розмір ÑтР#: eavrxmega7.c:467 ecriself.c:276 ecrislinux.c:374 ecskyelf.c:515 #: ecskyelf_linux.c:653 ed10velf.c:251 eelf32_sparc.c:414 #: eelf32_sparc_sol2.c:546 eelf32_sparc_vxworks.c:446 eelf32_spu.c:835 -#: eelf32_tic6x_be.c:505 eelf32_tic6x_elf_be.c:505 eelf32_tic6x_elf_le.c:505 -#: eelf32_tic6x_le.c:505 eelf32_tic6x_linux_be.c:505 -#: eelf32_tic6x_linux_le.c:505 eelf32_x86_64.c:8454 eelf32am33lin.c:373 +#: eelf32_tic6x_be.c:503 eelf32_tic6x_elf_be.c:503 eelf32_tic6x_elf_le.c:503 +#: eelf32_tic6x_le.c:503 eelf32_tic6x_linux_be.c:503 +#: eelf32_tic6x_linux_le.c:503 eelf32_x86_64.c:8486 eelf32am33lin.c:373 #: eelf32b4300.c:618 eelf32bfin.c:387 eelf32bfinfd.c:427 eelf32bmip.c:618 #: eelf32bmipn32.c:632 eelf32briscv.c:492 eelf32briscv_ilp32.c:492 #: eelf32briscv_ilp32f.c:492 eelf32bsmip.c:632 eelf32btsmip.c:618 #: eelf32btsmip_fbsd.c:618 eelf32btsmipn32.c:618 eelf32btsmipn32_fbsd.c:618 #: eelf32cr16.c:401 eelf32crx.c:288 eelf32ebmip.c:618 eelf32ebmipvxworks.c:649 #: eelf32elmip.c:618 eelf32elmipvxworks.c:649 eelf32epiphany.c:276 -#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:639 +#: eelf32epiphany_4x4.c:253 eelf32frvfd.c:413 eelf32ip2k.c:276 eelf32kvx.c:638 #: eelf32l4300.c:618 eelf32lm32.c:276 eelf32lm32fd.c:413 eelf32lmip.c:618 #: eelf32loongarch.c:470 eelf32lppc.c:643 eelf32lppclinux.c:643 #: eelf32lppcnto.c:643 eelf32lppcsim.c:643 eelf32lr5900.c:521 @@ -4151,22 +4161,22 @@ msgstr "%F%P: некоректний макÑимальний розмір ÑтР#: eelf32rl78.c:276 eelf32rx.c:298 eelf32rx_linux.c:289 eelf32tilegx.c:414 #: eelf32tilegx_be.c:414 eelf32tilepro.c:414 eelf32vax.c:373 eelf32visium.c:251 #: eelf32xstormy16.c:262 eelf32xtensa.c:2317 eelf32z80.c:278 eelf64_aix.c:373 -#: eelf64_ia64.c:442 eelf64_ia64_fbsd.c:442 eelf64_s390.c:511 +#: eelf64_ia64.c:442 eelf64_ia64_fbsd.c:442 eelf64_s390.c:516 #: eelf64_sparc.c:414 eelf64_sparc_fbsd.c:414 eelf64_sparc_sol2.c:546 -#: eelf64alpha.c:502 eelf64alpha_fbsd.c:502 eelf64alpha_nbsd.c:502 +#: eelf64alpha.c:478 eelf64alpha_fbsd.c:478 eelf64alpha_nbsd.c:478 #: eelf64bmip.c:632 eelf64bpf.c:251 eelf64briscv.c:492 eelf64briscv_lp64.c:492 #: eelf64briscv_lp64f.c:492 eelf64btsmip.c:618 eelf64btsmip_fbsd.c:618 -#: eelf64hppa.c:323 eelf64kvx.c:639 eelf64kvx_linux.c:676 eelf64loongarch.c:470 -#: eelf64lppc.c:1078 eelf64lppc_fbsd.c:1078 eelf64lriscv.c:492 +#: eelf64hppa.c:323 eelf64kvx.c:638 eelf64kvx_linux.c:676 eelf64loongarch.c:470 +#: eelf64lppc.c:1079 eelf64lppc_fbsd.c:1079 eelf64lriscv.c:492 #: eelf64lriscv_lp64.c:492 eelf64lriscv_lp64f.c:492 eelf64ltsmip.c:618 -#: eelf64ltsmip_fbsd.c:618 eelf64mmix.c:484 eelf64ppc.c:1078 -#: eelf64ppc_fbsd.c:1078 eelf64rdos.c:435 eelf64tilegx.c:414 +#: eelf64ltsmip_fbsd.c:618 eelf64mmix.c:481 eelf64ppc.c:1079 +#: eelf64ppc_fbsd.c:1079 eelf64rdos.c:467 eelf64tilegx.c:414 #: eelf64tilegx_be.c:414 eelf_i386.c:7912 eelf_i386_be.c:397 #: eelf_i386_fbsd.c:444 eelf_i386_haiku.c:444 eelf_i386_ldso.c:404 #: eelf_i386_sol2.c:576 eelf_i386_vxworks.c:470 eelf_iamcu.c:444 -#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8454 -#: eelf_x86_64_cloudabi.c:452 eelf_x86_64_fbsd.c:452 eelf_x86_64_haiku.c:452 -#: eelf_x86_64_sol2.c:584 eh8300elf.c:276 eh8300elf_linux.c:276 +#: eelf_mipsel_haiku.c:618 eelf_s390.c:414 eelf_x86_64.c:8486 +#: eelf_x86_64_cloudabi.c:484 eelf_x86_64_fbsd.c:484 eelf_x86_64_haiku.c:484 +#: eelf_x86_64_sol2.c:616 eh8300elf.c:276 eh8300elf_linux.c:276 #: eh8300helf.c:276 eh8300helf_linux.c:276 eh8300hnelf.c:276 eh8300self.c:276 #: eh8300self_linux.c:276 eh8300snelf.c:276 eh8300sxelf.c:276 #: eh8300sxelf_linux.c:276 eh8300sxnelf.c:276 ehppa64linux.c:373 ehppaelf.c:530 @@ -4181,14 +4191,14 @@ msgstr "%F%P: некоректний макÑимальний розмір ÑтР#: eshelf_vxworks.c:405 eshlelf.c:373 eshlelf_fd.c:414 eshlelf_linux.c:414 #: eshlelf_nbsd.c:373 eshlelf_nto.c:373 eshlelf_vxworks.c:405 ev850.c:298 #: ev850_rh850.c:298 -msgid "%F%P: invalid common page size `%s'\n" -msgstr "%F%P: некоректний загальний розмір Ñторінки, «%s»\n" - -#: eaarch64cloudabi.c:812 eaarch64cloudabib.c:812 eaarch64elf.c:811 -#: eaarch64elf32.c:811 eaarch64elf32b.c:811 eaarch64elfb.c:811 -#: eaarch64fbsd.c:812 eaarch64fbsdb.c:812 eaarch64haiku.c:812 -#: eaarch64linux.c:812 eaarch64linux32.c:812 eaarch64linux32b.c:812 -#: eaarch64linuxb.c:812 eaarch64nto.c:974 eaarch64nto.c:1157 earcelf.c:332 +msgid "%P: invalid common page size `%s'\n" +msgstr "%P: некоректний загальний розмір Ñторінки, «%s»\n" + +#: eaarch64cloudabi.c:843 eaarch64cloudabib.c:843 eaarch64elf.c:843 +#: eaarch64elf32.c:843 eaarch64elf32b.c:843 eaarch64elfb.c:843 +#: eaarch64fbsd.c:843 eaarch64fbsdb.c:843 eaarch64haiku.c:843 +#: eaarch64linux.c:843 eaarch64linux32.c:843 eaarch64linux32b.c:843 +#: eaarch64linuxb.c:843 eaarch64nto.c:1005 eaarch64nto.c:1192 earcelf.c:332 #: earclinux.c:423 earclinux_nps.c:423 earcv2elf.c:260 earcv2elfx.c:260 #: earmelf.c:947 earmelf_fbsd.c:947 earmelf_fuchsia.c:948 earmelf_haiku.c:948 #: earmelf_linux.c:948 earmelf_linux_eabi.c:948 earmelf_linux_fdpiceabi.c:948 @@ -4203,16 +4213,16 @@ msgstr "%F%P: некоректний загальний розмір ÑторіР#: eavrxmega7.c:476 ecriself.c:285 ecrislinux.c:383 ecskyelf.c:524 #: ecskyelf_linux.c:662 ed10velf.c:260 eelf32_sparc.c:423 #: eelf32_sparc_sol2.c:555 eelf32_sparc_vxworks.c:455 eelf32_spu.c:844 -#: eelf32_tic6x_be.c:514 eelf32_tic6x_elf_be.c:514 eelf32_tic6x_elf_le.c:514 -#: eelf32_tic6x_le.c:514 eelf32_tic6x_linux_be.c:514 -#: eelf32_tic6x_linux_le.c:514 eelf32_x86_64.c:8463 eelf32am33lin.c:382 +#: eelf32_tic6x_be.c:512 eelf32_tic6x_elf_be.c:512 eelf32_tic6x_elf_le.c:512 +#: eelf32_tic6x_le.c:512 eelf32_tic6x_linux_be.c:512 +#: eelf32_tic6x_linux_le.c:512 eelf32_x86_64.c:8495 eelf32am33lin.c:382 #: eelf32b4300.c:627 eelf32bfin.c:396 eelf32bfinfd.c:436 eelf32bmip.c:627 #: eelf32bmipn32.c:641 eelf32briscv.c:501 eelf32briscv_ilp32.c:501 #: eelf32briscv_ilp32f.c:501 eelf32bsmip.c:641 eelf32btsmip.c:627 #: eelf32btsmip_fbsd.c:627 eelf32btsmipn32.c:627 eelf32btsmipn32_fbsd.c:627 #: eelf32cr16.c:410 eelf32crx.c:297 eelf32ebmip.c:627 eelf32ebmipvxworks.c:658 #: eelf32elmip.c:627 eelf32elmipvxworks.c:658 eelf32epiphany.c:285 -#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:648 +#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:422 eelf32ip2k.c:285 eelf32kvx.c:647 #: eelf32l4300.c:627 eelf32lm32.c:285 eelf32lm32fd.c:422 eelf32lmip.c:627 #: eelf32loongarch.c:479 eelf32lppc.c:652 eelf32lppclinux.c:652 #: eelf32lppcnto.c:652 eelf32lppcsim.c:652 eelf32lr5900.c:530 @@ -4228,22 +4238,22 @@ msgstr "%F%P: некоректний загальний розмір ÑторіР#: eelf32rl78.c:285 eelf32rx.c:307 eelf32rx_linux.c:298 eelf32tilegx.c:423 #: eelf32tilegx_be.c:423 eelf32tilepro.c:423 eelf32vax.c:382 eelf32visium.c:260 #: eelf32xstormy16.c:271 eelf32xtensa.c:2326 eelf32z80.c:287 eelf64_aix.c:382 -#: eelf64_ia64.c:451 eelf64_ia64_fbsd.c:451 eelf64_s390.c:520 +#: eelf64_ia64.c:451 eelf64_ia64_fbsd.c:451 eelf64_s390.c:525 #: eelf64_sparc.c:423 eelf64_sparc_fbsd.c:423 eelf64_sparc_sol2.c:555 -#: eelf64alpha.c:511 eelf64alpha_fbsd.c:511 eelf64alpha_nbsd.c:511 +#: eelf64alpha.c:487 eelf64alpha_fbsd.c:487 eelf64alpha_nbsd.c:487 #: eelf64bmip.c:641 eelf64bpf.c:260 eelf64briscv.c:501 eelf64briscv_lp64.c:501 #: eelf64briscv_lp64f.c:501 eelf64btsmip.c:627 eelf64btsmip_fbsd.c:627 -#: eelf64hppa.c:332 eelf64kvx.c:648 eelf64kvx_linux.c:685 eelf64loongarch.c:479 -#: eelf64lppc.c:1087 eelf64lppc_fbsd.c:1087 eelf64lriscv.c:501 +#: eelf64hppa.c:332 eelf64kvx.c:647 eelf64kvx_linux.c:685 eelf64loongarch.c:479 +#: eelf64lppc.c:1088 eelf64lppc_fbsd.c:1088 eelf64lriscv.c:501 #: eelf64lriscv_lp64.c:501 eelf64lriscv_lp64f.c:501 eelf64ltsmip.c:627 -#: eelf64ltsmip_fbsd.c:627 eelf64mmix.c:493 eelf64ppc.c:1087 -#: eelf64ppc_fbsd.c:1087 eelf64rdos.c:444 eelf64tilegx.c:423 +#: eelf64ltsmip_fbsd.c:627 eelf64mmix.c:490 eelf64ppc.c:1088 +#: eelf64ppc_fbsd.c:1088 eelf64rdos.c:476 eelf64tilegx.c:423 #: eelf64tilegx_be.c:423 eelf_i386.c:7921 eelf_i386_be.c:406 #: eelf_i386_fbsd.c:453 eelf_i386_haiku.c:453 eelf_i386_ldso.c:413 #: eelf_i386_sol2.c:585 eelf_i386_vxworks.c:479 eelf_iamcu.c:453 -#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8463 -#: eelf_x86_64_cloudabi.c:461 eelf_x86_64_fbsd.c:461 eelf_x86_64_haiku.c:461 -#: eelf_x86_64_sol2.c:593 eh8300elf.c:285 eh8300elf_linux.c:285 +#: eelf_mipsel_haiku.c:627 eelf_s390.c:423 eelf_x86_64.c:8495 +#: eelf_x86_64_cloudabi.c:493 eelf_x86_64_fbsd.c:493 eelf_x86_64_haiku.c:493 +#: eelf_x86_64_sol2.c:625 eh8300elf.c:285 eh8300elf_linux.c:285 #: eh8300helf.c:285 eh8300helf_linux.c:285 eh8300hnelf.c:285 eh8300self.c:285 #: eh8300self_linux.c:285 eh8300snelf.c:285 eh8300sxelf.c:285 #: eh8300sxelf_linux.c:285 eh8300sxnelf.c:285 ehppa64linux.c:382 ehppaelf.c:539 @@ -4258,14 +4268,14 @@ msgstr "%F%P: некоректний загальний розмір ÑторіР#: eshelf_vxworks.c:414 eshlelf.c:382 eshlelf_fd.c:423 eshlelf_linux.c:423 #: eshlelf_nbsd.c:382 eshlelf_nto.c:382 eshlelf_vxworks.c:414 ev850.c:307 #: ev850_rh850.c:307 -msgid "%F%P: invalid stack size `%s'\n" -msgstr "%F%P: некоректний розмір Ñтека «%s»\n" - -#: eaarch64cloudabi.c:851 eaarch64cloudabib.c:851 eaarch64elf.c:850 -#: eaarch64elf32.c:850 eaarch64elf32b.c:850 eaarch64elfb.c:850 -#: eaarch64fbsd.c:851 eaarch64fbsdb.c:851 eaarch64haiku.c:851 -#: eaarch64linux.c:851 eaarch64linux32.c:851 eaarch64linux32b.c:851 -#: eaarch64linuxb.c:851 eaarch64nto.c:1013 earcelf.c:371 earclinux.c:462 +msgid "%P: invalid stack size `%s'\n" +msgstr "%P: некоректний розмір Ñтека «%s»\n" + +#: eaarch64cloudabi.c:882 eaarch64cloudabib.c:882 eaarch64elf.c:882 +#: eaarch64elf32.c:882 eaarch64elf32b.c:882 eaarch64elfb.c:882 +#: eaarch64fbsd.c:882 eaarch64fbsdb.c:882 eaarch64haiku.c:882 +#: eaarch64linux.c:882 eaarch64linux32.c:882 eaarch64linux32b.c:882 +#: eaarch64linuxb.c:882 eaarch64nto.c:1044 earcelf.c:371 earclinux.c:462 #: earclinux_nps.c:462 earcv2elf.c:299 earcv2elfx.c:299 earmelf.c:986 #: earmelf_fbsd.c:986 earmelf_fuchsia.c:987 earmelf_haiku.c:987 #: earmelf_linux.c:987 earmelf_linux_eabi.c:987 earmelf_linux_fdpiceabi.c:987 @@ -4280,16 +4290,16 @@ msgstr "%F%P: некоректний розмір Ñтека «%s»\n" #: eavrxmega7.c:515 ecriself.c:324 ecrislinux.c:422 ecskyelf.c:563 #: ecskyelf_linux.c:701 ed10velf.c:299 eelf32_sparc.c:462 #: eelf32_sparc_sol2.c:594 eelf32_sparc_vxworks.c:494 eelf32_spu.c:883 -#: eelf32_tic6x_be.c:553 eelf32_tic6x_elf_be.c:553 eelf32_tic6x_elf_le.c:553 -#: eelf32_tic6x_le.c:553 eelf32_tic6x_linux_be.c:553 -#: eelf32_tic6x_linux_le.c:553 eelf32_x86_64.c:8502 eelf32am33lin.c:421 +#: eelf32_tic6x_be.c:551 eelf32_tic6x_elf_be.c:551 eelf32_tic6x_elf_le.c:551 +#: eelf32_tic6x_le.c:551 eelf32_tic6x_linux_be.c:551 +#: eelf32_tic6x_linux_le.c:551 eelf32_x86_64.c:8534 eelf32am33lin.c:421 #: eelf32b4300.c:666 eelf32bfin.c:435 eelf32bfinfd.c:475 eelf32bmip.c:666 #: eelf32bmipn32.c:680 eelf32briscv.c:540 eelf32briscv_ilp32.c:540 #: eelf32briscv_ilp32f.c:540 eelf32bsmip.c:680 eelf32btsmip.c:666 #: eelf32btsmip_fbsd.c:666 eelf32btsmipn32.c:666 eelf32btsmipn32_fbsd.c:666 #: eelf32cr16.c:449 eelf32crx.c:336 eelf32ebmip.c:666 eelf32ebmipvxworks.c:697 #: eelf32elmip.c:666 eelf32elmipvxworks.c:697 eelf32epiphany.c:324 -#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:687 +#: eelf32epiphany_4x4.c:301 eelf32frvfd.c:461 eelf32ip2k.c:324 eelf32kvx.c:686 #: eelf32l4300.c:666 eelf32lm32.c:324 eelf32lm32fd.c:461 eelf32lmip.c:666 #: eelf32loongarch.c:518 eelf32lppc.c:691 eelf32lppclinux.c:691 #: eelf32lppcnto.c:691 eelf32lppcsim.c:691 eelf32lr5900.c:569 @@ -4305,22 +4315,22 @@ msgstr "%F%P: некоректний розмір Ñтека «%s»\n" #: eelf32rl78.c:324 eelf32rx.c:346 eelf32rx_linux.c:337 eelf32tilegx.c:462 #: eelf32tilegx_be.c:462 eelf32tilepro.c:462 eelf32vax.c:421 eelf32visium.c:299 #: eelf32xstormy16.c:310 eelf32xtensa.c:2365 eelf32z80.c:326 eelf64_aix.c:421 -#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 eelf64_s390.c:559 +#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 eelf64_s390.c:564 #: eelf64_sparc.c:462 eelf64_sparc_fbsd.c:462 eelf64_sparc_sol2.c:594 -#: eelf64alpha.c:550 eelf64alpha_fbsd.c:550 eelf64alpha_nbsd.c:550 +#: eelf64alpha.c:526 eelf64alpha_fbsd.c:526 eelf64alpha_nbsd.c:526 #: eelf64bmip.c:680 eelf64bpf.c:299 eelf64briscv.c:540 eelf64briscv_lp64.c:540 #: eelf64briscv_lp64f.c:540 eelf64btsmip.c:666 eelf64btsmip_fbsd.c:666 -#: eelf64hppa.c:371 eelf64kvx.c:687 eelf64kvx_linux.c:724 eelf64loongarch.c:518 -#: eelf64lppc.c:1126 eelf64lppc_fbsd.c:1126 eelf64lriscv.c:540 +#: eelf64hppa.c:371 eelf64kvx.c:686 eelf64kvx_linux.c:724 eelf64loongarch.c:518 +#: eelf64lppc.c:1127 eelf64lppc_fbsd.c:1127 eelf64lriscv.c:540 #: eelf64lriscv_lp64.c:540 eelf64lriscv_lp64f.c:540 eelf64ltsmip.c:666 -#: eelf64ltsmip_fbsd.c:666 eelf64mmix.c:532 eelf64ppc.c:1126 -#: eelf64ppc_fbsd.c:1126 eelf64rdos.c:483 eelf64tilegx.c:462 +#: eelf64ltsmip_fbsd.c:666 eelf64mmix.c:529 eelf64ppc.c:1127 +#: eelf64ppc_fbsd.c:1127 eelf64rdos.c:515 eelf64tilegx.c:462 #: eelf64tilegx_be.c:462 eelf_i386.c:7960 eelf_i386_be.c:445 #: eelf_i386_fbsd.c:492 eelf_i386_haiku.c:492 eelf_i386_ldso.c:452 #: eelf_i386_sol2.c:624 eelf_i386_vxworks.c:518 eelf_iamcu.c:492 -#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8502 -#: eelf_x86_64_cloudabi.c:500 eelf_x86_64_fbsd.c:500 eelf_x86_64_haiku.c:500 -#: eelf_x86_64_sol2.c:632 eh8300elf.c:324 eh8300elf_linux.c:324 +#: eelf_mipsel_haiku.c:666 eelf_s390.c:462 eelf_x86_64.c:8534 +#: eelf_x86_64_cloudabi.c:532 eelf_x86_64_fbsd.c:532 eelf_x86_64_haiku.c:532 +#: eelf_x86_64_sol2.c:664 eh8300elf.c:324 eh8300elf_linux.c:324 #: eh8300helf.c:324 eh8300helf_linux.c:324 eh8300hnelf.c:324 eh8300self.c:324 #: eh8300self_linux.c:324 eh8300snelf.c:324 eh8300sxelf.c:324 #: eh8300sxelf_linux.c:324 eh8300sxnelf.c:324 ehppa64linux.c:421 ehppaelf.c:578 @@ -4335,22 +4345,22 @@ msgstr "%F%P: некоректний розмір Ñтека «%s»\n" #: eshelf_vxworks.c:453 eshlelf.c:421 eshlelf_fd.c:462 eshlelf_linux.c:462 #: eshlelf_nbsd.c:421 eshlelf_nto.c:421 eshlelf_vxworks.c:453 ev850.c:346 #: ev850_rh850.c:346 -msgid "%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" -msgstr "%F%P: некоректна видиміÑть у «-z %s»; має бути default, internal, hidden або protected" - -#: eaarch64cloudabi.c:971 eaarch64cloudabib.c:971 eaarch64elf.c:971 -#: eaarch64elf32.c:971 eaarch64elf32b.c:971 eaarch64elfb.c:971 -#: eaarch64fbsd.c:976 eaarch64fbsdb.c:976 eaarch64haiku.c:971 -#: eaarch64linux.c:976 eaarch64linux32.c:976 eaarch64linux32b.c:976 -#: eaarch64linuxb.c:976 eaarch64nto.c:1133 +msgid "%P: invalid visibility in `-z %s'; must be default, internal, hidden, or protected" +msgstr "%P: некоректна видиміÑть у «-z %s»; має бути default, internal, hidden або protected" + +#: eaarch64cloudabi.c:1006 eaarch64cloudabib.c:1006 eaarch64elf.c:1011 +#: eaarch64elf32.c:1011 eaarch64elf32b.c:1011 eaarch64elfb.c:1011 +#: eaarch64fbsd.c:1011 eaarch64fbsdb.c:1011 eaarch64haiku.c:1006 +#: eaarch64linux.c:1011 eaarch64linux32.c:1011 eaarch64linux32b.c:1011 +#: eaarch64linuxb.c:1011 eaarch64nto.c:1168 msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n" msgstr "%P: помилка: невідомий параметр Ð´Ð»Ñ --fix-cortex-a53-843419: %s\n" -#: eaarch64cloudabi.c:1000 eaarch64cloudabib.c:1000 eaarch64elf.c:1000 -#: eaarch64elf32.c:1000 eaarch64elf32b.c:1000 eaarch64elfb.c:1000 -#: eaarch64fbsd.c:1005 eaarch64fbsdb.c:1005 eaarch64haiku.c:1000 -#: eaarch64linux.c:1005 eaarch64linux32.c:1005 eaarch64linux32b.c:1005 -#: eaarch64linuxb.c:1005 eaarch64nto.c:1178 earmelf.c:1191 earmelf_fbsd.c:1191 +#: eaarch64cloudabi.c:1035 eaarch64cloudabib.c:1035 eaarch64elf.c:1040 +#: eaarch64elf32.c:1040 eaarch64elf32b.c:1040 eaarch64elfb.c:1040 +#: eaarch64fbsd.c:1040 eaarch64fbsdb.c:1040 eaarch64haiku.c:1035 +#: eaarch64linux.c:1040 eaarch64linux32.c:1040 eaarch64linux32b.c:1040 +#: eaarch64linuxb.c:1040 eaarch64nto.c:1213 earmelf.c:1191 earmelf_fbsd.c:1191 #: earmelf_fuchsia.c:1196 earmelf_haiku.c:1196 earmelf_linux.c:1196 #: earmelf_linux_eabi.c:1196 earmelf_linux_fdpiceabi.c:1196 earmelf_nacl.c:1196 #: earmelf_nbsd.c:1191 earmelf_phoenix.c:1196 earmelf_vxworks.c:1227 @@ -4366,11 +4376,11 @@ msgstr "" " --no-enum-size-warning не попереджати про об'єкти із неÑуміÑними\n" " розмірами enum\n" -#: eaarch64cloudabi.c:1002 eaarch64cloudabib.c:1002 eaarch64elf.c:1002 -#: eaarch64elf32.c:1002 eaarch64elf32b.c:1002 eaarch64elfb.c:1002 -#: eaarch64fbsd.c:1007 eaarch64fbsdb.c:1007 eaarch64haiku.c:1002 -#: eaarch64linux.c:1007 eaarch64linux32.c:1007 eaarch64linux32b.c:1007 -#: eaarch64linuxb.c:1007 eaarch64nto.c:1180 earmelf.c:1193 earmelf_fbsd.c:1193 +#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1042 +#: eaarch64elf32.c:1042 eaarch64elf32b.c:1042 eaarch64elfb.c:1042 +#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 +#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 +#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 earmelf.c:1193 earmelf_fbsd.c:1193 #: earmelf_fuchsia.c:1198 earmelf_haiku.c:1198 earmelf_linux.c:1198 #: earmelf_linux_eabi.c:1198 earmelf_linux_fdpiceabi.c:1198 earmelf_nacl.c:1198 #: earmelf_nbsd.c:1193 earmelf_phoenix.c:1198 earmelf_vxworks.c:1229 @@ -4386,11 +4396,11 @@ msgstr "" " --no-wchar-size-warning не попереджати про об'єкти із неÑуміÑними\n" " розмірами wchar_t\n" -#: eaarch64cloudabi.c:1004 eaarch64cloudabib.c:1004 eaarch64elf.c:1004 -#: eaarch64elf32.c:1004 eaarch64elf32b.c:1004 eaarch64elfb.c:1004 -#: eaarch64fbsd.c:1009 eaarch64fbsdb.c:1009 eaarch64haiku.c:1004 -#: eaarch64linux.c:1009 eaarch64linux32.c:1009 eaarch64linux32b.c:1009 -#: eaarch64linuxb.c:1009 eaarch64nto.c:1182 earmelf.c:1195 earmelf_fbsd.c:1195 +#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1044 +#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 +#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 +#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 +#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 earmelf.c:1195 earmelf_fbsd.c:1195 #: earmelf_fuchsia.c:1200 earmelf_haiku.c:1200 earmelf_linux.c:1200 #: earmelf_linux_eabi.c:1200 earmelf_linux_fdpiceabi.c:1200 earmelf_nacl.c:1200 #: earmelf_nbsd.c:1195 earmelf_phoenix.c:1200 earmelf_vxworks.c:1231 @@ -4402,11 +4412,11 @@ msgstr "" msgid " --pic-veneer Always generate PIC interworking veneers\n" msgstr " --pic-veneer завжди Ñтворювати обгортки взаємодії PIC\n" -#: eaarch64cloudabi.c:1005 eaarch64cloudabib.c:1005 eaarch64elf.c:1005 -#: eaarch64elf32.c:1005 eaarch64elf32b.c:1005 eaarch64elfb.c:1005 -#: eaarch64fbsd.c:1010 eaarch64fbsdb.c:1010 eaarch64haiku.c:1005 -#: eaarch64linux.c:1010 eaarch64linux32.c:1010 eaarch64linux32b.c:1010 -#: eaarch64linuxb.c:1010 eaarch64nto.c:1183 earmelf.c:1202 earmelf_fbsd.c:1202 +#: eaarch64cloudabi.c:1040 eaarch64cloudabib.c:1040 eaarch64elf.c:1045 +#: eaarch64elf32.c:1045 eaarch64elf32b.c:1045 eaarch64elfb.c:1045 +#: eaarch64fbsd.c:1045 eaarch64fbsdb.c:1045 eaarch64haiku.c:1040 +#: eaarch64linux.c:1045 eaarch64linux32.c:1045 eaarch64linux32b.c:1045 +#: eaarch64linuxb.c:1045 eaarch64nto.c:1218 earmelf.c:1202 earmelf_fbsd.c:1202 #: earmelf_fuchsia.c:1207 earmelf_haiku.c:1207 earmelf_linux.c:1207 #: earmelf_linux_eabi.c:1207 earmelf_linux_fdpiceabi.c:1207 earmelf_nacl.c:1207 #: earmelf_nbsd.c:1202 earmelf_phoenix.c:1207 earmelf_vxworks.c:1238 @@ -4434,20 +4444,20 @@ msgstr "" " Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ +/-1 вказуватимуть на те, що заÑіб компонуваннÑ\n" " має вибрати відповідні типові параметри.\n" -#: eaarch64cloudabi.c:1014 eaarch64cloudabib.c:1014 eaarch64elf.c:1014 -#: eaarch64elf32.c:1014 eaarch64elf32b.c:1014 eaarch64elfb.c:1014 -#: eaarch64fbsd.c:1019 eaarch64fbsdb.c:1019 eaarch64haiku.c:1014 -#: eaarch64linux.c:1019 eaarch64linux32.c:1019 eaarch64linux32b.c:1019 -#: eaarch64linuxb.c:1019 eaarch64nto.c:1192 +#: eaarch64cloudabi.c:1049 eaarch64cloudabib.c:1049 eaarch64elf.c:1054 +#: eaarch64elf32.c:1054 eaarch64elf32b.c:1054 eaarch64elfb.c:1054 +#: eaarch64fbsd.c:1054 eaarch64fbsdb.c:1054 eaarch64haiku.c:1049 +#: eaarch64linux.c:1054 eaarch64linux32.c:1054 eaarch64linux32b.c:1054 +#: eaarch64linuxb.c:1054 eaarch64nto.c:1227 #, c-format msgid " --fix-cortex-a53-835769 Fix erratum 835769\n" msgstr " --fix-cortex-a53-835769 виправлÑти помилку 835769\n" -#: eaarch64cloudabi.c:1015 eaarch64cloudabib.c:1015 eaarch64elf.c:1015 -#: eaarch64elf32.c:1015 eaarch64elf32b.c:1015 eaarch64elfb.c:1015 -#: eaarch64fbsd.c:1020 eaarch64fbsdb.c:1020 eaarch64haiku.c:1015 -#: eaarch64linux.c:1020 eaarch64linux32.c:1020 eaarch64linux32b.c:1020 -#: eaarch64linuxb.c:1020 eaarch64nto.c:1193 +#: eaarch64cloudabi.c:1050 eaarch64cloudabib.c:1050 eaarch64elf.c:1055 +#: eaarch64elf32.c:1055 eaarch64elf32b.c:1055 eaarch64elfb.c:1055 +#: eaarch64fbsd.c:1055 eaarch64fbsdb.c:1055 eaarch64haiku.c:1050 +#: eaarch64linux.c:1055 eaarch64linux32.c:1055 eaarch64linux32b.c:1055 +#: eaarch64linuxb.c:1055 eaarch64nto.c:1228 #, c-format msgid "" " --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and optionally specify which workaround to use.\n" @@ -4473,20 +4483,20 @@ msgstr "" " інÑтрукцією ADR. ОÑкільки Ð´Ð»Ñ Ñ€ÐµÐ°Ð»Ñ–Ð·Ð°Ñ†Ñ–Ñ— цього ÑпоÑобу завжди викориÑтовуєтьÑÑ\n" " обгортка, результат буде повільнішим Ñ– більшим за розміром.\n" -#: eaarch64cloudabi.c:1026 eaarch64cloudabib.c:1026 eaarch64elf.c:1026 -#: eaarch64elf32.c:1026 eaarch64elf32b.c:1026 eaarch64elfb.c:1026 -#: eaarch64fbsd.c:1031 eaarch64fbsdb.c:1031 eaarch64haiku.c:1026 -#: eaarch64linux.c:1031 eaarch64linux32.c:1031 eaarch64linux32b.c:1031 -#: eaarch64linuxb.c:1031 eaarch64nto.c:1204 +#: eaarch64cloudabi.c:1061 eaarch64cloudabib.c:1061 eaarch64elf.c:1066 +#: eaarch64elf32.c:1066 eaarch64elf32b.c:1066 eaarch64elfb.c:1066 +#: eaarch64fbsd.c:1066 eaarch64fbsdb.c:1066 eaarch64haiku.c:1061 +#: eaarch64linux.c:1066 eaarch64linux32.c:1066 eaarch64linux32b.c:1066 +#: eaarch64linuxb.c:1066 eaarch64nto.c:1239 #, c-format msgid " --no-apply-dynamic-relocs Do not apply link-time values for dynamic relocations\n" msgstr " --no-apply-dynamic-relocs не заÑтоÑовувати Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾ÑиланнÑ-Ñ‡Ð°Ñ Ð´Ð»Ñ Ð´Ð¸Ð½Ð°Ð¼Ñ–Ñ‡Ð½Ð¸Ñ… переÑувань\n" -#: eaarch64cloudabi.c:1027 eaarch64cloudabib.c:1027 eaarch64elf.c:1027 -#: eaarch64elf32.c:1027 eaarch64elf32b.c:1027 eaarch64elfb.c:1027 -#: eaarch64fbsd.c:1032 eaarch64fbsdb.c:1032 eaarch64haiku.c:1027 -#: eaarch64linux.c:1032 eaarch64linux32.c:1032 eaarch64linux32b.c:1032 -#: eaarch64linuxb.c:1032 eaarch64nto.c:1205 +#: eaarch64cloudabi.c:1062 eaarch64cloudabib.c:1062 eaarch64elf.c:1067 +#: eaarch64elf32.c:1067 eaarch64elf32b.c:1067 eaarch64elfb.c:1067 +#: eaarch64fbsd.c:1067 eaarch64fbsdb.c:1067 eaarch64haiku.c:1062 +#: eaarch64linux.c:1067 eaarch64linux32.c:1067 eaarch64linux32b.c:1067 +#: eaarch64linuxb.c:1067 eaarch64nto.c:1240 #, c-format msgid "" " -z force-bti Turn on Branch Target Identification mechanism and generate PLTs with BTI.\n" @@ -4495,11 +4505,11 @@ msgstr "" " -z force-bti увімкнути механізм Branch Target Identification (ідентифікації цілі розгалуженнÑ) Ñ– Ñтворити PLT із BTI.\n" " Показувати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ пропущених позначок BTI у вхідних даних\n" -#: eaarch64cloudabi.c:1030 eaarch64cloudabib.c:1030 eaarch64elf.c:1030 -#: eaarch64elf32.c:1030 eaarch64elf32b.c:1030 eaarch64elfb.c:1030 -#: eaarch64fbsd.c:1035 eaarch64fbsdb.c:1035 eaarch64haiku.c:1030 -#: eaarch64linux.c:1035 eaarch64linux32.c:1035 eaarch64linux32b.c:1035 -#: eaarch64linuxb.c:1035 eaarch64nto.c:1208 +#: eaarch64cloudabi.c:1065 eaarch64cloudabib.c:1065 eaarch64elf.c:1070 +#: eaarch64elf32.c:1070 eaarch64elf32b.c:1070 eaarch64elfb.c:1070 +#: eaarch64fbsd.c:1070 eaarch64fbsdb.c:1070 eaarch64haiku.c:1065 +#: eaarch64linux.c:1070 eaarch64linux32.c:1070 eaarch64linux32b.c:1070 +#: eaarch64linuxb.c:1070 eaarch64nto.c:1243 #, c-format msgid "" " -z bti-report[=none|warning|error] Emit warning/error on mismatch of BTI marking between input objects and ouput.\n" @@ -4516,20 +4526,20 @@ msgstr "" " error: видати Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилку, Ñкщо у вхідних об'єктах немає позначок BTI,\n" " а у виведенні Ñ” позначки BTI.\n" -#: eaarch64cloudabi.c:1037 eaarch64cloudabib.c:1037 eaarch64elf.c:1037 -#: eaarch64elf32.c:1037 eaarch64elf32b.c:1037 eaarch64elfb.c:1037 -#: eaarch64fbsd.c:1042 eaarch64fbsdb.c:1042 eaarch64haiku.c:1037 -#: eaarch64linux.c:1042 eaarch64linux32.c:1042 eaarch64linux32b.c:1042 -#: eaarch64linuxb.c:1042 eaarch64nto.c:1215 +#: eaarch64cloudabi.c:1072 eaarch64cloudabib.c:1072 eaarch64elf.c:1077 +#: eaarch64elf32.c:1077 eaarch64elf32b.c:1077 eaarch64elfb.c:1077 +#: eaarch64fbsd.c:1077 eaarch64fbsdb.c:1077 eaarch64haiku.c:1072 +#: eaarch64linux.c:1077 eaarch64linux32.c:1077 eaarch64linux32b.c:1077 +#: eaarch64linuxb.c:1077 eaarch64nto.c:1250 #, c-format msgid " -z pac-plt Protect PLTs with Pointer Authentication.\n" msgstr " -z pac-plt захиÑтити PLT за допомогою Ñ€Ð¾Ð·Ð¿Ñ–Ð·Ð½Ð°Ð²Ð°Ð½Ð½Ñ Ð²ÐºÐ°Ð·Ñ–Ð²Ð½Ð¸ÐºÑ–Ð².\n" -#: eaarch64cloudabi.c:1039 eaarch64cloudabib.c:1039 eaarch64elf.c:1039 -#: eaarch64elf32.c:1039 eaarch64elf32b.c:1039 eaarch64elfb.c:1039 -#: eaarch64fbsd.c:1044 eaarch64fbsdb.c:1044 eaarch64haiku.c:1039 -#: eaarch64linux.c:1044 eaarch64linux32.c:1044 eaarch64linux32b.c:1044 -#: eaarch64linuxb.c:1044 eaarch64nto.c:1217 +#: eaarch64cloudabi.c:1074 eaarch64cloudabib.c:1074 eaarch64elf.c:1079 +#: eaarch64elf32.c:1079 eaarch64elf32b.c:1079 eaarch64elfb.c:1079 +#: eaarch64fbsd.c:1079 eaarch64fbsdb.c:1079 eaarch64haiku.c:1074 +#: eaarch64linux.c:1079 eaarch64linux32.c:1079 eaarch64linux32b.c:1079 +#: eaarch64linuxb.c:1079 eaarch64nto.c:1252 #, c-format msgid "" " -z gcs=[always|never|implicit] Controls whether the output supports the Guarded Control Stack (GCS) mechanism.\n" @@ -4542,11 +4552,11 @@ msgstr "" " always: завжди позначати Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð·Ð° допомогою GCS.\n" " never: ніколи не позначати Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð·Ð° допомогою GCS.\n" -#: eaarch64cloudabi.c:1044 eaarch64cloudabib.c:1044 eaarch64elf.c:1044 -#: eaarch64elf32.c:1044 eaarch64elf32b.c:1044 eaarch64elfb.c:1044 -#: eaarch64fbsd.c:1049 eaarch64fbsdb.c:1049 eaarch64haiku.c:1044 -#: eaarch64linux.c:1049 eaarch64linux32.c:1049 eaarch64linux32b.c:1049 -#: eaarch64linuxb.c:1049 eaarch64nto.c:1222 +#: eaarch64cloudabi.c:1079 eaarch64cloudabib.c:1079 eaarch64elf.c:1084 +#: eaarch64elf32.c:1084 eaarch64elf32b.c:1084 eaarch64elfb.c:1084 +#: eaarch64fbsd.c:1084 eaarch64fbsdb.c:1084 eaarch64haiku.c:1079 +#: eaarch64linux.c:1084 eaarch64linux32.c:1084 eaarch64linux32b.c:1084 +#: eaarch64linuxb.c:1084 eaarch64nto.c:1257 #, c-format msgid "" " -z gcs-report[=none|warning|error] Emit warning/error on mismatch of GCS marking between input objects and ouput.\n" @@ -4563,11 +4573,11 @@ msgstr "" " error: видати Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилку, Ñкщо у вхідних об'єктах немає позначок GCS,\n" " а у виведенні Ñ” позначки GCS.\n" -#: eaarch64cloudabi.c:1051 eaarch64cloudabib.c:1051 eaarch64elf.c:1051 -#: eaarch64elf32.c:1051 eaarch64elf32b.c:1051 eaarch64elfb.c:1051 -#: eaarch64fbsd.c:1056 eaarch64fbsdb.c:1056 eaarch64haiku.c:1051 -#: eaarch64linux.c:1056 eaarch64linux32.c:1056 eaarch64linux32b.c:1056 -#: eaarch64linuxb.c:1056 eaarch64nto.c:1229 +#: eaarch64cloudabi.c:1086 eaarch64cloudabib.c:1086 eaarch64elf.c:1091 +#: eaarch64elf32.c:1091 eaarch64elf32b.c:1091 eaarch64elfb.c:1091 +#: eaarch64fbsd.c:1091 eaarch64fbsdb.c:1091 eaarch64haiku.c:1086 +#: eaarch64linux.c:1091 eaarch64linux32.c:1091 eaarch64linux32b.c:1091 +#: eaarch64linuxb.c:1091 eaarch64nto.c:1264 #, c-format msgid "" " -z gcs-report-dynamic=none|warning|error Emit warning/error on mismatch of GCS marking between the current link\n" @@ -4586,34 +4596,68 @@ msgstr "" " error: видати Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилку, Ñкщо у вхідних об'єктах немає позначок GCS,\n" " а у виведенні Ñ” позначки GCS.\n" -#: eaarch64nto.c:490 -msgid "%F%P: cannot create .note section in stub BFD.\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити розділ .note у фіктивному BFD.\n" - -#: eaarch64nto.c:499 -msgid "%F%P: failed to create .note section\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити розділ .note\n" - -#: eaarch64nto.c:540 -msgid "%F%P: %pB: can't read contents of section .note: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .note: %E\n" - -#: eaarch64nto.c:550 eaarch64nto.c:554 +#: eaarch64cloudabi.c:1094 eaarch64cloudabib.c:1094 eaarch64elf.c:1099 +#: eaarch64elf32.c:1099 eaarch64elf32b.c:1099 eaarch64elfb.c:1099 +#: eaarch64fbsd.c:1099 eaarch64fbsdb.c:1099 eaarch64haiku.c:1094 +#: eaarch64linux.c:1099 eaarch64linux32.c:1099 eaarch64linux32b.c:1099 +#: eaarch64linuxb.c:1099 eaarch64nto.c:1272 +#, c-format +msgid "" +" -z memtag-mode[=none|sync|async] Select Memory Tagging Extension mode of operation to use.\n" +" Emits a DT_AARCH64_MEMTAG_MODE dynamic tag for the binary.\n" +" This entry is only valid on the main executable. It is\n" +" ignored in the dynamically loaded objects by the loader.\n" +" none (default): Disable MTE checking of memory reads and writes.\n" +" sync: Enable precise exceptions when mismatched address and\n" +" allocation tags detected on load/store operations.\n" +" async: Enable imprecise exceptions.\n" +msgstr "" +" -z memtag-mode[=none|sync|async] Виберіть режим роботи Ñ€Ð¾Ð·ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Memory Tagging Extension.\n" +" Видає динамічну мітку DT_AARCH64_MEMTAG_MODE Ð´Ð»Ñ Ð±Ñ–Ð½Ð°Ñ€Ð½Ð¾Ð³Ð¾ файла.\n" +" Цей Ð·Ð°Ð¿Ð¸Ñ Ð´Ñ–Ð¹Ñний лише Ð´Ð»Ñ Ð¾Ñновного виконуваного файла.\n" +" Його буде проігноровано завантажувачем у динамічно завантажених\n" +" об'єктах завантажувачем. none (типовий варіант): вимкнути перевірку MTE Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ñ‚Ð° запиÑу\n" +" пам'Ñті.\n" +" sync: увімкнути точні винÑтки, коли виÑвлено невідповідніÑть\n" +" Ð°Ð´Ñ€ÐµÑ Ñ‚Ð° тегів розподілу під Ñ‡Ð°Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ñ–Ð¹ завантаженнÑ/збереженнÑ. async: увімкнути неточні винÑтки.\n" + +#: eaarch64cloudabi.c:1103 eaarch64cloudabib.c:1103 eaarch64elf.c:1108 +#: eaarch64elf32.c:1108 eaarch64elf32b.c:1108 eaarch64elfb.c:1108 +#: eaarch64fbsd.c:1108 eaarch64fbsdb.c:1108 eaarch64haiku.c:1103 +#: eaarch64linux.c:1108 eaarch64linux32.c:1108 eaarch64linux32b.c:1108 +#: eaarch64linuxb.c:1108 eaarch64nto.c:1281 +#, c-format +msgid " -z memtag-stack Mark program stack with MTE protection.\n" +msgstr " -z memtag-stack позначити Ñтек програми захиÑтом MTE.\n" + +#: eaarch64nto.c:521 +msgid "%P: cannot create .note section in stub BFD.\n" +msgstr "%P: не вдалоÑÑ Ñтворити розділ .note у фіктивному BFD.\n" + +#: eaarch64nto.c:530 +msgid "%P: failed to create .note section\n" +msgstr "%P: не вдалоÑÑ Ñтворити розділ .note\n" + +#: eaarch64nto.c:571 +msgid "%P: %pB: can't read contents of section .note: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .note: %E\n" + +#: eaarch64nto.c:581 eaarch64nto.c:585 msgid "%P: %pB: warning: duplicated QNX stack .note detected\n" msgstr "%P: %pB: попередженнÑ: виÑвлено Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ .note Ñтека QNX\n" -#: eaarch64nto.c:583 -msgid "%F%P: error: --lazy-stack must follow -zstack-size=<size>\n" -msgstr "%F%P: помилка: --lazy-stack має відповідати -zstack-size=<size>\n" +#: eaarch64nto.c:614 +msgid "%P: error: --lazy-stack must follow -zstack-size=<size>\n" +msgstr "%P: помилка: --lazy-stack має відповідати -zstack-size=<size>\n" -#: eaarch64nto.c:1238 +#: eaarch64nto.c:1284 #, c-format msgid "" " --stack <size> Set size of the initial stack\n" -" --lazy-stack\t\t Set lazy allocation of stack\n" +" --lazy-stack Set lazy allocation of stack\n" msgstr "" " --stack <розмір> вÑтановити розмір початкового Ñтека\n" -" --lazy-stack\t\t вÑтановити ліниве Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñтека\n" +" --lazy-stack вÑтановити ліниве Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñтека\n" #: eaarch64pe.c:350 earm64pe.c:350 earm_wince_pe.c:338 earmpe.c:338 #: ei386pe.c:338 ei386pe_posix.c:338 ei386pep.c:350 emcorepe.c:338 eshpe.c:338 @@ -5004,29 +5048,29 @@ msgstr "%P: попередженнÑ: помилковий номер верÑÑ– #: eaarch64pe.c:560 earm64pe.c:560 earm_wince_pe.c:571 earmpe.c:571 #: ei386beos.c:205 ei386pe.c:571 ei386pe_posix.c:571 ei386pep.c:560 #: emcorepe.c:571 eshpe.c:571 -msgid "%F%P: invalid subsystem type %s\n" -msgstr "%F%P: некоректний тип підÑиÑтеми %s\n" +msgid "%P: invalid subsystem type %s\n" +msgstr "%P: некоректний тип підÑиÑтеми %s\n" #: eaarch64pe.c:581 earm64pe.c:581 earm_wince_pe.c:592 earmpe.c:592 -#: ei386beos.c:216 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 +#: ei386beos.c:215 ei386pe.c:592 ei386pe_posix.c:592 ei386pep.c:581 #: emcorepe.c:592 eshpe.c:592 -msgid "%F%P: invalid hex number for PE parameter '%s'\n" -msgstr "%F%P: некоректний шіÑтнадцÑтковий номер Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° PE «%s»\n" +msgid "%P: invalid hex number for PE parameter '%s'\n" +msgstr "%P: некоректний шіÑтнадцÑтковий номер Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° PE «%s»\n" #: eaarch64pe.c:598 earm64pe.c:598 earm_wince_pe.c:609 earmpe.c:609 -#: ei386beos.c:233 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 +#: ei386beos.c:230 ei386pe.c:609 ei386pe_posix.c:609 ei386pep.c:598 #: emcorepe.c:609 eshpe.c:609 -msgid "%F%P: strange hex info for PE parameter '%s'\n" -msgstr "%F%P: дивна шіÑтнадцÑткова Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° PE «%s»\n" +msgid "%P: strange hex info for PE parameter '%s'\n" +msgstr "%P: дивна шіÑтнадцÑткова Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° PE «%s»\n" #: eaarch64pe.c:615 earm64pe.c:615 earm_wince_pe.c:625 earmpe.c:625 -#: eelf32mcore.c:356 ei386beos.c:249 ei386pe.c:625 ei386pe_posix.c:625 +#: eelf32mcore.c:356 ei386beos.c:245 ei386pe.c:625 ei386pe_posix.c:625 #: ei386pep.c:615 emcorepe.c:625 eshpe.c:625 -msgid "%F%P: cannot open base file %s\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл оÑнови %s\n" +msgid "%P: cannot open base file %s\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл оÑнови %s\n" #: eaarch64pe.c:932 earm64pe.c:932 earm_wince_pe.c:955 earmpe.c:955 -#: ei386beos.c:345 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 +#: ei386beos.c:341 ei386pe.c:955 ei386pe_posix.c:955 ei386pep.c:932 #: emcorepe.c:955 eshpe.c:955 msgid "%P: warning, file alignment > section alignment\n" msgstr "%P: попередженнÑ: Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð° перевищує Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ\n" @@ -5080,8 +5124,8 @@ msgstr "%P: попередженнÑ: не вдалоÑÑ Ñтворити роР#: eaarch64pe.c:1468 earm64pe.c:1468 earm_wince_pe.c:1452 earmpe.c:1452 #: ei386pe.c:1452 ei386pe_posix.c:1452 ei386pep.c:1468 emcorepe.c:1452 #: eshpe.c:1452 -msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" -msgstr "%F%P: не можна виконувати дії з PE Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° виведених даних, Ñкий не Ñ” PE-файлом, «%pB».\n" +msgid "%P: cannot perform PE operations on non PE output file '%pB'\n" +msgstr "%P: не можна виконувати дії з PE Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° виведених даних, Ñкий не Ñ” PE-файлом, «%pB».\n" #: eaarch64pe.c:1592 earm64pe.c:1592 earm_wince_pe.c:1595 earmpe.c:1595 #: ei386pe.c:1595 ei386pe_posix.c:1595 ei386pep.c:1592 emcorepe.c:1595 @@ -5090,12 +5134,12 @@ msgid "%X%P: unable to process relocs: %E\n" msgstr "%pB%F: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ переÑуваннÑ: %E\n" #: eaix5ppc.c:302 eaix5rs6.c:302 eaixppc.c:302 eaixrs6.c:302 eppcmacos.c:302 -msgid "%F%P: cannot open %s\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ %s\n" +msgid "%P: cannot open %s\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ %s\n" -#: eaix5ppc.c:349 eaix5rs6.c:349 eaixppc.c:349 eaixrs6.c:349 eppcmacos.c:349 -msgid "%F%P: cannot read %s\n" -msgstr "%F%P: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ %s\n" +#: eaix5ppc.c:350 eaix5rs6.c:350 eaixppc.c:350 eaixrs6.c:350 eppcmacos.c:350 +msgid "%P: cannot read %s\n" +msgstr "%P: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ %s\n" #: eaix5ppc.c:377 eaix5rs6.c:377 eaixppc.c:377 eaixrs6.c:377 eppcmacos.c:377 msgid "%P: warning: ignoring invalid -D number %s\n" @@ -5126,95 +5170,96 @@ msgid "%P: warning: ignoring invalid -pT number %s\n" msgstr "%P: попередженнÑ: ігноруємо некоректне чиÑло у -pT, %s\n" #: eaix5ppc.c:701 eaix5rs6.c:701 eaixppc.c:701 eaixrs6.c:701 eppcmacos.c:701 -msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n" -msgstr "%F%P: помилка bfd_xcoff_link_record_set: %E\n" +msgid "%P: bfd_xcoff_link_record_set failed: %E\n" +msgstr "%P: помилка bfd_xcoff_link_record_set: %E\n" #: eaix5ppc.c:731 eaix5rs6.c:731 eaixppc.c:731 eaixrs6.c:731 eppcmacos.c:731 -msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n" -msgstr "%F%P: помилка bfd_link_hash_lookup при екÑпортуванні Ñимволу: %E\n" +msgid "%P: bfd_link_hash_lookup of export symbol failed: %E\n" +msgstr "%P: помилка bfd_link_hash_lookup при екÑпортуванні Ñимволу: %E\n" #: eaix5ppc.c:733 eaix5rs6.c:733 eaixppc.c:733 eaixrs6.c:733 eppcmacos.c:733 -msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" -msgstr "%F%P: помилка bfd_xcoff_export_symbol: %E\n" +msgid "%P: bfd_xcoff_export_symbol failed: %E\n" +msgstr "%P: помилка bfd_xcoff_export_symbol: %E\n" #: eaix5ppc.c:838 eaix5rs6.c:838 eaixppc.c:838 eaixrs6.c:838 eppcmacos.c:838 -msgid "%F%P: can't find output section %s\n" -msgstr "%F%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ розділ виведеннÑ, %s\n" +msgid "%P: can't find output section %pA\n" +msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ розділ виведеннÑ, %pA\n" #: eaix5ppc.c:875 eaix5rs6.c:875 eaixppc.c:875 eaixrs6.c:875 eppcmacos.c:875 -msgid "%F%P: can't find %s in output section\n" -msgstr "%F%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ %s у розділі виведеннÑ\n" +msgid "%P: can't find %pA in output section\n" +msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ %pA у розділі виведеннÑ\n" -#: eaix5ppc.c:942 eaix5rs6.c:942 eaixppc.c:942 eaixrs6.c:942 eppcmacos.c:942 +#: eaix5ppc.c:941 eaix5rs6.c:941 eaixppc.c:941 eaixrs6.c:941 eppcmacos.c:941 msgid "%P: can't find required output section %s\n" msgstr "%P: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ обов'Ñзкового розділу виведеннÑ, %s\n" -#: eaix5ppc.c:1124 eaix5rs6.c:1124 eaixppc.c:1124 eaixrs6.c:1124 -#: eppcmacos.c:1124 +#: eaix5ppc.c:1123 eaix5rs6.c:1123 eaixppc.c:1123 eaixrs6.c:1123 +#: eppcmacos.c:1123 msgid "%X%P: can not size stub sections: %E\n" msgstr "%X%P: неможливо вимірÑти фіктивні розділи: %E\n" -#: eaix5ppc.c:1129 eaix5rs6.c:1129 eaixppc.c:1129 eaixrs6.c:1129 -#: eppcmacos.c:1129 -msgid "%F%P: failed to layout dynamic sections: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñкомпонувати динамічні розоділи: %E\n" +#: eaix5ppc.c:1128 eaix5rs6.c:1128 eaixppc.c:1128 eaixrs6.c:1128 +#: eppcmacos.c:1128 +msgid "%P: failed to layout dynamic sections: %E\n" +msgstr "%P: не вдалоÑÑ Ñкомпонувати динамічні розділи: %E\n" -#: eaix5ppc.c:1342 eaix5rs6.c:1342 eaixppc.c:1342 eaixrs6.c:1342 -#: eppcmacos.c:1342 -msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" -msgstr "%F%P:%s:%d: підтримки #! ([член]) у файлах Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ передбачено\n" +#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341 +#: eppcmacos.c:1341 +msgid "%P:%s:%d: #! ([member]) is not supported in import files\n" +msgstr "%P:%s:%d: підтримки #! ([член]) у файлах Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ передбачено\n" -#: eaix5ppc.c:1359 eaix5rs6.c:1359 eaixppc.c:1359 eaixrs6.c:1359 -#: eppcmacos.c:1359 -msgid "%F%P: could not parse import path: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ шлÑÑ… імпортуваннÑ: %E\n" +#: eaix5ppc.c:1358 eaix5rs6.c:1358 eaixppc.c:1358 eaixrs6.c:1358 +#: eppcmacos.c:1358 +msgid "%P: could not parse import path: %E\n" +msgstr "%P: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ шлÑÑ… імпортуваннÑ: %E\n" -#: eaix5ppc.c:1369 eaix5ppc.c:1381 eaix5rs6.c:1369 eaix5rs6.c:1381 -#: eaixppc.c:1369 eaixppc.c:1381 eaixrs6.c:1369 eaixrs6.c:1381 eppcmacos.c:1369 -#: eppcmacos.c:1381 +#: eaix5ppc.c:1368 eaix5ppc.c:1380 eaix5rs6.c:1368 eaix5rs6.c:1380 +#: eaixppc.c:1368 eaixppc.c:1380 eaixrs6.c:1368 eaixrs6.c:1380 eppcmacos.c:1368 +#: eppcmacos.c:1380 msgid "%P:%s:%d: warning: syntax error in import file\n" msgstr "%P:%s:%d: попередженнÑ: ÑинтакÑична помилка у файлі імпортуваннÑ\n" -#: eaix5ppc.c:1416 eaix5rs6.c:1416 eaixppc.c:1416 eaixrs6.c:1416 -#: eppcmacos.c:1416 +#: eaix5ppc.c:1415 eaix5rs6.c:1415 eaixppc.c:1415 eaixrs6.c:1415 +#: eppcmacos.c:1415 msgid "%P:%s%d: warning: syntax error in import/export file\n" msgstr "%P:%s%d: попередженнÑ: ÑинтакÑична помилка у файлі імпортуваннÑ/екÑпортуваннÑ\n" -#: eaix5ppc.c:1434 eaix5rs6.c:1434 eaixppc.c:1434 eaixrs6.c:1434 -#: eppcmacos.c:1434 +#: eaix5ppc.c:1433 eaix5rs6.c:1433 eaixppc.c:1433 eaixrs6.c:1433 +#: eppcmacos.c:1433 msgid "%P:%s:%d: warning: syntax error in import/export file\n" msgstr "%P:%s:%d: попередженнÑ: ÑинтакÑична помилка у файлі імпортуваннÑ/екÑпортуваннÑ\n" -#: eaix5ppc.c:1469 eaix5rs6.c:1469 eaixppc.c:1469 eaixrs6.c:1469 -#: eppcmacos.c:1469 +#: eaix5ppc.c:1468 eaix5rs6.c:1468 eaixppc.c:1468 eaixrs6.c:1468 +#: eppcmacos.c:1468 msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" msgstr "%X%P:%s:%d: не вдалоÑÑ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ð¸ Ñимвол %s: %E\n" -#: eaix5ppc.c:1479 eaix5rs6.c:1479 eaixppc.c:1479 eaixrs6.c:1479 -#: eppcmacos.c:1479 +#: eaix5ppc.c:1478 eaix5rs6.c:1478 eaixppc.c:1478 eaixrs6.c:1478 +#: eppcmacos.c:1478 msgid "%P:%s:%d: warning: ignoring unterminated last line\n" msgstr "%P:%s:%d: попередженнÑ: ігноруємо незавершений оÑтанній Ñ€Ñдок\n" -#: eaix5ppc.c:1514 eaix5rs6.c:1514 eaixppc.c:1514 eaixrs6.c:1514 -#: eppcmacos.c:1514 -msgid "%F%P: only relocations against symbols are permitted\n" -msgstr "%F%P: переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾Ð¶Ð½Ð° виконувати лише відноÑно Ñимволів\n" +#: eaix5ppc.c:1513 eaix5rs6.c:1513 eaixppc.c:1513 eaixrs6.c:1513 +#: eppcmacos.c:1513 +msgid "%P: only relocations against symbols are permitted\n" +msgstr "%P: переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾Ð¶Ð½Ð° виконувати лише відноÑно Ñимволів\n" -#: eaix5ppc.c:1517 eaix5rs6.c:1517 eaixppc.c:1517 eaixrs6.c:1517 -#: eppcmacos.c:1517 -msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" -msgstr "%F%P: помилка bfd_xcoff_link_count_reloc: %E\n" +#: eaix5ppc.c:1516 eaix5rs6.c:1516 eaixppc.c:1516 eaixrs6.c:1516 +#: eppcmacos.c:1516 +msgid "%P: bfd_xcoff_link_count_reloc failed: %E\n" +msgstr "%P: помилка bfd_xcoff_link_count_reloc: %E\n" -#: eaix5ppc.c:1605 eaix5rs6.c:1605 eaixppc.c:1605 eaixrs6.c:1605 -#: eppcmacos.c:1605 -msgid "%F%P: can not create stub BFD: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити фіктивний BFD: %E\n" +#: eaix5ppc.c:1604 eaix5rs6.c:1604 eaixppc.c:1604 eaixrs6.c:1604 +#: eppcmacos.c:1604 +msgid "%P: can not create stub BFD: %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити фіктивний BFD: %E\n" -#: eaix5ppc.c:1615 eaix5rs6.c:1615 eaixppc.c:1615 eaixrs6.c:1615 -#: eelf64_s390.c:66 eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 -#: eelf64ppc_fbsd.c:132 eppcmacos.c:1615 -msgid "%F%P: can not init BFD: %E\n" -msgstr "%F%P: не вдалоÑÑ Ñ–Ð½Ñ–Ñ†Ñ–Ð°Ð»Ñ–Ð·ÑƒÐ²Ð°Ñ‚Ð¸ BFD: %E\n" +#: eaix5ppc.c:1614 eaix5rs6.c:1614 eaixppc.c:1614 eaixrs6.c:1614 +#: eelf32kvx.c:324 eelf64_s390.c:66 eelf64kvx.c:324 eelf64kvx_linux.c:322 +#: eelf64lppc.c:132 eelf64lppc_fbsd.c:132 eelf64ppc.c:132 eelf64ppc_fbsd.c:132 +#: eppcmacos.c:1614 +msgid "%P: can not init BFD: %E\n" +msgstr "%P: не вдалоÑÑ Ñ–Ð½Ñ–Ñ†Ñ–Ð°Ð»Ñ–Ð·ÑƒÐ²Ð°Ñ‚Ð¸ BFD: %E\n" #: ealphavms.c:168 eelf64_ia64_vms.c:168 #, c-format @@ -5373,7 +5418,7 @@ msgstr "%P: попередженнÑ: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ Ð¿Ð¾Ñ‡Ð°Ñ #: earmelf_vxworks.c:145 earmelfb.c:145 earmelfb_fbsd.c:145 #: earmelfb_fuchsia.c:146 earmelfb_linux.c:146 earmelfb_linux_eabi.c:146 #: earmelfb_linux_fdpiceabi.c:146 earmelfb_nacl.c:146 earmelfb_nbsd.c:145 -#: earmnto.c:145 ei386beos.c:598 +#: earmnto.c:145 ei386beos.c:592 #, c-format msgid "%P: errors encountered processing file %s\n" msgstr "%P: під Ñ‡Ð°Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ¸ файла ÑталиÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸, %s\n" @@ -5385,8 +5430,8 @@ msgstr "%P: під Ñ‡Ð°Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ¸ файла ÑталиÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ #: earmelfb_fuchsia.c:556 earmelfb_linux.c:556 earmelfb_linux_eabi.c:556 #: earmelfb_linux_fdpiceabi.c:556 earmelfb_nacl.c:556 earmelfb_nbsd.c:555 #: earmnto.c:555 -msgid "%F%P: %s: can't open: %E\n" -msgstr "%F%P: %s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸: %E\n" +msgid "%P: %s: can't open: %E\n" +msgstr "%P: %s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸: %E\n" #: earmelf.c:558 earmelf_fbsd.c:558 earmelf_fuchsia.c:559 earmelf_haiku.c:559 #: earmelf_linux.c:559 earmelf_linux_eabi.c:559 earmelf_linux_fdpiceabi.c:559 @@ -5395,8 +5440,8 @@ msgstr "%F%P: %s: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸: %E\n" #: earmelfb_fuchsia.c:559 earmelfb_linux.c:559 earmelfb_linux_eabi.c:559 #: earmelfb_linux_fdpiceabi.c:559 earmelfb_nacl.c:559 earmelfb_nbsd.c:558 #: earmnto.c:558 -msgid "%F%P: %s: not a relocatable file: %E\n" -msgstr "%F%P: %s: не Ñ” придатним до переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð¼: %E\n" +msgid "%P: %s: not a relocatable file: %E\n" +msgstr "%P: %s: не Ñ” придатним до переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð¼: %E\n" #: earmelf.c:1101 earmelf_fbsd.c:1101 earmelf_fuchsia.c:1106 #: earmelf_haiku.c:1106 earmelf_linux.c:1106 earmelf_linux_eabi.c:1106 @@ -5710,7 +5755,8 @@ msgstr " --debug-stubs викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð´ msgid " --debug-relax Used for debugging avr-ld.\n" msgstr " --debug-relax викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð´Ñ–Ð°Ð³Ð½Ð¾Ñтики avr-ld.\n" -#: ecskyelf.c:278 ecskyelf_linux.c:278 +#: ecskyelf.c:278 ecskyelf_linux.c:278 eelf32kvx.c:271 eelf64kvx.c:271 +#: eelf64kvx_linux.c:269 msgid "%X%P: cannot size stub section: %E\n" msgstr "%X%P: не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ розмір фіктивного розділу: %E\n" @@ -5744,8 +5790,8 @@ msgid "%X%P: can not create note section: %E\n" msgstr "%X%P: не вдалоÑÑ Ñтворити розділ нотаток: %E\n" #: eelf32_spu.c:347 -msgid "%F%P: no built-in overlay manager\n" -msgstr "%F%P: немає вбудованого ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°ÐºÐ»Ð°Ð´ÐºÐ°Ð¼Ð¸\n" +msgid "%P: no built-in overlay manager\n" +msgstr "%P: немає вбудованого ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°ÐºÐ»Ð°Ð´ÐºÐ°Ð¼Ð¸\n" #: eelf32_spu.c:357 msgid "%X%P: can not open built-in overlay manager: %E\n" @@ -5768,8 +5814,8 @@ msgid "%X%P: can not size overlay stubs: %E\n" msgstr "%X%P: не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ розмір заглушок накладок: %E\n" #: eelf32_spu.c:524 -msgid "%F%P: can not open script: %E\n" -msgstr "%F%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ñкрипт: %E\n" +msgid "%P: can not open script: %E\n" +msgstr "%P: не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ñкрипт: %E\n" #: eelf32_spu.c:571 msgid "%X%P: %pA exceeds local store range\n" @@ -5780,36 +5826,36 @@ msgid "%P: --auto-overlay ignored with zero local store range\n" msgstr "%P: --auto-overlay проігноровано, оÑкільки діапазон локального Ñховища Ñ” нульовим\n" #: eelf32_spu.c:939 -msgid "%F%P: invalid --local-store address range `%s'\n" -msgstr "%F%P: некоректний діапазон Ð°Ð´Ñ€ÐµÑ --local-store, «%s»\n" +msgid "%P: invalid --local-store address range `%s'\n" +msgstr "%P: некоректний діапазон Ð°Ð´Ñ€ÐµÑ --local-store, «%s»\n" #: eelf32_spu.c:975 -msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --num-lines/--num-regions, «%u»\n" +msgid "%P: invalid --num-lines/--num-regions `%u'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --num-lines/--num-regions, «%u»\n" #: eelf32_spu.c:980 -msgid "%F%P: invalid --line-size/--region-size `%u'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --line-size/--region-size, «%u»\n" +msgid "%P: invalid --line-size/--region-size `%u'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --line-size/--region-size, «%u»\n" #: eelf32_spu.c:1001 -msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --num-lines/--num-regions, «%s»\n" +msgid "%P: invalid --num-lines/--num-regions `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --num-lines/--num-regions, «%s»\n" #: eelf32_spu.c:1014 -msgid "%F%P: invalid --line-size/--region-size `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --line-size/--region-size, «%s»\n" +msgid "%P: invalid --line-size/--region-size `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --line-size/--region-size, «%s»\n" #: eelf32_spu.c:1023 -msgid "%F%P: invalid --fixed-space value `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --fixed-space, «%s»\n" +msgid "%P: invalid --fixed-space value `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --fixed-space, «%s»\n" #: eelf32_spu.c:1032 -msgid "%F%P: invalid --reserved-space value `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --reserved-space, «%s»\n" +msgid "%P: invalid --reserved-space value `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --reserved-space, «%s»\n" #: eelf32_spu.c:1041 -msgid "%F%P: invalid --extra-stack-space value `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --extra-stack-space, «%s»\n" +msgid "%P: invalid --extra-stack-space value `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --extra-stack-space, «%s»\n" #: eelf32_spu.c:1078 #, c-format @@ -5933,130 +5979,130 @@ msgstr " --non-ia-text дозволити код не-icache у Ñ msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr " --lrlive-analysis Ñканувати пролог функції щодо живучоÑті lr\n" -#: eelf32_tic6x_be.c:91 eelf32_tic6x_elf_be.c:91 eelf32_tic6x_elf_le.c:91 -#: eelf32_tic6x_le.c:91 eelf32_tic6x_linux_be.c:91 eelf32_tic6x_linux_le.c:91 -msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-index %d поза розміром DSBT\n" +#: eelf32_tic6x_be.c:90 eelf32_tic6x_elf_be.c:90 eelf32_tic6x_elf_le.c:90 +#: eelf32_tic6x_le.c:90 eelf32_tic6x_linux_be.c:90 eelf32_tic6x_linux_le.c:90 +msgid "%P: invalid --dsbt-index %d, outside DSBT size\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-index %d поза розміром DSBT\n" -#: eelf32_tic6x_be.c:631 eelf32_tic6x_elf_be.c:631 eelf32_tic6x_elf_le.c:631 -#: eelf32_tic6x_le.c:631 eelf32_tic6x_linux_be.c:631 -#: eelf32_tic6x_linux_le.c:631 -msgid "%F%P: invalid --dsbt-index %s\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-index %s\n" +#: eelf32_tic6x_be.c:629 eelf32_tic6x_elf_be.c:629 eelf32_tic6x_elf_le.c:629 +#: eelf32_tic6x_le.c:629 eelf32_tic6x_linux_be.c:629 +#: eelf32_tic6x_linux_le.c:629 +msgid "%P: invalid --dsbt-index %s\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-index %s\n" -#: eelf32_tic6x_be.c:641 eelf32_tic6x_elf_be.c:641 eelf32_tic6x_elf_le.c:641 -#: eelf32_tic6x_le.c:641 eelf32_tic6x_linux_be.c:641 -#: eelf32_tic6x_linux_le.c:641 -msgid "%F%P: invalid --dsbt-size %s\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-size %s\n" +#: eelf32_tic6x_be.c:639 eelf32_tic6x_elf_be.c:639 eelf32_tic6x_elf_le.c:639 +#: eelf32_tic6x_le.c:639 eelf32_tic6x_linux_be.c:639 +#: eelf32_tic6x_linux_le.c:639 +msgid "%P: invalid --dsbt-size %s\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --dsbt-size %s\n" -#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 -#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 -#: eelf32_tic6x_linux_le.c:657 +#: eelf32_tic6x_be.c:655 eelf32_tic6x_elf_be.c:655 eelf32_tic6x_elf_le.c:655 +#: eelf32_tic6x_le.c:655 eelf32_tic6x_linux_be.c:655 +#: eelf32_tic6x_linux_le.c:655 #, c-format msgid " --dsbt-index <index> Use this as the DSBT index for the output object\n" msgstr " --dsbt-index <індекÑ> викориÑтовувати вказане Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñк Ñ–Ð½Ð´ÐµÐºÑ DSBT Ð´Ð»Ñ Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð¾Ð³Ð¾ об'єкта\n" -#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 -#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 -#: eelf32_tic6x_linux_le.c:658 +#: eelf32_tic6x_be.c:656 eelf32_tic6x_elf_be.c:656 eelf32_tic6x_elf_le.c:656 +#: eelf32_tic6x_le.c:656 eelf32_tic6x_linux_be.c:656 +#: eelf32_tic6x_linux_le.c:656 #, c-format msgid " --dsbt-size <index> Use this as the number of entries in the DSBT table\n" msgstr " --dsbt-size <індекÑ> викориÑтовувати вказане чиÑло Ñк кількіÑть запиÑів у таблиці DSBT\n" -#: eelf32_tic6x_be.c:659 eelf32_tic6x_elf_be.c:659 eelf32_tic6x_elf_le.c:659 -#: eelf32_tic6x_le.c:659 eelf32_tic6x_linux_be.c:659 -#: eelf32_tic6x_linux_le.c:659 +#: eelf32_tic6x_be.c:657 eelf32_tic6x_elf_be.c:657 eelf32_tic6x_elf_le.c:657 +#: eelf32_tic6x_le.c:657 eelf32_tic6x_linux_be.c:657 +#: eelf32_tic6x_linux_le.c:657 #, c-format msgid " --no-merge-exidx-entries\n" msgstr " --no-merge-exidx-entries\n" -#: eelf32_tic6x_be.c:660 eelf32_tic6x_elf_be.c:660 eelf32_tic6x_elf_le.c:660 -#: eelf32_tic6x_le.c:660 eelf32_tic6x_linux_be.c:660 -#: eelf32_tic6x_linux_le.c:660 +#: eelf32_tic6x_be.c:658 eelf32_tic6x_elf_be.c:658 eelf32_tic6x_elf_le.c:658 +#: eelf32_tic6x_le.c:658 eelf32_tic6x_linux_be.c:658 +#: eelf32_tic6x_linux_le.c:658 #, c-format msgid " Disable merging exidx entries\n" msgstr " вимкнути об'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñів exidx\n" -#: eelf32_x86_64.c:8606 eelf_i386.c:8061 eelf_i386_be.c:542 +#: eelf32_x86_64.c:8638 eelf_i386.c:8061 eelf_i386_be.c:542 #: eelf_i386_fbsd.c:593 eelf_i386_haiku.c:593 eelf_i386_ldso.c:553 #: eelf_i386_sol2.c:725 eelf_i386_vxworks.c:619 eelf_iamcu.c:593 -#: eelf_x86_64.c:8606 eelf_x86_64_cloudabi.c:604 eelf_x86_64_fbsd.c:604 -#: eelf_x86_64_haiku.c:604 eelf_x86_64_sol2.c:736 -msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" -msgstr "%F%P: некоректне чиÑло Ð´Ð»Ñ -z call-nop=prefix-: %s\n" +#: eelf_x86_64.c:8638 eelf_x86_64_cloudabi.c:636 eelf_x86_64_fbsd.c:636 +#: eelf_x86_64_haiku.c:636 eelf_x86_64_sol2.c:768 +msgid "%P: invalid number for -z call-nop=prefix-: %s\n" +msgstr "%P: некоректне чиÑло Ð´Ð»Ñ -z call-nop=prefix-: %s\n" -#: eelf32_x86_64.c:8615 eelf_i386.c:8070 eelf_i386_be.c:551 +#: eelf32_x86_64.c:8647 eelf_i386.c:8070 eelf_i386_be.c:551 #: eelf_i386_fbsd.c:602 eelf_i386_haiku.c:602 eelf_i386_ldso.c:562 #: eelf_i386_sol2.c:734 eelf_i386_vxworks.c:628 eelf_iamcu.c:602 -#: eelf_x86_64.c:8615 eelf_x86_64_cloudabi.c:613 eelf_x86_64_fbsd.c:613 -#: eelf_x86_64_haiku.c:613 eelf_x86_64_sol2.c:745 -msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" -msgstr "%F%P: некоректне чиÑло Ð´Ð»Ñ -z call-nop=suffix-: %s\n" +#: eelf_x86_64.c:8647 eelf_x86_64_cloudabi.c:645 eelf_x86_64_fbsd.c:645 +#: eelf_x86_64_haiku.c:645 eelf_x86_64_sol2.c:777 +msgid "%P: invalid number for -z call-nop=suffix-: %s\n" +msgstr "%P: некоректне чиÑло Ð´Ð»Ñ -z call-nop=suffix-: %s\n" -#: eelf32_x86_64.c:8620 eelf_i386.c:8075 eelf_i386_be.c:556 +#: eelf32_x86_64.c:8652 eelf_i386.c:8075 eelf_i386_be.c:556 #: eelf_i386_fbsd.c:607 eelf_i386_haiku.c:607 eelf_i386_ldso.c:567 #: eelf_i386_sol2.c:739 eelf_i386_vxworks.c:633 eelf_iamcu.c:607 -#: eelf_x86_64.c:8620 eelf_x86_64_cloudabi.c:618 eelf_x86_64_fbsd.c:618 -#: eelf_x86_64_haiku.c:618 eelf_x86_64_sol2.c:750 -msgid "%F%P: unsupported option: -z %s\n" -msgstr "%F%P: непідтримуваний параметр: -z %s\n" - -#: eelf32_x86_64.c:8642 eelf_i386.c:8097 eelf_i386_fbsd.c:629 -#: eelf_i386_haiku.c:629 eelf_x86_64.c:8642 eelf_x86_64_cloudabi.c:640 -#: eelf_x86_64_fbsd.c:640 eelf_x86_64_haiku.c:640 eelf_x86_64_sol2.c:772 -msgid "%F%P: invalid option for -z cet-report=: %s\n" -msgstr "%F%P: некоректний параметр Ð´Ð»Ñ -z cet-report=: %s\n" - -#: eelf32_x86_64.c:8656 eelf_i386.c:8111 eelf_i386_fbsd.c:643 -#: eelf_i386_haiku.c:643 eelf_x86_64.c:8656 eelf_x86_64_cloudabi.c:654 -#: eelf_x86_64_fbsd.c:654 eelf_x86_64_haiku.c:654 eelf_x86_64_sol2.c:786 -msgid "%F%P: invalid x86-64 ISA level: %s\n" -msgstr "%F%P: некоректний рівень ISA x86-64: %s\n" - -#: eelf32_x86_64.c:8672 eelf_i386.c:8127 eelf_i386_fbsd.c:659 -#: eelf_i386_haiku.c:659 eelf_x86_64.c:8672 eelf_x86_64_cloudabi.c:670 -#: eelf_x86_64_fbsd.c:670 eelf_x86_64_haiku.c:670 eelf_x86_64_sol2.c:802 -msgid "%F%P: invalid option for -z isa-level-report=: %s\n" -msgstr "%F%P: некоректний параметр Ð´Ð»Ñ -z isa-level-report=: %s\n" - -#: eelf32_x86_64.c:8719 eelf_i386.c:8169 eelf_i386_be.c:572 +#: eelf_x86_64.c:8652 eelf_x86_64_cloudabi.c:650 eelf_x86_64_fbsd.c:650 +#: eelf_x86_64_haiku.c:650 eelf_x86_64_sol2.c:782 +msgid "%P: unsupported option: -z %s\n" +msgstr "%P: непідтримуваний параметр: -z %s\n" + +#: eelf32_x86_64.c:8674 eelf_i386.c:8097 eelf_i386_fbsd.c:629 +#: eelf_i386_haiku.c:629 eelf_x86_64.c:8674 eelf_x86_64_cloudabi.c:672 +#: eelf_x86_64_fbsd.c:672 eelf_x86_64_haiku.c:672 eelf_x86_64_sol2.c:804 +msgid "%P: invalid option for -z cet-report=: %s\n" +msgstr "%P: некоректний параметр Ð´Ð»Ñ -z cet-report=: %s\n" + +#: eelf32_x86_64.c:8688 eelf_i386.c:8111 eelf_i386_fbsd.c:643 +#: eelf_i386_haiku.c:643 eelf_x86_64.c:8688 eelf_x86_64_cloudabi.c:686 +#: eelf_x86_64_fbsd.c:686 eelf_x86_64_haiku.c:686 eelf_x86_64_sol2.c:818 +msgid "%P: invalid x86-64 ISA level: %s\n" +msgstr "%P: некоректний рівень ISA x86-64: %s\n" + +#: eelf32_x86_64.c:8704 eelf_i386.c:8127 eelf_i386_fbsd.c:659 +#: eelf_i386_haiku.c:659 eelf_x86_64.c:8704 eelf_x86_64_cloudabi.c:702 +#: eelf_x86_64_fbsd.c:702 eelf_x86_64_haiku.c:702 eelf_x86_64_sol2.c:834 +msgid "%P: invalid option for -z isa-level-report=: %s\n" +msgstr "%P: некоректний параметр Ð´Ð»Ñ -z isa-level-report=: %s\n" + +#: eelf32_x86_64.c:8751 eelf_i386.c:8169 eelf_i386_be.c:572 #: eelf_i386_fbsd.c:701 eelf_i386_haiku.c:701 eelf_i386_ldso.c:592 #: eelf_i386_sol2.c:764 eelf_i386_vxworks.c:654 eelf_iamcu.c:632 -#: eelf_x86_64.c:8769 eelf_x86_64_cloudabi.c:767 eelf_x86_64_fbsd.c:767 -#: eelf_x86_64_haiku.c:767 eelf_x86_64_sol2.c:899 +#: eelf_x86_64.c:8801 eelf_x86_64_cloudabi.c:799 eelf_x86_64_fbsd.c:799 +#: eelf_x86_64_haiku.c:799 eelf_x86_64_sol2.c:931 #, c-format msgid " -z noextern-protected-data Do not treat protected data symbol as external\n" msgstr " -z noextern-protected-data не вважати захищений Ñимвол даних зовнішнім\n" -#: eelf32_x86_64.c:8721 eelf_i386.c:8171 eelf_i386_be.c:574 +#: eelf32_x86_64.c:8753 eelf_i386.c:8171 eelf_i386_be.c:574 #: eelf_i386_fbsd.c:703 eelf_i386_haiku.c:703 eelf_i386_ldso.c:594 #: eelf_i386_sol2.c:766 eelf_i386_vxworks.c:656 eelf_iamcu.c:634 -#: eelf_x86_64.c:8771 eelf_x86_64_cloudabi.c:769 eelf_x86_64_fbsd.c:769 -#: eelf_x86_64_haiku.c:769 eelf_x86_64_sol2.c:901 +#: eelf_x86_64.c:8803 eelf_x86_64_cloudabi.c:801 eelf_x86_64_fbsd.c:801 +#: eelf_x86_64_haiku.c:801 eelf_x86_64_sol2.c:933 #, c-format msgid " -z indirect-extern-access Enable indirect external access\n" msgstr " -z indirect-extern-access увімкнути опоÑередкований зовнішній доÑтуп\n" -#: eelf32_x86_64.c:8723 eelf_i386.c:8173 eelf_i386_be.c:576 +#: eelf32_x86_64.c:8755 eelf_i386.c:8173 eelf_i386_be.c:576 #: eelf_i386_fbsd.c:705 eelf_i386_haiku.c:705 eelf_i386_ldso.c:596 #: eelf_i386_sol2.c:768 eelf_i386_vxworks.c:658 eelf_iamcu.c:636 -#: eelf_x86_64.c:8773 eelf_x86_64_cloudabi.c:771 eelf_x86_64_fbsd.c:771 -#: eelf_x86_64_haiku.c:771 eelf_x86_64_sol2.c:903 +#: eelf_x86_64.c:8805 eelf_x86_64_cloudabi.c:803 eelf_x86_64_fbsd.c:803 +#: eelf_x86_64_haiku.c:803 eelf_x86_64_sol2.c:935 #, c-format msgid " -z noindirect-extern-access Disable indirect external access (default)\n" msgstr " -z noindirect-extern-access вимкнути опоÑередкований зовнішній доÑтуп (типовий)\n" -#: eelf32_x86_64.c:8726 eelf32lppc.c:869 eelf32lppclinux.c:869 +#: eelf32_x86_64.c:8758 eelf32lppc.c:869 eelf32lppclinux.c:869 #: eelf32lppcnto.c:869 eelf32lppcsim.c:869 eelf32ppc.c:869 eelf32ppc_fbsd.c:869 #: eelf32ppchaiku.c:869 eelf32ppclinux.c:869 eelf32ppcnto.c:869 #: eelf32ppcsim.c:869 eelf32ppcvxworks.c:843 eelf32ppcwindiss.c:869 -#: eelf64lppc.c:1384 eelf64lppc_fbsd.c:1384 eelf64ppc.c:1384 -#: eelf64ppc_fbsd.c:1384 eelf_i386.c:8176 eelf_i386_be.c:579 +#: eelf64lppc.c:1385 eelf64lppc_fbsd.c:1385 eelf64ppc.c:1385 +#: eelf64ppc_fbsd.c:1385 eelf_i386.c:8176 eelf_i386_be.c:579 #: eelf_i386_fbsd.c:708 eelf_i386_haiku.c:708 eelf_i386_ldso.c:599 #: eelf_i386_sol2.c:771 eelf_i386_vxworks.c:661 eelf_iamcu.c:639 -#: eelf_x86_64.c:8776 eelf_x86_64_cloudabi.c:774 eelf_x86_64_fbsd.c:774 -#: eelf_x86_64_haiku.c:774 eelf_x86_64_sol2.c:906 +#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 +#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 #, c-format msgid "" " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n" @@ -6065,45 +6111,45 @@ msgstr "" " -z dynamic-undefined-weak зробити невизначені Ñлабкі Ñимволи динамічними\n" " -z nodynamic-undefined-weak не робити невизначені Ñлабкі Ñимволи динамічними\n" -#: eelf32_x86_64.c:8730 eelf_x86_64.c:8780 eelf_x86_64_cloudabi.c:778 -#: eelf_x86_64_fbsd.c:778 eelf_x86_64_haiku.c:778 eelf_x86_64_sol2.c:910 +#: eelf32_x86_64.c:8762 eelf_x86_64.c:8812 eelf_x86_64_cloudabi.c:810 +#: eelf_x86_64_fbsd.c:810 eelf_x86_64_haiku.c:810 eelf_x86_64_sol2.c:942 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr " -z noreloc-overflow вимкнути перевірку Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¸ переÑуванні\n" -#: eelf32_x86_64.c:8733 eelf_i386.c:8180 eelf_i386_be.c:583 +#: eelf32_x86_64.c:8765 eelf_i386.c:8180 eelf_i386_be.c:583 #: eelf_i386_fbsd.c:712 eelf_i386_haiku.c:712 eelf_i386_ldso.c:603 #: eelf_i386_sol2.c:775 eelf_i386_vxworks.c:665 eelf_iamcu.c:643 -#: eelf_x86_64.c:8783 eelf_x86_64_cloudabi.c:781 eelf_x86_64_fbsd.c:781 -#: eelf_x86_64_haiku.c:781 eelf_x86_64_sol2.c:913 +#: eelf_x86_64.c:8815 eelf_x86_64_cloudabi.c:813 eelf_x86_64_fbsd.c:813 +#: eelf_x86_64_haiku.c:813 eelf_x86_64_sol2.c:945 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr " -z call-nop=ДОПОВÐЕÐÐЯ викориÑтовувати ДОПОВÐЕÐÐЯ Ñк 1-байтовий NOP Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸\n" -#: eelf32_x86_64.c:8736 eelf_i386.c:8183 eelf_i386_fbsd.c:715 -#: eelf_i386_haiku.c:715 eelf_x86_64.c:8786 eelf_x86_64_cloudabi.c:784 -#: eelf_x86_64_fbsd.c:784 eelf_x86_64_haiku.c:784 eelf_x86_64_sol2.c:916 +#: eelf32_x86_64.c:8768 eelf_i386.c:8183 eelf_i386_fbsd.c:715 +#: eelf_i386_haiku.c:715 eelf_x86_64.c:8818 eelf_x86_64_cloudabi.c:816 +#: eelf_x86_64_fbsd.c:816 eelf_x86_64_haiku.c:816 eelf_x86_64_sol2.c:948 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr " -z ibtplt Ñтворити запиÑи PLT із увімкненим IBT\n" -#: eelf32_x86_64.c:8738 eelf_i386.c:8185 eelf_i386_fbsd.c:717 -#: eelf_i386_haiku.c:717 eelf_x86_64.c:8788 eelf_x86_64_cloudabi.c:786 -#: eelf_x86_64_fbsd.c:786 eelf_x86_64_haiku.c:786 eelf_x86_64_sol2.c:918 +#: eelf32_x86_64.c:8770 eelf_i386.c:8185 eelf_i386_fbsd.c:717 +#: eelf_i386_haiku.c:717 eelf_x86_64.c:8820 eelf_x86_64_cloudabi.c:818 +#: eelf_x86_64_fbsd.c:818 eelf_x86_64_haiku.c:818 eelf_x86_64_sol2.c:950 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr " -z ibt Ñтворити GNU_PROPERTY_X86_FEATURE_1_IBT\n" -#: eelf32_x86_64.c:8740 eelf_i386.c:8187 eelf_i386_fbsd.c:719 -#: eelf_i386_haiku.c:719 eelf_x86_64.c:8790 eelf_x86_64_cloudabi.c:788 -#: eelf_x86_64_fbsd.c:788 eelf_x86_64_haiku.c:788 eelf_x86_64_sol2.c:920 +#: eelf32_x86_64.c:8772 eelf_i386.c:8187 eelf_i386_fbsd.c:719 +#: eelf_i386_haiku.c:719 eelf_x86_64.c:8822 eelf_x86_64_cloudabi.c:820 +#: eelf_x86_64_fbsd.c:820 eelf_x86_64_haiku.c:820 eelf_x86_64_sol2.c:952 #, c-format msgid " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr " -z shstk Ñтворити GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" -#: eelf32_x86_64.c:8742 eelf_i386.c:8189 eelf_i386_fbsd.c:721 -#: eelf_i386_haiku.c:721 eelf_x86_64.c:8792 eelf_x86_64_cloudabi.c:790 -#: eelf_x86_64_fbsd.c:790 eelf_x86_64_haiku.c:790 eelf_x86_64_sol2.c:922 +#: eelf32_x86_64.c:8774 eelf_i386.c:8189 eelf_i386_fbsd.c:721 +#: eelf_i386_haiku.c:721 eelf_x86_64.c:8824 eelf_x86_64_cloudabi.c:822 +#: eelf_x86_64_fbsd.c:822 eelf_x86_64_haiku.c:822 eelf_x86_64_sol2.c:954 #, c-format msgid "" " -z cet-report=[none|warning|error] (default: none)\n" @@ -6112,23 +6158,23 @@ msgstr "" " -z cet-report=[none|warning|error] (типове значеннÑ: none)\n" " ПовідомлÑти про пропущені влаÑтивоÑті IBT Ñ– SHSTK\n" -#: eelf32_x86_64.c:8746 eelf_i386.c:8193 eelf_i386_fbsd.c:725 -#: eelf_i386_haiku.c:725 eelf_x86_64.c:8796 eelf_x86_64_cloudabi.c:794 -#: eelf_x86_64_fbsd.c:794 eelf_x86_64_haiku.c:794 eelf_x86_64_sol2.c:926 +#: eelf32_x86_64.c:8778 eelf_i386.c:8193 eelf_i386_fbsd.c:725 +#: eelf_i386_haiku.c:725 eelf_x86_64.c:8828 eelf_x86_64_cloudabi.c:826 +#: eelf_x86_64_fbsd.c:826 eelf_x86_64_haiku.c:826 eelf_x86_64_sol2.c:958 #, c-format msgid " -z report-relative-reloc Report relative relocations\n" msgstr " -z report-relative-reloc повідомлÑти про відноÑні переÑуваннÑ\n" -#: eelf32_x86_64.c:8749 eelf_i386.c:8196 eelf_i386_fbsd.c:728 -#: eelf_i386_haiku.c:728 eelf_x86_64.c:8799 eelf_x86_64_cloudabi.c:797 -#: eelf_x86_64_fbsd.c:797 eelf_x86_64_haiku.c:797 eelf_x86_64_sol2.c:929 +#: eelf32_x86_64.c:8781 eelf_i386.c:8196 eelf_i386_fbsd.c:728 +#: eelf_i386_haiku.c:728 eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 +#: eelf_x86_64_fbsd.c:829 eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 #, c-format msgid " -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as needed\n" msgstr " -z x86-64-{baseline|v[234]} позначити рівень ISA x86-64-{baseline|v[234]}, Ñкщо потрібно\n" -#: eelf32_x86_64.c:8752 eelf_i386.c:8199 eelf_i386_fbsd.c:731 -#: eelf_i386_haiku.c:731 eelf_x86_64.c:8802 eelf_x86_64_cloudabi.c:800 -#: eelf_x86_64_fbsd.c:800 eelf_x86_64_haiku.c:800 eelf_x86_64_sol2.c:932 +#: eelf32_x86_64.c:8784 eelf_i386.c:8199 eelf_i386_fbsd.c:731 +#: eelf_i386_haiku.c:731 eelf_x86_64.c:8834 eelf_x86_64_cloudabi.c:832 +#: eelf_x86_64_fbsd.c:832 eelf_x86_64_haiku.c:832 eelf_x86_64_sol2.c:964 #, c-format msgid "" " -z isa-level-report=[none|all|needed|used] (default: none)\n" @@ -6137,8 +6183,8 @@ msgstr "" " -z isa-level-report=[none|all|needed|used] (типове значеннÑ: none)\n" " повідомити про рівень ISA x86-64\n" -#: eelf32_x86_64.c:8757 eelf_x86_64.c:8821 eelf_x86_64_cloudabi.c:819 -#: eelf_x86_64_fbsd.c:819 eelf_x86_64_haiku.c:819 eelf_x86_64_sol2.c:951 +#: eelf32_x86_64.c:8789 eelf_x86_64.c:8853 eelf_x86_64_cloudabi.c:851 +#: eelf_x86_64_fbsd.c:851 eelf_x86_64_haiku.c:851 eelf_x86_64_sol2.c:983 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags (default)\n" @@ -6147,8 +6193,8 @@ msgstr "" " -z mark-plt позначити PLT динамічними теґами (типовий варіант)\n" " -z nomark-plt не позначати PLT динамічними теґами\n" -#: eelf32_x86_64.c:8761 eelf_x86_64.c:8825 eelf_x86_64_cloudabi.c:823 -#: eelf_x86_64_fbsd.c:823 eelf_x86_64_haiku.c:823 eelf_x86_64_sol2.c:955 +#: eelf32_x86_64.c:8793 eelf_x86_64.c:8857 eelf_x86_64_cloudabi.c:855 +#: eelf_x86_64_fbsd.c:855 eelf_x86_64_haiku.c:855 eelf_x86_64_sol2.c:987 #, c-format msgid "" " -z mark-plt Mark PLT with dynamic tags\n" @@ -6157,20 +6203,20 @@ msgstr "" " -z mark-plt позначити PLT динамічними теґами\n" " -z nomark-plt не позначати PLT динамічними теґами (типовий варіант)\n" -#: eelf32_x86_64.c:8765 eelf64loongarch.c:619 eelf64lppc.c:1388 -#: eelf64lppc_fbsd.c:1388 eelf64ppc.c:1388 eelf64ppc_fbsd.c:1388 +#: eelf32_x86_64.c:8797 eelf64loongarch.c:619 eelf64lppc.c:1389 +#: eelf64lppc_fbsd.c:1389 eelf64ppc.c:1389 eelf64ppc_fbsd.c:1389 #: eelf_i386.c:8203 eelf_i386_fbsd.c:735 eelf_i386_haiku.c:735 -#: eelf_x86_64.c:8829 eelf_x86_64_cloudabi.c:827 eelf_x86_64_fbsd.c:827 -#: eelf_x86_64_haiku.c:827 eelf_x86_64_sol2.c:959 +#: eelf_x86_64.c:8861 eelf_x86_64_cloudabi.c:859 eelf_x86_64_fbsd.c:859 +#: eelf_x86_64_haiku.c:859 eelf_x86_64_sol2.c:991 #, c-format msgid " -z pack-relative-relocs Pack relative relocations\n" msgstr " -z pack-relative-relocs пакувати відноÑні переÑуваннÑ\n" -#: eelf32_x86_64.c:8767 eelf64loongarch.c:621 eelf64lppc.c:1390 -#: eelf64lppc_fbsd.c:1390 eelf64ppc.c:1390 eelf64ppc_fbsd.c:1390 +#: eelf32_x86_64.c:8799 eelf64loongarch.c:621 eelf64lppc.c:1391 +#: eelf64lppc_fbsd.c:1391 eelf64ppc.c:1391 eelf64ppc_fbsd.c:1391 #: eelf_i386.c:8205 eelf_i386_fbsd.c:737 eelf_i386_haiku.c:737 -#: eelf_x86_64.c:8831 eelf_x86_64_cloudabi.c:829 eelf_x86_64_fbsd.c:829 -#: eelf_x86_64_haiku.c:829 eelf_x86_64_sol2.c:961 +#: eelf_x86_64.c:8863 eelf_x86_64_cloudabi.c:861 eelf_x86_64_fbsd.c:861 +#: eelf_x86_64_haiku.c:861 eelf_x86_64_sol2.c:993 #, c-format msgid " -z nopack-relative-relocs Do not pack relative relocations (default)\n" msgstr " -z nopack-relative-relocs не пакувати відноÑні переÑÑƒÐ²Ð°Ð½Ð½Ñ (типова поведінка)\n" @@ -6304,12 +6350,12 @@ msgid " --no-check-uleb128 Don't check if SUB_ULEB128 has non-zero add msgstr " --no-check-uleb128 не перевірÑти, чи міÑтить SUB_ULEB128 ненульовий доданок\n" #: eelf32cr16.c:88 -msgid "%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: Ð´Ð»Ñ --embedded-relocs уÑÑ– вхідні об'єкти мають бути COFF або ELF\n" +msgid "%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" +msgstr "%P: %pB: Ð´Ð»Ñ --embedded-relocs уÑÑ– вхідні об'єкти мають бути COFF або ELF\n" #: eelf32cr16.c:112 em68kelf.c:116 em68kelfnbsd.c:116 -msgid "%F%P: %pB: can not create .emreloc section: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ñтворити розділ .emreloc: %E\n" +msgid "%P: %pB: can not create .emreloc section: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ñтворити розділ .emreloc: %E\n" #: eelf32cr16.c:131 em68kelf.c:137 em68kelfnbsd.c:137 msgid "%X%P: %pB: section %s has relocs; can not use --embedded-relocs\n" @@ -6324,9 +6370,13 @@ msgid "%X%P: %pB: can not create runtime reloc information: %s\n" msgstr "%X%P: %pB: неможливо Ñтворити відомоÑті щодо переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ режимі виконаннÑ: %s\n" #: eelf32kvx.c:64 eelf64kvx.c:64 -msgid "%F:%P: -pie not supported\n" +msgid ":%P: -pie not supported\n" msgstr "%F:%P: підтримки -pie не передбачено\n" +#: eelf32kvx.c:316 eelf64kvx.c:316 eelf64kvx_linux.c:314 +msgid "%P: can not create BFD %E\n" +msgstr "%P: не вдалоÑÑ Ñтворити BFD: %E\n" + #: eelf32lppc.c:99 eelf32lppclinux.c:99 eelf32lppcnto.c:99 eelf32lppcsim.c:99 #: eelf32ppc.c:99 eelf32ppc_fbsd.c:99 eelf32ppchaiku.c:99 eelf32ppclinux.c:99 #: eelf32ppcnto.c:99 eelf32ppcsim.c:99 eelf32ppcwindiss.c:99 @@ -6362,24 +6412,24 @@ msgstr "%X%P: проблема із ppc_finish_symbols: %E\n" #: eelf32lppcsim.c:810 eelf32ppc.c:810 eelf32ppc_fbsd.c:810 #: eelf32ppchaiku.c:810 eelf32ppclinux.c:810 eelf32ppcnto.c:810 #: eelf32ppcsim.c:810 eelf32ppcvxworks.c:780 eelf32ppcwindiss.c:810 -#: eelf64lppc.c:1251 eelf64lppc_fbsd.c:1251 eelf64ppc.c:1251 -#: eelf64ppc_fbsd.c:1251 -msgid "%F%P: invalid --plt-align `%s'\n" -msgstr "%F%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --plt-align, «%s»\n" +#: eelf64lppc.c:1252 eelf64lppc_fbsd.c:1252 eelf64ppc.c:1252 +#: eelf64ppc_fbsd.c:1252 +msgid "%P: invalid --plt-align `%s'\n" +msgstr "%P: некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ --plt-align, «%s»\n" #: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 #: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 #: eelf32ppchaiku.c:843 eelf32ppclinux.c:843 eelf32ppcnto.c:843 #: eelf32ppcsim.c:843 eelf32ppcvxworks.c:813 eelf32ppcwindiss.c:843 -msgid "%F%P: invalid pagesize `%s'\n" -msgstr "%F%P: некоректний розмір Ñторінки, «%s»\n" +msgid "%P: invalid pagesize `%s'\n" +msgstr "%P: некоректний розмір Ñторінки, «%s»\n" #: eelf32lppc.c:873 eelf32lppclinux.c:873 eelf32lppcnto.c:873 #: eelf32lppcsim.c:873 eelf32ppc.c:873 eelf32ppc_fbsd.c:873 #: eelf32ppchaiku.c:873 eelf32ppclinux.c:873 eelf32ppcnto.c:873 #: eelf32ppcsim.c:873 eelf32ppcvxworks.c:847 eelf32ppcwindiss.c:873 -#: eelf64lppc.c:1436 eelf64lppc_fbsd.c:1436 eelf64ppc.c:1436 -#: eelf64ppc_fbsd.c:1436 +#: eelf64lppc.c:1437 eelf64lppc_fbsd.c:1437 eelf64ppc.c:1437 +#: eelf64ppc_fbsd.c:1437 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr " --emit-stub-syms позначити заглушки заÑобу ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñимволом\n" @@ -6388,8 +6438,8 @@ msgstr " --emit-stub-syms позначити заглушки Ð·Ð°Ñ #: eelf32lppcsim.c:876 eelf32ppc.c:876 eelf32ppc_fbsd.c:876 #: eelf32ppchaiku.c:876 eelf32ppclinux.c:876 eelf32ppcnto.c:876 #: eelf32ppcsim.c:876 eelf32ppcvxworks.c:850 eelf32ppcwindiss.c:876 -#: eelf64lppc.c:1439 eelf64lppc_fbsd.c:1439 eelf64ppc.c:1439 -#: eelf64ppc_fbsd.c:1439 +#: eelf64lppc.c:1440 eelf64lppc_fbsd.c:1440 eelf64ppc.c:1440 +#: eelf64ppc_fbsd.c:1440 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr " --no-emit-stub-syms не мітити заглушки компонувальника Ñимволами\n" @@ -6398,8 +6448,8 @@ msgstr " --no-emit-stub-syms не мітити заглушки комР#: eelf32lppcsim.c:879 eelf32ppc.c:879 eelf32ppc_fbsd.c:879 #: eelf32ppchaiku.c:879 eelf32ppclinux.c:879 eelf32ppcnto.c:879 #: eelf32ppcsim.c:879 eelf32ppcvxworks.c:853 eelf32ppcwindiss.c:879 -#: eelf64lppc.c:1459 eelf64lppc_fbsd.c:1459 eelf64ppc.c:1459 -#: eelf64ppc_fbsd.c:1459 +#: eelf64lppc.c:1460 eelf64lppc_fbsd.c:1460 eelf64ppc.c:1460 +#: eelf64ppc_fbsd.c:1460 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr " --no-tls-optimize не намагатиÑÑ Ð¾Ð¿Ñ‚Ð¸Ð¼Ñ–Ð·ÑƒÐ²Ð°Ñ‚Ð¸ доÑтупи до TLS\n" @@ -6408,8 +6458,8 @@ msgstr " --no-tls-optimize не намагатиÑÑ Ð¾Ð¿Ñ‚Ð¸Ð¼Ñ–Ð·Ñƒ #: eelf32lppcsim.c:882 eelf32ppc.c:882 eelf32ppc_fbsd.c:882 #: eelf32ppchaiku.c:882 eelf32ppclinux.c:882 eelf32ppcnto.c:882 #: eelf32ppcsim.c:882 eelf32ppcvxworks.c:856 eelf32ppcwindiss.c:882 -#: eelf64lppc.c:1465 eelf64lppc_fbsd.c:1465 eelf64ppc.c:1465 -#: eelf64ppc_fbsd.c:1465 +#: eelf64lppc.c:1466 eelf64lppc_fbsd.c:1466 eelf64ppc.c:1466 +#: eelf64ppc_fbsd.c:1466 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr " --no-tls-get-addr-optimize не викориÑтовувати Ñпеціальний виклик __tls_get_addr\n" @@ -6441,8 +6491,8 @@ msgstr " --plt-align вирівнÑти фіктивні вик #: eelf32lppc.c:894 eelf32lppclinux.c:894 eelf32lppcnto.c:894 #: eelf32lppcsim.c:894 eelf32ppc.c:894 eelf32ppc_fbsd.c:894 #: eelf32ppchaiku.c:894 eelf32ppclinux.c:894 eelf32ppcnto.c:894 -#: eelf32ppcsim.c:894 eelf32ppcwindiss.c:894 eelf64lppc.c:1418 -#: eelf64lppc_fbsd.c:1418 eelf64ppc.c:1418 eelf64ppc_fbsd.c:1418 +#: eelf32ppcsim.c:894 eelf32ppcwindiss.c:894 eelf64lppc.c:1419 +#: eelf64lppc_fbsd.c:1419 eelf64ppc.c:1419 eelf64ppc_fbsd.c:1419 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr " --no-plt-align не вирівнювати окремі заглушки викликів PLT\n" @@ -6450,8 +6500,8 @@ msgstr " --no-plt-align не вирівнювати окремі Ð #: eelf32lppc.c:897 eelf32lppclinux.c:897 eelf32lppcnto.c:897 #: eelf32lppcsim.c:897 eelf32ppc.c:897 eelf32ppc_fbsd.c:897 #: eelf32ppchaiku.c:897 eelf32ppclinux.c:897 eelf32ppcnto.c:897 -#: eelf32ppcsim.c:897 eelf32ppcwindiss.c:897 eelf64lppc.c:1477 -#: eelf64lppc_fbsd.c:1477 eelf64ppc.c:1477 eelf64ppc_fbsd.c:1477 +#: eelf32ppcsim.c:897 eelf32ppcwindiss.c:897 eelf64lppc.c:1478 +#: eelf64lppc_fbsd.c:1478 eelf64ppc.c:1478 eelf64ppc_fbsd.c:1478 #, c-format msgid " --no-inline-optimize Don't convert inline PLT to direct calls\n" msgstr " --no-inline-optimize не перетворювати вбудовані PLT на безпоÑередні виклики\n" @@ -6505,8 +6555,8 @@ msgstr " --vle-reloc-fixup виправити переÑÑƒÐ²Ð°Ð½Ð½Ñ msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr " --base_file <базовий файл> Ñтворити оÑновний файл Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð´Ð°Ñ‚Ð½Ð¸Ñ… до переÑÑƒÐ²Ð°Ð½Ð½Ñ DLL\n" -#: eelf32metag.c:802 eelf64lppc.c:1393 eelf64lppc_fbsd.c:1393 eelf64ppc.c:1393 -#: eelf64ppc_fbsd.c:1393 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 +#: eelf32metag.c:802 eelf64lppc.c:1394 eelf64lppc_fbsd.c:1394 eelf64ppc.c:1394 +#: eelf64ppc_fbsd.c:1394 ehppaelf.c:631 ehppalinux.c:843 ehppanbsd.c:843 #: ehppaobsd.c:843 #, c-format msgid "" @@ -6585,8 +6635,8 @@ msgid "%P: warning: failed to convert %s table in %pB (%s); subsequent disassemb msgstr "%P: попередженнÑ: не вдалоÑÑ Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€Ð¸Ñ‚Ð¸ таблицю %s у %pB (%s); наÑтупне дизаÑÐµÐ¼Ð±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾Ð¶Ðµ бути неповним\n" #: eelf32xtensa.c:421 -msgid "%F%P: %pB: cannot read contents of section %pA\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу %pA\n" +msgid "%P: %pB: cannot read contents of section %pA\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу %pA\n" #: eelf32xtensa.c:432 msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n" @@ -6597,24 +6647,24 @@ msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" msgstr "%P: %pB: попередженнÑ: не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ .xtensa.info\n" #: eelf32xtensa.c:462 -msgid "%F%P: little endian output does not match Xtensa configuration\n" -msgstr "%F%P: Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· прÑмим порÑдком байтів не відповідає конфігурації Xtensa\n" +msgid "%P: little endian output does not match Xtensa configuration\n" +msgstr "%P: Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð· прÑмим порÑдком байтів не відповідає конфігурації Xtensa\n" #: eelf32xtensa.c:468 -msgid "%F%P: big endian output does not match Xtensa configuration\n" -msgstr "%F%P: Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð·Ñ– зворотним порÑдком байтів не відповідає конфігурації Xtensa\n" +msgid "%P: big endian output does not match Xtensa configuration\n" +msgstr "%P: Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð·Ñ– зворотним порÑдком байтів не відповідає конфігурації Xtensa\n" #: eelf32xtensa.c:487 -msgid "%F%P: cross-endian linking for %pB not supported\n" -msgstr "%F%P: підтримки кроÑ-ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ порÑдку байтів Ð´Ð»Ñ %pB не передбачено\n" +msgid "%P: cross-endian linking for %pB not supported\n" +msgstr "%P: підтримки кроÑ-ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‰Ð¾Ð´Ð¾ порÑдку байтів Ð´Ð»Ñ %pB не передбачено\n" #: eelf32xtensa.c:518 -msgid "%F%P: failed to create .xtensa.info section\n" -msgstr "%F%P: не вдалоÑÑ Ñтворити розділ .xtensa.info\n" +msgid "%P: failed to create .xtensa.info section\n" +msgstr "%P: не вдалоÑÑ Ñтворити розділ .xtensa.info\n" #: eelf32xtensa.c:1257 -msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" -msgstr "%F%P: підтримки оптимізації разом із --enable-non-contiguous-regions не передбачено.\n" +msgid "%P: Relaxation not supported with --enable-non-contiguous-regions.\n" +msgstr "%P: підтримки оптимізації разом із --enable-non-contiguous-regions не передбачено.\n" #: eelf32xtensa.c:2466 #, c-format @@ -6636,34 +6686,25 @@ msgid " --abi-call0 Choose call0 ABI for the output object\n" msgstr " --abi-call0 вибрати двійковий Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ call0 Ð´Ð»Ñ Ð¾Ð±'єкта результату\n" #: eelf32z80.c:70 ez80.c:59 -msgid "%F%P: %pB: Instruction sets of object files incompatible\n" -msgstr "%F%P: %pB: набори інÑтрукцій об'єктних файлів Ñ” неÑуміÑними\n" +msgid "%P: %pB: Instruction sets of object files incompatible\n" +msgstr "%P: %pB: набори інÑтрукцій об'єктних файлів Ñ” неÑуміÑними\n" #: eelf64_ia64.c:575 eelf64_ia64_fbsd.c:575 #, c-format msgid " --itanium Generate code for Intel Itanium processor\n" msgstr " --itanium Ñтворювати код Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑора Intel Itanium\n" -#: eelf64_s390.c:648 +#: eelf64_s390.c:661 #, c-format msgid " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr " --s390-pgste наказати Ñдру розміщувати дані за таблицÑми 4-кілобайтових Ñторінок\n" -#: eelf64alpha.c:645 eelf64alpha_fbsd.c:645 eelf64alpha_nbsd.c:645 -#, c-format -msgid "" -" --taso Load executable in the lower 31-bit addressable\n" -" virtual address range\n" -msgstr "" -" --taso завантажити виконуваний файл у нижній діапазон\n" -" 31-бітових віртуальних адреÑ\n" - -#: eelf64alpha.c:648 eelf64alpha_fbsd.c:648 eelf64alpha_nbsd.c:648 +#: eelf64alpha.c:618 eelf64alpha_fbsd.c:618 eelf64alpha_nbsd.c:618 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr " --secureplt примуÑове PLT у Ñегменті текÑту\n" -#: eelf64alpha.c:650 eelf64alpha_fbsd.c:650 eelf64alpha_nbsd.c:650 +#: eelf64alpha.c:620 eelf64alpha_fbsd.c:620 eelf64alpha_nbsd.c:620 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr " --no-secureplt примуÑове PLT у Ñегменті даних\n" @@ -6682,71 +6723,71 @@ msgstr "%X%P: Ñкрипт ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´Ð¾ÐºÑ€ÐµÐ¼Ð»ÑŽÑ” .got msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "%P: фрагменти .init/.fini викориÑтовують різні вказівники TOC\n" -#: eelf64lppc.c:1280 eelf64lppc_fbsd.c:1280 eelf64ppc.c:1280 -#: eelf64ppc_fbsd.c:1280 -msgid "%F%P: invalid --power10-stubs argument `%s'\n" -msgstr "%F%P: некоректний аргумент --power10-stubs «%s»\n" +#: eelf64lppc.c:1281 eelf64lppc_fbsd.c:1281 eelf64ppc.c:1281 +#: eelf64ppc_fbsd.c:1281 +msgid "%P: invalid --power10-stubs argument `%s'\n" +msgstr "%P: некоректний аргумент --power10-stubs «%s»\n" -#: eelf64lppc.c:1403 eelf64ppc.c:1403 +#: eelf64lppc.c:1404 eelf64ppc.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr " --plt-static-chain заглушки викликів PLT мають завантажувати r11 (типово)\n" -#: eelf64lppc.c:1406 eelf64ppc.c:1406 +#: eelf64lppc.c:1407 eelf64ppc.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr " --no-plt-static-chain заглушки викликів PLT не повинні завантажувати r11\n" -#: eelf64lppc.c:1409 eelf64lppc_fbsd.c:1409 eelf64ppc.c:1409 -#: eelf64ppc_fbsd.c:1409 +#: eelf64lppc.c:1410 eelf64lppc_fbsd.c:1410 eelf64ppc.c:1410 +#: eelf64ppc_fbsd.c:1410 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr " --plt-thread-safe заглушки викликів PLT із бар'єром навантаженнÑ-навантаженнÑ\n" -#: eelf64lppc.c:1412 eelf64lppc_fbsd.c:1412 eelf64ppc.c:1412 -#: eelf64ppc_fbsd.c:1412 +#: eelf64lppc.c:1413 eelf64lppc_fbsd.c:1413 eelf64ppc.c:1413 +#: eelf64ppc_fbsd.c:1413 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr " --no-plt-thread-safe заглушки викликів PLT без бар'єра\n" -#: eelf64lppc.c:1415 eelf64lppc_fbsd.c:1415 eelf64ppc.c:1415 -#: eelf64ppc_fbsd.c:1415 +#: eelf64lppc.c:1416 eelf64lppc_fbsd.c:1416 eelf64ppc.c:1416 +#: eelf64ppc_fbsd.c:1416 #, c-format msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n" msgstr " --plt-align [=<вирівнюваннÑ>] вирівнÑти фіктивні виклики PLT за Ñ€Ñдками кешу\n" -#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421 -#: eelf64ppc_fbsd.c:1421 +#: eelf64lppc.c:1422 eelf64lppc_fbsd.c:1422 eelf64ppc.c:1422 +#: eelf64ppc_fbsd.c:1422 #, c-format msgid " --plt-localentry Optimize calls to ELFv2 localentry:0 functions\n" msgstr " --plt-localentry оптимізувати виклики до функцій localentry:0 ELFv2\n" -#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424 -#: eelf64ppc_fbsd.c:1424 +#: eelf64lppc.c:1425 eelf64lppc_fbsd.c:1425 eelf64ppc.c:1425 +#: eelf64ppc_fbsd.c:1425 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr " --no-plt-localentry не оптимізувати виклики ELFv2\n" -#: eelf64lppc.c:1427 eelf64lppc_fbsd.c:1427 eelf64ppc.c:1427 -#: eelf64ppc_fbsd.c:1427 +#: eelf64lppc.c:1428 eelf64lppc_fbsd.c:1428 eelf64ppc.c:1428 +#: eelf64ppc_fbsd.c:1428 #, c-format msgid " --power10-stubs [=auto] Use Power10 PLT call stubs (default auto)\n" msgstr " --power10-stubs [=auto] викориÑтовувати фіктивні виклики PLT Power10 (типове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ â€” auto)\n" -#: eelf64lppc.c:1430 eelf64lppc_fbsd.c:1430 eelf64ppc.c:1430 -#: eelf64ppc_fbsd.c:1430 +#: eelf64lppc.c:1431 eelf64lppc_fbsd.c:1431 eelf64ppc.c:1431 +#: eelf64ppc_fbsd.c:1431 #, c-format msgid " --no-pcrel-optimize Don't perform R_PPC64_PCREL_OPT optimization\n" msgstr " --no-pcrel-optimize не виконувати оптимізацію R_PPC64_PCREL_OPT\n" -#: eelf64lppc.c:1433 eelf64lppc_fbsd.c:1433 eelf64ppc.c:1433 -#: eelf64ppc_fbsd.c:1433 +#: eelf64lppc.c:1434 eelf64lppc_fbsd.c:1434 eelf64ppc.c:1434 +#: eelf64ppc_fbsd.c:1434 #, c-format msgid " --no-power10-stubs Don't use Power10 PLT call stubs\n" msgstr " --no-power10-stubs не викориÑтовувати фіктивні виклики PLT Power10\n" -#: eelf64lppc.c:1442 eelf64lppc_fbsd.c:1442 eelf64ppc.c:1442 -#: eelf64ppc_fbsd.c:1442 +#: eelf64lppc.c:1443 eelf64lppc_fbsd.c:1443 eelf64ppc.c:1443 +#: eelf64ppc_fbsd.c:1443 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a version\n" @@ -6759,14 +6800,14 @@ msgstr "" " коду функції оброблÑлиÑÑ Ñ‚Ð°Ðº Ñамо, Ñк Ñимволи\n" " деÑкрипторів функції. Типово увімкнено.\n" -#: eelf64lppc.c:1448 eelf64lppc_fbsd.c:1448 eelf64ppc.c:1448 -#: eelf64ppc_fbsd.c:1448 +#: eelf64lppc.c:1449 eelf64lppc_fbsd.c:1449 eelf64ppc.c:1449 +#: eelf64ppc_fbsd.c:1449 #, c-format msgid " --no-dotsyms Don't do anything special in version scripts\n" msgstr " --no-dotsyms не робити нічого оÑобливого у Ñкриптах верÑÑ–Ñ—\n" -#: eelf64lppc.c:1451 eelf64lppc_fbsd.c:1451 eelf64ppc.c:1451 -#: eelf64ppc_fbsd.c:1451 +#: eelf64lppc.c:1452 eelf64lppc_fbsd.c:1452 eelf64ppc.c:1452 +#: eelf64ppc_fbsd.c:1452 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines used\n" @@ -6777,56 +6818,56 @@ msgstr "" " Ñкі викориÑтовувалиÑÑ ÐºÐ¾Ð´Ð¾Ð¼ gcc -Os. Типово увімкнено длÑ\n" " звичайного оÑтаточного компонуваннÑ, вимкнено Ð´Ð»Ñ ld -r.\n" -#: eelf64lppc.c:1456 eelf64lppc_fbsd.c:1456 eelf64ppc.c:1456 -#: eelf64ppc_fbsd.c:1456 +#: eelf64lppc.c:1457 eelf64lppc_fbsd.c:1457 eelf64ppc.c:1457 +#: eelf64ppc_fbsd.c:1457 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr " --no-save-restore-funcs не надавати ці підпрограми\n" -#: eelf64lppc.c:1462 eelf64lppc_fbsd.c:1462 eelf64ppc.c:1462 -#: eelf64ppc_fbsd.c:1462 +#: eelf64lppc.c:1463 eelf64lppc_fbsd.c:1463 eelf64ppc.c:1463 +#: eelf64ppc_fbsd.c:1463 #, c-format msgid " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr " --tls-get-addr-optimize примуÑово викориÑтовувати оÑобливий виклик __tls_get_addr\n" -#: eelf64lppc.c:1468 eelf64lppc_fbsd.c:1468 eelf64ppc.c:1468 -#: eelf64ppc_fbsd.c:1468 +#: eelf64lppc.c:1469 eelf64lppc_fbsd.c:1469 eelf64ppc.c:1469 +#: eelf64ppc_fbsd.c:1469 #, c-format msgid " --tls-get-addr-regsave Force register save __tls_get_addr stub\n" msgstr " --tls-get-addr-regsave примуÑово викориÑтовувати Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñƒ регіÑтрах фіктивної __tls_get_addr\n" -#: eelf64lppc.c:1471 eelf64lppc_fbsd.c:1471 eelf64ppc.c:1471 -#: eelf64ppc_fbsd.c:1471 +#: eelf64lppc.c:1472 eelf64lppc_fbsd.c:1472 eelf64ppc.c:1472 +#: eelf64ppc_fbsd.c:1472 #, c-format msgid " --no-tls-get-addr-regsave Don't use register save __tls_get_addr stub\n" msgstr " --no-tls-get-addr-regsave не викориÑтовувати Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñƒ регіÑтрах фіктивної __tls_get_addr\n" -#: eelf64lppc.c:1474 eelf64lppc_fbsd.c:1474 eelf64ppc.c:1474 -#: eelf64ppc_fbsd.c:1474 +#: eelf64lppc.c:1475 eelf64lppc_fbsd.c:1475 eelf64ppc.c:1475 +#: eelf64ppc_fbsd.c:1475 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr " --no-opd-optimize не оптимізувати розділ OPD\n" -#: eelf64lppc.c:1480 eelf64lppc_fbsd.c:1480 eelf64ppc.c:1480 -#: eelf64ppc_fbsd.c:1480 +#: eelf64lppc.c:1481 eelf64lppc_fbsd.c:1481 eelf64ppc.c:1481 +#: eelf64ppc_fbsd.c:1481 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr " --no-toc-optimize не оптимізувати розділ TOC\n" -#: eelf64lppc.c:1483 eelf64lppc_fbsd.c:1483 eelf64ppc.c:1483 -#: eelf64ppc_fbsd.c:1483 +#: eelf64lppc.c:1484 eelf64lppc_fbsd.c:1484 eelf64ppc.c:1484 +#: eelf64ppc_fbsd.c:1484 #, c-format msgid " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr " --no-multi-toc заборонити автоматичне ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð´ÐµÐºÑ–Ð»ÑŒÐºÐ¾Ñ… розділів toc\n" -#: eelf64lppc.c:1486 eelf64lppc_fbsd.c:1486 eelf64ppc.c:1486 -#: eelf64ppc_fbsd.c:1486 +#: eelf64lppc.c:1487 eelf64lppc_fbsd.c:1487 eelf64ppc.c:1487 +#: eelf64ppc_fbsd.c:1487 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr " --no-toc-sort не упорÑдковувати розділи TOC Ñ– GOT\n" -#: eelf64lppc.c:1489 eelf64lppc_fbsd.c:1489 eelf64ppc.c:1489 -#: eelf64ppc_fbsd.c:1489 +#: eelf64lppc.c:1490 eelf64lppc_fbsd.c:1490 eelf64ppc.c:1490 +#: eelf64ppc_fbsd.c:1490 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" @@ -6835,12 +6876,12 @@ msgstr "" " --non-overlapping-opd перетворити .opd на канонічну форму так,\n" " щоб не було перекриттів запиÑів .opd\n" -#: eelf64lppc_fbsd.c:1403 eelf64ppc_fbsd.c:1403 +#: eelf64lppc_fbsd.c:1404 eelf64ppc_fbsd.c:1404 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr " --plt-static-chain заглушки викликів PLT мають завантажувати r11\n" -#: eelf64lppc_fbsd.c:1406 eelf64ppc_fbsd.c:1406 +#: eelf64lppc_fbsd.c:1407 eelf64ppc_fbsd.c:1407 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" msgstr " --no-plt-static-chain заглушки викликів PLT не мають завантажувати r11 (типово)\n" @@ -6853,34 +6894,33 @@ msgstr "%X%P: внутрішні проблеми із налаштовуванРmsgid "%X%P: too many global registers: %u, max 223\n" msgstr "%X%P: забагато загальних регіÑтрів: %u, макÑимум — 223\n" -#. This is a fatal error; make einfo call not return. -#: eelf64mmix.c:146 emmo.c:146 -msgid "%F%P: can't finalize linker-allocated global registers\n" -msgstr "%F%P: не вдалоÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ñ‚Ð¸ обробку розподілених компонувальником загальних регіÑтрів\n" +#: eelf64mmix.c:144 emmo.c:144 +msgid "%P: can't finalize linker-allocated global registers\n" +msgstr "%P: не вдалоÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ñ‚Ð¸ обробку розподілених компонувальником загальних регіÑтрів\n" -#: eelf_x86_64.c:8687 eelf_x86_64_cloudabi.c:685 eelf_x86_64_fbsd.c:685 -#: eelf_x86_64_haiku.c:685 eelf_x86_64_sol2.c:817 -msgid "%F%P: invalid option for -z lam-u48-report=: %s\n" -msgstr "%F%P: некоректний параметр Ð´Ð»Ñ -z lam-u48-report=: %s\n" +#: eelf_x86_64.c:8719 eelf_x86_64_cloudabi.c:717 eelf_x86_64_fbsd.c:717 +#: eelf_x86_64_haiku.c:717 eelf_x86_64_sol2.c:849 +msgid "%P: invalid option for -z lam-u48-report=: %s\n" +msgstr "%P: некоректний параметр Ð´Ð»Ñ -z lam-u48-report=: %s\n" -#: eelf_x86_64.c:8701 eelf_x86_64_cloudabi.c:699 eelf_x86_64_fbsd.c:699 -#: eelf_x86_64_haiku.c:699 eelf_x86_64_sol2.c:831 -msgid "%F%P: invalid option for -z lam-u57-report=: %s\n" -msgstr "%F%P: некоректний параметр Ð´Ð»Ñ -z lam-u57-report=: %s\n" +#: eelf_x86_64.c:8733 eelf_x86_64_cloudabi.c:731 eelf_x86_64_fbsd.c:731 +#: eelf_x86_64_haiku.c:731 eelf_x86_64_sol2.c:863 +msgid "%P: invalid option for -z lam-u57-report=: %s\n" +msgstr "%P: некоректний параметр Ð´Ð»Ñ -z lam-u57-report=: %s\n" -#: eelf_x86_64.c:8722 eelf_x86_64_cloudabi.c:720 eelf_x86_64_fbsd.c:720 -#: eelf_x86_64_haiku.c:720 eelf_x86_64_sol2.c:852 -msgid "%F%P: invalid option for -z lam-report=: %s\n" -msgstr "%F%P: некоректний параметр Ð´Ð»Ñ -z lam-report=: %s\n" +#: eelf_x86_64.c:8754 eelf_x86_64_cloudabi.c:752 eelf_x86_64_fbsd.c:752 +#: eelf_x86_64_haiku.c:752 eelf_x86_64_sol2.c:884 +msgid "%P: invalid option for -z lam-report=: %s\n" +msgstr "%P: некоректний параметр Ð´Ð»Ñ -z lam-report=: %s\n" -#: eelf_x86_64.c:8806 eelf_x86_64_cloudabi.c:804 eelf_x86_64_fbsd.c:804 -#: eelf_x86_64_haiku.c:804 eelf_x86_64_sol2.c:936 +#: eelf_x86_64.c:8838 eelf_x86_64_cloudabi.c:836 eelf_x86_64_fbsd.c:836 +#: eelf_x86_64_haiku.c:836 eelf_x86_64_sol2.c:968 #, c-format msgid " -z lam-u48 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" msgstr " -z lam-u48 Ñтворити GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" -#: eelf_x86_64.c:8808 eelf_x86_64_cloudabi.c:806 eelf_x86_64_fbsd.c:806 -#: eelf_x86_64_haiku.c:806 eelf_x86_64_sol2.c:938 +#: eelf_x86_64.c:8840 eelf_x86_64_cloudabi.c:838 eelf_x86_64_fbsd.c:838 +#: eelf_x86_64_haiku.c:838 eelf_x86_64_sol2.c:970 #, c-format msgid "" " -z lam-u48-report=[none|warning|error] (default: none)\n" @@ -6889,14 +6929,14 @@ msgstr "" " -z lam-u48-report=[none|warning|error] (типове значеннÑ: none)\n" " ПовідомлÑти про пропущену влаÑтивіÑть LAM_U48\n" -#: eelf_x86_64.c:8811 eelf_x86_64_cloudabi.c:809 eelf_x86_64_fbsd.c:809 -#: eelf_x86_64_haiku.c:809 eelf_x86_64_sol2.c:941 +#: eelf_x86_64.c:8843 eelf_x86_64_cloudabi.c:841 eelf_x86_64_fbsd.c:841 +#: eelf_x86_64_haiku.c:841 eelf_x86_64_sol2.c:973 #, c-format msgid " -z lam-u57 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" msgstr " -z lam-u57 Ñтворити GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" -#: eelf_x86_64.c:8813 eelf_x86_64_cloudabi.c:811 eelf_x86_64_fbsd.c:811 -#: eelf_x86_64_haiku.c:811 eelf_x86_64_sol2.c:943 +#: eelf_x86_64.c:8845 eelf_x86_64_cloudabi.c:843 eelf_x86_64_fbsd.c:843 +#: eelf_x86_64_haiku.c:843 eelf_x86_64_sol2.c:975 #, c-format msgid "" " -z lam-u57-report=[none|warning|error] (default: none)\n" @@ -6905,8 +6945,8 @@ msgstr "" " -z lam-u57-report=[none|warning|error] (типове значеннÑ: none)\n" " ПовідомлÑти про пропущену влаÑтивіÑть LAM_U57\n" -#: eelf_x86_64.c:8816 eelf_x86_64_cloudabi.c:814 eelf_x86_64_fbsd.c:814 -#: eelf_x86_64_haiku.c:814 eelf_x86_64_sol2.c:946 +#: eelf_x86_64.c:8848 eelf_x86_64_cloudabi.c:846 eelf_x86_64_fbsd.c:846 +#: eelf_x86_64_haiku.c:846 eelf_x86_64_sol2.c:978 #, c-format msgid "" " -z lam-report=[none|warning|error] (default: none)\n" @@ -6928,21 +6968,21 @@ msgstr "" " --multi-subspace Ñтворити заглушки Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ñ€Ð¸Ð¼ÐºÐ¸\n" " Ñпільних бібліотек із декількома підпроÑторами\n" -#: ei386beos.c:359 -msgid "%F%P: PE operations on non PE file\n" -msgstr "%F%P: дії PE Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð°, Ñкий не Ñ” PE-файлом\n" +#: ei386beos.c:354 +msgid "%P: PE operations on non PE file\n" +msgstr "%P: дії PE Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð°, Ñкий не Ñ” PE-файлом\n" -#: ei386beos.c:409 ei386beos.c:414 -msgid "%F%P: %pB: can't read contents of section .idata: %E\n" -msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .idata: %E\n" +#: ei386beos.c:403 ei386beos.c:408 +msgid "%P: %pB: can't read contents of section .idata: %E\n" +msgstr "%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .idata: %E\n" -#: ei386beos.c:646 -msgid "%F%P: section %s has '$' as first character\n" -msgstr "%F%P: розділ %s має першим Ñимволом «$»\n" +#: ei386beos.c:640 +msgid "%P: section %s has '$' as first character\n" +msgstr "%P: розділ %s має першим Ñимволом «$»\n" -#: ei386beos.c:676 -msgid "%F%P: *(%s$) missing from linker script\n" -msgstr "%F%P: *(%s$) пропущено у Ñкрипті компонуваннÑ\n" +#: ei386beos.c:670 +msgid "%P: *(%s$) missing from linker script\n" +msgstr "%P: *(%s$) пропущено у Ñкрипті компонуваннÑ\n" #: em68hc11elf.c:144 em68hc11elfb.c:144 em68hc12elf.c:144 em68hc12elfb.c:144 msgid "%P: warning: the size of the 'window' memory region is not a power of 2; its size %d is truncated to %d\n" @@ -6971,8 +7011,8 @@ msgstr "" " ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–ÐºÐ½Ð° банку пам'Ñті\n" #: em68kelf.c:92 em68kelfnbsd.c:92 -msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" -msgstr "%F%P: %pB: уÑÑ– вхідні об'єкти Ð´Ð»Ñ --embedded-relocs мають бути об'єктами ELF\n" +msgid "%P: %pB: all input objects must be ELF for --embedded-relocs\n" +msgstr "%P: %pB: уÑÑ– вхідні об'єкти Ð´Ð»Ñ --embedded-relocs мають бути об'єктами ELF\n" #: em68kelf.c:701 em68kelfnbsd.c:701 msgid "%P: unrecognized --got argument '%s'\n" @@ -6983,7 +7023,7 @@ msgstr "%P: нерозпізнаний аргумент --got, «%s»\n" msgid " --got=<type> Specify GOT handling scheme\n" msgstr " --got=<тип> вказати Ñхему обробки GOT\n" -#: emmo.c:333 +#: emmo.c:330 msgid "%X%P: internal problems scanning %pB after opening it" msgstr "%X%P: внутрішні проблеми під Ñ‡Ð°Ñ ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ %pB піÑÐ»Ñ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ñ‚Ñ" @@ -7049,8 +7089,8 @@ msgstr "%P: помилка: нерозпізнаний аргумент пара #. Incompatible objects. #: ends32belf.c:129 ends32belf16m.c:129 ends32belf_linux.c:129 ends32elf.c:129 #: ends32elf16m.c:129 ends32elf_linux.c:129 -msgid "%F%P: %pB: ABI version of object files mismatched\n" -msgstr "%F%P: %pB: невідповідніÑть верÑій ABI об'єктних файлів\n" +msgid "%P: %pB: ABI version of object files mismatched\n" +msgstr "%P: %pB: невідповідніÑть верÑій ABI об'єктних файлів\n" #: ends32belf.c:450 ends32belf16m.c:450 ends32belf_linux.c:583 ends32elf.c:450 #: ends32elf16m.c:450 ends32elf_linux.c:583 @@ -7123,9 +7163,23 @@ msgstr " --no-omagic еквівалент --nmagic\n" msgid " --format 0|1|2 Specify which COFF version to use\n" msgstr " --format 0|1|2 вказати, Ñку верÑÑ–ÑŽ COFF Ñлід викориÑтати\n" -#: etic3xcoff.c:92 etic3xcoff_onchip.c:92 etic4xcoff.c:92 etic54xcoff.c:92 -msgid "%F%P: invalid COFF format version %s\n" -msgstr "%F%P: некоректна верÑÑ–Ñ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚Ñƒ COFF, %s\n" +#: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91 +msgid "%P: invalid COFF format version %s\n" +msgstr "%P: некоректна верÑÑ–Ñ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚Ñƒ COFF, %s\n" + +#~ msgid "%F%P: %pB: bfd_stat failed: %E\n" +#~ msgstr "%F%P: %pB: помилка bfd_stat: %E\n" + +#~ msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" +#~ msgstr "%F%P: %pB: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ вміÑÑ‚ розділу .gnu.warning: %E\n" + +#, c-format +#~ msgid "" +#~ " --taso Load executable in the lower 31-bit addressable\n" +#~ " virtual address range\n" +#~ msgstr "" +#~ " --taso завантажити виконуваний файл у нижній діапазон\n" +#~ " 31-бітових віртуальних адреÑ\n" #~ msgid "%P%F: cannot create name for linker map file: %E\n" #~ msgstr "%P%F: не вдалоÑÑ Ñтворити назву Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° карти компонуваннÑ: %E\n" diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc index 8479ec3..a902385 100644 --- a/ld/scripttempl/avr.sc +++ b/ld/scripttempl/avr.sc @@ -186,14 +186,21 @@ SECTIONS /* Internal text space or external memory. */ .text ${RELOCATING-0} : { - ${RELOCATING+*(.vectors) +EOF +test -z "${RELOCATING}" || cat <<EOF + *(.vectors) KEEP(*(.vectors)) - /* For data that needs to reside in the lower 64k of progmem. */ - *(.progmem.gcc*) + /* For data that needs to reside in the lower 64k of progmem. + For data accessed with ELPM use .progmemx.* instead + so that no lower 64k .progmem addresses are wasted. */ + __progmem_start = . ; + *(.progmem) + *(.progmem.*) + __progmem_end = . ; + ASSERT (__progmem_start == __progmem_end || __progmem_end <= 0x10000, + ".progmem section exceeds 0x10000"); - /* PR 13812: Placing the trampolines here gives a better chance - that they will be in range of the code that uses them. */ . = ALIGN(2); __trampolines_start = . ; /* The jump trampolines for the 16-bit limited relocs will reside here. */ @@ -201,18 +208,13 @@ SECTIONS *(.trampolines*) __trampolines_end = . ; - /* avr-libc expects these data to reside in lower 64K. */ - *libprintf_flt.a:*(.progmem.data) - *libc.a:*(.progmem.data) - - *(.progmem.*) - . = ALIGN(2); /* For code that needs to reside in the lower 128k progmem. */ *(.lowtext) - *(.lowtext*)} - + *(.lowtext*) +EOF +cat <<EOF ${CONSTRUCTING+ __ctors_start = . ; } ${CONSTRUCTING+ *(.ctors) } ${CONSTRUCTING+ __ctors_end = . ; } @@ -273,6 +275,7 @@ SECTIONS *(.hightext) *(.hightext*) + *(.progmemx) *(.progmemx.*) . = ALIGN(2); @@ -365,21 +368,20 @@ EOF fi if test -n "${HAVE_FLMAP}"; then - cat <<EOF - -${RELOCATING+ +test -z "${RELOCATING}" || cat <<EOF __flmap_init_label = DEFINED(__flmap_init_start) ? __flmap_init_start : 0 ; /* User can specify position of .rodata in flash (LMA) by supplying __RODATA_FLASH_START__ or __flmap, where the former takes precedence. */ __RODATA_FLASH_START__ = DEFINED(__RODATA_FLASH_START__) ? __RODATA_FLASH_START__ : DEFINED(__flmap) ? __flmap * 32K : ${RODATA_FLASH_START}; -ASSERT (__RODATA_FLASH_START__ % 32K == 0, \"__RODATA_FLASH_START__ must be a multiple of 32 KiB\") +ASSERT (__RODATA_FLASH_START__ % 32K == 0, "__RODATA_FLASH_START__ must be a multiple of 32 KiB") __flmap = ${FLMAP_MASK} & (__RODATA_FLASH_START__ >> 15); __RODATA_FLASH_START__ = __flmap << 15; __rodata_load_start = MAX (__data_load_end, __RODATA_FLASH_START__); -__rodata_start = __RODATA_ORIGIN__ + __rodata_load_start - __RODATA_FLASH_START__;} - +__rodata_start = __RODATA_ORIGIN__ + __rodata_load_start - __RODATA_FLASH_START__; +EOF +cat << EOF .rodata ${RELOCATING+ __rodata_start} ${RELOCATING-0} : ${RELOCATING+ AT (__rodata_load_start)} { *(.rodata) diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 96a4751..8fb98b2 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -14,7 +14,7 @@ fi # substitution, so we do this instead. # Sorting of the .foo$* sections is required by the definition of # grouped sections in PE. -# Sorting of the file names in R_IDATA is required by the +# Sorting of the file names in R_IDATA and R_DIDAT is required by the # current implementation of dlltool (this could probably be changed to # use grouped sections instead). if test "${RELOCATING}"; then @@ -39,6 +39,18 @@ if test "${RELOCATING}"; then R_IDATA67=' KEEP (SORT(*)(.idata$6)) KEEP (SORT(*)(.idata$7))' + R_DIDAT234=' + __DELAY_IMPORT_DIRECTORY_start__ = .; + KEEP (SORT(*)(.didat$2)) + KEEP (SORT(*)(.didat$3)) + __DELAY_IMPORT_DIRECTORY_end__ = .; + /* These zeroes mark the end of the import list. */ + . += (__DELAY_IMPORT_DIRECTORY_end__ - __DELAY_IMPORT_DIRECTORY_start__) ? 8*4 : 0; + KEEP (SORT(*)(.didat$4))' + R_DIDAT5='KEEP (SORT(*)(.didat$5))' + R_DIDAT67=' + KEEP (SORT(*)(.didat$6)) + KEEP (SORT(*)(.didat$7))' R_CRT_XC='KEEP (*(SORT(.CRT$XC*))) /* C initialization */' R_CRT_XI='KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */' R_CRT_XL='KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */' @@ -61,6 +73,9 @@ else R_IDATA234= R_IDATA5= R_IDATA67= + R_DIDAT234= + R_DIDAT5= + R_DIDAT67= R_CRT_XC= R_CRT_XI= R_CRT_XL= @@ -131,6 +146,11 @@ SECTIONS ${RELOCATING+__rt_psrelocs_start = .;} ${RELOCATING+KEEP(*(.rdata_runtime_pseudo_reloc))} ${RELOCATING+__rt_psrelocs_end = .;} + /* read-only parts of .didat */ + /* This cannot currently be handled with grouped sections. + See pe.em:sort_sections. */ + ${R_DIDAT234} + ${R_DIDAT67} /* .ctors & .dtors */ ${CONSTRUCTING+ @@ -244,6 +264,13 @@ SECTIONS ${R_IDATA67} } + .didat ${RELOCATING+BLOCK(__section_alignment__)} : + { + /* This cannot currently be handled with grouped sections. + See pe.em:sort_sections. */ + ${R_DIDAT5} + } + /* Windows TLS expects .tls\$AAA to be at the start and .tls\$ZZZ to be at the end of section. This is important because _tls_start MUST be at the beginning of the section to enable SECREL32 relocations with TLS diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index e2c6c2c..841ee35 100644 --- a/ld/scripttempl/pep.sc +++ b/ld/scripttempl/pep.sc @@ -14,7 +14,7 @@ fi # substitution, so we do this instead. # Sorting of the .foo$* sections is required by the definition of # grouped sections in PE. -# Sorting of the file names in R_IDATA is required by the +# Sorting of the file names in R_IDATA and R_DIDAT is required by the # current implementation of dlltool (this could probably be changed to # use grouped sections instead). if test "${RELOCATING}"; then @@ -40,6 +40,19 @@ if test "${RELOCATING}"; then R_IDATA67=' KEEP (SORT(*)(.idata$6)) KEEP (SORT(*)(.idata$7))' + R_DIDAT234=' + __DELAY_IMPORT_DIRECTORY_start__ = .; + KEEP (SORT(*)(.didat$2)) + KEEP (SORT(*)(.didat$3)) + __DELAY_IMPORT_DIRECTORY_end__ = .; + /* These zeroes mark the end of the import list. */ + . += (__DELAY_IMPORT_DIRECTORY_end__ - __DELAY_IMPORT_DIRECTORY_start__) ? 8*4 : 0; + . = ALIGN(8); + KEEP (SORT(*)(.didat$4))' + R_DIDAT5='SORT(*)(.didat$5)' + R_DIDAT67=' + KEEP (SORT(*)(.didat$6)) + KEEP (SORT(*)(.didat$7))' R_CRT_XC='KEEP (*(SORT(.CRT$XC*))) /* C initialization */' R_CRT_XI='KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */' R_CRT_XL='KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */' @@ -62,6 +75,9 @@ else R_IDATA234= R_IDATA5= R_IDATA67= + R_DIDAT234= + R_DIDAT5= + R_DIDAT67= R_CRT_XC= R_CRT_XI= R_CRT_XL= @@ -132,6 +148,12 @@ SECTIONS ${RELOCATING+__rt_psrelocs_start = .;} ${RELOCATING+KEEP(*(.rdata_runtime_pseudo_reloc))} ${RELOCATING+__rt_psrelocs_end = .;} + /* read-only parts of .didat */ + /* This cannot currently be handled with grouped sections. + See pe.em:sort_sections. */ + ${RELOCATING+. = ALIGN(8);} + ${R_DIDAT234} + ${R_DIDAT67} /* .ctors & .dtors */ ${CONSTRUCTING+. = ALIGN(8);} @@ -251,6 +273,13 @@ SECTIONS ${R_IDATA67} } + .didat ${RELOCATING+BLOCK(__section_alignment__)} : + { + /* This cannot currently be handled with grouped sections. + See pep.em:sort_sections. */ + ${R_DIDAT5} + } + /* Windows TLS expects .tls\$AAA to be at the start and .tls\$ZZZ to be at the end of the .tls section. This is important because _tls_start MUST be at the beginning of the section to enable SECREL32 relocations with TLS diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp index 66721ff..1d69681 100644 --- a/ld/testsuite/config/default.exp +++ b/ld/testsuite/config/default.exp @@ -538,10 +538,11 @@ if { [check_compiler_available] } { } } -if {[file exists .libs/libdep.so]} { - set dep_plug_opt "--plugin .libs/libdep.so" -} elseif {[file exists .libs/libdep.dll]} { - set dep_plug_opt "--plugin .libs/libdep.dll" -} else { - set dep_plug_opt "" +set dep_plug_opt "" +if [check_plugin_api_available] { + if {[file exists .libs/libdep.so]} { + set dep_plug_opt "--plugin .libs/libdep.so" + } elseif {[file exists .libs/libdep.dll]} { + set dep_plug_opt "--plugin .libs/libdep.dll" + } } diff --git a/ld/testsuite/ld-aarch64/aarch64-elf.exp b/ld/testsuite/ld-aarch64/aarch64-elf.exp index 4de498f..8d56beb 100644 --- a/ld/testsuite/ld-aarch64/aarch64-elf.exp +++ b/ld/testsuite/ld-aarch64/aarch64-elf.exp @@ -376,6 +376,10 @@ run_dump_test_lp64 "variant_pcs-r" run_dump_test_lp64 "variant_pcs-shared" run_dump_test_lp64 "variant_pcs-now" +run_dump_test_lp64 "mte-tagged-frame" +run_dump_test_lp64 "dt-memtag-mode" +run_dump_test_lp64 "dt-memtag-stack" + set aarch64elflinktests { {"ld-aarch64/so with global symbol" "-shared" "" "" {copy-reloc-so.s} {} "copy-reloc-so.so"} diff --git a/ld/testsuite/ld-aarch64/aarch64.ld b/ld/testsuite/ld-aarch64/aarch64.ld index 75ee3b5..765ddf5 100644 --- a/ld/testsuite/ld-aarch64/aarch64.ld +++ b/ld/testsuite/ld-aarch64/aarch64.ld @@ -3,17 +3,23 @@ OUTPUT_ARCH(aarch64) ENTRY(_start) SECTIONS { - /* Read-only sections, merged into text segment: */ - PROVIDE (__executable_start = 0x8000); . = 0x8000; - .text : + PROVIDE (__executable_start = 0x8000); + . = SEGMENT_START("text-segment", 0x8000) + SIZEOF_HEADERS; + /* Start of the executable code region. */ + . = 0x9000; + .plt : ALIGN(16) { *(.plt) *(.iplt) } + . = 0x10000; + .text : { *(.before) *(.text) *(.after) } =0 - . = 0x9000; - .got : { *(.got) *(.got.plt)} . = 0x12340000; - .far : { *(.far) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + .far : { *(.far) } + /* Start of the Read Write Data region. */ + . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); + .got : { *(.got) *(.got.plt)} + /* Start of the metadata region. */ + .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) } } diff --git a/ld/testsuite/ld-aarch64/dt-memtag-mode.d b/ld/testsuite/ld-aarch64/dt-memtag-mode.d new file mode 100644 index 0000000..21670bc --- /dev/null +++ b/ld/testsuite/ld-aarch64/dt-memtag-mode.d @@ -0,0 +1,7 @@ +#source: dt-memtag.s +#ld: -shared -z memtag-mode=async +#readelf: -d + +#... + 0x0000000070000009 \(AARCH64_MEMTAG_MODE\) 0x1 +#... diff --git a/ld/testsuite/ld-aarch64/dt-memtag-stack.d b/ld/testsuite/ld-aarch64/dt-memtag-stack.d new file mode 100644 index 0000000..242f61f --- /dev/null +++ b/ld/testsuite/ld-aarch64/dt-memtag-stack.d @@ -0,0 +1,7 @@ +#source: dt-memtag.s +#ld: -shared -z memtag-stack +#readelf: -d + +#... + 0x000000007000000c \(AARCH64_MEMTAG_STACK\) 0x1 +#... diff --git a/ld/testsuite/ld-aarch64/dt-memtag.s b/ld/testsuite/ld-aarch64/dt-memtag.s new file mode 100644 index 0000000..51f3ba5 --- /dev/null +++ b/ld/testsuite/ld-aarch64/dt-memtag.s @@ -0,0 +1,7 @@ +// Test DT_AARCH64_MEMTAG_MODE. + +.text +.p2align 3 +.global foo +foo: +.xword foo diff --git a/ld/testsuite/ld-aarch64/gc-got-relocs.d b/ld/testsuite/ld-aarch64/gc-got-relocs.d index 6525d10..a1821c3 100644 --- a/ld/testsuite/ld-aarch64/gc-got-relocs.d +++ b/ld/testsuite/ld-aarch64/gc-got-relocs.d @@ -12,15 +12,14 @@ .*: file format elf64-(little|big)aarch64 SYMBOL TABLE: -0+8000 l d \.text 0+ \.text -0+0000 l df \*ABS\* 0+ .* -0+8000 g \.text 0+ _start +0+10000 l d \.text 0+ \.text +0+00000 l df \*ABS\* 0+ .* +0+10000 g \.text 0+ _start Contents of section .text: - 8000 1f2003d5 .* + 10000 1f2003d5 .* -Disassembly of section .text: - -0+8000 \<_start>: - 8000: d503201f nop +Disassembly of section \.text: +0+10000 \<_start>: + 10000: d503201f nop diff --git a/ld/testsuite/ld-aarch64/gc-plt-relocs.d b/ld/testsuite/ld-aarch64/gc-plt-relocs.d index 5c9b5fe..ac455f8 100644 --- a/ld/testsuite/ld-aarch64/gc-plt-relocs.d +++ b/ld/testsuite/ld-aarch64/gc-plt-relocs.d @@ -13,36 +13,36 @@ .*: file format elf64-(little|big)aarch64 DYNAMIC SYMBOL TABLE: -0+8000 g DF \.text 0+4 _start -0+0000 D \*UND\* 0+ foo -0+8008 g DF \.text 0+ bar +0+10000 g DF \.text 0+4 _start +0+00000 D \*UND\* 0+ foo +0+10008 g DF \.text 0+ bar + +Disassembly of section \.plt: + +0+9000 \<\.plt\>: + 9000: a9bf7bf0 stp x16, x30, \[sp, #-16\]! + 9004: f00919b0 adrp x16, 12340000 \<_GLOBAL_OFFSET_TABLE_\> + 9008: f9400e11 ldr x17, \[x16, #24\] + 900c: 91006210 add x16, x16, #0x18 + 9010: d61f0220 br x17 + 9014: d503201f nop + 9018: d503201f nop + 901c: d503201f nop + 9020: f00919b0 adrp x16, 12340000 \<_GLOBAL_OFFSET_TABLE_\> + 9024: f9401211 ldr x17, \[x16, #32\] + 9028: 91008210 add x16, x16, #0x20 + 902c: d61f0220 br x17 Disassembly of section .text: -0+8000 \<_start\>: - 8000: 9400000c bl 8030 \<.*> - -0+8004 \<hidfn\>: - 8004: 8a000000 and x0, x0, x0 - -0+8008 \<bar\>: - 8008: 14000001 b 800c \<foo\> - -0+800c \<foo\>: - 800c: 97fffffe bl 8004 \<hidfn\> - -Disassembly of section .plt: - -0+8010 \<\.plt\>: - 8010: a9bf7bf0 stp x16, x30, \[sp, #-16\]! - 8014: b0000010 adrp x16, 9000 .* - 8018: f9400e11 ldr x17, \[x16, #24\] - 801c: 91006210 add x16, x16, #0x18 - 8020: d61f0220 br x17 - 8024: d503201f nop - 8028: d503201f nop - 802c: d503201f nop - 8030: b0000010 adrp x16, 9000 .* - 8034: f9401211 ldr x17, \[x16, #32\] - 8038: 91008210 add x16, x16, #0x20 - 803c: d61f0220 br x17 +0+10000 \<_start\>: + 10000: 97ffe408 bl 9020 \<\.plt\+0x20> + +0+10004 \<hidfn\>: + 10004: 8a000000 and x0, x0, x0 + +0+10008 \<bar\>: + 10008: 14000001 b 1000c \<foo\> + +0+1000c \<foo\>: + 1000c: 97fffffe bl 10004 \<hidfn\> diff --git a/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d b/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d index 56fcfa4..2e5e4c6 100644 --- a/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d +++ b/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d @@ -13,5 +13,5 @@ Disassembly of section .text: -0+8000 \<_start\>: - 8000: d503201f nop +0+10000 \<_start\>: + 10000: d503201f nop diff --git a/ld/testsuite/ld-aarch64/gc-relocs-257.d b/ld/testsuite/ld-aarch64/gc-relocs-257.d index ffa7571..022b407 100644 --- a/ld/testsuite/ld-aarch64/gc-relocs-257.d +++ b/ld/testsuite/ld-aarch64/gc-relocs-257.d @@ -12,5 +12,5 @@ Disassembly of section .text: -0+8000 \<_start\>: - 8000: d503201f nop +0+10000 \<_start\>: + 10000: d503201f nop diff --git a/ld/testsuite/ld-aarch64/gc-tls-relocs.d b/ld/testsuite/ld-aarch64/gc-tls-relocs.d index 38637dc..2f2210c 100644 --- a/ld/testsuite/ld-aarch64/gc-tls-relocs.d +++ b/ld/testsuite/ld-aarch64/gc-tls-relocs.d @@ -13,15 +13,15 @@ .*: file format elf64-(little|big)aarch64 SYMBOL TABLE: -0+8000 l d \.text 0+ \.text -0+0000 l df \*ABS\* 0+ .* -0+8000 g \.text 0+ _start +0+10000 l d \.text 0+ \.text +0+00000 l df \*ABS\* 0+ .* +0+10000 g \.text 0+ _start Contents of section .text: - 8000 1f2003d5 .* + 10000 1f2003d5 .* -Disassembly of section .text: +Disassembly of section \.text: -0+8000 \<_start>: - 8000: d503201f nop +0+10000 \<_start>: + 10000: d503201f nop diff --git a/ld/testsuite/ld-aarch64/mte-tagged-frame-bar.s b/ld/testsuite/ld-aarch64/mte-tagged-frame-bar.s new file mode 100644 index 0000000..0bd5619 --- /dev/null +++ b/ld/testsuite/ld-aarch64/mte-tagged-frame-bar.s @@ -0,0 +1,17 @@ + .text + .global bar + .type bar, %function +bar: + .cfi_startproc + .cfi_mte_tagged_frame + stp x19, x20, [sp, -144]! + .cfi_def_cfa_offset 144 + .cfi_offset 19, -144 + .cfi_offset 20, -136 + ldp x19, x20, [sp], 144 + .cfi_restore 20 + .cfi_restore 19 + .cfi_def_cfa_offset 0 + ret + .cfi_endproc + .size bar, .-bar diff --git a/ld/testsuite/ld-aarch64/mte-tagged-frame-foo.s b/ld/testsuite/ld-aarch64/mte-tagged-frame-foo.s new file mode 100644 index 0000000..af5a8c4 --- /dev/null +++ b/ld/testsuite/ld-aarch64/mte-tagged-frame-foo.s @@ -0,0 +1,16 @@ + .text + .global foo + .type foo, %function +foo: + .cfi_startproc + stp x19, x20, [sp, -32]! + .cfi_def_cfa_offset 32 + .cfi_offset 19, -32 + .cfi_offset 20, -16 + ldp x19, x20, [sp], 32 + .cfi_restore 20 + .cfi_restore 19 + .cfi_def_cfa_offset 0 + ret + .cfi_endproc + .size foo, .-foo diff --git a/ld/testsuite/ld-aarch64/mte-tagged-frame.d b/ld/testsuite/ld-aarch64/mte-tagged-frame.d new file mode 100644 index 0000000..dd667fe --- /dev/null +++ b/ld/testsuite/ld-aarch64/mte-tagged-frame.d @@ -0,0 +1,35 @@ +#source: mte-tagged-frame-foo.s +#source: mte-tagged-frame-bar.s +#ld: -shared +#objdump: -Wf +#name: MTE tagged EH Frame FDE + +#... +Contents of the .eh_frame section: + +00000000 0000000000000010 00000000 CIE + Version: 1 + Augmentation: "zR" + Code alignment factor: 4 + Data alignment factor: -8 + Return address column: 30 + Augmentation data: 1b + DW_CFA_def_cfa: r31 \(sp\) ofs 0 + +00000014 0000000000000020 00000018 FDE cie=00000000 pc=[a-f0-9]+\.\.[a-f0-9]+ +#... + +00000038 0000000000000014 00000000 CIE + Version: 1 + Augmentation: "zRG" + Code alignment factor: 4 + Data alignment factor: -8 + Return address column: 30 + Augmentation data: 1b + DW_CFA_def_cfa: r31 \(sp\) ofs 0 + DW_CFA_nop + DW_CFA_nop + DW_CFA_nop + +00000050 000000000000001c 0000001c FDE cie=00000038 pc=[a-f0-9]+\.\.[a-f0-9]+ +#... diff --git a/ld/testsuite/ld-aarch64/protections/bti-and-memory-seal-plt-1-a.d b/ld/testsuite/ld-aarch64/protections/bti-and-memory-seal-plt-1-a.d index f8b1c21..7409525 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-and-memory-seal-plt-1-a.d +++ b/ld/testsuite/ld-aarch64/protections/bti-and-memory-seal-plt-1-a.d @@ -13,7 +13,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -21,25 +21,25 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401a11 ldr x17, \[x16, #48\] .*: 9100c210 add x16, x16, #0x30 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401e11 ldr x17, \[x16, #56\] .*: 9100e210 add x16, x16, #0x38 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-far-1.d b/ld/testsuite/ld-aarch64/protections/bti-far-1.d index 63fbb43..eb295cf 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-far-1.d +++ b/ld/testsuite/ld-aarch64/protections/bti-far-1.d @@ -13,7 +13,7 @@ Disassembly of section \.plt: 0000000000018000 <\.plt>: 18000: d503245f bti c 18004: a9bf7bf0 stp x16, x30, \[sp, #-16\]! - 18008: 900000d0 adrp x16, 30000 <_GLOBAL_OFFSET_TABLE_> + 18008: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> 1800c: f9400e11 ldr x17, \[x16, #24\] 18010: 91006210 add x16, x16, #0x18 18014: d61f0220 br x17 @@ -21,7 +21,7 @@ Disassembly of section \.plt: 1801c: d503201f nop 0000000000018020 <foo@plt>: - 18020: 900000d0 adrp x16, 30000 <_GLOBAL_OFFSET_TABLE_> + 18020: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> 18024: f9401211 ldr x17, \[x16, #32\] 18028: 91008210 add x16, x16, #0x20 1802c: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-far-opt.d b/ld/testsuite/ld-aarch64/protections/bti-far-opt.d index cb293b6..f5038c0 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-far-opt.d +++ b/ld/testsuite/ld-aarch64/protections/bti-far-opt.d @@ -13,7 +13,7 @@ Disassembly of section \.plt: 0000000000018000 <\.plt>: 18000: d503245f bti c 18004: a9bf7bf0 stp x16, x30, \[sp, #-16\]! - 18008: 900000d0 adrp x16, 30000 <_GLOBAL_OFFSET_TABLE_> + 18008: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> 1800c: f9400e11 ldr x17, \[x16, #24\] 18010: 91006210 add x16, x16, #0x18 18014: d61f0220 br x17 @@ -21,7 +21,7 @@ Disassembly of section \.plt: 1801c: d503201f nop 0000000000018020 <foo@plt>: - 18020: 900000d0 adrp x16, 30000 <_GLOBAL_OFFSET_TABLE_> + 18020: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> 18024: f9401211 ldr x17, \[x16, #32\] 18028: 91008210 add x16, x16, #0x20 1802c: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-far.ld b/ld/testsuite/ld-aarch64/protections/bti-far.ld index 214b8cb..1568f18 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-far.ld +++ b/ld/testsuite/ld-aarch64/protections/bti-far.ld @@ -2,14 +2,28 @@ OUTPUT_ARCH(aarch64) ENTRY(_start) SECTIONS { + PROVIDE(__executable_start = 0x8000); + . = SEGMENT_START("text-segment", 0x8000) + SIZEOF_HEADERS; + /* Start of the executable code region. */ + .hash : { *(.hash) } + .gnu.hash : { *(.gnu.hash) } + .dynsym : { *(.dynsym) } + .dynstr : { *(.dynstr) } . = 0x10000; - .rela.plt : { *(.rela.plt) *(.rela.iplt) } + .rela.dyn : { *(.rela.ifunc) } + .rela.plt : { *(.rela.plt) *(.rela.iplt) } . = 0x18000; - .plt : { *(.plt) *(.iplt) } + .plt : { *(.plt) *(.iplt) } . = 0x20000; - .text : { *(.text) } - . = 0x30000; - .got : { *(.got) *(.got.plt) } + .text : { *(.text) } . = 0x12340000; - .far : { *(.far) } + .far : { *(.far) } + /* Start of the Read Only Data region. */ + .note.gnu-property : { *(.note.gnu-property) } + + /* Start of the Read Write Data region. */ + . = ALIGN (CONSTANT (MAXPAGESIZE)); + .got : { *(.got) *(.got.plt) } + /* Start of the metadata region. */ + .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) } } diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-a.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-a.d index 96268d3..4ab1ca8 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-a.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-a.d @@ -11,7 +11,7 @@ Disassembly of section \.plt: [0-9a-f]+ <\.plt>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,13 +20,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-b.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-b.d index 041bf22..ef744e1 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-b.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-1-b.d @@ -16,7 +16,7 @@ Disassembly of section \.plt: [0-9a-f]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -24,13 +24,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-a.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-a.d index f1ae3cd..0e87bcc 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-a.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-a.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9a-f]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,7 +20,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d503219f autia1716 @@ -28,7 +28,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-b.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-b.d index 69ccaab..199585c 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-b.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-2-b.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -21,7 +21,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d503219f autia1716 @@ -29,7 +29,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-a.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-a.d index c0c0bdb..1789a98 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-a.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-a.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9a-f]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,7 +20,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d503219f autia1716 @@ -28,7 +28,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-b.d b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-b.d index 89a08ae..a0643ab 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-b.d +++ b/ld/testsuite/ld-aarch64/protections/bti-pac-plt-3-b.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -21,7 +21,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d503219f autia1716 @@ -29,7 +29,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/protections/bti-plt-1-a.d b/ld/testsuite/ld-aarch64/protections/bti-plt-1-a.d index 2dc3864..89c0abc 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-plt-1-a.d +++ b/ld/testsuite/ld-aarch64/protections/bti-plt-1-a.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,13 +20,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-plt-1-b.d b/ld/testsuite/ld-aarch64/protections/bti-plt-1-b.d index 4b0e424..c889c1c 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-plt-1-b.d +++ b/ld/testsuite/ld-aarch64/protections/bti-plt-1-b.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,13 +20,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-plt-1-c.d b/ld/testsuite/ld-aarch64/protections/bti-plt-1-c.d index 2fd0dea..c200b0c 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-plt-1-c.d +++ b/ld/testsuite/ld-aarch64/protections/bti-plt-1-c.d @@ -13,7 +13,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -21,13 +21,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-plt-3.d b/ld/testsuite/ld-aarch64/protections/bti-plt-3.d index e457bab..48db434 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-plt-3.d +++ b/ld/testsuite/ld-aarch64/protections/bti-plt-3.d @@ -12,7 +12,7 @@ Disassembly of section \.plt: [0-9]+ <\.plt>: .*: d503245f bti c .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -21,7 +21,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 @@ -29,7 +29,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: d503245f bti c -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/bti-plt.ld b/ld/testsuite/ld-aarch64/protections/bti-plt.ld index 8682623..c930fc8 100644 --- a/ld/testsuite/ld-aarch64/protections/bti-plt.ld +++ b/ld/testsuite/ld-aarch64/protections/bti-plt.ld @@ -2,13 +2,26 @@ OUTPUT_ARCH(aarch64) ENTRY(_start) SECTIONS { + PROVIDE(__executable_start = 0x8000); + . = SEGMENT_START("text-segment", 0x8000) + SIZEOF_HEADERS; + /* Start of the executable code region. */ + .hash : { *(.hash) } + .gnu.hash : { *(.gnu.hash) } + .dynsym : { *(.dynsym) } + .dynstr : { *(.dynstr) } . = 0x10000; - .rela.plt : { *(.rela.plt) *(.rela.iplt) } + .rela.dyn : { *(.rela.ifunc) } + .rela.plt : { *(.rela.plt) *(.rela.iplt) } . = 0x18000; - .plt : { *(.plt) *(.iplt) } + .plt : { *(.plt) *(.iplt) } . = 0x20000; - .text : { *(.text) } - . = 0x28000; - .got : { *(.got) *(.got.plt) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + .text : { *(.text) } + /* Start of the Read Only Data region. */ + .note.gnu-property : { *(.note.gnu-property) } + + /* Start of the Read Write Data region. */ + . = ALIGN (CONSTANT (MAXPAGESIZE)); + .got : { *(.got) *(.got.plt) } + /* Start of the metadata region. */ + .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) } } diff --git a/ld/testsuite/ld-aarch64/protections/pac-plt-1-a.d b/ld/testsuite/ld-aarch64/protections/pac-plt-1-a.d index fc10ec7..203cb12 100644 --- a/ld/testsuite/ld-aarch64/protections/pac-plt-1-a.d +++ b/ld/testsuite/ld-aarch64/protections/pac-plt-1-a.d @@ -11,7 +11,7 @@ Disassembly of section \.plt: [0-9]+ <.*>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -20,7 +20,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d503219f autia1716 @@ -28,7 +28,7 @@ Disassembly of section \.plt: .*: d503201f nop [0-9]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/protections/pac-plt-1-b.d b/ld/testsuite/ld-aarch64/protections/pac-plt-1-b.d index 7a0fd59..6592689 100644 --- a/ld/testsuite/ld-aarch64/protections/pac-plt-1-b.d +++ b/ld/testsuite/ld-aarch64/protections/pac-plt-1-b.d @@ -15,7 +15,7 @@ Disassembly of section \.plt: [0-9a-f]+ <\.plt>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9400e11 ldr x17, \[x16, #24\] .*: 91006210 add x16, x16, #0x18 .*: d61f0220 br x17 @@ -24,13 +24,13 @@ Disassembly of section \.plt: .*: d503201f nop [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401211 ldr x17, \[x16, #32\] .*: 91008210 add x16, x16, #0x20 .*: d61f0220 br x17 [0-9a-f]+ <.*>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401611 ldr x17, \[x16, #40\] .*: 9100a210 add x16, x16, #0x28 .*: d61f0220 br x17 diff --git a/ld/testsuite/ld-aarch64/protections/pac-plt-2.d b/ld/testsuite/ld-aarch64/protections/pac-plt-2.d index 1c3d7f4..6795645 100644 --- a/ld/testsuite/ld-aarch64/protections/pac-plt-2.d +++ b/ld/testsuite/ld-aarch64/protections/pac-plt-2.d @@ -9,7 +9,7 @@ Disassembly of section \.plt: .* \<.plt\>: .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]! -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401a11 ldr x17, \[x16, #48\] .*: 9100c210 add x16, x16, #0x30 .*: d61f0220 br x17 @@ -19,7 +19,7 @@ Disassembly of section \.plt: .* \<__tls_get_addr@plt\>: -.*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_> +.*: [[:xdigit:]]{8} adrp x16, [[:xdigit:]]+ <_GLOBAL_OFFSET_TABLE_> .*: f9401e11 ldr x17, \[x16, #56\] .*: 9100e210 add x16, x16, #0x38 .*: d503219f autia1716 diff --git a/ld/testsuite/ld-aarch64/relocs-ilp32.ld b/ld/testsuite/ld-aarch64/relocs-ilp32.ld index 4ddba91..3958ad8 100644 --- a/ld/testsuite/ld-aarch64/relocs-ilp32.ld +++ b/ld/testsuite/ld-aarch64/relocs-ilp32.ld @@ -15,7 +15,7 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } /* Providing a .data section triggers a non-executable segment to be generated, which gives somewhere else for the linker to put the TLS segment without creating a RWX permissioned one. */ diff --git a/ld/testsuite/ld-aarch64/relocs.ld b/ld/testsuite/ld-aarch64/relocs.ld index 77adac8..b0e75e0 100644 --- a/ld/testsuite/ld-aarch64/relocs.ld +++ b/ld/testsuite/ld-aarch64/relocs.ld @@ -15,7 +15,7 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } /* Providing a .data section triggers a non-executable segment to be generated, which gives somewhere else for the linker to put the TLS segment without creating a RWX permissioned one. */ diff --git a/ld/testsuite/ld-aarch64/sframe-simple-1.d b/ld/testsuite/ld-aarch64/sframe-simple-1.d index 6ab8c2a..1ae73de 100644 --- a/ld/testsuite/ld-aarch64/sframe-simple-1.d +++ b/ld/testsuite/ld-aarch64/sframe-simple-1.d @@ -11,7 +11,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL Num FDEs: 2 Num FREs: 2 diff --git a/ld/testsuite/ld-aarch64/variant_pcs-now.d b/ld/testsuite/ld-aarch64/variant_pcs-now.d index 5007632..1add2bb 100644 --- a/ld/testsuite/ld-aarch64/variant_pcs-now.d +++ b/ld/testsuite/ld-aarch64/variant_pcs-now.d @@ -4,65 +4,65 @@ #ld: -shared --hash-style=sysv -T variant_pcs.ld -z now #readelf: -rsW -Relocation section '\.rela\.plt' at offset 0x11000 contains 12 entries: +Relocation section '\.rela\.plt' at offset 0x[[:xdigit:]]+ contains 12 entries: Offset Info Type Symbol's Value Symbol's Name \+ Addend -0000000000009020 0000000100000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_base_global_default_undef \+ 0 -0000000000009028 0000000200000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_spec_global_default_undef \+ 0 -0000000000009030 0000000400000402 R_AARCH64_JUMP_SLOT 0000000000008000 f_base_global_default_def \+ 0 -0000000000009038 0000000500000402 R_AARCH64_JUMP_SLOT 0000000000008000 f_spec_global_default_def \+ 0 -0000000000009040 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009048 0000000300000402 R_AARCH64_JUMP_SLOT f_spec_global_default_ifunc\(\) f_spec_global_default_ifunc \+ 0 -0000000000009050 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009058 0000000600000402 R_AARCH64_JUMP_SLOT f_base_global_default_ifunc\(\) f_base_global_default_ifunc \+ 0 -0000000000009060 0000000000000408 R_AARCH64_IRELATIVE 8038 -0000000000009068 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009070 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009078 0000000000000408 R_AARCH64_IRELATIVE 8038 +00000000000[[:xdigit:]]{2}020 0000000100000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_base_global_default_undef \+ 0 +00000000000[[:xdigit:]]{2}028 0000000200000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_spec_global_default_undef \+ 0 +00000000000[[:xdigit:]]{2}030 0000000400000402 R_AARCH64_JUMP_SLOT 0000000000011000 f_base_global_default_def \+ 0 +00000000000[[:xdigit:]]{2}038 0000000500000402 R_AARCH64_JUMP_SLOT 0000000000011000 f_spec_global_default_def \+ 0 +00000000000[[:xdigit:]]{2}040 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}048 0000000300000402 R_AARCH64_JUMP_SLOT f_spec_global_default_ifunc\(\) f_spec_global_default_ifunc \+ 0 +00000000000[[:xdigit:]]{2}050 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}058 0000000600000402 R_AARCH64_JUMP_SLOT f_base_global_default_ifunc\(\) f_base_global_default_ifunc \+ 0 +00000000000[[:xdigit:]]{2}060 0000000000000408 R_AARCH64_IRELATIVE 11038 +00000000000[[:xdigit:]]{2}068 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}070 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}078 0000000000000408 R_AARCH64_IRELATIVE 11038 Symbol table '\.dynsym' contains 7 entries: Num: Value Size Type Bind Vis Ndx Name - 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND + 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND\s 1: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND f_base_global_default_undef 2: 0000000000000000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] UND f_spec_global_default_undef - 3: 0000000000008000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_ifunc - 4: 0000000000008000 0 NOTYPE GLOBAL DEFAULT 1 f_base_global_default_def - 5: 0000000000008000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_def - 6: 0000000000008000 0 IFUNC GLOBAL DEFAULT 1 f_base_global_default_ifunc + 3: 0000000000011000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_ifunc + 4: 0000000000011000 0 NOTYPE GLOBAL DEFAULT 6 f_base_global_default_def + 5: 0000000000011000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_def + 6: 0000000000011000 0 IFUNC GLOBAL DEFAULT 6 f_base_global_default_ifunc Symbol table '\.symtab' contains 35 entries: Num: Value Size Type Bind Vis Ndx Name - 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND - 1: 0000000000008000 0 SECTION LOCAL DEFAULT 1.* - 2: 0000000000008070 0 SECTION LOCAL DEFAULT 2.* - 3: 0000000000009000 0 SECTION LOCAL DEFAULT 3.* - 4: 0000000000009080 0 SECTION LOCAL DEFAULT 4.* - 5: 0000000000011000 0 SECTION LOCAL DEFAULT 5.* - 6: 0000000000011120 0 SECTION LOCAL DEFAULT 6.* - 7: 00000000000111c8 0 SECTION LOCAL DEFAULT 7.* - 8: 0000000000011270 0 SECTION LOCAL DEFAULT 8.* + 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND\s + 1: 00000000000080e8 0 SECTION LOCAL DEFAULT 1 \.hash + 2: 0000000000008118 0 SECTION LOCAL DEFAULT 2 \.dynsym + 3: 00000000000081c0 0 SECTION LOCAL DEFAULT 3 \.dynstr + 4: 0000000000009000 0 SECTION LOCAL DEFAULT 4 \.rela\.plt + 5: 0000000000010000 0 SECTION LOCAL DEFAULT 5 \.plt + 6: 0000000000011000 0 SECTION LOCAL DEFAULT 6 \.text + 7: 0000000000020000 0 SECTION LOCAL DEFAULT 7 \.dynamic + 8: 0000000000021000 0 SECTION LOCAL DEFAULT 8 \.got 9: 0000000000000000 0 FILE LOCAL DEFAULT ABS .*variant_pcs-1\.o - 10: 0000000000008000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local - 11: 0000000000008000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local_ifunc - 12: 0000000000008000 0 IFUNC LOCAL DEFAULT 1 f_base_local_ifunc - 13: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 f_base_local - 14: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 \$x + 10: 0000000000011000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local + 11: 0000000000011000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local_ifunc + 12: 0000000000011000 0 IFUNC LOCAL DEFAULT 6 f_base_local_ifunc + 13: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 f_base_local + 14: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 \$x 15: 0000000000000000 0 FILE LOCAL DEFAULT ABS .*variant_pcs-2\.o - 16: 0000000000008038 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local2 - 17: 0000000000008038 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local2_ifunc - 18: 0000000000008038 0 IFUNC LOCAL DEFAULT 1 f_base_local2_ifunc - 19: 0000000000008038 0 NOTYPE LOCAL DEFAULT 1 f_base_local2 - 20: 0000000000008038 0 NOTYPE LOCAL DEFAULT 1 \$x - 21: 0000000000000000 0 FILE LOCAL DEFAULT ABS - 22: 0000000000009080 0 OBJECT LOCAL DEFAULT ABS _DYNAMIC - 23: 0000000000008000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_hidden_def - 24: 0000000000008000 0 IFUNC LOCAL DEFAULT 1 f_base_global_hidden_ifunc - 25: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 f_base_global_hidden_def - 26: 0000000000009000 0 OBJECT LOCAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ - 27: 0000000000008000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_hidden_ifunc - 28: 0000000000008070 0 NOTYPE LOCAL DEFAULT 2 \$x + 16: 0000000000011038 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local2 + 17: 0000000000011038 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local2_ifunc + 18: 0000000000011038 0 IFUNC LOCAL DEFAULT 6 f_base_local2_ifunc + 19: 0000000000011038 0 NOTYPE LOCAL DEFAULT 6 f_base_local2 + 20: 0000000000011038 0 NOTYPE LOCAL DEFAULT 6 \$x + 21: 0000000000000000 0 FILE LOCAL DEFAULT ABS\s + 22: 0000000000020000 0 OBJECT LOCAL DEFAULT ABS _DYNAMIC + 23: 0000000000011000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_hidden_def + 24: 0000000000011000 0 IFUNC LOCAL DEFAULT 6 f_base_global_hidden_ifunc + 25: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 f_base_global_hidden_def + 26: 0000000000021000 0 OBJECT LOCAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ + 27: 0000000000011000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_hidden_ifunc + 28: 0000000000010000 0 NOTYPE LOCAL DEFAULT 5 \$x 29: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND f_base_global_default_undef 30: 0000000000000000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] UND f_spec_global_default_undef - 31: 0000000000008000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_ifunc - 32: 0000000000008000 0 NOTYPE GLOBAL DEFAULT 1 f_base_global_default_def - 33: 0000000000008000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_def - 34: 0000000000008000 0 IFUNC GLOBAL DEFAULT 1 f_base_global_default_ifunc + 31: 0000000000011000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_ifunc + 32: 0000000000011000 0 NOTYPE GLOBAL DEFAULT 6 f_base_global_default_def + 33: 0000000000011000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_def + 34: 0000000000011000 0 IFUNC GLOBAL DEFAULT 6 f_base_global_default_ifunc diff --git a/ld/testsuite/ld-aarch64/variant_pcs-r.d b/ld/testsuite/ld-aarch64/variant_pcs-r.d index 2651a68..65849e1 100644 --- a/ld/testsuite/ld-aarch64/variant_pcs-r.d +++ b/ld/testsuite/ld-aarch64/variant_pcs-r.d @@ -3,7 +3,7 @@ #ld: -r #readelf: -rsW -Relocation section '\.rela\.text' at offset .* contains 24 entries: +Relocation section '\.rela\.text' at offset 0x[[:xdigit:]]+ contains 24 entries: Offset Info Type Symbol's Value Symbol's Name \+ Addend 0000000000000000 000000180000011b R_AARCH64_CALL26 0000000000000000 f_spec_global_default_def \+ 0 0000000000000004 000000110000011b R_AARCH64_CALL26 0000000000000000 f_spec_global_default_undef \+ 0 @@ -32,10 +32,10 @@ Relocation section '\.rela\.text' at offset .* contains 24 entries: Symbol table '\.symtab' contains 26 entries: Num: Value Size Type Bind Vis Ndx Name - 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND - 1: 0000000000000000 0 SECTION LOCAL DEFAULT 1.* - 2: 0000000000000000 0 SECTION LOCAL DEFAULT 3.* - 3: 0000000000000000 0 SECTION LOCAL DEFAULT 4.* + 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND\s + 1: 0000000000000000 0 SECTION LOCAL DEFAULT 1 \.text + 2: 0000000000000000 0 SECTION LOCAL DEFAULT 3 \.data + 3: 0000000000000000 0 SECTION LOCAL DEFAULT 4 \.bss 4: 0000000000000000 0 FILE LOCAL DEFAULT ABS .*variant_pcs-1\.o 5: 0000000000000000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local 6: 0000000000000000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local_ifunc diff --git a/ld/testsuite/ld-aarch64/variant_pcs-shared.d b/ld/testsuite/ld-aarch64/variant_pcs-shared.d index e021799..3a39d8c 100644 --- a/ld/testsuite/ld-aarch64/variant_pcs-shared.d +++ b/ld/testsuite/ld-aarch64/variant_pcs-shared.d @@ -4,65 +4,65 @@ #ld: -shared --hash-style=sysv -T variant_pcs.ld #readelf: -rsW -Relocation section '\.rela\.plt' at offset 0x11000 contains 12 entries: +Relocation section '\.rela\.plt' at offset 0x[[:xdigit:]]+ contains 12 entries: Offset Info Type Symbol's Value Symbol's Name \+ Addend -0000000000009020 0000000100000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_base_global_default_undef \+ 0 -0000000000009028 0000000200000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_spec_global_default_undef \+ 0 -0000000000009030 0000000400000402 R_AARCH64_JUMP_SLOT 0000000000008000 f_base_global_default_def \+ 0 -0000000000009038 0000000500000402 R_AARCH64_JUMP_SLOT 0000000000008000 f_spec_global_default_def \+ 0 -0000000000009040 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009048 0000000300000402 R_AARCH64_JUMP_SLOT f_spec_global_default_ifunc\(\) f_spec_global_default_ifunc \+ 0 -0000000000009050 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009058 0000000600000402 R_AARCH64_JUMP_SLOT f_base_global_default_ifunc\(\) f_base_global_default_ifunc \+ 0 -0000000000009060 0000000000000408 R_AARCH64_IRELATIVE 8038 -0000000000009068 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009070 0000000000000408 R_AARCH64_IRELATIVE 8000 -0000000000009078 0000000000000408 R_AARCH64_IRELATIVE 8038 +00000000000[[:xdigit:]]{2}020 0000000100000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_base_global_default_undef \+ 0 +00000000000[[:xdigit:]]{2}028 0000000200000402 R_AARCH64_JUMP_SLOT 0000000000000000 f_spec_global_default_undef \+ 0 +00000000000[[:xdigit:]]{2}030 0000000400000402 R_AARCH64_JUMP_SLOT 0000000000011000 f_base_global_default_def \+ 0 +00000000000[[:xdigit:]]{2}038 0000000500000402 R_AARCH64_JUMP_SLOT 0000000000011000 f_spec_global_default_def \+ 0 +00000000000[[:xdigit:]]{2}040 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}048 0000000300000402 R_AARCH64_JUMP_SLOT f_spec_global_default_ifunc\(\) f_spec_global_default_ifunc \+ 0 +00000000000[[:xdigit:]]{2}050 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}058 0000000600000402 R_AARCH64_JUMP_SLOT f_base_global_default_ifunc\(\) f_base_global_default_ifunc \+ 0 +00000000000[[:xdigit:]]{2}060 0000000000000408 R_AARCH64_IRELATIVE 11038 +00000000000[[:xdigit:]]{2}068 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}070 0000000000000408 R_AARCH64_IRELATIVE 11000 +00000000000[[:xdigit:]]{2}078 0000000000000408 R_AARCH64_IRELATIVE 11038 Symbol table '\.dynsym' contains 7 entries: Num: Value Size Type Bind Vis Ndx Name - 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND + 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND\s 1: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND f_base_global_default_undef 2: 0000000000000000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] UND f_spec_global_default_undef - 3: 0000000000008000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_ifunc - 4: 0000000000008000 0 NOTYPE GLOBAL DEFAULT 1 f_base_global_default_def - 5: 0000000000008000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_def - 6: 0000000000008000 0 IFUNC GLOBAL DEFAULT 1 f_base_global_default_ifunc + 3: 0000000000011000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_ifunc + 4: 0000000000011000 0 NOTYPE GLOBAL DEFAULT 6 f_base_global_default_def + 5: 0000000000011000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_def + 6: 0000000000011000 0 IFUNC GLOBAL DEFAULT 6 f_base_global_default_ifunc Symbol table '\.symtab' contains 35 entries: Num: Value Size Type Bind Vis Ndx Name - 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND - 1: 0000000000008000 0 SECTION LOCAL DEFAULT 1.* - 2: 0000000000008070 0 SECTION LOCAL DEFAULT 2.* - 3: 0000000000009000 0 SECTION LOCAL DEFAULT 3.* - 4: 0000000000009080 0 SECTION LOCAL DEFAULT 4.* - 5: 0000000000011000 0 SECTION LOCAL DEFAULT 5.* - 6: 0000000000011120 0 SECTION LOCAL DEFAULT 6.* - 7: 00000000000111c8 0 SECTION LOCAL DEFAULT 7.* - 8: 0000000000011270 0 SECTION LOCAL DEFAULT 8.* + 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND\s + 1: 00000000000080e8 0 SECTION LOCAL DEFAULT 1 \.hash + 2: 0000000000008118 0 SECTION LOCAL DEFAULT 2 \.dynsym + 3: 00000000000081c0 0 SECTION LOCAL DEFAULT 3 \.dynstr + 4: 0000000000009000 0 SECTION LOCAL DEFAULT 4 \.rela\.plt + 5: 0000000000010000 0 SECTION LOCAL DEFAULT 5 \.plt + 6: 0000000000011000 0 SECTION LOCAL DEFAULT 6 \.text + 7: 0000000000020000 0 SECTION LOCAL DEFAULT 7 \.dynamic + 8: 0000000000021000 0 SECTION LOCAL DEFAULT 8 \.got 9: 0000000000000000 0 FILE LOCAL DEFAULT ABS .*variant_pcs-1\.o - 10: 0000000000008000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local - 11: 0000000000008000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local_ifunc - 12: 0000000000008000 0 IFUNC LOCAL DEFAULT 1 f_base_local_ifunc - 13: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 f_base_local - 14: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 \$x + 10: 0000000000011000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local + 11: 0000000000011000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local_ifunc + 12: 0000000000011000 0 IFUNC LOCAL DEFAULT 6 f_base_local_ifunc + 13: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 f_base_local + 14: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 \$x 15: 0000000000000000 0 FILE LOCAL DEFAULT ABS .*variant_pcs-2\.o - 16: 0000000000008038 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local2 - 17: 0000000000008038 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_local2_ifunc - 18: 0000000000008038 0 IFUNC LOCAL DEFAULT 1 f_base_local2_ifunc - 19: 0000000000008038 0 NOTYPE LOCAL DEFAULT 1 f_base_local2 - 20: 0000000000008038 0 NOTYPE LOCAL DEFAULT 1 \$x - 21: 0000000000000000 0 FILE LOCAL DEFAULT ABS - 22: 0000000000009080 0 OBJECT LOCAL DEFAULT ABS _DYNAMIC - 23: 0000000000008000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_hidden_def - 24: 0000000000008000 0 IFUNC LOCAL DEFAULT 1 f_base_global_hidden_ifunc - 25: 0000000000008000 0 NOTYPE LOCAL DEFAULT 1 f_base_global_hidden_def - 26: 0000000000009000 0 OBJECT LOCAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ - 27: 0000000000008000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_hidden_ifunc - 28: 0000000000008070 0 NOTYPE LOCAL DEFAULT 2 \$x + 16: 0000000000011038 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local2 + 17: 0000000000011038 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_local2_ifunc + 18: 0000000000011038 0 IFUNC LOCAL DEFAULT 6 f_base_local2_ifunc + 19: 0000000000011038 0 NOTYPE LOCAL DEFAULT 6 f_base_local2 + 20: 0000000000011038 0 NOTYPE LOCAL DEFAULT 6 \$x + 21: 0000000000000000 0 FILE LOCAL DEFAULT ABS\s + 22: 0000000000020000 0 OBJECT LOCAL DEFAULT ABS _DYNAMIC + 23: 0000000000011000 0 NOTYPE LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_hidden_def + 24: 0000000000011000 0 IFUNC LOCAL DEFAULT 6 f_base_global_hidden_ifunc + 25: 0000000000011000 0 NOTYPE LOCAL DEFAULT 6 f_base_global_hidden_def + 26: 0000000000021000 0 OBJECT LOCAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ + 27: 0000000000011000 0 IFUNC LOCAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_hidden_ifunc + 28: 0000000000010000 0 NOTYPE LOCAL DEFAULT 5 \$x 29: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND f_base_global_default_undef 30: 0000000000000000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] UND f_spec_global_default_undef - 31: 0000000000008000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_ifunc - 32: 0000000000008000 0 NOTYPE GLOBAL DEFAULT 1 f_base_global_default_def - 33: 0000000000008000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 1 f_spec_global_default_def - 34: 0000000000008000 0 IFUNC GLOBAL DEFAULT 1 f_base_global_default_ifunc + 31: 0000000000011000 0 IFUNC GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_ifunc + 32: 0000000000011000 0 NOTYPE GLOBAL DEFAULT 6 f_base_global_default_def + 33: 0000000000011000 0 NOTYPE GLOBAL DEFAULT \[VARIANT_PCS\] 6 f_spec_global_default_def + 34: 0000000000011000 0 IFUNC GLOBAL DEFAULT 6 f_base_global_default_ifunc diff --git a/ld/testsuite/ld-aarch64/variant_pcs.ld b/ld/testsuite/ld-aarch64/variant_pcs.ld index a66a934..cadecd8 100644 --- a/ld/testsuite/ld-aarch64/variant_pcs.ld +++ b/ld/testsuite/ld-aarch64/variant_pcs.ld @@ -3,21 +3,31 @@ OUTPUT_ARCH(aarch64) ENTRY(_start) SECTIONS { - /* Read-only sections, merged into text segment: */ - PROVIDE (__executable_start = 0x8000); . = 0x8000; + PROVIDE(__executable_start = 0x8000); + . = SEGMENT_START("text-segment", 0x8000) + SIZEOF_HEADERS; + /* Start of the executable code region. */ + .hash : { *(.hash) } + .gnu.hash : { *(.gnu.hash) } + .dynsym : { *(.dynsym) } + .dynstr : { *(.dynstr) } + . = 0x9000; + .rela.plt : { *(.rela.plt) *(.rela.iplt) } + . = 0x10000; + .plt : { *(.plt) } + . = 0x11000; .text : { *(.before) *(.text) *(.after) - } =0 - . = 0x9000; + } + + /* Start of the Read Write Data region. */ + . = ALIGN (CONSTANT (MAXPAGESIZE)); + .dynamic : { *(.dynamic) } + . = ALIGN(4K); .got : { *(.got) *(.got.plt)} - . = 0x10000; - .rela.dyn : { *(.rela.ifunc) } - . = 0x11000; - .rela.plt : { *(.rela.plt) *(.rela.iplt) } - . = 0x12340000; - .far : { *(.far) } - .ARM.attributes 0 : { *(.ARM.atttributes) } + + /* Start of the metadata region. */ + .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) } } diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp index cacd3bd..d193498 100644 --- a/ld/testsuite/ld-arm/arm-elf.exp +++ b/ld/testsuite/ld-arm/arm-elf.exp @@ -319,7 +319,7 @@ append armelftests_common $tmp run_ld_link_tests $armelftests_common -set armelftests_nonacl { +set armelftests { {"Thumb-1 BL" "-Ttext 0x1000 --section-start .foo=0x401000" "" "" {thumb1-bl.s} {{objdump -dr thumb1-bl.d}} "thumb1-bl"} @@ -351,14 +351,14 @@ set tmp { {{objdump -fdw arm-app.d} {objdump -Rw arm-app.r}} "arm-app"} } -if [check_shared_lib_support] { append armelftests_nonacl $tmp } +if [check_shared_lib_support] { append armelftests $tmp } set tmp { {"Simple static application without .rel.plt in linker script" "-T arm-no-rel-plt.ld" "" "" {arm-static-app.s} {{objdump -fdw arm-static-app.d} {objdump -rw arm-static-app.r}} "arm-static-app-no-rel-plt"} } -append armelftests_nonacl $tmp +append armelftests $tmp set tmp { {"Simple dynamic application without .rel.plt in linker script" "tmpdir/arm-lib.so -T arm-no-rel-plt.ld" "" "" {arm-app.s} @@ -406,11 +406,9 @@ set tmp { {{objdump -fdw tls-lib-loc.d} {objdump -Rw tls-lib-loc.r}} "tls-lib-loc.so"} } -if [check_shared_lib_support] { append armelftests_nonacl $tmp } +if [check_shared_lib_support] { append armelftests $tmp } -if { ![istarget "arm*-*-nacl*"] } { - run_ld_link_tests $armelftests_nonacl -} +run_ld_link_tests $armelftests run_dump_test "group-relocs-alu-bad" run_dump_test "group-relocs-alu-bad-2" @@ -437,7 +435,7 @@ if { [istarget "arm*-*-netbsd*"] } { return } -if { ![istarget "arm*-*-*eabi*"] && ![istarget "arm*-*-nacl*"] } { +if { ![istarget "arm*-*-*eabi*"] } { # Special variants of these tests, as a different farcall stub is # generated for a non-ARM-EABI target: indeed in such a case, # there are no attributes to indicate that blx can be used. @@ -457,11 +455,7 @@ if { ![istarget "arm*-*-*eabi*"] && ![istarget "arm*-*-nacl*"] } { # Farcalls stubs are fully supported for ARM-EABI only. # This list is massaged below into run_ld_link_tests standard format. -# The source list is almost that same format. The one difference is -# that each "action" (elements of element 5) might have four elements -# instead of three; in that case, the fourth element is the name of -# the dump file to use for arm*-*nacl* targets instead of the canonical -# dump file (the third element). +# The source list is almost that same format. set armeabitests_common { {"EABI attribute merging" "-r" "" "" {attr-merge.s attr-merge.s} {{readelf -A attr-merge.attr}} @@ -522,20 +516,20 @@ set armeabitests_common { "movw-merge"} {"ARM-ARM farcall" "-Ttext 0x1000 --section-start .foo=0x2001020" "" "" {farcall-arm-arm.s} - {{objdump -d farcall-arm-arm.d farcall-arm-nacl.d}} + {{objdump -d farcall-arm-arm.d}} "farcall-arm-arm"} {"ARM-ARM farcall (PIC veneer)" "-Ttext 0x1000 --section-start .foo=0x2001020 --pic-veneer" "" "" {farcall-arm-arm.s} - {{objdump -d farcall-arm-arm-pic-veneer.d farcall-arm-nacl-pic.d}} + {{objdump -d farcall-arm-arm-pic-veneer.d}} "farcall-arm-arm-pic-veneer"} {"ARM-ARM farcall (BE8)" "-Ttext 0x1000 --section-start .foo=0x2001020 -EB --be8" "" "-EB" {farcall-arm-arm.s} - {{objdump -d farcall-arm-arm.d farcall-arm-nacl.d}} + {{objdump -d farcall-arm-arm.d}} "farcall-arm-arm-be8"} {"ARM-ARM farcall (BE)" "-Ttext 0x1000 --section-start .foo=0x2001020 -EB" "" "-EB" {farcall-arm-arm.s} - {{objdump -d farcall-arm-arm.d farcall-arm-nacl.d}} + {{objdump -d farcall-arm-arm.d}} "farcall-arm-arm-be"} {"Long branch with mixed text and data" "-T arm.ld" "" "" {farcall-data.s} - {{objdump -dr farcall-data.d farcall-data-nacl.d}} + {{objdump -dr farcall-data.d}} "farcall-data"} {"callweak-2" "-static -T arm.ld" "" "" {callweak-2.s} {{objdump -dr callweak-2.d}} @@ -553,7 +547,7 @@ set armeabitests_common_shared { if [check_shared_lib_support] { append armeabitests_common $armeabitests_common_shared} -set armeabitests_nonacl { +set armeabitests { {"ARM-Thumb farcall" "-Ttext 0x1000 --section-start .foo=0x2001014" "" "" {farcall-arm-thumb.s} {{objdump -d farcall-arm-thumb.d}} "farcall-arm-thumb"} @@ -949,7 +943,7 @@ set armeabitests_nonacl { "arm-pic-veneer"} } -set armeabitests_nonacl_shared { +set armeabitests_shared { {"TLS gnu shared library" "--no-fix-arm1176 -shared -T arm-dyn.ld --hash-style=sysv" "" "" {tls-gdesc.s} @@ -1107,7 +1101,7 @@ set armeabitests_nonacl_shared { {{readelf -Ds preempt-app.sym}} "preempt-app"} } -if [check_shared_lib_support] { append armeabitests_nonacl $armeabitests_nonacl_shared} +if [check_shared_lib_support] { append armeabitests $armeabitests_shared} set armfdpiceabitests { @@ -1152,10 +1146,6 @@ set armfdpiceabitests { # Massage the $armeabitests_common list into run_ld_link_tests standard form. # See the comment before 'set armeabitests_common', above. set elide_action_elt 3 -set is_nacl [istarget "arm*-*-nacl*"] -if {$is_nacl} { - set elide_action_elt 2 -} set neabi_common [llength $armeabitests_common] for {set i 0} {$i < $neabi_common} {incr i} { set case [lindex $armeabitests_common $i] @@ -1171,9 +1161,7 @@ for {set i 0} {$i < $neabi_common} {incr i} { } run_ld_link_tests $armeabitests_common -if { !$is_nacl } { - run_ld_link_tests $armeabitests_nonacl -} +run_ld_link_tests $armeabitests if { [istarget "arm*-*-uclinuxfdpiceabi"] } { run_ld_link_tests $armfdpiceabitests @@ -1255,7 +1243,7 @@ run_dump_test "attr-merge-nosection-1" run_dump_test "attr-merge-hardfp-use-1" run_dump_test "attr-merge-hardfp-use-2" run_dump_test "unresolved-1" -if { !$is_nacl && [check_shared_lib_support] } { +if { [check_shared_lib_support] } { run_dump_test "unresolved-1-dyn" } run_dump_test "unresolved-2" @@ -1281,7 +1269,7 @@ run_dump_test "non-contiguous-arm5" run_dump_test "non-contiguous-arm6" run_dump_test "non-contiguous-arm7" -if { !$is_nacl && [check_shared_lib_support] } { +if { [check_shared_lib_support] } { run_dump_test "thumb-plt" run_dump_test "thumb-plt-got" } diff --git a/ld/testsuite/ld-arm/arm.ld b/ld/testsuite/ld-arm/arm.ld index 8e3fac2..4b596ce 100644 --- a/ld/testsuite/ld-arm/arm.ld +++ b/ld/testsuite/ld-arm/arm.ld @@ -19,5 +19,5 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attribues 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } } diff --git a/ld/testsuite/ld-arm/arm_purecode.ld b/ld/testsuite/ld-arm/arm_purecode.ld index 195aca1..488e3dd 100644 --- a/ld/testsuite/ld-arm/arm_purecode.ld +++ b/ld/testsuite/ld-arm/arm_purecode.ld @@ -28,5 +28,5 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .ARM.attribues 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } } diff --git a/ld/testsuite/ld-arm/cortex-a8-far.d b/ld/testsuite/ld-arm/cortex-a8-far.d index a87cd5d..5c7c6fb 100644 --- a/ld/testsuite/ld-arm/cortex-a8-far.d +++ b/ld/testsuite/ld-arm/cortex-a8-far.d @@ -1,4 +1,4 @@ -#target: *-*-*eabi* *-*-nacl* +#target: *-*-*eabi* .*: file format .* diff --git a/ld/testsuite/ld-arm/discard-unwind.ld b/ld/testsuite/ld-arm/discard-unwind.ld index d8f6524..54418f7 100644 --- a/ld/testsuite/ld-arm/discard-unwind.ld +++ b/ld/testsuite/ld-arm/discard-unwind.ld @@ -15,5 +15,5 @@ SECTIONS *(.v4_bx) } =0 /DISCARD/ : { *(.ARM.exidx*) } - .ARM.attribues 0 : { *(.ARM.atttributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } } diff --git a/ld/testsuite/ld-arm/farcall-arm-nacl-pic.d b/ld/testsuite/ld-arm/farcall-arm-nacl-pic.d deleted file mode 100644 index a39a468..0000000 --- a/ld/testsuite/ld-arm/farcall-arm-nacl-pic.d +++ /dev/null @@ -1,20 +0,0 @@ -.*: file format .* - -Disassembly of section \.text: - -0+1000 <_start>: -\s*1000:\s+eb000002\s+bl\s+1010 <__bar_veneer> -#... - -0+1010 <__bar_veneer>: -\s*1010:\s+e59fc00c\s+ldr\s+ip, \[pc, #12\]\s+@ 1024 <__bar_veneer\+0x14> -\s*1014:\s+e08cc00f\s+add\s+ip, ip, pc -\s*1018:\s+e3ccc13f\s+bic\s+ip, ip, #-1073741809\s+@ 0xc000000f -\s*101c:\s+e12fff1c\s+bx\s+ip -\s*1020:\s+e125be70\s+bkpt\s+0x5be0 -\s*1024:\s+02000004\s+.word\s+0x02000004 -#... - -\s*Disassembly of section \.foo: -\s*02001020 <bar>: -\s*2001020:\s+e12fff1e\s+bx\s+lr diff --git a/ld/testsuite/ld-arm/farcall-arm-nacl.d b/ld/testsuite/ld-arm/farcall-arm-nacl.d deleted file mode 100644 index 0431f4a..0000000 --- a/ld/testsuite/ld-arm/farcall-arm-nacl.d +++ /dev/null @@ -1,20 +0,0 @@ -.*: file format .* - -Disassembly of section \.text: - -0+1000 <_start>: -\s*1000:\s+eb000002\s+bl\s+1010 <__bar_veneer> -#... - -0+1010 <__bar_veneer>: -\s*1010:\s+e59fc00c\s+ldr\s+ip, \[pc, #12\]\s+@ 1024 <__bar_veneer\+0x14> -\s*1014:\s+e3ccc13f\s+bic\s+ip, ip, #-1073741809\s+@ 0xc000000f -\s*1018:\s+e12fff1c\s+bx\s+ip -\s*101c:\s+e320f000\s+nop\s+\{0\} -\s*1020:\s+e125be70\s+bkpt\s+0x5be0 -\s*1024:\s+02001020\s+.word\s+0x02001020 -#... - -\s*Disassembly of section \.foo: -\s*02001020 <bar>: -\s*2001020:\s+e12fff1e\s+bx\s+lr diff --git a/ld/testsuite/ld-arm/farcall-data-nacl.d b/ld/testsuite/ld-arm/farcall-data-nacl.d deleted file mode 100644 index 2c51fe8..0000000 --- a/ld/testsuite/ld-arm/farcall-data-nacl.d +++ /dev/null @@ -1,24 +0,0 @@ -.*: file format .* - -Disassembly of section .text: - -0+8000 <_start>: -\s*8000:\s+ea000002\s+b\s+8010 <__far_veneer> -#... - -0+8010 <__far_veneer>: -\s*8010:\s+e59fc00c\s+ldr\s+ip, \[pc, #12\]\s+@ 8024 <__far_veneer\+0x14> -\s*8014:\s+e3ccc13f\s+bic\s+ip, ip, #-1073741809\s+@ 0xc000000f -\s*8018:\s+e12fff1c\s+bx\s+ip -\s*801c:\s+e320f000\s+nop\s+\{0\} -\s*8020:\s+e125be70\s+bkpt\s+0x5be0 -\s*8024:\s+12340000\s+.word\s+0x12340000 -#... - -0+8030 <after>: -\s*8030:\s+11111111\s+\.word\s+0x11111111 - -Disassembly of section \.far: - -12340000 <far>: -12340000:\s+e12fff1e\s+bx\s+lr diff --git a/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d b/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d index b89da03..0d74ca3 100644 --- a/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d +++ b/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d @@ -11,17 +11,17 @@ Disassembly of section .text: Disassembly of section .foo: 02001020 <_start>: - 2001020: f000 f802 bl 2001028 <__bar_veneer> - 2001024: f000 f806 bl 2001034 <__baz_veneer> + 2001020: f000 f808 bl 2001034 <__bar_veneer> + 2001024: f000 f800 bl 2001028 <__baz_veneer> -02001028 <__bar_veneer>: - 2001028: f241 0c01 movw ip, #4097 @ 0x1001 +02001028 <__baz_veneer>: + 2001028: f241 0c03 movw ip, #4099 @ 0x1003 200102c: f2c0 0c00 movt ip, #0 2001030: 4760 bx ip 2001032: bf00 nop -02001034 <__baz_veneer>: - 2001034: f241 0c03 movw ip, #4099 @ 0x1003 +02001034 <__bar_veneer>: + 2001034: f241 0c01 movw ip, #4097 @ 0x1001 2001038: f2c0 0c00 movt ip, #0 200103c: 4760 bx ip 200103e: bf00 nop diff --git a/ld/testsuite/ld-arm/non-contiguous-arm3.d b/ld/testsuite/ld-arm/non-contiguous-arm3.d index 2912f35..ab83b5e 100644 --- a/ld/testsuite/ld-arm/non-contiguous-arm3.d +++ b/ld/testsuite/ld-arm/non-contiguous-arm3.d @@ -3,7 +3,6 @@ #ld: --enable-non-contiguous-regions -T non-contiguous-arm3.ld -z max-page-size=0x10000 #objdump: -rdth #xfail: [is_generic] -#skip: arm*nacl .*: file format elf32-(little|big)arm diff --git a/ld/testsuite/ld-arm/non-contiguous-arm6.d b/ld/testsuite/ld-arm/non-contiguous-arm6.d index 3d737f0..c21cb4c 100644 --- a/ld/testsuite/ld-arm/non-contiguous-arm6.d +++ b/ld/testsuite/ld-arm/non-contiguous-arm6.d @@ -3,7 +3,6 @@ #ld: --enable-non-contiguous-regions -T non-contiguous-arm6.ld -z max-page-size=0x10000 #objdump: -rdth #xfail: [is_generic] -#skip: arm*nacl .*: file format elf32-(little|big)arm diff --git a/ld/testsuite/ld-arm/script-type.ld b/ld/testsuite/ld-arm/script-type.ld index 01995eb..af34697 100644 --- a/ld/testsuite/ld-arm/script-type.ld +++ b/ld/testsuite/ld-arm/script-type.ld @@ -3,7 +3,7 @@ SECTIONS { foo_a = bar_a; foo_t = bar_t; foo_o = bar_o; - *(.text) + *(.text) } - .ARM.attribues 0 : { *(.ARM.attributes) } + .ARM.attributes 0 : { *(.ARM.attributes) } } diff --git a/ld/testsuite/ld-arm/unwind-1.d b/ld/testsuite/ld-arm/unwind-1.d index add5cb7..073d6a5 100644 --- a/ld/testsuite/ld-arm/unwind-1.d +++ b/ld/testsuite/ld-arm/unwind-1.d @@ -1,10 +1,7 @@ #ld: -T arm.ld -#objdump: -s +#objdump: -s -j .ARM.exidx .*: file format.* -#... -Contents of section .ARM.exidx: - 8008 (f8ffff7f b0b0a880 f4ffff7f 01000000|7ffffff8 80a8b0b0 7ffffff4 00000001) .* -Contents of section .far: -#... +Contents of section \.ARM\.exidx: + 8008 (f8ffff7f b0b0a880 f4ffff7f 01000000|7ffffff8 80a8b0b0 7ffffff4 00000001) \.+ diff --git a/ld/testsuite/ld-arm/unwind-2.d b/ld/testsuite/ld-arm/unwind-2.d index a096c9b..c9cd433 100644 --- a/ld/testsuite/ld-arm/unwind-2.d +++ b/ld/testsuite/ld-arm/unwind-2.d @@ -1,10 +1,7 @@ #ld: -T arm.ld -#objdump: -s +#objdump: -s -j .ARM.exidx .*: file format.* -#... -Contents of section .ARM.exidx: - 8004 (fcffff7f b0b0a880 f8ffff7f 01000000|7ffffffc 80a8b0b0 7ffffff8 00000001) .* -Contents of section .far: -#... +Contents of section \.ARM\.exidx: + 8004 (fcffff7f b0b0a880 f8ffff7f 01000000|7ffffffc 80a8b0b0 7ffffff8 00000001) \.+ diff --git a/ld/testsuite/ld-arm/unwind-3.d b/ld/testsuite/ld-arm/unwind-3.d index 0b8e85e..9da1484 100644 --- a/ld/testsuite/ld-arm/unwind-3.d +++ b/ld/testsuite/ld-arm/unwind-3.d @@ -1,11 +1,8 @@ #ld: -T arm.ld -#objdump: -s +#objdump: -s -j .ARM.exidx .*: file format.* -#... -Contents of section .ARM.exidx: - 800c (f4ffff7f b0b0a880 f0ffff7f 01000000|7ffffff4 80a8b0b0 7ffffff0 00000001) .* - 801c (ecffff7f b0b0a880 e8ffff7f 01000000|7fffffec 80a8b0b0 7fffffe8 00000001) .* -Contents of section .far: -#... +Contents of section \.ARM\.exidx: + 800c (f4ffff7f b0b0a880 f0ffff7f 01000000|7ffffff4 80a8b0b0 7ffffff0 00000001) \.+ + 801c (ecffff7f b0b0a880 e8ffff7f 01000000|7fffffec 80a8b0b0 7fffffe8 00000001) \.+ diff --git a/ld/testsuite/ld-arm/unwind-4.d b/ld/testsuite/ld-arm/unwind-4.d index ffc8725..7b71de88 100644 --- a/ld/testsuite/ld-arm/unwind-4.d +++ b/ld/testsuite/ld-arm/unwind-4.d @@ -1,9 +1,8 @@ #ld: -q -T arm.ld -#objdump: -sr +#objdump: -sr -j .ARM.exidx .*: file format.* -#... RELOCATION RECORDS FOR \[\.ARM\.exidx\]: OFFSET +TYPE +VALUE 00000000 R_ARM_PREL31 \.text @@ -17,11 +16,6 @@ OFFSET +TYPE +VALUE 00000010 R_ARM_NONE __aeabi_unwind_cpp_pr0 00000018 R_ARM_PREL31 \.text - -Contents of section .text: -#... -Contents of section .ARM.exidx: - 8020 (e0ffff7f b0b0a880 dcffff7f e8ffff7f|7fffffe0 80a8b0b0 7fffffdc 7fffffe8) .* - 8030 (d8ffff7f b0b0a880 d8ffff7f 01000000|7fffffd8 80a8b0b0 7fffffd8 00000001) .* -Contents of section .far: -#... +Contents of section \.ARM\.exidx: + 8020 (e0ffff7f b0b0a880 dcffff7f e8ffff7f|7fffffe0 80a8b0b0 7fffffdc 7fffffe8) \.+ + 8030 (d8ffff7f b0b0a880 d8ffff7f 01000000|7fffffd8 80a8b0b0 7fffffd8 00000001) \.+ diff --git a/ld/testsuite/ld-cris/asneed1.d b/ld/testsuite/ld-cris/asneed1.d index 00fba75..b40356d 100644 --- a/ld/testsuite/ld-cris/asneed1.d +++ b/ld/testsuite/ld-cris/asneed1.d @@ -1,7 +1,7 @@ #source: start1.s #source: dso-2.s #source: dso-1.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux --as-needed tmpdir/libdso-1.so #objdump: -p diff --git a/ld/testsuite/ld-cris/badgotr1.d b/ld/testsuite/ld-cris/badgotr1.d index f7a5ac8..a993e90 100644 --- a/ld/testsuite/ld-cris/badgotr1.d +++ b/ld/testsuite/ld-cris/badgotr1.d @@ -1,5 +1,5 @@ #source: gotrel1.s -#as: --pic --underscore --em=criself +#as: --pic --underscore --emulation=criself #ld: -m crislinux -shared #objdump: -dr #error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* bad value\Z diff --git a/ld/testsuite/ld-cris/def2.d b/ld/testsuite/ld-cris/def2.d index ff75d88..00c5f41 100644 --- a/ld/testsuite/ld-cris/def2.d +++ b/ld/testsuite/ld-cris/def2.d @@ -2,7 +2,7 @@ #source: stabs1.s #source: globsymw1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=crisaout +#as: --emulation=crisaout #ld: -mcrisaout #objdump: -p # Just checking that undef2 links correctly when given a symbol. diff --git a/ld/testsuite/ld-cris/def3.d b/ld/testsuite/ld-cris/def3.d index e1ae3c5..231414b 100644 --- a/ld/testsuite/ld-cris/def3.d +++ b/ld/testsuite/ld-cris/def3.d @@ -2,7 +2,7 @@ #source: stabs1.s #source: globsymw1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=criself +#as: --emulation=criself #ld: -mcriself #objdump: -p # Just checking that undef3 links correctly when given a symbol. diff --git a/ld/testsuite/ld-cris/dso-pltdis1.d b/ld/testsuite/ld-cris/dso-pltdis1.d index efc4d94..9614033 100644 --- a/ld/testsuite/ld-cris/dso-pltdis1.d +++ b/ld/testsuite/ld-cris/dso-pltdis1.d @@ -1,7 +1,7 @@ #source: dsov32-1.s #source: dsov32-2.s #source: dsofn4g.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -d -R diff --git a/ld/testsuite/ld-cris/dso-pltdis2.d b/ld/testsuite/ld-cris/dso-pltdis2.d index c6f53fd..e967386 100644 --- a/ld/testsuite/ld-cris/dso-pltdis2.d +++ b/ld/testsuite/ld-cris/dso-pltdis2.d @@ -1,7 +1,7 @@ #source: dsov32-1.s #source: dsov32-2.s #source: dsofng.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -d diff --git a/ld/testsuite/ld-cris/dso12-pltdis.d b/ld/testsuite/ld-cris/dso12-pltdis.d index 429f91e..e5a230c 100644 --- a/ld/testsuite/ld-cris/dso12-pltdis.d +++ b/ld/testsuite/ld-cris/dso12-pltdis.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: dsov32-1.s #source: dsov32-2.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux -z nocombreloc --hash-style=sysv #objdump: -d diff --git a/ld/testsuite/ld-cris/expdyn1.d b/ld/testsuite/ld-cris/expdyn1.d index 37cbe4d..0c1ea55 100644 --- a/ld/testsuite/ld-cris/expdyn1.d +++ b/ld/testsuite/ld-cris/expdyn1.d @@ -1,5 +1,5 @@ #source: expdyn1.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux -export-dynamic tmpdir/libdso-1.so --hash-style=sysv #objdump: -T diff --git a/ld/testsuite/ld-cris/expdyn2.d b/ld/testsuite/ld-cris/expdyn2.d index 6c5faa5..b2a6fb3 100644 --- a/ld/testsuite/ld-cris/expdyn2.d +++ b/ld/testsuite/ld-cris/expdyn2.d @@ -1,6 +1,6 @@ #source: expdyn1.s #source: expdref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so #objdump: -R diff --git a/ld/testsuite/ld-cris/expdyn3.d b/ld/testsuite/ld-cris/expdyn3.d index 34f2a5e..aefbe84 100644 --- a/ld/testsuite/ld-cris/expdyn3.d +++ b/ld/testsuite/ld-cris/expdyn3.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: euwref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so #objdump: -R diff --git a/ld/testsuite/ld-cris/expdyn4.d b/ld/testsuite/ld-cris/expdyn4.d index e932056..5510142 100644 --- a/ld/testsuite/ld-cris/expdyn4.d +++ b/ld/testsuite/ld-cris/expdyn4.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: comref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so #objdump: -R diff --git a/ld/testsuite/ld-cris/expdyn5.d b/ld/testsuite/ld-cris/expdyn5.d index 818ee4f..0c4dfd0 100644 --- a/ld/testsuite/ld-cris/expdyn5.d +++ b/ld/testsuite/ld-cris/expdyn5.d @@ -1,6 +1,6 @@ #source: expdyn1.s #source: expdref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so --hash-style=sysv #objdump: -s -j .got diff --git a/ld/testsuite/ld-cris/expdyn6.d b/ld/testsuite/ld-cris/expdyn6.d index cf4a578..c315d95 100644 --- a/ld/testsuite/ld-cris/expdyn6.d +++ b/ld/testsuite/ld-cris/expdyn6.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: euwref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so --hash-style=sysv #objdump: -s -j .got diff --git a/ld/testsuite/ld-cris/expdyn7.d b/ld/testsuite/ld-cris/expdyn7.d index 6028343..a5d52d1 100644 --- a/ld/testsuite/ld-cris/expdyn7.d +++ b/ld/testsuite/ld-cris/expdyn7.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: comref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so --hash-style=sysv #objdump: -s -j .got diff --git a/ld/testsuite/ld-cris/gotplt1.d b/ld/testsuite/ld-cris/gotplt1.d index 163bb01..96ea5e1 100644 --- a/ld/testsuite/ld-cris/gotplt1.d +++ b/ld/testsuite/ld-cris/gotplt1.d @@ -1,7 +1,7 @@ #source: dso-2.s #source: dsofnf2.s #source: gotrel1.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux tmpdir/libdso-1.so --hash-style=sysv #objdump: -sR diff --git a/ld/testsuite/ld-cris/gotplt2.d b/ld/testsuite/ld-cris/gotplt2.d index 32d0f89..32c515f 100644 --- a/ld/testsuite/ld-cris/gotplt2.d +++ b/ld/testsuite/ld-cris/gotplt2.d @@ -1,7 +1,7 @@ #source: dso-2.s #source: dsofnf.s #source: gotrel1.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -shared -m crislinux -z nocombreloc --hash-style=sysv #objdump: -sR diff --git a/ld/testsuite/ld-cris/gotplt3.d b/ld/testsuite/ld-cris/gotplt3.d index abc0192..7dd8562 100644 --- a/ld/testsuite/ld-cris/gotplt3.d +++ b/ld/testsuite/ld-cris/gotplt3.d @@ -2,7 +2,7 @@ #source: dsofnf.s #source: gotrel1.s #source: dso-1.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -shared -m crislinux -z nocombreloc --hash-style=sysv #objdump: -sR diff --git a/ld/testsuite/ld-cris/hiddef1.d b/ld/testsuite/ld-cris/hiddef1.d index 602f1bf..7cbe876 100644 --- a/ld/testsuite/ld-cris/hiddef1.d +++ b/ld/testsuite/ld-cris/hiddef1.d @@ -2,7 +2,7 @@ #source: hiddef1.s #source: hidrefgotplt1.s #ld: -shared -m crislinux --hash-style=sysv -#as: --pic --no-underscore -I$srcdir/$subdir --em=criself +#as: --pic --no-underscore -I$srcdir/$subdir --emulation=criself #readelf: -S -s -r # Regression test for mishandling of GOTPLT relocs against a diff --git a/ld/testsuite/ld-cris/ldsym1.d b/ld/testsuite/ld-cris/ldsym1.d index e8dcd32..2aacf3a 100644 --- a/ld/testsuite/ld-cris/ldsym1.d +++ b/ld/testsuite/ld-cris/ldsym1.d @@ -1,6 +1,6 @@ # source: expdyn1.s # target: cris-*-*elf* cris-*-*aout* -# as: --em=criself +# as: --emulation=criself # ld: -mcriself # objdump: -d diff --git a/ld/testsuite/ld-cris/libdso-1.d b/ld/testsuite/ld-cris/libdso-1.d index 5a7e9a1..ba5d3b0 100644 --- a/ld/testsuite/ld-cris/libdso-1.d +++ b/ld/testsuite/ld-cris/libdso-1.d @@ -1,5 +1,5 @@ #source: dso-1.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux #objdump: -T diff --git a/ld/testsuite/ld-cris/libdso-10.d b/ld/testsuite/ld-cris/libdso-10.d index 0f0d562..696b16e 100644 --- a/ld/testsuite/ld-cris/libdso-10.d +++ b/ld/testsuite/ld-cris/libdso-10.d @@ -1,5 +1,5 @@ #source: dso-1.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -p -h diff --git a/ld/testsuite/ld-cris/libdso-11.d b/ld/testsuite/ld-cris/libdso-11.d index 0e00ad6..f95ca4f 100644 --- a/ld/testsuite/ld-cris/libdso-11.d +++ b/ld/testsuite/ld-cris/libdso-11.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: dsov32-1.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-12.d b/ld/testsuite/ld-cris/libdso-12.d index 7fe8342..1bf4596 100644 --- a/ld/testsuite/ld-cris/libdso-12.d +++ b/ld/testsuite/ld-cris/libdso-12.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: dsov32-1.s #source: dsov32-2.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux -z nocombreloc --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-12b.d b/ld/testsuite/ld-cris/libdso-12b.d index 215d188..a133f11 100644 --- a/ld/testsuite/ld-cris/libdso-12b.d +++ b/ld/testsuite/ld-cris/libdso-12b.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: dsov32-1.s #source: dsov32-2.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-12c.d b/ld/testsuite/ld-cris/libdso-12c.d index 949a0e7..484630e 100644 --- a/ld/testsuite/ld-cris/libdso-12c.d +++ b/ld/testsuite/ld-cris/libdso-12c.d @@ -2,7 +2,7 @@ #source: dsov32-1.s #source: dsov32-2.s #source: dso-1.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-13.d b/ld/testsuite/ld-cris/libdso-13.d index b50a5af..ad32019 100644 --- a/ld/testsuite/ld-cris/libdso-13.d +++ b/ld/testsuite/ld-cris/libdso-13.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: dsov32-3.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux -z nocombreloc --enable-new-dtags --hash-style=sysv #readelf: -d -r #warning: relocation R_CRIS_32_PCREL should not be used in a shared object; recompile with -fPIC diff --git a/ld/testsuite/ld-cris/libdso-13b.d b/ld/testsuite/ld-cris/libdso-13b.d index cf8200e..b592a9c 100644 --- a/ld/testsuite/ld-cris/libdso-13b.d +++ b/ld/testsuite/ld-cris/libdso-13b.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: dsov32-3.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv #readelf: -d -r diff --git a/ld/testsuite/ld-cris/libdso-14.d b/ld/testsuite/ld-cris/libdso-14.d index b87a5ce..ce4b8ad 100644 --- a/ld/testsuite/ld-cris/libdso-14.d +++ b/ld/testsuite/ld-cris/libdso-14.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: dsov32-4.s -#as: --pic --no-underscore --march=v32 --em=criself +#as: --pic --no-underscore --march=v32 --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #readelf: -d -r diff --git a/ld/testsuite/ld-cris/libdso-15.d b/ld/testsuite/ld-cris/libdso-15.d index e772fa3..6f9b575 100644 --- a/ld/testsuite/ld-cris/libdso-15.d +++ b/ld/testsuite/ld-cris/libdso-15.d @@ -1,5 +1,5 @@ #source: expdyn2.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --version-script $srcdir/$subdir/expalltst3 --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-15b.d b/ld/testsuite/ld-cris/libdso-15b.d index d02619b..161a58e 100644 --- a/ld/testsuite/ld-cris/libdso-15b.d +++ b/ld/testsuite/ld-cris/libdso-15b.d @@ -1,5 +1,5 @@ #source: expdref2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-15.so #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-15c.d b/ld/testsuite/ld-cris/libdso-15c.d index b035990..3adb952 100644 --- a/ld/testsuite/ld-cris/libdso-15c.d +++ b/ld/testsuite/ld-cris/libdso-15c.d @@ -1,5 +1,5 @@ #source: expdref2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-15.so #readelf: -d diff --git a/ld/testsuite/ld-cris/libdso-1b.d b/ld/testsuite/ld-cris/libdso-1b.d index 56e5788..6d88e13 100644 --- a/ld/testsuite/ld-cris/libdso-1b.d +++ b/ld/testsuite/ld-cris/libdso-1b.d @@ -1,5 +1,5 @@ #source: dso-1b.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv #objdump: -T diff --git a/ld/testsuite/ld-cris/libdso-1c.d b/ld/testsuite/ld-cris/libdso-1c.d index d69b857..218f296 100644 --- a/ld/testsuite/ld-cris/libdso-1c.d +++ b/ld/testsuite/ld-cris/libdso-1c.d @@ -1,5 +1,5 @@ #source: expdref1.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-1b.so #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-1d.d b/ld/testsuite/ld-cris/libdso-1d.d index 83a4337..7755b0e 100644 --- a/ld/testsuite/ld-cris/libdso-1d.d +++ b/ld/testsuite/ld-cris/libdso-1d.d @@ -1,6 +1,6 @@ #source: expdref1.s #source: expdyn1w.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-1b.so #objdump: -s -T diff --git a/ld/testsuite/ld-cris/libdso-2.d b/ld/testsuite/ld-cris/libdso-2.d index 900d00d..7133dd5 100644 --- a/ld/testsuite/ld-cris/libdso-2.d +++ b/ld/testsuite/ld-cris/libdso-2.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: dso-2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv --version-script $srcdir/$subdir/hide1 #readelf: -S -s -r diff --git a/ld/testsuite/ld-cris/libdso-3.d b/ld/testsuite/ld-cris/libdso-3.d index 9e18c59..c02eb3d 100644 --- a/ld/testsuite/ld-cris/libdso-3.d +++ b/ld/testsuite/ld-cris/libdso-3.d @@ -1,6 +1,6 @@ #source: expdyn1.s #source: dso-3.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux #objdump: -R diff --git a/ld/testsuite/ld-cris/libdso-4.d b/ld/testsuite/ld-cris/libdso-4.d index 3d57395..11a85a1 100644 --- a/ld/testsuite/ld-cris/libdso-4.d +++ b/ld/testsuite/ld-cris/libdso-4.d @@ -1,5 +1,5 @@ #source: dso-2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -T diff --git a/ld/testsuite/ld-cris/locref1.d b/ld/testsuite/ld-cris/locref1.d index ac26b28..da5d86c 100644 --- a/ld/testsuite/ld-cris/locref1.d +++ b/ld/testsuite/ld-cris/locref1.d @@ -1,4 +1,4 @@ -#as: --no-underscore --pic --em=criself +#as: --no-underscore --pic --emulation=criself #source: expdyn1.s #source: locref1.s #ld: -m crislinux diff --git a/ld/testsuite/ld-cris/locref2.d b/ld/testsuite/ld-cris/locref2.d index 0cf5394..4f8712b 100644 --- a/ld/testsuite/ld-cris/locref2.d +++ b/ld/testsuite/ld-cris/locref2.d @@ -1,4 +1,4 @@ -#as: --no-underscore --pic --em=criself +#as: --no-underscore --pic --emulation=criself #source: gotrel1.s #source: locref2.s #ld: -m crislinux diff --git a/ld/testsuite/ld-cris/nodyn4.d b/ld/testsuite/ld-cris/nodyn4.d index c1af092..9a20173 100644 --- a/ld/testsuite/ld-cris/nodyn4.d +++ b/ld/testsuite/ld-cris/nodyn4.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: comref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #readelf: -l diff --git a/ld/testsuite/ld-cris/nodyn5.d b/ld/testsuite/ld-cris/nodyn5.d index 28b581e..0130fa5 100644 --- a/ld/testsuite/ld-cris/nodyn5.d +++ b/ld/testsuite/ld-cris/nodyn5.d @@ -1,7 +1,7 @@ #source: expdyn1.s #source: expdref1.s --pic #source: comref1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -s -j .got diff --git a/ld/testsuite/ld-cris/pcrelcp-1.d b/ld/testsuite/ld-cris/pcrelcp-1.d index 0d5f6b8..7152308 100644 --- a/ld/testsuite/ld-cris/pcrelcp-1.d +++ b/ld/testsuite/ld-cris/pcrelcp-1.d @@ -1,4 +1,4 @@ -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -shared -m crislinux -z nocombreloc #ld_after_inputfiles: tmpdir/libdso-1b.so #warning: \A[^\n]*\.o, section `.text', to symbol `expfn@@TST2':[^\n]*recompile with -fPIC\Z diff --git a/ld/testsuite/ld-cris/pic-gc-72.d b/ld/testsuite/ld-cris/pic-gc-72.d index 3c096ea..269a5d2 100644 --- a/ld/testsuite/ld-cris/pic-gc-72.d +++ b/ld/testsuite/ld-cris/pic-gc-72.d @@ -1,7 +1,7 @@ #source: pic-gc-72.s #source: expdref1.s #source: expdyn1.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --gc-sections --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/pic-gc-73.d b/ld/testsuite/ld-cris/pic-gc-73.d index 603ce45..bafe483 100644 --- a/ld/testsuite/ld-cris/pic-gc-73.d +++ b/ld/testsuite/ld-cris/pic-gc-73.d @@ -1,6 +1,6 @@ #source: pic-gc-73.s #source: expdyn1.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --gc-sections --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/pr16044.d b/ld/testsuite/ld-cris/pr16044.d index 9bb264b..59e90bb 100644 --- a/ld/testsuite/ld-cris/pr16044.d +++ b/ld/testsuite/ld-cris/pr16044.d @@ -1,7 +1,7 @@ #source: dso-4.s #source: dso-2b.s #source: dso-1c.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --hash-style=sysv #readelf: -s -r diff --git a/ld/testsuite/ld-cris/pr26589.d b/ld/testsuite/ld-cris/pr26589.d index aee3143..17da49a 100644 --- a/ld/testsuite/ld-cris/pr26589.d +++ b/ld/testsuite/ld-cris/pr26589.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: locref3.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux #readelf: --dyn-syms -r diff --git a/ld/testsuite/ld-cris/pv32-1.d b/ld/testsuite/ld-cris/pv32-1.d index 3b17e23..0d9a924 100644 --- a/ld/testsuite/ld-cris/pv32-1.d +++ b/ld/testsuite/ld-cris/pv32-1.d @@ -1,5 +1,5 @@ #source: pv32.s -#as: --march=v32 --no-underscore --em=criself +#as: --march=v32 --no-underscore --emulation=criself #ld: -e here -m crislinux tmpdir/libdso-12.so --hash-style=sysv #objdump: -s -T diff --git a/ld/testsuite/ld-cris/tls-dso-dtpoffd2.d b/ld/testsuite/ld-cris/tls-dso-dtpoffd2.d index 46ad8ab..cd99981 100644 --- a/ld/testsuite/ld-cris/tls-dso-dtpoffd2.d +++ b/ld/testsuite/ld-cris/tls-dso-dtpoffd2.d @@ -3,7 +3,7 @@ #source: tls-gd-1.s #source: tls128.s #source: tls-x.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux --shared --hash-style=sysv --hash-style=sysv #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-dso-dtpoffd4.d b/ld/testsuite/ld-cris/tls-dso-dtpoffd4.d index a8f1305..b1792e8 100644 --- a/ld/testsuite/ld-cris/tls-dso-dtpoffd4.d +++ b/ld/testsuite/ld-cris/tls-dso-dtpoffd4.d @@ -3,7 +3,7 @@ #source: tls-gd-1.s #source: tls128.s #source: tls-commx.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux --shared --hash-style=sysv #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d b/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d index a591113..fcdfe4e 100644 --- a/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d +++ b/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-dso-tpoffgotcomm1.s -#as: --no-underscore --pic --em=criself -I$srcdir/$subdir +#as: --no-underscore --pic --emulation=criself -I$srcdir/$subdir #ld: -m crislinux -shared --hash-style=sysv #objdump: -d -h -s -t -r -R -p diff --git a/ld/testsuite/ld-cris/tls-dso-x1x2-1.d b/ld/testsuite/ld-cris/tls-dso-x1x2-1.d index 6168701..29e3ed7 100644 --- a/ld/testsuite/ld-cris/tls-dso-x1x2-1.d +++ b/ld/testsuite/ld-cris/tls-dso-x1x2-1.d @@ -1,6 +1,6 @@ #source: tls-hx.s #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #objdump: -T diff --git a/ld/testsuite/ld-cris/tls-dso-xz-1.d b/ld/testsuite/ld-cris/tls-dso-xz-1.d index 9a33b78..87a0165 100644 --- a/ld/testsuite/ld-cris/tls-dso-xz-1.d +++ b/ld/testsuite/ld-cris/tls-dso-xz-1.d @@ -2,7 +2,7 @@ #source: tls-hx1x2.s #source: tls-x.s #source: tls-z.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared #objdump: -T diff --git a/ld/testsuite/ld-cris/tls-e-20.d b/ld/testsuite/ld-cris/tls-e-20.d index eb323a5..d192e84 100644 --- a/ld/testsuite/ld-cris/tls-e-20.d +++ b/ld/testsuite/ld-cris/tls-e-20.d @@ -4,7 +4,7 @@ #source: tls-ld-6.s --pic #source: tls-ie-10.s --pic #source: tls-hx1x2.s --pic -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-20a.d b/ld/testsuite/ld-cris/tls-e-20a.d index 7d5a95e..5680184 100644 --- a/ld/testsuite/ld-cris/tls-e-20a.d +++ b/ld/testsuite/ld-cris/tls-e-20a.d @@ -6,7 +6,7 @@ #source: tls-ie-10.s #source: tls-hx.s #source: tls-hx1x2.s -#as: --no-underscore --em=criself -I$srcdir/$subdir --pic +#as: --no-underscore --emulation=criself -I$srcdir/$subdir --pic #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-21.d b/ld/testsuite/ld-cris/tls-e-21.d index 80ca3e3..33c2214 100644 --- a/ld/testsuite/ld-cris/tls-e-21.d +++ b/ld/testsuite/ld-cris/tls-e-21.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-gd-2.s #source: tls-hx.s -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-22.d b/ld/testsuite/ld-cris/tls-e-22.d index 93ab45d..c49a4b4 100644 --- a/ld/testsuite/ld-cris/tls-e-22.d +++ b/ld/testsuite/ld-cris/tls-e-22.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-ld-6.s #source: tls-hx.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-23.d b/ld/testsuite/ld-cris/tls-e-23.d index a09d55e..ae07bb2 100644 --- a/ld/testsuite/ld-cris/tls-e-23.d +++ b/ld/testsuite/ld-cris/tls-e-23.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-ie-10.s #source: tls-hx.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-66.d b/ld/testsuite/ld-cris/tls-e-66.d index ba1755d..f556ddf 100644 --- a/ld/testsuite/ld-cris/tls-e-66.d +++ b/ld/testsuite/ld-cris/tls-e-66.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-le-12s.s #source: tls-z.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p -h diff --git a/ld/testsuite/ld-cris/tls-e-80.d b/ld/testsuite/ld-cris/tls-e-80.d index 15ce3d7..919be62 100644 --- a/ld/testsuite/ld-cris/tls-e-80.d +++ b/ld/testsuite/ld-cris/tls-e-80.d @@ -8,7 +8,7 @@ #source: tls-ld-6.s --pic #source: tls-ie-10.s --pic #source: tls-hx1x2.s --pic -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-dtpoffd1.d b/ld/testsuite/ld-cris/tls-e-dtpoffd1.d index 5da24b5..3d07dbc 100644 --- a/ld/testsuite/ld-cris/tls-e-dtpoffd1.d +++ b/ld/testsuite/ld-cris/tls-e-dtpoffd1.d @@ -3,7 +3,7 @@ #source: tls-gd-1.s #source: tls128.s #source: tls-x.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-dtpoffd3.d b/ld/testsuite/ld-cris/tls-e-dtpoffd3.d index 6013a3a..f619598 100644 --- a/ld/testsuite/ld-cris/tls-e-dtpoffd3.d +++ b/ld/testsuite/ld-cris/tls-e-dtpoffd3.d @@ -3,7 +3,7 @@ #source: tls-gd-1.s #source: tls128.s #source: tls-commx.s -#as: --no-underscore --em=criself --pic -I$srcdir/$subdir +#as: --no-underscore --emulation=criself --pic -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-tpiecomm1.d b/ld/testsuite/ld-cris/tls-e-tpiecomm1.d index 2e0f0f0..0360790 100644 --- a/ld/testsuite/ld-cris/tls-e-tpiecomm1.d +++ b/ld/testsuite/ld-cris/tls-e-tpiecomm1.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-e-tpiecomm1.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-tpoffcomm1.d b/ld/testsuite/ld-cris/tls-e-tpoffcomm1.d index 4fc067e..4300a22 100644 --- a/ld/testsuite/ld-cris/tls-e-tpoffcomm1.d +++ b/ld/testsuite/ld-cris/tls-e-tpoffcomm1.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-e-tpoffcomm1.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-e-tpoffgotcomm1.d b/ld/testsuite/ld-cris/tls-e-tpoffgotcomm1.d index 9d34f68..a0501e9 100644 --- a/ld/testsuite/ld-cris/tls-e-tpoffgotcomm1.d +++ b/ld/testsuite/ld-cris/tls-e-tpoffgotcomm1.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-dso-tpoffgotcomm1.s --pic -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -h -t -p diff --git a/ld/testsuite/ld-cris/tls-err-20x.d b/ld/testsuite/ld-cris/tls-err-20x.d index 9a3af03..06661dc 100644 --- a/ld/testsuite/ld-cris/tls-err-20x.d +++ b/ld/testsuite/ld-cris/tls-err-20x.d @@ -3,7 +3,7 @@ #source: tls-ld-6.s --pic #source: tls-ie-10.s --pic #source: tls-hx.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: in function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: undefined reference to `x2'\Z diff --git a/ld/testsuite/ld-cris/tls-err-24.d b/ld/testsuite/ld-cris/tls-err-24.d index 0867870..504b76e 100644 --- a/ld/testsuite/ld-cris/tls-err-24.d +++ b/ld/testsuite/ld-cris/tls-err-24.d @@ -1,6 +1,6 @@ #source: tls-le-12s.s #source: tls-z.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: --shared -m crislinux #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-err-25.d b/ld/testsuite/ld-cris/tls-err-25.d index e162d6e..6f049f2 100644 --- a/ld/testsuite/ld-cris/tls-err-25.d +++ b/ld/testsuite/ld-cris/tls-err-25.d @@ -1,6 +1,6 @@ #source: tls-le-12.s #source: tls-z.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: --shared -m crislinux #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-err-26.d b/ld/testsuite/ld-cris/tls-err-26.d index 45ebfe2..e8f18a3 100644 --- a/ld/testsuite/ld-cris/tls-err-26.d +++ b/ld/testsuite/ld-cris/tls-err-26.d @@ -1,6 +1,6 @@ #source: tls-ld-4.s #source: tls-x.s -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-27.d b/ld/testsuite/ld-cris/tls-err-27.d index ce55924..876e5ad 100644 --- a/ld/testsuite/ld-cris/tls-err-27.d +++ b/ld/testsuite/ld-cris/tls-err-27.d @@ -1,6 +1,6 @@ #source: tls-ld-6.s #source: tls-x.s -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-28.d b/ld/testsuite/ld-cris/tls-err-28.d index 8ccd40b..4edf9f9 100644 --- a/ld/testsuite/ld-cris/tls-err-28.d +++ b/ld/testsuite/ld-cris/tls-err-28.d @@ -1,6 +1,6 @@ #source: tls-gd-3.s #source: tls-x.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: --shared -m crislinux #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-err-29.d b/ld/testsuite/ld-cris/tls-err-29.d index e0d7327..d5c9d75 100644 --- a/ld/testsuite/ld-cris/tls-err-29.d +++ b/ld/testsuite/ld-cris/tls-err-29.d @@ -1,6 +1,6 @@ #source: init.s #source: tls-gdgotrelm.s --defsym r=8192 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-31.d b/ld/testsuite/ld-cris/tls-err-31.d index b7484ad..ccc5027 100644 --- a/ld/testsuite/ld-cris/tls-err-31.d +++ b/ld/testsuite/ld-cris/tls-err-31.d @@ -1,5 +1,5 @@ #source: tls-dtprelm.s --defsym r=32768 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-33.d b/ld/testsuite/ld-cris/tls-err-33.d index 329fae1..d3fb231 100644 --- a/ld/testsuite/ld-cris/tls-err-33.d +++ b/ld/testsuite/ld-cris/tls-err-33.d @@ -1,5 +1,5 @@ #source: tls-gottprelm.s --defsym r=8190 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-35.d b/ld/testsuite/ld-cris/tls-err-35.d index b203e35..7d7a371 100644 --- a/ld/testsuite/ld-cris/tls-err-35.d +++ b/ld/testsuite/ld-cris/tls-err-35.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-tprelm.s --defsym r=32768 -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-37.d b/ld/testsuite/ld-cris/tls-err-37.d index a41dd0a..10a2cc2 100644 --- a/ld/testsuite/ld-cris/tls-err-37.d +++ b/ld/testsuite/ld-cris/tls-err-37.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-gd-2.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-39.d b/ld/testsuite/ld-cris/tls-err-39.d index fbdc698..a666fcb 100644 --- a/ld/testsuite/ld-cris/tls-err-39.d +++ b/ld/testsuite/ld-cris/tls-err-39.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-ld-6.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-40.d b/ld/testsuite/ld-cris/tls-err-40.d index 91b4165..8bcd356 100644 --- a/ld/testsuite/ld-cris/tls-err-40.d +++ b/ld/testsuite/ld-cris/tls-err-40.d @@ -1,5 +1,5 @@ #source: tls-ld-6.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared #error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-41.d b/ld/testsuite/ld-cris/tls-err-41.d index 0c4705f..b74bbb8 100644 --- a/ld/testsuite/ld-cris/tls-err-41.d +++ b/ld/testsuite/ld-cris/tls-err-41.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-ie-10.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-43.d b/ld/testsuite/ld-cris/tls-err-43.d index bb3abb4..de5eb4c 100644 --- a/ld/testsuite/ld-cris/tls-err-43.d +++ b/ld/testsuite/ld-cris/tls-err-43.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-le-12.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-44.d b/ld/testsuite/ld-cris/tls-err-44.d index 941e21c..f70a965 100644 --- a/ld/testsuite/ld-cris/tls-err-44.d +++ b/ld/testsuite/ld-cris/tls-err-44.d @@ -1,5 +1,5 @@ #source: tls-le-12.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-err-45.d b/ld/testsuite/ld-cris/tls-err-45.d index 28faa30..dedab8f 100644 --- a/ld/testsuite/ld-cris/tls-err-45.d +++ b/ld/testsuite/ld-cris/tls-err-45.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-gd-1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-47.d b/ld/testsuite/ld-cris/tls-err-47.d index 4f7139b..035ca1e 100644 --- a/ld/testsuite/ld-cris/tls-err-47.d +++ b/ld/testsuite/ld-cris/tls-err-47.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-ld-4.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-48.d b/ld/testsuite/ld-cris/tls-err-48.d index 756f1b5..5530c34 100644 --- a/ld/testsuite/ld-cris/tls-err-48.d +++ b/ld/testsuite/ld-cris/tls-err-48.d @@ -1,5 +1,5 @@ #source: tls-ld-4.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared #error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-49.d b/ld/testsuite/ld-cris/tls-err-49.d index 5d8a9c9..6509560 100644 --- a/ld/testsuite/ld-cris/tls-err-49.d +++ b/ld/testsuite/ld-cris/tls-err-49.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-ie-8.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-51.d b/ld/testsuite/ld-cris/tls-err-51.d index 3891aac..efe5f3c 100644 --- a/ld/testsuite/ld-cris/tls-err-51.d +++ b/ld/testsuite/ld-cris/tls-err-51.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-le-12s.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-52.d b/ld/testsuite/ld-cris/tls-err-52.d index b2f85cf..9aeb260 100644 --- a/ld/testsuite/ld-cris/tls-err-52.d +++ b/ld/testsuite/ld-cris/tls-err-52.d @@ -1,5 +1,5 @@ #source: tls-le-12s.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-err-53.d b/ld/testsuite/ld-cris/tls-err-53.d index 89884be..31f3a3c 100644 --- a/ld/testsuite/ld-cris/tls-err-53.d +++ b/ld/testsuite/ld-cris/tls-err-53.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-ld-4.s -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: -m crislinux tmpdir/tls-dso-xz-1.so #error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-55.d b/ld/testsuite/ld-cris/tls-err-55.d index 32f0517..10a8016 100644 --- a/ld/testsuite/ld-cris/tls-err-55.d +++ b/ld/testsuite/ld-cris/tls-err-55.d @@ -1,5 +1,5 @@ #source: tls-err-55.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-56.d b/ld/testsuite/ld-cris/tls-err-56.d index 8a68dd1..d46e27e 100644 --- a/ld/testsuite/ld-cris/tls-err-56.d +++ b/ld/testsuite/ld-cris/tls-err-56.d @@ -1,5 +1,5 @@ #source: tls-err-56.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-62.d b/ld/testsuite/ld-cris/tls-err-62.d index da64d1c..1e18000 100644 --- a/ld/testsuite/ld-cris/tls-err-62.d +++ b/ld/testsuite/ld-cris/tls-err-62.d @@ -1,5 +1,5 @@ #source: tls-err-62.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_TPREL with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-65.d b/ld/testsuite/ld-cris/tls-err-65.d index 62958a2..0de5e51 100644 --- a/ld/testsuite/ld-cris/tls-err-65.d +++ b/ld/testsuite/ld-cris/tls-err-65.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-le-12s.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux tmpdir/tls-dso-xz-1.so #error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z diff --git a/ld/testsuite/ld-cris/tls-err-67.d b/ld/testsuite/ld-cris/tls-err-67.d index 6a010e1..a1493e5 100644 --- a/ld/testsuite/ld-cris/tls-err-67.d +++ b/ld/testsuite/ld-cris/tls-err-67.d @@ -1,6 +1,6 @@ #source: init.s #source: tls-gdgotrelm.s --defsym r=8203 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux #error: \A[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*omitted[^\n]*\Z diff --git a/ld/testsuite/ld-cris/tls-err-77.d b/ld/testsuite/ld-cris/tls-err-77.d index 6b7696b..2888da3 100644 --- a/ld/testsuite/ld-cris/tls-err-77.d +++ b/ld/testsuite/ld-cris/tls-err-77.d @@ -1,6 +1,6 @@ #source: tls-ie-8e.s #source: tls-x.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: --shared -m crislinux #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z diff --git a/ld/testsuite/ld-cris/tls-gc-68.d b/ld/testsuite/ld-cris/tls-gc-68.d index c1a7d25..a2c04f1 100644 --- a/ld/testsuite/ld-cris/tls-gc-68.d +++ b/ld/testsuite/ld-cris/tls-gc-68.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-x.s #source: tls-local-58.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --gc-sections #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gc-69.d b/ld/testsuite/ld-cris/tls-gc-69.d index ef02437..3714efb 100644 --- a/ld/testsuite/ld-cris/tls-gc-69.d +++ b/ld/testsuite/ld-cris/tls-gc-69.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-x.s #source: tls-local-59.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --gc-sections #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gc-70.d b/ld/testsuite/ld-cris/tls-gc-70.d index 74d0d13..b6c5c76 100644 --- a/ld/testsuite/ld-cris/tls-gc-70.d +++ b/ld/testsuite/ld-cris/tls-gc-70.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-gd-3.s #source: tls-x.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --gc-sections #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gc-71.d b/ld/testsuite/ld-cris/tls-gc-71.d index 343204e..c6f35ca 100644 --- a/ld/testsuite/ld-cris/tls-gc-71.d +++ b/ld/testsuite/ld-cris/tls-gc-71.d @@ -2,7 +2,7 @@ #source: init.s #source: tls128g.s #source: tls-hx.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --gc-sections --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/tls-gc-75.d b/ld/testsuite/ld-cris/tls-gc-75.d index f377dc2..2ce0fcf 100644 --- a/ld/testsuite/ld-cris/tls-gc-75.d +++ b/ld/testsuite/ld-cris/tls-gc-75.d @@ -4,7 +4,7 @@ #source: tls-ie-10.s #source: tls-gd-1.s #source: tls-ie-8.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --gc-sections #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gc-76.d b/ld/testsuite/ld-cris/tls-gc-76.d index 2bcf25c..01d37c9 100644 --- a/ld/testsuite/ld-cris/tls-gc-76.d +++ b/ld/testsuite/ld-cris/tls-gc-76.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --gc-sections -u gc76fn #source: start1.s #source: tls-gc-76.s diff --git a/ld/testsuite/ld-cris/tls-gc-79.d b/ld/testsuite/ld-cris/tls-gc-79.d index a5bd7ff..92fce15 100644 --- a/ld/testsuite/ld-cris/tls-gc-79.d +++ b/ld/testsuite/ld-cris/tls-gc-79.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-ie-8e.s #source: tls-x.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --gc-sections #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gd-1.d b/ld/testsuite/ld-cris/tls-gd-1.d index 5156a27..61d5804 100644 --- a/ld/testsuite/ld-cris/tls-gd-1.d +++ b/ld/testsuite/ld-cris/tls-gd-1.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-gd-1.s #source: tls128.s diff --git a/ld/testsuite/ld-cris/tls-gd-1h.d b/ld/testsuite/ld-cris/tls-gd-1h.d index e012304..242f3ac 100644 --- a/ld/testsuite/ld-cris/tls-gd-1h.d +++ b/ld/testsuite/ld-cris/tls-gd-1h.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-gd-1.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-gd-2.d b/ld/testsuite/ld-cris/tls-gd-2.d index 107687c..989fa56 100644 --- a/ld/testsuite/ld-cris/tls-gd-2.d +++ b/ld/testsuite/ld-cris/tls-gd-2.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-gd-2.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-gd-2h.d b/ld/testsuite/ld-cris/tls-gd-2h.d index f5eaa8b..1041de4 100644 --- a/ld/testsuite/ld-cris/tls-gd-2h.d +++ b/ld/testsuite/ld-cris/tls-gd-2h.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-gd-2.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-gd-3.d b/ld/testsuite/ld-cris/tls-gd-3.d index b2de851..d9ed9de 100644 --- a/ld/testsuite/ld-cris/tls-gd-3.d +++ b/ld/testsuite/ld-cris/tls-gd-3.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-gd-3.s #source: tls-x.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-gd-3h.d b/ld/testsuite/ld-cris/tls-gd-3h.d index 898a670..69455e6 100644 --- a/ld/testsuite/ld-cris/tls-gd-3h.d +++ b/ld/testsuite/ld-cris/tls-gd-3h.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-gd-3.s #source: tls-hx.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-global-74.d b/ld/testsuite/ld-cris/tls-global-74.d index b70c6a9..e0b9859 100644 --- a/ld/testsuite/ld-cris/tls-global-74.d +++ b/ld/testsuite/ld-cris/tls-global-74.d @@ -4,7 +4,7 @@ #source: tls-ie-10.s #source: tls-gd-1.s #source: tls-ie-8.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-ie-10.d b/ld/testsuite/ld-cris/tls-ie-10.d index 0df1e9d..bf010f0 100644 --- a/ld/testsuite/ld-cris/tls-ie-10.d +++ b/ld/testsuite/ld-cris/tls-ie-10.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ie-10.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ie-11.d b/ld/testsuite/ld-cris/tls-ie-11.d index 3bd727a..8a43359 100644 --- a/ld/testsuite/ld-cris/tls-ie-11.d +++ b/ld/testsuite/ld-cris/tls-ie-11.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ie-11.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ie-78.d b/ld/testsuite/ld-cris/tls-ie-78.d index ae9862c..7e477490 100644 --- a/ld/testsuite/ld-cris/tls-ie-78.d +++ b/ld/testsuite/ld-cris/tls-ie-78.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls128.s #source: tls-ie-8e.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/tls-dso-xz-1.so #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-ie-8.d b/ld/testsuite/ld-cris/tls-ie-8.d index 4af78fb..deed73f 100644 --- a/ld/testsuite/ld-cris/tls-ie-8.d +++ b/ld/testsuite/ld-cris/tls-ie-8.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ie-8.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ie-8e1.d b/ld/testsuite/ld-cris/tls-ie-8e1.d index 0093935..2666e3e 100644 --- a/ld/testsuite/ld-cris/tls-ie-8e1.d +++ b/ld/testsuite/ld-cris/tls-ie-8e1.d @@ -1,4 +1,4 @@ -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #source: start1.s #source: tls-ie-8e.s diff --git a/ld/testsuite/ld-cris/tls-ie-9.d b/ld/testsuite/ld-cris/tls-ie-9.d index c1b5b1a..5334dc5 100644 --- a/ld/testsuite/ld-cris/tls-ie-9.d +++ b/ld/testsuite/ld-cris/tls-ie-9.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ie-9.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-js1.d b/ld/testsuite/ld-cris/tls-js1.d index f007ea4..099d046 100644 --- a/ld/testsuite/ld-cris/tls-js1.d +++ b/ld/testsuite/ld-cris/tls-js1.d @@ -4,7 +4,7 @@ #source: expdyn1.s #source: tls-hx.s #source: dso-1.s -#as: --pic --no-underscore --em=criself --march=v32 +#as: --pic --no-underscore --emulation=criself --march=v32 #ld: --shared -m crislinux --hash-style=sysv #readelf: -a diff --git a/ld/testsuite/ld-cris/tls-ld-4.d b/ld/testsuite/ld-cris/tls-ld-4.d index ea1fc29..2d2c7c5 100644 --- a/ld/testsuite/ld-cris/tls-ld-4.d +++ b/ld/testsuite/ld-cris/tls-ld-4.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ld-4.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ld-5.d b/ld/testsuite/ld-cris/tls-ld-5.d index 5d423aa..f2bb06e 100644 --- a/ld/testsuite/ld-cris/tls-ld-5.d +++ b/ld/testsuite/ld-cris/tls-ld-5.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ld-5.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ld-6.d b/ld/testsuite/ld-cris/tls-ld-6.d index 21dbabe..db00c15 100644 --- a/ld/testsuite/ld-cris/tls-ld-6.d +++ b/ld/testsuite/ld-cris/tls-ld-6.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --hash-style=sysv #source: tls128g.s #source: tls-ld-6.s diff --git a/ld/testsuite/ld-cris/tls-ld-7.d b/ld/testsuite/ld-cris/tls-ld-7.d index e0fb31e..7f89a90 100644 --- a/ld/testsuite/ld-cris/tls-ld-7.d +++ b/ld/testsuite/ld-cris/tls-ld-7.d @@ -1,4 +1,4 @@ -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #source: tls-ld-7.s #source: tls128g.s diff --git a/ld/testsuite/ld-cris/tls-ldgd-14.d b/ld/testsuite/ld-cris/tls-ldgd-14.d index 0c1d486..1a93a47 100644 --- a/ld/testsuite/ld-cris/tls-ldgd-14.d +++ b/ld/testsuite/ld-cris/tls-ldgd-14.d @@ -5,7 +5,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/tls-ldgd-15.d b/ld/testsuite/ld-cris/tls-ldgd-15.d index 7916d31..a51e8ff 100644 --- a/ld/testsuite/ld-cris/tls-ldgd-15.d +++ b/ld/testsuite/ld-cris/tls-ldgd-15.d @@ -5,7 +5,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/tls-ldgde-14.d b/ld/testsuite/ld-cris/tls-ldgde-14.d index 9eada3e..0f2d90d 100644 --- a/ld/testsuite/ld-cris/tls-ldgde-14.d +++ b/ld/testsuite/ld-cris/tls-ldgde-14.d @@ -6,7 +6,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-ldgde-15.d b/ld/testsuite/ld-cris/tls-ldgde-15.d index d5e993d..8b3c6ed 100644 --- a/ld/testsuite/ld-cris/tls-ldgde-15.d +++ b/ld/testsuite/ld-cris/tls-ldgde-15.d @@ -6,7 +6,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-ldgdex-14.d b/ld/testsuite/ld-cris/tls-ldgdex-14.d index 86a8d4e..b96e6de 100644 --- a/ld/testsuite/ld-cris/tls-ldgdex-14.d +++ b/ld/testsuite/ld-cris/tls-ldgdex-14.d @@ -4,7 +4,7 @@ #source: tls-gd-1.s #source: tls-ldgd-14.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux tmpdir/tls-dso-xz-1.so --hash-style=sysv #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-ldgdex-15.d b/ld/testsuite/ld-cris/tls-ldgdex-15.d index 0a4e527..0589a35 100644 --- a/ld/testsuite/ld-cris/tls-ldgdex-15.d +++ b/ld/testsuite/ld-cris/tls-ldgdex-15.d @@ -4,7 +4,7 @@ #source: tls-gd-2.s #source: tls-ldgd-15.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux tmpdir/tls-dso-xz-1.so --hash-style=sysv #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-ldgdx-14.d b/ld/testsuite/ld-cris/tls-ldgdx-14.d index a773522..d9d229e 100644 --- a/ld/testsuite/ld-cris/tls-ldgdx-14.d +++ b/ld/testsuite/ld-cris/tls-ldgdx-14.d @@ -3,7 +3,7 @@ #source: tls-gd-1.s #source: tls-ldgd-14.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv tmpdir/tls-dso-xz-1.so #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-ldgdx-15.d b/ld/testsuite/ld-cris/tls-ldgdx-15.d index e0b9a53..ac3dfd6 100644 --- a/ld/testsuite/ld-cris/tls-ldgdx-15.d +++ b/ld/testsuite/ld-cris/tls-ldgdx-15.d @@ -3,7 +3,7 @@ #source: tls-gd-2.s #source: tls-ldgd-15.s #source: tls-hx1x2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux --hash-style=sysv tmpdir/tls-dso-xz-1.so #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-le-12.d b/ld/testsuite/ld-cris/tls-le-12.d index d24b21b..b5d8abf 100644 --- a/ld/testsuite/ld-cris/tls-le-12.d +++ b/ld/testsuite/ld-cris/tls-le-12.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-le-12.s #source: tls-z.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p -h diff --git a/ld/testsuite/ld-cris/tls-le-12s.d b/ld/testsuite/ld-cris/tls-le-12s.d index 96570e9..b69b871 100644 --- a/ld/testsuite/ld-cris/tls-le-12s.d +++ b/ld/testsuite/ld-cris/tls-le-12s.d @@ -2,7 +2,7 @@ #source: tls-le-12s.s #source: tls-z.s #source: tls128.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p -h diff --git a/ld/testsuite/ld-cris/tls-le-13.d b/ld/testsuite/ld-cris/tls-le-13.d index 3d969ac..c04de57 100644 --- a/ld/testsuite/ld-cris/tls-le-13.d +++ b/ld/testsuite/ld-cris/tls-le-13.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-le-13.s #source: tls-x1x2.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p -h diff --git a/ld/testsuite/ld-cris/tls-le-13s.d b/ld/testsuite/ld-cris/tls-le-13s.d index 146c913..dc5720e 100644 --- a/ld/testsuite/ld-cris/tls-le-13s.d +++ b/ld/testsuite/ld-cris/tls-le-13s.d @@ -2,7 +2,7 @@ #source: tls128.s #source: tls-le-13s.s #source: tls-x1x2.s -#as: --no-underscore --em=criself -I$srcdir/$subdir +#as: --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -d -s -t -r -p -h diff --git a/ld/testsuite/ld-cris/tls-legd-16.d b/ld/testsuite/ld-cris/tls-legd-16.d index 092d39e..b5fc3d7 100644 --- a/ld/testsuite/ld-cris/tls-legd-16.d +++ b/ld/testsuite/ld-cris/tls-legd-16.d @@ -6,7 +6,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-legd-17.d b/ld/testsuite/ld-cris/tls-legd-17.d index 49f2d45..f7f4421 100644 --- a/ld/testsuite/ld-cris/tls-legd-17.d +++ b/ld/testsuite/ld-cris/tls-legd-17.d @@ -6,7 +6,7 @@ #source: tls-x.s #source: tls-z.s #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-legdx-16.d b/ld/testsuite/ld-cris/tls-legdx-16.d index badbeb3..11816cc 100644 --- a/ld/testsuite/ld-cris/tls-legdx-16.d +++ b/ld/testsuite/ld-cris/tls-legdx-16.d @@ -4,7 +4,7 @@ #source: tls-gd-3.s #source: tls-legd-16.s #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux tmpdir/tls-dso-xz-1.so --hash-style=sysv #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-legdx-17.d b/ld/testsuite/ld-cris/tls-legdx-17.d index 5b2c7ec..9eba531 100644 --- a/ld/testsuite/ld-cris/tls-legdx-17.d +++ b/ld/testsuite/ld-cris/tls-legdx-17.d @@ -4,7 +4,7 @@ #source: tls-gd-2.s --pic #source: tls-ldgd-14.s --pic #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux tmpdir/tls-dso-xz-1.so --hash-style=sysv #objdump: -s -h -t -T -R -r -p diff --git a/ld/testsuite/ld-cris/tls-leie-18.d b/ld/testsuite/ld-cris/tls-leie-18.d index edff43c..2285f46 100644 --- a/ld/testsuite/ld-cris/tls-leie-18.d +++ b/ld/testsuite/ld-cris/tls-leie-18.d @@ -3,7 +3,7 @@ #source: tls-le-13s.s #source: tls-ie-9.s --pic #source: tls-x1x2.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-leie-19.d b/ld/testsuite/ld-cris/tls-leie-19.d index 859e2e6..09f5cf6 100644 --- a/ld/testsuite/ld-cris/tls-leie-19.d +++ b/ld/testsuite/ld-cris/tls-leie-19.d @@ -6,7 +6,7 @@ #source: tls-hx1x2.s #source: tls-x.s #source: tls-z.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -d -s -h -t -r -p diff --git a/ld/testsuite/ld-cris/tls-local-54.d b/ld/testsuite/ld-cris/tls-local-54.d index 0098e56..1209cfd 100644 --- a/ld/testsuite/ld-cris/tls-local-54.d +++ b/ld/testsuite/ld-cris/tls-local-54.d @@ -1,5 +1,5 @@ #source: tls-local-54.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -t -R -p -T diff --git a/ld/testsuite/ld-cris/tls-local-57.d b/ld/testsuite/ld-cris/tls-local-57.d index cce2486..ed74fe0 100644 --- a/ld/testsuite/ld-cris/tls-local-57.d +++ b/ld/testsuite/ld-cris/tls-local-57.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-x.s #source: tls-local-57.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-local-58.d b/ld/testsuite/ld-cris/tls-local-58.d index d7926bd..e22b393 100644 --- a/ld/testsuite/ld-cris/tls-local-58.d +++ b/ld/testsuite/ld-cris/tls-local-58.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-x.s #source: tls-local-58.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-local-59.d b/ld/testsuite/ld-cris/tls-local-59.d index c37584b..ee68c3a 100644 --- a/ld/testsuite/ld-cris/tls-local-59.d +++ b/ld/testsuite/ld-cris/tls-local-59.d @@ -1,7 +1,7 @@ #source: start1.s #source: tls-x.s #source: tls-local-59.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux #objdump: -s -t -r -p diff --git a/ld/testsuite/ld-cris/tls-local-60.d b/ld/testsuite/ld-cris/tls-local-60.d index ce64203..acbed26 100644 --- a/ld/testsuite/ld-cris/tls-local-60.d +++ b/ld/testsuite/ld-cris/tls-local-60.d @@ -1,6 +1,6 @@ #source: tls-x.s #source: tls-local-59.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --shared --hash-style=sysv #objdump: -s -t -r -p -R -T diff --git a/ld/testsuite/ld-cris/tls-local-61.d b/ld/testsuite/ld-cris/tls-local-61.d index c902a87..1a47880 100644 --- a/ld/testsuite/ld-cris/tls-local-61.d +++ b/ld/testsuite/ld-cris/tls-local-61.d @@ -1,5 +1,5 @@ #source: tls-local-59.s -#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#as: --pic --no-underscore --emulation=criself -I$srcdir/$subdir #ld: -m crislinux --shared --hash-style=sysv #objdump: -s -t -r -p -R -T diff --git a/ld/testsuite/ld-cris/tls-local-63.d b/ld/testsuite/ld-cris/tls-local-63.d index 7fde60a..4dcdb2e 100644 --- a/ld/testsuite/ld-cris/tls-local-63.d +++ b/ld/testsuite/ld-cris/tls-local-63.d @@ -1,6 +1,6 @@ #source: tls-ie-8.s --pic #source: tls-hx.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 6 -x 8 -x 5 diff --git a/ld/testsuite/ld-cris/tls-local-64.d b/ld/testsuite/ld-cris/tls-local-64.d index ec0b0ea..38f90c8 100644 --- a/ld/testsuite/ld-cris/tls-local-64.d +++ b/ld/testsuite/ld-cris/tls-local-64.d @@ -1,7 +1,7 @@ #source: tls-ie-8.s --pic #source: tls128.s #source: tls-hx.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 6 -x 8 -x 5 diff --git a/ld/testsuite/ld-cris/tls-ok-30.d b/ld/testsuite/ld-cris/tls-ok-30.d index b5f0f56..3e1cbcb 100644 --- a/ld/testsuite/ld-cris/tls-ok-30.d +++ b/ld/testsuite/ld-cris/tls-ok-30.d @@ -1,5 +1,5 @@ #source: tls-gdgotrelm.s --defsym r=8191 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -j .got -R diff --git a/ld/testsuite/ld-cris/tls-ok-32.d b/ld/testsuite/ld-cris/tls-ok-32.d index 6f7dab0..64e4e07 100644 --- a/ld/testsuite/ld-cris/tls-ok-32.d +++ b/ld/testsuite/ld-cris/tls-ok-32.d @@ -1,5 +1,5 @@ #source: tls-dtprelm.s --defsym r=32767 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -j .got -j .text -j .tdata -R diff --git a/ld/testsuite/ld-cris/tls-ok-34.d b/ld/testsuite/ld-cris/tls-ok-34.d index ec2f7ee..c5cf66f 100644 --- a/ld/testsuite/ld-cris/tls-ok-34.d +++ b/ld/testsuite/ld-cris/tls-ok-34.d @@ -1,5 +1,5 @@ #source: tls-gottprelm.s --defsym r=8189 -#as: --no-underscore --em=criself --pic +#as: --no-underscore --emulation=criself --pic #ld: --shared -m crislinux --hash-style=sysv #objdump: -s -j .got -R diff --git a/ld/testsuite/ld-cris/tls-ok-36.d b/ld/testsuite/ld-cris/tls-ok-36.d index fcfecb9..fac6746 100644 --- a/ld/testsuite/ld-cris/tls-ok-36.d +++ b/ld/testsuite/ld-cris/tls-ok-36.d @@ -1,6 +1,6 @@ #source: start1.s #source: tls-tprelm.s --defsym r=32767 -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux #objdump: -s -j .got -j .text -j .tdata diff --git a/ld/testsuite/ld-cris/tls-und-38.d b/ld/testsuite/ld-cris/tls-und-38.d index fefe386..07c0662 100644 --- a/ld/testsuite/ld-cris/tls-und-38.d +++ b/ld/testsuite/ld-cris/tls-und-38.d @@ -1,5 +1,5 @@ #source: tls-gd-2.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 7 diff --git a/ld/testsuite/ld-cris/tls-und-42.d b/ld/testsuite/ld-cris/tls-und-42.d index 6446077..b7309a7 100644 --- a/ld/testsuite/ld-cris/tls-und-42.d +++ b/ld/testsuite/ld-cris/tls-und-42.d @@ -1,5 +1,5 @@ #source: tls-ie-10.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 7 diff --git a/ld/testsuite/ld-cris/tls-und-46.d b/ld/testsuite/ld-cris/tls-und-46.d index ab62cde..1088e42 100644 --- a/ld/testsuite/ld-cris/tls-und-46.d +++ b/ld/testsuite/ld-cris/tls-und-46.d @@ -1,5 +1,5 @@ #source: tls-gd-1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 7 diff --git a/ld/testsuite/ld-cris/tls-und-50.d b/ld/testsuite/ld-cris/tls-und-50.d index ed35e42..2b22a21 100644 --- a/ld/testsuite/ld-cris/tls-und-50.d +++ b/ld/testsuite/ld-cris/tls-und-50.d @@ -1,5 +1,5 @@ #source: tls-ie-8.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --shared --hash-style=sysv #readelf: -a -x 7 diff --git a/ld/testsuite/ld-cris/undef1.d b/ld/testsuite/ld-cris/undef1.d index cec00cb..7940c77 100644 --- a/ld/testsuite/ld-cris/undef1.d +++ b/ld/testsuite/ld-cris/undef1.d @@ -1,6 +1,6 @@ #source: dso-1.s #source: gotrel1.s --pic -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux tmpdir/libdso-4.so #objdump: -T diff --git a/ld/testsuite/ld-cris/undef2.d b/ld/testsuite/ld-cris/undef2.d index cd2c43e..a8e6e86 100644 --- a/ld/testsuite/ld-cris/undef2.d +++ b/ld/testsuite/ld-cris/undef2.d @@ -1,6 +1,6 @@ #source: start1.s #source: stabs1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=crisaout +#as: --emulation=crisaout #ld: -mcrisaout #error: .o:/blah/foo.c:96:\(.*\): undefined reference to `globsym1'$ diff --git a/ld/testsuite/ld-cris/undef3.d b/ld/testsuite/ld-cris/undef3.d index e21456b..92c348f 100644 --- a/ld/testsuite/ld-cris/undef3.d +++ b/ld/testsuite/ld-cris/undef3.d @@ -1,6 +1,6 @@ #source: start1.s #source: stabs1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=criself +#as: --emulation=criself #ld: -mcriself #error: .o:/blah/foo.c:96:\(.*\): undefined reference to `globsym1'$ diff --git a/ld/testsuite/ld-cris/v10-v32.d b/ld/testsuite/ld-cris/v10-v32.d index d692926..0c41946 100644 --- a/ld/testsuite/ld-cris/v10-v32.d +++ b/ld/testsuite/ld-cris/v10-v32.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=v32 # source: move-1.s --march=v0_v10 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # error: contains non-CRIS-v32 code diff --git a/ld/testsuite/ld-cris/v10-va.d b/ld/testsuite/ld-cris/v10-va.d index c6db037..f5288bb 100644 --- a/ld/testsuite/ld-cris/v10-va.d +++ b/ld/testsuite/ld-cris/v10-va.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=common_v10_v32 # source: move-1.s --march=v0_v10 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # objdump: -p diff --git a/ld/testsuite/ld-cris/v32-ba-1.d b/ld/testsuite/ld-cris/v32-ba-1.d index b4ce78d..24c9ed8 100644 --- a/ld/testsuite/ld-cris/v32-ba-1.d +++ b/ld/testsuite/ld-cris/v32-ba-1.d @@ -1,5 +1,5 @@ # notarget: cris*-*-linux-gnu -# as: --march=v32 --em=criself +# as: --march=v32 --emulation=criself # ld: -m criself # objdump: -d diff --git a/ld/testsuite/ld-cris/v32-bin-1.d b/ld/testsuite/ld-cris/v32-bin-1.d index 3a8714b..3eb94b7 100644 --- a/ld/testsuite/ld-cris/v32-bin-1.d +++ b/ld/testsuite/ld-cris/v32-bin-1.d @@ -1,5 +1,5 @@ #notarget: cris*-*-linux-gnu -#as: --em=criself --march=v32 +#as: --emulation=criself --march=v32 #ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000 #objdump: -s -b binary diff --git a/ld/testsuite/ld-cris/v32-v10.d b/ld/testsuite/ld-cris/v32-v10.d index a96120f..23995b2 100644 --- a/ld/testsuite/ld-cris/v32-v10.d +++ b/ld/testsuite/ld-cris/v32-v10.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=v0_v10 # source: move-1.s --march=v32 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # error: contains CRIS v32 code diff --git a/ld/testsuite/ld-cris/v32-va.d b/ld/testsuite/ld-cris/v32-va.d index 526d3c3..28d1c9e 100644 --- a/ld/testsuite/ld-cris/v32-va.d +++ b/ld/testsuite/ld-cris/v32-va.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=common_v10_v32 # source: move-1.s --march=v32 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # objdump: -p diff --git a/ld/testsuite/ld-cris/va-v10.d b/ld/testsuite/ld-cris/va-v10.d index d6bda58..94579f3 100644 --- a/ld/testsuite/ld-cris/va-v10.d +++ b/ld/testsuite/ld-cris/va-v10.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=v0_v10 # source: move-1.s --march=common_v10_v32 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # objdump: -p diff --git a/ld/testsuite/ld-cris/va-v32.d b/ld/testsuite/ld-cris/va-v32.d index b598ff5..8c16b05 100644 --- a/ld/testsuite/ld-cris/va-v32.d +++ b/ld/testsuite/ld-cris/va-v32.d @@ -1,7 +1,7 @@ # notarget: cris*-*-linux-gnu # source: start1.s --march=v32 # source: move-1.s --march=common_v10_v32 -# as: --em=criself +# as: --emulation=criself # ld: -m criself # objdump: -p diff --git a/ld/testsuite/ld-cris/warn1.d b/ld/testsuite/ld-cris/warn1.d index ecdf19e..7ba9225 100644 --- a/ld/testsuite/ld-cris/warn1.d +++ b/ld/testsuite/ld-cris/warn1.d @@ -2,7 +2,7 @@ #source: globsym1ref.s #source: globsymw1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=crisaout +#as: --emulation=crisaout #ld: -mcrisaout #objdump: -p # There should be no warning, since the symbol warned about is diff --git a/ld/testsuite/ld-cris/warn2.d b/ld/testsuite/ld-cris/warn2.d index 96f089e..dd48f8c 100644 --- a/ld/testsuite/ld-cris/warn2.d +++ b/ld/testsuite/ld-cris/warn2.d @@ -2,7 +2,7 @@ #source: globsym1ref.s #source: globsymw1.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=criself +#as: --emulation=criself #ld: -mcriself #objdump: -p # There should be no warning, since the symbol warned about is diff --git a/ld/testsuite/ld-cris/warn3.d b/ld/testsuite/ld-cris/warn3.d index 8cd1435..3f87fcc 100644 --- a/ld/testsuite/ld-cris/warn3.d +++ b/ld/testsuite/ld-cris/warn3.d @@ -2,7 +2,7 @@ #source: globsym1ref.s #source: globsymw2.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=crisaout +#as: --emulation=crisaout #ld: -mcrisaout #warning: warning: isatty is not implemented, will always fail$ #objdump: -p diff --git a/ld/testsuite/ld-cris/warn4.d b/ld/testsuite/ld-cris/warn4.d index dc096b6..cc1ebb5 100644 --- a/ld/testsuite/ld-cris/warn4.d +++ b/ld/testsuite/ld-cris/warn4.d @@ -2,7 +2,7 @@ #source: globsym1ref.s #source: globsymw2.s #target: cris-*-*elf* cris-*-*aout* -#as: --em=criself +#as: --emulation=criself #ld: -mcriself #warning: warning: isatty is not implemented and will always fail$ #objdump: -p diff --git a/ld/testsuite/ld-cris/weakhiddso.d b/ld/testsuite/ld-cris/weakhiddso.d index f4776d6..41d21a7 100644 --- a/ld/testsuite/ld-cris/weakhiddso.d +++ b/ld/testsuite/ld-cris/weakhiddso.d @@ -1,5 +1,5 @@ #source: weakhid.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: --shared -m crislinux -z nocombreloc --hash-style=sysv #objdump: -s -R -T diff --git a/ld/testsuite/ld-cris/weakref1.d b/ld/testsuite/ld-cris/weakref1.d index 6dab5e4..53697e2 100644 --- a/ld/testsuite/ld-cris/weakref1.d +++ b/ld/testsuite/ld-cris/weakref1.d @@ -1,5 +1,5 @@ #source: gotrel2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux tmpdir/libdso-1.so #objdump: -R diff --git a/ld/testsuite/ld-cris/weakref2.d b/ld/testsuite/ld-cris/weakref2.d index fa9689b..00ac443 100644 --- a/ld/testsuite/ld-cris/weakref2.d +++ b/ld/testsuite/ld-cris/weakref2.d @@ -1,5 +1,5 @@ #source: gotrel2.s -#as: --pic --no-underscore --em=criself +#as: --pic --no-underscore --emulation=criself #ld: -m crislinux tmpdir/libdso-1.so --hash-style=sysv #objdump: -s -j .got diff --git a/ld/testsuite/ld-cris/weakref3.d b/ld/testsuite/ld-cris/weakref3.d index 46ac80c..a4a55b4 100644 --- a/ld/testsuite/ld-cris/weakref3.d +++ b/ld/testsuite/ld-cris/weakref3.d @@ -1,6 +1,6 @@ #source: start1.s #source: expdref3.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-15.so #readelf: -a -x 10 diff --git a/ld/testsuite/ld-cris/weakref4.d b/ld/testsuite/ld-cris/weakref4.d index 520191f..9012bdc 100644 --- a/ld/testsuite/ld-cris/weakref4.d +++ b/ld/testsuite/ld-cris/weakref4.d @@ -1,6 +1,6 @@ #source: start1.s #source: expdref4.s -#as: --no-underscore --em=criself +#as: --no-underscore --emulation=criself #ld: -m crislinux --hash-style=sysv #ld_after_inputfiles: tmpdir/libdso-15.so #readelf: -a -x 11 diff --git a/ld/testsuite/ld-elf/binutils.exp b/ld/testsuite/ld-elf/binutils.exp index 578b639..4fd2eab 100644 --- a/ld/testsuite/ld-elf/binutils.exp +++ b/ld/testsuite/ld-elf/binutils.exp @@ -25,7 +25,6 @@ if { !([istarget *-*-linux*] || [istarget arm*-*-uclinuxfdpiceabi] - || [istarget *-*-nacl*] || [istarget *-*-gnu*]) || [istarget *ecoff] } then { return } diff --git a/ld/testsuite/ld-elf/build-id.exp b/ld/testsuite/ld-elf/build-id.exp index 3c83743..1b97e24 100644 --- a/ld/testsuite/ld-elf/build-id.exp +++ b/ld/testsuite/ld-elf/build-id.exp @@ -31,7 +31,6 @@ if { [istarget frv-*-*] || [istarget lm32-*-*] } { if { !([istarget *-*-linux*] || [istarget arm*-*-uclinuxfdpiceabi] - || [istarget *-*-nacl*] || [istarget *-*-gnu*]) } then { return } diff --git a/ld/testsuite/ld-elf/eh-group.exp b/ld/testsuite/ld-elf/eh-group.exp index 1656c2e..c157141 100644 --- a/ld/testsuite/ld-elf/eh-group.exp +++ b/ld/testsuite/ld-elf/eh-group.exp @@ -40,6 +40,11 @@ if ![is_elf_format] { return } +set as_gsframe "" +if { [gas_sframe_check] } { + set as_gsframe "--gsframe" +} + # alpha-linux-gnu does not support 64-bit relocations: # relocation truncated to fit: REFLONG against `.gcc_except_table' # arm-eabi does not support 64-bit relocations: @@ -58,7 +63,7 @@ if [is_elf64 "tmpdir/eh-group1size.o"] { set build_tests_ld [list \ [list "Build eh-group1.o" \ - "-r" "" "$as_options" \ + "-r" "" "$as_options $as_gsframe" \ {eh-group1.s eh-group2.s} {} "eh-group.o"] \ ] diff --git a/ld/testsuite/ld-elf/ehdr_start-missing.d b/ld/testsuite/ld-elf/ehdr_start-missing.d index 3fb85e0..2374696 100644 --- a/ld/testsuite/ld-elf/ehdr_start-missing.d +++ b/ld/testsuite/ld-elf/ehdr_start-missing.d @@ -1,5 +1,5 @@ #source: ehdr_start-strongref.s #ld: -e _start -T ehdr_start-missing.t --no-dynamic-linker #error: .*: undefined reference to `__ehdr_start' -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: bfin-*-* diff --git a/ld/testsuite/ld-elf/ehdr_start-shared.d b/ld/testsuite/ld-elf/ehdr_start-shared.d index a2a4dcc..319cd93 100644 --- a/ld/testsuite/ld-elf/ehdr_start-shared.d +++ b/ld/testsuite/ld-elf/ehdr_start-shared.d @@ -1,7 +1,7 @@ #source: ehdr_start.s #ld: -e _start -shared -z notext #nm: -n -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: bfin-*-* cris*-*-* frv-*-* lm32-*-* ![check_shared_lib_support] #... diff --git a/ld/testsuite/ld-elf/ehdr_start-userdef.d b/ld/testsuite/ld-elf/ehdr_start-userdef.d index 93ed0d8..b41436e 100644 --- a/ld/testsuite/ld-elf/ehdr_start-userdef.d +++ b/ld/testsuite/ld-elf/ehdr_start-userdef.d @@ -1,7 +1,7 @@ #source: ehdr_start-strongref.s #ld: -e _start -T ehdr_start-userdef.t #readelf: -Ws -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: bfin-*-* frv-*-* #... diff --git a/ld/testsuite/ld-elf/ehdr_start-weak.d b/ld/testsuite/ld-elf/ehdr_start-weak.d index c4f9072..d77a464 100644 --- a/ld/testsuite/ld-elf/ehdr_start-weak.d +++ b/ld/testsuite/ld-elf/ehdr_start-weak.d @@ -1,7 +1,7 @@ #source: ehdr_start.s #ld: -e _start -T ehdr_start-missing.t --no-dynamic-linker #nm: -n -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: bfin-*-* frv-*-* #failif diff --git a/ld/testsuite/ld-elf/ehdr_start.d b/ld/testsuite/ld-elf/ehdr_start.d index 0ec3b13..2e9a2fa 100644 --- a/ld/testsuite/ld-elf/ehdr_start.d +++ b/ld/testsuite/ld-elf/ehdr_start.d @@ -1,7 +1,7 @@ #source: ehdr_start.s #ld: -e _start --build-id #nm: -n -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: bfin-*-* frv-*-* lm32-*-* #... diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp index 7e69940..1ae1af9 100644 --- a/ld/testsuite/ld-elf/elf.exp +++ b/ld/testsuite/ld-elf/elf.exp @@ -229,7 +229,6 @@ proc target_defaults_to_execstack {} { } if { [istarget *-*-*linux*] - || [istarget *-*-nacl*] || [istarget *-*-gnu*] } { run_ld_link_tests [list \ [list "stack exec" \ @@ -445,7 +444,6 @@ set xfails "*-*-netbsd*" run_ld_link_exec_tests $array_tests $xfails if { [istarget *-*-linux*] - || [istarget *-*-nacl*] || [istarget *-*-gnu*] } { run_ld_link_exec_tests $array_tests_pie $xfails diff --git a/ld/testsuite/ld-elf/export-class.exp b/ld/testsuite/ld-elf/export-class.exp index 7a84755..f4a0634 100644 --- a/ld/testsuite/ld-elf/export-class.exp +++ b/ld/testsuite/ld-elf/export-class.exp @@ -33,7 +33,6 @@ if { ![is_elf_format] || ![check_shared_lib_support] } { # if you like. if { ![istarget *-*-linux*] && ![istarget arm*-*-uclinuxfdpiceabi] - && ![istarget *-*-nacl*] && ![istarget *-*-gnu*] } { return } diff --git a/ld/testsuite/ld-elf/fatal-warnings-1a.d b/ld/testsuite/ld-elf/fatal-warnings-1a.d index 7afee53..a8632ba 100644 --- a/ld/testsuite/ld-elf/fatal-warnings-1a.d +++ b/ld/testsuite/ld-elf/fatal-warnings-1a.d @@ -3,4 +3,4 @@ #ld: --no-dynamic-linker --fatal-warnings -z dynamic-undefined-weak #readelf: -r -x .data.rel.ro #error: unsupported option: -z dynamic-undefined-weak -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi diff --git a/ld/testsuite/ld-elf/fatal-warnings-1b.d b/ld/testsuite/ld-elf/fatal-warnings-1b.d index 70862b2..34aaf10 100644 --- a/ld/testsuite/ld-elf/fatal-warnings-1b.d +++ b/ld/testsuite/ld-elf/fatal-warnings-1b.d @@ -3,4 +3,4 @@ #ld: --no-dynamic-linker -z dynamic-undefined-weak --fatal-warnings #readelf: -r -x .data.rel.ro #error: unsupported option: -z dynamic-undefined-weak -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi diff --git a/ld/testsuite/ld-elf/indirect.exp b/ld/testsuite/ld-elf/indirect.exp index 9a0bcb2..3d9cc2a 100644 --- a/ld/testsuite/ld-elf/indirect.exp +++ b/ld/testsuite/ld-elf/indirect.exp @@ -189,14 +189,21 @@ set run_tests [list \ {check-ptr-eq.c} "pr18720d" "pr18720.out"] \ [list "Run with libpr19553b.so" \ "-Wl,--no-as-needed tmpdir/libpr19553b.so tmpdir/libpr19553d.so -Wl,-rpath-link,." "" \ - {pr19553a.c} "pr19553b" "pr19553b.out"] \ + {pr19553a.c} "pr19553b" "pr19553b.out"] +] + +# This test relies on versioned symbols, which Solaris ld.so.1 doesn't support. +if { ![istarget *-*-solaris2*] } { + lappend run_tests \ [list "Run with libpr19553c.so" \ "-Wl,--no-as-needed tmpdir/libpr19553c.so tmpdir/libpr19553b.so tmpdir/libpr19553d.so" "" \ - {pr19553a.c} "pr19553c" "pr19553c.out"] \ + {pr19553a.c} "pr19553c" "pr19553c.out"] +} + +lappend run_tests \ [list "Run with libpr19553d.so" \ "-Wl,--no-as-needed tmpdir/libpr19553d.so tmpdir/libpr19553b.so -Wl,-rpath-link,." "" \ - {pr19553a.c} "pr19553d" "pr19553d.out"] \ -] + {pr19553a.c} "pr19553d" "pr19553d.out"] run_ld_link_exec_tests $run_tests diff --git a/ld/testsuite/ld-elf/linkonce1.d b/ld/testsuite/ld-elf/linkonce1.d index e4f9a70..3920f25 100644 --- a/ld/testsuite/ld-elf/linkonce1.d +++ b/ld/testsuite/ld-elf/linkonce1.d @@ -2,11 +2,10 @@ #source: linkonce1b.s #ld: -r #objdump: -r +#notarget: [is_generic] .*: file format .* #... -RELOCATION RECORDS FOR \[.debug_frame\]: -OFFSET[ ]+TYPE[ ]+VALUE[ ]* -.*(NONE|unused|UNUSED).*\*ABS\* +RELOCATION RECORDS FOR \[.debug_frame\]: \(none\) #pass diff --git a/ld/testsuite/ld-elf/linkonce3.d b/ld/testsuite/ld-elf/linkonce3.d new file mode 100644 index 0000000..25306d2 --- /dev/null +++ b/ld/testsuite/ld-elf/linkonce3.d @@ -0,0 +1,13 @@ +#source: linkonce1a.s +#source: linkonce1b.s +#ld: -r +#objdump: -r +#target: [is_generic] + +.*: file format .* +#... +RELOCATION RECORDS FOR \[.debug_frame\]: +OFFSET[ ]+TYPE[ ]+VALUE[ ]* +.*(NONE|unused|UNUSED).*\*ABS\* + +#pass diff --git a/ld/testsuite/ld-elf/no-section-header.exp b/ld/testsuite/ld-elf/no-section-header.exp index 2a4575b..7461fdd 100644 --- a/ld/testsuite/ld-elf/no-section-header.exp +++ b/ld/testsuite/ld-elf/no-section-header.exp @@ -21,7 +21,7 @@ # Written by H.J. Lu (hongjiu.lu@intel.com) # -if { ![is_elf_format] } { +if { ![istarget *-*-gnu*] } { return } diff --git a/ld/testsuite/ld-elf/orphan-region.d b/ld/testsuite/ld-elf/orphan-region.d index 3f5bfd7..ef21ec3 100644 --- a/ld/testsuite/ld-elf/orphan-region.d +++ b/ld/testsuite/ld-elf/orphan-region.d @@ -1,9 +1,9 @@ #source: orphan-region.s #ld: -T orphan-region.ld -N -z stack-size=0 --no-warn-rwx-segments #readelf: -S -l --wide -#xfail: [uses_genelf] hppa*64*-*-* spu-*-* *-*-nacl* +#xfail: [uses_genelf] hppa*64*-*-* spu-*-* # if not using elf.em, you don't get fancy orphan handling -# spu twiddles LOAD range, hppa64 adds PHDR, nacl splits to two segments +# spu twiddles LOAD range, hppa64 adds PHDR #... \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.* diff --git a/ld/testsuite/ld-elf/package-note.exp b/ld/testsuite/ld-elf/package-note.exp index 5ad3cf5..7249cb7 100644 --- a/ld/testsuite/ld-elf/package-note.exp +++ b/ld/testsuite/ld-elf/package-note.exp @@ -27,7 +27,6 @@ if ![is_elf_format] { if { !([istarget *-*-linux*] || [istarget arm*-*-uclinuxfdpiceabi] - || [istarget *-*-nacl*] || [istarget *-*-gnu*]) } then { return } diff --git a/ld/testsuite/ld-elf/pr16322.d b/ld/testsuite/ld-elf/pr16322.d index 1e9175c..914d631 100644 --- a/ld/testsuite/ld-elf/pr16322.d +++ b/ld/testsuite/ld-elf/pr16322.d @@ -1,6 +1,6 @@ #ld: -shared -z relro -z noseparate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #xfail: ![check_relro_support] diff --git a/ld/testsuite/ld-elf/pr16498a.d b/ld/testsuite/ld-elf/pr16498a.d index de68389..8690aaf 100644 --- a/ld/testsuite/ld-elf/pr16498a.d +++ b/ld/testsuite/ld-elf/pr16498a.d @@ -1,6 +1,6 @@ #ld: -shared -T pr16498a.t #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #... diff --git a/ld/testsuite/ld-elf/pr16498b.d b/ld/testsuite/ld-elf/pr16498b.d index aceb307..433e281 100644 --- a/ld/testsuite/ld-elf/pr16498b.d +++ b/ld/testsuite/ld-elf/pr16498b.d @@ -1,7 +1,7 @@ #source: pr16498a.s #ld: -shared -T pr16498b.t #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #... diff --git a/ld/testsuite/ld-elf/pr19162.d b/ld/testsuite/ld-elf/pr19162.d index 1e7c1a9..bb5af3b 100644 --- a/ld/testsuite/ld-elf/pr19162.d +++ b/ld/testsuite/ld-elf/pr19162.d @@ -2,7 +2,7 @@ #source: pr19162b.s #ld: -shared -z max-page-size=0x200000 -z noseparate-code #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: hppa*-*-* ![check_shared_lib_support] # hppa fails due to PR 12376. diff --git a/ld/testsuite/ld-elf/pr22269a.d b/ld/testsuite/ld-elf/pr22269a.d index 8644d0e..a4af8fe 100644 --- a/ld/testsuite/ld-elf/pr22269a.d +++ b/ld/testsuite/ld-elf/pr22269a.d @@ -2,7 +2,7 @@ #source: pr22269.s #ld: -pie --no-dynamic-linker #readelf: -r -x .data.rel.ro -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi # The BFIN target always generates a relocation. #xfail: ![check_pie_support] || bfin-*-* diff --git a/ld/testsuite/ld-elf/pr22269b.d b/ld/testsuite/ld-elf/pr22269b.d index 1d8e7bd..f3cedc4 100644 --- a/ld/testsuite/ld-elf/pr22269b.d +++ b/ld/testsuite/ld-elf/pr22269b.d @@ -3,7 +3,7 @@ #ld: -pie --no-dynamic-linker -z dynamic-undefined-weak #readelf: -r -x .data.rel.ro #warning: -z dynamic-undefined-weak ignored -#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi # The BFIN target always generates a relocation. #xfail: ![check_pie_support] || bfin-*-* diff --git a/ld/testsuite/ld-elf/pr22393-1a.d b/ld/testsuite/ld-elf/pr22393-1a.d index 2bfa403..c832cc1 100644 --- a/ld/testsuite/ld-elf/pr22393-1a.d +++ b/ld/testsuite/ld-elf/pr22393-1a.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -shared -z separate-code -z relro #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #xfail: ![check_relro_support] diff --git a/ld/testsuite/ld-elf/pr22393-1b.d b/ld/testsuite/ld-elf/pr22393-1b.d index 96d8bc0..f624014 100644 --- a/ld/testsuite/ld-elf/pr22393-1b.d +++ b/ld/testsuite/ld-elf/pr22393-1b.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -shared -z relro -z separate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #xfail: ![check_relro_support] diff --git a/ld/testsuite/ld-elf/pr22393-1c.d b/ld/testsuite/ld-elf/pr22393-1c.d index c34dab3..648200d 100644 --- a/ld/testsuite/ld-elf/pr22393-1c.d +++ b/ld/testsuite/ld-elf/pr22393-1c.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -pie -z separate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_pie_support] #failif diff --git a/ld/testsuite/ld-elf/pr22393-1d.d b/ld/testsuite/ld-elf/pr22393-1d.d index 4723e53..1191883 100644 --- a/ld/testsuite/ld-elf/pr22393-1d.d +++ b/ld/testsuite/ld-elf/pr22393-1d.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -pie -z separate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_pie_support] #failif diff --git a/ld/testsuite/ld-elf/pr22393-1e.d b/ld/testsuite/ld-elf/pr22393-1e.d index 55f7e9a..3f3516b 100644 --- a/ld/testsuite/ld-elf/pr22393-1e.d +++ b/ld/testsuite/ld-elf/pr22393-1e.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -z separate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: rx-*-linux* #failif diff --git a/ld/testsuite/ld-elf/pr22393-1f.d b/ld/testsuite/ld-elf/pr22393-1f.d index bc61b63..97be4f6 100644 --- a/ld/testsuite/ld-elf/pr22393-1f.d +++ b/ld/testsuite/ld-elf/pr22393-1f.d @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -z separate-code #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: rx-*-linux* #failif diff --git a/ld/testsuite/ld-elf/pr22393-2a.rd b/ld/testsuite/ld-elf/pr22393-2a.rd index a9c5478..4027ed3 100644 --- a/ld/testsuite/ld-elf/pr22393-2a.rd +++ b/ld/testsuite/ld-elf/pr22393-2a.rd @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -shared -z separate-code --no-rosegment #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* +#target: *-*-linux-gnu *-*-gnu* #failif #... diff --git a/ld/testsuite/ld-elf/pr22393-2b.rd b/ld/testsuite/ld-elf/pr22393-2b.rd index a9c5478..4027ed3 100644 --- a/ld/testsuite/ld-elf/pr22393-2b.rd +++ b/ld/testsuite/ld-elf/pr22393-2b.rd @@ -1,7 +1,7 @@ #source: pr22393-1.s #ld: -shared -z separate-code --no-rosegment #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* +#target: *-*-linux-gnu *-*-gnu* #failif #... diff --git a/ld/testsuite/ld-elf/pr23900-1-32.rd b/ld/testsuite/ld-elf/pr23900-1-32.rd index 953095a..810f9a6 100644 --- a/ld/testsuite/ld-elf/pr23900-1-32.rd +++ b/ld/testsuite/ld-elf/pr23900-1-32.rd @@ -1,7 +1,7 @@ #source: pr23900-1.s #ld: #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* +#target: *-*-linux* *-*-gnu* #... GNU_PROPERTY .* +0x4 diff --git a/ld/testsuite/ld-elf/pr23900-1-64.rd b/ld/testsuite/ld-elf/pr23900-1-64.rd index 62cd63c..7904767 100644 --- a/ld/testsuite/ld-elf/pr23900-1-64.rd +++ b/ld/testsuite/ld-elf/pr23900-1-64.rd @@ -1,7 +1,7 @@ #source: pr23900-1.s #ld: #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* +#target: *-*-linux* *-*-gnu* #... GNU_PROPERTY .* +0x8 diff --git a/ld/testsuite/ld-elf/pr23900-1.d b/ld/testsuite/ld-elf/pr23900-1.d index da0fcbb..246cfac 100644 --- a/ld/testsuite/ld-elf/pr23900-1.d +++ b/ld/testsuite/ld-elf/pr23900-1.d @@ -1,6 +1,6 @@ #ld: #readelf: --notes --wide -l -#target: *-*-linux* *-*-gnu* *-*-nacl* +#target: *-*-linux* *-*-gnu* #... GNU_PROPERTY .* diff --git a/ld/testsuite/ld-elf/pr23900-2a.d b/ld/testsuite/ld-elf/pr23900-2a.d index 836606d..6806acd 100644 --- a/ld/testsuite/ld-elf/pr23900-2a.d +++ b/ld/testsuite/ld-elf/pr23900-2a.d @@ -1,7 +1,7 @@ #source: pr23900-2.s #ld: #readelf: --notes --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* +#target: *-*-linux* *-*-gnu* #... Displaying notes found in: \.note diff --git a/ld/testsuite/ld-elf/pr23900-2b.d b/ld/testsuite/ld-elf/pr23900-2b.d index 2aa04d7..5b27fe5 100644 --- a/ld/testsuite/ld-elf/pr23900-2b.d +++ b/ld/testsuite/ld-elf/pr23900-2b.d @@ -1,7 +1,7 @@ #source: pr23900-2.s #ld: #readelf: -l --wide -#target: *-*-linux* *-*-gnu* *-*-nacl* +#target: *-*-linux* *-*-gnu* #failif #... diff --git a/ld/testsuite/ld-elf/pr30508.d b/ld/testsuite/ld-elf/pr30508.d index 1692780..d59b9e9 100644 --- a/ld/testsuite/ld-elf/pr30508.d +++ b/ld/testsuite/ld-elf/pr30508.d @@ -1,7 +1,7 @@ #ld: -z separate-code --no-rosegment #objcopy_linked_file: -R .foo #readelf: -lW -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: mips*-*-* rx-*-linux* #... diff --git a/ld/testsuite/ld-elf/pr30907-1.d b/ld/testsuite/ld-elf/pr30907-1.d index ee72bf8..d5d8125 100644 --- a/ld/testsuite/ld-elf/pr30907-1.d +++ b/ld/testsuite/ld-elf/pr30907-1.d @@ -2,7 +2,7 @@ #source: pr22393-1.s #ld: -shared -z separate-code -z relro --rosegment #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #xfail: ![check_relro_support] diff --git a/ld/testsuite/ld-elf/pr30907-2.d b/ld/testsuite/ld-elf/pr30907-2.d index 7312da9..fed957e 100644 --- a/ld/testsuite/ld-elf/pr30907-2.d +++ b/ld/testsuite/ld-elf/pr30907-2.d @@ -2,7 +2,7 @@ #source: pr22393-1.s #ld: -shared -z separate-code -z relro --rosegment #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_shared_lib_support] #xfail: ![check_relro_support] diff --git a/ld/testsuite/ld-elf/pr32341.d b/ld/testsuite/ld-elf/pr32341.d index eb76c3a..45777d4 100644 --- a/ld/testsuite/ld-elf/pr32341.d +++ b/ld/testsuite/ld-elf/pr32341.d @@ -1,6 +1,6 @@ #ld: --build-id -z separate-code -z relro --rosegment #readelf: -l --wide -#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi +#target: *-*-linux-gnu *-*-gnu* arm*-*-uclinuxfdpiceabi #xfail: ![check_relro_support] #failif diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp index 09669b5..84100a7 100644 --- a/ld/testsuite/ld-elf/shared.exp +++ b/ld/testsuite/ld-elf/shared.exp @@ -516,7 +516,6 @@ run_ld_link_tests { if { [istarget *-*-linux*] || [istarget kvx-*-*] - || [istarget *-*-nacl*] || [istarget *-*-gnu*] } { run_ld_link_tests { {"Weak symbols in dynamic objects 1 (support)" @@ -1374,7 +1373,6 @@ run_cc_link_tests $build_cxx_tests run_ld_link_exec_tests $run_cxx_tests if { [istarget *-*-linux*] - || [istarget *-*-nacl*] || [istarget *-*-gnu*] } { run_cc_link_tests [list \ [list \ @@ -1707,7 +1705,6 @@ if [istarget "sparc*-*-*"] { } if { ([istarget "*-*-linux*"] - || [istarget "*-*-nacl*"] || [istarget "*-*-gnu*"]) && ![istarget "mips*-*-*"] } { run_ld_link_tests [list \ diff --git a/ld/testsuite/ld-elf/tbss4.d b/ld/testsuite/ld-elf/tbss4.d new file mode 100644 index 0000000..336ed8f --- /dev/null +++ b/ld/testsuite/ld-elf/tbss4.d @@ -0,0 +1,13 @@ +#ld: -e _start -Ttext=0x1000 -z max-page-size=0x1000 -z common-page-size=0x1000 -z noseparate-code +#readelf: -lSW +#target: *-linux* *-gnu* +#notarget: hppa64-*-* ia64-*-* + +#... +.* \.tbss +NOBITS +0+1014 +0+1014 +0+4 +0+ +WAT +0 +0 +4 + +#... + +TLS +0x0*1014 +0x0+1014 +0x0+1014 +0x0+ +0x0+4 R +0x4 +#... +.* \.tbss +#pass diff --git a/ld/testsuite/ld-elf/tbss4.s b/ld/testsuite/ld-elf/tbss4.s new file mode 100644 index 0000000..f49491e --- /dev/null +++ b/ld/testsuite/ld-elf/tbss4.s @@ -0,0 +1,25 @@ +# Writeable gcc_except_table is required in order to put this section after +# the DATA_SEGMENT_ALIGN directive in the default linker script (and hence +# in the same PT_LOAD as the PT_TLS segment, and hence so that the +# gcc_except_table can affect the .tbss section location). + .section .gcc_except_table,"aw",%progbits +# Alignment is needed -- otherwise gcc_except_table start position seems to +# be adjusted so that the tbss section is fully aligned. + .balign 4 + .ascii "Odd number of chars" + + .section .tbss,"awT",%nobits + .balign 4 + .type xyz, %object + .size xyz, 4 +xyz: + .zero 4 + + .data +dataval: + .balign 4 + .ascii "x" + + .text + .global _start +_start: diff --git a/ld/testsuite/ld-elf/tls.exp b/ld/testsuite/ld-elf/tls.exp index e53762d..1768399 100644 --- a/ld/testsuite/ld-elf/tls.exp +++ b/ld/testsuite/ld-elf/tls.exp @@ -23,7 +23,6 @@ if { !([istarget *-*-linux*] || [istarget arm*-*-uclinuxfdpiceabi] - || [istarget *-*-nacl*] || [istarget *-*-gnu*]) || [istarget *ecoff] } then { return } diff --git a/ld/testsuite/ld-elf/tls_common.exp b/ld/testsuite/ld-elf/tls_common.exp index 31f36ef..deb22c6 100644 --- a/ld/testsuite/ld-elf/tls_common.exp +++ b/ld/testsuite/ld-elf/tls_common.exp @@ -25,7 +25,6 @@ if { !([istarget *-*-linux*] || [istarget arm*-*-uclinuxfdpiceabi] - || [istarget *-*-nacl*] || [istarget *-*-gnu*]) || [istarget *ecoff] } then { return } diff --git a/ld/testsuite/ld-elfvers/vers7.c b/ld/testsuite/ld-elfvers/vers7.c index 54316c9..a4fb254 100644 --- a/ld/testsuite/ld-elfvers/vers7.c +++ b/ld/testsuite/ld-elfvers/vers7.c @@ -2,8 +2,8 @@ * Test program that goes with test7.so */ -extern int hide_a(); -extern int show_b(); +extern int hide_a(int e); +extern int show_b(int e); int main() diff --git a/ld/testsuite/ld-elfweak/elfweak.exp b/ld/testsuite/ld-elfweak/elfweak.exp index 6e18d93..4e5ac42 100644 --- a/ld/testsuite/ld-elfweak/elfweak.exp +++ b/ld/testsuite/ld-elfweak/elfweak.exp @@ -35,7 +35,8 @@ if { ![check_shared_lib_support] } { # 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 alpha*-*-linux*] +if { ![istarget *-*-solaris2*] + && ![istarget alpha*-*-linux*] && ![istarget arm*-*-linux*] && ![istarget hppa*64*-*-hpux*] && ![istarget hppa*-*-linux*] @@ -52,10 +53,8 @@ if { ![istarget alpha*-*-linux*] && ![istarget powerpc*-*-sysv4*] && ![istarget sh\[34\]*-*-linux*] && ![istarget sparc*-*-elf] - && ![istarget sparc*-*-solaris2*] && ![istarget sparc*-*-linux*] - && ![istarget x86_64-*-linux*] - && ![istarget *-*-nacl*] } { + && ![istarget x86_64-*-linux*] } { return } diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index a1c7bd6..556c947 100644 --- a/ld/testsuite/ld-gc/gc.exp +++ b/ld/testsuite/ld-gc/gc.exp @@ -142,7 +142,6 @@ if { [is_elf_format] && [check_shared_lib_support] } then { if { [check_compiler_available] } { if { [istarget "*-*-linux*"] - || [istarget "*-*-nacl*"] || [istarget "*-*-gnu*"] } { ld_compile "$CC_FOR_TARGET -fPIC $cflags" $srcdir/$subdir/pr11218-1.c tmpdir/pr11218-1.o ld_link $ld tmpdir/pr11218-1.so "-shared tmpdir/pr11218-1.o" diff --git a/ld/testsuite/ld-loongarch-elf/32_pcrel.s b/ld/testsuite/ld-loongarch-elf/32_pcrel.s new file mode 100644 index 0000000..3ef16de --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/32_pcrel.s @@ -0,0 +1,6 @@ + .section sx,"a" +x: + nop + + .section sy,"a" + .4byte x-. diff --git a/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp b/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp index 0295be8..e23cdc8 100644 --- a/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp +++ b/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp @@ -45,6 +45,7 @@ if [istarget "loongarch64-*-*"] { run_dump_test "underflow_s_5_20" run_dump_test "tls-le-norelax" run_dump_test "tls-le-relax" + run_dump_test "relax-after-alignment" run_dump_test "relax-medium-call" run_dump_test "relax-medium-call-1" run_dump_test "check_got_relax" @@ -200,6 +201,8 @@ if [istarget "loongarch64-*-*"] { run_dump_test "bad_pcrel20_s2_global" run_dump_test "bad_pcrel20_s2_weak" run_dump_test "weak-undef-hidden-shared" + run_dump_test "overflow_32_pcrel" + run_dump_test "underflow_32_pcrel" } if [check_pie_support] { diff --git a/ld/testsuite/ld-loongarch-elf/overflow_32_pcrel.d b/ld/testsuite/ld-loongarch-elf/overflow_32_pcrel.d new file mode 100644 index 0000000..154dac9 --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/overflow_32_pcrel.d @@ -0,0 +1,4 @@ +#source: 32_pcrel.s +#as: -mthin-add-sub +#ld: -shared --section-start=sx=0x80001000 --section-start=sy=0x1000 +#error: .*relocation truncated to fit: R_LARCH_32_PCREL against `x' diff --git a/ld/testsuite/ld-loongarch-elf/relax-after-alignment.d b/ld/testsuite/ld-loongarch-elf/relax-after-alignment.d new file mode 100644 index 0000000..08def25 --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/relax-after-alignment.d @@ -0,0 +1,31 @@ +#name: additional relaxation chances after alignment processing +#as: +#ld: --defsym _start=0 +#objdump: -d --no-show-raw-insn +#xfail: *-*-* + +.*:\s+file format .* + + +Disassembly of section \.text: + +0000000120000400 <before>: +\s*120000400:\s+pcalau12i\s+\$t0, 512 +\s*[0-9a-f]+:\s+addi\.d\s+\$t0, \$t0, 1024 +\s*[0-9a-f]+:\s+pcaddi\s+\$t0, 524286 +\s*[0-9a-f]+:\s+nop\s* +\s*\.\.\. +\s*120000c00:\s+pcaddi\s+\$t0, 523776 +\s*\.\.\. + +0000000120200400 <target>: +\s*120200400:\s+break\s+0x0 + +0000000120200404 <after>: +\s*\.\.\. +\s*1203ffbfc:\s+pcaddi\s+\$t0, -523775 +\s*\.\.\. +\s*120400400:\s+pcaddi\s+\$t0, -524288 +\s*[0-9a-f]+:\s+nop\s* +\s*[0-9a-f]+:\s+pcalau12i\s+\$t0, -512 +\s*[0-9a-f]+:\s+addi\.d\s+\$t0, \$t0, 1024 diff --git a/ld/testsuite/ld-loongarch-elf/relax-after-alignment.s b/ld/testsuite/ld-loongarch-elf/relax-after-alignment.s new file mode 100644 index 0000000..24d29ec --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/relax-after-alignment.s @@ -0,0 +1,49 @@ +# 0x0 pre-relax, 0x400 post-relax +# all addresses are additionally offset by 0x120000000 without `ld -shared` +before: + la.pcrel $t0, target # too far; should stay as pcalau12i + addi.d + la.pcrel $t0, target # furthest reach of relax pass 2 + +# 0x10 pre-relax, 0x410 post-relax +.rept 508 +.word 0 +.endr + +# 0x800 {pre,post}-relax +# 255 nops + R_LARCH_ALIGN before relaxation +# none of the aligning nops should remain after relax pass 1 +.p2align 10 + +# 0xbfc pre-relax, 0xc00 post-relax + la.pcrel $t0, target # should become single pcaddi in relax pass 0 + +# 0xc04 {pre,post}-relax +.rept 523775 +.word 0 +.endr + +# 0x200400 {pre,post}-relax +target: + break 0 + +# 0x200404 {pre,post}-relax +after: +.rept 523774 +.word 0 +.endr + +# 0x3ffbfc {pre,post}-relax + la.pcrel $t0, target # should become single pcaddi in relax pass 0 + +# 255 nops + R_LARCH_ALIGN before relaxation +# none of the aligning nops should remain after relax pass 1 +.p2align 10 + +# 0x400000 pre-relax, 0x3ffc00 post-relax +.rept 512 +.word 0 +.endr + +# 0x400800 pre-relax, 0x400400 post-relax + la.pcrel $t0, target # furthest reach of relax pass 2 + la.pcrel $t0, target # too far; should stay as pcalau12i + addi.d diff --git a/ld/testsuite/ld-loongarch-elf/underflow_32_pcrel.d b/ld/testsuite/ld-loongarch-elf/underflow_32_pcrel.d new file mode 100644 index 0000000..a5396bc --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/underflow_32_pcrel.d @@ -0,0 +1,4 @@ +#source: 32_pcrel.s +#as: -mthin-add-sub +#ld: -shared --section-start=sx=0x1000 --section-start=sy=0x80001001 +#error: .*relocation truncated to fit: R_LARCH_32_PCREL against `x' diff --git a/ld/testsuite/ld-mips-elf/micromips-hilo-n64.d b/ld/testsuite/ld-mips-elf/micromips-hilo-n64.d new file mode 100644 index 0000000..b3d34a1 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/micromips-hilo-n64.d @@ -0,0 +1,662 @@ +#name: R_MICROMIPS_HI16 and R_MICROMIPS_LO16 relocs (n64) +#source: ../../../gas/testsuite/gas/mips/mips-hilo-n64.s +#source: mips-hilo.s +#as: -mmicromips -march=mips64r2 +#objdump: -d +#ld: -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* + +.*: file format (:?elf.*mips.*|srec) + +Disassembly of section \.(:?text|sec1): + +0*500000 <[^>]*>: + *500000: 41a1 0000 lui at,0x0 + *500004: 41a4 0000 lui a0,0x0 + *500008: 3021 0000 addiu at,at,0 + *50000c: 3084 0000 addiu a0,a0,0 + *500010: 5821 0008 dsll32 at,at,0x0 + *500014: 5824 2150 daddu a0,a0,at + *500018: 41a1 0000 lui at,0x0 + *50001c: 41a4 0065 lui a0,0x65 + *500020: 3021 0000 addiu at,at,0 + *500024: 3084 4320 addiu a0,a0,17184 + *500028: 5821 0008 dsll32 at,at,0x0 + *50002c: 5824 2150 daddu a0,a0,at + *500030: 41a1 0000 lui at,0x0 + *500034: 41a4 0065 lui a0,0x65 + *500038: 3021 0000 addiu at,at,0 + *50003c: 3084 4324 addiu a0,a0,17188 + *500040: 5821 0008 dsll32 at,at,0x0 + *500044: 5824 2150 daddu a0,a0,at + *500048: 41a1 0000 lui at,0x0 + *50004c: 41a4 0065 lui a0,0x65 + *500050: 3021 0000 addiu at,at,0 + *500054: 3084 4330 addiu a0,a0,17200 + *500058: 5821 0008 dsll32 at,at,0x0 + *50005c: 5824 2150 daddu a0,a0,at + *500060: 41a1 0000 lui at,0x0 + *500064: 41a4 0065 lui a0,0x65 + *500068: 3021 0000 addiu at,at,0 + *50006c: 3084 4720 addiu a0,a0,18208 + *500070: 5821 0008 dsll32 at,at,0x0 + *500074: 5824 2150 daddu a0,a0,at + *500078: 41a1 0000 lui at,0x0 + *50007c: 41a4 0076 lui a0,0x76 + *500080: 3021 0000 addiu at,at,0 + *500084: 3084 5820 addiu a0,a0,22560 + *500088: 5821 0008 dsll32 at,at,0x0 + *50008c: 5824 2150 daddu a0,a0,at + *500090: 41a1 0000 lui at,0x0 + *500094: 41a4 0076 lui a0,0x76 + *500098: 3021 0000 addiu at,at,0 + *50009c: 3084 5c08 addiu a0,a0,23560 + *5000a0: 5821 0008 dsll32 at,at,0x0 + *5000a4: 5824 2150 daddu a0,a0,at + *5000a8: 41a1 0000 lui at,0x0 + *5000ac: 41a4 0076 lui a0,0x76 + *5000b0: 3021 0000 addiu at,at,0 + *5000b4: 3084 5430 addiu a0,a0,21552 + *5000b8: 5821 0008 dsll32 at,at,0x0 + *5000bc: 5824 2150 daddu a0,a0,at + *5000c0: 41a1 0000 lui at,0x0 + *5000c4: 41a4 0076 lui a0,0x76 + *5000c8: 3021 0000 addiu at,at,0 + *5000cc: 3084 5c09 addiu a0,a0,23561 + *5000d0: 5821 0008 dsll32 at,at,0x0 + *5000d4: 5824 2150 daddu a0,a0,at + *5000d8: 41a1 0000 lui at,0x0 + *5000dc: 41a4 0000 lui a0,0x0 + *5000e0: 3021 0000 addiu at,at,0 + *5000e4: 3084 0001 addiu a0,a0,1 + *5000e8: 5821 0008 dsll32 at,at,0x0 + *5000ec: 5824 2150 daddu a0,a0,at + *5000f0: 41a1 0000 lui at,0x0 + *5000f4: 41a4 0065 lui a0,0x65 + *5000f8: 3021 0000 addiu at,at,0 + *5000fc: 3084 4321 addiu a0,a0,17185 + *500100: 5821 0008 dsll32 at,at,0x0 + *500104: 5824 2150 daddu a0,a0,at + *500108: 41a1 0000 lui at,0x0 + *50010c: 41a4 0065 lui a0,0x65 + *500110: 3021 0000 addiu at,at,0 + *500114: 3084 4325 addiu a0,a0,17189 + *500118: 5821 0008 dsll32 at,at,0x0 + *50011c: 5824 2150 daddu a0,a0,at + *500120: 41a1 0000 lui at,0x0 + *500124: 41a4 0065 lui a0,0x65 + *500128: 3021 0000 addiu at,at,0 + *50012c: 3084 4331 addiu a0,a0,17201 + *500130: 5821 0008 dsll32 at,at,0x0 + *500134: 5824 2150 daddu a0,a0,at + *500138: 41a1 0000 lui at,0x0 + *50013c: 41a4 0065 lui a0,0x65 + *500140: 3021 0000 addiu at,at,0 + *500144: 3084 4721 addiu a0,a0,18209 + *500148: 5821 0008 dsll32 at,at,0x0 + *50014c: 5824 2150 daddu a0,a0,at + *500150: 41a1 0000 lui at,0x0 + *500154: 41a4 0076 lui a0,0x76 + *500158: 3021 0000 addiu at,at,0 + *50015c: 3084 5821 addiu a0,a0,22561 + *500160: 5821 0008 dsll32 at,at,0x0 + *500164: 5824 2150 daddu a0,a0,at + *500168: 41a1 0000 lui at,0x0 + *50016c: 41a4 0076 lui a0,0x76 + *500170: 3021 0000 addiu at,at,0 + *500174: 3084 5c09 addiu a0,a0,23561 + *500178: 5821 0008 dsll32 at,at,0x0 + *50017c: 5824 2150 daddu a0,a0,at + *500180: 41a1 0000 lui at,0x0 + *500184: 41a4 0076 lui a0,0x76 + *500188: 3021 0000 addiu at,at,0 + *50018c: 3084 5431 addiu a0,a0,21553 + *500190: 5821 0008 dsll32 at,at,0x0 + *500194: 5824 2150 daddu a0,a0,at + *500198: 41a1 0000 lui at,0x0 + *50019c: 41a4 0076 lui a0,0x76 + *5001a0: 3021 0000 addiu at,at,0 + *5001a4: 3084 5c0a addiu a0,a0,23562 + *5001a8: 5821 0008 dsll32 at,at,0x0 + *5001ac: 5824 2150 daddu a0,a0,at + *5001b0: 41a1 0001 lui at,0x1 + *5001b4: 41a4 8001 lui a0,0x8001 + *5001b8: 3021 8001 addiu at,at,-32767 + *5001bc: 3084 8000 addiu a0,a0,-32768 + *5001c0: 5821 0008 dsll32 at,at,0x0 + *5001c4: 5824 2150 daddu a0,a0,at + *5001c8: 41a1 0001 lui at,0x1 + *5001cc: 41a4 8066 lui a0,0x8066 + *5001d0: 3021 8001 addiu at,at,-32767 + *5001d4: 3084 c320 addiu a0,a0,-15584 + *5001d8: 5821 0008 dsll32 at,at,0x0 + *5001dc: 5824 2150 daddu a0,a0,at + *5001e0: 41a1 0001 lui at,0x1 + *5001e4: 41a4 8066 lui a0,0x8066 + *5001e8: 3021 8001 addiu at,at,-32767 + *5001ec: 3084 c324 addiu a0,a0,-15580 + *5001f0: 5821 0008 dsll32 at,at,0x0 + *5001f4: 5824 2150 daddu a0,a0,at + *5001f8: 41a1 0001 lui at,0x1 + *5001fc: 41a4 8066 lui a0,0x8066 + *500200: 3021 8001 addiu at,at,-32767 + *500204: 3084 c330 addiu a0,a0,-15568 + *500208: 5821 0008 dsll32 at,at,0x0 + *50020c: 5824 2150 daddu a0,a0,at + *500210: 41a1 0001 lui at,0x1 + *500214: 41a4 8066 lui a0,0x8066 + *500218: 3021 8001 addiu at,at,-32767 + *50021c: 3084 c720 addiu a0,a0,-14560 + *500220: 5821 0008 dsll32 at,at,0x0 + *500224: 5824 2150 daddu a0,a0,at + *500228: 41a1 0001 lui at,0x1 + *50022c: 41a4 8077 lui a0,0x8077 + *500230: 3021 8001 addiu at,at,-32767 + *500234: 3084 d820 addiu a0,a0,-10208 + *500238: 5821 0008 dsll32 at,at,0x0 + *50023c: 5824 2150 daddu a0,a0,at + *500240: 41a1 0001 lui at,0x1 + *500244: 41a4 8077 lui a0,0x8077 + *500248: 3021 8001 addiu at,at,-32767 + *50024c: 3084 dc08 addiu a0,a0,-9208 + *500250: 5821 0008 dsll32 at,at,0x0 + *500254: 5824 2150 daddu a0,a0,at + *500258: 41a1 0001 lui at,0x1 + *50025c: 41a4 8077 lui a0,0x8077 + *500260: 3021 8001 addiu at,at,-32767 + *500264: 3084 d430 addiu a0,a0,-11216 + *500268: 5821 0008 dsll32 at,at,0x0 + *50026c: 5824 2150 daddu a0,a0,at + *500270: 41a1 0001 lui at,0x1 + *500274: 41a4 8077 lui a0,0x8077 + *500278: 3021 8001 addiu at,at,-32767 + *50027c: 3084 dc09 addiu a0,a0,-9207 + *500280: 5821 0008 dsll32 at,at,0x0 + *500284: 5824 2150 daddu a0,a0,at + *500288: 41a1 0000 lui at,0x0 + *50028c: 41a4 8000 lui a0,0x8000 + *500290: 3021 8000 addiu at,at,-32768 + *500294: 3084 8000 addiu a0,a0,-32768 + *500298: 5821 0008 dsll32 at,at,0x0 + *50029c: 5824 2150 daddu a0,a0,at + *5002a0: 41a1 0000 lui at,0x0 + *5002a4: 41a4 8065 lui a0,0x8065 + *5002a8: 3021 8000 addiu at,at,-32768 + *5002ac: 3084 c320 addiu a0,a0,-15584 + *5002b0: 5821 0008 dsll32 at,at,0x0 + *5002b4: 5824 2150 daddu a0,a0,at + *5002b8: 41a1 0000 lui at,0x0 + *5002bc: 41a4 8065 lui a0,0x8065 + *5002c0: 3021 8000 addiu at,at,-32768 + *5002c4: 3084 c324 addiu a0,a0,-15580 + *5002c8: 5821 0008 dsll32 at,at,0x0 + *5002cc: 5824 2150 daddu a0,a0,at + *5002d0: 41a1 0000 lui at,0x0 + *5002d4: 41a4 8065 lui a0,0x8065 + *5002d8: 3021 8000 addiu at,at,-32768 + *5002dc: 3084 c330 addiu a0,a0,-15568 + *5002e0: 5821 0008 dsll32 at,at,0x0 + *5002e4: 5824 2150 daddu a0,a0,at + *5002e8: 41a1 0000 lui at,0x0 + *5002ec: 41a4 8065 lui a0,0x8065 + *5002f0: 3021 8000 addiu at,at,-32768 + *5002f4: 3084 c720 addiu a0,a0,-14560 + *5002f8: 5821 0008 dsll32 at,at,0x0 + *5002fc: 5824 2150 daddu a0,a0,at + *500300: 41a1 0000 lui at,0x0 + *500304: 41a4 8076 lui a0,0x8076 + *500308: 3021 8000 addiu at,at,-32768 + *50030c: 3084 d820 addiu a0,a0,-10208 + *500310: 5821 0008 dsll32 at,at,0x0 + *500314: 5824 2150 daddu a0,a0,at + *500318: 41a1 0000 lui at,0x0 + *50031c: 41a4 8076 lui a0,0x8076 + *500320: 3021 8000 addiu at,at,-32768 + *500324: 3084 dc08 addiu a0,a0,-9208 + *500328: 5821 0008 dsll32 at,at,0x0 + *50032c: 5824 2150 daddu a0,a0,at + *500330: 41a1 0000 lui at,0x0 + *500334: 41a4 8076 lui a0,0x8076 + *500338: 3021 8000 addiu at,at,-32768 + *50033c: 3084 d430 addiu a0,a0,-11216 + *500340: 5821 0008 dsll32 at,at,0x0 + *500344: 5824 2150 daddu a0,a0,at + *500348: 41a1 0000 lui at,0x0 + *50034c: 41a4 8076 lui a0,0x8076 + *500350: 3021 8000 addiu at,at,-32768 + *500354: 3084 dc09 addiu a0,a0,-9207 + *500358: 5821 0008 dsll32 at,at,0x0 + *50035c: 5824 2150 daddu a0,a0,at + *500360: 41a1 0001 lui at,0x1 + *500364: 41a4 0001 lui a0,0x1 + *500368: 3021 0001 addiu at,at,1 + *50036c: 3084 0000 addiu a0,a0,0 + *500370: 5821 0008 dsll32 at,at,0x0 + *500374: 5824 2150 daddu a0,a0,at + *500378: 41a1 0001 lui at,0x1 + *50037c: 41a4 0066 lui a0,0x66 + *500380: 3021 0001 addiu at,at,1 + *500384: 3084 4320 addiu a0,a0,17184 + *500388: 5821 0008 dsll32 at,at,0x0 + *50038c: 5824 2150 daddu a0,a0,at + *500390: 41a1 0001 lui at,0x1 + *500394: 41a4 0066 lui a0,0x66 + *500398: 3021 0001 addiu at,at,1 + *50039c: 3084 4324 addiu a0,a0,17188 + *5003a0: 5821 0008 dsll32 at,at,0x0 + *5003a4: 5824 2150 daddu a0,a0,at + *5003a8: 41a1 0001 lui at,0x1 + *5003ac: 41a4 0066 lui a0,0x66 + *5003b0: 3021 0001 addiu at,at,1 + *5003b4: 3084 4330 addiu a0,a0,17200 + *5003b8: 5821 0008 dsll32 at,at,0x0 + *5003bc: 5824 2150 daddu a0,a0,at + *5003c0: 41a1 0001 lui at,0x1 + *5003c4: 41a4 0066 lui a0,0x66 + *5003c8: 3021 0001 addiu at,at,1 + *5003cc: 3084 4720 addiu a0,a0,18208 + *5003d0: 5821 0008 dsll32 at,at,0x0 + *5003d4: 5824 2150 daddu a0,a0,at + *5003d8: 41a1 0001 lui at,0x1 + *5003dc: 41a4 0077 lui a0,0x77 + *5003e0: 3021 0001 addiu at,at,1 + *5003e4: 3084 5820 addiu a0,a0,22560 + *5003e8: 5821 0008 dsll32 at,at,0x0 + *5003ec: 5824 2150 daddu a0,a0,at + *5003f0: 41a1 0001 lui at,0x1 + *5003f4: 41a4 0077 lui a0,0x77 + *5003f8: 3021 0001 addiu at,at,1 + *5003fc: 3084 5c08 addiu a0,a0,23560 + *500400: 5821 0008 dsll32 at,at,0x0 + *500404: 5824 2150 daddu a0,a0,at + *500408: 41a1 0001 lui at,0x1 + *50040c: 41a4 0077 lui a0,0x77 + *500410: 3021 0001 addiu at,at,1 + *500414: 3084 5430 addiu a0,a0,21552 + *500418: 5821 0008 dsll32 at,at,0x0 + *50041c: 5824 2150 daddu a0,a0,at + *500420: 41a1 0001 lui at,0x1 + *500424: 41a4 0077 lui a0,0x77 + *500428: 3021 0001 addiu at,at,1 + *50042c: 3084 5c09 addiu a0,a0,23561 + *500430: 5821 0008 dsll32 at,at,0x0 + *500434: 5824 2150 daddu a0,a0,at + *500438: 41a1 0002 lui at,0x2 + *50043c: 41a4 0002 lui a0,0x2 + *500440: 3021 a5a5 addiu at,at,-23131 + *500444: 3084 a5a5 addiu a0,a0,-23131 + *500448: 5821 0008 dsll32 at,at,0x0 + *50044c: 5824 2150 daddu a0,a0,at + *500450: 41a1 0002 lui at,0x2 + *500454: 41a4 0067 lui a0,0x67 + *500458: 3021 a5a5 addiu at,at,-23131 + *50045c: 3084 e8c5 addiu a0,a0,-5947 + *500460: 5821 0008 dsll32 at,at,0x0 + *500464: 5824 2150 daddu a0,a0,at + *500468: 41a1 0002 lui at,0x2 + *50046c: 41a4 0067 lui a0,0x67 + *500470: 3021 a5a5 addiu at,at,-23131 + *500474: 3084 e8c9 addiu a0,a0,-5943 + *500478: 5821 0008 dsll32 at,at,0x0 + *50047c: 5824 2150 daddu a0,a0,at + *500480: 41a1 0002 lui at,0x2 + *500484: 41a4 0067 lui a0,0x67 + *500488: 3021 a5a5 addiu at,at,-23131 + *50048c: 3084 e8d5 addiu a0,a0,-5931 + *500490: 5821 0008 dsll32 at,at,0x0 + *500494: 5824 2150 daddu a0,a0,at + *500498: 41a1 0002 lui at,0x2 + *50049c: 41a4 0067 lui a0,0x67 + *5004a0: 3021 a5a5 addiu at,at,-23131 + *5004a4: 3084 ecc5 addiu a0,a0,-4923 + *5004a8: 5821 0008 dsll32 at,at,0x0 + *5004ac: 5824 2150 daddu a0,a0,at + *5004b0: 41a1 0002 lui at,0x2 + *5004b4: 41a4 0078 lui a0,0x78 + *5004b8: 3021 a5a5 addiu at,at,-23131 + *5004bc: 3084 fdc5 addiu a0,a0,-571 + *5004c0: 5821 0008 dsll32 at,at,0x0 + *5004c4: 5824 2150 daddu a0,a0,at + *5004c8: 41a1 0002 lui at,0x2 + *5004cc: 41a4 0078 lui a0,0x78 + *5004d0: 3021 a5a5 addiu at,at,-23131 + *5004d4: 3084 01ad addiu a0,a0,429 + *5004d8: 5821 0008 dsll32 at,at,0x0 + *5004dc: 5824 2150 daddu a0,a0,at + *5004e0: 41a1 0002 lui at,0x2 + *5004e4: 41a4 0078 lui a0,0x78 + *5004e8: 3021 a5a5 addiu at,at,-23131 + *5004ec: 3084 f9d5 addiu a0,a0,-1579 + *5004f0: 5821 0008 dsll32 at,at,0x0 + *5004f4: 5824 2150 daddu a0,a0,at + *5004f8: 41a1 0002 lui at,0x2 + *5004fc: 41a4 0078 lui a0,0x78 + *500500: 3021 a5a5 addiu at,at,-23131 + *500504: 3084 01ae addiu a0,a0,430 + *500508: 5821 0008 dsll32 at,at,0x0 + *50050c: 5824 2150 daddu a0,a0,at + *500510: 41a1 0000 lui at,0x0 + *500514: 41a5 0000 lui a1,0x0 + *500518: 3021 0000 addiu at,at,0 + *50051c: 5821 0008 dsll32 at,at,0x0 + *500520: 5825 2950 daddu a1,a1,at + *500524: fc85 0000 lw a0,0\(a1\) + *500528: 41a1 0000 lui at,0x0 + *50052c: 41a5 0065 lui a1,0x65 + *500530: 3021 0000 addiu at,at,0 + *500534: 5821 0008 dsll32 at,at,0x0 + *500538: 5825 2950 daddu a1,a1,at + *50053c: fc85 4320 lw a0,17184\(a1\) + *500540: 41a1 0000 lui at,0x0 + *500544: 41a5 0065 lui a1,0x65 + *500548: 3021 0000 addiu at,at,0 + *50054c: 5821 0008 dsll32 at,at,0x0 + *500550: 5825 2950 daddu a1,a1,at + *500554: fc85 4324 lw a0,17188\(a1\) + *500558: 41a1 0000 lui at,0x0 + *50055c: 41a5 0065 lui a1,0x65 + *500560: 3021 0000 addiu at,at,0 + *500564: 5821 0008 dsll32 at,at,0x0 + *500568: 5825 2950 daddu a1,a1,at + *50056c: fc85 4330 lw a0,17200\(a1\) + *500570: 41a1 0000 lui at,0x0 + *500574: 41a5 0065 lui a1,0x65 + *500578: 3021 0000 addiu at,at,0 + *50057c: 5821 0008 dsll32 at,at,0x0 + *500580: 5825 2950 daddu a1,a1,at + *500584: fc85 4720 lw a0,18208\(a1\) + *500588: 41a1 0000 lui at,0x0 + *50058c: 41a5 0076 lui a1,0x76 + *500590: 3021 0000 addiu at,at,0 + *500594: 5821 0008 dsll32 at,at,0x0 + *500598: 5825 2950 daddu a1,a1,at + *50059c: fc85 5820 lw a0,22560\(a1\) + *5005a0: 41a1 0000 lui at,0x0 + *5005a4: 41a5 0076 lui a1,0x76 + *5005a8: 3021 0000 addiu at,at,0 + *5005ac: 5821 0008 dsll32 at,at,0x0 + *5005b0: 5825 2950 daddu a1,a1,at + *5005b4: fc85 5c08 lw a0,23560\(a1\) + *5005b8: 41a1 0000 lui at,0x0 + *5005bc: 41a5 0076 lui a1,0x76 + *5005c0: 3021 0000 addiu at,at,0 + *5005c4: 5821 0008 dsll32 at,at,0x0 + *5005c8: 5825 2950 daddu a1,a1,at + *5005cc: fc85 5430 lw a0,21552\(a1\) + *5005d0: 41a1 0000 lui at,0x0 + *5005d4: 41a5 0076 lui a1,0x76 + *5005d8: 3021 0000 addiu at,at,0 + *5005dc: 5821 0008 dsll32 at,at,0x0 + *5005e0: 5825 2950 daddu a1,a1,at + *5005e4: fc85 5c09 lw a0,23561\(a1\) + *5005e8: 41a1 0000 lui at,0x0 + *5005ec: 41a5 0000 lui a1,0x0 + *5005f0: 3021 0000 addiu at,at,0 + *5005f4: 5821 0008 dsll32 at,at,0x0 + *5005f8: 5825 2950 daddu a1,a1,at + *5005fc: fc85 0001 lw a0,1\(a1\) + *500600: 41a1 0000 lui at,0x0 + *500604: 41a5 0065 lui a1,0x65 + *500608: 3021 0000 addiu at,at,0 + *50060c: 5821 0008 dsll32 at,at,0x0 + *500610: 5825 2950 daddu a1,a1,at + *500614: fc85 4321 lw a0,17185\(a1\) + *500618: 41a1 0000 lui at,0x0 + *50061c: 41a5 0065 lui a1,0x65 + *500620: 3021 0000 addiu at,at,0 + *500624: 5821 0008 dsll32 at,at,0x0 + *500628: 5825 2950 daddu a1,a1,at + *50062c: fc85 4325 lw a0,17189\(a1\) + *500630: 41a1 0000 lui at,0x0 + *500634: 41a5 0065 lui a1,0x65 + *500638: 3021 0000 addiu at,at,0 + *50063c: 5821 0008 dsll32 at,at,0x0 + *500640: 5825 2950 daddu a1,a1,at + *500644: fc85 4331 lw a0,17201\(a1\) + *500648: 41a1 0000 lui at,0x0 + *50064c: 41a5 0065 lui a1,0x65 + *500650: 3021 0000 addiu at,at,0 + *500654: 5821 0008 dsll32 at,at,0x0 + *500658: 5825 2950 daddu a1,a1,at + *50065c: fc85 4721 lw a0,18209\(a1\) + *500660: 41a1 0000 lui at,0x0 + *500664: 41a5 0076 lui a1,0x76 + *500668: 3021 0000 addiu at,at,0 + *50066c: 5821 0008 dsll32 at,at,0x0 + *500670: 5825 2950 daddu a1,a1,at + *500674: fc85 5821 lw a0,22561\(a1\) + *500678: 41a1 0000 lui at,0x0 + *50067c: 41a5 0076 lui a1,0x76 + *500680: 3021 0000 addiu at,at,0 + *500684: 5821 0008 dsll32 at,at,0x0 + *500688: 5825 2950 daddu a1,a1,at + *50068c: fc85 5c09 lw a0,23561\(a1\) + *500690: 41a1 0000 lui at,0x0 + *500694: 41a5 0076 lui a1,0x76 + *500698: 3021 0000 addiu at,at,0 + *50069c: 5821 0008 dsll32 at,at,0x0 + *5006a0: 5825 2950 daddu a1,a1,at + *5006a4: fc85 5431 lw a0,21553\(a1\) + *5006a8: 41a1 0000 lui at,0x0 + *5006ac: 41a5 0076 lui a1,0x76 + *5006b0: 3021 0000 addiu at,at,0 + *5006b4: 5821 0008 dsll32 at,at,0x0 + *5006b8: 5825 2950 daddu a1,a1,at + *5006bc: fc85 5c0a lw a0,23562\(a1\) + *5006c0: 41a1 0001 lui at,0x1 + *5006c4: 41a5 8001 lui a1,0x8001 + *5006c8: 3021 8001 addiu at,at,-32767 + *5006cc: 5821 0008 dsll32 at,at,0x0 + *5006d0: 5825 2950 daddu a1,a1,at + *5006d4: fc85 8000 lw a0,-32768\(a1\) + *5006d8: 41a1 0001 lui at,0x1 + *5006dc: 41a5 8066 lui a1,0x8066 + *5006e0: 3021 8001 addiu at,at,-32767 + *5006e4: 5821 0008 dsll32 at,at,0x0 + *5006e8: 5825 2950 daddu a1,a1,at + *5006ec: fc85 c320 lw a0,-15584\(a1\) + *5006f0: 41a1 0001 lui at,0x1 + *5006f4: 41a5 8066 lui a1,0x8066 + *5006f8: 3021 8001 addiu at,at,-32767 + *5006fc: 5821 0008 dsll32 at,at,0x0 + *500700: 5825 2950 daddu a1,a1,at + *500704: fc85 c324 lw a0,-15580\(a1\) + *500708: 41a1 0001 lui at,0x1 + *50070c: 41a5 8066 lui a1,0x8066 + *500710: 3021 8001 addiu at,at,-32767 + *500714: 5821 0008 dsll32 at,at,0x0 + *500718: 5825 2950 daddu a1,a1,at + *50071c: fc85 c330 lw a0,-15568\(a1\) + *500720: 41a1 0001 lui at,0x1 + *500724: 41a5 8066 lui a1,0x8066 + *500728: 3021 8001 addiu at,at,-32767 + *50072c: 5821 0008 dsll32 at,at,0x0 + *500730: 5825 2950 daddu a1,a1,at + *500734: fc85 c720 lw a0,-14560\(a1\) + *500738: 41a1 0001 lui at,0x1 + *50073c: 41a5 8077 lui a1,0x8077 + *500740: 3021 8001 addiu at,at,-32767 + *500744: 5821 0008 dsll32 at,at,0x0 + *500748: 5825 2950 daddu a1,a1,at + *50074c: fc85 d820 lw a0,-10208\(a1\) + *500750: 41a1 0001 lui at,0x1 + *500754: 41a5 8077 lui a1,0x8077 + *500758: 3021 8001 addiu at,at,-32767 + *50075c: 5821 0008 dsll32 at,at,0x0 + *500760: 5825 2950 daddu a1,a1,at + *500764: fc85 dc08 lw a0,-9208\(a1\) + *500768: 41a1 0001 lui at,0x1 + *50076c: 41a5 8077 lui a1,0x8077 + *500770: 3021 8001 addiu at,at,-32767 + *500774: 5821 0008 dsll32 at,at,0x0 + *500778: 5825 2950 daddu a1,a1,at + *50077c: fc85 d430 lw a0,-11216\(a1\) + *500780: 41a1 0001 lui at,0x1 + *500784: 41a5 8077 lui a1,0x8077 + *500788: 3021 8001 addiu at,at,-32767 + *50078c: 5821 0008 dsll32 at,at,0x0 + *500790: 5825 2950 daddu a1,a1,at + *500794: fc85 dc09 lw a0,-9207\(a1\) + *500798: 41a1 0000 lui at,0x0 + *50079c: 41a5 8000 lui a1,0x8000 + *5007a0: 3021 8000 addiu at,at,-32768 + *5007a4: 5821 0008 dsll32 at,at,0x0 + *5007a8: 5825 2950 daddu a1,a1,at + *5007ac: fc85 8000 lw a0,-32768\(a1\) + *5007b0: 41a1 0000 lui at,0x0 + *5007b4: 41a5 8065 lui a1,0x8065 + *5007b8: 3021 8000 addiu at,at,-32768 + *5007bc: 5821 0008 dsll32 at,at,0x0 + *5007c0: 5825 2950 daddu a1,a1,at + *5007c4: fc85 c320 lw a0,-15584\(a1\) + *5007c8: 41a1 0000 lui at,0x0 + *5007cc: 41a5 8065 lui a1,0x8065 + *5007d0: 3021 8000 addiu at,at,-32768 + *5007d4: 5821 0008 dsll32 at,at,0x0 + *5007d8: 5825 2950 daddu a1,a1,at + *5007dc: fc85 c324 lw a0,-15580\(a1\) + *5007e0: 41a1 0000 lui at,0x0 + *5007e4: 41a5 8065 lui a1,0x8065 + *5007e8: 3021 8000 addiu at,at,-32768 + *5007ec: 5821 0008 dsll32 at,at,0x0 + *5007f0: 5825 2950 daddu a1,a1,at + *5007f4: fc85 c330 lw a0,-15568\(a1\) + *5007f8: 41a1 0000 lui at,0x0 + *5007fc: 41a5 8065 lui a1,0x8065 + *500800: 3021 8000 addiu at,at,-32768 + *500804: 5821 0008 dsll32 at,at,0x0 + *500808: 5825 2950 daddu a1,a1,at + *50080c: fc85 c720 lw a0,-14560\(a1\) + *500810: 41a1 0000 lui at,0x0 + *500814: 41a5 8076 lui a1,0x8076 + *500818: 3021 8000 addiu at,at,-32768 + *50081c: 5821 0008 dsll32 at,at,0x0 + *500820: 5825 2950 daddu a1,a1,at + *500824: fc85 d820 lw a0,-10208\(a1\) + *500828: 41a1 0000 lui at,0x0 + *50082c: 41a5 8076 lui a1,0x8076 + *500830: 3021 8000 addiu at,at,-32768 + *500834: 5821 0008 dsll32 at,at,0x0 + *500838: 5825 2950 daddu a1,a1,at + *50083c: fc85 dc08 lw a0,-9208\(a1\) + *500840: 41a1 0000 lui at,0x0 + *500844: 41a5 8076 lui a1,0x8076 + *500848: 3021 8000 addiu at,at,-32768 + *50084c: 5821 0008 dsll32 at,at,0x0 + *500850: 5825 2950 daddu a1,a1,at + *500854: fc85 d430 lw a0,-11216\(a1\) + *500858: 41a1 0000 lui at,0x0 + *50085c: 41a5 8076 lui a1,0x8076 + *500860: 3021 8000 addiu at,at,-32768 + *500864: 5821 0008 dsll32 at,at,0x0 + *500868: 5825 2950 daddu a1,a1,at + *50086c: fc85 dc09 lw a0,-9207\(a1\) + *500870: 41a1 0001 lui at,0x1 + *500874: 41a5 0001 lui a1,0x1 + *500878: 3021 0001 addiu at,at,1 + *50087c: 5821 0008 dsll32 at,at,0x0 + *500880: 5825 2950 daddu a1,a1,at + *500884: fc85 0000 lw a0,0\(a1\) + *500888: 41a1 0001 lui at,0x1 + *50088c: 41a5 0066 lui a1,0x66 + *500890: 3021 0001 addiu at,at,1 + *500894: 5821 0008 dsll32 at,at,0x0 + *500898: 5825 2950 daddu a1,a1,at + *50089c: fc85 4320 lw a0,17184\(a1\) + *5008a0: 41a1 0001 lui at,0x1 + *5008a4: 41a5 0066 lui a1,0x66 + *5008a8: 3021 0001 addiu at,at,1 + *5008ac: 5821 0008 dsll32 at,at,0x0 + *5008b0: 5825 2950 daddu a1,a1,at + *5008b4: fc85 4324 lw a0,17188\(a1\) + *5008b8: 41a1 0001 lui at,0x1 + *5008bc: 41a5 0066 lui a1,0x66 + *5008c0: 3021 0001 addiu at,at,1 + *5008c4: 5821 0008 dsll32 at,at,0x0 + *5008c8: 5825 2950 daddu a1,a1,at + *5008cc: fc85 4330 lw a0,17200\(a1\) + *5008d0: 41a1 0001 lui at,0x1 + *5008d4: 41a5 0066 lui a1,0x66 + *5008d8: 3021 0001 addiu at,at,1 + *5008dc: 5821 0008 dsll32 at,at,0x0 + *5008e0: 5825 2950 daddu a1,a1,at + *5008e4: fc85 4720 lw a0,18208\(a1\) + *5008e8: 41a1 0001 lui at,0x1 + *5008ec: 41a5 0077 lui a1,0x77 + *5008f0: 3021 0001 addiu at,at,1 + *5008f4: 5821 0008 dsll32 at,at,0x0 + *5008f8: 5825 2950 daddu a1,a1,at + *5008fc: fc85 5820 lw a0,22560\(a1\) + *500900: 41a1 0001 lui at,0x1 + *500904: 41a5 0077 lui a1,0x77 + *500908: 3021 0001 addiu at,at,1 + *50090c: 5821 0008 dsll32 at,at,0x0 + *500910: 5825 2950 daddu a1,a1,at + *500914: fc85 5c08 lw a0,23560\(a1\) + *500918: 41a1 0001 lui at,0x1 + *50091c: 41a5 0077 lui a1,0x77 + *500920: 3021 0001 addiu at,at,1 + *500924: 5821 0008 dsll32 at,at,0x0 + *500928: 5825 2950 daddu a1,a1,at + *50092c: fc85 5430 lw a0,21552\(a1\) + *500930: 41a1 0001 lui at,0x1 + *500934: 41a5 0077 lui a1,0x77 + *500938: 3021 0001 addiu at,at,1 + *50093c: 5821 0008 dsll32 at,at,0x0 + *500940: 5825 2950 daddu a1,a1,at + *500944: fc85 5c09 lw a0,23561\(a1\) + *500948: 41a1 0002 lui at,0x2 + *50094c: 41a5 0002 lui a1,0x2 + *500950: 3021 a5a5 addiu at,at,-23131 + *500954: 5821 0008 dsll32 at,at,0x0 + *500958: 5825 2950 daddu a1,a1,at + *50095c: fc85 a5a5 lw a0,-23131\(a1\) + *500960: 41a1 0002 lui at,0x2 + *500964: 41a5 0067 lui a1,0x67 + *500968: 3021 a5a5 addiu at,at,-23131 + *50096c: 5821 0008 dsll32 at,at,0x0 + *500970: 5825 2950 daddu a1,a1,at + *500974: fc85 e8c5 lw a0,-5947\(a1\) + *500978: 41a1 0002 lui at,0x2 + *50097c: 41a5 0067 lui a1,0x67 + *500980: 3021 a5a5 addiu at,at,-23131 + *500984: 5821 0008 dsll32 at,at,0x0 + *500988: 5825 2950 daddu a1,a1,at + *50098c: fc85 e8c9 lw a0,-5943\(a1\) + *500990: 41a1 0002 lui at,0x2 + *500994: 41a5 0067 lui a1,0x67 + *500998: 3021 a5a5 addiu at,at,-23131 + *50099c: 5821 0008 dsll32 at,at,0x0 + *5009a0: 5825 2950 daddu a1,a1,at + *5009a4: fc85 e8d5 lw a0,-5931\(a1\) + *5009a8: 41a1 0002 lui at,0x2 + *5009ac: 41a5 0067 lui a1,0x67 + *5009b0: 3021 a5a5 addiu at,at,-23131 + *5009b4: 5821 0008 dsll32 at,at,0x0 + *5009b8: 5825 2950 daddu a1,a1,at + *5009bc: fc85 ecc5 lw a0,-4923\(a1\) + *5009c0: 41a1 0002 lui at,0x2 + *5009c4: 41a5 0078 lui a1,0x78 + *5009c8: 3021 a5a5 addiu at,at,-23131 + *5009cc: 5821 0008 dsll32 at,at,0x0 + *5009d0: 5825 2950 daddu a1,a1,at + *5009d4: fc85 fdc5 lw a0,-571\(a1\) + *5009d8: 41a1 0002 lui at,0x2 + *5009dc: 41a5 0078 lui a1,0x78 + *5009e0: 3021 a5a5 addiu at,at,-23131 + *5009e4: 5821 0008 dsll32 at,at,0x0 + *5009e8: 5825 2950 daddu a1,a1,at + *5009ec: fc85 01ad lw a0,429\(a1\) + *5009f0: 41a1 0002 lui at,0x2 + *5009f4: 41a5 0078 lui a1,0x78 + *5009f8: 3021 a5a5 addiu at,at,-23131 + *5009fc: 5821 0008 dsll32 at,at,0x0 + *500a00: 5825 2950 daddu a1,a1,at + *500a04: fc85 f9d5 lw a0,-1579\(a1\) + *500a08: 41a1 0002 lui at,0x2 + *500a0c: 41a5 0078 lui a1,0x78 + *500a10: 3021 a5a5 addiu at,at,-23131 + *500a14: 5821 0008 dsll32 at,at,0x0 + *500a18: 5825 2950 daddu a1,a1,at + *500a1c: fc85 01ae lw a0,430\(a1\) + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/micromips-hilo-srec-n64.d b/ld/testsuite/ld-mips-elf/micromips-hilo-srec-n64.d new file mode 100644 index 0000000..efbaaa5 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/micromips-hilo-srec-n64.d @@ -0,0 +1,8 @@ +#name: R_MICROMIPS_HI16 and R_MICROMIPS_LO16 relocs srec (n64) +#source: ../../../gas/testsuite/gas/mips/mips-hilo-n64.s +#source: mips-hilo.s +#as: -mmicromips -march=mips64r2 +#objdump: -m mips:micromips -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* +#dump: micromips-hilo-n64.d diff --git a/ld/testsuite/ld-mips-elf/micromips-hilo-srec.d b/ld/testsuite/ld-mips-elf/micromips-hilo-srec.d new file mode 100644 index 0000000..c8bee0a --- /dev/null +++ b/ld/testsuite/ld-mips-elf/micromips-hilo-srec.d @@ -0,0 +1,8 @@ +#name: R_MICROMIPS_HI16 and R_MICROMIPS_LO16 relocs srec +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#as: -mmicromips -march=mips64r2 +#objdump: -m mips:micromips -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* +#dump: micromips-hilo.d diff --git a/ld/testsuite/ld-mips-elf/micromips-hilo.d b/ld/testsuite/ld-mips-elf/micromips-hilo.d new file mode 100644 index 0000000..ec5c9d1 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/micromips-hilo.d @@ -0,0 +1,230 @@ +#name: R_MICROMIPS_HI16 and R_MICROMIPS_LO16 relocs +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#as: -mmicromips -march=mips64r2 +#objdump: -d +#ld: -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* + +.*: file format (:?elf.*mips.*|srec) + +Disassembly of section \.(:?text|sec1): + +0*500000 <[^>]*>: + *500000: 41a4 0000 lui a0,0x0 + *500004: 3084 0000 addiu a0,a0,0 + *500008: 41a4 0065 lui a0,0x65 + *50000c: 3084 4320 addiu a0,a0,17184 + *500010: 41a4 0065 lui a0,0x65 + *500014: 3084 4324 addiu a0,a0,17188 + *500018: 41a4 0065 lui a0,0x65 + *50001c: 3084 4330 addiu a0,a0,17200 + *500020: 41a4 0065 lui a0,0x65 + *500024: 3084 4720 addiu a0,a0,18208 + *500028: 41a4 0076 lui a0,0x76 + *50002c: 3084 5820 addiu a0,a0,22560 + *500030: 41a4 0076 lui a0,0x76 + *500034: 3084 5c08 addiu a0,a0,23560 + *500038: 41a4 0076 lui a0,0x76 + *50003c: 3084 5430 addiu a0,a0,21552 + *500040: 41a4 0076 lui a0,0x76 + *500044: 3084 5c09 addiu a0,a0,23561 + *500048: 41a4 0000 lui a0,0x0 + *50004c: 3084 0001 addiu a0,a0,1 + *500050: 41a4 0065 lui a0,0x65 + *500054: 3084 4321 addiu a0,a0,17185 + *500058: 41a4 0065 lui a0,0x65 + *50005c: 3084 4325 addiu a0,a0,17189 + *500060: 41a4 0065 lui a0,0x65 + *500064: 3084 4331 addiu a0,a0,17201 + *500068: 41a4 0065 lui a0,0x65 + *50006c: 3084 4721 addiu a0,a0,18209 + *500070: 41a4 0076 lui a0,0x76 + *500074: 3084 5821 addiu a0,a0,22561 + *500078: 41a4 0076 lui a0,0x76 + *50007c: 3084 5c09 addiu a0,a0,23561 + *500080: 41a4 0076 lui a0,0x76 + *500084: 3084 5431 addiu a0,a0,21553 + *500088: 41a4 0076 lui a0,0x76 + *50008c: 3084 5c0a addiu a0,a0,23562 + *500090: 41a4 0001 lui a0,0x1 + *500094: 3084 8000 addiu a0,a0,-32768 + *500098: 41a4 0066 lui a0,0x66 + *50009c: 3084 c320 addiu a0,a0,-15584 + *5000a0: 41a4 0066 lui a0,0x66 + *5000a4: 3084 c324 addiu a0,a0,-15580 + *5000a8: 41a4 0066 lui a0,0x66 + *5000ac: 3084 c330 addiu a0,a0,-15568 + *5000b0: 41a4 0066 lui a0,0x66 + *5000b4: 3084 c720 addiu a0,a0,-14560 + *5000b8: 41a4 0077 lui a0,0x77 + *5000bc: 3084 d820 addiu a0,a0,-10208 + *5000c0: 41a4 0077 lui a0,0x77 + *5000c4: 3084 dc08 addiu a0,a0,-9208 + *5000c8: 41a4 0077 lui a0,0x77 + *5000cc: 3084 d430 addiu a0,a0,-11216 + *5000d0: 41a4 0077 lui a0,0x77 + *5000d4: 3084 dc09 addiu a0,a0,-9207 + *5000d8: 41a4 0000 lui a0,0x0 + *5000dc: 3084 8000 addiu a0,a0,-32768 + *5000e0: 41a4 0065 lui a0,0x65 + *5000e4: 3084 c320 addiu a0,a0,-15584 + *5000e8: 41a4 0065 lui a0,0x65 + *5000ec: 3084 c324 addiu a0,a0,-15580 + *5000f0: 41a4 0065 lui a0,0x65 + *5000f4: 3084 c330 addiu a0,a0,-15568 + *5000f8: 41a4 0065 lui a0,0x65 + *5000fc: 3084 c720 addiu a0,a0,-14560 + *500100: 41a4 0076 lui a0,0x76 + *500104: 3084 d820 addiu a0,a0,-10208 + *500108: 41a4 0076 lui a0,0x76 + *50010c: 3084 dc08 addiu a0,a0,-9208 + *500110: 41a4 0076 lui a0,0x76 + *500114: 3084 d430 addiu a0,a0,-11216 + *500118: 41a4 0076 lui a0,0x76 + *50011c: 3084 dc09 addiu a0,a0,-9207 + *500120: 41a4 0001 lui a0,0x1 + *500124: 3084 0000 addiu a0,a0,0 + *500128: 41a4 0066 lui a0,0x66 + *50012c: 3084 4320 addiu a0,a0,17184 + *500130: 41a4 0066 lui a0,0x66 + *500134: 3084 4324 addiu a0,a0,17188 + *500138: 41a4 0066 lui a0,0x66 + *50013c: 3084 4330 addiu a0,a0,17200 + *500140: 41a4 0066 lui a0,0x66 + *500144: 3084 4720 addiu a0,a0,18208 + *500148: 41a4 0077 lui a0,0x77 + *50014c: 3084 5820 addiu a0,a0,22560 + *500150: 41a4 0077 lui a0,0x77 + *500154: 3084 5c08 addiu a0,a0,23560 + *500158: 41a4 0077 lui a0,0x77 + *50015c: 3084 5430 addiu a0,a0,21552 + *500160: 41a4 0077 lui a0,0x77 + *500164: 3084 5c09 addiu a0,a0,23561 + *500168: 41a4 0002 lui a0,0x2 + *50016c: 3084 a5a5 addiu a0,a0,-23131 + *500170: 41a4 0067 lui a0,0x67 + *500174: 3084 e8c5 addiu a0,a0,-5947 + *500178: 41a4 0067 lui a0,0x67 + *50017c: 3084 e8c9 addiu a0,a0,-5943 + *500180: 41a4 0067 lui a0,0x67 + *500184: 3084 e8d5 addiu a0,a0,-5931 + *500188: 41a4 0067 lui a0,0x67 + *50018c: 3084 ecc5 addiu a0,a0,-4923 + *500190: 41a4 0078 lui a0,0x78 + *500194: 3084 fdc5 addiu a0,a0,-571 + *500198: 41a4 0078 lui a0,0x78 + *50019c: 3084 01ad addiu a0,a0,429 + *5001a0: 41a4 0078 lui a0,0x78 + *5001a4: 3084 f9d5 addiu a0,a0,-1579 + *5001a8: 41a4 0078 lui a0,0x78 + *5001ac: 3084 01ae addiu a0,a0,430 + *5001b0: 41a5 0000 lui a1,0x0 + *5001b4: fc85 0000 lw a0,0\(a1\) + *5001b8: 41a5 0065 lui a1,0x65 + *5001bc: fc85 4320 lw a0,17184\(a1\) + *5001c0: 41a5 0065 lui a1,0x65 + *5001c4: fc85 4324 lw a0,17188\(a1\) + *5001c8: 41a5 0065 lui a1,0x65 + *5001cc: fc85 4330 lw a0,17200\(a1\) + *5001d0: 41a5 0065 lui a1,0x65 + *5001d4: fc85 4720 lw a0,18208\(a1\) + *5001d8: 41a5 0076 lui a1,0x76 + *5001dc: fc85 5820 lw a0,22560\(a1\) + *5001e0: 41a5 0076 lui a1,0x76 + *5001e4: fc85 5c08 lw a0,23560\(a1\) + *5001e8: 41a5 0076 lui a1,0x76 + *5001ec: fc85 5430 lw a0,21552\(a1\) + *5001f0: 41a5 0076 lui a1,0x76 + *5001f4: fc85 5c09 lw a0,23561\(a1\) + *5001f8: 41a5 0000 lui a1,0x0 + *5001fc: fc85 0001 lw a0,1\(a1\) + *500200: 41a5 0065 lui a1,0x65 + *500204: fc85 4321 lw a0,17185\(a1\) + *500208: 41a5 0065 lui a1,0x65 + *50020c: fc85 4325 lw a0,17189\(a1\) + *500210: 41a5 0065 lui a1,0x65 + *500214: fc85 4331 lw a0,17201\(a1\) + *500218: 41a5 0065 lui a1,0x65 + *50021c: fc85 4721 lw a0,18209\(a1\) + *500220: 41a5 0076 lui a1,0x76 + *500224: fc85 5821 lw a0,22561\(a1\) + *500228: 41a5 0076 lui a1,0x76 + *50022c: fc85 5c09 lw a0,23561\(a1\) + *500230: 41a5 0076 lui a1,0x76 + *500234: fc85 5431 lw a0,21553\(a1\) + *500238: 41a5 0076 lui a1,0x76 + *50023c: fc85 5c0a lw a0,23562\(a1\) + *500240: 41a5 0001 lui a1,0x1 + *500244: fc85 8000 lw a0,-32768\(a1\) + *500248: 41a5 0066 lui a1,0x66 + *50024c: fc85 c320 lw a0,-15584\(a1\) + *500250: 41a5 0066 lui a1,0x66 + *500254: fc85 c324 lw a0,-15580\(a1\) + *500258: 41a5 0066 lui a1,0x66 + *50025c: fc85 c330 lw a0,-15568\(a1\) + *500260: 41a5 0066 lui a1,0x66 + *500264: fc85 c720 lw a0,-14560\(a1\) + *500268: 41a5 0077 lui a1,0x77 + *50026c: fc85 d820 lw a0,-10208\(a1\) + *500270: 41a5 0077 lui a1,0x77 + *500274: fc85 dc08 lw a0,-9208\(a1\) + *500278: 41a5 0077 lui a1,0x77 + *50027c: fc85 d430 lw a0,-11216\(a1\) + *500280: 41a5 0077 lui a1,0x77 + *500284: fc85 dc09 lw a0,-9207\(a1\) + *500288: 41a5 0000 lui a1,0x0 + *50028c: fc85 8000 lw a0,-32768\(a1\) + *500290: 41a5 0065 lui a1,0x65 + *500294: fc85 c320 lw a0,-15584\(a1\) + *500298: 41a5 0065 lui a1,0x65 + *50029c: fc85 c324 lw a0,-15580\(a1\) + *5002a0: 41a5 0065 lui a1,0x65 + *5002a4: fc85 c330 lw a0,-15568\(a1\) + *5002a8: 41a5 0065 lui a1,0x65 + *5002ac: fc85 c720 lw a0,-14560\(a1\) + *5002b0: 41a5 0076 lui a1,0x76 + *5002b4: fc85 d820 lw a0,-10208\(a1\) + *5002b8: 41a5 0076 lui a1,0x76 + *5002bc: fc85 dc08 lw a0,-9208\(a1\) + *5002c0: 41a5 0076 lui a1,0x76 + *5002c4: fc85 d430 lw a0,-11216\(a1\) + *5002c8: 41a5 0076 lui a1,0x76 + *5002cc: fc85 dc09 lw a0,-9207\(a1\) + *5002d0: 41a5 0001 lui a1,0x1 + *5002d4: fc85 0000 lw a0,0\(a1\) + *5002d8: 41a5 0066 lui a1,0x66 + *5002dc: fc85 4320 lw a0,17184\(a1\) + *5002e0: 41a5 0066 lui a1,0x66 + *5002e4: fc85 4324 lw a0,17188\(a1\) + *5002e8: 41a5 0066 lui a1,0x66 + *5002ec: fc85 4330 lw a0,17200\(a1\) + *5002f0: 41a5 0066 lui a1,0x66 + *5002f4: fc85 4720 lw a0,18208\(a1\) + *5002f8: 41a5 0077 lui a1,0x77 + *5002fc: fc85 5820 lw a0,22560\(a1\) + *500300: 41a5 0077 lui a1,0x77 + *500304: fc85 5c08 lw a0,23560\(a1\) + *500308: 41a5 0077 lui a1,0x77 + *50030c: fc85 5430 lw a0,21552\(a1\) + *500310: 41a5 0077 lui a1,0x77 + *500314: fc85 5c09 lw a0,23561\(a1\) + *500318: 41a5 0002 lui a1,0x2 + *50031c: fc85 a5a5 lw a0,-23131\(a1\) + *500320: 41a5 0067 lui a1,0x67 + *500324: fc85 e8c5 lw a0,-5947\(a1\) + *500328: 41a5 0067 lui a1,0x67 + *50032c: fc85 e8c9 lw a0,-5943\(a1\) + *500330: 41a5 0067 lui a1,0x67 + *500334: fc85 e8d5 lw a0,-5931\(a1\) + *500338: 41a5 0067 lui a1,0x67 + *50033c: fc85 ecc5 lw a0,-4923\(a1\) + *500340: 41a5 0078 lui a1,0x78 + *500344: fc85 fdc5 lw a0,-571\(a1\) + *500348: 41a5 0078 lui a1,0x78 + *50034c: fc85 01ad lw a0,429\(a1\) + *500350: 41a5 0078 lui a1,0x78 + *500354: fc85 f9d5 lw a0,-1579\(a1\) + *500358: 41a5 0078 lui a1,0x78 + *50035c: fc85 01ae lw a0,430\(a1\) + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp index 6cb9088..e8a1d42 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf.exp @@ -814,8 +814,68 @@ run_dump_test_n32 "jalbal" noarch run_dump_test "mode-change-error-1" -run_dump_test_o32 "mips16-hilo" -run_dump_test_n32 "mips16-hilo-n32" +run_dump_test_o32 "mips16-hilo" noarch +run_dump_test_n32 "mips16-hilo" [list noarch [list name (n32)]] +run_dump_test_o32 "mips16-hilo-srec" \ + [list noarch \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n32 "mips16-hilo-srec" \ + [list noarch \ + [list name (n32)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_o32 "mips16e2-hilo" noarch +run_dump_test_n32 "mips16e2-hilo" [list noarch [list name (n32)]] +run_dump_test_o32 "mips16e2-hilo-srec" \ + [list noarch \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n32 "mips16e2-hilo-srec" \ + [list noarch \ + [list name (n32)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_o32 "mips-hilo" +run_dump_test_n32 "mips-hilo" [list [list name (n32)]] +run_dump_test_n64 "mips-hilo-n64" +run_dump_test_o32 "mips-hilo-srec" \ + [list [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n32 "mips-hilo-srec" \ + [list [list name (n32)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n64 "mips-hilo-srec-n64" \ + [list [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_o32 "micromips-hilo" noarch +run_dump_test_n32 "micromips-hilo" [list noarch [list name (n32)]] +run_dump_test_n64 "micromips-hilo-n64" noarch +run_dump_test_o32 "micromips-hilo-srec" \ + [list noarch \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n32 "micromips-hilo-srec" \ + [list noarch \ + [list name (n32)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n64 "micromips-hilo-srec-n64" \ + [list noarch \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_o32 "pcrel-hilo" +run_dump_test_n32 "pcrel-hilo" [list [list name (n32)]] +run_dump_test_n64 "pcrel-hilo" [list [list name (n64)]] +run_dump_test_o32 "pcrel-hilo-srec" \ + [list [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n32 "pcrel-hilo-srec" \ + [list [list name (n32)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] +run_dump_test_n64 "pcrel-hilo-srec" \ + [list [list name (n64)] \ + [list objdump [expr { [istarget *el-*-*] ? "-EL" : "-EB" }]]] + +run_dump_test_o32 "pr19977" +run_dump_test_n32 "pr19977" [list [list name (n32)]] +run_dump_test_o32 "pr19977-mips16" noarch +run_dump_test_n32 "pr19977-mips16" [list noarch [list name (n32)]] +run_dump_test_o32 "pr19977-micromips" noarch +run_dump_test_n32 "pr19977-micromips" [list noarch [list name (n32)]] +run_dump_test_o32 "pr19977-r" +run_dump_test_o32 "pr19977-r-mips16" noarch +run_dump_test_o32 "pr19977-r-micromips" noarch if { $linux_gnu } { run_dump_test_n32 "textrel-1" diff --git a/ld/testsuite/ld-mips-elf/mips-hilo-n64.d b/ld/testsuite/ld-mips-elf/mips-hilo-n64.d new file mode 100644 index 0000000..9cac1b3 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips-hilo-n64.d @@ -0,0 +1,660 @@ +#name: R_MIPS_HI16 and R_MIPS_LO16 relocs (n64) +#source: ../../../gas/testsuite/gas/mips/mips-hilo-n64.s +#source: mips-hilo.s +#objdump: -d +#ld: -Tmips-hilo.ld -e 0x500000 -N + +.*: file format (:?elf.*mips.*|srec) + +Disassembly of section \.(:?text|sec1): + +0*500000 <[^>]*>: + *500000: 3c010000 lui at,0x0 + *500004: 3c040000 lui a0,0x0 + *500008: 24210000 addiu at,at,0 + *50000c: 24840000 addiu a0,a0,0 + *500010: 0001083c dsll32 at,at,0x0 + *500014: 0081202d daddu a0,a0,at + *500018: 3c010000 lui at,0x0 + *50001c: 3c040065 lui a0,0x65 + *500020: 24210000 addiu at,at,0 + *500024: 24844320 addiu a0,a0,17184 + *500028: 0001083c dsll32 at,at,0x0 + *50002c: 0081202d daddu a0,a0,at + *500030: 3c010000 lui at,0x0 + *500034: 3c040065 lui a0,0x65 + *500038: 24210000 addiu at,at,0 + *50003c: 24844324 addiu a0,a0,17188 + *500040: 0001083c dsll32 at,at,0x0 + *500044: 0081202d daddu a0,a0,at + *500048: 3c010000 lui at,0x0 + *50004c: 3c040065 lui a0,0x65 + *500050: 24210000 addiu at,at,0 + *500054: 24844330 addiu a0,a0,17200 + *500058: 0001083c dsll32 at,at,0x0 + *50005c: 0081202d daddu a0,a0,at + *500060: 3c010000 lui at,0x0 + *500064: 3c040065 lui a0,0x65 + *500068: 24210000 addiu at,at,0 + *50006c: 24844720 addiu a0,a0,18208 + *500070: 0001083c dsll32 at,at,0x0 + *500074: 0081202d daddu a0,a0,at + *500078: 3c010000 lui at,0x0 + *50007c: 3c040076 lui a0,0x76 + *500080: 24210000 addiu at,at,0 + *500084: 24845820 addiu a0,a0,22560 + *500088: 0001083c dsll32 at,at,0x0 + *50008c: 0081202d daddu a0,a0,at + *500090: 3c010000 lui at,0x0 + *500094: 3c040076 lui a0,0x76 + *500098: 24210000 addiu at,at,0 + *50009c: 24845c08 addiu a0,a0,23560 + *5000a0: 0001083c dsll32 at,at,0x0 + *5000a4: 0081202d daddu a0,a0,at + *5000a8: 3c010000 lui at,0x0 + *5000ac: 3c040076 lui a0,0x76 + *5000b0: 24210000 addiu at,at,0 + *5000b4: 24845430 addiu a0,a0,21552 + *5000b8: 0001083c dsll32 at,at,0x0 + *5000bc: 0081202d daddu a0,a0,at + *5000c0: 3c010000 lui at,0x0 + *5000c4: 3c040076 lui a0,0x76 + *5000c8: 24210000 addiu at,at,0 + *5000cc: 24845c09 addiu a0,a0,23561 + *5000d0: 0001083c dsll32 at,at,0x0 + *5000d4: 0081202d daddu a0,a0,at + *5000d8: 3c010000 lui at,0x0 + *5000dc: 3c040000 lui a0,0x0 + *5000e0: 24210000 addiu at,at,0 + *5000e4: 24840001 addiu a0,a0,1 + *5000e8: 0001083c dsll32 at,at,0x0 + *5000ec: 0081202d daddu a0,a0,at + *5000f0: 3c010000 lui at,0x0 + *5000f4: 3c040065 lui a0,0x65 + *5000f8: 24210000 addiu at,at,0 + *5000fc: 24844321 addiu a0,a0,17185 + *500100: 0001083c dsll32 at,at,0x0 + *500104: 0081202d daddu a0,a0,at + *500108: 3c010000 lui at,0x0 + *50010c: 3c040065 lui a0,0x65 + *500110: 24210000 addiu at,at,0 + *500114: 24844325 addiu a0,a0,17189 + *500118: 0001083c dsll32 at,at,0x0 + *50011c: 0081202d daddu a0,a0,at + *500120: 3c010000 lui at,0x0 + *500124: 3c040065 lui a0,0x65 + *500128: 24210000 addiu at,at,0 + *50012c: 24844331 addiu a0,a0,17201 + *500130: 0001083c dsll32 at,at,0x0 + *500134: 0081202d daddu a0,a0,at + *500138: 3c010000 lui at,0x0 + *50013c: 3c040065 lui a0,0x65 + *500140: 24210000 addiu at,at,0 + *500144: 24844721 addiu a0,a0,18209 + *500148: 0001083c dsll32 at,at,0x0 + *50014c: 0081202d daddu a0,a0,at + *500150: 3c010000 lui at,0x0 + *500154: 3c040076 lui a0,0x76 + *500158: 24210000 addiu at,at,0 + *50015c: 24845821 addiu a0,a0,22561 + *500160: 0001083c dsll32 at,at,0x0 + *500164: 0081202d daddu a0,a0,at + *500168: 3c010000 lui at,0x0 + *50016c: 3c040076 lui a0,0x76 + *500170: 24210000 addiu at,at,0 + *500174: 24845c09 addiu a0,a0,23561 + *500178: 0001083c dsll32 at,at,0x0 + *50017c: 0081202d daddu a0,a0,at + *500180: 3c010000 lui at,0x0 + *500184: 3c040076 lui a0,0x76 + *500188: 24210000 addiu at,at,0 + *50018c: 24845431 addiu a0,a0,21553 + *500190: 0001083c dsll32 at,at,0x0 + *500194: 0081202d daddu a0,a0,at + *500198: 3c010000 lui at,0x0 + *50019c: 3c040076 lui a0,0x76 + *5001a0: 24210000 addiu at,at,0 + *5001a4: 24845c0a addiu a0,a0,23562 + *5001a8: 0001083c dsll32 at,at,0x0 + *5001ac: 0081202d daddu a0,a0,at + *5001b0: 3c010001 lui at,0x1 + *5001b4: 3c048001 lui a0,0x8001 + *5001b8: 24218001 addiu at,at,-32767 + *5001bc: 24848000 addiu a0,a0,-32768 + *5001c0: 0001083c dsll32 at,at,0x0 + *5001c4: 0081202d daddu a0,a0,at + *5001c8: 3c010001 lui at,0x1 + *5001cc: 3c048066 lui a0,0x8066 + *5001d0: 24218001 addiu at,at,-32767 + *5001d4: 2484c320 addiu a0,a0,-15584 + *5001d8: 0001083c dsll32 at,at,0x0 + *5001dc: 0081202d daddu a0,a0,at + *5001e0: 3c010001 lui at,0x1 + *5001e4: 3c048066 lui a0,0x8066 + *5001e8: 24218001 addiu at,at,-32767 + *5001ec: 2484c324 addiu a0,a0,-15580 + *5001f0: 0001083c dsll32 at,at,0x0 + *5001f4: 0081202d daddu a0,a0,at + *5001f8: 3c010001 lui at,0x1 + *5001fc: 3c048066 lui a0,0x8066 + *500200: 24218001 addiu at,at,-32767 + *500204: 2484c330 addiu a0,a0,-15568 + *500208: 0001083c dsll32 at,at,0x0 + *50020c: 0081202d daddu a0,a0,at + *500210: 3c010001 lui at,0x1 + *500214: 3c048066 lui a0,0x8066 + *500218: 24218001 addiu at,at,-32767 + *50021c: 2484c720 addiu a0,a0,-14560 + *500220: 0001083c dsll32 at,at,0x0 + *500224: 0081202d daddu a0,a0,at + *500228: 3c010001 lui at,0x1 + *50022c: 3c048077 lui a0,0x8077 + *500230: 24218001 addiu at,at,-32767 + *500234: 2484d820 addiu a0,a0,-10208 + *500238: 0001083c dsll32 at,at,0x0 + *50023c: 0081202d daddu a0,a0,at + *500240: 3c010001 lui at,0x1 + *500244: 3c048077 lui a0,0x8077 + *500248: 24218001 addiu at,at,-32767 + *50024c: 2484dc08 addiu a0,a0,-9208 + *500250: 0001083c dsll32 at,at,0x0 + *500254: 0081202d daddu a0,a0,at + *500258: 3c010001 lui at,0x1 + *50025c: 3c048077 lui a0,0x8077 + *500260: 24218001 addiu at,at,-32767 + *500264: 2484d430 addiu a0,a0,-11216 + *500268: 0001083c dsll32 at,at,0x0 + *50026c: 0081202d daddu a0,a0,at + *500270: 3c010001 lui at,0x1 + *500274: 3c048077 lui a0,0x8077 + *500278: 24218001 addiu at,at,-32767 + *50027c: 2484dc09 addiu a0,a0,-9207 + *500280: 0001083c dsll32 at,at,0x0 + *500284: 0081202d daddu a0,a0,at + *500288: 3c010000 lui at,0x0 + *50028c: 3c048000 lui a0,0x8000 + *500290: 24218000 addiu at,at,-32768 + *500294: 24848000 addiu a0,a0,-32768 + *500298: 0001083c dsll32 at,at,0x0 + *50029c: 0081202d daddu a0,a0,at + *5002a0: 3c010000 lui at,0x0 + *5002a4: 3c048065 lui a0,0x8065 + *5002a8: 24218000 addiu at,at,-32768 + *5002ac: 2484c320 addiu a0,a0,-15584 + *5002b0: 0001083c dsll32 at,at,0x0 + *5002b4: 0081202d daddu a0,a0,at + *5002b8: 3c010000 lui at,0x0 + *5002bc: 3c048065 lui a0,0x8065 + *5002c0: 24218000 addiu at,at,-32768 + *5002c4: 2484c324 addiu a0,a0,-15580 + *5002c8: 0001083c dsll32 at,at,0x0 + *5002cc: 0081202d daddu a0,a0,at + *5002d0: 3c010000 lui at,0x0 + *5002d4: 3c048065 lui a0,0x8065 + *5002d8: 24218000 addiu at,at,-32768 + *5002dc: 2484c330 addiu a0,a0,-15568 + *5002e0: 0001083c dsll32 at,at,0x0 + *5002e4: 0081202d daddu a0,a0,at + *5002e8: 3c010000 lui at,0x0 + *5002ec: 3c048065 lui a0,0x8065 + *5002f0: 24218000 addiu at,at,-32768 + *5002f4: 2484c720 addiu a0,a0,-14560 + *5002f8: 0001083c dsll32 at,at,0x0 + *5002fc: 0081202d daddu a0,a0,at + *500300: 3c010000 lui at,0x0 + *500304: 3c048076 lui a0,0x8076 + *500308: 24218000 addiu at,at,-32768 + *50030c: 2484d820 addiu a0,a0,-10208 + *500310: 0001083c dsll32 at,at,0x0 + *500314: 0081202d daddu a0,a0,at + *500318: 3c010000 lui at,0x0 + *50031c: 3c048076 lui a0,0x8076 + *500320: 24218000 addiu at,at,-32768 + *500324: 2484dc08 addiu a0,a0,-9208 + *500328: 0001083c dsll32 at,at,0x0 + *50032c: 0081202d daddu a0,a0,at + *500330: 3c010000 lui at,0x0 + *500334: 3c048076 lui a0,0x8076 + *500338: 24218000 addiu at,at,-32768 + *50033c: 2484d430 addiu a0,a0,-11216 + *500340: 0001083c dsll32 at,at,0x0 + *500344: 0081202d daddu a0,a0,at + *500348: 3c010000 lui at,0x0 + *50034c: 3c048076 lui a0,0x8076 + *500350: 24218000 addiu at,at,-32768 + *500354: 2484dc09 addiu a0,a0,-9207 + *500358: 0001083c dsll32 at,at,0x0 + *50035c: 0081202d daddu a0,a0,at + *500360: 3c010001 lui at,0x1 + *500364: 3c040001 lui a0,0x1 + *500368: 24210001 addiu at,at,1 + *50036c: 24840000 addiu a0,a0,0 + *500370: 0001083c dsll32 at,at,0x0 + *500374: 0081202d daddu a0,a0,at + *500378: 3c010001 lui at,0x1 + *50037c: 3c040066 lui a0,0x66 + *500380: 24210001 addiu at,at,1 + *500384: 24844320 addiu a0,a0,17184 + *500388: 0001083c dsll32 at,at,0x0 + *50038c: 0081202d daddu a0,a0,at + *500390: 3c010001 lui at,0x1 + *500394: 3c040066 lui a0,0x66 + *500398: 24210001 addiu at,at,1 + *50039c: 24844324 addiu a0,a0,17188 + *5003a0: 0001083c dsll32 at,at,0x0 + *5003a4: 0081202d daddu a0,a0,at + *5003a8: 3c010001 lui at,0x1 + *5003ac: 3c040066 lui a0,0x66 + *5003b0: 24210001 addiu at,at,1 + *5003b4: 24844330 addiu a0,a0,17200 + *5003b8: 0001083c dsll32 at,at,0x0 + *5003bc: 0081202d daddu a0,a0,at + *5003c0: 3c010001 lui at,0x1 + *5003c4: 3c040066 lui a0,0x66 + *5003c8: 24210001 addiu at,at,1 + *5003cc: 24844720 addiu a0,a0,18208 + *5003d0: 0001083c dsll32 at,at,0x0 + *5003d4: 0081202d daddu a0,a0,at + *5003d8: 3c010001 lui at,0x1 + *5003dc: 3c040077 lui a0,0x77 + *5003e0: 24210001 addiu at,at,1 + *5003e4: 24845820 addiu a0,a0,22560 + *5003e8: 0001083c dsll32 at,at,0x0 + *5003ec: 0081202d daddu a0,a0,at + *5003f0: 3c010001 lui at,0x1 + *5003f4: 3c040077 lui a0,0x77 + *5003f8: 24210001 addiu at,at,1 + *5003fc: 24845c08 addiu a0,a0,23560 + *500400: 0001083c dsll32 at,at,0x0 + *500404: 0081202d daddu a0,a0,at + *500408: 3c010001 lui at,0x1 + *50040c: 3c040077 lui a0,0x77 + *500410: 24210001 addiu at,at,1 + *500414: 24845430 addiu a0,a0,21552 + *500418: 0001083c dsll32 at,at,0x0 + *50041c: 0081202d daddu a0,a0,at + *500420: 3c010001 lui at,0x1 + *500424: 3c040077 lui a0,0x77 + *500428: 24210001 addiu at,at,1 + *50042c: 24845c09 addiu a0,a0,23561 + *500430: 0001083c dsll32 at,at,0x0 + *500434: 0081202d daddu a0,a0,at + *500438: 3c010002 lui at,0x2 + *50043c: 3c040002 lui a0,0x2 + *500440: 2421a5a5 addiu at,at,-23131 + *500444: 2484a5a5 addiu a0,a0,-23131 + *500448: 0001083c dsll32 at,at,0x0 + *50044c: 0081202d daddu a0,a0,at + *500450: 3c010002 lui at,0x2 + *500454: 3c040067 lui a0,0x67 + *500458: 2421a5a5 addiu at,at,-23131 + *50045c: 2484e8c5 addiu a0,a0,-5947 + *500460: 0001083c dsll32 at,at,0x0 + *500464: 0081202d daddu a0,a0,at + *500468: 3c010002 lui at,0x2 + *50046c: 3c040067 lui a0,0x67 + *500470: 2421a5a5 addiu at,at,-23131 + *500474: 2484e8c9 addiu a0,a0,-5943 + *500478: 0001083c dsll32 at,at,0x0 + *50047c: 0081202d daddu a0,a0,at + *500480: 3c010002 lui at,0x2 + *500484: 3c040067 lui a0,0x67 + *500488: 2421a5a5 addiu at,at,-23131 + *50048c: 2484e8d5 addiu a0,a0,-5931 + *500490: 0001083c dsll32 at,at,0x0 + *500494: 0081202d daddu a0,a0,at + *500498: 3c010002 lui at,0x2 + *50049c: 3c040067 lui a0,0x67 + *5004a0: 2421a5a5 addiu at,at,-23131 + *5004a4: 2484ecc5 addiu a0,a0,-4923 + *5004a8: 0001083c dsll32 at,at,0x0 + *5004ac: 0081202d daddu a0,a0,at + *5004b0: 3c010002 lui at,0x2 + *5004b4: 3c040078 lui a0,0x78 + *5004b8: 2421a5a5 addiu at,at,-23131 + *5004bc: 2484fdc5 addiu a0,a0,-571 + *5004c0: 0001083c dsll32 at,at,0x0 + *5004c4: 0081202d daddu a0,a0,at + *5004c8: 3c010002 lui at,0x2 + *5004cc: 3c040078 lui a0,0x78 + *5004d0: 2421a5a5 addiu at,at,-23131 + *5004d4: 248401ad addiu a0,a0,429 + *5004d8: 0001083c dsll32 at,at,0x0 + *5004dc: 0081202d daddu a0,a0,at + *5004e0: 3c010002 lui at,0x2 + *5004e4: 3c040078 lui a0,0x78 + *5004e8: 2421a5a5 addiu at,at,-23131 + *5004ec: 2484f9d5 addiu a0,a0,-1579 + *5004f0: 0001083c dsll32 at,at,0x0 + *5004f4: 0081202d daddu a0,a0,at + *5004f8: 3c010002 lui at,0x2 + *5004fc: 3c040078 lui a0,0x78 + *500500: 2421a5a5 addiu at,at,-23131 + *500504: 248401ae addiu a0,a0,430 + *500508: 0001083c dsll32 at,at,0x0 + *50050c: 0081202d daddu a0,a0,at + *500510: 3c010000 lui at,0x0 + *500514: 3c050000 lui a1,0x0 + *500518: 24210000 addiu at,at,0 + *50051c: 0001083c dsll32 at,at,0x0 + *500520: 00a1282d daddu a1,a1,at + *500524: 8ca40000 lw a0,0\(a1\) + *500528: 3c010000 lui at,0x0 + *50052c: 3c050065 lui a1,0x65 + *500530: 24210000 addiu at,at,0 + *500534: 0001083c dsll32 at,at,0x0 + *500538: 00a1282d daddu a1,a1,at + *50053c: 8ca44320 lw a0,17184\(a1\) + *500540: 3c010000 lui at,0x0 + *500544: 3c050065 lui a1,0x65 + *500548: 24210000 addiu at,at,0 + *50054c: 0001083c dsll32 at,at,0x0 + *500550: 00a1282d daddu a1,a1,at + *500554: 8ca44324 lw a0,17188\(a1\) + *500558: 3c010000 lui at,0x0 + *50055c: 3c050065 lui a1,0x65 + *500560: 24210000 addiu at,at,0 + *500564: 0001083c dsll32 at,at,0x0 + *500568: 00a1282d daddu a1,a1,at + *50056c: 8ca44330 lw a0,17200\(a1\) + *500570: 3c010000 lui at,0x0 + *500574: 3c050065 lui a1,0x65 + *500578: 24210000 addiu at,at,0 + *50057c: 0001083c dsll32 at,at,0x0 + *500580: 00a1282d daddu a1,a1,at + *500584: 8ca44720 lw a0,18208\(a1\) + *500588: 3c010000 lui at,0x0 + *50058c: 3c050076 lui a1,0x76 + *500590: 24210000 addiu at,at,0 + *500594: 0001083c dsll32 at,at,0x0 + *500598: 00a1282d daddu a1,a1,at + *50059c: 8ca45820 lw a0,22560\(a1\) + *5005a0: 3c010000 lui at,0x0 + *5005a4: 3c050076 lui a1,0x76 + *5005a8: 24210000 addiu at,at,0 + *5005ac: 0001083c dsll32 at,at,0x0 + *5005b0: 00a1282d daddu a1,a1,at + *5005b4: 8ca45c08 lw a0,23560\(a1\) + *5005b8: 3c010000 lui at,0x0 + *5005bc: 3c050076 lui a1,0x76 + *5005c0: 24210000 addiu at,at,0 + *5005c4: 0001083c dsll32 at,at,0x0 + *5005c8: 00a1282d daddu a1,a1,at + *5005cc: 8ca45430 lw a0,21552\(a1\) + *5005d0: 3c010000 lui at,0x0 + *5005d4: 3c050076 lui a1,0x76 + *5005d8: 24210000 addiu at,at,0 + *5005dc: 0001083c dsll32 at,at,0x0 + *5005e0: 00a1282d daddu a1,a1,at + *5005e4: 8ca45c09 lw a0,23561\(a1\) + *5005e8: 3c010000 lui at,0x0 + *5005ec: 3c050000 lui a1,0x0 + *5005f0: 24210000 addiu at,at,0 + *5005f4: 0001083c dsll32 at,at,0x0 + *5005f8: 00a1282d daddu a1,a1,at + *5005fc: 8ca40001 lw a0,1\(a1\) + *500600: 3c010000 lui at,0x0 + *500604: 3c050065 lui a1,0x65 + *500608: 24210000 addiu at,at,0 + *50060c: 0001083c dsll32 at,at,0x0 + *500610: 00a1282d daddu a1,a1,at + *500614: 8ca44321 lw a0,17185\(a1\) + *500618: 3c010000 lui at,0x0 + *50061c: 3c050065 lui a1,0x65 + *500620: 24210000 addiu at,at,0 + *500624: 0001083c dsll32 at,at,0x0 + *500628: 00a1282d daddu a1,a1,at + *50062c: 8ca44325 lw a0,17189\(a1\) + *500630: 3c010000 lui at,0x0 + *500634: 3c050065 lui a1,0x65 + *500638: 24210000 addiu at,at,0 + *50063c: 0001083c dsll32 at,at,0x0 + *500640: 00a1282d daddu a1,a1,at + *500644: 8ca44331 lw a0,17201\(a1\) + *500648: 3c010000 lui at,0x0 + *50064c: 3c050065 lui a1,0x65 + *500650: 24210000 addiu at,at,0 + *500654: 0001083c dsll32 at,at,0x0 + *500658: 00a1282d daddu a1,a1,at + *50065c: 8ca44721 lw a0,18209\(a1\) + *500660: 3c010000 lui at,0x0 + *500664: 3c050076 lui a1,0x76 + *500668: 24210000 addiu at,at,0 + *50066c: 0001083c dsll32 at,at,0x0 + *500670: 00a1282d daddu a1,a1,at + *500674: 8ca45821 lw a0,22561\(a1\) + *500678: 3c010000 lui at,0x0 + *50067c: 3c050076 lui a1,0x76 + *500680: 24210000 addiu at,at,0 + *500684: 0001083c dsll32 at,at,0x0 + *500688: 00a1282d daddu a1,a1,at + *50068c: 8ca45c09 lw a0,23561\(a1\) + *500690: 3c010000 lui at,0x0 + *500694: 3c050076 lui a1,0x76 + *500698: 24210000 addiu at,at,0 + *50069c: 0001083c dsll32 at,at,0x0 + *5006a0: 00a1282d daddu a1,a1,at + *5006a4: 8ca45431 lw a0,21553\(a1\) + *5006a8: 3c010000 lui at,0x0 + *5006ac: 3c050076 lui a1,0x76 + *5006b0: 24210000 addiu at,at,0 + *5006b4: 0001083c dsll32 at,at,0x0 + *5006b8: 00a1282d daddu a1,a1,at + *5006bc: 8ca45c0a lw a0,23562\(a1\) + *5006c0: 3c010001 lui at,0x1 + *5006c4: 3c058001 lui a1,0x8001 + *5006c8: 24218001 addiu at,at,-32767 + *5006cc: 0001083c dsll32 at,at,0x0 + *5006d0: 00a1282d daddu a1,a1,at + *5006d4: 8ca48000 lw a0,-32768\(a1\) + *5006d8: 3c010001 lui at,0x1 + *5006dc: 3c058066 lui a1,0x8066 + *5006e0: 24218001 addiu at,at,-32767 + *5006e4: 0001083c dsll32 at,at,0x0 + *5006e8: 00a1282d daddu a1,a1,at + *5006ec: 8ca4c320 lw a0,-15584\(a1\) + *5006f0: 3c010001 lui at,0x1 + *5006f4: 3c058066 lui a1,0x8066 + *5006f8: 24218001 addiu at,at,-32767 + *5006fc: 0001083c dsll32 at,at,0x0 + *500700: 00a1282d daddu a1,a1,at + *500704: 8ca4c324 lw a0,-15580\(a1\) + *500708: 3c010001 lui at,0x1 + *50070c: 3c058066 lui a1,0x8066 + *500710: 24218001 addiu at,at,-32767 + *500714: 0001083c dsll32 at,at,0x0 + *500718: 00a1282d daddu a1,a1,at + *50071c: 8ca4c330 lw a0,-15568\(a1\) + *500720: 3c010001 lui at,0x1 + *500724: 3c058066 lui a1,0x8066 + *500728: 24218001 addiu at,at,-32767 + *50072c: 0001083c dsll32 at,at,0x0 + *500730: 00a1282d daddu a1,a1,at + *500734: 8ca4c720 lw a0,-14560\(a1\) + *500738: 3c010001 lui at,0x1 + *50073c: 3c058077 lui a1,0x8077 + *500740: 24218001 addiu at,at,-32767 + *500744: 0001083c dsll32 at,at,0x0 + *500748: 00a1282d daddu a1,a1,at + *50074c: 8ca4d820 lw a0,-10208\(a1\) + *500750: 3c010001 lui at,0x1 + *500754: 3c058077 lui a1,0x8077 + *500758: 24218001 addiu at,at,-32767 + *50075c: 0001083c dsll32 at,at,0x0 + *500760: 00a1282d daddu a1,a1,at + *500764: 8ca4dc08 lw a0,-9208\(a1\) + *500768: 3c010001 lui at,0x1 + *50076c: 3c058077 lui a1,0x8077 + *500770: 24218001 addiu at,at,-32767 + *500774: 0001083c dsll32 at,at,0x0 + *500778: 00a1282d daddu a1,a1,at + *50077c: 8ca4d430 lw a0,-11216\(a1\) + *500780: 3c010001 lui at,0x1 + *500784: 3c058077 lui a1,0x8077 + *500788: 24218001 addiu at,at,-32767 + *50078c: 0001083c dsll32 at,at,0x0 + *500790: 00a1282d daddu a1,a1,at + *500794: 8ca4dc09 lw a0,-9207\(a1\) + *500798: 3c010000 lui at,0x0 + *50079c: 3c058000 lui a1,0x8000 + *5007a0: 24218000 addiu at,at,-32768 + *5007a4: 0001083c dsll32 at,at,0x0 + *5007a8: 00a1282d daddu a1,a1,at + *5007ac: 8ca48000 lw a0,-32768\(a1\) + *5007b0: 3c010000 lui at,0x0 + *5007b4: 3c058065 lui a1,0x8065 + *5007b8: 24218000 addiu at,at,-32768 + *5007bc: 0001083c dsll32 at,at,0x0 + *5007c0: 00a1282d daddu a1,a1,at + *5007c4: 8ca4c320 lw a0,-15584\(a1\) + *5007c8: 3c010000 lui at,0x0 + *5007cc: 3c058065 lui a1,0x8065 + *5007d0: 24218000 addiu at,at,-32768 + *5007d4: 0001083c dsll32 at,at,0x0 + *5007d8: 00a1282d daddu a1,a1,at + *5007dc: 8ca4c324 lw a0,-15580\(a1\) + *5007e0: 3c010000 lui at,0x0 + *5007e4: 3c058065 lui a1,0x8065 + *5007e8: 24218000 addiu at,at,-32768 + *5007ec: 0001083c dsll32 at,at,0x0 + *5007f0: 00a1282d daddu a1,a1,at + *5007f4: 8ca4c330 lw a0,-15568\(a1\) + *5007f8: 3c010000 lui at,0x0 + *5007fc: 3c058065 lui a1,0x8065 + *500800: 24218000 addiu at,at,-32768 + *500804: 0001083c dsll32 at,at,0x0 + *500808: 00a1282d daddu a1,a1,at + *50080c: 8ca4c720 lw a0,-14560\(a1\) + *500810: 3c010000 lui at,0x0 + *500814: 3c058076 lui a1,0x8076 + *500818: 24218000 addiu at,at,-32768 + *50081c: 0001083c dsll32 at,at,0x0 + *500820: 00a1282d daddu a1,a1,at + *500824: 8ca4d820 lw a0,-10208\(a1\) + *500828: 3c010000 lui at,0x0 + *50082c: 3c058076 lui a1,0x8076 + *500830: 24218000 addiu at,at,-32768 + *500834: 0001083c dsll32 at,at,0x0 + *500838: 00a1282d daddu a1,a1,at + *50083c: 8ca4dc08 lw a0,-9208\(a1\) + *500840: 3c010000 lui at,0x0 + *500844: 3c058076 lui a1,0x8076 + *500848: 24218000 addiu at,at,-32768 + *50084c: 0001083c dsll32 at,at,0x0 + *500850: 00a1282d daddu a1,a1,at + *500854: 8ca4d430 lw a0,-11216\(a1\) + *500858: 3c010000 lui at,0x0 + *50085c: 3c058076 lui a1,0x8076 + *500860: 24218000 addiu at,at,-32768 + *500864: 0001083c dsll32 at,at,0x0 + *500868: 00a1282d daddu a1,a1,at + *50086c: 8ca4dc09 lw a0,-9207\(a1\) + *500870: 3c010001 lui at,0x1 + *500874: 3c050001 lui a1,0x1 + *500878: 24210001 addiu at,at,1 + *50087c: 0001083c dsll32 at,at,0x0 + *500880: 00a1282d daddu a1,a1,at + *500884: 8ca40000 lw a0,0\(a1\) + *500888: 3c010001 lui at,0x1 + *50088c: 3c050066 lui a1,0x66 + *500890: 24210001 addiu at,at,1 + *500894: 0001083c dsll32 at,at,0x0 + *500898: 00a1282d daddu a1,a1,at + *50089c: 8ca44320 lw a0,17184\(a1\) + *5008a0: 3c010001 lui at,0x1 + *5008a4: 3c050066 lui a1,0x66 + *5008a8: 24210001 addiu at,at,1 + *5008ac: 0001083c dsll32 at,at,0x0 + *5008b0: 00a1282d daddu a1,a1,at + *5008b4: 8ca44324 lw a0,17188\(a1\) + *5008b8: 3c010001 lui at,0x1 + *5008bc: 3c050066 lui a1,0x66 + *5008c0: 24210001 addiu at,at,1 + *5008c4: 0001083c dsll32 at,at,0x0 + *5008c8: 00a1282d daddu a1,a1,at + *5008cc: 8ca44330 lw a0,17200\(a1\) + *5008d0: 3c010001 lui at,0x1 + *5008d4: 3c050066 lui a1,0x66 + *5008d8: 24210001 addiu at,at,1 + *5008dc: 0001083c dsll32 at,at,0x0 + *5008e0: 00a1282d daddu a1,a1,at + *5008e4: 8ca44720 lw a0,18208\(a1\) + *5008e8: 3c010001 lui at,0x1 + *5008ec: 3c050077 lui a1,0x77 + *5008f0: 24210001 addiu at,at,1 + *5008f4: 0001083c dsll32 at,at,0x0 + *5008f8: 00a1282d daddu a1,a1,at + *5008fc: 8ca45820 lw a0,22560\(a1\) + *500900: 3c010001 lui at,0x1 + *500904: 3c050077 lui a1,0x77 + *500908: 24210001 addiu at,at,1 + *50090c: 0001083c dsll32 at,at,0x0 + *500910: 00a1282d daddu a1,a1,at + *500914: 8ca45c08 lw a0,23560\(a1\) + *500918: 3c010001 lui at,0x1 + *50091c: 3c050077 lui a1,0x77 + *500920: 24210001 addiu at,at,1 + *500924: 0001083c dsll32 at,at,0x0 + *500928: 00a1282d daddu a1,a1,at + *50092c: 8ca45430 lw a0,21552\(a1\) + *500930: 3c010001 lui at,0x1 + *500934: 3c050077 lui a1,0x77 + *500938: 24210001 addiu at,at,1 + *50093c: 0001083c dsll32 at,at,0x0 + *500940: 00a1282d daddu a1,a1,at + *500944: 8ca45c09 lw a0,23561\(a1\) + *500948: 3c010002 lui at,0x2 + *50094c: 3c050002 lui a1,0x2 + *500950: 2421a5a5 addiu at,at,-23131 + *500954: 0001083c dsll32 at,at,0x0 + *500958: 00a1282d daddu a1,a1,at + *50095c: 8ca4a5a5 lw a0,-23131\(a1\) + *500960: 3c010002 lui at,0x2 + *500964: 3c050067 lui a1,0x67 + *500968: 2421a5a5 addiu at,at,-23131 + *50096c: 0001083c dsll32 at,at,0x0 + *500970: 00a1282d daddu a1,a1,at + *500974: 8ca4e8c5 lw a0,-5947\(a1\) + *500978: 3c010002 lui at,0x2 + *50097c: 3c050067 lui a1,0x67 + *500980: 2421a5a5 addiu at,at,-23131 + *500984: 0001083c dsll32 at,at,0x0 + *500988: 00a1282d daddu a1,a1,at + *50098c: 8ca4e8c9 lw a0,-5943\(a1\) + *500990: 3c010002 lui at,0x2 + *500994: 3c050067 lui a1,0x67 + *500998: 2421a5a5 addiu at,at,-23131 + *50099c: 0001083c dsll32 at,at,0x0 + *5009a0: 00a1282d daddu a1,a1,at + *5009a4: 8ca4e8d5 lw a0,-5931\(a1\) + *5009a8: 3c010002 lui at,0x2 + *5009ac: 3c050067 lui a1,0x67 + *5009b0: 2421a5a5 addiu at,at,-23131 + *5009b4: 0001083c dsll32 at,at,0x0 + *5009b8: 00a1282d daddu a1,a1,at + *5009bc: 8ca4ecc5 lw a0,-4923\(a1\) + *5009c0: 3c010002 lui at,0x2 + *5009c4: 3c050078 lui a1,0x78 + *5009c8: 2421a5a5 addiu at,at,-23131 + *5009cc: 0001083c dsll32 at,at,0x0 + *5009d0: 00a1282d daddu a1,a1,at + *5009d4: 8ca4fdc5 lw a0,-571\(a1\) + *5009d8: 3c010002 lui at,0x2 + *5009dc: 3c050078 lui a1,0x78 + *5009e0: 2421a5a5 addiu at,at,-23131 + *5009e4: 0001083c dsll32 at,at,0x0 + *5009e8: 00a1282d daddu a1,a1,at + *5009ec: 8ca401ad lw a0,429\(a1\) + *5009f0: 3c010002 lui at,0x2 + *5009f4: 3c050078 lui a1,0x78 + *5009f8: 2421a5a5 addiu at,at,-23131 + *5009fc: 0001083c dsll32 at,at,0x0 + *500a00: 00a1282d daddu a1,a1,at + *500a04: 8ca4f9d5 lw a0,-1579\(a1\) + *500a08: 3c010002 lui at,0x2 + *500a0c: 3c050078 lui a1,0x78 + *500a10: 2421a5a5 addiu at,at,-23131 + *500a14: 0001083c dsll32 at,at,0x0 + *500a18: 00a1282d daddu a1,a1,at + *500a1c: 8ca401ae lw a0,430\(a1\) + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/mips-hilo-srec-n64.d b/ld/testsuite/ld-mips-elf/mips-hilo-srec-n64.d new file mode 100644 index 0000000..19ba44c --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips-hilo-srec-n64.d @@ -0,0 +1,6 @@ +#name: R_MIPS_HI16 and R_MIPS_LO16 relocs srec (n64) +#source: ../../../gas/testsuite/gas/mips/mips-hilo-n64.s +#source: mips-hilo.s +#objdump: -m mips:4000 -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#dump: mips-hilo-n64.d diff --git a/ld/testsuite/ld-mips-elf/mips-hilo-srec.d b/ld/testsuite/ld-mips-elf/mips-hilo-srec.d new file mode 100644 index 0000000..a6afb3f --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips-hilo-srec.d @@ -0,0 +1,6 @@ +#name: R_MIPS_HI16 and R_MIPS_LO16 relocs srec +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#objdump: -m mips:4000 -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#dump: mips-hilo.d diff --git a/ld/testsuite/ld-mips-elf/mips-hilo.d b/ld/testsuite/ld-mips-elf/mips-hilo.d new file mode 100644 index 0000000..ae19f50 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips-hilo.d @@ -0,0 +1,228 @@ +#name: R_MIPS_HI16 and R_MIPS_LO16 relocs +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#objdump: -d +#ld: -Tmips-hilo.ld -e 0x500000 -N + +.*: file format (:?elf.*mips.*|srec) + +Disassembly of section \.(:?text|sec1): + +0*500000 <[^>]*>: + *500000: 3c040000 lui a0,0x0 + *500004: 24840000 addiu a0,a0,0 + *500008: 3c040065 lui a0,0x65 + *50000c: 24844320 addiu a0,a0,17184 + *500010: 3c040065 lui a0,0x65 + *500014: 24844324 addiu a0,a0,17188 + *500018: 3c040065 lui a0,0x65 + *50001c: 24844330 addiu a0,a0,17200 + *500020: 3c040065 lui a0,0x65 + *500024: 24844720 addiu a0,a0,18208 + *500028: 3c040076 lui a0,0x76 + *50002c: 24845820 addiu a0,a0,22560 + *500030: 3c040076 lui a0,0x76 + *500034: 24845c08 addiu a0,a0,23560 + *500038: 3c040076 lui a0,0x76 + *50003c: 24845430 addiu a0,a0,21552 + *500040: 3c040076 lui a0,0x76 + *500044: 24845c09 addiu a0,a0,23561 + *500048: 3c040000 lui a0,0x0 + *50004c: 24840001 addiu a0,a0,1 + *500050: 3c040065 lui a0,0x65 + *500054: 24844321 addiu a0,a0,17185 + *500058: 3c040065 lui a0,0x65 + *50005c: 24844325 addiu a0,a0,17189 + *500060: 3c040065 lui a0,0x65 + *500064: 24844331 addiu a0,a0,17201 + *500068: 3c040065 lui a0,0x65 + *50006c: 24844721 addiu a0,a0,18209 + *500070: 3c040076 lui a0,0x76 + *500074: 24845821 addiu a0,a0,22561 + *500078: 3c040076 lui a0,0x76 + *50007c: 24845c09 addiu a0,a0,23561 + *500080: 3c040076 lui a0,0x76 + *500084: 24845431 addiu a0,a0,21553 + *500088: 3c040076 lui a0,0x76 + *50008c: 24845c0a addiu a0,a0,23562 + *500090: 3c040001 lui a0,0x1 + *500094: 24848000 addiu a0,a0,-32768 + *500098: 3c040066 lui a0,0x66 + *50009c: 2484c320 addiu a0,a0,-15584 + *5000a0: 3c040066 lui a0,0x66 + *5000a4: 2484c324 addiu a0,a0,-15580 + *5000a8: 3c040066 lui a0,0x66 + *5000ac: 2484c330 addiu a0,a0,-15568 + *5000b0: 3c040066 lui a0,0x66 + *5000b4: 2484c720 addiu a0,a0,-14560 + *5000b8: 3c040077 lui a0,0x77 + *5000bc: 2484d820 addiu a0,a0,-10208 + *5000c0: 3c040077 lui a0,0x77 + *5000c4: 2484dc08 addiu a0,a0,-9208 + *5000c8: 3c040077 lui a0,0x77 + *5000cc: 2484d430 addiu a0,a0,-11216 + *5000d0: 3c040077 lui a0,0x77 + *5000d4: 2484dc09 addiu a0,a0,-9207 + *5000d8: 3c040000 lui a0,0x0 + *5000dc: 24848000 addiu a0,a0,-32768 + *5000e0: 3c040065 lui a0,0x65 + *5000e4: 2484c320 addiu a0,a0,-15584 + *5000e8: 3c040065 lui a0,0x65 + *5000ec: 2484c324 addiu a0,a0,-15580 + *5000f0: 3c040065 lui a0,0x65 + *5000f4: 2484c330 addiu a0,a0,-15568 + *5000f8: 3c040065 lui a0,0x65 + *5000fc: 2484c720 addiu a0,a0,-14560 + *500100: 3c040076 lui a0,0x76 + *500104: 2484d820 addiu a0,a0,-10208 + *500108: 3c040076 lui a0,0x76 + *50010c: 2484dc08 addiu a0,a0,-9208 + *500110: 3c040076 lui a0,0x76 + *500114: 2484d430 addiu a0,a0,-11216 + *500118: 3c040076 lui a0,0x76 + *50011c: 2484dc09 addiu a0,a0,-9207 + *500120: 3c040001 lui a0,0x1 + *500124: 24840000 addiu a0,a0,0 + *500128: 3c040066 lui a0,0x66 + *50012c: 24844320 addiu a0,a0,17184 + *500130: 3c040066 lui a0,0x66 + *500134: 24844324 addiu a0,a0,17188 + *500138: 3c040066 lui a0,0x66 + *50013c: 24844330 addiu a0,a0,17200 + *500140: 3c040066 lui a0,0x66 + *500144: 24844720 addiu a0,a0,18208 + *500148: 3c040077 lui a0,0x77 + *50014c: 24845820 addiu a0,a0,22560 + *500150: 3c040077 lui a0,0x77 + *500154: 24845c08 addiu a0,a0,23560 + *500158: 3c040077 lui a0,0x77 + *50015c: 24845430 addiu a0,a0,21552 + *500160: 3c040077 lui a0,0x77 + *500164: 24845c09 addiu a0,a0,23561 + *500168: 3c040002 lui a0,0x2 + *50016c: 2484a5a5 addiu a0,a0,-23131 + *500170: 3c040067 lui a0,0x67 + *500174: 2484e8c5 addiu a0,a0,-5947 + *500178: 3c040067 lui a0,0x67 + *50017c: 2484e8c9 addiu a0,a0,-5943 + *500180: 3c040067 lui a0,0x67 + *500184: 2484e8d5 addiu a0,a0,-5931 + *500188: 3c040067 lui a0,0x67 + *50018c: 2484ecc5 addiu a0,a0,-4923 + *500190: 3c040078 lui a0,0x78 + *500194: 2484fdc5 addiu a0,a0,-571 + *500198: 3c040078 lui a0,0x78 + *50019c: 248401ad addiu a0,a0,429 + *5001a0: 3c040078 lui a0,0x78 + *5001a4: 2484f9d5 addiu a0,a0,-1579 + *5001a8: 3c040078 lui a0,0x78 + *5001ac: 248401ae addiu a0,a0,430 + *5001b0: 3c050000 lui a1,0x0 + *5001b4: 8ca40000 lw a0,0\(a1\) + *5001b8: 3c050065 lui a1,0x65 + *5001bc: 8ca44320 lw a0,17184\(a1\) + *5001c0: 3c050065 lui a1,0x65 + *5001c4: 8ca44324 lw a0,17188\(a1\) + *5001c8: 3c050065 lui a1,0x65 + *5001cc: 8ca44330 lw a0,17200\(a1\) + *5001d0: 3c050065 lui a1,0x65 + *5001d4: 8ca44720 lw a0,18208\(a1\) + *5001d8: 3c050076 lui a1,0x76 + *5001dc: 8ca45820 lw a0,22560\(a1\) + *5001e0: 3c050076 lui a1,0x76 + *5001e4: 8ca45c08 lw a0,23560\(a1\) + *5001e8: 3c050076 lui a1,0x76 + *5001ec: 8ca45430 lw a0,21552\(a1\) + *5001f0: 3c050076 lui a1,0x76 + *5001f4: 8ca45c09 lw a0,23561\(a1\) + *5001f8: 3c050000 lui a1,0x0 + *5001fc: 8ca40001 lw a0,1\(a1\) + *500200: 3c050065 lui a1,0x65 + *500204: 8ca44321 lw a0,17185\(a1\) + *500208: 3c050065 lui a1,0x65 + *50020c: 8ca44325 lw a0,17189\(a1\) + *500210: 3c050065 lui a1,0x65 + *500214: 8ca44331 lw a0,17201\(a1\) + *500218: 3c050065 lui a1,0x65 + *50021c: 8ca44721 lw a0,18209\(a1\) + *500220: 3c050076 lui a1,0x76 + *500224: 8ca45821 lw a0,22561\(a1\) + *500228: 3c050076 lui a1,0x76 + *50022c: 8ca45c09 lw a0,23561\(a1\) + *500230: 3c050076 lui a1,0x76 + *500234: 8ca45431 lw a0,21553\(a1\) + *500238: 3c050076 lui a1,0x76 + *50023c: 8ca45c0a lw a0,23562\(a1\) + *500240: 3c050001 lui a1,0x1 + *500244: 8ca48000 lw a0,-32768\(a1\) + *500248: 3c050066 lui a1,0x66 + *50024c: 8ca4c320 lw a0,-15584\(a1\) + *500250: 3c050066 lui a1,0x66 + *500254: 8ca4c324 lw a0,-15580\(a1\) + *500258: 3c050066 lui a1,0x66 + *50025c: 8ca4c330 lw a0,-15568\(a1\) + *500260: 3c050066 lui a1,0x66 + *500264: 8ca4c720 lw a0,-14560\(a1\) + *500268: 3c050077 lui a1,0x77 + *50026c: 8ca4d820 lw a0,-10208\(a1\) + *500270: 3c050077 lui a1,0x77 + *500274: 8ca4dc08 lw a0,-9208\(a1\) + *500278: 3c050077 lui a1,0x77 + *50027c: 8ca4d430 lw a0,-11216\(a1\) + *500280: 3c050077 lui a1,0x77 + *500284: 8ca4dc09 lw a0,-9207\(a1\) + *500288: 3c050000 lui a1,0x0 + *50028c: 8ca48000 lw a0,-32768\(a1\) + *500290: 3c050065 lui a1,0x65 + *500294: 8ca4c320 lw a0,-15584\(a1\) + *500298: 3c050065 lui a1,0x65 + *50029c: 8ca4c324 lw a0,-15580\(a1\) + *5002a0: 3c050065 lui a1,0x65 + *5002a4: 8ca4c330 lw a0,-15568\(a1\) + *5002a8: 3c050065 lui a1,0x65 + *5002ac: 8ca4c720 lw a0,-14560\(a1\) + *5002b0: 3c050076 lui a1,0x76 + *5002b4: 8ca4d820 lw a0,-10208\(a1\) + *5002b8: 3c050076 lui a1,0x76 + *5002bc: 8ca4dc08 lw a0,-9208\(a1\) + *5002c0: 3c050076 lui a1,0x76 + *5002c4: 8ca4d430 lw a0,-11216\(a1\) + *5002c8: 3c050076 lui a1,0x76 + *5002cc: 8ca4dc09 lw a0,-9207\(a1\) + *5002d0: 3c050001 lui a1,0x1 + *5002d4: 8ca40000 lw a0,0\(a1\) + *5002d8: 3c050066 lui a1,0x66 + *5002dc: 8ca44320 lw a0,17184\(a1\) + *5002e0: 3c050066 lui a1,0x66 + *5002e4: 8ca44324 lw a0,17188\(a1\) + *5002e8: 3c050066 lui a1,0x66 + *5002ec: 8ca44330 lw a0,17200\(a1\) + *5002f0: 3c050066 lui a1,0x66 + *5002f4: 8ca44720 lw a0,18208\(a1\) + *5002f8: 3c050077 lui a1,0x77 + *5002fc: 8ca45820 lw a0,22560\(a1\) + *500300: 3c050077 lui a1,0x77 + *500304: 8ca45c08 lw a0,23560\(a1\) + *500308: 3c050077 lui a1,0x77 + *50030c: 8ca45430 lw a0,21552\(a1\) + *500310: 3c050077 lui a1,0x77 + *500314: 8ca45c09 lw a0,23561\(a1\) + *500318: 3c050002 lui a1,0x2 + *50031c: 8ca4a5a5 lw a0,-23131\(a1\) + *500320: 3c050067 lui a1,0x67 + *500324: 8ca4e8c5 lw a0,-5947\(a1\) + *500328: 3c050067 lui a1,0x67 + *50032c: 8ca4e8c9 lw a0,-5943\(a1\) + *500330: 3c050067 lui a1,0x67 + *500334: 8ca4e8d5 lw a0,-5931\(a1\) + *500338: 3c050067 lui a1,0x67 + *50033c: 8ca4ecc5 lw a0,-4923\(a1\) + *500340: 3c050078 lui a1,0x78 + *500344: 8ca4fdc5 lw a0,-571\(a1\) + *500348: 3c050078 lui a1,0x78 + *50034c: 8ca401ad lw a0,429\(a1\) + *500350: 3c050078 lui a1,0x78 + *500354: 8ca4f9d5 lw a0,-1579\(a1\) + *500358: 3c050078 lui a1,0x78 + *50035c: 8ca401ae lw a0,430\(a1\) + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo.ld b/ld/testsuite/ld-mips-elf/mips-hilo.ld index 1b54352..ce13411 100644 --- a/ld/testsuite/ld-mips-elf/mips16-hilo.ld +++ b/ld/testsuite/ld-mips-elf/mips-hilo.ld @@ -5,8 +5,9 @@ SECTIONS . = 0x0654320; .data : { *(.data) } .sdata : { *(.sdata) } + .MIPS.abiflags : { *(.MIPS.abiflags) } . = 0x0765430; .bss : { *(.bss) *(COMMON) } - .sbss : { *(.sbss) *(.scommon) } + .sbss : { *(.scommon) *(.sbss) } /DISCARD/ : { *(*) } } diff --git a/ld/testsuite/ld-mips-elf/mips-hilo.s b/ld/testsuite/ld-mips-elf/mips-hilo.s new file mode 100644 index 0000000..79ac2fb --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips-hilo.s @@ -0,0 +1,14 @@ + .data + .globl big_external_data_label +big_external_data_label: + .fill 1000 + +# align section end to 16-byte boundary for easier testing on multiple targets + .p2align 4 + + .globl small_external_data_label +small_external_data_label: + .fill 1 + +# align section end to 16-byte boundary for easier testing on multiple targets + .p2align 4 diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d b/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d deleted file mode 100644 index 8d70b35..0000000 --- a/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d +++ /dev/null @@ -1,337 +0,0 @@ -#name: R_MIPS16_HI16 and R_MIPS16_LO16 relocs n32 -#source: ../../../gas/testsuite/gas/mips/mips16-hilo.s -#source: mips16-hilo.s -#objdump: -mmips:16 --prefix-addresses -tdr --show-raw-insn -#ld: -Tmips16-hilo.ld -e 0x500000 -N - -.*: file format elf.*mips.* - -#... - -Disassembly of section .text: -0+500000 <[^>]*> 6c00 li a0,0 -0+500002 <[^>]*> f400 3480 sll a0,16 -0+500006 <[^>]*> 4c00 addiu a0,0 -0+500008 <[^>]*> f060 6c05 li a0,101 -0+50000c <[^>]*> f400 3480 sll a0,16 -0+500010 <[^>]*> f328 4c00 addiu a0,17184 -0+500014 <[^>]*> f060 6c05 li a0,101 -0+500018 <[^>]*> f400 3480 sll a0,16 -0+50001c <[^>]*> f328 4c04 addiu a0,17188 -0+500020 <[^>]*> f060 6c05 li a0,101 -0+500024 <[^>]*> f400 3480 sll a0,16 -0+500028 <[^>]*> f328 4c10 addiu a0,17200 -0+50002c <[^>]*> f060 6c05 li a0,101 -0+500030 <[^>]*> f400 3480 sll a0,16 -0+500034 <[^>]*> f728 4c00 addiu a0,18208 -0+500038 <[^>]*> f060 6c16 li a0,118 -0+50003c <[^>]*> f400 3480 sll a0,16 -0+500040 <[^>]*> f02b 4c00 addiu a0,22560 -0+500044 <[^>]*> f060 6c16 li a0,118 -0+500048 <[^>]*> f400 3480 sll a0,16 -0+50004c <[^>]*> f40b 4c09 addiu a0,23561 -0+500050 <[^>]*> f060 6c16 li a0,118 -0+500054 <[^>]*> f400 3480 sll a0,16 -0+500058 <[^>]*> f42a 4c10 addiu a0,21552 -0+50005c <[^>]*> f060 6c16 li a0,118 -0+500060 <[^>]*> f400 3480 sll a0,16 -0+500064 <[^>]*> f40b 4c08 addiu a0,23560 -0+500068 <[^>]*> 6c00 li a0,0 -0+50006a <[^>]*> f400 3480 sll a0,16 -0+50006e <[^>]*> 4c01 addiu a0,1 -0+500070 <[^>]*> f060 6c05 li a0,101 -0+500074 <[^>]*> f400 3480 sll a0,16 -0+500078 <[^>]*> f328 4c01 addiu a0,17185 -0+50007c <[^>]*> f060 6c05 li a0,101 -0+500080 <[^>]*> f400 3480 sll a0,16 -0+500084 <[^>]*> f328 4c05 addiu a0,17189 -0+500088 <[^>]*> f060 6c05 li a0,101 -0+50008c <[^>]*> f400 3480 sll a0,16 -0+500090 <[^>]*> f328 4c11 addiu a0,17201 -0+500094 <[^>]*> f060 6c05 li a0,101 -0+500098 <[^>]*> f400 3480 sll a0,16 -0+50009c <[^>]*> f728 4c01 addiu a0,18209 -0+5000a0 <[^>]*> f060 6c16 li a0,118 -0+5000a4 <[^>]*> f400 3480 sll a0,16 -0+5000a8 <[^>]*> f02b 4c01 addiu a0,22561 -0+5000ac <[^>]*> f060 6c16 li a0,118 -0+5000b0 <[^>]*> f400 3480 sll a0,16 -0+5000b4 <[^>]*> f40b 4c0a addiu a0,23562 -0+5000b8 <[^>]*> f060 6c16 li a0,118 -0+5000bc <[^>]*> f400 3480 sll a0,16 -0+5000c0 <[^>]*> f42a 4c11 addiu a0,21553 -0+5000c4 <[^>]*> f060 6c16 li a0,118 -0+5000c8 <[^>]*> f400 3480 sll a0,16 -0+5000cc <[^>]*> f40b 4c09 addiu a0,23561 -0+5000d0 <[^>]*> 6c01 li a0,1 -0+5000d2 <[^>]*> f400 3480 sll a0,16 -0+5000d6 <[^>]*> f010 4c00 addiu a0,-32768 -0+5000da <[^>]*> f060 6c06 li a0,102 -0+5000de <[^>]*> f400 3480 sll a0,16 -0+5000e2 <[^>]*> f338 4c00 addiu a0,-15584 -0+5000e6 <[^>]*> f060 6c06 li a0,102 -0+5000ea <[^>]*> f400 3480 sll a0,16 -0+5000ee <[^>]*> f338 4c04 addiu a0,-15580 -0+5000f2 <[^>]*> f060 6c06 li a0,102 -0+5000f6 <[^>]*> f400 3480 sll a0,16 -0+5000fa <[^>]*> f338 4c10 addiu a0,-15568 -0+5000fe <[^>]*> f060 6c06 li a0,102 -0+500102 <[^>]*> f400 3480 sll a0,16 -0+500106 <[^>]*> f738 4c00 addiu a0,-14560 -0+50010a <[^>]*> f060 6c17 li a0,119 -0+50010e <[^>]*> f400 3480 sll a0,16 -0+500112 <[^>]*> f03b 4c00 addiu a0,-10208 -0+500116 <[^>]*> f060 6c17 li a0,119 -0+50011a <[^>]*> f400 3480 sll a0,16 -0+50011e <[^>]*> f41b 4c09 addiu a0,-9207 -0+500122 <[^>]*> f060 6c17 li a0,119 -0+500126 <[^>]*> f400 3480 sll a0,16 -0+50012a <[^>]*> f43a 4c10 addiu a0,-11216 -0+50012e <[^>]*> f060 6c17 li a0,119 -0+500132 <[^>]*> f400 3480 sll a0,16 -0+500136 <[^>]*> f41b 4c08 addiu a0,-9208 -0+50013a <[^>]*> 6c00 li a0,0 -0+50013c <[^>]*> f400 3480 sll a0,16 -0+500140 <[^>]*> f010 4c00 addiu a0,-32768 -0+500144 <[^>]*> f060 6c05 li a0,101 -0+500148 <[^>]*> f400 3480 sll a0,16 -0+50014c <[^>]*> f338 4c00 addiu a0,-15584 -0+500150 <[^>]*> f060 6c05 li a0,101 -0+500154 <[^>]*> f400 3480 sll a0,16 -0+500158 <[^>]*> f338 4c04 addiu a0,-15580 -0+50015c <[^>]*> f060 6c05 li a0,101 -0+500160 <[^>]*> f400 3480 sll a0,16 -0+500164 <[^>]*> f338 4c10 addiu a0,-15568 -0+500168 <[^>]*> f060 6c05 li a0,101 -0+50016c <[^>]*> f400 3480 sll a0,16 -0+500170 <[^>]*> f738 4c00 addiu a0,-14560 -0+500174 <[^>]*> f060 6c16 li a0,118 -0+500178 <[^>]*> f400 3480 sll a0,16 -0+50017c <[^>]*> f03b 4c00 addiu a0,-10208 -0+500180 <[^>]*> f060 6c16 li a0,118 -0+500184 <[^>]*> f400 3480 sll a0,16 -0+500188 <[^>]*> f41b 4c09 addiu a0,-9207 -0+50018c <[^>]*> f060 6c16 li a0,118 -0+500190 <[^>]*> f400 3480 sll a0,16 -0+500194 <[^>]*> f43a 4c10 addiu a0,-11216 -0+500198 <[^>]*> f060 6c16 li a0,118 -0+50019c <[^>]*> f400 3480 sll a0,16 -0+5001a0 <[^>]*> f41b 4c08 addiu a0,-9208 -0+5001a4 <[^>]*> 6c01 li a0,1 -0+5001a6 <[^>]*> f400 3480 sll a0,16 -0+5001aa <[^>]*> 4c00 addiu a0,0 -0+5001ac <[^>]*> f060 6c06 li a0,102 -0+5001b0 <[^>]*> f400 3480 sll a0,16 -0+5001b4 <[^>]*> f328 4c00 addiu a0,17184 -0+5001b8 <[^>]*> f060 6c06 li a0,102 -0+5001bc <[^>]*> f400 3480 sll a0,16 -0+5001c0 <[^>]*> f328 4c04 addiu a0,17188 -0+5001c4 <[^>]*> f060 6c06 li a0,102 -0+5001c8 <[^>]*> f400 3480 sll a0,16 -0+5001cc <[^>]*> f328 4c10 addiu a0,17200 -0+5001d0 <[^>]*> f060 6c06 li a0,102 -0+5001d4 <[^>]*> f400 3480 sll a0,16 -0+5001d8 <[^>]*> f728 4c00 addiu a0,18208 -0+5001dc <[^>]*> f060 6c17 li a0,119 -0+5001e0 <[^>]*> f400 3480 sll a0,16 -0+5001e4 <[^>]*> f02b 4c00 addiu a0,22560 -0+5001e8 <[^>]*> f060 6c17 li a0,119 -0+5001ec <[^>]*> f400 3480 sll a0,16 -0+5001f0 <[^>]*> f40b 4c09 addiu a0,23561 -0+5001f4 <[^>]*> f060 6c17 li a0,119 -0+5001f8 <[^>]*> f400 3480 sll a0,16 -0+5001fc <[^>]*> f42a 4c10 addiu a0,21552 -0+500200 <[^>]*> f060 6c17 li a0,119 -0+500204 <[^>]*> f400 3480 sll a0,16 -0+500208 <[^>]*> f40b 4c08 addiu a0,23560 -0+50020c <[^>]*> 6c02 li a0,2 -0+50020e <[^>]*> f400 3480 sll a0,16 -0+500212 <[^>]*> f5b4 4c05 addiu a0,-23131 -0+500216 <[^>]*> f060 6c07 li a0,103 -0+50021a <[^>]*> f400 3480 sll a0,16 -0+50021e <[^>]*> f0dd 4c05 addiu a0,-5947 -0+500222 <[^>]*> f060 6c07 li a0,103 -0+500226 <[^>]*> f400 3480 sll a0,16 -0+50022a <[^>]*> f0dd 4c09 addiu a0,-5943 -0+50022e <[^>]*> f060 6c07 li a0,103 -0+500232 <[^>]*> f400 3480 sll a0,16 -0+500236 <[^>]*> f0dd 4c15 addiu a0,-5931 -0+50023a <[^>]*> f060 6c07 li a0,103 -0+50023e <[^>]*> f400 3480 sll a0,16 -0+500242 <[^>]*> f4dd 4c05 addiu a0,-4923 -0+500246 <[^>]*> f060 6c18 li a0,120 -0+50024a <[^>]*> f400 3480 sll a0,16 -0+50024e <[^>]*> f5df 4c05 addiu a0,-571 -0+500252 <[^>]*> f060 6c18 li a0,120 -0+500256 <[^>]*> f400 3480 sll a0,16 -0+50025a <[^>]*> f1a0 4c0e addiu a0,430 -0+50025e <[^>]*> f060 6c18 li a0,120 -0+500262 <[^>]*> f400 3480 sll a0,16 -0+500266 <[^>]*> f1df 4c15 addiu a0,-1579 -0+50026a <[^>]*> f060 6c18 li a0,120 -0+50026e <[^>]*> f400 3480 sll a0,16 -0+500272 <[^>]*> f1a0 4c0d addiu a0,429 -0+500276 <[^>]*> 6d00 li a1,0 -0+500278 <[^>]*> f400 35a0 sll a1,16 -0+50027c <[^>]*> 9d80 lw a0,0\(a1\) -0+50027e <[^>]*> f060 6d05 li a1,101 -0+500282 <[^>]*> f400 35a0 sll a1,16 -0+500286 <[^>]*> f060 9d85 lw a0,101\(a1\) -0+50028a <[^>]*> f060 6d05 li a1,101 -0+50028e <[^>]*> f400 35a0 sll a1,16 -0+500292 <[^>]*> f060 9d85 lw a0,101\(a1\) -0+500296 <[^>]*> f060 6d05 li a1,101 -0+50029a <[^>]*> f400 35a0 sll a1,16 -0+50029e <[^>]*> f328 9d90 lw a0,17200\(a1\) -0+5002a2 <[^>]*> f060 6d05 li a1,101 -0+5002a6 <[^>]*> f400 35a0 sll a1,16 -0+5002aa <[^>]*> f728 9d80 lw a0,18208\(a1\) -0+5002ae <[^>]*> f060 6d16 li a1,118 -0+5002b2 <[^>]*> f400 35a0 sll a1,16 -0+5002b6 <[^>]*> f02b 9d80 lw a0,22560\(a1\) -0+5002ba <[^>]*> f060 6d16 li a1,118 -0+5002be <[^>]*> f400 35a0 sll a1,16 -0+5002c2 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+5002c6 <[^>]*> f060 6d16 li a1,118 -0+5002ca <[^>]*> f400 35a0 sll a1,16 -0+5002ce <[^>]*> f42a 9d90 lw a0,21552\(a1\) -0+5002d2 <[^>]*> f060 6d16 li a1,118 -0+5002d6 <[^>]*> f400 35a0 sll a1,16 -0+5002da <[^>]*> f40b 9d88 lw a0,23560\(a1\) -0+5002de <[^>]*> 6d00 li a1,0 -0+5002e0 <[^>]*> f400 35a0 sll a1,16 -0+5002e4 <[^>]*> f000 9d81 lw a0,1\(a1\) -0+5002e8 <[^>]*> f060 6d05 li a1,101 -0+5002ec <[^>]*> f400 35a0 sll a1,16 -0+5002f0 <[^>]*> f328 9d81 lw a0,17185\(a1\) -0+5002f4 <[^>]*> f060 6d05 li a1,101 -0+5002f8 <[^>]*> f400 35a0 sll a1,16 -0+5002fc <[^>]*> f328 9d85 lw a0,17189\(a1\) -0+500300 <[^>]*> f060 6d05 li a1,101 -0+500304 <[^>]*> f400 35a0 sll a1,16 -0+500308 <[^>]*> f328 9d91 lw a0,17201\(a1\) -0+50030c <[^>]*> f060 6d05 li a1,101 -0+500310 <[^>]*> f400 35a0 sll a1,16 -0+500314 <[^>]*> f728 9d81 lw a0,18209\(a1\) -0+500318 <[^>]*> f060 6d16 li a1,118 -0+50031c <[^>]*> f400 35a0 sll a1,16 -0+500320 <[^>]*> f02b 9d81 lw a0,22561\(a1\) -0+500324 <[^>]*> f060 6d16 li a1,118 -0+500328 <[^>]*> f400 35a0 sll a1,16 -0+50032c <[^>]*> f40b 9d8a lw a0,23562\(a1\) -0+500330 <[^>]*> f060 6d16 li a1,118 -0+500334 <[^>]*> f400 35a0 sll a1,16 -0+500338 <[^>]*> f42a 9d91 lw a0,21553\(a1\) -0+50033c <[^>]*> f060 6d16 li a1,118 -0+500340 <[^>]*> f400 35a0 sll a1,16 -0+500344 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+500348 <[^>]*> 6d01 li a1,1 -0+50034a <[^>]*> f400 35a0 sll a1,16 -0+50034e <[^>]*> f010 9d80 lw a0,-32768\(a1\) -0+500352 <[^>]*> f060 6d06 li a1,102 -0+500356 <[^>]*> f400 35a0 sll a1,16 -0+50035a <[^>]*> f338 9d80 lw a0,-15584\(a1\) -0+50035e <[^>]*> f060 6d06 li a1,102 -0+500362 <[^>]*> f400 35a0 sll a1,16 -0+500366 <[^>]*> f338 9d84 lw a0,-15580\(a1\) -0+50036a <[^>]*> f060 6d06 li a1,102 -0+50036e <[^>]*> f400 35a0 sll a1,16 -0+500372 <[^>]*> f338 9d90 lw a0,-15568\(a1\) -0+500376 <[^>]*> f060 6d06 li a1,102 -0+50037a <[^>]*> f400 35a0 sll a1,16 -0+50037e <[^>]*> f738 9d80 lw a0,-14560\(a1\) -0+500382 <[^>]*> f060 6d17 li a1,119 -0+500386 <[^>]*> f400 35a0 sll a1,16 -0+50038a <[^>]*> f03b 9d80 lw a0,-10208\(a1\) -0+50038e <[^>]*> f060 6d17 li a1,119 -0+500392 <[^>]*> f400 35a0 sll a1,16 -0+500396 <[^>]*> f41b 9d89 lw a0,-9207\(a1\) -0+50039a <[^>]*> f060 6d17 li a1,119 -0+50039e <[^>]*> f400 35a0 sll a1,16 -0+5003a2 <[^>]*> f43a 9d90 lw a0,-11216\(a1\) -0+5003a6 <[^>]*> f060 6d17 li a1,119 -0+5003aa <[^>]*> f400 35a0 sll a1,16 -0+5003ae <[^>]*> f41b 9d88 lw a0,-9208\(a1\) -0+5003b2 <[^>]*> 6d00 li a1,0 -0+5003b4 <[^>]*> f400 35a0 sll a1,16 -0+5003b8 <[^>]*> f010 9d80 lw a0,-32768\(a1\) -0+5003bc <[^>]*> f060 6d05 li a1,101 -0+5003c0 <[^>]*> f400 35a0 sll a1,16 -0+5003c4 <[^>]*> f338 9d80 lw a0,-15584\(a1\) -0+5003c8 <[^>]*> f060 6d05 li a1,101 -0+5003cc <[^>]*> f400 35a0 sll a1,16 -0+5003d0 <[^>]*> f338 9d84 lw a0,-15580\(a1\) -0+5003d4 <[^>]*> f060 6d05 li a1,101 -0+5003d8 <[^>]*> f400 35a0 sll a1,16 -0+5003dc <[^>]*> f338 9d90 lw a0,-15568\(a1\) -0+5003e0 <[^>]*> f060 6d05 li a1,101 -0+5003e4 <[^>]*> f400 35a0 sll a1,16 -0+5003e8 <[^>]*> f738 9d80 lw a0,-14560\(a1\) -0+5003ec <[^>]*> f060 6d16 li a1,118 -0+5003f0 <[^>]*> f400 35a0 sll a1,16 -0+5003f4 <[^>]*> f03b 9d80 lw a0,-10208\(a1\) -0+5003f8 <[^>]*> f060 6d16 li a1,118 -0+5003fc <[^>]*> f400 35a0 sll a1,16 -0+500400 <[^>]*> f41b 9d89 lw a0,-9207\(a1\) -0+500404 <[^>]*> f060 6d16 li a1,118 -0+500408 <[^>]*> f400 35a0 sll a1,16 -0+50040c <[^>]*> f43a 9d90 lw a0,-11216\(a1\) -0+500410 <[^>]*> f060 6d16 li a1,118 -0+500414 <[^>]*> f400 35a0 sll a1,16 -0+500418 <[^>]*> f41b 9d88 lw a0,-9208\(a1\) -0+50041c <[^>]*> 6d01 li a1,1 -0+50041e <[^>]*> f400 35a0 sll a1,16 -0+500422 <[^>]*> 9d80 lw a0,0\(a1\) -0+500424 <[^>]*> f060 6d06 li a1,102 -0+500428 <[^>]*> f400 35a0 sll a1,16 -0+50042c <[^>]*> f328 9d80 lw a0,17184\(a1\) -0+500430 <[^>]*> f060 6d06 li a1,102 -0+500434 <[^>]*> f400 35a0 sll a1,16 -0+500438 <[^>]*> f328 9d84 lw a0,17188\(a1\) -0+50043c <[^>]*> f060 6d06 li a1,102 -0+500440 <[^>]*> f400 35a0 sll a1,16 -0+500444 <[^>]*> f328 9d90 lw a0,17200\(a1\) -0+500448 <[^>]*> f060 6d06 li a1,102 -0+50044c <[^>]*> f400 35a0 sll a1,16 -0+500450 <[^>]*> f728 9d80 lw a0,18208\(a1\) -0+500454 <[^>]*> f060 6d17 li a1,119 -0+500458 <[^>]*> f400 35a0 sll a1,16 -0+50045c <[^>]*> f02b 9d80 lw a0,22560\(a1\) -0+500460 <[^>]*> f060 6d17 li a1,119 -0+500464 <[^>]*> f400 35a0 sll a1,16 -0+500468 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+50046c <[^>]*> f060 6d17 li a1,119 -0+500470 <[^>]*> f400 35a0 sll a1,16 -0+500474 <[^>]*> f42a 9d90 lw a0,21552\(a1\) -0+500478 <[^>]*> f060 6d17 li a1,119 -0+50047c <[^>]*> f400 35a0 sll a1,16 -0+500480 <[^>]*> f40b 9d88 lw a0,23560\(a1\) -0+500484 <[^>]*> 6d02 li a1,2 -0+500486 <[^>]*> f400 35a0 sll a1,16 -0+50048a <[^>]*> f5b4 9d85 lw a0,-23131\(a1\) -0+50048e <[^>]*> f060 6d07 li a1,103 -0+500492 <[^>]*> f400 35a0 sll a1,16 -0+500496 <[^>]*> f0dd 9d85 lw a0,-5947\(a1\) -0+50049a <[^>]*> f060 6d07 li a1,103 -0+50049e <[^>]*> f400 35a0 sll a1,16 -0+5004a2 <[^>]*> f0dd 9d89 lw a0,-5943\(a1\) -0+5004a6 <[^>]*> f060 6d07 li a1,103 -0+5004aa <[^>]*> f400 35a0 sll a1,16 -0+5004ae <[^>]*> f0dd 9d95 lw a0,-5931\(a1\) -0+5004b2 <[^>]*> f060 6d07 li a1,103 -0+5004b6 <[^>]*> f400 35a0 sll a1,16 -0+5004ba <[^>]*> f4dd 9d85 lw a0,-4923\(a1\) -0+5004be <[^>]*> f060 6d18 li a1,120 -0+5004c2 <[^>]*> f400 35a0 sll a1,16 -0+5004c6 <[^>]*> f5df 9d85 lw a0,-571\(a1\) -0+5004ca <[^>]*> f060 6d18 li a1,120 -0+5004ce <[^>]*> f400 35a0 sll a1,16 -0+5004d2 <[^>]*> f1a0 9d8e lw a0,430\(a1\) -0+5004d6 <[^>]*> f060 6d18 li a1,120 -0+5004da <[^>]*> f400 35a0 sll a1,16 -0+5004de <[^>]*> f1df 9d95 lw a0,-1579\(a1\) -0+5004e2 <[^>]*> f060 6d18 li a1,120 -0+5004e6 <[^>]*> f400 35a0 sll a1,16 -0+5004ea <[^>]*> f1a0 9d8d lw a0,429\(a1\) -0+5004ee <[^>]*> 6500 nop -#pass diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo-srec.d b/ld/testsuite/ld-mips-elf/mips16-hilo-srec.d new file mode 100644 index 0000000..cd20d98 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips16-hilo-srec.d @@ -0,0 +1,7 @@ +#name: R_MIPS16_HI16 and R_MIPS16_LO16 relocs srec +#source: ../../../gas/testsuite/gas/mips/mips16-hilo.s +#source: mips-hilo.s +#as: -march=mips3 +#objdump: -mmips:16 -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#dump: mips16-hilo.d diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo.d b/ld/testsuite/ld-mips-elf/mips16-hilo.d index 5600983..3a8dc71 100644 --- a/ld/testsuite/ld-mips-elf/mips16-hilo.d +++ b/ld/testsuite/ld-mips-elf/mips16-hilo.d @@ -1,337 +1,338 @@ #name: R_MIPS16_HI16 and R_MIPS16_LO16 relocs #source: ../../../gas/testsuite/gas/mips/mips16-hilo.s -#source: mips16-hilo.s -#objdump: -mmips:16 --prefix-addresses -tdr --show-raw-insn -#ld: -Tmips16-hilo.ld -e 0x500000 -N +#source: mips-hilo.s +#as: -march=mips3 +#objdump: -mmips:16 -d +#ld: -Tmips-hilo.ld -e 0x500000 -N -.*: file format elf.*mips.* +.*: file format (:?elf.*mips.*|srec) -#... +Disassembly of section \.(:?text|sec1): -Disassembly of section .text: -0+500000 <[^>]*> 6c00 li a0,0 -0+500002 <[^>]*> f400 3480 sll a0,16 -0+500006 <[^>]*> 4c00 addiu a0,0 -0+500008 <[^>]*> f060 6c05 li a0,101 -0+50000c <[^>]*> f400 3480 sll a0,16 -0+500010 <[^>]*> f328 4c00 addiu a0,17184 -0+500014 <[^>]*> f060 6c05 li a0,101 -0+500018 <[^>]*> f400 3480 sll a0,16 -0+50001c <[^>]*> f328 4c04 addiu a0,17188 -0+500020 <[^>]*> f060 6c05 li a0,101 -0+500024 <[^>]*> f400 3480 sll a0,16 -0+500028 <[^>]*> f328 4c10 addiu a0,17200 -0+50002c <[^>]*> f060 6c05 li a0,101 -0+500030 <[^>]*> f400 3480 sll a0,16 -0+500034 <[^>]*> f728 4c00 addiu a0,18208 -0+500038 <[^>]*> f060 6c16 li a0,118 -0+50003c <[^>]*> f400 3480 sll a0,16 -0+500040 <[^>]*> f02b 4c00 addiu a0,22560 -0+500044 <[^>]*> f060 6c16 li a0,118 -0+500048 <[^>]*> f400 3480 sll a0,16 -0+50004c <[^>]*> f40b 4c09 addiu a0,23561 -0+500050 <[^>]*> f060 6c16 li a0,118 -0+500054 <[^>]*> f400 3480 sll a0,16 -0+500058 <[^>]*> f42a 4c10 addiu a0,21552 -0+50005c <[^>]*> f060 6c16 li a0,118 -0+500060 <[^>]*> f400 3480 sll a0,16 -0+500064 <[^>]*> f40b 4c08 addiu a0,23560 -0+500068 <[^>]*> 6c00 li a0,0 -0+50006a <[^>]*> f400 3480 sll a0,16 -0+50006e <[^>]*> 4c01 addiu a0,1 -0+500070 <[^>]*> f060 6c05 li a0,101 -0+500074 <[^>]*> f400 3480 sll a0,16 -0+500078 <[^>]*> f328 4c01 addiu a0,17185 -0+50007c <[^>]*> f060 6c05 li a0,101 -0+500080 <[^>]*> f400 3480 sll a0,16 -0+500084 <[^>]*> f328 4c05 addiu a0,17189 -0+500088 <[^>]*> f060 6c05 li a0,101 -0+50008c <[^>]*> f400 3480 sll a0,16 -0+500090 <[^>]*> f328 4c11 addiu a0,17201 -0+500094 <[^>]*> f060 6c05 li a0,101 -0+500098 <[^>]*> f400 3480 sll a0,16 -0+50009c <[^>]*> f728 4c01 addiu a0,18209 -0+5000a0 <[^>]*> f060 6c16 li a0,118 -0+5000a4 <[^>]*> f400 3480 sll a0,16 -0+5000a8 <[^>]*> f02b 4c01 addiu a0,22561 -0+5000ac <[^>]*> f060 6c16 li a0,118 -0+5000b0 <[^>]*> f400 3480 sll a0,16 -0+5000b4 <[^>]*> f40b 4c0a addiu a0,23562 -0+5000b8 <[^>]*> f060 6c16 li a0,118 -0+5000bc <[^>]*> f400 3480 sll a0,16 -0+5000c0 <[^>]*> f42a 4c11 addiu a0,21553 -0+5000c4 <[^>]*> f060 6c16 li a0,118 -0+5000c8 <[^>]*> f400 3480 sll a0,16 -0+5000cc <[^>]*> f40b 4c09 addiu a0,23561 -0+5000d0 <[^>]*> 6c01 li a0,1 -0+5000d2 <[^>]*> f400 3480 sll a0,16 -0+5000d6 <[^>]*> f010 4c00 addiu a0,-32768 -0+5000da <[^>]*> f060 6c06 li a0,102 -0+5000de <[^>]*> f400 3480 sll a0,16 -0+5000e2 <[^>]*> f338 4c00 addiu a0,-15584 -0+5000e6 <[^>]*> f060 6c06 li a0,102 -0+5000ea <[^>]*> f400 3480 sll a0,16 -0+5000ee <[^>]*> f338 4c04 addiu a0,-15580 -0+5000f2 <[^>]*> f060 6c06 li a0,102 -0+5000f6 <[^>]*> f400 3480 sll a0,16 -0+5000fa <[^>]*> f338 4c10 addiu a0,-15568 -0+5000fe <[^>]*> f060 6c06 li a0,102 -0+500102 <[^>]*> f400 3480 sll a0,16 -0+500106 <[^>]*> f738 4c00 addiu a0,-14560 -0+50010a <[^>]*> f060 6c17 li a0,119 -0+50010e <[^>]*> f400 3480 sll a0,16 -0+500112 <[^>]*> f03b 4c00 addiu a0,-10208 -0+500116 <[^>]*> f060 6c17 li a0,119 -0+50011a <[^>]*> f400 3480 sll a0,16 -0+50011e <[^>]*> f41b 4c09 addiu a0,-9207 -0+500122 <[^>]*> f060 6c17 li a0,119 -0+500126 <[^>]*> f400 3480 sll a0,16 -0+50012a <[^>]*> f43a 4c10 addiu a0,-11216 -0+50012e <[^>]*> f060 6c17 li a0,119 -0+500132 <[^>]*> f400 3480 sll a0,16 -0+500136 <[^>]*> f41b 4c08 addiu a0,-9208 -0+50013a <[^>]*> 6c00 li a0,0 -0+50013c <[^>]*> f400 3480 sll a0,16 -0+500140 <[^>]*> f010 4c00 addiu a0,-32768 -0+500144 <[^>]*> f060 6c05 li a0,101 -0+500148 <[^>]*> f400 3480 sll a0,16 -0+50014c <[^>]*> f338 4c00 addiu a0,-15584 -0+500150 <[^>]*> f060 6c05 li a0,101 -0+500154 <[^>]*> f400 3480 sll a0,16 -0+500158 <[^>]*> f338 4c04 addiu a0,-15580 -0+50015c <[^>]*> f060 6c05 li a0,101 -0+500160 <[^>]*> f400 3480 sll a0,16 -0+500164 <[^>]*> f338 4c10 addiu a0,-15568 -0+500168 <[^>]*> f060 6c05 li a0,101 -0+50016c <[^>]*> f400 3480 sll a0,16 -0+500170 <[^>]*> f738 4c00 addiu a0,-14560 -0+500174 <[^>]*> f060 6c16 li a0,118 -0+500178 <[^>]*> f400 3480 sll a0,16 -0+50017c <[^>]*> f03b 4c00 addiu a0,-10208 -0+500180 <[^>]*> f060 6c16 li a0,118 -0+500184 <[^>]*> f400 3480 sll a0,16 -0+500188 <[^>]*> f41b 4c09 addiu a0,-9207 -0+50018c <[^>]*> f060 6c16 li a0,118 -0+500190 <[^>]*> f400 3480 sll a0,16 -0+500194 <[^>]*> f43a 4c10 addiu a0,-11216 -0+500198 <[^>]*> f060 6c16 li a0,118 -0+50019c <[^>]*> f400 3480 sll a0,16 -0+5001a0 <[^>]*> f41b 4c08 addiu a0,-9208 -0+5001a4 <[^>]*> 6c01 li a0,1 -0+5001a6 <[^>]*> f400 3480 sll a0,16 -0+5001aa <[^>]*> 4c00 addiu a0,0 -0+5001ac <[^>]*> f060 6c06 li a0,102 -0+5001b0 <[^>]*> f400 3480 sll a0,16 -0+5001b4 <[^>]*> f328 4c00 addiu a0,17184 -0+5001b8 <[^>]*> f060 6c06 li a0,102 -0+5001bc <[^>]*> f400 3480 sll a0,16 -0+5001c0 <[^>]*> f328 4c04 addiu a0,17188 -0+5001c4 <[^>]*> f060 6c06 li a0,102 -0+5001c8 <[^>]*> f400 3480 sll a0,16 -0+5001cc <[^>]*> f328 4c10 addiu a0,17200 -0+5001d0 <[^>]*> f060 6c06 li a0,102 -0+5001d4 <[^>]*> f400 3480 sll a0,16 -0+5001d8 <[^>]*> f728 4c00 addiu a0,18208 -0+5001dc <[^>]*> f060 6c17 li a0,119 -0+5001e0 <[^>]*> f400 3480 sll a0,16 -0+5001e4 <[^>]*> f02b 4c00 addiu a0,22560 -0+5001e8 <[^>]*> f060 6c17 li a0,119 -0+5001ec <[^>]*> f400 3480 sll a0,16 -0+5001f0 <[^>]*> f40b 4c09 addiu a0,23561 -0+5001f4 <[^>]*> f060 6c17 li a0,119 -0+5001f8 <[^>]*> f400 3480 sll a0,16 -0+5001fc <[^>]*> f42a 4c10 addiu a0,21552 -0+500200 <[^>]*> f060 6c17 li a0,119 -0+500204 <[^>]*> f400 3480 sll a0,16 -0+500208 <[^>]*> f40b 4c08 addiu a0,23560 -0+50020c <[^>]*> 6c02 li a0,2 -0+50020e <[^>]*> f400 3480 sll a0,16 -0+500212 <[^>]*> f5b4 4c05 addiu a0,-23131 -0+500216 <[^>]*> f060 6c07 li a0,103 -0+50021a <[^>]*> f400 3480 sll a0,16 -0+50021e <[^>]*> f0dd 4c05 addiu a0,-5947 -0+500222 <[^>]*> f060 6c07 li a0,103 -0+500226 <[^>]*> f400 3480 sll a0,16 -0+50022a <[^>]*> f0dd 4c09 addiu a0,-5943 -0+50022e <[^>]*> f060 6c07 li a0,103 -0+500232 <[^>]*> f400 3480 sll a0,16 -0+500236 <[^>]*> f0dd 4c15 addiu a0,-5931 -0+50023a <[^>]*> f060 6c07 li a0,103 -0+50023e <[^>]*> f400 3480 sll a0,16 -0+500242 <[^>]*> f4dd 4c05 addiu a0,-4923 -0+500246 <[^>]*> f060 6c18 li a0,120 -0+50024a <[^>]*> f400 3480 sll a0,16 -0+50024e <[^>]*> f5df 4c05 addiu a0,-571 -0+500252 <[^>]*> f060 6c18 li a0,120 -0+500256 <[^>]*> f400 3480 sll a0,16 -0+50025a <[^>]*> f1a0 4c0e addiu a0,430 -0+50025e <[^>]*> f060 6c18 li a0,120 -0+500262 <[^>]*> f400 3480 sll a0,16 -0+500266 <[^>]*> f1df 4c15 addiu a0,-1579 -0+50026a <[^>]*> f060 6c18 li a0,120 -0+50026e <[^>]*> f400 3480 sll a0,16 -0+500272 <[^>]*> f1a0 4c0d addiu a0,429 -0+500276 <[^>]*> 6d00 li a1,0 -0+500278 <[^>]*> f400 35a0 sll a1,16 -0+50027c <[^>]*> 9d80 lw a0,0\(a1\) -0+50027e <[^>]*> f060 6d05 li a1,101 -0+500282 <[^>]*> f400 35a0 sll a1,16 -0+500286 <[^>]*> f060 9d85 lw a0,101\(a1\) -0+50028a <[^>]*> f060 6d05 li a1,101 -0+50028e <[^>]*> f400 35a0 sll a1,16 -0+500292 <[^>]*> f060 9d85 lw a0,101\(a1\) -0+500296 <[^>]*> f060 6d05 li a1,101 -0+50029a <[^>]*> f400 35a0 sll a1,16 -0+50029e <[^>]*> f328 9d90 lw a0,17200\(a1\) -0+5002a2 <[^>]*> f060 6d05 li a1,101 -0+5002a6 <[^>]*> f400 35a0 sll a1,16 -0+5002aa <[^>]*> f728 9d80 lw a0,18208\(a1\) -0+5002ae <[^>]*> f060 6d16 li a1,118 -0+5002b2 <[^>]*> f400 35a0 sll a1,16 -0+5002b6 <[^>]*> f02b 9d80 lw a0,22560\(a1\) -0+5002ba <[^>]*> f060 6d16 li a1,118 -0+5002be <[^>]*> f400 35a0 sll a1,16 -0+5002c2 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+5002c6 <[^>]*> f060 6d16 li a1,118 -0+5002ca <[^>]*> f400 35a0 sll a1,16 -0+5002ce <[^>]*> f42a 9d90 lw a0,21552\(a1\) -0+5002d2 <[^>]*> f060 6d16 li a1,118 -0+5002d6 <[^>]*> f400 35a0 sll a1,16 -0+5002da <[^>]*> f40b 9d88 lw a0,23560\(a1\) -0+5002de <[^>]*> 6d00 li a1,0 -0+5002e0 <[^>]*> f400 35a0 sll a1,16 -0+5002e4 <[^>]*> f000 9d81 lw a0,1\(a1\) -0+5002e8 <[^>]*> f060 6d05 li a1,101 -0+5002ec <[^>]*> f400 35a0 sll a1,16 -0+5002f0 <[^>]*> f328 9d81 lw a0,17185\(a1\) -0+5002f4 <[^>]*> f060 6d05 li a1,101 -0+5002f8 <[^>]*> f400 35a0 sll a1,16 -0+5002fc <[^>]*> f328 9d85 lw a0,17189\(a1\) -0+500300 <[^>]*> f060 6d05 li a1,101 -0+500304 <[^>]*> f400 35a0 sll a1,16 -0+500308 <[^>]*> f328 9d91 lw a0,17201\(a1\) -0+50030c <[^>]*> f060 6d05 li a1,101 -0+500310 <[^>]*> f400 35a0 sll a1,16 -0+500314 <[^>]*> f728 9d81 lw a0,18209\(a1\) -0+500318 <[^>]*> f060 6d16 li a1,118 -0+50031c <[^>]*> f400 35a0 sll a1,16 -0+500320 <[^>]*> f02b 9d81 lw a0,22561\(a1\) -0+500324 <[^>]*> f060 6d16 li a1,118 -0+500328 <[^>]*> f400 35a0 sll a1,16 -0+50032c <[^>]*> f40b 9d8a lw a0,23562\(a1\) -0+500330 <[^>]*> f060 6d16 li a1,118 -0+500334 <[^>]*> f400 35a0 sll a1,16 -0+500338 <[^>]*> f42a 9d91 lw a0,21553\(a1\) -0+50033c <[^>]*> f060 6d16 li a1,118 -0+500340 <[^>]*> f400 35a0 sll a1,16 -0+500344 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+500348 <[^>]*> 6d01 li a1,1 -0+50034a <[^>]*> f400 35a0 sll a1,16 -0+50034e <[^>]*> f010 9d80 lw a0,-32768\(a1\) -0+500352 <[^>]*> f060 6d06 li a1,102 -0+500356 <[^>]*> f400 35a0 sll a1,16 -0+50035a <[^>]*> f338 9d80 lw a0,-15584\(a1\) -0+50035e <[^>]*> f060 6d06 li a1,102 -0+500362 <[^>]*> f400 35a0 sll a1,16 -0+500366 <[^>]*> f338 9d84 lw a0,-15580\(a1\) -0+50036a <[^>]*> f060 6d06 li a1,102 -0+50036e <[^>]*> f400 35a0 sll a1,16 -0+500372 <[^>]*> f338 9d90 lw a0,-15568\(a1\) -0+500376 <[^>]*> f060 6d06 li a1,102 -0+50037a <[^>]*> f400 35a0 sll a1,16 -0+50037e <[^>]*> f738 9d80 lw a0,-14560\(a1\) -0+500382 <[^>]*> f060 6d17 li a1,119 -0+500386 <[^>]*> f400 35a0 sll a1,16 -0+50038a <[^>]*> f03b 9d80 lw a0,-10208\(a1\) -0+50038e <[^>]*> f060 6d17 li a1,119 -0+500392 <[^>]*> f400 35a0 sll a1,16 -0+500396 <[^>]*> f41b 9d89 lw a0,-9207\(a1\) -0+50039a <[^>]*> f060 6d17 li a1,119 -0+50039e <[^>]*> f400 35a0 sll a1,16 -0+5003a2 <[^>]*> f43a 9d90 lw a0,-11216\(a1\) -0+5003a6 <[^>]*> f060 6d17 li a1,119 -0+5003aa <[^>]*> f400 35a0 sll a1,16 -0+5003ae <[^>]*> f41b 9d88 lw a0,-9208\(a1\) -0+5003b2 <[^>]*> 6d00 li a1,0 -0+5003b4 <[^>]*> f400 35a0 sll a1,16 -0+5003b8 <[^>]*> f010 9d80 lw a0,-32768\(a1\) -0+5003bc <[^>]*> f060 6d05 li a1,101 -0+5003c0 <[^>]*> f400 35a0 sll a1,16 -0+5003c4 <[^>]*> f338 9d80 lw a0,-15584\(a1\) -0+5003c8 <[^>]*> f060 6d05 li a1,101 -0+5003cc <[^>]*> f400 35a0 sll a1,16 -0+5003d0 <[^>]*> f338 9d84 lw a0,-15580\(a1\) -0+5003d4 <[^>]*> f060 6d05 li a1,101 -0+5003d8 <[^>]*> f400 35a0 sll a1,16 -0+5003dc <[^>]*> f338 9d90 lw a0,-15568\(a1\) -0+5003e0 <[^>]*> f060 6d05 li a1,101 -0+5003e4 <[^>]*> f400 35a0 sll a1,16 -0+5003e8 <[^>]*> f738 9d80 lw a0,-14560\(a1\) -0+5003ec <[^>]*> f060 6d16 li a1,118 -0+5003f0 <[^>]*> f400 35a0 sll a1,16 -0+5003f4 <[^>]*> f03b 9d80 lw a0,-10208\(a1\) -0+5003f8 <[^>]*> f060 6d16 li a1,118 -0+5003fc <[^>]*> f400 35a0 sll a1,16 -0+500400 <[^>]*> f41b 9d89 lw a0,-9207\(a1\) -0+500404 <[^>]*> f060 6d16 li a1,118 -0+500408 <[^>]*> f400 35a0 sll a1,16 -0+50040c <[^>]*> f43a 9d90 lw a0,-11216\(a1\) -0+500410 <[^>]*> f060 6d16 li a1,118 -0+500414 <[^>]*> f400 35a0 sll a1,16 -0+500418 <[^>]*> f41b 9d88 lw a0,-9208\(a1\) -0+50041c <[^>]*> 6d01 li a1,1 -0+50041e <[^>]*> f400 35a0 sll a1,16 -0+500422 <[^>]*> 9d80 lw a0,0\(a1\) -0+500424 <[^>]*> f060 6d06 li a1,102 -0+500428 <[^>]*> f400 35a0 sll a1,16 -0+50042c <[^>]*> f328 9d80 lw a0,17184\(a1\) -0+500430 <[^>]*> f060 6d06 li a1,102 -0+500434 <[^>]*> f400 35a0 sll a1,16 -0+500438 <[^>]*> f328 9d84 lw a0,17188\(a1\) -0+50043c <[^>]*> f060 6d06 li a1,102 -0+500440 <[^>]*> f400 35a0 sll a1,16 -0+500444 <[^>]*> f328 9d90 lw a0,17200\(a1\) -0+500448 <[^>]*> f060 6d06 li a1,102 -0+50044c <[^>]*> f400 35a0 sll a1,16 -0+500450 <[^>]*> f728 9d80 lw a0,18208\(a1\) -0+500454 <[^>]*> f060 6d17 li a1,119 -0+500458 <[^>]*> f400 35a0 sll a1,16 -0+50045c <[^>]*> f02b 9d80 lw a0,22560\(a1\) -0+500460 <[^>]*> f060 6d17 li a1,119 -0+500464 <[^>]*> f400 35a0 sll a1,16 -0+500468 <[^>]*> f40b 9d89 lw a0,23561\(a1\) -0+50046c <[^>]*> f060 6d17 li a1,119 -0+500470 <[^>]*> f400 35a0 sll a1,16 -0+500474 <[^>]*> f42a 9d90 lw a0,21552\(a1\) -0+500478 <[^>]*> f060 6d17 li a1,119 -0+50047c <[^>]*> f400 35a0 sll a1,16 -0+500480 <[^>]*> f40b 9d88 lw a0,23560\(a1\) -0+500484 <[^>]*> 6d02 li a1,2 -0+500486 <[^>]*> f400 35a0 sll a1,16 -0+50048a <[^>]*> f5b4 9d85 lw a0,-23131\(a1\) -0+50048e <[^>]*> f060 6d07 li a1,103 -0+500492 <[^>]*> f400 35a0 sll a1,16 -0+500496 <[^>]*> f0dd 9d85 lw a0,-5947\(a1\) -0+50049a <[^>]*> f060 6d07 li a1,103 -0+50049e <[^>]*> f400 35a0 sll a1,16 -0+5004a2 <[^>]*> f0dd 9d89 lw a0,-5943\(a1\) -0+5004a6 <[^>]*> f060 6d07 li a1,103 -0+5004aa <[^>]*> f400 35a0 sll a1,16 -0+5004ae <[^>]*> f0dd 9d95 lw a0,-5931\(a1\) -0+5004b2 <[^>]*> f060 6d07 li a1,103 -0+5004b6 <[^>]*> f400 35a0 sll a1,16 -0+5004ba <[^>]*> f4dd 9d85 lw a0,-4923\(a1\) -0+5004be <[^>]*> f060 6d18 li a1,120 -0+5004c2 <[^>]*> f400 35a0 sll a1,16 -0+5004c6 <[^>]*> f5df 9d85 lw a0,-571\(a1\) -0+5004ca <[^>]*> f060 6d18 li a1,120 -0+5004ce <[^>]*> f400 35a0 sll a1,16 -0+5004d2 <[^>]*> f1a0 9d8e lw a0,430\(a1\) -0+5004d6 <[^>]*> f060 6d18 li a1,120 -0+5004da <[^>]*> f400 35a0 sll a1,16 -0+5004de <[^>]*> f1df 9d95 lw a0,-1579\(a1\) -0+5004e2 <[^>]*> f060 6d18 li a1,120 -0+5004e6 <[^>]*> f400 35a0 sll a1,16 -0+5004ea <[^>]*> f1a0 9d8d lw a0,429\(a1\) -0+5004ee <[^>]*> 6500 nop +0*500000 <[^>]*>: + *500000: 6c00 li a0,0 + *500002: f400 3480 sll a0,16 + *500006: 4c00 addiu a0,0 + *500008: f060 6c05 li a0,101 + *50000c: f400 3480 sll a0,16 + *500010: f328 4c00 addiu a0,17184 + *500014: f060 6c05 li a0,101 + *500018: f400 3480 sll a0,16 + *50001c: f328 4c04 addiu a0,17188 + *500020: f060 6c05 li a0,101 + *500024: f400 3480 sll a0,16 + *500028: f328 4c10 addiu a0,17200 + *50002c: f060 6c05 li a0,101 + *500030: f400 3480 sll a0,16 + *500034: f728 4c00 addiu a0,18208 + *500038: f060 6c16 li a0,118 + *50003c: f400 3480 sll a0,16 + *500040: f02b 4c00 addiu a0,22560 + *500044: f060 6c16 li a0,118 + *500048: f400 3480 sll a0,16 + *50004c: f40b 4c08 addiu a0,23560 + *500050: f060 6c16 li a0,118 + *500054: f400 3480 sll a0,16 + *500058: f42a 4c10 addiu a0,21552 + *50005c: f060 6c16 li a0,118 + *500060: f400 3480 sll a0,16 + *500064: f40b 4c09 addiu a0,23561 + *500068: 6c00 li a0,0 + *50006a: f400 3480 sll a0,16 + *50006e: 4c01 addiu a0,1 + *500070: f060 6c05 li a0,101 + *500074: f400 3480 sll a0,16 + *500078: f328 4c01 addiu a0,17185 + *50007c: f060 6c05 li a0,101 + *500080: f400 3480 sll a0,16 + *500084: f328 4c05 addiu a0,17189 + *500088: f060 6c05 li a0,101 + *50008c: f400 3480 sll a0,16 + *500090: f328 4c11 addiu a0,17201 + *500094: f060 6c05 li a0,101 + *500098: f400 3480 sll a0,16 + *50009c: f728 4c01 addiu a0,18209 + *5000a0: f060 6c16 li a0,118 + *5000a4: f400 3480 sll a0,16 + *5000a8: f02b 4c01 addiu a0,22561 + *5000ac: f060 6c16 li a0,118 + *5000b0: f400 3480 sll a0,16 + *5000b4: f40b 4c09 addiu a0,23561 + *5000b8: f060 6c16 li a0,118 + *5000bc: f400 3480 sll a0,16 + *5000c0: f42a 4c11 addiu a0,21553 + *5000c4: f060 6c16 li a0,118 + *5000c8: f400 3480 sll a0,16 + *5000cc: f40b 4c0a addiu a0,23562 + *5000d0: 6c01 li a0,1 + *5000d2: f400 3480 sll a0,16 + *5000d6: f010 4c00 addiu a0,-32768 + *5000da: f060 6c06 li a0,102 + *5000de: f400 3480 sll a0,16 + *5000e2: f338 4c00 addiu a0,-15584 + *5000e6: f060 6c06 li a0,102 + *5000ea: f400 3480 sll a0,16 + *5000ee: f338 4c04 addiu a0,-15580 + *5000f2: f060 6c06 li a0,102 + *5000f6: f400 3480 sll a0,16 + *5000fa: f338 4c10 addiu a0,-15568 + *5000fe: f060 6c06 li a0,102 + *500102: f400 3480 sll a0,16 + *500106: f738 4c00 addiu a0,-14560 + *50010a: f060 6c17 li a0,119 + *50010e: f400 3480 sll a0,16 + *500112: f03b 4c00 addiu a0,-10208 + *500116: f060 6c17 li a0,119 + *50011a: f400 3480 sll a0,16 + *50011e: f41b 4c08 addiu a0,-9208 + *500122: f060 6c17 li a0,119 + *500126: f400 3480 sll a0,16 + *50012a: f43a 4c10 addiu a0,-11216 + *50012e: f060 6c17 li a0,119 + *500132: f400 3480 sll a0,16 + *500136: f41b 4c09 addiu a0,-9207 + *50013a: 6c00 li a0,0 + *50013c: f400 3480 sll a0,16 + *500140: f010 4c00 addiu a0,-32768 + *500144: f060 6c05 li a0,101 + *500148: f400 3480 sll a0,16 + *50014c: f338 4c00 addiu a0,-15584 + *500150: f060 6c05 li a0,101 + *500154: f400 3480 sll a0,16 + *500158: f338 4c04 addiu a0,-15580 + *50015c: f060 6c05 li a0,101 + *500160: f400 3480 sll a0,16 + *500164: f338 4c10 addiu a0,-15568 + *500168: f060 6c05 li a0,101 + *50016c: f400 3480 sll a0,16 + *500170: f738 4c00 addiu a0,-14560 + *500174: f060 6c16 li a0,118 + *500178: f400 3480 sll a0,16 + *50017c: f03b 4c00 addiu a0,-10208 + *500180: f060 6c16 li a0,118 + *500184: f400 3480 sll a0,16 + *500188: f41b 4c08 addiu a0,-9208 + *50018c: f060 6c16 li a0,118 + *500190: f400 3480 sll a0,16 + *500194: f43a 4c10 addiu a0,-11216 + *500198: f060 6c16 li a0,118 + *50019c: f400 3480 sll a0,16 + *5001a0: f41b 4c09 addiu a0,-9207 + *5001a4: 6c01 li a0,1 + *5001a6: f400 3480 sll a0,16 + *5001aa: 4c00 addiu a0,0 + *5001ac: f060 6c06 li a0,102 + *5001b0: f400 3480 sll a0,16 + *5001b4: f328 4c00 addiu a0,17184 + *5001b8: f060 6c06 li a0,102 + *5001bc: f400 3480 sll a0,16 + *5001c0: f328 4c04 addiu a0,17188 + *5001c4: f060 6c06 li a0,102 + *5001c8: f400 3480 sll a0,16 + *5001cc: f328 4c10 addiu a0,17200 + *5001d0: f060 6c06 li a0,102 + *5001d4: f400 3480 sll a0,16 + *5001d8: f728 4c00 addiu a0,18208 + *5001dc: f060 6c17 li a0,119 + *5001e0: f400 3480 sll a0,16 + *5001e4: f02b 4c00 addiu a0,22560 + *5001e8: f060 6c17 li a0,119 + *5001ec: f400 3480 sll a0,16 + *5001f0: f40b 4c08 addiu a0,23560 + *5001f4: f060 6c17 li a0,119 + *5001f8: f400 3480 sll a0,16 + *5001fc: f42a 4c10 addiu a0,21552 + *500200: f060 6c17 li a0,119 + *500204: f400 3480 sll a0,16 + *500208: f40b 4c09 addiu a0,23561 + *50020c: 6c02 li a0,2 + *50020e: f400 3480 sll a0,16 + *500212: f5b4 4c05 addiu a0,-23131 + *500216: f060 6c07 li a0,103 + *50021a: f400 3480 sll a0,16 + *50021e: f0dd 4c05 addiu a0,-5947 + *500222: f060 6c07 li a0,103 + *500226: f400 3480 sll a0,16 + *50022a: f0dd 4c09 addiu a0,-5943 + *50022e: f060 6c07 li a0,103 + *500232: f400 3480 sll a0,16 + *500236: f0dd 4c15 addiu a0,-5931 + *50023a: f060 6c07 li a0,103 + *50023e: f400 3480 sll a0,16 + *500242: f4dd 4c05 addiu a0,-4923 + *500246: f060 6c18 li a0,120 + *50024a: f400 3480 sll a0,16 + *50024e: f5df 4c05 addiu a0,-571 + *500252: f060 6c18 li a0,120 + *500256: f400 3480 sll a0,16 + *50025a: f1a0 4c0d addiu a0,429 + *50025e: f060 6c18 li a0,120 + *500262: f400 3480 sll a0,16 + *500266: f1df 4c15 addiu a0,-1579 + *50026a: f060 6c18 li a0,120 + *50026e: f400 3480 sll a0,16 + *500272: f1a0 4c0e addiu a0,430 + *500276: 6d00 li a1,0 + *500278: f400 35a0 sll a1,16 + *50027c: 9d80 lw a0,0\(a1\) + *50027e: f060 6d05 li a1,101 + *500282: f400 35a0 sll a1,16 + *500286: f328 9d80 lw a0,17184\(a1\) + *50028a: f060 6d05 li a1,101 + *50028e: f400 35a0 sll a1,16 + *500292: f328 9d84 lw a0,17188\(a1\) + *500296: f060 6d05 li a1,101 + *50029a: f400 35a0 sll a1,16 + *50029e: f328 9d90 lw a0,17200\(a1\) + *5002a2: f060 6d05 li a1,101 + *5002a6: f400 35a0 sll a1,16 + *5002aa: f728 9d80 lw a0,18208\(a1\) + *5002ae: f060 6d16 li a1,118 + *5002b2: f400 35a0 sll a1,16 + *5002b6: f02b 9d80 lw a0,22560\(a1\) + *5002ba: f060 6d16 li a1,118 + *5002be: f400 35a0 sll a1,16 + *5002c2: f40b 9d88 lw a0,23560\(a1\) + *5002c6: f060 6d16 li a1,118 + *5002ca: f400 35a0 sll a1,16 + *5002ce: f42a 9d90 lw a0,21552\(a1\) + *5002d2: f060 6d16 li a1,118 + *5002d6: f400 35a0 sll a1,16 + *5002da: f40b 9d89 lw a0,23561\(a1\) + *5002de: 6d00 li a1,0 + *5002e0: f400 35a0 sll a1,16 + *5002e4: f000 9d81 lw a0,1\(a1\) + *5002e8: f060 6d05 li a1,101 + *5002ec: f400 35a0 sll a1,16 + *5002f0: f328 9d81 lw a0,17185\(a1\) + *5002f4: f060 6d05 li a1,101 + *5002f8: f400 35a0 sll a1,16 + *5002fc: f328 9d85 lw a0,17189\(a1\) + *500300: f060 6d05 li a1,101 + *500304: f400 35a0 sll a1,16 + *500308: f328 9d91 lw a0,17201\(a1\) + *50030c: f060 6d05 li a1,101 + *500310: f400 35a0 sll a1,16 + *500314: f728 9d81 lw a0,18209\(a1\) + *500318: f060 6d16 li a1,118 + *50031c: f400 35a0 sll a1,16 + *500320: f02b 9d81 lw a0,22561\(a1\) + *500324: f060 6d16 li a1,118 + *500328: f400 35a0 sll a1,16 + *50032c: f40b 9d89 lw a0,23561\(a1\) + *500330: f060 6d16 li a1,118 + *500334: f400 35a0 sll a1,16 + *500338: f42a 9d91 lw a0,21553\(a1\) + *50033c: f060 6d16 li a1,118 + *500340: f400 35a0 sll a1,16 + *500344: f40b 9d8a lw a0,23562\(a1\) + *500348: 6d01 li a1,1 + *50034a: f400 35a0 sll a1,16 + *50034e: f010 9d80 lw a0,-32768\(a1\) + *500352: f060 6d06 li a1,102 + *500356: f400 35a0 sll a1,16 + *50035a: f338 9d80 lw a0,-15584\(a1\) + *50035e: f060 6d06 li a1,102 + *500362: f400 35a0 sll a1,16 + *500366: f338 9d84 lw a0,-15580\(a1\) + *50036a: f060 6d06 li a1,102 + *50036e: f400 35a0 sll a1,16 + *500372: f338 9d90 lw a0,-15568\(a1\) + *500376: f060 6d06 li a1,102 + *50037a: f400 35a0 sll a1,16 + *50037e: f738 9d80 lw a0,-14560\(a1\) + *500382: f060 6d17 li a1,119 + *500386: f400 35a0 sll a1,16 + *50038a: f03b 9d80 lw a0,-10208\(a1\) + *50038e: f060 6d17 li a1,119 + *500392: f400 35a0 sll a1,16 + *500396: f41b 9d88 lw a0,-9208\(a1\) + *50039a: f060 6d17 li a1,119 + *50039e: f400 35a0 sll a1,16 + *5003a2: f43a 9d90 lw a0,-11216\(a1\) + *5003a6: f060 6d17 li a1,119 + *5003aa: f400 35a0 sll a1,16 + *5003ae: f41b 9d89 lw a0,-9207\(a1\) + *5003b2: 6d00 li a1,0 + *5003b4: f400 35a0 sll a1,16 + *5003b8: f010 9d80 lw a0,-32768\(a1\) + *5003bc: f060 6d05 li a1,101 + *5003c0: f400 35a0 sll a1,16 + *5003c4: f338 9d80 lw a0,-15584\(a1\) + *5003c8: f060 6d05 li a1,101 + *5003cc: f400 35a0 sll a1,16 + *5003d0: f338 9d84 lw a0,-15580\(a1\) + *5003d4: f060 6d05 li a1,101 + *5003d8: f400 35a0 sll a1,16 + *5003dc: f338 9d90 lw a0,-15568\(a1\) + *5003e0: f060 6d05 li a1,101 + *5003e4: f400 35a0 sll a1,16 + *5003e8: f738 9d80 lw a0,-14560\(a1\) + *5003ec: f060 6d16 li a1,118 + *5003f0: f400 35a0 sll a1,16 + *5003f4: f03b 9d80 lw a0,-10208\(a1\) + *5003f8: f060 6d16 li a1,118 + *5003fc: f400 35a0 sll a1,16 + *500400: f41b 9d88 lw a0,-9208\(a1\) + *500404: f060 6d16 li a1,118 + *500408: f400 35a0 sll a1,16 + *50040c: f43a 9d90 lw a0,-11216\(a1\) + *500410: f060 6d16 li a1,118 + *500414: f400 35a0 sll a1,16 + *500418: f41b 9d89 lw a0,-9207\(a1\) + *50041c: 6d01 li a1,1 + *50041e: f400 35a0 sll a1,16 + *500422: 9d80 lw a0,0\(a1\) + *500424: f060 6d06 li a1,102 + *500428: f400 35a0 sll a1,16 + *50042c: f328 9d80 lw a0,17184\(a1\) + *500430: f060 6d06 li a1,102 + *500434: f400 35a0 sll a1,16 + *500438: f328 9d84 lw a0,17188\(a1\) + *50043c: f060 6d06 li a1,102 + *500440: f400 35a0 sll a1,16 + *500444: f328 9d90 lw a0,17200\(a1\) + *500448: f060 6d06 li a1,102 + *50044c: f400 35a0 sll a1,16 + *500450: f728 9d80 lw a0,18208\(a1\) + *500454: f060 6d17 li a1,119 + *500458: f400 35a0 sll a1,16 + *50045c: f02b 9d80 lw a0,22560\(a1\) + *500460: f060 6d17 li a1,119 + *500464: f400 35a0 sll a1,16 + *500468: f40b 9d88 lw a0,23560\(a1\) + *50046c: f060 6d17 li a1,119 + *500470: f400 35a0 sll a1,16 + *500474: f42a 9d90 lw a0,21552\(a1\) + *500478: f060 6d17 li a1,119 + *50047c: f400 35a0 sll a1,16 + *500480: f40b 9d89 lw a0,23561\(a1\) + *500484: 6d02 li a1,2 + *500486: f400 35a0 sll a1,16 + *50048a: f5b4 9d85 lw a0,-23131\(a1\) + *50048e: f060 6d07 li a1,103 + *500492: f400 35a0 sll a1,16 + *500496: f0dd 9d85 lw a0,-5947\(a1\) + *50049a: f060 6d07 li a1,103 + *50049e: f400 35a0 sll a1,16 + *5004a2: f0dd 9d89 lw a0,-5943\(a1\) + *5004a6: f060 6d07 li a1,103 + *5004aa: f400 35a0 sll a1,16 + *5004ae: f0dd 9d95 lw a0,-5931\(a1\) + *5004b2: f060 6d07 li a1,103 + *5004b6: f400 35a0 sll a1,16 + *5004ba: f4dd 9d85 lw a0,-4923\(a1\) + *5004be: f060 6d18 li a1,120 + *5004c2: f400 35a0 sll a1,16 + *5004c6: f5df 9d85 lw a0,-571\(a1\) + *5004ca: f060 6d18 li a1,120 + *5004ce: f400 35a0 sll a1,16 + *5004d2: f1a0 9d8d lw a0,429\(a1\) + *5004d6: f060 6d18 li a1,120 + *5004da: f400 35a0 sll a1,16 + *5004de: f1df 9d95 lw a0,-1579\(a1\) + *5004e2: f060 6d18 li a1,120 + *5004e6: f400 35a0 sll a1,16 + *5004ea: f1a0 9d8e lw a0,430\(a1\) + *5004ee: 6500 nop #pass diff --git a/ld/testsuite/ld-mips-elf/mips16-hilo.s b/ld/testsuite/ld-mips-elf/mips16-hilo.s index 79ac2fb..8b13789 100644 --- a/ld/testsuite/ld-mips-elf/mips16-hilo.s +++ b/ld/testsuite/ld-mips-elf/mips16-hilo.s @@ -1,14 +1 @@ - .data - .globl big_external_data_label -big_external_data_label: - .fill 1000 -# align section end to 16-byte boundary for easier testing on multiple targets - .p2align 4 - - .globl small_external_data_label -small_external_data_label: - .fill 1 - -# align section end to 16-byte boundary for easier testing on multiple targets - .p2align 4 diff --git a/ld/testsuite/ld-mips-elf/mips16e2-hilo-srec.d b/ld/testsuite/ld-mips-elf/mips16e2-hilo-srec.d new file mode 100644 index 0000000..12a2d28 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips16e2-hilo-srec.d @@ -0,0 +1,8 @@ +#name: MIPS16e2 R_MIPS16_HI16 and R_MIPS16_LO16 relocs srec +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#as: -mips16 -mmips16e2 -march=mips64r2 +#objdump: -mmips:16 -j .sec1 -D +#ld: --oformat=srec -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* +#dump: mips16e2-hilo.d diff --git a/ld/testsuite/ld-mips-elf/mips16e2-hilo.d b/ld/testsuite/ld-mips-elf/mips16e2-hilo.d new file mode 100644 index 0000000..5aa1624 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/mips16e2-hilo.d @@ -0,0 +1,230 @@ +#name: MIPS16e2 R_MIPS16_HI16 and R_MIPS16_LO16 relocs +#source: ../../../gas/testsuite/gas/mips/mips-hilo.s +#source: mips-hilo.s +#as: -mips16 -mmips16e2 -march=mips64r2 +#objdump: -d +#ld: -Tmips-hilo.ld -e 0x500000 -N +#notarget: mips*el-ps2-elf* + +.*: file format (:?elf.*mips.*|srec) + +Disassembly of section \.(:?text|sec1): + +0*500000 <[^>]*>: + *500000: f000 6c20 lui a0,0x0 + *500004: 4c00 addiu a0,0 + *500006: f060 6c25 lui a0,0x65 + *50000a: f328 4c00 addiu a0,17184 + *50000e: f060 6c25 lui a0,0x65 + *500012: f328 4c04 addiu a0,17188 + *500016: f060 6c25 lui a0,0x65 + *50001a: f328 4c10 addiu a0,17200 + *50001e: f060 6c25 lui a0,0x65 + *500022: f728 4c00 addiu a0,18208 + *500026: f060 6c36 lui a0,0x76 + *50002a: f02b 4c00 addiu a0,22560 + *50002e: f060 6c36 lui a0,0x76 + *500032: f40b 4c08 addiu a0,23560 + *500036: f060 6c36 lui a0,0x76 + *50003a: f42a 4c10 addiu a0,21552 + *50003e: f060 6c36 lui a0,0x76 + *500042: f40b 4c09 addiu a0,23561 + *500046: f000 6c20 lui a0,0x0 + *50004a: 4c01 addiu a0,1 + *50004c: f060 6c25 lui a0,0x65 + *500050: f328 4c01 addiu a0,17185 + *500054: f060 6c25 lui a0,0x65 + *500058: f328 4c05 addiu a0,17189 + *50005c: f060 6c25 lui a0,0x65 + *500060: f328 4c11 addiu a0,17201 + *500064: f060 6c25 lui a0,0x65 + *500068: f728 4c01 addiu a0,18209 + *50006c: f060 6c36 lui a0,0x76 + *500070: f02b 4c01 addiu a0,22561 + *500074: f060 6c36 lui a0,0x76 + *500078: f40b 4c09 addiu a0,23561 + *50007c: f060 6c36 lui a0,0x76 + *500080: f42a 4c11 addiu a0,21553 + *500084: f060 6c36 lui a0,0x76 + *500088: f40b 4c0a addiu a0,23562 + *50008c: f000 6c21 lui a0,0x1 + *500090: f010 4c00 addiu a0,-32768 + *500094: f060 6c26 lui a0,0x66 + *500098: f338 4c00 addiu a0,-15584 + *50009c: f060 6c26 lui a0,0x66 + *5000a0: f338 4c04 addiu a0,-15580 + *5000a4: f060 6c26 lui a0,0x66 + *5000a8: f338 4c10 addiu a0,-15568 + *5000ac: f060 6c26 lui a0,0x66 + *5000b0: f738 4c00 addiu a0,-14560 + *5000b4: f060 6c37 lui a0,0x77 + *5000b8: f03b 4c00 addiu a0,-10208 + *5000bc: f060 6c37 lui a0,0x77 + *5000c0: f41b 4c08 addiu a0,-9208 + *5000c4: f060 6c37 lui a0,0x77 + *5000c8: f43a 4c10 addiu a0,-11216 + *5000cc: f060 6c37 lui a0,0x77 + *5000d0: f41b 4c09 addiu a0,-9207 + *5000d4: f000 6c20 lui a0,0x0 + *5000d8: f010 4c00 addiu a0,-32768 + *5000dc: f060 6c25 lui a0,0x65 + *5000e0: f338 4c00 addiu a0,-15584 + *5000e4: f060 6c25 lui a0,0x65 + *5000e8: f338 4c04 addiu a0,-15580 + *5000ec: f060 6c25 lui a0,0x65 + *5000f0: f338 4c10 addiu a0,-15568 + *5000f4: f060 6c25 lui a0,0x65 + *5000f8: f738 4c00 addiu a0,-14560 + *5000fc: f060 6c36 lui a0,0x76 + *500100: f03b 4c00 addiu a0,-10208 + *500104: f060 6c36 lui a0,0x76 + *500108: f41b 4c08 addiu a0,-9208 + *50010c: f060 6c36 lui a0,0x76 + *500110: f43a 4c10 addiu a0,-11216 + *500114: f060 6c36 lui a0,0x76 + *500118: f41b 4c09 addiu a0,-9207 + *50011c: f000 6c21 lui a0,0x1 + *500120: 4c00 addiu a0,0 + *500122: f060 6c26 lui a0,0x66 + *500126: f328 4c00 addiu a0,17184 + *50012a: f060 6c26 lui a0,0x66 + *50012e: f328 4c04 addiu a0,17188 + *500132: f060 6c26 lui a0,0x66 + *500136: f328 4c10 addiu a0,17200 + *50013a: f060 6c26 lui a0,0x66 + *50013e: f728 4c00 addiu a0,18208 + *500142: f060 6c37 lui a0,0x77 + *500146: f02b 4c00 addiu a0,22560 + *50014a: f060 6c37 lui a0,0x77 + *50014e: f40b 4c08 addiu a0,23560 + *500152: f060 6c37 lui a0,0x77 + *500156: f42a 4c10 addiu a0,21552 + *50015a: f060 6c37 lui a0,0x77 + *50015e: f40b 4c09 addiu a0,23561 + *500162: f000 6c22 lui a0,0x2 + *500166: f5b4 4c05 addiu a0,-23131 + *50016a: f060 6c27 lui a0,0x67 + *50016e: f0dd 4c05 addiu a0,-5947 + *500172: f060 6c27 lui a0,0x67 + *500176: f0dd 4c09 addiu a0,-5943 + *50017a: f060 6c27 lui a0,0x67 + *50017e: f0dd 4c15 addiu a0,-5931 + *500182: f060 6c27 lui a0,0x67 + *500186: f4dd 4c05 addiu a0,-4923 + *50018a: f060 6c38 lui a0,0x78 + *50018e: f5df 4c05 addiu a0,-571 + *500192: f060 6c38 lui a0,0x78 + *500196: f1a0 4c0d addiu a0,429 + *50019a: f060 6c38 lui a0,0x78 + *50019e: f1df 4c15 addiu a0,-1579 + *5001a2: f060 6c38 lui a0,0x78 + *5001a6: f1a0 4c0e addiu a0,430 + *5001aa: f000 6d20 lui a1,0x0 + *5001ae: 9d80 lw a0,0\(a1\) + *5001b0: f060 6d25 lui a1,0x65 + *5001b4: f328 9d80 lw a0,17184\(a1\) + *5001b8: f060 6d25 lui a1,0x65 + *5001bc: f328 9d84 lw a0,17188\(a1\) + *5001c0: f060 6d25 lui a1,0x65 + *5001c4: f328 9d90 lw a0,17200\(a1\) + *5001c8: f060 6d25 lui a1,0x65 + *5001cc: f728 9d80 lw a0,18208\(a1\) + *5001d0: f060 6d36 lui a1,0x76 + *5001d4: f02b 9d80 lw a0,22560\(a1\) + *5001d8: f060 6d36 lui a1,0x76 + *5001dc: f40b 9d88 lw a0,23560\(a1\) + *5001e0: f060 6d36 lui a1,0x76 + *5001e4: f42a 9d90 lw a0,21552\(a1\) + *5001e8: f060 6d36 lui a1,0x76 + *5001ec: f40b 9d89 lw a0,23561\(a1\) + *5001f0: f000 6d20 lui a1,0x0 + *5001f4: f000 9d81 lw a0,1\(a1\) + *5001f8: f060 6d25 lui a1,0x65 + *5001fc: f328 9d81 lw a0,17185\(a1\) + *500200: f060 6d25 lui a1,0x65 + *500204: f328 9d85 lw a0,17189\(a1\) + *500208: f060 6d25 lui a1,0x65 + *50020c: f328 9d91 lw a0,17201\(a1\) + *500210: f060 6d25 lui a1,0x65 + *500214: f728 9d81 lw a0,18209\(a1\) + *500218: f060 6d36 lui a1,0x76 + *50021c: f02b 9d81 lw a0,22561\(a1\) + *500220: f060 6d36 lui a1,0x76 + *500224: f40b 9d89 lw a0,23561\(a1\) + *500228: f060 6d36 lui a1,0x76 + *50022c: f42a 9d91 lw a0,21553\(a1\) + *500230: f060 6d36 lui a1,0x76 + *500234: f40b 9d8a lw a0,23562\(a1\) + *500238: f000 6d21 lui a1,0x1 + *50023c: f010 9d80 lw a0,-32768\(a1\) + *500240: f060 6d26 lui a1,0x66 + *500244: f338 9d80 lw a0,-15584\(a1\) + *500248: f060 6d26 lui a1,0x66 + *50024c: f338 9d84 lw a0,-15580\(a1\) + *500250: f060 6d26 lui a1,0x66 + *500254: f338 9d90 lw a0,-15568\(a1\) + *500258: f060 6d26 lui a1,0x66 + *50025c: f738 9d80 lw a0,-14560\(a1\) + *500260: f060 6d37 lui a1,0x77 + *500264: f03b 9d80 lw a0,-10208\(a1\) + *500268: f060 6d37 lui a1,0x77 + *50026c: f41b 9d88 lw a0,-9208\(a1\) + *500270: f060 6d37 lui a1,0x77 + *500274: f43a 9d90 lw a0,-11216\(a1\) + *500278: f060 6d37 lui a1,0x77 + *50027c: f41b 9d89 lw a0,-9207\(a1\) + *500280: f000 6d20 lui a1,0x0 + *500284: f010 9d80 lw a0,-32768\(a1\) + *500288: f060 6d25 lui a1,0x65 + *50028c: f338 9d80 lw a0,-15584\(a1\) + *500290: f060 6d25 lui a1,0x65 + *500294: f338 9d84 lw a0,-15580\(a1\) + *500298: f060 6d25 lui a1,0x65 + *50029c: f338 9d90 lw a0,-15568\(a1\) + *5002a0: f060 6d25 lui a1,0x65 + *5002a4: f738 9d80 lw a0,-14560\(a1\) + *5002a8: f060 6d36 lui a1,0x76 + *5002ac: f03b 9d80 lw a0,-10208\(a1\) + *5002b0: f060 6d36 lui a1,0x76 + *5002b4: f41b 9d88 lw a0,-9208\(a1\) + *5002b8: f060 6d36 lui a1,0x76 + *5002bc: f43a 9d90 lw a0,-11216\(a1\) + *5002c0: f060 6d36 lui a1,0x76 + *5002c4: f41b 9d89 lw a0,-9207\(a1\) + *5002c8: f000 6d21 lui a1,0x1 + *5002cc: 9d80 lw a0,0\(a1\) + *5002ce: f060 6d26 lui a1,0x66 + *5002d2: f328 9d80 lw a0,17184\(a1\) + *5002d6: f060 6d26 lui a1,0x66 + *5002da: f328 9d84 lw a0,17188\(a1\) + *5002de: f060 6d26 lui a1,0x66 + *5002e2: f328 9d90 lw a0,17200\(a1\) + *5002e6: f060 6d26 lui a1,0x66 + *5002ea: f728 9d80 lw a0,18208\(a1\) + *5002ee: f060 6d37 lui a1,0x77 + *5002f2: f02b 9d80 lw a0,22560\(a1\) + *5002f6: f060 6d37 lui a1,0x77 + *5002fa: f40b 9d88 lw a0,23560\(a1\) + *5002fe: f060 6d37 lui a1,0x77 + *500302: f42a 9d90 lw a0,21552\(a1\) + *500306: f060 6d37 lui a1,0x77 + *50030a: f40b 9d89 lw a0,23561\(a1\) + *50030e: f000 6d22 lui a1,0x2 + *500312: f5b4 9d85 lw a0,-23131\(a1\) + *500316: f060 6d27 lui a1,0x67 + *50031a: f0dd 9d85 lw a0,-5947\(a1\) + *50031e: f060 6d27 lui a1,0x67 + *500322: f0dd 9d89 lw a0,-5943\(a1\) + *500326: f060 6d27 lui a1,0x67 + *50032a: f0dd 9d95 lw a0,-5931\(a1\) + *50032e: f060 6d27 lui a1,0x67 + *500332: f4dd 9d85 lw a0,-4923\(a1\) + *500336: f060 6d38 lui a1,0x78 + *50033a: f5df 9d85 lw a0,-571\(a1\) + *50033e: f060 6d38 lui a1,0x78 + *500342: f1a0 9d8d lw a0,429\(a1\) + *500346: f060 6d38 lui a1,0x78 + *50034a: f1df 9d95 lw a0,-1579\(a1\) + *50034e: f060 6d38 lui a1,0x78 + *500352: f1a0 9d8e lw a0,430\(a1\) + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/pcrel-hilo-srec.d b/ld/testsuite/ld-mips-elf/pcrel-hilo-srec.d new file mode 100644 index 0000000..e9b0956 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pcrel-hilo-srec.d @@ -0,0 +1,6 @@ +#name: MIPSr6 PCHI16/PCLO16 relocations srec +#as: -mno-pdr +#ld: -e 0 --defsym=baz=0xfedcba98 -T pcrel-hilo.ld --oformat=srec +#objdump: -m mips:isa64r6 -D -j .sec1 +#source: ../../../gas/testsuite/gas/mips/pcrel-hilo.s +#dump: pcrel-hilo.d diff --git a/ld/testsuite/ld-mips-elf/pcrel-hilo.d b/ld/testsuite/ld-mips-elf/pcrel-hilo.d new file mode 100644 index 0000000..ae5d052 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pcrel-hilo.d @@ -0,0 +1,42 @@ +#name: MIPSr6 PCHI16/PCLO16 relocations +#as: -mno-pdr +#ld: -e 0 --defsym=baz=0xfedcba98 -T pcrel-hilo.ld +#objdump: -m mips:isa64r6 -d +#source: ../../../gas/testsuite/gas/mips/pcrel-hilo.s + +.*: +file format (?:.*mips.*|srec) + +Disassembly of section \.(?:text|sec1): + +0*10000000 <[^>]*>: + *10000000: ec9e2456 auipc a0,0x2456 + *10000004: 3c05fedd lui a1,0xfedd + *10000008: ecde2456 auipc a2,0x2456 + *1000000c: ecfe2457 auipc a3,0x2457 + *10000010: 24847fec addiu a0,a0,32748 + *10000014: 24a5ba98 addiu a1,a1,-17768 + *10000018: 24c67ff0 addiu a2,a2,32752 + *1000001c: 24e7ffe4 addiu a3,a3,-28 + *10000020: ec9e2456 auipc a0,0x2456 + *10000024: 3c05fedd lui a1,0xfedd + *10000028: ecde2456 auipc a2,0x2456 + *1000002c: ecfe2457 auipc a3,0x2457 + \.\.\. + *10030030: 24847fec addiu a0,a0,32748 + *10030034: 24a5ba98 addiu a1,a1,-17768 + *10030038: 24c67ff0 addiu a2,a2,32752 + *1003003c: 24e7ffe4 addiu a3,a3,-28 + *10030040: 24107fec li s0,32748 + *10030044: 2411ba98 li s1,-17768 + *10030048: 24127ff0 li s2,32752 + *1003004c: 2413ffe4 li s3,-28 + *10030050: ec9e2456 auipc a0,0x2456 + *10030054: 3c05fedd lui a1,0xfedd + *10030058: ecde2456 auipc a2,0x2456 + *1003005c: ecfe2457 auipc a3,0x2457 + *10030060: 00902021 addu a0,a0,s0 + *10030064: 00b12821 addu a1,a1,s1 + *10030068: 00d23021 addu a2,a2,s2 + *1003006c: 00f33821 addu a3,a3,s3 + *10030070: d81f0000 jrc ra + \.\.\. diff --git a/ld/testsuite/ld-mips-elf/pcrel-hilo.ld b/ld/testsuite/ld-mips-elf/pcrel-hilo.ld new file mode 100644 index 0000000..77d361d --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pcrel-hilo.ld @@ -0,0 +1,14 @@ +MEMORY +{ + text (rx) : ORIGIN = 0x10000000, LENGTH = 0x40000 + data (w) : ORIGIN = 0x34560000, LENGTH = 0x40000 +} +SECTIONS +{ + .text : { *(.text) } >text + .data : { *(.data) } >data + .symtab : { *(.symtab) } + .strtab : { *(.strtab) } + .shstrtab : { *(.shstrtab) } + /DISCARD/ : { *(*) } +} diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.s b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.s deleted file mode 100644 index e69de29..0000000 --- a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.s +++ /dev/null diff --git a/ld/testsuite/ld-mips-elf/pr19977-micromips.d b/ld/testsuite/ld-mips-elf/pr19977-micromips.d new file mode 100644 index 0000000..021b29c --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-micromips.d @@ -0,0 +1,25 @@ +#name: pr19977 microMIPS +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#as: -mmicromips -march=mips64r2 +#objdump: -d +#ld: -Tpr19977.ld -e 0 -N +#notarget: mips*el-ps2-elf* + +.*: file format elf.*mips.* + +Disassembly of section \.text: + +10000000 <[^>]*>: +10000000: 3060 1122 li v1,4386 +10000004: 0063 8000 sll v1,v1,0x10 +10000008: 3063 2988 addiu v1,v1,10632 +1000000c: 3060 1122 li v1,4386 +10000010: 0063 8000 sll v1,v1,0x10 +10000014: 3063 1988 addiu v1,v1,6536 +10000018: 3060 1122 li v1,4386 +1000001c: 0063 8000 sll v1,v1,0x10 +10000020: 3063 a988 addiu v1,v1,-22136 +10000024: 3060 1122 li v1,4386 +10000028: 0063 8000 sll v1,v1,0x10 +1000002c: 3063 9988 addiu v1,v1,-26232 +#pass diff --git a/ld/testsuite/ld-mips-elf/pr19977-mips16.d b/ld/testsuite/ld-mips-elf/pr19977-mips16.d new file mode 100644 index 0000000..c927357 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-mips16.d @@ -0,0 +1,24 @@ +#name: pr19977 MIPS16 +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#as: -mips16 -march=mips3 +#objdump: -d +#ld: -Tpr19977.ld -e 0 -N + +.*: file format elf.*mips.* + +Disassembly of section \.text: + +10000000 <[^>]*>: +10000000: f122 6b02 li v1,4386 +10000004: f400 3360 sll v1,16 +10000008: f185 4b08 addiu v1,10632 +1000000c: f122 6b02 li v1,4386 +10000010: f400 3360 sll v1,16 +10000014: f183 4b08 addiu v1,6536 +10000018: f122 6b02 li v1,4386 +1000001c: f400 3360 sll v1,16 +10000020: f195 4b08 addiu v1,-22136 +10000024: f122 6b02 li v1,4386 +10000028: f400 3360 sll v1,16 +1000002c: f193 4b08 addiu v1,-26232 +#pass diff --git a/ld/testsuite/ld-mips-elf/pr19977-r-micromips.d b/ld/testsuite/ld-mips-elf/pr19977-r-micromips.d new file mode 100644 index 0000000..db99b97 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-r-micromips.d @@ -0,0 +1,8 @@ +#name: pr19977 microMIPS -r +#source: pr19977-r.s +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#as: -mmicromips -march=mips64r2 +#objdump: -dr +#ld: -r +#notarget: mips*el-ps2-elf* +#dump: pr19977-r.d diff --git a/ld/testsuite/ld-mips-elf/pr19977-r-mips16.d b/ld/testsuite/ld-mips-elf/pr19977-r-mips16.d new file mode 100644 index 0000000..dafa793 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-r-mips16.d @@ -0,0 +1,7 @@ +#name: pr19977 MIPS16 -r +#source: pr19977-r.s +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#as: -mips16 -march=mips3 +#objdump: -dr +#ld: -r +#dump: pr19977-r.d diff --git a/ld/testsuite/ld-mips-elf/pr19977-r.d b/ld/testsuite/ld-mips-elf/pr19977-r.d new file mode 100644 index 0000000..166194b --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-r.d @@ -0,0 +1,32 @@ +#name: pr19977 MIPS -r +#source: pr19977-r.s +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#objdump: -dr +#ld: -r + +.* + +Disassembly of section \.text: + +0+ <foo>: + 0: .* li v1,4387 + 0: R_(|MICRO)MIPS(|16)_TLS_TPREL_HI16 \$loc0 + 4: .* sll .* + 8: .* addiu v1(|,v1),-26232 + 8: R_(|MICRO)MIPS(|16)_TLS_TPREL_LO16 \$loc0 + c: .* li v1,4387 + c: R_(|MICRO)MIPS(|16)_TLS_DTPREL_HI16 \$loc0 + 10: .* sll .* + 14: .* addiu v1(|,v1),-26232 + 14: R_(|MICRO)MIPS(|16)_TLS_DTPREL_LO16 \$loc0 + 18: .* li v1,4387 + 18: R_(|MICRO)MIPS(|16)_TLS_TPREL_HI16 \.tdata + 1c: .* sll .* + 20: .* addiu v1(|,v1),-30328 + 20: R_(|MICRO)MIPS(|16)_TLS_TPREL_LO16 \.tdata + 24: .* li v1,4387 + 24: R_(|MICRO)MIPS(|16)_TLS_DTPREL_HI16 \.tdata + 28: .* sll .* + 2c: .* addiu v1(|,v1),-30328 + 2c: R_(|MICRO)MIPS(|16)_TLS_DTPREL_LO16 \.tdata +#pass diff --git a/ld/testsuite/ld-mips-elf/pr19977-r.s b/ld/testsuite/ld-mips-elf/pr19977-r.s new file mode 100644 index 0000000..4a46b30 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977-r.s @@ -0,0 +1,2 @@ + .section .tdata,"awT",%progbits + .space 28672 diff --git a/ld/testsuite/ld-mips-elf/pr19977.d b/ld/testsuite/ld-mips-elf/pr19977.d new file mode 100644 index 0000000..145f697 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977.d @@ -0,0 +1,23 @@ +#name: pr19977 MIPS +#source: ../../../gas/testsuite/gas/mips/pr19977.s +#objdump: -d +#ld: -Tpr19977.ld -e 0 -N + +.*: file format elf.*mips.* + +Disassembly of section \.text: + +10000000 <[^>]*>: +10000000: 24031122 li v1,4386 +10000004: 00031c00 sll v1,v1,0x10 +10000008: 24632988 addiu v1,v1,10632 +1000000c: 24031122 li v1,4386 +10000010: 00031c00 sll v1,v1,0x10 +10000014: 24631988 addiu v1,v1,6536 +10000018: 24031122 li v1,4386 +1000001c: 00031c00 sll v1,v1,0x10 +10000020: 2463a988 addiu v1,v1,-22136 +10000024: 24031122 li v1,4386 +10000028: 00031c00 sll v1,v1,0x10 +1000002c: 24639988 addiu v1,v1,-26232 +#pass diff --git a/ld/testsuite/ld-mips-elf/pr19977.ld b/ld/testsuite/ld-mips-elf/pr19977.ld new file mode 100644 index 0000000..0b2f7c1 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pr19977.ld @@ -0,0 +1,14 @@ +MEMORY +{ + text (rx) : ORIGIN = 0x10000000, LENGTH = 0x40000 + data (w) : ORIGIN = 0x34560000, LENGTH = 0x40000 +} +SECTIONS +{ + .text : { *(.text) } >text + .tdata : { *(.tdata) } >data + .symtab : { *(.symtab) } + .strtab : { *(.strtab) } + .shstrtab : { *(.shstrtab) } + /DISCARD/ : { *(*) } +} diff --git a/ld/testsuite/ld-pie/pie.exp b/ld/testsuite/ld-pie/pie.exp index 8989009..fc4884e 100644 --- a/ld/testsuite/ld-pie/pie.exp +++ b/ld/testsuite/ld-pie/pie.exp @@ -19,9 +19,7 @@ # MA 02110-1301, USA. # -if { ![istarget *-*-linux*] - && ![istarget *-*-nacl*] - && ![istarget *-*-gnu*] } { +if { ![istarget *-*-linux*] && ![istarget *-*-gnu*] } { return } diff --git a/ld/testsuite/ld-plugin/lto-binutils.exp b/ld/testsuite/ld-plugin/lto-binutils.exp new file mode 100644 index 0000000..88d3517 --- /dev/null +++ b/ld/testsuite/ld-plugin/lto-binutils.exp @@ -0,0 +1,357 @@ +# Expect script for binutils tests with LTO +# Copyright (C) 2025 Free Software Foundation, Inc. +# +# This file is part of the GNU Binutils. +# +# 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 3 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., 51 Franklin Street - Fifth Floor, Boston, +# MA 02110-1301, USA. +# + +# Make sure that binutils can correctly handle LTO IR in ELF. + +if { !([istarget *-*-linux*] + || [istarget arm*-*-uclinuxfdpiceabi] + || [istarget *-*-gnu*]) || [istarget *ecoff] } then { + return +} + +# Check to see if the C and C++ compilers work +if { ![check_compiler_available] || [which $CXX_FOR_TARGET] == 0 } { + return +} + +# These tests require plugin and LTO. +if { ![check_plugin_api_available] + || ![check_lto_available] } { + return +} + +set lto_fat "" +set lto_no_fat "" +if { [check_lto_fat_available] } { + set lto_fat "-ffat-lto-objects" + set lto_no_fat "-fno-fat-lto-objects" + set no_lto "-fno-lto" +} + +# List contains test-items: +# 0:program name +# 1:program options +# 2:input file +# 3:output file +# 4:action list (optional) +# +proc run_lto_binutils_test { lto_tests } { + global srcdir + global subdir + global nm + global objcopy + global objdump + global READELF + global strip + global plug_opt + + foreach testitem $lto_tests { + set prog_name [lindex $testitem 0] + set prog_options [lindex $testitem 1] + set input tmpdir/[lindex $testitem 2] + set output tmpdir/[lindex $testitem 3] + set actions [lindex $testitem 4] + set objfiles {} + set is_unresolved 0 + set failed 0 + +# eval set prog \$$prog_name + switch -- $prog_name { + objcopy + { + set prog $objcopy + set prog_output "$output" + } + strip + { + set prog $strip + set prog_output "-o $output" + } + default + { + perror "Unrecognized action $action" + set is_unresolved 1 + break + } + } + + # Don't leave previous output around + if { $output ne "tmpdir/" } { + remote_file host delete $output + } + + append prog_options " $plug_opt" + + set cmd_options "$prog_options $prog_output $input" + set test_name "$prog_name $cmd_options" + + set cmd "$prog $cmd_options" + send_log "$cmd\n" + set got [remote_exec host "$cmd"] + if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then { + send_log "$got\n" + fail "$test_name" + continue + } + + if { $failed == 0 } { + foreach actionlist $actions { + set action [lindex $actionlist 0] + set progopts [lindex $actionlist 1] + + # There are actions where we run regexp_diff on the + # output, and there are other actions (presumably). + # Handling of the former look the same. + set dump_prog "" + switch -- $action { + objdump + { set dump_prog $objdump } + nm + { set dump_prog $nm } + readelf + { set dump_prog $READELF } + default + { + perror "Unrecognized action $action" + set is_unresolved 1 + break + } + } + + if { $dump_prog != "" } { + set dumpfile [lindex $actionlist 2] + set binary $dump_prog + + # Ensure consistent sorting of symbols + if {[info exists env(LC_ALL)]} { + set old_lc_all $env(LC_ALL) + } + set env(LC_ALL) "C" + set cmd "$binary $progopts $output > tmpdir/dump.out" + send_log "$cmd\n" + catch "exec $cmd" comp_output + if {[info exists old_lc_all]} { + set env(LC_ALL) $old_lc_all + } else { + unset env(LC_ALL) + } + set comp_output [prune_warnings $comp_output] + + if ![string match "" $comp_output] then { + send_log "$comp_output\n" + set failed 1 + break + } + + if { [regexp_diff "tmpdir/dump.out" "$srcdir/$subdir/$dumpfile"] } then { + verbose -log "output is [file_contents "tmpdir/dump.out"]" 2 + set failed 1 + break + } + } + } + } + + if { $failed } { + fail $test_name + } elseif { $is_unresolved } { + unresolved $test_name + } else { + pass $test_name + } + } +} + +run_cc_link_tests [list \ + [list \ + "Build strip-1a.o" \ + "" \ + "-O2 -flto $lto_no_fat" \ + { strip-1a.c } \ + ] \ + [list \ + "Build libstrip-1a.a" \ + "$plug_opt" \ + "-O2 -flto $lto_no_fat" \ + { strip-1a.c } \ + {} \ + "libstrip-1a.a" \ + ] \ + [list \ + "Build strip-1a-fat.o" \ + "" \ + "-O2 -flto $lto_fat" \ + { strip-1a-fat.c } \ + ] \ + [list \ + "Build libstrip-1a-fat.a" \ + "$plug_opt" \ + "-O2 -flto $lto_fat" \ + { strip-1a-fat.c } \ + {} \ + "libstrip-1a-fat.a" \ + ] \ +] + +run_lto_binutils_test [list \ + [list \ + "strip" \ + "--strip-unneeded" \ + "libstrip-1a.a" \ + "libstrip-1a-s.a" \ + ] \ + [list \ + "strip" \ + "--strip-unneeded" \ + "strip-1a.o" \ + "strip-1a-s.o" \ + ] \ + [list \ + "strip" \ + "--strip-unneeded -R .gnu.*lto_* -N __gnu_lto_v1" \ + "libstrip-1a-fat.a" \ + "libstrip-1a-fat-s.a" \ + {{readelf -SW strip-1a-fat.rd}} \ + ] \ + [list \ + "strip" \ + "--strip-unneeded -R .gnu.*lto_* -N __gnu_lto_v1" \ + "strip-1a-fat.o" \ + "strip-1a-fat-s.o" \ + {{readelf -SW strip-1a-fat.rd}} \ + ] \ + [list \ + "strip" \ + "--strip-unneeded -R .gnu.debuglto_*" \ + "libstrip-1a-fat.a" \ + "libstrip-1b-fat-s.a" \ + {{readelf -SW strip-1b-fat.rd}} \ + ] \ + [list \ + "strip" \ + "--strip-unneeded -R .gnu.debuglto_*" \ + "strip-1a-fat.o" \ + "strip-1b-fat-s.o" \ + {{readelf -SW strip-1b-fat.rd}} \ + ] \ +] + +if { [check_lto_fat_available] } { + run_lto_binutils_test [list \ + [list \ + "strip" \ + "-R .gnu.*lto_* -N __gnu_lto_v1" \ + "strip-1a.o" \ + "strip-1a-s-all.o" \ + {{nm -n strip-1a-s-all.nd}} \ + ] \ + [list \ + "strip" \ + "-R .gnu.*lto_* -N __gnu_lto_v1" \ + "libstrip-1a.a" \ + "libstrip-1a-s-all.a" \ + {{nm -n strip-1a-s-all.nd}} \ + ] \ + ] +} + +run_cc_link_tests [list \ + [list \ + "Build strip-1a (strip-1a.o)" \ + "" \ + "-O2 -flto $lto_no_fat" \ + { strip-1b.c } \ + {} \ + "libstrip-1a" \ + "C" \ + "tmpdir/strip-1a.o" \ + ] \ + [list \ + "Build strip-1b (strip-1a-s.o)" \ + "" \ + "-O2 -flto $lto_no_fat" \ + { strip-1b.c } \ + {} \ + "libstrip-1b" \ + "C" \ + "tmpdir/strip-1a-s.o" \ + ] \ + [list \ + "Build strip-1c (libstrip-1a.a)" \ + "" \ + "-O2 -flto $lto_no_fat" \ + { strip-1b.c } \ + {} \ + "libstrip-1c" \ + "C" \ + "tmpdir/libstrip-1a.a" \ + ] \ + [list \ + "Build strip-1d (libstrip-1a-s.a)" \ + "" \ + "-O2 -flto $lto_no_fat" \ + { strip-1b.c } \ + {} \ + "libstrip-1d" \ + "C" \ + "tmpdir/libstrip-1a-s.a" \ + ] \ + [list \ + "Build strip-1e (strip-1a-fat-s.o)" \ + "" \ + "-O2 -flto $lto_fat" \ + { strip-1b-fat.c } \ + {} \ + "libstrip-1e" \ + "C" \ + "tmpdir/strip-1a-fat-s.o" \ + ] \ + [list \ + "Build strip-1f (libstrip-1a-fat-s.a)" \ + "" \ + "-O2 -flto $lto_fat" \ + { strip-1b-fat.c } \ + {} \ + "libstrip-1f" \ + "C" \ + "tmpdir/libstrip-1a-fat-s.a" \ + ] \ + [list \ + "Build strip-1g (strip-1b-fat-s.o)" \ + "" \ + "-O2 -flto $lto_fat" \ + { strip-1b-fat.c } \ + {} \ + "libstrip-1g" \ + "C" \ + "tmpdir/strip-1b-fat-s.o" \ + ] \ + [list \ + "Build strip-1h (libstrip-1b-fat-s.a)" \ + "" \ + "-O2 -flto $lto_fat" \ + { strip-1b-fat.c } \ + {} \ + "libstrip-1h" \ + "C" \ + "tmpdir/libstrip-1b-fat-s.a" \ + ] \ +] diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp index 3a56fb5..9ac3cf6 100644 --- a/ld/testsuite/ld-plugin/lto.exp +++ b/ld/testsuite/ld-plugin/lto.exp @@ -51,6 +51,11 @@ if { [check_lto_fat_available] } { set no_lto "-fno-lto" } +set as_gsframe "" +if { [gas_sframe_check] } { + set as_gsframe "-Wa,--gsframe" +} + # Simple LTO tests and generate input files for complex LTO tests. set lto_link_tests [list \ [list "LTO 1" \ @@ -76,10 +81,10 @@ set lto_link_tests [list \ "" "-flto $lto_fat" \ {lto-4a.c} {} ""] \ [list "Compile 4b" \ - "" "-O2" \ + "" "-O2 $as_gsframe" \ {lto-4b.c} {} ""] \ [list "Compile 4c" \ - "" "-O2" \ + "" "-O2 $as_gsframe" \ {lto-4c.c} {} ""] \ [list "Compile 5a" \ "" "-flto $lto_fat" \ @@ -1004,7 +1009,7 @@ run_cc_link_tests [list \ set board_flags [get_board_flags] set exec_output [run_host_cmd "sh" \ - "-c \"ulimit -n 20; \ + "-c \"ulimit -n 25; \ $CC_FOR_TARGET $gcc_B_opt $CFLAGS_FOR_TARGET \ $board_flags $ld_L_opt -o tmpdir/pr28138 \ tmpdir/pr28138.o tmpdir/pr28138.a\""] @@ -1158,9 +1163,8 @@ remote_exec host "mv" "tmpdir/dump tmpdir/lto-5.o" run_dump_test "lto-10r" remote_exec host "mv" "tmpdir/dump tmpdir/lto-10.o" set testname "nm mixed object" -set lto_plugin [string trim [run_host_cmd "$CC_FOR_TARGET" "-print-prog-name=liblto_plugin.so"]] -if { [ regexp "liblto_plugin.so" $lto_plugin ] } { - set exec_output [run_host_cmd "$NM" "--plugin $lto_plugin tmpdir/lto-10.o"] +if { $plug_opt != "" } { + set exec_output [run_host_cmd "$NM" "$plug_opt tmpdir/lto-10.o"] if { [ regexp "(D|T) main" $exec_output ] } { pass $testname } else { diff --git a/ld/testsuite/ld-plugin/pr25618a.h b/ld/testsuite/ld-plugin/pr25618a.h index 9bf857c..04be194 100644 --- a/ld/testsuite/ld-plugin/pr25618a.h +++ b/ld/testsuite/ld-plugin/pr25618a.h @@ -1,2 +1 @@ -#pragma once __attribute__((visibility("default"))) int bar(); diff --git a/ld/testsuite/ld-plugin/pr25618b.h b/ld/testsuite/ld-plugin/pr25618b.h index cd80074..65e72a0 100644 --- a/ld/testsuite/ld-plugin/pr25618b.h +++ b/ld/testsuite/ld-plugin/pr25618b.h @@ -1,2 +1 @@ -#pragma once __attribute__((visibility("default"))) int foo(); diff --git a/ld/testsuite/ld-plugin/strip-1a-fat.c b/ld/testsuite/ld-plugin/strip-1a-fat.c new file mode 100644 index 0000000..03b2a5c --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1a-fat.c @@ -0,0 +1 @@ +#include "strip-1a.c" diff --git a/ld/testsuite/ld-plugin/strip-1a-fat.rd b/ld/testsuite/ld-plugin/strip-1a-fat.rd new file mode 100644 index 0000000..aefe1c5 --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1a-fat.rd @@ -0,0 +1,6 @@ +#failif +#... +Section Headers: +#... + \[[ 0-9]+\] \.gnu.lto_.* +#... diff --git a/ld/testsuite/ld-plugin/strip-1a-s-all.nd b/ld/testsuite/ld-plugin/strip-1a-s-all.nd new file mode 100644 index 0000000..612ba6a --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1a-s-all.nd @@ -0,0 +1,3 @@ +#... +[0-9a-f]* C _?__gnu_lto_slim +#pass diff --git a/ld/testsuite/ld-plugin/strip-1a.c b/ld/testsuite/ld-plugin/strip-1a.c new file mode 100644 index 0000000..d84af20 --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1a.c @@ -0,0 +1,4 @@ +extern void foo2(void); +extern void foo3(void); +void foo1(void) { foo3(); } +int main(void) { foo2(); } diff --git a/ld/testsuite/ld-plugin/strip-1b-fat.c b/ld/testsuite/ld-plugin/strip-1b-fat.c new file mode 100644 index 0000000..1a2e4d2 --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1b-fat.c @@ -0,0 +1 @@ +#include "strip-1b.c" diff --git a/ld/testsuite/ld-plugin/strip-1b-fat.rd b/ld/testsuite/ld-plugin/strip-1b-fat.rd new file mode 100644 index 0000000..e3a266f --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1b-fat.rd @@ -0,0 +1,5 @@ +#... +Section Headers: +#... + \[[ 0-9]+\] \.gnu.lto_.* +#pass diff --git a/ld/testsuite/ld-plugin/strip-1b.c b/ld/testsuite/ld-plugin/strip-1b.c new file mode 100644 index 0000000..967872a --- /dev/null +++ b/ld/testsuite/ld-plugin/strip-1b.c @@ -0,0 +1,3 @@ +extern void foo1(void); +void foo2(void) { foo1(); } +void foo3(void) {} diff --git a/ld/testsuite/ld-powerpc/elfv2-2so.d b/ld/testsuite/ld-powerpc/elfv2-2so.d index 56b1434..18bc87f 100644 --- a/ld/testsuite/ld-powerpc/elfv2-2so.d +++ b/ld/testsuite/ld-powerpc/elfv2-2so.d @@ -2,4 +2,4 @@ #source: elfv2-2b.s #as: -a64 #ld: -melf64ppc -shared -e f1 -#error: .* R_PPC64_ADDR64_LOCAL reloc unsupported in shared libraries and PIEs.* +#error: .* R_PPC64_ADDR64_LOCAL unsupported in shared libraries and PIEs.* diff --git a/ld/testsuite/ld-riscv-elf/discard-exe.d b/ld/testsuite/ld-riscv-elf/discard-exe.d new file mode 100644 index 0000000..7bdb16b1 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/discard-exe.d @@ -0,0 +1,6 @@ +#source: discard.s +#as: +#ld: -Tdiscard.ld +#readelf: -rW + +There are no relocations in this file. diff --git a/ld/testsuite/ld-riscv-elf/discard-pic.d b/ld/testsuite/ld-riscv-elf/discard-pic.d new file mode 100644 index 0000000..9ac2cc6 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/discard-pic.d @@ -0,0 +1,9 @@ +#source: discard.s +#as: +#ld: -shared -Tdiscard.ld +#readelf: -rW + +Relocation section '\.rela\.dyn'.* +[ ]+Offset[ ]+Info[ ]+Type.* +0+0[ ]+0+0[ ]+R_RISCV_NONE[ ]+0 +0+(20008|20010)[ ]+[0-9a-f]+[ ]+R_RISCV_(32|64)[ ]+0+10008[ ]+sym_global \+ 0 diff --git a/ld/testsuite/ld-riscv-elf/discard-pie.d b/ld/testsuite/ld-riscv-elf/discard-pie.d new file mode 100644 index 0000000..cb95c4a --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/discard-pie.d @@ -0,0 +1,9 @@ +#source: discard.s +#as: +#ld: -pie -Tdiscard.ld +#readelf: -rW + +Relocation section '\.rela\.dyn'.* +[ ]+Offset[ ]+Info[ ]+Type.* +0+0[ ]+0+0[ ]+R_RISCV_NONE[ ]+0 +0+0[ ]+0+0[ ]+R_RISCV_NONE[ ]+0 diff --git a/ld/testsuite/ld-riscv-elf/discard.ld b/ld/testsuite/ld-riscv-elf/discard.ld new file mode 100644 index 0000000..3afed21 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/discard.ld @@ -0,0 +1,13 @@ +OUTPUT_ARCH(riscv) +ENTRY(_start) +SECTIONS +{ + /DISCARD/ : { *(.discard.*) } + + . = 0x10000; + .text : { *(.text) } + . = 0x20000; + .got : { *(.got) *(.got.plt)} + . = 0x30000; + .data : { *(.data) *(.data.*) } +} diff --git a/ld/testsuite/ld-riscv-elf/discard.s b/ld/testsuite/ld-riscv-elf/discard.s new file mode 100644 index 0000000..f03ea2b --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/discard.s @@ -0,0 +1,65 @@ +.text +.option pic +.option norvc +.p2align 3 +.global _start +_start: + nop + +sym_local: + nop + +.global sym_global +sym_global: + nop + +.global sym_hidden +.hidden sym_hidden +sym_hidden: + nop + +.global sym_global_abs +.set sym_global_abs, 42 + +.global sym_weak_undef +.weak sym_weak_undef + +# Got + +.section .discard.got_local, "ax" + la x1, sym_local + +.section .discard.got_global, "ax" + la x1, sym_global + +# Data + +.section .discard.local,"a" +.p2align 1 +discard_local: +.quad sym_local + +.section .discard.global,"a" +.p2align 1 +discard_global: +.quad sym_global + +.section .discard.hidden,"a" +.p2align 1 +discard_hidden: +.quad sym_hidden + +.section .discard.global_abs,"a" +.p2align 1 +discard_global_abs: +.quad sym_global_abs + +.section .discard.weak_undef,"a" +.p2align 1 +discard_weak_undef: +.quad sym_weak_undef + +.section .discard._DYNAMIC,"a" +.p2align 1 +discard_DYNAMIC: +.quad _DYNAMIC diff --git a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp index 9cb847d..bae1105 100644 --- a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp +++ b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp @@ -227,6 +227,21 @@ if [istarget "riscv*-*-*"] { run_dump_test "data-reloc-rv64-addr32-pic" run_dump_test "data-reloc-rv64-undef32-pic" + run_dump_test "property-zicfilp-unlabeled" + run_dump_test "property-zicfiss" + run_dump_test "property-combine-and-1" + run_dump_test "property-combine-and-2" + run_dump_test "property-combine-and-3" + + run_dump_test "zicfilp-unlabeled-plt" + + run_dump_test "pie-bind-locally-rv32" + run_dump_test "pie-bind-locally-rv64" + + run_dump_test "discard-exe" + run_dump_test "discard-pie" + run_dump_test "discard-pic" + # IFUNC testcases. # Check IFUNC by single type relocs. run_dump_test_ifunc "ifunc-reloc-call-01" rv32 exe diff --git a/ld/testsuite/ld-riscv-elf/pie-bind-locally-a.s b/ld/testsuite/ld-riscv-elf/pie-bind-locally-a.s new file mode 100644 index 0000000..c1ff19b --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/pie-bind-locally-a.s @@ -0,0 +1,5 @@ + .text + .global _start +_start: + .option pic + la a0, _start diff --git a/ld/testsuite/ld-riscv-elf/pie-bind-locally-b.s b/ld/testsuite/ld-riscv-elf/pie-bind-locally-b.s new file mode 100644 index 0000000..e5f16cd --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/pie-bind-locally-b.s @@ -0,0 +1,8 @@ + .section .data.rel,"aw",%progbits + .type q, %object +q: +.ifdef __64_bit__ + .quad _start +.else + .word _start +.endif diff --git a/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv32.d b/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv32.d new file mode 100644 index 0000000..0133995 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv32.d @@ -0,0 +1,10 @@ +#source: pie-bind-locally-a.s +#source: pie-bind-locally-b.s +#as: -march=rv32i -mabi=ilp32 +#ld: -m[riscv_choose_ilp32_emul] -pie +#readelf: -Wr + +Relocation section '\.rela\.dyn' at offset .* contains 2 entries: +[ ]+Offset[ ]+Info[ ]+Type[ ]+.* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_RISCV_RELATIVE[ ].* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_RISCV_RELATIVE[ ].* diff --git a/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv64.d b/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv64.d new file mode 100644 index 0000000..6ae627a --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/pie-bind-locally-rv64.d @@ -0,0 +1,10 @@ +#source: pie-bind-locally-a.s +#source: pie-bind-locally-b.s +#as: -march=rv64i -mabi=lp64 -defsym __64_bit__=1 +#ld: -m[riscv_choose_lp64_emul] -pie +#readelf: -Wr + +Relocation section '\.rela\.dyn' at offset .* contains 2 entries: +[ ]+Offset[ ]+Info[ ]+Type[ ]+.* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_RISCV_RELATIVE[ ].* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_RISCV_RELATIVE[ ].* diff --git a/ld/testsuite/ld-riscv-elf/property-combine-and-1.d b/ld/testsuite/ld-riscv-elf/property-combine-and-1.d new file mode 100644 index 0000000..571620f --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-combine-and-1.d @@ -0,0 +1,6 @@ +#name: RISC-V GNU Property (multiple inputs, combine section) - 1 +#source: property1.s +#source: property2.s +#as: -march=rv64g +#ld: -shared -melf64lriscv +#readelf: -n diff --git a/ld/testsuite/ld-riscv-elf/property-combine-and-2.d b/ld/testsuite/ld-riscv-elf/property-combine-and-2.d new file mode 100644 index 0000000..23482af --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-combine-and-2.d @@ -0,0 +1,11 @@ +#name: RISC-V GNU Property (multiple inputs, combine section) - 2 +#source: property1.s +#source: property3.s +#as: -march=rv64g +#ld: -shared -melf64lriscv +#readelf: -n + +Displaying notes found in: .note.gnu.property +[ ]+Owner[ ]+Data size[ ]+Description +[ ]+GNU[ ]+0x00000010[ ]+NT_GNU_PROPERTY_TYPE_0 +[ ]+Properties: RISC-V AND feature: CFI_LP_UNLABELED diff --git a/ld/testsuite/ld-riscv-elf/property-combine-and-3.d b/ld/testsuite/ld-riscv-elf/property-combine-and-3.d new file mode 100644 index 0000000..b57a0f7 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-combine-and-3.d @@ -0,0 +1,11 @@ +#name: RISC-V GNU Property (multiple inputs, combine section) - 3 +#source: property1.s +#source: property4.s +#as: -march=rv64g +#ld: -shared -melf64lriscv +#readelf: -n + +Displaying notes found in: .note.gnu.property +[ ]+Owner[ ]+Data size[ ]+Description +[ ]+GNU[ ]+0x00000010[ ]+NT_GNU_PROPERTY_TYPE_0 +[ ]+Properties: RISC-V AND feature: CFI_SS diff --git a/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.d b/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.d new file mode 100644 index 0000000..48d60d6 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.d @@ -0,0 +1,10 @@ +#name: GNU Property (single input, CFI_LP_UNLABELED) +#source: property-zicfilp-unlabeled.s +#as: -march=rv64g +#ld: -shared -melf64lriscv +#readelf: -n + +Displaying notes found in: .note.gnu.property +[ ]+Owner[ ]+Data size[ ]+Description +[ ]+GNU[ ]+0x00000010[ ]+NT_GNU_PROPERTY_TYPE_0 +[ ]+Properties: RISC-V AND feature: CFI_LP_UNLABELED diff --git a/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.s b/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.s new file mode 100644 index 0000000..b0192c0 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +_start: + ret + + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x1 /* GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_UNLABELED. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-riscv-elf/property-zicfiss.d b/ld/testsuite/ld-riscv-elf/property-zicfiss.d new file mode 100644 index 0000000..0dec1a1 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-zicfiss.d @@ -0,0 +1,10 @@ +#name: GNU Property (single input, CFI_SS) +#source: property-zicfiss.s +#as: -march=rv64g +#ld: -shared -melf64lriscv +#readelf: -n + +Displaying notes found in: .note.gnu.property +[ ]+Owner[ ]+Data size[ ]+Description +[ ]+GNU[ ]+0x00000010[ ]+NT_GNU_PROPERTY_TYPE_0 +[ ]+Properties: RISC-V AND feature: CFI_SS diff --git a/ld/testsuite/ld-riscv-elf/property-zicfiss.s b/ld/testsuite/ld-riscv-elf/property-zicfiss.s new file mode 100644 index 0000000..21342ef --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property-zicfiss.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +_start: + ret + + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x2 /* GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-riscv-elf/property1.s b/ld/testsuite/ld-riscv-elf/property1.s new file mode 100644 index 0000000..622bbcb --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property1.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +_start: + ret + + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x3 /* CFI_LP_UNLABELED and CFI_SS. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-riscv-elf/property2.s b/ld/testsuite/ld-riscv-elf/property2.s new file mode 100644 index 0000000..4d1610c --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property2.s @@ -0,0 +1,5 @@ + .text + .globl foo + .type foo,@function +foo: + ret diff --git a/ld/testsuite/ld-riscv-elf/property3.s b/ld/testsuite/ld-riscv-elf/property3.s new file mode 100644 index 0000000..61518fb --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property3.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +bar: + ret + + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x1 /* CFI_LP_UNLABELED. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-riscv-elf/property4.s b/ld/testsuite/ld-riscv-elf/property4.s new file mode 100644 index 0000000..54098a5 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/property4.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +zoo: + ret + + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x2 /* CFI_LP_SS. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.d b/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.d new file mode 100644 index 0000000..bb888d1 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.d @@ -0,0 +1,35 @@ +#name: Unlabled landing pad PLT +#source: zicfilp-unlabeled-plt.s +#ld: -shared -melf64lriscv +#objdump: -dr -j .plt +#as: -march=rv64gc_zicfilp + +[^:]*: *file format elf64-.*riscv + +Disassembly of section \.plt: + +[0-9a-f]+ <\.plt>: +.*:[ ]+[0-9a-f]+[ ]+lpad[ ]+0x0 +.*:[ ]+[0-9a-f]+[ ]+auipc[ ]+t2,0x[0-9a-f]+ +.*:[ ]+[0-9a-f]+[ ]+sub[ ]+t1,t1,t3 +.*:[ ]+[0-9a-f]+[ ]+ld[ ]+t3,[0-9]+\(t2\) # [0-9a-f]+ <\.got\.plt> +.*:[ ]+[0-9a-f]+[ ]+addi[ ]+t1,t1,-64 +.*:[ ]+[0-9a-f]+[ ]+addi[ ]+t0,t2,[0-9]+ +.*:[ ]+[0-9a-f]+[ ]+srli[ ]+t1,t1,0x1 +.*:[ ]+[0-9a-f]+[ ]+ld[ ]+t0,8\(t0\) +.*:[ ]+[0-9a-f]+[ ]+jr[ ]+t3 +.*:[ ]+[0-9a-f]+[ ]+nop +.*:[ ]+[0-9a-f]+[ ]+nop +.*:[ ]+[0-9a-f]+[ ]+nop + +[0-9a-f]+ <foo@plt>: +.*:[ ]+[0-9a-f]+[ ]+lpad[ ]+0x0 +.*:[ ]+[0-9a-f]+[ ]+auipc[ ]+t3,0x[0-9a-f]+ +.*:[ ]+[0-9a-f]+[ ]+ld[ ]+t3,[0-9]+\(t3\) # [0-9a-f]+ <foo> +.*:[ ]+[0-9a-f]+[ ]+jalr[ ]+t1,t3 + +[0-9a-f]+ <bar@plt>: +.*:[ ]+[0-9a-f]+[ ]+lpad[ ]+0x0 +.*:[ ]+[0-9a-f]+[ ]+auipc[ ]+t3,0x1 +.*:[ ]+[0-9a-f]+[ ]+ld[ ]+t3,[0-9]+\(t3\) # [0-9a-f]+ <bar> +.*:[ ]+[0-9a-f]+[ ]+jalr[ ]+t1,t3 diff --git a/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.s b/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.s new file mode 100644 index 0000000..628fca8 --- /dev/null +++ b/ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.s @@ -0,0 +1,21 @@ + .text + .globl _start + .type _start,@function +_start: + call foo + call bar + .section ".note.gnu.property", "a" + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: + .long 0x1 /* CFI_LP. */ +4: + .p2align 3 +5: diff --git a/ld/testsuite/ld-s390/pr32969_64-1.dd b/ld/testsuite/ld-s390/pr32969_64-1.dd new file mode 100644 index 0000000..fce262f --- /dev/null +++ b/ld/testsuite/ld-s390/pr32969_64-1.dd @@ -0,0 +1,15 @@ +tmpdir/pr32969_64-1: file format elf64-s390 + +Disassembly of section .text: + +.* <_start>: +.*: c0 10 00 00 00 0e [ ]*larl %r1,10000cc <foo> +.*: c4 18 00 00 08 1d [ ]*lgrl %r1,10010f0 <_GLOBAL_OFFSET_TABLE_\+0x20> + +.* <b>: +.*: c4 18 00 00 08 1a [ ]*lgrl %r1,10010f0 <_GLOBAL_OFFSET_TABLE_\+0x20> +#?.* 07 07 [ ]*nopr %r7 + +.* <c>: +.* c4 18 00 00 08 16 [ ]*lgrl %r1,10010f0 <_GLOBAL_OFFSET_TABLE_\+0x20> +#?.* 07 07 [ ]*nopr %r7 diff --git a/ld/testsuite/ld-s390/pr32969_64-2.dd b/ld/testsuite/ld-s390/pr32969_64-2.dd new file mode 100644 index 0000000..88c770e --- /dev/null +++ b/ld/testsuite/ld-s390/pr32969_64-2.dd @@ -0,0 +1,15 @@ +tmpdir/pr32969_64-2: file format elf64-s390 + +Disassembly of section .text: + +.* <_start>: +.*: c0 10 00 00 00 0e [ ]*larl %r1,10000cc <foo> +.*: c0 10 00 00 00 0c [ ]*larl %r1,10000ce <bar> + +.* <c>: +.*: c0 10 00 00 00 09 [ ]*larl %r1,10000ce <bar> +#?.* 07 07 [ ]*nopr %r7 + +.* <b>: +.* c0 10 00 00 00 05 [ ]*larl %r1,10000ce <bar> +#?.* 07 07 [ ]*nopr %r7 diff --git a/ld/testsuite/ld-s390/pr32969a.s b/ld/testsuite/ld-s390/pr32969a.s new file mode 100644 index 0000000..baee6ca --- /dev/null +++ b/ld/testsuite/ld-s390/pr32969a.s @@ -0,0 +1,14 @@ + .text + .globl _start + .type _start,@function +_start: + lgrl %r1,foo@GOTENT + lgrl %r1,bar@GOTENT + + .section .rodata,"a",@progbits + .align 1 + .globl foo + .type foo,@object +foo: + .byte 0xa + .size foo, .-foo diff --git a/ld/testsuite/ld-s390/pr32969b.s b/ld/testsuite/ld-s390/pr32969b.s new file mode 100644 index 0000000..54ee369 --- /dev/null +++ b/ld/testsuite/ld-s390/pr32969b.s @@ -0,0 +1,10 @@ +b: + lgrl %r1,bar@GOTENT + + .section .rodata,"aG",@progbits,bar_group,comdat + .align 1 + .globl bar + .type bar,@object +bar: + .byte 0xb + .size bar, .-bar diff --git a/ld/testsuite/ld-s390/pr32969c.s b/ld/testsuite/ld-s390/pr32969c.s new file mode 100644 index 0000000..02cf584 --- /dev/null +++ b/ld/testsuite/ld-s390/pr32969c.s @@ -0,0 +1,10 @@ +c: + lgrl %r1,bar@GOTENT + + .section .rodata,"aG",@progbits,bar_group,comdat + .align 2 + .globl bar + .type bar,@object +bar: + .byte 0xc + .size bar, .-bar diff --git a/ld/testsuite/ld-s390/s390.exp b/ld/testsuite/ld-s390/s390.exp index d91eeac..452811d 100644 --- a/ld/testsuite/ld-s390/s390.exp +++ b/ld/testsuite/ld-s390/s390.exp @@ -125,20 +125,30 @@ set s390xtests { "-m elf64_s390 tmpdir/libpltlib_64.so" "" "-m64" {plt_64-1.s} {{objdump "-dzrj.plt" plt_64-1.pd} {readelf "-wf" plt_64-1_eh.wf}} "plt_64-1_eh"} + {"PR32969-1: do not rewrite load of misaligned COMDAT symbol address" + "-m elf64_s390" "" "-m64" {pr32969a.s pr32969b.s pr32969c.s} + {{objdump "-dzrj.text" pr32969_64-1.dd}} + "pr32969_64-1"} + {"PR32969-2: rewrite load of aligned COMDAT symbol address" + "-m elf64_s390" "" "-m64" {pr32969a.s pr32969c.s pr32969b.s} + {{objdump "-dzrj.text" pr32969_64-2.dd}} + "pr32969_64-2"} } -if [istarget "s390-*-*"] { +if { [istarget "s390-*-*"] || [istarget "s390x-*-*"] } { run_ld_link_tests $s390tests + + run_dump_test "pr26918-1" + run_dump_test "reloccheck-1" + run_dump_test "reloctlsle-1" + } if [istarget "s390x-*-*"] { - run_ld_link_tests $s390tests run_ld_link_tests $s390xtests -} -set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] -foreach t $test_list { - # We need to strip the ".d", but can leave the dirname. - verbose [file rootname $t] - run_dump_test [file rootname $t] + if { ![skip_sframe_tests] } { + run_dump_test "sframe-simple-1" + run_dump_test "sframe-plt-1" + } } diff --git a/ld/testsuite/ld-s390/sframe-bar.s b/ld/testsuite/ld-s390/sframe-bar.s new file mode 100644 index 0000000..f707569 --- /dev/null +++ b/ld/testsuite/ld-s390/sframe-bar.s @@ -0,0 +1,21 @@ + .text + .globl bar + .type bar, @function +bar: + .cfi_startproc + stmg %r14,%r15,112(%r15) + .cfi_rel_offset %r14, 112 + .cfi_rel_offset %r15, 120 + lay %r15,-160(%r15) + .cfi_adjust_cfa_offset 160 + clgfi %r2,1000 + jle .Lreturn + brasl %r14,foo@PLT +.Lreturn: + lay %r15,160(%r15) + .cfi_adjust_cfa_offset -160 + lg %r14,112(%r15) + .cfi_restore %r14 + br %r14 + .cfi_endproc + .size bar, .-bar diff --git a/ld/testsuite/ld-s390/sframe-foo.s b/ld/testsuite/ld-s390/sframe-foo.s new file mode 100644 index 0000000..75657e9 --- /dev/null +++ b/ld/testsuite/ld-s390/sframe-foo.s @@ -0,0 +1,9 @@ + .text + .globl foo + .type foo, @function +foo: + .cfi_startproc + msgfi %r2,42 + br %r14 + .cfi_endproc + .size foo, .-foo diff --git a/ld/testsuite/ld-s390/sframe-plt-1.d b/ld/testsuite/ld-s390/sframe-plt-1.d new file mode 100644 index 0000000..db09030 --- /dev/null +++ b/ld/testsuite/ld-s390/sframe-plt-1.d @@ -0,0 +1,29 @@ +#as: --gsframe +#source: sframe-foo.s +#source: sframe-bar.s +#objdump: --sframe=.sframe +#ld: -shared --no-rosegment +#name: SFrame for plt0 and pltN + +.*: +file format .* + +Contents of the SFrame section .sframe: + Header : + + Version: SFRAME_VERSION_2 + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL + Num FDEs: 4 + Num FREs: 8 + + Function Index : + + func idx \[0\]: pc = 0x1e8, size = 32 bytes + STARTPC +CFA +FP +RA + + 0+1e8 +sp\+160 +u +u + + + func idx \[1\]: pc = 0x208, size = 32 bytes + STARTPC\[m\] +CFA +FP +RA + + 0+0 +sp\+160 +u +u + + +#... diff --git a/ld/testsuite/ld-s390/sframe-simple-1.d b/ld/testsuite/ld-s390/sframe-simple-1.d new file mode 100644 index 0000000..1c1bf32 --- /dev/null +++ b/ld/testsuite/ld-s390/sframe-simple-1.d @@ -0,0 +1,32 @@ +#as: --gsframe +#source: sframe-foo.s +#source: sframe-bar.s +#objdump: --sframe=.sframe +#ld: -shared --no-rosegment +#name: SFrame simple link + +.*: +file format .* + +Contents of the SFrame section .sframe: + Header : + + Version: SFRAME_VERSION_2 + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL + Num FDEs: 4 + Num FREs: 8 + + Function Index : + +#... + func idx \[2\]: pc = 0x228, size = 8 bytes + STARTPC +CFA +FP +RA + + 0+228 +sp\+160 +u +u + + + func idx \[3\]: pc = 0x230, size = 42 bytes + STARTPC +CFA +FP +RA + + 0+230 +sp\+160 +u +u + + 0+236 +sp\+160 +u +c-48 + + 0+23c +sp\+320 +u +c-48 + + 0+252 +sp\+160 +u +c-48 + + 0+258 +sp\+160 +u +u + diff --git a/ld/testsuite/ld-scripts/rgn-at3.d b/ld/testsuite/ld-scripts/rgn-at3.d index b0ea08a..1d21956 100644 --- a/ld/testsuite/ld-scripts/rgn-at3.d +++ b/ld/testsuite/ld-scripts/rgn-at3.d @@ -2,13 +2,9 @@ # source: rgn-at.s # ld: -T rgn-at3.t # objdump: -w -h -# xfail: rx-*-* *-*-nacl* +# xfail: rx-*-* # FAILS on the RX because the linker has to set LMA == VMA for the # Renesas loader. -# FAILs on NaCl targets because the linker extends the first segment -# to fill out the page, making its p_vaddr+p_memsz cover the sh_addr -# of .bss too, which makes BFD compute its LMA from the p_paddr of the -# text segment. .*: file format .* diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index a8ddac2..29de93a 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -42,7 +42,6 @@ if { ![istarget hppa*64*-*-hpux*] \ && ![istarget i?86-*-elf*] \ && ![istarget i?86-*-linux*] \ && ![istarget i?86-*-gnu*] \ - && ![istarget *-*-nacl*] \ && ![istarget ia64-*-elf*] \ && ![istarget ia64-*-linux*] \ && ![istarget m68k-*-linux*] \ diff --git a/ld/testsuite/ld-size/size.exp b/ld/testsuite/ld-size/size.exp index 776341b..ae24f3b 100644 --- a/ld/testsuite/ld-size/size.exp +++ b/ld/testsuite/ld-size/size.exp @@ -26,7 +26,6 @@ if {!(([istarget "i?86-*-*"] || [istarget "x86_64-*-*"]) && ([istarget "*-*-elf*"] - || [istarget "*-*-nacl*"] || [istarget "*-*-linux*"] || [istarget "*-*-gnu*"])) } { verbose "Size relocations tests not run - no target support" @@ -39,13 +38,6 @@ if { ![check_shared_lib_support] } { return } -# So as to avoid rewriting every last test case here in a nacl variant, -# we use black magic to massage the generic cases into nacl-variant cases. -if [istarget "*-*-nacl*"] { - # Change all the -melf_i386 to -melf_i386_nacl so linking can succeed. - set options_regsub(ld) {-m(\\S+) -m\\1_nacl} -} - set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] foreach t $test_list { # We need to strip the ".d", but can leave the dirname. diff --git a/ld/testsuite/ld-tic6x/discard-unwind.ld b/ld/testsuite/ld-tic6x/discard-unwind.ld index 00582c1..172e2a8 100644 --- a/ld/testsuite/ld-tic6x/discard-unwind.ld +++ b/ld/testsuite/ld-tic6x/discard-unwind.ld @@ -11,5 +11,5 @@ SECTIONS *(.c6xabi.extab*) } =0 /DISCARD/ : { *(.c6xabi.exidx*) } - .c6xabi.attribues 0 : { *(.c6xabi.atttributes) } + .c6xabi.attributes 0 : { *(.c6xabi.attributes) } } diff --git a/ld/testsuite/ld-tic6x/unwind.ld b/ld/testsuite/ld-tic6x/unwind.ld index a4f8722..01ba9b6 100644 --- a/ld/testsuite/ld-tic6x/unwind.ld +++ b/ld/testsuite/ld-tic6x/unwind.ld @@ -16,5 +16,5 @@ SECTIONS .got : { *(.got) *(.got.plt)} . = 0x12340000; .far : { *(.far) } - .c6xabi.attribues 0 : { *(.c6xabi.atttributes) } + .c6xabi.attributes 0 : { *(.c6xabi.attributes) } } diff --git a/ld/testsuite/ld-vsb/vsb.exp b/ld/testsuite/ld-vsb/vsb.exp index e44ac39..84ae1ed 100644 --- a/ld/testsuite/ld-vsb/vsb.exp +++ b/ld/testsuite/ld-vsb/vsb.exp @@ -36,7 +36,6 @@ if { ![istarget hppa*64*-*-hpux*] \ && ![istarget hppa*-*-linux*] \ && ![istarget i?86-*-linux*] \ && ![istarget i?86-*-gnu*] \ - && ![istarget *-*-nacl*] \ && ![istarget ia64-*-linux*] \ && ![istarget m68k-*-linux*] \ && ![istarget mips*-*-linux*] \ @@ -114,7 +113,6 @@ if [istarget arm*-*-linux*] { set support_protected "no" if { [istarget *-*-linux*] - || [istarget *-*-nacl*] || [istarget *-*-gnu*] } { if [ld_compile "$CC_FOR_TARGET -g -DPROTECTED_CHECK" $srcdir/$subdir/main.c $tmpdir/main.o] { if [ld_link $CC_FOR_TARGET $tmpdir/main "$tmpdir/main.o"] { diff --git a/ld/testsuite/ld-x86-64/dwarf4.s b/ld/testsuite/ld-x86-64/dwarf4.s new file mode 100644 index 0000000..7f1a90d --- /dev/null +++ b/ld/testsuite/ld-x86-64/dwarf4.s @@ -0,0 +1,346 @@ +/* Assembly outputs of + +extern void bar(); + +void foo(int p) { + int local = p; + bar(); + local = 123; + bar(); + local = 456; +} + +compiled by GCC 14.2.1 with -O2 -g -dA -gdwarf-4. */ + + .file "dwarf4.c" + .text +.Ltext0: + .file 1 "dwarf4.c" + .p2align 4 + .globl foo + .type foo, @function +foo: +.LVL0: + # DEBUG p => di +.LFB0: + # dwarf4.c:3:17 + .loc 1 3 17 view -0 + .cfi_startproc +# BLOCK 2, count:1073741824 (estimated locally) seq:0 +# PRED: ENTRY [always] count:1073741824 (estimated locally, freq 1.0000) (FALLTHRU) + # dwarf4.c:4:3 + .loc 1 4 3 view .LVU1 + # DEBUG local => di + # dwarf4.c:5:3 + .loc 1 5 3 view .LVU2 + # dwarf4.c:3:17 + .loc 1 3 17 is_stmt 0 view .LVU3 + subq $8, %rsp + .cfi_def_cfa_offset 16 + # dwarf4.c:5:3 + .loc 1 5 3 view .LVU4 + xorl %eax, %eax + call bar +.LVL1: + # DEBUG local => entry_value#0 + # DEBUG p => entry_value#0 + # dwarf4.c:6:3 + .loc 1 6 3 is_stmt 1 view .LVU5 + # DEBUG local => 0x7b + # dwarf4.c:7:3 + .loc 1 7 3 view .LVU6 + xorl %eax, %eax + # dwarf4.c:9:1 + .loc 1 9 1 is_stmt 0 view .LVU7 + addq $8, %rsp + .cfi_def_cfa_offset 8 +# SUCC: EXIT [always] count:1073741824 (estimated locally, freq 1.0000) (ABNORMAL,SIBCALL) + # dwarf4.c:7:3 + .loc 1 7 3 view .LVU8 + jmp bar +.LVL2: + .cfi_endproc +.LFE0: + .size foo, .-foo +.Letext0: + .section .debug_info,"",@progbits +.Ldebug_info0: + .long 0x9e # Length of Compilation Unit Info + .value 0x4 # DWARF version number + .long .Ldebug_abbrev0 # Offset Into Abbrev. Section + .byte 0x8 # Pointer Size (in bytes) + .uleb128 0x1 # (DIE (0xb) DW_TAG_compile_unit) + .long .LASF0 # DW_AT_producer: "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-4 -O2" + .byte 0xc # DW_AT_language + .long .LASF1 # DW_AT_name: "dwarf4.c" + .long .LASF2 # DW_AT_comp_dir: "." + .quad .Ltext0 # DW_AT_low_pc + .quad .Letext0-.Ltext0 # DW_AT_high_pc + .long .Ldebug_line0 # DW_AT_stmt_list + .uleb128 0x2 # (DIE (0x2d) DW_TAG_subprogram) + # DW_AT_external + .ascii "bar\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf4.c) + .byte 0x1 # DW_AT_decl_line + .byte 0xd # DW_AT_decl_column + # DW_AT_declaration + .long 0x3b # DW_AT_sibling + .uleb128 0x3 # (DIE (0x39) DW_TAG_unspecified_parameters) + .byte 0 # end of children of DIE 0x2d + .uleb128 0x4 # (DIE (0x3b) DW_TAG_subprogram) + # DW_AT_external + .ascii "foo\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf4.c) + .byte 0x3 # DW_AT_decl_line + .byte 0x6 # DW_AT_decl_column + # DW_AT_prototyped + .quad .LFB0 # DW_AT_low_pc + .quad .LFE0-.LFB0 # DW_AT_high_pc + .uleb128 0x1 # DW_AT_frame_base + .byte 0x9c # DW_OP_call_frame_cfa + # DW_AT_GNU_all_call_sites + .long 0x9a # DW_AT_sibling + .uleb128 0x5 # (DIE (0x59) DW_TAG_formal_parameter) + .ascii "p\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf4.c) + .byte 0x3 # DW_AT_decl_line + .byte 0xe # DW_AT_decl_column + .long 0x9a # DW_AT_type + .long .LLST0 # DW_AT_location + .long .LVUS0 # DW_AT_GNU_locviews + .uleb128 0x6 # (DIE (0x6b) DW_TAG_variable) + .long .LASF3 # DW_AT_name: "local" + .byte 0x1 # DW_AT_decl_file (dwarf4.c) + .byte 0x4 # DW_AT_decl_line + .byte 0x7 # DW_AT_decl_column + .long 0x9a # DW_AT_type + .long .LLST1 # DW_AT_location + .long .LVUS1 # DW_AT_GNU_locviews + .uleb128 0x7 # (DIE (0x7f) DW_TAG_GNU_call_site) + .quad .LVL1 # DW_AT_low_pc + .long 0x2d # DW_AT_abstract_origin + .uleb128 0x8 # (DIE (0x8c) DW_TAG_GNU_call_site) + .quad .LVL2 # DW_AT_low_pc + # DW_AT_GNU_tail_call + .long 0x2d # DW_AT_abstract_origin + .byte 0 # end of children of DIE 0x3b + .uleb128 0x9 # (DIE (0x9a) DW_TAG_base_type) + .byte 0x4 # DW_AT_byte_size + .byte 0x5 # DW_AT_encoding + .ascii "int\0" # DW_AT_name + .byte 0 # end of children of DIE 0xb + .section .debug_abbrev,"",@progbits +.Ldebug_abbrev0: + .uleb128 0x1 # (abbrev code) + .uleb128 0x11 # (TAG: DW_TAG_compile_unit) + .byte 0x1 # DW_children_yes + .uleb128 0x25 # (DW_AT_producer) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x13 # (DW_AT_language) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x1b # (DW_AT_comp_dir) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x12 # (DW_AT_high_pc) + .uleb128 0x7 # (DW_FORM_data8) + .uleb128 0x10 # (DW_AT_stmt_list) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x2 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3c # (DW_AT_declaration) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x1 # (DW_AT_sibling) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x3 # (abbrev code) + .uleb128 0x18 # (TAG: DW_TAG_unspecified_parameters) + .byte 0 # DW_children_no + .byte 0 + .byte 0 + .uleb128 0x4 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x27 # (DW_AT_prototyped) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x12 # (DW_AT_high_pc) + .uleb128 0x7 # (DW_FORM_data8) + .uleb128 0x40 # (DW_AT_frame_base) + .uleb128 0x18 # (DW_FORM_exprloc) + .uleb128 0x2117 # (DW_AT_GNU_all_call_sites) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x1 # (DW_AT_sibling) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x5 # (abbrev code) + .uleb128 0x5 # (TAG: DW_TAG_formal_parameter) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x17 # (DW_FORM_sec_offset) + .uleb128 0x2137 # (DW_AT_GNU_locviews) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x6 # (abbrev code) + .uleb128 0x34 # (TAG: DW_TAG_variable) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x17 # (DW_FORM_sec_offset) + .uleb128 0x2137 # (DW_AT_GNU_locviews) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x7 # (abbrev code) + .uleb128 0x4109 # (TAG: DW_TAG_GNU_call_site) + .byte 0 # DW_children_no + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x31 # (DW_AT_abstract_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x8 # (abbrev code) + .uleb128 0x4109 # (TAG: DW_TAG_GNU_call_site) + .byte 0 # DW_children_no + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x2115 # (DW_AT_GNU_tail_call) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x31 # (DW_AT_abstract_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x9 # (abbrev code) + .uleb128 0x24 # (TAG: DW_TAG_base_type) + .byte 0 # DW_children_no + .uleb128 0xb # (DW_AT_byte_size) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3e # (DW_AT_encoding) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .byte 0 + .byte 0 + .byte 0 + .section .debug_loc,"",@progbits +.Ldebug_loc0: +.LVUS0: + .uleb128 0 # View list begin (*.LVUS0) + .uleb128 .LVU5 # View list end (*.LVUS0) + .uleb128 .LVU5 # View list begin (*.LVUS0) + .uleb128 0 # View list end (*.LVUS0) +.LLST0: + .quad .LVL0-.Ltext0 # Location list begin address (*.LLST0) + .quad .LVL1-1-.Ltext0 # Location list end address (*.LLST0) + .value 0x1 # Location expression size + .byte 0x55 # DW_OP_reg5 + .quad .LVL1-1-.Ltext0 # Location list begin address (*.LLST0) + .quad .LFE0-.Ltext0 # Location list end address (*.LLST0) + .value 0x4 # Location expression size + .byte 0xf3 # DW_OP_GNU_entry_value + .uleb128 0x1 + .byte 0x55 # DW_OP_reg5 + .byte 0x9f # DW_OP_stack_value + .quad 0 # Location list terminator begin (*.LLST0) + .quad 0 # Location list terminator end (*.LLST0) +.LVUS1: + .uleb128 .LVU2 # View list begin (*.LVUS1) + .uleb128 .LVU5 # View list end (*.LVUS1) + .uleb128 .LVU5 # View list begin (*.LVUS1) + .uleb128 .LVU6 # View list end (*.LVUS1) + .uleb128 .LVU6 # View list begin (*.LVUS1) + .uleb128 0 # View list end (*.LVUS1) +.LLST1: + .quad .LVL0-.Ltext0 # Location list begin address (*.LLST1) + .quad .LVL1-1-.Ltext0 # Location list end address (*.LLST1) + .value 0x1 # Location expression size + .byte 0x55 # DW_OP_reg5 + .quad .LVL1-1-.Ltext0 # Location list begin address (*.LLST1) + .quad .LVL1-.Ltext0 # Location list end address (*.LLST1) + .value 0x4 # Location expression size + .byte 0xf3 # DW_OP_GNU_entry_value + .uleb128 0x1 + .byte 0x55 # DW_OP_reg5 + .byte 0x9f # DW_OP_stack_value + .quad .LVL1-.Ltext0 # Location list begin address (*.LLST1) + .quad .LFE0-.Ltext0 # Location list end address (*.LLST1) + .value 0x3 # Location expression size + .byte 0x8 # DW_OP_const1u + .byte 0x7b + .byte 0x9f # DW_OP_stack_value + .quad 0 # Location list terminator begin (*.LLST1) + .quad 0 # Location list terminator end (*.LLST1) + .section .debug_aranges,"",@progbits + .long 0x2c # Length of Address Ranges Info + .value 0x2 # DWARF aranges version + .long .Ldebug_info0 # Offset of Compilation Unit Info + .byte 0x8 # Size of Address + .byte 0 # Size of Segment Descriptor + .value 0 # Pad to 16 byte boundary + .value 0 + .quad .Ltext0 # Address + .quad .Letext0-.Ltext0 # Length + .quad 0 + .quad 0 + .section .debug_line,"",@progbits +.Ldebug_line0: + .section .debug_str,"MS",@progbits,1 +.LASF0: + .string "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-4 -O2" +.LASF1: + .string "dwarf4.c" +.LASF3: + .string "local" +.LASF2: + .string "." + .ident "GCC: (GNU) 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee]" + .section .note.GNU-stack,"",@progbits diff --git a/ld/testsuite/ld-x86-64/dwarf5a.s b/ld/testsuite/ld-x86-64/dwarf5a.s new file mode 100644 index 0000000..eefaaf4 --- /dev/null +++ b/ld/testsuite/ld-x86-64/dwarf5a.s @@ -0,0 +1,400 @@ +/* Assembly outputs of + +extern void foo(int); + +int global; + +int main() { + int local = global; + foo(1); + local = 123; + foo(2); + local = 456; + return 0; +} + +compiled by GCC 14.2.1 with -O2 -g -dA -gdwarf-5. */ + + .file "dwarf5a.c" + .text +.Ltext0: + .file 0 "." "dwarf5a.c" + .section .text.startup,"ax",@progbits + .p2align 4 + .globl main + .type main, @function +main: +.LFB0: + .file 1 "dwarf5a.c" + # dwarf5a.c:5:12 + .loc 1 5 12 view -0 + .cfi_startproc +# BLOCK 2, count:1073741824 (estimated locally) seq:0 +# PRED: ENTRY [always] count:1073741824 (estimated locally, freq 1.0000) (FALLTHRU) + # dwarf5a.c:6:3 + .loc 1 6 3 view .LVU1 +.LVL0: + # DEBUG local => [`global'] + # dwarf5a.c:7:3 + .loc 1 7 3 view .LVU2 + # dwarf5a.c:5:12 + .loc 1 5 12 is_stmt 0 view .LVU3 + subq $8, %rsp + .cfi_def_cfa_offset 16 + # dwarf5a.c:7:3 + .loc 1 7 3 view .LVU4 + movl $1, %edi + call foo +.LVL1: + # DEBUG local RESET + # dwarf5a.c:8:3 + .loc 1 8 3 is_stmt 1 view .LVU5 + # DEBUG local => 0x7b + # dwarf5a.c:9:3 + .loc 1 9 3 view .LVU6 + movl $2, %edi + call foo +.LVL2: + # dwarf5a.c:10:3 + .loc 1 10 3 view .LVU7 + # DEBUG local => 0x1c8 + # dwarf5a.c:11:3 + .loc 1 11 3 view .LVU8 + # dwarf5a.c:12:1 + .loc 1 12 1 is_stmt 0 view .LVU9 + xorl %eax, %eax + addq $8, %rsp + .cfi_def_cfa_offset 8 +# SUCC: EXIT [always] count:1073741824 (estimated locally, freq 1.0000) + ret + .cfi_endproc +.LFE0: + .size main, .-main + .globl global + .bss + .align 4 + .type global, @object + .size global, 4 +global: + .zero 4 + .text +.Letext0: + .section .debug_info,"",@progbits +.Ldebug_info0: + .long 0xb3 # Length of Compilation Unit Info + .value 0x5 # DWARF version number + .byte 0x1 # DW_UT_compile + .byte 0x8 # Pointer Size (in bytes) + .long .Ldebug_abbrev0 # Offset Into Abbrev. Section + .uleb128 0x2 # (DIE (0xc) DW_TAG_compile_unit) + .long .LASF4 # DW_AT_producer: "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-5 -O2" + .byte 0x1d # DW_AT_language + .long .LASF0 # DW_AT_name: "dwarf5a.c" + .long .LASF1 # DW_AT_comp_dir: "." + .long .LLRL1 # DW_AT_ranges + .quad 0 # DW_AT_low_pc + .long .Ldebug_line0 # DW_AT_stmt_list + .uleb128 0x3 # (DIE (0x2a) DW_TAG_variable) + .long .LASF2 # DW_AT_name: "global" + .byte 0x1 # DW_AT_decl_file (dwarf5a.c) + .byte 0x3 # DW_AT_decl_line + .byte 0x5 # DW_AT_decl_column + .long 0x40 # DW_AT_type + # DW_AT_external + .uleb128 0x9 # DW_AT_location + .byte 0x3 # DW_OP_addr + .quad global + .uleb128 0x4 # (DIE (0x40) DW_TAG_base_type) + .byte 0x4 # DW_AT_byte_size + .byte 0x5 # DW_AT_encoding + .ascii "int\0" # DW_AT_name + .uleb128 0x5 # (DIE (0x47) DW_TAG_subprogram) + # DW_AT_external + .ascii "foo\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf5a.c) + .byte 0x1 # DW_AT_decl_line + .byte 0xd # DW_AT_decl_column + # DW_AT_prototyped + # DW_AT_declaration + .long 0x59 # DW_AT_sibling + .uleb128 0x6 # (DIE (0x53) DW_TAG_formal_parameter) + .long 0x40 # DW_AT_type + .byte 0 # end of children of DIE 0x47 + .uleb128 0x7 # (DIE (0x59) DW_TAG_subprogram) + # DW_AT_external + .long .LASF5 # DW_AT_name: "main" + .byte 0x1 # DW_AT_decl_file (dwarf5a.c) + .byte 0x5 # DW_AT_decl_line + .byte 0x5 # DW_AT_decl_column + .long 0x40 # DW_AT_type + .quad .LFB0 # DW_AT_low_pc + .quad .LFE0-.LFB0 # DW_AT_high_pc + .uleb128 0x1 # DW_AT_frame_base + .byte 0x9c # DW_OP_call_frame_cfa + # DW_AT_call_all_calls + .uleb128 0x8 # (DIE (0x77) DW_TAG_variable) + .long .LASF3 # DW_AT_name: "local" + .byte 0x1 # DW_AT_decl_file (dwarf5a.c) + .byte 0x6 # DW_AT_decl_line + .byte 0x7 # DW_AT_decl_column + .long 0x40 # DW_AT_type + .long .LLST0 # DW_AT_location + .long .LVUS0 # DW_AT_GNU_locviews + .uleb128 0x9 # (DIE (0x8b) DW_TAG_call_site) + .quad .LVL1 # DW_AT_call_return_pc + .long 0x47 # DW_AT_call_origin + .long 0xa2 # DW_AT_sibling + .uleb128 0x1 # (DIE (0x9c) DW_TAG_call_site_parameter) + .uleb128 0x1 # DW_AT_location + .byte 0x55 # DW_OP_reg5 + .uleb128 0x1 # DW_AT_call_value + .byte 0x31 # DW_OP_lit1 + .byte 0 # end of children of DIE 0x8b + .uleb128 0xa # (DIE (0xa2) DW_TAG_call_site) + .quad .LVL2 # DW_AT_call_return_pc + .long 0x47 # DW_AT_call_origin + .uleb128 0x1 # (DIE (0xaf) DW_TAG_call_site_parameter) + .uleb128 0x1 # DW_AT_location + .byte 0x55 # DW_OP_reg5 + .uleb128 0x1 # DW_AT_call_value + .byte 0x32 # DW_OP_lit2 + .byte 0 # end of children of DIE 0xa2 + .byte 0 # end of children of DIE 0x59 + .byte 0 # end of children of DIE 0xc + .section .debug_abbrev,"",@progbits +.Ldebug_abbrev0: + .uleb128 0x1 # (abbrev code) + .uleb128 0x49 # (TAG: DW_TAG_call_site_parameter) + .byte 0 # DW_children_no + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x18 # (DW_FORM_exprloc) + .uleb128 0x7e # (DW_AT_call_value) + .uleb128 0x18 # (DW_FORM_exprloc) + .byte 0 + .byte 0 + .uleb128 0x2 # (abbrev code) + .uleb128 0x11 # (TAG: DW_TAG_compile_unit) + .byte 0x1 # DW_children_yes + .uleb128 0x25 # (DW_AT_producer) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x13 # (DW_AT_language) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x1f # (DW_FORM_line_strp) + .uleb128 0x1b # (DW_AT_comp_dir) + .uleb128 0x1f # (DW_FORM_line_strp) + .uleb128 0x55 # (DW_AT_ranges) + .uleb128 0x17 # (DW_FORM_sec_offset) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x10 # (DW_AT_stmt_list) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x3 # (abbrev code) + .uleb128 0x34 # (TAG: DW_TAG_variable) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x18 # (DW_FORM_exprloc) + .byte 0 + .byte 0 + .uleb128 0x4 # (abbrev code) + .uleb128 0x24 # (TAG: DW_TAG_base_type) + .byte 0 # DW_children_no + .uleb128 0xb # (DW_AT_byte_size) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3e # (DW_AT_encoding) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .byte 0 + .byte 0 + .uleb128 0x5 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x27 # (DW_AT_prototyped) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3c # (DW_AT_declaration) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x1 # (DW_AT_sibling) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x6 # (abbrev code) + .uleb128 0x5 # (TAG: DW_TAG_formal_parameter) + .byte 0 # DW_children_no + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x7 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x12 # (DW_AT_high_pc) + .uleb128 0x7 # (DW_FORM_data8) + .uleb128 0x40 # (DW_AT_frame_base) + .uleb128 0x18 # (DW_FORM_exprloc) + .uleb128 0x7a # (DW_AT_call_all_calls) + .uleb128 0x19 # (DW_FORM_flag_present) + .byte 0 + .byte 0 + .uleb128 0x8 # (abbrev code) + .uleb128 0x34 # (TAG: DW_TAG_variable) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x17 # (DW_FORM_sec_offset) + .uleb128 0x2137 # (DW_AT_GNU_locviews) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x9 # (abbrev code) + .uleb128 0x48 # (TAG: DW_TAG_call_site) + .byte 0x1 # DW_children_yes + .uleb128 0x7d # (DW_AT_call_return_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x7f # (DW_AT_call_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x1 # (DW_AT_sibling) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0xa # (abbrev code) + .uleb128 0x48 # (TAG: DW_TAG_call_site) + .byte 0x1 # DW_children_yes + .uleb128 0x7d # (DW_AT_call_return_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x7f # (DW_AT_call_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .byte 0 + .section .debug_loclists,"",@progbits + .long .Ldebug_loc3-.Ldebug_loc2 # Length of Location Lists +.Ldebug_loc2: + .value 0x5 # DWARF version number + .byte 0x8 # Address Size + .byte 0 # Segment Size + .long 0 # Offset Entry Count +.Ldebug_loc0: +.LVUS0: + .uleb128 .LVU2 # View list begin (*.LVUS0) + .uleb128 .LVU5 # View list end (*.LVUS0) + .uleb128 .LVU6 # View list begin (*.LVUS0) + .uleb128 .LVU8 # View list end (*.LVUS0) + .uleb128 .LVU8 # View list begin (*.LVUS0) + .uleb128 0 # View list end (*.LVUS0) +.LLST0: + .byte 0x6 # DW_LLE_base_address (*.LLST0) + .quad .LVL0 # Base address (*.LLST0) + .byte 0x4 # DW_LLE_offset_pair (*.LLST0) + .uleb128 .LVL0-.LVL0 # Location list begin address (*.LLST0) + .uleb128 .LVL1-1-.LVL0 # Location list end address (*.LLST0) + .uleb128 0x9 # Location expression size + .byte 0x3 # DW_OP_addr + .quad global + .byte 0x4 # DW_LLE_offset_pair (*.LLST0) + .uleb128 .LVL1-.LVL0 # Location list begin address (*.LLST0) + .uleb128 .LVL2-.LVL0 # Location list end address (*.LLST0) + .uleb128 0x3 # Location expression size + .byte 0x8 # DW_OP_const1u + .byte 0x7b + .byte 0x9f # DW_OP_stack_value + .byte 0x4 # DW_LLE_offset_pair (*.LLST0) + .uleb128 .LVL2-.LVL0 # Location list begin address (*.LLST0) + .uleb128 .LFE0-.LVL0 # Location list end address (*.LLST0) + .uleb128 0x4 # Location expression size + .byte 0xa # DW_OP_const2u + .value 0x1c8 + .byte 0x9f # DW_OP_stack_value + .byte 0 # DW_LLE_end_of_list (*.LLST0) +.Ldebug_loc3: + .section .debug_aranges,"",@progbits + .long 0x2c # Length of Address Ranges Info + .value 0x2 # DWARF aranges version + .long .Ldebug_info0 # Offset of Compilation Unit Info + .byte 0x8 # Size of Address + .byte 0 # Size of Segment Descriptor + .value 0 # Pad to 16 byte boundary + .value 0 + .quad .LFB0 # Address + .quad .LFE0-.LFB0 # Length + .quad 0 + .quad 0 + .section .debug_rnglists,"",@progbits +.Ldebug_ranges0: + .long .Ldebug_ranges3-.Ldebug_ranges2 # Length of Range Lists +.Ldebug_ranges2: + .value 0x5 # DWARF version number + .byte 0x8 # Address Size + .byte 0 # Segment Size + .long 0 # Offset Entry Count +.LLRL1: + .byte 0x7 # DW_RLE_start_length (*.LLRL1) + .quad .LFB0 # Range begin address (*.LLRL1) + .uleb128 .LFE0-.LFB0 # Range length (*.LLRL1) + .byte 0 # DW_RLE_end_of_list (*.LLRL1) +.Ldebug_ranges3: + .section .debug_line,"",@progbits +.Ldebug_line0: + .section .debug_str,"MS",@progbits,1 +.LASF3: + .string "local" +.LASF4: + .string "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-5 -O2" +.LASF2: + .string "global" +.LASF5: + .string "main" + .section .debug_line_str,"MS",@progbits,1 +.LASF0: + .string "dwarf5a.c" +.LASF1: + .string "." + .ident "GCC: (GNU) 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee]" + .section .note.GNU-stack,"",@progbits diff --git a/ld/testsuite/ld-x86-64/dwarf5b.s b/ld/testsuite/ld-x86-64/dwarf5b.s new file mode 100644 index 0000000..4d34469 --- /dev/null +++ b/ld/testsuite/ld-x86-64/dwarf5b.s @@ -0,0 +1,345 @@ +/* Assembly outputs of + +extern void foo(int); + +extern int global; + +void +bar (void) +{ + int local = global; + foo(local); + local = 123; + foo(local); + local = 456; +} + +compiled by GCC 14.2.1 with -O2 -g -dA -gdwarf-5. */ + + .file "dwarf5b.c" + .text +.Ltext0: + .file 0 "." "dwarf5b.c" + .p2align 4 + .globl bar + .type bar, @function +bar: +.LFB0: + .file 1 "dwarf5b.c" + # dwarf5b.c:7:1 + .loc 1 7 1 view -0 + .cfi_startproc +# BLOCK 2, count:1073741824 (estimated locally) seq:0 +# PRED: ENTRY [always] count:1073741824 (estimated locally, freq 1.0000) (FALLTHRU) + # dwarf5b.c:8:3 + .loc 1 8 3 view .LVU1 +.LVL0: + # DEBUG local => [`global'] + # dwarf5b.c:9:3 + .loc 1 9 3 view .LVU2 + # dwarf5b.c:7:1 + .loc 1 7 1 is_stmt 0 view .LVU3 + subq $8, %rsp + .cfi_def_cfa_offset 16 + # dwarf5b.c:9:3 + .loc 1 9 3 view .LVU4 + movl global(%rip), %edi + call foo +.LVL1: + # DEBUG local RESET + # dwarf5b.c:10:3 + .loc 1 10 3 is_stmt 1 view .LVU5 + # DEBUG local => 0x7b + # dwarf5b.c:11:3 + .loc 1 11 3 view .LVU6 + movl $123, %edi + # dwarf5b.c:13:1 + .loc 1 13 1 is_stmt 0 view .LVU7 + addq $8, %rsp + .cfi_def_cfa_offset 8 +# SUCC: EXIT [always] count:1073741824 (estimated locally, freq 1.0000) (ABNORMAL,SIBCALL) + # dwarf5b.c:11:3 + .loc 1 11 3 view .LVU8 + jmp foo +.LVL2: + .cfi_endproc +.LFE0: + .size bar, .-bar +.Letext0: + .section .debug_info,"",@progbits +.Ldebug_info0: + .long 0xa0 # Length of Compilation Unit Info + .value 0x5 # DWARF version number + .byte 0x1 # DW_UT_compile + .byte 0x8 # Pointer Size (in bytes) + .long .Ldebug_abbrev0 # Offset Into Abbrev. Section + .uleb128 0x1 # (DIE (0xc) DW_TAG_compile_unit) + .long .LASF4 # DW_AT_producer: "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-5 -O2" + .byte 0x1d # DW_AT_language + .long .LASF0 # DW_AT_name: "dwarf5b.c" + .long .LASF1 # DW_AT_comp_dir: "." + .quad .Ltext0 # DW_AT_low_pc + .quad .Letext0-.Ltext0 # DW_AT_high_pc + .long .Ldebug_line0 # DW_AT_stmt_list + .uleb128 0x2 # (DIE (0x2e) DW_TAG_variable) + .long .LASF2 # DW_AT_name: "global" + .byte 0x1 # DW_AT_decl_file (dwarf5b.c) + .byte 0x3 # DW_AT_decl_line + .byte 0xc # DW_AT_decl_column + .long 0x3a # DW_AT_type + # DW_AT_external + # DW_AT_declaration + .uleb128 0x3 # (DIE (0x3a) DW_TAG_base_type) + .byte 0x4 # DW_AT_byte_size + .byte 0x5 # DW_AT_encoding + .ascii "int\0" # DW_AT_name + .uleb128 0x4 # (DIE (0x41) DW_TAG_subprogram) + # DW_AT_external + .ascii "foo\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf5b.c) + .byte 0x1 # DW_AT_decl_line + .byte 0xd # DW_AT_decl_column + # DW_AT_prototyped + # DW_AT_declaration + .long 0x53 # DW_AT_sibling + .uleb128 0x5 # (DIE (0x4d) DW_TAG_formal_parameter) + .long 0x3a # DW_AT_type + .byte 0 # end of children of DIE 0x41 + .uleb128 0x6 # (DIE (0x53) DW_TAG_subprogram) + # DW_AT_external + .ascii "bar\0" # DW_AT_name + .byte 0x1 # DW_AT_decl_file (dwarf5b.c) + .byte 0x6 # DW_AT_decl_line + .byte 0x1 # DW_AT_decl_column + # DW_AT_prototyped + .quad .LFB0 # DW_AT_low_pc + .quad .LFE0-.LFB0 # DW_AT_high_pc + .uleb128 0x1 # DW_AT_frame_base + .byte 0x9c # DW_OP_call_frame_cfa + # DW_AT_call_all_calls + .uleb128 0x7 # (DIE (0x6d) DW_TAG_variable) + .long .LASF3 # DW_AT_name: "local" + .byte 0x1 # DW_AT_decl_file (dwarf5b.c) + .byte 0x8 # DW_AT_decl_line + .byte 0x7 # DW_AT_decl_column + .long 0x3a # DW_AT_type + .long .LLST0 # DW_AT_location + .long .LVUS0 # DW_AT_GNU_locviews + .uleb128 0x8 # (DIE (0x81) DW_TAG_call_site) + .quad .LVL1 # DW_AT_call_return_pc + .long 0x41 # DW_AT_call_origin + .uleb128 0x9 # (DIE (0x8e) DW_TAG_call_site) + .quad .LVL2 # DW_AT_call_return_pc + # DW_AT_call_tail_call + .long 0x41 # DW_AT_call_origin + .uleb128 0xa # (DIE (0x9b) DW_TAG_call_site_parameter) + .uleb128 0x1 # DW_AT_location + .byte 0x55 # DW_OP_reg5 + .uleb128 0x2 # DW_AT_call_value + .byte 0x8 # DW_OP_const1u + .byte 0x7b + .byte 0 # end of children of DIE 0x8e + .byte 0 # end of children of DIE 0x53 + .byte 0 # end of children of DIE 0xc + .section .debug_abbrev,"",@progbits +.Ldebug_abbrev0: + .uleb128 0x1 # (abbrev code) + .uleb128 0x11 # (TAG: DW_TAG_compile_unit) + .byte 0x1 # DW_children_yes + .uleb128 0x25 # (DW_AT_producer) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x13 # (DW_AT_language) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x1f # (DW_FORM_line_strp) + .uleb128 0x1b # (DW_AT_comp_dir) + .uleb128 0x1f # (DW_FORM_line_strp) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x12 # (DW_AT_high_pc) + .uleb128 0x7 # (DW_FORM_data8) + .uleb128 0x10 # (DW_AT_stmt_list) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x2 # (abbrev code) + .uleb128 0x34 # (TAG: DW_TAG_variable) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3c # (DW_AT_declaration) + .uleb128 0x19 # (DW_FORM_flag_present) + .byte 0 + .byte 0 + .uleb128 0x3 # (abbrev code) + .uleb128 0x24 # (TAG: DW_TAG_base_type) + .byte 0 # DW_children_no + .uleb128 0xb # (DW_AT_byte_size) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3e # (DW_AT_encoding) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .byte 0 + .byte 0 + .uleb128 0x4 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x27 # (DW_AT_prototyped) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3c # (DW_AT_declaration) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x1 # (DW_AT_sibling) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x5 # (abbrev code) + .uleb128 0x5 # (TAG: DW_TAG_formal_parameter) + .byte 0 # DW_children_no + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x6 # (abbrev code) + .uleb128 0x2e # (TAG: DW_TAG_subprogram) + .byte 0x1 # DW_children_yes + .uleb128 0x3f # (DW_AT_external) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x3 # (DW_AT_name) + .uleb128 0x8 # (DW_FORM_string) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x27 # (DW_AT_prototyped) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x11 # (DW_AT_low_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x12 # (DW_AT_high_pc) + .uleb128 0x7 # (DW_FORM_data8) + .uleb128 0x40 # (DW_AT_frame_base) + .uleb128 0x18 # (DW_FORM_exprloc) + .uleb128 0x7a # (DW_AT_call_all_calls) + .uleb128 0x19 # (DW_FORM_flag_present) + .byte 0 + .byte 0 + .uleb128 0x7 # (abbrev code) + .uleb128 0x34 # (TAG: DW_TAG_variable) + .byte 0 # DW_children_no + .uleb128 0x3 # (DW_AT_name) + .uleb128 0xe # (DW_FORM_strp) + .uleb128 0x3a # (DW_AT_decl_file) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x3b # (DW_AT_decl_line) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x39 # (DW_AT_decl_column) + .uleb128 0xb # (DW_FORM_data1) + .uleb128 0x49 # (DW_AT_type) + .uleb128 0x13 # (DW_FORM_ref4) + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x17 # (DW_FORM_sec_offset) + .uleb128 0x2137 # (DW_AT_GNU_locviews) + .uleb128 0x17 # (DW_FORM_sec_offset) + .byte 0 + .byte 0 + .uleb128 0x8 # (abbrev code) + .uleb128 0x48 # (TAG: DW_TAG_call_site) + .byte 0 # DW_children_no + .uleb128 0x7d # (DW_AT_call_return_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x7f # (DW_AT_call_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0x9 # (abbrev code) + .uleb128 0x48 # (TAG: DW_TAG_call_site) + .byte 0x1 # DW_children_yes + .uleb128 0x7d # (DW_AT_call_return_pc) + .uleb128 0x1 # (DW_FORM_addr) + .uleb128 0x82 # (DW_AT_call_tail_call) + .uleb128 0x19 # (DW_FORM_flag_present) + .uleb128 0x7f # (DW_AT_call_origin) + .uleb128 0x13 # (DW_FORM_ref4) + .byte 0 + .byte 0 + .uleb128 0xa # (abbrev code) + .uleb128 0x49 # (TAG: DW_TAG_call_site_parameter) + .byte 0 # DW_children_no + .uleb128 0x2 # (DW_AT_location) + .uleb128 0x18 # (DW_FORM_exprloc) + .uleb128 0x7e # (DW_AT_call_value) + .uleb128 0x18 # (DW_FORM_exprloc) + .byte 0 + .byte 0 + .byte 0 + .section .debug_loclists,"",@progbits + .long .Ldebug_loc3-.Ldebug_loc2 # Length of Location Lists +.Ldebug_loc2: + .value 0x5 # DWARF version number + .byte 0x8 # Address Size + .byte 0 # Segment Size + .long 0 # Offset Entry Count +.Ldebug_loc0: +.LVUS0: + .uleb128 .LVU6 # View list begin (*.LVUS0) + .uleb128 0 # View list end (*.LVUS0) +.LLST0: + .byte 0x4 # DW_LLE_offset_pair (*.LLST0) + .uleb128 .LVL1-.Ltext0 # Location list begin address (*.LLST0) + .uleb128 .LFE0-.Ltext0 # Location list end address (*.LLST0) + .uleb128 0x3 # Location expression size + .byte 0x8 # DW_OP_const1u + .byte 0x7b + .byte 0x9f # DW_OP_stack_value + .byte 0 # DW_LLE_end_of_list (*.LLST0) +.Ldebug_loc3: + .section .debug_aranges,"",@progbits + .long 0x2c # Length of Address Ranges Info + .value 0x2 # DWARF aranges version + .long .Ldebug_info0 # Offset of Compilation Unit Info + .byte 0x8 # Size of Address + .byte 0 # Size of Segment Descriptor + .value 0 # Pad to 16 byte boundary + .value 0 + .quad .Ltext0 # Address + .quad .Letext0-.Ltext0 # Length + .quad 0 + .quad 0 + .section .debug_line,"",@progbits +.Ldebug_line0: + .section .debug_str,"MS",@progbits,1 +.LASF3: + .string "local" +.LASF4: + .string "GNU C17 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee] -mtune=generic -march=x86-64 -g -gdwarf-5 -O2" +.LASF2: + .string "global" + .section .debug_line_str,"MS",@progbits,1 +.LASF1: + .string "." +.LASF0: + .string "dwarf5b.c" + .ident "GCC: (GNU) 14.2.1 20240906 [releases/gcc-14 r14-10649-gaedf6f810ee]" + .section .note.GNU-stack,"",@progbits diff --git a/ld/testsuite/ld-x86-64/pr32809.d b/ld/testsuite/ld-x86-64/pr32809.d new file mode 100644 index 0000000..3affc23 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr32809.d @@ -0,0 +1,71 @@ +#source: dwarf5a.s +#source: dwarf4.s +#source: dwarf5b.s +#as: --64 +#ld: -r -m elf_x86_64 +#readelf: --wide --debug-dump=loc + +Contents of the .*ebug_loc section: + + Offset Begin End Expression + + 00000000 v000000000000000 v000000000000000 location view pair + 00000002 v000000000000000 v000000000000000 location view pair + + 00000004 v000000000000000 v000000000000000 views at 00000000 for: + 0000000000000000 000000000000000a \(DW_OP_reg5 \(rdi\)\) + 00000017 v000000000000000 v000000000000000 views at 00000002 for: + 000000000000000a 0000000000000016 \(DW_OP_GNU_entry_value: \(DW_OP_reg5 \(rdi\)\); DW_OP_stack_value\) + 0000002d <End of list> + + 0000003d v000000000000002 v000000000000000 location view pair + 0000003f v000000000000000 v000000000000001 location view pair + 00000041 v000000000000001 v000000000000000 location view pair + + 00000043 v000000000000002 v000000000000000 views at 0000003d for: + 0000000000000000 000000000000000a \(DW_OP_reg5 \(rdi\)\) + 00000056 v000000000000000 v000000000000001 views at 0000003f for: + 000000000000000a 000000000000000b \(DW_OP_GNU_entry_value: \(DW_OP_reg5 \(rdi\)\); DW_OP_stack_value\) + 0000006c v000000000000001 v000000000000000 views at 00000041 for: + 000000000000000b 0000000000000016 \(DW_OP_const1u: 123; DW_OP_stack_value\) + 00000081 <End of list> + +Contents of the .*ebug_loclists section: + +Table at Offset 0 + Length: 0x34 + DWARF version: 5 + Address size: 8 + Segment size: 0 + Offset entries: 0 + + Offset Begin End Expression + + 0000000c v000000000000002 v000000000000000 location view pair + 0000000e v000000000000001 v000000000000001 location view pair + 00000010 v000000000000001 v000000000000000 location view pair + + 00000012 0000000000000000 \(base address\) + 0000001b v000000000000002 v000000000000000 views at 0000000c for: + 0000000000000000 000000000000000d \(DW_OP_addr: 0\) + 00000028 v000000000000001 v000000000000001 views at 0000000e for: + 000000000000000e 0000000000000018 \(DW_OP_const1u: 123; DW_OP_stack_value\) + 0000002f v000000000000001 v000000000000000 views at 00000010 for: + 0000000000000018 000000000000001f \(DW_OP_const2u: 456; DW_OP_stack_value\) + 00000037 <End of list> +Table at Offset 0x38 + Length: 0x12 + DWARF version: 5 + Address size: 8 + Segment size: 0 + Offset entries: 0 + + Offset Begin End Expression + + 00000044 v000000000000001 v000000000000000 location view pair + + 00000046 v000000000000001 v000000000000000 views at 00000044 for: + 000000000000002f 000000000000003d \(DW_OP_const1u: 123; DW_OP_stack_value\) + 0000004d <End of list> + +#pass diff --git a/ld/testsuite/ld-x86-64/sframe-ibt-plt-1.d b/ld/testsuite/ld-x86-64/sframe-ibt-plt-1.d index f868242..45bf99a 100644 --- a/ld/testsuite/ld-x86-64/sframe-ibt-plt-1.d +++ b/ld/testsuite/ld-x86-64/sframe-ibt-plt-1.d @@ -10,7 +10,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL CFA fixed RA offset: \-8 #... diff --git a/ld/testsuite/ld-x86-64/sframe-plt-1.d b/ld/testsuite/ld-x86-64/sframe-plt-1.d index 2918ccb..d23540e 100644 --- a/ld/testsuite/ld-x86-64/sframe-plt-1.d +++ b/ld/testsuite/ld-x86-64/sframe-plt-1.d @@ -11,7 +11,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL CFA fixed RA offset: \-8 #... diff --git a/ld/testsuite/ld-x86-64/sframe-pltgot-1.d b/ld/testsuite/ld-x86-64/sframe-pltgot-1.d index 6c47770..e2255b0 100644 --- a/ld/testsuite/ld-x86-64/sframe-pltgot-1.d +++ b/ld/testsuite/ld-x86-64/sframe-pltgot-1.d @@ -10,7 +10,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL CFA fixed RA offset: \-8 #... diff --git a/ld/testsuite/ld-x86-64/sframe-pltgot-2.d b/ld/testsuite/ld-x86-64/sframe-pltgot-2.d index 141be29..52e712b 100644 --- a/ld/testsuite/ld-x86-64/sframe-pltgot-2.d +++ b/ld/testsuite/ld-x86-64/sframe-pltgot-2.d @@ -10,7 +10,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL CFA fixed RA offset: \-8 #... diff --git a/ld/testsuite/ld-x86-64/sframe-reloc-1.d b/ld/testsuite/ld-x86-64/sframe-reloc-1.d new file mode 100644 index 0000000..19725e8 --- /dev/null +++ b/ld/testsuite/ld-x86-64/sframe-reloc-1.d @@ -0,0 +1,35 @@ +#as: --gsframe +#source: sframe-foo.s +#source: sframe-bar.s +#objdump: --sframe=.sframe +#ld: -r --no-rosegment +#name: SFrame simple link - relocatable + +.*: +file format .* + +Contents of the SFrame section .sframe: + Header : + + Version: SFRAME_VERSION_2 + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL + CFA fixed RA offset: \-8 + Num FDEs: 2 + Num FREs: 8 + + Function Index : + + + func idx \[0\]: pc = 0x0, size = 53 bytes + STARTPC +CFA +FP +RA + + 0+0000 +sp\+8 +u +f + + 0+0001 +sp\+16 +c-16 +f + + 0+0004 +fp\+16 +c-16 +f + + 0+0034 +sp\+8 +c-16 +f + + + func idx \[1\]: pc = 0x35, size = 37 bytes + STARTPC +CFA +FP +RA + + 0+0035 +sp\+8 +u +f + + 0+0036 +sp\+16 +c-16 +f + + 0+0039 +fp\+16 +c-16 +f + + 0+0059 +sp\+8 +c-16 +f + diff --git a/ld/testsuite/ld-x86-64/sframe-reloc-2a.s b/ld/testsuite/ld-x86-64/sframe-reloc-2a.s new file mode 100644 index 0000000..8cd8694 --- /dev/null +++ b/ld/testsuite/ld-x86-64/sframe-reloc-2a.s @@ -0,0 +1,7 @@ + .section sect, "axG", @progbits, sectgroup, comdat + .global _start +_start: + .cfi_startproc + call foo + .cfi_endproc + .section .note.GNU-stack,"",@progbits diff --git a/ld/testsuite/ld-x86-64/sframe-reloc-2b.s b/ld/testsuite/ld-x86-64/sframe-reloc-2b.s new file mode 100644 index 0000000..9484636 --- /dev/null +++ b/ld/testsuite/ld-x86-64/sframe-reloc-2b.s @@ -0,0 +1,31 @@ + .section sect, "axG", @progbits, sectgroup, comdat + .cfi_startproc +# Test intention is that LSDA must be provided by the discarded FDE. +# DW_EH_PE_udata8 = 4 +# DW_EH_PE_udata4 = 3 + .ifdef ELF64 + .cfi_lsda 4, lsda + .else + .cfi_lsda 3, lsda + .endif + .skip 16 + .cfi_endproc + + .text + .globl foo + .type foo, @function +foo: + .cfi_startproc + pushq %rbp + .cfi_def_cfa_offset 16 + .cfi_offset 6, -16 + movq %rsp, %rbp + .cfi_def_cfa_register 6 + popq %rbp + .cfi_def_cfa 7, 8 + ret + .cfi_endproc + + .section .gcc_except_table, "a", @progbits +lsda: + .section .note.GNU-stack,"",@progbits diff --git a/ld/testsuite/ld-x86-64/sframe-simple-1.d b/ld/testsuite/ld-x86-64/sframe-simple-1.d index 3effdbf..bb4142f 100644 --- a/ld/testsuite/ld-x86-64/sframe-simple-1.d +++ b/ld/testsuite/ld-x86-64/sframe-simple-1.d @@ -11,7 +11,8 @@ Contents of the SFrame section .sframe: Header : Version: SFRAME_VERSION_2 - Flags: SFRAME_F_FDE_SORTED + Flags: SFRAME_F_FDE_SORTED, + SFRAME_F_FDE_FUNC_START_PCREL CFA fixed RA offset: \-8 #... diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 52c4d5e..3d873a7 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -563,13 +563,36 @@ run_dump_test "pr32591-3" run_dump_test "pr32591-3-x32" run_dump_test "pr32591-4" run_dump_test "pr32591-4-x32" +run_dump_test "pr32809" if { ![skip_sframe_tests] } { run_dump_test "sframe-simple-1" + run_dump_test "sframe-reloc-1" run_dump_test "sframe-plt-1" run_dump_test "sframe-ibt-plt-1" run_dump_test "sframe-pltgot-1" run_dump_test "sframe-pltgot-2" + + run_ld_link_tests [list \ + [list \ + "Build sframe-reloc-2.o" \ + "-m elf_x86_64 -r" \ + "" \ + "--64 --gsframe" \ + {sframe-reloc-2a.s sframe-reloc-2b.s} \ + "" \ + "sframe-reloc-2.o" \ + ] \ + [list \ + "Build sframe-reloc-2" \ + "-m elf_x86_64 tmpdir/sframe-reloc-2.o" \ + "" \ + "--64 --gsframe" \ + {dummy.s} \ + "" \ + "sframe-reloc-2" \ + ] \ + ] } if ![istarget "x86_64-*-linux*"] { diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 9615271..22d2f98 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -860,14 +860,15 @@ proc run_ld_link_exec_tests { ldtests args } { } # List contains test-items with 3 items followed by 2 lists, one item and -# one optional item: +# 2 optional items: # 0:name -# 1:ld or ar options +# 1:leading ld or ar options # 2:compile options # 3:filenames of source files # 4:action and options. # 5:name of output file # 6:language (optional) +# 7:trailing ld options (optional), placed after object files # # Actions: # objdump: Apply objdump options on result. Compare with regex (last arg). @@ -899,6 +900,7 @@ proc run_cc_link_tests { ldtests } { set actions [lindex $testitem 4] set binfile tmpdir/[lindex $testitem 5] set lang [lindex $testitem 6] + set trailing_ldflags [lindex $testitem 7] set objfiles {} set is_unresolved 0 set failed 0 @@ -927,6 +929,7 @@ proc run_cc_link_tests { ldtests } { #verbose -log "actions is $actions" #verbose -log "binfile is $binfile" #verbose -log "lang is $lang" + #verbose -log "trailing_ldflags is $trailing_ldflags" foreach actionlist $actions { set action [lindex $actionlist 0] @@ -1006,7 +1009,7 @@ proc run_cc_link_tests { ldtests } { untested $testname continue } - ld_link $cc_cmd $binfile "-L$srcdir/$subdir $ldflags $objfiles" + ld_link $cc_cmd $binfile "-L$srcdir/$subdir $ldflags $objfiles $trailing_ldflags" set ld_output "$exec_output" if { $check_ld(source) == "regexp" } then { @@ -1665,36 +1668,6 @@ proc skip_ctf_tests { } { return 1 } -# Check if the assembler supports SFrame. - -proc check_as_sframe { } { - global check_as_sframe_result - global as - if [info exists check_as_sframe_result] { - return $check_as_sframe_result - } - - # SFrame generation needs CFI support - if { ![check_as_cfi] } { - set check_as_sframe_result 0; - return 0 - } - - set as_file "tmpdir/check_as_sframe.s" - set as_fh [open $as_file w 0666] - puts $as_fh "# Generated file. DO NOT EDIT" - puts $as_fh "\t.cfi_sections \".sframe\"" - puts $as_fh "\t.cfi_startproc" - puts $as_fh "\t.cfi_endproc" - close $as_fh - remote_download host $as_file - verbose -log "Checking SFrame:" - set success [ld_assemble $as $as_file "/dev/null"] - #remote_file host delete $as_file - set check_as_sframe_result $success - return $success -} - proc skip_sframe_tests { } { # FIXME TODO # global enable_libsframe @@ -1703,7 +1676,7 @@ proc skip_sframe_tests { } { # return 1 # } - if [check_as_sframe] { + if [gas_sframe_check] { return 0 } |