From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1256) id C18433858D20; Wed, 30 Aug 2023 17:46:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C18433858D20 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Maciej W. Rozycki To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Revert "Gold: Add targ_extra_little_endian to configure.ac" X-Act-Checkin: binutils-gdb X-Git-Author: Maciej W. Rozycki X-Git-Refname: refs/heads/master X-Git-Oldrev: ddf8117d3cc1a67a3ec373bc554a61d53dc6125d X-Git-Newrev: 0c164d29d11cdb71e29aca3e6bf352100ce6b6b6 Message-Id: <20230830174632.C18433858D20@sourceware.org> Date: Wed, 30 Aug 2023 17:46:32 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2023 17:46:32 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0c164d29d11c= db71e29aca3e6bf352100ce6b6b6 commit 0c164d29d11cdb71e29aca3e6bf352100ce6b6b6 Author: Maciej W. Rozycki Date: Tue Aug 29 16:13:54 2023 +0100 Revert "Gold: Add targ_extra_little_endian to configure.ac" =20 This reverts commit cf8565fb2ea42579c50722cbaeafdf71c3d58c66. It was applied unapproved. Diff: --- gold/configure | 8 -------- gold/configure.ac | 8 -------- gold/configure.tgt | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/gold/configure b/gold/configure index ccb1f2269b2..5c6fe2a5607 100755 --- a/gold/configure +++ b/gold/configure @@ -5266,10 +5266,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" =3D "true"; then targ_32_big=3Dyes fi - if test "$targ_little_endian" =3D "true" \ - -o "$targ_extra_little_endian" =3D "true"; then - targ_32_little=3Dyes - fi if test "$targ_big_endian" =3D "false" \ -o "$targ_extra_big_endian" =3D "false"; then targ_32_little=3Dyes @@ -5280,10 +5276,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" =3D "true"; then targ_64_big=3Dyes fi - if test "$targ_little_endian" =3D "true" \ - -o "$targ_extra_little_endian" =3D "true"; then - targ_64_little=3Dyes - fi if test "$targ_big_endian" =3D "false" \ -o "$targ_extra_big_endian" =3D "false"; then targ_64_little=3Dyes diff --git a/gold/configure.ac b/gold/configure.ac index e04e4086140..cafd3503b3b 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -193,10 +193,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" =3D "true"; then targ_32_big=3Dyes fi - if test "$targ_little_endian" =3D "true" \ - -o "$targ_extra_little_endian" =3D "true"; then - targ_32_little=3Dyes - fi if test "$targ_big_endian" =3D "false" \ -o "$targ_extra_big_endian" =3D "false"; then targ_32_little=3Dyes @@ -207,10 +203,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" =3D "true"; then targ_64_big=3Dyes fi - if test "$targ_little_endian" =3D "true" \ - -o "$targ_extra_little_endian" =3D "true"; then - targ_64_little=3Dyes - fi if test "$targ_big_endian" =3D "false" \ -o "$targ_extra_big_endian" =3D "false"; then targ_64_little=3Dyes diff --git a/gold/configure.tgt b/gold/configure.tgt index b472b8f0bad..4b54e08d27f 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -165,7 +165,7 @@ mips*-*-*) targ_machine=3DEM_MIPS targ_size=3D32 targ_big_endian=3Dtrue - targ_extra_little_endian=3Dtrue + targ_extra_big_endian=3Dfalse ;; s390-*-*) targ_obj=3Ds390