This is the 2.45 release

This commit is contained in:
Nick Clifton
2025-07-27 09:56:42 +01:00
parent 57ab0c3f82
commit 2bc7af1ff7
18 changed files with 277675 additions and 1025 deletions

276618
ChangeLog.git Normal file

File diff suppressed because one or more lines are too long

20
bfd/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.44.90.
# Generated by GNU Autoconf 2.69 for bfd 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='bfd 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='bfd 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1409,7 +1409,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 bfd 2.44.90 to adapt to many kinds of systems.
\`configure' configures bfd 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1480,7 +1480,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.44.90:";;
short | recursive ) echo "Configuration of bfd 2.45:";;
esac
cat <<\_ACEOF
@@ -1625,7 +1625,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.44.90
bfd configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2219,7 +2219,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 bfd $as_me 2.44.90, which was
It was created by bfd $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3202,7 +3202,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -17754,7 +17754,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 bfd $as_me 2.44.90, which was
This file was extended by bfd $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17820,7 +17820,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="\\
bfd config.status 2.44.90
bfd config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
development=true
development=false
# Indicate whether this is a release branch.
experimental=true
experimental=false

View File

@@ -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-07-13 08:44+0100\n"
"POT-Creation-Date: 2025-07-27 09:49+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"
@@ -987,7 +987,7 @@ msgstr ""
#: elf-m10300.c:2093 elf32-arm.c:13476 elf32-i386.c:3545 elf32-m32r.c:2333
#: elf32-m68k.c:3931 elf32-s390.c:3074 elf32-sh.c:3674 elf32-tilepro.c:3274
#: elf32-xtensa.c:3022 elf64-s390.c:3391 elf64-x86-64.c:5025
#: elf32-xtensa.c:3022 elf64-s390.c:3391 elf64-x86-64.c:5029
#: elfxx-sparc.c:2924 elfxx-sparc.c:3820 elfxx-tilegx.c:3667
#: elfnn-aarch64.c:5743
#: elfnn-aarch64.c:7361
@@ -1100,27 +1100,27 @@ msgstr ""
msgid "Merging program properties\n"
msgstr ""
#: elf-sframe.c:201
#: elf-sframe.c:208
#, c-format
msgid "error in %pB(%pA); unexpected SFrame section type"
msgstr ""
#: elf-sframe.c:252
#: elf-sframe.c:259
#, c-format
msgid "error in %pB(%pA); no .sframe will be created"
msgstr ""
#: elf-sframe.c:426
#: elf-sframe.c:433
msgid "input SFrame sections with different abi prevent .sframe generation"
msgstr ""
#: elf-sframe.c:437
#: elf-sframe.c:444
msgid ""
"input SFrame sections with different format versions prevent .sframe "
"generation"
msgstr ""
#: elf-sframe.c:450
#: elf-sframe.c:457
msgid ""
"SFrame sections with unexpected data encoding prevent .sframe generation"
msgstr ""
@@ -1275,78 +1275,78 @@ msgid ""
"ignoring"
msgstr ""
#: elf.c:2905 elf.c:2919 elf.c:2930 elf.c:2943
#: elf.c:2907 elf.c:2921 elf.c:2932 elf.c:2945
#, c-format
msgid "%pB: unknown type [%#x] section `%s'"
msgstr ""
#: elf.c:3614
#: elf.c:3616
#, c-format
msgid "%pB: error: alignment power %d of section `%pA' is too big"
msgstr ""
#: elf.c:3649
#: elf.c:3651
#, c-format
msgid "warning: section `%pA' type changed to PROGBITS"
msgstr ""
#: elf.c:3981
#: elf.c:3983
#, c-format
msgid "%pB: corrupted group section: `%pA'"
msgstr ""
#: elf.c:4156
#: elf.c:4158
#, c-format
msgid "%pB: too many sections: %u"
msgstr ""
#: elf.c:4242
#: elf.c:4244
#, c-format
msgid ""
"%pB: sh_link of section `%pA' points to discarded section `%pA' of `%pB'"
msgstr ""
#: elf.c:4260
#: elf.c:4262
#, c-format
msgid "%pB: sh_link of section `%pA' points to removed section `%pA' of `%pB'"
msgstr ""
#: elf.c:4860
#: elf.c:4862
#, c-format
msgid "%pB: GNU_MBIND section `%pA' has invalid sh_info field: %d"
msgstr ""
#: elf.c:5043
#: elf.c:5045
msgid "%P: failed to size relative relocations\n"
msgstr ""
#: elf.c:5470
#: elf.c:5472
#, c-format
msgid "%pB: TLS sections are not adjacent:"
msgstr ""
#: elf.c:5477
#: elf.c:5479
#, c-format
msgid "\t TLS: %pA"
msgstr ""
#: elf.c:5481
#: elf.c:5483
#, c-format
msgid "\tnon-TLS: %pA"
msgstr ""
#: elf.c:6103
#: elf.c:6105
#, c-format
msgid ""
"%pB: The first section in the PT_DYNAMIC segment is not the .dynamic section"
msgstr ""
#: elf.c:6129
#: elf.c:6131
#, c-format
msgid "%pB: not enough room for program headers, try linking with -N"
msgstr ""
#: elf.c:6256
#: elf.c:6258
#, c-format
msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>"
msgstr ""
@@ -1354,201 +1354,201 @@ msgstr ""
#. The fix for this error is usually to edit the linker script being
#. used and set up the program headers manually. Either that or
#. leave room for the headers at the start of the SECTIONS.
#: elf.c:6397
#: elf.c:6399
#, c-format
msgid "%pB: error: PHDR segment not covered by LOAD segment"
msgstr ""
#: elf.c:6437
#: elf.c:6439
#, c-format
msgid "%pB: section `%pA' can't be allocated in segment %u"
msgstr ""
#: elf.c:6575
#: elf.c:6577
#, c-format
msgid "%pB: warning: allocated section `%s' not in segment"
msgstr ""
#: elf.c:6710
#: elf.c:6712
#, c-format
msgid "%pB: warning: unable to allocate any sections to PT_GNU_RELRO segment"
msgstr ""
#: elf.c:6741
#: elf.c:6743
#, c-format
msgid ""
"%pB: error: non-load segment %d includes file header and/or program header"
msgstr ""
#: elf.c:6894
#: elf.c:6896
#, c-format
msgid "error: %pB has a TLS segment with execute permission"
msgstr ""
#: elf.c:6900
#: elf.c:6902
#, c-format
msgid "warning: %pB has a TLS segment with execute permission"
msgstr ""
#: elf.c:6915
#: elf.c:6917
#, c-format
msgid "error: %pB has a LOAD segment with RWX permissions"
msgstr ""
#: elf.c:6921
#: elf.c:6923
#, c-format
msgid "warning: %pB has a LOAD segment with RWX permissions"
msgstr ""
#: elf.c:7316
#: elf.c:7318
#, c-format
msgid "%pB: symbol `%s' required but not present"
msgstr ""
#: elf.c:7693
#: elf.c:7695
#, c-format
msgid ""
"%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this "
"intentional?"
msgstr ""
#: elf.c:8366
#: elf.c:8368
#, c-format
msgid "%pB: warning: segment alignment of %#<PRIx64> is too large"
msgstr ""
#: elf.c:8848
#: elf.c:8850
#, c-format
msgid ""
"%pB: Unable to handle section index %x in ELF symbol. Using ABS instead."
msgstr ""
#: elf.c:8878
#: elf.c:8880
#, c-format
msgid ""
"unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr ""
#: elf.c:9311
#: elf.c:9313
#, c-format
msgid "%pB: .gnu.version_r invalid entry"
msgstr ""
#: elf.c:9489
#: elf.c:9491
#, c-format
msgid "%pB: .gnu.version_d invalid entry"
msgstr ""
#: elf.c:9992
#: elf.c:9994
#, c-format
msgid "%pB:%pA: error: attempting to write over the end of the section"
msgstr ""
#: elf.c:10004
#: elf.c:10006
#, c-format
msgid "%pB:%pA: error: attempting to write section into an empty buffer"
msgstr ""
#: elf.c:10119 elf32-mcore.c:100 elf32-mcore.c:455 elf32-ppc.c:7666
#: elf.c:10121 elf32-mcore.c:100 elf32-mcore.c:455 elf32-ppc.c:7666
#: elf32-ppc.c:8854 elf64-ppc.c:16870
#, c-format
msgid "%pB: %s unsupported"
msgstr ""
#: elf.c:10966
#: elf.c:10968
#, c-format
msgid "%pB: warning: win32pstatus %s of size %lu bytes is too small"
msgstr ""
#: elf.c:11045
#: elf.c:11047
#, c-format
msgid ""
"%pB: win32pstatus NOTE_INFO_MODULE of size %lu is too small to contain a "
"name of size %u"
msgstr ""
#: elf.c:13726
#: elf.c:13728
msgid "GNU_MBIND section is supported only by GNU and FreeBSD targets"
msgstr ""
#: elf.c:13729
#: elf.c:13731
msgid "symbol type STT_GNU_IFUNC is supported only by GNU and FreeBSD targets"
msgstr ""
#: elf.c:13732
#: elf.c:13734
msgid ""
"symbol binding STB_GNU_UNIQUE is supported only by GNU and FreeBSD targets"
msgstr ""
#: elf.c:13735
#: elf.c:13737
msgid "GNU_RETAIN section is supported only by GNU and FreeBSD targets"
msgstr ""
#: elf.c:13952
#: elf.c:13954
#, c-format
msgid "%pB(%pA): relocation %zu has invalid symbol index %lu"
msgstr ""
#: elf.c:14027
#: elf.c:14029
#, c-format
msgid ""
"%pB(%pA): link section cannot be set because the output file does not have a "
"symbol table"
msgstr ""
#: elf.c:14041
#: elf.c:14043
#, c-format
msgid "%pB(%pA): info section index is invalid"
msgstr ""
#: elf.c:14055
#: elf.c:14057
#, c-format
msgid ""
"%pB(%pA): info section index cannot be set because the section is not in the "
"output"
msgstr ""
#: elf.c:14131
#: elf.c:14133
#, c-format
msgid "%pB(%pA): error: secondary reloc section processed twice"
msgstr ""
#: elf.c:14143
#: elf.c:14145
#, c-format
msgid "%pB(%pA): error: secondary reloc section has zero sized entries"
msgstr ""
#: elf.c:14155
#: elf.c:14157
#, c-format
msgid "%pB(%pA): error: secondary reloc section has non-standard sized entries"
msgstr ""
#: elf.c:14169
#: elf.c:14171
#, c-format
msgid "%pB(%pA): error: secondary reloc section is empty!"
msgstr ""
#: elf.c:14193
#: elf.c:14195
#, c-format
msgid "%pB(%pA): error: internal relocs missing for secondary reloc section"
msgstr ""
#: elf.c:14213
#: elf.c:14215
#, c-format
msgid "%pB(%pA): error: reloc table entry %zu is empty"
msgstr ""
#: elf.c:14238
#: elf.c:14240
#, c-format
msgid "%pB(%pA): error: secondary reloc %zu references a missing symbol"
msgstr ""
#: elf.c:14256
#: elf.c:14258
#, c-format
msgid "%pB(%pA): error: secondary reloc %zu references a deleted symbol"
msgstr ""
#: elf.c:14270
#: elf.c:14272
#, c-format
msgid "%pB(%pA): error: secondary reloc %zu is of an unknown type"
msgstr ""
@@ -2380,7 +2380,7 @@ msgid "%pB(%pA+%#<PRIx64>): unresolvable relocation against symbol `%s'"
msgstr ""
#: elf32-bfin.c:1621 elf32-i386.c:3585 elf32-m68k.c:4008 elf32-s390.c:3132
#: elf64-s390.c:3468 elf64-x86-64.c:5080
#: elf64-s390.c:3468 elf64-x86-64.c:5084
#, c-format
msgid "%pB(%pA+%#<PRIx64>): reloc against `%s': error %d"
msgstr ""
@@ -2868,14 +2868,14 @@ msgid ""
"%pB: non-canonical reference to canonical protected function `%s' in %pB"
msgstr ""
#: elf32-i386.c:2461 elf64-x86-64.c:3446
#: elf32-i386.c:2461 elf64-x86-64.c:3450
#: elfnn-riscv.c:2742
#, c-format
msgid "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported"
msgstr ""
#: elf32-i386.c:2494 elf32-i386.c:3794 elf32-i386.c:3942 elf64-x86-64.c:3503
#: elf64-x86-64.c:5254 elf64-x86-64.c:5425
#: elf32-i386.c:2494 elf32-i386.c:3794 elf32-i386.c:3942 elf64-x86-64.c:3507
#: elf64-x86-64.c:5258 elf64-x86-64.c:5429
#: elfnn-riscv.c:2604
#: elfnn-riscv.c:3511
#: elfnn-riscv.c:3585
@@ -2890,19 +2890,19 @@ msgid ""
"used when making a shared object"
msgstr ""
#: elf32-i386.c:2707 elf64-x86-64.c:3726
#: elf32-i386.c:2707 elf64-x86-64.c:3730
msgid "hidden symbol"
msgstr ""
#: elf32-i386.c:2710 elf64-x86-64.c:3729
#: elf32-i386.c:2710 elf64-x86-64.c:3733
msgid "internal symbol"
msgstr ""
#: elf32-i386.c:2713 elf64-x86-64.c:3732
#: elf32-i386.c:2713 elf64-x86-64.c:3736
msgid "protected symbol"
msgstr ""
#: elf32-i386.c:2716 elf64-x86-64.c:3735
#: elf32-i386.c:2716 elf64-x86-64.c:3739
msgid "symbol"
msgstr ""
@@ -2920,7 +2920,7 @@ msgid ""
"making a shared object"
msgstr ""
#: elf32-i386.c:4145 elf64-x86-64.c:5645
#: elf32-i386.c:4145 elf64-x86-64.c:5649
msgid "%P: discarded output section: `%pA'\n"
msgstr ""
@@ -5102,7 +5102,7 @@ msgstr ""
msgid "%pB: unsupported relocation %s against symbol `%s'"
msgstr ""
#: elf64-x86-64.c:3472
#: elf64-x86-64.c:3476
#: elfnn-aarch64.c:5784
#: elfnn-riscv.c:2572
#, c-format
@@ -5111,53 +5111,53 @@ msgid ""
"<PRId64>"
msgstr ""
#: elf64-x86-64.c:3741
#: elf64-x86-64.c:3745
#, c-format
msgid ""
"%pB: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used "
"when making a shared object"
msgstr ""
#: elf64-x86-64.c:3755
#: elf64-x86-64.c:3759
#, c-format
msgid ""
"%pB: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used "
"when making a shared object"
msgstr ""
#: elf64-x86-64.c:4045
#: elf64-x86-64.c:4049
#, c-format
msgid ""
"%pB: addend %s%#x in relocation %s against symbol `%s' at %#<PRIx64> in "
"section `%pA' is out of range"
msgstr ""
#: elf64-x86-64.c:4197
#: elf64-x86-64.c:4201
msgid "%P: corrupt input: %pB\n"
msgstr ""
#: elf64-x86-64.c:5066
#: elf64-x86-64.c:5070
#, c-format
msgid ""
" failed to convert GOTPCREL relocation against '%s'; relink with --no-relax\n"
msgstr ""
#: elf64-x86-64.c:5225
#: elf64-x86-64.c:5229
#, c-format
msgid "%pB: PC-relative offset overflow in PLT entry for `%s'\n"
msgstr ""
#: elf64-x86-64.c:5301
#: elf64-x86-64.c:5305
#, c-format
msgid "%pB: branch displacement overflow in PLT entry for `%s'\n"
msgstr ""
#: elf64-x86-64.c:5354
#: elf64-x86-64.c:5358
#, c-format
msgid "%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n"
msgstr ""
#: elf64-x86-64.c:5505
#: elf64-x86-64.c:5509
#, c-format
msgid ""
"%pB: Unable to generate dynamic relocs because a suitable section does not "

View File

@@ -1 +1 @@
m4_define([BFD_VERSION], [2.44.90])
m4_define([BFD_VERSION], [2.45])

20
binutils/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for binutils 2.44.90.
# Generated by GNU Autoconf 2.69 for binutils 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='binutils 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='binutils 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1407,7 +1407,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 binutils 2.44.90 to adapt to many kinds of systems.
\`configure' configures binutils 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1478,7 +1478,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.44.90:";;
short | recursive ) echo "Configuration of binutils 2.45:";;
esac
cat <<\_ACEOF
@@ -1640,7 +1640,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
binutils configure 2.44.90
binutils configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2108,7 +2108,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 binutils $as_me 2.44.90, which was
It was created by binutils $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3091,7 +3091,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -16879,7 +16879,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 binutils $as_me 2.44.90, which was
This file was extended by binutils $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16945,7 +16945,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="\\
binutils config.status 2.44.90
binutils config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

20
gas/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gas 2.44.90.
# Generated by GNU Autoconf 2.69 for gas 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='gas 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='gas 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1393,7 +1393,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 gas 2.44.90 to adapt to many kinds of systems.
\`configure' configures gas 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1464,7 +1464,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.44.90:";;
short | recursive ) echo "Configuration of gas 2.45:";;
esac
cat <<\_ACEOF
@@ -1621,7 +1621,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gas configure 2.44.90
gas configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2032,7 +2032,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 gas $as_me 2.44.90, which was
It was created by gas $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3012,7 +3012,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -16548,7 +16548,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 gas $as_me 2.44.90, which was
This file was extended by gas $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16614,7 +16614,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="\\
gas config.status 2.44.90
gas config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -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-07-13 08:45+0100\n"
"POT-Creation-Date: 2025-07-27 09:50+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"
@@ -220,112 +220,115 @@ msgstr ""
#: as.c:313
#, c-format
msgid " --gsframe generate SFrame stack trace information\n"
msgid ""
" --gsframe[={no|yes}] whether to generate SFrame stack trace "
"information\n"
" (default: no)\n"
msgstr ""
#: as.c:316
#: as.c:317
#, c-format
msgid ""
" --scfi=experimental Synthesize DWARF CFI for hand-written asm\n"
" (experimental support)\n"
msgstr ""
#: as.c:322
#: as.c:323
#, c-format
msgid " -f skip whitespace and comment preprocessing\n"
msgstr ""
#: as.c:324
#: as.c:325
#, c-format
msgid " -g, --gen-debug generate debugging information\n"
msgstr ""
#: as.c:326
#: as.c:327
#, c-format
msgid " --gstabs generate STABS debugging information\n"
msgstr ""
#: as.c:328
#: as.c:329
#, c-format
msgid ""
" --gstabs+ generate STABS debug info with GNU extensions\n"
msgstr ""
#: as.c:330
#: as.c:331
#, c-format
msgid ""
" --gdwarf-<N> generate DWARF<N> debugging information. 2 <= <N> "
"<= 5\n"
msgstr ""
#: as.c:332
#: as.c:333
#, c-format
msgid " --gdwarf-cie-version=<N> generate version 1, 3 or 4 DWARF CIEs\n"
msgstr ""
#: as.c:334
#: as.c:335
#, c-format
msgid ""
" --gdwarf-sections generate per-function section names for DWARF line "
"information\n"
msgstr ""
#: as.c:337
#: as.c:338
#, c-format
msgid " --gcodeview generate CodeView debugging information\n"
msgstr ""
#: as.c:340
#: as.c:341
#, c-format
msgid " --hash-size=<N> ignored\n"
msgstr ""
#: as.c:342
#: as.c:343
#, c-format
msgid " --help show all assembler options\n"
msgstr ""
#: as.c:344
#: as.c:345
#, c-format
msgid " --target-help show target specific options\n"
msgstr ""
#: as.c:346
#: as.c:347
#, c-format
msgid ""
" -I DIR add DIR to search list for .include directives\n"
msgstr ""
#: as.c:348
#: as.c:349
#, c-format
msgid " -J don't warn about signed overflow\n"
msgstr ""
#: as.c:350
#: as.c:351
#, c-format
msgid ""
" -K warn when differences altered for long "
"displacements\n"
msgstr ""
#: as.c:352
#: as.c:353
#, c-format
msgid " -L, --keep-locals keep local symbols (e.g. starting with `L')\n"
msgstr ""
#: as.c:354
#: as.c:355
#, c-format
msgid " -M, --mri assemble in MRI compatibility mode\n"
msgstr ""
#: as.c:356
#: as.c:357
#, c-format
msgid ""
" --MD FILE write dependency information in FILE (default "
"none)\n"
msgstr ""
#: as.c:358
#: as.c:359
#, c-format
msgid ""
" --multibyte-handling=<method>\n"
@@ -333,83 +336,83 @@ msgid ""
"in the input\n"
msgstr ""
#: as.c:361
#: as.c:362
#, c-format
msgid " -nocpp ignored\n"
msgstr ""
#: as.c:363
#: as.c:364
#, c-format
msgid ""
" -no-pad-sections do not pad the end of sections to alignment "
"boundaries\n"
msgstr ""
#: as.c:365
#: as.c:366
#, c-format
msgid ""
" -o OBJFILE name the object-file output OBJFILE (default a."
"out)\n"
msgstr ""
#: as.c:367
#: as.c:368
#, c-format
msgid " -R fold data section into text section\n"
msgstr ""
#: as.c:369
#: as.c:370
#, c-format
msgid " --reduce-memory-overheads ignored\n"
msgstr ""
#: as.c:371
#: as.c:372
#, c-format
msgid ""
" --statistics print various measured statistics from execution\n"
msgstr ""
#: as.c:373
#: as.c:374
#, c-format
msgid " --strip-local-absolute strip local absolute symbols\n"
msgstr ""
#: as.c:375
#: as.c:376
#, c-format
msgid ""
" --traditional-format Use same format as native assembler when possible\n"
msgstr ""
#: as.c:377
#: as.c:378
#, c-format
msgid " --version print assembler version number and exit\n"
msgstr ""
#: as.c:379
#: as.c:380
#, c-format
msgid " -W, --no-warn suppress warnings\n"
msgstr ""
#: as.c:381
#: as.c:382
#, c-format
msgid " --warn don't suppress warnings\n"
msgstr ""
#: as.c:383
#: as.c:384
#, c-format
msgid " --fatal-warnings treat warnings as errors\n"
msgstr ""
#: as.c:385
#: as.c:386
#, c-format
msgid " --no-info suppress information messages\n"
msgstr ""
#: as.c:387
#: as.c:388
#, c-format
msgid " --info don't suppress information messages\n"
msgstr ""
#: as.c:390
#: as.c:391
#, c-format
msgid ""
" --itbl INSTTBL extend instruction set to include instructions\n"
@@ -417,22 +420,22 @@ msgid ""
"INSTTBL\n"
msgstr ""
#: as.c:394
#: as.c:395
#, c-format
msgid " -w ignored\n"
msgstr ""
#: as.c:396
#: as.c:397
#, c-format
msgid " -X ignored\n"
msgstr ""
#: as.c:398
#: as.c:399
#, c-format
msgid " -Z generate object file even after errors\n"
msgstr ""
#: as.c:400
#: as.c:401
#, c-format
msgid ""
" --listing-lhs-width set the width in words of the output data column "
@@ -440,7 +443,7 @@ msgid ""
" the listing\n"
msgstr ""
#: as.c:403
#: as.c:404
#, c-format
msgid ""
" --listing-lhs-width2 set the width in words of the continuation lines\n"
@@ -449,62 +452,62 @@ msgid ""
" the width of the first line\n"
msgstr ""
#: as.c:407
#: as.c:408
#, c-format
msgid ""
" --listing-rhs-width set the max width in characters of the lines from\n"
" the source file\n"
msgstr ""
#: as.c:410
#: as.c:411
#, c-format
msgid ""
" --listing-cont-lines set the maximum number of continuation lines used\n"
" for the output data column of the listing\n"
msgstr ""
#: as.c:413
#: as.c:414
#, c-format
msgid " @FILE read options from FILE\n"
msgstr ""
#: as.c:421
#: as.c:422
#, c-format
msgid "Report bugs to %s\n"
msgstr ""
#: as.c:653
#: as.c:654
#, c-format
msgid "unrecognized option `-%c%s'"
msgstr ""
#: as.c:655
#: as.c:656
#, c-format
msgid "unrecognized option `--%s=%s'"
msgstr ""
#: as.c:657
#: as.c:658
#, c-format
msgid "unrecognized option `--%s'"
msgstr ""
#: as.c:711
#: as.c:712
#, c-format
msgid "unexpected argument to --multibyte-input-option: '%s'"
msgstr ""
#. This output is intended to follow the GNU standards document.
#: as.c:716
#: as.c:717
#, c-format
msgid "GNU assembler %s\n"
msgstr ""
#: as.c:717
#: as.c:718
#, c-format
msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n"
msgstr ""
#: as.c:718
#: as.c:719
#, c-format
msgid ""
"This program is free software; you may redistribute it under the terms of\n"
@@ -512,152 +515,157 @@ msgid ""
"This program has absolutely no warranty.\n"
msgstr ""
#: as.c:723
#: as.c:724
#, c-format
msgid ""
"This assembler was configured for a target of `%s' and default,\n"
"cpu type `%s'.\n"
msgstr ""
#: as.c:727
#: as.c:728
#, c-format
msgid "This assembler was configured for a target of `%s'.\n"
msgstr ""
#: as.c:735
#: as.c:736
msgid "multiple emulation names specified"
msgstr ""
#: as.c:737
#: as.c:738
msgid "emulations not handled in this configuration"
msgstr ""
#: as.c:742
#, c-format
msgid "alias = %s\n"
msgstr ""
#: as.c:743
#, c-format
msgid "canonical = %s\n"
msgid "alias = %s\n"
msgstr ""
#: as.c:744
#, c-format
msgid "canonical = %s\n"
msgstr ""
#: as.c:745
#, c-format
msgid "cpu-type = %s\n"
msgstr ""
#: as.c:746
#: as.c:747
#, c-format
msgid "format = %s\n"
msgstr ""
#: as.c:749
#: as.c:750
#, c-format
msgid "bfd-target = %s\n"
msgstr ""
#: as.c:760
#: as.c:761
msgid "--compress-debug-sections=zstd: gas is not built with zstd support"
msgstr ""
#: as.c:764
#: as.c:765
#, c-format
msgid "Invalid --compress-debug-sections option: `%s'"
msgstr ""
#: as.c:767
#: as.c:768
#, c-format
msgid "--compress-debug-sections=%s is unsupported"
msgstr ""
#: as.c:792
#: as.c:793
msgid "bad defsym; format is --defsym name=value"
msgstr ""
#: as.c:810
#: as.c:811
msgid "no file name following -t option"
msgstr ""
#: as.c:819
#: as.c:820
#, c-format
msgid "failed to read instruction table %s\n"
msgstr ""
#: as.c:841
#: as.c:842
#, c-format
msgid "unknown DWARF option %s\n"
msgstr ""
#: as.c:843
#: as.c:844
#, c-format
msgid "unknown option `%s'"
msgstr ""
#: as.c:900
#: as.c:901
#, c-format
msgid "Invalid --gdwarf-cie-version `%s'"
msgstr ""
#: as.c:1002
#: as.c:1003
#, c-format
msgid "Invalid --scfi= option: `%s'; suggested option: experimental"
msgstr ""
#: as.c:1013
#: as.c:1014
#, c-format
msgid "Invalid --size-check= option: `%s'"
msgstr ""
#: as.c:1022
#: as.c:1023
#, c-format
msgid "Invalid --elf-stt-common= option: `%s'"
msgstr ""
#: as.c:1036
#: as.c:1037
#, c-format
msgid "Invalid --generate-missing-build-notes option: `%s'"
msgstr ""
#: as.c:1114
#: as.c:1049
#, c-format
msgid "Invalid --gsframe option: `%s'"
msgstr ""
#: as.c:1125
#, c-format
msgid "invalid listing option `%c'"
msgstr ""
#: as.c:1197
#: as.c:1208
#, c-format
msgid "%s: total time in assembly: %ld.%06ld\n"
msgstr ""
#: as.c:1299
#: as.c:1310
msgid "libbfd ABI mismatch"
msgstr ""
#: as.c:1465
#: as.c:1476
#, c-format
msgid "The input '%s' and output '%s' files are the same"
msgstr ""
#: as.c:1518
#: as.c:1529
#, c-format
msgid "%d warning"
msgid_plural "%d warnings"
msgstr[0] ""
msgstr[1] ""
#: as.c:1520
#: as.c:1531
#, c-format
msgid "%d error"
msgid_plural "%d errors"
msgstr[0] ""
msgstr[1] ""
#: as.c:1524
#: as.c:1535
#, c-format
msgid "%s, treating warnings as errors"
msgstr ""
#: as.c:1535
#: as.c:1546
#, c-format
msgid "%s, %s, generating bad object file\n"
msgstr ""
@@ -687,7 +695,7 @@ msgstr ""
#: cgen.c:367 cgen.c:389 config/tc-d10v.c:460 config/tc-d30v.c:450
#: config/tc-mn10200.c:1031 config/tc-mn10300.c:1678 config/tc-ppc.c:3482
#: config/tc-v850.c:2616 config/tc-v850.c:2650 config/tc-v850.c:2690
#: config/tc-v850.c:2936 config/tc-z80.c:785
#: config/tc-v850.c:2936 config/tc-z80.c:812
msgid "illegal operand"
msgstr ""
@@ -696,7 +704,7 @@ msgstr ""
#: config/tc-mmix.c:485 config/tc-mn10200.c:1034 config/tc-mn10300.c:1681
#: config/tc-msp430.c:417 config/tc-ppc.c:3484 config/tc-sh.c:989
#: config/tc-v850.c:2620 config/tc-v850.c:2654 config/tc-v850.c:2694
#: config/tc-v850.c:2939 config/tc-xgate.c:892 config/tc-z80.c:933
#: config/tc-v850.c:2939 config/tc-xgate.c:892 config/tc-z80.c:960
#: config/tc-z8k.c:349
msgid "missing operand"
msgstr ""
@@ -3015,7 +3023,7 @@ msgstr ""
#: config/tc-alpha.c:5521 config/tc-arc.c:2531 config/tc-arc.c:2545
#: config/tc-arm.c:888 config/tc-xtensa.c:5474 config/tc-xtensa.c:5550
#: config/tc-xtensa.c:5667 config/tc-z80.c:3677
#: config/tc-xtensa.c:5667 config/tc-z80.c:3704
msgid "syntax error"
msgstr ""
@@ -3337,7 +3345,7 @@ msgid "Insn %s has an instruction %s with limm in its delay slot."
msgstr ""
#: config/tc-arc.c:4290 config/tc-microblaze.c:2611 config/tc-mn10300.c:1068
#: config/tc-sh.c:418 config/tc-z80.c:1120 read.c:4899
#: config/tc-sh.c:418 config/tc-z80.c:1147 read.c:4899
#, c-format
msgid "unsupported BFD relocation size %u"
msgstr ""
@@ -6070,7 +6078,7 @@ msgstr ""
#: config/tc-d30v.c:1768 config/tc-metag.c:7003 config/tc-mn10200.c:774
#: config/tc-mn10300.c:2178 config/tc-msp430.c:4649 config/tc-ppc.c:7746
#: config/tc-spu.c:868 config/tc-spu.c:1079 config/tc-v850.c:3336
#: config/tc-z80.c:3871
#: config/tc-z80.c:3898
#, c-format
msgid "reloc %d not supported by object file format"
msgstr ""
@@ -11615,7 +11623,7 @@ msgstr ""
msgid "Line %d: unknown relocation type: 0x%x."
msgstr ""
#: config/tc-m68hc11.c:4492 config/tc-z80.c:3452 config/tc-z80.c:3472
#: config/tc-m68hc11.c:4492 config/tc-z80.c:3479 config/tc-z80.c:3499
msgid "Invalid directive"
msgstr ""
@@ -14130,7 +14138,7 @@ msgstr ""
#. We will only get here in rare cases involving #NO_APP,
#. where the unterminated string is not recognized by the
#. preformatting pass.
#: config/tc-mmix.c:4124 config/tc-mmix.c:4282 config/tc-z80.c:3202
#: config/tc-mmix.c:4124 config/tc-mmix.c:4282 config/tc-z80.c:3229
msgid "unterminated string"
msgstr ""
@@ -15344,7 +15352,7 @@ msgstr ""
msgid "No instruction found"
msgstr ""
#: config/tc-pdp11.c:717 config/tc-z80.c:3668
#: config/tc-pdp11.c:717 config/tc-z80.c:3695
#, c-format
msgid "Unknown instruction '%s'"
msgstr ""
@@ -20596,7 +20604,7 @@ msgstr ""
msgid "missing table index"
msgstr ""
#: config/tc-wasm32.c:726 config/tc-z80.c:3697 read.c:4072
#: config/tc-wasm32.c:726 config/tc-z80.c:3724 read.c:4072
#, c-format
msgid "junk at end of line, first unrecognized character is `%c'"
msgstr ""
@@ -21356,57 +21364,57 @@ msgstr ""
msgid "-- unterminated string"
msgstr ""
#: config/tc-z80.c:794
#: config/tc-z80.c:821
msgid "undocumented instruction"
msgstr ""
#: config/tc-z80.c:838 config/tc-z80.c:844
#: config/tc-z80.c:865 config/tc-z80.c:871
msgid "mismatched parentheses"
msgstr ""
#: config/tc-z80.c:936
#: config/tc-z80.c:963
msgid "bad expression syntax"
msgstr ""
#: config/tc-z80.c:1147
#: config/tc-z80.c:1174
#, c-format
msgid "%d-bit overflow (%+<PRId64>)"
msgstr ""
#: config/tc-z80.c:1162
#: config/tc-z80.c:1189
#, c-format
msgid "invalid data size %d"
msgstr ""
#: config/tc-z80.c:1247
#: config/tc-z80.c:1274
msgid "cannot make a relative jump to an absolute location"
msgstr ""
#: config/tc-z80.c:1254
#: config/tc-z80.c:1281
#, c-format
msgid "index overflow (%+<PRId64>)"
msgstr ""
#: config/tc-z80.c:1257
#: config/tc-z80.c:1284
#, c-format
msgid "offset overflow (%+<PRId64>)"
msgstr ""
#: config/tc-z80.c:1460 config/tc-z80.c:1707 config/tc-z80.c:1750
#: config/tc-z80.c:1831 config/tc-z80.c:1861 config/tc-z80.c:1920
#: config/tc-z80.c:1980 config/tc-z80.c:2033 config/tc-z80.c:2066
#: config/tc-z80.c:2123 config/tc-z80.c:2741 config/tc-z80.c:2790
#: config/tc-z80.c:2828 config/tc-z80.c:2888 config/tc-z80.c:2948
#: config/tc-z80.c:3024 config/tc-z80.c:3047
#: config/tc-z80.c:1487 config/tc-z80.c:1734 config/tc-z80.c:1777
#: config/tc-z80.c:1858 config/tc-z80.c:1888 config/tc-z80.c:1947
#: config/tc-z80.c:2007 config/tc-z80.c:2060 config/tc-z80.c:2093
#: config/tc-z80.c:2150 config/tc-z80.c:2768 config/tc-z80.c:2817
#: config/tc-z80.c:2855 config/tc-z80.c:2915 config/tc-z80.c:2975
#: config/tc-z80.c:3051 config/tc-z80.c:3074
msgid "bad instruction syntax"
msgstr ""
#: config/tc-z80.c:1898
#: config/tc-z80.c:1925
msgid "condition code invalid for jr"
msgstr ""
#: config/tc-z80.c:2487 config/tc-z80.c:2498 config/tc-z80.c:2514
#: config/tc-z80.c:2547
#: config/tc-z80.c:2514 config/tc-z80.c:2525 config/tc-z80.c:2541
#: config/tc-z80.c:2574
msgid "ADL mode instruction"
msgstr ""
@@ -21414,62 +21422,62 @@ msgstr ""
#. LIS prefix, in Z80 it is LD C,C
#. SIL prefix, in Z80 it is LD D,D
#. LIL prefix, in Z80 it is LD E,E
#: config/tc-z80.c:2622
#: config/tc-z80.c:2649
msgid "unsupported instruction, assembled as NOP"
msgstr ""
#: config/tc-z80.c:3215 config/tc-z80.c:3246
#: config/tc-z80.c:3242 config/tc-z80.c:3273
msgid "parentheses ignored"
msgstr ""
#: config/tc-z80.c:3263
#: config/tc-z80.c:3290
msgid "CPU mode is unsupported by target"
msgstr ""
#: config/tc-z80.c:3285
#: config/tc-z80.c:3312
msgid "assignment expected"
msgstr ""
#: config/tc-z80.c:3690
#: config/tc-z80.c:3717
#, c-format
msgid "Unknown instruction `%s'"
msgstr ""
#: config/tc-z80.c:3766
#: config/tc-z80.c:3793
#, c-format
msgid "8-bit signed offset out of range (%+ld)"
msgstr ""
#: config/tc-z80.c:3789
#: config/tc-z80.c:3816
#, c-format
msgid "8-bit overflow (%+ld)"
msgstr ""
#: config/tc-z80.c:3806
#: config/tc-z80.c:3833
#, c-format
msgid "16-bit overflow (%+ld)"
msgstr ""
#: config/tc-z80.c:3814
#: config/tc-z80.c:3841
#, c-format
msgid "24-bit overflow (%+ld)"
msgstr ""
#: config/tc-z80.c:3823
#: config/tc-z80.c:3850
#, c-format
msgid "32-bit overflow (%+ld)"
msgstr ""
#: config/tc-z80.c:3836
#: config/tc-z80.c:3863
#, c-format
msgid "md_apply_fix: unknown reloc type 0x%x\n"
msgstr ""
#: config/tc-z80.c:4033 config/tc-z80.c:4092
#: config/tc-z80.c:4060 config/tc-z80.c:4119
msgid "invalid syntax"
msgstr ""
#: config/tc-z80.c:4111
#: config/tc-z80.c:4138
msgid "overflow"
msgstr ""
@@ -21813,15 +21821,15 @@ msgstr ""
msgid "return column number %d overflows in CIE version 1"
msgstr ""
#: dw2gencfi.c:2475 dw2gencfi.c:2663
#: dw2gencfi.c:2475 dw2gencfi.c:2666
msgid "open CFI at the end of file; missing .cfi_endproc directive"
msgstr ""
#: dw2gencfi.c:2619
#: dw2gencfi.c:2622
msgid ".sframe not supported for target"
msgstr ""
#: dw2gencfi.c:2713
#: dw2gencfi.c:2716
msgid "CFI is not supported for this target"
msgstr ""
@@ -22216,15 +22224,15 @@ msgid ""
"no SFrame FDE emitted; .cfi_remember_state without prior SFrame FRE state"
msgstr ""
#: gen-sframe.c:1336
#: gen-sframe.c:1343
msgid "no SFrame FDE emitted; .cfi_negate_ra_state_with_pc"
msgstr ""
#: gen-sframe.c:1363
#: gen-sframe.c:1370
msgid "no SFrame FDE emitted; .cfi_window_save"
msgstr ""
#: gen-sframe.c:1421
#: gen-sframe.c:1428
#, c-format
msgid "no SFrame FDE emitted; .cfi_escape DW_CFA_expression with %s reg %u"
msgstr ""
@@ -22233,31 +22241,31 @@ msgstr ""
#. OS-specific CFI opcodes), skip inspecting the DWARF expression.
#. This may impact the asynchronicity due to loss of coverage.
#. Continue to warn the user and bail out.
#: gen-sframe.c:1582
#: gen-sframe.c:1589
#, c-format
msgid "no SFrame FDE emitted; .cfi_escape with op (%#lx)"
msgstr ""
#: gen-sframe.c:1607
#: gen-sframe.c:1614
#, c-format
msgid "no SFrame FDE emitted; %s reg %u in .cfi_undefined"
msgstr ""
#: gen-sframe.c:1784
#: gen-sframe.c:1791
msgid "(unknown)"
msgstr ""
#: gen-sframe.c:1785
#: gen-sframe.c:1792
#, c-format
msgid "no SFrame FDE emitted; CFI insn %s (%#x)"
msgstr ""
#: gen-sframe.c:1809
#: gen-sframe.c:1816
#, c-format
msgid "no SFrame FDE emitted; non-default RA register %u"
msgstr ""
#: gen-sframe.c:1854
#: gen-sframe.c:1861
msgid "no SFrame FDE emitted; FP without RA on stack"
msgstr ""

20
gprof/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprof 2.44.90.
# Generated by GNU Autoconf 2.69 for gprof 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='gprof 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='gprof 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1351,7 +1351,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 gprof 2.44.90 to adapt to many kinds of systems.
\`configure' configures gprof 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1422,7 +1422,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.44.90:";;
short | recursive ) echo "Configuration of gprof 2.45:";;
esac
cat <<\_ACEOF
@@ -1541,7 +1541,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprof configure 2.44.90
gprof configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1906,7 +1906,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 gprof $as_me 2.44.90, which was
It was created by gprof $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2886,7 +2886,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -14255,7 +14255,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 gprof $as_me 2.44.90, which was
This file was extended by gprof $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14321,7 +14321,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="\\
gprof config.status 2.44.90
gprof config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

20
gprofng/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprofng 2.44.90.
# Generated by GNU Autoconf 2.69 for gprofng 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprofng'
PACKAGE_TARNAME='gprofng'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='gprofng 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='gprofng 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1362,7 +1362,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 gprofng 2.44.90 to adapt to many kinds of systems.
\`configure' configures gprofng 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1433,7 +1433,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprofng 2.44.90:";;
short | recursive ) echo "Configuration of gprofng 2.45:";;
esac
cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprofng configure 2.44.90
gprofng configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2079,7 +2079,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 gprofng $as_me 2.44.90, which was
It was created by gprofng $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3052,7 +3052,7 @@ fi
# Define the identity of the package.
PACKAGE='gprofng'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -17802,7 +17802,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 gprofng $as_me 2.44.90, which was
This file was extended by gprofng $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17868,7 +17868,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="\\
gprofng config.status 2.44.90
gprofng config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -1,4 +1,4 @@
@set UPDATED 13 July 2025
@set UPDATED-MONTH July 2025
@set EDITION 2.44.90
@set VERSION 2.44.90
@set EDITION 2.45
@set VERSION 2.45

View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprofng 2.44.90.
# Generated by GNU Autoconf 2.69 for gprofng 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprofng'
PACKAGE_TARNAME='gprofng'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='gprofng 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='gprofng 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1324,7 +1324,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 gprofng 2.44.90 to adapt to many kinds of systems.
\`configure' configures gprofng 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1395,7 +1395,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprofng 2.44.90:";;
short | recursive ) echo "Configuration of gprofng 2.45:";;
esac
cat <<\_ACEOF
@@ -1504,7 +1504,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprofng configure 2.44.90
gprofng configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1990,7 +1990,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 gprofng $as_me 2.44.90, which was
It was created by gprofng $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2967,7 +2967,7 @@ fi
# Define the identity of the package.
PACKAGE='gprofng'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -16136,7 +16136,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 gprofng $as_me 2.44.90, which was
This file was extended by gprofng $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16202,7 +16202,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="\\
gprofng config.status 2.44.90
gprofng config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

20
ld/configure vendored
View File

@@ -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.90.
# Generated by GNU Autoconf 2.69 for ld 2.45.
#
#
# 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.90'
PACKAGE_STRING='ld 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='ld 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1436,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.90 to adapt to many kinds of systems.
\`configure' configures ld 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1507,7 +1507,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.44.90:";;
short | recursive ) echo "Configuration of ld 2.45:";;
esac
cat <<\_ACEOF
@@ -1690,7 +1690,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ld configure 2.44.90
ld configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2222,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.90, which was
It was created by ld $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3206,7 +3206,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -19661,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.90, which was
This file was extended by ld $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19727,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.90
ld config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -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-07-13 08:53+0100\n"
"POT-Creation-Date: 2025-07-27 09: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"
@@ -132,7 +132,7 @@ msgstr ""
msgid "found %s at %s\n"
msgstr ""
#: ldelf.c:411 ldlang.c:3228 ldlang.c:3242 ldlang.c:11057
#: ldelf.c:411 ldlang.c:3229 ldlang.c:3243 ldlang.c:11074
msgid "%P: %pB: error adding symbols: %E\n"
msgstr ""
@@ -306,7 +306,7 @@ msgstr ""
msgid "%P:%pS / by zero\n"
msgstr ""
#: ldexp.c:764 ldlang.c:4112 ldmain.c:1700 eaarch64pe.c:1168 eaarch64pe.c:1784
#: ldexp.c:764 ldlang.c:4113 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
@@ -358,7 +358,7 @@ msgstr ""
msgid "%P:%pS: nonconstant expression for %s\n"
msgstr ""
#: ldexp.c:1711 ldlang.c:1399 ldlang.c:3561 ldlang.c:8309
#: ldexp.c:1711 ldlang.c:1400 ldlang.c:3562 ldlang.c:8310
msgid "%P: can not create hash table: %E\n"
msgstr ""
@@ -471,541 +471,549 @@ msgstr ""
msgid "%P: cannot represent machine `%s'\n"
msgstr ""
#: ldlang.c:1490
#: ldlang.c:1491
msgid "%P:%pS: warning: redeclaration of memory region `%s'\n"
msgstr ""
#: ldlang.c:1496
#: ldlang.c:1497
msgid "%P:%pS: warning: memory region `%s' not declared\n"
msgstr ""
#: ldlang.c:1532
#: ldlang.c:1533
msgid "%P:%pS: error: alias for default memory region\n"
msgstr ""
#: ldlang.c:1543
#: ldlang.c:1544
msgid "%P:%pS: error: redefinition of memory region alias `%s'\n"
msgstr ""
#: ldlang.c:1550
#: ldlang.c:1551
msgid "%P:%pS: error: memory region `%s' for alias `%s' does not exist\n"
msgstr ""
#: ldlang.c:1611 ldlang.c:1654
#: ldlang.c:1612 ldlang.c:1655
msgid "%P: failed creating section `%s': %E\n"
msgstr ""
#: ldlang.c:2372
#: ldlang.c:2373
msgid ""
"\n"
"As-needed library included to satisfy reference by file (symbol)\n"
"\n"
msgstr ""
#: ldlang.c:2437
#: ldlang.c:2438
msgid ""
"\n"
"Discarded input sections\n"
"\n"
msgstr ""
#: ldlang.c:2445
#: ldlang.c:2446
msgid ""
"\n"
"There are no discarded input sections\n"
msgstr ""
#: ldlang.c:2447
#: ldlang.c:2448
msgid ""
"\n"
"Memory Configuration\n"
"\n"
msgstr ""
#: ldlang.c:2449
#: ldlang.c:2450
msgid "Name"
msgstr ""
#: ldlang.c:2449
#: ldlang.c:2450
msgid "Origin"
msgstr ""
#: ldlang.c:2449
#: ldlang.c:2450
msgid "Length"
msgstr ""
#: ldlang.c:2449
#: ldlang.c:2450
msgid "Attributes"
msgstr ""
#: ldlang.c:2473
#: ldlang.c:2474
msgid ""
"\n"
"Linker script and memory map\n"
"\n"
msgstr ""
#: ldlang.c:2533
#: ldlang.c:2534
msgid "%P: illegal use of `%s' section\n"
msgstr ""
#: ldlang.c:2542
#: ldlang.c:2543
msgid "%P: output format %s cannot represent section called %s: %E\n"
msgstr ""
#: ldlang.c:2723
#: ldlang.c:2724
msgid ""
"%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%"
"pB' match /DISCARD/ clause.\n"
msgstr ""
#: ldlang.c:2747
#: ldlang.c:2748
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:3125
#: ldlang.c:3126
msgid "%P: %pB: file not recognized: %E; matching formats:"
msgstr ""
#: ldlang.c:3134
#: ldlang.c:3135
msgid "%P: %pB: file not recognized: %E\n"
msgstr ""
#: ldlang.c:3207
#: ldlang.c:3208
msgid "%P: %pB: member %pB in archive is not an object\n"
msgstr ""
#: ldlang.c:3483
#: ldlang.c:3484
msgid "%P: input file '%s' is the same as output file\n"
msgstr ""
#: ldlang.c:3531
#: ldlang.c:3532
msgid ""
"%P: warning: could not find any targets that match endianness requirement\n"
msgstr ""
#: ldlang.c:3545
#: ldlang.c:3546
msgid "%P: target %s not found\n"
msgstr ""
#: ldlang.c:3547
#: ldlang.c:3548
msgid "%P: cannot open output file %s: %E\n"
msgstr ""
#: ldlang.c:3553
#: ldlang.c:3554
msgid "%P: %s: can not make object file: %E\n"
msgstr ""
#: ldlang.c:3557
#: ldlang.c:3558
msgid "%P: %s: can not set architecture: %E\n"
msgstr ""
#: ldlang.c:3744
#: ldlang.c:3745
msgid "%P: warning: %s contains output sections; did you forget -T?\n"
msgstr ""
#: ldlang.c:3791
#: ldlang.c:3792
#, c-format
msgid "%s: %s\n"
msgstr ""
#: ldlang.c:3791
#: ldlang.c:3792
msgid "CTF warning"
msgstr ""
#: ldlang.c:3791
#: ldlang.c:3792
msgid "CTF error"
msgstr ""
#: ldlang.c:3797
#: ldlang.c:3798
#, c-format
msgid "CTF error: cannot get CTF errors: `%s'\n"
msgstr ""
#: ldlang.c:3833
#: ldlang.c:3834
msgid ""
"%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n"
msgstr ""
#: ldlang.c:3866
#: ldlang.c:3867
msgid "%P: warning: CTF output not created: `%s'\n"
msgstr ""
#: ldlang.c:3915
#: ldlang.c:3916
msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n"
msgstr ""
#: ldlang.c:3935
#: ldlang.c:3936
msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n"
msgstr ""
#: ldlang.c:4018
#: ldlang.c:4019
msgid ""
"%P: warning: CTF section emission failed; output will have no CTF section: %"
"s\n"
msgstr ""
#: ldlang.c:4059
#: ldlang.c:4060
msgid ""
"%P: warning: CTF section in %pB not linkable: %P was built without support "
"for CTF\n"
msgstr ""
#: ldlang.c:4195
#: ldlang.c:4196
msgid "%X%P: required symbol `%s' not defined\n"
msgstr ""
#: ldlang.c:4396 ldlang.c:4405
#: ldlang.c:4397 ldlang.c:4406
msgid "%P: invalid type for output section `%s'\n"
msgstr ""
#: ldlang.c:4541
#: ldlang.c:4542
msgid ""
"warning: INSERT statement in linker script is incompatible with --enable-non-"
"contiguous-regions.\n"
msgstr ""
#: ldlang.c:4554
#: ldlang.c:4555
msgid "%P: %s not found for insert\n"
msgstr ""
#: ldlang.c:4826
#: ldlang.c:4827
msgid " load address 0x%V"
msgstr ""
#: ldlang.c:5086
#: ldlang.c:5087
msgid "%W (size before relaxing)\n"
msgstr ""
#: ldlang.c:5215
#: ldlang.c:5216
#, c-format
msgid "Address of section %s set to "
msgstr ""
#: ldlang.c:5417
#: ldlang.c:5418
#, c-format
msgid "Fail with %d\n"
msgstr ""
#: ldlang.c:5634
#: ldlang.c:5635
msgid ""
"%P: Output section `%pA' not large enough for the linker-created stubs "
"section `%pA'.\n"
msgstr ""
#: ldlang.c:5639
#: ldlang.c:5640
msgid ""
"%P: Relaxation not supported with --enable-non-contiguous-regions (section `%"
"pA' would overflow `%pA' after it changed size).\n"
msgstr ""
#: ldlang.c:5748
#: ldlang.c:5749
msgid "%X%P: section %s VMA wraps around address space\n"
msgstr ""
#: ldlang.c:5754
#: ldlang.c:5755
msgid "%X%P: section %s LMA wraps around address space\n"
msgstr ""
#: ldlang.c:5806
#: ldlang.c:5807
msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n"
msgstr ""
#: ldlang.c:5850
#: ldlang.c:5851
msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n"
msgstr ""
#: ldlang.c:5873
#: ldlang.c:5874
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:5898
#: ldlang.c:5899
msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n"
msgstr ""
#: ldlang.c:5909
#: ldlang.c:5910
msgid "%X%P: %pB section `%s' will not fit in region `%s'\n"
msgstr ""
#: ldlang.c:5995
#: ldlang.c:5996
msgid ""
"%P:%pS: non constant or forward reference address expression for section %s\n"
msgstr ""
#: ldlang.c:6020
#: ldlang.c:6021
msgid "%X%P: internal error on COFF shared library section %s\n"
msgstr ""
#: ldlang.c:6078
#: ldlang.c:6079
msgid "%P: error: no memory region specified for loadable section `%s'\n"
msgstr ""
#: ldlang.c:6082
#: ldlang.c:6083
msgid "%P: warning: no memory region specified for loadable section `%s'\n"
msgstr ""
#: ldlang.c:6116
#: ldlang.c:6117
msgid "%P: warning: start of section %s changed by %ld\n"
msgstr ""
#: ldlang.c:6209
#: ldlang.c:6210
msgid "%P: warning: dot moved backwards before `%s'\n"
msgstr ""
#: ldlang.c:6385
#: ldlang.c:6386
msgid "%P: can't relax section: %E\n"
msgstr ""
#: ldlang.c:6794
#: ldlang.c:6795
msgid "%P: invalid data statement\n"
msgstr ""
#: ldlang.c:6827
#: ldlang.c:6828
msgid "%P: invalid reloc statement\n"
msgstr ""
#: ldlang.c:7244
#: ldlang.c:7245
msgid ""
"%P: --gc-sections requires a defined symbol root specified by -e or -u\n"
msgstr ""
#: ldlang.c:7271
#: ldlang.c:7272
msgid "%P: %s: can't set start address\n"
msgstr ""
#: ldlang.c:7284 ldlang.c:7303
#: ldlang.c:7285 ldlang.c:7304
msgid "%P: can't set start address\n"
msgstr ""
#: ldlang.c:7297
#: ldlang.c:7298
msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
msgstr ""
#: ldlang.c:7308 ldlang.c:7316
#: ldlang.c:7309 ldlang.c:7317
msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
msgstr ""
#: ldlang.c:7372
#: ldlang.c:7373
msgid ""
"%P: relocatable linking with relocations from format %s (%pB) to format %s (%"
"pB) is not supported\n"
msgstr ""
#: ldlang.c:7381
#: ldlang.c:7382
msgid ""
"%X%P: %s architecture of input file `%pB' is incompatible with %s output\n"
msgstr ""
#: ldlang.c:7405
#: ldlang.c:7406
msgid "%X%P: failed to merge target specific data of file %pB\n"
msgstr ""
#: ldlang.c:7476
#: ldlang.c:7477
msgid "%P: could not define common symbol `%pT': %E\n"
msgstr ""
#: ldlang.c:7488
#: ldlang.c:7489
msgid ""
"\n"
"Allocating common symbols\n"
msgstr ""
#: ldlang.c:7489
#: ldlang.c:7490
msgid ""
"Common symbol size file\n"
"\n"
msgstr ""
#: ldlang.c:7546
#: ldlang.c:7547
msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n"
msgstr ""
#: ldlang.c:7564
#: ldlang.c:7565
msgid ""
"%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n"
msgstr ""
#: ldlang.c:7654
#: ldlang.c:7655
msgid "%P: invalid character %c (%d) in flags\n"
msgstr ""
#. && in_section_ordering
#: ldlang.c:7748
#: ldlang.c:7749
msgid "%P:%pS: error: output section '%s' must already exist\n"
msgstr ""
#: ldlang.c:7772
#: ldlang.c:7773
msgid "%P:%pS: error: align with input and explicit align specified\n"
msgstr ""
#: ldlang.c:8243
#: ldlang.c:8244
msgid ""
"%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%"
"pB'\n"
msgstr ""
#: ldlang.c:8347
#: ldlang.c:8348
msgid "%P: %s: plugin reported error after all symbols read\n"
msgstr ""
#: ldlang.c:8472
#: ldlang.c:8473
msgid ""
"Object-only input files:\n"
" "
msgstr ""
#: ldlang.c:8586
#: ldlang.c:8587
msgid "%P: bfd_merge_sections failed: %E\n"
msgstr ""
#: ldlang.c:8965
#: ldlang.c:8966
msgid "%P: multiple STARTUP files\n"
msgstr ""
#: ldlang.c:9010
#: ldlang.c:9011
msgid "%X%P:%pS: section has both a load address and a load region\n"
msgstr ""
#: ldlang.c:9119
#: ldlang.c:9120
msgid ""
"%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers "
"lack them\n"
msgstr ""
#: ldlang.c:9192
#: ldlang.c:9193
msgid "%P: no sections assigned to phdrs\n"
msgstr ""
#: ldlang.c:9230
#: ldlang.c:9231
msgid "%P: bfd_record_phdr failed: %E\n"
msgstr ""
#: ldlang.c:9250
#: ldlang.c:9251
msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
msgstr ""
#: ldlang.c:9663
#: ldlang.c:9664
msgid "%X%P: unknown language `%s' in version information\n"
msgstr ""
#: ldlang.c:9801
#: ldlang.c:9802
msgid ""
"%X%P: anonymous version tag cannot be combined with other version tags\n"
msgstr ""
#: ldlang.c:9809
#: ldlang.c:9810
msgid "%X%P: duplicate version tag `%s'\n"
msgstr ""
#: ldlang.c:9830 ldlang.c:9839 ldlang.c:9857 ldlang.c:9867
#: ldlang.c:9831 ldlang.c:9840 ldlang.c:9858 ldlang.c:9868
msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr ""
#: ldlang.c:9907
#: ldlang.c:9908
msgid "%X%P: unable to find version dependency `%s'\n"
msgstr ""
#: ldlang.c:9930
#: ldlang.c:9931
msgid "%X%P: unable to read .exports section contents\n"
msgstr ""
#: ldlang.c:9974
#: ldlang.c:9975
msgid "%P: invalid origin for memory region %s\n"
msgstr ""
#: ldlang.c:9986
#: ldlang.c:9987
msgid "%P: invalid length for memory region %s\n"
msgstr ""
#: ldlang.c:10099
#: ldlang.c:10100
msgid "%X%P: unknown feature `%s'\n"
msgstr ""
#: ldlang.c:10465
#: ldlang.c:10466
msgid "failed to create output section"
msgstr ""
#: ldlang.c:10499
#: ldlang.c:10500
msgid "failed to copy private data"
msgstr ""
#: ldlang.c:10508
#: ldlang.c:10509
msgid "%P: setup_section: %s: %s\n"
msgstr ""
#: ldlang.c:10571
#: ldlang.c:10572
msgid "relocation count is negative"
msgstr ""
#: ldlang.c:10603
#: ldlang.c:10604
msgid "%P: copy_section: %s: %s\n"
msgstr ""
#: ldlang.c:10758
#: ldlang.c:10759
msgid "error setting up sections"
msgstr ""
#: ldlang.c:10766
#: ldlang.c:10767
msgid "error copying private header data"
msgstr ""
#: ldlang.c:10779
#: ldlang.c:10780
msgid "can't create object-only section"
msgstr ""
#: ldlang.c:10785
#: ldlang.c:10786
msgid "can't set object-only section size"
msgstr ""
#: ldlang.c:10816
#: ldlang.c:10817
msgid "error copying sections"
msgstr ""
#: ldlang.c:10823
#: ldlang.c:10824
msgid "error adding object-only section"
msgstr ""
#: ldlang.c:10833
#: ldlang.c:10834
msgid "error copying private BFD data"
msgstr ""
#: ldlang.c:10840
#: ldlang.c:10841
msgid "%P: failed to finish output with object-only section\n"
msgstr ""
#: ldlang.c:10850
#: ldlang.c:10847
msgid "%P%F: failed to close input\n"
msgstr ""
#: ldlang.c:10855
msgid "%P%F: failed to unlink %s\n"
msgstr ""
#: ldlang.c:10860
msgid "%P: failed to rename output with object-only section\n"
msgstr ""
#: ldlang.c:10866
#: ldlang.c:10880
msgid "%P: failed to add object-only section: %s\n"
msgstr ""
#: ldlang.c:10899
#: ldlang.c:10916
msgid "%P: Failed to create hash table\n"
msgstr ""
#: ldlang.c:10963
#: ldlang.c:10980
msgid "%P:%s: final close failed on object-only output: %E\n"
msgstr ""
#: ldlang.c:10973
#: ldlang.c:10990
msgid "%P:%s: cannot open object-only output: %E\n"
msgstr ""
#: ldlang.c:10981
#: ldlang.c:10998
msgid "%P:%s: cannot stat object-only output: %E\n"
msgstr ""
#: ldlang.c:10996
#: ldlang.c:11013
msgid "%P:%s: read failed on object-only output: %E\n"
msgstr ""
#: ldlang.c:11023
#: ldlang.c:11040
msgid "%P: cannot extract object-only section from %B: %E\n"
msgstr ""

View File

@@ -101,7 +101,7 @@ is respectively less than, matching, or greater than the array member.
@end deftypefn
@c argv.c:138
@c argv.c:129
@deftypefn Extension char** buildargv (char *@var{sp})
Given a pointer to a string, parse the string extracting fields
@@ -165,7 +165,7 @@ not recommended.
@end deftypefn
@c make-temp-file.c:95
@c make-temp-file.c:108
@deftypefn Replacement const char* choose_tmpdir ()
Returns a pointer to a directory path suitable for creating temporary
@@ -192,7 +192,7 @@ Concatenate zero or more of strings and return the result in freshly
@end deftypefn
@c argv.c:495
@c argv.c:474
@deftypefn Extension int countargv (char * const *@var{argv})
Return the number of elements in @var{argv}.
@@ -257,7 +257,7 @@ symbolic name or message.
@end deftypefn
@c argv.c:352
@c argv.c:337
@deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
The @var{argcp} and @code{argvp} arguments are pointers to the usual
@@ -690,6 +690,19 @@ and a path ending in @code{/} returns the empty string after it.
@end deftypefn
@c ldirname.c:23
@deftypefn Replacement {char*} ldirname (const char *@var{name})
Given a pointer to a string containing a typical pathname
(@samp{/usr/src/cmd/ls/ls.c} for example), returns a string containing the
passed string up to, but not including, the final directory separator.
If the given pathname doesn't contain a directory separator then this funtion
returns the empty string; this includes an empty given pathname. @code{NULL}
is returned on memory allocation error.
@end deftypefn
@c lrealpath.c:25
@deftypefn Replacement {const char*} lrealpath (const char *@var{name})
@@ -726,7 +739,7 @@ relative prefix can be found, return @code{NULL}.
@end deftypefn
@c make-temp-file.c:173
@c make-temp-file.c:185
@deftypefn Replacement char* make_temp_file (const char *@var{suffix})
Return a temporary file name (as a string) or @code{NULL} if unable to
@@ -749,20 +762,6 @@ returned.
@end deftypefn
@c memrchr.c:3
@deftypefn Supplemental void* memrchr (const void *@var{s}, int @var{c}, @
size_t @var{n})
This function searches memory for the character @var{c} in reverse order,
starting at @code{*@var{s}+@var{n}-1} . The search only ends with
the first occurrence of @var{c}, or when the start us reached; in particular,
a null character does not terminate the search. If the character @var{c} is
found within @var{length} characters of @code{*@var{s}}, a pointer
to the character is returned. If @var{c} is not found, then @code{NULL} is
returned.
@end deftypefn
@c memcmp.c:6
@deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @
size_t @var{count})
@@ -812,6 +811,20 @@ Copies @var{length} bytes from memory region @var{in} to region
@end deftypefn
@c memrchr.c:3
@deftypefn Supplemental void* memrchr (const void *@var{s}, int @var{c}, @
size_t @var{n})
This function searches memory for the character @var{c} in reverse order,
starting at @code{*@var{s}+@var{n}-1} . The search only ends with
the first occurrence of @var{c}, or when the start us reached; in particular,
a null character does not terminate the search. If the character @var{c} is
found within @var{length} characters of @code{*@var{s}}, a pointer
to the character is returned. If @var{c} is not found, then @code{NULL} is
returned.
@end deftypefn
@c memset.c:6
@deftypefn Supplemental void* memset (void *@var{s}, int @var{c}, @
size_t @var{count})
@@ -1761,7 +1774,7 @@ that the converted value is unsigned.
@c strtoll.c:33
@deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
char **@var{endptr}, int @var{base})
@deftypefnx Supplemental {unsigned long long int} strtoull (@
@deftypefnx Supplemental {unsigned long long int} strtoul (@
const char *@var{string}, char **@var{endptr}, int @var{base})
The @code{strtoll} function converts the string in @var{string} to a
@@ -1948,12 +1961,12 @@ does the return value. The third argument is unused in @libib{}.
@end deftypefn
@c argv.c:289
@c argv.c:287
@deftypefn Extension int writeargv (char * const *@var{argv}, FILE *@var{file})
Write each member of ARGV, handling all necessary quoting, to the file
named by FILE, separated by whitespace. Return 0 on success, non-zero
if an error occurred while writing to FILE.
associated with FILE, separated by whitespace. Return 0 on success,
non-zero if an error occurred while writing to FILE.
@end deftypefn

20
opcodes/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opcodes 2.44.90.
# Generated by GNU Autoconf 2.69 for opcodes 2.45.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.44.90'
PACKAGE_STRING='opcodes 2.44.90'
PACKAGE_VERSION='2.45'
PACKAGE_STRING='opcodes 2.45'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1368,7 +1368,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 opcodes 2.44.90 to adapt to many kinds of systems.
\`configure' configures opcodes 2.45 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1439,7 +1439,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.44.90:";;
short | recursive ) echo "Configuration of opcodes 2.45:";;
esac
cat <<\_ACEOF
@@ -1560,7 +1560,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
opcodes configure 2.44.90
opcodes configure 2.45
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1971,7 +1971,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 opcodes $as_me 2.44.90, which was
It was created by opcodes $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2951,7 +2951,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
VERSION='2.44.90'
VERSION='2.45'
cat >>confdefs.h <<_ACEOF
@@ -14623,7 +14623,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 opcodes $as_me 2.44.90, which was
This file was extended by opcodes $as_me 2.45, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14689,7 +14689,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="\\
opcodes config.status 2.44.90
opcodes config.status 2.45
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -47,7 +47,7 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
MAINTAINERS Makefile.def Makefile.in Makefile.tpl missing mkdep \
mkinstalldirs move-if-change README README-maintainer-mode \
SECURITY.txt src-release.sh symlink-tree test-driver ylwrap \
multilib.am"
multilib.am ChangeLog.git"
# Files in devo/etc used in any net release.
ETC_SUPPORT="ChangeLog Makefile.am Makefile.in aclocal.m4 add-log.el \