aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-02-09 12:01:02 +0000
committerNick Clifton <nickc@redhat.com>2022-02-09 12:01:02 +0000
commit20756b0fbe065a84710aa38f2457563b57546440 (patch)
treeafdb7d99a792edcf8810892d52104ac606bcb165 /ld
parentc6b2100b8f28a1fad79adc9e66335250dd674c5b (diff)
downloadgdb-20756b0fbe065a84710aa38f2457563b57546440.zip
gdb-20756b0fbe065a84710aa38f2457563b57546440.tar.gz
gdb-20756b0fbe065a84710aa38f2457563b57546440.tar.bz2
This is the 2.38 GNU Binutils releasebinutils-2_38
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
-rw-r--r--ld/Makefile.in1
-rwxr-xr-xld/configure38
-rw-r--r--ld/po/ld.pot70
4 files changed, 55 insertions, 61 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9f7a1ac..47b14f4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2022-02-09 Nick Clifton <nickc@redhat.com>
+
+ 2.38 release.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * po/ld.pot: Regenerate.
+
2022-02-02 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated French translation.
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 5158fc8..61e93ee 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -523,7 +523,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/ld/configure b/ld/configure
index 4e0d3b8..26150d6 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.37.90.
+# Generated by GNU Autoconf 2.69 for ld 2.38.
#
#
# 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.37.90'
-PACKAGE_STRING='ld 2.37.90'
+PACKAGE_VERSION='2.38'
+PACKAGE_STRING='ld 2.38'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -793,7 +793,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -901,7 +900,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1154,15 +1152,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1300,7 +1289,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1413,7 +1402,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.37.90 to adapt to many kinds of systems.
+\`configure' configures ld 2.38 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1453,7 +1442,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1485,7 +1473,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.37.90:";;
+ short | recursive ) echo "Configuration of ld 2.38:";;
esac
cat <<\_ACEOF
@@ -1628,7 +1616,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.37.90
+ld configure 2.38
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2343,7 +2331,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.37.90, which was
+It was created by ld $as_me 2.38, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3326,7 +3314,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.37.90'
+ VERSION='2.38'
cat >>confdefs.h <<_ACEOF
@@ -11466,7 +11454,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11469 "configure"
+#line 11457 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11572,7 +11560,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11575 "configure"
+#line 11563 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -17603,7 +17591,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.37.90, which was
+This file was extended by ld $as_me 2.38, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17669,7 +17657,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.37.90
+ld config.status 2.38
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/ld/po/ld.pot b/ld/po/ld.pot
index 9895255..b4b38d0 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: 2022-01-22 12:24+0000\n"
+"POT-Creation-Date: 2022-02-09 11:49+0000\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"
@@ -345,7 +345,7 @@ msgstr ""
msgid "%F%P:%pS: nonconstant expression for %s\n"
msgstr ""
-#: ldexp.c:1670 ldlang.c:1279 ldlang.c:3493 ldlang.c:8066
+#: ldexp.c:1670 ldlang.c:1279 ldlang.c:3493 ldlang.c:8013
msgid "%F%P: can not create hash table: %E\n"
msgstr ""
@@ -700,147 +700,147 @@ msgstr ""
msgid "%F%P: can't relax section: %E\n"
msgstr ""
-#: ldlang.c:6603
+#: ldlang.c:6550
msgid "%F%P: invalid data statement\n"
msgstr ""
-#: ldlang.c:6636
+#: ldlang.c:6583
msgid "%F%P: invalid reloc statement\n"
msgstr ""
-#: ldlang.c:7053
+#: ldlang.c:7000
msgid ""
"%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n"
msgstr ""
-#: ldlang.c:7078
+#: ldlang.c:7025
msgid "%F%P: %s: can't set start address\n"
msgstr ""
-#: ldlang.c:7091 ldlang.c:7110
+#: ldlang.c:7038 ldlang.c:7057
msgid "%F%P: can't set start address\n"
msgstr ""
-#: ldlang.c:7104
+#: ldlang.c:7051
msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
msgstr ""
-#: ldlang.c:7115 ldlang.c:7123
+#: ldlang.c:7062 ldlang.c:7070
msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
msgstr ""
-#: ldlang.c:7179
+#: ldlang.c:7126
msgid ""
"%F%P: relocatable linking with relocations from format %s (%pB) to format %s "
"(%pB) is not supported\n"
msgstr ""
-#: ldlang.c:7189
+#: ldlang.c:7136
msgid ""
"%X%P: %s architecture of input file `%pB' is incompatible with %s output\n"
msgstr ""
-#: ldlang.c:7213
+#: ldlang.c:7160
msgid "%X%P: failed to merge target specific data of file %pB\n"
msgstr ""
-#: ldlang.c:7284
+#: ldlang.c:7231
msgid "%F%P: could not define common symbol `%pT': %E\n"
msgstr ""
-#: ldlang.c:7296
+#: ldlang.c:7243
msgid ""
"\n"
"Allocating common symbols\n"
msgstr ""
-#: ldlang.c:7297
+#: ldlang.c:7244
msgid ""
"Common symbol size file\n"
"\n"
msgstr ""
-#: ldlang.c:7370
+#: ldlang.c:7317
msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n"
msgstr ""
-#: ldlang.c:7388
+#: ldlang.c:7335
msgid ""
"%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n"
msgstr ""
-#: ldlang.c:7478
+#: ldlang.c:7425
msgid "%F%P: invalid character %c (%d) in flags\n"
msgstr ""
-#: ldlang.c:7587
+#: ldlang.c:7534
msgid "%F%P:%pS: error: align with input and explicit align specified\n"
msgstr ""
-#: ldlang.c:8102
+#: ldlang.c:8049
msgid "%F%P: %s: plugin reported error after all symbols read\n"
msgstr ""
-#: ldlang.c:8538
+#: ldlang.c:8485
msgid "%F%P: multiple STARTUP files\n"
msgstr ""
-#: ldlang.c:8584
+#: ldlang.c:8531
msgid "%X%P:%pS: section has both a load address and a load region\n"
msgstr ""
-#: ldlang.c:8690
+#: ldlang.c:8637
msgid ""
"%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers "
"lack them\n"
msgstr ""
-#: ldlang.c:8763
+#: ldlang.c:8710
msgid "%F%P: no sections assigned to phdrs\n"
msgstr ""
-#: ldlang.c:8801
+#: ldlang.c:8748
msgid "%F%P: bfd_record_phdr failed: %E\n"
msgstr ""
-#: ldlang.c:8821
+#: ldlang.c:8768
msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
msgstr ""
-#: ldlang.c:9244
+#: ldlang.c:9191
msgid "%X%P: unknown language `%s' in version information\n"
msgstr ""
-#: ldlang.c:9389
+#: ldlang.c:9336
msgid ""
"%X%P: anonymous version tag cannot be combined with other version tags\n"
msgstr ""
-#: ldlang.c:9398
+#: ldlang.c:9345
msgid "%X%P: duplicate version tag `%s'\n"
msgstr ""
-#: ldlang.c:9419 ldlang.c:9428 ldlang.c:9446 ldlang.c:9456
+#: ldlang.c:9366 ldlang.c:9375 ldlang.c:9393 ldlang.c:9403
msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr ""
-#: ldlang.c:9496
+#: ldlang.c:9443
msgid "%X%P: unable to find version dependency `%s'\n"
msgstr ""
-#: ldlang.c:9519
+#: ldlang.c:9466
msgid "%X%P: unable to read .exports section contents\n"
msgstr ""
-#: ldlang.c:9565
+#: ldlang.c:9512
msgid "%P: invalid origin for memory region %s\n"
msgstr ""
-#: ldlang.c:9577
+#: ldlang.c:9524
msgid "%P: invalid length for memory region %s\n"
msgstr ""
-#: ldlang.c:9689
+#: ldlang.c:9636
msgid "%X%P: unknown feature `%s'\n"
msgstr ""