From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7850) id 5EA513948805; Tue, 15 Nov 2022 23:57:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5EA513948805 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Indu Bhagat To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] src-release.sh: Add libsframe X-Act-Checkin: binutils-gdb X-Git-Author: Indu Bhagat X-Git-Refname: refs/heads/master X-Git-Oldrev: 42b6953bbad652d3f7cba405c941ad9c6eab26b0 X-Git-Newrev: e619dddb3a45780ae66d762756882a3b896b617d Message-Id: <20221115235757.5EA513948805@sourceware.org> Date: Tue, 15 Nov 2022 23:57:57 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2022 23:57:57 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De619dddb3a45= 780ae66d762756882a3b896b617d commit e619dddb3a45780ae66d762756882a3b896b617d Author: Indu Bhagat Date: Tue Nov 15 15:07:13 2022 -0800 src-release.sh: Add libsframe =20 Add libsframe to the list of top level directories that will be included in a release. =20 ChangeLog: =20 * src-release.sh: Add libsframe Diff: --- src-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-release.sh b/src-release.sh index 76c355a583c..050a8eb958d 100755 --- a/src-release.sh +++ b/src-release.sh @@ -94,7 +94,7 @@ do_proto_toplev() # built in the gold dir. The disables speed the build a little. enables=3D disables=3D - for dir in binutils gas gdb gold gprof gprofng ld libctf libdecnumber = readline sim; do + for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf lib= decnumber readline sim; do case " $tool $support_files " in *" $dir "*) enables=3D"$enables --enable-$dir" ;; *) disables=3D"$disables --disable-$dir" ;; @@ -304,7 +304,7 @@ gdb_tar_compress() } =20 # The FSF "binutils" release includes gprof and ld. -BINUTILS_SUPPORT_DIRS=3D"bfd gas include libiberty libctf opcodes ld elfcp= p gold gprof gprofng intl setup.com makefile.vms cpu zlib" +BINUTILS_SUPPORT_DIRS=3D"libsframe bfd gas include libiberty libctf opcode= s ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib" binutils_release() { compressors=3D$1